From fedora-extras-commits at redhat.com Fri Dec 1 02:35:09 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Thu, 30 Nov 2006 21:35:09 -0500 Subject: accounts2 PgToLDAP.py,1.2,1.3 Message-ID: <200612010235.kB12Z9Mj000512@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv495 Modified Files: PgToLDAP.py Log Message: Added ssha function to PgToLDAP Index: PgToLDAP.py =================================================================== RCS file: /cvs/fedora/accounts2/PgToLDAP.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PgToLDAP.py 30 Nov 2006 03:02:00 -0000 1.2 +++ PgToLDAP.py 1 Dec 2006 02:35:09 -0000 1.3 @@ -21,8 +21,26 @@ import sys, time import ldap, ldif, pgdb, ldap.modlist from optparse import OptionParser +import sha +import base64 +from random import randrange + + +version = "0.112" + +def encode_SSHA_password ( password ): + p_ssha = sha.new( password ) + salt = '' + + for n in range(7): + salt += chr(randrange(256)) + + + p_ssha.update( salt ) + p_ssha_base64 = base64.encodestring(p_ssha.digest() + salt + '' ) + return '%s%s' %( '{SSHA}', p_ssha_base64 ) + -version = "0.111" def parseArgs(): parser = OptionParser(version="%prog " + version) @@ -219,8 +237,8 @@ userLdif.append(["cn",[str(user[3])]]) userLdif.append(["givenName",[str(user[3])]]) userLdif.append(["userCertificate",[str(user[4])]]) - userLdif.append(["sshKey",[str(user[5])]]) - userLdif.append(["userPassword",[str(user[6])]]) + userLdif.append(["fedoraPersonSshKey",[str(user[5])]]) + userLdif.append(["userPassword",[encode_SSHA_password(str(user[6]))]]) userLdif.append(["postalAddress",[str(user[8])]]) userLdif.append(["telephoneNumber",[str(user[9])]]) userLdif.append(["fax",[str(user[10])]]) From fedora-extras-commits at redhat.com Fri Dec 1 02:36:55 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Thu, 30 Nov 2006 21:36:55 -0500 Subject: rpms/fonttools/devel fonttools-uni5.patch, NONE, 1.1 fonttools.spec, 1.9, 1.10 Message-ID: <200612010236.kB12at9E000539@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv521 Modified Files: fonttools.spec Added Files: fonttools-uni5.patch Log Message: * Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs - Update the Unicode names file to Unicode 5.0.0 fonttools-uni5.patch: --- NEW FILE fonttools-uni5.patch --- --- fonttools/Lib/fontTools/unicode.py.uni5 2006-12-01 06:01:59.000000000 +0330 +++ fonttools/Lib/fontTools/unicode.py 2006-12-01 06:02:45.000000000 +0330 @@ -568,6 +568,31 @@ 0234 LATIN SMALL LETTER L WITH CURL 0235 LATIN SMALL LETTER N WITH CURL 0236 LATIN SMALL LETTER T WITH CURL +0237 LATIN SMALL LETTER DOTLESS J +0238 LATIN SMALL LETTER DB DIGRAPH +0239 LATIN SMALL LETTER QP DIGRAPH +023A LATIN CAPITAL LETTER A WITH STROKE +023B LATIN CAPITAL LETTER C WITH STROKE +023C LATIN SMALL LETTER C WITH STROKE +023D LATIN CAPITAL LETTER L WITH BAR +023E LATIN CAPITAL LETTER T WITH DIAGONAL STROKE +023F LATIN SMALL LETTER S WITH SWASH TAIL +0240 LATIN SMALL LETTER Z WITH SWASH TAIL +0241 LATIN CAPITAL LETTER GLOTTAL STOP +0242 LATIN SMALL LETTER GLOTTAL STOP +0243 LATIN CAPITAL LETTER B WITH STROKE +0244 LATIN CAPITAL LETTER U BAR +0245 LATIN CAPITAL LETTER TURNED V +0246 LATIN CAPITAL LETTER E WITH STROKE +0247 LATIN SMALL LETTER E WITH STROKE +0248 LATIN CAPITAL LETTER J WITH STROKE +0249 LATIN SMALL LETTER J WITH STROKE +024A LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL +024B LATIN SMALL LETTER Q WITH HOOK TAIL +024C LATIN CAPITAL LETTER R WITH STROKE +024D LATIN SMALL LETTER R WITH STROKE +024E LATIN CAPITAL LETTER Y WITH STROKE +024F LATIN SMALL LETTER Y WITH STROKE 0250 LATIN SMALL LETTER TURNED A 0251 LATIN SMALL LETTER ALPHA 0252 LATIN SMALL LETTER TURNED ALPHA @@ -832,6 +857,11 @@ 0355 COMBINING RIGHT ARROWHEAD BELOW 0356 COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW 0357 COMBINING RIGHT HALF RING ABOVE +0358 COMBINING DOT ABOVE RIGHT +0359 COMBINING ASTERISK BELOW +035A COMBINING DOUBLE RING BELOW +035B COMBINING ZIGZAG ABOVE +035C COMBINING DOUBLE BREVE BELOW 035D COMBINING DOUBLE BREVE 035E COMBINING DOUBLE MACRON 035F COMBINING DOUBLE MACRON BELOW @@ -854,6 +884,9 @@ 0374 GREEK NUMERAL SIGN 0375 GREEK LOWER NUMERAL SIGN 037A GREEK YPOGEGRAMMENI +037B GREEK SMALL REVERSED LUNATE SIGMA SYMBOL +037C GREEK SMALL DOTTED LUNATE SIGMA SYMBOL +037D GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL 037E GREEK QUESTION MARK 0384 GREEK TONOS 0385 GREEK DIALYTIKA TONOS @@ -971,6 +1004,10 @@ 03F9 GREEK CAPITAL LUNATE SIGMA SYMBOL 03FA GREEK CAPITAL LETTER SAN 03FB GREEK SMALL LETTER SAN +03FC GREEK RHO WITH STROKE SYMBOL +03FD GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL +03FE GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL +03FF GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL 0400 CYRILLIC CAPITAL LETTER IE WITH GRAVE 0401 CYRILLIC CAPITAL LETTER IO 0402 CYRILLIC CAPITAL LETTER DJE @@ -1177,6 +1214,7 @@ 04CC CYRILLIC SMALL LETTER KHAKASSIAN CHE 04CD CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE CYRILLIC SMALL LETTER EM WITH TAIL +04CF CYRILLIC SMALL LETTER PALOCHKA 04D0 CYRILLIC CAPITAL LETTER A WITH BREVE 04D1 CYRILLIC SMALL LETTER A WITH BREVE 04D2 CYRILLIC CAPITAL LETTER A WITH DIAERESIS @@ -1215,8 +1253,16 @@ 04F3 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 04F4 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F5 CYRILLIC SMALL LETTER CHE WITH DIAERESIS +04F6 CYRILLIC CAPITAL LETTER GHE WITH DESCENDER +04F7 CYRILLIC SMALL LETTER GHE WITH DESCENDER 04F8 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04F9 CYRILLIC SMALL LETTER YERU WITH DIAERESIS +04FA CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK +04FB CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK +04FC CYRILLIC CAPITAL LETTER HA WITH HOOK +04FD CYRILLIC SMALL LETTER HA WITH HOOK +04FE CYRILLIC CAPITAL LETTER HA WITH STROKE +04FF CYRILLIC SMALL LETTER HA WITH STROKE 0500 CYRILLIC CAPITAL LETTER KOMI DE 0501 CYRILLIC SMALL LETTER KOMI DE 0502 CYRILLIC CAPITAL LETTER KOMI DJE @@ -1233,6 +1279,10 @@ 050D CYRILLIC SMALL LETTER KOMI SJE 050E CYRILLIC CAPITAL LETTER KOMI TJE 050F CYRILLIC SMALL LETTER KOMI TJE +0510 CYRILLIC CAPITAL LETTER REVERSED ZE +0511 CYRILLIC SMALL LETTER REVERSED ZE +0512 CYRILLIC CAPITAL LETTER EL WITH HOOK +0513 CYRILLIC SMALL LETTER EL WITH HOOK 0531 ARMENIAN CAPITAL LETTER AYB 0532 ARMENIAN CAPITAL LETTER BEN 0533 ARMENIAN CAPITAL LETTER GIM @@ -1336,6 +1386,7 @@ 059F HEBREW ACCENT QARNEY PARA 05A0 HEBREW ACCENT TELISHA GEDOLA 05A1 HEBREW ACCENT PAZER +05A2 HEBREW ACCENT ATNAH HAFUKH 05A3 HEBREW ACCENT MUNAH 05A4 HEBREW ACCENT MAHAPAKH 05A5 HEBREW ACCENT MERKHA @@ -1359,6 +1410,7 @@ 05B7 HEBREW POINT PATAH 05B8 HEBREW POINT QAMATS 05B9 HEBREW POINT HOLAM +05BA HEBREW POINT HOLAM HASER FOR VAV 05BB HEBREW POINT QUBUTS 05BC HEBREW POINT DAGESH OR MAPIQ 05BD HEBREW POINT METEG @@ -1369,6 +1421,9 @@ 05C2 HEBREW POINT SIN DOT 05C3 HEBREW PUNCTUATION SOF PASUQ 05C4 HEBREW MARK UPPER DOT +05C5 HEBREW MARK LOWER DOT +05C6 HEBREW PUNCTUATION NUN HAFUKHA +05C7 HEBREW POINT QAMATS QATAN 05D0 HEBREW LETTER ALEF 05D1 HEBREW LETTER BET 05D2 HEBREW LETTER GIMEL @@ -1405,6 +1460,7 @@ 0601 ARABIC SIGN SANAH 0602 ARABIC FOOTNOTE MARKER 0603 ARABIC SIGN SAFHA +060B AFGHANI SIGN 060C ARABIC COMMA 060D ARABIC DATE SEPARATOR 060E ARABIC POETIC VERSE SIGN @@ -1416,6 +1472,7 @@ 0614 ARABIC SIGN TAKHALLUS 0615 ARABIC SMALL HIGH TAH 061B ARABIC SEMICOLON +061E ARABIC TRIPLE DOT PUNCTUATION MARK 061F ARABIC QUESTION MARK 0621 ARABIC LETTER HAMZA 0622 ARABIC LETTER ALEF WITH MADDA ABOVE @@ -1468,6 +1525,12 @@ 0656 ARABIC SUBSCRIPT ALEF 0657 ARABIC INVERTED DAMMA 0658 ARABIC MARK NOON GHUNNA +0659 ARABIC ZWARAKAY +065A ARABIC VOWEL SIGN SMALL V ABOVE +065B ARABIC VOWEL SIGN INVERTED SMALL V ABOVE +065C ARABIC VOWEL SIGN DOT BELOW +065D ARABIC REVERSED DAMMA +065E ARABIC FATHA WITH TWO DOTS 0660 ARABIC-INDIC DIGIT ZERO 0661 ARABIC-INDIC DIGIT ONE 0662 ARABIC-INDIC DIGIT TWO @@ -1705,6 +1768,36 @@ 074D SYRIAC LETTER SOGDIAN ZHAIN 074E SYRIAC LETTER SOGDIAN KHAPH 074F SYRIAC LETTER SOGDIAN FE +0750 ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW +0751 ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE +0752 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW +0753 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE +0754 ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE +0755 ARABIC LETTER BEH WITH INVERTED SMALL V BELOW +0756 ARABIC LETTER BEH WITH SMALL V +0757 ARABIC LETTER HAH WITH TWO DOTS ABOVE +0758 ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW +0759 ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH +075A ARABIC LETTER DAL WITH INVERTED SMALL V BELOW +075B ARABIC LETTER REH WITH STROKE +075C ARABIC LETTER SEEN WITH FOUR DOTS ABOVE +075D ARABIC LETTER AIN WITH TWO DOTS ABOVE +075E ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE +075F ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE +0760 ARABIC LETTER FEH WITH TWO DOTS BELOW +0761 ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW +0762 ARABIC LETTER KEHEH WITH DOT ABOVE +0763 ARABIC LETTER KEHEH WITH THREE DOTS ABOVE +0764 ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW +0765 ARABIC LETTER MEEM WITH DOT ABOVE +0766 ARABIC LETTER MEEM WITH DOT BELOW +0767 ARABIC LETTER NOON WITH TWO DOTS BELOW +0768 ARABIC LETTER NOON WITH SMALL TAH +0769 ARABIC LETTER NOON WITH SMALL V +076A ARABIC LETTER LAM WITH BAR +076B ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE +076C ARABIC LETTER REH WITH HAMZA ABOVE +076D ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE 0780 THAANA LETTER HAA 0781 THAANA LETTER SHAVIYANI 0782 THAANA LETTER NOONU @@ -1755,6 +1848,65 @@ 07AF THAANA OABOAFILI 07B0 THAANA SUKUN 07B1 THAANA LETTER NAA [...2672 lines suppressed...] +1241A CUNEIFORM NUMERIC SIGN SIX GESH2 +1241B CUNEIFORM NUMERIC SIGN SEVEN GESH2 +1241C CUNEIFORM NUMERIC SIGN EIGHT GESH2 +1241D CUNEIFORM NUMERIC SIGN NINE GESH2 +1241E CUNEIFORM NUMERIC SIGN ONE GESHU +1241F CUNEIFORM NUMERIC SIGN TWO GESHU +12420 CUNEIFORM NUMERIC SIGN THREE GESHU +12421 CUNEIFORM NUMERIC SIGN FOUR GESHU +12422 CUNEIFORM NUMERIC SIGN FIVE GESHU +12423 CUNEIFORM NUMERIC SIGN TWO SHAR2 +12424 CUNEIFORM NUMERIC SIGN THREE SHAR2 +12425 CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM +12426 CUNEIFORM NUMERIC SIGN FOUR SHAR2 +12427 CUNEIFORM NUMERIC SIGN FIVE SHAR2 +12428 CUNEIFORM NUMERIC SIGN SIX SHAR2 +12429 CUNEIFORM NUMERIC SIGN SEVEN SHAR2 +1242A CUNEIFORM NUMERIC SIGN EIGHT SHAR2 +1242B CUNEIFORM NUMERIC SIGN NINE SHAR2 +1242C CUNEIFORM NUMERIC SIGN ONE SHARU +1242D CUNEIFORM NUMERIC SIGN TWO SHARU +1242E CUNEIFORM NUMERIC SIGN THREE SHARU +1242F CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM +12430 CUNEIFORM NUMERIC SIGN FOUR SHARU +12431 CUNEIFORM NUMERIC SIGN FIVE SHARU +12432 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH +12433 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN +12434 CUNEIFORM NUMERIC SIGN ONE BURU +12435 CUNEIFORM NUMERIC SIGN TWO BURU +12436 CUNEIFORM NUMERIC SIGN THREE BURU +12437 CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM +12438 CUNEIFORM NUMERIC SIGN FOUR BURU +12439 CUNEIFORM NUMERIC SIGN FIVE BURU +1243A CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16 +1243B CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21 +1243C CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU +1243D CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4 +1243E CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A +1243F CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B +12440 CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9 +12441 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3 +12442 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A +12443 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B +12444 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU +12445 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3 +12446 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU +12447 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3 +12448 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4 +12449 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A +1244A CUNEIFORM NUMERIC SIGN TWO ASH TENU +1244B CUNEIFORM NUMERIC SIGN THREE ASH TENU +1244C CUNEIFORM NUMERIC SIGN FOUR ASH TENU +1244D CUNEIFORM NUMERIC SIGN FIVE ASH TENU +1244E CUNEIFORM NUMERIC SIGN SIX ASH TENU +1244F CUNEIFORM NUMERIC SIGN ONE BAN2 +12450 CUNEIFORM NUMERIC SIGN TWO BAN2 +12451 CUNEIFORM NUMERIC SIGN THREE BAN2 +12452 CUNEIFORM NUMERIC SIGN FOUR BAN2 +12453 CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM +12454 CUNEIFORM NUMERIC SIGN FIVE BAN2 +12455 CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM +12456 CUNEIFORM NUMERIC SIGN NIGIDAMIN +12457 CUNEIFORM NUMERIC SIGN NIGIDAESH +12458 CUNEIFORM NUMERIC SIGN ONE ESHE3 +12459 CUNEIFORM NUMERIC SIGN TWO ESHE3 +1245A CUNEIFORM NUMERIC SIGN ONE THIRD DISH +1245B CUNEIFORM NUMERIC SIGN TWO THIRDS DISH +1245C CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH +1245D CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A +1245E CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A +1245F CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH +12460 CUNEIFORM NUMERIC SIGN ONE QUARTER ASH +12461 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH +12462 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER +12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER +12471 CUNEIFORM PUNCTUATION SIGN VERTICAL COLON +12472 CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON +12473 CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON 1D000 BYZANTINE MUSICAL SYMBOL PSILI 1D001 BYZANTINE MUSICAL SYMBOL DASEIA 1D002 BYZANTINE MUSICAL SYMBOL PERISPOMENI @@ -13137,6 +15665,76 @@ 1D1DB MUSICAL SYMBOL SCANDICUS FLEXUS 1D1DC MUSICAL SYMBOL TORCULUS RESUPINUS 1D1DD MUSICAL SYMBOL PES SUBPUNCTIS +1D200 GREEK VOCAL NOTATION SYMBOL-1 +1D201 GREEK VOCAL NOTATION SYMBOL-2 +1D202 GREEK VOCAL NOTATION SYMBOL-3 +1D203 GREEK VOCAL NOTATION SYMBOL-4 +1D204 GREEK VOCAL NOTATION SYMBOL-5 +1D205 GREEK VOCAL NOTATION SYMBOL-6 +1D206 GREEK VOCAL NOTATION SYMBOL-7 +1D207 GREEK VOCAL NOTATION SYMBOL-8 +1D208 GREEK VOCAL NOTATION SYMBOL-9 +1D209 GREEK VOCAL NOTATION SYMBOL-10 +1D20A GREEK VOCAL NOTATION SYMBOL-11 +1D20B GREEK VOCAL NOTATION SYMBOL-12 +1D20C GREEK VOCAL NOTATION SYMBOL-13 +1D20D GREEK VOCAL NOTATION SYMBOL-14 +1D20E GREEK VOCAL NOTATION SYMBOL-15 +1D20F GREEK VOCAL NOTATION SYMBOL-16 +1D210 GREEK VOCAL NOTATION SYMBOL-17 +1D211 GREEK VOCAL NOTATION SYMBOL-18 +1D212 GREEK VOCAL NOTATION SYMBOL-19 +1D213 GREEK VOCAL NOTATION SYMBOL-20 +1D214 GREEK VOCAL NOTATION SYMBOL-21 +1D215 GREEK VOCAL NOTATION SYMBOL-22 +1D216 GREEK VOCAL NOTATION SYMBOL-23 +1D217 GREEK VOCAL NOTATION SYMBOL-24 +1D218 GREEK VOCAL NOTATION SYMBOL-50 +1D219 GREEK VOCAL NOTATION SYMBOL-51 +1D21A GREEK VOCAL NOTATION SYMBOL-52 +1D21B GREEK VOCAL NOTATION SYMBOL-53 +1D21C GREEK VOCAL NOTATION SYMBOL-54 +1D21D GREEK INSTRUMENTAL NOTATION SYMBOL-1 +1D21E GREEK INSTRUMENTAL NOTATION SYMBOL-2 +1D21F GREEK INSTRUMENTAL NOTATION SYMBOL-4 +1D220 GREEK INSTRUMENTAL NOTATION SYMBOL-5 +1D221 GREEK INSTRUMENTAL NOTATION SYMBOL-7 +1D222 GREEK INSTRUMENTAL NOTATION SYMBOL-8 +1D223 GREEK INSTRUMENTAL NOTATION SYMBOL-11 +1D224 GREEK INSTRUMENTAL NOTATION SYMBOL-12 +1D225 GREEK INSTRUMENTAL NOTATION SYMBOL-13 +1D226 GREEK INSTRUMENTAL NOTATION SYMBOL-14 +1D227 GREEK INSTRUMENTAL NOTATION SYMBOL-17 +1D228 GREEK INSTRUMENTAL NOTATION SYMBOL-18 +1D229 GREEK INSTRUMENTAL NOTATION SYMBOL-19 +1D22A GREEK INSTRUMENTAL NOTATION SYMBOL-23 +1D22B GREEK INSTRUMENTAL NOTATION SYMBOL-24 +1D22C GREEK INSTRUMENTAL NOTATION SYMBOL-25 +1D22D GREEK INSTRUMENTAL NOTATION SYMBOL-26 +1D22E GREEK INSTRUMENTAL NOTATION SYMBOL-27 +1D22F GREEK INSTRUMENTAL NOTATION SYMBOL-29 +1D230 GREEK INSTRUMENTAL NOTATION SYMBOL-30 +1D231 GREEK INSTRUMENTAL NOTATION SYMBOL-32 +1D232 GREEK INSTRUMENTAL NOTATION SYMBOL-36 +1D233 GREEK INSTRUMENTAL NOTATION SYMBOL-37 +1D234 GREEK INSTRUMENTAL NOTATION SYMBOL-38 +1D235 GREEK INSTRUMENTAL NOTATION SYMBOL-39 +1D236 GREEK INSTRUMENTAL NOTATION SYMBOL-40 +1D237 GREEK INSTRUMENTAL NOTATION SYMBOL-42 +1D238 GREEK INSTRUMENTAL NOTATION SYMBOL-43 +1D239 GREEK INSTRUMENTAL NOTATION SYMBOL-45 +1D23A GREEK INSTRUMENTAL NOTATION SYMBOL-47 +1D23B GREEK INSTRUMENTAL NOTATION SYMBOL-48 +1D23C GREEK INSTRUMENTAL NOTATION SYMBOL-49 +1D23D GREEK INSTRUMENTAL NOTATION SYMBOL-50 +1D23E GREEK INSTRUMENTAL NOTATION SYMBOL-51 +1D23F GREEK INSTRUMENTAL NOTATION SYMBOL-52 +1D240 GREEK INSTRUMENTAL NOTATION SYMBOL-53 +1D241 GREEK INSTRUMENTAL NOTATION SYMBOL-54 +1D242 COMBINING GREEK MUSICAL TRISEME +1D243 COMBINING GREEK MUSICAL TETRASEME +1D244 COMBINING GREEK MUSICAL PENTASEME +1D245 GREEK MUSICAL LEIMMA 1D300 MONOGRAM FOR EARTH 1D301 DIGRAM FOR HEAVENLY EARTH 1D302 DIGRAM FOR HUMAN EARTH @@ -13224,6 +15822,24 @@ 1D354 TETRAGRAM FOR DIFFICULTIES 1D355 TETRAGRAM FOR LABOURING 1D356 TETRAGRAM FOR FOSTERING +1D360 COUNTING ROD UNIT DIGIT ONE +1D361 COUNTING ROD UNIT DIGIT TWO +1D362 COUNTING ROD UNIT DIGIT THREE +1D363 COUNTING ROD UNIT DIGIT FOUR +1D364 COUNTING ROD UNIT DIGIT FIVE +1D365 COUNTING ROD UNIT DIGIT SIX +1D366 COUNTING ROD UNIT DIGIT SEVEN +1D367 COUNTING ROD UNIT DIGIT EIGHT +1D368 COUNTING ROD UNIT DIGIT NINE +1D369 COUNTING ROD TENS DIGIT ONE +1D36A COUNTING ROD TENS DIGIT TWO +1D36B COUNTING ROD TENS DIGIT THREE +1D36C COUNTING ROD TENS DIGIT FOUR +1D36D COUNTING ROD TENS DIGIT FIVE +1D36E COUNTING ROD TENS DIGIT SIX +1D36F COUNTING ROD TENS DIGIT SEVEN +1D370 COUNTING ROD TENS DIGIT EIGHT +1D371 COUNTING ROD TENS DIGIT NINE 1D400 MATHEMATICAL BOLD CAPITAL A 1D401 MATHEMATICAL BOLD CAPITAL B 1D402 MATHEMATICAL BOLD CAPITAL C @@ -13876,6 +16492,8 @@ 1D6A1 MATHEMATICAL MONOSPACE SMALL X 1D6A2 MATHEMATICAL MONOSPACE SMALL Y 1D6A3 MATHEMATICAL MONOSPACE SMALL Z +1D6A4 MATHEMATICAL ITALIC SMALL DOTLESS I +1D6A5 MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8 MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 MATHEMATICAL BOLD CAPITAL BETA 1D6AA MATHEMATICAL BOLD CAPITAL GAMMA @@ -14166,6 +16784,8 @@ 1D7C7 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 1D7C8 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 1D7C9 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL +1D7CA MATHEMATICAL BOLD CAPITAL DIGAMMA +1D7CB MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE MATHEMATICAL BOLD DIGIT ZERO 1D7CF MATHEMATICAL BOLD DIGIT ONE 1D7D0 MATHEMATICAL BOLD DIGIT TWO Index: fonttools.spec =================================================================== RCS file: /cvs/extras/rpms/fonttools/devel/fonttools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fonttools.spec 9 Nov 2006 14:38:24 -0000 1.9 +++ fonttools.spec 1 Dec 2006 02:36:25 -0000 1.10 @@ -3,7 +3,7 @@ Name: fonttools Version: 2.0 -Release: 0.9.%{alphatag}%{?dist} +Release: 0.10.%{alphatag}%{?dist} Summary: A tool to convert True/OpenType fonts to XML and back Group: Development/Tools @@ -11,6 +11,7 @@ URL: http://sourceforge.net/projects/fonttools/ Source0: http://fonttools.sourceforge.net/cvs-snapshots/bzip2/fonttools-2006-02-23.085153.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: fonttools-uni5.patch BuildRequires: python-devel python-numeric Requires: python-numeric @@ -25,6 +26,7 @@ %prep %setup -q -n %{name} +%patch1 -p1 -b .uni5 %{__sed} -i.nobang '1 d' Lib/fontTools/ttx.py %{__chmod} a-x LICENSE.txt @@ -65,6 +67,9 @@ %changelog +* Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs +- Update the Unicode names file to Unicode 5.0.0 + * Thu Nov 09 2006 Roozbeh Pournader - 2.0-0.9.20060223cvs - Update to newer CVS snapshot dated 2006-02-23 - Cleanup based on latest Python packaging guidelines From fedora-extras-commits at redhat.com Fri Dec 1 04:02:37 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Thu, 30 Nov 2006 23:02:37 -0500 Subject: rpms/snort/devel snort.spec,1.19,1.20 Message-ID: <200612010402.kB142bOj007136@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7117 Modified Files: snort.spec Log Message: rebuild for new libpcap Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- snort.spec 24 Nov 2006 03:46:42 -0000 1.19 +++ snort.spec 1 Dec 2006 04:02:07 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort Version: 2.6.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -420,6 +420,9 @@ %changelog +* Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 +- rebuild for new libpcap + * Thu Nov 23 2006 Dennis Gilmore - 2.6.1.1-1 -upgrade to 2.6.1.1 From fedora-extras-commits at redhat.com Fri Dec 1 10:22:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:22:15 -0500 Subject: owners owners.list,1.2043,1.2044 Message-ID: <200612011022.kB1AMF3B031797@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31782 Modified Files: owners.list Log Message: Take ownership of frozen-bubble and add Hans to default cc. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2043 retrieving revision 1.2044 diff -u -r1.2043 -r1.2044 --- owners.list 30 Nov 2006 23:49:04 -0000 1.2043 +++ owners.list 1 Dec 2006 10:21:44 -0000 1.2044 @@ -460,7 +460,7 @@ Fedora Extras|FreeWnn|Japanese input server|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|freeze|freeze/melt/fcat compression utilities|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|frotz|Interpreter for Infocom and other Z-machine games|chris at chrisgrau.com|extras-qa at fedoraproject.org| -Fedora Extras|frozen-bubble|Frozen Bubble arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|frozen-bubble|Frozen Bubble arcade game|matthias at rpmforge.net|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|fslint|FSlint - a utility to find and clean "lint" on a filesystem|P at draigBrady.com|extras-qa at fedoraproject.org| Fedora Extras|ftnchek|Static analyzer for Fortran 77 programs|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|fuse|File System in Userspace|lemenkov at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 1 10:40:36 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:40:36 -0500 Subject: rpms/frozen-bubble/FC-5 frozen-bubble.spec,1.4,1.5 Message-ID: <200612011040.kB1AeaWl031970@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/frozen-bubble/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/FC-5 Modified Files: frozen-bubble.spec Log Message: Silence useradd call so there is no output upon update (#217902). Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/FC-5/frozen-bubble.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- frozen-bubble.spec 29 Nov 2006 10:25:11 -0000 1.4 +++ frozen-bubble.spec 1 Dec 2006 10:40:06 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{version}.tar.bz2 @@ -117,7 +117,7 @@ %post server -/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble || : +/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble &>/dev/null || : /sbin/chkconfig --add fb-server %preun server @@ -153,6 +153,9 @@ %changelog +* Wed Nov 29 2006 Matthias Saou 2.1.0-2 +- Silence useradd call so there is no output upon update (#217902). + * Wed Nov 29 2006 Matthias Saou 2.1.0-1 - Update to 2.1.0 (fixes #216248). From fedora-extras-commits at redhat.com Fri Dec 1 10:40:36 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:40:36 -0500 Subject: rpms/frozen-bubble/FC-6 frozen-bubble.spec,1.4,1.5 Message-ID: <200612011040.kB1Aeakm031973@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/frozen-bubble/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/FC-6 Modified Files: frozen-bubble.spec Log Message: Silence useradd call so there is no output upon update (#217902). Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/FC-6/frozen-bubble.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- frozen-bubble.spec 29 Nov 2006 10:25:11 -0000 1.4 +++ frozen-bubble.spec 1 Dec 2006 10:40:06 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{version}.tar.bz2 @@ -117,7 +117,7 @@ %post server -/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble || : +/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble &>/dev/null || : /sbin/chkconfig --add fb-server %preun server @@ -153,6 +153,9 @@ %changelog +* Wed Nov 29 2006 Matthias Saou 2.1.0-2 +- Silence useradd call so there is no output upon update (#217902). + * Wed Nov 29 2006 Matthias Saou 2.1.0-1 - Update to 2.1.0 (fixes #216248). From fedora-extras-commits at redhat.com Fri Dec 1 10:40:41 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:40:41 -0500 Subject: rpms/frozen-bubble/devel frozen-bubble.spec,1.4,1.5 Message-ID: <200612011040.kB1AefMm031976@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/devel Modified Files: frozen-bubble.spec Log Message: Silence useradd call so there is no output upon update (#217902). Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/frozen-bubble.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- frozen-bubble.spec 29 Nov 2006 10:25:16 -0000 1.4 +++ frozen-bubble.spec 1 Dec 2006 10:40:11 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{version}.tar.bz2 @@ -117,7 +117,7 @@ %post server -/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble || : +/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble &>/dev/null || : /sbin/chkconfig --add fb-server %preun server @@ -153,6 +153,9 @@ %changelog +* Wed Nov 29 2006 Matthias Saou 2.1.0-2 +- Silence useradd call so there is no output upon update (#217902). + * Wed Nov 29 2006 Matthias Saou 2.1.0-1 - Update to 2.1.0 (fixes #216248). From fedora-extras-commits at redhat.com Fri Dec 1 12:24:34 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Fri, 1 Dec 2006 07:24:34 -0500 Subject: owners owners.list,1.2044,1.2045 Message-ID: <200612011224.kB1COYrP006258@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6243 Modified Files: owners.list Log Message: Unorphan alsa-tools (#217256) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2044 retrieving revision 1.2045 diff -u -r1.2044 -r1.2045 --- owners.list 1 Dec 2006 10:21:44 -0000 1.2044 +++ owners.list 1 Dec 2006 12:24:04 -0000 1.2045 @@ -43,7 +43,7 @@ Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| -Fedora Extras|alsa-tools|The ALSA Tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|andreas.bierfert at lowlatency.de +Fedora Extras|alsa-tools|Specialist tools for ALSA|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|alsamixergui|GUI mixer for ALSA sound devices|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|altermime|Alter MIME-encoded mailpacks|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|amarok|Media player for KDE|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 1 12:31:19 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Fri, 1 Dec 2006 07:31:19 -0500 Subject: rpms/wbxml2/FC-5 wbxml2.spec,1.10,1.11 Message-ID: <200612011231.kB1CVJ8I006364@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/wbxml2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/FC-5 Modified Files: wbxml2.spec Log Message: * Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 - Stupidity. Fix the use of iconv. Bug #217848 again. - Add an end-of-line to BUGS as well. * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 - Use iconv instead of recode. Bug #217848. Index: wbxml2.spec =================================================================== RCS file: /cvs/extras/rpms/wbxml2/FC-5/wbxml2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- wbxml2.spec 30 Nov 2006 13:47:27 -0000 1.10 +++ wbxml2.spec 1 Dec 2006 12:30:49 -0000 1.11 @@ -1,6 +1,6 @@ Name: wbxml2 Version: 0.9.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Library and tools to parse, encode and handle WBXML documents Group: System Environment/Libraries @@ -42,11 +42,13 @@ # Recode to UTF-8 several doc files for file in ChangeLog README NEWS References; do - /usr/bin/iconv -f iso8859-1 -t utf-8 $file + /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \ + && /bin/mv ${file}.conv $file done # no line terminator, add one echo >> THANKS +echo >> BUGS %build %configure --disable-rpath --disable-static @@ -86,8 +88,12 @@ %changelog +* Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 +- Stupidity. Fix the use of iconv. Bug #217848 again. +- Add an end-of-line to BUGS as well. + * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 -- Use iconv instead of mock. Bug #217848. +- Use iconv instead of recode. Bug #217848. * Mon Nov 27 2006 Laurent Rineau - 0.9.2-5 - Changed the Summarys and descriptions. From fedora-extras-commits at redhat.com Fri Dec 1 12:31:19 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Fri, 1 Dec 2006 07:31:19 -0500 Subject: rpms/wbxml2/FC-6 wbxml2.spec,1.11,1.12 Message-ID: <200612011231.kB1CVJXI006367@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/wbxml2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/FC-6 Modified Files: wbxml2.spec Log Message: * Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 - Stupidity. Fix the use of iconv. Bug #217848 again. - Add an end-of-line to BUGS as well. * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 - Use iconv instead of recode. Bug #217848. Index: wbxml2.spec =================================================================== RCS file: /cvs/extras/rpms/wbxml2/FC-6/wbxml2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wbxml2.spec 30 Nov 2006 13:47:27 -0000 1.11 +++ wbxml2.spec 1 Dec 2006 12:30:49 -0000 1.12 @@ -1,6 +1,6 @@ Name: wbxml2 Version: 0.9.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Library and tools to parse, encode and handle WBXML documents Group: System Environment/Libraries @@ -42,11 +42,13 @@ # Recode to UTF-8 several doc files for file in ChangeLog README NEWS References; do - /usr/bin/iconv -f iso8859-1 -t utf-8 $file + /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \ + && /bin/mv ${file}.conv $file done # no line terminator, add one echo >> THANKS +echo >> BUGS %build %configure --disable-rpath --disable-static @@ -86,8 +88,12 @@ %changelog +* Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 +- Stupidity. Fix the use of iconv. Bug #217848 again. +- Add an end-of-line to BUGS as well. + * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 -- Use iconv instead of mock. Bug #217848. +- Use iconv instead of recode. Bug #217848. * Mon Nov 27 2006 Laurent Rineau - 0.9.2-5 - Changed the Summarys and descriptions. From fedora-extras-commits at redhat.com Fri Dec 1 12:31:24 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Fri, 1 Dec 2006 07:31:24 -0500 Subject: rpms/wbxml2/devel wbxml2.spec,1.11,1.12 Message-ID: <200612011231.kB1CVOYt006368@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/wbxml2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/devel Modified Files: wbxml2.spec Log Message: * Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 - Stupidity. Fix the use of iconv. Bug #217848 again. - Add an end-of-line to BUGS as well. * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 - Use iconv instead of recode. Bug #217848. Index: wbxml2.spec =================================================================== RCS file: /cvs/extras/rpms/wbxml2/devel/wbxml2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wbxml2.spec 30 Nov 2006 13:47:33 -0000 1.11 +++ wbxml2.spec 1 Dec 2006 12:30:54 -0000 1.12 @@ -1,6 +1,6 @@ Name: wbxml2 Version: 0.9.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Library and tools to parse, encode and handle WBXML documents Group: System Environment/Libraries @@ -42,11 +42,13 @@ # Recode to UTF-8 several doc files for file in ChangeLog README NEWS References; do - /usr/bin/iconv -f iso8859-1 -t utf-8 $file + /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \ + && /bin/mv ${file}.conv $file done # no line terminator, add one echo >> THANKS +echo >> BUGS %build %configure --disable-rpath --disable-static @@ -86,8 +88,12 @@ %changelog +* Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 +- Stupidity. Fix the use of iconv. Bug #217848 again. +- Add an end-of-line to BUGS as well. + * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 -- Use iconv instead of mock. Bug #217848. +- Use iconv instead of recode. Bug #217848. * Mon Nov 27 2006 Laurent Rineau - 0.9.2-5 - Changed the Summarys and descriptions. From fedora-extras-commits at redhat.com Fri Dec 1 13:11:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 08:11:20 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.4,1.5 Message-ID: <200612011311.kB1DBKi9009732@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9652 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-4 - fix magick-config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GraphicsMagick.spec 29 Nov 2006 12:01:17 -0000 1.4 +++ GraphicsMagick.spec 1 Dec 2006 13:10:50 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config_64.h" +# include "magick-config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-4 +- fix magick-config-64.h (bug #217959) + * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 - Fixed devel requirement. From fedora-extras-commits at redhat.com Fri Dec 1 13:12:30 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 08:12:30 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.5,1.6 Message-ID: <200612011312.kB1DCU8s009764@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9747 Modified Files: GraphicsMagick.spec Log Message: Release++, botched tag Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- GraphicsMagick.spec 1 Dec 2006 13:10:50 -0000 1.5 +++ GraphicsMagick.spec 1 Dec 2006 13:12:00 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -231,7 +231,7 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog -* Fri Dec 01 2006 Rex Dieter - 1.1.7-4 +* Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 From fedora-extras-commits at redhat.com Fri Dec 1 14:11:12 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:11:12 -0500 Subject: rpms/gnupg2/FC-6 .cvsignore, 1.16, 1.17 gnupg2.spec, 1.55, 1.56 sources, 1.18, 1.19 Message-ID: <200612011411.kB1EBC2Q013069@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13046 Modified Files: .cvsignore gnupg2.spec sources Log Message: * Wed Nov 29 2006 Rex Dieter 2.0.1-1 - gnupg-2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 28 Nov 2006 17:06:34 -0000 1.16 +++ .cvsignore 1 Dec 2006 14:10:42 -0000 1.17 @@ -1,5 +1,3 @@ clog -gnupg-2.0.0.tar.bz2 -gnupg-2.0.0.tar.bz2.sig -gnupg-2.0.1rc1.tar.bz2 -gnupg-2.0.1rc1.tar.bz2.sig +gnupg-2.0.1.tar.bz2 +gnupg-2.0.1.tar.bz2.sig Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/gnupg2.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- gnupg2.spec 28 Nov 2006 17:06:34 -0000 1.55 +++ gnupg2.spec 1 Dec 2006 14:10:42 -0000 1.56 @@ -7,17 +7,15 @@ %define kde_scriptdir %{_prefix} %endif -%define beta rc1 - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.1 -Release: 0.3.%{beta}%{?dist} +Release: 1%{?dist} License: GPL Group: Applications/System -Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}%{?beta}.tar.bz2 -Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}%{?beta}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -179,6 +177,9 @@ %changelog +* Wed Nov 29 2006 Rex Dieter 2.0.1-1 +- gnupg-2.0.1 + * Sat Nov 25 2006 Rex Dieter 2.0.1-0.3.rc1 - gnupg-2.0.1rc1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 28 Nov 2006 17:06:34 -0000 1.18 +++ sources 1 Dec 2006 14:10:42 -0000 1.19 @@ -1,2 +1,2 @@ -e782017943dcf59e3f5b71556e921be4 gnupg-2.0.1rc1.tar.bz2 -2dee9b82c53b42c13267b794aa3fae00 gnupg-2.0.1rc1.tar.bz2.sig +eb24e258db73f4cb53a3ce18375efa21 gnupg-2.0.1.tar.bz2 +58b1bbc2f34c0882ab1a49542a8ffd45 gnupg-2.0.1.tar.bz2.sig From fedora-extras-commits at redhat.com Fri Dec 1 14:21:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:21:49 -0500 Subject: rpms/libksba/devel .cvsignore, 1.10, 1.11 libksba.spec, 1.23, 1.24 sources, 1.10, 1.11 Message-ID: <200612011421.kB1ELn1w013207@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libksba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13188 Modified Files: .cvsignore libksba.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.0.1-1 - libksba-1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 7 Sep 2006 20:01:42 -0000 1.10 +++ .cvsignore 1 Dec 2006 14:21:19 -0000 1.11 @@ -1,4 +1,2 @@ -libksba-0.9.15.tar.bz2 -libksba-0.9.15.tar.bz2.sig -libksba-1.0.0.tar.bz2 -libksba-1.0.0.tar.bz2.sig +libksba-1.0.1.tar.bz2.sig +libksba-1.0.1.tar.bz2 Index: libksba.spec =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- libksba.spec 2 Oct 2006 17:08:37 -0000 1.23 +++ libksba.spec 1 Dec 2006 14:21:19 -0000 1.24 @@ -1,8 +1,8 @@ Summary: X.509 library Name: libksba -Version: 1.0.0 -Release: 1%{?dist}.1 +Version: 1.0.1 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ @@ -10,7 +10,7 @@ Source1: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2.sig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libgpg-error >= 1.2 +BuildRequires: libgpg-error-devel >= 1.2 BuildRequires: libgcrypt-devel >= 1.2.0 %description @@ -39,10 +39,6 @@ make %{?_smp_mflags} -%check ||: -make check - - %install rm -rf $RPM_BUILD_ROOT @@ -52,6 +48,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +%check +make check + + %clean rm -rf $RPM_BUILD_ROOT @@ -72,11 +72,11 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION -%{_libdir}/*.so.* +%{_libdir}/lib*.so.* %files devel %defattr(-,root,root,-) -%{_bindir}/*-config +%{_bindir}/ksba-config %{_libdir}/lib*.so %{_includedir}/* %{_datadir}/aclocal/* @@ -84,11 +84,14 @@ %changelog -* Mon Oct 02 2006 Rex Dieter +* Fri Dec 01 2006 Rex Dieter 1.0.1-1 +- libksba-1.0.1 + +* Mon Oct 02 2006 Rex Dieter 1.0.0-1.1 - respin * Thu Aug 31 2006 Rex Dieter 1.0.0-1 -- 1.0.0 +- libksba-1.0.0 * Tue Aug 29 2006 Rex Dieter 0.9.15-3 - fc6 respin @@ -96,7 +99,7 @@ * Thu Jun 20 2006 Rex Dieter 0.9.15-2 - 0.9.15 -* Wed Mar 1 2006 Rex Dieter +* Wed Mar 1 2006 Rex Dieter 0.9.13-2.1 - fc5: gcc/glibc respin * Wed Nov 30 2005 Rex Dieter 0.9.13-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 7 Sep 2006 20:01:42 -0000 1.10 +++ sources 1 Dec 2006 14:21:19 -0000 1.11 @@ -1,2 +1,2 @@ -9b20be3fa55d7e4271344cce92bfa4ca libksba-1.0.0.tar.bz2 -afc81702ad3c867fb08301133d4eee33 libksba-1.0.0.tar.bz2.sig +a4b0ed51286486c46ba00266d8cbd2bb libksba-1.0.1.tar.bz2.sig +43646aa414f28e4962f8db138efbf249 libksba-1.0.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 14:37:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:37:12 -0500 Subject: rpms/perl-Wx/FC-5 .cvsignore, 1.5, 1.6 perl-Wx.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612011437.kB1EbClP013483@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13422/FC-5 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.64. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 15:15:30 -0000 1.5 +++ .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -Wx-0.63.tar.gz +Wx-0.64.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/perl-Wx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Wx.spec 22 Nov 2006 15:15:30 -0000 1.4 +++ perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 +- Update to 0.64. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 15:15:30 -0000 1.5 +++ sources 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -214bf025166a603506b160823d5e9013 Wx-0.63.tar.gz +b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 14:37:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:37:12 -0500 Subject: rpms/perl-Wx/FC-6 .cvsignore, 1.5, 1.6 perl-Wx.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612011437.kB1EbCQA013488@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13422/FC-6 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.64. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 15:15:30 -0000 1.5 +++ .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -Wx-0.63.tar.gz +Wx-0.64.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/perl-Wx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Wx.spec 22 Nov 2006 15:15:30 -0000 1.4 +++ perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 +- Update to 0.64. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 15:15:30 -0000 1.5 +++ sources 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -214bf025166a603506b160823d5e9013 Wx-0.63.tar.gz +b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 14:37:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:37:18 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.6, 1.7 perl-Wx.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612011437.kB1EbIAu013493@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13422/devel Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.64. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Nov 2006 14:19:16 -0000 1.6 +++ .cvsignore 1 Dec 2006 14:36:48 -0000 1.7 @@ -1 +1 @@ -Wx-0.63.tar.gz +Wx-0.64.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Wx.spec 22 Nov 2006 14:19:16 -0000 1.5 +++ perl-Wx.spec 1 Dec 2006 14:36:48 -0000 1.6 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 +- Update to 0.64. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Nov 2006 14:19:16 -0000 1.6 +++ sources 1 Dec 2006 14:36:48 -0000 1.7 @@ -1 +1 @@ -214bf025166a603506b160823d5e9013 Wx-0.63.tar.gz +b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 14:38:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:38:57 -0500 Subject: rpms/gnupg2/FC-5 gnupg-1.9.22-CVE-2006-6169.patch, NONE, 1.1 gnupg2.spec, 1.38, 1.39 Message-ID: <200612011438.kB1EcvPg013658@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13605 Modified Files: gnupg2.spec Added Files: gnupg-1.9.22-CVE-2006-6169.patch Log Message: * Fri Dec 01 2006 Rex Dieter 1.9.22-8 - CVE-2006-6169 (bug #217950) - --disable-optmization on 64bit archs gnupg-1.9.22-CVE-2006-6169.patch: --- NEW FILE gnupg-1.9.22-CVE-2006-6169.patch --- --- gnupg-1.9.22/g10/openfile.c.CVE-2006-6169 2006-06-20 11:33:00.000000000 -0500 +++ gnupg-1.9.22/g10/openfile.c 2006-12-01 08:36:19.000000000 -0600 @@ -145,8 +145,8 @@ s = _("Enter new filename"); - n = strlen(s) + namelen + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; + n = strlen(s) + (defname?strlen (defname):0) + 10; prompt = xmalloc(n); if( defname ) sprintf(prompt, "%s [%s]: ", s, defname ); Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-5/gnupg2.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- gnupg2.spec 18 Sep 2006 13:49:35 -0000 1.38 +++ gnupg2.spec 1 Dec 2006 14:38:27 -0000 1.39 @@ -6,35 +6,24 @@ %define kde_scriptdir %{_prefix} %endif -# define _enable_gpg to build/include gnupg2 binary, currently disabled because: -# * currently doesn't build -# * has security issue (CVE-2006-3082) -# * upstream devs say "You shall not build the gpg part. There is a reason why it is not -# enabled by default" -#define _enable_gpg --enable-gpg - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System -#Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 -#Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig -#use mirror(s), since the primary site hardly ever works anymore -Source0: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2 -Source1: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# omit broken x86_64 build -# ExcludeArch: x86_64 # enable auto-startup/shutdown of gpg-agent Source10: gpg-agent-startup.sh Source11: gpg-agent-shutdown.sh -Patch2: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-1.9.16-testverbose.patch +Patch100: gnupg-1.9.22-CVE-2006-6169.patch Obsoletes: newpg < 0.9.5 @@ -85,7 +74,8 @@ %prep %setup -q -n gnupg-%{version} -%patch2 -p1 -b .testverbose +%patch2 -p1 -b .testverbose +%patch100 -p1 -b .CVE-2006-6169 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -104,6 +94,9 @@ %configure \ --disable-rpath \ --disable-dependency-tracking \ +%if "%{_lib}" == "lib64" + --disable-optimization \ +%endif %{?_enable_gpg} make %{?_smp_mflags} @@ -172,6 +165,10 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 1.9.22-8 +- CVE-2006-6169 (bug #217950) +- --disable-optmization on 64bit archs + * Mon Sep 18 2006 Rex Dieter 1.9.22-7 - gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists From fedora-extras-commits at redhat.com Fri Dec 1 14:41:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:41:19 -0500 Subject: rpms/gnupg2/FC-4 gnupg-1.9.22-CVE-2006-6169.patch, NONE, 1.1 gnupg2.spec, 1.21, 1.22 Message-ID: <200612011441.kB1EfJbv013765@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13740 Modified Files: gnupg2.spec Added Files: gnupg-1.9.22-CVE-2006-6169.patch Log Message: * Fri Dec 01 2006 Rex Dieter 1.9.22-8 - CVE-2006-6169 (bug #217950) - --disable-optmization on 64bit archs gnupg-1.9.22-CVE-2006-6169.patch: --- NEW FILE gnupg-1.9.22-CVE-2006-6169.patch --- --- gnupg-1.9.22/g10/openfile.c.CVE-2006-6169 2006-06-20 11:33:00.000000000 -0500 +++ gnupg-1.9.22/g10/openfile.c 2006-12-01 08:36:19.000000000 -0600 @@ -145,8 +145,8 @@ s = _("Enter new filename"); - n = strlen(s) + namelen + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; + n = strlen(s) + (defname?strlen (defname):0) + 10; prompt = xmalloc(n); if( defname ) sprintf(prompt, "%s [%s]: ", s, defname ); Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-4/gnupg2.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gnupg2.spec 18 Sep 2006 13:51:29 -0000 1.21 +++ gnupg2.spec 1 Dec 2006 14:40:49 -0000 1.22 @@ -6,35 +6,24 @@ %define kde_scriptdir %{_prefix} %endif -# define _enable_gpg to build/include gnupg2 binary, currently disabled because: -# * currently doesn't build -# * has security issue (CVE-2006-3082) -# * upstream devs say "You shall not build the gpg part. There is a reason why it is not -# enabled by default" -#define _enable_gpg --enable-gpg - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System -#Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 -#Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig -#use mirror(s), since the primary site hardly ever works anymore -Source0: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2 -Source1: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# omit broken x86_64 build -# ExcludeArch: x86_64 # enable auto-startup/shutdown of gpg-agent Source10: gpg-agent-startup.sh Source11: gpg-agent-shutdown.sh -Patch2: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-1.9.16-testverbose.patch +Patch100: gnupg-1.9.22-CVE-2006-6169.patch Obsoletes: newpg < 0.9.5 @@ -85,7 +74,8 @@ %prep %setup -q -n gnupg-%{version} -%patch2 -p1 -b .testverbose +%patch2 -p1 -b .testverbose +%patch100 -p1 -b .CVE-2006-6169 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -104,6 +94,9 @@ %configure \ --disable-rpath \ --disable-dependency-tracking \ +%if "%{_lib}" == "lib64" + --disable-optimization \ +%endif %{?_enable_gpg} make %{?_smp_mflags} @@ -172,6 +165,10 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 1.9.22-8 +- CVE-2006-6169 (bug #217950) +- --disable-optmization on 64bit archs + * Mon Sep 18 2006 Rex Dieter 1.9.22-7 - gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists From fedora-extras-commits at redhat.com Fri Dec 1 14:42:30 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:42:30 -0500 Subject: rpms/gnupg2/FC-3 gnupg-1.9.22-CVE-2006-6169.patch, NONE, 1.1 gnupg2.spec, 1.13, 1.14 Message-ID: <200612011442.kB1EgUBG013860@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13831 Modified Files: gnupg2.spec Added Files: gnupg-1.9.22-CVE-2006-6169.patch Log Message: * Fri Dec 01 2006 Rex Dieter 1.9.22-8 - CVE-2006-6169 (bug #217950) - --disable-optmization on 64bit archs gnupg-1.9.22-CVE-2006-6169.patch: --- NEW FILE gnupg-1.9.22-CVE-2006-6169.patch --- --- gnupg-1.9.22/g10/openfile.c.CVE-2006-6169 2006-06-20 11:33:00.000000000 -0500 +++ gnupg-1.9.22/g10/openfile.c 2006-12-01 08:36:19.000000000 -0600 @@ -145,8 +145,8 @@ s = _("Enter new filename"); - n = strlen(s) + namelen + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; + n = strlen(s) + (defname?strlen (defname):0) + 10; prompt = xmalloc(n); if( defname ) sprintf(prompt, "%s [%s]: ", s, defname ); Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-3/gnupg2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gnupg2.spec 18 Sep 2006 13:59:14 -0000 1.13 +++ gnupg2.spec 1 Dec 2006 14:42:00 -0000 1.14 @@ -6,35 +6,24 @@ %define kde_scriptdir %{_prefix} %endif -# define _enable_gpg to build/include gnupg2 binary, currently disabled because: -# * currently doesn't build -# * has security issue (CVE-2006-3082) -# * upstream devs say "You shall not build the gpg part. There is a reason why it is not -# enabled by default" -#define _enable_gpg --enable-gpg - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System -#Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 -#Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig -#use mirror(s), since the primary site hardly ever works anymore -Source0: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2 -Source1: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# omit broken x86_64 build -# ExcludeArch: x86_64 # enable auto-startup/shutdown of gpg-agent Source10: gpg-agent-startup.sh Source11: gpg-agent-shutdown.sh -Patch2: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-1.9.16-testverbose.patch +Patch100: gnupg-1.9.22-CVE-2006-6169.patch Obsoletes: newpg < 0.9.5 @@ -85,7 +74,8 @@ %prep %setup -q -n gnupg-%{version} -%patch2 -p1 -b .testverbose +%patch2 -p1 -b .testverbose +%patch100 -p1 -b .CVE-2006-6169 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -104,6 +94,9 @@ %configure \ --disable-rpath \ --disable-dependency-tracking \ +%if "%{_lib}" == "lib64" + --disable-optimization \ +%endif %{?_enable_gpg} make %{?_smp_mflags} @@ -172,6 +165,10 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 1.9.22-8 +- CVE-2006-6169 (bug #217950) +- --disable-optmization on 64bit archs + * Mon Sep 18 2006 Rex Dieter 1.9.22-7 - gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists From fedora-extras-commits at redhat.com Fri Dec 1 14:43:09 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:43:09 -0500 Subject: rpms/perl-HTTP-Server-Simple/devel .cvsignore, 1.9, 1.10 perl-HTTP-Server-Simple.spec, 1.10, 1.11 sources, 1.9, 1.10 Message-ID: <200612011443.kB1Eh9Fo013924@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-HTTP-Server-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13901 Modified Files: .cvsignore perl-HTTP-Server-Simple.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 22 Nov 2006 17:10:52 -0000 1.9 +++ .cvsignore 1 Dec 2006 14:42:39 -0000 1.10 @@ -1 +1 @@ -HTTP-Server-Simple-0.24.tar.gz +HTTP-Server-Simple-0.26.tar.gz Index: perl-HTTP-Server-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple/devel/perl-HTTP-Server-Simple.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-HTTP-Server-Simple.spec 22 Nov 2006 17:10:52 -0000 1.10 +++ perl-HTTP-Server-Simple.spec 1 Dec 2006 14:42:39 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-HTTP-Server-Simple -Version: 0.24 +Version: 0.26 Release: 1%{?dist} Summary: Very simple standalone HTTP daemon @@ -55,6 +55,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.24-1 - Update to 0.24. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 22 Nov 2006 17:10:52 -0000 1.9 +++ sources 1 Dec 2006 14:42:39 -0000 1.10 @@ -1 +1 @@ -302f487fc5ae544529cc87784eccd89f HTTP-Server-Simple-0.24.tar.gz +1d21b98ece33a07296c857020d6b4601 HTTP-Server-Simple-0.26.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:23:13 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 1 Dec 2006 10:23:13 -0500 Subject: rpms/telepathy-gabble/devel .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 telepathy-gabble.spec, 1.15, 1.16 Message-ID: <200612011523.kB1FNDwL017148@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-gabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17124 Modified Files: .cvsignore sources telepathy-gabble.spec Log Message: * Fri Dec 1 2006 Brian Pepple - 0.4.8-1 - Update to 0.4.8. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 16 Nov 2006 18:02:32 -0000 1.15 +++ .cvsignore 1 Dec 2006 15:22:43 -0000 1.16 @@ -1 +1 @@ -telepathy-gabble-0.4.5.tar.gz +telepathy-gabble-0.4.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 16 Nov 2006 18:02:32 -0000 1.15 +++ sources 1 Dec 2006 15:22:43 -0000 1.16 @@ -1 +1 @@ -225c8ee2e71818c3be4b4ca9b8d8a988 telepathy-gabble-0.4.5.tar.gz +bc8256e8b3cdb4d18d5ab6420e389432 telepathy-gabble-0.4.8.tar.gz Index: telepathy-gabble.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- telepathy-gabble.spec 16 Nov 2006 18:02:32 -0000 1.15 +++ telepathy-gabble.spec 1 Dec 2006 15:22:43 -0000 1.16 @@ -1,5 +1,5 @@ Name: telepathy-gabble -Version: 0.4.5 +Version: 0.4.8 Release: 1%{?dist} Summary: A Jabber/XMPP connection manager @@ -48,6 +48,9 @@ %changelog +* Fri Dec 1 2006 Brian Pepple - 0.4.8-1 +- Update to 0.4.8. + * Thu Nov 16 2006 Brian Pepple - 0.4.5-1 - Update to 0.4.5. From fedora-extras-commits at redhat.com Fri Dec 1 15:33:46 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 1 Dec 2006 10:33:46 -0500 Subject: rpms/libtelepathy/devel .cvsignore, 1.4, 1.5 libtelepathy.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011533.kB1FXkEC017372@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libtelepathy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17344 Modified Files: .cvsignore libtelepathy.spec sources Log Message: * Fri Dec 1 2006 Brian Pepple - 0.0.40-1 - Update to 0.0.40. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Nov 2006 22:22:19 -0000 1.4 +++ .cvsignore 1 Dec 2006 15:33:16 -0000 1.5 @@ -1 +1 @@ -libtelepathy-0.0.39.tar.gz +libtelepathy-0.0.40.tar.gz Index: libtelepathy.spec =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/libtelepathy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtelepathy.spec 22 Nov 2006 22:22:19 -0000 1.3 +++ libtelepathy.spec 1 Dec 2006 15:33:16 -0000 1.4 @@ -1,5 +1,5 @@ Name: libtelepathy -Version: 0.0.39 +Version: 0.0.40 Release: 1%{?dist} Summary: A GLib library to ease writing telepathy clients @@ -70,6 +70,9 @@ %changelog +* Fri Dec 1 2006 Brian Pepple - 0.0.40-1 +- Update to 0.0.40. + * Wed Nov 22 2006 Brian Pepple - 0.0.39-1 - Update to 0.0.39. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Nov 2006 22:22:19 -0000 1.4 +++ sources 1 Dec 2006 15:33:16 -0000 1.5 @@ -1 +1 @@ -4935790c13b3e412572598fead8ce159 libtelepathy-0.0.39.tar.gz +fd22fdfee8a4bfbf33ff420ad696b268 libtelepathy-0.0.40.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:45:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 1 Dec 2006 10:45:46 -0500 Subject: rpms/jd/devel .cvsignore, 1.28, 1.29 jd.spec, 1.35, 1.36 sources, 1.28, 1.29 Message-ID: <200612011545.kB1FjkHp017537@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17493 Modified Files: .cvsignore jd.spec sources Log Message: * Fri Dec 1 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061201 - cvs 061201 (24:30 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 30 Nov 2006 15:08:12 -0000 1.28 +++ .cvsignore 1 Dec 2006 15:45:16 -0000 1.29 @@ -1 +1 @@ -jd-1.8.1-cvs061130.tgz +jd-1.8.1-cvs061201.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- jd.spec 30 Nov 2006 15:08:12 -0000 1.35 +++ jd.spec 1 Dec 2006 15:45:16 -0000 1.36 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061130 +%define strtag cvs061201 %define repoid 22722 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Thu Nov 30 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061130 -- cvs 061130 (23:59 JST) +* Fri Dec 1 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061201 +- cvs 061201 (24:30 JST) * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 30 Nov 2006 15:08:12 -0000 1.28 +++ sources 1 Dec 2006 15:45:16 -0000 1.29 @@ -1 +1 @@ -d02411e2afcf06df689001133cd8ce54 jd-1.8.1-cvs061130.tgz +02a745f38ea5a2f61ef95633b6dfbb9a jd-1.8.1-cvs061201.tgz From fedora-extras-commits at redhat.com Fri Dec 1 15:46:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 1 Dec 2006 10:46:09 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.13, 1.14 ochusha.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612011546.kB1Fk9Ql017581@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17518 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 1 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061201 - 0.5.99.63.8 cvs 061201 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 30 Nov 2006 15:08:01 -0000 1.13 +++ .cvsignore 1 Dec 2006 15:45:39 -0000 1.14 @@ -1 +1 @@ -ochusha-0.5.99.63.8-cvs061130.tar.bz2 +ochusha-0.5.99.63.8-cvs061201.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ochusha.spec 30 Nov 2006 15:08:01 -0000 1.14 +++ ochusha.spec 1 Dec 2006 15:45:39 -0000 1.15 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.8 -%define strtag cvs061130 +%define strtag cvs061201 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Thu Nov 30 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061130 -- 0.5.99.63.8 cvs 061130 (23:59 JST) +* Fri Dec 1 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061201 +- 0.5.99.63.8 cvs 061201 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 30 Nov 2006 15:08:01 -0000 1.13 +++ sources 1 Dec 2006 15:45:39 -0000 1.14 @@ -1 +1 @@ -7a3557076d5e673361a5a73c756befbe ochusha-0.5.99.63.8-cvs061130.tar.bz2 +b780682f49e097ace79338bd022b2df0 ochusha-0.5.99.63.8-cvs061201.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 15:52:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 10:52:22 -0500 Subject: rpms/perl-Email-Simple/FC-5 .cvsignore, 1.8, 1.9 perl-Email-Simple.spec, 1.7, 1.8 sources, 1.8, 1.9 Message-ID: <200612011552.kB1FqMu3017743@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17691/FC-5 Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.996. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Oct 2006 21:26:40 -0000 1.8 +++ .cvsignore 1 Dec 2006 15:51:52 -0000 1.9 @@ -1 +1 @@ -Email-Simple-1.995.tar.gz +Email-Simple-1.996.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/perl-Email-Simple.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Email-Simple.spec 19 Oct 2006 21:26:40 -0000 1.7 +++ perl-Email-Simple.spec 1 Dec 2006 15:51:52 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.995 +Version: 1.996 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -49,12 +49,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.996-1 +- Update to 1.996. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.995-1 - Update to 1.995. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Oct 2006 21:26:40 -0000 1.8 +++ sources 1 Dec 2006 15:51:52 -0000 1.9 @@ -1 +1 @@ -6077eb2074fc883cab6b6eee68f344b3 Email-Simple-1.995.tar.gz +eb35dd4f86bd0552f87916787b954d46 Email-Simple-1.996.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:52:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 10:52:23 -0500 Subject: rpms/perl-Email-Simple/devel .cvsignore, 1.9, 1.10 perl-Email-Simple.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612011552.kB1FqNtr017753@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17691/devel Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.996. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 19 Oct 2006 21:22:58 -0000 1.9 +++ .cvsignore 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -Email-Simple-1.995.tar.gz +Email-Simple-1.996.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/perl-Email-Simple.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Simple.spec 19 Oct 2006 21:22:58 -0000 1.8 +++ perl-Email-Simple.spec 1 Dec 2006 15:51:53 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.995 +Version: 1.996 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -49,12 +49,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.996-1 +- Update to 1.996. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.995-1 - Update to 1.995. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 19 Oct 2006 21:22:58 -0000 1.9 +++ sources 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -6077eb2074fc883cab6b6eee68f344b3 Email-Simple-1.995.tar.gz +eb35dd4f86bd0552f87916787b954d46 Email-Simple-1.996.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:52:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 10:52:23 -0500 Subject: rpms/perl-Email-Simple/FC-6 .cvsignore, 1.9, 1.10 perl-Email-Simple.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612011552.kB1FqNgR017748@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17691/FC-6 Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.996. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 19 Oct 2006 21:22:58 -0000 1.9 +++ .cvsignore 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -Email-Simple-1.995.tar.gz +Email-Simple-1.996.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-6/perl-Email-Simple.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Simple.spec 19 Oct 2006 21:22:58 -0000 1.8 +++ perl-Email-Simple.spec 1 Dec 2006 15:51:53 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.995 +Version: 1.996 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -49,12 +49,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.996-1 +- Update to 1.996. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.995-1 - Update to 1.995. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 19 Oct 2006 21:22:58 -0000 1.9 +++ sources 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -6077eb2074fc883cab6b6eee68f344b3 Email-Simple-1.995.tar.gz +eb35dd4f86bd0552f87916787b954d46 Email-Simple-1.996.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:02:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:02:16 -0500 Subject: rpms/perl-Email-MIME/FC-5 .cvsignore, 1.7, 1.8 perl-Email-MIME.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612011602.kB1G2GAx021021@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20972/FC-5 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.857. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Oct 2006 21:41:34 -0000 1.7 +++ .cvsignore 1 Dec 2006 16:01:45 -0000 1.8 @@ -1 +1 @@ -Email-MIME-1.855.tar.gz +Email-MIME-1.857.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/perl-Email-MIME.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME.spec 19 Oct 2006 21:41:34 -0000 1.6 +++ perl-Email-MIME.spec 1 Dec 2006 16:01:45 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.855 +Version: 1.857 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -54,12 +54,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.857-1 +- Update to 1.857. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.855-1 - Update to 1.855. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Oct 2006 21:41:34 -0000 1.7 +++ sources 1 Dec 2006 16:01:45 -0000 1.8 @@ -1 +1 @@ -22b8b110fa3e10331cc703700d3c79cd Email-MIME-1.855.tar.gz +930691bb98967193e01f928935dbcbd2 Email-MIME-1.857.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:02:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:02:16 -0500 Subject: rpms/perl-Email-MIME/FC-6 .cvsignore, 1.7, 1.8 perl-Email-MIME.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612011602.kB1G2GY9021026@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20972/FC-6 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.857. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Oct 2006 21:41:34 -0000 1.7 +++ .cvsignore 1 Dec 2006 16:01:46 -0000 1.8 @@ -1 +1 @@ -Email-MIME-1.855.tar.gz +Email-MIME-1.857.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-6/perl-Email-MIME.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME.spec 19 Oct 2006 21:41:34 -0000 1.6 +++ perl-Email-MIME.spec 1 Dec 2006 16:01:46 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.855 +Version: 1.857 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -54,12 +54,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.857-1 +- Update to 1.857. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.855-1 - Update to 1.855. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Oct 2006 21:41:34 -0000 1.7 +++ sources 1 Dec 2006 16:01:46 -0000 1.8 @@ -1 +1 @@ -22b8b110fa3e10331cc703700d3c79cd Email-MIME-1.855.tar.gz +930691bb98967193e01f928935dbcbd2 Email-MIME-1.857.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:02:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:02:21 -0500 Subject: rpms/perl-Email-MIME/devel .cvsignore, 1.7, 1.8 perl-Email-MIME.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612011602.kB1G2LQL021031@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20972/devel Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.857. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Oct 2006 21:41:34 -0000 1.7 +++ .cvsignore 1 Dec 2006 16:01:51 -0000 1.8 @@ -1 +1 @@ -Email-MIME-1.855.tar.gz +Email-MIME-1.857.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/perl-Email-MIME.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME.spec 19 Oct 2006 21:41:34 -0000 1.6 +++ perl-Email-MIME.spec 1 Dec 2006 16:01:51 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.855 +Version: 1.857 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -54,12 +54,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.857-1 +- Update to 1.857. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.855-1 - Update to 1.855. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Oct 2006 21:41:34 -0000 1.7 +++ sources 1 Dec 2006 16:01:51 -0000 1.8 @@ -1 +1 @@ -22b8b110fa3e10331cc703700d3c79cd Email-MIME-1.855.tar.gz +930691bb98967193e01f928935dbcbd2 Email-MIME-1.857.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:11:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:11:07 -0500 Subject: rpms/perl-Email-MIME-Modifier/FC-5 .cvsignore, 1.4, 1.5 perl-Email-MIME-Modifier.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011611.kB1GB7B6021235@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21184/FC-5 Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: Update to 1.441. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Oct 2006 14:21:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Modifier-1.440.tar.gz +Email-MIME-Modifier-1.441.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5/perl-Email-MIME-Modifier.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-MIME-Modifier.spec 14 Oct 2006 14:21:31 -0000 1.3 +++ perl-Email-MIME-Modifier.spec 1 Dec 2006 16:10:37 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Modifier -Version: 1.440 +Version: 1.441 Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily @@ -66,6 +66,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.441-1 +- Update to 1.441. + * Sat Oct 14 2006 Jose Pedro Oliveira - 1.440-1 - Update to 1.440. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Oct 2006 14:21:31 -0000 1.4 +++ sources 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -28eec7eeac53007243a2055bf37a4c2c Email-MIME-Modifier-1.440.tar.gz +9f89e766c015641fbffdd73a99cde2db Email-MIME-Modifier-1.441.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:11:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:11:12 -0500 Subject: rpms/perl-Email-MIME-Modifier/devel .cvsignore, 1.4, 1.5 perl-Email-MIME-Modifier.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011611.kB1GBCXG021247@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME-Modifier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21184/devel Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: Update to 1.441. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Oct 2006 14:21:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 16:10:42 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Modifier-1.440.tar.gz +Email-MIME-Modifier-1.441.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/devel/perl-Email-MIME-Modifier.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-MIME-Modifier.spec 14 Oct 2006 14:21:31 -0000 1.3 +++ perl-Email-MIME-Modifier.spec 1 Dec 2006 16:10:42 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Modifier -Version: 1.440 +Version: 1.441 Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily @@ -66,6 +66,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.441-1 +- Update to 1.441. + * Sat Oct 14 2006 Jose Pedro Oliveira - 1.440-1 - Update to 1.440. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Oct 2006 14:21:31 -0000 1.4 +++ sources 1 Dec 2006 16:10:42 -0000 1.5 @@ -1 +1 @@ -28eec7eeac53007243a2055bf37a4c2c Email-MIME-Modifier-1.440.tar.gz +9f89e766c015641fbffdd73a99cde2db Email-MIME-Modifier-1.441.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:11:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:11:07 -0500 Subject: rpms/perl-Email-MIME-Modifier/FC-6 .cvsignore, 1.4, 1.5 perl-Email-MIME-Modifier.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011611.kB1GB79q021240@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21184/FC-6 Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: Update to 1.441. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Oct 2006 14:21:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Modifier-1.440.tar.gz +Email-MIME-Modifier-1.441.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6/perl-Email-MIME-Modifier.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-MIME-Modifier.spec 14 Oct 2006 14:21:31 -0000 1.3 +++ perl-Email-MIME-Modifier.spec 1 Dec 2006 16:10:37 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Modifier -Version: 1.440 +Version: 1.441 Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily @@ -66,6 +66,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.441-1 +- Update to 1.441. + * Sat Oct 14 2006 Jose Pedro Oliveira - 1.440-1 - Update to 1.440. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Oct 2006 14:21:31 -0000 1.4 +++ sources 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -28eec7eeac53007243a2055bf37a4c2c Email-MIME-Modifier-1.440.tar.gz +9f89e766c015641fbffdd73a99cde2db Email-MIME-Modifier-1.441.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:20:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:20:54 -0500 Subject: rpms/perl-Glib/FC-5 .cvsignore, 1.12, 1.13 perl-Glib.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612011620.kB1GKs1N021498@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Glib/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21464/FC-5 Modified Files: .cvsignore perl-Glib.spec sources Log Message: Sync with devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 7 Sep 2006 11:03:34 -0000 1.12 +++ .cvsignore 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -Glib-1.140.tar.gz +Glib-1.141.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-5/perl-Glib.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Glib.spec 7 Sep 2006 11:03:34 -0000 1.17 +++ perl-Glib.spec 1 Dec 2006 16:20:24 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Glib -Version: 1.140 +Version: 1.141 Release: 1%{?dist} Summary: Perl interface to GLib @@ -62,10 +62,13 @@ %doc AUTHORS ChangeLog LICENSE NEWS README TODO %{perl_vendorarch}/auto/Glib/ %{perl_vendorarch}/Glib* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Nov 22 2006 Jose Pedro Oliveira - 1.141-1 +- Update to 1.141. + * Wed Sep 6 2006 Jose Pedro Oliveira - 1.140-1 - Update to 1.140. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 7 Sep 2006 11:03:34 -0000 1.12 +++ sources 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -36a4ba906ae9542b10568501f1f99602 Glib-1.140.tar.gz +ab90e68a745e771a8b6af8fadcce4c38 Glib-1.141.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:20:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:20:54 -0500 Subject: rpms/perl-Glib/FC-6 .cvsignore, 1.12, 1.13 perl-Glib.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612011620.kB1GKsJR021503@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Glib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21464/FC-6 Modified Files: .cvsignore perl-Glib.spec sources Log Message: Sync with devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Sep 2006 14:06:38 -0000 1.12 +++ .cvsignore 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -Glib-1.140.tar.gz +Glib-1.141.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-6/perl-Glib.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Glib.spec 6 Sep 2006 14:06:38 -0000 1.17 +++ perl-Glib.spec 1 Dec 2006 16:20:24 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Glib -Version: 1.140 +Version: 1.141 Release: 1%{?dist} Summary: Perl interface to GLib @@ -62,10 +62,13 @@ %doc AUTHORS ChangeLog LICENSE NEWS README TODO %{perl_vendorarch}/auto/Glib/ %{perl_vendorarch}/Glib* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Nov 22 2006 Jose Pedro Oliveira - 1.141-1 +- Update to 1.141. + * Wed Sep 6 2006 Jose Pedro Oliveira - 1.140-1 - Update to 1.140. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Sep 2006 14:06:38 -0000 1.12 +++ sources 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -36a4ba906ae9542b10568501f1f99602 Glib-1.140.tar.gz +ab90e68a745e771a8b6af8fadcce4c38 Glib-1.141.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:27:17 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 1 Dec 2006 11:27:17 -0500 Subject: rpms/syck/devel syck.spec,1.7,1.8 Message-ID: <200612011627.kB1GRHL4021668@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21642 Modified Files: syck.spec Log Message: * Fri Dec 01 2006 Jason L Tibbitts III - 0.55-12 - Adapt to new autoconf in rawhide. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- syck.spec 30 Nov 2006 19:43:27 -0000 1.7 +++ syck.spec 1 Dec 2006 16:26:47 -0000 1.8 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: System Environment/Libraries @@ -105,7 +105,7 @@ %patch0 -p1 %build -libtoolize --force --copy && aclocal && autoconf +libtoolize --force --copy && aclocal && automake --add-missing && autoconf %configure %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Fri Dec 01 2006 Jason L Tibbitts III - 0.55-12 +- Adapt to new autoconf in rawhide. + * Thu Nov 30 2006 Jason L Tibbitts III - 0.55-11 - Rebuild for updated php. From fedora-extras-commits at redhat.com Fri Dec 1 16:31:37 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Fri, 1 Dec 2006 11:31:37 -0500 Subject: rpms/qstat/devel .cvsignore, 1.2, 1.3 qstat.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612011631.kB1GVb3V021698@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21679 Modified Files: .cvsignore qstat.spec sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 1 Dec 2006 16:31:06 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qstat.spec 29 Aug 2006 13:09:18 -0000 1.3 +++ qstat.spec 1 Dec 2006 16:31:07 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 6%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -22,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -43,6 +43,10 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + * Tue Aug 29 2006 Andy Shevchenko 2.10-6 - http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 1 Dec 2006 16:31:07 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:35:21 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Fri, 1 Dec 2006 11:35:21 -0500 Subject: rpms/qstat/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612011635.kB1GZLnJ021793@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21771 Modified Files: .cvsignore sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 1 Dec 2006 16:34:51 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 1 Dec 2006 16:34:51 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:36:41 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Fri, 1 Dec 2006 11:36:41 -0500 Subject: rpms/qstat/FC-6 qstat.spec,1.3,1.4 Message-ID: <200612011636.kB1GafIs021842@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21804 Modified Files: qstat.spec Log Message: update to 2.11 Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-6/qstat.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qstat.spec 29 Aug 2006 13:09:18 -0000 1.3 +++ qstat.spec 1 Dec 2006 16:36:11 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 6%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -22,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -43,6 +43,10 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + * Tue Aug 29 2006 Andy Shevchenko 2.10-6 - http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Fri Dec 1 16:37:25 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:25 -0500 Subject: rpms/perl-String-Approx - New directory Message-ID: <200612011637.kB1GbPfs021920@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21916/perl-String-Approx Log Message: Directory /cvs/extras/rpms/perl-String-Approx added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 16:37:30 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:30 -0500 Subject: rpms/perl-String-Approx/devel - New directory Message-ID: <200612011637.kB1GbUun021933@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21916/perl-String-Approx/devel Log Message: Directory /cvs/extras/rpms/perl-String-Approx/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 16:37:53 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:53 -0500 Subject: rpms/perl-String-Approx Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612011637.kB1GbrR6021963@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21957 Added Files: Makefile import.log Log Message: Setup of module perl-String-Approx --- NEW FILE Makefile --- # Top level Makefile for module perl-String-Approx all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 1 16:37:58 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:58 -0500 Subject: rpms/perl-String-Approx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612011637.kB1Gbw0M021980@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21957/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-String-Approx --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 1 16:39:10 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:39:10 -0500 Subject: rpms/perl-String-Approx import.log,1.1,1.2 Message-ID: <200612011639.kB1GdA3q022058@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22022 Modified Files: import.log Log Message: auto-import perl-String-Approx-3.26-1.fc6 on branch devel from perl-String-Approx-3.26-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-String-Approx/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Dec 2006 16:37:53 -0000 1.1 +++ import.log 1 Dec 2006 16:38:40 -0000 1.2 @@ -0,0 +1 @@ +perl-String-Approx-3_26-1_fc6:HEAD:perl-String-Approx-3.26-1.fc6.src.rpm:1164991279 From fedora-extras-commits at redhat.com Fri Dec 1 16:39:10 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:39:10 -0500 Subject: rpms/perl-String-Approx/devel perl-String-Approx.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612011639.kB1GdAOi022062@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22022/devel Modified Files: .cvsignore sources Added Files: perl-String-Approx.spec Log Message: auto-import perl-String-Approx-3.26-1.fc6 on branch devel from perl-String-Approx-3.26-1.fc6.src.rpm --- NEW FILE perl-String-Approx.spec --- Name: perl-String-Approx Version: 3.26 Release: 1%{?dist} Summary: Perl extension for approximate matching (fuzzy matching) License: LGPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/String-Approx/ Source0: http://www.cpan.org/authors/id/J/JH/JHI/String-Approx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description String::Approx lets you match and substitute strings approximately. With this you can emulate errors: typing errorrs, speling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot). %prep %setup -q -n String-Approx-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README README.apse %{perl_vendorarch}/auto/* %{perl_vendorarch}/String* %{_mandir}/man3/* %changelog * Mon Nov 20 2006 Orion Poplawski 3.26-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-String-Approx/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2006 16:37:58 -0000 1.1 +++ .cvsignore 1 Dec 2006 16:38:40 -0000 1.2 @@ -0,0 +1 @@ +String-Approx-3.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-String-Approx/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2006 16:37:58 -0000 1.1 +++ sources 1 Dec 2006 16:38:40 -0000 1.2 @@ -0,0 +1 @@ +fc14d72986431025125d4970dd6b7f88 String-Approx-3.26.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:40:03 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 1 Dec 2006 11:40:03 -0500 Subject: comps comps-fe5.xml.in, 1.206, 1.207 comps-fe6.xml.in, 1.233, 1.234 comps-fe7.xml.in, 1.34, 1.35 Message-ID: <200612011640.kB1Ge37I022120@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22101 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Added tclpro and tkcon Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.206 retrieving revision 1.207 diff -u -r1.206 -r1.207 --- comps-fe5.xml.in 30 Nov 2006 07:30:52 -0000 1.206 +++ comps-fe5.xml.in 1 Dec 2006 16:39:33 -0000 1.207 @@ -164,7 +164,9 @@ svnmailer sysconftool sysprof + tclpro tkcvs + tkcon tla translate-toolkit tolua++ Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- comps-fe6.xml.in 30 Nov 2006 07:30:52 -0000 1.233 +++ comps-fe6.xml.in 1 Dec 2006 16:39:33 -0000 1.234 @@ -197,7 +197,9 @@ svnmailer sysconftool sysprof + tclpro tkcvs + tkcon tla tolua++ trac Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- comps-fe7.xml.in 30 Nov 2006 07:30:52 -0000 1.34 +++ comps-fe7.xml.in 1 Dec 2006 16:39:33 -0000 1.35 @@ -199,6 +199,7 @@ sysprof tclpro tkcvs + tkcon tla tolua++ trac From fedora-extras-commits at redhat.com Fri Dec 1 16:43:10 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:43:10 -0500 Subject: owners owners.list,1.2045,1.2046 Message-ID: <200612011643.kB1GhAQB022456@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22357 Modified Files: owners.list Log Message: Add perl-String-Approx Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2045 retrieving revision 1.2046 diff -u -r1.2045 -r1.2046 --- owners.list 1 Dec 2006 12:24:04 -0000 1.2045 +++ owners.list 1 Dec 2006 16:42:40 -0000 1.2046 @@ -1715,6 +1715,7 @@ Fedora Extras|perl-SQL-Library|Manage libraries of SQL easily|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SQL-Statement|SQL parsing and processing engine|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Statistics-Descriptive|Perl module of basic descriptive statistical functions|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-String-Approx|Perl extension for approximate matching (fuzzy matching)|orion at cora.nwra.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-String-CRC32|Perl interface for cyclic redundancy check generation|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-String-Ediff|Produce common sub-string indices for two strings|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-String-Format|Sprintf-like string formatting capabilities with arbitrary format definitions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Dec 1 16:46:08 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Fri, 1 Dec 2006 11:46:08 -0500 Subject: rpms/php-pecl-zip/devel Makefile, 1.1, NONE PHP-LICENSE-3.01, 1.1, NONE php-pecl-zip.spec, 1.8, NONE sources, 1.8, NONE xml2changelog, 1.1, NONE Message-ID: <200612011646.kB1Gk8G0022540@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22535 Removed Files: Makefile PHP-LICENSE-3.01 php-pecl-zip.spec sources xml2changelog Log Message: del devel branch --- Makefile DELETED --- --- PHP-LICENSE-3.01 DELETED --- --- php-pecl-zip.spec DELETED --- --- sources DELETED --- --- xml2changelog DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 16:46:47 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Fri, 1 Dec 2006 11:46:47 -0500 Subject: rpms/php-pecl-zip/devel .cvsignore,1.8,NONE Message-ID: <200612011646.kB1Gkld3022711@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22692 Removed Files: .cvsignore Log Message: --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 17:17:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Fri, 1 Dec 2006 12:17:32 -0500 Subject: rpms/ghex/EL-4 ghex-no-scrollkeeper.patch, NONE, 1.1 ghex-search-crash.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 ghex.spec, 1.7, 1.8 sources, 1.5, 1.6 ghex-2.8.0-no-scrollkeeper.patch, 1.1, NONE Message-ID: <200612011717.kB1HHWCZ026354@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26316 Modified Files: .cvsignore ghex.spec sources Added Files: ghex-no-scrollkeeper.patch ghex-search-crash.patch Removed Files: ghex-2.8.0-no-scrollkeeper.patch Log Message: 2.8.2-4 -- integrate fixes from devel ghex-no-scrollkeeper.patch: --- NEW FILE ghex-no-scrollkeeper.patch --- diff -Naur ghex-2.8.2.org/omf-install/Makefile.in ghex-2.8.2/omf-install/Makefile.in --- ghex-2.8.2.org/omf-install/Makefile.in 2006-07-15 16:05:45.000000000 +0200 +++ ghex-2.8.2/omf-install/Makefile.in 2006-07-15 16:06:14.000000000 +0200 @@ -374,14 +374,12 @@ -for file in $(srcdir)/*.omf; do \ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper uninstall-local: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ rm -f $(omf_dest_dir)/$$basefile; \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: ghex-search-crash.patch: --- NEW FILE ghex-search-crash.patch --- --- src/gtkhex.c +++ src/gtkhex.c @@ -2290,7 +2290,7 @@ gint len, const gchar *colour) { - GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_Highlight)); + GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_AutoHighlight)); new->search_string = g_memdup(search, len); new->search_len = len; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghex/EL-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Nov 2004 04:23:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 17:17:02 -0000 1.5 @@ -1 +1 @@ -ghex-2.8.0.tar.bz2 +ghex-2.8.2.tar.bz2 Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/EL-4/ghex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ghex.spec 9 Jan 2005 16:28:55 -0000 1.7 +++ ghex.spec 1 Dec 2006 17:17:02 -0000 1.8 @@ -1,13 +1,15 @@ Name: ghex -Version: 2.8.1 -Release: 2 -Summary: A binary editor for GNOME +Version: 2.8.2 +Release: 4%{?dist} + +Summary: Binary editor for GNOME Group: Applications/Editors License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex -Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.1.tar.bz2 -Patch: ghex-2.8.0-no-scrollkeeper.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 +Patch0: ghex-no-scrollkeeper.patch +Patch1: ghex-search-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -16,7 +18,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: scrollkeeper -BuildRequires: libtool +BuildRequires: perl-XML-Parser Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -42,12 +44,12 @@ %prep %setup -q -%patch -p1 -b .noscrollkeeper - +%patch0 -p1 -b .noscrollkeeper +%patch1 -b .searchcrash %build %configure -make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool +make %{?_smp_mflags} %install @@ -109,8 +111,29 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-4 +- Add BR perl-XML-Parser + +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-3 +- Rebuild for devel + +* Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 +- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 + +* Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 +- Update to 2.8.2 +- Don't use the libtool worksaroung anymore +- Rename ghex-2.8.0-no-scrollkeeper.patch to + ghex-no-scrollkeeper.patch and and update it + +* Mon Feb 13 2006 Thorsten Leemhuis +- Rebuild for Fedora Extras 5 + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sun Jan 09 2005 Thorsten Leemhuis - 2.8.1-2 -- Use make param LIBTOOL=/usr/bin/libtool instead autoreconf -- fixes x86_64 +- Use make param LIBTOOL=/usr/bin/libtool instead autoreconf -- fixes x86_64 build * Mon Dec 27 2004 Thorsten Leemhuis - 2.8.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghex/EL-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Jan 2005 16:24:30 -0000 1.5 +++ sources 1 Dec 2006 17:17:02 -0000 1.6 @@ -1 +1 @@ -ef17f945b9dc701193451f9b083e5116 ghex-2.8.1.tar.bz2 +1940a9f63b0d37604c6b489cda37fc19 ghex-2.8.2.tar.bz2 --- ghex-2.8.0-no-scrollkeeper.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 17:25:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:25:39 -0500 Subject: rpms/ktechlab import.log,1.4,1.5 Message-ID: <200612011725.kB1HPdP9026615@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ktechlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26587 Modified Files: import.log Log Message: auto-import ktechlab-0.3-6 on branch devel from ktechlab-0.3-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ktechlab/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 22 Nov 2006 19:46:46 -0000 1.4 +++ import.log 1 Dec 2006 17:25:09 -0000 1.5 @@ -1,3 +1,4 @@ ktechlab-0_3-3:HEAD:ktechlab-0.3-3.src.rpm:1159378075 ktechlab-0_3-6:FC-5:ktechlab-0.3-6.src.rpm:1164224558 ktechlab-0_3-6:FC-6:ktechlab-0.3-6.src.rpm:1164225141 +ktechlab-0_3-6:HEAD:ktechlab-0.3-6.src.rpm:1164994408 From fedora-extras-commits at redhat.com Fri Dec 1 17:25:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:25:39 -0500 Subject: rpms/ktechlab/devel ktechlab.spec,1.4,1.5 Message-ID: <200612011725.kB1HPdHM026618@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ktechlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26587/devel Modified Files: ktechlab.spec Log Message: auto-import ktechlab-0.3-6 on branch devel from ktechlab-0.3-6.src.rpm Index: ktechlab.spec =================================================================== RCS file: /cvs/extras/rpms/ktechlab/devel/ktechlab.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ktechlab.spec 13 Oct 2006 15:29:20 -0000 1.4 +++ ktechlab.spec 1 Dec 2006 17:25:09 -0000 1.5 @@ -1,6 +1,6 @@ Name: ktechlab Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Development and simulation of microcontrollers and electronic circuits License: GPL @@ -97,6 +97,9 @@ %Changelog +* Wed Nov 22 2006 Chitlesh Goorah - 0.3-6 +- Rebuilt due to new gpsim-devel release + * Fri Oct 13 2006 Mamoru Tasaka - 0.3-5 - Try to fix compilation on ppc. From fedora-extras-commits at redhat.com Fri Dec 1 17:30:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 12:30:39 -0500 Subject: rpms/koffice/devel .cvsignore, 1.13, 1.14 koffice.spec, 1.45, 1.46 sources, 1.13, 1.14 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612011730.kB1HUdX2026831@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26801 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 20 Oct 2006 13:43:42 -0000 1.13 +++ .cvsignore 1 Dec 2006 17:30:09 -0000 1.14 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- koffice.spec 25 Oct 2006 11:19:20 -0000 1.45 +++ koffice.spec 1 Dec 2006 17:30:09 -0000 1.46 @@ -1,17 +1,17 @@ + Name: koffice -Version: 1.6.0 -Release: 3%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png -Patch0: koffice-1.6.0.patch -# stuff for the build configuration +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel @@ -21,11 +21,14 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +BuildRequires: GraphicsMagick-devel +# ImageMagick usage is deprecated (in favor of GraphicsMagick), +# and can likely go way, but let's keep it around, for now. -- Rex BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel -BuildRequires: python-devel python +BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel BuildRequires: lcms-devel @@ -43,9 +46,14 @@ BuildRequires: libexif-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel >= 1.8.2 +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel -%if "%{?fedora}" > "4" +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel %endif @@ -85,8 +93,6 @@ Requires: perl Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} -# Consider, for ownership of %{_datadir}/templates -- Rex -#Requires: kdebase %description core core libraries and support files for koffice @@ -215,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -235,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -255,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -# set --vendor="" to avoid any future probs like bug #173086 -- Rex desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -351,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -400,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -421,7 +420,7 @@ %{_libdir}/kde3/libkwordpart.* %{_libdir}/kde3/kword.* %{_datadir}/apps/kword/ -%{_datadir}/doc/HTML/en/kword +%{_datadir}/doc/HTML/en/kword/ %{_datadir}/services/kword*.desktop %{_datadir}/services/kwserial*.desktop %{_datadir}/templates/TextDocument.desktop @@ -461,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -483,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -514,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -627,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086/ %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -636,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -693,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -713,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -725,18 +583,11 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg -%{_datadir}/doc/HTML/en/kivio +%{_datadir}/doc/HTML/en/kivio/ %{_datadir}/services/kivio*.desktop %{_datadir}/applications/kde/*kivio.desktop @@ -806,7 +657,16 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert 1.6.0-3 - fix #212145: add missing BR for krita pdf support Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 20 Oct 2006 13:43:42 -0000 1.13 +++ sources 1 Dec 2006 17:30:09 -0000 1.14 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 17:31:59 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 1 Dec 2006 12:31:59 -0500 Subject: rpms/cyphesis/devel cyphesis.spec,1.2,1.3 Message-ID: <200612011731.kB1HVxZS026965@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26939 Modified Files: cyphesis.spec Log Message: Rebuild for new readline-devel with no libtermcap dependency Index: cyphesis.spec =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cyphesis.spec 20 Oct 2006 01:41:50 -0000 1.2 +++ cyphesis.spec 1 Dec 2006 17:31:29 -0000 1.3 @@ -3,7 +3,7 @@ Name: cyphesis Version: 0.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL @@ -185,6 +185,12 @@ %changelog +* Fri Dec 1 2006 Wart 0.5.10-2 +- Rebuild for new readline-devel + +* Fri Oct 20 2006 Wart 0.5.10-1 +- Update to 0.5.10 + * Mon Aug 28 2006 Wart 0.5.9-2 - Use more globs in %%files section - Remove unused -devel subpackage declaration From fedora-extras-commits at redhat.com Fri Dec 1 17:34:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:34:54 -0500 Subject: rpms/keurocalc - New directory Message-ID: <200612011734.kB1HYsww027077@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27073/keurocalc Log Message: Directory /cvs/extras/rpms/keurocalc added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 17:34:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:34:59 -0500 Subject: rpms/keurocalc/devel - New directory Message-ID: <200612011734.kB1HYxAH027090@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27073/keurocalc/devel Log Message: Directory /cvs/extras/rpms/keurocalc/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 17:35:21 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:35:21 -0500 Subject: rpms/keurocalc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612011735.kB1HZLh5027120@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27114 Added Files: Makefile import.log Log Message: Setup of module keurocalc --- NEW FILE Makefile --- # Top level Makefile for module keurocalc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 1 17:35:26 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:35:26 -0500 Subject: rpms/keurocalc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612011735.kB1HZQcY027135@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27114/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module keurocalc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 1 17:37:27 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:37:27 -0500 Subject: rpms/keurocalc import.log,1.1,1.2 Message-ID: <200612011737.kB1HbRVV027238@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-1 on branch devel from keurocalc-0.9.7-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Dec 2006 17:35:21 -0000 1.1 +++ import.log 1 Dec 2006 17:36:57 -0000 1.2 @@ -0,0 +1 @@ +keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 From fedora-extras-commits at redhat.com Fri Dec 1 17:37:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:37:28 -0500 Subject: rpms/keurocalc/devel keurocalc-0.9.7-autotools.patch, NONE, 1.1 keurocalc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612011737.kB1HbS5c027242@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191/devel Modified Files: .cvsignore sources Added Files: keurocalc-0.9.7-autotools.patch keurocalc.spec Log Message: auto-import keurocalc-0.9.7-1 on branch devel from keurocalc-0.9.7-1.src.rpm keurocalc-0.9.7-autotools.patch: --- NEW FILE keurocalc-0.9.7-autotools.patch --- --- admin/cvs.sh 2006-06-08 00:10:32.000000000 +0200 +++ cvs.sh_diff 2006-11-27 12:12:50.000000000 +0100 @@ -32,7 +32,7 @@ required_autoconf_version="2.53 or newer" AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` case $AUTOCONF_VERSION in - Autoconf*2.5* | autoconf*2.5* ) : ;; + Autoconf*2.6* | autoconf*2.6* ) : ;; "" ) echo "*** AUTOCONF NOT FOUND!." echo "*** KDE requires autoconf $required_autoconf_version" @@ -47,7 +47,7 @@ AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` case $AUTOHEADER_VERSION in - Autoconf*2.5* | autoheader*2.5* ) : ;; + Autoconf*2.6* | autoheader*2.6* ) : ;; "" ) echo "*** AUTOHEADER NOT FOUND!." echo "*** KDE requires autoheader $required_autoconf_version" @@ -68,7 +68,7 @@ echo "*** KDE requires automake $required_automake_version" exit 1 ;; - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) + automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) echo "*** $AUTOMAKE_STRING found." UNSERMAKE=no ;; @@ -94,7 +94,7 @@ cvs() { check_autotool_versions -acinclude_m4 +acinclude_m4 ### Make new subdirs and configure.in. ### The make calls could be optimized away here, @@ -106,7 +106,7 @@ if test -r Makefile.am.in; then echo "*** Creating Makefile.am" - if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./Makefile.am || exit 1 else @@ -115,7 +115,7 @@ fi configure_files echo "*** Creating configure.in" - if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./configure.in || exit 1 else @@ -168,7 +168,7 @@ create_subdirs if test -r Makefile.am.in; then - if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./Makefile.am || exit 1 else @@ -176,7 +176,7 @@ fi fi configure_files - if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./configure.in || exit 1 else @@ -241,7 +241,7 @@ test -f configure.files || { echo "need configure.files for configure.in"; exit 1; } list=`fgrep -v "configure.in.bot" < configure.files | fgrep -v "configure.in.mid"` : > configure.in.new -for file in $list; do +for file in $list; do echo "dnl =======================================================" >> configure.in.new echo "dnl FILE: $file" >> configure.in.new echo "dnl =======================================================" >> configure.in.new @@ -275,7 +275,7 @@ done fi -for topleveldir in $topleveldirs; do +for topleveldir in $topleveldirs; do if test -f $topleveldir/configure.in; then continue fi @@ -292,7 +292,7 @@ files=`cat configure.files` list=`egrep '^dnl AC_OUTPUT\(.*\)' $files | sed -e "s#^.*dnl AC_OUTPUT(\(.*\))#\1#"` -for file in $list; do +for file in $list; do echo "AC_CONFIG_FILES([ $file ])" >> configure.in.new done @@ -319,10 +319,10 @@ VERSION="\"3.5.2\"" fi if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then - modulename=`pwd`; + modulename=`pwd`; modulename=`basename $modulename` esc_VERSION=`echo $VERSION | sed -e "s#[^.0-9a-zA-Z]##g"` - modulename=`echo $modulename | sed -e "s#-$esc_VERSION##"` + modulename=`echo $modulename | sed -e "s#-$esc_VERSION##"` fi if test -n "$kde_use_qt_param"; then @@ -375,7 +375,7 @@ create_subdirs() { -if grep '\$(top_srcdir)/subdirs:' $makefile_am >/dev/null; then +if grep '\$(top_srcdir)/subdirs:' $makefile_am >/dev/null; then # as many modules contain rules to create subdirs without any # dependencies make won't create it unless there is no file. # so we check if that's a dummy rule or one that works @@ -387,7 +387,7 @@ $MAKE -f $makefile_wo top_srcdir=. ./subdirs || exit 1 if test -f subdirs.cvs.sh.$$; then if test -s subdirs; then - rm subdirs.cvs.sh.$$ + rm subdirs.cvs.sh.$$ else mv subdirs.cvs.sh.$$ subdirs fi @@ -424,7 +424,7 @@ echo $d >> ./_SUBDIRS done -(for d in $dirs; do +(for d in $dirs; do list=`sed -ne "s#^COMPILE_BEFORE_$d""[ ]*=[ ]*##p" $makefile_am | head -n 1` for s in $list; do echo $s $d @@ -471,7 +471,7 @@ adds=`ls -d -1 $adds 2>/dev/null` fgrep -v '$(top_srcdir)/acinclude.m4:' Makefile.am.in > Makefile.am.in.adds str='$(top_srcdir)/acinclude.m4:' - for add in $adds; do + for add in $adds; do str="$str \$(top_srcdir)/$add" done echo $str >> Makefile.am.in.adds @@ -491,7 +491,7 @@ { echo "*** Creating acinclude.m4" adds= - if grep '\$(top_srcdir)/acinclude.m4:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/acinclude.m4:' $makefile_am >/dev/null; then strip_makefile rm -f acinclude.m4 adds=`grep '\$(top_srcdir)/acinclude.m4:' $makefile_wo | sed -e 's,^[^:]*: *,,; s,\$(top_srcdir),.,g'` --- NEW FILE keurocalc.spec --- Name: keurocalc Version: 0.9.7 Release: 1%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL Group: Applications/Productivity URL: http://opensource.bureau-cornavin.com/%{name}/ Source: http://opensource.bureau-cornavin.com/%{name}/%{name}-%{version}.tgz Patch0: keurocalc-0.9.7-autotools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, gettext, automake # desktop-file-utils %description KEuroCalc is a universal currency converter and calculator. It can convert from and to many currencies, either with a fixed conversion rate or a variable conversion rate. It directly downloads the latest variable rates through the Internet %prep %setup -q -n %{name} # fix for autoconf >= 2.6 & automake >= 2.10 on admin/cvs.sh %if "%{?fedora}" > "6" %patch -p0 -b .autotools %endif # to skip unsermake dependency %{__make} -f admin/Makefile.common cvs %build %configure --disable-rpath %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install # Prior to desktop-file-install, the small hack below was used: # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172423 #desktop-file-install --vendor "" \ # --dir %{buildroot}%{_datadir}/applications \ # --add-category "Office" \ # --delete-original \ # %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop # to skip the Lost&Found menu echo "Categories=Office;" >> \ %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop # The "Application" category is non-standard install -d %{buildroot}%{_datadir}/applications %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications %find_lang %{name} %post touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, -) %doc AUTHORS COPYING* TODO %{_bindir}/%{name} %{_datadir}/apps/%{name}/ %{_docdir}/HTML/??/%{name}/ %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %{_datadir}/applications/%{name}.desktop %Changelog * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide * Wed Nov 22 2006 Chitlesh Goorah - 0.9.7-0.1 - Initial Package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/keurocalc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2006 17:35:26 -0000 1.1 +++ .cvsignore 1 Dec 2006 17:36:58 -0000 1.2 @@ -0,0 +1 @@ +keurocalc-0.9.7.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/keurocalc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2006 17:35:26 -0000 1.1 +++ sources 1 Dec 2006 17:36:58 -0000 1.2 @@ -0,0 +1 @@ +d2e22dcbba267549bf3a93ed8bf715c2 keurocalc-0.9.7.tgz From fedora-extras-commits at redhat.com Fri Dec 1 18:29:55 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Fri, 1 Dec 2006 13:29:55 -0500 Subject: rpms/revelation/EL-4 .cvsignore, 1.7, 1.8 revelation.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612011829.kB1ITtGd030792@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30771 Modified Files: .cvsignore revelation.spec sources Log Message: 0.4.7-5 -- sync with 0.4.7-5 from FC-6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/revelation/EL-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 27 Aug 2005 18:31:38 -0000 1.7 +++ .cvsignore 1 Dec 2006 18:29:25 -0000 1.8 @@ -1,2 +1 @@ -revelation-0.4.5.tar.bz2 -revelation-dont_check_everything.patch +revelation-0.4.7.tar.bz2 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/EL-4/revelation.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- revelation.spec 27 Aug 2005 18:31:38 -0000 1.7 +++ revelation.spec 1 Dec 2006 18:29:25 -0000 1.8 @@ -3,20 +3,19 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.5 -Release: 1%{?dist} +Version: 0.4.7 +Release: 5%{?dist} License: GPL Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.5.tar.bz2 -# the reason for this patch is found in http://oss.codepoet.no/pipermail/revelation-list/2005-August/000132.html -Patch0: %{name}-dont_check_everything.patch +Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 URL: http://oss.codepoet.no/revelation/ Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-crypto >= 2.0 Requires: pygtk2 >= 2.4 Requires: gnome-python2-gconf >= 2.0 Requires: gnome-python2-gnomevfs >= 2.6 -Requires: words >= 3.0 +Requires: gnome-python2-applet +Requires: cracklib-dicts BuildRequires: python >= 2.2 BuildRequires: python-devel >= 2.3 BuildRequires: pygtk2-devel >= 2.4 @@ -26,8 +25,8 @@ BuildRequires: desktop-file-utils BuildRequires: python-crypto >= 2.0 BuildRequires: cracklib -BuildRequires: words -BuildRequires: gnome-panel-devel gnome-python2-extras +BuildRequires: cracklib-dicts +BuildRequires: gnome-panel-devel BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils Requires(preun): GConf2 @@ -39,10 +38,9 @@ %prep %setup -q -%patch0 -p0 -b .patch0 %build -%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/dict/ +%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict make %{?_smp_mflags} @@ -50,6 +48,8 @@ %{__rm} -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# we use cracklib dicts, so we can remove these +rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict* desktop-file-install \ --vendor fedora \ @@ -104,6 +104,13 @@ %{_libexecdir}/revelation-applet %changelog +* Fri Dec 01 2006 Thorsten Leemhuis 0.4.7-5 +- sync with 0.4.7-5 from FC-6; includes: + - update to 0.4.7 + - use cracklib-dicts correctly (#170742) + - don't ship revelation dicts + - Require gnome-python2-applet (#166987) + * Mon Aug 27 2005 Thorsten Leemhuis 0.4.5-1 - Update to 0.4.5 - add patch revelation-dont_check_everything.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/revelation/EL-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 27 Aug 2005 18:31:38 -0000 1.7 +++ sources 1 Dec 2006 18:29:25 -0000 1.8 @@ -1,2 +1 @@ -f509367e8b5ab869fe00c6c3f87d2b58 revelation-0.4.5.tar.bz2 -b99ea591311a237d50e16384ab31d6ee revelation-dont_check_everything.patch +d0a100914b0ffc0a09b1d4067f4307eb revelation-0.4.7.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 19:14:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:14:03 -0500 Subject: rpms/qt4/devel .cvsignore, 1.12, 1.13 qt4.spec, 1.27, 1.28 sources, 1.10, 1.11 Message-ID: <200612011914.kB1JE3Db001815@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1757 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 28 Oct 2006 18:51:14 -0000 1.12 +++ .cvsignore 1 Dec 2006 19:13:33 -0000 1.13 @@ -1,6 +1,4 @@ clog OLD/ -qt-x11-opensource-src-4.1.4.tar.gz -qt-x11-opensource-src-4.1.5.tar.gz -qt-x11-opensource-src-4.2.0.tar.gz qt-x11-opensource-src-4.2.1.tar.gz +qt-x11-opensource-src-4.2.2.tar.gz Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- qt4.spec 15 Nov 2006 16:41:16 -0000 1.27 +++ qt4.spec 1 Dec 2006 19:13:33 -0000 1.28 @@ -12,8 +12,8 @@ Summary: Qt toolkit Name: qt4 -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.2.2 +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -507,6 +507,9 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 4.2.2-1 +- qt-4.2.2 + * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 @@ -515,13 +518,13 @@ - fix pre-modular-X libGL/libGLU deps (#211898) * Sun Oct 22 2006 Rex Dieter 4.2.1-1 -- 4.2.1 +- qt-4.2.1 * Wed Oct 04 2006 Rex Dieter 4.2.0-1 -- 4.2.0(final) +- qt-4.2.0(final) * Thu Sep 28 2006 Kevin Kofler 4.2.0-0.9.20060927 -- update to 4.2.0-snapshot-20060927 +- update to qt-4.2.0-snapshot-20060927 - update QDBus executable names - -x11: exclude plugins/designer (which belong to -devel) - BuildConflicts: qt4-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 28 Oct 2006 18:51:14 -0000 1.10 +++ sources 1 Dec 2006 19:13:33 -0000 1.11 @@ -1 +1 @@ -2ab1c88084f55b94809f025a8503bf18 qt-x11-opensource-src-4.2.1.tar.gz +19f6374fe7924e33775cb87ee02669cb qt-x11-opensource-src-4.2.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 19:16:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:16:49 -0500 Subject: rpms/GraphicsMagick/FC-6 GraphicsMagick.spec,1.4,1.5 Message-ID: <200612011916.kB1JGnhn002034@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2019 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GraphicsMagick.spec 29 Nov 2006 12:03:53 -0000 1.4 +++ GraphicsMagick.spec 1 Dec 2006 19:16:19 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 3%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config_64.h" +# include "magick-config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-5 +- fix magick-config-64.h (bug #217959) + * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 - Fixed devel requirement. From fedora-extras-commits at redhat.com Fri Dec 1 19:19:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:19:20 -0500 Subject: rpms/GraphicsMagick/FC-5 GraphicsMagick.spec,1.4,1.5 Message-ID: <200612011919.kB1JJKT8002112@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2097 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-5/GraphicsMagick.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GraphicsMagick.spec 29 Nov 2006 12:03:53 -0000 1.4 +++ GraphicsMagick.spec 1 Dec 2006 19:18:50 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 3%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config_64.h" +# include "magick-config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-5 +- fix magick-config-64.h (bug #217959) + * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 - Fixed devel requirement. From fedora-extras-commits at redhat.com Fri Dec 1 19:36:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:36:31 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.6,1.7 Message-ID: <200612011936.kB1JaVQN002339@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2316 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- GraphicsMagick.spec 1 Dec 2006 13:12:00 -0000 1.6 +++ GraphicsMagick.spec 1 Dec 2006 19:36:01 -0000 1.7 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config-64.h" +# include "magick_config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-6 +- *really* fix magick_config-64.h (bug #217959) + * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:44:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:44:57 -0500 Subject: rpms/GraphicsMagick/FC-6 GraphicsMagick.spec,1.5,1.6 Message-ID: <200612011944.kB1Jiv2g002543@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2513 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- GraphicsMagick.spec 1 Dec 2006 19:16:19 -0000 1.5 +++ GraphicsMagick.spec 1 Dec 2006 19:44:27 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -15,8 +15,13 @@ BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 BuildRequires: ghostscript-devel BuildRequires: libwmf-devel -BuildRequires: libX11-devel, libXext-devel, libXt-devel BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXext-devel libXt-devel +%else +%define x_deps xorg-x11-devel +%endif +BuildRequires: %{x_deps} %description GraphicsMagick is a comprehensive image processing package which is initially @@ -28,7 +33,7 @@ Summary: Static libraries and header files for GraphicsMagick app development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libX11-devel, libXext-devel, libXt-devel +Requires: %{x_deps} Requires: ghostscript-devel Requires: bzip2-devel Requires: libtiff-devel @@ -168,7 +173,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config-64.h" +# include "magick_config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -176,6 +181,11 @@ #endif EOF +%if "%{?rhel}" == "4" +# el4/ImageMagick conflicts +rm -f %{buildroot}%{_mandir}/man{4/miff.4,5/quantize.5}* +%endif + %clean rm -rf %{buildroot} @@ -231,6 +241,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-6 +- *really* fix magick_config-64.h (bug #217959) + * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:46:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:46:32 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.7,1.8 Message-ID: <200612011946.kB1JkWoA002623@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2590 Modified Files: GraphicsMagick.spec Log Message: make buildable on rhel4 too Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- GraphicsMagick.spec 1 Dec 2006 19:36:01 -0000 1.7 +++ GraphicsMagick.spec 1 Dec 2006 19:46:02 -0000 1.8 @@ -15,8 +15,13 @@ BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 BuildRequires: ghostscript-devel BuildRequires: libwmf-devel -BuildRequires: libX11-devel, libXext-devel, libXt-devel BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXext-devel libXt-devel +%else +%define x_deps xorg-x11-devel +%endif +BuildRequires: %{x_deps} %description GraphicsMagick is a comprehensive image processing package which is initially @@ -28,7 +33,7 @@ Summary: Static libraries and header files for GraphicsMagick app development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libX11-devel, libXext-devel, libXt-devel +Requires: %{x_deps} Requires: ghostscript-devel Requires: bzip2-devel Requires: libtiff-devel @@ -176,6 +181,11 @@ #endif EOF +%if "%{?rhel}" == "4" +# el4/ImageMagick conflicts +rm -f %{buildroot}%{_mandir}/man{4/miff.4,5/quantize.5}* +%endif + %clean rm -rf %{buildroot} @@ -233,6 +243,7 @@ %changelog * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) +- make buildable on rhel4 too. * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:47:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:47:20 -0500 Subject: rpms/GraphicsMagick/FC-6 GraphicsMagick.spec,1.6,1.7 Message-ID: <200612011947.kB1JlKQ9002654@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2636 Modified Files: GraphicsMagick.spec Log Message: make buildable on rhel4 Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- GraphicsMagick.spec 1 Dec 2006 19:44:27 -0000 1.6 +++ GraphicsMagick.spec 1 Dec 2006 19:46:50 -0000 1.7 @@ -243,6 +243,7 @@ %changelog * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) +- make buildable on rhel4 too. * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:49:21 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:49:21 -0500 Subject: rpms/GraphicsMagick/FC-5 GraphicsMagick.spec,1.5,1.6 Message-ID: <200612011949.kB1JnL56002735@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2720 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) - make buildable on rhel4 too. Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-5/GraphicsMagick.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- GraphicsMagick.spec 1 Dec 2006 19:18:50 -0000 1.5 +++ GraphicsMagick.spec 1 Dec 2006 19:48:51 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -15,8 +15,13 @@ BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 BuildRequires: ghostscript-devel BuildRequires: libwmf-devel -BuildRequires: libX11-devel, libXext-devel, libXt-devel BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXext-devel libXt-devel +%else +%define x_deps xorg-x11-devel +%endif +BuildRequires: %{x_deps} %description GraphicsMagick is a comprehensive image processing package which is initially @@ -28,7 +33,7 @@ Summary: Static libraries and header files for GraphicsMagick app development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libX11-devel, libXext-devel, libXt-devel +Requires: %{x_deps} Requires: ghostscript-devel Requires: bzip2-devel Requires: libtiff-devel @@ -168,7 +173,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config-64.h" +# include "magick_config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -176,6 +181,11 @@ #endif EOF +%if "%{?rhel}" == "4" +# el4/ImageMagick conflicts +rm -f %{buildroot}%{_mandir}/man{4/miff.4,5/quantize.5}* +%endif + %clean rm -rf %{buildroot} @@ -231,6 +241,10 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-6 +- *really* fix magick_config-64.h (bug #217959) +- make buildable on rhel4 too. + * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 22:07:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 17:07:24 -0500 Subject: rpms/koffice/FC-5 .cvsignore, 1.13, 1.14 koffice.spec, 1.42, 1.43 sources, 1.13, 1.14 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612012207.kB1M7Ogp012582@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12555 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Oct 2006 07:51:58 -0000 1.13 +++ .cvsignore 1 Dec 2006 22:06:54 -0000 1.14 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/koffice.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- koffice.spec 25 Oct 2006 11:19:18 -0000 1.42 +++ koffice.spec 1 Dec 2006 22:06:54 -0000 1.43 @@ -1,18 +1,17 @@ + Name: koffice -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png - -# stuff for the build configuration -Patch0: koffice-1.6.0.patch +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel @@ -22,11 +21,14 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +BuildRequires: GraphicsMagick-devel +# ImageMagick usage is deprecated (in favor of GraphicsMagick), +# and can likely go way, but let's keep it around, for now. -- Rex BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel -BuildRequires: python-devel python +BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel BuildRequires: lcms-devel @@ -44,11 +46,17 @@ BuildRequires: libexif-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel >= 1.8.2 +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel -%if "%{?fedora}" > "4" +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel %endif + %description KOffice - Integrated Office Suite KOffice is a free, integrated office suite for KDE, the K Desktop Environment. @@ -213,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -233,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -253,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -#core desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -349,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -398,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -419,7 +420,7 @@ %{_libdir}/kde3/libkwordpart.* %{_libdir}/kde3/kword.* %{_datadir}/apps/kword/ -%{_datadir}/doc/HTML/en/kword +%{_datadir}/doc/HTML/en/kword/ %{_datadir}/services/kword*.desktop %{_datadir}/services/kwserial*.desktop %{_datadir}/templates/TextDocument.desktop @@ -459,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -481,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -512,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -625,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086 %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -634,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -691,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -711,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -723,15 +583,8 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg %{_datadir}/doc/HTML/en/kivio/ @@ -789,9 +642,9 @@ %{_libdir}/kde3/libolefilter.* %{_datadir}/apps/xsltfilter/ %{_datadir}/services/generic_filter.desktop +%{_datadir}/services/ole_powerpoint97_import.desktop %{_datadir}/services/xslt*.desktop %{_datadir}/servicetypes/kofilter*.desktop -%{_datadir}/services/ole_powerpoint97_import.desktop %files kplato %defattr(-,root,root,-) @@ -804,19 +657,47 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert -1.6.0-2 +1.6.0-3 - fix #212145: add missing BR for krita pdf support +* Wed Oct 25 2006 Andreas Bierfert +1.6.0-2 +- bump + * Wed Oct 18 2006 Andreas Bierfert 1.6.0-1 - version upgrade -- merge with rexe's edition of the devel spec (thanks again) -* Wed Aug 02 2006 Andreas Bierfert +* Wed Oct 04 2006 Rex Dieter +- 1.5.3-3 +- respin + +* Wed Sep 20 2006 Rex Dieter +- 1.5.2-2 +- drop deprecated patches +- drop extraneous BR's +- optimize %%configure +- use icon/mime bits from ScriptletSnippets +- simplify desktop-file-install usage + +* Thu Aug 03 2006 Andreas Bierfert 1.5.2-1 -- version upgrade +- version upgrade (#200935) + +* Tue Jun 13 2006 Andreas Bierfert +1.5.1-2 +- bump * Sun May 21 2006 Andreas Bierfert 1.5.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Oct 2006 07:51:58 -0000 1.13 +++ sources 1 Dec 2006 22:06:54 -0000 1.14 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:08:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 17:08:18 -0500 Subject: rpms/koffice/FC-6 .cvsignore, 1.13, 1.14 koffice.spec, 1.44, 1.45 sources, 1.13, 1.14 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612012208.kB1M8IX9012649@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12628 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 20 Oct 2006 13:43:42 -0000 1.13 +++ .cvsignore 1 Dec 2006 22:07:48 -0000 1.14 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/koffice.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- koffice.spec 25 Oct 2006 11:19:19 -0000 1.44 +++ koffice.spec 1 Dec 2006 22:07:48 -0000 1.45 @@ -1,17 +1,17 @@ + Name: koffice -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png -Patch0: koffice-1.6.0.patch -# stuff for the build configuration +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel @@ -21,11 +21,14 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +BuildRequires: GraphicsMagick-devel +# ImageMagick usage is deprecated (in favor of GraphicsMagick), +# and can likely go way, but let's keep it around, for now. -- Rex BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel -BuildRequires: python-devel python +BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel BuildRequires: lcms-devel @@ -43,9 +46,14 @@ BuildRequires: libexif-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel >= 1.8.2 +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel -%if "%{?fedora}" > "4" +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel %endif @@ -85,8 +93,6 @@ Requires: perl Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} -# Consider, for ownership of %{_datadir}/templates -- Rex -#Requires: kdebase %description core core libraries and support files for koffice @@ -215,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -235,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -255,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -# set --vendor="" to avoid any future probs like bug #173086 -- Rex desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -351,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -400,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -421,7 +420,7 @@ %{_libdir}/kde3/libkwordpart.* %{_libdir}/kde3/kword.* %{_datadir}/apps/kword/ -%{_datadir}/doc/HTML/en/kword +%{_datadir}/doc/HTML/en/kword/ %{_datadir}/services/kword*.desktop %{_datadir}/services/kwserial*.desktop %{_datadir}/templates/TextDocument.desktop @@ -461,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -483,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -514,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -627,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086/ %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -636,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -693,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -713,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -725,18 +583,11 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg -%{_datadir}/doc/HTML/en/kivio +%{_datadir}/doc/HTML/en/kivio/ %{_datadir}/services/kivio*.desktop %{_datadir}/applications/kde/*kivio.desktop @@ -806,11 +657,24 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert -1.6.0-2 +1.6.0-3 - fix #212145: add missing BR for krita pdf support +* Wed Oct 25 2006 Andreas Bierfert +1.6.0-2 +- bump + * Wed Oct 18 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 20 Oct 2006 13:43:42 -0000 1.13 +++ sources 1 Dec 2006 22:07:48 -0000 1.14 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:13:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 17:13:04 -0500 Subject: rpms/koffice-langpack/devel .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612012213.kB1MD48a012716@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12697 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:33 -0000 1.7 +++ .cvsignore 1 Dec 2006 22:12:34 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/koffice-langpack.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koffice-langpack.spec 21 Oct 2006 10:11:33 -0000 1.8 +++ koffice-langpack.spec 1 Dec 2006 22:12:34 -0000 1.9 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:33 -0000 1.7 +++ sources 1 Dec 2006 22:12:34 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 22:27:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:27:30 -0500 Subject: rpms/pl/devel .cvsignore, 1.11, 1.12 pl.spec, 1.30, 1.31 sources, 1.11, 1.12 Message-ID: <200612012227.kB1MRUh1012816@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12786 Modified Files: .cvsignore pl.spec sources Log Message: new version 5.6.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pl/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Oct 2006 16:17:05 -0000 1.11 +++ .cvsignore 1 Dec 2006 22:26:59 -0000 1.12 @@ -1,3 +1,3 @@ -pl-5.6.20.tar.gz -HTMLmanual.tar.gz +pl-5.6.24.tar.gz userguide.html.tgz +HTMLmanual.tar.gz Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/devel/pl.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- pl.spec 1 Oct 2006 16:17:05 -0000 1.30 +++ pl.spec 1 Dec 2006 22:26:59 -0000 1.31 @@ -1,5 +1,5 @@ Name: pl -Version: 5.6.20 +Version: 5.6.24 Release: 1%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -7,7 +7,7 @@ Group: Development/Languages License: LGPL URL: http://www.swi-prolog.org -Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.20.tar.gz +Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.24.tar.gz Source1: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/refman/HTMLmanual.tar.gz Source2: http://gollem.science.uva.nl/cgi-bin/nph-download/xpce/doc/userguide/userguide.html.tgz Patch0: pl-5.4.6-rpath.patch @@ -96,6 +96,9 @@ %changelog +* Fri Dec 1 2006 Gerard Milmeister - 5.6.24-1 +- new version 5.5.26 + * Sun Oct 1 2006 Gerard Milmeister - 5.6.20-1 - new version 5.6.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pl/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Oct 2006 16:17:05 -0000 1.11 +++ sources 1 Dec 2006 22:26:59 -0000 1.12 @@ -1,3 +1,3 @@ -0f13bc81a83e29ef90dee6058f84d8ae pl-5.6.20.tar.gz -fd43b315a103de4a3c739ca699a9f2d5 HTMLmanual.tar.gz +cd084fc65886b09bd5eae30c3506cd73 pl-5.6.24.tar.gz 72feb8797f134c45be719133873cae1f userguide.html.tgz +32e5d7d4897e4ca2b2ecf1d0814c0808 HTMLmanual.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 22:28:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:28:39 -0500 Subject: rpms/pl/devel pl-5.4.6-multilib.patch, 1.1, NONE pl-5.4.6-visibilityabuse.patch, 1.1, NONE pl-5.4.7-gcc4fix.patch, 1.1, NONE Message-ID: <200612012228.kB1MSdsg012834@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12829 Removed Files: pl-5.4.6-multilib.patch pl-5.4.6-visibilityabuse.patch pl-5.4.7-gcc4fix.patch Log Message: new version 5.6.24 --- pl-5.4.6-multilib.patch DELETED --- --- pl-5.4.6-visibilityabuse.patch DELETED --- --- pl-5.4.7-gcc4fix.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:32:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:32:08 -0500 Subject: rpms/pl/FC-5 .cvsignore, 1.11, 1.12 pl.spec, 1.31, 1.32 sources, 1.11, 1.12 pl-5.4.6-multilib.patch, 1.1, NONE pl-5.4.6-visibilityabuse.patch, 1.1, NONE pl-5.4.7-gcc4fix.patch, 1.1, NONE Message-ID: <200612012232.kB1MW8wA012908@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12874/FC-5 Modified Files: .cvsignore pl.spec sources Removed Files: pl-5.4.6-multilib.patch pl-5.4.6-visibilityabuse.patch pl-5.4.7-gcc4fix.patch Log Message: new version 5.6.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pl/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Oct 2006 16:17:04 -0000 1.11 +++ .cvsignore 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -pl-5.6.20.tar.gz -HTMLmanual.tar.gz +pl-5.6.24.tar.gz userguide.html.tgz +HTMLmanual.tar.gz Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/FC-5/pl.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- pl.spec 1 Oct 2006 16:17:04 -0000 1.31 +++ pl.spec 1 Dec 2006 22:31:38 -0000 1.32 @@ -1,5 +1,5 @@ Name: pl -Version: 5.6.20 +Version: 5.6.24 Release: 1%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -7,7 +7,7 @@ Group: Development/Languages License: LGPL URL: http://www.swi-prolog.org -Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.20.tar.gz +Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.24.tar.gz Source1: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/refman/HTMLmanual.tar.gz Source2: http://gollem.science.uva.nl/cgi-bin/nph-download/xpce/doc/userguide/userguide.html.tgz Patch0: pl-5.4.6-rpath.patch @@ -96,6 +96,9 @@ %changelog +* Fri Dec 1 2006 Gerard Milmeister - 5.6.24-1 +- new version 5.5.26 + * Sun Oct 1 2006 Gerard Milmeister - 5.6.20-1 - new version 5.6.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pl/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Oct 2006 16:17:04 -0000 1.11 +++ sources 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -0f13bc81a83e29ef90dee6058f84d8ae pl-5.6.20.tar.gz -fd43b315a103de4a3c739ca699a9f2d5 HTMLmanual.tar.gz +cd084fc65886b09bd5eae30c3506cd73 pl-5.6.24.tar.gz 72feb8797f134c45be719133873cae1f userguide.html.tgz +32e5d7d4897e4ca2b2ecf1d0814c0808 HTMLmanual.tar.gz --- pl-5.4.6-multilib.patch DELETED --- --- pl-5.4.6-visibilityabuse.patch DELETED --- --- pl-5.4.7-gcc4fix.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:32:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:32:08 -0500 Subject: rpms/pl/FC-6 .cvsignore, 1.11, 1.12 pl.spec, 1.30, 1.31 sources, 1.11, 1.12 pl-5.4.6-multilib.patch, 1.1, NONE pl-5.4.6-visibilityabuse.patch, 1.1, NONE pl-5.4.7-gcc4fix.patch, 1.1, NONE Message-ID: <200612012232.kB1MW8JT012913@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12874/FC-6 Modified Files: .cvsignore pl.spec sources Removed Files: pl-5.4.6-multilib.patch pl-5.4.6-visibilityabuse.patch pl-5.4.7-gcc4fix.patch Log Message: new version 5.6.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pl/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Oct 2006 16:17:05 -0000 1.11 +++ .cvsignore 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -pl-5.6.20.tar.gz -HTMLmanual.tar.gz +pl-5.6.24.tar.gz userguide.html.tgz +HTMLmanual.tar.gz Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/FC-6/pl.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- pl.spec 1 Oct 2006 16:17:05 -0000 1.30 +++ pl.spec 1 Dec 2006 22:31:38 -0000 1.31 @@ -1,5 +1,5 @@ Name: pl -Version: 5.6.20 +Version: 5.6.24 Release: 1%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -7,7 +7,7 @@ Group: Development/Languages License: LGPL URL: http://www.swi-prolog.org -Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.20.tar.gz +Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.24.tar.gz Source1: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/refman/HTMLmanual.tar.gz Source2: http://gollem.science.uva.nl/cgi-bin/nph-download/xpce/doc/userguide/userguide.html.tgz Patch0: pl-5.4.6-rpath.patch @@ -96,6 +96,9 @@ %changelog +* Fri Dec 1 2006 Gerard Milmeister - 5.6.24-1 +- new version 5.5.26 + * Sun Oct 1 2006 Gerard Milmeister - 5.6.20-1 - new version 5.6.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pl/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Oct 2006 16:17:05 -0000 1.11 +++ sources 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -0f13bc81a83e29ef90dee6058f84d8ae pl-5.6.20.tar.gz -fd43b315a103de4a3c739ca699a9f2d5 HTMLmanual.tar.gz +cd084fc65886b09bd5eae30c3506cd73 pl-5.6.24.tar.gz 72feb8797f134c45be719133873cae1f userguide.html.tgz +32e5d7d4897e4ca2b2ecf1d0814c0808 HTMLmanual.tar.gz --- pl-5.4.6-multilib.patch DELETED --- --- pl-5.4.6-visibilityabuse.patch DELETED --- --- pl-5.4.7-gcc4fix.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 02:08:35 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 1 Dec 2006 21:08:35 -0500 Subject: rpms/epiphany-extensions/devel .cvsignore, 1.12, 1.13 epiphany-extensions.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612020208.kB228Zdi027343@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27324 Modified Files: .cvsignore epiphany-extensions.spec sources Log Message: Update to new upstream release (2.17.0); fix BuildRoot Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 12 Oct 2006 21:32:04 -0000 1.12 +++ .cvsignore 2 Dec 2006 02:08:05 -0000 1.13 @@ -1 +1 @@ -epiphany-extensions-2.16.0.tar.bz2 +epiphany-extensions-2.17.0.tar.bz2 Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- epiphany-extensions.spec 13 Oct 2006 03:50:02 -0000 1.14 +++ epiphany-extensions.spec 2 Dec 2006 02:08:05 -0000 1.15 @@ -1,15 +1,15 @@ -%define ephy_major 2.16.0 +%define ephy_major 2.17.0 Summary: Extensions for Epiphany, the GNOME web browser. Name: epiphany-extensions -Version: 2.16.0 +Version: 2.17.0 Release: 1 License: GPL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/extensions -Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.16/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.17/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: epiphany-devel >= %{ephy_major} BuildRequires: perl(XML::Parser) BuildRequires: gettext @@ -51,6 +51,10 @@ %{_libdir}/epiphany %changelog +* Fri Dec 01 2006 Peter Gordon - 2.17.0-1 +- Update to new upstream release (2.17.0), for new Epiphany 2.17/2.18 in Devel. +- Fix BuildRoot to be in compliance with Fedora Extras packaging policy + * Thu Oct 12 2006 Peter Gordon - Change perl-XML-Parser BR to perl(XML::Parser) - DESTDIR is a make variable, not an external one Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 12 Oct 2006 21:32:04 -0000 1.12 +++ sources 2 Dec 2006 02:08:05 -0000 1.13 @@ -1 +1 @@ -bbc9c67750380d31ad068dbd7335875a epiphany-extensions-2.16.0.tar.bz2 +76083e5d0f27da9bf6d42ccc0679236e epiphany-extensions-2.17.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 2 05:10:37 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 2 Dec 2006 00:10:37 -0500 Subject: rpms/epiphany-extensions/FC-6 .cvsignore, 1.12, 1.13 epiphany-extensions.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612020510.kB25Abcu005399@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/epiphany-extensions/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5380 Modified Files: .cvsignore epiphany-extensions.spec sources Log Message: Update to new upstream release (2.16.1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 12 Oct 2006 21:32:04 -0000 1.12 +++ .cvsignore 2 Dec 2006 05:10:07 -0000 1.13 @@ -1 +1 @@ -epiphany-extensions-2.16.0.tar.bz2 +epiphany-extensions-2.16.1.tar.bz2 Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/FC-6/epiphany-extensions.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- epiphany-extensions.spec 13 Oct 2006 03:50:02 -0000 1.14 +++ epiphany-extensions.spec 2 Dec 2006 05:10:07 -0000 1.15 @@ -2,14 +2,14 @@ Summary: Extensions for Epiphany, the GNOME web browser. Name: epiphany-extensions -Version: 2.16.0 +Version: 2.16.1 Release: 1 License: GPL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/extensions Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.16/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: epiphany-devel >= %{ephy_major} BuildRequires: perl(XML::Parser) BuildRequires: gettext @@ -44,13 +44,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc ChangeLog README NEWS +%doc COPYING COPYING.README ChangeLog README NEWS %{_datadir}/epiphany-extensions %{_datadir}/gnome/help/%{name} %{_datadir}/omf/%{name} %{_libdir}/epiphany %changelog +* Fri Dec 01 2006 Peter Gordon 2.16.1-1 +- Update to new upstream release (2.16.1) +- Fix BuildRoot to be comply with Fedora Extras packaging policy +- Include COPYING and COPYING.README files as %%doc. + * Thu Oct 12 2006 Peter Gordon - Change perl-XML-Parser BR to perl(XML::Parser) - DESTDIR is a make variable, not an external one Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 12 Oct 2006 21:32:04 -0000 1.12 +++ sources 2 Dec 2006 05:10:07 -0000 1.13 @@ -1 +1 @@ -bbc9c67750380d31ad068dbd7335875a epiphany-extensions-2.16.0.tar.bz2 +93a8d37175dc1f173c0185c254de5c38 epiphany-extensions-2.16.1.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 2 05:25:42 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 00:25:42 -0500 Subject: rpms/TurboGears/devel .cvsignore, 1.4, 1.5 TurboGears.spec, 1.7, 1.8 sources, 1.4, 1.5 TurboGears-1.0b1-setuptools.patch, 1.1, NONE Message-ID: <200612020525.kB25Pgsm005536@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5517 Modified Files: .cvsignore TurboGears.spec sources Removed Files: TurboGears-1.0b1-setuptools.patch Log Message: 1.0b2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Oct 2006 15:21:43 -0000 1.4 +++ .cvsignore 2 Dec 2006 05:25:12 -0000 1.5 @@ -1 +1 @@ -TurboGears-1.0b1.tar.gz +TurboGears-1.0b2.tar.gz Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- TurboGears.spec 22 Nov 2006 02:24:03 -0000 1.7 +++ TurboGears.spec 2 Dec 2006 05:25:12 -0000 1.8 @@ -2,21 +2,21 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0b1 -Release: 3%{?dist} +Version: 1.0b2 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages License: MIT URL: http://www.turbogears.org Source0: http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-setuptools.patch +Patch0: %{name}-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools >= 0.6c2 -Requires: python-kid >= 0.8 python-cherrypy >= 2.1.1 +Requires: python-kid >= 0.8 python-cherrypy >= 2.2.1 Requires: python-sqlobject >= 0.7 python-formencode >= 0.5.1 Requires: python-json >= 3.3 python-elementtree >= 1.2.6 Requires: python-setuptools >= 0.6a11 @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 2 2006 Luke Macken 1.0b2-1 +- 1.0b2 + * Fri Nov 21 2006 Luke Macken 1.0b1-3 - Add python-TestGears back to Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Oct 2006 15:21:43 -0000 1.4 +++ sources 2 Dec 2006 05:25:12 -0000 1.5 @@ -1 +1 @@ -667a84671d1ce3639ba11d8e73462639 TurboGears-1.0b1.tar.gz +aff6ab4008557c21fde2ff8c07f4dc45 TurboGears-1.0b2.tar.gz --- TurboGears-1.0b1-setuptools.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 05:26:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 00:26:47 -0500 Subject: rpms/TurboGears/devel TurboGears-setuptools.patch,NONE,1.1 Message-ID: <200612020526.kB25QlUl005592@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5585 Added Files: TurboGears-setuptools.patch Log Message: add the setuptools patch TurboGears-setuptools.patch: --- NEW FILE TurboGears-setuptools.patch --- --- setup.py.orig 2006-12-02 00:14:03.000000000 -0500 +++ setup.py 2006-12-02 00:16:52.000000000 -0500 @@ -34,20 +34,7 @@ The latest development version is available in the TurboGears subversion repository.""", url="http://www.turbogears.org", zip_safe=False, - install_requires = [ - "TurboJson >= 0.9.9", - "TurboCheetah >= 0.9.5", - "TurboKid >= 0.9.8", - "CherryPy >= 2.2.1,<3.0.0alpha", - "simplejson >= 1.3", - "elementtree >= 1.2.6", - "PasteScript >= 0.9.7", - "cElementTree >= 1.0.5", - "FormEncode >= 0.5.1", - "setuptools >= 0.6c2", - "RuleDispatch", - "ConfigObj >= 4.3.2", - "nose >= 0.9"], + install_requires = [], packages=find_packages(), include_package_data=True, exclude_package_data={"thirdparty" : ["*"]}, From fedora-extras-commits at redhat.com Sat Dec 2 05:29:38 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 00:29:38 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.8,1.9 Message-ID: <200612020529.kB25Tc9K005647@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5630 Modified Files: TurboGears.spec Log Message: update the setuptools patch and rebuild Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- TurboGears.spec 2 Dec 2006 05:25:12 -0000 1.8 +++ TurboGears.spec 2 Dec 2006 05:29:08 -0000 1.9 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 2 2006 Luke Macken 1.0b2-2 +- Update the setuptools patch + * Sat Dec 2 2006 Luke Macken 1.0b2-1 - 1.0b2 From fedora-extras-commits at redhat.com Sat Dec 2 06:36:02 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sat, 2 Dec 2006 01:36:02 -0500 Subject: rpms/php-pecl-zip/FC-6 .cvsignore, 1.8, 1.9 php-pecl-zip.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612020636.kB26a2NV008986@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8964 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update to 1.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Nov 2006 13:43:04 -0000 1.8 +++ .cvsignore 2 Dec 2006 06:35:32 -0000 1.9 @@ -1 +1 @@ -zip-1.8.0.tgz +zip-1.8.2.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-6/php-pecl-zip.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-pecl-zip.spec 3 Nov 2006 13:43:04 -0000 1.8 +++ php-pecl-zip.spec 2 Dec 2006 06:35:32 -0000 1.9 @@ -6,7 +6,7 @@ Summary: A zip management extension Summary(fr): Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.8.0 +Version: 1.8.2 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -61,6 +61,9 @@ %{php_extdir}/zip.so %changelog +* Sat Dec 02 2006 Remi Collet 1.8.2-1 +- update to 1.8.2 + * Thu Nov 02 2006 Remi Collet 1.8.0-1 - update to 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Nov 2006 13:43:04 -0000 1.8 +++ sources 2 Dec 2006 06:35:32 -0000 1.9 @@ -1 +1 @@ -21ba5f9055074a5dbf9cb55922b7262e zip-1.8.0.tgz +1d384ca4750b367ba7b82e3f330735ed zip-1.8.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 06:38:07 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sat, 2 Dec 2006 01:38:07 -0500 Subject: rpms/php-pecl-zip/FC-5 .cvsignore, 1.8, 1.9 php-pecl-zip.spec, 1.7, 1.8 sources, 1.8, 1.9 Message-ID: <200612020638.kB26c7ID009069@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9048 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update to 1.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Nov 2006 13:44:51 -0000 1.8 +++ .cvsignore 2 Dec 2006 06:37:37 -0000 1.9 @@ -1 +1 @@ -zip-1.8.0.tgz +zip-1.8.2.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-5/php-pecl-zip.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- php-pecl-zip.spec 3 Nov 2006 13:44:51 -0000 1.7 +++ php-pecl-zip.spec 2 Dec 2006 06:37:37 -0000 1.8 @@ -6,7 +6,7 @@ Summary: A zip management extension Summary(fr): Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.8.0 +Version: 1.8.2 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -61,6 +61,9 @@ %{php_extdir}/zip.so %changelog +* Sat Dec 02 2006 Remi Collet 1.8.2-1 +- update to 1.8.2 + * Thu Nov 02 2006 Remi Collet 1.8.0-1 - update to 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Nov 2006 13:44:51 -0000 1.8 +++ sources 2 Dec 2006 06:37:37 -0000 1.9 @@ -1 +1 @@ -21ba5f9055074a5dbf9cb55922b7262e zip-1.8.0.tgz +1d384ca4750b367ba7b82e3f330735ed zip-1.8.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 07:38:46 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sat, 2 Dec 2006 02:38:46 -0500 Subject: rpms/php-pecl-zip/devel dead.package,NONE,1.1 Message-ID: <200612020738.kB27ckbt012399@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12394 Added Files: dead.package Log Message: php-pecl-zip obsoleted by php-5.2.0 --- NEW FILE dead.package --- Obsoleted by php-common-5.2.0 which provides this extension. See : Bugzilla #215966 From fedora-extras-commits at redhat.com Sat Dec 2 08:50:36 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 03:50:36 -0500 Subject: extras-repoclosure rc-report.py,1.26,1.27 Message-ID: <200612020850.kB28oaYt015795@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15780 Modified Files: rc-report.py Log Message: - moved/regrouped plenty of lines, so the refreshed biweekly mails are not summed up in the big summary report as "New" anymore - also mail co-owners (probably will cause trouble as some Cc recipients are subscription-based mailing-lists) Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- rc-report.py 27 Nov 2006 23:52:20 -0000 1.26 +++ rc-report.py 2 Dec 2006 08:50:36 -0000 1.27 @@ -29,7 +29,7 @@ # Don't repeat a report for a src.rpm for 14 days. waitdelta = datetime.timedelta( days = 14 ) -today = datetime.date.today() +today = datetime.date.today() # +datetime.timedelta(days=15) # Where to check out owners/owners.list ownersworkdir = '/srv/extras-push/work' @@ -182,12 +182,8 @@ #owners.FromCVS(workdir=ownersworkdir) if not owners.FromURL(): sys.exit(1) -reportssummary = '' -summail = '' -pkgbyowner = {} # map, pkgbyowner[email], list of pkgids for all owner's broken packages summary = {} # map of maps, summary[repoid][pkgid], unresolved deps line by line -report = {} -agedict = {} +details = {} # map of arrays [sendflag,name,srcrpmname,age,pkgid,text] args = sys.argv[1:] if len(args) > 2: @@ -206,9 +202,6 @@ if not combinedreport: mailsubject = subject + ' ' + release + ' - ' + datestring - pkgbyowner = {} - summary = {} - report = {} else: mailsubject = subject + ' - ' + datestring @@ -218,7 +211,6 @@ pkgre = re.compile('(?P.*)-[^-]+-[^-]+$') inbody = False srcrpm = '' - ownedby = '' createreport = False try: f = file( logfilename ) @@ -249,46 +241,93 @@ continue name = res.group('name') - ownedby = owners.GetOwner(name) - if ownedby == '': - ownedby = 'UNKNOWN OWNER' - x = 'ERROR: %s not in owners.list\nERROR: source rpm is %s' % ( name, srcrpm ) - reportssummary += x + '\n\n' # name-EVR.arch - pkgid = w[1]+'-'+w[3] - pkgid2 = w[1]+' - '+w[3] + pkgid = w[1]+' - '+w[3] # package id + uniqueid = pkgid+repoid # unique pkg id for combined report - agedict[pkgid2] = history.GetAge(srcrpm) - if not pkgbyowner.has_key(ownedby): - pkgbyowner[ownedby] = [pkgid2] - else: - pkgbyowner[ownedby].append(pkgid2) + age = history.GetAge(srcrpm) # e.g. "(4 days)" - if not summary.has_key(repoid): - summary[repoid] = {} - if not summary[repoid].has_key(pkgid): - summary[repoid][pkgid] = [] + # Init list of broken deps per package per repository. + summary.setdefault(repoid,{}) + summary[repoid].setdefault(pkgid,[]) + + # Create records + # - send-flag, name, srcrpmfilename, age, pkgid, body + details.setdefault(uniqueid,[createreport,name,srcrpm,age,pkgid,'']) if inbody: - # Construct report for package owner. - if createreport: - try: - report[ownedby] += line - except KeyError: - report[ownedby] = line - # Add to summary. + # Construct report per package src.rpm-repoid. + # We need a few values, since a package may have different + # owner(s) per dist. + details[uniqueid][5] += line + # Add relevant bits to repository summary. if not line.isspace() and not line.startswith('package: ') and line.find('unresolved deps:') < 0: summary[repoid][pkgid].append( line.rstrip().lstrip() ) history.Save() +# ==================================================================== -# Create summary mail text. +# Mail init. +if domail: + srv = smtplib.SMTP( mailserver ) + #srv.set_debuglevel(1) + if ( len(mailuser) and len(mailpasswd) ): + try: + srv.login( mailuser, mailpasswd ) + except smtplib.SMTPException: + print 'ERROR: mailserver login failed' + sys.exit(-1) + +# Create full report per owner. +reportssummary = '' # any NEW stuff for the summary sep = '='*70+'\n' -for toaddr,body in report.iteritems(): - reportssummary += 'New report for: %s\n\n%s\n' % ( toaddr.replace('@',' AT '), body) - reportssummary += sep -summail += reportssummary +pkgbyowner = {} # map, pkgbyowner[email], list of pkgids for all owner's broken packages +reports = {} # map of lists [new,body] - a flag and the full report for a package owner + +uniqueids = details.keys() +uniqueids.sort() +for uniqueid in uniqueids: + (sendflag,name,srcrpm,age,pkgid,lines) = details[uniqueid] + + toaddr = owners.GetOwner(name) + if toaddr == '': + toaddr = 'UNKNOWN OWNER' + x = 'ERROR: "%s" not in owners.list!' % name + reportssummary += x + '\n\n' + + # Build list of package ids per owner addr. + pkgbyowner.setdefault(toaddr,[]) + pkgbyowner[toaddr].append(pkgid+' '+age+'\n') + + if sendflag: + # sendflag, True => resend broken deps report to owner + # however, if age is sufficiently high, don't include report in summary + newflag = (age=='' or age<2) + + # TODO: owner has N broken rpms and gets a resent report every n<14 days + # because multiple rpms distribute over 14 days. Change that? + + # Build full report per owner. Use a flag for new breakage. + reports.setdefault(toaddr,[newflag,'']) + reports[toaddr][1] += lines + # Also try mailing co-owners. + for toaddr in owners.GetCoOwnerList(name): + reports.setdefault(toaddr,[None,'']) + reports[toaddr][1] += lines + +# Mail reports and construct summary of new reports. +for toaddr,(new,body) in reports.iteritems(): + if new: # Include new reports in summary. + reportssummary += 'New report for: %s\n\n%s\n' % ( toaddr.replace('@',' AT '), body) + reportssummary += sep + # Send mail to every package owner with broken package dependencies. + mailtext = 'This is an automated mail created by an experimental script.\nYour following packages in the repository contain broken dependencies:\n\n' + mailtext += body + if domail and toaddr!='UNKNOWN OWNER': + mailsplit( srv, fromaddr, [toaddr,'bugs.michael at gmx.net'], replytoaddr, mailsubject, mailtext ) + +summail = reportssummary # Add list of broken packages sorted by owner. ownerlist = pkgbyowner.keys() @@ -300,8 +339,7 @@ pkgs = pkgbyowner[owner] pkgs.sort() for pkg in pkgs: - summail += ' '+pkg+' '+agedict[pkg] - summail += '\n' + summail += ' '+pkg summail += '\n' if len(ownerlist): summail += '\n' @@ -321,29 +359,9 @@ pkgs.sort() for pkg in pkgs: for dep in summary[repoid][pkg]: - summail += ( ' %s requires %s\n' % (pkg,dep) ) + summail += ( ' %s requires %s\n' % (pkg.replace(' ',''),dep) ) summail += '\n\n' - -# Mail init. -if domail: - srv = smtplib.SMTP( mailserver ) - #srv.set_debuglevel(1) - if ( len(mailuser) and len(mailpasswd) ): - try: - srv.login( mailuser, mailpasswd ) - except smtplib.SMTPException: - print 'ERROR: mailserver login failed' - sys.exit(-1) - -# Send mail to every package owner with broken package dependencies. -for toaddr,body in report.iteritems(): - mailtext = 'This is an automated mail created by an experimental script.\nYour following packages in the repository contain broken dependencies:\n\n' - mailtext += body - if domail and toaddr != 'UNKNOWN OWNER': - mailsplit( srv, fromaddr, toaddr, replytoaddr, mailsubject, mailtext ) - - # Decrease the "spam" a bit. Mail a summary (even if there are no new # reports) every 7 days. timestampfile = os.path.join(ownersworkdir,'lastsummary.timestamp') @@ -360,7 +378,6 @@ # Send summary to mailing-list # if there are new reports. -# TODO: weekly summary? if domail and mailsummary and (len(summail) or mailsubject.find('development') >= 0): # avoid sending empty reports for stable/old branches if not len(summail): summail = 'no broken dependencies' From fedora-extras-commits at redhat.com Sat Dec 2 08:58:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 03:58:49 -0500 Subject: rpms/jd/devel .cvsignore, 1.29, 1.30 jd.spec, 1.36, 1.37 sources, 1.29, 1.30 Message-ID: <200612020858.kB28wnuU015921@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15882 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- .cvsignore 1 Dec 2006 15:45:16 -0000 1.29 +++ .cvsignore 2 Dec 2006 08:58:19 -0000 1.30 @@ -1 +1 @@ -jd-1.8.1-cvs061201.tgz +jd-1.8.1-beta061202.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- jd.spec 1 Dec 2006 15:45:16 -0000 1.36 +++ jd.spec 2 Dec 2006 08:58:19 -0000 1.37 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061201 -%define repoid 22722 +%define strtag beta061202 +%define repoid 22954 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Fri Dec 1 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061201 -- cvs 061201 (24:30 JST) +* Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 +- 1.8.1 beta 061202 * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 1 Dec 2006 15:45:16 -0000 1.29 +++ sources 2 Dec 2006 08:58:19 -0000 1.30 @@ -1 +1 @@ -02a745f38ea5a2f61ef95633b6dfbb9a jd-1.8.1-cvs061201.tgz +9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz From fedora-extras-commits at redhat.com Sat Dec 2 08:58:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 03:58:58 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.10, 1.11 jd.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <200612020858.kB28wwAu015926@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15902 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 14 Nov 2006 13:52:50 -0000 1.10 +++ .cvsignore 2 Dec 2006 08:58:28 -0000 1.11 @@ -1 +1 @@ -jd-1.8.0-061114.tgz +jd-1.8.1-beta061202.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- jd.spec 14 Nov 2006 13:52:50 -0000 1.11 +++ jd.spec 2 Dec 2006 08:58:28 -0000 1.12 @@ -9,14 +9,14 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.0 -%define strtag 061114 -%define repoid 22722 +%define main_ver 1.8.1 +%define strtag beta061202 +%define repoid 22954 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -65,6 +65,9 @@ %build sh autogen.sh +# set TZ for __TIME__ +export TZ='Asia/Tokyo' + %configure %{__make} %{?_smp_mflags} @@ -103,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 +- 1.8.1 beta 061202 + * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 14 Nov 2006 13:52:50 -0000 1.10 +++ sources 2 Dec 2006 08:58:28 -0000 1.11 @@ -1 +1 @@ -1dc9ecba8d7430af27ed461155eb6708 jd-1.8.0-061114.tgz +9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz From fedora-extras-commits at redhat.com Sat Dec 2 09:00:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 04:00:45 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.9, 1.10 jd.spec, 1.10, 1.11 sources, 1.9, 1.10 Message-ID: <200612020900.kB290jc7016090@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16069 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 14 Nov 2006 13:54:36 -0000 1.9 +++ .cvsignore 2 Dec 2006 09:00:15 -0000 1.10 @@ -1 +1 @@ -jd-1.8.0-061114.tgz +jd-1.8.1-beta061202.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- jd.spec 14 Nov 2006 13:54:36 -0000 1.10 +++ jd.spec 2 Dec 2006 09:00:15 -0000 1.11 @@ -9,14 +9,14 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.0 -%define strtag 061114 -%define repoid 22722 +%define main_ver 1.8.1 +%define strtag beta061202 +%define repoid 22954 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -65,6 +65,9 @@ %build sh autogen.sh +# set TZ for __TIME__ +export TZ='Asia/Tokyo' + %configure %{__make} %{?_smp_mflags} @@ -103,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 +- 1.8.1 beta 061202 + * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 14 Nov 2006 13:54:36 -0000 1.9 +++ sources 2 Dec 2006 09:00:15 -0000 1.10 @@ -1 +1 @@ -1dc9ecba8d7430af27ed461155eb6708 jd-1.8.0-061114.tgz +9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz From fedora-extras-commits at redhat.com Sat Dec 2 09:06:20 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Sat, 2 Dec 2006 04:06:20 -0500 Subject: rpms/devilspie/devel .cvsignore, 1.2, 1.3 devilspie.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612020906.kB296KM3019656@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/rpms/devilspie/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19486 Modified Files: .cvsignore devilspie.spec sources Log Message: Update to 0.19 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/devilspie/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:18:34 -0000 1.2 +++ .cvsignore 2 Dec 2006 09:05:50 -0000 1.3 @@ -1 +1 @@ -devilspie-0.18.tar.gz +devilspie-0.19.tar.gz Index: devilspie.spec =================================================================== RCS file: /cvs/extras/rpms/devilspie/devel/devilspie.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- devilspie.spec 30 Nov 2006 22:18:34 -0000 1.1 +++ devilspie.spec 2 Dec 2006 09:05:50 -0000 1.2 @@ -1,6 +1,6 @@ Name: devilspie -Version: 0.18 -Release: 1%{?dist} +Version: 0.19 +Release: 2%{?dist} Summary: A window-matching utility Group: User Interface/X @@ -12,8 +12,7 @@ BuildRequires: libpng-devel BuildRequires: libxml2-devel BuildRequires: gettext -BuildRequires: gob2 -BuildRequires: perl-XML-Parser +BuildRequires: perl(XML::Parser) %description A window-matching utility, inspired by Sawfish's "Matched Windows" option and @@ -40,23 +39,30 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc README AUTHORS NEWS COPYING TODO +%doc ChangeLog README AUTHORS NEWS COPYING TODO %{_bindir}/devilspie %{_mandir}/man1/devilspie.1.gz %changelog -* Wed Oct 25 2006 Sebastian Vahl 0.18-1 +* Sat Dec 02 2006 Sebastian Vahl 0.19-2 +- Removed gob2 from BR (not needed any more) +- Replaced perl-XML-Parser with perl(XML::Parser) in BR + +* Fri Dec 01 2006 Sebastian Vahl 0.19-1 +- New upstream version: 0.19 + +* Wed Oct 25 2006 Sebastian Vahl 0.18-1 - New upstream version: 0.18 -* Wed Aug 23 2006 Sebastian Vahl 0.17.1-2 +* Wed Aug 23 2006 Sebastian Vahl 0.17.1-2 - removed redundant dependencies: atk-devel gtk2-devel pango-devel - shorten summary and description - fixed rpmlint in spec error: mixed-use-of-spaces-and-tabs -* Wed Mar 08 2006 Sebastian Vahl 0.17.1-1 +* Wed Mar 08 2006 Sebastian Vahl 0.17.1-1 - New upstream version: 0.17.1 -* Mon Jan 09 2006 Sebastian Vahl 0.16-1 +* Mon Jan 09 2006 Sebastian Vahl 0.16-1 - New upstream version: 0.16 * Mon Jul 18 2005 Menno Smits 0.10-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/devilspie/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:18:34 -0000 1.2 +++ sources 2 Dec 2006 09:05:50 -0000 1.3 @@ -1 +1 @@ -148537a51037875aaba91b3822055332 devilspie-0.18.tar.gz +35f555000b426e21384ab282c64c6975 devilspie-0.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 09:08:40 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 04:08:40 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.21,1.22 Message-ID: <200612020908.kB298eI5019773@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19758 Modified Files: Push.py Log Message: - the rollback itself is not an error, the reason for the rollback is printed elsewhere Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Push.py 30 Nov 2006 16:57:16 -0000 1.21 +++ Push.py 2 Dec 2006 09:08:40 -0000 1.22 @@ -302,7 +302,7 @@ try: push_with_rollback(rollback,dist,needsignroot,destroot,name,pkgrelroot,buildreport) except: - print 'ERROR: Rollback:', rollback + print 'Rollback:', rollback for f in rollback: if DEBUG: break From fedora-extras-commits at redhat.com Sat Dec 2 15:08:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:08:19 -0500 Subject: rpms/ocaml/devel .cvsignore, 1.6, 1.7 ocaml.spec, 1.25, 1.26 sources, 1.8, 1.9 ocaml-num-gcc4.patch, 1.1, NONE Message-ID: <200612021508.kB2F8JDH006946@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6918 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-num-gcc4.patch Log Message: new version 3.09.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2006 17:06:38 -0000 1.6 +++ .cvsignore 2 Dec 2006 15:07:49 -0000 1.7 @@ -1,4 +1,4 @@ -ocaml-3.09.2.tar.bz2 +ocaml-3.09.3.tar.bz2 ocaml-3.09-refman.html.tar.gz ocaml-3.09-refman.info.tar.gz ocaml-3.09-refman.pdf Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ocaml.spec 28 Aug 2006 09:14:47 -0000 1.25 +++ ocaml.spec 2 Dec 2006 15:07:49 -0000 1.26 @@ -1,13 +1,13 @@ Name: ocaml -Version: 3.09.2 -Release: 2%{?dist} +Version: 3.09.3 +Release: 1%{?dist} Summary: Objective Caml compiler and programming environment Group: Development/Languages License: QPL/LGPL URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz @@ -210,6 +210,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.09.3-1 +- new version 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 3.09.2-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Apr 2006 17:06:38 -0000 1.8 +++ sources 2 Dec 2006 15:07:49 -0000 1.9 @@ -1,4 +1,4 @@ -63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2 +8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz 6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf --- ocaml-num-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 15:09:39 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 10:09:39 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.14, 1.15 ochusha.spec, 1.15, 1.16 sources, 1.14, 1.15 Message-ID: <200612021509.kB2F9dam006989@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6970 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061202 - 0.5.99.63.8 cvs 061202 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 1 Dec 2006 15:45:39 -0000 1.14 +++ .cvsignore 2 Dec 2006 15:09:09 -0000 1.15 @@ -1 +1 @@ -ochusha-0.5.99.63.8-cvs061201.tar.bz2 +ochusha-0.5.99.63.8-cvs061202.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ochusha.spec 1 Dec 2006 15:45:39 -0000 1.15 +++ ochusha.spec 2 Dec 2006 15:09:09 -0000 1.16 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.8 -%define strtag cvs061201 +%define strtag cvs061202 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 1 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061201 -- 0.5.99.63.8 cvs 061201 (23:59 JST) +* Sat Dec 2 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061202 +- 0.5.99.63.8 cvs 061202 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 1 Dec 2006 15:45:39 -0000 1.14 +++ sources 2 Dec 2006 15:09:09 -0000 1.15 @@ -1 +1 @@ -b780682f49e097ace79338bd022b2df0 ochusha-0.5.99.63.8-cvs061201.tar.bz2 +b612e655da85bb3f0483c3ef3bea20e4 ochusha-0.5.99.63.8-cvs061202.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 2 15:37:04 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:37:04 -0500 Subject: rpms/ocaml/FC-5 .cvsignore, 1.6, 1.7 ocaml.spec, 1.24, 1.25 sources, 1.8, 1.9 ocaml-num-gcc4.patch, 1.1, NONE Message-ID: <200612021537.kB2Fb4e4007241@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7176/FC-5 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-num-gcc4.patch Log Message: new version 3.09.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2006 17:20:56 -0000 1.6 +++ .cvsignore 2 Dec 2006 15:36:34 -0000 1.7 @@ -1,4 +1,4 @@ -ocaml-3.09.2.tar.bz2 +ocaml-3.09.3.tar.bz2 ocaml-3.09-refman.html.tar.gz ocaml-3.09-refman.info.tar.gz ocaml-3.09-refman.pdf Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-5/ocaml.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ocaml.spec 30 Apr 2006 17:20:56 -0000 1.24 +++ ocaml.spec 2 Dec 2006 15:36:34 -0000 1.25 @@ -1,5 +1,5 @@ Name: ocaml -Version: 3.09.2 +Version: 3.09.3 Release: 1%{?dist} Summary: Objective Caml compiler and programming environment @@ -7,7 +7,7 @@ Group: Development/Languages License: QPL/LGPL URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz @@ -210,6 +210,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.09.3-1 +- new version 3.09.3 + * Sun Apr 30 2006 Gerard Milmeister - 3.09.2-1 - new version 3.09.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Apr 2006 17:20:56 -0000 1.8 +++ sources 2 Dec 2006 15:36:34 -0000 1.9 @@ -1,4 +1,4 @@ -63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2 +8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz 6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf --- ocaml-num-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 15:37:04 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:37:04 -0500 Subject: rpms/ocaml/FC-6 .cvsignore, 1.6, 1.7 ocaml.spec, 1.25, 1.26 sources, 1.8, 1.9 ocaml-num-gcc4.patch, 1.1, NONE Message-ID: <200612021537.kB2Fb4SE007246@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7176/FC-6 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-num-gcc4.patch Log Message: new version 3.09.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2006 17:06:38 -0000 1.6 +++ .cvsignore 2 Dec 2006 15:36:34 -0000 1.7 @@ -1,4 +1,4 @@ -ocaml-3.09.2.tar.bz2 +ocaml-3.09.3.tar.bz2 ocaml-3.09-refman.html.tar.gz ocaml-3.09-refman.info.tar.gz ocaml-3.09-refman.pdf Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-6/ocaml.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ocaml.spec 28 Aug 2006 09:14:47 -0000 1.25 +++ ocaml.spec 2 Dec 2006 15:36:34 -0000 1.26 @@ -1,13 +1,13 @@ Name: ocaml -Version: 3.09.2 -Release: 2%{?dist} +Version: 3.09.3 +Release: 1%{?dist} Summary: Objective Caml compiler and programming environment Group: Development/Languages License: QPL/LGPL URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz @@ -210,6 +210,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.09.3-1 +- new version 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 3.09.2-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Apr 2006 17:06:38 -0000 1.8 +++ sources 2 Dec 2006 15:36:34 -0000 1.9 @@ -1,4 +1,4 @@ -63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2 +8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz 6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf --- ocaml-num-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 15:42:09 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:42:09 -0500 Subject: rpms/lablgl/FC-6 lablgl.spec,1.18,1.19 Message-ID: <200612021542.kB2Fg9rm007388@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7342/FC-6 Modified Files: lablgl.spec Log Message: rebuild for ocaml 3.09.3 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/FC-6/lablgl.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- lablgl.spec 28 Aug 2006 17:03:26 -0000 1.18 +++ lablgl.spec 2 Dec 2006 15:41:39 -0000 1.19 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgl Version: 1.02 -Release: 8%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -10,9 +12,9 @@ Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.02.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freeglut-devel -BuildRequires: ocaml >= 3.09.1 -BuildRequires: labltk >= 3.09.1 -BuildRequires: camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: labltk = %ocaml_version +BuildRequires: camlp4 = %ocaml_version BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: libX11-devel @@ -21,8 +23,8 @@ BuildRequires: libXxf86vm-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel -Requires: ocaml >= 3.09.1 -Requires: labltk >= 3.09.1 +Requires: ocaml = %ocaml_version +Requires: labltk = %ocaml_version %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -81,6 +83,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 1.02-9 +- Rebuild for ocaml 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 1.02-8 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sat Dec 2 15:42:09 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:42:09 -0500 Subject: rpms/lablgl/FC-5 lablgl.spec,1.17,1.18 Message-ID: <200612021542.kB2Fg9eJ007385@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7342/FC-5 Modified Files: lablgl.spec Log Message: rebuild for ocaml 3.09.3 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/FC-5/lablgl.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgl.spec 10 May 2006 18:08:55 -0000 1.17 +++ lablgl.spec 2 Dec 2006 15:41:39 -0000 1.18 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgl Version: 1.02 -Release: 7%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -10,9 +12,9 @@ Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.02.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freeglut-devel -BuildRequires: ocaml >= 3.09.1 -BuildRequires: labltk >= 3.09.1 -BuildRequires: camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: labltk = %ocaml_version +BuildRequires: camlp4 = %ocaml_version BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: libX11-devel @@ -21,8 +23,8 @@ BuildRequires: libXxf86vm-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel -Requires: ocaml >= 3.09.1 -Requires: labltk >= 3.09.1 +Requires: ocaml = %ocaml_version +Requires: labltk = %ocaml_version %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -81,6 +83,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 1.02-9 +- Rebuild for ocaml 3.09.3 + * Wed May 10 2006 Gerard Milmeister - 1.02-7 - rebuilt for ocaml 3.09.2 From fedora-extras-commits at redhat.com Sat Dec 2 15:42:14 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:42:14 -0500 Subject: rpms/lablgl/devel lablgl.spec,1.18,1.19 Message-ID: <200612021542.kB2FgEKK007391@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7342/devel Modified Files: lablgl.spec Log Message: rebuild for ocaml 3.09.3 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/devel/lablgl.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- lablgl.spec 28 Aug 2006 17:03:26 -0000 1.18 +++ lablgl.spec 2 Dec 2006 15:41:44 -0000 1.19 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgl Version: 1.02 -Release: 8%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -10,9 +12,9 @@ Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.02.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freeglut-devel -BuildRequires: ocaml >= 3.09.1 -BuildRequires: labltk >= 3.09.1 -BuildRequires: camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: labltk = %ocaml_version +BuildRequires: camlp4 = %ocaml_version BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: libX11-devel @@ -21,8 +23,8 @@ BuildRequires: libXxf86vm-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel -Requires: ocaml >= 3.09.1 -Requires: labltk >= 3.09.1 +Requires: ocaml = %ocaml_version +Requires: labltk = %ocaml_version %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -81,6 +83,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 1.02-9 +- Rebuild for ocaml 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 1.02-8 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sat Dec 2 16:10:30 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 2 Dec 2006 11:10:30 -0500 Subject: rpms/qstat/FC-5 .cvsignore, 1.2, 1.3 qstat.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612021610.kB2GAUwR010703@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10679 Modified Files: .cvsignore qstat.spec sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 2 Dec 2006 16:10:00 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/qstat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qstat.spec 10 Aug 2006 12:02:04 -0000 1.2 +++ qstat.spec 2 Dec 2006 16:10:00 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 5%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -22,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -43,6 +43,13 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + +* Tue Aug 29 2006 Andy Shevchenko 2.10-6 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + * Thu Aug 10 2006 Andy Shevchenko 2.10-5 - add Conflicts with torque-client (#201279) Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 2 Dec 2006 16:10:00 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:11:51 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 11:11:51 -0500 Subject: rpms/lablgtk/devel lablgtk.spec, 1.17, 1.18 lablgtk-gcc4.patch, 1.1, NONE Message-ID: <200612021611.kB2GBpCP010761@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716/devel Modified Files: lablgtk.spec Removed Files: lablgtk-gcc4.patch Log Message: rebuild for ocaml 3.09.3 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/devel/lablgtk.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgtk.spec 29 Aug 2006 09:44:29 -0000 1.17 +++ lablgtk.spec 2 Dec 2006 16:11:20 -0000 1.18 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgtk Version: 2.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Objective Caml interface to gtk+ @@ -8,9 +10,9 @@ License: LGPL URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz -#Patch0: lablgtk-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.09.1, camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: camlp4 = %ocaml_version # lablgtk can generate quite extensive documentation. # Probably should enable this and create a subpackage for it. BuildRequires: ocaml-ocamldoc @@ -27,7 +29,7 @@ BuildRequires: libXmu-devel BuildRequires: ncurses-devel -Requires: ocaml >= 3.09.1 +Requires: ocaml = %ocaml_version Requires: lablgl >= 1.02 @@ -96,6 +98,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.6.0-7 +- Rebuild for ocaml 3.09.3 + * Tue Aug 29 2006 Gerard Milmeister - 2.6.0-6 - added BR: ncurses-devel --- lablgtk-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 16:11:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 11:11:50 -0500 Subject: rpms/lablgtk/FC-5 lablgtk.spec, 1.15, 1.16 lablgtk-gcc4.patch, 1.1, NONE Message-ID: <200612021611.kB2GBoLq010757@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716/FC-5 Modified Files: lablgtk.spec Removed Files: lablgtk-gcc4.patch Log Message: rebuild for ocaml 3.09.3 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/FC-5/lablgtk.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- lablgtk.spec 10 May 2006 17:53:15 -0000 1.15 +++ lablgtk.spec 2 Dec 2006 16:11:20 -0000 1.16 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgtk Version: 2.6.0 -Release: 4%{?dist} +Release: 7%{?dist} Summary: Objective Caml interface to gtk+ @@ -8,9 +10,9 @@ License: LGPL URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz -#Patch0: lablgtk-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.09.1, camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: camlp4 = %ocaml_version # lablgtk can generate quite extensive documentation. # Probably should enable this and create a subpackage for it. BuildRequires: ocaml-ocamldoc @@ -25,8 +27,9 @@ BuildRequires: gnome-panel-devel BuildRequires: gtkspell-devel BuildRequires: libXmu-devel +BuildRequires: ncurses-devel -Requires: ocaml >= 3.09.1 +Requires: ocaml = %ocaml_version Requires: lablgl >= 1.02 @@ -95,6 +98,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.6.0-7 +- Rebuild for ocaml 3.09.3 + * Wed May 10 2006 Gerard Milmeister - 2.6.0-4 - rebuilt for ocaml 3.09.2 - removed unnecessary ldconfig --- lablgtk-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 16:11:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 11:11:50 -0500 Subject: rpms/lablgtk/FC-6 lablgtk.spec, 1.17, 1.18 lablgtk-gcc4.patch, 1.1, NONE Message-ID: <200612021611.kB2GBoOF010760@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716/FC-6 Modified Files: lablgtk.spec Removed Files: lablgtk-gcc4.patch Log Message: rebuild for ocaml 3.09.3 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/FC-6/lablgtk.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgtk.spec 29 Aug 2006 09:44:29 -0000 1.17 +++ lablgtk.spec 2 Dec 2006 16:11:20 -0000 1.18 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgtk Version: 2.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Objective Caml interface to gtk+ @@ -8,9 +10,9 @@ License: LGPL URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz -#Patch0: lablgtk-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.09.1, camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: camlp4 = %ocaml_version # lablgtk can generate quite extensive documentation. # Probably should enable this and create a subpackage for it. BuildRequires: ocaml-ocamldoc @@ -27,7 +29,7 @@ BuildRequires: libXmu-devel BuildRequires: ncurses-devel -Requires: ocaml >= 3.09.1 +Requires: ocaml = %ocaml_version Requires: lablgl >= 1.02 @@ -96,6 +98,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.6.0-7 +- Rebuild for ocaml 3.09.3 + * Tue Aug 29 2006 Gerard Milmeister - 2.6.0-6 - added BR: ncurses-devel --- lablgtk-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 16:13:50 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 2 Dec 2006 11:13:50 -0500 Subject: rpms/qstat/FC-4 .cvsignore, 1.2, 1.3 qstat.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612021613.kB2GDoYY010915@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10854 Modified Files: .cvsignore qstat.spec sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 2 Dec 2006 16:13:20 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-4/qstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1 +++ qstat.spec 2 Dec 2006 16:13:20 -0000 1.2 @@ -1,12 +1,16 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 4%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# The name "qstat" is actually a requirement in POSIX 1003.2d. +# it has been implemented by many batch queueing systems over the decades. +# In this case try to handle with the conflicting package(s). +Conflicts: torque-client %description QStat is a command-line program that gathers real-time statistics @@ -18,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -39,6 +43,16 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + +* Tue Aug 29 2006 Andy Shevchenko 2.10-6 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + +* Thu Aug 10 2006 Andy Shevchenko 2.10-5 +- add Conflicts with torque-client (#201279) + * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 2 Dec 2006 16:13:20 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:33:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 2 Dec 2006 11:33:17 -0500 Subject: rpms/farsight/FC-6 .cvsignore, 1.2, 1.3 farsight.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612021633.kB2GXHSr011155@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/farsight/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11122 Modified Files: .cvsignore farsight.spec sources Log Message: * Sat Dec 2 2006 Brian Pepple - 0.1.10-1 - Update to 0.1.10. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Sep 2006 02:42:08 -0000 1.2 +++ .cvsignore 2 Dec 2006 16:32:47 -0000 1.3 @@ -1 +1 @@ -farsight-0.1.8.tar.gz +farsight-0.1.10.tar.gz Index: farsight.spec =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/farsight.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- farsight.spec 4 Oct 2006 22:22:19 -0000 1.2 +++ farsight.spec 2 Dec 2006 16:32:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: farsight -Version: 0.1.8 -Release: 3%{?dist} +Version: 0.1.10 +Release: 1%{?dist} Summary: A audio/video conferencing framework Group: System Environment/Libraries @@ -96,6 +96,9 @@ %changelog +* Sat Dec 2 2006 Brian Pepple - 0.1.10-1 +- Update to 0.1.10. + * Thu Oct 05 2006 Christian Iseli 0.1.8-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Sep 2006 02:42:08 -0000 1.2 +++ sources 2 Dec 2006 16:32:47 -0000 1.3 @@ -1 +1 @@ -68daa710087201064680fd02c8a4951a farsight-0.1.8.tar.gz +e908f1d121cbd55f619241a8f7dee0f7 farsight-0.1.10.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:36:30 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 2 Dec 2006 11:36:30 -0500 Subject: rpms/libtelepathy/FC-6 .cvsignore, 1.3, 1.4 libtelepathy.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612021636.kB2GaUso011250@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libtelepathy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11231 Modified Files: .cvsignore libtelepathy.spec sources Log Message: * Sat Dec 2 2006 Brian Pepple - 0.0.40-1 - Update to 0.0.40. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Oct 2006 16:43:00 -0000 1.3 +++ .cvsignore 2 Dec 2006 16:36:00 -0000 1.4 @@ -1 +1 @@ -libtelepathy-0.0.38.tar.gz +libtelepathy-0.0.40.tar.gz Index: libtelepathy.spec =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/FC-6/libtelepathy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libtelepathy.spec 12 Oct 2006 16:43:00 -0000 1.2 +++ libtelepathy.spec 2 Dec 2006 16:36:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: libtelepathy -Version: 0.0.38 +Version: 0.0.40 Release: 1%{?dist} Summary: A GLib library to ease writing telepathy clients @@ -70,6 +70,9 @@ %changelog +* Sat Dec 2 2006 Brian Pepple - 0.0.40-1 +- Update to 0.0.40. + * Thu Oct 12 2006 Brian Pepple - 0.0.38-1 - Update to 0.0.38. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Oct 2006 16:43:00 -0000 1.3 +++ sources 2 Dec 2006 16:36:00 -0000 1.4 @@ -1 +1 @@ -145358f6275acf1ce3d7633f7865b7b9 libtelepathy-0.0.38.tar.gz +fd22fdfee8a4bfbf33ff420ad696b268 libtelepathy-0.0.40.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:41:28 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sat, 2 Dec 2006 11:41:28 -0500 Subject: rpms/audacious/FC-6 audacious-1.2.1-relative-links.patch, NONE, 1.1 audacious-1.2.1-shaded-skin.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 audacious.spec, 1.13, 1.14 sources, 1.5, 1.6 audacious-1.1.0-relative-links.patch, 1.2, NONE audacious-1.1.1-shaded-skin.patch, 1.1, NONE Message-ID: <200612021641.kB2GfSJd011348@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11323 Modified Files: .cvsignore audacious.spec sources Added Files: audacious-1.2.1-relative-links.patch audacious-1.2.1-shaded-skin.patch Removed Files: audacious-1.1.0-relative-links.patch audacious-1.1.1-shaded-skin.patch Log Message: - Update to 1.2.2 audacious-1.2.1-relative-links.patch: --- NEW FILE audacious-1.2.1-relative-links.patch --- diff -uNr audacious-1.2.1-orig/libaudacious/Makefile audacious-1.2.1/libaudacious/Makefile --- audacious-1.2.1-orig/libaudacious/Makefile 2006-10-29 11:35:12.000000000 +0100 +++ audacious-1.2.1/libaudacious/Makefile 2006-10-29 11:35:50.000000000 +0100 @@ -47,7 +47,7 @@ install-posthook: @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 - @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 \ + @ln -sf libaudacious$(SHARED_SUFFIX).4.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 - @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 \ + @ln -sf libaudacious$(SHARED_SUFFIX).4 \ ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) audacious-1.2.1-shaded-skin.patch: --- NEW FILE audacious-1.2.1-shaded-skin.patch --- diff -uNr audacious-1.2.1-orig/audacious/widgets/skin.c audacious-1.2.1/audacious/widgets/skin.c --- audacious-1.2.1-orig/audacious/widgets/skin.c 2006-10-29 11:35:14.000000000 +0100 +++ audacious-1.2.1/audacious/widgets/skin.c 2006-10-29 12:40:56.000000000 +0100 @@ -1795,7 +1795,7 @@ (i * 25) + 25, 0, 25, 14); /* right corner */ - skin_draw_pixmap(skin, drawable, gc, SKIN_PLEDIT, 99, focus ? 57 : 42, + skin_draw_pixmap(skin, drawable, gc, SKIN_PLEDIT, 99, focus ? 42 : 57, width - 50, 0, 50, 14); } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Sep 2006 20:17:34 -0000 1.5 +++ .cvsignore 2 Dec 2006 16:40:58 -0000 1.6 @@ -1 +1 @@ -audacious-fedora-1.1.2.tar.gz +audacious-1.2.2.tgz Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/audacious.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- audacious.spec 7 Nov 2006 15:04:23 -0000 1.13 +++ audacious.spec 2 Dec 2006 16:40:58 -0000 1.14 @@ -1,55 +1,62 @@ Name: audacious -Version: 1.1.2 -Release: 4%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia License: GPL URL: http://audacious-media-player.org/ -# The original source files contain various codecs which clash -# with the FE license guidelines. They are removed in the -fedora- -# file. -# Source0: http://audacious-media-player.org/beta/audacious-1.1.0-dr2.tgz -Source0: audacious-fedora-%{version}.tar.gz + +Source0: audacious-%{version}.tgz Patch0: audacious-1.1.0-xmms-skins.patch Patch1: audacious-1.1.0-default-skin.patch -Patch2: audacious-1.1.0-no-rpath.patch -Patch3: audacious-1.1.0-relative-links.patch -Patch4: audacious-1.1.0-quoting.patch -Patch5: audacious-1.1.0-amidi-backend.patch -Patch6: audacious-1.1.1-shaded-skin.patch +# Patch2: audacious-1.1.0-no-rpath.patch +Patch3: audacious-1.2.1-relative-links.patch +# Patch4: audacious-1.1.0-quoting.patch +# Patch5: audacious-1.1.0-amidi-backend.patch +Patch6: audacious-1.2.1-shaded-skin.patch Patch7: audacious-1.1.1-controlsocket-name.patch -Patch8: audacious-1.1.1-playlist-twenty.patch +# Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0 -BuildRequires: zlib-devel, desktop-file-utils >= 0.9, alsa-lib-devel -BuildRequires: gnome-vfs2-devel, libglade2-devel >= 2.4, libsidplay-devel -BuildRequires: libmpcdec-devel, libmusicbrainz-devel, GConf2-devel -BuildRequires: taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2 -BuildRequires: libvisual-devel >= 0.2, SDL-devel >= 1.2.9 -BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel -BuildRequires: arts-devel, libmodplug-devel, lirc-devel -BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel +BuildRequires: gtk2-devel >= 2.6 +BuildRequires: zlib-devel, desktop-file-utils >= 0.9 +BuildRequires: libglade2-devel >= 2.4 +BuildRequires: GConf2-devel +BuildRequires: gettext + +Requires: audacious-plugins >= 1.2.0 -Requires(post): desktop-file-utils >= 0.9, /sbin/ldconfig -Requires(postun): desktop-file-utils >= 0.9, /sbin/ldconfig +Requires(post): desktop-file-utils >= 0.9 +Requires(postun): desktop-file-utils >= 0.9 -Obsoletes: bmp <= 0.9.7.1, bmp-flac2 <= 009 -Provides: bmp = 0.9.7.1, bmp-flac2 = 009 +Obsoletes: bmp <= 0.9.7.1 +Provides: bmp = 0.9.7.1 %description Audacious is a media player that currently uses a skinned user interface based on Winamp 2.x skins. It is based on ("forked off") BMP. + +%package libs +Summary: Library files for Audacious +Group: System Environment/Libraries + +%description libs +Library files for Audacious + + %package devel Summary: Development files for Audacious Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: glib2-devel gtk2-devel gnome-vfs2-devel GConf2-devel +Requires: %{name}-libs = %{version}-%{release} +Requires: glib2-devel, gtk2-devel >= 2.6, GConf2-devel, libglade2-devel >= 2.4 Requires: pkgconfig +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + Obsoletes: bmp-devel <= 0.9.7.1 Provides: bmp-devel = 0.9.7.1 @@ -57,38 +64,8 @@ Development files for Audacious -%package jack -Summary: Audacious output plugin for JACK sound service -Group: Applications/Multimedia -Requires: %{name} = %{version}-%{release} - -%description jack -This package provides an Audacious output plugin that uses the -JACK sound service. - - -%package esd -Summary: Audacious output plugin for esd sound service -Group: Applications/Multimedia -Requires: %{name} = %{version}-%{release} - -%description esd -This package provides an Audacious output plugin that uses the -ESD sound server. - - -%package arts -Summary: Audacious output plugin for KDE arts sound service -Group: Applications/Multimedia -Requires: %{name} = %{version}-%{release} - -%description arts -This package provides an Audacious output plugin that uses the -KDE arts sound server. - - %prep -%setup -q -n %{name}-fedora-%{version} +%setup -q # Read xmms skins directory %patch0 -p1 -b .xmms-skins @@ -97,13 +74,13 @@ %patch1 -p1 -b .default-skin # No rpath in binaries -%patch2 -p1 -b .no-rpath +# %patch2 -p1 -b .no-rpath # Relative symlink paths %patch3 -p1 -b .relative-links # Filename quoting -%patch4 -p1 -b .quoting +# %patch4 -p1 -b .quoting # Amidi backends path # %patch5 -p1 -b .amidi-backend @@ -115,17 +92,15 @@ %patch7 -p1 -b controlsocket-name # Fix "%20" in playlist entries -%patch8 -p1 -b playlist-twenty +# %patch8 -p1 -b playlist-twenty %build %configure \ - --disable-rpath \ - --enable-gconf \ - --disable-gnome-vfs \ - --enable-amidiplug \ - --disable-amidiplug-dummy \ - --enable-chardet \ - --disable-dependency-tracking + --disable-rpath \ + --enable-gconf \ + --disable-gnome-vfs \ + --enable-chardet \ + --disable-dependency-tracking make V=1 %{?_smp_mflags} @@ -136,13 +111,17 @@ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ + --delete-original \ + --remove-mime-type audio/x-scpls \ + --remove-mime-type audio/x-mpegurl \ + --remove-mime-type audio/mpegurl \ --remove-mime-type audio/mp3 \ --remove-mime-type audio/x-mp3 \ --remove-mime-type audio/mpeg \ --remove-mime-type audio/x-mpeg \ - --delete-original \ + --remove-mime-type audio/x-wav \ + --remove-mime-type application/x-ogg \ + --remove-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/audacious.desktop install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps @@ -155,7 +134,6 @@ %post -/sbin/ldconfig update-desktop-database %{_datadir}/applications touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -164,55 +142,48 @@ %postun -/sbin/ldconfig update-desktop-database %{_datadir}/applications touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi +%post libs -p /sbin/ldconfig + +%postun libs -p /sbin/ldconfig + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/audacious %{_bindir}/audtool -%{_libdir}/*.so.* -%{_libdir}/audacious -%{_libdir}/amidi-plug %{_datadir}/audacious -%exclude %{_libdir}/audacious/Output/libjackout.so -%exclude %{_libdir}/audacious/Output/libarts.so -%exclude %{_libdir}/audacious/Output/libESD.so %{_mandir}/man[^3]/* %{_datadir}/applications/* %{_datadir}/icons/hicolor/48x48/apps/* +%files libs +%defattr(-,root,root,-) +%{_libdir}/*.so.* + %files devel %defattr(-,root,root,-) %{_includedir}/audacious %{_libdir}/*.so %{_libdir}/pkgconfig/* -%files jack -%defattr(-,root,root,-) -%{_libdir}/audacious/Output/libjackout.so - -%files arts -%defattr(-,root,root,-) -%{_bindir}/audacious-arts-helper -%{_libdir}/audacious/Output/libarts.so - -%files esd -%defattr(-,root,root,-) -%{_libdir}/audacious/Output/libESD.so - %changelog +* Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc6 +- Update to 1.2.2 +- Split off libaudacious into a separate package to handle the + (now externally provided and built) plugins better + * Tue Nov 7 2006 Ralf Ertzinger 1.1.2-4.fc6 - Disable gnome-vfs, it causes too much trouble - Add --enable-chardet - + * Wed Oct 18 2006 Ralf Ertzinger 1.1.2-2.fc6 - Add Obsoletes/Provides for BMP @@ -220,10 +191,10 @@ - Update to 1.1.2 * Thu Aug 17 2006 Ralf Ertzinger 1.1.1-6.fc6 -- Another go at the %20 problem +- Another go at the %%20 problem * Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 -- Fix %20 in playlist entries +- Fix %%20 in playlist entries * Sun Jul 30 2006 Ralf Ertzinger 1.1.1-3.fc6 - Bump for rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Sep 2006 20:17:34 -0000 1.5 +++ sources 2 Dec 2006 16:40:58 -0000 1.6 @@ -1 +1 @@ -066a2d88a4e2115a43b0c3c8e9008bf5 audacious-fedora-1.1.2.tar.gz +e774afbda04220e6e1b0a9bff350522e audacious-1.2.2.tgz --- audacious-1.1.0-relative-links.patch DELETED --- --- audacious-1.1.1-shaded-skin.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 17:18:34 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 2 Dec 2006 12:18:34 -0500 Subject: comps comps-fe5.xml.in, 1.207, 1.208 comps-fe6.xml.in, 1.234, 1.235 comps-fe7.xml.in, 1.35, 1.36 Message-ID: <200612021718.kB2HIYGv014555@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14531 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Add Django to comps under Web Development Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- comps-fe5.xml.in 1 Dec 2006 16:39:33 -0000 1.207 +++ comps-fe5.xml.in 2 Dec 2006 17:18:04 -0000 1.208 @@ -967,7 +967,9 @@ <_description>These packages are helpful when developing web applications or web pages. false true - + + Django + web-server Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- comps-fe6.xml.in 1 Dec 2006 16:39:33 -0000 1.234 +++ comps-fe6.xml.in 2 Dec 2006 17:18:04 -0000 1.235 @@ -1055,7 +1055,9 @@ <_description>These packages are helpful when developing web applications or web pages. false true - + + Django + web-server Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- comps-fe7.xml.in 1 Dec 2006 16:39:33 -0000 1.35 +++ comps-fe7.xml.in 2 Dec 2006 17:18:04 -0000 1.36 @@ -1056,7 +1056,9 @@ <_description>These packages are helpful when developing web applications or web pages. false true - + + Django + web-server From fedora-extras-commits at redhat.com Sat Dec 2 18:31:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:45 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List - New directory Message-ID: <200612021831.kB2IVjA2017984@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17980/perl-Gtk2-Ex-Simple-List Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 18:31:42 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:42 -0500 Subject: owners owners.list,1.2046,1.2047 Message-ID: <200612021831.kB2IVgC5017969@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17951 Modified Files: owners.list Log Message: added perl-Gtk2-Ex-Simple-List Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2046 retrieving revision 1.2047 diff -u -r1.2046 -r1.2047 --- owners.list 1 Dec 2006 16:42:40 -0000 1.2046 +++ owners.list 2 Dec 2006 18:31:12 -0000 1.2047 @@ -1506,6 +1506,7 @@ Fedora Extras|perl-GStreamer|GStreamer Perl module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2|Perl interface to the 2.x series of the Gimp Toolkit library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Ex-Dialogs|Useful tools for Gnome2/Gtk2 Perl GUI design|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Gtk2-Ex-Simple-List|Simple interface to Gtk2's complex MVC list widget|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Ex-Utils|Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-GladeXML|Perl interface to Gtk2 GladeXML|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com Fedora Extras|perl-Gtk2-Notify|Gtk2::Notify Perl module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 2 18:31:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:50 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel - New directory Message-ID: <200612021831.kB2IVov1017997@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17980/perl-Gtk2-Ex-Simple-List/devel Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 18:31:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:59 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612021831.kB2IVxaQ018027@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18021 Added Files: Makefile import.log Log Message: Setup of module perl-Gtk2-Ex-Simple-List --- NEW FILE Makefile --- # Top level Makefile for module perl-Gtk2-Ex-Simple-List all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 18:32:04 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:32:04 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612021832.kB2IW4mq018042@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18021/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gtk2-Ex-Simple-List --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 18:32:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:32:48 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List import.log,1.1,1.2 Message-ID: <200612021832.kB2IWml2018111@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18081 Modified Files: import.log Log Message: auto-import perl-Gtk2-Ex-Simple-List-0.50-1.fc6 on branch devel from perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 18:31:59 -0000 1.1 +++ import.log 2 Dec 2006 18:32:18 -0000 1.2 @@ -0,0 +1 @@ +perl-Gtk2-Ex-Simple-List-0_50-1_fc6:HEAD:perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm:1165084522 From fedora-extras-commits at redhat.com Sat Dec 2 18:32:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:32:48 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel perl-Gtk2-Ex-Simple-List.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612021832.kB2IWmkb018115@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18081/devel Modified Files: .cvsignore sources Added Files: perl-Gtk2-Ex-Simple-List.spec Log Message: auto-import perl-Gtk2-Ex-Simple-List-0.50-1.fc6 on branch devel from perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm --- NEW FILE perl-Gtk2-Ex-Simple-List.spec --- Name: perl-Gtk2-Ex-Simple-List Version: 0.50 Release: 1%{?dist} Summary: Simple interface to Gtk2's complex MVC list widget License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/ Source0: http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/Gtk2-Ex-Simple-List-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Gtk2) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. %prep %setup -q -n Gtk2-Ex-Simple-List-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Nov 30 2006 Chris Weyl 0.50-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 18:32:04 -0000 1.1 +++ .cvsignore 2 Dec 2006 18:32:18 -0000 1.2 @@ -0,0 +1 @@ +Gtk2-Ex-Simple-List-0.50.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 18:32:04 -0000 1.1 +++ sources 2 Dec 2006 18:32:18 -0000 1.2 @@ -0,0 +1 @@ +f66c71bbb794b699f0c3e8ca7cebc35b Gtk2-Ex-Simple-List-0.50.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 18:33:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:33:47 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel perl-Gtk2-Ex-Simple-List.spec, 1.1, 1.2 Message-ID: <200612021833.kB2IXl27018192@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18171 Modified Files: perl-Gtk2-Ex-Simple-List.spec Log Message: release bump Index: perl-Gtk2-Ex-Simple-List.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/perl-Gtk2-Ex-Simple-List.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gtk2-Ex-Simple-List.spec 2 Dec 2006 18:32:18 -0000 1.1 +++ perl-Gtk2-Ex-Simple-List.spec 2 Dec 2006 18:33:16 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Ex-Simple-List Version: 0.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple interface to Gtk2's complex MVC list widget License: LGPL Group: Development/Libraries @@ -49,5 +49,8 @@ %{_mandir}/man3/* %changelog +* Sat Dec 02 2006 Chris Weyl 0.50-2 +- bump + * Thu Nov 30 2006 Chris Weyl 0.50-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Sat Dec 2 19:04:40 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:04:40 -0500 Subject: rpms/global/devel .cvsignore, 1.8, 1.9 global.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <200612021904.kB2J4eZE021406@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21387 Modified Files: .cvsignore global.spec sources Log Message: new version 5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Aug 2006 11:02:46 -0000 1.8 +++ .cvsignore 2 Dec 2006 19:04:10 -0000 1.9 @@ -1 +1 @@ -global-5.2.tar.gz +global-5.3.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/devel/global.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- global.spec 30 Aug 2006 11:02:46 -0000 1.16 +++ global.spec 2 Dec 2006 19:04:10 -0000 1.17 @@ -1,5 +1,5 @@ Name: global -Version: 5.2 +Version: 5.3 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.2.tar.gz +Source: http://tamacom.com/global/global-5.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Sat Dec 2 2006 Gerard Milmeister - 5.3-1 +- new version 5.3 + * Wed Aug 30 2006 Gerard Milmeister - 5.2-1 - new version 5.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Aug 2006 11:02:46 -0000 1.8 +++ sources 2 Dec 2006 19:04:10 -0000 1.9 @@ -1 +1 @@ -f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz +f0f89b036f95472211772d38fe567b72 global-5.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:07:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:07:17 -0500 Subject: rpms/global/FC-5 .cvsignore, 1.8, 1.9 global.spec, 1.15, 1.16 sources, 1.8, 1.9 Message-ID: <200612021907.kB2J7HOZ021453@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21417/FC-5 Modified Files: .cvsignore global.spec sources Log Message: new version 5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Aug 2006 11:02:44 -0000 1.8 +++ .cvsignore 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -global-5.2.tar.gz +global-5.3.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/global.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- global.spec 30 Aug 2006 11:02:44 -0000 1.15 +++ global.spec 2 Dec 2006 19:06:47 -0000 1.16 @@ -1,5 +1,5 @@ Name: global -Version: 5.2 +Version: 5.3 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.2.tar.gz +Source: http://tamacom.com/global/global-5.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Sat Dec 2 2006 Gerard Milmeister - 5.3-1 +- new version 5.3 + * Wed Aug 30 2006 Gerard Milmeister - 5.2-1 - new version 5.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Aug 2006 11:02:44 -0000 1.8 +++ sources 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz +f0f89b036f95472211772d38fe567b72 global-5.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:07:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:07:17 -0500 Subject: rpms/global/FC-6 .cvsignore, 1.8, 1.9 global.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <200612021907.kB2J7His021458@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21417/FC-6 Modified Files: .cvsignore global.spec sources Log Message: new version 5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Aug 2006 11:02:46 -0000 1.8 +++ .cvsignore 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -global-5.2.tar.gz +global-5.3.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-6/global.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- global.spec 30 Aug 2006 11:02:46 -0000 1.16 +++ global.spec 2 Dec 2006 19:06:47 -0000 1.17 @@ -1,5 +1,5 @@ Name: global -Version: 5.2 +Version: 5.3 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.2.tar.gz +Source: http://tamacom.com/global/global-5.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Sat Dec 2 2006 Gerard Milmeister - 5.3-1 +- new version 5.3 + * Wed Aug 30 2006 Gerard Milmeister - 5.2-1 - new version 5.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Aug 2006 11:02:46 -0000 1.8 +++ sources 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz +f0f89b036f95472211772d38fe567b72 global-5.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:10:15 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 14:10:15 -0500 Subject: rpms/gqview/devel .cvsignore, 1.7, 1.8 gqview.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200612021910.kB2JAFMo021605@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21586 Modified Files: .cvsignore gqview.spec sources Log Message: * Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 - update to 2.0.4 (bug-fixes) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Nov 2006 17:05:41 -0000 1.7 +++ .cvsignore 2 Dec 2006 19:09:44 -0000 1.8 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/gqview.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gqview.spec 4 Nov 2006 17:10:24 -0000 1.12 +++ gqview.spec 2 Dec 2006 19:09:44 -0000 1.13 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Nov 2006 17:05:41 -0000 1.8 +++ sources 2 Dec 2006 19:09:44 -0000 1.9 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:22:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:22:33 -0500 Subject: rpms/xaos/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xaos.spec, 1.3, 1.4 Message-ID: <200612021922.kB2JMXi1021827@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751/FC-5 Modified Files: .cvsignore sources xaos.spec Log Message: new version 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 22:41:58 -0000 1.3 +++ .cvsignore 2 Dec 2006 19:22:03 -0000 1.4 @@ -1 +1 @@ -XaoS-3.2.2.tar.gz +XaoS-3.2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 22:41:58 -0000 1.3 +++ sources 2 Dec 2006 19:22:03 -0000 1.4 @@ -1 +1 @@ -bd347d6be1ff7e4f7a81975d82c36921 XaoS-3.2.2.tar.gz +f1d9a9f3d2097906754b8824ba925e64 XaoS-3.2.3.tar.gz Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-5/xaos.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xaos.spec 5 Nov 2006 22:41:58 -0000 1.3 +++ xaos.spec 2 Dec 2006 19:22:03 -0000 1.4 @@ -1,12 +1,12 @@ Name: xaos -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia License: GPL URL: http://xaos.sourceforge.net -Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.2.tar.gz +Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.3.tar.gz Source1: xaos.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: slang-devel @@ -39,7 +39,7 @@ %prep -%setup0 -q -n XaoS +%setup0 -q -n XaoS-%version # disable stripping binaries when installing sed -i 's| -s | |' Makefile.in @@ -120,6 +120,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.2.3-1 +- new version 3.2.3 + * Sun Nov 5 2006 Gerard Milmeister - 3.2.2-1 - new version 3.2.2 From fedora-extras-commits at redhat.com Sat Dec 2 19:22:34 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:22:34 -0500 Subject: rpms/xaos/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xaos.spec, 1.4, 1.5 Message-ID: <200612021922.kB2JMYIc021836@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751/devel Modified Files: .cvsignore sources xaos.spec Log Message: new version 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 22:41:59 -0000 1.3 +++ .cvsignore 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -XaoS-3.2.2.tar.gz +XaoS-3.2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 22:41:59 -0000 1.3 +++ sources 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -bd347d6be1ff7e4f7a81975d82c36921 XaoS-3.2.2.tar.gz +f1d9a9f3d2097906754b8824ba925e64 XaoS-3.2.3.tar.gz Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/xaos.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xaos.spec 5 Nov 2006 22:41:59 -0000 1.4 +++ xaos.spec 2 Dec 2006 19:22:04 -0000 1.5 @@ -1,12 +1,12 @@ Name: xaos -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia License: GPL URL: http://xaos.sourceforge.net -Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.2.tar.gz +Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.3.tar.gz Source1: xaos.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: slang-devel @@ -39,7 +39,7 @@ %prep -%setup0 -q -n XaoS +%setup0 -q -n XaoS-%version # disable stripping binaries when installing sed -i 's| -s | |' Makefile.in @@ -120,6 +120,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.2.3-1 +- new version 3.2.3 + * Sun Nov 5 2006 Gerard Milmeister - 3.2.2-1 - new version 3.2.2 From fedora-extras-commits at redhat.com Sat Dec 2 19:22:34 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:22:34 -0500 Subject: rpms/xaos/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xaos.spec, 1.4, 1.5 Message-ID: <200612021922.kB2JMYSf021832@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751/FC-6 Modified Files: .cvsignore sources xaos.spec Log Message: new version 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 21:53:17 -0000 1.3 +++ .cvsignore 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -XaoS-3.2.2.tar.gz +XaoS-3.2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 21:53:17 -0000 1.3 +++ sources 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -bd347d6be1ff7e4f7a81975d82c36921 XaoS-3.2.2.tar.gz +f1d9a9f3d2097906754b8824ba925e64 XaoS-3.2.3.tar.gz Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-6/xaos.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xaos.spec 5 Nov 2006 21:53:17 -0000 1.4 +++ xaos.spec 2 Dec 2006 19:22:04 -0000 1.5 @@ -1,12 +1,12 @@ Name: xaos -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia License: GPL URL: http://xaos.sourceforge.net -Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.2.tar.gz +Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.3.tar.gz Source1: xaos.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: slang-devel @@ -39,7 +39,7 @@ %prep -%setup0 -q -n XaoS +%setup0 -q -n XaoS-%version # disable stripping binaries when installing sed -i 's| -s | |' Makefile.in @@ -120,6 +120,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.2.3-1 +- new version 3.2.3 + * Sun Nov 5 2006 Gerard Milmeister - 3.2.2-1 - new version 3.2.2 From fedora-extras-commits at redhat.com Sat Dec 2 19:29:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:29:39 -0500 Subject: rpms/pari/devel .cvsignore, 1.2, 1.3 pari.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612021929.kB2JTdQv022020@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21999 Modified Files: .cvsignore pari.spec sources Log Message: new version 2.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 May 2006 17:25:12 -0000 1.2 +++ .cvsignore 2 Dec 2006 19:29:09 -0000 1.3 @@ -1 +1 @@ -pari-2.3.0.tar.gz +pari-2.3.1.tar.gz Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pari.spec 28 Aug 2006 09:15:42 -0000 1.3 +++ pari.spec 2 Dec 2006 19:29:09 -0000 1.4 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.0 -Release: 4%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -20,7 +20,7 @@ BuildRequires: xorg-x11-devel %endif Requires: tetex-xdvi -ExcludeArch: ppc +#ExcludeArch: ppc %description PARI is a widely used computer algebra system designed for fast @@ -167,6 +167,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.3.1-1 +- new version 2.3.1 + * Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 May 2006 17:25:12 -0000 1.2 +++ sources 2 Dec 2006 19:29:09 -0000 1.3 @@ -1 +1 @@ -ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz +89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:36:54 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:36:54 -0500 Subject: owners owners.list,1.2047,1.2048 Message-ID: <200612021936.kB2JasPa022128@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22110 Modified Files: owners.list Log Message: added perl-Gnome2-VFS Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2047 retrieving revision 1.2048 diff -u -r1.2047 -r1.2048 --- owners.list 2 Dec 2006 18:31:12 -0000 1.2047 +++ owners.list 2 Dec 2006 19:36:23 -0000 1.2048 @@ -1500,6 +1500,7 @@ Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com Fedora Extras|perl-Gnome2-GConf|Perl wrappers for the GConf configuration engine|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Print|Perl wrappers for the Gnome Print utilities|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Gnome2-VFS|Perl interface to the 2.x series of the GNOME VFS library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 2 19:36:57 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:36:57 -0500 Subject: rpms/perl-Gnome2-VFS - New directory Message-ID: <200612021936.kB2JavBL022143@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22139/perl-Gnome2-VFS Log Message: Directory /cvs/extras/rpms/perl-Gnome2-VFS added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 19:37:03 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:37:03 -0500 Subject: rpms/perl-Gnome2-VFS/devel - New directory Message-ID: <200612021937.kB2Jb3WR022157@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22139/perl-Gnome2-VFS/devel Log Message: Directory /cvs/extras/rpms/perl-Gnome2-VFS/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 19:37:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:37:11 -0500 Subject: rpms/perl-Gnome2-VFS Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612021937.kB2JbBL9022191@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22185 Added Files: Makefile import.log Log Message: Setup of module perl-Gnome2-VFS --- NEW FILE Makefile --- # Top level Makefile for module perl-Gnome2-VFS all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 19:37:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:37:16 -0500 Subject: rpms/perl-Gnome2-VFS/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612021937.kB2JbG63022206@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22185/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gnome2-VFS --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 19:38:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:38:00 -0500 Subject: rpms/perl-Gnome2-VFS import.log,1.1,1.2 Message-ID: <200612021938.kB2Jc0q3022277@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22245 Modified Files: import.log Log Message: auto-import perl-Gnome2-VFS-1.061-1.fc6 on branch devel from perl-Gnome2-VFS-1.061-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 19:37:11 -0000 1.1 +++ import.log 2 Dec 2006 19:37:30 -0000 1.2 @@ -0,0 +1 @@ +perl-Gnome2-VFS-1_061-1_fc6:HEAD:perl-Gnome2-VFS-1.061-1.fc6.src.rpm:1165088436 From fedora-extras-commits at redhat.com Sat Dec 2 19:38:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:38:01 -0500 Subject: rpms/perl-Gnome2-VFS/devel perl-Gnome2-VFS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612021938.kB2Jc1W4022281@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22245/devel Modified Files: .cvsignore sources Added Files: perl-Gnome2-VFS.spec Log Message: auto-import perl-Gnome2-VFS-1.061-1.fc6 on branch devel from perl-Gnome2-VFS-1.061-1.fc6.src.rpm --- NEW FILE perl-Gnome2-VFS.spec --- Name: perl-Gnome2-VFS Version: 1.061 Release: 1%{?dist} Summary: Perl interface to the 2.x series of the GNOME VFS library License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/Gnome2-VFS/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-VFS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl ## non-core BuildRequires: perl(ExtUtils::Depends) >= 0.20 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: perl(Glib) >= 1.120 BuildRequires: gnome-vfs2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module allows you to interface with the GNOME Virtual File System library. It provides the means to transparently access files on all kinds of filesystems. %prep %setup -q -n Gnome2-VFS-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog doctypes LICENSE NEWS README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gnome2* %{_mandir}/man3/* %changelog * Wed Nov 29 2006 Chris Weyl 1.061-1 - updated to 1.061 * Sun Aug 13 2006 Chris Weyl 1.060-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 19:37:16 -0000 1.1 +++ .cvsignore 2 Dec 2006 19:37:31 -0000 1.2 @@ -0,0 +1 @@ +Gnome2-VFS-1.061.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 19:37:16 -0000 1.1 +++ sources 2 Dec 2006 19:37:31 -0000 1.2 @@ -0,0 +1 @@ +2a9b4f0f380873265bd87754e5f17719 Gnome2-VFS-1.061.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:39:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:39:32 -0500 Subject: rpms/perl-Gnome2-VFS/devel perl-Gnome2-VFS.spec,1.1,1.2 Message-ID: <200612021939.kB2JdW0j022355@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22338 Modified Files: perl-Gnome2-VFS.spec Log Message: release bump Index: perl-Gnome2-VFS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/devel/perl-Gnome2-VFS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gnome2-VFS.spec 2 Dec 2006 19:37:31 -0000 1.1 +++ perl-Gnome2-VFS.spec 2 Dec 2006 19:39:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gnome2-VFS Version: 1.061 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the 2.x series of the GNOME VFS library License: LGPL Group: Development/Libraries @@ -61,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 02 2006 Chris Weyl 1.061-2 +- bump + * Wed Nov 29 2006 Chris Weyl 1.061-1 - updated to 1.061 From fedora-extras-commits at redhat.com Sat Dec 2 20:18:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:25 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array - New directory Message-ID: <200612022018.kB2KIPGX025643@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639/php-pear-Structures-DataGrid-DataSource-Array Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 20:18:31 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:31 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel - New directory Message-ID: <200612022018.kB2KIV2H025656@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639/php-pear-Structures-DataGrid-DataSource-Array/devel Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 20:18:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:43 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612022018.kB2KIhDj025691@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25685 Added Files: Makefile import.log Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-Array --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Structures-DataGrid-DataSource-Array all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 20:18:48 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:48 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612022018.kB2KImkw025706@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25685/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-Array --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 20:19:36 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:19:36 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array import.log, 1.1, 1.2 Message-ID: <200612022019.kB2KJaFC025785@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25750 Modified Files: import.log Log Message: auto-import php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 20:18:43 -0000 1.1 +++ import.log 2 Dec 2006 20:19:06 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Structures-DataGrid-DataSource-Array-0_1_0-1:HEAD:php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1.src.rpm:1165090931 From fedora-extras-commits at redhat.com Sat Dec 2 20:19:37 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:19:37 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel php-pear-Structures-DataGrid-DataSource-Array.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612022019.kB2KJbxb025789@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25750/devel Modified Files: .cvsignore sources Added Files: php-pear-Structures-DataGrid-DataSource-Array.spec Log Message: auto-import php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1.src.rpm --- NEW FILE php-pear-Structures-DataGrid-DataSource-Array.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Structures_DataGrid_DataSource_Array Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 Release: 1%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) php-pear(Structures_DataGrid) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is a DataSource driver for Structures_DataGrid using arrays. It is a base package for some other DataSource drivers like CSV or XML. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/DataSource %changelog * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 20:18:48 -0000 1.1 +++ .cvsignore 2 Dec 2006 20:19:07 -0000 1.2 @@ -0,0 +1 @@ +Structures_DataGrid_DataSource_Array-0.1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 20:18:48 -0000 1.1 +++ sources 2 Dec 2006 20:19:07 -0000 1.2 @@ -0,0 +1 @@ +9f9a76d291ee8d99134c71173bb84bdb Structures_DataGrid_DataSource_Array-0.1.0.tgz From fedora-extras-commits at redhat.com Sat Dec 2 20:22:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:22:14 -0500 Subject: owners owners.list,1.2048,1.2049 Message-ID: <200612022022.kB2KMEtQ025879@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25858 Modified Files: owners.list Log Message: php-pear-Structures-DataGrid-DataSource-Array Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2048 retrieving revision 1.2049 diff -u -r1.2048 -r1.2049 --- owners.list 2 Dec 2006 19:36:23 -0000 1.2048 +++ owners.list 2 Dec 2006 20:21:44 -0000 1.2049 @@ -1870,6 +1870,7 @@ Fedora Extras|php-pear-Services-Weather|Interface to various online weather-services Description|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-SOAP|Simple Object Access Protocol (SOAP) Client/Server for PHP|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid|A tabular structure for converting data|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Structures-DataGrid-DataSource-Array|DataSource driver using arrays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-DataObject|DataSource driver using PEAR::DB_DataObject|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Pager|Renderer driver using PEAR::Pager|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Smarty|Renderer driver using Smarty|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 2 21:05:28 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:05:28 -0500 Subject: rpms/njb-sharp/devel njb-sharp.spec,1.1,1.2 Message-ID: <200612022105.kB2L5SlT029095@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29080 Modified Files: njb-sharp.spec Log Message: Dropping FC-5 Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/devel/njb-sharp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- njb-sharp.spec 22 Nov 2006 19:48:01 -0000 1.1 +++ njb-sharp.spec 2 Dec 2006 21:04:58 -0000 1.2 @@ -1,14 +1,6 @@ -# This is only a temporary fix until FC5 is brought in -# line with FC6. -%if "%{?fedora}" == "5" -%define monodir %{_prefix}/lib -%else -%define monodir %{_libdir} -%endif - Name: njb-sharp Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -35,9 +27,7 @@ %prep %setup -q -%if "%{?fedora}" > "5" %patch0 -p1 -%endif %build %configure @@ -48,11 +38,11 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -rm -f %{buildroot}%{monodir}/%{name}/*.a -cat > %{buildroot}%{monodir}/%{name}/%{name}.dll.config << EOF +rm -f %{buildroot}%{_libdir}/%{name}/*.a +cat > %{buildroot}%{_libdir}/%{name}/%{name}.dll.config << EOF - + EOF @@ -69,14 +59,17 @@ %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README -%{monodir}/%{name} -%{monodir}/monodoc/sources/* +%{_libdir}/%{name} +%{_libdir}/monodoc/sources/* %files devel %defattr(-,root,root) -%{monodir}/pkgconfig/* +%{_libdir}/pkgconfig/* %changelog +* Sat Dec 2 2006 Linus Walleij 0.3.0-6 +- Dropping FC-5, it's too broken in monoland. + * Sat Oct 21 2006 Linus Walleij 0.3.0-5 - More picking around in the spec... From fedora-extras-commits at redhat.com Sat Dec 2 21:06:50 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:06:50 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS - New directory Message-ID: <200612022106.kB2L6oIv029192@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/php-pear-Structures-DataGrid-DataSource-RSS Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 21:06:55 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:06:55 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel - New directory Message-ID: <200612022106.kB2L6tJ7029219@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/php-pear-Structures-DataGrid-DataSource-RSS/devel Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 21:07:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:07:09 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612022107.kB2L79bR029259@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29251 Added Files: Makefile import.log Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-RSS --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Structures-DataGrid-DataSource-RSS all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 21:07:15 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:07:15 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612022107.kB2L7Fqx029274@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29251/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-RSS --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 21:07:24 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:07:24 -0500 Subject: rpms/njb-sharp/FC-6 njb-sharp.spec,1.1,1.2 Message-ID: <200612022107.kB2L7Oex029298@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29176 Modified Files: njb-sharp.spec Log Message: Dropping FC-5. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/FC-6/njb-sharp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- njb-sharp.spec 22 Nov 2006 19:48:01 -0000 1.1 +++ njb-sharp.spec 2 Dec 2006 21:06:54 -0000 1.2 @@ -1,14 +1,6 @@ -# This is only a temporary fix until FC5 is brought in -# line with FC6. -%if "%{?fedora}" == "5" -%define monodir %{_prefix}/lib -%else -%define monodir %{_libdir} -%endif - Name: njb-sharp Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -35,9 +27,7 @@ %prep %setup -q -%if "%{?fedora}" > "5" %patch0 -p1 -%endif %build %configure @@ -48,11 +38,11 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -rm -f %{buildroot}%{monodir}/%{name}/*.a -cat > %{buildroot}%{monodir}/%{name}/%{name}.dll.config << EOF +rm -f %{buildroot}%{_libdir}/%{name}/*.a +cat > %{buildroot}%{_libdir}/%{name}/%{name}.dll.config << EOF - + EOF @@ -69,14 +59,17 @@ %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README -%{monodir}/%{name} -%{monodir}/monodoc/sources/* +%{_libdir}/%{name} +%{_libdir}/monodoc/sources/* %files devel %defattr(-,root,root) -%{monodir}/pkgconfig/* +%{_libdir}/pkgconfig/* %changelog +* Sat Dec 2 2006 Linus Walleij 0.3.0-6 +- Dropping FC-5, it's too broken in monoland. + * Sat Oct 21 2006 Linus Walleij 0.3.0-5 - More picking around in the spec... From fedora-extras-commits at redhat.com Sat Dec 2 21:08:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:08:03 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel php-pear-Structures-DataGrid-DataSource-RSS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612022108.kB2L83pC029392@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29318/devel Modified Files: .cvsignore sources Added Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: auto-import php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1.src.rpm --- NEW FILE php-pear-Structures-DataGrid-DataSource-RSS.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Structures_DataGrid_DataSource_RSS Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 Release: 1%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) php-pear(XML_RSS) Requires: php-pear(Structures_DataGrid_DataSource_Array) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is a DataSource driver for Structures_DataGrid using RSS files. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/DataSource %changelog * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 21:07:14 -0000 1.1 +++ .cvsignore 2 Dec 2006 21:07:33 -0000 1.2 @@ -0,0 +1 @@ +Structures_DataGrid_DataSource_RSS-0.1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 21:07:14 -0000 1.1 +++ sources 2 Dec 2006 21:07:33 -0000 1.2 @@ -0,0 +1 @@ +cdde39675c40e059281b5a727df23d8a Structures_DataGrid_DataSource_RSS-0.1.0.tgz From fedora-extras-commits at redhat.com Sat Dec 2 21:08:02 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:08:02 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS import.log, 1.1, 1.2 Message-ID: <200612022108.kB2L82PA029388@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29318 Modified Files: import.log Log Message: auto-import php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 21:07:09 -0000 1.1 +++ import.log 2 Dec 2006 21:07:32 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Structures-DataGrid-DataSource-RSS-0_1_0-1:HEAD:php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1.src.rpm:1165093837 From fedora-extras-commits at redhat.com Sat Dec 2 21:09:57 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:09:57 -0500 Subject: owners owners.list,1.2049,1.2050 Message-ID: <200612022109.kB2L9v72029451@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29436 Modified Files: owners.list Log Message: php-pear-Structures-DataGrid-DataSource-RSS Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2049 retrieving revision 1.2050 diff -u -r1.2049 -r1.2050 --- owners.list 2 Dec 2006 20:21:44 -0000 1.2049 +++ owners.list 2 Dec 2006 21:09:27 -0000 1.2050 @@ -1872,6 +1872,7 @@ Fedora Extras|php-pear-Structures-DataGrid|A tabular structure for converting data|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-Array|DataSource driver using arrays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-DataObject|DataSource driver using PEAR::DB_DataObject|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Structures-DataGrid-DataSource-RSS|DataSource driver using RSS files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Pager|Renderer driver using PEAR::Pager|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Smarty|Renderer driver using Smarty|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Validate|Validation Class for Various Data Types|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 2 21:11:01 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:11:01 -0500 Subject: rpms/njb-sharp/FC-5 Makefile, 1.1, NONE branch, 1.1, NONE njb-sharp.patch, 1.1, NONE njb-sharp.spec, 1.2, NONE sources, 1.2, NONE Message-ID: <200612022111.kB2LB1K3029511@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29505 Removed Files: Makefile branch njb-sharp.patch njb-sharp.spec sources Log Message: Dropping FC-5 --- Makefile DELETED --- --- branch DELETED --- --- njb-sharp.patch DELETED --- --- njb-sharp.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 21:14:17 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:14:17 -0500 Subject: rpms/njb-sharp/FC-5 .cvsignore,1.2,NONE Message-ID: <200612022114.kB2LEHuU029601@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29552/FC-5 Removed Files: .cvsignore Log Message: Dropping FC-5 --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 21:14:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 2 Dec 2006 16:14:46 -0500 Subject: rpms/vdradmin-am/FC-6 vdradmin-am.rwtab, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdradmin-am.spec, 1.2, 1.3 Message-ID: <200612022114.kB2LEksC029636@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29567/FC-6 Modified Files: .cvsignore sources vdradmin-am.spec Added Files: vdradmin-am.rwtab Log Message: * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. --- NEW FILE vdradmin-am.rwtab --- empty /var/cache/vdradmin files /var/lib/vdradmin Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Oct 2006 09:23:37 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:14:16 -0000 1.3 @@ -1 +1 @@ -vdradmin-am-3.4.7.tar.bz2 +vdradmin-am-3.5.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Oct 2006 09:23:37 -0000 1.2 +++ sources 2 Dec 2006 21:14:16 -0000 1.3 @@ -1 +1 @@ -b3f862dfa078bdef05b52a841850c65a vdradmin-am-3.4.7.tar.bz2 +95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/vdradmin-am.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vdradmin-am.spec 25 Oct 2006 09:25:54 -0000 1.2 +++ vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.3 @@ -3,8 +3,8 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.4.7 -Release: 3%{?dist} +Version: 3.5.1 +Release: 1%{?dist} Summary: Web interface for VDR Group: Applications/Internet @@ -13,6 +13,7 @@ Source0: http://andreas.vdr-developer.org/download/%{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}-httpd.conf +Source3: %{name}.rwtab Patch0: %{name}-3.4.5a-proctitle.patch Patch1: %{name}-3.4.7-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -37,7 +38,8 @@ %{__perl} -pi -e \ 's|"/video"|"%{videodir}"| ; s|^(\$CONFIG\{VDRCONFDIR\}\s*=\s*")[^"]*(.*)|$1%{configdir}$2| ; - s|\$CONFIG\{VIDEODIR\}/epg\.data|%{cachedir}/epg.data|' \ + s|\$CONFIG\{VIDEODIR\}/epg\.data|%{cachedir}/epg.data| ; + s|-s \$AT_FILENAME |-f \$AT_FILENAME|' \ vdradmind.pl %{__perl} -pi -e \ 's/vdradmind\.pl/vdradmind/g ; s/(TH vdradmin )1/${1}8/' vdradmind.pl.1 @@ -69,6 +71,7 @@ install -dm 755 $RPM_BUILD_ROOT/var/{cache,log,run}/vdradmin install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/vdradmind chmod 755 $RPM_BUILD_ROOT%{_initrddir}/vdradmind +install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/%{name} %find_lang vdradmin @@ -100,7 +103,8 @@ %files -f vdradmin.lang %defattr(-,root,root,-) %doc COPYING CREDITS FAQ HISTORY INSTALL README* contrib/*example convert.pl -%doc %{name}-httpd.conf +%doc %{name}-httpd.conf autotimer2searchtimer.pl +%config(noreplace) %{_sysconfdir}/rwtab.d/%{name} %{_initrddir}/vdradmind %{_sbindir}/vdradmind /usr/share/vdradmin/ @@ -114,6 +118,13 @@ %changelog +* Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 +- 3.5.1. +- Add read only root/temporary state config. + +* Fri Nov 10 2006 Ville Skytt?? - 3.5.0-1 +- 3.5.0, patch to retain autotimer functionality by default on upgrades. + * Wed Oct 25 2006 Ville Skytt?? - 3.4.7-3 - Improve description (#211043). From fedora-extras-commits at redhat.com Sat Dec 2 21:14:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 2 Dec 2006 16:14:46 -0500 Subject: rpms/vdradmin-am/devel vdradmin-am.rwtab, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdradmin-am.spec, 1.3, 1.4 Message-ID: <200612022114.kB2LEkRv029641@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29567/devel Modified Files: .cvsignore sources vdradmin-am.spec Added Files: vdradmin-am.rwtab Log Message: * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. --- NEW FILE vdradmin-am.rwtab --- empty /var/cache/vdradmin files /var/lib/vdradmin Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Nov 2006 20:41:05 -0000 1.3 +++ .cvsignore 2 Dec 2006 21:14:16 -0000 1.4 @@ -1 +1 @@ -vdradmin-am-3.5.0.tar.bz2 +vdradmin-am-3.5.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Nov 2006 20:41:05 -0000 1.3 +++ sources 2 Dec 2006 21:14:16 -0000 1.4 @@ -1 +1 @@ -945102178caec3f0012dc3aaffcf1014 vdradmin-am-3.5.0.tar.bz2 +95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/vdradmin-am.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vdradmin-am.spec 10 Nov 2006 20:41:05 -0000 1.3 +++ vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.4 @@ -3,7 +3,7 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: Web interface for VDR @@ -13,6 +13,7 @@ Source0: http://andreas.vdr-developer.org/download/%{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}-httpd.conf +Source3: %{name}.rwtab Patch0: %{name}-3.4.5a-proctitle.patch Patch1: %{name}-3.4.7-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -70,6 +71,7 @@ install -dm 755 $RPM_BUILD_ROOT/var/{cache,log,run}/vdradmin install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/vdradmind chmod 755 $RPM_BUILD_ROOT%{_initrddir}/vdradmind +install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/%{name} %find_lang vdradmin @@ -102,6 +104,7 @@ %defattr(-,root,root,-) %doc COPYING CREDITS FAQ HISTORY INSTALL README* contrib/*example convert.pl %doc %{name}-httpd.conf autotimer2searchtimer.pl +%config(noreplace) %{_sysconfdir}/rwtab.d/%{name} %{_initrddir}/vdradmind %{_sbindir}/vdradmind /usr/share/vdradmin/ @@ -115,6 +118,10 @@ %changelog +* Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 +- 3.5.1. +- Add read only root/temporary state config. + * Fri Nov 10 2006 Ville Skytt?? - 3.5.0-1 - 3.5.0, patch to retain autotimer functionality by default on upgrades. From fedora-extras-commits at redhat.com Sat Dec 2 21:19:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 16:19:41 -0500 Subject: rpms/TurboGears/FC-6 TurboGears-setuptools.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 TurboGears.spec, 1.6, 1.7 sources, 1.4, 1.5 TurboGears-1.0b1-setuptools.patch, 1.1, NONE Message-ID: <200612022119.kB2LJfSK029830@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29805 Modified Files: .cvsignore TurboGears.spec sources Added Files: TurboGears-setuptools.patch Removed Files: TurboGears-1.0b1-setuptools.patch Log Message: - 1.0b2 - Update the setuptools patch - Add python-TestGears back to Requires TurboGears-setuptools.patch: --- NEW FILE TurboGears-setuptools.patch --- --- setup.py.orig 2006-12-02 00:14:03.000000000 -0500 +++ setup.py 2006-12-02 00:16:52.000000000 -0500 @@ -34,20 +34,7 @@ The latest development version is available in the TurboGears subversion repository.""", url="http://www.turbogears.org", zip_safe=False, - install_requires = [ - "TurboJson >= 0.9.9", - "TurboCheetah >= 0.9.5", - "TurboKid >= 0.9.8", - "CherryPy >= 2.2.1,<3.0.0alpha", - "simplejson >= 1.3", - "elementtree >= 1.2.6", - "PasteScript >= 0.9.7", - "cElementTree >= 1.0.5", - "FormEncode >= 0.5.1", - "setuptools >= 0.6c2", - "RuleDispatch", - "ConfigObj >= 4.3.2", - "nose >= 0.9"], + install_requires = [], packages=find_packages(), include_package_data=True, exclude_package_data={"thirdparty" : ["*"]}, Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TurboGears/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Oct 2006 15:21:43 -0000 1.4 +++ .cvsignore 2 Dec 2006 21:19:11 -0000 1.5 @@ -1 +1 @@ -TurboGears-1.0b1.tar.gz +TurboGears-1.0b2.tar.gz Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/FC-6/TurboGears.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- TurboGears.spec 21 Nov 2006 19:55:55 -0000 1.6 +++ TurboGears.spec 2 Dec 2006 21:19:11 -0000 1.7 @@ -2,21 +2,21 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0b1 -Release: 2%{?dist} +Version: 1.0b2 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages License: MIT URL: http://www.turbogears.org Source0: http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-setuptools.patch +Patch0: %{name}-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools >= 0.6c2 -Requires: python-kid >= 0.8 python-cherrypy >= 2.1.1 +Requires: python-kid >= 0.8 python-cherrypy >= 2.2.1 Requires: python-sqlobject >= 0.7 python-formencode >= 0.5.1 Requires: python-json >= 3.3 python-elementtree >= 1.2.6 Requires: python-setuptools >= 0.6a11 @@ -24,7 +24,7 @@ Requires: python-turbokid >= 0.9.8 python-tgfastdata Requires: python-simplejson >= 1.3 python-paste-script >= 0.9.7 Requires: python-configobj >= 4.3.2 python-ruledispatch -Requires: python-nose >= 0.9 python-psycopg +Requires: python-nose >= 0.9 python-psycopg python-TestGears %description TurboGears brings together four major pieces to create an @@ -76,6 +76,11 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 2 2006 Luke Macken 1.0b2-1 +- 1.0b2 +- Update the setuptools patch +- Add python-TestGears back to Requires + * Fri Nov 21 2006 Luke Macken 1.0b1-2 - Add python-psycopg to Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/TurboGears/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Oct 2006 15:21:43 -0000 1.4 +++ sources 2 Dec 2006 21:19:11 -0000 1.5 @@ -1 +1 @@ -667a84671d1ce3639ba11d8e73462639 TurboGears-1.0b1.tar.gz +aff6ab4008557c21fde2ff8c07f4dc45 TurboGears-1.0b2.tar.gz --- TurboGears-1.0b1-setuptools.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 21:50:31 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:50:31 -0500 Subject: rpms/php-pear-XML-Util/FC-5 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Util.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612022150.kB2LoVTH030049@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997/FC-5 Modified Files: .cvsignore php-pear-XML-Util.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 03:02:27 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -XML_Util-1.1.1.tgz +XML_Util-1.1.2.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/php-pear-XML-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-XML-Util.spec 17 Oct 2006 03:02:27 -0000 1.1 +++ php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: XML utility class @@ -10,10 +10,11 @@ License: PHP License URL: http://pear.php.net/package/XML_Util Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -53,7 +55,7 @@ mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Fix end of line encoding -dos2unix docdir/%{pear_name}/examples/example*.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example*.php # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* @@ -81,10 +83,16 @@ %files %defattr(-,root,root,-) %doc %{pear_name}-%{version}/docdir/%{pear_name}/* +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/XML/Util.php %changelog -* Sat Oct 14 2006 Christoper Stone 1.1.1-1 +* Sat Dec 02 2006 Christopher Stone 1.1.2-1 +- Upstream sync +- Add php license to %%doc +- Replace dos2unix with sed + +* Sat Oct 14 2006 Christopher Stone 1.1.1-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 03:02:27 -0000 1.2 +++ sources 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -528278996240d47a07e4273fb7bde841 XML_Util-1.1.1.tgz +b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 21:50:37 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:50:37 -0500 Subject: rpms/php-pear-XML-Util/devel PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Util.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612022150.kB2Lob7D030059@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997/devel Modified Files: .cvsignore php-pear-XML-Util.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 03:02:27 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:50:07 -0000 1.3 @@ -1 +1 @@ -XML_Util-1.1.1.tgz +XML_Util-1.1.2.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/php-pear-XML-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-XML-Util.spec 17 Oct 2006 03:02:27 -0000 1.1 +++ php-pear-XML-Util.spec 2 Dec 2006 21:50:07 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: XML utility class @@ -10,10 +10,11 @@ License: PHP License URL: http://pear.php.net/package/XML_Util Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -53,7 +55,7 @@ mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Fix end of line encoding -dos2unix docdir/%{pear_name}/examples/example*.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example*.php # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* @@ -81,10 +83,16 @@ %files %defattr(-,root,root,-) %doc %{pear_name}-%{version}/docdir/%{pear_name}/* +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/XML/Util.php %changelog -* Sat Oct 14 2006 Christoper Stone 1.1.1-1 +* Sat Dec 02 2006 Christopher Stone 1.1.2-1 +- Upstream sync +- Add php license to %%doc +- Replace dos2unix with sed + +* Sat Oct 14 2006 Christopher Stone 1.1.1-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 03:02:27 -0000 1.2 +++ sources 2 Dec 2006 21:50:07 -0000 1.3 @@ -1 +1 @@ -528278996240d47a07e4273fb7bde841 XML_Util-1.1.1.tgz +b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 21:50:31 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:50:31 -0500 Subject: rpms/php-pear-XML-Util/FC-6 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Util.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612022150.kB2LoVWX030054@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997/FC-6 Modified Files: .cvsignore php-pear-XML-Util.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 03:02:27 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -XML_Util-1.1.1.tgz +XML_Util-1.1.2.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/php-pear-XML-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-XML-Util.spec 17 Oct 2006 03:02:27 -0000 1.1 +++ php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: XML utility class @@ -10,10 +10,11 @@ License: PHP License URL: http://pear.php.net/package/XML_Util Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -53,7 +55,7 @@ mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Fix end of line encoding -dos2unix docdir/%{pear_name}/examples/example*.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example*.php # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* @@ -81,10 +83,16 @@ %files %defattr(-,root,root,-) %doc %{pear_name}-%{version}/docdir/%{pear_name}/* +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/XML/Util.php %changelog -* Sat Oct 14 2006 Christoper Stone 1.1.1-1 +* Sat Dec 02 2006 Christopher Stone 1.1.2-1 +- Upstream sync +- Add php license to %%doc +- Replace dos2unix with sed + +* Sat Oct 14 2006 Christopher Stone 1.1.1-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 03:02:27 -0000 1.2 +++ sources 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -528278996240d47a07e4273fb7bde841 XML_Util-1.1.1.tgz +b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 23:54:45 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 18:54:45 -0500 Subject: rpms/gqview/FC-5 .cvsignore, 1.6, 1.7 gqview.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612022354.kB2NsjgC004352@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4298/FC-5 Modified Files: .cvsignore gqview.spec sources Log Message: prepare upstream bug-fix release for these branches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Nov 2006 18:51:01 -0000 1.6 +++ .cvsignore 2 Dec 2006 23:54:15 -0000 1.7 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-5/gqview.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gqview.spec 8 Nov 2006 18:51:01 -0000 1.9 +++ gqview.spec 2 Dec 2006 23:54:15 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 8 Nov 2006 18:51:01 -0000 1.7 +++ sources 2 Dec 2006 23:54:15 -0000 1.8 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 23:54:45 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 18:54:45 -0500 Subject: rpms/gqview/FC-4 .cvsignore, 1.6, 1.7 gqview.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612022354.kB2NsjnO004347@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4298/FC-4 Modified Files: .cvsignore gqview.spec sources Log Message: prepare upstream bug-fix release for these branches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Nov 2006 18:51:00 -0000 1.6 +++ .cvsignore 2 Dec 2006 23:54:15 -0000 1.7 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-4/gqview.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gqview.spec 8 Nov 2006 18:51:00 -0000 1.7 +++ gqview.spec 2 Dec 2006 23:54:15 -0000 1.8 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 8 Nov 2006 18:51:00 -0000 1.7 +++ sources 2 Dec 2006 23:54:15 -0000 1.8 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 23:54:50 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 18:54:50 -0500 Subject: rpms/gqview/FC-6 .cvsignore, 1.7, 1.8 gqview.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612022354.kB2Nsoud004357@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4298/FC-6 Modified Files: .cvsignore gqview.spec sources Log Message: prepare upstream bug-fix release for these branches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 8 Nov 2006 18:51:02 -0000 1.7 +++ .cvsignore 2 Dec 2006 23:54:20 -0000 1.8 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-6/gqview.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gqview.spec 8 Nov 2006 18:51:02 -0000 1.11 +++ gqview.spec 2 Dec 2006 23:54:20 -0000 1.12 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 8 Nov 2006 18:51:02 -0000 1.8 +++ sources 2 Dec 2006 23:54:20 -0000 1.9 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 00:12:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 19:12:50 -0500 Subject: rpms/oorexx/devel .cvsignore, 1.2, 1.3 oorexx.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612030012.kB30CoOr007859@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/oorexx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7837 Modified Files: .cvsignore oorexx.spec sources Log Message: new version 3.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/oorexx/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2006 20:33:13 -0000 1.2 +++ .cvsignore 3 Dec 2006 00:12:20 -0000 1.3 @@ -1,2 +1,2 @@ -ooRexx-3.1.0-1.src.tar.gz -ooRexx-docs-3.1.0-pdf.tar.gz +ooRexx-3.1.1.tar.gz +ooRexx-docs-3.1.1-rev4.pdf.zip Index: oorexx.spec =================================================================== RCS file: /cvs/extras/rpms/oorexx/devel/oorexx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- oorexx.spec 10 Oct 2006 08:49:04 -0000 1.5 +++ oorexx.spec 3 Dec 2006 00:12:20 -0000 1.6 @@ -1,13 +1,13 @@ Name: oorexx -Version: 3.1.0 -Release: 5%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Open Object Rexx Group: Development/Languages License: CPL URL: http://www.oorexx.org -Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-1.src.tar.gz -Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-pdf.tar.gz +Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz +Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-rev4.pdf.zip Patch0: oorexx-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: x86_64 @@ -52,7 +52,7 @@ %prep %setup -q -n ooRexx-%{version} -%setup1 -q -n ooRexx-%{version} -a1 +unzip -qo %{SOURCE1} %patch0 -p1 -b .paths @@ -89,7 +89,7 @@ %files %defattr(-,root,root,-) -%doc CPLv1.0.txt README.txt readme.pdf +%doc CPLv1.0.txt readme.pdf %{_bindir}/rexx %{_bindir}/rexxc %{_bindir}/rxdelipc @@ -103,7 +103,7 @@ %files docs %defattr(-,root,root,-) %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf -%doc samples +%doc samples README.txt %files devel @@ -120,6 +120,9 @@ %changelog +* Sun Dec 3 2006 Gerard Milmeister - 3.1.1-1 +- new version 3.1.1 + * Tue Oct 10 2006 Gerard Milmeister - 3.1.0-5 - Exclude x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/oorexx/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2006 20:33:13 -0000 1.2 +++ sources 3 Dec 2006 00:12:20 -0000 1.3 @@ -1,2 +1,2 @@ -136ae4eb8df72557e10f193b980f9e9f ooRexx-3.1.0-1.src.tar.gz -17bc9188b858aedc579f57b7ded73260 ooRexx-docs-3.1.0-pdf.tar.gz +9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz +4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip From fedora-extras-commits at redhat.com Sun Dec 3 05:29:35 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:29:35 -0500 Subject: rpms/plague/FC-3 plague.spec,1.25,1.26 Message-ID: <200612030529.kB35TZ7g024729@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24711 Modified Files: plague.spec Log Message: patch out createrepo caching to lover createrepo version needed Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-3/plague.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- plague.spec 14 Sep 2006 16:17:20 -0000 1.25 +++ plague.spec 3 Dec 2006 05:29:05 -0000 1.26 @@ -3,13 +3,13 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 URL: http://www.fedoraproject.org/wiki/Projects/Plague BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python-sqlite, createrepo >= 0.4.3 +Requires: python-sqlite, createrepo Requires: %{name}-common = %{version}-%{release} Requires(post): /sbin/chkconfig Requires(post): /sbin/service @@ -17,6 +17,7 @@ Requires(preun): /sbin/service Patch0: plague-0.4-daemonize.patch +Patch1: plague-0.4.4-old-createrepo.patch %description The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server. @@ -67,6 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask +%patch1 -p0 -b .slowcreaterepo %build make @@ -147,7 +149,10 @@ %changelog -* Thu Sep 14 2006 Dennis Gilmore 0.4.4.0-2 +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 +- Patch out createrepo caching + +* Thu Sep 14 2006 Dennis Gilmore 0.4.4.1-2 - add patch for bad umask setting * Mon Mar 13 2006 Dan Williams 0.4.4.1-1 From fedora-extras-commits at redhat.com Sun Dec 3 05:31:51 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:31:51 -0500 Subject: rpms/plague/FC-4 plague-0.4.4-old-createrepo.patch, NONE, 1.1 plague.spec, 1.25, 1.26 Message-ID: <200612030531.kB35Vp4L024797@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24778 Modified Files: plague.spec Added Files: plague-0.4.4-old-createrepo.patch Log Message: patch out cached createrepo plague-0.4.4-old-createrepo.patch: --- NEW FILE plague-0.4.4-old-createrepo.patch --- --- plague-0.4.4.1/server/Repo.py.old-createrepo 2006-11-30 14:29:59.000000000 -0500 +++ plague-0.4.4.1/server/Repo.py 2006-11-30 14:30:18.000000000 -0500 @@ -118,7 +118,7 @@ self._repo_additions = [] - (s, o) = commands.getstatusoutput('/usr/bin/createrepo -q -c %s -x "*.src.rpm" -x "*.debuginfo.rpm" %s' % (self._repo_cache_dir, self._repodir)) + (s, o) = commands.getstatusoutput('/usr/bin/createrepo -q -x "*.src.rpm" -x "*.debuginfo.rpm" %s' % self._repodir) if s != 0: print "Error: createrepo failed with exit status %d! Output: '%s'" % (s, o) Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-4/plague.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- plague.spec 14 Sep 2006 16:16:48 -0000 1.25 +++ plague.spec 3 Dec 2006 05:31:21 -0000 1.26 @@ -3,13 +3,13 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 URL: http://www.fedoraproject.org/wiki/Projects/Plague BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python-sqlite, createrepo >= 0.4.3 +Requires: python-sqlite, createrepo Requires: %{name}-common = %{version}-%{release} Requires(post): /sbin/chkconfig Requires(post): /sbin/service @@ -17,6 +17,7 @@ Requires(preun): /sbin/service Patch0: plague-0.4-daemonize.patch +Patch1: plague-0.4.4-old-createrepo.patch %description The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server. @@ -67,6 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask +%patch1 -p0 -b .slowcreaterepo %build make @@ -147,7 +149,10 @@ %changelog -* Thu Sep 14 2006 Dennis Gilmore 0.4.4.0-2 +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 +- Patch out createrepo caching + +* Thu Sep 14 2006 Dennis Gilmore 0.4.4.1-2 - add patch for bad umask setting * Mon Mar 13 2006 Dan Williams 0.4.4.1-1 From fedora-extras-commits at redhat.com Sun Dec 3 05:42:06 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:42:06 -0500 Subject: rpms/plague/FC-4 plague.spec,1.26,1.27 Message-ID: <200612030542.kB35g6cX024890@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24873 Modified Files: plague.spec Log Message: apply patch correctly Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-4/plague.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- plague.spec 3 Dec 2006 05:31:21 -0000 1.26 +++ plague.spec 3 Dec 2006 05:41:36 -0000 1.27 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -68,7 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask -%patch1 -p0 -b .slowcreaterepo +%patch1 -p1 -b .slowcreaterepo %build make @@ -149,6 +149,9 @@ %changelog +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.2 +- apply patch corrctly + * Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 - Patch out createrepo caching From fedora-extras-commits at redhat.com Sun Dec 3 05:47:08 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:47:08 -0500 Subject: rpms/plague/FC-3 plague.spec,1.26,1.27 Message-ID: <200612030547.kB35l8NM024953@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24938 Modified Files: plague.spec Log Message: apply patch correctly Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-3/plague.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- plague.spec 3 Dec 2006 05:29:05 -0000 1.26 +++ plague.spec 3 Dec 2006 05:46:38 -0000 1.27 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -68,7 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask -%patch1 -p0 -b .slowcreaterepo +%patch1 -p1 -b .slowcreaterepo %build make @@ -149,6 +149,9 @@ %changelog +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.2 +- apply patch corrctly + * Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 - Patch out createrepo caching From fedora-extras-commits at redhat.com Sun Dec 3 07:25:06 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Sun, 3 Dec 2006 02:25:06 -0500 Subject: rpms/gcin/devel .cvsignore, 1.10, 1.11 NewCJ3.cin, 1.3, 1.4 gcin.spec, 1.16, 1.17 gcin_update.patch, 1.1, 1.2 im-client.patch, 1.4, 1.5 sources, 1.10, 1.11 Message-ID: <200612030725.kB37P6Y8031629@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:28:44 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:24:32 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:28:44 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:24:32 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/gcin.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gcin.spec 23 Nov 2006 13:46:07 -0000 1.16 +++ gcin.spec 3 Dec 2006 07:24:33 -0000 1.17 @@ -1,6 +1,6 @@ Name: gcin -Version: 1.3.0.1 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-2 - rebuild gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:28:44 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:24:33 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31683 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:36:53 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:27:37 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:36:53 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:27:37 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/gcin.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gcin.spec 23 Nov 2006 13:42:53 -0000 1.15 +++ gcin.spec 3 Dec 2006 07:27:38 -0000 1.16 @@ -1,6 +1,6 @@ Name: gcin -Version: 1.3.0.1 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-2 - rebuild gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:42:53 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:27:38 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31766 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:39:44 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:30:30 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:39:44 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:30:30 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gcin.spec 23 Nov 2006 13:39:45 -0000 1.14 +++ gcin.spec 3 Dec 2006 07:30:30 -0000 1.15 @@ -1,5 +1,5 @@ Name: gcin -Version: 1.3.0.1 +Version: 1.3.1 Release: 1%{?dist} Summary: Input method for Traditional Chinese @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-1 - update to 1.3.0.1 gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:44:33 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:30:30 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31885 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:49:54 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:36:27 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:49:54 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:36:27 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/gcin.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gcin.spec 23 Nov 2006 13:49:54 -0000 1.15 +++ gcin.spec 3 Dec 2006 07:36:27 -0000 1.16 @@ -1,5 +1,5 @@ Name: gcin -Version: 1.3.0.1 +Version: 1.3.1 Release: 1%{?dist} Summary: Input method for Traditional Chinese @@ -107,6 +107,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-1 - update to 1.3.0.1 gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:49:54 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:36:27 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31976 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:55:13 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:38:44 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.2 -r 1.3 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/NewCJ3.cin,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- NewCJ3.cin 23 Nov 2006 13:55:13 -0000 1.2 +++ NewCJ3.cin 3 Dec 2006 07:38:44 -0000 1.3 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/gcin.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gcin.spec 23 Nov 2006 13:55:13 -0000 1.14 +++ gcin.spec 3 Dec 2006 07:38:44 -0000 1.15 @@ -1,5 +1,5 @@ Name: gcin -Version: 1.3.0.1 +Version: 1.3.1 Release: 1%{?dist} Summary: Input method for Traditional Chinese @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-1 - update to 1.3.0.1 gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:55:13 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:38:44 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27994 Modified Files: fe3 fe4 fe5 fe6 Log Message: CVE-2006-6169 done Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- fe3 30 Nov 2006 21:07:45 -0000 1.38 +++ fe3 3 Dec 2006 09:42:06 -0000 1.39 @@ -4,7 +4,7 @@ CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5848 VULNERABLE (trac, fixed 0.10.1) #215077 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- fe4 30 Nov 2006 21:07:45 -0000 1.105 +++ fe4 3 Dec 2006 09:42:06 -0000 1.106 @@ -4,7 +4,7 @@ CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- fe5 30 Nov 2006 21:07:45 -0000 1.114 +++ fe5 3 Dec 2006 09:42:06 -0000 1.115 @@ -4,7 +4,7 @@ CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- fe6 30 Nov 2006 21:07:45 -0000 1.29 +++ fe6 3 Dec 2006 09:42:06 -0000 1.30 @@ -4,7 +4,7 @@ CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 version (gnupg2, fixed 2.0.1) #217950 CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 From fedora-extras-commits at redhat.com Sun Dec 3 10:22:14 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 3 Dec 2006 05:22:14 -0500 Subject: rpms/audacious-plugins/FC-6 audacious-plugins.spec,1.3,1.4 Message-ID: <200612031022.kB3AMEcp031664@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31645 Modified Files: audacious-plugins.spec Log Message: Modify branched version for FC6 Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/audacious-plugins.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- audacious-plugins.spec 30 Nov 2006 09:45:44 -0000 1.3 +++ audacious-plugins.spec 3 Dec 2006 10:21:44 -0000 1.4 @@ -12,7 +12,7 @@ # Source0: http://audacious-media-player.org/beta/audacious-plugins-1.2.2.tgz Source0: audacious-plugins-fedora-%{version}.tar.gz Source1: audacious-plugins.desktop -Patch0: audacious-plugins-1.2.2-cddb-buffer.patch +# Patch0: audacious-plugins-1.2.2-cddb-buffer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: audacious-devel >= 1.2.1-0.7%{dist}, esound-devel >= 0.2, libvorbis-devel >= 1.0 @@ -196,10 +196,10 @@ %changelog -* Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 +* Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc6 - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin - Drop cddb patch, included upstream -* Sun Nov 26 2006 Ralf Ertzinger 1.2.2-1.fc7 +* Sun Nov 26 2006 Ralf Ertzinger 1.2.2-1.fc6 - Initial RPM build for FE From fedora-extras-commits at redhat.com Sun Dec 3 10:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 05:28:30 -0500 Subject: rpms/opensc/devel .cvsignore, 1.9, 1.10 opensc.spec, 1.20, 1.21 sources, 1.9, 1.10 Message-ID: <200612031028.kB3ASUT4031805@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/opensc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31786 Modified Files: .cvsignore opensc.spec sources Log Message: * Sun Dec 3 2006 Ville Skytt?? - 0.11.2-0.1.pre3 - 0.11.2-pre3. - Build with new libassuan. - Don't run autotools during build. - Adjust to readline/termcap/ncurses changes. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/opensc/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 May 2006 19:42:32 -0000 1.9 +++ .cvsignore 3 Dec 2006 10:28:00 -0000 1.10 @@ -1 +1 @@ -opensc-0.11.1.tar.gz +opensc-0.11.2-pre3.tar.gz Index: opensc.spec =================================================================== RCS file: /cvs/extras/rpms/opensc/devel/opensc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- opensc.spec 14 Oct 2006 20:55:35 -0000 1.20 +++ opensc.spec 3 Dec 2006 10:28:00 -0000 1.21 @@ -1,14 +1,15 @@ %define plugindir %{_libdir}/mozilla/plugins Name: opensc -Version: 0.11.1 -Release: 6%{?dist} +Version: 0.11.2 +Release: 0.1.pre3%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries License: LGPL URL: http://www.opensc-project.org/opensc/ -Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz +#Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz +Source0: http://www.opensc-project.org/files/opensc/testing/%{name}-%{version}-pre3.tar.gz Patch0: %{name}-0.11.1-develconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +32,7 @@ Summary: Digital signature plugin for web browsers Group: Applications/Internet BuildRequires: libXt-devel -BuildRequires: libassuan-devel +BuildRequires: libassuan-static Requires: %{plugindir} Requires: %{_bindir}/pinentry @@ -51,9 +52,10 @@ %prep -%setup -q +%setup -q -n %{name}-%{version}-pre3 %patch0 -p1 -sh bootstrap # avoid standard rpaths on lib64 archs +sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths +sed -i -e 's|-ltermcap|-lncurses|' configure cp -p src/pkcs15init/README ./README.pkcs15init cp -p src/scconf/README.scconf . # No %{_libdir} here to avoid multilib conflicts; it's just an example @@ -140,6 +142,12 @@ %changelog +* Sun Dec 3 2006 Ville Skytt?? - 0.11.2-0.1.pre3 +- 0.11.2-pre3. +- Build with new libassuan. +- Don't run autotools during build. +- Adjust to readline/termcap/ncurses changes. + * Sat Oct 14 2006 Ville Skytt?? - 0.11.1-6 - Rebuild with new libassuan. Index: sources =================================================================== RCS file: /cvs/extras/rpms/opensc/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 May 2006 19:42:32 -0000 1.9 +++ sources 3 Dec 2006 10:28:00 -0000 1.10 @@ -1 +1 @@ -94ce00a6bda38fac10ab06f5d5d1a8c3 opensc-0.11.1.tar.gz +46a5ea72b3cc447f970de0a103e479e4 opensc-0.11.2-pre3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 10:37:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 3 Dec 2006 05:37:43 -0500 Subject: rpms/oorexx/FC-5 .cvsignore, 1.2, 1.3 oorexx.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612031037.kB3AbhrP031936@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/oorexx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31900/FC-5 Modified Files: .cvsignore oorexx.spec sources Log Message: new version 3.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2006 20:33:13 -0000 1.2 +++ .cvsignore 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -ooRexx-3.1.0-1.src.tar.gz -ooRexx-docs-3.1.0-pdf.tar.gz +ooRexx-3.1.1.tar.gz +ooRexx-docs-3.1.1-rev4.pdf.zip Index: oorexx.spec =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-5/oorexx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- oorexx.spec 10 Oct 2006 08:49:04 -0000 1.5 +++ oorexx.spec 3 Dec 2006 10:37:13 -0000 1.6 @@ -1,13 +1,13 @@ Name: oorexx -Version: 3.1.0 -Release: 5%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Open Object Rexx Group: Development/Languages License: CPL URL: http://www.oorexx.org -Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-1.src.tar.gz -Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-pdf.tar.gz +Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz +Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-rev4.pdf.zip Patch0: oorexx-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: x86_64 @@ -52,7 +52,7 @@ %prep %setup -q -n ooRexx-%{version} -%setup1 -q -n ooRexx-%{version} -a1 +unzip -qo %{SOURCE1} %patch0 -p1 -b .paths @@ -89,7 +89,7 @@ %files %defattr(-,root,root,-) -%doc CPLv1.0.txt README.txt readme.pdf +%doc CPLv1.0.txt readme.pdf %{_bindir}/rexx %{_bindir}/rexxc %{_bindir}/rxdelipc @@ -103,7 +103,7 @@ %files docs %defattr(-,root,root,-) %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf -%doc samples +%doc samples README.txt %files devel @@ -120,6 +120,9 @@ %changelog +* Sun Dec 3 2006 Gerard Milmeister - 3.1.1-1 +- new version 3.1.1 + * Tue Oct 10 2006 Gerard Milmeister - 3.1.0-5 - Exclude x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2006 20:33:13 -0000 1.2 +++ sources 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -136ae4eb8df72557e10f193b980f9e9f ooRexx-3.1.0-1.src.tar.gz -17bc9188b858aedc579f57b7ded73260 ooRexx-docs-3.1.0-pdf.tar.gz +9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz +4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip From fedora-extras-commits at redhat.com Sun Dec 3 10:37:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 3 Dec 2006 05:37:43 -0500 Subject: rpms/oorexx/FC-6 .cvsignore, 1.2, 1.3 oorexx.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612031037.kB3AbhGq031941@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/oorexx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31900/FC-6 Modified Files: .cvsignore oorexx.spec sources Log Message: new version 3.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2006 20:33:13 -0000 1.2 +++ .cvsignore 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -ooRexx-3.1.0-1.src.tar.gz -ooRexx-docs-3.1.0-pdf.tar.gz +ooRexx-3.1.1.tar.gz +ooRexx-docs-3.1.1-rev4.pdf.zip Index: oorexx.spec =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-6/oorexx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- oorexx.spec 27 Oct 2006 16:57:14 -0000 1.6 +++ oorexx.spec 3 Dec 2006 10:37:13 -0000 1.7 @@ -1,18 +1,16 @@ Name: oorexx -Version: 3.1.0 -Release: 6%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Open Object Rexx Group: Development/Languages License: CPL URL: http://www.oorexx.org -Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-1.src.tar.gz -Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-pdf.tar.gz +Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz +Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-rev4.pdf.zip Patch0: oorexx-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%ifarch x86_64 -Requires: glibc-devel.i386 -%endif +ExcludeArch: x86_64 %description @@ -54,7 +52,7 @@ %prep %setup -q -n ooRexx-%{version} -%setup1 -q -n ooRexx-%{version} -a1 +unzip -qo %{SOURCE1} %patch0 -p1 -b .paths @@ -91,7 +89,7 @@ %files %defattr(-,root,root,-) -%doc CPLv1.0.txt README.txt readme.pdf +%doc CPLv1.0.txt readme.pdf %{_bindir}/rexx %{_bindir}/rexxc %{_bindir}/rxdelipc @@ -105,7 +103,7 @@ %files docs %defattr(-,root,root,-) %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf -%doc samples +%doc samples README.txt %files devel @@ -122,8 +120,8 @@ %changelog -* Fri Oct 27 2006 Gerard Milmeister - 3.1.0-6 -- For x86_64 require the 32-bit glibc-devel explicitly +* Sun Dec 3 2006 Gerard Milmeister - 3.1.1-1 +- new version 3.1.1 * Tue Oct 10 2006 Gerard Milmeister - 3.1.0-5 - Exclude x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2006 20:33:13 -0000 1.2 +++ sources 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -136ae4eb8df72557e10f193b980f9e9f ooRexx-3.1.0-1.src.tar.gz -17bc9188b858aedc579f57b7ded73260 ooRexx-docs-3.1.0-pdf.tar.gz +9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz +4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip From fedora-extras-commits at redhat.com Sun Dec 3 10:49:43 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 3 Dec 2006 05:49:43 -0500 Subject: rpms/audacious-plugins/devel audacious-plugins.spec,1.3,1.4 Message-ID: <200612031049.kB3Anhp0032090@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32075 Modified Files: audacious-plugins.spec Log Message: - Disable sndfile, which causes a non-pausable wap plugin to be built Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- audacious-plugins.spec 30 Nov 2006 09:45:44 -0000 1.3 +++ audacious-plugins.spec 3 Dec 2006 10:49:13 -0000 1.4 @@ -1,6 +1,6 @@ Name: audacious-plugins Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia @@ -21,7 +21,7 @@ BuildRequires: libmpcdec-devel, libmusicbrainz-devel BuildRequires: taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2 BuildRequires: libvisual-devel >= 0.2, SDL-devel >= 1.2.9 -BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel +BuildRequires: gettext, curl-devel, libbinio-devel BuildRequires: arts-devel, libmodplug-devel, lirc-devel BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel BuildRequires: pulseaudio-devel, fluidsynth-devel @@ -126,7 +126,8 @@ --enable-chardet \ --disable-dependency-tracking \ --enable-amidiplug \ - --disable-amidiplug-dummy + --disable-amidiplug-dummy \ + --disable-sndfile make V=1 %{?_smp_mflags} @@ -196,6 +197,10 @@ %changelog +* Sun Dec 03 2006 Ralf Ertzinger 1.2.5-2.fc7 +- Disable sndfile, which causes a non-pausable wap plugin to + be built + * Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin From fedora-extras-commits at redhat.com Sun Dec 3 14:19:19 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sun, 3 Dec 2006 09:19:19 -0500 Subject: rpms/smart/devel smart.spec,1.11,1.12 Message-ID: <200612031419.kB3EJJ8Z012710@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12695 Modified Files: smart.spec Log Message: Try to fix kde vs autoconf issues. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- smart.spec 25 Nov 2006 16:30:35 -0000 1.11 +++ smart.spec 3 Dec 2006 14:18:49 -0000 1.12 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 40%{?dist} +Release: 41%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -22,6 +22,7 @@ BuildRequires: libXt-devel, libXext-devel BuildRequires: qt-devel >= 1:3.2, kdelibs-devel BuildRequires: zlib-devel +BuildRequires: kdesdk Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 @@ -64,6 +65,8 @@ %prep %setup -q %patch0 -p1 -b .autofs5 +rm -fr contrib/ksmarttray/admin +cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py @@ -174,6 +177,9 @@ %{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png %changelog +* Sun Dec 3 2006 Axel Thimm - 0.42-41 +- Refresh kde admin dir. + * Sat Nov 25 2006 Axel Thimm - 0.42-40 - Start preparing virtual provides for upcoming qt gui. From fedora-extras-commits at redhat.com Sun Dec 3 14:29:27 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sun, 3 Dec 2006 09:29:27 -0500 Subject: rpms/smart/devel smart.spec,1.12,1.13 Message-ID: <200612031429.kB3ETRoq012811@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12769 Modified Files: smart.spec Log Message: Try to fix kde vs autoconf issues (II). Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- smart.spec 3 Dec 2006 14:18:49 -0000 1.12 +++ smart.spec 3 Dec 2006 14:28:57 -0000 1.13 @@ -67,6 +67,7 @@ %patch0 -p1 -b .autofs5 rm -fr contrib/ksmarttray/admin cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin +chmod +x *.pl # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py From fedora-extras-commits at redhat.com Sun Dec 3 14:37:10 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sun, 3 Dec 2006 09:37:10 -0500 Subject: rpms/smart/devel smart.spec,1.13,1.14 Message-ID: <200612031437.kB3EbAjM012849@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12830 Modified Files: smart.spec Log Message: Try to fix kde vs autoconf issues (III). Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- smart.spec 3 Dec 2006 14:28:57 -0000 1.13 +++ smart.spec 3 Dec 2006 14:36:40 -0000 1.14 @@ -67,7 +67,7 @@ %patch0 -p1 -b .autofs5 rm -fr contrib/ksmarttray/admin cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin -chmod +x *.pl +chmod +x contrib/ksmarttray/admin/*.pl # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py From fedora-extras-commits at redhat.com Sun Dec 3 15:13:16 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 3 Dec 2006 10:13:16 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.15, 1.16 ochusha.spec, 1.16, 1.17 sources, 1.15, 1.16 Message-ID: <200612031513.kB3FDGOe016084@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16065 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sun Dec 3 2006 Mamoru Tasaka 0.5.99.63.9-0.1.cvs061203 - 0.5.99.63.9 cvs 061203 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 2 Dec 2006 15:09:09 -0000 1.15 +++ .cvsignore 3 Dec 2006 15:12:46 -0000 1.16 @@ -1 +1 @@ -ochusha-0.5.99.63.8-cvs061202.tar.bz2 +ochusha-0.5.99.63.9-cvs061203.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ochusha.spec 2 Dec 2006 15:09:09 -0000 1.16 +++ ochusha.spec 3 Dec 2006 15:12:46 -0000 1.17 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.8 -%define strtag cvs061202 +%define main_ver 0.5.99.63.9 +%define strtag cvs061203 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sat Dec 2 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061202 -- 0.5.99.63.8 cvs 061202 (23:59 JST) +* Sun Dec 3 2006 Mamoru Tasaka 0.5.99.63.9-0.1.cvs061203 +- 0.5.99.63.9 cvs 061203 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 2 Dec 2006 15:09:09 -0000 1.15 +++ sources 3 Dec 2006 15:12:46 -0000 1.16 @@ -1 +1 @@ -b612e655da85bb3f0483c3ef3bea20e4 ochusha-0.5.99.63.8-cvs061202.tar.bz2 +1dfc369829b452fcc978ab1f91d1a680 ochusha-0.5.99.63.9-cvs061203.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 3 15:18:03 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 3 Dec 2006 10:18:03 -0500 Subject: rpms/jd/devel .cvsignore, 1.30, 1.31 jd.spec, 1.37, 1.38 sources, 1.30, 1.31 Message-ID: <200612031518.kB3FI3WA016178@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16158 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 3 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061203 - cvs 061203 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- .cvsignore 2 Dec 2006 08:58:19 -0000 1.30 +++ .cvsignore 3 Dec 2006 15:17:33 -0000 1.31 @@ -1 +1 @@ -jd-1.8.1-beta061202.tgz +jd-1.8.1-cvs061203.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- jd.spec 2 Dec 2006 08:58:19 -0000 1.37 +++ jd.spec 3 Dec 2006 15:17:33 -0000 1.38 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag beta061202 +%define strtag cvs061203 %define repoid 22954 @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -#Source0: %{name}-%{main_ver}-%{strtag}.tgz +#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 3 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061203 +- cvs 061203 (23:59 JST) + * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 2 Dec 2006 08:58:19 -0000 1.30 +++ sources 3 Dec 2006 15:17:33 -0000 1.31 @@ -1 +1 @@ -9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz +50531086ba518e4d9a73e1cf22c53bba jd-1.8.1-cvs061203.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:50:45 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 11:50:45 -0500 Subject: rpms/php-pear-Pager/devel .cvsignore, 1.2, 1.3 php-pear-Pager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612031650.kB3Gojr7019615@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Pager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19558/devel Modified Files: .cvsignore php-pear-Pager.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Nov 2006 23:19:00 -0000 1.2 +++ .cvsignore 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -Pager-2.4.2.tgz +Pager-2.4.3.tgz Index: php-pear-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/devel/php-pear-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Pager.spec 7 Nov 2006 23:19:00 -0000 1.1 +++ php-pear-Pager.spec 3 Dec 2006 16:50:15 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name Pager Name: php-pear-Pager -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Data paging class @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -56,7 +56,7 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} # Fix rpmlint warning -dos2unix docdir/%{pear_name}/examples/example.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +78,12 @@ %doc %{pear_name}-%{version}/docdir/%{pear_name}/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} -%{pear_phpdir}/%{pear_name} +%{pear_phpdir}/%{pear_name}* %changelog -* Sun Oct 29 2006 Christoper Stone 2.4.2-1 +* Sun Dec 03 2006 Christopher Stone 2.4.3-1 +- Upstream sync +- use sed instead of dos2unix + +* Sun Oct 29 2006 Christopher Stone 2.4.2-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Nov 2006 23:19:00 -0000 1.2 +++ sources 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -9dd1fd0aee0e8039f1a4033f822d50c3 Pager-2.4.2.tgz +d3f8f14d8bdc53865dd79623d8f55b32 Pager-2.4.3.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:50:45 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 11:50:45 -0500 Subject: rpms/php-pear-Pager/FC-5 .cvsignore, 1.2, 1.3 php-pear-Pager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612031650.kB3Goj5P019607@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Pager/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19558/FC-5 Modified Files: .cvsignore php-pear-Pager.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Nov 2006 23:19:00 -0000 1.2 +++ .cvsignore 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -Pager-2.4.2.tgz +Pager-2.4.3.tgz Index: php-pear-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-5/php-pear-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Pager.spec 7 Nov 2006 23:19:00 -0000 1.1 +++ php-pear-Pager.spec 3 Dec 2006 16:50:15 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name Pager Name: php-pear-Pager -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Data paging class @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -56,7 +56,7 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} # Fix rpmlint warning -dos2unix docdir/%{pear_name}/examples/example.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +78,12 @@ %doc %{pear_name}-%{version}/docdir/%{pear_name}/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} -%{pear_phpdir}/%{pear_name} +%{pear_phpdir}/%{pear_name}* %changelog -* Sun Oct 29 2006 Christoper Stone 2.4.2-1 +* Sun Dec 03 2006 Christopher Stone 2.4.3-1 +- Upstream sync +- use sed instead of dos2unix + +* Sun Oct 29 2006 Christopher Stone 2.4.2-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Nov 2006 23:19:00 -0000 1.2 +++ sources 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -9dd1fd0aee0e8039f1a4033f822d50c3 Pager-2.4.2.tgz +d3f8f14d8bdc53865dd79623d8f55b32 Pager-2.4.3.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:50:45 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 11:50:45 -0500 Subject: rpms/php-pear-Pager/FC-6 .cvsignore, 1.2, 1.3 php-pear-Pager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612031650.kB3Gojto019612@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Pager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19558/FC-6 Modified Files: .cvsignore php-pear-Pager.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Nov 2006 23:19:00 -0000 1.2 +++ .cvsignore 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -Pager-2.4.2.tgz +Pager-2.4.3.tgz Index: php-pear-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-6/php-pear-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Pager.spec 7 Nov 2006 23:19:00 -0000 1.1 +++ php-pear-Pager.spec 3 Dec 2006 16:50:15 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name Pager Name: php-pear-Pager -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Data paging class @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -56,7 +56,7 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} # Fix rpmlint warning -dos2unix docdir/%{pear_name}/examples/example.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +78,12 @@ %doc %{pear_name}-%{version}/docdir/%{pear_name}/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} -%{pear_phpdir}/%{pear_name} +%{pear_phpdir}/%{pear_name}* %changelog -* Sun Oct 29 2006 Christoper Stone 2.4.2-1 +* Sun Dec 03 2006 Christopher Stone 2.4.3-1 +- Upstream sync +- use sed instead of dos2unix + +* Sun Oct 29 2006 Christopher Stone 2.4.2-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Nov 2006 23:19:00 -0000 1.2 +++ sources 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -9dd1fd0aee0e8039f1a4033f822d50c3 Pager-2.4.2.tgz +d3f8f14d8bdc53865dd79623d8f55b32 Pager-2.4.3.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:57:06 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 3 Dec 2006 11:57:06 -0500 Subject: rpms/farsight/devel farsight.spec,1.3,1.4 Message-ID: <200612031657.kB3Gv6kW019738@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19679 Modified Files: farsight.spec Log Message: * Sun Dec 3 2006 Brian Pepple - 0.1.10-2 - Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. Index: farsight.spec =================================================================== RCS file: /cvs/extras/rpms/farsight/devel/farsight.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- farsight.spec 22 Nov 2006 17:51:13 -0000 1.3 +++ farsight.spec 3 Dec 2006 16:56:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: farsight Version: 0.1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A audio/video conferencing framework Group: System Environment/Libraries @@ -34,6 +34,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libjingle-devel +Requires: gstreamer-devel +Requires: gstreamer-plugins-base-devel Requires: pkgconfig @@ -96,6 +98,9 @@ %changelog +* Sun Dec 3 2006 Brian Pepple - 0.1.10-2 +- Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. + * Wed Nov 22 2006 Brian Pepple - 0.1.10-1 - Update to 0.1.10. From fedora-extras-commits at redhat.com Sun Dec 3 17:04:57 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 3 Dec 2006 12:04:57 -0500 Subject: rpms/farsight/FC-6 farsight.spec,1.3,1.4 Message-ID: <200612031704.kB3H4vHq022918@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/farsight/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22903 Modified Files: farsight.spec Log Message: * Sun Dec 3 2006 Brian Pepple - 0.1.10-2 - Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. Index: farsight.spec =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/farsight.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- farsight.spec 2 Dec 2006 16:32:47 -0000 1.3 +++ farsight.spec 3 Dec 2006 17:04:27 -0000 1.4 @@ -1,6 +1,6 @@ Name: farsight Version: 0.1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A audio/video conferencing framework Group: System Environment/Libraries @@ -34,6 +34,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libjingle-devel +Requires: gstreamer-devel +Requires: gstreamer-plugins-base-devel Requires: pkgconfig @@ -96,6 +98,9 @@ %changelog +* Sun Dec 3 2006 Brian Pepple - 0.1.10-2 +- Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. + * Sat Dec 2 2006 Brian Pepple - 0.1.10-1 - Update to 0.1.10. From fedora-extras-commits at redhat.com Sun Dec 3 17:17:01 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:17:01 -0500 Subject: rpms/php-pear-Structures-DataGrid/devel php-pear-Structures-DataGrid.spec, 1.1, 1.2 Message-ID: <200612031717.kB3HH1b3023046@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/devel Modified Files: php-pear-Structures-DataGrid.spec Log Message: own common dirs Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/devel/php-pear-Structures-DataGrid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid.spec 14 Nov 2006 03:50:35 -0000 1.1 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:31 -0000 1.2 @@ -3,13 +3,14 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -51,6 +53,8 @@ # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/DataSource +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/Renderer %clean @@ -70,10 +74,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-2 +- Own DataSource and Renderer directories +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.7.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:17:00 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:17:00 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-5 php-pear-Structures-DataGrid.spec, 1.1, 1.2 Message-ID: <200612031717.kB3HH0q6023042@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/FC-5 Modified Files: php-pear-Structures-DataGrid.spec Log Message: own common dirs Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5/php-pear-Structures-DataGrid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid.spec 14 Nov 2006 03:50:35 -0000 1.1 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 @@ -3,13 +3,14 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -51,6 +53,8 @@ # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/DataSource +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/Renderer %clean @@ -70,10 +74,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-2 +- Own DataSource and Renderer directories +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.7.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:17:00 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:17:00 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-6 php-pear-Structures-DataGrid.spec, 1.1, 1.2 Message-ID: <200612031717.kB3HH0UO023045@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/FC-6 Modified Files: php-pear-Structures-DataGrid.spec Log Message: own common dirs Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6/php-pear-Structures-DataGrid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid.spec 14 Nov 2006 03:50:35 -0000 1.1 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 @@ -3,13 +3,14 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -51,6 +53,8 @@ # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/DataSource +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/Renderer %clean @@ -70,10 +74,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-2 +- Own DataSource and Renderer directories +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.7.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:19:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:19:23 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-5 PHP-LICENSE-3.01,NONE,1.1 Message-ID: <200612031719.kB3HJNbT023192@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185/FC-5 Added Files: PHP-LICENSE-3.01 Log Message: forgot to add license file to cvs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 17:19:28 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:19:28 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-6 PHP-LICENSE-3.01,NONE,1.1 Message-ID: <200612031719.kB3HJS29023206@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185/FC-6 Added Files: PHP-LICENSE-3.01 Log Message: forgot to add license file to cvs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 17:19:33 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:19:33 -0500 Subject: rpms/php-pear-Structures-DataGrid/devel PHP-LICENSE-3.01,NONE,1.1 Message-ID: <200612031719.kB3HJXKC023220@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185/devel Added Files: PHP-LICENSE-3.01 Log Message: forgot to add license file to cvs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 17:27:02 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:27:02 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-5 php-pear-Structures-DataGrid.spec, 1.2, 1.3 Message-ID: <200612031727.kB3HR2hk023292@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23241/FC-5 Modified Files: php-pear-Structures-DataGrid.spec Log Message: bump for retag Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5/php-pear-Structures-DataGrid.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:26:32 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries @@ -80,6 +80,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-3 +- Requeue build (forgot to add license to cvs) + * Sun Dec 03 2006 Christopher Stone 0.7.2-2 - Own DataSource and Renderer directories - Add license to %%doc From fedora-extras-commits at redhat.com Sun Dec 3 17:27:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:27:03 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-6 php-pear-Structures-DataGrid.spec, 1.2, 1.3 Message-ID: <200612031727.kB3HR3So023295@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23241/FC-6 Modified Files: php-pear-Structures-DataGrid.spec Log Message: bump for retag Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6/php-pear-Structures-DataGrid.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:26:33 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries @@ -80,6 +80,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-3 +- Requeue build (forgot to add license to cvs) + * Sun Dec 03 2006 Christopher Stone 0.7.2-2 - Own DataSource and Renderer directories - Add license to %%doc From fedora-extras-commits at redhat.com Sun Dec 3 17:27:08 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:27:08 -0500 Subject: rpms/php-pear-Structures-DataGrid/devel php-pear-Structures-DataGrid.spec, 1.2, 1.3 Message-ID: <200612031727.kB3HR8IM023301@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23241/devel Modified Files: php-pear-Structures-DataGrid.spec Log Message: bump for retag Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/devel/php-pear-Structures-DataGrid.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:31 -0000 1.2 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:26:38 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries @@ -80,6 +80,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-3 +- Requeue build (forgot to add license to cvs) + * Sun Dec 03 2006 Christopher Stone 0.7.2-2 - Own DataSource and Renderer directories - Add license to %%doc From fedora-extras-commits at redhat.com Sun Dec 3 17:38:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:38:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-Array.spec, 1.1, 1.2 Message-ID: <200612031738.kB3HcsAK023499@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23455/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-Array.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-Array.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-5/php-pear-Structures-DataGrid-DataSource-Array.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-Array.spec 2 Dec 2006 20:19:07 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-Array.spec 3 Dec 2006 17:38:24 -0000 1.2 @@ -3,18 +3,20 @@ Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own DataSource directory +- Add license to %%doc +- Add versioned requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:38:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:38:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-Array.spec, 1.1, 1.2 Message-ID: <200612031738.kB3Hcs6k023502@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23455/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-Array.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-Array.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-6/php-pear-Structures-DataGrid-DataSource-Array.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-Array.spec 2 Dec 2006 20:19:07 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-Array.spec 3 Dec 2006 17:38:24 -0000 1.2 @@ -3,18 +3,20 @@ Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own DataSource directory +- Add license to %%doc +- Add versioned requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:38:59 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:38:59 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-Array.spec, 1.1, 1.2 Message-ID: <200612031738.kB3Hcx2F023505@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23455/devel Modified Files: php-pear-Structures-DataGrid-DataSource-Array.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-Array.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel/php-pear-Structures-DataGrid-DataSource-Array.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-Array.spec 2 Dec 2006 20:19:07 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-Array.spec 3 Dec 2006 17:38:29 -0000 1.2 @@ -3,18 +3,20 @@ Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own DataSource directory +- Add license to %%doc +- Add versioned requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:46:52 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:46:52 -0500 Subject: rpms/offlineimap - New directory Message-ID: <200612031746.kB3Hkq1s023620@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23616/offlineimap Log Message: Directory /cvs/extras/rpms/offlineimap added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 17:46:58 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:46:58 -0500 Subject: rpms/offlineimap/devel - New directory Message-ID: <200612031746.kB3HkwPU023636@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23616/offlineimap/devel Log Message: Directory /cvs/extras/rpms/offlineimap/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 17:47:16 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:47:16 -0500 Subject: rpms/offlineimap Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612031747.kB3HlGwi023666@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23660 Added Files: Makefile import.log Log Message: Setup of module offlineimap --- NEW FILE Makefile --- # Top level Makefile for module offlineimap all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 3 17:47:21 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:47:21 -0500 Subject: rpms/offlineimap/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612031747.kB3HlL0I023681@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23660/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module offlineimap --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 3 17:48:24 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:48:24 -0500 Subject: rpms/offlineimap import.log,1.1,1.2 Message-ID: <200612031748.kB3HmOew023758@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23726 Modified Files: import.log Log Message: auto-import offlineimap-4.0.16-1 on branch devel from offlineimap-4.0.16-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/offlineimap/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 3 Dec 2006 17:47:15 -0000 1.1 +++ import.log 3 Dec 2006 17:47:54 -0000 1.2 @@ -0,0 +1 @@ +offlineimap-4_0_16-1:HEAD:offlineimap-4.0.16-1.src.rpm:1165168160 From fedora-extras-commits at redhat.com Sun Dec 3 17:48:24 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:48:24 -0500 Subject: rpms/offlineimap/devel offlineimap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612031748.kB3HmOmI023762@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23726/devel Modified Files: .cvsignore sources Added Files: offlineimap.spec Log Message: auto-import offlineimap-4.0.16-1 on branch devel from offlineimap-4.0.16-1.src.rpm --- NEW FILE offlineimap.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: offlineimap Version: 4.0.16 Release: 1%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPL Group: Applications/Internet URL: http://software.complete.org/offlineimap/ Source0: http://software.complete.org/offlineimap/static/download_area/%{version}/%{name}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description OfflineIMAP is a tool to simplify your e-mail reading. With OfflineIMAP, you can read the same mailbox from multiple computers. You get a current copy of your messages on each computer, and changes you make one place will be visible on all other systems. For instance, you can delete a message on your home computer, and it will appear deleted on your work computer as well. OfflineIMAP is also useful if you want to use a mail reader that does not have IMAP support, has poor IMAP support, or does not provide disconnected operation. %prep %setup -q -n %name %build python setup.py build cp debian/changelog ChangeLog %install rm -rf $RPM_BUILD_ROOT python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 install -p offlineimap.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc manual.* README COPY* UPGRADING offlineimap.conf* FAQ.html todo %doc ChangeLog %{_bindir}/offlineimap %{python_sitelib}/offlineimap/ %{_mandir}/man1/offlineimap.1.gz %changelog * Sun Dec 03 2006 Till Maas - 4.0.16-1 - version bump - added one more %%{version} to Source0 - added FAQ.html, todo to %%doc - added debian/changelog as ChangeLog to %%doc * Sat Dec 02 2006 Till Maas - 4.0.15-1 - added %%{?dist} tag - made Source0 a valid URL - rearranged tag order and changed whitespace - added -q -n %%name to %%setup - removed ChangeLog* from %%doc (not in archive) - added offlineimap.conf* to %%doc - Use %%{_bindir} and %%{python_sitelib} - removed directory docs from %%doc - added BuildArch: noarch - added manpage * Tue May 16 2006 Adam Spiers 4.0.13-3 - Force prefix to /usr * Mon May 15 2006 Adam Spiers 4.0.13-2 - Finally get savemessage_searchforheader right? * Sun May 14 2006 Adam Spiers 4.0.13-1 - Updated for 4.0.13 * Sat Apr 29 2006 Adam Spiers 4.0.11-2 - Add patch for Groupwise IMAP servers. * Fri Apr 28 2006 Adam Spiers 4.0.11-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Dec 2006 17:47:21 -0000 1.1 +++ .cvsignore 3 Dec 2006 17:47:54 -0000 1.2 @@ -0,0 +1 @@ +offlineimap_4.0.16.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Dec 2006 17:47:21 -0000 1.1 +++ sources 3 Dec 2006 17:47:54 -0000 1.2 @@ -0,0 +1 @@ +3de813eec9afa373006ac5cad7299389 offlineimap_4.0.16.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 17:59:48 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:59:48 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-DataObject.spec, 1.1, 1.2 Message-ID: <200612031759.kB3Hxm7X024036@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23990/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-DataObject.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-5/php-pear-Structures-DataGrid-DataSource-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-DataObject.spec 21 Nov 2006 14:58:17 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-DataObject.spec 3 Dec 2006 17:59:18 -0000 1.2 @@ -3,20 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-DataObject Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using PEAR::DB_DataObject Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(Structures_DataGrid) php-pear(DB_DataObject) -Requires(hint): php-pear(DB_DataObject_FormBuilder) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(DB_DataObject) >= 1.8.4 +Requires(hint): php-pear(DB_DataObject_FormBuilder) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -29,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -67,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:59:49 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:59:49 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-DataObject.spec, 1.1, 1.2 Message-ID: <200612031759.kB3HxnRN024039@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23990/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-DataObject.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-6/php-pear-Structures-DataGrid-DataSource-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-DataObject.spec 21 Nov 2006 14:58:17 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-DataObject.spec 3 Dec 2006 17:59:19 -0000 1.2 @@ -3,20 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-DataObject Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using PEAR::DB_DataObject Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(Structures_DataGrid) php-pear(DB_DataObject) -Requires(hint): php-pear(DB_DataObject_FormBuilder) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(DB_DataObject) >= 1.8.4 +Requires(hint): php-pear(DB_DataObject_FormBuilder) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -29,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -67,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:59:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:59:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-DataObject/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-DataObject.spec, 1.1, 1.2 Message-ID: <200612031759.kB3HxsV5024042@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23990/devel Modified Files: php-pear-Structures-DataGrid-DataSource-DataObject.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/devel/php-pear-Structures-DataGrid-DataSource-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-DataObject.spec 21 Nov 2006 14:58:17 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-DataObject.spec 3 Dec 2006 17:59:24 -0000 1.2 @@ -3,20 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-DataObject Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using PEAR::DB_DataObject Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(Structures_DataGrid) php-pear(DB_DataObject) -Requires(hint): php-pear(DB_DataObject_FormBuilder) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(DB_DataObject) >= 1.8.4 +Requires(hint): php-pear(DB_DataObject_FormBuilder) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -29,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -67,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:08:25 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:08:25 -0500 Subject: rpms/wordpress/FC-4 wordpress-bz213985.patch, NONE, 1.1 wordpress.spec, 1.5, 1.6 Message-ID: <200612031808.kB3I8P1g027312@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27256 Modified Files: wordpress.spec Added Files: wordpress-bz213985.patch Log Message: Fix for BZ 213985 wordpress-bz213985.patch: --- NEW FILE wordpress-bz213985.patch --- diff -ruN wp-204/wp-content/plugins/wp-db-backup.php wp-205/wp-content/plugins/wp-db-backup.php --- wp-204/wp-content/plugins/wp-db-backup.php 2006-07-26 18:56:56.000000000 -0400 +++ wp-205/wp-content/plugins/wp-db-backup.php 2006-09-25 14:51:54.000000000 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which @@ -69,7 +69,8 @@ $via = isset($_GET['via']) ? $_GET['via'] : 'http'; $this->backup_file = $_GET['backup']; - + $this->validate_file($this->backup_file); + switch($via) { case 'smtp': case 'email': @@ -95,6 +96,7 @@ } if (isset($_GET['fragment'] )) { list($table, $segment, $filename) = explode(':', $_GET['fragment']); + $this->validate_file($filename); $this->backup_fragment($table, $segment, $filename); } @@ -881,6 +883,18 @@ return; } // wp_cron_db_backup + + function validate_file($file) { + if (false !== strpos($file, '..')) + die(__("Cheatin' uh ?")); + + if (false !== strpos($file, './')) + die(__("Cheatin' uh ?")); + + if (':' == substr($file, 1, 1)) + die(__("Cheatin' uh ?")); + } + } function wpdbBackup_init() { Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wordpress.spec 27 Oct 2006 01:18:38 -0000 1.5 +++ wordpress.spec 3 Dec 2006 18:07:55 -0000 1.6 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,6 +11,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress +Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, mysql-server, php-mysql BuildArch: noarch @@ -21,6 +22,7 @@ %prep %setup -q -n wordpress +%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -72,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 john Berninger - 2.0.4-2 +- Fix wp-db-backup.php vuln in BZ 213985 + * Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 From fedora-extras-commits at redhat.com Sun Dec 3 18:09:08 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:09:08 -0500 Subject: rpms/wordpress/FC-5 wordpress-bz213985.patch, NONE, 1.1 wordpress.spec, 1.6, 1.7 Message-ID: <200612031809.kB3I98Nu027374@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27355 Modified Files: wordpress.spec Added Files: wordpress-bz213985.patch Log Message: Fix for BZ 213985 wordpress-bz213985.patch: --- NEW FILE wordpress-bz213985.patch --- diff -ruN wp-204/wp-content/plugins/wp-db-backup.php wp-205/wp-content/plugins/wp-db-backup.php --- wp-204/wp-content/plugins/wp-db-backup.php 2006-07-26 18:56:56.000000000 -0400 +++ wp-205/wp-content/plugins/wp-db-backup.php 2006-09-25 14:51:54.000000000 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which @@ -69,7 +69,8 @@ $via = isset($_GET['via']) ? $_GET['via'] : 'http'; $this->backup_file = $_GET['backup']; - + $this->validate_file($this->backup_file); + switch($via) { case 'smtp': case 'email': @@ -95,6 +96,7 @@ } if (isset($_GET['fragment'] )) { list($table, $segment, $filename) = explode(':', $_GET['fragment']); + $this->validate_file($filename); $this->backup_fragment($table, $segment, $filename); } @@ -881,6 +883,18 @@ return; } // wp_cron_db_backup + + function validate_file($file) { + if (false !== strpos($file, '..')) + die(__("Cheatin' uh ?")); + + if (false !== strpos($file, './')) + die(__("Cheatin' uh ?")); + + if (':' == substr($file, 1, 1)) + die(__("Cheatin' uh ?")); + } + } function wpdbBackup_init() { Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 27 Oct 2006 01:18:39 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:08:38 -0000 1.7 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,6 +11,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress +Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, mysql-server, php-mysql BuildArch: noarch @@ -21,6 +22,7 @@ %prep %setup -q -n wordpress +%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -72,7 +74,10 @@ %dir %{_sysconfdir}/wordpress %changelog -* Thu Oct 26 2006 John Benringer - 2.0.4-1 +* Sun Dec 3 2006 John Berninger - 2.0.4-2 +- Fix wp-db-backup.php vuln in BZ 213985 + +* Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 * Sat Aug 12 2006 John Berninger - 2.0.4-0 From fedora-extras-commits at redhat.com Sun Dec 3 18:09:48 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:09:48 -0500 Subject: rpms/wordpress/FC-6 wordpress-bz213985.patch, NONE, 1.1 wordpress.spec, 1.6, 1.7 Message-ID: <200612031809.kB3I9mYC027436@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27417 Modified Files: wordpress.spec Added Files: wordpress-bz213985.patch Log Message: Fix for BZ 213985 wordpress-bz213985.patch: --- NEW FILE wordpress-bz213985.patch --- diff -ruN wp-204/wp-content/plugins/wp-db-backup.php wp-205/wp-content/plugins/wp-db-backup.php --- wp-204/wp-content/plugins/wp-db-backup.php 2006-07-26 18:56:56.000000000 -0400 +++ wp-205/wp-content/plugins/wp-db-backup.php 2006-09-25 14:51:54.000000000 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which @@ -69,7 +69,8 @@ $via = isset($_GET['via']) ? $_GET['via'] : 'http'; $this->backup_file = $_GET['backup']; - + $this->validate_file($this->backup_file); + switch($via) { case 'smtp': case 'email': @@ -95,6 +96,7 @@ } if (isset($_GET['fragment'] )) { list($table, $segment, $filename) = explode(':', $_GET['fragment']); + $this->validate_file($filename); $this->backup_fragment($table, $segment, $filename); } @@ -881,6 +883,18 @@ return; } // wp_cron_db_backup + + function validate_file($file) { + if (false !== strpos($file, '..')) + die(__("Cheatin' uh ?")); + + if (false !== strpos($file, './')) + die(__("Cheatin' uh ?")); + + if (':' == substr($file, 1, 1)) + die(__("Cheatin' uh ?")); + } + } function wpdbBackup_init() { Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 27 Oct 2006 01:18:40 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:09:18 -0000 1.7 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,6 +11,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress +Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, mysql-server, php-mysql BuildArch: noarch @@ -21,6 +22,7 @@ %prep %setup -q -n wordpress +%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -72,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-2 +- Fix wp-db-backup.php vuln in BZ 213985 + * Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 From fedora-extras-commits at redhat.com Sun Dec 3 18:10:28 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:10:28 -0500 Subject: rpms/wordpress/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.6, 1.7 Message-ID: <200612031810.kB3IAS4d027504@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27478 Modified Files: .cvsignore sources wordpress.spec Log Message: Fix for BZ 213985 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 22:25:05 -0000 1.3 +++ .cvsignore 3 Dec 2006 18:09:58 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 22:25:05 -0000 1.3 +++ sources 3 Dec 2006 18:09:58 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 27 Oct 2006 01:18:40 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:09:58 -0000 1.7 @@ -1,7 +1,7 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing Release: 1%{?dist} License: GPL @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.5-1 +- Update to upstream 2.0.5 to fix vuln in bz 213985 + * Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 From fedora-extras-commits at redhat.com Sun Dec 3 18:14:34 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 13:14:34 -0500 Subject: owners owners.list,1.2050,1.2051 Message-ID: <200612031814.kB3IEYuM027634@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27569 Modified Files: owners.list Log Message: added offlineimap Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2050 retrieving revision 1.2051 diff -u -r1.2050 -r1.2051 --- owners.list 2 Dec 2006 21:09:27 -0000 1.2050 +++ owners.list 3 Dec 2006 18:14:04 -0000 1.2051 @@ -1239,6 +1239,7 @@ Fedora Extras|octave-forge|Contributed functions for octave|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|oddjob|A D-BUS service which runs odd jobs on behalf of client applications|nalin at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ode|High performance library for simulating rigid body dynamics|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|hugo at devin.com.br +Fedora Extras|offlineimap|sync local and remote mail repositories via imap|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|ogre|Object-Oriented Graphics Rendering Engine library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|oidentd|Implementation of the RFC1413 identification server|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|oki4linux|OKIPAGE (4w, 4w Plus, 6w, 8w, 8w Lite, 8z), OL400w printer driver|rpm at greysector.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 3 18:14:33 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:14:33 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2 Message-ID: <200612031814.kB3IEXnM027630@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: no longer own common dirs Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 2 Dec 2006 21:07:33 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:03 -0000 1.2 @@ -3,19 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(XML_RSS) -Requires: php-pear(Structures_DataGrid_DataSource_Array) +Requires: php-pear(PEAR) +Requires: php-pear(XML_RSS) >= 0.9.2 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add LICENSE to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:14:34 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:14:34 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2 Message-ID: <200612031814.kB3IEYcf027633@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: no longer own common dirs Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 2 Dec 2006 21:07:33 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:04 -0000 1.2 @@ -3,19 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(XML_RSS) -Requires: php-pear(Structures_DataGrid_DataSource_Array) +Requires: php-pear(PEAR) +Requires: php-pear(XML_RSS) >= 0.9.2 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add LICENSE to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:14:39 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:14:39 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2 Message-ID: <200612031814.kB3IEdWN027643@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/devel Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: no longer own common dirs Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 2 Dec 2006 21:07:33 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:09 -0000 1.2 @@ -3,19 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(XML_RSS) -Requires: php-pear(Structures_DataGrid_DataSource_Array) +Requires: php-pear(PEAR) +Requires: php-pear(XML_RSS) >= 0.9.2 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add LICENSE to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:17:15 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:17:15 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.2, 1.3 Message-ID: <200612031817.kB3IHFqr027762@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Added Files: PHP-LICENSE-3.01 Log Message: retag for rebuild --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:03 -0000 1.2 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:16:45 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-3 +- Retag for rebuild (forgot to commit license files to CVS) + * Sun Dec 03 2006 Christopher Stone 0.1.0-2 - No longer own common directories - Add versioned Requires From fedora-extras-commits at redhat.com Sun Dec 3 18:17:15 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:17:15 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.2, 1.3 Message-ID: <200612031817.kB3IHFU2027765@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Added Files: PHP-LICENSE-3.01 Log Message: retag for rebuild --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:04 -0000 1.2 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:16:45 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-3 +- Retag for rebuild (forgot to commit license files to CVS) + * Sun Dec 03 2006 Christopher Stone 0.1.0-2 - No longer own common directories - Add versioned Requires From fedora-extras-commits at redhat.com Sun Dec 3 18:17:20 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:17:20 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.2, 1.3 Message-ID: <200612031817.kB3IHKem027768@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/devel Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Added Files: PHP-LICENSE-3.01 Log Message: retag for rebuild --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:09 -0000 1.2 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:16:50 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-3 +- Retag for rebuild (forgot to commit license files to CVS) + * Sun Dec 03 2006 Christopher Stone 0.1.0-2 - No longer own common directories - Add versioned Requires From fedora-extras-commits at redhat.com Sun Dec 3 18:26:12 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:26:12 -0500 Subject: rpms/wordpress/FC-4 wordpress.spec,1.6,1.7 Message-ID: <200612031826.kB3IQC6e027908@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27893 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 3 Dec 2006 18:07:55 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:25:42 -0000 1.7 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -13,7 +13,7 @@ Source2: README.fedora.wordpress Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 john Berninger - 2.0.4-3 +- Remove mysql-server dependency + * Sun Dec 3 2006 john Berninger - 2.0.4-2 - Fix wp-db-backup.php vuln in BZ 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:26:55 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:26:55 -0500 Subject: rpms/wordpress/FC-5 wordpress.spec,1.7,1.8 Message-ID: <200612031826.kB3IQtw2027978@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27952 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:08:38 -0000 1.7 +++ wordpress.spec 3 Dec 2006 18:26:24 -0000 1.8 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -13,7 +13,7 @@ Source2: README.fedora.wordpress Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-3 +- Remove mysql-server dependency + * Sun Dec 3 2006 John Berninger - 2.0.4-2 - Fix wp-db-backup.php vuln in BZ 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:27:52 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:27:52 -0500 Subject: rpms/wordpress/FC-6 wordpress.spec,1.7,1.8 Message-ID: <200612031827.kB3IRqY0028039@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28022 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:09:18 -0000 1.7 +++ wordpress.spec 3 Dec 2006 18:27:22 -0000 1.8 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-3 +- Remove mysql-server dependency + * Sun Dec 3 2006 John Berninger - 2.0.4-2 - Fix wp-db-backup.php vuln in BZ 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:28:35 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:28:35 -0500 Subject: rpms/wordpress/devel wordpress.spec,1.7,1.8 Message-ID: <200612031828.kB3ISZAG028098@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28083 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:09:58 -0000 1.7 +++ wordpress.spec 3 Dec 2006 18:28:05 -0000 1.8 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.5 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -12,7 +12,7 @@ Source1: wordpress-httpd-conf Source2: README.fedora.wordpress BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.5-2 +- Remove mysql-server dependency + * Sun Dec 3 2006 John Berninger - 2.0.5-1 - Update to upstream 2.0.5 to fix vuln in bz 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:32:13 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:32:13 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 PHP-LICENSE-3.01, NONE, 1.1 Message-ID: <200612031832.kB3IWDeK028160@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28153/FC-5 Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 18:32:18 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:32:18 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 PHP-LICENSE-3.01, NONE, 1.1 Message-ID: <200612031832.kB3IWIYa028175@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28153/FC-6 Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 18:32:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:32:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2 Message-ID: <200612031832.kB3IWspR028199@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28153/devel Modified Files: php-pear-Structures-DataGrid-Renderer-Pager.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/devel/php-pear-Structures-DataGrid-Renderer-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Pager.spec 16 Nov 2006 03:42:43 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Pager.spec 3 Dec 2006 18:32:24 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Pager Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using PEAR::Pager Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Pager) >= 2.4.0 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -27,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -65,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/Renderer +%{pear_phpdir}/Structures/DataGrid/Renderer/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:35:04 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:35:04 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2 Message-ID: <200612031835.kB3IZ41e028272@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28244/FC-5 Modified Files: php-pear-Structures-DataGrid-Renderer-Pager.spec Log Message: commit spec too Index: php-pear-Structures-DataGrid-Renderer-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5/php-pear-Structures-DataGrid-Renderer-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Pager.spec 16 Nov 2006 03:42:43 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Pager.spec 3 Dec 2006 18:34:34 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Pager Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using PEAR::Pager Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Pager) >= 2.4.0 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -27,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -65,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/Renderer +%{pear_phpdir}/Structures/DataGrid/Renderer/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:35:04 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:35:04 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2 Message-ID: <200612031835.kB3IZ4ON028275@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28244/FC-6 Modified Files: php-pear-Structures-DataGrid-Renderer-Pager.spec Log Message: commit spec too Index: php-pear-Structures-DataGrid-Renderer-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6/php-pear-Structures-DataGrid-Renderer-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Pager.spec 16 Nov 2006 03:42:43 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Pager.spec 3 Dec 2006 18:34:34 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Pager Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using PEAR::Pager Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Pager) >= 2.4.0 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -27,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -65,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/Renderer +%{pear_phpdir}/Structures/DataGrid/Renderer/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:44:47 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:44:47 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Smarty/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Smarty.spec, 1.1, 1.2 Message-ID: <200612031844.kB3IilbT028425@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377/devel Modified Files: php-pear-Structures-DataGrid-Renderer-Smarty.spec Added Files: PHP-LICENSE-3.01 Log Message: add license to %doc and versioned requires --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Smarty.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/devel/php-pear-Structures-DataGrid-Renderer-Smarty.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Smarty.spec 16 Nov 2006 04:05:55 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Smarty.spec 3 Dec 2006 18:44:16 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Smarty Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using Smarty Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid_Renderer_Pager) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_Renderer_Pager) >= 0.1.0 Requires: php-Smarty Requires(post): %{__pear} Requires(postun): %{__pear} @@ -30,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -68,10 +72,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/Renderer/Smarty.php %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.2-2 +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:44:46 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:44:46 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Smarty.spec, 1.1, 1.2 Message-ID: <200612031844.kB3IikrY028421@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377/FC-5 Modified Files: php-pear-Structures-DataGrid-Renderer-Smarty.spec Added Files: PHP-LICENSE-3.01 Log Message: add license to %doc and versioned requires --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Smarty.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-5/php-pear-Structures-DataGrid-Renderer-Smarty.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Smarty.spec 16 Nov 2006 04:05:55 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Smarty.spec 3 Dec 2006 18:44:16 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Smarty Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using Smarty Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid_Renderer_Pager) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_Renderer_Pager) >= 0.1.0 Requires: php-Smarty Requires(post): %{__pear} Requires(postun): %{__pear} @@ -30,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -68,10 +72,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/Renderer/Smarty.php %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.2-2 +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:44:46 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:44:46 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Smarty.spec, 1.1, 1.2 Message-ID: <200612031844.kB3IikdO028424@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377/FC-6 Modified Files: php-pear-Structures-DataGrid-Renderer-Smarty.spec Added Files: PHP-LICENSE-3.01 Log Message: add license to %doc and versioned requires --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Smarty.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-6/php-pear-Structures-DataGrid-Renderer-Smarty.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Smarty.spec 16 Nov 2006 04:05:55 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Smarty.spec 3 Dec 2006 18:44:16 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Smarty Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using Smarty Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid_Renderer_Pager) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_Renderer_Pager) >= 0.1.0 Requires: php-Smarty Requires(post): %{__pear} Requires(postun): %{__pear} @@ -30,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -68,10 +72,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/Renderer/Smarty.php %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.2-2 +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 19:03:07 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 14:03:07 -0500 Subject: rpms/poker-engine/FC-5 .cvsignore, 1.6, 1.7 poker-engine.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200612031903.kB3J377a031722@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31673/FC-5 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Oct 2006 05:14:03 -0000 1.6 +++ .cvsignore 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -poker-engine-1.0.19.tar.gz +poker-engine-1.0.20.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/poker-engine.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- poker-engine.spec 17 Oct 2006 05:14:03 -0000 1.11 +++ poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.12 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Sun Dec 03 2006 Christopher Stone 1.0.20-1 +- Upstream sync + * Mon Oct 16 2006 Christopher Stone 1.0.19-1 - Upstream sync - Own all directories created Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Oct 2006 05:14:03 -0000 1.6 +++ sources 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -466024b92115f595ac7e4954edacefee poker-engine-1.0.19.tar.gz +89a7b157572ffdf5df22bde5991e04ff poker-engine-1.0.20.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 19:03:12 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 14:03:12 -0500 Subject: rpms/poker-engine/devel .cvsignore, 1.6, 1.7 poker-engine.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612031903.kB3J3C5v031732@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31673/devel Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Oct 2006 05:09:32 -0000 1.6 +++ .cvsignore 3 Dec 2006 19:02:42 -0000 1.7 @@ -1 +1 @@ -poker-engine-1.0.19.tar.gz +poker-engine-1.0.20.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-engine.spec 17 Oct 2006 05:09:32 -0000 1.12 +++ poker-engine.spec 3 Dec 2006 19:02:42 -0000 1.13 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Sun Dec 03 2006 Christopher Stone 1.0.20-1 +- Upstream sync + * Mon Oct 16 2006 Christopher Stone 1.0.19-1 - Upstream sync - Own all directories created Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Oct 2006 05:09:32 -0000 1.6 +++ sources 3 Dec 2006 19:02:42 -0000 1.7 @@ -1 +1 @@ -466024b92115f595ac7e4954edacefee poker-engine-1.0.19.tar.gz +89a7b157572ffdf5df22bde5991e04ff poker-engine-1.0.20.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 19:03:07 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 14:03:07 -0500 Subject: rpms/poker-engine/FC-6 .cvsignore, 1.6, 1.7 poker-engine.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612031903.kB3J37DK031727@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31673/FC-6 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Oct 2006 05:09:32 -0000 1.6 +++ .cvsignore 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -poker-engine-1.0.19.tar.gz +poker-engine-1.0.20.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/poker-engine.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-engine.spec 17 Oct 2006 05:09:32 -0000 1.12 +++ poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.13 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Sun Dec 03 2006 Christopher Stone 1.0.20-1 +- Upstream sync + * Mon Oct 16 2006 Christopher Stone 1.0.19-1 - Upstream sync - Own all directories created Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Oct 2006 05:09:32 -0000 1.6 +++ sources 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -466024b92115f595ac7e4954edacefee poker-engine-1.0.19.tar.gz +89a7b157572ffdf5df22bde5991e04ff poker-engine-1.0.20.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 19:51:57 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:51:57 -0500 Subject: fedora-updates-system/updatessystem/tests test_controllers.py, 1.1, 1.2 test_model.py, 1.2, 1.3 Message-ID: <200612031951.kB3JpvhQ032195@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/tests In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem/tests Modified Files: test_controllers.py test_model.py Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg Index: test_controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_controllers.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test_controllers.py 12 Nov 2006 20:08:07 -0000 1.1 +++ test_controllers.py 3 Dec 2006 19:51:57 -0000 1.2 @@ -1,16 +1,19 @@ -from turbogears import testutil -from updatessystem.controllers import Root -import cherrypy +# $Id$ -cherrypy.root = Root() +#import cherrypy +# +#from turbogears import testutil +#from updatessystem.controllers import Root -def test_method(): - "the index method should return a string called now" - import types - result = testutil.call(cherrypy.root.index) - assert type(result["now"]) == types.StringType +#cherrypy.root = Root() -def test_indextitle(): - "The mainpage should have the right title" - testutil.createRequest("/") - assert "Welcome to TurboGears" in cherrypy.response.body[0] +#def test_method(): +# "the index method should return a string called now" +# import types +# result = testutil.call(cherrypy.root.index) +# assert type(result["now"]) == types.StringType +# +#def test_indextitle(): +# "The mainpage should have the right title" +# testutil.createRequest("/") +# assert "Welcome to TurboGears" in cherrypy.response.body[0] Index: test_model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_model.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test_model.py 22 Nov 2006 07:21:50 -0000 1.2 +++ test_model.py 3 Dec 2006 19:51:57 -0000 1.3 @@ -1,11 +1,10 @@ -# If your project uses a database, you can set up database tests -# similar to what you see below. Be sure to set the db_uri to -# an appropriate uri for your testing database. sqlite is a good -# choice for testing, because you can use an in-memory database -# which is very fast. +# $Id$ + +import datetime from turbogears import testutil, database -from updatessystem.model import Release, Package, PackageUpdate, Bugzilla +from updatessystem.model import Release, Package, PackageUpdate, Bugzilla, \ + Comment, CVE database.set_db_uri("sqlite:///:memory:") @@ -13,5 +12,57 @@ def get_model(self): return Release def test_creation(self): - rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod') + rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod', + arches='i386 ppc x86_64') assert rel.long_name == 'Fedora Core 6' + +class TestPackage(testutil.DBTest): + def get_model(self): + return Package + def test_creation(self): + pkg = Package(name='nethack') + assert pkg.name == 'nethack' + +class TestPackageUpdate(testutil.DBTest): + def get_model(self): + return PackageUpdate + def test_creation(self): + pkg = Package(name='foobar') + rel = Release(name='fc5', long_name='Fedora Core 5', + codename='Bordeaux', arches='i386 ppc x86_64') + up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, + submitter='lmacken at fedoraproject.org', + testing=True, security=True, + embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), + notes='Update notes and such') + bug = Bugzilla(bz_id=1234) + cve = CVE(cve_id="CVE-2006-1234") + up.addBugzilla(bug) + up.addCVE(cve) + +class TestComment(testutil.DBTest): + def get_model(self): + return Comment + def test_creation(self): + pkg = Package(name='foobar') + rel = Release(name='fc5', long_name='Fedora Core 5', + codename='Bordeaux', arches='i386 ppc x86_64') + up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, + submitter='lmacken at fedoraproject.org', + testing=True, security=True, + embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), + notes='Update notes and such') + comment = Comment(update=up, user='lmacken at fedoraproject.org', + text='Test comment') + +class TestCVE(testutil.DBTest): + def get_model(self): + return CVE + def test_creation(self): + cve = CVE(cve_id="CVE-2006-0000") + +class TestBugzilla(testutil.DBTest): + def get_model(self): + return Bugzilla + def test_creation(self): + bug = Bugzilla(bz_id=1234) From fedora-extras-commits at redhat.com Sun Dec 3 19:52:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:21 -0500 Subject: fedora-updates-system README,1.3,1.4 Message-ID: <200612031952.kB3JqLMu032198@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115 Modified Files: README Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg Index: README =================================================================== RCS file: /cvs/fedora/fedora-updates-system/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README 22 Nov 2006 07:21:45 -0000 1.3 +++ README 3 Dec 2006 19:51:51 -0000 1.4 @@ -16,6 +16,4 @@ ===================================== All tests are stored in the 'tests' module in this project, and can be - run by executing the following command in top level of the project: - - python setup.py testgears + run by executing the command `nosetests` in top level of the project. From fedora-extras-commits at redhat.com Sun Dec 3 19:52:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:27 -0500 Subject: fedora-updates-system/updatessystem buildsys.py, NONE, 1.1 mail.py, NONE, 1.1 rpc.py, NONE, 1.1 controllers.py, 1.3, 1.4 model.py, 1.3, 1.4 new.py, 1.3, 1.4 release.py, 1.1, 1.2 Message-ID: <200612031952.kB3JqRWQ032204@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem Modified Files: controllers.py model.py new.py release.py Added Files: buildsys.py mail.py rpc.py Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg ***** Error reading new file: [Errno 2] No such file or directory: 'buildsys.py' ***** Error reading new file: [Errno 2] No such file or directory: 'mail.py' ***** Error reading new file: [Errno 2] No such file or directory: 'rpc.py' Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- controllers.py 24 Nov 2006 08:35:50 -0000 1.3 +++ controllers.py 3 Dec 2006 19:51:51 -0000 1.4 @@ -1,33 +1,34 @@ # $Id$ +import mail +import util import logging import cherrypy -import turbogears +#import turbogears -from new import NewUpdate -from model import PackageUpdate +from new import NewUpdate, update_form +from push import Pusher +from model import Package, PackageUpdate, Release, Bugzilla, CVE +from widgets import PackageUpdateForm +from sqlobject import SQLObjectNotFound +from elementtree import ElementTree as ET from updatessystem import json -from turbogears import controllers, expose, validate, redirect -from turbogears import identity - -from turbogears.widgets import DataGrid +from turbogears import (controllers, expose, validate, redirect, identity, + paginate, flash, error_handler) log = logging.getLogger(__name__) class Root(controllers.RootController): new = NewUpdate() + push = Pusher() @expose(template="updatessystem.templates.welcome") - def index(self): - """ - TODO - - veryify identity - """ - import time - log.debug("Happy TurboGears Controller Responding For Duty") - return dict(now=time.ctime()) + def index(self, tg_errors=None): + if tg_errors: + log.debug("ERROR: %s" % str(tg_errors)) + return dict() @expose(template="updatessystem.templates.login") def login(self, forward_url=None, previous_url=None, *args, **kw): @@ -44,7 +45,7 @@ if identity.was_login_attempted(): msg=_("The credentials you supplied were not correct or " - "did not grant access to this resource.") + "did not grant access to this resource.") elif identity.get_identity_errors(): msg=_("You must provide your credentials before accessing " "this resource.") @@ -55,28 +56,117 @@ return dict(message=msg, previous_url=previous_url, logging_in=True, original_parameters=cherrypy.request.params, forward_url=forward_url) + @expose() + def logout(self): + identity.current.logout() + raise redirect("/") @expose(template="updatessystem.templates.list") + @paginate('updates', default_order='update_id') def list(self, skip=0): - """ List all updates. """ + """ List all updates """ updates = PackageUpdate.select() - table = DataGrid(fields=[('Package', lambda x: x.nvr), - ('Release', lambda x: x.release.name), - ('Status', lambda x: x.testing == True and - 'Testing' or 'Final'), - ('Security', lambda x: x.security), - ('Embargo', lambda x: x.embargo), - ('Mail Sent', lambda x: x.mail_sent), - ('Date', lambda x: x.date_submitted)], - default=updates[skip:skip+15]) - return dict(updates=table) + return dict(updates=updates) @expose(template='updatessystem.templates.show') def show(self, update): - update = PackageUpdate.byNvr(update) + try: + update = PackageUpdate.byNvr(update) + except SQLObjectNotFound: + flash("Update %s not found" % update) + raise redirect("/list") return dict(update=update) @expose() - def logout(self): - identity.current.logout() - raise redirect("/") + def delete(self, update): + try: + up = PackageUpdate.byNvr(update) + except SQLObjectNotFound: + flash("Update %s not found" % update) + raise redirect("/list") + if up.pushed: + # TODO: Removing pushed updates should essentially unpush? + # - remove from update stage + # - regenerate metadata (remove extended metadata) + # - remove from database + # - sync to mirrors + flash("Cannot delete %s; it has already been pushed" % update) + else: + up.destroySelf() + flash("%s deleted" % update) + raise redirect("/list") + + @expose(template='updatessystem.templates.form') + def edit(self, update): + import string + try: + up = PackageUpdate.byNvr(update) + except SQLObjectNotFound: + flash("Update %s not found") + raise redirect("/list") + values = { + 'nvr' : up.nvr, + 'release' : up.release.name, + 'testing' : up.testing, + 'security' : up.security, + 'embargo' : up.embargo, + 'notes' : up.notes, + 'bugs' : string.join([str(bug.bz_id) for bug in up.bugs]), + 'cves' : string.join([cve.cve_id for cve in up.cves]), + 'edited' : up.nvr + } + return dict(form=update_form, values=values, action='/save') + + + @expose() + @error_handler(new.index) + @validate(form=update_form) + def save(self, release, bugs, cves, edited, **kw): + """ Validate and save data from a PackageUpdateForm. """ + release = Release.byName(release) + + if edited and kw['nvr'] != edited: + flash("You cannot change the package n-v-r after submission") + raise redirect('/show/%s' % edited) + + if not edited: # new update + try: + name = util.get_nvr(kw['nvr'])[0] + package = Package.byName(name) + except IndexError: + flash("Package needs to be in name-ver-rel format") + raise redirect('/new') + except SQLObjectNotFound: + flash("Package %s not found" % name) + raise redirect('/new') + log.debug("Adding new update %s" % package) + p = PackageUpdate(package=package, release=release, + submitter='FIXME', **kw) + else: # edited update + from datetime import datetime + log.debug("Edited update %s" % edited) + p = PackageUpdate.byNvr(edited) + p.set(release=release, date_modified=datetime.now(), **kw) + map(p.removeBugzilla, p.bugs) + map(p.removeCVE, p.cves) + + # Add each bug and CVE to this package + for bug in bugs.replace(',', ' ').split(): + bz = None + try: + bz = Bugzilla.byBz_id(int(bug)) + except SQLObjectNotFound: + bz = Bugzilla(bz_id=int(bug)) + p.addBugzilla(bz) + for cve_id in cves.replace(',', ' ').split(): + cve = None + try: + cve = CVE.byCve_id(cve_id) + except SQLObjectNotFound: + cve = CVE(cve_id=cve_id) + p.addCVE(cve) + + if edited: flash("Update successfully edited") + else: flash("Update successfully added") + + raise redirect('/show/%s' % p.nvr) Index: model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/model.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- model.py 24 Nov 2006 08:35:50 -0000 1.3 +++ model.py 3 Dec 2006 19:51:51 -0000 1.4 @@ -1,8 +1,6 @@ #!/usr/bin/env python # $Id$ -import xmlrpclib - from sqlobject import * from datetime import datetime @@ -14,62 +12,66 @@ class Release(SQLObject): """ Table of releases that we will be pushing updates for """ - class sqlmeta: - table = 'release_table' - name = UnicodeCol(alternateID=True, notNone=True) - long_name = UnicodeCol(notNone=True) - codename = UnicodeCol() - updates = MultipleJoin('PackageUpdate', joinColumn='release_id') + name = UnicodeCol(alternateID=True, notNone=True) + long_name = UnicodeCol(notNone=True) + codename = UnicodeCol() + updates = MultipleJoin('PackageUpdate', joinColumn='release_id') + arches = UnicodeCol() class Package(SQLObject): """ - Table of packages in Fedora. We should eventually look into getting - this information from the package database instead of defining it - here. + Table of packages in available for updating. This table should + eventually populate itself from either the package database, or some + other reliable source. For now, they are populated when this model + is executed by hand. """ - class sqlmeta: - table = 'package_table' - package_name = UnicodeCol(alternateID=True, notNone=True) + name = UnicodeCol(alternateID=True, notNone=True) updates = MultipleJoin('PackageUpdate', joinColumn='package_id') class PackageUpdate(SQLObject): - class sqlmeta: - table = 'package_update' - nvr = UnicodeCol(notNone=True, alternateID=True) - date_submitted = DateTimeCol(default=datetime.now, notNone=True) - package = ForeignKey('Package') - submitter = UnicodeCol(notNone=True) - update_id = UnicodeCol(notNone=True) - cve_ids = UnicodeCol() - release = ForeignKey('Release') - testing = BoolCol() - security = BoolCol() - embargo = DateTimeCol(default=None) - pushed = BoolCol(default=False) - date_pushed = DateTimeCol(default=None) - notes = UnicodeCol() - mail_sent = BoolCol(default=False) - close_bugs = BoolCol(default=False) - bug_close_msg = UnicodeCol(default=None) - archived_mail = UnicodeCol(default=None) - needs_push = BoolCol(default=False) - bugs = RelatedJoin("Bugzilla") - comments = MultipleJoin('Comment', joinColumn='update_id') + """ This class defines an update in our system. """ + nvr = UnicodeCol(notNone=True, alternateID=True) + date_submitted = DateTimeCol(default=datetime.now, notNone=True) + date_modified = DateTimeCol(default=None) + package = ForeignKey('Package') + submitter = UnicodeCol(notNone=True) + update_id = UnicodeCol(default=None) + security = BoolCol() + embargo = DateTimeCol(default=None) + cves = RelatedJoin("CVE") + bugs = RelatedJoin("Bugzilla") + release = ForeignKey('Release') + testing = BoolCol() + pushed = BoolCol(default=False) + date_pushed = DateTimeCol(default=None) + notes = UnicodeCol() + mail_sent = BoolCol(default=False) + close_bugs = BoolCol(default=False) + bug_close_msg = UnicodeCol(default=None) + archived_mail = UnicodeCol(default=None) + needs_push = BoolCol(default=False) + comments = MultipleJoin('Comment', joinColumn='update_id') + + # TODO: keep track of all files in this update class Comment(SQLObject): - class sqlmeta: - table = 'comment_table' - update = ForeignKey('PackageUpdate') - user = UnicodeCol(notNone=True) - text = UnicodeCol(notNone=True) + """ Table of comments on updates. """ + update = ForeignKey('PackageUpdate', notNone=True) + user = UnicodeCol(notNone=True) + text = UnicodeCol(notNone=True) + +class CVE(SQLObject): + """ Table of CVEs fixed within updates that we know of. """ + cve_id = UnicodeCol(alternateID=True, notNone=True) + updates = RelatedJoin("PackageUpdate") class Bugzilla(SQLObject): - """ TODO: Automatically get title upon changing of bz_id """ - class sqlmeta: - table ='bugzilla_table' - bz_id = IntCol(alternateID=True) - title = UnicodeCol(default=None) - update = RelatedJoin("PackageUpdate") + """ Table of Bugzillas that we know about. """ + bz_id = IntCol(alternateID=True) + title = UnicodeCol(default=None) + updates = RelatedJoin("PackageUpdate") + + # TODO: automatically fetch bugzilla title upon creation _bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' _default_closemsg = "%(package)s has been released for %(release)s. If problems still persist, please make note of it in this bug report." @@ -93,9 +95,6 @@ pass class Visit(SQLObject): - class sqlmeta: - table = "visit" - visit_key = StringCol(length=40, alternateID=True, alternateMethodName="by_visit_key") created = DateTimeCol(default=datetime.now) @@ -154,12 +153,6 @@ alternateMethodName="by_email_address") display_name = UnicodeCol(length=255) password = UnicodeCol(length=40) - created = DateTimeCol(default=datetime.now) - - # groups this user belongs to - groups = RelatedJoin("Group", intermediateTable="user_group", - joinColumn="user_id", otherColumn="group_id") - def _get_permissions(self): perms = set() for g in self.groups: @@ -183,7 +176,7 @@ description = UnicodeCol(length=255) groups = RelatedJoin("Group", - intermediateTable="group_permission", + intermediateTable="group_permission", joinColumn="permission_id", otherColumn="group_id") @@ -209,8 +202,10 @@ ## TODO: Add packages from pkgdb ? releases = ( - { 'name' : 'fc6', 'long_name' : 'Fedora Core 6', 'codename' : 'Zod' }, - { 'name' : 'fc5', 'long_name' : 'Fedora Core 5', 'codename' : 'Bordeaux' } + { 'name' : 'fc6', 'long_name' : 'Fedora Core 6', 'codename' : 'Zod', + 'arches' : 'i386 x86_64 ppc' }, + { 'name' : 'fc5', 'long_name' : 'Fedora Core 5', 'codename' : 'Bordeaux', + 'arches' : 'i386 x86_64 ppc' } ) print "Initializing Release table..." @@ -219,7 +214,7 @@ print rel print "\nAdding packages..." - pkg = Package(package_name='foobar') + pkg = Package(name='foobar') print pkg hub.commit() Index: new.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/new.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- new.py 24 Nov 2006 08:35:50 -0000 1.3 +++ new.py 3 Dec 2006 19:51:51 -0000 1.4 @@ -2,129 +2,39 @@ import util import logging -import cherrypy -import turbogears -from model import Package, Release, Bugzilla, PackageUpdate -from datetime import datetime +from model import Release, Package, PackageUpdate, Bugzilla, CVE from sqlobject import SQLObjectNotFound -from exceptions import IndexError - -from turbogears import expose, controllers, validate, validators, redirect -from turbogears import flash - -from turbogears.widgets import TableForm, TextField, PasswordField, TextArea -from turbogears.widgets import AutoCompleteField, RadioButtonList, AjaxGrid -from turbogears.widgets import SingleSelectField, CheckBox -from turbogears.widgets import CalendarDateTimePicker +from turbogears import (expose, controllers, validate, validators, flash, + error_handler, redirect) +from turbogears.widgets import (WidgetsList, TextField, SingleSelectField, + CheckBox, TextArea, CalendarDatePicker, + TableForm, HiddenField) log = logging.getLogger(__name__) -# XXX: find a better place for these. -# also, why do these get run twice when starting the server? -packages = [pkg.package_name for pkg in Package.select()] -releases = [rel.name for rel in Release.select()] - - -class PackageValidator(validators.FancyValidator): - """ - Validator for package updates. We can do some trivial QA here to - prevent user error. - - TODO: get this working - """ - def _to_python(self, value, state): - return value['text'].strip() - - def validate_python(self, value, state): - """ - - check for duplicate update in db - - check broken update paths - - check cvs tag to make sure we don't push into wrong release - """ - from formencode.api import Invalid - log.debug("In PackageValidator.validate_python!!!!") - raise Invalid("foo", value, state) - - -class UpdateValidator(validators.Schema): - """ Validator for new updates. """ - pkg = PackageValidator() - #rel = validators.OneOf([rel.name for rel in Release.select()]) - rel = validators.String(not_empty=True) - security = validators.Bool() - embargo = validators.DateValidator() - testing = validators.Bool() - bugs = validators.String() - cves = validators.String() - notes = validators.String() +def get_releases(): + return [rel.name for rel in Release.select()] +class UpdateFields(WidgetsList): + nvr = TextField(label='Package', validator=validators.NotEmpty) + release = SingleSelectField(options=get_releases, + validator=validators.OneOf(get_releases())) + testing = CheckBox(validator=validators.Bool) + security = CheckBox(validator=validators.Bool) + embargo = CalendarDatePicker(validator=validators.DateConverter) + bugs = TextField(validator=validators.String) + cves = TextField(validator=validators.String) + notes = TextArea(validator=validators.String) + edited = HiddenField(default=None) -class NewUpdate(controllers.Controller): - """ The controller for adding new updates. """ +update_form = TableForm(fields=UpdateFields(), submit_text='Submit') - def create_update_form(self): - fields = [ - AutoCompleteField(name='pkg', label='Package', search_param='input', - search_controller='search', result_name='pkgs'), - SingleSelectField(name='rel', label='Release', - options=releases), - CheckBox(name='testing', label='Testing'), - CheckBox(name='security', label='Security Update'), - CalendarDateTimePicker(name='embargo'), - TextField(name='bugs', label='Bugs'), - TextField(name='cves', label='CVEs'), - TextArea(name='notes', label='Notes') - ] - return TableForm(fields=fields, name='update_form', action='add', - validators={ 'pkg' : PackageValidator(strip=True) }, - submit_text='Submit') +class NewUpdate(controllers.Controller): - @expose(template="updatessystem.templates.new") + @expose(template="updatessystem.templates.form") def index(self, tg_errors=None, *args, **kw): if tg_errors: flash("Something went wrong!") - log.debug("!!! Something went wrong !!!") - return dict(update_form=self.create_update_form()) - - @expose() - @turbogears.error_handler(index) - @validate(validators=UpdateValidator()) - def add(self, pkg, rel, bugs, cves, notes, embargo, security=False, - testing=False): - """ Add an update to the system. """ - release = Release.byName(rel) - - try: - name = util.get_nvr(pkg)[0] - package = Package.byPackage_name(name) - except IndexError: - flash("Package %s needs to be in name-ver-rel format" % pkg) - redirect('/new') - except SQLObjectNotFound: - flash("Package %s not found" % name) - redirect('/new') - - p = PackageUpdate(nvr=pkg, package=package, submitter='FIXME', - update_id='FIXME', cve_ids=cves, release=release, - notes=notes, security=security, testing=testing) - - # Add each bug to this package. Here we allow the user to enter bugs - # separated by spaces or commas. We also allow bugs to be associated - # with multiple updates, so we check if each already exists first. - for bug in bugs.replace(',', ' ').split(): - bz = None - try: - bz = Bugzilla.byBz_id(int(bug)) - except SQLObjectNotFound: - bz = Bugzilla(bz_id=int(bug)) - p.addBugzilla(bz) - - flash("Update successfully added!") - redirect('/show/%s' % pkg) - - @expose(format="json") - @turbogears.error_handler(index) - def search(self, input): - return dict(pkgs=filter(lambda item: item.lower().startswith(input), - packages)) + log.debug(tg_errors) + return dict(form=update_form, values={}, action="/save") Index: release.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/release.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- release.py 12 Nov 2006 20:07:58 -0000 1.1 +++ release.py 3 Dec 2006 19:51:51 -0000 1.2 @@ -1,4 +1,4 @@ -# $Header$ +# $Id$ # Release information about Fedora Updates System version = "1.0" From fedora-extras-commits at redhat.com Sun Dec 3 19:52:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:27 -0500 Subject: fedora-updates-system/updatessystem/config app.cfg,1.1,1.2 Message-ID: <200612031952.kB3JqRnW032207@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem/config Modified Files: app.cfg Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg Index: app.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- app.cfg 12 Nov 2006 20:08:03 -0000 1.1 +++ app.cfg 3 Dec 2006 19:51:57 -0000 1.2 @@ -1,4 +1,28 @@ [global] + +## Mail settings +from_addr = 'updates at fedora.redhat.com' +release_team_addr = 'updates at fedora.redhat.com' +mail_server = 'mail.corp.redhat.com' + +# Built packages +built_dir = '%(top_level_dir)s/test-built' + +# Where do we stage to? +stage_dir = '%(top_level_dir)s/updates-stage' + +# Where do we push to? +push_server = "bugzilla at wallace.redhat.com" + +# createrepo cache dir +createrepo_cache_dir = "/var/cache/createrepo/" + +# How do we push? +push_dir = "/var/ftp/download.fedora.redhat.com/pub/fedora/linux/core/updates/" +#push_cmd = "rsync -vHrltDe ssh --delete --delete-after %s %s:%s" % (stage_dir, push_server, push_dir) + +top_level_dir = "%(top_level_dir)s" + # The settings in this file should not vary depending on the deployment # environment. dev.cfg and prod.cfg are the locations for # the different deployment settings. Settings in this file will From fedora-extras-commits at redhat.com Sun Dec 3 19:52:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:27 -0500 Subject: fedora-updates-system/updatessystem/templates form.kid, NONE, 1.1 push.kid, NONE, 1.1 list.kid, 1.1, 1.2 master.kid, 1.2, 1.3 show.kid, 1.1, 1.2 welcome.kid, 1.1, 1.2 new.kid, 1.1, NONE Message-ID: <200612031952.kB3JqR3L032211@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/templates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem/templates Modified Files: list.kid master.kid show.kid welcome.kid Added Files: form.kid push.kid Removed Files: new.kid Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg --- NEW FILE form.kid ---
${form(value=values, action=action)}
--- NEW FILE push.kid --- Fedora Updates
${update.nvr}
Index: list.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/list.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- list.kid 12 Nov 2006 20:08:06 -0000 1.1 +++ list.kid 3 Dec 2006 19:51:57 -0000 1.2 @@ -9,7 +9,30 @@ - ${updates.display()} + + ${page} + ${page} + + + + + + + + + + + +
+ Package + + Security +
+ ${update.nvr} + + ${update.security} +
Index: master.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/master.kid,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- master.kid 24 Nov 2006 08:35:50 -0000 1.2 +++ master.kid 3 Dec 2006 19:51:57 -0000 1.3 @@ -36,8 +36,6 @@
- Index: show.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/show.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- show.kid 24 Nov 2006 08:35:50 -0000 1.1 +++ show.kid 3 Dec 2006 19:51:57 -0000 1.2 @@ -13,14 +13,14 @@ bugs = '' cves = '' bzlink = '%s ' -cvelink = '%s' +cvelink = '%s ' for bug in update.bugs: bugs += bzlink % (bug.bz_id, bug.bz_id) if bug.title: bugs += '- %s' % bug.title -for cve in update.cve_ids.replace(',', ' ').split(): - cves += cvelink % (cve, cve) +for cve in update.cves: + cves += cvelink % (cve.cve_id, cve.cve_id) ?> @@ -40,12 +40,30 @@ ['Mail Sent', update.mail_sent], ['Submitter', update.submitter], ['Date Submitted', update.date_submitted], - ['Update Notes', update.notes], - ['Archived Mail', update.archived_mail])"> - - ${field[0]}: ${field[1]} + ['Date Modified', update.date_modified], + ['Archived Mail', update.archived_mail], + ['Notes', update.notes])"> + + + ${field[0]}: ${field[1]} + + + + Actions + + + + + Delete + + + + + Edit + + Index: welcome.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/welcome.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- welcome.kid 12 Nov 2006 20:08:06 -0000 1.1 +++ welcome.kid 3 Dec 2006 19:51:57 -0000 1.2 @@ -3,48 +3,14 @@ py:extends="'master.kid'"> -Welcome to TurboGears +Fedora Updates - -
-
Your TurboGears application is now running.
- - -
-
    -
  1. -

    Model

    -

    Design models in the model.py.
    - Edit dev.cfg to use a different backend, or start with a pre-configured SQLite database.
    - Use script tg-admin sql create to create the database tables.

    -
  2. -
  3. -

    View

    -

    Edit html-like templates in the /templates folder;
    - Put all static contents in the /static folder.

    -
  4. -
  5. -

    Controller

    -

    Edit controllers.py and build your - website structure with the simplicity of Python objects.
    - TurboGears will automatically reload itself when you modify your project.

    -
  6. -
-
If you create something cool, please let people know, and consider contributing something back to the community.
-
- -
--- new.kid DELETED --- From fedora-extras-commits at redhat.com Sun Dec 3 19:57:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:57:47 -0500 Subject: fedora-updates-system/updatessystem push.py, NONE, 1.1 controllers.py, 1.4, 1.5 Message-ID: <200612031957.kB3JvlOD032267@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32251 Modified Files: controllers.py Added Files: push.py Log Message: no more PackageUpdateForm widget ***** Error reading new file: [Errno 2] No such file or directory: 'push.py' Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- controllers.py 3 Dec 2006 19:51:51 -0000 1.4 +++ controllers.py 3 Dec 2006 19:57:46 -0000 1.5 @@ -4,12 +4,10 @@ import util import logging import cherrypy -#import turbogears from new import NewUpdate, update_form from push import Pusher from model import Package, PackageUpdate, Release, Bugzilla, CVE -from widgets import PackageUpdateForm from sqlobject import SQLObjectNotFound from elementtree import ElementTree as ET from updatessystem import json @@ -122,7 +120,6 @@ @error_handler(new.index) @validate(form=update_form) def save(self, release, bugs, cves, edited, **kw): - """ Validate and save data from a PackageUpdateForm. """ release = Release.byName(release) if edited and kw['nvr'] != edited: From fedora-extras-commits at redhat.com Sun Dec 3 20:17:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:18 -0500 Subject: rpms/alfont - New directory Message-ID: <200612032017.kB3KHI7U003000@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2996/alfont Log Message: Directory /cvs/extras/rpms/alfont added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 20:17:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:23 -0500 Subject: rpms/alfont/devel - New directory Message-ID: <200612032017.kB3KHNeU003015@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2996/alfont/devel Log Message: Directory /cvs/extras/rpms/alfont/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 20:17:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:40 -0500 Subject: owners owners.list,1.2051,1.2052 Message-ID: <200612032017.kB3KHedg003036@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2970 Modified Files: owners.list Log Message: added alfont Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2051 retrieving revision 1.2052 diff -u -r1.2051 -r1.2052 --- owners.list 3 Dec 2006 18:14:04 -0000 1.2051 +++ owners.list 3 Dec 2006 20:17:09 -0000 1.2052 @@ -36,6 +36,7 @@ Fedora Extras|akode|Audio-decoding framework|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|alacarte|Simple menu editor for GNOME|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|foolish at guezz.net,jpmahowald at gmail.com Fedora Extras|alex4|Alex the Allegator 4 - Platform game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|alfont|Font rendering library for the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleggl|OpenGL support library for Allegro|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 3 20:17:43 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:43 -0500 Subject: rpms/alfont Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612032017.kB3KHhpo003048@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3042 Added Files: Makefile import.log Log Message: Setup of module alfont --- NEW FILE Makefile --- # Top level Makefile for module alfont all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 3 20:17:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:48 -0500 Subject: rpms/alfont/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612032017.kB3KHmXE003063@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3042/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module alfont --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 3 20:23:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:23:03 -0500 Subject: rpms/alfont import.log,1.1,1.2 Message-ID: <200612032023.kB3KN34v003146@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3109 Modified Files: import.log Log Message: auto-import alfont-2.0.6-2.fc7 on branch devel from alfont-2.0.6-2.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/alfont/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 3 Dec 2006 20:17:43 -0000 1.1 +++ import.log 3 Dec 2006 20:22:33 -0000 1.2 @@ -0,0 +1 @@ +alfont-2_0_6-2_fc7:HEAD:alfont-2.0.6-2.fc7.src.rpm:1165178321 From fedora-extras-commits at redhat.com Sun Dec 3 20:23:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:23:03 -0500 Subject: rpms/alfont/devel alfont-2.0.6-linux.patch, NONE, 1.1 alfont.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612032023.kB3KN3qM003148@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3109/devel Modified Files: .cvsignore sources Added Files: alfont-2.0.6-linux.patch alfont.spec Log Message: auto-import alfont-2.0.6-2.fc7 on branch devel from alfont-2.0.6-2.fc7.src.rpm alfont-2.0.6-linux.patch: --- NEW FILE alfont-2.0.6-linux.patch --- --- alfont-2.0.6/include/alfont.h~ 2006-11-30 13:48:16.000000000 +0100 +++ alfont-2.0.6/include/alfont.h 2006-11-30 13:48:16.000000000 +0100 @@ -10,9 +10,9 @@ /* See FTL.txt (FreeType Project License) for license */ -#define ALFONT_WINDOWS //When compiling in WINDOWS,please uncomment this line. +//#define ALFONT_WINDOWS //When compiling in WINDOWS,please uncomment this line. //#define ALFONT_DOS //When compiling in DOS,please uncomment this line. -//#define ALFONT_LINUX //When compiling in LINUX,please uncomment this line. +#define ALFONT_LINUX //When compiling in LINUX,please uncomment this line. #ifndef ALFONT_H @@ -461,4 +461,4 @@ Platform specifics RISCOS-LATIN1 -*/ \ No newline at end of file +*/ --- alfont-2.0.6/src/alfont.c~ 2006-11-30 16:12:55.000000000 +0100 +++ alfont-2.0.6/src/alfont.c 2006-11-30 16:12:55.000000000 +0100 @@ -450,7 +450,7 @@ alfont_set_char_extra_spacing(font, 0); //Initial Font attribute - font->language=""; /* Initial Language */ + font->language=strdup(""); /* Initial Language */ font->type=0; /* Initial Code Convert */ font->outline_top=0; /* Initial Font top outline width */ font->outline_bottom=0; /* Initial Font bottom outline width */ @@ -530,7 +530,7 @@ alfont_set_char_extra_spacing(font, 0); //Initial Font attribute - font->language=""; /* Initial Language */ + font->language=strdup(""); /* Initial Language */ font->type=0; /* Initial Code Convert */ font->outline_top=0; /* Initial Font top outline width */ font->outline_bottom=0; /* Initial Font bottom outline width */ @@ -871,7 +871,7 @@ last_glyph_index = 0; #ifdef ALFONT_LINUX //Fix for Linux Unicode System(be converted) - for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW),character = ugetxc(&(const char*)lpszW)) { + for (character = ugetxc((const char**)&lpszW); character != 0; character = ugetxc((const char**)&lpszW),character = ugetxc((const char**)&lpszW)) { #else for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW)) { #endif @@ -1957,7 +1957,7 @@ last_glyph_index = 0; #ifdef ALFONT_LINUX //Fix for Linux Unicode System(be converted) - for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW),character = ugetxc(&(const char*)lpszW)) { + for (character = ugetxc((const char**)&lpszW); character != 0; character = ugetxc((const char**)&lpszW),character = ugetxc((const char**)&lpszW)) { #else for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW)) { #endif @@ -2735,7 +2735,7 @@ /* virtually draw char by char */ last_glyph_index = 0; #ifdef ALFONT_LINUX //Fix for Linux Unicode System(be converted) - for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW),character = ugetxc(&(const char*)lpszW)) { + for (character = ugetxc((const char**)&lpszW); character != 0; character = ugetxc((const char**)&lpszW),character = ugetxc((const char**)&lpszW)) { #else for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW)) { #endif @@ -3712,7 +3712,9 @@ if (language == NULL) { language = ""; } - f->language=(char *)malloc(strlen(language)*sizeof(char)); + if (f->language) + free(f->language); + f->language=(char *)malloc((strlen(language)+1)*sizeof(char)); strcpy(f->language,language); } --- NEW FILE alfont.spec --- Name: alfont Version: 2.0.6 Release: 2%{?dist} Summary: Font rendering library for the Allegro game library Group: System Environment/Libraries License: BSD-like URL: http://chernsha.sitesled.com/ # this is http://chernsha.sitesled.com/AlFont206.rar repackaged in .tgz format Source0: %{name}-%{version}.tar.gz Patch0: alfont-2.0.6-linux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel freetype-devel %description alfont also known as AllegroFont or AlFont is a wrapper around the freetype2 library for use with the Allegro game library. Thus allowing the display of text using freetype fonts on Allegro bitmaps. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: allegro-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %patch0 -p1 -z .linux sed -i s'/\r//g' freetype/docs/FTL.TXT %build # Upstreams makefile uses its own private copy of freetype, since all # we want is the wrapper and since the wrapper is only one file we # do a manual compile here gcc -fPIC -DPIC $RPM_OPT_FLAGS -Iinclude `freetype-config --cflags` \ -o src/alfont.o -c src/alfont.c gcc -shared -Wl,-soname,lib%{name}.so.2 -o lib%{name}.so.%{version} \ src/alfont.o `freetype-config --libs` \ `allegro-config --libs | sed 's/-lalleg_unsharable//'` %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir} mkdir -p $RPM_BUILD_ROOT%{_includedir} install -m 755 lib%{name}.so.%{version} $RPM_BUILD_ROOT%{_libdir} ln -s lib%{name}.so.%{version} $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so.2 ln -s lib%{name}.so.%{version} $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so install -m 644 include/%{name}*.h $RPM_BUILD_ROOT%{_includedir} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc CHANGES.txt README.txt freetype/docs/FTL.TXT %{_libdir}/lib%{name}.so.* %files devel %defattr(-,root,root,-) %{_includedir}/%{name}*.h %{_libdir}/lib%{name}.so %changelog * Sun Dec 3 2006 Hans de Goede 2.0.6-2 - Link the .so file with allegro (bz 217998) - Add "Requires: allegro-devel" to the -devel subpackage * Thu Nov 30 2006 Hans de Goede 2.0.6-1 - Initial FE package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alfont/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Dec 2006 20:17:48 -0000 1.1 +++ .cvsignore 3 Dec 2006 20:22:33 -0000 1.2 @@ -0,0 +1 @@ +alfont-2.0.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/alfont/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Dec 2006 20:17:48 -0000 1.1 +++ sources 3 Dec 2006 20:22:33 -0000 1.2 @@ -0,0 +1 @@ +12ffff67b0089c70037ad3d3f6306b9f alfont-2.0.6.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 21:54:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:54:46 -0500 Subject: rpms/vdr-sudoku - New directory Message-ID: <200612032154.kB3Lsk2A006535@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6531/vdr-sudoku Log Message: Directory /cvs/extras/rpms/vdr-sudoku added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 21:54:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:54:51 -0500 Subject: rpms/vdr-sudoku/devel - New directory Message-ID: <200612032154.kB3LspQO006550@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6531/vdr-sudoku/devel Log Message: Directory /cvs/extras/rpms/vdr-sudoku/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 21:55:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:55:12 -0500 Subject: rpms/vdr-sudoku Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612032155.kB3LtCFs006591@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6585 Added Files: Makefile import.log Log Message: Setup of module vdr-sudoku --- NEW FILE Makefile --- # Top level Makefile for module vdr-sudoku all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 3 21:55:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:55:17 -0500 Subject: rpms/vdr-sudoku/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612032155.kB3LtH9G006606@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6585/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module vdr-sudoku --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 3 21:56:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:56:26 -0500 Subject: rpms/vdr-sudoku import.log,1.1,1.2 Message-ID: <200612032156.kB3LuQmJ006681@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6650 Modified Files: import.log Log Message: auto-import vdr-sudoku-0.1.2-0.6.cmn6 on branch devel from vdr-sudoku-0.1.2-0.6.cmn6.src.rpm Initial import, #216352 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 3 Dec 2006 21:55:12 -0000 1.1 +++ import.log 3 Dec 2006 21:55:56 -0000 1.2 @@ -0,0 +1 @@ +vdr-sudoku-0_1_2-0_6_cmn6:HEAD:vdr-sudoku-0.1.2-0.6.cmn6.src.rpm:1165183152 From fedora-extras-commits at redhat.com Sun Dec 3 21:56:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:56:26 -0500 Subject: rpms/vdr-sudoku/devel vdr-sudoku.conf, NONE, 1.1 vdr-sudoku.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612032156.kB3LuQZn006685@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6650/devel Modified Files: .cvsignore sources Added Files: vdr-sudoku.conf vdr-sudoku.spec Log Message: auto-import vdr-sudoku-0.1.2-0.6.cmn6 on branch devel from vdr-sudoku-0.1.2-0.6.cmn6.src.rpm Initial import, #216352 --- NEW FILE vdr-sudoku.conf --- # Configuration snippet for vdr-sudoku -*- sh -*- # # Add command line options to pass to the sudoku plugin to PLUGIN_OPTIONS. PLUGIN_OPTIONS="" --- NEW FILE vdr-sudoku.spec --- %define pname sudoku %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) Name: vdr-%{pname} Version: 0.1.2 Release: 0.6%{?dist} Summary: Sudoku plugin for VDR Group: Amusements/Games License: GPL URL: http://www.toms-cafe.de/vdr/sudoku/ Source0: http://toms-cafe.de/vdr/sudoku/%{name}-%{version}.tgz Source1: %{name}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.3.47 Requires: vdr(abi) = %{apiver} %description This is a VDR plugin to generate and solve number place puzzles, so called Sudokus. %prep %setup -q -n sudoku-%{version} for f in HISTORY README ; do iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f done %build make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr all %install rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING HISTORY README %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %{plugindir}/libvdr-%{pname}.so.%{apiver} %changelog * Sat Nov 4 2006 Ville Skytt?? - 0.1.2-0.6 - Rebuild for VDR 1.4.4. * Sat Sep 23 2006 Ville Skytt?? - 0.1.2-0.5 - Rebuild for VDR 1.4.3. * Sun Aug 6 2006 Ville Skytt?? - 0.1.2-0.4 - Rebuild for VDR 1.4.1-3. * Fri Jun 23 2006 Ville Skytt?? - 0.1.2-0.3 - Rebuild for VDR 1.4.1. * Sun Apr 30 2006 Ville Skytt?? - 0.1.2-0.2 - Rebuild for VDR 1.4.0. * Tue Apr 25 2006 Ville Skytt?? - 0.1.2-0.1 - 0.1.2. * Fri Nov 4 2005 Ville Skytt?? - 0.1.1-0.1 - 0.1.1, Finnish patch applied upstream. * Tue Nov 1 2005 Ville Skytt?? - 0.1.0-0.2 - Rebuild for VDR 1.3.35. * Sat Oct 29 2005 Ville Skytt?? - 0.1.0-0.1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Dec 2006 21:55:17 -0000 1.1 +++ .cvsignore 3 Dec 2006 21:55:56 -0000 1.2 @@ -0,0 +1 @@ +vdr-sudoku-0.1.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Dec 2006 21:55:17 -0000 1.1 +++ sources 3 Dec 2006 21:55:56 -0000 1.2 @@ -0,0 +1 @@ +a32cc677477349823469542896ad389d vdr-sudoku-0.1.2.tgz From fedora-extras-commits at redhat.com Sun Dec 3 21:57:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:57:27 -0500 Subject: owners owners.list,1.2052,1.2053 Message-ID: <200612032157.kB3LvRkN006743@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6717 Modified Files: owners.list Log Message: +vdr-sudoku #216352 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2052 retrieving revision 1.2053 diff -u -r1.2052 -r1.2053 --- owners.list 3 Dec 2006 20:17:09 -0000 1.2052 +++ owners.list 3 Dec 2006 21:56:57 -0000 1.2053 @@ -2424,6 +2424,7 @@ Fedora Extras|vdr|Video Disk Recorder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-osdteletext|OSD teletext plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-subtitles|DVB subtitles plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|vdr-sudoku|Sudoku plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdradmin-am|Web interface for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|verbiste|French conjugation system|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|veusz|Scientific plotting package|jeremy at jeremysanders.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 3 21:58:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:58:24 -0500 Subject: rpms/vdr-sudoku/devel vdr-sudoku.spec,1.1,1.2 Message-ID: <200612032158.kB3LwOF1006771@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6756 Modified Files: vdr-sudoku.spec Log Message: * Mon Dec 4 2006 Ville Skytt?? - 0.1.2-1 - First Fedora Extras build. Index: vdr-sudoku.spec =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/devel/vdr-sudoku.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-sudoku.spec 3 Dec 2006 21:55:56 -0000 1.1 +++ vdr-sudoku.spec 3 Dec 2006 21:57:54 -0000 1.2 @@ -4,7 +4,7 @@ Name: vdr-%{pname} Version: 0.1.2 -Release: 0.6%{?dist} +Release: 1%{?dist} Summary: Sudoku plugin for VDR Group: Amusements/Games @@ -53,6 +53,9 @@ %changelog +* Mon Dec 4 2006 Ville Skytt?? - 0.1.2-1 +- First Fedora Extras build. + * Sat Nov 4 2006 Ville Skytt?? - 0.1.2-0.6 - Rebuild for VDR 1.4.4. From fedora-extras-commits at redhat.com Sun Dec 3 22:07:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 17:07:17 -0500 Subject: fedora-security/audit fe4, 1.106, 1.107 fe5, 1.115, 1.116 fe6, 1.30, 1.31 Message-ID: <200612032207.kB3M7HJw009932@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9913 Modified Files: fe4 fe5 fe6 Log Message: CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- fe4 3 Dec 2006 09:42:06 -0000 1.106 +++ fe4 3 Dec 2006 22:07:17 -0000 1.107 @@ -12,7 +12,7 @@ CVE-2006-5815 ** (proftpd) #214820 CVE-2006-5748 VULNERABLE (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 VULNERABLE (seamonkey, fixed 1.0.6) #214822 -CVE-2006-5705 VULNERABLE (wordpress, fixed 2.0.5) #213985 +CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 CVE-2006-5602 version (xsupplicant, fixed 1.2.6) CVE-2006-5601 version (xsupplicant, fixed 1.2.8) #212700 CVE-2006-5464 VULNERABLE (seamonkey, fixed 1.0.6) #214822 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- fe5 3 Dec 2006 09:42:06 -0000 1.115 +++ fe5 3 Dec 2006 22:07:17 -0000 1.116 @@ -12,7 +12,7 @@ CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 VULNERABLE (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 VULNERABLE (seamonkey, fixed 1.0.6) #214822 -CVE-2006-5705 VULNERABLE (wordpress, fixed 2.0.5) #213985 +CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 CVE-2006-5602 version (xsupplicant, fixed 1.2.6) CVE-2006-5601 version (xsupplicant, fixed 1.2.8) #212700 CVE-2006-5464 VULNERABLE (seamonkey, fixed 1.0.6) #214822 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- fe6 3 Dec 2006 09:42:06 -0000 1.30 +++ fe6 3 Dec 2006 22:07:17 -0000 1.31 @@ -13,7 +13,7 @@ CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 version (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 version (seamonkey, fixed 1.0.6) #214822 -CVE-2006-5705 VULNERABLE (wordpress, fixed 2.0.5) #213985 +CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 CVE-2006-5602 version (xsupplicant, fixed 1.2.6) CVE-2006-5601 version (xsupplicant, fixed 1.2.8) #212700 CVE-2006-5464 version (seamonkey, fixed 1.0.6) #214822 From fedora-extras-commits at redhat.com Sun Dec 3 22:11:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 17:11:16 -0500 Subject: comps comps-fe7.xml.in,1.36,1.37 Message-ID: <200612032211.kB3MBGhD009965@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9950 Modified Files: comps-fe7.xml.in Log Message: +vdr-sudoku (games section only, should it be in sound/video too?) Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- comps-fe7.xml.in 2 Dec 2006 17:18:04 -0000 1.36 +++ comps-fe7.xml.in 3 Dec 2006 22:10:46 -0000 1.37 @@ -456,6 +456,7 @@ tuxpuck ularn uqm + vdr-sudoku viruskiller wesnoth worminator From fedora-extras-commits at redhat.com Mon Dec 4 00:17:28 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 19:17:28 -0500 Subject: rpms/offlineimap/devel offlineimap.spec,1.1,1.2 Message-ID: <200612040017.kB40HSJD016801@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16778 Modified Files: offlineimap.spec Log Message: - added -p to cp to preserve timestamp of ChangeLog Index: offlineimap.spec =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/offlineimap.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- offlineimap.spec 3 Dec 2006 17:47:54 -0000 1.1 +++ offlineimap.spec 4 Dec 2006 00:16:58 -0000 1.2 @@ -2,7 +2,7 @@ Name: offlineimap Version: 4.0.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPL @@ -30,7 +30,7 @@ %build python setup.py build -cp debian/changelog ChangeLog +cp -p debian/changelog ChangeLog %install rm -rf $RPM_BUILD_ROOT @@ -50,6 +50,9 @@ %{_mandir}/man1/offlineimap.1.gz %changelog +* Mon Dec 04 2006 Till Maas - 4.0.16-2 +- added -p to cp to preserve timestamp of ChangeLog + * Sun Dec 03 2006 Till Maas - 4.0.16-1 - version bump - added one more %%{version} to Source0 From fedora-extras-commits at redhat.com Mon Dec 4 01:43:12 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:12 -0500 Subject: rpms/rtpproxy - New directory Message-ID: <200612040143.kB41hCse020477@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20473/rtpproxy Log Message: Directory /cvs/extras/rpms/rtpproxy added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 01:43:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:17 -0500 Subject: rpms/rtpproxy/devel - New directory Message-ID: <200612040143.kB41hHBb020490@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20473/rtpproxy/devel Log Message: Directory /cvs/extras/rpms/rtpproxy/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 01:43:33 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:33 -0500 Subject: rpms/rtpproxy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040143.kB41hXJG020520@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20514 Added Files: Makefile import.log Log Message: Setup of module rtpproxy --- NEW FILE Makefile --- # Top level Makefile for module rtpproxy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 01:43:38 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:38 -0500 Subject: rpms/rtpproxy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040143.kB41hcB7020535@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20514/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module rtpproxy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 01:44:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:44:39 -0500 Subject: rpms/rtpproxy import.log,1.1,1.2 Message-ID: <200612040144.kB41idaR020604@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20574 Modified Files: import.log Log Message: auto-import rtpproxy-0.3-1 on branch devel from rtpproxy-0.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/rtpproxy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 01:43:33 -0000 1.1 +++ import.log 4 Dec 2006 01:44:09 -0000 1.2 @@ -0,0 +1 @@ +rtpproxy-0_3-1:HEAD:rtpproxy-0.3-1.src.rpm:1165196908 From fedora-extras-commits at redhat.com Mon Dec 4 01:44:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:44:39 -0500 Subject: rpms/rtpproxy/devel rtpproxy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040144.kB41idgu020608@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20574/devel Modified Files: .cvsignore sources Added Files: rtpproxy.spec Log Message: auto-import rtpproxy-0.3-1 on branch devel from rtpproxy-0.3-1.src.rpm --- NEW FILE rtpproxy.spec --- Name: rtpproxy Version: 0.3 Release: 1%{?dist} Summary: A symmetric RTP proxy Group: Applications/Internet License: BSD URL: http://ftp.iptel.org/pub/rtpproxy/ Source0: http://ftp.iptel.org/pub/rtpproxy/rtpproxy-0.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This is symmetric RTP proxy designed to be used in conjunction with the SIP Express Router (SER) or any other SIP proxy capable of rewriting SDP bodies in SIP messages that it processes. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README %{_bindir}/rtpproxy %changelog * Wed Nov 22 2006 Jeffrey C. Ollie - 0.3-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rtpproxy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 01:43:38 -0000 1.1 +++ .cvsignore 4 Dec 2006 01:44:09 -0000 1.2 @@ -0,0 +1 @@ +rtpproxy-0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/rtpproxy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 01:43:38 -0000 1.1 +++ sources 4 Dec 2006 01:44:09 -0000 1.2 @@ -0,0 +1 @@ +2a316f4854da4e8c8d358c623e5ffdb6 rtpproxy-0.3.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 01:51:57 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 20:51:57 -0500 Subject: rpms/python-nose/FC-6 .cvsignore, 1.3, 1.4 python-nose.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612040151.kB41pv99020687@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-nose/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20668 Modified Files: .cvsignore python-nose.spec sources Log Message: 0.9.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-nose/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Sep 2006 07:03:54 -0000 1.3 +++ .cvsignore 4 Dec 2006 01:51:27 -0000 1.4 @@ -1 +1 @@ -nose-0.9.0.tar.gz +nose-0.9.1.tar.gz Index: python-nose.spec =================================================================== RCS file: /cvs/extras/rpms/python-nose/FC-6/python-nose.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-nose.spec 8 Sep 2006 07:03:54 -0000 1.2 +++ python-nose.spec 4 Dec 2006 01:51:27 -0000 1.3 @@ -3,7 +3,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-nose -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A discovery-based unittest extension for Python @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-setuptools >= 0.6a9 +BuildRequires: python-devel python-setuptools %description nose: a discovery-based unittest extension. @@ -44,6 +44,9 @@ %{python_sitelib}/nose %changelog +* Sun Dec 3 2006 Luke Macken 0.9.1-1 +- 0.9.1 + * Fri Sep 8 2006 Luke Macken 0.9.0-1 - 0.9.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-nose/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Sep 2006 07:03:54 -0000 1.3 +++ sources 4 Dec 2006 01:51:27 -0000 1.4 @@ -1 +1 @@ -1901f18ae082a711773d6f77cc312db2 nose-0.9.0.tar.gz +97771e186ff3680e1abe5566a939966c nose-0.9.1.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 02:07:42 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 21:07:42 -0500 Subject: owners owners.list,1.2053,1.2054 Message-ID: <200612040207.kB427gYB023891@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23872 Modified Files: owners.list Log Message: Adding rtpproxy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2053 retrieving revision 1.2054 diff -u -r1.2053 -r1.2054 --- owners.list 3 Dec 2006 21:56:57 -0000 1.2053 +++ owners.list 4 Dec 2006 02:07:12 -0000 1.2054 @@ -2136,6 +2136,7 @@ Fedora Extras|rssowl|An RSS, RDF, and Atom Newsreader|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rt3|Request tracker 3|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|rtorrent|BitTorrent client based on libtorrent|chabotc at xs4all.nl|extras-qa at fedoraproject.org| +Fedora Extras|rtpproxy|A symmetric RTP proxy|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|ruby-activesupport|Utility classes for Ruby|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-bdb|A Ruby interface to Berkeley DB|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|ruby-mysql|A Ruby interface to MySQL|orion at cora.nwra.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 03:19:32 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:32 -0500 Subject: rpms/python-gpod - New directory Message-ID: <200612040319.kB43JWSL027253@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27249/python-gpod Log Message: Directory /cvs/extras/rpms/python-gpod added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 03:19:37 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:37 -0500 Subject: rpms/python-gpod/devel - New directory Message-ID: <200612040319.kB43JbWX027266@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27249/python-gpod/devel Log Message: Directory /cvs/extras/rpms/python-gpod/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 03:19:48 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:48 -0500 Subject: rpms/python-gpod Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040319.kB43Jm8D027300@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27294 Added Files: Makefile import.log Log Message: Setup of module python-gpod --- NEW FILE Makefile --- # Top level Makefile for module python-gpod all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 03:19:54 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:54 -0500 Subject: rpms/python-gpod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040319.kB43JsMi027319@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27294/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-gpod --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 03:20:58 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:20:58 -0500 Subject: rpms/python-gpod import.log,1.1,1.2 Message-ID: <200612040320.kB43KwOq027428@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27387 Modified Files: import.log Log Message: auto-import python-gpod-0.4.0-3.fc7 on branch devel from python-gpod-0.4.0-3.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-gpod/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 03:19:48 -0000 1.1 +++ import.log 4 Dec 2006 03:20:28 -0000 1.2 @@ -0,0 +1 @@ +python-gpod-0_4_0-3_fc7:HEAD:python-gpod-0.4.0-3.fc7.src.rpm:1165202631 From fedora-extras-commits at redhat.com Mon Dec 4 03:20:58 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:20:58 -0500 Subject: rpms/python-gpod/devel python-gpod-x86_64-build.patch, NONE, 1.1 python-gpod.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040321.kB43Kw9d027432@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27387/devel Modified Files: .cvsignore sources Added Files: python-gpod-x86_64-build.patch python-gpod.spec Log Message: auto-import python-gpod-0.4.0-3.fc7 on branch devel from python-gpod-0.4.0-3.fc7.src.rpm python-gpod-x86_64-build.patch: --- NEW FILE python-gpod-x86_64-build.patch --- --- libgpod-0.4.0/bindings/python/Makefile.in.x86_64-build 2006-09-24 09:56:58.000000000 -0400 +++ libgpod-0.4.0/bindings/python/Makefile.in 2006-12-03 03:01:47.000000000 -0500 @@ -274,20 +274,20 @@ pythonDATA_INSTALL = $(INSTALL_DATA) @HAVE_PYTHON_FALSE at install-pythonDATA: $(python_DATA) @HAVE_PYTHON_FALSE@ @$(NORMAL_INSTALL) - at HAVE_PYTHON_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pythondir) + at HAVE_PYTHON_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pyexecdir) @HAVE_PYTHON_FALSE@ @list='$(python_DATA)'; for p in $$list; do \ @HAVE_PYTHON_FALSE@ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ @HAVE_PYTHON_FALSE@ f="`echo $$p | sed -e 's|^.*/||'`"; \ - at HAVE_PYTHON_FALSE@ echo " $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pythondir)/$$f"; \ - at HAVE_PYTHON_FALSE@ $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pythondir)/$$f; \ + at HAVE_PYTHON_FALSE@ echo " $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pyexecdir)/$$f"; \ + at HAVE_PYTHON_FALSE@ $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pyexecdir)/$$f; \ @HAVE_PYTHON_FALSE@ done @HAVE_PYTHON_FALSE at uninstall-pythonDATA: @HAVE_PYTHON_FALSE@ @$(NORMAL_UNINSTALL) @HAVE_PYTHON_FALSE@ @list='$(python_DATA)'; for p in $$list; do \ @HAVE_PYTHON_FALSE@ f="`echo $$p | sed -e 's|^.*/||'`"; \ - at HAVE_PYTHON_FALSE@ echo " rm -f $(DESTDIR)$(pythondir)/$$f"; \ - at HAVE_PYTHON_FALSE@ rm -f $(DESTDIR)$(pythondir)/$$f; \ + at HAVE_PYTHON_FALSE@ echo " rm -f $(DESTDIR)$(pyexecdir)/$$f"; \ + at HAVE_PYTHON_FALSE@ rm -f $(DESTDIR)$(pyexecdir)/$$f; \ @HAVE_PYTHON_FALSE@ done # This directory's subdirectories are mostly independent; you can cd @@ -463,7 +463,7 @@ all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(pythondir) + $(mkinstalldirs) $(DESTDIR)$(pyexecdir) install: install-recursive install-exec: install-exec-recursive @@ -569,14 +569,14 @@ @HAVE_PYTHON_TRUE@ $(CC) $(MODULE_LIBS) @PYTHON_LDFLAGS@ gpod_wrap.o -o $@ @HAVE_PYTHON_TRUE at install-pythonDATA: $(python_DATA) - at HAVE_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pythondir)/gpod - at HAVE_PYTHON_TRUE@ $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pythondir)/gpod/_gpod.so - at HAVE_PYTHON_TRUE@ $(INSTALL_DATA) *.py $(DESTDIR)$(pythondir)/gpod/ - at HAVE_PYTHON_TRUE@ $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' - at HAVE_PYTHON_TRUE@ $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' + at HAVE_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pyexecdir)/gpod + at HAVE_PYTHON_TRUE@ $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pyexecdir)/gpod/_gpod.so + at HAVE_PYTHON_TRUE@ $(INSTALL_DATA) *.py $(DESTDIR)$(pyexecdir)/gpod/ + at HAVE_PYTHON_TRUE@ $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' + at HAVE_PYTHON_TRUE@ $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' @HAVE_PYTHON_TRUE at uninstall-pythonDATA: $(python_DATA) - at HAVE_PYTHON_TRUE@ rm -rf $(DESTDIR)$(pythondir)/gpod + at HAVE_PYTHON_TRUE@ rm -rf $(DESTDIR)$(pyexecdir)/gpod @HAVE_PYTHON_TRUE at test: @HAVE_PYTHON_TRUE@ cd tests && python tests.py --- libgpod-0.4.0/bindings/python/Makefile.am.x86_64-build 2006-05-29 06:06:54.000000000 -0400 +++ libgpod-0.4.0/bindings/python/Makefile.am 2006-12-03 02:59:23.000000000 -0500 @@ -32,14 +32,14 @@ $(CC) $(MODULE_LIBS) @PYTHON_LDFLAGS@ gpod_wrap.o -o $@ install-pythonDATA: $(python_DATA) - $(mkinstalldirs) $(DESTDIR)$(pythondir)/gpod - $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pythondir)/gpod/_gpod.so - $(INSTALL_DATA) *.py $(DESTDIR)$(pythondir)/gpod/ - $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' - $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' + $(mkinstalldirs) $(DESTDIR)$(pyexecdir)/gpod + $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pyexecdir)/gpod/_gpod.so + $(INSTALL_DATA) *.py $(DESTDIR)$(pyexecdir)/gpod/ + $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' + $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' uninstall-pythonDATA: $(python_DATA) - rm -rf $(DESTDIR)$(pythondir)/gpod + rm -rf $(DESTDIR)$(pyexecdir)/gpod test: cd tests && python tests.py --- NEW FILE python-gpod.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-gpod Version: 0.4.0 Release: 3%{?dist} Summary: A python module to access iPod content Group: Development/Languages License: LGPL URL: http://www.gtkpod.org/libgpod.html Source0: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{version}.tar.gz Patch0: python-gpod-x86_64-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: gtk2-devel BuildRequires: perl(XML::Parser) BuildRequires: python-devel BuildRequires: python-eyed3 BuildRequires: swig Requires: libgpod = %{version} Requires: python-eyed3 %description A python module to access iPod content. This module provides bindings to the libgpod library. %prep %setup -q -n libgpod-%{version} %patch0 -p1 -b .x86_64-build # fix some things rpmlint will complain about # !!! remove the next line in 0.4.1 !!! sed -i '/^#!\/usr\/bin\/env python/ d' bindings/python/gtkpod.py chmod 644 bindings/python/examples/*.py %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # remove the parts we aren't packaging (they're in libgpod* in core) rm -rf $RPM_BUILD_ROOT%{_includedir} rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_libdir}/*.so* rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc rm -rf $RPM_BUILD_ROOT%{_datadir}/locale %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0755) %doc COPYING bindings/python/examples %{python_sitearch}/gpod %changelog * Sun Dec 03 2006 Todd Zullinger - 0.4.0-3 - patch for python libdir on x86_64 * Fri Nov 24 2006 Todd Zullinger - 0.4.0-2 - add missing gettext and perl(XML::Parser) BRs - remove superfluous pkgconfig BR * Tue Nov 21 2006 Todd Zullinger - 0.4.0-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 03:19:54 -0000 1.1 +++ .cvsignore 4 Dec 2006 03:20:28 -0000 1.2 @@ -0,0 +1 @@ +libgpod-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 03:19:54 -0000 1.1 +++ sources 4 Dec 2006 03:20:28 -0000 1.2 @@ -0,0 +1 @@ +e427e0409b0cb2d7e76b17915b1396fa libgpod-0.4.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 03:34:12 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:34:12 -0500 Subject: owners owners.list,1.2054,1.2055 Message-ID: <200612040334.kB43YCk6027533@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27517/owners Modified Files: owners.list Log Message: added python-gpod (#217066) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2054 retrieving revision 1.2055 diff -u -r1.2054 -r1.2055 --- owners.list 4 Dec 2006 02:07:12 -0000 1.2054 +++ owners.list 4 Dec 2006 03:33:42 -0000 1.2055 @@ -1990,6 +1990,7 @@ Fedora Extras|python-fpconst|A Python module for handling IEEE 754 floating point special values|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-GeoIP|Python bindings for the GeoIP geographical lookup libraries|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|python-goopy|Google Python Utilities|pjones at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-gpod|A python module to access iPod content|tmz at pobox.com|extras-qa at fedoraproject.org| Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|python-htmltmpl|Templating engine for separation of code and HTML|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-id3|ID3 tag library for Python|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 05:25:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:15 -0500 Subject: rpms/alphabet-soup - New directory Message-ID: <200612040525.kB45PFnW001553@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1549/alphabet-soup Log Message: Directory /cvs/extras/rpms/alphabet-soup added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 05:25:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:21 -0500 Subject: rpms/alphabet-soup/devel - New directory Message-ID: <200612040525.kB45PLNh001566@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1549/alphabet-soup/devel Log Message: Directory /cvs/extras/rpms/alphabet-soup/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 05:25:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:38 -0500 Subject: rpms/alphabet-soup Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040525.kB45PcP6001596@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1590 Added Files: Makefile import.log Log Message: Setup of module alphabet-soup --- NEW FILE Makefile --- # Top level Makefile for module alphabet-soup all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 05:25:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:44 -0500 Subject: rpms/alphabet-soup/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040525.kB45Pi5w001611@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1590/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module alphabet-soup --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 05:27:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:27:22 -0500 Subject: rpms/alphabet-soup/devel alphabet-soup-1.1-linux.patch, NONE, 1.1 alphabet-soup.desktop, NONE, 1.1 alphabet-soup.png, NONE, 1.1 alphabet-soup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040527.kB45RM6I001720@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1676/devel Modified Files: .cvsignore sources Added Files: alphabet-soup-1.1-linux.patch alphabet-soup.desktop alphabet-soup.png alphabet-soup.spec Log Message: auto-import alphabet-soup-1.1-2.fc7 on branch devel from alphabet-soup-1.1-2.fc7.src.rpm alphabet-soup-1.1-linux.patch: --- NEW FILE alphabet-soup-1.1-linux.patch --- --- /dev/null 2006-12-01 08:45:08.001995750 +0100 +++ alphabet-soup-1.1/Makefile.unix 2006-12-01 11:20:56.000000000 +0100 @@ -0,0 +1,24 @@ +CC = gcc +PREFIX = /usr +DATADIR = $(PREFIX)/share/$(TARGET) +CFLAGS = -g -Wall -O2 -Wno-deprecated-declarations +LDFLAGS = -lalfont `allegro-config --libs` -ldumb -laldmb +DEFINES = -DDATADIR=\"$(DATADIR)/\" +OBJS = ncds.o hs.o animate.o 3dsprite.o main.o data.o game.o menu.o map.o \ + snake.o input.o dictionary.o effects.o text.o credits.o unix.o +TARGET = alphabet-soup + +$(TARGET): $(OBJS) + $(CC) -o $@ $^ $(LDFLAGS) + +%.o: %.c + $(CC) $(CFLAGS) $(DEFINES) -o $@ -c $< + +install: $(TARGET) + mkdir -p $(PREFIX)/bin + mkdir -p $(DATADIR) + install -p -m 755 $(TARGET) $(PREFIX)/bin + install -p -m 644 soup.dat $(DATADIR) + +clean: + rm -f $(OBJS) $(TARGET) *~ --- alphabet-soup-1.1/animate.c.unix 2003-12-22 19:41:18.000000000 +0100 +++ alphabet-soup-1.1/animate.c 2006-12-01 11:20:56.000000000 +0100 @@ -358,7 +358,7 @@ BITMAP * get_ani(ANIMATION * ap, int f) { - int i, d; + int i = 0, d; switch(ap->type) { @@ -432,8 +432,6 @@ /* like draw_sprite but for animations (pick frame based on f) */ int draw_ani(BITMAP * bp, ANIMATION * ap, int x, int y, unsigned long f) { - int i; - if(ap != NULL) { /* make sure there are frames to draw */ --- alphabet-soup-1.1/config.c.unix 2004-01-21 21:56:48.000000000 +0100 +++ alphabet-soup-1.1/config.c 2006-12-01 11:20:56.000000000 +0100 @@ -12,7 +12,7 @@ install_mouse(); ncds_install(); set_gfx_mode(GFX_AUTODETECT, 640, 480, 0, 0); - bg = load_pcx("soup.dat#images/background.pcx", palette); + bg = load_pcx(DATADIR "soup.dat#images/background.pcx", palette); set_palette(palette); while(!key[KEY_ESC]) { --- alphabet-soup-1.1/credits.c.unix 2004-01-29 08:47:10.000000000 +0100 +++ alphabet-soup-1.1/credits.c 2006-12-01 11:20:56.000000000 +0100 @@ -1,5 +1,6 @@ #include #include +#include #include "credits.h" void credits_add_item(CREDITS * cp, char * text, ALFONT_FONT * fp, int oy, int color) --- alphabet-soup-1.1/data.c.unix 2004-09-21 16:54:02.000000000 +0200 +++ alphabet-soup-1.1/data.c 2006-12-01 11:20:56.000000000 +0100 @@ -1,5 +1,6 @@ #include #include +#include #include "hs.h" #include "animate.h" #include "data.h" @@ -10,10 +11,11 @@ #include "menu.h" #include "text.h" #include "credits.h" +#include "ncds.h" /* main data */ int state = STATE_MENU; -int logic_ticks = 0; +volatile int logic_ticks = 0; int frame = 0; char * mem_buffer = NULL; int mem_buffer_size = 0; @@ -29,7 +31,7 @@ int score_view; char * score_title[MAX_GAME_MODES] = {"Scatter Word", "Blind Worm", "Elimination", "Poison Letter", "Fat Worm", "Skinny Worm", "Cold Soup", "Nibbles"}; int game_modes = 8; -char word_file[MAX_WORD_FILES][1024] = {0}; +char word_file[MAX_WORD_FILES][1024] = { {0} }; char word_files = 0; char word_selected = 0; int gtime = 0; @@ -68,18 +70,18 @@ void word_file_add(const char * fn, int attrib, int param) { - strcpy(word_file[word_files], fn); + strcpy(word_file[(int)word_files], fn); word_files++; } void build_dictionary_list(void) { word_files = 0; - word_file_add("soup.dat#dictionaries/default.asd", 0, 0); - word_file_add("soup.dat#dictionaries/kids.asd", 0, 0); - word_file_add("soup.dat#dictionaries/strange.asd", 0, 0); + word_file_add(DATADIR "soup.dat#dictionaries/default.asd", 0, 0); + word_file_add(DATADIR "soup.dat#dictionaries/kids.asd", 0, 0); + word_file_add(DATADIR "soup.dat#dictionaries/strange.asd", 0, 0); for_each_file("*.asd", FA_ARCH | FA_RDONLY, word_file_add, 0); - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); } void load_mem_file(char * fn) @@ -183,36 +185,36 @@ int i; /* load sounds */ - sound[SOUND_BITE] = load_wav("soup.dat#sounds/eat.wav"); - sound[SOUND_MENU_MOVE] = load_wav("soup.dat#sounds/navigate.wav"); - sound[SOUND_MENU_ENTER] = load_wav("soup.dat#sounds/select.wav"); - sound[SOUND_MENU_OPTION] = load_wav("soup.dat#sounds/option.wav"); - sound[SOUND_WORD] = load_wav("soup.dat#sounds/word.wav"); - sound[SOUND_LEVEL] = load_wav("soup.dat#sounds/level.wav"); - sound[SOUND_PAPER] = load_wav("soup.dat#sounds/paper.wav"); - sound[SOUND_CLAP] = load_wav("soup.dat#sounds/clap.wav"); + sound[SOUND_BITE] = load_wav(DATADIR "soup.dat#sounds/eat.wav"); + sound[SOUND_MENU_MOVE] = load_wav(DATADIR "soup.dat#sounds/navigate.wav"); + sound[SOUND_MENU_ENTER] = load_wav(DATADIR "soup.dat#sounds/select.wav"); + sound[SOUND_MENU_OPTION] = load_wav(DATADIR "soup.dat#sounds/option.wav"); + sound[SOUND_WORD] = load_wav(DATADIR "soup.dat#sounds/word.wav"); + sound[SOUND_LEVEL] = load_wav(DATADIR "soup.dat#sounds/level.wav"); + sound[SOUND_PAPER] = load_wav(DATADIR "soup.dat#sounds/paper.wav"); + sound[SOUND_CLAP] = load_wav(DATADIR "soup.dat#sounds/clap.wav"); /* load images */ - image[IMAGE_GAME_BACKGROUND] = load_pcx("soup.dat#images/bowl.pcx", palette); - image[IMAGE_MENU_BG] = load_pcx("soup.dat#images/background.pcx", NULL); - image[IMAGE_SOUP_CAN] = load_pcx("soup.dat#images/can_texture.pcx", NULL); - image[IMAGE_SOUP_SHADOW] = load_pcx("soup.dat#images/can_shadow.pcx", NULL); + image[IMAGE_GAME_BACKGROUND] = load_pcx(DATADIR "soup.dat#images/bowl.pcx", palette); + image[IMAGE_MENU_BG] = load_pcx(DATADIR "soup.dat#images/background.pcx", NULL); + image[IMAGE_SOUP_CAN] = load_pcx(DATADIR "soup.dat#images/can_texture.pcx", NULL); + image[IMAGE_SOUP_SHADOW] = load_pcx(DATADIR "soup.dat#images/can_shadow.pcx", NULL); image[IMAGE_MENU_SURFACE] = create_sub_bitmap(image[IMAGE_SOUP_CAN], 0, 90, image[IMAGE_SOUP_CAN]->w / 2, image[IMAGE_SOUP_CAN]->h - 90 - 4); - image[IMAGE_PAPER] = load_pcx("soup.dat#images/score_sheet.pcx", NULL); - image[IMAGE_BODY_H] = load_pcx("soup.dat#snake/body_horizontal.pcx", NULL); - image[IMAGE_BODY_V] = load_pcx("soup.dat#snake/body_vertical.pcx", NULL); - image[IMAGE_BODY_DUL] = load_pcx("soup.dat#snake/body_up_left.pcx", NULL); - image[IMAGE_BODY_DUR] = load_pcx("soup.dat#snake/body_up_right.pcx", NULL); - image[IMAGE_BODY_DDL] = load_pcx("soup.dat#snake/body_down_left.pcx", NULL); - image[IMAGE_BODY_DDR] = load_pcx("soup.dat#snake/body_down_right.pcx", NULL); - image[IMAGE_HEAD_UP] = load_pcx("soup.dat#snake/head_up.pcx", NULL); - image[IMAGE_HEAD_DOWN] = load_pcx("soup.dat#snake/head_down.pcx", NULL); - image[IMAGE_HEAD_LEFT] = load_pcx("soup.dat#snake/head_left.pcx", NULL); - image[IMAGE_HEAD_RIGHT] = load_pcx("soup.dat#snake/head_right.pcx", NULL); - image[IMAGE_TAIL_UP] = load_pcx("soup.dat#snake/tail_up.pcx", NULL); - image[IMAGE_TAIL_DOWN] = load_pcx("soup.dat#snake/tail_down.pcx", NULL); - image[IMAGE_TAIL_LEFT] = load_pcx("soup.dat#snake/tail_left.pcx", NULL); - image[IMAGE_TAIL_RIGHT] = load_pcx("soup.dat#snake/tail_right.pcx", NULL); + image[IMAGE_PAPER] = load_pcx(DATADIR "soup.dat#images/score_sheet.pcx", NULL); + image[IMAGE_BODY_H] = load_pcx(DATADIR "soup.dat#snake/body_horizontal.pcx", NULL); + image[IMAGE_BODY_V] = load_pcx(DATADIR "soup.dat#snake/body_vertical.pcx", NULL); + image[IMAGE_BODY_DUL] = load_pcx(DATADIR "soup.dat#snake/body_up_left.pcx", NULL); + image[IMAGE_BODY_DUR] = load_pcx(DATADIR "soup.dat#snake/body_up_right.pcx", NULL); + image[IMAGE_BODY_DDL] = load_pcx(DATADIR "soup.dat#snake/body_down_left.pcx", NULL); + image[IMAGE_BODY_DDR] = load_pcx(DATADIR "soup.dat#snake/body_down_right.pcx", NULL); + image[IMAGE_HEAD_UP] = load_pcx(DATADIR "soup.dat#snake/head_up.pcx", NULL); + image[IMAGE_HEAD_DOWN] = load_pcx(DATADIR "soup.dat#snake/head_down.pcx", NULL); + image[IMAGE_HEAD_LEFT] = load_pcx(DATADIR "soup.dat#snake/head_left.pcx", NULL); + image[IMAGE_HEAD_RIGHT] = load_pcx(DATADIR "soup.dat#snake/head_right.pcx", NULL); + image[IMAGE_TAIL_UP] = load_pcx(DATADIR "soup.dat#snake/tail_up.pcx", NULL); + image[IMAGE_TAIL_DOWN] = load_pcx(DATADIR "soup.dat#snake/tail_down.pcx", NULL); + image[IMAGE_TAIL_LEFT] = load_pcx(DATADIR "soup.dat#snake/tail_left.pcx", NULL); + image[IMAGE_TAIL_RIGHT] = load_pcx(DATADIR "soup.dat#snake/tail_right.pcx", NULL); set_palette(black_palette); gui_fg_color = 224; @@ -230,13 +232,14 @@ build_dictionary_list(); /* load fonts */ - load_mem_file("soup.dat#fonts/game.ttf"); + memset(gfont, 0, MAX_FONTS * sizeof(void *)); + load_mem_file(DATADIR "soup.dat#fonts/game.ttf"); gfont[FONT_GAME] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); alfont_set_font_size(gfont[FONT_GAME], 32); gfont[FONT_GAME_BIG] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); alfont_set_font_size(gfont[FONT_GAME_BIG], 48); free_mem_file(); - load_mem_file("soup.dat#fonts/menu.ttf"); + load_mem_file(DATADIR "soup.dat#fonts/menu.ttf"); gfont[FONT_MENU_HEADER] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); alfont_set_font_size(gfont[FONT_MENU_HEADER], 24); gfont[FONT_MENU] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); @@ -244,7 +247,7 @@ free_mem_file(); /* load animations */ - animation[ANIMATION_APPEAR_FG] = load_ani("soup.dat#animations/letter_appear.ani", NULL); + animation[ANIMATION_APPEAR_FG] = load_ani(DATADIR "soup.dat#animations/letter_appear.ani", NULL); buffer = create_bitmap(640, 480); // buffer_map = create_sub_bitmap(buffer, (SCREEN_W - image[IMAGE_GAME_BACKGROUND]->w) / 2 + 16, (SCREEN_H - image[IMAGE_GAME_BACKGROUND]->h) / 2 + 16, MAP_W * 32, MAP_H * 32); --- alphabet-soup-1.1/data.h.unix 2004-09-21 16:42:22.000000000 +0200 +++ alphabet-soup-1.1/data.h 2006-12-01 11:20:56.000000000 +0100 @@ -58,7 +58,7 @@ #define STATE_SCORES 4 extern int state; -extern int logic_ticks; +extern volatile int logic_ticks; extern int frame; extern BITMAP * buffer; --- alphabet-soup-1.1/dictionary.c.unix 2004-01-21 09:56:20.000000000 +0100 +++ alphabet-soup-1.1/dictionary.c 2006-12-01 11:20:56.000000000 +0100 @@ -128,7 +128,7 @@ void dictionary_save(DICTIONARY * dp, char * fn) { PACKFILE * fp; - int i, j, k; + int i, j; fp = pack_fopen(fn, "w"); for(i = 15; i >= 3; i--) @@ -145,7 +145,7 @@ int dictionary_find(DICTIONARY * dp, SNAKE * sp) { - int i, j, k, l; + int i, j, l; int r = 0; for(i = 0; i < dp->words; i++) @@ -171,8 +171,7 @@ int dictionary_find_all(DICTIONARY * dp, SNAKE * sp) { - int i, j, k, l; - int r = 0; + int i, j, l; int marked[SNAKE_MAX_SEGMENTS] = {0}; int found[DICTIONARY_MAX_WORDS] = {0}; @@ -217,7 +216,7 @@ { int list[DICTIONARY_MAX_WORDS]; int list_length = 0; - int i, j, pick; + int i; for(i = 0; i < dp->words; i++) { @@ -234,7 +233,7 @@ { int list[DICTIONARY_MAX_WORDS]; int list_length = 0; - int i, j, pick; + int i, pick; for(i = 0; i < dp->words; i++) { --- alphabet-soup-1.1/effects.c.unix 2004-07-19 13:18:00.000000000 +0200 +++ alphabet-soup-1.1/effects.c 2006-12-01 11:20:56.000000000 +0100 @@ -10,7 +10,7 @@ drawing_mode(DRAW_MODE_SOLID, NULL, 0, 0); } -void myblend(PALETTE pal, int x, int y, RGB *rgb) +void myblend(const PALETTE pal, int x, int y, RGB *rgb) { int light; @@ -36,7 +36,7 @@ { int x, y; // coordinates on the target bitmap // int p, q; // coordinates on the source bitmap - fixed p, q; // coordinates on the source bitmap + fixed p; // coordinates on the source bitmap fixed cy, oy; int iy; --- alphabet-soup-1.1/effects.h.unix 2004-01-14 11:11:38.000000000 +0100 +++ alphabet-soup-1.1/effects.h 2006-12-01 11:20:56.000000000 +0100 @@ -4,7 +4,7 @@ #include void draw_shadow(BITMAP * bp, int x, int y, int w, int h, int ox, int oy); -void myblend(PALETTE pal, int x, int y, RGB *rgb); +void myblend(const PALETTE pal, int x, int y, RGB *rgb); int get_pixel_wrap(BITMAP * bp, int x, int y); void draw_cylinder(BITMAP * bp, BITMAP * texture, int x, int y, int w, int h, fixed angle); void mapped_cylinder(BITMAP * target, int cx, int top, int r, int h, BITMAP * map, int ofs); --- alphabet-soup-1.1/game.c.unix 2004-09-22 09:56:00.000000000 +0200 +++ alphabet-soup-1.1/game.c 2006-12-01 11:55:12.000000000 +0100 @@ -167,7 +167,7 @@ void game_start(GAME * gp) { /* reload the dictionary */ - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); game_set_options(gp); @@ -200,8 +200,7 @@ int game_advance(GAME * gp) { - int i, ol; - int ret = 0; + int ol, ret = 0; ol = gp->level; gp->level = gp->snake.words / 10; @@ -262,8 +261,7 @@ main_render(); main_draw(); game_state = GAME_STATE_PLAY; - ncds_play_music("soup.dat#music/bgm.xm", 1); - logic_ticks = 0; + ncds_play_music(DATADIR "soup.dat#music/bgm.xm", 1); } break; } @@ -362,7 +360,6 @@ score_state = SCORE_STATE_IN; } score_view = game.mode; - logic_ticks = 0; } break; } @@ -391,7 +388,6 @@ void game_draw_word(GAME * gp, ALFONT_FONT * fp, int x, int y) { char text[256] = {0}; - int i; int ofs, ofs2; strcpy(text, gp->snake.word); --- alphabet-soup-1.1/game.h.unix 2004-09-22 08:23:54.000000000 +0200 +++ alphabet-soup-1.1/game.h 2006-12-01 11:20:56.000000000 +0100 @@ -45,5 +45,6 @@ void game_logic(GAME * gp); void game_render(GAME * gp); void game_draw(GAME * gp); +int game_advance(GAME * gp); #endif --- alphabet-soup-1.1/hs.c.unix 2004-09-22 10:12:40.000000000 +0200 +++ alphabet-soup-1.1/hs.c 2006-12-01 11:20:56.000000000 +0100 @@ -1,6 +1,7 @@ #include #include #include +#include #include "hs.h" int hs_save_fp(HIGH_SCORES * hp, PACKFILE * fp) --- alphabet-soup-1.1/includes.h.unix 2004-09-21 16:19:06.000000000 +0200 +++ alphabet-soup-1.1/includes.h 2006-12-01 11:20:56.000000000 +0100 @@ -3,6 +3,8 @@ #include #include +#include +#include #include "ncds.h" #include "hs.h" @@ -19,4 +21,7 @@ #include "text.h" #include "credits.h" +void main_render(void); +void main_draw(void); + #endif --- /dev/null 2006-12-01 08:45:08.001995750 +0100 +++ alphabet-soup-1.1/license-change.txt 2006-12-01 11:20:56.000000000 +0100 @@ -0,0 +1,199 @@ +The original license statement in readme.txt was: +"Alphabet Soup is freeware and may be distributed freely (without charge). If +you would like to include Alphabet Soup on a compilation CD you must contact us +for permission. Please see the "Contacting Us" section at the bottom of this +document." + +This was changed to the current text by Hans de Goede +, with permission from the original author Todd Cope, +below is are literal copies of the email exchange in which he gave his +permission: + +--- + +Message-ID: <456DE5CA.7020300 at hhs.nl> +Date: Wed, 29 Nov 2006 20:55:54 +0100 +From: Hans de Goede +User-Agent: Thunderbird 1.5.0.5 (X11/20060803) +MIME-Version: 1.0 +To: todd at t3-i.com +Subject: alphabet soup, laserwars en others license +X-Enigmail-Version: 0.94.0.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 7bit + +Hi Todd, + +Remember me I mailed you patches for a Linux version for crystalstacker +quite some time ago. and I've created Fedora Linux packages of +crystalstacker so that Fedora users can easily install it. + +Besides a Linux enthousiast / Fedora developer I'm also a Computer +Science teacher at a Dutch University. This period I'm teaching my +students howto write portable code, so I thought it would be fun to give +them some games written with allegro, but not with another OS like Linux +in mind, to "port" to Linux. Today there was a practical lesson where +they did just that and it was a great success. + +The managed to get smashteroid and alphabet soup running under Linux +quite easily. Their work still needs some cleaning up and then I'll send +it to you. Know that I've seen your other games in action I would like +to package them for Fedora Linux too. + +I'm interested in creating packages for all your (non java) games, but +lets start with those for which you currently already make source +available: alphabet soup, smashteroid and laserwars. + +All 3 of these come with a Freeware-ish license currently in the text. I +don't know if you remember, but we had some discussions about some rough +(and thus for Fedora troublesome) edges with the crystalstacker license. + +In the end you put the following license on crystalstacker (for which +I'm still very grateful): + +"Crystal Stacker is freeware. This means you can pass copies around +freely provided you include this document in it's original form in your +distribution. Please see the "Contacting Us" section of this document if +you need to contact us for any reason. + +The source code is provided as-is and you may do with it whatsoever you +please provided that you include this file in its unmodified form with +any new distribution. NewCreature Design makes no gaurantees regarding +the usability of the source but are willing to help with any problems +you might run into. Please see the "Contacting Us" section of this +document if you need to get in touch with us about any issues you have +regarding the source." + +Are you willing to release: alphabet soup, smashteroid and laserwars +under this license too? And in that case is it ok for me to distribute +the current available versions under this license? + +Thanks & Regards, + +Hans + + +p.s. + +While I'm asking any chance you could release source of any of your +other games like vgolf and secret of the hose? I know you already make +linux binaries available, but source under an unrestrictive license +would be really awsome! + + + +--- + +Return-Path: +Received: from koko.hhs.nl ([145.52.2.16] verified) + by hhs.nl (CommuniGate Pro SMTP 4.3.6) + with ESMTP id 55013466 for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:54 +0100 +Received: from exim by koko.hhs.nl with spam-scanned (Exim 4.62) + (envelope-from ) + id 1Gpa8Z-0007DU-2j + for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:54 +0100 +X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on koko.hhs.nl +X-Spam-Level: +X-Spam-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_05,NO_REAL_NAME, + UNWANTED_LANGUAGE_BODY autolearn=no version=3.1.0 +Received: from exim (helo=koko) + by koko.hhs.nl with local-smtp (Exim 4.62) + (envelope-from ) + id 1Gpa8Y-0007DR-VX + for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:51 +0100 +Received: from [68.178.232.10] (port=55956 helo=smtpout15-02.prod.mesa1.secureserver.net) + by koko.hhs.nl with smtp (Exim 4.62) + (envelope-from ) + id 1Gpa8Y-0007DM-Bx + for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:50 +0100 +Received: (qmail 23995 invoked from network); 30 Nov 2006 00:50:48 -0000 +Received: from unknown (HELO gem-wbe25.prod.mesa1.secureserver.net) (64.202.189.228) + by smtpout15-02.prod.mesa1.secureserver.net with SMTP; 30 Nov 2006 00:50:48 -0000 +Received: (qmail 20967 invoked by uid 99); 30 Nov 2006 00:50:48 -0000 +Date: Wed, 29 Nov 2006 17:50:48 -0700 +From: todd at t3-i.com +Subject: RE: alphabet soup, laserwars en others license +To: Hans de Goede +Message-ID: <20061129175048.c1bf2b7c2c1de069cff39b794cd5d62e.b7005c9902.wbe at email.secureserver.net> +MIME-Version: 1.0 +Content-Type: TEXT/plain; CHARSET=US-ASCII +User-Agent: Web-Based Email 4.9.0 +X-Originating-IP: 70.157.254.177 +X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.2/RELEASE, bases: 30112006 #232888, status: clean + +Hello Hans, + +To your first request to release the other games (Alphabet Soup, Smashteroid, Laser War) under the Crystal Stacker license, I give you my permission to do so. + +As for vGolf, it is unfinished but the source code is available under the "Linux" packages on the web site. No Linux binaries exist as I have no idea how to make them so they work with all Linux versions :) I am fine with you releasing the current vGolf under the Crystal Stacker license as well. + +However, Secret of the Hose is closed-source at the request of the game designer. He wanted to keep it closed-sourced so that people wouldn't be able to cheat as easily in online play. I would love to release the source otherwise. I see no benefit personally in keeping my sources under wraps Your case of using them for educational purposes makes me quite happy. + +Sincerely, + +Todd + +> -------- Original Message -------- +> Subject: alphabet soup, laserwars en others license +> From: Hans de Goede +> Date: Wed, November 29, 2006 12:55 pm +> To: todd at t3-i.com +> +> Hi Todd, +> +> Remember me I mailed you patches for a Linux version for crystalstacker +> quite some time ago. and I've created Fedora Linux packages of +> crystalstacker so that Fedora users can easily install it. +> +> Besides a Linux enthousiast / Fedora developer I'm also a Computer +> Science teacher at a Dutch University. This period I'm teaching my +> students howto write portable code, so I thought it would be fun to give +> them some games written with allegro, but not with another OS like Linux +> in mind, to "port" to Linux. Today there was a practical lesson where +> they did just that and it was a great success. +> +> The managed to get smashteroid and alphabet soup running under Linux +> quite easily. Their work still needs some cleaning up and then I'll send +> it to you. Know that I've seen your other games in action I would like +> to package them for Fedora Linux too. +> +> I'm interested in creating packages for all your (non java) games, but +> lets start with those for which you currently already make source +> available: alphabet soup, smashteroid and laserwars. +> +> All 3 of these come with a Freeware-ish license currently in the text. I +> don't know if you remember, but we had some discussions about some rough +> (and thus for Fedora troublesome) edges with the crystalstacker license. +> +> In the end you put the following license on crystalstacker (for which +> I'm still very grateful): +> +> "Crystal Stacker is freeware. This means you can pass copies around +> freely provided you include this document in it's original form in your +> distribution. Please see the "Contacting Us" section of this document if +> you need to contact us for any reason. +> +> The source code is provided as-is and you may do with it whatsoever you +> please provided that you include this file in its unmodified form with +> any new distribution. NewCreature Design makes no gaurantees regarding +> the usability of the source but are willing to help with any problems +> you might run into. Please see the "Contacting Us" section of this +> document if you need to get in touch with us about any issues you have +> regarding the source." +> +> Are you willing to release: alphabet soup, smashteroid and laserwars +> under this license too? And in that case is it ok for me to distribute +> the current available versions under this license? +> +> Thanks & Regards, +> +> Hans +> +> +> p.s. +> +> While I'm asking any chance you could release source of any of your +> other games like vgolf and secret of the hose? I know you already make +> linux binaries available, but source under an unrestrictive license +> would be really awsome! + --- alphabet-soup-1.1/main.c.unix 2004-09-22 10:19:34.000000000 +0200 +++ alphabet-soup-1.1/main.c 2006-12-01 11:20:56.000000000 +0100 @@ -145,9 +145,26 @@ void main_loop(void) { int i; +#ifdef __unix__ + char buf[512]; + char *home = getenv("HOME"); + int check_and_create_dir(const char *name); + snprintf(buf, sizeof(buf), "%s/.alphabet-soup", home? home:"."); + if (check_and_create_dir(buf)) + return; + + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.cfg", + home? home:"."); + config_load(buf); + + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.hs", + home? home:"."); + load_scores(buf); +#else config_load("soup.cfg"); load_scores("soup.hs"); +#endif can_x = SCREEN_W / 2 - CAN_R; can_y = -CAN_H; can_ofs = CAN_START_OFS; @@ -155,22 +172,37 @@ menu_init(); blit(image[IMAGE_MENU_BG], screen, 0, 0, 0, 0, SCREEN_W, SCREEN_H); fade_in(palette, 4); - ncds_play_music("soup.dat#music/title.xm", 1); + ncds_play_music(DATADIR "soup.dat#music/title.xm", 1); logic_ticks = 0; while(state != STATE_FIN) { - for(i = 0; i < ((logic_ticks < 30) ? logic_ticks : 30); i++) + if (logic_ticks > 30) + logic_ticks = 30; + + while (logic_ticks) { main_logic(); + logic_ticks--; } ncds_update_music(); - logic_ticks = 0; main_render(); main_draw(); + while (logic_ticks == 0) + rest(1); } ncds_stop_music(); +#ifdef __unix__ + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.cfg", + home? home:"."); + config_save(buf); + + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.hs", + home? home:"."); + save_scores(buf); +#else config_save("soup.cfg"); save_scores("soup.hs"); +#endif fade_out(4); } --- alphabet-soup-1.1/map.c.unix 2004-01-26 08:28:38.000000000 +0100 +++ alphabet-soup-1.1/map.c 2006-12-01 11:20:56.000000000 +0100 @@ -139,9 +139,8 @@ void map_add_letter(MAP * mp, char letter) { int loc; - int val = rand() % 26; int i, j; - int smap[MAP_H][MAP_W] = {0}; + int smap[MAP_H][MAP_W] = { {0} }; /* find a place to put the letter */ map_update_blocked(mp, &game.snake); @@ -183,7 +182,7 @@ void map_clear(MAP * mp) { - int i, j; + int i; for(i = 0; i < MAX_LETTERS; i++) { @@ -279,7 +278,7 @@ void map_draw(BITMAP * bp, MAP * mp, int ox, int oy) { - int i, j; + int i; char str[2] = {'\0', '\0'}; for(i = 0; i < MAX_LETTERS; i++) --- alphabet-soup-1.1/map.h.unix 2004-01-26 08:29:06.000000000 +0100 +++ alphabet-soup-1.1/map.h 2006-12-01 11:20:56.000000000 +0100 @@ -1,8 +1,6 @@ #ifndef _MAP_H #define _MAP_H -#include "dictionary.h" - #define MAP_W (12) #define MAP_H (12) @@ -31,10 +29,16 @@ } MAP; -//void map_auto_shuffle(MAP * mp, SNAKE * sp); +#include "snake.h" +#include "dictionary.h" + +void map_auto_shuffle(MAP * mp, SNAKE * sp); void map_new_letter(MAP * mp, int val, int x, int y); void map_add_letter(MAP * mp, char letter); void map_logic(MAP * mp); void map_draw(BITMAP * bp, MAP * mp, int ox, int oy); +void map_clear(MAP * mp); +void map_re_letter(MAP * mp, char * wp); + #endif --- alphabet-soup-1.1/menu.c.unix 2004-09-21 16:15:36.000000000 +0200 +++ alphabet-soup-1.1/menu.c 2006-12-01 11:56:20.000000000 +0100 @@ -1,5 +1,7 @@ #include #include +#include +#include #include "ncds.h" #include "data.h" #include "menu.h" @@ -95,8 +97,7 @@ if(music_vol <= 0) { ncds_enable_music(); - ncds_play_music("soup.dat#music/title.xm", 1); - logic_ticks = 0; + ncds_play_music(DATADIR "soup.dat#music/title.xm", 1); } music_vol += 5; ncds_set_music_volume(music_vol); @@ -199,7 +200,7 @@ void menu_dictionary_text(void) { - strcpy(gmenu_wtext, get_filename(word_file[word_selected])); + strcpy(gmenu_wtext, get_filename(word_file[(int)word_selected])); } void menu_proc_dictionary_left(void) @@ -208,7 +209,7 @@ { ncds_play_sample(sound[SOUND_MENU_OPTION], 128, -1, -1); word_selected--; - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); menu_dictionary_text(); } } @@ -219,7 +220,7 @@ { ncds_play_sample(sound[SOUND_MENU_OPTION], 128, -1, -1); word_selected++; - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); menu_dictionary_text(); } } @@ -241,7 +242,6 @@ build_dictionary_list(); } ncds_resume_music(); - logic_ticks = 0; } void config_init(void) @@ -482,8 +482,6 @@ void menu_logic(void) { - int i; - int f = frame; char k; if(keypressed()) @@ -522,7 +520,7 @@ menu_state = MENU_STATE_TO_OS; ncds_play_sample(sound[SOUND_MENU_ENTER], 128, -1, -1); } - if(k == KEY_ENTER) + if(k == KEY_ENTER || k == KEY_SPACE) { menu_state = MENU_STATE_TO_OPTIONS; ncds_play_sample(sound[SOUND_MENU_ENTER], 128, -1, -1); @@ -565,7 +563,7 @@ { menu.item[menu.selected].right_proc(); } - if(k == KEY_ENTER && menu.item[menu.selected].enter_proc) + if((k == KEY_ENTER || k == KEY_SPACE) && menu.item[menu.selected].enter_proc) { menu.item[menu.selected].enter_proc(); } @@ -701,8 +699,6 @@ void menu_render(void) { - int i, j; - // clear_to_color(buffer, makecol(0, 0, 128)); /* for(i = 0; i < SCREEN_H / image[IMAGE_MENU_SHAPE_1]->h + 2; i++) { @@ -746,7 +742,7 @@ { k = 0; } - if(k == KEY_ESC) + if(k == KEY_ESC || k == KEY_ENTER || k == KEY_SPACE) { score_state = SCORE_STATE_OUT; } @@ -847,8 +843,7 @@ // can_ofs = CAN_START_OFS; state = STATE_MENU; menu_state = MENU_STATE_FROM_SCORES; - ncds_play_music("soup.dat#music/title.xm", 1); - logic_ticks = 0; + ncds_play_music(DATADIR "soup.dat#music/title.xm", 1); } break; } --- alphabet-soup-1.1/menu.h.unix 2004-01-29 08:53:22.000000000 +0100 +++ alphabet-soup-1.1/menu.h 2006-12-01 11:20:56.000000000 +0100 @@ -58,5 +58,9 @@ void menu_logic(void); void menu_render(void); void menu_draw(void); +void scores_logic(void); +void scores_render(void); +void scores_draw(void); + #endif --- alphabet-soup-1.1/ncds.c.unix 2004-09-14 06:54:42.000000000 +0200 +++ alphabet-soup-1.1/ncds.c 2006-12-01 11:20:56.000000000 +0100 @@ -60,7 +60,7 @@ SAMPLE * ncds_sample_queue[NCDS_MAX_QUEUE] = {NULL}; int ncds_queue_channel = -1; -char ncds_music_type[NCDS_MAX_MUSIC_TYPES][8] = {0}; +char ncds_music_type[NCDS_MAX_MUSIC_TYPES][8] = { {0} }; int ncds_music_types = 0; void ncds_add_music_type(char * ext) @@ -410,7 +410,6 @@ { char str[1024] = {0}; int i; - int mode = 0; if(fn[0] != '\0') { @@ -456,7 +455,7 @@ void ncds_update_queue(void) { - int i, j; + int j; if(ncds_initialized) { @@ -515,7 +514,7 @@ void ncds_update_music(void) { - int i, ret; + int ret; if(ncds_initialized && !ncds_done) { @@ -812,8 +811,6 @@ /* saves a wave file to file pointer */ int ncds_save_wav_fp(SAMPLE * SamplePointer, PACKFILE * f) { - int i; - /* create the header */ char RiffHeader[4] = {'R', 'I', 'F', 'F'}; unsigned long FileLength = 36 + SamplePointer->len; @@ -961,7 +958,6 @@ /* figure out sound panning based on X coordinate and width */ int ncds_place_sound(int x, int width) { - float fw = width; float wr = width / 256; float fx = x * wr; --- alphabet-soup-1.1/ncds.h.unix 2004-09-13 08:53:52.000000000 +0200 +++ alphabet-soup-1.1/ncds.h 2006-12-01 11:20:56.000000000 +0100 @@ -9,8 +9,8 @@ /* undefine these to disable portions of NCDS */ #define NCDS_DUMB -#define NCDS_ALMP3 -#define NCDS_ALOGG +// #define NCDS_ALMP3 +// #define NCDS_ALOGG /* sound system channel modes */ #define NCDS_MAX_CHANNELS 32 @@ -73,4 +73,8 @@ } #endif +#ifndef DATADIR +#define DATADIR +#endif + #endif --- alphabet-soup-1.1/readme.txt.unix 2004-01-29 21:50:44.000000000 +0100 +++ alphabet-soup-1.1/readme.txt 2006-12-01 11:20:56.000000000 +0100 @@ -1,147 +1,155 @@ -Alphabet Soup 1.0 (c)2004 NewCreature Design --------------------------------------------- - -Alphabet Soup is freeware and may be distributed freely (without charge). If -you would like to include Alphabet Soup on a compilation CD you must contact us -for permission. Please see the "Contacting Us" section at the bottom of this -document. - - -Disclaimer ----------- - -NewCreature Design makes no gaurantees regarding the Alphabet Soup software. We -take no responsibility for any damages the software may cause to you or your -equipment, though it has not been known to cause any problems. Please contact -us if you have any trouble with the software and we'll see if we can resolve -the problem. - - -Description ------------ - -Guide your worm through the soup to spell words and earn points. Play the way -you like with several game mode selections. Words are chosen from one of three -included dictionaries, or import your own. - - -System Requirements -------------------- - -Pentium or better PC -VGA or better graphics card - - -Navigating the Menu -------------------- - -Use the UP and DOWN arrow keys to move through the menu, LEFT and RIGHT to -modify options, ENTER to select. - - -Playing the Game ----------------- - -Alphabet soup contains several game modes, all with a similar goal. You are -given a word and you must maneuver your worm through the soup to spell out that -word. Larger words, naturally, earn you more points. - - -Game Modes ----------- - -All game modes share the same basic rules as spelled out above, however, some -details about how the game plays depend on what game mode you've chosen. - - - Scatter Word - ------------ - - The basic game mode, spell the given word to earn points. - - - Blind Worm - ---------- - - Just like Scatter Word, except you must figure out what word you are supposed - to find based on what letters are floating in the soup. - - - Elimination - ----------- - - Like Scatter Word but each word you find is eliminated from the dictionary - until no words remain. - - - Poison Letter - ------------- - - Eat the wrong letter and you lose. - - - Fat Worm - -------- - - Your worm does not get smaller as you find words. - - - Skinny Worm - ----------- - - Your worm does not get bigger with each word. - - - Cold Soup - --------- - - Letters do not float around in the soup. - - - Nibbles - ------- - - The simplest mode, only the letter you need appears. - - -Dictionaries ------------- - -When playing Alphabet Soup, words are selected from a dictionary. You can use -any of the provided dictionaries or import your own. To import a dictionary -press ENTER on the Dictionary option in the menu and select the text file which -contains your list of words. The file must be formatted one word per line with -a line break at the end of the file to be imported properly. - - -Credits -------- - -Programming, Concept, Design, Graphics, Music, and Sound by Todd Cope. - -Additional Design by Brandy Cope. - - -Conclusion ----------- - -Alphabet Soup has been a blast to work on. We hope the you all will enjoy the -game. If you would like to comment or report problems with the game please -contact us using the information below. - - -Contacting Us -------------- - -If you have general questions about our programs or anything else you can -contact us via e-mail. Please report any bugs you find in our software as well. -Comments are also appreciated. Visit our web site for the latest updates and -releases. - -E-mail - todd at ncdgames.com - -Snail Mail - 1409 Diuguid Drive Apt. A5 - Murray, KY 42071 - Apt. A5 - -Web Site - http://www.ncdgames.com +Alphabet Soup 1.0 (c)2004 NewCreature Design +-------------------------------------------- + +Alphabet Soup is freeware. This means you can pass copies around +freely provided you include this document in it's original form in your +distribution. Please see the "Contacting Us" section of this document if +you need to contact us for any reason. + +The source code is provided as-is and you may do with it whatsoever you +please provided that you include this file in its unmodified form with +any new distribution. NewCreature Design makes no gaurantees regarding +the usability of the source but are willing to help with any problems +you might run into. Please see the "Contacting Us" section of this +document if you need to get in touch with us about any issues you have +regarding the source. + + +Disclaimer +---------- + +NewCreature Design makes no gaurantees regarding the Alphabet Soup software. We +take no responsibility for any damages the software may cause to you or your +equipment, though it has not been known to cause any problems. Please contact +us if you have any trouble with the software and we'll see if we can resolve +the problem. + + +Description +----------- + +Guide your worm through the soup to spell words and earn points. Play the way +you like with several game mode selections. Words are chosen from one of three +included dictionaries, or import your own. + + +System Requirements +------------------- + +Pentium or better PC +VGA or better graphics card + + +Navigating the Menu +------------------- + +Use the UP and DOWN arrow keys to move through the menu, LEFT and RIGHT to +modify options, ENTER to select. + + +Playing the Game +---------------- + +Alphabet soup contains several game modes, all with a similar goal. You are +given a word and you must maneuver your worm through the soup to spell out that +word. Larger words, naturally, earn you more points. + + +Game Modes +---------- + +All game modes share the same basic rules as spelled out above, however, some +details about how the game plays depend on what game mode you've chosen. + + + Scatter Word + ------------ + + The basic game mode, spell the given word to earn points. + + + Blind Worm + ---------- + + Just like Scatter Word, except you must figure out what word you are supposed + to find based on what letters are floating in the soup. + + + Elimination + ----------- + + Like Scatter Word but each word you find is eliminated from the dictionary + until no words remain. + + + Poison Letter + ------------- + + Eat the wrong letter and you lose. + + + Fat Worm + -------- + + Your worm does not get smaller as you find words. + + + Skinny Worm + ----------- + + Your worm does not get bigger with each word. + + + Cold Soup + --------- + + Letters do not float around in the soup. + + + Nibbles + ------- + + The simplest mode, only the letter you need appears. + + +Dictionaries +------------ + +When playing Alphabet Soup, words are selected from a dictionary. You can use +any of the provided dictionaries or import your own. To import a dictionary +press ENTER on the Dictionary option in the menu and select the text file which +contains your list of words. The file must be formatted one word per line with +a line break at the end of the file to be imported properly. + + +Credits +------- + +Programming, Concept, Design, Graphics, Music, and Sound by Todd Cope. + +Additional Design by Brandy Cope. + + +Conclusion +---------- + +Alphabet Soup has been a blast to work on. We hope the you all will enjoy the +game. If you would like to comment or report problems with the game please +contact us using the information below. + + +Contacting Us +------------- + +If you have general questions about our programs or anything else you can +contact us via e-mail. Please report any bugs you find in our software as well. +Comments are also appreciated. Visit our web site for the latest updates and +releases. + +E-mail - todd at t3-i.com + +Snail Mail - 1409 Diuguid Drive Apt. A5 + Murray, KY 42071 + Apt. A5 + +Web Site - http://www.t3-i.com/ --- alphabet-soup-1.1/snake.c.unix 2004-09-22 10:06:48.000000000 +0200 +++ alphabet-soup-1.1/snake.c 2006-12-01 11:20:56.000000000 +0100 @@ -28,8 +28,6 @@ void snake_add(SNAKE * sp, char val) { - int i; - sp->segment[sp->length].letter = val; if(sp->length < SNAKE_MAX_SEGMENTS - 1) { @@ -39,8 +37,6 @@ void snake_control(SNAKE * sp) { - int i, j; - read_controller(&sp->controller); if(sp->segment[0].nx != sp->segment[0].x) { @@ -108,11 +104,8 @@ void snake_move(SNAKE * sp, MAP * mp) { - int i, j, r; - char tester[17] = {0}; - char snake_string[256] = {0}; + int i, j; int points = 5; - int count = 0; char c[2] = {0}; int cx; @@ -285,7 +278,7 @@ void snake_draw(BITMAP * bp, SNAKE * sp, int ox, int oy) { int i; - BITMAP * sbp; + BITMAP * sbp = NULL; if(sp->segment[1].x > sp->segment[0].x) { --- alphabet-soup-1.1/snake.h.unix 2004-01-26 08:29:18.000000000 +0100 +++ alphabet-soup-1.1/snake.h 2006-12-01 11:20:56.000000000 +0100 @@ -1,7 +1,6 @@ #ifndef SNAKE_H #define SNAKE_H -#include "map.h" #include "input.h" #define SNAKE_MAX_SEGMENTS 256 @@ -32,8 +31,10 @@ } SNAKE; +#include "map.h" + void snake_compile(SNAKE * sp); -//void snake_move(SNAKE * sp, MAP * mp); +void snake_move(SNAKE * sp, MAP * mp); void snake_draw(BITMAP * bp, SNAKE * sp, int ox, int oy); #endif --- /dev/null 2006-12-01 08:45:08.001995750 +0100 +++ alphabet-soup-1.1/unix.c 2006-12-01 11:20:56.000000000 +0100 @@ -0,0 +1,50 @@ +#include +#include +#include +#include +#include + +int check_and_create_dir(const char *name) +{ + struct stat stat_buffer; + + if (stat(name, &stat_buffer)) + { + /* error check if it doesn't exist or something else is wrong */ + if (errno == ENOENT) + { + /* doesn't exist letts create it ;) */ +#ifdef BSD43 + if (mkdir(name, 0775)) +#else + if (mkdir(name, S_IRWXU|S_IRWXG|S_IROTH|S_IXOTH)) +#endif + { + fprintf(stderr, "Error creating dir %s", name); + perror(" "); + return -1; + } + } + else + { + /* something else went wrong yell about it */ + fprintf(stderr, "Error opening %s", name); + perror(" "); + return -1; + } + } + else + { + /* file exists check it's a dir otherwise yell about it */ +#ifdef BSD43 + if (!(S_IFDIR & stat_buffer.st_mode)) +#else + if (!S_ISDIR(stat_buffer.st_mode)) +#endif + { + fprintf(stderr,"Error %s exists but isn't a dir\n", name); + return -1; + } + } + return 0; +} --- NEW FILE alphabet-soup.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Alphabet Soup Comment=Guide your worm through the soup to spell words Exec=alphabet-soup Icon=alphabet-soup.png Terminal=false StartupNotify=false Type=Application Categories=Game; --- NEW FILE alphabet-soup.spec --- Name: alphabet-soup Version: 1.1 Release: 2%{?dist} Summary: Guide your worm through the soup to spell words Group: Amusements/Games License: Freeware URL: http://www.t3-i.com/asoup.htm Source0: http://www.t3-i.com/ncdgames/as11src.zip Source1: alphabet-soup.desktop Source2: alphabet-soup.png Patch0: alphabet-soup-1.1-linux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alfont-devel dumb-devel desktop-file-utils Requires: hicolor-icon-theme %description Guide your worm through the soup to spell words and earn points. Play the way you like with several game mode selections. Words are chosen from one of three included dictionaries, or import your own. %prep %setup -q -c %patch0 -p1 -z .unix sed -i 's/\r//' readme.txt %build make %{?_smp_mflags} -f Makefile.unix PREFIX=%{_prefix} \ CFLAGS="$RPM_OPT_FLAGS -fsigned-char -Wno-deprecated-declarations" %install rm -rf $RPM_BUILD_ROOT make -f Makefile.unix install PREFIX=$RPM_BUILD_ROOT%{_prefix} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc readme.txt license-change.txt %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %changelog * Sun Dec 3 2006 Hans de Goede 1.1-2 - Add dumb-devel to BR (bz 218023) - Add Requires hicolor-icon-theme (bz 218023) * Fri Dec 1 2006 Hans de Goede 1.1-1 - Initial Fedora Extras package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alphabet-soup/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 05:25:44 -0000 1.1 +++ .cvsignore 4 Dec 2006 05:26:51 -0000 1.2 @@ -0,0 +1 @@ +as11src.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/alphabet-soup/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 05:25:44 -0000 1.1 +++ sources 4 Dec 2006 05:26:51 -0000 1.2 @@ -0,0 +1 @@ +364fe30c53a86217db37f53308604f74 as11src.zip From fedora-extras-commits at redhat.com Mon Dec 4 05:27:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:27:21 -0500 Subject: rpms/alphabet-soup import.log,1.1,1.2 Message-ID: <200612040527.kB45RLSc001716@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1676 Modified Files: import.log Log Message: auto-import alphabet-soup-1.1-2.fc7 on branch devel from alphabet-soup-1.1-2.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/alphabet-soup/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 05:25:38 -0000 1.1 +++ import.log 4 Dec 2006 05:26:51 -0000 1.2 @@ -0,0 +1 @@ +alphabet-soup-1_1-2_fc7:HEAD:alphabet-soup-1.1-2.fc7.src.rpm:1165211021 From fedora-extras-commits at redhat.com Mon Dec 4 07:35:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 02:35:48 -0500 Subject: owners owners.list,1.2055,1.2056 Message-ID: <200612040735.kB47ZmUm009508@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9493 Modified Files: owners.list Log Message: added alphabet-soup Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2055 retrieving revision 1.2056 diff -u -r1.2055 -r1.2056 --- owners.list 4 Dec 2006 03:33:42 -0000 1.2055 +++ owners.list 4 Dec 2006 07:35:18 -0000 1.2056 @@ -42,6 +42,7 @@ Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleyoop|Graphical front-end to the Valgrind memory checker|giallu at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| Fedora Extras|alsa-tools|Specialist tools for ALSA|rpm at timj.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 07:37:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:37:34 -0500 Subject: rpms/vdr-femon - New directory Message-ID: <200612040737.kB47bYH5009576@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9572/vdr-femon Log Message: Directory /cvs/extras/rpms/vdr-femon added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 07:37:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:37:39 -0500 Subject: rpms/vdr-femon/devel - New directory Message-ID: <200612040737.kB47bdvt009589@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9572/vdr-femon/devel Log Message: Directory /cvs/extras/rpms/vdr-femon/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 07:38:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:38:03 -0500 Subject: rpms/vdr-femon/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040738.kB47c3xS009638@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9613/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module vdr-femon --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 07:37:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:37:58 -0500 Subject: rpms/vdr-femon Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040737.kB47bwNq009619@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9613 Added Files: Makefile import.log Log Message: Setup of module vdr-femon --- NEW FILE Makefile --- # Top level Makefile for module vdr-femon all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 07:38:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:38:39 -0500 Subject: owners owners.list,1.2056,1.2057 Message-ID: <200612040738.kB47cdrA009695@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9631 Modified Files: owners.list Log Message: +vdr-femon, #190345 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2056 retrieving revision 1.2057 diff -u -r1.2056 -r1.2057 --- owners.list 4 Dec 2006 07:35:18 -0000 1.2056 +++ owners.list 4 Dec 2006 07:38:09 -0000 1.2057 @@ -2425,6 +2425,7 @@ Fedora Extras|valknut|Direct Connect client|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|varconf|WorldForge configuration library|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|vdr|Video Disk Recorder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|vdr-femon|DVB frontend status monitor plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-osdteletext|OSD teletext plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-subtitles|DVB subtitles plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-sudoku|Sudoku plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 07:39:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:39:12 -0500 Subject: rpms/vdr-femon/devel vdr-femon.conf, NONE, 1.1 vdr-femon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040739.kB47dC5e009734@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9699/devel Modified Files: .cvsignore sources Added Files: vdr-femon.conf vdr-femon.spec Log Message: auto-import vdr-femon-1.1.0-1 on branch devel from vdr-femon-1.1.0-1.src.rpm Initial import, #190345 --- NEW FILE vdr-femon.conf --- # Configuration snippet for vdr-femon -*- sh -*- # # Add command line options to pass to the femon plugin to PLUGIN_OPTIONS. PLUGIN_OPTIONS="" --- NEW FILE vdr-femon.spec --- %define pname femon %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) Name: vdr-%{pname} Version: 1.1.0 Release: 1%{?dist} Summary: DVB frontend status monitor plugin for VDR Group: Applications/Multimedia License: GPL URL: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ Source0: http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/%{name}-%{version}.tgz Source1: %{name}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.4.0 BuildRequires: sed >= 3.95 Requires: vdr(abi) = %{apiver} %description DVB frontend status monitor is a plugin that displays some signal information parameters of the current tuned channel on VDR's OSD. You can zap through all your channels and the plugin should be monitoring always the right frontend. The transponder and stream information are also available in advanced display modes. %prep %setup -q -n %{pname}-%{version} f=HISTORY ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr STRIP=/bin/true %install rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING HISTORY README %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %{plugindir}/libvdr-%{pname}.so.%{apiver} %changelog * Sat Sep 23 2006 Ville Skytt?? - 1.1.0-1 - 1.1.0, build for VDR 1.4.3. * Sun Aug 6 2006 Ville Skytt?? - 1.0.1-2 - Rebuild for VDR 1.4.1-3. * Sun Jun 11 2006 Ville Skytt?? - 1.0.1-1 - 1.0.1, build for VDR 1.4.1. * Sun Apr 30 2006 Ville Skytt?? - 1.0.0-1 - 1.0.0, build for VDR 1.4.0. * Sun Apr 23 2006 Ville Skytt?? - 0.9.9-1 - 0.9.9. * Mon Apr 17 2006 Ville Skytt?? - 0.9.8-3 - Rebuild/adjust for VDR 1.3.47, require versioned vdr(abi). - Trim pre-RLO %%changelog entries. * Sun Mar 26 2006 Ville Skytt?? - 0.9.8-2 - Rebuild for VDR 1.3.45. * Wed Mar 8 2006 Ville Skytt?? - 0.9.8-1 - 0.9.8. * Wed Mar 1 2006 Ville Skytt?? - 0.9.7-0.lvn.2 - Rebuild for VDR 1.3.44. * Tue Feb 28 2006 Andreas Bierfert - add dist * Sun Feb 19 2006 Ville Skytt?? - 0.9.7-0.lvn.1 - 0.9.7, built for VDR 1.3.43. * Sun Feb 5 2006 Ville Skytt?? - 0.9.6-0.lvn.3 - Rebuild for VDR 1.3.42. * Thu Jan 26 2006 Ville Skytt?? - 0.9.6-0.lvn.2 - Grr. Upstream re-released 0.9.6 with minor additional fixes. * Wed Jan 25 2006 Ville Skytt?? - 0.9.6-0.lvn.1 - 0.9.6. * Sun Jan 22 2006 Ville Skytt?? - 0.9.5-0.lvn.4 - Rebuild for VDR 1.3.40. * Sun Jan 15 2006 Ville Skytt?? - 0.9.5-0.lvn.3 - Rebuild for VDR 1.3.39. * Sun Jan 8 2006 Ville Skytt?? - 0.9.5-0.lvn.2 - Rebuild for VDR 1.3.38. * Sun Nov 13 2005 Ville Skytt?? - 0.9.5-0.lvn.1 - 0.9.5. * Sun Nov 6 2005 Ville Skytt?? - 0.9.4-0.lvn.3 - Rebuild for VDR 1.3.36. * Tue Nov 1 2005 Ville Skytt?? - 0.9.4-0.lvn.2 - Rebuild for VDR 1.3.35. * Thu Oct 6 2005 Ville Skytt?? - 0.9.4-0.lvn.1 - 0.9.4. - Rebuild for VDR 1.3.34. * Sun Sep 25 2005 Ville Skytt?? - 0.9.3-0.lvn.3 - Rebuild for VDR 1.3.33. * Sun Sep 11 2005 Ville Skytt?? - 0.9.3-0.lvn.2 - Rebuild for VDR 1.3.32. * Mon Aug 29 2005 Ville Skytt?? - 0.9.3-0.lvn.1 - 0.9.3. - Rebuild for VDR 1.3.31. * Sun Aug 21 2005 Ville Skytt?? - 0.9.2-0.lvn.2 - Rebuild for VDR 1.3.30. * Tue Aug 16 2005 Ville Skytt?? - 0.9.2-0.lvn.1 - 0.9.2. - Try to avoid build system problems by not using %%expand with vdr-config. * Sat Aug 13 2005 Ville Skytt?? - 0.9.1-1.lvn.1 - Improve description. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 07:38:03 -0000 1.1 +++ .cvsignore 4 Dec 2006 07:38:42 -0000 1.2 @@ -0,0 +1 @@ +vdr-femon-1.1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 07:38:03 -0000 1.1 +++ sources 4 Dec 2006 07:38:42 -0000 1.2 @@ -0,0 +1 @@ +845886d484d998e79f997320f53bbf6d vdr-femon-1.1.0.tgz From fedora-extras-commits at redhat.com Mon Dec 4 07:39:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:39:12 -0500 Subject: rpms/vdr-femon import.log,1.1,1.2 Message-ID: <200612040739.kB47dCPF009730@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9699 Modified Files: import.log Log Message: auto-import vdr-femon-1.1.0-1 on branch devel from vdr-femon-1.1.0-1.src.rpm Initial import, #190345 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 07:37:58 -0000 1.1 +++ import.log 4 Dec 2006 07:38:42 -0000 1.2 @@ -0,0 +1 @@ +vdr-femon-1_1_0-1:HEAD:vdr-femon-1.1.0-1.src.rpm:1165218123 From fedora-extras-commits at redhat.com Mon Dec 4 07:41:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:41:23 -0500 Subject: rpms/vdr-femon/devel vdr-femon.spec,1.1,1.2 Message-ID: <200612040741.kB47fNQc009786@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9771 Modified Files: vdr-femon.spec Log Message: * Mon Dec 4 2006 Ville Skytt?? - 1.1.0-4 - First Fedora Extras build. Index: vdr-femon.spec =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/devel/vdr-femon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-femon.spec 4 Dec 2006 07:38:42 -0000 1.1 +++ vdr-femon.spec 4 Dec 2006 07:40:53 -0000 1.2 @@ -4,7 +4,7 @@ Name: vdr-%{pname} Version: 1.1.0 -Release: 1%{?dist} +Release: 4%{?dist} Summary: DVB frontend status monitor plugin for VDR Group: Applications/Multimedia @@ -55,6 +55,9 @@ %changelog +* Mon Dec 4 2006 Ville Skytt?? - 1.1.0-4 +- First Fedora Extras build. + * Sat Sep 23 2006 Ville Skytt?? - 1.1.0-1 - 1.1.0, build for VDR 1.4.3. From fedora-extras-commits at redhat.com Mon Dec 4 08:52:59 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Mon, 4 Dec 2006 03:52:59 -0500 Subject: comps comps-fe7.xml.in,1.37,1.38 Message-ID: <200612040852.kB48qxxP013151@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13136 Modified Files: comps-fe7.xml.in Log Message: added devilspie to X Window System Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- comps-fe7.xml.in 3 Dec 2006 22:10:46 -0000 1.37 +++ comps-fe7.xml.in 4 Dec 2006 08:52:29 -0000 1.38 @@ -74,6 +74,7 @@ Canna dejavu-fonts dejavu-fonts-experimental + devilspie efont-unicode-bdf FreeWnn kinput2 @@ -145,7 +146,6 @@ fpc ftnchek gauche - gcl gforth ghc git From fedora-extras-commits at redhat.com Mon Dec 4 08:53:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 4 Dec 2006 03:53:42 -0500 Subject: rpms/glibmm24/devel .cvsignore, 1.12, 1.13 glibmm.spec, 1.16, 1.17 sources, 1.13, 1.14 Message-ID: <200612040853.kB48rgc5013176@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13157 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.12.3, added dist tag Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 2 Oct 2006 23:29:43 -0000 1.12 +++ .cvsignore 4 Dec 2006 08:53:12 -0000 1.13 @@ -1 +1 @@ -glibmm-2.12.2.tar.bz2 +glibmm-2.12.3.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/glibmm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- glibmm.spec 2 Oct 2006 23:29:43 -0000 1.16 +++ glibmm.spec 4 Dec 2006 08:53:12 -0000 1.17 @@ -1,6 +1,6 @@ Name: glibmm24 -Version: 2.12.2 -Release: 1 +Version: 2.12.3 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) Group: System Environment/Libraries @@ -77,6 +77,10 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Dec 4 2006 Denis Leroy - 2.12.3-1 +- Update to 2.12.3 +- Added dist tag + * Mon Oct 2 2006 Denis Leroy - 2.12.2-1 - Update to 2.12.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 2 Oct 2006 23:29:43 -0000 1.13 +++ sources 4 Dec 2006 08:53:12 -0000 1.14 @@ -1 +1 @@ -a70be72261b19a080b1666e5e04fd43a glibmm-2.12.2.tar.bz2 +bf80bb02ec7712181dc38ff379ae2d93 glibmm-2.12.3.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 09:07:11 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Mon, 4 Dec 2006 04:07:11 -0500 Subject: comps comps-fe5.xml.in,1.208,1.209 comps-fe6.xml.in,1.235,1.236 Message-ID: <200612040907.kB497Bt3016861@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16837 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added devilspie to X Window System Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- comps-fe5.xml.in 2 Dec 2006 17:18:04 -0000 1.208 +++ comps-fe5.xml.in 4 Dec 2006 09:06:41 -0000 1.209 @@ -71,6 +71,7 @@ aterm dejavu-fonts dejavu-fonts-experimental + devilspie efont-unicode-bdf lineak-defaultplugin lineak-xosdplugin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.235 retrieving revision 1.236 diff -u -r1.235 -r1.236 --- comps-fe6.xml.in 2 Dec 2006 17:18:04 -0000 1.235 +++ comps-fe6.xml.in 4 Dec 2006 09:06:41 -0000 1.236 @@ -74,6 +74,7 @@ Canna dejavu-fonts dejavu-fonts-experimental + devilspie efont-unicode-bdf FreeWnn kinput2 From fedora-extras-commits at redhat.com Mon Dec 4 09:09:46 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 4 Dec 2006 04:09:46 -0500 Subject: rpms/gtkmm24/devel .cvsignore, 1.10, 1.11 gtkmm.spec, 1.19, 1.20 sources, 1.12, 1.13 Message-ID: <200612040909.kB499kxK016912@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16891 Modified Files: .cvsignore gtkmm.spec sources Log Message: Update to 2.10.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Oct 2006 23:52:21 -0000 1.10 +++ .cvsignore 4 Dec 2006 09:09:16 -0000 1.11 @@ -1 +1 @@ -gtkmm-2.10.2.tar.bz2 +gtkmm-2.10.5.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkmm.spec 9 Oct 2006 18:00:34 -0000 1.19 +++ gtkmm.spec 4 Dec 2006 09:09:16 -0000 1.20 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.10.2 +Version: 2.10.5 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -98,6 +98,9 @@ %changelog +* Mon Dec 4 2006 Denis Leroy - 2.10.5 +- Update to 2.10.5 + * Tue Oct 3 2006 Denis Leroy - 2.10.2-1 - Update to 2.10.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 2 Oct 2006 23:52:21 -0000 1.12 +++ sources 4 Dec 2006 09:09:16 -0000 1.13 @@ -1 +1 @@ -b29ec706e544002d312cbefa0a65c446 gtkmm-2.10.2.tar.bz2 +0f5255675d13391ca2f3fa4943733a07 gtkmm-2.10.5.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 09:18:54 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 4 Dec 2006 04:18:54 -0500 Subject: rpms/gtkmm24/devel gtkmm.spec,1.20,1.21 Message-ID: <200612040918.kB49IsCh017035@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17020 Modified Files: gtkmm.spec Log Message: Updated glibmm dependency version Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gtkmm.spec 4 Dec 2006 09:09:16 -0000 1.20 +++ gtkmm.spec 4 Dec 2006 09:18:24 -0000 1.21 @@ -10,7 +10,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.8/gtkmm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glibmm24-devel >= 2.11.3 +BuildRequires: glibmm24-devel >= 2.12.3 BuildRequires: atk-devel >= 1.9.0 BuildRequires: pango-devel >= 1.5.2 BuildRequires: gtk2-devel >= 2.10.0 From fedora-extras-commits at redhat.com Mon Dec 4 09:23:47 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Mon, 4 Dec 2006 04:23:47 -0500 Subject: comps comps-fe6.xml.in,1.236,1.237 comps-fe7.xml.in,1.38,1.39 Message-ID: <200612040923.kB49Nlox017074@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17057 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: adding offlineimap Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- comps-fe6.xml.in 4 Dec 2006 09:06:41 -0000 1.236 +++ comps-fe6.xml.in 4 Dec 2006 09:23:17 -0000 1.237 @@ -1042,6 +1042,7 @@ ncftp ninja nmh + offlineimap pork rtorrent snownews Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- comps-fe7.xml.in 4 Dec 2006 08:52:29 -0000 1.38 +++ comps-fe7.xml.in 4 Dec 2006 09:23:17 -0000 1.39 @@ -1043,6 +1043,7 @@ ncftp ninja nmh + offlineimap pork rtorrent snownews From fedora-extras-commits at redhat.com Mon Dec 4 09:48:27 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 4 Dec 2006 04:48:27 -0500 Subject: rpms/php-eaccelerator/devel eaccelerator-0.9.5-php52fix.patch, NONE, 1.1 php-eaccelerator.spec, 1.25, 1.26 Message-ID: <200612040948.kB49mRi9017208@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17188/devel Modified Files: php-eaccelerator.spec Added Files: eaccelerator-0.9.5-php52fix.patch Log Message: Include patch to fix use of PHP 5.2 (ea #204, rh #218166). eaccelerator-0.9.5-php52fix.patch: --- NEW FILE eaccelerator-0.9.5-php52fix.patch --- Index: eaccelerator/trunk/ChangeLog =================================================================== --- eaccelerator/trunk/ChangeLog (revision 249) +++ eaccelerator/trunk/ChangeLog (revision 251) @@ -1,2 +1,6 @@ +2006-07-28 Bart Vanbrabant + + * Restore the class entry of zend_property_info when using php 5.2, this fixes bug #151 + 2006-07-27 Bart Vanbrabant Index: eaccelerator/trunk/ea_restore.c =================================================================== --- eaccelerator/trunk/ea_restore.c (revision 248) +++ eaccelerator/trunk/ea_restore.c (revision 251) @@ -635,4 +635,7 @@ to->doc_comment_len = 0; to->doc_comment = NULL; +#endif +#ifdef ZEND_ENGINE_2_2 + to->ce = EAG(class_entry); #endif return to; @@ -855,5 +858,4 @@ EAG(xpad)--; #endif - return to; } Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- php-eaccelerator.spec 29 Nov 2006 12:04:32 -0000 1.25 +++ php-eaccelerator.spec 4 Dec 2006 09:47:57 -0000 1.26 @@ -16,12 +16,13 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.net/ Source: http://bart.eaccelerator.net/source/%{module_version}/eaccelerator-%{module_version}.tar.bz2 Patch0: eaccelerator-0.9.5-rc1-config.patch +Patch1: eaccelerator-0.9.5-php52fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: php-api = %{php_apiver} Requires: php-common = %{php_version} @@ -40,6 +41,7 @@ %prep %setup -n eaccelerator-%{module_version} %patch0 -p1 -b .config +%patch1 -p2 -b .php52fix # Change paths in the example config, other values are changed by a patch %{__perl} -pi -e 's|/usr/lib/php4/|%{php_extdir}/|g; s|/tmp/eaccelerator|%{_var}/cache/php-eaccelerator|g' \ @@ -92,6 +94,9 @@ %changelog +* Mon Dec 4 2006 Matthias Saou 5.2.0_0.9.5-2 +- Include patch to fix use of PHP 5.2 (ea #204, rh #218166). + * Wed Nov 29 2006 Matthias Saou 5.2.0_0.9.5-1 - Rebuild against PHP 5.2.0. From fedora-extras-commits at redhat.com Mon Dec 4 09:48:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 4 Dec 2006 04:48:59 -0500 Subject: rpms/tellico/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tellico.spec, 1.2, 1.3 Message-ID: <200612040948.kB49mxrx017231@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/tellico/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17212 Modified Files: .cvsignore sources tellico.spec Log Message: * Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tellico/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 23:21:06 -0000 1.2 +++ .cvsignore 4 Dec 2006 09:48:29 -0000 1.3 @@ -1 +1 @@ -tellico-1.2.2.tar.gz +tellico-1.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tellico/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 23:21:06 -0000 1.2 +++ sources 4 Dec 2006 09:48:29 -0000 1.3 @@ -1 +1 @@ -d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz +4cf5f6a1032a083a68635c819405884b tellico-1.2.6.tar.gz Index: tellico.spec =================================================================== RCS file: /cvs/extras/rpms/tellico/devel/tellico.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tellico.spec 4 Oct 2006 22:42:49 -0000 1.2 +++ tellico.spec 4 Dec 2006 09:48:29 -0000 1.3 @@ -1,6 +1,6 @@ Name: tellico -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: A collection manager Group: Applications/Multimedia @@ -97,6 +97,9 @@ %changelog +* Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 +- New upstream version. + * Thu Oct 05 2006 Christian Iseli 1.2.2-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 4 09:55:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 4 Dec 2006 04:55:44 -0500 Subject: rpms/tellico/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tellico.spec, 1.2, 1.3 Message-ID: <200612040955.kB49tijW017337@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/tellico/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17318 Modified Files: .cvsignore sources tellico.spec Log Message: * Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 23:21:06 -0000 1.2 +++ .cvsignore 4 Dec 2006 09:55:14 -0000 1.3 @@ -1 +1 @@ -tellico-1.2.2.tar.gz +tellico-1.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 23:21:06 -0000 1.2 +++ sources 4 Dec 2006 09:55:14 -0000 1.3 @@ -1 +1 @@ -d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz +4cf5f6a1032a083a68635c819405884b tellico-1.2.6.tar.gz Index: tellico.spec =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-6/tellico.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tellico.spec 4 Oct 2006 22:42:49 -0000 1.2 +++ tellico.spec 4 Dec 2006 09:55:14 -0000 1.3 @@ -1,6 +1,6 @@ Name: tellico -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: A collection manager Group: Applications/Multimedia @@ -97,6 +97,9 @@ %changelog +* Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 +- New upstream version. + * Thu Oct 05 2006 Christian Iseli 1.2.2-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 4 09:57:31 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 4 Dec 2006 04:57:31 -0500 Subject: rpms/tellico/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tellico.spec, 1.1, 1.2 Message-ID: <200612040957.kB49vVCA017412@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/tellico/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17385 Modified Files: .cvsignore sources tellico.spec Log Message: * Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 23:21:06 -0000 1.2 +++ .cvsignore 4 Dec 2006 09:57:01 -0000 1.3 @@ -1 +1 @@ -tellico-1.2.2.tar.gz +tellico-1.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 23:21:06 -0000 1.2 +++ sources 4 Dec 2006 09:57:01 -0000 1.3 @@ -1 +1 @@ -d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz +4cf5f6a1032a083a68635c819405884b tellico-1.2.6.tar.gz Index: tellico.spec =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-5/tellico.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tellico.spec 19 Sep 2006 23:21:06 -0000 1.1 +++ tellico.spec 4 Dec 2006 09:57:01 -0000 1.2 @@ -1,5 +1,5 @@ Name: tellico -Version: 1.2.2 +Version: 1.2.6 Release: 1%{?dist} Summary: A collection manager @@ -97,6 +97,12 @@ %changelog +* Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 +- New upstream version. + +* Thu Oct 05 2006 Christian Iseli 1.2.2-2 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + * Tue Sep 19 2006 Jos?? Matos - 1.2.2-1 - Revert desktop file to original one, and drop vendor. - New upstream release. From fedora-extras-commits at redhat.com Mon Dec 4 11:06:52 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Mon, 4 Dec 2006 06:06:52 -0500 Subject: comps comps-fe7.xml.in,1.39,1.40 Message-ID: <200612041106.kB4B6qBZ023770@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23753 Modified Files: comps-fe7.xml.in Log Message: put gcl in alphabetical order and so fix an error earlier this day Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- comps-fe7.xml.in 4 Dec 2006 09:23:17 -0000 1.39 +++ comps-fe7.xml.in 4 Dec 2006 11:06:22 -0000 1.40 @@ -139,13 +139,13 @@ cvsps cvsweb ecl - gcl epydoc erlang flasm fpc ftnchek gauche + gcl gforth ghc git From fedora-extras-commits at redhat.com Mon Dec 4 11:15:13 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 4 Dec 2006 06:15:13 -0500 Subject: fedora-security/audit fc5,1.405,1.406 fc6,1.156,1.157 Message-ID: <200612041115.kB4BFDZW023822@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23805/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6128 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- fc5 30 Nov 2006 21:45:26 -0000 1.405 +++ fc5 4 Dec 2006 11:15:13 -0000 1.406 @@ -1,8 +1,9 @@ Up to date CVE as of CVE email 20061123 Up to date FC5 as of 20061123 - ** are items that need attention + +CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- fc6 30 Nov 2006 21:45:27 -0000 1.156 +++ fc6 4 Dec 2006 11:15:13 -0000 1.157 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Mon Dec 4 11:19:54 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 4 Dec 2006 06:19:54 -0500 Subject: fedora-security/audit fc5,1.406,1.407 fc6,1.157,1.158 Message-ID: <200612041119.kB4BJs6l023904@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23880/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-5751 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- fc5 4 Dec 2006 11:15:13 -0000 1.406 +++ fc5 4 Dec 2006 11:19:54 -0000 1.407 @@ -19,6 +19,7 @@ CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1221] +CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (thunderbird) [since FEDORA-2006-1194] CVE-2006-5748 version (firefox) [since FEDORA-2006-1199] CVE-2006-5747 version (thunderbird) [since FEDORA-2006-1194] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.157 retrieving revision 1.158 diff -u -r1.157 -r1.158 --- fc6 4 Dec 2006 11:15:13 -0000 1.157 +++ fc6 4 Dec 2006 11:19:54 -0000 1.158 @@ -19,6 +19,7 @@ CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1223] +CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] CVE-2006-5748 version (thunderbird, fixed 1.5.0.8) [since FEDORA-2006-1192] CVE-2006-5747 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] From fedora-extras-commits at redhat.com Mon Dec 4 13:50:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 08:50:27 -0500 Subject: rpms/pinentry/devel pinentry.spec,1.12,1.13 Message-ID: <200612041350.kB4DoRXZ030678@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30663 Modified Files: pinentry.spec Log Message: * Mon Dec 04 2006 Rex Dieter - 0.7.2-14 - -14 respin (to help retire ATrpms pinentry pkg) Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/devel/pinentry.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pinentry.spec 28 Aug 2006 14:58:29 -0000 1.12 +++ pinentry.spec 4 Dec 2006 13:49:57 -0000 1.13 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 3%{?dist} +Release: 14%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -65,7 +65,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -149,6 +148,9 @@ %changelog +* Mon Dec 04 2006 Rex Dieter - 0.7.2-14 +- -14 respin (to help retire ATrpms pinentry pkg) + * Mon Aug 28 2006 Rex Dieter - 0.7.2-3 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 4 14:12:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 09:12:44 -0500 Subject: rpms/pinentry/FC-6 pinentry.spec,1.12,1.13 Message-ID: <200612041412.kB4ECin0001418@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1403 Modified Files: pinentry.spec Log Message: * Mon Dec 04 2006 Rex Dieter - 0.7.2-14 - -14 respin (to help retire ATrpms pinentry pkg) Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/FC-6/pinentry.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pinentry.spec 28 Aug 2006 14:58:29 -0000 1.12 +++ pinentry.spec 4 Dec 2006 14:12:14 -0000 1.13 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 3%{?dist} +Release: 14%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -65,7 +65,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -149,6 +148,9 @@ %changelog +* Mon Dec 04 2006 Rex Dieter - 0.7.2-14 +- -14 respin (to help retire ATrpms pinentry pkg) + * Mon Aug 28 2006 Rex Dieter - 0.7.2-3 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 4 15:17:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:17:47 -0500 Subject: rpms/jd/devel .cvsignore, 1.31, 1.32 jd.spec, 1.38, 1.39 sources, 1.31, 1.32 Message-ID: <200612041517.kB4FHlg7007321@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7282 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 4 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061204 - cvs 061204 (24:05 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 3 Dec 2006 15:17:33 -0000 1.31 +++ .cvsignore 4 Dec 2006 15:17:16 -0000 1.32 @@ -1 +1 @@ -jd-1.8.1-cvs061203.tgz +jd-1.8.1-cvs061204.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- jd.spec 3 Dec 2006 15:17:33 -0000 1.38 +++ jd.spec 4 Dec 2006 15:17:16 -0000 1.39 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061203 +%define strtag cvs061204 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sun Dec 3 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061203 -- cvs 061203 (23:59 JST) +* Mon Dec 4 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061204 +- cvs 061204 (24:05 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 3 Dec 2006 15:17:33 -0000 1.31 +++ sources 4 Dec 2006 15:17:16 -0000 1.32 @@ -1 +1 @@ -50531086ba518e4d9a73e1cf22c53bba jd-1.8.1-cvs061203.tgz +8224f64b7522ae3b726142462bfb4317 jd-1.8.1-cvs061204.tgz From fedora-extras-commits at redhat.com Mon Dec 4 15:18:06 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:18:06 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.16, 1.17 ochusha.spec, 1.17, 1.18 sources, 1.16, 1.17 Message-ID: <200612041518.kB4FI6wk007361@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7302 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 3 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061204 - 0.5.99.63.12 cvs 061204 (24:05 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 3 Dec 2006 15:12:46 -0000 1.16 +++ .cvsignore 4 Dec 2006 15:17:36 -0000 1.17 @@ -1 +1 @@ -ochusha-0.5.99.63.9-cvs061203.tar.bz2 +ochusha-0.5.99.63.12-cvs061204.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ochusha.spec 3 Dec 2006 15:12:46 -0000 1.17 +++ ochusha.spec 4 Dec 2006 15:17:36 -0000 1.18 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.9 -%define strtag cvs061203 +%define main_ver 0.5.99.63.12 +%define strtag cvs061204 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sun Dec 3 2006 Mamoru Tasaka 0.5.99.63.9-0.1.cvs061203 -- 0.5.99.63.9 cvs 061203 (23:59 JST) +* Mon Dec 3 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061204 +- 0.5.99.63.12 cvs 061204 (24:05 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 3 Dec 2006 15:12:46 -0000 1.16 +++ sources 4 Dec 2006 15:17:36 -0000 1.17 @@ -1 +1 @@ -1dfc369829b452fcc978ab1f91d1a680 ochusha-0.5.99.63.9-cvs061203.tar.bz2 +e9383e106c876207153f22c93db05287 ochusha-0.5.99.63.12-cvs061204.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 15:21:05 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 4 Dec 2006 10:21:05 -0500 Subject: owners owners.list,1.2057,1.2058 Message-ID: <200612041521.kB4FL5Qo007443@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7409 Modified Files: owners.list Log Message: Add myself as Cc to pinentry. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2057 retrieving revision 1.2058 diff -u -r1.2057 -r1.2058 --- owners.list 4 Dec 2006 07:38:09 -0000 1.2057 +++ owners.list 4 Dec 2006 15:20:35 -0000 1.2058 @@ -1902,7 +1902,7 @@ Fedora Extras|piklab|Development environment for applications based on PIC & dsPIC microcontrollers|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|pikloops|Code generator for PIC delays|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|pinball|Emilia Pinball game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org|Axel.Thimm at ATrpms.net Fedora Extras|pingus|Guide the penguins safely home before they drop of the cliff|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pipenightdreams|Connect the waterpipes to create a proper pipeline|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pitivi|Non-linear video editor|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org From fedora-extras-commits at redhat.com Mon Dec 4 15:40:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 10:40:47 -0500 Subject: rpms/pinentry/FC-5 pinentry.spec,1.10,1.11 Message-ID: <200612041540.kB4FelK9007579@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7560 Modified Files: pinentry.spec Log Message: * Mon Dec 04 2006 Rex Dieter - 0.7.2-14 - -14 respin (to help retire ATrpms pinentry pkg) Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/FC-5/pinentry.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pinentry.spec 1 Mar 2006 15:56:04 -0000 1.10 +++ pinentry.spec 4 Dec 2006 15:40:16 -0000 1.11 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 1%{?dist}.2 +Release: 14%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -65,7 +65,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -149,7 +148,16 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Mon Dec 04 2006 Rex Dieter - 0.7.2-14 +- -14 respin (to help retire ATrpms pinentry pkg) + +* Mon Aug 28 2006 Rex Dieter - 0.7.2-3 +- fc6 respin + +* Wed Aug 09 2006 Rex Dieter - 0.7.2-2 +- fc6 respin + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Tue Oct 18 2005 Ville Skytt?? - 0.7.2-1 From fedora-extras-commits at redhat.com Mon Dec 4 15:57:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:57:50 -0500 Subject: rpms/xtide/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xtide.desktop, 1.3, 1.4 xtide.spec, 1.12, 1.13 xtide-2.9dev-rcinit.diff, 1.1, NONE xttpd-wrapper.sh, 1.1, NONE xttpd.conf, 1.1, NONE Message-ID: <200612041557.kB4FvoBK008573@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8525 Modified Files: .cvsignore sources xtide.desktop xtide.spec Removed Files: xtide-2.9dev-rcinit.diff xttpd-wrapper.sh xttpd.conf Log Message: * Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball - Drop harmonics data description Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 28 Nov 2006 23:05:11 -0000 1.5 +++ .cvsignore 4 Dec 2006 15:57:20 -0000 1.6 @@ -1 +1 @@ -xtide-2.9dev-20061122.tar.bz2 +xtide-2.9dev-20061203.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Nov 2006 13:47:22 -0000 1.5 +++ sources 4 Dec 2006 15:57:20 -0000 1.6 @@ -1 +1 @@ -efc6b3eb603e5b51c13c5dbb7bd29548 xtide-2.9dev-20061122.tar.bz2 +370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 Index: xtide.desktop =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xtide.desktop 26 Nov 2006 13:47:22 -0000 1.3 +++ xtide.desktop 4 Dec 2006 15:57:20 -0000 1.4 @@ -7,5 +7,5 @@ Icon=xtide Terminal=false Type=Application -Categories=Application;Science;Education; +Categories=Science;Education; Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xtide.spec 26 Nov 2006 13:47:22 -0000 1.12 +++ xtide.spec 4 Dec 2006 15:57:20 -0000 1.13 @@ -1,5 +1,4 @@ -%{!?with_harmonics: %define with_harmonics 0} -%define src_date 20061122 +%define src_date 20061203 Summary: Calculate tide all over the world Name: xtide @@ -8,15 +7,8 @@ URL: http://www.flaterco.com/xtide/ Source0: ftp://ftp.flaterco.com/xtide/%{name}-%{version}dev-%{src_date}.tar.bz2 -%if %{with_harmonics} -Source1: http://harmonics.unh.edu/xtide/harmonics.txt.gz -%endif - -Patch18: xtide-2.9dev-rcinit.diff -Source11: xttpd.conf Source14: xtide-get_harmonics-data.sh -Source15: xttpd-wrapper.sh Source20: %{name}.desktop Source30: xtide-README.fedora @@ -26,15 +18,16 @@ BuildRequires: autoconf +%if 0%{?fedora} == 5 +BuildRequires: libXpm-devel +BuildRequires: libXt-devel +%endif BuildRequires: libXaw-devel BuildRequires: libXext-devel BuildRequires: libpng-devel BuildRequires: zlib-devel Buildrequires: desktop-file-utils BuildRequires: libtcd-devel -%if %{with_harmonics} -BuildRequires: tcd-utils -%endif Requires: wvs-data Requires: xtide-common @@ -94,29 +87,12 @@ %prep %setup -q -n %{name}-2.9dev -pushd scripts/Fedora -%patch18 -p0 -b .fedora -popd - %build export xttpd_user=xttpd export xttpd_group=xttpd %configure - %{__make} %{?_smp_mflags} -# harmonics file -%if %{with_harmonics} -%{__install} -c -p -m 644 %{SOURCE1} . -%{__gzip} -d harmoni* - -for f in harmonics*.txt ; do - TCD=${f%.txt}.tcd -done - -build_tide_db $TCD harmonics-*.txt &> harmonics.out -%endif - echo "%{_datadir}/xtide-harmonics/" > %{name}.conf echo "%{_datadir}/wvs-data/" >> %{name}.conf @@ -135,7 +111,8 @@ %{__install} -c -p -m 755 %{SOURCE14} \ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} -%{__install} -c -p -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_sbindir}/xttpd +%{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -145,10 +122,6 @@ # 1A Install harmonics file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name} %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics -%if %{with_harmonics} -%{__install} -c -p -m 644 harmonics*.tcd \ - ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics/ -%endif # 1B Add configuration file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir} @@ -159,7 +132,6 @@ desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ %{SOURCE20} # 1D Install icon @@ -177,9 +149,10 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/xtide + %{__install} -c -p -m 755 scripts/Fedora/rc.xttpd \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/xttpd -%{__install} -c -p -m 644 %{SOURCE11} \ +%{__install} -c -p -m 644 scripts/Fedora/xttpd.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/xttpd # 1F and others @@ -223,9 +196,6 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}-harmonics %dir %{_sysconfdir}/%{name} -%if %{with_harmonics} -%{_datadir}/%{name}-harmonics/harmonics*.tcd -%endif %{_sbindir}/xtide-get*.sh @@ -251,6 +221,15 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +- 2.9 dev 20061203 +- Update desktop files +- Use scripts in source tarball +- Drop harmonics data description + +* Wed Nov 29 2006 Mamoru Tasaka +- Add more BuildRequires only for FC-5. + * Sun Nov 26 2006 Mamoru Tasaka - 2.9-0.2.date20061122 - Ensure the hardcorded directories in some scripts can be appropriately changed. --- xtide-2.9dev-rcinit.diff DELETED --- --- xttpd-wrapper.sh DELETED --- --- xttpd.conf DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 15:58:00 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:58:00 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xtide.desktop, 1.3, 1.4 xtide.spec, 1.12, 1.13 xtide-2.9dev-rcinit.diff, 1.1, NONE xttpd-wrapper.sh, 1.1, NONE xttpd.conf, 1.1, NONE Message-ID: <200612041558.kB4Fw05V008579@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8552 Modified Files: .cvsignore sources xtide.desktop xtide.spec Removed Files: xtide-2.9dev-rcinit.diff xttpd-wrapper.sh xttpd.conf Log Message: * Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball - Drop harmonics data description Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 28 Nov 2006 23:34:58 -0000 1.5 +++ .cvsignore 4 Dec 2006 15:57:30 -0000 1.6 @@ -1 +1 @@ -xtide-2.9dev-20061122.tar.bz2 +xtide-2.9dev-20061203.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Nov 2006 13:47:22 -0000 1.5 +++ sources 4 Dec 2006 15:57:30 -0000 1.6 @@ -1 +1 @@ -efc6b3eb603e5b51c13c5dbb7bd29548 xtide-2.9dev-20061122.tar.bz2 +370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 Index: xtide.desktop =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xtide.desktop 26 Nov 2006 13:47:22 -0000 1.3 +++ xtide.desktop 4 Dec 2006 15:57:30 -0000 1.4 @@ -7,5 +7,5 @@ Icon=xtide Terminal=false Type=Application -Categories=Application;Science;Education; +Categories=Science;Education; Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xtide.spec 26 Nov 2006 13:47:22 -0000 1.12 +++ xtide.spec 4 Dec 2006 15:57:30 -0000 1.13 @@ -1,5 +1,4 @@ -%{!?with_harmonics: %define with_harmonics 0} -%define src_date 20061122 +%define src_date 20061203 Summary: Calculate tide all over the world Name: xtide @@ -8,15 +7,8 @@ URL: http://www.flaterco.com/xtide/ Source0: ftp://ftp.flaterco.com/xtide/%{name}-%{version}dev-%{src_date}.tar.bz2 -%if %{with_harmonics} -Source1: http://harmonics.unh.edu/xtide/harmonics.txt.gz -%endif - -Patch18: xtide-2.9dev-rcinit.diff -Source11: xttpd.conf Source14: xtide-get_harmonics-data.sh -Source15: xttpd-wrapper.sh Source20: %{name}.desktop Source30: xtide-README.fedora @@ -26,15 +18,16 @@ BuildRequires: autoconf +%if 0%{?fedora} == 5 +BuildRequires: libXpm-devel +BuildRequires: libXt-devel +%endif BuildRequires: libXaw-devel BuildRequires: libXext-devel BuildRequires: libpng-devel BuildRequires: zlib-devel Buildrequires: desktop-file-utils BuildRequires: libtcd-devel -%if %{with_harmonics} -BuildRequires: tcd-utils -%endif Requires: wvs-data Requires: xtide-common @@ -94,29 +87,12 @@ %prep %setup -q -n %{name}-2.9dev -pushd scripts/Fedora -%patch18 -p0 -b .fedora -popd - %build export xttpd_user=xttpd export xttpd_group=xttpd %configure - %{__make} %{?_smp_mflags} -# harmonics file -%if %{with_harmonics} -%{__install} -c -p -m 644 %{SOURCE1} . -%{__gzip} -d harmoni* - -for f in harmonics*.txt ; do - TCD=${f%.txt}.tcd -done - -build_tide_db $TCD harmonics-*.txt &> harmonics.out -%endif - echo "%{_datadir}/xtide-harmonics/" > %{name}.conf echo "%{_datadir}/wvs-data/" >> %{name}.conf @@ -135,7 +111,8 @@ %{__install} -c -p -m 755 %{SOURCE14} \ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} -%{__install} -c -p -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_sbindir}/xttpd +%{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -145,10 +122,6 @@ # 1A Install harmonics file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name} %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics -%if %{with_harmonics} -%{__install} -c -p -m 644 harmonics*.tcd \ - ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics/ -%endif # 1B Add configuration file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir} @@ -159,7 +132,6 @@ desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ %{SOURCE20} # 1D Install icon @@ -177,9 +149,10 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/xtide + %{__install} -c -p -m 755 scripts/Fedora/rc.xttpd \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/xttpd -%{__install} -c -p -m 644 %{SOURCE11} \ +%{__install} -c -p -m 644 scripts/Fedora/xttpd.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/xttpd # 1F and others @@ -223,9 +196,6 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}-harmonics %dir %{_sysconfdir}/%{name} -%if %{with_harmonics} -%{_datadir}/%{name}-harmonics/harmonics*.tcd -%endif %{_sbindir}/xtide-get*.sh @@ -251,6 +221,15 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +- 2.9 dev 20061203 +- Update desktop files +- Use scripts in source tarball +- Drop harmonics data description + +* Wed Nov 29 2006 Mamoru Tasaka +- Add more BuildRequires only for FC-5. + * Sun Nov 26 2006 Mamoru Tasaka - 2.9-0.2.date20061122 - Ensure the hardcorded directories in some scripts can be appropriately changed. --- xtide-2.9dev-rcinit.diff DELETED --- --- xttpd-wrapper.sh DELETED --- --- xttpd.conf DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 15:59:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:59:31 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xtide.desktop, 1.3, 1.4 xtide.spec, 1.13, 1.14 xtide-2.9dev-rcinit.diff, 1.1, NONE xttpd-wrapper.sh, 1.1, NONE xttpd.conf, 1.1, NONE Message-ID: <200612041559.kB4FxVOL008644@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8616 Modified Files: .cvsignore sources xtide.desktop xtide.spec Removed Files: xtide-2.9dev-rcinit.diff xttpd-wrapper.sh xttpd.conf Log Message: * Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball - Drop harmonics data description Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Nov 2006 00:04:13 -0000 1.5 +++ .cvsignore 4 Dec 2006 15:59:00 -0000 1.6 @@ -1 +1 @@ -xtide-2.9dev-20061122.tar.bz2 +xtide-2.9dev-20061203.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Nov 2006 00:04:13 -0000 1.5 +++ sources 4 Dec 2006 15:59:00 -0000 1.6 @@ -1 +1 @@ -efc6b3eb603e5b51c13c5dbb7bd29548 xtide-2.9dev-20061122.tar.bz2 +370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 Index: xtide.desktop =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xtide.desktop 28 Nov 2006 23:59:52 -0000 1.3 +++ xtide.desktop 4 Dec 2006 15:59:00 -0000 1.4 @@ -7,5 +7,5 @@ Icon=xtide Terminal=false Type=Application -Categories=Application;Science;Education; +Categories=Science;Education; Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xtide.spec 29 Nov 2006 14:40:37 -0000 1.13 +++ xtide.spec 4 Dec 2006 15:59:00 -0000 1.14 @@ -1,22 +1,14 @@ -%{!?with_harmonics: %define with_harmonics 0} -%define src_date 20061122 +%define src_date 20061203 Summary: Calculate tide all over the world Name: xtide Version: 2.9 -Release: 0.2.date%{src_date}%{?dist}.1 +Release: 0.2.date%{src_date}%{?dist} URL: http://www.flaterco.com/xtide/ Source0: ftp://ftp.flaterco.com/xtide/%{name}-%{version}dev-%{src_date}.tar.bz2 -%if %{with_harmonics} -Source1: http://harmonics.unh.edu/xtide/harmonics.txt.gz -%endif - -Patch18: xtide-2.9dev-rcinit.diff -Source11: xttpd.conf Source14: xtide-get_harmonics-data.sh -Source15: xttpd-wrapper.sh Source20: %{name}.desktop Source30: xtide-README.fedora @@ -36,9 +28,6 @@ BuildRequires: zlib-devel Buildrequires: desktop-file-utils BuildRequires: libtcd-devel -%if %{with_harmonics} -BuildRequires: tcd-utils -%endif Requires: wvs-data Requires: xtide-common @@ -98,29 +87,12 @@ %prep %setup -q -n %{name}-2.9dev -pushd scripts/Fedora -%patch18 -p0 -b .fedora -popd - %build export xttpd_user=xttpd export xttpd_group=xttpd %configure - %{__make} %{?_smp_mflags} -# harmonics file -%if %{with_harmonics} -%{__install} -c -p -m 644 %{SOURCE1} . -%{__gzip} -d harmoni* - -for f in harmonics*.txt ; do - TCD=${f%.txt}.tcd -done - -build_tide_db $TCD harmonics-*.txt &> harmonics.out -%endif - echo "%{_datadir}/xtide-harmonics/" > %{name}.conf echo "%{_datadir}/wvs-data/" >> %{name}.conf @@ -139,7 +111,8 @@ %{__install} -c -p -m 755 %{SOURCE14} \ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} -%{__install} -c -p -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_sbindir}/xttpd +%{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -149,10 +122,6 @@ # 1A Install harmonics file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name} %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics -%if %{with_harmonics} -%{__install} -c -p -m 644 harmonics*.tcd \ - ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics/ -%endif # 1B Add configuration file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir} @@ -163,7 +132,6 @@ desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ %{SOURCE20} # 1D Install icon @@ -181,9 +149,10 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/xtide + %{__install} -c -p -m 755 scripts/Fedora/rc.xttpd \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/xttpd -%{__install} -c -p -m 644 %{SOURCE11} \ +%{__install} -c -p -m 644 scripts/Fedora/xttpd.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/xttpd # 1F and others @@ -227,9 +196,6 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}-harmonics %dir %{_sysconfdir}/%{name} -%if %{with_harmonics} -%{_datadir}/%{name}-harmonics/harmonics*.tcd -%endif %{_sbindir}/xtide-get*.sh @@ -255,7 +221,13 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Wed Nov 29 2006 Mamoru Tasaka - 2.9-0.2.date20061122.fc5.1 +* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +- 2.9 dev 20061203 +- Update desktop files +- Use scripts in source tarball +- Drop harmonics data description + +* Wed Nov 29 2006 Mamoru Tasaka - Add more BuildRequires only for FC-5. * Sun Nov 26 2006 Mamoru Tasaka - 2.9-0.2.date20061122 --- xtide-2.9dev-rcinit.diff DELETED --- --- xttpd-wrapper.sh DELETED --- --- xttpd.conf DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 16:21:12 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Mon, 4 Dec 2006 11:21:12 -0500 Subject: rpms/qcomicbook/FC-5 .cvsignore, 1.3, 1.4 qcomicbook.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612041621.kB4GLClR011993@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/qcomicbook/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11974 Modified Files: .cvsignore qcomicbook.spec sources Log Message: Update to the new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Sep 2006 21:08:56 -0000 1.3 +++ .cvsignore 4 Dec 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -qcomicbook-0.3.3.tar.gz +qcomicbook-0.3.4.tar.gz Index: qcomicbook.spec =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-5/qcomicbook.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qcomicbook.spec 20 Sep 2006 21:10:06 -0000 1.5 +++ qcomicbook.spec 4 Dec 2006 16:20:41 -0000 1.6 @@ -1,7 +1,7 @@ Summary: A viewer for comic book archives Name: qcomicbook -Version: 0.3.3 -Release: 2%{?dist} +Version: 0.3.4 +Release: 1%{?dist} License: GPL Group: Amusements/Graphics URL: http://linux.bydg.org/~yogin @@ -60,6 +60,12 @@ %{_datadir}/pixmaps/%{name}* %changelog +* Thu Nov 11 2006 Scott Baker - 0.3.4-1 +- Update to the latest version + +* Mon Oct 09 2006 Scott Baker - 0.3.3-5 +- Build on FC6 + * Tue Sep 20 2006 Scott Baker - 0.3.3-2 - Bumped release to 0.3.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Sep 2006 21:08:56 -0000 1.3 +++ sources 4 Dec 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -a52b768ccca632a820094739e6aaec36 qcomicbook-0.3.3.tar.gz +f93f29e0635f8fe64f036bf654050438 qcomicbook-0.3.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 16:36:55 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Mon, 4 Dec 2006 11:36:55 -0500 Subject: rpms/qcomicbook/FC-6 .cvsignore, 1.3, 1.4 qcomicbook.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612041636.kB4GatiQ012115@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/qcomicbook/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12096 Modified Files: .cvsignore qcomicbook.spec sources Log Message: Update to the new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Oct 2006 16:29:41 -0000 1.3 +++ .cvsignore 4 Dec 2006 16:36:25 -0000 1.4 @@ -1 +1 @@ -qcomicbook-0.3.3.tar.gz +qcomicbook-0.3.4.tar.gz Index: qcomicbook.spec =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-6/qcomicbook.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- qcomicbook.spec 9 Oct 2006 16:43:27 -0000 1.8 +++ qcomicbook.spec 4 Dec 2006 16:36:25 -0000 1.9 @@ -1,7 +1,7 @@ Summary: A viewer for comic book archives Name: qcomicbook -Version: 0.3.3 -Release: 5%{?dist} +Version: 0.3.4 +Release: 1%{?dist} License: GPL Group: Amusements/Graphics URL: http://linux.bydg.org/~yogin @@ -60,6 +60,9 @@ %{_datadir}/pixmaps/%{name}* %changelog +* Thu Nov 11 2006 Scott Baker - 0.3.4-1 +- Update to the latest version + * Mon Oct 09 2006 Scott Baker - 0.3.3-5 - Build on FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Oct 2006 16:29:41 -0000 1.3 +++ sources 4 Dec 2006 16:36:25 -0000 1.4 @@ -1 +1 @@ -a52b768ccca632a820094739e6aaec36 qcomicbook-0.3.3.tar.gz +f93f29e0635f8fe64f036bf654050438 qcomicbook-0.3.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 16:59:09 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 11:59:09 -0500 Subject: rpms/airsnort/devel airsnort.spec,1.8,1.9 Message-ID: <200612041659.kB4Gx9rK012229@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/airsnort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12210 Modified Files: airsnort.spec Log Message: - bump Index: airsnort.spec =================================================================== RCS file: /cvs/extras/rpms/airsnort/devel/airsnort.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- airsnort.spec 11 Sep 2006 14:53:13 -0000 1.8 +++ airsnort.spec 4 Dec 2006 16:58:39 -0000 1.9 @@ -1,6 +1,6 @@ Name: airsnort Version: 0.2.7e -Release: 10%{?dist} +Release: 11%{?dist} Summary: Wireless LAN (WLAN) tool which recovers encryption keys Group: Applications/Communications @@ -61,6 +61,10 @@ %{_datadir}/applications/* %changelog +* Mon Dec 04 2006 Andreas Bierfert +0.2.7e-11 +- bump + * Mon Sep 11 2006 Andreas Bierfert 0.2.7e-10 - FE6 rebuild From fedora-extras-commits at redhat.com Mon Dec 4 17:13:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 12:13:07 -0500 Subject: rpms/libnasl/devel libnasl.spec,1.5,1.6 Message-ID: <200612041713.kB4HD7jJ015485@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15462 Modified Files: libnasl.spec Log Message: - bump Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/libnasl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libnasl.spec 13 Sep 2006 11:07:13 -0000 1.5 +++ libnasl.spec 4 Dec 2006 17:12:37 -0000 1.6 @@ -1,6 +1,6 @@ Name: libnasl Version: 2.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries @@ -83,6 +83,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Mon Dec 04 2006 Andreas Bierfert +2.2.8-3 +- bump + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-2 - FE6 rebuild From fedora-extras-commits at redhat.com Mon Dec 4 17:15:19 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Mon, 4 Dec 2006 12:15:19 -0500 Subject: owners owners.epel.list,NONE,1.1 Message-ID: <200612041715.kB4HFJ7a015562@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15557 Added Files: owners.epel.list Log Message: add EPEL owners file --- NEW FILE owners.epel.list --- # Format: # product|component|description|initialowner|initialqacontact|initialcclist # # If you don't know what product & component are, ask someone who knows bugzilla :) # initialowner is the initial owner of bugs on this component # initialqacontact is the initial qa contact of bugs on this component # initialcclist is the list of people initially CC'd for bugs on this component # # Please keep the list sorted alphabetically when adding new packages, treating # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 17:24:39 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 12:24:39 -0500 Subject: owners owners.list,1.2058,1.2059 Message-ID: <200612041724.kB4HOdFI015695@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15677 Modified Files: owners.list Log Message: Add wgrib Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2058 retrieving revision 1.2059 diff -u -r1.2058 -r1.2059 --- owners.list 4 Dec 2006 15:20:35 -0000 1.2058 +++ owners.list 4 Dec 2006 17:24:09 -0000 1.2059 @@ -2456,6 +2456,7 @@ Fedora Extras|wesnoth|Battle for Wesnoth is a fantasy turn-based strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|wfmath|WorldForge client math library|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|wfut|WorldForge updater tool|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|wgrib|Manipulate, inventory and decode GRIB files|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|whatmask|Convert between different netmask types and show information|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|whowatch|Displays informations about the users currently logged in|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wifi-radar|A utility for managing WiFi profiles|i.pilcher at comcast.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 17:34:03 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 4 Dec 2006 12:34:03 -0500 Subject: rpms/gmime/EL-4 gmime-2.2.1-use-pkg-config.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gmime.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612041734.kB4HY3m3015821@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gmime/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799 Modified Files: .cvsignore gmime.spec sources Added Files: gmime-2.2.1-use-pkg-config.patch Log Message: 2.2.1-2 -- Sync with gmime-2_2_1-1 from core for EPEL gmime-2.2.1-use-pkg-config.patch: --- NEW FILE gmime-2.2.1-use-pkg-config.patch --- --- gmime-2.2.1/gmime-config.in.use_pkg_config 2006-05-23 15:58:36.000000000 +0200 +++ gmime-2.2.1/gmime-config.in 2006-05-23 16:05:07.000000000 +0200 @@ -55,11 +55,11 @@ ;; --cflags) - echo @GMIME_INCLUDEDIR@ @GMIME_CFLAGS@ @glib_cflags@ + echo `pkg-config --cflags gmime-2.0` ;; --libs) - echo -L at libdir@ @GMIME_LIBS@ @LIBS@ @glib_libs@ + echo `pkg-config --libs gmime-2.0` ;; *) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmime/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:26:21 -0000 1.2 +++ .cvsignore 4 Dec 2006 17:33:33 -0000 1.3 @@ -1 +1 @@ -gmime-2.1.9.tar.gz +gmime-2.2.1.tar.gz Index: gmime.spec =================================================================== RCS file: /cvs/extras/rpms/gmime/EL-4/gmime.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gmime.spec 10 Dec 2004 22:03:03 -0000 1.2 +++ gmime.spec 4 Dec 2006 17:33:33 -0000 1.3 @@ -1,47 +1,77 @@ Name: gmime -Version: 2.1.9 -Release: 3 -Epoch: 0 -Summary: GMime library -- creation and parsing of MIME-messages +Version: 2.2.1 +Release: 2%{?dist} +Summary: Library for creating and parsing MIME messages Group: System Environment/Libraries License: GPL URL: http://spruce.sourceforge.net/gmime/ -Source0: http://spruce.sourceforge.net/gmime/sources/v2.1/gmime-2.1.9.tar.gz +Source0: http://spruce.sourceforge.net/gmime/sources/v2.2/gmime-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel >= 0:2.0.0 -BuildRequires: zlib-devel >= 0:1.2.1.1 +BuildRequires: glib2-devel >= 2.0.0 +BuildRequires: zlib-devel >= 1.2.1.1 + +Patch1: gmime-2.2.1-use-pkg-config.patch + +# Mono disabled for epel +%define mono_archs none +# no mono on s390 for now: s390 s390x + +%ifarch %mono_archs +BuildRequires: mono-devel gtk-sharp2-gapi +BuildRequires: gtk-sharp2 >= 2.4.0 +%endif %description -The GMime suite provides a core library and set of utilities which may be -used for the creation and parsing of messages using the Multipurpose +The GMime suite provides a core library and set of utilities which may be +used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). %package devel Summary: Header files to develop libgmime applications Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: glib2-devel %description devel -The GMime suite provides a core library and set of utilities which may be -used for the creation and parsing of messages using the Multipurpose +The GMime suite provides a core library and set of utilities which may be +used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). The devel-package contains header files to develop applications that use libgmime. +%ifarch %mono_archs +%package sharp +Summary: mono bindings for gmime +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: gtk-sharp2 + +%description sharp +The GMime suite provides a core library and set of utilities which may be +used for the creation and parsing of messages using the Multipurpose +Internet Mail Extension (MIME). The devel-package contains support +for developing mono applications that use libgmime. +%endif %prep %setup -q +%patch1 -p1 -b .use-pkg-config %build -%configure +%ifarch %mono_archs +export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} +MONO_ARGS="--enable-mono" +%endif +%configure $MONO_ARGS make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' # Don't conflict with sharutils: @@ -70,11 +100,64 @@ %{_libdir}/lib*.a %{_libdir}/lib*.so %{_libdir}/gmimeConf.sh -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/gmime-2.0.pc %{_includedir}/gmime-2.0 -%{_datadir}/gtk-doc +%{_datadir}/gtk-doc/html/gmime + +%ifarch %mono_archs +%files sharp +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/gmime-sharp.pc +%{_prefix}/lib/mono/gac/gmime-sharp +%{_prefix}/lib/mono/gmime-sharp +%{_datadir}/gapi-2.0/gmime-api.xml +%endif %changelog +* Mon Dec 04 2006 Thorsten Leemhuis - 2.2.1-2 +- Sync with gmime-2_2_1-1 from core for EPEL (later versions require a newer + glib2 +- disable mono for epel +- use dist + +* Tue May 23 2006 Alexander Larsson - 2.2.1-1 +- Update to 2.2.1 +- Fix multilib -devel conflict by using pkg-config in gmime-config (#192675) + +* Tue Feb 28 2006 Karsten Hopp 2.1.19-4 +- BuildRequires: gtk-sharp2 on mono archs only + +* Sun Feb 12 2006 Christopher Aillon - 2.1.19-3 +- Rebuild + +* Tue Feb 7 2006 Jesse Keating - 2.1.19-2.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Tue Jan 31 2006 Christopher Aillon - 2.1.19-2 +- Rebuild + +* Sun Jan 22 2006 Alexander Larsson - 2.1.19-1 +- Update to 2.1.19 (needed by beagle 0.2.0) + +* Thu Jan 19 2006 Alexander Larsson 2.1.17-3 +- Build on s390x + +* Mon Jan 9 2006 Alexander Larsson 2.1.17-2 +- build gmime-sharp conditionally on mono arches + +* Mon Jan 9 2006 Alexander Larsson - 2.1.17-1 +- Move from Extras to Core, Update to 2.1.17, add gmime-sharp subpackage + +* Wed Aug 10 2005 Thorsten Leemhuis - 2.1.15-1 +- Update to 2.1.15 +- Use dist + +* Wed May 18 2005 Colin Charles - 2.1.9-5 +- bump release, request build on ppc + +* Thu Mar 31 2005 Michael Schwendt - 2.1.9-4 +- add dep glib2-devel for pkgconfig in -devel package + * Mon Oct 18 2004 Thorsten Leemhuis - 0:2.1.9-0.fdr.3 - Remove ldconfig from Requires pre and post @@ -84,6 +167,6 @@ - Fixes to the files section - Change ldconfig in post* calls to -p /sbin/ldconfig - * Sun Oct 17 2004 Thorsten Leemhuis - 0:2.1.9-0.fdr.1 - Initial RPM release. + Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmime/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:26:21 -0000 1.2 +++ sources 4 Dec 2006 17:33:33 -0000 1.3 @@ -1 +1 @@ -8bd24a56d5f56be9150deb9840a0812a gmime-2.1.9.tar.gz +b05e4d6344c8465fb74386e5f1fed45c gmime-2.2.1.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 18:11:28 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 4 Dec 2006 13:11:28 -0500 Subject: rpms/icu/EL-4 icu-3.4-multiarchdevel.patch, NONE, 1.1 icu-config, NONE, 1.1 icu.icu5365.dependantvowels.patch, NONE, 1.1 icu.icu5418.malayam.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 icu.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612041811.kB4IBST0019127@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/icu/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19096 Modified Files: .cvsignore icu.spec sources Added Files: icu-3.4-multiarchdevel.patch icu-config icu.icu5365.dependantvowels.patch icu.icu5418.malayam.patch Log Message: 3.6-4 -- sync with core icu-3.4-multiarchdevel.patch: --- NEW FILE icu-3.4-multiarchdevel.patch --- --- icu/source/configure.in.orig 2006-05-02 12:10:31.000000000 +0100 +++ icu/source/configure.in 2006-05-02 15:06:07.000000000 +0100 @@ -1011,6 +1011,7 @@ Makefile \ data/icupkg.inc \ config/Makefile.inc \ + config/icu.pc \ data/Makefile \ stubdata/Makefile \ common/Makefile \ --- /dev/null 2006-04-29 13:38:37.035974750 +0100 +++ icu/source/config/icu.pc.in 2006-05-02 15:03:14.000000000 +0100 @@ -0,0 +1,46 @@ +prefix = @prefix@ +bindir = @bindir@ +exec_prefix = @exec_prefix@ +libdir = @libdir@ +includedir = @includedir@ +datadir = @datadir@ +sbindir = @sbindir@ +mandir = @mandir@ +sysconfdir = @sysconfdir@ +CFLAGS = @CFLAGS@ +CXXFLAGS = @CXXFLAGS@ +DEFS = @DEFS@ +UNICODE_VERSION=@UNICODE_VERSION@ +ICUPREFIX=icu +ICULIBSUFFIX=@ICULIBSUFFIX@ +LIBICU=lib${ICUPREFIX} +LIBCPPFLAGS=-D_REENTRANT +CPPFLAGS=@CPPFLAGS@ ${LIBCPPFLAGS} -I${prefix}/include +SHAREDLIBCPPFLAGS=-DPIC +SHAREDLIBCXXFLAGS=-fPIC +SHAREDLIBCFLAGS=-fPIC +pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ +pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ +ICUDATA_NAME = icudt at LIB_VERSION_MAJOR@@ICUDATA_CHAR@ +ICUPKGDATA_DIR=@libdir@ +ICUDATA_DIR=${pkgdatadir} +SO=so +ICULIBS_COMMON_LIB_NAME=${LIBICU}uc${ICULIBSUFFIX}.${SO} +SHLIB_cc=cxx ${DEFS} ${CPPFLAGS} ${CXXFLAGS} @LDFLAGS@ -shared +SHLIB_c=cc ${DEFS} ${CPPFLAGS} ${CFLAGS} @LDFLAGS@ -shared +ICULIBS_LAYOUT = -l${ICUPREFIX}le${ICULIBSUFFIX} -l${ICUPREFIX}lx${ICULIBSUFFIX} +ICULIBS_TOOLUTIL = -l${ICUPREFIX}tu${ICULIBSUFFIX} +ICULIBS_OBSOLETE = -l${ICUPREFIX}obsolete${ICULIBSUFFIX} +ICULIBS_ICUIO = -l${ICUPREFIX}io${ICULIBSUFFIX} +ICULIBS_I18N = -l${ICUPREFIX}i18n${ICULIBSUFFIX} +ICULIBS_COMMON = -l${ICUPREFIX}uc${ICULIBSUFFIX} +ICULIBS_DATA = -l${ICUPREFIX}data${ICULIBSUFFIX} +ICULIBS_LIBSONLY = ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} +ICULIBS_SYSTEMLIBS = @LIBS@ +ICULIBS_BASE = @LIBS@ -L${libdir} +ICULIBS = ${ICULIBS_BASE} ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} + +Name: @PACKAGE@ +Description: International Components for Unicode +Version: @VERSION@ +Libs: @LDFLAGS@ ${ICULIBS} @LIBS@ --- icu/source/Makefile.in.orig 2006-05-02 12:10:31.000000000 +0100 +++ icu/source/Makefile.in 2006-05-02 15:18:15.000000000 +0100 @@ -125,6 +125,8 @@ @$(MKINSTALLDIRS) $(DESTDIR)$(sbindir) $(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_name@ $(INSTALL_SCRIPT) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)/mkinstalldirs + @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig + $(INSTALL_DATA) $(top_srcdir)/config/icu.pc $(DESTDIR)$(libdir)/pkgconfig/icu.pc $(INSTALL_DATA) $(top_srcdir)/../license.html $(DESTDIR)$(pkgdatadir)/license.html $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc --- NEW FILE icu-config --- #!/bin/sh ## -*-sh-*- #set -x # BEGIN of icu-config-top #****************************************************************************** # Copyright (C) 1999-2004, International Business Machines # Corporation and others. All Rights Reserved. #****************************************************************************** # This script is designed to aid configuration of ICU. # rpath links a library search path right into the binaries. ### END of icu-config-top ## Zero out prefix. exec_prefix=`pkg-config --variable=exec_prefix icu` execprefix=$exec_prefix prefix=`pkg-config --variable=prefix icu` loaddefs() { LDLIBRARYPATH_ENVVAR="LD_LIBRARY_PATH" bindir=`pkg-config --variable=bindir icu` sbindir=`pkg-config --variable=sbindir icu` libdir=`pkg-config --variable=libdir icu` sysconfdir=`pkg-config --variable=sysconfdir icu` mandir=`pkg-config --variable=mandir icu` datadir=`pkg-config --variable=datadir icu` pkglibdir=`pkg-config --variable=pkglibdir icu` ICULIBS_COMMON_LIB_NAME=`pkg-config --variable=ICULIBS_COMMON_LIB_NAME icu` UNICODE_VERSION=`pkg-config --variable=UNICODE_VERSION icu` VERSION=`pkg-config --modversion icu` SO=`pkg-config --variable=SO icu` ## -*-sh-*- ## BEGIN of icu-config-bottom. ## Copyright (c) 2002-2004, International Business Machines Corporation and ## others. All Rights Reserved. ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME} # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS} if [ "x$PKGDATA_MODE" = "x" ]; then PKGDATA_MODE=dll fi } ## The actual code of icu-config goes here. ME=`basename $0` allflags() { echo " --bindir Print binary directory path (bin)" echo " --cc Print C compiler used [CC]" echo " --cflags Print C compiler flags [CFLAGS]" echo " --cflags-dynamic Print additional C flags for" echo " building shared libraries." echo " --cppflags Print C Preprocessor flags [CPPFLAGS]" echo " --cppflags-dynamic Print additional C Preprocessor flags for" echo " building shared libraries." echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" echo " --cxx Print C++ compiler used [CXX]" echo " --cxxflags Print C++ compiler flags [CXXFLAGS]" echo " --cxxflags-dynamic Print additional C++ flags for" echo " building shared libraries." echo " --detect-prefix Attempt to detect prefix based on PATH" echo " --exec-prefix Print prefix for executables (/bin)" echo " --exists Return with 0 status if ICU exists else fail" echo " --help, -?, --usage Print this message" echo " --icudata Print shortname of ICU data file (icudt21l)" echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)" echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgdata(1)." echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]" echo " --invoke Print commands to invoke an ICU program" echo " --invoke= Print commands to invoke an ICU program named (ex: genrb)" echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. " echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags" echo " --ldflags-libsonly Same as --ldflags, but only the -l directives" echo " --ldflags-searchpath Print only -L (search path) directive" echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)" echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) " echo " --mandir Print manpage (man) path" echo " --prefix Print PREFIX to icu install (/usr/local)" echo " --prefix=XXX Set prefix to XXX for remainder of command" echo " --sbindir Print system binary path (sbin) " echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir." echo " --shlib-c Print the command to compile and build C shared libraries with ICU" echo " --shlib-cc Print the command to compile and build C++ shared libraries with ICU" echo " --sysconfdir Print system config (etc) path" echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)" echo " --version Print ICU version ($VERSION)" echo " --incfile Print path to Makefile.inc (for -O option of pkgdata)" } ## Print the normal usage message shortusage() { echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'` } usage() { echo "${ME}: icu-config: ICU configuration helper script" echo echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags." echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)' echo ' LDFLAGS=$(shell icu-config --ldflags)' echo " (etc).." echo echo "Usage:" allflags echo echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output" echo echo "Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved." } ## Check the sanity of current variables sanity() { if [ ! -f ${ICUUC_FILE} ]; then echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2 echo "### Try the --prefix= or --exec-prefix= options " 1>&2 echo "### or --detect-prefix" echo "### $ME: Exitting." 1>&2 exit 2 fi } ## Main starts here. if [ $# -lt 1 ]; then shortusage exit 1 fi # Load our variables from autoconf # ALWAYS load twice because of dependencies loaddefs loaddefs sanity while [ $# -gt 0 ]; do arg="$1" var=`echo $arg | sed -e 's/^[^=]*=//'` # echo "### processing $arg" 1>&2 case "$arg" in # undocumented. --debug) set -x ;; --so) echo $SO ;; --bindir) echo $bindir ;; --libdir) echo $libdir ;; --exists) sanity ;; --sbindir) echo $sbindir ;; --invoke=*) QUOT="'" CMD="${var}" # If it's not a locally executable command (1st choice) then # search for it in the ICU directories. if [ ! -x ${CMD} ]; then if [ -x ${bindir}/${var} ]; then CMD="${bindir}/${var}" fi if [ -x ${sbindir}/${var} ]; then CMD="${sbindir}/${var}" fi fi echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD} ;; --invoke) QUOT="'" echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ;; --cflags) pkg-config --variable=CFLAGS icu ;; --cc) echo cc ;; --cxx) echo c++ ;; --cxxflags) pkg-config --variable=CXXFLAGS icu ;; --cppflags) # Don't echo the -I. - it's unneeded. CPPFLAGS=`pkg-config --variable=CPPFLAGS icu` echo $CPPFLAGS | sed -e 's/-I. //' ;; --cppflags-searchpath) echo -I${prefix}/include ;; --cppflags-dynamic) pkg-config --variable=SHAREDLIBCPPFLAGS icu ;; --cxxflags-dynamic) pkg-config --variable=SHAREDLIBCXXFLAGS icu ;; --cflags-dynamic) pkg-config --variable=SHAREDLIBCFLAGS icu ;; --ldflags-system) pkg-config --variable=ICULIBS_SYSTEMLIBS icu ;; --ldflags) pkg-config --libs icu # $RPATH_LDFLAGS ;; --ldflags-libsonly) pkg-config --variable=ICULIBS_LIBSONLY icu ;; --ldflags-icuio) pkg-config --variable=ICULIBS_ICUIO icu ;; --ldflags-obsolete) pkg-config --variable=ICULIBS_OBSOLETE icu ;; --ldflags-toolutil) pkg-config --variable=ICULIBS_TOOLUTIL icu ;; --ldflags-layout) pkg-config --variable=ICULIBS_LAYOUT icu ;; --ldflags-searchpath) echo -L${libdir} ;; --detect-prefix) HERE=`echo $0 | sed -e "s/$ME//g"` if [ -f $HERE/../lib/${ICULIBS_COMMON_LIB_NAME} ]; then prefix=$HERE/.. echo "## Using --prefix=${prefix}" 1>&2 fi loaddefs loaddefs sanity ;; --exec-prefix) echo $exec_prefix ;; --prefix) echo $prefix ;; --prefix=*) prefix=$var loaddefs loaddefs sanity ;; --sysconfdir) echo $sysconfdir ;; --mandir) echo $mandir ;; --shared-datadir) echo $datadir ;; --incfile) echo $pkglibdir/Makefile.inc ;; --icudata) pkg-config --variable=ICUDATA_NAME icu ;; --icudata-mode) echo $PKGDATA_MODE ;; --icudata-install-dir) pkg-config --variable=ICUPKGDATA_DIR icu ;; --icudatadir) pkg-config --variable=ICUDATA_DIR icu ;; --shlib-c) pkg-config --variable=SHLIB_c icu ;; --shlib-cc) pkg-config --variable=SHLIB_cc icu ;; --version) echo $VERSION ;; --unicode-version) echo $UNICODE_VERSION ;; --help) usage exit 0 ;; --usage) usage exit 0 ;; # --enable-rpath=*) # ENABLE_RPATH=$var # loaddefs # ;; -?) usage exit 0 ;; *) echo ${ME}: ERROR Unknown Option $arg 1>&2 echo 1>&2 shortusage 1>&2 echo "### $ME: Exitting." 1>&2 exit 1; ;; esac shift done # Check once before we quit (will check last used prefix) sanity ## END of icu-config-bottom exit 0 icu.icu5365.dependantvowels.patch: --- NEW FILE icu.icu5365.dependantvowels.patch --- --- icu/source/layout/IndicReordering.cpp.orig 2006-09-05 17:01:15.000000000 +0100 +++ icu/source/layout/IndicReordering.cpp 2006-09-05 17:01:19.000000000 +0100 @@ -377,7 +377,7 @@ {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, 9, 5, 5, 4, 12}, // 2 - consonant with nukta {-1, 6, 1, -1, -1, -1, -1, -1, 2, 5, 9, 5, 5, 4, 12}, // 3 - consonant {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, 7}, // 4 - consonant virama - {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 5 - dependent vowels + {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, -1, -1, -1, -1, -1}, // 5 - dependent vowels {-1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 6 - vowel mark {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, -1}, // 7 - consonant virama ZWJ, consonant ZWJ virama {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4, -1}, // 8 - independent vowels that can take a virama icu.icu5418.malayam.patch: --- NEW FILE icu.icu5418.malayam.patch --- --- icu/source/layout/IndicClassTables.cpp.orig 2006-08-23 01:12:40.000000000 +0100 +++ icu/source/layout/IndicClassTables.cpp 2006-09-25 09:06:38.000000000 +0100 @@ -173,6 +173,19 @@ _iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx // 0CE0 - 0CEF }; +#if 1 +//use the pango char class table here +static const IndicClassTable::CharClass mlymCharClasses[] = +{ + _xx, _xx, _mp, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _iv, _iv, /* 0D00 - 0D0F */ + _iv, _xx, _iv, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0D10 - 0D1F */ + _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _ct, _ct, _ct, _pb, /* 0D20 - 0D2F */ + _pb, _cn, _ct, _ct, _ct, _pb, _ct, _ct, _ct, _ct, _xx, _xx, _xx, _xx, _dr, _dr, /* 0D30 - 0D3F */ + _dr, _dr, _dr, _dr, _xx, _xx, _dl, _dl, _dl, _xx, _s1, _s2, _s3, _vr, _xx, _xx, /* 0D40 - 0D4F */ + _xx, _xx, _xx, _xx, _xx, _xx, _xx, _dr, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0D50 - 0D5F */ + _iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx /* 0D60 - 0D6F */ +}; +#else // FIXME: this is correct for old-style Malayalam (MAL) but not for reformed Malayalam (MLR) // FIXME: should there be a REPH for old-style Malayalam? static const IndicClassTable::CharClass mlymCharClasses[] = @@ -185,6 +198,7 @@ _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0D50 - 0D5F _iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx // 0D60 - 0D6F }; +#endif static const IndicClassTable::CharClass sinhCharClasses[] = { @@ -232,7 +246,7 @@ #define TAML_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_FILTER_ZERO_WIDTH) #define TELU_SCRIPT_FLAGS (SF_MATRAS_AFTER_BASE | SF_FILTER_ZERO_WIDTH | 3) #define KNDA_SCRIPT_FLAGS (SF_MATRAS_AFTER_BASE | SF_FILTER_ZERO_WIDTH | 3) -#define MLYM_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_FILTER_ZERO_WIDTH) +#define MLYM_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT) #define SINH_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT) // Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/icu/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jan 2005 12:37:35 -0000 1.2 +++ .cvsignore 4 Dec 2006 18:10:58 -0000 1.3 @@ -1 +1 @@ -icu-3.2.tgz +icu4c-3_6-src.tgz Index: icu.spec =================================================================== RCS file: /cvs/extras/rpms/icu/EL-4/icu.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icu.spec 1 Jan 2005 12:37:35 -0000 1.1 +++ icu.spec 4 Dec 2006 18:10:58 -0000 1.2 @@ -1,22 +1,19 @@ -# Notes: -# - According to upstream, icu may trigger a gcc bug with -O2 which manifests -# itself as failure in data/locales/ja.txt. This does not seem to occur -# any more with icu 3.0 and gcc 3.3.[23], but in case it resurfaces, see -# source/runConfigureICU for the upstream recommended C(XX)FLAGS -# (-O3 and -O as of 3.0) and force use of them in the build section. - Name: icu -Version: 3.2 -Release: 1 +Version: 3.6 +Release: 4%{dist} Summary: International Components for Unicode -Group: Applications/Text +Group: System Environment/Libraries License: X License -URL: http://oss.software.ibm.com/icu/ -Source: ftp://www-126.ibm.com/pub/icu/3.2/icu-3.2.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: doxygen graphviz +URL: http://www.ibm.com/software/globalization/icu/ +Source0: ftp://ftp.software.ibm.com/software/globalization/icu/icu4c-3_6-src.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +BuildRequires: doxygen, autoconf +Patch1: icu-3.4-multiarchdevel.patch +Patch2: icu-config +Patch3: icu.icu5365.dependantvowels.patch +Patch4: icu.icu5418.malayam.patch %description The International Components for Unicode (ICU) libraries provide @@ -55,23 +52,28 @@ %prep %setup -q -n %{name} -find . -name CVS -o -name .cvsignore | xargs -r rm -rf -%{__perl} -pi -e 's/^(HAVE_DOT\b.*=).*$/$1 YES/' source/Doxyfile.in - +%patch1 -p1 -b .multiarchdevel +%patch3 -p1 -b .dependantvowels +%patch4 -p1 -b .malayam.patch %build cd source -%configure --enable-static --with-data-packaging=library --disable-samples +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +autoconf +%configure --with-data-packaging=library --disable-samples make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357 make doc - %install rm -rf $RPM_BUILD_ROOT source/__docs make -C source install DESTDIR=$RPM_BUILD_ROOT make -C source install-doc docdir=__docs chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.* - +cp %{PATCH2} $RPM_BUILD_ROOT%{_bindir}/%{name}-config +chmod a+x $RPM_BUILD_ROOT%{_bindir}/%{name}-config +sed -i s/\\\$\(THREADSCXXFLAGS\)// $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/icu.pc +sed -i s/\\\$\(THREADSCPPFLAGS\)/-D_REENTRANT/ $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/icu.pc %check || : make -C source check @@ -92,6 +94,7 @@ %{_bindir}/derb %{_bindir}/genbrk %{_bindir}/gencnval +%{_bindir}/genctd %{_bindir}/genrb %{_bindir}/makeconv %{_bindir}/pkgdata @@ -100,6 +103,8 @@ %{_mandir}/man1/derb.1* %{_mandir}/man1/gencnval.1* %{_mandir}/man1/genrb.1* +%{_mandir}/man1/genbrk.1* +%{_mandir}/man1/genctd.1* %{_mandir}/man1/makeconv.1* %{_mandir}/man1/pkgdata.1* %{_mandir}/man1/uconv.1* @@ -115,14 +120,14 @@ %{_mandir}/man1/%{name}-config.1* %{_includedir}/layout %{_includedir}/unicode -%{_libdir}/*.a %{_libdir}/*.so %{_libdir}/%{name} +%{_libdir}/pkgconfig/icu.pc %dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/%{version} -%{_datadir}/%{name}/%{version}/mkinstalldirs -%{_datadir}/%{name}/%{version}/config -%doc %{_datadir}/%{name}/%{version}/license.html +%dir %{_datadir}/%{name}/3.6 +%{_datadir}/%{name}/3.6/mkinstalldirs +%{_datadir}/%{name}/3.6/config +%doc %{_datadir}/%{name}/3.6/license.html %files -n lib%{name}-doc %defattr(-,root,root,-) @@ -130,6 +135,83 @@ %changelog +* Sun Oct 01 2006 Jesse Keating - 3.6-4 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Mon Sep 25 2006 Caolan McNamara - 3.6-3 +- rh#206615# render malayam like pango + +* Wed Sep 06 2006 Caolan McNamara - 3.6-2 +- fix rh#205252#/icu#5365 (gnome#121882#/#icu#4026#) to make icu + like pango for multiple dependant vowels + +* Mon Sep 03 2006 Caolan McNamara - 3.6-1 +- final release + +* Mon Aug 14 2006 Caolan McNamara - 3.6-0.1.d02 +- bump + +* Tue Aug 08 2006 Caolan McNamara - 3.6-0.2.d01 +- c++ code not alias correct + +* Mon Jul 31 2006 Caolan McNamara - 3.6-0.1.d01 +- rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes +- drop integrated rh190879.patch +- drop integrated icu-3.4-sinhala1.patch + +* Wed Jul 12 2006 Jesse Keating - 3.4-10.1.1 +- rebuild + +* Wed Jul 12 2006 Jesse Keating - 3.4-10.1 +- rebuild + +* Sat Jun 10 2006 Caolan McNamara - 3.4-10 +- rh#194686# BuildRequires + +* Tue May 09 2006 Caolan McNamara - 3.4-9 +- rh#190879# backport fix + +* Wed May 03 2006 Caolan McNamara - 3.4-8 +- add Harshula's icu-3.4-sinhala1.patch for some Sinhala support + +* Tue May 02 2006 Caolan McNamara - 3.4-7 +- add a pkgconfig.pc, make icu-config use it + +* Fri Feb 10 2006 Jesse Keating - 3.4-6.2 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 3.4-6.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Tue Jan 03 2006 Caolan McNamara - 3.4-6 +- add icu-gcc41.patch + +* Tue Oct 11 2005 Caolan McNamara - 3.4-5 +- clear execstack requirement for libicudata + +* Mon Sep 12 2005 Caolan McNamara - 3.4-4 +- import extra icu.spec into fedora core for openoffice.org +- build with gcc 4 + +* Wed Aug 31 2005 Thorsten Leemhuis - 3.4-3 +- Use dist +- gcc32 does not understand -fstack-protector and + --param=ssp-buffer-size=4 + +* Tue Aug 2 2005 Ville Skytt?? - 3.4-2 +- 3.4. + +* Sun Jul 31 2005 Ville Skytt?? - 3.4-0.2.d02 +- 3.4-d02. +- Don't ship static libraries. + +* Wed Apr 27 2005 Ville Skytt?? - 3.2-3 +- Apply upstream case mapping mutex lock removal patch. +- Build with gcc 3.2 as a temporary workaround for #152495. + +* Fri Apr 7 2005 Michael Schwendt - 3.2-2 +- rebuilt + * Sat Jan 1 2005 Ville Skytt?? - 3.2-1 - Don't use %%{_smp_mflags} (b.f.u #2357). - Remove unnecessary Epochs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/icu/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jan 2005 12:37:35 -0000 1.2 +++ sources 4 Dec 2006 18:10:58 -0000 1.3 @@ -1 +1 @@ -55a85d2365338ece483d275119fd990c icu-3.2.tgz +6243f7a19e03e05403ce84e597510d4c icu4c-3_6-src.tgz From fedora-extras-commits at redhat.com Mon Dec 4 18:43:43 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 4 Dec 2006 13:43:43 -0500 Subject: rpms/mail-notification/EL-4 mail-notification.spec,1.4,1.5 Message-ID: <200612041843.kB4Ihhgv019370@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19355 Modified Files: mail-notification.spec Log Message: 1.1-2 -- use dist Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/EL-4/mail-notification.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mail-notification.spec 9 Mar 2005 20:16:31 -0000 1.4 +++ mail-notification.spec 4 Dec 2006 18:43:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: mail-notification Version: 1.1 -Release: 1 +Release: 2%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -101,6 +101,9 @@ %changelog +* Mon Dec 04 2006 Thorsten Leemhuis - 1.1-2 +- Use dist + * Mon Mar 07 2005 Thorsten Leemhuis - 0:1.1-1 - update to 1.1 - remove gmail build option and add new BR libicu-devel From fedora-extras-commits at redhat.com Mon Dec 4 19:11:01 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 4 Dec 2006 14:11:01 -0500 Subject: rpms/njb-sharp/devel njb-sharp.spec,1.2,1.3 Message-ID: <200612041911.kB4JB1GG022603@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22584 Modified Files: njb-sharp.spec Log Message: Fix a scriptlet issue. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/devel/njb-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- njb-sharp.spec 2 Dec 2006 21:04:58 -0000 1.2 +++ njb-sharp.spec 4 Dec 2006 19:10:31 -0000 1.3 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,10 +50,13 @@ rm -rf %{buildroot} %post +if [-x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +fi %postun -if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then +%{_bindir}/monodoc --make-index > /dev/null fi %files @@ -67,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon Dec 4 2006 Linus Walleij 0.3.0-7 +- Fixup scriptlet for ppl who don't use the docs. + * Sat Dec 2 2006 Linus Walleij 0.3.0-6 - Dropping FC-5, it's too broken in monoland. From fedora-extras-commits at redhat.com Mon Dec 4 19:13:15 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 4 Dec 2006 14:13:15 -0500 Subject: rpms/njb-sharp/FC-6 njb-sharp.spec,1.2,1.3 Message-ID: <200612041913.kB4JDF0h022679@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22653 Modified Files: njb-sharp.spec Log Message: Fixed a scriptlet. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/FC-6/njb-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- njb-sharp.spec 2 Dec 2006 21:06:54 -0000 1.2 +++ njb-sharp.spec 4 Dec 2006 19:12:45 -0000 1.3 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,10 +50,13 @@ rm -rf %{buildroot} %post +if [-x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +fi %postun -if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then +%{_bindir}/monodoc --make-index > /dev/null fi %files @@ -67,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon Dec 4 2006 Linus Walleij 0.3.0-7 +- Fixup scriptlet for ppl who don't use the docs. + * Sat Dec 2 2006 Linus Walleij 0.3.0-6 - Dropping FC-5, it's too broken in monoland. From fedora-extras-commits at redhat.com Mon Dec 4 19:23:53 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 14:23:53 -0500 Subject: rpms/sbcl/devel .cvsignore, 1.17, 1.18 sbcl.spec, 1.54, 1.55 sources, 1.19, 1.20 Message-ID: <200612041923.kB4JNrs3023003@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22943 Modified Files: .cvsignore sbcl.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 26 Oct 2006 12:52:20 -0000 1.17 +++ .cvsignore 4 Dec 2006 19:23:23 -0000 1.18 @@ -1,6 +1,5 @@ -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.16-source.tar.bz2 -sbcl-0.9.17-source.tar.bz2 sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- sbcl.spec 14 Nov 2006 02:18:21 -0000 1.54 +++ sbcl.spec 4 Dec 2006 19:23:23 -0000 1.55 @@ -4,13 +4,13 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.18 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,7 +24,7 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -91,10 +91,11 @@ %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -220,6 +221,10 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + * Mon Nov 13 2006 Rex Dieter 0.9.18-2 - fix awol contrib/sb-bsd-sockets (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 26 Oct 2006 12:52:20 -0000 1.19 +++ sources 4 Dec 2006 19:23:23 -0000 1.20 @@ -1 +1 @@ -a00122024746ecb81bfff1a328bb2336 sbcl-0.9.18-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 20:30:33 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 4 Dec 2006 15:30:33 -0500 Subject: fedora-security/audit fc5,1.407,1.408 fc6,1.158,1.159 Message-ID: <200612042030.kB4KUXdM026382@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26365 Modified Files: fc5 fc6 Log Message: Note the evince/gv issue Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.407 retrieving revision 1.408 diff -u -r1.407 -r1.408 --- fc5 4 Dec 2006 11:19:54 -0000 1.407 +++ fc5 4 Dec 2006 20:30:33 -0000 1.408 @@ -14,6 +14,7 @@ CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- fc6 4 Dec 2006 11:19:54 -0000 1.158 +++ fc6 4 Dec 2006 20:30:33 -0000 1.159 @@ -14,6 +14,7 @@ CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash From fedora-extras-commits at redhat.com Mon Dec 4 20:39:29 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:29 -0500 Subject: rpms/wgrib - New directory Message-ID: <200612042039.kB4KdTk1026449@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26445/wgrib Log Message: Directory /cvs/extras/rpms/wgrib added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 20:39:34 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:34 -0500 Subject: rpms/wgrib/devel - New directory Message-ID: <200612042039.kB4KdYow026463@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26445/wgrib/devel Log Message: Directory /cvs/extras/rpms/wgrib/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 20:39:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:45 -0500 Subject: rpms/wgrib Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612042039.kB4KdjG5026492@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26486 Added Files: Makefile import.log Log Message: Setup of module wgrib --- NEW FILE Makefile --- # Top level Makefile for module wgrib all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 20:39:51 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:51 -0500 Subject: rpms/wgrib/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612042039.kB4KdpTA026507@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26486/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module wgrib --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 20:41:08 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:41:08 -0500 Subject: rpms/wgrib/devel Changes, NONE, 1.1 NOTICE, NONE, 1.1 double_prec.txt, NONE, 1.1 formats.txt, NONE, 1.1 formats_update.txt, NONE, 1.1 grib2ieee.txt, NONE, 1.1 land.grb, NONE, 1.1 misc.txt, NONE, 1.1 porting.txt, NONE, 1.1 testbin.c, NONE, 1.1 testbin.c.patch, NONE, 1.1 testbin.f, NONE, 1.1 testbin.out, NONE, 1.1 tricks.wgrib, NONE, 1.1 usertables.txt, NONE, 1.1 wgrib.c.v1.8.0.12g, NONE, 1.1 wgrib.spec, NONE, 1.1 Message-ID: <200612042041.kB4Kf8td026640@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26619/devel Added Files: Changes NOTICE double_prec.txt formats.txt formats_update.txt grib2ieee.txt land.grb misc.txt porting.txt testbin.c testbin.c.patch testbin.f testbin.out tricks.wgrib usertables.txt wgrib.c.v1.8.0.12g wgrib.spec Log Message: auto-import wgrib-1.8.0.12g-1.fc6 on branch devel from wgrib-1.8.0.12g-1.fc6.src.rpm --- NEW FILE Changes --- v1.8.0.12g: 8/06 more ncep ensemble information v1.8.0.12f: 8/06 more ncep ensemble information stddev/wtd mean/ v1.8.0.12e: 8/06 level 20: T=280K, added verbose parameter, revised level 113 v1.8.0.12d: 8/06 added marine branch table 128 (extremely revised) v1.8.0.12c: 8/06 level 20 v1.8.0.12b: 7/06 update ncep tab 129, remove ncep tab 128 .. need new table, minor fixes v1.8.0.12a: 6/06 replace error message - complex packing spectral files v1.8.0.12: 5/06 update thinned gaussian grid info for grib2ctl.pl v1.8.0.11: 5/06 flag bad read_grib calls v1.8.0.10c: 1/06 fix the 1/3/05 additions to PDStimes, H. Frank v1.8.0.10b: 1/06 add new (204, 205) and updated DWD tables H. Frank, 10-19-2005 v1.8.0.10a: 12/05 add ectable 172 from Geert Jan van Oldenborgh (KNMI) v1.8.0.10: 9/05 fix gribtable.c v1.8.0.9m1: 9/05 put copyright info in wgrib_main.c and wgrib.c v1.8.0.9m: 8/05 add time range 6 and 7, updated add_time code v1.8.0.9l: 5/05 update ncep 129 table, new levels done by D. Stokes v1.8.0.9k: 4/05 ec table 190, more ec diagnostics (ec_ext) v1.8.0.9j: 4/05 minor comment changes in ncep table 131 (RR) v1.8.0.9i: 12/04 fixed typo introduced 11/04 (table 129, entry 192) v1.8.0.9h: 11/04 updated table ncep-129 (strange entry) v1.8.0.9g: 9/04 fix if (gds && GDS_Harmonic_type(gds) == 1) found by Graziano Giuliani v1.8.0.9f: 8/04 added ecmwf table 151 v1.8.0.9e: 8/04 changes of CFS time ranges v1.8.0.9d: 7/04 fixed reanal grib table NLON -> ELON v1.8.0.9c: 6/04 chaged UVI defn ncep opn table v1.8.0.9b: 6/04 added table 132 (global reanalysis) v1.8.0.9a: 6/04 updated table 129,130 v1.8.0.9: 5/04 added new time codes 132-135, changed time code 51 (clim) v1.8.0.8: 4/04 added -ncep_ens option v1.8.0.7e: 3/04 multiple user tables (fix open) v1.8.0.7d: 3/04 extern minute -> extern int minute v1.8.0.7c: 3/04 for clim (51) don't print 'anl' v1.8.0.7b: 2/04 update NCEP grib table 129 v1.8.0.7a: 11/03 update NCEP grib table 131 v1.8.0.7: 10/03 Mods fron Norwegian Meteorological Institute fixed ec table 131, and enhansed ex_ext.c v1.8.0.6: 9/03 added time codes 128-131 (for RR) v1.8.0.5: 9/03 fix scan mode and change format v1.8.0.4: 9/03 new dwd tables and -dwdgrib option (thanks to Helmut P. Frank) updated formats_update.txt for -dwdgrib option v1.8.0.3k: 7/03 fixed N/S vs grid wind diagnostic with -v option found by Dusan Jovic v1.8.0.3j: 6/03 fixed level 206 (was 205) v1.8.0.3i: 5/03 updated ncep table 131 v1.8.0.3h: 5/03 updated ncep table 131 v1.8.0.3g: 4/03 ecmwf table 128, 140 (names from ECMWF web site), updated 131 v1.8.0.3f: 4/03 updated ncep131, ncep130, ncep-opn v1.8.0.3e: 3/03 fix level 141, update tables 130 and 131 v1.8.0.3d: 2/03 added prelim ncep grib tables 130 and 131 v1.8.0.3c: 1/03 Reanalysis Project updates: scan mode in english, grid vs NS winds, and dusan.jovic at noaa.gov: ss2dEGRID support v1.8.0.3b: 1/03 minor update: changed units of CICE in NCEP tables v1.8.0.3a: 11/02 update ncep_opn and add ncep_129 table v1.8.0.3: 10/02 update levels and ncep_opn grib table v1.8.0.2: 10/02 check gds before grib_check, redid level 117 v1.8.0.1: 10/02 added cptec gribtable 254 v1.8: 4/1/02: Decode of simple packed spectral data and some cleanup of the triangular grid (Luis Kornblueh, Max-Plank Institute of Meteorology) v1.7.4.1a 12/01: added new entry to OMB grib table (REV) v1.7.4.1 12/01: D. Haalman (METEO SERVICE weather research GmbH) rewrote seekgrib.c v1.7.4 10/01: Merged changes made by Helmut P. Frank (DWD) to current source code. This adds DWD tables 1, 201, 202, and 203 as well as support for triangular grids based on an icosahedron 1.7.3.6: 5/01: added fractional mb, center to levels.c 1.7.3.5: 2/01: Handle grib files with precision greater than 31 bits 1.7.3.4a: 9/00: check for missing grib file 1.7.3.4: 8/00: polar stereo + lambert, always print direction increments 1.7.3.2: 6/00: undefined direction increments set to zero on -V output 1.7.3.1: 8/99: added new levels 1.7.3: 5/99: updated NCEP opn grib table 1.7.2: 5/99: fixed fictious error message with thinned grids and bitmaps 1.7.1: 2/99: fixed error in wrtieee_header affects only -H option 1.7.0b7: 1/99: preliminary support for NCEP ensembles 1.7.0b6: 1/99: changed "x12 hours" format to "hr" format 1.7.0b5: 1/99: fixed 3/6/12 hour forecast time units 1.7.0b4 11/98: updated (128,160) and new (129,130,131,140,150,170,180) ECMWF tables 1.7.0b3 10/98: added new time units 1.7.0b2 8/98: allow blank gribtab lines in definition, --v 1.7.0b 8/98: added "km" to Mercator meta-data 1.7: 7/98: fixed bitmap when nbits > 24 (theoretical bug) 1.6.2.5 5/98: fixed -H code so that all of GDS is written 1.6.2.4 4/98 beta: reanalysis ID code: needed for users of 1997 Reanalysis data 1.6.2.2 2/98 beta: rotated lat long grid (10) 1.6.2 1/98 added Arakawa E-grid meta-data 1.6.1b changed 03TOT to O3TOT in ncep operational table note: typo originated in the original NCEP documentation 1.6.1a 12/97 made ncep_opn the default table 1.6.1 9/97 Added the "-d all" option 1.6.0 9/97 non-beta version, added operational NCEP table, optimized the ieee writes (2.5x faster on Cray, 20% on linux), new help screen 1.5.0b14 fix century mark: year=100 not 0 1.5.0b13 -4yr, use 4 digit year code 1.5.0b12 lat-long thinned grid support 1.5.0b11 Added -H option (PDS/GDS output to binary files) 1.5.0b10 Changed"0hr fcst" to "anl" for TR=10 and fcstlen = 0 (non-beta release) 1.5.0b9 Thinned grids support (preliminary) 1.5.0b8 Changed bitmap message 1.5.0b7 -PDS -GDS work for all inventories 1.5.0b6 Added -verf to print "verification" time, new grib2ctl for -verf 1.5.0b5 Added Lambert Conformal, -PDS and -GDS 1.5.0b1 Added ECMWF parameter table #128 1.5.0a wgrib failing with no GDS and constant field. Cannot determine (9/96) the size of data without a center-dependent lookup table. Set length size of data to 1. 1.5.0 -v option: major changes, now an inventory (9/96) -V option: added century to date code, list parameter table number, added description of variable Added parameter table (NCEP-128) for the ocean modeling branch of NCEP. Added user-defined parameter tables. Note: changes are incompatible with grib2ctl. Get new version. (old version works by changing "wgrib -v" to "wgrib -V".) V1.5.0 is the first version to be parameter-table aware. As a result, wgrib will give a warning if it cannot find a matching parameter table. The warning can be eliminated by either using a user-defined parameter table or by adding your table into the wgrib source. (Contact w. ebisuzaki, Wesley.Ebisuzaki at noaa.gov). Built-in tables: NCEP-2, NCEP-128, ECMWF-160. Much faster flt2ieee routine, changed rounding factor in flt2ieee so that IEEE machines gets the correct last bit. Increased NTRY to 100 to accommodate Automation div headers. The 1.4.x series didn't last long (1 revision, 3/96 to 7/96). 1.4.1a Several optimizations of the grib routines for reduced CPU usage. (6/96) Updated the NCEP parameter table and altered the print statement for climatological fields. 1.4 ****************************************************************** 1.4 1.4 BUG: Prior to v1.4, when the start of the grib message was less 1.4 than 160 bytes from the end of the file, wgrib would not find 1.4 the message. This would only occur if a short grib message (< 160 bytes) 1.4 ended the file. Basically I had assumed that a grib message 1.4 had to be 160+ bytes in length. Well someone at NCEP decided 1.4 to write 84-byte grib messages! About the only field that 1.4 can be described in a 84-byte message is uniform value of zero. 1.4 1.4 Fixed a bug in the return code, and made the code 10% faster. 1.4 1.4 Since this is a bug fix PLEASE upgrade to version 1.4. 1.4 Why not? It's free! (3/96) 1.4 1.4 ****************************************************************** 1.3.4h Complaint about wgrib failing if the file has no GDS. Since a GDS (2/96) is recommended (and is in every file that I have seen) I've never included the code to create a GDS for prespecified grids. This version is a temporary fix. It sets the array size to NX x 1. [7/96: This temporary fix will have to do. The GDS prespecified grids are center dependent. Since I don't have the tables, nothing is planned.] 1.3.4f updated ECMWF parameter table (from M. Fiorino) (11/95) support for the ECMWF stream parameter clean compiles using acc (SunOS) (acc is pickier than gcc -Wall) 1.3.4e writing grib files made much faster (11/95) 1.3.4d minor change in error statement format (9/95) 1.3.4c didn't check for case where number of bits = 0! in NMC bug check (7/95) 1.3.4 added check for bad bds "used bits" parameter (look for NMC bug) (7/95) 1.3.3: (preliminary) ECMWF parameter table added (5/95) 1.3.2: preliminary polar stereographics map support (4/95) - from wgrib code - * 11/94 - v1.0 * 11/94 - v1.1: arbitary size grids, -i option * 11/94 - v1.2: bug fixes, ieee option, more info * 1/95 - v1.2.4: fix headers for SUN acc * 2/95 - v1.2.5: add num_ave in -s listing * 2/95 - v1.2.6: change %d to %ld * 2/95 - v1.2.7: more output, added some polar stereographic support * 2/95 - v1.2.8: max min format changed %f to %g, tidying up more info * 3/95 - v1.3.0: fix bug with bitmap, allow numbers > UNDEFINED * 3/95 - v1.3.1: print number of missing points (verbose) * 3/95 - v1.3.2: -append option added * 4/95 - v1.3.2a,b: more output, polar stereo support (-V option) * 4/95 - v1.3.3: added ECMWF parameter table (prelim) * 6/95 - v1.3.4: nxny from BDS rather than gds? * 9/95 - v1.3.4d: speedup in grib write * 11/95 - v1.3.4f: new ECMWF parameter table (from Mike Fiorino), EC logic * 2/96 - v1.3.4g-h: prelim fix for GDS-less grib files * 2/96 - v1.3.4i: faster missing(), -V: "pos n" -> "n" (field 2) * 3/96 - v1.4: fix return code (!inventory), and short records near EOF * 6/96 - v1.4.1a: faster grib->binary decode, updated ncep parameter table, mod. in clim. desc * 7/96 - v1.5.0: parameter-table aware, -v option changed, added "comments" * increased NTRY to 100 in seek_grib * 11/96 - v1.5.0b: added ECMWF parameter table 128 * 1/97 - v1.5.0b2: if nxny != nx*ny { nx = nxny; ny = 1 } * 3/97 - v1.5.0b5: added: -PDS -GDS, Lambert Conformal * 3/97 - v1.5.0b6: added: -verf * 4/97 - v1.5.0b7: added -PDS10, -GDS10 and enhanced -PDS -GDS * 4/97 - v1.5.0b8: "bitmap missing x" -> "bitmap: x undef" * 5/97 - v1.5.0b9: thinned grids meta data * 5/97 - v1.5.0b10: changed 0hr fcst to anal for TR=10 and P1=P2=0 * 5/97 - v1.5.0b10: added -H option * 6/97 - v1.5.0b12: thinned lat-long grids -V option * 6/97 - v1.5.0b13: -4yr * 6/97 - v1.5.0b14: fix century mark Y=100 not 0 * 7/97 - v1.5.0b15: add ncep opn grib table * 12/97 - v1.6.1.a: made ncep_opn the default table * 12/97 - v1.6.1.b: changed 03TOT to O3TOT in operational ncep table * 1/98 - v1.6.2: added Arakawa E grid meta-data * 1/98 - v1.6.2.1: added some mode data, Scan -> scan * 4/98 - v1.6.2.4: reanalysis id code: subcenter==0 && process==180 * 5/98 - v1.6.2.5: fix -H code to write all of GDS * 7/98 - v1.7: fix decoding bug for bitmap and no. bits > 24 (theoretical bug) * 7/98 - v1.7.0.b1: add km to Mercator meta-data * 5/99 - v1.7.2: bug with thinned grids & bitmaps (nxny != nx*ny) * 5/99 - v1.7.3: updated NCEP opn grib table * 8/99 - v1.7.3.1: updated level information * 9/00 - v1.7.3.4a: check for missing grib file * 2/01 - v1.7.3.5: handle data with precision greater than 31 bits * 8/01 - vDWD : added DWD GRIB tables 201, 202, 203, Helmut P. Frank * 9/01 - vDWD : added output "Triangular grid", Helmut P. Frank * 9/01 - v1.7.4: merged Hemut P. Frank's changes to current wgrib source code * 3/02 - vMPIfM: added support for spectral data type * 4/02 - v1.8: merge vMPIfM changes, some fixes/generalizations * 10/02 - v1.8.0.1: added cptec table 254 * 10/02 - v1.8.0.2: no test of grib test if no gds, level 117 redone * 10/02 - v1.8.0.3: update ncep_opn grib and levels * 11/02 - v1.8.0.3a: updated ncep_opn and ncep table 129 * 9/03 - v1.8.0.4: update dwd tables (Helmut P. Frank), -dwdgrib option * 9/03 - v1.8.0.5: fix scan mode and change format * 10/03 - v1.8.0.7: Changes from Norwegian Met. Inst (ec tab #131, ex_ext) * 10/03 - v1.8.0.8: added -ncep_ens option To Do: decode spherical harmonics (need some examples to test on) complex packing? Adding new parameter tables is pretty easy and I'm willing to add new parameter tables for "operational centers". (Note, the GRIB center identification numbers are assigned by the WMO.) --- NEW FILE NOTICE --- The following files are placed into the public domain. While you could legally do anything you want with the code, telling the world that you wrote it would be uncool. Selling it would be really uncool. The code was written for NMC/NCAR Reanalysis and may not work GRIB files from other sources. The code, as usual, is not warranteed to be fit for any purpose what so ever. Use at your own risk. Wesley Ebisuzaki November 25, 1995 BDS_unpack.c bds.h bms.h cnames.c cnames.h gds.h grib.h ibm2flt.c intpower.c pds3.h readgrib.c seekgrib.c testbin.c wgrib.c --- NEW FILE double_prec.txt --- The builtin output formats for wgrib are binary: single precision CPU native format ieee: single precision big-endian IEEE (32 bits) grib: text: Someone had the need to produce double precision output. One may question their wisdom because probably all GRIB data have less precision than the single precision floating point format. Nevertheless it was easy to modify wgrib to output double precision floating point numbers as the standard binary format. (Writing dp ieee is much more difficult.) Kludge number 102: Edit the file wgrib.c by changing all occurances of float to double. Change the line #include back to #include Remember that you must change ALL occurances of "float" and that word may occur more than once on a line. Compile normally and if all goes well, the "-bin" option will now produce double precision floating output. Don't forget the default format is "-bin". Note: The kludge looks good but hasn't been examined with a fine-tooth comb. I should probably change "float" to FLOAT and use a typedef. However, this change is really low priority. END OF KLUDGE NUMBER 102 --- NEW FILE formats.txt --- wgrib v1.2 Wesley Ebisuzaki Portable Grib decoder for NMC Reanalysis The program wgrib reads GRIB data and writes out data in the following different formats: text, GRIB, IEEE and binary (native cpu format). The easiest of the formats to read is text followed by binary, IEEE and finally GRIB. All except the GRIB format allows two flavors, with and without headers. You may be wondering why wgrib supports IEEE and GRIB. The IEEE was added so that the CRAY could produce `easy to read' binary files, and the GRIB option was added so that wgrib could extract and reorder records in a grib file. Text Format (grid 1) (nx) (ny) grid dimensions (grid value) (grid value) ... (grid value) nx*ny values (grid 2) (nx) (ny) grid dimensions (grid value) (grid value) ... (grid value) nx*ny values ... Binary and IEEE, no header (grid 1) (binary float value) grid value (binary float value) ... (binary float value) nx*ny values (grid 2) (binary float value) (binary float value) ... (binary float value) nx*ny values etc The no-header format is not a recommended format to use. The format does not indicate the size of the grid. If your program makes a mistake on the grid dimension, you could get interesting results. However, some fortran compilers require this format for binary files (Cray, ABSoft under AmigaOS). In addition, GrADs likes the binary/no-header format. Binary and IEEE, with header (grid 1) (binary integer) nx*ny*sizeof(float) (binary float value) ... (binary float value) nx*ny values (binary integer) nx*ny*sizeof(float) (grid 2) (binary integer) nx*ny*sizeof(float) (binary float value) ... (binary float value) nx*ny values (binary integer) nx*ny*sizeof(float) The binary-with-header format is commonly used by UNIX fortrans for their binary files. Some MS-DOS fortran compilers also support this format. The CRAY fortran supports the IEEE format by the "assign -Ff77 -Nieee u:iunit" command. Spectral Data The format for spectral data is similar to the gridded data except nx = 2 * number of complex coefficients, and ny = 1. As you would expect, the real part is followed by the imaginary part. For more details, consult the GRIB format specifications. Organization of the Grid Standard NMC practice is to store the grids in fortran order starting from the north and working southward, and on the 0E and working eastward. No effort has been made in wgrib to implement the scan order option in GRIB. For lat-long grids, the dimensions are 144 x 73. The first point is 90N 0E, the second point is 90N 2.5E, and you can figure out the rest. For Gaussian grids, the dimensions are 192 x 94. The first grid point is at 88.542N 0E, the second grid point is at 88.542N 1.875E. In theory, the Gaussian latitudes (for a Gaussian grid) are determined by the zeros of a long polynomial. In practice, the Gaussian latitudes are almost equally spaced. For plotting purposes, I assume that the Gaussian latitudes have a spacing of (88.542 - -88.542)/(94 - 1) degrees of latitude. The above description of the grid format only applies to this version of Reanalysis. Future Reanalysis products may have different resolutions. If you use wgrib for non-Reanalysis products, then you are on your own. GRIB allows you to define specialized grids in different scanning orders. wgrib may or may not correctly decode these GRIB files and definitely will not try to make sense of the scanning order. Note: undefined values are set to 9.999e20. (see UNDEFINED in bds.h and/or all.c) --- NEW FILE formats_update.txt --- v1.6 update 5/98 update 9/03 -H Option -- ------ Some people have fortran/C programs which read the binary/IEEE output from wgrib. They found that they needed a header to identify each record. I can see the need to identify each record but my choice would to have the fortran/C program open two files, the data file and the corresponding inventory. However, people have different styles. The -H option adds a "universal" header to the binary/IEEE file. The header is "universal" because it contains all the meta-data (PDS and GDS). Nobody can complain that I left out some crucial information from the header. The PDS (Product Definition Section) and GDS (Grid Definition Section) are documented in the GRIB references such as Office Note 388 by John Stackpole (available from the NCEP ftp site). Output Format Case 1: (GRIB file has GDS) integer: length of PDS + 4 character*4: "PDS " PDS sequence of bytes integer: length of PDS + 4 integer: length of GDS + 4 character*4: "GDS " GDS sequence of bytes integer: length of GDS + 4 (decoded GRIB message/record) Case 2: (missing GDS) integer: length of PDS + 4 character*4: "PDS " PDS sequence of bytes integer: length of PDS + 4 integer: length of 4 character*4: "GDS " integer: length of 4 (decoded GRIB message/record) When the output file is IEEE, the "integer" is big-endian four byte integer. Otherwise it is the native format integer. As you can see, the "universal" header is really two f77-style headers. The first header contains the string "PDS " along with the PDS. The second header contains the string "GDS " along with the GDS (if present). The main complication in reading this header is that it is variable length. C programs will have no problems. Reading the file in fortran as an unformatted sequential file will require a trick. c c sample of reading the PDS in a file created using c -H (include PDS & GDS) and -h (f77 style headers, default) c c example: wgrib -d 1 -H grib_file -o dump c character*1 pds(100),c4(4),gds(1000) open(unit=1,file='dump',form='unformatted') c c Read "PDS " and Length of the PDS read(1) c4, (pds(i),i=1,3) c c Check for letters "PDS " in PDS if (c4(1).ne.'P') goto 9999 if (c4(2).ne.'D') goto 9999 if (c4(3).ne.'S') goto 9999 if (c4(4).ne.' ') goto 9999 c Calculate length of variable PDS lenpds=ichar(pds(1))*256*256+ichar(pds(2))*256+ichar(pds(3)) c c Print out length write(*,*) 'Length of variable PDS in the header=', lenpds c c Backspace backspace(1) c c Read PDS using the length information read(1) c4, (pds(i),i=1,lenpds) c c Convert a character argument to an integer based on the character position c in the collating sequence idog1=ichar(pds(13)) idog2=ichar(pds(14)) idog3=ichar(pds(15)) c write(6,20)idog1,idog2,idog3 20 format('PDS :',i10,1x,i5,1x,i6) c c -------------------------------------------------------------------------- c Read "GDS " and Length of the GDS read(1) c4, (gds(i),i=1,3) c c Check for letters "GDS " in the GDS if (c4(1).ne.'G') goto 9999 if (c4(2).ne.'D') goto 9999 if (c4(3).ne.'S') goto 9999 if (c4(4).ne.' ') goto 9999 c c Calculate length of variable GDS lengds=ichar(gds(1))*256*256+ichar(gds(2))*256+ichar(gds(3)) c c Print out length write(*,*) 'Length of variable GDS in the header=', lengds c c Backspace backspace(1) c c Read GDS using the length information read(1) c4, (gds(i),i=1,lengds) c c Convert a character argument to an integer based on the character position c in the collating sequence idog1=ichar(gds(13)) idog2=ichar(gds(14)) idog3=ichar(gds(15)) c write(6,22)idog1,idog2,idog3 22 format('GDS: ',i10,1x,i5,1x,i6) c STOP c c Error Warning 9999 write(*,*) 'Error in beginning of PDS or GDS' STOP END -dwdgrib OPTION -------- ------ The code for this option was submitted by Hulmut P. Frank (8/03) and completely rewritten by WNE for inclusion to wgrib v1.8.0.4. DWD (Deutscher Wetterdienst, the german weather service) has a particular formatting of grib files: 0 (4 bytes) rec_len #1 (4 byte integer, big endian, length of grib msg #1 in bytes) grib msg #1 rec_len #1 (4 byte integer, big endian, length of grib msg #1 in bytes) rec_len #2 (4 byte integer, big endian, length of grib msg #2 in bytes) grib msg #2 rec_len #2 (4 byte integer, big endian, length of grib msg #2 in bytes) ... rec_len #N (4 byte integer, big endian, length of grib msg #N in bytes) grib msg #N rec_len #N (4 byte integer, big endian, length of grib msg #N in bytes) 0 (4 bytes) This format looks like a f77 format of grib with a leading/trailing zeros. Of course, this format is perfectly legal grib and older wgribs could read the dwd files. With v1.8.04, wgrib can write dwd format grib files. --- NEW FILE grib2ieee.txt --- Decoding GRIB Data 7/97 (Conversion to IEEE by wgrib) GRIB is a format used to store binary data. While there are several other competing formats (IEEE, CDF, Net-CDF, etc), GRIB has been endorsed by the WMO and is the primary format at the operational centers (ECMWF, NCEP). GRIB has the advantages of being both an international standard and more space efficient than its main competing formats. A simple-to-use grib decoder can be obtained from wesley.ncep.noaa.gov /pub/wgrib/wgrib.c (source code) (for NCEP users) The latest compiled versions can be found at /wd5/wd51/rl51we/bin/wgrib (Cray YMP) ~wd51we/bin.sun/wgrib (Sun workstation) ~wd51we/bin.sgi/wgrib (SGI workstation) ~wd51we/bin.hp/wgrib (HP workstation) ~wd51we/bin.linux/wgrib (x86 linux) /wd2/cpc/cdrom/PROGRAMS/WGRIB/WGRIB.EXE (PC version, on Cray YMP) Documentation and directions for compiling wgrib can be found at ftp://wesley.ncep.noaa.gov/pub/wgrib. The first step in decoding GRIB data is a file inventory. The simplest method is to type % wgrib -s grib_file -s is for the simple output format Output format (-s option) field 1: record number field 2: position of record within the file field 3: time (yymmddhh) field 4: variable (see /wd2/ln/map/data/grib1.kpds5.vsn21 on the Cray YMP) field 5: level/layer following fields: description of record ex. mean, variance, forecast, analysis, etc Now suppose we want to extract the 50 mb zonal winds for all dates. The following commands extract the data on a UNIX computer as f77 IEEE data. Note that zonal winds have the name "UGRD" in the file inventory. % wgrib -s grib_file | grep ":UGRD:" | grep ':50 mb:' | wgrib -i -s -ieee -h grib_file To understand the previous command, you need to consider all the steps. wgrib -s grib_file creates a simple file inventory in this example '-s' is optional grep ":UGRD:" selects only the records with ":UGRD:" in the record description grep ':50 mb:' selects only the records with ":50 mb:" in the record description note that ":50 mb:" was used rather than "50 mb" as the latter would also match the 850 mb level. wgrib -i -s -ieee -h grib_file -i ... read a file inventory -s ... short description of records written -ieee ... IEEE format numbers -h ... f77-style headers (default), -nh for no headers by default, the output format is binary with headers. On workstations, this is usually the "f77 IEEE" format which is often compatible with UNIX fortran programs. To convert all the records to a binary format with f77 style headers: % wgrib -s grib_file | wgrib -s -i grib_file To determine the dimension and type of grid used in record N, type, %wgrib -V -o /dev/null -d N grib_file -V ... verbose output -o /dev/null ... write output (dump file) to bottomless pit -d N ... dump record N NCEP's convention for fields produced by the MRF (operational forecasts, Reanalysis) is for the fields to be on a lat-long or Gaussian grid. The fields start at the northern most latitude and at the Greenwich meridian and go eastward. The data is stored in the fortran scanning order. This can be verified by using the -V option of wgrib which will tell you the dimension of the fields and how it is arranged. A quick summary of the wgrib's options can be obtained by executing wgrib with no arguments. The undefined value is 9.999e20 (version 1.6.0) and more documentation can be found at ftp://wesley.ncep.noaa.gov/pub/wgrib. on the Cray-YMP at /wd2/cpc/cdrom/PROGRAMS/WGRIB/. --- NEW FILE land.grb --- GRIB ?? ? ????? ? ????????????? ? ?? ??? ? ?? ?? ????????? ???????????????? ????? ? ???? ????????? ? ???????????????????????? ? ? ? ??????? ?????????????????????? ?????? ???????? ??? ????????????????????????????????????????? ??? ? ? ??? ??????????????????????????????????? ???????????? ?? ? ??????????????????????????????? ? ???? ? ???????????? ? ? ???????????????????????????????? ??????????????????? ? ????????????????????????????????????? ?? ?????????????????????????????????????? ????????????????? ? ?????????? ?????????????????????????? ????? ?? ?????? ???????? ???????????????????? ? ?????? ????????????????? ? ????????????? ?????? ?????????????????? ???????????? ?? ??????????????????????? ?? ??????????????????????? ??????????????? ??????????????????? ????? ??????????????????????????????????? ???????????????? ????????????? ????? ????????????? ?? ????? ?????? ??? ??? ??? ??? ??? ??? ??? ? ?? ? ????????????????? ???? ????????????????? ????? ?? ??????? ??????? ? ?? ?????? ?? ?? ? ? ??????? ?? ???????????? ??????? ??????????? ??????? ??????? ? ??? ????????? ?????? ???????? ?????? ???????? ??????? ?????????? ?????? ?????????? ?????? ???? ?????????? ?????? ?? ???? ? ??? ??? ?? ?? ?? ? ? ????? ???????? ?????????????????????? ? ???????????????????????????????????????????????? ???? ???????????????????????????????????????????????? ????????????????????? ???????????????????????????????????????????????????? ???????????????????? ???????????????????????????????????????????????????????????????????????????????????????????? --- NEW FILE misc.txt --- Time Format updated 5/24/2004 The time format is pretty obvious to me but that doesn't help the average person. sec = seconds min = minute hr = hour d = day mon = month yr = year decade = 10 years normal = climatology (WMO standard is 30 years) anl = analysis ave = average diff = difference fcst = forecast rms = averaged rms value fcst clim = forecast climatology (see Nave for number of years) same-hour,rms = averaged rms value only using quantities with the same hour/minute as reference time ex. ave at 1d = average taken at 1 day intervals The number in the average is Nave ave at 1yr = average taken at 1 year intervals (this replaces "clim" notation) rms at 1yr = average RMS value with average taken on values 1 year apart ------------ removed 5/25/2004 ---------------- clim = climatology (average over N years) clim (diurnal) = climatology (average over N years, hour important) --- NEW FILE porting.txt --- wgrib v1.6 12/97 Wesley Ebisuzaki Portable Grib decoder Revised 9/2006 Introduction: The program wgrib is written in standard (ANSI/ISO) C. The last report of a compiler not being able to handle wgrib was several years ago. The code requires, at minimum, a 32-bit computer. (A user did port the code to a 286 but that was years ago.) However, if you plan to work with 2+ GB files, you should use a 64-bit computer (compile with 64-bit integers). Compiling: Version 1.6 introduces a compile-time option "DEF_T62_NCEP_TABLE". For the operational version of wgrib, DEF_T62_NCEP_TABLE=opn while Reanalysis uses DEF_T62_NCEP_TABLE=rean. For compatibility with earlier versions, the default is "reanalysis". The compile-time option determines whether to use the operational or reanalysis GRIB table for the T62 model when the subcenter is zero. Of course, the default can be changed at run time by the -ncep_opn and -ncep_rean options. Compiling wgrib with the default option (Reanalysis): ibm/sp (32 bit ints): c89 -O2 -o wgrib wgrib.c ibm/sp (64 bit ints): c89 -O2 -q64 -o wgrib wgrib.c apparently on some machines, try ibm/sp (32 bit ints): c89 -O2 -o wgrib wgrib.c -lm ibm/sp (64 bit ints): c89 -O2 -q64 -o wgrib wgrib.c -lm sun: acc -o wgrib wgrib.c -lm sun: gcc -o wgrib wgrib.c -lm (note: sun's cc is not an ANSI C compiler [ed this is a really old statement, may not be true today]) cray C90: cc -o wgrib wgrib.c sgi: cc -o wgrib wgrib.c -lm hp risc: gcc -o wgrib wgrib.c -lm hp risc: cc -Aa -o wgrib wgrib.c -lm 68K amiga: sc link math=ieee output=wgrib wgrib.c linux: gcc -o wgrib wgrib.c -lm Visual C++.net: (B. DeTracey 1/2006) Visual C++.net compiling instructions. No optimisations. No debugging information. From the Visual Studio .NET 2003 Command Prompt: 1)Change to your wgrib source directory 2)Compile and link using: cl /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /ML /GS /W3 /Wp64 /TP /Fewgrib.exe *.c If you get an error message related to a file named wgrib_c.c, delete this file and try again. This file resulted from your previous attempt to build the application from within the Visual Studio .NET 2003 IDE (Windows application interface). Compiling wgrib for the operational version: ibm/sp (32 bit ints): c89 -O2 -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c ibm/sp (64 bit ints): c89 -O2 -q64 -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c sun: acc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm sun: gcc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm cray: cc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c sgi: cc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm hp: gcc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgib.c -lm hp: cc -Aa -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm The value of "DEF_T62_NCEP_TABLE" can be defined as opn, opn_nowarn, rean (default), and rean_nowarn. Optimization: You may have noticed that the previous compilation command lines did not include any optimizations. My suggestion is that one should avoid the compiler optimizations unless one is willing to make sure that the compiler optimizations do not break the code. Sure compilers have improved but optimization bugs still occur. Problems Compiling: If you have problems with compiling, you are probably using a non-standard C compiler or the compiler has been improperly set up. Another possibility is that the source code was corrupted. There has been one case where the source code was obtained using a browser and the code would not compile cleaning. The problem was solved by obtaining the source code using anonymous FTP (ftp://wesley.ncep.noaa.gov/wgrib/wgrib.c). I suspect that the browser was converting the in to which was incompatible with their C compiler. If you have problems linking ("undefined ....") then you are not including a necessary library. On many UNIX machines, you need to include the math library ('-lm' option). If you have problems compiling wgrib, consult a local wizard. I have compiled the code on sun, cray, sgi, hp, linux, amiga and even DOS. Others have used NT, OS/2, NEC supercomputers and Alpha (unix). If you have problem with one of the previous machine or any 32/64 bit unix machine, it is likely that you have a local problem. MS-DOS and Windows revised 1/2006: The cygwin port of gcc compiles wgrib and that compiler is open source. At one time, it was rare for a Windows compiler to compile wgrib correctly. However, I haven't had a report of a deficient Windows compiler for several years. Testing wgrib: Test 1: After you've compiled wgrib is simply type "wgrib." You should see the help screen which should be similar to the following: Portable Grib decoder for NCEP Operations etc. it slices, dices v1.6.0 prelim 2 (7-01-97) Wesley Ebisuzaki usage: ./wgrib [grib file] [options] Inventory/diagnostic output selection -s/-v/-V short inventory/verbose inventory/very verbose non-inventory (default) regular inventory Options for inventory/diagnostic output -PDS/-PDS10/-GDS/-GDS10 print PDS/GDS in hex/dec -verf print forecast verification time -4yr/-ncep_opn/-ncep_rean see documentation Decoding Grib selection -d [record number] dump record number -p [byte position] dump record at byte position -i dump controlled by stdin (inventory list) (none) no decode .. inventory only Options for decoding Grib -text/-ieee/-bin/-grib dump to a text/ieee/bin/grib file -h/-nh dump will have headers (default)/no headers -H dump will include PDS and GDS (-bin/-ieee only) -append append to dump file -o [file] output file name, 'dump' is default The first line of the "help" page should include the phrase "NCEP Operations" or "NCEP/NCAR Reanalysis" which indicates the default GRIB table (see "Compiling.") Test 2: The second test is to see if wgrib will read a grib file. If the file "land.grb" is not with the source code, a copy can be obtained from ftp://wesley.ncep.noaa.gov/pub/wgrib/land.grb. 'land.grb' is the land-sea mask used by Reanalysis. enter: wgrib land.grb see: 1:0:d=87010100:LAND:kpds5=81:kpds6=1:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:sfc:anl:NAve=1 Test 3 The third test is read the grib file and decode the numeric data. enter: wgrib land.grb -V see: 1:0:date 1987010100 LAND kpds5=81 kpds6=1 kpds7=0 levels=(0,0) grid=255 sfc anl: LAND=Land-sea mask [1=land; 0=sea] timerange 0 P1 0 P2 0 TimeU 1 nx 192 ny 94 GDS grid 4 num_in_ave 1 missing 0 center 7 subcenter 2 process 80 Table 2 gaussian: lat 88.542000 to -88.542000 long 0.000000 to -1.875000 by 1.875000, (192 x 94) scan 0 bdsgrid 1 min/max data 0 1 num bits 4 BDS_Ref 0 DecScale 1 BinScale 0 Test 4: This tests the wgrib's ability to extract a record and write it as a text file. enter: wgrib land.grb -d 1 -text see: 1:0:d=87010100:LAND:sfc:anl:NAve=1 The first 10 lines of the file 'dump' should be: 192 94 0 0 0 0 0 0 0 0 0 Text 5 In this test a record is written as a f77 big-endian IEEE file. enter: wgrib land.grb -d 1 -ieee -s see: 1:0:d=87010100:LAND:sfc:anl:NAve=1 Should find a file 'dump' which is which is 72200 bytes long. Test 6 In this test a record is written as native-format binary file. enter: wgrib land.grb -d 1 -s see: 1:0:d=87010100:LAND:sfc:anl:NAve=1 Should find a new file 'dump' which is often 72200 bytes long. Test 7 Reading a binary file using a C program. Run test 6 to convert the land mask into a binary file. Compile the program testbin.c using a C compiler. Some possible compilation lines are cc -o testbin testbin.c -lm (normal unix C) gcc -o testbin testbin.c -lm (GNU C) acc -o testbin testbin.c -lm (Sun's acc) sc link math=ieee output=testbin testbin.c (SAS C) The program reads the binary file "dump" and should print out the land mask. Test 8 Reading the binary file with fortran. Run test 6 to convert the land mask into a binary file. Compile and run the program testbin.f using your fortran 77 compiler. If everything went correctly, you should see the land mask. If it works, good. If it doesn't work, too bad. You are on your own. Suggestions: (1) if all else fails, read the fortran manual (RTFM), (2) change fortran compilers, (3) try reading the data with no headers (-nh option in wgrib), (4) give up and read the text dump instead. This step is very system dependent. Consult your local expert. Support: No support is necessary because the instructions are crystal clear and the code is bug free. If my directions are as clear as Mississippi mud, think how understandable my verbal directions will be! (Yes, I've been known to talk without nouns, adverbs and even adjectives.) Please, do not waste your dime and call me asking how to compile or link wgrib. You have to ask some one who knows YOUR SYSTEM. If tests 1-6 are successful then wgrib works. Test 7 is simply a test of your fortran compiler and you have to read the documentation. If you really think that you found a bug in the code, then send me an e-mail (wesley.ebisuzaki at noaa.gov). --- NEW FILE testbin.c --- #include #include #define nx 192 #define ny 94 #define dx 3 #define dy 3 /* v1.2 wesley ebisuzaki */ #define INT int /* if the default integer is 16 bit then */ /* #define INT long int */ void main() { FILE *in; float land[nx]; INT header; int i, j; char c; printf("Test creation of a binary file\n"); printf("before running this program, enter wgrib land.grb -d 1\n"); if ((in = fopen("dump","rb")) == NULL) { printf("could not find file: dump\n"); printf("did you run wgrib land.grb -d 1?\n"); exit(8); } if (fread((void *) &header, sizeof(INT), 1, in) != 1) { printf("no data?\n"); exit(8); } if (header != nx*ny*sizeof(float)) { printf("wrong header size: %d\n", (int) header); exit(8); } for (j = 0; j < ny; j++) { if (fread((void *) land, sizeof(float), nx, in) != nx) { printf("not enough data\n"); exit(8); } for (i = 0; i < nx; i++) { c = '?'; if (floor(land[i]*10000.0+0.5) == 0) c = ' '; if (floor(land[i]*10000.0+0.5) == 10000.0) c = 'x'; if (c == '?') { printf("bad value: %g\n",land[i]); exit(8); } if (i % dx == 0 && j % dy == 0) { putchar(c); } } if (j % dy == 0) putchar('\n'); } printf("should see continents -- if you do, it works\n"); } testbin.c.patch: --- NEW FILE testbin.c.patch --- --- testbin.c.orig 2006-11-16 11:30:23.000000000 -0700 +++ testbin.c 2006-11-16 11:29:49.000000000 -0700 @@ -55,4 +55,5 @@ if (j % dy == 0) putchar('\n'); } printf("should see continents -- if you do, it works\n"); + exit(0); } --- NEW FILE testbin.f --- c c sample program to read binary file in fortran c this may or may not work! (system dependent) c often works with UNIX fortrans c real array(192,94) character*1 line(192) write(*,*) 'should first run wgrib -d 1 land.grb' open(unit=1,file='dump',form='unformatted',status='old') read(1) array err=1e-6 do 100 j = 1, 94 do 90 i = 1, 192 if (array(i,j).eq.0.0) then line(i) = ' ' else if (abs(array(i,j)-1.0).lt.err) then line(i) = 'x' else write(*,*) 'bad values:',array(i,j) stop endif 90 continue if (mod(j,3).eq.0) write(*,*) (line(i),i=1,192,3) 100 continue write(*,*) 'should see continents' stop end --- NEW FILE testbin.out --- Test creation of a binary file before running this program, enter wgrib land.grb -d 1 xx xxxx x xx xxxxxxxxx xxxxxxxxxxxxx xx x xxx xxxxxx xxxx xxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xx xxx xx xxx xxxxxxxxxxxxxxxxxxxxxxx x x xxxxxxxxx x xxxxxxxxxxxxxxxxxxxxxxx x xxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxx x x x x x xxxxxxxxxxxxxx xxxxxxxxxx x xxxxx xxxxxxxxxxxx x xxxxxxxx x xxx x xxxxxxxxxxxxxxx xxxxxx x xxxxxxxxxx xxxxxxxxxxx xx xx xxxxxxx xxx xxx xx x x xx xxxxxxxxx x xx xx xx xxxxxxxxx xxx xx xxxxxxx x xxxx xxxxxx x x xxxxxxx xxxxx xxxxxxxx xxxxx x xxxxxxx xxxx x xxxxx xxxxx xxx xxxxxxx xxxx xx xxxxxxx xxx xx xxx xx xx x xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x x xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxx xxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx should see continents -- if you do, it works --- NEW FILE tricks.wgrib --- 6/04 Tricks for wgrib ------ --- ----- Every once in a while, someone requests that I add some feature to wgrib. Usually I say no because I'm lazy. I then give the excuse that feature is already available with a bit of UNIX trickery. (1) How do I convert the entire file to binary? wgrib grib_file | wgrib -i grib_file -o binary_file faster: wgrib grib_file -d all -o binary_file (2) How do I get a verbose listing of the 20th record only? wgrib -V -d 20 grib_file (2') How about a verbose listing without a dump file? wgrib -V -d 20 grib_file -o /dev/null (3) How do I extract the 20th and 30th records? wgrib grib_file | egrep "(^20:|^30:)" | wgrib -i grib_file -o binary_file (4) How do I extract the first 10 records as a grib file? wgrib grib_file | head -n 10 | wgrib -i grib_file -grib -o new_grib_file (note: on older systems you may have to use "head -10") (4') How do I extract records 34-66 from a file as a grib file? Here is an example of an awk filter. wgrib -s grib_file | awk '{if ($1 > 33 && $1 < 67) print $0}' FS=':' | wgrib -i grib_file -o new_file -grib FS=':' implies that arguments are separated by colons. As a result, the record number is the first argument ($1). The variable "$0" is the entire input line. Isn't awk fun? (4'') How do I extract records 1 to 48 into separate binary files. ------------- start of script ---------- #!/bin/sh # argument 1 = file name file=$1 gstart=1 gend=48 # create inventory inv=$file.inv wgrib -s $file >$inv # loop i=$gstart while [ "$i" -le "$gend" ] do grep "^$i:" <$inv | wgrib -i $file -s -o $file.bin.$i i=`expr $i + 1` done -------------- end of script ----------- (5) How do I extract the records on or after April 15, 1998? Extracting a specific date is easy; i.e., wgrib -s -4yr grib_file | grep "d=1998041500" | wgrib -i grib_file -o bin_file To get a range of dates, you can use awk, wgrib -s -4yr grib_file | awk '{date=substr($3,3); if (date >= 1998041500) print $0}' FS=':' | wgrib -i grib_file -o bin_file In the above example, awk was used to filter the inventory. BTW you should be using a new version of awk (gnu awk, nawk). (6) How do I extract the 500 Heights from a file (grib->grib)? wgrib -s grib_file | grep ":HGT:500 mb:" | wgrib -i -grib \ grib_file -o new_grib_file (7) How do I eliminate the 500 Heights from a file (grib->grib)? wgrib -s grib_file | grep -v ":HGT:500 mb:" | wgrib -i -grib \ grib_file -o new_grib_file (8) How do I extract the winds and temperatures from a file (grib->grib)? wgrib -s grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | wgrib -i -grib \ grib_file -o new_grib_file (9) How do I extract the winds and temperatures from a file and get a specific order? The GRID data can come in any order. For example if you try wgrib grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | wgrib -i \ grib_file -o new_grib_file the data will come in order of record number. NCEP, for example, considers the order of GRIB records irrelevant. So you can get UGRD before VGRD on Monday and UGRD after VGRD on Fridays. To get a specified order, you need to sort the inventory. wgrib grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | \ (sort program) | grib_file -o new_grib_file To get the output in sorted synoptic order, you can do wgrib grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | \ sed 's/kpds7=//' | sort -t: -k3,3 -k4,4 -k6,6 -k7n,7 | \ grib_file -o new_grib_file The previous example uses the posix sort program. (10) How many records does this file have? wgrib -s grib_file | wc -l (11) What is the range of values in this file? wgrib -V grib_file | grep max (11') What is the maximum of the 500 mb Heights for each record. wgrib grib_file -s | grep ":HGT:500 mb:" | wgrib -i -V grib_file \ -o /dev/null | grep max | awk '{print $4}' For the minimum values, change "print $4" to "print $3". (12) How do I do a file transpose (rearrange the order) ? See ts2synoptic. This script could be pared down to 3 lines! Other file transposes are done in a similar manner and many only need one line! Unfortunately finding that one line may require some effort. (13) My grib file has junk at the start/end. How do I get rid of it? wgrib old_gribfile | wgrib old_gribfile -i -grib -o clean_gribfile faster: wgrib -d all old_gribfile -grib -o new_gribfile (14) Don't forget that you can 'cat' grib files. That gives you another tool for making your own tricks. (15) My grib file has same data on different grids. How do I filter out all the grids but one? (new answer) Currently the grid type is only shown in the -V (very verbose) option which is not useful in "inventory" operations. However, the grid type is contained in the GDS. The -GDS options will add the GDS to the inventory. Each grid has a different GDS, so it is easy to filter out the different grids. For example, suppose that we find that our desired grid has a GDS of "GDS=00002000ff0000900049015f9000000080815f908009c409c409c40000000000" Then it is easy to remove all the other grids by wgrib grib_file -GDS | grep \ "GDS=00002000ff0000900049015f9000000080815f908009c409c409c40000000000" \ | wgrib grib_file -i -grib -o new_grib_file The GDS parameter can be found using wgrib. (15') My grib file has same data on different grids. How do I filter out all the grids but one? The prespecified grid number is stored in octet 5 of the PDS. The following creates an inventory with the grid number (in hexidecimal) wgrib gribfile -PDS -s | \ sed 's/PDS=............\(..\)[0-9a-f]*:*/grid=\1h:/' (15'') See (19) and (20) (16) I execute the following commands to extract TMP, and HGT to separate files. Can I make if faster. wgrib pgb.grb | grep ":TMP:" | wgrib -i pgb.grb -grib -o tmp.grb wgrib pgb.grb | grep ":HGT:" | wgrib -i pgb.grb -grib -o hgt.grb Try: wgrib pgb.grb > inventory cat inventory | grep ":TMP:" | wgrib -i pgb.grb -grib -o tmp.grb cat inventory | grep ":HGT:" | wgrib -i pgb.grb -grib -o hgt.grb rm inventory Of course, the second line from the previous example could be replaced by grep ":TMP:" inventory | wgrib -i pgb.grb -grib -o tmp.grb (17) My file is using ECMWF parameter table xxx which is not built into wgrib. What should be done? (1) Adding a new table to wgrib is fairly simple. Just don't expect me to type it in. Submissions should in user-table format (grib number:name:description). (2) If you have a electronic copy of the GRIB table, you could make a user table. (See documentation "usertables.") (3) Changing the "last-resort" grib table is easy. Get a copy of ectab_xxx from ftp://wesley.ncep.noaa.gov/pub/wgrib, change the first line to "-1:-1:-1:-1" can then have the environment variable "GRIBTAB" point to the modified file. (See documentation "usertables") (18) Can wgrib write the decoded GRIB file to stdout? Right now I create a temporary file (dump) which is read by another program. Instead I would like to do process_data < wgrib grib_file -d all -bin [option to write to stdout] instead of the slower wgrib grib_file -d all -bin -o dump process_data ) { chomp; # strip record separator $line="$line $_"; # check if end of verbose inventory if ("$_" eq "") { $_=$line; /rec (\d*):/; $rec = $1; / grid=(\d*) /; $grid = $1; / kpds5=(\d*) /; $kpds5 = $1; /:date (\d*) /; $date = $1; / timerange (\d*) /; $timerange = $1; / P1 (\d*) /; $p1 = $1; / P2 (\d*) /; $p2 = $1; /PDS10\S*=(\s*\S*){18}/; $minute=$1; / grid=\d* (\S*) /; $level = $1; / min\/max data (\S*) (\S*) /; $min = $1; $max = $2; printf "%3d %3d %3d %10d%2.2d %3d %3d %3d %7s min/max of data %9.9g %9.9g\n", $rec, $grid, $kpds5, $date, $minute, $p1, $p2, $timerange, $level, $min, $max; $line=""; } } (20) I want convert the very verbose (-V) into an inventory. The -V option produces much more information but this output is on multple lines. So it cannot be used as input to wgrib. However, it is possible to create an -V inventory with sed. Suppose I want the max value to be in the inventory. The -V option gives data like this. (Only the 1st record is shown.) bash-2.05a$ wgrib -d 1 AWIP3200.1987070709 1:0:d=87070709:MSLET:kpds5=130:kpds6=102:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:MSL:anl:NAve=0 bash-2.05a$ wgrib -d 1 AWIP3200.1987070709 -V rec 1:0:date 1987070709 MSLET kpds5=130 kpds6=102 kpds7=0 levels=(0,0) grid=221 MSL anl: bitmap: 990 undef MSLET=Mean sea level pressure (ETA model) [Pa] timerange 0 P1 0 P2 0 TimeU 1 nx 349 ny 277 GDS grid 3 num_in_ave 0 missing 0 center 7 subcenter 0 process 84 Table 131 scan: EW/SN winds(grid) Lambert Conf: Lat1 1.000000 Lon1 -145.500000 Lov -107.000000 Latin1 50.000000 Latin2 50.000000 LatSP 0.000000 LonSP 0.000000 North Pole (349 x 277) Dx 32.463000 Dy 32.463000 scan 64 mode 8 min/max data 100034 102632 num bits 12 BDS_Ref 100034 DecScale 0 BinScale 0 The following will give an inventory wgrib -V AWIP3200.1987070709 | egrep "(^rec|max data)" | sed '$!N;s/\n/ /' | \ sed -e 's/^rec //' -e 's/date /d=/' -e 's/ /:/' -e 's/ /:/' The "wgrib -V" produces the inventory. The "egrep" picks up two lines, the first (necessary) and the line with the "max data" value (the one I want). The "sed '$!N;s/\n/ /'" combines pairs of lines. The last sed puts the line into a inventory format. --- NEW FILE usertables.txt --- User Tables Wesley Ebisuzaki ---- ------ GRIB files describe the contents (example, zonal wind, temperature) by a parameter table and parameter number. Since the size of the parameter table is limited to 255 entries, groups are finding (1) that they want to use their own parameter table and (2) large groups are finding that they have to use multiple parameter tables. The parameter table used by wgrib is determined by (v1.5.0 and later) use built-in tables use user-defined table if available use built-in NCEP-2 table (warning under certain conditions) Alternatively, if wgrib is compiled with the "-D P_TABLE_FIRST" option, then the search order is, use user-defined table if available use built-in tables use built-in NCEP-2 table (warning under certain conditions) [This is the preferred search order for foreign-language parameter tables.] The name of the user-defined table is searched for in 1) the environment variable "GRIBTAB" 2) the environment variable "gribtab" 3) the file gribtab Defining an environment variable depends on the operating system and on the shell. example export GRIBTAB=~/data/gribtab (bash) setenv GRIBTAB ~/data/gribtab (csh) GRIBTAB=$HOME/data/gribtab ; export GRIBTAB (sh) The format of the GRIBTAB file is ----------------------------------------------------------------------- -1:CENTER:SUBCENTER:PARAMETER_TABLE 0:name:comment 1:name:comment ... 255:name:comment -1:CENTER:SUBCENTER:PARAMETER_TABLE 0:name:comment 1:name:comment ... 255:name:comment (etc.) ----------------------------------------------------------------------- "CENTER" is number between 0 and 255 with -1 being a wildcard. "SUBCENTER" is number between 0 and 255 with -1 being a wildcard. "PARAMETER_TABLE" is number between 0 and 255 with -1 being a wildcard. "name" is a string with the variable name "TMP". "comment" is a string such describing the variable such as "temperature [K]" Any missing parameter lines will be given a generic name and comment. Each GRIB record contains the center (PDS octet 5), subcenter (PDS octet 26) and parameter_table (PDS octet 4). The names and comments from the first section to match the center-subcenter-parameter_name in the PDS are used. Currently the subcenter are not used in matching the built-in tables. This will probably change when sub-centers start using their own parameter tables. Policy The wgrib code is easily modified to add new built-in parameter tables. New tables will be added under the following conditions: a reasonable number of users, I don't have to type it in and the table is reasonably stable. (Rules subject to change.) --- NEW FILE wgrib.c.v1.8.0.12g --- #include #include #include #include #include #include /* * version 1.2.1 of grib headers w. ebisuzaki * 1.2.2 added access to spectral reference value l. kornblueh */ #ifndef INT2 #define INT2(a,b) ((1-(int) ((unsigned) (a & 0x80) >> 6)) * (int) (((a & 0x7f) << 8) + b)) #endif #define BDS_LEN(bds) ((int) ((bds[0]<<16)+(bds[1]<<8)+bds[2])) #define BDS_Flag(bds) (bds[3]) #define BDS_Grid(bds) ((bds[3] & 128) == 0) #define BDS_Harmonic(bds) (bds[3] & 128) #define BDS_Packing(bds) ((bds[3] & 64) != 0) #define BDS_SimplePacking(bds) ((bds[3] & 64) == 0) #define BDS_ComplexPacking(bds) ((bds[3] & 64) != 0) #define BDS_OriginalType(bds) ((bds[3] & 32) != 0) #define BDS_OriginalFloat(bds) ((bds[3] & 32) == 0) #define BDS_OriginalInt(bds) ((bds[3] & 32) != 0) #define BDS_MoreFlags(bds) ((bds[3] & 16) != 0) #define BDS_UnusedBits(bds) ((int) (bds[3] & 15)) #define BDS_BinScale(bds) INT2(bds[4],bds[5]) #define BDS_RefValue(bds) (ibm2flt(bds+6)) #define BDS_NumBits(bds) ((int) bds[10]) #define BDS_Harmonic_RefValue(bds) (ibm2flt(bds+11)) #define BDS_DataStart(bds) ((int) (11 + BDS_MoreFlags(bds)*3)) /* breaks if BDS_NumBits(bds) == 0 */ #define BDS_NValues(bds) (((BDS_LEN(bds) - BDS_DataStart(bds))*8 - \ BDS_UnusedBits(bds)) / BDS_NumBits(bds)) /* #define BDS_NValues(bds) ((BDS_NumBits(bds) == 0) ? 0 : \ (((BDS_LEN(bds) - BDS_DataStart(bds))*8 - \ BDS_UnusedBits(bds)) / BDS_NumBits(bds))) */ /* undefined value -- if bitmap */ #define UNDEFINED 9.999e20 /* version 1.2 of grib headers w. ebisuzaki */ #define BMS_LEN(bms) ((bms) == NULL ? 0 : (bms[0]<<16)+(bms[1]<<8)+bms[2]) #define BMS_UnusedBits(bms) ((bms) == NULL ? 0 : bms[3]) #define BMS_StdMap(bms) ((bms) == NULL ? 0 : ((bms[4]<<8) + bms[5])) #define BMS_bitmap(bms) ((bms) == NULL ? NULL : (bms)+6) #define BMS_nxny(bms) ((((bms) == NULL) || BMS_StdMap(bms)) \ ? 0 : (BMS_LEN(bms)*8 - 48 - BMS_UnusedBits(bms))) /* cnames_file.c */ /* search order for parameter names * * #define P_TABLE_FIRST * look at external parameter table first * * otherwise use builtin NCEP-2 or ECMWF-160 first */ /* #define P_TABLE_FIRST */ /* search order for external parameter table * 1) environment variable GRIBTAB * 2) environment variable gribtab * 3) the file 'gribtab' in current directory */ /* cnames.c */ /* then default values */ char *k5toa(unsigned char *pds); char *k5_comments(unsigned char *pds); int setup_user_table(int center, int subcenter, int ptable); struct ParmTable { char *name, *comment; }; /* version 1.4.3 of grib headers w. ebisuzaki */ /* this version is incomplete */ /* 5/00 - dx/dy or di/dj controlled by bit 1 of resolution byte */ /* 8/00 - dx/dy or di/dj for polar and lambert not controlled by res. byte */ /* Added headers for the triangular grid of the gme model of DWD Helmut P. Frank, 13.09.2001 */ /* Clean up of triangular grid properties access and added spectral information Luis Kornblueh, 27.03.2002 */ #ifndef INT3 #define INT3(a,b,c) ((1-(int) ((unsigned) (a & 0x80) >> 6)) * (int) (((a & 127) << 16)+(b<<8)+c)) #endif #ifndef INT2 #define INT2(a,b) ((1-(int) ((unsigned) (a & 0x80) >> 6)) * (int) (((a & 127) << 8) + b)) #endif #ifndef UINT4 #define UINT4(a,b,c,d) ((int) ((a << 24) + (b << 16) + (c << 8) + (d))) #endif #ifndef UINT3 #define UINT3(a,b,c) ((int) ((a << 16) + (b << 8) + (c))) #endif #ifndef UINT2 #define UINT2(a,b) ((int) ((a << 8) + (b))) #endif #define GDS_Len1(gds) (gds[0]) #define GDS_Len2(gds) (gds[1]) #define GDS_Len3(gds) (gds[2]) #define GDS_LEN(gds) ((int) ((gds[0]<<16)+(gds[1]<<8)+gds[2])) #define GDS_NV(gds) (gds[3]) #define GDS_DataType(gds) (gds[5]) #define GDS_LatLon(gds) (gds[5] == 0) #define GDS_Mercator(gds) (gds[5] == 1) #define GDS_Gnomonic(gds) (gds[5] == 2) #define GDS_Lambert(gds) (gds[5] == 3) #define GDS_Gaussian(gds) (gds[5] == 4) #define GDS_Polar(gds) (gds[5] == 5) #define GDS_RotLL(gds) (gds[5] == 10) #define GDS_Harmonic(gds) (gds[5] == 50) #define GDS_Triangular(gds) (gds[5] == 192) #define GDS_ssEgrid(gds) (gds[5] == 201) /* semi-staggered E grid */ #define GDS_fEgrid(gds) (gds[5] == 202) /* filled E grid */ #define GDS_ss2dEgrid(gds) (gds[5] == 203) /* semi-staggered E grid 2 d*/ #define GDS_has_dy(mode) ((mode) & 128) #define GDS_LatLon_nx(gds) ((int) ((gds[6] << 8) + gds[7])) #define GDS_LatLon_ny(gds) ((int) ((gds[8] << 8) + gds[9])) #define GDS_LatLon_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_LatLon_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_LatLon_mode(gds) (gds[16]) #define GDS_LatLon_La2(gds) INT3(gds[17],gds[18],gds[19]) #define GDS_LatLon_Lo2(gds) INT3(gds[20],gds[21],gds[22]) #define GDS_LatLon_dx(gds) (gds[16] & 128 ? INT2(gds[23],gds[24]) : 0) #define GDS_LatLon_dy(gds) (gds[16] & 128 ? INT2(gds[25],gds[26]) : 0) #define GDS_Gaussian_nlat(gds) ((gds[25]<<8)+gds[26]) #define GDS_LatLon_scan(gds) (gds[27]) #define GDS_Polar_nx(gds) ((gds[6] << 8) + gds[7]) #define GDS_Polar_ny(gds) ((gds[8] << 8) + gds[9]) #define GDS_Polar_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_Polar_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_Polar_mode(gds) (gds[16]) #define GDS_Polar_Lov(gds) INT3(gds[17],gds[18],gds[19]) #define GDS_Polar_scan(gds) (gds[27]) #define GDS_Polar_Dx(gds) INT3(gds[20], gds[21], gds[22]) #define GDS_Polar_Dy(gds) INT3(gds[23], gds[24], gds[25]) #define GDS_Polar_pole(gds) ((gds[26] & 128) == 128) #define GDS_Lambert_nx(gds) ((gds[6] << 8) + gds[7]) #define GDS_Lambert_ny(gds) ((gds[8] << 8) + gds[9]) #define GDS_Lambert_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_Lambert_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_Lambert_mode(gds) (gds[16]) #define GDS_Lambert_Lov(gds) INT3(gds[17],gds[18],gds[19]) #define GDS_Lambert_dx(gds) INT3(gds[20],gds[21],gds[22]) #define GDS_Lambert_dy(gds) INT3(gds[23],gds[24],gds[25]) #define GDS_Lambert_NP(gds) ((gds[26] & 128) == 0) #define GDS_Lambert_scan(gds) (gds[27]) #define GDS_Lambert_Latin1(gds) INT3(gds[28],gds[29],gds[30]) #define GDS_Lambert_Latin2(gds) INT3(gds[31],gds[32],gds[33]) #define GDS_Lambert_LatSP(gds) INT3(gds[34],gds[35],gds[36]) #define GDS_Lambert_LonSP(gds) INT3(gds[37],gds[37],gds[37]) #define GDS_ssEgrid_n(gds) UINT2(gds[6],gds[7]) #define GDS_ssEgrid_n_dum(gds) UINT2(gds[8],gds[9]) #define GDS_ssEgrid_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_ssEgrid_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_ssEgrid_mode(gds) (gds[16]) #define GDS_ssEgrid_La2(gds) UINT3(gds[17],gds[18],gds[19]) #define GDS_ssEgrid_Lo2(gds) UINT3(gds[20],gds[21],gds[22]) #define GDS_ssEgrid_di(gds) (gds[16] & 128 ? INT2(gds[23],gds[24]) : 0) #define GDS_ssEgrid_dj(gds) (gds[16] & 128 ? INT2(gds[25],gds[26]) : 0) #define GDS_ssEgrid_scan(gds) (gds[27]) #define GDS_fEgrid_n(gds) UINT2(gds[6],gds[7]) #define GDS_fEgrid_n_dum(gds) UINT2(gds[8],gds[9]) #define GDS_fEgrid_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_fEgrid_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_fEgrid_mode(gds) (gds[16]) [...9109 lines suppressed...] /* 58 */ {"var58", "undefined"}, /* 59 */ {"prcr", "PRECIPITATION RATE [kg/m2/day]"}, /* 60 */ {"thpb", "THUNDER PROBABILITY [%]"}, /* 61 */ {"prec", "TOTAL PRECIPITATION [Kg/m2/day]"}, /* 62 */ {"prge", "LARGE SCALE PRECIPITATION [Kg/m2/day]"}, /* 63 */ {"prcv", "CONVECTIVE PRECIPITATION [Kg/m2/day]"}, /* 64 */ {"neve", "SNOWFALL [Kg/m2/day]"}, /* 65 */ {"wenv", "WAT EQUIV ACC SNOW DEPTH [kg/m2]"}, /* 66 */ {"nvde", "SNOW DEPTH [cm]"}, /* 67 */ {"mxld", "MIXED LAYER DEPTH [m cm]"}, /* 68 */ {"tthd", "TRANS THERMOCLINE DEPTH [m cm]"}, /* 69 */ {"mthd", "MAIN THERMOCLINE DEPTH [m cm]"}, /* 70 */ {"mtha", "MAIN THERMOCLINE ANOM [m cm]"}, /* 71 */ {"cbnv", "CLOUD COVER [0-1]"}, /* 72 */ {"cvnv", "CONVECTIVE CLOUD COVER [0-1]"}, /* 73 */ {"lwnv", "LOW CLOUD COVER [0-1]"}, /* 74 */ {"mdnv", "MEDIUM CLOUD COVER [0-1]"}, /* 75 */ {"hinv", "HIGH CLOUD COVER [0-1]"}, /* 76 */ {"wtnv", "CLOUD WATER [kg/m2]"}, /* 77 */ {"bli", "BEST LIFTED INDEX (TO 500 HPA) [K]"}, /* 78 */ {"var78", "undefined"}, /* 79 */ {"var79", "undefined"}, /* 80 */ {"var80", "undefined"}, /* 81 */ {"lsmk", "LAND SEA MASK [0,1]"}, /* 82 */ {"dslm", "DEV SEA_LEV FROM MEAN [m]"}, /* 83 */ {"zorl", "ROUGHNESS LENGTH [m]"}, /* 84 */ {"albe", "ALBEDO [%]"}, /* 85 */ {"dstp", "DEEP SOIL TEMPERATURE [K]"}, /* 86 */ {"soic", "SOIL MOISTURE CONTENT [Kg/m2]"}, /* 87 */ {"vege", "VEGETATION [%]"}, /* 88 */ {"var88", "undefined"}, /* 89 */ {"dens", "DENSITY [kg/m3]"}, /* 90 */ {"var90", "Undefined"}, /* 91 */ {"icec", "ICE CONCENTRATION [fraction]"}, /* 92 */ {"icet", "ICE THICKNESS [m]"}, /* 93 */ {"iced", "DIRECTION OF ICE DRIFT [deg]"}, /* 94 */ {"ices", "SPEED OF ICE DRIFT [m/s]"}, /* 95 */ {"iceu", "U-COMP OF ICE DRIFT [m/s]"}, /* 96 */ {"icev", "V-COMP OF ICE DRIFT [m/s]"}, /* 97 */ {"iceg", "ICE GROWTH [m]"}, /* 98 */ {"icdv", "ICE DIVERGENCE [sec/sec]"}, /* 99 */ {"var99", "undefined"}, /* 100 */ {"shcw", "SIG HGT COM WAVE/SWELL [m]"}, /* 101 */ {"wwdi", "DIRECTION OF WIND WAVE [deg]"}, /* 102 */ {"wwsh", "SIG HGHT OF WIND WAVES [m]"}, /* 103 */ {"wwmp", "MEAN PERIOD WIND WAVES [sec]"}, /* 104 */ {"swdi", "DIRECTION OF SWELL WAVE [deg]"}, /* 105 */ {"swsh", "SIG HEIGHT SWELL WAVES [m]"}, /* 106 */ {"swmp", "MEAN PERIOD SWELL WAVES [sec]"}, /* 107 */ {"prwd", "PRIMARY WAVE DIRECTION [deg]"}, /* 108 */ {"prmp", "PRIM WAVE MEAN PERIOD [s]"}, /* 109 */ {"swdi", "SECOND WAVE DIRECTION [deg]"}, /* 110 */ {"swmp", "SECOND WAVE MEAN PERIOD [s]"}, /* 111 */ {"ocas", "SHORT WAVE ABSORBED AT GROUND [W/m2]"}, /* 112 */ {"slds", "NET LONG WAVE AT BOTTOM [W/m2]"}, /* 113 */ {"nswr", "NET SHORT-WAV RAD(TOP) [W/m2]"}, /* 114 */ {"role", "OUTGOING LONG WAVE AT TOP [W/m2]"}, /* 115 */ {"lwrd", "LONG-WAV RAD [W/m2]"}, /* 116 */ {"swea", "SHORT WAVE ABSORBED BY EARTH/ATMOSPHERE [W/m2]"}, /* 117 */ {"glbr", "GLOBAL RADIATION [W/m2 ]"}, /* 118 */ {"var118", "undefined"}, /* 119 */ {"var119", "undefined"}, /* 120 */ {"var120", "undefined"}, /* 121 */ {"clsf", "LATENT HEAT FLUX FROM SURFACE [W/m2]"}, /* 122 */ {"cssf", "SENSIBLE HEAT FLUX FROM SURFACE [W/m2]"}, /* 123 */ {"blds", "BOUND LAYER DISSIPATION [W/m2]"}, /* 124 */ {"var124", "undefined"}, /* 125 */ {"var125", "undefined"}, /* 126 */ {"var126", "undefined"}, /* 127 */ {"imag", "IMAGE [image^data]"}, /* 128 */ {"tp2m", "2 METRE TEMPERATURE [K]"}, /* 129 */ {"dp2m", "2 METRE DEWPOINT TEMPERATURE [K]"}, /* 130 */ {"u10m", "10 METRE U-WIND COMPONENT [m/s]"}, /* 131 */ {"v10m", "10 METRE V-WIND COMPONENT [m/s]"}, /* 132 */ {"topo", "TOPOGRAPHY [m]"}, /* 133 */ {"gsfp", "GEOMETRIC MEAN SURFACE PRESSURE [hPa]"}, /* 134 */ {"lnsp", "LN SURFACE PRESSURE [hPa]"}, /* 135 */ {"pslc", "SURFACE PRESSURE [hPa]"}, /* 136 */ {"pslm", "M S L PRESSURE (MESINGER METHOD) [hPa]"}, /* 137 */ {"mask", "MASK [-/+]"}, /* 138 */ {"mxwu", "MAXIMUM U-WIND [m/s]"}, /* 139 */ {"mxwv", "MAXIMUM V-WIND [m/s]"}, /* 140 */ {"cape", "CONVECTIVE AVAIL. POT.ENERGY [m2/s2]"}, /* 141 */ {"cine", "CONVECTIVE INHIB. ENERGY [m2/s2]"}, /* 142 */ {"lhcv", "CONVECTIVE LATENT HEATING [K/s]"}, /* 143 */ {"mscv", "CONVECTIVE MOISTURE SOURCE [1/s]"}, /* 144 */ {"scvm", "SHALLOW CONV. MOISTURE SOURCE [1/s]"}, /* 145 */ {"scvh", "SHALLOW CONVECTIVE HEATING [K/s]"}, /* 146 */ {"mxwp", "MAXIMUM WIND PRESS. LVL [hPa]"}, /* 147 */ {"ustr", "STORM MOTION U-COMPONENT [m/s]"}, /* 148 */ {"vstr", "STORM MOTION V-COMPONENT [m/s]"}, /* 149 */ {"cbnt", "MEAN CLOUD COVER [0-1]"}, /* 150 */ {"pcbs", "PRESSURE AT CLOUD BASE [hPa]"}, /* 151 */ {"pctp", "PRESSURE AT CLOUD TOP [hPa]"}, /* 152 */ {"fzht", "FREEZING LEVEL HEIGHT [m]"}, /* 153 */ {"fzrh", "FREEZING LEVEL RELATIVE HUMIDITY [%]"}, /* 154 */ {"fdlt", "FLIGHT LEVELS TEMPERATURE [K]"}, /* 155 */ {"fdlu", "FLIGHT LEVELS U-WIND [m/s]"}, /* 156 */ {"fdlv", "FLIGHT LEVELS V-WIND [m/s]"}, /* 157 */ {"tppp", "TROPOPAUSE PRESSURE [hPa]"}, /* 158 */ {"tppt", "TROPOPAUSE TEMPERATURE [K]"}, /* 159 */ {"tppu", "TROPOPAUSE U-WIND COMPONENT [m/s]"}, /* 160 */ {"tppv", "TROPOPAUSE v-WIND COMPONENT [m/s]"}, /* 161 */ {"var161", "undefined"}, /* 162 */ {"gvdu", "GRAVITY WAVE DRAG DU/DT [m/s2]"}, /* 163 */ {"gvdv", "GRAVITY WAVE DRAG DV/DT [m/s2]"}, /* 164 */ {"gvus", "GRAVITY WAVE DRAG SFC ZONAL STRESS [Pa]"}, /* 165 */ {"gvvs", "GRAVITY WAVE DRAG SFC MERIDIONAL STRESS [Pa]"}, /* 166 */ {"var166", "undefined"}, /* 167 */ {"dvsh", "DIVERGENCE OF SPECIFIC HUMIDITY [1/s]"}, /* 168 */ {"hmfc", "HORIZ. MOISTURE FLUX CONV. [1/s]"}, /* 169 */ {"vmfl", "VERT. INTEGRATED MOISTURE FLUX CONV. [kg/(m2*s)]"}, /* 170 */ {"vadv", "VERTICAL MOISTURE ADVECTION [kg/(kg*s)]"}, /* 171 */ {"nhcm", "NEG. HUM. CORR. MOISTURE SOURCE [kg/(kg*s)]"}, /* 172 */ {"lglh", "LARGE SCALE LATENT HEATING [K/s]"}, /* 173 */ {"lgms", "LARGE SCALE MOISTURE SOURCE [1/s]"}, /* 174 */ {"smav", "SOIL MOISTURE AVAILABILITY [0-1]"}, /* 175 */ {"tgrz", "SOIL TEMPERATURE OF ROOT ZONE [K]"}, /* 176 */ {"bslh", "BARE SOIL LATENT HEAT [Ws/m2]"}, /* 177 */ {"evpp", "POTENTIAL SFC EVAPORATION [m]"}, /* 178 */ {"rnof", "RUNOFF [kg/m2/s)]"}, /* 179 */ {"pitp", "INTERCEPTION LOSS [W/m2]"}, /* 180 */ {"vpca", "VAPOR PRESSURE OF CANOPY AIR SPACE [mb]"}, /* 181 */ {"qsfc", "SURFACE SPEC HUMIDITY [kg/kg]"}, /* 182 */ {"ussl", "SOIL WETNESS OF SURFACE [0-1]"}, /* 183 */ {"uzrs", "SOIL WETNESS OF ROOT ZONE [0-1]"}, /* 184 */ {"uzds", "SOIL WETNESS OF DRAINAGE ZONE [0-1]"}, /* 185 */ {"amdl", "STORAGE ON CANOPY [m]"}, /* 186 */ {"amsl", "STORAGE ON GROUND [m]"}, /* 187 */ {"tsfc", "SURFACE TEMPERATURE [K]"}, /* 188 */ {"tems", "SURFACE ABSOLUTE TEMPERATURE [K]"}, /* 189 */ {"tcas", "TEMPERATURE OF CANOPY AIR SPACE [K]"}, /* 190 */ {"ctmp", "TEMPERATURE AT CANOPY [K]"}, /* 191 */ {"tgsc", "GROUND/SURFACE COVER TEMPERATURE [K]"}, /* 192 */ {"uves", "SURFACE ZONAL WIND (U) [m/s]"}, /* 193 */ {"usst", "SURFACE ZONAL WIND STRESS [Pa]"}, /* 194 */ {"vves", "SURFACE MERIDIONAL WIND (V) [m/s]"}, /* 195 */ {"vsst", "SURFACE MERIDIONAL WIND STRESS [Pa]"}, /* 196 */ {"suvf", "SURFACE MOMENTUM FLUX [W/m2]"}, /* 197 */ {"iswf", "INCIDENT SHORT WAVE FLUX [W/m2]"}, /* 198 */ {"ghfl", "TIME AVE GROUND HT FLX [W/m2]"}, /* 199 */ {"var199", "undefined"}, /* 200 */ {"lwbc", "NET LONG WAVE AT BOTTOM (CLEAR) [W/m2]"}, /* 201 */ {"lwtc", "OUTGOING LONG WAVE AT TOP (CLEAR) [W/m2]"}, /* 202 */ {"swec", "SHORT WV ABSRBD BY EARTH/ATMOS (CLEAR) [W/m2]"}, /* 203 */ {"ocac", "SHORT WAVE ABSORBED AT GROUND (CLEAR) [W/m2]"}, /* 204 */ {"var204", "undefined"}, /* 205 */ {"lwrh", "LONG WAVE RADIATIVE HEATING [K/s]"}, /* 206 */ {"swrh", "SHORT WAVE RADIATIVE HEATING [K/s]"}, /* 207 */ {"olis", "DOWNWARD LONG WAVE AT BOTTOM [W/m2]"}, /* 208 */ {"olic", "DOWNWARD LONG WAVE AT BOTTOM (CLEAR) [W/m2]"}, /* 209 */ {"ocis", "DOWNWARD SHORT WAVE AT GROUND [W/m2]"}, /* 210 */ {"ocic", "DOWNWARD SHORT WAVE AT GROUND (CLEAR) [W/m2]"}, /* 211 */ {"oles", "UPWARD LONG WAVE AT BOTTOM [W/m2]"}, /* 212 */ {"oces", "UPWARD SHORT WAVE AT GROUND [W/m2]"}, /* 213 */ {"swgc", "UPWARD SHORT WAVE AT GROUND (CLEAR) [W/m2]"}, /* 214 */ {"roce", "UPWARD SHORT WAVE AT TOP [W/m2]"}, /* 215 */ {"swtc", "UPWARD SHORT WAVE AT TOP (CLEAR) [W/m2]"}, /* 216 */ {"var216", "undefined"}, /* 217 */ {"var217", "undefined"}, /* 218 */ {"hhdf", "HORIZONTAL HEATING DIFFUSION [K/s]"}, /* 219 */ {"hmdf", "HORIZONTAL MOISTURE DIFFUSION [1/s]"}, /* 220 */ {"hddf", "HORIZONTAL DIVERGENCE DIFFUSION [1/s2]"}, /* 221 */ {"hvdf", "HORIZONTAL VORTICITY DIFFUSION [1/s2]"}, /* 222 */ {"vdms", "VERTICAL DIFF. MOISTURE SOURCE [1/s]"}, /* 223 */ {"vdfu", "VERTICAL DIFFUSION DU/DT [m/s2]"}, /* 224 */ {"vdfv", "VERTICAL DIFFUSION DV/DT [m/s2]"}, /* 225 */ {"vdfh", "VERTICAL DIFFUSION HEATING [K/s]"}, /* 226 */ {"umrs", "SURFACE RELATIVE HUMIDITY [no Dim]"}, /* 227 */ {"vdcc", "VERTICAL DIST TOTAL CLOUD COVER [no Dim]"}, /* 228 */ {"var228", "undefined"}, /* 229 */ {"var229", "undefined"}, /* 230 */ {"usmt", "TIME MEAN SURFACE ZONAL WIND (U) [m/s]"}, /* 231 */ {"vsmt", "TIME MEAN SURFACE MERIDIONAL WIND (V) [m/s]"}, /* 232 */ {"tsmt", "TIME MEAN SURFACE ABSOLUTE TEMPERATURE [K]"}, /* 233 */ {"rsmt", "TIME MEAN SURFACE RELATIVE HUMIDITY [no Dim]"}, /* 234 */ {"atmt", "TIME MEAN ABSOLUTE TEMPERATURE [K]"}, /* 235 */ {"stmt", "TIME MEAN DEEP SOIL TEMPERATURE [K]"}, /* 236 */ {"ommt", "TIME MEAN DERIVED OMEGA [Pa/s]"}, /* 237 */ {"dvmt", "TIME MEAN DIVERGENCE [1/s]"}, /* 238 */ {"zhmt", "TIME MEAN GEOPOTENTIAL HEIGHT [m]"}, /* 239 */ {"lnmt", "TIME MEAN LOG SURFACE PRESSURE [ln(cbar)]"}, /* 240 */ {"mkmt", "TIME MEAN MASK [-/+]"}, /* 241 */ {"vvmt", "TIME MEAN MERIDIONAL WIND (V) [m/s]"}, /* 242 */ {"omtm", "TIME MEAN OMEGA [cbar/s]"}, /* 243 */ {"ptmt", "TIME MEAN POTENTIAL TEMPERATURE [K]"}, /* 244 */ {"pcmt", "TIME MEAN PRECIP. WATER [kg/m2]"}, /* 245 */ {"rhmt", "TIME MEAN RELATIVE HUMIDITY [%]"}, /* 246 */ {"mpmt", "TIME MEAN SEA LEVEL PRESSURE [hPa]"}, /* 247 */ {"simt", "TIME MEAN SIGMADOT [1/s]"}, /* 248 */ {"uemt", "TIME MEAN SPECIFIC HUMIDITY [kg/kg]"}, /* 249 */ {"fcmt", "TIME MEAN STREAM FUNCTION| m2/s]"}, /* 250 */ {"psmt", "TIME MEAN SURFACE PRESSURE [hPa]"}, /* 251 */ {"tmmt", "TIME MEAN SURFACE TEMPERATURE [K]"}, /* 252 */ {"pvmt", "TIME MEAN VELOCITY POTENTIAL [m2/s]"}, /* 253 */ {"tvmt", "TIME MEAN VIRTUAL TEMPERATURE [K]"}, /* 254 */ {"vtmt", "TIME MEAN VORTICITY [1/s]"}, /* 255 */ {"uvmt", "TIME MEAN ZONAL WIND (U) [m/s]"}, }; --- NEW FILE wgrib.spec --- Name: wgrib Version: 1.8.0.12g Release: 1%{?dist} Summary: Manipulate, inventory and decode GRIB files Group: Applications/Engineering License: Public Domain URL: http://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html Source0: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/wgrib.c.v%{version} Source1: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/Changes Source2: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/NOTICE Source3: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/double_prec.txt Source4: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/formats.txt Source5: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/formats_update.txt Source6: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/grib2ieee.txt Source7: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/misc.txt Source8: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/porting.txt Source9: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/usertables.txt Source10: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/tricks.wgrib Source11: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/land.grb Source12: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/testbin.c Source13: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/testbin.f Source14: testbin.out Patch1: testbin.c.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description WGRIB is a program to manipulate, inventory and decode GRIB files. %prep %setup -q -c -T cp %SOURCE0 wgrib.c cp %SOURCE1 . cp %SOURCE2 . cp %SOURCE3 . cp %SOURCE4 . cp %SOURCE5 . cp %SOURCE6 . cp %SOURCE7 . cp %SOURCE8 . cp %SOURCE9 . cp %SOURCE10 . cp %SOURCE11 . cp %SOURCE12 . cp %SOURCE13 . %patch1 -p0 %build gcc $RPM_OPT_FLAGS -o wgrib wgrib.c %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{_bindir} install -m 755 wgrib $RPM_BUILD_ROOT%{_bindir}/ %check ./wgrib land.grb -d 1 gcc $RPM_OPT_FLAGS -o testbin testbin.c ./testbin > testbin.out && diff %SOURCE14 testbin.out %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes *.txt tricks.wgrib testbin.[cf] land.grb %{_bindir}/wgrib %changelog * Fri Nov 17 2006 - Orion Poplawski - 1.8.0.12g-1 - Update to 1.8.0.12g - Ship testbin.c, testbin.f, and lang.grb for local testing * Thu Nov 16 2006 - Orion Poplawski - 1.8.0.12b-2 - Add check * Wed Nov 15 2006 - Orion Poplawski - 1.8.0.12b-1 - Initial version From fedora-extras-commits at redhat.com Mon Dec 4 20:41:38 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:41:38 -0500 Subject: rpms/wgrib import.log,1.1,1.2 Message-ID: <200612042041.kB4Kfcaa026669@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26619 Modified Files: import.log Log Message: auto-import wgrib-1.8.0.12g-1.fc6 on branch devel from wgrib-1.8.0.12g-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/wgrib/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 20:39:45 -0000 1.1 +++ import.log 4 Dec 2006 20:41:08 -0000 1.2 @@ -0,0 +1 @@ +wgrib-1_8_0_12g-1_fc6:HEAD:wgrib-1.8.0.12g-1.fc6.src.rpm:1165265073 From fedora-extras-commits at redhat.com Mon Dec 4 21:01:44 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 4 Dec 2006 16:01:44 -0500 Subject: rpms/grads/FC-6 grads.spec,1.17,1.18 Message-ID: <200612042101.kB4L1ip0029867@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26801 Modified Files: grads.spec Log Message: don't ship wgrib, but don't depend on it before it is in the repo. Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-6/grads.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- grads.spec 4 Oct 2006 22:36:59 -0000 1.17 +++ grads.spec 4 Dec 2006 21:01:14 -0000 1.18 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 17%{?dist} +Release: 18%{?dist}.1 Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -39,6 +39,9 @@ BuildRequires: libXmu-devel libX11-devel BuildRequires: automake +# in a separate package now +#Requires: wgrib + %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science @@ -46,6 +49,7 @@ (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet. + %prep %setup -q %patch -p1 @@ -53,8 +57,8 @@ %patch -P 2 -p1 # change path to datas to %{_datadir}/%{name} sed -i -e 's@/usr/local/lib/grads@%{_datadir}/%{name}@' src/gx.h -# copy grib notice -cp %{SOURCE2} . +# no need to copy grib notice anymore, since it is in a separate package +#cp %{SOURCE2} . cp %{SOURCE6} . # copy hdf include wrapper file cp %{SOURCE7} src @@ -77,6 +81,7 @@ make %{?_smp_mflags} cp -r doc html + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -90,6 +95,7 @@ %files %defattr(-,root,root,-) +%doc COPYRIGHT html README.xorg grads-copyright_summary %{_bindir}/bufrscan %{_bindir}/gradsc %{_bindir}/gradsdods @@ -101,14 +107,20 @@ %{_bindir}/gxps %{_bindir}/gxtran %{_bindir}/stnmap -%{_bindir}/wgrib +# wgrib is in a separate package +%exclude %{_bindir}/wgrib %{_datadir}/grads/ -%doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary %changelog +* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 +- don't ship wgrib + +* Tue Oct 31 2006 Patrice Dumas 1.9b4-18 +- rebuild for new libcurl soname (indirect dependency through libnc-dap) + * Thu Oct 05 2006 Christian Iseli 1.9b4-17 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Wed Sep 20 2006 Patrice Dumas 1.9b4-16 - rebuild against libdap 3.7.2 From fedora-extras-commits at redhat.com Mon Dec 4 21:07:17 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 4 Dec 2006 16:07:17 -0500 Subject: rpms/grads/FC-5 libnc-dap_header.m4, NONE, 1.1 grads.spec, 1.11, 1.12 libnc-dap.m4, 1.1, 1.2 Message-ID: <200612042107.kB4L7HnC029964@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29930 Modified Files: grads.spec libnc-dap.m4 Added Files: libnc-dap_header.m4 Log Message: rebuild without wgrib but don't depend on it yet, since it is not in te repo. --- NEW FILE libnc-dap_header.m4 --- # Check for the netcdf header. # AC_CHECK_NETCDF_DAP_HEADER([INCLUDE-DIR],[ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND],[INTERFACE-NR]) # if interface number is given, check for a specific interface # sets NC_CPPFLAGS and maybe NC_NETCDF_3_CPPFLAG AC_DEFUN([AC_CHECK_NETCDF_DAP_HEADER], [ NC_CPPFLAGS= ac_netcdf_h='no' ac_netcdf_h_compile='no' ac_netcdf_h_preproc='no' ac_nc_include_dir= ac_nc_header_interface= ac_nc_save_CPPFLAGS=$CPPFLAGS m4_if([$1],[],[:],[ ac_nc_include_dir="$1" AS_IF([test "z$ac_nc_include_dir" != "z"], [CPPFLAGS="$CPPFLAGS -I$ac_nc_include_dir"]) ]) m4_if([$4],[],[:],[ac_nc_header_interface=$4]) dnl dont use AC_CHECK_HEADERS to avoid autoconf internal caching AC_MSG_CHECKING([for netcdf.h with compiler]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include ]])], [ AC_MSG_RESULT([yes]) ac_netcdf_h_compile='yes' ], [ AC_MSG_RESULT([no]) ac_netcdf_h_compile='no' ]) AC_MSG_CHECKING([for netcdf.h with preprocessor]) AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include ]])], [ AC_MSG_RESULT([yes]) ac_netcdf_h_preproc='yes' ], [ AC_MSG_RESULT([no]) ac_netcdf_h_preproc='no' ]) CPPFLAGS="$ac_nc_save_CPPFLAGS" AS_IF([test $ac_netcdf_h_compile = 'yes'], [ac_netcdf_h='yes' AS_IF([test "z$ac_nc_header_interface" = 'z3'], [AC_CHECK_NETCDF_3_DAP_HEADER([$1], [ac_netcdf_h='yes'],[ac_netcdf_h='no'])]) ]) AS_IF([test "$ac_netcdf_h" = 'yes'], [ AS_IF([test "z$ac_nc_include_dir" != "z"], [NC_CPPFLAGS="-I$ac_nc_include_dir"]) m4_if([$2], [], [:], [$2]) ], [m4_if([$3], [], [:], [$3])]) AC_SUBST([NC_CPPFLAGS]) ]) AC_DEFUN([AC_CHECK_NETCDF_3_DAP_HEADER], [ NC_NETCDF_3_CPPFLAG= ac_check_netcdf_3_include= ac_check_netcdf_3_header='no' ac_nc_save_CPPFLAGS=$CPPFLAGS AC_MSG_CHECKING([for netcdf 3 interface]) m4_if([$1],[],[:],[ ac_check_netcdf_3_include="$1" ]) AS_IF([test "z$ac_check_netcdf_3_include" != "z"], [CPPFLAGS="$CPPFLAGS -I$ac_check_netcdf_3_include"]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[int status; int ncid; char vernum; status = nc_open("foo.nc", 0, &ncid); vernum = *nc_inq_libvers();]])], [ AS_IF([test "z$ac_check_netcdf_3_include" != "z"], [NC_NETCDF_3_CPPFLAG="-I$ac_check_netcdf_3_include"]) ac_check_netcdf_3_header='yes' ],[ac_check_netcdf_3_header='no']) CPPFLAGS=$ac_nc_save_CPPFLAGS AS_IF([test "$ac_check_netcdf_3_header" = 'yes'], [ AC_MSG_RESULT([yes]) m4_if([$2], [], [:], [$2]) ], [ AC_MSG_RESULT([no]) m4_if([$3], [], [:], [$3]) ]) AC_SUBST([NC_NETCDF_3_CPPFLAG]) ]) Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-5/grads.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- grads.spec 7 Jul 2006 21:22:28 -0000 1.11 +++ grads.spec 4 Dec 2006 21:06:47 -0000 1.12 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 12%{?dist} +Release: 18%{?dist}.1 Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -10,6 +10,7 @@ # opendap/DODS detection Source3: libdap.m4 Source4: libnc-dap.m4 +Source8: libnc-dap_header.m4 # the copyright notice for wgrib Source2: NOTICE.wgrib # Copyrights explanation @@ -32,12 +33,15 @@ BuildRequires: hdf-devel BuildRequires: udunits-devel netcdf-devel BuildRequires: readline-devel -BuildRequires: libdap-devel libnc-dap-devel +BuildRequires: libnc-dap-devel BuildRequires: zlib-devel libjpeg-devel gd-devel BuildRequires: ncurses-devel libpng-devel BuildRequires: libXmu-devel libX11-devel BuildRequires: automake +# in a separate package now +#Requires: wgrib + %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science @@ -45,6 +49,7 @@ (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet. + %prep %setup -q %patch -p1 @@ -52,13 +57,13 @@ %patch -P 2 -p1 # change path to datas to %{_datadir}/%{name} sed -i -e 's@/usr/local/lib/grads@%{_datadir}/%{name}@' src/gx.h -# copy grib notice -cp %{SOURCE2} . +# no need to copy grib notice anymore, since it is in a separate package +#cp %{SOURCE2} . cp %{SOURCE6} . # copy hdf include wrapper file cp %{SOURCE7} src # concatenate autoconf m4 files -cat %{SOURCE3} %{SOURCE4} acinclude.m4 > acinclude.m4.new +cat %{SOURCE3} %{SOURCE4} %{SOURCE8} acinclude.m4 > acinclude.m4.new cp acinclude.m4.new acinclude.m4 # README for use with xorg cp %{SOURCE5} README.xorg @@ -76,6 +81,7 @@ make %{?_smp_mflags} cp -r doc html + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -89,6 +95,7 @@ %files %defattr(-,root,root,-) +%doc COPYRIGHT html README.xorg grads-copyright_summary %{_bindir}/bufrscan %{_bindir}/gradsc %{_bindir}/gradsdods @@ -100,43 +107,61 @@ %{_bindir}/gxps %{_bindir}/gxtran %{_bindir}/stnmap -%{_bindir}/wgrib +# wgrib is in a separate package +%exclude %{_bindir}/wgrib %{_datadir}/grads/ -%doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary %changelog -* Fri Jul 7 2006 Patrice Dumas 1.9b4-12 +* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 +- don't ship wgrib + +* Tue Oct 31 2006 Patrice Dumas 1.9b4-18 +- rebuild for new libcurl soname (indirect dependency through libnc-dap) + +* Thu Oct 05 2006 Christian Iseli 1.9b4-17 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Wed Sep 20 2006 Patrice Dumas 1.9b4-16 +- rebuild against libdap 3.7.2 + +* Mon Sep 11 2006 Patrice Dumas 1.9b4-15 +- rebuild for FC6 + +* Sat Jul 22 2006 Patrice Dumas 1.9b4-14 +- Update for newer libnc-dap + +* Fri Jul 7 2006 Patrice Dumas 1.9b4-12 - Added BR automake, fix #197942 -* Fri Apr 21 2006 Patrice Dumas 1.9b4-11 +* Fri Apr 21 2006 Patrice Dumas 1.9b4-11 - Add needed X related BR -* Fri Apr 21 2006 Patrice Dumas 1.9b4-10 +* Fri Apr 21 2006 Patrice Dumas 1.9b4-10 - remove unneeded X related BR and configure flags since the gui isn't built -* Sat Mar 11 2006 Patrice Dumas 1.9b4-9 +* Sat Mar 11 2006 Patrice Dumas 1.9b4-9 - rebuild for newer libdap -* Fri Feb 17 2006 Patrice Dumas 1.9b4-8 +* Fri Feb 17 2006 Patrice Dumas 1.9b4-8 - enable hdf for ppc, now that it is there - use a wrapper include file to prepend sd_ to netcdf symbols for hdf if it is required -* Thu Jan 19 2006 Patrice Dumas 1.9b4-6 +* Thu Jan 19 2006 Patrice Dumas 1.9b4-6 - add BR on readline-devel close #178285 -* Wed Dec 21 2005 Patrice Dumas 1.9b4-5 +* Wed Dec 21 2005 Patrice Dumas 1.9b4-5 - don't build the hdf interface on ppc, there is no hdf package -* Tue Dec 13 2005 Patrice Dumas 1.9b4-4 +* Tue Dec 13 2005 Patrice Dumas 1.9b4-4 - simplify handling of data, as they are in the tarball -* Tue Dec 13 2005 Patrice Dumas 1.9b4-3 +* Tue Dec 13 2005 Patrice Dumas 1.9b4-3 - remove files with GPL incompatible licences -* Tue Aug 16 2005 Patrice Dumas 1.9b4-2 +* Tue Aug 16 2005 Patrice Dumas 1.9b4-2 - use libsx without freq -* Fri Aug 12 2005 Patrice Dumas 1.9b4-1 +* Fri Aug 12 2005 Patrice Dumas 1.9b4-1 - initial release Index: libnc-dap.m4 =================================================================== RCS file: /cvs/extras/rpms/grads/FC-5/libnc-dap.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libnc-dap.m4 20 Dec 2005 12:16:26 -0000 1.1 +++ libnc-dap.m4 4 Dec 2006 21:06:47 -0000 1.2 @@ -1,19 +1,59 @@ +# -*- mode: autoconf -*- # Configure macro for Libnc-dap -# Patrice Dumas 2005 based on freetype2.m4 from Marcelo Magallon 2001-10-26, -# based on gtk.m4 by Owen Taylor +# +# Code for version detection and comparison comes from freetype2.m4 +# Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor +# +# Copyright 2001, 2003 by +# David Turner, Robert Wilhelm, and Werner Lemberg. +# +# This file is part of the FreeType project, and may only be used, modified, +# and distributed under the terms of the FreeType project license, +# LICENSE.TXT. By continuing to use, modify, or distribute this file you +# indicate that you have read the license and understand and accept it +# fully. +# +# As a special exception to the FreeType project license, this file may be +# distributed as part of a program that contains a configuration script +# generated by Autoconf, under the same distribution terms as the rest of +# that program. +# +# Patrice Dumas 2005 Libnc-dap specific code # AC_CHECK_LIBNC_DAP([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) # Test for Libnc-dap and define NC_DAP_CFLAGS and NC_DAP_LIBS. # Check that the version is above MINIMUM-VERSION - +# Check for the inclusion of a netcdf.h header file with netcdf 3 interface AC_DEFUN([AC_CHECK_LIBNC_DAP], [ + ncdap_header_ok='no' + ncdap_lib_ok='no' + AC_CHECK_LIBNC_DAP_LIB([$1],[ncdap_lib_ok='yes'], + [ncdap_lib_ok='no']) + ncdap_save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $NC_DAP_CFLAGS" + AC_CHECK_NETCDF_DAP_HEADER([],[ncdap_header_ok='yes'], + [ncdap_header_ok='no'],[3]) + CPPFLAGS=$ncdap_save_CPPFLAGS + + if test "$ncdap_lib_ok" = 'yes' -a "$ncdap_header_ok" = 'yes' ; then + m4_if([$2], [], [:], [$2]) + else + m4_if([$3], [], [:], [$3]) + fi +]) + +# AC_CHECK_LIBNC_DAP_LIB([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +# Test for Libnc-dap and define NC_DAP_CFLAGS and NC_DAP_LIBS. +# Check that the version is above MINIMUM-VERSION +AC_DEFUN([AC_CHECK_LIBNC_DAP_LIB], +[ AC_PATH_PROG([NC_DAP_CONFIG], [ncdap-config], [no]) ncdap_min_version=m4_if([$1], [], [3.5.0], [$1]) AC_MSG_CHECKING([for libnc-dap version >= $ncdap_min_version]) - ncdap_no="" + ncdap_ok='no' if test "$NC_DAP_CONFIG" = "no" ; then - ncdap_no=yes + ncdap_ok='no' else ncdap_config_major_version=`$NC_DAP_CONFIG --version | sed 's/^libnc-dap \([[0-9]]\)*\.\([[0-9]]*\)\.\([[0-9]]*\)$/\1/'` ncdap_config_minor_version=`$NC_DAP_CONFIG --version | sed 's/^libnc-dap \([[0-9]]\)*\.\([[0-9]]*\)\.\([[0-9]]*\)$/\2/'` @@ -22,30 +62,30 @@ ncdap_min_minor_version=`echo $ncdap_min_version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` ncdap_min_micro_version=`echo $ncdap_min_version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` - ncdap_config_is_lt="" + ncdap_config_is_lt='no' if test $ncdap_config_major_version -lt $ncdap_min_major_version ; then - ncdap_config_is_lt=yes + ncdap_config_is_lt='yes' else if test $ncdap_config_major_version -eq $ncdap_min_major_version ; then if test $ncdap_config_minor_version -lt $ncdap_min_minor_version ; then - ncdap_config_is_lt=yes + ncdap_config_is_lt='yes' else if test $ncdap_config_minor_version -eq $ncdap_min_minor_version ; then if test $ncdap_config_micro_version -lt $ncdap_min_micro_version ; then - ncdap_config_is_lt=yes + ncdap_config_is_lt='yes' fi fi fi fi fi - if test x$ncdap_config_is_lt = xyes ; then - ncdap_no=yes + if test "x$ncdap_config_is_lt" = "xyes" ; then + ncdap_ok='no' else NC_DAP_LIBS="`$NC_DAP_CONFIG --libs`" NC_DAP_CFLAGS="`$NC_DAP_CONFIG --cflags`" fi fi - if test x$ncdap_no = x ; then + if test "x$ncdap_ok" = 'xyes' ; then AC_MSG_RESULT([yes]) m4_if([$2], [], [:], [$2]) else @@ -54,7 +94,7 @@ AC_MSG_NOTICE([The ncdap-config script could not be found.]) else if test x$ncdap_config_is_lt = xyes ; then - AC_MSG_NOTICE([the installed libnc-dap library is too old.]) + AC_MSG_NOTICE([The installed libnc-dap library is too old.]) fi fi NC_DAP_LIBS="" @@ -75,7 +115,7 @@ AC_DEFUN([AC_FC_CHECK_LIBNC_DAP], [ libnc_fc_dap_ok="no" - AC_CHECK_LIBNC_DAP([$1],[libnc_fc_dap_ok="yes"],[libnc_fc_dap_ok="no"]) + AC_CHECK_LIBNC_DAP_LIB([$1],[libnc_fc_dap_ok="yes"],[libnc_fc_dap_ok="no"]) if test $libnc_fc_dap_ok = "yes"; then NC_DAP_FLIBS="`$NC_DAP_CONFIG --flibs`" NC_DAP_FFLAGS="$NC_DAP_CFLAGS" @@ -89,51 +129,98 @@ AC_SUBST([NC_DAP_FLIBS]) ]) - # AC_CHECK_NC_DODS([ ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) # Test for Libnc-dap or older versions. Define NC_DAP_CFLAGS and NC_DAP_LIBS. -# use AC_CHECK_DODS if the flags cannot be found easily - +# check for the netcdf.h file inclusion AC_DEFUN([AC_CHECK_NC_DODS], [ + ncdods_header_ok='no' + ncdods_lib_ok='no' + AC_CHECK_NC_DODS_LIB([ncdods_lib_ok='yes'], + [ncdods_lib_ok='no']) + ncdods_save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $NC_DAP_CFLAGS" + AC_CHECK_NETCDF_DAP_HEADER([],[ncdods_header_ok='yes'], + [ncdods_header_ok='no']) + CPPFLAGS=$ncdods_save_CPPFLAGS + + if test "$ncdods_lib_ok" = 'yes' -a "$ncdods_header_ok" = 'yes' ; then + m4_if([$1], [], [:], [$1]) + else + m4_if([$2], [], [:], [$2]) + fi +]) + +# AC_CHECK_NC_DODS_LIB([ ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +# Test for Libnc-dap or older versions. Define NC_DAP_CFLAGS and NC_DAP_LIBS. +# use AC_CHECK_DODS first +AC_DEFUN([AC_CHECK_NC_DODS_LIB], +[ ac_ncdods_ok='no' - AC_CHECK_LIBNC_DAP([],[ac_ncdods_ok='yes'],[ac_ncdods_ok='no']) - if test "z$ac_ncdods_ok" = "zno" ; then - AC_PATH_PROG([OPENNC_DAP_CONFIG], [opendap-config], [no]) - AC_MSG_CHECKING([for libnc-dap with opendap-config]) - if test "$OPENNC_DAP_CONFIG" = "no" ; then - ac_ncdods_ok='no' - AC_MSG_RESULT([no]) - else - NC_DAP_LIBS="`$OPENNC_DAP_CONFIG --libs-nc`" - NC_DAP_CFLAGS="`$OPENNC_DAP_CONFIG --cflags`" - ac_ncdods_ok='yes' - AC_MSG_RESULT([yes]) + ac_ncdods_dap_ok='no' + NC_DAP_LIBS= + NC_DAP_CFLAGS= + dnl it may happen that the cflags are not the ones associated + dnl with -L and -l flags, however even in that case the most recent + dnl netcdf.h should be picked up and things should go smoothly + AC_PATH_PROG([OPENNC_DAP_CONFIG], [opendap-config], [no]) + if test "$OPENNC_DAP_CONFIG" != "no" ; then + NC_DAP_CFLAGS="`$OPENNC_DAP_CONFIG --cflags`" + fi + AC_PATH_PROG([NC_DAP_CONFIG], [ncdap-config], [no]) + if test "$NC_DAP_CONFIG" != "no" ; then + NC_DAP_CFLAGS="`$NC_DAP_CONFIG --cflags`" + fi + AC_CHECK_DODS([ac_ncdods_dap_ok='yes'],[ac_ncdods_dap_ok='no']) + if test "z$ac_ncdods_dap_ok" = 'zyes'; then + if test "z$DAP_ROOT" != "z" ; then + NC_DAP_CFLAGS=$DAP_ROOT/include fi - fi - if test "z$ac_ncdods_ok" = "zno" ; then - ac_ncdods_dap_ok='no' - AC_CHECK_DODS([ac_ncdods_dap_ok='yes'],[ac_ncdods_dap_ok='no']) - if test "z$ac_ncdods_dap_ok" = 'zyes'; then - NC_DAP_LIBS="$DAP_LIBS -lnc-dods -ldap++" - NC_DAP_CFLAGS="$DAP_CFLAGS" - AC_LANG_PUSH([C++]) - dnl We check that linking is succesfull - ac_save_LIBS="$LIBS" - ac_save_CFLAGS="$CFLAGS" - LIBS="$LIBS $NC_DAP_LIBS" - CFLAGS="$CFLAGS $NC_DAP_CFLAGS" - AC_CHECK_FUNC([nc_open],[ac_ncdods_ok='yes'],[ac_ncdods_ok='no']) - LIBS=$ac_save_LIBS - CFLAGS=$ac_save_CFLAGS - AC_LANG_POP + dnl We check that linking is succesfull + dnl instead of using a C++ compiler we add -lstdc++ + dnl AC_LANG_PUSH([C++]) + NC_DAP_LIBS="-lnc-dap $DAP_LIBS -ldap" + ac_save_LIBS=$LIBS + LIBS="$LIBS $NC_DAP_LIBS -lstdc++" + AC_MSG_CHECKING([for nc_open with -lnc-dap -ldap]) + AC_LINK_IFELSE([AC_LANG_CALL([],[nc_open])], + [ ac_ncdods_ok='yes' + AC_MSG_RESULT([yes]) + ],[ ac_ncdods_ok='no' + AC_MSG_RESULT([no]) + ]) + LIBS=$ac_save_LIBS + if test $ac_ncdods_ok = 'no' ; then + NC_DAP_LIBS="-lnc-dods $DAP_LIBS -ldap++" + LIBS="$LIBS $NC_DAP_LIBS -lstdc++" + AC_MSG_CHECKING([for nc_open with -lnc-dods -ldap++]) + AC_LINK_IFELSE([AC_LANG_CALL([],[nc_open])], + [ ac_ncdods_ok='yes' + AC_MSG_RESULT([yes]) + ],[ ac_ncdods_ok='no' + AC_MSG_RESULT([no]) + ]) + LIBS=$ac_save_LIBS fi + dnl AC_LANG_POP fi + if test $ac_ncdods_ok = no ; then + AC_CHECK_LIBNC_DAP_LIB([],[ac_ncdods_ok='yes'],[ac_ncdods_ok='no']) + if test "z$ac_ncdods_ok" = "zno" ; then + AC_MSG_CHECKING([for libnc-dap with opendap-config]) + if test "$OPENNC_DAP_CONFIG" = "no" ; then + ac_ncdods_ok='no' + AC_MSG_RESULT([no]) + else + NC_DAP_LIBS="`$OPENNC_DAP_CONFIG --libs-nc`" + ac_ncdods_ok='yes' + AC_MSG_RESULT([yes]) + fi + fi + fi if test "x$ac_ncdods_ok" = "xyes" ; then m4_if([$1], [], [:], [$1]) else - NC_DAP_LIBS="" - NC_DAP_CFLAGS="" m4_if([$2], [], [:], [$2]) fi AC_SUBST([NC_DAP_CFLAGS]) From fedora-extras-commits at redhat.com Mon Dec 4 21:11:30 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:30 -0500 Subject: rpms/nrpe - New directory Message-ID: <200612042111.kB4LBUci030097@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30093/nrpe Log Message: Directory /cvs/extras/rpms/nrpe added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 21:11:36 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:36 -0500 Subject: rpms/nrpe/devel - New directory Message-ID: <200612042111.kB4LBaVQ030111@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30093/nrpe/devel Log Message: Directory /cvs/extras/rpms/nrpe/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 21:11:49 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:49 -0500 Subject: rpms/nrpe Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612042111.kB4LBnPI030140@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30134 Added Files: Makefile import.log Log Message: Setup of module nrpe --- NEW FILE Makefile --- # Top level Makefile for module nrpe all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 21:11:54 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:54 -0500 Subject: rpms/nrpe/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612042111.kB4LBsr5030155@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30134/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nrpe --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 21:12:50 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:12:50 -0500 Subject: rpms/nrpe import.log,1.1,1.2 Message-ID: <200612042112.kB4LCogl030237@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30204 Modified Files: import.log Log Message: auto-import nrpe-2.5.2-3 on branch devel from nrpe-2.5.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nrpe/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 21:11:49 -0000 1.1 +++ import.log 4 Dec 2006 21:12:20 -0000 1.2 @@ -0,0 +1 @@ +nrpe-2_5_2-3:HEAD:nrpe-2.5.2-3.src.rpm:1165270557 From fedora-extras-commits at redhat.com Mon Dec 4 21:12:50 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:12:50 -0500 Subject: rpms/nrpe/devel nrpe-initreload.patch, NONE, 1.1 nrpe.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612042112.kB4LCoKW030241@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30204/devel Modified Files: .cvsignore sources Added Files: nrpe-initreload.patch nrpe.spec Log Message: auto-import nrpe-2.5.2-3 on branch devel from nrpe-2.5.2-3.src.rpm nrpe-initreload.patch: --- NEW FILE nrpe-initreload.patch --- --- init-script.in.orig 2006-03-05 16:03:15.000000000 -0600 +++ init-script.in 2006-03-05 16:04:46.000000000 -0600 @@ -51,6 +51,11 @@ $0 stop $0 start ;; + reload) + echo -n "Reloading nrpe" + killproc nrpe -HUP + echo + ;; status) status nrpe ;; --- NEW FILE nrpe.spec --- %define nsport 5666 Name: nrpe Version: 2.5.2 Release: 3%{?dist} Summary: Host/service/network monitoring agent for Nagios Group: Applications/System License: GPL URL: http://www.nagios.org Source: http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz Patch0: nrpe-initreload.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel tcp_wrappers Requires(pre): %{_sbindir}/useradd Requires(preun): /sbin/service, /sbin/chkconfig Requires(post): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service %description Nrpe is a system daemon that will execute various Nagios plugins locally on behalf of a remote (monitoring) host that uses the check_nrpe plugin. Various plugins that can be executed by the daemon are available at: http://sourceforge.net/projects/nagiosplug This package provides the core agent. %package -n nagios-plugins-nrpe Group: Applications/System Summary: Provides nrpe plugin for Nagios Requires: nagios-plugins Provides: check_nrpe %description -n nagios-plugins-nrpe Nrpe is a system daemon that will execute various Nagios plugins locally on behalf of a remote (monitoring) host that uses the check_nrpe plugin. Various plugins that can be executed by the daemon are available at: http://sourceforge.net/projects/nagiosplug This package provides the nrpe plugin for Nagios-related applications. %prep %setup -q %patch0 -p0 %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure \ --with-init-dir=%{_initrddir} \ --with-nrpe-port=%{nsport} \ --with-nrpe-user=nrpe \ --with-nrpe-group=nrpe \ --bindir=%{_sbindir} \ --libdir=/doesnt/matter/ \ --libexecdir=%{_libdir}/nagios/plugins \ --datadir=%{_datadir}/nagios \ --sysconfdir=%{_sysconfdir}/nagios \ --localstatedir=%{_localstatedir}/log/nagios \ --enable-command-args make %{?_smp_mflags} all sed -i "s/# chkconfig: 2345/# chkconfig: - /" init-script %install rm -rf %{buildroot} install -D -m 0755 init-script %{buildroot}/%{_initrddir}/nrpe install -D -m 0644 sample-config/nrpe.cfg %{buildroot}/%{_sysconfdir}/nagios/nrpe.cfg install -D -m 0755 src/nrpe %{buildroot}/%{_sbindir}/nrpe install -D -m 0755 src/check_nrpe %{buildroot}/%{_libdir}/nagios/plugins/check_nrpe %clean rm -rf %{buildroot} %pre %{_sbindir}/useradd -c "NRPE user for the NRPE service" -d / -r -s /sbin/nologin nrpe 2> /dev/null || : %preun if [ $1 = 0 ]; then /sbin/service %{name} stop > /dev/null 2>&1 || : /sbin/chkconfig --del %{name} || : fi %post /sbin/chkconfig --add %{name} || : %postun if [ "$1" -ge "1" ]; then /sbin/service %{name} condrestart > /dev/null 2>&1 || : fi %files %defattr(-,root,root,-) %{_initrddir}/nrpe %{_sbindir}/nrpe %dir %{_sysconfdir}/nagios %config(noreplace) %{_sysconfdir}/nagios/nrpe.cfg %doc Changelog LEGAL README %files -n nagios-plugins-nrpe %defattr(-,root,root,-) %{_libdir}/nagios/* %doc Changelog LEGAL README %changelog * Sun Jul 23 2006 Mike McGrath 2.5.2-3 - no longer owns libdir/nagios - buildrequires tcp_wrappers * Sun Jul 23 2006 Mike McGrath 2.5.2-2 - Specify bogus libdir so rpmlint won't complain * Mon Jul 03 2006 Mike McGrath 2.5.2-1 - Upstream released new version * Mon Mar 12 2006 Mike McGrath 2.4-3 - Added description to useradd statement * Sun Mar 05 2006 Mike McGrath 2.4-2 - Added proper SMP build flags - Added %{?dist} tag - Added reload to nrpe script - Updated to 2.4, changes include: - Added option to allow week random seed (Gerhard Lausser) - Added optional command line prefix (Sean Finney) - Added ability to reload config file with SIGHUP - Fixed bug with location of dh.h include file - Fixed bug with disconnect message in debug mode * Sat Feb 04 2006 Mike McGrath 2.3-1 - Created a Fedora friendly spec file * Mon Jan 23 2006 Andreas Kasenides ank<@>cs.ucy.ac.cy - fixed nrpe.cfg relocation to sample-config - replaced Copyright label with License - added --enable-command-args to enable remote arg passing (if desired can be disabled by commenting out) * Wed Nov 12 2003 Ingimar Robertsson - Added adding of nagios group if it does not exist. * Tue Jan 07 2003 James 'Showkilr' Peterson - Removed the lines which removed the nagios user and group from the system - changed the patch release version from 3 to 1 * Mon Jan 06 2003 James 'Showkilr' Peterson - Removed patch files required for nrpe 1.5 - Update spec file for version 1.6 (1.6-1) * Sat Dec 28 2002 James 'Showkilr' Peterson - First RPM build (1.5-1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nrpe/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 21:11:54 -0000 1.1 +++ .cvsignore 4 Dec 2006 21:12:20 -0000 1.2 @@ -0,0 +1 @@ +nrpe-2.5.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nrpe/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 21:11:54 -0000 1.1 +++ sources 4 Dec 2006 21:12:20 -0000 1.2 @@ -0,0 +1 @@ +22afa197db8e4e5b13fac48636917b6d nrpe-2.5.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 21:17:04 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Mon, 4 Dec 2006 16:17:04 -0500 Subject: rpms/TeXmacs/FC-6 TeXmacs.spec, 1.42, 1.43 TeXmacs-1.0.6.1-guile18.patch, 1.1, NONE Message-ID: <200612042117.kB4LH446030340@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30325 Modified Files: TeXmacs.spec Removed Files: TeXmacs-1.0.6.1-guile18.patch Log Message: Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- TeXmacs.spec 27 Oct 2006 18:36:35 -0000 1.42 +++ TeXmacs.spec 4 Dec 2006 21:16:34 -0000 1.43 @@ -15,7 +15,7 @@ Requires: tetex Requires: tetex-fonts Requires: ghostscript -BuildRequires: guile-devel +BuildRequires: compat-libguile-devel BuildRequires: desktop-file-utils BuildRequires: tetex BuildRequires: freetype-devel @@ -54,8 +54,11 @@ %prep %setup -q -n TeXmacs-%{version}-src -#%patch2 -p1 -perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +%patch2 -p1 +sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +sed -i "s|guile-config|guile-config-1.6|" configure* +sed -i "s|guile --version|guile-1.6 --version|" configure* + %build @@ -66,9 +69,10 @@ %install rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -export GUILE_DATA_PATH=`guile-config info pkgdatadir` -export GUILE_LOAD_PATH=`find $GUILE_DATA_PATH -type d -name ice-9` +export GUILE_DATA_PATH=%{_datadir}/guile +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs +chmod -f 644 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9/* chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime-info @@ -166,11 +170,6 @@ * Mon May 29 2006 Gerard Milmeister - 1.0.6.2-1 - new version 1.0.6.2 -* Tue May 16 2006 Gerard Milmeister - 1.0.6.1-4 -- added patch for new guile-1.8 -- added buildreq for libtool-ltdl-devel -- fixed command to find ice-9 directory - * Fri May 12 2006 Gerard Milmeister - 1.0.6.1-1 - new version 1.0.6.1 @@ -276,27 +275,3 @@ * Wed Nov 5 2003 Gerard Milmeister - 0:1.0.2.6-0.fdr.1 - First Fedora release - -* Mon Sep 22 2003 Joris van der Hoeven -- 1.0.1.24 Release tag set by the configure script - -* Sat Jun 28 2003 Joris van der Hoeven -- 1.0.1.16 Moved "TeXmacs-%{version}" in root directory to "TeXmacs" - -* Tue Jul 22 2002 Joris van der Hoeven -- 1.0.0.10 Migrated architecture dependent options to configure.in - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.14 Added -f for chmod - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.11 Extra compilation options reduce size of executable - -* Sun Nov 26 2001 Joris van der Hoeven -- 0.3.5.7 TeXmacs mime types & pixmap - -* Thu Jul 5 2001 Joris van der Hoeven & Christophe Merlet -- 0.3.4.3 Further corrections - -* Sun Jun 3 2001 Bo Forslund -- 0.3.4.3 Some tiny adjustments in the spec --- TeXmacs-1.0.6.1-guile18.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 21:29:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Mon, 4 Dec 2006 16:29:28 -0500 Subject: rpms/TeXmacs/FC-6 TeXmacs.spec,1.43,1.44 Message-ID: <200612042129.kB4LTSNP030414@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30381/FC-6 Modified Files: TeXmacs.spec Log Message: Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- TeXmacs.spec 4 Dec 2006 21:16:34 -0000 1.43 +++ TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.44 @@ -72,7 +72,6 @@ export GUILE_DATA_PATH=%{_datadir}/guile export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs -chmod -f 644 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9/* chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime-info From fedora-extras-commits at redhat.com Mon Dec 4 21:29:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Mon, 4 Dec 2006 16:29:29 -0500 Subject: rpms/TeXmacs/devel .cvsignore, 1.22, 1.23 TeXmacs.spec, 1.41, 1.42 sources, 1.23, 1.24 TeXmacs-1.0.6.1-guile18.patch, 1.1, NONE Message-ID: <200612042129.kB4LTTqM030419@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30381/devel Modified Files: .cvsignore TeXmacs.spec sources Removed Files: TeXmacs-1.0.6.1-guile18.patch Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 7 Aug 2006 16:43:05 -0000 1.22 +++ .cvsignore 4 Dec 2006 21:28:58 -0000 1.23 @@ -1 +1 @@ -TeXmacs-1.0.6.5-src.tar.gz +TeXmacs-1.0.6.6-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- TeXmacs.spec 7 Aug 2006 16:43:05 -0000 1.41 +++ TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.42 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.5 +Version: 1.0.6.6 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch @@ -15,11 +15,10 @@ Requires: tetex Requires: tetex-fonts Requires: ghostscript -Buildrequires: guile-devel -Buildrequires: gmp-devel -Buildrequires: desktop-file-utils -Buildrequires: tetex -Buildrequires: freetype-devel +BuildRequires: compat-libguile-devel +BuildRequires: desktop-file-utils +BuildRequires: tetex +BuildRequires: freetype-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -56,7 +55,10 @@ %prep %setup -q -n TeXmacs-%{version}-src %patch2 -p1 -perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +sed -i "s|guile-config|guile-config-1.6|" configure* +sed -i "s|guile --version|guile-1.6 --version|" configure* + %build @@ -67,8 +69,8 @@ %install rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -export GUILE_DATA_PATH=`guile-config info pkgdatadir` -export GUILE_LOAD_PATH=`find $GUILE_DATA_PATH -type d -name ice-9` +export GUILE_DATA_PATH=%{_datadir}/guile +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry @@ -155,6 +157,9 @@ %changelog +* Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 +- new version 1.0.6.6 + * Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 - new version 1.0.6.5 @@ -164,11 +169,6 @@ * Mon May 29 2006 Gerard Milmeister - 1.0.6.2-1 - new version 1.0.6.2 -* Tue May 16 2006 Gerard Milmeister - 1.0.6.1-4 -- added patch for new guile-1.8 -- added buildreq for libtool-ltdl-devel -- fixed command to find ice-9 directory - * Fri May 12 2006 Gerard Milmeister - 1.0.6.1-1 - new version 1.0.6.1 @@ -274,27 +274,3 @@ * Wed Nov 5 2003 Gerard Milmeister - 0:1.0.2.6-0.fdr.1 - First Fedora release - -* Mon Sep 22 2003 Joris van der Hoeven -- 1.0.1.24 Release tag set by the configure script - -* Sat Jun 28 2003 Joris van der Hoeven -- 1.0.1.16 Moved "TeXmacs-%{version}" in root directory to "TeXmacs" - -* Tue Jul 22 2002 Joris van der Hoeven -- 1.0.0.10 Migrated architecture dependent options to configure.in - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.14 Added -f for chmod - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.11 Extra compilation options reduce size of executable - -* Sun Nov 26 2001 Joris van der Hoeven -- 0.3.5.7 TeXmacs mime types & pixmap - -* Thu Jul 5 2001 Joris van der Hoeven & Christophe Merlet -- 0.3.4.3 Further corrections - -* Sun Jun 3 2001 Bo Forslund -- 0.3.4.3 Some tiny adjustments in the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 7 Aug 2006 16:43:05 -0000 1.23 +++ sources 4 Dec 2006 21:28:58 -0000 1.24 @@ -1 +1 @@ -9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz +53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz --- TeXmacs-1.0.6.1-guile18.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 21:33:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 16:33:52 -0500 Subject: rpms/libopensync-plugin-evolution2/devel libopensync-plugin-evolution2.spec, 1.8, 1.9 Message-ID: <200612042133.kB4LXqRr030678@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30621 Modified Files: libopensync-plugin-evolution2.spec Log Message: - bump Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/libopensync-plugin-evolution2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:38 -0000 1.8 +++ libopensync-plugin-evolution2.spec 4 Dec 2006 21:33:22 -0000 1.9 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Mon Dec 04 2006 Andreas Bierfert +- bump + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Dec 4 21:40:59 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 16:40:59 -0500 Subject: rpms/wgrib/devel wgrib.spec,1.1,1.2 Message-ID: <200612042140.kB4LexvB030822@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30796 Modified Files: wgrib.spec Log Message: Link testbin with -lm (needed on x86_64) Index: wgrib.spec =================================================================== RCS file: /cvs/extras/rpms/wgrib/devel/wgrib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wgrib.spec 4 Dec 2006 20:41:08 -0000 1.1 +++ wgrib.spec 4 Dec 2006 21:40:29 -0000 1.2 @@ -60,7 +60,7 @@ %check ./wgrib land.grb -d 1 -gcc $RPM_OPT_FLAGS -o testbin testbin.c +gcc $RPM_OPT_FLAGS -o testbin testbin.c -lm ./testbin > testbin.out && diff %SOURCE14 testbin.out From fedora-extras-commits at redhat.com Mon Dec 4 21:59:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 16:59:07 -0500 Subject: rpms/sylpheed-claws-plugins/FC-4 sylpheed-claws-plugins.spec, 1.19, 1.20 Message-ID: <200612042159.kB4Lx7wN031349@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31321 Modified Files: sylpheed-claws-plugins.spec Log Message: - fix bug #218193 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sylpheed-claws-plugins.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sylpheed-claws-plugins.spec 13 Nov 2006 08:20:46 -0000 1.19 +++ sylpheed-claws-plugins.spec 4 Dec 2006 21:58:37 -0000 1.20 @@ -356,6 +356,9 @@ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' +# fix bug 218193 +find ${RPM_BUILD_ROOT}/%{_libdir}/sylpheed-claws/plugins/ -type f -name \ +"*.a" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT @@ -529,6 +532,7 @@ * Thu Nov 09 2006 Andreas Bierfert 2.6.0-1 - version upgrade +- fix bug #218193 * Tue Nov 07 2006 Andreas Bierfert 2.5.2-5 From fedora-extras-commits at redhat.com Mon Dec 4 22:00:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 17:00:03 -0500 Subject: rpms/libopensync-plugin-palm/devel libopensync-plugin-palm.spec, 1.6, 1.7 Message-ID: <200612042200.kB4M03aP031389@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31358 Modified Files: libopensync-plugin-palm.spec Log Message: - bump Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/libopensync-plugin-palm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:39 -0000 1.6 +++ libopensync-plugin-palm.spec 4 Dec 2006 21:59:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: libopensync-plugin-palm Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Palm plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Mon Dec 04 2006 Andreas Bierfert 0.19-2 +- bump + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Dec 4 22:05:18 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 17:05:18 -0500 Subject: rpms/orange/devel orange.spec,1.8,1.9 Message-ID: <200612042205.kB4M5IUW002150@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/orange/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2128 Modified Files: orange.spec Log Message: - bump Index: orange.spec =================================================================== RCS file: /cvs/extras/rpms/orange/devel/orange.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- orange.spec 4 Oct 2006 23:36:24 -0000 1.8 +++ orange.spec 4 Dec 2006 22:04:48 -0000 1.9 @@ -1,6 +1,6 @@ Name: orange Version: 0.3 -Release: 3.cvs20051118%{?dist} +Release: 4.cvs20051118%{?dist} Summary: Squeeze out installable Microsoft cabinet files Group: Applications/Communications @@ -73,6 +73,10 @@ %{_includedir}/liborange.h %changelog +* Mon Dec 04 2006 Andreas Bierfert +0.3-4.cvs20051118 +- bump + * Thu Oct 05 2006 Christian Iseli 0.3-3.cvs20051118 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 4 22:21:17 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Mon, 4 Dec 2006 17:21:17 -0500 Subject: rpms/NetworkManager-vpnc/FC-6 .cvsignore, 1.9, 1.10 NetworkManager-vpnc.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200612042221.kB4MLHPm002354@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2312 Modified Files: .cvsignore NetworkManager-vpnc.spec sources Log Message: * Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 - Allow "NAT-Keepalive packet interval" config option Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 2 Oct 2006 23:13:54 -0000 1.9 +++ .cvsignore 4 Dec 2006 22:20:46 -0000 1.10 @@ -1 +1,2 @@ NetworkManager-vpnc-0.7.0.cvs20060929.tar.gz +NetworkManager-vpnc-0.7.0.cvs20061204.tar.gz Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/FC-6/NetworkManager-vpnc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- NetworkManager-vpnc.spec 25 Oct 2006 09:52:06 -0000 1.19 +++ NetworkManager-vpnc.spec 4 Dec 2006 22:20:46 -0000 1.20 @@ -1,4 +1,4 @@ -%define nm_version 0.7.0 +%define nm_version 1:0.6.4 %define dbus_version 0.60 %define gtk2_version 2.6.0 %define vpnc_version 0.3.3-3 @@ -7,13 +7,13 @@ %define cvs_snapshot 1 %if %{cvs_snapshot} -%define nm_vpnc_cvs_version .cvs20060929 +%define nm_vpnc_cvs_version .cvs20061204 %endif Summary: NetworkManager VPN integration for vpnc Name: NetworkManager-vpnc Version: 0.7.0 -Release: 0%{?nm_vpnc_cvs_version}.3%{?dist} +Release: 0%{?nm_vpnc_cvs_version}%{?dist} License: GPL Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -100,6 +100,9 @@ %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png %changelog +* Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 +- Allow "NAT-Keepalive packet interval" config option + * Wed Oct 25 2006 Denis Leroy - 0.7.0-0.cvs20060929.3 - Added patch to support saving group password only Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 2 Oct 2006 23:13:54 -0000 1.9 +++ sources 4 Dec 2006 22:20:47 -0000 1.10 @@ -1 +1 @@ -882293dbed2f8af9c0cd61bc65fdaa3f NetworkManager-vpnc-0.7.0.cvs20060929.tar.gz +c42691dc47448e5b5310566bfc33d807 NetworkManager-vpnc-0.7.0.cvs20061204.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 22:21:37 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 4 Dec 2006 17:21:37 -0500 Subject: rpms/lilypond/devel .cvsignore, 1.7, 1.8 lilypond.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612042221.kB4MLbsC002364@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2333 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 13 Nov 2006 18:13:24 -0000 1.7 +++ .cvsignore 4 Dec 2006 22:21:07 -0000 1.8 @@ -1 +1 @@ -lilypond-2.10.0.tar.gz +lilypond-2.10.1.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lilypond.spec 13 Nov 2006 18:13:24 -0000 1.7 +++ lilypond.spec 4 Dec 2006 22:21:07 -0000 1.8 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Mon Dec 4 2006 Quentin Spencer 2.10.1-1 +- New release. + * Mon Nov 13 2006 Quentin Spencer 2.10.0-1 - New release. Update build requirements for 2.10 series. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Nov 2006 18:13:24 -0000 1.7 +++ sources 4 Dec 2006 22:21:07 -0000 1.8 @@ -1 +1 @@ -82e4487c5c1fa1d2e478d5974a3630df lilypond-2.10.0.tar.gz +b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 22:31:05 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Mon, 4 Dec 2006 17:31:05 -0500 Subject: rpms/NetworkManager-vpnc/devel NetworkManager-vpnc.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200612042231.kB4MV5dQ002504@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2487 Modified Files: NetworkManager-vpnc.spec sources Log Message: * Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 - Allow "NAT-Keepalive packet interval" config option Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/NetworkManager-vpnc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- NetworkManager-vpnc.spec 24 Oct 2006 09:31:40 -0000 1.19 +++ NetworkManager-vpnc.spec 4 Dec 2006 22:30:35 -0000 1.20 @@ -1,4 +1,4 @@ -%define nm_version 0.7.0 +%define nm_version 1:0.6.4 %define dbus_version 0.60 %define gtk2_version 2.6.0 %define vpnc_version 0.3.3-3 @@ -7,13 +7,13 @@ %define cvs_snapshot 1 %if %{cvs_snapshot} -%define nm_vpnc_cvs_version .cvs20060929 +%define nm_vpnc_cvs_version .cvs20061204 %endif Summary: NetworkManager VPN integration for vpnc Name: NetworkManager-vpnc Version: 0.7.0 -Release: 0%{?nm_vpnc_cvs_version}.3%{?dist} +Release: 0%{?nm_vpnc_cvs_version}%{?dist} License: GPL Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -50,6 +50,7 @@ %setup -q %patch0 -p1 -b .gppasswd + %build %configure make %{?_smp_mflags} @@ -99,6 +100,9 @@ %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png %changelog +* Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 +- Allow "NAT-Keepalive packet interval" config option + * Sat Oct 21 2006 Denis Leroy - 0.7.0-0.cvs20060929.3 - Added patch to support saving group password only Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 2 Oct 2006 23:13:54 -0000 1.9 +++ sources 4 Dec 2006 22:30:35 -0000 1.10 @@ -1 +1 @@ -882293dbed2f8af9c0cd61bc65fdaa3f NetworkManager-vpnc-0.7.0.cvs20060929.tar.gz +c42691dc47448e5b5310566bfc33d807 NetworkManager-vpnc-0.7.0.cvs20061204.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 01:41:42 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Mon, 4 Dec 2006 20:41:42 -0500 Subject: rpms/wordpress/FC-6 wordpress.spec,1.8,1.9 Message-ID: <200612050141.kB51fghP012750@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12733 Modified Files: wordpress.spec Log Message: Actually remove mysql-server dependency this time Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wordpress.spec 3 Dec 2006 18:27:22 -0000 1.8 +++ wordpress.spec 5 Dec 2006 01:41:12 -0000 1.9 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 3%{?dist} +Release: 4%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -13,7 +13,7 @@ Source2: README.fedora.wordpress Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-4 +- Remove mysql-server dependency for real this time. + * Sun Dec 3 2006 John Berninger - 2.0.4-3 - Remove mysql-server dependency From fedora-extras-commits at redhat.com Tue Dec 5 03:02:32 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Mon, 4 Dec 2006 22:02:32 -0500 Subject: rpms/syck/FC-5 syck.spec,1.4,1.5 Message-ID: <200612050302.kB532Wqg019427@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410 Modified Files: syck.spec Log Message: * Mon Dec 04 2006 Jason L Tibbitts III - 0.55-9.1 - Rebuild. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/FC-5/syck.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- syck.spec 26 Aug 2006 05:45:44 -0000 1.4 +++ syck.spec 5 Dec 2006 03:02:02 -0000 1.5 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 9%{?dist} +Release: 9%{?dist}.1 License: BSD Group: System Environment/Libraries @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Mon Dec 04 2006 Jason L Tibbitts III - 0.55-9.1 +- Rebuild. + * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 - Add BR: libtool to work with the minimal buildroot. From fedora-extras-commits at redhat.com Tue Dec 5 03:24:39 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:24:39 -0500 Subject: rpms/xl2tpd - New directory Message-ID: <200612050324.kB53OdxT019904@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19900/xl2tpd Log Message: Directory /cvs/extras/rpms/xl2tpd added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 03:24:45 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:24:45 -0500 Subject: rpms/xl2tpd/devel - New directory Message-ID: <200612050324.kB53Ojue019917@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19900/xl2tpd/devel Log Message: Directory /cvs/extras/rpms/xl2tpd/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 03:25:17 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:25:17 -0500 Subject: rpms/xl2tpd/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050325.kB53PHHK019966@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19945/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xl2tpd --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 03:25:12 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:25:12 -0500 Subject: rpms/xl2tpd Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050325.kB53PCet019951@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19945 Added Files: Makefile import.log Log Message: Setup of module xl2tpd --- NEW FILE Makefile --- # Top level Makefile for module xl2tpd all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 03:26:39 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:26:39 -0500 Subject: rpms/xl2tpd import.log,1.1,1.2 Message-ID: <200612050326.kB53Qd3v020051@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20005 Modified Files: import.log Log Message: auto-import xl2tpd-1.1.06-1 on branch devel from xl2tpd-1.1.06-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 03:25:12 -0000 1.1 +++ import.log 5 Dec 2006 03:26:09 -0000 1.2 @@ -0,0 +1 @@ +xl2tpd-1_1_06-1:HEAD:xl2tpd-1.1.06-1.src.rpm:1165289520 From fedora-extras-commits at redhat.com Tue Dec 5 03:26:39 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:26:39 -0500 Subject: rpms/xl2tpd/devel xl2tpd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050326.kB53QdBA020055@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20005/devel Modified Files: .cvsignore sources Added Files: xl2tpd.spec Log Message: auto-import xl2tpd-1.1.06-1 on branch devel from xl2tpd-1.1.06-1.src.rpm --- NEW FILE xl2tpd.spec --- Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 Release: 1 License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons Source0: http://www.xelerance.com/software/xl2tpd/xl2tpd-1.1.06.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: Obsoletes: l2tpd %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Another important application is Virtual Private Networks where the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec, RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec implementations such as Openswan. Example configuration files for such a setup are included in this RPM. xl2tpd works by opening a pseudo-tty for communicating with pppd. It runs completely in userspace. %prep %setup -q %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd %clean rm -rf %{buildroot} %post /sbin/chkconfig --add xl2tpd # if we migrate from l2tpd to xl2tpd, copy the configs if [ -f /etc/l2tpd/l2tpd.conf ] then echo "Old /etc/l2tpd configuration found, migrating to /etc/xl2tpd" mv /etc/xl2tpd/xl2tpd.conf /etc/xl2tpd/xl2tpd.conf.rpmsave cat /etc/l2tpd/l2tpd.conf | sed "s/options.l2tpd/options.xl2tpd/" > /etc/xl2tpd/xl2tpd.conf mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then /sbin/service xl2tpd stop > /dev/null 2>&1 /sbin/chkconfig --del xl2tpd fi %postun if [ $1 -ge 1 ]; then /sbin/service xl2tpd condrestart 2>&1 >/dev/null fi %files %defattr(-,root,root) %doc BUGS CHANGES CREDITS LICENSE README TODO doc/rfc2661.txt %doc doc/README.patents examples/chapsecrets.sample %{_sbindir}/xl2tpd %{_mandir}/*/* %dir %{_sysconfdir}/xl2tpd %config(noreplace) %{_sysconfdir}/xl2tpd/* %config(noreplace) %{_sysconfdir}/ppp/* %attr(0755,root,root) %{_initrddir}/xl2tpd %changelog * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name * Sun Nov 27 2005 Paul Wouters 0.69.20051030 - Pulled up sourceforget.net CVS fixes. - various debugging added, but debugging should not be on by default. - async/sync conversion routines must be ready for possibility that the read will block due to routing loops. - refactor control socket handling. - move all logic about pty usage to pty.c. Try ptmx first, if it fails try legacy ptys - rename log() to l2tp_log(), as "log" is a math function. - if we aren't deamonized, then log to stderr. - added install: and DESTDIR support. * Thu Oct 20 2005 Paul Wouters 0.69-13 - Removed suse/mandrake specifics. Comply for Fedora Extras guidelines * Tue Jun 21 2005 Jacco de Leeuw 0.69-12jdl - Added log() patch by Paul Wouters so that l2tpd compiles on FC4. * Sat Jun 4 2005 Jacco de Leeuw - l2tpd.org has been hijacked. Project moved back to SourceForge: http://l2tpd.sourceforge.net * Tue May 3 2005 Jacco de Leeuw - Small Makefile fixes. Explicitly use gcc instead of cc. Network services library was not linked on Solaris due to typo. * Thu Mar 17 2005 Jacco de Leeuw 0.69-11jdl - Choosing between SysV or BSD style ptys is now configurable through a compile-time boolean "unix98pty". * Fri Feb 4 2005 Jacco de Leeuw - Added code from Roaring Penguin (rp-l2tp) to support SysV-style ptys. Requires the N_HDLC kernel module. * Fri Nov 26 2004 Jacco de Leeuw - Updated the README. * Wed Nov 10 2004 Jacco de Leeuw 0.69-10jdl - Patch by Marald Klein and Roger Luethi. Fixes writing PID file. (http://l2tpd.graffl.net/msg01790.html) Long overdue. Rereleasing 10jdl. * Tue Nov 9 2004 Jacco de Leeuw 0.69-10jdl - [SECURITY FIX] Added fix from Debian because of a bss-based buffer overflow. (http://www.mail-archive.com/l2tpd-devel at l2tpd.org/msg01071.html) - Mandrake's FreeS/WAN, Openswan and Strongswan RPMS use configuration directories /etc/{freeswan,openswan,strongswan}. Install our configuration files to /etc/ipsec.d and create symbolic links in those directories. * Tue Aug 18 2004 Jacco de Leeuw - Removed 'leftnexthop=' lines. Not relevant for recent versions of FreeS/WAN and derivates. * Tue Jan 20 2004 Jacco de Leeuw 0.69-9jdl - Added "noccp" because of too much MPPE/CCP messages sometimes. * Wed Dec 31 2003 Jacco de Leeuw - Added patch in order to prevent StopCCN messages. * Sat Aug 23 2003 Jacco de Leeuw - MTU/MRU 1410 seems to be the lowest possible for MSL2TP. For Windows 2000/XP it doesn't seem to matter. - Typo in l2tpd.conf (192.168.128/25). * Fri Aug 8 2003 Jacco de Leeuw 0.69-8jdl - Added MTU/MRU 1400 to options.l2tpd. I don't know the optimal value but some apps had problems with the default value. * Fri Aug 1 2003 Jacco de Leeuw - Added workaround for the missing hostname bug in the MSL2TP client ('Specify your hostname', error 629: "You have been disconnected from the computer you are dialing"). * Thu Jul 20 2003 Jacco de Leeuw 0.69-7jdl - Added the "listen-addr" global parameter for l2tpd.conf. By default, the daemon listens on *all* interfaces. Use "listen-addr" if you want it to bind to one specific IP address (interface), for security reasons. (See also: http://www.jacco2.dds.nl/networking/freeswan-l2tp.html#Firewallwarning) - Explained in l2tpd.conf that two different IP addresses should be used for 'listen-addr' and 'local ip'. - Modified init script. Upgrades should work better now. You still need to start/chkconfig l2tpd manually. - Renamed the example Openswan .conf files to better reflect the situation. There are two variants using different portselectors. Previously I thought Windows 2000/XP used portselector 17/0 and the rest used 17/1701. But with the release of an updated IPsec client by Microsoft, it turns out that 17/0 must have been a mistake: the updated client now also uses 17/1701. * Mon Apr 10 2003 Jacco de Leeuw 0.69-6jdl - Changed sample chap-secrets to be valid only for specific IP addresses. * Thu Mar 13 2003 Bernhard Thoni - Adjustments for SuSE8.x (thanks, Bernhard!) - Added sample chap-secrets. * Thu Mar 6 2003 Jacco de Leeuw 0.69-5jdl - Replaced Dominique's patch by Damion de Soto's, which does not depend on the N_HDLC kernel module. * Wed Feb 26 2003 Jacco de Leeuw 0.69-4jdl - Seperate example config files for Win9x (MSL2TP) and Win2K/XP due to left/rightprotoport differences. Fixing preun for Red Hat. * Mon Feb 3 2003 Jacco de Leeuw 0.69-3jdl - Mandrake uses /etc/freeswan/ instead of /etc/ipsec.d/ Error fixed: source6 was used for both PSK and CERT. * Wed Jan 29 2003 Jacco de Leeuw 0.69-3jdl - Added Dominique Cressatti's pty patch in another attempt to prevent the Windows 2000 Professional "loopback detected" error. Seems to work! * Wed Dec 25 2002 Jacco de Leeuw 0.69-2jdl - Added 'connect-delay' to PPP parameters in an attempt to prevent the Windows 2000 Professional "loopback detected" error. Didn't seem to work. * Fri Dec 13 2002 Jacco de Leeuw 0.69-1jdl - Did not build on Red Hat 8.0. Solved by adding comments(?!). Bug detected in spec file: chkconfig --list l2tpd does not work on Red Hat 8.0. Not important enough to look into yet. * Sun Nov 17 2002 Jacco de Leeuw 0.69-1jdl - Tested on Red Hat, required some changes. No gprintf. Used different pty patch, otherwise wouldn't run. Added buildroot sanity check. * Sun Nov 10 2002 Jacco de Leeuw - Specfile adapted from Mandrake Cooker. The original RPM can be retrieved through: http://www.rpmfind.net/linux/rpm2html/search.php?query=l2tpd - Config path changed from /etc/l2tp/ to /etc/l2tpd/ (Seems more logical and rp-l2tp already uses /etc/l2tp/). - Do not run at boot or install. The original RPM uses a config file which is completely commented out, but it still starts l2tpd on all interfaces. Could be a security risk. This RPM does not start l2tpd, the sysadmin has to edit the config file and start l2tpd explicitly. - Renamed patches to start with l2tpd- - Added dependencies for pppd, glibc-devel. - Use %%{name} as much as possible. - l2tp-secrets contains passwords, thus should not be world readable. - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk - from Per ?yvind Karlsen : - PreReq and Requires - Fix preun_service * Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 * Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 03:25:17 -0000 1.1 +++ .cvsignore 5 Dec 2006 03:26:09 -0000 1.2 @@ -0,0 +1 @@ +xl2tpd-1.1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 03:25:17 -0000 1.1 +++ sources 5 Dec 2006 03:26:09 -0000 1.2 @@ -0,0 +1 @@ +44e5a85ecce622a0f55aafc42ce589a8 xl2tpd-1.1.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 04:17:06 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:06 -0500 Subject: rpms/v4l2-tool - New directory Message-ID: <200612050417.kB54H6Im023538@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23534/v4l2-tool Log Message: Directory /cvs/extras/rpms/v4l2-tool added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 04:17:11 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:11 -0500 Subject: rpms/v4l2-tool/devel - New directory Message-ID: <200612050417.kB54HBm5023551@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23534/v4l2-tool/devel Log Message: Directory /cvs/extras/rpms/v4l2-tool/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 04:17:41 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:41 -0500 Subject: rpms/v4l2-tool Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050417.kB54Hfel023581@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23575 Added Files: Makefile import.log Log Message: Setup of module v4l2-tool --- NEW FILE Makefile --- # Top level Makefile for module v4l2-tool all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 04:17:46 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:46 -0500 Subject: rpms/v4l2-tool/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050417.kB54Hkg9023596@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23575/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module v4l2-tool --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 04:19:23 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:19:23 -0500 Subject: rpms/v4l2-tool import.log,1.1,1.2 Message-ID: <200612050419.kB54JNSL023673@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23640 Modified Files: import.log Log Message: auto-import v4l2-tool-1.0.2-2 on branch devel from v4l2-tool-1.0.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/v4l2-tool/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 04:17:41 -0000 1.1 +++ import.log 5 Dec 2006 04:18:53 -0000 1.2 @@ -0,0 +1 @@ +v4l2-tool-1_0_2-2:HEAD:v4l2-tool-1.0.2-2.src.rpm:1165292525 From fedora-extras-commits at redhat.com Tue Dec 5 04:19:23 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:19:23 -0500 Subject: rpms/v4l2-tool/devel db.patch, NONE, 1.1 v4l2-tool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050419.kB54JNNa023677@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23640/devel Modified Files: .cvsignore sources Added Files: db.patch v4l2-tool.spec Log Message: auto-import v4l2-tool-1.0.2-2 on branch devel from v4l2-tool-1.0.2-2.src.rpm db.patch: --- NEW FILE db.patch --- diff -urN v4l2-tool-1.0.2/src/interface.c v4l2-tool-1.0.2-patched/src/interface.c --- v4l2-tool-1.0.2/src/interface.c 2006-09-28 16:45:20.000000000 +0530 +++ v4l2-tool-1.0.2-patched/src/interface.c 2006-10-03 15:17:02.000000000 +0530 @@ -274,7 +274,7 @@ } strncat(srch1,gtxt,6); - fp = fopen("uvcvideo.txt", "r"); + fp = fopen("/usr/share/v4l2-tool/uvcvideo.txt", "r"); if (fp == NULL) exit(0); while ((r_read = getline(&line, &len, fp)) != -1) { @@ -286,7 +286,7 @@ } } fclose (fp); - fp = fopen("gspca.txt", "r"); + fp = fopen("/usr/share/v4l2-tool/gspca.txt", "r"); if (fp == NULL) exit(0); while ((r_read = getline(&line, &len, fp)) != -1) { --- NEW FILE v4l2-tool.spec --- Name: v4l2-tool Version: 1.0.2 Release: 2%{?dist} Summary: This package gives v4l2 device information of webcam Group: Applications/Multimedia License: GPL URL: http://www.sourceforge.net/ Source0: http://jaist.dl.sourceforge.net/sourceforge/v4lx-devinfo/%{name}-%{version}.tar.gz Patch0: db.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils libgnomeui-devel BuildRequires: automake %description This package gives v4l2 device information of webcam. This application is used to get more hardware information from attached webcam device. This application is tested with gspca and uvcvideo v4l2 kernel drivers. There are five tabs each corresponding to one ioctl call and returning respective structure fills with values. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .db %build sh autogen.sh %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_datadir}/%{name} install -m 644 src/uvcvideo.txt %{buildroot}%{_datadir}/%{name}/uvcvideo.txt install -m 644 src/gspca.txt %{buildroot}%{_datadir}/%{name}/gspca.txt mkdir -p %{buildroot}%{_datadir}/pixmaps/ install -p -m 644 v4l2-tool-logo.png %{buildroot}%{_datadir}/pixmaps/v4l2-tool-logo.png cat << EOF > %{name}.desktop [Desktop Entry] Name=v4l2-tool Comment=Gives webcam details using v4l2 kernel driver Exec=v4l2-tool Icon=v4l2-tool-logo Terminal=false Type=Application Encoding=UTF-8 Categories=GNOME;Application;AudioVideo;Video; EOF desktop-file-install --vendor fedora \ --dir %{buildroot}/%{_datadir}/applications/ \ %{name}.desktop %clean rm -rf %{buildroot} %post update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %postun update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog README %{_bindir}/v4l2-tool %{_datadir}/* %changelog * Thu Nov 30 2006 Parag Nemade 1.0.2-2 - Fixed Desktop file, Source URL, Added COPYING under %%doc * Sat Aug 26 2006 Parag Nemade 1.0.2-1 - Initial specfile for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/v4l2-tool/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 04:17:46 -0000 1.1 +++ .cvsignore 5 Dec 2006 04:18:53 -0000 1.2 @@ -0,0 +1 @@ +v4l2-tool-1.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/v4l2-tool/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 04:17:46 -0000 1.1 +++ sources 5 Dec 2006 04:18:53 -0000 1.2 @@ -0,0 +1 @@ +89891d3f36e4e9851d3b2dc87974e334 v4l2-tool-1.0.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 04:24:58 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:24:58 -0500 Subject: owners owners.list,1.2059,1.2060 Message-ID: <200612050424.kB54Owif023748@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23716 Modified Files: owners.list Log Message: bz 208396 Added v4l2-tool package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2059 retrieving revision 1.2060 diff -u -r1.2059 -r1.2060 --- owners.list 4 Dec 2006 17:24:09 -0000 1.2059 +++ owners.list 5 Dec 2006 04:24:28 -0000 1.2060 @@ -2421,6 +2421,7 @@ Fedora Extras|uuid|Universally Unique Identifier library|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|v2strip|ID3v2 tags remover|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|bluekuja at ubuntu.com +Fedora Extras|v4l2-tool|Tool to get webcam usage Information|panemade at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|vala|A modern programming language for GNOME|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|valknut|Direct Connect client|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|varconf|WorldForge configuration library|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 04:34:42 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 23:34:42 -0500 Subject: owners owners.list,1.2060,1.2061 Message-ID: <200612050434.kB54Ygsh023858@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23843 Modified Files: owners.list Log Message: Added xl2tpd, successor to l2tpd. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2060 retrieving revision 1.2061 diff -u -r1.2060 -r1.2061 --- owners.list 5 Dec 2006 04:24:28 -0000 1.2060 +++ owners.list 5 Dec 2006 04:34:12 -0000 1.2061 @@ -2567,6 +2567,7 @@ Fedora Extras|xkeycaps|Graphical front end to xmodmap|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xlhtml|Excel 95/97 and PowerPoint to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xlockmore|Screen lock and screen saver|adrian at lisas.de|extras-qa at fedoraproject.org| +Fedora Extras|xl2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|xmldiff|Tree to tree correction between XML documents|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xmlindent|A XML stream reformatter|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|xmlrpc-c|A lightweight RPC library based on XML and HTTP|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 07:30:37 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:30:37 -0500 Subject: rpms/chemical-mime-data - New directory Message-ID: <200612050730.kB57Ubj5001114@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1110/chemical-mime-data Log Message: Directory /cvs/extras/rpms/chemical-mime-data added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:30:42 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:30:42 -0500 Subject: rpms/chemical-mime-data/devel - New directory Message-ID: <200612050730.kB57Ug2I001127@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1110/chemical-mime-data/devel Log Message: Directory /cvs/extras/rpms/chemical-mime-data/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:31:14 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:31:14 -0500 Subject: rpms/chemical-mime-data Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050731.kB57VEuX001193@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1187 Added Files: Makefile import.log Log Message: Setup of module chemical-mime-data --- NEW FILE Makefile --- # Top level Makefile for module chemical-mime-data all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 07:31:19 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:31:19 -0500 Subject: rpms/chemical-mime-data/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050731.kB57VJZe001208@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1187/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module chemical-mime-data --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 07:33:01 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:33:01 -0500 Subject: rpms/chemical-mime-data import.log,1.1,1.2 Message-ID: <200612050733.kB57X1mB001296@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1257 Modified Files: import.log Log Message: auto-import chemical-mime-data-0.1.93-3 on branch devel from chemical-mime-data-0.1.93-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/chemical-mime-data/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 07:31:14 -0000 1.1 +++ import.log 5 Dec 2006 07:32:31 -0000 1.2 @@ -0,0 +1 @@ +chemical-mime-data-0_1_93-3:HEAD:chemical-mime-data-0.1.93-3.src.rpm:1165304162 From fedora-extras-commits at redhat.com Tue Dec 5 07:33:01 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:33:01 -0500 Subject: rpms/chemical-mime-data/devel chemical-mime-data-pkgconfdir.patch, NONE, 1.1 chemical-mime-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050733.kB57X1IR001300@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1257/devel Modified Files: .cvsignore sources Added Files: chemical-mime-data-pkgconfdir.patch chemical-mime-data.spec Log Message: auto-import chemical-mime-data-0.1.93-3 on branch devel from chemical-mime-data-0.1.93-3.src.rpm chemical-mime-data-pkgconfdir.patch: --- NEW FILE chemical-mime-data-pkgconfdir.patch --- --- Makefile.in.pkgconfdir 2006-05-19 14:52:40.000000000 +0200 +++ Makefile.in 2006-12-03 20:20:37.000000000 +0100 @@ -273,7 +273,7 @@ chemical-mime-data- at VERSION@.tar.bz2 DISTCHECK_CONFIGURE_FLAGS = --disable-update-database -pkgconfigdir = $(datadir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = chemical-mime-data.pc all: all-recursive --- NEW FILE chemical-mime-data.spec --- Name: chemical-mime-data Version: 0.1.93 Release: 3%{?dist} Summary: Support for chemical/* MIME types Group: System Environment/Libraries License: LGPL URL: http://sourceforge.net/projects/chemical-mime/ Source0: http://dl.sourceforge.net/xvidcap/%{name}-%{version}.tar.bz2 Patch0: chemical-mime-data-pkgconfdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-XML-Parser BuildRequires: libxml2 BuildRequires: libxslt BuildRequires: librsvg2 BuildRequires: shared-mime-info BuildRequires: pkgconfig Requires: pkgconfig Requires: shared-mime-info Requires: hicolor-icon-theme %description A collection of data files which tries to give support for various chemical MIME types (chemical/*) on Linux/UNIX desktops. Chemical MIME's have been proposed in 1995, though it seems they have never been registered with IANA. %prep %setup -q %patch0 -p0 -b .pkgconfdir %build %configure --disable-update-database \ --without-gnome2_4-mime \ --without-pixmaps make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT %post update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING HACKING NEWS README THANKS TODO %{_datadir}/icons/crystalsvg %{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-chemical.png %{_datadir}/icons/hicolor/scalable/mimetypes/gnome-mime-chemical.svgz %{_datadir}/mime/packages/chemical-mime-data.xml %{_datadir}/mimelnk %{_libdir}/pkgconfig/chemical-mime-data.pc %changelog * Mon Dec 04 2006 Julian Sikorski - 0.1.93-3 - Removed INSTALL from %doc * Sun Dec 03 2006 Julian Sikorski - 0.1.93-2 - Fixed ownership - Fixed .pc file location * Sun Dec 03 2006 Julian Sikorski - 0.1.93-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/chemical-mime-data/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 07:31:19 -0000 1.1 +++ .cvsignore 5 Dec 2006 07:32:31 -0000 1.2 @@ -0,0 +1 @@ +chemical-mime-data-0.1.93.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/chemical-mime-data/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 07:31:19 -0000 1.1 +++ sources 5 Dec 2006 07:32:31 -0000 1.2 @@ -0,0 +1 @@ +22705a35c232cf46d3fcfa91ec748fa8 chemical-mime-data-0.1.93.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 5 07:44:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:03 -0500 Subject: rpms/gnome-chemistry-utils - New directory Message-ID: <200612050744.kB57i3di001398@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1394/gnome-chemistry-utils Log Message: Directory /cvs/extras/rpms/gnome-chemistry-utils added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:44:08 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:08 -0500 Subject: rpms/gnome-chemistry-utils/devel - New directory Message-ID: <200612050744.kB57i8AH001411@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1394/gnome-chemistry-utils/devel Log Message: Directory /cvs/extras/rpms/gnome-chemistry-utils/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:44:27 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:27 -0500 Subject: rpms/gnome-chemistry-utils Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050744.kB57iRoq001442@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1436 Added Files: Makefile import.log Log Message: Setup of module gnome-chemistry-utils --- NEW FILE Makefile --- # Top level Makefile for module gnome-chemistry-utils all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 07:44:33 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:33 -0500 Subject: rpms/gnome-chemistry-utils/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050744.kB57iXLH001457@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1436/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-chemistry-utils --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 07:45:51 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:45:51 -0500 Subject: rpms/gnome-chemistry-utils import.log,1.1,1.2 Message-ID: <200612050745.kB57jpqg001526@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496 Modified Files: import.log Log Message: auto-import gnome-chemistry-utils-0.6.3-4 on branch devel from gnome-chemistry-utils-0.6.3-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 07:44:27 -0000 1.1 +++ import.log 5 Dec 2006 07:45:21 -0000 1.2 @@ -0,0 +1 @@ +gnome-chemistry-utils-0_6_3-4:HEAD:gnome-chemistry-utils-0.6.3-4.src.rpm:1165304939 From fedora-extras-commits at redhat.com Tue Dec 5 07:45:51 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:45:51 -0500 Subject: rpms/gnome-chemistry-utils/devel gnome-chemistry-utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050745.kB57jp26001530@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496/devel Modified Files: .cvsignore sources Added Files: gnome-chemistry-utils.spec Log Message: auto-import gnome-chemistry-utils-0.6.3-4 on branch devel from gnome-chemistry-utils-0.6.3-4.src.rpm --- NEW FILE gnome-chemistry-utils.spec --- Name: gnome-chemistry-utils Version: 0.6.3 Release: 4%{?dist} Summary: A set of chemical utilities Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchemutils/ Source0: http://download.savannah.nongnu.org/releases/gchemutils/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openbabel-devel BuildRequires: goffice-devel BuildRequires: perl-XML-Parser BuildRequires: gtkglext-devel BuildRequires: libgnomeprintui22-devel BuildRequires: firefox-devel BuildRequires: man BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: chemical-mime-data Requires: chemical-mime-data %description This package is a set of chemical utils. Three programs are avaible: * A 3D molecular structure viewer (GChem3Viewer). * A Chemical calculator (GChemCalc). * A periodic table of the elements application (GChemTable). %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libgnomeui-devel Requires: libgnomeprintui22-devel Requires: gtkglext-devel Requires: openbabel-devel Requires: pkgconfig %description devel This package is a set of chemical utils. Three programs are avaible: * A 3D molecular structure viewer (GChem3Viewer). * A Chemical calculator (GChemCalc). * A periodic table of the elements application (GChemTable). This package contains development files for %{name} %package mozplugin Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description mozplugin This package is a set of chemical utils. Three programs are avaible: * A 3D molecular structure viewer (GChem3Viewer). * A Chemical calculator (GChemCalc). * A periodic table of the elements application (GChemTable). This package contains the mozilla plugin %prep %setup -q %build %configure --disable-update-databases \ --with-mozilla-libdir=%{_libdir}/mozilla make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gchem3d-viewer.desktop desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gchemcalc.desktop desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gchemtable.desktop %find_lang %{name} #kill libtool archives rm -f $RPM_BUILD_ROOT%{_libdir}/libgcu.la rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozgcu.la #kill intrusive docs rm -rf $RPM_BUILD_ROOT%{_docdir}/gchemutils %clean rm -rf $RPM_BUILD_ROOT %post update-desktop-database &> /dev/null ||: /sbin/ldconfig %postun update-desktop-database &> /dev/null ||: /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %{_bindir}/gchem3d-viewer %{_bindir}/gchemcalc %{_bindir}/gchemtable %{_datadir}/applications/fedora-gchem3d-viewer.desktop %{_datadir}/applications/fedora-gchemcalc.desktop %{_datadir}/applications/fedora-gchemtable.desktop %{_libdir}/libgcu.so.* %{_libexecdir}/chem-viewer %{_datadir}/gchemutils %{_mandir}/man1/gchem3d-viewer.1* %{_mandir}/man1/gchemcalc.1* %{_mandir}/man1/gchemtable.1* %{_mandir}/man3/libgcu.3* %files devel %defattr(-,root,root,-) %doc docs/reference/html %{_includedir}/gchemutils %{_libdir}/libgcu.so %{_libdir}/pkgconfig/gcu.pc %files mozplugin %defattr(-,root,root,-) %{_libdir}/mozilla/plugins/libmozgcu.so %changelog * Sun Dec 03 2006 Julian Sikorski - 0.6.3-4 - Removed obsolete stuff - Fixed support for chemical-mime-data - Removed --add-category X-Fedora from desktop-file-install command * Sun Dec 03 2006 Julian Sikorski - 0.6.3-3 - Added doxygen to BuildRequires - Added support for chemical-mime-data * Sun Dec 03 2006 Julian Sikorski - 0.6.3-2 - Fixed Requires for -devel and -mozplugin packages - Moved files in docs/reference/html to the devel package - Install .desktop files using desktop-file-install - Removed redundant stuff - Preserve timestamps * Sat Dec 02 2006 Julian Sikorski - 0.6.3-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 07:44:33 -0000 1.1 +++ .cvsignore 5 Dec 2006 07:45:21 -0000 1.2 @@ -0,0 +1 @@ +gnome-chemistry-utils-0.6.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 07:44:33 -0000 1.1 +++ sources 5 Dec 2006 07:45:21 -0000 1.2 @@ -0,0 +1 @@ +6250bcdbf7d4cafcbdc37a791a96deca gnome-chemistry-utils-0.6.3.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 08:11:17 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 03:11:17 -0500 Subject: owners owners.list,1.2061,1.2062 Message-ID: <200612050811.kB58BHpK004752@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4733 Modified Files: owners.list Log Message: Added chemical-mime-data and gnome-chemistry-utils Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2061 retrieving revision 1.2062 diff -u -r1.2061 -r1.2062 --- owners.list 5 Dec 2006 04:34:12 -0000 1.2061 +++ owners.list 5 Dec 2006 08:10:47 -0000 1.2062 @@ -196,6 +196,7 @@ Fedora Extras|cgoban|X board for playing go|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|charis-fonts|Charis SIL fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org|kevin at tummy.com Fedora Extras|check|A unit test framework for C|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|chemical-mime-data|Support for chemical/* MIME types|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|chemtool|A program for 2D drawing organic molecules|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|chess|3D chess game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|childsplay|Suite of educational games for young children|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -587,6 +588,7 @@ Fedora Extras|gnome-applet-timer|A countdown timer applet for the GNOME panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-build|The GNOME build framework|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|gnome-chemistry-utils|A set of chemical utilities|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-libs|The main GNOME1 libraries|paul at city-fan.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 09:38:11 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:38:11 -0500 Subject: rpms/john/FC-6 john-1.6-pointer.patch,NONE,1.1 john.spec,1.9,1.10 Message-ID: <200612050938.kB59cB0i009752@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9734 Modified Files: john.spec Added Files: john-1.6-pointer.patch Log Message: Add pointer patch and rebuild for x86_64 etc. john-1.6-pointer.patch: --- NEW FILE john-1.6-pointer.patch --- Endast i john-1.6.hacked/run: john.pot Endast i john-1.6.hacked/run: restore diff -ru john-1.6/src/detect.c john-1.6.hacked/src/detect.c --- john-1.6/src/detect.c 1998-12-03 01:29:50.000000000 +0100 +++ john-1.6.hacked/src/detect.c 2005-07-26 10:50:09.000000000 +0200 @@ -8,6 +8,7 @@ */ #include +#include int main(int argc, char **argv) { @@ -32,11 +33,7 @@ "#define ARCH_LITTLE_ENDIAN\t\t%d\n" "#define ARCH_INT_GT_32\t\t\t%d\n" "#define ARCH_ALLOWS_UNALIGNED\t\t0\n" -#ifdef __alpha__ -"#define ARCH_INDEX\t\t\tunsigned long\n" -#else -"#define ARCH_INDEX\t\t\tunsigned int\n" -#endif +"#define ARCH_INDEX\t\t\tunsigned %s\n" "\n" #ifdef OS_TIMER "#define OS_TIMER\t\t\t1\n" @@ -58,7 +55,8 @@ (int)(sizeof(long) * 8), (int)(sizeof(long) * 8), (int)(*(char *)&value), - (sizeof(int) > 4) ? 1 : 0); + (sizeof(int) > 4) ? 1 : 0, + sizeof(void*) == sizeof(long) ? "long" : "int"); puts( "#define CPU_DETECT\t\t\t0\n"); Endast i john-1.6.hacked/src: .detect.c.swp Index: john.spec =================================================================== RCS file: /cvs/extras/rpms/john/FC-6/john.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- john.spec 9 Oct 2006 08:32:32 -0000 1.9 +++ john.spec 5 Dec 2006 09:37:41 -0000 1.10 @@ -1,13 +1,14 @@ Summary: John the Ripper password cracker Name: john Version: 1.6 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.openwall.com/john License: GPL Group: Applications/System Source0: http://www.openwall.com/john/dl/john-1.6.tar.gz Patch0: john-1.6-rh.patch +Patch0: john-1.6-pointer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description @@ -18,6 +19,7 @@ %prep %setup -q %patch0 -p2 -b .orig +%patch1 -p2 -b .orig chmod 644 doc/* %build @@ -55,6 +57,9 @@ %{_datadir}/%{name} %changelog +* Tue Dec 05 2006 Gavin Henry - 1.6-6 +- pointer patch for bug #164251 + * Mon Oct 09 2006 Jeremy Katz - 1.6-5 - FC6 Rebuild From fedora-extras-commits at redhat.com Tue Dec 5 09:39:24 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:39:24 -0500 Subject: rpms/john/FC-6 john.spec,1.10,1.11 Message-ID: <200612050939.kB59dO53009817@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9802 Modified Files: john.spec Log Message: patch typo Index: john.spec =================================================================== RCS file: /cvs/extras/rpms/john/FC-6/john.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- john.spec 5 Dec 2006 09:37:41 -0000 1.10 +++ john.spec 5 Dec 2006 09:38:54 -0000 1.11 @@ -8,7 +8,7 @@ Group: Applications/System Source0: http://www.openwall.com/john/dl/john-1.6.tar.gz Patch0: john-1.6-rh.patch -Patch0: john-1.6-pointer.patch +Patch1: john-1.6-pointer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description From fedora-extras-commits at redhat.com Tue Dec 5 09:41:13 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:41:13 -0500 Subject: rpms/john/FC-5 john.spec,1.8,1.9 Message-ID: <200612050941.kB59fDbi009897@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9876 Modified Files: john.spec Log Message: Add pointer patch and rebuild for x86_64 etc. Index: john.spec =================================================================== RCS file: /cvs/extras/rpms/john/FC-5/john.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- john.spec 22 May 2005 23:45:04 -0000 1.8 +++ john.spec 5 Dec 2006 09:40:43 -0000 1.9 @@ -1,13 +1,14 @@ Summary: John the Ripper password cracker Name: john Version: 1.6 -Release: 4 +Release: 5%{?dist} URL: http://www.openwall.com/john License: GPL Group: Applications/System Source0: http://www.openwall.com/john/dl/john-1.6.tar.gz Patch0: john-1.6-rh.patch +Patch1: john-1.6-pointer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description @@ -18,6 +19,7 @@ %prep %setup -q %patch0 -p2 -b .orig +%patch1 -p2 -b .orig chmod 644 doc/* %build @@ -55,6 +57,9 @@ %{_datadir}/%{name} %changelog +* Tue Dec 05 2006 Gavin Henry - 1.6-5 +- pointer patch for bug #164251 + * Sun May 22 2005 Jeremy Katz - 1.6-4 - rebuild on all arches From fedora-extras-commits at redhat.com Tue Dec 5 09:44:05 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:44:05 -0500 Subject: rpms/john/FC-5 john-1.6-pointer.patch,NONE,1.1 Message-ID: <200612050944.kB59i5hf009942@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9935 Added Files: john-1.6-pointer.patch Log Message: Add pointer patch and rebuild for x86_64 etc. john-1.6-pointer.patch: --- NEW FILE john-1.6-pointer.patch --- Endast i john-1.6.hacked/run: john.pot Endast i john-1.6.hacked/run: restore diff -ru john-1.6/src/detect.c john-1.6.hacked/src/detect.c --- john-1.6/src/detect.c 1998-12-03 01:29:50.000000000 +0100 +++ john-1.6.hacked/src/detect.c 2005-07-26 10:50:09.000000000 +0200 @@ -8,6 +8,7 @@ */ #include +#include int main(int argc, char **argv) { @@ -32,11 +33,7 @@ "#define ARCH_LITTLE_ENDIAN\t\t%d\n" "#define ARCH_INT_GT_32\t\t\t%d\n" "#define ARCH_ALLOWS_UNALIGNED\t\t0\n" -#ifdef __alpha__ -"#define ARCH_INDEX\t\t\tunsigned long\n" -#else -"#define ARCH_INDEX\t\t\tunsigned int\n" -#endif +"#define ARCH_INDEX\t\t\tunsigned %s\n" "\n" #ifdef OS_TIMER "#define OS_TIMER\t\t\t1\n" @@ -58,7 +55,8 @@ (int)(sizeof(long) * 8), (int)(sizeof(long) * 8), (int)(*(char *)&value), - (sizeof(int) > 4) ? 1 : 0); + (sizeof(int) > 4) ? 1 : 0, + sizeof(void*) == sizeof(long) ? "long" : "int"); puts( "#define CPU_DETECT\t\t\t0\n"); Endast i john-1.6.hacked/src: .detect.c.swp From fedora-extras-commits at redhat.com Tue Dec 5 10:20:58 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 5 Dec 2006 05:20:58 -0500 Subject: extras-repoclosure PackageOwners.py,1.7,1.8 Message-ID: <200612051021.kB5AKwNF013297@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13281 Modified Files: PackageOwners.py Log Message: fix empty co-owner lists Index: PackageOwners.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/PackageOwners.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- PackageOwners.py 22 Sep 2006 13:22:34 -0000 1.7 +++ PackageOwners.py 5 Dec 2006 10:20:58 -0000 1.8 @@ -103,7 +103,10 @@ continue try: (repo,pkgname,summary,email,qacontact,cc) = line.rstrip().split('|') - (ccowners) = cc.split(',') + if len(cc): + (ccowners) = cc.split(',') + else: + ccowners = [] if email.find('@') < 0: # owners.list is broken raise Exception self.dict[pkgname] = { From fedora-extras-commits at redhat.com Tue Dec 5 10:23:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 5 Dec 2006 05:23:53 -0500 Subject: owners owners.list,1.2062,1.2063 Message-ID: <200612051023.kB5ANreq013343@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13323 Modified Files: owners.list Log Message: fix wormsoup entry Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2062 retrieving revision 1.2063 diff -u -r1.2062 -r1.2063 --- owners.list 5 Dec 2006 08:10:47 -0000 1.2062 +++ owners.list 5 Dec 2006 10:23:23 -0000 1.2063 @@ -42,7 +42,7 @@ Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleyoop|Graphical front-end to the Valgrind memory checker|giallu at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org +Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| Fedora Extras|alsa-tools|Specialist tools for ALSA|rpm at timj.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 13:07:10 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 5 Dec 2006 08:07:10 -0500 Subject: rpms/njb-sharp/devel njb-sharp.spec,1.3,1.4 Message-ID: <200612051307.kB5D7AEB023110@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23091 Modified Files: njb-sharp.spec Log Message: Bad scriptlet AGAIN. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/devel/njb-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- njb-sharp.spec 4 Dec 2006 19:10:31 -0000 1.3 +++ njb-sharp.spec 5 Dec 2006 13:06:40 -0000 1.4 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,7 +50,7 @@ rm -rf %{buildroot} %post -if [-x %{_bindir}/monodoc ]; then +if [ -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null fi @@ -70,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Tue Dec 5 2006 Linus Walleij 0.3.0-8 +- Damn broke the scriptlet by missing space. Sorry for this. + * Mon Dec 4 2006 Linus Walleij 0.3.0-7 - Fixup scriptlet for ppl who don't use the docs. From fedora-extras-commits at redhat.com Tue Dec 5 13:08:30 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 5 Dec 2006 08:08:30 -0500 Subject: rpms/njb-sharp/FC-6 njb-sharp.spec,1.3,1.4 Message-ID: <200612051308.kB5D8U7p023169@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23154 Modified Files: njb-sharp.spec Log Message: Bad scriptlet AGAIN. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/FC-6/njb-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- njb-sharp.spec 4 Dec 2006 19:12:45 -0000 1.3 +++ njb-sharp.spec 5 Dec 2006 13:08:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,7 +50,7 @@ rm -rf %{buildroot} %post -if [-x %{_bindir}/monodoc ]; then +if [ -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null fi @@ -70,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Tue Dec 5 2006 Linus Walleij 0.3.0-8 +- Damn broke the scriptlet by missing space. Sorry for this. + * Mon Dec 4 2006 Linus Walleij 0.3.0-7 - Fixup scriptlet for ppl who don't use the docs. From fedora-extras-commits at redhat.com Tue Dec 5 14:09:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:09:24 -0500 Subject: rpms/gtkwave/devel .cvsignore, 1.27, 1.28 gtkwave.spec, 1.29, 1.30 sources, 1.27, 1.28 Message-ID: <200612051409.kB5E9O9v026448@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26429 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 10:47:54 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:08:54 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- gtkwave.spec 28 Nov 2006 10:47:54 -0000 1.29 +++ gtkwave.spec 5 Dec 2006 14:08:54 -0000 1.30 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 10:47:54 -0000 1.27 +++ sources 5 Dec 2006 14:08:54 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 14:27:11 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:27:11 -0500 Subject: rpms/gtkwave/FC-6 .cvsignore, 1.27, 1.28 gtkwave.spec, 1.29, 1.30 sources, 1.27, 1.28 Message-ID: <200612051427.kB5ERBlA026730@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26709 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-6/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 11:17:45 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:26:41 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-6/gtkwave.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- gtkwave.spec 28 Nov 2006 11:17:45 -0000 1.29 +++ gtkwave.spec 5 Dec 2006 14:26:41 -0000 1.30 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-6/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 11:17:45 -0000 1.27 +++ sources 5 Dec 2006 14:26:41 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 14:28:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:28:17 -0500 Subject: rpms/gtkwave/FC-5 .cvsignore, 1.27, 1.28 gtkwave.spec, 1.27, 1.28 sources, 1.27, 1.28 Message-ID: <200612051428.kB5ESHfc026793@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26774 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 11:19:43 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:27:47 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- gtkwave.spec 28 Nov 2006 11:19:43 -0000 1.27 +++ gtkwave.spec 5 Dec 2006 14:27:47 -0000 1.28 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 11:19:43 -0000 1.27 +++ sources 5 Dec 2006 14:27:47 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 14:36:31 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:36:31 -0500 Subject: rpms/gtkwave/FC-4 .cvsignore, 1.27, 1.28 gtkwave.spec, 1.26, 1.27 sources, 1.27, 1.28 Message-ID: <200612051436.kB5EaVA9026881@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26862 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 11:21:40 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:36:00 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gtkwave.spec 28 Nov 2006 11:21:40 -0000 1.26 +++ gtkwave.spec 5 Dec 2006 14:36:00 -0000 1.27 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 11:21:40 -0000 1.27 +++ sources 5 Dec 2006 14:36:00 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 15:28:16 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 5 Dec 2006 10:28:16 -0500 Subject: rpms/jd/devel .cvsignore, 1.32, 1.33 jd.spec, 1.39, 1.40 sources, 1.32, 1.33 Message-ID: <200612051528.kB5FSG4x030235@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30191 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 5 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061205 - cvs 061205 (24:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 4 Dec 2006 15:17:16 -0000 1.32 +++ .cvsignore 5 Dec 2006 15:27:46 -0000 1.33 @@ -1 +1 @@ -jd-1.8.1-cvs061204.tgz +jd-1.8.1-cvs061205.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- jd.spec 4 Dec 2006 15:17:16 -0000 1.39 +++ jd.spec 5 Dec 2006 15:27:46 -0000 1.40 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061204 +%define strtag cvs061205 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 4 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061204 -- cvs 061204 (24:05 JST) +* Tue Dec 5 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061205 +- cvs 061205 (24:20 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 4 Dec 2006 15:17:16 -0000 1.32 +++ sources 5 Dec 2006 15:27:46 -0000 1.33 @@ -1 +1 @@ -8224f64b7522ae3b726142462bfb4317 jd-1.8.1-cvs061204.tgz +b3040769a58c0aebac4c94b7c50add38 jd-1.8.1-cvs061205.tgz From fedora-extras-commits at redhat.com Tue Dec 5 15:28:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 5 Dec 2006 10:28:43 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.17, 1.18 ochusha.spec, 1.18, 1.19 sources, 1.17, 1.18 Message-ID: <200612051528.kB5FShFA030276@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30216 Modified Files: .cvsignore ochusha.spec sources Log Message: * Tue Dec 5 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061205 - 0.5.99.63.12 cvs 061205 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 4 Dec 2006 15:17:36 -0000 1.17 +++ .cvsignore 5 Dec 2006 15:28:13 -0000 1.18 @@ -1 +1 @@ -ochusha-0.5.99.63.12-cvs061204.tar.bz2 +ochusha-0.5.99.63.12-cvs061205.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ochusha.spec 4 Dec 2006 15:17:36 -0000 1.18 +++ ochusha.spec 5 Dec 2006 15:28:13 -0000 1.19 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.12 -%define strtag cvs061204 +%define strtag cvs061205 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 3 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061204 -- 0.5.99.63.12 cvs 061204 (24:05 JST) +* Tue Dec 5 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061205 +- 0.5.99.63.12 cvs 061205 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 4 Dec 2006 15:17:36 -0000 1.17 +++ sources 5 Dec 2006 15:28:13 -0000 1.18 @@ -1 +1 @@ -e9383e106c876207153f22c93db05287 ochusha-0.5.99.63.12-cvs061204.tar.bz2 +de7dc9474b1a70914fcf94938bf95928 ochusha-0.5.99.63.12-cvs061205.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 5 16:04:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 5 Dec 2006 11:04:49 -0500 Subject: rpms/amavisd-new/devel amavisd-new.spec,1.12,1.13 Message-ID: <200612051604.kB5G4nDu001201@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1186 Modified Files: amavisd-new.spec Log Message: Add missing amavisd-release script. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- amavisd-new.spec 15 Nov 2006 02:32:24 -0000 1.12 +++ amavisd-new.spec 5 Dec 2006 16:04:19 -0000 1.13 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.3 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Release: 5%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -89,7 +89,7 @@ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m755 amavisd-{agent,nanny} $RPM_BUILD_ROOT%{_bindir}/ +install -m755 amavisd-{agent,nanny,release} $RPM_BUILD_ROOT%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd @@ -153,6 +153,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Fri Dec 01 2006 Steven Pritchard 2.4.3-5 +- Add missing amavisd-release script. + * Tue Nov 14 2006 Steven Pritchard 2.4.3-4 - Rebuild. From fedora-extras-commits at redhat.com Tue Dec 5 16:14:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:14:53 -0500 Subject: rpms/perl-Math-Round Makefile,1.1,1.2 Message-ID: <200612051614.kB5GEr95001523@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1471 Modified Files: Makefile Log Message: update to 0.06 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 3 Jul 2006 23:42:38 -0000 1.1 +++ Makefile 5 Dec 2006 16:14:23 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Tue Dec 5 16:14:58 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:14:58 -0500 Subject: rpms/perl-Math-Round/devel .cvsignore, 1.2, 1.3 perl-Math-Round.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051614.kB5GEwUv001532@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1471/devel Modified Files: .cvsignore perl-Math-Round.spec sources Log Message: update to 0.06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Jul 2006 23:42:47 -0000 1.2 +++ .cvsignore 5 Dec 2006 16:14:28 -0000 1.3 @@ -1 +1 @@ -Math-Round-0.05.tar.gz +Math-Round-0.06.tar.gz Index: perl-Math-Round.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/devel/perl-Math-Round.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-Round.spec 1 Sep 2006 04:16:04 -0000 1.3 +++ perl-Math-Round.spec 5 Dec 2006 16:14:28 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Math-Round -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Perl extension for rounding numbers Group: Development/Libraries @@ -24,19 +22,22 @@ %prep %setup -q -n Math-Round-%{version} +# remove errant execute bits +find . -type f -exec chmod -x {} ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -55,6 +56,10 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 0.06-1 +- update to 0.06 +- minor spec file tweaks + * Thu Aug 31 2006 Chris Weyl 0.05-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 23:42:47 -0000 1.2 +++ sources 5 Dec 2006 16:14:28 -0000 1.3 @@ -1 +1 @@ -ef35f988b32be4af3b3ccee131ece87f Math-Round-0.05.tar.gz +552cef2753b246f97a6e20d8dee66e7c Math-Round-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:14:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:14:53 -0500 Subject: rpms/perl-Math-Round/FC-5 perl-Math-Round.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612051614.kB5GErfQ001527@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1471/FC-5 Modified Files: perl-Math-Round.spec sources Log Message: update to 0.06 Index: perl-Math-Round.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-5/perl-Math-Round.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Math-Round.spec 3 Jul 2006 23:46:11 -0000 1.2 +++ perl-Math-Round.spec 5 Dec 2006 16:14:23 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Math-Round -Version: 0.05 +Version: 0.06 Release: 1%{?dist} Summary: Perl extension for rounding numbers @@ -24,19 +22,22 @@ %prep %setup -q -n Math-Round-%{version} +# remove errant execute bits +find . -type f -exec chmod -x {} ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -55,6 +56,13 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 0.06-1 +- update to 0.06 +- minor spec file tweaks + +* Thu Aug 31 2006 Chris Weyl 0.05-2 +- bump for mass rebuild + * Mon Jul 3 2006 Chris Weyl 0.05-1 - bump for F-E release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 23:42:47 -0000 1.2 +++ sources 5 Dec 2006 16:14:23 -0000 1.3 @@ -1 +1 @@ -ef35f988b32be4af3b3ccee131ece87f Math-Round-0.05.tar.gz +552cef2753b246f97a6e20d8dee66e7c Math-Round-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:17:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 5 Dec 2006 11:17:00 -0500 Subject: rpms/amavisd-new/devel .cvsignore, 1.6, 1.7 amavisd-new.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200612051617.kB5GH0ZH001706@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1681 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Update to 2.4.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 22:47:43 -0000 1.6 +++ .cvsignore 5 Dec 2006 16:16:30 -0000 1.7 @@ -1 +1 @@ -amavisd-new-2.4.3.tar.gz +amavisd-new-2.4.4.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- amavisd-new.spec 5 Dec 2006 16:04:19 -0000 1.13 +++ amavisd-new.spec 5 Dec 2006 16:16:30 -0000 1.14 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.3 -Release: 5%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.4.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -153,6 +153,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Tue Dec 05 2006 Steven Pritchard 2.4.4-1 +- Update to 2.4.4. + * Fri Dec 01 2006 Steven Pritchard 2.4.3-5 - Add missing amavisd-release script. Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 22:47:43 -0000 1.6 +++ sources 5 Dec 2006 16:16:30 -0000 1.7 @@ -1 +1 @@ -7c5f23b1cd523df31d10cf38150e8cea amavisd-new-2.4.3.tar.gz +08b009ca24dc3676293fc6b80db250a3 amavisd-new-2.4.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:19:35 2006 From: fedora-extras-commits at redhat.com (Mark Hamzy (hamzy)) Date: Tue, 5 Dec 2006 11:19:35 -0500 Subject: rpms/sblim-cmpi-base/devel sblim-cmpi-base.spec,1.5,1.6 Message-ID: <200612051619.kB5GJZdh001788@cvs-int.fedora.redhat.com> Author: hamzy Update of /cvs/extras/rpms/sblim-cmpi-base/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1769/sblim-cmpi-base/devel Modified Files: sblim-cmpi-base.spec Log Message: Ignore failures when running provider-register.sh. cimserver may be down Index: sblim-cmpi-base.spec =================================================================== RCS file: /cvs/extras/rpms/sblim-cmpi-base/devel/sblim-cmpi-base.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sblim-cmpi-base.spec 4 Oct 2006 23:10:17 -0000 1.5 +++ sblim-cmpi-base.spec 5 Dec 2006 16:19:05 -0000 1.6 @@ -12,7 +12,7 @@ Summary: SBLIM Base Providers Name: sblim-cmpi-base Version: 1.5.4 -Release: 6%{?dist} +Release: 7%{?dist} Group: Systems Management/Base URL: http://www.sblim.org License: CPL @@ -73,14 +73,14 @@ if [ $1 -gt 1 ] then %{_datadir}/%{name}/provider-register.sh -d -t pegasus \ - -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 + -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 || :; fi %post # Register Schema and Provider - this is higly provider specific %{_datadir}/%{name}/provider-register.sh -t pegasus \ - -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 + -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 || :; /sbin/ldconfig @@ -89,7 +89,7 @@ if [ $1 -eq 0 ] then %{_datadir}/%{name}/provider-register.sh -d -t pegasus \ - -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 + -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 || :; fi %postun -p /sbin/ldconfig @@ -119,10 +119,12 @@ %{_datadir}/sblim-testsuite %changelog +* Tue Dec 05 2006 Mark Hamzy 1.5.4-7 + - Ignore failures when running provider-register.sh. cimserver may be down + * Thu Oct 05 2006 Christian Iseli 1.5.4-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 - * Thu Nov 10 2005 - 1.5.4-3 - suppress error output in post scriptlets From fedora-extras-commits at redhat.com Tue Dec 5 16:21:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:18 -0500 Subject: rpms/perl-Locale-SubCountry Makefile,1.1,1.2 Message-ID: <200612051621.kB5GLI5S001903@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845 Modified Files: Makefile Log Message: update to 1.38 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 5 Jul 2006 19:39:01 -0000 1.1 +++ Makefile 5 Dec 2006 16:20:48 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Tue Dec 5 16:21:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:19 -0500 Subject: rpms/perl-Locale-SubCountry/FC-5 perl-Locale-SubCountry.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612051621.kB5GLJEf001907@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/FC-5 Modified Files: perl-Locale-SubCountry.spec sources Log Message: update to 1.38 Index: perl-Locale-SubCountry.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-5/perl-Locale-SubCountry.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Locale-SubCountry.spec 5 Jul 2006 19:48:42 -0000 1.2 +++ perl-Locale-SubCountry.spec 5 Dec 2006 16:20:49 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Locale-SubCountry -Version: 1.37 +Version: 1.38 Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes @@ -28,9 +26,10 @@ %prep %setup -q -n Locale-SubCountry-%{version} +chmod -x examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # make sure the man page is UTF-8... @@ -41,11 +40,12 @@ %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -58,12 +58,19 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Dec 05 2006 Chris Weyl 1.38-1 +- update to 1.38 +- minor specfile tweaks + +* Thu Aug 31 2006 Chris Weyl 1.37-2 +- bump for mass rebuild + * Wed Jul 5 2006 Chris Weyl 1.37-1 - bump release for f-e build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:39:11 -0000 1.2 +++ sources 5 Dec 2006 16:20:49 -0000 1.3 @@ -1 +1 @@ -b6d365e2db967821c2f1fdfcf064cab6 Locale-SubCountry-1.37.tar.gz +fdd8540e52af7a17d1a72a04eee4d148 Locale-SubCountry-1.38.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:21:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:24 -0500 Subject: rpms/perl-Locale-SubCountry/FC-6 perl-Locale-SubCountry.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051621.kB5GLOLd001911@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/FC-6 Modified Files: perl-Locale-SubCountry.spec sources Log Message: update to 1.38 Index: perl-Locale-SubCountry.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-6/perl-Locale-SubCountry.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Locale-SubCountry.spec 1 Sep 2006 04:15:32 -0000 1.3 +++ perl-Locale-SubCountry.spec 5 Dec 2006 16:20:54 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Locale-SubCountry -Version: 1.37 -Release: 2%{?dist} +Version: 1.38 +Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes Group: Development/Libraries @@ -28,9 +26,10 @@ %prep %setup -q -n Locale-SubCountry-%{version} +chmod -x examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # make sure the man page is UTF-8... @@ -41,11 +40,12 @@ %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -58,12 +58,16 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Dec 05 2006 Chris Weyl 1.38-1 +- update to 1.38 +- minor specfile tweaks + * Thu Aug 31 2006 Chris Weyl 1.37-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:39:11 -0000 1.2 +++ sources 5 Dec 2006 16:20:54 -0000 1.3 @@ -1 +1 @@ -b6d365e2db967821c2f1fdfcf064cab6 Locale-SubCountry-1.37.tar.gz +fdd8540e52af7a17d1a72a04eee4d148 Locale-SubCountry-1.38.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:21:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:24 -0500 Subject: rpms/perl-Locale-SubCountry/devel .cvsignore, 1.2, 1.3 perl-Locale-SubCountry.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051621.kB5GLOuK001916@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/devel Modified Files: .cvsignore perl-Locale-SubCountry.spec sources Log Message: update to 1.38 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Jul 2006 19:39:11 -0000 1.2 +++ .cvsignore 5 Dec 2006 16:20:54 -0000 1.3 @@ -1 +1 @@ -Locale-SubCountry-1.37.tar.gz +Locale-SubCountry-1.38.tar.gz Index: perl-Locale-SubCountry.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/perl-Locale-SubCountry.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Locale-SubCountry.spec 1 Sep 2006 04:15:32 -0000 1.3 +++ perl-Locale-SubCountry.spec 5 Dec 2006 16:20:54 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Locale-SubCountry -Version: 1.37 -Release: 2%{?dist} +Version: 1.38 +Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes Group: Development/Libraries @@ -28,9 +26,10 @@ %prep %setup -q -n Locale-SubCountry-%{version} +chmod -x examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # make sure the man page is UTF-8... @@ -41,11 +40,12 @@ %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -58,12 +58,16 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Dec 05 2006 Chris Weyl 1.38-1 +- update to 1.38 +- minor specfile tweaks + * Thu Aug 31 2006 Chris Weyl 1.37-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:39:11 -0000 1.2 +++ sources 5 Dec 2006 16:20:54 -0000 1.3 @@ -1 +1 @@ -b6d365e2db967821c2f1fdfcf064cab6 Locale-SubCountry-1.37.tar.gz +fdd8540e52af7a17d1a72a04eee4d148 Locale-SubCountry-1.38.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:28:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:30 -0500 Subject: rpms/perl-POE-Filter-IRCD/FC-5 perl-POE-Filter-IRCD.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200612051628.kB5GSUgA002178@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/FC-5 Modified Files: perl-POE-Filter-IRCD.spec sources Log Message: update to 2.2 Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5/perl-POE-Filter-IRCD.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-POE-Filter-IRCD.spec 18 Sep 2006 04:44:11 -0000 1.6 +++ perl-POE-Filter-IRCD.spec 5 Dec 2006 16:28:00 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-IRCD -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol @@ -61,6 +61,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 2.2-1 +- update to 2.2 + * Sun Sep 17 2006 Chris Weyl 2.1-1 - update to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 Sep 2006 04:44:11 -0000 1.6 +++ sources 5 Dec 2006 16:28:00 -0000 1.7 @@ -1 +1 @@ -c14c685dc83a14c21666489df9be298d POE-Filter-IRCD-2.1.tar.gz +045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:28:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:30 -0500 Subject: rpms/perl-POE-Filter-IRCD Makefile,1.1,1.2 Message-ID: <200612051628.kB5GSUoB002174@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112 Modified Files: Makefile Log Message: update to 2.2 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 18 Jul 2006 18:13:06 -0000 1.1 +++ Makefile 5 Dec 2006 16:28:00 -0000 1.2 @@ -2,6 +2,14 @@ all : CVS/Root common-update @cvs update +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Tue Dec 5 16:28:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:36 -0500 Subject: rpms/perl-POE-Filter-IRCD/FC-6 perl-POE-Filter-IRCD.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612051628.kB5GSaR0002182@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/FC-6 Modified Files: perl-POE-Filter-IRCD.spec sources Log Message: update to 2.2 Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-6/perl-POE-Filter-IRCD.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-POE-Filter-IRCD.spec 18 Sep 2006 04:44:12 -0000 1.7 +++ perl-POE-Filter-IRCD.spec 5 Dec 2006 16:28:06 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-IRCD -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol @@ -61,6 +61,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 2.2-1 +- update to 2.2 + * Sun Sep 17 2006 Chris Weyl 2.1-1 - update to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 Sep 2006 04:44:12 -0000 1.6 +++ sources 5 Dec 2006 16:28:06 -0000 1.7 @@ -1 +1 @@ -c14c685dc83a14c21666489df9be298d POE-Filter-IRCD-2.1.tar.gz +045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:28:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:36 -0500 Subject: rpms/perl-POE-Filter-IRCD/devel .cvsignore, 1.6, 1.7 perl-POE-Filter-IRCD.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612051628.kB5GSaVb002187@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/devel Modified Files: .cvsignore perl-POE-Filter-IRCD.spec sources Log Message: update to 2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 18 Sep 2006 04:44:12 -0000 1.6 +++ .cvsignore 5 Dec 2006 16:28:06 -0000 1.7 @@ -1 +1 @@ -POE-Filter-IRCD-2.1.tar.gz +POE-Filter-IRCD-2.2.tar.gz Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/perl-POE-Filter-IRCD.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-POE-Filter-IRCD.spec 18 Sep 2006 04:44:12 -0000 1.7 +++ perl-POE-Filter-IRCD.spec 5 Dec 2006 16:28:06 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-IRCD -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol @@ -61,6 +61,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 2.2-1 +- update to 2.2 + * Sun Sep 17 2006 Chris Weyl 2.1-1 - update to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 Sep 2006 04:44:12 -0000 1.6 +++ sources 5 Dec 2006 16:28:06 -0000 1.7 @@ -1 +1 @@ -c14c685dc83a14c21666489df9be298d POE-Filter-IRCD-2.1.tar.gz +045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:33:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:33:10 -0500 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612051633.kB5GXAxq002388@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2335/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to 5.14 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-IRC.spec 23 Oct 2006 02:30:16 -0000 1.12 +++ perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.07 +Version: 5.14 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 5.14-1 +- update to 5.14 + * Sun Oct 22 2006 Chris Weyl 5.07-1 - update to 5.07 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Oct 2006 02:30:16 -0000 1.11 +++ sources 5 Dec 2006 16:32:40 -0000 1.12 @@ -1 +1 @@ -776f4e27fd605ea0b8064d42aad3fc9b POE-Component-IRC-5.07.tar.gz +d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:33:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:33:16 -0500 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.11, 1.12 perl-POE-Component-IRC.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612051633.kB5GXGW5002397@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2335/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: update to 5.14 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Oct 2006 02:30:18 -0000 1.11 +++ .cvsignore 5 Dec 2006 16:32:46 -0000 1.12 @@ -1 +1 @@ -POE-Component-IRC-5.07.tar.gz +POE-Component-IRC-5.14.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-IRC.spec 23 Oct 2006 02:30:18 -0000 1.12 +++ perl-POE-Component-IRC.spec 5 Dec 2006 16:32:46 -0000 1.13 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.07 +Version: 5.14 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 5.14-1 +- update to 5.14 + * Sun Oct 22 2006 Chris Weyl 5.07-1 - update to 5.07 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Oct 2006 02:30:18 -0000 1.11 +++ sources 5 Dec 2006 16:32:46 -0000 1.12 @@ -1 +1 @@ -776f4e27fd605ea0b8064d42aad3fc9b POE-Component-IRC-5.07.tar.gz +d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:33:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:33:10 -0500 Subject: rpms/perl-POE-Component-IRC/FC-6 perl-POE-Component-IRC.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612051633.kB5GXAEE002392@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2335/FC-6 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to 5.14 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/perl-POE-Component-IRC.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-IRC.spec 23 Oct 2006 02:30:18 -0000 1.12 +++ perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.07 +Version: 5.14 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 5.14-1 +- update to 5.14 + * Sun Oct 22 2006 Chris Weyl 5.07-1 - update to 5.07 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Oct 2006 02:30:18 -0000 1.11 +++ sources 5 Dec 2006 16:32:40 -0000 1.12 @@ -1 +1 @@ -776f4e27fd605ea0b8064d42aad3fc9b POE-Component-IRC-5.07.tar.gz +d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:44:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:44:11 -0500 Subject: rpms/perl-Math-Round/FC-6 perl-Math-Round.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051644.kB5GiBKn002575@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2554 Modified Files: perl-Math-Round.spec sources Log Message: update Index: perl-Math-Round.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-6/perl-Math-Round.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-Round.spec 1 Sep 2006 04:16:04 -0000 1.3 +++ perl-Math-Round.spec 5 Dec 2006 16:43:41 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Math-Round -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Perl extension for rounding numbers Group: Development/Libraries @@ -24,19 +22,22 @@ %prep %setup -q -n Math-Round-%{version} +# remove errant execute bits +find . -type f -exec chmod -x {} ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -55,6 +56,10 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 0.06-1 +- update to 0.06 +- minor spec file tweaks + * Thu Aug 31 2006 Chris Weyl 0.05-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 23:42:47 -0000 1.2 +++ sources 5 Dec 2006 16:43:41 -0000 1.3 @@ -1 +1 @@ -ef35f988b32be4af3b3ccee131ece87f Math-Round-0.05.tar.gz +552cef2753b246f97a6e20d8dee66e7c Math-Round-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:45 -0500 Subject: rpms/cmake/FC-4 .cvsignore, 1.5, 1.6 cmake.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612051652.kB5GqjPM002714@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/FC-4 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 27 Nov 2006 22:09:45 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cmake.spec 27 Nov 2006 22:09:45 -0000 1.8 +++ cmake.spec 5 Dec 2006 16:52:15 -0000 1.9 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -65,6 +65,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Mon Nov 27 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2006 22:09:45 -0000 1.5 +++ sources 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:45 -0500 Subject: rpms/cmake/FC-6 .cvsignore, 1.5, 1.6 cmake.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200612051652.kB5Gqj8e002722@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/FC-6 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 27 Nov 2006 22:03:48 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/cmake.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cmake.spec 27 Nov 2006 22:03:48 -0000 1.10 +++ cmake.spec 5 Dec 2006 16:52:15 -0000 1.11 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -60,6 +60,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Mon Nov 27 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2006 22:03:48 -0000 1.5 +++ sources 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:45 -0500 Subject: rpms/cmake/FC-5 .cvsignore, 1.5, 1.6 cmake.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200612051652.kB5GqjPZ002719@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/FC-5 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 27 Nov 2006 22:07:23 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cmake.spec 27 Nov 2006 22:07:23 -0000 1.6 +++ cmake.spec 5 Dec 2006 16:52:15 -0000 1.7 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -60,6 +60,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Mon Nov 27 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2006 22:07:23 -0000 1.5 +++ sources 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:51 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:51 -0500 Subject: rpms/cmake/devel .cvsignore, 1.5, 1.6 cmake.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200612051652.kB5GqpK6002732@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/devel Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 04:15:08 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:21 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cmake.spec 22 Nov 2006 04:15:08 -0000 1.10 +++ cmake.spec 5 Dec 2006 16:52:21 -0000 1.11 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -60,6 +60,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Tue Nov 21 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 04:15:08 -0000 1.5 +++ sources 5 Dec 2006 16:52:21 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 17:06:43 2006 From: fedora-extras-commits at redhat.com (John Dennis (jdennis)) Date: Tue, 5 Dec 2006 12:06:43 -0500 Subject: rpms/cyrus-imapd/FC-5 cyrus-imapd.pam-config, 1.1, 1.2 cyrus-imapd.spec, 1.12, 1.13 Message-ID: <200612051706.kB5H6hc0006164@cvs-int.fedora.redhat.com> Author: jdennis Update of /cvs/extras/rpms/cyrus-imapd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6103 Modified Files: cyrus-imapd.pam-config cyrus-imapd.spec Log Message: Resolves: bug# 191710 Deprecated pam_stack module called from service "imap" Index: cyrus-imapd.pam-config =================================================================== RCS file: /cvs/extras/rpms/cyrus-imapd/FC-5/cyrus-imapd.pam-config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cyrus-imapd.pam-config 15 Apr 2005 20:24:15 -0000 1.1 +++ cyrus-imapd.pam-config 5 Dec 2006 17:06:13 -0000 1.2 @@ -1,3 +1,3 @@ #%PAM-1.0 -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth +auth include system-auth +account include system-auth Index: cyrus-imapd.spec =================================================================== RCS file: /cvs/extras/rpms/cyrus-imapd/FC-5/cyrus-imapd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cyrus-imapd.spec 28 Feb 2006 22:24:03 -0000 1.12 +++ cyrus-imapd.spec 5 Dec 2006 17:06:13 -0000 1.13 @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.1 -Release: 2.6%{?dist} +Release: 2.7%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -833,6 +833,9 @@ %{_mandir}/man1/* %changelog +* Tue Dec 5 2006 John Dennis - 2.3.1-2.7 +- Resolves: bug# 191710 Deprecated pam_stack module called from service "imap" + * Tue Feb 28 2006 John Dennis - 2.3.1-2 - bring up to Simon Matter's 2.3.1-2 release - fix bug #173319, require cyrus-sasl-lib instead of cyrus-sasl From fedora-extras-commits at redhat.com Tue Dec 5 17:22:09 2006 From: fedora-extras-commits at redhat.com (John Dennis (jdennis)) Date: Tue, 5 Dec 2006 12:22:09 -0500 Subject: rpms/cyrus-imapd/devel cyrus-imapd.spec,1.16,1.17 Message-ID: <200612051722.kB5HM9oq006305@cvs-int.fedora.redhat.com> Author: jdennis Update of /cvs/extras/rpms/cyrus-imapd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6273 Modified Files: cyrus-imapd.spec Log Message: Resolves: bug# 218046: Cyrus-imapd in rawhide needs to be rebuilt against new snmp package Index: cyrus-imapd.spec =================================================================== RCS file: /cvs/extras/rpms/cyrus-imapd/devel/cyrus-imapd.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cyrus-imapd.spec 4 Oct 2006 23:00:10 -0000 1.16 +++ cyrus-imapd.spec 5 Dec 2006 17:21:39 -0000 1.17 @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.7 -Release: 4%{?dist} +Release: 5%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -806,6 +806,10 @@ %{_mandir}/man1/* %changelog +* Tue Dec 5 2006 John Dennis - 2.3.7-5 +- Resolves: bug# 218046: Cyrus-imapd in rawhide needs to be rebuilt + against new snmp package + * Thu Oct 05 2006 Christian Iseli 2.3.7-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Tue Dec 5 17:40:52 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Tue, 5 Dec 2006 12:40:52 -0500 Subject: rpms/php-pear-XML-Parser/devel xml2changelog, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Parser.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612051740.kB5HeqKf006454@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-XML-Parser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6434 Modified Files: .cvsignore php-pear-XML-Parser.spec sources Added Files: xml2changelog Log Message: upgrade to 1.2.8 --- NEW FILE xml2changelog --- = "2"){ // Package.xml V 2.0 printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $rel->version->release, $rel->stability->release, $rel->version->api, $rel->stability->api, $rel->date, $rel->notes); } else { // Package.xml V 1.0 printf("* Version %s (%s) - %s\n\n%s\n\n", $xml->release->version, $xml->release->state, $xml->release->date, $xml->release->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - %s\n\n%s\n\n", $rel->version, $rel->state, $rel->date, $rel->notes); } ?> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Sep 2006 16:19:57 -0000 1.2 +++ .cvsignore 5 Dec 2006 17:40:22 -0000 1.3 @@ -1 +1 @@ -XML_Parser-1.2.7.tgz +XML_Parser-1.2.8.tgz Index: php-pear-XML-Parser.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/devel/php-pear-XML-Parser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Parser.spec 8 Sep 2006 17:26:05 -0000 1.2 +++ php-pear-XML-Parser.spec 5 Dec 2006 17:40:22 -0000 1.3 @@ -1,29 +1,26 @@ -# default values when new /etc/rpm/macros.pear not present -%{!?__pear: %define __pear %{_bindir}/pear} -%{!?pear_phpdir: %define pear_phpdir %(%{__pear} config-get php_dir 2> /dev/null || echo undefined)} -%{!?pear_docdir: %define pear_docdir %(%{__pear} config-get doc_dir 2> /dev/null || echo undefined)} -%{!?pear_testdir: %define pear_testdir %(%{__pear} config-get test_dir 2> /dev/null || echo undefined)} -%{!?pear_datadir: %define pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)} -%{!?pear_xmldir: %define pear_xmldir %{pear_phpdir}/.pkgxml} +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name XML_Parser -Summary: PEAR: XML parsing class based on PHP's bundled expat -Summary(fr): PEAR: une classe d'analyse XML utilisant l'extension expat de PHP +Summary: XML parsing class based on PHP's bundled expat +Summary(fr): Une classe d'analyse XML utilisant l'extension expat de PHP Name: php-pear-XML-Parser -Version: 1.2.7 -Release: 4%{?dist} +Version: 1.2.8 +Release: 1%{?dist} License: PHP License Group: Development/Libraries -Source0: http://pear.php.net/get/XML_Parser-%{version}.tgz +URL: http://pear.php.net/package/XML_Parser +Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 +Source2: xml2changelog + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://pear.php.net/package/XML_Parser BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.4.9, php >= 4.2.0 -Provides: php-pear(XML_Parser) = %{version} +Provides: php-pear(%{pear_name}) = %{version} %description This is an XML parser based on PHPs built-in xml extension. @@ -53,9 +50,10 @@ XML_Parser pour analyser un document. %prep -%setup -c -q -mv package2.xml XML_Parser-%{version}/XML_Parser.xml - +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +%{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG +mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml %{__install} -m 644 -c %{SOURCE1} LICENSE %build @@ -63,21 +61,24 @@ %install rm -rf %{buildroot} docdir +pushd %{pear_name}-%{version} -pushd XML_Parser-%{version} -%{__pear} install --nodeps --packagingroot %{buildroot} XML_Parser.xml +%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml # Clean up unnecessary files rm -rf %{buildroot}%{pear_phpdir}/.??* # Install XML package description %{__mkdir_p} %{buildroot}%{pear_xmldir} -%{__install} -pm 644 XML_Parser.xml %{buildroot}%{pear_xmldir} +%{__install} -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} popd # Sort out documentation -%{__mkdir} docdir -mv %{buildroot}%{pear_docdir}/* docdir +mv %{buildroot}%{pear_docdir}/%{pear_name} docdir +for file in docdir/examples/*; do + %{__sed} -i -e 's/\r//' $file +done + %check # Sanity check @@ -88,21 +89,29 @@ rm -rf %{buildroot} %post -%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Parser.xml >/dev/null || : +%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ "$1" -eq "0" ]; then - %{__pear} uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || : + %{__pear} uninstall --nodeps --ignore-errors --register-only %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) -%doc LICENSE docdir/XML_Parser/examples -%{pear_phpdir}/XML -%{pear_testdir}/XML_Parser -%{pear_xmldir}/XML_Parser.xml +%doc CHANGELOG LICENSE docdir/examples +%{pear_phpdir}/XML/Parser +%{pear_phpdir}/XML/Parser.php +%{pear_testdir}/%{pear_name} +%{pear_xmldir}/%{pear_name}.xml + %changelog +* Sat Dec 02 2006 Remi Collet 1.2.8-1 +- update to 1.2.8 +- remove PEAR from sumnary +- don't own %%{pear_phpdir}/XML +- spec cleanning (new template) + * Fri Sep 08 2006 Remi Collet 1.2.7-4 - last template.spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Sep 2006 16:19:57 -0000 1.2 +++ sources 5 Dec 2006 17:40:22 -0000 1.3 @@ -1 +1 @@ -f4a491b49843f8257df8ded088854db3 XML_Parser-1.2.7.tgz +93ca92f503f1d921c9520a140bcff270 XML_Parser-1.2.8.tgz From fedora-extras-commits at redhat.com Tue Dec 5 18:38:21 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 13:38:21 -0500 Subject: rpms/python-matplotlib/FC-6 matplotlib-0.87.7-pygtk-check.patch, NONE, 1.1 python-matplotlib.spec, 1.22, 1.23 Message-ID: <200612051838.kB5IcLtN009826@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-matplotlib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9776/FC-6 Modified Files: python-matplotlib.spec Added Files: matplotlib-0.87.7-pygtk-check.patch Log Message: - Force build of gtk/gtkagg backends in mock (bug #218153) - Change Requires from python-numeric to numpy (bug #218154) matplotlib-0.87.7-pygtk-check.patch: --- NEW FILE matplotlib-0.87.7-pygtk-check.patch --- --- matplotlib-0.87.7/setup.py.pygtk 2006-12-05 11:13:58.000000000 -0700 +++ matplotlib-0.87.7/setup.py 2006-12-05 11:31:22.000000000 -0700 @@ -207,8 +207,9 @@ print 'GTK requires pygtk' BUILD_GTK = 0 except RuntimeError: - print 'pygtk present but import failed' - BUILD_GTK = 0 + BUILD_GTK = 1 + build_gdk(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTK' else: version = (2,2,0) if gtk.pygtk_version < version: @@ -228,7 +229,9 @@ BUILD_GTKAGG=0 except RuntimeError: print 'pygtk present but import failed' - BUILD_GTKAGG = 0 + BUILD_GTKAGG = 1 + build_gtkagg(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTKAgg' else: version = (2,2,0) if gtk.pygtk_version < version: Index: python-matplotlib.spec =================================================================== RCS file: /cvs/extras/rpms/python-matplotlib/FC-6/python-matplotlib.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- python-matplotlib.spec 29 Nov 2006 23:22:01 -0000 1.22 +++ python-matplotlib.spec 5 Dec 2006 18:37:51 -0000 1.23 @@ -2,7 +2,7 @@ Name: python-matplotlib Version: 0.87.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -11,12 +11,13 @@ Source0: http://dl.sf.net/matplotlib/matplotlib-%{version}.tar.gz Patch0: matplotlib-0.87.7-matplotlibrc.patch Patch1: matplotlib-0.87.7-tkagg-check.patch +Patch2: matplotlib-0.87.7-pygtk-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, freetype-devel, libpng-devel, zlib-devel BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel BuildRequires: python-numeric, pytz, python-dateutil, numpy, python-numarray -Requires: python-numeric, pytz, python-dateutil +Requires: numpy, pytz, python-dateutil Requires: pycairo >= 1.2.0 @@ -40,7 +41,8 @@ %prep %setup -q -n matplotlib-%{version} %patch0 -p1 -b .matplotlibrc -%patch1 -p1 -b setup.py +%patch1 -p1 -b .tkagg +%patch2 -p1 -b .pygtk chmod -x images/*.svg %build @@ -73,6 +75,10 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski 0.87.7-2 +- Force build of gtk/gtkagg backends in mock (bug #218153) +- Change Requires from python-numeric to numpy (bug #218154) + * Tue Nov 21 2006 Orion Poplawski 0.87.7-1 - Update to 0.87.7 and fix up the defaults to use numpy - Force build of tkagg backend without X server From fedora-extras-commits at redhat.com Tue Dec 5 18:38:22 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 13:38:22 -0500 Subject: rpms/python-matplotlib/devel matplotlib-0.87.7-pygtk-check.patch, NONE, 1.1 python-matplotlib.spec, 1.22, 1.23 Message-ID: <200612051838.kB5IcMjG009829@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-matplotlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9776/devel Modified Files: python-matplotlib.spec Added Files: matplotlib-0.87.7-pygtk-check.patch Log Message: - Force build of gtk/gtkagg backends in mock (bug #218153) - Change Requires from python-numeric to numpy (bug #218154) matplotlib-0.87.7-pygtk-check.patch: --- NEW FILE matplotlib-0.87.7-pygtk-check.patch --- --- matplotlib-0.87.7/setup.py.pygtk 2006-12-05 11:13:58.000000000 -0700 +++ matplotlib-0.87.7/setup.py 2006-12-05 11:31:22.000000000 -0700 @@ -207,8 +207,9 @@ print 'GTK requires pygtk' BUILD_GTK = 0 except RuntimeError: - print 'pygtk present but import failed' - BUILD_GTK = 0 + BUILD_GTK = 1 + build_gdk(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTK' else: version = (2,2,0) if gtk.pygtk_version < version: @@ -228,7 +229,9 @@ BUILD_GTKAGG=0 except RuntimeError: print 'pygtk present but import failed' - BUILD_GTKAGG = 0 + BUILD_GTKAGG = 1 + build_gtkagg(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTKAgg' else: version = (2,2,0) if gtk.pygtk_version < version: Index: python-matplotlib.spec =================================================================== RCS file: /cvs/extras/rpms/python-matplotlib/devel/python-matplotlib.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- python-matplotlib.spec 29 Nov 2006 23:22:01 -0000 1.22 +++ python-matplotlib.spec 5 Dec 2006 18:37:51 -0000 1.23 @@ -2,7 +2,7 @@ Name: python-matplotlib Version: 0.87.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -11,12 +11,13 @@ Source0: http://dl.sf.net/matplotlib/matplotlib-%{version}.tar.gz Patch0: matplotlib-0.87.7-matplotlibrc.patch Patch1: matplotlib-0.87.7-tkagg-check.patch +Patch2: matplotlib-0.87.7-pygtk-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, freetype-devel, libpng-devel, zlib-devel BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel BuildRequires: python-numeric, pytz, python-dateutil, numpy, python-numarray -Requires: python-numeric, pytz, python-dateutil +Requires: numpy, pytz, python-dateutil Requires: pycairo >= 1.2.0 @@ -40,7 +41,8 @@ %prep %setup -q -n matplotlib-%{version} %patch0 -p1 -b .matplotlibrc -%patch1 -p1 -b setup.py +%patch1 -p1 -b .tkagg +%patch2 -p1 -b .pygtk chmod -x images/*.svg %build @@ -73,6 +75,10 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski 0.87.7-2 +- Force build of gtk/gtkagg backends in mock (bug #218153) +- Change Requires from python-numeric to numpy (bug #218154) + * Tue Nov 21 2006 Orion Poplawski 0.87.7-1 - Update to 0.87.7 and fix up the defaults to use numpy - Force build of tkagg backend without X server From fedora-extras-commits at redhat.com Tue Dec 5 18:38:34 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 5 Dec 2006 13:38:34 -0500 Subject: owners owners.list,1.2063,1.2064 Message-ID: <200612051838.kB5IcYmU009832@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9772 Modified Files: owners.list Log Message: change owner of cyrus-imapd from jdennis to prockai Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2063 retrieving revision 1.2064 diff -u -r1.2063 -r1.2064 --- owners.list 5 Dec 2006 10:23:23 -0000 1.2063 +++ owners.list 5 Dec 2006 18:38:04 -0000 1.2064 @@ -282,7 +282,7 @@ Fedora Extras|cvsutils|CVS Utilities|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|cvsweb|Web interface for CVS repositories|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|cyphesis|WorldForge game server|wart at kobold.org|extras-qa at fedoraproject.org| -Fedora Extras|cyrus-imapd|A high-performance mail server with IMAP, POP3, NNTP and SIEVE support|jdennis at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|cyrus-imapd|A high-performance mail server with IMAP, POP3, NNTP and SIEVE support|prockai at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|d4x|Downloader for X that supports resuming and many other features|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|daap-sharp|DAAP implementation using Mono|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|dap-freeform_handler|FreeForm data handler for the OPeNDAP Data server|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 18:41:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 5 Dec 2006 13:41:08 -0500 Subject: rpms/kipi-plugins/devel .cvsignore, 1.6, 1.7 kipi-plugins.spec, 1.21, 1.22 sources, 1.6, 1.7 Message-ID: <200612051841.kB5If8BE010056@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9975 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 - kipi-plugins-0.1.3-beta1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Aug 2006 18:57:20 -0000 1.6 +++ .cvsignore 5 Dec 2006 18:40:38 -0000 1.7 @@ -1,2 +1,2 @@ -kipi-plugins-0.1.1.tar.bz2 kipi-plugins-0.1.2.tar.bz2 +kipi-plugins-0.1.3-beta1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- kipi-plugins.spec 25 Oct 2006 14:03:02 -0000 1.21 +++ kipi-plugins.spec 5 Dec 2006 18:40:38 -0000 1.22 @@ -1,18 +1,26 @@ +%define beta beta1 + Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 0.1.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libkipi-devel BuildRequires: kdelibs-devel +BuildRequires: exiv2-devel +# ipod support currently busted, omit, for now. -- Rex +%if "%{?fedora}" > "6" +#define _with_libgpod --with-libgpod +#BuildRequires: libgpod-devel >= 0.4.0 +%endif ## slideshow plugin BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins @@ -21,13 +29,10 @@ BuildRequires: gphoto2-devel ## jpeglossless plugin BuildRequires: libkexif-devel -# gr, -c++-devel doesn't Req: -devel on *some* distro/releases -BuildRequires: ImageMagick-c++-devel ImageMagick-devel -## htmlexport plugin -# libgcrypt is a bogus extra dep from libxslt.la +## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel -## (mostly) Essential +## jpeglossless plugin Requires: ImageMagick ## Technically, optional bits, but nice to have @@ -79,10 +84,17 @@ * FlickrExport : Plugin to export images to a remote Flickr web service (http://www.flickr.com) * HTMLExport : New plugin to export images collections into HTML page + * SimpleViewerExport : Plugin to export images to SimpleViewer + (http://www.airtightinteractive.com/simpleviewer/) + * GPSSync : Plugin to geolocalize pictures. +%if "%{?_with_libgpod:1}" == "1" + * IpodExport : Plugin to export pictures with an Ipod device. +%endif + * MetadataEdit : Plugin to edit EXIF and IPTC pictures metadata. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?beta:-%{beta}} %build @@ -131,17 +143,25 @@ cat *.lang > %{name}-all.lang +## unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files -f %{name}-all.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/* -%{_libdir}/kde3/kipiplugin_*.[ls][ao] +%{_libdir}/lib*.so.* +%{_libdir}/kde3/kipiplugin_*.* %{_mandir}/man[^3]/* %{_datadir}/apps/kipi/ %{_datadir}/apps/kipiplugin_* @@ -150,17 +170,20 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 +- kipi-plugins-0.1.3-beta1 + * Wed Oct 25 2006 Rex Dieter 0.1.2-2 - rebuild against new(er) imlib2 * Tue Aug 29 2006 Rex Dieter 0.1.2-1 -- 0.1.2 +- kipi-plugins-0.1.2 * Thu Jun 29 2006 Rex Dieter 0.1.1-1 -- 0.1.1 +- kipi-plugins-0.1.1 * Sun Jun 25 2006 Rex Dieter 0.1.0-1 -- 0.1.0 (final) +- kipi-plugins-0.1.0 (final) * Fri Jun 23 2006 Rex Dieter 0.1.0-0.11 - 0.1.0 (final rc candidate) Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Aug 2006 18:57:20 -0000 1.6 +++ sources 5 Dec 2006 18:40:38 -0000 1.7 @@ -1 +1 @@ -4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 +d5c11b94691679cfafdda89ae1158870 kipi-plugins-0.1.3-beta1.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 5 19:17:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 5 Dec 2006 14:17:09 -0500 Subject: owners owners.list,1.2064,1.2065 Message-ID: <200612051917.kB5JH9YV013331@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13303 Modified Files: owners.list Log Message: libkipi,libkexif CC:+rdieter Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2064 retrieving revision 1.2065 diff -u -r1.2064 -r1.2065 --- owners.list 5 Dec 2006 18:38:04 -0000 1.2064 +++ owners.list 5 Dec 2006 19:16:39 -0000 1.2065 @@ -946,8 +946,8 @@ Fedora Extras|libipoddevice|Provides device-level support for the Apple iPod|caillon at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libjingle|GoogleTalk implementation of Jingle|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|libkexif|Allow Kipi plugins to extract EXIF information|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|libkipi|Common plugin infrastructure for KDE image applications|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|libksba|X.509 library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|libkipi|Common plugin infrastructure for KDE image applications|gauret at free.fr|extras-qa at fedoraproject.org|rdieter at math.unl.edu +Fedora Extras|libksba|X.509 library|rdieter at math.unl.edu|extras-qa at fedoraproject.org|rdieter at math.unl.edu Fedora Extras|liblo|Open Sound Control library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|liblrdf|Library for manipulating RDF files describing LADSPA plugins|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libmal|A convenience library for malsync|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 19:32:29 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 14:32:29 -0500 Subject: rpms/gv/FC-5 gv-3.6.2-CVE-2006-5864.patch, NONE, 1.1 gv.spec, 1.9, 1.10 Message-ID: <200612051932.kB5JWTtD013569@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13509/FC-5 Modified Files: gv.spec Added Files: gv-3.6.2-CVE-2006-5864.patch Log Message: Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 gv-3.6.2-CVE-2006-5864.patch: --- NEW FILE gv-3.6.2-CVE-2006-5864.patch --- --- gv-3.6.1/src/ps.c.cve-2006-5864 2004-12-07 16:55:59.000000000 -0700 +++ gv-3.6.1/src/ps.c 2006-11-16 05:53:28.000000000 -0700 @@ -1433,6 +1433,8 @@ gettext(line, next_char) quoted=1; line++; while (*line && !(*line == ')' && level == 0 )) { + if (cp - text >= PSLINELENGTH - 1) + break; if (*line == '\\') { if (*(line+1) == 'n') { *cp++ = '\n'; @@ -1487,9 +1489,12 @@ gettext(line, next_char) } } } else { - while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { + if (cp - text >= PSLINELENGTH - 2) + break; *cp++ = *line++; + } } *cp = '\0'; if (next_char) *next_char = line; if (!quoted && strlen(text) == 0) {ENDMESSAGE(gettext) return NULL;} Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/FC-5/gv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gv.spec 11 Oct 2006 16:03:16 -0000 1.9 +++ gv.spec 5 Dec 2006 19:31:59 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz Patch0: gv-3.5.8-buffer.patch Patch1: gv-3.6.1-pkglibdir.patch +Patch2: gv-3.6.2-CVE-2006-5864.patch BuildRequires: /usr/bin/makeinfo BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ %setup -q %patch0 -p1 -b .buffer %patch1 -p1 -b .pkglibdir +%patch2 -p1 -b .CVE-2006-5864 %build @@ -101,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Dec 5 2006 Orion Poplawski 3.6.2-2 +- Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 + * Wed Oct 11 2006 Orion Poplawski 3.6.2-1 - Update to 3.6.2 From fedora-extras-commits at redhat.com Tue Dec 5 19:32:34 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 14:32:34 -0500 Subject: rpms/gv/devel gv-3.6.2-CVE-2006-5864.patch, NONE, 1.1 gv.spec, 1.9, 1.10 Message-ID: <200612051932.kB5JWYrg013579@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13509/devel Modified Files: gv.spec Added Files: gv-3.6.2-CVE-2006-5864.patch Log Message: Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 gv-3.6.2-CVE-2006-5864.patch: --- NEW FILE gv-3.6.2-CVE-2006-5864.patch --- --- gv-3.6.1/src/ps.c.cve-2006-5864 2004-12-07 16:55:59.000000000 -0700 +++ gv-3.6.1/src/ps.c 2006-11-16 05:53:28.000000000 -0700 @@ -1433,6 +1433,8 @@ gettext(line, next_char) quoted=1; line++; while (*line && !(*line == ')' && level == 0 )) { + if (cp - text >= PSLINELENGTH - 1) + break; if (*line == '\\') { if (*(line+1) == 'n') { *cp++ = '\n'; @@ -1487,9 +1489,12 @@ gettext(line, next_char) } } } else { - while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { + if (cp - text >= PSLINELENGTH - 2) + break; *cp++ = *line++; + } } *cp = '\0'; if (next_char) *next_char = line; if (!quoted && strlen(text) == 0) {ENDMESSAGE(gettext) return NULL;} Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/devel/gv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gv.spec 11 Oct 2006 16:00:39 -0000 1.9 +++ gv.spec 5 Dec 2006 19:32:04 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz Patch0: gv-3.5.8-buffer.patch Patch1: gv-3.6.1-pkglibdir.patch +Patch2: gv-3.6.2-CVE-2006-5864.patch BuildRequires: /usr/bin/makeinfo BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ %setup -q %patch0 -p1 -b .buffer %patch1 -p1 -b .pkglibdir +%patch2 -p1 -b .CVE-2006-5864 %build @@ -101,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Dec 5 2006 Orion Poplawski 3.6.2-2 +- Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 + * Wed Oct 11 2006 Orion Poplawski 3.6.2-1 - Update to 3.6.2 From fedora-extras-commits at redhat.com Tue Dec 5 19:32:29 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 14:32:29 -0500 Subject: rpms/gv/FC-6 gv-3.6.2-CVE-2006-5864.patch, NONE, 1.1 gv.spec, 1.9, 1.10 Message-ID: <200612051932.kB5JWTio013573@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13509/FC-6 Modified Files: gv.spec Added Files: gv-3.6.2-CVE-2006-5864.patch Log Message: Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 gv-3.6.2-CVE-2006-5864.patch: --- NEW FILE gv-3.6.2-CVE-2006-5864.patch --- --- gv-3.6.1/src/ps.c.cve-2006-5864 2004-12-07 16:55:59.000000000 -0700 +++ gv-3.6.1/src/ps.c 2006-11-16 05:53:28.000000000 -0700 @@ -1433,6 +1433,8 @@ gettext(line, next_char) quoted=1; line++; while (*line && !(*line == ')' && level == 0 )) { + if (cp - text >= PSLINELENGTH - 1) + break; if (*line == '\\') { if (*(line+1) == 'n') { *cp++ = '\n'; @@ -1487,9 +1489,12 @@ gettext(line, next_char) } } } else { - while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { + if (cp - text >= PSLINELENGTH - 2) + break; *cp++ = *line++; + } } *cp = '\0'; if (next_char) *next_char = line; if (!quoted && strlen(text) == 0) {ENDMESSAGE(gettext) return NULL;} Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/FC-6/gv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gv.spec 11 Oct 2006 16:00:39 -0000 1.9 +++ gv.spec 5 Dec 2006 19:31:59 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz Patch0: gv-3.5.8-buffer.patch Patch1: gv-3.6.1-pkglibdir.patch +Patch2: gv-3.6.2-CVE-2006-5864.patch BuildRequires: /usr/bin/makeinfo BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ %setup -q %patch0 -p1 -b .buffer %patch1 -p1 -b .pkglibdir +%patch2 -p1 -b .CVE-2006-5864 %build @@ -101,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Dec 5 2006 Orion Poplawski 3.6.2-2 +- Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 + * Wed Oct 11 2006 Orion Poplawski 3.6.2-1 - Update to 3.6.2 From fedora-extras-commits at redhat.com Tue Dec 5 19:50:57 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:50:57 -0500 Subject: rpms/postgresql-pgpool - New directory Message-ID: <200612051950.kB5Jov9w013833@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13829/postgresql-pgpool Log Message: Directory /cvs/extras/rpms/postgresql-pgpool added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 19:50:57 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:50:57 -0500 Subject: rpms/postgresql-pgpool/devel - New directory Message-ID: <200612051950.kB5JovGV013846@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13829/postgresql-pgpool/devel Log Message: Directory /cvs/extras/rpms/postgresql-pgpool/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 19:51:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:51:19 -0500 Subject: rpms/postgresql-pgpool Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612051951.kB5JpJpU013876@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13870 Added Files: Makefile import.log Log Message: Setup of module postgresql-pgpool --- NEW FILE Makefile --- # Top level Makefile for module postgresql-pgpool all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 19:51:25 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:51:25 -0500 Subject: rpms/postgresql-pgpool/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612051951.kB5JpPQa013891@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13870/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module postgresql-pgpool --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 19:52:47 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:52:47 -0500 Subject: rpms/postgresql-pgpool/devel postgresql-pgpool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612051952.kB5Jqlb6013966@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13932/devel Modified Files: .cvsignore sources Added Files: postgresql-pgpool.spec Log Message: auto-import postgresql-pgpool-3.1.1-7 on branch devel from postgresql-pgpool-3.1.1-7.src.rpm --- NEW FILE postgresql-pgpool.spec --- %define short_name pgpool Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} Version: 3.1.1 Release: 7%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases URL: http://pgpool.projects.PostgreSQL.org Source0: http://pgfoundry.org/frs/download.php/980/%{short_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description pgpool is a connection pooling/replication server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers (backends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. %prep %setup -q -n %{short_name}-%{version} %build CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS %configure make %{?smp_flags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install install -m 755 %{short_name} %{buildroot}%{_bindir} install -m 644 %{short_name}.8 %{buildroot}%{_mandir}/man8/ install -d %{buildroot}/%{_docdir}/%{name}-%{version} mv %{buildroot}%{_sysconfdir}/pgpool.conf.sample %{buildroot}/%{_docdir}/%{name}-%{version} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README README.euc_jp TODO COPYING INSTALL AUTHORS ChangeLog NEWS pgpool.conf.sample %{_bindir}/pgpool %{_mandir}/man8/* %changelog * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review * Fri Nov 28 2006 - Devrim GUNDUZ 3.1.1-6 - Truncate configure line * Fri Nov 24 2006 - Devrim GUNDUZ 3.1.1-5 - moved sample conf file to %%doc - Renamed package to postgresql-pgpool * Fri Sep 8 2006 - Devrim GUNDUZ 3.1.1-4 - Fix changelog date - Remove dependency for postgresql-server. * Mon Jul 31 2006 - Devrim GUNDUZ 3.1.1-3 - Removed --bindir from configure, per bugzilla review (#199679) * Fri Jul 23 2006 - Devrim GUNDUZ 3.1.1-2 - Fixed spec file, per bugzilla review (#199679) * Fri Jul 23 2006 - Devrim GUNDUZ 3.1.1-1 - Update to 3.1.1 * Fri Jul 22 2006 - Devrim GUNDUZ 3.1.0-2 - Fixed spec file, per bugzilla review (#199679) * Fri Jul 21 2006 - Devrim GUNDUZ 3.1.0-1 - Update to 3.1.0-1 - Fixed rpmlint errors * Thu May 25 2006 - Devrim GUNDUZ 3.0.2 - Update to 3.0.2 * Thu Feb 05 2006 - Devrim GUNDUZ 3.0.0 - Update to 3.0.0 for PgPool Global Development Group * Thu Feb 02 2006 - Devrim GUNDUZ 2.7.2-1 - Update to 2.7.2 * Thu Jan 26 2006 - Devrim GUNDUZ 2.7.1-1 - Update to 2.7.1 * Sun Jan 15 2006 - Devrim GUNDUZ 2.7-1 - Update to 2.7 * Wed Dec 28 2005 Devrim Gunduz pgpool-2.6.5 - Update to 2.6.5 - Removed post scripts - Updated doc files * Sat Oct 22 2005 Devrim Gunduz pgpool-2.6.4 - Update to 2.6.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 19:51:24 -0000 1.1 +++ .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 @@ -0,0 +1 @@ +pgpool-3.1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 19:51:24 -0000 1.1 +++ sources 5 Dec 2006 19:52:17 -0000 1.2 @@ -0,0 +1 @@ +8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 19:52:47 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:52:47 -0500 Subject: rpms/postgresql-pgpool import.log,1.1,1.2 Message-ID: <200612051952.kB5Jql2J013962@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13932 Modified Files: import.log Log Message: auto-import postgresql-pgpool-3.1.1-7 on branch devel from postgresql-pgpool-3.1.1-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 19:51:19 -0000 1.1 +++ import.log 5 Dec 2006 19:52:17 -0000 1.2 @@ -0,0 +1 @@ +postgresql-pgpool-3_1_1-7:HEAD:postgresql-pgpool-3.1.1-7.src.rpm:1165348573 From fedora-extras-commits at redhat.com Tue Dec 5 19:55:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:55:29 -0500 Subject: owners owners.list,1.2065,1.2066 Message-ID: <200612051955.kB5JtTY0014018@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14003 Modified Files: owners.list Log Message: Added postgresql-pgpool Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2065 retrieving revision 1.2066 diff -u -r1.2065 -r1.2066 --- owners.list 5 Dec 2006 19:16:39 -0000 1.2065 +++ owners.list 5 Dec 2006 19:54:59 -0000 1.2066 @@ -1929,6 +1929,7 @@ Fedora Extras|pork|Console based AIM client that looks like ircII|rmccabe at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|portaudio|Free, cross platform, open-source, audio I/O library|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|poster|Scales PostScript images to span multiple pages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org +Fedora Extras|postgresql-pgpool|Pgpool is a connection pooling/replication server for PostgreSQL|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|Pound|A reverse-proxy and load balancer|ruben at rubenkerkhof.com|extras-qa at fedoraproject.org| Fedora Extras|powerman|Remote Power Management Software|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|powermanga|Arcade 2D shoot-them-up game|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 21:08:07 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 5 Dec 2006 16:08:07 -0500 Subject: rpms/gparted/devel .cvsignore, 1.10, 1.11 gparted.spec, 1.18, 1.19 sources, 1.10, 1.11 gparted-configure.patch, 1.1, NONE gparted-parted-check.patch, 1.1, NONE Message-ID: <200612052108.kB5L87Ac020705@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20686 Modified Files: .cvsignore gparted.spec sources Removed Files: gparted-configure.patch gparted-parted-check.patch Log Message: * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Sep 2006 22:36:12 -0000 1.10 +++ .cvsignore 5 Dec 2006 21:07:37 -0000 1.11 @@ -1 +1 @@ -gparted-0.3.1.tar.bz2 +gparted-0.3.2.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gparted.spec 27 Nov 2006 23:45:51 -0000 1.18 +++ gparted.spec 5 Dec 2006 21:07:37 -0000 1.19 @@ -1,18 +1,15 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.1 -Release: 5%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 -Patch0: gparted-parted-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils -#Temporarily -BuildRequires: automake autoconf libtool intltool %description GParted stands for Gnome Partition Editor and is a graphical frontend to @@ -23,12 +20,8 @@ %prep %setup -q -%patch0 -p0 -b .parted %build -aclocal -automake -autoconf %configure make %{?_smp_mflags} @@ -84,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 +- New release + * Mon Nov 27 2006 Deji Akingunola - 0.3.1-5 - Add more BRs Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Sep 2006 22:36:12 -0000 1.10 +++ sources 5 Dec 2006 21:07:37 -0000 1.11 @@ -1 +1 @@ -9368011905657fb58c470bee861e5ce5 gparted-0.3.1.tar.bz2 +8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 --- gparted-configure.patch DELETED --- --- gparted-parted-check.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 5 21:11:40 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 5 Dec 2006 16:11:40 -0500 Subject: rpms/aplus-fsf/devel aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.4, 1.5 Message-ID: <200612052111.kB5LBefE020849@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20783 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Another Try to solve a comflict aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:27:34 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 5 Dec 2006 21:11:10 -0000 1.3 @@ -8,7 +8,7 @@ + +libIPC_la_LDFLAGS = $(libIPC_version) + -+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap ++libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. @@ -23,7 +23,7 @@ + +libcxs_la_LDFLAGS = $(libcxs_version) + -+libcxs_la_LIBADD = -L../a -L../dap -la -ladap ++libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -38,7 +38,7 @@ + +libcxb_la_LDFLAGS = $(libcxb_version) + -+libcxb_la_LIBADD = -L../a -L../dap -la -ladap ++libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -66,7 +66,7 @@ + +libcxsys_la_LDFLAGS = $(libcxsys_version) + -+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc ++libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. @@ -94,7 +94,7 @@ + +libesf_la_LDFLAGS = $(libesf_version) + -+libesf_la_LIBADD = -L../a -L../dap -la -ladap ++libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -108,7 +108,7 @@ + +liba_la_LDFLAGS = $(liba_version) + -+liba_la_LIBADD = -L../dap -ladap ++liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB @@ -128,10 +128,10 @@ ############################################################################### -lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libadap.la ++lib_LTLIBRARIES = libdap.la -libdap_la_SOURCES = \ -+libadap_la_SOURCES = \ ++libdap_la_SOURCES = \ BcdPack.c \ BcdUnpack.c \ PrAscDecode.c \ @@ -139,9 +139,9 @@ tv.h\ ulto.h -+libadap_version = -release $(APLVERSION) ++libdap_version = -release $(APLVERSION) + -+libadap_la_LDFLAGS = $(libadap_version) ++libdap_la_LDFLAGS = $(libdap_version) + INCLUDES = -I.. @@ -155,7 +155,7 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ @@ -197,7 +197,7 @@ $(top_srcdir)/src/esf/libesf.la \ $(top_srcdir)/src/a/liba.la \ - $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libadap.la \ ++ $(top_srcdir)/src/dap/libdap.la \ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 4 Sep 2006 18:13:31 -0000 1.4 +++ aplus-fsf.spec 5 Dec 2006 21:11:10 -0000 1.5 @@ -14,7 +14,7 @@ Name: %name Version: 4.20.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -122,6 +122,16 @@ cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ +# Move libs in an other dir to solve conflicts + +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf + +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so + +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d +echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf + mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -144,7 +154,6 @@ chmod 0644 fonts.cache-$fcver done - popd pushd $RPM_BUILD_ROOT/%{_ttffonts}/ @@ -207,11 +216,12 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/lib*-%{version}.so +%{_libdir}/aplus-fsf/lib*-%{version}.so %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl %{_fonts}/ +%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf %doc samples %doc ANNOUNCE AUTHORS ChangeLog LICENSE README @@ -219,18 +229,18 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/libAplusGUI.so -%{_libdir}/libMSGUI.so -%{_libdir}/libMSIPC.so -%{_libdir}/libMSTypes.so -%{_libdir}/liba.so -%{_libdir}/libcxb.so -%{_libdir}/libcxc.so -%{_libdir}/libcxs.so -%{_libdir}/libcxsys.so -%{_libdir}/libadap.so -%{_libdir}/libesf.so -%{_libdir}/libIPC.so +%{_libdir}/aplus-fsf/libAplusGUI.so +%{_libdir}/aplus-fsf/libMSGUI.so +%{_libdir}/aplus-fsf/libMSIPC.so +%{_libdir}/aplus-fsf/libMSTypes.so +%{_libdir}/aplus-fsf/liba.so +%{_libdir}/aplus-fsf/libcxb.so +%{_libdir}/aplus-fsf/libcxc.so +%{_libdir}/aplus-fsf/libcxs.so +%{_libdir}/aplus-fsf/libcxsys.so +%{_libdir}/aplus-fsf/libdap.so +%{_libdir}/aplus-fsf/libesf.so +%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -241,7 +251,7 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/ +%{_x11fonts}/K* %ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias @@ -249,7 +259,7 @@ %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_ttffonts}/ +%{_ttffonts}/K* %ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias @@ -257,6 +267,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 +- Fix name conflict in an other way + * Mon Sep 4 2006 Jochen Schmitt 4.20.2-10 - Fix apl font problem From fedora-extras-commits at redhat.com Tue Dec 5 21:12:00 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 5 Dec 2006 16:12:00 -0500 Subject: rpms/cfitsio/FC-5 .cvsignore, 1.4, 1.5 cfitsio.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200612052112.kB5LC01C020888@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777/FC-5 Modified Files: .cvsignore cfitsio.spec sources Log Message: Upgrade to cfitsio 3.020 release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Feb 2006 20:00:36 -0000 1.4 +++ .cvsignore 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -cfitsio3006.tar.gz +cfitsio3020.tar.gz Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/cfitsio.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cfitsio.spec 30 Mar 2006 15:57:20 -0000 1.14 +++ cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.15 @@ -1,6 +1,6 @@ Name: cfitsio -Version: 3.006 -Release: 5%{?dist} +Version: 3.020 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Wed Dec 5 2006 Matthew Truch - 3.020-1 +- Upgrade to cfitsio 3.020 release. + * Thu Mar 30 2006 Matthew Truch - 3.006-5 - Include defattr() for devel package as well - bug 187366 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Feb 2006 20:00:36 -0000 1.4 +++ sources 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -4aacb54dcf833c8075d1f6515ba069ca cfitsio3006.tar.gz +fbc9e0db4d4b48b0a6a8de0f2036eb47 cfitsio3020.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 21:12:00 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 5 Dec 2006 16:12:00 -0500 Subject: rpms/cfitsio/FC-6 .cvsignore, 1.4, 1.5 cfitsio.spec, 1.15, 1.16 sources, 1.4, 1.5 Message-ID: <200612052112.kB5LC0xh020893@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777/FC-6 Modified Files: .cvsignore cfitsio.spec sources Log Message: Upgrade to cfitsio 3.020 release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Feb 2006 20:00:36 -0000 1.4 +++ .cvsignore 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -cfitsio3006.tar.gz +cfitsio3020.tar.gz Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/cfitsio.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cfitsio.spec 28 Aug 2006 11:11:05 -0000 1.15 +++ cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.16 @@ -1,6 +1,6 @@ Name: cfitsio -Version: 3.006 -Release: 6%{?dist} +Version: 3.020 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Wed Dec 5 2006 Matthew Truch - 3.020-1 +- Upgrade to cfitsio 3.020 release. + * Mon Aug 28 2006 Matthew Truch - 3.006-6 - Bump release for rebuild in prep. for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Feb 2006 20:00:36 -0000 1.4 +++ sources 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -4aacb54dcf833c8075d1f6515ba069ca cfitsio3006.tar.gz +fbc9e0db4d4b48b0a6a8de0f2036eb47 cfitsio3020.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 21:12:06 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 5 Dec 2006 16:12:06 -0500 Subject: rpms/cfitsio/devel .cvsignore, 1.4, 1.5 cfitsio.spec, 1.15, 1.16 sources, 1.4, 1.5 Message-ID: <200612052112.kB5LC6hZ020902@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777/devel Modified Files: .cvsignore cfitsio.spec sources Log Message: Upgrade to cfitsio 3.020 release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Feb 2006 20:00:36 -0000 1.4 +++ .cvsignore 5 Dec 2006 21:11:35 -0000 1.5 @@ -1 +1 @@ -cfitsio3006.tar.gz +cfitsio3020.tar.gz Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cfitsio.spec 28 Aug 2006 11:11:05 -0000 1.15 +++ cfitsio.spec 5 Dec 2006 21:11:35 -0000 1.16 @@ -1,6 +1,6 @@ Name: cfitsio -Version: 3.006 -Release: 6%{?dist} +Version: 3.020 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Wed Dec 6 2006 Matthew Truch - 3.020-1 +- Upgrade to revision 3.020 of cfitsio. + * Mon Aug 28 2006 Matthew Truch - 3.006-6 - Bump release for rebuild in prep. for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Feb 2006 20:00:36 -0000 1.4 +++ sources 5 Dec 2006 21:11:35 -0000 1.5 @@ -1 +1 @@ -4aacb54dcf833c8075d1f6515ba069ca cfitsio3006.tar.gz +fbc9e0db4d4b48b0a6a8de0f2036eb47 cfitsio3020.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 21:26:23 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 5 Dec 2006 16:26:23 -0500 Subject: rpms/gparted/FC-5 .cvsignore, 1.10, 1.11 gparted.spec, 1.15, 1.16 sources, 1.10, 1.11 gparted-parted-check.patch, 1.2, NONE Message-ID: <200612052126.kB5LQNbU021136@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21105 Modified Files: .cvsignore gparted.spec sources Removed Files: gparted-parted-check.patch Log Message: * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Sep 2006 22:36:51 -0000 1.10 +++ .cvsignore 5 Dec 2006 21:25:53 -0000 1.11 @@ -1 +1 @@ -gparted-0.3.1.tar.bz2 +gparted-0.3.2.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/gparted.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gparted.spec 30 Nov 2006 15:10:20 -0000 1.15 +++ gparted.spec 5 Dec 2006 21:25:53 -0000 1.16 @@ -1,12 +1,11 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.1 -Release: 2%{?dist}.2 +Version: 0.3.2 +Release: 1%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 -Patch0: gparted-parted-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) @@ -21,7 +20,6 @@ %prep %setup -q -%patch0 -p0 -b .parted %build %configure @@ -79,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 +- New release + * Thu Nov 30 2006 Deji Akingunola - 0.3.1-2 - Patch the generated configure to allow rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Sep 2006 22:36:51 -0000 1.10 +++ sources 5 Dec 2006 21:25:53 -0000 1.11 @@ -1 +1 @@ -9368011905657fb58c470bee861e5ce5 gparted-0.3.1.tar.bz2 +8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 --- gparted-parted-check.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 5 21:28:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 5 Dec 2006 16:28:19 -0500 Subject: rpms/gparted/FC-6 .cvsignore, 1.10, 1.11 gparted.spec, 1.15, 1.16 sources, 1.10, 1.11 gparted-parted-check.patch, 1.1, NONE Message-ID: <200612052128.kB5LSJ26021237@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21210 Modified Files: .cvsignore gparted.spec sources Removed Files: gparted-parted-check.patch Log Message: * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Sep 2006 22:36:12 -0000 1.10 +++ .cvsignore 5 Dec 2006 21:27:49 -0000 1.11 @@ -1 +1 @@ -gparted-0.3.1.tar.bz2 +gparted-0.3.2.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/gparted.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gparted.spec 30 Nov 2006 13:47:32 -0000 1.15 +++ gparted.spec 5 Dec 2006 21:27:49 -0000 1.16 @@ -1,18 +1,15 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 -Patch0: gparted-parted-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils -#Temporarily -BuildRequires: automake autoconf libtool intltool %description GParted stands for Gnome Partition Editor and is a graphical frontend to @@ -23,12 +20,8 @@ %prep %setup -q -%patch0 -p0 -b .parted %build -aclocal -automake -autoconf %configure make %{?_smp_mflags} @@ -84,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 +- New release + * Mon Nov 21 2006 Deji Akingunola - 0.3.1-2 - Rebuild for new parted Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Sep 2006 22:36:12 -0000 1.10 +++ sources 5 Dec 2006 21:27:49 -0000 1.11 @@ -1 +1 @@ -9368011905657fb58c470bee861e5ce5 gparted-0.3.1.tar.bz2 +8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 --- gparted-parted-check.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 5 22:13:37 2006 From: fedora-extras-commits at redhat.com (Christian Nolte (noltec)) Date: Tue, 5 Dec 2006 17:13:37 -0500 Subject: rpms/kbibtex/devel kbibtex.spec,1.7,1.8 Message-ID: <200612052213.kB5MDbP4024720@cvs-int.fedora.redhat.com> Author: noltec Update of /cvs/extras/rpms/kbibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24692 Modified Files: kbibtex.spec Log Message: - Release version bumped to fix BUG #216007 Index: kbibtex.spec =================================================================== RCS file: /cvs/extras/rpms/kbibtex/devel/kbibtex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kbibtex.spec 29 Oct 2006 14:27:00 -0000 1.7 +++ kbibtex.spec 5 Dec 2006 22:13:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: kbibtex Version: 0.1.5 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A BibTeX editor for KDE Group: Applications/Editors @@ -41,15 +41,15 @@ # # Replace original .desktop files with proper ones # -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --delete-original \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/services/kbibtex_part.desktop -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applnk/Office/kbibtex.desktop @@ -119,6 +119,9 @@ %{_datadir}/applications/fedora-kbibtex_part.desktop %changelog +* Tue Dec 05 2006 Christian Nolte - 0.1.5-4 +- Bumped release ver. to solve the violated upgrade path (BUG #216007) + * Sun Oct 29 2006 Christian Nolte - 0.1.5-2 - latest released patches (filteredselection,gcc4.2,viewdocument) From fedora-extras-commits at redhat.com Tue Dec 5 22:18:38 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:18:38 -0500 Subject: rpms/rdiff-backup/FC-4 .cvsignore, 1.6, 1.7 rdiff-backup.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200612052218.kB5MIcx5024824@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24801 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 Feb 2006 14:34:53 -0000 1.6 +++ .cvsignore 5 Dec 2006 22:18:08 -0000 1.7 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-4/rdiff-backup.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rdiff-backup.spec 23 Feb 2006 14:34:53 -0000 1.12 +++ rdiff-backup.spec 5 Dec 2006 22:18:08 -0000 1.13 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -53,6 +53,9 @@ %ghost %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 +- New version + * Thu Feb 23 2006 Gavin Henry - 0:1.0.4-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Feb 2006 14:34:53 -0000 1.7 +++ sources 5 Dec 2006 22:18:08 -0000 1.8 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 22:21:27 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:21:27 -0500 Subject: rpms/rdiff-backup/FC-5 .cvsignore, 1.5, 1.6 rdiff-backup.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200612052221.kB5MLRJu025467@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25359 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Feb 2006 14:44:37 -0000 1.5 +++ .cvsignore 5 Dec 2006 22:20:57 -0000 1.6 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-5/rdiff-backup.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rdiff-backup.spec 23 Feb 2006 14:44:37 -0000 1.11 +++ rdiff-backup.spec 5 Dec 2006 22:20:57 -0000 1.12 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -53,6 +53,9 @@ %ghost %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 +- Update to latest version + * Fri Dec 9 2005 Gavin Henry - 0:1.0.4-1 - Update to latest version Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2006 14:44:37 -0000 1.6 +++ sources 5 Dec 2006 22:20:57 -0000 1.7 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 22:24:37 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:24:37 -0500 Subject: rpms/rdiff-backup/FC-6 .cvsignore, 1.5, 1.6 rdiff-backup.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200612052224.kB5MOb9X025835@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25816 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Feb 2006 14:44:37 -0000 1.5 +++ .cvsignore 5 Dec 2006 22:24:07 -0000 1.6 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-6/rdiff-backup.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rdiff-backup.spec 4 Oct 2006 22:43:14 -0000 1.13 +++ rdiff-backup.spec 5 Dec 2006 22:24:07 -0000 1.14 @@ -1,9 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 3%{?dist} +Release: 1%{?dist} URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 05 2006 Gavin Henry 1.0.5-1 +- Update to latest version + * Thu Oct 05 2006 Christian Iseli 1.0.4-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2006 14:44:37 -0000 1.6 +++ sources 5 Dec 2006 22:24:07 -0000 1.7 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 22:36:25 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 17:36:25 -0500 Subject: rpms/wgrib/FC-6 wgrib.spec,1.2,1.3 Message-ID: <200612052236.kB5MaPM7026132@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26117 Modified Files: wgrib.spec Log Message: Compile testbin with -lm, needed on x86_64 Index: wgrib.spec =================================================================== RCS file: /cvs/extras/rpms/wgrib/FC-6/wgrib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wgrib.spec 4 Dec 2006 21:40:29 -0000 1.2 +++ wgrib.spec 5 Dec 2006 22:35:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: wgrib Version: 1.8.0.12g -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate, inventory and decode GRIB files Group: Applications/Engineering @@ -75,6 +75,9 @@ %changelog +* Tue Dec 5 2006 - Orion Poplawski - 1.8.0.12g-2 +- Compile testbin with -lm, needed on x86_64 + * Fri Nov 17 2006 - Orion Poplawski - 1.8.0.12g-1 - Update to 1.8.0.12g - Ship testbin.c, testbin.f, and lang.grb for local testing From fedora-extras-commits at redhat.com Tue Dec 5 22:37:51 2006 From: fedora-extras-commits at redhat.com (Christian Nolte (noltec)) Date: Tue, 5 Dec 2006 17:37:51 -0500 Subject: rpms/kbibtex/FC-6 kbibtex-0.1.5-filteredselection.patch, NONE, 1.1 kbibtex-0.1.5-gcc4.2.patch, NONE, 1.1 kbibtex-0.1.5-viewdocument.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 kbibtex.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612052237.kB5Mbpkt026224@cvs-int.fedora.redhat.com> Author: noltec Update of /cvs/extras/rpms/kbibtex/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26169 Modified Files: .cvsignore kbibtex.spec sources Added Files: kbibtex-0.1.5-filteredselection.patch kbibtex-0.1.5-gcc4.2.patch kbibtex-0.1.5-viewdocument.patch Log Message: - Synced with devel branch to fix BUG #216007 kbibtex-0.1.5-filteredselection.patch: --- NEW FILE kbibtex-0.1.5-filteredselection.patch --- Index: src/documentlistview.cpp =================================================================== --- src/documentlistview.cpp (Revision 301) +++ src/documentlistview.cpp (Revision 302) @@ -221,10 +221,13 @@ while ( it.current() ) { DocumentListViewItem * kblvi = dynamic_cast( it.current() ); - m_bibtexFile->deleteElement( kblvi->element() ); - it++; - takeItem( kblvi ); - delete ( kblvi ); + if ( kblvi->isVisible() ) + { + m_bibtexFile->deleteElement( kblvi->element() ); + it++; + takeItem( kblvi ); + delete ( kblvi ); + } } if ( above ) @@ -246,7 +249,7 @@ { DocumentListViewItem * kblvi = dynamic_cast( it.current() ); BibTeX::Entry *entry = dynamic_cast( kblvi->element() ); - if ( entry != NULL ) + if ( entry != NULL && kblvi->isVisible() ) { if ( !refs.isEmpty() ) refs.append( "," ); @@ -621,7 +624,8 @@ while ( it.current() ) { DocumentListViewItem * kblvi = dynamic_cast( it.current() ); - exporter->save( &buffer, kblvi->element() ); + if ( kblvi->isVisible() ) + exporter->save( &buffer, kblvi->element() ); it++; } delete exporter; kbibtex-0.1.5-gcc4.2.patch: --- NEW FILE kbibtex-0.1.5-gcc4.2.patch --- Index: src/fileimporter.h =================================================================== --- src/fileimporter.h (Revision 307) +++ src/fileimporter.h (Arbeitskopie) @@ -39,7 +39,7 @@ ~FileImporter(); File* load ( const QString& text ); - virtual File* load( QIODevice *iodevice ) = NULL; + virtual File* load( QIODevice *iodevice ) = 0; static bool guessCanDecode( const QString & ) { return FALSE; }; kbibtex-0.1.5-viewdocument.patch: --- NEW FILE kbibtex-0.1.5-viewdocument.patch --- Index: src/documentwidget.h =================================================================== --- src/documentwidget.h (Revision 308) +++ src/documentwidget.h (Revision 310) @@ -106,6 +106,7 @@ int m_newElementCounter; EditMode m_editMode; KActionMenu *m_viewDocumentActionMenu; + QStringList m_viewDocumentActionMenuURLs; KActionMenu *m_searchWebsitesActionMenu; KAction *m_find; KAction *m_findNext; Index: src/documentwidget.cpp =================================================================== --- src/documentwidget.cpp (Revision 308) +++ src/documentwidget.cpp (Revision 310) @@ -471,13 +471,13 @@ m_listViewElements->setFactory( factory, client ); m_sourceView->setFactory( factory, client ); + m_viewDocumentActionMenu = dynamic_cast( client->action( "view_document" ) ); if ( m_viewDocumentActionMenu != NULL ) connect( m_viewDocumentActionMenu->popupMenu(), SIGNAL( activated( int ) ), this, SLOT( slotViewDocument( int ) ) ); m_copyReference = client->action( "edit_copyref" ); m_find = client->action( "edit_find" ); m_findNext = client->action( "edit_find_next" ); - m_viewDocumentActionMenu = dynamic_cast( client->action( "view_document" ) ); m_listViewElements->setViewShowColumnsMenu( dynamic_cast( client->action( "view_showcolumns" ) ) ); m_searchWebsitesActionMenu = dynamic_cast( client->action( "search_document_online" ) ); } @@ -486,6 +486,7 @@ { KPopupMenu * popup = m_viewDocumentActionMenu->popupMenu(); popup->clear(); + m_viewDocumentActionMenuURLs.clear(); BibTeX::Element * currentElement = NULL; @@ -517,6 +518,7 @@ popup->insertItem( SmallIcon( "html" ), prettyURL ); else popup->insertItem( prettyURL ); + m_viewDocumentActionMenuURLs.append( prettyURL ); } m_viewDocumentActionMenu->setEnabled( TRUE ); } @@ -908,7 +910,7 @@ void DocumentWidget::slotViewDocument( int id ) { - kapp->invokeBrowser( m_viewDocumentActionMenu->popupMenu() ->text( id ) ); + kapp->invokeBrowser( m_viewDocumentActionMenuURLs[ m_viewDocumentActionMenu->popupMenu() ->indexOf( id ) ] ); } } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kbibtex/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Oct 2006 12:05:17 -0000 1.4 +++ .cvsignore 5 Dec 2006 22:37:21 -0000 1.5 @@ -1 +1,4 @@ kbibtex-0.1.5.tar.bz2 +kbibtex-0.1.5-filteredselection.patch +kbibtex-0.1.5-gcc4.2.patch +kbibtex-0.1.5-viewdocument.patch Index: kbibtex.spec =================================================================== RCS file: /cvs/extras/rpms/kbibtex/FC-6/kbibtex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kbibtex.spec 18 Oct 2006 12:05:17 -0000 1.6 +++ kbibtex.spec 5 Dec 2006 22:37:21 -0000 1.7 @@ -1,12 +1,15 @@ Name: kbibtex Version: 0.1.5 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A BibTeX editor for KDE Group: Applications/Editors License: GPL URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ Source0: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-%{version}.tar.bz2 +Patch0: kbibtex-0.1.5-filteredselection.patch +Patch1: kbibtex-0.1.5-gcc4.2.patch +Patch2: kbibtex-0.1.5-viewdocument.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdebase-devel >= 3.3 libxslt-devel desktop-file-utils @@ -19,7 +22,9 @@ %prep %setup -q - +%patch0 -p0 -b .filteredselection +%patch1 -p0 -b .gcc4.2 +%patch2 -p0 -b .viewdocument %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -36,15 +41,15 @@ # # Replace original .desktop files with proper ones # -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --delete-original \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/services/kbibtex_part.desktop -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applnk/Office/kbibtex.desktop @@ -114,6 +119,12 @@ %{_datadir}/applications/fedora-kbibtex_part.desktop %changelog +* Tue Dec 05 2006 Christian Nolte - 0.1.5-4 +- Bumped release ver. to solve the violated upgrade path (BUG #216007) + +* Sun Oct 29 2006 Christian Nolte - 0.1.5-2 +- latest released patches (filteredselection,gcc4.2,viewdocument) + * Wed Oct 18 2006 Christian Nolte - 0.1.5-1 - Update to 0.1.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kbibtex/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Oct 2006 12:05:17 -0000 1.4 +++ sources 5 Dec 2006 22:37:21 -0000 1.5 @@ -1 +1,4 @@ 83a8c1cade06837431b6ebe79d13ef7b kbibtex-0.1.5.tar.bz2 +bb97a4924c4bea973ea02800e699d701 kbibtex-0.1.5-filteredselection.patch +2d94fa24173073a02948d66946df60c0 kbibtex-0.1.5-gcc4.2.patch +afe161f8783346b3606dfd5a337918ac kbibtex-0.1.5-viewdocument.patch From fedora-extras-commits at redhat.com Tue Dec 5 22:37:51 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 17:37:51 -0500 Subject: rpms/wgrib/devel wgrib.spec,1.2,1.3 Message-ID: <200612052237.kB5MbpH1026227@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26182 Modified Files: wgrib.spec Log Message: Bump release to handle FC-6 import tag issue Index: wgrib.spec =================================================================== RCS file: /cvs/extras/rpms/wgrib/devel/wgrib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wgrib.spec 4 Dec 2006 21:40:29 -0000 1.2 +++ wgrib.spec 5 Dec 2006 22:37:21 -0000 1.3 @@ -1,6 +1,6 @@ Name: wgrib Version: 1.8.0.12g -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate, inventory and decode GRIB files Group: Applications/Engineering @@ -75,6 +75,9 @@ %changelog +* Tue Dec 5 2006 - Orion Poplawski - 1.8.0.12g-2 +- Compile testbin with -lm, needed on x86_64 + * Fri Nov 17 2006 - Orion Poplawski - 1.8.0.12g-1 - Update to 1.8.0.12g - Ship testbin.c, testbin.f, and lang.grb for local testing From fedora-extras-commits at redhat.com Tue Dec 5 22:44:02 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:44:02 -0500 Subject: rpms/pgadmin3/devel .cvsignore, 1.5, 1.6 pgadmin3.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <200612052244.kB5Mi2EH026352@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26326 Modified Files: .cvsignore pgadmin3.spec sources Log Message: Update to 1.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 28 Aug 2006 21:07:22 -0000 1.5 +++ .cvsignore 5 Dec 2006 22:43:32 -0000 1.6 @@ -1 +1 @@ -pgadmin3-1.4.3.tar.gz +pgadmin3-1.6.1.tar.gz Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pgadmin3.spec 9 Oct 2006 08:45:49 -0000 1.12 +++ pgadmin3.spec 5 Dec 2006 22:43:32 -0000 1.13 @@ -1,11 +1,11 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 -Version: 1.4.3 -Release: 6%{?dist} +Version: 1.6.1 +Release: 1%{?dist} License: Artistic Group: Applications/Databases -Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.3/src/pgadmin3-1.4.3.tar.gz +Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.6.1/src/pgadmin3-1.6.1.tar.gz URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel @@ -47,6 +47,9 @@ %{_datadir}/applications/* %changelog +* Tue Dec 05 2006 Gavin Henry - 1.6.1-1 +- Update for 1.6.1. Now needs wxGTK 2.7+ + * Mon Oct 09 2006 Gavin Henry - 1.4.3-6 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 28 Aug 2006 21:07:22 -0000 1.5 +++ sources 5 Dec 2006 22:43:32 -0000 1.6 @@ -1 +1 @@ -28388816f867cd8723a4c0a460cf26b4 pgadmin3-1.4.3.tar.gz +0cdfffceb09e40787ead39541bcd5683 pgadmin3-1.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 23:55:58 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 18:55:58 -0500 Subject: rpms/rdiff-backup/devel .cvsignore, 1.5, 1.6 rdiff-backup.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200612052355.kB5Ntwv8029741@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29722 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Feb 2006 14:44:37 -0000 1.5 +++ .cvsignore 5 Dec 2006 23:55:28 -0000 1.6 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rdiff-backup.spec 4 Oct 2006 22:43:14 -0000 1.13 +++ rdiff-backup.spec 5 Dec 2006 23:55:28 -0000 1.14 @@ -1,9 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 3%{?dist} +Release: 1%{?dist} URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 +- Update to latest version + * Thu Oct 05 2006 Christian Iseli 1.0.4-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2006 14:44:37 -0000 1.6 +++ sources 5 Dec 2006 23:55:28 -0000 1.7 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:13:06 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 5 Dec 2006 19:13:06 -0500 Subject: rpms/grads/FC-6 grads.spec,1.18,1.19 Message-ID: <200612060013.kB60D62u000473@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv458 Modified Files: grads.spec Log Message: * Thu Nov 16 2006 Patrice Dumas 1.9b4-19 - don't ship wgrib but depend on it Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-6/grads.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- grads.spec 4 Dec 2006 21:01:14 -0000 1.18 +++ grads.spec 6 Dec 2006 00:12:36 -0000 1.19 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 18%{?dist}.1 +Release: 19%{?dist} Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -40,7 +40,7 @@ BuildRequires: automake # in a separate package now -#Requires: wgrib +Requires: wgrib %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool @@ -113,8 +113,8 @@ %changelog -* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 -- don't ship wgrib +* Thu Nov 16 2006 Patrice Dumas 1.9b4-19 +- don't ship wgrib but depend on it * Tue Oct 31 2006 Patrice Dumas 1.9b4-18 - rebuild for new libcurl soname (indirect dependency through libnc-dap) From fedora-extras-commits at redhat.com Wed Dec 6 00:16:20 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 5 Dec 2006 19:16:20 -0500 Subject: rpms/gnomebaker/devel gnomebaker-0.6.0-device.patch, NONE, 1.1 gnomebaker.spec, 1.6, 1.7 Message-ID: <200612060016.kB60GKCR000514@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnomebaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv496 Modified Files: gnomebaker.spec Added Files: gnomebaker-0.6.0-device.patch Log Message: * Tue Dec 5 2006 Brian Pepple - 0.6.0-2 - Add patch to fix device selection with multiple devices present. - Drop X-Fedora category from desktop file. gnomebaker-0.6.0-device.patch: --- NEW FILE gnomebaker-0.6.0-device.patch --- diff -Naur gnomebaker-0.6.0.old/src/devices.c gnomebaker-0.6.0/src/devices.c --- gnomebaker-0.6.0.old/src/devices.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.c 2006-10-12 19:07:32.000000000 -0400 @@ -230,16 +230,47 @@ void -devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key) +devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only) { GB_LOG_FUNC g_return_if_fail(option_menu != NULL); g_return_if_fail(device_key != NULL); - gint index = gtk_option_menu_get_history(option_menu); - gchar *device = g_strdup_printf(GB_DEVICE_FORMAT, index + 1); - preferences_set_string(device_key, device); - g_free(device); + gint menuindex = gtk_option_menu_get_history(option_menu); + + gint index = 0, count = 0, device = 0; + GSList *devices = preferences_get_key_subkeys(GB_DEVICES_KEY); + GSList *item = devices; + + for(; device == 0; item = item->next) + { + gchar *device_key = (gchar*)item->data; + + gchar *device_capabilities_key = g_strconcat(device_key, GB_DEVICE_CAPABILITIES_LABEL, NULL); + const gint capabilities = preferences_get_int(device_capabilities_key); + /* Check the capabilities of the device and make sure that, if only writers were added + * to the options menu, the device can actually write disks */ + if(!writers_only || (capabilities & DC_WRITE_CDR || capabilities & DC_WRITE_CDRW || + capabilities & DC_WRITE_DVDR || capabilities & DC_WRITE_DVDRAM)) + { + if(index == menuindex) + { + device = count + 1; + } + ++index; + } + + g_free(device_capabilities_key); + g_free(device_key); + ++count; + + } + + g_slist_free(devices); + + gchar *devicename = g_strdup_printf(GB_DEVICE_FORMAT, device); + preferences_set_string(device_key, devicename); + g_free(devicename); } diff -Naur gnomebaker-0.6.0.old/src/devices.h gnomebaker-0.6.0/src/devices.h --- gnomebaker-0.6.0.old/src/devices.h 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.h 2006-10-15 20:52:16.000000000 -0400 @@ -45,7 +45,7 @@ const gint capabilities); gboolean devices_mount_device(const gchar *device_key, gchar* *mount_point); void devices_unmount_device(const gchar *device_key); -void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key); +void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only); gboolean devices_eject_disk(const gchar *device_key); gint devices_prompt_for_disk(GtkWindow *parent, const gchar *device_key); gint devices_prompt_for_blank_disk(GtkWindow *parent, const gchar *device_key); diff -Naur gnomebaker-0.6.0.old/src/selectdevicedlg.c gnomebaker-0.6.0/src/selectdevicedlg.c --- gnomebaker-0.6.0.old/src/selectdevicedlg.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/selectdevicedlg.c 2006-10-12 19:08:59.000000000 -0400 @@ -66,5 +66,5 @@ g_return_if_fail(selectdevicedlgdlg_xml != NULL); GtkWidget *option_menu = glade_xml_get_widget(selectdevicedlgdlg_xml, widget_select_writer); - devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER); + devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER, TRUE); } diff -Naur gnomebaker-0.6.0.old/src/startdlg.c gnomebaker-0.6.0/src/startdlg.c --- gnomebaker-0.6.0.old/src/startdlg.c 2006-08-30 19:41:15.000000000 -0400 +++ gnomebaker-0.6.0/src/startdlg.c 2006-10-12 19:07:51.000000000 -0400 @@ -69,8 +69,8 @@ g_return_if_fail(user_data != NULL); StartDlg *start_dlg = (StartDlg*)user_data; - devices_save_optionmenu(start_dlg->reader, GB_READER); - devices_save_optionmenu(start_dlg->writer, GB_WRITER); + devices_save_optionmenu(start_dlg->reader, GB_READER, FALSE); + devices_save_optionmenu(start_dlg->writer, GB_WRITER, TRUE); const gint index = gtk_option_menu_get_history(start_dlg->write_speed); if(index == 0) preferences_set_int(start_dlg->dvdmode ? GB_DVDWRITE_SPEED : GB_CDWRITE_SPEED, 0); Index: gnomebaker.spec =================================================================== RCS file: /cvs/extras/rpms/gnomebaker/devel/gnomebaker.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnomebaker.spec 17 Sep 2006 01:21:05 -0000 1.6 +++ gnomebaker.spec 6 Dec 2006 00:15:50 -0000 1.7 @@ -1,12 +1,13 @@ Name: gnomebaker Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME CD/DVD burner Group: Applications/Multimedia License: GPL URL: http://%{name}.sourceforge.net/v2/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-device.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel >= 2.10.0 @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -p1 -b .device chmod 644 AUTHORS TODO @@ -51,7 +53,6 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -83,6 +84,10 @@ %changelog +* Tue Dec 5 2006 Brian Pepple - 0.6.0-2 +- Add patch to fix device selection with multiple devices present. +- Drop X-Fedora category from desktop file. + * Sat Sep 16 2006 Brian Pepple - 0.6.0-1 - Update to 0.6.0. - Drop BR on libglade2-devel. From fedora-extras-commits at redhat.com Wed Dec 6 00:22:16 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 5 Dec 2006 19:22:16 -0500 Subject: rpms/grads/FC-5 grads.spec,1.12,1.13 Message-ID: <200612060022.kB60MGwM000617@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv602 Modified Files: grads.spec Log Message: * Thu Nov 16 2006 Patrice Dumas 1.9b4-19 - don't ship wgrib but depend on it Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-5/grads.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- grads.spec 4 Dec 2006 21:06:47 -0000 1.12 +++ grads.spec 6 Dec 2006 00:21:46 -0000 1.13 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 18%{?dist}.1 +Release: 19%{?dist} Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -40,7 +40,7 @@ BuildRequires: automake # in a separate package now -#Requires: wgrib +Requires: wgrib %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool @@ -113,20 +113,8 @@ %changelog -* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 -- don't ship wgrib - -* Tue Oct 31 2006 Patrice Dumas 1.9b4-18 -- rebuild for new libcurl soname (indirect dependency through libnc-dap) - -* Thu Oct 05 2006 Christian Iseli 1.9b4-17 -- rebuilt for unwind info generation, broken in gcc-4.1.1-21 - -* Wed Sep 20 2006 Patrice Dumas 1.9b4-16 -- rebuild against libdap 3.7.2 - -* Mon Sep 11 2006 Patrice Dumas 1.9b4-15 -- rebuild for FC6 +* Thu Nov 16 2006 Patrice Dumas 1.9b4-19 +- don't ship wgrib but depend on it * Sat Jul 22 2006 Patrice Dumas 1.9b4-14 - Update for newer libnc-dap From fedora-extras-commits at redhat.com Wed Dec 6 00:24:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:24:15 -0500 Subject: rpms/python-setuptools/FC-5 psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612060024.kB60OFpx000688@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv633/FC-5 Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: - Upstream 0.6c3 - Use cvs to track licenses --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:50 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-5/python-setuptools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-setuptools.spec 12 Sep 2006 13:50:50 -0000 1.8 +++ python-setuptools.spec 6 Dec 2006 00:23:45 -0000 1.9 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:50 -0000 1.7 +++ sources 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:24:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:24:15 -0500 Subject: rpms/python-setuptools/FC-6 psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612060024.kB60OFps000693@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv633/FC-6 Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: - Upstream 0.6c3 - Use cvs to track licenses --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:51 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-6/python-setuptools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-setuptools.spec 12 Sep 2006 13:50:51 -0000 1.8 +++ python-setuptools.spec 6 Dec 2006 00:23:45 -0000 1.9 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:51 -0000 1.7 +++ sources 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:24:20 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:24:20 -0500 Subject: rpms/python-setuptools/devel psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612060024.kB60OK74000700@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv633/devel Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: - Upstream 0.6c3 - Use cvs to track licenses --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:51 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:23:50 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-setuptools.spec 12 Sep 2006 13:50:51 -0000 1.8 +++ python-setuptools.spec 6 Dec 2006 00:23:50 -0000 1.9 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:51 -0000 1.7 +++ sources 6 Dec 2006 00:23:50 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:27:56 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:27:56 -0500 Subject: rpms/python-setuptools/FC-4 psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612060027.kB60Rukw000783@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv762 Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: I guess I'll do FC-4, too. --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:50 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:27:26 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-4/python-setuptools.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-setuptools.spec 12 Sep 2006 13:50:50 -0000 1.7 +++ python-setuptools.spec 6 Dec 2006 00:27:26 -0000 1.8 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:50 -0000 1.7 +++ sources 6 Dec 2006 00:27:26 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 01:32:05 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Tue, 5 Dec 2006 20:32:05 -0500 Subject: status-report-scripts parseBZbugList,1.58,1.59 Message-ID: <200612060132.kB61W5Xr004295@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4280 Modified Files: parseBZbugList Log Message: Display top = 30 entries. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- parseBZbugList 24 Nov 2006 08:54:57 -0000 1.58 +++ parseBZbugList 6 Dec 2006 01:32:05 -0000 1.59 @@ -76,6 +76,7 @@ &usage() if defined $opt{'help'}; +my $TopCount = 30; my $FE_NEW = 163776; my $FE_REVIEW = 163778; my $FE_ACCEPT = 163779; @@ -522,7 +523,7 @@ print "=== Package count ===\n\n"; print "We have $COUNT_LIST{'owner'} extras packages in owners file.[[BR]]\n"; print "There are $COUNT_LIST{'orphan'} orphans.\n"; - print "\n=== Top 10 package owners ===\n"; + print "\n=== Top $TopCount package owners ===\n"; &displayOwnerCntWiki($OWNER_LIST{"package"}, \%OWNER_STAT, 0); print "\n=== Packages not present in the development repo ===\n"; my $a = $PKG_LIST{"NotDevelNotRel"}; @@ -611,7 +612,7 @@ if (defined $count) { $count -= 1; } else { - $count = 9; + $count = $TopCount - 1; } for my $i (0 .. $count) { my $n = $$a[$i]; @@ -836,14 +837,14 @@ print "\n\n== About FE-ACCEPT packages ==\n"; print "\n\n=== Package count ===\n"; print "\nWe have $COUNT_LIST{'acceptedClosed'} accepted, closed package reviews\n"; - print "\n=== Top 25 BZ review requests submitters ===\n"; + print "\n=== Top $TopCount BZ review requests submitters ===\n"; print "Sponsors are highlighted in green.\n"; &displayOwnerCntWiki($OWNER_LIST{"BZOwner"}, - \%BZOWN_CNT, undef, 25, 1, \%BZOWN_BUGS); - print "\n=== Top 25 BZ review requests reviewers ===\n"; + \%BZOWN_CNT, undef, $TopCount, 1, \%BZOWN_BUGS); + print "\n=== Top $TopCount BZ review requests reviewers ===\n"; print "Sponsors are highlighted in green.\n"; &displayOwnerCntWiki($OWNER_LIST{"BZReviewer"}, - \%BZREV_CNT, undef, 25, 1, \%BZREV_BUGS); + \%BZREV_CNT, undef, $TopCount, 1, \%BZREV_BUGS); print "\n\n=== Potential problems ===\n"; if ($COUNT_LIST{"missing"} > 0) { print "\nWe have $COUNT_LIST{'missing'} accepted, closed packages where I'm unable to ", @@ -1247,7 +1248,7 @@ print "== About maintainers ==\n\n"; print "=== Maintainers count ===\n\n"; print "We have $COUNT_LIST{'maintainers'} maintainers in owners file.[[BR]]\n"; - print "\n=== Top 10 bugs assignees ===\n"; + print "\n=== Top $TopCount bugs assignees ===\n"; &displayOwnerCntWiki($OWNER_LIST{"bugs"}, \%OWNER_STAT, 1); if ($COUNT_LIST{'maintbugs'} > 0) { print "=== Inactive maintainers with open bug reports ===\n\n"; From fedora-extras-commits at redhat.com Wed Dec 6 03:16:44 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 5 Dec 2006 22:16:44 -0500 Subject: owners owners.list,1.2066,1.2067 Message-ID: <200612060316.kB63Gisn010841@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10826 Modified Files: owners.list Log Message: Add system-switch-im (which is orphaned) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2066 retrieving revision 1.2067 diff -u -r1.2066 -r1.2067 --- owners.list 5 Dec 2006 19:54:59 -0000 1.2066 +++ owners.list 6 Dec 2006 03:16:14 -0000 1.2067 @@ -2287,6 +2287,7 @@ Fedora Extras|sysprof|A sampling CPU profiler|giallu at gmail.com|extras-qa at fedoraproject.org|sandmann at daimi.au.dk Fedora Extras|sysprof-kmod|Sysprof kernel module|giallu at gmail.com|extras-qa at fedoraproject.org|sandmann at daimi.au.dk Fedora Extras|system-config-control|Centralized tool for Fedora configuration utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ankit644 at yahoo.com +Fedora Extras|system-switch-im|The Input Method System Switcher|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|t1lib|PostScript Type 1 font rasterizer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info Fedora Extras|t1utils|Collection of Type 1 and 2 font manipulation utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info Fedora Extras|taarich|Display Hebrew date|danken at cs.technion.ac.il|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 03:22:05 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 5 Dec 2006 22:22:05 -0500 Subject: owners owners.list,1.2067,1.2068 Message-ID: <200612060322.kB63M5ap010975@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10960 Modified Files: owners.list Log Message: SDL_pango -> SDL_Pango Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2067 retrieving revision 1.2068 diff -u -r1.2067 -r1.2068 --- owners.list 6 Dec 2006 03:16:14 -0000 1.2067 +++ owners.list 6 Dec 2006 03:21:35 -0000 1.2068 @@ -2193,7 +2193,7 @@ Fedora Extras|SDL_image|A sample image loading library for SDL.|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|SDL_mixer|Simple DirectMedia Layer - Sample Mixer Library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|SDL_net|SDL portable network library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|SDL_pango|Rendering of internationalized text for SDL|matthias at rpmforge.net|extras-qa at fedoraproject.org| +Fedora Extras|SDL_Pango|Rendering of internationalized text for SDL|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|SDL_ttf|Simple DirectMedia Layer - Sample TrueType Font Library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|sdparm|List or change SCSI/SATA disk parameters|terjeros at phys.ntnu.no|extras-qa at fedoraproject.org| Fedora Extras|seahorse|GNOME2 interface for gnupg|skvidal at phy.duke.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 03:30:43 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Tue, 5 Dec 2006 22:30:43 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.6,1.7 Message-ID: <200612060330.kB63UhJv011054@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11039 Modified Files: eclipse-emf.spec Log Message: * Tue Dec 05 2006 Andrew Overholt 2.2.1-6 - Don't unnecessarily give the full path to copy-platform. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- eclipse-emf.spec 8 Nov 2006 17:29:00 -0000 1.6 +++ eclipse-emf.spec 6 Dec 2006 03:30:13 -0000 1.7 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 5%{?dist} +Release: 6%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -156,7 +156,7 @@ homedir=$(cd home > /dev/null && pwd) # See comments in the script to understand this. -/bin/sh -x %{eclipse_base}/buildscripts/copy-platform `pwd`/SDK %{eclipse_base} +/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Build the EMF builder helper jars @@ -515,6 +515,9 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Dec 05 2006 Andrew Overholt 2.2.1-6 +- Don't unnecessarily give the full path to copy-platform. + * Wed Nov 08 2006 Andrew Overholt 2.2.1-5 - Remove the bits of the SDK that we don't need for building. From fedora-extras-commits at redhat.com Wed Dec 6 03:50:21 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 5 Dec 2006 22:50:21 -0500 Subject: owners owners.list,1.2068,1.2069 Message-ID: <200612060350.kB63oLiq011241@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11226 Modified Files: owners.list Log Message: add firefox-32 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2068 retrieving revision 1.2069 diff -u -r1.2068 -r1.2069 --- owners.list 6 Dec 2006 03:21:35 -0000 1.2068 +++ owners.list 6 Dec 2006 03:49:51 -0000 1.2069 @@ -423,6 +423,7 @@ Fedora Extras|fillets-ng-data|Game data files for Fish Fillets Next Generation|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|fillets-ng-data-cs|Czech audio data files for Fish Fillets Next Generation|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|firefox|firefox browser|wtogami at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|firefox-32|Alternate Launcher for 32bit Firefox|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|firestarter|The Firestarter firewall tool for GNOME|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|fish|A friendly interactive shell|liljencrantz at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|flasm|Flash bytecode assembler disassembler|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 04:18:14 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 5 Dec 2006 23:18:14 -0500 Subject: owners owners.list,1.2069,1.2070 Message-ID: <200612060418.kB64IEvM014402@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14387 Modified Files: owners.list Log Message: added nrpe Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2069 retrieving revision 1.2070 diff -u -r1.2069 -r1.2070 --- owners.list 6 Dec 2006 03:49:51 -0000 1.2069 +++ owners.list 6 Dec 2006 04:17:43 -0000 1.2070 @@ -1224,6 +1224,7 @@ Fedora Extras|notecase|A hierarchical note manager|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|nqc|Not Quite C compiler for Lego's RCX bricks|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| +Fedora Extras|nrpe|Host/service/network monitoring agent for Nagios|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nsd|NSD is a complete implementation of an authoritative DNS name server|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|ntfs-3g|Linux NTFS userspace driver|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ntfsprogs|NTFS filesystem libraries and utilities|tcallawa at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 04:22:37 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Tue, 5 Dec 2006 23:22:37 -0500 Subject: accounts2 PgToLDAP.py,1.3,1.4 fedoraPerson.schema,1.5,1.6 Message-ID: <200612060422.kB64MbHB014427@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14410 Modified Files: PgToLDAP.py fedoraPerson.schema Log Message: Index: PgToLDAP.py =================================================================== RCS file: /cvs/fedora/accounts2/PgToLDAP.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PgToLDAP.py 1 Dec 2006 02:35:09 -0000 1.3 +++ PgToLDAP.py 6 Dec 2006 04:22:37 -0000 1.4 @@ -208,7 +208,7 @@ # Copy all users from db to ldap/ldif # this will to queries and mappings - + """ try: if verbose: print "Selecting all users from Postgres Database" @@ -229,25 +229,29 @@ if options.outType == "ldif": ldifWriter.unparse(dn, entry) else: + + print "Adding ldif info for " + user[3] + "." - userLdif = [["objectClass",["fedoraPerson","organizationalUnit"]] , [ "displayName",[ user[1] ] ] ] + #userLdif = [["objectClass",["fedoraPerson","organizationalUnit"]] , [ "displayName",[ user[1] ] ] ] + userLdif = [["objectClass",["fedoraPerson"]] , [ "displayName",[ user[1] ] ] ] userLdif.append(["mail",[str(user[2])]]) + userLdif.append(["sn",[str(user[1])]]) userLdif.append(["fedoraPersonBugzillaMail",[str(user[2])]]) userLdif.append(["cn",[str(user[3])]]) userLdif.append(["givenName",[str(user[3])]]) - userLdif.append(["userCertificate",[str(user[4])]]) + userLdif.append(["fedoraPersonKeyId",[str(user[4])]]) userLdif.append(["fedoraPersonSshKey",[str(user[5])]]) userLdif.append(["userPassword",[encode_SSHA_password(str(user[6]))]]) userLdif.append(["postalAddress",[str(user[8])]]) userLdif.append(["telephoneNumber",[str(user[9])]]) - userLdif.append(["fax",[str(user[10])]]) - userLdif.append(["o",[str(user[11])]]) # affiliation is set to the o -- another stretch ?? + userLdif.append(["fax",[str(user[10]) or "None"]]) + userLdif.append(["o",[str(user[11]) or "None" ]]) # affiliation is set to the o -- another stretch ?? userLdif.append(["fedoraPersonCreationDate",[str(user[12])]]) userLdif.append(["fedoraPersonApprovalStatus",[str(user[13])]]) userLdif.append(["description",[str(user[14])]]) #this one may be a streach -- original field was internal comments userLdif.append(["fedoraPersonIrcNick",[str(user[16])]]) - userLdif.append(["ou",["roles"]]) + userLdif.append(["ou",["Roles"]]) print userLdif #for userKey in userLdif.keys(): @@ -267,6 +271,8 @@ #ldapConn.add_s(dn, entry) userCursor.close() + + # Select all groups from the DB @@ -313,17 +319,31 @@ userLdif.append(["cn",[str(group[1])]]) userLdif.append(["fedoraGroupOwner",owner]) # need to get a cn for this not just the id #userLdif.append(["groupOwner",[str(group[2])]]) # need to get a cn for this not just the id - userLdif.append(["fedoraGroupType",[str(group[3])]]) + userLdif.append(["fedoraGroupType",[str(group[3]) or "None" ]]) + + #we're using the boolean type for these. This means they need to be converted to the TRUE and FALSE strings + + if str(group[4]) == "0" : + group[4]="FALSE" + else: + group[4]="TRUE" + + if str(group[5]) == "0" : + group[5]="FALSE" + else: + group[5]="TRUE" + + userLdif.append(["fedoraGroupNeedsSponsor",[str(group[4])]]) #need to convert to bool - userLdif.append(["fedoraGroupUserCanRemove",[str(group[5])]]) + userLdif.append(["fedoraGroupUserCanRemove",[str(group[5])]]) #need to convert to bool #userLdif.append(["groupPrerequisite",[str(group[6])]]) #userLdif.append(["groupPrerequisite",prereq]) not currently in the schema - userLdif.append(["fedoraGroupJoinMsg",[str(group[7])]]) - ldifWriter.unparse("cn=" + str(group[1]) +",ou=fedoraGroups,dc=fedoraproject,dc=org" , userLdif ) + userLdif.append(["fedoraGroupJoinMsg",[str(group[7]) or "None" ]]) + ldifWriter.unparse("cn=" + str(group[1]) +",ou=FedoraGroups,dc=fedoraproject,dc=org" , userLdif ) groupCursor.close() - + """ # Select all roles from the DB try: @@ -350,7 +370,7 @@ uidRoleCursor = dbConn.cursor() - uidRoleCursor.execute ("SELECT username FROM person where id =" + str(role[0]) ) + uidRoleCursor.execute ("SELECT human_name FROM person where id =" + str(role[0]) ) username = uidRoleCursor.fetchone() uidRoleCursor.execute ("SELECT name FROM project_group where id =" + str(role[1]) ) group = uidRoleCursor.fetchone() @@ -372,15 +392,16 @@ #person_id0, group_project_id1, role_type2, role_domain3, role_status4, internal_comments5, sponsor_id6, creation7, approval8 roleLdif = [["objectClass",["fedoraRole"]] ] - #roleLdif.append(["cn",[str(role[1]),str(role[2])]]) #Fix me + #roleLdif.append(["cn",[str(group[0]) + str(role[2])]]) #Fix me + roleLdif.append(["cn",[str(group[0])]]) #Fix me roleLdif.append(["fedoraRoleType",[str(role[2])]]) - roleLdif.append(["fedoraRoleDomain",[str(role[3])]]) + roleLdif.append(["fedoraRoleDomain",[str(role[3]) or "None" ]]) roleLdif.append(["fedoraRoleStatus",[str(role[4])]]) roleLdif.append(["fedoraRoleSponsor",sponsor]) - roleLdif.append(["fedoraRoleCreationDate",[str(role[7])]]) + roleLdif.append(["fedoraRoleCreationDate",[str(role[7]) or "None" ]]) roleLdif.append(["fedoraRoleApprovalDate",[str(role[8])]]) - ldifWriter.unparse("cn=" + group[0] + ",cn=" + str(role[2]) +",cn=" + username[0] + " ou=Roles, ou=fedoraGroups,dc=fedoraproject,dc=org" , roleLdif ) + ldifWriter.unparse("cn=" + group[0] + ",cn=" + str(role[2]) + ",ou=roles, cn=" + username[0] + ",ou=People,dc=fedoraproject,dc=org" , roleLdif ) roleCursor.close() Index: fedoraPerson.schema =================================================================== RCS file: /cvs/fedora/accounts2/fedoraPerson.schema,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fedoraPerson.schema 30 Nov 2006 02:57:19 -0000 1.5 +++ fedoraPerson.schema 6 Dec 2006 04:22:37 -0000 1.6 @@ -35,6 +35,14 @@ SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} ) + +attributeType ( 2.5.444.19 NAME 'fedoraPersonKeyId' + DESC 'users GPG key ID' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} ) + + # fedoraPerson # The fedoraPerson represents people who are a member of the fedora project # in some way. It is a structural class and inherits @@ -45,5 +53,5 @@ SUP inetOrgPerson STRUCTURAL MUST ( fedoraPersonSshKey $ mail $ fedoraPersonCreationDate ) - MAY (fedoraPersonIrcNick $ fedoraPersonApprovalStatus $ fedoraPersonBugzillaMail ) + MAY (fedoraPersonIrcNick $ fedoraPersonApprovalStatus $ fedoraPersonBugzillaMail $ fedoraPersonKeyId ) ) From fedora-extras-commits at redhat.com Wed Dec 6 04:23:34 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Tue, 5 Dec 2006 23:23:34 -0500 Subject: accounts2 fedoraRole.schema,NONE,1.1 Message-ID: <200612060423.kB64NYNU014454@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14440 Added Files: fedoraRole.schema Log Message: fedoraRole is what used to be know as fedora membership --- NEW FILE fedoraRole.schema --- #this is the fedoraMembership shema file for use with the Account system #check out http://www.openldap.org/doc/admin23/schema.html#Extending%20Schema #for more information #for now this is the contents #role_type #role_domain #role_status #internal_comments #sponsor (points to the sponsor's DN) #creation (date) #approval (date) #don't have a name use cn instead #attributeType ( 2.5.444.1 NAME 'name' # DESC 'group name' # EQUALITY caseIgnoreMatch # SUBSTR caseIgnoreSubstringsMatch # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} ) attributeType ( 2.5.444.2 NAME 'fedoraRoleType' DESC 'the type of role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{25} ) attributeType ( 2.5.444.15 NAME 'fedoraRoleDomain' DESC 'the domain of this role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{15} ) attributeType ( 2.5.444.3 NAME 'fedoraRoleStatus' DESC 'the approval status of this role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{15} ) #attributeType ( 2.5.444.4 NAME 'internalComments' # DESC 'group membership comments' # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1000} ) attributeType ( 2.5.444.5 NAME 'fedoraRoleSponsor' DESC 'role sponsor' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{25} ) attributeType ( 2.5.444.6 NAME 'fedoraRoleCreationDate' DESC 'membership creation date' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributeType ( 2.5.444.7 NAME 'fedoraRoleApprovalDate' DESC 'membership approval date' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) objectclass ( 2.5.555.2 NAME 'fedoraRole' DESC 'An object describing a persons roles with the fedora project' STRUCTURAL MAY ( fedoraRoleApprovalDate $ fedoraRoleCreationDate $ fedoraRoleType $ fedoraRoleStatus $ fedoraRoleDomain $ fedoraRoleSponsor ) MUST ( cn ) ) From fedora-extras-commits at redhat.com Wed Dec 6 04:33:46 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Tue, 5 Dec 2006 23:33:46 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.7,1.8 Message-ID: <200612060433.kB64Xk1G014508@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14487 Modified Files: eclipse-emf.spec Log Message: * Tue Dec 05 2006 Andrew Overholt 2.2.1-7 - Don't remove org.eclipse.sdk as it's no longer a BR. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- eclipse-emf.spec 6 Dec 2006 03:30:13 -0000 1.7 +++ eclipse-emf.spec 6 Dec 2006 04:33:16 -0000 1.8 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 6%{?dist} +Release: 7%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -203,12 +203,10 @@ pushd ../.. rm SDK/plugins/org.eclipse.pde.build # Remove the bits of the SDK that we don't need -rm SDK/features/org.eclipse.sdk* rm SDK/features/org.eclipse.pde.source* rm SDK/features/org.eclipse.jdt.source* rm SDK/plugins/org.eclipse.pde.source* rm SDK/plugins/org.eclipse.jdt.source* -rm SDK/plugins/org.eclipse.sdk* # This tomcat chicanery will be fixed in a future Eclipse SDK RPM mkdir SDK2 pushd SDK @@ -515,6 +513,9 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Dec 05 2006 Andrew Overholt 2.2.1-7 +- Don't remove org.eclipse.sdk as it's no longer a BR. + * Tue Dec 05 2006 Andrew Overholt 2.2.1-6 - Don't unnecessarily give the full path to copy-platform. From fedora-extras-commits at redhat.com Wed Dec 6 04:45:04 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Tue, 5 Dec 2006 23:45:04 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.8,1.9 Message-ID: <200612060445.kB64j466014575@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14560 Modified Files: eclipse-emf.spec Log Message: * Tue Dec 05 2006 Andrew Overholt 2.2.1-8 - Re-add eclipse-sdk as a BR - this is easier than dealing with copy-platform shenanigans. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- eclipse-emf.spec 6 Dec 2006 04:33:16 -0000 1.8 +++ eclipse-emf.spec 6 Dec 2006 04:44:34 -0000 1.9 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 7%{?dist} +Release: 8%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -36,7 +36,7 @@ Patch5: %{name}-examples-dontChangeBundleClasspath.patch Patch6: %{name}-platformjavadocname.patch -BuildRequires: eclipse-pde +BuildRequires: eclipse-sdk %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.64 @@ -203,6 +203,8 @@ pushd ../.. rm SDK/plugins/org.eclipse.pde.build # Remove the bits of the SDK that we don't need +rm SDK/features/org.eclipse.sdk* +rm SDK/plugins/org.eclipse.sdk* rm SDK/features/org.eclipse.pde.source* rm SDK/features/org.eclipse.jdt.source* rm SDK/plugins/org.eclipse.pde.source* @@ -513,6 +515,10 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Dec 05 2006 Andrew Overholt 2.2.1-8 +- Re-add eclipse-sdk as a BR - this is easier than dealing with + copy-platform shenanigans. + * Tue Dec 05 2006 Andrew Overholt 2.2.1-7 - Don't remove org.eclipse.sdk as it's no longer a BR. From fedora-extras-commits at redhat.com Wed Dec 6 04:50:50 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Tue, 5 Dec 2006 23:50:50 -0500 Subject: comps comps-fe6.xml.in,1.237,1.238 comps-fe7.xml.in,1.40,1.41 Message-ID: <200612060450.kB64ooT2014612@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14590 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: Added my packages entry Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.237 retrieving revision 1.238 diff -u -r1.237 -r1.238 --- comps-fe6.xml.in 4 Dec 2006 09:23:17 -0000 1.237 +++ comps-fe6.xml.in 6 Dec 2006 04:50:20 -0000 1.238 @@ -174,6 +174,7 @@ ocaml oorexx patchy + perl-perlmenu perltidy pgadmin3 pikdev @@ -631,6 +632,7 @@ gpp gqview graphviz + gutenprint gv gwenview inkscape @@ -643,6 +645,7 @@ qiv rawstudio renrot + scanbuttond showimg skencil tuxpaint @@ -896,6 +899,7 @@ tagtool tclabc ushare + v4l2-tool vdr vdr-osdteletext vdr-subtitles Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- comps-fe7.xml.in 4 Dec 2006 11:06:22 -0000 1.40 +++ comps-fe7.xml.in 6 Dec 2006 04:50:20 -0000 1.41 @@ -173,6 +173,7 @@ ocaml oorexx patchy + perl-perlmenu perltidy pgadmin3 pikdev @@ -631,6 +632,7 @@ gpp gqview graphviz + gutenprint gv gwenview inkscape @@ -643,6 +645,7 @@ qiv rawstudio renrot + scanbuttond showimg skencil tuxpaint @@ -896,6 +899,7 @@ tagtool tclabc ushare + v4l2-tool vdr vdr-osdteletext vdr-subtitles From fedora-extras-commits at redhat.com Wed Dec 6 04:52:59 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 5 Dec 2006 23:52:59 -0500 Subject: owners owners.list,1.2070,1.2071 Message-ID: <200612060452.kB64qxF3014633@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14618 Modified Files: owners.list Log Message: * Add pygpgme. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2070 retrieving revision 1.2071 diff -u -r1.2070 -r1.2071 --- owners.list 6 Dec 2006 04:17:43 -0000 1.2070 +++ owners.list 6 Dec 2006 04:52:29 -0000 1.2071 @@ -1955,6 +1955,7 @@ Fedora Extras|pydot|Python interface to Graphviz's Dot language|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|pygpgme|Python module for working with OpenPGP messages|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 05:40:04 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:04 -0500 Subject: rpms/idioskopos - New directory Message-ID: <200612060540.kB65e4dB018065@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18061/idioskopos Log Message: Directory /cvs/extras/rpms/idioskopos added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 05:40:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:09 -0500 Subject: rpms/idioskopos/devel - New directory Message-ID: <200612060540.kB65e9j0018083@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18061/idioskopos/devel Log Message: Directory /cvs/extras/rpms/idioskopos/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 05:40:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:19 -0500 Subject: rpms/idioskopos/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612060540.kB65eJD6018128@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18107/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module idioskopos --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 6 05:40:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:19 -0500 Subject: rpms/idioskopos Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612060540.kB65eJTq018113@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18107 Added Files: Makefile import.log Log Message: Setup of module idioskopos --- NEW FILE Makefile --- # Top level Makefile for module idioskopos all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 6 05:41:14 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:41:14 -0500 Subject: rpms/idioskopos import.log,1.1,1.2 Message-ID: <200612060541.kB65fEnL018199@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18167 Modified Files: import.log Log Message: auto-import idioskopos-0.3.3-1 on branch devel from idioskopos-0.3.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/idioskopos/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Dec 2006 05:40:19 -0000 1.1 +++ import.log 6 Dec 2006 05:40:44 -0000 1.2 @@ -0,0 +1 @@ +idioskopos-0_3_3-1:HEAD:idioskopos-0.3.3-1.src.rpm:1165383883 From fedora-extras-commits at redhat.com Wed Dec 6 05:41:15 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:41:15 -0500 Subject: rpms/idioskopos/devel idioskopos.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612060541.kB65fFGR018203@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18167/devel Modified Files: .cvsignore sources Added Files: idioskopos.spec Log Message: auto-import idioskopos-0.3.3-1 on branch devel from idioskopos-0.3.3-1.src.rpm --- NEW FILE idioskopos.spec --- Summary: C++ introspection library Name: idioskopos Version: 0.3.3 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 %description idioskopos (Greek: idio- inward, within, private; -skopos look, aim, target) is a C++ library that simplifies (hopefully) the addition of object reflection and introspection to C++ classes. idioskopos provides classes for implementing properties (allocates and maintains value internally), reference properties (a property interface to an external value under your control), and virtual properties (a property interface created from get and set methods you supply). The approach taken is an intrusive approach. One advantage is that special preprocessors are not necessary; either for your own code, or for those that use your code. A disadvantage of an intrusive approach is just that; it's intrusive, meaning you must explicitly state what class members are properties and instantiate them in your constructors. %package devel Summary: Headers for developing programs that will use idioskopos Group: Development/Libraries Requires: idioskopos = %{version}-%{release} Requires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig %description devel This package contains the libraries and header files needed for developing idioskopos applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/lib*idioskopos*.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc %{_includedir}/idioskopos-0.3/ %doc ChangeLog docs/reference %changelog * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release * Fri Dec 01 2006 Rick L Vinyard Jr - 0.3.2-1 - New release - Added -p option to make install to preserve timestamps - Removed cp of docs and changed doc inclusion to docs/reference * Sat Nov 25 2006 Rick L Vinyard Jr - 0.3.1-1 - New release * Sun Nov 19 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Added libxml++ dependency * Wed Nov 15 2006 Rick L Vinyard Jr - 0.2.1-1 - New release * Sun May 21 2006 Rick L Vinyard Jr - 0.2.0-1 - New release - Removed doxygen and graphviz depends * Sun Mar 26 2006 Rick L Vinyard Jr - 0.1.13-1 - New release - Added doxygen and graphviz BuildRequires * Sun Mar 12 2006 Rick L Vinyard Jr - 0.1.12-1 - New release * Thu Mar 09 2006 Rick L Vinyard Jr - 0.1.11-1 - New release with iterators and array notation support for properties - Docs built with doxygen installed properly * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.10-1 - Cleaned up spec a little; buildroot notation and make/rm notation - Bugfix in 'simple' example * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.9-2 - Removed Requires tag, relying on BuildRequires instead - Cleaned up Source tag and changed to bz2 files - New upstream release (upstream is me, it's just easier to say it that way) * Fri Mar 03 2006 Rick L Vinyard Jr - 0.1.9-1 - Long overdue cleanup of configure.in et. al. - Docs now install into $prefix/share/doc/{package}-{version}. - Separate doc rpm consolidated into devel rpm. * Fri Mar 03 2006 Rick L Vinyard Jr - 0.1.8-1 - This is a cleanup release. autoconf needed a little more voodoo than a regular AC_CHECK_HEADERS call to properly. Also, added docs package to .spec file to create separate doc rpm. * Tue Feb 28 2006 Rick L Vinyard Jr - 0.1.7-1 - Initial version (at least the inital version with a changelog in the .spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Dec 2006 05:40:19 -0000 1.1 +++ .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 @@ -0,0 +1 @@ +idioskopos-0.3.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Dec 2006 05:40:19 -0000 1.1 +++ sources 6 Dec 2006 05:40:44 -0000 1.2 @@ -0,0 +1 @@ +bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 05:46:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:46:09 -0500 Subject: owners owners.list,1.2071,1.2072 Message-ID: <200612060546.kB65k9Ji018281@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18266 Modified Files: owners.list Log Message: Added idioskopos Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2071 retrieving revision 1.2072 diff -u -r1.2071 -r1.2072 --- owners.list 6 Dec 2006 04:52:29 -0000 1.2071 +++ owners.list 6 Dec 2006 05:45:39 -0000 1.2072 @@ -742,6 +742,7 @@ Fedora Extras|id3-py|Python ID3 tag library|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|id3lib|An Open-Source library for manipulating ID3v1 and ID3v2 tags|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|id3v2|A command line id3v2 tag editor|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|idioskopos|Idioskopos C++ library for object reflection and introspection|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|ifm|Interactive Fiction Mapper|chris at chrisgrau.com|extras-qa at fedoraproject.org| Fedora Extras|ifplugd|Detect and take action when an ethernet cable is unplugged|jamatos at fc.up.pt|extras-qa at fedoraproject.org|aaron.bennett at olin.edu Fedora Extras|iftop|Command line tool that displays bandwidth usage on an interface|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 06:18:38 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Wed, 6 Dec 2006 01:18:38 -0500 Subject: fedora-updates-system/updatessystem/deprecated - New directory Message-ID: <200612060618.kB66IcPv021566@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/deprecated In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21554/deprecated Log Message: Directory /cvs/fedora/fedora-updates-system/updatessystem/deprecated added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 07:19:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 6 Dec 2006 02:19:21 -0500 Subject: rpms/libopensync-plugin-irmc/FC-5 libopensync-plugin-irmc.spec, 1.5, 1.6 Message-ID: <200612060719.kB67JLbv024869@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24853 Modified Files: libopensync-plugin-irmc.spec Log Message: - fix #216003 Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/libopensync-plugin-irmc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:47 -0000 1.5 +++ libopensync-plugin-irmc.spec 6 Dec 2006 07:18:51 -0000 1.6 @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,7 +47,10 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog -* Fri Oct 20 2006 Andreas Bierfert 0.19-1 +* Wed Dec 06 2006 Andreas Bierfert 0.19-1 +- fix #216003 + +* Fri Oct 20 2006 Andreas Bierfert - version upgrade * Wed Mar 01 2006 Andreas Bierfert 0.18-6 From fedora-extras-commits at redhat.com Wed Dec 6 10:00:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 05:00:24 -0500 Subject: rpms/glibmm24/FC-6 .cvsignore, 1.12, 1.13 glibmm.spec, 1.16, 1.17 sources, 1.13, 1.14 Message-ID: <200612061000.kB6A0Otb032326@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32302 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.12.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 2 Oct 2006 23:29:43 -0000 1.12 +++ .cvsignore 6 Dec 2006 09:59:54 -0000 1.13 @@ -1 +1 @@ -glibmm-2.12.2.tar.bz2 +glibmm-2.12.3.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-6/glibmm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- glibmm.spec 2 Oct 2006 23:29:43 -0000 1.16 +++ glibmm.spec 6 Dec 2006 09:59:54 -0000 1.17 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.12.2 +Version: 2.12.3 Release: 1 Summary: C++ interface for GTK2 (a GUI library for X) @@ -77,6 +77,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Wed Dec 6 2006 Denis Leroy - 2.12.3-1 +- Update to 2.12.3 + * Mon Oct 2 2006 Denis Leroy - 2.12.2-1 - Update to 2.12.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 2 Oct 2006 23:29:43 -0000 1.13 +++ sources 6 Dec 2006 09:59:54 -0000 1.14 @@ -1 +1 @@ -a70be72261b19a080b1666e5e04fd43a glibmm-2.12.2.tar.bz2 +bf80bb02ec7712181dc38ff379ae2d93 glibmm-2.12.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 10:36:37 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 05:36:37 -0500 Subject: rpms/gtkmm24/FC-6 .cvsignore, 1.10, 1.11 gtkmm.spec, 1.19, 1.20 sources, 1.12, 1.13 Message-ID: <200612061036.kB6AabFl003143@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3124 Modified Files: .cvsignore gtkmm.spec sources Log Message: Update to 2.10.5, addresses bug 218564 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Oct 2006 23:52:21 -0000 1.10 +++ .cvsignore 6 Dec 2006 10:36:07 -0000 1.11 @@ -1 +1 @@ -gtkmm-2.10.2.tar.bz2 +gtkmm-2.10.5.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-6/gtkmm.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkmm.spec 9 Oct 2006 18:00:34 -0000 1.19 +++ gtkmm.spec 6 Dec 2006 10:36:07 -0000 1.20 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.10.2 +Version: 2.10.5 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -98,6 +98,9 @@ %changelog +* Wed Dec 6 2006 Denis Leroy - 2.10.5-1 +- Update to 2.10.5, addresses bug 218564 + * Tue Oct 3 2006 Denis Leroy - 2.10.2-1 - Update to 2.10.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 2 Oct 2006 23:52:21 -0000 1.12 +++ sources 6 Dec 2006 10:36:07 -0000 1.13 @@ -1 +1 @@ -b29ec706e544002d312cbefa0a65c446 gtkmm-2.10.2.tar.bz2 +0f5255675d13391ca2f3fa4943733a07 gtkmm-2.10.5.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 11:33:30 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 06:33:30 -0500 Subject: rpms/inkscape/devel inkscape-0.44.1-latex.patch, NONE, 1.1 inkscape-0.44.1-psinput.patch, NONE, 1.1 inkscape.spec, 1.33, 1.34 Message-ID: <200612061133.kB6BXUkE006564@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6541 Modified Files: inkscape.spec Added Files: inkscape-0.44.1-latex.patch inkscape-0.44.1-psinput.patch Log Message: - Added patches to fix LaTex import (#217699) - Added patch to base postscript import on pstoedit plot-svg inkscape-0.44.1-latex.patch: --- NEW FILE inkscape-0.44.1-latex.patch --- --- inkscape-0.44.1/share/extensions/inkex.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/inkex.py 2006-12-01 19:05:40.000000000 +0100 @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import sys, copy, optparse +import sys, copy, optparse, random, re #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { @@ -32,8 +32,29 @@ u'xlink' :u'http://www.w3.org/1999/xlink' } +#a dictionary of unit to user unit conversion factors +uuconv = {'in':90.0, 'pt':1.25, 'px':1, 'mm':3.5433070866, 'cm':35.433070866, 'pc':15.0} +def unittouu(string): + '''Returns returns userunits given a string representation of units in another system''' + unit = re.compile('(%s)$' % '|'.join(uuconv.keys())) + param = re.compile(r'(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)') + + p = param.match(string) + u = unit.search(string) + if p: + retval = float(p.string[p.start():p.end()]) + else: + retval = 0.0 + if u: + try: + return retval * uuconv[u.string[u.start():u.end()]] + except KeyError: + pass + return retval + try: import xml.dom.ext + import xml.dom.minidom import xml.dom.ext.reader.Sax2 import xml.xpath except: @@ -59,11 +80,15 @@ class Effect: """A class for creating Inkscape SVG Effects""" - def __init__(self): + def __init__(self, *args, **kwargs): + self.id_characters = '0123456789abcdefghijklmnopqrstuvwkyzABCDEFGHIJKLMNOPQRSTUVWXYZ' self.document=None + self.ctx=None self.selected={} + self.doc_ids={} self.options=None self.args=None + self.use_minidom=kwargs.pop("use_minidom", False) self.OptionParser = optparse.OptionParser(usage="usage: %prog [options] SVGfile",option_class=InkOption) self.OptionParser.add_option("--id", action="append", type="string", dest="ids", default=[], @@ -83,7 +108,11 @@ stream = open(self.args[-1],'r') except: stream = sys.stdin - self.document = reader.fromStream(stream) + if self.use_minidom: + self.document = xml.dom.minidom.parse(stream) + else: + self.document = reader.fromStream(stream) + self.ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) stream.close() def getposinlayer(self): ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) @@ -111,6 +140,10 @@ path = '//*[@id="%s"]' % id for node in xml.xpath.Evaluate(path,self.document): self.selected[id] = node + def getdocids(self): + docIdNodes = xml.xpath.Evaluate('//@id',self.document,context=self.ctx) + for m in docIdNodes: + self.doc_ids[m.value] = 1 def output(self): """Serialize document into XML on stdout""" xml.dom.ext.Print(self.document) @@ -120,5 +153,22 @@ self.parse() self.getposinlayer() self.getselected() + self.getdocids() self.effect() self.output() + + def uniqueId(self, old_id, make_new_id = True): + new_id = old_id + if make_new_id: + while new_id in self.doc_ids: + new_id = "%s%s" % (new_id,random.choice(self.id_characters)) + self.doc_ids[new_id] = 1 + return new_id + def xpathSingle(self, path): + try: + retval = xml.xpath.Evaluate(path,self.document,context=self.ctx)[0] + except: + debug("No matching node for expression: %s" % path) + retval = None + return retval + --- inkscape-0.44.1/share/extensions/eqtexsvg.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/eqtexsvg.py 2006-12-01 19:05:20.000000000 +0100 @@ -1,15 +1,13 @@ #!/usr/bin/env python # -*- coding: cp1252 -*- """ -EQTEXSVG.py -functions for converting LATEX equation string into SVG path -This extension need, to work properly : - - a TEX/LATEX distribution (MiKTEX ...) +eqtexsvg.py +functions for converting LaTeX equation string into SVG path +This extension need, to work properly: + - a TeX/LaTeX distribution (MiKTeX ...) - pstoedit software: -Copyright (C) 2006 Julien Vitard, julienvitard at gmail.com - -- I will try to code XML parsing, not the hard way ;-) +Copyright (C) 2006 Julien Vitard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,99 +21,100 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -import inkex, os, tempfile +import inkex, os, tempfile, sys, xml.dom.minidom def create_equation_tex(filename, equation): tex = open(filename, 'w') - tex.write("""%% processed with EqTeXSVG.py -\documentclass{article} - + tex.write("""%% processed with eqtexsvg.py +\\documentclass{article} +\\usepackage{amsmath} +\\usepackage{amssymb} +\\usepackage{amsfonts} + \\thispagestyle{empty} \\begin{document} """) - tex.write("$$\n") tex.write(equation) - tex.write("\n$$\n") - tex.write("\end{document}\n") + tex.write("\n\\end{document}\n") tex.close() def svg_open(self,filename): - # parsing of SVG file with the equation - # real parsing XML to use!!!! it will be easier !!! - svg = open(filename, 'r') - svg_lines = svg.readlines() - - # trip top/bottom lines from svg file - svg_lines.pop(0) - svg_lines.pop(1) - svg_lines.pop(len(svg_lines)-1) - - group = self.document.createElement('svg:g') - self.current_layer.appendChild(group) - - # deleting "" "" "" from svg_lines - nodegroup='' - s_nodegroup_path='' - - for i in range(1,len(svg_lines)): - if svg_lines[i].find("") - nodegroup=nodegroup[0]+'\n' - elif svg_lines[i].find("") != -1: - s_nodegroup_path=s_nodegroup_path+'"\n' - elif svg_lines[i].find("") != -1: - nodegroup_svg = self.document.createElement('svg:g') - nodegroup_svg.setAttribute('style',nodegroup) - nodegroup_path = self.document.createElement('svg:path') - nodegroup_path.setAttribute('d',s_nodegroup_path) - group.appendChild(nodegroup_svg) - nodegroup_svg.appendChild(nodegroup_path) + doc_width = inkex.unittouu(self.document.documentElement.getAttribute('width')) + doc_height = inkex.unittouu(self.document.documentElement.getAttribute('height')) + doc_sizeH = min(doc_width,doc_height) + doc_sizeW = max(doc_width,doc_height) + + def clone_and_rewrite(self, node_in): + if node_in.localName != 'svg': + node_out = self.document.createElement('svg:' + node_in.localName) + for i in range(0, node_in.attributes.length): + name = node_in.attributes.item(i).name + value = node_in.attributes.item(i).value + node_out.setAttribute(name, value) else: - s_nodegroup_path=s_nodegroup_path+svg_lines[i] + node_out = self.document.createElement('svg:g') + for c in node_in.childNodes: + if c.localName in ('g', 'path', 'polyline', 'polygon'): + child = clone_and_rewrite(self, c) + if c.localName == 'g': + child.setAttribute('transform','matrix('+str(doc_sizeH/700.)+',0,0,'+str(-doc_sizeH/700.)+','+str(-doc_sizeH*0.25)+','+str(doc_sizeW*0.75)+')') + node_out.appendChild(child) + + return node_out + + doc = xml.dom.minidom.parse(filename) + svg = doc.getElementsByTagName('svg')[0] + group = clone_and_rewrite(self, svg) + self.current_layer.appendChild(group) class EQTEXSVG(inkex.Effect): def __init__(self): inkex.Effect.__init__(self) self.OptionParser.add_option("-f", "--formule", - action="store", type="string", - dest="formule", default=10.0, - help="Formule LaTeX") + action="store", type="string", + dest="formula", default=10.0, + help="LaTeX formula") def effect(self): - - base_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp") - latex_file = base_file + ".tex" - create_equation_tex(latex_file, self.options.formule) - - out_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp.output") - os.system('latex -output-directory=' + tempfile.gettempdir() + ' ' + latex_file + '> ' + out_file) - - ps_file = base_file + ".ps" - dvi_file = base_file + ".dvi" - svg_file = base_file + ".svg" + + base_dir = tempfile.mkdtemp("", "inkscape-"); + latex_file = os.path.join(base_dir, "eq.tex") + aux_file = os.path.join(base_dir, "eq.aux") + log_file = os.path.join(base_dir, "eq.log") + ps_file = os.path.join(base_dir, "eq.ps") + dvi_file = os.path.join(base_dir, "eq.dvi") + svg_file = os.path.join(base_dir, "eq.svg") + out_file = os.path.join(base_dir, "eq.out") + + def clean(): + os.remove(latex_file) + os.remove(aux_file) + os.remove(log_file) + os.remove(ps_file) + os.remove(dvi_file) + os.remove(svg_file) + os.remove(out_file) + os.rmdir(base_dir) + + create_equation_tex(latex_file, self.options.formula) + os.system('cd ' + base_dir + '; latex -halt-on-error ' + latex_file + ' > ' + out_file) + try: + os.stat(dvi_file) + except OSError: + print >>sys.stderr, "invalid LaTeX input:" + print >>sys.stderr, self.options.formula + print >>sys.stderr, "temporary files were left in:", base_dir + sys.exit(1) + os.system('dvips -q -f -E -D 600 -y 5000 -o ' + ps_file + ' ' + dvi_file) - os.system('pstoedit -f svg -dt -ssp ' + ps_file + ' ' + svg_file + '>> ' + out_file) + os.system('cd ' + base_dir + '; pstoedit -f plot-svg -dt -ssp ' + ps_file + ' ' + svg_file + '&> ' + out_file) - # ouvrir le svg et remplacer #7F7F7F par #000000 svg_open(self, svg_file) - # clean up - aux_file = base_file + ".aux" - log_file = base_file + ".log" - os.remove(latex_file) - os.remove(aux_file) - os.remove(log_file) - os.remove(dvi_file) - os.remove(ps_file) - os.remove(svg_file) - os.remove(out_file) - + clean() + e = EQTEXSVG() e.affect() inkscape-0.44.1-psinput.patch: --- NEW FILE inkscape-0.44.1-psinput.patch --- --- inkscape-0.44.1/share/extensions/ps_input.inx.orig 2006-12-06 11:47:27.000000000 +0100 +++ inkscape-0.44.1/share/extensions/ps_input.inx 2006-12-06 11:46:40.000000000 +0100 @@ -1,7 +1,6 @@ <_name>Postscript Input org.inkscape.input.ps - org.inkscape.input.sk pstoedit .ps @@ -11,7 +10,6 @@ org.inkscape.output.ps --- inkscape-0.44.1/share/extensions/eps_input.inx.orig 2006-12-06 12:19:56.000000000 +0100 +++ inkscape-0.44.1/share/extensions/eps_input.inx 2006-12-06 12:19:42.000000000 +0100 @@ -1,9 +1,8 @@ <_name>EPS Input org.inkscape.input.eps - org.inkscape.input.ps - gs - + pstoedit + .eps image/x-encapsulated-postscript <_filetypename>Encapsulated Postscript (*.eps) @@ -11,7 +10,6 @@ org.inkscape.output.eps Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- inkscape.spec 7 Sep 2006 09:59:41 -0000 1.33 +++ inkscape.spec 6 Dec 2006 11:32:59 -0000 1.34 @@ -1,12 +1,14 @@ Name: inkscape Version: 0.44.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.gz +Patch0: inkscape-0.44.1-latex.patch +Patch1: inkscape-0.44.1-psinput.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -57,6 +59,8 @@ %prep %setup -q +%patch0 -p1 -b .latex +%patch1 -p1 -b .psinput %build @@ -119,6 +123,10 @@ %changelog +* Wed Dec 6 2006 Denis Leroy - 0.44.1-2 +- Added patches to fix LaTex import (#217699) +- Added patch to base postscript import on pstoedit plot-svg + * Thu Sep 7 2006 Denis Leroy - 0.44.1-1 - Update to 0.44.1 - Removed png export patch, integrated upstream From fedora-extras-commits at redhat.com Wed Dec 6 11:40:02 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 06:40:02 -0500 Subject: rpms/inkscape/FC-6 inkscape-0.44.1-latex.patch, NONE, 1.1 inkscape-0.44.1-psinput.patch, NONE, 1.1 inkscape.spec, 1.33, 1.34 Message-ID: <200612061140.kB6Be2oo006679@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6655 Modified Files: inkscape.spec Added Files: inkscape-0.44.1-latex.patch inkscape-0.44.1-psinput.patch Log Message: - Added patches to fix LaTex import (#217699) - Added patch to base postscript import on pstoedit plot-svg inkscape-0.44.1-latex.patch: --- NEW FILE inkscape-0.44.1-latex.patch --- --- inkscape-0.44.1/share/extensions/inkex.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/inkex.py 2006-12-01 19:05:40.000000000 +0100 @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import sys, copy, optparse +import sys, copy, optparse, random, re #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { @@ -32,8 +32,29 @@ u'xlink' :u'http://www.w3.org/1999/xlink' } +#a dictionary of unit to user unit conversion factors +uuconv = {'in':90.0, 'pt':1.25, 'px':1, 'mm':3.5433070866, 'cm':35.433070866, 'pc':15.0} +def unittouu(string): + '''Returns returns userunits given a string representation of units in another system''' + unit = re.compile('(%s)$' % '|'.join(uuconv.keys())) + param = re.compile(r'(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)') + + p = param.match(string) + u = unit.search(string) + if p: + retval = float(p.string[p.start():p.end()]) + else: + retval = 0.0 + if u: + try: + return retval * uuconv[u.string[u.start():u.end()]] + except KeyError: + pass + return retval + try: import xml.dom.ext + import xml.dom.minidom import xml.dom.ext.reader.Sax2 import xml.xpath except: @@ -59,11 +80,15 @@ class Effect: """A class for creating Inkscape SVG Effects""" - def __init__(self): + def __init__(self, *args, **kwargs): + self.id_characters = '0123456789abcdefghijklmnopqrstuvwkyzABCDEFGHIJKLMNOPQRSTUVWXYZ' self.document=None + self.ctx=None self.selected={} + self.doc_ids={} self.options=None self.args=None + self.use_minidom=kwargs.pop("use_minidom", False) self.OptionParser = optparse.OptionParser(usage="usage: %prog [options] SVGfile",option_class=InkOption) self.OptionParser.add_option("--id", action="append", type="string", dest="ids", default=[], @@ -83,7 +108,11 @@ stream = open(self.args[-1],'r') except: stream = sys.stdin - self.document = reader.fromStream(stream) + if self.use_minidom: + self.document = xml.dom.minidom.parse(stream) + else: + self.document = reader.fromStream(stream) + self.ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) stream.close() def getposinlayer(self): ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) @@ -111,6 +140,10 @@ path = '//*[@id="%s"]' % id for node in xml.xpath.Evaluate(path,self.document): self.selected[id] = node + def getdocids(self): + docIdNodes = xml.xpath.Evaluate('//@id',self.document,context=self.ctx) + for m in docIdNodes: + self.doc_ids[m.value] = 1 def output(self): """Serialize document into XML on stdout""" xml.dom.ext.Print(self.document) @@ -120,5 +153,22 @@ self.parse() self.getposinlayer() self.getselected() + self.getdocids() self.effect() self.output() + + def uniqueId(self, old_id, make_new_id = True): + new_id = old_id + if make_new_id: + while new_id in self.doc_ids: + new_id = "%s%s" % (new_id,random.choice(self.id_characters)) + self.doc_ids[new_id] = 1 + return new_id + def xpathSingle(self, path): + try: + retval = xml.xpath.Evaluate(path,self.document,context=self.ctx)[0] + except: + debug("No matching node for expression: %s" % path) + retval = None + return retval + --- inkscape-0.44.1/share/extensions/eqtexsvg.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/eqtexsvg.py 2006-12-01 19:05:20.000000000 +0100 @@ -1,15 +1,13 @@ #!/usr/bin/env python # -*- coding: cp1252 -*- """ -EQTEXSVG.py -functions for converting LATEX equation string into SVG path -This extension need, to work properly : - - a TEX/LATEX distribution (MiKTEX ...) +eqtexsvg.py +functions for converting LaTeX equation string into SVG path +This extension need, to work properly: + - a TeX/LaTeX distribution (MiKTeX ...) - pstoedit software: -Copyright (C) 2006 Julien Vitard, julienvitard at gmail.com - -- I will try to code XML parsing, not the hard way ;-) +Copyright (C) 2006 Julien Vitard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,99 +21,100 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -import inkex, os, tempfile +import inkex, os, tempfile, sys, xml.dom.minidom def create_equation_tex(filename, equation): tex = open(filename, 'w') - tex.write("""%% processed with EqTeXSVG.py -\documentclass{article} - + tex.write("""%% processed with eqtexsvg.py +\\documentclass{article} +\\usepackage{amsmath} +\\usepackage{amssymb} +\\usepackage{amsfonts} + \\thispagestyle{empty} \\begin{document} """) - tex.write("$$\n") tex.write(equation) - tex.write("\n$$\n") - tex.write("\end{document}\n") + tex.write("\n\\end{document}\n") tex.close() def svg_open(self,filename): - # parsing of SVG file with the equation - # real parsing XML to use!!!! it will be easier !!! - svg = open(filename, 'r') - svg_lines = svg.readlines() - - # trip top/bottom lines from svg file - svg_lines.pop(0) - svg_lines.pop(1) - svg_lines.pop(len(svg_lines)-1) - - group = self.document.createElement('svg:g') - self.current_layer.appendChild(group) - - # deleting "" "" "" from svg_lines - nodegroup='' - s_nodegroup_path='' - - for i in range(1,len(svg_lines)): - if svg_lines[i].find("") - nodegroup=nodegroup[0]+'\n' - elif svg_lines[i].find("") != -1: - s_nodegroup_path=s_nodegroup_path+'"\n' - elif svg_lines[i].find("") != -1: - nodegroup_svg = self.document.createElement('svg:g') - nodegroup_svg.setAttribute('style',nodegroup) - nodegroup_path = self.document.createElement('svg:path') - nodegroup_path.setAttribute('d',s_nodegroup_path) - group.appendChild(nodegroup_svg) - nodegroup_svg.appendChild(nodegroup_path) + doc_width = inkex.unittouu(self.document.documentElement.getAttribute('width')) + doc_height = inkex.unittouu(self.document.documentElement.getAttribute('height')) + doc_sizeH = min(doc_width,doc_height) + doc_sizeW = max(doc_width,doc_height) + + def clone_and_rewrite(self, node_in): + if node_in.localName != 'svg': + node_out = self.document.createElement('svg:' + node_in.localName) + for i in range(0, node_in.attributes.length): + name = node_in.attributes.item(i).name + value = node_in.attributes.item(i).value + node_out.setAttribute(name, value) else: - s_nodegroup_path=s_nodegroup_path+svg_lines[i] + node_out = self.document.createElement('svg:g') + for c in node_in.childNodes: + if c.localName in ('g', 'path', 'polyline', 'polygon'): + child = clone_and_rewrite(self, c) + if c.localName == 'g': + child.setAttribute('transform','matrix('+str(doc_sizeH/700.)+',0,0,'+str(-doc_sizeH/700.)+','+str(-doc_sizeH*0.25)+','+str(doc_sizeW*0.75)+')') + node_out.appendChild(child) + + return node_out + + doc = xml.dom.minidom.parse(filename) + svg = doc.getElementsByTagName('svg')[0] + group = clone_and_rewrite(self, svg) + self.current_layer.appendChild(group) class EQTEXSVG(inkex.Effect): def __init__(self): inkex.Effect.__init__(self) self.OptionParser.add_option("-f", "--formule", - action="store", type="string", - dest="formule", default=10.0, - help="Formule LaTeX") + action="store", type="string", + dest="formula", default=10.0, + help="LaTeX formula") def effect(self): - - base_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp") - latex_file = base_file + ".tex" - create_equation_tex(latex_file, self.options.formule) - - out_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp.output") - os.system('latex -output-directory=' + tempfile.gettempdir() + ' ' + latex_file + '> ' + out_file) - - ps_file = base_file + ".ps" - dvi_file = base_file + ".dvi" - svg_file = base_file + ".svg" + + base_dir = tempfile.mkdtemp("", "inkscape-"); + latex_file = os.path.join(base_dir, "eq.tex") + aux_file = os.path.join(base_dir, "eq.aux") + log_file = os.path.join(base_dir, "eq.log") + ps_file = os.path.join(base_dir, "eq.ps") + dvi_file = os.path.join(base_dir, "eq.dvi") + svg_file = os.path.join(base_dir, "eq.svg") + out_file = os.path.join(base_dir, "eq.out") + + def clean(): + os.remove(latex_file) + os.remove(aux_file) + os.remove(log_file) + os.remove(ps_file) + os.remove(dvi_file) + os.remove(svg_file) + os.remove(out_file) + os.rmdir(base_dir) + + create_equation_tex(latex_file, self.options.formula) + os.system('cd ' + base_dir + '; latex -halt-on-error ' + latex_file + ' > ' + out_file) + try: + os.stat(dvi_file) + except OSError: + print >>sys.stderr, "invalid LaTeX input:" + print >>sys.stderr, self.options.formula + print >>sys.stderr, "temporary files were left in:", base_dir + sys.exit(1) + os.system('dvips -q -f -E -D 600 -y 5000 -o ' + ps_file + ' ' + dvi_file) - os.system('pstoedit -f svg -dt -ssp ' + ps_file + ' ' + svg_file + '>> ' + out_file) + os.system('cd ' + base_dir + '; pstoedit -f plot-svg -dt -ssp ' + ps_file + ' ' + svg_file + '&> ' + out_file) - # ouvrir le svg et remplacer #7F7F7F par #000000 svg_open(self, svg_file) - # clean up - aux_file = base_file + ".aux" - log_file = base_file + ".log" - os.remove(latex_file) - os.remove(aux_file) - os.remove(log_file) - os.remove(dvi_file) - os.remove(ps_file) - os.remove(svg_file) - os.remove(out_file) - + clean() + e = EQTEXSVG() e.affect() inkscape-0.44.1-psinput.patch: --- NEW FILE inkscape-0.44.1-psinput.patch --- --- inkscape-0.44.1/share/extensions/ps_input.inx.orig 2006-12-06 11:47:27.000000000 +0100 +++ inkscape-0.44.1/share/extensions/ps_input.inx 2006-12-06 11:46:40.000000000 +0100 @@ -1,7 +1,6 @@ <_name>Postscript Input org.inkscape.input.ps - org.inkscape.input.sk pstoedit .ps @@ -11,7 +10,6 @@ org.inkscape.output.ps --- inkscape-0.44.1/share/extensions/eps_input.inx.orig 2006-12-06 12:19:56.000000000 +0100 +++ inkscape-0.44.1/share/extensions/eps_input.inx 2006-12-06 12:19:42.000000000 +0100 @@ -1,9 +1,8 @@ <_name>EPS Input org.inkscape.input.eps - org.inkscape.input.ps - gs - + pstoedit + .eps image/x-encapsulated-postscript <_filetypename>Encapsulated Postscript (*.eps) @@ -11,7 +10,6 @@ org.inkscape.output.eps Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-6/inkscape.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- inkscape.spec 7 Sep 2006 09:59:41 -0000 1.33 +++ inkscape.spec 6 Dec 2006 11:39:32 -0000 1.34 @@ -1,12 +1,14 @@ Name: inkscape Version: 0.44.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.gz +Patch0: inkscape-0.44.1-latex.patch +Patch1: inkscape-0.44.1-psinput.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -57,6 +59,8 @@ %prep %setup -q +%patch0 -p1 -b .latex +%patch1 -p1 -b .psinput %build @@ -119,6 +123,10 @@ %changelog +* Fri Dec 1 2006 Denis Leroy - 0.44.1-2 +- Added patches to fix LaTex import (#217699) +- Added patch to base postscript import on pstoedit plot-svg + * Thu Sep 7 2006 Denis Leroy - 0.44.1-1 - Update to 0.44.1 - Removed png export patch, integrated upstream From fedora-extras-commits at redhat.com Wed Dec 6 11:53:58 2006 From: fedora-extras-commits at redhat.com (Tim Waugh (twaugh)) Date: Wed, 6 Dec 2006 06:53:58 -0500 Subject: rpms/international-time/devel international-time.spec,1.3,1.4 Message-ID: <200612061153.kB6BrwOL006798@cvs-int.fedora.redhat.com> Author: twaugh Update of /cvs/extras/rpms/international-time/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6783 Modified Files: international-time.spec Log Message: * Wed Dec 6 2006 Tim Waugh 0.0.2-3 - Built for devel. Index: international-time.spec =================================================================== RCS file: /cvs/extras/rpms/international-time/devel/international-time.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- international-time.spec 27 Oct 2006 09:13:58 -0000 1.3 +++ international-time.spec 6 Dec 2006 11:53:28 -0000 1.4 @@ -1,7 +1,7 @@ Summary: A tool for arranging times in advance with overseas colleagues Name: international-time Version: 0.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System Source0: http://cyberelk.net/tim/data/international-time/international-time-%{version}.tar.bz2 @@ -66,6 +66,9 @@ %{_datadir}/applications/* %changelog +* Wed Dec 6 2006 Tim Waugh 0.0.2-3 +- Built for devel. + * Fri Oct 27 2006 Tim Waugh - Better categories for the desktop file. From fedora-extras-commits at redhat.com Wed Dec 6 12:10:20 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:20 -0500 Subject: rpms/mkvtoolnix - New directory Message-ID: <200612061210.kB6CAKIv010007@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10003/mkvtoolnix Log Message: Directory /cvs/extras/rpms/mkvtoolnix added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 12:10:25 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:25 -0500 Subject: rpms/mkvtoolnix/devel - New directory Message-ID: <200612061210.kB6CAPjj010021@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10003/mkvtoolnix/devel Log Message: Directory /cvs/extras/rpms/mkvtoolnix/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 12:10:40 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:40 -0500 Subject: rpms/mkvtoolnix Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612061210.kB6CAeId010050@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10044 Added Files: Makefile import.log Log Message: Setup of module mkvtoolnix --- NEW FILE Makefile --- # Top level Makefile for module mkvtoolnix all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 6 12:10:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:45 -0500 Subject: rpms/mkvtoolnix/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612061210.kB6CAj6R010065@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10044/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mkvtoolnix --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 6 12:17:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:17:06 -0500 Subject: rpms/mkvtoolnix/devel mkvinfo.desktop, NONE, 1.1 mkvtoolnix.spec, NONE, 1.1 mmg.desktop, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612061217.kB6CH6Jl010181@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10143/devel Modified Files: .cvsignore sources Added Files: mkvinfo.desktop mkvtoolnix.spec mmg.desktop Log Message: auto-import mkvtoolnix-1.8.1-1 on branch devel from mkvtoolnix-1.8.1-1.src.rpm --- NEW FILE mkvinfo.desktop --- [Desktop Entry] Name=mkvinfo Comment=Show information about tracks in Matroska files Exec=mkvinfo -g Icon=mkvinfo Terminal=false Encoding=UTF-8 Type=Application MimeType=video/x-matroska;audio/x-matroska;application/x-matroska; Categories=AudioVideo;GTK; --- NEW FILE mkvtoolnix.spec --- Summary: Matroska container manipulation utilities Name: mkvtoolnix Version: 1.8.1 Release: 1%{?dist} License: GPL Group: Applications/Multimedia Source0: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2 Source1: mmg.desktop Source2: mkvinfo.desktop URL: http://www.bunkus.org/videotools/mkvtoolnix/index.html BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: flac-devel >= 1.1.1 BuildRequires: libebml-devel >= 0.7.7 BuildRequires: libmatroska-devel >= 0.8.0 BuildRequires: libogg-devel BuildRequires: libvorbis-devel BuildRequires: pcre-devel BuildRequires: zlib-devel BuildRequires: expat-devel BuildRequires: lzo-devel BuildRequires: bzip2-devel BuildRequires: wxGTK-devel %description Mkvtoolnix is a set of utilities to mux and demux audio, video and subtitle streams into and from Matroska containers. %package gui Summary: Mkvtoolnix GUI Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} %description gui GUI for mkvtoolnix. %prep %setup -q sed -i -e 's/"-O3"/""/' configure* %build %configure %{__make} %{?_smp_mflags} V=1 %install rm -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true install desktop-file-install \ --vendor=livna \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ --mode=644 \ %{SOURCE1} install -Dpm 644 src/mmg/matroskalogo.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/mmg.xpm desktop-file-install \ --vendor=livna \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ --mode=644 \ %{SOURCE2} install -Dpm 644 src/info/matroska.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/mkvinfo.xpm %clean rm -rf $RPM_BUILD_ROOT %post gui update-desktop-database &>/dev/null || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun gui update-desktop-database &>/dev/null || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(644,root,root,0755) %doc AUTHORS COPYING README ChangeLog TODO %attr(755,root,root) %{_bindir}/base64tool %attr(755,root,root) %{_bindir}/mkvextract %attr(755,root,root) %{_bindir}/mkvmerge %{_mandir}/man1/base64tool* %{_mandir}/man1/mkvextract* %{_mandir}/man1/mkvmerge* %files gui %doc doc/mkvmerge-gui.html %defattr(644,root,root,0755) %attr(755,root,root) %{_bindir}/mkvinfo %attr(755,root,root) %{_bindir}/mmg %{_mandir}/man1/mkvinfo* %{_mandir}/man1/mmg* %{_datadir}/%{name} %{_datadir}/applications/*-mkvinfo.desktop %{_datadir}/applications/*-mmg.desktop %{_datadir}/icons/hicolor/32x32/apps/mkvinfo.xpm %{_datadir}/icons/hicolor/32x32/apps/mmg.xpm %changelog * Tue Dec 05 2006 Dominik Mierzejewski 1.8.1-1 - updated to 1.8.1 * Sun Nov 26 2006 Ville Skytt?? - 1.8.0-3 - Update GTK icon cache in -gui's post(un)install phase, not main pkg's. - Add menu entry for mkvinfo. * Thu Nov 23 2006 Dominik Mierzejewski 1.8.0-2 - moved mkvinfo and its manpage to -gui - dropped --enable-debug from configure * Sun Nov 19 2006 Dominik Mierzejewski 1.8.0-1 - updated to 1.8.0 - prevent stripping binaries during make install - removed sed from BRs - made -gui Require: current version of the main package - specfile cleanups * Fri Jul 28 2006 Dominik Mierzejewski 1.7.0-1 - updated to 1.7.0 - removed FCver dependent BRs * Sun Apr 02 2006 Dominik Mierzejewski 1.6.5-3 - added missing BRs - enable all deps by default * Sat Jan 07 2006 Dominik Mierzejewski 1.6.5-2 - added desktop file and icon for GUI - remove hardcoded -O3 from configure's CFLAGS * Fri Jan 06 2006 Dominik Mierzejewski - dropped RH7.x support - specfile cleanups * Sun Dec 11 2005 Dominik Mierzejewski - updated to 1.6.5 - updated BuildRequires * Thu Jul 07 2005 Dominik Mierzejewski - updated to 1.5.0 * Mon Apr 11 2005 Dominik Mierzejewski - fixed BRs for Fedoras * Wed Jan 12 2005 Dominik Mierzejewski - fixed rebuilding under RH7.3 * Sat Jan 08 2005 Dominik Mierzejewski - updated to 1.0.1 * Sat Oct 16 2004 Dominik Mierzejewski - arranged sections in correct order - split GUI into separate package - added some bconds * Sat Jan 02 2004 Ronald Bultje Author: rathann Update of /cvs/extras/rpms/mkvtoolnix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10143 Modified Files: import.log Log Message: auto-import mkvtoolnix-1.8.1-1 on branch devel from mkvtoolnix-1.8.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/mkvtoolnix/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Dec 2006 12:10:40 -0000 1.1 +++ import.log 6 Dec 2006 12:16:36 -0000 1.2 @@ -0,0 +1 @@ +mkvtoolnix-1_8_1-1:HEAD:mkvtoolnix-1.8.1-1.src.rpm:1165407634 From fedora-extras-commits at redhat.com Wed Dec 6 12:24:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 6 Dec 2006 07:24:36 -0500 Subject: fedora-security/audit fe4, 1.107, 1.108 fe5, 1.116, 1.117 fe6, 1.31, 1.32 Message-ID: <200612061224.kB6COane010262@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10243 Modified Files: fe4 fe5 fe6 Log Message: CVE-2006-6120 (koffice) #218030 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- fe4 3 Dec 2006 22:07:17 -0000 1.107 +++ fe4 6 Dec 2006 12:24:36 -0000 1.108 @@ -6,6 +6,7 @@ CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 +CVE-2006-6120 VULNERABLE (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- fe5 3 Dec 2006 22:07:17 -0000 1.116 +++ fe5 6 Dec 2006 12:24:36 -0000 1.117 @@ -6,6 +6,7 @@ CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 +CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- fe6 3 Dec 2006 22:07:17 -0000 1.31 +++ fe6 6 Dec 2006 12:24:36 -0000 1.32 @@ -6,6 +6,7 @@ CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 version (gnupg2, fixed 2.0.1) #217950 CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) +CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 VULNERABLE (gv) #215136 From fedora-extras-commits at redhat.com Wed Dec 6 12:42:52 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:42:52 -0500 Subject: owners owners.list,1.2072,1.2073 Message-ID: <200612061242.kB6Cgqao010434@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10410 Modified Files: owners.list Log Message: Add myself as the maintainer of mkvtoolnix. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2072 retrieving revision 1.2073 diff -u -r1.2072 -r1.2073 --- owners.list 6 Dec 2006 05:45:39 -0000 1.2072 +++ owners.list 6 Dec 2006 12:42:22 -0000 1.2073 @@ -1122,6 +1122,7 @@ Fedora Extras|mirrormagic|Puzzle game where you steer a beam of light using mirrors|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|mISDN|Userspace part of Modular ISDN stack|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mknbi|Utility for creating network bootable images|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|mkvtoolnix|Matroska container manipulation utilities|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|mlmmj|Mailserver-independent ezmlm-like mailing list manager|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|mlton|Optimizing compiler for Standard ML|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|mm|Shared memory allocation library|andreas at bawue.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 12:44:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 6 Dec 2006 07:44:26 -0500 Subject: comps comps-fe5.xml.in, 1.209, 1.210 comps-fe6.xml.in, 1.238, 1.239 comps-fe7.xml.in, 1.41, 1.42 Message-ID: <200612061244.kB6CiQw8010466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10447 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: vdr* updates Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.209 retrieving revision 1.210 diff -u -r1.209 -r1.210 --- comps-fe5.xml.in 4 Dec 2006 09:06:41 -0000 1.209 +++ comps-fe5.xml.in 6 Dec 2006 12:43:56 -0000 1.210 @@ -844,8 +844,10 @@ tclabc ushare vdr + vdr-femon vdr-osdteletext vdr-subtitles + vdradmin-am xmms xmms-cdread xmms-flac Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.238 retrieving revision 1.239 diff -u -r1.238 -r1.239 --- comps-fe6.xml.in 6 Dec 2006 04:50:20 -0000 1.238 +++ comps-fe6.xml.in 6 Dec 2006 12:43:56 -0000 1.239 @@ -458,6 +458,7 @@ tuxpuck ularn uqm + vdr-sudoku viruskiller wesnoth worminator @@ -901,8 +902,11 @@ ushare v4l2-tool vdr + vdr-femon vdr-osdteletext vdr-subtitles + vdr-sudoku + vdradmin-am wmix xmms xmms-adplug Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- comps-fe7.xml.in 6 Dec 2006 04:50:20 -0000 1.41 +++ comps-fe7.xml.in 6 Dec 2006 12:43:56 -0000 1.42 @@ -901,8 +901,11 @@ ushare v4l2-tool vdr + vdr-femon vdr-osdteletext vdr-subtitles + vdr-sudoku + vdradmin-am wmix xmms xmms-adplug From fedora-extras-commits at redhat.com Wed Dec 6 13:17:54 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 08:17:54 -0500 Subject: owners owners.list,1.2073,1.2074 Message-ID: <200612061317.kB6DHskm013707@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13692 Modified Files: owners.list Log Message: add itpp Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2073 retrieving revision 1.2074 diff -u -r1.2073 -r1.2074 --- owners.list 6 Dec 2006 12:42:22 -0000 1.2073 +++ owners.list 6 Dec 2006 13:17:24 -0000 1.2074 @@ -775,6 +775,7 @@ Fedora Extras|istanbul|Desktop Session Recorder|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|itcl|Object oriented extension to Tcl|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|itext|A Free Java-PDF library|green at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|itpp|C++ library for math, signal/speech processing, and communications|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|itk|Object oriented extension to Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|ivman|Generic handler for HAL events|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|iwidgets|A set of useful widgets based on itcl and itk|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 14:02:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:02:22 -0500 Subject: rpms/maxima/devel maxima.spec,1.45,1.46 Message-ID: <200612061402.kB6E2MOn016928@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16911 Modified Files: maxima.spec Log Message: * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- maxima.spec 14 Nov 2006 02:56:42 -0000 1.45 +++ maxima.spec 6 Dec 2006 14:01:52 -0000 1.46 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -385,6 +385,9 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + * Fri Nov 10 2006 Rex Dieter 5.10.0-8 - omit sbcl-disable-debugger patch (#214568) From fedora-extras-commits at redhat.com Wed Dec 6 14:12:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:12:09 -0500 Subject: rpms/maxima/devel maxima.spec,1.46,1.47 Message-ID: <200612061412.kB6EC9qw017115@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17073 Modified Files: maxima.spec Log Message: skip clisp, for now, rawhide breakage Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- maxima.spec 6 Dec 2006 14:01:52 -0000 1.46 +++ maxima.spec 6 Dec 2006 14:11:39 -0000 1.47 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 9%{?dist} +Release: 9%{?dist}.1 License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -22,7 +22,8 @@ %ifarch %{ix86} x86_64 %define default_lisp clisp -%define _enable_clisp --enable-clisp +## skip clisp, for now, rawhide breakage +#define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl %endif From fedora-extras-commits at redhat.com Wed Dec 6 14:17:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 6 Dec 2006 09:17:44 -0500 Subject: rpms/python-psycopg2/FC-6 python-psycopg2.spec,1.3,1.4 Message-ID: <200612061417.kB6EHiD8017281@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17266 Modified Files: python-psycopg2.spec Log Message: - Rebuilt for PostgreSQL 8.2.0 Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/FC-6/python-psycopg2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-psycopg2.spec 11 Sep 2006 01:58:40 -0000 1.3 +++ python-psycopg2.spec 6 Dec 2006 14:17:14 -0000 1.4 @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-4 +- Rebuilt for PostgreSQL 8.2.0 + * Mon Sep 11 2006 - Devrim GUNDUZ 2.0.5.1-3 - Rebuilt From fedora-extras-commits at redhat.com Wed Dec 6 14:23:36 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:23:36 -0500 Subject: rpms/maxima/devel maxima.spec,1.47,1.48 Message-ID: <200612061423.kB6ENa15017368@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17350 Modified Files: maxima.spec Log Message: default_lisp=gcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- maxima.spec 6 Dec 2006 14:11:39 -0000 1.47 +++ maxima.spec 6 Dec 2006 14:23:06 -0000 1.48 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 9%{?dist}.1 +Release: 9%{?dist}.2 License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -21,7 +21,7 @@ %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%define default_lisp gcl ## skip clisp, for now, rawhide breakage #define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl From fedora-extras-commits at redhat.com Wed Dec 6 14:26:40 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 6 Dec 2006 09:26:40 -0500 Subject: rpms/lilypond/FC-6 .cvsignore, 1.7, 1.8 lilypond.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612061426.kB6EQeLc017555@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17485 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 13 Nov 2006 19:33:40 -0000 1.7 +++ .cvsignore 6 Dec 2006 14:26:10 -0000 1.8 @@ -1 +1 @@ -lilypond-2.10.0.tar.gz +lilypond-2.10.1.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/lilypond.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lilypond.spec 13 Nov 2006 19:33:40 -0000 1.7 +++ lilypond.spec 6 Dec 2006 14:26:10 -0000 1.8 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Wed Dec 6 2006 Quentin Spencer 2.10.1-1 +- New release. + * Mon Nov 13 2006 Quentin Spencer 2.10.0-1 - New release. Update build requirements for 2.10 series. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Nov 2006 19:33:40 -0000 1.7 +++ sources 6 Dec 2006 14:26:10 -0000 1.8 @@ -1 +1 @@ -82e4487c5c1fa1d2e478d5974a3630df lilypond-2.10.0.tar.gz +b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 14:27:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 6 Dec 2006 09:27:00 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.3,1.4 Message-ID: <200612061427.kB6ER0WL017560@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17534 Modified Files: python-psycopg2.spec Log Message: Rebuilt for PostgreSQL 8.2.0 Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-psycopg2.spec 11 Sep 2006 01:58:40 -0000 1.3 +++ python-psycopg2.spec 6 Dec 2006 14:26:30 -0000 1.4 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-4 +- Rebuilt for PostgreSQL 8.2.0 + * Mon Sep 11 2006 - Devrim GUNDUZ 2.0.5.1-3 - Rebuilt From fedora-extras-commits at redhat.com Wed Dec 6 14:28:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 6 Dec 2006 09:28:27 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.4,1.5 Message-ID: <200612061428.kB6ESRPi017636@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17608 Modified Files: python-psycopg2.spec Log Message: Bumped up spec file version to prevent cvs tag: Pre-tag check failed errors :( Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-psycopg2.spec 6 Dec 2006 14:26:30 -0000 1.4 +++ python-psycopg2.spec 6 Dec 2006 14:27:57 -0000 1.5 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-5 +- Bumped up spec version + * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-4 - Rebuilt for PostgreSQL 8.2.0 From fedora-extras-commits at redhat.com Wed Dec 6 14:43:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:43:40 -0500 Subject: rpms/qt4/FC-6 .cvsignore, 1.12, 1.13 qt4.spec, 1.27, 1.28 sources, 1.10, 1.11 Message-ID: <200612061443.kB6EhehG017840@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17821 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 (#218575) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 24 Oct 2006 11:47:42 -0000 1.12 +++ .cvsignore 6 Dec 2006 14:43:10 -0000 1.13 @@ -1,6 +1,4 @@ clog OLD/ -qt-x11-opensource-src-4.1.4.tar.gz -qt-x11-opensource-src-4.1.5.tar.gz -qt-x11-opensource-src-4.2.0.tar.gz qt-x11-opensource-src-4.2.1.tar.gz +qt-x11-opensource-src-4.2.2.tar.gz Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-6/qt4.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- qt4.spec 16 Nov 2006 21:04:01 -0000 1.27 +++ qt4.spec 6 Dec 2006 14:43:10 -0000 1.28 @@ -12,8 +12,8 @@ Summary: Qt toolkit Name: qt4 -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.2.2 +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -507,6 +507,9 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 4.2.2-1 +- qt-4.2.2 (#218575) + * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 @@ -515,13 +518,13 @@ - fix pre-modular-X libGL/libGLU deps (#211898) * Sun Oct 22 2006 Rex Dieter 4.2.1-1 -- 4.2.1 +- qt-4.2.1 * Wed Oct 04 2006 Rex Dieter 4.2.0-1 -- 4.2.0(final) +- qt-4.2.0(final) * Thu Sep 28 2006 Kevin Kofler 4.2.0-0.9.20060927 -- update to 4.2.0-snapshot-20060927 +- update to qt-4.2.0-snapshot-20060927 - update QDBus executable names - -x11: exclude plugins/designer (which belong to -devel) - BuildConflicts: qt4-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 24 Oct 2006 11:47:42 -0000 1.10 +++ sources 6 Dec 2006 14:43:10 -0000 1.11 @@ -1 +1 @@ -2ab1c88084f55b94809f025a8503bf18 qt-x11-opensource-src-4.2.1.tar.gz +19f6374fe7924e33775cb87ee02669cb qt-x11-opensource-src-4.2.2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 14:56:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:56:32 -0500 Subject: rpms/koffice/FC-4 .cvsignore, 1.10, 1.11 koffice.spec, 1.19, 1.20 sources, 1.10, 1.11 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612061456.kB6EuWNu017989@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17964 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 21 Oct 2006 07:51:58 -0000 1.10 +++ .cvsignore 6 Dec 2006 14:56:02 -0000 1.11 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/koffice.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- koffice.spec 25 Oct 2006 11:19:17 -0000 1.19 +++ koffice.spec 6 Dec 2006 14:56:02 -0000 1.20 @@ -1,40 +1,33 @@ + Name: koffice -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png - -# stuff for the build configuration -Patch0: koffice-1.6.0.patch +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) -BuildRequires: automake -BuildRequires: autoconf >= 2.53 BuildRequires: kdebase-devel BuildRequires: kdelibs-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: libart_lgpl-devel -BuildRequires: libidn-devel -BuildRequires: gamin-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 3 +BuildRequires: GraphicsMagick-devel +%endif BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel -BuildRequires: libstdc++-devel -BuildRequires: alsa-lib-devel -BuildRequires: libvorbis-devel -BuildRequires: libogg-devel BuildRequires: openssl-devel -BuildRequires: esound-devel BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel @@ -42,22 +35,27 @@ BuildRequires: gettext-devel BuildRequires: mysql-devel BuildRequires: desktop-file-utils -BuildRequires: postgresql-devel BuildRequires: perl -BuildRequires: python2-devel BuildRequires: wv2-devel BuildRequires: libpqxx-devel BuildRequires: doxygen BuildRequires: graphviz-devel BuildRequires: aspell-devel -BuildRequires: libacl-devel BuildRequires: libxslt-devel BuildRequires: OpenEXR-devel BuildRequires: libexif-devel -BuildRequires: xorg-x11-devel +BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +BuildRequires: libXi-devel +%endif %description KOffice - Integrated Office Suite @@ -223,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -243,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -263,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -#core desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -359,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -408,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -469,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -491,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -522,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -635,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086 %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -644,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -701,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -721,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -733,15 +583,8 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg %{_datadir}/doc/HTML/en/kivio/ @@ -799,9 +642,9 @@ %{_libdir}/kde3/libolefilter.* %{_datadir}/apps/xsltfilter/ %{_datadir}/services/generic_filter.desktop +%{_datadir}/services/ole_powerpoint97_import.desktop %{_datadir}/services/xslt*.desktop %{_datadir}/servicetypes/kofilter*.desktop -%{_datadir}/services/ole_powerpoint97_import.desktop %files kplato %defattr(-,root,root,-) @@ -814,19 +657,47 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert -1.6.0-2 +1.6.0-3 - fix #212145: add missing BR for krita pdf support +* Wed Oct 25 2006 Andreas Bierfert +1.6.0-2 +- bump + * Wed Oct 18 2006 Andreas Bierfert 1.6.0-1 - version upgrade -- merge with rexe's edition of the devel spec (thanks again) + +* Wed Oct 04 2006 Rex Dieter +- 1.5.3-3 +- respin + +* Wed Sep 20 2006 Rex Dieter +- 1.5.2-2 +- drop deprecated patches +- drop extraneous BR's +- optimize %%configure +- use icon/mime bits from ScriptletSnippets +- simplify desktop-file-install usage * Thu Aug 03 2006 Andreas Bierfert 1.5.2-1 -- version upgrade +- version upgrade (#200935) + +* Tue Jun 13 2006 Andreas Bierfert +1.5.1-2 +- bump * Sun May 21 2006 Andreas Bierfert 1.5.1-1 @@ -834,7 +705,6 @@ - add kexi forms patch - add kexi checkbox patch - version upgrade -- exclude x-raw.desktop again * Fri Apr 14 2006 Andreas Bierfert 1.5.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 21 Oct 2006 07:51:58 -0000 1.10 +++ sources 6 Dec 2006 14:56:02 -0000 1.11 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 6 15:12:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 10:12:55 -0500 Subject: rpms/libpqxx/devel libpqxx.spec,1.13,1.14 Message-ID: <200612061512.kB6FCthr021165@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21150 Modified Files: libpqxx.spec Log Message: * Wed Dec 06 2006 Rex Dieter 2.6.8-4 - respin for postgresql - drop visibility patch Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libpqxx.spec 26 Nov 2006 12:56:35 -0000 1.13 +++ libpqxx.spec 6 Dec 2006 15:12:25 -0000 1.14 @@ -1,11 +1,12 @@ Name: libpqxx Version: 2.6.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD -URL: http://pqxx.org +#URL: http://pqxx.org +URL: http://thaiopensource.org/development/libpqxx/ Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,7 +36,7 @@ %prep %setup -q -%if "%{?fedora}" > "5" +%if "%{?fedora}" == "6" %patch1 -p1 -b .visibility %endif @@ -79,6 +80,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Wed Dec 06 2006 Rex Dieter 2.6.8-4 +- respin for postgresql +- drop visibility patch + * Wed Oct 04 2006 Rex Dieter 2.6.8-3 - respin From fedora-extras-commits at redhat.com Wed Dec 6 15:22:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 10:22:45 -0500 Subject: rpms/libpqxx/devel libpqxx.spec,1.14,1.15 Message-ID: <200612061522.kB6FMj8e021257@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21242 Modified Files: libpqxx.spec Log Message: * Wed Dec 06 2006 Rex Dieter 2.6.8-5 - re-enable visibility patch (bummer, still needed) Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libpqxx.spec 6 Dec 2006 15:12:25 -0000 1.14 +++ libpqxx.spec 6 Dec 2006 15:22:15 -0000 1.15 @@ -1,6 +1,6 @@ Name: libpqxx Version: 2.6.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries @@ -10,7 +10,7 @@ Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6 +# drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6+ # http://thaiopensource.org/development/libpqxx/ticket/83 Patch1: libpqxx-2.6.8-visibility.patch @@ -36,9 +36,7 @@ %prep %setup -q -%if "%{?fedora}" == "6" %patch1 -p1 -b .visibility -%endif %build %configure --enable-shared --disable-static @@ -80,6 +78,9 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Wed Dec 06 2006 Rex Dieter 2.6.8-5 +- re-enable visibility patch (bummer, still needed) + * Wed Dec 06 2006 Rex Dieter 2.6.8-4 - respin for postgresql - drop visibility patch From fedora-extras-commits at redhat.com Wed Dec 6 15:32:28 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:32:28 -0500 Subject: extras-buildsys/server Config.py,1.18,1.19 Message-ID: <200612061532.kB6FWSiI021487@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21441/server Modified Files: Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/server/Config.py,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Config.py 15 Jul 2006 17:17:53 -0000 1.18 +++ Config.py 6 Dec 2006 15:32:28 -0000 1.19 @@ -34,7 +34,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 15:32:53 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:32:53 -0500 Subject: extras-buildsys ChangeLog,1.214,1.215 Message-ID: <200612061532.kB6FWrc2021491@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21441 Modified Files: ChangeLog Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- ChangeLog 31 Oct 2006 18:10:42 -0000 1.214 +++ ChangeLog 6 Dec 2006 15:32:22 -0000 1.215 @@ -1,3 +1,11 @@ +2006-12-06 Dan Williams + + Patch from Oliver Falk + + * server/Config.py + builder/Config.py + - Fix namespace of ConfigError when config file cannot be opened + 2006-10-31 Dan Williams * common/ssl-client-test.py From fedora-extras-commits at redhat.com Wed Dec 6 15:32:58 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:32:58 -0500 Subject: extras-buildsys/builder Config.py,1.4,1.5 Message-ID: <200612061532.kB6FWwti021494@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21441/builder Modified Files: Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/builder/Config.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Config.py 15 May 2006 17:26:45 -0000 1.4 +++ Config.py 6 Dec 2006 15:32:23 -0000 1.5 @@ -33,7 +33,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 15:34:10 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:34:10 -0500 Subject: extras-buildsys/server Config.py,1.7.2.4,1.7.2.5 Message-ID: <200612061534.kB6FYA8b021551@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21510/server Modified Files: Tag: STABLE_0_4 Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/server/Config.py,v retrieving revision 1.7.2.4 retrieving revision 1.7.2.5 diff -u -r1.7.2.4 -r1.7.2.5 --- Config.py 13 Mar 2006 04:16:34 -0000 1.7.2.4 +++ Config.py 6 Dec 2006 15:34:10 -0000 1.7.2.5 @@ -33,7 +33,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 15:34:35 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:34:35 -0500 Subject: extras-buildsys ChangeLog,1.126.2.49,1.126.2.50 Message-ID: <200612061534.kB6FYZMm021554@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21510 Modified Files: Tag: STABLE_0_4 ChangeLog Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.126.2.49 retrieving revision 1.126.2.50 diff -u -r1.126.2.49 -r1.126.2.50 --- ChangeLog 25 Oct 2006 17:33:31 -0000 1.126.2.49 +++ ChangeLog 6 Dec 2006 15:34:04 -0000 1.126.2.50 @@ -1,3 +1,11 @@ +2006-12-06 Dan Williams + + Patch from Oliver Falk + + * server/Config.py + builder/Config.py + - Fix namespace of ConfigError when config file cannot be opened + 2006-10-25 Dan Williams * www/template/main.psp From fedora-extras-commits at redhat.com Wed Dec 6 15:34:40 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:34:40 -0500 Subject: extras-buildsys/builder Config.py,1.2,1.2.2.1 Message-ID: <200612061534.kB6FYem9021557@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21510/builder Modified Files: Tag: STABLE_0_4 Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/builder/Config.py,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- Config.py 31 Aug 2005 14:13:02 -0000 1.2 +++ Config.py 6 Dec 2006 15:34:05 -0000 1.2.2.1 @@ -27,7 +27,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 16:40:24 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 6 Dec 2006 11:40:24 -0500 Subject: rpms/aplus-fsf/FC-6 aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.4, 1.5 Message-ID: <200612061640.kB6GeOt4024962@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24942 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Another try to solve a conflict aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:27:34 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:39:54 -0000 1.3 @@ -8,7 +8,7 @@ + +libIPC_la_LDFLAGS = $(libIPC_version) + -+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap ++libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. @@ -23,7 +23,7 @@ + +libcxs_la_LDFLAGS = $(libcxs_version) + -+libcxs_la_LIBADD = -L../a -L../dap -la -ladap ++libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -38,7 +38,7 @@ + +libcxb_la_LDFLAGS = $(libcxb_version) + -+libcxb_la_LIBADD = -L../a -L../dap -la -ladap ++libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -66,7 +66,7 @@ + +libcxsys_la_LDFLAGS = $(libcxsys_version) + -+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc ++libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. @@ -94,7 +94,7 @@ + +libesf_la_LDFLAGS = $(libesf_version) + -+libesf_la_LIBADD = -L../a -L../dap -la -ladap ++libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -108,7 +108,7 @@ + +liba_la_LDFLAGS = $(liba_version) + -+liba_la_LIBADD = -L../dap -ladap ++liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB @@ -128,10 +128,10 @@ ############################################################################### -lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libadap.la ++lib_LTLIBRARIES = libdap.la -libdap_la_SOURCES = \ -+libadap_la_SOURCES = \ ++libdap_la_SOURCES = \ BcdPack.c \ BcdUnpack.c \ PrAscDecode.c \ @@ -139,9 +139,9 @@ tv.h\ ulto.h -+libadap_version = -release $(APLVERSION) ++libdap_version = -release $(APLVERSION) + -+libadap_la_LDFLAGS = $(libadap_version) ++libdap_la_LDFLAGS = $(libdap_version) + INCLUDES = -I.. @@ -155,7 +155,7 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ @@ -197,7 +197,7 @@ $(top_srcdir)/src/esf/libesf.la \ $(top_srcdir)/src/a/liba.la \ - $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libadap.la \ ++ $(top_srcdir)/src/dap/libdap.la \ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 4 Sep 2006 18:13:31 -0000 1.4 +++ aplus-fsf.spec 6 Dec 2006 16:39:54 -0000 1.5 @@ -14,7 +14,7 @@ Name: %name Version: 4.20.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -122,6 +122,16 @@ cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ +# Move libs in an other dir to solve conflicts + +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf + +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so + +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d +echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf + mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -144,7 +154,6 @@ chmod 0644 fonts.cache-$fcver done - popd pushd $RPM_BUILD_ROOT/%{_ttffonts}/ @@ -207,11 +216,12 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/lib*-%{version}.so +%{_libdir}/aplus-fsf/lib*-%{version}.so %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl %{_fonts}/ +%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf %doc samples %doc ANNOUNCE AUTHORS ChangeLog LICENSE README @@ -219,18 +229,18 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/libAplusGUI.so -%{_libdir}/libMSGUI.so -%{_libdir}/libMSIPC.so -%{_libdir}/libMSTypes.so -%{_libdir}/liba.so -%{_libdir}/libcxb.so -%{_libdir}/libcxc.so -%{_libdir}/libcxs.so -%{_libdir}/libcxsys.so -%{_libdir}/libadap.so -%{_libdir}/libesf.so -%{_libdir}/libIPC.so +%{_libdir}/aplus-fsf/libAplusGUI.so +%{_libdir}/aplus-fsf/libMSGUI.so +%{_libdir}/aplus-fsf/libMSIPC.so +%{_libdir}/aplus-fsf/libMSTypes.so +%{_libdir}/aplus-fsf/liba.so +%{_libdir}/aplus-fsf/libcxb.so +%{_libdir}/aplus-fsf/libcxc.so +%{_libdir}/aplus-fsf/libcxs.so +%{_libdir}/aplus-fsf/libcxsys.so +%{_libdir}/aplus-fsf/libdap.so +%{_libdir}/aplus-fsf/libesf.so +%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -241,7 +251,7 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/ +%{_x11fonts}/K* %ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias @@ -249,7 +259,7 @@ %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_ttffonts}/ +%{_ttffonts}/K* %ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias @@ -257,6 +267,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 +- Fix name conflict in an other way + * Mon Sep 4 2006 Jochen Schmitt 4.20.2-10 - Fix apl font problem From fedora-extras-commits at redhat.com Wed Dec 6 16:42:49 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 6 Dec 2006 11:42:49 -0500 Subject: rpms/aplus-fsf/FC-5 aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.4, 1.5 Message-ID: <200612061642.kB6GgnVU025032@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25012 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Another try to solve a conflict aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:30:15 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:42:19 -0000 1.3 @@ -8,7 +8,7 @@ + +libIPC_la_LDFLAGS = $(libIPC_version) + -+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap ++libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. @@ -23,7 +23,7 @@ + +libcxs_la_LDFLAGS = $(libcxs_version) + -+libcxs_la_LIBADD = -L../a -L../dap -la -ladap ++libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -38,7 +38,7 @@ + +libcxb_la_LDFLAGS = $(libcxb_version) + -+libcxb_la_LIBADD = -L../a -L../dap -la -ladap ++libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -66,7 +66,7 @@ + +libcxsys_la_LDFLAGS = $(libcxsys_version) + -+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc ++libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. @@ -94,7 +94,7 @@ + +libesf_la_LDFLAGS = $(libesf_version) + -+libesf_la_LIBADD = -L../a -L../dap -la -ladap ++libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -108,7 +108,7 @@ + +liba_la_LDFLAGS = $(liba_version) + -+liba_la_LIBADD = -L../dap -ladap ++liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB @@ -128,10 +128,10 @@ ############################################################################### -lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libadap.la ++lib_LTLIBRARIES = libdap.la -libdap_la_SOURCES = \ -+libadap_la_SOURCES = \ ++libdap_la_SOURCES = \ BcdPack.c \ BcdUnpack.c \ PrAscDecode.c \ @@ -139,9 +139,9 @@ tv.h\ ulto.h -+libadap_version = -release $(APLVERSION) ++libdap_version = -release $(APLVERSION) + -+libadap_la_LDFLAGS = $(libadap_version) ++libdap_la_LDFLAGS = $(libdap_version) + INCLUDES = -I.. @@ -155,7 +155,7 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ @@ -197,7 +197,7 @@ $(top_srcdir)/src/esf/libesf.la \ $(top_srcdir)/src/a/liba.la \ - $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libadap.la \ ++ $(top_srcdir)/src/dap/libdap.la \ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 4 Sep 2006 18:10:54 -0000 1.4 +++ aplus-fsf.spec 6 Dec 2006 16:42:19 -0000 1.5 @@ -14,7 +14,7 @@ Name: %name Version: 4.20.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -122,6 +122,16 @@ cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ +# Move libs in an other dir to solve conflicts + +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf + +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so + +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d +echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf + mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -144,7 +154,6 @@ chmod 0644 fonts.cache-$fcver done - popd pushd $RPM_BUILD_ROOT/%{_ttffonts}/ @@ -207,11 +216,12 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/lib*-%{version}.so +%{_libdir}/aplus-fsf/lib*-%{version}.so %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl %{_fonts}/ +%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf %doc samples %doc ANNOUNCE AUTHORS ChangeLog LICENSE README @@ -219,18 +229,18 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/libAplusGUI.so -%{_libdir}/libMSGUI.so -%{_libdir}/libMSIPC.so -%{_libdir}/libMSTypes.so -%{_libdir}/liba.so -%{_libdir}/libcxb.so -%{_libdir}/libcxc.so -%{_libdir}/libcxs.so -%{_libdir}/libcxsys.so -%{_libdir}/libadap.so -%{_libdir}/libesf.so -%{_libdir}/libIPC.so +%{_libdir}/aplus-fsf/libAplusGUI.so +%{_libdir}/aplus-fsf/libMSGUI.so +%{_libdir}/aplus-fsf/libMSIPC.so +%{_libdir}/aplus-fsf/libMSTypes.so +%{_libdir}/aplus-fsf/liba.so +%{_libdir}/aplus-fsf/libcxb.so +%{_libdir}/aplus-fsf/libcxc.so +%{_libdir}/aplus-fsf/libcxs.so +%{_libdir}/aplus-fsf/libcxsys.so +%{_libdir}/aplus-fsf/libdap.so +%{_libdir}/aplus-fsf/libesf.so +%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -241,7 +251,7 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/ +%{_x11fonts}/K* %ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias @@ -249,7 +259,7 @@ %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_ttffonts}/ +%{_ttffonts}/K* %ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias @@ -257,6 +267,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 +- Fix name conflict in an other way + * Mon Sep 4 2006 Jochen Schmitt 4.20.2-10 - Fix apl font problem From fedora-extras-commits at redhat.com Wed Dec 6 16:48:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 11:48:56 -0500 Subject: rpms/koffice-langpack/FC-6 .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612061648.kB6GmuXX025114@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25095 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10n-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:33 -0000 1.7 +++ .cvsignore 6 Dec 2006 16:48:26 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-6/koffice-langpack.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koffice-langpack.spec 21 Oct 2006 10:11:33 -0000 1.8 +++ koffice-langpack.spec 6 Dec 2006 16:48:26 -0000 1.9 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10n-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:33 -0000 1.7 +++ sources 6 Dec 2006 16:48:26 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 16:58:30 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Wed, 6 Dec 2006 11:58:30 -0500 Subject: rpms/php-pear-XML-Parser/FC-6 xml2changelog, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Parser.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612061658.kB6GwUcf025220@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-XML-Parser/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25200 Modified Files: .cvsignore php-pear-XML-Parser.spec sources Added Files: xml2changelog Log Message: update to 1.2.8 --- NEW FILE xml2changelog --- = "2"){ // Package.xml V 2.0 printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $rel->version->release, $rel->stability->release, $rel->version->api, $rel->stability->api, $rel->date, $rel->notes); } else { // Package.xml V 1.0 printf("* Version %s (%s) - %s\n\n%s\n\n", $xml->release->version, $xml->release->state, $xml->release->date, $xml->release->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - %s\n\n%s\n\n", $rel->version, $rel->state, $rel->date, $rel->notes); } ?> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Sep 2006 16:19:57 -0000 1.2 +++ .cvsignore 6 Dec 2006 16:58:00 -0000 1.3 @@ -1 +1 @@ -XML_Parser-1.2.7.tgz +XML_Parser-1.2.8.tgz Index: php-pear-XML-Parser.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-6/php-pear-XML-Parser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Parser.spec 8 Sep 2006 17:26:05 -0000 1.2 +++ php-pear-XML-Parser.spec 6 Dec 2006 16:58:00 -0000 1.3 @@ -1,29 +1,26 @@ -# default values when new /etc/rpm/macros.pear not present -%{!?__pear: %define __pear %{_bindir}/pear} -%{!?pear_phpdir: %define pear_phpdir %(%{__pear} config-get php_dir 2> /dev/null || echo undefined)} -%{!?pear_docdir: %define pear_docdir %(%{__pear} config-get doc_dir 2> /dev/null || echo undefined)} -%{!?pear_testdir: %define pear_testdir %(%{__pear} config-get test_dir 2> /dev/null || echo undefined)} -%{!?pear_datadir: %define pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)} -%{!?pear_xmldir: %define pear_xmldir %{pear_phpdir}/.pkgxml} +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name XML_Parser -Summary: PEAR: XML parsing class based on PHP's bundled expat -Summary(fr): PEAR: une classe d'analyse XML utilisant l'extension expat de PHP +Summary: XML parsing class based on PHP's bundled expat +Summary(fr): Une classe d'analyse XML utilisant l'extension expat de PHP Name: php-pear-XML-Parser -Version: 1.2.7 -Release: 4%{?dist} +Version: 1.2.8 +Release: 1%{?dist} License: PHP License Group: Development/Libraries -Source0: http://pear.php.net/get/XML_Parser-%{version}.tgz +URL: http://pear.php.net/package/XML_Parser +Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 +Source2: xml2changelog + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://pear.php.net/package/XML_Parser BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.4.9, php >= 4.2.0 -Provides: php-pear(XML_Parser) = %{version} +Provides: php-pear(%{pear_name}) = %{version} %description This is an XML parser based on PHPs built-in xml extension. @@ -53,9 +50,10 @@ XML_Parser pour analyser un document. %prep -%setup -c -q -mv package2.xml XML_Parser-%{version}/XML_Parser.xml - +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +%{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG +mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml %{__install} -m 644 -c %{SOURCE1} LICENSE %build @@ -63,21 +61,24 @@ %install rm -rf %{buildroot} docdir +pushd %{pear_name}-%{version} -pushd XML_Parser-%{version} -%{__pear} install --nodeps --packagingroot %{buildroot} XML_Parser.xml +%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml # Clean up unnecessary files rm -rf %{buildroot}%{pear_phpdir}/.??* # Install XML package description %{__mkdir_p} %{buildroot}%{pear_xmldir} -%{__install} -pm 644 XML_Parser.xml %{buildroot}%{pear_xmldir} +%{__install} -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} popd # Sort out documentation -%{__mkdir} docdir -mv %{buildroot}%{pear_docdir}/* docdir +mv %{buildroot}%{pear_docdir}/%{pear_name} docdir +for file in docdir/examples/*; do + %{__sed} -i -e 's/\r//' $file +done + %check # Sanity check @@ -88,21 +89,29 @@ rm -rf %{buildroot} %post -%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Parser.xml >/dev/null || : +%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ "$1" -eq "0" ]; then - %{__pear} uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || : + %{__pear} uninstall --nodeps --ignore-errors --register-only %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) -%doc LICENSE docdir/XML_Parser/examples -%{pear_phpdir}/XML -%{pear_testdir}/XML_Parser -%{pear_xmldir}/XML_Parser.xml +%doc CHANGELOG LICENSE docdir/examples +%{pear_phpdir}/XML/Parser +%{pear_phpdir}/XML/Parser.php +%{pear_testdir}/%{pear_name} +%{pear_xmldir}/%{pear_name}.xml + %changelog +* Sat Dec 02 2006 Remi Collet 1.2.8-1 +- update to 1.2.8 +- remove PEAR from sumnary +- don't own %%{pear_phpdir}/XML +- spec cleanning (new template) + * Fri Sep 08 2006 Remi Collet 1.2.7-4 - last template.spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Sep 2006 16:19:57 -0000 1.2 +++ sources 6 Dec 2006 16:58:00 -0000 1.3 @@ -1 +1 @@ -f4a491b49843f8257df8ded088854db3 XML_Parser-1.2.7.tgz +93ca92f503f1d921c9520a140bcff270 XML_Parser-1.2.8.tgz From fedora-extras-commits at redhat.com Wed Dec 6 17:01:02 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Wed, 6 Dec 2006 12:01:02 -0500 Subject: rpms/php-pear-XML-Parser/FC-5 xml2changelog, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Parser.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612061701.kB6H12UA027259@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-XML-Parser/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25281 Modified Files: .cvsignore php-pear-XML-Parser.spec sources Added Files: xml2changelog Log Message: update to 1.2.8 --- NEW FILE xml2changelog --- = "2"){ // Package.xml V 2.0 printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $rel->version->release, $rel->stability->release, $rel->version->api, $rel->stability->api, $rel->date, $rel->notes); } else { // Package.xml V 1.0 printf("* Version %s (%s) - %s\n\n%s\n\n", $xml->release->version, $xml->release->state, $xml->release->date, $xml->release->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - %s\n\n%s\n\n", $rel->version, $rel->state, $rel->date, $rel->notes); } ?> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Sep 2006 16:19:57 -0000 1.2 +++ .cvsignore 6 Dec 2006 17:00:32 -0000 1.3 @@ -1 +1 @@ -XML_Parser-1.2.7.tgz +XML_Parser-1.2.8.tgz Index: php-pear-XML-Parser.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-5/php-pear-XML-Parser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Parser.spec 8 Sep 2006 17:53:20 -0000 1.2 +++ php-pear-XML-Parser.spec 6 Dec 2006 17:00:32 -0000 1.3 @@ -1,29 +1,26 @@ -# default values when new /etc/rpm/macros.pear not present -%{!?__pear: %define __pear %{_bindir}/pear} -%{!?pear_phpdir: %define pear_phpdir %(%{__pear} config-get php_dir 2> /dev/null || echo undefined)} -%{!?pear_docdir: %define pear_docdir %(%{__pear} config-get doc_dir 2> /dev/null || echo undefined)} -%{!?pear_testdir: %define pear_testdir %(%{__pear} config-get test_dir 2> /dev/null || echo undefined)} -%{!?pear_datadir: %define pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)} -%{!?pear_xmldir: %define pear_xmldir %{pear_phpdir}/.pkgxml} +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name XML_Parser -Summary: PEAR: XML parsing class based on PHP's bundled expat -Summary(fr): PEAR: une classe d'analyse XML utilisant l'extension expat de PHP +Summary: XML parsing class based on PHP's bundled expat +Summary(fr): Une classe d'analyse XML utilisant l'extension expat de PHP Name: php-pear-XML-Parser -Version: 1.2.7 -Release: 4%{?dist} +Version: 1.2.8 +Release: 1%{?dist} License: PHP License Group: Development/Libraries -Source0: http://pear.php.net/get/XML_Parser-%{version}.tgz +URL: http://pear.php.net/package/XML_Parser +Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 +Source2: xml2changelog + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://pear.php.net/package/XML_Parser BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.4.9, php >= 4.2.0 -Provides: php-pear(XML_Parser) = %{version} +Provides: php-pear(%{pear_name}) = %{version} %description This is an XML parser based on PHPs built-in xml extension. @@ -53,9 +50,10 @@ XML_Parser pour analyser un document. %prep -%setup -c -q -mv package2.xml XML_Parser-%{version}/XML_Parser.xml - +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +%{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG +mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml %{__install} -m 644 -c %{SOURCE1} LICENSE %build @@ -63,21 +61,24 @@ %install rm -rf %{buildroot} docdir +pushd %{pear_name}-%{version} -pushd XML_Parser-%{version} -%{__pear} install --nodeps --packagingroot %{buildroot} XML_Parser.xml +%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml # Clean up unnecessary files rm -rf %{buildroot}%{pear_phpdir}/.??* # Install XML package description %{__mkdir_p} %{buildroot}%{pear_xmldir} -%{__install} -pm 644 XML_Parser.xml %{buildroot}%{pear_xmldir} +%{__install} -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} popd # Sort out documentation -%{__mkdir} docdir -mv %{buildroot}%{pear_docdir}/* docdir +mv %{buildroot}%{pear_docdir}/%{pear_name} docdir +for file in docdir/examples/*; do + %{__sed} -i -e 's/\r//' $file +done + %check # Sanity check @@ -88,21 +89,29 @@ rm -rf %{buildroot} %post -%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Parser.xml >/dev/null || : +%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ "$1" -eq "0" ]; then - %{__pear} uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || : + %{__pear} uninstall --nodeps --ignore-errors --register-only %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) -%doc LICENSE docdir/XML_Parser/examples -%{pear_phpdir}/XML -%{pear_testdir}/XML_Parser -%{pear_xmldir}/XML_Parser.xml +%doc CHANGELOG LICENSE docdir/examples +%{pear_phpdir}/XML/Parser +%{pear_phpdir}/XML/Parser.php +%{pear_testdir}/%{pear_name} +%{pear_xmldir}/%{pear_name}.xml + %changelog +* Sat Dec 02 2006 Remi Collet 1.2.8-1 +- update to 1.2.8 +- remove PEAR from sumnary +- don't own %%{pear_phpdir}/XML +- spec cleanning (new template) + * Fri Sep 08 2006 Remi Collet 1.2.7-4 - last template.spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Sep 2006 16:19:57 -0000 1.2 +++ sources 6 Dec 2006 17:00:32 -0000 1.3 @@ -1 +1 @@ -f4a491b49843f8257df8ded088854db3 XML_Parser-1.2.7.tgz +93ca92f503f1d921c9520a140bcff270 XML_Parser-1.2.8.tgz From fedora-extras-commits at redhat.com Wed Dec 6 17:10:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 12:10:56 -0500 Subject: rpms/koffice-langpack/FC-5 .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612061710.kB6HAurN028468@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28444 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10n-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:32 -0000 1.7 +++ .cvsignore 6 Dec 2006 17:10:26 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/koffice-langpack.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koffice-langpack.spec 21 Oct 2006 10:11:32 -0000 1.8 +++ koffice-langpack.spec 6 Dec 2006 17:10:26 -0000 1.9 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10n-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:32 -0000 1.7 +++ sources 6 Dec 2006 17:10:26 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 17:12:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 12:12:13 -0500 Subject: rpms/koffice-langpack/FC-4 .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612061712.kB6HCDVP028531@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28512 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10n-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:31 -0000 1.7 +++ .cvsignore 6 Dec 2006 17:11:43 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/koffice-langpack.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- koffice-langpack.spec 21 Oct 2006 10:11:31 -0000 1.7 +++ koffice-langpack.spec 6 Dec 2006 17:11:43 -0000 1.8 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10n-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:31 -0000 1.7 +++ sources 6 Dec 2006 17:11:43 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 17:14:28 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Wed, 6 Dec 2006 12:14:28 -0500 Subject: rpms/snort/devel snort.spec,1.20,1.21 Message-ID: <200612061714.kB6HESVC028598@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28578 Modified Files: snort.spec Log Message: rebuild for new postgresql Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- snort.spec 1 Dec 2006 04:02:07 -0000 1.20 +++ snort.spec 6 Dec 2006 17:13:57 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort Version: 2.6.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -420,6 +420,9 @@ %changelog +* Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 +- rebuild for new postgresql + * Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 - rebuild for new libpcap From fedora-extras-commits at redhat.com Wed Dec 6 17:22:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 12:22:55 -0500 Subject: rpms/qt4/devel qt4.spec,1.28,1.29 Message-ID: <200612061722.kB6HMt9e028691@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28671 Modified Files: qt4.spec Log Message: * Wed Dec 06 2006 Rex Dieter 4.2.2-1 -- qt-4.2.2 +- qt-4.2.2 (#218575) * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 From fedora-extras-commits at redhat.com Wed Dec 6 17:31:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 6 Dec 2006 12:31:50 -0500 Subject: fedora-security/audit fe5,1.117,1.118 fe6,1.32,1.33 Message-ID: <200612061731.kB6HVoIK028824@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28807 Modified Files: fe5 fe6 Log Message: CVE-2006-5864 done in FC5+ Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- fe5 6 Dec 2006 12:24:36 -0000 1.117 +++ fe5 6 Dec 2006 17:31:49 -0000 1.118 @@ -8,7 +8,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 -CVE-2006-5864 VULNERABLE (gv) #215136 +CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 VULNERABLE (seamonkey, fixed 1.0.6) #214822 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- fe6 6 Dec 2006 12:24:36 -0000 1.32 +++ fe6 6 Dec 2006 17:31:49 -0000 1.33 @@ -9,7 +9,7 @@ CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 -CVE-2006-5864 VULNERABLE (gv) #215136 +CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 version (seamonkey, fixed 1.0.6) #214822 From fedora-extras-commits at redhat.com Wed Dec 6 17:50:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 6 Dec 2006 12:50:46 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.18, 1.19 ochusha.spec, 1.19, 1.20 sources, 1.18, 1.19 Message-ID: <200612061750.kB6HoknT029070@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29026 Modified Files: .cvsignore ochusha.spec sources Log Message: * Wed Dec 6 2006 Mamoru Tasaka 0.5.99.63.13-0.1.cvs061206 - 0.5.99.63.13 cvs 061206 (24:40 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 5 Dec 2006 15:28:13 -0000 1.18 +++ .cvsignore 6 Dec 2006 17:50:16 -0000 1.19 @@ -1 +1 @@ -ochusha-0.5.99.63.12-cvs061205.tar.bz2 +ochusha-0.5.99.63.13-cvs061206.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ochusha.spec 5 Dec 2006 15:28:13 -0000 1.19 +++ ochusha.spec 6 Dec 2006 17:50:16 -0000 1.20 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.12 -%define strtag cvs061205 +%define main_ver 0.5.99.63.13 +%define strtag cvs061206 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Tue Dec 5 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061205 -- 0.5.99.63.12 cvs 061205 (23:59 JST) +* Wed Dec 6 2006 Mamoru Tasaka 0.5.99.63.13-0.1.cvs061206 +- 0.5.99.63.13 cvs 061206 (24:40 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 5 Dec 2006 15:28:13 -0000 1.18 +++ sources 6 Dec 2006 17:50:16 -0000 1.19 @@ -1 +1 @@ -de7dc9474b1a70914fcf94938bf95928 ochusha-0.5.99.63.12-cvs061205.tar.bz2 +e69690b367028efc0bed2e79ad9d8c34 ochusha-0.5.99.63.13-cvs061206.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 17:51:07 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 6 Dec 2006 12:51:07 -0500 Subject: rpms/jd/devel .cvsignore, 1.33, 1.34 jd.spec, 1.40, 1.41 sources, 1.33, 1.34 Message-ID: <200612061751.kB6Hp7QJ029075@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29051 Modified Files: .cvsignore jd.spec sources Log Message: * Wed Dec 6 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061206 - cvs 061206 (24:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- .cvsignore 5 Dec 2006 15:27:46 -0000 1.33 +++ .cvsignore 6 Dec 2006 17:50:37 -0000 1.34 @@ -1 +1 @@ -jd-1.8.1-cvs061205.tgz +jd-1.8.1-cvs061206.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- jd.spec 5 Dec 2006 15:27:46 -0000 1.40 +++ jd.spec 6 Dec 2006 17:50:37 -0000 1.41 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061205 +%define strtag cvs061206 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Tue Dec 5 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061205 -- cvs 061205 (24:20 JST) +* Wed Dec 6 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061206 +- cvs 061206 (24:20 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 5 Dec 2006 15:27:46 -0000 1.33 +++ sources 6 Dec 2006 17:50:37 -0000 1.34 @@ -1 +1 @@ -b3040769a58c0aebac4c94b7c50add38 jd-1.8.1-cvs061205.tgz +fc19e88462fef39de313deef51d3b592 jd-1.8.1-cvs061206.tgz From fedora-extras-commits at redhat.com Wed Dec 6 18:43:12 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 6 Dec 2006 13:43:12 -0500 Subject: rpms/osgcal/FC-6 osgcal-0.1.44-64bit.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 osgcal.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612061843.kB6IhCE4001134@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1067/FC-6 Modified Files: .cvsignore osgcal.spec sources Added Files: osgcal-0.1.44-64bit.patch Log Message: upstream sync osgcal-0.1.44-64bit.patch: --- NEW FILE osgcal-0.1.44-64bit.patch --- --- osgcal.cpp~ 2006-12-06 10:18:45.000000000 -0800 +++ osgcal.cpp 2006-12-06 10:18:54.000000000 -0800 @@ -286,7 +286,7 @@ { char* endptr; errno = 0; - int val = (int)strtol(number,&endptr,10); + long val = strtol(number,&endptr,10); if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) || (errno != 0 && val == 0)) { return false; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 08:21:10 -0000 1.2 +++ .cvsignore 6 Dec 2006 18:42:42 -0000 1.3 @@ -1 +1 @@ -osgcal-0.1.40.tar.gz +osgcal-0.1.44.tar.gz Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-6/osgcal.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- osgcal.spec 31 Aug 2006 23:26:04 -0000 1.5 +++ osgcal.spec 6 Dec 2006 18:42:42 -0000 1.6 @@ -1,25 +1,23 @@ Name: osgcal -Version: 0.1.40 -Release: 4%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D + Group: Development/Libraries -License: LGPL +License: GPL URL: http://gna.org/projects/underware Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: OpenSceneGraph-devel cal3d-devel libxml2-devel glib2-devel -BuildRequires: libungif-devel libtool +BuildRequires: libungif-devel libGL-devel SDL-devel xorg-x11-server-Xvfb +BuildRequires: xorg-x11-server-Xorg -%if "%fedora" > "4" -BuildRequires: libGL-devel -%else -BuildRequires: xorg-x11-devel -%endif %description osgCal is an adapter to use the Cal3D character animation library -(http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based -3D scene graph (http://www.openscenegraph.org). +inside the OpenSceneGraph OpenGL based 3D scene graph. %package devel Summary: Library development files for osgCal @@ -28,29 +26,43 @@ Requires: cal3d-devel %description devel -This package contains headers and libraries required to build applications that -use osgCal. +This package contains headers and libraries required to build +applications that use osgCal. + %prep %setup -q +%patch0 -p0 -b .64bit~ + +# Avoid lib64 rpaths +sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure + +# Fix rpmlint warnings +chmod -x include/osgCal/HardwareModel + %build -LIBTOOL=libtool %configure --enable-gifplugin --disable-static -%{__make} LIBTOOL=libtool %{?_smp_mflags} +%configure --enable-gifplugin --disable-static +make %{?_smp_mflags} + %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check -%{__make} %{?_smp_mflags} check +MALLOC_CHECK_=1 make check + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING LGPL README @@ -61,14 +73,33 @@ %files devel %defattr(-,root,root,-) +%doc COPYING %{_includedir}/osgCal %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %exclude %{_libdir}/*.la -# libtool hack does not remove static libs -%exclude %{_libdir}/*.a + %changelog +* Wed Dec 06 2006 Christopher Stone 0.1.44-1 +- Upstream sync +- Clean up description +- Use new method to fix rpaths +- Change license to GPL +- Add 64bit patch +- set MALLOC_CHECK_ to 1 to not exit on Xvfb double-free error + +* Sun Oct 15 2006 Christopher Stone 0.1.43-1 +- Upstream sync + +* Sat Oct 14 2006 Christopher Stone 0.1.42-1 +- Upstream sync + +* Sun Sep 03 2006 Christopher Stone 0.1.41-1 +- Upstream sync +- Remove FC4 support +- Add new Build Requires for %%check + * Thu Aug 31 2006 Christopher Stone 0.1.40-4 - FC6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 08:21:10 -0000 1.2 +++ sources 6 Dec 2006 18:42:42 -0000 1.3 @@ -1 +1 @@ -4e05fc0ea3320f502d2565a9ac7d2dbb osgcal-0.1.40.tar.gz +c6f43aa6014fc7fdc7cc0ab9e4b5a885 osgcal-0.1.44.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 18:43:12 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 6 Dec 2006 13:43:12 -0500 Subject: rpms/osgcal/FC-5 osgcal-0.1.44-64bit.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 osgcal.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612061843.kB6IhCvV001129@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1067/FC-5 Modified Files: .cvsignore osgcal.spec sources Added Files: osgcal-0.1.44-64bit.patch Log Message: upstream sync osgcal-0.1.44-64bit.patch: --- NEW FILE osgcal-0.1.44-64bit.patch --- --- osgcal.cpp~ 2006-12-06 10:18:45.000000000 -0800 +++ osgcal.cpp 2006-12-06 10:18:54.000000000 -0800 @@ -286,7 +286,7 @@ { char* endptr; errno = 0; - int val = (int)strtol(number,&endptr,10); + long val = strtol(number,&endptr,10); if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) || (errno != 0 && val == 0)) { return false; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 08:21:10 -0000 1.2 +++ .cvsignore 6 Dec 2006 18:42:41 -0000 1.3 @@ -1 +1 @@ -osgcal-0.1.40.tar.gz +osgcal-0.1.44.tar.gz Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-5/osgcal.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- osgcal.spec 8 Jul 2006 22:06:21 -0000 1.3 +++ osgcal.spec 6 Dec 2006 18:42:41 -0000 1.4 @@ -1,25 +1,23 @@ Name: osgcal -Version: 0.1.40 -Release: 3%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D + Group: Development/Libraries -License: LGPL +License: GPL URL: http://gna.org/projects/underware Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: OpenSceneGraph-devel cal3d-devel libxml2-devel glib2-devel -BuildRequires: libungif-devel libtool +BuildRequires: libungif-devel libGL-devel SDL-devel xorg-x11-server-Xvfb +BuildRequires: xorg-x11-server-Xorg -%if "%fedora" > "4" -BuildRequires: libGL-devel -%else -BuildRequires: xorg-x11-devel -%endif %description osgCal is an adapter to use the Cal3D character animation library -(http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based -3D scene graph (http://www.openscenegraph.org). +inside the OpenSceneGraph OpenGL based 3D scene graph. %package devel Summary: Library development files for osgCal @@ -28,29 +26,43 @@ Requires: cal3d-devel %description devel -This package contains headers and libraries required to build applications that -use osgCal. +This package contains headers and libraries required to build +applications that use osgCal. + %prep %setup -q +%patch0 -p0 -b .64bit~ + +# Avoid lib64 rpaths +sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure + +# Fix rpmlint warnings +chmod -x include/osgCal/HardwareModel + %build -LIBTOOL=libtool %configure --enable-gifplugin --disable-static -%{__make} LIBTOOL=libtool %{?_smp_mflags} +%configure --enable-gifplugin --disable-static +make %{?_smp_mflags} + %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check -%{__make} %{?_smp_mflags} check +MALLOC_CHECK_=1 make check + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING LGPL README @@ -61,14 +73,36 @@ %files devel %defattr(-,root,root,-) +%doc COPYING %{_includedir}/osgCal %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %exclude %{_libdir}/*.la -# libtool hack does not remove static libs -%exclude %{_libdir}/*.a + %changelog +* Wed Dec 06 2006 Christopher Stone 0.1.44-1 +- Upstream sync +- Clean up description +- Use new method to fix rpaths +- Change license to GPL +- Add 64bit patch +- set MALLOC_CHECK_ to 1 to not exit on Xvfb double-free error + +* Sun Oct 15 2006 Christopher Stone 0.1.43-1 +- Upstream sync + +* Sat Oct 14 2006 Christopher Stone 0.1.42-1 +- Upstream sync + +* Sun Sep 03 2006 Christopher Stone 0.1.41-1 +- Upstream sync +- Remove FC4 support +- Add new Build Requires for %%check + +* Thu Aug 31 2006 Christopher Stone 0.1.40-4 +- FC6 Rebuild + * Sat Jul 08 2006 Christopher Stone 0.1.40-3 - Rebuild against new cal3d Index: sources =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 08:21:10 -0000 1.2 +++ sources 6 Dec 2006 18:42:41 -0000 1.3 @@ -1 +1 @@ -4e05fc0ea3320f502d2565a9ac7d2dbb osgcal-0.1.40.tar.gz +c6f43aa6014fc7fdc7cc0ab9e4b5a885 osgcal-0.1.44.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 18:43:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 6 Dec 2006 13:43:17 -0500 Subject: rpms/osgcal/devel osgcal-0.1.44-64bit.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 osgcal.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612061843.kB6IhHW8001141@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1067/devel Modified Files: .cvsignore osgcal.spec sources Added Files: osgcal-0.1.44-64bit.patch Log Message: upstream sync osgcal-0.1.44-64bit.patch: --- NEW FILE osgcal-0.1.44-64bit.patch --- --- osgcal.cpp~ 2006-12-06 10:18:45.000000000 -0800 +++ osgcal.cpp 2006-12-06 10:18:54.000000000 -0800 @@ -286,7 +286,7 @@ { char* endptr; errno = 0; - int val = (int)strtol(number,&endptr,10); + long val = strtol(number,&endptr,10); if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) || (errno != 0 && val == 0)) { return false; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 08:21:10 -0000 1.2 +++ .cvsignore 6 Dec 2006 18:42:47 -0000 1.3 @@ -1 +1 @@ -osgcal-0.1.40.tar.gz +osgcal-0.1.44.tar.gz Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- osgcal.spec 31 Aug 2006 23:26:04 -0000 1.5 +++ osgcal.spec 6 Dec 2006 18:42:47 -0000 1.6 @@ -1,25 +1,23 @@ Name: osgcal -Version: 0.1.40 -Release: 4%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D + Group: Development/Libraries -License: LGPL +License: GPL URL: http://gna.org/projects/underware Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: OpenSceneGraph-devel cal3d-devel libxml2-devel glib2-devel -BuildRequires: libungif-devel libtool +BuildRequires: libungif-devel libGL-devel SDL-devel xorg-x11-server-Xvfb +BuildRequires: xorg-x11-server-Xorg -%if "%fedora" > "4" -BuildRequires: libGL-devel -%else -BuildRequires: xorg-x11-devel -%endif %description osgCal is an adapter to use the Cal3D character animation library -(http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based -3D scene graph (http://www.openscenegraph.org). +inside the OpenSceneGraph OpenGL based 3D scene graph. %package devel Summary: Library development files for osgCal @@ -28,29 +26,43 @@ Requires: cal3d-devel %description devel -This package contains headers and libraries required to build applications that -use osgCal. +This package contains headers and libraries required to build +applications that use osgCal. + %prep %setup -q +%patch0 -p0 -b .64bit~ + +# Avoid lib64 rpaths +sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure + +# Fix rpmlint warnings +chmod -x include/osgCal/HardwareModel + %build -LIBTOOL=libtool %configure --enable-gifplugin --disable-static -%{__make} LIBTOOL=libtool %{?_smp_mflags} +%configure --enable-gifplugin --disable-static +make %{?_smp_mflags} + %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check -%{__make} %{?_smp_mflags} check +MALLOC_CHECK_=1 make check + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING LGPL README @@ -61,14 +73,33 @@ %files devel %defattr(-,root,root,-) +%doc COPYING %{_includedir}/osgCal %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %exclude %{_libdir}/*.la -# libtool hack does not remove static libs -%exclude %{_libdir}/*.a + %changelog +* Wed Dec 06 2006 Christopher Stone 0.1.44-1 +- Upstream sync +- Clean up description +- Use new method to fix rpaths +- Change license to GPL +- Add 64bit patch +- set MALLOC_CHECK_ to 1 to not exit on Xvfb double-free error + +* Sun Oct 15 2006 Christopher Stone 0.1.43-1 +- Upstream sync + +* Sat Oct 14 2006 Christopher Stone 0.1.42-1 +- Upstream sync + +* Sun Sep 03 2006 Christopher Stone 0.1.41-1 +- Upstream sync +- Remove FC4 support +- Add new Build Requires for %%check + * Thu Aug 31 2006 Christopher Stone 0.1.40-4 - FC6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 08:21:10 -0000 1.2 +++ sources 6 Dec 2006 18:42:47 -0000 1.3 @@ -1 +1 @@ -4e05fc0ea3320f502d2565a9ac7d2dbb osgcal-0.1.40.tar.gz +c6f43aa6014fc7fdc7cc0ab9e4b5a885 osgcal-0.1.44.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 18:45:36 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 6 Dec 2006 13:45:36 -0500 Subject: extras-repoclosure rc-report.py,1.27,1.28 Message-ID: <200612061845.kB6IjaYi001214@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1159 Modified Files: rc-report.py Log Message: shutil.copy() does os.chmod() which conflicts with our group environment unless we deleted the dst file Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- rc-report.py 2 Dec 2006 08:50:36 -0000 1.27 +++ rc-report.py 6 Dec 2006 18:45:36 -0000 1.28 @@ -32,7 +32,7 @@ today = datetime.date.today() # +datetime.timedelta(days=15) # Where to check out owners/owners.list -ownersworkdir = '/srv/extras-push/work' +ownersworkdir = '/srv/extras-push/work/extras-repoclosure' # We identify broken packages based on their src.rpm name and don't report # them more than once until expiration. @@ -369,9 +369,11 @@ timestamp = os.stat(timestampfile).st_mtime except OSError: timestamp = 0 - shutil.copy('/dev/null',timestampfile) + f = open(timestampfile,'w') + f.close() if len(reportssummary) or (datetime.date.fromtimestamp(timestamp)+datetime.timedelta(days=7) < today): - shutil.copy('/dev/null',timestampfile) + f = open(timestampfile,'w') + f.close() mailsummary = True else: mailsummary = False From fedora-extras-commits at redhat.com Wed Dec 6 18:57:49 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 6 Dec 2006 13:57:49 -0500 Subject: rpms/amarok/FC-6 amarok.spec,1.65,1.66 Message-ID: <200612061857.kB6IvnxS001359@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1315/FC-6 Modified Files: amarok.spec Log Message: rebuild Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-6/amarok.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- amarok.spec 1 Nov 2006 16:28:47 -0000 1.65 +++ amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Multimedia License: GPL @@ -238,6 +238,9 @@ %changelog +* Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 +- rebuild + * Fri Oct 27 2006 Aurelien Bompard 1.4.4-1 - version 1.4.4 - enable xine support since xine is now in Fedora From fedora-extras-commits at redhat.com Wed Dec 6 18:57:52 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Wed, 6 Dec 2006 13:57:52 -0500 Subject: rpms/gnokii/devel gnokii.spec,1.9,1.10 Message-ID: <200612061857.kB6IvqUZ001365@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1307 Modified Files: gnokii.spec Log Message: New libpq IF Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnokii.spec 4 Oct 2006 22:23:39 -0000 1.9 +++ gnokii.spec 6 Dec 2006 18:57:22 -0000 1.10 @@ -2,7 +2,7 @@ Name: gnokii Version: 0.6.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -261,6 +261,9 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Wed Dec 06 2006 Linus Walleij - 0.6.14-3 +- Rebuild to pick up new libpq IF + * Thu Oct 05 2006 Christian Iseli 0.6.14-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Wed Dec 6 18:57:50 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 6 Dec 2006 13:57:50 -0500 Subject: rpms/amarok/devel amarok.spec,1.65,1.66 Message-ID: <200612061857.kB6Ivo9S001362@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1315/devel Modified Files: amarok.spec Log Message: rebuild Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- amarok.spec 1 Nov 2006 16:28:48 -0000 1.65 +++ amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Multimedia License: GPL @@ -238,6 +238,9 @@ %changelog +* Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 +- rebuild + * Fri Oct 27 2006 Aurelien Bompard 1.4.4-1 - version 1.4.4 - enable xine support since xine is now in Fedora From fedora-extras-commits at redhat.com Wed Dec 6 19:19:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 14:19:40 -0500 Subject: rpms/gnupg2/devel gnupg-2.0.1-CVE-2006-6235.patch, NONE, 1.1 gnupg2.spec, 1.65, 1.66 Message-ID: <200612061919.kB6JJeOQ004741@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4723 Modified Files: gnupg2.spec Added Files: gnupg-2.0.1-CVE-2006-6235.patch Log Message: * Wed Dec 06 2006 Rex Dieter 2.0.1-2 - CVE-2006-6235 gnupg-2.0.1-CVE-2006-6235.patch: --- NEW FILE gnupg-2.0.1-CVE-2006-6235.patch --- This is a patch against GnuPG 2.0.1. Change the directory to g10/ and apply this patch. 2006-12-02 Werner Koch * encr-data.c: Allocate DFX context on the heap and not on the stack. Changes at several places. Fixes CVE-2006-6235. Index: encr-data.c =================================================================== --- encr-data.c (revision 4352) +++ encr-data.c (working copy) @@ -39,16 +39,37 @@ static int decode_filter ( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len); -typedef struct +typedef struct decode_filter_context_s { gcry_cipher_hd_t cipher_hd; gcry_md_hd_t mdc_hash; char defer[22]; int defer_filled; int eof_seen; -} decode_filter_ctx_t; + int refcount; +} *decode_filter_ctx_t; +/* Helper to release the decode context. */ +static void +release_dfx_context (decode_filter_ctx_t dfx) +{ + if (!dfx) + return; + + assert (dfx->refcount); + if ( !--dfx->refcount ) + { + gcry_cipher_close (dfx->cipher_hd); + dfx->cipher_hd = NULL; + gcry_md_close (dfx->mdc_hash); + dfx->mdc_hash = NULL; + xfree (dfx); + } +} + + + /**************** * Decrypt the data, specified by ED with the key DEK. */ @@ -62,7 +83,11 @@ unsigned blocksize; unsigned nprefix; - memset( &dfx, 0, sizeof dfx ); + dfx = xtrycalloc (1, sizeof *dfx); + if (!dfx) + return gpg_error_from_syserror (); + dfx->refcount = 1; + if ( opt.verbose && !dek->algo_info_printed ) { const char *s = gcry_cipher_algo_name (dek->algo); @@ -77,20 +102,20 @@ goto leave; blocksize = gcry_cipher_get_algo_blklen (dek->algo); if ( !blocksize || blocksize > 16 ) - log_fatal("unsupported blocksize %u\n", blocksize ); + log_fatal ("unsupported blocksize %u\n", blocksize ); nprefix = blocksize; if ( ed->len && ed->len < (nprefix+2) ) BUG(); if ( ed->mdc_method ) { - if (gcry_md_open (&dfx.mdc_hash, ed->mdc_method, 0 )) + if (gcry_md_open (&dfx->mdc_hash, ed->mdc_method, 0 )) BUG (); if ( DBG_HASHING ) - gcry_md_start_debug (dfx.mdc_hash, "checkmdc"); + gcry_md_start_debug (dfx->mdc_hash, "checkmdc"); } - rc = gcry_cipher_open (&dfx.cipher_hd, dek->algo, + rc = gcry_cipher_open (&dfx->cipher_hd, dek->algo, GCRY_CIPHER_MODE_CFB, (GCRY_CIPHER_SECURE | ((ed->mdc_method || dek->algo >= 100)? @@ -104,7 +129,7 @@ /* log_hexdump( "thekey", dek->key, dek->keylen );*/ - rc = gcry_cipher_setkey (dfx.cipher_hd, dek->key, dek->keylen); + rc = gcry_cipher_setkey (dfx->cipher_hd, dek->key, dek->keylen); if ( gpg_err_code (rc) == GPG_ERR_WEAK_KEY ) { log_info(_("WARNING: message was encrypted with" @@ -123,7 +148,7 @@ goto leave; } - gcry_cipher_setiv (dfx.cipher_hd, NULL, 0); + gcry_cipher_setiv (dfx->cipher_hd, NULL, 0); if ( ed->len ) { @@ -144,8 +169,8 @@ temp[i] = c; } - gcry_cipher_decrypt (dfx.cipher_hd, temp, nprefix+2, NULL, 0); - gcry_cipher_sync (dfx.cipher_hd); + gcry_cipher_decrypt (dfx->cipher_hd, temp, nprefix+2, NULL, 0); + gcry_cipher_sync (dfx->cipher_hd); p = temp; /* log_hexdump( "prefix", temp, nprefix+2 ); */ if (dek->symmetric @@ -155,17 +180,18 @@ goto leave; } - if ( dfx.mdc_hash ) - gcry_md_write (dfx.mdc_hash, temp, nprefix+2); - + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, temp, nprefix+2); + + dfx->refcount++; if ( ed->mdc_method ) - iobuf_push_filter( ed->buf, mdc_decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, mdc_decode_filter, dfx ); else - iobuf_push_filter( ed->buf, decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, decode_filter, dfx ); proc_packets ( procctx, ed->buf ); ed->buf = NULL; - if ( ed->mdc_method && dfx.eof_seen == 2 ) + if ( ed->mdc_method && dfx->eof_seen == 2 ) rc = gpg_error (GPG_ERR_INV_PACKET); else if ( ed->mdc_method ) { @@ -184,26 +210,28 @@ bytes are appended. */ int datalen = gcry_md_get_algo_dlen (ed->mdc_method); - gcry_cipher_decrypt (dfx.cipher_hd, dfx.defer, 22, NULL, 0); - gcry_md_write (dfx.mdc_hash, dfx.defer, 2); - gcry_md_final (dfx.mdc_hash); + assert (dfx->cipher_hd); + assert (dfx->mdc_hash); + gcry_cipher_decrypt (dfx->cipher_hd, dfx->defer, 22, NULL, 0); + gcry_md_write (dfx->mdc_hash, dfx->defer, 2); + gcry_md_final (dfx->mdc_hash); - if (dfx.defer[0] != '\xd3' || dfx.defer[1] != '\x14' ) + if (dfx->defer[0] != '\xd3' || dfx->defer[1] != '\x14' ) { log_error("mdc_packet with invalid encoding\n"); rc = gpg_error (GPG_ERR_INV_PACKET); } else if (datalen != 20 - || memcmp (gcry_md_read (dfx.mdc_hash, 0),dfx.defer+2,datalen)) + || memcmp (gcry_md_read (dfx->mdc_hash, 0), + dfx->defer+2,datalen )) rc = gpg_error (GPG_ERR_BAD_SIGNATURE); - /* log_printhex("MDC message:", dfx.defer, 22); */ - /* log_printhex("MDC calc:", gcry_md_read (dfx.mdc_hash,0), datalen); */ + /* log_printhex("MDC message:", dfx->defer, 22); */ + /* log_printhex("MDC calc:", gcry_md_read (dfx->mdc_hash,0), datalen); */ } leave: - gcry_cipher_close (dfx.cipher_hd); - gcry_md_close (dfx.mdc_hash); + release_dfx_context (dfx); return rc; } @@ -214,7 +242,7 @@ mdc_decode_filter (void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *dfx = opaque; + decode_filter_ctx_t dfx = opaque; size_t n, size = *ret_len; int rc = 0; int c; @@ -226,11 +254,11 @@ } else if( control == IOBUFCTRL_UNDERFLOW ) { - assert(a); - assert( size > 44 ); + assert (a); + assert ( size > 44 ); /* Get at least 22 bytes and put it somewhere ahead in the buffer. */ - for(n=22; n < 44 ; n++ ) + for (n=22; n < 44 ; n++ ) { if( (c = iobuf_get(a)) == -1 ) break; @@ -279,8 +307,10 @@ if ( n ) { - gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); - gcry_md_write (dfx->mdc_hash, buf, n); + if ( dfx->cipher_hd ) + gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, buf, n); } else { @@ -289,6 +319,10 @@ } *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (dfx); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "mdc_decode_filter"; @@ -300,7 +334,7 @@ static int decode_filter( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *fc = opaque; + decode_filter_ctx_t fc = opaque; size_t n, size = *ret_len; int rc = 0; @@ -311,11 +345,18 @@ if ( n == -1 ) n = 0; if ( n ) - gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + { + if (fc->cipher_hd) + gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + } else rc = -1; /* EOF */ *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (fc); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "decode_filter"; Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- gnupg2.spec 29 Nov 2006 15:51:16 -0000 1.65 +++ gnupg2.spec 6 Dec 2006 19:19:10 -0000 1.66 @@ -10,7 +10,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System @@ -24,6 +24,7 @@ Source11: gpg-agent-shutdown.sh Patch1: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-2.0.1-CVE-2006-6235.patch Obsoletes: newpg < 0.9.5 @@ -81,6 +82,9 @@ %setup -q -n gnupg-%{version}%{?beta} #patch1 -p1 -b .testverbose +pushd g10 +%patch2 -p0 -b .CVE-2006-6235 +popd # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -177,8 +181,12 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 2.0.1-2 +- CVE-2006-6235 + * Wed Nov 29 2006 Rex Dieter 2.0.1-1 - gnupg-2.0.1 +- CVE-2006-6169 (bug #217950) * Sat Nov 25 2006 Rex Dieter 2.0.1-0.3.rc1 - gnupg-2.0.1rc1 From fedora-extras-commits at redhat.com Wed Dec 6 19:42:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 14:42:52 -0500 Subject: rpms/gnupg2/FC-6 gnupg-2.0.1-CVE-2006-6235.patch, NONE, 1.1 gnupg2.spec, 1.56, 1.57 Message-ID: <200612061942.kB6JgqZ3005044@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5026 Modified Files: gnupg2.spec Added Files: gnupg-2.0.1-CVE-2006-6235.patch Log Message: * Wed Dec 06 2006 Rex Dieter 2.0.1-2 - CVE-2006-6235 gnupg-2.0.1-CVE-2006-6235.patch: --- NEW FILE gnupg-2.0.1-CVE-2006-6235.patch --- This is a patch against GnuPG 2.0.1. Change the directory to g10/ and apply this patch. 2006-12-02 Werner Koch * encr-data.c: Allocate DFX context on the heap and not on the stack. Changes at several places. Fixes CVE-2006-6235. Index: encr-data.c =================================================================== --- encr-data.c (revision 4352) +++ encr-data.c (working copy) @@ -39,16 +39,37 @@ static int decode_filter ( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len); -typedef struct +typedef struct decode_filter_context_s { gcry_cipher_hd_t cipher_hd; gcry_md_hd_t mdc_hash; char defer[22]; int defer_filled; int eof_seen; -} decode_filter_ctx_t; + int refcount; +} *decode_filter_ctx_t; +/* Helper to release the decode context. */ +static void +release_dfx_context (decode_filter_ctx_t dfx) +{ + if (!dfx) + return; + + assert (dfx->refcount); + if ( !--dfx->refcount ) + { + gcry_cipher_close (dfx->cipher_hd); + dfx->cipher_hd = NULL; + gcry_md_close (dfx->mdc_hash); + dfx->mdc_hash = NULL; + xfree (dfx); + } +} + + + /**************** * Decrypt the data, specified by ED with the key DEK. */ @@ -62,7 +83,11 @@ unsigned blocksize; unsigned nprefix; - memset( &dfx, 0, sizeof dfx ); + dfx = xtrycalloc (1, sizeof *dfx); + if (!dfx) + return gpg_error_from_syserror (); + dfx->refcount = 1; + if ( opt.verbose && !dek->algo_info_printed ) { const char *s = gcry_cipher_algo_name (dek->algo); @@ -77,20 +102,20 @@ goto leave; blocksize = gcry_cipher_get_algo_blklen (dek->algo); if ( !blocksize || blocksize > 16 ) - log_fatal("unsupported blocksize %u\n", blocksize ); + log_fatal ("unsupported blocksize %u\n", blocksize ); nprefix = blocksize; if ( ed->len && ed->len < (nprefix+2) ) BUG(); if ( ed->mdc_method ) { - if (gcry_md_open (&dfx.mdc_hash, ed->mdc_method, 0 )) + if (gcry_md_open (&dfx->mdc_hash, ed->mdc_method, 0 )) BUG (); if ( DBG_HASHING ) - gcry_md_start_debug (dfx.mdc_hash, "checkmdc"); + gcry_md_start_debug (dfx->mdc_hash, "checkmdc"); } - rc = gcry_cipher_open (&dfx.cipher_hd, dek->algo, + rc = gcry_cipher_open (&dfx->cipher_hd, dek->algo, GCRY_CIPHER_MODE_CFB, (GCRY_CIPHER_SECURE | ((ed->mdc_method || dek->algo >= 100)? @@ -104,7 +129,7 @@ /* log_hexdump( "thekey", dek->key, dek->keylen );*/ - rc = gcry_cipher_setkey (dfx.cipher_hd, dek->key, dek->keylen); + rc = gcry_cipher_setkey (dfx->cipher_hd, dek->key, dek->keylen); if ( gpg_err_code (rc) == GPG_ERR_WEAK_KEY ) { log_info(_("WARNING: message was encrypted with" @@ -123,7 +148,7 @@ goto leave; } - gcry_cipher_setiv (dfx.cipher_hd, NULL, 0); + gcry_cipher_setiv (dfx->cipher_hd, NULL, 0); if ( ed->len ) { @@ -144,8 +169,8 @@ temp[i] = c; } - gcry_cipher_decrypt (dfx.cipher_hd, temp, nprefix+2, NULL, 0); - gcry_cipher_sync (dfx.cipher_hd); + gcry_cipher_decrypt (dfx->cipher_hd, temp, nprefix+2, NULL, 0); + gcry_cipher_sync (dfx->cipher_hd); p = temp; /* log_hexdump( "prefix", temp, nprefix+2 ); */ if (dek->symmetric @@ -155,17 +180,18 @@ goto leave; } - if ( dfx.mdc_hash ) - gcry_md_write (dfx.mdc_hash, temp, nprefix+2); - + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, temp, nprefix+2); + + dfx->refcount++; if ( ed->mdc_method ) - iobuf_push_filter( ed->buf, mdc_decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, mdc_decode_filter, dfx ); else - iobuf_push_filter( ed->buf, decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, decode_filter, dfx ); proc_packets ( procctx, ed->buf ); ed->buf = NULL; - if ( ed->mdc_method && dfx.eof_seen == 2 ) + if ( ed->mdc_method && dfx->eof_seen == 2 ) rc = gpg_error (GPG_ERR_INV_PACKET); else if ( ed->mdc_method ) { @@ -184,26 +210,28 @@ bytes are appended. */ int datalen = gcry_md_get_algo_dlen (ed->mdc_method); - gcry_cipher_decrypt (dfx.cipher_hd, dfx.defer, 22, NULL, 0); - gcry_md_write (dfx.mdc_hash, dfx.defer, 2); - gcry_md_final (dfx.mdc_hash); + assert (dfx->cipher_hd); + assert (dfx->mdc_hash); + gcry_cipher_decrypt (dfx->cipher_hd, dfx->defer, 22, NULL, 0); + gcry_md_write (dfx->mdc_hash, dfx->defer, 2); + gcry_md_final (dfx->mdc_hash); - if (dfx.defer[0] != '\xd3' || dfx.defer[1] != '\x14' ) + if (dfx->defer[0] != '\xd3' || dfx->defer[1] != '\x14' ) { log_error("mdc_packet with invalid encoding\n"); rc = gpg_error (GPG_ERR_INV_PACKET); } else if (datalen != 20 - || memcmp (gcry_md_read (dfx.mdc_hash, 0),dfx.defer+2,datalen)) + || memcmp (gcry_md_read (dfx->mdc_hash, 0), + dfx->defer+2,datalen )) rc = gpg_error (GPG_ERR_BAD_SIGNATURE); - /* log_printhex("MDC message:", dfx.defer, 22); */ - /* log_printhex("MDC calc:", gcry_md_read (dfx.mdc_hash,0), datalen); */ + /* log_printhex("MDC message:", dfx->defer, 22); */ + /* log_printhex("MDC calc:", gcry_md_read (dfx->mdc_hash,0), datalen); */ } leave: - gcry_cipher_close (dfx.cipher_hd); - gcry_md_close (dfx.mdc_hash); + release_dfx_context (dfx); return rc; } @@ -214,7 +242,7 @@ mdc_decode_filter (void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *dfx = opaque; + decode_filter_ctx_t dfx = opaque; size_t n, size = *ret_len; int rc = 0; int c; @@ -226,11 +254,11 @@ } else if( control == IOBUFCTRL_UNDERFLOW ) { - assert(a); - assert( size > 44 ); + assert (a); + assert ( size > 44 ); /* Get at least 22 bytes and put it somewhere ahead in the buffer. */ - for(n=22; n < 44 ; n++ ) + for (n=22; n < 44 ; n++ ) { if( (c = iobuf_get(a)) == -1 ) break; @@ -279,8 +307,10 @@ if ( n ) { - gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); - gcry_md_write (dfx->mdc_hash, buf, n); + if ( dfx->cipher_hd ) + gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, buf, n); } else { @@ -289,6 +319,10 @@ } *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (dfx); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "mdc_decode_filter"; @@ -300,7 +334,7 @@ static int decode_filter( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *fc = opaque; + decode_filter_ctx_t fc = opaque; size_t n, size = *ret_len; int rc = 0; @@ -311,11 +345,18 @@ if ( n == -1 ) n = 0; if ( n ) - gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + { + if (fc->cipher_hd) + gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + } else rc = -1; /* EOF */ *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (fc); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "decode_filter"; Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/gnupg2.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- gnupg2.spec 1 Dec 2006 14:10:42 -0000 1.56 +++ gnupg2.spec 6 Dec 2006 19:42:22 -0000 1.57 @@ -10,7 +10,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System @@ -24,6 +24,7 @@ Source11: gpg-agent-shutdown.sh Patch1: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-2.0.1-CVE-2006-6235.patch Obsoletes: newpg < 0.9.5 @@ -81,6 +82,9 @@ %setup -q -n gnupg-%{version}%{?beta} #patch1 -p1 -b .testverbose +pushd g10 +%patch2 -p0 -b .CVE-2006-6235 +popd # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -177,8 +181,12 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 2.0.1-2 +- CVE-2006-6235 + * Wed Nov 29 2006 Rex Dieter 2.0.1-1 - gnupg-2.0.1 +- CVE-2006-6169 (bug #217950) * Sat Nov 25 2006 Rex Dieter 2.0.1-0.3.rc1 - gnupg-2.0.1rc1 From fedora-extras-commits at redhat.com Wed Dec 6 19:43:48 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 6 Dec 2006 14:43:48 -0500 Subject: rpms/cyphesis/devel cyphesis.spec,1.3,1.4 Message-ID: <200612061943.kB6JhmBx005108@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5093 Modified Files: cyphesis.spec Log Message: Rebuild for new postgres Index: cyphesis.spec =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cyphesis.spec 1 Dec 2006 17:31:29 -0000 1.3 +++ cyphesis.spec 6 Dec 2006 19:43:18 -0000 1.4 @@ -3,7 +3,7 @@ Name: cyphesis Version: 0.5.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL @@ -185,6 +185,9 @@ %changelog +* Wed Dec 6 2006 Wart 0.5.10-3 +- Rebuild for new postgresql + * Fri Dec 1 2006 Wart 0.5.10-2 - Rebuild for new readline-devel From fedora-extras-commits at redhat.com Wed Dec 6 19:47:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 6 Dec 2006 14:47:10 -0500 Subject: rpms/gnome-chemistry-utils/FC-5 gnome-chemistry-utils.spec,1.1,1.2 Message-ID: <200612061947.kB6JlALE005141@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5124 Modified Files: gnome-chemistry-utils.spec Log Message: firefox-devel->mozilla-devel Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/FC-5/gnome-chemistry-utils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-chemistry-utils.spec 5 Dec 2006 07:45:21 -0000 1.1 +++ gnome-chemistry-utils.spec 6 Dec 2006 19:46:40 -0000 1.2 @@ -14,7 +14,7 @@ BuildRequires: perl-XML-Parser BuildRequires: gtkglext-devel BuildRequires: libgnomeprintui22-devel -BuildRequires: firefox-devel +BuildRequires: mozilla-devel BuildRequires: man BuildRequires: gettext BuildRequires: desktop-file-utils From fedora-extras-commits at redhat.com Wed Dec 6 19:50:22 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 6 Dec 2006 14:50:22 -0500 Subject: rpms/gnome-chemistry-utils/FC-5 gnome-chemistry-utils.spec,1.2,1.3 Message-ID: <200612061950.kB6JoMIj005235@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5220 Modified Files: gnome-chemistry-utils.spec Log Message: Bumped release Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/FC-5/gnome-chemistry-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnome-chemistry-utils.spec 6 Dec 2006 19:46:40 -0000 1.2 +++ gnome-chemistry-utils.spec 6 Dec 2006 19:49:52 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnome-chemistry-utils Version: 0.6.3 -Release: 4%{?dist} +Release: 4%{?dist}.1 Summary: A set of chemical utilities Group: Applications/Engineering @@ -131,6 +131,9 @@ %changelog +* Wed Dec 06 2006 Julian Sikorski - 0.6.3-4.fc5.1 +- firefox-devel -> mozilla-devel + * Sun Dec 03 2006 Julian Sikorski - 0.6.3-4 - Removed obsolete stuff - Fixed support for chemical-mime-data From fedora-extras-commits at redhat.com Wed Dec 6 20:21:57 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Wed, 6 Dec 2006 15:21:57 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.9,1.10 Message-ID: <200612062021.kB6KLvUO008480@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8465 Modified Files: eclipse-emf.spec Log Message: * Wed Dec 06 2006 Andrew Overholt 2.2.1-9 - Add osgi.sharedconfiguration.area flag to build. - Launcher (/usr/bin/eclipse) doesn't work in this case due to specialized jars and ant tasks only in EMF. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- eclipse-emf.spec 6 Dec 2006 04:44:34 -0000 1.9 +++ eclipse-emf.spec 6 Dec 2006 20:21:27 -0000 1.10 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 8%{?dist} +Release: 9%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -203,8 +203,6 @@ pushd ../.. rm SDK/plugins/org.eclipse.pde.build # Remove the bits of the SDK that we don't need -rm SDK/features/org.eclipse.sdk* -rm SDK/plugins/org.eclipse.sdk* rm SDK/features/org.eclipse.pde.source* rm SDK/features/org.eclipse.jdt.source* rm SDK/plugins/org.eclipse.pde.source* @@ -250,8 +248,9 @@ # -DskipFetch=true: don't fetch the sources # -DbaseExists=true: don't download the SDK, we want to use the one in $SDK java -cp $SDK/startup.jar \ + -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ + org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -DjavacFailOnError=true \ -DdontUnzip=true \ @@ -515,6 +514,11 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Wed Dec 06 2006 Andrew Overholt 2.2.1-9 +- Add osgi.sharedconfiguration.area flag to build. +- Launcher (/usr/bin/eclipse) doesn't work in this case due to + specialized jars and ant tasks only in EMF. + * Tue Dec 05 2006 Andrew Overholt 2.2.1-8 - Re-add eclipse-sdk as a BR - this is easier than dealing with copy-platform shenanigans. From fedora-extras-commits at redhat.com Wed Dec 6 20:28:50 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 6 Dec 2006 15:28:50 -0500 Subject: rpms/nagios-plugins-snmp-disk-proc/devel nagios-plugins-snmp-disk-proc.spec, 1.1, 1.2 Message-ID: <200612062028.kB6KSo7M008567@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8551 Modified Files: nagios-plugins-snmp-disk-proc.spec Log Message: Rebuild (net-snmp 5.3 -> 5.4). Index: nagios-plugins-snmp-disk-proc.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel/nagios-plugins-snmp-disk-proc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagios-plugins-snmp-disk-proc.spec 10 Oct 2006 10:06:08 -0000 1.1 +++ nagios-plugins-snmp-disk-proc.spec 6 Dec 2006 20:28:20 -0000 1.2 @@ -2,7 +2,7 @@ Name: nagios-plugins-snmp-disk-proc Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nagios SNMP plugins to monitor remote disk and processes Group: Applications/System @@ -52,5 +52,8 @@ %changelog +* Wed Dec 6 2006 Jose Pedro Oliveira - 1.0-2 +- Rebuild (net-snmp 5.3 -> 5.4). + * Sat Aug 12 2006 Jose Pedro Oliveira - 1.0-1 - Initial build. From fedora-extras-commits at redhat.com Wed Dec 6 20:48:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 6 Dec 2006 15:48:41 -0500 Subject: rpms/nagios-plugins-snmp-disk-proc/devel nagios-plugins-snmp-disk-proc.spec, 1.2, 1.3 Message-ID: <200612062048.kB6Kmf59008764@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8749 Modified Files: nagios-plugins-snmp-disk-proc.spec Log Message: BR: tcp_wrappers-devel. Index: nagios-plugins-snmp-disk-proc.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel/nagios-plugins-snmp-disk-proc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nagios-plugins-snmp-disk-proc.spec 6 Dec 2006 20:28:20 -0000 1.2 +++ nagios-plugins-snmp-disk-proc.spec 6 Dec 2006 20:48:11 -0000 1.3 @@ -2,7 +2,7 @@ Name: nagios-plugins-snmp-disk-proc Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Nagios SNMP plugins to monitor remote disk and processes Group: Applications/System @@ -15,6 +15,7 @@ BuildRequires: autoconf, automake BuildRequires: net-snmp-devel BuildRequires: openssl-devel +BuildRequires: tcp_wrappers-devel Requires: nagios-plugins %description @@ -52,6 +53,9 @@ %changelog +* Wed Dec 6 2006 Jose Pedro Oliveira - 1.0-3 +- BR: tcp_wrappers-devel. + * Wed Dec 6 2006 Jose Pedro Oliveira - 1.0-2 - Rebuild (net-snmp 5.3 -> 5.4). From fedora-extras-commits at redhat.com Wed Dec 6 21:30:06 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Wed, 6 Dec 2006 16:30:06 -0500 Subject: rpms/eclipse-emf/devel eclipse-emf.spec,1.5,1.6 Message-ID: <200612062130.kB6LU64b011984@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969 Modified Files: eclipse-emf.spec Log Message: * Wed Dec 06 2006 Andrew Overholt 2.2.1-9 - Bump release and build for rawhide. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/devel/eclipse-emf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- eclipse-emf.spec 6 Nov 2006 19:44:56 -0000 1.5 +++ eclipse-emf.spec 6 Dec 2006 21:29:36 -0000 1.6 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 3%{?dist} +Release: 9%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -36,7 +36,7 @@ Patch5: %{name}-examples-dontChangeBundleClasspath.patch Patch6: %{name}-platformjavadocname.patch -BuildRequires: eclipse-pde +BuildRequires: eclipse-sdk %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.64 @@ -156,7 +156,7 @@ homedir=$(cd home > /dev/null && pwd) # See comments in the script to understand this. -/bin/sh -x %{_libdir}/eclipse/buildscripts/copy-platform `pwd`/SDK %{eclipse_base} +/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Build the EMF builder helper jars @@ -253,9 +253,9 @@ # -DskipFetch=true: don't fetch the sources # -DbaseExists=true: don't download the SDK, we want to use the one in $SDK java -cp $SDK/startup.jar \ - -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ + -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ + org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -DjavacFailOnError=true \ -DdontUnzip=true \ @@ -519,6 +519,9 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Wed Dec 06 2006 Andrew Overholt 2.2.1-9 +- Bump release and build for rawhide. + * Mon Nov 06 2006 Andrew Overholt 2.2.1-3 - Use copy-platform in %%{_libdir}. - Add Requires(post,postun) for sub-packages using rebuild-gcj-db. From fedora-extras-commits at redhat.com Wed Dec 6 22:06:54 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 6 Dec 2006 17:06:54 -0500 Subject: rpms/gnome-chemistry-utils/FC-5 gnome-chemistry-utils.spec,1.3,1.4 Message-ID: <200612062206.kB6M6sTJ015250@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15225 Modified Files: gnome-chemistry-utils.spec Log Message: Added libXt-devel to BuildRequires as it did not get pulled by default Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/FC-5/gnome-chemistry-utils.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-chemistry-utils.spec 6 Dec 2006 19:49:52 -0000 1.3 +++ gnome-chemistry-utils.spec 6 Dec 2006 22:06:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: gnome-chemistry-utils Version: 0.6.3 -Release: 4%{?dist}.1 +Release: 4%{?dist}.2 Summary: A set of chemical utilities Group: Applications/Engineering @@ -20,6 +20,7 @@ BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: chemical-mime-data +BuildRequires: libXt-devel Requires: chemical-mime-data %description @@ -131,6 +132,9 @@ %changelog +* Wed Dec 06 2006 Julian Sikorski - 0.6.3-4.fc5.2 +- Added libXt-devel to BuildRequires as it did not get pulled by default + * Wed Dec 06 2006 Julian Sikorski - 0.6.3-4.fc5.1 - firefox-devel -> mozilla-devel From fedora-extras-commits at redhat.com Wed Dec 6 22:30:29 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Wed, 6 Dec 2006 17:30:29 -0500 Subject: owners owners.list,1.2074,1.2075 Message-ID: <200612062230.kB6MUTqB015358@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15343 Modified Files: owners.list Log Message: Add eclipse-emf. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2074 retrieving revision 1.2075 diff -u -r1.2074 -r1.2075 --- owners.list 6 Dec 2006 13:17:24 -0000 1.2074 +++ owners.list 6 Dec 2006 22:29:59 -0000 1.2075 @@ -353,6 +353,7 @@ Fedora Extras|ebtables|Ethernet Bridge frame table administration tool|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|echoping|TCP "echo" performance test|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ecl|Embeddable Common-Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net From fedora-extras-commits at redhat.com Wed Dec 6 22:46:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 6 Dec 2006 17:46:18 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.4, 1.5 nautilus-image-converter.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612062246.kB6MkIqk015510@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15491 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Wed Dec 6 2006 Brian Pepple - 0.0.6-1 - Update to 0.0.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Oct 2005 19:13:39 -0000 1.4 +++ .cvsignore 6 Dec 2006 22:45:48 -0000 1.5 @@ -1 +1 @@ -nautilus-image-converter-0.0.5.tar.bz2 +nautilus-image-converter-0.0.6.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nautilus-image-converter.spec 7 Sep 2006 22:53:36 -0000 1.7 +++ nautilus-image-converter.spec 6 Dec 2006 22:45:48 -0000 1.8 @@ -1,6 +1,6 @@ Name: nautilus-image-converter -Version: 0.0.5 -Release: 6%{?dist} +Version: 0.0.6 +Release: 1%{?dist} Summary: Nautilus extension to mass resize images Group: User Interface/Desktops @@ -51,6 +51,9 @@ %changelog +* Wed Dec 6 2006 Brian Pepple - 0.0.6-1 +- Update to 0.0.6. + * Thu Sep 7 2006 Brian Pepple - 0.0.5-6 - Add BR on perl(XML::Parser). Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Oct 2005 19:13:39 -0000 1.4 +++ sources 6 Dec 2006 22:45:48 -0000 1.5 @@ -1 +1 @@ -4d652ae9de8e06bd4b081a2c885d3471 nautilus-image-converter-0.0.5.tar.bz2 +43dfaaff16347ed24aaddae145adc5ad nautilus-image-converter-0.0.6.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 23:02:59 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 18:02:59 -0500 Subject: rpms/sec/devel .cvsignore,1.2,1.3 sec.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200612062303.kB6N2xXp018739@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18712 Modified Files: .cvsignore sec.spec sources Log Message: Upgrade to sec 2.4.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sec/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Sep 2006 20:54:01 -0000 1.2 +++ .cvsignore 6 Dec 2006 23:02:29 -0000 1.3 @@ -1 +1 @@ -sec-2.3.3.tar.gz +sec-2.4.0.tar.gz Index: sec.spec =================================================================== RCS file: /cvs/extras/rpms/sec/devel/sec.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.spec 1 Sep 2006 20:54:01 -0000 1.1 +++ sec.spec 6 Dec 2006 23:02:29 -0000 1.2 @@ -4,8 +4,8 @@ # Name: sec -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: SEC (simple event correlator) Group: System Environment/Daemons @@ -81,12 +81,6 @@ %prep %setup -q -# Install some handy tools - mkdir tools/ - mv itostream.c \ - convert.pl \ - tools/ - # Replace some tags in the config files sed -i -e 's/@@NAME@@/%{name}/' \ %{SOURCE1} \ @@ -185,7 +179,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README tools/ +%doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/sysconfig/sec %config(noreplace) %verify (not md5 size mtime) %{_sysconfdir}/logrotate.d/sec %{_sysconfdir}/%{name} @@ -199,6 +193,9 @@ %changelog +* Wed Dec 06 2006 Chris Petersen 2.4.0-1 +- Update to 2.4.0 + * Mon Jun 12 2006 Chris Petersen 2.3.3-4 - Change group to keep rpmlint happy - Fix permissions on the logrotate script Index: sources =================================================================== RCS file: /cvs/extras/rpms/sec/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Sep 2006 20:54:01 -0000 1.2 +++ sources 6 Dec 2006 23:02:29 -0000 1.3 @@ -1 +1 @@ -1b714a7dbb71e165327886a329f6d1e0 sec-2.3.3.tar.gz +3697bdab0664d5392c8e1e66edd3291c sec-2.4.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 23:34:21 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 18:34:21 -0500 Subject: rpms/sec/FC-5 sec.spec,1.1,1.2 Message-ID: <200612062334.kB6NYLx2018969@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18941/FC-5 Modified Files: sec.spec Log Message: Upgrade to sec 2.4.0 Index: sec.spec =================================================================== RCS file: /cvs/extras/rpms/sec/FC-5/sec.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.spec 1 Sep 2006 20:54:01 -0000 1.1 +++ sec.spec 6 Dec 2006 23:33:51 -0000 1.2 @@ -4,8 +4,8 @@ # Name: sec -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: SEC (simple event correlator) Group: System Environment/Daemons @@ -81,12 +81,6 @@ %prep %setup -q -# Install some handy tools - mkdir tools/ - mv itostream.c \ - convert.pl \ - tools/ - # Replace some tags in the config files sed -i -e 's/@@NAME@@/%{name}/' \ %{SOURCE1} \ @@ -185,7 +179,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README tools/ +%doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/sysconfig/sec %config(noreplace) %verify (not md5 size mtime) %{_sysconfdir}/logrotate.d/sec %{_sysconfdir}/%{name} @@ -199,6 +193,9 @@ %changelog +* Wed Dec 06 2006 Chris Petersen 2.4.0-1 +- Update to 2.4.0 + * Mon Jun 12 2006 Chris Petersen 2.3.3-4 - Change group to keep rpmlint happy - Fix permissions on the logrotate script From fedora-extras-commits at redhat.com Wed Dec 6 23:34:21 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 18:34:21 -0500 Subject: rpms/sec/FC-6 sec.spec,1.1,1.2 Message-ID: <200612062334.kB6NYLqV018972@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18941/FC-6 Modified Files: sec.spec Log Message: Upgrade to sec 2.4.0 Index: sec.spec =================================================================== RCS file: /cvs/extras/rpms/sec/FC-6/sec.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.spec 1 Sep 2006 20:54:01 -0000 1.1 +++ sec.spec 6 Dec 2006 23:33:51 -0000 1.2 @@ -4,8 +4,8 @@ # Name: sec -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: SEC (simple event correlator) Group: System Environment/Daemons @@ -81,12 +81,6 @@ %prep %setup -q -# Install some handy tools - mkdir tools/ - mv itostream.c \ - convert.pl \ - tools/ - # Replace some tags in the config files sed -i -e 's/@@NAME@@/%{name}/' \ %{SOURCE1} \ @@ -185,7 +179,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README tools/ +%doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/sysconfig/sec %config(noreplace) %verify (not md5 size mtime) %{_sysconfdir}/logrotate.d/sec %{_sysconfdir}/%{name} @@ -199,6 +193,9 @@ %changelog +* Wed Dec 06 2006 Chris Petersen 2.4.0-1 +- Update to 2.4.0 + * Mon Jun 12 2006 Chris Petersen 2.3.3-4 - Change group to keep rpmlint happy - Fix permissions on the logrotate script From fedora-extras-commits at redhat.com Thu Dec 7 00:38:52 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:38:52 -0500 Subject: rpms/scipy - New directory Message-ID: <200612070038.kB70cqg8022411@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22407/scipy Log Message: Directory /cvs/extras/rpms/scipy added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 00:38:57 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:38:57 -0500 Subject: rpms/scipy/devel - New directory Message-ID: <200612070038.kB70cvX9022424@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22407/scipy/devel Log Message: Directory /cvs/extras/rpms/scipy/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 00:39:11 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:39:11 -0500 Subject: rpms/scipy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612070039.kB70dBNc022454@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22448 Added Files: Makefile import.log Log Message: Setup of module scipy --- NEW FILE Makefile --- # Top level Makefile for module scipy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 00:39:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:39:16 -0500 Subject: rpms/scipy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612070039.kB70dGWP022470@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22448/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module scipy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 00:42:23 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:42:23 -0500 Subject: rpms/scipy import.log,1.1,1.2 Message-ID: <200612070042.kB70gNJR022567@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22510 Modified Files: import.log Log Message: auto-import scipy-0.5.1-4.fc6 on branch devel from scipy-0.5.1-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/scipy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 00:39:11 -0000 1.1 +++ import.log 7 Dec 2006 00:41:53 -0000 1.2 @@ -0,0 +1 @@ +scipy-0_5_1-4_fc6:HEAD:scipy-0.5.1-4.fc6.src.rpm:1165452362 From fedora-extras-commits at redhat.com Thu Dec 7 00:42:23 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:42:23 -0500 Subject: rpms/scipy/devel scipy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612070042.kB70gNh4022571@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22510/devel Modified Files: .cvsignore sources Added Files: scipy.spec Log Message: auto-import scipy-0.5.1-4.fc6 on branch devel from scipy-0.5.1-4.fc6.src.rpm --- NEW FILE scipy.spec --- %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') Summary: Scipy: array processing for numbers, strings, records, and objects Name: scipy Version: 0.5.1 Release: 4%{?dist} Group: Development/Libraries License: BSD Url: http://numeric.scipy.org Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: numpy, python-devel BuildRequires: fftw-devel, blas-devel, lapack-devel, gcc-gfortran Requires: numpy, python %description Scipy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. Scipy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. %prep %setup -q %build env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 build %install rm -rf $RPM_BUILD_ROOT env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 install --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE.txt %{python_sitearch}/scipy %changelog * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 * Sat Dec 2 2006 Jef Spaleta - 0.5.1-2 - Updated spec for FE Packaging Guidelines and for upstream version 0.5.1 * Mon May 8 2006 Neal Becker - 0.4.8-4 - Add BuildRequires gcc-c++ - Add python-devel - Add libstdc++ * Mon May 8 2006 Neal Becker - 0.4.8-3 - Add BuildRequires gcc-gfortran * Sun May 7 2006 Neal Becker - 0.4.8-3 - Add BuildRequires numpy * Wed May 3 2006 Neal Becker - 0.4.8-2 - Fix BuildRoot - Add BuildRequires, Requires - Test remove d1mach patch - Fix defattr - Add changelog - Removed Prefix, Vendor - Fix Source0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scipy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 00:39:16 -0000 1.1 +++ .cvsignore 7 Dec 2006 00:41:53 -0000 1.2 @@ -0,0 +1 @@ +scipy-0.5.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/scipy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 00:39:16 -0000 1.1 +++ sources 7 Dec 2006 00:41:53 -0000 1.2 @@ -0,0 +1 @@ +48442a427f0556ad2ad1721dd62e401c scipy-0.5.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 00:48:26 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:48:26 -0500 Subject: owners owners.list,1.2075,1.2076 Message-ID: <200612070048.kB70mQxZ022663@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22644 Modified Files: owners.list Log Message: Added scipy listing Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2075 retrieving revision 1.2076 diff -u -r1.2075 -r1.2076 --- owners.list 6 Dec 2006 22:29:59 -0000 1.2075 +++ owners.list 7 Dec 2006 00:47:56 -0000 1.2076 @@ -2182,6 +2182,7 @@ Fedora Extras|scim-skk|Scim-skk is a SCIM IMEngine module for skk to support Japanese input|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| Fedora Extras|scim-tables|SCIM Generic Table IMEngine and its data files|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scim-tomoe|Tomoe module for SCIM for Japanese handwritten input|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| +Fedora Extras|scipy|Scipy: array processing for numbers, strings, records, and objects|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scite|SCIntilla based GTK2 text editor|jtorresh at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scmxx|Exchange data with Siemens mobile phones|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|scons|An Open Source software construction tool|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 01:33:27 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 6 Dec 2006 20:33:27 -0500 Subject: fedora-security/audit fc5,1.408,1.409 fc6,1.159,1.160 Message-ID: <200612070133.kB71XRiS026136@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26119 Modified Files: fc5 fc6 Log Message: Catch up with fedora mails Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.408 retrieving revision 1.409 diff -u -r1.408 -r1.409 --- fc5 4 Dec 2006 20:30:33 -0000 1.408 +++ fc5 7 Dec 2006 01:33:27 -0000 1.409 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] +CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) @@ -107,7 +109,7 @@ CVE-2006-4561 VULNERABLE (firefox) CVE-2006-4538 version (kernel, fixed 2.6.18) [since FEDORA-2006-1022] ia64 and sparc only CVE-2006-4535 version (kernel, fixed 2.6.17.12, fixed 2.6.18-rc6) [since FEDORA-2006-967] -CVE-2006-4514 VULNERABLE (libgsf, fixed 1.14.2) #217957 +CVE-2006-4514 backport (libgsf, fixed 1.14.2) #217957 [since FEDORA-2006-1399] CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4486 version (php, fixed 5.1.6) [since FEDORA-2006-1024] CVE-2006-4485 version (php, fixed 5.1.5) [since FEDORA-2006-1024] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- fc6 4 Dec 2006 20:30:33 -0000 1.159 +++ fc6 7 Dec 2006 01:33:27 -0000 1.160 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] +CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Thu Dec 7 01:40:06 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Wed, 6 Dec 2006 20:40:06 -0500 Subject: accounts2 PgToLDAP.py,1.4,1.5 Message-ID: <200612070140.kB71e6hU026171@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26156 Modified Files: PgToLDAP.py Log Message: it's actually working Index: PgToLDAP.py =================================================================== RCS file: /cvs/fedora/accounts2/PgToLDAP.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- PgToLDAP.py 6 Dec 2006 04:22:37 -0000 1.4 +++ PgToLDAP.py 7 Dec 2006 01:40:06 -0000 1.5 @@ -208,7 +208,7 @@ # Copy all users from db to ldap/ldif # this will to queries and mappings - """ + try: if verbose: print "Selecting all users from Postgres Database" @@ -238,7 +238,7 @@ userLdif.append(["mail",[str(user[2])]]) userLdif.append(["sn",[str(user[1])]]) userLdif.append(["fedoraPersonBugzillaMail",[str(user[2])]]) - userLdif.append(["cn",[str(user[3])]]) + userLdif.append(["cn",[str(user[1])]]) userLdif.append(["givenName",[str(user[3])]]) userLdif.append(["fedoraPersonKeyId",[str(user[4])]]) userLdif.append(["fedoraPersonSshKey",[str(user[5])]]) @@ -251,7 +251,7 @@ userLdif.append(["fedoraPersonApprovalStatus",[str(user[13])]]) userLdif.append(["description",[str(user[14])]]) #this one may be a streach -- original field was internal comments userLdif.append(["fedoraPersonIrcNick",[str(user[16])]]) - userLdif.append(["ou",["Roles"]]) + #userLdif.append(["ou",["Roles"]]) Adding an OU instead print userLdif #for userKey in userLdif.keys(): @@ -262,7 +262,11 @@ #print userLdif.keys() #print userLdif.values() - ldifWriter.unparse("cn=" + str(user[3]) +",ou=People,dc=fedoraproject,dc=org" , userLdif ) + ldifWriter.unparse("cn=" + str(user[1]) +",ou=People,dc=fedoraproject,dc=org" , userLdif ) + + roleOuLdif = [["objectClass",["organizationalUnit"]] , [ "ou",[ "Roles" ] ] ] + ldifWriter.unparse("ou=Roles,cn=" + str(user[1]) +",ou=People,dc=fedoraproject,dc=org" , roleOuLdif ) + #ldifWriter.unparse("dc=fedoraproject,dc=org, cn=" + user[3] , [ ['ano',['domini']],['uances',['od']] ]) #time.sleep (2) @@ -343,7 +347,7 @@ groupCursor.close() - """ + # Select all roles from the DB try: @@ -370,7 +374,7 @@ uidRoleCursor = dbConn.cursor() - uidRoleCursor.execute ("SELECT human_name FROM person where id =" + str(role[0]) ) + uidRoleCursor.execute ("SELECT username FROM person where id =" + str(role[0]) ) username = uidRoleCursor.fetchone() uidRoleCursor.execute ("SELECT name FROM project_group where id =" + str(role[1]) ) group = uidRoleCursor.fetchone() @@ -401,7 +405,7 @@ roleLdif.append(["fedoraRoleCreationDate",[str(role[7]) or "None" ]]) roleLdif.append(["fedoraRoleApprovalDate",[str(role[8])]]) - ldifWriter.unparse("cn=" + group[0] + ",cn=" + str(role[2]) + ",ou=roles, cn=" + username[0] + ",ou=People,dc=fedoraproject,dc=org" , roleLdif ) + ldifWriter.unparse("cn=" + group[0] + "+fedoraRoleType=" + str(role[2]) + ",ou=Roles,cn=" + username[0] + ",ou=People,dc=fedoraproject,dc=org" , roleLdif ) roleCursor.close() From fedora-extras-commits at redhat.com Thu Dec 7 02:35:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:24 -0500 Subject: rpms/perl-Test-Distribution - New directory Message-ID: <200612070235.kB72ZOqI029580@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29576/perl-Test-Distribution Log Message: Directory /cvs/extras/rpms/perl-Test-Distribution added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 02:35:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:29 -0500 Subject: rpms/perl-Test-Distribution/devel - New directory Message-ID: <200612070235.kB72ZTbF029595@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29576/perl-Test-Distribution/devel Log Message: Directory /cvs/extras/rpms/perl-Test-Distribution/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 02:35:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:43 -0500 Subject: rpms/perl-Test-Distribution/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612070235.kB72ZhBr029644@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29619/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Test-Distribution --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 02:35:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:38 -0500 Subject: rpms/perl-Test-Distribution Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612070235.kB72Zc1W029625@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29619 Added Files: Makefile import.log Log Message: Setup of module perl-Test-Distribution --- NEW FILE Makefile --- # Top level Makefile for module perl-Test-Distribution all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 02:36:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:36:26 -0500 Subject: rpms/perl-Test-Distribution import.log,1.1,1.2 Message-ID: <200612070236.kB72aQKp029725@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29692 Modified Files: import.log Log Message: auto-import perl-Test-Distribution-1.26-1.fc6 on branch devel from perl-Test-Distribution-1.26-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 02:35:38 -0000 1.1 +++ import.log 7 Dec 2006 02:35:56 -0000 1.2 @@ -0,0 +1 @@ +perl-Test-Distribution-1_26-1_fc6:HEAD:perl-Test-Distribution-1.26-1.fc6.src.rpm:1165459209 From fedora-extras-commits at redhat.com Thu Dec 7 02:36:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:36:27 -0500 Subject: rpms/perl-Test-Distribution/devel perl-Test-Distribution.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612070236.kB72aRxB029729@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29692/devel Modified Files: .cvsignore sources Added Files: perl-Test-Distribution.spec Log Message: auto-import perl-Test-Distribution-1.26-1.fc6 on branch devel from perl-Test-Distribution-1.26-1.fc6.src.rpm --- NEW FILE perl-Test-Distribution.spec --- Name: perl-Test-Distribution Version: 1.26 Release: 1%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Distribution/ Source0: http://www.cpan.org/authors/id/S/SR/SRSHAH/Test-Distribution-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Find::Rule) >= 0.03 BuildRequires: perl(Module::Build) BuildRequires: perl(Module::CoreList) >= 1.93 BuildRequires: perl(Module::Signature) BuildRequires: perl(Pod::Coverage) >= 0.17 BuildRequires: perl(Test::Pod) >= 0.95 BuildRequires: perl(Test::Pod::Coverage) # these are considered "optional"; autoreq doesn't pick them up Requires: perl(File::Find::Rule) >= 0.03 Requires: perl(Module::CoreList) >= 1.93 Requires: perl(Module::Signature) Requires: perl(Pod::Coverage) >= 0.17 Requires: perl(Test::Pod) >= 0.95 Requires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION. %prep %setup -q -n Test-Distribution-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # these will cause problems otherwise... rm debug*list ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Dec 06 2006 Chris Weyl 1.26-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 02:35:43 -0000 1.1 +++ .cvsignore 7 Dec 2006 02:35:56 -0000 1.2 @@ -0,0 +1 @@ +Test-Distribution-1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 02:35:43 -0000 1.1 +++ sources 7 Dec 2006 02:35:56 -0000 1.2 @@ -0,0 +1 @@ +64dc13f51f60f6022bb8e628f1297957 Test-Distribution-1.26.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 02:36:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:36:26 -0500 Subject: owners owners.list,1.2076,1.2077 Message-ID: <200612070236.kB72aQOq029722@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29673 Modified Files: owners.list Log Message: added perl-Test-Distribution Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2076 retrieving revision 1.2077 diff -u -r1.2076 -r1.2077 --- owners.list 7 Dec 2006 00:47:56 -0000 1.2076 +++ owners.list 7 Dec 2006 02:35:55 -0000 1.2077 @@ -776,8 +776,8 @@ Fedora Extras|istanbul|Desktop Session Recorder|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|itcl|Object oriented extension to Tcl|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|itext|A Free Java-PDF library|green at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|itpp|C++ library for math, signal/speech processing, and communications|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|itk|Object oriented extension to Tk|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|itpp|C++ library for math, signal/speech processing, and communications|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|ivman|Generic handler for HAL events|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|iwidgets|A set of useful widgets based on itcl and itk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|jabberd|OpenSource server implementation of the Jabber protocols|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -1755,6 +1755,7 @@ Fedora Extras|perl-Test-Cmd|Perl module for portable testing of commands and scripts|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Deep|Extremely flexible deep comparison|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Differences|Test strings and data structures and show differences if not ok|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Test-Distribution|Perform tests on all modules of a distribution|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Exception|Library of test functions for exception based Perl code|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Expect|Automated driving and testing of terminal-based programs|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-File|Test file attributes|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -2577,9 +2578,9 @@ Fedora Extras|xgalaxy|Galaxian / Galaga like game with powerups|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xine-lib|Xine library|gauret at free.fr|extras-qa at fedoraproject.org|ville.skytta at iki.fi Fedora Extras|xkeycaps|Graphical front end to xmodmap|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|xl2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|xlhtml|Excel 95/97 and PowerPoint to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xlockmore|Screen lock and screen saver|adrian at lisas.de|extras-qa at fedoraproject.org| -Fedora Extras|xl2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|xmldiff|Tree to tree correction between XML documents|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xmlindent|A XML stream reformatter|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|xmlrpc-c|A lightweight RPC library based on XML and HTTP|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 02:37:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:37:17 -0500 Subject: rpms/perl-Test-Distribution/devel perl-Test-Distribution.spec, 1.1, 1.2 Message-ID: <200612070237.kB72bHLn029798@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29783 Modified Files: perl-Test-Distribution.spec Log Message: release bump Index: perl-Test-Distribution.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/perl-Test-Distribution.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Test-Distribution.spec 7 Dec 2006 02:35:56 -0000 1.1 +++ perl-Test-Distribution.spec 7 Dec 2006 02:36:47 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Test-Distribution Version: 1.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries @@ -63,5 +63,8 @@ %{_mandir}/man3/* %changelog +* Wed Dec 06 2006 Chris Weyl 1.26-2 +- bump + * Wed Dec 06 2006 Chris Weyl 1.26-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Thu Dec 7 02:52:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:52:43 -0500 Subject: rpms/915resolution/devel 915resolution.spec, 1.4, 1.5 Makefile, 1.2, 1.3 README.fedora, 1.2, 1.3 sources, 1.3, 1.4 dead.package, 1.1, NONE Message-ID: <200612070252.kB72qhCR029954@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29923 Added Files: 915resolution.spec Makefile README.fedora sources Removed Files: dead.package Log Message: resurrect, per RH#218339 Index: 915resolution.spec =================================================================== RCS file: 915resolution.spec diff -N 915resolution.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ 915resolution.spec 7 Dec 2006 02:52:13 -0000 1.5 @@ -0,0 +1,74 @@ +Name: 915resolution +Version: 0.5.2 +Release: 3%{?dist} +Summary: Intel video BIOS hack to support certain resolutions + +Group: User Interface/X Hardware Support +License: Public Domain +URL: http://www.geocities.com/stomljen/ +Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# this doesn't make much sense on ppc. That, and it fails in build... +ExcludeArch: ppc + +# simple "get it going" instructions +Source100: README.fedora + +%description +915resolution is a tool to modify the video BIOS of the 800 and 900 series +Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as +well as 915G, 915GM, and 945G chipsets. This modification is necessary to +allow the display of certain graphics resolutions for an Xorg or XFree86 +graphics server. + +915resolution's modifications of the BIOS are transient. There is no risk of +permanent modification of the BIOS. This also means that 915resolution must be +run every time the computer boots inorder for it's changes to take effect. + +915resolution is derived from the tool 855resolution. However, the code +differs substantially. 915resolution's code base is much simpler. +915resolution also allows the modification of bits per pixel. + +%prep +%setup -q + +# keep rpmlint from complaining.... +chmod -x dump_bios + +cp %{SOURCE100} . + +%build +make clean +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}%{_sbindir} +cp %{name} %{buildroot}%{_sbindir} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc LICENSE.txt README* changes.log chipset_info.txt dump_bios +%{_sbindir}/* + + +%changelog +* Tue Aug 01 2006 Chris Weyl 0.5.2-3 +- excludearch ppc + +* Tue Aug 01 2006 Chris Weyl 0.5.2-2 +- bump for build & release + +* Thu Jul 27 2006 Chris Weyl 0.5.2-1 +- bump release +- add README.fedora + +* Tue Jun 13 2006 Chris Weyl 0.5.2-0 +- Initial spec file for F-E Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 7 Dec 2006 02:52:13 -0000 1.3 @@ -0,0 +1,21 @@ +# Makefile for source rpm: 915resolution +# $Id$ +NAME := 915resolution +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) Index: README.fedora =================================================================== RCS file: README.fedora diff -N README.fedora --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ README.fedora 7 Dec 2006 02:52:13 -0000 1.3 @@ -0,0 +1,18 @@ +Some simple instructions on getting this going under Fedora Core. + +It's important to note that the invocation of this program needs to be done +at least once, at boot, to install the correct values in the video BIOS's RAM +copy. Executing 915resolution requires root privs. + +Note that the intel xorg drivers are supposed to deal with displaying to +non-bios modes "real soon now"; hence this setup technique. + +1. Read README.txt, in this directory... Figure out the proper invocation of + the binary for your hardware. +2. Edit /etc/rc.local. Include as a line in that file a call to + 915resolution; a la: + + /usr/sbin/915resolution .... + + Where .... is the proper parameters to pass 915resolution. + Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 7 Dec 2006 02:52:13 -0000 1.4 @@ -0,0 +1 @@ +a3441e5662c5ff1e00dc97de4487e8f8 915resolution-0.5.2.tar.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 03:31:13 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 22:31:13 -0500 Subject: rpms/itpp/devel .cvsignore, 1.3, 1.4 itpp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612070331.kB73VDOk001019@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1000 Modified Files: .cvsignore itpp.spec sources Log Message: new upstream 3.10.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/itpp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Oct 2006 17:04:41 -0000 1.3 +++ .cvsignore 7 Dec 2006 03:30:43 -0000 1.4 @@ -1 +1 @@ -itpp-3.10.6.tar.bz2 +itpp-3.10.7.tar.bz2 Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/devel/itpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itpp.spec 28 Oct 2006 17:04:41 -0000 1.2 +++ itpp.spec 7 Dec 2006 03:30:43 -0000 1.3 @@ -1,5 +1,5 @@ Name: itpp -Version: 3.10.6 +Version: 3.10.7 Release: 1%{?dist} Summary: C++ library for math, signal/speech processing, and communications @@ -101,6 +101,9 @@ %changelog +* Wed Dec 6 2006 Ed Hill - 3.10.7-1 +- new upstream 3.10.7 + * Sun Oct 28 2006 Ed Hill - 3.10.6-1 - new upstream 3.10.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/itpp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Oct 2006 17:04:41 -0000 1.3 +++ sources 7 Dec 2006 03:30:43 -0000 1.4 @@ -1 +1 @@ -b78a13b5b2c7ae5bcd369b3440804c45 itpp-3.10.6.tar.bz2 +c46c74352f735955d53ba762196039a6 itpp-3.10.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 03:37:28 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Wed, 6 Dec 2006 22:37:28 -0500 Subject: rpms/gnome-common/devel gnome-common-20061206-cvs.patch, NONE, 1.1 gnome-common.spec, 1.9, 1.10 Message-ID: <200612070337.kB73bSlr001144@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/gnome-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1123 Modified Files: gnome-common.spec Added Files: gnome-common-20061206-cvs.patch Log Message: - Add a patch from gnome-common cvs to address bug #218717 (gnome-common does not work with automake-1.10). gnome-common-20061206-cvs.patch: --- NEW FILE gnome-common-20061206-cvs.patch --- Index: gnome-common-2.12.0/ChangeLog =================================================================== --- gnome-common-2.12.0.orig/ChangeLog +++ gnome-common-2.12.0/ChangeLog @@ -1,5 +1,38 @@ +2006-12-01 Kjartan Maraas + + * macros2/gnome-autogen.sh: Make automake 1.10 work too. + +2006-10-20 Bastien Nocera + + * macros2/gnome-autogen.sh: exit from the check_m4macros function as + soon as we have detected some undefined macros, rather than leaving + the developer wondering what the problem is + +2006-05-10 Kjartan Maraas + + * gnome-common.spec.in: Fix a typo. + +2006-03-10 James Henstridge + + * macros2/gnome-autogen.sh (configure_files): skip directories + called "_darcs", similar to the handling of other VCS metadata + dirs. Fixes bug #321860. + +2005-10-24 James Henstridge + + * macros2/gnome-autogen.sh (configure_files): update find + expression to not exclude ".." from search. Fixes non-srcdir + builds (where $srcdir might be ".."). Fixes bug #319496. + +2005-09-20 Stepan Kasal + + * macros2/gnome-autogen.sh: Prefer newer versions of Automake. + From bug #305641. + 2005-09-20 James Henstridge + * configure.in: bump version to 2.12.0 + * macros2/gnome-autogen.sh (configure_files): when searching for configure.in files, skip directories starting with a dot. This avoids Bzr, Quilt and Subversion bookkeeping directories among Index: gnome-common-2.12.0/gnome-common.spec.in =================================================================== --- gnome-common-2.12.0.orig/gnome-common.spec.in +++ gnome-common-2.12.0/gnome-common.spec.in @@ -1,5 +1,5 @@ Name: gnome-common -Summary: gnome-common contains usefull things common to building gnome packages +Summary: gnome-common contains useful things common to building gnome packages Version: @VERSION@ Release: 0 License: GPL Index: gnome-common-2.12.0/macros2/gnome-autogen.sh =================================================================== --- gnome-common-2.12.0.orig/macros2/gnome-autogen.sh +++ gnome-common-2.12.0/macros2/gnome-autogen.sh @@ -15,7 +15,7 @@ REQUIRED_INTLTOOL_VERSION=${REQUIRED_INT REQUIRED_PKG_CONFIG_VERSION=${REQUIRED_PKG_CONFIG_VERSION:-0.14.0} REQUIRED_GTK_DOC_VERSION=${REQUIRED_GTK_DOC_VERSION:-1.0} REQUIRED_DOC_COMMON_VERSION=${REQUIRED_DOC_COMMON_VERSION:-2.3.0} -REQUIRED_GNOME_DOC_UTILS_VERSION=${REQUIRED_GNOME_DOC_UTILS_VERSION:-0.3.2} +REQUIRED_GNOME_DOC_UTILS_VERSION=${REQUIRED_GNOME_DOC_UTILS_VERSION:-0.4.2} # a list of required m4 macros. Package can set an initial value REQUIRED_M4MACROS=${REQUIRED_M4MACROS:-} @@ -141,6 +141,17 @@ add_to_cm_macrodirs() { } # Usage: +# print_m4macros_error +# Prints an error message saying that autoconf macros were misused +print_m4macros_error() { + printerr "***Error***: some autoconf macros required to build $PKG_NAME" + printerr " were not found in your aclocal path, or some forbidden" + printerr " macros were found. Perhaps you need to adjust your" + printerr " ACLOCAL_FLAGS?" + printerr +} + +# Usage: # check_m4macros # Checks that all the requested macro files are in the aclocal macro path # Uses REQUIRED_M4MACROS and ACLOCAL variables. @@ -202,6 +213,10 @@ check_m4macros() { fi done fi + if [ "$cm_status" != 0 ]; then + print_m4macros_error + return $cm_status + fi if [ -n "$FORBIDDEN_M4MACROS" ]; then printbold "Checking for forbidden M4 macros..." # check that each macro file is in one of the macro dirs @@ -220,11 +235,7 @@ check_m4macros() { done fi if [ "$cm_status" != 0 ]; then - printerr "***Error***: some autoconf macros required to build $PKG_NAME" - printerr " were not found in your aclocal path, or some forbidden" - printerr " macros were found. Perhaps you need to adjust your" - printerr " ACLOCAL_FLAGS?" - printerr + print_m4macros_error fi return $cm_status } @@ -240,7 +251,7 @@ want_pkg_config=false want_gtk_doc=false want_gnome_doc_utils=false -configure_files="`find $srcdir -name '{arch}' -prune -o -name '.?*' -prune -o -name configure.ac -print -o -name configure.in -print`" +configure_files="`find $srcdir -name '{arch}' -prune -o -name '_darcs' -prune -o -name '.??*' -prune -o -name configure.ac -print -o -name configure.in -print`" for configure_ac in $configure_files; do if grep "^A[CM]_PROG_LIBTOOL" $configure_ac >/dev/null || grep "^LT_INIT" $configure_ac >/dev/null; then @@ -289,11 +300,12 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoc case $REQUIRED_AUTOMAKE_VERSION in 1.4*) automake_progs="automake-1.4" ;; - 1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; - 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; - 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;; - 1.8*) automake_progs="automake-1.8 automake-1.9" ;; - 1.9*) automake_progs="automake-1.9" ;; + 1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;; + 1.6*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;; + 1.7*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;; + 1.8*) automake_progs="automake-1.10 automake-1.9 automake-1.8" ;; + 1.9*) automake_progs="automake-1.10 automake-1.9" ;; + 1.10*) automake_progs="automake-1.10" ;; esac version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \ "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz" || DIE=1 Index: gnome-common.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-common/devel/gnome-common.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-common.spec 4 Sep 2006 15:36:53 -0000 1.9 +++ gnome-common.spec 7 Dec 2006 03:36:57 -0000 1.10 @@ -1,6 +1,6 @@ Name: gnome-common Version: 2.12.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Useful things common to building gnome packages from scratch Group: Development/Tools @@ -8,6 +8,7 @@ License: GPL URL: http://developer.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.12/%{name}-%{version}.tar.bz2 +Patch0: gnome-common-20061206-cvs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Hmmm.... gnome-common needs all of these. But it doesn't necessarily need @@ -32,6 +33,7 @@ %prep %setup -q +%patch -p1 %build %configure @@ -55,6 +57,10 @@ %{_datadir}/%{name} %changelog +* Wed Dec 06 2006 Toshio Kuratomi - 2.12.0-4 +- Add a patch from gnome-common cvs to address bug #218717 (gnome-common + does not work with automake-1.10). + * Mon Sep 04 2006 Toshio Kuratomi - 2.12.0-3 - Bump and rebuild for FC6. From fedora-extras-commits at redhat.com Thu Dec 7 03:50:23 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 22:50:23 -0500 Subject: rpms/sec/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612070350.kB73oN1I001249@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1214/FC-6 Modified Files: .cvsignore sources Log Message: new sources for sec 2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sec/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Sep 2006 20:54:01 -0000 1.2 +++ .cvsignore 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -sec-2.3.3.tar.gz +sec-2.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sec/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Sep 2006 20:54:01 -0000 1.2 +++ sources 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -1b714a7dbb71e165327886a329f6d1e0 sec-2.3.3.tar.gz +3697bdab0664d5392c8e1e66edd3291c sec-2.4.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 03:50:23 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 22:50:23 -0500 Subject: rpms/sec/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612070350.kB73oNd2001245@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1214/FC-5 Modified Files: .cvsignore sources Log Message: new sources for sec 2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sec/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Sep 2006 20:54:01 -0000 1.2 +++ .cvsignore 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -sec-2.3.3.tar.gz +sec-2.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sec/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Sep 2006 20:54:01 -0000 1.2 +++ sources 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -1b714a7dbb71e165327886a329f6d1e0 sec-2.3.3.tar.gz +3697bdab0664d5392c8e1e66edd3291c sec-2.4.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 04:15:36 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 23:15:36 -0500 Subject: rpms/itpp/FC-5 .cvsignore, 1.3, 1.4 itpp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612070415.kB74FaMX004615@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4581/FC-5 Modified Files: .cvsignore itpp.spec sources Log Message: new upstream 3.10.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Oct 2006 17:26:03 -0000 1.3 +++ .cvsignore 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -itpp-3.10.6.tar.bz2 +itpp-3.10.7.tar.bz2 Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-5/itpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itpp.spec 28 Oct 2006 17:26:03 -0000 1.2 +++ itpp.spec 7 Dec 2006 04:15:06 -0000 1.3 @@ -1,5 +1,5 @@ Name: itpp -Version: 3.10.6 +Version: 3.10.7 Release: 1%{?dist} Summary: C++ library for math, signal/speech processing, and communications @@ -101,6 +101,9 @@ %changelog +* Wed Dec 6 2006 Ed Hill - 3.10.7-1 +- new upstream 3.10.7 + * Sun Oct 28 2006 Ed Hill - 3.10.6-1 - new upstream 3.10.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Oct 2006 17:26:03 -0000 1.3 +++ sources 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -b78a13b5b2c7ae5bcd369b3440804c45 itpp-3.10.6.tar.bz2 +c46c74352f735955d53ba762196039a6 itpp-3.10.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 04:15:36 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 23:15:36 -0500 Subject: rpms/itpp/FC-6 .cvsignore, 1.3, 1.4 itpp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612070415.kB74Faae004620@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4581/FC-6 Modified Files: .cvsignore itpp.spec sources Log Message: new upstream 3.10.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Oct 2006 17:26:03 -0000 1.3 +++ .cvsignore 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -itpp-3.10.6.tar.bz2 +itpp-3.10.7.tar.bz2 Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/itpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itpp.spec 28 Oct 2006 17:26:03 -0000 1.2 +++ itpp.spec 7 Dec 2006 04:15:06 -0000 1.3 @@ -1,5 +1,5 @@ Name: itpp -Version: 3.10.6 +Version: 3.10.7 Release: 1%{?dist} Summary: C++ library for math, signal/speech processing, and communications @@ -101,6 +101,9 @@ %changelog +* Wed Dec 6 2006 Ed Hill - 3.10.7-1 +- new upstream 3.10.7 + * Sun Oct 28 2006 Ed Hill - 3.10.6-1 - new upstream 3.10.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Oct 2006 17:26:03 -0000 1.3 +++ sources 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -b78a13b5b2c7ae5bcd369b3440804c45 itpp-3.10.6.tar.bz2 +c46c74352f735955d53ba762196039a6 itpp-3.10.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 04:20:07 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 23:20:07 -0500 Subject: rpms/itpp/FC-6 itpp.spec,1.3,1.4 Message-ID: <200612070420.kB74K7lO004746@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4731 Modified Files: itpp.spec Log Message: fix annoying tagging error Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/itpp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- itpp.spec 7 Dec 2006 04:15:06 -0000 1.3 +++ itpp.spec 7 Dec 2006 04:19:37 -0000 1.4 @@ -1,6 +1,6 @@ Name: itpp Version: 3.10.7 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: C++ library for math, signal/speech processing, and communications Group: System Environment/Libraries From fedora-extras-commits at redhat.com Thu Dec 7 06:19:27 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Thu, 7 Dec 2006 01:19:27 -0500 Subject: rpms/gparted/devel .cvsignore, 1.11, 1.12 gparted.spec, 1.19, 1.20 sources, 1.11, 1.12 Message-ID: <200612070619.kB76JRfd011497@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11478 Modified Files: .cvsignore gparted.spec sources Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 - Bug fix release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Dec 2006 21:07:37 -0000 1.11 +++ .cvsignore 7 Dec 2006 06:18:57 -0000 1.12 @@ -1 +1 @@ -gparted-0.3.2.tar.bz2 +gparted-0.3.3.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gparted.spec 5 Dec 2006 21:07:37 -0000 1.19 +++ gparted.spec 7 Dec 2006 06:18:57 -0000 1.20 @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Group: Applications/System License: GPL @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 +- Bug fix release + * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Dec 2006 21:07:37 -0000 1.11 +++ sources 7 Dec 2006 06:18:57 -0000 1.12 @@ -1 +1 @@ -8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 +f3d16ccfda72fa1dac9fa1ff9ded2c42 gparted-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 07:12:51 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Thu, 7 Dec 2006 02:12:51 -0500 Subject: rpms/gparted/FC-6 .cvsignore, 1.11, 1.12 gparted.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <200612070712.kB77Cp0T014774@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14755 Modified Files: .cvsignore gparted.spec sources Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 - Bug fix release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Dec 2006 21:27:49 -0000 1.11 +++ .cvsignore 7 Dec 2006 07:12:20 -0000 1.12 @@ -1 +1 @@ -gparted-0.3.2.tar.bz2 +gparted-0.3.3.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/gparted.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gparted.spec 5 Dec 2006 21:27:49 -0000 1.16 +++ gparted.spec 7 Dec 2006 07:12:20 -0000 1.17 @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Group: Applications/System License: GPL @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 +- Bug fix release + * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Dec 2006 21:27:49 -0000 1.11 +++ sources 7 Dec 2006 07:12:20 -0000 1.12 @@ -1 +1 @@ -8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 +f3d16ccfda72fa1dac9fa1ff9ded2c42 gparted-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 07:19:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:19:41 -0500 Subject: fedora-updates-system LICENSE,NONE,1.1 Message-ID: <200612070719.kB77JfgD014867@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846 Added Files: LICENSE Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py --- NEW FILE LICENSE --- GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. From fedora-extras-commits at redhat.com Thu Dec 7 07:19:52 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:19:52 -0500 Subject: fedora-updates-system/updatessystem/deprecated __init__.py, NONE, 1.1 biarch.py, NONE, 1.1 Message-ID: <200612070719.kB77JqFM014912@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/deprecated In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/deprecated Added Files: __init__.py biarch.py Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py --- NEW FILE __init__.py --- ***** Error reading new file: [Errno 2] No such file or directory: 'biarch.py' From fedora-extras-commits at redhat.com Thu Dec 7 07:19:57 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:19:57 -0500 Subject: fedora-updates-system/updatessystem/static/css layout.css,NONE,1.1 Message-ID: <200612070719.kB77Jvoe014926@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/static/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/static/css Added Files: layout.css Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py ***** Error reading new file: [Errno 2] No such file or directory: 'layout.css' From fedora-extras-commits at redhat.com Thu Dec 7 07:20:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:02 -0500 Subject: fedora-updates-system/updatessystem/static/images bugfix.png, NONE, 1.1 corner-bl.png, NONE, 1.1 corner-br.png, NONE, 1.1 corner-tl.png, NONE, 1.1 corner-tr.png, NONE, 1.1 cross.png, NONE, 1.1 enhancement.png, NONE, 1.1 flag_green.png, NONE, 1.1 flag_red.png, NONE, 1.1 header-faq.png, NONE, 1.1 header-fedora_logo.png, NONE, 1.1 header-projects.png, NONE, 1.1 mail-lg.png, NONE, 1.1 nPush.png, NONE, 1.1 null.png, NONE, 1.1 plus.png, NONE, 1.1 push.png, NONE, 1.1 security.png, NONE, 1.1 tick.png, NONE, 1.1 wait.gif, NONE, 1.1 Message-ID: <200612070720.kB77K2bo014959@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/static/images In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/static/images Added Files: bugfix.png corner-bl.png corner-br.png corner-tl.png corner-tr.png cross.png enhancement.png flag_green.png flag_red.png header-faq.png header-fedora_logo.png header-projects.png mail-lg.png nPush.png null.png plus.png push.png security.png tick.png wait.gif Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py From fedora-extras-commits at redhat.com Thu Dec 7 07:20:11 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:11 -0500 Subject: fedora-updates-system/updatessystem modifyrepo.py, NONE, 1.1 buildsys.py, 1.1, 1.2 controllers.py, 1.5, 1.6 json.py, 1.1, 1.2 model.py, 1.4, 1.5 new.py, 1.4, 1.5 push.py, 1.1, 1.2 Message-ID: <200612070720.kB77KBuc014994@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem Modified Files: buildsys.py controllers.py json.py model.py new.py push.py Added Files: modifyrepo.py Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py ***** Error reading new file: [Errno 2] No such file or directory: 'modifyrepo.py' Index: buildsys.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/buildsys.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildsys.py 3 Dec 2006 19:51:51 -0000 1.1 +++ buildsys.py 7 Dec 2006 07:19:41 -0000 1.2 @@ -6,6 +6,9 @@ from turbogears import config from exceptions import Exception +class SRPMNotFoundException(Exception): + pass + class Buildsys: """ Parent buildsystem class """ @@ -17,25 +20,19 @@ """ Get the source path for a given package update """ class Brew(Buildsys): - def get_source_path(self, update): - return "/mnt/redhat/brewroot/packages/%s/%s/%s" % \ - util.get_nvr(update.nvr) - -class Plague(Buildsys): pass -class SRPMNotFoundException(Exception): +class Plague(Buildsys): pass class LocalTest(Buildsys): """ Local test source repo, where a buildsystem is not present. Here we - are just using the 'test-build' directory inside this project for + are just using the 'build_dir' directory inside this project for testing. """ def get_source_path(self, update): - return os.path.join(config.get('top_level_dir'), 'test-build', - *util.get_nvr(update.nvr)) + return os.path.join(config.get('build_dir'), *util.get_nvr(update.nvr)) def get_srpm_path(self, update): srpm = os.path.join(self.get_source_path(update), "src", Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- controllers.py 3 Dec 2006 19:57:46 -0000 1.5 +++ controllers.py 7 Dec 2006 07:19:41 -0000 1.6 @@ -5,9 +5,10 @@ import logging import cherrypy -from new import NewUpdate, update_form -from push import Pusher +from new import NewUpdateController, update_form +from push import PushController from model import Package, PackageUpdate, Release, Bugzilla, CVE +from sqlite import IntegrityError from sqlobject import SQLObjectNotFound from elementtree import ElementTree as ET from updatessystem import json @@ -19,14 +20,12 @@ class Root(controllers.RootController): - new = NewUpdate() - push = Pusher() + new = NewUpdateController() + push = PushController() @expose(template="updatessystem.templates.welcome") - def index(self, tg_errors=None): - if tg_errors: - log.debug("ERROR: %s" % str(tg_errors)) - return dict() + def index(self): + raise redirect('/list') @expose(template="updatessystem.templates.login") def login(self, forward_url=None, previous_url=None, *args, **kw): @@ -60,8 +59,8 @@ raise redirect("/") @expose(template="updatessystem.templates.list") - @paginate('updates', default_order='update_id') - def list(self, skip=0): + @paginate('updates', default_order='update_id', limit=15) + def list(self): """ List all updates """ updates = PackageUpdate.select() return dict(updates=updates) @@ -106,7 +105,7 @@ 'nvr' : up.nvr, 'release' : up.release.name, 'testing' : up.testing, - 'security' : up.security, + 'type' : up.type, 'embargo' : up.embargo, 'notes' : up.notes, 'bugs' : string.join([str(bug.bz_id) for bug in up.bugs]), @@ -115,30 +114,37 @@ } return dict(form=update_form, values=values, action='/save') - @expose() @error_handler(new.index) @validate(form=update_form) def save(self, release, bugs, cves, edited, **kw): + """ Save an update. This includes new updates and edited. """ release = Release.byName(release) if edited and kw['nvr'] != edited: flash("You cannot change the package n-v-r after submission") - raise redirect('/show/%s' % edited) + raise redirect('/edit/%s' % edited) if not edited: # new update try: name = util.get_nvr(kw['nvr'])[0] package = Package.byName(name) + p = PackageUpdate(package=package, release=release, + submitter='FIXME', **kw) + + # TODO: we should eventually put all of this stuff into a + # FancyValidator for the Package field except IndexError: flash("Package needs to be in name-ver-rel format") raise redirect('/new') except SQLObjectNotFound: flash("Package %s not found" % name) raise redirect('/new') + except IntegrityError: + flash("Update for %s already exists" % kw['nvr']) + raise redirect('/new') log.debug("Adding new update %s" % package) - p = PackageUpdate(package=package, release=release, - submitter='FIXME', **kw) + p.build_filelist() else: # edited update from datetime import datetime log.debug("Edited update %s" % edited) @@ -163,7 +169,5 @@ cve = CVE(cve_id=cve_id) p.addCVE(cve) - if edited: flash("Update successfully edited") - else: flash("Update successfully added") - + flash("Update successfully %s" % (edited and 'edited' or 'added')) raise redirect('/show/%s' % p.nvr) Index: json.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/json.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- json.py 12 Nov 2006 20:07:58 -0000 1.1 +++ json.py 7 Dec 2006 07:19:41 -0000 1.2 @@ -1,3 +1,4 @@ +# $Id$ # This module provides helper functions for the JSON part of your # view, if you are providing a JSON-based API for your app. @@ -9,7 +10,6 @@ # lists, dicts, numbers and strings from turbojson.jsonify import jsonify - from turbojson.jsonify import jsonify_sqlobject from updatessystem.model import User, Group, Permission Index: model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/model.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- model.py 3 Dec 2006 19:51:51 -0000 1.4 +++ model.py 7 Dec 2006 07:19:41 -0000 1.5 @@ -16,7 +16,20 @@ long_name = UnicodeCol(notNone=True) codename = UnicodeCol() updates = MultipleJoin('PackageUpdate', joinColumn='release_id') - arches = UnicodeCol() + arches = RelatedJoin('Arch') + multilib = RelatedJoin('Multilib') + +class Arch(SQLObject): + name = UnicodeCol(alternateID=True, notNone=True) + subarches = PickleCol() + releases = RelatedJoin('Release') + compatarches = PickleCol(default=[]) + multilib = RelatedJoin('Multilib') + +class Multilib(SQLObject): + package = UnicodeCol(alternateID=True, notNone=True) + releases = RelatedJoin('Release') + arches = RelatedJoin('Arch') class Package(SQLObject): """ @@ -36,7 +49,7 @@ package = ForeignKey('Package') submitter = UnicodeCol(notNone=True) update_id = UnicodeCol(default=None) - security = BoolCol() + type = UnicodeCol() # security/bugfix/enhancement embargo = DateTimeCol(default=None) cves = RelatedJoin("CVE") bugs = RelatedJoin("Bugzilla") @@ -51,8 +64,44 @@ archived_mail = UnicodeCol(default=None) needs_push = BoolCol(default=False) comments = MultipleJoin('Comment', joinColumn='update_id') + filelist = PickleCol(default={}) # { 'arch' : [file1, file2, ..] } - # TODO: keep track of all files in this update + def build_filelist(self): + """ Build and store the filelist for this update. """ + import os, util + from os.path import isdir, join, basename + from buildsys import buildsys + print "Building filelist" + filelist = {} + filelist['src'] = buildsys.get_srpm_path(self) + sourcepath = buildsys.get_source_path(self) + for arch in self.release.arches: + filelist[arch.name] = [] + for subarch in arch.subarches: + path = join(sourcepath, subarch) + if isdir(path): + for file in os.listdir(path): + filelist[arch.name].append(join(path, file)) + print file + ## Check for multilib packages + for compatarch in arch.compatarches: + path = join(sourcepath, compatarch) + if isdir(path): + for file in os.listdir(path): + try: + nvr = util.get_nvr(basename(file)) + multilib = Multilib.byPackage(nvr[:-2]) + if arch in multilib.arches and \ + self.release in multilib.releases: + filelist[arch.name].append(join(path, file)) + print file + except SQLObjectNotFound: + continue + except IndexError: + print "Unknown file:", file + continue + print "\n", filelist + self.filelist = filelist class Comment(SQLObject): """ Table of comments on updates. """ @@ -193,26 +242,73 @@ modulename='updatessystem.config') hub.begin() - Release.dropTable(ifExists=True, cascade=True) - Package.dropTable(ifExists=True, cascade=True) + Release.dropTable(ifExists=True) + Package.dropTable(ifExists=True) + Arch.dropTable(ifExists=True) + Multilib.dropTable(ifExists=True) hub.commit() Release.createTable(ifNotExists=True) Package.createTable(ifNotExists=True) + Arch.createTable(ifNotExists=True) + Multilib.createTable(ifNotExists=True) - ## TODO: Add packages from pkgdb ? + arches = { + # arch subarches + 'i386' : ['i386', 'i486', 'i586', 'i686', 'athlon', 'noarch'], + 'x86_64' : ['x86_64', 'ia32e', 'noarch'], + 'ppc' : ['ppc', 'noarch'] + } + + biarches = { + # arch compatarches + 'i386' : [], + 'x86_64' : ['i386', 'i486', 'i586', 'i686', 'athlon'], + 'ppc' : ['ppc64', 'ppc64iseries'] + } + + print "\nInitializing Arch tables" + for arch in arches.keys(): + a = Arch(name=arch, subarches=arches[arch], compatarches=biarches[arch]) + print a releases = ( - { 'name' : 'fc6', 'long_name' : 'Fedora Core 6', 'codename' : 'Zod', - 'arches' : 'i386 x86_64 ppc' }, - { 'name' : 'fc5', 'long_name' : 'Fedora Core 5', 'codename' : 'Bordeaux', - 'arches' : 'i386 x86_64 ppc' } + { + 'name' : 'FC6', + 'long_name' : 'Fedora Core 6', + 'codename' : 'Zod', + 'arches' : map(Arch.byName, ('i386', 'x86_64', 'ppc')) + }, + { + 'name' : 'FC5', + 'long_name' : 'Fedora Core 5', + 'codename' : 'Bordeaux', + 'arches' : map(Arch.byName, ('i386', 'x86_64', 'ppc')) + } ) - print "Initializing Release table..." + ## Import old biarch package lists + from deprecated.biarch import biarch + num_multilib = 0 + + print "\nInitializing Release table..." for release in releases: - rel = Release(**release) + rel = Release(name=release['name'], long_name=release['long_name'], + codename=release['codename']) + map(rel.addArch, release['arches']) + for arch in biarch.keys(): + for pkg in biarch[arch][release['name'][-1]]: + try: + multilib = Multilib.byPackage(pkg) + num_multilib += 1 + except SQLObjectNotFound: + multilib = Multilib(package=pkg) + multilib.addRelease(rel) + multilib.addArch(Arch.byName(arch)) print rel + print " - Added %d multilib packages for this %s" % (num_multilib, + rel.name) + ## TODO: Add packages from pkgdb ? print "\nAdding packages..." pkg = Package(name='foobar') print pkg Index: new.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/new.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- new.py 3 Dec 2006 19:51:51 -0000 1.4 +++ new.py 7 Dec 2006 07:19:41 -0000 1.5 @@ -5,13 +5,16 @@ from model import Release, Package, PackageUpdate, Bugzilla, CVE from sqlobject import SQLObjectNotFound + from turbogears import (expose, controllers, validate, validators, flash, error_handler, redirect) + from turbogears.widgets import (WidgetsList, TextField, SingleSelectField, CheckBox, TextArea, CalendarDatePicker, TableForm, HiddenField) log = logging.getLogger(__name__) +update_types = ('security', 'bugfix', 'enhancement') def get_releases(): return [rel.name for rel in Release.select()] @@ -21,7 +24,8 @@ release = SingleSelectField(options=get_releases, validator=validators.OneOf(get_releases())) testing = CheckBox(validator=validators.Bool) - security = CheckBox(validator=validators.Bool) + type = SingleSelectField(options=update_types, + validator=validators.OneOf(update_types)) embargo = CalendarDatePicker(validator=validators.DateConverter) bugs = TextField(validator=validators.String) cves = TextField(validator=validators.String) @@ -30,11 +34,8 @@ update_form = TableForm(fields=UpdateFields(), submit_text='Submit') -class NewUpdate(controllers.Controller): +class NewUpdateController(controllers.Controller): @expose(template="updatessystem.templates.form") - def index(self, tg_errors=None, *args, **kw): - if tg_errors: - flash("Something went wrong!") - log.debug(tg_errors) + def index(self, *args, **kw): return dict(form=update_form, values={}, action="/save") Index: push.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/push.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- push.py 3 Dec 2006 19:57:46 -0000 1.1 +++ push.py 7 Dec 2006 07:19:41 -0000 1.2 @@ -9,7 +9,7 @@ log = logging.getLogger(__name__) -class Pusher(controllers.Controller): +class PushController(controllers.Controller): @expose(template='updatessystem.templates.push') def index(self): @@ -26,7 +26,7 @@ for nvr in updates: log.debug("Pushing %s" % nvr) update = PackageUpdate.byNvr(nvr) - self.push_rpm(update) + self.push_update(update) flash("Pushing Complete!") redirect("/list") @@ -37,11 +37,8 @@ update.testing and 'testing' or '', update.release.name[-1], arch) - def push_rpm(self, update): - srpm = buildsys.get_srpm_path(update) - dest = os.path.join(self.get_dest_path(update, 'SRPMS'), - "%s.src.rpm" % update.nvr) - log.debug("Copying SRPM: %s => %s" % (srpm, dest)) - os.link(srpm, dest) - for arch in update.release.arches.split(): - pass + def push_update(self, update): + # go through update.filelist, and push to buildsys.get_dest_path. + # TODO: should we put this logic inside of the PackageUpdate model, + # so each update knows how to push itself ? + pass From fedora-extras-commits at redhat.com Thu Dec 7 07:20:08 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:08 -0500 Subject: fedora-updates-system/updatessystem/tests test_model.py,1.3,1.4 Message-ID: <200612070720.kB77K86M014988@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/tests In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/tests Modified Files: test_model.py Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py Index: test_model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_model.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- test_model.py 3 Dec 2006 19:51:57 -0000 1.3 +++ test_model.py 7 Dec 2006 07:20:07 -0000 1.4 @@ -3,8 +3,8 @@ import datetime from turbogears import testutil, database -from updatessystem.model import Release, Package, PackageUpdate, Bugzilla, \ - Comment, CVE +from updatessystem.model import (Release, Package, PackageUpdate, Bugzilla, + Comment, CVE, Arch) database.set_db_uri("sqlite:///:memory:") @@ -12,8 +12,7 @@ def get_model(self): return Release def test_creation(self): - rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod', - arches='i386 ppc x86_64') + rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod') assert rel.long_name == 'Fedora Core 6' class TestPackage(testutil.DBTest): @@ -28,11 +27,13 @@ return PackageUpdate def test_creation(self): pkg = Package(name='foobar') + arch = Arch(name='i386', subarchs=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', - codename='Bordeaux', arches='i386 ppc x86_64') + codename='Bordeaux') + rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', - testing=True, security=True, + testing=True, type='security', embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') bug = Bugzilla(bz_id=1234) @@ -45,11 +46,13 @@ return Comment def test_creation(self): pkg = Package(name='foobar') + arch = Arch(name='i386', subarchs=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', - codename='Bordeaux', arches='i386 ppc x86_64') + codename='Bordeaux') + rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', - testing=True, security=True, + testing=True, type='bugfix', embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') comment = Comment(update=up, user='lmacken at fedoraproject.org', From fedora-extras-commits at redhat.com Thu Dec 7 07:20:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:21 -0500 Subject: fedora-updates-system/updatessystem/config app.cfg,1.2,1.3 Message-ID: <200612070720.kB77KLbt014999@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/config Modified Files: app.cfg Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py Index: app.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- app.cfg 3 Dec 2006 19:51:57 -0000 1.2 +++ app.cfg 7 Dec 2006 07:19:41 -0000 1.3 @@ -6,10 +6,10 @@ mail_server = 'mail.corp.redhat.com' # Built packages -built_dir = '%(top_level_dir)s/test-built' +build_dir = '%(top_level_dir)s/../test-build' # Where do we stage to? -stage_dir = '%(top_level_dir)s/updates-stage' +stage_dir = '%(top_level_dir)s/../updates-stage' # Where do we push to? push_server = "bugzilla at wallace.redhat.com" From fedora-extras-commits at redhat.com Thu Dec 7 07:20:37 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:37 -0500 Subject: fedora-updates-system/updatessystem/templates list.kid, 1.2, 1.3 master.kid, 1.3, 1.4 show.kid, 1.2, 1.3 Message-ID: <200612070720.kB77KbQ6015004@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/templates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/templates Modified Files: list.kid master.kid show.kid Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py Index: list.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/list.kid,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- list.kid 3 Dec 2006 19:51:57 -0000 1.2 +++ list.kid 7 Dec 2006 07:20:02 -0000 1.3 @@ -9,30 +9,55 @@ - - ${page} - ${page} - +
+ + ${page} + ${page} + +
- - - - - - - - - -
- Package - - Security -
- ${update.nvr} - - ${update.security} -
+ + + + + + + + + + + + + + + + + + +
+ Package + + Release + +
Type
+
+
Status
+
+ Submitted +
+ ${update.nvr} + + ${update.release.long_name} + + + + ${testing} + + ${update.date_submitted} +
Index: master.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/master.kid,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- master.kid 3 Dec 2006 19:51:57 -0000 1.3 +++ master.kid 7 Dec 2006 07:20:02 -0000 1.4 @@ -15,27 +15,62 @@ } + at import "/static/css/layout.css"; + -
- - Login - - - Welcome ${tg.identity.user.display_name}. - Logout - + + +
+ + +
+ + BugsReport a Bug + +
-
+
+ + + +
+
Site Navigation:
+ +
+ + + +
+
 
+
 
+
+ +
+ +
+
+ +
+ +
+
 
+
 
+
-
+ + + + - Index: show.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/show.kid,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- show.kid 3 Dec 2006 19:51:57 -0000 1.2 +++ show.kid 7 Dec 2006 07:20:02 -0000 1.3 @@ -6,7 +6,7 @@ - Fedora Update // ${update.nvr} + ${update.nvr} %s ' cvelink = '%s ' +## Build our reference links for bug in update.bugs: bugs += bzlink % (bug.bz_id, bug.bz_id) if bug.title: bugs += '- %s' % bug.title for cve in update.cves: cves += cvelink % (cve.cve_id, cve.cve_id) + +## Build our file list +from os.path import basename +filelist = '' +for item in update.filelist.items(): + filelist += '%s
' % item[0] + for pkg in isinstance(item[1], list) and item[1] or [item[1]]: + filelist += '%s
' % basename(pkg) ?> - +
+ [ Edit | Delete ] +
+
+ ['Notes', update.notes], + ['Files', XML(filelist)])"> - - - + + + + - - - - - - - - - +
${field[0]}: ${field[1]}${field[0]}:${field[1]}
- Actions -
- Delete -
- Edit -
From fedora-extras-commits at redhat.com Thu Dec 7 07:29:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:29:48 -0500 Subject: fedora-updates-system/updatessystem buildsys.py, 1.2, 1.3 controllers.py, 1.6, 1.7 Message-ID: <200612070729.kB77TmUr015118@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15101/updatessystem Modified Files: buildsys.py controllers.py Log Message: Catch SRPMNotFound exception when building filelist Index: buildsys.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/buildsys.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildsys.py 7 Dec 2006 07:19:41 -0000 1.2 +++ buildsys.py 7 Dec 2006 07:29:47 -0000 1.3 @@ -6,7 +6,7 @@ from turbogears import config from exceptions import Exception -class SRPMNotFoundException(Exception): +class SRPMNotFound(Exception): pass class Buildsys: @@ -39,7 +39,7 @@ "%s.src.rpm" % update.nvr) if not os.path.isfile(srpm): print "Cannot find", srpm - raise SRPMNotFoundException + raise SRPMNotFound return srpm ## We're dealing with local testing first Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- controllers.py 7 Dec 2006 07:19:41 -0000 1.6 +++ controllers.py 7 Dec 2006 07:29:47 -0000 1.7 @@ -9,6 +9,7 @@ from push import PushController from model import Package, PackageUpdate, Release, Bugzilla, CVE from sqlite import IntegrityError +from buildsys import SRPMNotFound from sqlobject import SQLObjectNotFound from elementtree import ElementTree as ET from updatessystem import json @@ -131,6 +132,7 @@ package = Package.byName(name) p = PackageUpdate(package=package, release=release, submitter='FIXME', **kw) + p.build_filelist() # TODO: we should eventually put all of this stuff into a # FancyValidator for the Package field @@ -143,8 +145,10 @@ except IntegrityError: flash("Update for %s already exists" % kw['nvr']) raise redirect('/new') + except SRPMNotFound: + flash("Cannot find SRPM for update") + raise redirect('/new') log.debug("Adding new update %s" % package) - p.build_filelist() else: # edited update from datetime import datetime log.debug("Edited update %s" % edited) From fedora-extras-commits at redhat.com Thu Dec 7 07:33:41 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Thu, 7 Dec 2006 02:33:41 -0500 Subject: rpms/gparted/FC-5 .cvsignore, 1.11, 1.12 gparted.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <200612070733.kB77XfhM015181@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15162 Modified Files: .cvsignore gparted.spec sources Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 - Bug fix release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Dec 2006 21:25:53 -0000 1.11 +++ .cvsignore 7 Dec 2006 07:33:11 -0000 1.12 @@ -1 +1 @@ -gparted-0.3.2.tar.bz2 +gparted-0.3.3.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/gparted.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gparted.spec 5 Dec 2006 21:25:53 -0000 1.16 +++ gparted.spec 7 Dec 2006 07:33:11 -0000 1.17 @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Group: Applications/System License: GPL @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 +- Bug fix release + * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Dec 2006 21:25:53 -0000 1.11 +++ sources 7 Dec 2006 07:33:11 -0000 1.12 @@ -1 +1 @@ -8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 +f3d16ccfda72fa1dac9fa1ff9ded2c42 gparted-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 10:29:33 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Thu, 7 Dec 2006 05:29:33 -0500 Subject: rpms/jabberd/devel jabberd.spec,1.15,1.16 Message-ID: <200612071029.kB7ATXe8026188@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26173 Modified Files: jabberd.spec Log Message: * Thu Dec 07 2006 Adrian Reber - 2.0-0.s11.12 - rebuilt Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- jabberd.spec 12 Sep 2006 07:56:58 -0000 1.15 +++ jabberd.spec 7 Dec 2006 10:29:02 -0000 1.16 @@ -1,7 +1,7 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s11.11%{?dist} +Release: 0.s11.12%{?dist} License: GPL Group: System Environment/Daemons Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz @@ -177,6 +177,9 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Thu Dec 07 2006 Adrian Reber - 2.0-0.s11.12 +- rebuilt + * Tue Sep 12 2006 Adrian Reber - 2.0-0.s11.11 - rebuilt From fedora-extras-commits at redhat.com Thu Dec 7 11:12:20 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 7 Dec 2006 06:12:20 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.19, 1.20 ochusha.spec, 1.20, 1.21 sources, 1.19, 1.20 Message-ID: <200612071112.kB7BCKqk030341@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30322 Modified Files: .cvsignore ochusha.spec sources Log Message: * Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207 - 0.5.99.63.14 cvs 061207 (20:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 6 Dec 2006 17:50:16 -0000 1.19 +++ .cvsignore 7 Dec 2006 11:11:49 -0000 1.20 @@ -1 +1 @@ -ochusha-0.5.99.63.13-cvs061206.tar.bz2 +ochusha-0.5.99.63.14-cvs061207.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ochusha.spec 6 Dec 2006 17:50:16 -0000 1.20 +++ ochusha.spec 7 Dec 2006 11:11:49 -0000 1.21 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.13 -%define strtag cvs061206 +%define main_ver 0.5.99.63.14 +%define strtag cvs061207 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Wed Dec 6 2006 Mamoru Tasaka 0.5.99.63.13-0.1.cvs061206 -- 0.5.99.63.13 cvs 061206 (24:40 JST) +* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207 +- 0.5.99.63.14 cvs 061207 (20:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 6 Dec 2006 17:50:16 -0000 1.19 +++ sources 7 Dec 2006 11:11:49 -0000 1.20 @@ -1 +1 @@ -e69690b367028efc0bed2e79ad9d8c34 ochusha-0.5.99.63.13-cvs061206.tar.bz2 +66d2ca94aa24a07496d361088c45a8fa ochusha-0.5.99.63.14-cvs061207.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 11:19:18 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 7 Dec 2006 06:19:18 -0500 Subject: extras-repoclosure/rpmUtils __init__.py, 1.1, NONE arch.py, 1.1, NONE miscutils.py, 1.1, NONE oldUtils.py, 1.1, NONE transaction.py, 1.1, NONE updates.py, 1.1, NONE Message-ID: <200612071119.kB7BJInb030455@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure/rpmUtils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30428/rpmUtils Removed Files: __init__.py arch.py miscutils.py oldUtils.py transaction.py updates.py Log Message: I'm going to look at some yum API changes and pitfalls which affect tools like extras-repoclosure --- __init__.py DELETED --- --- arch.py DELETED --- --- miscutils.py DELETED --- --- oldUtils.py DELETED --- --- transaction.py DELETED --- --- updates.py DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 11:19:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 7 Dec 2006 06:19:24 -0500 Subject: extras-repoclosure/yum Errors.py, 1.1, NONE __init__.py, 1.1, NONE comps.py, 1.1, NONE config.py, 1.1, NONE constants.py, 1.1, NONE depsolve.py, 1.1, NONE failover.py, 1.1, NONE logger.py, 1.1, NONE mdcache.py, 1.1, NONE mdparser.py, 1.1, NONE misc.py, 1.1, NONE packages.py, 1.1, NONE parser.py, 1.1, NONE pgpmsg.py, 1.1, NONE plugins.py, 1.1, NONE repos.py, 1.1, NONE sqlitecache.py, 1.1, NONE sqlitesack.py, 1.1, NONE transactioninfo.py, 1.1, NONE update_md.py, 1.1, NONE Message-ID: <200612071119.kB7BJORY030468@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure/yum In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30428/yum Removed Files: Errors.py __init__.py comps.py config.py constants.py depsolve.py failover.py logger.py mdcache.py mdparser.py misc.py packages.py parser.py pgpmsg.py plugins.py repos.py sqlitecache.py sqlitesack.py transactioninfo.py update_md.py Log Message: I'm going to look at some yum API changes and pitfalls which affect tools like extras-repoclosure --- Errors.py DELETED --- --- __init__.py DELETED --- --- comps.py DELETED --- --- config.py DELETED --- --- constants.py DELETED --- --- depsolve.py DELETED --- --- failover.py DELETED --- --- logger.py DELETED --- --- mdcache.py DELETED --- --- mdparser.py DELETED --- --- misc.py DELETED --- --- packages.py DELETED --- --- parser.py DELETED --- --- pgpmsg.py DELETED --- --- plugins.py DELETED --- --- repos.py DELETED --- --- sqlitecache.py DELETED --- --- sqlitesack.py DELETED --- --- transactioninfo.py DELETED --- --- update_md.py DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 11:19:43 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 7 Dec 2006 06:19:43 -0500 Subject: extras-repoclosure rc-modified,1.11,1.12 Message-ID: <200612071119.kB7BJhlN030471@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30428 Modified Files: rc-modified Log Message: I'm going to look at some yum API changes and pitfalls which affect tools like extras-repoclosure Index: rc-modified =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-modified,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rc-modified 28 Sep 2006 19:17:13 -0000 1.11 +++ rc-modified 7 Dec 2006 11:19:13 -0000 1.12 @@ -25,7 +25,7 @@ # For patched "yum" and "rpmUtils" (post 2.6.1 checkForObsolete support). # Comment this to use system yum. -sys.path.insert(0,'/srv/extras-push/work/extras-repoclosure') +sys.path.insert(0,'/srv/extras-push/work/buildsys-utils/pushscript') import yum import yum.Errors From fedora-extras-commits at redhat.com Thu Dec 7 12:17:46 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Thu, 7 Dec 2006 07:17:46 -0500 Subject: rpms/exim/devel exim.spec,1.32,1.33 Message-ID: <200612071217.kB7CHkjK001399@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1384 Modified Files: exim.spec Log Message: Own /etc/exim directory Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- exim.spec 4 Oct 2006 22:18:36 -0000 1.32 +++ exim.spec 7 Dec 2006 12:17:16 -0000 1.33 @@ -12,7 +12,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.63 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Url: http://www.exim.org/ Group: System Environment/Daemons @@ -344,6 +344,7 @@ %dir %{_var}/log/exim %defattr(-,root,mail) +%dir %{_sysconfdir}/exim %config(noreplace) %{_sysconfdir}/exim/exim.conf %defattr(-,root,root) @@ -394,8 +395,11 @@ %endif %changelog +* Tue Oct 17 2006 Christian Iseli 4.63-6 +- Own /etc/exim directory + * Thu Oct 05 2006 Christian Iseli 4.63-5 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Mon Sep 25 2006 David Woodhouse - 4.63-4 - Set home_directory on lmtp_transport by default From fedora-extras-commits at redhat.com Thu Dec 7 12:42:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:42:47 -0500 Subject: rpms/perl-Net-SNPP - New directory Message-ID: <200612071242.kB7CglUh001550@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1546/perl-Net-SNPP Log Message: Directory /cvs/extras/rpms/perl-Net-SNPP added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 12:42:52 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:42:52 -0500 Subject: rpms/perl-Net-SNPP/devel - New directory Message-ID: <200612071242.kB7Cgq0b001563@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1546/perl-Net-SNPP/devel Log Message: Directory /cvs/extras/rpms/perl-Net-SNPP/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 12:43:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:43:06 -0500 Subject: rpms/perl-Net-SNPP Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071243.kB7Ch6CB001593@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1587 Added Files: Makefile import.log Log Message: Setup of module perl-Net-SNPP --- NEW FILE Makefile --- # Top level Makefile for module perl-Net-SNPP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 12:43:11 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:43:11 -0500 Subject: rpms/perl-Net-SNPP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071243.kB7ChBA6001608@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1587/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Net-SNPP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 12:44:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:44:04 -0500 Subject: rpms/perl-Net-SNPP import.log,1.1,1.2 Message-ID: <200612071244.kB7Ci4TQ001678@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1648 Modified Files: import.log Log Message: auto-import perl-Net-SNPP-1.17-2 on branch devel from perl-Net-SNPP-1.17-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SNPP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 12:43:06 -0000 1.1 +++ import.log 7 Dec 2006 12:43:34 -0000 1.2 @@ -0,0 +1 @@ +perl-Net-SNPP-1_17-2:HEAD:perl-Net-SNPP-1.17-2.src.rpm:1165495729 From fedora-extras-commits at redhat.com Thu Dec 7 12:44:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:44:04 -0500 Subject: rpms/perl-Net-SNPP/devel perl-Net-SNPP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071244.kB7Ci4xQ001683@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1648/devel Modified Files: .cvsignore sources Added Files: perl-Net-SNPP.spec Log Message: auto-import perl-Net-SNPP-1.17-2 on branch devel from perl-Net-SNPP-1.17-2.src.rpm --- NEW FILE perl-Net-SNPP.spec --- Name: perl-Net-SNPP Version: 1.17 Release: 2%{?dist} Summary: Perl modules for the Simple Network Pager Protocol Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/Net-SNPP/ Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOBEYA/Net-SNPP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Perl client and server modules for the Simple Network Pager Protocol, as described in RFC 1861. %prep %setup -q -n Net-SNPP-%{version} chmod a-x README %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Dec 7 2006 Jeffrey C. Ollie - 1.17-2 - Fix typo in summary * Tue Dec 5 2006 Jeffrey C. Ollie - 1.17-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SNPP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 12:43:11 -0000 1.1 +++ .cvsignore 7 Dec 2006 12:43:34 -0000 1.2 @@ -0,0 +1 @@ +Net-SNPP-1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SNPP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 12:43:11 -0000 1.1 +++ sources 7 Dec 2006 12:43:34 -0000 1.2 @@ -0,0 +1 @@ +18f61a774906cd27ca14dcbf311e6bf0 Net-SNPP-1.17.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 12:56:13 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 7 Dec 2006 07:56:13 -0500 Subject: fedora-security/audit fc6,1.160,1.161 Message-ID: <200612071256.kB7CuDn3001765@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1750 Modified Files: fc6 Log Message: Test Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- fc6 7 Dec 2006 01:33:27 -0000 1.160 +++ fc6 7 Dec 2006 12:56:13 -0000 1.161 @@ -3,6 +3,7 @@ ** are items that need attention + CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6128 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Thu Dec 7 13:04:04 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 7 Dec 2006 08:04:04 -0500 Subject: fedora-security/audit fc5,1.409,1.410 fc6,1.161,1.162 Message-ID: <200612071304.kB7D442T004924@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4907/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6333 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- fc5 7 Dec 2006 01:33:27 -0000 1.409 +++ fc5 7 Dec 2006 13:04:04 -0000 1.410 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6128 VULNERABLE (kernel, fixed **) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- fc6 7 Dec 2006 12:56:13 -0000 1.161 +++ fc6 7 Dec 2006 13:04:04 -0000 1.162 @@ -3,7 +3,7 @@ ** are items that need attention - +CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6128 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Thu Dec 7 13:08:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 08:08:10 -0500 Subject: owners owners.list,1.2077,1.2078 Message-ID: <200612071308.kB7D8Ar9004978@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4963 Modified Files: owners.list Log Message: Adding perl-Net-SNPP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2077 retrieving revision 1.2078 diff -u -r1.2077 -r1.2078 --- owners.list 7 Dec 2006 02:35:55 -0000 1.2077 +++ owners.list 7 Dec 2006 13:07:40 -0000 1.2078 @@ -1643,6 +1643,7 @@ Fedora Extras|perl-Net-SCP|Perl extension for secure copy protocol|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-Server|Extensible, general Perl server engine|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SNMP|Object oriented interface to SNMP|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Net-SNPP|Perl modules for the Simple Network Pager Protocol|jeff at ocjtech.us|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SSH|Perl extension for secure shell|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SSH-Perl|SSH (Secure Shell) client|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SSLeay|Perl extension for using OpenSSL|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Thu Dec 7 15:25:43 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 7 Dec 2006 10:25:43 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.5, 1.6 nautilus-image-converter.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612071525.kB7FPhTS011645@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11616 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Thu Dec 7 2006 Brian Pepple - 0.0.7-1 - Update to 0.0.7. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Dec 2006 22:45:48 -0000 1.5 +++ .cvsignore 7 Dec 2006 15:25:13 -0000 1.6 @@ -1 +1 @@ -nautilus-image-converter-0.0.6.tar.bz2 +nautilus-image-converter-0.0.7.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nautilus-image-converter.spec 6 Dec 2006 22:45:48 -0000 1.8 +++ nautilus-image-converter.spec 7 Dec 2006 15:25:13 -0000 1.9 @@ -1,5 +1,5 @@ Name: nautilus-image-converter -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} Summary: Nautilus extension to mass resize images @@ -51,6 +51,9 @@ %changelog +* Thu Dec 7 2006 Brian Pepple - 0.0.7-1 +- Update to 0.0.7. + * Wed Dec 6 2006 Brian Pepple - 0.0.6-1 - Update to 0.0.6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Dec 2006 22:45:48 -0000 1.5 +++ sources 7 Dec 2006 15:25:13 -0000 1.6 @@ -1 +1 @@ -43dfaaff16347ed24aaddae145adc5ad nautilus-image-converter-0.0.6.tar.bz2 +98b9a170ba9cb3130d7ab0c4d5fa5433 nautilus-image-converter-0.0.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 15:38:19 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 7 Dec 2006 10:38:19 -0500 Subject: rpms/telepathy-gabble/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 telepathy-gabble.spec, 1.16, 1.17 Message-ID: <200612071538.kB7FcJTZ011834@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-gabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11815 Modified Files: .cvsignore sources telepathy-gabble.spec Log Message: * Thu Dec 7 2006 Brian Pepple - 0.4.9-1 - Update to 0.4.9. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 1 Dec 2006 15:22:43 -0000 1.16 +++ .cvsignore 7 Dec 2006 15:37:49 -0000 1.17 @@ -1 +1 @@ -telepathy-gabble-0.4.8.tar.gz +telepathy-gabble-0.4.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Dec 2006 15:22:43 -0000 1.16 +++ sources 7 Dec 2006 15:37:49 -0000 1.17 @@ -1 +1 @@ -bc8256e8b3cdb4d18d5ab6420e389432 telepathy-gabble-0.4.8.tar.gz +26e9519e2dff683320b9b836c2fc1fa7 telepathy-gabble-0.4.9.tar.gz Index: telepathy-gabble.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- telepathy-gabble.spec 1 Dec 2006 15:22:43 -0000 1.16 +++ telepathy-gabble.spec 7 Dec 2006 15:37:49 -0000 1.17 @@ -1,5 +1,5 @@ Name: telepathy-gabble -Version: 0.4.8 +Version: 0.4.9 Release: 1%{?dist} Summary: A Jabber/XMPP connection manager @@ -48,6 +48,9 @@ %changelog +* Thu Dec 7 2006 Brian Pepple - 0.4.9-1 +- Update to 0.4.9. + * Fri Dec 1 2006 Brian Pepple - 0.4.8-1 - Update to 0.4.8. From fedora-extras-commits at redhat.com Thu Dec 7 15:45:55 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 7 Dec 2006 10:45:55 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.20, 1.21 ochusha.spec, 1.21, 1.22 sources, 1.20, 1.21 Message-ID: <200612071545.kB7FjtcL011983@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11962 Modified Files: .cvsignore ochusha.spec sources Log Message: * Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207.1 - 0.5.99.63.14 cvs 061207 (24:30 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 7 Dec 2006 11:11:49 -0000 1.20 +++ .cvsignore 7 Dec 2006 15:45:24 -0000 1.21 @@ -1 +1 @@ -ochusha-0.5.99.63.14-cvs061207.tar.bz2 +ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ochusha.spec 7 Dec 2006 11:11:49 -0000 1.21 +++ ochusha.spec 7 Dec 2006 15:45:24 -0000 1.22 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.14 -%define strtag cvs061207 +%define strtag cvs061207.1 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207 -- 0.5.99.63.14 cvs 061207 (20:00 JST) +* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207.1 +- 0.5.99.63.14 cvs 061207 (24:30 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 7 Dec 2006 11:11:49 -0000 1.20 +++ sources 7 Dec 2006 15:45:24 -0000 1.21 @@ -1 +1 @@ -66d2ca94aa24a07496d361088c45a8fa ochusha-0.5.99.63.14-cvs061207.tar.bz2 +6af6209ff24b19f7464afa2d3ee42aa1 ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 16:02:35 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 11:02:35 -0500 Subject: rpms/Pound/devel .cvsignore, 1.2, 1.3 Pound.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612071602.kB7G2ZDQ015191@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15172 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Nov 2006 23:44:36 -0000 1.2 +++ .cvsignore 7 Dec 2006 16:02:05 -0000 1.3 @@ -1 +1 @@ -Pound-2.1.6.tgz +Pound-2.1.7.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Pound.spec 12 Nov 2006 23:44:36 -0000 1.1 +++ Pound.spec 7 Dec 2006 16:02:05 -0000 1.2 @@ -3,8 +3,8 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.6 -Release: 2%{?dist} +Version: 2.1.7 +Release: 1%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Thu Dec 07 2006 2.1.7-1 +- Sync with upstream * Wed Nov 08 2006 2.1.6-2 - Changed hardcoded paths into rpmmacros * Mon Nov 06 2006 2.1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Nov 2006 23:44:36 -0000 1.2 +++ sources 7 Dec 2006 16:02:05 -0000 1.3 @@ -1 +1 @@ -d9cec1718f733e7d79a2e352b10c06d5 Pound-2.1.6.tgz +cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz From fedora-extras-commits at redhat.com Thu Dec 7 16:11:50 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 11:11:50 -0500 Subject: comps comps-fe5.xml.in, 1.210, 1.211 comps-fe6.xml.in, 1.239, 1.240 comps-fe7.xml.in, 1.42, 1.43 Message-ID: <200612071611.kB7GBoUv015322@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15293 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Added Pound Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- comps-fe5.xml.in 6 Dec 2006 12:43:56 -0000 1.210 +++ comps-fe5.xml.in 7 Dec 2006 16:11:20 -0000 1.211 @@ -998,6 +998,7 @@ php-pecl-apc phpldapadmin plone + Pound thttpd TurboGears vdradmin-am Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.239 retrieving revision 1.240 diff -u -r1.239 -r1.240 --- comps-fe6.xml.in 6 Dec 2006 12:43:56 -0000 1.239 +++ comps-fe6.xml.in 7 Dec 2006 16:11:20 -0000 1.240 @@ -1096,6 +1096,7 @@ php-pecl-apc phpldapadmin plone + Pound tclhttpd thttpd TurboGears Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- comps-fe7.xml.in 6 Dec 2006 12:43:56 -0000 1.42 +++ comps-fe7.xml.in 7 Dec 2006 16:11:20 -0000 1.43 @@ -1096,6 +1096,7 @@ php-pecl-apc phpldapadmin plone + Pound tclhttpd thttpd TurboGears From fedora-extras-commits at redhat.com Thu Dec 7 16:12:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:12:48 -0500 Subject: rpms/perl-File-ExtAttr/devel - New directory Message-ID: <200612071612.kB7GCm5a015396@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379/perl-File-ExtAttr/devel Log Message: Directory /cvs/extras/rpms/perl-File-ExtAttr/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 16:12:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:12:48 -0500 Subject: rpms/perl-File-ExtAttr - New directory Message-ID: <200612071612.kB7GCm6A015383@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379/perl-File-ExtAttr Log Message: Directory /cvs/extras/rpms/perl-File-ExtAttr added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 16:12:58 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:12:58 -0500 Subject: rpms/perl-File-ExtAttr Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071612.kB7GCweV015430@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15424 Added Files: Makefile import.log Log Message: Setup of module perl-File-ExtAttr --- NEW FILE Makefile --- # Top level Makefile for module perl-File-ExtAttr all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 16:13:03 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:03 -0500 Subject: rpms/perl-File-ExtAttr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071613.kB7GD3h0015449@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15424/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-ExtAttr --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 16:13:35 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 11:13:35 -0500 Subject: rpms/nsd/devel .cvsignore, 1.6, 1.7 nsd.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <200612071613.kB7GDZb3015561@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/nsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15412 Modified Files: .cvsignore nsd.spec sources Log Message: * Thu Dec 7 2006 Paul Wouters 3.0.3-1 - Upgraded to 3.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nsd/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 17:43:39 -0000 1.6 +++ .cvsignore 7 Dec 2006 16:13:05 -0000 1.7 @@ -2,3 +2,4 @@ nsd-2.3.6.tar.gz nsd.init nsd-3.0.2.tar.gz +nsd-3.0.3.tar.gz Index: nsd.spec =================================================================== RCS file: /cvs/extras/rpms/nsd/devel/nsd.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nsd.spec 27 Nov 2006 17:43:39 -0000 1.16 +++ nsd.spec 7 Dec 2006 16:13:05 -0000 1.17 @@ -1,6 +1,6 @@ Summary: NSD is a complete implementation of an authoritative DNS name server Name: nsd -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist} License: BSD-like Url: http://open.nlnetlabs.nl/nsd/ @@ -49,7 +49,7 @@ %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf #%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.zones %attr(0755,root,root) %{_initrddir}/%{name} -%attr(0700,%{name},%{name}) %dir %{_localstatedir}/run/%{name} +%attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name} %{_sbindir}/* %{_mandir}/*/* @@ -73,6 +73,9 @@ fi %changelog +* Thu Dec 7 2006 Paul Wouters 3.0.3-1 +- Upgraded to 3.0.3 + * Mon Nov 27 2006 Paul Wouters 3.0.2-1 - Upgraded to 3.0.2. - Use new configuration file nsd.conf. Still needs migration script. @@ -107,7 +110,7 @@ * Thu Dec 15 2005 Paul Wouters - 2.3.3-6 - Moved pid file to /var/run/nsd/nsd.pid. -- Use %{_localstatedir} instead of "/var" +- Use _localstatedir instead of "/var" * Tue Dec 13 2005 Paul Wouters - 2.3.3-5 - Added BuildRequires for openssl-devel, removed Requires for openssl. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nsd/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 17:43:39 -0000 1.6 +++ sources 7 Dec 2006 16:13:05 -0000 1.7 @@ -2,3 +2,4 @@ 72428cdacc5bee63b4477becda27bf64 nsd-2.3.6.tar.gz e64633bb4e6eb46e8e16049e87333cb9 nsd.init a51f7d2146d8f5901b825b2c0672c86a nsd-3.0.2.tar.gz +73f59bebd0af6ed2d2f0dad2b7727229 nsd-3.0.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 16:13:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:45 -0500 Subject: owners owners.list,1.2078,1.2079 Message-ID: <200612071613.kB7GDjjI015596@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15493 Modified Files: owners.list Log Message: added perl-File-ExtAttr Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2078 retrieving revision 1.2079 diff -u -r1.2078 -r1.2079 --- owners.list 7 Dec 2006 13:07:40 -0000 1.2078 +++ owners.list 7 Dec 2006 16:13:15 -0000 1.2079 @@ -1482,6 +1482,7 @@ Fedora Extras|perl-File-BOM|Utilities for reading Byte Order Marks|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,mpeters at mac.com Fedora Extras|perl-File-chdir|A more sensible way to change directories|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-DesktopEntry|Object to handle .desktop files|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-ExtAttr|Perl extension for accessing extended attributes of files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Fetch|A generic file fetching mechanism|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Find-Rule|Perl module implementing an alternative interface to File::Find|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Find-Rule-PPI|Add support for PPI queries to File::Find::Rule|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Thu Dec 7 16:13:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:46 -0500 Subject: rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071613.kB7GDkAj015603@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15513/devel Modified Files: .cvsignore sources Added Files: perl-File-ExtAttr.spec Log Message: auto-import perl-File-ExtAttr-1.01-1.fc6 on branch devel from perl-File-ExtAttr-1.01-1.fc6.src.rpm --- NEW FILE perl-File-ExtAttr.spec --- Name: perl-File-ExtAttr Version: 1.01 Release: 1%{?dist} Summary: Perl extension for accessing extended attributes of files License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-ExtAttr/ Source0: http://www.cpan.org/authors/id/R/RI/RICHDAWE/File-ExtAttr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core: Carp, Scalar::Util # this is odd, I know, but while the module requires libattr-devel to build, # it will end up not requiring libattr.so*. This is expected. BuildRequires: libattr-devel # TestBRs: BuildRequires: perl(Test::Distribution), perl(Test::Pod) BuildRequires: perl(File::Find::Rule), perl(Module::CoreList) %description File::ExtAttr is a Perl module providing access to the extended attributes of files. %prep %setup -q -n File-ExtAttr-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor optimize="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # NOTE: these are noisy; as near as I can tell this is expected # NOTE2: if you're testing on a filesystem that does not support extended # attributes, in all likelyhood the tests will fail. If anyone has # a quick&easy non-priv'ed way to test for this, I'll be more than # happy to include it. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorarch}/auto/* %{perl_vendorarch}/File* %{_mandir}/man3/* %changelog * Tue Oct 03 2006 Chris Weyl 1.01-1 - Specfile autogenerated by cpanspec 1.69. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 16:13:03 -0000 1.1 +++ .cvsignore 7 Dec 2006 16:13:16 -0000 1.2 @@ -0,0 +1 @@ +File-ExtAttr-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 16:13:03 -0000 1.1 +++ sources 7 Dec 2006 16:13:16 -0000 1.2 @@ -0,0 +1 @@ +340734da69677861b80e52c41297ec8e File-ExtAttr-1.01.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 16:13:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:46 -0500 Subject: rpms/perl-File-ExtAttr import.log,1.1,1.2 Message-ID: <200612071613.kB7GDk1A015599@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15513 Modified Files: import.log Log Message: auto-import perl-File-ExtAttr-1.01-1.fc6 on branch devel from perl-File-ExtAttr-1.01-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 16:12:58 -0000 1.1 +++ import.log 7 Dec 2006 16:13:16 -0000 1.2 @@ -0,0 +1 @@ +perl-File-ExtAttr-1_01-1_fc6:HEAD:perl-File-ExtAttr-1.01-1.fc6.src.rpm:1165508260 From fedora-extras-commits at redhat.com Thu Dec 7 16:14:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:14:48 -0500 Subject: rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec,1.1,1.2 Message-ID: <200612071614.kB7GEmeQ015682@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15667 Modified Files: perl-File-ExtAttr.spec Log Message: release bump Index: perl-File-ExtAttr.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/perl-File-ExtAttr.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-ExtAttr.spec 7 Dec 2006 16:13:16 -0000 1.1 +++ perl-File-ExtAttr.spec 7 Dec 2006 16:14:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-ExtAttr Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for accessing extended attributes of files License: GPL or Artistic Group: Development/Libraries @@ -61,5 +61,8 @@ %{_mandir}/man3/* %changelog +* Thu Dec 07 2006 Chris Weyl 1.01-2 +- bump + * Tue Oct 03 2006 Chris Weyl 1.01-1 - Specfile autogenerated by cpanspec 1.69. From fedora-extras-commits at redhat.com Thu Dec 7 16:27:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 11:27:06 -0500 Subject: rpms/libtunepimp/devel tunepimp-0.5.2-configure-disable-plugins.patch, NONE, 1.1 libtunepimp.spec, 1.24, 1.25 libtunepimp-0.5.1-PLUGIN_DIR.patch, 1.1, NONE Message-ID: <200612071627.kB7GR6kD015833@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15811 Modified Files: libtunepimp.spec Added Files: tunepimp-0.5.2-configure-disable-plugins.patch Removed Files: libtunepimp-0.5.1-PLUGIN_DIR.patch Log Message: sync patches, touchup python bits tunepimp-0.5.2-configure-disable-plugins.patch: --- NEW FILE tunepimp-0.5.2-configure-disable-plugins.patch --- --- libtunepimp-0.5.2/configure.in 2006-09-29 19:51:56.000000000 -0300 +++ libtunepimp-0.5.2/configure.in 2006-12-02 19:20:09.000000000 -0300 @@ -57,6 +57,12 @@ [use_lgpl=yes], [use_lgpl=no]) +AC_ARG_ENABLE([flac], AS_HELP_STRING([--disable-flac], [Build without flac support (default: test)])) +AC_ARG_ENABLE([mp4], AS_HELP_STRING([--disable-mp4], [Build without mp4 support (default: test)])) +AC_ARG_ENABLE([taglib], AS_HELP_STRING([--disable-taglib], [Build without taglib support (default: test)])) +AC_ARG_ENABLE([ogg], AS_HELP_STRING([--disable-ogg], [Build without ogg support (default: test)])) +AC_ARG_ENABLE([mp3], AS_HELP_STRING([--disable-mp3], [Build without mp3 support (default: test)])) + AC_CHECK_LIB(z, compress, [LIB="$LIB -lz"], [echo "*" @@ -203,50 +209,67 @@ dnl Check for libmpcdec AC_CHECK_LIB(mpcdec, mpc_decoder_decode, have_mpcdec=yes,) -dnl Check if we can build TagLib-based plugins -if test "x$have_taglib" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" - with_wma=yes - with_wv=yes - with_speex=yes - with_tta=yes - if test "x$have_mpcdec" = "xyes"; then - AC_C_BIGENDIAN - with_mpc="yes" - else - with_mpc="yes (without decoder)" - fi +if test "x$enable_taglib" != "xno" ; then + dnl Check if we can build TagLib-based plugins + if test "x$have_taglib" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" + with_wma=yes + with_wv=yes + with_speex=yes + with_tta=yes + if test "x$have_mpcdec" = "xyes"; then + AC_C_BIGENDIAN + with_mpc="yes" + else + with_mpc="yes (without decoder)" + fi + else + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no + fi else - with_wma=no - with_mpc=no - with_wv=no - with_speex=no - with_tta=no + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no fi + AM_CONDITIONAL(HAVE_MPCDEC, test "x$with_mpc" = "xyes") -dnl Check for mp4v2 -AC_CHECK_LIB(mp4v2, MP4Read, [ - TP_PLUGINS="$TP_PLUGINS mp4" - AC_DEFINE(HAVE_MP4,1,[MP4 Support]) - with_mp4=yes -], [ - with_mp4=no -]) - -if test "x$use_lgpl" = "xno"; then - dnl Check for MAD decoder lib for mp3 support - AC_CHECK_LIB(mad,mad_version, - AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) - TP_PLUGINS="$TP_PLUGINS mp3" - with_mp3=yes, - echo "*" - echo "* The MAD mp3 decoder is not installed. Please download " - echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" - echo "* to include MP3 TRM generation capabilities." - echo "*" - with_mp3=no - ,-lm) +if test "x$enable_mp4" != "xno" ; then + dnl Check for mp4v2 + AC_CHECK_LIB(mp4v2, MP4Read, [ + TP_PLUGINS="$TP_PLUGINS mp4" + AC_DEFINE(HAVE_MP4,1,[MP4 Support]) + with_mp4=yes + ], [ + with_mp4=no + ]) +else + with_mp4=no +fi + +if test "x$use_lgpl" = "xno" ; then + if test "x$enable-mp3" != "xno" ; then + dnl Check for MAD decoder lib for mp3 support + AC_CHECK_LIB(mad,mad_version, + AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) + TP_PLUGINS="$TP_PLUGINS mp3" + with_mp3=yes, + echo "*" + echo "* The MAD mp3 decoder is not installed. Please download " + echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" + echo "* to include MP3 TRM generation capabilities." + echo "*" + with_mp3=no + ,-lm) + else + with_mp3=no + fi else with_mp3=no fi @@ -255,25 +278,33 @@ AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg="yes",) AC_CHECK_LIB(vorbisfile, ov_info, have_vorbis="yes",, -lvorbis -logg) -if test "x$have_ogg" = "xyes"; then - if test "x$have_vorbis" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS vorbis" - AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) - with_vorbis=yes - else - with_vorbis=no - fi +if test "x$enable_ogg" != "xno" ; then + if test "x$have_ogg" = "xyes"; then + if test "x$have_vorbis" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS vorbis" + AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) + with_vorbis=yes + else + with_vorbis=no + fi + fi +else + with_vorbis=no fi dnl Check for libFLAC -AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) +if test "x$enable_flac" != "xno"; then + AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) -if test "x$have_flac" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS flac" - AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) - with_flac=yes + if test "x$have_flac" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS flac" + AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) + with_flac=yes + else + with_flac=no + fi else - with_flac=no + with_flac=no fi Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- libtunepimp.spec 29 Nov 2006 13:06:05 -0000 1.24 +++ libtunepimp.spec 7 Dec 2006 16:26:36 -0000 1.25 @@ -57,10 +57,10 @@ Summary: Python bindings for developing programs that will use %{name} Group: Development/Libraries License: GPL -#define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") -#if "%{?python_ver}" > "2" -#Requires: python-abi = %{python_ver} -#endif +%define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") +%if "%{?python_ver}" > "2" +Requires: python-abi = %{python_ver} +%endif %description -n python-tunepimp %{summary}. --- libtunepimp-0.5.1-PLUGIN_DIR.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 16:28:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 11:28:42 -0500 Subject: rpms/libtunepimp/FC-6 tunepimp-0.5.2-configure-disable-plugins.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 libtunepimp.spec, 1.22, 1.23 sources, 1.6, 1.7 libtunepimp-0.5.1-PLUGIN_DIR.patch, 1.1, NONE Message-ID: <200612071628.kB7GSgKr015882@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15858 Modified Files: .cvsignore libtunepimp.spec sources Added Files: tunepimp-0.5.2-configure-disable-plugins.patch Removed Files: libtunepimp-0.5.1-PLUGIN_DIR.patch Log Message: * Wed Nov 29 2006 Rex Dieter 0.5.3-1 - libtunepimp-0.5.3 tunepimp-0.5.2-configure-disable-plugins.patch: --- NEW FILE tunepimp-0.5.2-configure-disable-plugins.patch --- --- libtunepimp-0.5.2/configure.in 2006-09-29 19:51:56.000000000 -0300 +++ libtunepimp-0.5.2/configure.in 2006-12-02 19:20:09.000000000 -0300 @@ -57,6 +57,12 @@ [use_lgpl=yes], [use_lgpl=no]) +AC_ARG_ENABLE([flac], AS_HELP_STRING([--disable-flac], [Build without flac support (default: test)])) +AC_ARG_ENABLE([mp4], AS_HELP_STRING([--disable-mp4], [Build without mp4 support (default: test)])) +AC_ARG_ENABLE([taglib], AS_HELP_STRING([--disable-taglib], [Build without taglib support (default: test)])) +AC_ARG_ENABLE([ogg], AS_HELP_STRING([--disable-ogg], [Build without ogg support (default: test)])) +AC_ARG_ENABLE([mp3], AS_HELP_STRING([--disable-mp3], [Build without mp3 support (default: test)])) + AC_CHECK_LIB(z, compress, [LIB="$LIB -lz"], [echo "*" @@ -203,50 +209,67 @@ dnl Check for libmpcdec AC_CHECK_LIB(mpcdec, mpc_decoder_decode, have_mpcdec=yes,) -dnl Check if we can build TagLib-based plugins -if test "x$have_taglib" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" - with_wma=yes - with_wv=yes - with_speex=yes - with_tta=yes - if test "x$have_mpcdec" = "xyes"; then - AC_C_BIGENDIAN - with_mpc="yes" - else - with_mpc="yes (without decoder)" - fi +if test "x$enable_taglib" != "xno" ; then + dnl Check if we can build TagLib-based plugins + if test "x$have_taglib" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" + with_wma=yes + with_wv=yes + with_speex=yes + with_tta=yes + if test "x$have_mpcdec" = "xyes"; then + AC_C_BIGENDIAN + with_mpc="yes" + else + with_mpc="yes (without decoder)" + fi + else + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no + fi else - with_wma=no - with_mpc=no - with_wv=no - with_speex=no - with_tta=no + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no fi + AM_CONDITIONAL(HAVE_MPCDEC, test "x$with_mpc" = "xyes") -dnl Check for mp4v2 -AC_CHECK_LIB(mp4v2, MP4Read, [ - TP_PLUGINS="$TP_PLUGINS mp4" - AC_DEFINE(HAVE_MP4,1,[MP4 Support]) - with_mp4=yes -], [ - with_mp4=no -]) - -if test "x$use_lgpl" = "xno"; then - dnl Check for MAD decoder lib for mp3 support - AC_CHECK_LIB(mad,mad_version, - AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) - TP_PLUGINS="$TP_PLUGINS mp3" - with_mp3=yes, - echo "*" - echo "* The MAD mp3 decoder is not installed. Please download " - echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" - echo "* to include MP3 TRM generation capabilities." - echo "*" - with_mp3=no - ,-lm) +if test "x$enable_mp4" != "xno" ; then + dnl Check for mp4v2 + AC_CHECK_LIB(mp4v2, MP4Read, [ + TP_PLUGINS="$TP_PLUGINS mp4" + AC_DEFINE(HAVE_MP4,1,[MP4 Support]) + with_mp4=yes + ], [ + with_mp4=no + ]) +else + with_mp4=no +fi + +if test "x$use_lgpl" = "xno" ; then + if test "x$enable-mp3" != "xno" ; then + dnl Check for MAD decoder lib for mp3 support + AC_CHECK_LIB(mad,mad_version, + AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) + TP_PLUGINS="$TP_PLUGINS mp3" + with_mp3=yes, + echo "*" + echo "* The MAD mp3 decoder is not installed. Please download " + echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" + echo "* to include MP3 TRM generation capabilities." + echo "*" + with_mp3=no + ,-lm) + else + with_mp3=no + fi else with_mp3=no fi @@ -255,25 +278,33 @@ AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg="yes",) AC_CHECK_LIB(vorbisfile, ov_info, have_vorbis="yes",, -lvorbis -logg) -if test "x$have_ogg" = "xyes"; then - if test "x$have_vorbis" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS vorbis" - AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) - with_vorbis=yes - else - with_vorbis=no - fi +if test "x$enable_ogg" != "xno" ; then + if test "x$have_ogg" = "xyes"; then + if test "x$have_vorbis" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS vorbis" + AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) + with_vorbis=yes + else + with_vorbis=no + fi + fi +else + with_vorbis=no fi dnl Check for libFLAC -AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) +if test "x$enable_flac" != "xno"; then + AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) -if test "x$have_flac" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS flac" - AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) - with_flac=yes + if test "x$have_flac" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS flac" + AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) + with_flac=yes + else + with_flac=no + fi else - with_flac=no + with_flac=no fi Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Oct 2006 21:02:35 -0000 1.7 +++ .cvsignore 7 Dec 2006 16:28:12 -0000 1.8 @@ -1,2 +1,3 @@ clog libtunepimp-0.5.2.tar.gz +libtunepimp-0.5.3.tar.gz Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-6/libtunepimp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- libtunepimp.spec 12 Oct 2006 21:05:45 -0000 1.22 +++ libtunepimp.spec 7 Dec 2006 16:28:12 -0000 1.23 @@ -1,13 +1,14 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.musicbrainz.org/products/tunepimp/ -Source: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz +# see http://musicbrainz.org/doc/libtunepimpDownload +Source0: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define pkglibdir %{_libdir}/tunepimp @@ -22,7 +23,6 @@ BuildRequires: libmpcdec-devel BuildRequires: libofa-devel -# These two are likely bogus (used just in examples/ ) -- Rex BuildRequires: curl-devel BuildRequires: expat-devel @@ -57,10 +57,10 @@ Summary: Python bindings for developing programs that will use %{name} Group: Development/Libraries License: GPL -#define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") -#if "%{?python_ver}" > "2" -#Requires: python-abi = %{python_ver} -#endif +%define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") +%if "%{?python_ver}" > "2" +Requires: python-abi = %{python_ver} +%endif %description -n python-tunepimp %{summary}. @@ -134,6 +134,12 @@ %changelog +* Wed Nov 29 2006 Rex Dieter 0.5.3-1 +- libtunepimp-0.5.3 + +* Tue Oct 31 2006 Rex Dieter 0.5.2-4 +- respin for curl update (fc7) + * Thu Oct 12 2006 Rex Dieter 0.5.2-3 - rename python-libtunepimp -> python-tunepimp (to match python module name) @@ -142,7 +148,7 @@ - build python-libtunepimp subpackage (#209961) * Mon Oct 02 2006 Rex Dieter 0.5.2-1 -- 0.5.2 +- libtunepimp-0.5.2 * Tue Sep 26 2006 Rex Dieter 0.5.1-2 - drop -tools subpkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 2 Oct 2006 16:29:30 -0000 1.6 +++ sources 7 Dec 2006 16:28:12 -0000 1.7 @@ -1 +1 @@ -655b254539013f5e7fe50ac035c26dcb libtunepimp-0.5.2.tar.gz +09649f983acef679a548344ba7a9bb2f libtunepimp-0.5.3.tar.gz --- libtunepimp-0.5.1-PLUGIN_DIR.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 16:29:34 2006 From: fedora-extras-commits at redhat.com (Mark Hamzy (hamzy)) Date: Thu, 7 Dec 2006 11:29:34 -0500 Subject: owners owners.list,1.2079,1.2080 Message-ID: <200612071629.kB7GTYqn015969@cvs-int.fedora.redhat.com> Author: hamzy Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15931 Modified Files: owners.list Log Message: Taking over ownership of tog-pegasus. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2079 retrieving revision 1.2080 diff -u -r1.2079 -r1.2080 --- owners.list 7 Dec 2006 16:13:15 -0000 1.2079 +++ owners.list 7 Dec 2006 16:29:04 -0000 1.2080 @@ -2378,7 +2378,7 @@ Fedora Extras|tklib|Useful extensions for Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|tktable|Table/matrix widget extension to Tcl/Tk|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|tla|The Low-Budget arch Revision Control System|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| -Fedora Extras|tog-pegasus|The Open Group Pegasus WBEM/CIM server|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|tog-pegasus|The Open Group Pegasus WBEM/CIM server|hamzy at us.ibm.com|extras-qa at fedoraproject.org| Fedora Extras|tolua++|A tool to integrate C/C++ code with Lua|packages at amiga-hardware.com|extras-qa at fedoraproject.org| Fedora Extras|tomoe|Japanese handwritten input system|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| Fedora Extras|tong|A game of skill|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 16:29:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 11:29:38 -0500 Subject: rpms/libtunepimp/FC-5 .cvsignore, 1.6, 1.7 libtunepimp.spec, 1.16, 1.17 sources, 1.5, 1.6 Message-ID: <200612071629.kB7GTc9R015974@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15951 Modified Files: .cvsignore libtunepimp.spec sources Log Message: * Wed Nov 29 2006 Rex Dieter 0.5.3-1 - libtunepimp-0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 6 Oct 2006 17:26:02 -0000 1.6 +++ .cvsignore 7 Dec 2006 16:29:08 -0000 1.7 @@ -1,2 +1,3 @@ clog libtunepimp-0.5.2.tar.gz +libtunepimp-0.5.3.tar.gz Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-5/libtunepimp.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libtunepimp.spec 12 Oct 2006 21:07:00 -0000 1.16 +++ libtunepimp.spec 7 Dec 2006 16:29:08 -0000 1.17 @@ -1,13 +1,14 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.musicbrainz.org/products/tunepimp/ -Source: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz +# see http://musicbrainz.org/doc/libtunepimpDownload +Source0: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define pkglibdir %{_libdir}/tunepimp @@ -22,7 +23,6 @@ BuildRequires: libmpcdec-devel BuildRequires: libofa-devel -# These two are likely bogus (used just in examples/ ) -- Rex BuildRequires: curl-devel BuildRequires: expat-devel @@ -57,10 +57,10 @@ Summary: Python bindings for developing programs that will use %{name} Group: Development/Libraries License: GPL -#define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") -#if "%{?python_ver}" > "2" -#Requires: python-abi = %{python_ver} -#endif +%define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") +%if "%{?python_ver}" > "2" +Requires: python-abi = %{python_ver} +%endif %description -n python-tunepimp %{summary}. @@ -134,6 +134,12 @@ %changelog +* Wed Nov 29 2006 Rex Dieter 0.5.3-1 +- libtunepimp-0.5.3 + +* Tue Oct 31 2006 Rex Dieter 0.5.2-4 +- respin for curl update (fc7) + * Thu Oct 12 2006 Rex Dieter 0.5.2-3 - rename python-libtunepimp -> python-tunepimp (to match python module name) @@ -142,7 +148,7 @@ - build python-libtunepimp subpackage (#209961) * Mon Oct 02 2006 Rex Dieter 0.5.2-1 -- 0.5.2 +- libtunepimp-0.5.2 * Tue Sep 26 2006 Rex Dieter 0.5.1-2 - drop -tools subpkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Oct 2006 17:26:02 -0000 1.5 +++ sources 7 Dec 2006 16:29:08 -0000 1.6 @@ -1 +1 @@ -655b254539013f5e7fe50ac035c26dcb libtunepimp-0.5.2.tar.gz +09649f983acef679a548344ba7a9bb2f libtunepimp-0.5.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 17:07:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 7 Dec 2006 12:07:53 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.7, 1.8 perl-Wx.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612071707.kB7H7rhh019669@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19632 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.65. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 1 Dec 2006 14:36:48 -0000 1.7 +++ .cvsignore 7 Dec 2006 17:07:23 -0000 1.8 @@ -1 +1 @@ -Wx-0.64.tar.gz +Wx-0.65.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Wx.spec 1 Dec 2006 14:36:48 -0000 1.6 +++ perl-Wx.spec 7 Dec 2006 17:07:23 -0000 1.7 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.64 +Version: 0.65 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 +- Update to 0.65. + * Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 - Update to 0.64. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 1 Dec 2006 14:36:48 -0000 1.7 +++ sources 7 Dec 2006 17:07:23 -0000 1.8 @@ -1 +1 @@ -b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz +5fb60cfdc2e0fe296735f599c0c67026 Wx-0.65.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 17:07:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 12:07:59 -0500 Subject: rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec,1.2,1.3 Message-ID: <200612071707.kB7H7xSh019672@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19630 Modified Files: perl-File-ExtAttr.spec Log Message: disable tests Index: perl-File-ExtAttr.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/perl-File-ExtAttr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-File-ExtAttr.spec 7 Dec 2006 16:14:18 -0000 1.2 +++ perl-File-ExtAttr.spec 7 Dec 2006 17:07:28 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-File-ExtAttr Version: 1.01 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl extension for accessing extended attributes of files License: GPL or Artistic Group: Development/Libraries @@ -48,7 +48,9 @@ # attributes, in all likelyhood the tests will fail. If anyone has # a quick&easy non-priv'ed way to test for this, I'll be more than # happy to include it. -make test +# NOTE3: Tests disabled for now, pending a way to detect & disable on non-ea +# enabled filesystems +%{?_with_network_tests: make test} %clean rm -rf %{buildroot} @@ -61,6 +63,10 @@ %{_mandir}/man3/* %changelog +* Thu Dec 07 2006 Chris Weyl 1.01-3 +- Tests disabled for now, pending a way to detect & disable on non-ea enabled + filesystems + * Thu Dec 07 2006 Chris Weyl 1.01-2 - bump From fedora-extras-commits at redhat.com Thu Dec 7 17:11:33 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 12:11:33 -0500 Subject: rpms/poker-engine/FC-5 poker-engine.spec,1.12,1.13 Message-ID: <200612071711.kB7HBXaA019776@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/FC-5 Modified Files: poker-engine.spec Log Message: Add missing Requires Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/poker-engine.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.12 +++ poker-engine.spec 7 Dec 2006 17:11:03 -0000 1.13 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 -Requires: rsync pypoker-eval >= 128.0 +Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 %description This is a python library that implements poker rules according @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Dec 07 2006 Christopher Stone 1.0.20-2 +- Add missing Requires + * Sun Dec 03 2006 Christopher Stone 1.0.20-1 - Upstream sync From fedora-extras-commits at redhat.com Thu Dec 7 17:11:39 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 12:11:39 -0500 Subject: rpms/poker-engine/devel poker-engine.spec,1.13,1.14 Message-ID: <200612071711.kB7HBdeh019782@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/devel Modified Files: poker-engine.spec Log Message: Add missing Requires Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- poker-engine.spec 3 Dec 2006 19:02:42 -0000 1.13 +++ poker-engine.spec 7 Dec 2006 17:11:09 -0000 1.14 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 -Requires: rsync pypoker-eval >= 128.0 +Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 %description This is a python library that implements poker rules according @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Dec 07 2006 Christopher Stone 1.0.20-2 +- Add missing Requires + * Sun Dec 03 2006 Christopher Stone 1.0.20-1 - Upstream sync From fedora-extras-commits at redhat.com Thu Dec 7 17:11:34 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 12:11:34 -0500 Subject: rpms/poker-engine/FC-6 poker-engine.spec,1.13,1.14 Message-ID: <200612071711.kB7HBYj6019779@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/FC-6 Modified Files: poker-engine.spec Log Message: Add missing Requires Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/poker-engine.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.13 +++ poker-engine.spec 7 Dec 2006 17:11:03 -0000 1.14 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 -Requires: rsync pypoker-eval >= 128.0 +Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 %description This is a python library that implements poker rules according @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Dec 07 2006 Christopher Stone 1.0.20-2 +- Add missing Requires + * Sun Dec 03 2006 Christopher Stone 1.0.20-1 - Upstream sync From fedora-extras-commits at redhat.com Thu Dec 7 17:14:29 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 7 Dec 2006 12:14:29 -0500 Subject: rpms/perl-Glib/devel .cvsignore, 1.13, 1.14 perl-Glib.spec, 1.18, 1.19 sources, 1.13, 1.14 Message-ID: <200612071714.kB7HETug019869@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19849 Modified Files: .cvsignore perl-Glib.spec sources Log Message: Update to 1.142. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 22 Nov 2006 14:34:54 -0000 1.13 +++ .cvsignore 7 Dec 2006 17:13:59 -0000 1.14 @@ -1 +1 @@ -Glib-1.141.tar.gz +Glib-1.142.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/devel/perl-Glib.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Glib.spec 22 Nov 2006 14:34:54 -0000 1.18 +++ perl-Glib.spec 7 Dec 2006 17:13:59 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-Glib -Version: 1.141 +Version: 1.142 Release: 1%{?dist} Summary: Perl interface to GLib @@ -66,6 +66,9 @@ %changelog +* Thu Dec 7 2006 Jose Pedro Oliveira - 1.142-1 +- Update to 1.142. + * Wed Nov 22 2006 Jose Pedro Oliveira - 1.141-1 - Update to 1.141. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 22 Nov 2006 14:34:54 -0000 1.13 +++ sources 7 Dec 2006 17:13:59 -0000 1.14 @@ -1 +1 @@ -ab90e68a745e771a8b6af8fadcce4c38 Glib-1.141.tar.gz +60e26957f890accb29b755fd9ce57a57 Glib-1.142.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 17:25:57 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 7 Dec 2006 12:25:57 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.6, 1.7 nautilus-image-converter.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <200612071725.kB7HPvPU020177@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20143 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Thu Dec 7 2006 Brian Pepple - 0.0.8-1 - Update to 0.0.8. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Dec 2006 15:25:13 -0000 1.6 +++ .cvsignore 7 Dec 2006 17:25:27 -0000 1.7 @@ -1 +1 @@ -nautilus-image-converter-0.0.7.tar.bz2 +nautilus-image-converter-0.0.8.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nautilus-image-converter.spec 7 Dec 2006 15:25:13 -0000 1.9 +++ nautilus-image-converter.spec 7 Dec 2006 17:25:27 -0000 1.10 @@ -1,5 +1,5 @@ Name: nautilus-image-converter -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Nautilus extension to mass resize images @@ -51,6 +51,9 @@ %changelog +* Thu Dec 7 2006 Brian Pepple - 0.0.8-1 +- Update to 0.0.8. + * Thu Dec 7 2006 Brian Pepple - 0.0.7-1 - Update to 0.0.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Dec 2006 15:25:13 -0000 1.6 +++ sources 7 Dec 2006 17:25:27 -0000 1.7 @@ -1 +1 @@ -98b9a170ba9cb3130d7ab0c4d5fa5433 nautilus-image-converter-0.0.7.tar.bz2 +ca59e8988422704a3b2f46ce777b047b nautilus-image-converter-0.0.8.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 17:42:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 12:42:39 -0500 Subject: rpms/vnc-ltsp-config/EL-4 vnc-ltsp-config.spec,1.4,1.5 Message-ID: <200612071742.kB7HgdkK020352@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/vnc-ltsp-config/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20337 Modified Files: vnc-ltsp-config.spec Log Message: Release: +%{?dist} Index: vnc-ltsp-config.spec =================================================================== RCS file: /cvs/extras/rpms/vnc-ltsp-config/EL-4/vnc-ltsp-config.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vnc-ltsp-config.spec 6 Apr 2005 22:13:35 -0000 1.4 +++ vnc-ltsp-config.spec 7 Dec 2006 17:42:09 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Easy Enabler of VNC remote LTSP desktops Name: vnc-ltsp-config Version: 4.0 -Release: 3 +Release: 3%{?dist} License: GPL Group: User Interface/X From fedora-extras-commits at redhat.com Thu Dec 7 17:48:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 12:48:29 -0500 Subject: rpms/qt4/EL-4 qt4.spec,1.29,1.30 Message-ID: <200612071748.kB7HmTCk020459@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20434 Modified Files: qt4.spec Log Message: Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/EL-4/qt4.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- qt4.spec 6 Dec 2006 17:22:25 -0000 1.29 +++ qt4.spec 7 Dec 2006 17:47:59 -0000 1.30 @@ -13,7 +13,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.2.2 -Release: 2%{?dist} +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -507,9 +507,6 @@ %changelog -* Wed Dec 06 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 (#218575) From fedora-extras-commits at redhat.com Thu Dec 7 17:50:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 12:50:42 -0500 Subject: rpms/qt4/EL-4 qt4.spec,1.30,1.31 Message-ID: <200612071750.kB7Hog5Z020486@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20471 Modified Files: qt4.spec Log Message: Release: 1 rhel5+ support for dbus Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/EL-4/qt4.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- qt4.spec 7 Dec 2006 17:47:59 -0000 1.30 +++ qt4.spec 7 Dec 2006 17:50:12 -0000 1.31 @@ -49,7 +49,7 @@ # undefine to disable these %define nas -system-nas-sound # watch http://bugzilla.redhat.com/207923 so we may be able to include this on FC-5 someday -%if "%{?fedora}" > "5" +%if "%{?fedora}" > "5" || "%{?rhel}" > "4" %define qdbus -qdbus BuildRequires: dbus-devel >= 0.62 %endif From fedora-extras-commits at redhat.com Thu Dec 7 17:53:17 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 12:53:17 -0500 Subject: rpms/xl2tpd/devel xl2tpd.spec,1.1,1.2 Message-ID: <200612071753.kB7HrHRH020545@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20530 Modified Files: xl2tpd.spec Log Message: * Thu Dec 7 2006 Paul Wouters 1.1.06-5 - Changed space/tab replacing method * Wed Dec 6 2006 Paul Wouters 1.1.06-4 - Added -p to keep original timestamps - Added temporary hack to change space/tab in init file. - Added /sbin/service dependancy * Tue Dec 5 2006 Paul Wouters 1.1.06-3 - Added Requires(post) / Requires(preun) - changed init file to create /var/run/xl2tpd fixed a tab/space - changed control file to be within /var/run/xl2tpd/ * Tue Dec 5 2006 Paul Wouters 1.1.06-2 - Changed Mr. Karlsen's name to not be a utf8 problem - Fixed Obosoletes/Provides to be more specific wrt l2tpd. - Added dist tag which accidentally got deleted. Index: xl2tpd.spec =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/devel/xl2tpd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xl2tpd.spec 5 Dec 2006 03:26:09 -0000 1.1 +++ xl2tpd.spec 7 Dec 2006 17:52:47 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 -Release: 1 +Release: 5%{?dist} License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons @@ -9,7 +9,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: -Obsoletes: l2tpd +Obsoletes: l2tpd <= 0.69-0.6.20051030.fc6 +Provides: l2tpd = 0.69-0.6.20051030.fc7 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -31,15 +35,17 @@ %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" +sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf -install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd -install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets -install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample -install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd +install -p -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf +install -p -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd +install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets +install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample +install -p -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd + %clean rm -rf %{buildroot} @@ -55,15 +61,15 @@ mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave - cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets + cp -pa /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then - /sbin/service xl2tpd stop > /dev/null 2>&1 - /sbin/chkconfig --del xl2tpd + /sbin/service xl2tpd stop > /dev/null 2>&1 + /sbin/chkconfig --del xl2tpd fi %postun @@ -84,6 +90,24 @@ %changelog +* Thu Dec 7 2006 Paul Wouters 1.1.06-5 +- Changed space/tab replacing method + +* Wed Dec 6 2006 Paul Wouters 1.1.06-4 +- Added -p to keep original timestamps +- Added temporary hack to change space/tab in init file. +- Added /sbin/service dependancy + +* Tue Dec 5 2006 Paul Wouters 1.1.06-3 +- Added Requires(post) / Requires(preun) +- changed init file to create /var/run/xl2tpd fixed a tab/space +- changed control file to be within /var/run/xl2tpd/ + +* Tue Dec 5 2006 Paul Wouters 1.1.06-2 +- Changed Mr. Karlsen's name to not be a utf8 problem +- Fixed Obosoletes/Provides to be more specific wrt l2tpd. +- Added dist tag which accidentally got deleted. + * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name @@ -236,15 +260,15 @@ - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk -- from Per ?yvind Karlsen : +- from Per 0yvind Karlsen : - PreReq and Requires - Fix preun_service -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-1mdk - Initial release From fedora-extras-commits at redhat.com Thu Dec 7 18:14:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 13:14:09 -0500 Subject: fedora-security/audit fe3, 1.39, 1.40 fe4, 1.108, 1.109 fe5, 1.118, 1.119 fe6, 1.33, 1.34 Message-ID: <200612071814.kB7IE9B0023771@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23750 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6235 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- fe3 3 Dec 2006 09:42:06 -0000 1.39 +++ fe3 7 Dec 2006 18:14:09 -0000 1.40 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- fe4 6 Dec 2006 12:24:36 -0000 1.108 +++ fe4 7 Dec 2006 18:14:09 -0000 1.109 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- fe5 6 Dec 2006 17:31:49 -0000 1.118 +++ fe5 7 Dec 2006 18:14:09 -0000 1.119 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- fe6 6 Dec 2006 17:31:49 -0000 1.33 +++ fe6 7 Dec 2006 18:14:09 -0000 1.34 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 version (gnupg2, fixed 2.0.1) #217950 From fedora-extras-commits at redhat.com Thu Dec 7 18:21:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 13:21:49 -0500 Subject: fedora-security/audit fe3, 1.40, 1.41 fe4, 1.109, 1.110 fe5, 1.119, 1.120 fe6, 1.34, 1.35 Message-ID: <200612071821.kB7ILngl023865@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23844 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6301 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- fe3 7 Dec 2006 18:14:09 -0000 1.40 +++ fe3 7 Dec 2006 18:21:48 -0000 1.41 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- fe4 7 Dec 2006 18:14:09 -0000 1.109 +++ fe4 7 Dec 2006 18:21:48 -0000 1.110 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- fe5 7 Dec 2006 18:14:09 -0000 1.119 +++ fe5 7 Dec 2006 18:21:48 -0000 1.120 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- fe6 7 Dec 2006 18:14:09 -0000 1.34 +++ fe6 7 Dec 2006 18:21:48 -0000 1.35 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Thu Dec 7 18:22:10 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 13:22:10 -0500 Subject: rpms/xl2tpd/FC-6 xl2tpd.spec,1.1,1.2 Message-ID: <200612071822.kB7IMAVs023873@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23816 Modified Files: xl2tpd.spec Log Message: * Thu Dec 7 2006 Paul Wouters 1.1.06-5 - Changed space/tab replacing method * Wed Dec 6 2006 Paul Wouters 1.1.06-4 - Added -p to keep original timestamps - Added temporary hack to change space/tab in init file. - Added /sbin/service dependancy * Tue Dec 5 2006 Paul Wouters 1.1.06-3 - Added Requires(post) / Requires(preun) - changed init file to create /var/run/xl2tpd fixed a tab/space - changed control file to be within /var/run/xl2tpd/ * Tue Dec 5 2006 Paul Wouters 1.1.06-2 - Changed Mr. Karlsen's name to not be a utf8 problem - Fixed Obosoletes/Provides to be more specific wrt l2tpd. - Added dist tag which accidentally got deleted. Index: xl2tpd.spec =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/FC-6/xl2tpd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xl2tpd.spec 5 Dec 2006 03:26:09 -0000 1.1 +++ xl2tpd.spec 7 Dec 2006 18:21:40 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 -Release: 1 +Release: 5%{?dist} License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons @@ -9,7 +9,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: -Obsoletes: l2tpd +Obsoletes: l2tpd <= 0.69-0.6.20051030.fc6 +Provides: l2tpd = 0.69-0.6.20051030.fc7 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -31,15 +35,17 @@ %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" +sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf -install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd -install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets -install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample -install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd +install -p -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf +install -p -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd +install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets +install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample +install -p -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd + %clean rm -rf %{buildroot} @@ -55,15 +61,15 @@ mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave - cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets + cp -pa /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then - /sbin/service xl2tpd stop > /dev/null 2>&1 - /sbin/chkconfig --del xl2tpd + /sbin/service xl2tpd stop > /dev/null 2>&1 + /sbin/chkconfig --del xl2tpd fi %postun @@ -84,6 +90,24 @@ %changelog +* Thu Dec 7 2006 Paul Wouters 1.1.06-5 +- Changed space/tab replacing method + +* Wed Dec 6 2006 Paul Wouters 1.1.06-4 +- Added -p to keep original timestamps +- Added temporary hack to change space/tab in init file. +- Added /sbin/service dependancy + +* Tue Dec 5 2006 Paul Wouters 1.1.06-3 +- Added Requires(post) / Requires(preun) +- changed init file to create /var/run/xl2tpd fixed a tab/space +- changed control file to be within /var/run/xl2tpd/ + +* Tue Dec 5 2006 Paul Wouters 1.1.06-2 +- Changed Mr. Karlsen's name to not be a utf8 problem +- Fixed Obosoletes/Provides to be more specific wrt l2tpd. +- Added dist tag which accidentally got deleted. + * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name @@ -236,15 +260,15 @@ - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk -- from Per ?yvind Karlsen : +- from Per 0yvind Karlsen : - PreReq and Requires - Fix preun_service -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-1mdk - Initial release From fedora-extras-commits at redhat.com Thu Dec 7 18:23:18 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 13:23:18 -0500 Subject: rpms/xl2tpd/FC-5 xl2tpd.spec,1.1,1.2 Message-ID: <200612071823.kB7INI2q023932@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23917 Modified Files: xl2tpd.spec Log Message: * Thu Dec 7 2006 Paul Wouters 1.1.06-5 - Changed space/tab replacing method * Wed Dec 6 2006 Paul Wouters 1.1.06-4 - Added -p to keep original timestamps - Added temporary hack to change space/tab in init file. - Added /sbin/service dependancy * Tue Dec 5 2006 Paul Wouters 1.1.06-3 - Added Requires(post) / Requires(preun) - changed init file to create /var/run/xl2tpd fixed a tab/space - changed control file to be within /var/run/xl2tpd/ * Tue Dec 5 2006 Paul Wouters 1.1.06-2 - Changed Mr. Karlsen's name to not be a utf8 problem - Fixed Obosoletes/Provides to be more specific wrt l2tpd. - Added dist tag which accidentally got deleted. Index: xl2tpd.spec =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/FC-5/xl2tpd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xl2tpd.spec 5 Dec 2006 03:26:09 -0000 1.1 +++ xl2tpd.spec 7 Dec 2006 18:22:48 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 -Release: 1 +Release: 5%{?dist} License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons @@ -9,7 +9,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: -Obsoletes: l2tpd +Obsoletes: l2tpd <= 0.69-0.6.20051030.fc6 +Provides: l2tpd = 0.69-0.6.20051030.fc7 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -31,15 +35,17 @@ %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" +sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf -install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd -install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets -install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample -install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd +install -p -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf +install -p -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd +install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets +install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample +install -p -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd + %clean rm -rf %{buildroot} @@ -55,15 +61,15 @@ mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave - cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets + cp -pa /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then - /sbin/service xl2tpd stop > /dev/null 2>&1 - /sbin/chkconfig --del xl2tpd + /sbin/service xl2tpd stop > /dev/null 2>&1 + /sbin/chkconfig --del xl2tpd fi %postun @@ -84,6 +90,24 @@ %changelog +* Thu Dec 7 2006 Paul Wouters 1.1.06-5 +- Changed space/tab replacing method + +* Wed Dec 6 2006 Paul Wouters 1.1.06-4 +- Added -p to keep original timestamps +- Added temporary hack to change space/tab in init file. +- Added /sbin/service dependancy + +* Tue Dec 5 2006 Paul Wouters 1.1.06-3 +- Added Requires(post) / Requires(preun) +- changed init file to create /var/run/xl2tpd fixed a tab/space +- changed control file to be within /var/run/xl2tpd/ + +* Tue Dec 5 2006 Paul Wouters 1.1.06-2 +- Changed Mr. Karlsen's name to not be a utf8 problem +- Fixed Obosoletes/Provides to be more specific wrt l2tpd. +- Added dist tag which accidentally got deleted. + * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name @@ -236,15 +260,15 @@ - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk -- from Per ?yvind Karlsen : +- from Per 0yvind Karlsen : - PreReq and Requires - Fix preun_service -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-1mdk - Initial release From fedora-extras-commits at redhat.com Thu Dec 7 18:52:26 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:26 -0500 Subject: rpms/gnu-smalltalk - New directory Message-ID: <200612071852.kB7IqQU8024143@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24139/gnu-smalltalk Log Message: Directory /cvs/extras/rpms/gnu-smalltalk added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 18:52:31 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:31 -0500 Subject: rpms/gnu-smalltalk/devel - New directory Message-ID: <200612071852.kB7IqVfV024156@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24139/gnu-smalltalk/devel Log Message: Directory /cvs/extras/rpms/gnu-smalltalk/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 18:52:47 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:47 -0500 Subject: rpms/gnu-smalltalk Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071852.kB7IqlRp024186@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24180 Added Files: Makefile import.log Log Message: Setup of module gnu-smalltalk --- NEW FILE Makefile --- # Top level Makefile for module gnu-smalltalk all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 18:52:48 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:48 -0500 Subject: rpms/gnu-smalltalk/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071852.kB7Iqmec024202@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24180/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnu-smalltalk --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 18:54:29 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:54:29 -0500 Subject: rpms/gnu-smalltalk/devel gnu-smalltalk.spec, NONE, 1.1 gst-2.3-am.patch, NONE, 1.1 gst-2.3-install.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071854.kB7IsTOh024290@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250/devel Modified Files: .cvsignore sources Added Files: gnu-smalltalk.spec gst-2.3-am.patch gst-2.3-install.patch Log Message: auto-import gnu-smalltalk-2.3-3 on branch devel from gnu-smalltalk-2.3-3.src.rpm --- NEW FILE gnu-smalltalk.spec --- Summary: GNU Smalltalk Name: gnu-smalltalk Version: 2.3 Release: 3%{?dist} # Source: smalltalk-2.2b.tar.gz Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz Patch1: gst-2.3-am.patch Patch2: gst-2.3-install.patch License: GPL Group: Development/Languages URL: http://www.gnu.org/software/smalltalk/smalltalk.html Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info #BuildRequires: automake #BuildRequires: autoconf >= 2.60 BuildRequires: tk-devel BuildRequires: gtk2-devel BuildRequires: gdbm-devel BuildRequires: gmp-devel BuildRequires: readline-devel BuildRequires: emacs BuildRequires: libtool BuildRequires: texinfo %description GNU Smalltalk is an implementation that closely follows the Smalltalk-80 language as described in the book `Smalltalk-80: the Language and its Implementation' by Adele Goldberg and David Robson. The Smalltalk programming language is an object oriented programming language. Unlike other Smalltalks (including Smalltalk-80), GNU Smalltalk emphasizes Smalltalk's rapid prototyping features rather than the graphical and easy-to-use nature of the programming environment. Therefore, even though we have a nice GUI environment including a class browser, the goal of the GNU Smalltalk project is currently to produce a complete system to be used to write your scripts in a clear, aesthetically pleasing, and philosophically appealing programming language. %package emacs Summary: Emacs mode for GNU Smalltalk Group: Applications/Editors Requires: %{name} = %{version}, emacs %description emacs This Package contains the Smalltalk mode for Emacs. %package devel Summary: Development Stuff for the GNU Smalltalk package Group: Development/Libraries Requires: %{name} = %{version} Requires: automake Requires: pkgconfig %description devel This Package contains header files and other stuff provided by GNU Smalltalk. You will need this package, if you want to extent GNU Smalltalk with functions written in C. %prep %setup -q -n smalltalk-%{version} %patch1 -p1 -b .automake %patch2 -p1 -b .inst %build #automake #autoreconf %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} \ --enable-static=no --enable-shared=yes --disable-rpath make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -c -p" install rm -rf $RPM_BUILD_ROOT/%{_libdir}/libgst*a* rm -rf $RPM_BUILD_ROOT/%{_libdir}/gnu-smalltalk/*.la rm -rf $RPM_BUILD_ROOT/%{_includedir}/sigsegv.h rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.a rm -rf $RPM_BUILD_ROOT/%{_infodir}/dir %check make check %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/gst.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/gst-base.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/gst-libs.info %{_infodir}/dir || : /sbin/ldconfig %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/gst.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/gst-base.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/gst-libs.info %{_infodir}/dir || : fi %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_bindir}/gst %{_bindir}/gst-load %{_bindir}/gst-package %{_bindir}/gst-reload %{_bindir}/gst-sunit %{_libdir}/libgst.so.* %{_libdir}/gnu-smalltalk/ %{_datadir}/gnu-smalltalk/ %{_infodir}/gst.info* %{_infodir}/gst-*.info* %{_mandir}/man1/gst.1* %doc AUTHORS COPYING COPYING.DOC COPYING.LIB ChangeLog %doc NEWS README THANKS TODO %files devel %defattr(-,root,root,-) %{_bindir}/gst-config %{_libdir}/libgst.so %{_libdir}/pkgconfig/gnu-smalltalk.pc %{_datadir}/aclocal/*.m4 %{_includedir}/gst.h %{_includedir}/gstpub.h %files emacs %defattr(-,root,root,-) %{_datadir}/emacs/site-lisp/* %changelog * Thu Dec 7 2006 Jochen Schmitt 2.3-3 - Fix wrong lib option in gst-config * Wed Dec 6 2006 Jochen Schmitt 2.3-2 - Fix wrong Requires - Fix gst-package.in file * Tue Dec 5 2006 Jochen Schmitt 2.3-1 - New upstream release * Wed Nov 29 2006 Jochen Schmitt 2.2c-4 - Remove files which will be gone in gnu-smalltalk-2.3 * Tue Nov 28 2006 Jochen Schmitt 2.2c-3 - Cleanup configure section - Try to preserve timestamps * Mon Nov 27 2006 Jochen Schmitt 2.2c-2 - Done some cleanup on configure step - Add Patch to fix broken gst-config * Mon Nov 20 2006 Jochen Schmitt 2.2c-1 - New upstream release * Mon Feb 20 2006 Jochen Schmitt 2.2-8 - Add libtool as BuildRequires - Add LIBTOOL=/usr/bin/libtool at the make step * Tue Jan 31 2006 Jochen Schmitt 2.2-7 - Fix rpmlint errors * Tue Jan 10 2006 Jochen Schmitt 2.2-6 - Added --disable-rpath - Added --enable-static=no - fix broken Shebangs * Tue Dec 13 2005 Jochen Schmitt 2.2-5 - Deps from -devel and -emacs more strict - Move libgst.so.* to main package * Wed Dec 7 2005 Jochen Schmitt 2.2-4 - remove dep to lightning * Sun Dec 4 2005 Jochen Schmitt 2.2-3 - Add aclocal - Add depend to lightning * Tue Nov 29 2005 Jochen Schmitt 2.2-2 - Rename package - install-info for gst-base and gst-libs - move libgst.so to devel package * Thu Nov 24 2005 Jochen Schmitt 2.2-1 - Initial RPM gst-2.3-am.patch: --- NEW FILE gst-2.3-am.patch --- --- smalltalk-2.2e/Makefile.am.automake 2006-11-30 11:00:17.000000000 +0100 +++ smalltalk-2.2e/Makefile.am 2006-12-04 16:12:06.000000000 +0100 @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = gnu 1.8 ACLOCAL_AMFLAGS = -I build-aux -PACKAGE=smalltalk +PACKAGE=gnu-smalltalk DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \ i18n tcp examples blox-tk . gtk tests doc --- smalltalk-2.2e/configure.ac.automake 2006-12-04 09:31:55.000000000 +0100 +++ smalltalk-2.2e/configure.ac 2006-12-04 16:12:06.000000000 +0100 @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([GNU Smalltalk], 2.3, help-smalltalk at gnu.org, smalltalk) +AC_INIT([GNU Smalltalk], 2.3, help-smalltalk at gnu.org, gnu-smalltalk) MAINTAINER="bonzini at gnu.org" dnl CURRENT:REVISION:AGE means this is the REVISION-th version of --- smalltalk-2.2e/Makefile.in.automake 2006-12-04 09:33:13.000000000 +0100 +++ smalltalk-2.2e/Makefile.in 2006-12-04 16:14:05.000000000 +0100 @@ -274,7 +274,7 @@ NCURSES_DISABLED = @NCURSES_DISABLED@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ -PACKAGE = smalltalk +PACKAGE = gnu-smalltalk PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ --- smalltalk-2.2e/configure.automake 2006-12-04 09:33:17.000000000 +0100 +++ smalltalk-2.2e/configure 2006-12-04 16:13:57.000000000 +0100 @@ -708,7 +708,7 @@ # Identity of this package. PACKAGE_NAME='GNU Smalltalk' -PACKAGE_TARNAME='smalltalk' +PACKAGE_TARNAME='gnu-smalltalk' PACKAGE_VERSION='2.3' PACKAGE_STRING='GNU Smalltalk 2.3' PACKAGE_BUGREPORT='help-smalltalk at gnu.org' @@ -1480,7 +1480,7 @@ --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/smalltalk] + --docdir=DIR documentation root [DATAROOTDIR/doc/gnu-smalltalk] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -2415,7 +2415,7 @@ # Define the identity of the package. - PACKAGE='smalltalk' + PACKAGE='gnu-smalltalk' VERSION='2.3' gst-2.3-install.patch: --- NEW FILE gst-2.3-install.patch --- --- smalltalk-2.3/gst-package.in.inst 2006-11-30 09:13:48.000000000 +0100 +++ smalltalk-2.3/gst-package.in 2006-12-06 18:03:00.000000000 +0100 @@ -54,6 +54,7 @@ DESTDIR= srcdir=. files= +INSTALL="${INSTALL:=@INSTALL@}" # Command line parsing. @@ -295,11 +296,11 @@ } if test -x "$file"; then - echo "@INSTALL@ -m 755 $file $dest" - $dry_run || (rm -f "$dest" && cp "$file" "$dest" && chmod 755 "$dest") + echo "$INSTALL -m 755 $file $dest" + $dry_run || ($INSTALL -m0755 "$file" "$dest") else - echo "@INSTALL@ -m 644 $file $dest" - $dry_run || (rm -f "$dest" && cp "$file" "$dest" && chmod 644 "$dest") + echo "$INSTALL -m 644 $file $dest" + $dry_run || ($INSTALL -m0644 "$file" "$dest") fi done fi --- smalltalk-2.3/gst-config.in.inst 2006-12-07 18:14:28.000000000 +0100 +++ smalltalk-2.3/gst-config.in 2006-12-07 18:24:55.000000000 +0100 @@ -68,7 +68,7 @@ shift done -: ${pkglibdir:="@libdir@/@PACKAGE@"} +: ${pkglibdir:="-L at libdir@/@PACKAGE@"} gst_libs="${pkglibdir} @LIBS@" if test "$echo_prefix" = "yes"; then Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 18:52:48 -0000 1.1 +++ .cvsignore 7 Dec 2006 18:53:59 -0000 1.2 @@ -0,0 +1 @@ +smalltalk-2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 18:52:48 -0000 1.1 +++ sources 7 Dec 2006 18:53:59 -0000 1.2 @@ -0,0 +1 @@ +a75165ba9f0f50e24fa2160848e12269 smalltalk-2.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 18:54:29 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:54:29 -0500 Subject: rpms/gnu-smalltalk import.log,1.1,1.2 Message-ID: <200612071854.kB7IsTSC024286@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250 Modified Files: import.log Log Message: auto-import gnu-smalltalk-2.3-3 on branch devel from gnu-smalltalk-2.3-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 18:52:47 -0000 1.1 +++ import.log 7 Dec 2006 18:53:59 -0000 1.2 @@ -0,0 +1 @@ +gnu-smalltalk-2_3-3:HEAD:gnu-smalltalk-2.3-3.src.rpm:1165517863 From fedora-extras-commits at redhat.com Thu Dec 7 19:04:05 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 14:04:05 -0500 Subject: owners owners.list,1.2080,1.2081 Message-ID: <200612071904.kB7J458N027505@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27490 Modified Files: owners.list Log Message: Add gnu-smalltalk to owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2080 retrieving revision 1.2081 diff -u -r1.2080 -r1.2081 --- owners.list 7 Dec 2006 16:29:04 -0000 1.2080 +++ owners.list 7 Dec 2006 19:03:34 -0000 1.2081 @@ -612,6 +612,8 @@ Fedora Extras|gnomesword|GNOME-based Bible research tool|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnonlin|GStreamer extension library for non-linear editing|bdpepple at ameritech.net|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|gnotime|Tracks and reports time spent|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| +Fedora Extras|gnu-smalltalk|GNU Smalltalk|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| +Fedora Extras|gnubg|A backgammon game and analyser|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|gnubg|A backgammon game and analyser|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnubiff|A mail notification program|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnucap|The Gnu Circuit Analysis Package|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 19:07:39 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 14:07:39 -0500 Subject: comps comps-fe7.xml.in,1.43,1.44 Message-ID: <200612071907.kB7J7dpA027554@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27539 Modified Files: comps-fe7.xml.in Log Message: Add gnu-smalltalk to comps-fe7 Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- comps-fe7.xml.in 7 Dec 2006 16:11:20 -0000 1.43 +++ comps-fe7.xml.in 7 Dec 2006 19:07:09 -0000 1.44 @@ -149,6 +149,7 @@ gforth ghc git + gnu-smalltalk gphpedit gprolog gpsim From fedora-extras-commits at redhat.com Thu Dec 7 19:23:57 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 7 Dec 2006 14:23:57 -0500 Subject: rpms/mail-notification/devel .cvsignore, 1.8, 1.9 mail-notification.spec, 1.34, 1.35 sources, 1.8, 1.9 Message-ID: <200612071923.kB7JNvA7027673@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653 Modified Files: .cvsignore mail-notification.spec sources Log Message: 4.0-0.1.rc2 -- Update to 4.0rc2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Nov 2006 06:56:57 -0000 1.8 +++ .cvsignore 7 Dec 2006 19:23:27 -0000 1.9 @@ -1 +1 @@ -mail-notification-4.0-rc1.tar.gz +mail-notification-4.0-rc2.tar.gz Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- mail-notification.spec 28 Nov 2006 06:56:57 -0000 1.34 +++ mail-notification.spec 7 Dec 2006 19:23:27 -0000 1.35 @@ -1,12 +1,12 @@ Name: mail-notification Version: 4.0 -Release: 0.1%{?dist}.rc1 +Release: 0.2%{?dist}.rc2 Summary: Status icon that informs you if you have new mail Group: Applications/Internet License: GPL URL: http://www.nongnu.org/mailnotify/ -Source0: http://savannah.nongnu.org/download/mailnotify/mail-notification-4.0-rc1.tar.gz +Source0: http://savannah.nongnu.org/download/mailnotify/mail-notification-4.0-rc2.tar.gz Patch0: mail-notification-fedora-plugin-hint.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,7 +53,7 @@ Evolution support for Mail Notification. %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q -n %{name}-%{version}-rc2 %patch0 -p1 -b .patch0 %build @@ -131,6 +131,9 @@ %changelog +* Thu Dec 07 2006 Thorsten Leemhuis 4.0-0.1.rc2 +- Update to 4.0rc2 + * Tue Nov 28 2006 Thorsten Leemhuis 4.0-0.1.rc1 - Update to 4.0rc1 - remove some unneeded workarounds and patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Nov 2006 06:56:57 -0000 1.8 +++ sources 7 Dec 2006 19:23:27 -0000 1.9 @@ -1 +1 @@ -91c09b72a59d161564b47fff033be37e mail-notification-4.0-rc1.tar.gz +3861866f2860a81f4bee50af19f8308d mail-notification-4.0-rc2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 19:39:21 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:21 -0500 Subject: rpms/php-pear-Image-Color - New directory Message-ID: <200612071939.kB7JdLrI027891@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27887/php-pear-Image-Color Log Message: Directory /cvs/extras/rpms/php-pear-Image-Color added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 19:39:26 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:26 -0500 Subject: rpms/php-pear-Image-Color/devel - New directory Message-ID: <200612071939.kB7JdQgq027905@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27887/php-pear-Image-Color/devel Log Message: Directory /cvs/extras/rpms/php-pear-Image-Color/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 19:39:38 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:38 -0500 Subject: rpms/php-pear-Image-Color Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071939.kB7Jdccb027935@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27929 Added Files: Makefile import.log Log Message: Setup of module php-pear-Image-Color --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Image-Color all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 19:39:38 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:38 -0500 Subject: rpms/php-pear-Image-Color/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071939.kB7JdcTI027950@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27929/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Image-Color --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 19:40:27 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:40:27 -0500 Subject: rpms/php-pear-Image-Color import.log,1.1,1.2 Message-ID: <200612071940.kB7JeRCH028044@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27995 Modified Files: import.log Log Message: auto-import php-pear-Image-Color-1.0.2-1 on branch devel from php-pear-Image-Color-1.0.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 19:39:38 -0000 1.1 +++ import.log 7 Dec 2006 19:39:57 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Image-Color-1_0_2-1:HEAD:php-pear-Image-Color-1.0.2-1.src.rpm:1165520660 From fedora-extras-commits at redhat.com Thu Dec 7 19:40:28 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:40:28 -0500 Subject: rpms/php-pear-Image-Color/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Image-Color.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071940.kB7JeSDk028048@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27995/devel Modified Files: .cvsignore sources Added Files: PHP-LICENSE-3.01 php-pear-Image-Color.spec Log Message: auto-import php-pear-Image-Color-1.0.2-1 on branch devel from php-pear-Image-Color-1.0.2-1.src.rpm --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . --- NEW FILE php-pear-Image-Color.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Image_Color Name: php-pear-Image-Color Version: 1.0.2 Release: 1%{?dist} Summary: Manage and handles color data and conversions Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Image_Color Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-gd Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description %{summary}. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Image %changelog * Thu Dec 07 2006 Christopher Stone 1.0.2-2 - Add Image dir to %%files * Sun Dec 03 2006 Christopher Stone 1.0.2-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 19:39:38 -0000 1.1 +++ .cvsignore 7 Dec 2006 19:39:57 -0000 1.2 @@ -0,0 +1 @@ +Image_Color-1.0.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 19:39:38 -0000 1.1 +++ sources 7 Dec 2006 19:39:57 -0000 1.2 @@ -0,0 +1 @@ +a4a1a6f5c0f72d235930902cc1ee2e94 Image_Color-1.0.2.tgz From fedora-extras-commits at redhat.com Thu Dec 7 19:41:36 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:41:36 -0500 Subject: rpms/php-pear-Image-Color/devel php-pear-Image-Color.spec,1.1,1.2 Message-ID: <200612071941.kB7JfabU028140@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28106 Modified Files: php-pear-Image-Color.spec Log Message: forgot to bump this Index: php-pear-Image-Color.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/devel/php-pear-Image-Color.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Image-Color.spec 7 Dec 2006 19:39:57 -0000 1.1 +++ php-pear-Image-Color.spec 7 Dec 2006 19:41:06 -0000 1.2 @@ -3,7 +3,7 @@ Name: php-pear-Image-Color Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage and handles color data and conversions Group: Development/Libraries From fedora-extras-commits at redhat.com Thu Dec 7 19:43:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:43:23 -0500 Subject: owners owners.list,1.2081,1.2082 Message-ID: <200612071943.kB7JhNEP028176@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28156 Modified Files: owners.list Log Message: php-pear-Image-Color Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2081 retrieving revision 1.2082 diff -u -r1.2081 -r1.2082 --- owners.list 7 Dec 2006 19:03:34 -0000 1.2081 +++ owners.list 7 Dec 2006 19:42:53 -0000 1.2082 @@ -1865,6 +1865,7 @@ Fedora Extras|php-pear-HTML-Table|Class to easily design HTML tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTTP|Miscellaneous HTTP utilities|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTTP-Request|Provides an easy way to perform HTTP requests|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Image-Color|Manage and handles color data and conversions|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Image-GraphViz|Interface to AT&T's GraphViz tools|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Log|Abstracted logging facility for PHP|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Mail|Class that provides multiple interfaces for sending emails|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 19:54:56 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 14:54:56 -0500 Subject: rpms/gnu-smalltalk/devel gnu-smalltalk.spec,1.1,1.2 Message-ID: <200612071954.kB7Jsui3028392@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377 Modified Files: gnu-smalltalk.spec Log Message: Exclude x86_64 arch bc/ a build failure Index: gnu-smalltalk.spec =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnu-smalltalk.spec 7 Dec 2006 18:53:59 -0000 1.1 +++ gnu-smalltalk.spec 7 Dec 2006 19:54:26 -0000 1.2 @@ -1,7 +1,7 @@ Summary: GNU Smalltalk Name: gnu-smalltalk Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} # Source: smalltalk-2.2b.tar.gz Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz Patch1: gst-2.3-am.patch @@ -11,6 +11,8 @@ URL: http://www.gnu.org/software/smalltalk/smalltalk.html Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) +ExcludeArch: x86_64 + Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -144,6 +146,9 @@ %{_datadir}/emacs/site-lisp/* %changelog +* Thu Dec 7 2006 Jochen Schmitt 2.3-4 +- Exclude x86_64 bc/ build failure + * Thu Dec 7 2006 Jochen Schmitt 2.3-3 - Fix wrong lib option in gst-config From fedora-extras-commits at redhat.com Thu Dec 7 20:01:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 15:01:34 -0500 Subject: fedora-security/audit fe3, 1.41, 1.42 fe4, 1.110, 1.111 fe5, 1.120, 1.121 Message-ID: <200612072001.kB7K1Yl7031552@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31533 Modified Files: fe3 fe4 fe5 Log Message: CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- fe3 7 Dec 2006 18:21:48 -0000 1.41 +++ fe3 7 Dec 2006 20:01:33 -0000 1.42 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-6301 VULNERABLE (denyhosts) #218824 -CVE-2006-6235 VULNERABLE (gnupg2) #218821 +CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- fe4 7 Dec 2006 18:21:48 -0000 1.110 +++ fe4 7 Dec 2006 20:01:33 -0000 1.111 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-6301 VULNERABLE (denyhosts) #218824 -CVE-2006-6235 VULNERABLE (gnupg2) #218821 +CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- fe5 7 Dec 2006 18:21:48 -0000 1.120 +++ fe5 7 Dec 2006 20:01:33 -0000 1.121 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-6301 VULNERABLE (denyhosts) #218824 -CVE-2006-6235 VULNERABLE (gnupg2) #218821 +CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 From fedora-extras-commits at redhat.com Thu Dec 7 20:04:44 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:04:44 -0500 Subject: rpms/cfitsio/devel cfitsio.patch,1.1,1.2 cfitsio.spec,1.16,1.17 Message-ID: <200612072004.kB7K4i6C031593@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31573 Modified Files: cfitsio.patch cfitsio.spec Log Message: Fix up spec file to fix rpmbuild errors, ie install to the correct directories. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfitsio.patch 13 Nov 2005 19:50:32 -0000 1.1 +++ cfitsio.patch 7 Dec 2006 20:04:14 -0000 1.2 @@ -20,23 +20,18 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-new/Makefile.in ---- cfitsio/Makefile.in 2005-04-26 11:48:05.000000000 -0400 -+++ cfitsio-new/Makefile.in 2005-11-13 13:52:27.000000000 -0500 -@@ -19,8 +19,8 @@ - # - - CFITSIO_PREFIX = @CFITSIO_PREFIX@ --CFITSIO_LIB = ${CFITSIO_PREFIX}/lib --CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/include -+CFITSIO_LIB = ${CFITSIO_PREFIX}/${LIBDIR} -+CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/${INCLUDEDIR} - - SHELL = /bin/sh - RANLIB = @RANLIB@ -@@ -146,4 +146,4 @@ - objs: ${CORE_OBJECTS} - - ${CFITSIO_PREFIX} ${CFITSIO_LIB} ${CFITSIO_INCLUDE}: -- @if [ ! -d $@ ]; then mkdir $@; fi -+ @if [ ! -d $@ ]; then mkdir -p $@; fi +diff -u Makefile.in.orig Makefile.in +--- Makefile.in.orig 2006-10-12 17:14:41.000000000 -0400 ++++ Makefile.in 2006-12-05 16:29:51.000000000 -0500 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include ++CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) ++CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} + + + Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cfitsio.spec 5 Dec 2006 21:11:35 -0000 1.16 +++ cfitsio.spec 7 Dec 2006 20:04:14 -0000 1.17 @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.020 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3006.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3020.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,10 @@ %install rm -rf %{buildroot} mkdir -p %{buildroot} -make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_PREFIX=%{buildroot}%{_prefix} install +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install pushd %{buildroot}%{_libdir} ln -s libcfitsio.so.0 libcfitsio.so popd @@ -68,8 +71,13 @@ %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + * Wed Dec 6 2006 Matthew Truch - 3.020-1 - Upgrade to revision 3.020 of cfitsio. From fedora-extras-commits at redhat.com Thu Dec 7 20:11:56 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:11:56 -0500 Subject: rpms/cfitsio/devel cfitsio.patch,1.2,1.3 cfitsio.spec,1.17,1.18 Message-ID: <200612072011.kB7KBuqd031678@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31654 Modified Files: cfitsio.patch cfitsio.spec Log Message: Need the corrected patch file. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cfitsio.patch 7 Dec 2006 20:04:14 -0000 1.2 +++ cfitsio.patch 7 Dec 2006 20:11:26 -0000 1.3 @@ -20,18 +20,17 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u Makefile.in.orig Makefile.in ---- Makefile.in.orig 2006-10-12 17:14:41.000000000 -0400 -+++ Makefile.in 2006-12-05 16:29:51.000000000 -0500 +diff -u old/Makefile.in new/Makefile.in +--- old/Makefile.in 2006-10-12 17:14:41.000000000 -0400 ++++ new/Makefile.in 2006-12-05 16:36:24.000000000 -0500 @@ -21,8 +21,8 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - CFITSIO_PREFIX = $(prefix) --CFITSIO_LIB = $(exec_prefix)/lib --CFITSIO_INCLUDE = $(prefix)/include + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include +CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) +CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) - INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} - - - + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} + + Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cfitsio.spec 7 Dec 2006 20:04:14 -0000 1.17 +++ cfitsio.spec 7 Dec 2006 20:11:26 -0000 1.18 @@ -1,6 +1,6 @@ Name: cfitsio Version: 3.020 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -74,6 +74,9 @@ %{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-3 +- Commit correct patch to configure and Makefiles. + * Fri Dec 8 2006 Matthew Truch - 3.020-2 - Modify spec file to install to correct directories. - Package cfitsio.pc file in -devel package. From fedora-extras-commits at redhat.com Thu Dec 7 20:21:14 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:21:14 -0500 Subject: rpms/cfitsio/FC-5 cfitsio.patch,1.1,1.2 cfitsio.spec,1.15,1.16 Message-ID: <200612072021.kB7KLE33031873@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31803/FC-5 Modified Files: cfitsio.patch cfitsio.spec Log Message: Fix build process to put files where they belong. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/cfitsio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfitsio.patch 13 Nov 2005 19:50:32 -0000 1.1 +++ cfitsio.patch 7 Dec 2006 20:20:44 -0000 1.2 @@ -20,23 +20,17 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-new/Makefile.in ---- cfitsio/Makefile.in 2005-04-26 11:48:05.000000000 -0400 -+++ cfitsio-new/Makefile.in 2005-11-13 13:52:27.000000000 -0500 -@@ -19,8 +19,8 @@ - # +diff -u old/Makefile.in new/Makefile.in +--- old/Makefile.in 2006-10-12 17:14:41.000000000 -0400 ++++ new/Makefile.in 2006-12-05 16:36:24.000000000 -0500 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include ++CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) ++CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} - CFITSIO_PREFIX = @CFITSIO_PREFIX@ --CFITSIO_LIB = ${CFITSIO_PREFIX}/lib --CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/include -+CFITSIO_LIB = ${CFITSIO_PREFIX}/${LIBDIR} -+CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/${INCLUDEDIR} - SHELL = /bin/sh - RANLIB = @RANLIB@ -@@ -146,4 +146,4 @@ - objs: ${CORE_OBJECTS} - - ${CFITSIO_PREFIX} ${CFITSIO_LIB} ${CFITSIO_INCLUDE}: -- @if [ ! -d $@ ]; then mkdir $@; fi -+ @if [ ! -d $@ ]; then mkdir -p $@; fi Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/cfitsio.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.15 +++ cfitsio.spec 7 Dec 2006 20:20:44 -0000 1.16 @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.020 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3006.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3020.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,10 @@ %install rm -rf %{buildroot} mkdir -p %{buildroot} -make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_PREFIX=%{buildroot}%{_prefix} install +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install pushd %{buildroot}%{_libdir} ln -s libcfitsio.so.0 libcfitsio.so popd @@ -68,8 +71,13 @@ %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + * Wed Dec 5 2006 Matthew Truch - 3.020-1 - Upgrade to cfitsio 3.020 release. From fedora-extras-commits at redhat.com Thu Dec 7 20:21:14 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:21:14 -0500 Subject: rpms/cfitsio/FC-6 cfitsio.patch,1.1,1.2 cfitsio.spec,1.16,1.17 Message-ID: <200612072021.kB7KLE1t031877@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31803/FC-6 Modified Files: cfitsio.patch cfitsio.spec Log Message: Fix build process to put files where they belong. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/cfitsio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfitsio.patch 13 Nov 2005 19:50:32 -0000 1.1 +++ cfitsio.patch 7 Dec 2006 20:20:44 -0000 1.2 @@ -20,23 +20,17 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-new/Makefile.in ---- cfitsio/Makefile.in 2005-04-26 11:48:05.000000000 -0400 -+++ cfitsio-new/Makefile.in 2005-11-13 13:52:27.000000000 -0500 -@@ -19,8 +19,8 @@ - # +diff -u old/Makefile.in new/Makefile.in +--- old/Makefile.in 2006-10-12 17:14:41.000000000 -0400 ++++ new/Makefile.in 2006-12-05 16:36:24.000000000 -0500 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include ++CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) ++CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} - CFITSIO_PREFIX = @CFITSIO_PREFIX@ --CFITSIO_LIB = ${CFITSIO_PREFIX}/lib --CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/include -+CFITSIO_LIB = ${CFITSIO_PREFIX}/${LIBDIR} -+CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/${INCLUDEDIR} - SHELL = /bin/sh - RANLIB = @RANLIB@ -@@ -146,4 +146,4 @@ - objs: ${CORE_OBJECTS} - - ${CFITSIO_PREFIX} ${CFITSIO_LIB} ${CFITSIO_INCLUDE}: -- @if [ ! -d $@ ]; then mkdir $@; fi -+ @if [ ! -d $@ ]; then mkdir -p $@; fi Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/cfitsio.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.16 +++ cfitsio.spec 7 Dec 2006 20:20:44 -0000 1.17 @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.020 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3006.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3020.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,10 @@ %install rm -rf %{buildroot} mkdir -p %{buildroot} -make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_PREFIX=%{buildroot}%{_prefix} install +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install pushd %{buildroot}%{_libdir} ln -s libcfitsio.so.0 libcfitsio.so popd @@ -68,8 +71,13 @@ %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + * Wed Dec 5 2006 Matthew Truch - 3.020-1 - Upgrade to cfitsio 3.020 release. From fedora-extras-commits at redhat.com Thu Dec 7 20:49:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 15:49:32 -0500 Subject: fedora-security/audit fe5,1.121,1.122 fe6,1.35,1.36 Message-ID: <200612072049.kB7KnW0Y032239@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32222 Modified Files: fe5 fe6 Log Message: +CVE-2006-637[34] (phpMyAdmin) #218853 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- fe5 7 Dec 2006 20:01:33 -0000 1.121 +++ fe5 7 Dec 2006 20:49:31 -0000 1.122 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6374 ** (phpMyAdmin) #218853 +CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- fe6 7 Dec 2006 18:21:48 -0000 1.35 +++ fe6 7 Dec 2006 20:49:31 -0000 1.36 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6374 ** (phpMyAdmin) #218853 +CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Thu Dec 7 21:01:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 16:01:19 -0500 Subject: rpms/cabextract/EL-4 cabextract.spec,1.7,1.8 Message-ID: <200612072101.kB7L1Jxf004044@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cabextract/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv933 Modified Files: cabextract.spec Log Message: use %{?dist} Index: cabextract.spec =================================================================== RCS file: /cvs/extras/rpms/cabextract/EL-4/cabextract.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cabextract.spec 18 Mar 2005 19:17:01 -0000 1.7 +++ cabextract.spec 7 Dec 2006 21:00:49 -0000 1.8 @@ -1,6 +1,6 @@ Name: cabextract Version: 1.1 -Release: 2 +Release: 2%{?dist} Summary: Utility for extracting cabinet (.cab) archives Group: Applications/Archiving From fedora-extras-commits at redhat.com Thu Dec 7 21:16:19 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 16:16:19 -0500 Subject: rpms/denyhosts/devel .cvsignore, 1.20, 1.21 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 Message-ID: <200612072116.kB7LGJ4N004244@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4223 Modified Files: .cvsignore denyhosts.spec sources Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 22 Jun 2006 15:02:09 -0000 1.20 +++ .cvsignore 7 Dec 2006 21:15:49 -0000 1.21 @@ -1 +1 @@ -DenyHosts-2.5.tar.gz +DenyHosts-2.6.tar.gz Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 +++ denyhosts.spec 7 Dec 2006 21:15:49 -0000 1.39 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 2%{?dist} +Version: 2.6 +Release: 1%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -148,6 +148,9 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %%{python_sitelib}/Denyhosts ownership. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 22 Jun 2006 15:02:09 -0000 1.20 +++ sources 7 Dec 2006 21:15:49 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 21:46:05 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Thu, 7 Dec 2006 16:46:05 -0500 Subject: rpms/libmtp/devel .cvsignore, 1.3, 1.4 libmtp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612072146.kB7Lk5Wj004488@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/libmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4469 Modified Files: .cvsignore libmtp.spec sources Log Message: New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libmtp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 18:56:49 -0000 1.3 +++ .cvsignore 7 Dec 2006 21:45:35 -0000 1.4 @@ -1 +1 @@ -libmtp-0.0.21.tar.gz +libmtp-0.1.0.tar.gz Index: libmtp.spec =================================================================== RCS file: /cvs/extras/rpms/libmtp/devel/libmtp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libmtp.spec 20 Oct 2006 18:56:49 -0000 1.2 +++ libmtp.spec 7 Dec 2006 21:45:35 -0000 1.3 @@ -11,7 +11,7 @@ # Name: libmtp -Version: 0.0.21 +Version: 0.1.0 Release: 1%{?dist} Summary: A software library for MTP media players URL: http://libmtp.sourceforge.net/ @@ -23,6 +23,7 @@ License: LGPL Requires: udev Requires: pam +Requires: hal BuildRequires: libusb-devel BuildRequires: doxygen @@ -69,6 +70,8 @@ # Install udev rules file. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d install -p -m 644 libmtp.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-libmtp.rules +mkdir -p $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop +install -p -m 644 libmtp.fdi $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi # Install device permissions mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/60-libmtp.perms @@ -87,6 +90,7 @@ %{_libdir}/*.so.* %config(noreplace) %{_sysconfdir}/udev/rules.d/* %config(noreplace) %{_sysconfdir}/security/console.perms.d/* +%config(noreplace) %{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi %files examples %defattr(-,root,root,-) %{_bindir}/* @@ -101,6 +105,10 @@ %changelog +* Thu Dec 7 2006 Linus Walleij 0.1.0-1 +- New upstream release. +- Start providing HAL rules. + * Fri Oct 20 2006 Linus Walleij 0.0.21-1 - New upstream release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libmtp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 18:56:49 -0000 1.3 +++ sources 7 Dec 2006 21:45:35 -0000 1.4 @@ -1 +1 @@ -621b4590c3c0d09f3546ad67f39ef80b libmtp-0.0.21.tar.gz +6940a264433eef17c99e8cfb70840bd2 libmtp-0.1.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 21:53:48 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:53:48 -0500 Subject: rpms/python-pycurl - New directory Message-ID: <200612072153.kB7LrmuO004620@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616/python-pycurl Log Message: Directory /cvs/extras/rpms/python-pycurl added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 21:53:54 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:53:54 -0500 Subject: rpms/python-pycurl/devel - New directory Message-ID: <200612072153.kB7Lrs81004634@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616/python-pycurl/devel Log Message: Directory /cvs/extras/rpms/python-pycurl/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 21:54:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:54:06 -0500 Subject: rpms/python-pycurl Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612072154.kB7Ls6CI004663@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4657 Added Files: Makefile import.log Log Message: Setup of module python-pycurl --- NEW FILE Makefile --- # Top level Makefile for module python-pycurl all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 21:54:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:54:06 -0500 Subject: rpms/python-pycurl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612072154.kB7Ls6bg004676@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4657/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-pycurl --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 21:54:59 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:54:59 -0500 Subject: rpms/python-pycurl import.log,1.1,1.2 Message-ID: <200612072154.kB7LsxiU004747@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4717 Modified Files: import.log Log Message: auto-import python-pycurl-7.15.5.1-3 on branch devel from python-pycurl-7.15.5.1-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 21:54:06 -0000 1.1 +++ import.log 7 Dec 2006 21:54:29 -0000 1.2 @@ -0,0 +1 @@ +python-pycurl-7_15_5_1-3:HEAD:python-pycurl-7.15.5.1-3.src.rpm:1165528792 From fedora-extras-commits at redhat.com Thu Dec 7 21:55:00 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:55:00 -0500 Subject: rpms/python-pycurl/devel python-pycurl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612072155.kB7Lt0EP004751@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4717/devel Modified Files: .cvsignore sources Added Files: python-pycurl.spec Log Message: auto-import python-pycurl-7.15.5.1-3 on branch devel from python-pycurl-7.15.5.1-3.src.rpm --- NEW FILE python-pycurl.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-pycurl Version: 7.15.5.1 Release: 3%{?dist} Summary: A Python interface to libcurl Group: Development/Languages License: LGPL URL: http://pycurl.sourceforge.net/ Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: curl-devel >= 7.15.5 Provides: pycurl = %{version}-%{release} %description PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features. %prep %setup -q -n pycurl-%{version} chmod a-x examples/* %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %check %{__python} tests/test_internals.py -q %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} rm -rf %{buildroot}%{_datadir}/doc/pycurl %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING ChangeLog README TODO examples doc tests %{python_sitearch}/* %changelog * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-3 - Don't forget to Provide: pycurl!!! * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-2 - Remove INSTALL from the list of documentation - Use python_sitearch for all of the files * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 21:54:06 -0000 1.1 +++ .cvsignore 7 Dec 2006 21:54:29 -0000 1.2 @@ -0,0 +1 @@ +pycurl-7.15.5.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 21:54:06 -0000 1.1 +++ sources 7 Dec 2006 21:54:29 -0000 1.2 @@ -0,0 +1 @@ +464cfbeba150d99d92a407c7c8b751de pycurl-7.15.5.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 22:08:10 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 7 Dec 2006 17:08:10 -0500 Subject: owners owners.list,1.2082,1.2083 Message-ID: <200612072208.kB7M8ACJ007953@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7936 Modified Files: owners.list Log Message: * Toshio's watching sqlalchemy as well. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2082 retrieving revision 1.2083 diff -u -r1.2082 -r1.2083 --- owners.list 7 Dec 2006 19:42:53 -0000 1.2082 +++ owners.list 7 Dec 2006 22:07:40 -0000 1.2083 @@ -2050,7 +2050,7 @@ Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpy|Python simulation framework|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| Fedora Extras|python-smbpasswd|Python SMB Password Hash Generator Module|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| -Fedora Extras|python-sqlalchemy|Modular and flexible ORM library for python|shahms at shahms.com|extras-qa at fedoraproject.org| +Fedora Extras|python-sqlalchemy|Modular and flexible ORM library for python|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com Fedora Extras|python-sqlite|Python bindings for SQLite|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-sqlite2|DB-API 2.0 interface for SQLite 3.x|gajownik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-sqlobject|SQLObject is an object-relational mapper for python|lmacken at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 22:13:04 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 7 Dec 2006 17:13:04 -0500 Subject: rpms/python-sqlalchemy/devel .cvsignore, 1.7, 1.8 python-sqlalchemy.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612072213.kB7MD4is007990@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7971 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: - Update to new upstream version 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 17 Aug 2006 17:16:40 -0000 1.7 +++ .cvsignore 7 Dec 2006 22:12:34 -0000 1.8 @@ -1 +1 @@ -SQLAlchemy-0.2.7.tar.gz +SQLAlchemy-0.3.1.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sqlalchemy.spec 16 Sep 2006 18:50:06 -0000 1.8 +++ python-sqlalchemy.spec 7 Dec 2006 22:12:34 -0000 1.9 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -16,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python python-setuptools +BuildRequires: python +BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} %description @@ -76,6 +77,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 +- Update to new upstream version 0.3.1 + * Sat Sep 16 2006 Shahms E. King 0.2.7-2 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 17 Aug 2006 17:16:40 -0000 1.7 +++ sources 7 Dec 2006 22:12:34 -0000 1.8 @@ -1 +1 @@ -d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz +cb5e17096ed50389687c62bad8c5a67a SQLAlchemy-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 22:14:29 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 7 Dec 2006 17:14:29 -0500 Subject: rpms/python-sqlalchemy/FC-6 .cvsignore, 1.7, 1.8 python-sqlalchemy.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612072214.kB7MET6J008060@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8041 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: - Update to new upstream version 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 17 Aug 2006 17:16:40 -0000 1.7 +++ .cvsignore 7 Dec 2006 22:13:59 -0000 1.8 @@ -1 +1 @@ -SQLAlchemy-0.2.7.tar.gz +SQLAlchemy-0.3.1.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-6/python-sqlalchemy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sqlalchemy.spec 16 Sep 2006 18:50:06 -0000 1.8 +++ python-sqlalchemy.spec 7 Dec 2006 22:13:59 -0000 1.9 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -16,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python python-setuptools +BuildRequires: python +BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} %description @@ -76,6 +77,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 +- Update to new upstream version 0.3.1 + * Sat Sep 16 2006 Shahms E. King 0.2.7-2 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 17 Aug 2006 17:16:40 -0000 1.7 +++ sources 7 Dec 2006 22:13:59 -0000 1.8 @@ -1 +1 @@ -d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz +cb5e17096ed50389687c62bad8c5a67a SQLAlchemy-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 22:20:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 17:20:10 -0500 Subject: rpms/python-pycurl/devel python-pycurl.spec,1.1,1.2 Message-ID: <200612072220.kB7MKAep008138@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8123 Modified Files: python-pycurl.spec Log Message: Try to fix PPC build problem. Index: python-pycurl.spec =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/python-pycurl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-pycurl.spec 7 Dec 2006 21:54:29 -0000 1.1 +++ python-pycurl.spec 7 Dec 2006 22:19:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-pycurl Version: 7.15.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python interface to libcurl Group: Development/Languages @@ -27,7 +27,7 @@ chmod a-x examples/* %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build %check %{__python} tests/test_internals.py -q @@ -46,6 +46,9 @@ %{python_sitearch}/* %changelog +* Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-4 +- Add -DHAVE_CURL_OPENSSL to fix PPC build problem. + * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-3 - Don't forget to Provide: pycurl!!! From fedora-extras-commits at redhat.com Thu Dec 7 23:10:02 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 7 Dec 2006 18:10:02 -0500 Subject: comps comps-fe6.xml.in,1.240,1.241 comps-fe7.xml.in,1.44,1.45 Message-ID: <200612072310.kB7NA28j011423@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11406 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: add glest Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.240 retrieving revision 1.241 diff -u -r1.240 -r1.241 --- comps-fe6.xml.in 7 Dec 2006 16:11:20 -0000 1.240 +++ comps-fe6.xml.in 7 Dec 2006 23:09:32 -0000 1.241 @@ -401,6 +401,7 @@ freedroidrpg frozen-bubble gl-117 + glest gnofract4d gnome-sudoku gnubg Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- comps-fe7.xml.in 7 Dec 2006 19:07:09 -0000 1.44 +++ comps-fe7.xml.in 7 Dec 2006 23:09:32 -0000 1.45 @@ -401,6 +401,7 @@ freedroidrpg frozen-bubble gl-117 + glest gnofract4d gnome-sudoku gnubg From fedora-extras-commits at redhat.com Thu Dec 7 23:22:43 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 18:22:43 -0500 Subject: rpms/Pound/FC-6 .cvsignore, 1.2, 1.3 Pound.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612072322.kB7NMhKY011493@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11474 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Nov 2006 23:44:36 -0000 1.2 +++ .cvsignore 7 Dec 2006 23:22:13 -0000 1.3 @@ -1 +1 @@ -Pound-2.1.6.tgz +Pound-2.1.7.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Pound.spec 12 Nov 2006 23:44:36 -0000 1.1 +++ Pound.spec 7 Dec 2006 23:22:13 -0000 1.2 @@ -3,8 +3,8 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.6 -Release: 2%{?dist} +Version: 2.1.7 +Release: 1%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Fri Dec 08 2006 2.1.7-1 +- Sync with upstream * Wed Nov 08 2006 2.1.6-2 - Changed hardcoded paths into rpmmacros * Mon Nov 06 2006 2.1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Nov 2006 23:44:36 -0000 1.2 +++ sources 7 Dec 2006 23:22:13 -0000 1.3 @@ -1 +1 @@ -d9cec1718f733e7d79a2e352b10c06d5 Pound-2.1.6.tgz +cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz From fedora-extras-commits at redhat.com Thu Dec 7 23:25:19 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 18:25:19 -0500 Subject: rpms/Pound/FC-5 .cvsignore, 1.2, 1.3 Pound.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612072325.kB7NPJnn011567@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11548 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Nov 2006 23:44:36 -0000 1.2 +++ .cvsignore 7 Dec 2006 23:24:49 -0000 1.3 @@ -1 +1 @@ -Pound-2.1.6.tgz +Pound-2.1.7.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Pound.spec 12 Nov 2006 23:44:36 -0000 1.1 +++ Pound.spec 7 Dec 2006 23:24:49 -0000 1.2 @@ -3,8 +3,8 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.6 -Release: 2%{?dist} +Version: 2.1.7 +Release: 1%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Fri Dec 08 2006 2.1.7-1 +- Sync with upstream * Wed Nov 08 2006 2.1.6-2 - Changed hardcoded paths into rpmmacros * Mon Nov 06 2006 2.1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Nov 2006 23:44:36 -0000 1.2 +++ sources 7 Dec 2006 23:24:49 -0000 1.3 @@ -1 +1 @@ -d9cec1718f733e7d79a2e352b10c06d5 Pound-2.1.6.tgz +cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz From fedora-extras-commits at redhat.com Thu Dec 7 23:27:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 18:27:47 -0500 Subject: rpms/915resolution/FC-6 915resolution.spec,1.5,1.6 Message-ID: <200612072327.kB7NRl3Z011742@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11726 Modified Files: 915resolution.spec Log Message: release bump Index: 915resolution.spec =================================================================== RCS file: /cvs/extras/rpms/915resolution/FC-6/915resolution.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 915resolution.spec 7 Dec 2006 02:52:13 -0000 1.5 +++ 915resolution.spec 7 Dec 2006 23:27:17 -0000 1.6 @@ -1,6 +1,6 @@ Name: 915resolution Version: 0.5.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support @@ -60,6 +60,9 @@ %changelog +* Thu Dec 07 2006 Chris Weyl 0.5.2-4 +- bump + * Tue Aug 01 2006 Chris Weyl 0.5.2-3 - excludearch ppc From fedora-extras-commits at redhat.com Thu Dec 7 23:49:04 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 7 Dec 2006 18:49:04 -0500 Subject: rpms/compat-libgda/devel compat-libgda.spec,1.2,1.3 Message-ID: <200612072349.kB7Nn4D7012043@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/compat-libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12025 Modified Files: compat-libgda.spec Log Message: Rebuild with libpq.so.5 Index: compat-libgda.spec =================================================================== RCS file: /cvs/extras/rpms/compat-libgda/devel/compat-libgda.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- compat-libgda.spec 11 Sep 2006 18:45:15 -0000 1.2 +++ compat-libgda.spec 7 Dec 2006 23:48:34 -0000 1.3 @@ -41,7 +41,7 @@ Summary: Library for writing gnome database programs Name: compat-libgda Version: 1.2.3 -Release: 4%{?dist} +Release: 5%{?dist} Source: http://ftp.gnome.org/pub/GNOME/sources/libgda/1.2/libgda-%{version}.tar.bz2 URL: http://www.gnome-db.org/ Group: System Environment/Libraries @@ -404,6 +404,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 1.2.3-5 +- Rebuild with libpq.so.5 + * Mon Sep 11 2006 Denis Leroy - 1.2.3-4 - Added intltool BR From fedora-extras-commits at redhat.com Fri Dec 8 00:10:24 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Thu, 7 Dec 2006 19:10:24 -0500 Subject: rpms/ssmtp/devel ssmtp-bcc-fix.patch, NONE, 1.1 ssmtp-password-leak.patch, NONE, 1.1 ssmtp-ssl.certificate.nomatch.patch, NONE, 1.1 ssmtp.spec, 1.4, 1.5 Message-ID: <200612080010.kB80AOvc015385@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15358 Modified Files: ssmtp.spec Added Files: ssmtp-bcc-fix.patch ssmtp-password-leak.patch ssmtp-ssl.certificate.nomatch.patch Log Message: security fix - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ssmtp-bcc-fix.patch: --- NEW FILE ssmtp-bcc-fix.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -708,6 +704,10 @@ else if(strncasecmp(ht->string, "Bcc:", 4) == 0) { p = (ht->string + 4); rcpt_parse(p); + /* Undo adding the header to the list: */ + free(ht->string); + ht->string = NULL; + return; } else if(strncasecmp(ht->string, "CC:", 3) == 0) { p = (ht->string + 3); ssmtp-password-leak.patch: --- NEW FILE ssmtp-password-leak.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1404,6 +1406,7 @@ struct passwd *pw; int i, sock; uid_t uid; + bool_t minus_v_save; int timeout = 0; outbytes = 0; @@ -1520,7 +1523,12 @@ #ifdef MD5AUTH } #endif + /* We do NOT want the password output to STDERR + * even base64 encoded.*/ + minus_v_save = minus_v; + minus_v = False; outbytes += smtp_write(sock, "%s", buf); + minus_v = minus_v_save; (void)alarm((unsigned) MEDWAIT); if(smtp_okay(sock, buf) == False) { ssmtp-ssl.certificate.nomatch.patch: --- NEW FILE ssmtp-ssl.certificate.nomatch.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1138,10 +1138,12 @@ return(-1); } +#ifdef NOT_USED if(!SSL_CTX_check_private_key(ctx)) { log_event(LOG_ERR, "Private key does not match the certificate public key\n"); return(-1); } +#endif } #endif Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/devel/ssmtp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ssmtp.spec 28 Nov 2006 03:44:40 -0000 1.4 +++ ssmtp.spec 8 Dec 2006 00:09:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -10,6 +10,9 @@ Patch0: %{name}-%{version}.6.patch Patch1: %{name}-2.50.3-maxsysuid.patch Patch2: %{name}-defaultvalues.patch +Patch3: %{name}-ssl.certificate.nomatch.patch +Patch4: %{name}-password-leak.patch +Patch5: %{name}-bcc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: MTA smtpdaemon %{_sbindir}/sendmail Requires(post): %{_sbindir}/alternatives @@ -32,6 +35,9 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -105,6 +111,11 @@ %changelog +* Fri Dec 08 2006 lonely wolf 2.61-11 +- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) +- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) + +%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Fri Dec 8 01:29:27 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:29:27 -0500 Subject: rpms/denyhosts/devel denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.39, 1.40 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080129.kB81TRRf018836@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18818 Modified Files: denyhosts.spec Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- denyhosts.spec 7 Dec 2006 21:15:49 -0000 1.39 +++ denyhosts.spec 8 Dec 2006 01:28:56 -0000 1.40 @@ -1,6 +1,6 @@ Name: denyhosts Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -148,6 +148,9 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:40:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:40:56 -0500 Subject: rpms/denyhosts/FC-6 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080140.kB81eujV018983@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18960 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-6/denyhosts.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 +++ denyhosts.spec 8 Dec 2006 01:40:26 -0000 1.39 @@ -1,5 +1,5 @@ Name: denyhosts -Version: 2.5 +Version: 2.6 Release: 2%{?dist} Summary: A script to help thwart ssh server attacks @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -148,6 +148,12 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %%{python_sitelib}/Denyhosts ownership. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-6/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 22 Jun 2006 15:02:09 -0000 1.20 +++ sources 8 Dec 2006 01:40:26 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:51:35 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:51:35 -0500 Subject: rpms/denyhosts/FC-5 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.31, 1.32 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080151.kB81pZdT019065@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19045 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-5/denyhosts.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- denyhosts.spec 24 Jun 2006 19:40:23 -0000 1.31 +++ denyhosts.spec 8 Dec 2006 01:51:05 -0000 1.32 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 24 Jun 2006 19:40:23 -0000 1.20 +++ sources 8 Dec 2006 01:51:05 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:52:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:52:41 -0500 Subject: rpms/denyhosts/FC-4 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080152.kB81qfAH019139@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19119 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-4/denyhosts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- denyhosts.spec 24 Jun 2006 19:40:56 -0000 1.14 +++ denyhosts.spec 8 Dec 2006 01:52:11 -0000 1.15 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 24 Jun 2006 19:40:56 -0000 1.13 +++ sources 8 Dec 2006 01:52:11 -0000 1.14 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:54:32 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:54:32 -0500 Subject: rpms/denyhosts/FC-3 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080154.kB81sW9E019227@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19206 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- denyhosts.spec 24 Jun 2006 19:41:16 -0000 1.14 +++ denyhosts.spec 8 Dec 2006 01:54:02 -0000 1.15 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-3/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 24 Jun 2006 19:41:16 -0000 1.13 +++ sources 8 Dec 2006 01:54:02 -0000 1.14 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:56:15 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:56:15 -0500 Subject: rpms/denyhosts/EL-4 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080156.kB81uFGC019311@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19289 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-4/denyhosts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- denyhosts.spec 24 Jun 2006 19:41:16 -0000 1.14 +++ denyhosts.spec 8 Dec 2006 01:55:45 -0000 1.15 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 24 Jun 2006 19:41:16 -0000 1.13 +++ sources 8 Dec 2006 01:55:45 -0000 1.14 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:58:06 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:58:06 -0500 Subject: rpms/denyhosts/EL-5 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080158.kB81w6ZS019402@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19382 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-5/denyhosts.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 +++ denyhosts.spec 8 Dec 2006 01:57:36 -0000 1.39 @@ -1,5 +1,5 @@ Name: denyhosts -Version: 2.5 +Version: 2.6 Release: 2%{?dist} Summary: A script to help thwart ssh server attacks @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -148,6 +148,12 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %%{python_sitelib}/Denyhosts ownership. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 22 Jun 2006 15:02:09 -0000 1.20 +++ sources 8 Dec 2006 01:57:36 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 02:17:31 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 21:17:31 -0500 Subject: fedora-security/audit fe3, 1.42, 1.43 fe4, 1.111, 1.112 fe5, 1.122, 1.123 fe6, 1.36, 1.37 Message-ID: <200612080217.kB82HVIJ022699@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22678 Modified Files: fe3 fe4 fe5 fe6 Log Message: Note updated denyhosts; fixes CVE-2006-6301. Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- fe3 7 Dec 2006 20:01:33 -0000 1.42 +++ fe3 8 Dec 2006 02:17:31 -0000 1.43 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- fe4 7 Dec 2006 20:01:33 -0000 1.111 +++ fe4 8 Dec 2006 02:17:31 -0000 1.112 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- fe5 7 Dec 2006 20:49:31 -0000 1.122 +++ fe5 8 Dec 2006 02:17:31 -0000 1.123 @@ -4,7 +4,7 @@ CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- fe6 7 Dec 2006 20:49:31 -0000 1.36 +++ fe6 8 Dec 2006 02:17:31 -0000 1.37 @@ -4,7 +4,7 @@ CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Fri Dec 8 04:20:14 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:20:14 -0500 Subject: rpms/idioskopos/FC-6 idioskopos.spec,1.1,1.2 Message-ID: <200612080420.kB84KEFA029358@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29314/FC-6 Modified Files: idioskopos.spec Log Message: New release Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/idioskopos.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idioskopos.spec 6 Dec 2006 05:40:44 -0000 1.1 +++ idioskopos.spec 8 Dec 2006 04:19:44 -0000 1.2 @@ -1,11 +1,11 @@ Summary: C++ introspection library Name: idioskopos -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries -Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 +Source: http://download.sourceforge.net/idioskopos/idioskopos-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 @@ -62,11 +62,14 @@ %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc -%{_includedir}/idioskopos-0.3/ +%{_includedir}/idioskopos-0.4/ %doc ChangeLog docs/reference %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release From fedora-extras-commits at redhat.com Fri Dec 8 04:20:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:20:13 -0500 Subject: rpms/idioskopos/FC-5 idioskopos.spec,1.1,1.2 Message-ID: <200612080420.kB84KDcE029355@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29314/FC-5 Modified Files: idioskopos.spec Log Message: New release Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/idioskopos.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idioskopos.spec 6 Dec 2006 05:40:44 -0000 1.1 +++ idioskopos.spec 8 Dec 2006 04:19:43 -0000 1.2 @@ -1,11 +1,11 @@ Summary: C++ introspection library Name: idioskopos -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries -Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 +Source: http://download.sourceforge.net/idioskopos/idioskopos-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 @@ -62,11 +62,14 @@ %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc -%{_includedir}/idioskopos-0.3/ +%{_includedir}/idioskopos-0.4/ %doc ChangeLog docs/reference %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release From fedora-extras-commits at redhat.com Fri Dec 8 04:20:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:20:19 -0500 Subject: rpms/idioskopos/devel idioskopos.spec,1.1,1.2 Message-ID: <200612080420.kB84KJFp029361@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29314/devel Modified Files: idioskopos.spec Log Message: New release Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/idioskopos.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idioskopos.spec 6 Dec 2006 05:40:44 -0000 1.1 +++ idioskopos.spec 8 Dec 2006 04:19:49 -0000 1.2 @@ -1,11 +1,11 @@ Summary: C++ introspection library Name: idioskopos -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries -Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 +Source: http://download.sourceforge.net/idioskopos/idioskopos-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 @@ -62,11 +62,14 @@ %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc -%{_includedir}/idioskopos-0.3/ +%{_includedir}/idioskopos-0.4/ %doc ChangeLog docs/reference %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release From fedora-extras-commits at redhat.com Fri Dec 8 04:53:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:53:57 -0500 Subject: rpms/idioskopos/FC-6 .cvsignore, 1.2, 1.3 idioskopos.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612080453.kB84rv4h029640@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29586/FC-6 Modified Files: .cvsignore idioskopos.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 +++ .cvsignore 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -idioskopos-0.3.3.tar.bz2 +idioskopos-0.4.0.tar.bz2 Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/idioskopos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idioskopos.spec 8 Dec 2006 04:19:44 -0000 1.2 +++ idioskopos.spec 8 Dec 2006 04:53:27 -0000 1.3 @@ -1,7 +1,7 @@ Summary: C++ introspection library Name: idioskopos Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries @@ -67,6 +67,9 @@ %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for make tag + * Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Dec 2006 05:40:44 -0000 1.2 +++ sources 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 +a610782d39025d5776767e54d575f1c6 idioskopos-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 04:53:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:53:57 -0500 Subject: rpms/idioskopos/FC-5 .cvsignore, 1.2, 1.3 idioskopos.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612080453.kB84rvmW029635@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29586/FC-5 Modified Files: .cvsignore idioskopos.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 +++ .cvsignore 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -idioskopos-0.3.3.tar.bz2 +idioskopos-0.4.0.tar.bz2 Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/idioskopos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idioskopos.spec 8 Dec 2006 04:19:43 -0000 1.2 +++ idioskopos.spec 8 Dec 2006 04:53:27 -0000 1.3 @@ -1,7 +1,7 @@ Summary: C++ introspection library Name: idioskopos Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries @@ -67,6 +67,9 @@ %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for make tag + * Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Dec 2006 05:40:44 -0000 1.2 +++ sources 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 +a610782d39025d5776767e54d575f1c6 idioskopos-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 04:54:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:54:02 -0500 Subject: rpms/idioskopos/devel .cvsignore, 1.2, 1.3 idioskopos.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612080454.kB84s2k7029645@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29586/devel Modified Files: .cvsignore idioskopos.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 +++ .cvsignore 8 Dec 2006 04:53:32 -0000 1.3 @@ -1 +1 @@ -idioskopos-0.3.3.tar.bz2 +idioskopos-0.4.0.tar.bz2 Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/idioskopos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idioskopos.spec 8 Dec 2006 04:19:49 -0000 1.2 +++ idioskopos.spec 8 Dec 2006 04:53:32 -0000 1.3 @@ -1,7 +1,7 @@ Summary: C++ introspection library Name: idioskopos Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries @@ -67,6 +67,9 @@ %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for make tag + * Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Dec 2006 05:40:44 -0000 1.2 +++ sources 8 Dec 2006 04:53:32 -0000 1.3 @@ -1 +1 @@ -bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 +a610782d39025d5776767e54d575f1c6 idioskopos-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 07:08:47 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:08:47 -0500 Subject: rpms/claws-mail - New directory Message-ID: <200612080708.kB878lrt006840@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6836/claws-mail Log Message: Directory /cvs/extras/rpms/claws-mail added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 07:08:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:08:52 -0500 Subject: rpms/claws-mail/devel - New directory Message-ID: <200612080708.kB878qA7006851@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6836/claws-mail/devel Log Message: Directory /cvs/extras/rpms/claws-mail/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 07:09:11 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:09:11 -0500 Subject: rpms/claws-mail Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612080709.kB879Bja006883@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6877 Added Files: Makefile import.log Log Message: Setup of module claws-mail --- NEW FILE Makefile --- # Top level Makefile for module claws-mail all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 8 07:09:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:09:16 -0500 Subject: rpms/claws-mail/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612080709.kB879G3t006898@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6877/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module claws-mail --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 8 07:11:44 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:11:44 -0500 Subject: rpms/claws-mail import.log,1.1,1.2 Message-ID: <200612080711.kB87BiW2006985@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6954 Modified Files: import.log Log Message: auto-import claws-mail-2.6.1-1.fc6 on branch devel from claws-mail-2.6.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/claws-mail/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Dec 2006 07:09:11 -0000 1.1 +++ import.log 8 Dec 2006 07:11:14 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-2_6_1-1_fc6:HEAD:claws-mail-2.6.1-1.src.rpm:1165562085 From fedora-extras-commits at redhat.com Fri Dec 8 07:11:44 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:11:44 -0500 Subject: rpms/claws-mail/devel claws-mail.desktop, NONE, 1.1 claws-mail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612080711.kB87BiNi006989@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6954/devel Modified Files: .cvsignore sources Added Files: claws-mail.desktop claws-mail.spec Log Message: auto-import claws-mail-2.6.1-1.fc6 on branch devel from claws-mail-2.6.1-1.src.rpm --- NEW FILE claws-mail.desktop --- [Desktop Entry] Name=Claws Mail Comment=E-Mail client Exec=claws-mail Icon=claws-mail.png Terminal=false Type=Application Encoding=UTF-8 Categories=Application;Network; --- NEW FILE claws-mail.spec --- Name: claws-mail Version: 2.6.1 Release: 1%{?dist} Summary: The extended version of Sylpheed Group: Applications/Internet License: GPL URL: http://claws.sylpheed.org Source0: http://dl.sf.net/sylpheed-claws/claws-mail-2.6.1.tar.bz2 Source1: claws-mail.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: flex, bison BuildRequires: glib-devel >= 2.6.2 BuildRequires: gtk2-devel >= 2.4.9 BuildRequires: compface >= 1.4 BuildRequires: openssl-devel >= 0.9.7 BuildRequires: openldap-devel >= 2.0.7 BuildRequires: aspell-devel >= 0.50.1 BuildRequires: pilot-link-devel BuildRequires: gdk-pixbuf-devel BuildRequires: clamav-devel BuildRequires: bzip2-devel BuildRequires: gmp-devel BuildRequires: gnupg >= 1.2.1, gpgme-devel >= 1.0.1 BuildRequires: desktop-file-utils startup-notification-devel BuildRequires: pkgconfig BuildRequires: gettext-devel BuildRequires: libetpan-devel >= 0.48 BuildRequires: libgnomeprintui22-devel Obsoletes: sylpheed-claws %description Claws Mail is an email client (and news reader), based on GTK+, featuring quick response, graceful and sophisticated interface, easy configuration, intuitive operation, abundant features, extensibility %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains the header files and pkgconfig file needed for development with %{name}. %package plugins-clamav Summary: Clamav antivirus plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} %description plugins-clamav %{summary} %package plugins-dillo Summary: Dillo HTML viewer plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: dillo %description plugins-dillo %{summary} %package plugins-spamassassin Summary: Spamassassin plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: spamassassin %description plugins-spamassassin %{summary} %package plugins-pgp Summary: PGP plugin for signing and encrypting mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} %description plugins-pgp %{summary} %package plugins-bogofilter Summary: Bogofilter plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} %description plugins-bogofilter %{summary} %prep %setup -q %build %configure --enable-openssl --enable-ipv6 \ --enable-ldap --enable-jpilot \ --enable-spamassassin-plugin \ --disable-mathml-viewer-plugin \ --enable-aspell \ --disable-dependency-tracking \ --disable-rpath %{__make} %{?_smp_mflags} %{__make} check %install %{__rm} -rf ${RPM_BUILD_ROOT} %makeinstall gnomedatadir=${RPM_BUILD_ROOT}/%{_datadir} %find_lang claws-mail desktop-file-install \ --vendor=fedora \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category=X-Fedora \ %{SOURCE1} %{__rm} -f ${RPM_BUILD_ROOT}%{_infodir}/dir %{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/gnome find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' find ${RPM_BUILD_ROOT}/%{_libdir}/claws-mail/plugins/ -type f -name \ "*.a" -exec rm -f {} ';' %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps %{__install} %{_builddir}/%{name}-%{version}/claws-mail.png \ ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png %clean %{__rm} -rf ${RPM_BUILD_ROOT} %files -f claws-mail.lang %defattr(-,root,root,-) %doc ABOUT-NLS AUTHORS ChangeLog COPYING %doc NEWS README %doc TODO %{_bindir}/* %dir %{_libdir}/claws-mail/ %dir %{_libdir}/claws-mail/plugins/ %{_libdir}/claws-mail/plugins/trayicon.so %{_datadir}/pixmaps/* %{_datadir}/claws-mail %{_mandir}/man1/* %{_datadir}/applications/* #%{_datadir}/icons/* %files devel %defattr(-,root,root,-) %{_includedir}/claws-mail/ %{_libdir}/pkgconfig/claws-mail.pc %{_libdir}/claws-mail/plugins/*deps %files plugins-clamav %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/clamav_plugin.so %files plugins-dillo %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/dillo_viewer.so %files plugins-spamassassin %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/spamassassin.so %files plugins-pgp %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/pgp*.so %files plugins-bogofilter %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/bogofilter.so %changelog * Mon Dec 04 2006 Andreas Bierfert 2.6.1-1 - version upgrade - package is now named claws-mail instead of sylpheed-claws * Mon Nov 06 2006 Andreas Bierfert 2.6.0-1 - version upgrade * Thu Oct 19 2006 Andreas Bierfert 2.5.6-1 - version upgrade * Thu Oct 12 2006 Andreas Bierfert 2.5.5-1 - version upgrade * Sat Oct 07 2006 Andreas Bierfert 2.5.3-1 - version upgrade * Wed Sep 27 2006 Andreas Bierfert 2.5.2-1 - version upgrade * Tue Sep 26 2006 Andreas Bierfert 2.5.1-1 - version upgrade - should fix (#204340) * Fri Sep 15 2006 Andreas Bierfert 2.4.0-2 - FE6 rebuild * Mon Jul 31 2006 Andreas Bierfert 2.4.0-1 - version upgrade * Mon Jun 26 2006 Andreas Bierfert 2.3.1-1 - version upgrade * Mon Jun 12 2006 Andreas Bierfert 2.3.0-1 - version upgrade * Fri Jun 09 2006 Andreas Bierfert 2.2.3-1 - version upgrade * Mon Jun 05 2006 Andreas Bierfert 2.2.1-1 - version upgrade * Mon May 08 2006 Andreas Bierfert 2.2.0-1 - version upgrade * Sat Apr 22 2006 Andreas Bierfert 2.1.1-1 - split plugins from main package to ease requirements (#189113) - version upgrade (#183357) - fix libpisock (#189585) * Wed Apr 05 2006 Andreas Bierfert 2.1.0-1 - version upgrade * Fri Mar 31 2006 Andreas Bierfert 2.0.0-4 - #187383: add BR libgnomeprintui22-devel * Thu Mar 02 2006 Andreas Bierfert 2.0.0-3 - Fix .desktop * Thu Feb 16 2006 Andreas Bierfert 2.0.0-2 - Rebuild for Fedora Extras 5 * Fri Feb 03 2006 Andreas Bierfert 2.0.0-1 - version upgrade - fix summary * Wed Jan 18 2006 Andreas Bierfert 2.0.0-0.rc4 - version upgrade * Mon Jan 09 2006 Andreas Bierfert 2.0.0-0.rc3 - version upgrade * Sun Dec 25 2005 Andreas Bierfert 2.0.0-0.rc2 - version upgrade * Sun Dec 04 2005 Andreas Bierfert 2.0.0-0.rc1 - version upgrade * Mon Nov 21 2005 Andreas Bierfert 1.9.100-2 - drop program suffix (causes sylpheed-claws-claws bin) * Thu Nov 17 2005 Andreas Bierfert 1.9.100-1 - version upgrade * Sat Oct 15 2005 Andreas Bierfert 1.9.15-1 - version upgrade * Fri Sep 09 2005 Andreas Bierfert 1.9.14-1 - version upgrade * Mon Aug 15 2005 Andreas Bierfert 1.9.13-4 - fix files * Mon Aug 15 2005 Andreas Bierfert 1.9.13-3 - add gmp-devel BR * Mon Aug 15 2005 Andreas Bierfert 1.9.13-2 - add bzip2-devel BR * Sun Jul 31 2005 Andreas Bierfert 1.9.13-1 - upgrade - switch s/gpgme03/gpgme/ - need libetpan * Thu Jul 07 2005 Andreas Bierfert 1.9.12-2 - add some doc - fix pixmap installation * Wed Jul 06 2005 Andreas Bierfert 1.9.12-1 - version upgrade - add dist tag * Thu May 26 2005 Andreas Bierfert 1.9.11-1 - change to gtk2 version * Thu Apr 14 2005 Andreas Bierfert 1.0.4-2 - minor cleanups - remove aspell version check * Thu Mar 31 2005 Andreas Bierfert 1.0.4-1 - Version upgrade * Wed Mar 23 2005 Andreas Bierfert 1.0.3-1 - Version upgrade * Fri Mar 18 2005 Michael Schwendt - 1.0.1-3 - Don't include static libs in plugin directory. - Set --with-gpgme-prefix to use relocated gpgme03 package contents. - BR startup-notification-devel * Sat Mar 05 2005 Andreas Bierfert 1.0.1-2 - fixed some sylpheed/sylpheed-claws - removed Conflictes sylpheed * Wed Feb 09 2005 Andreas Bierfert 0:1.0.1-1 - version upgrade - cleaned up BuildRequires/Requires and configure options * Tue Dec 21 2004 Andreas Bierfert 0:0.9.13-1 - version upgrade - remove old configure options for GnuPG support (moved to a new plugin now) - enable new pgpmime-plugin * Tue Jul 20 2004 Andreas Bierfert 0:0.9.12-1 - version upgrade - lots of s/sylpheed/sylpheed-claws/ * Mon May 31 2004 Andreas Bierfert 0:0.9.11-0.fdr.1 - version upgrade * Tue Mar 09 2004 Andreas Bierfert 0:0.9.10-0.fdr.1 - new upstream version * Fri Feb 13 2004 Andreas Bierfert 0:0.9.9-0.fdr.1 - version upgrade * Thu Jan 01 2004 Andreas Bierfert 0:0.9.8-0.fdr.1 - version upgrade * Thu Dec 18 2003 Andreas Bierfert 0:0.9.7-0.fdr.2 - added missing defattr to devel rpm (fixes pending issue) * Thu Nov 27 2003 Andreas Bierfert 0:0.9.7-0.fdr.1 - version upgrade * Wed Oct 08 2003 Andreas Bierfert 0:0.9.6-0.fdr.8 - version upgrade * Tue Sep 16 2003 Andreas Bierfert 0:0.9.5-0.fdr.7 - minor fixes (see #545 #2{1,2}) * Mon Sep 15 2003 Andreas Bierfert 0:0.9.5-0.fdr.6 - added specfile changes provided by Michael Schwendt - made aspell-devel conditional severn only * Fri Sep 12 2003 Andreas Bierfert 0:0.9.5-0.fdr.5 - version upgrade (thus devel package) - readded aspell-devel (still only works for > severn but 'a nice to have') * Sat Aug 30 2003 Andreas Bierfert 0:0.9.4-0.fdr.4 - reintroduced --enable-aspell without BuildRequires so that it will work in severn and just be ignored on > shrike - changed openssl cflags (now via pkg-config) * Wed Aug 06 2003 Andreas Bierfert 0:0.9.4-0.fdr.3 - upgrade to new version - no aspell support till version >= 0.5.0 is aviable * Sat Aug 02 2003 Andreas Bierfert 0:0.9.3-0.fdr.2 - Added BuildRequires openldap-devel, pilot-link-devel - Excluded static archives - Changed desktop file * Fri Aug 01 2003 Andreas Bierfert 0:0.9.3-0.fdr.1 - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2006 07:09:16 -0000 1.1 +++ .cvsignore 8 Dec 2006 07:11:14 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-2.6.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2006 07:09:16 -0000 1.1 +++ sources 8 Dec 2006 07:11:14 -0000 1.2 @@ -0,0 +1 @@ +98099550a68a08eca5354659f3ea465c claws-mail-2.6.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 07:14:56 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:14:56 -0500 Subject: owners owners.list,1.2083,1.2084 Message-ID: <200612080714.kB87Eu86007047@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7032 Modified Files: owners.list Log Message: - added claws-mail Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2083 retrieving revision 1.2084 diff -u -r1.2083 -r1.2084 --- owners.list 7 Dec 2006 22:07:40 -0000 1.2083 +++ owners.list 8 Dec 2006 07:14:26 -0000 1.2084 @@ -209,6 +209,7 @@ Fedora Extras|clanbomber|Bomberman-like multiplayer game that uses ClanLib|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib|Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib06|Version 0.6 of this Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|claws-mail|The extended version of Sylpheed|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|clearsilver|HTML template system|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clement|An application to filter and manage E-mail traffic|jmp at safe.ca|extras-qa at fedoraproject.org| Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 07:32:16 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 02:32:16 -0500 Subject: rpms/xine-lib/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xine-lib-cleanup-sources.sh, 1.1, 1.2 xine-lib.spec, 1.1, 1.2 Message-ID: <200612080732.kB87WG6W007181@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7155 Modified Files: .cvsignore sources xine-lib-cleanup-sources.sh xine-lib.spec Log Message: version 1.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Oct 2006 18:32:55 -0000 1.2 +++ .cvsignore 8 Dec 2006 07:31:46 -0000 1.3 @@ -1 +1 @@ -xine-lib-1.1.2.tar.bz2 +xine-lib-1.1.3-pruned.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Oct 2006 18:32:55 -0000 1.2 +++ sources 8 Dec 2006 07:31:46 -0000 1.3 @@ -1 +1 @@ -d1afb34d2335f8c9ded4d9a2b741251e xine-lib-1.1.2.tar.bz2 +eff682745f198e1881773509f12c70c3 xine-lib-1.1.3-pruned.tar.bz2 Index: xine-lib-cleanup-sources.sh =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib-cleanup-sources.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib-cleanup-sources.sh 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib-cleanup-sources.sh 8 Dec 2006 07:31:46 -0000 1.2 @@ -6,8 +6,9 @@ fi version=$1 -tarball="xine-lib-$version.tar.bz2" +tarball="xine-lib-$version.tar.gz" dir="xine-lib-$version" +modtarball="xine-lib-$version-pruned.tar.bz2" if [ ! -f $tarball ]; then @@ -17,7 +18,7 @@ echo "Uncompressing $tarball..." rm -rf $dir -tar -xjf $tarball +tar -xzf $tarball cd $dir # Main libraries @@ -58,8 +59,6 @@ # All clean ! cd .. -echo "Generating $tarball..." -rm -f $tarball.orig -mv $tarball $tarball.orig -tar -cjf $tarball $dir +echo "Generating $modtarball..." +tar -cjf $modtarball $dir rm -rf $dir Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib.spec 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib.spec 8 Dec 2006 07:31:46 -0000 1.2 @@ -1,20 +1,21 @@ # TODO, sometime, maybe: # - libstk: http://www.libstk.net/ -# - polypaudio +# - pulseaudio %define codecdir %{_libdir}/codecs #%define vdrver 0.7.9 Summary: Xine library Name: xine-lib -Version: 1.1.2 -Release: 17%{?dist} +Version: 1.1.3 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://xinehq.de/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code -Source0: http://dl.sourceforge.net/xine/xine-lib-1.1.2.tar.bz2 +#Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.gz +Source0: xine-lib-%{version}-pruned.tar.bz2 Source1: xine-lib-cleanup-sources.sh Patch1: xine-lib-1.1.1-configure-no-mcpu-march.patch Patch6: xine-lib-1.1.1-deepbind-939.patch @@ -24,22 +25,26 @@ BuildRequires: libX11-devel libXv-devel libXinerama-devel libXvMC-devel libGLU-devel # Video BuildRequires: freetype-devel SDL-devel libtheora-devel libmng-devel -BuildRequires: aalib-devel >= 1.4 libcaca-devel +BuildRequires: aalib-devel >= 1.4 +%if 0%{!?_without_directfb:1} +BuildRequires: directfb-devel +%endif +%if 0%{!?_without_imagemagick:1} +BuildRequires: ImageMagick-devel >= 6.2.4.6-1 +%endif # Audio BuildRequires: libogg-devel libvorbis-devel flac-devel libmodplug-devel BuildRequires: esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0 +BuildRequires: jack-audio-connection-kit-devel +%if 0%{?_with_caca:1} +BuildRequires: libcaca-devel >= 0.99 +%endif # CDs BuildRequires: libcdio-devel # Other BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common -%if 0%{?_with_directfb:1} -BuildRequires: directfb-devel -%endif -%if 0%{!?_without_imagemagick:1} -BuildRequires: ImageMagick-devel >= 6.2.4.6-1 -%endif #Provides: %{name}(vdr) = %{vdrver} %package devel @@ -50,6 +55,11 @@ #Requires: %{name}(vdr) = %{vdrver} #Provides: %{name}-devel(vdr) = %{vdrver} +%package extras +Summary: Additional plugins for xine-lib +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} + %description This package contains the Xine library. Xine is a free multimedia player. @@ -58,11 +68,31 @@ interprets many of the most common multimedia formats available - and some of the most uncommon formats, too. Non-default rpmbuild options: --without imagemagick: Disable ImageMagick support ---with directfb: Enable DirectFB support +--without directfb: Disable DirectFB support +--with caca: Enable CACA support %description devel This package contains development files for xine-lib. +%description extras +This package contains extra plugins for xine-lib: + - Arts + - ESD + - Jack + - GNOME VFS + - SDL + - AAlib +%if 0%{?_with_caca:1} + - CACAlib +%endif +%if 0%{!?_without_imagemagick:1} + - image decoding +%endif +%if 0%{!?_without_directfb:1} + - DirectFB output +%endif + + %prep %setup -q @@ -85,21 +115,24 @@ %build -FFMPEG_CPPFLAGS=" "; FFMPEG_LIBS=" "; export FFMPEG_CPPFLAGS FFMPEG_LIBS +export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" " +export FFMPEG_POSTPROC_CFLAGS=" " FFMPEG_POSTPROC_LIBS=" " +export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" %configure --disable-dependency-tracking \ --with-xv-path=%{_libdir} \ --with-w32-path=%{codecdir} \ --with-external-ffmpeg \ --enable-ipv6 \ -%if 0%{?_with_directfb:1} +%if 0%{!?_without_directfb:1} --enable-directfb \ %endif %if 0%{?_without_imagemagick:1} - --disable-imagemagick \ + --without-imagemagick \ +%endif +%if 0%{!?_with_caca:1} + --without-caca \ %endif - --disable-rte \ --disable-libfame \ - --disable-ffmpegtest \ --disable-faad \ --disable-mad \ --disable-asf \ @@ -146,7 +179,6 @@ %dir %{_libdir}/xine/plugins/%{version}/ # I list all the plugins because I don't want a non-free plugin # to sneak into a future version -# these plugins do not have legal problems according to the SuSE RPM %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_alsa.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_oss.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_none.so @@ -154,6 +186,7 @@ %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_file.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_opengl.so +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_syncfb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xv.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_dvb.so @@ -201,7 +234,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_flac.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_sputext.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so -%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so %ifarch %ix86 %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_vidix.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_qt.so @@ -213,13 +245,24 @@ %endif %{_libdir}/xine/plugins/%{version}/post/ %{_libdir}/xine/plugins/%{version}/vidix/ -# Put it in a xine-lib-extras package one day ? + + +%files extras %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_arts.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so +%{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_gnome_vfs.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_aa.so +%if 0%{?_with_caca:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so +%endif +%if 0%{!?_without_imagemagick:1} %{_libdir}/xine/plugins/%{version}/xineplug_decode_image.so +%endif +%if 0%{!?_without_directfb:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_directfb.so +%endif %files devel @@ -233,9 +276,22 @@ %{_libdir}/pkgconfig/libxine.pc %{_mandir}/man1/xine-config.1* -# -------------------------------------------------------------------- + %changelog +* Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 +- version 1.1.3 +- patch2 applied upstream +- Disable CACA support by default, needs newer than what's in FE ATM. +- Split extras plugins in a separate package +- Enable JACK support (in extras subpackage) +- Enable DirectFB support (in extras subpackage) + +* Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 +- Make shn files available to amarok. References: + http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 + https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 + * Wed Oct 18 2006 Aurelien Bompard 1.1.2-17 - cleanup docs - remove mms From fedora-extras-commits at redhat.com Fri Dec 8 08:27:21 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 8 Dec 2006 03:27:21 -0500 Subject: rpms/codeblocks/devel .cvsignore, 1.10, 1.11 codeblocks.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <200612080827.kB88RLBF010485@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/codeblocks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10466 Modified Files: .cvsignore codeblocks.spec sources Log Message: - update to revision 3357 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/codeblocks/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 30 Nov 2006 20:58:29 -0000 1.10 +++ .cvsignore 8 Dec 2006 08:26:51 -0000 1.11 @@ -1 +1 @@ -codeblocks-svn3315.tar.bz2 +codeblocks-svn3357.tar.bz2 Index: codeblocks.spec =================================================================== RCS file: /cvs/extras/rpms/codeblocks/devel/codeblocks.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- codeblocks.spec 30 Nov 2006 20:58:29 -0000 1.9 +++ codeblocks.spec 8 Dec 2006 08:26:51 -0000 1.10 @@ -1,9 +1,9 @@ -%define rev 3315 -%define date 20061130 +%define rev 3357 +%define date 20061207 Name: codeblocks Version: 1.0 -Release: 0.17.%{date}svn%{rev}%{?dist} +Release: 0.18.%{date}svn%{rev}%{?dist} Summary: An open source, cross platform, free C++ IDE Group: Development/Tools License: GPL @@ -230,6 +230,9 @@ %changelog +* Fri Dec 8 2006 Dan Horak 1.0-0.18.20061130svn3357 +- update to revision 3357 + * Thu Nov 30 2006 Dan Horak 1.0-0.17.20061130svn3315 - update to revision 3315 Index: sources =================================================================== RCS file: /cvs/extras/rpms/codeblocks/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 30 Nov 2006 20:58:29 -0000 1.10 +++ sources 8 Dec 2006 08:26:51 -0000 1.11 @@ -1 +1 @@ -be8df0b63fa5f452b7f2be72413aab33 codeblocks-svn3315.tar.bz2 +3f7d596cbb75cc94bb0c2bee48a6ba97 codeblocks-svn3357.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-3 .cvsignore, 1.19, 1.20 rxvt-unicode.spec, 1.22, 1.23 sources, 1.19, 1.20 Message-ID: <200612080829.kB88Tmfb010624@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-3 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-3/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 2 Nov 2006 22:20:31 -0000 1.19 +++ .cvsignore 8 Dec 2006 08:29:17 -0000 1.20 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-3/rxvt-unicode.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- rxvt-unicode.spec 2 Nov 2006 22:20:31 -0000 1.22 +++ rxvt-unicode.spec 8 Dec 2006 08:29:17 -0000 1.23 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -68,6 +68,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-3/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 2 Nov 2006 22:20:31 -0000 1.19 +++ sources 8 Dec 2006 08:29:17 -0000 1.20 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-5 .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.27, 1.28 sources, 1.20, 1.21 Message-ID: <200612080829.kB88TmUS010632@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-5 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:33 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/rxvt-unicode.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- rxvt-unicode.spec 2 Nov 2006 22:20:33 -0000 1.27 +++ rxvt-unicode.spec 8 Dec 2006 08:29:18 -0000 1.28 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:33 -0000 1.20 +++ sources 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:50 -0500 Subject: rpms/rxvt-unicode/devel .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.28, 1.29 sources, 1.20, 1.21 Message-ID: <200612080829.kB88ToT8010640@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/devel Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:39 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:19 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/rxvt-unicode.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- rxvt-unicode.spec 2 Nov 2006 22:20:39 -0000 1.28 +++ rxvt-unicode.spec 8 Dec 2006 08:29:19 -0000 1.29 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:39 -0000 1.20 +++ sources 8 Dec 2006 08:29:19 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-4 .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.23, 1.24 sources, 1.20, 1.21 Message-ID: <200612080829.kB88TmFv010629@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-4 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:32 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/rxvt-unicode.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- rxvt-unicode.spec 2 Nov 2006 22:20:32 -0000 1.23 +++ rxvt-unicode.spec 8 Dec 2006 08:29:18 -0000 1.24 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -68,6 +68,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:32 -0000 1.20 +++ sources 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-6 .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.28, 1.29 sources, 1.20, 1.21 Message-ID: <200612080829.kB88TmVO010637@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-6 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-6/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:33 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-6/rxvt-unicode.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- rxvt-unicode.spec 2 Nov 2006 22:20:33 -0000 1.28 +++ rxvt-unicode.spec 8 Dec 2006 08:29:18 -0000 1.29 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-6/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:33 -0000 1.20 +++ sources 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:35:19 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 8 Dec 2006 03:35:19 -0500 Subject: rpms/codeblocks/FC-6 .cvsignore, 1.10, 1.11 codeblocks.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <200612080835.kB88ZJMu010886@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/codeblocks/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10867 Modified Files: .cvsignore codeblocks.spec sources Log Message: - update to revision 3357 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 30 Nov 2006 21:04:02 -0000 1.10 +++ .cvsignore 8 Dec 2006 08:34:48 -0000 1.11 @@ -1 +1 @@ -codeblocks-svn3315.tar.bz2 +codeblocks-svn3357.tar.bz2 Index: codeblocks.spec =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-6/codeblocks.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- codeblocks.spec 30 Nov 2006 21:04:02 -0000 1.9 +++ codeblocks.spec 8 Dec 2006 08:34:48 -0000 1.10 @@ -1,9 +1,9 @@ -%define rev 3315 -%define date 20061130 +%define rev 3357 +%define date 20061207 Name: codeblocks Version: 1.0 -Release: 0.17.%{date}svn%{rev}%{?dist} +Release: 0.18.%{date}svn%{rev}%{?dist} Summary: An open source, cross platform, free C++ IDE Group: Development/Tools License: GPL @@ -230,6 +230,9 @@ %changelog +* Fri Dec 8 2006 Dan Horak 1.0-0.18.20061130svn3357 +- update to revision 3357 + * Thu Nov 30 2006 Dan Horak 1.0-0.17.20061130svn3315 - update to revision 3315 Index: sources =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 30 Nov 2006 21:04:02 -0000 1.10 +++ sources 8 Dec 2006 08:34:48 -0000 1.11 @@ -1 +1 @@ -be8df0b63fa5f452b7f2be72413aab33 codeblocks-svn3315.tar.bz2 +3f7d596cbb75cc94bb0c2bee48a6ba97 codeblocks-svn3357.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:37:46 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 8 Dec 2006 03:37:46 -0500 Subject: rpms/codeblocks/FC-5 .cvsignore, 1.10, 1.11 codeblocks.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <200612080837.kB88bkeo010968@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/codeblocks/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10949 Modified Files: .cvsignore codeblocks.spec sources Log Message: - update to revision 3357 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 30 Nov 2006 21:10:02 -0000 1.10 +++ .cvsignore 8 Dec 2006 08:37:16 -0000 1.11 @@ -1 +1 @@ -codeblocks-svn3315.tar.bz2 +codeblocks-svn3357.tar.bz2 Index: codeblocks.spec =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-5/codeblocks.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- codeblocks.spec 30 Nov 2006 21:10:02 -0000 1.9 +++ codeblocks.spec 8 Dec 2006 08:37:16 -0000 1.10 @@ -1,9 +1,9 @@ -%define rev 3315 -%define date 20061130 +%define rev 3357 +%define date 20061207 Name: codeblocks Version: 1.0 -Release: 0.17.%{date}svn%{rev}%{?dist} +Release: 0.18.%{date}svn%{rev}%{?dist} Summary: An open source, cross platform, free C++ IDE Group: Development/Tools License: GPL @@ -230,6 +230,9 @@ %changelog +* Fri Dec 8 2006 Dan Horak 1.0-0.18.20061130svn3357 +- update to revision 3357 + * Thu Nov 30 2006 Dan Horak 1.0-0.17.20061130svn3315 - update to revision 3315 Index: sources =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 30 Nov 2006 21:10:02 -0000 1.10 +++ sources 8 Dec 2006 08:37:16 -0000 1.11 @@ -1 +1 @@ -be8df0b63fa5f452b7f2be72413aab33 codeblocks-svn3315.tar.bz2 +3f7d596cbb75cc94bb0c2bee48a6ba97 codeblocks-svn3357.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 10:49:43 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 05:49:43 -0500 Subject: rpms/libkexif/devel .cvsignore, 1.6, 1.7 libkexif.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <200612081049.kB8AnhPL018064@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkexif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18040 Modified Files: .cvsignore libkexif.spec sources Log Message: version 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Jul 2006 08:12:37 -0000 1.6 +++ .cvsignore 8 Dec 2006 10:49:13 -0000 1.7 @@ -1 +1 @@ -libkexif-0.2.4.tar.bz2 +libkexif-0.2.5.tar.bz2 Index: libkexif.spec =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/libkexif.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libkexif.spec 14 Sep 2006 15:15:43 -0000 1.16 +++ libkexif.spec 8 Dec 2006 10:49:13 -0000 1.17 @@ -1,13 +1,13 @@ Name: libkexif -Version: 0.2.4 -Release: 3%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Allow Kipi plugins to extract EXIF information Group: System Environment/Libraries License: GPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkexif-0.2.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkexif-%{version}.tar.bz2 Patch0: libkexif-0.2.1-qcombobox.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.2.5-1 +- version 0.2.5 + * Thu Sep 14 2006 Aurelien Bompard 0.2.4-3 - have the devel package require pkgconfig Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Jul 2006 08:12:37 -0000 1.6 +++ sources 8 Dec 2006 10:49:13 -0000 1.7 @@ -1 +1 @@ -bb3231a388c7117769ef1d0fb99a0a98 libkexif-0.2.4.tar.bz2 +a2b933b80deabe57d8515583236ae6ff libkexif-0.2.5.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 10:52:16 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 05:52:16 -0500 Subject: rpms/libkipi/devel .cvsignore, 1.5, 1.6 libkipi.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <200612081052.kB8AqGpZ018127@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18108 Modified Files: .cvsignore libkipi.spec sources Log Message: version 0.1.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 May 2006 07:43:46 -0000 1.5 +++ .cvsignore 8 Dec 2006 10:51:46 -0000 1.6 @@ -1 +1 @@ -libkipi-0.1.4.tar.bz2 +libkipi-0.1.5.tar.bz2 Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libkipi.spec 14 Sep 2006 15:11:41 -0000 1.13 +++ libkipi.spec 8 Dec 2006 10:51:46 -0000 1.14 @@ -1,12 +1,12 @@ Name: libkipi -Version: 0.1.4 -Release: 3%{?dist} +Version: 0.1.5 +Release: 1%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries License: LGPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkipi-0.1.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkipi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 6:3.0 @@ -84,6 +84,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 +- version 0.1.5 + * Thu Sep 14 2006 Aurelien Bompard 0.1.4-3 - have the devel package require pkgconfig Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 May 2006 07:43:46 -0000 1.5 +++ sources 8 Dec 2006 10:51:46 -0000 1.6 @@ -1 +1 @@ -2d8b8da064b85b0e53a98b4a7510392e libkipi-0.1.4.tar.bz2 +aef790871583444cd81bd9dea9c3fd0b libkipi-0.1.5.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 13:52:18 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 08:52:18 -0500 Subject: rpms/pypoker-eval/FC-5 .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612081352.kB8DqI8Y028070@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/FC-5 Modified Files: .cvsignore pypoker-eval.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Sep 2006 20:57:24 -0000 1.3 +++ .cvsignore 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -pypoker-eval-132.0.tar.gz +pypoker-eval-133.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-5/pypoker-eval.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pypoker-eval.spec 10 Sep 2006 23:15:21 -0000 1.6 +++ pypoker-eval.spec 8 Dec 2006 13:51:48 -0000 1.7 @@ -1,13 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 132.0 -Release: 3%{?dist} +Version: 133.0 +Release: 1%{?dist} Summary: Python interface to poker-eval + Group: Development/Libraries License: GPL URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz + BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,29 +27,36 @@ This package contains files required to build applications that use pypoker-eval. + %prep %setup -q # make examples directory for devel %doc mkdir -p tmp/examples cp test.py tmp/examples + %build %configure --disable-static make %{?_smp_mflags} + %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check %{__python} test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README @@ -55,12 +64,17 @@ %{python_sitearch}/*.py* %exclude %{python_sitearch}/*.la + %files devel %defattr(-,root,root,-) %doc tmp/examples %{_libdir}/pkgconfig/%{name}.pc + %changelog +* Fri Dec 08 2006 Christopher Stone 133.0-1 +- Upstream sync + * Sun Sep 10 2006 Christopher Stone 132.0-3 - Move .so file into main package - Remove system call macros Index: sources =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Sep 2006 20:57:24 -0000 1.3 +++ sources 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -388ef748d787b63aefffd0fdaaf6986c pypoker-eval-132.0.tar.gz +221ba23f829d41206b2f7181608c01a5 pypoker-eval-133.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 13:52:18 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 08:52:18 -0500 Subject: rpms/pypoker-eval/FC-6 .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612081352.kB8DqIrw028075@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/FC-6 Modified Files: .cvsignore pypoker-eval.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Sep 2006 20:56:39 -0000 1.3 +++ .cvsignore 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -pypoker-eval-132.0.tar.gz +pypoker-eval-133.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/pypoker-eval.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pypoker-eval.spec 10 Sep 2006 23:15:22 -0000 1.7 +++ pypoker-eval.spec 8 Dec 2006 13:51:48 -0000 1.8 @@ -1,13 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 132.0 -Release: 3%{?dist} +Version: 133.0 +Release: 1%{?dist} Summary: Python interface to poker-eval + Group: Development/Libraries License: GPL URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz + BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,29 +27,36 @@ This package contains files required to build applications that use pypoker-eval. + %prep %setup -q # make examples directory for devel %doc mkdir -p tmp/examples cp test.py tmp/examples + %build %configure --disable-static make %{?_smp_mflags} + %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check %{__python} test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README @@ -55,12 +64,17 @@ %{python_sitearch}/*.py* %exclude %{python_sitearch}/*.la + %files devel %defattr(-,root,root,-) %doc tmp/examples %{_libdir}/pkgconfig/%{name}.pc + %changelog +* Fri Dec 08 2006 Christopher Stone 133.0-1 +- Upstream sync + * Sun Sep 10 2006 Christopher Stone 132.0-3 - Move .so file into main package - Remove system call macros Index: sources =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Sep 2006 20:56:39 -0000 1.3 +++ sources 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -388ef748d787b63aefffd0fdaaf6986c pypoker-eval-132.0.tar.gz +221ba23f829d41206b2f7181608c01a5 pypoker-eval-133.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 13:52:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 08:52:23 -0500 Subject: rpms/pypoker-eval/devel .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612081352.kB8DqNmY028080@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/devel Modified Files: .cvsignore pypoker-eval.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Sep 2006 20:56:39 -0000 1.3 +++ .cvsignore 8 Dec 2006 13:51:53 -0000 1.4 @@ -1 +1 @@ -pypoker-eval-132.0.tar.gz +pypoker-eval-133.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/pypoker-eval.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pypoker-eval.spec 10 Sep 2006 23:15:22 -0000 1.7 +++ pypoker-eval.spec 8 Dec 2006 13:51:53 -0000 1.8 @@ -1,13 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 132.0 -Release: 3%{?dist} +Version: 133.0 +Release: 1%{?dist} Summary: Python interface to poker-eval + Group: Development/Libraries License: GPL URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz + BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,29 +27,36 @@ This package contains files required to build applications that use pypoker-eval. + %prep %setup -q # make examples directory for devel %doc mkdir -p tmp/examples cp test.py tmp/examples + %build %configure --disable-static make %{?_smp_mflags} + %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check %{__python} test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README @@ -55,12 +64,17 @@ %{python_sitearch}/*.py* %exclude %{python_sitearch}/*.la + %files devel %defattr(-,root,root,-) %doc tmp/examples %{_libdir}/pkgconfig/%{name}.pc + %changelog +* Fri Dec 08 2006 Christopher Stone 133.0-1 +- Upstream sync + * Sun Sep 10 2006 Christopher Stone 132.0-3 - Move .so file into main package - Remove system call macros Index: sources =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Sep 2006 20:56:39 -0000 1.3 +++ sources 8 Dec 2006 13:51:53 -0000 1.4 @@ -1 +1 @@ -388ef748d787b63aefffd0fdaaf6986c pypoker-eval-132.0.tar.gz +221ba23f829d41206b2f7181608c01a5 pypoker-eval-133.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 14:30:10 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 09:30:10 -0500 Subject: rpms/libmpcdec/EL-4 .cvsignore,1.2,1.3 Message-ID: <200612081430.kB8EUAMF031473@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31458 Modified Files: .cvsignore Log Message: ignore clog Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Apr 2006 18:02:00 -0000 1.2 +++ .cvsignore 8 Dec 2006 14:29:40 -0000 1.3 @@ -1 +1,2 @@ +clog libmpcdec-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 14:32:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 09:32:07 -0500 Subject: rpms/libmpcdec/EL-4 libmpcdec.spec,1.4,1.5 Message-ID: <200612081432.kB8EW7qi031535@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31510 Modified Files: libmpcdec.spec Log Message: micro-release++ for botched tag atttempt Index: libmpcdec.spec =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/EL-4/libmpcdec.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libmpcdec.spec 29 Aug 2006 18:08:41 -0000 1.4 +++ libmpcdec.spec 8 Dec 2006 14:31:37 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Musepack audio decoding library Name: libmpcdec Version: 1.2.2 -Release: 4%{?dist} +Release: 4%{?dist}.1 License: BSD Group: System Environment/Libraries From fedora-extras-commits at redhat.com Fri Dec 8 14:33:58 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 09:33:58 -0500 Subject: rpms/jasper/EL-4 jasper.spec,1.17,1.18 Message-ID: <200612081433.kB8EXwXS031602@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31585 Modified Files: jasper.spec Log Message: drop micro-release crud from fc branch Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/jasper.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- jasper.spec 4 Oct 2006 19:21:42 -0000 1.17 +++ jasper.spec 8 Dec 2006 14:33:28 -0000 1.18 @@ -12,7 +12,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.701.0 -Release: 15%{?dist}.2 +Release: 15%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -121,9 +121,6 @@ %changelog -* Wed Oct 04 2006 Rex Dieter -- respin - * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) From fedora-extras-commits at redhat.com Fri Dec 8 15:10:42 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 8 Dec 2006 10:10:42 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.21, 1.22 ochusha.spec, 1.22, 1.23 sources, 1.21, 1.22 Message-ID: <200612081510.kB8FAgMk002545@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2524 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 8 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061208 - 0.5.99.63.14 cvs 061208 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 7 Dec 2006 15:45:24 -0000 1.21 +++ .cvsignore 8 Dec 2006 15:10:12 -0000 1.22 @@ -1 +1 @@ -ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 +ochusha-0.5.99.63.14-cvs061208.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ochusha.spec 7 Dec 2006 15:45:24 -0000 1.22 +++ ochusha.spec 8 Dec 2006 15:10:12 -0000 1.23 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.14 -%define strtag cvs061207.1 +%define strtag cvs061208 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207.1 -- 0.5.99.63.14 cvs 061207 (24:30 JST) +* Fri Dec 8 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061208 +- 0.5.99.63.14 cvs 061208 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 7 Dec 2006 15:45:24 -0000 1.21 +++ sources 8 Dec 2006 15:10:12 -0000 1.22 @@ -1 +1 @@ -6af6209ff24b19f7464afa2d3ee42aa1 ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 +eddd272c260637d13fdcb81191eb4f9c ochusha-0.5.99.63.14-cvs061208.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 15:34:08 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 10:34:08 -0500 Subject: owners owners.list,1.2084,1.2085 Message-ID: <200612081534.kB8FY8Le002733@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2712 Modified Files: owners.list Log Message: Add python-pycurl. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2084 retrieving revision 1.2085 diff -u -r1.2084 -r1.2085 --- owners.list 8 Dec 2006 07:14:26 -0000 1.2084 +++ owners.list 8 Dec 2006 15:33:38 -0000 1.2085 @@ -2040,6 +2040,7 @@ Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| +Fedora Extras|python-pycurl|A Python interface to libcurl|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-pydns|Python module for DNS (Domain Name Service)|jafo-redhat at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|python-pyspf|Python module and programs for SPF (Sender Policy Framework)|jafo-redhat at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|python-quixote|A highly Pythonic Web application framework|shahms at shahms.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 15:35:37 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 8 Dec 2006 10:35:37 -0500 Subject: fedora-security/audit fc5,1.410,1.411 fc6,1.162,1.163 Message-ID: <200612081535.kB8FZbSf002779@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2762 Modified Files: fc5 fc6 Log Message: Note a very old htdig CVE id Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.410 retrieving revision 1.411 diff -u -r1.410 -r1.411 --- fc5 7 Dec 2006 13:04:04 -0000 1.410 +++ fc5 8 Dec 2006 15:35:36 -0000 1.411 @@ -1969,5 +1969,6 @@ CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) +CVE-2000-1199 backport (htdig) fixed htdig-3.2.0b6-unescaped_output.patch CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) CVE-1999-1572 backport (cpio) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- fc6 7 Dec 2006 13:04:04 -0000 1.162 +++ fc6 8 Dec 2006 15:35:36 -0000 1.163 @@ -1968,5 +1968,6 @@ CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) +CVE-2000-1199 backport (htdig) fixed htdig-3.2.0b6-unescaped_output.patch CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) CVE-1999-1572 backport (cpio) cpio-2.6-umask.patch From fedora-extras-commits at redhat.com Fri Dec 8 15:58:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 8 Dec 2006 10:58:40 -0500 Subject: rpms/mirage/devel mirage.spec,1.1,1.2 Message-ID: <200612081558.kB8FwegE002937@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2922 Modified Files: mirage.spec Log Message: * Fri Dec 8 2006 Mamoru Tasaka - Rebuild against python 2.5 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/mirage.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mirage.spec 21 Nov 2006 07:42:11 -0000 1.1 +++ mirage.spec 8 Dec 2006 15:58:10 -0000 1.2 @@ -2,7 +2,7 @@ Name: mirage Version: 0.8.1 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A fast and simple image viewer Group: Amusements/Graphics @@ -74,5 +74,8 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Fri Dec 8 2006 Mamoru Tasaka +- Rebuild against python 2.5 + * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. From fedora-extras-commits at redhat.com Fri Dec 8 16:56:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 11:56:57 -0500 Subject: rpms/pyicq-t/devel pyicq-t.spec,1.4,1.5 Message-ID: <200612081656.kB8Guvck006326@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6311 Modified Files: pyicq-t.spec Log Message: Update for Python 2.5 Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/pyicq-t.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pyicq-t.spec 31 Oct 2006 21:39:22 -0000 1.4 +++ pyicq-t.spec 8 Dec 2006 16:56:27 -0000 1.5 @@ -1,6 +1,8 @@ +%{!?python_standard_lib: %define python_standard_lib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(standard_lib=1)")} + Name: pyicq-t Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -23,9 +25,6 @@ Requires(preun): /sbin/service Requires(postun): /sbin/service -Provides: pyicqt -Obsoletes: pyicqt - %description The ICQ Transport provides a gateway which allows Jabber users to communicate with their contacts on the ICQ network. @@ -49,8 +48,8 @@ %patch0 -p0 %build -%{__python} %{_libdir}/python2.4/compileall.py . -%{__python} -O %{_libdir}/python2.4/compileall.py . +%{__python} %{python_standard_lib}/compileall.py . +%{__python} -O %{python_standard_lib}/compileall.py . %install rm -rf %{buildroot} @@ -106,8 +105,12 @@ %{_datadir}/pyicq-t/src/xdb/mysql.py* - %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.8-2 +- Bump release and rebuild for Python 2.5 +- Use macro for path to standard library +- Eliminate provides/obsoletes pyicqt + * Tue Oct 31 2006 Jeffrey C. Ollie - 0.8-1 - Update to 0.8 (see http://www.blathersource.org/releases_view.php?projid=pyicq-t&relid=28) - Fix init script to create subsys lock file From fedora-extras-commits at redhat.com Fri Dec 8 17:05:54 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:05:54 -0500 Subject: rpms/cobbler/FC-6 .cvsignore, 1.13, 1.14 cobbler.spec, 1.12, 1.13 sources, 1.14, 1.15 Message-ID: <200612081705.kB8H5sOH009492@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9456 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 14 Nov 2006 15:36:44 -0000 1.13 +++ .cvsignore 8 Dec 2006 17:05:24 -0000 1.14 @@ -10,3 +10,4 @@ cobbler-0.3.0.tar.gz cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz +cobbler-0.3.4.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/cobbler.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cobbler.spec 14 Nov 2006 15:36:44 -0000 1.12 +++ cobbler.spec 8 Dec 2006 17:05:24 -0000 1.13 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -40,6 +40,7 @@ %config(noreplace) /etc/cobbler/kickstart_fc5.ks %config(noreplace) /etc/cobbler/dhcp.template %config(noreplace) /etc/cobbler/default.pxe +%config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml %{python_sitelib}/cobbler/*.py* @@ -53,6 +54,9 @@ %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + * Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 14 Nov 2006 15:36:44 -0000 1.14 +++ sources 8 Dec 2006 17:05:24 -0000 1.15 @@ -1 +1 @@ -2632fff6f62f8c07735ba729243a208b cobbler-0.3.3.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:07:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 12:07:57 -0500 Subject: rpms/python-dns/devel python-dns.spec,1.3,1.4 Message-ID: <200612081707.kB8H7vsd009554@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9519 Modified Files: python-dns.spec Log Message: Bump release for rebuild with Python 2.5 Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/python-dns.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-dns.spec 15 Aug 2006 04:23:39 -0000 1.3 +++ python-dns.spec 8 Dec 2006 17:07:27 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -59,6 +59,9 @@ %{python_sitelib}/dns %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 1.4.0-3 +- Bump release for rebuild with Python 2.5 + * Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 - No longer ghost *.pyo files, thus further simplifying the files section. From fedora-extras-commits at redhat.com Fri Dec 8 17:08:15 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:08:15 -0500 Subject: rpms/cobbler/FC-5 .cvsignore, 1.8, 1.9 cobbler.spec, 1.7, 1.8 sources, 1.8, 1.9 Message-ID: <200612081708.kB8H8FED009559@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9537 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 15:39:14 -0000 1.8 +++ .cvsignore 8 Dec 2006 17:07:45 -0000 1.9 @@ -5,3 +5,4 @@ cobbler-0.3.0.tar.gz cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz +cobbler-0.3.4.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/cobbler.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cobbler.spec 14 Nov 2006 15:39:14 -0000 1.7 +++ cobbler.spec 8 Dec 2006 17:07:45 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -40,6 +40,7 @@ %config(noreplace) /etc/cobbler/kickstart_fc5.ks %config(noreplace) /etc/cobbler/dhcp.template %config(noreplace) /etc/cobbler/default.pxe +%config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml %{python_sitelib}/cobbler/*.py* @@ -53,6 +54,9 @@ %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + * Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 14 Nov 2006 15:39:14 -0000 1.8 +++ sources 8 Dec 2006 17:07:45 -0000 1.9 @@ -1 +1 @@ -2632fff6f62f8c07735ba729243a208b cobbler-0.3.3.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:10:12 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:10:12 -0500 Subject: rpms/koan/FC-6 .cvsignore, 1.6, 1.7 koan.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612081710.kB8HACC0009710@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/koan/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691 Modified Files: .cvsignore koan.spec sources Log Message: Upstream to 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koan/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 25 Oct 2006 19:47:02 -0000 1.6 +++ .cvsignore 8 Dec 2006 17:09:42 -0000 1.7 @@ -3,3 +3,4 @@ koan-0.2.2.tar.gz koan-0.2.3.tar.gz koan-0.2.4.tar.gz +koan-0.2.5.tar.gz Index: koan.spec =================================================================== RCS file: /cvs/extras/rpms/koan/FC-6/koan.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koan.spec 25 Oct 2006 19:47:02 -0000 1.8 +++ koan.spec 8 Dec 2006 17:09:42 -0000 1.9 @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -47,6 +47,11 @@ %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + * Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 - Upstream changes (see CHANGELOG) - Description update Index: sources =================================================================== RCS file: /cvs/extras/rpms/koan/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 25 Oct 2006 19:47:02 -0000 1.7 +++ sources 8 Dec 2006 17:09:42 -0000 1.8 @@ -1 +1 @@ -621686ed88229afd513e2a3340aba484 koan-0.2.4.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:17:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 12:17:39 -0500 Subject: rpms/python-musicbrainz2/devel python-musicbrainz2.spec,1.2,1.3 Message-ID: <200612081717.kB8HHdct009786@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9771 Modified Files: python-musicbrainz2.spec Log Message: Bump release for rebuild with Python 2.5. Index: python-musicbrainz2.spec =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/python-musicbrainz2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-musicbrainz2.spec 14 Nov 2006 22:01:53 -0000 1.2 +++ python-musicbrainz2.spec 8 Dec 2006 17:17:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-musicbrainz2 Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages @@ -14,8 +14,8 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-ctypes -Requires: libmusicbrainz +Requires: python-ctypes +Requires: libmusicbrainz %description The package python-musicbrainz2 is a client library written in python, @@ -47,6 +47,9 @@ %{python_sitelib}/musicbrainz2 %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.4.0-2 +- Bump release for rebuild with Python 2.5. + * Tue Nov 14 2006 Jeffrey C. Ollie - 0.4.0-1 - Update to 0.4.0. From fedora-extras-commits at redhat.com Fri Dec 8 17:20:24 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:20:24 -0500 Subject: rpms/koan/FC-5 .cvsignore, 1.5, 1.6 koan.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612081720.kB8HKOSl009856@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/koan/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9799 Modified Files: .cvsignore koan.spec sources Log Message: Upstream to 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koan/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Oct 2006 19:49:34 -0000 1.5 +++ .cvsignore 8 Dec 2006 17:19:54 -0000 1.6 @@ -2,3 +2,4 @@ koan-0.2.2.tar.gz koan-0.2.3.tar.gz koan-0.2.4.tar.gz +koan-0.2.5.tar.gz Index: koan.spec =================================================================== RCS file: /cvs/extras/rpms/koan/FC-5/koan.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- koan.spec 25 Oct 2006 19:49:34 -0000 1.7 +++ koan.spec 8 Dec 2006 17:19:54 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -47,6 +47,11 @@ %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + * Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 - Upstream changes (see CHANGELOG) - Description update Index: sources =================================================================== RCS file: /cvs/extras/rpms/koan/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Oct 2006 19:49:34 -0000 1.6 +++ sources 8 Dec 2006 17:19:54 -0000 1.7 @@ -1 +1 @@ -621686ed88229afd513e2a3340aba484 koan-0.2.4.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:31:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:31:26 -0500 Subject: rpms/jasper/devel .cvsignore, 1.3, 1.4 jasper.spec, 1.17, 1.18 sources, 1.2, 1.3 Message-ID: <200612081731.kB8HVQxS009988@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9952 Modified Files: .cvsignore jasper.spec sources Log Message: * Fri Dec 08 2006 Rex Dieter 1.900.0-1 - jasper-1.900.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Aug 2006 19:04:43 -0000 1.3 +++ .cvsignore 8 Dec 2006 17:30:56 -0000 1.4 @@ -1,2 +1,4 @@ +clog geojasper_src.zip jasper-1.701.0.zip +jasper-1.900.0.zip Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- jasper.spec 4 Oct 2006 19:21:42 -0000 1.17 +++ jasper.spec 8 Dec 2006 17:30:56 -0000 1.18 @@ -1,8 +1,7 @@ -# NOTE: packages can use jasper: +# NOTE: packages that can use jasper: # ImageMagick # kdelibs -# koffice # netpbm # define to use GeoJasper @@ -11,8 +10,8 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries -Version: 1.701.0 -Release: 15%{?dist}.2 +Version: 1.900.0 +Release: 1%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -22,7 +21,7 @@ Provides: geojasper = %{geojasper_ver} %else URL: http://www.ece.uvic.ca/~mdadams/jasper/ -Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip +Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,10 +79,6 @@ make %{?_smp_mflags} -%check ||: -make check - - %install rm -rf $RPM_BUILD_ROOT @@ -91,10 +86,22 @@ # Unpackaged files rm -f doc/README -rm -f $RPM_BUILD_ROOT%{_bindir}/%{_target_platform}* rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +%check +make check + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc COPYRIGHT LICENSE NEWS README @@ -102,7 +109,9 @@ %{_bindir}/jiv %{_bindir}/imginfo %{_bindir}/*jasper* +%{_bindir}/tmrdemo %{_libdir}/lib*.so.* +%{_mandir}/man1/* %files devel %defattr(-,root,root,-) @@ -111,18 +120,9 @@ %{_libdir}/lib*.so -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%clean -rm -rf $RPM_BUILD_ROOT - - %changelog -* Wed Oct 04 2006 Rex Dieter -- respin +* Fri Dec 08 2006 Rex Dieter 1.900.0-1 +- jasper-1.900.0 * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) Index: sources =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:40:10 -0000 1.2 +++ sources 8 Dec 2006 17:30:56 -0000 1.3 @@ -1 +1 @@ -22a9f74fc880e38dd125c60aa4e4ce97 jasper-1.701.0.zip +bef4a89e72b6a2a68a963c0dc837bacb jasper-1.900.0.zip From fedora-extras-commits at redhat.com Fri Dec 8 17:32:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:32:18 -0500 Subject: rpms/jasper/devel jasper.spec,1.18,1.19 Message-ID: <200612081732.kB8HWIak010101@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10040 Modified Files: jasper.spec Log Message: note bz# Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- jasper.spec 8 Dec 2006 17:30:56 -0000 1.18 +++ jasper.spec 8 Dec 2006 17:31:48 -0000 1.19 @@ -122,7 +122,7 @@ %changelog * Fri Dec 08 2006 Rex Dieter 1.900.0-1 -- jasper-1.900.0 +- jasper-1.900.0 (#218947) * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) From fedora-extras-commits at redhat.com Fri Dec 8 17:32:19 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 12:32:19 -0500 Subject: rpms/wp_tray/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wp_tray.spec, 1.5, 1.6 wp_tray-0.5.1-miscfixes.patch, 1.1, NONE wp_tray-0.5.1-search.patch, 1.1, NONE wp_tray-0.5.1-thumbs.patch, 1.1, NONE Message-ID: <200612081732.kB8HWJ2P010106@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/wp_tray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10062 Modified Files: .cvsignore sources wp_tray.spec Removed Files: wp_tray-0.5.1-miscfixes.patch wp_tray-0.5.1-search.patch wp_tray-0.5.1-thumbs.patch Log Message: Update to 0.5.3, patches integrated upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Jan 2006 20:48:13 -0000 1.2 +++ .cvsignore 8 Dec 2006 17:31:49 -0000 1.3 @@ -1 +1 @@ -wp_tray-0.5.1.tar.gz +wp_tray-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Jan 2006 20:48:13 -0000 1.2 +++ sources 8 Dec 2006 17:31:49 -0000 1.3 @@ -1 +1 @@ -b94b32245558cadd384538ff7d8df403 wp_tray-0.5.1.tar.gz +27b878b8d3864787388b49e934c1ee60 wp_tray-0.5.3.tar.gz Index: wp_tray.spec =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/wp_tray.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wp_tray.spec 11 Sep 2006 11:41:11 -0000 1.5 +++ wp_tray.spec 8 Dec 2006 17:31:49 -0000 1.6 @@ -1,15 +1,12 @@ Name: wp_tray -Version: 0.5.1 -Release: 4%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: A wallpaper-changing applet for GNOME Group: Amusements/Graphics License: GPL URL: http://planetearthworm.com/projects/wp_tray/ Source0: http://planetearthworm.com/projects/wp_tray/files/%{name}-%{version}.tar.gz -Patch0: wp_tray-0.5.1-thumbs.patch -Patch1: wp_tray-0.5.1-search.patch -Patch2: wp_tray-0.5.1-miscfixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext libglademm24-devel libgnomecanvasmm26-devel @@ -21,9 +18,6 @@ %prep %setup -q -%patch0 -p1 -b .thumbs -%patch1 -p1 -b .search -%patch2 -p1 -b .miscfixes %build %configure --with-boostfilesystem=%{_libdir}/libboost_filesystem.so \ @@ -68,6 +62,9 @@ %{_sysconfdir}/gconf/schemas/*.schemas %changelog +* Fri Dec 8 2006 Denis Leroy - 0.5.3 +- Update to 0.5.3, patches integrated upstream + * Mon Sep 11 2006 Denis Leroy - 0.5.1-4 - Added patches to fix many bugs (see bug 205869) --- wp_tray-0.5.1-miscfixes.patch DELETED --- --- wp_tray-0.5.1-search.patch DELETED --- --- wp_tray-0.5.1-thumbs.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 17:32:27 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 12:32:27 -0500 Subject: rpms/python-xmpp/devel python-xmpp.spec,1.4,1.5 Message-ID: <200612081732.kB8HWRA1010140@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10084 Modified Files: python-xmpp.spec Log Message: Bump release for rebuild with Python 2.5. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/devel/python-xmpp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-xmpp.spec 22 Nov 2006 15:07:15 -0000 1.4 +++ python-xmpp.spec 8 Dec 2006 17:31:57 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-xmpp Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/xmpp %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.4.0-2 +- Bump release for rebuild with Python 2.5. + * Wed Nov 22 2006 Jeffrey C. Ollie - 0.4.0-1 - Update to 0.4.0 From fedora-extras-commits at redhat.com Fri Dec 8 17:33:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:33:06 -0500 Subject: rpms/jasper/devel jasper.spec,1.19,1.20 Message-ID: <200612081733.kB8HX65c010235@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10177 Modified Files: jasper.spec Log Message: Release++ Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- jasper.spec 8 Dec 2006 17:31:48 -0000 1.19 +++ jasper.spec 8 Dec 2006 17:32:36 -0000 1.20 @@ -11,7 +11,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.900.0 -Release: 1%{?dist} +Release: 2%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -121,7 +121,7 @@ %changelog -* Fri Dec 08 2006 Rex Dieter 1.900.0-1 +* Fri Dec 08 2006 Rex Dieter 1.900.0-2 - jasper-1.900.0 (#218947) * Mon Sep 18 2006 Rex Dieter 1.701.0-15 From fedora-extras-commits at redhat.com Fri Dec 8 17:46:00 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 12:46:00 -0500 Subject: rpms/wp_tray/devel wp_tray.spec,1.6,1.7 Message-ID: <200612081746.kB8Hk0tf010370@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/wp_tray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10355 Modified Files: wp_tray.spec Log Message: Added libxml++ and libnotify dependencies Index: wp_tray.spec =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/wp_tray.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wp_tray.spec 8 Dec 2006 17:31:49 -0000 1.6 +++ wp_tray.spec 8 Dec 2006 17:45:30 -0000 1.7 @@ -1,6 +1,6 @@ Name: wp_tray Version: 0.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A wallpaper-changing applet for GNOME Group: Amusements/Graphics @@ -12,6 +12,7 @@ BuildRequires: gettext libglademm24-devel libgnomecanvasmm26-devel BuildRequires: gconfmm26-devel libgnomemm26-devel libgnomeuimm26-devel BuildRequires: gnome-panel-devel boost-devel +BuildRequires: libxml++-devel libnotify-devel %description Wallpaper Tray is a GNOME applet used for changing your wallpaper. @@ -64,6 +65,7 @@ %changelog * Fri Dec 8 2006 Denis Leroy - 0.5.3 - Update to 0.5.3, patches integrated upstream +- Added libxml++ and libnotify dependencies * Mon Sep 11 2006 Denis Leroy - 0.5.1-4 - Added patches to fix many bugs (see bug 205869) From fedora-extras-commits at redhat.com Fri Dec 8 17:53:36 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 12:53:36 -0500 Subject: rpms/gnome-blog/devel gnome-blog.spec,1.16,1.17 Message-ID: <200612081753.kB8Hraft010604@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10589 Modified Files: gnome-blog.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.9.1-5 - Rebuild against python 2.5. Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/devel/gnome-blog.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gnome-blog.spec 6 Sep 2006 14:22:29 -0000 1.16 +++ gnome-blog.spec 8 Dec 2006 17:53:06 -0000 1.17 @@ -3,7 +3,7 @@ Name: gnome-blog Version: 0.9.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -105,6 +105,9 @@ %{python_sitelib}/gnomeblog/*.pyo %changelog +* Fri Dec 8 2006 Brian Pepple - 0.9.1-5 +- Rebuild against python 2.5. + * Wed Sep 6 2006 Brian Pepple - 0.9.1-4 - Don't ghost *.pyo files. From fedora-extras-commits at redhat.com Fri Dec 8 17:58:06 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 12:58:06 -0500 Subject: rpms/pymsn/devel pymsn.spec,1.1,1.2 Message-ID: <200612081758.kB8Hw6Ko010696@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/pymsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10676 Modified Files: pymsn.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.2-2 - Rebuild against new python. Index: pymsn.spec =================================================================== RCS file: /cvs/extras/rpms/pymsn/devel/pymsn.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pymsn.spec 29 Sep 2006 12:15:20 -0000 1.1 +++ pymsn.spec 8 Dec 2006 17:57:36 -0000 1.2 @@ -2,7 +2,7 @@ Name: pymsn Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python libraries for MSN Messenger network Group: Development/Languages @@ -44,6 +44,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.2-2 +- Rebuild against new python. + * Tue Sep 19 2006 Brian Pepple - 0.2-1 - Initial FE spec. From fedora-extras-commits at redhat.com Fri Dec 8 17:59:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:59:01 -0500 Subject: rpms/libtunepimp/devel libtunepimp.spec,1.25,1.26 Message-ID: <200612081759.kB8Hx1ZT010755@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10740 Modified Files: libtunepimp.spec Log Message: * Fri Dec 08 2006 Rex Dieter 0.5.3-2 - respin (for python) Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- libtunepimp.spec 7 Dec 2006 16:26:36 -0000 1.25 +++ libtunepimp.spec 8 Dec 2006 17:58:31 -0000 1.26 @@ -2,7 +2,7 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp Version: 0.5.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries @@ -134,6 +134,9 @@ %changelog +* Fri Dec 08 2006 Rex Dieter 0.5.3-2 +- respin (for python) + * Wed Nov 29 2006 Rex Dieter 0.5.3-1 - libtunepimp-0.5.3 From fedora-extras-commits at redhat.com Fri Dec 8 18:00:00 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:00:00 -0500 Subject: rpms/python-alsaaudio/devel python-alsaaudio.spec,1.1,1.2 Message-ID: <200612081800.kB8I00aX010862@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-alsaaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10817 Modified Files: python-alsaaudio.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.2-2 - Rebuild against new python. Index: python-alsaaudio.spec =================================================================== RCS file: /cvs/extras/rpms/python-alsaaudio/devel/python-alsaaudio.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-alsaaudio.spec 25 Nov 2006 19:41:55 -0000 1.1 +++ python-alsaaudio.spec 8 Dec 2006 17:59:30 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-alsaaudio Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Alsa Bindings Group: Development/Languages @@ -43,6 +43,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.2-2 +- Rebuild against new python. + * Thu Nov 2 2006 Brian Pepple - 0.2-1 - Initial FE spec. From fedora-extras-commits at redhat.com Fri Dec 8 18:00:28 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 13:00:28 -0500 Subject: rpms/glom/devel glom.spec,1.5,1.6 Message-ID: <200612081800.kB8I0SRO010934@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10847 Modified Files: glom.spec Log Message: Update to 1.2.2 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glom.spec 21 Nov 2006 10:06:09 -0000 1.5 +++ glom.spec 8 Dec 2006 17:59:58 -0000 1.6 @@ -1,9 +1,9 @@ %define major_version 1.2 -%define minor_version 1 +%define minor_version 2 Name: glom Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -116,6 +116,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 1.2.2-1 +- Update to 1.2.2 + * Tue Nov 21 2006 Denis Leroy - 1.2.1-2 - Update to 1.2.1 From fedora-extras-commits at redhat.com Fri Dec 8 18:01:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:01:38 -0500 Subject: rpms/python-eyed3/devel python-eyed3.spec,1.2,1.3 Message-ID: <200612081801.kB8I1c4S014081@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-eyed3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14063 Modified Files: python-eyed3.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.6.11-2 - Rebuild against new python. Index: python-eyed3.spec =================================================================== RCS file: /cvs/extras/rpms/python-eyed3/devel/python-eyed3.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-eyed3.spec 22 Nov 2006 15:46:10 -0000 1.2 +++ python-eyed3.spec 8 Dec 2006 18:01:08 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-eyed3 Version: 0.6.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python module for processing ID3 tags Group: Development/Languages @@ -53,6 +53,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.6.11-2 +- Rebuild against new python. + * Wed Nov 22 2006 Brian Pepple - 0.6.11-1 - Update to 0.6.11. From fedora-extras-commits at redhat.com Fri Dec 8 18:03:24 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:03:24 -0500 Subject: rpms/python-telepathy/devel python-telepathy.spec,1.6,1.7 Message-ID: <200612081803.kB8I3O0L014176@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-telepathy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14156 Modified Files: python-telepathy.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.13.7-3 - Rebuild against new python. Index: python-telepathy.spec =================================================================== RCS file: /cvs/extras/rpms/python-telepathy/devel/python-telepathy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-telepathy.spec 24 Nov 2006 16:31:51 -0000 1.6 +++ python-telepathy.spec 8 Dec 2006 18:02:54 -0000 1.7 @@ -2,7 +2,7 @@ Name: python-telepathy Version: 0.13.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python libraries for Telepathy Group: Development/Languages @@ -46,6 +46,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.13.7-3 +- Rebuild against new python. + * Fri Nov 24 2006 Brian Pepple - 0.13.7-2 - Add BR & Requires on dbus-python. From fedora-extras-commits at redhat.com Fri Dec 8 18:05:03 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:05:03 -0500 Subject: rpms/telepathy-butterfly/devel telepathy-butterfly.spec,1.4,1.5 Message-ID: <200612081805.kB8I53pp014247@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-butterfly/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14231 Modified Files: telepathy-butterfly.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.1.3-2 - Rebuild against new python. Index: telepathy-butterfly.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-butterfly/devel/telepathy-butterfly.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- telepathy-butterfly.spec 16 Nov 2006 17:58:05 -0000 1.4 +++ telepathy-butterfly.spec 8 Dec 2006 18:04:33 -0000 1.5 @@ -2,7 +2,7 @@ Name: telepathy-butterfly Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MSN connection manager for Telepathy Group: Applications/Communications @@ -54,6 +54,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.1.3-2 +- Rebuild against new python. + * Thu Nov 16 2006 Brian Pepple - 0.1.3-1 - Update to 0.1.3. From fedora-extras-commits at redhat.com Fri Dec 8 18:09:00 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:09:00 -0500 Subject: rpms/gramps/devel gramps.spec,1.24,1.25 Message-ID: <200612081809.kB8I90lX014383@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14348 Modified Files: gramps.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 2.2.3-2 - Rebuild against new python. Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gramps.spec 27 Nov 2006 16:59:22 -0000 1.24 +++ gramps.spec 8 Dec 2006 18:08:29 -0000 1.25 @@ -1,6 +1,6 @@ Name: gramps Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -130,6 +130,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 2.2.3-2 +- Rebuild against new python. + * Mon Nov 27 2006 Brian Pepple - 2.2.3-1 - Update to 2.2.3. - Add scalable mimetype icons to files section. From fedora-extras-commits at redhat.com Fri Dec 8 18:10:43 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:10:43 -0500 Subject: rpms/meld/devel meld.spec,1.17,1.18 Message-ID: <200612081810.kB8IAh9c014475@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/meld/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14452 Modified Files: meld.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 1.1.4-5 - Rebuild against new python. Index: meld.spec =================================================================== RCS file: /cvs/extras/rpms/meld/devel/meld.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- meld.spec 6 Sep 2006 14:56:48 -0000 1.17 +++ meld.spec 8 Dec 2006 18:10:13 -0000 1.18 @@ -1,6 +1,6 @@ Name: meld Version: 1.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Visual diff and merge tool Group: Development/Tools @@ -95,6 +95,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 1.1.4-5 +- Rebuild against new python. + * Wed Sep 6 2006 Brian Pepple - 1.1.4-4 - Don't ghost *.pyo files. - Add BR for intltool and perl(XML::Parser). From fedora-extras-commits at redhat.com Fri Dec 8 18:11:46 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 13:11:46 -0500 Subject: rpms/glom/devel .cvsignore, 1.6, 1.7 glom.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200612081811.kB8IBkUX014596@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14577 Modified Files: .cvsignore glom.spec sources Log Message: fixed source upload Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glom/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Nov 2006 10:06:09 -0000 1.6 +++ .cvsignore 8 Dec 2006 18:11:16 -0000 1.7 @@ -1 +1 @@ -glom-1.2.1.tar.bz2 +glom-1.2.2.tar.bz2 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glom.spec 8 Dec 2006 17:59:58 -0000 1.6 +++ glom.spec 8 Dec 2006 18:11:16 -0000 1.7 @@ -3,7 +3,7 @@ Name: glom Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -116,6 +116,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 1.2.2-2 +- Fixed source upload + * Fri Dec 8 2006 Denis Leroy - 1.2.2-1 - Update to 1.2.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glom/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 21 Nov 2006 10:06:09 -0000 1.6 +++ sources 8 Dec 2006 18:11:16 -0000 1.7 @@ -1 +1 @@ -406c28f1bb4e704c7c4fb56a48893f21 glom-1.2.1.tar.bz2 +7b5c56317dd8386b17a05e5bfbb6c119 glom-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 18:12:32 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:12:32 -0500 Subject: rpms/python-reportlab/devel python-reportlab.spec,1.10,1.11 Message-ID: <200612081812.kB8ICW5d014675@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-reportlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14650 Modified Files: python-reportlab.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 1.21.1-2 - Rebuild against new python. Index: python-reportlab.spec =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-reportlab.spec 8 Sep 2006 04:09:32 -0000 1.10 +++ python-reportlab.spec 8 Dec 2006 18:12:02 -0000 1.11 @@ -2,7 +2,7 @@ Name: python-reportlab Version: 1.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python PDF generation library Group: Development/Libraries @@ -49,6 +49,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 1.21.1-2 +- Rebuild against new python. + * Thu Sep 7 2006 Brian Pepple - 1.21.1-1 - Update to 1.20.1. From fedora-extras-commits at redhat.com Fri Dec 8 18:28:40 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:28:40 -0500 Subject: rpms/python-urljr - New directory Message-ID: <200612081828.kB8ISeAj014931@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14927/python-urljr Log Message: Directory /cvs/extras/rpms/python-urljr added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 18:28:46 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:28:46 -0500 Subject: rpms/python-urljr/devel - New directory Message-ID: <200612081828.kB8ISkRZ014961@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14927/python-urljr/devel Log Message: Directory /cvs/extras/rpms/python-urljr/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 18:29:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:29:04 -0500 Subject: rpms/python-urljr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612081829.kB8IT4e4015008@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14984/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-urljr --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 8 18:29:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 13:29:04 -0500 Subject: rpms/xine-lib/devel xine-lib.spec,1.2,1.3 Message-ID: <200612081829.kB8IT4Rh014999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14897 Modified Files: xine-lib.spec Log Message: Add %defattr for extras subpackage, cosmetics. Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xine-lib.spec 8 Dec 2006 07:31:46 -0000 1.2 +++ xine-lib.spec 8 Dec 2006 18:28:34 -0000 1.3 @@ -3,7 +3,6 @@ # - pulseaudio %define codecdir %{_libdir}/codecs -#%define vdrver 0.7.9 Summary: Xine library Name: xine-lib @@ -26,6 +25,9 @@ # Video BuildRequires: freetype-devel SDL-devel libtheora-devel libmng-devel BuildRequires: aalib-devel >= 1.4 +%if 0%{?_with_caca:1} +BuildRequires: libcaca-devel >= 0.99 +%endif %if 0%{!?_without_directfb:1} BuildRequires: directfb-devel %endif @@ -36,24 +38,17 @@ BuildRequires: libogg-devel libvorbis-devel flac-devel libmodplug-devel BuildRequires: esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0 BuildRequires: jack-audio-connection-kit-devel -%if 0%{?_with_caca:1} -BuildRequires: libcaca-devel >= 0.99 -%endif # CDs BuildRequires: libcdio-devel # Other BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common -#Provides: %{name}(vdr) = %{vdrver} - %package devel Summary: Xine library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig zlib-devel -#Requires: %{name}(vdr) = %{vdrver} -#Provides: %{name}-devel(vdr) = %{vdrver} %package extras Summary: Additional plugins for xine-lib @@ -76,17 +71,17 @@ %description extras This package contains extra plugins for xine-lib: - - Arts - - ESD - - Jack + - aRts + - EsounD + - JACK - GNOME VFS - SDL - - AAlib + - AA-lib %if 0%{?_with_caca:1} - - CACAlib + - Libcaca %endif %if 0%{!?_without_imagemagick:1} - - image decoding + - Image decoding %endif %if 0%{!?_without_directfb:1} - DirectFB output @@ -97,7 +92,6 @@ %prep %setup -q %patch1 -p0 -b .nomcpu -###cp -p debian/changelog ChangeLog.vdr # Patch6 needed at least when compiling with external ffmpeg, #939. %patch6 -p1 -b .deepbind %patch7 -p0 -b .multilib-devel @@ -201,7 +195,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtp.so -#%{_libdir}/xine/plugins/%{version}/xineplug_inp_vdr.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_bitplane.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_rgb.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_vorbis.so @@ -248,6 +241,7 @@ %files extras +%defattr(-,root,root,-) %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_arts.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so From fedora-extras-commits at redhat.com Fri Dec 8 18:28:59 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:28:59 -0500 Subject: rpms/python-urljr Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612081828.kB8ISxl4014990@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14984 Added Files: Makefile import.log Log Message: Setup of module python-urljr --- NEW FILE Makefile --- # Top level Makefile for module python-urljr all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 8 18:30:01 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:30:01 -0500 Subject: rpms/python-urljr import.log,1.1,1.2 Message-ID: <200612081830.kB8IU1ZX015077@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15047 Modified Files: import.log Log Message: auto-import python-urljr-1.0.1-1 on branch devel from python-urljr-1.0.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-urljr/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Dec 2006 18:28:59 -0000 1.1 +++ import.log 8 Dec 2006 18:29:31 -0000 1.2 @@ -0,0 +1 @@ +python-urljr-1_0_1-1:HEAD:python-urljr-1.0.1-1.src.rpm:1165602906 From fedora-extras-commits at redhat.com Fri Dec 8 18:30:01 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:30:01 -0500 Subject: rpms/python-urljr/devel python-urljr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612081830.kB8IU1D5015081@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15047/devel Modified Files: .cvsignore sources Added Files: python-urljr.spec Log Message: auto-import python-urljr-1.0.1-1 on branch devel from python-urljr-1.0.1-1.src.rpm --- NEW FILE python-urljr.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-urljr Version: 1.0.1 Release: 1%{?dist} Summary: A common interface to urllib2 and curl for making HTTP requests Group: Development/Languages License: LGPL URL: http://www.openidenabled.com/openid/libraries/python/urljr Source0: http://www.openidenabled.com/resources/downloads/python-openid/python-urljr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-pycurl Requires: python-pycurl %description URL-related utilities from JanRain, Inc. This package contains the "fetchers" module, which provides a common interface to urllib2 and curl for making HTTP requests. %prep %setup -q %build %{__python} setup.py build %check %{__python} admin/runtests %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{python_sitelib}/* %changelog * Tue Dec 5 2006 Jeffrey C. Ollie - 1.0.1-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-urljr/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2006 18:29:04 -0000 1.1 +++ .cvsignore 8 Dec 2006 18:29:31 -0000 1.2 @@ -0,0 +1 @@ +python-urljr-1.0.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-urljr/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2006 18:29:04 -0000 1.1 +++ sources 8 Dec 2006 18:29:31 -0000 1.2 @@ -0,0 +1 @@ +0b120d08dc4538ed5c4ee5c77447b865 python-urljr-1.0.1.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 18:52:26 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:52:26 -0500 Subject: owners owners.list,1.2085,1.2086 Message-ID: <200612081852.kB8IqQFq015224@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15209 Modified Files: owners.list Log Message: Add python-urljr. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2085 retrieving revision 1.2086 diff -u -r1.2085 -r1.2086 --- owners.list 8 Dec 2006 15:33:38 -0000 1.2085 +++ owners.list 8 Dec 2006 18:51:56 -0000 1.2086 @@ -2065,6 +2065,7 @@ Fedora Extras|python-turbokid|Python template plugin that supports Kid templates|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|python-xmpp|Python library for easy scripting with Jabber|jeff at ocjtech.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 19:06:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 14:06:11 -0500 Subject: fedora-security/audit fe3, 1.43, 1.44 fe4, 1.112, 1.113 fe5, 1.123, 1.124 fe6, 1.37, 1.38 Message-ID: <200612081906.kB8J6B6L018386@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18365 Modified Files: fe3 fe4 fe5 fe6 Log Message: CVE-2006-4249 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- fe3 8 Dec 2006 02:17:31 -0000 1.43 +++ fe3 8 Dec 2006 19:06:11 -0000 1.44 @@ -23,6 +23,7 @@ CVE-2006-4684 patch (zope, fixed 2.8.0-5) #198106 CVE-2006-4513 VULNERABLE (wv) #212696 CVE-2006-4513 ** (abiword) #212698 +CVE-2006-4249 ignore (plone, 2.5/2.5.1 only issue) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 ignore (plone, 2.1.x not affected) #209163 CVE-2006-4192 VULNERABLE (libmodplug) Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- fe4 8 Dec 2006 02:17:31 -0000 1.112 +++ fe4 8 Dec 2006 19:06:11 -0000 1.113 @@ -54,6 +54,7 @@ CVE-2006-4513 ** (abiword) #212698 CVE-2006-4340 VULNERABLE (seamonkey, fixed 1.0.5) #209167 CVE-2006-4253 VULNERABLE (seamonkey, fixed 1.0.5) #209167 +CVE-2006-4249 ignore (plone, 2.5/2.5.1 only issue) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 ignore (plone, 2.1.x not affected) #209163 CVE-2006-4192 patch (libmodplug, fixed 0.7-4) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- fe5 8 Dec 2006 02:17:31 -0000 1.123 +++ fe5 8 Dec 2006 19:06:11 -0000 1.124 @@ -56,6 +56,7 @@ CVE-2006-4513 ** (abiword) #212698 CVE-2006-4340 version (seamonkey, fixed 1.0.5) #209167 CVE-2006-4253 version (seamonkey, fixed 1.0.5) #209167 +CVE-2006-4249 patch (plone, fixed 2.5.1-3) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 patch (plone, fixed 2.5-4) #209163 CVE-2006-4192 patch (libmodplug, fixed 0.8-3) Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- fe6 8 Dec 2006 02:17:31 -0000 1.37 +++ fe6 8 Dec 2006 19:06:11 -0000 1.38 @@ -57,6 +57,7 @@ CVE-2006-4513 ** (abiword) #212698 CVE-2006-4340 version (seamonkey, fixed 1.0.5) #209167 CVE-2006-4253 version (seamonkey, fixed 1.0.5) #209167 +CVE-2006-4249 patch (plone, fixed 2.5.1-3) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 patch (plone, fixed 2.5-4) #209163 CVE-2006-4192 patch (libmodplug, fixed 0.8-3) From fedora-extras-commits at redhat.com Fri Dec 8 19:09:36 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 14:09:36 -0500 Subject: rpms/gossip/devel .cvsignore, 1.17, 1.18 gossip.spec, 1.32, 1.33 sources, 1.17, 1.18 Message-ID: <200612081909.kB8J9acc018428@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18409 Modified Files: .cvsignore gossip.spec sources Log Message: * Fri Dec 8 2006 Brian Pepple - 0.20-1 - Update to 0.20. - Remove X-Fedora category from desktop file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 16 Nov 2006 17:21:32 -0000 1.17 +++ .cvsignore 8 Dec 2006 19:09:06 -0000 1.18 @@ -1 +1 @@ -gossip-0.19.tar.bz2 +gossip-0.20.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gossip.spec 16 Nov 2006 17:21:33 -0000 1.32 +++ gossip.spec 8 Dec 2006 19:09:06 -0000 1.33 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Gnome Jabber Client @@ -67,7 +67,6 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -126,6 +125,10 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.20-1 +- Update to 0.20. +- Remove X-Fedora category from desktop file. + * Thu Nov 16 2006 Brian Pepple - 0.19-1 - Update to 0.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 16 Nov 2006 17:21:33 -0000 1.17 +++ sources 8 Dec 2006 19:09:06 -0000 1.18 @@ -1 +1 @@ -49c60c4467d17948f7243a169c65775c gossip-0.19.tar.bz2 +a8c6eb8cf31f28144283943db4b9f960 gossip-0.20.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 19:31:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 14:31:34 -0500 Subject: rpms/vdradmin-am/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdradmin-am.spec, 1.3, 1.4 Message-ID: <200612081931.kB8JVYWp018673@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18632/FC-6 Modified Files: .cvsignore sources vdradmin-am.spec Log Message: * Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 - 3.5.2. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:14:16 -0000 1.3 +++ .cvsignore 8 Dec 2006 19:31:04 -0000 1.4 @@ -1 +1 @@ -vdradmin-am-3.5.1.tar.bz2 +vdradmin-am-3.5.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:14:16 -0000 1.3 +++ sources 8 Dec 2006 19:31:04 -0000 1.4 @@ -1 +1 @@ -95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 +7307c78bf9bf57c9f17311380423e6f4 vdradmin-am-3.5.2.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/vdradmin-am.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.3 +++ vdradmin-am.spec 8 Dec 2006 19:31:04 -0000 1.4 @@ -3,7 +3,7 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.5.1 +Version: 3.5.2 Release: 1%{?dist} Summary: Web interface for VDR @@ -118,6 +118,9 @@ %changelog +* Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 +- 3.5.2. + * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. From fedora-extras-commits at redhat.com Fri Dec 8 19:31:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 14:31:34 -0500 Subject: rpms/vdradmin-am/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 vdradmin-am.spec, 1.4, 1.5 Message-ID: <200612081931.kB8JVYsu018678@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18632/devel Modified Files: .cvsignore sources vdradmin-am.spec Log Message: * Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 - 3.5.2. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Dec 2006 21:14:16 -0000 1.4 +++ .cvsignore 8 Dec 2006 19:31:04 -0000 1.5 @@ -1 +1 @@ -vdradmin-am-3.5.1.tar.bz2 +vdradmin-am-3.5.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Dec 2006 21:14:16 -0000 1.4 +++ sources 8 Dec 2006 19:31:04 -0000 1.5 @@ -1 +1 @@ -95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 +7307c78bf9bf57c9f17311380423e6f4 vdradmin-am-3.5.2.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/vdradmin-am.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.4 +++ vdradmin-am.spec 8 Dec 2006 19:31:04 -0000 1.5 @@ -3,7 +3,7 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.5.1 +Version: 3.5.2 Release: 1%{?dist} Summary: Web interface for VDR @@ -118,6 +118,9 @@ %changelog +* Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 +- 3.5.2. + * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. From fedora-extras-commits at redhat.com Fri Dec 8 19:37:35 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 14:37:35 -0500 Subject: rpms/gnomebaker/FC-6 gnomebaker-0.6.0-device.patch, NONE, 1.1 gnomebaker.spec, 1.6, 1.7 Message-ID: <200612081937.kB8JbZH8018812@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnomebaker/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18786 Modified Files: gnomebaker.spec Added Files: gnomebaker-0.6.0-device.patch Log Message: * Tue Dec 5 2006 Brian Pepple - 0.6.0-2 - Add patch to fix device selection with multiple devices present. - Drop X-Fedora category from desktop file. gnomebaker-0.6.0-device.patch: --- NEW FILE gnomebaker-0.6.0-device.patch --- diff -Naur gnomebaker-0.6.0.old/src/devices.c gnomebaker-0.6.0/src/devices.c --- gnomebaker-0.6.0.old/src/devices.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.c 2006-10-12 19:07:32.000000000 -0400 @@ -230,16 +230,47 @@ void -devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key) +devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only) { GB_LOG_FUNC g_return_if_fail(option_menu != NULL); g_return_if_fail(device_key != NULL); - gint index = gtk_option_menu_get_history(option_menu); - gchar *device = g_strdup_printf(GB_DEVICE_FORMAT, index + 1); - preferences_set_string(device_key, device); - g_free(device); + gint menuindex = gtk_option_menu_get_history(option_menu); + + gint index = 0, count = 0, device = 0; + GSList *devices = preferences_get_key_subkeys(GB_DEVICES_KEY); + GSList *item = devices; + + for(; device == 0; item = item->next) + { + gchar *device_key = (gchar*)item->data; + + gchar *device_capabilities_key = g_strconcat(device_key, GB_DEVICE_CAPABILITIES_LABEL, NULL); + const gint capabilities = preferences_get_int(device_capabilities_key); + /* Check the capabilities of the device and make sure that, if only writers were added + * to the options menu, the device can actually write disks */ + if(!writers_only || (capabilities & DC_WRITE_CDR || capabilities & DC_WRITE_CDRW || + capabilities & DC_WRITE_DVDR || capabilities & DC_WRITE_DVDRAM)) + { + if(index == menuindex) + { + device = count + 1; + } + ++index; + } + + g_free(device_capabilities_key); + g_free(device_key); + ++count; + + } + + g_slist_free(devices); + + gchar *devicename = g_strdup_printf(GB_DEVICE_FORMAT, device); + preferences_set_string(device_key, devicename); + g_free(devicename); } diff -Naur gnomebaker-0.6.0.old/src/devices.h gnomebaker-0.6.0/src/devices.h --- gnomebaker-0.6.0.old/src/devices.h 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.h 2006-10-15 20:52:16.000000000 -0400 @@ -45,7 +45,7 @@ const gint capabilities); gboolean devices_mount_device(const gchar *device_key, gchar* *mount_point); void devices_unmount_device(const gchar *device_key); -void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key); +void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only); gboolean devices_eject_disk(const gchar *device_key); gint devices_prompt_for_disk(GtkWindow *parent, const gchar *device_key); gint devices_prompt_for_blank_disk(GtkWindow *parent, const gchar *device_key); diff -Naur gnomebaker-0.6.0.old/src/selectdevicedlg.c gnomebaker-0.6.0/src/selectdevicedlg.c --- gnomebaker-0.6.0.old/src/selectdevicedlg.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/selectdevicedlg.c 2006-10-12 19:08:59.000000000 -0400 @@ -66,5 +66,5 @@ g_return_if_fail(selectdevicedlgdlg_xml != NULL); GtkWidget *option_menu = glade_xml_get_widget(selectdevicedlgdlg_xml, widget_select_writer); - devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER); + devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER, TRUE); } diff -Naur gnomebaker-0.6.0.old/src/startdlg.c gnomebaker-0.6.0/src/startdlg.c --- gnomebaker-0.6.0.old/src/startdlg.c 2006-08-30 19:41:15.000000000 -0400 +++ gnomebaker-0.6.0/src/startdlg.c 2006-10-12 19:07:51.000000000 -0400 @@ -69,8 +69,8 @@ g_return_if_fail(user_data != NULL); StartDlg *start_dlg = (StartDlg*)user_data; - devices_save_optionmenu(start_dlg->reader, GB_READER); - devices_save_optionmenu(start_dlg->writer, GB_WRITER); + devices_save_optionmenu(start_dlg->reader, GB_READER, FALSE); + devices_save_optionmenu(start_dlg->writer, GB_WRITER, TRUE); const gint index = gtk_option_menu_get_history(start_dlg->write_speed); if(index == 0) preferences_set_int(start_dlg->dvdmode ? GB_DVDWRITE_SPEED : GB_CDWRITE_SPEED, 0); Index: gnomebaker.spec =================================================================== RCS file: /cvs/extras/rpms/gnomebaker/FC-6/gnomebaker.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnomebaker.spec 17 Sep 2006 01:21:05 -0000 1.6 +++ gnomebaker.spec 8 Dec 2006 19:37:05 -0000 1.7 @@ -1,12 +1,13 @@ Name: gnomebaker Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME CD/DVD burner Group: Applications/Multimedia License: GPL URL: http://%{name}.sourceforge.net/v2/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-device.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel >= 2.10.0 @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -p1 -b .device chmod 644 AUTHORS TODO @@ -51,7 +53,6 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -83,6 +84,10 @@ %changelog +* Tue Dec 5 2006 Brian Pepple - 0.6.0-2 +- Add patch to fix device selection with multiple devices present. +- Drop X-Fedora category from desktop file. + * Sat Sep 16 2006 Brian Pepple - 0.6.0-1 - Update to 0.6.0. - Drop BR on libglade2-devel. From fedora-extras-commits at redhat.com Fri Dec 8 19:47:46 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 8 Dec 2006 14:47:46 -0500 Subject: owners owners.list,1.2086,1.2087 Message-ID: <200612081947.kB8Jlk5S018898@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18883 Modified Files: owners.list Log Message: Added pungi Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2086 retrieving revision 1.2087 diff -u -r1.2086 -r1.2087 --- owners.list 8 Dec 2006 18:51:56 -0000 1.2086 +++ owners.list 8 Dec 2006 19:47:16 -0000 1.2087 @@ -1957,6 +1957,7 @@ Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|pulseaudio|Improved Linux sound server|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| +Fedora Extras|pungi|Distribution compose tool|jkeating at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|puppet|A configuration management tool|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pure-ftpd|Lightweight, fast and secure FTP server|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|putty|Putty - a SSH, Telnet & Rlogin client|jima at beer.tclug.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 19:49:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 14:49:25 -0500 Subject: rpms/gossip/FC-6 .cvsignore, 1.17, 1.18 gossip.spec, 1.32, 1.33 sources, 1.17, 1.18 Message-ID: <200612081949.kB8JnPZb018944@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18925 Modified Files: .cvsignore gossip.spec sources Log Message: * Fri Dec 8 2006 Brian Pepple - 0.20-1 - Update to 0.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-6/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Nov 2006 15:40:17 -0000 1.17 +++ .cvsignore 8 Dec 2006 19:48:55 -0000 1.18 @@ -1 +1 @@ -gossip-0.19.tar.bz2 +gossip-0.20.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-6/gossip.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gossip.spec 21 Nov 2006 15:40:17 -0000 1.32 +++ gossip.spec 8 Dec 2006 19:48:55 -0000 1.33 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Gnome Jabber Client @@ -125,6 +125,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.20-1 +- Update to 0.20. + * Sun Nov 19 2006 Brian Pepple - 0.19-1 - Update to 0.19. - Remove X-Fedora category from desktop file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-6/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Nov 2006 15:40:17 -0000 1.17 +++ sources 8 Dec 2006 19:48:55 -0000 1.18 @@ -1 +1 @@ -49c60c4467d17948f7243a169c65775c gossip-0.19.tar.bz2 +a8c6eb8cf31f28144283943db4b9f960 gossip-0.20.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 22:08:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 17:08:10 -0500 Subject: rpms/HelixPlayer/FC-6 HelixPlayer-1.0.7-ogg.patch, NONE, 1.1 HelixPlayer.spec, 1.1, 1.2 Message-ID: <200612082208.kB8M8A1Y028669@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/HelixPlayer/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28625/FC-6 Modified Files: HelixPlayer.spec Added Files: HelixPlayer-1.0.7-ogg.patch Log Message: apply patch for ogg/vorbis (bug 218896) HelixPlayer-1.0.7-ogg.patch: --- NEW FILE HelixPlayer-1.0.7-ogg.patch --- Index: datatype/ogg/fileformat/unix.pcf =================================================================== RCS file: /cvsroot/xiph/oggff/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/ogg/fileformat/unix.pcf 10 Sep 2003 20:21:27 -0000 1.2 +++ datatype/ogg/fileformat/unix.pcf 8 Dec 2006 11:05:39 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/vorbis/renderer/unix.pcf =================================================================== RCS file: /cvsroot/xiph/vorbisrend/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/vorbis/renderer/unix.pcf 10 Sep 2003 20:20:58 -0000 1.2 +++ datatype/vorbis/renderer/unix.pcf 8 Dec 2006 11:07:03 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/theora/renderer/linux2.pcf =================================================================== RCS file: /cvsroot/xiph/theorarend/linux2.pcf,v retrieving revision 1.2 diff -u -p -r1.2 linux2.pcf --- datatype/theora/renderer/linux2.pcf 9 Jul 2004 18:31:54 -0000 1.2 +++ datatype/theora/renderer/linux2.pcf 8 Dec 2006 11:07:33 -0000 @@ -52,8 +52,8 @@ UmakefileVersion(2,1) oggLibPath = os.path.join(GetSDKPath("oggvorbissdk"), "lib") +#project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), +# os.path.join(oggLibPath, "libtheora.a")) -project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), - os.path.join(oggLibPath, "libtheora.a")) - -project.AddSystemLibraries("pthread") \ No newline at end of file +project.AddDynamicLibraries("-logg -ltheora") +project.AddSystemLibraries("pthread") Index: HelixPlayer.spec =================================================================== RCS file: /cvs/extras/rpms/HelixPlayer/FC-6/HelixPlayer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HelixPlayer.spec 29 Sep 2006 13:28:09 -0000 1.1 +++ HelixPlayer.spec 8 Dec 2006 22:07:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: HelixPlayer Version: 1.0.7 Epoch: 1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Multimedia License: RPSL, GPL URL: https://player.helixcommunity.org/ @@ -16,6 +16,7 @@ Patch1: %{name}-1.0.3-disable-asm.patch Patch2: hxplay-1.0.4-nptl.patch Patch3: %{name}-1.0.5-missing-header.patch +Patch4: HelixPlayer-1.0.7-ogg.patch BuildRequires: libtheora-devel >= 1.0alpha3-3 BuildRequires: libvorbis-devel @@ -54,6 +55,7 @@ %patch1 -p1 -b .disable-asm %patch2 -p1 -b .nptl %patch3 -p1 -b .missing-header +%patch4 -p0 -b .ogg %build # Change hxplay_gtk_release to whatever string is in the Makefile @@ -192,6 +194,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 1:1.0.7-5 +- add patch to make ogg/vorbis work (bug 218896) + * Thu Sep 28 2006 Aurelien Bompard 1:1.0.7-4 - fixes from bug 201006 comment 20 From fedora-extras-commits at redhat.com Fri Dec 8 22:08:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 17:08:10 -0500 Subject: rpms/HelixPlayer/devel HelixPlayer-1.0.7-ogg.patch, NONE, 1.1 HelixPlayer.spec, 1.1, 1.2 Message-ID: <200612082208.kB8M8Ar3028672@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/HelixPlayer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28625/devel Modified Files: HelixPlayer.spec Added Files: HelixPlayer-1.0.7-ogg.patch Log Message: apply patch for ogg/vorbis (bug 218896) HelixPlayer-1.0.7-ogg.patch: --- NEW FILE HelixPlayer-1.0.7-ogg.patch --- Index: datatype/ogg/fileformat/unix.pcf =================================================================== RCS file: /cvsroot/xiph/oggff/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/ogg/fileformat/unix.pcf 10 Sep 2003 20:21:27 -0000 1.2 +++ datatype/ogg/fileformat/unix.pcf 8 Dec 2006 11:05:39 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/vorbis/renderer/unix.pcf =================================================================== RCS file: /cvsroot/xiph/vorbisrend/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/vorbis/renderer/unix.pcf 10 Sep 2003 20:20:58 -0000 1.2 +++ datatype/vorbis/renderer/unix.pcf 8 Dec 2006 11:07:03 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/theora/renderer/linux2.pcf =================================================================== RCS file: /cvsroot/xiph/theorarend/linux2.pcf,v retrieving revision 1.2 diff -u -p -r1.2 linux2.pcf --- datatype/theora/renderer/linux2.pcf 9 Jul 2004 18:31:54 -0000 1.2 +++ datatype/theora/renderer/linux2.pcf 8 Dec 2006 11:07:33 -0000 @@ -52,8 +52,8 @@ UmakefileVersion(2,1) oggLibPath = os.path.join(GetSDKPath("oggvorbissdk"), "lib") +#project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), +# os.path.join(oggLibPath, "libtheora.a")) -project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), - os.path.join(oggLibPath, "libtheora.a")) - -project.AddSystemLibraries("pthread") \ No newline at end of file +project.AddDynamicLibraries("-logg -ltheora") +project.AddSystemLibraries("pthread") Index: HelixPlayer.spec =================================================================== RCS file: /cvs/extras/rpms/HelixPlayer/devel/HelixPlayer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HelixPlayer.spec 29 Sep 2006 13:28:09 -0000 1.1 +++ HelixPlayer.spec 8 Dec 2006 22:07:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: HelixPlayer Version: 1.0.7 Epoch: 1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Multimedia License: RPSL, GPL URL: https://player.helixcommunity.org/ @@ -16,6 +16,7 @@ Patch1: %{name}-1.0.3-disable-asm.patch Patch2: hxplay-1.0.4-nptl.patch Patch3: %{name}-1.0.5-missing-header.patch +Patch4: HelixPlayer-1.0.7-ogg.patch BuildRequires: libtheora-devel >= 1.0alpha3-3 BuildRequires: libvorbis-devel @@ -54,6 +55,7 @@ %patch1 -p1 -b .disable-asm %patch2 -p1 -b .nptl %patch3 -p1 -b .missing-header +%patch4 -p0 -b .ogg %build # Change hxplay_gtk_release to whatever string is in the Makefile @@ -192,6 +194,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 1:1.0.7-5 +- add patch to make ogg/vorbis work (bug 218896) + * Thu Sep 28 2006 Aurelien Bompard 1:1.0.7-4 - fixes from bug 201006 comment 20 From fedora-extras-commits at redhat.com Fri Dec 8 22:40:34 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 17:40:34 -0500 Subject: rpms/phpMyAdmin/devel .cvsignore, 1.2, 1.3 phpMyAdmin.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612082240.kB8MeYSw028912@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28891 Modified Files: .cvsignore phpMyAdmin.spec sources Log Message: Upstream released new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Nov 2006 16:15:50 -0000 1.2 +++ .cvsignore 8 Dec 2006 22:40:04 -0000 1.3 @@ -1 +1 @@ -phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +phpMyAdmin-2.9.1.1-all-languages.tar.bz2 Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/phpMyAdmin.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phpMyAdmin.spec 15 Nov 2006 15:38:15 -0000 1.3 +++ phpMyAdmin.spec 8 Dec 2006 22:40:04 -0000 1.4 @@ -1,12 +1,12 @@ Name: phpMyAdmin -Version: 2.9.1 -Release: 3alpha%{?dist} +Version: 2.9.1.1 +Release: 1%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet License: GPL URL: http://www.phpmyadmin.net/ -Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-rc2-all-languages.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-all-languages.tar.bz2 Source1: phpMyAdmin-config.inc.php Source2: phpMyAdmin.htaccess BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +61,8 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 +- Upstream released new version * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Nov 2006 16:15:50 -0000 1.2 +++ sources 8 Dec 2006 22:40:04 -0000 1.3 @@ -1 +1 @@ -a49c0d06d98cf842b78f9686e642d952 phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +954675b5da3f33c2d53ae4b5096dbb0e phpMyAdmin-2.9.1.1-all-languages.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 23:18:43 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 18:18:43 -0500 Subject: rpms/phpMyAdmin/devel phpMyAdmin.spec,1.4,1.5 Message-ID: <200612082318.kB8NIhQb032362@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32345 Modified Files: phpMyAdmin.spec Log Message: Fixed bug in specfile Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/phpMyAdmin.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- phpMyAdmin.spec 8 Dec 2006 22:40:04 -0000 1.4 +++ phpMyAdmin.spec 8 Dec 2006 23:18:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: phpMyAdmin Version: 2.9.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet @@ -27,7 +27,7 @@ is available in 50 languages %prep -%setup -qn phpMyAdmin-%{version}-rc2-all-languages +%setup -qn phpMyAdmin-%{version}-all-languages %install rm -rf %{buildroot} @@ -61,8 +61,12 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-2 +- Fixed bug in spec file + * Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 - Upstream released new version + * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag From fedora-extras-commits at redhat.com Sat Dec 9 00:27:34 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:27:34 -0500 Subject: rpms/SOAPpy/devel SOAPpy.spec,1.4,1.5 Message-ID: <200612090027.kB90RYKv003400@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3383 Modified Files: SOAPpy.spec Log Message: python(abi) = 0:2.5 Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- SOAPpy.spec 6 Sep 2006 18:37:32 -0000 1.4 +++ SOAPpy.spec 9 Dec 2006 00:27:04 -0000 1.5 @@ -2,7 +2,7 @@ Name: SOAPpy Version: 0.11.6 -Release: 5%{?dist} +Release: 5%{?dist}.1 Summary: Full-featured SOAP library for Python Group: Development/Languages License: Python Software Foundation License @@ -74,6 +74,9 @@ %changelog +* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc6.1 +- python(abi) = 0:2.5 + * Wed Sep 06 2006 Christopher Stone 0.11.6-5 - No longer %%ghost pyo files bug #205436 From fedora-extras-commits at redhat.com Sat Dec 9 00:29:52 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:29:52 -0500 Subject: rpms/poker-engine/devel poker-engine.spec,1.14,1.15 Message-ID: <200612090029.kB90TqdM003465@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3447 Modified Files: poker-engine.spec Log Message: python(abi) = 0:2.5 Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- poker-engine.spec 7 Dec 2006 17:11:09 -0000 1.14 +++ poker-engine.spec 9 Dec 2006 00:29:22 -0000 1.15 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Fri Dec 08 2006 Christopher Stone 1.0.20-2.fc7.1 +- python(abi) = 0:2.5 + * Thu Dec 07 2006 Christopher Stone 1.0.20-2 - Add missing Requires From fedora-extras-commits at redhat.com Sat Dec 9 00:30:29 2006 From: fedora-extras-commits at redhat.com (Miloslav Trmac (mitr)) Date: Fri, 8 Dec 2006 19:30:29 -0500 Subject: rpms/python-4Suite-XML/devel python-4Suite-XML.spec,1.4,1.5 Message-ID: <200612090030.kB90UTw6003525@cvs-int.fedora.redhat.com> Author: mitr Update of /cvs/extras/rpms/python-4Suite-XML/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3469 Modified Files: python-4Suite-XML.spec Log Message: * Sat Dec 9 2006 Miloslav Trmac - 1.0-2 - Rebuild with Python 2.5 Index: python-4Suite-XML.spec =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/python-4Suite-XML.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-4Suite-XML.spec 5 Nov 2006 03:31:58 -0000 1.4 +++ python-4Suite-XML.spec 9 Dec 2006 00:29:59 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-4Suite-XML Version: 1.0 -Release: 1 +Release: 2 Summary: A collection of XML-related technologies for Python Group: Development/Libraries @@ -60,6 +60,9 @@ %{_datadir}/4Suite %changelog +* Sat Dec 9 2006 Miloslav Trmac - 1.0-2 +- Rebuild with Python 2.5 + * Sun Nov 5 2006 Miloslav Trmac - 1.0-1 - Update to 4Suite-XML-1.0 From fedora-extras-commits at redhat.com Sat Dec 9 00:31:32 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:31:32 -0500 Subject: rpms/pygame/devel pygame.spec,1.11,1.12 Message-ID: <200612090031.kB90VWHT003582@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pygame/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3562 Modified Files: pygame.spec Log Message: python(abi) = 0:2.5 Index: pygame.spec =================================================================== RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pygame.spec 6 Sep 2006 19:21:33 -0000 1.11 +++ pygame.spec 9 Dec 2006 00:31:02 -0000 1.12 @@ -2,7 +2,7 @@ Name: pygame Version: 1.7.1 -Release: 9%{?dist} +Release: 9%{?dist}.1 Summary: Python modules for writing games Group: Development/Languages License: LGPL @@ -86,6 +86,9 @@ %{_includedir}/python*/%{name}/*.h %changelog +* Fri Dec 08 2006 Christopher Stone 1.7.1-9.fc7.1 +- python(abi) = 0:2.5 + * Wed Sep 06 2006 Christopher Stone 1.7.1-9 - No longer %%ghost pyo files. Bug #205396 From fedora-extras-commits at redhat.com Sat Dec 9 00:32:29 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 19:32:29 -0500 Subject: rpms/xchat-gnome/devel xchat-gnome.spec,1.30,1.31 Message-ID: <200612090032.kB90WTTN003658@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3643 Modified Files: xchat-gnome.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.15-2 - Rebuild for new python. Index: xchat-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- xchat-gnome.spec 29 Oct 2006 14:44:00 -0000 1.30 +++ xchat-gnome.spec 9 Dec 2006 00:31:59 -0000 1.31 @@ -2,7 +2,7 @@ Name: xchat-gnome Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME front-end to xchat Group: Applications/Internet @@ -137,6 +137,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.15-2 +- Rebuild for new python. + * Sun Oct 29 2006 Brian Pepple - 0.15-1 - Update to 0.15. - Add new icons. From fedora-extras-commits at redhat.com Sat Dec 9 00:33:10 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:33:10 -0500 Subject: rpms/python-fpconst/devel python-fpconst.spec,1.3,1.4 Message-ID: <200612090033.kB90XALL003682@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3664 Modified Files: python-fpconst.spec Log Message: python(abi) = 0:2.5 Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-fpconst.spec 6 Sep 2006 18:50:23 -0000 1.3 +++ python-fpconst.spec 9 Dec 2006 00:32:40 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-fpconst Version: 0.7.2 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License @@ -39,6 +39,9 @@ %{python_sitelib}/*.pyo %changelog +* Fri Dec 08 2006 Christopher Stone 0.7.2-3.fc7.1 +- python(abi) = 0:2.5 + * Wed Sep 06 2006 Christopher Stone 0.7.2-3 - No longer %%ghost pyo files. Bug #205414 From fedora-extras-commits at redhat.com Sat Dec 9 00:56:18 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 19:56:18 -0500 Subject: rpms/pyicq-t/devel pyicq-t.spec,1.5,1.6 Message-ID: <200612090056.kB90uImr003940@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3909 Modified Files: pyicq-t.spec Log Message: Fix up requires for mysql subpackage. Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/pyicq-t.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pyicq-t.spec 8 Dec 2006 16:56:27 -0000 1.5 +++ pyicq-t.spec 9 Dec 2006 00:55:48 -0000 1.6 @@ -2,7 +2,7 @@ Name: pyicq-t Version: 0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -38,7 +38,7 @@ Summary: MySQL backend for ICQ transport Group: Applications/Internet Requires: MySQL-python -Requires: pyicqt = %{version}-%{release} +Requires: pyicq-t = %{version}-%{release} %description mysql MySQL backend for ICQ transport @@ -106,6 +106,9 @@ %{_datadir}/pyicq-t/src/xdb/mysql.py* %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.8-3 +- Fix up requires for mysql subpackage. + * Fri Dec 8 2006 Jeffrey C. Ollie - 0.8-2 - Bump release and rebuild for Python 2.5 - Use macro for path to standard library From fedora-extras-commits at redhat.com Sat Dec 9 00:57:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 8 Dec 2006 19:57:08 -0500 Subject: rpms/exo/devel exo.spec,1.20,1.21 Message-ID: <200612090057.kB90v8aJ003995@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3980 Modified Files: exo.spec Log Message: Rebuild for new python Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- exo.spec 11 Nov 2006 07:27:19 -0000 1.20 +++ exo.spec 9 Dec 2006 00:56:38 -0000 1.21 @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.1.12 -Release: 0.1.rc2%{?dist} +Release: 0.3.rc2%{?dist} License: LGPL URL: http://xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.99.2/src/exo-0.3.1.12rc2.tar.bz2 @@ -94,6 +94,7 @@ %{_libexecdir}/exo-helper-0.3 %{_libexecdir}/exo-compose-mail-0.3 %{_datadir}/applications/exo-preferred-applications.desktop +%{_libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.so %{_datadir}/icons/hicolor/24x24/apps/preferences-desktop-default-applications.png %{_datadir}/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png %{_datadir}/icons/hicolor/48x48/apps/applications-internet.png @@ -114,6 +115,13 @@ %{python_sitearch}/pyexo.* %changelog +* Fri Dec 8 2006 Kevin Fenzi - 0.3.1.12-0.3.rc2 +- Rebuild for new python + +* Thu Nov 16 2006 Kevin Fenzi - 0.3.1.12-0.2.rc2 +- Rebuild with fixed xfce-mcs-manager-devel +- Add exo-preferred-applicatons-settings.so + * Thu Nov 9 2006 Kevin Fenzi - 0.3.1.12-0.1.rc2 - Update to 0.3.1.12rc2 From fedora-extras-commits at redhat.com Sat Dec 9 01:08:47 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 20:08:47 -0500 Subject: rpms/phpMyAdmin/FC-5 phpMyAdmin.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612090108.kB918lZO007199@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7168/FC-5 Modified Files: phpMyAdmin.spec sources Log Message: upstream released uew version Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-5/phpMyAdmin.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phpMyAdmin.spec 15 Nov 2006 15:38:14 -0000 1.3 +++ phpMyAdmin.spec 9 Dec 2006 01:08:17 -0000 1.4 @@ -1,12 +1,12 @@ Name: phpMyAdmin -Version: 2.9.1 -Release: 3alpha%{?dist} +Version: 2.9.1.1 +Release: 2%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet License: GPL URL: http://www.phpmyadmin.net/ -Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-rc2-all-languages.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-all-languages.tar.bz2 Source1: phpMyAdmin-config.inc.php Source2: phpMyAdmin.htaccess BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ is available in 50 languages %prep -%setup -qn phpMyAdmin-%{version}-rc2-all-languages +%setup -qn phpMyAdmin-%{version}-all-languages %install rm -rf %{buildroot} @@ -61,6 +61,12 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-2 +- Fixed bug in spec file + +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 +- Upstream released new version + * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Nov 2006 16:15:50 -0000 1.2 +++ sources 9 Dec 2006 01:08:17 -0000 1.3 @@ -1 +1 @@ -a49c0d06d98cf842b78f9686e642d952 phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +954675b5da3f33c2d53ae4b5096dbb0e phpMyAdmin-2.9.1.1-all-languages.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 01:08:47 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 20:08:47 -0500 Subject: rpms/phpMyAdmin/FC-6 phpMyAdmin.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612090108.kB918lt9007203@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7168/FC-6 Modified Files: phpMyAdmin.spec sources Log Message: upstream released uew version Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-6/phpMyAdmin.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phpMyAdmin.spec 15 Nov 2006 15:38:15 -0000 1.3 +++ phpMyAdmin.spec 9 Dec 2006 01:08:17 -0000 1.4 @@ -1,12 +1,12 @@ Name: phpMyAdmin -Version: 2.9.1 -Release: 3alpha%{?dist} +Version: 2.9.1.1 +Release: 2%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet License: GPL URL: http://www.phpmyadmin.net/ -Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-rc2-all-languages.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-all-languages.tar.bz2 Source1: phpMyAdmin-config.inc.php Source2: phpMyAdmin.htaccess BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ is available in 50 languages %prep -%setup -qn phpMyAdmin-%{version}-rc2-all-languages +%setup -qn phpMyAdmin-%{version}-all-languages %install rm -rf %{buildroot} @@ -61,6 +61,12 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-2 +- Fixed bug in spec file + +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 +- Upstream released new version + * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Nov 2006 16:15:50 -0000 1.2 +++ sources 9 Dec 2006 01:08:17 -0000 1.3 @@ -1 +1 @@ -a49c0d06d98cf842b78f9686e642d952 phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +954675b5da3f33c2d53ae4b5096dbb0e phpMyAdmin-2.9.1.1-all-languages.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 01:16:49 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 20:16:49 -0500 Subject: rpms/python-fpconst/devel python-fpconst.spec,1.4,1.5 Message-ID: <200612090116.kB91Gnmb007340@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7319 Modified Files: python-fpconst.spec Log Message: Readd python-devel to BR to get it to build on fc7 Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-fpconst.spec 9 Dec 2006 00:32:40 -0000 1.4 +++ python-fpconst.spec 9 Dec 2006 01:16:19 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-fpconst Version: 0.7.2 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License @@ -10,6 +10,7 @@ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel %description This python module implements constants and functions for working with @@ -39,6 +40,9 @@ %{python_sitelib}/*.pyo %changelog +* Fri Dec 08 2006 Christopher Stone 0.7.2-3.fc7.2 +- Add python-devel to BR + * Fri Dec 08 2006 Christopher Stone 0.7.2-3.fc7.1 - python(abi) = 0:2.5 From fedora-extras-commits at redhat.com Sat Dec 9 01:40:06 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 20:40:06 -0500 Subject: rpms/SOAPpy/devel SOAPpy.spec,1.5,1.6 Message-ID: <200612090140.kB91e69g007888@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7873 Modified Files: SOAPpy.spec Log Message: rebump Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SOAPpy.spec 9 Dec 2006 00:27:04 -0000 1.5 +++ SOAPpy.spec 9 Dec 2006 01:39:36 -0000 1.6 @@ -2,7 +2,7 @@ Name: SOAPpy Version: 0.11.6 -Release: 5%{?dist}.1 +Release: 5%{?dist}.2 Summary: Full-featured SOAP library for Python Group: Development/Languages License: Python Software Foundation License @@ -74,7 +74,10 @@ %changelog -* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc6.1 +* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.2 +- Bump again for python-fpconst rebuild + +* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.1 - python(abi) = 0:2.5 * Wed Sep 06 2006 Christopher Stone 0.11.6-5 From fedora-extras-commits at redhat.com Sat Dec 9 01:56:55 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 20:56:55 -0500 Subject: rpms/blogtk/devel blogtk.spec,1.4,1.5 Message-ID: <200612090156.kB91utCa007974@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7959 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/devel/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:31:48 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:56:25 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 01:59:09 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 20:59:09 -0500 Subject: rpms/blogtk/FC-3 blogtk.spec,1.4,1.5 Message-ID: <200612090159.kB91x9rB008039@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8022 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-3/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:28:12 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:58:38 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 01:59:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 20:59:45 -0500 Subject: rpms/blogtk/FC-4 blogtk.spec,1.4,1.5 Message-ID: <200612090159.kB91xjUF008092@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8076 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-4/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:29:36 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:59:15 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 02:00:22 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 21:00:22 -0500 Subject: rpms/blogtk/FC-5 blogtk.spec,1.4,1.5 Message-ID: <200612090200.kB920MVX008146@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8129 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-5/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:30:20 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:59:52 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 02:00:59 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 21:00:59 -0500 Subject: rpms/blogtk/FC-6 blogtk.spec,1.4,1.5 Message-ID: <200612090200.kB920x1v008198@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8181 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-6/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:31:05 -0000 1.4 +++ blogtk.spec 9 Dec 2006 02:00:28 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 02:14:34 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 8 Dec 2006 21:14:34 -0500 Subject: rpms/labyrinth/devel labyrinth.spec,1.1,1.2 Message-ID: <200612090214.kB92EYtI011385@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/labyrinth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11370/labyrinth/devel Modified Files: labyrinth.spec Log Message: Rebuild for Python 2.5 upgrade Index: labyrinth.spec =================================================================== RCS file: /cvs/extras/rpms/labyrinth/devel/labyrinth.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- labyrinth.spec 22 Nov 2006 02:07:16 -0000 1.1 +++ labyrinth.spec 9 Dec 2006 02:14:04 -0000 1.2 @@ -3,7 +3,7 @@ Name: labyrinth Version: 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple yet powerful mind-mapping tool for the GNOME desktop Group: Applications/Productivity @@ -88,7 +88,10 @@ %changelog +* Fri Dec 08 2006 Peter Gordon - 0.3-2 +- Rebuild for Python 2.5 upgrade + * Wed Nov 15 2006 Peter Gordon - 0.3-1 - Initial packaging. - Add patch to fix interpreters on MainWindow.py and Links.py scripts: - + fix-interpreters.patch \ No newline at end of file + + fix-interpreters.patch From fedora-extras-commits at redhat.com Sat Dec 9 02:18:09 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 8 Dec 2006 21:18:09 -0500 Subject: rpms/ruby-postgres/devel ruby-postgres.spec,1.3,1.4 Message-ID: <200612090218.kB92I9cm011456@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11441 Modified Files: ruby-postgres.spec Log Message: Rebuild against PostgreSQL 8.2.0 Index: ruby-postgres.spec =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/devel/ruby-postgres.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ruby-postgres.spec 13 Sep 2006 12:06:33 -0000 1.3 +++ ruby-postgres.spec 9 Dec 2006 02:17:39 -0000 1.4 @@ -2,7 +2,7 @@ Name: ruby-postgres Version: 0.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Ruby interface for the PostgreSQL database engine Group: Development/Languages # Source says that ruby-gems-postgres is distributable under the same @@ -47,6 +47,9 @@ %{ruby_sitearch}/postgres.so %changelog +* Fri Dec 8 2006 David Lutterkort - 0.7.1-6 +- Rebuild against PostgreSQL 8.2.0 + * Wed Sep 13 2006 David Lutterkort - 0.7.1-5 - Rebuilt for FC6 - Remove _smp_mflags from make install From fedora-extras-commits at redhat.com Sat Dec 9 02:21:46 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 8 Dec 2006 21:21:46 -0500 Subject: rpms/scribes/devel scribes.spec,1.20,1.21 Message-ID: <200612090221.kB92LkEC011533@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514/scribes/devel Modified Files: scribes.spec Log Message: Rebuild for Python 2.5 upgrade Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- scribes.spec 4 Nov 2006 20:07:31 -0000 1.20 +++ scribes.spec 9 Dec 2006 02:21:16 -0000 1.21 @@ -4,7 +4,7 @@ Name: scribes Version: 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -153,6 +153,9 @@ %changelog +* Fri Dec 08 2006 Peter Gordon - 0.3-2 +- Rebuild for Python 2.5 upgrade + * Sat Nov 04 2006 Peter Gordon - 0.3-1 - Update to new upstream release (0.3 final) From fedora-extras-commits at redhat.com Sat Dec 9 03:14:37 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 8 Dec 2006 22:14:37 -0500 Subject: rpms/obmenu/devel obmenu.desktop,1.1,1.2 obmenu.spec,1.3,1.4 Message-ID: <200612090314.kB93EbXh014891@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/obmenu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14855 Modified Files: obmenu.desktop obmenu.spec Log Message: Fix .desktop file a bit; rebuild for Python 2.5 upgrade Index: obmenu.desktop =================================================================== RCS file: /cvs/extras/rpms/obmenu/devel/obmenu.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- obmenu.desktop 2 Sep 2006 17:37:07 -0000 1.1 +++ obmenu.desktop 9 Dec 2006 03:14:07 -0000 1.2 @@ -7,4 +7,4 @@ Exec=obmenu Terminal=false Type=Application -Categories=Openbox;Application;System Tools +Categories=Settings;GTK;DesktopSettings; Index: obmenu.spec =================================================================== RCS file: /cvs/extras/rpms/obmenu/devel/obmenu.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- obmenu.spec 16 Oct 2006 02:05:59 -0000 1.3 +++ obmenu.spec 9 Dec 2006 03:14:07 -0000 1.4 @@ -2,7 +2,7 @@ Name: obmenu Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A graphical menu editor for Openbox Group: User Interface/Desktops License: GPL @@ -18,6 +18,7 @@ Requires: pygtk2-libglade BuildRequires: desktop-file-utils +BuildRequires: python-devel %description obmenu is a graphical menu editor for the Openbox window manager. Openbox uses @@ -46,7 +47,6 @@ chmod +x %{buildroot}%{python_sitelib}/obxml.py desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ - --add-category X-Fedora \ %{SOURCE2} %clean @@ -66,6 +66,11 @@ %changelog +* Fri Dec 08 2006 Peter Gordon - 1.0-4 +- Rebuild for Python 2.5 upgrade +- Fix Categories entry and remove X-Fedora category addition in installed + .desktop file + * Sun Oct 15 2006 Peter Gordon - 1.0-3 - Some minor aesthetic spec cleanups - Add a patch from upstream to copy the default /etx/xdg menu stuff if one From fedora-extras-commits at redhat.com Sat Dec 9 03:19:41 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 22:19:41 -0500 Subject: rpms/telepathy-butterfly/devel telepathy-butterfly.spec,1.5,1.6 Message-ID: <200612090319.kB93Jf1p014966@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-butterfly/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14951 Modified Files: telepathy-butterfly.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.1.3-3 - Add BR on python-devel. Index: telepathy-butterfly.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-butterfly/devel/telepathy-butterfly.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- telepathy-butterfly.spec 8 Dec 2006 18:04:33 -0000 1.5 +++ telepathy-butterfly.spec 9 Dec 2006 03:19:11 -0000 1.6 @@ -2,7 +2,7 @@ Name: telepathy-butterfly Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MSN connection manager for Telepathy Group: Applications/Communications @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: dbus-devel +BuildRequires: python-devel BuildRequires: pkgconfig Requires: python-telepathy @@ -54,6 +55,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.1.3-3 +- Add BR on python-devel. + * Fri Dec 8 2006 Brian Pepple - 0.1.3-2 - Rebuild against new python. From fedora-extras-commits at redhat.com Sat Dec 9 03:50:23 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Fri, 8 Dec 2006 22:50:23 -0500 Subject: owners owners.list,1.2087,1.2088 Message-ID: <200612090350.kB93oNPt015170@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15155 Modified Files: owners.list Log Message: remove gnubg entry with nonworking e-mail address, that was added in 2081 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2087 retrieving revision 1.2088 diff -u -r1.2087 -r1.2088 --- owners.list 8 Dec 2006 19:47:16 -0000 1.2087 +++ owners.list 9 Dec 2006 03:49:53 -0000 1.2088 @@ -614,7 +614,6 @@ Fedora Extras|gnonlin|GStreamer extension library for non-linear editing|bdpepple at ameritech.net|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|gnotime|Tracks and reports time spent|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnu-smalltalk|GNU Smalltalk|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| -Fedora Extras|gnubg|A backgammon game and analyser|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|gnubg|A backgammon game and analyser|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnubiff|A mail notification program|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnucap|The Gnu Circuit Analysis Package|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 04:07:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 23:07:09 -0500 Subject: rpms/SOAPpy/devel SOAPpy-0.11.6-python25.patch, NONE, 1.1 SOAPpy.spec, 1.6, 1.7 Message-ID: <200612090407.kB9479CY018425@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18405 Modified Files: SOAPpy.spec Added Files: SOAPpy-0.11.6-python25.patch Log Message: python 2.5 patches SOAPpy-0.11.6-python25.patch: --- NEW FILE SOAPpy-0.11.6-python25.patch --- --- SOAPpy/Client.py~ 2006-12-08 19:01:59.000000000 -0800 +++ SOAPpy/Client.py 2006-12-08 19:02:23.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # @@ -43,8 +45,6 @@ ident = '$Id: Client.py,v 1.20 2004/04/10 04:22:52 irjudson Exp $' from version import __version__ -from __future__ import nested_scopes - #import xml.sax import urllib from types import * --- SOAPpy/GSIServer.py~ 2006-12-08 19:13:42.000000000 -0800 +++ SOAPpy/GSIServer.py 2006-12-08 19:13:56.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ GSIServer - Contributed by Ivan R. Judson @@ -46,8 +48,6 @@ ident = '$Id: GSIServer.py,v 1.4 2004/02/04 03:21:02 irjudson Exp $' from version import __version__ -from __future__ import nested_scopes - #import xml.sax import re import socket --- SOAPpy/NS.py~ 2006-12-08 19:14:02.000000000 -0800 +++ SOAPpy/NS.py 2006-12-08 19:14:15.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # @@ -40,8 +42,6 @@ ################################################################################ """ -from __future__ import nested_scopes - ident = '$Id: NS.py,v 1.3 2004/01/31 04:20:05 warnes Exp $' from version import __version__ --- SOAPpy/Server.py~ 2006-12-08 19:14:20.000000000 -0800 +++ SOAPpy/Server.py 2006-12-08 19:14:33.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # @@ -43,8 +45,6 @@ ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' from version import __version__ -from __future__ import nested_scopes - #import xml.sax import re import socket --- SOAPpy/Types.py~ 2006-12-08 19:14:39.000000000 -0800 +++ SOAPpy/Types.py 2006-12-08 19:14:52.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # Copyright (c) 2003, Pfizer @@ -36,8 +38,6 @@ ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $' from version import __version__ -from __future__ import nested_scopes - import UserList import base64 import cgi Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- SOAPpy.spec 9 Dec 2006 01:39:36 -0000 1.6 +++ SOAPpy.spec 9 Dec 2006 04:06:39 -0000 1.7 @@ -2,18 +2,24 @@ Name: SOAPpy Version: 0.11.6 -Release: 5%{?dist}.2 +Release: 6%{?dist} Summary: Full-featured SOAP library for Python + Group: Development/Languages License: Python Software Foundation License URL: http://pywebsvcs.sourceforge.net Source0: http://dl.sourceforge.net/pywebsvcs/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-python25.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch + +BuildRequires: python-devel BuildRequires: python-fpconst >= 0.6.0 Requires: python-fpconst >= 0.6.0 Requires: PyXML >= 0.8.3 -Obsoletes: python-SOAPpy + +Obsoletes: python-SOAPpy = %{version} Provides: python-SOAPpy = %{version}-%{release} %description @@ -24,6 +30,7 @@ %prep %setup -q +%patch0 -p0 -b .python25 # remove shell bangs pushd %{name}/wstools @@ -74,11 +81,11 @@ %changelog -* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.2 -- Bump again for python-fpconst rebuild - -* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.1 -- python(abi) = 0:2.5 +* Fri Dec 08 2006 Christopher Stone 0.11.6-6 +- Readd python-devel to BR +- Add patch to build with python 2.5 +- Add versioned Obsoletes +- python(abi) = 0:2.5 rebuild * Wed Sep 06 2006 Christopher Stone 0.11.6-5 - No longer %%ghost pyo files bug #205436 From fedora-extras-commits at redhat.com Sat Dec 9 04:13:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 23:13:01 -0500 Subject: rpms/jasper/devel jasper.spec,1.20,1.21 Message-ID: <200612090413.kB94D1r5018492@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18477 Modified Files: jasper.spec Log Message: * Fri Dec 08 2006 Rex Dieter 1.900.0-3 - omit deprecated memleak patch Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- jasper.spec 8 Dec 2006 17:32:36 -0000 1.20 +++ jasper.spec 9 Dec 2006 04:12:31 -0000 1.21 @@ -11,7 +11,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.900.0 -Release: 2%{?dist} +Release: 3%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -57,7 +57,7 @@ %setup -q -n %{name}-%{version}%{?geo:.GEO} %patch1 -p1 -b .GL -%patch3 -p1 -b .memleak +#patch3 -p1 -b .memleak %if "%{?geo:1}" == "1" chmod +x configure configure.ac @@ -121,6 +121,9 @@ %changelog +* Fri Dec 08 2006 Rex Dieter 1.900.0-3 +- omit deprecated memleak patch + * Fri Dec 08 2006 Rex Dieter 1.900.0-2 - jasper-1.900.0 (#218947) From fedora-extras-commits at redhat.com Sat Dec 9 04:14:15 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Fri, 8 Dec 2006 23:14:15 -0500 Subject: rpms/offlineimap/devel offlineimap.spec,1.2,1.3 Message-ID: <200612090414.kB94EF4e018553@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18536 Modified Files: offlineimap.spec Log Message: rebuild for python 2.5, added BR: python-devel Index: offlineimap.spec =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/offlineimap.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- offlineimap.spec 4 Dec 2006 00:16:58 -0000 1.2 +++ offlineimap.spec 9 Dec 2006 04:13:45 -0000 1.3 @@ -2,7 +2,7 @@ Name: offlineimap Version: 4.0.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPL @@ -11,6 +11,8 @@ Source0: http://software.complete.org/offlineimap/static/download_area/%{version}/%{name}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python-devel + BuildArch: noarch @@ -50,6 +52,10 @@ %{_mandir}/man1/offlineimap.1.gz %changelog +* Sat Dec 09 2006 Till Maas - 4.0.16-3 +- rebuild for python2.5 +- added BR: python-devel, which is needed now + * Mon Dec 04 2006 Till Maas - 4.0.16-2 - added -p to cp to preserve timestamp of ChangeLog From fedora-extras-commits at redhat.com Sat Dec 9 04:39:55 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 8 Dec 2006 23:39:55 -0500 Subject: rpms/python-turbokid/devel python-turbokid.spec,1.3,1.4 Message-ID: <200612090439.kB94dtMu018711@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbokid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18691 Modified Files: python-turbokid.spec Log Message: Rebuild for new python Index: python-turbokid.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbokid/devel/python-turbokid.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-turbokid.spec 30 Sep 2006 07:11:49 -0000 1.3 +++ python-turbokid.spec 9 Dec 2006 04:39:25 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-turbokid Version: 0.9.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python template plugin that supports Kid templates Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Fri Dec 8 2006 Luke Macken - 0.9.9-3 +- Rebuild for new python + * Sat Sep 30 2006 Luke Macken - 0.9.9-2 - Add python-setuptools to BuildRequires From fedora-extras-commits at redhat.com Sat Dec 9 04:42:30 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 8 Dec 2006 23:42:30 -0500 Subject: rpms/python-turbojson/devel python-turbojson.spec,1.1,1.2 Message-ID: <200612090442.kB94gU5N018782@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbojson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18762 Modified Files: python-turbojson.spec Log Message: rebuild for new python Index: python-turbojson.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbojson/devel/python-turbojson.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-turbojson.spec 6 Oct 2006 06:04:14 -0000 1.1 +++ python-turbojson.spec 9 Dec 2006 04:42:00 -0000 1.2 @@ -5,7 +5,7 @@ Name: python-turbojson Version: 0.9.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python template plugin that supports json Group: Development/Languages @@ -48,6 +48,9 @@ %changelog +* Fri Dec 8 2006 Luke Macken 0.9.9-3 +- Rebuild for new python + * Fri Oct 6 2006 Luke Macken 0.9.9-2 - Update source url From fedora-extras-commits at redhat.com Sat Dec 9 04:44:23 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 8 Dec 2006 23:44:23 -0500 Subject: rpms/python-turbocheetah/devel python-turbocheetah.spec,1.2,1.3 Message-ID: <200612090444.kB94iNow018847@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbocheetah/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18827 Modified Files: python-turbocheetah.spec Log Message: Rebuild for new python Index: python-turbocheetah.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-turbocheetah.spec 17 Oct 2006 06:42:20 -0000 1.2 +++ python-turbocheetah.spec 9 Dec 2006 04:43:53 -0000 1.3 @@ -5,7 +5,7 @@ Name: python-turbocheetah Version: 0.9.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TurboGears plugin to support use of Cheetah templates Group: Development/Languages @@ -52,6 +52,9 @@ %changelog +* Fri Dec 8 2006 Luke Macken - 0.9.5-6 +- Rebuild for new python + * Tue Oct 17 2006 Luke Macken - 0.9.5-5 - python-turbocheetah-0.9.5-setuptools.patch From fedora-extras-commits at redhat.com Sat Dec 9 05:04:37 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 9 Dec 2006 00:04:37 -0500 Subject: rpms/denyhosts/devel denyhosts.spec,1.40,1.41 Message-ID: <200612090504.kB954bYW022070@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22055 Modified Files: denyhosts.spec Log Message: * Fri Dec 08 2006 Jason L Tibbitts III - 2.6-3 - Rebuild for new python. Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- denyhosts.spec 8 Dec 2006 01:28:56 -0000 1.40 +++ denyhosts.spec 9 Dec 2006 05:04:07 -0000 1.41 @@ -1,6 +1,6 @@ Name: denyhosts Version: 2.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -148,6 +148,9 @@ %changelog +* Fri Dec 08 2006 Jason L Tibbitts III - 2.6-3 +- Rebuild for new python. + * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. From fedora-extras-commits at redhat.com Sat Dec 9 05:10:02 2006 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Sat, 9 Dec 2006 00:10:02 -0500 Subject: rpms/python-GeoIP/devel python-GeoIP.spec,1.3,1.4 Message-ID: <200612090510.kB95A2B7022194@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/python-GeoIP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22173 Modified Files: python-GeoIP.spec Log Message: * Sat Dec 9 2006 Michael Fleming 1.2.1-6 - Rebuild for python 2.5 Index: python-GeoIP.spec =================================================================== RCS file: /cvs/extras/rpms/python-GeoIP/devel/python-GeoIP.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-GeoIP.spec 4 Sep 2006 10:14:12 -0000 1.3 +++ python-GeoIP.spec 9 Dec 2006 05:09:32 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-GeoIP Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python bindings for the GeoIP geographical lookup libraries Group: Development/Languages @@ -43,6 +43,9 @@ %changelog +* Sat Dec 9 2006 Michael Fleming 1.2.1-6 +- Rebuild for python 2.5 + * Mon Sep 4 2006 Michael Fleming 1.2.1-5 - Rebuild From fedora-extras-commits at redhat.com Sat Dec 9 05:12:37 2006 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Sat, 9 Dec 2006 00:12:37 -0500 Subject: rpms/svnmailer/devel svnmailer.spec,1.2,1.3 Message-ID: <200612090512.kB95CbYw022309@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/svnmailer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22274 Modified Files: svnmailer.spec Log Message: * Sat Dec 9 2006 Michael Fleming 1.0.8-3 - Rebuild for python 2.5 Index: svnmailer.spec =================================================================== RCS file: /cvs/extras/rpms/svnmailer/devel/svnmailer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- svnmailer.spec 3 Sep 2006 06:33:56 -0000 1.2 +++ svnmailer.spec 9 Dec 2006 05:12:07 -0000 1.3 @@ -2,7 +2,7 @@ Name: svnmailer Version: 1.0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to post subversion repository commit information Group: Development/Tools @@ -65,6 +65,9 @@ %doc docs/* %changelog +* Sat Dec 9 2006 Michael Fleming 1.0.8-3 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Michael Fleming 1.0.8-2 - Rebuild - No longer ghost .pyo files. From fedora-extras-commits at redhat.com Sat Dec 9 05:12:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 9 Dec 2006 00:12:38 -0500 Subject: rpms/python-eyed3/devel python-eyed3.spec,1.3,1.4 Message-ID: <200612090512.kB95CcS2022312@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-eyed3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22293 Modified Files: python-eyed3.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.6.11-3 - Change BR to python-devel. Index: python-eyed3.spec =================================================================== RCS file: /cvs/extras/rpms/python-eyed3/devel/python-eyed3.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-eyed3.spec 8 Dec 2006 18:01:08 -0000 1.3 +++ python-eyed3.spec 9 Dec 2006 05:12:08 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-eyed3 Version: 0.6.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python module for processing ID3 tags Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel %description @@ -53,6 +53,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.6.11-3 +- Change BR to python-devel. + * Fri Dec 8 2006 Brian Pepple - 0.6.11-2 - Rebuild against new python. From fedora-extras-commits at redhat.com Sat Dec 9 05:44:19 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sat, 9 Dec 2006 00:44:19 -0500 Subject: rpms/python-gpod/devel python-gpod.spec,1.1,1.2 Message-ID: <200612090544.kB95iJTV022911@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22891 Modified Files: python-gpod.spec Log Message: rebuild against python 2.5 Index: python-gpod.spec =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/python-gpod.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-gpod.spec 4 Dec 2006 03:20:28 -0000 1.1 +++ python-gpod.spec 9 Dec 2006 05:43:49 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-gpod Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A python module to access iPod content Group: Development/Languages @@ -67,6 +67,9 @@ %changelog +* Sat Dec 09 2006 Todd Zullinger - 0.4.0-4 +- rebuild against python 2.5 + * Sun Dec 03 2006 Todd Zullinger - 0.4.0-3 - patch for python libdir on x86_64 From fedora-extras-commits at redhat.com Sat Dec 9 07:38:48 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 02:38:48 -0500 Subject: rpms/python-crypto/devel python-crypto.spec,1.12,1.13 Message-ID: <200612090738.kB97cmhO029517@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/python-crypto/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29502 Modified Files: python-crypto.spec Log Message: 2.0.1-5 -- Rebuild for python 2.5 Index: python-crypto.spec =================================================================== RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-crypto.spec 8 Sep 2006 17:18:45 -0000 1.12 +++ python-crypto.spec 9 Dec 2006 07:38:18 -0000 1.13 @@ -4,7 +4,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: Python License (CNRI Python License) Group: Development/Libraries URL: http://www.amk.ca/python/code/crypto.html @@ -64,6 +64,9 @@ %changelog +* Sat Dec 09 2006 Thorsten Leemhuis - 2.0.1-5 +- Rebuild for python 2.5 + * Thu Sep 07 2006 Thorsten Leemhuis - 2.0.1-4 - Don't ghost pyo files (#205408) From fedora-extras-commits at redhat.com Sat Dec 9 07:54:50 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 02:54:50 -0500 Subject: rpms/revelation/devel revelation.spec,1.20,1.21 Message-ID: <200612090754.kB97soaN029585@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29570 Modified Files: revelation.spec Log Message: 0.4.7-7 -- Rebuild for python 2.5 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- revelation.spec 31 Oct 2006 11:09:25 -0000 1.20 +++ revelation.spec 9 Dec 2006 07:54:20 -0000 1.21 @@ -4,7 +4,7 @@ Summary: Password manager for GNOME 2 Name: revelation Version: 0.4.7 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Productivity Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 @@ -103,6 +103,9 @@ %{_libexecdir}/revelation-applet %changelog +* Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 +- Rebuild for python 2.5 + * Thu Oct 31 2006 Thorsten Leemhuis - 0.4.7-6 - track rawhide and BR gnome-python2-devel and cracklib-devel From fedora-extras-commits at redhat.com Sat Dec 9 08:43:16 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Sat, 9 Dec 2006 03:43:16 -0500 Subject: rpms/python-simpy/devel python-simpy.spec,1.11,1.12 Message-ID: <200612090843.kB98hGV7000445@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/python-simpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv418 Modified Files: python-simpy.spec Log Message: Rebuild for new python abi. Index: python-simpy.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-simpy.spec 6 Sep 2006 14:12:56 -0000 1.11 +++ python-simpy.spec 9 Dec 2006 08:42:46 -0000 1.12 @@ -3,7 +3,7 @@ Name: python-simpy Version: 1.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python simulation framework Group: Development/Languages License: LGPL @@ -70,6 +70,9 @@ %changelog +* Sat Dec 9 2006 Sarantis Paskalis - 1.7.1-5 +- Rebuild for rawhide. + * Wed Sep 6 2006 Sarantis Paskalis - 1.7.1-4 - Un-ghost .pyo files. Thanks Christian Iseli (bug #205424). From fedora-extras-commits at redhat.com Sat Dec 9 08:45:58 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 03:45:58 -0500 Subject: rpms/python-chm/FC-6 .cvsignore, 1.3, 1.4 python-chm.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612090845.kB98jwBX000571@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/python-chm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv511/FC-6 Modified Files: .cvsignore python-chm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.8.4-1 - update to 0.8.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:20:12 -0000 1.3 +++ .cvsignore 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -pychm-0.8.3.tar.gz +pychm-0.8.4.tar.gz Index: python-chm.spec =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-6/python-chm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-chm.spec 12 Sep 2006 20:28:06 -0000 1.4 +++ python-chm.spec 9 Dec 2006 08:45:28 -0000 1.5 @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-chm -Version: 0.8.3 -Release: 3%{?dist} +Version: 0.8.4 +Release: 1%{?dist} Summary: Python package for CHM files handling Group: Development/Languages License: GPL URL: http://gnochm.sourceforge.net/pychm.html -Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +#Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/gnochm/pychm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -45,6 +46,9 @@ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.8.4-1 +- update to 0.8.4 + * Tue Sep 12 2006 Patrice Dumas 0.8.3-3 - add .pyo. Bug #205407 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:20:12 -0000 1.3 +++ sources 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -8fcc5eebed8a1991f1411abd99859e6d pychm-0.8.3.tar.gz +ff7f0baf94290c44263a1618e7e6a116 pychm-0.8.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 08:45:58 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 03:45:58 -0500 Subject: rpms/python-chm/FC-5 .cvsignore, 1.3, 1.4 python-chm.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612090845.kB98jwo3000566@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/python-chm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv511/FC-5 Modified Files: .cvsignore python-chm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.8.4-1 - update to 0.8.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Jun 2006 14:21:15 -0000 1.3 +++ .cvsignore 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -pychm-0.8.3.tar.gz +pychm-0.8.4.tar.gz Index: python-chm.spec =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-5/python-chm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-chm.spec 16 Jun 2006 14:21:15 -0000 1.2 +++ python-chm.spec 9 Dec 2006 08:45:28 -0000 1.3 @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-chm -Version: 0.8.3 +Version: 0.8.4 Release: 1%{?dist} Summary: Python package for CHM files handling Group: Development/Languages License: GPL URL: http://gnochm.sourceforge.net/pychm.html -Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +#Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/gnochm/pychm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -41,14 +42,16 @@ %files %defattr(-,root,root,-) %doc COPYING NEWS README -%dir %{python_sitearch}/chm/ -%{python_sitearch}/chm/*.py -%{python_sitearch}/chm/*.pyc -%{python_sitearch}/chm/*.so -%ghost %{python_sitearch}/chm/*.pyo +%{python_sitearch}/chm/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.8.4-1 +- update to 0.8.4 + +* Tue Sep 12 2006 Patrice Dumas 0.8.3-3 +- add .pyo. Bug #205407 + * Sun Jun 4 2006 Patrice Dumas 0.8.3-1 - Update to 0.8.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Jun 2006 14:21:15 -0000 1.3 +++ sources 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -8fcc5eebed8a1991f1411abd99859e6d pychm-0.8.3.tar.gz +ff7f0baf94290c44263a1618e7e6a116 pychm-0.8.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 08:46:03 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 03:46:03 -0500 Subject: rpms/python-chm/devel .cvsignore, 1.3, 1.4 python-chm.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612090846.kB98k3Fo000576@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/python-chm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv511/devel Modified Files: .cvsignore python-chm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.8.4-1 - update to 0.8.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-chm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:20:12 -0000 1.3 +++ .cvsignore 9 Dec 2006 08:45:33 -0000 1.4 @@ -1 +1 @@ -pychm-0.8.3.tar.gz +pychm-0.8.4.tar.gz Index: python-chm.spec =================================================================== RCS file: /cvs/extras/rpms/python-chm/devel/python-chm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-chm.spec 12 Sep 2006 20:28:06 -0000 1.4 +++ python-chm.spec 9 Dec 2006 08:45:33 -0000 1.5 @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-chm -Version: 0.8.3 -Release: 3%{?dist} +Version: 0.8.4 +Release: 1%{?dist} Summary: Python package for CHM files handling Group: Development/Languages License: GPL URL: http://gnochm.sourceforge.net/pychm.html -Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +#Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/gnochm/pychm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -45,6 +46,9 @@ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.8.4-1 +- update to 0.8.4 + * Tue Sep 12 2006 Patrice Dumas 0.8.3-3 - add .pyo. Bug #205407 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-chm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:20:12 -0000 1.3 +++ sources 9 Dec 2006 08:45:33 -0000 1.4 @@ -1 +1 @@ -8fcc5eebed8a1991f1411abd99859e6d pychm-0.8.3.tar.gz +ff7f0baf94290c44263a1618e7e6a116 pychm-0.8.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 09:27:36 2006 From: fedora-extras-commits at redhat.com (Paul Nasrat (pnasrat)) Date: Sat, 9 Dec 2006 04:27:36 -0500 Subject: rpms/python-ctypes/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE Makefile, 1.1, NONE python-ctypes.spec, 1.2, NONE sources, 1.3, NONE Message-ID: <200612090927.kB99Racw004337@cvs-int.fedora.redhat.com> Author: pnasrat Update of /cvs/extras/rpms/python-ctypes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4330 Added Files: dead.package Removed Files: .cvsignore Makefile python-ctypes.spec sources Log Message: python-ctypes module now part of python 2.5 package in Core. http://docs.python.org/whatsnew/modules.html#SECTION0001410000000000000000 --- NEW FILE dead.package --- Package now part of python 2.5 package in Core. http://docs.python.org/whatsnew/modules.html#SECTION0001410000000000000000 --- .cvsignore DELETED --- --- Makefile DELETED --- --- python-ctypes.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Dec 9 10:02:02 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 05:02:02 -0500 Subject: rpms/alsa-tools/devel alsa-tools.spec,1.12,1.13 Message-ID: <200612091002.kB9A22tT007580@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/alsa-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7565 Modified Files: alsa-tools.spec Log Message: ExcludeArch ppc (#219010) Index: alsa-tools.spec =================================================================== RCS file: /cvs/extras/rpms/alsa-tools/devel/alsa-tools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- alsa-tools.spec 29 Nov 2006 21:48:41 -0000 1.12 +++ alsa-tools.spec 9 Dec 2006 10:01:32 -0000 1.13 @@ -5,10 +5,14 @@ # The source tarball has been pruned to remove the "ac3dec" directory, due # to legal concerns that the contents might be subject to patent claims +# Note that the Version is intended to coincide with the version of ALSA +# included with the Fedora kernel, rather than necessarily the very latest +# upstream version of alsa-tools + Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.0.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -22,6 +26,9 @@ Buildrequires: desktop-file-utils %endif +# Doesn't build on PPC; see bug #219010 +ExcludeArch: ppc + %description This package contains several specialist tools for use with ALSA, including a number of programs that provide access to special hardware facilities on @@ -158,6 +165,9 @@ %endif # ?_with_firmware %changelog +* Sat Dec 09 2006 Tim Jackson - 1.0.12-4 +- ExcludeArch ppc (#219010) + * Sun Nov 26 2006 Tim Jackson - 1.0.12-3 - Add gtk2-devel BR From fedora-extras-commits at redhat.com Sat Dec 9 10:16:14 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 05:16:14 -0500 Subject: rpms/alsa-tools/FC-6 alsa-tools.spec,1.12,1.13 Message-ID: <200612091016.kB9AGE8S007678@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/alsa-tools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7660 Modified Files: alsa-tools.spec Log Message: ExcludeArch ppc (#219010) Index: alsa-tools.spec =================================================================== RCS file: /cvs/extras/rpms/alsa-tools/FC-6/alsa-tools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- alsa-tools.spec 29 Nov 2006 21:48:41 -0000 1.12 +++ alsa-tools.spec 9 Dec 2006 10:15:44 -0000 1.13 @@ -5,10 +5,14 @@ # The source tarball has been pruned to remove the "ac3dec" directory, due # to legal concerns that the contents might be subject to patent claims +# Note that the Version is intended to coincide with the version of ALSA +# included with the Fedora kernel, rather than necessarily the very latest +# upstream version of alsa-tools + Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.0.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -22,6 +26,9 @@ Buildrequires: desktop-file-utils %endif +# Doesn't build on PPC; see bug #219010 +ExcludeArch: ppc + %description This package contains several specialist tools for use with ALSA, including a number of programs that provide access to special hardware facilities on @@ -158,6 +165,9 @@ %endif # ?_with_firmware %changelog +* Sat Dec 09 2006 Tim Jackson - 1.0.12-4 +- ExcludeArch ppc (#219010) + * Sun Nov 26 2006 Tim Jackson - 1.0.12-3 - Add gtk2-devel BR From fedora-extras-commits at redhat.com Sat Dec 9 10:17:42 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 05:17:42 -0500 Subject: rpms/amarok/devel amarok.spec,1.66,1.67 Message-ID: <200612091017.kB9AHgWH007737@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7722 Modified Files: amarok.spec Log Message: rebuild Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 +++ amarok.spec 9 Dec 2006 10:17:12 -0000 1.67 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Multimedia License: GPL @@ -238,6 +238,9 @@ %changelog +* Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 +- rebuild + * Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 10:52:21 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 05:52:21 -0500 Subject: rpms/php-manual-en/devel php-manual-en.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612091052.kB9AqLFf007934@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7917 Modified Files: php-manual-en.spec sources Log Message: Update to 2006-11-19 version Index: php-manual-en.spec =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/php-manual-en.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- php-manual-en.spec 28 Oct 2006 10:20:03 -0000 1.4 +++ php-manual-en.spec 9 Dec 2006 10:51:51 -0000 1.5 @@ -1,5 +1,5 @@ Name: php-manual-en -Version: 20061026 +Version: 20061119 Release: 1%{?dist} Summary: Documentation for the PHP programming language @@ -38,6 +38,9 @@ %doc LICENSE %changelog +* Sat Dec 09 2006 Tim Jackson 20061119-1 +- Update to 2006-11-19 version + * Sat Oct 28 2006 Tim Jackson 20061026-1 - Update to 2006-10-26 version Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 28 Oct 2006 10:20:03 -0000 1.5 +++ sources 9 Dec 2006 10:51:51 -0000 1.6 @@ -1 +1 @@ -fa4b78102b8a7cc4b9bb3f07a7d818d0 php_manual_en.tar.gz +b6ea86fe11fc70d7e0e29ab12afdb795 php_manual_en.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 11:05:25 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Sat, 9 Dec 2006 06:05:25 -0500 Subject: rpms/clearsilver/devel clearsilver.spec,1.6,1.7 Message-ID: <200612091105.kB9B5Pbu011155@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/clearsilver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11138 Modified Files: clearsilver.spec Log Message: * Sat Dec 9 2006 Joost Soeterbroek - 0.10.3-5 - Rebuild for python 2.5 Index: clearsilver.spec =================================================================== RCS file: /cvs/extras/rpms/clearsilver/devel/clearsilver.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- clearsilver.spec 28 Aug 2006 17:15:52 -0000 1.6 +++ clearsilver.spec 9 Dec 2006 11:04:55 -0000 1.7 @@ -2,7 +2,7 @@ Name: clearsilver Version: 0.10.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Fast and powerful HTML templating system Group: Development/Libraries License: Neotonic ClearSilver Software License @@ -165,6 +165,9 @@ %endif %changelog +* Sat Dec 9 2006 Joost Soeterbroek - 0.10.3-5 +- Rebuild for python 2.5 + * Mon Aug 28 2006 Joost Soeterbroek - 0.10.3-4 - Rebuild for Fedora Extras 6 From fedora-extras-commits at redhat.com Sat Dec 9 11:11:59 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:11:59 -0500 Subject: rpms/rapidsvn/devel .cvsignore, 1.4, 1.5 rapidsvn.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612091111.kB9BBxsu011294@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11275 Modified Files: .cvsignore rapidsvn.spec sources Log Message: Update to 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Jun 2006 09:49:36 -0000 1.4 +++ .cvsignore 9 Dec 2006 11:11:29 -0000 1.5 @@ -1 +1 @@ -rapidsvn-0.9.3.tar.gz +rapidsvn-0.9.4.tar.gz Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rapidsvn.spec 9 Sep 2006 15:22:51 -0000 1.4 +++ rapidsvn.spec 9 Dec 2006 11:11:29 -0000 1.5 @@ -1,6 +1,6 @@ Name: rapidsvn -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -93,7 +93,7 @@ make install DESTDIR=%{buildroot} # Install desktop file and icon -%{__install} -D -m 644 src/res/bitmaps/svn.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm +%{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -139,11 +139,15 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-1 +- Update to 0.9.4 +- Use new RapidSVN desktop icon + * Sat Sep 09 2006 Tim Jackson 0.9.3-2 - Rebuild for FE6 * Fri Jun 23 2006 Tim Jackson 0.9.3-1 -- Update to 0.9.2 +- Update to 0.9.3 - Remove gcc4 patch; now fixed upstream * Tue May 30 2006 Tim Jackson 0.9.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 09:49:36 -0000 1.4 +++ sources 9 Dec 2006 11:11:29 -0000 1.5 @@ -1 +1 @@ -fff420fba3a1d52ff163933ecf1d14e0 rapidsvn-0.9.3.tar.gz +29ef579131f97a8b2bdad77e14a619be rapidsvn-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 11:13:45 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:13:45 -0500 Subject: rpms/rapidsvn/FC-6 rapidsvn.spec, 1.4, 1.5 sources, 1.4, 1.5 .cvsignore, 1.4, NONE Message-ID: <200612091113.kB9BDjDp011372@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11355 Modified Files: rapidsvn.spec sources Removed Files: .cvsignore Log Message: Update to 0.9.4 Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-6/rapidsvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rapidsvn.spec 9 Sep 2006 15:22:51 -0000 1.4 +++ rapidsvn.spec 9 Dec 2006 11:13:15 -0000 1.5 @@ -1,6 +1,6 @@ Name: rapidsvn -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -93,7 +93,7 @@ make install DESTDIR=%{buildroot} # Install desktop file and icon -%{__install} -D -m 644 src/res/bitmaps/svn.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm +%{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -139,11 +139,15 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-1 +- Update to 0.9.4 +- Use new RapidSVN desktop icon + * Sat Sep 09 2006 Tim Jackson 0.9.3-2 - Rebuild for FE6 * Fri Jun 23 2006 Tim Jackson 0.9.3-1 -- Update to 0.9.2 +- Update to 0.9.3 - Remove gcc4 patch; now fixed upstream * Tue May 30 2006 Tim Jackson 0.9.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 09:49:36 -0000 1.4 +++ sources 9 Dec 2006 11:13:15 -0000 1.5 @@ -1 +1 @@ -fff420fba3a1d52ff163933ecf1d14e0 rapidsvn-0.9.3.tar.gz +29ef579131f97a8b2bdad77e14a619be rapidsvn-0.9.4.tar.gz --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Sat Dec 9 11:15:52 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:15:52 -0500 Subject: rpms/rapidsvn/devel rapidsvn.spec,1.5,1.6 Message-ID: <200612091115.kB9BFqvq011433@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11416 Modified Files: rapidsvn.spec Log Message: Try again; FC6 dist tag in devel Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rapidsvn.spec 9 Dec 2006 11:11:29 -0000 1.5 +++ rapidsvn.spec 9 Dec 2006 11:15:22 -0000 1.6 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-2 +- Nasty dist tag conflict (fc6 in devel) + * Sat Dec 09 2006 Tim Jackson 0.9.4-1 - Update to 0.9.4 - Use new RapidSVN desktop icon From fedora-extras-commits at redhat.com Sat Dec 9 11:17:10 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:17:10 -0500 Subject: rpms/rapidsvn/FC-6 rapidsvn.spec,1.5,1.6 Message-ID: <200612091117.kB9BHAxY011490@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11475 Modified Files: rapidsvn.spec Log Message: Nasty dist tag conflict; FC6 in devel Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-6/rapidsvn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rapidsvn.spec 9 Dec 2006 11:13:15 -0000 1.5 +++ rapidsvn.spec 9 Dec 2006 11:16:40 -0000 1.6 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-2 +- Nasty dist tag conflict (fc6 in devel) + * Sat Dec 09 2006 Tim Jackson 0.9.4-1 - Update to 0.9.4 - Use new RapidSVN desktop icon From fedora-extras-commits at redhat.com Sat Dec 9 11:51:55 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Sat, 9 Dec 2006 06:51:55 -0500 Subject: rpms/trac/devel trac.spec,1.12,1.13 Message-ID: <200612091151.kB9BptKb012265@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/trac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12250 Modified Files: trac.spec Log Message: * Sat Dec 9 2006 Joost Soeterbroek - 0.10.3 - rebuild for python 2.5, add python-devel to BR Index: trac.spec =================================================================== RCS file: /cvs/extras/rpms/trac/devel/trac.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- trac.spec 28 Nov 2006 17:11:21 -0000 1.12 +++ trac.spec 9 Dec 2006 11:51:25 -0000 1.13 @@ -2,7 +2,7 @@ Name: trac Version: 0.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Enhanced wiki and issue tracking system Group: Applications/Internet License: BSD @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: sed >= 3.95 +BuildRequires: python-devel Requires: python-clearsilver >= 0.9.3 Requires: subversion >= 1.1 Requires: httpd @@ -116,6 +117,9 @@ %{_mandir}/man8/tracd.8* %changelog +* Sat Dec 9 2006 Joost Soeterbroek - 0.10.3 +- rebuild for python 2.5, add python-devel to BR + * Tue Nov 28 2006 Joost Soeterbroek - 0.10.2 - upstream release 0.10.2 (#217539) From fedora-extras-commits at redhat.com Sat Dec 9 13:02:44 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 9 Dec 2006 08:02:44 -0500 Subject: rpms/Pound/devel .cvsignore, 1.3, 1.4 Pound.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612091302.kB9D2ij5018695@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18676 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Dec 2006 16:02:05 -0000 1.3 +++ .cvsignore 9 Dec 2006 13:02:14 -0000 1.4 @@ -1 +1 @@ -Pound-2.1.7.tgz +Pound-2.1.8.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Pound.spec 7 Dec 2006 16:02:05 -0000 1.2 +++ Pound.spec 9 Dec 2006 13:02:14 -0000 1.3 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 09 2006 2.1.8-1 +- Sync with upstream * Thu Dec 07 2006 2.1.7-1 - Sync with upstream * Wed Nov 08 2006 2.1.6-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2006 16:02:05 -0000 1.3 +++ sources 9 Dec 2006 13:02:14 -0000 1.4 @@ -1 +1 @@ -cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz +1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz From fedora-extras-commits at redhat.com Sat Dec 9 13:25:02 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 9 Dec 2006 08:25:02 -0500 Subject: rpms/Pound/FC-6 .cvsignore, 1.3, 1.4 Pound.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612091325.kB9DP2Fp018813@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18794 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Dec 2006 23:22:13 -0000 1.3 +++ .cvsignore 9 Dec 2006 13:24:32 -0000 1.4 @@ -1 +1 @@ -Pound-2.1.7.tgz +Pound-2.1.8.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Pound.spec 7 Dec 2006 23:22:13 -0000 1.2 +++ Pound.spec 9 Dec 2006 13:24:32 -0000 1.3 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 09 2006 2.1.8-1 +- Sync with upstream * Fri Dec 08 2006 2.1.7-1 - Sync with upstream * Wed Nov 08 2006 2.1.6-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2006 23:22:13 -0000 1.3 +++ sources 9 Dec 2006 13:24:32 -0000 1.4 @@ -1 +1 @@ -cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz +1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz From fedora-extras-commits at redhat.com Sat Dec 9 13:29:18 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 9 Dec 2006 08:29:18 -0500 Subject: rpms/Pound/FC-5 .cvsignore, 1.3, 1.4 Pound.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612091329.kB9DTIIj018902@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18883 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Dec 2006 23:24:49 -0000 1.3 +++ .cvsignore 9 Dec 2006 13:28:48 -0000 1.4 @@ -1 +1 @@ -Pound-2.1.7.tgz +Pound-2.1.8.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Pound.spec 7 Dec 2006 23:24:49 -0000 1.2 +++ Pound.spec 9 Dec 2006 13:28:48 -0000 1.3 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 08 2006 2.1.8-1 +- Sync with upstream * Fri Dec 08 2006 2.1.7-1 - Sync with upstream * Wed Nov 08 2006 2.1.6-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2006 23:24:49 -0000 1.3 +++ sources 9 Dec 2006 13:28:48 -0000 1.4 @@ -1 +1 @@ -cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz +1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz From fedora-extras-commits at redhat.com Sat Dec 9 13:36:35 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Sat, 9 Dec 2006 08:36:35 -0500 Subject: rpms/python-zope-interface/devel python-zope-interface.spec, 1.1, 1.2 Message-ID: <200612091336.kB9DaZgZ019009@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/python-zope-interface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18994 Modified Files: python-zope-interface.spec Log Message: rebuild against python 2.5 for Rawhide Index: python-zope-interface.spec =================================================================== RCS file: /cvs/extras/rpms/python-zope-interface/devel/python-zope-interface.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-zope-interface.spec 31 Oct 2006 17:41:27 -0000 1.1 +++ python-zope-interface.spec 9 Dec 2006 13:36:05 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-zope-interface Version: 3.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Zope interfaces package Group: Development/Libraries License: Zope Public License @@ -43,6 +43,9 @@ %{python_sitearch}/zope/ %changelog +* Sat Dec 9 2006 Paul Howarth 3.0.1-7 +- rebuild against python 2.5 for Rawhide + * Tue Oct 31 2006 Paul Howarth 3.0.1-6 - add %%check section From fedora-extras-commits at redhat.com Sat Dec 9 13:57:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 9 Dec 2006 08:57:12 -0500 Subject: rpms/clisp/devel clisp.spec,1.21,1.22 Message-ID: <200612091357.kB9DvCLG019134@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19119 Modified Files: clisp.spec Log Message: Index: clisp.spec =================================================================== RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- clisp.spec 13 Oct 2006 10:54:48 -0000 1.21 +++ clisp.spec 9 Dec 2006 13:56:42 -0000 1.22 @@ -1,7 +1,7 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.41 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPL From fedora-extras-commits at redhat.com Sat Dec 9 13:58:46 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 9 Dec 2006 08:58:46 -0500 Subject: rpms/scons/devel scons.spec,1.9,1.10 Message-ID: <200612091358.kB9DwkHJ019197@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19180 Modified Files: scons.spec Log Message: Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/devel/scons.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- scons.spec 28 Aug 2006 09:18:18 -0000 1.9 +++ scons.spec 9 Dec 2006 13:58:16 -0000 1.10 @@ -1,6 +1,6 @@ Name: scons Version: 0.96.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An Open Source software construction tool @@ -52,6 +52,9 @@ %{_mandir}/man*/* %changelog +* Sat Dec 9 2006 Gerard Milmeister - 0.96.1-4 +- Rebuild for new Python + * Mon Aug 28 2006 Gerard Milmeister - 0.96.1-3 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sat Dec 9 14:27:25 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Sat, 9 Dec 2006 09:27:25 -0500 Subject: rpms/sparse/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sparse.spec, 1.2, 1.3 Message-ID: <200612091427.kB9ERPeh022439@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/rpms/sparse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22420 Modified Files: .cvsignore sources sparse.spec Log Message: upgrade to 0.2, add -devel package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sparse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 19:31:14 -0000 1.3 +++ .cvsignore 9 Dec 2006 14:26:55 -0000 1.4 @@ -1 +1 @@ -sparse-0.1.tar.gz +sparse-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sparse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 19:31:14 -0000 1.3 +++ sources 9 Dec 2006 14:26:55 -0000 1.4 @@ -1 +1 @@ -367d1cb0a26db26e2da47a491bc95374 sparse-0.1.tar.gz +edb7d900d6c73b5ef5187b91493f98f9 sparse-0.2.tar.gz Index: sparse.spec =================================================================== RCS file: /cvs/extras/rpms/sparse/devel/sparse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sparse.spec 9 Nov 2006 19:31:14 -0000 1.2 +++ sparse.spec 9 Dec 2006 14:26:55 -0000 1.3 @@ -1,5 +1,5 @@ Name: sparse -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools @@ -24,19 +24,33 @@ Sparse is primarily used in the development and debugging of the Linux kernel. +%package devel +Summary: Build environment for sparse-enabled apps +Group: Development/Libraries +Requires: pkgconfig +Provides: %{name}-static = %{version}-%{release} + +%description devel +Development headers headers and static lib for sparse-enabled apps + %prep %setup -q %build -make %{?_smp_mflags} PREFIX="%{_prefix}" CFLAGS="%{optflags} -Wwrite-strings -fpic" - +make %{?_smp_mflags} \ + DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \ + BINDIR="%{_bindir}" LIBDIR="%{_libdir}" \ + INCLUDEDIR="%{_includedir}" PKGCONFIGDIR="%{_libdir}/pkgconfig" \ + CFLAGS="%{optflags} -Wwrite-strings -fpic" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libdir} -make install PREFIX=%{buildroot}%{_prefix} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \ + LIBDIR="%{_libdir}" INCLUDEDIR="%{_includedir}" \ + PKGCONFIGDIR="%{_libdir}/pkgconfig" install %clean rm -rf %{buildroot} @@ -48,7 +62,18 @@ %{_bindir}/sparse %{_bindir}/cgcc +%files devel +%defattr(-,root,root,-) +%doc LICENSE +%{_includedir}/* +%{_libdir}/libsparse.a +%{_libdir}/pkgconfig/%{name}.pc + + %changelog +* Tue Dec 05 2006 Matt Domsch 0.2-1 +- Upgrade to 0.2, add -devel package + * Thu Nov 09 2006 Matt Domsch 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed From fedora-extras-commits at redhat.com Sat Dec 9 14:30:15 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Sat, 9 Dec 2006 09:30:15 -0500 Subject: rpms/sparse/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sparse.spec, 1.2, 1.3 Message-ID: <200612091430.kB9EUF7E022598@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/rpms/sparse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22571 Modified Files: .cvsignore sources sparse.spec Log Message: upgrade to 0.2, add -devel package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 22:10:22 -0000 1.3 +++ .cvsignore 9 Dec 2006 14:29:45 -0000 1.4 @@ -1 +1 @@ -sparse-0.1.tar.gz +sparse-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 22:10:22 -0000 1.3 +++ sources 9 Dec 2006 14:29:45 -0000 1.4 @@ -1 +1 @@ -367d1cb0a26db26e2da47a491bc95374 sparse-0.1.tar.gz +edb7d900d6c73b5ef5187b91493f98f9 sparse-0.2.tar.gz Index: sparse.spec =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-6/sparse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sparse.spec 9 Nov 2006 22:10:22 -0000 1.2 +++ sparse.spec 9 Dec 2006 14:29:45 -0000 1.3 @@ -1,5 +1,5 @@ Name: sparse -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools @@ -24,19 +24,33 @@ Sparse is primarily used in the development and debugging of the Linux kernel. +%package devel +Summary: Build environment for sparse-enabled apps +Group: Development/Libraries +Requires: pkgconfig +Provides: %{name}-static = %{version}-%{release} + +%description devel +Development headers headers and static lib for sparse-enabled apps + %prep %setup -q %build -make %{?_smp_mflags} PREFIX="%{_prefix}" CFLAGS="%{optflags} -Wwrite-strings -fpic" - +make %{?_smp_mflags} \ + DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \ + BINDIR="%{_bindir}" LIBDIR="%{_libdir}" \ + INCLUDEDIR="%{_includedir}" PKGCONFIGDIR="%{_libdir}/pkgconfig" \ + CFLAGS="%{optflags} -Wwrite-strings -fpic" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libdir} -make install PREFIX=%{buildroot}%{_prefix} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \ + LIBDIR="%{_libdir}" INCLUDEDIR="%{_includedir}" \ + PKGCONFIGDIR="%{_libdir}/pkgconfig" install %clean rm -rf %{buildroot} @@ -48,7 +62,18 @@ %{_bindir}/sparse %{_bindir}/cgcc +%files devel +%defattr(-,root,root,-) +%doc LICENSE +%{_includedir}/* +%{_libdir}/libsparse.a +%{_libdir}/pkgconfig/%{name}.pc + + %changelog +* Tue Dec 05 2006 Matt Domsch 0.2-1 +- Upgrade to 0.2, add -devel package + * Thu Nov 09 2006 Matt Domsch 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed From fedora-extras-commits at redhat.com Sat Dec 9 14:45:03 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Sat, 9 Dec 2006 09:45:03 -0500 Subject: rpms/sparse/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sparse.spec, 1.2, 1.3 Message-ID: <200612091445.kB9Ej3H2022718@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/rpms/sparse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22699 Modified Files: .cvsignore sources sparse.spec Log Message: upgrade to 0.2, add -devel package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 22:11:48 -0000 1.3 +++ .cvsignore 9 Dec 2006 14:44:33 -0000 1.4 @@ -1 +1 @@ -sparse-0.1.tar.gz +sparse-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 22:11:48 -0000 1.3 +++ sources 9 Dec 2006 14:44:33 -0000 1.4 @@ -1 +1 @@ -367d1cb0a26db26e2da47a491bc95374 sparse-0.1.tar.gz +edb7d900d6c73b5ef5187b91493f98f9 sparse-0.2.tar.gz Index: sparse.spec =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-5/sparse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sparse.spec 9 Nov 2006 22:11:48 -0000 1.2 +++ sparse.spec 9 Dec 2006 14:44:33 -0000 1.3 @@ -1,5 +1,5 @@ Name: sparse -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools @@ -24,19 +24,33 @@ Sparse is primarily used in the development and debugging of the Linux kernel. +%package devel +Summary: Build environment for sparse-enabled apps +Group: Development/Libraries +Requires: pkgconfig +Provides: %{name}-static = %{version}-%{release} + +%description devel +Development headers headers and static lib for sparse-enabled apps + %prep %setup -q %build -make %{?_smp_mflags} PREFIX="%{_prefix}" CFLAGS="%{optflags} -Wwrite-strings -fpic" - +make %{?_smp_mflags} \ + DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \ + BINDIR="%{_bindir}" LIBDIR="%{_libdir}" \ + INCLUDEDIR="%{_includedir}" PKGCONFIGDIR="%{_libdir}/pkgconfig" \ + CFLAGS="%{optflags} -Wwrite-strings -fpic" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libdir} -make install PREFIX=%{buildroot}%{_prefix} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \ + LIBDIR="%{_libdir}" INCLUDEDIR="%{_includedir}" \ + PKGCONFIGDIR="%{_libdir}/pkgconfig" install %clean rm -rf %{buildroot} @@ -48,7 +62,18 @@ %{_bindir}/sparse %{_bindir}/cgcc +%files devel +%defattr(-,root,root,-) +%doc LICENSE +%{_includedir}/* +%{_libdir}/libsparse.a +%{_libdir}/pkgconfig/%{name}.pc + + %changelog +* Tue Dec 05 2006 Matt Domsch 0.2-1 +- Upgrade to 0.2, add -devel package + * Thu Nov 09 2006 Matt Domsch 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed From fedora-extras-commits at redhat.com Sat Dec 9 14:48:59 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sat, 9 Dec 2006 09:48:59 -0500 Subject: rpms/python-setuptools/devel python-setuptools.spec,1.9,1.10 Message-ID: <200612091448.kB9EmxJv022836@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22818 Modified Files: python-setuptools.spec Log Message: Bump release to rebuild for python-2.5 Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-setuptools.spec 6 Dec 2006 00:23:50 -0000 1.9 +++ python-setuptools.spec 9 Dec 2006 14:48:29 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-setuptools Version: 0.6c3 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages @@ -55,6 +55,9 @@ %changelog +* Sat Dec 09 2006 Konstantin Ryabitsev - 0.6c3-1.1 +- Rebuild for python-2.5 + * Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 - Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) From fedora-extras-commits at redhat.com Sat Dec 9 14:55:42 2006 From: fedora-extras-commits at redhat.com (Daniel P. Berrange (berrange)) Date: Sat, 9 Dec 2006 09:55:42 -0500 Subject: rpms/autobuild-applet/devel autobuild-applet.spec,1.1,1.2 Message-ID: <200612091455.kB9EtgZ1022940@cvs-int.fedora.redhat.com> Author: berrange Update of /cvs/extras/rpms/autobuild-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22924 Modified Files: autobuild-applet.spec Log Message: Bump release & rebuild for python 2.5 Index: autobuild-applet.spec =================================================================== RCS file: /cvs/extras/rpms/autobuild-applet/devel/autobuild-applet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- autobuild-applet.spec 5 Sep 2006 00:14:31 -0000 1.1 +++ autobuild-applet.spec 9 Dec 2006 14:55:12 -0000 1.2 @@ -8,7 +8,7 @@ Name: autobuild-applet Version: 1.0.3 -Release: 2%{_extra_release} +Release: 3%{_extra_release} Summary: Panel applet for indication of Test-AutoBuild status License: GPL Group: Development/Tools @@ -87,6 +87,9 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Sat Dec 9 2006 Daniel P. Berrange 1.0.3-3 +- Rebuild for python 2.5 + * Fri Sep 2 2006 Daniel Berrange 1.0.3-2 - Added preun, and pre scripts needed for GConf schemas - Added extra requires on GConf needed by post, pre, preun scripts From fedora-extras-commits at redhat.com Sat Dec 9 15:08:31 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Sat, 9 Dec 2006 10:08:31 -0500 Subject: rpms/fluxstyle/devel fluxstyle.spec,1.1,1.2 Message-ID: <200612091508.kB9F8VC4026213@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/fluxstyle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26198 Modified Files: fluxstyle.spec Log Message: Add BR for python-devel Index: fluxstyle.spec =================================================================== RCS file: /cvs/extras/rpms/fluxstyle/devel/fluxstyle.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fluxstyle.spec 25 Oct 2006 13:16:30 -0000 1.1 +++ fluxstyle.spec 9 Dec 2006 15:08:01 -0000 1.2 @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python >= 2.3, pygtk2-libglade, pygtk2, desktop-file-utils +BuildRequires: python >= 2.3, pygtk2-libglade, pygtk2, desktop-file-utils, python-devel # Im not sure how which of these requires is really needed... the fluxbox for sure # (version of flux is important due to a bug in pre .9.15) # but considering yum has to have python is making it a require really needed? From fedora-extras-commits at redhat.com Sat Dec 9 15:14:12 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Sat, 9 Dec 2006 10:14:12 -0500 Subject: rpms/fluxstyle/devel fluxstyle.spec,1.2,1.3 Message-ID: <200612091514.kB9FECCL026241@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/fluxstyle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26226 Modified Files: fluxstyle.spec Log Message: Update build number and spec changelog Index: fluxstyle.spec =================================================================== RCS file: /cvs/extras/rpms/fluxstyle/devel/fluxstyle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fluxstyle.spec 9 Dec 2006 15:08:01 -0000 1.2 +++ fluxstyle.spec 9 Dec 2006 15:13:42 -0000 1.3 @@ -2,7 +2,7 @@ Name: fluxstyle Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A graphical style manager for Fluxbox Group: User Interface/X @@ -75,6 +75,9 @@ %{_datadir}/icons/hicolor/48x48/apps/fluxmetal.png %changelog +* Sat Dec 09 2006 Michael Rice - 1.0.1-2 +- Add BR of python-devel + * Sun Oct 22 2006 Michael Rice - 1.0.1-1 - Version bump - Fix Mime in .desktop file From fedora-extras-commits at redhat.com Sat Dec 9 15:37:20 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:37:20 -0500 Subject: rpms/xine-lib/devel xine-lib.spec,1.3,1.4 Message-ID: <200612091537.kB9FbKim026427@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26412 Modified Files: xine-lib.spec Log Message: Move SMB and GDK-Pixbuf plugins into the extras subpackage Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xine-lib.spec 8 Dec 2006 18:28:34 -0000 1.3 +++ xine-lib.spec 9 Dec 2006 15:36:50 -0000 1.4 @@ -190,7 +190,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_inp_net.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pnm.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_cdda.so -%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_stdin_fifo.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pvr.so @@ -226,7 +225,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_dmx_slave.so %{_libdir}/xine/plugins/%{version}/xineplug_flac.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_sputext.so -%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so %ifarch %ix86 %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_vidix.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_qt.so @@ -246,8 +244,10 @@ %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_gnome_vfs.so +%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_aa.so +%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so %if 0%{?_with_caca:1} %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so %endif @@ -280,6 +280,7 @@ - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) +- Move SMB and GDK-Pixbuf plugins into the extras subpackage * Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 - Make shn files available to amarok. References: From fedora-extras-commits at redhat.com Sat Dec 9 15:51:50 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:51:50 -0500 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.14,1.15 Message-ID: <200612091551.kB9FpoZ4026540@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26525 Modified Files: pure-ftpd.spec Log Message: rebuild Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pure-ftpd.spec 30 Aug 2006 16:33:57 -0000 1.14 +++ pure-ftpd.spec 9 Dec 2006 15:51:20 -0000 1.15 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 9%{?dist} +Release: 11%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -16,6 +16,7 @@ Source7: pure-ftpd.pureftpd.te Patch0: pure-ftpd-1.0.21-config.patch Patch1: pure-ftpd-1.0.20-libdir.patch +Patch2: pure-ftpd-paminclude.patch Provides: ftpserver BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pam-devel, perl, python, libcap-devel @@ -24,9 +25,10 @@ %{!?_without_pgsql:BuildRequires: postgresql-devel} %{!?_without_tls:BuildRequires: openssl-devel} # SELinux module -BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 -%if "%{fedora}" >= "6" -BuildRequires: selinux-policy-devel +%if 0%{?fedora} == 5 +BuildRequires: checkpolicy, selinux-policy >= 2.2.40, m4 +%else +BuildRequires: checkpolicy, selinux-policy-devel %endif Requires(post): chkconfig @@ -71,6 +73,7 @@ %setup -q %patch0 -p0 -b .config %patch1 -p0 -b .libdir +%patch2 -p0 -b .paminclude install -pm 644 %{SOURCE6} README.SELinux mkdir selinux cp -p %{SOURCE7} selinux/pureftpd.te @@ -179,6 +182,14 @@ if [ "$1" -le "1" ]; then # fist install /sbin/chkconfig --add pure-ftpd fi +%if 0%{!?_without_tls:1} +# TLS Certificate +if [ ! -f %{_sysconfdir}/pki/%{name}/%{name}.pem ]; then + %{_sysconfdir}/pki/tls/certs/make-dummy-cert \ + %{_sysconfdir}/pki/%{name}/%{name}.pem +fi +%endif + %preun if [ "$1" -lt "1" ]; then @@ -242,6 +253,9 @@ %changelog +* Sat Dec 09 2006 Aurelien Bompard 1.0.21-11 +- rebuild + * Wed Aug 30 2006 Aurelien Bompard 1.0.21-9 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 15:54:47 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:54:47 -0500 Subject: rpms/pure-ftpd/devel pure-ftpd-paminclude.patch,NONE,1.1 Message-ID: <200612091554.kB9Fslqf026601@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26594 Added Files: pure-ftpd-paminclude.patch Log Message: forgot to add patch pure-ftpd-paminclude.patch: --- NEW FILE pure-ftpd-paminclude.patch --- --- ./pam/pure-ftpd.paminclude 2006-10-27 09:28:40.000000000 +0200 +++ ./pam/pure-ftpd 2006-10-27 09:37:22.000000000 +0200 @@ -4,13 +4,13 @@ # Install it in /etc/pam.d/pure-ftpd or add to /etc/pam.conf auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed -auth required pam_stack.so service=system-auth +auth include system-auth auth required pam_shells.so auth required pam_nologin.so -account required pam_stack.so service=system-auth +account include system-auth -password required pam_stack.so service=system-auth +password include system-auth -session required pam_stack.so service=system-auth +session include system-auth From fedora-extras-commits at redhat.com Sat Dec 9 15:56:39 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 10:56:39 -0500 Subject: rpms/fonttools/devel fonttools.spec,1.10,1.11 Message-ID: <200612091556.kB9FudnI026672@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26648 Modified Files: fonttools.spec Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 2.0-0.11.20060223cvs - Rebuild for Python 2.5 Index: fonttools.spec =================================================================== RCS file: /cvs/extras/rpms/fonttools/devel/fonttools.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fonttools.spec 1 Dec 2006 02:36:25 -0000 1.10 +++ fonttools.spec 9 Dec 2006 15:56:09 -0000 1.11 @@ -3,7 +3,7 @@ Name: fonttools Version: 2.0 -Release: 0.10.%{alphatag}%{?dist} +Release: 0.11.%{alphatag}%{?dist} Summary: A tool to convert True/OpenType fonts to XML and back Group: Development/Tools @@ -67,6 +67,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 2.0-0.11.20060223cvs +- Rebuild for Python 2.5 + * Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs - Update the Unicode names file to Unicode 5.0.0 From fedora-extras-commits at redhat.com Sat Dec 9 15:57:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:57:26 -0500 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.15,1.16 Message-ID: <200612091557.kB9FvQk2026698@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26683 Modified Files: pure-ftpd.spec Log Message: rebuild Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pure-ftpd.spec 9 Dec 2006 15:51:20 -0000 1.15 +++ pure-ftpd.spec 9 Dec 2006 15:56:56 -0000 1.16 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -256,6 +256,9 @@ * Sat Dec 09 2006 Aurelien Bompard 1.0.21-11 - rebuild +* Sat Dec 09 2006 Aurelien Bompard 1.0.21-11 +- rebuild + * Wed Aug 30 2006 Aurelien Bompard 1.0.21-9 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 15:59:03 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 10:59:03 -0500 Subject: rpms/python-enchant/devel python-enchant.spec,1.9,1.10 Message-ID: <200612091559.kB9Fx3cW026824@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/python-enchant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26750 Modified Files: python-enchant.spec Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 1.2.0-2 - Rebuild for Python 2.5 Index: python-enchant.spec =================================================================== RCS file: /cvs/extras/rpms/python-enchant/devel/python-enchant.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-enchant.spec 7 Nov 2006 11:41:49 -0000 1.9 +++ python-enchant.spec 9 Dec 2006 15:58:33 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-enchant Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for Enchant spellchecking library Group: Development/Languages @@ -53,6 +53,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 1.2.0-2 +- Rebuild for Python 2.5 + * Tue Nov 7 2006 Jos?? Matos - 1.2.0-1 - New upstream release From fedora-extras-commits at redhat.com Sat Dec 9 15:59:20 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:59:20 -0500 Subject: rpms/python-dialog/devel python-dialog.spec,1.9,1.10 Message-ID: <200612091559.kB9FxKSj026835@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/python-dialog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26804 Modified Files: python-dialog.spec Log Message: rebuild Index: python-dialog.spec =================================================================== RCS file: /cvs/extras/rpms/python-dialog/devel/python-dialog.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-dialog.spec 1 Nov 2006 08:30:40 -0000 1.9 +++ python-dialog.spec 9 Dec 2006 15:58:50 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-dialog Version: 2.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python interface to the Unix dialog utility Group: Development/Languages @@ -44,6 +44,9 @@ %changelog +* Sat Dec 09 2006 Aurelien Bompard 2.7-6 +- rebuild + * Wed Nov 01 2006 Aurelien Bompard 2.7-5 - unghost .pyo file From fedora-extras-commits at redhat.com Sat Dec 9 16:01:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 11:01:10 -0500 Subject: rpms/ulogd/devel ulogd.spec,1.15,1.16 Message-ID: <200612091601.kB9G1A8N030063@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/ulogd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26936 Modified Files: ulogd.spec Log Message: rebuild Index: ulogd.spec =================================================================== RCS file: /cvs/extras/rpms/ulogd/devel/ulogd.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ulogd.spec 31 Aug 2006 16:04:47 -0000 1.15 +++ ulogd.spec 9 Dec 2006 16:00:39 -0000 1.16 @@ -1,6 +1,6 @@ Name: ulogd Version: 1.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The userspace logging daemon for netfilter License: GPL Group: System Environment/Daemons @@ -113,6 +113,9 @@ %{_libdir}/ulogd/ulogd_PGSQL.so %changelog +* Sat Dec 09 2006 Aurelien Bompard 1.24-3 +- rebuild + * Thu Aug 31 2006 Aurelien Bompard 1.24-2 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 16:05:20 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 11:05:20 -0500 Subject: rpms/translate-toolkit/devel translate-toolkit.spec,1.11,1.12 Message-ID: <200612091605.kB9G5Keh030175@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/translate-toolkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30126 Modified Files: translate-toolkit.spec Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 0.10.1-2 - Rebuild for Python 2.5 Index: translate-toolkit.spec =================================================================== RCS file: /cvs/extras/rpms/translate-toolkit/devel/translate-toolkit.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- translate-toolkit.spec 9 Nov 2006 14:17:25 -0000 1.11 +++ translate-toolkit.spec 9 Dec 2006 16:04:49 -0000 1.12 @@ -2,7 +2,7 @@ Name: translate-toolkit Version: 0.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of tools to assist software localization Group: Development/Tools @@ -60,6 +60,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 0.10.1-2 +- Rebuild for Python 2.5 + * Thu Nov 09 2006 Roozbeh Pournader - 0.10.1-1 - Update to upstream 0.10.1 - Cleanup based on latest Python packaging guidelines From fedora-extras-commits at redhat.com Sat Dec 9 16:08:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 9 Dec 2006 11:08:38 -0500 Subject: rpms/xine-lib/devel xine-lib.spec,1.4,1.5 Message-ID: <200612091608.kB9G8cED030272@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30257 Modified Files: xine-lib.spec Log Message: Update -extras description. Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xine-lib.spec 9 Dec 2006 15:36:50 -0000 1.4 +++ xine-lib.spec 9 Dec 2006 16:08:08 -0000 1.5 @@ -74,7 +74,9 @@ - aRts - EsounD - JACK + - GDK-Pixbuf - GNOME VFS + - SMB - SDL - AA-lib %if 0%{?_with_caca:1} @@ -280,7 +282,6 @@ - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) -- Move SMB and GDK-Pixbuf plugins into the extras subpackage * Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 - Make shn files available to amarok. References: From fedora-extras-commits at redhat.com Sat Dec 9 16:16:13 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 9 Dec 2006 11:16:13 -0500 Subject: rpms/apt/devel apt.spec,1.35,1.36 Message-ID: <200612091616.kB9GGDLB030339@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30322 Modified Files: apt.spec Log Message: python 2.5 Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- apt.spec 23 Nov 2006 16:45:49 -0000 1.35 +++ apt.spec 9 Dec 2006 16:15:43 -0000 1.36 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 8.1%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -287,6 +287,9 @@ %changelog +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. From fedora-extras-commits at redhat.com Sat Dec 9 16:37:19 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 9 Dec 2006 11:37:19 -0500 Subject: rpms/gnomad2/devel gnomad2.spec,1.12,1.13 Message-ID: <200612091637.kB9GbJn2030539@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnomad2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30512 Modified Files: gnomad2.spec Log Message: Rebuild for new libmtp. Index: gnomad2.spec =================================================================== RCS file: /cvs/extras/rpms/gnomad2/devel/gnomad2.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnomad2.spec 30 Sep 2006 09:27:26 -0000 1.12 +++ gnomad2.spec 9 Dec 2006 16:36:49 -0000 1.13 @@ -10,7 +10,7 @@ Name: gnomad2 Version: 2.8.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GNOME 2.0 client for the Creative Jukeboxes and Dell DJs License: GPL @@ -80,6 +80,8 @@ %doc AUTHORS NEWS README COPYING ChangeLog %changelog +* Sat Dec 9 2006 Linus Walleij 2.8.9-3 +- Pick up the new libmtp dependency. * Sat Sep 30 2006 Linus Walleij 2.8.9-2 - Pick up the new libmtp dependency. * Fri Sep 22 2006 Linus Walleij 2.8.9-1 From fedora-extras-commits at redhat.com Sat Dec 9 16:43:10 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 11:43:10 -0500 Subject: rpms/gnochm/FC-5 .cvsignore, 1.3, 1.4 gnochm.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612091643.kB9GhAkU030734@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30661/FC-5 Modified Files: .cvsignore gnochm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.9.9-1 - update to 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Jun 2006 14:22:53 -0000 1.3 +++ .cvsignore 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -gnochm-0.9.8.tar.gz +gnochm-0.9.9.tar.gz Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/gnochm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnochm.spec 27 Sep 2006 08:21:50 -0000 1.6 +++ gnochm.spec 9 Dec 2006 16:42:40 -0000 1.7 @@ -1,6 +1,6 @@ Name: gnochm -Version: 0.9.8 -Release: 6%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -14,7 +14,8 @@ # internal intltool is used, so BR the perl module BuildRequires: perl(XML::Parser) # BuildRequires: intltool -Requires: python-chm gnome-python2-gconf pygtk2-libglade +Requires: python-chm >= 0.8.4 +Requires: gnome-python2-gconf pygtk2-libglade Requires: gnome-python2-gtkhtml2 Requires(pre): GConf2 @@ -137,6 +138,9 @@ %{_datadir}/icons/gnome/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +- update to 0.9.9 + * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 - keep required icon files in pixmaps, (fix #208230) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Jun 2006 14:22:53 -0000 1.3 +++ sources 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -2451c736b133b93292991a701eb692ea gnochm-0.9.8.tar.gz +c6cfabf97778587614973f6c3956f705 gnochm-0.9.9.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 16:43:11 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 11:43:11 -0500 Subject: rpms/gnochm/FC-6 .cvsignore, 1.3, 1.4 gnochm.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612091643.kB9GhBum030739@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30661/FC-6 Modified Files: .cvsignore gnochm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.9.9-1 - update to 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:27:21 -0000 1.3 +++ .cvsignore 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -gnochm-0.9.8.tar.gz +gnochm-0.9.9.tar.gz Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/gnochm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnochm.spec 27 Sep 2006 08:26:56 -0000 1.10 +++ gnochm.spec 9 Dec 2006 16:42:40 -0000 1.11 @@ -1,6 +1,6 @@ Name: gnochm -Version: 0.9.8 -Release: 6%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -14,7 +14,8 @@ # internal intltool is used, so BR the perl module BuildRequires: perl(XML::Parser) # BuildRequires: intltool -Requires: python-chm gnome-python2-gconf pygtk2-libglade +Requires: python-chm >= 0.8.4 +Requires: gnome-python2-gconf pygtk2-libglade Requires: gnome-python2-gtkhtml2 Requires(pre): GConf2 @@ -137,6 +138,9 @@ %{_datadir}/icons/gnome/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +- update to 0.9.9 + * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 - keep required icon files in pixmaps, (fix #208230) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:27:21 -0000 1.3 +++ sources 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -2451c736b133b93292991a701eb692ea gnochm-0.9.8.tar.gz +c6cfabf97778587614973f6c3956f705 gnochm-0.9.9.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 16:43:16 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 9 Dec 2006 11:43:16 -0500 Subject: owners owners.list,1.2088,1.2089 Message-ID: <200612091643.kB9GhGnT030742@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30657 Modified Files: owners.list Log Message: update per request of John Ellson Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2088 retrieving revision 1.2089 diff -u -r1.2088 -r1.2089 --- owners.list 9 Dec 2006 03:49:53 -0000 1.2088 +++ owners.list 9 Dec 2006 16:42:46 -0000 1.2089 @@ -647,7 +647,7 @@ Fedora Extras|gramps|Genealogical Research and Analysis Management Programming System|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|granule|Flashcards program based on Leitner methodology|3rdshift at comcast.net|extras-qa at fedoraproject.org| Fedora Extras|GraphicsMagick|An ImageMagick fork, offering faster image generation and better quality|andreas at bawue.net|extras-qa at fedoraproject.org| -Fedora Extras|graphviz|Graph Visualization Tools|jima at beer.tclug.org|extras-qa at fedoraproject.org|ellson at research.att.com +Fedora Extras|graphviz|Graph Visualization Tools|jima at beer.tclug.org|extras-qa at fedoraproject.org|john.ellson at comcast.net Fedora Extras|graveman|A frontend for cdrtools, dvd+rw-tools and sox|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|grepmail|Search mailboxes for a particular email|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|gresistor|Gnome resistor color code calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 16:43:16 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 11:43:16 -0500 Subject: rpms/gnochm/devel .cvsignore, 1.3, 1.4 gnochm.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612091643.kB9GhGY7030747@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30661/devel Modified Files: .cvsignore gnochm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.9.9-1 - update to 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:27:21 -0000 1.3 +++ .cvsignore 9 Dec 2006 16:42:46 -0000 1.4 @@ -1 +1 @@ -gnochm-0.9.8.tar.gz +gnochm-0.9.9.tar.gz Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/gnochm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnochm.spec 27 Sep 2006 08:26:56 -0000 1.10 +++ gnochm.spec 9 Dec 2006 16:42:46 -0000 1.11 @@ -1,6 +1,6 @@ Name: gnochm -Version: 0.9.8 -Release: 6%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -14,7 +14,8 @@ # internal intltool is used, so BR the perl module BuildRequires: perl(XML::Parser) # BuildRequires: intltool -Requires: python-chm gnome-python2-gconf pygtk2-libglade +Requires: python-chm >= 0.8.4 +Requires: gnome-python2-gconf pygtk2-libglade Requires: gnome-python2-gtkhtml2 Requires(pre): GConf2 @@ -137,6 +138,9 @@ %{_datadir}/icons/gnome/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +- update to 0.9.9 + * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 - keep required icon files in pixmaps, (fix #208230) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:27:21 -0000 1.3 +++ sources 9 Dec 2006 16:42:46 -0000 1.4 @@ -1 +1 @@ -2451c736b133b93292991a701eb692ea gnochm-0.9.8.tar.gz +c6cfabf97778587614973f6c3956f705 gnochm-0.9.9.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 16:44:48 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:44:48 -0500 Subject: rpms/jd/devel .cvsignore, 1.34, 1.35 jd.spec, 1.41, 1.42 sources, 1.34, 1.35 Message-ID: <200612091644.kB9GimCd030794@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30758 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061209 - cvs 061209 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 6 Dec 2006 17:50:37 -0000 1.34 +++ .cvsignore 9 Dec 2006 16:44:18 -0000 1.35 @@ -1 +1 @@ -jd-1.8.1-cvs061206.tgz +jd-1.8.1-cvs061209.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- jd.spec 6 Dec 2006 17:50:37 -0000 1.41 +++ jd.spec 9 Dec 2006 16:44:18 -0000 1.42 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061206 +%define strtag cvs061209 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Wed Dec 6 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061206 -- cvs 061206 (24:20 JST) +* Sat Dec 9 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061209 +- cvs 061209 (23:59 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 6 Dec 2006 17:50:37 -0000 1.34 +++ sources 9 Dec 2006 16:44:18 -0000 1.35 @@ -1 +1 @@ -fc19e88462fef39de313deef51d3b592 jd-1.8.1-cvs061206.tgz +66e390e763e01b325748a60b0eaa04d4 jd-1.8.1-cvs061209.tgz From fedora-extras-commits at redhat.com Sat Dec 9 16:45:33 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:45:33 -0500 Subject: rpms/mirage/devel .cvsignore, 1.2, 1.3 mirage.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612091645.kB9GjXYR030858@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30800 Modified Files: .cvsignore mirage.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 07:42:11 -0000 1.2 +++ .cvsignore 9 Dec 2006 16:45:03 -0000 1.3 @@ -1 +1 @@ -mirage-0.8.1.tar.bz2 +mirage-0.8.2.tar.bz2 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/mirage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mirage.spec 8 Dec 2006 15:58:10 -0000 1.2 +++ mirage.spec 9 Dec 2006 16:45:03 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mirage -Version: 0.8.1 -Release: 1%{?dist}.1 +Version: 0.8.2 +Release: 1%{?dist} Summary: A fast and simple image viewer Group: Amusements/Graphics @@ -74,8 +74,11 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 +- 0.8.2 + * Fri Dec 8 2006 Mamoru Tasaka -- Rebuild against python 2.5 +- Rebuild against new python (only for devel) * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 07:42:11 -0000 1.2 +++ sources 9 Dec 2006 16:45:03 -0000 1.3 @@ -1 +1 @@ -c87da5b76f856fd7a759a355259b76ed mirage-0.8.1.tar.bz2 +c6a39de44480a75cf3df3dafb5ee870a mirage-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 16:47:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:47:15 -0500 Subject: rpms/mirage/FC-6 .cvsignore, 1.2, 1.3 mirage.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612091647.kB9GlF16030950@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30906 Modified Files: .cvsignore mirage.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 07:42:11 -0000 1.2 +++ .cvsignore 9 Dec 2006 16:46:45 -0000 1.3 @@ -1 +1 @@ -mirage-0.8.1.tar.bz2 +mirage-0.8.2.tar.bz2 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-6/mirage.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mirage.spec 21 Nov 2006 07:42:11 -0000 1.1 +++ mirage.spec 9 Dec 2006 16:46:45 -0000 1.2 @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mirage -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: A fast and simple image viewer @@ -74,5 +74,11 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 +- 0.8.2 + +* Fri Dec 8 2006 Mamoru Tasaka +- Rebuild against new python (only for devel) + * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 07:42:11 -0000 1.2 +++ sources 9 Dec 2006 16:46:45 -0000 1.3 @@ -1 +1 @@ -c87da5b76f856fd7a759a355259b76ed mirage-0.8.1.tar.bz2 +c6a39de44480a75cf3df3dafb5ee870a mirage-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 16:47:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:47:29 -0500 Subject: rpms/mirage/FC-5 .cvsignore, 1.2, 1.3 mirage.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612091647.kB9GlTHM030957@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30931 Modified Files: .cvsignore mirage.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 07:42:11 -0000 1.2 +++ .cvsignore 9 Dec 2006 16:46:59 -0000 1.3 @@ -1 +1 @@ -mirage-0.8.1.tar.bz2 +mirage-0.8.2.tar.bz2 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-5/mirage.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mirage.spec 21 Nov 2006 07:42:11 -0000 1.1 +++ mirage.spec 9 Dec 2006 16:46:59 -0000 1.2 @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mirage -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: A fast and simple image viewer @@ -74,5 +74,11 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 +- 0.8.2 + +* Fri Dec 8 2006 Mamoru Tasaka +- Rebuild against new python (only for devel) + * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 07:42:11 -0000 1.2 +++ sources 9 Dec 2006 16:46:59 -0000 1.3 @@ -1 +1 @@ -c87da5b76f856fd7a759a355259b76ed mirage-0.8.1.tar.bz2 +c6a39de44480a75cf3df3dafb5ee870a mirage-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 16:49:40 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Sat, 9 Dec 2006 11:49:40 -0500 Subject: rpms/bittorrent/devel bittorrent.spec,1.36,1.37 Message-ID: <200612091649.kB9GneBl031024@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/bittorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31009 Modified Files: bittorrent.spec Log Message: Fixups for build with python 2.5 on Rawhide Index: bittorrent.spec =================================================================== RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- bittorrent.spec 29 Aug 2006 09:32:44 -0000 1.36 +++ bittorrent.spec 9 Dec 2006 16:49:10 -0000 1.37 @@ -1,12 +1,11 @@ -%define desktopvendor fedora - %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%define pythonver %(%{__python} -c "import sys ; print sys.version[:3]" || echo none) +%define desktopvendor fedora Name: bittorrent Version: 4.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BitTorrent swarming network file transfer tool - Group: Applications/Internet License: BitTorrent Open Source License URL: http://www.bittorrent.com/ @@ -18,12 +17,12 @@ Patch0: bittorrent-4.2.2-no-version-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch - -BuildRequires: desktop-file-utils gettext +# python-devel needed for python >= 2.5 +BuildRequires: desktop-file-utils gettext python-devel Requires: python-crypto -# FC4 and later auto-generate python version dependency -%if %{!?fedora:0}%{?fedora} < 4 || %{!?rhel:0}%{?rhel} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +# python 2.3-based distros need explicit python-abi dependency +%if "%{pythonver}" == "2.3" +Requires: python-abi = %{pythonver} %endif Provides: python-khashmir = %{version}-%{release} @@ -186,7 +185,7 @@ [ -x /usr/bin/gtk-update-icon-cache ] && /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || : %files -f bittorrent.lang -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc README.txt credits.txt credits-l10n.txt LICENSE.txt TRACKERLESS.txt %{_bindir}/bittorrent-console %{_bindir}/bittorrent-curses @@ -211,7 +210,7 @@ %config(noreplace) %{_sysconfdir}/sysconfig/bittorrent %files gui -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %{_bindir}/bittorrent %{_bindir}/maketorrent %{_datadir}/pixmaps/bittorrent-%{version} @@ -219,6 +218,9 @@ %{_datadir}/applications/%{desktopvendor}-bittorrent.desktop %changelog +* Sat Dec 9 2006 Paul Howarth 4.4.0-3 +- Fixups for build with python 2.5 on Rawhide + * Tue Aug 29 2006 Paul Howarth 4.4.0-2 - Don't need python-devel buildreq - Don't %%ghost .pyo files From fedora-extras-commits at redhat.com Sat Dec 9 17:07:31 2006 From: fedora-extras-commits at redhat.com (Stewart Adam (firewing)) Date: Sat, 9 Dec 2006 12:07:31 -0500 Subject: rpms/fwfstab/devel fwfstab.spec,1.1,1.2 Message-ID: <200612091707.kB9H7VR8001895@cvs-int.fedora.redhat.com> Author: firewing Update of /cvs/extras/rpms/fwfstab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1880 Modified Files: fwfstab.spec Log Message: Rebuild for python 2.5 Index: fwfstab.spec =================================================================== RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fwfstab.spec 3 Nov 2006 13:25:12 -0000 1.1 +++ fwfstab.spec 9 Dec 2006 17:07:01 -0000 1.2 @@ -4,7 +4,7 @@ Name: fwfstab Version: 0.01.1 -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch Summary: A graphical file system table editor @@ -82,6 +82,9 @@ %changelog +* Sat Dec 9 2006 Stewart Adam 0.01.1-2 +- Rebuild for new python + * Thu Nov 2 2006 Stewart Adam 0.01.1-1 - Update to 0.01.1 From fedora-extras-commits at redhat.com Sat Dec 9 17:09:13 2006 From: fedora-extras-commits at redhat.com (Stewart Adam (firewing)) Date: Sat, 9 Dec 2006 12:09:13 -0500 Subject: rpms/fwbackups/devel fwbackups.spec,1.1,1.2 Message-ID: <200612091709.kB9H9DmZ001965@cvs-int.fedora.redhat.com> Author: firewing Update of /cvs/extras/rpms/fwbackups/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1942 Modified Files: fwbackups.spec Log Message: Rebuild for new python 2.5 Index: fwbackups.spec =================================================================== RCS file: /cvs/extras/rpms/fwbackups/devel/fwbackups.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fwbackups.spec 1 Oct 2006 16:36:22 -0000 1.1 +++ fwbackups.spec 9 Dec 2006 17:08:43 -0000 1.2 @@ -2,7 +2,7 @@ Name: fwbackups Version: 1.42.1 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch Summary: A feature-rich user backup program @@ -109,6 +109,9 @@ %changelog +* Sat Dec 9 2006 Stewart Adam 1.42.1-3 +- Rebuild for new python + * Sat Sep 30 2006 Stewart Adam 1.42.1-2 - Match upstream md5sum - Fix capitals in %%Source0 tag From fedora-extras-commits at redhat.com Sat Dec 9 17:15:44 2006 From: fedora-extras-commits at redhat.com (Stewart Adam (firewing)) Date: Sat, 9 Dec 2006 12:15:44 -0500 Subject: rpms/fwfstab/devel fwfstab.spec,1.2,1.3 Message-ID: <200612091715.kB9HFijD002123@cvs-int.fedora.redhat.com> Author: firewing Update of /cvs/extras/rpms/fwfstab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2104 Modified Files: fwfstab.spec Log Message: make tag problems... Index: fwfstab.spec =================================================================== RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fwfstab.spec 9 Dec 2006 17:07:01 -0000 1.2 +++ fwfstab.spec 9 Dec 2006 17:15:14 -0000 1.3 @@ -4,7 +4,7 @@ Name: fwfstab Version: 0.01.1 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch Summary: A graphical file system table editor @@ -82,6 +82,9 @@ %changelog +* Sat Dec 9 2006 Stewart Adam 0.01.1-3 +- 'make tag' problems, bumping... + * Sat Dec 9 2006 Stewart Adam 0.01.1-2 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 17:17:22 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:17:22 -0500 Subject: rpms/gnochm/devel gnochm.spec,1.11,1.12 Message-ID: <200612091717.kB9HHMRr002184@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2160 Modified Files: gnochm.spec Log Message: Man pages are no longer shipped. Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/gnochm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnochm.spec 9 Dec 2006 16:42:46 -0000 1.11 +++ gnochm.spec 9 Dec 2006 17:16:52 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnochm Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -39,7 +39,7 @@ %prep %setup -q -iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it +#iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it %build %configure --disable-mime-update @@ -55,8 +55,8 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ --delete-original \ + --remove-category=Application \ $RPM_BUILD_ROOT%{_datadir}/applications/gnochm.desktop mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/ mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/gnome/48x48/mimetypes/ @@ -128,8 +128,8 @@ %{_datadir}/application-registry/gnochm.* %{_datadir}/applications/fedora-gnochm.desktop %{_datadir}/mime/packages/gnochm.xml -%{_mandir}/man*/gnochm.1* -%{_mandir}/*/man*/gnochm.1* +#%{_mandir}/man*/gnochm.1* +#%{_mandir}/*/man*/gnochm.1* %{_datadir}/mime-info/gnochm.* %{_datadir}/omf/gnochm/ %{_datadir}/pixmaps/gnochm*.png @@ -138,7 +138,7 @@ %{_datadir}/icons/gnome/ %changelog -* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +* Sat Dec 9 2006 Patrice Dumas 0.9.9-2 - update to 0.9.9 * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sat, 9 Dec 2006 12:19:30 -0500 Subject: rpms/scribus/devel .cvsignore, 1.13, 1.14 scribus.spec, 1.24, 1.25 sources, 1.13, 1.14 Message-ID: <200612091719.kB9HJUMj002330@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/scribus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2247/devel Modified Files: .cvsignore scribus.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribus/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 11 Nov 2006 09:51:32 -0000 1.13 +++ .cvsignore 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -scribus-1.3.3.5.tar.bz2 +scribus-1.3.3.6.tar.bz2 Index: scribus.spec =================================================================== RCS file: /cvs/extras/rpms/scribus/devel/scribus.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- scribus.spec 11 Nov 2006 09:51:32 -0000 1.24 +++ scribus.spec 9 Dec 2006 17:19:00 -0000 1.25 @@ -1,5 +1,5 @@ Name: scribus -Version: 1.3.3.5 +Version: 1.3.3.6 Release: 1%{?dist} Summary: DeskTop Publishing application written in Qt @@ -7,7 +7,7 @@ Group: Applications/Productivity License: GPL URL: http://www.scribus.net/ -Source0: http://dl.sf.net/scribus/scribus-1.3.3.5.tar.bz2 +Source0: http://dl.sf.net/scribus/scribus-1.3.3.6.tar.bz2 Source1: scribus.xml Source2: scribus.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -136,6 +136,10 @@ %{_includedir}/scribus/ %changelog +* Mon Dec 04 2006 Andreas Bierfert +1.3.3.6-1 +- version upgrade + * Sat Nov 11 2006 Andreas Bierfert 1.3.3.5-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribus/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 11 Nov 2006 09:51:32 -0000 1.13 +++ sources 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -db4c06fa2b6f758aab17555d5253a632 scribus-1.3.3.5.tar.bz2 +a9a47ecdedb4032ccaa7612afd7f068c scribus-1.3.3.6.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sat, 9 Dec 2006 12:19:30 -0500 Subject: rpms/scribus/FC-6 .cvsignore, 1.13, 1.14 scribus.spec, 1.24, 1.25 sources, 1.13, 1.14 Message-ID: <200612091719.kB9HJUhE002325@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/scribus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2247/FC-6 Modified Files: .cvsignore scribus.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribus/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 11 Nov 2006 09:51:31 -0000 1.13 +++ .cvsignore 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -scribus-1.3.3.5.tar.bz2 +scribus-1.3.3.6.tar.bz2 Index: scribus.spec =================================================================== RCS file: /cvs/extras/rpms/scribus/FC-6/scribus.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- scribus.spec 11 Nov 2006 09:51:31 -0000 1.24 +++ scribus.spec 9 Dec 2006 17:19:00 -0000 1.25 @@ -1,5 +1,5 @@ Name: scribus -Version: 1.3.3.5 +Version: 1.3.3.6 Release: 1%{?dist} Summary: DeskTop Publishing application written in Qt @@ -7,7 +7,7 @@ Group: Applications/Productivity License: GPL URL: http://www.scribus.net/ -Source0: http://dl.sf.net/scribus/scribus-1.3.3.5.tar.bz2 +Source0: http://dl.sf.net/scribus/scribus-1.3.3.6.tar.bz2 Source1: scribus.xml Source2: scribus.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -136,6 +136,10 @@ %{_includedir}/scribus/ %changelog +* Mon Dec 04 2006 Andreas Bierfert +1.3.3.6-1 +- version upgrade + * Sat Nov 11 2006 Andreas Bierfert 1.3.3.5-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribus/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 11 Nov 2006 09:51:31 -0000 1.13 +++ sources 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -db4c06fa2b6f758aab17555d5253a632 scribus-1.3.3.5.tar.bz2 +a9a47ecdedb4032ccaa7612afd7f068c scribus-1.3.3.6.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:43 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:19:43 -0500 Subject: rpms/gnochm/FC-5 gnochm.spec,1.7,1.8 Message-ID: <200612091719.kB9HJhZS002333@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2254/FC-5 Modified Files: gnochm.spec Log Message: Man pages are not shipped anymore. Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/gnochm.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnochm.spec 9 Dec 2006 16:42:40 -0000 1.7 +++ gnochm.spec 9 Dec 2006 17:19:13 -0000 1.8 @@ -1,6 +1,6 @@ Name: gnochm Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -39,7 +39,7 @@ %prep %setup -q -iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it +#iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it %build %configure --disable-mime-update @@ -128,8 +128,8 @@ %{_datadir}/application-registry/gnochm.* %{_datadir}/applications/fedora-gnochm.desktop %{_datadir}/mime/packages/gnochm.xml -%{_mandir}/man*/gnochm.1* -%{_mandir}/*/man*/gnochm.1* +#%{_mandir}/man*/gnochm.1* +#%{_mandir}/*/man*/gnochm.1* %{_datadir}/mime-info/gnochm.* %{_datadir}/omf/gnochm/ %{_datadir}/pixmaps/gnochm*.png @@ -138,7 +138,7 @@ %{_datadir}/icons/gnome/ %changelog -* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +* Sat Dec 9 2006 Patrice Dumas 0.9.9-2 - update to 0.9.9 * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:43 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:19:43 -0500 Subject: rpms/gnochm/FC-6 gnochm.spec,1.11,1.12 Message-ID: <200612091719.kB9HJhU6002336@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2254/FC-6 Modified Files: gnochm.spec Log Message: Man pages are not shipped anymore. Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/gnochm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnochm.spec 9 Dec 2006 16:42:40 -0000 1.11 +++ gnochm.spec 9 Dec 2006 17:19:13 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnochm Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -39,7 +39,7 @@ %prep %setup -q -iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it +#iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it %build %configure --disable-mime-update @@ -128,8 +128,8 @@ %{_datadir}/application-registry/gnochm.* %{_datadir}/applications/fedora-gnochm.desktop %{_datadir}/mime/packages/gnochm.xml -%{_mandir}/man*/gnochm.1* -%{_mandir}/*/man*/gnochm.1* +#%{_mandir}/man*/gnochm.1* +#%{_mandir}/*/man*/gnochm.1* %{_datadir}/mime-info/gnochm.* %{_datadir}/omf/gnochm/ %{_datadir}/pixmaps/gnochm*.png @@ -138,7 +138,7 @@ %{_datadir}/icons/gnome/ %changelog -* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +* Sat Dec 9 2006 Patrice Dumas 0.9.9-2 - update to 0.9.9 * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 From fedora-extras-commits at redhat.com Sat Dec 9 17:21:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:21:17 -0500 Subject: rpms/PyQt-qscintilla/devel PyQt-qscintilla.spec,1.8,1.9 Message-ID: <200612091721.kB9HLHVC002435@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/PyQt-qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2416 Modified Files: PyQt-qscintilla.spec Log Message: * Sat Dec 09 2006 Rex Dieter 3.17-3 - respin (for python) Index: PyQt-qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/PyQt-qscintilla.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PyQt-qscintilla.spec 9 Nov 2006 17:15:53 -0000 1.8 +++ PyQt-qscintilla.spec 9 Dec 2006 17:20:47 -0000 1.9 @@ -2,7 +2,7 @@ Summary: PyQt qscintilla extentions Name: PyQt-qscintilla Version: 3.17 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Languages @@ -70,6 +70,9 @@ %changelog +* Sat Dec 09 2006 Rex Dieter 3.17-3 +- respin (for python) + * Thu Nov 09 2006 Rex Dieter 3.17-2 - respin for qscintilla-1.7 (#214192) From fedora-extras-commits at redhat.com Sat Dec 9 17:22:46 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:22:46 -0500 Subject: rpms/archmage/devel archmage.spec,1.2,1.3 Message-ID: <200612091722.kB9HMkdM002501@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/archmage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2486 Modified Files: archmage.spec Log Message: * Sat Dec 9 2006 Patrice Dumas 0.0.7-3 - rebuild for python 2.5 Index: archmage.spec =================================================================== RCS file: /cvs/extras/rpms/archmage/devel/archmage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- archmage.spec 12 Sep 2006 20:34:00 -0000 1.2 +++ archmage.spec 9 Dec 2006 17:22:16 -0000 1.3 @@ -2,7 +2,7 @@ Name: archmage Version: 0.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensible reader/decompiler of files in CHM format Group: Development/Tools @@ -52,6 +52,9 @@ %{_mandir}/man*/archmage* %changelog +* Sat Dec 9 2006 Patrice Dumas 0.0.7-3 +- rebuild for python 2.5 + * Tue Sep 12 2006 Patrice Dumas 0.0.7-2 - .pyo files added. Bug #205369 - BuildRequires: python and not python-devel since it is noarch From fedora-extras-commits at redhat.com Sat Dec 9 17:27:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:27:08 -0500 Subject: rpms/PyKDE/devel PyKDE.spec,1.8,1.9 Message-ID: <200612091727.kB9HR8aX002780@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/PyKDE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2696 Modified Files: PyKDE.spec Log Message: respin (for python) Index: PyKDE.spec =================================================================== RCS file: /cvs/extras/rpms/PyKDE/devel/PyKDE.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PyKDE.spec 9 Nov 2006 21:06:31 -0000 1.8 +++ PyKDE.spec 9 Dec 2006 17:26:38 -0000 1.9 @@ -1,8 +1,11 @@ +# Fedora review: +# http://bugzilla.redhat.com/190367 + Summary: Python bindings for KDE Name: PyKDE Version: 3.16.0 -Release: 5%{?dist} +Release: 5%{?dist}.1 License: GPL URL: http://www.riverbankcomputing.co.uk/pykde/ @@ -11,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: PyKDE-3.16.0-konsolepart.patch +# http://mats.imk.fraunhofer.de/pipermail/pykde/2006-November/014627.html Patch2: PyKDE-3.16.0-kmimetype.patch BuildRequires: python-devel >= 2.3 From fedora-extras-commits at redhat.com Sat Dec 9 17:29:59 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 9 Dec 2006 12:29:59 -0500 Subject: rpms/Django/devel Django.spec,1.1,1.2 Message-ID: <200612091729.kB9HTxCC002882@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/Django/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2830 Modified Files: Django.spec Log Message: Rebuild for development's Python 2.5 Index: Django.spec =================================================================== RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Django.spec 24 Nov 2006 19:49:48 -0000 1.1 +++ Django.spec 9 Dec 2006 17:29:29 -0000 1.2 @@ -3,7 +3,7 @@ Name: Django Version: 0.95 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level Python Web framework Group: Development/Languages @@ -76,5 +76,8 @@ %{_datadir}/%{name} %changelog +* Sat Dec 9 2006 Michel Salim - 0.95-2 +- Rebuild for development branch + * Sun Nov 12 2006 Michel Salim - 0.95-1 -- Initial package \ No newline at end of file +- Initial package From fedora-extras-commits at redhat.com Sat Dec 9 17:30:05 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:30:05 -0500 Subject: rpms/eric/devel eric.spec,1.9,1.10 Message-ID: <200612091730.kB9HU5qX002886@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/eric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2867 Modified Files: eric.spec Log Message: respin Index: eric.spec =================================================================== RCS file: /cvs/extras/rpms/eric/devel/eric.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- eric.spec 22 Nov 2006 13:48:49 -0000 1.9 +++ eric.spec 9 Dec 2006 17:29:35 -0000 1.10 @@ -5,7 +5,7 @@ Name: eric Summary: Python IDE Version: 3.9.2 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Sat Dec 9 17:37:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:37:54 -0500 Subject: rpms/koffice/devel koffice.spec,1.46,1.47 Message-ID: <200612091737.kB9HbsuJ003072@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3057 Modified Files: koffice.spec Log Message: * Sat Dec 09 2006 Rex Dieter 1.6.2-2 - BR: poppler-qt-devel (#158941,#212145) Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- koffice.spec 1 Dec 2006 17:30:09 -0000 1.46 +++ koffice.spec 9 Dec 2006 17:37:24 -0000 1.47 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -21,9 +21,9 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 3 BuildRequires: GraphicsMagick-devel -# ImageMagick usage is deprecated (in favor of GraphicsMagick), -# and can likely go way, but let's keep it around, for now. -- Rex +%endif BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -50,8 +50,8 @@ %define ruby 1 BuildRequires: ruby ruby-devel >= 1.8.2 %endif -%if 0%{?fedora} > 3 || 0%{?rhel} > 4 -BuildRequires: poppler-devel +%if 0%{?fedora} > 6 || 0%{?rhel} > 4 +BuildRequires: poppler-qt-devel %endif %if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel @@ -659,6 +659,10 @@ %changelog +* Sat Dec 09 2006 Rex Dieter +1.6.2-2 +- BR: poppler-qt-devel (#158941,#212145) + * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) From fedora-extras-commits at redhat.com Sat Dec 9 17:44:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 12:44:00 -0500 Subject: rpms/python-tgfastdata/devel python-tgfastdata.spec,1.2,1.3 Message-ID: <200612091744.kB9Hi05u003179@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-tgfastdata/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3156 Modified Files: python-tgfastdata.spec Log Message: Rebuild for new python Index: python-tgfastdata.spec =================================================================== RCS file: /cvs/extras/rpms/python-tgfastdata/devel/python-tgfastdata.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-tgfastdata.spec 30 Oct 2006 06:47:13 -0000 1.2 +++ python-tgfastdata.spec 9 Dec 2006 17:43:30 -0000 1.3 @@ -5,7 +5,7 @@ Name: python-tgfastdata Version: 0.9a6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Automatic user interface generation for TurboGears Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/TGFastData-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 9 2006 Luke Macken - 0.9a6-6 +- Rebuild for new python + * Mon Oct 30 2006 Luke Macken - 0.9a6-5 - Fix egg-info directory From fedora-extras-commits at redhat.com Sat Dec 9 17:50:47 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 12:50:47 -0500 Subject: rpms/ssmtp/FC-5 ssmtp-bcc-fix.patch, NONE, 1.1 ssmtp-password-leak.patch, NONE, 1.1 ssmtp-ssl.certificate.nomatch.patch, NONE, 1.1 ssmtp.spec, 1.2, 1.3 Message-ID: <200612091750.kB9HolSC003286@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3258 Modified Files: ssmtp.spec Added Files: ssmtp-bcc-fix.patch ssmtp-password-leak.patch ssmtp-ssl.certificate.nomatch.patch Log Message: security fix - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ssmtp-bcc-fix.patch: --- NEW FILE ssmtp-bcc-fix.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -708,6 +704,10 @@ else if(strncasecmp(ht->string, "Bcc:", 4) == 0) { p = (ht->string + 4); rcpt_parse(p); + /* Undo adding the header to the list: */ + free(ht->string); + ht->string = NULL; + return; } else if(strncasecmp(ht->string, "CC:", 3) == 0) { p = (ht->string + 3); ssmtp-password-leak.patch: --- NEW FILE ssmtp-password-leak.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1404,6 +1406,7 @@ struct passwd *pw; int i, sock; uid_t uid; + bool_t minus_v_save; int timeout = 0; outbytes = 0; @@ -1520,7 +1523,12 @@ #ifdef MD5AUTH } #endif + /* We do NOT want the password output to STDERR + * even base64 encoded.*/ + minus_v_save = minus_v; + minus_v = False; outbytes += smtp_write(sock, "%s", buf); + minus_v = minus_v_save; (void)alarm((unsigned) MEDWAIT); if(smtp_okay(sock, buf) == False) { ssmtp-ssl.certificate.nomatch.patch: --- NEW FILE ssmtp-ssl.certificate.nomatch.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1138,10 +1138,12 @@ return(-1); } +#ifdef NOT_USED if(!SSL_CTX_check_private_key(ctx)) { log_event(LOG_ERR, "Private key does not match the certificate public key\n"); return(-1); } +#endif } #endif Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-5/ssmtp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ssmtp.spec 29 Nov 2006 17:20:57 -0000 1.2 +++ ssmtp.spec 9 Dec 2006 17:50:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -10,6 +10,9 @@ Patch0: %{name}-%{version}.6.patch Patch1: %{name}-2.50.3-maxsysuid.patch Patch2: %{name}-defaultvalues.patch +Patch3: %{name}-ssl.certificate.nomatch.patch +Patch4: %{name}-password-leak.patch +Patch5: %{name}-bcc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: MTA smtpdaemon %{_sbindir}/sendmail Requires(post): %{_sbindir}/alternatives @@ -32,6 +35,9 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -105,6 +111,11 @@ %changelog +* Fri Dec 08 2006 lonely wolf 2.61-11 +- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) +- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) + +%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sat Dec 9 17:55:20 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 12:55:20 -0500 Subject: rpms/ssmtp/FC-6 ssmtp-bcc-fix.patch, NONE, 1.1 ssmtp-password-leak.patch, NONE, 1.1 ssmtp-ssl.certificate.nomatch.patch, NONE, 1.1 ssmtp.spec, 1.2, 1.3 Message-ID: <200612091755.kB9HtKAm003333@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3307 Modified Files: ssmtp.spec Added Files: ssmtp-bcc-fix.patch ssmtp-password-leak.patch ssmtp-ssl.certificate.nomatch.patch Log Message: security fix - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ssmtp-bcc-fix.patch: --- NEW FILE ssmtp-bcc-fix.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -708,6 +704,10 @@ else if(strncasecmp(ht->string, "Bcc:", 4) == 0) { p = (ht->string + 4); rcpt_parse(p); + /* Undo adding the header to the list: */ + free(ht->string); + ht->string = NULL; + return; } else if(strncasecmp(ht->string, "CC:", 3) == 0) { p = (ht->string + 3); ssmtp-password-leak.patch: --- NEW FILE ssmtp-password-leak.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1404,6 +1406,7 @@ struct passwd *pw; int i, sock; uid_t uid; + bool_t minus_v_save; int timeout = 0; outbytes = 0; @@ -1520,7 +1523,12 @@ #ifdef MD5AUTH } #endif + /* We do NOT want the password output to STDERR + * even base64 encoded.*/ + minus_v_save = minus_v; + minus_v = False; outbytes += smtp_write(sock, "%s", buf); + minus_v = minus_v_save; (void)alarm((unsigned) MEDWAIT); if(smtp_okay(sock, buf) == False) { ssmtp-ssl.certificate.nomatch.patch: --- NEW FILE ssmtp-ssl.certificate.nomatch.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1138,10 +1138,12 @@ return(-1); } +#ifdef NOT_USED if(!SSL_CTX_check_private_key(ctx)) { log_event(LOG_ERR, "Private key does not match the certificate public key\n"); return(-1); } +#endif } #endif Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-6/ssmtp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ssmtp.spec 29 Nov 2006 17:23:20 -0000 1.2 +++ ssmtp.spec 9 Dec 2006 17:54:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -10,6 +10,9 @@ Patch0: %{name}-%{version}.6.patch Patch1: %{name}-2.50.3-maxsysuid.patch Patch2: %{name}-defaultvalues.patch +Patch3: %{name}-ssl.certificate.nomatch.patch +Patch4: %{name}-password-leak.patch +Patch5: %{name}-bcc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: MTA smtpdaemon %{_sbindir}/sendmail Requires(post): %{_sbindir}/alternatives @@ -32,6 +35,9 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -105,6 +111,11 @@ %changelog +* Fri Dec 08 2006 lonely wolf 2.61-11 +- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) +- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) + +%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sat Dec 9 18:24:52 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 13:24:52 -0500 Subject: rpms/fontforge/devel fontforge-20061025-fsSel.patch, NONE, 1.1 fontforge.spec, 1.22, 1.23 Message-ID: <200612091824.kB9IOqW9006646@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6628 Modified Files: fontforge.spec Added Files: fontforge-20061025-fsSel.patch Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 - Add patch to fix fsSelection problem with DejaVu ExtraLight fontforge-20061025-fsSel.patch: --- NEW FILE fontforge-20061025-fsSel.patch --- --- fontforge-20061025/fontforge/tottf.c.fsSel 2006-12-09 21:36:24.000000000 +0330 +++ fontforge-20061025/fontforge/tottf.c 2006-12-09 21:41:45.000000000 +0330 @@ -3090,7 +3090,7 @@ os2->fsSel = (at->head.macstyle&1?32:0)|(at->head.macstyle&2?1:0); if ( sf->fullname!=NULL && strstrmatch(sf->fullname,"outline")!=NULL ) os2->fsSel |= 8; - if ( os2->fsSel==0 ) os2->fsSel = 64; /* Regular */ + if ( os2->fsSel==0 && sf->pfminfo.weight == 400) os2->fsSel = 64; /* Regular */ if ( os2->version>=4 ) { if ( strstrmatch(sf->fontname,"Obli")==0 ) { os2->fsSel &= ~1; /* Turn off Italic */ Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fontforge.spec 25 Nov 2006 10:54:38 -0000 1.22 +++ fontforge.spec 9 Dec 2006 18:24:22 -0000 1.23 @@ -3,7 +3,7 @@ Name: fontforge Version: 20061025 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -13,6 +13,7 @@ Source1: fontforge.desktop Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 Patch1: fontforge-20061025-usFirstCharIndex.patch +Patch2: fontforge-20061025-fsSel.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: htmlview @@ -41,6 +42,7 @@ %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .usFirstCharIndex +%patch2 -p1 -b .fsSel mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -114,6 +116,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 +- Add patch to fix fsSelection problem with DejaVu ExtraLight + * Sat Nov 25 2006 Roozbeh Pournader - 20061025-1 - Update to 20061025 - Patch to correct usFirstCharIndex (George Williams) From fedora-extras-commits at redhat.com Sat Dec 9 18:48:19 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 13:48:19 -0500 Subject: rpms/python-simplejson/devel python-simplejson.spec,1.3,1.4 Message-ID: <200612091848.kB9ImJKh006852@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6832 Modified Files: python-simplejson.spec Log Message: Rebuild for new python Index: python-simplejson.spec =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/python-simplejson.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-simplejson.spec 24 Nov 2006 07:47:36 -0000 1.3 +++ python-simplejson.spec 9 Dec 2006 18:47:49 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-simplejson Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -59,6 +59,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 1.4-2 +- Rebuild for new python + * Fri Nov 24 2006 Luke Macken - 1.4-1 - 1.4 From fedora-extras-commits at redhat.com Sat Dec 9 18:51:56 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 13:51:56 -0500 Subject: rpms/python-ruledispatch/devel python-ruledispatch.spec,1.3,1.4 Message-ID: <200612091851.kB9IpuRx006951@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-ruledispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6936 Modified Files: python-ruledispatch.spec Log Message: rebuild for new python Index: python-ruledispatch.spec =================================================================== RCS file: /cvs/extras/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-ruledispatch.spec 4 Sep 2006 00:49:30 -0000 1.3 +++ python-ruledispatch.spec 9 Dec 2006 18:51:25 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-ruledispatch Version: 0.5a0 -Release: 0.3.svn%{svnrev}%{?dist} +Release: 0.4.svn%{svnrev}%{?dist} Summary: A generic function package for Python Group: Development/Languages @@ -48,6 +48,9 @@ %{python_sitearch}/dispatch/tests/*.pyo %changelog +* Sat Dec 9 2006 Luke Macken 0.5a0-0.4.svnr2115 +- Rebuild for new python + * Sun Sep 3 2006 Luke Macken 0.5a0-0.2.svnr2115 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 9 19:15:51 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Sat, 9 Dec 2006 14:15:51 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.5,1.6 Message-ID: <200612091915.kB9JFp2g010187@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10166 Modified Files: python-psycopg2.spec Log Message: Rebuilt for python 2.5 Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-psycopg2.spec 6 Dec 2006 14:27:57 -0000 1.5 +++ python-psycopg2.spec 9 Dec 2006 19:15:21 -0000 1.6 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-6 +- Rebuilt + * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-5 - Bumped up spec version From fedora-extras-commits at redhat.com Sat Dec 9 19:18:16 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Sat, 9 Dec 2006 14:18:16 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.6,1.7 Message-ID: <200612091918.kB9JIGKP010242@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10224 Modified Files: python-psycopg2.spec Log Message: Bump up spec file version Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-psycopg2.spec 9 Dec 2006 19:15:21 -0000 1.6 +++ python-psycopg2.spec 9 Dec 2006 19:17:46 -0000 1.7 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,7 +84,7 @@ %{ZPsycopgDAdir}/icons/* %changelog -* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-6 +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-7 - Rebuilt * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-5 From fedora-extras-commits at redhat.com Sat Dec 9 19:59:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 14:59:49 -0500 Subject: rpms/python-turbocheetah/devel python-turbocheetah.spec,1.3,1.4 Message-ID: <200612091959.kB9JxnIT010599@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbocheetah/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10577 Modified Files: python-turbocheetah.spec Log Message: Add python-devel to BR Index: python-turbocheetah.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-turbocheetah.spec 9 Dec 2006 04:43:53 -0000 1.3 +++ python-turbocheetah.spec 9 Dec 2006 19:59:19 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-turbocheetah Version: 0.9.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: TurboGears plugin to support use of Cheetah templates Group: Development/Languages @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-cheetah >= 1.0 %description @@ -52,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 0.9.5-7 +- Add python-devel to BuildRequires + * Fri Dec 8 2006 Luke Macken - 0.9.5-6 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 20:01:05 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 9 Dec 2006 15:01:05 -0500 Subject: rpms/meld/devel meld-gettext.patch,NONE,1.1 meld.spec,1.18,1.19 Message-ID: <200612092001.kB9K15SM013642@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/meld/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10666 Modified Files: meld.spec Added Files: meld-gettext.patch Log Message: * Sat Dec 9 2006 Brian Pepple - 1.1.4-6 - Drop X-Fedora category from desktop file. - Add patch to fix rejects from new version of gettext. meld-gettext.patch: --- NEW FILE meld-gettext.patch --- diff -ur meld-1.1.4.OLD/po/hu.po meld-1.1.4/po/hu.po --- meld-1.1.4.OLD/po/hu.po 2006-02-24 19:19:25.000000000 -0500 +++ meld-1.1.4/po/hu.po 2006-12-09 14:47:59.000000000 -0500 @@ -99,49 +99,42 @@ msgid "%i second" msgid_plural "%i seconds" msgstr[0] "%i m??sodperc" -msgstr[1] "%i m??sodperc" #: ../dirdiff.py:570 #, python-format msgid "%i minute" msgid_plural "%i minutes" msgstr[0] "%i perc" -msgstr[1] "%i perc" #: ../dirdiff.py:571 #, python-format msgid "%i hour" msgid_plural "%i hours" msgstr[0] "%i ??ra" -msgstr[1] "%i ??ra" #: ../dirdiff.py:572 #, python-format msgid "%i day" msgid_plural "%i days" msgstr[0] "%i nap" -msgstr[1] "%i nap" #: ../dirdiff.py:573 #, python-format msgid "%i week" msgid_plural "%i weeks" msgstr[0] "%i h??t" -msgstr[1] "%i h??t" #: ../dirdiff.py:574 #, python-format msgid "%i month" msgid_plural "%i months" msgstr[0] "%i h??nap" -msgstr[1] "%i h??nap" #: ../dirdiff.py:575 #, python-format msgid "%i year" msgid_plural "%i years" msgstr[0] "%i ??v" -msgstr[1] "%i ??v" #. Abbreviation for insert,overwrite so that it will fit in the status bar #: ../filediff.py:214 diff -ur meld-1.1.4.OLD/po/ja.po meld-1.1.4/po/ja.po --- meld-1.1.4.OLD/po/ja.po 2006-03-05 06:03:44.000000000 -0500 +++ meld-1.1.4/po/ja.po 2006-12-09 14:48:41.000000000 -0500 @@ -97,49 +97,42 @@ msgid "%i second" msgid_plural "%i seconds" msgstr[0] "%i ???" -msgstr[1] "%i ???" #: ../dirdiff.py:570 #, python-format msgid "%i minute" msgid_plural "%i minutes" msgstr[0] "%i ???" -msgstr[1] "%i ???" #: ../dirdiff.py:571 #, python-format msgid "%i hour" msgid_plural "%i hours" msgstr[0] "%i ??????" -msgstr[1] "%i ??????" #: ../dirdiff.py:572 #, python-format msgid "%i day" msgid_plural "%i days" msgstr[0] "%i ???" -msgstr[1] "%i ???" #: ../dirdiff.py:573 #, python-format msgid "%i week" msgid_plural "%i weeks" msgstr[0] "%i ??????" -msgstr[1] "%i ??????" #: ../dirdiff.py:574 #, python-format msgid "%i month" msgid_plural "%i months" msgstr[0] "%i ??????" -msgstr[1] "%i ??????" #: ../dirdiff.py:575 #, python-format msgid "%i year" msgid_plural "%i years" msgstr[0] "%i ???" -msgstr[1] "%i ???" #. Abbreviation for insert,overwrite so that it will fit in the status bar #: ../filediff.py:215 diff -ur meld-1.1.4.OLD/po/ru.po meld-1.1.4/po/ru.po --- meld-1.1.4.OLD/po/ru.po 2005-10-25 18:58:09.000000000 -0400 +++ meld-1.1.4/po/ru.po 2006-12-09 14:51:29.000000000 -0500 @@ -190,57 +190,57 @@ #, python-format msgid "%i second" msgid_plural "%i seconds" -msgstr[0] "??????????????" -msgstr[1] "??????????????" -msgstr[2] "????????????" +msgstr[0] "%i ??????????????" +msgstr[1] "%i ??????????????" +msgstr[2] "%i ????????????" #: ../dirdiff.py:571 #, python-format msgid "%i minute" msgid_plural "%i minutes" -msgstr[0] "????????????" -msgstr[1] "????????????" -msgstr[2] "??????????" +msgstr[0] "%i ????????????" +msgstr[1] "%i ????????????" +msgstr[2] "%i ??????????" #: ../dirdiff.py:572 #, python-format msgid "%i hour" msgid_plural "%i hours" -msgstr[0] "??????" -msgstr[1] "????????" -msgstr[2] "??????????" +msgstr[0] "%i ??????" +msgstr[1] "%i ????????" +msgstr[2] "%i ??????????" #: ../dirdiff.py:573 #, python-format msgid "%i day" msgid_plural "%i days" -msgstr[0] "????????" -msgstr[1] "??????" -msgstr[2] "????????" +msgstr[0] "%i ????????" +msgstr[1] "%i ??????" +msgstr[2] "%i ????????" #: ../dirdiff.py:574 #, python-format msgid "%i week" msgid_plural "%i weeks" -msgstr[0] "????????????" -msgstr[1] "????????????" -msgstr[2] "????????????" +msgstr[0] "%i ????????????" +msgstr[1] "%i ????????????" +msgstr[2] "%i ????????????" #: ../dirdiff.py:575 #, python-format msgid "%i month" msgid_plural "%i months" -msgstr[0] "??????????" -msgstr[1] "????????????" -msgstr[2] "??????????????" +msgstr[0] "%i ??????????" +msgstr[1] "%i ????????????" +msgstr[2] "%i ??????????????" #: ../dirdiff.py:576 #, python-format msgid "%i year" msgid_plural "%i years" -msgstr[0] "??????" -msgstr[1] "????????" -msgstr[2] "??????" +msgstr[0] "%i ??????" +msgstr[1] "%i ????????" +msgstr[2] "%i ??????" #. Abbreviation for insert,overwrite so that it will fit in the status bar #: ../filediff.py:224 Index: meld.spec =================================================================== RCS file: /cvs/extras/rpms/meld/devel/meld.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- meld.spec 8 Dec 2006 18:10:13 -0000 1.18 +++ meld.spec 9 Dec 2006 20:00:35 -0000 1.19 @@ -1,6 +1,6 @@ Name: meld Version: 1.1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Visual diff and merge tool Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/meld/1.1/meld-%{version}.tar.bz2 Patch0: desktop.patch Patch1: %{name}-scrollkeeper.patch +Patch2: %{name}-gettext.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -40,6 +41,7 @@ %setup -q %patch0 -p1 -b .desktop %patch1 -p1 -b .scrollkeeper +%patch2 -p1 -b .gettext %build @@ -55,7 +57,6 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop @@ -95,6 +96,10 @@ %changelog +* Sat Dec 9 2006 Brian Pepple - 1.1.4-6 +- Drop X-Fedora category from desktop file. +- Add patch to fix rejects from new version of gettext. + * Fri Dec 8 2006 Brian Pepple - 1.1.4-5 - Rebuild against new python. From fedora-extras-commits at redhat.com Sat Dec 9 20:01:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:01:27 -0500 Subject: rpms/python-turbokid/devel python-turbokid.spec,1.4,1.5 Message-ID: <200612092001.kB9K1RWl013785@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbokid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10694 Modified Files: python-turbokid.spec Log Message: Add python-devel to BR Index: python-turbokid.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbokid/devel/python-turbokid.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-turbokid.spec 9 Dec 2006 04:39:25 -0000 1.4 +++ python-turbokid.spec 9 Dec 2006 20:00:56 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-turbokid Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python template plugin that supports Kid templates Group: Development/Languages @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-kid >= 0.9.1 %description @@ -49,6 +49,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 0.9.9-4 +- Add python-devel to BuildRequires + * Fri Dec 8 2006 Luke Macken - 0.9.9-3 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 20:10:16 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:10:16 -0500 Subject: rpms/python-simplejson/devel python-simplejson.spec,1.4,1.5 Message-ID: <200612092010.kB9KAG0a013952@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13935 Modified Files: python-simplejson.spec Log Message: Add python-devel to BR Index: python-simplejson.spec =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/python-simplejson.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-simplejson.spec 9 Dec 2006 18:47:49 -0000 1.4 +++ python-simplejson.spec 9 Dec 2006 20:09:46 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-simplejson Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description simplejson is a simple, fast, complete, correct and extensible @@ -59,6 +59,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 1.4-3 +- Add python-devel to BuildRequires + * Sat Dec 9 2006 Luke Macken - 1.4-2 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 20:22:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:01 -0500 Subject: rpms/perl-Sub-Exporter Makefile,1.1,1.2 Message-ID: <200612092022.kB9KM1Uw014287@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229 Modified Files: Makefile Log Message: update to 0.972 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 7 Sep 2006 23:17:09 -0000 1.1 +++ Makefile 9 Dec 2006 20:21:31 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Sat Dec 9 20:22:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:02 -0500 Subject: rpms/perl-Sub-Exporter/FC-5 perl-Sub-Exporter.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612092022.kB9KM2FN014291@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229/FC-5 Modified Files: perl-Sub-Exporter.spec sources Log Message: update to 0.972 Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-5/perl-Sub-Exporter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Exporter.spec 7 Sep 2006 23:18:17 -0000 1.2 +++ perl-Sub-Exporter.spec 9 Dec 2006 20:21:31 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2006 23:17:29 -0000 1.2 +++ sources 9 Dec 2006 20:21:31 -0000 1.3 @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:22:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:02 -0500 Subject: rpms/perl-Sub-Exporter/FC-6 perl-Sub-Exporter.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612092022.kB9KM2lp014293@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229/FC-6 Modified Files: perl-Sub-Exporter.spec sources Log Message: update to 0.972 Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-6/perl-Sub-Exporter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Exporter.spec 7 Sep 2006 23:18:17 -0000 1.2 +++ perl-Sub-Exporter.spec 9 Dec 2006 20:21:32 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2006 23:17:29 -0000 1.2 +++ sources 9 Dec 2006 20:21:32 -0000 1.3 @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:22:07 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:07 -0500 Subject: rpms/perl-Sub-Exporter/devel .cvsignore, 1.2, 1.3 perl-Sub-Exporter.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612092022.kB9KM7tf014300@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229/devel Modified Files: .cvsignore perl-Sub-Exporter.spec sources Log Message: update to 0.972 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2006 23:17:29 -0000 1.2 +++ .cvsignore 9 Dec 2006 20:21:37 -0000 1.3 @@ -1 +1 @@ -Sub-Exporter-0.970.tar.gz +Sub-Exporter-0.972.tar.gz Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/perl-Sub-Exporter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Exporter.spec 7 Sep 2006 23:18:17 -0000 1.2 +++ perl-Sub-Exporter.spec 9 Dec 2006 20:21:37 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2006 23:17:29 -0000 1.2 +++ sources 9 Dec 2006 20:21:37 -0000 1.3 @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:27:26 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:27:26 -0500 Subject: rpms/python-paste-script/devel .cvsignore, 1.3, 1.4 python-paste-script.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612092027.kB9KRQNY014488@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14467 Modified Files: .cvsignore python-paste-script.spec sources Log Message: 1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Sep 2006 07:53:16 -0000 1.3 +++ .cvsignore 9 Dec 2006 20:26:56 -0000 1.4 @@ -1 +1 @@ -PasteScript-0.9.8.tar.gz +PasteScript-1.0.tar.gz Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-paste-script.spec 17 Sep 2006 07:53:16 -0000 1.3 +++ python-paste-script.spec 9 Dec 2006 20:26:56 -0000 1.4 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-paste-script -Version: 0.9.8 +Version: 1.0 Release: 1%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries @@ -57,6 +57,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.8-1 - 0.9.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Sep 2006 07:53:16 -0000 1.3 +++ sources 9 Dec 2006 20:26:56 -0000 1.4 @@ -1 +1 @@ -f486883f1e00e4ac5f5813a820833810 PasteScript-0.9.8.tar.gz +5ea4a56bc757685aaadddafbe0d64244 PasteScript-1.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:28:59 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 9 Dec 2006 15:28:59 -0500 Subject: extras-repoclosure rc-report.py,1.28,1.29 Message-ID: <200612092028.kB9KSx7a014555@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14540 Modified Files: rc-report.py Log Message: simplify Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- rc-report.py 6 Dec 2006 18:45:36 -0000 1.28 +++ rc-report.py 9 Dec 2006 20:28:58 -0000 1.29 @@ -150,12 +150,10 @@ slices = [] while ( start < end ): if ( (end-start) > maxmailsize ): - nextstart = body.rfind( 'package: ', start, start+maxmailsize ) - if ( nextstart < 0 ): - nextstart = body.rfind( '\n', start, start+maxmailsize ) - if ( nextstart < 0 ): - print 'ERROR: cannot split mail body cleanly' - nextstart = end + nextstart = body.rfind( '\n', start, start+maxmailsize ) + if ( nextstart<0 or nextstart==start ): + print 'ERROR: cannot split mail body cleanly' + nextstart = end else: nextstart = end slices.append( (start, nextstart) ) From fedora-extras-commits at redhat.com Sat Dec 9 20:35:20 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:35:20 -0500 Subject: rpms/python-simplejson/devel python-simplejson.spec,1.5,1.6 Message-ID: <200612092035.kB9KZKAW014599@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14584 Modified Files: python-simplejson.spec Log Message: fix egg-info directory for python 2.5 Index: python-simplejson.spec =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/python-simplejson.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-simplejson.spec 9 Dec 2006 20:09:46 -0000 1.5 +++ python-simplejson.spec 9 Dec 2006 20:34:50 -0000 1.6 @@ -1,8 +1,10 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} + Name: python-simplejson Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -53,13 +55,13 @@ %defattr(-,root,root,-) %doc docs %dir %{python_sitelib}/simplejson -%{python_sitelib}/simplejson-%{version}-py2.4.egg-info +%{python_sitelib}/simplejson-%{version}-py%{pyver}.egg-info %{python_sitelib}/simplejson/*.py* %{python_sitelib}/simplejson/tests/*.py* %changelog -* Sat Dec 9 2006 Luke Macken - 1.4-3 +* Sat Dec 9 2006 Luke Macken - 1.4-4 - Add python-devel to BuildRequires * Sat Dec 9 2006 Luke Macken - 1.4-2 From fedora-extras-commits at redhat.com Sat Dec 9 20:38:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:38:49 -0500 Subject: rpms/python-paste-script/devel python-paste-script.spec,1.4,1.5 Message-ID: <200612092038.kB9KcnZB014677@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14657 Modified Files: python-paste-script.spec Log Message: Add python-devel to BuildRequires Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paste-script.spec 9 Dec 2006 20:26:56 -0000 1.4 +++ python-paste-script.spec 9 Dec 2006 20:38:19 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-paste-script Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-paste, python-paste-deploy, python-cheetah %description @@ -57,7 +57,8 @@ %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-1 +* Sat Dec 9 2006 Luke Macken - 1.0-2 +- Add python-devel to BuildRequires - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.8-1 From fedora-extras-commits at redhat.com Sat Dec 9 21:00:57 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Sat, 9 Dec 2006 16:00:57 -0500 Subject: fedora-security/audit fc5,1.411,1.412 fc6,1.163,1.164 Message-ID: <200612092101.kB9L0vnP014819@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14800 Modified Files: fc5 fc6 Log Message: Add some issues that were missing from the fc5 and fc6 audit Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.411 retrieving revision 1.412 diff -u -r1.411 -r1.412 --- fc5 8 Dec 2006 15:35:36 -0000 1.411 +++ fc5 9 Dec 2006 21:00:57 -0000 1.412 @@ -4,16 +4,22 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6305 ** net-snmp +CVE-2006-6303 ** ruby +CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] +CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] +CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules CVE-2006-6056 ** kernel CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1221] -CVE-2006-5989 ** mod_auth_kerb +CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? @@ -48,7 +54,7 @@ CVE-2006-5463 version (firefox) [since FEDORA-2006-1199] CVE-2006-5462 version (thunderbird) [since FEDORA-2006-1194] CVE-2006-5462 version (firefox) [since FEDORA-2006-1199] -CVE-2006-5461 VULNERABLE (avahi, fixed 0.6.15) +CVE-2006-5461 backport (avahi, fixed 0.6.15) [since FEDORA-2006-1339] CVE-2006-5456 backport (ImageMagick) #210921 [since FEDORA-2006-1286] CVE-2006-5397 version (libX11, 1.0.2 and 1.0.3 only) CVE-2006-5331 VULNERABLE (kernel, fixed 2.6.19-rc3) @@ -142,15 +148,15 @@ CVE-2006-4262 backport (cscope) #203649 [since FEDORA-2006-932] CVE-2006-4253 version (firefox, fixed 1.5.0.7) [since FEDORA-2006-976] CVE-2006-4253 version (thunderbird, fixed 1.5.0.7) [since FEDORA-2006-977] -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 +CVE-2006-4227 version (mysql, fixed 5.0.25,5.1.12) #203432 [since FEDORA-2006-1298] +CVE-2006-4226 version (mysql, fixed 5.0.25,5.1.12) #203427 [since FEDORA-2006-1298] CVE-2006-4146 backport (gdb) [since FEDORA-2006-975] CVE-2006-4145 version (kernel, fixed 2.6.17.10) [since FEDORA-2006-967] needs a better upstream fix CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4096 version (bind) [since FEDORA-2006-1024] was backport since FEDORA-2006-966 CVE-2006-4095 version (bind) [since FEDORA-2006-418] was backport since FEDORA-2006-966 CVE-2006-4093 version (kernel, fixed 2.6.17.9) [since FEDORA-2006-967] -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 +CVE-2006-4031 version (mysql, fixed 5.0.24) #202247 [since FEDORA-2006-1298] CVE-2006-4020 version (php) #201767 [since FEDORA-2006-1024] CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- fc6 8 Dec 2006 15:35:36 -0000 1.163 +++ fc6 9 Dec 2006 21:00:57 -0000 1.164 @@ -4,16 +4,22 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6305 ** net-snmp +CVE-2006-6303 ** ruby +CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] +CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] +CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) CVE-2006-6056 ** kernel CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1223] -CVE-2006-5989 ** mod_auth_kerb +CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? @@ -104,7 +110,7 @@ CVE-2006-4561 VULNERABLE (firefox) CVE-2006-4538 version (kernel, fixed after 2.6.18-rc6) CVE-2006-4535 version (kernel, fixed 2.6.18-rc6) -CVE-2006-4514 VULNERABLE (libgsf, fixed 1.14.2) #217957 +CVE-2006-4514 backport (libgsf) [since FEDORA-2006-1417] CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4486 version (php, fixed 5.1.6) CVE-2006-4485 version (php, fixed 5.1.5) @@ -137,15 +143,15 @@ CVE-2006-4262 backport (cscope) CVE-2006-4253 version (firefox, fixed 1.5.0.7) CVE-2006-4253 version (thunderbird, fixed 1.5.0.7) -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.26,5.1.12) #203428 -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.26,5.1.12) #203434 +CVE-2006-4226 version (mysql, fixed 5.0.26,5.1.12) #203428 [since FEDORA-2006-1297] +CVE-2006-4227 version (mysql, fixed 5.0.26,5.1.12) #203434 [since FEDORA-2006-1297] CVE-2006-4146 backport (gdb) CVE-2006-4145 version (kernel, fixed 2.6.17.10, fixed 2.6.18-rc5) needs a better upstream fix CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) CVE-2006-4096 backport (bind) CVE-2006-4095 backport (bind) CVE-2006-4093 version (kernel, fixed 2.6.17.9, fixed 2.6.18-rc5) -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202675 +CVE-2006-4031 version (mysql, fixed 5.0.24) #202675 [since FEDORA-2006-1297] CVE-2006-4020 version (php, fixed 5.1.5) CVE-2006-4019 version (squirrelmail, fixed 1.4.8) CVE-2006-3918 version (httpd, fixed 2.2.2) From fedora-extras-commits at redhat.com Sat Dec 9 21:17:48 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 9 Dec 2006 16:17:48 -0500 Subject: rpms/xfce4-xkb-plugin/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xfce4-xkb-plugin.spec, 1.9, 1.10 Message-ID: <200612092117.kB9LHm4G018050@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xkb-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18031 Modified Files: .cvsignore sources xfce4-xkb-plugin.spec Log Message: update to 0.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 5 Oct 2006 13:26:40 -0000 1.6 +++ .cvsignore 9 Dec 2006 21:17:18 -0000 1.7 @@ -1 +1 @@ -xfce4-xkb-plugin-20060923svn.tar.bz2 +xfce4-xkb-plugin-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 5 Oct 2006 13:26:40 -0000 1.6 +++ sources 9 Dec 2006 21:17:18 -0000 1.7 @@ -1 +1 @@ -788a0a93b62fcdd33985a0a4fc5a1b64 xfce4-xkb-plugin-20060923svn.tar.bz2 +17e181017630b073f74a7068467fa86f xfce4-xkb-plugin-0.4.2.tar.gz Index: xfce4-xkb-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/devel/xfce4-xkb-plugin.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-xkb-plugin.spec 5 Oct 2006 13:26:40 -0000 1.9 +++ xfce4-xkb-plugin.spec 9 Dec 2006 21:17:18 -0000 1.10 @@ -1,24 +1,20 @@ Name: xfce4-xkb-plugin -Version: 0.3.6 -Release: 0.2.20060923svn%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: XKB layout switcher for the Xfce panel Group: User Interface/Desktops License: BSD -URL: http://xfce-goodies.berlios.de/ -# Source0 was generated with the following commands: -# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin -# tar -cjf xfce4-xkb-plugin-`date +%G%m%d`svn.tar.bz2 xfce4-xkb-plugin -Source0: %{name}-20060923svn.tar.bz2 -#Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel -BuildRequires: gettext -BuildRequires: xfce4-dev-tools >= 4.3.90.2 +BuildRequires: gettext, perl(XML::Parser) # for modular X %if "%{?fedora}" > "4" -BuildRequires: libXt-devel +#BuildRequires: libXt-devel +BuildRequires: xorg-x11-proto-devel %endif Requires: xfce4-panel >= 4.3.99.1 @@ -30,10 +26,9 @@ XF86Config file or some other way (e.g. setxkbmap). %prep -%setup -qn %{name} +%setup -q %build -./autogen.sh %configure --disable-static make %{?_smp_mflags} @@ -55,6 +50,12 @@ %{_datadir}/xfce4/xkb/flags/*.png %changelog +* Sat Dec 09 2006 Christoph Wickert - 0.4.2-1 +- Update to 0.4.2. + +* Fri Dec 01 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1 on Xfce 4.3.99.2. + * Thu Oct 05 2006 Christoph Wickert - 0.3.6-0.2.20060923svn - Bump release for devel checkin. From fedora-extras-commits at redhat.com Sat Dec 9 21:23:13 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:23:13 -0500 Subject: owners owners.list,1.2089,1.2090 Message-ID: <200612092123.kB9LNDAP018145@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18108 Modified Files: owners.list Log Message: orphan gaim-guifications -- bytee has no cvsextras access anymore; he wanted to get it again shortly before or after FC6 but felt silent again Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2089 retrieving revision 1.2090 diff -u -r1.2089 -r1.2090 --- owners.list 9 Dec 2006 16:42:46 -0000 1.2089 +++ owners.list 9 Dec 2006 21:22:43 -0000 1.2090 @@ -485,7 +485,7 @@ Fedora Extras|gaim-gadugadu|Gadu-Gadu support for Gaim instant messaging client|raven at pmail.pl|extras-qa at fedoraproject.org| Fedora Extras|gaim-galago|Galago feed plugin for Gaim|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gaim-gaym|gay.com protocol plugin for GAIM|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| -Fedora Extras|gaim-guifications|Guifications plugin for GAIM|byte at fedoraproject.org|extras-qa at fedoraproject.org|tcallawa at redhat.com +Fedora Extras|gaim-guifications|Guifications plugin for GAIM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|tcallawa at redhat.com,byte at fedoraproject.org Fedora Extras|gaim-meanwhile| Lotus Sametime Community Client plugin for Gaim|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|gaim-otr|Off-The-Record Messaging plugin for GAIM|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|gaim-rhythmbox|Rhythmbox plugin for GAIM|michel.salim at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 21:23:41 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:23:41 -0500 Subject: rpms/gaim-guifications/FC-6 .cvsignore, 1.4, 1.5 gaim-guifications.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612092123.kB9LNfg3018150@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18128 Modified Files: .cvsignore gaim-guifications.spec sources Log Message: 2.13-0.3.beta5 -- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Sep 2006 14:43:47 -0000 1.4 +++ .cvsignore 9 Dec 2006 21:23:11 -0000 1.5 @@ -1,2 +1 @@ -guifications-2.12.tar.bz2 -gaim-guifications-2.13beta3.tar.bz2 +gaim-guifications-2.13beta5.tar.bz2 Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/gaim-guifications.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gaim-guifications.spec 4 Oct 2006 23:22:31 -0000 1.7 +++ gaim-guifications.spec 9 Dec 2006 21:23:11 -0000 1.8 @@ -13,11 +13,11 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta3%{?dist} +Release: 0.3.beta5%{?dist} License: GPL Group: Applications/Internet -Url: http://guifications.sourceforge.net/Guifications/ -Source: http://download.sourceforge.net/guifications/gaim-guifications-%{version}beta3.tar.bz2 +Url: http://gaim.guifications.org +Source: http://downloads.guifications.org/gaim-plugins//Guifications2/gaim-guifications-2.13beta5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext @@ -29,7 +29,7 @@ instant messaging client Gaim. %prep -%setup -q -n gaim-guifications-%{version}beta3 +%setup -q -n gaim-guifications-%{version}beta5 %build %configure @@ -41,18 +41,24 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la $RPM_BUILD_ROOT%{_libdir}/gaim/*.a -%find_lang %{name} +%find_lang guifications %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files -f guifications.lang %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING README doc/flow.png doc/flow.dia doc/QUOTES %{_libdir}/gaim/*.so %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 +- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: + - bump + - make the language build work +- Update URL/Source0 + * Thu Oct 05 2006 Christian Iseli 2.13-0.3.beta3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Sep 2006 14:43:47 -0000 1.4 +++ sources 9 Dec 2006 21:23:11 -0000 1.5 @@ -1 +1 @@ -32e421af09ed200d9040ebf73c25a9b4 gaim-guifications-2.13beta3.tar.bz2 +3d46c6131bb145fd47ed9c46ba1f258d gaim-guifications-2.13beta5.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 21:26:19 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:26:19 -0500 Subject: rpms/gaim-guifications/devel .cvsignore, 1.4, 1.5 gaim-guifications.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612092126.kB9LQJKS018267@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18225 Modified Files: .cvsignore gaim-guifications.spec sources Log Message: 2.13-0.3.beta5 -- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Sep 2006 14:43:47 -0000 1.4 +++ .cvsignore 9 Dec 2006 21:25:48 -0000 1.5 @@ -1,2 +1 @@ -guifications-2.12.tar.bz2 -gaim-guifications-2.13beta3.tar.bz2 +gaim-guifications-2.13beta5.tar.bz2 Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/gaim-guifications.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gaim-guifications.spec 4 Oct 2006 23:22:31 -0000 1.7 +++ gaim-guifications.spec 9 Dec 2006 21:25:48 -0000 1.8 @@ -13,11 +13,11 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta3%{?dist} +Release: 0.3.beta5%{?dist} License: GPL Group: Applications/Internet -Url: http://guifications.sourceforge.net/Guifications/ -Source: http://download.sourceforge.net/guifications/gaim-guifications-%{version}beta3.tar.bz2 +Url: http://gaim.guifications.org +Source: http://downloads.guifications.org/gaim-plugins//Guifications2/gaim-guifications-2.13beta5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext @@ -29,7 +29,7 @@ instant messaging client Gaim. %prep -%setup -q -n gaim-guifications-%{version}beta3 +%setup -q -n gaim-guifications-%{version}beta5 %build %configure @@ -41,18 +41,24 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la $RPM_BUILD_ROOT%{_libdir}/gaim/*.a -%find_lang %{name} +%find_lang guifications %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files -f guifications.lang %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING README doc/flow.png doc/flow.dia doc/QUOTES %{_libdir}/gaim/*.so %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 +- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: + - bump + - make the language build work +- Update URL/Source0 + * Thu Oct 05 2006 Christian Iseli 2.13-0.3.beta3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Sep 2006 14:43:47 -0000 1.4 +++ sources 9 Dec 2006 21:25:48 -0000 1.5 @@ -1 +1 @@ -32e421af09ed200d9040ebf73c25a9b4 gaim-guifications-2.13beta3.tar.bz2 +3d46c6131bb145fd47ed9c46ba1f258d gaim-guifications-2.13beta5.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 21:26:35 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:26:35 -0500 Subject: owners owners.epel.list,1.1,1.2 Message-ID: <200612092126.kB9LQZNk018306@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18245 Modified Files: owners.epel.list Log Message: add my packages that got build for epel Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- owners.epel.list 4 Dec 2006 17:15:19 -0000 1.1 +++ owners.epel.list 9 Dec 2006 21:26:05 -0000 1.2 @@ -10,4 +10,11 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! +EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| +EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 21:28:15 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 9 Dec 2006 16:28:15 -0500 Subject: rpms/exim/devel exim.spec,1.33,1.34 Message-ID: <200612092128.kB9LSFUo018338@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18322 Modified Files: Tag: 1 exim.spec Log Message: it's tcp_wrappers-devel now Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- exim.spec 7 Dec 2006 12:17:16 -0000 1.33 +++ exim.spec 9 Dec 2006 21:27:45 -0000 1.34 @@ -48,7 +48,7 @@ Requires: /etc/aliases BuildRequires: db4-devel openssl-devel openldap-devel pam-devel -BuildRequires: lynx pcre-devel sqlite-devel tcp_wrappers +BuildRequires: lynx pcre-devel sqlite-devel tcp_wrappers-devel BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel mysql-devel postgresql-devel BuildRequires: libXaw-devel libXmu-devel libXext-devel libX11-devel libSM-devel BuildRequires: libICE-devel libXpm-devel libXt-devel From fedora-extras-commits at redhat.com Sat Dec 9 21:35:25 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 9 Dec 2006 16:35:25 -0500 Subject: rpms/xfce4-xkb-plugin/FC-6 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xfce4-xkb-plugin.spec, 1.9, 1.10 Message-ID: <200612092135.kB9LZPpH018445@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xkb-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18426 Modified Files: .cvsignore sources xfce4-xkb-plugin.spec Log Message: update to 0.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 5 Oct 2006 13:26:40 -0000 1.6 +++ .cvsignore 9 Dec 2006 21:34:55 -0000 1.7 @@ -1 +1 @@ -xfce4-xkb-plugin-20060923svn.tar.bz2 +xfce4-xkb-plugin-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 5 Oct 2006 13:26:40 -0000 1.6 +++ sources 9 Dec 2006 21:34:55 -0000 1.7 @@ -1 +1 @@ -788a0a93b62fcdd33985a0a4fc5a1b64 xfce4-xkb-plugin-20060923svn.tar.bz2 +17e181017630b073f74a7068467fa86f xfce4-xkb-plugin-0.4.2.tar.gz Index: xfce4-xkb-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/FC-6/xfce4-xkb-plugin.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-xkb-plugin.spec 5 Oct 2006 13:26:40 -0000 1.9 +++ xfce4-xkb-plugin.spec 9 Dec 2006 21:34:55 -0000 1.10 @@ -1,24 +1,20 @@ Name: xfce4-xkb-plugin -Version: 0.3.6 -Release: 0.2.20060923svn%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: XKB layout switcher for the Xfce panel Group: User Interface/Desktops License: BSD -URL: http://xfce-goodies.berlios.de/ -# Source0 was generated with the following commands: -# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin -# tar -cjf xfce4-xkb-plugin-`date +%G%m%d`svn.tar.bz2 xfce4-xkb-plugin -Source0: %{name}-20060923svn.tar.bz2 -#Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel -BuildRequires: gettext -BuildRequires: xfce4-dev-tools >= 4.3.90.2 +BuildRequires: gettext, perl(XML::Parser) # for modular X %if "%{?fedora}" > "4" -BuildRequires: libXt-devel +#BuildRequires: libXt-devel +BuildRequires: xorg-x11-proto-devel %endif Requires: xfce4-panel >= 4.3.99.1 @@ -30,10 +26,9 @@ XF86Config file or some other way (e.g. setxkbmap). %prep -%setup -qn %{name} +%setup -q %build -./autogen.sh %configure --disable-static make %{?_smp_mflags} @@ -55,6 +50,12 @@ %{_datadir}/xfce4/xkb/flags/*.png %changelog +* Sat Dec 09 2006 Christoph Wickert - 0.4.2-1 +- Update to 0.4.2. + +* Fri Dec 01 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1 on Xfce 4.3.99.2. + * Thu Oct 05 2006 Christoph Wickert - 0.3.6-0.2.20060923svn - Bump release for devel checkin. From fedora-extras-commits at redhat.com Sat Dec 9 21:39:18 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:39:18 -0500 Subject: rpms/gaim-guifications/FC-6 gaim-guifications.spec,1.8,1.9 Message-ID: <200612092139.kB9LdIgm018487@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18472 Modified Files: gaim-guifications.spec Log Message: 2.13-0.4.beta5 -- add BR perl(XML::Parser) Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/gaim-guifications.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gaim-guifications.spec 9 Dec 2006 21:23:11 -0000 1.8 +++ gaim-guifications.spec 9 Dec 2006 21:38:48 -0000 1.9 @@ -13,7 +13,7 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta5%{?dist} +Release: 0.4.beta5%{?dist} License: GPL Group: Applications/Internet Url: http://gaim.guifications.org @@ -21,7 +21,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext -BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: perl(XML::Parser) Requires: gaim >= %{gaim_major_ver}.%{gaim_build_minor_ver} %description @@ -53,6 +54,9 @@ %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.4.beta5 +- add BR perl(XML::Parser) + * Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 - apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: - bump From fedora-extras-commits at redhat.com Sat Dec 9 21:45:35 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:45:35 -0500 Subject: rpms/gaim-guifications/devel gaim-guifications.spec,1.8,1.9 Message-ID: <200612092145.kB9LjZTg018615@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18600 Modified Files: gaim-guifications.spec Log Message: 2.13-0.4.beta5 -- add BR perl(XML::Parser) Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/gaim-guifications.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gaim-guifications.spec 9 Dec 2006 21:25:48 -0000 1.8 +++ gaim-guifications.spec 9 Dec 2006 21:45:05 -0000 1.9 @@ -13,7 +13,7 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta5%{?dist} +Release: 0.4.beta5%{?dist} License: GPL Group: Applications/Internet Url: http://gaim.guifications.org @@ -21,7 +21,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext -BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: perl(XML::Parser) Requires: gaim >= %{gaim_major_ver}.%{gaim_build_minor_ver} %description @@ -53,6 +54,9 @@ %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.4.beta5 +- add BR perl(XML::Parser) + * Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 - apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: - bump From fedora-extras-commits at redhat.com Sat Dec 9 22:34:28 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Sat, 9 Dec 2006 17:34:28 -0500 Subject: rpms/gpsd/devel gpsd.spec,1.8,1.9 Message-ID: <200612092234.kB9MYS8I021901@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21884 Modified Files: gpsd.spec Log Message: Gotta rebuild for the new python. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/devel/gpsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gpsd.spec 26 Sep 2006 21:43:41 -0000 1.8 +++ gpsd.spec 9 Dec 2006 22:33:58 -0000 1.9 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,6 +150,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 9 2006 Matthew Truch - 2.33-6 +- Rebuild to pull in new version of python. + * Tue Sep 26 2006 Matthew Truch - 2.33-5 - Remove openmotif requirment, and switch to lesstif. From fedora-extras-commits at redhat.com Sat Dec 9 23:05:32 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 18:05:32 -0500 Subject: rpms/tpb/devel tpb.spec,1.14,1.15 Message-ID: <200612092305.kB9N5WUN025108@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25086 Modified Files: tpb.spec Log Message: Add fix for multiple displays (bug #205719) Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tpb.spec 28 Aug 2006 04:39:40 -0000 1.14 +++ tpb.spec 9 Dec 2006 23:05:02 -0000 1.15 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -11,7 +11,7 @@ Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} x86_64 BuildRequires: xosd-devel >= 2.0.0 BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -37,7 +37,9 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -%{_bindir}/tpb -d +if echo "$DISPLAY" | grep "^:" > /dev/null; then + %{_bindir}/tpb -d +fi EOF # For the initial MAKEDEV at post-install time, and possibly later: @@ -99,6 +101,10 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-6 +- Add fix for multiple displays (bug #205719) +- Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) + * Sun Aug 27 2006 Kevin Fenzi - 0.6.4-5 - Rebuild for fc6 From fedora-extras-commits at redhat.com Sat Dec 9 23:09:45 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 9 Dec 2006 18:09:45 -0500 Subject: rpms/clisp/devel clisp.spec,1.22,1.23 Message-ID: <200612092309.kB9N9jII025174@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25159 Modified Files: clisp.spec Log Message: disable berkeley db support for now Index: clisp.spec =================================================================== RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- clisp.spec 9 Dec 2006 13:56:42 -0000 1.22 +++ clisp.spec 9 Dec 2006 23:09:15 -0000 1.23 @@ -1,15 +1,21 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.41 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: GPL URL: http://clisp.cons.org Source: http://download.sourceforge.net/clisp/clisp-2.41.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: readline-devel, gettext, pcre-devel, postgresql-devel -BuildRequires: libsigsegv-devel, db4-devel, zlib-devel +BuildRequires: readline-devel +BuildRequires: gettext +BuildRequires: pcre-devel +BuildRequires: postgresql-devel +BuildRequires: libsigsegv-devel +# no berkeley db until fixed for new version +#BuildRequires: db4-devel +BuildRequires: zlib-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -56,14 +62,17 @@ %prep %setup -q +# enforced stack size seems to be too small +sed -i "s|ulimit -s 8192|ulimit -s unlimited|" configure %build +# no berkeley db until fixed for new version +# --with-module=berkeley-db CFLAGS="" ./configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --fsstnd=redhat \ --with-dynamic-ffi \ - --with-module=berkeley-db \ --with-module=clx/new-clx \ --with-module=pcre \ --with-module=postgresql \ @@ -129,6 +138,9 @@ %changelog +* Sat Dec 9 2006 Gerard Milmeister - 2.41-3 +- rebuild without berkeley-db for now + * Fri Oct 13 2006 Gerard Milmeister - 2.41-1 - new version 2.41 From fedora-extras-commits at redhat.com Sat Dec 9 23:41:24 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:24 -0500 Subject: rpms/search4files - New directory Message-ID: <200612092341.kB9NfOmA025426@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25422/search4files Log Message: Directory /cvs/extras/rpms/search4files added to the repository From fedora-extras-commits at redhat.com Sat Dec 9 23:41:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:29 -0500 Subject: rpms/search4files/devel - New directory Message-ID: <200612092341.kB9NfTO6025439@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25422/search4files/devel Log Message: Directory /cvs/extras/rpms/search4files/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 9 23:41:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:43 -0500 Subject: rpms/search4files Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612092341.kB9Nfhlq025469@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25463 Added Files: Makefile import.log Log Message: Setup of module search4files --- NEW FILE Makefile --- # Top level Makefile for module search4files all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 9 23:41:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:49 -0500 Subject: rpms/search4files/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612092341.kB9Nfn4Z025484@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25463/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module search4files --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 9 23:42:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:42:45 -0500 Subject: rpms/search4files import.log,1.1,1.2 Message-ID: <200612092342.kB9NgjV8025554@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25523 Modified Files: import.log Log Message: auto-import search4files-0.1c-2 on branch devel from search4files-0.1c-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/search4files/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Dec 2006 23:41:43 -0000 1.1 +++ import.log 9 Dec 2006 23:42:15 -0000 1.2 @@ -0,0 +1 @@ +search4files-0_1c-2:HEAD:search4files-0.1c-2.src.rpm:1165708030 From fedora-extras-commits at redhat.com Sat Dec 9 23:42:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:42:45 -0500 Subject: rpms/search4files/devel search4files.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612092342.kB9NgjiF025558@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25523/devel Modified Files: .cvsignore sources Added Files: search4files.spec Log Message: auto-import search4files-0.1c-2 on branch devel from search4files-0.1c-2.src.rpm --- NEW FILE search4files.spec --- Name: search4files Version: 0.1c Release: 2%{?dist} Summary: A handy file search tool Group: Applications/File License: GPL URL: http://software.twotoasts.de/?page=search4files Source0: http://software.twotoasts.de/media/%{name}/%{name}%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade Requires: pyxdg # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find # search engine and icon Requires: beagle # commands dependency and icons # Nautilus pulls libgnome Requires: nautilus %description A handy file search tool using different backends which is configurable via the command line. This program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line. %prep %setup -q -n %{name}%{version} %build # some configulation change %{__sed} -i.misc \ -e 's|666|644|' \ -e 's|install |%{__install} -c -p |' \ -e 's|\([^ \t][^ \t]*\).glade|-m 644 \1.glade|' \ -e 's|pyc|py|' \ Makefile.in %{__sed} -i.byte \ -e 's|pyc|py|' \ search4files.in %{__sed} -i.engine \ -e 's|Nautilus|nautilus|' \ search4files.py # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} %install %{__rm} -rf $RPM_BUILD_ROOT # "make install" calls "make all", so # executing "make" in %%build stage makes no sense # at all. # %%{__smp_mflags} does nothing for this makefile %{__make} install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --delete-original \ --vendor fedora \ --remove-category Application \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG COPYING README %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/%{name}/ %changelog * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo * Fri Dec 8 2006 Mamoru Tasaka 0.1c-1 - Initial packaging to import to Fedora Extras. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Dec 2006 23:41:49 -0000 1.1 +++ .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 @@ -0,0 +1 @@ +search4files0.1c.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Dec 2006 23:41:49 -0000 1.1 +++ sources 9 Dec 2006 23:42:15 -0000 1.2 @@ -0,0 +1 @@ +d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 23:55:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 18:55:50 -0500 Subject: rpms/tpb/devel tpb.spec,1.15,1.16 Message-ID: <200612092355.kB9NtoTT025666@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25644 Modified Files: tpb.spec Log Message: Fix quoting issue with multiple display fix. Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- tpb.spec 9 Dec 2006 23:05:02 -0000 1.15 +++ tpb.spec 9 Dec 2006 23:55:20 -0000 1.16 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -37,7 +37,7 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -if echo "$DISPLAY" | grep "^:" > /dev/null; then +if echo "\$DISPLAY" | grep "^:" > /dev/null; then %{_bindir}/tpb -d fi EOF @@ -101,6 +101,9 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-7 +- Fix quoting issue with multiple display fix. + * Sat Dec 9 2006 Kevin Fenzi - 0.6.4-6 - Add fix for multiple displays (bug #205719) - Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) From fedora-extras-commits at redhat.com Sat Dec 9 23:58:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 18:58:49 -0500 Subject: rpms/python-paste-script/devel python-paste-script.spec,1.5,1.6 Message-ID: <200612092358.kB9NwnIU025772@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25752 Modified Files: python-paste-script.spec Log Message: python 2.5 fixes Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paste-script.spec 9 Dec 2006 20:38:19 -0000 1.5 +++ python-paste-script.spec 9 Dec 2006 23:58:19 -0000 1.6 @@ -1,8 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste-script Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT @@ -52,13 +53,14 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/PasteScript-%{version}-py2.4* +%{python_sitelib}/PasteScript-%{version}-py%{pyver}.egg-info %{_bindir}/paster %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-2 +* Sat Dec 9 2006 Luke Macken - 1.0-3 - Add python-devel to BuildRequires +- Python 2.5 fixes - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.8-1 From fedora-extras-commits at redhat.com Sun Dec 10 00:00:13 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 19:00:13 -0500 Subject: owners owners.list,1.2090,1.2091 Message-ID: <200612100000.kBA00DBu025845@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25830 Modified Files: owners.list Log Message: add search4files Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2090 retrieving revision 1.2091 diff -u -r1.2090 -r1.2091 --- owners.list 9 Dec 2006 21:22:43 -0000 1.2090 +++ owners.list 9 Dec 2006 23:59:43 -0000 1.2091 @@ -2215,6 +2215,7 @@ Fedora Extras|sdparm|List or change SCSI/SATA disk parameters|terjeros at phys.ntnu.no|extras-qa at fedoraproject.org| Fedora Extras|seahorse|GNOME2 interface for gnupg|skvidal at phy.duke.edu|extras-qa at fedoraproject.org| Fedora Extras|seamonkey|Web browser, e-mail, news, IRC client, HTML editor|kengert at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|search4files|A handy file search tool|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|sec|Simple Event Correlator|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|seq24|Real-time midi sequencer|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ser|SIP Express Router|andreas at bawue.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 00:12:35 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Sat, 9 Dec 2006 19:12:35 -0500 Subject: rpms/python-vobject/devel python-vobject.spec,1.5,1.6 Message-ID: <200612100012.kBA0CZIf028988@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/rpms/python-vobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28973 Modified Files: python-vobject.spec Log Message: 0.4.4-2 Index: python-vobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/python-vobject.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-vobject.spec 26 Nov 2006 22:41:38 -0000 1.5 +++ python-vobject.spec 10 Dec 2006 00:12:05 -0000 1.6 @@ -2,7 +2,7 @@ Name: python-vobject Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-dateutil @@ -73,6 +74,9 @@ %{python_sitelib}/vobject*egg-info %changelog +* Sat Dec 09 2006 James Bowes - 0.4.4-2 +- Add BR: python-devel + * Sun Nov 26 2006 James Bowes - 0.4.4-1 - New version released. From fedora-extras-commits at redhat.com Sun Dec 10 00:20:31 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 19:20:31 -0500 Subject: rpms/tpb/FC-6 tpb.spec,1.14,1.15 Message-ID: <200612100020.kBA0KVrd029134@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29117 Modified Files: tpb.spec Log Message: Add fix for multiple displays (bug #205719) Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/FC-6/tpb.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tpb.spec 28 Aug 2006 04:39:40 -0000 1.14 +++ tpb.spec 10 Dec 2006 00:20:01 -0000 1.15 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -11,7 +11,7 @@ Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} x86_64 BuildRequires: xosd-devel >= 2.0.0 BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -37,7 +37,9 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -%{_bindir}/tpb -d +if echo "\$DISPLAY" | grep "^:" > /dev/null; then + %{_bindir}/tpb -d +fi EOF # For the initial MAKEDEV at post-install time, and possibly later: @@ -99,6 +101,10 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-6 +- Add fix for multiple displays (bug #205719) +- Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) + * Sun Aug 27 2006 Kevin Fenzi - 0.6.4-5 - Rebuild for fc6 From fedora-extras-commits at redhat.com Sun Dec 10 00:21:07 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 19:21:07 -0500 Subject: rpms/python-paste-script/devel python-paste-script.spec,1.6,1.7 Message-ID: <200612100021.kBA0L7YO029193@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29174 Modified Files: python-paste-script.spec Log Message: actually fix it this time Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-paste-script.spec 9 Dec 2006 23:58:19 -0000 1.6 +++ python-paste-script.spec 10 Dec 2006 00:20:37 -0000 1.7 @@ -3,7 +3,7 @@ Name: python-paste-script Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT @@ -53,12 +53,12 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/PasteScript-%{version}-py%{pyver}.egg-info +%{python_sitelib}/PasteScript-%{version}-py%{pyver}* %{_bindir}/paster %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-3 +* Sat Dec 9 2006 Luke Macken - 1.0-4 - Add python-devel to BuildRequires - Python 2.5 fixes - 1.0 From fedora-extras-commits at redhat.com Sun Dec 10 00:34:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 19:34:12 -0500 Subject: rpms/tpb/FC-5 tpb.spec,1.11,1.12 Message-ID: <200612100034.kBA0YCm4029287@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29272 Modified Files: tpb.spec Log Message: Add fix for multiple displays (bug #205719) Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/FC-5/tpb.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tpb.spec 12 Mar 2006 12:02:26 -0000 1.11 +++ tpb.spec 10 Dec 2006 00:33:42 -0000 1.12 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -11,7 +11,7 @@ Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} x86_64 BuildRequires: xosd-devel >= 2.0.0 BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -37,7 +37,9 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -%{_bindir}/tpb -d +if echo "\$DISPLAY" | grep "^:" > /dev/null; then + %{_bindir}/tpb -d +fi EOF # For the initial MAKEDEV at post-install time, and possibly later: @@ -99,6 +101,10 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-4 +- Add fix for multiple displays (bug #205719) +- Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) + * Sun Mar 12 2006 Ville Skytt?? - 0.6.4-3 - Rebuild. From fedora-extras-commits at redhat.com Sun Dec 10 01:33:19 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 20:33:19 -0500 Subject: rpms/ssmtp/devel ssmtp.spec,1.5,1.6 Message-ID: <200612100133.kBA1XJS8001327@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1305 Modified Files: ssmtp.spec Log Message: fix typo in changelog Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/devel/ssmtp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ssmtp.spec 8 Dec 2006 00:09:53 -0000 1.5 +++ ssmtp.spec 10 Dec 2006 01:32:49 -0000 1.6 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -111,11 +111,13 @@ %changelog +* Sun Dec 10 2006 lonely wolf 2.61-11.1 +- fix double %%changelog entry + * Fri Dec 08 2006 lonely wolf 2.61-11 - fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) - include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) -%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sun Dec 10 01:34:54 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 20:34:54 -0500 Subject: rpms/ssmtp/FC-5 ssmtp.spec,1.3,1.4 Message-ID: <200612100134.kBA1Ysj8001391@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1371 Modified Files: ssmtp.spec Log Message: fix typo in changelog Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-5/ssmtp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ssmtp.spec 9 Dec 2006 17:50:17 -0000 1.3 +++ ssmtp.spec 10 Dec 2006 01:34:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -111,11 +111,13 @@ %changelog +* Sun Dec 10 2006 lonely wolf 2.61-11.1 +- fix double %%changelog entry + * Fri Dec 08 2006 lonely wolf 2.61-11 - fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) - include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) -%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sun Dec 10 01:35:46 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 9 Dec 2006 20:35:46 -0500 Subject: rpms/perl-Module-Pluggable/devel .cvsignore, 1.4, 1.5 perl-Module-Pluggable.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612100135.kBA1Zk08001419@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Pluggable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1398 Modified Files: .cvsignore perl-Module-Pluggable.spec sources Log Message: Update to 3.4. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Jul 2006 23:26:22 -0000 1.4 +++ .cvsignore 10 Dec 2006 01:35:16 -0000 1.5 @@ -1 +1 @@ -Module-Pluggable-3.1.tar.gz +Module-Pluggable-3.4.tar.gz Index: perl-Module-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/perl-Module-Pluggable.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Module-Pluggable.spec 17 Sep 2006 20:53:54 -0000 1.4 +++ perl-Module-Pluggable.spec 10 Dec 2006 01:35:16 -0000 1.5 @@ -1,8 +1,8 @@ -%define module_version 3.1 +%define module_version 3.4 Name: perl-Module-Pluggable -Version: 3.10 -Release: 2%{?dist} +Version: 3.40 +Release: 1%{?dist} Summary: Automatically give your module the ability to have plugins License: GPL or Artistic Group: Development/Libraries @@ -31,7 +31,7 @@ ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test @@ -46,6 +46,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Steven Pritchard 3.40-1 +- Update to 3.4. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 3.10-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Jul 2006 23:26:22 -0000 1.4 +++ sources 10 Dec 2006 01:35:16 -0000 1.5 @@ -1 +1 @@ -4ca7144b4a0da45bed0ab986c187f328 Module-Pluggable-3.1.tar.gz +33a505c7cdb3627c3fbc1f267078733f Module-Pluggable-3.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 01:42:34 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 20:42:34 -0500 Subject: rpms/ssmtp/FC-6 ssmtp.spec,1.3,1.4 Message-ID: <200612100142.kBA1gYmP001491@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1474 Modified Files: ssmtp.spec Log Message: fix typo in changelog Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-6/ssmtp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ssmtp.spec 9 Dec 2006 17:54:50 -0000 1.3 +++ ssmtp.spec 10 Dec 2006 01:42:03 -0000 1.4 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -111,11 +111,13 @@ %changelog +* Sun Dec 10 2006 lonely wolf 2.61-11.1 +- fix double %%changelog entry + * Fri Dec 08 2006 lonely wolf 2.61-11 - fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) - include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) -%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sun Dec 10 01:47:37 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 9 Dec 2006 20:47:37 -0500 Subject: rpms/perl-Pod-Readme/devel .cvsignore, 1.2, 1.3 perl-Pod-Readme.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612100147.kBA1lbEE001637@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Pod-Readme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1611 Modified Files: .cvsignore perl-Pod-Readme.spec sources Log Message: Update to 0.09. Use fixperms macro instead of our own chmod incantation. BR: Regexp::Common. Switch back to using Module::Build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 May 2006 20:23:54 -0000 1.2 +++ .cvsignore 10 Dec 2006 01:47:07 -0000 1.3 @@ -1 +1 @@ -Pod-Readme-0.081.tar.gz +Pod-Readme-0.09.tar.gz Index: perl-Pod-Readme.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/perl-Pod-Readme.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Pod-Readme.spec 17 Sep 2006 20:59:27 -0000 1.3 +++ perl-Pod-Readme.spec 10 Dec 2006 01:47:07 -0000 1.4 @@ -1,14 +1,17 @@ +%define module_version 0.09 + Name: perl-Pod-Readme -Version: 0.081 -Release: 3%{?dist} +Version: 0.090 +Release: 1%{?dist} Summary: Convert POD to README file License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-Readme/ -Source0: http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{module_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -#BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Regexp::Common) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Portability::Files) @@ -26,27 +29,23 @@ markup for generating README files. %prep -%setup -q -n Pod-Readme-%{version} +%setup -q -n Pod-Readme-%{module_version} %build -#%{__perl} Build.PL installdirs=vendor -%{__perl} Makefile.PL INSTALLDIRS=vendor -#./Build -make +%{__perl} Build.PL installdirs=vendor +./Build %install rm -rf $RPM_BUILD_ROOT -#./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check -#DEVEL_TESTS=1 ./Build test -DEVEL_TESTS=1 make test +DEVEL_TESTS=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,12 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Steven Pritchard 0.090-1 +- Update to 0.09. +- Use fixperms macro instead of our own chmod incantation. +- BR: Regexp::Common. +- Switch back to using Module::Build. + * Sat Sep 16 2006 Steven Pritchard 0.081-3 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 May 2006 20:23:54 -0000 1.2 +++ sources 10 Dec 2006 01:47:07 -0000 1.3 @@ -1 +1 @@ -ea05b9a09ad65fbbc1864ef3b2396e64 Pod-Readme-0.081.tar.gz +6f7f2a4c4a74ba50b2aa561fa753d85c Pod-Readme-0.09.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 01:51:58 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 9 Dec 2006 20:51:58 -0500 Subject: rpms/perl-Test-Base/devel .cvsignore, 1.3, 1.4 perl-Test-Base.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612100151.kBA1pwkB001763@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Test-Base/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1744 Modified Files: .cvsignore perl-Test-Base.spec sources Log Message: Update to 0.53. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Base/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Jul 2006 01:15:38 -0000 1.3 +++ .cvsignore 10 Dec 2006 01:51:28 -0000 1.4 @@ -1 +1 @@ -Test-Base-0.52.tar.gz +Test-Base-0.53.tar.gz Index: perl-Test-Base.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Base/devel/perl-Test-Base.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Base.spec 17 Sep 2006 22:26:27 -0000 1.4 +++ perl-Test-Base.spec 10 Dec 2006 01:51:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Test-Base -Version: 0.52 -Release: 2%{?dist} +Version: 0.53 +Release: 1%{?dist} Summary: Data Driven Testing Framework License: GPL or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -51,6 +51,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Steven Pritchard 0.53-1 +- Update to 0.53. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.52-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Base/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Jul 2006 01:15:38 -0000 1.3 +++ sources 10 Dec 2006 01:51:28 -0000 1.4 @@ -1 +1 @@ -55869e86efb4634717911cdb4044b7ab Test-Base-0.52.tar.gz +df7518b1b3df82f446ee36e4ce063f18 Test-Base-0.53.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 02:33:44 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 9 Dec 2006 21:33:44 -0500 Subject: rpms/Django/devel Django.spec,1.2,1.3 Message-ID: <200612100233.kBA2Xi6I005043@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/Django/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5028 Modified Files: Django.spec Log Message: Add missing BR on python-devel Index: Django.spec =================================================================== RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Django.spec 9 Dec 2006 17:29:29 -0000 1.2 +++ Django.spec 10 Dec 2006 02:33:14 -0000 1.3 @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel # Note: No longer required in development version > 0.95 BuildRequires: python-setuptools #Requires: @@ -76,6 +77,9 @@ %{_datadir}/%{name} %changelog +* Sat Dec 9 2006 Michel Salim - 0.95-3 +- Add BR on python-devel + * Sat Dec 9 2006 Michel Salim - 0.95-2 - Rebuild for development branch From fedora-extras-commits at redhat.com Sun Dec 10 02:35:15 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 9 Dec 2006 21:35:15 -0500 Subject: rpms/Django/devel Django.spec,1.3,1.4 Message-ID: <200612100235.kBA2ZFoV005094@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/Django/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5079 Modified Files: Django.spec Log Message: Bump up release number Index: Django.spec =================================================================== RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Django.spec 10 Dec 2006 02:33:14 -0000 1.3 +++ Django.spec 10 Dec 2006 02:34:45 -0000 1.4 @@ -3,7 +3,7 @@ Name: Django Version: 0.95 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level Python Web framework Group: Development/Languages From fedora-extras-commits at redhat.com Sun Dec 10 03:10:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:10:41 -0500 Subject: rpms/python-paste-deploy/devel .cvsignore, 1.3, 1.4 python-paste-deploy.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612100310.kBA3Af8S008415@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8396 Modified Files: .cvsignore python-paste-deploy.spec sources Log Message: v1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Sep 2006 18:47:28 -0000 1.3 +++ .cvsignore 10 Dec 2006 03:10:11 -0000 1.4 @@ -1 +1 @@ -PasteDeploy-0.9.6.tar.gz +PasteDeploy-1.0.tar.gz Index: python-paste-deploy.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/python-paste-deploy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-paste-deploy.spec 17 Sep 2006 18:47:28 -0000 1.3 +++ python-paste-deploy.spec 10 Dec 2006 03:10:11 -0000 1.4 @@ -1,7 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste-deploy -Version: 0.9.6 +Version: 1.0 Release: 1%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries @@ -45,11 +46,14 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/PasteDeploy-%{version}-py2.4* +%{python_sitelib}/PasteDeploy-%{version}-py%{pyver}* %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.6-1 - 0.9.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Sep 2006 18:47:28 -0000 1.3 +++ sources 10 Dec 2006 03:10:11 -0000 1.4 @@ -1 +1 @@ -28cd2c9793a93c6361e46a5094eb1bde PasteDeploy-0.9.6.tar.gz +b0811db173b4efe92e3e7080a818ec99 PasteDeploy-1.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:15:42 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:15:42 -0500 Subject: rpms/python-paste/devel .cvsignore, 1.3, 1.4 python-paste.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612100315.kBA3FgV1008516@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8497 Modified Files: .cvsignore python-paste.spec sources Log Message: 1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Sep 2006 01:05:24 -0000 1.3 +++ .cvsignore 10 Dec 2006 03:15:12 -0000 1.4 @@ -1 +1 @@ -Paste-0.9.8.1.tar.gz +Paste-1.0.tar.gz Index: python-paste.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/python-paste.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-paste.spec 18 Sep 2006 01:05:24 -0000 1.3 +++ python-paste.spec 10 Dec 2006 03:15:12 -0000 1.4 @@ -1,7 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste -Version: 0.9.8.1 +Version: 1.0 Release: 1%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries @@ -55,10 +56,13 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/Paste-%{version}-py2.4* +%{python_sitelib}/Paste-%{version}-py%{pyver}* %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.8.1-1 - 0.9.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Sep 2006 01:05:24 -0000 1.3 +++ sources 10 Dec 2006 03:15:12 -0000 1.4 @@ -1 +1 @@ -fc780aca1818d36c510416dc234e06e8 Paste-0.9.8.1.tar.gz +d000bba7779d8540e3a1d18bce452cc9 Paste-1.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:25:07 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:25:07 -0500 Subject: rpms/python-paste-deploy/devel python-paste-deploy.spec,1.4,1.5 Message-ID: <200612100325.kBA3P7vS008707@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8638 Modified Files: python-paste-deploy.spec Log Message: add python-devel to BuildRequires Index: python-paste-deploy.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/python-paste-deploy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paste-deploy.spec 10 Dec 2006 03:10:11 -0000 1.4 +++ python-paste-deploy.spec 10 Dec 2006 03:24:37 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-paste-deploy Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries License: MIT @@ -11,7 +11,7 @@ Source0: http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-paste %description @@ -51,7 +51,8 @@ %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-1 +* Sat Dec 9 2006 Luke Macken - 1.0-2 +- Add python-devel to BuildRequires - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.6-1 From fedora-extras-commits at redhat.com Sun Dec 10 03:25:34 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:25:34 -0500 Subject: rpms/python-nose/devel python-nose.spec,1.3,1.4 Message-ID: <200612100325.kBA3PYWM008751@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-nose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8689/devel Modified Files: python-nose.spec Log Message: rebuild for new python Index: python-nose.spec =================================================================== RCS file: /cvs/extras/rpms/python-nose/devel/python-nose.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-nose.spec 24 Nov 2006 07:43:28 -0000 1.3 +++ python-nose.spec 10 Dec 2006 03:25:04 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-nose Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A discovery-based unittest extension for Python Group: Development/Languages @@ -44,6 +44,9 @@ %{python_sitelib}/nose %changelog +* Sat Dec 9 2006 Luke Macken 0.9.1-2 +- Rebuild for python 2.5 + * Fri Nov 24 2006 Luke Macken 0.9.1-1 - 0.9.1 From fedora-extras-commits at redhat.com Sun Dec 10 03:27:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:27:00 -0500 Subject: rpms/python-paste/devel python-paste.spec,1.4,1.5 Message-ID: <200612100327.kBA3R09Y008825@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8807 Modified Files: python-paste.spec Log Message: add python-devel to BuildRequires Index: python-paste.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/python-paste.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paste.spec 10 Dec 2006 03:15:12 -0000 1.4 +++ python-paste.spec 10 Dec 2006 03:26:30 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-paste Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries License: MIT @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description These provide several pieces of "middleware" (or filters) that can be nested @@ -60,7 +60,8 @@ %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-1 +* Sat Dec 9 2006 Luke Macken - 1.0-2 +- Add python-devel to BuildRequires - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.8.1-1 From fedora-extras-commits at redhat.com Sun Dec 10 03:28:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:28:32 -0500 Subject: rpms/kipi-plugins/devel kipi-plugins.spec,1.22,1.23 Message-ID: <200612100328.kBA3SWL3008917@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8886 Modified Files: kipi-plugins.spec Log Message: -BR: libkexif-devel +BR: libkipi-devel > 0.1.5 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- kipi-plugins.spec 5 Dec 2006 18:40:38 -0000 1.22 +++ kipi-plugins.spec 10 Dec 2006 03:28:02 -0000 1.23 @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: libkipi-devel +BuildRequires: libkipi-devel >= 0.1.5 BuildRequires: kdelibs-devel BuildRequires: exiv2-devel # ipod support currently busted, omit, for now. -- Rex @@ -27,8 +27,6 @@ BuildRequires: libtiff-devel ## kameraklient plugin BuildRequires: gphoto2-devel -## jpeglossless plugin -BuildRequires: libkexif-devel ## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel From fedora-extras-commits at redhat.com Sun Dec 10 03:29:20 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:29:20 -0500 Subject: rpms/python-myghty/devel python-myghty.spec,1.9,1.10 Message-ID: <200612100329.kBA3TKbC008945@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8925 Modified Files: python-myghty.spec Log Message: rebuild for python 2.5 Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/python-myghty.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-myghty.spec 18 Oct 2006 05:12:08 -0000 1.9 +++ python-myghty.spec 10 Dec 2006 03:28:50 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-myghty Version: 1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description Myghty is a Python based web and templating framework originally based on @@ -48,6 +48,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken 1.1-2 +- Rebuild for python 2.5 + * Wed Oct 18 2006 Luke Macken 1.1-1 - 1.1 From fedora-extras-commits at redhat.com Sun Dec 10 03:31:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:31:07 -0500 Subject: owners owners.epel.list,1.2,1.3 Message-ID: <200612100331.kBA3V7UR009012@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8993 Modified Files: owners.epel.list Log Message: +qt4 Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- owners.epel.list 9 Dec 2006 21:26:05 -0000 1.2 +++ owners.epel.list 10 Dec 2006 03:30:37 -0000 1.3 @@ -16,5 +16,6 @@ EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 03:33:53 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:33:53 -0500 Subject: rpms/python-mechanize/devel .cvsignore, 1.2, 1.3 python-mechanize.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612100333.kBA3Xr1G009072@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-mechanize/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9053 Modified Files: .cvsignore python-mechanize.spec sources Log Message: 0.1.5b Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mechanize/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 May 2006 21:08:38 -0000 1.2 +++ .cvsignore 10 Dec 2006 03:33:23 -0000 1.3 @@ -1 +1 @@ -mechanize-0.1.1a.tar.gz +mechanize-0.1.5b.tar.gz Index: python-mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/python-mechanize/devel/python-mechanize.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-mechanize.spec 3 Sep 2006 21:15:02 -0000 1.4 +++ python-mechanize.spec 10 Dec 2006 03:33:23 -0000 1.5 @@ -1,18 +1,20 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%define _ver 0.1.5b + Name: python-mechanize -Version: 0.1.1a -Release: 5%{?dist} +Version: 0.1.5 +Release: 0.1.b%{?dist} Summary: Stateful programmatic web browsing Group: System Environment/Libraries License: BSD URL: http://wwwsearch.sourceforge.net/mechanize -Source0: http://wwwsearch.sourceforge.net/mechanize/src/mechanize-%{version}.tar.gz +Source0: http://wwwsearch.sourceforge.net/mechanize/src/mechanize-%{_ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-clientform @@ -35,7 +37,7 @@ %prep -%setup -q -n mechanize-%{version} +%setup -q -n mechanize-%{_ver} %build @@ -59,6 +61,10 @@ %changelog +* Fri Nov 24 2006 Luke Macken - 0.1.5-0.1.b +- Rebuild for python 2.5 +- 0.1.5b + * Sun Sep 3 2006 Luke Macken - 0.1.1a-5 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mechanize/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 May 2006 21:08:38 -0000 1.2 +++ sources 10 Dec 2006 03:33:23 -0000 1.3 @@ -1 +1 @@ -23259f64e065a5c49b8fea233fe31f0c mechanize-0.1.1a.tar.gz +d461dc4c2a9b050ff1e684e65068d25a mechanize-0.1.5b.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:36:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:36:07 -0500 Subject: rpms/gtk-qt-engine/devel gtk-qt-engine-svn.sh, NONE, 1.1 gtk-qt-engine.spec, 1.25, 1.26 gtk-qt-engine-cvs.sh, 1.1, NONE Message-ID: <200612100336.kBA3a7TI009154@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9136 Modified Files: gtk-qt-engine.spec Added Files: gtk-qt-engine-svn.sh Removed Files: gtk-qt-engine-cvs.sh Log Message: drop dfi bits new svn script --- NEW FILE gtk-qt-engine-svn.sh --- #!/bin/sh DATE=$(date +%Y%m%d) MODULE="$(basename $0 -svn.sh)" SVNROOT=http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/gtk-qt-engine set -x rm -rf $MODULE svn export $SVNROOT $MODULE/ ## tar it up tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE ## cleanup rm -rf $MODULE Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/gtk-qt-engine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gtk-qt-engine.spec 29 Aug 2006 17:59:31 -0000 1.25 +++ gtk-qt-engine.spec 10 Dec 2006 03:35:37 -0000 1.26 @@ -25,9 +25,8 @@ #Patch2349: Patch2: gtk-qt-engine-dt.patch -BuildRequires: desktop-file-utils BuildRequires: gettext -BuildRequires: gtk2-devel >= 2.2 +BuildRequires: gtk2-devel BuildRequires: libbonoboui-devel BuildRequires: qt-devel BuildRequires: kdelibs-devel @@ -66,11 +65,6 @@ # locale's %find_lang gtkqtengine || touch gtkqtengine.lang -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - # Unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/menu rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Settings/LookNFeel/kcmgtk.desktop --- gtk-qt-engine-cvs.sh DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 03:37:03 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:37:03 -0500 Subject: rpms/python-json/devel python-json.spec,1.3,1.4 Message-ID: <200612100337.kBA3b36R009195@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-json/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165 Modified Files: python-json.spec Log Message: rebuild for python 2.5 Index: python-json.spec =================================================================== RCS file: /cvs/extras/rpms/python-json/devel/python-json.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-json.spec 8 Sep 2006 06:56:33 -0000 1.3 +++ python-json.spec 10 Dec 2006 03:36:33 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-json Version: 3.4 %define version_munge %(sed 's/\\./_/g' <<< %{version}) -Release: 2%{?dist} +Release: 3%{?dist} Summary: A JSON reader and writer for Python Group: Development/Languages @@ -44,6 +44,9 @@ %{python_sitelib}/*.py[co] %changelog +* Sat Dec 9 2006 Luke Macken 3.4-3 +- Rebuild for python 2.5 + * Fri Sep 8 2006 Luke Macken 3.4-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sun Dec 10 03:38:33 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:38:33 -0500 Subject: rpms/python-irclib/devel python-irclib.spec,1.4,1.5 Message-ID: <200612100338.kBA3cX8Q009274@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-irclib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9254 Modified Files: python-irclib.spec Log Message: rebuild for python 2.5 Index: python-irclib.spec =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/python-irclib.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-irclib.spec 3 Sep 2006 21:12:32 -0000 1.4 +++ python-irclib.spec 10 Dec 2006 03:38:03 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-irclib Version: 0.4.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -11,7 +11,7 @@ Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python python-devel BuildArch: noarch %description @@ -40,6 +40,9 @@ %{python_sitelib}/*.py* %changelog +* Sat Dec 9 2006 Luke Macken 0.4.6-3 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Luke Macken 0.4.6-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sun Dec 10 03:39:46 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:39:46 -0500 Subject: rpms/python-formencode/devel python-formencode.spec,1.10,1.11 Message-ID: <200612100339.kBA3dk1u009360@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-formencode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9330 Modified Files: python-formencode.spec Log Message: rebuild for python 2.5 Index: python-formencode.spec =================================================================== RCS file: /cvs/extras/rpms/python-formencode/devel/python-formencode.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-formencode.spec 3 Nov 2006 08:48:36 -0000 1.10 +++ python-formencode.spec 10 Dec 2006 03:39:16 -0000 1.11 @@ -3,7 +3,7 @@ Name: python-formencode Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTML form validation, generation, and convertion package Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description @@ -47,6 +47,9 @@ %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 9 2006 Luke Macken 0.6-3 +- Rebuild for python 2.5 + * Fri Nov 3 2006 Luke Macken 0.6-2 - Rebuild From fedora-extras-commits at redhat.com Sun Dec 10 03:41:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:41:21 -0500 Subject: rpms/python-configobj/devel python-configobj.spec,1.4,1.5 Message-ID: <200612100341.kBA3fLjG009440@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-configobj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9416 Modified Files: python-configobj.spec Log Message: rebuild for python 2.5 Index: python-configobj.spec =================================================================== RCS file: /cvs/extras/rpms/python-configobj/devel/python-configobj.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-configobj.spec 3 Sep 2006 21:08:22 -0000 1.4 +++ python-configobj.spec 10 Dec 2006 03:40:51 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-configobj Version: 4.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description ConfigObj is a simple but powerful config file reader and writer: an ini file @@ -61,6 +61,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 4.3.2-6 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Luke Macken - 4.3.2-5 - Fix dist tag From fedora-extras-commits at redhat.com Sun Dec 10 03:43:45 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:43:45 -0500 Subject: rpms/python-clientform/devel .cvsignore, 1.3, 1.4 python-clientform.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612100343.kBA3hjl2009557@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-clientform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9510 Modified Files: .cvsignore python-clientform.spec sources Log Message: 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 May 2006 14:06:32 -0000 1.3 +++ .cvsignore 10 Dec 2006 03:43:15 -0000 1.4 @@ -1 +1 @@ -ClientForm-0.2.2.tar.gz +ClientForm-0.2.5.tar.gz Index: python-clientform.spec =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-clientform.spec 3 Sep 2006 21:05:42 -0000 1.10 +++ python-clientform.spec 10 Dec 2006 03:43:15 -0000 1.11 @@ -1,8 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-clientform -Version: 0.2.2 -Release: 6%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -44,9 +45,12 @@ %{python_sitelib}/ClientForm.py %{python_sitelib}/ClientForm.pyc %{python_sitelib}/ClientForm.pyo -%{python_sitelib}/ClientForm-%{version}-py2.4.egg-info +%{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 9 2006 Luke Macken 0.2.5-1 +- 0.2.5 + * Sun Sep 3 2006 Luke Macken 0.2.2-6 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 May 2006 14:06:32 -0000 1.3 +++ sources 10 Dec 2006 03:43:15 -0000 1.4 @@ -1 +1 @@ -2aaff3f85450120b0d3875a221b3cc6e ClientForm-0.2.2.tar.gz +3428e5047d657f303aaca6e228fb905e ClientForm-0.2.5.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:44:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:44:02 -0500 Subject: rpms/gpa/devel gpa.spec,1.12,1.13 Message-ID: <200612100344.kBA3i29a009598@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9535 Modified Files: gpa.spec Log Message: drop dfi bits Index: gpa.spec =================================================================== RCS file: /cvs/extras/rpms/gpa/devel/gpa.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gpa.spec 7 Sep 2006 20:00:27 -0000 1.12 +++ gpa.spec 10 Dec 2006 03:43:32 -0000 1.13 @@ -18,7 +18,6 @@ BuildRequires: gtk2-devel BuildRequires: zlib-devel -BuildRequires: desktop-file-utils BuildRequires: gpgme-devel >= 1.1.1 BuildRequires: gettext @@ -46,12 +45,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --vendor="fedora" --add-category="X-Fedora" \ - --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - install -p -m644 -D gpa.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gpa.png rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/gpa.png From fedora-extras-commits at redhat.com Sun Dec 10 03:52:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:52:57 -0500 Subject: rpms/kmymoney2/devel kmymoney2.spec,1.17,1.18 Message-ID: <200612100352.kBA3qvcZ009672@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kmymoney2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9657 Modified Files: kmymoney2.spec Log Message: * Tue Nov 28 2006 Rex Dieter 0.8.5-2 - drop desktop-file-utils bits - Ob/Pr: kmymoney(-devel), upstream/rpmforge calls it kmymoney Index: kmymoney2.spec =================================================================== RCS file: /cvs/extras/rpms/kmymoney2/devel/kmymoney2.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- kmymoney2.spec 1 Sep 2006 02:56:34 -0000 1.17 +++ kmymoney2.spec 10 Dec 2006 03:52:27 -0000 1.18 @@ -1,17 +1,18 @@ -#if "%{?fedora}" > "2" || "%{?rhel}" > "3" -%define _with_ofxbanking --with-ofxbanking +%if "%{?fedora}" > "2" || "%{?rhel}" > "3" +%define _enable_ofxbanking --enable-ofxbanking --enable-ofxplugin %define ofx_deps libofx-devel, openjade-devel >= 1.3.2 -#endif +%endif -%if "%{?fedora}" > "4" +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +#define _enable_kbanking --enable-kbanking %define ofx_deps libofx-devel opensp-devel %endif Summary: Personal finance Name: kmymoney2 Version: 0.8.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://kmymoney2.sourceforge.net/ @@ -19,17 +20,17 @@ Source: http://dl.sourceforge.net/sourceforge/kmymoney2/kmymoney2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils -BuildRequires: automake +# Upstream (and rpmforge) call this kmymoney, so we'll get ready. +Obsoletes: kmymoney = %{version}-%{release} +Provides: kmymoney = %{version}-%{release} + BuildRequires: gettext BuildRequires: libxml2-devel BuildRequires: ghostscript BuildRequires: kdelibs-devel -%{?_with_ofxbanking:BuildRequires: %{ofx_deps}} +%{?_enable_ofxbanking:BuildRequires: %{ofx_deps}} %{?_with_check:BuildRequires: cppunit-devel >= 1.8.0} -## FIXME/TODO -%{?_with_kbanking:BuildRequires: aqbanking-devel >= 1.6.0} - +%{?_enable_kbanking:BuildRequires: aqbanking-devel} %description KMyMoney is striving to be a full-featured replacement for your @@ -39,13 +40,14 @@ %package devel Summary: Development files for %{name} Group: Development/Libraries +Provides: kmymoney-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} %description devel %{summary}. %prep -%setup -q +%setup -q -n kmymoney2-%{version} %build @@ -57,9 +59,8 @@ --enable-new-ldflags \ --disable-debug --disable-warnings \ --disable-dependancy-tracking --disable-final \ - %{?_with_kbanking: --enable-kbanking } %{!?_with_kbanking: --disable-kbanking } \ - %{?_with_ofxbanking: --enable-ofxbanking --enable-ofxplugin } \ - %{!?_with_ofxbanking: --disable-ofxbanking --disable-ofxplugin } \ + %{?_enable_kbanking} %{!?_enable_kbanking: --disable-kbanking } \ + %{?_with_ofxbanking} %{!?_with_ofxbanking: --disable-ofxbanking --disable-ofxplugin } \ %{?_with_check:--disable-final} make %{?_smp_mflags} @@ -74,11 +75,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install \ - --add-category="X-Fedora" --vendor="" \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - ## File lists # locale's %find_lang %{name} || touch %{name}.lang @@ -148,6 +144,10 @@ %changelog +* Tue Nov 28 2006 Rex Dieter 0.8.5-2 +- drop desktop-file-utils bits +- Ob/Pr: kmymoney(-devel), upstream/rpmforge calls it kmymoney + * Thu Aug 31 2006 Rex Dieter 0.8.5-1 - 0.8.5 From fedora-extras-commits at redhat.com Sun Dec 10 03:57:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:57:04 -0500 Subject: rpms/kiosktool/devel kiosktool.spec,1.7,1.8 Message-ID: <200612100357.kBA3v4DK009752@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kiosktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9737 Modified Files: kiosktool.spec Log Message: * Sat Dec 09 2006 Rex Dieter 1.0-7 - drop desktop-file-install bits Index: kiosktool.spec =================================================================== RCS file: /cvs/extras/rpms/kiosktool/devel/kiosktool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kiosktool.spec 29 Aug 2006 13:02:10 -0000 1.7 +++ kiosktool.spec 10 Dec 2006 03:56:34 -0000 1.8 @@ -14,7 +14,6 @@ Source1: kde-user-profile BuildRequires: gettext -BuildRequires: desktop-file-utils BuildRequires: kdelibs-devel @@ -43,12 +42,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category="X-Fedora" --vendor="" \ - --add-category="Application" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/kiosktool.desktop - # create/own profile dir mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/kde-profile/ @@ -57,7 +50,7 @@ ## File lists # locale's -%find_lang %{name} || touch %{name}.lang +%find_lang %{name} # HTML (1.0) HTML_DIR=$(kde-config --expandvars --install html) if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then @@ -94,7 +87,7 @@ %doc ChangeLog COPYING README #attr(0511,root,root) %{_bindir}/kiosktool* %{_bindir}/kiosktool* -%{_datadir}/appl*/*/*.desktop +%{_datadir}/applications/kde/kiosktool.desktop %{_datadir}/apps/kiosktool/ %{_datadir}/icons/crystalsvg/*/*/* %{_sysconfdir}/kde-profile/ @@ -102,8 +95,11 @@ %changelog +* Sat Dec 09 2006 Rex Dieter 1.0-7 +- drop desktop-file-install bits + * Tue Aug 29 2006 Rex Dieter 1.0-6 -- fc6 respin +- fc6: respin * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin From fedora-extras-commits at redhat.com Sun Dec 10 04:30:45 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Sat, 9 Dec 2006 23:30:45 -0500 Subject: rpms/gpsd/FC-6 gpsd.spec,1.8,1.9 Message-ID: <200612100430.kBA4UjQd012961@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12946 Modified Files: gpsd.spec Log Message: Rebuild for new python. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/FC-6/gpsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gpsd.spec 26 Sep 2006 21:43:41 -0000 1.8 +++ gpsd.spec 10 Dec 2006 04:30:15 -0000 1.9 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,6 +150,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 9 2006 Matthew Truch - 2.33-6 +- Rebuild to pick up new python. + * Tue Sep 26 2006 Matthew Truch - 2.33-5 - Remove openmotif requirment, and switch to lesstif. From fedora-extras-commits at redhat.com Sun Dec 10 04:32:14 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Sat, 9 Dec 2006 23:32:14 -0500 Subject: rpms/gpsd/FC-5 gpsd.spec,1.5,1.6 Message-ID: <200612100432.kBA4WECY013030@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13009 Modified Files: gpsd.spec Log Message: Rebuild to pick up new python. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/FC-5/gpsd.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gpsd.spec 23 Jul 2006 16:08:40 -0000 1.5 +++ gpsd.spec 10 Dec 2006 04:31:44 -0000 1.6 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,6 +150,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 6 2006 Matthew Truch - 2.33-3 +- Rebuild to pick up new python. + * Sun Jul 23 2006 Matthew Truch - 2.33-2 - Bump release due to bad upgrade path (BZ 199857) From fedora-extras-commits at redhat.com Sun Dec 10 04:39:32 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sat, 9 Dec 2006 23:39:32 -0500 Subject: rpms/python-sqlalchemy/devel python-sqlalchemy.spec,1.9,1.10 Message-ID: <200612100439.kBA4dWAa013100@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13085 Modified Files: python-sqlalchemy.spec Log Message: - Bump and rebuild for python 2.5 on devel. Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-sqlalchemy.spec 7 Dec 2006 22:12:34 -0000 1.9 +++ python-sqlalchemy.spec 10 Dec 2006 04:39:02 -0000 1.10 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -77,6 +77,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Sat Dec 09 2006 Toshi Kuratomi - 0.3.1-2 +- Bump and rebuild for python 2.5 on devel. + * Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 - Update to new upstream version 0.3.1 From fedora-extras-commits at redhat.com Sun Dec 10 05:07:45 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 00:07:45 -0500 Subject: rpms/python-clientform/devel python-clientform.spec,1.11,1.12 Message-ID: <200612100507.kBA57j9H016256@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-clientform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16241 Modified Files: python-clientform.spec Log Message: rebuild for python 2.5 Index: python-clientform.spec =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-clientform.spec 10 Dec 2006 03:43:15 -0000 1.11 +++ python-clientform.spec 10 Dec 2006 05:07:15 -0000 1.12 @@ -3,7 +3,7 @@ Name: python-clientform Version: 0.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description ClientForm is a Python module for handling HTML forms on the client side, @@ -48,7 +48,8 @@ %{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info %changelog -* Sat Dec 9 2006 Luke Macken 0.2.5-1 +* Sat Dec 9 2006 Luke Macken 0.2.5-2 +- Rebuild for python 2.5 - 0.2.5 * Sun Sep 3 2006 Luke Macken 0.2.2-6 From fedora-extras-commits at redhat.com Sun Dec 10 05:17:32 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 00:17:32 -0500 Subject: rpms/python-sqlalchemy/devel python-sqlalchemy.spec,1.10,1.11 Message-ID: <200612100517.kBA5HWEH016326@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16311 Modified Files: python-sqlalchemy.spec Log Message: - BuildRequire: python-devel as a header is missing otherwise. Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-sqlalchemy.spec 10 Dec 2006 04:39:02 -0000 1.10 +++ python-sqlalchemy.spec 10 Dec 2006 05:17:02 -0000 1.11 @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} @@ -79,6 +79,7 @@ %changelog * Sat Dec 09 2006 Toshi Kuratomi - 0.3.1-2 - Bump and rebuild for python 2.5 on devel. +- BuildRequire: python-devel as a header is missing otherwise. * Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 - Update to new upstream version 0.3.1 From fedora-extras-commits at redhat.com Sun Dec 10 05:26:09 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 00:26:09 -0500 Subject: rpms/pexpect/devel pexpect.spec,1.14,1.15 Message-ID: <200612100526.kBA5Q97q016419@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/pexpect/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16402 Modified Files: pexpect.spec Log Message: - Bump and rebuild for python 2.5 on devel. - Add BR: python-devel as it provides a header necessary for python modules on python 2.5. Index: pexpect.spec =================================================================== RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pexpect.spec 1 Sep 2006 20:14:01 -0000 1.14 +++ pexpect.spec 10 Dec 2006 05:25:39 -0000 1.15 @@ -3,14 +3,14 @@ Summary: Expect module for Python Name: pexpect Version: 2.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Development/Languages URL: http://pexpect.sf.net Source: http://dl.sf.net/pexpect/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python +BuildRequires: python-devel BuildArch: noarch %description @@ -52,6 +52,11 @@ %{python_sitelib}/* %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 2.1-3 +- Bump and rebuild for python 2.5 on devel. +- Add BR: python-devel as it provides a header necessary for python modules + on python 2.5. + * Fri Sep 01 2006 Toshio Kuratomi - 2.1-2 - Remove pyver define as it's not needed with the automatic python(abi). - Stop ghosting .pyos. From fedora-extras-commits at redhat.com Sun Dec 10 05:30:08 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 00:30:08 -0500 Subject: rpms/pexpect/devel pexpect.spec,1.15,1.16 Message-ID: <200612100530.kBA5U8ZB016487@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/pexpect/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16471 Modified Files: pexpect.spec Log Message: - Bump and rebuild because I forgot to cvs up before the last build. Index: pexpect.spec =================================================================== RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pexpect.spec 10 Dec 2006 05:25:39 -0000 1.15 +++ pexpect.spec 10 Dec 2006 05:29:38 -0000 1.16 @@ -3,7 +3,7 @@ Summary: Expect module for Python Name: pexpect Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Development/Languages @@ -52,6 +52,9 @@ %{python_sitelib}/* %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 2.1-4 +- Bump and rebuild because I forgot to cvs up before the last build. + * Sat Dec 09 2006 Toshio Kuratomi - 2.1-3 - Bump and rebuild for python 2.5 on devel. - Add BR: python-devel as it provides a header necessary for python modules From fedora-extras-commits at redhat.com Sun Dec 10 05:44:31 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 00:44:31 -0500 Subject: rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.3, 1.4 Message-ID: <200612100544.kBA5iVMD016595@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrytemplate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16580 Modified Files: python-cherrytemplate.spec Log Message: rebuild for python 2.5 Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-cherrytemplate.spec 20 Sep 2006 00:27:03 -0000 1.3 +++ python-cherrytemplate.spec 10 Dec 2006 05:44:01 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -47,6 +47,9 @@ %{python_sitelib}/cherrytemplate/unittest/*.py[co] %changelog +* Sun Dec 10 2006 Luke Macken - 1.0.0-4 +- Rebuild for python 2.5 + * Wed Sep 20 2006 Jos?? Matos - 1.0.0-3 - Rebuild for FC-6. - Unghost .pyo files. From fedora-extras-commits at redhat.com Sun Dec 10 06:11:19 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:11:19 -0500 Subject: rpms/python-cherrypy/devel python-cherrypy.spec,1.10,1.11 Message-ID: <200612100611.kBA6BJ3H019919@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrypy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19897 Modified Files: python-cherrypy.spec Log Message: rebuild for python 2.5 Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-cherrypy.spec 19 Sep 2006 01:38:53 -0000 1.10 +++ python-cherrypy.spec 10 Dec 2006 06:10:49 -0000 1.11 @@ -2,7 +2,7 @@ Name: python-cherrypy Version: 2.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -53,6 +53,9 @@ %{python_sitelib}/cherrypy/filters/*.py* %changelog +* Sun Dec 10 2006 Luke Macken 2.2.1-4 +- Rebuild for python 2.5 + * Mon Sep 18 2006 Luke Macken 2.2.1-3 - Rebuild for FC6 - Include pyo files instead of ghosting them From fedora-extras-commits at redhat.com Sun Dec 10 06:13:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:13:02 -0500 Subject: rpms/python-TestGears/devel python-TestGears.spec,1.5,1.6 Message-ID: <200612100613.kBA6D2qa020000@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TestGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19974 Modified Files: python-TestGears.spec Log Message: rebuild for python 2.5 Index: python-TestGears.spec =================================================================== RCS file: /cvs/extras/rpms/python-TestGears/devel/python-TestGears.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-TestGears.spec 10 Sep 2006 22:11:58 -0000 1.5 +++ python-TestGears.spec 10 Dec 2006 06:12:32 -0000 1.6 @@ -4,7 +4,7 @@ Name: python-TestGears Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Unit testing for Python Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/TestGears.pth %changelog +* Sun Dec 10 2006 Luke Macken 0.2-4 +- Rebuld for python 2.5 + * Sun Sep 10 2006 Luke Macken 0.2-3 - Fix module inclusion, and use consistent buildroots From fedora-extras-commits at redhat.com Sun Dec 10 06:14:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:14:27 -0500 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.37,1.38 Message-ID: <200612100614.kBA6ERMD020074@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20053 Modified Files: deskbar-applet.spec Log Message: rebuild for python 2.5 Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- deskbar-applet.spec 22 Nov 2006 07:27:04 -0000 1.37 +++ deskbar-applet.spec 10 Dec 2006 06:13:57 -0000 1.38 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.17.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -98,6 +98,9 @@ %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Sun Dec 10 2006 Luke Macken - 2.17.2-3 +- Rebuild for python 2.5 + * Wed Nov 22 2006 Luke Macken - 2.17.2-2 - Run gtk-update-icon-cache in post and postun scripts (Bug #216827) From fedora-extras-commits at redhat.com Sun Dec 10 06:16:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:16:47 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.9,1.10 Message-ID: <200612100616.kBA6GlcR020158@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20139 Modified Files: TurboGears.spec Log Message: rebuild for python 2.5 Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- TurboGears.spec 2 Dec 2006 05:29:08 -0000 1.9 +++ TurboGears.spec 10 Dec 2006 06:16:17 -0000 1.10 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sun Dec 10 2006 Luke Macken 1.0b2-3 +- Rebuild for python 2.5 + * Sat Dec 2 2006 Luke Macken 1.0b2-2 - Update the setuptools patch From fedora-extras-commits at redhat.com Sun Dec 10 06:25:28 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:25:28 -0500 Subject: rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.4, 1.5 Message-ID: <200612100625.kBA6PSHf020326@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrytemplate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20301 Modified Files: python-cherrytemplate.spec Log Message: rebuild for python 2.5 Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-cherrytemplate.spec 10 Dec 2006 05:44:01 -0000 1.4 +++ python-cherrytemplate.spec 10 Dec 2006 06:24:58 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -13,6 +13,8 @@ BuildArch: noarch +BuildRequires: python-devel + %description CherryTemplate is an easy and powerful templating module for Python. @@ -47,6 +49,9 @@ %{python_sitelib}/cherrytemplate/unittest/*.py[co] %changelog +* Sun Dec 10 2006 Luke Macken - 1.0.0-5 +- Add python-devel to BuildRequires + * Sun Dec 10 2006 Luke Macken - 1.0.0-4 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 06:26:12 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:26:12 -0500 Subject: rpms/python-cherrypy/devel python-cherrypy.spec,1.11,1.12 Message-ID: <200612100626.kBA6QCSM020390@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrypy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20375 Modified Files: python-cherrypy.spec Log Message: Add python-devel to BuildRequires Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-cherrypy.spec 10 Dec 2006 06:10:49 -0000 1.11 +++ python-cherrypy.spec 10 Dec 2006 06:25:42 -0000 1.12 @@ -2,7 +2,7 @@ Name: python-cherrypy Version: 2.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -14,6 +14,8 @@ BuildArch: noarch +BuildRequires: python-devel + %description CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually @@ -53,6 +55,9 @@ %{python_sitelib}/cherrypy/filters/*.py* %changelog +* Sun Dec 10 2006 Luke Macken 2.2.1-5 +- Add python-devel to BuildRequires + * Sun Dec 10 2006 Luke Macken 2.2.1-4 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 06:27:33 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:27:33 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.10,1.11 Message-ID: <200612100627.kBA6RXDH020460@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20439 Modified Files: TurboGears.spec Log Message: Add python-devel to BuildRequires Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- TurboGears.spec 10 Dec 2006 06:16:17 -0000 1.10 +++ TurboGears.spec 10 Dec 2006 06:27:03 -0000 1.11 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6c2 +BuildRequires: python-setuptools >= 0.6c2 python-devel Requires: python-kid >= 0.8 python-cherrypy >= 2.2.1 Requires: python-sqlobject >= 0.7 python-formencode >= 0.5.1 @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sun Dec 10 2006 Luke Macken 1.0b2-4 +- Add python-devel to BuildRequires + * Sun Dec 10 2006 Luke Macken 1.0b2-3 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 06:34:40 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 01:34:40 -0500 Subject: rpms/pygpgme/devel pygpgme.spec,1.2,1.3 Message-ID: <200612100634.kBA6Ye4E020558@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/pygpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20540 Modified Files: pygpgme.spec Log Message: - Bump and rebuild for python 2.5 on devel. Index: pygpgme.spec =================================================================== RCS file: /cvs/extras/rpms/pygpgme/devel/pygpgme.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pygpgme.spec 24 Oct 2006 22:38:09 -0000 1.2 +++ pygpgme.spec 10 Dec 2006 06:34:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: pygpgme Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python module for working with OpenPGP messages Group: Development/Languages @@ -46,6 +46,9 @@ %{python_sitearch}/gpgme/ %changelog +* Mon Oct 23 2006 Toshio Kuratomi - 0.1-4 +- Bump and rebuild for python 2.5 on devel. + * Mon Oct 23 2006 Toshio Kuratomi - 0.1-3 - Add a patch to work under Python 2.3. - Stop shipping the tests as they are useless to the end user. From fedora-extras-commits at redhat.com Sun Dec 10 06:52:44 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 01:52:44 -0500 Subject: rpms/python-docutils/devel python-docutils.spec,1.7,1.8 Message-ID: <200612100652.kBA6qipC020691@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20669 Modified Files: python-docutils.spec Log Message: - Bump and rebuild for python 2.5 in devel. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/devel/python-docutils.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-docutils.spec 30 Aug 2006 06:16:15 -0000 1.7 +++ python-docutils.spec 10 Dec 2006 06:52:14 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages @@ -12,7 +12,7 @@ URL: http://docutils.sourceforge.net Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -72,6 +72,9 @@ %{python_sitelib}/roman.* %changelog +* Sat Dec 09 2006 Toshio Kuratomi 0.4-4 +- Bump and rebuild for python 2.5 in devel. + * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Bump for FC6 rebuild. - Remove python byte compilation as this is handled automatically in FC4+. From fedora-extras-commits at redhat.com Sun Dec 10 07:04:57 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:04:57 -0500 Subject: rpms/python-paramiko/devel .cvsignore, 1.6, 1.7 python-paramiko.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612100704.kBA74vvr023909@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23883 Modified Files: .cvsignore python-paramiko.spec sources Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 03:10:29 -0000 1.6 +++ .cvsignore 10 Dec 2006 07:04:27 -0000 1.7 @@ -1 +1 @@ -paramiko-1.6.2.zip +paramiko-1.6.4.tar.gz Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/python-paramiko.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-paramiko.spec 10 Oct 2006 03:10:29 -0000 1.8 +++ python-paramiko.spec 10 Dec 2006 07:04:27 -0000 1.9 @@ -4,14 +4,14 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries License: LGPL URL: http://www.lag.net/paramiko/ -Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip +Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,11 @@ %{python_sitelib}/paramiko/*.pyo %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 1.6.4-1 +- Update to 1.6.4 +- Upstream is now shipping tarballs +- Bump for python 2.5 in devel + * Mon Oct 9 2006 Jeffrey C. Ollie - 1.6.2-1 - Update to 1.6.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 03:10:29 -0000 1.6 +++ sources 10 Dec 2006 07:04:27 -0000 1.7 @@ -1 +1 @@ -d43879c86fcc100d199df425a3fcaf05 paramiko-1.6.2.zip +39a374c72e7511297dd68e53dde4b39c paramiko-1.6.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 07:11:01 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:11:01 -0500 Subject: rpms/python-paramiko/FC-6 .cvsignore, 1.6, 1.7 python-paramiko.spec, 1.8, 1.9 Message-ID: <200612100711.kBA7B1VE023996@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23979 Modified Files: .cvsignore python-paramiko.spec Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 03:10:29 -0000 1.6 +++ .cvsignore 10 Dec 2006 07:10:31 -0000 1.7 @@ -1 +1 @@ -paramiko-1.6.2.zip +paramiko-1.6.4.tar.gz Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-6/python-paramiko.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-paramiko.spec 10 Oct 2006 03:10:29 -0000 1.8 +++ python-paramiko.spec 10 Dec 2006 07:10:31 -0000 1.9 @@ -4,14 +4,14 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries License: LGPL URL: http://www.lag.net/paramiko/ -Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip +Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,11 @@ %{python_sitelib}/paramiko/*.pyo %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 1.6.4-1 +- Update to 1.6.4 +- Upstream is now shipping tarballs +- Bump for python 2.5 in devel + * Mon Oct 9 2006 Jeffrey C. Ollie - 1.6.2-1 - Update to 1.6.2 From fedora-extras-commits at redhat.com Sun Dec 10 07:17:08 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:17:08 -0500 Subject: rpms/python-paramiko/FC-6 sources,1.6,1.7 Message-ID: <200612100717.kBA7H88Q024100@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24085 Modified Files: sources Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 03:10:29 -0000 1.6 +++ sources 10 Dec 2006 07:16:38 -0000 1.7 @@ -1 +1 @@ -d43879c86fcc100d199df425a3fcaf05 paramiko-1.6.2.zip +39a374c72e7511297dd68e53dde4b39c paramiko-1.6.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 07:20:02 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:20:02 -0500 Subject: rpms/python-paramiko/FC-5 .cvsignore, 1.6, 1.7 python-paramiko.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612100720.kBA7K2pf024177@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24156 Modified Files: .cvsignore python-paramiko.spec sources Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 03:11:18 -0000 1.6 +++ .cvsignore 10 Dec 2006 07:19:32 -0000 1.7 @@ -1 +1 @@ -paramiko-1.6.2.zip +paramiko-1.6.4.tar.gz Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/python-paramiko.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-paramiko.spec 10 Oct 2006 03:11:18 -0000 1.8 +++ python-paramiko.spec 10 Dec 2006 07:19:32 -0000 1.9 @@ -4,14 +4,14 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries License: LGPL URL: http://www.lag.net/paramiko/ -Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip +Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,11 @@ %{python_sitelib}/paramiko/*.pyo %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 1.6.4-1 +- Update to 1.6.4 +- Upstream is now shipping tarballs +- Bump for python 2.5 in devel + * Mon Oct 9 2006 Jeffrey C. Ollie - 1.6.2-1 - Update to 1.6.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 03:11:18 -0000 1.6 +++ sources 10 Dec 2006 07:19:32 -0000 1.7 @@ -1 +1 @@ -d43879c86fcc100d199df425a3fcaf05 paramiko-1.6.2.zip +39a374c72e7511297dd68e53dde4b39c paramiko-1.6.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 08:00:28 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 10 Dec 2006 03:00:28 -0500 Subject: comps comps-fe7.xml.in,1.45,1.46 Message-ID: <200612100800.kBA80SuN024509@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24492 Modified Files: comps-fe7.xml.in Log Message: add search4files for FE7 Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- comps-fe7.xml.in 7 Dec 2006 23:09:32 -0000 1.45 +++ comps-fe7.xml.in 10 Dec 2006 07:59:58 -0000 1.46 @@ -1001,6 +1001,7 @@ rsnapshot sabayon scrub + search4files sec shorewall smart From fedora-extras-commits at redhat.com Sun Dec 10 10:57:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 10 Dec 2006 05:57:17 -0500 Subject: rpms/wings/FC-6 wings.spec,1.4,1.5 Message-ID: <200612101057.kBAAvHMq023734@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23716 Modified Files: wings.spec Log Message: split off povray plug-in Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/FC-6/wings.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wings.spec 28 Aug 2006 09:22:56 -0000 1.4 +++ wings.spec 10 Dec 2006 10:56:47 -0000 1.5 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -32,6 +32,16 @@ Documentation for Wings 3D. +%package povray +Group: Applications/Multimedia +Summary: Povray import/export plug-in for Wings 3D +Requires: %{name} = %{version}-%{release} + +%description povray +Povray import/export plug-in for Wings 3D. +Install this only if povray is actually installed. + + %prep %setup -q cp %{SOURCE1} . @@ -127,15 +137,30 @@ %{_libdir}/wings %{_datadir}/applications/* %{_datadir}/pixmaps/* +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam %doc README license.terms AUTHORS +%files povray +%defattr(-,root,root,-) +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam + + %files docs %defattr(-,root,root,-) %doc wings3d_manual1.6.1.pdf %changelog +* Sun Dec 10 2006 Gerard Milmeister - 0.98.32b-10 +- split off povray plug-in + * Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sun Dec 10 10:59:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 10 Dec 2006 05:59:18 -0500 Subject: rpms/wings/FC-5 wings.spec,1.4,1.5 Message-ID: <200612101059.kBAAxIrE023823@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23789/FC-5 Modified Files: wings.spec Log Message: split off povray plug-in Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/FC-5/wings.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wings.spec 8 Jun 2006 07:56:24 -0000 1.4 +++ wings.spec 10 Dec 2006 10:58:48 -0000 1.5 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 8%{?dist} +Release: 10%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -32,6 +32,16 @@ Documentation for Wings 3D. +%package povray +Group: Applications/Multimedia +Summary: Povray import/export plug-in for Wings 3D +Requires: %{name} = %{version}-%{release} + +%description povray +Povray import/export plug-in for Wings 3D. +Install this only if povray is actually installed. + + %prep %setup -q cp %{SOURCE1} . @@ -127,15 +137,33 @@ %{_libdir}/wings %{_datadir}/applications/* %{_datadir}/pixmaps/* +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam %doc README license.terms AUTHORS +%files povray +%defattr(-,root,root,-) +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam + + %files docs %defattr(-,root,root,-) %doc wings3d_manual1.6.1.pdf %changelog +* Sun Dec 10 2006 Gerard Milmeister - 0.98.32b-10 +- split off povray plug-in + +* Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 +- Rebuild for FE6 + * Wed Jun 7 2006 Gerard Milmeister - 0.98.32b-8 - revert to use erlang R10B From fedora-extras-commits at redhat.com Sun Dec 10 10:59:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 10 Dec 2006 05:59:18 -0500 Subject: rpms/wings/devel wings.spec,1.4,1.5 Message-ID: <200612101059.kBAAxIoN023826@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23789/devel Modified Files: wings.spec Log Message: split off povray plug-in Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/devel/wings.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wings.spec 28 Aug 2006 09:22:56 -0000 1.4 +++ wings.spec 10 Dec 2006 10:58:48 -0000 1.5 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -32,6 +32,16 @@ Documentation for Wings 3D. +%package povray +Group: Applications/Multimedia +Summary: Povray import/export plug-in for Wings 3D +Requires: %{name} = %{version}-%{release} + +%description povray +Povray import/export plug-in for Wings 3D. +Install this only if povray is actually installed. + + %prep %setup -q cp %{SOURCE1} . @@ -127,15 +137,30 @@ %{_libdir}/wings %{_datadir}/applications/* %{_datadir}/pixmaps/* +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam %doc README license.terms AUTHORS +%files povray +%defattr(-,root,root,-) +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam + + %files docs %defattr(-,root,root,-) %doc wings3d_manual1.6.1.pdf %changelog +* Sun Dec 10 2006 Gerard Milmeister - 0.98.32b-10 +- split off povray plug-in + * Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sun Dec 10 11:39:23 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 10 Dec 2006 06:39:23 -0500 Subject: rpms/xbae/FC-5 xbae.spec,1.4,1.5 Message-ID: <200612101139.kBABdNmc027405@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xbae/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27362/FC-5 Modified Files: xbae.spec Log Message: * Sun Dec 10 2006 Patrice Dumas 4.60.4-5 - Requires automake is for -devel (#219047) Index: xbae.spec =================================================================== RCS file: /cvs/extras/rpms/xbae/FC-5/xbae.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xbae.spec 17 Sep 2006 20:19:58 -0000 1.4 +++ xbae.spec 10 Dec 2006 11:38:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: xbae Version: 4.60.4 -Release: 4%{?dist}.1 +Release: 5%{?dist} Summary: Motif matrix, caption and text input widgets Group: System Environment/Libraries License: BSD @@ -27,8 +27,6 @@ Provides: Xbae = %{version}-%{release} Obsoletes: Xbae < %{version}-%{release} -# for the aclocal directory -Requires: automake # to be sure that we link against lesstif/openmotif even if the other # provides the same soname #Requires: lesstif @@ -55,6 +53,8 @@ Requires: openmotif-devel #Requires: lesstif-devel Requires: libXpm-devel +# for the aclocal directory +Requires: automake Provides: Xbae-devel = %{version}-%{release} Obsoletes: Xbae-devel < %{version}-%{release} @@ -122,6 +122,9 @@ %{_datadir}/aclocal/* %changelog +* Sun Dec 10 2006 Patrice Dumas 4.60.4-5 +- Requires automake is for -devel (#219047) + * Sun Sep 17 2006 Patrice Dumas 4.60.4-4.1 - use openmotif instead of lesstif for FC5 From fedora-extras-commits at redhat.com Sun Dec 10 11:39:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 10 Dec 2006 06:39:24 -0500 Subject: rpms/xbae/FC-6 xbae.spec,1.3,1.4 Message-ID: <200612101139.kBABdOtB027408@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xbae/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27362/FC-6 Modified Files: xbae.spec Log Message: * Sun Dec 10 2006 Patrice Dumas 4.60.4-5 - Requires automake is for -devel (#219047) Index: xbae.spec =================================================================== RCS file: /cvs/extras/rpms/xbae/FC-6/xbae.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xbae.spec 9 Sep 2006 16:17:11 -0000 1.3 +++ xbae.spec 10 Dec 2006 11:38:54 -0000 1.4 @@ -1,6 +1,6 @@ Name: xbae Version: 4.60.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Motif matrix, caption and text input widgets Group: System Environment/Libraries License: BSD @@ -27,8 +27,6 @@ Provides: Xbae = %{version}-%{release} Obsoletes: Xbae < %{version}-%{release} -# for the aclocal directory -Requires: automake # to be sure that we link against lesstif even if openmotif provides the same # soname Requires: lesstif @@ -54,6 +52,8 @@ #Requires: openmotif-devel Requires: lesstif-devel Requires: libXpm-devel +# for the aclocal directory +Requires: automake Provides: Xbae-devel = %{version}-%{release} Obsoletes: Xbae-devel < %{version}-%{release} @@ -121,6 +121,9 @@ %{_datadir}/aclocal/* %changelog +* Sun Dec 10 2006 Patrice Dumas 4.60.4-5 +- Requires automake is for -devel (#219047) + * Sat Sep 9 2006 Patrice Dumas 4.60.4-4 - add BuildRequires libXmu-devel for examples From fedora-extras-commits at redhat.com Sun Dec 10 11:39:29 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 10 Dec 2006 06:39:29 -0500 Subject: rpms/xbae/devel xbae.spec,1.3,1.4 Message-ID: <200612101139.kBABdTFR027414@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xbae/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27362/devel Modified Files: xbae.spec Log Message: * Sun Dec 10 2006 Patrice Dumas 4.60.4-5 - Requires automake is for -devel (#219047) Index: xbae.spec =================================================================== RCS file: /cvs/extras/rpms/xbae/devel/xbae.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xbae.spec 9 Sep 2006 16:17:11 -0000 1.3 +++ xbae.spec 10 Dec 2006 11:38:59 -0000 1.4 @@ -1,6 +1,6 @@ Name: xbae Version: 4.60.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Motif matrix, caption and text input widgets Group: System Environment/Libraries License: BSD @@ -27,8 +27,6 @@ Provides: Xbae = %{version}-%{release} Obsoletes: Xbae < %{version}-%{release} -# for the aclocal directory -Requires: automake # to be sure that we link against lesstif even if openmotif provides the same # soname Requires: lesstif @@ -54,6 +52,8 @@ #Requires: openmotif-devel Requires: lesstif-devel Requires: libXpm-devel +# for the aclocal directory +Requires: automake Provides: Xbae-devel = %{version}-%{release} Obsoletes: Xbae-devel < %{version}-%{release} @@ -121,6 +121,9 @@ %{_datadir}/aclocal/* %changelog +* Sun Dec 10 2006 Patrice Dumas 4.60.4-5 +- Requires automake is for -devel (#219047) + * Sat Sep 9 2006 Patrice Dumas 4.60.4-4 - add BuildRequires libXmu-devel for examples From fedora-extras-commits at redhat.com Sun Dec 10 12:29:40 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Sun, 10 Dec 2006 07:29:40 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.1,1.2 Message-ID: <200612101229.kBACTekf030989@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30972 Modified Files: cohoba.spec Log Message: - Bump and rebuild for python 2.5 on devel Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cohoba.spec 2 Oct 2006 19:39:43 -0000 1.1 +++ cohoba.spec 10 Dec 2006 12:29:10 -0000 1.2 @@ -2,7 +2,7 @@ Name: cohoba Version: 0.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple Group: Applications/Communications @@ -69,6 +69,9 @@ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Sun Dec 10 2006 Sander Hoentjen - 0.0.4-3 +- Bump and rebuild for python 2.5 on devel + * Sun Oct 01 2006 Sander Hoentjen - 0.0.4-2 - added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/ From fedora-extras-commits at redhat.com Sun Dec 10 12:41:28 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Sun, 10 Dec 2006 07:41:28 -0500 Subject: rpms/gmpc/devel gmpc-lib-plugins.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 gmpc.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200612101241.kBACfSex031167@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31139 Modified Files: .cvsignore gmpc.spec sources Added Files: gmpc-lib-plugins.diff Log Message: * Sat Dec 09 2006 Adrian Reber - 0.13.0-1 - updated to 0.13.0 - created devel package for header files - removed X-Fedora from desktop-file-install - added some plugins and moved the plugins to %{_libdir}/%{name}/plugins gmpc-lib-plugins.diff: --- NEW FILE gmpc-lib-plugins.diff --- --- main.c.old 2006-12-09 15:57:40.000000000 +0100 +++ src/main.c 2006-12-09 15:57:15.000000000 +0100 @@ -241,6 +241,9 @@ + url = g_strdup_printf("%s/%s",@@PLUGINS_PATH@@, "plugins"); + plugin_load_dir(url); + g_free(url); url = g_strdup_printf("%s/%s",GLADE_PATH, "plugins"); plugin_load_dir(url); g_free(url); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:35:27 -0000 1.2 +++ .cvsignore 10 Dec 2006 12:40:58 -0000 1.3 @@ -1 +1,6 @@ -gmpc-0.11.2.tar.gz +gmpc-0.13.0.tar.gz +gmpc-autoplaylist-0.1.0.tar.gz +gmpccaa-0.1.0.tar.gz +gmpcmdcover-0.1.0.tar.gz +gmpcosd-0.1.0.tar.gz +gmpcstream-0.1.0.tar.gz Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/gmpc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gmpc.spec 30 Aug 2006 15:28:18 -0000 1.8 +++ gmpc.spec 10 Dec 2006 12:40:58 -0000 1.9 @@ -1,17 +1,24 @@ Name: gmpc Summary: GNOME frontend for the MPD -Version: 0.11.2 -Release: 6%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://musicpd.org/?page=gmpc -Source0: http://mercury.chem.pitt.edu/~shank/gmpc-0.11.2.tar.gz +URL: http://sarine.nl/gmpc +Source0: http://download.qballcow.nl/programs/gmpc-0.13/gmpc-0.13.0.tar.gz +Source1: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpc-autoplaylist-0.1.0.tar.gz +Source2: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpccaa-0.1.0.tar.gz +Source3: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcmdcover-0.1.0.tar.gz +Source4: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcosd-0.1.0.tar.gz +Source5: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcstream-0.1.0.tar.gz +Patch0: gmpc-lib-plugins.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils -BuildRequires: perl-XML-Parser +BuildRequires: perl-XML-Parser, libmpd-devel, findutils +BuildRequires: curl-devel, xosd-devel %description Gmpc is a GNOME client for the Music Player Daemon @@ -24,42 +31,59 @@ * ID3 information * Lots more +%package devel +Summary: Development files for gmpc +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package includes header files necessary for developing gmpc plugins. + %prep -%setup -q +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 +# this patch adds %{_libdir}/gmpc/plugins to the plugins search path +%patch0 +sed -i -e 's,@@PLUGINS_PATH@@,"%{_libdir}/%{name}",g' src/main.c %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} LDFLAGS=-Wl,--export-dynamic - +ln -s src gmpc +export PKG_CONFIG_PATH="$PWD/data" +export CFLAGS="-I$PWD" +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + %configure + make %{?_smp_mflags} + popd +done %install rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# this is the default search path +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins +# rpmlint complains if arch-dependent files are in %{_datadir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins + +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + find . -name *so -exec cp {} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins \; + popd +done +install -p -D gmpc-autoplaylist-0.1.0/glade/apl.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/apl/apl.glade +install -p -D gmpcstream-0.1.0/data/osb.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/osb/osb.glade %find_lang %{name} -# desktop files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gmpc.desktop -#%post -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-install-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null - -#%preun -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-uninstall-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - - %clean rm -rf $RPM_BUILD_ROOT @@ -69,9 +93,21 @@ %{_bindir}/%name %{_datadir}/applications/*.desktop %{_datadir}/%{name} +%{_libdir}/%{name} %{_datadir}/pixmaps/* +%files devel +%defattr(0644,root,root,755) +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc + %changelog +* Sat Dec 09 2006 Adrian Reber - 0.13.0-1 +- updated to 0.13.0 +- created devel package for header files +- removed X-Fedora from desktop-file-install +- added some plugins and moved the plugins to %%{_libdir}/%%{name}/plugins + * Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 - BR: perl-XML-Parser Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:35:27 -0000 1.2 +++ sources 10 Dec 2006 12:40:58 -0000 1.3 @@ -1 +1,6 @@ -a7cc8c0734fef9e0b05be76cea3c0a20 gmpc-0.11.2.tar.gz +dbbb1880feb8b9c2493ece670520299b gmpc-0.13.0.tar.gz +046ed7e57fac849d3b33a5b37ff7540e gmpc-autoplaylist-0.1.0.tar.gz +f55ae657b4664d393d9058d4d06e1d2b gmpccaa-0.1.0.tar.gz +65122a0b0e789a4977f45921d2dc3de1 gmpcmdcover-0.1.0.tar.gz +2e160ee4fa3e0e80439678c92d95ef79 gmpcosd-0.1.0.tar.gz +da8341cf96d9e3885bd78a56ef13cd03 gmpcstream-0.1.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 13:10:06 2006 From: fedora-extras-commits at redhat.com (Richard Dawe (richdawe)) Date: Sun, 10 Dec 2006 08:10:06 -0500 Subject: rpms/planet/devel planet.spec,1.5,1.6 Message-ID: <200612101310.kBADA6IW001958@cvs-int.fedora.redhat.com> Author: richdawe Update of /cvs/extras/rpms/planet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1938 Modified Files: planet.spec Log Message: 2.0-2: build for python 2.5 update; bugfix: don't include python version in %exclude lines Index: planet.spec =================================================================== RCS file: /cvs/extras/rpms/planet/devel/planet.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- planet.spec 14 Sep 2006 21:35:58 -0000 1.5 +++ planet.spec 10 Dec 2006 13:09:36 -0000 1.6 @@ -2,7 +2,7 @@ Name: planet Version: 2.0 -Release: 1 +Release: 2 Summary: Flexible RDF/RSS/Atom feed aggregator Group: Applications/Internet @@ -62,11 +62,15 @@ %{python_sitelib}/planet/*.py* %dir %{python_sitelib}/planet/compat_logging %{python_sitelib}/planet/compat_logging/*.py* -%exclude /usr/lib/python2.4/site-packages/planet/tests -%exclude /usr/lib/python2.4/site-packages/planet/tests/* +%exclude %{python_sitelib}/planet/tests +%exclude %{python_sitelib}/planet/tests/* %changelog +* Sat Dec 09 2006 Richard Dawe - 2.0-2 +- Bugfix: Don't include python version in %%exclude in specfile. +- Bump version for python 2.5 update. + * Thu Sep 14 2006 Richard Dawe - 2.0-1 - Update to official 2.0 release. - Include PKG-INFO in the documentation. From fedora-extras-commits at redhat.com Sun Dec 10 13:42:58 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Sun, 10 Dec 2006 08:42:58 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.2,1.3 Message-ID: <200612101342.kBADgw0l002197@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2173 Modified Files: cohoba.spec Log Message: changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cohoba.spec 10 Dec 2006 12:29:10 -0000 1.2 +++ cohoba.spec 10 Dec 2006 13:42:28 -0000 1.3 @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2, gnome-python2-applet +BuildRequires: python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2-devel, gnome-python2-applet Requires: python-telepathy, gnome-python2-applet, pygtk2, python-ctypes, telepathy-filesystem Patch1: cohoba-non-binary-in-usr-lib.patch @@ -71,6 +71,7 @@ %changelog * Sun Dec 10 2006 Sander Hoentjen - 0.0.4-3 - Bump and rebuild for python 2.5 on devel +- changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc * Sun Oct 01 2006 Sander Hoentjen - 0.0.4-2 - added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/ From fedora-extras-commits at redhat.com Sun Dec 10 13:55:23 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sun, 10 Dec 2006 08:55:23 -0500 Subject: rpms/rapidsvn/FC-5 rapidsvn.spec,1.3,1.4 .cvsignore,1.3,NONE Message-ID: <200612101355.kBADtNOL002342@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2317 Modified Files: rapidsvn.spec Removed Files: .cvsignore Log Message: Update to 0.9.4 Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-5/rapidsvn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rapidsvn.spec 23 Jun 2006 10:10:10 -0000 1.3 +++ rapidsvn.spec 10 Dec 2006 13:54:53 -0000 1.4 @@ -1,6 +1,6 @@ Name: rapidsvn -Version: 0.9.3 -Release: 1%{?dist} +Version: 0.9.4 +Release: 2%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -93,7 +93,7 @@ make install DESTDIR=%{buildroot} # Install desktop file and icon -%{__install} -D -m 644 src/res/bitmaps/svn.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm +%{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -139,8 +139,18 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-2 +- Nasty dist tag conflict (fc6 in devel) + +* Sat Dec 09 2006 Tim Jackson 0.9.4-1 +- Update to 0.9.4 +- Use new RapidSVN desktop icon + +* Sat Sep 09 2006 Tim Jackson 0.9.3-2 +- Rebuild for FE6 + * Fri Jun 23 2006 Tim Jackson 0.9.3-1 -- Update to 0.9.2 +- Update to 0.9.3 - Remove gcc4 patch; now fixed upstream * Tue May 30 2006 Tim Jackson 0.9.2-1 --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 13:56:27 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Sun, 10 Dec 2006 08:56:27 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.3,1.4 Message-ID: <200612101356.kBADuRTu002427@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2348 Modified Files: cohoba.spec Log Message: bump because of changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cohoba.spec 10 Dec 2006 13:42:28 -0000 1.3 +++ cohoba.spec 10 Dec 2006 13:55:57 -0000 1.4 @@ -2,7 +2,7 @@ Name: cohoba Version: 0.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple Group: Applications/Communications @@ -69,9 +69,11 @@ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Sun Dec 10 2006 Sander Hoentjen - 0.0.4-4 +- changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc + * Sun Dec 10 2006 Sander Hoentjen - 0.0.4-3 - Bump and rebuild for python 2.5 on devel -- changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc * Sun Oct 01 2006 Sander Hoentjen - 0.0.4-2 - added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/ From fedora-extras-commits at redhat.com Sun Dec 10 14:00:03 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sun, 10 Dec 2006 09:00:03 -0500 Subject: rpms/rapidsvn/FC-5 rapidsvn.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <200612101400.kBAE0393002518@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2499 Modified Files: rapidsvn.spec sources Log Message: Fix broken build (missing sources) Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-5/rapidsvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rapidsvn.spec 10 Dec 2006 13:54:53 -0000 1.4 +++ rapidsvn.spec 10 Dec 2006 13:59:33 -0000 1.5 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sun Dec 10 2006 Tim Jackson 0.9.4-2.fc5.1 +- Fix broken FC-5 build (sources) + * Sat Dec 09 2006 Tim Jackson 0.9.4-2 - Nasty dist tag conflict (fc6 in devel) Index: sources =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 10:10:10 -0000 1.4 +++ sources 10 Dec 2006 13:59:33 -0000 1.5 @@ -1 +1 @@ -fff420fba3a1d52ff163933ecf1d14e0 rapidsvn-0.9.3.tar.gz +29ef579131f97a8b2bdad77e14a619be rapidsvn-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 16:08:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 10 Dec 2006 11:08:36 -0500 Subject: rpms/jd/devel .cvsignore, 1.35, 1.36 jd.spec, 1.42, 1.43 sources, 1.35, 1.36 Message-ID: <200612101608.kBAG8aXp012719@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12694 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 10 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061210 - cvs 061210 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- .cvsignore 9 Dec 2006 16:44:18 -0000 1.35 +++ .cvsignore 10 Dec 2006 16:08:06 -0000 1.36 @@ -1 +1 @@ -jd-1.8.1-cvs061209.tgz +jd-1.8.1-cvs061210.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- jd.spec 9 Dec 2006 16:44:18 -0000 1.42 +++ jd.spec 10 Dec 2006 16:08:06 -0000 1.43 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061209 +%define strtag cvs061210 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sat Dec 9 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061209 -- cvs 061209 (23:59 JST) +* Sun Dec 10 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061210 +- cvs 061210 (23:59 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- sources 9 Dec 2006 16:44:18 -0000 1.35 +++ sources 10 Dec 2006 16:08:06 -0000 1.36 @@ -1 +1 @@ -66e390e763e01b325748a60b0eaa04d4 jd-1.8.1-cvs061209.tgz +5833853ad4d510e2ec3e64039190717c jd-1.8.1-cvs061210.tgz From fedora-extras-commits at redhat.com Sun Dec 10 16:43:11 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 10 Dec 2006 11:43:11 -0500 Subject: rpms/python-gpod/devel python-gpod.spec,1.2,1.3 Message-ID: <200612101643.kBAGhBEs012963@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12944 Modified Files: python-gpod.spec Log Message: remove Makefiles from the examples dir Index: python-gpod.spec =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/python-gpod.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-gpod.spec 9 Dec 2006 05:43:49 -0000 1.2 +++ python-gpod.spec 10 Dec 2006 16:42:41 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-gpod Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A python module to access iPod content Group: Development/Languages @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc rm -rf $RPM_BUILD_ROOT%{_datadir}/locale +# remove Makefiles from the examples dir +rm -rf bindings/python/examples/Makefile* + %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,9 @@ %changelog +* Sun Dec 10 2006 Todd Zullinger - 0.4.0-5 +- remove Makefiles from the examples dir + * Sat Dec 09 2006 Todd Zullinger - 0.4.0-4 - rebuild against python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 17:22:34 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 10 Dec 2006 12:22:34 -0500 Subject: rpms/util-vserver/FC-5 util-vserver.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200612101722.kBAHMYCn016459@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/util-vserver/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16423/FC-5 Modified Files: util-vserver.spec sources Log Message: - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method Index: util-vserver.spec =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-5/util-vserver.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- util-vserver.spec 12 Oct 2006 16:58:09 -0000 1.19 +++ util-vserver.spec 10 Dec 2006 17:22:04 -0000 1.20 @@ -19,13 +19,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 +Version: 0.30.212 Release: %release_func 1 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2 +Source1: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,8 +37,7 @@ BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel BuildRequires: doxygen tetex-latex graphviz ghostscript -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -58,7 +57,7 @@ %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -350,6 +349,11 @@ %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 - added graphviz + ghostscript BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Oct 2006 23:34:42 -0000 1.9 +++ sources 10 Dec 2006 17:22:04 -0000 1.10 @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc From fedora-extras-commits at redhat.com Sun Dec 10 17:23:14 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 10 Dec 2006 12:23:14 -0500 Subject: rpms/util-vserver/devel sources, 1.9, 1.10 util-vserver.spec, 1.21, 1.22 Message-ID: <200612101723.kBAHNEP0016543@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/util-vserver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16477/devel Modified Files: sources util-vserver.spec Log Message: - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method - added graphviz + ghostscript BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/util-vserver/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Oct 2006 23:15:20 -0000 1.9 +++ sources 10 Dec 2006 17:22:44 -0000 1.10 @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc Index: util-vserver.spec =================================================================== RCS file: /cvs/extras/rpms/util-vserver/devel/util-vserver.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- util-vserver.spec 11 Oct 2006 23:15:20 -0000 1.21 +++ util-vserver.spec 10 Dec 2006 17:22:44 -0000 1.22 @@ -20,13 +20,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 -Release: %release_func 1 +Version: 0.30.212 +Release: %release_func 2 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2 +Source1: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,9 +37,8 @@ BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel -BuildRequires: doxygen tetex-latex -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +BuildRequires: doxygen tetex-latex graphviz ghostscript +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -59,7 +58,7 @@ %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -351,6 +350,14 @@ %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method + +* Thu Oct 12 2006 Enrico Scholz - 0.30.211-2 +- added graphiz + ghostscript BR + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 From fedora-extras-commits at redhat.com Sun Dec 10 17:23:14 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 10 Dec 2006 12:23:14 -0500 Subject: rpms/util-vserver/FC-6 sources, 1.9, 1.10 util-vserver.spec, 1.21, 1.22 Message-ID: <200612101723.kBAHNEcA016539@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/util-vserver/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16477/FC-6 Modified Files: sources util-vserver.spec Log Message: - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method - added graphviz + ghostscript BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Oct 2006 23:15:20 -0000 1.9 +++ sources 10 Dec 2006 17:22:44 -0000 1.10 @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc Index: util-vserver.spec =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-6/util-vserver.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- util-vserver.spec 11 Oct 2006 23:15:20 -0000 1.21 +++ util-vserver.spec 10 Dec 2006 17:22:44 -0000 1.22 @@ -20,13 +20,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 +Version: 0.30.212 Release: %release_func 1 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2 +Source1: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,9 +37,8 @@ BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel -BuildRequires: doxygen tetex-latex -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +BuildRequires: doxygen tetex-latex graphviz ghostscript +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -59,7 +58,7 @@ %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -351,6 +350,12 @@ %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method +- added graphviz + ghostscript BR + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 From fedora-extras-commits at redhat.com Sun Dec 10 18:03:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 10 Dec 2006 13:03:38 -0500 Subject: fedora-security/audit fe3, 1.44, 1.45 fe4, 1.113, 1.114 fe5, 1.124, 1.125 fe6, 1.38, 1.39 Message-ID: <200612101803.kBAI3c7l020932@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20907 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-5874, CVE-2006-6406 (clamav) Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- fe3 8 Dec 2006 19:06:11 -0000 1.44 +++ fe3 10 Dec 2006 18:03:38 -0000 1.45 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 @@ -9,6 +10,7 @@ CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5848 VULNERABLE (trac, fixed 0.10.1) #215077 CVE-2006-5815 ** (proftpd) #214820 CVE-2006-5602 VULNERABLE (xsupplicant) #212699 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- fe4 8 Dec 2006 19:06:11 -0000 1.113 +++ fe4 10 Dec 2006 18:03:38 -0000 1.114 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 @@ -10,6 +11,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 VULNERABLE (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 ** (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- fe5 8 Dec 2006 19:06:11 -0000 1.124 +++ fe5 10 Dec 2006 18:03:38 -0000 1.125 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 @@ -12,6 +13,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- fe6 8 Dec 2006 19:06:11 -0000 1.38 +++ fe6 10 Dec 2006 18:03:38 -0000 1.39 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 @@ -12,6 +13,7 @@ CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 From fedora-extras-commits at redhat.com Sun Dec 10 18:03:42 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:03:42 -0500 Subject: rpms/gaim-libnotify - New directory Message-ID: <200612101803.kBAI3go6020948@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20940/gaim-libnotify Log Message: Directory /cvs/extras/rpms/gaim-libnotify added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 18:03:47 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:03:47 -0500 Subject: rpms/gaim-libnotify/devel - New directory Message-ID: <200612101803.kBAI3lK3020963@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20940/gaim-libnotify/devel Log Message: Directory /cvs/extras/rpms/gaim-libnotify/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 18:03:58 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:03:58 -0500 Subject: rpms/gaim-libnotify Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612101803.kBAI3wEw020994@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20988 Added Files: Makefile import.log Log Message: Setup of module gaim-libnotify --- NEW FILE Makefile --- # Top level Makefile for module gaim-libnotify all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 10 18:04:03 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:04:03 -0500 Subject: rpms/gaim-libnotify/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612101804.kBAI431o021009@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20988/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gaim-libnotify --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 10 18:05:11 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:05:11 -0500 Subject: rpms/gaim-libnotify import.log,1.1,1.2 Message-ID: <200612101805.kBAI5BVS021111@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21071 Modified Files: import.log Log Message: auto-import gaim-libnotify-0.12-2 on branch devel from gaim-libnotify-0.12-2.src.rpm Initial import (review & approval in bug #219050) Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Dec 2006 18:03:58 -0000 1.1 +++ import.log 10 Dec 2006 18:04:41 -0000 1.2 @@ -0,0 +1 @@ +gaim-libnotify-0_12-2:HEAD:gaim-libnotify-0.12-2.src.rpm:1165774189 From fedora-extras-commits at redhat.com Sun Dec 10 18:05:11 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:05:11 -0500 Subject: rpms/gaim-libnotify/devel gaim-libnotify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612101805.kBAI5Bmb021115@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21071/devel Modified Files: .cvsignore sources Added Files: gaim-libnotify.spec Log Message: auto-import gaim-libnotify-0.12-2 on branch devel from gaim-libnotify-0.12-2.src.rpm Initial import (review & approval in bug #219050) --- NEW FILE gaim-libnotify.spec --- %define gaim_version 2.0.0 Name: gaim-libnotify Version: 0.12 Release: 2%{?dist} Summary: Libnotify Gaim plugin Group: Applications/Internet License: GPL URL: http://gaim-libnotify.sourceforge.net/ Source0: http://heanet.dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libnotify-devel >= 0.3.2 BuildRequires: gaim-devel >= %{gaim_version} BuildRequires: gtk2-devel Requires: gaim >= %{gaim_version} %description This is a plugin for the open-source Gaim instant messaging client that uses libnotify to display graphic notifications of new messages and other events such as a buddy signing on or off. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS %exclude %{_libdir}/gaim/%{name}.la %{_libdir}/gaim/%{name}.so %changelog * Sun Dec 10 2006 Peter Gordon - 0.12-2 - Shorten line lengths in %%description (and rewrite it a bit) - Add gaim runtime requirement so that the parent directory of the plugin in %%{_libdir}/gaim is properly owned - Removed unnecessary perl(XML::Parser) and gettext BuildRequires * Sat Dec 09 2006 Peter Gordon - 0.12-1 - Initial packaging for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2006 18:04:03 -0000 1.1 +++ .cvsignore 10 Dec 2006 18:04:41 -0000 1.2 @@ -0,0 +1 @@ +gaim-libnotify-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2006 18:04:03 -0000 1.1 +++ sources 10 Dec 2006 18:04:41 -0000 1.2 @@ -0,0 +1 @@ +2fccdfcf7c4a86f39157e9433c3437d9 gaim-libnotify-0.12.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 18:06:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 10 Dec 2006 13:06:58 -0500 Subject: fedora-security/audit fe5,1.125,1.126 fe6,1.39,1.40 Message-ID: <200612101807.kBAI6wwx021205@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21185 Modified Files: fe5 fe6 Log Message: phpMyAdmin updated to 2.9.1.1. Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- fe5 10 Dec 2006 18:03:38 -0000 1.125 +++ fe5 10 Dec 2006 18:06:58 -0000 1.126 @@ -4,7 +4,7 @@ CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 -CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 +CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- fe6 10 Dec 2006 18:03:38 -0000 1.39 +++ fe6 10 Dec 2006 18:06:58 -0000 1.40 @@ -4,7 +4,7 @@ CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 -CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 +CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Sun Dec 10 18:07:49 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:07:49 -0500 Subject: owners owners.list,1.2091,1.2092 Message-ID: <200612101807.kBAI7nb9021238@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21214/owners Modified Files: owners.list Log Message: Add entry for gaim-libnotify Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2091 retrieving revision 1.2092 diff -u -r1.2091 -r1.2092 --- owners.list 9 Dec 2006 23:59:43 -0000 1.2091 +++ owners.list 10 Dec 2006 18:07:19 -0000 1.2092 @@ -486,6 +486,7 @@ Fedora Extras|gaim-galago|Galago feed plugin for Gaim|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gaim-gaym|gay.com protocol plugin for GAIM|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| Fedora Extras|gaim-guifications|Guifications plugin for GAIM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|tcallawa at redhat.com,byte at fedoraproject.org +Fedora Extras|gaim-libnotify|Libnotify Gaim plugin|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gaim-meanwhile| Lotus Sametime Community Client plugin for Gaim|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|gaim-otr|Off-The-Record Messaging plugin for GAIM|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|gaim-rhythmbox|Rhythmbox plugin for GAIM|michel.salim at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 18:10:44 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:10:44 -0500 Subject: rpms/gaim-libnotify/devel gaim-libnotify.spec,1.1,1.2 Message-ID: <200612101810.kBAIAi9o021317@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21299/gaim-libnotify/devel Modified Files: gaim-libnotify.spec Log Message: Add TODO to %doc Index: gaim-libnotify.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/gaim-libnotify.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gaim-libnotify.spec 10 Dec 2006 18:04:41 -0000 1.1 +++ gaim-libnotify.spec 10 Dec 2006 18:10:14 -0000 1.2 @@ -45,7 +45,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS +%doc AUTHORS ChangeLog COPYING NEWS TODO %exclude %{_libdir}/gaim/%{name}.la %{_libdir}/gaim/%{name}.so @@ -56,6 +56,7 @@ - Add gaim runtime requirement so that the parent directory of the plugin in %%{_libdir}/gaim is properly owned - Removed unnecessary perl(XML::Parser) and gettext BuildRequires +- Add TODO to %%doc * Sat Dec 09 2006 Peter Gordon - 0.12-1 - Initial packaging for Fedora Extras From fedora-extras-commits at redhat.com Sun Dec 10 18:17:06 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:17:06 -0500 Subject: rpms/gaim-libnotify/devel gaim-libnotify.spec,1.2,1.3 Message-ID: <200612101817.kBAIH6gD021430@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415/gaim-libnotify/devel Modified Files: gaim-libnotify.spec Log Message: Bump EVR to fix CVS tagging issue Index: gaim-libnotify.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/gaim-libnotify.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gaim-libnotify.spec 10 Dec 2006 18:10:14 -0000 1.2 +++ gaim-libnotify.spec 10 Dec 2006 18:16:36 -0000 1.3 @@ -2,7 +2,7 @@ Name: gaim-libnotify Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libnotify Gaim plugin Group: Applications/Internet @@ -51,6 +51,9 @@ %changelog +* Sun Dec 10 2006 Peter Gordon - 0.12-3 +- Bump EVR to fix CVS tagging issue + * Sun Dec 10 2006 Peter Gordon - 0.12-2 - Shorten line lengths in %%description (and rewrite it a bit) - Add gaim runtime requirement so that the parent directory of the plugin in From fedora-extras-commits at redhat.com Sun Dec 10 18:21:35 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:21:35 -0500 Subject: comps comps-fe7.xml.in,1.46,1.47 Message-ID: <200612101821.kBAILZN2021529@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21506/comps Modified Files: comps-fe7.xml.in Log Message: Add entry for gaim-libnotify in FE7 Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- comps-fe7.xml.in 10 Dec 2006 07:59:58 -0000 1.46 +++ comps-fe7.xml.in 10 Dec 2006 18:21:04 -0000 1.47 @@ -575,6 +575,7 @@ drivel evolution-bogofilter fwbuilder + gaim-libnotify gajim galeon gg2 From fedora-extras-commits at redhat.com Sun Dec 10 18:41:02 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 10 Dec 2006 13:41:02 -0500 Subject: owners owners.list,1.2092,1.2093 Message-ID: <200612101841.kBAIf23W021675@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21658 Modified Files: owners.list Log Message: adopting pam_mount Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2092 retrieving revision 1.2093 diff -u -r1.2092 -r1.2093 --- owners.list 10 Dec 2006 18:07:19 -0000 1.2092 +++ owners.list 10 Dec 2006 18:40:32 -0000 1.2093 @@ -1297,7 +1297,7 @@ Fedora Extras|padevchooser|Control applet for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|alex at dalloz.de|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de Fedora Extras|pam_keyring|A PAM module that executes gnome-keyring-daemon and unlocks the default keyring|denis at poolshark.org|extras-qa at fedoraproject.org|redhat at flyn.org -Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|pam_mysql| PAM module for auth UNIX users using MySQL data base|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pam_pkcs11|PKCS #11 PAM login module|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pam_script|Allows executing scripts after opening and/or closing a session using PAM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 19:38:11 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 10 Dec 2006 14:38:11 -0500 Subject: rpms/pam_mount/devel .cvsignore, 1.8, 1.9 pam_mount.spec, 1.23, 1.24 sources, 1.9, 1.10 pam_mount-0.13.0-loop.patch, 1.1, NONE pam_mount-0.13.0.tbz2, 1.1, NONE Message-ID: <200612101938.kBAJcBpf025252@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25227 Modified Files: .cvsignore pam_mount.spec sources Removed Files: pam_mount-0.13.0-loop.patch pam_mount-0.13.0.tbz2 Log Message: bump to 0.18.0, spec cleanup Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Sep 2006 19:36:26 -0000 1.8 +++ .cvsignore 10 Dec 2006 19:37:41 -0000 1.9 @@ -1 +1 @@ -pam_mount-0.17.tar.bz2 +pam_mount-0.18.tar.bz2 Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- pam_mount.spec 7 Sep 2006 01:07:55 -0000 1.23 +++ pam_mount.spec 10 Dec 2006 19:37:41 -0000 1.24 @@ -1,6 +1,6 @@ Name: pam_mount -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: A PAM module that can mount volumes for a user session Group: System Environment/Base @@ -8,12 +8,11 @@ URL: http://pam-mount.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.bz2 -Patch0: %{name}-0.13.0-loop.patch -Patch1: %{name}-lsof-path.patch +Patch1: %{name}-lsof-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel, pam-devel, openssl-devel, zlib-devel +BuildRequires: glib2-devel, pam-devel, openssl-devel Requires: pam, lsof %description @@ -53,7 +52,6 @@ %prep %setup -q -#%patch0 -p1 %patch1 -p1 %build @@ -72,9 +70,9 @@ mkdir -p %{buildroot}/%{_sysconfdir}/security mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc -install --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security -install --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros -install --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc +install -p --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security +install -p --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros +install -p --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f %{buildroot}/%{_lib}/security/*.{a,la} @@ -84,7 +82,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ LICENSE.LGPL2 +%doc AUTHORS COPYING README FAQ LICENSE.* /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so @@ -102,6 +100,16 @@ %changelog +* Sun Dec 10 2006 Till Maas - 0.18-1 +- Version bump +- removed Patch0 +- adding LICENSE.GPL2 to %%doc with LICENSE.* +- removed ChangeLog (is empty) +- removed NEWS (nothing interesting) +- removed INSTALL +- removed BR: zlib-devel, already in openssl-devel +- added -p to install to preserve timestamp + * Thu Sep 07 2006 Michael J. Knox - 0.17-5 - Upstream update - Build on x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 6 Sep 2006 19:36:26 -0000 1.9 +++ sources 10 Dec 2006 19:37:41 -0000 1.10 @@ -1 +1 @@ -0c67121ce70ff6cb11a6d9ca2590bd19 pam_mount-0.17.tar.bz2 +c2e2a7eee61596a8c72d79d8bba3538d pam_mount-0.18.tar.bz2 --- pam_mount-0.13.0-loop.patch DELETED --- --- pam_mount-0.13.0.tbz2 DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 20:03:01 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 10 Dec 2006 15:03:01 -0500 Subject: rpms/pam_mount/FC-6 .cvsignore, 1.8, 1.9 pam_mount.spec, 1.23, 1.24 sources, 1.9, 1.10 pam_mount-0.13.0-loop.patch, 1.1, NONE pam_mount-0.13.0.tbz2, 1.1, NONE Message-ID: <200612102003.kBAK31g8028608@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/pam_mount/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28578 Modified Files: .cvsignore pam_mount.spec sources Removed Files: pam_mount-0.13.0-loop.patch pam_mount-0.13.0.tbz2 Log Message: sync to devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Sep 2006 19:36:26 -0000 1.8 +++ .cvsignore 10 Dec 2006 20:02:31 -0000 1.9 @@ -1 +1 @@ -pam_mount-0.17.tar.bz2 +pam_mount-0.18.tar.bz2 Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-6/pam_mount.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- pam_mount.spec 7 Sep 2006 01:07:55 -0000 1.23 +++ pam_mount.spec 10 Dec 2006 20:02:31 -0000 1.24 @@ -1,6 +1,6 @@ Name: pam_mount -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: A PAM module that can mount volumes for a user session Group: System Environment/Base @@ -8,12 +8,11 @@ URL: http://pam-mount.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.bz2 -Patch0: %{name}-0.13.0-loop.patch -Patch1: %{name}-lsof-path.patch +Patch1: %{name}-lsof-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel, pam-devel, openssl-devel, zlib-devel +BuildRequires: glib2-devel, pam-devel, openssl-devel Requires: pam, lsof %description @@ -53,7 +52,6 @@ %prep %setup -q -#%patch0 -p1 %patch1 -p1 %build @@ -72,9 +70,9 @@ mkdir -p %{buildroot}/%{_sysconfdir}/security mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc -install --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security -install --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros -install --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc +install -p --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security +install -p --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros +install -p --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f %{buildroot}/%{_lib}/security/*.{a,la} @@ -84,7 +82,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ LICENSE.LGPL2 +%doc AUTHORS COPYING README FAQ LICENSE.* /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so @@ -102,6 +100,16 @@ %changelog +* Sun Dec 10 2006 Till Maas - 0.18-1 +- Version bump +- removed Patch0 +- adding LICENSE.GPL2 to %%doc with LICENSE.* +- removed ChangeLog (is empty) +- removed NEWS (nothing interesting) +- removed INSTALL +- removed BR: zlib-devel, already in openssl-devel +- added -p to install to preserve timestamp + * Thu Sep 07 2006 Michael J. Knox - 0.17-5 - Upstream update - Build on x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 6 Sep 2006 19:36:26 -0000 1.9 +++ sources 10 Dec 2006 20:02:31 -0000 1.10 @@ -1 +1 @@ -0c67121ce70ff6cb11a6d9ca2590bd19 pam_mount-0.17.tar.bz2 +c2e2a7eee61596a8c72d79d8bba3538d pam_mount-0.18.tar.bz2 --- pam_mount-0.13.0-loop.patch DELETED --- --- pam_mount-0.13.0.tbz2 DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 20:11:52 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 10 Dec 2006 15:11:52 -0500 Subject: rpms/pygame/devel pygame.spec,1.12,1.13 Message-ID: <200612102011.kBAKBqcI028713@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pygame/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28698 Modified Files: pygame.spec Log Message: remove devel package as suggested by Michael Schwendt Index: pygame.spec =================================================================== RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pygame.spec 9 Dec 2006 00:31:02 -0000 1.12 +++ pygame.spec 10 Dec 2006 20:11:22 -0000 1.13 @@ -2,8 +2,9 @@ Name: pygame Version: 1.7.1 -Release: 9%{?dist}.1 +Release: 10%{?dist} Summary: Python modules for writing games + Group: Development/Languages License: LGPL URL: http://www.pygame.org @@ -11,12 +12,19 @@ Patch1: %{name}-%{version}-64bit.patch Source0: http://pygame.org/ftp/%{name}-%{version}release.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel python-numeric -BuildRequires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel -Requires: python-numeric -Obsoletes: python-pygame < 1.7.1 -Obsoletes: python-pygame-doc < 1.7.1 + +BuildRequires: python-devel +BuildRequires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric +Requires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric + +# Obsolete/Provide old package names +Obsoletes: pygame-devel <= %{version} +Provides: pygame-devel = %{version}-%{release} +Obsoletes: python-pygame-devel <= %{version} +Provides: python-pygame-devel = %{version}-%{release} +Obsoletes: python-pygame <= %{version} Provides: python-pygame = %{version}-%{release} +Obsoletes: python-pygame-doc <= %{version} Provides: python-pygame-doc = %{version}-%{release} %description @@ -26,18 +34,14 @@ Pygame is highly portable and runs on nearly every platform and operating system. -%package devel -Summary: Files needed for developing programs which use pygame -Group: Development/Libraries +%package examples +Summary: Example code for using pygame +Group: Documentation Requires: %{name} = %{version}-%{release} -Requires: SDL_ttf-devel SDL_mixer-devel -Requires: python-devel -Obsoletes: python-pygame-devel < 1.7.1 -Provides: python-pygame-devel = %{version}-%{release} -%description devel -This package contains headers required to build applications that use -pygame. +%description examples +%{summary}. + %prep %setup -q -n %{name}-%{version}release @@ -47,46 +51,50 @@ # rpmlint fixes rm -f examples/.#stars.py.1.7 +# remove macosx stuff +rm -fr examples/macosx + # These files must be provided by pygame-nonfree(-devel) packages on a # repository that does not have restrictions on providing non-free software rm -f src/ffmovie.[ch] + %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build + %install -rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + %check # base_test fails in mock, unable to find soundcard -PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/base_test.py || : -PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/image_test.py -PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/rect_test.py +PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} test/base_test.py || : +PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} test/image_test.py +PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} test/rect_test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) -%doc docs/ readme.txt WHATSNEW -%dir %{python_sitearch}/%{name} -%{python_sitearch}/%{name}/freesansbold.ttf -%{python_sitearch}/%{name}/pygame.ico -%{python_sitearch}/%{name}/pygame_icon.* -%{python_sitearch}/%{name}/*.so* -%{python_sitearch}/%{name}/*.py -%{python_sitearch}/%{name}/*.pyc -%{python_sitearch}/%{name}/*.pyo +%doc docs readme.txt WHATSNEW +%{python_sitearch}/%{name} +%{_includedir}/python*/%{name} -%files devel +%files examples %defattr(-,root,root,-) -%doc examples/ -%dir %{_includedir}/python*/%{name} -%{_includedir}/python*/%{name}/*.h +%doc examples/* + %changelog -* Fri Dec 08 2006 Christopher Stone 1.7.1-9.fc7.1 +* Sun Dec 10 2006 Christopher Stone 1.7.1-10 +- Remove macosx examples +- Move header files into main package +- Move examples into examples subpackage - python(abi) = 0:2.5 * Wed Sep 06 2006 Christopher Stone 1.7.1-9 @@ -95,9 +103,6 @@ * Sat Sep 02 2006 Christopher Stone 1.7.1-8 - FC6 Rebuild -* Wed Jun 28 2006 Christopher Stone 1.7.1-7.fc6.1 -- Rebuild bump - * Wed May 03 2006 Christopher Stone 1.7.1-7 - Fix Obsolete/Provides of python-pygame-doc From fedora-extras-commits at redhat.com Sun Dec 10 20:40:39 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:40:39 -0500 Subject: rpms/evolution-remove-duplicates - New directory Message-ID: <200612102040.kBAKed0h028969@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28965/evolution-remove-duplicates Log Message: Directory /cvs/extras/rpms/evolution-remove-duplicates added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 20:40:45 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:40:45 -0500 Subject: rpms/evolution-remove-duplicates/devel - New directory Message-ID: <200612102040.kBAKejjY028985@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28965/evolution-remove-duplicates/devel Log Message: Directory /cvs/extras/rpms/evolution-remove-duplicates/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 20:41:07 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:41:07 -0500 Subject: rpms/evolution-remove-duplicates Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612102041.kBAKf78a029016@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29010 Added Files: Makefile import.log Log Message: Setup of module evolution-remove-duplicates --- NEW FILE Makefile --- # Top level Makefile for module evolution-remove-duplicates all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 10 20:41:13 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:41:13 -0500 Subject: rpms/evolution-remove-duplicates/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612102041.kBAKfDIQ029031@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29010/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module evolution-remove-duplicates --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 10 20:45:11 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:45:11 -0500 Subject: rpms/evolution-remove-duplicates import.log,1.1,1.2 Message-ID: <200612102045.kBAKjBOK029130@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29092 Modified Files: import.log Log Message: auto-import evolution-remove-duplicates-0.0.2-3 on branch devel from evolution-remove-duplicates-0.0.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Dec 2006 20:41:07 -0000 1.1 +++ import.log 10 Dec 2006 20:44:41 -0000 1.2 @@ -0,0 +1 @@ +evolution-remove-duplicates-0_0_2-3:HEAD:evolution-remove-duplicates-0.0.2-3.src.rpm:1165783790 From fedora-extras-commits at redhat.com Sun Dec 10 20:45:11 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:45:11 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, NONE, 1.1 rmdups-0.0.2-header.patch, NONE, 1.1 rmdups-0.0.2-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612102045.kBAKjB3T029134@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29092/devel Modified Files: .cvsignore sources Added Files: evolution-remove-duplicates.spec rmdups-0.0.2-header.patch rmdups-0.0.2-pkgconfig.patch Log Message: auto-import evolution-remove-duplicates-0.0.2-3 on branch devel from evolution-remove-duplicates-0.0.2-3.src.rpm --- NEW FILE evolution-remove-duplicates.spec --- %define upstream_name remove-duplicates-plugin Name: evolution-remove-duplicates Version: 0.0.2 Release: 3%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity License: GPL URL: http://www.advogato.org/person/garnacho/diary.html Source0: http://www.gnome.org/~carlosg/stuff/evolution/remove-duplicates-plugin-%{version}.tar.gz Patch0: rmdups-0.0.2-header.patch Patch1: rmdups-0.0.2-pkgconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel BuildRequires: perl-XML-Parser BuildRequires: automake #Requires: %description A plugin that checks selected e-mails for duplicates and remove them. %prep %setup -q -n %{upstream_name}-%{version} %patch0 -p1 -b .header %patch1 -p1 -b .pkgconfig %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm `find $RPM_BUILD_ROOT -name '*.la'` %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog COPYING %{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* %{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error %changelog * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel * Tue Dec 5 2006 Michel Salim - 0.0.2-2 - Add BR on perl-XML-Parser * Mon Dec 4 2006 Michel Salim - 0.0.2-1 - Initial package rmdups-0.0.2-header.patch: --- NEW FILE rmdups-0.0.2-header.patch --- --- remove-duplicates-plugin-0.0.2/src/remove-duplicates.c 2005-05-25 20:47:15.000000000 -0400 +++ remove-duplicates-plugin-0.0.2.patched/src/remove-duplicates.c 2006-12-04 15:35:52.000000000 -0500 @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include rmdups-0.0.2-pkgconfig.patch: --- NEW FILE rmdups-0.0.2-pkgconfig.patch --- --- remove-duplicates-plugin-0.0.1/configure 2005-05-18 18:56:53.000000000 -0400 +++ remove-duplicates-plugin-0.0.1.patched/configure 2006-11-22 12:42:20.000000000 -0500 @@ -22448,16 +22448,16 @@ pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=$ac_cv_env_REMOVE_DUPLICATES_PLUGIN_CFLAGS_value elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -22477,16 +22477,16 @@ pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=$ac_cv_env_REMOVE_DUPLICATES_PLUGIN_LIBS_value elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -22500,13 +22500,13 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -22515,7 +22515,7 @@ to avoid the need to call pkg-config. See the pkg-config man page for more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -22555,10 +22555,10 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` +PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` +ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2006 20:41:13 -0000 1.1 +++ .cvsignore 10 Dec 2006 20:44:41 -0000 1.2 @@ -0,0 +1 @@ +remove-duplicates-plugin-0.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2006 20:41:13 -0000 1.1 +++ sources 10 Dec 2006 20:44:41 -0000 1.2 @@ -0,0 +1 @@ +5ed885b9dd6bc69df2978be8cc6dc089 remove-duplicates-plugin-0.0.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 21:08:23 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 16:08:23 -0500 Subject: rpms/bzr/devel .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612102108.kBAL8N55032409@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32381 Modified Files: .cvsignore bzr.spec sources Log Message: - Update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Nov 2006 17:40:53 -0000 1.8 +++ .cvsignore 10 Dec 2006 21:07:53 -0000 1.9 @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bzr.spec 6 Nov 2006 17:40:53 -0000 1.11 +++ bzr.spec 10 Dec 2006 21:07:53 -0000 1.12 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: Friendly distributed version control system @@ -158,6 +158,9 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Nov 2006 17:40:53 -0000 1.8 +++ sources 10 Dec 2006 21:07:53 -0000 1.9 @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 21:43:43 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 16:43:43 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.1, 1.2 Message-ID: <200612102143.kBALhh8U000315@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32766 Modified Files: evolution-remove-duplicates.spec Log Message: Add BR on libgnomeui-devel Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- evolution-remove-duplicates.spec 10 Dec 2006 20:44:41 -0000 1.1 +++ evolution-remove-duplicates.spec 10 Dec 2006 21:43:13 -0000 1.2 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel +BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -55,6 +56,9 @@ %changelog +* Sun Dec 10 2006 Michel Salim - 0.0.2-4 +- Add BR on libgnomeui-devel + * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel From fedora-extras-commits at redhat.com Sun Dec 10 22:33:50 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:33:50 -0500 Subject: rpms/git/devel .cvsignore, 1.34, 1.35 git.spec, 1.24, 1.25 sources, 1.34, 1.35 Message-ID: <200612102233.kBAMXoXT003984@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3955 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 17 Oct 2006 18:31:21 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:33:20 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- git.spec 6 Nov 2006 15:35:52 -0000 1.24 +++ git.spec 10 Dec 2006 22:33:20 -0000 1.25 @@ -1,7 +1,7 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 -Release: 2%{?dist} +Version: 1.4.4.2 +Release: 1%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 - rebuild against the new curl Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 17 Oct 2006 18:31:21 -0000 1.34 +++ sources 10 Dec 2006 22:33:20 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:35:57 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:35:57 -0500 Subject: rpms/git/FC-3 .cvsignore, 1.34, 1.35 git.spec, 1.22, 1.23 sources, 1.34, 1.35 Message-ID: <200612102235.kBAMZvKl004077@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4058 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 18 Oct 2006 04:14:35 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:35:27 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/git.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- git.spec 18 Oct 2006 04:14:35 -0000 1.22 +++ git.spec 10 Dec 2006 22:35:27 -0000 1.23 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 18 Oct 2006 04:14:35 -0000 1.34 +++ sources 10 Dec 2006 22:35:27 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:36:46 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:36:46 -0500 Subject: rpms/git/FC-4 .cvsignore, 1.34, 1.35 git.spec, 1.22, 1.23 sources, 1.34, 1.35 Message-ID: <200612102236.kBAMakBU004142@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4121 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 18 Oct 2006 04:11:33 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:36:16 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/git.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- git.spec 18 Oct 2006 04:11:33 -0000 1.22 +++ git.spec 10 Dec 2006 22:36:16 -0000 1.23 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 18 Oct 2006 04:11:33 -0000 1.34 +++ sources 10 Dec 2006 22:36:16 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:37:35 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:37:35 -0500 Subject: rpms/git/FC-5 .cvsignore, 1.34, 1.35 git.spec, 1.22, 1.23 sources, 1.34, 1.35 Message-ID: <200612102237.kBAMbZqC004205@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4186 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 18 Oct 2006 04:09:55 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:37:05 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/git.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- git.spec 18 Oct 2006 04:09:55 -0000 1.22 +++ git.spec 10 Dec 2006 22:37:05 -0000 1.23 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 18 Oct 2006 04:09:55 -0000 1.34 +++ sources 10 Dec 2006 22:37:05 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:38:24 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:38:24 -0500 Subject: rpms/git/FC-6 .cvsignore, 1.34, 1.35 git.spec, 1.23, 1.24 sources, 1.34, 1.35 Message-ID: <200612102238.kBAMcOXk004268@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4249 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 17 Oct 2006 18:31:21 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:37:54 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 17 Oct 2006 18:31:21 -0000 1.23 +++ git.spec 10 Dec 2006 22:37:54 -0000 1.24 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 17 Oct 2006 18:31:21 -0000 1.34 +++ sources 10 Dec 2006 22:37:54 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:59:30 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 17:59:30 -0500 Subject: rpms/bzr/devel bzr.spec,1.12,1.13 Message-ID: <200612102259.kBAMxU98004483@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4468 Modified Files: bzr.spec Log Message: - Conditionalize the python-elementtree requires as python2.5 in FC7 includes elementtree Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bzr.spec 10 Dec 2006 21:07:53 -0000 1.12 +++ bzr.spec 10 Dec 2006 22:58:59 -0000 1.13 @@ -2,7 +2,7 @@ Name: bzr Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -12,9 +12,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-elementtree +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: python-elementtree python-paramiko +Requires: python-paramiko + +# ElementTree is part of python2.5 on FC7+ +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description Bazaar-NG is a distributed revision control system that is powerful, friendly, @@ -158,6 +164,10 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + * Wed Dec 6 2006 Toshio Kuratomi 0.13-1 - Update to 0.13 From fedora-extras-commits at redhat.com Sun Dec 10 23:26:40 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 18:26:40 -0500 Subject: rpms/bzr/FC-6 .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612102326.kBANQeVu007806@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7781 Modified Files: .cvsignore bzr.spec sources Log Message: - Conditionalize the python-elementtree requires as python2.5 in FC7 includes elementtree - Update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Nov 2006 18:04:27 -0000 1.8 +++ .cvsignore 10 Dec 2006 23:26:09 -0000 1.9 @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-6/bzr.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bzr.spec 6 Nov 2006 18:04:27 -0000 1.11 +++ bzr.spec 10 Dec 2006 23:26:10 -0000 1.12 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.12 -Release: 1%{?dist} +Version: 0.13 +Release: 2%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -12,9 +12,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-elementtree +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: python-elementtree python-paramiko +Requires: python-paramiko + +# ElementTree is part of python2.5 on FC7+ +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description Bazaar-NG is a distributed revision control system that is powerful, friendly, @@ -158,6 +164,13 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Nov 2006 18:04:27 -0000 1.8 +++ sources 10 Dec 2006 23:26:10 -0000 1.9 @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 23:28:46 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 18:28:46 -0500 Subject: rpms/bzr/FC-5 .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612102328.kBANSkuG007895@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7866 Modified Files: .cvsignore bzr.spec sources Log Message: - Conditionalize the python-elementtree requires as python2.5 in FC7 includes elementtree - Update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Nov 2006 18:29:21 -0000 1.8 +++ .cvsignore 10 Dec 2006 23:28:16 -0000 1.9 @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bzr.spec 6 Nov 2006 18:29:21 -0000 1.11 +++ bzr.spec 10 Dec 2006 23:28:16 -0000 1.12 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.12 -Release: 1%{?dist} +Version: 0.13 +Release: 2%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -12,9 +12,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-elementtree +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: python-elementtree python-paramiko +Requires: python-paramiko + +# ElementTree is part of python2.5 on FC7+ +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description Bazaar-NG is a distributed revision control system that is powerful, friendly, @@ -158,6 +164,13 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Nov 2006 18:29:21 -0000 1.8 +++ sources 10 Dec 2006 23:28:16 -0000 1.9 @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:21:16 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:21:16 -0500 Subject: rpms/bzrtools/devel .cvsignore, 1.7, 1.8 bzrtools.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200612110021.kBB0LG8v011406@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11346 Modified Files: .cvsignore bzrtools.spec sources Log Message: - Update to 0.13.0 - Rebuild on devel for python 2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2006 17:41:18 -0000 1.7 +++ .cvsignore 11 Dec 2006 00:20:45 -0000 1.8 @@ -1 +1 @@ -bzrtools-0.12.2.tar.gz +bzrtools-0.13.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bzrtools.spec 6 Nov 2006 18:51:13 -0000 1.12 +++ bzrtools.spec 11 Dec 2006 00:20:45 -0000 1.13 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: bzr >= 0.11 @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/tests/ %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.13.0-1 +- Update to 0.13.0 + * Mon Nov 06 2006 Toshio Kuratomi 0.12.2-2 - Add the tests directory as bzr has an undocumented "selftest" subcommand that relies on them. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 6 Nov 2006 17:41:18 -0000 1.7 +++ sources 11 Dec 2006 00:20:45 -0000 1.8 @@ -1 +1 @@ -3653679f3295deca085811e54da2b6fa bzrtools-0.12.2.tar.gz +b9d1884d865f37ea6d04d4297d093e89 bzrtools-0.13.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:41:10 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:41:10 -0500 Subject: rpms/bzr-gtk/devel bzr-gtk-olive-desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bzr-gtk.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612110041.kBB0fA9X011672@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11603 Modified Files: .cvsignore bzr-gtk.spec sources Added Files: bzr-gtk-olive-desktop.patch Log Message: - Update to 0.12.0 - Add a subpackage for the olive code bzr-gtk-olive-desktop.patch: --- NEW FILE bzr-gtk-olive-desktop.patch --- === modified file 'olive-gtk.desktop' --- olive-gtk.desktop 2006-08-15 17:37:54 +0000 +++ olive-gtk.desktop 2006-12-10 19:33:37 +0000 @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Type=Application Version=1.0 Name=Olive @@ -6,4 +7,4 @@ Comment=Graphical User Interface for the Bazaar Version Control System Icon=olive-gtk.png Exec=/usr/bin/olive-gtk -Categories=Application;Development +Categories=Application;Development; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 21:18:19 -0000 1.2 +++ .cvsignore 11 Dec 2006 00:40:40 -0000 1.3 @@ -1 +1 @@ -bzr-gtk-0.10.0.tar.gz +bzr-gtk-0.12.0.tar.gz Index: bzr-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/devel/bzr-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bzr-gtk.spec 19 Sep 2006 21:18:19 -0000 1.1 +++ bzr-gtk.spec 11 Dec 2006 00:40:40 -0000 1.2 @@ -1,27 +1,40 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr-gtk -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Bazaar plugin for GTK+ interfaces to most Bazaar operations Group: Development/Tools License: GPL -URL: http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk +URL: http://bazaar-vcs.org/bzr-gtk Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz +Patch0: bzr-gtk-olive-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel bzr -Requires: bzr >= 0.10 +BuildRequires: gettext +Requires: bzr >= 0.12 %description bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. +%package -n olive +Summary: Graphical frontend to the bazaar revision control system +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n olive +Olive aims to be a full-featured graphical frontend for Bazaar. It will +expose all core functionality of Bazaar in a user-friendly GUI. + +Olive is part of the bzr-gtk package. + %prep %setup -q - +%patch0 -p0 -b .olive %build %{__python} setup.py build @@ -31,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - +%find_lang olive-gtk + %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +56,18 @@ # For noarch packages: sitelib %{python_sitelib}/* +%files -n olive -f olive-gtk.lang +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/olive/ +%{_datadir}/pixmaps/olive-gtk.png +%{_datadir}/applications/olive-gtk.desktop + %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.12.0-1 +- Update to 0.12.0 +- Add a subpackage for the olive code + * Sun Sep 17 2006 Warren Togami 0.10.0-2 - Fix review issues #206877 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 21:18:19 -0000 1.2 +++ sources 11 Dec 2006 00:40:40 -0000 1.3 @@ -1 +1 @@ -80b558931493f0c111f0741ae7ad3314 bzr-gtk-0.10.0.tar.gz +7e037cec4de1608bf96b6caee62ac6c8 bzr-gtk-0.12.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:41:27 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:41:27 -0500 Subject: rpms/bzrtools/FC-6 .cvsignore, 1.7, 1.8 bzrtools.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200612110041.kBB0fRAp011677@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzrtools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11653 Modified Files: .cvsignore bzrtools.spec sources Log Message: - Update to 0.13.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2006 18:32:27 -0000 1.7 +++ .cvsignore 11 Dec 2006 00:40:57 -0000 1.8 @@ -1 +1 @@ -bzrtools-0.12.2.tar.gz +bzrtools-0.13.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-6/bzrtools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bzrtools.spec 6 Nov 2006 18:54:59 -0000 1.12 +++ bzrtools.spec 11 Dec 2006 00:40:57 -0000 1.13 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: bzr >= 0.11 @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/tests/ %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.13.0-1 +- Update to 0.13.0 + * Mon Nov 06 2006 Toshio Kuratomi 0.12.2-2 - Add the tests directory as bzr has an undocumented "selftest" subcommand that relies on them. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 6 Nov 2006 18:32:27 -0000 1.7 +++ sources 11 Dec 2006 00:40:57 -0000 1.8 @@ -1 +1 @@ -3653679f3295deca085811e54da2b6fa bzrtools-0.12.2.tar.gz +b9d1884d865f37ea6d04d4297d093e89 bzrtools-0.13.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:42:53 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:42:53 -0500 Subject: rpms/bzrtools/FC-5 .cvsignore, 1.7, 1.8 bzrtools.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612110042.kBB0grj3011788@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11768 Modified Files: .cvsignore bzrtools.spec sources Log Message: - Update to 0.13.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2006 19:15:56 -0000 1.7 +++ .cvsignore 11 Dec 2006 00:42:23 -0000 1.8 @@ -1 +1 @@ -bzrtools-0.12.2.tar.gz +bzrtools-0.13.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bzrtools.spec 6 Nov 2006 19:15:56 -0000 1.9 +++ bzrtools.spec 11 Dec 2006 00:42:23 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: bzr >= 0.11 @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/tests/ %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.13.0-1 +- Update to 0.13.0 + * Mon Nov 06 2006 Toshio Kuratomi 0.12.2-2 - Add the tests directory as bzr has an undocumented "selftest" subcommand that relies on them. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 6 Nov 2006 19:15:56 -0000 1.7 +++ sources 11 Dec 2006 00:42:23 -0000 1.8 @@ -1 +1 @@ -3653679f3295deca085811e54da2b6fa bzrtools-0.12.2.tar.gz +b9d1884d865f37ea6d04d4297d093e89 bzrtools-0.13.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:46:31 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 19:46:31 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.2, 1.3 rmdups-0.0.2-pkgconfig.patch, 1.1, 1.2 Message-ID: <200612110046.kBB0kVJw011864@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11840 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Adjust for new Evolution in -development Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- evolution-remove-duplicates.spec 10 Dec 2006 21:43:13 -0000 1.2 +++ evolution-remove-duplicates.spec 11 Dec 2006 00:46:01 -0000 1.3 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -56,6 +56,9 @@ %changelog +* Sun Dec 10 2006 Michel Salim - 0.0.2-5 +- Fix pkgconfig patch to use evolution-plugin-2.10.pc + * Sun Dec 10 2006 Michel Salim - 0.0.2-4 - Add BR on libgnomeui-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rmdups-0.0.2-pkgconfig.patch 10 Dec 2006 20:44:41 -0000 1.1 +++ rmdups-0.0.2-pkgconfig.patch 11 Dec 2006 00:46:01 -0000 1.2 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Mon Dec 11 00:51:43 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:51:43 -0500 Subject: rpms/bzr-gtk/FC-6 bzr-gtk-olive-desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bzr-gtk.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612110051.kBB0phQJ011981@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr-gtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11953 Modified Files: .cvsignore bzr-gtk.spec sources Added Files: bzr-gtk-olive-desktop.patch Log Message: - Update to 0.12.0 - Add a subpackage for the olive code bzr-gtk-olive-desktop.patch: --- NEW FILE bzr-gtk-olive-desktop.patch --- === modified file 'olive-gtk.desktop' --- olive-gtk.desktop 2006-08-15 17:37:54 +0000 +++ olive-gtk.desktop 2006-12-10 19:33:37 +0000 @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Type=Application Version=1.0 Name=Olive @@ -6,4 +7,4 @@ Comment=Graphical User Interface for the Bazaar Version Control System Icon=olive-gtk.png Exec=/usr/bin/olive-gtk -Categories=Application;Development +Categories=Application;Development; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 21:18:19 -0000 1.2 +++ .cvsignore 11 Dec 2006 00:51:13 -0000 1.3 @@ -1 +1 @@ -bzr-gtk-0.10.0.tar.gz +bzr-gtk-0.12.0.tar.gz Index: bzr-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/bzr-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bzr-gtk.spec 19 Sep 2006 21:18:19 -0000 1.1 +++ bzr-gtk.spec 11 Dec 2006 00:51:13 -0000 1.2 @@ -1,27 +1,40 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr-gtk -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Bazaar plugin for GTK+ interfaces to most Bazaar operations Group: Development/Tools License: GPL -URL: http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk +URL: http://bazaar-vcs.org/bzr-gtk Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz +Patch0: bzr-gtk-olive-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel bzr -Requires: bzr >= 0.10 +BuildRequires: gettext +Requires: bzr >= 0.12 %description bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. +%package -n olive +Summary: Graphical frontend to the bazaar revision control system +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n olive +Olive aims to be a full-featured graphical frontend for Bazaar. It will +expose all core functionality of Bazaar in a user-friendly GUI. + +Olive is part of the bzr-gtk package. + %prep %setup -q - +%patch0 -p0 -b .olive %build %{__python} setup.py build @@ -31,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - +%find_lang olive-gtk + %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +56,18 @@ # For noarch packages: sitelib %{python_sitelib}/* +%files -n olive -f olive-gtk.lang +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/olive/ +%{_datadir}/pixmaps/olive-gtk.png +%{_datadir}/applications/olive-gtk.desktop + %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.12.0-1 +- Update to 0.12.0 +- Add a subpackage for the olive code + * Sun Sep 17 2006 Warren Togami 0.10.0-2 - Fix review issues #206877 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 21:18:19 -0000 1.2 +++ sources 11 Dec 2006 00:51:13 -0000 1.3 @@ -1 +1 @@ -80b558931493f0c111f0741ae7ad3314 bzr-gtk-0.10.0.tar.gz +7e037cec4de1608bf96b6caee62ac6c8 bzr-gtk-0.12.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:54:55 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:54:55 -0500 Subject: rpms/bzr-gtk/FC-5 bzr-gtk-olive-desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bzr-gtk.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612110054.kBB0stR9012071@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr-gtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12046 Modified Files: .cvsignore bzr-gtk.spec sources Added Files: bzr-gtk-olive-desktop.patch Log Message: - Update to 0.12.0 - Add a subpackage for the olive code bzr-gtk-olive-desktop.patch: --- NEW FILE bzr-gtk-olive-desktop.patch --- === modified file 'olive-gtk.desktop' --- olive-gtk.desktop 2006-08-15 17:37:54 +0000 +++ olive-gtk.desktop 2006-12-10 19:33:37 +0000 @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Type=Application Version=1.0 Name=Olive @@ -6,4 +7,4 @@ Comment=Graphical User Interface for the Bazaar Version Control System Icon=olive-gtk.png Exec=/usr/bin/olive-gtk -Categories=Application;Development +Categories=Application;Development; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 21:18:19 -0000 1.2 +++ .cvsignore 11 Dec 2006 00:54:25 -0000 1.3 @@ -1 +1 @@ -bzr-gtk-0.10.0.tar.gz +bzr-gtk-0.12.0.tar.gz Index: bzr-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-5/bzr-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bzr-gtk.spec 19 Sep 2006 21:18:19 -0000 1.1 +++ bzr-gtk.spec 11 Dec 2006 00:54:25 -0000 1.2 @@ -1,27 +1,40 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr-gtk -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Bazaar plugin for GTK+ interfaces to most Bazaar operations Group: Development/Tools License: GPL -URL: http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk +URL: http://bazaar-vcs.org/bzr-gtk Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz +Patch0: bzr-gtk-olive-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel bzr -Requires: bzr >= 0.10 +BuildRequires: gettext +Requires: bzr >= 0.12 %description bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. +%package -n olive +Summary: Graphical frontend to the bazaar revision control system +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n olive +Olive aims to be a full-featured graphical frontend for Bazaar. It will +expose all core functionality of Bazaar in a user-friendly GUI. + +Olive is part of the bzr-gtk package. + %prep %setup -q - +%patch0 -p0 -b .olive %build %{__python} setup.py build @@ -31,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - +%find_lang olive-gtk + %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +56,18 @@ # For noarch packages: sitelib %{python_sitelib}/* +%files -n olive -f olive-gtk.lang +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/olive/ +%{_datadir}/pixmaps/olive-gtk.png +%{_datadir}/applications/olive-gtk.desktop + %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.12.0-1 +- Update to 0.12.0 +- Add a subpackage for the olive code + * Sun Sep 17 2006 Warren Togami 0.10.0-2 - Fix review issues #206877 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 21:18:19 -0000 1.2 +++ sources 11 Dec 2006 00:54:25 -0000 1.3 @@ -1 +1 @@ -80b558931493f0c111f0741ae7ad3314 bzr-gtk-0.10.0.tar.gz +7e037cec4de1608bf96b6caee62ac6c8 bzr-gtk-0.12.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:57:05 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 19:57:05 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.3, 1.4 Message-ID: <200612110057.kBB0v5kP012156@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12138 Modified Files: evolution-remove-duplicates.spec Log Message: More fixes for Rawhide Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- evolution-remove-duplicates.spec 11 Dec 2006 00:46:01 -0000 1.3 +++ evolution-remove-duplicates.spec 11 Dec 2006 00:56:35 -0000 1.4 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -20,7 +20,7 @@ BuildRequires: evolution-data-server-devel BuildRequires: perl-XML-Parser BuildRequires: automake -#Requires: +Requires: evolution %description A plugin that checks selected e-mails for duplicates and remove them. @@ -50,12 +50,16 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error %changelog +* Sun Dec 10 2006 Michel Salim - 0.0.2-6 +- Adjust file listing for new Evolution +- Add explicit Requires: on evolution + * Sun Dec 10 2006 Michel Salim - 0.0.2-5 - Fix pkgconfig patch to use evolution-plugin-2.10.pc From fedora-extras-commits at redhat.com Mon Dec 11 00:59:46 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sun, 10 Dec 2006 19:59:46 -0500 Subject: rpms/gnomesword/devel .cvsignore, 1.6, 1.7 gnomesword.spec, 1.17, 1.18 sources, 1.7, 1.8 Message-ID: <200612110059.kBB0xkqD012220@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12195 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 13 Nov 2006 16:50:20 -0000 1.6 +++ .cvsignore 11 Dec 2006 00:59:15 -0000 1.7 @@ -1 +1 @@ -gnomesword-2.1.9.tar.gz +gnomesword-2.1.10.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gnomesword.spec 13 Nov 2006 16:50:20 -0000 1.17 +++ gnomesword.spec 11 Dec 2006 00:59:15 -0000 1.18 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.9 +Version: 2.1.10 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -82,6 +82,9 @@ %changelog +* Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 +- New release + * Mon Nov 13 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Nov 2006 16:50:20 -0000 1.7 +++ sources 11 Dec 2006 00:59:15 -0000 1.8 @@ -1 +1 @@ -f6c5ebd5a7ee6d248682289e809f36bf gnomesword-2.1.9.tar.gz +5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:11:57 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Sun, 10 Dec 2006 22:11:57 -0500 Subject: rpms/oddjob/devel oddjob.spec,1.10,1.11 Message-ID: <200612110311.kBB3Bv7Z022847@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/oddjob/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22825 Modified Files: oddjob.spec Log Message: - add BuildRequires: on python-devel Index: oddjob.spec =================================================================== RCS file: /cvs/extras/rpms/oddjob/devel/oddjob.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- oddjob.spec 7 Sep 2006 19:15:28 -0000 1.10 +++ oddjob.spec 11 Dec 2006 03:11:27 -0000 1.11 @@ -2,7 +2,7 @@ Name: oddjob Version: 0.27 -Release: 8 +Release: 9 Source: http://people.redhat.com/nalin/oddjob/oddjob-%{version}-1.tar.gz Summary: A D-BUS service which runs odd jobs on behalf of client applications License: BSD @@ -12,6 +12,7 @@ BuildRequires: pam-devel, python-devel, pkgconfig BuildRequires: cyrus-sasl-devel, krb5-devel, openldap-devel BuildRequires: docbook-dtds, xmlto +BuildRequires: python-devel Requires(post): /sbin/service Requires(post): /sbin/chkconfig Requires(pre): /sbin/chkconfig @@ -144,6 +145,9 @@ %postun libs -p /sbin/ldconfig %changelog +* Sun De 107 2006 Nalin Dahyabhai 0.27-9 +- add BuildRequires: on python-devel + * Thu Sep 7 2006 Nalin Dahyabhai 0.27-8 - rebuild From fedora-extras-commits at redhat.com Mon Dec 11 03:13:01 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Sun, 10 Dec 2006 22:13:01 -0500 Subject: rpms/oddjob/devel oddjob.spec,1.11,1.12 Message-ID: <200612110313.kBB3D17m022923@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/oddjob/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22889 Modified Files: oddjob.spec Log Message: get that date right Index: oddjob.spec =================================================================== RCS file: /cvs/extras/rpms/oddjob/devel/oddjob.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- oddjob.spec 11 Dec 2006 03:11:27 -0000 1.11 +++ oddjob.spec 11 Dec 2006 03:12:31 -0000 1.12 @@ -145,7 +145,7 @@ %postun libs -p /sbin/ldconfig %changelog -* Sun De 107 2006 Nalin Dahyabhai 0.27-9 +* Sun Dec 10 2006 Nalin Dahyabhai 0.27-9 - add BuildRequires: on python-devel * Thu Sep 7 2006 Nalin Dahyabhai 0.27-8 From fedora-extras-commits at redhat.com Mon Dec 11 03:14:17 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sun, 10 Dec 2006 22:14:17 -0500 Subject: rpms/gnomesword/devel gnomesword.spec,1.18,1.19 Message-ID: <200612110314.kBB3EHwf022962@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22935 Modified Files: gnomesword.spec Log Message: * Sun Dec 10 2006 Deji Akingunola - 2.1.10-2 - Clean up spec file Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gnomesword.spec 11 Dec 2006 00:59:15 -0000 1.18 +++ gnomesword.spec 11 Dec 2006 03:13:47 -0000 1.19 @@ -1,6 +1,6 @@ Name: gnomesword Version: 2.1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME-based Bible research tool Group: Applications/Text @@ -35,11 +35,7 @@ %prep %setup -q -%{__sed} -i 's?\r??' doc/help/C/legal.xml -%{__sed} -i 's?\r??' doc/help/fr/legal.xml - %build -export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic" %configure #make %{?_smp_mflags} : // Doesn't seem to work on i386 make @@ -60,10 +56,7 @@ # package docs with macro rm -rf %buildroot%_datadir/doc/%{name} -%find_lang %{name} --with-gnome -echo "%dir %_datadir/omf/gnomesword" >> gnomesword.lang -echo "%_datadir/omf/gnomesword/gnomesword-manual-C.omf" >> gnomesword.lang -echo "%lang(fr) %_datadir/omf/gnomesword/gnomesword-manual-fr.omf" >> gnomesword.lang +%find_lang %{name} %clean rm -rf %buildroot @@ -79,9 +72,12 @@ %_datadir/gnomesword %_datadir/pixmaps/gnomesword %_datadir/applications/fedora-gnomesword.desktop - +%_datadir/gnome/help/gnomesword/ %changelog +* Sun Dec 10 2006 Deji Akingunola - 2.1.10-2 +- Clean up spec file + * Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 - New release From fedora-extras-commits at redhat.com Mon Dec 11 03:16:02 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:16:02 -0500 Subject: rpms/cogito/devel .cvsignore, 1.12, 1.13 cogito.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612110316.kBB3G2s7023037@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23016 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:19:04 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:15:32 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/cogito.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cogito.spec 10 Oct 2006 06:32:02 -0000 1.17 +++ cogito.spec 11 Dec 2006 03:15:32 -0000 1.18 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:19:04 -0000 1.12 +++ sources 11 Dec 2006 03:15:32 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:17:49 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:17:49 -0500 Subject: rpms/cogito/FC-3 .cvsignore, 1.12, 1.13 cogito.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612110317.kBB3HnWN023117@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23096 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:24:21 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:17:19 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/cogito.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cogito.spec 10 Oct 2006 06:24:21 -0000 1.14 +++ cogito.spec 11 Dec 2006 03:17:19 -0000 1.15 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:24:21 -0000 1.12 +++ sources 11 Dec 2006 03:17:19 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:18:56 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:18:56 -0500 Subject: rpms/cogito/FC-4 .cvsignore, 1.12, 1.13 cogito.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612110318.kBB3Iun9023193@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23174 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:22:53 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:18:26 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/cogito.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cogito.spec 10 Oct 2006 06:22:53 -0000 1.14 +++ cogito.spec 11 Dec 2006 03:18:26 -0000 1.15 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:22:53 -0000 1.12 +++ sources 11 Dec 2006 03:18:26 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:20:01 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:20:01 -0500 Subject: rpms/cogito/FC-5 .cvsignore, 1.12, 1.13 cogito.spec, 1.15, 1.16 sources, 1.12, 1.13 Message-ID: <200612110320.kBB3K16a023299@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23251 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:21:47 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:19:31 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/cogito.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cogito.spec 10 Oct 2006 06:21:47 -0000 1.15 +++ cogito.spec 11 Dec 2006 03:19:31 -0000 1.16 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:21:47 -0000 1.12 +++ sources 11 Dec 2006 03:19:31 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:20:08 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 22:20:08 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.4, 1.5 Message-ID: <200612110320.kBB3K8tT023336@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23273 Modified Files: evolution-remove-duplicates.spec Log Message: Remove unnecessary BR Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- evolution-remove-duplicates.spec 11 Dec 2006 00:56:35 -0000 1.4 +++ evolution-remove-duplicates.spec 11 Dec 2006 03:19:38 -0000 1.5 @@ -14,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel -BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -58,6 +57,7 @@ %changelog * Sun Dec 10 2006 Michel Salim - 0.0.2-6 - Adjust file listing for new Evolution +- Remove unnecessary BR on libgnomeui-devel - Add explicit Requires: on evolution * Sun Dec 10 2006 Michel Salim - 0.0.2-5 From fedora-extras-commits at redhat.com Mon Dec 11 03:21:13 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:21:13 -0500 Subject: rpms/cogito/FC-6 .cvsignore, 1.12, 1.13 cogito.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612110321.kBB3LDN2023450@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23423 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:19:04 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:20:43 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/cogito.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cogito.spec 10 Oct 2006 06:32:02 -0000 1.17 +++ cogito.spec 11 Dec 2006 03:20:43 -0000 1.18 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:19:04 -0000 1.12 +++ sources 11 Dec 2006 03:20:43 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:31:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sun, 10 Dec 2006 22:31:19 -0500 Subject: rpms/gnomesword/devel gnomesword.spec,1.19,1.20 Message-ID: <200612110331.kBB3VJnu023566@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23538 Modified Files: gnomesword.spec Log Message: * Sun Dec 10 2006 Deji Akingunola - 2.1.10-3 - Add gnome-doc-utils to BR Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gnomesword.spec 11 Dec 2006 03:13:47 -0000 1.19 +++ gnomesword.spec 11 Dec 2006 03:30:49 -0000 1.20 @@ -1,6 +1,6 @@ Name: gnomesword Version: 2.1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNOME-based Bible research tool Group: Applications/Text @@ -13,7 +13,7 @@ BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: gnome-spell +BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel BuildRequires: libgnomeui-devel @@ -75,11 +75,14 @@ %_datadir/gnome/help/gnomesword/ %changelog +* Sun Dec 10 2006 Deji Akingunola - 2.1.10-3 +- Add gnome-doc-utils to BR + * Sun Dec 10 2006 Deji Akingunola - 2.1.10-2 - Clean up spec file * Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 -- New release +- New Release * Mon Nov 13 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) From fedora-extras-commits at redhat.com Mon Dec 11 05:58:07 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 00:58:07 -0500 Subject: rpms/cogito/devel cogito.spec,1.18,1.19 Message-ID: <200612110558.kBB5w71J008340@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8249 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/cogito.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- cogito.spec 11 Dec 2006 03:15:32 -0000 1.18 +++ cogito.spec 11 Dec 2006 05:57:37 -0000 1.19 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:01:59 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:01:59 -0500 Subject: rpms/cogito/FC-3 cogito.spec,1.15,1.16 Message-ID: <200612110601.kBB61xWN012052@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11964 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/cogito.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cogito.spec 11 Dec 2006 03:17:19 -0000 1.15 +++ cogito.spec 11 Dec 2006 06:01:29 -0000 1.16 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:03:34 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:03:34 -0500 Subject: rpms/cogito/FC-4 cogito.spec,1.15,1.16 Message-ID: <200612110603.kBB63YE7012328@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12244 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/cogito.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cogito.spec 11 Dec 2006 03:18:26 -0000 1.15 +++ cogito.spec 11 Dec 2006 06:03:04 -0000 1.16 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:04:31 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:04:31 -0500 Subject: rpms/cogito/FC-5 cogito.spec,1.16,1.17 Message-ID: <200612110604.kBB64VT8012527@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12439 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/cogito.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cogito.spec 11 Dec 2006 03:19:31 -0000 1.16 +++ cogito.spec 11 Dec 2006 06:04:01 -0000 1.17 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:08:00 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:08:00 -0500 Subject: rpms/cogito/FC-6 cogito.spec,1.18,1.19 Message-ID: <200612110608.kBB680Md013090@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13008 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/cogito.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- cogito.spec 11 Dec 2006 03:20:43 -0000 1.18 +++ cogito.spec 11 Dec 2006 06:07:30 -0000 1.19 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 07:05:48 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 02:05:48 -0500 Subject: fedora-security/audit fc5,1.412,1.413 fc6,1.164,1.165 Message-ID: <200612110705.kBB75mFS021272@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21255/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6332 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.412 retrieving revision 1.413 diff -u -r1.412 -r1.413 --- fc5 9 Dec 2006 21:00:57 -0000 1.412 +++ fc5 11 Dec 2006 07:05:47 -0000 1.413 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp CVE-2006-6303 ** ruby CVE-2006-6297 ** kde Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- fc6 9 Dec 2006 21:00:57 -0000 1.164 +++ fc6 11 Dec 2006 07:05:47 -0000 1.165 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp CVE-2006-6303 ** ruby CVE-2006-6297 ** kde From fedora-extras-commits at redhat.com Mon Dec 11 07:07:57 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 02:07:57 -0500 Subject: fedora-security/audit fc5,1.413,1.414 fc6,1.165,1.166 Message-ID: <200612110707.kBB77v4v021307@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21288/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6385 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.413 retrieving revision 1.414 diff -u -r1.413 -r1.414 --- fc5 11 Dec 2006 07:05:47 -0000 1.413 +++ fc5 11 Dec 2006 07:07:57 -0000 1.414 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6385 ignore (kernel) windows only CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- fc6 11 Dec 2006 07:05:47 -0000 1.165 +++ fc6 11 Dec 2006 07:07:57 -0000 1.166 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6385 ignore (kernel) windows only CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp From fedora-extras-commits at redhat.com Mon Dec 11 07:37:23 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 02:37:23 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.27,1.28 Message-ID: <200612110737.kBB7bNBX021513@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21496 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-5 - rebuild for new python Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sabayon.spec 4 Oct 2006 22:54:22 -0000 1.27 +++ sabayon.spec 11 Dec 2006 07:36:53 -0000 1.28 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -258,6 +258,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-5 +- rebuild for new python + * Thu Oct 05 2006 Christian Iseli 2.12.4-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 11 08:04:18 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 03:04:18 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.28,1.29 Message-ID: <200612110804.kBB84IxQ024859@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24844 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-6 - Add aclocal call to build with automake 1.10 Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sabayon.spec 11 Dec 2006 07:36:53 -0000 1.28 +++ sabayon.spec 11 Dec 2006 08:03:48 -0000 1.29 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -87,7 +87,11 @@ %patch2 -p0 -b .libdir %build + +sed -i s/GNOME_COMPILE_WARNINGS.*// configure.ac + # Needed for patch 2 (libdir fix) +aclocal automake autoconf @@ -258,6 +262,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-6 +- Add aclocal call to build with automake 1.10 + * Mon Dec 11 2006 Alexander Larsson - 2.12.4-5 - rebuild for new python From fedora-extras-commits at redhat.com Mon Dec 11 08:53:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 03:53:15 -0500 Subject: rpms/opencv/devel opencv.spec,1.11,1.12 Message-ID: <200612110853.kBB8rFZs025172@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25157 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- opencv.spec 4 Oct 2006 22:34:05 -0000 1.11 +++ opencv.spec 11 Dec 2006 08:52:45 -0000 1.12 @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,8 +130,11 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 +- Remove python-abi. + * Thu Oct 05 2006 Christian Iseli 0.9.9-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Thu Sep 21 2006 Ralf Cors??pius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS. From fedora-extras-commits at redhat.com Mon Dec 11 08:54:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 03:54:33 -0500 Subject: rpms/opencv/FC-6 opencv.spec,1.11,1.12 Message-ID: <200612110854.kBB8sXwD025233@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25218 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/FC-6/opencv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- opencv.spec 4 Oct 2006 22:34:05 -0000 1.11 +++ opencv.spec 11 Dec 2006 08:54:03 -0000 1.12 @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,8 +130,11 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 +- Remove python-abi. + * Thu Oct 05 2006 Christian Iseli 0.9.9-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Thu Sep 21 2006 Ralf Cors??pius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS. From fedora-extras-commits at redhat.com Mon Dec 11 08:56:01 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 03:56:01 -0500 Subject: rpms/opencv/FC-5 opencv.spec,1.6,1.7 Message-ID: <200612110856.kBB8u1l4025305@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25279 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/FC-5/opencv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- opencv.spec 22 Sep 2006 02:11:31 -0000 1.6 +++ opencv.spec 11 Dec 2006 08:55:31 -0000 1.7 @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,6 +130,12 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 +- Remove python-abi. + +* Thu Oct 05 2006 Christian Iseli 0.9.9-3 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + * Thu Sep 21 2006 Ralf Cors??pius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS. - Activate testsuite. From fedora-extras-commits at redhat.com Mon Dec 11 09:01:45 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:01:45 -0500 Subject: rpms/git/FC-3 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.23, 1.24 Message-ID: <200612110901.kBB91jb4028475@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28454 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 10 Dec 2006 22:35:27 -0000 1.23 +++ git.spec 11 Dec 2006 09:01:15 -0000 1.24 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:02:58 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:02:58 -0500 Subject: rpms/git/FC-4 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.23, 1.24 Message-ID: <200612110902.kBB92wd4028701@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28678 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 10 Dec 2006 22:36:16 -0000 1.23 +++ git.spec 11 Dec 2006 09:02:28 -0000 1.24 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:04:10 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:04:10 -0500 Subject: rpms/git/FC-5 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.23, 1.24 Message-ID: <200612110904.kBB94ANx028780@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28757 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 10 Dec 2006 22:37:05 -0000 1.23 +++ git.spec 11 Dec 2006 09:03:40 -0000 1.24 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:05:20 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:05:20 -0500 Subject: rpms/git/FC-6 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.24, 1.25 Message-ID: <200612110905.kBB95Kh2029218@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28842 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/git.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- git.spec 10 Dec 2006 22:37:54 -0000 1.24 +++ git.spec 11 Dec 2006 09:04:50 -0000 1.25 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:06:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Mon, 11 Dec 2006 04:06:53 -0500 Subject: rpms/gjots2/devel gjots2.spec,1.3,1.4 Message-ID: <200612110906.kBB96rxj029313@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/gjots2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29274 Modified Files: gjots2.spec Log Message: - rebuilt against new python Index: gjots2.spec =================================================================== RCS file: /cvs/extras/rpms/gjots2/devel/gjots2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gjots2.spec 7 Sep 2006 11:44:34 -0000 1.3 +++ gjots2.spec 11 Dec 2006 09:06:23 -0000 1.4 @@ -19,7 +19,7 @@ # MA 02111-1307, USA. %define ver 2.3.4 -%define rel 6 +%define rel 7 Summary: A note jotter - Organise your ideas, notes, facts in a hierarchy Name: gjots2 @@ -131,6 +131,9 @@ %{_mandir}/man1/docbook2gjots* %changelog +* Mon Dec 11 2006 Radek Vokal 2.3.4-7 +- rebuilt against new python + * Thu Sep 7 2006 Radek Vokal 2.3.4-6 - don't ghost pyo files (#205377) From fedora-extras-commits at redhat.com Mon Dec 11 09:07:02 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:07:02 -0500 Subject: rpms/git/devel cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.25, 1.26 Message-ID: <200612110907.kBB97278029316@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29292 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- git.spec 10 Dec 2006 22:33:20 -0000 1.25 +++ git.spec 11 Dec 2006 09:06:32 -0000 1.26 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,6 +159,10 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 From fedora-extras-commits at redhat.com Mon Dec 11 09:37:26 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 04:37:26 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.29,1.30 Message-ID: <200612110937.kBB9bQqQ029579@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29564 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-7 - Also add libtool buildreq Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sabayon.spec 11 Dec 2006 08:03:48 -0000 1.29 +++ sabayon.spec 11 Dec 2006 09:36:55 -0000 1.30 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -49,6 +49,7 @@ BuildRequires: xorg-x11-xinit # Needed for patch 2 (libdir fix) +BuildRequires: libtool BuildRequires: automake BuildRequires: autoconf @@ -92,7 +93,8 @@ # Needed for patch 2 (libdir fix) aclocal -automake +libtoolize --force +automake --add-missing autoconf %configure \ @@ -262,6 +264,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-7 +- Also add libtool buildreq + * Mon Dec 11 2006 Alexander Larsson - 2.12.4-6 - Add aclocal call to build with automake 1.10 From fedora-extras-commits at redhat.com Mon Dec 11 09:45:40 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Mon, 11 Dec 2006 04:45:40 -0500 Subject: status-report-scripts parseBZbugList,1.59,1.60 Message-ID: <200612110945.kBB9jeSK029680@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29665 Modified Files: parseBZbugList Log Message: FE-APPROVE -> FE-ACCEPT. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- parseBZbugList 6 Dec 2006 01:32:05 -0000 1.59 +++ parseBZbugList 11 Dec 2006 09:45:40 -0000 1.60 @@ -542,7 +542,7 @@ if ($COUNT_LIST{"openInOwners"} > 0) { print "\n\n=== Packages that have not yet completed review ===\n"; print "\nWe have $COUNT_LIST{'openInOwners'} packages ", - "which have not yet been FE-APPROVE'd...\n"; + "which have not yet been FE-ACCEPT'd...\n"; &displayBLWiki($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR, 5); &displayBLWiki($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN, 5); } @@ -713,7 +713,7 @@ } if ($COUNT_LIST{"openInOwners"} > 0) { print STDERR " - $COUNT_LIST{'openInOwners'} packages ", - "which have not yet been FE-APPROVE'd...\n"; + "which have not yet been FE-ACCEPT'd...\n"; &displayBL($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR, 5); &displayBL($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN, 5); } From fedora-extras-commits at redhat.com Mon Dec 11 10:04:13 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 05:04:13 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.30,1.31 Message-ID: <200612111004.kBBA4DQX000363@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv348 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-8 - Add intltool buildreq Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sabayon.spec 11 Dec 2006 09:36:55 -0000 1.30 +++ sabayon.spec 11 Dec 2006 10:03:43 -0000 1.31 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -49,6 +49,7 @@ BuildRequires: xorg-x11-xinit # Needed for patch 2 (libdir fix) +BuildRequires: intltool BuildRequires: libtool BuildRequires: automake BuildRequires: autoconf @@ -264,6 +265,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-8 +- Add intltool buildreq + * Mon Dec 11 2006 Alexander Larsson - 2.12.4-7 - Also add libtool buildreq From fedora-extras-commits at redhat.com Mon Dec 11 10:36:00 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 05:36:00 -0500 Subject: rpms/proftpd/devel proftpd.spec,1.25,1.26 Message-ID: <200612111036.kBBAa0aX000592@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv575 Modified Files: proftpd.spec Log Message: Rebuild against new PostgreSQL. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- proftpd.spec 27 Nov 2006 17:53:07 -0000 1.25 +++ proftpd.spec 11 Dec 2006 10:35:30 -0000 1.26 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0a -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -190,6 +190,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 1.3.0a-2 +- Rebuild against new PostgreSQL. + * Mon Nov 27 2006 Matthias Saou 1.3.0a-1 - Update to 1.3.0a, which actually fixes CVE-2006-5815... yes, #214820!). From fedora-extras-commits at redhat.com Mon Dec 11 10:48:36 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 05:48:36 -0500 Subject: rpms/gnome-python2-gda/devel gnome-python2-gda.spec,1.1,1.2 Message-ID: <200612111048.kBBAma1T000737@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-python2-gda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv720 Modified Files: gnome-python2-gda.spec Log Message: Rebuild for python 2.5 Index: gnome-python2-gda.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-python2-gda/devel/gnome-python2-gda.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-python2-gda.spec 2 Oct 2006 06:59:01 -0000 1.1 +++ gnome-python2-gda.spec 11 Dec 2006 10:48:06 -0000 1.2 @@ -8,7 +8,7 @@ Summary: PyGNOME Python extension module for interacting with gda Name: gnome-python2-gda Version: 2.14.2 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Languages URL: http://developer.gnome.org @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 2.14.2-3 +- Rebuild for python 2.5 + * Mon Oct 2 2006 Denis Leroy - 2.14.2-2 - Split for devel package From fedora-extras-commits at redhat.com Mon Dec 11 10:52:07 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 11 Dec 2006 05:52:07 -0500 Subject: comps comps-fe5.xml.in, 1.211, 1.212 comps-fe6.xml.in, 1.241, 1.242 comps-fe7.xml.in, 1.47, 1.48 Message-ID: <200612111052.kBBAq7PS000807@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv786 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Add alphabet-soup Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.211 retrieving revision 1.212 diff -u -r1.211 -r1.212 --- comps-fe5.xml.in 7 Dec 2006 16:11:20 -0000 1.211 +++ comps-fe5.xml.in 11 Dec 2006 10:51:37 -0000 1.212 @@ -312,6 +312,7 @@ abe abuse alex4 + alphabet-soup arrows atomix atomorun Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.241 retrieving revision 1.242 diff -u -r1.241 -r1.242 --- comps-fe6.xml.in 7 Dec 2006 23:09:32 -0000 1.241 +++ comps-fe6.xml.in 11 Dec 2006 10:51:37 -0000 1.242 @@ -364,6 +364,7 @@ abe abuse alex4 + alphabet-soup arrows atomix atomorun Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- comps-fe7.xml.in 10 Dec 2006 18:21:04 -0000 1.47 +++ comps-fe7.xml.in 11 Dec 2006 10:51:37 -0000 1.48 @@ -364,6 +364,7 @@ abe abuse alex4 + alphabet-soup arrows atomix atomorun From fedora-extras-commits at redhat.com Mon Dec 11 11:06:18 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 06:06:18 -0500 Subject: rpms/epydoc/devel epydoc.spec,1.7,1.8 Message-ID: <200612111106.kBBB6IbF003970@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3951 Modified Files: epydoc.spec Log Message: Rebuild against python 2.5. Index: epydoc.spec =================================================================== RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- epydoc.spec 6 Sep 2006 13:31:59 -0000 1.7 +++ epydoc.spec 11 Dec 2006 11:05:48 -0000 1.8 @@ -3,7 +3,7 @@ Summary: Automatic API documentation generation tool for Python Name: epydoc Version: 2.1 -Release: 6%{?dist} +Release: 7%{?dist} Group: Development/Tools License: MIT URL: http://epydoc.sourceforge.net/ @@ -65,6 +65,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 2.1-7 +- Rebuild against python 2.5. + * Wed Sep 6 2006 Matthias Saou 2.1-6 - No longer ghost the .pyo files, as per new python guidelines (#205374). From fedora-extras-commits at redhat.com Mon Dec 11 11:09:58 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 06:09:58 -0500 Subject: rpms/metakit/devel metakit.spec,1.14,1.15 Message-ID: <200612111109.kBBB9wbk004050@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/metakit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4031 Modified Files: metakit.spec Log Message: Rebuild against python 2.5. Index: metakit.spec =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- metakit.spec 28 Aug 2006 11:24:28 -0000 1.14 +++ metakit.spec 11 Dec 2006 11:09:28 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Embeddable database Name: metakit Version: 2.4.9.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.equi4.com/metakit/ @@ -81,6 +81,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 2.4.9.5-4 +- Rebuild against python 2.5. + * Mon Aug 28 2006 Matthias Saou 2.4.9.5-3 - FC6 rebuild. - Remove gcc-c++ build requirement, it's a default. From fedora-extras-commits at redhat.com Mon Dec 11 11:11:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 06:11:44 -0500 Subject: rpms/moin/devel moin.spec,1.11,1.12 Message-ID: <200612111111.kBBBBibW004120@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4105 Modified Files: moin.spec Log Message: Rebuild against python 2.5. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- moin.spec 31 Oct 2006 15:11:26 -0000 1.11 +++ moin.spec 11 Dec 2006 11:11:14 -0000 1.12 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin Version: 1.5.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -52,6 +52,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 1.5.6-2 +- Rebuild against python 2.5. + * Tue Oct 31 2006 Matthias Saou 1.5.6-1 - Update to 1.5.6. From fedora-extras-commits at redhat.com Mon Dec 11 11:42:38 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 06:42:38 -0500 Subject: rpms/gstreamer-python/devel .cvsignore, 1.6, 1.7 gstreamer-python.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200612111142.kBBBgcMk004357@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gstreamer-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4336 Modified Files: .cvsignore gstreamer-python.spec sources Log Message: Update to 0.10.6, rebuild with python 2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Sep 2006 14:50:22 -0000 1.6 +++ .cvsignore 11 Dec 2006 11:42:08 -0000 1.7 @@ -1 +1 @@ -gst-python-0.10.5.tar.bz2 +gst-python-0.10.6.tar.bz2 Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/gstreamer-python.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gstreamer-python.spec 4 Oct 2006 22:15:17 -0000 1.14 +++ gstreamer-python.spec 11 Dec 2006 11:42:08 -0000 1.15 @@ -2,11 +2,10 @@ %define gstpb_minver 0.10.5 %define pygtk_minver 2.8.0 %define majorminor 0.10 -%define gstreamer gstreamer -Name: %{gstreamer}-python -Version: 0.10.5 -Release: 2%{?dist} +Name: gstreamer-python +Version: 0.10.6 +Release: 1%{?dist} Summary: Python bindings for GStreamer Group: Development/Languages @@ -17,8 +16,8 @@ Requires: python >= 2 Requires: pygtk2 >= %{pygtk_minver} -Requires: %{gstreamer} >= %{gst_minver} -Requires: %{gstreamer}-plugins-base >= %{gstpb_minver} +Requires: gstreamer >= %{gst_minver} +Requires: gstreamer-plugins-base >= %{gstpb_minver} BuildRequires: python >= 2 BuildRequires: python-devel >= 2 @@ -27,11 +26,11 @@ # xwindowlistener needs X11 headers BuildRequires: libX11-devel -BuildRequires: %{gstreamer}-devel >= %{gst_minver} -BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver} +BuildRequires: gstreamer-devel >= %{gst_minver} +BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_minver} # no sense in splitting off a devel package just yet -Provides: %{gstreamer}-python-devel = %{version}-%{release} +Provides: gstreamer-python-devel = %{version}-%{release} %description This module contains a wrapper that allows GStreamer applications @@ -68,8 +67,11 @@ %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Mon Dec 11 2006 Denis Leroy - 0.10.6-1 +- Update to 0.10.6, build with python 2.5 + * Thu Oct 05 2006 Christian Iseli 0.10.5-2 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 26 2006 Denis Leroy - 0.10.5-1 - Update to 0.10.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Sep 2006 14:50:22 -0000 1.6 +++ sources 11 Dec 2006 11:42:08 -0000 1.7 @@ -1 +1 @@ -f5e614356e581c644bb4c79c1de7ed7e gst-python-0.10.5.tar.bz2 +dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 11:47:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 06:47:24 -0500 Subject: rpms/k3d/devel k3d.spec,1.11,1.12 Message-ID: <200612111147.kBBBlOga004442@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4427 Modified Files: k3d.spec Log Message: Rebuild with python 2.5 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- k3d.spec 28 Nov 2006 08:58:57 -0000 1.11 +++ k3d.spec 11 Dec 2006 11:46:53 -0000 1.12 @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -152,6 +152,9 @@ %changelog +* Mon Dec 11 2006 Denis Leroy - 0.6.4.0-2 +- Rebuild with python 2.5 + * Thu Nov 23 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 From fedora-extras-commits at redhat.com Mon Dec 11 13:10:14 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 08:10:14 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.22,1.23 Message-ID: <200612111310.kBBDAE8v011056@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11041 Modified Files: Push.py Log Message: more beautiful and easier to the eyes? Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Push.py 2 Dec 2006 09:08:40 -0000 1.22 +++ Push.py 11 Dec 2006 13:10:14 -0000 1.23 @@ -350,7 +350,7 @@ if len(filedict['srpm']) > 1: mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) ) - buildreportinfo = 'Invalid build results: %s-%s\n' % (name,os.path.basename(pkgrelroot)) + buildreportinfo = '%s-%s : INVALID build results, not published! INV\n' % (name,os.path.basename(pkgrelroot)) if buildreport: rundirfile.write(buildreportinfo) rundirfile.close() @@ -366,19 +366,12 @@ rollback.append(destloc) Utils.install_move(package,destloc) if WhatsNew.get(dist,name): - buildreportinfo = '%s-%s-%s\n' % (n,v,r) + buildreportinfo += '%s-%s-%s\n' % (n,v,r) else: - tmp1 = '%s-%s-%s' % (n,v,r) - tmp1len = len(tmp1) - linelen = 66 - if tmp1len < linelen: - buildreportinfo = tmp1+' '*(linelen-tmp1len) - else: - buildreportinfo = tmp1+' ' - buildreportinfo += 'NEW\n' + buildreportinfo = '%s-%s-%s NEW\n' % (n,v,r) else: # src.rpm published before, exclude entire build job mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) ) - buildreportinfo = '*** Invalid rebuild: %s-%s\n' % (name,os.path.basename(pkgrelroot)) + buildreportinfo = '%s-%s : INVALID rebuild, not published! INV\n' % (name,os.path.basename(pkgrelroot)) if buildreport: rundirfile.write(buildreportinfo) rundirfile.close() @@ -564,9 +557,15 @@ uniqued.sort() body += "\nPackages built and released for %s %s: %s \n\n" % (cfg.project_hr, dist, len(uniqued)) - for pkg in uniqued: - add = ' %s\n' % (pkg) - body += add + for p in uniqued: + if p.endswith(' NEW'): + p = p[:-4] + p = 'NEW '+p + elif p.endswith(' INV'): + p = '(!) '+p[:-4] + else: + p = ' '+p + body += p+'\n' body += '\n' if not body: From fedora-extras-commits at redhat.com Mon Dec 11 13:14:41 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 08:14:41 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.23,1.24 Message-ID: <200612111314.kBBDEf3u011092@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11077 Modified Files: Push.py Log Message: the + is wrong here From fedora-extras-commits at redhat.com Mon Dec 11 13:47:01 2006 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 11 Dec 2006 08:47:01 -0500 Subject: rpms/openoffice.org-dict-cs_CZ/devel openoffice.org-dict-cs_CZ.spec, 1.3, 1.4 Message-ID: <200612111347.kBBDl1K7011261@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/rpms/openoffice.org-dict-cs_CZ/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11246 Modified Files: openoffice.org-dict-cs_CZ.spec Log Message: * Mon Dec 11 2006 Tomas Mraz - 20060303-3 - package must be arch-specific now because ooo is now 64bit on x86_64 as well (#219100) Index: openoffice.org-dict-cs_CZ.spec =================================================================== RCS file: /cvs/extras/rpms/openoffice.org-dict-cs_CZ/devel/openoffice.org-dict-cs_CZ.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openoffice.org-dict-cs_CZ.spec 7 Sep 2006 18:48:00 -0000 1.3 +++ openoffice.org-dict-cs_CZ.spec 11 Dec 2006 13:46:31 -0000 1.4 @@ -1,13 +1,12 @@ Name: openoffice.org-dict-cs_CZ Version: 20060303 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Czech spellchecker and hyphenation dictionaries for OpenOffice.org License: GPL Group: Applications/Productivity URL: ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/Czech/spell_checking/ Source0: openoffice.org-dict-cs_CZ.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch Requires: openoffice.org-core %define instdir %{_libdir}/openoffice.org2.0 @@ -43,6 +42,10 @@ echo 'DICT cs CZ cs_CZ' >> %{instdir}/share/dict/ooo/dictionary.lst %changelog +* Mon Dec 11 2006 Tomas Mraz - 20060303-3 +- package must be arch-specific now because ooo is now 64bit on x86_64 as + well (#219100) + * Thu Sep 7 2006 Tomas Mraz - 20060303-2 - rebuilt for FC6 From fedora-extras-commits at redhat.com Mon Dec 11 14:00:03 2006 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 11 Dec 2006 09:00:03 -0500 Subject: rpms/openoffice.org-dict-cs_CZ/FC-6 openoffice.org-dict-cs_CZ.spec, 1.3, 1.4 Message-ID: <200612111400.kBBE03iA011368@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/rpms/openoffice.org-dict-cs_CZ/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11350 Modified Files: openoffice.org-dict-cs_CZ.spec Log Message: * Mon Dec 11 2006 Tomas Mraz - 20060303-3 - package must be arch-specific now because ooo is now 64bit on x86_64 as well (#219100) Index: openoffice.org-dict-cs_CZ.spec =================================================================== RCS file: /cvs/extras/rpms/openoffice.org-dict-cs_CZ/FC-6/openoffice.org-dict-cs_CZ.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openoffice.org-dict-cs_CZ.spec 7 Sep 2006 18:48:00 -0000 1.3 +++ openoffice.org-dict-cs_CZ.spec 11 Dec 2006 13:59:33 -0000 1.4 @@ -1,13 +1,12 @@ Name: openoffice.org-dict-cs_CZ Version: 20060303 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Czech spellchecker and hyphenation dictionaries for OpenOffice.org License: GPL Group: Applications/Productivity URL: ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/Czech/spell_checking/ Source0: openoffice.org-dict-cs_CZ.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch Requires: openoffice.org-core %define instdir %{_libdir}/openoffice.org2.0 @@ -43,6 +42,10 @@ echo 'DICT cs CZ cs_CZ' >> %{instdir}/share/dict/ooo/dictionary.lst %changelog +* Mon Dec 11 2006 Tomas Mraz - 20060303-3 +- package must be arch-specific now because ooo is now 64bit on x86_64 as + well (#219100) + * Thu Sep 7 2006 Tomas Mraz - 20060303-2 - rebuilt for FC6 From fedora-extras-commits at redhat.com Mon Dec 11 14:07:53 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 09:07:53 -0500 Subject: rpms/koffice/devel koffice.spec,1.47,1.48 Message-ID: <200612111407.kBBE7r6p014540@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14525 Modified Files: koffice.spec Log Message: * Sun Dec 10 2006 Rex Dieter 1.6.2-3 - -devel %files: +%exclude %_libdir/libkdeinit_*.so Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- koffice.spec 9 Dec 2006 17:37:24 -0000 1.47 +++ koffice.spec 11 Dec 2006 14:07:23 -0000 1.48 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -411,6 +411,7 @@ %{_includedir}/* %{_datadir}/doc/HTML/en/koffice-apidocs/ %{_libdir}/lib*.so +%exclude %{_libdir}/libkdeinit_*.so %files kword %defattr(-,root,root,-) @@ -659,6 +660,10 @@ %changelog +* Sun Dec 10 2006 Rex Dieter +1.6.2-3 +- -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so + * Sat Dec 09 2006 Rex Dieter 1.6.2-2 - BR: poppler-qt-devel (#158941,#212145) From fedora-extras-commits at redhat.com Mon Dec 11 14:10:01 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 09:10:01 -0500 Subject: rpms/epydoc/devel epydoc.spec,1.8,1.9 Message-ID: <200612111410.kBBEA1MH014636@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14618 Modified Files: epydoc.spec Log Message: Fixes to build on FC dev and cleanups. Index: epydoc.spec =================================================================== RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- epydoc.spec 11 Dec 2006 11:05:48 -0000 1.8 +++ epydoc.spec 11 Dec 2006 14:09:31 -0000 1.9 @@ -10,9 +10,8 @@ Source0: http://dl.sf.net/epydoc/epydoc-%{version}.tar.gz Source1: epydocgui.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: tkinter -BuildRequires: python, desktop-file-utils +BuildRequires: python-devel, desktop-file-utils BuildArch: noarch %description @@ -67,6 +66,8 @@ %changelog * Mon Dec 11 2006 Matthias Saou 2.1-7 - Rebuild against python 2.5. +- Remove no longer needed explicit python-abi requirement. +- Change python build requirement to python-devel, as it's needed now. * Wed Sep 6 2006 Matthias Saou 2.1-6 - No longer ghost the .pyo files, as per new python guidelines (#205374). From fedora-extras-commits at redhat.com Mon Dec 11 14:12:45 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 09:12:45 -0500 Subject: rpms/moin/devel moin.spec,1.12,1.13 Message-ID: <200612111412.kBBECjhs014734@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14696 Modified Files: moin.spec Log Message: Change python-devel build requirement to actually build. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- moin.spec 11 Dec 2006 11:11:14 -0000 1.12 +++ moin.spec 11 Dec 2006 14:12:15 -0000 1.13 @@ -10,7 +10,7 @@ Patch0: moin-1.5.2-config.patch Patch1: moin-1.3.5-xml_newline.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python, dos2unix +BuildRequires: python-devel, dos2unix BuildArch: noarch %description @@ -54,6 +54,7 @@ %changelog * Mon Dec 11 2006 Matthias Saou 1.5.6-2 - Rebuild against python 2.5. +- Change python build requirement to python-devel, as it's needed now. * Tue Oct 31 2006 Matthias Saou 1.5.6-1 - Update to 1.5.6. From fedora-extras-commits at redhat.com Mon Dec 11 14:21:32 2006 From: fedora-extras-commits at redhat.com (Mike Bonnet (mikeb)) Date: Mon, 11 Dec 2006 09:21:32 -0500 Subject: rpms/python-cheetah/devel python-cheetah.spec,1.5,1.6 Message-ID: <200612111421.kBBELWO7014886@cvs-int.fedora.redhat.com> Author: mikeb Update of /cvs/extras/rpms/python-cheetah/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14871 Modified Files: python-cheetah.spec Log Message: rebuild for python 2.5 Index: python-cheetah.spec =================================================================== RCS file: /cvs/extras/rpms/python-cheetah/devel/python-cheetah.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-cheetah.spec 11 Sep 2006 14:15:03 -0000 1.5 +++ python-cheetah.spec 11 Dec 2006 14:21:02 -0000 1.6 @@ -2,7 +2,7 @@ Name: python-cheetah Version: 2.0 -Release: 0.2.rc7%{?dist} +Release: 0.3.rc7%{?dist} Summary: Template engine and code-generator Group: Development/Libraries @@ -14,8 +14,6 @@ BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") - %description Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other @@ -32,7 +30,7 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --root %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} %check export PATH="%{buildroot}/%{_bindir}:$PATH" @@ -88,6 +86,10 @@ %{python_sitelib}/Cheetah/Utils/optik/*.pyo %changelog +* Sun Dec 10 2006 Mike Bonnet - 2.0-0.3.rc7 +- rebuild against python 2.5 +- remove obsolete python-abi Requires: + * Mon Sep 11 2006 Mike Bonnet - 2.0-0.2.rc7 - un-%%ghost .pyo files From fedora-extras-commits at redhat.com Mon Dec 11 14:30:46 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 09:30:46 -0500 Subject: fedora-security/audit fc5,1.414,1.415 fc6,1.166,1.167 Message-ID: <200612111430.kBBEUkel015005@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14986/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6304 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.414 retrieving revision 1.415 diff -u -r1.414 -r1.415 --- fc5 11 Dec 2006 07:07:57 -0000 1.414 +++ fc5 11 Dec 2006 14:30:46 -0000 1.415 @@ -7,6 +7,7 @@ CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp +CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- fc6 11 Dec 2006 07:07:57 -0000 1.166 +++ fc6 11 Dec 2006 14:30:46 -0000 1.167 @@ -7,6 +7,7 @@ CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp +CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] From fedora-extras-commits at redhat.com Mon Dec 11 15:24:56 2006 From: fedora-extras-commits at redhat.com (Mike Bonnet (mikeb)) Date: Mon, 11 Dec 2006 10:24:56 -0500 Subject: rpms/python-krbV/devel python-krbV.spec,1.5,1.6 Message-ID: <200612111524.kBBFOuPl018480@cvs-int.fedora.redhat.com> Author: mikeb Update of /cvs/extras/rpms/python-krbV/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18399 Modified Files: python-krbV.spec Log Message: rebuild for python 2.5 Index: python-krbV.spec =================================================================== RCS file: /cvs/extras/rpms/python-krbV/devel/python-krbV.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-krbV.spec 13 Sep 2006 22:20:26 -0000 1.5 +++ python-krbV.spec 11 Dec 2006 15:24:26 -0000 1.6 @@ -2,7 +2,7 @@ Name: python-krbV Version: 1.0.13 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python extension module for Kerberos 5 Group: Development/Languages @@ -17,8 +17,6 @@ BuildRequires: krb5-devel >= 1.2.2 BuildRequires: /bin/awk -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") - %description python-krbV allows python programs to use Kerberos 5 authentication/security. @@ -45,6 +43,10 @@ %{python_sitelib}/krbVmodule.so %changelog +* Mon Dec 11 2006 Mike Bonnet - 1.0.13-5 +- rebuild for python 2.5 +- remove obsolete python-abi Requires: + * Wed Sep 13 2006 Mike Bonnet - 1.0.13-4 - support building against krb5-1.5, where the headers have been moved to /usr/include/krb5 From fedora-extras-commits at redhat.com Mon Dec 11 15:24:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 10:24:53 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.24,1.25 Message-ID: <200612111524.kBBFOrUM018476@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18460 Modified Files: Push.py Log Message: the + is wrong -- test, commit mail disabled or bug? Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- Push.py 11 Dec 2006 13:14:41 -0000 1.24 +++ Push.py 11 Dec 2006 15:24:53 -0000 1.25 @@ -559,8 +559,7 @@ body += "\nPackages built and released for %s %s: %s \n\n" % (cfg.project_hr, dist, len(uniqued)) for p in uniqued: if p.endswith(' NEW'): - p = p[:-4] - p = 'NEW '+p + p = 'NEW '+p[:-4] elif p.endswith(' INV'): p = '(!) '+p[:-4] else: From fedora-extras-commits at redhat.com Mon Dec 11 15:25:16 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Mon, 11 Dec 2006 10:25:16 -0500 Subject: rpms/wxPython/devel wxPython.spec,1.12,1.13 Message-ID: <200612111525.kBBFPGkt018528@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18431 Modified Files: wxPython.spec Log Message: * Mon Dec 11 2006 Matthew Miller - 2.6.3.2-3 - bump release for rebuild against python 2.5. Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wxPython.spec 28 Aug 2006 20:05:21 -0000 1.12 +++ wxPython.spec 11 Dec 2006 15:24:46 -0000 1.13 @@ -5,7 +5,7 @@ Name: wxPython Version: 2.6.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GUI toolkit for the Python programming language @@ -92,6 +92,9 @@ %changelog +* Mon Dec 11 2006 Matthew Miller - 2.6.3.2-3 +- bump release for rebuild against python 2.5. + * Mon Aug 28 2006 Matthew Miller - 2.6.3.2-2 - bump release for FC6 rebuild From fedora-extras-commits at redhat.com Mon Dec 11 15:31:34 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 10:31:34 -0500 Subject: rpms/opencv/devel opencv-1.0.0-configure.in.diff, NONE, 1.1 opencv-1.0.0-pythondir.diff, NONE, 1.1 opencv-1.0.0-autotools.diff, NONE, 1.1 Message-ID: <200612111531.kBBFVYKB018652@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18640 Added Files: opencv-1.0.0-configure.in.diff opencv-1.0.0-pythondir.diff opencv-1.0.0-autotools.diff Log Message: New. opencv-1.0.0-configure.in.diff: --- NEW FILE opencv-1.0.0-configure.in.diff --- --- opencv-1.0.0.orig/configure.in 2006-11-03 16:54:33.000000000 +0100 +++ opencv-1.0.0/configure.in 2006-12-11 11:43:06.000000000 +0100 @@ -202,28 +202,28 @@ i686-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to i686/pentiumpro -- people can override this - CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" fi ;; powerpc-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to G3 processors -- people can override this - CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" fi ;; *-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" fi ;; esac CPPFLAGS="-DNDEBUG $CPPFLAGS" - CXXFLAGS="-O3 $CXXFLAGS" +: CXXFLAGS="-O3 $CXXFLAGS" fi if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" +: CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" fi # add libm because it is used by several libraries and OpenCV itself opencv-1.0.0-pythondir.diff: --- NEW FILE opencv-1.0.0-pythondir.diff --- --- opencv-1.0.0.orig/interfaces/swig/python/Makefile.am 2006-08-10 15:29:20.000000000 +0200 +++ opencv-1.0.0/interfaces/swig/python/Makefile.am 2006-12-11 11:43:35.000000000 +0100 @@ -92,7 +92,7 @@ if BUILD_PYTHON_WRAPPERS -pkgpython_LTLIBRARIES = _cv.la _highgui.la +pkgpyexec_LTLIBRARIES = _cv.la _highgui.la pkgpython_PYTHON = \ __init__.py \ opencv-1.0.0-autotools.diff: --- NEW FILE opencv-1.0.0-autotools.diff --- diff -ur opencv-1.0.0.orig/aclocal.m4 opencv-1.0.0/aclocal.m4 --- opencv-1.0.0.orig/aclocal.m4 2006-11-03 16:54:43.000000000 +0100 +++ opencv-1.0.0/aclocal.m4 2006-12-11 11:48:08.000000000 +0100 @@ -1578,10 +1578,27 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '[#]line __oline__ "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -4288,6 +4305,9 @@ # Is the compiler the GNU C compiler? with_gcc=$_LT_AC_TAGVAR(GCC, $1) +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -4421,11 +4441,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) +predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) +postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -4437,7 +4457,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) +compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -4517,7 +4537,7 @@ link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -6353,6 +6373,7 @@ done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris @@ -6385,6 +6406,7 @@ done ]) SED=$lt_cv_path_SED +AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ]) diff -ur opencv-1.0.0.orig/apps/haartraining/include/Makefile.in opencv-1.0.0/apps/haartraining/include/Makefile.in --- opencv-1.0.0.orig/apps/haartraining/include/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/apps/haartraining/include/Makefile.in 2006-12-11 11:48:56.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/apps/haartraining/Makefile.in opencv-1.0.0/apps/haartraining/Makefile.in --- opencv-1.0.0.orig/apps/haartraining/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/apps/haartraining/Makefile.in 2006-12-11 11:48:55.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/apps/haartraining/src/Makefile.in opencv-1.0.0/apps/haartraining/src/Makefile.in --- opencv-1.0.0.orig/apps/haartraining/src/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/apps/haartraining/src/Makefile.in 2006-12-11 11:48:56.000000000 +0100 @@ -202,6 +202,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/apps/Makefile.in opencv-1.0.0/apps/Makefile.in --- opencv-1.0.0.orig/apps/Makefile.in 2006-11-03 16:54:51.000000000 +0100 +++ opencv-1.0.0/apps/Makefile.in 2006-12-11 11:48:55.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/configure opencv-1.0.0/configure --- opencv-1.0.0.orig/configure 2006-11-03 16:54:49.000000000 +0100 +++ opencv-1.0.0/configure 2006-12-11 11:48:22.000000000 +0100 @@ -466,7 +466,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MMAJOR MMINOR MSUBMINOR LT_VERSION CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LN_S ECHO AR ac_! ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL BUILD_APPS_TRUE BUILD_APPS_FALSE ALLOCA CARBON_CFLAGS CARBON_LIBS BUILD_CARBON_TRUE BUILD_CARBON_FALSE PKG_CONFIG GTK_CFLAGS GTK_LIBS GTHREAD_CFLAGS GTHREAD_LIBS BUILD_GTK_TRUE BUILD_GTK_FALSE QUICKTIME_CFLAGS QUICKTIME_LIBS BUILD_QUICKTIME_TRUE BUILD_QUICKTIME_FALSE XINE_LIBS BUILD_XINE_TRUE BUILD_XINE_FALSE FFMPEGLIBS BUILD_FFMPEG_TRUE BUILD_FFMPEG_FALSE IEEE1394LIBS BUILD_DC1394_TRUE BUILD_DC1394_FALSE BUILD_V4L_TRUE BUILD_V4L_FALSE IMAGELIBS PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_CSPEC PYTHON_LSPEC BUILD_PYTHON_WRAPPERS_TRUE BUILD_PYTHON_WRAPPERS_FALSE SWIG SWIG_VERSION SWIG_RUNTIME_LIBS_DIR SWIG_PYTHON_OPT SWIG_PYTHON_LIBS UPDATE_SWIG_WRAPPERS_TRUE UPDATE_SWIG_WRAPPERS_FALSE DEBUG LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MMAJOR MMINOR MSUBMINOR LT_VERSION CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP SED EGREP LN_S ECHO AR! ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL BUILD_APPS_TRUE BUILD_APPS_FALSE ALLOCA CARBON_CFLAGS CARBON_LIBS BUILD_CARBON_TRUE BUILD_CARBON_FALSE PKG_CONFIG GTK_CFLAGS GTK_LIBS GTHREAD_CFLAGS GTHREAD_LIBS BUILD_GTK_TRUE BUILD_GTK_FALSE QUICKTIME_CFLAGS QUICKTIME_LIBS BUILD_QUICKTIME_TRUE BUILD_QUICKTIME_FALSE XINE_LIBS BUILD_XINE_TRUE BUILD_XINE_FALSE FFMPEGLIBS BUILD_FFMPEG_TRUE BUILD_FFMPEG_FALSE IEEE1394LIBS BUILD_DC1394_TRUE BUILD_DC1394_FALSE BUILD_V4L_TRUE BUILD_V4L_FALSE IMAGELIBS PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_CSPEC PYTHON_LSPEC BUILD_PYTHON_WRAPPERS_TRUE BUILD_PYTHON_WRAPPERS_FALSE SWIG SWIG_VERSION SWIG_RUNTIME_LIBS_DIR SWIG_PYTHON_OPT SWIG_PYTHON_LIBS UPDATE_SWIG_WRAPPERS_TRUE UPDATE_SWIG_WRAPPERS_FALSE DEBUG LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -4034,6 +4034,7 @@ done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris @@ -4068,6 +4069,7 @@ fi SED=$lt_cv_path_SED + echo "$as_me:$LINENO: result: $SED" >&5 echo "${ECHO_T}$SED" >&6 @@ -4508,7 +4510,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 4511 "configure"' > conftest.$ac_ext + echo '#line 4513 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -5651,7 +5653,7 @@ # Provide some information about the compiler. -echo "$as_me:5654:" \ +echo "$as_me:5656:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 @@ -6714,11 +6716,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6717: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6719: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6721: \$? = $ac_status" >&5 + echo "$as_me:6723: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -6982,11 +6984,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6985: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6987: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6989: \$? = $ac_status" >&5 + echo "$as_me:6991: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7086,11 +7088,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7089: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7091: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7093: \$? = $ac_status" >&5 + echo "$as_me:7095: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8551,10 +8553,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 8560 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -9431,7 +9454,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:11900: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11878: \$? = $ac_status" >&5 + echo "$as_me:11904: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -11975,11 +12001,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11978: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12004: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11982: \$? = $ac_status" >&5 + echo "$as_me:12008: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12507,10 +12533,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 12540 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -12894,6 +12941,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_CXX +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -13027,11 +13077,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_CXX +predep_objects=\`echo $lt_predep_objects_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_CXX +postdep_objects=\`echo $lt_postdep_objects_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -13043,7 +13093,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_CXX +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -13123,7 +13173,7 @@ link_all_deplibs=$link_all_deplibs_CXX # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -13545,11 +13595,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13548: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13598: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13552: \$? = $ac_status" >&5 + echo "$as_me:13602: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13649,11 +13699,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13652: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13702: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13656: \$? = $ac_status" >&5 + echo "$as_me:13706: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -15094,10 +15144,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 15151 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -15481,6 +15552,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_F77 +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -15614,11 +15688,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_F77 +predep_objects=\`echo $lt_predep_objects_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_F77 +postdep_objects=\`echo $lt_postdep_objects_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -15630,7 +15704,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_F77 +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -15710,7 +15784,7 @@ link_all_deplibs=$link_all_deplibs_F77 # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -15852,11 +15926,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15855: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15929: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15859: \$? = $ac_status" >&5 + echo "$as_me:15933: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16120,11 +16194,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16123: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16197: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16127: \$? = $ac_status" >&5 + echo "$as_me:16201: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16224,11 +16298,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16227: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16301: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16231: \$? = $ac_status" >&5 + echo "$as_me:16305: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17689,10 +17763,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 17770 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -18076,6 +18171,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_GCJ +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -18209,11 +18307,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_GCJ +predep_objects=\`echo $lt_predep_objects_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_GCJ +postdep_objects=\`echo $lt_postdep_objects_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -18225,7 +18323,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -18305,7 +18403,7 @@ link_all_deplibs=$link_all_deplibs_GCJ # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -18557,6 +18655,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_RC +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -18690,11 +18791,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_RC +predep_objects=\`echo $lt_predep_objects_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_RC +postdep_objects=\`echo $lt_postdep_objects_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -18706,7 +18807,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_RC +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -18786,7 +18887,7 @@ link_all_deplibs=$link_all_deplibs_RC # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -19079,28 +19180,28 @@ i686-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to i686/pentiumpro -- people can override this - CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" fi ;; powerpc-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to G3 processors -- people can override this - CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" fi ;; *-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" fi ;; esac CPPFLAGS="-DNDEBUG $CPPFLAGS" - CXXFLAGS="-O3 $CXXFLAGS" +: CXXFLAGS="-O3 $CXXFLAGS" fi if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" +: CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" fi # add libm because it is used by several libraries and OpenCV itself @@ -25580,6 +25681,7 @@ s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t s, at CPP@,$CPP,;t t +s, at SED@,$SED,;t t s, at EGREP@,$EGREP,;t t s, at LN_S@,$LN_S,;t t s, at ECHO@,$ECHO,;t t diff -ur opencv-1.0.0.orig/cv/include/Makefile.in opencv-1.0.0/cv/include/Makefile.in --- opencv-1.0.0.orig/cv/include/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/cv/include/Makefile.in 2006-12-11 11:48:57.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cv/Makefile.in opencv-1.0.0/cv/Makefile.in --- opencv-1.0.0.orig/cv/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/cv/Makefile.in 2006-12-11 11:48:57.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cv/src/Makefile.in opencv-1.0.0/cv/src/Makefile.in --- opencv-1.0.0.orig/cv/src/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cv/src/Makefile.in 2006-12-11 11:48:58.000000000 +0100 @@ -203,6 +203,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cvaux/include/Makefile.in opencv-1.0.0/cvaux/include/Makefile.in --- opencv-1.0.0.orig/cvaux/include/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cvaux/include/Makefile.in 2006-12-11 11:48:59.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cvaux/Makefile.in opencv-1.0.0/cvaux/Makefile.in --- opencv-1.0.0.orig/cvaux/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cvaux/Makefile.in 2006-12-11 11:48:58.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cvaux/src/Makefile.in opencv-1.0.0/cvaux/src/Makefile.in --- opencv-1.0.0.orig/cvaux/src/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cvaux/src/Makefile.in 2006-12-11 11:49:00.000000000 +0100 @@ -209,6 +209,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cxcore/include/Makefile.in opencv-1.0.0/cxcore/include/Makefile.in --- opencv-1.0.0.orig/cxcore/include/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/cxcore/include/Makefile.in 2006-12-11 11:49:01.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cxcore/Makefile.in opencv-1.0.0/cxcore/Makefile.in --- opencv-1.0.0.orig/cxcore/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cxcore/Makefile.in 2006-12-11 11:49:00.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cxcore/src/Makefile.in opencv-1.0.0/cxcore/src/Makefile.in --- opencv-1.0.0.orig/cxcore/src/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/cxcore/src/Makefile.in 2006-12-11 11:49:01.000000000 +0100 @@ -193,6 +193,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/data/Makefile.in opencv-1.0.0/data/Makefile.in --- opencv-1.0.0.orig/data/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/data/Makefile.in 2006-12-11 11:49:02.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/docs/Makefile.in opencv-1.0.0/docs/Makefile.in --- opencv-1.0.0.orig/docs/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/docs/Makefile.in 2006-12-11 11:49:02.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/Makefile.in opencv-1.0.0/interfaces/Makefile.in --- opencv-1.0.0.orig/interfaces/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/interfaces/Makefile.in 2006-12-11 11:49:02.000000000 +0100 @@ -164,6 +164,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/filtered/Makefile.in opencv-1.0.0/interfaces/swig/filtered/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/filtered/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/filtered/Makefile.in 2006-12-11 11:49:03.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/general/Makefile.in opencv-1.0.0/interfaces/swig/general/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/general/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/general/Makefile.in 2006-12-11 11:49:04.000000000 +0100 @@ -150,6 +150,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/Makefile.in opencv-1.0.0/interfaces/swig/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/Makefile.in 2006-12-11 11:49:03.000000000 +0100 @@ -162,6 +162,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/python/Makefile.in opencv-1.0.0/interfaces/swig/python/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/python/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/python/Makefile.in 2006-12-11 11:49:04.000000000 +0100 @@ -63,10 +63,10 @@ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(pkgpythondir)" \ +am__installdirs = "$(DESTDIR)$(pkgpyexecdir)" \ "$(DESTDIR)$(pkgpythondir)" -pkgpythonLTLIBRARIES_INSTALL = $(INSTALL) -LTLIBRARIES = $(pkgpython_LTLIBRARIES) +pkgpyexecLTLIBRARIES_INSTALL = $(INSTALL) +LTLIBRARIES = $(pkgpyexec_LTLIBRARIES) @BUILD_PYTHON_WRAPPERS_TRUE at _cv_la_DEPENDENCIES = \ @BUILD_PYTHON_WRAPPERS_TRUE@ $(top_builddir)/cv/src/libcv.la am___cv_la_SOURCES_DIST = _cv.cpp error.cpp error.h pyhelpers.cpp \ @@ -77,7 +77,7 @@ @BUILD_PYTHON_WRAPPERS_TRUE@ _cv_la-pyhelpers.lo \ @BUILD_PYTHON_WRAPPERS_TRUE@ _cv_la-cvshadow.lo _cv_la_OBJECTS = $(am__cv_la_OBJECTS) - at BUILD_PYTHON_WRAPPERS_TRUE@am__cv_la_rpath = -rpath $(pkgpythondir) + at BUILD_PYTHON_WRAPPERS_TRUE@am__cv_la_rpath = -rpath $(pkgpyexecdir) @BUILD_PYTHON_WRAPPERS_TRUE at _highgui_la_DEPENDENCIES = $(top_builddir)/otherlibs/highgui/libhighgui.la am___highgui_la_SOURCES_DIST = _highgui.cpp pyhelpers.cpp pyhelpers.h \ highgui.i @@ -86,7 +86,7 @@ @BUILD_PYTHON_WRAPPERS_TRUE@ _highgui_la-pyhelpers.lo _highgui_la_OBJECTS = $(am__highgui_la_OBJECTS) @BUILD_PYTHON_WRAPPERS_TRUE at am__highgui_la_rpath = -rpath \ - at BUILD_PYTHON_WRAPPERS_TRUE@ $(pkgpythondir) + at BUILD_PYTHON_WRAPPERS_TRUE@ $(pkgpyexecdir) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp am__depfiles_maybe = depfiles @@ -211,6 +211,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -324,7 +325,7 @@ # Conditional targets ####################################################### - at BUILD_PYTHON_WRAPPERS_TRUE@pkgpython_LTLIBRARIES = _cv.la _highgui.la + at BUILD_PYTHON_WRAPPERS_TRUE@pkgpyexec_LTLIBRARIES = _cv.la _highgui.la @BUILD_PYTHON_WRAPPERS_TRUE at pkgpython_PYTHON = \ @BUILD_PYTHON_WRAPPERS_TRUE@ __init__.py \ @BUILD_PYTHON_WRAPPERS_TRUE@ cv.py \ @@ -382,28 +383,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-pkgpythonLTLIBRARIES: $(pkgpython_LTLIBRARIES) +install-pkgpyexecLTLIBRARIES: $(pkgpyexec_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(pkgpythondir)" || $(mkdir_p) "$(DESTDIR)$(pkgpythondir)" - @list='$(pkgpython_LTLIBRARIES)'; for p in $$list; do \ + test -z "$(pkgpyexecdir)" || $(mkdir_p) "$(DESTDIR)$(pkgpyexecdir)" + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ - echo " $(LIBTOOL) --mode=install $(pkgpythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgpythondir)/$$f'"; \ - $(LIBTOOL) --mode=install $(pkgpythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgpythondir)/$$f"; \ + echo " $(LIBTOOL) --mode=install $(pkgpyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgpyexecdir)/$$f'"; \ + $(LIBTOOL) --mode=install $(pkgpyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgpyexecdir)/$$f"; \ else :; fi; \ done -uninstall-pkgpythonLTLIBRARIES: +uninstall-pkgpyexecLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(pkgpython_LTLIBRARIES)'; for p in $$list; do \ + @set -x; list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ - echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgpythondir)/$$p'"; \ - $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgpythondir)/$$p"; \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgpyexecdir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgpyexecdir)/$$p"; \ done -clean-pkgpythonLTLIBRARIES: - -test -z "$(pkgpython_LTLIBRARIES)" || rm -f $(pkgpython_LTLIBRARIES) - @list='$(pkgpython_LTLIBRARIES)'; for p in $$list; do \ +clean-pkgpyexecLTLIBRARIES: + -test -z "$(pkgpyexec_LTLIBRARIES)" || rm -f $(pkgpyexec_LTLIBRARIES) + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ @@ -607,7 +608,7 @@ check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: - for dir in "$(DESTDIR)$(pkgpythondir)" "$(DESTDIR)$(pkgpythondir)"; do \ + for dir in "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(pkgpythondir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am @@ -636,7 +637,7 @@ @echo "it deletes files that may require special tools to rebuild." clean: clean-am -clean-am: clean-generic clean-libtool clean-pkgpythonLTLIBRARIES \ +clean-am: clean-generic clean-libtool clean-pkgpyexecLTLIBRARIES \ mostlyclean-am distclean: distclean-am @@ -655,9 +656,9 @@ info-am: -install-data-am: install-pkgpythonLTLIBRARIES install-pkgpythonPYTHON +install-data-am: install-pkgpythonPYTHON -install-exec-am: +install-exec-am: install-pkgpyexecLTLIBRARIES install-info: install-info-am @@ -683,21 +684,21 @@ ps-am: -uninstall-am: uninstall-info-am uninstall-pkgpythonLTLIBRARIES \ +uninstall-am: uninstall-info-am uninstall-pkgpyexecLTLIBRARIES \ uninstall-pkgpythonPYTHON .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pkgpythonLTLIBRARIES ctags distclean \ + clean-libtool clean-pkgpyexecLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-exec \ install-exec-am install-info install-info-am install-man \ - install-pkgpythonLTLIBRARIES install-pkgpythonPYTHON \ + install-pkgpyexecLTLIBRARIES install-pkgpythonPYTHON \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am \ - uninstall-info-am uninstall-pkgpythonLTLIBRARIES \ + uninstall-info-am uninstall-pkgpyexecLTLIBRARIES \ uninstall-pkgpythonPYTHON diff -ur opencv-1.0.0.orig/Makefile.in opencv-1.0.0/Makefile.in --- opencv-1.0.0.orig/Makefile.in 2006-11-03 16:54:59.000000000 +0100 +++ opencv-1.0.0/Makefile.in 2006-12-11 11:49:13.000000000 +0100 @@ -192,6 +192,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/ml/include/Makefile.in opencv-1.0.0/ml/include/Makefile.in --- opencv-1.0.0.orig/ml/include/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/ml/include/Makefile.in 2006-12-11 11:49:05.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/ml/Makefile.in opencv-1.0.0/ml/Makefile.in --- opencv-1.0.0.orig/ml/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/ml/Makefile.in 2006-12-11 11:49:05.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/ml/src/Makefile.in opencv-1.0.0/ml/src/Makefile.in --- opencv-1.0.0.orig/ml/src/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/ml/src/Makefile.in 2006-12-11 11:49:06.000000000 +0100 @@ -190,6 +190,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/otherlibs/highgui/Makefile.in opencv-1.0.0/otherlibs/highgui/Makefile.in --- opencv-1.0.0.orig/otherlibs/highgui/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/otherlibs/highgui/Makefile.in 2006-12-11 11:49:07.000000000 +0100 @@ -212,6 +212,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/otherlibs/Makefile.in opencv-1.0.0/otherlibs/Makefile.in --- opencv-1.0.0.orig/otherlibs/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/otherlibs/Makefile.in 2006-12-11 11:49:06.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/samples/c/Makefile.in opencv-1.0.0/samples/c/Makefile.in --- opencv-1.0.0.orig/samples/c/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/samples/c/Makefile.in 2006-12-11 11:49:08.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/samples/Makefile.in opencv-1.0.0/samples/Makefile.in --- opencv-1.0.0.orig/samples/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/samples/Makefile.in 2006-12-11 11:49:07.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/samples/python/Makefile.in opencv-1.0.0/samples/python/Makefile.in --- opencv-1.0.0.orig/samples/python/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/samples/python/Makefile.in 2006-12-11 11:49:08.000000000 +0100 @@ -152,6 +152,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cv/Makefile.in opencv-1.0.0/tests/cv/Makefile.in --- opencv-1.0.0.orig/tests/cv/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/tests/cv/Makefile.in 2006-12-11 11:49:09.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cv/src/Makefile.in opencv-1.0.0/tests/cv/src/Makefile.in --- opencv-1.0.0.orig/tests/cv/src/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/tests/cv/src/Makefile.in 2006-12-11 11:49:10.000000000 +0100 @@ -188,6 +188,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cxcore/Makefile.in opencv-1.0.0/tests/cxcore/Makefile.in --- opencv-1.0.0.orig/tests/cxcore/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/cxcore/Makefile.in 2006-12-11 11:49:10.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cxcore/src/Makefile.in opencv-1.0.0/tests/cxcore/src/Makefile.in --- opencv-1.0.0.orig/tests/cxcore/src/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/cxcore/src/Makefile.in 2006-12-11 11:49:11.000000000 +0100 @@ -174,6 +174,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cxts/Makefile.in opencv-1.0.0/tests/cxts/Makefile.in --- opencv-1.0.0.orig/tests/cxts/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/cxts/Makefile.in 2006-12-11 11:49:11.000000000 +0100 @@ -171,6 +171,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/Makefile.in opencv-1.0.0/tests/Makefile.in --- opencv-1.0.0.orig/tests/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/tests/Makefile.in 2006-12-11 11:49:09.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/python/Makefile.in opencv-1.0.0/tests/python/Makefile.in --- opencv-1.0.0.orig/tests/python/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/python/Makefile.in 2006-12-11 11:49:12.000000000 +0100 @@ -152,6 +152,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/utils/Makefile.in opencv-1.0.0/utils/Makefile.in --- opencv-1.0.0.orig/utils/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/utils/Makefile.in 2006-12-11 11:49:12.000000000 +0100 @@ -151,6 +151,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ From fedora-extras-commits at redhat.com Mon Dec 11 15:33:26 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 10:33:26 -0500 Subject: rpms/opencv/devel opencv.spec,1.12,1.13 Message-ID: <200612111533.kBBFXQaT018688@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18673 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 1.0.0-1 - Upstream update. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- opencv.spec 11 Dec 2006 08:52:45 -0000 1.12 +++ opencv.spec 11 Dec 2006 15:32:56 -0000 1.13 @@ -4,8 +4,8 @@ %define pyexecdir %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') Name: opencv -Version: 0.9.9 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -13,9 +13,9 @@ URL: http://www.intel.com/technology/computing/opencv/index.htm Source0: http://prdownloads.sourceforge.net/opencvlibrary/opencv-%{version}.tar.gz Source1: opencv-samples-Makefile -Patch0: opencv-0.9.9-pythondir.diff -Patch1: opencv-0.9.9-configure.in.diff -Patch2: opencv-0.9.9-autotools.diff +Patch0: opencv-1.0.0-pythondir.diff +Patch1: opencv-1.0.0-configure.in.diff +Patch2: opencv-1.0.0-autotools.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libpng-devel, libjpeg-devel, libtiff-devel @@ -130,6 +130,9 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 1.0.0-1 +- Upstream update. + * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. From fedora-extras-commits at redhat.com Mon Dec 11 15:36:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 10:36:13 -0500 Subject: rpms/opencv/devel sources,1.3,1.4 .cvsignore,1.3,1.4 Message-ID: <200612111536.kBBFaDGI018737@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18720 Modified Files: sources .cvsignore Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 1.0.0-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Sep 2006 14:44:10 -0000 1.3 +++ sources 11 Dec 2006 15:35:43 -0000 1.4 @@ -1 +1,2 @@ e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz +146a05005f2d2c16c4ee10ebd7f1dd58 opencv-1.0.0.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Sep 2006 14:44:10 -0000 1.3 +++ .cvsignore 11 Dec 2006 15:35:43 -0000 1.4 @@ -1 +1,2 @@ opencv-0.9.9.tar.gz +opencv-1.0.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 15:51:02 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 10:51:02 -0500 Subject: rpms/metakit/devel .cvsignore, 1.5, 1.6 metakit.spec, 1.15, 1.16 sources, 1.5, 1.6 metakit-2.4.9.3-64bit.patch, 1.1, NONE Message-ID: <200612111551.kBBFp2bc018880@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/metakit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18851 Modified Files: .cvsignore metakit.spec sources Removed Files: metakit-2.4.9.3-64bit.patch Log Message: Update to 2.4.9.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 9 Feb 2006 15:59:26 -0000 1.5 +++ .cvsignore 11 Dec 2006 15:50:32 -0000 1.6 @@ -1 +1 @@ -metakit-2.4.9.5.tar.gz +metakit-2.4.9.6.tar.gz Index: metakit.spec =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- metakit.spec 11 Dec 2006 11:09:28 -0000 1.15 +++ metakit.spec 11 Dec 2006 15:50:32 -0000 1.16 @@ -2,17 +2,15 @@ Summary: Embeddable database Name: metakit -Version: 2.4.9.5 -Release: 4%{?dist} +Version: 2.4.9.6 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.equi4.com/metakit/ Source: http://www.equi4.com/pub/mk/metakit-%{version}.tar.gz -Patch0: metakit-2.4.9.3-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: tcl, python +Requires: tcl BuildRequires: tcl-devel, python-devel -BuildRequires: autoconf, automake, libtool %description MetaKit is an embeddable database which runs on Unix, Windows, @@ -34,7 +32,6 @@ %prep %setup -q -%patch0 -p1 -b .64bit %build @@ -81,8 +78,10 @@ %changelog -* Mon Dec 11 2006 Matthias Saou 2.4.9.5-4 -- Rebuild against python 2.5. +* Mon Dec 11 2006 Matthias Saou 2.4.9.6-1 +- Update to 2.4.9.6. +- Rebuild against python 2.5 on devel (FC7) branch. +- Remove no longer needed 64bit fix patch and autotools build requirements. * Mon Aug 28 2006 Matthias Saou 2.4.9.5-3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Feb 2006 15:59:26 -0000 1.5 +++ sources 11 Dec 2006 15:50:32 -0000 1.6 @@ -1 +1 @@ -37ba351462dad0d7f01394e04c173ce3 metakit-2.4.9.5.tar.gz +1fc24b1affa5418fc67428014fa369d9 metakit-2.4.9.6.tar.gz --- metakit-2.4.9.3-64bit.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 15:51:40 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 10:51:40 -0500 Subject: rpms/glom/devel glom.spec,1.7,1.8 Message-ID: <200612111551.kBBFpebc018939@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18888 Modified Files: glom.spec Log Message: Fixed path for python 2.5 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glom.spec 8 Dec 2006 18:11:16 -0000 1.7 +++ glom.spec 11 Dec 2006 15:51:10 -0000 1.8 @@ -3,7 +3,7 @@ Name: glom Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -104,7 +104,7 @@ %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %{_libdir}/lib%{name}.so.* -%{_libdir}/python2.4/site-packages/%{name}.so +%{_libdir}/python2.5/site-packages/%{name}.so %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/gnome/help/%{name} @@ -116,6 +116,9 @@ %changelog +* Mon Dec 11 2006 Denis Leroy - 1.2.2-3 +- Fixed python2.5 path + * Fri Dec 8 2006 Denis Leroy - 1.2.2-2 - Fixed source upload From fedora-extras-commits at redhat.com Mon Dec 11 16:12:14 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 11:12:14 -0500 Subject: rpms/gstreamer-python/FC-6 .cvsignore, 1.6, 1.7 gstreamer-python.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200612111612.kBBGCEgc022212@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gstreamer-python/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22193 Modified Files: .cvsignore gstreamer-python.spec sources Log Message: Update to 0.10.6. Some macro simplifications Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Sep 2006 14:50:22 -0000 1.6 +++ .cvsignore 11 Dec 2006 16:11:44 -0000 1.7 @@ -1 +1 @@ -gst-python-0.10.5.tar.bz2 +gst-python-0.10.6.tar.bz2 Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-6/gstreamer-python.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gstreamer-python.spec 4 Oct 2006 22:15:17 -0000 1.14 +++ gstreamer-python.spec 11 Dec 2006 16:11:44 -0000 1.15 @@ -2,11 +2,10 @@ %define gstpb_minver 0.10.5 %define pygtk_minver 2.8.0 %define majorminor 0.10 -%define gstreamer gstreamer -Name: %{gstreamer}-python -Version: 0.10.5 -Release: 2%{?dist} +Name: gstreamer-python +Version: 0.10.6 +Release: 1%{?dist} Summary: Python bindings for GStreamer Group: Development/Languages @@ -17,8 +16,8 @@ Requires: python >= 2 Requires: pygtk2 >= %{pygtk_minver} -Requires: %{gstreamer} >= %{gst_minver} -Requires: %{gstreamer}-plugins-base >= %{gstpb_minver} +Requires: gstreamer >= %{gst_minver} +Requires: gstreamer-plugins-base >= %{gstpb_minver} BuildRequires: python >= 2 BuildRequires: python-devel >= 2 @@ -27,11 +26,11 @@ # xwindowlistener needs X11 headers BuildRequires: libX11-devel -BuildRequires: %{gstreamer}-devel >= %{gst_minver} -BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver} +BuildRequires: gstreamer-devel >= %{gst_minver} +BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_minver} # no sense in splitting off a devel package just yet -Provides: %{gstreamer}-python-devel = %{version}-%{release} +Provides: gstreamer-python-devel = %{version}-%{release} %description This module contains a wrapper that allows GStreamer applications @@ -68,6 +67,10 @@ %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Mon Dec 11 2006 Denis Leroy - 0.10.6-1 +- Update to 0.10.6 +- Some macro simplifications + * Thu Oct 05 2006 Christian Iseli 0.10.5-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Sep 2006 14:50:22 -0000 1.6 +++ sources 11 Dec 2006 16:11:44 -0000 1.7 @@ -1 +1 @@ -f5e614356e581c644bb4c79c1de7ed7e gst-python-0.10.5.tar.bz2 +dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 16:36:54 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 11:36:54 -0500 Subject: rpms/aspell-mi/devel aspell-mi.spec,1.2,1.3 Message-ID: <200612111636.kBBGas9O023046@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/aspell-mi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/aspell-mi/devel Modified Files: aspell-mi.spec Log Message: Orphans everywhere... :( Index: aspell-mi.spec =================================================================== RCS file: /cvs/extras/rpms/aspell-mi/devel/aspell-mi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aspell-mi.spec 28 Aug 2006 04:16:59 -0000 1.2 +++ aspell-mi.spec 11 Dec 2006 16:36:24 -0000 1.3 @@ -18,6 +18,13 @@ GNU Aspell Maori Dictionary Package %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/cgi-util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/cgi-util/devel Modified Files: cgi-util.spec Log Message: Orphans everywhere... :( Index: cgi-util.spec =================================================================== RCS file: /cvs/extras/rpms/cgi-util/devel/cgi-util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cgi-util.spec 7 Sep 2006 21:23:39 -0000 1.2 +++ cgi-util.spec 11 Dec 2006 16:36:30 -0000 1.3 @@ -25,6 +25,13 @@ needed for developing applications using the cgi-util library. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnofract4d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnofract4d/devel Modified Files: gnofract4d.spec Log Message: Orphans everywhere... :( Index: gnofract4d.spec =================================================================== RCS file: /cvs/extras/rpms/gnofract4d/devel/gnofract4d.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnofract4d.spec 28 Aug 2006 04:21:08 -0000 1.12 +++ gnofract4d.spec 11 Dec 2006 16:36:31 -0000 1.13 @@ -23,6 +23,13 @@ the two sets and explore their inter-relationships. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/buildbot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/buildbot/devel Modified Files: buildbot.spec Log Message: Orphans everywhere... :( Index: buildbot.spec =================================================================== RCS file: /cvs/extras/rpms/buildbot/devel/buildbot.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildbot.spec 9 Sep 2006 05:21:43 -0000 1.1 +++ buildbot.spec 11 Dec 2006 16:36:24 -0000 1.2 @@ -26,6 +26,13 @@ inconvenienced by the failure. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gdk-pixbuf/devel Modified Files: gdk-pixbuf.spec Log Message: Orphans everywhere... :( Index: gdk-pixbuf.spec =================================================================== RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gdk-pixbuf.spec 28 Aug 2006 04:20:33 -0000 1.7 +++ gdk-pixbuf.spec 11 Dec 2006 16:36:30 -0000 1.8 @@ -54,6 +54,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnome-themes-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnome-themes-extras/devel Modified Files: gnome-themes-extras.spec Log Message: Orphans everywhere... :( Index: gnome-themes-extras.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-themes-extras/devel/gnome-themes-extras.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gnome-themes-extras.spec 1 Sep 2006 22:55:54 -0000 1.18 +++ gnome-themes-extras.spec 11 Dec 2006 16:36:36 -0000 1.19 @@ -25,6 +25,13 @@ an extra set of themes that are not only functional, but also eye catching. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/leafpad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/leafpad/devel Modified Files: leafpad.spec Log Message: Orphans everywhere... :( Index: leafpad.spec =================================================================== RCS file: /cvs/extras/rpms/leafpad/devel/leafpad.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- leafpad.spec 6 Sep 2006 05:20:38 -0000 1.20 +++ leafpad.spec 11 Dec 2006 16:36:37 -0000 1.21 @@ -21,6 +21,13 @@ them. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/lostirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/lostirc/devel Modified Files: lostirc.spec Log Message: Orphans everywhere... :( Index: lostirc.spec =================================================================== RCS file: /cvs/extras/rpms/lostirc/devel/lostirc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lostirc.spec 8 Sep 2006 04:30:30 -0000 1.1 +++ lostirc.spec 11 Dec 2006 16:36:39 -0000 1.2 @@ -16,6 +16,13 @@ LostIRC is a simple, keyboard controlled IRC client. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/doctorj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/doctorj/devel Modified Files: doctorj.spec Log Message: Orphans everywhere... :( Index: doctorj.spec =================================================================== RCS file: /cvs/extras/rpms/doctorj/devel/doctorj.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- doctorj.spec 28 Aug 2006 04:19:00 -0000 1.19 +++ doctorj.spec 11 Dec 2006 16:36:30 -0000 1.20 @@ -20,6 +20,13 @@ documentation verification, statistics generation and syntax analysis. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/luks-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/luks-tools/devel Modified Files: luks-tools.spec Log Message: Orphans everywhere... :( Index: luks-tools.spec =================================================================== RCS file: /cvs/extras/rpms/luks-tools/devel/luks-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- luks-tools.spec 13 Sep 2006 21:52:34 -0000 1.1 +++ luks-tools.spec 11 Dec 2006 16:36:40 -0000 1.2 @@ -35,6 +35,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/fltk/devel Modified Files: fltk.spec Log Message: Orphans everywhere... :( Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- fltk.spec 6 Sep 2006 03:48:39 -0000 1.16 +++ fltk.spec 11 Dec 2006 16:36:30 -0000 1.17 @@ -49,6 +49,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnome-password-generator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnome-password-generator/devel Modified Files: gnome-password-generator.spec Log Message: Orphans everywhere... :( Index: gnome-password-generator.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-password-generator/devel/gnome-password-generator.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-password-generator.spec 28 Aug 2006 04:21:44 -0000 1.8 +++ gnome-password-generator.spec 11 Dec 2006 16:36:31 -0000 1.9 @@ -27,6 +27,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gurlchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gurlchecker/devel Modified Files: gurlchecker.spec Log Message: Orphans everywhere... :( Index: gurlchecker.spec =================================================================== RCS file: /cvs/extras/rpms/gurlchecker/devel/gurlchecker.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gurlchecker.spec 28 Aug 2006 04:22:31 -0000 1.17 +++ gurlchecker.spec 11 Dec 2006 16:36:37 -0000 1.18 @@ -20,6 +20,13 @@ or on a whole web site in order to determine validity of each page. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/linkchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/linkchecker/devel Modified Files: linkchecker.spec Log Message: Orphans everywhere... :( Index: linkchecker.spec =================================================================== RCS file: /cvs/extras/rpms/linkchecker/devel/linkchecker.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- linkchecker.spec 7 Sep 2006 21:31:47 -0000 1.18 +++ linkchecker.spec 11 Dec 2006 16:36:39 -0000 1.19 @@ -17,6 +17,13 @@ Linkchecker is a simple script that checks HTML documents for broken links. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/pam_script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/pam_script/devel Modified Files: pam_script.spec Log Message: Orphans everywhere... :( Index: pam_script.spec =================================================================== RCS file: /cvs/extras/rpms/pam_script/devel/pam_script.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_script.spec 28 Aug 2006 04:24:47 -0000 1.2 +++ pam_script.spec 11 Dec 2006 16:36:46 -0000 1.3 @@ -20,6 +20,13 @@ and/or closing a session using PAM. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnome-yum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnome-yum/devel Modified Files: gnome-yum.spec Log Message: Orphans everywhere... :( Index: gnome-yum.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-yum/devel/gnome-yum.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-yum.spec 25 Sep 2006 14:56:01 -0000 1.7 +++ gnome-yum.spec 11 Dec 2006 16:36:36 -0000 1.8 @@ -14,6 +14,13 @@ GNOME Interface for YUM %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gstreamer08-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gstreamer08-python/devel Modified Files: gstreamer08-python.spec Log Message: Orphans everywhere... :( Index: gstreamer08-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer08-python/devel/gstreamer08-python.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gstreamer08-python.spec 20 Sep 2006 18:54:20 -0000 1.3 +++ gstreamer08-python.spec 11 Dec 2006 16:36:37 -0000 1.4 @@ -41,6 +41,13 @@ to be written in Python. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/poster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/poster/devel Modified Files: poster.spec Log Message: Orphans everywhere... :( Index: poster.spec =================================================================== RCS file: /cvs/extras/rpms/poster/devel/poster.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- poster.spec 7 Sep 2006 21:39:19 -0000 1.2 +++ poster.spec 11 Dec 2006 16:36:48 -0000 1.3 @@ -13,6 +13,13 @@ larger media and/or tiles them to print on multiple sheets. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/libedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/libedit/devel Modified Files: libedit.spec Log Message: Orphans everywhere... :( Index: libedit.spec =================================================================== RCS file: /cvs/extras/rpms/libedit/devel/libedit.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libedit.spec 28 Aug 2006 04:23:39 -0000 1.3 +++ libedit.spec 11 Dec 2006 16:36:38 -0000 1.4 @@ -34,6 +34,13 @@ This package contains development files for %{name}. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/pam_mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/pam_mysql/devel Modified Files: pam_mysql.spec Log Message: Orphans everywhere... :( Index: pam_mysql.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mysql/devel/pam_mysql.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pam_mysql.spec 6 Sep 2006 05:33:11 -0000 1.12 +++ pam_mysql.spec 11 Dec 2006 16:36:46 -0000 1.13 @@ -16,6 +16,13 @@ users against an MySQL database. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/python-cvstoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/python-cvstoys/devel Modified Files: python-cvstoys.spec Log Message: Orphans everywhere... :( Index: python-cvstoys.spec =================================================================== RCS file: /cvs/extras/rpms/python-cvstoys/devel/python-cvstoys.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-cvstoys.spec 8 Sep 2006 04:22:53 -0000 1.3 +++ python-cvstoys.spec 11 Dec 2006 16:36:48 -0000 1.4 @@ -27,6 +27,13 @@ the web as HTML or RSS, or to a chat service such as IRC. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/roundup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/roundup/devel Modified Files: roundup.spec Log Message: Orphans everywhere... :( Index: roundup.spec =================================================================== RCS file: /cvs/extras/rpms/roundup/devel/roundup.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- roundup.spec 8 Sep 2006 22:03:11 -0000 1.6 +++ roundup.spec 11 Dec 2006 16:36:48 -0000 1.7 @@ -27,6 +27,13 @@ Yee in the Software Carpentry "Track" design competition. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/libvisual-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/libvisual-plugins/devel Modified Files: libvisual-plugins.spec Log Message: Orphans everywhere... :( Index: libvisual-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/libvisual-plugins/devel/libvisual-plugins.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libvisual-plugins.spec 21 Sep 2006 15:57:11 -0000 1.11 +++ libvisual-plugins.spec 11 Dec 2006 16:36:39 -0000 1.12 @@ -28,6 +28,13 @@ libvisual aware applications. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/new/devel Modified Files: new.spec Log Message: Orphans everywhere... :( Index: new.spec =================================================================== RCS file: /cvs/extras/rpms/new/devel/new.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- new.spec 11 Sep 2006 01:06:26 -0000 1.10 +++ new.spec 11 Dec 2006 16:36:46 -0000 1.11 @@ -69,6 +69,13 @@ # Java classes. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/pitivi/devel Modified Files: pitivi.spec Log Message: Orphans everywhere... :( Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pitivi.spec 7 Sep 2006 21:37:08 -0000 1.7 +++ pitivi.spec 11 Dec 2006 16:36:46 -0000 1.8 @@ -33,6 +33,13 @@ program. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/screem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/screem/devel Modified Files: screem.spec Log Message: Orphans everywhere... :( Index: screem.spec =================================================================== RCS file: /cvs/extras/rpms/screem/devel/screem.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- screem.spec 8 Sep 2006 03:58:23 -0000 1.11 +++ screem.spec 11 Dec 2006 16:36:53 -0000 1.12 @@ -41,6 +41,13 @@ parsing, page templates and publishing of files are also supported. %prep +cat< Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23157 Removed Files: opencv-0.9.9-pythondir.diff opencv-0.9.9-configure.in.diff opencv-0.9.9-autotools.diff Log Message: Remove. --- opencv-0.9.9-pythondir.diff DELETED --- --- opencv-0.9.9-configure.in.diff DELETED --- --- opencv-0.9.9-autotools.diff DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 16:40:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 11:40:18 -0500 Subject: rpms/opencv/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612111640.kBBGeIsI023214@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23183 Modified Files: .cvsignore sources Log Message: Remove 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Dec 2006 15:35:43 -0000 1.4 +++ .cvsignore 11 Dec 2006 16:39:48 -0000 1.5 @@ -1,2 +1 @@ -opencv-0.9.9.tar.gz opencv-1.0.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Dec 2006 15:35:43 -0000 1.4 +++ sources 11 Dec 2006 16:39:48 -0000 1.5 @@ -1,2 +1 @@ -e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz 146a05005f2d2c16c4ee10ebd7f1dd58 opencv-1.0.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 16:52:56 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 11 Dec 2006 11:52:56 -0500 Subject: owners owners.list,1.2093,1.2094 Message-ID: <200612111652.kBBGquu9023314@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23292 Modified Files: owners.list Log Message: ivazquez.net now vanished, too, so let's remove his address finally :-(( Final-Recipient: rfc822; ivazquez at ivazquez.net Action: failed Status: 4.0.0 Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error for name=ivazquez.net type=MX: Host not found, try again Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2093 retrieving revision 1.2094 diff -u -r1.2093 -r1.2094 --- owners.list 10 Dec 2006 18:40:32 -0000 1.2093 +++ owners.list 11 Dec 2006 16:52:25 -0000 1.2094 @@ -41,7 +41,7 @@ Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleyoop|Graphical front-end to the Valgrind memory checker|giallu at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| @@ -232,7 +232,7 @@ Fedora Extras|commoncpp2|GNU Common C++ class framework|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|compat-erlang|Compatibility version of Erlang|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|compat-libgda|Library for writing gnome database programs|denis at poolshark.org|extras-qa at fedoraproject.org| -Fedora Extras|compat-libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|compat-libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|compat-wxGTK|Compatibility version of the wxWidgets GUI library|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|compat-wxPythonGTK2|Compatibility version of the wxWidgets GUI toolkit for Python|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|compface|Library for handling X-Faces|bugs.michael at gmx.net|extras-qa at fedoraproject.org| @@ -357,12 +357,12 @@ Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| -Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ed2k_hash|Ed2k file hash calculator|rpm at greysector.net|extras-qa at fedoraproject.org| -Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|edje|A complex graphical design and layout library|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|edje|A complex graphical design and layout library|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eds-feed|Evolution Data Server feed for Galago|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|efont-unicode-bdf|Unicode font by Electronic Font Open Laboratory|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|eggdrop|The world's most popular Open Source IRC bot|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|eiciel|Graphical access control list (ACL) editor|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| @@ -374,7 +374,7 @@ Fedora Extras|emacs-auctex|Enhanced TeX modes for Emacsen|jonathan.underwood at gmail.com|extras-qa at fedoraproject.org|ed at eh3.com Fedora Extras|emacs-common-muse|Emacs Muse is an authoring and publishing environment for Emacsen|jonathan.underwood at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|emacs-vm|Emacs VM mailreader|jonathan.underwood at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|embryo|A C like scripting language|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|embryo|A C like scripting language|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|emelfm2|A file manager that implements the popular two-pane design|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|emerald|Beryl OpenGL window and compositing manager window decorator|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|emerald-themes|Themes for Emerald, a Beryl OpenGL window and compositing manager window decorator|jwilson at redhat.com|extras-qa at fedoraproject.org| @@ -393,7 +393,7 @@ Fedora Extras|esmtp|User configurable relay-only Mail Transfer Agent (MTA)|pertusus at free.fr|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de Fedora Extras|espeak|Software speech synthesizer (text-to-speech)|faucamp at csir.co.za|extras-qa at fedoraproject.org| Fedora Extras|eterm|Enlightened terminal emulator|terjeros at phys.ntnu.no|extras-qa at fedoraproject.org| -Fedora Extras|evas|A hardware-accelerated canvas API|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|evas|A hardware-accelerated canvas API|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eventlog|Syslog-ng v2 support library|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|evolution-bogofilter|A plugin for bogofilter support in evolution|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| @@ -401,7 +401,7 @@ Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|exo|Application library for the Xfce desktop environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|ez-ipupdate|Client for Dynamic DNS Services|jlayton at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|factory|A C++ class library for multivariate polynomial data|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|farsight|A audio/video conferencing framework|bdpepple at ameritech.net|extras-qa at fedoraproject.org| @@ -539,7 +539,7 @@ Fedora Extras|gfontview|A font viewer for Type 1 and TrueType fonts|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ksfiles at gmail.com,mpeters at mac.com Fedora Extras|gforth|Fast and portable implementation of the ANS Forth language|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gg2|GNU Gadu 2 - free talking|rpm at greysector.net|extras-qa at fedoraproject.org| -Fedora Extras|ghasher|GUI hasher for GTK+ 2|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|ghasher|GUI hasher for GTK+ 2|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|ghc|Glasgow Haskell Compiler|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ghdl|A VHDL simulator, using the GCC technology|t.sailer at alumni.ethz.ch|extras-qa at fedoraproject.org| Fedora Extras|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| @@ -584,10 +584,10 @@ Fedora Extras|gnofract4d|Gnofract 4D is a Gnome-based program to draw fractals|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnokii|Mobile phone management program|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|gnomad2|Manager for digital audio players|triad at df.lth.se|extras-qa at fedoraproject.org| -Fedora Extras|gnome-applet-music|A GNOME panel applet to control various music players|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gnome-applet-music|A GNOME panel applet to control various music players|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-netmon|GNOME Network Load Applet|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-netspeed|GNOME applet that shows traffic on a network device|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| -Fedora Extras|gnome-applet-rhythmbox|A GNOME panel applet to control Rhythmbox's playback|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gnome-applet-rhythmbox|A GNOME panel applet to control Rhythmbox's playback|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-sensors|Gnome panel applet for hardware sensors|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-timer|A countdown timer applet for the GNOME panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| @@ -603,8 +603,8 @@ Fedora Extras|gnome-schedule|A GTK+ based user interface for cron and at|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-sudoku|GNOME based Sudoku, a logic puzzle game|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-telnet|A fancy GNOME telnet client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|gnome-theme-clearlooks|An attractive GTK+ 2 engine with a focus on usability|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|gnome-theme-clearlooks-bigpack|Additional Clearlooks color schemes|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gnome-theme-clearlooks|An attractive GTK+ 2 engine with a focus on usability|peter at thecodergeek.com|extras-qa at fedoraproject.org| +Fedora Extras|gnome-theme-clearlooks-bigpack|Additional Clearlooks color schemes|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-themes-extras|Collection of metathemes for the GNOME desktop environment|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnome-translate|GNOME interface to libtranslate -- Natural language translator|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|gnome-vfsmm26|C++ wrapper for gnome-vfs|denis at poolshark.org|extras-qa at fedoraproject.org| @@ -635,7 +635,7 @@ Fedora Extras|gpgme03|GnuPG Made Easy interface library|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|gphpedit|A PHP source editor for GNOME 2|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gpp|Gnome Photo Printer|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| -Fedora Extras|gpredict|Real-time satellite tracking and orbit prediction program|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gpredict|Real-time satellite tracking and orbit prediction program|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gprolog|GNU Prolog Compiler|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|gpsd|Service daemon for mediating access to a GPS|matt at truch.net|extras-qa at fedoraproject.org| Fedora Extras|gpsim|A simulator for Microchip (TM) PIC (TM) microcontrollers|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| @@ -989,8 +989,8 @@ Fedora Extras|libopensync-plugin-palm|Palm plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopensync-plugin-python|Python plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopm|Blitzed open proxy monitor library|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|libosip|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|libosip|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org| +Fedora Extras|libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|libotr|Off-The-Record Messaging library and toolkit|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|libpano12|Library for manipulating panoramic images|bruno at postle.net|extras-qa at fedoraproject.org| Fedora Extras|libpaper|Library and tools for handling papersize|tcallawa at redhat.com|extras-qa at fedoraproject.org| @@ -1055,7 +1055,7 @@ Fedora Extras|lineakd|Linux support for Easy Access and Multimedia keyboards|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|link-grammar|Library that can perform grammar checking|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|linkchecker|Script that checks HTML documents for broken links|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org -Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|linux-libertine-fonts|Linux Libertine Open Fonts|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org|kevin at tummy.com Fedora Extras|linux_logo|The linux logo - a colorful console penguin logo|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|liquidwar|Multiplayer wargame with liquid armies|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -1064,7 +1064,7 @@ Fedora Extras|lirc-kmod-common|Common files for LIRC kernel module packages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ville.skytta at iki.fi Fedora Extras|listen|Listen is a music manager and player for GNOME|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|lmarbles|Atomix clone where you create figures out of marbles|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|lock-keys-applet|A GNOME panel applet that shows the status of the lock keys|jtorresh at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|lock-keys-applet|A GNOME panel applet that shows the status of the lock keys|jtorresh at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|logjam|GTK2-client for LiveJournal|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|logserial|Package for logging incoming bytes on asynchronous serial ports|wolfy at nobugconsulting.ro|extras-qa at fedoraproject.org| Fedora Extras|lostirc|Simple IRC client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -1121,7 +1121,7 @@ Fedora Extras|milter-greylist|Milter for greylisting, the next step in the spam control war|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|milter-regex|Sendmail milter plugin for regular expression filtering|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|mimedefang|E-Mail filtering framework using Sendmail's Milter interface|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|mimetex|Easily embed LaTeX math in web pages|jtorresh at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|mimetex|Easily embed LaTeX math in web pages|jtorresh at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|mimetic|A full featured MIME library written in C++|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|mirage|A fast and simple image viewer|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|mirrormagic|Puzzle game where you steer a beam of light using mirrors|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -1132,10 +1132,10 @@ Fedora Extras|mlton|Optimizing compiler for Standard ML|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|mm|Shared memory allocation library|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|mmv|Move/copy/append/link multiple files|zing at fastmail.fm|extras-qa at fedoraproject.org| -Fedora Extras|MochiKit|A lightweight JavaScript library|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|MochiKit|A lightweight JavaScript library|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mod_annodex|Apache module for server-side support of annodex media|thomas at apestaart.org|extras-qa at fedoraproject.org| -Fedora Extras|mod_auth_pam|PAM authentication module for Apache|fedora at theholbrooks.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|mod_auth_pam|PAM authentication module for Apache|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|mod_cband|Bandwidth limiting for virtual hosts|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|mod_extract_forwarded|Extract real source IP for forwarded HTTP requests|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|mod_fcgid|Apache2 module for high-performance server-side scripting|paul at city-fan.org|extras-qa at fedoraproject.org| @@ -1153,7 +1153,7 @@ Fedora Extras|monodoc|Documentation for the mono .NET libraries|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monotone|A free, distributed version control system|roland at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|monsterz|Puzzle game, similar to Bejeweled or Zookeeper|packages at amiga-hardware.com|extras-qa at fedoraproject.org| -Fedora Extras|moodle|A Course Management System|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|moodle|A Course Management System|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|moodss|Powerful modular monitoring graphical application|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|moomps|Powerful modular monitoring service|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|most|more, less, most|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -1184,7 +1184,7 @@ Fedora Extras|nautilus-flac-converter|Nautilus extension to convert FLACS to Ogg Vorbis|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|nautilus-image-converter|Nautilus extension to mass resize images|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|nautilus-open-terminal|Nautilus extension for an open terminal shortcut|stickster at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|nautilus-search-tool|A Nautilus extension to put "Search for Files" on the context menu of folders|stickster at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|nautilus-search-tool|A Nautilus extension to put "Search for Files" on the context menu of folders|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nautilus-sendto|Nautilus context menu for sending files|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nazghul|A computer role-playing game (CRPG) engine|tibbs at math.uh.edu|extras-qa at fedoraproject.org| Fedora Extras|nc6|IPv6-enabled clone of the original netcat utility.|rvokal at redhat.com|extras-qa at fedoraproject.org| @@ -1238,7 +1238,7 @@ Fedora Extras|ntl|High-performance algorithms for vectors, matrices, and polynomials|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|nucleo|Toolkit for exploring new uses of video|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|chris.stone at gmail.com Fedora Extras|numlockx|NumLockX turns on NumLock after starting X|jpmahowald at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|numpy|A fast multidimensional array facility for Python|jwilson at redhat.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|numpy|A fast multidimensional array facility for Python|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|nuttcp|A network performance measurement tool intended for use by network and system managers|rvokal at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|nx|Proxy system for X11|zipsonic at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nyquist|Sound synthesis and composition language with a Lisp syntax|gemi at bluewin.ch|extras-qa at fedoraproject.org| @@ -1268,7 +1268,7 @@ Fedora Extras|openct|Middleware framework for smart card terminals|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|opencv|Collection of algorithms for computer vision|rc040203 at freenet.de|extras-qa at fedoraproject.org|nomis80 at nomis80.org Fedora Extras|opendap|Open-source Project for a Network Data Access Protocol|tcallawa at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|openmpi|Open Message Passing Interface (LAM replacement)|jvdias at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|openoffice-extras|SOT Office presentation templates repackaged for OpenOffice.org|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|openoffice.org-dict-cs_CZ|Czech spellchecker and hyphenation dictionaries for OpenOffice.org|tmraz at redhat.com|extras-qa at fedoraproject.org| @@ -1283,7 +1283,7 @@ Fedora Extras|orange|Squeeze out installable Microsoft cabinet files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|ORBit|CORBA Object Request Broker library for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|orpie|A fullscreen console-based RPN calculator|lists at forevermore.net|extras-qa at fedoraproject.org| -Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|osgal|Adapts OpenSceneGraph to use OpenAL++|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osgcal|Adapts OpenSceneGraph to use Cal3D|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osiv|Open Source Image Velocimetry|ed at eh3.com|extras-qa at fedoraproject.org| @@ -1846,7 +1846,7 @@ Fedora Extras|php-eaccelerator|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-extras|Additional PHP modules from the standard PHP distribution|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|php-idn|PHP API for GNU LibIDN|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|php-json|An extremely fast PHP extension for JSON|fedora at theholbrooks.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|php-json|An extremely fast PHP extension for JSON|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-magickwand|PHP API for ImageMagick|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|php-manual-en|Documentation for the PHP programming language|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|php-mmcache|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| @@ -1973,7 +1973,7 @@ Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pylint|Analyzes Python code looking for bugs and signs of poor quality|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pymsn|Python libraries for MSN Messenger network|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|pyparsing|An object-oriented approach to text processing|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|pyparsing|An object-oriented approach to text processing|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org|jamatos at fc.up.pt @@ -1982,7 +1982,7 @@ Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-adns|Python interface for the GNU adns library|rvokal at redhat.com|extras-qa at fedoraproject.org|byte at fedoraproject.org Fedora Extras|python-alsaaudio|Python Alsa Bindings|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|python-amara|A collection of Pythonic tools for XML data binding|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-amara|A collection of Pythonic tools for XML data binding|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-basemap|Plots data on map projections (with continental and political boundaries)|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-basemap-data|Data for python-basemap|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-bibtex|Python extension to parse BibTeX files|z.kota at gmx.net|extras-qa at fedoraproject.org| @@ -1992,7 +1992,7 @@ Fedora Extras|python-chm|Python package for CHM files handling|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|python-clientform|Python module for client-side HTML forms|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-configobj|Config file reading, writing, and validation|lmacken at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|python-cpio|A Python module for accessing cpio archives|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-cpio|A Python module for accessing cpio archives|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|python-ctypes| Advanced Foreign Function Interface for Python|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-cvstoys|Collection of python tools for CVS|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -2010,7 +2010,7 @@ Fedora Extras|python-GeoIP|Python bindings for the GeoIP geographical lookup libraries|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|python-goopy|Google Python Utilities|pjones at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-gpod|A python module to access iPod content|tmz at pobox.com|extras-qa at fedoraproject.org| -Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-htmltmpl|Templating engine for separation of code and HTML|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-id3|ID3 tag library for Python|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-imaging|Python's own image processing library|jamatos at fc.up.pt|extras-qa at fedoraproject.org| @@ -2047,7 +2047,7 @@ Fedora Extras|python-quixote|A highly Pythonic Web application framework|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr -Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-sexy|Python Bindings to libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-simplejson|Simple, fast, extensible JSON encoder/decoder for Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| @@ -2129,7 +2129,7 @@ Fedora Extras|rekall|A KDE database front-end application|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ren|Rename multiple files|wolfy at nobugconsulting.ro|extras-qa at fedoraproject.org| Fedora Extras|renrot|A program to rename and rotate files according to EXIF tags|andy at smile.org.ua|extras-qa at fedoraproject.org| -Fedora Extras|repoml|Tools and data for working with RepoML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|repoml|Tools and data for working with RepoML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|repoview|Creates a set of static HTML pages in a yum repository|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|Ri-li|Arcade game where you drive a toy wood engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -2250,7 +2250,7 @@ Fedora Extras|sodipodi|Vector-based drawing program|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| -Fedora Extras|soundconverter|A simple sound converter application for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|soundconverter|A simple sound converter application for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|soundtouch|Audio Processing library for changing Tempo, Pitch and Playback Rates|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|soundtracker|Sound module composer/player|seg at haxxed.com|extras-qa at fedoraproject.org| Fedora Extras|source-highlight|Produces a document with syntax highlighting|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -2260,8 +2260,8 @@ Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|splint|An implementation of the lint program|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| -Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|srecord|Manipulate EPROM load files|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|ss5|A socks firewall|matteo.ricchetti at libero.it|extras-qa at fedoraproject.org|matteo.ricchetti at libero.it @@ -2502,7 +2502,7 @@ Fedora Extras|worminator|Sidescrolling platform and shoot'em up action-game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|worminator-data|Data for worminator the game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|wormux|2D mass extermination game|wart at kobold.org|extras-qa at fedoraproject.org| -Fedora Extras|wp_tray|A wallpaper-changing applet for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|wp_tray|A wallpaper-changing applet for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|wv|MSWord 6/7/8/9 binary file format to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|wv2|A library which allows access to Microsoft?? Word files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|wvs-data|World Vector Shoreline data|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 16:58:22 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 11:58:22 -0500 Subject: rpms/pytz/devel .cvsignore, 1.5, 1.6 pytz.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200612111658.kBBGwMxn023401@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23380 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Sep 2006 20:13:11 -0000 1.5 +++ .cvsignore 11 Dec 2006 16:57:51 -0000 1.6 @@ -1 +1 @@ -pytz-2006g.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/pytz.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pytz.spec 7 Sep 2006 20:08:52 -0000 1.7 +++ pytz.spec 11 Dec 2006 16:57:51 -0000 1.8 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2006g +Version: 2006p Release: 1%{?dist} Summary: World Timezone Definitions for Python @@ -47,6 +47,9 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + * Thu Sep 7 2006 Orion Poplawski 2006g-1 - Update to 2006g Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Sep 2006 20:13:11 -0000 1.5 +++ sources 11 Dec 2006 16:57:51 -0000 1.6 @@ -1 +1 @@ -051d34831b7e4cceb1d94f48ebd896f6 pytz-2006g.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:00:26 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 12:00:26 -0500 Subject: rpms/pytz/FC-4 .cvsignore, 1.2, 1.3 pytz.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612111700.kBBH0QAo023509@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23458/FC-4 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Jul 2005 20:58:39 -0000 1.2 +++ .cvsignore 11 Dec 2006 16:59:56 -0000 1.3 @@ -1 +1 @@ -pytz-2005i.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-4/pytz.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pytz.spec 28 Jul 2005 20:13:18 -0000 1.2 +++ pytz.spec 11 Dec 2006 16:59:56 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2005i -Release: 2%{?dist} +Version: 2006p +Release: 1%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -36,7 +36,7 @@ %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT%{python_sitelib}/pytz/*.py - + %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +47,21 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + +* Thu Sep 7 2006 Orion Poplawski 2006g-1 +- Update to 2006g + +* Mon Feb 13 2006 Orion Poplawski 2005r-2 +- Rebuild for gcc/glibc changes + +* Tue Jan 3 2006 Orion Poplawski 2005r-1 +- Update to 2005r + +* Thu Dec 22 2005 Orion Poplawski 2005m-1 +- Update to 2005m + * Fri Jul 22 2005 Orion Poplawski 2005i-2 - Remove -O1 from install command Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Jul 2005 20:58:39 -0000 1.2 +++ sources 11 Dec 2006 16:59:56 -0000 1.3 @@ -1 +1 @@ -45aeaba1bc49c62e65490c047ff7fbea pytz-2005i.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:00:31 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 12:00:31 -0500 Subject: rpms/pytz/FC-6 .cvsignore, 1.5, 1.6 pytz.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200612111700.kBBH0VFr023519@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23458/FC-6 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Sep 2006 20:13:11 -0000 1.5 +++ .cvsignore 11 Dec 2006 17:00:01 -0000 1.6 @@ -1 +1 @@ -pytz-2006g.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-6/pytz.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pytz.spec 7 Sep 2006 20:08:52 -0000 1.7 +++ pytz.spec 11 Dec 2006 17:00:01 -0000 1.8 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2006g +Version: 2006p Release: 1%{?dist} Summary: World Timezone Definitions for Python @@ -47,6 +47,9 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + * Thu Sep 7 2006 Orion Poplawski 2006g-1 - Update to 2006g Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Sep 2006 20:13:11 -0000 1.5 +++ sources 11 Dec 2006 17:00:01 -0000 1.6 @@ -1 +1 @@ -051d34831b7e4cceb1d94f48ebd896f6 pytz-2006g.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:00:26 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 12:00:26 -0500 Subject: rpms/pytz/FC-5 .cvsignore, 1.4, 1.5 pytz.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612111700.kBBH0Qw6023514@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23458/FC-5 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Jan 2006 18:41:21 -0000 1.4 +++ .cvsignore 11 Dec 2006 16:59:56 -0000 1.5 @@ -1 +1 @@ -pytz-2005r.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-5/pytz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pytz.spec 13 Feb 2006 19:11:20 -0000 1.6 +++ pytz.spec 11 Dec 2006 16:59:56 -0000 1.7 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2005r -Release: 2%{?dist} +Version: 2006p +Release: 1%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -36,7 +36,7 @@ %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT%{python_sitelib}/pytz/*.py - + %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +47,12 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + +* Thu Sep 7 2006 Orion Poplawski 2006g-1 +- Update to 2006g + * Mon Feb 13 2006 Orion Poplawski 2005r-2 - Rebuild for gcc/glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Jan 2006 18:41:21 -0000 1.4 +++ sources 11 Dec 2006 16:59:56 -0000 1.5 @@ -1 +1 @@ -53c366ec234c09f016f35cea5dee8db7 pytz-2005r.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:03:37 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 11 Dec 2006 12:03:37 -0500 Subject: rpms/jd/devel .cvsignore, 1.36, 1.37 jd.spec, 1.43, 1.44 sources, 1.36, 1.37 Message-ID: <200612111703.kBBH3bMZ026762@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26741 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 11 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061211 - cvs 061211 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- .cvsignore 10 Dec 2006 16:08:06 -0000 1.36 +++ .cvsignore 11 Dec 2006 17:03:07 -0000 1.37 @@ -1 +1 @@ -jd-1.8.1-cvs061210.tgz +jd-1.8.1-cvs061211.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- jd.spec 10 Dec 2006 16:08:06 -0000 1.43 +++ jd.spec 11 Dec 2006 17:03:07 -0000 1.44 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061210 +%define strtag cvs061211 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sun Dec 10 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061210 -- cvs 061210 (23:59 JST) +* Mon Dec 11 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061211 +- cvs 061211 (23:59 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 10 Dec 2006 16:08:06 -0000 1.36 +++ sources 11 Dec 2006 17:03:07 -0000 1.37 @@ -1 +1 @@ -5833853ad4d510e2ec3e64039190717c jd-1.8.1-cvs061210.tgz +22ec881febde66bc7e690e61d032a604 jd-1.8.1-cvs061211.tgz From fedora-extras-commits at redhat.com Mon Dec 11 17:10:50 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 12:10:50 -0500 Subject: rpms/aplus-fsf/devel aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200612111710.kBBHAoPf026835@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26813 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Change version schema for dynamic libs aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 5 Dec 2006 21:11:10 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 11 Dec 2006 17:10:19 -0000 1.4 @@ -1,118 +1,86 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-12-10 23:05:42.000000000 +0100 +@@ -52,6 +52,8 @@ pString_Connection.H\ pString_Listener.H -+libIPC_version = -release $(APLVERSION) -+ -+libIPC_la_LDFLAGS = $(libIPC_version) -+ +libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -12,6 +12,12 @@ ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-12-10 23:04:20.000000000 +0100 +@@ -12,6 +12,8 @@ libcxs_la_SOURCES = S.c -+libcxs_version = -release $(APLVERSION) -+ -+libcxs_la_LDFLAGS = $(libcxs_version) -+ +libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -13,5 +13,11 @@ ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-12-10 23:03:38.000000000 +0100 +@@ -13,5 +13,7 @@ libcxb_la_SOURCES = \ binary.c -+libcxb_version = -release $(APLVERSION) -+ -+libcxb_la_LDFLAGS = $(libcxb_version) -+ +libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -125,5 +125,11 @@ ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-12-10 23:03:11.000000000 +0100 +@@ -125,5 +125,7 @@ EnumTables.H\ Macros.H -+libAplusGUI_version = -release $(APLVERSION) -+ -+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version) -+ +libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++ + INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -20,5 +20,11 @@ ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-12-10 23:04:40.000000000 +0100 +@@ -20,5 +20,7 @@ impexp.c \ impexp.h -+libcxsys_version = -release $(APLVERSION) -+ -+libcxsys_la_LDFLAGS = $(libcxsys_version) -+ +libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -15,5 +15,11 @@ ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-12-10 23:03:55.000000000 +0100 +@@ -15,5 +15,7 @@ cform.c \ cxc.h -+libcxc_version = -release $(APLVERSION) -+ -+libcxc_la_LDFLAGS = $(libcxc_version) -+ +libcxc_la_LIBADD = -L../a -la + INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -24,5 +24,11 @@ ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-12-10 23:05:25.000000000 +0100 +@@ -24,5 +24,7 @@ kcheck.c \ dyld2.c -+libesf_version = -release $(APLVERSION) -+ -+libesf_la_LDFLAGS = $(libesf_version) -+ +libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -49,6 +49,11 @@ ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-12-10 23:02:46.000000000 +0100 +@@ -49,6 +49,7 @@ s.h\ x.h -+liba_version = -release $(APLVERSION) -+ -+liba_la_LDFLAGS = $(liba_version) -+ +liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB -@@ -66,7 +71,7 @@ +@@ -66,7 +67,7 @@ EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+ @@ -121,88 +89,42 @@ a_include_DATA = \ beam.h \ fir.h \ ---- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -8,9 +8,9 @@ - ## ## - ############################################################################### - --lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libdap.la - --libdap_la_SOURCES = \ -+libdap_la_SOURCES = \ - BcdPack.c \ - BcdUnpack.c \ - PrAscDecode.c \ -@@ -229,5 +229,9 @@ - tv.h\ - ulto.h - -+libdap_version = -release $(APLVERSION) -+ -+libdap_la_LDFLAGS = $(libdap_version) -+ - INCLUDES = -I.. - --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -382,6 +382,12 @@ ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-12-10 23:06:16.000000000 +0100 +@@ -382,6 +382,8 @@ MSWidgetView.H\ MSWindow.H -+libMSGUI_version = -release $(APLVERSION) -+ -+libMSGUI_la_LDFLAGS = $(libMSGUI_version) -+ +libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-12-10 23:06:39.000000000 +0100 +@@ -52,6 +52,8 @@ MSTimer.H\ MSTv.H -+libMSIPC_version = -release $(APLVERSION) -+ -+libMSIPC_la_LDFLAGS = $(libMSIPC_version) -+ +libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes + EXTRA_DIST = MSProtocolConnection.C INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -298,8 +298,11 @@ ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-12-10 23:07:02.000000000 +0100 +@@ -298,8 +298,7 @@ MSTypeMatrix.C\ MSTypeVector.C - -+libMSTypes_version = -release $(APLVERSION) - -+libMSTypes_la_LDFLAGS = $(libMSTypes_version) -+ +- +libMSTypes_la_LIBADD = -L../a -la -lstdc++ INCLUDES = -I.. ---- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -34,7 +34,7 @@ - $(top_srcdir)/src/cxc/libcxc.la \ - $(top_srcdir)/src/esf/libesf.la \ - $(top_srcdir)/src/a/liba.la \ -- $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libdap.la \ - $(top_srcdir)/src/MSGUI/libMSGUI.la \ - $(top_srcdir)/src/MSIPC/libMSIPC.la \ - $(top_srcdir)/src/MSTypes/libMSTypes.la ---- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 -+++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2005-08-29 16:47:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-12-10 22:01:34.000000000 +0100 @@ -64,7 +64,7 @@ static C *_whoseTree = ""; static C *_banner = BANNER; @@ -213,7 +135,7 @@ static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +146,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -235,7 +157,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -243,7 +165,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -254,7 +176,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -276,7 +198,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-12-10 22:01:44.000000000 +0100 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -285,7 +207,18 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ -@@ -88,6 +89,7 @@ +@@ -80,6 +81,10 @@ + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ ++LT_AGE = @LT_AGE@ ++LT_CURRENT = @LT_CURRENT@ ++LT_RELEASE = @LT_RELEASE@ ++LT_REVISION = @LT_REVISION@ + MAINT = @MAINT@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ +@@ -88,6 +93,7 @@ VERSION = @VERSION@ X_INCLUDES = @X_INCLUDES@ X_LIBS = @X_LIBS@ @@ -293,7 +226,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -@@ -121,7 +123,7 @@ +@@ -121,7 +127,7 @@ .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -303,7 +236,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -9,24 +9,21 @@ ############################################################################### @@ -339,18 +272,19 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 -@@ -17,6 +17,9 @@ ++++ aplus-fsf-4.20/configure.in 2006-12-10 23:08:05.000000000 +0100 +@@ -17,6 +17,10 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +APLVERSION=4.20.2 ++ +AC_SUBST(APLVERSION) + AC_PROG_INSTALL dnl Checks for libraries. -@@ -43,6 +46,15 @@ +@@ -43,6 +47,15 @@ dnl ], "$LIBS") dnl ]) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 5 Dec 2006 21:11:10 -0000 1.5 +++ aplus-fsf.spec 11 Dec 2006 17:10:19 -0000 1.6 @@ -1,3 +1,4 @@ + %define name aplus-fsf %define ver 4.20 %define rel 2 @@ -14,7 +15,7 @@ Name: %name Version: 4.20.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -124,13 +125,13 @@ # Move libs in an other dir to solve conflicts -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} -cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf -rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so* mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d -echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf +echo '%{_libdir}/aplus-fsf/%{version}' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -216,7 +217,7 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/aplus-fsf/lib*-%{version}.so +%{_libdir}/aplus-fsf/ %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl @@ -229,18 +230,6 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/aplus-fsf/libAplusGUI.so -%{_libdir}/aplus-fsf/libMSGUI.so -%{_libdir}/aplus-fsf/libMSIPC.so -%{_libdir}/aplus-fsf/libMSTypes.so -%{_libdir}/aplus-fsf/liba.so -%{_libdir}/aplus-fsf/libcxb.so -%{_libdir}/aplus-fsf/libcxc.so -%{_libdir}/aplus-fsf/libcxs.so -%{_libdir}/aplus-fsf/libcxsys.so -%{_libdir}/aplus-fsf/libdap.so -%{_libdir}/aplus-fsf/libesf.so -%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -267,6 +256,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Mon Dec 11 2006 Jochen Schmitt 4.20.2-12 +- Change version schema for dynamic libs + * Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 - Fix name conflict in an other way From fedora-extras-commits at redhat.com Mon Dec 11 17:37:41 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 12:37:41 -0500 Subject: rpms/CCfits/devel CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.6, 1.7 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE Message-ID: <200612111737.kBBHbf6v027027@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27005 Modified Files: .cvsignore CCfits.spec sources Added Files: CCfits-1.6-removerpath.patch Removed Files: CCfits-1.4-removerpath.patch Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. CCfits-1.6-removerpath.patch: --- NEW FILE CCfits-1.6-removerpath.patch --- diff -ur CCfits.old/Makefile.in CCfits/Makefile.in --- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 +++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 @@ -241,12 +241,12 @@ # generation like gcc does AUTOMAKE_OPTIONS = foreign # no-dependencies SUBDIRS = vs.net -R_LIB_PATH = @RDFLAGS@ +R_LIB_PATH = MSVC_FILES = MSconfig.h EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) cookbook_SOURCES = cookbook.cxx cookbook_LDADD = libCCfits.la -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +cookbook_LDFLAGS = INCLUDES = -I$(top_srcdir)/.. lib_LTLIBRARIES = libCCfits.la libCCfits_la_SOURCES = \ @@ -273,7 +273,7 @@ # This will tell shared library which STD C++ library to use without # needing the user to use LD_LIBRARY_PATH environment variable libCCfits_la_LIBADD = $(LIBSTDCPP) -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +libCCfits_la_LDFLAGS = libCCfits_ladir = $(pkgincludedir) libCCfits_la_HEADERS = \ AsciiTable.h \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Jul 2006 13:20:34 -0000 1.3 +++ .cvsignore 11 Dec 2006 17:37:11 -0000 1.4 @@ -1 +1 @@ -CCfits-1.5.tar.gz +CCfits-1.6.tar.gz Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/CCfits.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CCfits.spec 11 Sep 2006 22:31:30 -0000 1.6 +++ CCfits.spec 11 Dec 2006 17:37:11 -0000 1.7 @@ -1,13 +1,13 @@ Name: CCfits -Version: 1.5 -Release: 3%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.4-removerpath.patch +Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cfitsio-devel @@ -75,6 +75,8 @@ %doc html %changelog +* Mon Dec 11 2006 Sergio Pascual 1.6-1 +- New upstream version 1.6. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Jul 2006 13:20:34 -0000 1.3 +++ sources 11 Dec 2006 17:37:11 -0000 1.4 @@ -1 +1 @@ -41a8b37dc05bd3ddfcb0db4fc9c5bdd1 CCfits-1.5.tar.gz +3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz --- CCfits-1.4-removerpath.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 17:41:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:11 -0500 Subject: rpms/perl-Geo-Constants - New directory Message-ID: <200612111741.kBBHfBpD027089@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085/perl-Geo-Constants Log Message: Directory /cvs/extras/rpms/perl-Geo-Constants added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:41:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:16 -0500 Subject: rpms/perl-Geo-Constants/devel - New directory Message-ID: <200612111741.kBBHfGjW027102@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085/perl-Geo-Constants/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Constants/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:41:37 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:37 -0500 Subject: rpms/perl-Geo-Constants Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111741.kBBHfbRX027132@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Constants --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Constants all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 17:41:42 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:42 -0500 Subject: rpms/perl-Geo-Constants/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111741.kBBHfgDF027147@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Constants --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 17:42:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:42:44 -0500 Subject: rpms/perl-Geo-Constants import.log,1.1,1.2 Message-ID: <200612111742.kBBHgiA3027221@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191 Modified Files: import.log Log Message: auto-import perl-Geo-Constants-0.05-1 on branch devel from perl-Geo-Constants-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Constants/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 17:41:37 -0000 1.1 +++ import.log 11 Dec 2006 17:42:14 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Constants-0_05-1:HEAD:perl-Geo-Constants-0.05-1.src.rpm:1165859255 From fedora-extras-commits at redhat.com Mon Dec 11 17:42:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:42:44 -0500 Subject: rpms/perl-Geo-Constants/devel perl-Geo-Constants.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111742.kBBHgil4027225@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Constants.spec Log Message: auto-import perl-Geo-Constants-0.05-1 on branch devel from perl-Geo-Constants-0.05-1.src.rpm --- NEW FILE perl-Geo-Constants.spec --- Name: perl-Geo-Constants Version: 0.05 Release: 1%{?dist} Summary: Standard Geo:: constants Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Constants/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Constants-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Constants-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Constants/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 17:41:42 -0000 1.1 +++ .cvsignore 11 Dec 2006 17:42:14 -0000 1.2 @@ -0,0 +1 @@ +Geo-Constants-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Constants/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 17:41:42 -0000 1.1 +++ sources 11 Dec 2006 17:42:14 -0000 1.2 @@ -0,0 +1 @@ +9c9b41d178d47fc124c5f4be9630491f Geo-Constants-0.05.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 17:44:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:12 -0500 Subject: rpms/perl-Geo-Functions - New directory Message-ID: <200612111744.kBBHiCHX027348@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27344/perl-Geo-Functions Log Message: Directory /cvs/extras/rpms/perl-Geo-Functions added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:44:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:18 -0500 Subject: rpms/perl-Geo-Functions/devel - New directory Message-ID: <200612111744.kBBHiIhE027359@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27344/perl-Geo-Functions/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Functions/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:44:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:49 -0500 Subject: rpms/perl-Geo-Functions Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111744.kBBHina4027391@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27385 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Functions --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Functions all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 17:44:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:54 -0500 Subject: rpms/perl-Geo-Functions/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111744.kBBHis5T027406@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27385/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Functions --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 17:46:06 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:46:06 -0500 Subject: rpms/perl-Geo-Functions import.log,1.1,1.2 Message-ID: <200612111746.kBBHk6VQ027477@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27446 Modified Files: import.log Log Message: auto-import perl-Geo-Functions-0.04-1 on branch devel from perl-Geo-Functions-0.04-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Functions/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 17:44:49 -0000 1.1 +++ import.log 11 Dec 2006 17:45:36 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Functions-0_04-1:HEAD:perl-Geo-Functions-0.04-1.src.rpm:1165859454 From fedora-extras-commits at redhat.com Mon Dec 11 17:46:06 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:46:06 -0500 Subject: rpms/perl-Geo-Functions/devel perl-Geo-Functions.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111746.kBBHk6aS027481@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27446/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Functions.spec Log Message: auto-import perl-Geo-Functions-0.04-1 on branch devel from perl-Geo-Functions-0.04-1.src.rpm --- NEW FILE perl-Geo-Functions.spec --- Name: perl-Geo-Functions Version: 0.04 Release: 1%{?dist} Summary: Standard Geo:: functions Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Functions/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Functions-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Functions-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.04-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Functions/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 17:44:54 -0000 1.1 +++ .cvsignore 11 Dec 2006 17:45:36 -0000 1.2 @@ -0,0 +1 @@ +Geo-Functions-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Functions/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 17:44:54 -0000 1.1 +++ sources 11 Dec 2006 17:45:36 -0000 1.2 @@ -0,0 +1 @@ +32a4eb2ec009cec6c2175d9166ffd911 Geo-Functions-0.04.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 17:47:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:47:46 -0500 Subject: rpms/perl-Geo-Ellipsoids - New directory Message-ID: <200612111747.kBBHlkEX027558@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27554/perl-Geo-Ellipsoids Log Message: Directory /cvs/extras/rpms/perl-Geo-Ellipsoids added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:47:51 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:47:51 -0500 Subject: rpms/perl-Geo-Ellipsoids/devel - New directory Message-ID: <200612111747.kBBHlpHc027571@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27554/perl-Geo-Ellipsoids/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Ellipsoids/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:48:13 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:48:13 -0500 Subject: rpms/perl-Geo-Ellipsoids Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111748.kBBHmD4g027604@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27597 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Ellipsoids --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Ellipsoids all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 17:48:13 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:48:13 -0500 Subject: rpms/perl-Geo-Ellipsoids/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111748.kBBHmD62027619@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27597/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Ellipsoids --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 17:49:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:49:18 -0500 Subject: rpms/perl-Geo-Ellipsoids import.log,1.1,1.2 Message-ID: <200612111749.kBBHnIgb027708@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27668 Modified Files: import.log Log Message: auto-import perl-Geo-Ellipsoids-0.10-1 on branch devel from perl-Geo-Ellipsoids-0.10-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Ellipsoids/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 17:48:13 -0000 1.1 +++ import.log 11 Dec 2006 17:48:48 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Ellipsoids-0_10-1:HEAD:perl-Geo-Ellipsoids-0.10-1.src.rpm:1165859648 From fedora-extras-commits at redhat.com Mon Dec 11 17:49:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:49:18 -0500 Subject: rpms/perl-Geo-Ellipsoids/devel perl-Geo-Ellipsoids.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111749.kBBHnIRD027712@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27668/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Ellipsoids.spec Log Message: auto-import perl-Geo-Ellipsoids-0.10-1 on branch devel from perl-Geo-Ellipsoids-0.10-1.src.rpm --- NEW FILE perl-Geo-Ellipsoids.spec --- Name: perl-Geo-Ellipsoids Version: 0.10 Release: 1%{?dist} Summary: Standard Geo:: ellipsoids Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Ellipsoids/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Ellipsoids-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 BuildRequires: perl(Geo::Functions) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Standard Geo:: ellipsoids a, b, f and 1/f values. %prep %setup -q -n Geo-Ellipsoids-%{version} chmod -c a-x bin/example-* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %doc bin/example-* %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.10-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Ellipsoids/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 17:48:13 -0000 1.1 +++ .cvsignore 11 Dec 2006 17:48:48 -0000 1.2 @@ -0,0 +1 @@ +Geo-Ellipsoids-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Ellipsoids/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 17:48:13 -0000 1.1 +++ sources 11 Dec 2006 17:48:48 -0000 1.2 @@ -0,0 +1 @@ +6281160b1c9d6c21bb8fc261100fa35c Geo-Ellipsoids-0.10.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 17:50:54 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 12:50:54 -0500 Subject: rpms/CCfits/devel CCfits.spec,1.7,1.8 Message-ID: <200612111750.kBBHosxf027761@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27744 Modified Files: CCfits.spec Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/CCfits.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- CCfits.spec 11 Dec 2006 17:37:11 -0000 1.7 +++ CCfits.spec 11 Dec 2006 17:50:24 -0000 1.8 @@ -10,7 +10,7 @@ Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel +BuildRequires: cfitsio-devel >= 3.020 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -76,7 +76,7 @@ %changelog * Mon Dec 11 2006 Sergio Pascual 1.6-1 -- New upstream version 1.6. +- New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 From fedora-extras-commits at redhat.com Mon Dec 11 17:52:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:52:53 -0500 Subject: owners owners.list,1.2094,1.2095 Message-ID: <200612111752.kBBHqr3Y027837@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27817 Modified Files: owners.list Log Message: New packages: perl-Geo-Constants (#219084), perl-Geo-Functions (#219086), and perl-Geo-Ellipsoids (#219087) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2094 retrieving revision 1.2095 diff -u -r1.2094 -r1.2095 --- owners.list 11 Dec 2006 16:52:25 -0000 1.2094 +++ owners.list 11 Dec 2006 17:52:23 -0000 1.2095 @@ -1510,6 +1510,9 @@ Fedora Extras|perl-GDGraph|Graph generation package for Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GDGraph3d|3D graph generation package for Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GDTextUtil|Text utilities for use with GD|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Constants|Standard Geo:: constants|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Ellipsoids|Standard Geo:: ellipsoids|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Functions|Standard Geo:: functions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-gettext|Interface to gettext family of functions|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Glib|Perl interface to GLib|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com From fedora-extras-commits at redhat.com Mon Dec 11 18:09:45 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 13:09:45 -0500 Subject: rpms/blender/devel blender.spec,1.34,1.35 Message-ID: <200612111809.kBBI9jZ0031127@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31110 Modified Files: blender.spec Log Message: New build to solve broken deps Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- blender.spec 29 Nov 2006 22:07:58 -0000 1.34 +++ blender.spec 11 Dec 2006 18:09:15 -0000 1.35 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -160,6 +160,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Mon Dec 11 2006 Jochen Schmitt 2.42a-7 +- New build to solve broken deps + * Wed Nov 29 2006 Jochen Schmitt 2.42a-6 - Rebuild to solve broken deps From fedora-extras-commits at redhat.com Mon Dec 11 18:12:08 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 13:12:08 -0500 Subject: rpms/python-smbpasswd/devel python-smbpasswd.spec,1.3,1.4 Message-ID: <200612111812.kBBIC85X031202@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/python-smbpasswd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31181 Modified Files: python-smbpasswd.spec Log Message: New build to solve broken deps Index: python-smbpasswd.spec =================================================================== RCS file: /cvs/extras/rpms/python-smbpasswd/devel/python-smbpasswd.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-smbpasswd.spec 3 Sep 2006 19:40:34 -0000 1.3 +++ python-smbpasswd.spec 11 Dec 2006 18:11:38 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-smbpasswd Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python SMB Password Hash Generator Module Group: Development/Languages @@ -40,6 +40,9 @@ %doc COPYING README.txt %changelog +* Mon Dec 11 2006 Jochen Schmitt 1.0.1-5 +- New Build to solve broken deps + * Sun Sep 3 2006 Jochen Schmitt 1.0.1-4 - Rebuild for FC-6 From fedora-extras-commits at redhat.com Mon Dec 11 18:33:18 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 13:33:18 -0500 Subject: rpms/CCfits/FC-6 CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.6, 1.7 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE Message-ID: <200612111833.kBBIXIN9031379@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31354 Modified Files: .cvsignore CCfits.spec sources Added Files: CCfits-1.6-removerpath.patch Removed Files: CCfits-1.4-removerpath.patch Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. CCfits-1.6-removerpath.patch: --- NEW FILE CCfits-1.6-removerpath.patch --- diff -ur CCfits.old/Makefile.in CCfits/Makefile.in --- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 +++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 @@ -241,12 +241,12 @@ # generation like gcc does AUTOMAKE_OPTIONS = foreign # no-dependencies SUBDIRS = vs.net -R_LIB_PATH = @RDFLAGS@ +R_LIB_PATH = MSVC_FILES = MSconfig.h EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) cookbook_SOURCES = cookbook.cxx cookbook_LDADD = libCCfits.la -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +cookbook_LDFLAGS = INCLUDES = -I$(top_srcdir)/.. lib_LTLIBRARIES = libCCfits.la libCCfits_la_SOURCES = \ @@ -273,7 +273,7 @@ # This will tell shared library which STD C++ library to use without # needing the user to use LD_LIBRARY_PATH environment variable libCCfits_la_LIBADD = $(LIBSTDCPP) -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +libCCfits_la_LDFLAGS = libCCfits_ladir = $(pkgincludedir) libCCfits_la_HEADERS = \ AsciiTable.h \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Jul 2006 13:20:34 -0000 1.3 +++ .cvsignore 11 Dec 2006 18:32:48 -0000 1.4 @@ -1 +1 @@ -CCfits-1.5.tar.gz +CCfits-1.6.tar.gz Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-6/CCfits.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CCfits.spec 11 Sep 2006 22:31:30 -0000 1.6 +++ CCfits.spec 11 Dec 2006 18:32:48 -0000 1.7 @@ -1,16 +1,16 @@ Name: CCfits -Version: 1.5 -Release: 3%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.4-removerpath.patch +Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel +BuildRequires: cfitsio-devel >= 3.020 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -75,6 +75,8 @@ %doc html %changelog +* Mon Dec 11 2006 Sergio Pascual 1.6-1 +- New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Jul 2006 13:20:34 -0000 1.3 +++ sources 11 Dec 2006 18:32:48 -0000 1.4 @@ -1 +1 @@ -41a8b37dc05bd3ddfcb0db4fc9c5bdd1 CCfits-1.5.tar.gz +3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz --- CCfits-1.4-removerpath.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 18:35:12 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 13:35:12 -0500 Subject: rpms/CCfits/FC-5 CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.4, 1.5 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE Message-ID: <200612111835.kBBIZCm6031468@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31437 Modified Files: .cvsignore CCfits.spec sources Added Files: CCfits-1.6-removerpath.patch Removed Files: CCfits-1.4-removerpath.patch Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. CCfits-1.6-removerpath.patch: --- NEW FILE CCfits-1.6-removerpath.patch --- diff -ur CCfits.old/Makefile.in CCfits/Makefile.in --- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 +++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 @@ -241,12 +241,12 @@ # generation like gcc does AUTOMAKE_OPTIONS = foreign # no-dependencies SUBDIRS = vs.net -R_LIB_PATH = @RDFLAGS@ +R_LIB_PATH = MSVC_FILES = MSconfig.h EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) cookbook_SOURCES = cookbook.cxx cookbook_LDADD = libCCfits.la -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +cookbook_LDFLAGS = INCLUDES = -I$(top_srcdir)/.. lib_LTLIBRARIES = libCCfits.la libCCfits_la_SOURCES = \ @@ -273,7 +273,7 @@ # This will tell shared library which STD C++ library to use without # needing the user to use LD_LIBRARY_PATH environment variable libCCfits_la_LIBADD = $(LIBSTDCPP) -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +libCCfits_la_LDFLAGS = libCCfits_ladir = $(pkgincludedir) libCCfits_la_HEADERS = \ AsciiTable.h \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Jul 2006 13:37:53 -0000 1.3 +++ .cvsignore 11 Dec 2006 18:34:42 -0000 1.4 @@ -1 +1 @@ -CCfits-1.5.tar.gz +CCfits-1.6.tar.gz Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-5/CCfits.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CCfits.spec 28 Jul 2006 10:37:31 -0000 1.4 +++ CCfits.spec 11 Dec 2006 18:34:42 -0000 1.5 @@ -1,16 +1,16 @@ Name: CCfits -Version: 1.5 -Release: 2%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.4-removerpath.patch +Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel +BuildRequires: cfitsio-devel >= 3.020 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -75,14 +75,18 @@ %doc html %changelog +* Mon Dec 11 2006 Sergio Pascual 1.6-1 +- New upstream version 1.6. Only compiles with cfitsio >= 3.020. +* Tue Sep 12 2006 Sergio Pascual 1.5-3 +- Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 -- Removed perl files in documentation. +- Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 -- New upstream source 1.5 +- New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) -- Perl files in docs removed in the source +- Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 -- Removed explicit Buildrequires gcc-c++ +- Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 @@ -91,6 +95,6 @@ - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. -- Removed -rpath in the shared library +- Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Jul 2006 13:37:53 -0000 1.3 +++ sources 11 Dec 2006 18:34:42 -0000 1.4 @@ -1 +1 @@ -41a8b37dc05bd3ddfcb0db4fc9c5bdd1 CCfits-1.5.tar.gz +3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz --- CCfits-1.4-removerpath.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 18:43:06 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 11 Dec 2006 13:43:06 -0500 Subject: rpms/graphviz import.log,1.5,1.6 Message-ID: <200612111843.kBBIh6ub031611@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/graphviz In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31578 Modified Files: import.log Log Message: auto-import graphviz-2.12-1.fc7 on branch devel from graphviz-2.12-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/graphviz/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 8 Nov 2004 04:32:07 -0000 1.5 +++ import.log 11 Dec 2006 18:42:36 -0000 1.6 @@ -2,3 +2,4 @@ graphviz-1_10-0_fdr_2_rh90:HEAD:graphviz-1.10-0.fdr.2.rh90.src.rpm:1099888267 graphviz-1_12-0_fdr_2_1:HEAD:graphviz-1.12-0.fdr.2.1.src.rpm:1099888273 graphviz-1_12-0_fdr_2_2:HEAD:graphviz-1.12-0.fdr.2.2.src.rpm:1099888327 +graphviz-2_12-1_fc7:HEAD:graphviz-2.12-1.fc7.src.rpm:1165862879 From fedora-extras-commits at redhat.com Mon Dec 11 18:43:06 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 11 Dec 2006 13:43:06 -0500 Subject: rpms/graphviz/devel graphviz-php5.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 graphviz.spec, 1.28, 1.29 sources, 1.8, 1.9 Message-ID: <200612111843.kBBIh6jR031616@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/graphviz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31578/devel Modified Files: .cvsignore graphviz.spec sources Added Files: graphviz-php5.patch Log Message: auto-import graphviz-2.12-1.fc7 on branch devel from graphviz-2.12-1.fc7.src.rpm graphviz-php5.patch: --- NEW FILE graphviz-php5.patch --- diff -urN graphviz-2.12/configure graphviz-2.12-patched/configure --- graphviz-2.12/configure 2006-12-04 16:02:10.000000000 -0600 +++ graphviz-2.12-patched/configure 2006-12-08 09:45:19.000000000 -0600 @@ -25552,7 +25552,7 @@ fi; if test "x$enable_php" != "xno"; then -if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then +if test `$SWIG -help 2>&1 | $GREP -c '\-php[5 ]*- Generate'` = 0; then PHP= { echo "$as_me:$LINENO: WARNING: swig does not support php. The PHP packages will not be built" >&5 echo "$as_me: WARNING: swig does not support php. The PHP packages will not be built" >&2;} diff -urN graphviz-2.12/configure.ac graphviz-2.12-patched/configure.ac --- graphviz-2.12/configure.ac 2006-12-04 15:11:58.000000000 -0600 +++ graphviz-2.12-patched/configure.ac 2006-12-08 08:07:10.000000000 -0600 @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.168 2006/12/04 21:11:58 erg Exp $ $Revision: 1.168 $ +# $Id: configure.ac,v 1.170 2006/12/07 17:25:53 ellson Exp $ $Revision: 1.170 $ # Process this file with autoconf to produce a configure script AC_PREREQ(2.54) @@ -628,7 +628,7 @@ AC_ARG_ENABLE(php, [AC_HELP_STRING([--disable-php], [don't support php language bindings])]) if test "x$enable_php" != "xno"; then -if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then +if test `$SWIG -help 2>&1 | $GREP -c '\-php[[5 ]]*- Generate'` = 0; then PHP= AC_MSG_WARN([swig does not support php. The PHP packages will not be built]) else Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Feb 2006 17:28:01 -0000 1.8 +++ .cvsignore 11 Dec 2006 18:42:36 -0000 1.9 @@ -1 +1 @@ -graphviz-2.8.tar.gz +graphviz-2.12.tar.gz Index: graphviz.spec =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/graphviz.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- graphviz.spec 4 Oct 2006 21:35:44 -0000 1.28 +++ graphviz.spec 11 Dec 2006 18:42:36 -0000 1.29 @@ -1,31 +1,122 @@ # $Id$ $Revision$ # graphviz.spec. Generated from graphviz.spec.in by configure. -# Io is disabled because it's not (yet?) found in Fedora. -# http://www.iolanguage.com/about/ -# - Jima -%define _IO 0 - # Note: graphviz requires gd with gif support (and other fixes), hence use # internal one for now. -Summary: Graph Visualization Tools +#-- graphviz src.rpm -------------------------------------------------------- Name: graphviz -Version: 2.8 -Release: 5%{?dist} -Group: Applications/Multimedia +Version: 2.12 +Release: 1%{?dist} + License: CPL URL: http://www.graphviz.org/ -Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz -Requires: urw-fonts +Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.12.tar.gz +Patch0: %{name}-php5.patch + +# graphviz is relocatable +#Prefix: /usr + +#-- feature and package selection ------------------------------------------- +# depends on %dist and %fedora (or %rhl or %rhel) which are set +# in .rpmmacros on each build host + +# Define a default set of features incase none of the conditionals apply +%define SHARP 0 +%define GUILE 0 +%define _IO 0 +%define JAVA 0 +%define LUA 0 +%define OCAML 0 +%define PERL 0 +%define PHP 0 +%define PYTHON 0 +%define RUBY 0 +%define TCL 1 +%define IPSEPCOLA --without-ipsepcola +%define MYLIBGD --with-mylibgd +%define MING --without-ming + +# SuSE uses a different mechanism to generate BuildRequires +# norootforbuild +# neededforbuild expat freetype2 freetype2-devel gcc libjpeg libpng-devel-packages tcl tcl-devel tk tk-devel x-devel-packages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpng-devel libjpeg-devel expat-devel ksh bison flex -BuildRequires: libtool-ltdl-devel fontconfig-devel swig libXaw-devel -BuildRequires: libSM-devel libXpm-devel libXext-devel libXt-devel -BuildRequires: mono-core guile-devel libgcj-devel java-1.4.2-gcj-compat-devel -BuildRequires: lua-devel ocaml php-devel python-devel ruby-devel tk-devel +BuildRequires: zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2 +BuildRequires: /bin/ksh bison m4 flex tk tcl >= 8.3 swig + +# This just indicates the requirement for tcl.h, tk.h, but doesn't identify +# where to get them from. In RH9 and earlier they were in the tcl, tk, +# base packages which are always BR'd anyway (above). +BuildRequires: /usr/include/tcl.h /usr/include/tk.h + +%if 0%{?rhl} +%define PERL 1 +%define TCL 1 +BuildRequires: XFree86-devel perl +%endif + +%if 0%{?rhel} +%define PERL 1 +%define TCL 1 +BuildRequires: perl +%if "%rhel" < "4" +BuildRequires: XFree86-devel +%endif +%if "%rhel" >= "3" +%define IPSEPCOLA --with-ipsepcola +BuildRequires: fontconfig-devel tcl-devel tk-devel +%endif +%if "%rhel" >= "4" +%define PHP 1 +%define RUBY 1 +BuildRequires: xorg-x11-devel php-devel ruby-devel +%endif +%if "%rhel" >= "5" +BuildRequires: libtool-ltdl libtool-ltdl-devel libXaw-devel libSM-devel libICE-devel libXpm-devel libXt-devel libXmu-devel libXext-devel libX11-devel +%endif +%endif + +%if 0%{?fedora} +%define PERL 1 +%define TCL 1 +BuildRequires: fontconfig-devel tcl-devel tk-devel +%if "%fedora" < "3" +BuildRequires: XFree86-devel +%endif +%if "%fedora" == "3" +BuildRequires: xorg-x11-devel +%endif +%if "%fedora" == "4" +BuildRequires: xorg-x11-devel +%endif +%if "%fedora" >= "3" +%define IPSEPCOLA --with-ipsepcola +%endif +%if "%fedora" >= "4" +%define PHP 1 +%define RUBY 1 +%define GUILE 1 +BuildRequires: libtool-ltdl libtool-ltdl-devel php-devel ruby-devel guile-devel +%endif +%if "%fedora" >= "5" +%define SHARP 1 +%define JAVA 1 +%define OCAML 1 +%define PYTHON 1 +BuildRequires: libXaw-devel libSM-devel libICE-devel libXpm-devel libXt-devel libXmu-devel libXext-devel libX11-devel libgcj-devel mono-core ocaml python-devel java-devel +%endif +%if "%fedora" >= "6" +%define LUA 1 +BuildRequires: cairo-devel >= 1.1.10 pango-devel gmp-devel lua-devel +%endif +%endif + +#-- graphviz rpm -------------------------------------------------- +Group: Applications/Multimedia +Summary: Graph Visualization Tools +Requires: urw-fonts %description A collection of tools for the manipulation and layout @@ -35,222 +126,289 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* -%dir %{_libdir}/%{name} -%{_libdir}/%{name}/*.so.* +%dir %{_libdir}/graphviz +%{_libdir}/*.so.* +%{_libdir}/graphviz/*.so.* %{_mandir}/man1/*.1* -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/lefty -%exclude %{_libdir}/%{name}/*/* +%dir %{_datadir}/graphviz +%{_datadir}/graphviz/lefty +%exclude %{_libdir}/graphviz/*/* +%exclude %{_libdir}/graphviz/libgvplugin_gd.* -#------------------------------------------------------------------ +# run "dot -c" to generate plugin config in %{_libdir}/graphviz/config +%post +LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/%{_lib} $RPM_INSTALL_PREFIX0/bin/dot -c + +# if there is no dot after everything else is done, the remove config +%postun +if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/config; fi + +#-- graphviz-gd rpm -------------------------------------------------- +%package gd +Group: Applications/Multimedia +Summary: graphviz plugin for renderers based on gd +Requires: graphviz = %{version}-%{release} + +%description gd +graphviz plugin for renderers based on gd + +%files gd +%{_libdir}/graphviz/libgvplugin_gd.so.* + +# run "dot -c" to generate plugin config in %{_libdir}/graphviz/config +%post gd +LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/%{_lib} $RPM_INSTALL_PREFIX0/bin/dot -c + +# if there is not dot after everything else is done, the remove config +%postun gd +if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/config; fi + +#-- graphviz-sharp rpm -------------------------------------------- +%if %{SHARP} %package sharp -Group: Applications/Multimedia -Summary: C# extension for %{name} -Requires: %{name} = %{version}-%{release} +Group: Applications/Multimedia +Summary: C# extension for graphviz +Requires: graphviz = %{version}-%{release} mono-core %description sharp -C# extensions for %{name}. +C# extension for graphviz. %files sharp %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/sharp -%{_libdir}/%{name}/sharp/* +%dir %{_libdir}/graphviz/sharp +%{_libdir}/graphviz/sharp/* +%endif -#------------------------------------------------------------------ +#-- graphviz-guile rpm -------------------------------------------- +%if %{GUILE} %package guile Group: Applications/Multimedia -Summary: Guile extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Guile extension for graphviz +Requires: graphviz = %{version}-%{release} guile %description guile -Guile extensions for %{name}. +Guile extension for graphviz. %files guile %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/guile -%{_libdir}/%{name}/guile/* +%dir %{_libdir}/graphviz/guile +%{_libdir}/graphviz/guile/* +%endif -#------------------------------------------------------------------ +#-- graphviz-io rpm ----------------------------------------------- %if %{_IO} %package io Group: Applications/Multimedia -Summary: Io extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Io extension for graphviz +Requires: graphviz = %{version}-%{release} io %description io -Java extensions for %{name}. +Io extension for graphviz. %files io %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/io -%{_libdir}/%{name}/io/* +%dir %{_libdir}/graphviz/io +%{_libdir}/graphviz/io/* %endif -#------------------------------------------------------------------ +#-- graphviz-java rpm --------------------------------------------- +%if %{JAVA} %package java Group: Applications/Multimedia -Summary: Java extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Java extension for graphviz +Requires: graphviz = %{version}-%{release} libgcj java %description java -Java extensions for %{name}. +Java extension for graphviz. %files java %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/java -%{_libdir}/%{name}/java/* +%dir %{_libdir}/graphviz/java +%{_libdir}/graphviz/java/* +%endif -#------------------------------------------------------------------ +#-- graphviz-lua rpm ---------------------------------------------- +%if %{LUA} %package lua Group: Applications/Multimedia -Summary: Lua extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Lua extension for graphviz +Requires: graphviz = %{version}-%{release} lua %description lua -Java extensions for %{name}. +Lua extension for graphviz. %files lua %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/lua -%{_libdir}/%{name}/lua/* +%dir %{_libdir}/graphviz/lua +%{_libdir}/graphviz/lua/* +%endif -#------------------------------------------------------------------ +#-- graphviz-ocaml rpm -------------------------------------------- +%if %{OCAML} %package ocaml Group: Applications/Multimedia -Summary: Ocaml extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Ocaml extension for graphviz +Requires: graphviz = %{version}-%{release} ocaml %description ocaml -Ocaml extensions for %{name}. +Ocaml extension for graphviz. %files ocaml %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/ocaml -%{_libdir}/%{name}/ocaml/* +%dir %{_libdir}/graphviz/ocaml +%{_libdir}/graphviz/ocaml/* +%endif -#------------------------------------------------------------------ +#-- graphviz-perl rpm --------------------------------------------- +%if %{PERL} %package perl Group: Applications/Multimedia -Summary: Perl extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Perl extension for graphviz +Requires: graphviz = %{version}-%{release} perl %description perl -Perl extensions for %{name}. +Perl extension for graphviz. %files perl %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/perl -%{_libdir}/%{name}/perl/* +%dir %{_libdir}/graphviz/perl +%{_libdir}/graphviz/perl/* +%endif -#------------------------------------------------------------------ +#-- graphviz-php rpm ---------------------------------------------- +%if %{PHP} %package php Group: Applications/Multimedia -Summary: PHP extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: PHP extension for graphviz +Requires: graphviz = %{version}-%{release} php %description php -PHP extensions for %{name}. +PHP extension for graphviz. %files php %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/php -%{_libdir}/%{name}/php/* +%dir %{_libdir}/graphviz/php +%{_libdir}/graphviz/php/* +%endif -#------------------------------------------------------------------ +#-- graphviz-python rpm ------------------------------------------- +%if %{PYTHON} %package python Group: Applications/Multimedia -Summary: Python extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Python extension for graphviz +Requires: graphviz = %{version}-%{release} python %description python -Python extensions for %{name}. +Python extension for graphviz. %files python %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/python -%{_libdir}/%{name}/python/* +%dir %{_libdir}/graphviz/python +%{_libdir}/graphviz/python/* +%endif -#------------------------------------------------------------------ +#-- graphviz-ruby rpm --------------------------------------------- +%if %{RUBY} %package ruby Group: Applications/Multimedia -Summary: Ruby extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Ruby extension for graphviz +Requires: graphviz = %{version}-%{release} ruby %description ruby -Ruby extensions for %{name}. +Ruby extension for graphviz. %files ruby %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/ruby -%{_libdir}/%{name}/ruby/* +%dir %{_libdir}/graphviz/ruby +%{_libdir}/graphviz/ruby/* +%endif -#------------------------------------------------------------------ +#-- graphviz-tcl rpm ---------------------------------------------- +%if %{TCL} %package tcl Group: Applications/Multimedia -Summary: Tcl extension & tools for %{name} -Requires: %{name} = %{version}-%{release} tcl >= 8.3 tk +Summary: Tcl extension & tools for graphviz +Requires: graphviz = %{version}-%{release} tcl >= 8.3 tk %description tcl -Various tcl packages (extensions) for the %{name} tools. +Various tcl packages (extensions) for the graphviz tools. %files tcl %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/tcl -%{_libdir}/%{name}/tcl/* -%{_libdir}/%{name}/pkgIndex.tcl -%{_datadir}/%{name}/demo +%dir %{_libdir}/graphviz/tcl +%{_libdir}/graphviz/tcl/* +%{_libdir}/graphviz/pkgIndex.tcl +%{_datadir}/graphviz/demo %{_mandir}/mann/*.n* +%endif -#------------------------------------------------------------------ +#-- graphviz-devel rpm -------------------------------------------- %package devel Group: Development/Libraries -Summary: Development package for %{name} -Requires: %{name} = %{version}-%{release} pkgconfig +Summary: Development package for graphviz +Requires: graphviz = %{version}-%{release} pkgconfig %description devel A collection of tools for the manipulation and layout of graphs (as in nodes and edges, not as in barcharts). -This package contains development files for %{name}. +This package contains development files for graphviz. %files devel %defattr(-,root,root,-) -%{_includedir}/%{name} -%{_libdir}/%{name}/*.so +%{_includedir}/graphviz +%{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_mandir}/man3/*.3* -%exclude %{_libdir}/%{name}/*/* +%exclude %{_libdir}/graphviz/*/* +%exclude %{_libdir}/graphviz/libgvplugin* +%exclude %{_libdir}/graphviz/*.so -#------------------------------------------------------------------ +#-- graphviz-graphs rpm ------------------------------------------- %package graphs Group: Applications/Multimedia -Summary: Demo graphs for %{name} +Summary: Demo graphs for graphviz %description graphs -Some demo graphs for %{name}. +Some demo graphs for graphviz. %files graphs %defattr(-,root,root,-) -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/graphs +%dir %{_datadir}/graphviz +%{_datadir}/graphviz/graphs -#------------------------------------------------------------------ +#-- graphviz-doc rpm ---------------------------------------------- %package doc Group: Documentation -Summary: PDF and HTML documents for %{name} +Summary: PDF and HTML documents for graphviz %description doc -Provides some additional PDF and HTML documentation for %{name}. +Provides some additional PDF and HTML documentation for graphviz. %files doc %defattr(-,root,root,-) %doc __doc/* -#------------------------------------------------------------------ +#-- building -------------------------------------------------- + %prep %setup -q +%patch0 -p1 %build -%configure --disable-static --with-mylibgd --disable-io +# XXX ix86 only used to have -ffast-math, let's use everywhere +%{expand: %%define optflags %{optflags} -ffast-math} +# %%configure is broken in RH7.3 rpmbuild +CFLAGS="$RPM_OPT_FLAGS" \ +./configure \ + --prefix=%{_prefix} \ + --bindir=%{_bindir} \ + --libdir=%{_libdir} \ + --includedir=%{_includedir} \ + --datadir=%{_datadir} \ + --mandir=%{_mandir} \ + --with-x \ + --disable-static \ + --disable-dependency-tracking %{MYLIBGD} %{IPSEPCOLA} %{MING} %__make %{?_smp_mflags} %install @@ -261,7 +419,6 @@ pkgconfigdir=%{_libdir}/pkgconfig \ install find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' -#find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';' chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/lefty/* cp -a $RPM_BUILD_ROOT%{_datadir}/%{name}/doc __doc rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc @@ -269,129 +426,21 @@ %clean rm -rf $RPM_BUILD_ROOT -# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config -%post -%{_bindir}/dot -c - -# if there is not dot after everything else is done, the remove config -%postun -if ! test -x %{_bindir}/dot; then rm -f %{_libdir}/%{name}/config; fi +#-- changelog -------------------------------------------------- %changelog -* Wed Oct 04 2006 Patrick "Jima" Laughton 2.8-5 -- Bump-n-build +* Mon Dec 11 2006 Patrick "Jima" Laughton 2.12-1 +- Fixed dist tag +- Fixed minor typo in -lua description (BZ#218191) +- Added upstream-supplied "php5" patch (due to newer swig) +- Added BR: java-devel & R: java + +* Tue Sep 13 2005 John Ellson +- split out language bindings into their own rpms so that + main rpm doesn't depend on (e.g.) ocaml + +* Sat Aug 13 2005 John Ellson +- imported various fixes from the Fedora-Extras .spec by Oliver Falk -* Thu Sep 14 2006 Patrick "Jima" Laughton - 2.8-4 -- Fixing BZ#188148 & BZ#184171 -- Dropped the unified spec file logic; it complicated matters unnecessarily -- Removed VERY broken fc5/fc4/fc3 conditionals -- Removed redundant BuildReqs -- Disabled io support due to not knowing what it was -- General cleanup -- Lots of help from Alex Lancaster on this package! Thanks! - -* Wed Mar 01 2006 Oliver Falk - 2.8-3 -- Add libtool-ltdl, libtool-ltdl-devel -- Fix fixes - -* Fri Feb 24 2006 Oliver Falk - 2.8-2 -- Fix unpackaged files on x86_64 - -* Wed Feb 22 2006 Oliver Falk - 2.8-1 -- Merge with specfile from Paul F. Johnson -- Update - -* Mon Feb 13 2006 Oliver Falk - 2.6-4 -- BR: ruby-devel - -* Mon Nov 21 2005 Oliver Falk - 2.6-3 -- Rebuild - -* Fri Nov 04 2005 Oliver Falk - 2.6-2 -- BuildRequires fixes for "Modular X"; Thanks to John Ellson - -* Mon Aug 29 2005 Oliver Falk - 2.6-1 -- Update - -* Mon Aug 22 2005 Oliver Falk - 2.4-2 -- Bug #163840 - -* Thu Aug 11 2005 Oliver Falk - 2.4-1 -- Update -- Took over maintainership -- Merge with spec provided within source tarball - -* Sun May 22 2005 Jeremy Katz - 2.2.1-2 -- rebuild on all arches - -* Fri Apr 7 2005 John Ellson - 2.2.1-1 -- update to graphviz-2.2.1 - -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Sun Jan 23 2005 John Ellson - 0:2.2-3 -- change BuildRequires to /bin/ksh, since ksh doesn't provide a /usr/bin/ksh -- change devel exclude to also exclude libtcl*.la - -* Sat Jan 22 2005 Ville Skytt?? - 0:2.2-2 -- Move -doc back to %%{__docdir}, remove unused docdir=... from build. -- Own %%{_datadir}/%%{name} in -graphs. -- Require tcl and tk in -tcl. -- Require pkgconfig in -devel, fix *.pc install location. -- Build without dependency tracking. -- Honor $RPM_OPT_FLAGS again. -- Move dotneato-config to -devel. -- Fix lefty/* permissions. - -* Sat Jan 22 2005 John Ellson - 0:2.2-1 -- Updated to 2.2 -- split out: - graphviz-docs - optional and large - graphviz-graphs - optional demo graphs - graphviz-tcl - optional, of interest only to tcl users, requires tcl -- avoid use of %%configure which breaks on RH73 -- add some pkgconfigs - probably in wrong place they're a bit experimental - so OK for now -- add BuildRequires /usr/bin/ksh (either pdksh or the real one) - -* Thu Jun 3 2004 Ville Skytt?? - 0:1.12-0.fdr.2 -- BuildRequire m4 to work around https://bugzilla.redhat.com/108655 on FC1. - -* Tue May 25 2004 Ville Skytt?? - 0:1.12-0.fdr.1 -- Update to 1.12. - -* Tue Nov 11 2003 Dams 0:1.10-0.fdr.3 -- Applied patch to fix build on FC1 - -* Sat Aug 23 2003 Dams 0:1.10-0.fdr.2 -- Hopefully fixed BuildRequires - -* Sun Aug 17 2003 Dams 0:1.10-0.fdr.2 -- Added some BuildRequires to satisfy build conditions on severn. - -* Sat Aug 16 2003 Dams 0:1.10-0.fdr.1 -- Added _smp_mflags -- Removed "transform='s,x,x,'" configure arg - -* Tue Jul 29 2003 Ville Skytt?? - 0:1.10-0.fdr.1 -- Update to 1.10. -- BuildRequires expat-devel. -- Include *.la (uses ltdl). -- %%configure in %%build. - -* Thu Jul 10 2003 Dams 0:1.9-0.fdr.1 -- Updated to 1.9 -- Split devel package - -* Tue Jul 8 2003 Dams 0:1.7.14-0.fdr.1 -- Applied fedora spec file look&feel - -* Tue Jan 1 2002 Jeff Johnson -- update to 1.7.14. - -* Wed Apr 25 2001 Jeff Johnson -- repackage for powertools. -- simplify spec file. -- add -ffast-math for all arch's, not just ix86. -- remove Requires: webfonts. +* Wed Jul 20 2005 John Ellson +- release 2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Feb 2006 17:28:01 -0000 1.8 +++ sources 11 Dec 2006 18:42:36 -0000 1.9 @@ -1 +1 @@ -ca921b4a9bcd86da4a1092bb17a57d83 graphviz-2.8.tar.gz +e5547bc0ec47943c72f5c3e2b5dff58f graphviz-2.12.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 18:43:55 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 13:43:55 -0500 Subject: rpms/python-basemap/FC-6 python-basemap.spec,1.11,1.12 Message-ID: <200612111843.kBBIhtKC031700@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-basemap/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31654/FC-6 Modified Files: python-basemap.spec Log Message: Remove unnecessary (and damaging) line ending change Index: python-basemap.spec =================================================================== RCS file: /cvs/extras/rpms/python-basemap/FC-6/python-basemap.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-basemap.spec 21 Nov 2006 18:22:05 -0000 1.11 +++ python-basemap.spec 11 Dec 2006 18:43:25 -0000 1.12 @@ -2,7 +2,7 @@ Name: python-basemap Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: MIT and GPL @@ -29,9 +29,6 @@ #Avoid name conflict mv examples/README examples/README.examples -#Cleanup line endings -sed -i 's/\r$//' examples/* - %build %{__python} setup.py build @@ -60,6 +57,9 @@ %changelog +* Mon Dec 11 2006 Orion Poplawski 0.9.4-2 +- Remove unnecessary (and damaging) line ending change + * Mon Nov 20 2006 Orion Poplawski 0.9.4-1 - Update to upstream 0.9.4 From fedora-extras-commits at redhat.com Mon Dec 11 18:43:55 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 13:43:55 -0500 Subject: rpms/python-basemap/devel python-basemap.spec,1.11,1.12 Message-ID: <200612111843.kBBIhtBE031703@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-basemap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31654/devel Modified Files: python-basemap.spec Log Message: Remove unnecessary (and damaging) line ending change Index: python-basemap.spec =================================================================== RCS file: /cvs/extras/rpms/python-basemap/devel/python-basemap.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-basemap.spec 21 Nov 2006 16:56:24 -0000 1.11 +++ python-basemap.spec 11 Dec 2006 18:43:25 -0000 1.12 @@ -2,7 +2,7 @@ Name: python-basemap Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: MIT and GPL @@ -29,9 +29,6 @@ #Avoid name conflict mv examples/README examples/README.examples -#Cleanup line endings -sed -i 's/\r$//' examples/* - %build %{__python} setup.py build @@ -60,6 +57,9 @@ %changelog +* Mon Dec 11 2006 Orion Poplawski 0.9.4-2 +- Remove unnecessary (and damaging) line ending change + * Mon Nov 20 2006 Orion Poplawski 0.9.4-1 - Update to upstream 0.9.4 From fedora-extras-commits at redhat.com Mon Dec 11 18:43:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 13:43:56 -0500 Subject: rpms/koffice/devel koffice.spec,1.48,1.49 Message-ID: <200612111843.kBBIhueL031706@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31681 Modified Files: koffice.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%defattr Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- koffice.spec 11 Dec 2006 14:07:23 -0000 1.48 +++ koffice.spec 11 Dec 2006 18:43:26 -0000 1.49 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -408,6 +408,7 @@ %{?ruby:%{_libdir}/kde3/krossruby.*} %files devel +%defattr(-,root,root,-) %{_includedir}/* %{_datadir}/doc/HTML/en/koffice-apidocs/ %{_libdir}/lib*.so @@ -660,6 +661,10 @@ %changelog +* Mon Dec 11 2006 Rex Dieter +1.6.2-4 +- -devel: +%%defattr + * Sun Dec 10 2006 Rex Dieter 1.6.2-3 - -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so From fedora-extras-commits at redhat.com Mon Dec 11 18:59:44 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 13:59:44 -0500 Subject: rpms/aplus-fsf/FC-6 aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200612111859.kBBIxiPt031889@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31869 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Change versioning schema aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:39:54 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 11 Dec 2006 18:59:14 -0000 1.4 @@ -1,118 +1,86 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-12-10 23:05:42.000000000 +0100 +@@ -52,6 +52,8 @@ pString_Connection.H\ pString_Listener.H -+libIPC_version = -release $(APLVERSION) -+ -+libIPC_la_LDFLAGS = $(libIPC_version) -+ +libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -12,6 +12,12 @@ ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-12-10 23:04:20.000000000 +0100 +@@ -12,6 +12,8 @@ libcxs_la_SOURCES = S.c -+libcxs_version = -release $(APLVERSION) -+ -+libcxs_la_LDFLAGS = $(libcxs_version) -+ +libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -13,5 +13,11 @@ ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-12-10 23:03:38.000000000 +0100 +@@ -13,5 +13,7 @@ libcxb_la_SOURCES = \ binary.c -+libcxb_version = -release $(APLVERSION) -+ -+libcxb_la_LDFLAGS = $(libcxb_version) -+ +libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -125,5 +125,11 @@ ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-12-10 23:03:11.000000000 +0100 +@@ -125,5 +125,7 @@ EnumTables.H\ Macros.H -+libAplusGUI_version = -release $(APLVERSION) -+ -+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version) -+ +libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++ + INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -20,5 +20,11 @@ ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-12-10 23:04:40.000000000 +0100 +@@ -20,5 +20,7 @@ impexp.c \ impexp.h -+libcxsys_version = -release $(APLVERSION) -+ -+libcxsys_la_LDFLAGS = $(libcxsys_version) -+ +libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -15,5 +15,11 @@ ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-12-10 23:03:55.000000000 +0100 +@@ -15,5 +15,7 @@ cform.c \ cxc.h -+libcxc_version = -release $(APLVERSION) -+ -+libcxc_la_LDFLAGS = $(libcxc_version) -+ +libcxc_la_LIBADD = -L../a -la + INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -24,5 +24,11 @@ ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-12-10 23:05:25.000000000 +0100 +@@ -24,5 +24,7 @@ kcheck.c \ dyld2.c -+libesf_version = -release $(APLVERSION) -+ -+libesf_la_LDFLAGS = $(libesf_version) -+ +libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -49,6 +49,11 @@ ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-12-10 23:02:46.000000000 +0100 +@@ -49,6 +49,7 @@ s.h\ x.h -+liba_version = -release $(APLVERSION) -+ -+liba_la_LDFLAGS = $(liba_version) -+ +liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB -@@ -66,7 +71,7 @@ +@@ -66,7 +67,7 @@ EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+ @@ -121,88 +89,42 @@ a_include_DATA = \ beam.h \ fir.h \ ---- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -8,9 +8,9 @@ - ## ## - ############################################################################### - --lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libdap.la - --libdap_la_SOURCES = \ -+libdap_la_SOURCES = \ - BcdPack.c \ - BcdUnpack.c \ - PrAscDecode.c \ -@@ -229,5 +229,9 @@ - tv.h\ - ulto.h - -+libdap_version = -release $(APLVERSION) -+ -+libdap_la_LDFLAGS = $(libdap_version) -+ - INCLUDES = -I.. - --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -382,6 +382,12 @@ ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-12-10 23:06:16.000000000 +0100 +@@ -382,6 +382,8 @@ MSWidgetView.H\ MSWindow.H -+libMSGUI_version = -release $(APLVERSION) -+ -+libMSGUI_la_LDFLAGS = $(libMSGUI_version) -+ +libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-12-10 23:06:39.000000000 +0100 +@@ -52,6 +52,8 @@ MSTimer.H\ MSTv.H -+libMSIPC_version = -release $(APLVERSION) -+ -+libMSIPC_la_LDFLAGS = $(libMSIPC_version) -+ +libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes + EXTRA_DIST = MSProtocolConnection.C INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -298,8 +298,11 @@ ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-12-10 23:07:02.000000000 +0100 +@@ -298,8 +298,7 @@ MSTypeMatrix.C\ MSTypeVector.C - -+libMSTypes_version = -release $(APLVERSION) - -+libMSTypes_la_LDFLAGS = $(libMSTypes_version) -+ +- +libMSTypes_la_LIBADD = -L../a -la -lstdc++ INCLUDES = -I.. ---- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -34,7 +34,7 @@ - $(top_srcdir)/src/cxc/libcxc.la \ - $(top_srcdir)/src/esf/libesf.la \ - $(top_srcdir)/src/a/liba.la \ -- $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libdap.la \ - $(top_srcdir)/src/MSGUI/libMSGUI.la \ - $(top_srcdir)/src/MSIPC/libMSIPC.la \ - $(top_srcdir)/src/MSTypes/libMSTypes.la ---- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 -+++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2005-08-29 16:47:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-12-10 22:01:34.000000000 +0100 @@ -64,7 +64,7 @@ static C *_whoseTree = ""; static C *_banner = BANNER; @@ -213,7 +135,7 @@ static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +146,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -235,7 +157,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -243,7 +165,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -254,7 +176,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -276,7 +198,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-12-10 22:01:44.000000000 +0100 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -285,7 +207,18 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ -@@ -88,6 +89,7 @@ +@@ -80,6 +81,10 @@ + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ ++LT_AGE = @LT_AGE@ ++LT_CURRENT = @LT_CURRENT@ ++LT_RELEASE = @LT_RELEASE@ ++LT_REVISION = @LT_REVISION@ + MAINT = @MAINT@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ +@@ -88,6 +93,7 @@ VERSION = @VERSION@ X_INCLUDES = @X_INCLUDES@ X_LIBS = @X_LIBS@ @@ -293,7 +226,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -@@ -121,7 +123,7 @@ +@@ -121,7 +127,7 @@ .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -303,7 +236,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -9,24 +9,21 @@ ############################################################################### @@ -339,18 +272,19 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 -@@ -17,6 +17,9 @@ ++++ aplus-fsf-4.20/configure.in 2006-12-10 23:08:05.000000000 +0100 +@@ -17,6 +17,10 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +APLVERSION=4.20.2 ++ +AC_SUBST(APLVERSION) + AC_PROG_INSTALL dnl Checks for libraries. -@@ -43,6 +46,15 @@ +@@ -43,6 +47,15 @@ dnl ], "$LIBS") dnl ]) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 6 Dec 2006 16:39:54 -0000 1.5 +++ aplus-fsf.spec 11 Dec 2006 18:59:14 -0000 1.6 @@ -1,3 +1,4 @@ + %define name aplus-fsf %define ver 4.20 %define rel 2 @@ -14,7 +15,7 @@ Name: %name Version: 4.20.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -124,13 +125,13 @@ # Move libs in an other dir to solve conflicts -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} -cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf -rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so* mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d -echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf +echo '%{_libdir}/aplus-fsf/%{version}' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -216,7 +217,7 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/aplus-fsf/lib*-%{version}.so +%{_libdir}/aplus-fsf/ %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl @@ -229,18 +230,6 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/aplus-fsf/libAplusGUI.so -%{_libdir}/aplus-fsf/libMSGUI.so -%{_libdir}/aplus-fsf/libMSIPC.so -%{_libdir}/aplus-fsf/libMSTypes.so -%{_libdir}/aplus-fsf/liba.so -%{_libdir}/aplus-fsf/libcxb.so -%{_libdir}/aplus-fsf/libcxc.so -%{_libdir}/aplus-fsf/libcxs.so -%{_libdir}/aplus-fsf/libcxsys.so -%{_libdir}/aplus-fsf/libdap.so -%{_libdir}/aplus-fsf/libesf.so -%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -267,6 +256,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Mon Dec 11 2006 Jochen Schmitt 4.20.2-12 +- Change version schema for dynamic libs + * Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 - Fix name conflict in an other way From fedora-extras-commits at redhat.com Mon Dec 11 19:01:12 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 14:01:12 -0500 Subject: rpms/aplus-fsf/FC-5 aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200612111901.kBBJ1C7n002634@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31951 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Change versioning schema aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:42:19 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 11 Dec 2006 19:00:42 -0000 1.4 @@ -1,118 +1,86 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-12-10 23:05:42.000000000 +0100 +@@ -52,6 +52,8 @@ pString_Connection.H\ pString_Listener.H -+libIPC_version = -release $(APLVERSION) -+ -+libIPC_la_LDFLAGS = $(libIPC_version) -+ +libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -12,6 +12,12 @@ ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-12-10 23:04:20.000000000 +0100 +@@ -12,6 +12,8 @@ libcxs_la_SOURCES = S.c -+libcxs_version = -release $(APLVERSION) -+ -+libcxs_la_LDFLAGS = $(libcxs_version) -+ +libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -13,5 +13,11 @@ ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-12-10 23:03:38.000000000 +0100 +@@ -13,5 +13,7 @@ libcxb_la_SOURCES = \ binary.c -+libcxb_version = -release $(APLVERSION) -+ -+libcxb_la_LDFLAGS = $(libcxb_version) -+ +libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -125,5 +125,11 @@ ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-12-10 23:03:11.000000000 +0100 +@@ -125,5 +125,7 @@ EnumTables.H\ Macros.H -+libAplusGUI_version = -release $(APLVERSION) -+ -+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version) -+ +libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++ + INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -20,5 +20,11 @@ ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-12-10 23:04:40.000000000 +0100 +@@ -20,5 +20,7 @@ impexp.c \ impexp.h -+libcxsys_version = -release $(APLVERSION) -+ -+libcxsys_la_LDFLAGS = $(libcxsys_version) -+ +libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -15,5 +15,11 @@ ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-12-10 23:03:55.000000000 +0100 +@@ -15,5 +15,7 @@ cform.c \ cxc.h -+libcxc_version = -release $(APLVERSION) -+ -+libcxc_la_LDFLAGS = $(libcxc_version) -+ +libcxc_la_LIBADD = -L../a -la + INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -24,5 +24,11 @@ ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-12-10 23:05:25.000000000 +0100 +@@ -24,5 +24,7 @@ kcheck.c \ dyld2.c -+libesf_version = -release $(APLVERSION) -+ -+libesf_la_LDFLAGS = $(libesf_version) -+ +libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -49,6 +49,11 @@ ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-12-10 23:02:46.000000000 +0100 +@@ -49,6 +49,7 @@ s.h\ x.h -+liba_version = -release $(APLVERSION) -+ -+liba_la_LDFLAGS = $(liba_version) -+ +liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB -@@ -66,7 +71,7 @@ +@@ -66,7 +67,7 @@ EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+ @@ -121,88 +89,42 @@ a_include_DATA = \ beam.h \ fir.h \ ---- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -8,9 +8,9 @@ - ## ## - ############################################################################### - --lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libdap.la - --libdap_la_SOURCES = \ -+libdap_la_SOURCES = \ - BcdPack.c \ - BcdUnpack.c \ - PrAscDecode.c \ -@@ -229,5 +229,9 @@ - tv.h\ - ulto.h - -+libdap_version = -release $(APLVERSION) -+ -+libdap_la_LDFLAGS = $(libdap_version) -+ - INCLUDES = -I.. - --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -382,6 +382,12 @@ ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-12-10 23:06:16.000000000 +0100 +@@ -382,6 +382,8 @@ MSWidgetView.H\ MSWindow.H -+libMSGUI_version = -release $(APLVERSION) -+ -+libMSGUI_la_LDFLAGS = $(libMSGUI_version) -+ +libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-12-10 23:06:39.000000000 +0100 +@@ -52,6 +52,8 @@ MSTimer.H\ MSTv.H -+libMSIPC_version = -release $(APLVERSION) -+ -+libMSIPC_la_LDFLAGS = $(libMSIPC_version) -+ +libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes + EXTRA_DIST = MSProtocolConnection.C INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -298,8 +298,11 @@ ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-12-10 23:07:02.000000000 +0100 +@@ -298,8 +298,7 @@ MSTypeMatrix.C\ MSTypeVector.C - -+libMSTypes_version = -release $(APLVERSION) - -+libMSTypes_la_LDFLAGS = $(libMSTypes_version) -+ +- +libMSTypes_la_LIBADD = -L../a -la -lstdc++ INCLUDES = -I.. ---- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -34,7 +34,7 @@ - $(top_srcdir)/src/cxc/libcxc.la \ - $(top_srcdir)/src/esf/libesf.la \ - $(top_srcdir)/src/a/liba.la \ -- $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libdap.la \ - $(top_srcdir)/src/MSGUI/libMSGUI.la \ - $(top_srcdir)/src/MSIPC/libMSIPC.la \ - $(top_srcdir)/src/MSTypes/libMSTypes.la ---- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 -+++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2005-08-29 16:47:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-12-10 22:01:34.000000000 +0100 @@ -64,7 +64,7 @@ static C *_whoseTree = ""; static C *_banner = BANNER; @@ -213,7 +135,7 @@ static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +146,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -235,7 +157,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -243,7 +165,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -254,7 +176,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -276,7 +198,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-12-10 22:01:44.000000000 +0100 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -285,7 +207,18 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ -@@ -88,6 +89,7 @@ +@@ -80,6 +81,10 @@ + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ ++LT_AGE = @LT_AGE@ ++LT_CURRENT = @LT_CURRENT@ ++LT_RELEASE = @LT_RELEASE@ ++LT_REVISION = @LT_REVISION@ + MAINT = @MAINT@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ +@@ -88,6 +93,7 @@ VERSION = @VERSION@ X_INCLUDES = @X_INCLUDES@ X_LIBS = @X_LIBS@ @@ -293,7 +226,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -@@ -121,7 +123,7 @@ +@@ -121,7 +127,7 @@ .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -303,7 +236,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -9,24 +9,21 @@ ############################################################################### @@ -339,18 +272,19 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 -@@ -17,6 +17,9 @@ ++++ aplus-fsf-4.20/configure.in 2006-12-10 23:08:05.000000000 +0100 +@@ -17,6 +17,10 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +APLVERSION=4.20.2 ++ +AC_SUBST(APLVERSION) + AC_PROG_INSTALL dnl Checks for libraries. -@@ -43,6 +46,15 @@ +@@ -43,6 +47,15 @@ dnl ], "$LIBS") dnl ]) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 6 Dec 2006 16:42:19 -0000 1.5 +++ aplus-fsf.spec 11 Dec 2006 19:00:42 -0000 1.6 @@ -1,3 +1,4 @@ + %define name aplus-fsf %define ver 4.20 %define rel 2 @@ -14,7 +15,7 @@ Name: %name Version: 4.20.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -124,13 +125,13 @@ # Move libs in an other dir to solve conflicts -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} -cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf -rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so* mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d -echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf +echo '%{_libdir}/aplus-fsf/%{version}' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -216,7 +217,7 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/aplus-fsf/lib*-%{version}.so +%{_libdir}/aplus-fsf/ %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl @@ -229,18 +230,6 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/aplus-fsf/libAplusGUI.so -%{_libdir}/aplus-fsf/libMSGUI.so -%{_libdir}/aplus-fsf/libMSIPC.so -%{_libdir}/aplus-fsf/libMSTypes.so -%{_libdir}/aplus-fsf/liba.so -%{_libdir}/aplus-fsf/libcxb.so -%{_libdir}/aplus-fsf/libcxc.so -%{_libdir}/aplus-fsf/libcxs.so -%{_libdir}/aplus-fsf/libcxsys.so -%{_libdir}/aplus-fsf/libdap.so -%{_libdir}/aplus-fsf/libesf.so -%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -267,6 +256,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Mon Dec 11 2006 Jochen Schmitt 4.20.2-12 +- Change version schema for dynamic libs + * Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 - Fix name conflict in an other way From fedora-extras-commits at redhat.com Mon Dec 11 19:07:10 2006 From: fedora-extras-commits at redhat.com (Dr Jeremy Stephen Sanders (jsanders)) Date: Mon, 11 Dec 2006 14:07:10 -0500 Subject: rpms/veusz/devel veusz.spec,1.5,1.6 Message-ID: <200612111907.kBBJ7Anl002718@cvs-int.fedora.redhat.com> Author: jsanders Update of /cvs/extras/rpms/veusz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2703 Modified Files: veusz.spec Log Message: Bumped spec for fc devel Index: veusz.spec =================================================================== RCS file: /cvs/extras/rpms/veusz/devel/veusz.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- veusz.spec 16 Sep 2006 09:05:52 -0000 1.5 +++ veusz.spec 11 Dec 2006 19:06:40 -0000 1.6 @@ -3,7 +3,7 @@ %{!?python_siteinc: %define python_siteinc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc()")} Name: veusz -Version: 0.10 +Version: 0.11 Release: 12%{?dist} Summary: GUI scientific plotting package @@ -119,6 +119,9 @@ %{_datadir}/pixmaps/veusz.png %changelog +* Mon Dec 11 2006 Jeremy Sanders - 0.11-12 +- Bumped for FC-devel + * Sat Sep 16 2006 Jeremy Sanders - 0.10-12 - Bump release for FC-devel rebuild From fedora-extras-commits at redhat.com Mon Dec 11 19:14:13 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 11 Dec 2006 14:14:13 -0500 Subject: devel/mercurial mercurial.spec,1.13,1.14 Message-ID: <200612111914.kBBJEDkH002788@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/mercurial In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2773 Modified Files: mercurial.spec Log Message: * Mon Dec 11 2006 Jeremy Katz - 0.9.2-1 - update to 0.9.2 Index: mercurial.spec =================================================================== RCS file: /cvs/extras/devel/mercurial/mercurial.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mercurial.spec 15 Oct 2006 22:10:08 -0000 1.13 +++ mercurial.spec 11 Dec 2006 19:13:43 -0000 1.14 @@ -1,7 +1,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} License: GPL Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -44,6 +44,9 @@ %changelog +* Mon Dec 11 2006 Jeremy Katz - 0.9.2-1 +- update to 0.9.2 + * Mon Aug 28 2006 Jeremy Katz - 0.9.1-2 - rebuild From fedora-extras-commits at redhat.com Mon Dec 11 19:31:29 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 11 Dec 2006 14:31:29 -0500 Subject: devel/mercurial .cvsignore,1.9,1.10 sources,1.9,1.10 Message-ID: <200612111931.kBBJVTkI002967@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/mercurial In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2949 Modified Files: .cvsignore sources Log Message: actually upload the new tarball Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/mercurial/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Jul 2006 18:57:45 -0000 1.9 +++ .cvsignore 11 Dec 2006 19:30:59 -0000 1.10 @@ -1 +1 @@ -mercurial-0.9.1.tar.gz +mercurial-0.9.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/devel/mercurial/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Jul 2006 18:57:45 -0000 1.9 +++ sources 11 Dec 2006 19:30:59 -0000 1.10 @@ -1 +1 @@ -9ed3962bba640a686c37faa47739270c mercurial-0.9.1.tar.gz +31529a7d81997f2388ad20df0ba4889e mercurial-0.9.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 19:33:55 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:33:55 -0500 Subject: rpms/mussh - New directory Message-ID: <200612111933.kBBJXtXV003103@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3099/mussh Log Message: Directory /cvs/extras/rpms/mussh added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 19:34:00 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:34:00 -0500 Subject: rpms/mussh/devel - New directory Message-ID: <200612111934.kBBJY05w003116@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3099/mussh/devel Log Message: Directory /cvs/extras/rpms/mussh/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 19:34:03 2006 From: fedora-extras-commits at redhat.com (Dr Jeremy Stephen Sanders (jsanders)) Date: Mon, 11 Dec 2006 14:34:03 -0500 Subject: rpms/veusz/devel veusz.spec,1.6,1.7 Message-ID: <200612111934.kBBJY3dp003123@cvs-int.fedora.redhat.com> Author: jsanders Update of /cvs/extras/rpms/veusz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3073 Modified Files: veusz.spec Log Message: Mistake in previous release Index: veusz.spec =================================================================== RCS file: /cvs/extras/rpms/veusz/devel/veusz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- veusz.spec 11 Dec 2006 19:06:40 -0000 1.6 +++ veusz.spec 11 Dec 2006 19:33:33 -0000 1.7 @@ -3,8 +3,8 @@ %{!?python_siteinc: %define python_siteinc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc()")} Name: veusz -Version: 0.11 -Release: 12%{?dist} +Version: 0.10 +Release: 13%{?dist} Summary: GUI scientific plotting package Group: Applications/Productivity @@ -119,7 +119,7 @@ %{_datadir}/pixmaps/veusz.png %changelog -* Mon Dec 11 2006 Jeremy Sanders - 0.11-12 +* Mon Dec 11 2006 Jeremy Sanders - 0.10-13 - Bumped for FC-devel * Sat Sep 16 2006 Jeremy Sanders - 0.10-12 From fedora-extras-commits at redhat.com Mon Dec 11 19:34:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:34:12 -0500 Subject: rpms/mussh Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111934.kBBJYCgH003149@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3143 Added Files: Makefile import.log Log Message: Setup of module mussh --- NEW FILE Makefile --- # Top level Makefile for module mussh all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 19:34:17 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:34:17 -0500 Subject: rpms/mussh/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111934.kBBJYH8U003164@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3143/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mussh --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 19:35:06 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:35:06 -0500 Subject: rpms/mussh import.log,1.1,1.2 Message-ID: <200612111935.kBBJZ6gR003280@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3238 Modified Files: import.log Log Message: auto-import mussh-0.6-1.fc7 on branch devel from mussh-0.6-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/mussh/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 19:34:11 -0000 1.1 +++ import.log 11 Dec 2006 19:34:36 -0000 1.2 @@ -0,0 +1 @@ +mussh-0_6-1_fc7:HEAD:mussh-0.6-1.fc7.src.rpm:1165866002 From fedora-extras-commits at redhat.com Mon Dec 11 19:35:07 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:35:07 -0500 Subject: rpms/mussh/devel mussh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111935.kBBJZ744003284@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3238/devel Modified Files: .cvsignore sources Added Files: mussh.spec Log Message: auto-import mussh-0.6-1.fc7 on branch devel from mussh-0.6-1.fc7.src.rpm --- NEW FILE mussh.spec --- Name: mussh Version: 0.6 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once. %prep %setup -q -n mussh %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh %changelog * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras * Thu Aug 11 2005 Dave Fogarty - Re-package for 0.6-1BETA - Async mode added * Tue Jul 30 2002 Dave Fogarty - Re-package for 0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 19:34:17 -0000 1.1 +++ .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 @@ -0,0 +1 @@ +mussh-0.6.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 19:34:17 -0000 1.1 +++ sources 11 Dec 2006 19:34:37 -0000 1.2 @@ -0,0 +1 @@ +d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz From fedora-extras-commits at redhat.com Mon Dec 11 19:37:39 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 14:37:39 -0500 Subject: rpms/blender/devel blender-2.42.config, 1.1, 1.2 blender.spec, 1.35, 1.36 Message-ID: <200612111937.kBBJbdmo003370@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3335 Modified Files: blender-2.42.config blender.spec Log Message: fix blender for compile with python-2.5 Index: blender-2.42.config =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blender-2.42.config 17 Jul 2006 18:28:58 -0000 1.1 +++ blender-2.42.config 11 Dec 2006 19:37:09 -0000 1.2 @@ -1,6 +1,6 @@ LCGDIR = 'lib/linux2' BF_PYTHON = '/usr' -BF_PYTHON_VERSION = '2.4' +BF_PYTHON_VERSION = '2.5' BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}' BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}' BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a' Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- blender.spec 11 Dec 2006 18:09:15 -0000 1.35 +++ blender.spec 11 Dec 2006 19:37:09 -0000 1.36 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 7%{?dist} +Release: 8%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -160,7 +160,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Mon Dec 11 2006 Jochen Schmitt 2.42a-7 +* Mon Dec 11 2006 Jochen Schmitt 2.42a-8 - New build to solve broken deps * Wed Nov 29 2006 Jochen Schmitt 2.42a-6 From fedora-extras-commits at redhat.com Mon Dec 11 19:38:02 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:38:02 -0500 Subject: owners owners.list,1.2095,1.2096 Message-ID: <200612111938.kBBJc2p9003404@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3354 Modified Files: owners.list Log Message: Add mussh (219104) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2095 retrieving revision 1.2096 diff -u -r1.2095 -r1.2096 --- owners.list 11 Dec 2006 17:52:23 -0000 1.2095 +++ owners.list 11 Dec 2006 19:37:32 -0000 1.2096 @@ -1166,6 +1166,7 @@ Fedora Extras|multitail|View one or multiple files like tail but with multiple windows|folkert at vanheusden.com|extras-qa at fedoraproject.org| Fedora Extras|munin|Network-wide graphing framework (grapher/gatherer)|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|mussh|Multihost SSH wrapper|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|mxml|Miniature XML development library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mysql-administrator|GUI to manage mysql Databases|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|mysql-connector-java|Official JDBC driver for MySQL|ifoox at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 20:12:25 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Mon, 11 Dec 2006 15:12:25 -0500 Subject: rpms/php-manual-en/FC-6 php-manual-en.spec,1.4,1.5 sources,1.5,1.6 Message-ID: <200612112012.kBBKCPGU007746@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7729 Modified Files: php-manual-en.spec sources Log Message: Update to 20061119 version Index: php-manual-en.spec =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/FC-6/php-manual-en.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- php-manual-en.spec 28 Oct 2006 10:35:20 -0000 1.4 +++ php-manual-en.spec 11 Dec 2006 20:11:55 -0000 1.5 @@ -1,5 +1,5 @@ Name: php-manual-en -Version: 20061026 +Version: 20061119 Release: 1%{?dist} Summary: Documentation for the PHP programming language @@ -38,6 +38,9 @@ %doc LICENSE %changelog +* Sat Dec 09 2006 Tim Jackson 20061119-1 +- Update to 2006-11-19 version + * Sat Oct 28 2006 Tim Jackson 20061026-1 - Update to 2006-10-26 version Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 28 Oct 2006 10:35:20 -0000 1.5 +++ sources 11 Dec 2006 20:11:55 -0000 1.6 @@ -1 +1 @@ -fa4b78102b8a7cc4b9bb3f07a7d818d0 php_manual_en.tar.gz +b6ea86fe11fc70d7e0e29ab12afdb795 php_manual_en.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 20:24:43 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 15:24:43 -0500 Subject: rpms/blender/devel blender.spec,1.36,1.37 Message-ID: <200612112024.kBBKOhci007931@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7905 Modified Files: blender.spec Log Message: Rebuild Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- blender.spec 11 Dec 2006 19:37:09 -0000 1.36 +++ blender.spec 11 Dec 2006 20:24:13 -0000 1.37 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 8%{?dist} +Release: 9%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -160,7 +160,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Mon Dec 11 2006 Jochen Schmitt 2.42a-8 +* Mon Dec 11 2006 Jochen Schmitt 2.42a-9 - New build to solve broken deps * Wed Nov 29 2006 Jochen Schmitt 2.42a-6 From fedora-extras-commits at redhat.com Mon Dec 11 21:01:39 2006 From: fedora-extras-commits at redhat.com (Peter Jones (pjones)) Date: Mon, 11 Dec 2006 16:01:39 -0500 Subject: rpms/python-goopy/devel python-goopy.spec,1.4,1.5 Message-ID: <200612112101.kBBL1db0012654@cvs-int.fedora.redhat.com> Author: pjones Update of /cvs/extras/rpms/python-goopy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9558 Modified Files: python-goopy.spec Log Message: - rebuild for python 2.5 Index: python-goopy.spec =================================================================== RCS file: /cvs/extras/rpms/python-goopy/devel/python-goopy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-goopy.spec 15 Sep 2006 15:59:01 -0000 1.4 +++ python-goopy.spec 11 Dec 2006 21:01:09 -0000 1.5 @@ -1,12 +1,11 @@ %define realname goopy -%define pyver %(%{__python} -c "import sys; print sys.version[:3]") %undefine _enable_debug_packages %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Google Python Utilities Name: python-goopy Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: %{realname}-%{version}.tar.gz License: BSD Group: Development/Libraries @@ -38,6 +37,9 @@ %doc README PKG-INFO %changelog +* Mon Dec 11 2006 Peter Jones - 0.1-4 +- Rebuild for python 2.5 + * Fri Sep 15 2006 Peter Jones - 0.1-3 - Make this build again, and rebuild for FC-6 From fedora-extras-commits at redhat.com Mon Dec 11 21:02:55 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 11 Dec 2006 16:02:55 -0500 Subject: fedora-security/audit fc5,1.415,1.416 fc6,1.167,1.168 Message-ID: <200612112103.kBBL2tsv012716@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12699 Modified Files: fc5 fc6 Log Message: Note a dovecot CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.415 retrieving revision 1.416 diff -u -r1.415 -r1.416 --- fc5 11 Dec 2006 14:30:46 -0000 1.415 +++ fc5 11 Dec 2006 21:02:55 -0000 1.416 @@ -23,7 +23,7 @@ CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] -CVE-2006-5973 ** dovecot +CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- fc6 11 Dec 2006 14:30:46 -0000 1.167 +++ fc6 11 Dec 2006 21:02:55 -0000 1.168 @@ -23,7 +23,7 @@ CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 -CVE-2006-5973 ** dovecot +CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 From fedora-extras-commits at redhat.com Mon Dec 11 21:07:16 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 11 Dec 2006 16:07:16 -0500 Subject: rpms/smart/devel smart.spec,1.14,1.15 Message-ID: <200612112107.kBBL7GOd012788@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12765 Modified Files: smart.spec Log Message: Waiting for kdebindings - postpone the wait till its rebuild. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- smart.spec 3 Dec 2006 14:36:40 -0000 1.14 +++ smart.spec 11 Dec 2006 21:06:46 -0000 1.15 @@ -18,17 +18,20 @@ BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils -BuildRequires: autoconf, automake, gettext, gcc-c++ -BuildRequires: libXt-devel, libXext-devel -BuildRequires: qt-devel >= 1:3.2, kdelibs-devel -BuildRequires: zlib-devel -BuildRequires: kdesdk +#BuildRequires: autoconf, automake, gettext, gcc-c++ +#BuildRequires: libXt-devel, libXext-devel +#BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +#BuildRequires: zlib-devel +#BuildRequires: kdesdk Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config +Provides: ksmarttray = %{version}-%{release} +Obsoletes: ksmarttray < %{version}-%{release} + %description Smart Package Manager is a next generation package handling tool. @@ -52,22 +55,22 @@ %description gui Graphical user interface for the smart package manager. -%package -n ksmarttray -Summary: KDE tray program for watching updates with Smart Package Manager -Group: Applications/System -Requires: %{_bindir}/kdesu -Requires: smart-update = %{version}-%{release} -Requires: smart-gui = %{version}-%{release} - -%description -n ksmarttray -KDE tray program for watching updates with Smart Package Manager. +#package -n ksmarttray +#Summary: KDE tray program for watching updates with Smart Package Manager +#Group: Applications/System +#Requires: %{_bindir}/kdesu +#Requires: smart-update = %{version}-%{release} +#Requires: smart-gui = %{version}-%{release} +# +#description -n ksmarttray +#KDE tray program for watching updates with Smart Package Manager. %prep %setup -q %patch0 -p1 -b .autofs5 -rm -fr contrib/ksmarttray/admin -cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin -chmod +x contrib/ksmarttray/admin/*.pl +#rm -fr contrib/ksmarttray/admin +#cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin +#chmod +x contrib/ksmarttray/admin/*.pl # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py @@ -76,12 +79,12 @@ export CFLAGS python setup.py build -# ksmarttray -pushd contrib/ksmarttray -make -f admin/Makefile.common -%configure --disable-rpath -make -popd +## ksmarttray +#pushd contrib/ksmarttray +#make -f admin/Makefile.common +#configure --disable-rpath +#make +#popd # smart-update make -C contrib/smart-update @@ -94,12 +97,12 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} -# ksmarttray -make -C contrib/ksmarttray install DESTDIR=%{buildroot} \ - iconsdir=%{_datadir}/icons/hicolor/48x48/apps -desktop-file-install --vendor="" \ - --dir %{buildroot}%{_datadir}/applications \ - %{SOURCE5} +## ksmarttray +#make -C contrib/ksmarttray install DESTDIR=%{buildroot} \ +# iconsdir=%{_datadir}/icons/hicolor/48x48/apps +#desktop-file-install --vendor="" \ +# --dir %{buildroot}%{_datadir}/applications \ +# %{SOURCE5} # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -170,15 +173,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root -%files -n ksmarttray -%defattr(-,root,root,-) -%{_bindir}/ksmarttray -%{_datadir}/apps/ksmarttray -%{_datadir}/applications/ksmarttray.desktop -%{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png +#files -n ksmarttray +#defattr(-,root,root,-) +#{_bindir}/ksmarttray +#{_datadir}/apps/ksmarttray +#{_datadir}/applications/ksmarttray.desktop +#{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png %changelog -* Sun Dec 3 2006 Axel Thimm - 0.42-41 +* Mon Dec 11 2006 Axel Thimm - 0.42-41 +- Deactivate ksmarttray for now. + +* Sun Dec 3 2006 Axel Thimm - Refresh kde admin dir. * Sat Nov 25 2006 Axel Thimm - 0.42-40 From fedora-extras-commits at redhat.com Mon Dec 11 21:23:17 2006 From: fedora-extras-commits at redhat.com (Richard Dawe (richdawe)) Date: Mon, 11 Dec 2006 16:23:17 -0500 Subject: rpms/planet/devel planet.spec,1.6,1.7 Message-ID: <200612112123.kBBLNHK7013115@cvs-int.fedora.redhat.com> Author: richdawe Update of /cvs/extras/rpms/planet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13087 Modified Files: planet.spec Log Message: 2.0-3: BuildRequires: python-devel; include dist tag in release. Index: planet.spec =================================================================== RCS file: /cvs/extras/rpms/planet/devel/planet.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- planet.spec 10 Dec 2006 13:09:36 -0000 1.6 +++ planet.spec 11 Dec 2006 21:22:47 -0000 1.7 @@ -2,7 +2,7 @@ Name: planet Version: 2.0 -Release: 2 +Release: 3%{?dist} Summary: Flexible RDF/RSS/Atom feed aggregator Group: Applications/Internet @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel %description @@ -34,12 +35,12 @@ %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT # Remove .py from install scripts, e.g. planet.py -> planet. REGEXP='s:%{_bindir}/\(.*\).py:%{_bindir}/\1:' @@ -67,6 +68,10 @@ %changelog +* Mon Dec 11 2006 Richard Dawe - 2.0-3 +- Bugfix: "BuildRequires: python-devel" is needed for python 2.5 update. +- Include dist tag in release. + * Sat Dec 09 2006 Richard Dawe - 2.0-2 - Bugfix: Don't include python version in %%exclude in specfile. - Bump version for python 2.5 update. From fedora-extras-commits at redhat.com Mon Dec 11 21:25:59 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 11 Dec 2006 16:25:59 -0500 Subject: rpms/libipoddevice/devel .cvsignore, 1.4, 1.5 libipoddevice.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612112125.kBBLPx40013213@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13187 Modified Files: .cvsignore libipoddevice.spec sources Log Message: * Mon Dec 11 2006 Christopher Aillon 0.5.2-1 - Update to 0.5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Nov 2006 22:33:48 -0000 1.4 +++ .cvsignore 11 Dec 2006 21:25:29 -0000 1.5 @@ -1 +1 @@ -libipoddevice-0.5.1.tar.gz +libipoddevice-0.5.2.tar.gz Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/libipoddevice.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libipoddevice.spec 2 Nov 2006 23:24:39 -0000 1.7 +++ libipoddevice.spec 11 Dec 2006 21:25:29 -0000 1.8 @@ -2,7 +2,7 @@ %define hal_ver 0.5.2 Name: libipoddevice -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist} Summary: Device-specific layer for the Apple iPod @@ -72,6 +72,9 @@ %changelog +* Mon Dec 11 2006 Christopher Aillon 0.5.2-1 +- Update to 0.5.2 + * Thu Nov 2 2006 Christopher Aillon 0.5.1-1 - Update to 0.5.1 - BuildRequire: sg3_utils-devel libxml2-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Nov 2006 22:33:48 -0000 1.4 +++ sources 11 Dec 2006 21:25:29 -0000 1.5 @@ -1 +1 @@ -548806535b1f6eb260e7729030a7ea30 libipoddevice-0.5.1.tar.gz +fded69359b9ed70bde73b9af980eca29 libipoddevice-0.5.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 21:35:02 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 11 Dec 2006 16:35:02 -0500 Subject: rpms/python-pycurl/devel .cvsignore, 1.2, 1.3 python-pycurl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612112135.kBBLZ2uY013361@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13340 Modified Files: .cvsignore python-pycurl.spec sources Log Message: Update to CVS snapshot on development because of newer version of curl. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Dec 2006 21:54:29 -0000 1.2 +++ .cvsignore 11 Dec 2006 21:34:32 -0000 1.3 @@ -1 +1,2 @@ pycurl-7.15.5.1.tar.gz +pycurl-20061207.tar.bz2 Index: python-pycurl.spec =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/python-pycurl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-pycurl.spec 7 Dec 2006 22:19:40 -0000 1.2 +++ python-pycurl.spec 11 Dec 2006 21:34:32 -0000 1.3 @@ -1,20 +1,28 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define cvs 20061207 + Name: python-pycurl -Version: 7.15.5.1 -Release: 4%{?dist} +Version: 7.16.0 +Release: 0.1.%{cvs}%{?dist} Summary: A Python interface to libcurl Group: Development/Languages License: LGPL URL: http://pycurl.sourceforge.net/ -Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz +#Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz + +# to recreate this tarball: +# cvs -d:pserver:anonymous at pycurl.cvs.sourceforge.net:/cvsroot/pycurl export -D %{cvs} -d pycurl-%{cvs} pycurl +# tar cjf pycurl-%{cvs}.tar.bz2 pycurl-%{cvs} + +Source0: pycurl-%{cvs}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: curl-devel >= 7.15.5 +BuildRequires: curl-devel >= 7.16.0 -Provides: pycurl = %{version}-%{release} +Provides: pycurl = %{version}-%{release} %description PycURL is a Python interface to libcurl. PycURL can be used to fetch @@ -23,8 +31,10 @@ of features. %prep -%setup -q -n pycurl-%{version} +%setup -q -n pycurl-%{cvs} chmod a-x examples/* +rm examples/.cvsignore +rm tests/.cvsignore %build CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build @@ -46,6 +56,9 @@ %{python_sitearch}/* %changelog +* Thu Dec 7 2006 Jeffrey C. Ollie - 7.16.0-0.1.20061207 +- Update to a CVS snapshot since development has a newer version of curl than is in FC <= 6 + * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-4 - Add -DHAVE_CURL_OPENSSL to fix PPC build problem. @@ -58,4 +71,3 @@ * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-1 - First version for Fedora Extras - Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Dec 2006 21:54:29 -0000 1.2 +++ sources 11 Dec 2006 21:34:32 -0000 1.3 @@ -1 +1,2 @@ 464cfbeba150d99d92a407c7c8b751de pycurl-7.15.5.1.tar.gz +3934d01baffab77ba710f44aaec8d9c6 pycurl-20061207.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 22:00:54 2006 From: fedora-extras-commits at redhat.com (Zoltan Kota (zkota)) Date: Mon, 11 Dec 2006 17:00:54 -0500 Subject: rpms/python-bibtex/devel python-bibtex.spec,1.11,1.12 Message-ID: <200612112200.kBBM0sBo013669@cvs-int.fedora.redhat.com> Author: zkota Update of /cvs/extras/rpms/python-bibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13648 Modified Files: python-bibtex.spec Log Message: rebuild for new python Index: python-bibtex.spec =================================================================== RCS file: /cvs/extras/rpms/python-bibtex/devel/python-bibtex.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-bibtex.spec 1 Sep 2006 06:31:34 -0000 1.11 +++ python-bibtex.spec 11 Dec 2006 22:00:24 -0000 1.12 @@ -5,7 +5,7 @@ Summary: Python extension to parse BibTeX files Name: python-bibtex Version: 1.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Libraries Source: http://dl.sf.net/pybliographer/python-bibtex-1.2.2.tar.gz @@ -44,6 +44,9 @@ %changelog +* Mon Dec 11 2006 Zoltan Kota - 1.2.2-5 +- rebuild for python 2.5 + * Fri Sep 01 2006 Zoltan Kota - 1.2.2-4 - rebuild From fedora-extras-commits at redhat.com Mon Dec 11 22:08:21 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Mon, 11 Dec 2006 17:08:21 -0500 Subject: rpms/pyserial/devel pyserial.spec,1.1,1.2 Message-ID: <200612112208.kBBM8LdO016889@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/pyserial/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16872 Modified Files: pyserial.spec Log Message: automated bump and rebuild Index: pyserial.spec =================================================================== RCS file: /cvs/extras/rpms/pyserial/devel/pyserial.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyserial.spec 12 Nov 2006 12:17:33 -0000 1.1 +++ pyserial.spec 11 Dec 2006 22:07:51 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Python serial port access library Name: pyserial Version: 2.2 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.zip License: Python license Group: Development/Libraries @@ -38,6 +38,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 12 2006 Paul P. Komkoff Jr +- rebuilt + * Mon Nov 6 2006 Paul P Komkoff Jr - 2.2-4 - remove "export libdirname" From fedora-extras-commits at redhat.com Mon Dec 11 22:08:41 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 11 Dec 2006 17:08:41 -0500 Subject: fedora-security/audit fc5,1.416,1.417 fc6,1.168,1.169 Message-ID: <200612112208.kBBM8fNT016946@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16929 Modified Files: fc5 fc6 Log Message: Note an openldap CVE id Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.416 retrieving revision 1.417 diff -u -r1.416 -r1.417 --- fc5 11 Dec 2006 21:02:55 -0000 1.416 +++ fc5 11 Dec 2006 22:08:41 -0000 1.417 @@ -31,6 +31,7 @@ CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed +CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1221] CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (thunderbird) [since FEDORA-2006-1194] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- fc6 11 Dec 2006 21:02:55 -0000 1.168 +++ fc6 11 Dec 2006 22:08:41 -0000 1.169 @@ -31,6 +31,7 @@ CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed +CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1223] CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] From fedora-extras-commits at redhat.com Mon Dec 11 22:13:47 2006 From: fedora-extras-commits at redhat.com (Peter Jones (pjones)) Date: Mon, 11 Dec 2006 17:13:47 -0500 Subject: rpms/python-goopy/devel python-goopy.spec,1.5,1.6 Message-ID: <200612112213.kBBMDlkJ017019@cvs-int.fedora.redhat.com> Author: pjones Update of /cvs/extras/rpms/python-goopy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16997 Modified Files: python-goopy.spec Log Message: - add python-devel BR: Index: python-goopy.spec =================================================================== RCS file: /cvs/extras/rpms/python-goopy/devel/python-goopy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-goopy.spec 11 Dec 2006 21:01:09 -0000 1.5 +++ python-goopy.spec 11 Dec 2006 22:13:17 -0000 1.6 @@ -11,7 +11,7 @@ Group: Development/Libraries Url: https://sourceforge.net/projects/goog-goopy/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python, python-devel BuildArch: noarch %description From fedora-extras-commits at redhat.com Mon Dec 11 22:15:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:15:38 -0500 Subject: owners owners.epel.list,1.3,1.4 Message-ID: <200612112215.kBBMFcWr017074@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17059 Modified Files: owners.epel.list Log Message: +fltk Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- owners.epel.list 10 Dec 2006 03:30:37 -0000 1.3 +++ owners.epel.list 11 Dec 2006 22:15:08 -0000 1.4 @@ -12,6 +12,7 @@ # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 22:21:25 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:21:25 -0500 Subject: owners owners.epel.list,1.4,1.5 Message-ID: <200612112221.kBBMLPTx017678@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17575 Modified Files: owners.epel.list Log Message: +xdg-utils Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- owners.epel.list 11 Dec 2006 22:15:08 -0000 1.4 +++ owners.epel.list 11 Dec 2006 22:20:55 -0000 1.5 @@ -20,3 +20,5 @@ EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| + From fedora-extras-commits at redhat.com Mon Dec 11 22:26:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:26:02 -0500 Subject: owners owners.epel.list,1.5,1.6 Message-ID: <200612112226.kBBMQ2UN018495@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18359 Modified Files: owners.epel.list Log Message: +jasper Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- owners.epel.list 11 Dec 2006 22:20:55 -0000 1.5 +++ owners.epel.list 11 Dec 2006 22:25:32 -0000 1.6 @@ -14,6 +14,7 @@ EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 22:28:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:28:54 -0500 Subject: rpms/jasper/EL-4 .cvsignore, 1.3, 1.4 jasper.spec, 1.18, 1.19 sources, 1.2, 1.3 Message-ID: <200612112228.kBBMSsOI018996@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18892 Modified Files: .cvsignore jasper.spec sources Log Message: * Fri Dec 08 2006 Rex Dieter 1.900.0-3 - omit deprecated memleak patch * Fri Dec 08 2006 Rex Dieter 1.900.0-2 - jasper-1.900.0 (#218947) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Aug 2006 19:04:43 -0000 1.3 +++ .cvsignore 11 Dec 2006 22:28:24 -0000 1.4 @@ -1,2 +1,4 @@ +clog geojasper_src.zip jasper-1.701.0.zip +jasper-1.900.0.zip Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/jasper.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- jasper.spec 8 Dec 2006 14:33:28 -0000 1.18 +++ jasper.spec 11 Dec 2006 22:28:24 -0000 1.19 @@ -1,8 +1,7 @@ -# NOTE: packages can use jasper: +# NOTE: packages that can use jasper: # ImageMagick # kdelibs -# koffice # netpbm # define to use GeoJasper @@ -11,8 +10,8 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries -Version: 1.701.0 -Release: 15%{?dist} +Version: 1.900.0 +Release: 3%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -22,7 +21,7 @@ Provides: geojasper = %{geojasper_ver} %else URL: http://www.ece.uvic.ca/~mdadams/jasper/ -Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip +Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -58,7 +57,7 @@ %setup -q -n %{name}-%{version}%{?geo:.GEO} %patch1 -p1 -b .GL -%patch3 -p1 -b .memleak +#patch3 -p1 -b .memleak %if "%{?geo:1}" == "1" chmod +x configure configure.ac @@ -80,10 +79,6 @@ make %{?_smp_mflags} -%check ||: -make check - - %install rm -rf $RPM_BUILD_ROOT @@ -91,10 +86,22 @@ # Unpackaged files rm -f doc/README -rm -f $RPM_BUILD_ROOT%{_bindir}/%{_target_platform}* rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +%check +make check + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc COPYRIGHT LICENSE NEWS README @@ -102,7 +109,9 @@ %{_bindir}/jiv %{_bindir}/imginfo %{_bindir}/*jasper* +%{_bindir}/tmrdemo %{_libdir}/lib*.so.* +%{_mandir}/man1/* %files devel %defattr(-,root,root,-) @@ -111,16 +120,13 @@ %{_libdir}/lib*.so -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%clean -rm -rf $RPM_BUILD_ROOT +%changelog +* Fri Dec 08 2006 Rex Dieter 1.900.0-3 +- omit deprecated memleak patch +* Fri Dec 08 2006 Rex Dieter 1.900.0-2 +- jasper-1.900.0 (#218947) -%changelog * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) Index: sources =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:40:10 -0000 1.2 +++ sources 11 Dec 2006 22:28:24 -0000 1.3 @@ -1 +1 @@ -22a9f74fc880e38dd125c60aa4e4ce97 jasper-1.701.0.zip +bef4a89e72b6a2a68a963c0dc837bacb jasper-1.900.0.zip From fedora-extras-commits at redhat.com Mon Dec 11 22:29:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 11 Dec 2006 17:29:40 -0500 Subject: rpms/xmms-modplug/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmms-modplug.spec, 1.10, 1.11 Message-ID: <200612112229.kBBMTeHc019211@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19079/FC-5 Modified Files: .cvsignore sources xmms-modplug.spec Log Message: * Tue Dec 12 2006 Ville Skytt?? - 2.05-8 - Apply upstream patch to fix crash if some unarchivers are not found (#217195) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:35:08 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ modplugxmms-2.05.tar.gz +xmms-modplug-2.05-archivers.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:35:08 -0000 1.2 +++ sources 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ 2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz +ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-5/xmms-modplug.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xmms-modplug.spec 13 Apr 2006 13:27:41 -0000 1.10 +++ xmms-modplug.spec 11 Dec 2006 22:29:10 -0000 1.11 @@ -2,13 +2,14 @@ Name: xmms-modplug Version: 2.05 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain Group: Applications/Multimedia URL: http://modplug-xmms.sourceforge.net/ Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz +Patch0: %{name}-2.05-archivers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel @@ -35,6 +36,7 @@ %prep %setup -q -n modplugxmms-%{version} +sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1 %build @@ -63,6 +65,12 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 2.05-8 +- Apply upstream patch to fix crash if some unarchivers are not found (#217195) + +* Wed Aug 30 2006 Ville Skytt?? - 2.05-7 +- Rebuild. + * Thu Apr 6 2006 Ville Skytt?? - 2.05-6 - Require xmms-libs instead of xmms. From fedora-extras-commits at redhat.com Mon Dec 11 22:29:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 11 Dec 2006 17:29:46 -0500 Subject: rpms/xmms-modplug/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmms-modplug.spec, 1.11, 1.12 Message-ID: <200612112229.kBBMTkqg019236@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19079/devel Modified Files: .cvsignore sources xmms-modplug.spec Log Message: * Tue Dec 12 2006 Ville Skytt?? - 2.05-8 - Apply upstream patch to fix crash if some unarchivers are not found (#217195) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:35:08 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:29:15 -0000 1.3 @@ -1 +1,2 @@ modplugxmms-2.05.tar.gz +xmms-modplug-2.05-archivers.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:35:08 -0000 1.2 +++ sources 11 Dec 2006 22:29:15 -0000 1.3 @@ -1 +1,2 @@ 2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz +ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/xmms-modplug.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-modplug.spec 30 Aug 2006 19:50:30 -0000 1.11 +++ xmms-modplug.spec 11 Dec 2006 22:29:15 -0000 1.12 @@ -2,13 +2,14 @@ Name: xmms-modplug Version: 2.05 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain Group: Applications/Multimedia URL: http://modplug-xmms.sourceforge.net/ Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz +Patch0: %{name}-2.05-archivers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel @@ -35,6 +36,7 @@ %prep %setup -q -n modplugxmms-%{version} +sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1 %build @@ -63,6 +65,9 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 2.05-8 +- Apply upstream patch to fix crash if some unarchivers are not found (#217195) + * Wed Aug 30 2006 Ville Skytt?? - 2.05-7 - Rebuild. From fedora-extras-commits at redhat.com Mon Dec 11 22:29:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 11 Dec 2006 17:29:40 -0500 Subject: rpms/xmms-modplug/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmms-modplug.spec, 1.11, 1.12 Message-ID: <200612112229.kBBMTeO4019216@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19079/FC-6 Modified Files: .cvsignore sources xmms-modplug.spec Log Message: * Tue Dec 12 2006 Ville Skytt?? - 2.05-8 - Apply upstream patch to fix crash if some unarchivers are not found (#217195) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:35:08 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ modplugxmms-2.05.tar.gz +xmms-modplug-2.05-archivers.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:35:08 -0000 1.2 +++ sources 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ 2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz +ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-6/xmms-modplug.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-modplug.spec 30 Aug 2006 19:50:30 -0000 1.11 +++ xmms-modplug.spec 11 Dec 2006 22:29:10 -0000 1.12 @@ -2,13 +2,14 @@ Name: xmms-modplug Version: 2.05 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain Group: Applications/Multimedia URL: http://modplug-xmms.sourceforge.net/ Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz +Patch0: %{name}-2.05-archivers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel @@ -35,6 +36,7 @@ %prep %setup -q -n modplugxmms-%{version} +sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1 %build @@ -63,6 +65,9 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 2.05-8 +- Apply upstream patch to fix crash if some unarchivers are not found (#217195) + * Wed Aug 30 2006 Ville Skytt?? - 2.05-7 - Rebuild. From fedora-extras-commits at redhat.com Mon Dec 11 22:43:40 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:43:40 -0500 Subject: rpms/PyRTF/devel PyRTF.spec,1.2,1.3 Message-ID: <200612112243.kBBMhemV020861@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/PyRTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846 Modified Files: PyRTF.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.45-3 - Rebuild for python 2.5. Index: PyRTF.spec =================================================================== RCS file: /cvs/extras/rpms/PyRTF/devel/PyRTF.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PyRTF.spec 19 Sep 2006 23:55:12 -0000 1.2 +++ PyRTF.spec 11 Dec 2006 22:43:10 -0000 1.3 @@ -2,7 +2,7 @@ Name: PyRTF Version: 0.45 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Rich Text Format (RTF) Document Generation in Python Group: Development/Languages @@ -48,6 +48,9 @@ %{python_sitelib}/PyRTF/*.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.45-3 +- Rebuild for python 2.5. + * Wed Sep 20 2006 Jos?? Matos - 0.45-2 - Rebuild for FC-6. - Unghost .pyo files. From fedora-extras-commits at redhat.com Mon Dec 11 22:48:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:48:42 -0500 Subject: rpms/PyX/devel PyX.spec,1.4,1.5 Message-ID: <200612112248.kBBMmgBc020928@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/PyX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20911 Modified Files: PyX.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.9-4 - Rebuild for python 2.5. Index: PyX.spec =================================================================== RCS file: /cvs/extras/rpms/PyX/devel/PyX.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- PyX.spec 4 Oct 2006 22:42:22 -0000 1.4 +++ PyX.spec 11 Dec 2006 22:48:12 -0000 1.5 @@ -2,7 +2,7 @@ Name: PyX Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python graphics package Group: Applications/Publishing @@ -17,9 +17,9 @@ Patch0: PyX-0.8.1-siteconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel >= 2.2 +BuildRequires: python-devel BuildRequires: tetex-latex -Requires: tetex +Requires: tetex %description PyX is a Python package for the creation of PostScript and PDF files. It @@ -103,6 +103,9 @@ %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.9-4 +- Rebuild for python 2.5. + * Thu Oct 05 2006 Christian Iseli 0.9-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 11 22:49:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:49:31 -0500 Subject: rpms/fltk/EL-4 fluid.desktop, NONE, 1.1 .cvsignore, 1.2, 1.3 fltk.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200612112249.kBBMnVGV020992@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20963 Modified Files: .cvsignore fltk.spec sources Added Files: fluid.desktop Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-2 - EPEL branch - follow icon spec - omit static libs --- NEW FILE fluid.desktop --- [Desktop Entry] Name=Fluid Comment=Fast Light User Interface Designer Exec=fluid Icon=fluid Terminal=false Type=Application Encoding=UTF-8 Categories=Development;GUIDesigner; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:18:58 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:49:01 -0000 1.3 @@ -1 +1 @@ -fltk-1.1.4-source.tar.bz2 +fltk-1.1.7-source.tar.bz2 Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/fltk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fltk.spec 18 Aug 2005 06:53:27 -0000 1.7 +++ fltk.spec 11 Dec 2006 22:49:01 -0000 1.8 @@ -1,29 +1,49 @@ -Summary: A C++ user interface toolkit for X11, Win32, and MacOS X -Name: fltk -Version: 1.1.4 -Release: 9%{?dist} -Epoch: 0 -License: LGPL with exceptions -Group: System Environment/Libraries -URL: http://www.fltk.org/ -Source0: %{name}-%{version}%{?extraversion}-source.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libjpeg-devel zlib-devel libpng-devel XFree86-devel -BuildRequires: %{_libdir}/pkgconfig/xft.pc pkgconfig -BuildRequires: ImageMagick desktop-file-utils man +Summary: C++ user interface toolkit +Name: fltk +Version: 1.1.7 +Release: 2%{?dist} + +License: LGPL with exceptions +Group: System Environment/Libraries +URL: http://www.fltk.org/ +Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Source1: fluid.desktop + +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +BuildRequires: libICE-devel libSM-devel +BuildRequires: libXext-devel libXft-devel libXt-devel libX11-devel +BuildRequires: xorg-x11-proto-devel +%else +BuildRequires: xorg-x11-devel +%endif +BuildRequires: libjpeg-devel +BuildRequires: zlib-devel +BuildRequires: libpng-devel +BuildRequires: libGL-devel libGLU-devel +BuildRequires: pkgconfig +BuildRequires: ImageMagick +BuildRequires: desktop-file-utils +BuildRequires: man %package devel -Summary: Development package for %{name} -Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: XFree86-devel libstdc++-devel %{_libdir}/pkgconfig/xft.pc +Summary: Development package for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel +Requires: libGL-devel libGLU-devel +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +Requires: libXft-devel libXext-devel +Requires: libX11-devel libSM-devel libICE-devel +%else +Requires: xorg-x11-devel +%endif %package fluid -Summary: Fast Light User Interface Designer -Group: Development/Tools -Requires: %{name}-devel = %{epoch}:%{version}-%{release} - -# ----------------------------------------------------------------------------- +Summary: Fast Light User Interface Designer +Group: Development/Tools +Requires: %{name}-devel = %{version}-%{release} %description FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for @@ -31,7 +51,7 @@ GUI functionality without the bloat, and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, and also works fine as a -shared library. +shared library. %description devel This package contains development files for %{name} @@ -42,61 +62,55 @@ %description fluid fluid stands for the Fast Light User Interface Designer. It is an -interactive GUI designer for FLTK. +interactive GUI designer for FLTK. -# ----------------------------------------------------------------------------- %prep %setup -q -n %{name}-%{version}%{?extraversion} -# ----------------------------------------------------------------------------- %build perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" configure export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" + %configure --enable-shared --enable-threads --enable-xdbe --enable-xft -make %{?_smp_mflags} -# ----------------------------------------------------------------------------- +make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT __documentation %makeinstall docdir=$(pwd)/__documentation rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* -cat > fluid.desktop < 0:1.1.4-9 +* Mon Dec 11 2006 Rex Dieter 1.1.7-2 +- EPEL branch +- follow icon spec +- omit static libs + +* Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.1.7-1 +- Upstream update + +* Thu Nov 17 2005 Ignacio Vazquez-Abrams 1.1.6-4 +- Fixed BR and -devel Requires for modular X + +* Sun Nov 13 2005 Ignacio Vazquez-Abrams 1.1.6-3 +- Update BuildRequires as well + +* Sun Nov 13 2005 Ignacio Vazquez-Abrams 1.1.6-2 +- Update Requires for -devel + +* Thu Oct 27 2005 Ignacio Vazquez-Abrams 1.1.6-1 +- Upstream update + +* Thu Aug 18 2005 Ignacio Vazquez-Abrams 1.1.4-10 - Fixed BR/Requires for x86_64 +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Thu Nov 20 2003 Dams 0:1.1.4-0.fdr.8 - Hopefully fixed Xft flags for rh80 @@ -169,5 +201,5 @@ - Moved fluid to its own package - Added missing Requires for devel package -* Sat Aug 16 2003 Dams +* Sat Aug 16 2003 Dams - Initial build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:18:58 -0000 1.2 +++ sources 11 Dec 2006 22:49:01 -0000 1.3 @@ -1 +1 @@ -06ce1d3def2df35525592746faccbf98 fltk-1.1.4-source.tar.bz2 +2e29319119adc9d63b2f26b72cae0a88 fltk-1.1.7-source.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 22:55:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:55:02 -0500 Subject: rpms/f2py/devel f2py.spec,1.5,1.6 Message-ID: <200612112255.kBBMt23v021111@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21061 Modified Files: f2py.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 - Rebuild for python 2.5. Index: f2py.spec =================================================================== RCS file: /cvs/extras/rpms/f2py/devel/f2py.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- f2py.spec 11 Sep 2006 19:19:36 -0000 1.5 +++ f2py.spec 11 Dec 2006 22:54:32 -0000 1.6 @@ -2,7 +2,7 @@ Name: f2py Version: 2.45.241_1926 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fortran to Python interface generator Group: Development/Languages @@ -50,6 +50,9 @@ %{python_sitelib}/f2py2e %changelog +* Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 2.45.241_1926-2 - Rebuild for FC6. From fedora-extras-commits at redhat.com Mon Dec 11 22:57:23 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:57:23 -0500 Subject: rpms/PyRTF/devel PyRTF.spec,1.3,1.4 Message-ID: <200612112257.kBBMvNhp021195@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/PyRTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21176 Modified Files: PyRTF.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.45-4 - Fix BR (python -> python-devel). Index: PyRTF.spec =================================================================== RCS file: /cvs/extras/rpms/PyRTF/devel/PyRTF.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PyRTF.spec 11 Dec 2006 22:43:10 -0000 1.3 +++ PyRTF.spec 11 Dec 2006 22:56:53 -0000 1.4 @@ -2,7 +2,7 @@ Name: PyRTF Version: 0.45 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Rich Text Format (RTF) Document Generation in Python Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel BuildRequires: sed >= 3.95 %description @@ -48,6 +48,9 @@ %{python_sitelib}/PyRTF/*.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.45-4 +- Fix BR (python -> python-devel). + * Mon Dec 11 2006 Jos?? Matos - 0.45-3 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Mon Dec 11 23:01:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:01:08 -0500 Subject: rpms/pygsl/devel pygsl.spec,1.4,1.5 Message-ID: <200612112301.kBBN181e024407@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pygsl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21312 Modified Files: pygsl.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.3.2-7 - Rebuild for python 2.5. Index: pygsl.spec =================================================================== RCS file: /cvs/extras/rpms/pygsl/devel/pygsl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pygsl.spec 11 Sep 2006 17:40:31 -0000 1.4 +++ pygsl.spec 11 Dec 2006 23:00:38 -0000 1.5 @@ -3,7 +3,7 @@ Summary: GNU Scientific Library Interface for python Name: pygsl Version: 0.3.2 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: COPYING License: GPL @@ -38,6 +38,9 @@ %{python_sitearch}/pygsl/ %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.3.2-7 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 0.3.2-6 - Rebuild for FC6. From fedora-extras-commits at redhat.com Mon Dec 11 23:02:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:02:38 -0500 Subject: rpms/gc/devel .cvsignore,1.8,1.9 gc.spec,1.20,1.21 Message-ID: <200612112302.kBBN2c9W024471@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24454 Modified Files: .cvsignore gc.spec Log Message: * Mon Dec 11 2006 Rex Dieter 6.8-3 - Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gc/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Jul 2006 14:44:30 -0000 1.8 +++ .cvsignore 11 Dec 2006 23:02:08 -0000 1.9 @@ -1 +1,2 @@ +clog gc6.8.tar.gz Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/devel/gc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gc.spec 28 Aug 2006 14:56:32 -0000 1.20 +++ gc.spec 11 Dec 2006 23:02:08 -0000 1.21 @@ -3,7 +3,7 @@ Name: gc Version: 6.8 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -16,7 +16,8 @@ BuildRequires: libtool BuildRequires: automake -Provides: libgc = %{version}-%{release} +Obsoletes: libgc < %{version}-%{release} +Provides: libgc = %{version}-%{release} %description @@ -27,7 +28,8 @@ Summary: Libraries and header files for %{name} development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Provides: libgc-devel = %{version}-%{release} +Obsoletes: libgc-devel < %{version}-%{release} +Provides: libgc-devel = %{version}-%{release} %description devel %{summary}. @@ -39,15 +41,20 @@ cp -f %{_datadir}/aclocal/libtool.m4 . libtoolize --copy --force +%if 1 +autoreconf +%else aclocal automake autoconf #autoheader +%endif %build %configure \ + --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ --enable-threads=posix \ @@ -98,6 +105,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 6.8-3 +- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) + * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 11 23:09:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:09:45 -0500 Subject: rpms/gc/FC-6 .cvsignore,1.8,1.9 gc.spec,1.20,1.21 Message-ID: <200612112309.kBBN9jPm024563@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24544 Modified Files: .cvsignore gc.spec Log Message: * Mon Dec 11 2006 Rex Dieter 6.8-3 - Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gc/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Jul 2006 14:44:30 -0000 1.8 +++ .cvsignore 11 Dec 2006 23:09:15 -0000 1.9 @@ -1 +1,2 @@ +clog gc6.8.tar.gz Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/FC-6/gc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gc.spec 28 Aug 2006 14:56:32 -0000 1.20 +++ gc.spec 11 Dec 2006 23:09:15 -0000 1.21 @@ -3,7 +3,7 @@ Name: gc Version: 6.8 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -16,7 +16,8 @@ BuildRequires: libtool BuildRequires: automake -Provides: libgc = %{version}-%{release} +Obsoletes: libgc < %{version}-%{release} +Provides: libgc = %{version}-%{release} %description @@ -27,7 +28,8 @@ Summary: Libraries and header files for %{name} development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Provides: libgc-devel = %{version}-%{release} +Obsoletes: libgc-devel < %{version}-%{release} +Provides: libgc-devel = %{version}-%{release} %description devel %{summary}. @@ -39,15 +41,20 @@ cp -f %{_datadir}/aclocal/libtool.m4 . libtoolize --copy --force +%if 1 +autoreconf +%else aclocal automake autoconf #autoheader +%endif %build %configure \ + --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ --enable-threads=posix \ @@ -98,6 +105,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 6.8-3 +- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) + * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 11 23:14:11 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:14:11 -0500 Subject: rpms/claws-mail/devel claws-mail-2.6.1cvs15.patch, NONE, 1.1 claws-mail-2.6.1cvs16.patch, NONE, 1.1 claws-mail.spec, 1.1, 1.2 Message-ID: <200612112314.kBBNEBnj024645@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24624 Modified Files: claws-mail.spec Added Files: claws-mail-2.6.1cvs15.patch claws-mail-2.6.1cvs16.patch Log Message: - cleanups - add patches claws-mail-2.6.1cvs15.patch: --- NEW FILE claws-mail-2.6.1cvs15.patch --- --- src/prefs_account.c 2006/12/11 17:23:54 1.105.2.71 +++ src/prefs_account.c 2006/12/11 17:55:28 1.105.2.72 @@ -2521,6 +2521,14 @@ alertpanel_error(_("POP3 server is not entered.")); return -1; } + if (protocol == A_POP3) { + const gchar *mailbox = gtk_entry_get_text(GTK_ENTRY(receive.inbox_entry)); + FolderItem *inbox = folder_find_item_from_identifier(mailbox); + if (inbox == NULL) { + alertpanel_error(_("The default inbox folder doesn't exist.")); + return -1; + } + } if (protocol == A_IMAP4 && *gtk_entry_get_text(GTK_ENTRY(basic.recvserv_entry)) == '\0') { alertpanel_error(_("IMAP4 server is not entered.")); claws-mail-2.6.1cvs16.patch: --- NEW FILE claws-mail-2.6.1cvs16.patch --- --- src/wizard.c 2006/12/05 09:22:12 1.1.2.40 +++ src/wizard.c 2006/12/11 18:08:08 1.1.2.41 @@ -545,7 +545,9 @@ PrefsAccount *prefs_account = prefs_account_new(); GList *account_list = NULL; GtkWidget *menu, *menuitem; - + gchar *smtp_server, *recv_server; + gint smtp_port, recv_port; + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(wizard->recv_type)); menuitem = gtk_menu_get_active(GTK_MENU(menu)); prefs_account->protocol = GPOINTER_TO_INT @@ -641,21 +643,42 @@ prefs_account->account_name = g_strdup_printf("%s", gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + recv_server = g_strdup(gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + smtp_server = g_strdup(gtk_entry_get_text(GTK_ENTRY(wizard->smtp_server))); + + if (prefs_account->protocol != A_LOCAL && strstr(recv_server, ":")) { + recv_port = atoi(strstr(recv_server, ":")+1); + *(strstr(recv_server, ":")) = '\0'; + if (prefs_account->protocol == A_IMAP4) { + prefs_account->set_imapport = TRUE; + prefs_account->imapport = recv_port; + } else if (prefs_account->protocol == A_POP3) { + prefs_account->set_popport = TRUE; + prefs_account->popport = recv_port; + } + } + if (strstr(smtp_server, ":")) { + smtp_port = atoi(strstr(smtp_server, ":")+1); + *(strstr(smtp_server, ":")) = '\0'; + prefs_account->set_smtpport = TRUE; + prefs_account->smtpport = smtp_port; + } + prefs_account->name = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->full_name))); prefs_account->address = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->email))); prefs_account->organization = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->organization))); - prefs_account->smtp_server = g_strdup( - gtk_entry_get_text(GTK_ENTRY(wizard->smtp_server))); + prefs_account->smtp_server = g_strdup(smtp_server); if (prefs_account->protocol != A_LOCAL) - prefs_account->recv_server = g_strdup( - gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + prefs_account->recv_server = g_strdup(recv_server); else - prefs_account->local_mbox = g_strdup( - gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + prefs_account->local_mbox = g_strdup(recv_server); + + g_free(recv_server); + g_free(smtp_server); prefs_account->userid = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->recv_username))); Index: src/prefs_account.c =================================================================== RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/prefs_account.c,v retrieving revision 1.105.2.72 retrieving revision 1.105.2.73 diff -u -r1.105.2.72 -r1.105.2.73 --- src/prefs_account.c 2006/12/11 17:55:28 1.105.2.72 +++ src/prefs_account.c 2006/12/11 18:08:08 1.105.2.73 @@ -2521,7 +2521,7 @@ alertpanel_error(_("POP3 server is not entered.")); return -1; } - if (protocol == A_POP3) { + if (protocol == A_POP3 || protocol == A_LOCAL) { const gchar *mailbox = gtk_entry_get_text(GTK_ENTRY(receive.inbox_entry)); FolderItem *inbox = folder_find_item_from_identifier(mailbox); if (inbox == NULL) { Index: claws-mail.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/claws-mail.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- claws-mail.spec 8 Dec 2006 07:11:14 -0000 1.1 +++ claws-mail.spec 11 Dec 2006 23:13:41 -0000 1.2 @@ -7,6 +7,8 @@ URL: http://claws.sylpheed.org Source0: http://dl.sf.net/sylpheed-claws/claws-mail-2.6.1.tar.bz2 Source1: claws-mail.desktop +Patch0: claws-mail-2.6.1cvs15.patch +Patch1: claws-mail-2.6.1cvs16.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: flex, bison BuildRequires: glib-devel >= 2.6.2 @@ -26,7 +28,8 @@ BuildRequires: gettext-devel BuildRequires: libetpan-devel >= 0.48 BuildRequires: libgnomeprintui22-devel -Obsoletes: sylpheed-claws +Obsoletes: sylpheed-claws <= 2.6.0 +Provides: sylpheed-claws = %{version}-%{release} %description Claws Mail is an email client (and news reader), based on GTK+, featuring @@ -37,33 +40,37 @@ Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-devel <= 2.6.0 %description devel The %{name}-devel package contains the header files and pkgconfig file needed for development with %{name}. %package plugins-clamav -Summary: Clamav antivirus plugin for sylpheed-claws +Summary: Clamav antivirus plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-devel <= 2.6.0 %description plugins-clamav %{summary} %package plugins-dillo -Summary: Dillo HTML viewer plugin for sylpheed-claws +Summary: Dillo HTML viewer plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: dillo +Obsoletes: sylpheed-claws-plugins-dillo <= 2.6.0 %description plugins-dillo %{summary} %package plugins-spamassassin -Summary: Spamassassin plugin for sylpheed-claws +Summary: Spamassassin plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: spamassassin +Obsoletes: sylpheed-claws-plugins-spamassassin <= 2.6.0 %description plugins-spamassassin %{summary} @@ -72,20 +79,24 @@ Summary: PGP plugin for signing and encrypting mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-pgp <= 2.6.0 %description plugins-pgp %{summary} %package plugins-bogofilter -Summary: Bogofilter plugin for sylpheed-claws +Summary: Bogofilter plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-bogofilter <= 2.6.0 %description plugins-bogofilter %{summary} %prep %setup -q +%patch0 +%patch1 %build %configure --enable-openssl --enable-ipv6 \ @@ -172,6 +183,7 @@ 2.6.1-1 - version upgrade - package is now named claws-mail instead of sylpheed-claws +- fix #218190, #218187 * Mon Nov 06 2006 Andreas Bierfert 2.6.0-1 From fedora-extras-commits at redhat.com Mon Dec 11 23:17:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:17:50 -0500 Subject: rpms/claws-mail-plugins - New directory Message-ID: <200612112317.kBBNHo9k024707@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24703/claws-mail-plugins Log Message: Directory /cvs/extras/rpms/claws-mail-plugins added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 23:17:56 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:17:56 -0500 Subject: rpms/claws-mail-plugins/devel - New directory Message-ID: <200612112317.kBBNHuwH024721@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24703/claws-mail-plugins/devel Log Message: Directory /cvs/extras/rpms/claws-mail-plugins/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 23:18:14 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:18:14 -0500 Subject: rpms/claws-mail-plugins Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612112318.kBBNIE9t024788@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24782 Added Files: Makefile import.log Log Message: Setup of module claws-mail-plugins --- NEW FILE Makefile --- # Top level Makefile for module claws-mail-plugins all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 23:18:14 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:18:14 -0500 Subject: rpms/claws-mail-plugins/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612112318.kBBNIEQQ024803@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24782/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module claws-mail-plugins --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 23:20:17 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:20:17 -0500 Subject: rpms/claws-mail-plugins import.log,1.1,1.2 Message-ID: <200612112320.kBBNKH4k024876@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24844 Modified Files: import.log Log Message: auto-import claws-mail-plugins-2.6.1-1.fc6 on branch devel from claws-mail-plugins-2.6.1-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 23:18:14 -0000 1.1 +++ import.log 11 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-plugins-2_6_1-1_fc6:HEAD:claws-mail-plugins-2.6.1-1.fc6.src.rpm:1165879510 From fedora-extras-commits at redhat.com Mon Dec 11 23:20:18 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:20:18 -0500 Subject: rpms/claws-mail-plugins/devel claws-mail-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612112320.kBBNKIxg024880@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24844/devel Modified Files: .cvsignore sources Added Files: claws-mail-plugins.spec Log Message: auto-import claws-mail-plugins-2.6.1-1.fc6 on branch devel from claws-mail-plugins-2.6.1-1.fc6.src.rpm --- NEW FILE claws-mail-plugins.spec --- # define pulgin version %define acpinotifier 1.0.5 %define attremover 1.0.4 %define cachesaver 0.10.3 %define etpanprivacy 0.15.4 %define fetchinfo 0.4.17 %define gtkhtml2viewer 0.13 %define maildir 0.24.3 %define mailmbox 1.12.3 %define newmail 0.0.8 %define notification 0.7 %define perl 0.9.6 %define rssyl 0.8 %define smime 0.5.7 %define synce 0.6.5 %define vcalendar 1.91 Name: claws-mail-plugins Version: 2.6.1 Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet License: GPL URL: http://claws.sylpheed.org Source0: http://dl.sf.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: sylpheed-claws-devel >= %{version} BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: libetpan-devel BuildRequires: perl BuildRequires: synce-devel BuildRequires: curl-devel BuildRequires: libxml2-devel BuildRequires: gtkhtml2-devel BuildRequires: libidn-devel BuildRequires: libtool BuildRequires: gpgme-devel Requires: %{name}-acpi-notifier = %{version}-%{release} Requires: %{name}-att-remover = %{version}-%{release} Requires: %{name}-cachesaver = %{version}-%{release} Requires: %{name}-etpan-privacy = %{version}-%{release} Requires: %{name}-fetchinfo = %{version}-%{release} Requires: %{name}-gtkhtml2-viewer = %{version}-%{release} Requires: %{name}-maildir = %{version}-%{release} Requires: %{name}-mailmbox = %{version}-%{release} Requires: %{name}-newmail = %{version}-%{release} Requires: %{name}-notification = %{version}-%{release} Requires: %{name}-perl = %{version}-%{release} Requires: %{name}-rssyl = %{version}-%{release} Requires: %{name}-smime = %{version}-%{release} Requires: %{name}-synce = %{version}-%{release} Requires: %{name}-vcalendar = %{version}-%{release} # and the ones from main sylpheed-package... Requires: %{name}-clamav Requires: %{name}-dillo Requires: %{name}-spamassassin Requires: %{name}-pgp Requires: %{name}-bogofilter Obsoletes: sylpheed-claws-plugins <= 2.6.0 Provides: sylpheed-claws-plugins = %{version}-%{release} %description Additional plugins for sylpheed-claws %package acpi-notifier Summary: ACPI notification plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description acpi-notifier %{summary} %package att-remover Summary: Attachments remover plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description att-remover %{summary} %package cachesaver Summary: A cache saving plugin Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description cachesaver This plugin saves the caches every 60 seconds (or user-defined period). It helps avoiding the loss of metadata on crashes. %package etpan-privacy Summary: Privacy plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description etpan-privacy This allows to use the privacy architecture of etPan!, so that drivers implemented for etPan! can be immediately used in sylpheed-claws. %package fetchinfo Summary: Inserts headers containing some download information Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description fetchinfo This plugin inserts headers containing some download information: UIDL, Sylpheeds account name, POP server, user ID and retrieval time. %package gtkhtml2-viewer Summary: GTK Html Viewer Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description gtkhtml2-viewer %{summary} %package maildir Summary: Provide direct access to Maildir++ Mailboxes Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description maildir The Maildir++ plugin for Sylpheed-Claws provides direct access to Maildir++ Mailboxes used by IMAP-Servers like Courier-IMAP, BincIMAP or Dovecot without having all the IMAP overhead of a connection to 'localhost' %package mailmbox Summary: Support for mailboxes in mbox format Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description mailmbox This plugin provides direct support for mailboxes in mbox format. %package newmail Summary: Write a msg header summary to a log file Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description newmail Write a msg header summary to a log file (defaults to ~/Mail/NewLog) an arrival of new mail *after* sorting. %package notification Summary: New mail notifications Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description notification This plugin collects various ways to notify the user of new (and possibly unread) mail. Currently, a popup and a mail banner are implemented. %package perl Summary: Extended filtering engine Group: Applications/Internet Requires: sylpheed-claws >= %{version} Requires: perl %description perl This plugin provides an extended filtering engine for the email client sylpheed-claws. It allows for the use of full perl power in email filters. %package rssyl Summary: RSS plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description rssyl %{summary} %package smime Summary: S/MIME signed and/or encrypted Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description smime This plugin handles S/MIME signed and/or encrypted mails. You can decrypt mails, verify signatures or sign and encrypt your own mails. %package synce Summary: Keeping the addressbook of a Windows CE device in sync Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description synce This plugin assists in keeping the addressbook of a Windows CE device (Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook, with respect to email addresses. %package vcalendar Summary: vCalendar message handling Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description vcalendar This plugin enables vCalendar message handling like that produced by Evolution or Outlook. %prep %setup -q -n claws-mail-extra-plugins-%{version} %build #acpi_notifier cd acpi_notifier-%{acpinotifier} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #att_remover cd ../att_remover-%{attremover} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} # cachesaver cd ../cachesaver-%{cachesaver} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #etpan-privacy cd ../etpan-privacy-%{etpanprivacy} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #fetchinfo-plugin cd ../fetchinfo-plugin-%{fetchinfo} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #gtkhtml2-viewer cd ../gtkhtml2_viewer-%{gtkhtml2viewer} %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool #maildir cd ../maildir-%{maildir} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #mailmbox cd ../mailmbox-%{mailmbox} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #newmail cd ../newmail-%{newmail} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #notification-plugin cd ../notification_plugin-%{notification} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #perl cd ../perl_plugin-%{perl} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #rssyl cd ../rssyl-%{rssyl} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool #smime cd ../smime-%{smime} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #synce cd ../synce_plugin-%{synce} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #vcalendar cd ../vcalendar-%{vcalendar} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT # acpi_notifier cd acpi_notifier-%{acpinotifier} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ # att_remover cd ../att_remover-%{attremover} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ # cachesaver cd ../cachesaver-%{cachesaver} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #etpan-privacy cd ../etpan-privacy-%{etpanprivacy} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #fetchinfo-plugin cd ../fetchinfo-plugin-%{fetchinfo} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #gtkhtml2-viewer cd ../gtkhtml2_viewer-%{gtkhtml2viewer} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #maildir cd ../maildir-%{maildir} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #mailmbox cd ../mailmbox-%{mailmbox} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #newmail cd ../newmail-%{newmail} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #notification-plugin cd ../notification_plugin-%{notification} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #perl cd ../perl_plugin-%{perl} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #rssyl cd ../rssyl-%{rssyl} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #smime cd ../smime-%{smime} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #synce cd ../synce_plugin-%{synce} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #vcalendar cd ../vcalendar-%{vcalendar} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %files acpi-notifier %defattr(-,root,root,-) %doc acpi_notifier-%{acpinotifier}/ChangeLog %doc acpi_notifier-%{acpinotifier}/COPYING %doc acpi_notifier-%{acpinotifier}/NEWS %doc acpi_notifier-%{acpinotifier}/AUTHORS %doc acpi_notifier-%{acpinotifier}/README %{_libdir}/sylpheed-claws/plugins/acpi_notifier* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/acpi_notifier.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/acpi_notifier.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/acpi_notifier.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/acpi_notifier.mo %lang(it) %{_datadir}/locale/it/LC_MESSAGES/acpi_notifier.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/acpi_notifier.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/acpi_notifier.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/acpi_notifier.mo %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/acpi_notifier.mo %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/acpi_notifier.mo %files att-remover %defattr(-,root,root,-) %doc att_remover-%{attremover}/AUTHORS %doc att_remover-%{attremover}/ChangeLog %doc att_remover-%{attremover}/COPYING %doc att_remover-%{attremover}/NEWS %doc att_remover-%{attremover}/README %{_libdir}/sylpheed-claws/plugins/att_remover* %files cachesaver %defattr(-,root,root,-) %doc cachesaver-%{cachesaver}/AUTHORS %doc cachesaver-%{cachesaver}/ChangeLog %doc cachesaver-%{cachesaver}/COPYING %{_libdir}/sylpheed-claws/plugins/cachesaver* %files etpan-privacy %defattr(-,root,root,-) %doc etpan-privacy-%{etpanprivacy}/AUTHORS %doc etpan-privacy-%{etpanprivacy}/ChangeLog %doc etpan-privacy-%{etpanprivacy}/COPYING %doc etpan-privacy-%{etpanprivacy}/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo %defattr(-,root,root,-) %doc fetchinfo-plugin-%{fetchinfo}/ChangeLog %doc fetchinfo-plugin-%{fetchinfo}/COPYING %doc fetchinfo-plugin-%{fetchinfo}/README %{_libdir}/sylpheed-claws/plugins/fetchinfo* %files gtkhtml2-viewer %defattr(-,root,root,-) %doc gtkhtml2_viewer-%{gtkhtml2viewer}/AUTHORS %doc gtkhtml2_viewer-%{gtkhtml2viewer}/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo %files maildir %defattr(-,root,root,-) %doc maildir-%{maildir}/AUTHORS %doc maildir-%{maildir}/ChangeLog %doc maildir-%{maildir}/COPYING %doc maildir-%{maildir}/README %doc maildir-%{maildir}/doc/README.xml %{_libdir}/sylpheed-claws/plugins/maildir* %files mailmbox %defattr(-,root,root,-) %doc mailmbox-%{mailmbox}/AUTHORS %doc mailmbox-%{mailmbox}/ChangeLog %doc mailmbox-%{mailmbox}/COPYING %doc mailmbox-%{mailmbox}/README %{_libdir}/sylpheed-claws/plugins/mailmbox* %files newmail %defattr(-,root,root,-) %doc newmail-%{newmail}/AUTHORS %doc newmail-%{newmail}/ChangeLog %doc newmail-%{newmail}/COPYING %doc newmail-%{newmail}/NEWS %doc newmail-%{newmail}/README %{_libdir}/sylpheed-claws/plugins/newmail.so %files notification %defattr(-,root,root,-) %doc notification_plugin-%{notification}/AUTHORS %doc notification_plugin-%{notification}/ChangeLog %doc notification_plugin-%{notification}/COPYING %doc notification_plugin-%{notification}/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl %defattr(-,root,root,-) %doc perl_plugin-%{perl}/AUTHORS %doc perl_plugin-%{perl}/ChangeLog %doc perl_plugin-%{perl}/COPYING %doc perl_plugin-%{perl}/README %doc perl_plugin-%{perl}/sc_perl.pod %{_libdir}/sylpheed-claws/plugins/perl_plugin.so %files rssyl %defattr(-,root,root,-) %doc rssyl-%{rssyl}/AUTHORS %doc rssyl-%{rssyl}/ChangeLog %doc rssyl-%{rssyl}/COPYING %doc rssyl-%{rssyl}/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/rssyl.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/rssyl.mo %lang(it) %{_datadir}/locale/it/LC_MESSAGES/rssyl.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/rssyl.mo %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/rssyl.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/rssyl.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/rssyl.mo %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/rssyl.mo %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/rssyl.mo %files smime %defattr(-,root,root,-) %doc smime-%{smime}/ChangeLog %doc smime-%{smime}/COPYING %doc smime-%{smime}/NEWS %{_libdir}/sylpheed-claws/plugins/smime* %files synce %defattr(-,root,root,-) %doc synce_plugin-%{synce}/AUTHORS %doc synce_plugin-%{synce}/ChangeLog %doc synce_plugin-%{synce}/COPYING %doc synce_plugin-%{synce}/README %{_libdir}/sylpheed-claws/plugins/synce* %files vcalendar %defattr(-,root,root,-) %doc vcalendar-%{vcalendar}/AUTHORS %doc vcalendar-%{vcalendar}/ChangeLog %doc vcalendar-%{vcalendar}/COPYING %doc vcalendar-%{vcalendar}/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/vcalendar.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/vcalendar.mo %lang(it) %{_datadir}/locale/it/LC_MESSAGES/vcalendar.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/vcalendar.mo %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/vcalendar.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/vcalendar.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/vcalendar.mo %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/vcalendar.mo %exclude %{_includedir}/ical.h %changelog * Mon Dec 11 2006 Andreas Bierfert 2.6.1-1 - version upgrade - rename to claws-mail-plugins * Thu Nov 09 2006 Andreas Bierfert 2.6.0-1 - version upgrade * Tue Nov 07 2006 Andreas Bierfert 2.5.2-5 - rebuild * Fri Oct 20 2006 Andreas Bierfert 2.5.2-4 - rebuild * Thu Oct 12 2006 Andreas Bierfert 2.5.2-3 - rebuild * Sun Oct 08 2006 Andreas Bierfert 2.5.2-2 - rebuild * Sat Sep 30 2006 Andreas Bierfert 2.5.2-1 - version upgrade * Tue Sep 26 2006 Andreas Bierfert 2.5.0-1 - version upgrade * Fri Sep 15 2006 Andreas Bierfert 2.4.0-2 - FE6 rebuild * Wed Aug 02 2006 Andreas Bierfert 2.4.0-1 - version upgrade * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump * Tue Jun 13 2006 Andreas Bierfert 2.3.0-1 - version upgrade * Tue May 16 2006 Andreas Bierfert 2.2.0-1 - version upgrade * Sat Apr 08 2006 Andreas Bierfert 2.1.0-1 - version upgrade * Fri Feb 17 2006 Andreas Bierfert 2.0.0-2 - Rebuild for Fedora Extras 5 * Fri Feb 03 2006 Andreas Bierfert 2.0.0-1 - version upgrade * Sun Dec 25 2005 Andreas Bierfert 1.9.100-2 - rebuild * Thu Nov 17 2005 Andreas Bierfert 1.9.100-1 - version upgrade * Sun Aug 21 2005 Andreas Bierfert 1.9.13-5 - enable x86_64 synce plugin * Sat Aug 20 2005 Andreas Bierfert 1.9.13-4 - add dist tag * Sat Aug 20 2005 Andreas Bierfert 1.9.13-3 - exlude ical.h * Thu Aug 18 2005 Andreas Bierfert 1.9.13-2 - use setup macro (-c) - disable synce build on x86_64 for now (#148003) * Sun Jul 31 2005 Andreas Bierfert 1.9.13-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 23:18:14 -0000 1.1 +++ .cvsignore 11 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-extra-plugins-2.6.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 23:18:14 -0000 1.1 +++ sources 11 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +a8e0639de0becad065cac90dc3ae5e8a claws-mail-extra-plugins-2.6.1.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 23:44:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:44:19 -0500 Subject: rpms/pyparsing/devel .cvsignore, 1.3, 1.4 pyparsing.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612112344.kBBNiJwD025173@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pyparsing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25152 Modified Files: .cvsignore pyparsing.spec sources Log Message: * Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyparsing/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 18:04:32 -0000 1.3 +++ .cvsignore 11 Dec 2006 23:43:49 -0000 1.4 @@ -1 +1 @@ -pyparsing-1.4.3.tar.gz +pyparsing-1.4.4.tar.gz Index: pyparsing.spec =================================================================== RCS file: /cvs/extras/rpms/pyparsing/devel/pyparsing.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyparsing.spec 11 Sep 2006 18:04:32 -0000 1.3 +++ pyparsing.spec 11 Dec 2006 23:43:49 -0000 1.4 @@ -1,19 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT -URL: http://pyparsing.sourceforge.net/ +URL: http://pyparsing.wikispaces.com/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: pyparsing-LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{__python} +BuildRequires: python-devel %description pyparsing is a module that can be used to easily and directly configure syntax @@ -41,6 +41,9 @@ %{python_sitelib}/pyparsing.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 +- New upstream version. + * Mon Sep 11 2006 Jos?? Matos - 1.4.3-1 - New version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyparsing/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 18:04:32 -0000 1.3 +++ sources 11 Dec 2006 23:43:49 -0000 1.4 @@ -1 +1 @@ -576b5f5400e77f26ba60cda6e4ea38f2 pyparsing-1.4.3.tar.gz +6ae48bd527094756c6e575267b2d1b30 pyparsing-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 23:46:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:46:49 -0500 Subject: rpms/OpenEXR/EL-4 OpenEXR.spec,1.12,1.13 Message-ID: <200612112346.kBBNknDm025237@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/OpenEXR/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25220 Modified Files: OpenEXR.spec Log Message: * Sat Oct 28 2006 Rex Dieter 1.4.0a-4 - Obsoletes/Provides: openexr(-devel) (rpmforge compatibility) Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/EL-4/OpenEXR.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- OpenEXR.spec 14 Sep 2006 14:09:25 -0000 1.12 +++ OpenEXR.spec 11 Dec 2006 23:46:19 -0000 1.13 @@ -4,7 +4,7 @@ Name: OpenEXR Version: %{ver}%{?beta} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A high dynamic-range (HDR) image file format Group: System Environment/Libraries @@ -13,6 +13,9 @@ Source0: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Obsoletes: openexr < %{version}-%{release} +Provides: openexr = %{version}-%{release} + # FIXME: IlmThread contains undefined references to stuff in -lpthread Patch1: openexr-1.4.0-no_undefined.patch # Use Libs.private @@ -28,13 +31,15 @@ libraries and sample applications for handling the format. %package devel -Summary: Headers and libraries for building apps that use OpenEXR +Summary: Headers and libraries for building apps that use %{name} Group: Development/Libraries +Obsoletes: openexr-devel < %{version}-%{release} +Provides: openexr-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel This package contains headers and libraries required to build applications that -use the OpenEXR format. +use the %{name} format. %prep @@ -53,11 +58,6 @@ make %{?_smp_mflags} -%check -# Not enabled, by default, takes a *very* long time. -- Rex -%{?_with_check:make check} - - %install rm -rf $RPM_BUILD_ROOT @@ -71,6 +71,12 @@ cp -a IlmImfExamples rpmdocs/examples rm -rf rpmdocs/examples/.deps + +%check +# Not enabled, by default, takes a *very* long time. -- Rex +%{?_with_check:make check} + + %clean rm -rf $RPM_BUILD_ROOT @@ -96,6 +102,9 @@ %changelog +* Sat Oct 28 2006 Rex Dieter 1.4.0a-4 +- Obsoletes/Provides: openexr(-devel) (rpmforge compatibility) + * Thu Sep 14 2006 Rex Dieter 1.4.0a-3 - pkgconfig patch to use Libs.private From fedora-extras-commits at redhat.com Mon Dec 11 23:53:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:53:06 -0500 Subject: owners owners.epel.list,1.6,1.7 Message-ID: <200612112353.kBBNr6ne025363@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25324 Modified Files: owners.epel.list Log Message: +OpenEXR Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- owners.epel.list 11 Dec 2006 22:25:32 -0000 1.6 +++ owners.epel.list 11 Dec 2006 23:52:36 -0000 1.7 @@ -17,6 +17,7 @@ EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| +EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 23:53:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:53:13 -0500 Subject: rpms/pyparsing/FC-6 .cvsignore, 1.3, 1.4 pyparsing.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612112353.kBBNrDUY025369@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pyparsing/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25342 Modified Files: .cvsignore pyparsing.spec sources Log Message: * Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 18:04:32 -0000 1.3 +++ .cvsignore 11 Dec 2006 23:52:43 -0000 1.4 @@ -1 +1 @@ -pyparsing-1.4.3.tar.gz +pyparsing-1.4.4.tar.gz Index: pyparsing.spec =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-6/pyparsing.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyparsing.spec 11 Sep 2006 18:04:32 -0000 1.3 +++ pyparsing.spec 11 Dec 2006 23:52:43 -0000 1.4 @@ -1,19 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT -URL: http://pyparsing.sourceforge.net/ +URL: http://pyparsing.wikispaces.com/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: pyparsing-LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{__python} +BuildRequires: python-devel %description pyparsing is a module that can be used to easily and directly configure syntax @@ -41,6 +41,9 @@ %{python_sitelib}/pyparsing.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 +- New upstream version. + * Mon Sep 11 2006 Jos?? Matos - 1.4.3-1 - New version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 18:04:32 -0000 1.3 +++ sources 11 Dec 2006 23:52:43 -0000 1.4 @@ -1 +1 @@ -576b5f5400e77f26ba60cda6e4ea38f2 pyparsing-1.4.3.tar.gz +6ae48bd527094756c6e575267b2d1b30 pyparsing-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 23:54:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:54:12 -0500 Subject: rpms/pyparsing/FC-5 .cvsignore, 1.2, 1.3 pyparsing.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612112354.kBBNsCQ2025432@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pyparsing/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25413 Modified Files: .cvsignore pyparsing.spec sources Log Message: * Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Aug 2005 19:08:56 -0000 1.2 +++ .cvsignore 11 Dec 2006 23:53:42 -0000 1.3 @@ -1 +1 @@ -pyparsing-1.3.tar.gz +pyparsing-1.4.4.tar.gz Index: pyparsing.spec =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-5/pyparsing.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyparsing.spec 11 Sep 2006 18:06:10 -0000 1.3 +++ pyparsing.spec 11 Dec 2006 23:53:42 -0000 1.4 @@ -1,19 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT -URL: http://pyparsing.sourceforge.net/ +URL: http://pyparsing.wikispaces.com/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: pyparsing-LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{__python} +BuildRequires: python-devel %description pyparsing is a module that can be used to easily and directly configure syntax @@ -41,6 +41,9 @@ %{python_sitelib}/pyparsing.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 +- New upstream version. + * Mon Sep 11 2006 Jos?? Matos - 1.4.3-1 - New version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 18:06:10 -0000 1.3 +++ sources 11 Dec 2006 23:53:42 -0000 1.4 @@ -1 +1 @@ -576b5f5400e77f26ba60cda6e4ea38f2 pyparsing-1.4.3.tar.gz +6ae48bd527094756c6e575267b2d1b30 pyparsing-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 23:56:54 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:56:54 -0500 Subject: rpms/f2py/devel f2py.spec,1.6,1.7 Message-ID: <200612112356.kBBNusGE025523@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25504 Modified Files: f2py.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-3 - Fix BR (python -> python-devel). Index: f2py.spec =================================================================== RCS file: /cvs/extras/rpms/f2py/devel/f2py.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- f2py.spec 11 Dec 2006 22:54:32 -0000 1.6 +++ f2py.spec 11 Dec 2006 23:56:24 -0000 1.7 @@ -10,7 +10,7 @@ URL: http://cens.ioc.ee/projects/f2py2e/ Source0: http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python-devel BuildArch: noarch %description @@ -50,6 +50,9 @@ %{python_sitelib}/f2py2e %changelog +* Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-3 +- Fix BR (python -> python-devel). + * Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Tue Dec 12 00:06:56 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:06:56 -0500 Subject: rpms/f2py/devel f2py.spec,1.7,1.8 Message-ID: <200612120006.kBC06uAX028726@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28705 Modified Files: f2py.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-4 - Fix BR (python -> python-devel). Index: f2py.spec =================================================================== RCS file: /cvs/extras/rpms/f2py/devel/f2py.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- f2py.spec 11 Dec 2006 23:56:24 -0000 1.7 +++ f2py.spec 12 Dec 2006 00:06:26 -0000 1.8 @@ -2,7 +2,7 @@ Name: f2py Version: 2.45.241_1926 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fortran to Python interface generator Group: Development/Languages @@ -50,7 +50,7 @@ %{python_sitelib}/f2py2e %changelog -* Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-3 +* Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-4 - Fix BR (python -> python-devel). * Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 From fedora-extras-commits at redhat.com Tue Dec 12 00:09:05 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 19:09:05 -0500 Subject: fedora-security/audit fc5,1.417,1.418 fc6,1.169,1.170 Message-ID: <200612120009.kBC095f8028810@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28792/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-5871 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.417 retrieving revision 1.418 diff -u -r1.417 -r1.418 --- fc5 11 Dec 2006 22:08:41 -0000 1.417 +++ fc5 12 Dec 2006 00:09:04 -0000 1.418 @@ -25,6 +25,7 @@ CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] +CVE-2006-5871 version (kernel, fixed 2.6.10) CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- fc6 11 Dec 2006 22:08:41 -0000 1.169 +++ fc6 12 Dec 2006 00:09:04 -0000 1.170 @@ -25,6 +25,7 @@ CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support +CVE-2006-5871 version (kernel, fixed 2.6.10) CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] From fedora-extras-commits at redhat.com Tue Dec 12 00:09:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:09:39 -0500 Subject: rpms/python-HTMLgen/devel python-HTMLgen.spec,1.11,1.12 Message-ID: <200612120009.kBC09dKs028832@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-HTMLgen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813 Modified Files: python-HTMLgen.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 2.2.2-9 - Rebuild for python 2.5. Index: python-HTMLgen.spec =================================================================== RCS file: /cvs/extras/rpms/python-HTMLgen/devel/python-HTMLgen.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-HTMLgen.spec 11 Sep 2006 18:48:28 -0000 1.11 +++ python-HTMLgen.spec 12 Dec 2006 00:09:09 -0000 1.12 @@ -3,7 +3,7 @@ Name: python-HTMLgen Version: 2.2.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A class library for the generation of HTML documents Group: Development/Libraries @@ -12,7 +12,7 @@ Source0: http://starship.python.net/crew/friedrich/HTMLgen.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python-devel BuildArch: noarch %description @@ -43,6 +43,9 @@ %{python_sitelib}/*.py[co] %changelog +* Tue Dec 12 2006 Jos?? Matos - 2.2.2-9 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 2.2.2-8 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 00:14:56 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:14:56 -0500 Subject: rpms/python-amara/devel python-amara.spec,1.12,1.13 Message-ID: <200612120014.kBC0EuPe028922@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28903 Modified Files: python-amara.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.9-2 - Rebuild for python 2.5. Index: python-amara.spec =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-amara.spec 11 Sep 2006 18:34:55 -0000 1.12 +++ python-amara.spec 12 Dec 2006 00:14:25 -0000 1.13 @@ -1,8 +1,7 @@ -%{!?pyver: %define pyver %(%{__python} -c 'import sys;print(sys.version[0:3])')} -%{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-amara -Version: 1.1.7 +Version: 1.1.9 Release: 2%{?dist} Summary: A collection of Pythonic tools for XML data binding @@ -14,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Needs python-4Suite-XML >= 1.0b2 -BuildRequires: python +BuildRequires: python-devel BuildRequires: python-4Suite-XML Requires: python-4Suite-XML BuildArch: noarch @@ -52,6 +51,12 @@ %doc CHANGES COPYING demo manual.html README TODO %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.9-2 +- Rebuild for python 2.5. + +* Tue Sep 19 2006 Jos?? Matos - 1.1.9-1 +- New upstream release. + * Mon Sep 11 2006 Jos?? Matos - 1.1.7-2 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 00:20:45 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:20:45 -0500 Subject: rpms/python-cpio/devel python-cpio.spec,1.2,1.3 Message-ID: <200612120020.kBC0KjBh029027@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-cpio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29008 Modified Files: python-cpio.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 0.1-3 - Rebuild for python 2.5. Index: python-cpio.spec =================================================================== RCS file: /cvs/extras/rpms/python-cpio/devel/python-cpio.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-cpio.spec 11 Sep 2006 18:40:38 -0000 1.2 +++ python-cpio.spec 12 Dec 2006 00:20:15 -0000 1.3 @@ -3,7 +3,7 @@ Name: python-cpio Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python module for accessing cpio archives Group: Development/Languages @@ -38,6 +38,9 @@ %{python_sitelib}/cpioarchive.py[co] %changelog +* Tue Dec 12 2006 Jos?? Matos - 0.1-3 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 0.1-2 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 00:21:52 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Mon, 11 Dec 2006 19:21:52 -0500 Subject: rpms/pygame/devel pygame.spec,1.13,1.14 Message-ID: <200612120021.kBC0LqHR029086@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pygame/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29071 Modified Files: pygame.spec Log Message: blah Index: pygame.spec =================================================================== RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pygame.spec 10 Dec 2006 20:11:22 -0000 1.13 +++ pygame.spec 12 Dec 2006 00:21:22 -0000 1.14 @@ -2,7 +2,7 @@ Name: pygame Version: 1.7.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python modules for writing games Group: Development/Languages @@ -15,17 +15,7 @@ BuildRequires: python-devel BuildRequires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric -Requires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric - -# Obsolete/Provide old package names -Obsoletes: pygame-devel <= %{version} -Provides: pygame-devel = %{version}-%{release} -Obsoletes: python-pygame-devel <= %{version} -Provides: python-pygame-devel = %{version}-%{release} -Obsoletes: python-pygame <= %{version} -Provides: python-pygame = %{version}-%{release} -Obsoletes: python-pygame-doc <= %{version} -Provides: python-pygame-doc = %{version}-%{release} +Requires: python-numeric %description Pygame is a set of Python modules designed for writing games. It is @@ -91,6 +81,10 @@ %changelog +* Mon Dec 11 2006 Christopher Stone 1.7.1-11 +- Remove all Obsolete/Provides +- Remove Requires on all devel packages + * Sun Dec 10 2006 Christopher Stone 1.7.1-10 - Remove macosx examples - Move header files into main package From fedora-extras-commits at redhat.com Tue Dec 12 00:26:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:26:30 -0500 Subject: rpms/python-amara/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612120026.kBC0QUo4029181@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29159 Modified Files: .cvsignore sources Log Message: Forgot to commit new sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 13 Feb 2006 07:20:43 -0000 1.4 +++ .cvsignore 12 Dec 2006 00:26:00 -0000 1.5 @@ -1 +1 @@ -Amara-1.1.7.tar.bz2 +Amara-1.1.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 13 Feb 2006 07:20:43 -0000 1.4 +++ sources 12 Dec 2006 00:26:00 -0000 1.5 @@ -1 +1 @@ -12ae537e9c517a258194878e65c85672 Amara-1.1.7.tar.bz2 +74391d24a7fc55d4084eea745a078966 Amara-1.1.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 00:30:35 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:30:35 -0500 Subject: rpms/python-imaging/devel python-imaging.spec,1.11,1.12 Message-ID: <200612120030.kBC0UZdi029226@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-imaging/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29203 Modified Files: python-imaging.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.5-7 - Rebuild for python 2.5. Index: python-imaging.spec =================================================================== RCS file: /cvs/extras/rpms/python-imaging/devel/python-imaging.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-imaging.spec 29 Aug 2006 22:28:59 -0000 1.11 +++ python-imaging.spec 12 Dec 2006 00:30:05 -0000 1.12 @@ -5,7 +5,7 @@ Summary: Python's own image processing library Name: python-imaging Version: 1.1.5 -Release: 6%{?dist} +Release: 7%{?dist} License: Distributable Group: Development/Languages @@ -103,6 +103,9 @@ %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.5-7 +- Rebuild for python 2.5. + * Tue Aug 29 2006 Jos?? Matos - 1.1.5-6 - Rebuild for FE6 - Clean package, no need for python-abi requirement and ghost pyo files From fedora-extras-commits at redhat.com Tue Dec 12 00:32:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:32:12 -0500 Subject: rpms/python-amara/devel python-amara.spec,1.13,1.14 Message-ID: <200612120032.kBC0WCP2029291@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29276 Modified Files: python-amara.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.9-3 - Respin. Index: python-amara.spec =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-amara.spec 12 Dec 2006 00:14:25 -0000 1.13 +++ python-amara.spec 12 Dec 2006 00:31:42 -0000 1.14 @@ -2,7 +2,7 @@ Name: python-amara Version: 1.1.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of Pythonic tools for XML data binding Group: Development/Libraries @@ -51,6 +51,9 @@ %doc CHANGES COPYING demo manual.html README TODO %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.9-3 +- Respin. + * Tue Dec 12 2006 Jos?? Matos - 1.1.9-2 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Tue Dec 12 00:35:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:35:12 -0500 Subject: rpms/rpy/devel rpy.spec,1.13,1.14 Message-ID: <200612120035.kBC0ZCMj029350@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/rpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29335 Modified Files: rpy.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 - Rebuild for python 2.5. Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/devel/rpy.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rpy.spec 17 Oct 2006 14:44:29 -0000 1.13 +++ rpy.spec 12 Dec 2006 00:34:42 -0000 1.14 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 14%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -67,6 +67,9 @@ %changelog +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Tue Dec 12 00:38:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:38:50 -0500 Subject: rpms/python-amara/devel .cvsignore, 1.5, 1.6 python-amara.spec, 1.14, 1.15 sources, 1.5, 1.6 Message-ID: <200612120038.kBC0co28029421@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29402 Modified Files: .cvsignore python-amara.spec sources Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.9-4 - Respin (part II). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Dec 2006 00:26:00 -0000 1.5 +++ .cvsignore 12 Dec 2006 00:38:20 -0000 1.6 @@ -1 +1 @@ -Amara-1.1.9.tar.gz +Amara-1.1.9.tar.bz2 Index: python-amara.spec =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-amara.spec 12 Dec 2006 00:31:42 -0000 1.14 +++ python-amara.spec 12 Dec 2006 00:38:20 -0000 1.15 @@ -2,7 +2,7 @@ Name: python-amara Version: 1.1.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A collection of Pythonic tools for XML data binding Group: Development/Libraries @@ -51,6 +51,9 @@ %doc CHANGES COPYING demo manual.html README TODO %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.9-4 +- Respin (part II). + * Tue Dec 12 2006 Jos?? Matos - 1.1.9-3 - Respin. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Dec 2006 00:26:00 -0000 1.5 +++ sources 12 Dec 2006 00:38:20 -0000 1.6 @@ -1 +1 @@ -74391d24a7fc55d4084eea745a078966 Amara-1.1.9.tar.gz +4b3e74e3cb0af7427160f0a77705efae Amara-1.1.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 02:28:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 21:28:42 -0500 Subject: rpms/qscintilla/devel .cvsignore, 1.3, 1.4 qscintilla.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612120228.kBC2SgM6004730@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4711 Modified Files: .cvsignore qscintilla.spec sources Log Message: * Thu Nov 09 2006 Rex Dieter - 1.7-1 - QScintilla1-1.71-gpl-1.7 (#214192) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 16:56:51 -0000 1.3 +++ .cvsignore 12 Dec 2006 02:28:12 -0000 1.4 @@ -1,2 +1 @@ -qscintilla-1.65-gpl-1.6.tar.gz -QScintilla1-1.71-gpl-1.7.tar.gz +QScintilla-1.71-gpl-1.7.1.tar.gz Index: qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/qscintilla.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qscintilla.spec 9 Nov 2006 16:56:51 -0000 1.5 +++ qscintilla.spec 12 Dec 2006 02:28:12 -0000 1.6 @@ -2,14 +2,14 @@ %define scintilla_ver 1.71 Name: qscintilla -Version: 1.7 +Version: 1.7.1 Release: 1%{?dist} Summary: A Scintilla port to Qt License: GPL Group: Development/Tools Url: http://www.riverbankcomputing.co.uk/qscintilla/ -Source0: http://www.riverbankcomputing.com/Downloads/QScintilla1/QScintilla1-%{scintilla_ver}-gpl-%{version}.tar.gz +Source0: http://www.riverbankcomputing.com/Downloads/QScintilla1/QScintilla-%{scintilla_ver}-gpl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: qscintilla-1.61-gpl-1.4-designer-incpath.patch @@ -45,7 +45,7 @@ %prep -%setup -q -n QScintilla1-%{scintilla_ver}-gpl-%{version} +%setup -q -n QScintilla-%{scintilla_ver}-gpl-%{version} %patch1 -p1 -b .designer-incpath @@ -57,8 +57,6 @@ %build -export CFLAGS=$RPM_OPT_FLAGS -export CXXFLAGS=$RPM_OPT_FLAGS pushd qt qmake qscintilla echo 'build: $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(OBJCOMP)' >> Makefile @@ -74,12 +72,8 @@ %install rm -rf $RPM_BUILD_ROOT -pushd qt -make install INSTALL_ROOT=$RPM_BUILD_ROOT -popd -pushd designer -make INSTALL_ROOT=$RPM_BUILD_ROOT -popd +make INSTALL_ROOT=$RPM_BUILD_ROOT -C qt install +make INSTALL_ROOT=$RPM_BUILD_ROOT -C designer %clean @@ -110,7 +104,7 @@ %changelog * Thu Nov 09 2006 Rex Dieter - 1.7-1 -- QScintilla1-1.71-gpl-1.7.tar.gz +- QScintilla1-1.71-gpl-1.7 (#214192) * Sun Sep 03 2006 Konstantin Ryabitsev - 1.6-3.3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 16:56:51 -0000 1.3 +++ sources 12 Dec 2006 02:28:12 -0000 1.4 @@ -1 +1 @@ -145321e9e3ae7d4edc7f2bf6954b6763 QScintilla1-1.71-gpl-1.7.tar.gz +dfa047b45d4f09ae8d4a8a431ba88a5a QScintilla-1.71-gpl-1.7.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 03:11:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 22:11:02 -0500 Subject: rpms/gtk-qt-engine/devel .cvsignore, 1.5, 1.6 gtk-qt-engine.spec, 1.26, 1.27 sources, 1.5, 1.6 Message-ID: <200612120311.kBC3B2iB008163@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8136 Modified Files: .cvsignore gtk-qt-engine.spec sources Log Message: * Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn - gtk-qt-engine-20061211svn Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Jul 2006 13:22:30 -0000 1.5 +++ .cvsignore 12 Dec 2006 03:10:32 -0000 1.6 @@ -1 +1,2 @@ gtk-qt-engine-0.7.tar.bz2 +gtk-qt-engine-20061211svn.tar.bz2 Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/gtk-qt-engine.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gtk-qt-engine.spec 10 Dec 2006 03:35:37 -0000 1.26 +++ gtk-qt-engine.spec 12 Dec 2006 03:10:32 -0000 1.27 @@ -1,32 +1,26 @@ %define real_ver 0.7 -#define cvs cvs20060629 +%define svn 20061211svn Summary: A project allowing GTK to use Qt widget styles. Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 3%{?dist} +Release: 4.%{svn}%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt -%if "%{?cvs:1}" == "1" -Source0: gtk-qt-engine-%{cvs}.tar.bz2 -Source1: gtk-qt-engine-cvs.sh +%if "%{?svn:1}" == "1" +Source0: gtk-qt-engine-%{svn}.tar.bz2 +Source1: gtk-qt-engine-svn.sh %else Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{real_ver}.tar.bz2 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#### reported Bugs, patches -## GTK/QT + Baghira = lots of problems -## (gtk-qt-engine-cvs20050930 + baghira-0.71 crashes firefox/gimp) -## http://bugs.freedesktop.org/show_bug.cgi?id=2349 -#Patch2349: -Patch2: gtk-qt-engine-dt.patch - +BuildRequires: cmake BuildRequires: gettext -BuildRequires: gtk2-devel +BuildRequires: gtk2-devel >= 2.2 BuildRequires: libbonoboui-devel BuildRequires: qt-devel BuildRequires: kdelibs-devel @@ -43,24 +37,26 @@ %prep %setup -q -n %{name} -%patch2 -p1 -b .dt - %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath \ - --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final - -make %{?_smp_mflags} +%if "%{?svn:1}" == "1" +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DBUILD_SHARED_LIBS:BOOL=ON +%else +unset QTDIR || : ; source /etc/profile.d/qt.sh +%configure +%endif +make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT # locale's %find_lang gtkqtengine || touch gtkqtengine.lang @@ -78,13 +74,18 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_datadir}/themes/Qt/ -%{_datadir}/gtk-qt-engine/ %{_datadir}/applications/*.desktop %{_libdir}/gtk-2.0/*/engines/* %{_libdir}/kde3/kcm_*.* %changelog +* Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn +- gtk-qt-engine-20061211svn + +* Wed Nov 01 2006 Rex Dieter 0.70-3.20061101svn +- gtk-qt-engine-20061101svn + * Tue Aug 29 2006 Rex Dieter 0.70-3 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jul 2006 13:22:30 -0000 1.5 +++ sources 12 Dec 2006 03:10:32 -0000 1.6 @@ -1 +1 @@ -27ca211621f38c45b1c4c9e9ef1f84b0 gtk-qt-engine-0.7.tar.bz2 +ab25f35e9812e3fd7dba080ad2853645 gtk-qt-engine-20061211svn.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 04:03:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 23:03:09 -0500 Subject: rpms/qscintilla/devel qscintilla.spec,1.6,1.7 Message-ID: <200612120403.kBC4396M011681@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11666 Modified Files: qscintilla.spec Log Message: update changelog Index: qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/qscintilla.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qscintilla.spec 12 Dec 2006 02:28:12 -0000 1.6 +++ qscintilla.spec 12 Dec 2006 04:02:39 -0000 1.7 @@ -103,6 +103,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter - 1.7.1-1 +- QScintilla-1.71-gpl-1.7.1 + * Thu Nov 09 2006 Rex Dieter - 1.7-1 - QScintilla1-1.71-gpl-1.7 (#214192) From fedora-extras-commits at redhat.com Tue Dec 12 04:08:44 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 11 Dec 2006 23:08:44 -0500 Subject: owners owners.list,1.2096,1.2097 Message-ID: <200612120408.kBC48i25011718@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11701 Modified Files: owners.list Log Message: Added php-pecl-Fileinfo Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2096 retrieving revision 1.2097 diff -u -r1.2096 -r1.2097 --- owners.list 11 Dec 2006 19:37:32 -0000 1.2096 +++ owners.list 12 Dec 2006 04:08:14 -0000 1.2097 @@ -1905,6 +1905,7 @@ Fedora Extras|php-pear-XML-Serializer|Swiss-army knife for reading and writing XML files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-XML-Util|XML utility class|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-apc|APC caches and optimizes PHP intermediate code|chabotc at xs4all.nl|extras-qa at fedoraproject.org| +Fedora Extras|php-pecl-Fileinfo|libmagic bindings|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-mailparse|PECL package for parsing and working with email messages|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-pdo|PECL package for PHP Data Objects Interface|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-pdo-sqlite|PECL package for PHP Data Objects Interface to SQLite v3|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 04:15:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 23:15:14 -0500 Subject: rpms/koffice/devel koffice.spec,1.49,1.50 Message-ID: <200612120415.kBC4FEsx011746@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11731 Modified Files: koffice.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%defattr - -libs: (new) subpkg, multilib issues - BR: +libpaper-devel -graphviz-devel Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- koffice.spec 11 Dec 2006 18:43:26 -0000 1.49 +++ koffice.spec 12 Dec 2006 04:14:44 -0000 1.50 @@ -15,6 +15,8 @@ # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel +## kjsembed bits, not sure if it is really used or not yet -- Rex +#BuildRequires: kdebindings-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: libart_lgpl-devel @@ -39,7 +41,6 @@ BuildRequires: wv2-devel BuildRequires: libpqxx-devel BuildRequires: doxygen -BuildRequires: graphviz-devel BuildRequires: aspell-devel BuildRequires: libxslt-devel BuildRequires: OpenEXR-devel @@ -50,8 +51,9 @@ %define ruby 1 BuildRequires: ruby ruby-devel >= 1.8.2 %endif -%if 0%{?fedora} > 6 || 0%{?rhel} > 4 +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: poppler-qt-devel +BuildRequires: libpaper-devel %endif %if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel @@ -86,21 +88,27 @@ KOffice - Integrated Office Suite KOffice is a free, integrated office suite for KDE, the K Desktop Environment. - %package core -Summary: Core packages for koffice +Summary: Core support files for koffice Group: Applications/Productivity +Requires: %{name}-libs = %{version}-%{release} Requires: perl -Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} %description core -core libraries and support files for koffice +%{summary}. + +%package libs +Summary: Runtime libraries for koffice +Group: System Environment/Libraries +Conflicts: koffice <= 4:%{version}-%{release} +%description libs +%{summary}. %package devel Summary: Libraries needed for koffice development -Group: System Environment/Libraries -Requires: %{name}-core = %{version}-%{release} +Group: Development/Libraries +Requires: %{name}-libs = %{version}-%{release} %description devel %{summary} @@ -344,21 +352,6 @@ %{_bindir}/koconverter %{_libdir}/libkdeinit_koshell.so %{_libdir}/libkdeinit_kthesaurus.so -%{_libdir}/libkdchart.so.* -%{_libdir}/libkochart.so.* -%{_libdir}/libkofficecore.so.* -%{_libdir}/libkofficeui.so.* -%{_libdir}/libkotext.so.* -%{_libdir}/libkowmf.so.* -%{_libdir}/libkopainter.so.* -%{_libdir}/libkstore.so.* -%{_libdir}/libkwmailmerge_interface.so.* -%{_libdir}/libkwmf.so.* -%{_libdir}/libkformulalib.so.* -%{_libdir}/libkopalette.so.* -%{_libdir}/libkoproperty.so.* -%{_libdir}/libkrossapi.so.* -%{_libdir}/libkrossmain.so.* %{_libdir}/kde3/kfile_koffice.* %{_libdir}/kde3/kfile_ooo.* %{_libdir}/kde3/kfile_abiword.* @@ -407,6 +400,25 @@ %{_libdir}/kde3/krosspython.* %{?ruby:%{_libdir}/kde3/krossruby.*} +%files libs +%defattr(-,root,root,-) +#_libdir/lib*.so.* +%{_libdir}/libkdchart.so.* +%{_libdir}/libkochart.so.* +%{_libdir}/libkofficecore.so.* +%{_libdir}/libkofficeui.so.* +%{_libdir}/libkotext.so.* +%{_libdir}/libkowmf.so.* +%{_libdir}/libkopainter.so.* +%{_libdir}/libkstore.so.* +%{_libdir}/libkwmailmerge_interface.so.* +%{_libdir}/libkwmf.so.* +%{_libdir}/libkformulalib.so.* +%{_libdir}/libkopalette.so.* +%{_libdir}/libkoproperty.so.* +%{_libdir}/libkrossapi.so.* +%{_libdir}/libkrossmain.so.* + %files devel %defattr(-,root,root,-) %{_includedir}/* @@ -664,6 +676,8 @@ * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%%defattr +- -libs: (new) subpkg, multilib issues +- BR: +libpaper-devel -graphviz-devel * Sun Dec 10 2006 Rex Dieter 1.6.2-3 From fedora-extras-commits at redhat.com Tue Dec 12 04:24:12 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Mon, 11 Dec 2006 23:24:12 -0500 Subject: comps comps-fe6.xml.in,1.242,1.243 Message-ID: <200612120424.kBC4OCuj011834@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11819/comps Modified Files: comps-fe6.xml.in Log Message: Add gaim-libnotify/FC-6 comps entry Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- comps-fe6.xml.in 11 Dec 2006 10:51:37 -0000 1.242 +++ comps-fe6.xml.in 12 Dec 2006 04:23:42 -0000 1.243 @@ -576,6 +576,7 @@ drivel evolution-bogofilter fwbuilder + gaim-libnotify gajim galeon gg2 From fedora-extras-commits at redhat.com Tue Dec 12 04:40:02 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 11 Dec 2006 23:40:02 -0500 Subject: rpms/php-shout/devel .cvsignore, 1.2, 1.3 php-shout.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612120440.kBC4e2v8011991@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11966 Modified Files: .cvsignore php-shout.spec sources Log Message: Updated to 0.9.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Aug 2006 03:18:33 -0000 1.2 +++ .cvsignore 12 Dec 2006 04:39:32 -0000 1.3 @@ -1 +1 @@ -phpShout-0.3.1.tar.gz +phpShout-0.9.1.tar.gz Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- php-shout.spec 28 Aug 2006 04:46:57 -0000 1.4 +++ php-shout.spec 12 Dec 2006 04:39:32 -0000 1.5 @@ -2,8 +2,8 @@ %global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") Name: php-shout -Version: 0.3.1 -Release: 6%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: PHP module for communicating with Icecast servers Source0: http://dl.sf.net/phpshout/phpShout-%{version}.tar.gz @@ -72,6 +72,12 @@ %{php_extdir}/shout.so %changelog +* Sun Oct 29 2006 Brandon Holbrook 0.9.1-1 +- Bump to 0.9.1 + +* Thu Oct 26 2006 Brandon Holbrook 0.3.1-7 +- Rebuild for new PHP + * Fri Aug 11 2006 Brandon Holbrook 0.3.1-6 - Mass Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Aug 2006 03:18:33 -0000 1.2 +++ sources 12 Dec 2006 04:39:32 -0000 1.3 @@ -1 +1 @@ -3a630c1953e0bd0c42a3324f5e449077 phpShout-0.3.1.tar.gz +0cb82355c6bdc985a9a0db923bf0372a phpShout-0.9.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 04:54:30 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Mon, 11 Dec 2006 23:54:30 -0500 Subject: rpms/istanbul/devel istanbul.spec,1.7,1.8 Message-ID: <200612120454.kBC4sUtn012140@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/istanbul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12108 Modified Files: istanbul.spec Log Message: bump the release to rebuild against new python Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/istanbul.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- istanbul.spec 31 Aug 2006 23:45:54 -0000 1.7 +++ istanbul.spec 12 Dec 2006 04:54:00 -0000 1.8 @@ -7,7 +7,7 @@ Summary: Desktop Session Recorder Name: istanbul Version: 0.2.1 -Release: 0%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul @@ -106,6 +106,9 @@ #%{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog +* Mon Dec 11 2006 Jef Spaleta - 0.1.1-10 +- rebuild against python 2.5 in devel tree + * Thu Mar 23 2006 Jef Spaleta - 0.1.1-9 - attempt to fix 64bit build failures do to unpackaged la From fedora-extras-commits at redhat.com Tue Dec 12 04:55:05 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 11 Dec 2006 23:55:05 -0500 Subject: rpms/pungi import.log,1.2,1.3 Message-ID: <200612120455.kBC4t5D9012202@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12158 Modified Files: import.log Log Message: auto-import pungi-0.1.1-1 on branch devel from pungi-0.1.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pungi/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 9 Nov 2006 13:43:30 -0000 1.2 +++ import.log 12 Dec 2006 04:54:35 -0000 1.3 @@ -1 +1,2 @@ pungi-0_1_0-1:HEAD:pungi-0.1.0-1.src.rpm:1163079833 +pungi-0_1_1-1:HEAD:pungi-0.1.1-1.src.rpm:1165899723 From fedora-extras-commits at redhat.com Tue Dec 12 04:55:06 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 11 Dec 2006 23:55:06 -0500 Subject: rpms/pungi/devel .cvsignore, 1.2, 1.3 pungi.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612120455.kBC4t6D1012207@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12158/devel Modified Files: .cvsignore pungi.spec sources Log Message: auto-import pungi-0.1.1-1 on branch devel from pungi-0.1.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Nov 2006 13:43:30 -0000 1.2 +++ .cvsignore 12 Dec 2006 04:54:36 -0000 1.3 @@ -1 +1 @@ -pungi-0.1.0.tar.gz +pungi-0.1.1.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pungi.spec 9 Nov 2006 13:43:31 -0000 1.1 +++ pungi.spec 12 Dec 2006 04:54:36 -0000 1.2 @@ -1,13 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools License: GPL -URL: http://linux.duke.edu/projects/%{name} +URL: http://hosted.fedoraproject.org/projects/pungi Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime @@ -37,7 +37,7 @@ %files %defattr(-,root,root,-) -%doc Authors Changelog COPYING GPL PLAN.gather PLAN.pungi README ToDo +%doc Authors Changelog COPYING GPL README ToDo %config(noreplace) %{_sysconfdir}/pungi # For noarch packages: sitelib %{python_sitelib}/pypungi @@ -45,5 +45,13 @@ %changelog +* Mon Dec 11 2006 Jesse Keating - 0.1.1-1 +- Update to 0.1.1 +- Add ability to get srpms +- Add ability to get relnote files +- Use a config file system +- Clean up some docs +- Add config files for composing FC6 respins + * Wed Nov 8 2006 Jesse Keating - 0.1.0-1 - Initial spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Nov 2006 13:43:31 -0000 1.2 +++ sources 12 Dec 2006 04:54:36 -0000 1.3 @@ -1 +1 @@ -6fab9b1b9979aa59b9db5880abfe6136 pungi-0.1.0.tar.gz +4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 04:56:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 23:56:52 -0500 Subject: rpms/fltk/devel fltk.spec,1.17,1.18 Message-ID: <200612120456.kBC4uqIH012309@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12294 Modified Files: fltk.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-3 - follow icon spec - omit static libs Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fltk.spec 11 Dec 2006 16:36:30 -0000 1.17 +++ fltk.spec 12 Dec 2006 04:56:22 -0000 1.18 @@ -1,33 +1,51 @@ -Summary: C++ user interface toolkit for X11, Win32, and MacOS X + +Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL with exceptions Group: System Environment/Libraries URL: http://www.fltk.org/ Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libjpeg-devel zlib-devel libpng-devel libXt-devel libX11-devel -BuildRequires: xorg-x11-proto-devel libXft-devel libSM-devel libICE-devel -BuildRequires: mesa-libGL-devel mesa-libGLU-devel libXext-devel -BuildRequires: pkgconfig -BuildRequires: ImageMagick desktop-file-utils man +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Source1: fluid.desktop + +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +BuildRequires: libICE-devel libSM-devel +BuildRequires: libXext-devel libXft-devel libXt-devel libX11-devel +BuildRequires: xorg-x11-proto-devel +%else +BuildRequires: xorg-x11-devel +%endif +BuildRequires: libjpeg-devel +BuildRequires: zlib-devel +BuildRequires: libpng-devel +BuildRequires: libGL-devel libGLU-devel +BuildRequires: pkgconfig +BuildRequires: ImageMagick +BuildRequires: desktop-file-utils +BuildRequires: man %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel -Requires: libXft-devel libXext-devel mesa-libGL-devel mesa-libGLU-devel +Requires: libGL-devel libGLU-devel +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +Requires: libXft-devel libXext-devel Requires: libX11-devel libSM-devel libICE-devel +%else +Requires: xorg-x11-devel +%endif %package fluid Summary: Fast Light User Interface Designer Group: Development/Tools Requires: %{name}-devel = %{version}-%{release} - %description FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern @@ -49,13 +67,6 @@ %prep -cat< fluid.desktop < 1.1.7-3 +- follow icon spec +- omit static libs + * Wed Sep 06 2006 Michael J. Knox - 1.1.7-2 - rebuild for FC6 From fedora-extras-commits at redhat.com Tue Dec 12 04:59:38 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 11 Dec 2006 23:59:38 -0500 Subject: rpms/pungi/FC-6 .cvsignore, 1.2, 1.3 pungi.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612120459.kBC4xcvi012460@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12441 Modified Files: .cvsignore pungi.spec sources Log Message: Build for FC-6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Nov 2006 13:43:30 -0000 1.2 +++ .cvsignore 12 Dec 2006 04:59:08 -0000 1.3 @@ -1 +1 @@ -pungi-0.1.0.tar.gz +pungi-0.1.1.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/pungi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pungi.spec 9 Nov 2006 13:43:31 -0000 1.1 +++ pungi.spec 12 Dec 2006 04:59:08 -0000 1.2 @@ -1,13 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools License: GPL -URL: http://linux.duke.edu/projects/%{name} +URL: http://hosted.fedoraproject.org/projects/pungi Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime @@ -37,7 +37,7 @@ %files %defattr(-,root,root,-) -%doc Authors Changelog COPYING GPL PLAN.gather PLAN.pungi README ToDo +%doc Authors Changelog COPYING GPL README ToDo %config(noreplace) %{_sysconfdir}/pungi # For noarch packages: sitelib %{python_sitelib}/pypungi @@ -45,5 +45,13 @@ %changelog +* Mon Dec 11 2006 Jesse Keating - 0.1.1-1 +- Update to 0.1.1 +- Add ability to get srpms +- Add ability to get relnote files +- Use a config file system +- Clean up some docs +- Add config files for composing FC6 respins + * Wed Nov 8 2006 Jesse Keating - 0.1.0-1 - Initial spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Nov 2006 13:43:31 -0000 1.2 +++ sources 12 Dec 2006 04:59:08 -0000 1.3 @@ -1 +1 @@ -6fab9b1b9979aa59b9db5880abfe6136 pungi-0.1.0.tar.gz +4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 05:03:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 00:03:44 -0500 Subject: owners owners.list,1.2097,1.2098 Message-ID: <200612120503.kBC53i9S015710@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15690 Modified Files: owners.list Log Message: maintain fltk Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2097 retrieving revision 1.2098 diff -u -r1.2097 -r1.2098 --- owners.list 12 Dec 2006 04:08:14 -0000 1.2097 +++ owners.list 12 Dec 2006 05:03:14 -0000 1.2098 @@ -434,7 +434,7 @@ Fedora Extras|flim|Emacs library for handling email messages|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|flite|Small, fast speech synthesis engine (text-to-speech)|faucamp at csir.co.za|extras-qa at fedoraproject.org| Fedora Extras|flow-tools|Tool set for working with NetFlow data|i at stingr.net|extras-qa at fedoraproject.org| -Fedora Extras|fltk|A C++ user interface toolkit for X11, Win32, and MacOS X|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|fluidsynth|Real-time software synthesizer|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|fluidsynth-dssi|DSSI implementation of Fluidsynth|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|flumotion|flumotion - the Fluendo Streaming Server|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 05:06:56 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Tue, 12 Dec 2006 00:06:56 -0500 Subject: rpms/php-json/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE php-json.html, 1.3, NONE php-json.spec, 1.6, NONE sources, 1.4, NONE Message-ID: <200612120506.kBC56upe015776@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-json/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15769 Added Files: dead.package Removed Files: Makefile php-json.html php-json.spec sources Log Message: Moved to core (php-common) in rawhide --- NEW FILE dead.package --- Obsoleted by php-common-5.2.0 which provides this extension. See : Bugzilla #215966 --- Makefile DELETED --- --- php-json.html DELETED --- --- php-json.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 05:07:30 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 12 Dec 2006 00:07:30 -0500 Subject: rpms/pungi/devel pungi.spec,1.2,1.3 Message-ID: <200612120507.kBC57UuT015810@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15787 Modified Files: pungi.spec Log Message: need br python-devel Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pungi.spec 12 Dec 2006 04:54:36 -0000 1.2 +++ pungi.spec 12 Dec 2006 05:07:00 -0000 1.3 @@ -2,7 +2,7 @@ Name: pungi Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -11,6 +11,7 @@ Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime +BuildRequires: python-devel BuildArch: noarch @@ -45,6 +46,9 @@ %changelog +* Mon Dec 11 2006 Jesse Keating - 0.1.1-2 +- Need BR python-devel in rawhide + * Mon Dec 11 2006 Jesse Keating - 0.1.1-1 - Update to 0.1.1 - Add ability to get srpms From fedora-extras-commits at redhat.com Tue Dec 12 05:11:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 00:11:19 -0500 Subject: rpms/fltk/devel fluid.desktop,NONE,1.1 fltk.spec,1.18,1.19 Message-ID: <200612120511.kBC5BJFW015907@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15877 Modified Files: fltk.spec Added Files: fluid.desktop Log Message: add missing Source1 to cvs (: --- NEW FILE fluid.desktop --- [Desktop Entry] Name=Fluid Comment=Fast Light User Interface Designer Exec=fluid Icon=fluid Terminal=false Type=Application Encoding=UTF-8 Categories=Development;GUIDesigner; Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- fltk.spec 12 Dec 2006 04:56:22 -0000 1.18 +++ fltk.spec 12 Dec 2006 05:10:49 -0000 1.19 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: LGPL with exceptions Group: System Environment/Libraries From fedora-extras-commits at redhat.com Tue Dec 12 05:12:03 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:12:03 -0500 Subject: rpms/spandsp/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 spandsp.spec, 1.5, 1.6 Message-ID: <200612120512.kBC5C3el015970@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/spandsp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15951 Modified Files: .cvsignore sources spandsp.spec Log Message: Update to 0.0.3pre27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/spandsp/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 06:29:07 -0000 1.6 +++ .cvsignore 12 Dec 2006 05:11:33 -0000 1.7 @@ -1 +1 @@ -spandsp-0.0.3pre26.tgz +spandsp-0.0.3pre27.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/spandsp/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 06:29:07 -0000 1.6 +++ sources 12 Dec 2006 05:11:33 -0000 1.7 @@ -1 +1 @@ -304f24f67b55c4ac3e3e7a6df5aaa4a2 spandsp-0.0.3pre26.tgz +2ed944d0c15d4ac0c70de9624ce98cd4 spandsp-0.0.3pre27.tgz Index: spandsp.spec =================================================================== RCS file: /cvs/extras/rpms/spandsp/devel/spandsp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- spandsp.spec 27 Nov 2006 06:29:07 -0000 1.5 +++ spandsp.spec 12 Dec 2006 05:11:33 -0000 1.6 @@ -1,4 +1,4 @@ -%define pre 26 +%define pre 27 Summary: A DSP library for telephony Name: spandsp @@ -73,6 +73,9 @@ %postun -p /sbin/ldconfig %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.0.3-1.pre27 +- Update to 0.0.3pre27 + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.0.3-1.pre25 - Update to 0.0.3pre25 From fedora-extras-commits at redhat.com Tue Dec 12 05:13:18 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:13:18 -0500 Subject: rpms/spandsp/FC-6 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 spandsp.spec, 1.5, 1.6 Message-ID: <200612120513.kBC5DIEV016035@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/spandsp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16014 Modified Files: .cvsignore sources spandsp.spec Log Message: Update to 0.0.3pre27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 06:30:38 -0000 1.6 +++ .cvsignore 12 Dec 2006 05:12:48 -0000 1.7 @@ -1 +1 @@ -spandsp-0.0.3pre26.tgz +spandsp-0.0.3pre27.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 06:30:38 -0000 1.6 +++ sources 12 Dec 2006 05:12:48 -0000 1.7 @@ -1 +1 @@ -304f24f67b55c4ac3e3e7a6df5aaa4a2 spandsp-0.0.3pre26.tgz +2ed944d0c15d4ac0c70de9624ce98cd4 spandsp-0.0.3pre27.tgz Index: spandsp.spec =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-6/spandsp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- spandsp.spec 27 Nov 2006 06:30:38 -0000 1.5 +++ spandsp.spec 12 Dec 2006 05:12:48 -0000 1.6 @@ -1,4 +1,4 @@ -%define pre 26 +%define pre 27 Summary: A DSP library for telephony Name: spandsp @@ -73,6 +73,9 @@ %postun -p /sbin/ldconfig %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.0.3-1.pre27 +- Update to 0.0.3pre27 + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.0.3-1.pre25 - Update to 0.0.3pre25 From fedora-extras-commits at redhat.com Tue Dec 12 05:14:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:14:24 -0500 Subject: rpms/spandsp/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 spandsp.spec, 1.5, 1.6 Message-ID: <200612120514.kBC5EOMk016104@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/spandsp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16082 Modified Files: .cvsignore sources spandsp.spec Log Message: Update to 0.0.3pre27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 06:32:21 -0000 1.6 +++ .cvsignore 12 Dec 2006 05:13:54 -0000 1.7 @@ -1 +1 @@ -spandsp-0.0.3pre26.tgz +spandsp-0.0.3pre27.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 06:32:21 -0000 1.6 +++ sources 12 Dec 2006 05:13:54 -0000 1.7 @@ -1 +1 @@ -304f24f67b55c4ac3e3e7a6df5aaa4a2 spandsp-0.0.3pre26.tgz +2ed944d0c15d4ac0c70de9624ce98cd4 spandsp-0.0.3pre27.tgz Index: spandsp.spec =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-5/spandsp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- spandsp.spec 27 Nov 2006 06:32:21 -0000 1.5 +++ spandsp.spec 12 Dec 2006 05:13:54 -0000 1.6 @@ -1,4 +1,4 @@ -%define pre 26 +%define pre 27 Summary: A DSP library for telephony Name: spandsp @@ -73,6 +73,9 @@ %postun -p /sbin/ldconfig %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.0.3-1.pre27 +- Update to 0.0.3pre27 + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.0.3-1.pre25 - Update to 0.0.3pre25 From fedora-extras-commits at redhat.com Tue Dec 12 05:16:07 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 00:16:07 -0500 Subject: rpms/scipy/devel scipy.spec,1.1,1.2 Message-ID: <200612120516.kBC5G7Lm016171@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16156 Modified Files: scipy.spec Log Message: Release bump for rebuild against python 2.5 Index: scipy.spec =================================================================== RCS file: /cvs/extras/rpms/scipy/devel/scipy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scipy.spec 7 Dec 2006 00:41:53 -0000 1.1 +++ scipy.spec 12 Dec 2006 05:15:37 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Scipy: array processing for numbers, strings, records, and objects Name: scipy Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Libraries License: BSD @@ -53,6 +53,9 @@ %changelog +* Mon Dec 11 2006 Jef Spaleta - 0.5.1-5 +- Bump for rebuild against python 2.5 in devel tree + * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 From fedora-extras-commits at redhat.com Tue Dec 12 05:27:21 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 00:27:21 -0500 Subject: rpms/python-matplotlib/devel python-matplotlib.spec,1.23,1.24 Message-ID: <200612120527.kBC5RL80016296@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-matplotlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16280 Modified Files: python-matplotlib.spec Log Message: release bump for rebuild against python 2.5 in devel tree Index: python-matplotlib.spec =================================================================== RCS file: /cvs/extras/rpms/python-matplotlib/devel/python-matplotlib.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- python-matplotlib.spec 5 Dec 2006 18:37:51 -0000 1.23 +++ python-matplotlib.spec 12 Dec 2006 05:26:51 -0000 1.24 @@ -2,7 +2,7 @@ Name: python-matplotlib Version: 0.87.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -75,6 +75,9 @@ %changelog +* Mon Dec 11 2006 Jef Spaleta 0.87.7-3 +- Release bump for rebuild against python 2.5 in devel tree + * Tue Dec 5 2006 Orion Poplawski 0.87.7-2 - Force build of gtk/gtkagg backends in mock (bug #218153) - Change Requires from python-numeric to numpy (bug #218154) From fedora-extras-commits at redhat.com Tue Dec 12 05:28:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:28:04 -0500 Subject: rpms/quodlibet/devel quodlibet.spec,1.2,1.3 Message-ID: <200612120528.kBC5S4ae016346@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331 Modified Files: quodlibet.spec Log Message: Require python-gpod for iPod support Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/devel/quodlibet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quodlibet.spec 21 Nov 2006 13:43:52 -0000 1.2 +++ quodlibet.spec 12 Dec 2006 05:27:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -38,6 +38,9 @@ # for Replay Gain plugin Requires: vorbisgain +# for iPod device support +Requires: python-gpod + %description Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and @@ -122,6 +125,9 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 +- Require python-gpod for iPod device support + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.24-1 - Update to 0.24 From fedora-extras-commits at redhat.com Tue Dec 12 05:37:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:37:22 -0500 Subject: rpms/pgfouine/devel .cvsignore, 1.2, 1.3 pgfouine.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612120537.kBC5bMeQ016480@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16461 Modified Files: .cvsignore pgfouine.spec sources Log Message: Update to 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:28:52 -0000 1.2 +++ .cvsignore 12 Dec 2006 05:36:52 -0000 1.3 @@ -1 +1 @@ -pgfouine-0.7.1.tar.gz +pgfouine-0.7.2.tar.gz Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/pgfouine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgfouine.spec 30 Nov 2006 22:28:52 -0000 1.1 +++ pgfouine.spec 12 Dec 2006 05:36:52 -0000 1.2 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -61,6 +61,8 @@ %{_datadir}/%{name} %changelog +* Tue Dec 1w 2006 Devrim Gunduz - 0.7.2-1 + * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:28:52 -0000 1.2 +++ sources 12 Dec 2006 05:36:52 -0000 1.3 @@ -1 +1 @@ -79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz +4759b564bf08db9c38ee1544faeafb2f pgfouine-0.7.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 05:38:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:38:59 -0500 Subject: rpms/pgfouine/devel pgfouine.spec,1.2,1.3 Message-ID: <200612120538.kBC5cxiv016513@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16493 Modified Files: pgfouine.spec Log Message: Ooops, fix changelog Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/pgfouine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pgfouine.spec 12 Dec 2006 05:36:52 -0000 1.2 +++ pgfouine.spec 12 Dec 2006 05:38:29 -0000 1.3 @@ -61,31 +61,44 @@ %{_datadir}/%{name} %changelog -* Tue Dec 1w 2006 Devrim Gunduz - 0.7.2-1 +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +- Update to 0.7.2 * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review + * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 - released 0.7.1 + * Sun Sep 3 2006 Guillaume Smet - 0.7-4 - fixed spec according to bugzilla #202901 comment #2 + * Thu Aug 18 2006 Devrim Gunduz - 0.7-3 - fixed spec, per bugzilla review + * Thu Aug 17 2006 Devrim Gunduz - 0.7-2 - fixed rpmlint warnings, and made cosmetic changes + * Thu Aug 17 2006 Guillaume Smet - released 0.7 + * Thu Aug 10 2006 Guillaume Smet - fixed RPM packaging for 0.7 + * Wed Jul 19 2006 Guillaume Smet - added pgfouine_vacuum.php + * Sun May 21 2006 Guillaume Smet - released 0.6 + * Sun Mar 26 2006 Guillaume Smet - released 0.5 + * Tue Jan 10 2006 Guillaume Smet - released 0.2.1 + * Sun Dec 4 2005 Guillaume Smet - released 0.2 + * Fri Nov 18 2005 Guillaume Smet - initial RPM packaging From fedora-extras-commits at redhat.com Tue Dec 12 05:43:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:43:05 -0500 Subject: rpms/pgfouine/FC-6 pgfouine.spec,1.1,1.2 Message-ID: <200612120543.kBC5h5M2016637@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16606/FC-6 Modified Files: pgfouine.spec Log Message: Update to new version Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/pgfouine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgfouine.spec 30 Nov 2006 22:28:52 -0000 1.1 +++ pgfouine.spec 12 Dec 2006 05:42:35 -0000 1.2 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -61,29 +61,44 @@ %{_datadir}/%{name} %changelog +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +- Update to 0.7.2 + * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review + * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 - released 0.7.1 + * Sun Sep 3 2006 Guillaume Smet - 0.7-4 - fixed spec according to bugzilla #202901 comment #2 + * Thu Aug 18 2006 Devrim Gunduz - 0.7-3 - fixed spec, per bugzilla review + * Thu Aug 17 2006 Devrim Gunduz - 0.7-2 - fixed rpmlint warnings, and made cosmetic changes + * Thu Aug 17 2006 Guillaume Smet - released 0.7 + * Thu Aug 10 2006 Guillaume Smet - fixed RPM packaging for 0.7 + * Wed Jul 19 2006 Guillaume Smet - added pgfouine_vacuum.php + * Sun May 21 2006 Guillaume Smet - released 0.6 + * Sun Mar 26 2006 Guillaume Smet - released 0.5 + * Tue Jan 10 2006 Guillaume Smet - released 0.2.1 + * Sun Dec 4 2005 Guillaume Smet - released 0.2 + * Fri Nov 18 2005 Guillaume Smet - initial RPM packaging From fedora-extras-commits at redhat.com Tue Dec 12 05:43:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:43:05 -0500 Subject: rpms/pgfouine/FC-5 pgfouine.spec,1.1,1.2 Message-ID: <200612120543.kBC5h5mt016640@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16606/FC-5 Modified Files: pgfouine.spec Log Message: Update to new version Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-5/pgfouine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgfouine.spec 30 Nov 2006 22:28:52 -0000 1.1 +++ pgfouine.spec 12 Dec 2006 05:42:35 -0000 1.2 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -61,29 +61,44 @@ %{_datadir}/%{name} %changelog +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +- Update to 0.7.2 + * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review + * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 - released 0.7.1 + * Sun Sep 3 2006 Guillaume Smet - 0.7-4 - fixed spec according to bugzilla #202901 comment #2 + * Thu Aug 18 2006 Devrim Gunduz - 0.7-3 - fixed spec, per bugzilla review + * Thu Aug 17 2006 Devrim Gunduz - 0.7-2 - fixed rpmlint warnings, and made cosmetic changes + * Thu Aug 17 2006 Guillaume Smet - released 0.7 + * Thu Aug 10 2006 Guillaume Smet - fixed RPM packaging for 0.7 + * Wed Jul 19 2006 Guillaume Smet - added pgfouine_vacuum.php + * Sun May 21 2006 Guillaume Smet - released 0.6 + * Sun Mar 26 2006 Guillaume Smet - released 0.5 + * Tue Jan 10 2006 Guillaume Smet - released 0.2.1 + * Sun Dec 4 2005 Guillaume Smet - released 0.2 + * Fri Nov 18 2005 Guillaume Smet - initial RPM packaging From fedora-extras-commits at redhat.com Tue Dec 12 05:45:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:45:02 -0500 Subject: rpms/pgfouine/FC-6 pgfouine.spec,1.2,1.3 Message-ID: <200612120545.kBC5j2fi016729@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16709 Modified Files: pgfouine.spec Log Message: Bump up version (tag error) Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/pgfouine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pgfouine.spec 12 Dec 2006 05:42:35 -0000 1.2 +++ pgfouine.spec 12 Dec 2006 05:44:32 -0000 1.3 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine Version: 0.7.2 -Release: 1%{?dist} +Release: 1%{?dist}.1 BuildArch: noarch License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Tue Dec 12 06:02:08 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 01:02:08 -0500 Subject: rpms/quodlibet/devel quodlibet.spec,1.3,1.4 Message-ID: <200612120602.kBC62862019945@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19930 Modified Files: quodlibet.spec Log Message: python-ctypes is no longer a separate package in development Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/devel/quodlibet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- quodlibet.spec 12 Dec 2006 05:27:34 -0000 1.3 +++ quodlibet.spec 12 Dec 2006 06:01:38 -0000 1.4 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: python-devel BuildRequires: pygtk2-devel -BuildRequires: python-ctypes BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: gettext @@ -27,6 +26,10 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig +%if %{fedora} <= 6 +BuildRequires: python-ctypes +%endif + Requires: python-mutagen >= 1.8 Requires: python >= 2.4 Requires: pygtk2 >= 2.8 From fedora-extras-commits at redhat.com Tue Dec 12 06:02:48 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:02:48 -0500 Subject: rpms/fltk/devel fltk.spec,1.19,1.20 Message-ID: <200612120602.kBC62mex020007@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19988 Modified Files: fltk.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-4 - use included icon/.desktop files - fix up fltk-config (#199656) Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- fltk.spec 12 Dec 2006 05:10:49 -0000 1.19 +++ fltk.spec 12 Dec 2006 06:02:18 -0000 1.20 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 3%{?dist}.1 +Release: 4%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -10,7 +10,8 @@ Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source1: fluid.desktop +# See http://bugzilla.redhat.com/199656 +Patch1: fltk-1.1.7-config.patch %if 0%{?rhel} > 4 || 0%{?fedora} > 4 BuildRequires: libICE-devel libSM-devel @@ -24,9 +25,7 @@ BuildRequires: libpng-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: pkgconfig -BuildRequires: ImageMagick BuildRequires: desktop-file-utils -BuildRequires: man %package devel Summary: Development package for %{name} @@ -69,32 +68,46 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} +%patch1 -p1 -b .199656 + %build -perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" configure export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" -%configure --enable-shared --enable-threads --enable-xdbe --enable-xft +%configure \ + --disable-static \ + --enable-shared \ + --enable-threads \ + --enable-xdbe \ + --enable-xft make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT __documentation -%makeinstall docdir=$(pwd)/__documentation -rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* - -desktop-file-install --vendor=fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE1} +rm -rf $RPM_BUILD_ROOT +make install install-desktop DESTDIR=$RPM_BUILD_ROOT -convert -resize 48x48 documentation/FL.gif fluid.png -install -p -m644 -D fluid.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/fluid.png +desktop-file-install --vendor=%{name} \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category="Development" \ + --add-category="GUIDesigner" \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Development/*.desktop + +# docs +rm -rf __docs +mv $RPM_BUILD_ROOT%{_docdir}/fltk __docs ## unpackaged files +# errant docs +rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* # static libs -rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +# games: checkers/sudoku +make -C test uninstall-linux DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* %clean @@ -107,9 +120,13 @@ %post fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %postun fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %files @@ -122,10 +139,10 @@ %files devel %defattr(-,root,root,-) -%doc __documentation/* +%doc __docs/* %{_bindir}/fltk-config %{_includedir}/FL/ -%{_includedir}/Fl/ +%{_includedir}/Fl %{_libdir}/libfltk.so %{_libdir}/libfltk_forms.so %{_libdir}/libfltk_gl.so @@ -138,10 +155,16 @@ %{_bindir}/fluid %{_mandir}/man1/fluid.1* %{_datadir}/applications/*fluid.desktop +# FIXME +%{_datadir}/mimelnk/*/*.desktop %{_datadir}/icons/hicolor/*/*/* %changelog +* Mon Dec 11 2006 Rex Dieter 1.1.7-4 +- use included icon/.desktop files +- fix up fltk-config (#199656) + * Mon Dec 11 2006 Rex Dieter 1.1.7-3 - follow icon spec - omit static libs From fedora-extras-commits at redhat.com Tue Dec 12 06:06:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:06:24 -0500 Subject: rpms/fltk/devel fltk-1.1.7-config.patch, NONE, 1.1 fltk.spec, 1.20, 1.21 Message-ID: <200612120606.kBC66OL3020091@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20073 Modified Files: fltk.spec Added Files: fltk-1.1.7-config.patch Log Message: include patch fltk-1.1.7-config.patch: --- NEW FILE fltk-1.1.7-config.patch --- --- fltk-1.1.7/fltk-config.in.config 2005-12-07 14:13:12.000000000 -0600 +++ fltk-1.1.7/fltk-config.in 2006-12-11 23:33:40.000000000 -0600 @@ -52,12 +52,6 @@ # post-process command (only needed for MacOS) POSTBUILD="@POSTBUILD@" -# flags for C++ compiler: -CFLAGS="@CFLAGS@" -CXXFLAGS="@CXXFLAGS@" -LDFLAGS="@LDFLAGS@" -LDLIBS="@LIBS@" - # Check for local invocation, and update paths accordingly... if test -f "$selfdir/FL/Fl_Window.H"; then bindir="$selfdir/fluid" Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- fltk.spec 12 Dec 2006 06:02:18 -0000 1.20 +++ fltk.spec 12 Dec 2006 06:05:54 -0000 1.21 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -161,7 +161,7 @@ %changelog -* Mon Dec 11 2006 Rex Dieter 1.1.7-4 +* Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656) From fedora-extras-commits at redhat.com Tue Dec 12 06:10:35 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 01:10:35 -0500 Subject: rpms/pgfouine/FC-6 pgfouine.spec,1.3,1.4 Message-ID: <200612120610.kBC6AZ8O020261@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20246 Modified Files: pgfouine.spec Log Message: Bump up spec file version Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/pgfouine.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pgfouine.spec 12 Dec 2006 05:44:32 -0000 1.3 +++ pgfouine.spec 12 Dec 2006 06:10:05 -0000 1.4 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine Version: 0.7.2 -Release: 1%{?dist}.1 +Release: 3%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -60,8 +60,8 @@ %attr(0755, root, root) %{_bindir}/pgfouine_vacuum.php %{_datadir}/%{name} -%changelog -* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +%changelog +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-3 - Update to 0.7.2 * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 From fedora-extras-commits at redhat.com Tue Dec 12 06:12:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:12:09 -0500 Subject: rpms/fltk/EL-4 fltk-1.1.7-config.patch, NONE, 1.1 fltk.spec, 1.8, 1.9 fluid.desktop, 1.1, NONE Message-ID: <200612120612.kBC6C9P8020305@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20287 Modified Files: fltk.spec Added Files: fltk-1.1.7-config.patch Removed Files: fluid.desktop Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656) fltk-1.1.7-config.patch: --- NEW FILE fltk-1.1.7-config.patch --- --- fltk-1.1.7/fltk-config.in.config 2005-12-07 14:13:12.000000000 -0600 +++ fltk-1.1.7/fltk-config.in 2006-12-11 23:33:40.000000000 -0600 @@ -52,12 +52,6 @@ # post-process command (only needed for MacOS) POSTBUILD="@POSTBUILD@" -# flags for C++ compiler: -CFLAGS="@CFLAGS@" -CXXFLAGS="@CXXFLAGS@" -LDFLAGS="@LDFLAGS@" -LDLIBS="@LIBS@" - # Check for local invocation, and update paths accordingly... if test -f "$selfdir/FL/Fl_Window.H"; then bindir="$selfdir/fluid" Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/fltk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fltk.spec 11 Dec 2006 22:49:01 -0000 1.8 +++ fltk.spec 12 Dec 2006 06:11:39 -0000 1.9 @@ -1,7 +1,8 @@ + Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 2%{?dist} +Release: 5%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -9,7 +10,8 @@ Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source1: fluid.desktop +# See http://bugzilla.redhat.com/199656 +Patch1: fltk-1.1.7-config.patch %if 0%{?rhel} > 4 || 0%{?fedora} > 4 BuildRequires: libICE-devel libSM-devel @@ -22,10 +24,8 @@ BuildRequires: zlib-devel BuildRequires: libpng-devel BuildRequires: libGL-devel libGLU-devel -BuildRequires: pkgconfig -BuildRequires: ImageMagick +BuildRequires: pkgconfig BuildRequires: desktop-file-utils -BuildRequires: man %package devel Summary: Development package for %{name} @@ -68,32 +68,46 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} +%patch1 -p1 -b .199656 + %build -perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" configure export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" -%configure --enable-shared --enable-threads --enable-xdbe --enable-xft +%configure \ + --disable-static \ + --enable-shared \ + --enable-threads \ + --enable-xdbe \ + --enable-xft make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT __documentation -%makeinstall docdir=$(pwd)/__documentation -rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* - -desktop-file-install --vendor=fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE1} +rm -rf $RPM_BUILD_ROOT +make install install-desktop DESTDIR=$RPM_BUILD_ROOT -convert -resize 48x48 documentation/FL.gif fluid.png -install -p -m644 -D fluid.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/fluid.png +desktop-file-install --vendor=%{name} \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category="Development" \ + --add-category="GUIDesigner" \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Development/*.desktop + +# docs +rm -rf __docs +mv $RPM_BUILD_ROOT%{_docdir}/fltk __docs ## unpackaged files +# errant docs +rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* # static libs -rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +# games: checkers/sudoku +make -C test uninstall-linux DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* %clean @@ -106,9 +120,13 @@ %post fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %postun fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %files @@ -121,9 +139,9 @@ %files devel %defattr(-,root,root,-) -%doc __documentation/* +%doc __docs/* %{_bindir}/fltk-config -%{_includedir}/FL +%{_includedir}/FL/ %{_includedir}/Fl %{_libdir}/libfltk.so %{_libdir}/libfltk_forms.so @@ -137,15 +155,23 @@ %{_bindir}/fluid %{_mandir}/man1/fluid.1* %{_datadir}/applications/*fluid.desktop +# FIXME +%{_datadir}/mimelnk/*/*.desktop %{_datadir}/icons/hicolor/*/*/* %changelog -* Mon Dec 11 2006 Rex Dieter 1.1.7-2 -- EPEL branch +* Mon Dec 11 2006 Rex Dieter 1.1.7-5 +- use included icon/.desktop files +- fix up fltk-config (#199656) + +* Mon Dec 11 2006 Rex Dieter 1.1.7-3 - follow icon spec - omit static libs +* Wed Sep 06 2006 Michael J. Knox - 1.1.7-2 +- rebuild for FC6 + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.1.7-1 - Upstream update --- fluid.desktop DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 06:15:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 01:15:29 -0500 Subject: rpms/pgfouine/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612120615.kBC6FTR9020372@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20355 Modified Files: .cvsignore sources Log Message: Update sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:28:52 -0000 1.2 +++ .cvsignore 12 Dec 2006 06:14:59 -0000 1.3 @@ -1 +1 @@ -pgfouine-0.7.1.tar.gz +pgfouine-0.7.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:28:52 -0000 1.2 +++ sources 12 Dec 2006 06:14:59 -0000 1.3 @@ -1 +1 @@ -79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz +4759b564bf08db9c38ee1544faeafb2f pgfouine-0.7.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 06:38:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:38:18 -0500 Subject: rpms/fltk/devel fltk-1.1.7-test.patch, NONE, 1.1 fltk.spec, 1.21, 1.22 fluid.desktop, 1.1, NONE Message-ID: <200612120638.kBC6cIKo020494@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20475 Modified Files: fltk.spec Added Files: fltk-1.1.7-test.patch Removed Files: fluid.desktop Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-6 - move tests to %check section fltk-1.1.7-test.patch: --- NEW FILE fltk-1.1.7-test.patch --- --- fltk-1.1.7/Makefile.test 2006-01-15 12:36:16.000000000 -0600 +++ fltk-1.1.7/Makefile 2006-12-12 00:34:49.000000000 -0600 @@ -27,7 +27,7 @@ include makeinclude -DIRS = $(IMAGEDIRS) src fluid test documentation +DIRS = $(IMAGEDIRS) src fluid documentation all: makeinclude for dir in $(DIRS); do\ @@ -35,6 +35,9 @@ (cd $$dir; $(MAKE) $(MFLAGS)) || break;\ done +test: + (cd test;; $(MAKE) $(MFLAGS)) ||: + install: makeinclude -mkdir -p $(DESTDIR)$(bindir) $(RM) $(DESTDIR)$(bindir)/fltk-config Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- fltk.spec 12 Dec 2006 06:05:54 -0000 1.21 +++ fltk.spec 12 Dec 2006 06:37:48 -0000 1.22 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -12,6 +12,7 @@ # See http://bugzilla.redhat.com/199656 Patch1: fltk-1.1.7-config.patch +Patch2: fltk-1.1.7-test.patch %if 0%{?rhel} > 4 || 0%{?fedora} > 4 BuildRequires: libICE-devel libSM-devel @@ -26,6 +27,7 @@ BuildRequires: libGL-devel libGLU-devel BuildRequires: pkgconfig BuildRequires: desktop-file-utils +BuildRequires: man %package devel Summary: Development package for %{name} @@ -69,6 +71,7 @@ %setup -q -n %{name}-%{version}%{?extraversion} %patch1 -p1 -b .199656 +%patch2 -p1 -b .test %build @@ -110,6 +113,10 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* +%check +make test ||: + + %clean rm -rf $RPM_BUILD_ROOT @@ -161,6 +168,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 1.1.7-6 +- move tests to %%check section + * Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656) --- fluid.desktop DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 07:55:50 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 02:55:50 -0500 Subject: rpms/python-dateutil/devel python-dateutil.spec,1.4,1.5 Message-ID: <200612120755.kBC7toGA023945@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-dateutil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23918 Modified Files: python-dateutil.spec Log Message: release bump for python 2.5 Index: python-dateutil.spec =================================================================== RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-dateutil.spec 26 Jul 2006 22:21:30 -0000 1.4 +++ python-dateutil.spec 12 Dec 2006 07:55:20 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-dateutil Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Powerful extensions to the standard datetime module Group: Development/Languages @@ -43,6 +43,9 @@ %{python_sitelib}/dateutil/ %changelog +* Dec Dec 11 2006 Jef Spaleta 1.1-4 +- Release bump for rebuild against python 2.5 in devel tree + * Wed Jul 26 2006 Orion Poplawski 1.1-3 - Add patch to fix building on x86_64 From fedora-extras-commits at redhat.com Tue Dec 12 07:57:37 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 02:57:37 -0500 Subject: rpms/python-dateutil/devel python-dateutil.spec,1.5,1.6 Message-ID: <200612120757.kBC7vbtP023991@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-dateutil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23976 Modified Files: python-dateutil.spec Log Message: release bump for python 2.5 Index: python-dateutil.spec =================================================================== RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-dateutil.spec 12 Dec 2006 07:55:20 -0000 1.5 +++ python-dateutil.spec 12 Dec 2006 07:57:07 -0000 1.6 @@ -43,7 +43,7 @@ %{python_sitelib}/dateutil/ %changelog -* Dec Dec 11 2006 Jef Spaleta 1.1-4 +* Mon Dec 11 2006 Jef Spaleta 1.1-4 - Release bump for rebuild against python 2.5 in devel tree * Wed Jul 26 2006 Orion Poplawski 1.1-3 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:23 -0500 Subject: rpms/clamav/devel sources,1.21,1.22 clamav.spec,1.44,1.45 Message-ID: <200612120818.kBC8INPM027311@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/devel Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 5 Nov 2006 20:11:19 -0000 1.21 +++ sources 12 Dec 2006 08:17:53 -0000 1.22 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- clamav.spec 5 Nov 2006 20:11:19 -0000 1.44 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.45 @@ -18,7 +18,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -448,6 +448,9 @@ %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:24 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:24 -0500 Subject: rpms/clamav/FC-4 sources,1.20,1.21 clamav.spec,1.36,1.37 Message-ID: <200612120818.kBC8IOwt027322@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-4 Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 5 Nov 2006 20:11:22 -0000 1.20 +++ sources 12 Dec 2006 08:17:53 -0000 1.21 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/clamav.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- clamav.spec 5 Nov 2006 20:11:22 -0000 1.36 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.37 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -432,6 +432,9 @@ %endif # _without_milter %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:23 -0500 Subject: rpms/clamav/FC-5 sources, 1.20, 1.21 clamav.spec, 1.39, 1.40 .cvsignore, 1.7, 1.8 Message-ID: <200612120818.kBC8INxu027318@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-5 Modified Files: sources clamav.spec .cvsignore Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 5 Nov 2006 20:11:21 -0000 1.20 +++ sources 12 Dec 2006 08:17:53 -0000 1.21 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- clamav.spec 5 Nov 2006 20:11:21 -0000 1.39 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.40 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -434,6 +434,9 @@ %endif # _without_milter %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Oct 2006 07:24:32 -0000 1.7 +++ .cvsignore 12 Dec 2006 08:17:53 -0000 1.8 @@ -1,2 +1,2 @@ -clamav-0.88.5.tar.gz -clamav-0.88.5.tar.gz.sig +clamav-*.tar.gz* +clamav-*.*.rpm From fedora-extras-commits at redhat.com Tue Dec 12 08:18:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:23 -0500 Subject: rpms/clamav/FC-6 sources,1.21,1.22 clamav.spec,1.44,1.45 Message-ID: <200612120818.kBC8INU5027315@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-6 Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-6/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 5 Nov 2006 20:11:21 -0000 1.21 +++ sources 12 Dec 2006 08:17:53 -0000 1.22 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-6/clamav.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- clamav.spec 5 Nov 2006 20:11:21 -0000 1.44 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.45 @@ -18,7 +18,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -448,6 +448,9 @@ %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:24 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:24 -0500 Subject: rpms/clamav/FC-3 sources,1.18,1.19 clamav.spec,1.26,1.27 Message-ID: <200612120818.kBC8IO3B027326@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-3 Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 5 Nov 2006 20:11:23 -0000 1.18 +++ sources 12 Dec 2006 08:17:54 -0000 1.19 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/clamav.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- clamav.spec 5 Nov 2006 20:11:23 -0000 1.26 +++ clamav.spec 12 Dec 2006 08:17:54 -0000 1.27 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -432,6 +432,9 @@ %endif # _without_milter %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:26:31 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 03:26:31 -0500 Subject: rpms/python-dateutil/devel python-dateutil.spec,1.6,1.7 Message-ID: <200612120826.kBC8QV0K027592@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-dateutil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27577 Modified Files: python-dateutil.spec Log Message: Fix python-devel BR, as per discussion in maintainers-list Index: python-dateutil.spec =================================================================== RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-dateutil.spec 12 Dec 2006 07:57:07 -0000 1.6 +++ python-dateutil.spec 12 Dec 2006 08:26:01 -0000 1.7 @@ -2,7 +2,7 @@ Name: python-dateutil Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Powerful extensions to the standard datetime module Group: Development/Languages @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel %description The dateutil module provides powerful extensions to the standard datetime @@ -43,6 +43,9 @@ %{python_sitelib}/dateutil/ %changelog +* Mon Dec 11 2006 Jef Spaleta 1.1-5 +- Fix python-devel BR, as per discussion in maintainers-list + * Mon Dec 11 2006 Jef Spaleta 1.1-4 - Release bump for rebuild against python 2.5 in devel tree From fedora-extras-commits at redhat.com Tue Dec 12 10:15:08 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 05:15:08 -0500 Subject: rpms/pytz/devel pytz.spec,1.8,1.9 Message-ID: <200612121015.kBCAF8il002276@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pytz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2259 Modified Files: pytz.spec Log Message: Bump for rebuild against python 2.5 and change BR to python-devel accordingly Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/pytz.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pytz.spec 11 Dec 2006 16:57:51 -0000 1.8 +++ pytz.spec 12 Dec 2006 10:14:38 -0000 1.9 @@ -2,7 +2,7 @@ Name: pytz Version: 2006p -Release: 1%{?dist} +Release: 2%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel %description pytz brings the Olson tz database into Python. This library allows accurate @@ -47,6 +47,9 @@ %{python_sitelib}/pytz/ %changelog +* Mon Dec 11 2006 Jef Spaleta 2006p-2 +- Bump for rebuild against python 2.5 and change BR to python-devel accordingly + * Fri Dec 8 2006 Orion Poplawski 2006p-1 - Update to 2006p From fedora-extras-commits at redhat.com Tue Dec 12 10:25:42 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:25:42 -0500 Subject: rpms/fontforge/FC-6 fontforge-20061025-fsSel.patch, NONE, 1.1 fontforge.spec, 1.22, 1.23 Message-ID: <200612121025.kBCAPgct002428@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fontforge/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2366 Modified Files: fontforge.spec Added Files: fontforge-20061025-fsSel.patch Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 - Add patch to fix fsSelection problem with DejaVu ExtraLight fontforge-20061025-fsSel.patch: --- NEW FILE fontforge-20061025-fsSel.patch --- --- fontforge-20061025/fontforge/tottf.c.fsSel 2006-12-09 21:36:24.000000000 +0330 +++ fontforge-20061025/fontforge/tottf.c 2006-12-09 21:41:45.000000000 +0330 @@ -3090,7 +3090,7 @@ os2->fsSel = (at->head.macstyle&1?32:0)|(at->head.macstyle&2?1:0); if ( sf->fullname!=NULL && strstrmatch(sf->fullname,"outline")!=NULL ) os2->fsSel |= 8; - if ( os2->fsSel==0 ) os2->fsSel = 64; /* Regular */ + if ( os2->fsSel==0 && sf->pfminfo.weight == 400) os2->fsSel = 64; /* Regular */ if ( os2->version>=4 ) { if ( strstrmatch(sf->fontname,"Obli")==0 ) { os2->fsSel &= ~1; /* Turn off Italic */ Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-6/fontforge.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fontforge.spec 25 Nov 2006 11:19:36 -0000 1.22 +++ fontforge.spec 12 Dec 2006 10:25:12 -0000 1.23 @@ -3,7 +3,7 @@ Name: fontforge Version: 20061025 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -13,6 +13,7 @@ Source1: fontforge.desktop Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 Patch1: fontforge-20061025-usFirstCharIndex.patch +Patch2: fontforge-20061025-fsSel.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: htmlview @@ -41,6 +42,7 @@ %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .usFirstCharIndex +%patch2 -p1 -b .fsSel mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -114,6 +116,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 +- Add patch to fix fsSelection problem with DejaVu ExtraLight + * Sat Nov 25 2006 Roozbeh Pournader - 20061025-1 - Update to 20061025 - Patch to correct usFirstCharIndex (George Williams) From fedora-extras-commits at redhat.com Tue Dec 12 10:29:28 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:29:28 -0500 Subject: rpms/fonttools/devel fonttools-unsigned-ranges.patch,1.3,NONE Message-ID: <200612121029.kBCATS2M002499@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2494 Removed Files: fonttools-unsigned-ranges.patch Log Message: Remove the patch applied upstream --- fonttools-unsigned-ranges.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 10:34:59 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:34:59 -0500 Subject: rpms/fonttools/FC-6 fonttools-uni5.patch, NONE, 1.1 fonttools.spec, 1.8, 1.9 sources, 1.4, 1.5 fonttools-unsigned-ranges.patch, 1.3, NONE Message-ID: <200612121034.kBCAYxoU002605@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2582 Modified Files: fonttools.spec sources Added Files: fonttools-uni5.patch Removed Files: fonttools-unsigned-ranges.patch Log Message: * Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs - Update the Unicode names file to Unicode 5.0.0 * Thu Nov 09 2006 Roozbeh Pournader - 2.0-0.9.20060223cvs - Update to newer CVS snapshot dated 2006-02-23 - Cleanup based on latest Python packaging guidelines fonttools-uni5.patch: --- NEW FILE fonttools-uni5.patch --- --- fonttools/Lib/fontTools/unicode.py.uni5 2006-12-01 06:01:59.000000000 +0330 +++ fonttools/Lib/fontTools/unicode.py 2006-12-01 06:02:45.000000000 +0330 @@ -568,6 +568,31 @@ 0234 LATIN SMALL LETTER L WITH CURL 0235 LATIN SMALL LETTER N WITH CURL 0236 LATIN SMALL LETTER T WITH CURL +0237 LATIN SMALL LETTER DOTLESS J +0238 LATIN SMALL LETTER DB DIGRAPH +0239 LATIN SMALL LETTER QP DIGRAPH +023A LATIN CAPITAL LETTER A WITH STROKE +023B LATIN CAPITAL LETTER C WITH STROKE +023C LATIN SMALL LETTER C WITH STROKE +023D LATIN CAPITAL LETTER L WITH BAR +023E LATIN CAPITAL LETTER T WITH DIAGONAL STROKE +023F LATIN SMALL LETTER S WITH SWASH TAIL +0240 LATIN SMALL LETTER Z WITH SWASH TAIL +0241 LATIN CAPITAL LETTER GLOTTAL STOP +0242 LATIN SMALL LETTER GLOTTAL STOP +0243 LATIN CAPITAL LETTER B WITH STROKE +0244 LATIN CAPITAL LETTER U BAR +0245 LATIN CAPITAL LETTER TURNED V +0246 LATIN CAPITAL LETTER E WITH STROKE +0247 LATIN SMALL LETTER E WITH STROKE +0248 LATIN CAPITAL LETTER J WITH STROKE +0249 LATIN SMALL LETTER J WITH STROKE +024A LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL +024B LATIN SMALL LETTER Q WITH HOOK TAIL +024C LATIN CAPITAL LETTER R WITH STROKE +024D LATIN SMALL LETTER R WITH STROKE +024E LATIN CAPITAL LETTER Y WITH STROKE +024F LATIN SMALL LETTER Y WITH STROKE 0250 LATIN SMALL LETTER TURNED A 0251 LATIN SMALL LETTER ALPHA 0252 LATIN SMALL LETTER TURNED ALPHA @@ -832,6 +857,11 @@ 0355 COMBINING RIGHT ARROWHEAD BELOW 0356 COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW 0357 COMBINING RIGHT HALF RING ABOVE +0358 COMBINING DOT ABOVE RIGHT +0359 COMBINING ASTERISK BELOW +035A COMBINING DOUBLE RING BELOW +035B COMBINING ZIGZAG ABOVE +035C COMBINING DOUBLE BREVE BELOW 035D COMBINING DOUBLE BREVE 035E COMBINING DOUBLE MACRON 035F COMBINING DOUBLE MACRON BELOW @@ -854,6 +884,9 @@ 0374 GREEK NUMERAL SIGN 0375 GREEK LOWER NUMERAL SIGN 037A GREEK YPOGEGRAMMENI +037B GREEK SMALL REVERSED LUNATE SIGMA SYMBOL +037C GREEK SMALL DOTTED LUNATE SIGMA SYMBOL +037D GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL 037E GREEK QUESTION MARK 0384 GREEK TONOS 0385 GREEK DIALYTIKA TONOS @@ -971,6 +1004,10 @@ 03F9 GREEK CAPITAL LUNATE SIGMA SYMBOL 03FA GREEK CAPITAL LETTER SAN 03FB GREEK SMALL LETTER SAN +03FC GREEK RHO WITH STROKE SYMBOL +03FD GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL +03FE GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL +03FF GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL 0400 CYRILLIC CAPITAL LETTER IE WITH GRAVE 0401 CYRILLIC CAPITAL LETTER IO 0402 CYRILLIC CAPITAL LETTER DJE @@ -1177,6 +1214,7 @@ 04CC CYRILLIC SMALL LETTER KHAKASSIAN CHE 04CD CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE CYRILLIC SMALL LETTER EM WITH TAIL +04CF CYRILLIC SMALL LETTER PALOCHKA 04D0 CYRILLIC CAPITAL LETTER A WITH BREVE 04D1 CYRILLIC SMALL LETTER A WITH BREVE 04D2 CYRILLIC CAPITAL LETTER A WITH DIAERESIS @@ -1215,8 +1253,16 @@ 04F3 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 04F4 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F5 CYRILLIC SMALL LETTER CHE WITH DIAERESIS +04F6 CYRILLIC CAPITAL LETTER GHE WITH DESCENDER +04F7 CYRILLIC SMALL LETTER GHE WITH DESCENDER 04F8 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04F9 CYRILLIC SMALL LETTER YERU WITH DIAERESIS +04FA CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK +04FB CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK +04FC CYRILLIC CAPITAL LETTER HA WITH HOOK +04FD CYRILLIC SMALL LETTER HA WITH HOOK +04FE CYRILLIC CAPITAL LETTER HA WITH STROKE +04FF CYRILLIC SMALL LETTER HA WITH STROKE 0500 CYRILLIC CAPITAL LETTER KOMI DE 0501 CYRILLIC SMALL LETTER KOMI DE 0502 CYRILLIC CAPITAL LETTER KOMI DJE @@ -1233,6 +1279,10 @@ 050D CYRILLIC SMALL LETTER KOMI SJE 050E CYRILLIC CAPITAL LETTER KOMI TJE 050F CYRILLIC SMALL LETTER KOMI TJE +0510 CYRILLIC CAPITAL LETTER REVERSED ZE +0511 CYRILLIC SMALL LETTER REVERSED ZE +0512 CYRILLIC CAPITAL LETTER EL WITH HOOK +0513 CYRILLIC SMALL LETTER EL WITH HOOK 0531 ARMENIAN CAPITAL LETTER AYB 0532 ARMENIAN CAPITAL LETTER BEN 0533 ARMENIAN CAPITAL LETTER GIM @@ -1336,6 +1386,7 @@ 059F HEBREW ACCENT QARNEY PARA 05A0 HEBREW ACCENT TELISHA GEDOLA 05A1 HEBREW ACCENT PAZER +05A2 HEBREW ACCENT ATNAH HAFUKH 05A3 HEBREW ACCENT MUNAH 05A4 HEBREW ACCENT MAHAPAKH 05A5 HEBREW ACCENT MERKHA @@ -1359,6 +1410,7 @@ 05B7 HEBREW POINT PATAH 05B8 HEBREW POINT QAMATS 05B9 HEBREW POINT HOLAM +05BA HEBREW POINT HOLAM HASER FOR VAV 05BB HEBREW POINT QUBUTS 05BC HEBREW POINT DAGESH OR MAPIQ 05BD HEBREW POINT METEG @@ -1369,6 +1421,9 @@ 05C2 HEBREW POINT SIN DOT 05C3 HEBREW PUNCTUATION SOF PASUQ 05C4 HEBREW MARK UPPER DOT +05C5 HEBREW MARK LOWER DOT +05C6 HEBREW PUNCTUATION NUN HAFUKHA +05C7 HEBREW POINT QAMATS QATAN 05D0 HEBREW LETTER ALEF 05D1 HEBREW LETTER BET 05D2 HEBREW LETTER GIMEL @@ -1405,6 +1460,7 @@ 0601 ARABIC SIGN SANAH 0602 ARABIC FOOTNOTE MARKER 0603 ARABIC SIGN SAFHA +060B AFGHANI SIGN 060C ARABIC COMMA 060D ARABIC DATE SEPARATOR 060E ARABIC POETIC VERSE SIGN @@ -1416,6 +1472,7 @@ 0614 ARABIC SIGN TAKHALLUS 0615 ARABIC SMALL HIGH TAH 061B ARABIC SEMICOLON +061E ARABIC TRIPLE DOT PUNCTUATION MARK 061F ARABIC QUESTION MARK 0621 ARABIC LETTER HAMZA 0622 ARABIC LETTER ALEF WITH MADDA ABOVE @@ -1468,6 +1525,12 @@ 0656 ARABIC SUBSCRIPT ALEF 0657 ARABIC INVERTED DAMMA 0658 ARABIC MARK NOON GHUNNA +0659 ARABIC ZWARAKAY +065A ARABIC VOWEL SIGN SMALL V ABOVE +065B ARABIC VOWEL SIGN INVERTED SMALL V ABOVE +065C ARABIC VOWEL SIGN DOT BELOW +065D ARABIC REVERSED DAMMA +065E ARABIC FATHA WITH TWO DOTS 0660 ARABIC-INDIC DIGIT ZERO 0661 ARABIC-INDIC DIGIT ONE 0662 ARABIC-INDIC DIGIT TWO @@ -1705,6 +1768,36 @@ 074D SYRIAC LETTER SOGDIAN ZHAIN 074E SYRIAC LETTER SOGDIAN KHAPH 074F SYRIAC LETTER SOGDIAN FE +0750 ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW +0751 ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE +0752 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW +0753 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE +0754 ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE +0755 ARABIC LETTER BEH WITH INVERTED SMALL V BELOW +0756 ARABIC LETTER BEH WITH SMALL V +0757 ARABIC LETTER HAH WITH TWO DOTS ABOVE +0758 ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW +0759 ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH +075A ARABIC LETTER DAL WITH INVERTED SMALL V BELOW +075B ARABIC LETTER REH WITH STROKE +075C ARABIC LETTER SEEN WITH FOUR DOTS ABOVE +075D ARABIC LETTER AIN WITH TWO DOTS ABOVE +075E ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE +075F ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE +0760 ARABIC LETTER FEH WITH TWO DOTS BELOW +0761 ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW +0762 ARABIC LETTER KEHEH WITH DOT ABOVE +0763 ARABIC LETTER KEHEH WITH THREE DOTS ABOVE +0764 ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW +0765 ARABIC LETTER MEEM WITH DOT ABOVE +0766 ARABIC LETTER MEEM WITH DOT BELOW +0767 ARABIC LETTER NOON WITH TWO DOTS BELOW +0768 ARABIC LETTER NOON WITH SMALL TAH +0769 ARABIC LETTER NOON WITH SMALL V +076A ARABIC LETTER LAM WITH BAR +076B ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE +076C ARABIC LETTER REH WITH HAMZA ABOVE +076D ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE 0780 THAANA LETTER HAA 0781 THAANA LETTER SHAVIYANI 0782 THAANA LETTER NOONU @@ -1755,6 +1848,65 @@ 07AF THAANA OABOAFILI 07B0 THAANA SUKUN 07B1 THAANA LETTER NAA [...2672 lines suppressed...] +1241A CUNEIFORM NUMERIC SIGN SIX GESH2 +1241B CUNEIFORM NUMERIC SIGN SEVEN GESH2 +1241C CUNEIFORM NUMERIC SIGN EIGHT GESH2 +1241D CUNEIFORM NUMERIC SIGN NINE GESH2 +1241E CUNEIFORM NUMERIC SIGN ONE GESHU +1241F CUNEIFORM NUMERIC SIGN TWO GESHU +12420 CUNEIFORM NUMERIC SIGN THREE GESHU +12421 CUNEIFORM NUMERIC SIGN FOUR GESHU +12422 CUNEIFORM NUMERIC SIGN FIVE GESHU +12423 CUNEIFORM NUMERIC SIGN TWO SHAR2 +12424 CUNEIFORM NUMERIC SIGN THREE SHAR2 +12425 CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM +12426 CUNEIFORM NUMERIC SIGN FOUR SHAR2 +12427 CUNEIFORM NUMERIC SIGN FIVE SHAR2 +12428 CUNEIFORM NUMERIC SIGN SIX SHAR2 +12429 CUNEIFORM NUMERIC SIGN SEVEN SHAR2 +1242A CUNEIFORM NUMERIC SIGN EIGHT SHAR2 +1242B CUNEIFORM NUMERIC SIGN NINE SHAR2 +1242C CUNEIFORM NUMERIC SIGN ONE SHARU +1242D CUNEIFORM NUMERIC SIGN TWO SHARU +1242E CUNEIFORM NUMERIC SIGN THREE SHARU +1242F CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM +12430 CUNEIFORM NUMERIC SIGN FOUR SHARU +12431 CUNEIFORM NUMERIC SIGN FIVE SHARU +12432 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH +12433 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN +12434 CUNEIFORM NUMERIC SIGN ONE BURU +12435 CUNEIFORM NUMERIC SIGN TWO BURU +12436 CUNEIFORM NUMERIC SIGN THREE BURU +12437 CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM +12438 CUNEIFORM NUMERIC SIGN FOUR BURU +12439 CUNEIFORM NUMERIC SIGN FIVE BURU +1243A CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16 +1243B CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21 +1243C CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU +1243D CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4 +1243E CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A +1243F CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B +12440 CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9 +12441 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3 +12442 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A +12443 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B +12444 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU +12445 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3 +12446 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU +12447 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3 +12448 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4 +12449 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A +1244A CUNEIFORM NUMERIC SIGN TWO ASH TENU +1244B CUNEIFORM NUMERIC SIGN THREE ASH TENU +1244C CUNEIFORM NUMERIC SIGN FOUR ASH TENU +1244D CUNEIFORM NUMERIC SIGN FIVE ASH TENU +1244E CUNEIFORM NUMERIC SIGN SIX ASH TENU +1244F CUNEIFORM NUMERIC SIGN ONE BAN2 +12450 CUNEIFORM NUMERIC SIGN TWO BAN2 +12451 CUNEIFORM NUMERIC SIGN THREE BAN2 +12452 CUNEIFORM NUMERIC SIGN FOUR BAN2 +12453 CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM +12454 CUNEIFORM NUMERIC SIGN FIVE BAN2 +12455 CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM +12456 CUNEIFORM NUMERIC SIGN NIGIDAMIN +12457 CUNEIFORM NUMERIC SIGN NIGIDAESH +12458 CUNEIFORM NUMERIC SIGN ONE ESHE3 +12459 CUNEIFORM NUMERIC SIGN TWO ESHE3 +1245A CUNEIFORM NUMERIC SIGN ONE THIRD DISH +1245B CUNEIFORM NUMERIC SIGN TWO THIRDS DISH +1245C CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH +1245D CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A +1245E CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A +1245F CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH +12460 CUNEIFORM NUMERIC SIGN ONE QUARTER ASH +12461 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH +12462 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER +12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER +12471 CUNEIFORM PUNCTUATION SIGN VERTICAL COLON +12472 CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON +12473 CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON 1D000 BYZANTINE MUSICAL SYMBOL PSILI 1D001 BYZANTINE MUSICAL SYMBOL DASEIA 1D002 BYZANTINE MUSICAL SYMBOL PERISPOMENI @@ -13137,6 +15665,76 @@ 1D1DB MUSICAL SYMBOL SCANDICUS FLEXUS 1D1DC MUSICAL SYMBOL TORCULUS RESUPINUS 1D1DD MUSICAL SYMBOL PES SUBPUNCTIS +1D200 GREEK VOCAL NOTATION SYMBOL-1 +1D201 GREEK VOCAL NOTATION SYMBOL-2 +1D202 GREEK VOCAL NOTATION SYMBOL-3 +1D203 GREEK VOCAL NOTATION SYMBOL-4 +1D204 GREEK VOCAL NOTATION SYMBOL-5 +1D205 GREEK VOCAL NOTATION SYMBOL-6 +1D206 GREEK VOCAL NOTATION SYMBOL-7 +1D207 GREEK VOCAL NOTATION SYMBOL-8 +1D208 GREEK VOCAL NOTATION SYMBOL-9 +1D209 GREEK VOCAL NOTATION SYMBOL-10 +1D20A GREEK VOCAL NOTATION SYMBOL-11 +1D20B GREEK VOCAL NOTATION SYMBOL-12 +1D20C GREEK VOCAL NOTATION SYMBOL-13 +1D20D GREEK VOCAL NOTATION SYMBOL-14 +1D20E GREEK VOCAL NOTATION SYMBOL-15 +1D20F GREEK VOCAL NOTATION SYMBOL-16 +1D210 GREEK VOCAL NOTATION SYMBOL-17 +1D211 GREEK VOCAL NOTATION SYMBOL-18 +1D212 GREEK VOCAL NOTATION SYMBOL-19 +1D213 GREEK VOCAL NOTATION SYMBOL-20 +1D214 GREEK VOCAL NOTATION SYMBOL-21 +1D215 GREEK VOCAL NOTATION SYMBOL-22 +1D216 GREEK VOCAL NOTATION SYMBOL-23 +1D217 GREEK VOCAL NOTATION SYMBOL-24 +1D218 GREEK VOCAL NOTATION SYMBOL-50 +1D219 GREEK VOCAL NOTATION SYMBOL-51 +1D21A GREEK VOCAL NOTATION SYMBOL-52 +1D21B GREEK VOCAL NOTATION SYMBOL-53 +1D21C GREEK VOCAL NOTATION SYMBOL-54 +1D21D GREEK INSTRUMENTAL NOTATION SYMBOL-1 +1D21E GREEK INSTRUMENTAL NOTATION SYMBOL-2 +1D21F GREEK INSTRUMENTAL NOTATION SYMBOL-4 +1D220 GREEK INSTRUMENTAL NOTATION SYMBOL-5 +1D221 GREEK INSTRUMENTAL NOTATION SYMBOL-7 +1D222 GREEK INSTRUMENTAL NOTATION SYMBOL-8 +1D223 GREEK INSTRUMENTAL NOTATION SYMBOL-11 +1D224 GREEK INSTRUMENTAL NOTATION SYMBOL-12 +1D225 GREEK INSTRUMENTAL NOTATION SYMBOL-13 +1D226 GREEK INSTRUMENTAL NOTATION SYMBOL-14 +1D227 GREEK INSTRUMENTAL NOTATION SYMBOL-17 +1D228 GREEK INSTRUMENTAL NOTATION SYMBOL-18 +1D229 GREEK INSTRUMENTAL NOTATION SYMBOL-19 +1D22A GREEK INSTRUMENTAL NOTATION SYMBOL-23 +1D22B GREEK INSTRUMENTAL NOTATION SYMBOL-24 +1D22C GREEK INSTRUMENTAL NOTATION SYMBOL-25 +1D22D GREEK INSTRUMENTAL NOTATION SYMBOL-26 +1D22E GREEK INSTRUMENTAL NOTATION SYMBOL-27 +1D22F GREEK INSTRUMENTAL NOTATION SYMBOL-29 +1D230 GREEK INSTRUMENTAL NOTATION SYMBOL-30 +1D231 GREEK INSTRUMENTAL NOTATION SYMBOL-32 +1D232 GREEK INSTRUMENTAL NOTATION SYMBOL-36 +1D233 GREEK INSTRUMENTAL NOTATION SYMBOL-37 +1D234 GREEK INSTRUMENTAL NOTATION SYMBOL-38 +1D235 GREEK INSTRUMENTAL NOTATION SYMBOL-39 +1D236 GREEK INSTRUMENTAL NOTATION SYMBOL-40 +1D237 GREEK INSTRUMENTAL NOTATION SYMBOL-42 +1D238 GREEK INSTRUMENTAL NOTATION SYMBOL-43 +1D239 GREEK INSTRUMENTAL NOTATION SYMBOL-45 +1D23A GREEK INSTRUMENTAL NOTATION SYMBOL-47 +1D23B GREEK INSTRUMENTAL NOTATION SYMBOL-48 +1D23C GREEK INSTRUMENTAL NOTATION SYMBOL-49 +1D23D GREEK INSTRUMENTAL NOTATION SYMBOL-50 +1D23E GREEK INSTRUMENTAL NOTATION SYMBOL-51 +1D23F GREEK INSTRUMENTAL NOTATION SYMBOL-52 +1D240 GREEK INSTRUMENTAL NOTATION SYMBOL-53 +1D241 GREEK INSTRUMENTAL NOTATION SYMBOL-54 +1D242 COMBINING GREEK MUSICAL TRISEME +1D243 COMBINING GREEK MUSICAL TETRASEME +1D244 COMBINING GREEK MUSICAL PENTASEME +1D245 GREEK MUSICAL LEIMMA 1D300 MONOGRAM FOR EARTH 1D301 DIGRAM FOR HEAVENLY EARTH 1D302 DIGRAM FOR HUMAN EARTH @@ -13224,6 +15822,24 @@ 1D354 TETRAGRAM FOR DIFFICULTIES 1D355 TETRAGRAM FOR LABOURING 1D356 TETRAGRAM FOR FOSTERING +1D360 COUNTING ROD UNIT DIGIT ONE +1D361 COUNTING ROD UNIT DIGIT TWO +1D362 COUNTING ROD UNIT DIGIT THREE +1D363 COUNTING ROD UNIT DIGIT FOUR +1D364 COUNTING ROD UNIT DIGIT FIVE +1D365 COUNTING ROD UNIT DIGIT SIX +1D366 COUNTING ROD UNIT DIGIT SEVEN +1D367 COUNTING ROD UNIT DIGIT EIGHT +1D368 COUNTING ROD UNIT DIGIT NINE +1D369 COUNTING ROD TENS DIGIT ONE +1D36A COUNTING ROD TENS DIGIT TWO +1D36B COUNTING ROD TENS DIGIT THREE +1D36C COUNTING ROD TENS DIGIT FOUR +1D36D COUNTING ROD TENS DIGIT FIVE +1D36E COUNTING ROD TENS DIGIT SIX +1D36F COUNTING ROD TENS DIGIT SEVEN +1D370 COUNTING ROD TENS DIGIT EIGHT +1D371 COUNTING ROD TENS DIGIT NINE 1D400 MATHEMATICAL BOLD CAPITAL A 1D401 MATHEMATICAL BOLD CAPITAL B 1D402 MATHEMATICAL BOLD CAPITAL C @@ -13876,6 +16492,8 @@ 1D6A1 MATHEMATICAL MONOSPACE SMALL X 1D6A2 MATHEMATICAL MONOSPACE SMALL Y 1D6A3 MATHEMATICAL MONOSPACE SMALL Z +1D6A4 MATHEMATICAL ITALIC SMALL DOTLESS I +1D6A5 MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8 MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 MATHEMATICAL BOLD CAPITAL BETA 1D6AA MATHEMATICAL BOLD CAPITAL GAMMA @@ -14166,6 +16784,8 @@ 1D7C7 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 1D7C8 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 1D7C9 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL +1D7CA MATHEMATICAL BOLD CAPITAL DIGAMMA +1D7CB MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE MATHEMATICAL BOLD DIGIT ZERO 1D7CF MATHEMATICAL BOLD DIGIT ONE 1D7D0 MATHEMATICAL BOLD DIGIT TWO Index: fonttools.spec =================================================================== RCS file: /cvs/extras/rpms/fonttools/FC-6/fonttools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fonttools.spec 8 Nov 2006 20:15:18 -0000 1.8 +++ fonttools.spec 12 Dec 2006 10:34:29 -0000 1.9 @@ -1,21 +1,19 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define alphatag 20050624cvs +%define alphatag 20060223cvs Name: fonttools Version: 2.0 -Release: 0.8.%{alphatag}%{?dist} +Release: 0.10.%{alphatag}%{?dist} Summary: A tool to convert True/OpenType fonts to XML and back Group: Development/Tools License: BSD URL: http://sourceforge.net/projects/fonttools/ -Source0: http://fonttools.sourceforge.net/cvs-snapshots/bzip2/fonttools-2005-03-15.210812.tar.bz2 -Patch1: fonttools-20050315-20050624.patch -Patch2: fonttools-unsigned-ranges.patch +Source0: http://fonttools.sourceforge.net/cvs-snapshots/bzip2/fonttools-2006-02-23.085153.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: fonttools-uni5.patch BuildRequires: python-devel python-numeric -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-numeric Provides: ttx @@ -28,8 +26,7 @@ %prep %setup -q -n %{name} -%patch1 -p1 -b .20050624 -%patch2 -p1 -b .unsigned-ranges +%patch1 -p1 -b .uni5 %{__sed} -i.nobang '1 d' Lib/fontTools/ttx.py %{__chmod} a-x LICENSE.txt @@ -61,23 +58,22 @@ %dir %{python_sitearch}/FontTools/fontTools/pens %dir %{python_sitearch}/FontTools/fontTools/ttLib %dir %{python_sitearch}/FontTools/fontTools/ttLib/tables -%{python_sitearch}/FontTools/*.py -%{python_sitearch}/FontTools/*.pyc -%{python_sitearch}/FontTools/*.pyo -%{python_sitearch}/FontTools/fontTools/*.py -%{python_sitearch}/FontTools/fontTools/*.pyc -%{python_sitearch}/FontTools/fontTools/*.pyo -%{python_sitearch}/FontTools/fontTools/*/*.py -%{python_sitearch}/FontTools/fontTools/*/*.pyc -%{python_sitearch}/FontTools/fontTools/*/*.pyo -%{python_sitearch}/FontTools/fontTools/*/*/*.py -%{python_sitearch}/FontTools/fontTools/*/*/*.pyc -%{python_sitearch}/FontTools/fontTools/*/*/*.pyo +%{python_sitearch}/FontTools/*.py* +%{python_sitearch}/FontTools/fontTools/*.py* +%{python_sitearch}/FontTools/fontTools/*/*.py* +%{python_sitearch}/FontTools/fontTools/*/*/*.py* %{python_sitearch}/FontTools/fontTools/misc/eexecOp.so %{_bindir}/ttx %changelog +* Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs +- Update the Unicode names file to Unicode 5.0.0 + +* Thu Nov 09 2006 Roozbeh Pournader - 2.0-0.9.20060223cvs +- Update to newer CVS snapshot dated 2006-02-23 +- Cleanup based on latest Python packaging guidelines + * Wed Nov 08 2006 Roozbeh Pournader - 2.0-0.8.20050624cvs - De-ghost .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/fonttools/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Nov 2006 19:17:12 -0000 1.4 +++ sources 12 Dec 2006 10:34:29 -0000 1.5 @@ -1 +1 @@ -b44a299a0530a2a4f65d1937aa99f734 fonttools-2005-03-15.210812.tar.bz2 +ffddf5c5c6b327e1855b934e98782717 fonttools-2006-02-23.085153.tar.bz2 --- fonttools-unsigned-ranges.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 10:40:19 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:40:19 -0500 Subject: rpms/fonttools/FC-6 fonttools-20050315-20050624.patch,1.3,NONE Message-ID: <200612121040.kBCAeJi4002687@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2682 Removed Files: fonttools-20050315-20050624.patch Log Message: Remove old patch --- fonttools-20050315-20050624.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 10:58:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 12 Dec 2006 05:58:24 -0500 Subject: extras-buildsys/utils/pushscript Utils.py,1.8,1.9 Message-ID: <200612121058.kBCAwOZl002792@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2777 Modified Files: Utils.py Log Message: unimportant error message, but can be hit with ^C Index: Utils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Utils.py 9 Nov 2006 12:31:20 -0000 1.8 +++ Utils.py 12 Dec 2006 10:58:24 -0000 1.9 @@ -172,7 +172,7 @@ _restore_repodata_dir(tmpdir,rpdata) shutil.rmtree(tmpdir) except: # everything is bad at this point - print 'ERROR: Creating temporary working directory failed.' + print 'ERROR: Exception during "safe createrepo". Cleaning up for exit.' _restore_repodata_dir(tmpdir,rpdata) shutil.rmtree(tmpdir) sys.exit(errno.EPERM) From fedora-extras-commits at redhat.com Tue Dec 12 11:45:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 06:45:17 -0500 Subject: rpms/postgresql-pgpool/FC-5 .cvsignore, 1.2, 1.3 postgresql-pgpool.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121145.kBCBjH9c006199@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6150/FC-5 Modified Files: .cvsignore postgresql-pgpool.spec sources Log Message: Update to 3.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 11:44:46 -0000 1.3 @@ -1 +1 @@ -pgpool-3.1.1.tar.gz +pgpool-3.1.2.tar.gz Index: postgresql-pgpool.spec =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-5/postgresql-pgpool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-pgpool.spec 5 Dec 2006 19:52:17 -0000 1.1 +++ postgresql-pgpool.spec 12 Dec 2006 11:44:46 -0000 1.2 @@ -2,8 +2,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.1.1 -Release: 7%{?dist} +Version: 3.1.2 +Release: 1%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Tue Dec 12 2006 - Devrim GUNDUZ 3.1.2-1 +- Update to 3.1.2-1 + * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2006 19:52:17 -0000 1.2 +++ sources 12 Dec 2006 11:44:46 -0000 1.3 @@ -1 +1 @@ -8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz +da633311ebe9a10172a14ea9784fed24 pgpool-3.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 11:45:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 06:45:22 -0500 Subject: rpms/postgresql-pgpool/devel .cvsignore, 1.2, 1.3 postgresql-pgpool.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121145.kBCBjMIE006209@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6150/devel Modified Files: .cvsignore postgresql-pgpool.spec sources Log Message: Update to 3.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 11:44:52 -0000 1.3 @@ -1 +1 @@ -pgpool-3.1.1.tar.gz +pgpool-3.1.2.tar.gz Index: postgresql-pgpool.spec =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/postgresql-pgpool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-pgpool.spec 5 Dec 2006 19:52:17 -0000 1.1 +++ postgresql-pgpool.spec 12 Dec 2006 11:44:52 -0000 1.2 @@ -2,8 +2,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.1.1 -Release: 7%{?dist} +Version: 3.1.2 +Release: 1%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Tue Dec 12 2006 - Devrim GUNDUZ 3.1.2-1 +- Update to 3.1.2-1 + * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2006 19:52:17 -0000 1.2 +++ sources 12 Dec 2006 11:44:52 -0000 1.3 @@ -1 +1 @@ -8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz +da633311ebe9a10172a14ea9784fed24 pgpool-3.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 11:45:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 06:45:17 -0500 Subject: rpms/postgresql-pgpool/FC-6 .cvsignore, 1.2, 1.3 postgresql-pgpool.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121145.kBCBjHMu006204@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6150/FC-6 Modified Files: .cvsignore postgresql-pgpool.spec sources Log Message: Update to 3.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 11:44:47 -0000 1.3 @@ -1 +1 @@ -pgpool-3.1.1.tar.gz +pgpool-3.1.2.tar.gz Index: postgresql-pgpool.spec =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-6/postgresql-pgpool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-pgpool.spec 5 Dec 2006 19:52:17 -0000 1.1 +++ postgresql-pgpool.spec 12 Dec 2006 11:44:47 -0000 1.2 @@ -2,8 +2,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.1.1 -Release: 7%{?dist} +Version: 3.1.2 +Release: 1%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Tue Dec 12 2006 - Devrim GUNDUZ 3.1.2-1 +- Update to 3.1.2-1 + * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2006 19:52:17 -0000 1.2 +++ sources 12 Dec 2006 11:44:47 -0000 1.3 @@ -1 +1 @@ -8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz +da633311ebe9a10172a14ea9784fed24 pgpool-3.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 12:04:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 07:04:59 -0500 Subject: rpms/pgfouine/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612121204.kBCC4xIY009563@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9546 Modified Files: .cvsignore sources Log Message: Update to 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:28:52 -0000 1.2 +++ .cvsignore 12 Dec 2006 12:04:29 -0000 1.3 @@ -1 +1 @@ -pgfouine-0.7.1.tar.gz +pgfouine-0.7.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:28:52 -0000 1.2 +++ sources 12 Dec 2006 12:04:29 -0000 1.3 @@ -1 +1 @@ -79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz +4759b564bf08db9c38ee1544faeafb2f pgfouine-0.7.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 12:22:21 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 12 Dec 2006 07:22:21 -0500 Subject: rpms/archmage/devel archmage.spec,1.3,1.4 Message-ID: <200612121222.kBCCMLZP009764@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/archmage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9749 Modified Files: archmage.spec Log Message: * Tue Dec 12 2006 Patrice Dumas 0.0.7-4 - add BuildRequires python-devel Index: archmage.spec =================================================================== RCS file: /cvs/extras/rpms/archmage/devel/archmage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- archmage.spec 9 Dec 2006 17:22:16 -0000 1.3 +++ archmage.spec 12 Dec 2006 12:21:51 -0000 1.4 @@ -2,7 +2,7 @@ Name: archmage Version: 0.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extensible reader/decompiler of files in CHM format Group: Development/Tools @@ -13,7 +13,7 @@ BuildArch: noarch Requires: python-chm -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description @@ -52,6 +52,9 @@ %{_mandir}/man*/archmage* %changelog +* Tue Dec 12 2006 Patrice Dumas 0.0.7-4 +- add BuildRequires python-devel + * Sat Dec 9 2006 Patrice Dumas 0.0.7-3 - rebuild for python 2.5 From fedora-extras-commits at redhat.com Tue Dec 12 12:46:06 2006 From: fedora-extras-commits at redhat.com (Zoltan Kota (zkota)) Date: Tue, 12 Dec 2006 07:46:06 -0500 Subject: rpms/python-bibtex/devel python-bibtex.patch, NONE, 1.1 python-bibtex.spec, 1.12, 1.13 Message-ID: <200612121246.kBCCk6r5009875@cvs-int.fedora.redhat.com> Author: zkota Update of /cvs/extras/rpms/python-bibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9854 Modified Files: python-bibtex.spec Added Files: python-bibtex.patch Log Message: add patch for python 2.5 and spec cleanup python-bibtex.patch: --- NEW FILE python-bibtex.patch --- diff -u -r python-bibtex-1.2.2.orig/bibtexmodule.c python-bibtex-1.2.2/bibtexmodule.c --- python-bibtex-1.2.2.orig/bibtexmodule.c 2005-09-25 22:17:15.000000000 +0200 +++ python-bibtex-1.2.2/bibtexmodule.c 2006-12-12 12:57:51.000000000 +0100 @@ -44,7 +44,7 @@ /* Destructor of BibtexFile */ static void bibtex_py_close (PyBibtexSource_Object * self) { bibtex_source_destroy (self->obj, TRUE); - PyMem_DEL (self); + PyObject_DEL (self); } /* Destructor of BibtexEntry */ @@ -53,7 +53,7 @@ { bibtex_field_destroy (self->obj, TRUE); - PyMem_DEL (self); + PyObject_DEL (self); } static char PyBibtexSource_Type__doc__[] = "This is the type of a BibTeX source"; Index: python-bibtex.spec =================================================================== RCS file: /cvs/extras/rpms/python-bibtex/devel/python-bibtex.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-bibtex.spec 11 Dec 2006 22:00:24 -0000 1.12 +++ python-bibtex.spec 12 Dec 2006 12:45:36 -0000 1.13 @@ -1,14 +1,13 @@ -%define pyver %(%{__python} -c 'import sys ; print sys.version[:3]') -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Python extension to parse BibTeX files Name: python-bibtex Version: 1.2.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Development/Libraries Source: http://dl.sf.net/pybliographer/python-bibtex-1.2.2.tar.gz +Patch0: python-bibtex.patch Url: http://www.pybliographer.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -16,7 +15,6 @@ BuildRequires: glib2-devel BuildRequires: recode-devel -Requires: python Requires: recode %description @@ -26,6 +24,7 @@ %prep %setup -q +%patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -44,6 +43,9 @@ %changelog +* Tue Dec 12 2006 Zoltan Kota - 1.2.2-6 +- add patch for python 2.5 + * Mon Dec 11 2006 Zoltan Kota - 1.2.2-5 - rebuild for python 2.5 From fedora-extras-commits at redhat.com Tue Dec 12 12:53:51 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 12 Dec 2006 07:53:51 -0500 Subject: rpms/easytag/FC-6 easytag-1.99.13-id3lib.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 easytag.spec, 1.14, 1.15 sources, 1.5, 1.6 easytag-1.99.12-id3lib.patch, 1.1, NONE Message-ID: <200612121253.kBCCrpHH009993@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/easytag/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9951/FC-6 Modified Files: .cvsignore easytag.spec sources Added Files: easytag-1.99.13-id3lib.patch Removed Files: easytag-1.99.12-id3lib.patch Log Message: Update to 1.99.13. easytag-1.99.13-id3lib.patch: --- NEW FILE easytag-1.99.13-id3lib.patch --- diff -Naupr easytag-1.99.13.orig/configure easytag-1.99.13/configure --- easytag-1.99.13.orig/configure 2006-05-22 18:23:56.000000000 +0200 +++ easytag-1.99.13/configure 2006-12-12 11:53:20.000000000 +0100 @@ -24397,7 +24397,7 @@ echo "${ECHO_T}$LINGUAS" >&6 - ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile src/libmpg123/Makefile po/Makefile.in" + ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -24968,7 +24968,6 @@ do "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/id3lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/id3lib/Makefile" ;; "src/libapetag/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libapetag/Makefile" ;; - "src/libmpg123/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libmpg123/Makefile" ;; "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr easytag-1.99.13.orig/configure.in easytag-1.99.13/configure.in --- easytag-1.99.13.orig/configure.in 2006-05-22 18:23:39.000000000 +0200 +++ easytag-1.99.13/configure.in 2006-12-12 11:53:30.000000000 +0100 @@ -318,7 +318,6 @@ AC_OUTPUT([ Makefile src/Makefile src/id3lib/Makefile src/libapetag/Makefile - src/libmpg123/Makefile po/Makefile.in ]) diff -Naupr easytag-1.99.13.orig/src/Makefile.am easytag-1.99.13/src/Makefile.am --- easytag-1.99.13.orig/src/Makefile.am 2005-11-28 00:57:02.000000000 +0100 +++ easytag-1.99.13/src/Makefile.am 2006-12-12 11:53:45.000000000 +0100 @@ -1,6 +1,6 @@ CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib bin_PROGRAMS = easytag @@ -70,7 +70,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) diff -Naupr easytag-1.99.13.orig/src/Makefile.in easytag-1.99.13/src/Makefile.in --- easytag-1.99.13.orig/src/Makefile.in 2006-12-10 22:39:58.000000000 +0100 +++ easytag-1.99.13/src/Makefile.in 2006-12-12 11:54:12.000000000 +0100 @@ -63,7 +63,7 @@ am_easytag_OBJECTS = about.$(OBJEXT) ape vcedit.$(OBJEXT) easytag_OBJECTS = $(am_easytag_OBJECTS) am__DEPENDENCIES_1 = -easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) libmpg123/libmpg123.a \ +easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) \ libapetag/libapetag.a id3lib/libid3bugfix.a DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -211,7 +211,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib easytag_SOURCES = \ about.c \ about.h \ @@ -278,7 +278,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) INCLUDES = -DLOCALE=\"$(localedir)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" diff -Naupr easytag-1.99.13.orig/src/Makefile.mingw easytag-1.99.13/src/Makefile.mingw --- easytag-1.99.13.orig/src/Makefile.mingw 2006-03-02 00:13:48.000000000 +0100 +++ easytag-1.99.13/src/Makefile.mingw 2006-12-12 11:54:27.000000000 +0100 @@ -79,13 +79,6 @@ DLL_C_SRC = about.c \ libapetag/info_mac.c \ libapetag/info_mpc.c \ libapetag/is_tag.c \ - libmpg123/common.c \ - libmpg123/dxhead.c \ - libmpg123/getbits.c \ - libmpg123/layer1.c \ - libmpg123/layer2.c \ - libmpg123/layer3.c \ - libmpg123/mpg123.c \ misc.c \ monkeyaudio_header.c \ mp4_header.c \ diff -Naupr easytag-1.99.13.orig/src/mpeg_header.c easytag-1.99.13/src/mpeg_header.c --- easytag-1.99.13.orig/src/mpeg_header.c 2006-12-06 22:08:56.000000000 +0100 +++ easytag-1.99.13/src/mpeg_header.c 2006-12-12 11:55:06.000000000 +0100 @@ -35,7 +35,7 @@ // Set to : // - 1 to use ID3lib for reading headers // - 0 to use mpeg123 for reading headers -#define USE_ID3LIB_4_HEADER 0 +#define USE_ID3LIB_4_HEADER 1 #if USE_ID3LIB_4_HEADER # include Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/easytag/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Jul 2006 16:57:07 -0000 1.5 +++ .cvsignore 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -easytag-1.99.12-patched.tar.bz2 +easytag-1.99.13-patched.tar.bz2 Index: easytag.spec =================================================================== RCS file: /cvs/extras/rpms/easytag/FC-6/easytag.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- easytag.spec 28 Aug 2006 09:21:11 -0000 1.14 +++ easytag.spec 12 Dec 2006 12:53:21 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Tag editor for mp3, ogg, flac and other music files Name: easytag -Version: 1.99.12 -Release: 3%{?dist} +Version: 1.99.13 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://easytag.sourceforge.net/ @@ -11,10 +11,12 @@ # rm -rf easytag-$VERSION/src/libmpg123/ # tar --numeric-owner -cjvf easytag-$VERSION-patched.tar.bz2 easytag-$VERSION Source: easytag-%{version}-patched.tar.bz2 -Patch0: easytag-1.99.12-id3lib.patch +Patch0: easytag-1.99.13-id3lib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel >= 2.4.0, id3lib-devel >= 3.7.12 BuildRequires: libvorbis-devel >= 1.0, flac-devel, gettext +# Not in Extras (yet, #191036 - enable later!) +#Buildrequires: libmp4v2-devel %description EasyTAG is a utility for viewing, editing and writing the tags of MP3, @@ -33,7 +35,7 @@ %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} install DESTDIR=%{buildroot} %find_lang %{name} @@ -52,6 +54,11 @@ %changelog +* Tue Dec 12 2006 Matthias Saou 1.99.13-1 +- Update to 1.99.13. +- Update id3lib patch to still apply. +- Switch away from %%makeinstall to DESTDIR method. + * Mon Aug 28 2006 Matthias Saou 1.99.12-3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/easytag/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Jul 2006 16:57:07 -0000 1.5 +++ sources 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -a152cbea00d1fde55d89c59c63602470 easytag-1.99.12-patched.tar.bz2 +3cda85580b95b8bcb4e29bd743704037 easytag-1.99.13-patched.tar.bz2 --- easytag-1.99.12-id3lib.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 12:53:51 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 12 Dec 2006 07:53:51 -0500 Subject: rpms/easytag/devel easytag-1.99.13-id3lib.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 easytag.spec, 1.14, 1.15 sources, 1.5, 1.6 easytag-1.99.12-id3lib.patch, 1.1, NONE Message-ID: <200612121253.kBCCrpIx009998@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/easytag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9951/devel Modified Files: .cvsignore easytag.spec sources Added Files: easytag-1.99.13-id3lib.patch Removed Files: easytag-1.99.12-id3lib.patch Log Message: Update to 1.99.13. easytag-1.99.13-id3lib.patch: --- NEW FILE easytag-1.99.13-id3lib.patch --- diff -Naupr easytag-1.99.13.orig/configure easytag-1.99.13/configure --- easytag-1.99.13.orig/configure 2006-05-22 18:23:56.000000000 +0200 +++ easytag-1.99.13/configure 2006-12-12 11:53:20.000000000 +0100 @@ -24397,7 +24397,7 @@ echo "${ECHO_T}$LINGUAS" >&6 - ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile src/libmpg123/Makefile po/Makefile.in" + ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -24968,7 +24968,6 @@ do "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/id3lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/id3lib/Makefile" ;; "src/libapetag/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libapetag/Makefile" ;; - "src/libmpg123/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libmpg123/Makefile" ;; "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr easytag-1.99.13.orig/configure.in easytag-1.99.13/configure.in --- easytag-1.99.13.orig/configure.in 2006-05-22 18:23:39.000000000 +0200 +++ easytag-1.99.13/configure.in 2006-12-12 11:53:30.000000000 +0100 @@ -318,7 +318,6 @@ AC_OUTPUT([ Makefile src/Makefile src/id3lib/Makefile src/libapetag/Makefile - src/libmpg123/Makefile po/Makefile.in ]) diff -Naupr easytag-1.99.13.orig/src/Makefile.am easytag-1.99.13/src/Makefile.am --- easytag-1.99.13.orig/src/Makefile.am 2005-11-28 00:57:02.000000000 +0100 +++ easytag-1.99.13/src/Makefile.am 2006-12-12 11:53:45.000000000 +0100 @@ -1,6 +1,6 @@ CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib bin_PROGRAMS = easytag @@ -70,7 +70,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) diff -Naupr easytag-1.99.13.orig/src/Makefile.in easytag-1.99.13/src/Makefile.in --- easytag-1.99.13.orig/src/Makefile.in 2006-12-10 22:39:58.000000000 +0100 +++ easytag-1.99.13/src/Makefile.in 2006-12-12 11:54:12.000000000 +0100 @@ -63,7 +63,7 @@ am_easytag_OBJECTS = about.$(OBJEXT) ape vcedit.$(OBJEXT) easytag_OBJECTS = $(am_easytag_OBJECTS) am__DEPENDENCIES_1 = -easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) libmpg123/libmpg123.a \ +easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) \ libapetag/libapetag.a id3lib/libid3bugfix.a DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -211,7 +211,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib easytag_SOURCES = \ about.c \ about.h \ @@ -278,7 +278,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) INCLUDES = -DLOCALE=\"$(localedir)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" diff -Naupr easytag-1.99.13.orig/src/Makefile.mingw easytag-1.99.13/src/Makefile.mingw --- easytag-1.99.13.orig/src/Makefile.mingw 2006-03-02 00:13:48.000000000 +0100 +++ easytag-1.99.13/src/Makefile.mingw 2006-12-12 11:54:27.000000000 +0100 @@ -79,13 +79,6 @@ DLL_C_SRC = about.c \ libapetag/info_mac.c \ libapetag/info_mpc.c \ libapetag/is_tag.c \ - libmpg123/common.c \ - libmpg123/dxhead.c \ - libmpg123/getbits.c \ - libmpg123/layer1.c \ - libmpg123/layer2.c \ - libmpg123/layer3.c \ - libmpg123/mpg123.c \ misc.c \ monkeyaudio_header.c \ mp4_header.c \ diff -Naupr easytag-1.99.13.orig/src/mpeg_header.c easytag-1.99.13/src/mpeg_header.c --- easytag-1.99.13.orig/src/mpeg_header.c 2006-12-06 22:08:56.000000000 +0100 +++ easytag-1.99.13/src/mpeg_header.c 2006-12-12 11:55:06.000000000 +0100 @@ -35,7 +35,7 @@ // Set to : // - 1 to use ID3lib for reading headers // - 0 to use mpeg123 for reading headers -#define USE_ID3LIB_4_HEADER 0 +#define USE_ID3LIB_4_HEADER 1 #if USE_ID3LIB_4_HEADER # include Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Jul 2006 16:57:07 -0000 1.5 +++ .cvsignore 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -easytag-1.99.12-patched.tar.bz2 +easytag-1.99.13-patched.tar.bz2 Index: easytag.spec =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/easytag.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- easytag.spec 28 Aug 2006 09:21:11 -0000 1.14 +++ easytag.spec 12 Dec 2006 12:53:21 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Tag editor for mp3, ogg, flac and other music files Name: easytag -Version: 1.99.12 -Release: 3%{?dist} +Version: 1.99.13 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://easytag.sourceforge.net/ @@ -11,10 +11,12 @@ # rm -rf easytag-$VERSION/src/libmpg123/ # tar --numeric-owner -cjvf easytag-$VERSION-patched.tar.bz2 easytag-$VERSION Source: easytag-%{version}-patched.tar.bz2 -Patch0: easytag-1.99.12-id3lib.patch +Patch0: easytag-1.99.13-id3lib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel >= 2.4.0, id3lib-devel >= 3.7.12 BuildRequires: libvorbis-devel >= 1.0, flac-devel, gettext +# Not in Extras (yet, #191036 - enable later!) +#Buildrequires: libmp4v2-devel %description EasyTAG is a utility for viewing, editing and writing the tags of MP3, @@ -33,7 +35,7 @@ %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} install DESTDIR=%{buildroot} %find_lang %{name} @@ -52,6 +54,11 @@ %changelog +* Tue Dec 12 2006 Matthias Saou 1.99.13-1 +- Update to 1.99.13. +- Update id3lib patch to still apply. +- Switch away from %%makeinstall to DESTDIR method. + * Mon Aug 28 2006 Matthias Saou 1.99.12-3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Jul 2006 16:57:07 -0000 1.5 +++ sources 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -a152cbea00d1fde55d89c59c63602470 easytag-1.99.12-patched.tar.bz2 +3cda85580b95b8bcb4e29bd743704037 easytag-1.99.13-patched.tar.bz2 --- easytag-1.99.12-id3lib.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 13:16:11 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 08:16:11 -0500 Subject: rpms/gstreamer-python/FC-5 .cvsignore, 1.5, 1.6 gstreamer-python.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <200612121316.kBCDGBIH013296@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gstreamer-python/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13275 Modified Files: .cvsignore gstreamer-python.spec sources Log Message: Update to 0.10.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jun 2006 09:42:30 -0000 1.5 +++ .cvsignore 12 Dec 2006 13:15:41 -0000 1.6 @@ -1 +1 @@ -gst-python-0.10.4.tar.bz2 +gst-python-0.10.6.tar.bz2 Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-5/gstreamer-python.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gstreamer-python.spec 15 Jun 2006 09:42:30 -0000 1.11 +++ gstreamer-python.spec 12 Dec 2006 13:15:41 -0000 1.12 @@ -5,7 +5,7 @@ %define gstreamer gstreamer Name: %{gstreamer}-python -Version: 0.10.4 +Version: 0.10.6 Release: 1%{?dist} Summary: Python bindings for GStreamer @@ -71,6 +71,9 @@ %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Tue Dec 12 2006 Denis Leroy - 0.10.6-1 +- Update to 0.10.6 + * Thu Jun 15 2006 Thomas Vander Stichele - 0.10.4-1 - new upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jun 2006 09:42:30 -0000 1.5 +++ sources 12 Dec 2006 13:15:41 -0000 1.6 @@ -1 +1 @@ -73e1ebc4a84a6fae999da83fd625e833 gst-python-0.10.4.tar.bz2 +dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 13:30:29 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 08:30:29 -0500 Subject: rpms/gtkmm24/devel .cvsignore, 1.11, 1.12 gtkmm.spec, 1.21, 1.22 sources, 1.13, 1.14 Message-ID: <200612121330.kBCDUTjM013671@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13624 Modified Files: .cvsignore gtkmm.spec sources Log Message: update to 2.10.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 4 Dec 2006 09:09:16 -0000 1.11 +++ .cvsignore 12 Dec 2006 13:29:59 -0000 1.12 @@ -1 +1 @@ -gtkmm-2.10.5.tar.bz2 +gtkmm-2.10.6.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gtkmm.spec 4 Dec 2006 09:18:24 -0000 1.21 +++ gtkmm.spec 12 Dec 2006 13:29:59 -0000 1.22 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.10.5 +Version: 2.10.6 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -98,7 +98,10 @@ %changelog -* Mon Dec 4 2006 Denis Leroy - 2.10.5 +* Tue Dec 12 2006 Denis Leroy - 2.10.6-1 +- Update to 2.10.6 + +* Mon Dec 4 2006 Denis Leroy - 2.10.5-1 - Update to 2.10.5 * Tue Oct 3 2006 Denis Leroy - 2.10.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 4 Dec 2006 09:09:16 -0000 1.13 +++ sources 12 Dec 2006 13:29:59 -0000 1.14 @@ -1 +1 @@ -0f5255675d13391ca2f3fa4943733a07 gtkmm-2.10.5.tar.bz2 +50e9b06ad015ecc54a180fd654ef42df gtkmm-2.10.6.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 13:48:43 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 08:48:43 -0500 Subject: owners owners.list,1.2098,1.2099 Message-ID: <200612121348.kBCDmhw9013932@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13917 Modified Files: owners.list Log Message: Taking ownership of pitivi Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2098 retrieving revision 1.2099 diff -u -r1.2098 -r1.2099 --- owners.list 12 Dec 2006 05:03:14 -0000 1.2098 +++ owners.list 12 Dec 2006 13:48:13 -0000 1.2099 @@ -1925,7 +1925,7 @@ Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org|Axel.Thimm at ATrpms.net Fedora Extras|pingus|Guide the penguins safely home before they drop of the cliff|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pipenightdreams|Connect the waterpipes to create a proper pipeline|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|pitivi|Non-linear video editor|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org +Fedora Extras|pitivi|Non-linear video editor|jeff at ocjtech.us|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|pl|SWI-Prolog - Edinburgh compatible Prolog compiler|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|plague|Distributed build system for RPMs|dcbw at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|planet|Flexible RDF/RSS/Atom feed aggregator|rich at phekda.gotadsl.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 13:51:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 12 Dec 2006 08:51:14 -0500 Subject: rpms/python-sqlobject/devel .cvsignore, 1.2, 1.3 python-sqlobject.spec, 1.6, 1.7 sources, 1.2, 1.3 python-sqlobject-0.7.0-ordered-deps.patch, 1.1, NONE python-sqlobject-0.7.0-pkg_resources.patch, 1.1, NONE Message-ID: <200612121351.kBCDpE81013977@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13955 Modified Files: .cvsignore python-sqlobject.spec sources Removed Files: python-sqlobject-0.7.0-ordered-deps.patch python-sqlobject-0.7.0-pkg_resources.patch Log Message: - 0.7.2 - Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch and python-sqlobject-0.7.0-pkg_resources.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Oct 2005 10:08:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 13:50:43 -0000 1.3 @@ -1 +1 @@ -SQLObject-0.7.0.tar.gz +SQLObject-0.7.2.tar.gz Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/python-sqlobject.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlobject.spec 12 Sep 2006 02:50:11 -0000 1.6 +++ python-sqlobject.spec 12 Dec 2006 13:50:43 -0000 1.7 @@ -1,17 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-sqlobject -Version: 0.7.0 -Release: 8%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries License: LGPL URL: http://sqlobject.org/ Source0: http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz -Patch0: python-sqlobject-admin.patch -Patch1: python-sqlobject-0.7.0-pkg_resources.patch -Patch2: python-sqlobject-0.7.0-ordered-deps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -24,15 +21,11 @@ friendly-looking Python object instead of a database/SQL interface. Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird. -This package requires sqlite. Futher database connectors have to be installed -separately. +This package requires sqlite. Futher database connectors have to be installed separately. %prep %setup -q -n SQLObject-%{version} rm -rf ez_setup -%patch0 -p1 -%patch1 -%patch2 -p1 %build %{__python} setup.py build @@ -69,6 +62,9 @@ %dir %{python_sitelib}/sqlobject/mysql %{python_sitelib}/sqlobject/mysql/*.py* +%dir %{python_sitelib}/sqlobject/mssql +%{python_sitelib}/sqlobject/mssql/*.py* + %dir %{python_sitelib}/sqlobject/postgres %{python_sitelib}/sqlobject/postgres/*.py* @@ -84,6 +80,11 @@ %{_bindir}/* %changelog +* Sat Dec 9 2006 Luke Macken 0.7.2-1 +- 0.7.2 +- Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch + and python-sqlobject-0.7.0-pkg_resources.patch + * Mon Sep 11 2006 Luke Macken 0.7.0-8 - python-sqlobject-0.7.0-ordered-deps.patch from upstream ticket http://trac.turbogears.org/turbogears/ticket/279 (Bug #205894) Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Oct 2005 10:08:17 -0000 1.2 +++ sources 12 Dec 2006 13:50:43 -0000 1.3 @@ -1 +1 @@ -dccb921b5df6a15312b56630ac4ac205 SQLObject-0.7.0.tar.gz +78fe392b86b43912bb249af93d44df57 SQLObject-0.7.2.tar.gz --- python-sqlobject-0.7.0-ordered-deps.patch DELETED --- --- python-sqlobject-0.7.0-pkg_resources.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 13:57:58 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Tue, 12 Dec 2006 08:57:58 -0500 Subject: rpms/kphotobymail/devel kphotobymail.spec,1.2,1.3 Message-ID: <200612121357.kBCDvwUv014055@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/kphotobymail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14038 Modified Files: kphotobymail.spec Log Message: Changing for python 2.5 Index: kphotobymail.spec =================================================================== RCS file: /cvs/extras/rpms/kphotobymail/devel/kphotobymail.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kphotobymail.spec 7 Oct 2006 08:08:37 -0000 1.2 +++ kphotobymail.spec 12 Dec 2006 13:57:28 -0000 1.3 @@ -3,7 +3,7 @@ Name: kphotobymail Version: 0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A PyQt based application for uploading photos to flickr account Group: Applications/Internet License: GPL @@ -57,6 +57,9 @@ %{_datadir}/applications/fedora-kphotobymail.desktop %changelog +* Tue Dec 12 2006 Kushal Das 0.4-2 +- Fixing for python 2.5 + * Sat Oct 07 2006 Kushal Das 0.4-1 - new release From fedora-extras-commits at redhat.com Tue Dec 12 14:01:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 12 Dec 2006 09:01:00 -0500 Subject: rpms/python-sqlobject/devel python-sqlobject.spec,1.7,1.8 Message-ID: <200612121401.kBCE10mt014128@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14103 Modified Files: python-sqlobject.spec Log Message: add python-devel to BR Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/python-sqlobject.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-sqlobject.spec 12 Dec 2006 13:50:43 -0000 1.7 +++ python-sqlobject.spec 12 Dec 2006 14:00:30 -0000 1.8 @@ -2,7 +2,7 @@ Name: python-sqlobject Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch +BuildRequires: python-devel Requires: python-sqlite, python-formencode >= 0.2.2 @@ -80,6 +81,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Luke Macken 0.7.2-2 +- Add python-devel to BuildRequires + * Sat Dec 9 2006 Luke Macken 0.7.2-1 - 0.7.2 - Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch From fedora-extras-commits at redhat.com Tue Dec 12 14:08:31 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:08:31 -0500 Subject: rpms/guiloader-c++/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-c++-2.8.0-soversion.patch, 1.1, NONE guiloader-c++.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121408.kBCE8VL9017286@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader-c++/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/FC-5 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-c++-2.8.0-soversion.patch guiloader-c++.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-c++-2.8.0-soversion.patch DELETED --- --- guiloader-c++.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:08:37 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:08:37 -0500 Subject: rpms/guiloader-c++/FC-6 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-c++-2.8.0-soversion.patch, 1.1, NONE guiloader-c++.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121408.kBCE8bgQ017300@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader-c++/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/FC-6 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-c++-2.8.0-soversion.patch guiloader-c++.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-c++-2.8.0-soversion.patch DELETED --- --- guiloader-c++.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:08:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:08:42 -0500 Subject: rpms/guiloader-c++/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE Makefile, 1.1, NONE guiloader-c++-2.8.0-soversion.patch, 1.1, NONE guiloader-c++.spec, 1.2, NONE sources, 1.3, NONE Message-ID: <200612121408.kBCE8gLO017318@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader-c++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/devel Added Files: dead.package Removed Files: .cvsignore Makefile guiloader-c++-2.8.0-soversion.patch guiloader-c++.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- guiloader-c++-2.8.0-soversion.patch DELETED --- --- guiloader-c++.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:15:20 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:15:20 -0500 Subject: rpms/guiloader/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-2.8.0-soversion.patch, 1.1, NONE guiloader.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121415.kBCEFKjV017387@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/FC-5 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-2.8.0-soversion.patch guiloader.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-2.8.0-soversion.patch DELETED --- --- guiloader.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:15:25 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:15:25 -0500 Subject: rpms/guiloader/FC-6 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-2.8.0-soversion.patch, 1.1, NONE guiloader.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121415.kBCEFPoN017401@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/FC-6 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-2.8.0-soversion.patch guiloader.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-2.8.0-soversion.patch DELETED --- --- guiloader.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:15:30 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:15:30 -0500 Subject: rpms/guiloader/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE Makefile, 1.1, NONE guiloader-2.8.0-soversion.patch, 1.1, NONE guiloader.spec, 1.2, NONE sources, 1.3, NONE Message-ID: <200612121415.kBCEFU8e017419@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/devel Added Files: dead.package Removed Files: .cvsignore Makefile guiloader-2.8.0-soversion.patch guiloader.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- guiloader-2.8.0-soversion.patch DELETED --- --- guiloader.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:25:36 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 09:25:36 -0500 Subject: rpms/numpy/devel numpy.spec,1.7,1.8 Message-ID: <200612121425.kBCEPaAB017471@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17456 Modified Files: numpy.spec Log Message: Bump-n-rebuild for python 2.5 Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- numpy.spec 25 Oct 2006 21:55:43 -0000 1.7 +++ numpy.spec 12 Dec 2006 14:25:06 -0000 1.8 @@ -4,7 +4,7 @@ Name: numpy Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -70,6 +70,9 @@ %{python_sitearch}/%{name} %changelog +* Tue Dec 12 2006 Jarod Wilson 1.0-2 +- Rebuild for python 2.5 + * Wed Oct 25 2006 Jarod Wilson 1.0-1 - New upstream release From fedora-extras-commits at redhat.com Tue Dec 12 14:28:32 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 09:28:32 -0500 Subject: rpms/rrdtool/devel rrdtool.spec,1.25,1.26 Message-ID: <200612121428.kBCESWR6017535@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17520 Modified Files: rrdtool.spec Log Message: bump-n-rebuild for python 2.5 Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rrdtool.spec 14 Nov 2006 18:38:35 -0000 1.25 +++ rrdtool.spec 12 Dec 2006 14:28:02 -0000 1.26 @@ -7,7 +7,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -270,6 +270,9 @@ %endif %changelog +* Tue Dec 12 2006 Jarod Wilson 1.2.15-7 +- Rebuild for python 2.5 + * Tue Nov 14 2006 Jarod Wilson 1.2.15-6 - Conditionalize python, php and tcl bits (Resolves #203275) From fedora-extras-commits at redhat.com Tue Dec 12 14:30:15 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Tue, 12 Dec 2006 09:30:15 -0500 Subject: rpms/kphotobymail/devel kphotobymail.spec,1.3,1.4 Message-ID: <200612121430.kBCEUFre017593@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/kphotobymail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17515 Modified Files: kphotobymail.spec Log Message: trying to fix the error Index: kphotobymail.spec =================================================================== RCS file: /cvs/extras/rpms/kphotobymail/devel/kphotobymail.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kphotobymail.spec 12 Dec 2006 13:57:28 -0000 1.3 +++ kphotobymail.spec 12 Dec 2006 14:29:45 -0000 1.4 @@ -3,12 +3,16 @@ Name: kphotobymail Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A PyQt based application for uploading photos to flickr account Group: Applications/Internet License: GPL URL: http://kphotobymail.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/kphotobymail/kphotobymail-%{version}.tar.gz +# fix for python >= 2.5 +%if "%{?fedora}" > "6" +BuildRequires: python-devel +%endif BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +61,9 @@ %{_datadir}/applications/fedora-kphotobymail.desktop %changelog +* Tue Dec 12 2006 Kushal Das 0.4-3 +- Fixing for python 2.5 + * Tue Dec 12 2006 Kushal Das 0.4-2 - Fixing for python 2.5 From fedora-extras-commits at redhat.com Tue Dec 12 14:52:07 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Tue, 12 Dec 2006 09:52:07 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.4,1.5 Message-ID: <200612121452.kBCEq7Qe017698@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17678 Modified Files: cohoba.spec Log Message: Removed require on python-ctypes since it is included in python 2.5 and not in the repo anymore Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cohoba.spec 10 Dec 2006 13:55:57 -0000 1.4 +++ cohoba.spec 12 Dec 2006 14:51:37 -0000 1.5 @@ -2,7 +2,7 @@ Name: cohoba Version: 0.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple Group: Applications/Communications @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2-devel, gnome-python2-applet -Requires: python-telepathy, gnome-python2-applet, pygtk2, python-ctypes, telepathy-filesystem +Requires: python-telepathy, gnome-python2-applet, pygtk2, telepathy-filesystem Patch1: cohoba-non-binary-in-usr-lib.patch @@ -69,6 +69,9 @@ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Tue Dec 12 2006 Sander Hoentjen - 0.0.4-5 +- Removed require on python-ctypes since it is included in python 2.5 + * Sun Dec 10 2006 Sander Hoentjen - 0.0.4-4 - changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc From fedora-extras-commits at redhat.com Tue Dec 12 14:54:48 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 09:54:48 -0500 Subject: rpms/TeXmacs/devel TeXmacs-1.6.0.7-rdelim.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 TeXmacs.spec, 1.42, 1.43 sources, 1.24, 1.25 TeXmacs-1.0.6.1-gcc41.patch, 1.1, NONE TeXmacs-gcc41.patch, 1.1, NONE TeXmacs-inline.patch, 1.1, NONE TeXmacs-maxima.patch, 1.1, NONE Message-ID: <200612121454.kBCEsmFv017773@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17749 Modified Files: .cvsignore TeXmacs.spec sources Added Files: TeXmacs-1.6.0.7-rdelim.patch Removed Files: TeXmacs-1.0.6.1-gcc41.patch TeXmacs-gcc41.patch TeXmacs-inline.patch TeXmacs-maxima.patch Log Message: new version 1.0.6.7 TeXmacs-1.6.0.7-rdelim.patch: --- NEW FILE TeXmacs-1.6.0.7-rdelim.patch --- --- TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm.rdelim 2006-12-12 14:44:39.000000000 +0100 +++ TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm 2006-12-12 14:45:18.000000000 +0100 @@ -14,6 +14,8 @@ (define boot-start (texmacs-time)) +(use-modules (ice-9 rdelim)) + ;; TODO: scheme file caching using (set! primitive-load ...) and ;; (set! %search-load-path) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 4 Dec 2006 21:28:58 -0000 1.23 +++ .cvsignore 12 Dec 2006 14:54:18 -0000 1.24 @@ -1 +1 @@ -TeXmacs-1.0.6.6-src.tar.gz +TeXmacs-1.0.6.7-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.42 +++ TeXmacs.spec 12 Dec 2006 14:54:18 -0000 1.43 @@ -1,21 +1,19 @@ Name: TeXmacs -Version: 1.0.6.6 +Version: 1.0.6.7 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz -Patch1: TeXmacs-inline.patch +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.7-src.tar.gz Patch2: TeXmacs-event.patch -Patch3: TeXmacs-gcc41.patch -Patch4: TeXmacs-1.0.6.1-gcc41.patch +Patch5: TeXmacs-1.6.0.7-rdelim.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts Requires: ghostscript -BuildRequires: compat-libguile-devel +BuildRequires: guile-devel BuildRequires: desktop-file-utils BuildRequires: tetex BuildRequires: freetype-devel @@ -55,10 +53,8 @@ %prep %setup -q -n TeXmacs-%{version}-src %patch2 -p1 +%patch5 -p1 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in -sed -i "s|guile-config|guile-config-1.6|" configure* -sed -i "s|guile --version|guile-1.6 --version|" configure* - %build @@ -70,7 +66,7 @@ rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install export GUILE_DATA_PATH=%{_datadir}/guile -export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.8/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry @@ -157,6 +153,9 @@ %changelog +* Tue Dec 12 2006 Gerard Milmeister - 1.0.6.7-1 +- new version 1.0.6.7 + * Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 - new version 1.0.6.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 4 Dec 2006 21:28:58 -0000 1.24 +++ sources 12 Dec 2006 14:54:18 -0000 1.25 @@ -1 +1 @@ -53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz +64c355905e294f9c6bc3520ec2d212b7 TeXmacs-1.0.6.7-src.tar.gz --- TeXmacs-1.0.6.1-gcc41.patch DELETED --- --- TeXmacs-gcc41.patch DELETED --- --- TeXmacs-inline.patch DELETED --- --- TeXmacs-maxima.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:56:28 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 09:56:28 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.7,1.8 Message-ID: <200612121456.kBCEuSqA017846@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17793 Modified Files: pitivi.spec Log Message: Taking ownership plus some cleanups. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pitivi.spec 7 Sep 2006 21:37:08 -0000 1.7 +++ pitivi.spec 12 Dec 2006 14:55:58 -0000 1.8 @@ -1,26 +1,26 @@ Name: pitivi Version: 0.10.1 -Release: 3 -Summary: Non-linear video editor +Release: 4 +Summary: Non-linear video editor -Group: Applications/Multimedia -License: GPL -URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Group: Applications/Multimedia +License: GPL +URL: http://www.pitivi.org/ +Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch -Requires: gnonlin +Requires: gnonlin -BuildRequires: gstreamer-devel >= 0.10.2 -BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 +BuildRequires: gstreamer-devel >= 0.10.2 +BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 BuildRequires: gstreamer-python BuildRequires: GConf2-devel -BuildRequires: gtk2-devel >= 2.8 +BuildRequires: gtk2-devel >= 2.8 BuildRequires: pygtk2-devel BuildRequires: pygtk2-libglade -BuildRequires: gtk-doc -BuildRequires: pkgconfig +BuildRequires: gtk-doc +BuildRequires: pkgconfig BuildRequires: desktop-file-utils BuildRequires: gnome-python2 BuildRequires: gnonlin @@ -33,50 +33,44 @@ program. %prep -%setup +%setup -q +for f in `find . -name \*.py` +do + %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f +done %build -%configure +%configure --libdir=%{_datadir} make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - pitivi.desktop - -# Clean out files that should not be part of the rpm. -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -#%find_lang pitivi + --add-category X-Fedora \ + pitivi.desktop %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -%defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING NEWS README +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS %{_bindir}/pitivi -%dir %{_libdir}/pitivi -%dir %{_libdir}/pitivi/python -%dir %{_libdir}/pitivi/python/pitivi -%{_libdir}/pitivi/python/pitivi/*.py -%{_libdir}/pitivi/python/pitivi/*.pyc -%{_libdir}/pitivi/python/pitivi/*.pyo -%dir %{_libdir}/pitivi/python/pitivi/ui -%{_libdir}/pitivi/python/pitivi/ui/*.py -%{_libdir}/pitivi/python/pitivi/ui/*.pyc -%{_libdir}/pitivi/python/pitivi/ui/actions.xml -%{_libdir}/pitivi/python/pitivi/ui/*.glade -%{_libdir}/pitivi/python/pitivi/ui/*.pyo %{_datadir}/pitivi %{_datadir}/pixmaps/* %{_datadir}/applications/* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 +- Taking ownership. +- Simplify files section +- Move library files to /usr/share +- Remove shebangs from library files +- Drop zero length README file + * Thu Sep 07 2006 W. Michael Petullo - 0.10.1-3 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 15:00:40 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 10:00:40 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.8,1.9 Message-ID: <200612121500.kBCF0e8N017926@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17911 Modified Files: pitivi.spec Log Message: Taking ownership plus some cleanups. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pitivi.spec 11 Dec 2006 16:36:46 -0000 1.8 +++ pitivi.spec 12 Dec 2006 15:00:10 -0000 1.9 @@ -1,26 +1,26 @@ Name: pitivi Version: 0.10.1 -Release: 3 -Summary: Non-linear video editor +Release: 4 +Summary: Non-linear video editor -Group: Applications/Multimedia -License: GPL -URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Group: Applications/Multimedia +License: GPL +URL: http://www.pitivi.org/ +Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch -Requires: gnonlin +Requires: gnonlin -BuildRequires: gstreamer-devel >= 0.10.2 -BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 +BuildRequires: gstreamer-devel >= 0.10.2 +BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 BuildRequires: gstreamer-python BuildRequires: GConf2-devel -BuildRequires: gtk2-devel >= 2.8 +BuildRequires: gtk2-devel >= 2.8 BuildRequires: pygtk2-devel BuildRequires: pygtk2-libglade -BuildRequires: gtk-doc -BuildRequires: pkgconfig +BuildRequires: gtk-doc +BuildRequires: pkgconfig BuildRequires: desktop-file-utils BuildRequires: gnome-python2 BuildRequires: gnonlin @@ -33,57 +33,44 @@ program. %prep -cat< $f.tmp && mv $f.tmp $f +done %build -%configure +%configure --libdir=%{_datadir} make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - pitivi.desktop - -# Clean out files that should not be part of the rpm. -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -#%find_lang pitivi + --add-category X-Fedora \ + pitivi.desktop %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -%defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING NEWS README +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS %{_bindir}/pitivi -%dir %{_libdir}/pitivi -%dir %{_libdir}/pitivi/python -%dir %{_libdir}/pitivi/python/pitivi -%{_libdir}/pitivi/python/pitivi/*.py -%{_libdir}/pitivi/python/pitivi/*.pyc -%{_libdir}/pitivi/python/pitivi/*.pyo -%dir %{_libdir}/pitivi/python/pitivi/ui -%{_libdir}/pitivi/python/pitivi/ui/*.py -%{_libdir}/pitivi/python/pitivi/ui/*.pyc -%{_libdir}/pitivi/python/pitivi/ui/actions.xml -%{_libdir}/pitivi/python/pitivi/ui/*.glade -%{_libdir}/pitivi/python/pitivi/ui/*.pyo %{_datadir}/pitivi %{_datadir}/pixmaps/* %{_datadir}/applications/* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 +- Taking ownership. +- Simplify files section +- Move library files to /usr/share +- Remove shebangs from library files +- Drop zero length README file + * Thu Sep 07 2006 W. Michael Petullo - 0.10.1-3 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 15:03:01 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 10:03:01 -0500 Subject: rpms/TeXmacs/FC-6 TeXmacs-1.6.0.7-rdelim.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 TeXmacs.spec, 1.44, 1.45 sources, 1.24, 1.25 TeXmacs-1.0.6.1-gcc41.patch, 1.1, NONE TeXmacs-gcc41.patch, 1.1, NONE TeXmacs-inline.patch, 1.1, NONE TeXmacs-maxima.patch, 1.1, NONE Message-ID: <200612121503.kBCF31jW021089@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21067 Modified Files: .cvsignore TeXmacs.spec sources Added Files: TeXmacs-1.6.0.7-rdelim.patch Removed Files: TeXmacs-1.0.6.1-gcc41.patch TeXmacs-gcc41.patch TeXmacs-inline.patch TeXmacs-maxima.patch Log Message: new version 1.0.6.7 TeXmacs-1.6.0.7-rdelim.patch: --- NEW FILE TeXmacs-1.6.0.7-rdelim.patch --- --- TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm.rdelim 2006-12-12 14:44:39.000000000 +0100 +++ TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm 2006-12-12 14:45:18.000000000 +0100 @@ -14,6 +14,8 @@ (define boot-start (texmacs-time)) +(use-modules (ice-9 rdelim)) + ;; TODO: scheme file caching using (set! primitive-load ...) and ;; (set! %search-load-path) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 27 Oct 2006 18:36:35 -0000 1.23 +++ .cvsignore 12 Dec 2006 15:02:31 -0000 1.24 @@ -1 +1 @@ -TeXmacs-1.0.6.6-src.tar.gz +TeXmacs-1.0.6.7-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.44 +++ TeXmacs.spec 12 Dec 2006 15:02:31 -0000 1.45 @@ -1,21 +1,19 @@ Name: TeXmacs -Version: 1.0.6.6 +Version: 1.0.6.7 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz -Patch1: TeXmacs-inline.patch +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.7-src.tar.gz Patch2: TeXmacs-event.patch -Patch3: TeXmacs-gcc41.patch -Patch4: TeXmacs-1.0.6.1-gcc41.patch +Patch5: TeXmacs-1.6.0.7-rdelim.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts Requires: ghostscript -BuildRequires: compat-libguile-devel +BuildRequires: guile-devel BuildRequires: desktop-file-utils BuildRequires: tetex BuildRequires: freetype-devel @@ -29,6 +27,7 @@ BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libtool-ltdl-devel +Provides: texmacs = %{version}-%{release} Requires: fig2ps Requires(post): shared-mime-info, desktop-file-utils Requires(postun): shared-mime-info, desktop-file-utils @@ -55,10 +54,8 @@ %prep %setup -q -n TeXmacs-%{version}-src %patch2 -p1 +%patch5 -p1 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in -sed -i "s|guile-config|guile-config-1.6|" configure* -sed -i "s|guile --version|guile-1.6 --version|" configure* - %build @@ -70,7 +67,7 @@ rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install export GUILE_DATA_PATH=%{_datadir}/guile -export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.8/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry @@ -157,6 +154,9 @@ %changelog +* Tue Dec 12 2006 Gerard Milmeister - 1.0.6.7-1 +- new version 1.0.6.7 + * Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 - new version 1.0.6.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 27 Oct 2006 18:36:35 -0000 1.24 +++ sources 12 Dec 2006 15:02:31 -0000 1.25 @@ -1 +1 @@ -53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz +64c355905e294f9c6bc3520ec2d212b7 TeXmacs-1.0.6.7-src.tar.gz --- TeXmacs-1.0.6.1-gcc41.patch DELETED --- --- TeXmacs-gcc41.patch DELETED --- --- TeXmacs-inline.patch DELETED --- --- TeXmacs-maxima.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 15:03:53 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 10:03:53 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.9,1.10 Message-ID: <200612121503.kBCF3rK1021148@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21131 Modified Files: pitivi.spec Log Message: Add dist tag. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pitivi.spec 12 Dec 2006 15:00:10 -0000 1.9 +++ pitivi.spec 12 Dec 2006 15:03:23 -0000 1.10 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4 +Release: 4%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -66,6 +66,7 @@ %changelog * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. +- Add dist tag - Simplify files section - Move library files to /usr/share - Remove shebangs from library files From fedora-extras-commits at redhat.com Tue Dec 12 15:09:15 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 10:09:15 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.8,1.9 Message-ID: <200612121509.kBCF9F35021228@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21202 Modified Files: pitivi.spec Log Message: Add dist tag. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pitivi.spec 12 Dec 2006 14:55:58 -0000 1.8 +++ pitivi.spec 12 Dec 2006 15:08:45 -0000 1.9 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4 +Release: 4%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -66,6 +66,7 @@ %changelog * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. +- Add dist tag - Simplify files section - Move library files to /usr/share - Remove shebangs from library files From fedora-extras-commits at redhat.com Tue Dec 12 15:27:21 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 10:27:21 -0500 Subject: rpms/jd/devel .cvsignore, 1.37, 1.38 jd.spec, 1.44, 1.45 sources, 1.37, 1.38 Message-ID: <200612121527.kBCFRLSo021493@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21450 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- .cvsignore 11 Dec 2006 17:03:07 -0000 1.37 +++ .cvsignore 12 Dec 2006 15:26:51 -0000 1.38 @@ -1 +1 @@ -jd-1.8.1-cvs061211.tgz +jd-1.8.1-rc061213.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- jd.spec 11 Dec 2006 17:03:07 -0000 1.44 +++ jd.spec 12 Dec 2006 15:26:51 -0000 1.45 @@ -10,8 +10,8 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061211 -%define repoid 22954 +%define strtag rc061213 +%define repoid 23098 # Defined by vendor @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 11 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061211 -- cvs 061211 (23:59 JST) +* Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 +- 1.8.1 rc 061213 * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- sources 11 Dec 2006 17:03:07 -0000 1.37 +++ sources 12 Dec 2006 15:26:51 -0000 1.38 @@ -1 +1 @@ -22ec881febde66bc7e690e61d032a604 jd-1.8.1-cvs061211.tgz +f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz From fedora-extras-commits at redhat.com Tue Dec 12 15:27:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 10:27:36 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.11, 1.12 jd.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612121527.kBCFRaRG021504@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21473 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 2 Dec 2006 08:58:28 -0000 1.11 +++ .cvsignore 12 Dec 2006 15:27:06 -0000 1.12 @@ -1 +1 @@ -jd-1.8.1-beta061202.tgz +jd-1.8.1-rc061213.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- jd.spec 2 Dec 2006 08:58:28 -0000 1.12 +++ jd.spec 12 Dec 2006 15:27:06 -0000 1.13 @@ -10,8 +10,8 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag beta061202 -%define repoid 22954 +%define strtag rc061213 +%define repoid 23098 # Defined by vendor @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 +- 1.8.1 rc 061213 + * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 2 Dec 2006 08:58:28 -0000 1.11 +++ sources 12 Dec 2006 15:27:06 -0000 1.12 @@ -1 +1 @@ -9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz +f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz From fedora-extras-commits at redhat.com Tue Dec 12 15:28:33 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 10:28:33 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.10, 1.11 jd.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <200612121528.kBCFSXMV021614@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21591 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Dec 2006 09:00:15 -0000 1.10 +++ .cvsignore 12 Dec 2006 15:28:03 -0000 1.11 @@ -1 +1 @@ -jd-1.8.1-beta061202.tgz +jd-1.8.1-rc061213.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- jd.spec 2 Dec 2006 09:00:15 -0000 1.11 +++ jd.spec 12 Dec 2006 15:28:03 -0000 1.12 @@ -10,8 +10,8 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag beta061202 -%define repoid 22954 +%define strtag rc061213 +%define repoid 23098 # Defined by vendor @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 +- 1.8.1 rc 061213 + * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 2 Dec 2006 09:00:15 -0000 1.10 +++ sources 12 Dec 2006 15:28:03 -0000 1.11 @@ -1 +1 @@ -9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz +f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz From fedora-extras-commits at redhat.com Tue Dec 12 16:48:13 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 12 Dec 2006 11:48:13 -0500 Subject: rpms/blender/devel blender.spec,1.37,1.38 Message-ID: <200612121648.kBCGmD6D025122@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25107 Modified Files: blender.spec Log Message: Exclude x86_64 Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- blender.spec 11 Dec 2006 20:24:13 -0000 1.37 +++ blender.spec 12 Dec 2006 16:47:43 -0000 1.38 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -46,6 +46,8 @@ buildRequires: freetype-devel BuildRequires: OpenEXR-devel +ExcludeArch: x86_64 + Requires(post): desktop-file-utils Requires(post): shared-mime-info Requires(postun): desktop-file-utils @@ -160,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Tue Dec 12 2006 Jochen Schmitt 2.42a-10 +- Exclude x86_64 arch (#219329) + * Mon Dec 11 2006 Jochen Schmitt 2.42a-9 - New build to solve broken deps From fedora-extras-commits at redhat.com Tue Dec 12 17:21:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Tue, 12 Dec 2006 12:21:10 -0500 Subject: rpms/python-mutagen/devel python-mutagen.spec,1.4,1.5 Message-ID: <200612121721.kBCHLAB4028440@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28420 Modified Files: python-mutagen.spec Log Message: * Tue Dec 12 2006 Micha?? Bentkowski - 1.8-2 - Python 2.5 rebuild Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/python-mutagen.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-mutagen.spec 29 Oct 2006 19:20:51 -0000 1.4 +++ python-mutagen.spec 12 Dec 2006 17:20:40 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-mutagen Version: 1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Tue Dec 12 2006 Micha?? Bentkowski - 1.8-2 +- Python 2.5 rebuild + * Sun Oct 29 2006 Micha?? Bentkowski - 1.8-1 - Bump to 1.8 From fedora-extras-commits at redhat.com Tue Dec 12 17:21:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 12:21:49 -0500 Subject: rpms/xtide/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xtide.spec, 1.13, 1.14 Message-ID: <200612121721.kBCHLnXb028505@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28446 Modified Files: .cvsignore sources xtide.spec Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 4 Dec 2006 15:57:20 -0000 1.6 +++ .cvsignore 12 Dec 2006 17:21:19 -0000 1.7 @@ -1 +1 @@ -xtide-2.9dev-20061203.tar.bz2 +xtide-2.9dev-20061210.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 4 Dec 2006 15:57:20 -0000 1.6 +++ sources 12 Dec 2006 17:21:19 -0000 1.7 @@ -1 +1 @@ -370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 +f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xtide.spec 4 Dec 2006 15:57:20 -0000 1.13 +++ xtide.spec 12 Dec 2006 17:21:19 -0000 1.14 @@ -1,4 +1,4 @@ -%define src_date 20061203 +%define src_date 20061210 Summary: Calculate tide all over the world Name: xtide @@ -88,9 +88,10 @@ %setup -q -n %{name}-2.9dev %build -export xttpd_user=xttpd -export xttpd_group=xttpd -%configure +%configure \ + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd + %{__make} %{?_smp_mflags} echo "%{_datadir}/xtide-harmonics/" > %{name}.conf @@ -114,7 +115,7 @@ %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original -# wrapper script is hardcorded +# wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ $RPM_BUILD_ROOT%{_sbindir}/xttpd @@ -221,7 +222,10 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +* Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 +- 2.9 dev 20061210 + +* Mon Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball From fedora-extras-commits at redhat.com Tue Dec 12 17:21:56 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 12:21:56 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xtide.spec, 1.13, 1.14 Message-ID: <200612121721.kBCHLuS6028512@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28466 Modified Files: .cvsignore sources xtide.spec Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 4 Dec 2006 15:57:30 -0000 1.6 +++ .cvsignore 12 Dec 2006 17:21:25 -0000 1.7 @@ -1 +1 @@ -xtide-2.9dev-20061203.tar.bz2 +xtide-2.9dev-20061210.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 4 Dec 2006 15:57:30 -0000 1.6 +++ sources 12 Dec 2006 17:21:26 -0000 1.7 @@ -1 +1 @@ -370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 +f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xtide.spec 4 Dec 2006 15:57:30 -0000 1.13 +++ xtide.spec 12 Dec 2006 17:21:26 -0000 1.14 @@ -1,4 +1,4 @@ -%define src_date 20061203 +%define src_date 20061210 Summary: Calculate tide all over the world Name: xtide @@ -88,9 +88,10 @@ %setup -q -n %{name}-2.9dev %build -export xttpd_user=xttpd -export xttpd_group=xttpd -%configure +%configure \ + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd + %{__make} %{?_smp_mflags} echo "%{_datadir}/xtide-harmonics/" > %{name}.conf @@ -114,7 +115,7 @@ %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original -# wrapper script is hardcorded +# wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ $RPM_BUILD_ROOT%{_sbindir}/xttpd @@ -221,7 +222,10 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +* Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 +- 2.9 dev 20061210 + +* Mon Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball From fedora-extras-commits at redhat.com Tue Dec 12 17:22:03 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 12:22:03 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xtide.spec, 1.14, 1.15 Message-ID: <200612121722.kBCHM3aU028578@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28486 Modified Files: .cvsignore sources xtide.spec Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 4 Dec 2006 15:59:00 -0000 1.6 +++ .cvsignore 12 Dec 2006 17:21:33 -0000 1.7 @@ -1 +1 @@ -xtide-2.9dev-20061203.tar.bz2 +xtide-2.9dev-20061210.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 4 Dec 2006 15:59:00 -0000 1.6 +++ sources 12 Dec 2006 17:21:33 -0000 1.7 @@ -1 +1 @@ -370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 +f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xtide.spec 4 Dec 2006 15:59:00 -0000 1.14 +++ xtide.spec 12 Dec 2006 17:21:33 -0000 1.15 @@ -1,4 +1,4 @@ -%define src_date 20061203 +%define src_date 20061210 Summary: Calculate tide all over the world Name: xtide @@ -88,9 +88,10 @@ %setup -q -n %{name}-2.9dev %build -export xttpd_user=xttpd -export xttpd_group=xttpd -%configure +%configure \ + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd + %{__make} %{?_smp_mflags} echo "%{_datadir}/xtide-harmonics/" > %{name}.conf @@ -114,7 +115,7 @@ %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original -# wrapper script is hardcorded +# wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ $RPM_BUILD_ROOT%{_sbindir}/xttpd @@ -221,7 +222,10 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +* Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 +- 2.9 dev 20061210 + +* Mon Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball From fedora-extras-commits at redhat.com Tue Dec 12 17:59:34 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:34 -0500 Subject: rpms/python-CDDB - New directory Message-ID: <200612121759.kBCHxYP3028787@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28783/python-CDDB Log Message: Directory /cvs/extras/rpms/python-CDDB added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 17:59:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:39 -0500 Subject: rpms/python-CDDB/devel - New directory Message-ID: <200612121759.kBCHxdE1028801@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28783/python-CDDB/devel Log Message: Directory /cvs/extras/rpms/python-CDDB/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 17:59:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:51 -0500 Subject: rpms/python-CDDB Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612121759.kBCHxpiW028830@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28824 Added Files: Makefile import.log Log Message: Setup of module python-CDDB --- NEW FILE Makefile --- # Top level Makefile for module python-CDDB all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 12 17:59:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:57 -0500 Subject: rpms/python-CDDB/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612121759.kBCHxvBn028845@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28824/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-CDDB --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 12 18:00:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 13:00:51 -0500 Subject: rpms/python-CDDB import.log,1.1,1.2 Message-ID: <200612121800.kBCI0pbO028947@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884 Modified Files: import.log Log Message: auto-import python-CDDB-1.4-1 on branch devel from python-CDDB-1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-CDDB/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 Dec 2006 17:59:51 -0000 1.1 +++ import.log 12 Dec 2006 18:00:21 -0000 1.2 @@ -0,0 +1 @@ +python-CDDB-1_4-1:HEAD:python-CDDB-1.4-1.src.rpm:1165946819 From fedora-extras-commits at redhat.com Tue Dec 12 18:00:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 13:00:51 -0500 Subject: rpms/python-CDDB/devel python-CDDB.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612121800.kBCI0pCf028951@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884/devel Modified Files: .cvsignore sources Added Files: python-CDDB.spec Log Message: auto-import python-CDDB-1.4-1 on branch devel from python-CDDB-1.4-1.src.rpm --- NEW FILE python-CDDB.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-CDDB Version: 1.4 Release: 1%{?dist} Summary: CDDB and FreeDB audio CD track info access in Python Group: Development/Languages License: GPL URL: http://cddb-py.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/cddb-py/CDDB-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel %description This is actually a set of three modules to access the CDDB and FreeDB online databases of audio CD track titles and information. It includes a C extension module to fetch track lengths under Linux, FreeBSD, OpenBSD, Mac OS X, Solaris, and Win32, which is easily ported to other operating systems. %prep %setup -q -n CDDB-%{version} %{__sed} -e '/^#!/,1d' < CDDB.py > CDDB.py.tmp mv CDDB.py.tmp CDDB.py %{__sed} -e '/^#!/,1d' < DiscID.py > DiscID.py.tmp mv DiscID.py.tmp DiscID.py %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES COPYING README %{python_sitearch}/* %changelog * Mon Dec 11 2006 Jeffrey C. Ollie - 1.4-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-CDDB/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 Dec 2006 17:59:57 -0000 1.1 +++ .cvsignore 12 Dec 2006 18:00:21 -0000 1.2 @@ -0,0 +1 @@ +CDDB-1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-CDDB/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Dec 2006 17:59:57 -0000 1.1 +++ sources 12 Dec 2006 18:00:21 -0000 1.2 @@ -0,0 +1 @@ +254698082bafe3030d07d88fb7e13fe2 CDDB-1.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 18:16:32 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 12 Dec 2006 13:16:32 -0500 Subject: rpms/telepathy-gabble/devel .cvsignore, 1.17, 1.18 sources, 1.17, 1.18 telepathy-gabble.spec, 1.17, 1.18 Message-ID: <200612121816.kBCIGWRm032303@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-gabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32282 Modified Files: .cvsignore sources telepathy-gabble.spec Log Message: * Tue Dec 12 2006 Brian Pepple - 0.5.0-1 - Update to 0.5.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 7 Dec 2006 15:37:49 -0000 1.17 +++ .cvsignore 12 Dec 2006 18:16:02 -0000 1.18 @@ -1 +1 @@ -telepathy-gabble-0.4.9.tar.gz +telepathy-gabble-0.5.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 7 Dec 2006 15:37:49 -0000 1.17 +++ sources 12 Dec 2006 18:16:02 -0000 1.18 @@ -1 +1 @@ -26e9519e2dff683320b9b836c2fc1fa7 telepathy-gabble-0.4.9.tar.gz +687ce6a2afc2b426f1ccb518a68c8e8d telepathy-gabble-0.5.0.tar.gz Index: telepathy-gabble.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- telepathy-gabble.spec 7 Dec 2006 15:37:49 -0000 1.17 +++ telepathy-gabble.spec 12 Dec 2006 18:16:02 -0000 1.18 @@ -1,5 +1,5 @@ Name: telepathy-gabble -Version: 0.4.9 +Version: 0.5.0 Release: 1%{?dist} Summary: A Jabber/XMPP connection manager @@ -48,6 +48,9 @@ %changelog +* Tue Dec 12 2006 Brian Pepple - 0.5.0-1 +- Update to 0.5.0. + * Thu Dec 7 2006 Brian Pepple - 0.4.9-1 - Update to 0.4.9. From fedora-extras-commits at redhat.com Tue Dec 12 18:27:59 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 12 Dec 2006 13:27:59 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, NONE, 1.1 blender.spec, 1.38, 1.39 Message-ID: <200612121827.kBCIRxNV032476@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32458 Modified Files: blender.spec Added Files: blender-2.42a-x64.patch Log Message: Try patch to solve x64-problem blender-2.42a-x64.patch: --- NEW FILE blender-2.42a-x64.patch --- --- source/gameengine/Expressions/ListValue.cpp~ 2006-12-12 09:49:00.000000000 -0800 +++ source/gameengine/Expressions/ListValue.cpp 2006-12-12 09:50:57.000000000 -0800 @@ -23,12 +23,12 @@ #include #endif -int listvalue_bufferlen(PyObject* list) +Py_ssize_t listvalue_bufferlen(PyObject* list) { return ( ((CListValue*)list)->GetCount()); } -PyObject* listvalue_buffer_item(PyObject* list,int index) +PyObject* listvalue_buffer_item(PyObject* list,Py_ssize_t index) { if (index >= 0 && index < ((CListValue*) list)->GetCount()) { @@ -68,7 +68,7 @@ /* just slice it into a python list... */ -PyObject* listvalue_buffer_slice(PyObject* list,int ilow, int ihigh) +PyObject* listvalue_buffer_slice(PyObject* list,Py_ssize_t ilow, Py_ssize_t ihigh) { int i, j; PyListObject *newlist; Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- blender.spec 12 Dec 2006 16:47:43 -0000 1.38 +++ blender.spec 12 Dec 2006 18:27:29 -0000 1.39 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 10%{?dist} +Release: 11%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -20,6 +20,7 @@ Source7: blender-2.42.config Patch1: blender-2.42-scons.patch +Patch2: blender-2.42a-x65.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,8 +47,6 @@ buildRequires: freetype-devel BuildRequires: OpenEXR-devel -ExcludeArch: x86_64 - Requires(post): desktop-file-utils Requires(post): shared-mime-info Requires(postun): desktop-file-utils @@ -63,6 +62,7 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 %build cp %{SOURCE7} user-config.py @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Tue Dec 12 2006 Jochen Schmitt 2.42a-11 +- Try x64-patch for complle with python-2.5 + * Tue Dec 12 2006 Jochen Schmitt 2.42a-10 - Exclude x86_64 arch (#219329) From fedora-extras-commits at redhat.com Tue Dec 12 18:30:57 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 12 Dec 2006 13:30:57 -0500 Subject: rpms/blender/devel blender.spec,1.39,1.40 Message-ID: <200612121830.kBCIUvpb032560@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32530 Modified Files: blender.spec Log Message: Try patch to solve x64-problem Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- blender.spec 12 Dec 2006 18:27:29 -0000 1.39 +++ blender.spec 12 Dec 2006 18:30:27 -0000 1.40 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 11%{?dist} +Release: 12%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -20,7 +20,7 @@ Source7: blender-2.42.config Patch1: blender-2.42-scons.patch -Patch2: blender-2.42a-x65.patch +Patch2: blender-2.42a-x64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Tue Dec 12 2006 Jochen Schmitt 2.42a-12 +- Fix typo + * Tue Dec 12 2006 Jochen Schmitt 2.42a-11 - Try x64-patch for complle with python-2.5 From fedora-extras-commits at redhat.com Tue Dec 12 18:32:42 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Tue, 12 Dec 2006 13:32:42 -0500 Subject: rpms/dstat/FC-5 .cvsignore, 1.2, 1.3 dstat.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121832.kBCIWg8m000337@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/dstat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv312 Modified Files: .cvsignore dstat.spec sources Log Message: Update to 0.6.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Sep 2006 22:01:23 -0000 1.2 +++ .cvsignore 12 Dec 2006 18:32:12 -0000 1.3 @@ -1 +1 @@ -dstat-0.6.3.tar.bz2 +dstat-0.6.4.tar.bz2 Index: dstat.spec =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-5/dstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dstat.spec 15 Sep 2006 22:01:23 -0000 1.1 +++ dstat.spec 12 Dec 2006 18:32:12 -0000 1.2 @@ -3,8 +3,8 @@ Summary: Versatile resource statistics tool Name: dstat -Version: 0.6.3 -Release: 5%{?dist} +Version: 0.6.4 +Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://dag.wieers.com/home-made/dstat/ @@ -69,6 +69,9 @@ %{_datadir}/dstat/*.pyc %changelog +* Tue Dec 12 2006 Scott Baker - 0.6.4-1 +- Bumped to 0.6.4 + * Fri Aug 11 2006 Scott Baker - 0.6.3-5 - Removed the execute permission from the examples directory - Fixed the changelog to remove the replaceable %%clean Index: sources =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Sep 2006 22:01:23 -0000 1.2 +++ sources 12 Dec 2006 18:32:12 -0000 1.3 @@ -1 +1 @@ -a2df5d7fecc0115f8eef84141a068e86 dstat-0.6.3.tar.bz2 +aad1d918a982d8392a24a06760175e93 dstat-0.6.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 18:34:36 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Tue, 12 Dec 2006 13:34:36 -0500 Subject: rpms/dstat/FC-6 .cvsignore, 1.2, 1.3 dstat.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121834.kBCIYa3I000420@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/dstat/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv399 Modified Files: .cvsignore dstat.spec sources Log Message: Updated to 0.6.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Sep 2006 22:01:23 -0000 1.2 +++ .cvsignore 12 Dec 2006 18:34:06 -0000 1.3 @@ -1 +1 @@ -dstat-0.6.3.tar.bz2 +dstat-0.6.4.tar.bz2 Index: dstat.spec =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-6/dstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dstat.spec 15 Sep 2006 22:01:23 -0000 1.1 +++ dstat.spec 12 Dec 2006 18:34:06 -0000 1.2 @@ -3,8 +3,8 @@ Summary: Versatile resource statistics tool Name: dstat -Version: 0.6.3 -Release: 5%{?dist} +Version: 0.6.4 +Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://dag.wieers.com/home-made/dstat/ @@ -69,6 +69,9 @@ %{_datadir}/dstat/*.pyc %changelog +* Tue Dec 12 2006 Scott Baker - 0.6.4-1 +- Bumped to 0.6.4 + * Fri Aug 11 2006 Scott Baker - 0.6.3-5 - Removed the execute permission from the examples directory - Fixed the changelog to remove the replaceable %%clean Index: sources =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Sep 2006 22:01:23 -0000 1.2 +++ sources 12 Dec 2006 18:34:06 -0000 1.3 @@ -1 +1 @@ -a2df5d7fecc0115f8eef84141a068e86 dstat-0.6.3.tar.bz2 +aad1d918a982d8392a24a06760175e93 dstat-0.6.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 18:42:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 13:42:24 -0500 Subject: rpms/quodlibet/devel quodlibet.spec,1.4,1.5 Message-ID: <200612121842.kBCIgOCU000500@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv485 Modified Files: quodlibet.spec Log Message: Require python-CDDB Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/devel/quodlibet.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- quodlibet.spec 12 Dec 2006 06:01:38 -0000 1.4 +++ quodlibet.spec 12 Dec 2006 18:41:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -41,8 +41,13 @@ # for Replay Gain plugin Requires: vorbisgain +%if %{fedora} > 6 # for iPod device support Requires: python-gpod +%endif + +# for CDDB plugin +Requires: python-CDDB %description Quod Libet is a music management program. It provides several different ways @@ -128,6 +133,10 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.24-4 +- Require python-CDDB for CDDB plugin +- Conditionalize python-gpod support + * Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 - Require python-gpod for iPod device support From fedora-extras-commits at redhat.com Tue Dec 12 19:06:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 12 Dec 2006 14:06:38 -0500 Subject: rpms/perl-Email-Address/FC-5 .cvsignore, 1.9, 1.10 perl-Email-Address.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612121906.kBCJ6c89003804@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747/FC-5 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.884. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Nov 2006 21:37:07 -0000 1.9 +++ .cvsignore 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -Email-Address-1.883.tar.gz +Email-Address-1.884.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/perl-Email-Address.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Address.spec 25 Nov 2006 21:37:07 -0000 1.8 +++ perl-Email-Address.spec 12 Dec 2006 19:06:08 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.883 +Version: 1.884 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 +- Update to 1.884. + * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Nov 2006 21:37:07 -0000 1.9 +++ sources 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -7de141ff7c159851e60776e2dcc43e99 Email-Address-1.883.tar.gz +b2cc439838507c63731810a69ebcba85 Email-Address-1.884.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 19:06:39 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 12 Dec 2006 14:06:39 -0500 Subject: rpms/perl-Email-Address/FC-6 .cvsignore, 1.9, 1.10 perl-Email-Address.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612121906.kBCJ6d9m003809@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747/FC-6 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.884. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Nov 2006 21:37:07 -0000 1.9 +++ .cvsignore 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -Email-Address-1.883.tar.gz +Email-Address-1.884.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-6/perl-Email-Address.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Address.spec 25 Nov 2006 21:37:07 -0000 1.8 +++ perl-Email-Address.spec 12 Dec 2006 19:06:08 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.883 +Version: 1.884 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 +- Update to 1.884. + * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Nov 2006 21:37:07 -0000 1.9 +++ sources 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -7de141ff7c159851e60776e2dcc43e99 Email-Address-1.883.tar.gz +b2cc439838507c63731810a69ebcba85 Email-Address-1.884.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 19:06:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 12 Dec 2006 14:06:44 -0500 Subject: rpms/perl-Email-Address/devel .cvsignore, 1.9, 1.10 perl-Email-Address.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612121906.kBCJ6iKc003817@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747/devel Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.884. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Nov 2006 21:37:13 -0000 1.9 +++ .cvsignore 12 Dec 2006 19:06:14 -0000 1.10 @@ -1 +1 @@ -Email-Address-1.883.tar.gz +Email-Address-1.884.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/perl-Email-Address.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Address.spec 25 Nov 2006 21:37:13 -0000 1.8 +++ perl-Email-Address.spec 12 Dec 2006 19:06:14 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.883 +Version: 1.884 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 +- Update to 1.884. + * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Nov 2006 21:37:13 -0000 1.9 +++ sources 12 Dec 2006 19:06:14 -0000 1.10 @@ -1 +1 @@ -7de141ff7c159851e60776e2dcc43e99 Email-Address-1.883.tar.gz +b2cc439838507c63731810a69ebcba85 Email-Address-1.884.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 19:18:13 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 12 Dec 2006 14:18:13 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.11,1.12 Message-ID: <200612121918.kBCJIDYI004077@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4062 Modified Files: TurboGears.spec Log Message: rebuild for new elementtree Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- TurboGears.spec 10 Dec 2006 06:27:03 -0000 1.11 +++ TurboGears.spec 12 Dec 2006 19:17:43 -0000 1.12 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Tue Dec 12 2006 Luke Macken 1.0b2-5 +- Rebuild for new elementtree + * Sun Dec 10 2006 Luke Macken 1.0b2-4 - Add python-devel to BuildRequires From fedora-extras-commits at redhat.com Tue Dec 12 19:30:22 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 14:30:22 -0500 Subject: rpms/python-musicbrainz2/devel python-musicbrainz2.spec,1.3,1.4 Message-ID: <200612121930.kBCJUMvn004240@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4213 Modified Files: python-musicbrainz2.spec Log Message: Don't require python-ctypes Index: python-musicbrainz2.spec =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/python-musicbrainz2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-musicbrainz2.spec 8 Dec 2006 17:17:09 -0000 1.3 +++ python-musicbrainz2.spec 12 Dec 2006 19:29:51 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-musicbrainz2 Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages @@ -14,7 +14,10 @@ BuildArch: noarch BuildRequires: python-devel +%if %{fedora} <= 6 Requires: python-ctypes +%endif + Requires: libmusicbrainz %description @@ -47,6 +50,10 @@ %{python_sitelib}/musicbrainz2 %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.4.0-3 +- Don't require python-ctypes in development as it's included in the + main Python package + * Fri Dec 8 2006 Jeffrey C. Ollie - 0.4.0-2 - Bump release for rebuild with Python 2.5. From fedora-extras-commits at redhat.com Tue Dec 12 19:32:09 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 12 Dec 2006 14:32:09 -0500 Subject: comps comps-fe5.xml.in, 1.212, 1.213 comps-fe6.xml.in, 1.243, 1.244 comps-fe7.xml.in, 1.48, 1.49 Message-ID: <200612121932.kBCJW9ZJ004322@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4301 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: add my packages Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.212 retrieving revision 1.213 diff -u -r1.212 -r1.213 --- comps-fe5.xml.in 11 Dec 2006 10:51:37 -0000 1.212 +++ comps-fe5.xml.in 12 Dec 2006 19:31:39 -0000 1.213 @@ -142,6 +142,7 @@ mcrypt meld mercurial + mlton mock monotone nqc @@ -584,6 +585,7 @@ inkscape k3d mirage + nip2 pstoedit pydot qiv @@ -785,6 +787,7 @@ grisbi gsview hnb + htmldoc koffice-suite krecipes lyx Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.243 retrieving revision 1.244 diff -u -r1.243 -r1.244 --- comps-fe6.xml.in 12 Dec 2006 04:23:42 -0000 1.243 +++ comps-fe6.xml.in 12 Dec 2006 19:31:39 -0000 1.244 @@ -168,6 +168,7 @@ mcrypt meld mercurial + mlton mock monotone nqc @@ -643,6 +644,7 @@ ipe k3d mirage + nip2 optipng pstoedit pydot @@ -844,6 +846,7 @@ gramps grisbi hnb + htmldoc koffice-suite krecipes labyrinth Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- comps-fe7.xml.in 11 Dec 2006 10:51:37 -0000 1.48 +++ comps-fe7.xml.in 12 Dec 2006 19:31:39 -0000 1.49 @@ -168,6 +168,7 @@ mcrypt meld mercurial + mlton mock monotone nqc @@ -643,6 +644,7 @@ ipe k3d mirage + nip2 optipng pstoedit pydot @@ -844,6 +846,7 @@ gramps grisbi hnb + htmldoc koffice-suite krecipes labyrinth From fedora-extras-commits at redhat.com Tue Dec 12 20:01:33 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 12 Dec 2006 15:01:33 -0500 Subject: extras-repoclosure rc-report.py,1.29,1.30 Message-ID: <200612122001.kBCK1XPr007527@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7512 Modified Files: rc-report.py Log Message: see whether this is enough to let sort-by-date do the rest Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- rc-report.py 9 Dec 2006 20:28:58 -0000 1.29 +++ rc-report.py 12 Dec 2006 20:01:32 -0000 1.30 @@ -164,6 +164,7 @@ for (start,end) in slices: if (parts>1): subjectmodified = ( '(%d/%d) %s' % (curpart, parts, subject) ) + time.sleep(1) else: subjectmodified = subject slicedbody = body[start:end] From fedora-extras-commits at redhat.com Tue Dec 12 20:03:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 12 Dec 2006 15:03:13 -0500 Subject: fedora-security/audit fe3, 1.45, 1.46 fe4, 1.114, 1.115 fe5, 1.126, 1.127 fe6, 1.40, 1.41 Message-ID: <200612122003.kBCK3DgX007572@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7550 Modified Files: fe3 fe4 fe5 fe6 Log Message: Catch up with clamav 0.88.7 fixes. Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- fe3 10 Dec 2006 18:03:38 -0000 1.45 +++ fe3 12 Dec 2006 20:03:12 -0000 1.46 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- fe4 10 Dec 2006 18:03:38 -0000 1.114 +++ fe4 12 Dec 2006 20:03:12 -0000 1.115 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- fe5 10 Dec 2006 18:06:58 -0000 1.126 +++ fe5 12 Dec 2006 20:03:12 -0000 1.127 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- fe6 10 Dec 2006 18:06:58 -0000 1.40 +++ fe6 12 Dec 2006 20:03:12 -0000 1.41 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 From fedora-extras-commits at redhat.com Tue Dec 12 20:06:40 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 12 Dec 2006 15:06:40 -0500 Subject: comps comps-fe5.xml.in, 1.213, 1.214 comps-fe6.xml.in, 1.244, 1.245 comps-fe7.xml.in, 1.49, 1.50 Message-ID: <200612122006.kBCK6efJ007618@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7599 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: sorted Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- comps-fe5.xml.in 12 Dec 2006 19:31:39 -0000 1.213 +++ comps-fe5.xml.in 12 Dec 2006 20:06:10 -0000 1.214 @@ -158,8 +158,8 @@ quilt rpmdevtools rpmlint - smarteiffel scons + smarteiffel splint srecord sunifdef @@ -167,11 +167,11 @@ sysconftool sysprof tclpro - tkcvs tkcon + tkcvs tla - translate-toolkit tolua++ + translate-toolkit ucblogo utrac xbsql Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.244 retrieving revision 1.245 diff -u -r1.244 -r1.245 --- comps-fe6.xml.in 12 Dec 2006 19:31:39 -0000 1.244 +++ comps-fe6.xml.in 12 Dec 2006 20:06:10 -0000 1.245 @@ -201,8 +201,8 @@ sysconftool sysprof tclpro - tkcvs tkcon + tkcvs tla tolua++ trac @@ -280,7 +280,6 @@ galculator gdl geant321 - genius geda-docs geda-gattrib geda-gnetlist @@ -288,6 +287,7 @@ geda-gsymcheck geda-symbols geda-utils + genius ghdl gnucap gpredict Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- comps-fe7.xml.in 12 Dec 2006 19:31:39 -0000 1.49 +++ comps-fe7.xml.in 12 Dec 2006 20:06:10 -0000 1.50 @@ -201,8 +201,8 @@ sysconftool sysprof tclpro - tkcvs tkcon + tkcvs tla tolua++ trac @@ -280,7 +280,6 @@ galculator gdl geant321 - genius geda-docs geda-gattrib geda-gnetlist @@ -288,6 +287,7 @@ geda-gsymcheck geda-symbols geda-utils + genius ghdl gnucap gpredict From fedora-extras-commits at redhat.com Tue Dec 12 20:42:55 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 12 Dec 2006 15:42:55 -0500 Subject: owners owners.list,1.2099,1.2100 Message-ID: <200612122042.kBCKgtmM007742@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7727 Modified Files: owners.list Log Message: please don't misspell extras-qa! Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2099 retrieving revision 1.2100 diff -u -r1.2099 -r1.2100 --- owners.list 12 Dec 2006 13:48:13 -0000 1.2099 +++ owners.list 12 Dec 2006 20:42:25 -0000 1.2100 @@ -1862,8 +1862,8 @@ Fedora Extras|php-pear-Date|Date and Time Zone Classes|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Date-Holidays|Driver based class to calculate holidays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB|PEAR: Database Abstraction Layer|rpm at timj.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|php-pear-DB-DataObject|An SQL Builder, Object Interface to Database Tables|chris.stone at gmail.com|extrasqa at fedoraproject.org| -Fedora Extras|php-pear-DB-DataObject-FormBuilder|Automatically build HTML_QuickForm objects|chris.stone at gmail.com|extrasqa at fedoraproject.org| +Fedora Extras|php-pear-DB-DataObject|An SQL Builder, Object Interface to Database Tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-DB-DataObject-FormBuilder|Automatically build HTML_QuickForm objects|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB-QueryTool|An OO-interface for easily retrieving and modifying data in a DB|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-Common|Base class for other HTML classes|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-QuickForm|Class for creating, validating, processing HTML forms|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 20:47:40 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Tue, 12 Dec 2006 15:47:40 -0500 Subject: rpms/cobbler/devel .cvsignore, 1.9, 1.10 cobbler.spec, 1.8, 1.9 sources, 1.10, 1.11 Message-ID: <200612122047.kBCKleEb007778@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7759 Modified Files: .cvsignore cobbler.spec sources Log Message: Bringing devel up to FC-6 levels. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 18 Oct 2006 18:22:59 -0000 1.9 +++ .cvsignore 12 Dec 2006 20:47:10 -0000 1.10 @@ -6,3 +6,4 @@ cobbler-0.2.6.tar.gz cobbler-0.2.7.tar.gz cobbler-0.2.8.tar.gz +cobbler-0.3.4.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cobbler.spec 18 Oct 2006 18:22:59 -0000 1.8 +++ cobbler.spec 12 Dec 2006 20:47:10 -0000 1.9 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.2.8 +Version: 0.3.4 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,7 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -17,10 +18,7 @@ %description -Cobbler is a command line tool for simplified configuration of provisioning -servers. It is also accessible as a Python library. Cobbler supports PXE, -Xen, and re-provisioning an existing Linux system via auto-kickstart. The -last two modes require 'koan' to be run on the remote system. +Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, and managing dhcpd.conf. %prep %setup -q @@ -39,8 +37,11 @@ %defattr(-,root,root) %{_bindir}/cobbler %dir /etc/cobbler -/etc/cobbler/*.ks -/etc/cobbler/dhcp.template +%config(noreplace) /etc/cobbler/default.ks +%config(noreplace) /etc/cobbler/kickstart_fc5.ks +%config(noreplace) /etc/cobbler/dhcp.template +%config(noreplace) /etc/cobbler/default.pxe +%config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml %{python_sitelib}/cobbler/*.py* @@ -54,6 +55,27 @@ %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + +* Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 +- Upstream changes (see CHANGELOG) + +* Thu Oct 26 2006 Michael DeHaan - 0.3.2-1 +- Upstream changes (see CHANGELOG) + +* Wed Oct 25 2006 Michael DeHaan - 0.3.1-1 +- Upstream changes (see CHANGELOG) +- Updated description + +* Tue Oct 24 2006 Michael DeHaan - 0.3.0-1 +- Upstream changes (see CHANGELOG) +- Marked files in /etc/cobbler as config +- Marked /etc/cobbler/dhcpd.template as noreplace + +* Tue Oct 24 2006 Michael DeHaan - 0.2.9-1 +- Upstream changes (see CHANGELOG) + * Wed Oct 18 2006 Michael DeHaan - 0.2.8-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 18 Oct 2006 18:22:59 -0000 1.10 +++ sources 12 Dec 2006 20:47:10 -0000 1.11 @@ -1 +1 @@ -f6f86ccf17ad4bfbd167291cf748eb01 cobbler-0.2.8.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 20:50:06 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Tue, 12 Dec 2006 15:50:06 -0500 Subject: rpms/koan/devel .cvsignore, 1.4, 1.5 koan.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200612122050.kBCKo6Ws007859@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/koan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7837 Modified Files: .cvsignore koan.spec sources Log Message: Bringing devel up to FC-6 levels Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koan/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Oct 2006 19:02:50 -0000 1.4 +++ .cvsignore 12 Dec 2006 20:49:36 -0000 1.5 @@ -1,3 +1,4 @@ koan-0.1.1.tar.gz koan-0.2.1.tar.gz koan-0.2.2.tar.gz +koan-0.2.5.tar.gz Index: koan.spec =================================================================== RCS file: /cvs/extras/rpms/koan/devel/koan.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- koan.spec 18 Oct 2006 19:02:50 -0000 1.6 +++ koan.spec 12 Dec 2006 20:49:36 -0000 1.7 @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.2 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -12,28 +12,29 @@ Requires: python >= 2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch +BuildRequires: python-devel ExcludeArch: ppc -Url: http://et.redhat.com/~mdehaan/cobbler +Url: http://cobbler.et.redhat.com/ %description Koan stands for kickstart-over-a-network and allows for both -network provisioning of new Xen guests and destructive re-provisioning of -any existing system. For use with a boot-server configured with +network provisioning of new virtualized guests and destructive re-provisioning +of any existing system. For use with a boot-server configured with 'cobbler' %prep %setup -q %build -python setup.py build +%{__python} setup.py build %install -rm -rf $RPM_BUILD_ROOT -python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT %clean -rm -rf $RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -47,6 +48,22 @@ %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + +* Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 +- Upstream changes (see CHANGELOG) +- Description update + +* Tue Oct 24 2006 - Michael DeHaan - 0.2.3-1 +- Upstream changes (see CHANGELOG) + +* Wed Oct 18 2006 - Michael DeHaan - 0.2.2-2 +- Use __python instead of python, test RPM dir before deletion +- Update URLs + * Mon Oct 09 2006 - Michael DeHaan - 0.2.2-1 - Upstream change -- support Python 2.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koan/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Oct 2006 19:02:50 -0000 1.5 +++ sources 12 Dec 2006 20:49:36 -0000 1.6 @@ -1 +1 @@ -8bcd6432b32c280b2aea6f1eb78e5ddd koan-0.2.2.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:03:43 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:03:43 -0500 Subject: rpms/museek+ - New directory Message-ID: <200612122103.kBCL3hbC011101@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/museek+ Log Message: Directory /cvs/extras/rpms/museek+ added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 21:03:48 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:03:48 -0500 Subject: rpms/museek+/devel - New directory Message-ID: <200612122103.kBCL3mvM011114@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/museek+/devel Log Message: Directory /cvs/extras/rpms/museek+/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 21:04:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:04:10 -0500 Subject: rpms/museek+ Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612122104.kBCL4AtC011144@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11138 Added Files: Makefile import.log Log Message: Setup of module museek+ --- NEW FILE Makefile --- # Top level Makefile for module museek+ all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 12 21:04:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:04:10 -0500 Subject: rpms/museek+/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612122104.kBCL4AGN011159@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11138/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module museek+ --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 12 21:05:44 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:05:44 -0500 Subject: rpms/museek+ import.log,1.1,1.2 Message-ID: <200612122105.kBCL5iQJ011243@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11208 Modified Files: import.log Log Message: auto-import museek+-0.1.12-4 on branch devel from museek+-0.1.12-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/museek+/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 Dec 2006 21:04:10 -0000 1.1 +++ import.log 12 Dec 2006 21:05:14 -0000 1.2 @@ -0,0 +1 @@ +museek+-0_1_12-4:HEAD:museek+-0.1.12-4.src.rpm:1165957851 From fedora-extras-commits at redhat.com Tue Dec 12 21:05:44 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:05:44 -0500 Subject: rpms/museek+/devel museek+.spec, NONE, 1.1 museek-launcher, NONE, 1.1 museeqdesktoppatch.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612122105.kBCL5i5D011247@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11208/devel Modified Files: .cvsignore sources Added Files: museek+.spec museek-launcher museeqdesktoppatch.diff Log Message: auto-import museek+-0.1.12-4 on branch devel from museek+-0.1.12-4.src.rpm --- NEW FILE museek+.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: museek+ Version: 0.1.12 Release: 4%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet License: GPL URL: http://museek-plus.sourceforge.net/ Source0: http://dl.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2 Source3: museek-launcher Patch0: museeqdesktoppatch.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: python-devel BuildRequires: libxml++-devel BuildRequires: qt-devel BuildRequires: gamin-devel BuildRequires: swig BuildRequires: libvorbis-devel BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons %description Museek is a Soulseek filesharing client. %prep %setup -q %patch0 -p0 -b .museeqdesktoppatch %build scons PREFIX=%{_prefix} MANDIR=%{_mandir}/man1 CFLAGS="$RPM_OPT_FLAGS -fPIC" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT scons DESTDIR=$RPM_BUILD_ROOT install desktop-file-install \ --vendor=fedora \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category=X-Fedora \ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG COPYING CREDITS LICENSE %{_bindir}/mucous %{_bindir}/mulog %{_bindir}/muscan %{_bindir}/muscand %{_bindir}/museek-launcher %{_bindir}/museekcontrol %{_bindir}/museekd %{_bindir}/museeq %{_bindir}/musetup %{_bindir}/musetup-gtk %{python_sitelib}/museek %{python_sitelib}/pymucous %{python_sitelib}/_mucipherc.so %{python_sitelib}/mucipher.py* %{python_sitelib}/mucipherc.py* %{_datadir}/applications/fedora-museeq.desktop %{_datadir}/museek %{_datadir}/pixmaps/museeq-circle2.png %{_mandir}/man1/*.1.gz %changelog * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh * Tue Dec 12 2006 Julian Sikorski - 0.1.12-3 - Fixed museek-launcher permissions - Fixed %%changelog section - Updated museek-launcher script - Use $RPM_OPT_FLAGS instead %%{optflags} for consistency - Add -fPIC to $RPM_OPT_FLAGS to make x86-64 build possible * Thu Nov 02 2006 Julian Sikorski - 0.1.12-2 - Made spec more compliant to FE Packaging Guidelines * Sat Oct 21 2006 Julian Sikorski - 0.1.12-1 - Update to 0.1.12 - Added scons to BuildRequires * Mon Jul 17 2006 Dario Castellarin - 0.1.11-1 - Update to 0.1.11 * Sat Jun 10 2006 Julian Sikorski - 0.1.10-2 - Added python-devel to BuildRequires * Fri Jun 9 2006 Julian Sikorski - 0.1.10-1 - Update to 0.1.10 - Drop bluebox fix, as it was added to upstream - Added PyXML to BuildRequires * Thu May 31 2006 Julian Sikorski - 0.1.9-2 - Add bluebox theme fix * Thu May 31 2006 Julian Sikorski - 0.1.9-1 - Update to 0.1.9 - Install icon themes into %%{_datadir}/museek/themes/ - Added new tools * Thu May 18 2006 Julian Sikorski - 0.1.8-1 - Update to 0.1.8 - Added libvorbis-devel to BuildRequires * Wed May 10 2006 Julian Sikorski - 0.1.7b-1 - Update to 0.1.7b * Mon May 08 2006 Julian Sikorski - 0.1.6-1 - Update to 0.1.6 - Remove patches/sources which were added to upstream - Drop scons dependence as the internal one is used * Sun Apr 09 2006 Julian Sikorski - 0.1.2-1 - Initial RPM release --- NEW FILE museek-launcher --- #!/bin/sh muscand & PID=$! museeq kill $PID museeqdesktoppatch.diff: --- NEW FILE museeqdesktoppatch.diff --- --- museeq.desktop~ 2006-04-30 15:08:41.000000000 +0200 +++ museeq.desktop 2006-05-09 00:02:13.000000000 +0200 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Museeq Comment=Museeq is a client for museek, the Soulseek daemon -Exec=museeq +Exec=museek-launcher Icon=/usr/share/pixmaps/museeq-circle2.png Terminal=false StartupNotify=false Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/museek+/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 Dec 2006 21:04:10 -0000 1.1 +++ .cvsignore 12 Dec 2006 21:05:14 -0000 1.2 @@ -0,0 +1 @@ +museek+-0.1.12.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/museek+/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Dec 2006 21:04:10 -0000 1.1 +++ sources 12 Dec 2006 21:05:14 -0000 1.2 @@ -0,0 +1 @@ +5d871e40dc93c04e60688a06e0e143e8 museek+-0.1.12.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 21:12:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:12:03 -0500 Subject: owners owners.list,1.2100,1.2101 Message-ID: <200612122112.kBCLC3I9011330@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11303 Modified Files: owners.list Log Message: Added museek+ Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2100 retrieving revision 1.2101 diff -u -r1.2100 -r1.2101 --- owners.list 12 Dec 2006 20:42:25 -0000 1.2100 +++ owners.list 12 Dec 2006 21:11:33 -0000 1.2101 @@ -1166,6 +1166,7 @@ Fedora Extras|multitail|View one or multiple files like tail but with multiple windows|folkert at vanheusden.com|extras-qa at fedoraproject.org| Fedora Extras|munin|Network-wide graphing framework (grapher/gatherer)|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|museek+|A Soulseek filesharing client|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|mussh|Multihost SSH wrapper|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|mxml|Miniature XML development library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mysql-administrator|GUI to manage mysql Databases|dennis at ausil.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 21:22:42 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 12 Dec 2006 16:22:42 -0500 Subject: rpms/glpk/devel .cvsignore, 1.5, 1.6 glpk.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612122122.kBCLMg6j011401@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11375 Modified Files: .cvsignore glpk.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jul 2006 15:41:45 -0000 1.5 +++ .cvsignore 12 Dec 2006 21:22:12 -0000 1.6 @@ -1 +1 @@ -glpk-4.11.tar.gz +glpk-4.13.tar.gz Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/glpk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- glpk.spec 29 Aug 2006 16:27:54 -0000 1.8 +++ glpk.spec 12 Dec 2006 21:22:12 -0000 1.9 @@ -1,6 +1,6 @@ Name: glpk -Version: 4.11 -Release: 2%{?dist} +Version: 4.13 +Release: 1%{?dist} Summary: GNU Linear Programming Kit Group: System Environment/Libraries @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Quentin Spencer 4.13-1 +- New release. + * Tue Aug 29 2006 Quentin Spencer 4.11-2 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jul 2006 15:41:45 -0000 1.5 +++ sources 12 Dec 2006 21:22:12 -0000 1.6 @@ -1 +1 @@ -8f3ceb60b8a488cb93d5acd31fb780ac glpk-4.11.tar.gz +d1e7142be353da423ee4662499813541 glpk-4.13.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:28:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 12 Dec 2006 16:28:47 -0500 Subject: rpms/lirc/devel .cvsignore, 1.13, 1.14 lirc.spec, 1.19, 1.20 sources, 1.13, 1.14 Message-ID: <200612122128.kBCLSlb5011460@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11441 Modified Files: .cvsignore lirc.spec sources Log Message: * Tue Dec 12 2006 Ville Skytt?? - 0.8.1-0.2.pre4 - 0.8.1pre4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 30 Nov 2006 20:52:55 -0000 1.13 +++ .cvsignore 12 Dec 2006 21:28:17 -0000 1.14 @@ -1 +1 @@ -lirc-0.8.1pre3.tar.bz2 +lirc-0.8.1pre4.tar.bz2 Index: lirc.spec =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- lirc.spec 30 Nov 2006 20:52:55 -0000 1.19 +++ lirc.spec 12 Dec 2006 21:28:17 -0000 1.20 @@ -16,14 +16,14 @@ Name: lirc Version: 0.8.1 -Release: 0.2.pre3%{?dist} +Release: 0.2.pre4%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons License: GPL URL: http://www.lirc.org/ #Source0: http://download.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 -Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre3.tar.bz2 +Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre4.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,7 +81,7 @@ %prep -%setup -q -n %{name}-%{version}pre3 +%setup -q -n %{name}-%{version}pre4 chmod 644 contrib/* sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo @@ -200,6 +200,9 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 0.8.1-0.2.pre4 +- 0.8.1pre4. + * Thu Nov 30 2006 Ville Skytt?? - 0.8.1-0.2.pre3 - 0.8.1pre3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 30 Nov 2006 20:52:55 -0000 1.13 +++ sources 12 Dec 2006 21:28:17 -0000 1.14 @@ -1 +1 @@ -68ea2f504f45e528ee8b5d3ff23c5181 lirc-0.8.1pre3.tar.bz2 +6dc1435946bec20ffbfbd103ddb1e2a0 lirc-0.8.1pre4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 21:32:26 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 12 Dec 2006 16:32:26 -0500 Subject: rpms/glpk/FC-6 .cvsignore, 1.5, 1.6 glpk.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612122132.kBCLWQ1Q011613@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11594 Modified Files: .cvsignore glpk.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jul 2006 15:41:45 -0000 1.5 +++ .cvsignore 12 Dec 2006 21:31:55 -0000 1.6 @@ -1 +1 @@ -glpk-4.11.tar.gz +glpk-4.13.tar.gz Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-6/glpk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- glpk.spec 29 Aug 2006 16:27:54 -0000 1.8 +++ glpk.spec 12 Dec 2006 21:31:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: glpk -Version: 4.11 -Release: 2%{?dist} +Version: 4.13 +Release: 1%{?dist} Summary: GNU Linear Programming Kit Group: System Environment/Libraries @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Quentin Spencer 4.13-1 +- New release. + * Tue Aug 29 2006 Quentin Spencer 4.11-2 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jul 2006 15:41:45 -0000 1.5 +++ sources 12 Dec 2006 21:31:55 -0000 1.6 @@ -1 +1 @@ -8f3ceb60b8a488cb93d5acd31fb780ac glpk-4.11.tar.gz +d1e7142be353da423ee4662499813541 glpk-4.13.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:46:29 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 12 Dec 2006 16:46:29 -0500 Subject: rpms/glpk/FC-5 .cvsignore, 1.5, 1.6 glpk.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200612122146.kBCLkTT2011731@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11708 Modified Files: .cvsignore glpk.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 16:58:17 -0000 1.5 +++ .cvsignore 12 Dec 2006 21:45:59 -0000 1.6 @@ -1 +1 @@ -glpk-4.11.tar.gz +glpk-4.13.tar.gz Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-5/glpk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glpk.spec 31 Jul 2006 16:58:17 -0000 1.7 +++ glpk.spec 12 Dec 2006 21:45:59 -0000 1.8 @@ -1,5 +1,5 @@ Name: glpk -Version: 4.11 +Version: 4.13 Release: 1%{?dist} Summary: GNU Linear Programming Kit @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Quentin Spencer 4.13-1 +- New release. + * Mon Jul 31 2006 Quentin Spencer 4.11-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 16:58:17 -0000 1.5 +++ sources 12 Dec 2006 21:45:59 -0000 1.6 @@ -1 +1 @@ -8f3ceb60b8a488cb93d5acd31fb780ac glpk-4.11.tar.gz +d1e7142be353da423ee4662499813541 glpk-4.13.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:56:53 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 12 Dec 2006 16:56:53 -0500 Subject: rpms/evolution-remove-duplicates/FC-5 evolution-remove-duplicates.spec, 1.5, 1.6 rmdups-0.0.2-pkgconfig.patch, 1.2, 1.3 Message-ID: <200612122156.kBCLurt9011895@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11861/FC-5 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Downgrade FC{5,6} branches to Evo 2.8 Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/evolution-remove-duplicates.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- evolution-remove-duplicates.spec 11 Dec 2006 03:19:38 -0000 1.5 +++ evolution-remove-duplicates.spec 12 Dec 2006 21:56:23 -0000 1.6 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 6%{?dist} +Release: 3%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel +BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -49,23 +50,12 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error %changelog -* Sun Dec 10 2006 Michel Salim - 0.0.2-6 -- Adjust file listing for new Evolution -- Remove unnecessary BR on libgnomeui-devel -- Add explicit Requires: on evolution - -* Sun Dec 10 2006 Michel Salim - 0.0.2-5 -- Fix pkgconfig patch to use evolution-plugin-2.10.pc - -* Sun Dec 10 2006 Michel Salim - 0.0.2-4 -- Add BR on libgnomeui-devel - * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdups-0.0.2-pkgconfig.patch 11 Dec 2006 00:46:01 -0000 1.2 +++ rmdups-0.0.2-pkgconfig.patch 12 Dec 2006 21:56:23 -0000 1.3 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Tue Dec 12 21:56:53 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 12 Dec 2006 16:56:53 -0500 Subject: rpms/evolution-remove-duplicates/FC-6 evolution-remove-duplicates.spec, 1.5, 1.6 rmdups-0.0.2-pkgconfig.patch, 1.2, 1.3 Message-ID: <200612122156.kBCLurZv011902@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11861/FC-6 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Downgrade FC{5,6} branches to Evo 2.8 Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-6/evolution-remove-duplicates.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- evolution-remove-duplicates.spec 11 Dec 2006 03:19:38 -0000 1.5 +++ evolution-remove-duplicates.spec 12 Dec 2006 21:56:23 -0000 1.6 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 6%{?dist} +Release: 3%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel +BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -49,23 +50,12 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error %changelog -* Sun Dec 10 2006 Michel Salim - 0.0.2-6 -- Adjust file listing for new Evolution -- Remove unnecessary BR on libgnomeui-devel -- Add explicit Requires: on evolution - -* Sun Dec 10 2006 Michel Salim - 0.0.2-5 -- Fix pkgconfig patch to use evolution-plugin-2.10.pc - -* Sun Dec 10 2006 Michel Salim - 0.0.2-4 -- Add BR on libgnomeui-devel - * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-6/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdups-0.0.2-pkgconfig.patch 11 Dec 2006 00:46:01 -0000 1.2 +++ rmdups-0.0.2-pkgconfig.patch 12 Dec 2006 21:56:23 -0000 1.3 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Tue Dec 12 23:02:21 2006 From: fedora-extras-commits at redhat.com (Pawel Salek (pawsa)) Date: Tue, 12 Dec 2006 18:02:21 -0500 Subject: rpms/balsa/devel .cvsignore, 1.14, 1.15 balsa.spec, 1.20, 1.21 sources, 1.14, 1.15 Message-ID: <200612122302.kBCN2LVV018347@cvs-int.fedora.redhat.com> Author: pawsa Update of /cvs/extras/rpms/balsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328 Modified Files: .cvsignore balsa.spec sources Log Message: - update to upstream version 2.3.14. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/balsa/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 26 Jun 2006 20:19:50 -0000 1.14 +++ .cvsignore 12 Dec 2006 23:01:51 -0000 1.15 @@ -1 +1 @@ -balsa-2.3.13.tar.bz2 +balsa-2.3.14.tar.bz2 Index: balsa.spec =================================================================== RCS file: /cvs/extras/rpms/balsa/devel/balsa.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- balsa.spec 11 Sep 2006 12:00:04 -0000 1.20 +++ balsa.spec 12 Dec 2006 23:01:51 -0000 1.21 @@ -1,8 +1,8 @@ %define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --disable-more-warnings --with-ssl --with-gss --with-gtkspell Name: balsa -Version: 2.3.13 -Release: 2%{?dist} +Version: 2.3.14 +Release: 1%{?dist} Summary: Mail Client Group: Applications/Internet @@ -101,6 +101,9 @@ %changelog +* Wed Dec 12 2006 Pawel Salek - 2.3.14-1 +- update to upstream version 2.3.14. + * Mon Sep 11 2006 Pawel Salek - 2.3.13-2 - rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/balsa/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 26 Jun 2006 20:19:50 -0000 1.14 +++ sources 12 Dec 2006 23:01:51 -0000 1.15 @@ -1 +1 @@ -a1c7fe3454243f1719a19fcdb0905948 balsa-2.3.13.tar.bz2 +6a86f8bebc21bd279b9fd4d2a21a36c0 balsa-2.3.14.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 23:32:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 18:32:59 -0500 Subject: rpms/abcm2ps/FC-5 .cvsignore, 1.25, 1.26 abcm2ps.spec, 1.27, 1.28 sources, 1.25, 1.26 Message-ID: <200612122332.kBCNWxUQ018658@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18607/FC-5 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 30 Nov 2006 17:16:18 -0000 1.25 +++ .cvsignore 12 Dec 2006 23:32:29 -0000 1.26 @@ -1,2 +1,2 @@ -abcm2ps-5.2.0.tar.gz +abcm2ps-5.2.1.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/abcm2ps.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- abcm2ps.spec 30 Nov 2006 17:16:18 -0000 1.27 +++ abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.28 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.0.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 +- new version 5.2.1 + * Thu Nov 30 2006 Gerard Milmeister - 5.2.0-1 - new version 5.2.0 @@ -64,6 +67,9 @@ * Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 - new version 5.0.5 +* Mon Aug 28 2006 Gerard Milmeister - 5.0.1-3 +- Rebuild for FE6 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 30 Nov 2006 17:16:18 -0000 1.25 +++ sources 12 Dec 2006 23:32:29 -0000 1.26 @@ -1,2 +1,2 @@ -d962713c080a4200ef12c4a7fa32f1de abcm2ps-5.2.0.tar.gz +0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Tue Dec 12 23:33:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 18:33:05 -0500 Subject: rpms/abcm2ps/devel .cvsignore, 1.26, 1.27 abcm2ps.spec, 1.29, 1.30 sources, 1.26, 1.27 Message-ID: <200612122333.kBCNX5vG018668@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18607/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 30 Nov 2006 17:14:09 -0000 1.26 +++ .cvsignore 12 Dec 2006 23:32:35 -0000 1.27 @@ -1,2 +1,2 @@ -abcm2ps-5.2.0.tar.gz +abcm2ps-5.2.1.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- abcm2ps.spec 30 Nov 2006 17:14:09 -0000 1.29 +++ abcm2ps.spec 12 Dec 2006 23:32:35 -0000 1.30 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.0.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 +- new version 5.2.1 + * Thu Nov 30 2006 Gerard Milmeister - 5.2.0-1 - new version 5.2.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 30 Nov 2006 17:14:09 -0000 1.26 +++ sources 12 Dec 2006 23:32:35 -0000 1.27 @@ -1,2 +1,2 @@ -d962713c080a4200ef12c4a7fa32f1de abcm2ps-5.2.0.tar.gz +0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Tue Dec 12 23:32:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 18:32:59 -0500 Subject: rpms/abcm2ps/FC-6 .cvsignore, 1.26, 1.27 abcm2ps.spec, 1.29, 1.30 sources, 1.26, 1.27 Message-ID: <200612122332.kBCNWxgL018663@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18607/FC-6 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 30 Nov 2006 17:16:18 -0000 1.26 +++ .cvsignore 12 Dec 2006 23:32:29 -0000 1.27 @@ -1,2 +1,2 @@ -abcm2ps-5.2.0.tar.gz +abcm2ps-5.2.1.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/abcm2ps.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- abcm2ps.spec 30 Nov 2006 17:16:18 -0000 1.29 +++ abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.30 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.0.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 +- new version 5.2.1 + * Thu Nov 30 2006 Gerard Milmeister - 5.2.0-1 - new version 5.2.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 30 Nov 2006 17:16:18 -0000 1.26 +++ sources 12 Dec 2006 23:32:29 -0000 1.27 @@ -1,2 +1,2 @@ -d962713c080a4200ef12c4a7fa32f1de abcm2ps-5.2.0.tar.gz +0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Dec 13 01:19:01 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 12 Dec 2006 20:19:01 -0500 Subject: owners owners.list,1.2101,1.2102 Message-ID: <200612130119.kBD1J1Ui025593@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25578 Modified Files: owners.list Log Message: take over gdk-pixbuf Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2101 retrieving revision 1.2102 diff -u -r1.2101 -r1.2102 --- owners.list 12 Dec 2006 21:11:33 -0000 1.2101 +++ owners.list 13 Dec 2006 01:18:30 -0000 1.2102 @@ -516,7 +516,7 @@ Fedora Extras|gcstar|Personal collections manager|tian at c-sait.net|extras-qa at fedoraproject.org| Fedora Extras|gdeskcal|Eye-candy calendar for your desktop|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gdesklets|Advanced architecture for desktop applets|luya_tfz at thefinalzone.com|extras-qa at fedoraproject.org| -Fedora Extras|gdk-pixbuf|An image loading library used with Gnome|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|gdk-pixbuf|An image loading library used with Gnome|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gdome2|DOM level 2 library for accessing XML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 02:16:25 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 12 Dec 2006 21:16:25 -0500 Subject: rpms/gdk-pixbuf/devel gdk-pixbuf.spec,1.8,1.9 Message-ID: <200612130216.kBD2GPPo029012@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28995 Modified Files: gdk-pixbuf.spec Log Message: Take over maintainership and rebuild for fc7/devel. Index: gdk-pixbuf.spec =================================================================== RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gdk-pixbuf.spec 11 Dec 2006 16:36:30 -0000 1.8 +++ gdk-pixbuf.spec 13 Dec 2006 02:15:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: gdk-pixbuf Version: 0.22.0 -Release: 31%{?dist} +Release: 32%{?dist} Epoch: 1 Summary: An image loading library used with GNOME License: LGPL @@ -54,12 +54,6 @@ %prep -cat< - 1:0.22.0-32 +- Take over maintainership and rebuild for fc7/devel. + * Mon Aug 27 2006 Michael J. Knox - 1:0.22.0-31 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Dec 13 03:27:49 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 22:27:49 -0500 Subject: owners owners.list,1.2102,1.2103 Message-ID: <200612130327.kBD3RnNE000359@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv341 Modified Files: owners.list Log Message: Add python-CDDB Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2102 retrieving revision 1.2103 diff -u -r1.2102 -r1.2103 --- owners.list 13 Dec 2006 01:18:30 -0000 1.2102 +++ owners.list 13 Dec 2006 03:27:18 -0000 1.2103 @@ -1992,6 +1992,7 @@ Fedora Extras|python-basemap|Plots data on map projections (with continental and political boundaries)|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-basemap-data|Data for python-basemap|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-bibtex|Python extension to parse BibTeX files|z.kota at gmx.net|extras-qa at fedoraproject.org| +Fedora Extras|python-CDDB|CDDB and FreeDB audio CD track info access in Python|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-cheetah|Template engine and code-generator|mikeb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-cherrypy|A pythonic, object-oriented web development framework|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-cherrytemplate|An easy and powerful templating module for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|jamatos at fc.up.pt From fedora-extras-commits at redhat.com Wed Dec 13 03:38:11 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:11 -0500 Subject: rpms/pyscript - New directory Message-ID: <200612130338.kBD3cB9u000443@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv439/pyscript Log Message: Directory /cvs/extras/rpms/pyscript added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 03:38:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:16 -0500 Subject: rpms/pyscript/devel - New directory Message-ID: <200612130338.kBD3cGd0000456@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv439/pyscript/devel Log Message: Directory /cvs/extras/rpms/pyscript/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 03:38:30 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:30 -0500 Subject: rpms/pyscript Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612130338.kBD3cUaG000486@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv480 Added Files: Makefile import.log Log Message: Setup of module pyscript --- NEW FILE Makefile --- # Top level Makefile for module pyscript all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 03:38:35 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:35 -0500 Subject: rpms/pyscript/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612130338.kBD3cZlp000501@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv480/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pyscript --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 03:39:42 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:39:42 -0500 Subject: rpms/pyscript import.log,1.1,1.2 Message-ID: <200612130339.kBD3dgbR000575@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv545 Modified Files: import.log Log Message: auto-import pyscript-0.6-6.fc7 on branch devel from pyscript-0.6-6.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyscript/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 03:38:30 -0000 1.1 +++ import.log 13 Dec 2006 03:39:12 -0000 1.2 @@ -0,0 +1 @@ +pyscript-0_6-6_fc7:HEAD:pyscript-0.6-6.fc7.src.rpm:1165981498 From fedora-extras-commits at redhat.com Wed Dec 13 03:39:42 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:39:42 -0500 Subject: rpms/pyscript/devel pyscript.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612130339.kBD3dghV000579@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv545/devel Modified Files: .cvsignore sources Added Files: pyscript.spec Log Message: auto-import pyscript-0.6-6.fc7 on branch devel from pyscript-0.6-6.fc7.src.rpm --- NEW FILE pyscript.spec --- # define python_sitelib %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyscript Version: 0.6 Release: 6%{?dist} Summary: PyScript - Postscript graphics with Python Group: Applications/Publishing License: GPL URL: http://pyscript.sourceforge.net Source0: http://dl.sourceforge.net/sourceforge/pyscript/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: tetex-latex %description PyScript is a Python module for producing high quality postscript graphics. Rather than use a GUI to draw a picture, the picture is programmed using Python and the PyScript objects. %prep %setup -q %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README LICENSE BUGS CHANGES TODO doc/manual/pyscript.pdf %{_bindir}/pyscript %{python_sitelib}/pyscript %changelog * Mon Dec 11 2006 Jef Spaleta 0.6-6 - BuildRequires and Requires changes to address review comments. * Sun Dec 10 2006 Jef Spaleta 0.6-5 - Spec changes to bring things in line with current Extras packaging policy for python. * Mon May 15 2006 Paul Cochrane 0.6-4 - Removed python from Requires list as this will be taken care of automatically. - Added version numbers to the changelog headers. * Mon May 15 2006 Paul Cochrane 0.6-3 - On further advice from ; Bugzilla ref: #191218 And from the python packaging guidelines the following changes have been made: - %%{python_sitelib} variable introduced. - %%{ghost}ing of optimised python files so that they are uninstalled were someone to create them at some later stage. - Simplification of prep, build and install sections. - Use of wildcards where possible (not possible for library files as wish to exclude some from the distribution). - Use of the %%{__python} macro, and an improved version of the install command. * Fri May 12 2006 Paul Cochrane 0.6-2 - On advice from: ; Bugzilla ref: #191218 - Removed Prefix, and made non-relocatable - Corrected BuildRoot - Corrected spec file filename - Cleaning BuildRoot at beginning of install - Corrected defattr and Source0 values from fedora-newrpmspec - Changed ordering of attribute values to agree with the standard spec file format from fedora-newrpmspec - Increased release number - Added %%{_libdir} and %%{_bindir} macros in relevant locations * Mon Apr 24 2006 Paul Cochrane 0.6-1 - Updated for PyScript version 0.6 - Removed patch commands as not required for version 0.6 * Fri Apr 7 2006 Paul Cochrane - Corrected Group tag, added dist to the Release tag, and changed the Copyright tag to License as it now is (and corrected the tag value). * Fri Mar 30 2006 Paul Cochrane 0.6-1 - Finally got building to work properly * Fri Mar 3 2006 Paul Cochrane 0.6-1 - New spec file made for pyscript-0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyscript/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 03:38:35 -0000 1.1 +++ .cvsignore 13 Dec 2006 03:39:12 -0000 1.2 @@ -0,0 +1 @@ +pyscript-0.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyscript/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 03:38:35 -0000 1.1 +++ sources 13 Dec 2006 03:39:12 -0000 1.2 @@ -0,0 +1 @@ +8b4945fda4318abdcd77f1573996b9da pyscript-0.6.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 03:43:01 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:43:01 -0500 Subject: owners owners.list,1.2103,1.2104 Message-ID: <200612130343.kBD3h1Hq000636@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621 Modified Files: owners.list Log Message: adding pyscript entry Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2103 retrieving revision 1.2104 diff -u -r1.2103 -r1.2104 --- owners.list 13 Dec 2006 03:27:18 -0000 1.2103 +++ owners.list 13 Dec 2006 03:42:31 -0000 1.2104 @@ -1983,6 +1983,7 @@ Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org|jamatos at fc.up.pt +Fedora Extras|pyscript|Postscript graphics with Python|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pyserial|Python serial port access library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pyspi|Python bindings for AT-SPI|zcerza at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 04:20:41 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 23:20:41 -0500 Subject: rpms/scipy/FC-6 scipy.spec,1.1,1.2 Message-ID: <200612130420.kBD4Kf8F003969@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3954 Modified Files: scipy.spec Log Message: bump for tag and build Index: scipy.spec =================================================================== RCS file: /cvs/extras/rpms/scipy/FC-6/scipy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scipy.spec 7 Dec 2006 00:41:53 -0000 1.1 +++ scipy.spec 13 Dec 2006 04:20:11 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Scipy: array processing for numbers, strings, records, and objects Name: scipy Version: 0.5.1 -Release: 4%{?dist} +Release: 4%{?dist}.1 Group: Development/Libraries License: BSD @@ -53,6 +53,9 @@ %changelog +* Tue Dec 12 2006 Jef Spaleta - 0.5.1-4.fc6.1 +- Bumped for fc6 build + * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 From fedora-extras-commits at redhat.com Wed Dec 13 04:24:49 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:24:49 -0500 Subject: rpms/beryl-core/devel .cvsignore, 1.2, 1.3 beryl-core.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612130424.kBD4OnlD004055@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4036 Modified Files: .cvsignore beryl-core.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Nov 2006 20:31:35 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:24:19 -0000 1.3 @@ -1 +1,2 @@ beryl-core-0.1.2.tar.bz2 +beryl-core-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/beryl-core.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-core.spec 21 Nov 2006 20:24:12 -0000 1.4 +++ beryl-core.spec 13 Dec 2006 04:24:19 -0000 1.5 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 6%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -97,26 +97,27 @@ %prep %setup -q -%patch0 -p0 -b .mesa64 +#patch0 -p0 -b .mesa64 # Somebody hosed up the release tarball... -find mesa/src -name "*.o" | xargs rm -f +#find mesa/src -name "*.o" | xargs rm -f %build -%configure --x-includes=%{_includedir}/X11/ --x-libraries=%{_libdir}/X11/ -ln -s %{_includedir}/X11 mesa/include/ -ln -s %{_includedir}/GL/glxproto.h mesa/include/GL/ -# Parallel builds currently broken -#make %{?_smp_mflags} -make +# --disable-berylmesa == don't build beryl-xgl +%configure --disable-berylmesa \ + --x-includes=%{_includedir}/X11/ \ + --x-libraries=%{_libdir}/X11/ +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Kill static lib and libtool lib -rm -f $RPM_BUILD_ROOT%{_libdir}/libberylsettings.{a,la} - +# Kill static and libtool libs +find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +# --disable-berylmesa should have made this not install... +rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -125,15 +126,17 @@ %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl* %dir %{_datadir}/beryl +%dir %{_libdir}/beryl/backends %{_datadir}/beryl/*.png %{_mandir}/man1/beryl* %{_libdir}/libberylsettings.so.0 %{_libdir}/libberylsettings.so.0.0.0 +%{_libdir}/beryl/backends/*.so %files devel @@ -154,10 +157,12 @@ %defattr(-,root,root,-) %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 21 2006 Jarod Wilson 0.1.2-6 - Dump R: beryl-vidcap until its into FE - Fix up GL library linking to resolve some undefined symbols -- R: and BR: for mesa-libGL-devel * Thu Nov 16 2006 Jarod Wilson 0.1.2-5 - Add BR: libXinerama-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Nov 2006 20:31:35 -0000 1.2 +++ sources 13 Dec 2006 04:24:19 -0000 1.3 @@ -1 +1 @@ -045aceb6e48e997c952d942fbe841e76 beryl-core-0.1.2.tar.bz2 +24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:25:23 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:25:23 -0500 Subject: rpms/beryl-dbus/devel .cvsignore, 1.2, 1.3 beryl-dbus.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130425.kBD4PNnN004109@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-dbus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4090 Modified Files: .cvsignore beryl-dbus.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:39:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:24:53 -0000 1.3 @@ -1 +1,2 @@ beryl-dbus-0.1.2.tar.bz2 +beryl-dbus-0.1.3.tar.bz2 Index: beryl-dbus.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/devel/beryl-dbus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-dbus.spec 21 Nov 2006 15:39:38 -0000 1.1 +++ beryl-dbus.spec 13 Dec 2006 04:24:53 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager dbus plug-in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,7 @@ %build %configure -# Parallel builds currently broken -#make %{?_smp_mflags} -make +make %{?_smp_mflags} %install @@ -57,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-4 - Remove Req: dbus, rely on auto-gen dbus lib dep Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:39:38 -0000 1.2 +++ sources 13 Dec 2006 04:24:53 -0000 1.3 @@ -1 +1 @@ -15e9d90594b8e9ffa59e41f5c766749f beryl-dbus-0.1.2.tar.bz2 +1efbe8de95b4564ef52df67318fae100 beryl-dbus-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:25:57 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:25:57 -0500 Subject: rpms/beryl-manager/devel .cvsignore, 1.2, 1.3 beryl-manager.desktop, 1.1, 1.2 beryl-manager.spec, 1.4, 1.5 sources, 1.2, 1.3 beryl-manager.svg, 1.1, NONE Message-ID: <200612130425.kBD4PvGk004165@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4144 Modified Files: .cvsignore beryl-manager.desktop beryl-manager.spec sources Removed Files: beryl-manager.svg Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:11:15 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:25:27 -0000 1.3 @@ -1 +1,2 @@ beryl-manager-0.1.2.tar.bz2 +beryl-manager-0.1.3.tar.bz2 Index: beryl-manager.desktop =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/beryl-manager.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-manager.desktop 22 Nov 2006 19:34:40 -0000 1.1 +++ beryl-manager.desktop 13 Dec 2006 04:25:27 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Beryl Manager Comment=Manage Beryl -Icon=/usr/share/pixmaps/beryl-manager.svg +Icon=/usr/share/icons/hicolor/scalable/apps/beryl-manager.svg Exec=beryl-manager Terminal=false Type=Application Index: beryl-manager.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/beryl-manager.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-manager.spec 22 Nov 2006 19:54:21 -0000 1.4 +++ beryl-manager.spec 13 Dec 2006 04:25:27 -0000 1.5 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator and theme management utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 -Source1: beryl-manager.svg -Source2: beryl-manager.desktop +Source1: beryl-manager.desktop Patch0: beryl-manager-0.1.1-pidof.patch # libdrm is not available on these arches @@ -47,10 +46,16 @@ %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora %{SOURCE2} + --add-category X-Fedora %{SOURCE1} +# Fix up xy_XY to just xy +for lang in ar_AR gl_GL my_MY sk_SK tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} +done %find_lang %{name} @@ -73,12 +78,18 @@ %doc COPYING %{_bindir}/beryl-manager %{_datadir}/pixmaps/*.png -%{_datadir}/pixmaps/*.svg +%{_datadir}/icons/hicolor/*/apps/beryl-manager.png +%{_datadir}/icons/hicolor/scalable/apps/beryl-manager.svg %{_datadir}/applications/*.desktop %{_mandir}/man1/beryl-manager.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release +- Fix up a bunch of locale files (others should get added + to filesystem package in due course) + * Wed Nov 22 2006 Jarod Wilson 0.1.2-4 - Add new missing BR: desktop-file-utils Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:11:15 -0000 1.2 +++ sources 13 Dec 2006 04:25:27 -0000 1.3 @@ -1 +1 @@ -50c0235d59369674827ceaec7d36e53b beryl-manager-0.1.2.tar.bz2 +c9559154c20db1bb41d3d480cfdf0299 beryl-manager-0.1.3.tar.bz2 --- beryl-manager.svg DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 04:26:31 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:26:31 -0500 Subject: rpms/beryl-plugins/devel .cvsignore, 1.2, 1.3 beryl-plugins.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130426.kBD4QVEZ004219@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4200 Modified Files: .cvsignore beryl-plugins.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 19:13:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:26:01 -0000 1.3 @@ -1 +1,2 @@ beryl-plugins-0.1.2.tar.bz2 +beryl-plugins-0.1.3.tar.bz2 Index: beryl-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/beryl-plugins.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-plugins.spec 15 Nov 2006 19:13:28 -0000 1.1 +++ beryl-plugins.spec 13 Dec 2006 04:26:01 -0000 1.2 @@ -2,26 +2,21 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager plug-ins BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: fedora-cubecaps.png # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 Requires: beryl-core >= %{version}, fedora-logos -BuildRequires: beryl-core-devel >= %{version}, gnome-desktop-devel -BuildRequires: libtool, gettext-devel -BuildRequires: freeglut-devel, intltool, libdrm-devel -BuildRequires: libwnck-devel, desktop-file-utils -BuildRequires: librsvg2-devel, libX11-devel -BuildRequires: libXfixes-devel, libXrandr-devel, libXrender-devel -BuildRequires: libXcomposite-devel, libXdamage-devel, libXext-devel -BuildRequires: libXt-devel, libXmu-devel, libICE-devel, libSM-devel +BuildRequires: beryl-core-devel >= %{version} +BuildRequires: desktop-file-utils, librsvg2-devel %description @@ -37,28 +32,26 @@ %prep %setup -q -#autoreconf -v --install -perl -pi -e 's,beryl/cubecaps.png,rhgb/main-logo.png,g' \ - src/cube.settings %build -%configure --enable-librsvg --disable-libsvg-cairo -# Parallel builds currently broken -#make %{?_smp_mflags} -make +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +mv $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps-beryl.png +install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %dir %{_libdir}/beryl @@ -67,6 +60,12 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Switch to upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 19:13:28 -0000 1.2 +++ sources 13 Dec 2006 04:26:01 -0000 1.3 @@ -1 +1 @@ -6721bf8bd5fcbe0cabb0a67caa920fcb beryl-plugins-0.1.2.tar.bz2 +de5f6089d05c6d92161729c47857b985 beryl-plugins-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:27:05 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:27:05 -0500 Subject: rpms/beryl-settings/devel .cvsignore, 1.2, 1.3 beryl-settings.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130427.kBD4R511004275@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-settings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4254 Modified Files: .cvsignore beryl-settings.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 18:40:32 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:26:35 -0000 1.3 @@ -1 +1,2 @@ beryl-settings-0.1.2.tar.bz2 +beryl-settings-0.1.3.tar.bz2 Index: beryl-settings.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/devel/beryl-settings.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-settings.spec 15 Nov 2006 18:40:32 -0000 1.1 +++ beryl-settings.spec 13 Dec 2006 04:26:35 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager GUI config utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,8 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gtk2-devel >= 2.8.0, gettext-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gnome-desktop-devel, desktop-file-utils -BuildRequires: intltool, perl-XML-Parser -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel +BuildRequires: gtk2-devel >= 2.8.0, gettext-devel +BuildRequires: perl-XML-Parser, desktop-file-utils %description @@ -36,13 +33,10 @@ %prep %setup -q -#autoreconf -v --install -#glib-gettextize --copy --force -#intltoolize --automake --copy --force perl -pi -e 's/png/svg/g' misc/beryl-settings.desktop %build -%configure --enable-librsvg +%configure make %{?_smp_mflags} @@ -75,13 +69,18 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl-settings -%{_datadir}/beryl/hints %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/*.svg %{_mandir}/man1/beryl-settings.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 18:40:32 -0000 1.2 +++ sources 13 Dec 2006 04:26:35 -0000 1.3 @@ -1 +1 @@ -882aac1837f92dc20b92927900a917f3 beryl-settings-0.1.2.tar.bz2 +bd88d56f32b23d42d44c85a92f0654f3 beryl-settings-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:27:39 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:27:39 -0500 Subject: rpms/aquamarine/devel aquamarine-0.1.3-Makefile.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 aquamarine.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130427.kBD4RdEW004333@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/aquamarine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4311 Modified Files: .cvsignore aquamarine.spec sources Added Files: aquamarine-0.1.3-Makefile.patch Log Message: Update to 0.1.3 release aquamarine-0.1.3-Makefile.patch: --- NEW FILE aquamarine-0.1.3-Makefile.patch --- diff -urp aquamarine-0.1.3.orig/Makefile.in aquamarine-0.1.3/Makefile.in --- aquamarine-0.1.3.orig/Makefile.in 2006-12-09 22:28:51.000000000 -0500 +++ aquamarine-0.1.3/Makefile.in 2006-12-12 23:10:19.000000000 -0500 @@ -803,21 +803,6 @@ uninstall-info: uninstall-info-recursive mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am uninstall-info-am uninstall-local -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/admin/cvs.sh $(top_srcdir)/admin/pkg.m4.in - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh acinclude_m4 - -$(top_srcdir)/configure.in: $(top_srcdir)/subdirs $(top_srcdir)/configure.files $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure_in - -$(top_srcdir)/configure.files: $(top_srcdir)/subdirs $(CONF_FILES) - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure.files $(top_srcdir)/admin/cvs.sh - -$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am - -$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs - # defining default rules for files that may not be present $(top_srcdir)/Makefile.am.in: $(CONF_FILES): Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/aquamarine/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:47:46 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:27:09 -0000 1.3 @@ -1 +1,2 @@ aquamarine-0.1.2.tar.bz2 +aquamarine-0.1.3.tar.bz2 Index: aquamarine.spec =================================================================== RCS file: /cvs/extras/rpms/aquamarine/devel/aquamarine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aquamarine.spec 21 Nov 2006 15:47:46 -0000 1.1 +++ aquamarine.spec 13 Dec 2006 04:27:09 -0000 1.2 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Patch0: aquamarine-0.1.3-Makefile.patch # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 @@ -29,7 +28,7 @@ %prep %setup -q -make -f admin/Makefile.common svn +%patch0 -p1 -b .make %build %configure @@ -52,6 +51,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-3 - Remove R: qt, kdelibs, rely on auto-gen lib deps Index: sources =================================================================== RCS file: /cvs/extras/rpms/aquamarine/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:47:46 -0000 1.2 +++ sources 13 Dec 2006 04:27:09 -0000 1.3 @@ -1 +1 @@ -72f02f7d8b0c6fed9ece870266b1fd8f aquamarine-0.1.2.tar.bz2 +aeb1c42f907f08226c5d4ce48b8d209c aquamarine-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:28:12 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:28:12 -0500 Subject: rpms/bdock/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612130428.kBD4SCWE004385@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4368 Modified Files: .cvsignore sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bdock/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:42:08 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:27:42 -0000 1.3 @@ -1 +1,2 @@ bdock-0.1.2.tar.bz2 +bdock-0.1.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bdock/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:42:08 -0000 1.2 +++ sources 13 Dec 2006 04:27:42 -0000 1.3 @@ -1 +1 @@ -104825e8ef5ffa2f5e2ec5d8642d5b68 bdock-0.1.2.tar.bz2 +c91602c755cb3422bbc737256aecba68 bdock-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:28:46 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:28:46 -0500 Subject: rpms/emerald/devel .cvsignore, 1.2, 1.3 emerald.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130428.kBD4Sk9f004442@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4421 Modified Files: .cvsignore emerald.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:59:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:28:16 -0000 1.3 @@ -1 +1,2 @@ emerald-0.1.2.tar.bz2 +emerald-0.1.3.tar.bz2 Index: emerald.spec =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/emerald.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald.spec 15 Nov 2006 21:59:38 -0000 1.1 +++ emerald.spec 13 Dec 2006 04:28:16 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,8 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gettext-devel, libwnck-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gtk2-devel, intltool, desktop-file-utils -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel -BuildRequires: startup-notification-devel, perl-XML-Parser +BuildRequires: libwnck-devel, gtk2-devel +BuildRequires: intltool, desktop-file-utils %description @@ -104,6 +101,12 @@ %{_libdir}/libemeraldengine.so %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-4 +- Trim BR: + * Wed Nov 15 2006 Jarod Wilson 0.1.2-3 - Kill rpaths Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:59:38 -0000 1.2 +++ sources 13 Dec 2006 04:28:16 -0000 1.3 @@ -1 +1 @@ -c273fe82c7e3b2867f05073f3b012708 emerald-0.1.2.tar.bz2 +27655582912eed701eef07083d445699 emerald-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:29:20 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:29:20 -0500 Subject: rpms/emerald-themes/devel .cvsignore, 1.2, 1.3 emerald-themes.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130429.kBD4TKdO004497@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4477 Modified Files: .cvsignore emerald-themes.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Nov 2006 15:26:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:28:50 -0000 1.3 @@ -1 +1,2 @@ emerald-themes-0.1.2.tar.bz2 +emerald-themes-0.1.3.tar.bz2 Index: emerald-themes.spec =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/devel/emerald-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald-themes.spec 16 Nov 2006 15:26:28 -0000 1.1 +++ emerald-themes.spec 13 Dec 2006 04:28:50 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themes for Emerald, the window decorator for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +48,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one - Remove import.sh, only used during build Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Nov 2006 15:26:28 -0000 1.2 +++ sources 13 Dec 2006 04:28:50 -0000 1.3 @@ -1 +1 @@ -c5aa35e30d3476f05a469f1baac16341 emerald-themes-0.1.2.tar.bz2 +0751a17ebd5768d397466b54886c9724 emerald-themes-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:29:54 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:29:54 -0500 Subject: rpms/heliodor/devel .cvsignore, 1.2, 1.3 heliodor.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130429.kBD4TsMx004551@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/heliodor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4532 Modified Files: .cvsignore heliodor.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heliodor/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:45:26 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:29:24 -0000 1.3 @@ -1 +1,2 @@ heliodor-0.1.2.tar.bz2 +heliodor-0.1.3.tar.bz2 Index: heliodor.spec =================================================================== RCS file: /cvs/extras/rpms/heliodor/devel/heliodor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- heliodor.spec 21 Nov 2006 15:45:26 -0000 1.1 +++ heliodor.spec 13 Dec 2006 04:29:24 -0000 1.2 @@ -2,14 +2,12 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator with Metacity theme support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 Patch0: heliodor-0.1.2-metacity217.patch # libdrm is not available on these arches @@ -39,7 +37,6 @@ %if "%{?fedora}" >= "7" %patch0 -p1 -b .metacity217 %endif -autoreconf -v --install %build @@ -66,6 +63,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Remove some R:, let auto lib deps pull them in Index: sources =================================================================== RCS file: /cvs/extras/rpms/heliodor/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:45:26 -0000 1.2 +++ sources 13 Dec 2006 04:29:24 -0000 1.3 @@ -1 +1 @@ -2594e689f6f319f8f42a5ef582aac307 heliodor-0.1.2.tar.bz2 +463b73840be6461097122788bdf77979 heliodor-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:50:10 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 12 Dec 2006 23:50:10 -0500 Subject: owners owners.list,1.2104,1.2105 Message-ID: <200612130450.kBD4oAxo004691@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4675 Modified Files: owners.list Log Message: Add evolution-remove-duplicates Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2104 retrieving revision 1.2105 diff -u -r1.2104 -r1.2105 --- owners.list 13 Dec 2006 03:42:31 -0000 1.2104 +++ owners.list 13 Dec 2006 04:49:40 -0000 1.2105 @@ -396,6 +396,7 @@ Fedora Extras|evas|A hardware-accelerated canvas API|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eventlog|Syslog-ng v2 support library|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|evolution-bogofilter|A plugin for bogofilter support in evolution|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|evolution-remove-duplicates|Evolution plugin for removing duplicate mails|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim-doc|Documentation for the exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 04:54:12 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 12 Dec 2006 23:54:12 -0500 Subject: owners owners.list,1.2105,1.2106 Message-ID: <200612130454.kBD4sCFb004804@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4788 Modified Files: owners.list Log Message: misa is no longer here Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2105 retrieving revision 1.2106 diff -u -r1.2105 -r1.2106 --- owners.list 13 Dec 2006 04:49:40 -0000 1.2105 +++ owners.list 13 Dec 2006 04:53:42 -0000 1.2106 @@ -304,7 +304,7 @@ Fedora Extras|ddrescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddskk|Daredevil SKK - Simple Kana to Kanji conversion program for Emacs|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dejavu-fonts|DejaVu Fonts|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| -Fedora Extras|deltarpm|Create deltas between rpms|misa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|deltarpm|Create deltas between rpms|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|denyhosts|A script to help thwart ssh server attacks|tibbs at math.uh.edu|extras-qa at fedoraproject.org| Fedora Extras|deskbar-applet|A Gnome applet to allow easy access to various search engines|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|deutex|Doom wad manipulation tool|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 05:07:58 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 13 Dec 2006 00:07:58 -0500 Subject: rpms/python-numarray/devel python-numarray.spec,1.5,1.6 Message-ID: <200612130507.kBD57wRC008008@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-numarray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7991 Modified Files: python-numarray.spec Log Message: Bump and release for python 2.5 rebuild Index: python-numarray.spec =================================================================== RCS file: /cvs/extras/rpms/python-numarray/devel/python-numarray.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-numarray.spec 6 Sep 2006 15:35:45 -0000 1.5 +++ python-numarray.spec 13 Dec 2006 05:07:28 -0000 1.6 @@ -4,7 +4,7 @@ Name: python-numarray Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python array manipulation and computational library Group: Development/Languages @@ -54,6 +54,9 @@ %changelog +* Tues Dec 12 2006 - Jef Spaleta - 1.5.2-2 +- Bump and release for python 2.5 rebuild + * Wed Sep 6 2006 - Orion Poplawski - 1.5.2-1 - Update to 1.5.2 - No longer ghost .pyo files From fedora-extras-commits at redhat.com Wed Dec 13 05:09:10 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 13 Dec 2006 00:09:10 -0500 Subject: rpms/python-numarray/devel python-numarray.spec,1.6,1.7 Message-ID: <200612130509.kBD59AHm008054@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-numarray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8038 Modified Files: python-numarray.spec Log Message: Bump and release for python 2.5 rebuild Index: python-numarray.spec =================================================================== RCS file: /cvs/extras/rpms/python-numarray/devel/python-numarray.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-numarray.spec 13 Dec 2006 05:07:28 -0000 1.6 +++ python-numarray.spec 13 Dec 2006 05:08:40 -0000 1.7 @@ -54,7 +54,7 @@ %changelog -* Tues Dec 12 2006 - Jef Spaleta - 1.5.2-2 +* Tue Dec 12 2006 - Jef Spaleta - 1.5.2-2 - Bump and release for python 2.5 rebuild * Wed Sep 6 2006 - Orion Poplawski - 1.5.2-1 From fedora-extras-commits at redhat.com Wed Dec 13 05:20:15 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 00:20:15 -0500 Subject: rpms/beryl-plugins/devel fedora-cubecaps.png,NONE,1.1 Message-ID: <200612130520.kBD5KFAl008185@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8180 Added Files: fedora-cubecaps.png Log Message: Helps to cvs add files you want included in the build... From fedora-extras-commits at redhat.com Wed Dec 13 05:33:51 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 00:33:51 -0500 Subject: rpms/numpy/devel numpy.spec,1.8,1.9 Message-ID: <200612130533.kBD5XpjH008295@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8280 Modified Files: numpy.spec Log Message: Disable pydebug, currently fails w/python 2.5 Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- numpy.spec 12 Dec 2006 14:25:06 -0000 1.8 +++ numpy.spec 13 Dec 2006 05:33:21 -0000 1.9 @@ -4,7 +4,7 @@ Name: numpy Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -37,7 +37,7 @@ %build ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \ - %{__python} setup.py build + %{__python} setup.py build --without-pydebug %install rm -rf $RPM_BUILD_ROOT @@ -70,6 +70,9 @@ %{python_sitearch}/%{name} %changelog +* Wed Dec 12 2006 Jarod Wilson 1.0-3 +- Disable pydebug, build against python 2.5 fails otherwise + * Tue Dec 12 2006 Jarod Wilson 1.0-2 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Wed Dec 13 06:05:40 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Wed, 13 Dec 2006 01:05:40 -0500 Subject: rpms/evolution-remove-duplicates/FC-5 evolution-remove-duplicates.spec, 1.6, 1.7 rmdups-0.0.2-pkgconfig.patch, 1.3, 1.4 Message-ID: <200612130605.kBD65eMO011563@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11543 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Adjust settings for FC-5's evolution version Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/evolution-remove-duplicates.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- evolution-remove-duplicates.spec 12 Dec 2006 21:56:23 -0000 1.6 +++ evolution-remove-duplicates.spec 13 Dec 2006 06:05:10 -0000 1.7 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -50,12 +50,15 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.6/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.6/errors/org-gnome-remove-duplicates.error %changelog +* Wed Dec 13 2006 Michel Salim - 0.0.2-3.fc5.1 +- Adjustments for FC-5's evolution 2.6 + * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rmdups-0.0.2-pkgconfig.patch 12 Dec 2006 21:56:23 -0000 1.3 +++ rmdups-0.0.2-pkgconfig.patch 13 Dec 2006 06:05:10 -0000 1.4 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.6` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.6` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Wed Dec 13 11:32:20 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:20 -0500 Subject: rpms/perl-Geo-Forward - New directory Message-ID: <200612131132.kBDBWK25029026@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29022/perl-Geo-Forward Log Message: Directory /cvs/extras/rpms/perl-Geo-Forward added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:32:25 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:25 -0500 Subject: rpms/perl-Geo-Forward/devel - New directory Message-ID: <200612131132.kBDBWPJ3029043@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29022/perl-Geo-Forward/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Forward/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:32:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:45 -0500 Subject: rpms/perl-Geo-Forward Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612131132.kBDBWjNE029081@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29075 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Forward --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Forward all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 11:32:50 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:50 -0500 Subject: rpms/perl-Geo-Forward/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612131132.kBDBWo2e029100@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29075/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Forward --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 11:33:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:33:58 -0500 Subject: rpms/perl-Geo-Forward import.log,1.1,1.2 Message-ID: <200612131133.kBDBXwQ6029211@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29160 Modified Files: import.log Log Message: auto-import perl-Geo-Forward-0.11-1 on branch devel from perl-Geo-Forward-0.11-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Forward/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 11:32:45 -0000 1.1 +++ import.log 13 Dec 2006 11:33:28 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Forward-0_11-1:HEAD:perl-Geo-Forward-0.11-1.src.rpm:1166009955 From fedora-extras-commits at redhat.com Wed Dec 13 11:33:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:33:58 -0500 Subject: rpms/perl-Geo-Forward/devel perl-Geo-Forward.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612131134.kBDBXwj8029215@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29160/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Forward.spec Log Message: auto-import perl-Geo-Forward-0.11-1 on branch devel from perl-Geo-Forward-0.11-1.src.rpm --- NEW FILE perl-Geo-Forward.spec --- Name: perl-Geo-Forward Version: 0.11 Release: 1%{?dist} Summary: Calculate geographic location from lat, lon, distance, and heading Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Forward/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Forward-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 BuildRequires: perl(Geo::Functions) >= 0.03 BuildRequires: perl(Geo::Ellipsoids) >= 0.09 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Forward-%{version} %{__perl} -i -pe 's/\r//;' doc/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README doc/ %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.11-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Forward/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 11:32:50 -0000 1.1 +++ .cvsignore 13 Dec 2006 11:33:28 -0000 1.2 @@ -0,0 +1 @@ +Geo-Forward-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Forward/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 11:32:50 -0000 1.1 +++ sources 13 Dec 2006 11:33:28 -0000 1.2 @@ -0,0 +1 @@ +6142d7c7c67bf1d7aee09a40ad5e0512 Geo-Forward-0.11.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 11:35:29 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:29 -0500 Subject: rpms/perl-Geo-Inverse - New directory Message-ID: <200612131135.kBDBZTJW029341@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29337/perl-Geo-Inverse Log Message: Directory /cvs/extras/rpms/perl-Geo-Inverse added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:35:34 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:34 -0500 Subject: rpms/perl-Geo-Inverse/devel - New directory Message-ID: <200612131135.kBDBZYnp029359@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29337/perl-Geo-Inverse/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Inverse/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:35:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:54 -0500 Subject: rpms/perl-Geo-Inverse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612131135.kBDBZsTp029398@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29392 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Inverse --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Inverse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 11:35:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:54 -0500 Subject: rpms/perl-Geo-Inverse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612131135.kBDBZsZ7029414@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29392/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Inverse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 11:36:55 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:36:55 -0500 Subject: rpms/perl-Geo-Inverse import.log,1.1,1.2 Message-ID: <200612131136.kBDBateG029517@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29469 Modified Files: import.log Log Message: auto-import perl-Geo-Inverse-0.04-1 on branch devel from perl-Geo-Inverse-0.04-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Inverse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 11:35:54 -0000 1.1 +++ import.log 13 Dec 2006 11:36:25 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Inverse-0_04-1:HEAD:perl-Geo-Inverse-0.04-1.src.rpm:1166010133 From fedora-extras-commits at redhat.com Wed Dec 13 11:36:55 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:36:55 -0500 Subject: rpms/perl-Geo-Inverse/devel perl-Geo-Inverse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612131137.kBDBattR029521@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29469/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Inverse.spec Log Message: auto-import perl-Geo-Inverse-0.04-1 on branch devel from perl-Geo-Inverse-0.04-1.src.rpm --- NEW FILE perl-Geo-Inverse.spec --- Name: perl-Geo-Inverse Version: 0.04 Release: 1%{?dist} Summary: Calculate geographic distance from a lat & lon pair Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Inverse/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Inverse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 BuildRequires: perl(Geo::Functions) >= 0.03 BuildRequires: perl(Geo::Ellipsoids) >= 0.09 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Inverse-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.04-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Inverse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 11:35:54 -0000 1.1 +++ .cvsignore 13 Dec 2006 11:36:25 -0000 1.2 @@ -0,0 +1 @@ +Geo-Inverse-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Inverse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 11:35:54 -0000 1.1 +++ sources 13 Dec 2006 11:36:25 -0000 1.2 @@ -0,0 +1 @@ +0f401e9878fcf69d3ad701b1b2103898 Geo-Inverse-0.04.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 11:38:00 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:38:00 -0500 Subject: owners owners.list,1.2106,1.2107 Message-ID: <200612131138.kBDBc0SD029600@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29569 Modified Files: owners.list Log Message: New packages: perl-Geo-Forward (#219352) and perl-Geo-Inverse (#219353) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2106 retrieving revision 1.2107 diff -u -r1.2106 -r1.2107 --- owners.list 13 Dec 2006 04:53:42 -0000 1.2106 +++ owners.list 13 Dec 2006 11:37:30 -0000 1.2107 @@ -1515,7 +1515,9 @@ Fedora Extras|perl-GDTextUtil|Text utilities for use with GD|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Geo-Constants|Standard Geo:: constants|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Geo-Ellipsoids|Standard Geo:: ellipsoids|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Forward|Calculate geographic location from lat, lon, distance, and heading|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Geo-Functions|Standard Geo:: functions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Inverse|Calculate geographic distance from a lat & lon pair|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-gettext|Interface to gettext family of functions|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Glib|Perl interface to GLib|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com From fedora-extras-commits at redhat.com Wed Dec 13 13:50:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 08:50:39 -0500 Subject: rpms/sbcl/FC-6 .cvsignore, 1.17, 1.18 sbcl.spec, 1.54, 1.55 sources, 1.19, 1.20 Message-ID: <200612131350.kBDDodQY004859@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4840 Modified Files: .cvsignore sbcl.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 8 Nov 2006 14:24:42 -0000 1.17 +++ .cvsignore 13 Dec 2006 13:50:09 -0000 1.18 @@ -1,6 +1,5 @@ -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.16-source.tar.bz2 -sbcl-0.9.17-source.tar.bz2 sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sbcl.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- sbcl.spec 14 Nov 2006 02:59:05 -0000 1.54 +++ sbcl.spec 13 Dec 2006 13:50:09 -0000 1.55 @@ -4,13 +4,13 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.18 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,7 +24,7 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -91,10 +91,11 @@ %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -220,6 +221,10 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + * Mon Nov 13 2006 Rex Dieter 0.9.18-2 - fix awol contrib/sb-bsd-sockets (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 8 Nov 2006 14:24:42 -0000 1.19 +++ sources 13 Dec 2006 13:50:09 -0000 1.20 @@ -1 +1 @@ -a00122024746ecb81bfff1a328bb2336 sbcl-0.9.18-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 14:10:05 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Wed, 13 Dec 2006 09:10:05 -0500 Subject: rpms/graphviz/devel graphviz.spec,1.29,1.30 Message-ID: <200612131410.kBDEA5qe008068@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/graphviz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8053 Modified Files: graphviz.spec Log Message: * Wed Dec 13 2006 Patrick "Jima" Laughton 2.12-2 - Use of RPM_INSTALL_PREFIX0 in %%post requires Prefix: to be set Index: graphviz.spec =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/graphviz.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- graphviz.spec 11 Dec 2006 18:42:36 -0000 1.29 +++ graphviz.spec 13 Dec 2006 14:09:35 -0000 1.30 @@ -7,7 +7,7 @@ #-- graphviz src.rpm -------------------------------------------------------- Name: graphviz Version: 2.12 -Release: 1%{?dist} +Release: 2%{?dist} License: CPL URL: http://www.graphviz.org/ @@ -15,7 +15,7 @@ Patch0: %{name}-php5.patch # graphviz is relocatable -#Prefix: /usr +Prefix: /usr #-- feature and package selection ------------------------------------------- # depends on %dist and %fedora (or %rhl or %rhel) which are set @@ -429,6 +429,9 @@ #-- changelog -------------------------------------------------- %changelog +* Wed Dec 13 2006 Patrick "Jima" Laughton 2.12-2 +- Use of RPM_INSTALL_PREFIX0 in %%post requires Prefix: to be set + * Mon Dec 11 2006 Patrick "Jima" Laughton 2.12-1 - Fixed dist tag - Fixed minor typo in -lua description (BZ#218191) From fedora-extras-commits at redhat.com Wed Dec 13 14:19:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:19:15 -0500 Subject: rpms/sbcl/FC-5 .cvsignore, 1.17, 1.18 sbcl.spec, 1.51, 1.52 sources, 1.19, 1.20 Message-ID: <200612131419.kBDEJFME008139@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8120 Modified Files: .cvsignore sbcl.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 8 Nov 2006 14:41:17 -0000 1.17 +++ .cvsignore 13 Dec 2006 14:18:45 -0000 1.18 @@ -1,6 +1,5 @@ -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.16-source.tar.bz2 -sbcl-0.9.17-source.tar.bz2 sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sbcl.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- sbcl.spec 14 Nov 2006 03:00:09 -0000 1.51 +++ sbcl.spec 13 Dec 2006 14:18:45 -0000 1.52 @@ -4,13 +4,13 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.18 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,7 +24,7 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -91,10 +91,11 @@ %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -220,6 +221,10 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + * Mon Nov 13 2006 Rex Dieter 0.9.18-2 - fix awol contrib/sb-bsd-sockets (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 8 Nov 2006 14:41:17 -0000 1.19 +++ sources 13 Dec 2006 14:18:45 -0000 1.20 @@ -1 +1 @@ -a00122024746ecb81bfff1a328bb2336 sbcl-0.9.18-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 14:37:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:37:04 -0500 Subject: rpms/maxima/devel maxima-5.11.0-xdg_utils.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 maxima.spec, 1.48, 1.49 sources, 1.9, 1.10 maxima-5.10.0-xdg-utils.patch, 1.1, NONE maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612131437.kBDEb4Ij008333@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8309 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.11.0-xdg_utils.patch Removed Files: maxima-5.10.0-xdg-utils.patch maxima.el-xemacs.patch Log Message: * Wed Dec 13 2006 Rex Dieter 5.10.99-0.1.rc2 - maxima-5.10.99rc2 maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.10.99rc2/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.10.99rc2/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-13 07:15:16.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 21 Sep 2006 15:18:06 -0000 1.10 +++ .cvsignore 13 Dec 2006 14:36:34 -0000 1.11 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz +maxima-5.10.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- maxima.spec 6 Dec 2006 14:23:06 -0000 1.48 +++ maxima.spec 13 Dec 2006 14:36:34 -0000 1.49 @@ -1,12 +1,13 @@ %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define beta rc2 Summary: Symbolic Computation Program Name: maxima -Version: 5.10.0 +Version: 5.10.99 -Release: 9%{?dist}.2 +Release: 0.1.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -22,8 +23,7 @@ %ifarch %{ix86} x86_64 %define default_lisp gcl -## skip clisp, for now, rawhide breakage -#define _enable_clisp --enable-clisp +%define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl %endif @@ -45,9 +45,7 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.10.0-xdg-utils.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch +Patch1: maxima-5.11.0-xdg_utils.patch # use sbcl --disable-debugger Patch3: maxima-5.9.4-sbcl-disable-debugger.patch # emaxima fix from Camm Maguire @@ -63,7 +61,7 @@ BuildRequires: time # texi2dvi -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 BuildRequires: texinfo-tex %else BuildRequires: texinfo @@ -141,7 +139,7 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 # See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch @@ -158,8 +156,7 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -# almost any sbcl will do, but we want to be sure we're using the latest -- Rex -BuildRequires: sbcl >= 0.9.18 +BuildRequires: sbcl # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) @@ -181,7 +178,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch2 -p1 -b .xemacs #patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" @@ -337,7 +333,7 @@ %dir %{_libdir}/maxima/ %dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* %{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs @@ -386,6 +382,9 @@ %changelog +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.1.rc2 +- maxima-5.10.99rc2 + * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Sep 2006 15:18:06 -0000 1.9 +++ sources 13 Dec 2006 14:36:34 -0000 1.10 @@ -1,3 +1,4 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf 1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz --- maxima-5.10.0-xdg-utils.patch DELETED --- --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 14:47:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:47:38 -0500 Subject: rpms/maxima/FC-6 .cvsignore,1.10,1.11 maxima.spec,1.44,1.45 Message-ID: <200612131447.kBDElcZO008514@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8493 Modified Files: .cvsignore maxima.spec Log Message: * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 21 Sep 2006 15:18:06 -0000 1.10 +++ .cvsignore 13 Dec 2006 14:47:08 -0000 1.11 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz +maxima-5.10.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/maxima.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- maxima.spec 14 Nov 2006 14:57:08 -0000 1.44 +++ maxima.spec 13 Dec 2006 14:47:08 -0000 1.45 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -21,7 +21,7 @@ %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%define default_lisp clisp %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl @@ -385,6 +385,9 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + * Fri Nov 10 2006 Rex Dieter 5.10.0-8 - omit sbcl-disable-debugger patch (#214568) From fedora-extras-commits at redhat.com Wed Dec 13 14:48:08 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 13 Dec 2006 09:48:08 -0500 Subject: rpms/lilypond/FC-5 .cvsignore, 1.6, 1.7 lilypond.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612131448.kBDEm8VI008575@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8512 Modified Files: .cvsignore lilypond.spec sources Log Message: Upgrade to 2.10.x. Two bug fixes. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 6 Nov 2006 18:37:50 -0000 1.6 +++ .cvsignore 13 Dec 2006 14:47:38 -0000 1.7 @@ -1 +1 @@ -lilypond-2.8.8.tar.gz +lilypond-2.10.1.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lilypond.spec 6 Nov 2006 18:37:50 -0000 1.8 +++ lilypond.spec 13 Dec 2006 14:47:38 -0000 1.9 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.8.8 +Version: 2.10.1 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -13,12 +13,13 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info -Buildrequires: t1utils bison flex mftrace ImageMagick -BuildRequires: gettext python-devel tetex -BuildRequires: texinfo >= 4.7 +Buildrequires: t1utils bison flex ImageMagick gettext tetex +BuildRequires: python-devel >= 2.4.0 +BuildRequires: mftrace >= 1.1.19 +BuildRequires: texinfo >= 4.8 BuildRequires: guile-devel >= 1.6.4 BuildRequires: ghostscript >= 8.15 -BuildRequires: pango-devel >= 1.6.0 +BuildRequires: pango-devel >= 1.12.0 %description LilyPond is an automated music engraving system. It formats music @@ -65,13 +66,13 @@ %post -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %files -f %{name}.lang @@ -89,6 +90,11 @@ %changelog +* Tue Dec 12 2006 Quentin Spencer 2.10.1-1 +- Upgrade to 2.10.1. Fixes bug 219254. +- Update build requirements for 2.10.x. +- Fix bug 219400. + * Mon Nov 6 2006 Quentin Spencer 2.8.8-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 6 Nov 2006 18:37:50 -0000 1.6 +++ sources 13 Dec 2006 14:47:38 -0000 1.7 @@ -1 +1 @@ -2fe58ff2fcbc848def46ef287a693189 lilypond-2.8.8.tar.gz +b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 14:49:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:49:26 -0500 Subject: rpms/maxima/devel maxima.spec, 1.49, 1.50 sources, 1.10, 1.11 maxima-5.9.4-sbcl-disable-debugger.patch, 1.1, NONE Message-ID: <200612131449.kBDEnQTH008612@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8593 Modified Files: maxima.spec sources Removed Files: maxima-5.9.4-sbcl-disable-debugger.patch Log Message: update sources drop unused patch Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- maxima.spec 13 Dec 2006 14:36:34 -0000 1.49 +++ maxima.spec 13 Dec 2006 14:48:56 -0000 1.50 @@ -46,8 +46,6 @@ Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf Patch1: maxima-5.11.0-xdg_utils.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.4-sbcl-disable-debugger.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -178,7 +176,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" %patch6 -p1 -b .gcl-setarch Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Dec 2006 14:36:34 -0000 1.10 +++ sources 13 Dec 2006 14:48:56 -0000 1.11 @@ -1,4 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz 2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz --- maxima-5.9.4-sbcl-disable-debugger.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 14:51:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:51:19 -0500 Subject: rpms/maxima/devel maxima.spec,1.50,1.51 Message-ID: <200612131451.kBDEpJkJ008633@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618 Modified Files: maxima.spec Log Message: Release++, respin for cleaned up sources/patches Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- maxima.spec 13 Dec 2006 14:48:56 -0000 1.50 +++ maxima.spec 13 Dec 2006 14:50:49 -0000 1.51 @@ -7,7 +7,7 @@ Name: maxima Version: 5.10.99 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -379,7 +379,7 @@ %changelog -* Wed Dec 13 2006 Rex Dieter 5.10.99-0.1.rc2 +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 - maxima-5.10.99rc2 * Wed Dec 06 2006 Rex Dieter 5.10.0-9 From fedora-extras-commits at redhat.com Wed Dec 13 14:52:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 13 Dec 2006 09:52:50 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.10,1.11 Message-ID: <200612131452.kBDEqoCR008654@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8639 Modified Files: pitivi.spec Log Message: Add requirement on gstreamer-python Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pitivi.spec 12 Dec 2006 15:03:23 -0000 1.10 +++ pitivi.spec 13 Dec 2006 14:52:20 -0000 1.11 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildArch: noarch Requires: gnonlin +Requires: gstreamer-python BuildRequires: gstreamer-devel >= 0.10.2 BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 @@ -64,6 +65,9 @@ %{_datadir}/applications/* %changelog +* Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 +- Add requirement on gstreamer-python + * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. - Add dist tag From fedora-extras-commits at redhat.com Wed Dec 13 15:01:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 13 Dec 2006 10:01:04 -0500 Subject: rpms/alleggl/devel .cvsignore, 1.2, 1.3 alleggl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612131501.kBDF14fF011708@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8827 Modified Files: .cvsignore alleggl.spec sources Log Message: * Wed Dec 13 2006 Hans de Goede 0.4.0-1 - New upstream release 0.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 +++ .cvsignore 13 Dec 2006 15:00:34 -0000 1.3 @@ -1 +1 @@ -alleggl-0.4.0_rc4.tar.bz2 +alleggl-0.4.0.tar.bz2 Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/alleggl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- alleggl.spec 28 Aug 2006 05:08:10 -0000 1.2 +++ alleggl.spec 13 Dec 2006 15:00:34 -0000 1.3 @@ -1,13 +1,11 @@ -%define pre_version rc4 - Name: alleggl Version: 0.4.0 -Release: 0.5.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +84,9 @@ %changelog +* Wed Dec 13 2006 Hans de Goede 0.4.0-1 +- New upstream release 0.4.0 final + * Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 - FE6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 20:47:40 -0000 1.2 +++ sources 13 Dec 2006 15:00:34 -0000 1.3 @@ -1 +1 @@ -0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 +43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:02:11 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 13 Dec 2006 10:02:11 -0500 Subject: rpms/alleggl/FC-6 .cvsignore, 1.2, 1.3 alleggl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612131502.kBDF2Bsl012005@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11986 Modified Files: .cvsignore alleggl.spec sources Log Message: * Wed Dec 13 2006 Hans de Goede 0.4.0-1 - New upstream release 0.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 +++ .cvsignore 13 Dec 2006 15:01:40 -0000 1.3 @@ -1 +1 @@ -alleggl-0.4.0_rc4.tar.bz2 +alleggl-0.4.0.tar.bz2 Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-6/alleggl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- alleggl.spec 28 Aug 2006 05:08:10 -0000 1.2 +++ alleggl.spec 13 Dec 2006 15:01:40 -0000 1.3 @@ -1,13 +1,11 @@ -%define pre_version rc4 - Name: alleggl Version: 0.4.0 -Release: 0.5.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +84,9 @@ %changelog +* Wed Dec 13 2006 Hans de Goede 0.4.0-1 +- New upstream release 0.4.0 final + * Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 - FE6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 20:47:40 -0000 1.2 +++ sources 13 Dec 2006 15:01:40 -0000 1.3 @@ -1 +1 @@ -0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 +43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:03:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 13 Dec 2006 10:03:02 -0500 Subject: rpms/alleggl/FC-5 .cvsignore, 1.2, 1.3 alleggl.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131503.kBDF32W7012068@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12049 Modified Files: .cvsignore alleggl.spec sources Log Message: * Wed Dec 13 2006 Hans de Goede 0.4.0-1 - New upstream release 0.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 +++ .cvsignore 13 Dec 2006 15:02:32 -0000 1.3 @@ -1 +1 @@ -alleggl-0.4.0_rc4.tar.bz2 +alleggl-0.4.0.tar.bz2 Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-5/alleggl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- alleggl.spec 10 Aug 2006 20:47:40 -0000 1.1 +++ alleggl.spec 13 Dec 2006 15:02:32 -0000 1.2 @@ -1,13 +1,11 @@ -%define pre_version rc4 - Name: alleggl Version: 0.4.0 -Release: 0.4.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/download/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +84,12 @@ %changelog +* Wed Dec 13 2006 Hans de Goede 0.4.0-1 +- New upstream release 0.4.0 final + +* Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 +- FE6 Rebuild + * Thu Aug 10 2006 Hans de Goede 0.4.0-0.4.rc4 - Cleanup %%doc for both base and -devel a bit Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 20:47:40 -0000 1.2 +++ sources 13 Dec 2006 15:02:32 -0000 1.3 @@ -1 +1 @@ -0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 +43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:08:03 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 10:08:03 -0500 Subject: rpms/emerald/devel emerald.spec,1.2,1.3 Message-ID: <200612131508.kBDF83n9012182@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12134 Modified Files: emerald.spec Log Message: Add BR for freshly-added translation Index: emerald.spec =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/emerald.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emerald.spec 13 Dec 2006 04:28:16 -0000 1.2 +++ emerald.spec 13 Dec 2006 15:07:33 -0000 1.3 @@ -3,7 +3,7 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,6 +17,7 @@ BuildRequires: beryl-core-devel >= %{version} BuildRequires: libwnck-devel, gtk2-devel BuildRequires: intltool, desktop-file-utils +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -59,6 +60,13 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/emerald-theme-manager.desktop +# Fix up xy_XY to just xy +for lang in tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} +done %find_lang %{name} @@ -101,6 +109,9 @@ %{_libdir}/libemeraldengine.so %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add necessary BR for freshly-added translations + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release From fedora-extras-commits at redhat.com Wed Dec 13 15:08:32 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 13 Dec 2006 10:08:32 -0500 Subject: rpms/lilypond/FC-5 .cvsignore, 1.7, 1.8 lilypond.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612131508.kBDF8Wqg012221@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12165 Modified Files: .cvsignore lilypond.spec sources Log Message: 2.10.2 is out, upgrade to that instead. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 13 Dec 2006 14:47:38 -0000 1.7 +++ .cvsignore 13 Dec 2006 15:08:02 -0000 1.8 @@ -1 +1 @@ -lilypond-2.10.1.tar.gz +lilypond-2.10.2.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- lilypond.spec 13 Dec 2006 14:47:38 -0000 1.9 +++ lilypond.spec 13 Dec 2006 15:08:02 -0000 1.10 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,8 +90,8 @@ %changelog -* Tue Dec 12 2006 Quentin Spencer 2.10.1-1 -- Upgrade to 2.10.1. Fixes bug 219254. +* Tue Dec 13 2006 Quentin Spencer 2.10.2-1 +- Upgrade to 2.10.2. Fixes bug 219254. - Update build requirements for 2.10.x. - Fix bug 219400. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Dec 2006 14:47:38 -0000 1.7 +++ sources 13 Dec 2006 15:08:02 -0000 1.8 @@ -1 +1 @@ -b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz +604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 15:36:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 10:36:26 -0500 Subject: rpms/maxima/FC-5 .cvsignore, 1.7, 1.8 maxima.spec, 1.32, 1.33 sources, 1.7, 1.8 Message-ID: <200612131536.kBDFaQIT012540@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12517 Modified Files: .cvsignore maxima.spec sources Log Message: * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Sep 2006 15:41:51 -0000 1.7 +++ .cvsignore 13 Dec 2006 15:35:56 -0000 1.8 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz +maxima-5.10.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- maxima.spec 14 Nov 2006 13:43:37 -0000 1.32 +++ maxima.spec 13 Dec 2006 15:35:56 -0000 1.33 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -21,7 +21,7 @@ %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%define default_lisp clisp %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl @@ -157,8 +157,7 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -# almost any sbcl will do, but we want to be sure we're using the latest -- Rex -BuildRequires: sbcl >= 0.9.18 +BuildRequires: sbcl >= 1.0 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) @@ -385,6 +384,9 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + * Fri Nov 10 2006 Rex Dieter 5.10.0-8 - omit sbcl-disable-debugger patch (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Sep 2006 15:41:51 -0000 1.7 +++ sources 13 Dec 2006 15:35:56 -0000 1.8 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 15:39:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 10:39:40 -0500 Subject: rpms/maxima/FC-5 maxima.spec,1.33,1.34 sources,1.8,1.9 Message-ID: <200612131539.kBDFdeE7012619@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12602 Modified Files: maxima.spec sources Log Message: respin for fixed sources Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- maxima.spec 13 Dec 2006 15:35:56 -0000 1.33 +++ maxima.spec 13 Dec 2006 15:39:10 -0000 1.34 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 9%{?dist} +Release: 9%{?dist}.1 License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 13 Dec 2006 15:35:56 -0000 1.8 +++ sources 13 Dec 2006 15:39:10 -0000 1.9 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz +1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 15:45:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 10:45:35 -0500 Subject: rpms/fltk/devel .cvsignore, 1.4, 1.5 fltk-1.1.7-test.patch, 1.1, 1.2 fltk.spec, 1.22, 1.23 sources, 1.4, 1.5 Message-ID: <200612131545.kBDFjZUj012766@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12740 Modified Files: .cvsignore fltk-1.1.7-test.patch fltk.spec sources Log Message: * Wed Dec 13 2006 Rex Dieter 1.1.7-7.r5555 - fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348) - restore static libs (they're tightly coupled with fltk-config) - cleanup %description's Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Feb 2006 08:17:17 -0000 1.4 +++ .cvsignore 13 Dec 2006 15:45:05 -0000 1.5 @@ -1 +1,2 @@ fltk-1.1.7-source.tar.bz2 +fltk-1.1.x-r5555.tar.bz2 fltk-1.1.7-test.patch: Index: fltk-1.1.7-test.patch =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk-1.1.7-test.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fltk-1.1.7-test.patch 12 Dec 2006 06:37:48 -0000 1.1 +++ fltk-1.1.7-test.patch 13 Dec 2006 15:45:05 -0000 1.2 @@ -14,7 +14,7 @@ done +test: -+ (cd test;; $(MAKE) $(MFLAGS)) ||: ++ (cd test;; $(MAKE) $(MFLAGS)) || exit 1 + install: makeinclude -mkdir -p $(DESTDIR)$(bindir) Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fltk.spec 12 Dec 2006 06:37:48 -0000 1.22 +++ fltk.spec 13 Dec 2006 15:45:05 -0000 1.23 @@ -1,13 +1,20 @@ +%define snap r5555 +#define _disable_static --disable-static + Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 6%{?dist} +Release: 7.%{snap}%{?dist} License: LGPL with exceptions Group: System Environment/Libraries URL: http://www.fltk.org/ +%if "%{?snap:1}" == "1" +Source0: ftp://ftp.easysw.com/pub/fltk/snapshots/fltk-1.1.x-%{snap}.tar.bz2 +%else Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # See http://bugzilla.redhat.com/199656 @@ -29,8 +36,14 @@ BuildRequires: desktop-file-utils BuildRequires: man +%description +FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. +It provides modern GUI functionality without the bloat, and supports +3D graphics via OpenGL and its built-in GLUT emulation. + + %package devel -Summary: Development package for %{name} +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel @@ -41,36 +54,27 @@ %else Requires: xorg-x11-devel %endif +%description devel +%{summary}. %package fluid Summary: Fast Light User Interface Designer Group: Development/Tools Requires: %{name}-devel = %{version}-%{release} - -%description -FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for -UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern -GUI functionality without the bloat, and supports 3D graphics via -OpenGL and its built-in GLUT emulation. FLTK is designed to be small -and modular enough to be statically linked, and also works fine as a -shared library. - -%description devel -This package contains development files for %{name} -FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for -UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern -GUI functionality without the bloat, and supports 3D graphics via -OpenGL and its built-in GLUT emulation. - %description fluid -fluid stands for the Fast Light User Interface Designer. It is an -interactive GUI designer for FLTK. +%{summary}, an interactive GUI designer for %{name}. %prep -%setup -q -n %{name}-%{version}%{?extraversion} +%if "%{?snap:1}" == "1" +%setup -q -n fltk-1.1.x-%{snap} +%else +%setup -q +%endif +%if "%{?snap:1}" != "1" %patch1 -p1 -b .199656 +%endif %patch2 -p1 -b .test @@ -79,7 +83,7 @@ export LDFLAGS="$(pkg-config xft --libs)" %configure \ - --disable-static \ + %{?_disable_static} \ --enable-shared \ --enable-threads \ --enable-xdbe \ @@ -106,11 +110,13 @@ ## unpackaged files # errant docs rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* +%if "%{?_disable_static:1}" == "1" # static libs rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a -# games: checkers/sudoku +%endif +# omit examples/games: make -C test uninstall-linux DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* +rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{blocks,checkers,sudoku}* %check @@ -154,6 +160,12 @@ %{_libdir}/libfltk_forms.so %{_libdir}/libfltk_gl.so %{_libdir}/libfltk_images.so +%if "%{?_disable_static:1}" != "1" +%{_libdir}/libfltk.a +%{_libdir}/libfltk_forms.a +%{_libdir}/libfltk_gl.a +%{_libdir}/libfltk_images.a +%endif %{_mandir}/man1/fltk-config.1* %{_mandir}/man3/fltk.3* @@ -168,6 +180,11 @@ %changelog +* Wed Dec 13 2006 Rex Dieter 1.1.7-7.r5555 +- fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348) +- restore static libs (they're tightly coupled with fltk-config) +- cleanup %%description's + * Mon Dec 11 2006 Rex Dieter 1.1.7-6 - move tests to %%check section Index: sources =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Feb 2006 08:17:17 -0000 1.4 +++ sources 13 Dec 2006 15:45:05 -0000 1.5 @@ -1 +1 @@ -2e29319119adc9d63b2f26b72cae0a88 fltk-1.1.7-source.tar.bz2 +4dea63e0e947950b446f955555cd47c9 fltk-1.1.x-r5555.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:51:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 13 Dec 2006 10:51:04 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.9,1.10 Message-ID: <200612131551.kBDFp4ab012870@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12846 Modified Files: pitivi.spec Log Message: Add requirement on gstreamer-python Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pitivi.spec 12 Dec 2006 15:08:45 -0000 1.9 +++ pitivi.spec 13 Dec 2006 15:50:34 -0000 1.10 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildArch: noarch Requires: gnonlin +Requires: gstreamer-python BuildRequires: gstreamer-devel >= 0.10.2 BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 @@ -64,6 +65,9 @@ %{_datadir}/applications/* %changelog +* Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 +- Add requirement on gstreamer-python + * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. - Add dist tag From fedora-extras-commits at redhat.com Wed Dec 13 16:02:46 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 11:02:46 -0500 Subject: rpms/beryl-plugins/devel beryl-plugins.spec,1.2,1.3 Message-ID: <200612131602.kBDG2kxo016090@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16073 Modified Files: beryl-plugins.spec Log Message: Add BR for freshly added translations Index: beryl-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/beryl-plugins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- beryl-plugins.spec 13 Dec 2006 04:26:01 -0000 1.2 +++ beryl-plugins.spec 13 Dec 2006 16:02:16 -0000 1.3 @@ -3,7 +3,7 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager plug-ins BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,6 +17,7 @@ BuildRequires: beryl-core-devel >= %{version} BuildRequires: desktop-file-utils, librsvg2-devel +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -60,6 +61,9 @@ %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add BR for freshly added translations + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release From fedora-extras-commits at redhat.com Wed Dec 13 16:47:44 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 13 Dec 2006 11:47:44 -0500 Subject: rpms/amavisd-new/FC-6 .cvsignore, 1.6, 1.7 amavisd-new.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612131647.kBDGlifg016498@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16464 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 22:47:43 -0000 1.6 +++ .cvsignore 13 Dec 2006 16:47:14 -0000 1.7 @@ -1 +1 @@ -amavisd-new-2.4.3.tar.gz +amavisd-new-2.4.4.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/amavisd-new.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- amavisd-new.spec 15 Nov 2006 02:35:20 -0000 1.12 +++ amavisd-new.spec 13 Dec 2006 16:47:14 -0000 1.13 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.3 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.4.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -89,7 +89,7 @@ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m755 amavisd-{agent,nanny} $RPM_BUILD_ROOT%{_bindir}/ +install -m755 amavisd-{agent,nanny,release} $RPM_BUILD_ROOT%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd @@ -153,6 +153,12 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Tue Dec 05 2006 Steven Pritchard 2.4.4-1 +- Update to 2.4.4. + +* Fri Dec 01 2006 Steven Pritchard 2.4.3-5 +- Add missing amavisd-release script. + * Tue Nov 14 2006 Steven Pritchard 2.4.3-4 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 22:47:43 -0000 1.6 +++ sources 13 Dec 2006 16:47:14 -0000 1.7 @@ -1 +1 @@ -7c5f23b1cd523df31d10cf38150e8cea amavisd-new-2.4.3.tar.gz +08b009ca24dc3676293fc6b80db250a3 amavisd-new-2.4.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:08:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:08:43 -0500 Subject: rpms/clucene - New directory Message-ID: <200612131708.kBDH8hr0019697@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19693/clucene Log Message: Directory /cvs/extras/rpms/clucene added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 17:08:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:08:48 -0500 Subject: rpms/clucene/devel - New directory Message-ID: <200612131708.kBDH8mAx019710@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19693/clucene/devel Log Message: Directory /cvs/extras/rpms/clucene/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 17:09:00 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:09:00 -0500 Subject: rpms/clucene Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612131709.kBDH90Dc019740@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734 Added Files: Makefile import.log Log Message: Setup of module clucene --- NEW FILE Makefile --- # Top level Makefile for module clucene all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 17:09:06 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:09:06 -0500 Subject: rpms/clucene/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612131709.kBDH96qC019757@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module clucene --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 17:10:08 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:10:08 -0500 Subject: rpms/clucene/devel clucene.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612131710.kBDHA8oV019830@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19796/devel Modified Files: .cvsignore sources Added Files: clucene.spec Log Message: auto-import clucene-0.9.16a-1 on branch devel from clucene-0.9.16a-1.src.rpm --- NEW FILE clucene.spec --- Summary: A C++ port of Lucene Name: clucene Version: 0.9.16a Release: 1%{?dist} License: LGPL Group: Development/System URL: http://www.sourceforge.net/projects/clucene Source: http://easynews.dl.sf.net/clucene/clucene-core-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake %description CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++ %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the static libraries and header files needed for developing with clucene %prep %setup -q -n clucene-core-%{version} %build %configure --disable-static make %{?_smp_mflags} # Run the tests %check make check %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install #Hope upstream will correct this problem in the next release mv %{buildroot}%{_libdir}/CLucene/clucene-config.h %{buildroot}%{_includedir}/CLucene/ rm -rf %{buildroot}%{_libdir}/CLucene #Package the docs mkdir -p %{buildroot}%{_datadir}/%{name}/doc cp -pr doc/*.htm doc/*.jpg %{buildroot}%{_datadir}/%{name}/doc rm -rf %{buildroot}%{_libdir}/*.la %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* %files devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h %{_libdir}/*.so %{_datadir}/%{name}/ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Update to latest stable release - Run make check during build * Mon Nov 20 2006 Deji Akingunola - 0.9.15-3 - Don't package APACHE.license since we've LGPL instead - Package documentation in devel subpackage * Mon Nov 13 2006 Deji Akingunola - 0.9.15-2 - Fix a bunch of issues with the spec (#215258) - Moved the header file away from lib dir * Sat Nov 04 2006 Deji Akingunola - 0.9.15-1 - Initial packaging for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clucene/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 17:09:06 -0000 1.1 +++ .cvsignore 13 Dec 2006 17:09:38 -0000 1.2 @@ -0,0 +1 @@ +clucene-core-0.9.16a.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clucene/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 17:09:06 -0000 1.1 +++ sources 13 Dec 2006 17:09:38 -0000 1.2 @@ -0,0 +1 @@ +0ed4f537321065c68ed802be67b25b10 clucene-core-0.9.16a.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 17:10:08 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:10:08 -0500 Subject: rpms/clucene import.log,1.1,1.2 Message-ID: <200612131710.kBDHA8FE019826@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19796 Modified Files: import.log Log Message: auto-import clucene-0.9.16a-1 on branch devel from clucene-0.9.16a-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clucene/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 17:09:00 -0000 1.1 +++ import.log 13 Dec 2006 17:09:38 -0000 1.2 @@ -0,0 +1 @@ +clucene-0_9_16a-1:HEAD:clucene-0.9.16a-1.src.rpm:1166030133 From fedora-extras-commits at redhat.com Wed Dec 13 17:14:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:14:19 -0500 Subject: owners owners.list,1.2107,1.2108 Message-ID: <200612131714.kBDHEJIt019889@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19872 Modified Files: owners.list Log Message: Adding clucene Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2107 retrieving revision 1.2108 diff -u -r1.2107 -r1.2108 --- owners.list 13 Dec 2006 11:37:30 -0000 1.2107 +++ owners.list 13 Dec 2006 17:13:49 -0000 1.2108 @@ -216,6 +216,7 @@ Fedora Extras|clipsmm|Clipsmm is a C++ wrapper for the CLIPS C library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|clisp|Common Lisp (ANSI CL) implementation|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|cln|Class Library for Numbers|qspencer at ieee.org|extras-qa at fedoraproject.org| +Fedora Extras|clucene|A C++ port of lucene|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clusterssh|Secure concurrent multi-server terminal control|duncan_j_ferguson at yahoo.co.uk|extras-qa at fedoraproject.org| Fedora Extras|cmake|Cross-platform make system|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 17:28:39 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:28:39 -0500 Subject: rpms/enemies-of-carlotta/devel .cvsignore, 1.4, 1.5 enemies-of-carlotta.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612131728.kBDHSdUN020009@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19990 Modified Files: .cvsignore enemies-of-carlotta.spec sources Log Message: - Update to 1.2.4 - Include the french man pages again Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 15 Sep 2006 07:36:10 -0000 1.4 +++ .cvsignore 13 Dec 2006 17:28:09 -0000 1.5 @@ -1 +1 @@ -enemies-of-carlotta-1.2.2.tar.gz +enemies-of-carlotta-1.2.4.tar.gz Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/enemies-of-carlotta.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- enemies-of-carlotta.spec 20 Oct 2006 17:09:59 -0000 1.7 +++ enemies-of-carlotta.spec 13 Dec 2006 17:28:09 -0000 1.8 @@ -1,6 +1,6 @@ Name: enemies-of-carlotta -Version: 1.2.2 -Release: 3%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: A simple mailing list manager Group: Applications/Internet @@ -48,12 +48,16 @@ %{_bindir}/enemies-of-carlotta %{_datadir}/%{name} %{_mandir}/man1/* -%exclude %{_mandir}/fr/man1/* +%{_mandir}/fr/man1/* %{_mandir}/es/man1/* %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.2.4-1.fc7 +- Update to 1.2.4 +- Include the french man pages again + * Fri Oct 20 2006 Ralf Ertzinger 1.2.2-3.fc6 - Temporarily exclude the french man pages to evade an update conflict with man-pages-fr Index: sources =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Sep 2006 07:36:10 -0000 1.4 +++ sources 13 Dec 2006 17:28:09 -0000 1.5 @@ -1 +1 @@ -da0edcdf5f42c10da45dc64f9d32d0be enemies-of-carlotta-1.2.2.tar.gz +520587af499bd560bdd0fe202b36f937 enemies-of-carlotta-1.2.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:30:26 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:30:26 -0500 Subject: rpms/enemies-of-carlotta/FC-6 .cvsignore, 1.4, 1.5 enemies-of-carlotta.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612131730.kBDHUQ6E020104@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20081 Modified Files: .cvsignore enemies-of-carlotta.spec sources Log Message: - Update to 1.2.4 - Include the french man pages again Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 15 Sep 2006 07:36:10 -0000 1.4 +++ .cvsignore 13 Dec 2006 17:29:56 -0000 1.5 @@ -1 +1 @@ -enemies-of-carlotta-1.2.2.tar.gz +enemies-of-carlotta-1.2.4.tar.gz Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-6/enemies-of-carlotta.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- enemies-of-carlotta.spec 20 Oct 2006 17:09:59 -0000 1.7 +++ enemies-of-carlotta.spec 13 Dec 2006 17:29:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: enemies-of-carlotta -Version: 1.2.2 -Release: 3%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: A simple mailing list manager Group: Applications/Internet @@ -48,12 +48,16 @@ %{_bindir}/enemies-of-carlotta %{_datadir}/%{name} %{_mandir}/man1/* -%exclude %{_mandir}/fr/man1/* +%{_mandir}/fr/man1/* %{_mandir}/es/man1/* %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.2.4-1.fc6 +- Update to 1.2.4 +- Include the french man pages again + * Fri Oct 20 2006 Ralf Ertzinger 1.2.2-3.fc6 - Temporarily exclude the french man pages to evade an update conflict with man-pages-fr Index: sources =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Sep 2006 07:36:10 -0000 1.4 +++ sources 13 Dec 2006 17:29:56 -0000 1.5 @@ -1 +1 @@ -da0edcdf5f42c10da45dc64f9d32d0be enemies-of-carlotta-1.2.2.tar.gz +520587af499bd560bdd0fe202b36f937 enemies-of-carlotta-1.2.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:32:42 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:32:42 -0500 Subject: rpms/enemies-of-carlotta/FC-5 .cvsignore, 1.3, 1.4 enemies-of-carlotta.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612131732.kBDHWgYe020194@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20175 Modified Files: .cvsignore enemies-of-carlotta.spec sources Log Message: - Update to 1.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Feb 2006 08:45:49 -0000 1.3 +++ .cvsignore 13 Dec 2006 17:32:12 -0000 1.4 @@ -1 +1 @@ -enemies-of-carlotta-1.2.1.tar.gz +enemies-of-carlotta-1.2.4.tar.gz Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-5/enemies-of-carlotta.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- enemies-of-carlotta.spec 22 Feb 2006 08:45:49 -0000 1.4 +++ enemies-of-carlotta.spec 13 Dec 2006 17:32:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: enemies-of-carlotta -Version: 1.2.1 +Version: 1.2.4 Release: 1%{?dist} Summary: A simple mailing list manager @@ -54,6 +54,9 @@ %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.2.4-1.fc5 +- Update to 1.2.4 + * Wed Feb 22 2006 Ralf Ertzinger 1.2.1-1.fc5 - Update to 1.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Feb 2006 08:45:49 -0000 1.3 +++ sources 13 Dec 2006 17:32:12 -0000 1.4 @@ -1 +1 @@ -b3871d843a538cbb9384dd0ab3976982 enemies-of-carlotta-1.2.1.tar.gz +520587af499bd560bdd0fe202b36f937 enemies-of-carlotta-1.2.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:40:05 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:40:05 -0500 Subject: rpms/enemies-of-carlotta/FC-4 enemies-of-carlotta-1.0.3-shellquote.patch, NONE, 1.1 enemies-of-carlotta.spec, 1.3, 1.4 Message-ID: <200612131740.kBDHe5MH020281@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263 Modified Files: enemies-of-carlotta.spec Added Files: enemies-of-carlotta-1.0.3-shellquote.patch Log Message: - Add security bugfix for CVE-2006-5875 from upstream enemies-of-carlotta-1.0.3-shellquote.patch: --- NEW FILE enemies-of-carlotta-1.0.3-shellquote.patch --- --- enemies-of-carlotta-1.0.3.orig/eoc.py +++ enemies-of-carlotta-1.0.3/eoc.py @@ -119,6 +119,33 @@ return string.join(map(lambda c: "%02x" % ord(c), hash), "") +def forkexec(argv, text): + """Run a command (given as argv array) and write text to its stdin""" + (r, w) = os.pipe() + pid = os.fork() + if pid == -1: + raise Exception("fork failed") + elif pid == 0: + os.dup2(r, 0) + os.close(r) + os.close(w) + fd = os.open("/dev/null", os.O_RDWR) + os.dup2(fd, 1) + os.dup2(fd, 2) + os.execvp(argv[0], argv) + sys.exit(1) + else: + os.close(r) + os.write(w, text) + os.close(w) + (pid2, exit) = os.waitpid(pid, 0) + if pid != pid2: + raise Exception("os.waitpid for %d returned for %d" % (pid, pid2)) + if exit != 0: + raise Exception("subprocess failed, exit=0x%x" % exit) + return exit + + environ = None def set_environ(new_environ): @@ -379,12 +406,8 @@ smtp.sendmail(envelope_sender, recipients, text) smtp.quit() else: - recipients = string.join(recipients, " ") - f = os.popen("%s -oi -f '%s' %s" % - (self.mlm.sendmail, envelope_sender, recipients), - "w") - f.write(text) - f.close() + forkexec([self.mlm.sendmail, "-oi", "-f", envelope_sender] + + recipients, text) else: debug("send_mail: no recipients, not sending") Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-4/enemies-of-carlotta.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- enemies-of-carlotta.spec 18 May 2005 14:03:36 -0000 1.3 +++ enemies-of-carlotta.spec 13 Dec 2006 17:39:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: enemies-of-carlotta Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple mailing list manager Group: Applications/Internet @@ -8,6 +8,7 @@ URL: http://liw.iki.fi/liw/eoc Source0: http://liw.iki.fi/liw/eoc/%{name}-%{version}.tar.gz Patch0: enemies-of-carlotta-1.0.3-Makefile.patch +Patch1: enemies-of-carlotta-1.0.3-shellquote.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python >= 2.1 @@ -24,6 +25,7 @@ %prep %setup -q %patch0 -p1 -b .Makefile +%patch1 -p1 -b .shellquote %build @@ -54,6 +56,9 @@ %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.0.3-4.fc4 +- Add security bugfix for CVE-2006-5875 from upstream + * Tue May 17 2005 Ralf Ertzinger 1.0.3-3 - Added %%{dist} - Made package noarch From fedora-extras-commits at redhat.com Wed Dec 13 17:54:44 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 12:54:44 -0500 Subject: rpms/beryl-core/devel beryl-core.spec,1.5,1.6 Message-ID: <200612131754.kBDHsiLj020436@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20421 Modified Files: beryl-core.spec Log Message: Minor spec cleanup Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/beryl-core.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- beryl-core.spec 13 Dec 2006 04:24:19 -0000 1.5 +++ beryl-core.spec 13 Dec 2006 17:54:14 -0000 1.6 @@ -97,9 +97,6 @@ %prep %setup -q -#patch0 -p0 -b .mesa64 -# Somebody hosed up the release tarball... -#find mesa/src -name "*.o" | xargs rm -f %build From fedora-extras-commits at redhat.com Wed Dec 13 17:55:30 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 12:55:30 -0500 Subject: rpms/beryl-core/FC-6 .cvsignore, 1.2, 1.3 beryl-core.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612131755.kBDHtUfA020476@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20448 Modified Files: .cvsignore beryl-core.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Nov 2006 20:31:35 -0000 1.2 +++ .cvsignore 13 Dec 2006 17:55:00 -0000 1.3 @@ -1 +1,2 @@ beryl-core-0.1.2.tar.bz2 +beryl-core-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/beryl-core.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-core.spec 21 Nov 2006 20:28:51 -0000 1.4 +++ beryl-core.spec 13 Dec 2006 17:55:00 -0000 1.5 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 6%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -97,26 +97,24 @@ %prep %setup -q -%patch0 -p0 -b .mesa64 -# Somebody hosed up the release tarball... -find mesa/src -name "*.o" | xargs rm -f %build -%configure --x-includes=%{_includedir}/X11/ --x-libraries=%{_libdir}/X11/ -ln -s %{_includedir}/X11 mesa/include/ -ln -s %{_includedir}/GL/glxproto.h mesa/include/GL/ -# Parallel builds currently broken -#make %{?_smp_mflags} -make +# --disable-berylmesa == don't build beryl-xgl +%configure --disable-berylmesa \ + --x-includes=%{_includedir}/X11/ \ + --x-libraries=%{_libdir}/X11/ +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Kill static lib and libtool lib -rm -f $RPM_BUILD_ROOT%{_libdir}/libberylsettings.{a,la} - +# Kill static and libtool libs +find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +# --disable-berylmesa should have made this not install... +rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -125,15 +123,17 @@ %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl* %dir %{_datadir}/beryl +%dir %{_libdir}/beryl/backends %{_datadir}/beryl/*.png %{_mandir}/man1/beryl* %{_libdir}/libberylsettings.so.0 %{_libdir}/libberylsettings.so.0.0.0 +%{_libdir}/beryl/backends/*.so %files devel @@ -154,10 +154,12 @@ %defattr(-,root,root,-) %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 21 2006 Jarod Wilson 0.1.2-6 - Dump R: beryl-vidcap until its into FE - Fix up GL library linking to resolve some undefined symbols -- R: and BR: for mesa-libGL-devel * Thu Nov 16 2006 Jarod Wilson 0.1.2-5 - Add BR: libXinerama-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Nov 2006 20:31:35 -0000 1.2 +++ sources 13 Dec 2006 17:55:00 -0000 1.3 @@ -1 +1 @@ -045aceb6e48e997c952d942fbe841e76 beryl-core-0.1.2.tar.bz2 +24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:02:11 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 13 Dec 2006 13:02:11 -0500 Subject: rpms/gnu-smalltalk/devel gst-2.3.1-am.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gnu-smalltalk.spec, 1.2, 1.3 sources, 1.2, 1.3 gst-2.3-am.patch, 1.1, NONE gst-2.3-install.patch, 1.1, NONE Message-ID: <200612131802.kBDI2BP9023711@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23678 Modified Files: .cvsignore gnu-smalltalk.spec sources Added Files: gst-2.3.1-am.patch Removed Files: gst-2.3-am.patch gst-2.3-install.patch Log Message: New upstream release gst-2.3.1-am.patch: --- NEW FILE gst-2.3.1-am.patch --- --- smalltalk-2.3.1/Makefile.am.automake 2006-12-13 08:58:45.000000000 +0100 +++ smalltalk-2.3.1/Makefile.am 2006-12-13 18:28:17.000000000 +0100 @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = gnu 1.8 ACLOCAL_AMFLAGS = -I build-aux -PACKAGE=smalltalk +PACKAGE=gnu-smalltalk DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \ i18n tcp examples blox-tk . gtk tests doc --- smalltalk-2.3.1/configure.ac.automake 2006-12-13 09:00:11.000000000 +0100 +++ smalltalk-2.3.1/configure.ac 2006-12-13 18:30:25.000000000 +0100 @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([GNU Smalltalk], 2.3.1, help-smalltalk at gnu.org, smalltalk) +AC_INIT([GNU Smalltalk], 2.3.1, help-smalltalk at gnu.org, gnu-smalltalk) MAINTAINER="bonzini at gnu.org" dnl CURRENT:REVISION:AGE means this is the REVISION-th version of --- smalltalk-2.3.1/Makefile.in.automake 2006-12-13 09:01:47.000000000 +0100 +++ smalltalk-2.3.1/Makefile.in 2006-12-13 18:32:56.000000000 +0100 @@ -274,7 +274,7 @@ NCURSES_DISABLED = @NCURSES_DISABLED@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ -PACKAGE = smalltalk +PACKAGE = gnu-smalltalk PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ --- smalltalk-2.3.1/configure.automake 2006-12-13 18:31:12.000000000 +0100 +++ smalltalk-2.3.1/configure 2006-12-13 18:32:48.000000000 +0100 @@ -708,7 +708,7 @@ # Identity of this package. PACKAGE_NAME='GNU Smalltalk' -PACKAGE_TARNAME='smalltalk' +PACKAGE_TARNAME='gnu-smalltalk' PACKAGE_VERSION='2.3.1' PACKAGE_STRING='GNU Smalltalk 2.3.1' PACKAGE_BUGREPORT='help-smalltalk at gnu.org' @@ -2415,7 +2415,7 @@ # Define the identity of the package. - PACKAGE='smalltalk' + PACKAGE='gnu-smalltalk' VERSION='2.3.1' Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Dec 2006 18:53:59 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:01:40 -0000 1.3 @@ -1 +1 @@ -smalltalk-2.3.tar.gz +smalltalk-2.3.1.tar.gz Index: gnu-smalltalk.spec =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnu-smalltalk.spec 7 Dec 2006 19:54:26 -0000 1.2 +++ gnu-smalltalk.spec 13 Dec 2006 18:01:40 -0000 1.3 @@ -1,21 +1,20 @@ Summary: GNU Smalltalk Name: gnu-smalltalk -Version: 2.3 -Release: 4%{?dist} +Version: 2.3.1 +Release: 1%{?dist} # Source: smalltalk-2.2b.tar.gz Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz -Patch1: gst-2.3-am.patch -Patch2: gst-2.3-install.patch +Patch1: gst-2.3.1-am.patch License: GPL Group: Development/Languages URL: http://www.gnu.org/software/smalltalk/smalltalk.html Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) -ExcludeArch: x86_64 - Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +ExcludeArch: x86_64 + #BuildRequires: automake #BuildRequires: autoconf >= 2.60 BuildRequires: tk-devel @@ -66,15 +65,15 @@ %prep %setup -q -n smalltalk-%{version} %patch1 -p1 -b .automake -%patch2 -p1 -b .inst %build #automake #autoreconf + %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} \ --enable-static=no --enable-shared=yes --disable-rpath -make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" +make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" %install rm -rf $RPM_BUILD_ROOT @@ -146,6 +145,9 @@ %{_datadir}/emacs/site-lisp/* %changelog +* Wed Dec 13 2006 Jochen Schmitt 2.3.1-1 +- New upstream release + * Thu Dec 7 2006 Jochen Schmitt 2.3-4 - Exclude x86_64 bc/ build failure Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Dec 2006 18:53:59 -0000 1.2 +++ sources 13 Dec 2006 18:01:40 -0000 1.3 @@ -1 +1 @@ -a75165ba9f0f50e24fa2160848e12269 smalltalk-2.3.tar.gz +42bd6adc7c84c2d6ca3e6086cb913334 smalltalk-2.3.1.tar.gz --- gst-2.3-am.patch DELETED --- --- gst-2.3-install.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 18:13:11 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:13:11 -0500 Subject: rpms/numpy/devel .cvsignore, 1.6, 1.7 numpy.spec, 1.9, 1.10 sources, 1.6, 1.7 numpy-0.9.8-gfortran.patch, 1.1, NONE Message-ID: <200612131813.kBDIDB97023831@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23812 Modified Files: .cvsignore numpy.spec sources Removed Files: numpy-0.9.8-gfortran.patch Log Message: Bump to new upstream release 1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 25 Oct 2006 21:55:43 -0000 1.6 +++ .cvsignore 13 Dec 2006 18:12:41 -0000 1.7 @@ -1,3 +1,4 @@ numpy-0.9.6.tar.gz numpy-0.9.8.tar.gz numpy-1.0.tar.gz +numpy-1.0.1.tar.gz Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- numpy.spec 13 Dec 2006 05:33:21 -0000 1.9 +++ numpy.spec 13 Dec 2006 18:12:41 -0000 1.10 @@ -3,8 +3,8 @@ %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy -Version: 1.0 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -18,16 +18,16 @@ BuildRequires: python-devel atlas-devel blas-devel lapack-devel python-setuptools gcc-gfortran %description -The Numeric Python extensions is a set of extensions to the Python programming -language which allows Python programmers to efficiently manipulate large sets -of objects organized in grid-like fashion. These sets of objects are called -arrays, and they can have any number of dimensions: one dimensional arrays are -similar to standard Python sequences, two-dimensional arrays are similar to -matrices from linear algebra. Note that one-dimensional arrays are also -different from any other Python sequence, and that two-dimensional matrices -are also different from the matrices of linear algebra. - -This package also contains a version of f2py that works properly with it. +NumPy is a general-purpose array-processing package designed to +efficiently manipulate large multi-dimensional arrays of arbitrary +records without sacrificing too much speed for small multi-dimensional +arrays. NumPy is built on the Numeric code base and adds features +introduced by numarray as well as an extended C-API and the ability to +create arrays of arbitrary type. + +There are also basic facilities for discrete fourier transform, +basic linear algebra and random number generation. Also included in +this package is a version of f2py that works properly with NumPy. %prep %setup -q @@ -35,15 +35,15 @@ %patch1 -p1 -b .gfortran %build -ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ +env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \ - %{__python} setup.py build --without-pydebug + %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT # skip-build currently broken, this works around it for now -ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ +env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \ %{__python} setup.py install --root $RPM_BUILD_ROOT rm -rf docs-f2py ; mv $RPM_BUILD_ROOT%{python_sitearch}/%{name}/f2py/docs docs-f2py @@ -70,8 +70,8 @@ %{python_sitearch}/%{name} %changelog -* Wed Dec 12 2006 Jarod Wilson 1.0-3 -- Disable pydebug, build against python 2.5 fails otherwise +* Wed Dec 13 2006 Jarod Wilson 1.0.1-1 +- New upstream release (yay, it even builds w/python 2.5) * Tue Dec 12 2006 Jarod Wilson 1.0-2 - Rebuild for python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Oct 2006 21:55:43 -0000 1.6 +++ sources 13 Dec 2006 18:12:41 -0000 1.7 @@ -1 +1 @@ -47dd0daa82e7b3f0fe74b969b388d7b3 numpy-1.0.tar.gz +13a29244cbe03e0d45e56d8d90ecb55d numpy-1.0.1.tar.gz --- numpy-0.9.8-gfortran.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 18:15:41 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:15:41 -0500 Subject: rpms/numpy/devel numpy.spec,1.10,1.11 Message-ID: <200612131815.kBDIFfAD023872@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23857 Modified Files: numpy.spec Log Message: remove stupid changelog comment, it actually doesn't built atm, waiting on python 2.5-5 build for fix... Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- numpy.spec 13 Dec 2006 18:12:41 -0000 1.10 +++ numpy.spec 13 Dec 2006 18:15:11 -0000 1.11 @@ -71,7 +71,7 @@ %changelog * Wed Dec 13 2006 Jarod Wilson 1.0.1-1 -- New upstream release (yay, it even builds w/python 2.5) +- New upstream release * Tue Dec 12 2006 Jarod Wilson 1.0-2 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Wed Dec 13 18:24:57 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:24:57 -0500 Subject: rpms/beryl-dbus/FC-6 beryl-dbus.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200612131824.kBDIOvvk024001@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-dbus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23979 Modified Files: beryl-dbus.spec sources Log Message: New upstream release 0.1.3 Index: beryl-dbus.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/FC-6/beryl-dbus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-dbus.spec 21 Nov 2006 15:39:38 -0000 1.1 +++ beryl-dbus.spec 13 Dec 2006 18:24:27 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager dbus plug-in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,7 @@ %build %configure -# Parallel builds currently broken -#make %{?_smp_mflags} -make +make %{?_smp_mflags} %install @@ -57,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-4 - Remove Req: dbus, rely on auto-gen dbus lib dep Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:39:38 -0000 1.2 +++ sources 13 Dec 2006 18:24:27 -0000 1.3 @@ -1 +1 @@ -15e9d90594b8e9ffa59e41f5c766749f beryl-dbus-0.1.2.tar.bz2 +1efbe8de95b4564ef52df67318fae100 beryl-dbus-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:32:34 2006 From: fedora-extras-commits at redhat.com (Miloslav Trmac (mitr)) Date: Wed, 13 Dec 2006 13:32:34 -0500 Subject: rpms/python-4Suite-XML/devel .cvsignore, 1.3, 1.4 python-4Suite-XML.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612131833.kBDIWY3v024098@cvs-int.fedora.redhat.com> Author: mitr Update of /cvs/extras/rpms/python-4Suite-XML/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24079 Modified Files: .cvsignore python-4Suite-XML.spec sources Log Message: * Wed Dec 13 2006 Miloslav Trmac - 1.0.1-1 - Update to 4Suite-XML-1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 03:31:58 -0000 1.3 +++ .cvsignore 13 Dec 2006 18:32:04 -0000 1.4 @@ -1 +1 @@ -4Suite-XML-1.0.tar.bz2 +4Suite-XML-1.0.1.tar.bz2 Index: python-4Suite-XML.spec =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/python-4Suite-XML.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-4Suite-XML.spec 9 Dec 2006 00:29:59 -0000 1.5 +++ python-4Suite-XML.spec 13 Dec 2006 18:32:04 -0000 1.6 @@ -1,15 +1,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define ver 1.0 Name: python-4Suite-XML -Version: 1.0 -Release: 2 +Version: 1.0.1 +Release: 1 Summary: A collection of XML-related technologies for Python Group: Development/Libraries License: Apacheish URL: http://www.4suite.org/ -Source0: http://dl.sourceforge.net/foursuite/4Suite-XML-%{ver}.tar.bz2 +Source0: http://dl.sourceforge.net/foursuite/4Suite-XML-1.0.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -24,7 +23,7 @@ * Ft.Lib: Various support libraries that can be used independently. %prep -%setup -q -n 4Suite-XML-%{ver} +%setup -q -n 4Suite-XML-1.0.1 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -56,10 +55,13 @@ %{_bindir}/4* %exclude %{_libdir}/4Suite %{python_sitearch}/Ft -%{python_sitearch}/4Suite_XML-1.0-py2.4.egg-info +%{python_sitearch}/4Suite_XML-*-py2.4.egg-info %{_datadir}/4Suite %changelog +* Wed Dec 13 2006 Miloslav Trmac - 1.0.1-1 +- Update to 4Suite-XML-1.0.1 + * Sat Dec 9 2006 Miloslav Trmac - 1.0-2 - Rebuild with Python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 03:31:58 -0000 1.3 +++ sources 13 Dec 2006 18:32:04 -0000 1.4 @@ -1 +1 @@ -6f87c2b25c507d65783a7ad9bf7de179 4Suite-XML-1.0.tar.bz2 +3091d7077b341d71ec0075c8efea13a6 4Suite-XML-1.0.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:34:33 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:34:33 -0500 Subject: rpms/beryl-dbus/FC-6 .cvsignore,1.2,1.3 Message-ID: <200612131835.kBDIYXfE024211@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-dbus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24192 Modified Files: .cvsignore Log Message: update .cvsignore too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:39:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:34:03 -0000 1.3 @@ -1 +1,2 @@ beryl-dbus-0.1.2.tar.bz2 +beryl-dbus-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:36:40 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:36:40 -0500 Subject: rpms/beryl-manager/FC-6 .cvsignore, 1.2, 1.3 beryl-manager.desktop, 1.1, 1.2 beryl-manager.spec, 1.4, 1.5 sources, 1.2, 1.3 beryl-manager.svg, 1.1, NONE Message-ID: <200612131837.kBDIae2Z024271@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-manager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250 Modified Files: .cvsignore beryl-manager.desktop beryl-manager.spec sources Removed Files: beryl-manager.svg Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:11:15 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:36:10 -0000 1.3 @@ -1 +1,2 @@ beryl-manager-0.1.2.tar.bz2 +beryl-manager-0.1.3.tar.bz2 Index: beryl-manager.desktop =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/beryl-manager.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-manager.desktop 22 Nov 2006 19:38:49 -0000 1.1 +++ beryl-manager.desktop 13 Dec 2006 18:36:10 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Beryl Manager Comment=Manage Beryl -Icon=/usr/share/pixmaps/beryl-manager.svg +Icon=/usr/share/icons/hicolor/scalable/apps/beryl-manager.svg Exec=beryl-manager Terminal=false Type=Application Index: beryl-manager.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/beryl-manager.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-manager.spec 22 Nov 2006 19:52:00 -0000 1.4 +++ beryl-manager.spec 13 Dec 2006 18:36:10 -0000 1.5 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator and theme management utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 -Source1: beryl-manager.svg -Source2: beryl-manager.desktop +Source1: beryl-manager.desktop Patch0: beryl-manager-0.1.1-pidof.patch # libdrm is not available on these arches @@ -47,10 +46,16 @@ %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora %{SOURCE2} + --add-category X-Fedora %{SOURCE1} +# Fix up xy_XY to just xy +for lang in ar_AR gl_GL my_MY sk_SK tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} 2>&1 > /dev/null +done %find_lang %{name} @@ -73,12 +78,18 @@ %doc COPYING %{_bindir}/beryl-manager %{_datadir}/pixmaps/*.png -%{_datadir}/pixmaps/*.svg +%{_datadir}/icons/hicolor/*/apps/beryl-manager.png +%{_datadir}/icons/hicolor/scalable/apps/beryl-manager.svg %{_datadir}/applications/*.desktop %{_mandir}/man1/beryl-manager.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release +- Fix up a bunch of locale files (others should get added + to filesystem package in due course) + * Wed Nov 22 2006 Jarod Wilson 0.1.2-4 - Add new missing BR: desktop-file-utils Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:11:15 -0000 1.2 +++ sources 13 Dec 2006 18:36:10 -0000 1.3 @@ -1 +1 @@ -50c0235d59369674827ceaec7d36e53b beryl-manager-0.1.2.tar.bz2 +c9559154c20db1bb41d3d480cfdf0299 beryl-manager-0.1.3.tar.bz2 --- beryl-manager.svg DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 18:37:42 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:37:42 -0500 Subject: rpms/beryl-plugins/FC-6 fedora-cubecaps.png, NONE, 1.1 .cvsignore, 1.2, 1.3 beryl-plugins.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131838.kBDIbgaO024327@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24290 Modified Files: .cvsignore beryl-plugins.spec sources Added Files: fedora-cubecaps.png Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 19:13:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:37:12 -0000 1.3 @@ -1 +1,2 @@ beryl-plugins-0.1.2.tar.bz2 +beryl-plugins-0.1.3.tar.bz2 Index: beryl-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/FC-6/beryl-plugins.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-plugins.spec 15 Nov 2006 19:13:28 -0000 1.1 +++ beryl-plugins.spec 13 Dec 2006 18:37:12 -0000 1.2 @@ -2,26 +2,22 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 +Version: 0.1.3 Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager plug-ins BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: fedora-cubecaps.png # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 Requires: beryl-core >= %{version}, fedora-logos -BuildRequires: beryl-core-devel >= %{version}, gnome-desktop-devel -BuildRequires: libtool, gettext-devel -BuildRequires: freeglut-devel, intltool, libdrm-devel -BuildRequires: libwnck-devel, desktop-file-utils -BuildRequires: librsvg2-devel, libX11-devel -BuildRequires: libXfixes-devel, libXrandr-devel, libXrender-devel -BuildRequires: libXcomposite-devel, libXdamage-devel, libXext-devel -BuildRequires: libXt-devel, libXmu-devel, libICE-devel, libSM-devel +BuildRequires: beryl-core-devel >= %{version} +BuildRequires: desktop-file-utils, librsvg2-devel +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -37,28 +33,26 @@ %prep %setup -q -#autoreconf -v --install -perl -pi -e 's,beryl/cubecaps.png,rhgb/main-logo.png,g' \ - src/cube.settings %build -%configure --enable-librsvg --disable-libsvg-cairo -# Parallel builds currently broken -#make %{?_smp_mflags} -make +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +mv $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps-beryl.png +install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %dir %{_libdir}/beryl @@ -67,6 +61,15 @@ %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add BR for freshly added translations + +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Switch to upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 19:13:28 -0000 1.2 +++ sources 13 Dec 2006 18:37:12 -0000 1.3 @@ -1 +1 @@ -6721bf8bd5fcbe0cabb0a67caa920fcb beryl-plugins-0.1.2.tar.bz2 +de5f6089d05c6d92161729c47857b985 beryl-plugins-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:38:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 13:38:04 -0500 Subject: rpms/fltk/devel fltk.spec,1.23,1.24 Message-ID: <200612131838.kBDIc4SB024335@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24314 Modified Files: fltk.spec Log Message: * Wed Dec 13 2006 Rex Dieter 1.1.7-8.r5555 - more 64bit hackage to workaround broken Makefile logic (#219348) Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- fltk.spec 13 Dec 2006 15:45:05 -0000 1.23 +++ fltk.spec 13 Dec 2006 18:37:34 -0000 1.24 @@ -5,7 +5,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 7.%{snap}%{?dist} +Release: 8.%{snap}%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -94,8 +94,22 @@ %install rm -rf $RPM_BUILD_ROOT + +# Makefile hack for 64bitness +%if "%{_lib}" != "lib" +mkdir -p $RPM_BUILD_ROOT%{_libdir} +pushd $RPM_BUILD_ROOT%{_libdir}/.. +ln -s %{_lib} lib +popd +%endif + make install install-desktop DESTDIR=$RPM_BUILD_ROOT +# Makefile hack for 64bitness +%if "%{_lib}" != "lib" +rm -f $RPM_BUILD_ROOT%{_libdir}/../lib +%endif + desktop-file-install --vendor=%{name} \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category="Development" \ @@ -180,6 +194,9 @@ %changelog +* Wed Dec 13 2006 Rex Dieter 1.1.7-8.r5555 +- more 64bit hackage to workaround broken Makefile logic (#219348) + * Wed Dec 13 2006 Rex Dieter 1.1.7-7.r5555 - fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348) - restore static libs (they're tightly coupled with fltk-config) From fedora-extras-commits at redhat.com Wed Dec 13 18:47:07 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:47:07 -0500 Subject: rpms/beryl-settings/FC-6 .cvsignore, 1.2, 1.3 beryl-settings.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131847.kBDIl7cs024527@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-settings/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24503 Modified Files: .cvsignore beryl-settings.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 18:40:32 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:46:37 -0000 1.3 @@ -1 +1,2 @@ beryl-settings-0.1.2.tar.bz2 +beryl-settings-0.1.3.tar.bz2 Index: beryl-settings.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/FC-6/beryl-settings.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-settings.spec 15 Nov 2006 18:40:32 -0000 1.1 +++ beryl-settings.spec 13 Dec 2006 18:46:37 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager GUI config utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,8 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gtk2-devel >= 2.8.0, gettext-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gnome-desktop-devel, desktop-file-utils -BuildRequires: intltool, perl-XML-Parser -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel +BuildRequires: gtk2-devel >= 2.8.0, gettext-devel +BuildRequires: perl-XML-Parser, desktop-file-utils %description @@ -36,13 +33,10 @@ %prep %setup -q -#autoreconf -v --install -#glib-gettextize --copy --force -#intltoolize --automake --copy --force perl -pi -e 's/png/svg/g' misc/beryl-settings.desktop %build -%configure --enable-librsvg +%configure make %{?_smp_mflags} @@ -75,13 +69,18 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl-settings -%{_datadir}/beryl/hints %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/*.svg %{_mandir}/man1/beryl-settings.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 18:40:32 -0000 1.2 +++ sources 13 Dec 2006 18:46:37 -0000 1.3 @@ -1 +1 @@ -882aac1837f92dc20b92927900a917f3 beryl-settings-0.1.2.tar.bz2 +bd88d56f32b23d42d44c85a92f0654f3 beryl-settings-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:48:53 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:48:53 -0500 Subject: rpms/aquamarine/FC-6 aquamarine-0.1.3-Makefile.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 aquamarine.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131849.kBDImrrk024617@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/aquamarine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24579 Modified Files: .cvsignore aquamarine.spec sources Added Files: aquamarine-0.1.3-Makefile.patch Log Message: New upstream release 0.1.3 aquamarine-0.1.3-Makefile.patch: --- NEW FILE aquamarine-0.1.3-Makefile.patch --- diff -urp aquamarine-0.1.3.orig/Makefile.in aquamarine-0.1.3/Makefile.in --- aquamarine-0.1.3.orig/Makefile.in 2006-12-09 22:28:51.000000000 -0500 +++ aquamarine-0.1.3/Makefile.in 2006-12-12 23:10:19.000000000 -0500 @@ -803,21 +803,6 @@ uninstall-info: uninstall-info-recursive mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am uninstall-info-am uninstall-local -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/admin/cvs.sh $(top_srcdir)/admin/pkg.m4.in - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh acinclude_m4 - -$(top_srcdir)/configure.in: $(top_srcdir)/subdirs $(top_srcdir)/configure.files $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure_in - -$(top_srcdir)/configure.files: $(top_srcdir)/subdirs $(CONF_FILES) - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure.files $(top_srcdir)/admin/cvs.sh - -$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am - -$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs - # defining default rules for files that may not be present $(top_srcdir)/Makefile.am.in: $(CONF_FILES): Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/aquamarine/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:47:46 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:48:22 -0000 1.3 @@ -1 +1,2 @@ aquamarine-0.1.2.tar.bz2 +aquamarine-0.1.3.tar.bz2 Index: aquamarine.spec =================================================================== RCS file: /cvs/extras/rpms/aquamarine/FC-6/aquamarine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aquamarine.spec 21 Nov 2006 15:47:46 -0000 1.1 +++ aquamarine.spec 13 Dec 2006 18:48:22 -0000 1.2 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Patch0: aquamarine-0.1.3-Makefile.patch # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 @@ -29,7 +28,7 @@ %prep %setup -q -make -f admin/Makefile.common svn +%patch0 -p1 -b .make %build %configure @@ -52,6 +51,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-3 - Remove R: qt, kdelibs, rely on auto-gen lib deps Index: sources =================================================================== RCS file: /cvs/extras/rpms/aquamarine/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:47:46 -0000 1.2 +++ sources 13 Dec 2006 18:48:22 -0000 1.3 @@ -1 +1 @@ -72f02f7d8b0c6fed9ece870266b1fd8f aquamarine-0.1.2.tar.bz2 +aeb1c42f907f08226c5d4ce48b8d209c aquamarine-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:49:18 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:49:18 -0500 Subject: rpms/bdock/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612131849.kBDInIfK024624@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24604 Modified Files: .cvsignore sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bdock/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:42:08 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:48:48 -0000 1.3 @@ -1 +1,2 @@ bdock-0.1.2.tar.bz2 +bdock-0.1.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bdock/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:42:08 -0000 1.2 +++ sources 13 Dec 2006 18:48:48 -0000 1.3 @@ -1 +1 @@ -104825e8ef5ffa2f5e2ec5d8642d5b68 bdock-0.1.2.tar.bz2 +c91602c755cb3422bbc737256aecba68 bdock-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:50:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 13 Dec 2006 13:50:27 -0500 Subject: rpms/amavisd-new/FC-5 .cvsignore, 1.6, 1.7 amavisd-new.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612131851.kBDIoRNG024696@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24666 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 15 Oct 2006 00:23:28 -0000 1.6 +++ .cvsignore 13 Dec 2006 18:49:57 -0000 1.7 @@ -1 +1 @@ -amavisd-new-2.4.3.tar.gz +amavisd-new-2.4.4.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- amavisd-new.spec 15 Nov 2006 02:37:29 -0000 1.8 +++ amavisd-new.spec 13 Dec 2006 18:49:57 -0000 1.9 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.3 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.4.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -89,7 +89,7 @@ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m755 amavisd-{agent,nanny} $RPM_BUILD_ROOT%{_bindir}/ +install -m755 amavisd-{agent,nanny,release} $RPM_BUILD_ROOT%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd @@ -153,6 +153,12 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Tue Dec 05 2006 Steven Pritchard 2.4.4-1 +- Update to 2.4.4. + +* Fri Dec 01 2006 Steven Pritchard 2.4.3-5 +- Add missing amavisd-release script. + * Tue Nov 14 2006 Steven Pritchard 2.4.3-4 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 15 Oct 2006 00:23:28 -0000 1.6 +++ sources 13 Dec 2006 18:49:57 -0000 1.7 @@ -1 +1 @@ -7c5f23b1cd523df31d10cf38150e8cea amavisd-new-2.4.3.tar.gz +08b009ca24dc3676293fc6b80db250a3 amavisd-new-2.4.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 18:52:43 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:52:43 -0500 Subject: rpms/bdock/FC-6 bdock.spec,1.1,1.2 Message-ID: <200612131853.kBDIqhWU024729@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24709 Modified Files: bdock.spec Log Message: helps to update the spec too Index: bdock.spec =================================================================== RCS file: /cvs/extras/rpms/bdock/FC-6/bdock.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bdock.spec 21 Nov 2006 15:42:08 -0000 1.1 +++ bdock.spec 13 Dec 2006 18:52:13 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl project's replacement windowmaker dock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,6 @@ %prep %setup -q -# Make pixmaps install where binary expects them -# (fixed in upstream svn). -perl -pi -e 's/pixmaps$/bdock/g' pixmaps/Makefile.am autoreconf -v --install %build @@ -59,8 +56,12 @@ %{_bindir}/bdock %dir %{_datadir}/bdock %{_datadir}/bdock/* +%{_mandir}/man1/bdock.1* %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Make pixmaps install where binary expects them From fedora-extras-commits at redhat.com Wed Dec 13 18:53:22 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:53:22 -0500 Subject: rpms/bdock/devel bdock.spec,1.1,1.2 Message-ID: <200612131854.kBDIrMVW024748@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24733 Modified Files: bdock.spec Log Message: helps to update the spec too Index: bdock.spec =================================================================== RCS file: /cvs/extras/rpms/bdock/devel/bdock.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bdock.spec 21 Nov 2006 15:42:08 -0000 1.1 +++ bdock.spec 13 Dec 2006 18:52:52 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl project's replacement windowmaker dock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,6 @@ %prep %setup -q -# Make pixmaps install where binary expects them -# (fixed in upstream svn). -perl -pi -e 's/pixmaps$/bdock/g' pixmaps/Makefile.am autoreconf -v --install %build @@ -59,8 +56,12 @@ %{_bindir}/bdock %dir %{_datadir}/bdock %{_datadir}/bdock/* +%{_mandir}/man1/bdock.1* %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Make pixmaps install where binary expects them From fedora-extras-commits at redhat.com Wed Dec 13 18:56:16 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Wed, 13 Dec 2006 13:56:16 -0500 Subject: fedora-security/audit fc5,1.418,1.419 fc6,1.170,1.171 Message-ID: <200612131856.kBDIuGij024923@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24882/audit Modified Files: fc5 fc6 Log Message: php safe mode escape issue Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- fc5 12 Dec 2006 00:09:04 -0000 1.418 +++ fc5 13 Dec 2006 18:56:01 -0000 1.419 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6385 ignore (kernel) windows only +CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.170 retrieving revision 1.171 diff -u -r1.170 -r1.171 --- fc6 12 Dec 2006 00:09:04 -0000 1.170 +++ fc6 13 Dec 2006 18:56:01 -0000 1.171 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6385 ignore (kernel) windows only +CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp From fedora-extras-commits at redhat.com Wed Dec 13 18:56:24 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:56:24 -0500 Subject: rpms/emerald/FC-6 .cvsignore, 1.2, 1.3 emerald.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131856.kBDIuOGP024940@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24888 Modified Files: .cvsignore emerald.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:59:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:55:54 -0000 1.3 @@ -1 +1,2 @@ emerald-0.1.2.tar.bz2 +emerald-0.1.3.tar.bz2 Index: emerald.spec =================================================================== RCS file: /cvs/extras/rpms/emerald/FC-6/emerald.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald.spec 15 Nov 2006 21:59:38 -0000 1.1 +++ emerald.spec 13 Dec 2006 18:55:54 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 2%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,9 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gettext-devel, libwnck-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gtk2-devel, intltool, desktop-file-utils -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel -BuildRequires: startup-notification-devel, perl-XML-Parser +BuildRequires: libwnck-devel, gtk2-devel +BuildRequires: intltool, desktop-file-utils +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -62,6 +60,13 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/emerald-theme-manager.desktop +# Fix up xy_XY to just xy +for lang in tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} +done %find_lang %{name} @@ -104,6 +109,15 @@ %{_libdir}/libemeraldengine.so %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add necessary BR for freshly-added translations + +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-4 +- Trim BR: + * Wed Nov 15 2006 Jarod Wilson 0.1.2-3 - Kill rpaths Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:59:38 -0000 1.2 +++ sources 13 Dec 2006 18:55:54 -0000 1.3 @@ -1 +1 @@ -c273fe82c7e3b2867f05073f3b012708 emerald-0.1.2.tar.bz2 +27655582912eed701eef07083d445699 emerald-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:56:48 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:56:48 -0500 Subject: rpms/emerald-themes/FC-6 .cvsignore, 1.2, 1.3 emerald-themes.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131857.kBDIumjn024947@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald-themes/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24925 Modified Files: .cvsignore emerald-themes.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Nov 2006 15:26:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:56:18 -0000 1.3 @@ -1 +1,2 @@ emerald-themes-0.1.2.tar.bz2 +emerald-themes-0.1.3.tar.bz2 Index: emerald-themes.spec =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/FC-6/emerald-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald-themes.spec 16 Nov 2006 15:26:28 -0000 1.1 +++ emerald-themes.spec 13 Dec 2006 18:56:18 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themes for Emerald, the window decorator for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +48,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one - Remove import.sh, only used during build Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Nov 2006 15:26:28 -0000 1.2 +++ sources 13 Dec 2006 18:56:18 -0000 1.3 @@ -1 +1 @@ -c5aa35e30d3476f05a469f1baac16341 emerald-themes-0.1.2.tar.bz2 +0751a17ebd5768d397466b54886c9724 emerald-themes-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 19:05:56 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 14:05:56 -0500 Subject: rpms/heliodor/FC-6 .cvsignore, 1.2, 1.3 heliodor.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131906.kBDJ5uJ1028174@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/heliodor/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28155 Modified Files: .cvsignore heliodor.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heliodor/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:45:26 -0000 1.2 +++ .cvsignore 13 Dec 2006 19:05:26 -0000 1.3 @@ -1 +1,2 @@ heliodor-0.1.2.tar.bz2 +heliodor-0.1.3.tar.bz2 Index: heliodor.spec =================================================================== RCS file: /cvs/extras/rpms/heliodor/FC-6/heliodor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- heliodor.spec 21 Nov 2006 15:45:26 -0000 1.1 +++ heliodor.spec 13 Dec 2006 19:05:26 -0000 1.2 @@ -2,14 +2,12 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator with Metacity theme support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 Patch0: heliodor-0.1.2-metacity217.patch # libdrm is not available on these arches @@ -39,7 +37,6 @@ %if "%{?fedora}" >= "7" %patch0 -p1 -b .metacity217 %endif -autoreconf -v --install %build @@ -66,6 +63,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Remove some R:, let auto lib deps pull them in Index: sources =================================================================== RCS file: /cvs/extras/rpms/heliodor/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:45:26 -0000 1.2 +++ sources 13 Dec 2006 19:05:26 -0000 1.3 @@ -1 +1 @@ -2594e689f6f319f8f42a5ef582aac307 heliodor-0.1.2.tar.bz2 +463b73840be6461097122788bdf77979 heliodor-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 19:44:07 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 14:44:07 -0500 Subject: rpms/ushare/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 ushare.spec, 1.8, 1.9 Message-ID: <200612131944.kBDJi7G6028490@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28455/devel Modified Files: .cvsignore sources ushare.spec Log Message: auto-import ushare-0.9.8-1 on branch devel from ushare-0.9.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Mar 2006 13:29:56 -0000 1.4 +++ .cvsignore 13 Dec 2006 19:43:37 -0000 1.5 @@ -1 +1 @@ -ushare-0.9.7.tar.bz2 +ushare-0.9.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Mar 2006 13:29:56 -0000 1.4 +++ sources 13 Dec 2006 19:43:37 -0000 1.5 @@ -1 +1 @@ -e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2 +dec4c12d97d476c9a3a0347621d64e27 ushare-0.9.8.tar.bz2 Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/ushare.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ushare.spec 28 Aug 2006 07:11:14 -0000 1.8 +++ ushare.spec 13 Dec 2006 19:43:37 -0000 1.9 @@ -1,7 +1,7 @@ Summary: UPnP (TM) A/V Media Server Name: ushare -Version: 0.9.7 -Release: 3%{?dist} +Version: 0.9.8 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://ushare.geexbox.org/ @@ -68,8 +68,8 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog -* Mon Aug 28 2006 Eric Tanguy - 0.9.7-3 -- Rebuild for Fedora Extras 6 +* Wed Dec 13 2006 Eric Tanguy - 0.9.8-1 +- Update to 0.9.8 * Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 - Add pkgconfig to buildrequires From fedora-extras-commits at redhat.com Wed Dec 13 19:44:06 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 14:44:06 -0500 Subject: rpms/ushare import.log,1.11,1.12 Message-ID: <200612131944.kBDJi6ER028485@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28455 Modified Files: import.log Log Message: auto-import ushare-0.9.8-1 on branch devel from ushare-0.9.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ushare/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 29 Jun 2006 18:47:46 -0000 1.11 +++ import.log 13 Dec 2006 19:43:36 -0000 1.12 @@ -8,3 +8,4 @@ ushare-0_9_7-1:FC-3:ushare-0.9.7-1.src.rpm:1142170272 ushare-0_9_7-1:FC-4:ushare-0.9.7-1.src.rpm:1142170359 ushare-0_9_7-2:HEAD:ushare-0.9.7-2.src.rpm:1151606864 +ushare-0_9_8-1:HEAD:ushare-0.9.8-1.src.rpm:1166039364 From fedora-extras-commits at redhat.com Wed Dec 13 20:31:09 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 15:31:09 -0500 Subject: rpms/zabbix/devel zabbix-1.1.4-snmp-poll-overflow.patch, NONE, 1.1 zabbix.spec, 1.2, 1.3 Message-ID: <200612132031.kBDKV9YS031802@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/zabbix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31778 Modified Files: zabbix.spec Added Files: zabbix-1.1.4-snmp-poll-overflow.patch Log Message: Add changelog entry zabbix-1.1.4-snmp-poll-overflow.patch: --- NEW FILE zabbix-1.1.4-snmp-poll-overflow.patch --- --- zabbix/src/zabbix_server/poller/checks_snmp.c~ 2006-11-14 12:11:17.000000000 -0600 +++ zabbix/src/zabbix_server/poller/checks_snmp.c 2006-12-01 10:49:26.000000000 -0600 @@ -405,7 +405,7 @@ } else { - p = malloc(16); + p = malloc(MAX_STRING_LEN); if(p) { ip = vars->val.string; Index: zabbix.spec =================================================================== RCS file: /cvs/extras/rpms/zabbix/devel/zabbix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zabbix.spec 29 Nov 2006 15:33:54 -0000 1.2 +++ zabbix.spec 13 Dec 2006 20:30:39 -0000 1.3 @@ -1,6 +1,6 @@ Name: zabbix Version: 1.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open-source monitoring solution for your IT infrastructure Group: Applications/Internet @@ -11,6 +11,7 @@ Source2: zabbix-server.init Source3: zabbix-agent.init Source4: zabbix-logrotate.in +Patch0: zabbix-1.1.4-snmp-poll-overflow.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define database mysql @@ -76,6 +77,7 @@ %prep %setup -q +%patch0 -p1 -b .overflow # fix up some lib64 issues %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \ @@ -213,6 +215,9 @@ %{_datadir}/%{name} %changelog +* Wed Dec 13 2006 Jarod Wilson 1.1.4-4 +- Fix snmp polling buffer overflow (#218065) + * Wed Nov 29 2006 Jarod Wilson 1.1.4-3 - Rebuild for updated libnetsnmp From fedora-extras-commits at redhat.com Wed Dec 13 20:32:56 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 15:32:56 -0500 Subject: rpms/zabbix/FC-6 zabbix-1.1.4-snmp-poll-overflow.patch, NONE, 1.1 zabbix.spec, 1.1, 1.2 Message-ID: <200612132032.kBDKWu60031875@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/zabbix/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31856 Modified Files: zabbix.spec Added Files: zabbix-1.1.4-snmp-poll-overflow.patch Log Message: Fix snmp polling buffer overflow (from jcollie, #218065) zabbix-1.1.4-snmp-poll-overflow.patch: --- NEW FILE zabbix-1.1.4-snmp-poll-overflow.patch --- --- zabbix/src/zabbix_server/poller/checks_snmp.c~ 2006-11-14 12:11:17.000000000 -0600 +++ zabbix/src/zabbix_server/poller/checks_snmp.c 2006-12-01 10:49:26.000000000 -0600 @@ -405,7 +405,7 @@ } else { - p = malloc(16); + p = malloc(MAX_STRING_LEN); if(p) { ip = vars->val.string; Index: zabbix.spec =================================================================== RCS file: /cvs/extras/rpms/zabbix/FC-6/zabbix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zabbix.spec 16 Nov 2006 18:56:31 -0000 1.1 +++ zabbix.spec 13 Dec 2006 20:32:26 -0000 1.2 @@ -1,6 +1,6 @@ Name: zabbix Version: 1.1.4 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Open-source monitoring solution for your IT infrastructure Group: Applications/Internet @@ -11,6 +11,7 @@ Source2: zabbix-server.init Source3: zabbix-agent.init Source4: zabbix-logrotate.in +Patch0: zabbix-1.1.4-snmp-poll-overflow.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define database mysql @@ -76,6 +77,7 @@ %prep %setup -q +%patch0 -p1 -b .overflow # fix up some lib64 issues %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \ @@ -213,6 +215,12 @@ %{_datadir}/%{name} %changelog +* Wed Dec 13 2006 Jarod Wilson 1.1.4-4 +- Fix snmp polling buffer overflow (#218065) + +* Wed Nov 29 2006 Jarod Wilson 1.1.4-3 +- Rebuild for updated libnetsnmp + * Thu Nov 16 2006 Jarod Wilson 1.1.4-2 - Fix up pt_br - Add Req-pre on useradd From fedora-extras-commits at redhat.com Wed Dec 13 20:35:41 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 15:35:41 -0500 Subject: rpms/zabbix/FC-5 zabbix-1.1.4-snmp-poll-overflow.patch, NONE, 1.1 zabbix.spec, 1.1, 1.2 Message-ID: <200612132035.kBDKZfvv031953@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/zabbix/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31935 Modified Files: zabbix.spec Added Files: zabbix-1.1.4-snmp-poll-overflow.patch Log Message: Fix snmp polling buffer overflow (from jcollie, #218065) zabbix-1.1.4-snmp-poll-overflow.patch: --- NEW FILE zabbix-1.1.4-snmp-poll-overflow.patch --- --- zabbix/src/zabbix_server/poller/checks_snmp.c~ 2006-11-14 12:11:17.000000000 -0600 +++ zabbix/src/zabbix_server/poller/checks_snmp.c 2006-12-01 10:49:26.000000000 -0600 @@ -405,7 +405,7 @@ } else { - p = malloc(16); + p = malloc(MAX_STRING_LEN); if(p) { ip = vars->val.string; Index: zabbix.spec =================================================================== RCS file: /cvs/extras/rpms/zabbix/FC-5/zabbix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zabbix.spec 16 Nov 2006 18:56:31 -0000 1.1 +++ zabbix.spec 13 Dec 2006 20:35:11 -0000 1.2 @@ -1,6 +1,6 @@ Name: zabbix Version: 1.1.4 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Open-source monitoring solution for your IT infrastructure Group: Applications/Internet @@ -11,6 +11,7 @@ Source2: zabbix-server.init Source3: zabbix-agent.init Source4: zabbix-logrotate.in +Patch0: zabbix-1.1.4-snmp-poll-overflow.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define database mysql @@ -76,6 +77,7 @@ %prep %setup -q +%patch0 -p1 -b .overflow # fix up some lib64 issues %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \ @@ -213,6 +215,12 @@ %{_datadir}/%{name} %changelog +* Wed Dec 13 2006 Jarod Wilson 1.1.4-4 +- Fix snmp polling buffer overflow (#218065) + +* Wed Nov 29 2006 Jarod Wilson 1.1.4-3 +- Rebuild for updated libnetsnmp + * Thu Nov 16 2006 Jarod Wilson 1.1.4-2 - Fix up pt_br - Add Req-pre on useradd From fedora-extras-commits at redhat.com Wed Dec 13 21:07:36 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:07:36 -0500 Subject: rpms/ushare import.log,1.12,1.13 Message-ID: <200612132107.kBDL7a8n002804@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2772 Modified Files: import.log Log Message: auto-import ushare-0.9.8-1 on branch FC-6 from ushare-0.9.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ushare/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 13 Dec 2006 19:43:36 -0000 1.12 +++ import.log 13 Dec 2006 21:07:06 -0000 1.13 @@ -9,3 +9,4 @@ ushare-0_9_7-1:FC-4:ushare-0.9.7-1.src.rpm:1142170359 ushare-0_9_7-2:HEAD:ushare-0.9.7-2.src.rpm:1151606864 ushare-0_9_8-1:HEAD:ushare-0.9.8-1.src.rpm:1166039364 +ushare-0_9_8-1:FC-6:ushare-0.9.8-1.src.rpm:1166044378 From fedora-extras-commits at redhat.com Wed Dec 13 21:07:36 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:07:36 -0500 Subject: rpms/ushare/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 ushare.spec, 1.8, 1.9 Message-ID: <200612132107.kBDL7aRS002809@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2772/FC-6 Modified Files: .cvsignore sources ushare.spec Log Message: auto-import ushare-0.9.8-1 on branch FC-6 from ushare-0.9.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Mar 2006 13:29:56 -0000 1.4 +++ .cvsignore 13 Dec 2006 21:07:06 -0000 1.5 @@ -1 +1 @@ -ushare-0.9.7.tar.bz2 +ushare-0.9.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Mar 2006 13:29:56 -0000 1.4 +++ sources 13 Dec 2006 21:07:06 -0000 1.5 @@ -1 +1 @@ -e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2 +dec4c12d97d476c9a3a0347621d64e27 ushare-0.9.8.tar.bz2 Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-6/ushare.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ushare.spec 28 Aug 2006 07:11:14 -0000 1.8 +++ ushare.spec 13 Dec 2006 21:07:06 -0000 1.9 @@ -1,7 +1,7 @@ Summary: UPnP (TM) A/V Media Server Name: ushare -Version: 0.9.7 -Release: 3%{?dist} +Version: 0.9.8 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://ushare.geexbox.org/ @@ -68,8 +68,8 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog -* Mon Aug 28 2006 Eric Tanguy - 0.9.7-3 -- Rebuild for Fedora Extras 6 +* Wed Dec 13 2006 Eric Tanguy - 0.9.8-1 +- Update to 0.9.8 * Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 - Add pkgconfig to buildrequires From fedora-extras-commits at redhat.com Wed Dec 13 21:10:30 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:10:30 -0500 Subject: rpms/ushare import.log,1.13,1.14 Message-ID: <200612132110.kBDLAUV8002903@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873 Modified Files: import.log Log Message: auto-import ushare-0.9.8-1 on branch FC-5 from ushare-0.9.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ushare/import.log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- import.log 13 Dec 2006 21:07:06 -0000 1.13 +++ import.log 13 Dec 2006 21:10:00 -0000 1.14 @@ -10,3 +10,4 @@ ushare-0_9_7-2:HEAD:ushare-0.9.7-2.src.rpm:1151606864 ushare-0_9_8-1:HEAD:ushare-0.9.8-1.src.rpm:1166039364 ushare-0_9_8-1:FC-6:ushare-0.9.8-1.src.rpm:1166044378 +ushare-0_9_8-1:FC-5:ushare-0.9.8-1.src.rpm:1166044552 From fedora-extras-commits at redhat.com Wed Dec 13 21:10:30 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:10:30 -0500 Subject: rpms/ushare/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 ushare.spec, 1.6, 1.7 Message-ID: <200612132110.kBDLAUIM002908@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873/FC-5 Modified Files: .cvsignore sources ushare.spec Log Message: auto-import ushare-0.9.8-1 on branch FC-5 from ushare-0.9.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Mar 2006 13:29:56 -0000 1.4 +++ .cvsignore 13 Dec 2006 21:10:00 -0000 1.5 @@ -1 +1 @@ -ushare-0.9.7.tar.bz2 +ushare-0.9.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Mar 2006 13:29:56 -0000 1.4 +++ sources 13 Dec 2006 21:10:00 -0000 1.5 @@ -1 +1 @@ -e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2 +dec4c12d97d476c9a3a0347621d64e27 ushare-0.9.8.tar.bz2 Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-5/ushare.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ushare.spec 12 Mar 2006 13:29:56 -0000 1.6 +++ ushare.spec 13 Dec 2006 21:10:00 -0000 1.7 @@ -1,6 +1,6 @@ Summary: UPnP (TM) A/V Media Server Name: ushare -Version: 0.9.7 +Version: 0.9.8 Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -10,7 +10,7 @@ Source1:ushare.init BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libupnp-devel +BuildRequires: libupnp-devel, pkgconfig Requires(pre): fedora-usermgmt Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig @@ -68,6 +68,12 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog +* Wed Dec 13 2006 Eric Tanguy - 0.9.8-1 +- Update to 0.9.8 + +* Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 +- Add pkgconfig to buildrequires + * Sun Mar 12 2006 Eric Tanguy - 0.9.7-1 - Update to 0.9.7 From fedora-extras-commits at redhat.com Wed Dec 13 21:37:01 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 13 Dec 2006 16:37:01 -0500 Subject: rpms/abcMIDI/devel .cvsignore, 1.12, 1.13 abcMIDI.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612132137.kBDLb11W003113@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3094 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20061211 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Nov 2006 13:57:42 -0000 1.12 +++ .cvsignore 13 Dec 2006 21:36:31 -0000 1.13 @@ -1 +1 @@ -abcMIDI-2006-11-03.zip +abcMIDI-2006-12-11.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- abcMIDI.spec 6 Nov 2006 13:57:42 -0000 1.14 +++ abcMIDI.spec 13 Dec 2006 21:36:31 -0000 1.15 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20061103 +Version: 20061211 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-11-03.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-12-11.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 20061211-1 +- new version 20061211 + * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Nov 2006 13:57:42 -0000 1.12 +++ sources 13 Dec 2006 21:36:31 -0000 1.13 @@ -1 +1 @@ -888a007986d0b02c789cdaaf1401a04c abcMIDI-2006-11-03.zip +39a2037f73b59d0244bf0c9a31dd3673 abcMIDI-2006-12-11.zip From fedora-extras-commits at redhat.com Wed Dec 13 21:38:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 13 Dec 2006 16:38:20 -0500 Subject: rpms/abcMIDI/FC-5 .cvsignore, 1.12, 1.13 abcMIDI.spec, 1.12, 1.13 sources, 1.12, 1.13 Message-ID: <200612132138.kBDLcKNF003170@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3126/FC-5 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20061211 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Nov 2006 13:57:41 -0000 1.12 +++ .cvsignore 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -abcMIDI-2006-11-03.zip +abcMIDI-2006-12-11.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/abcMIDI.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- abcMIDI.spec 6 Nov 2006 13:57:41 -0000 1.12 +++ abcMIDI.spec 13 Dec 2006 21:37:50 -0000 1.13 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20061103 +Version: 20061211 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-11-03.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-12-11.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 20061211-1 +- new version 20061211 + * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 @@ -83,6 +86,9 @@ * Wed Aug 30 2006 Gerard Milmeister - 20060829-1 - new version 20060829 +* Mon Aug 28 2006 Gerard Milmeister - 20060805-2 +- Rebuild for FE6 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Nov 2006 13:57:41 -0000 1.12 +++ sources 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -888a007986d0b02c789cdaaf1401a04c abcMIDI-2006-11-03.zip +39a2037f73b59d0244bf0c9a31dd3673 abcMIDI-2006-12-11.zip From fedora-extras-commits at redhat.com Wed Dec 13 21:38:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 13 Dec 2006 16:38:20 -0500 Subject: rpms/abcMIDI/FC-6 .cvsignore, 1.12, 1.13 abcMIDI.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612132138.kBDLcKtC003175@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3126/FC-6 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20061211 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Nov 2006 13:57:42 -0000 1.12 +++ .cvsignore 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -abcMIDI-2006-11-03.zip +abcMIDI-2006-12-11.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-6/abcMIDI.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- abcMIDI.spec 6 Nov 2006 13:57:42 -0000 1.14 +++ abcMIDI.spec 13 Dec 2006 21:37:50 -0000 1.15 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20061103 +Version: 20061211 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-11-03.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-12-11.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 20061211-1 +- new version 20061211 + * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Nov 2006 13:57:42 -0000 1.12 +++ sources 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -888a007986d0b02c789cdaaf1401a04c abcMIDI-2006-11-03.zip +39a2037f73b59d0244bf0c9a31dd3673 abcMIDI-2006-12-11.zip From fedora-extras-commits at redhat.com Wed Dec 13 23:17:50 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:17:50 -0500 Subject: rpms/gonvert import.log,1.8,1.9 Message-ID: <200612132317.kBDNHoD2010012@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gonvert In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984 Modified Files: import.log Log Message: auto-import gonvert-0.2.15-3 on branch devel from gonvert-0.2.15-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gonvert/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 4 Jul 2006 15:14:25 -0000 1.8 +++ import.log 13 Dec 2006 23:17:20 -0000 1.9 @@ -5,3 +5,4 @@ gonvert-0_2_15-1:HEAD:gonvert-0.2.15-1.src.rpm:1144668002 gonvert-0_2_15-2:HEAD:gonvert-0.2.15-2.src.rpm:1152025947 gonvert-0_2_15-2:FC-5:gonvert-0.2.15-2.src.rpm:1152026035 +gonvert-0_2_15-3:HEAD:gonvert-0.2.15-3.src.rpm:1166052186 From fedora-extras-commits at redhat.com Wed Dec 13 23:17:50 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:17:50 -0500 Subject: rpms/gonvert/devel gonvert.spec,1.10,1.11 Message-ID: <200612132317.kBDNHoxh010015@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gonvert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984/devel Modified Files: gonvert.spec Log Message: auto-import gonvert-0.2.15-3 on branch devel from gonvert-0.2.15-3.src.rpm Index: gonvert.spec =================================================================== RCS file: /cvs/extras/rpms/gonvert/devel/gonvert.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gonvert.spec 16 Sep 2006 20:24:04 -0000 1.10 +++ gonvert.spec 13 Dec 2006 23:17:20 -0000 1.11 @@ -57,6 +57,7 @@ %clean rm -rf ${RPM_BUILD_ROOT} + %files %defattr(-,root,root,-) %doc doc/CHANGELOG doc/COPYING doc/FAQ doc/THANKS doc/TODO @@ -70,8 +71,8 @@ %changelog -* Sat Sep 16 2006 Paul F. Johnson 0.2.15-3 -- rebuild +* Tue Dec 12 2006 Paul F. Johnson 0.2.15-3 +- rebuild against new python * Mon Jul 3 2006 Paul F. Johnson 0.2.15-2 - fixed the glade file problem From fedora-extras-commits at redhat.com Wed Dec 13 23:21:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:21:23 -0500 Subject: rpms/pyxmms import.log,1.6,1.7 Message-ID: <200612132321.kBDNLNgh010113@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/pyxmms In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10077 Modified Files: import.log Log Message: auto-import pyxmms-2.06-4 on branch devel from pyxmms-2.06-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyxmms/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 6 Sep 2006 19:25:33 -0000 1.6 +++ import.log 13 Dec 2006 23:20:52 -0000 1.7 @@ -3,3 +3,4 @@ pyxmms-2_06-2:FC-5:pyxmms-2.06-2.src.rpm:1152026162 pyxmms-2_06-3:HEAD:pyxmms-2.06-3.src.rpm:1157570684 pyxmms-2_06-3:FC-5:pyxmms-2.06-3.src.rpm:1157570766 +pyxmms-2_06-4:HEAD:pyxmms-2.06-4.src.rpm:1166052392 From fedora-extras-commits at redhat.com Wed Dec 13 23:21:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:21:23 -0500 Subject: rpms/pyxmms/devel pyxmms.spec,1.3,1.4 Message-ID: <200612132321.kBDNLN0v010116@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/pyxmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10077/devel Modified Files: pyxmms.spec Log Message: auto-import pyxmms-2.06-4 on branch devel from pyxmms-2.06-4.src.rpm Index: pyxmms.spec =================================================================== RCS file: /cvs/extras/rpms/pyxmms/devel/pyxmms.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyxmms.spec 6 Sep 2006 19:24:13 -0000 1.3 +++ pyxmms.spec 13 Dec 2006 23:20:53 -0000 1.4 @@ -4,7 +4,7 @@ Name: pyxmms Summary: Python Interface to XMMS Version: 2.06 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Libraries URL: http://www.via.ecp.fr/~flo/ @@ -42,6 +42,9 @@ %{python_sitearch}/xmms/*.so %changelog +* Wed Dec 13 2006 Paul F. Johnson 2.06-4 +- rebuild + * Wed Sep 06 2006 Paul F. Johnson 2.06-3 - repackaged due to new packaging guidelines - small alteration to spec file From fedora-extras-commits at redhat.com Wed Dec 13 23:24:48 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:24:48 -0500 Subject: rpms/anjuta import.log,1.30,1.31 Message-ID: <200612132324.kBDNOmTL010251@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10223 Modified Files: import.log Log Message: auto-import anjuta-2.0.2-13 on branch devel from anjuta-2.0.2-13.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- import.log 14 Nov 2006 23:16:36 -0000 1.30 +++ import.log 13 Dec 2006 23:24:18 -0000 1.31 @@ -27,3 +27,4 @@ anjuta-2_0_2-11:HEAD:anjuta-2.0.2-11.src.rpm:1163545983 anjuta-2_0_2-11:FC-5:anjuta-2.0.2-11.src.rpm:1163546088 anjuta-2_0_2-11:FC-6:anjuta-2.0.2-11.src.rpm:1163546180 +anjuta-2_0_2-13:HEAD:anjuta-2.0.2-13.src.rpm:1166052599 From fedora-extras-commits at redhat.com Wed Dec 13 23:24:48 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:24:48 -0500 Subject: rpms/anjuta/devel anjuta.spec,1.25,1.26 Message-ID: <200612132324.kBDNOmpG010254@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10223/devel Modified Files: anjuta.spec Log Message: auto-import anjuta-2.0.2-13 on branch devel from anjuta-2.0.2-13.src.rpm Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- anjuta.spec 14 Nov 2006 23:13:17 -0000 1.25 +++ anjuta.spec 13 Dec 2006 23:24:18 -0000 1.26 @@ -1,7 +1,7 @@ Summary: Integrated Development Environment Name: anjuta Version: 2.0.2 -Release: 11%{?dist} +Release: 13%{?dist} License: GPL Group: Development/Tools URL: http://www.anjuta.org @@ -129,6 +129,9 @@ %{_datadir}/gtk-doc/html/*%{name}* %changelog +* Wed Dec 13 2006 Paul F. Johnson 2.0.2-13 +- rebuild + * Tue Nov 14 2006 Paul F. Johnson 2.0.2-11 - scintilla gtk fix From fedora-extras-commits at redhat.com Wed Dec 13 23:28:19 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:28:19 -0500 Subject: rpms/autogen import.log,1.8,1.9 Message-ID: <200612132328.kBDNSJE5010345@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10317 Modified Files: import.log Log Message: auto-import autogen-5.8.7-4 on branch devel from autogen-5.8.7-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/autogen/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 2 Nov 2006 21:17:51 -0000 1.8 +++ import.log 13 Dec 2006 23:27:49 -0000 1.9 @@ -5,3 +5,4 @@ autogen-5_8_7-3:FC-5:autogen-5.8.7-3.src.rpm:1162502055 autogen-5_8_7-3:FC-6:autogen-5.8.7-3.src.rpm:1162502151 autogen-5_8_7-3:HEAD:autogen-5.8.7-3.src.rpm:1162502259 +autogen-5_8_7-4:HEAD:autogen-5.8.7-4.src.rpm:1166052821 From fedora-extras-commits at redhat.com Wed Dec 13 23:28:20 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:28:20 -0500 Subject: rpms/autogen/devel autogen.spec,1.5,1.6 Message-ID: <200612132328.kBDNSK37010348@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10317/devel Modified Files: autogen.spec Log Message: auto-import autogen-5.8.7-4 on branch devel from autogen-5.8.7-4.src.rpm Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/autogen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- autogen.spec 2 Nov 2006 21:17:52 -0000 1.5 +++ autogen.spec 13 Dec 2006 23:27:49 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 URL: http://autogen.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: guile-devel libxml2-devel libopts-devel libtool +BuildRequires: guile-devel libxml2-devel libtool Requires: ldconfig autoconf Requires(postun): %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives @@ -58,7 +58,7 @@ %preun if [ $1 = 0 ] ; then -/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || +/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : %{_sbindir}/alternatives --remove columns %{_bindir}/columns.autogen %{_sbindir}/alternatives --remove getdefs %{_bindir}/getdefs.autogen fi @@ -124,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 +- fix for preun + * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts - now links to it's own version of libopts shipped with the tarball From fedora-extras-commits at redhat.com Wed Dec 13 23:51:39 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Wed, 13 Dec 2006 18:51:39 -0500 Subject: rpms/VLGothic-fonts/FC-6 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.3, 1.4 Message-ID: <200612132351.kBDNpdCE010552@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/VLGothic-fonts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10533 Modified Files: 30-VLGothic.conf VLGothic-fonts.spec Log Message: Decrease the priority of the VLGothic fonts lower than DejaVu fonts Index: 30-VLGothic.conf =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/FC-6/30-VLGothic.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 30-VLGothic.conf 23 Nov 2006 00:10:23 -0000 1.1 +++ 30-VLGothic.conf 13 Dec 2006 23:51:09 -0000 1.2 @@ -18,28 +18,40 @@ false - + + + + monospace + + + VL Gothic + + + - - ja - en + + monospace - - en + + DejaVu Sans Mono - - - monospace - - VL Gothic - - - - sans-serif - - VL PGothic - - + + + sans-serif + + + VL PGothic + + + + + + sans-serif + + + DejaVu Sans + + Index: VLGothic-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/FC-6/VLGothic-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- VLGothic-fonts.spec 28 Nov 2006 23:00:26 -0000 1.3 +++ VLGothic-fonts.spec 13 Dec 2006 23:51:09 -0000 1.4 @@ -1,6 +1,6 @@ Name: VLGothic-fonts Version: 20061026 -Release: 4%{?dist} +Release: 5%{?dist} Summary: VLGothic the Japanese TrueType font License: Distributable @@ -46,11 +46,15 @@ %doc README* LICENSE* %dir %{_datadir}/fonts/japanese/ %dir %{_datadir}/fonts/japanese/TrueType -%config(noreplace) %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf +%config %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf %{_datadir}/fonts/japanese/TrueType/*.ttf %changelog +* Sun Dec 10 2006 Ryo Dairiki - 20061026-5 +- Decrease the priority of the VLGothic fonts lower than DejaVu fonts. +- Now config files are replaced by every updating. + * Wed Nov 29 2006 Ryo Dairiki - 20061026-4 - Fix the misstyped dist tag. From fedora-extras-commits at redhat.com Wed Dec 13 23:58:36 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Wed, 13 Dec 2006 18:58:36 -0500 Subject: rpms/VLGothic-fonts/FC-5 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.2, 1.3 Message-ID: <200612132358.kBDNwavY010664@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/VLGothic-fonts/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10642 Modified Files: 30-VLGothic.conf VLGothic-fonts.spec Log Message: /home/ryo/Developments/repositories/VLGothic-fonts/FC-6/30-VLGothic.conf From fedora-extras-commits at redhat.com Thu Dec 14 00:00:42 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Wed, 13 Dec 2006 19:00:42 -0500 Subject: rpms/VLGothic-fonts/devel 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.2, 1.3 Message-ID: <200612140000.kBE00gJJ010738@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/VLGothic-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10718 Modified Files: 30-VLGothic.conf VLGothic-fonts.spec Log Message: Decrease the priority of VLGothic fonts Index: 30-VLGothic.conf =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/30-VLGothic.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 30-VLGothic.conf 23 Nov 2006 00:10:23 -0000 1.1 +++ 30-VLGothic.conf 14 Dec 2006 00:00:12 -0000 1.2 @@ -18,28 +18,40 @@ false - + + + + monospace + + + VL Gothic + + + - - ja - en + + monospace - - en + + DejaVu Sans Mono - - - monospace - - VL Gothic - - - - sans-serif - - VL PGothic - - + + + sans-serif + + + VL PGothic + + + + + + sans-serif + + + DejaVu Sans + + Index: VLGothic-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/VLGothic-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- VLGothic-fonts.spec 28 Nov 2006 23:03:30 -0000 1.2 +++ VLGothic-fonts.spec 14 Dec 2006 00:00:12 -0000 1.3 @@ -1,6 +1,6 @@ Name: VLGothic-fonts Version: 20061026 -Release: 4%{?dist} +Release: 5%{?dist} Summary: VLGothic the Japanese TrueType font License: Distributable @@ -46,11 +46,15 @@ %doc README* LICENSE* %dir %{_datadir}/fonts/japanese/ %dir %{_datadir}/fonts/japanese/TrueType -%config(noreplace) %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf +%config %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf %{_datadir}/fonts/japanese/TrueType/*.ttf %changelog +* Sun Dec 10 2006 Ryo Dairiki - 20061026-5 +- Decrease the priority of the VLGothic fonts lower than DejaVu fonts. +- Now config files are replaced by every updating. + * Wed Nov 29 2006 Ryo Dairiki - 20061026-4 - Fix the misstyped dist tag. From fedora-extras-commits at redhat.com Thu Dec 14 00:20:07 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Wed, 13 Dec 2006 19:20:07 -0500 Subject: rpms/ipod-sharp/devel .cvsignore, 1.2, 1.3 ipod-sharp.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612140020.kBE0K7WM013949@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13930 Modified Files: .cvsignore ipod-sharp.spec sources Log Message: * Tue Dec 12 2006 Christopher Aillon 0.6.2-1 - Update to 0.6.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Mar 2006 05:51:58 -0000 1.2 +++ .cvsignore 14 Dec 2006 00:19:37 -0000 1.3 @@ -1 +1,2 @@ ipod-sharp-0.5.15.tar.gz +ipod-sharp-0.6.2.tar.gz Index: ipod-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/ipod-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ipod-sharp.spec 28 Aug 2006 07:57:25 -0000 1.3 +++ ipod-sharp.spec 14 Dec 2006 00:19:37 -0000 1.4 @@ -1,6 +1,6 @@ Name: ipod-sharp -Version: 0.5.15 -Release: 3%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries @@ -46,8 +46,12 @@ %dir %{_libdir}/ipod-sharp %{_libdir}/ipod-sharp/ipod-sharp.dll %{_libdir}/ipod-sharp/ipod-sharp-ui.dll +%{_libdir}/ipod-sharp/ipod-sharp-firmware.dll %changelog +* Tue Dec 12 2006 Christopher Aillon 0.6.2-1 +- Update to 0.6.2 + * Mon Aug 28 2006 Christopher Aillon 0.5.15-3 - Rebuild against newer mono stack Index: sources =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Mar 2006 05:51:58 -0000 1.2 +++ sources 14 Dec 2006 00:19:37 -0000 1.3 @@ -1 +1,2 @@ 734956f3505f776c6920d4ae687f4bee ipod-sharp-0.5.15.tar.gz +0462bec8d8be165b7fd221a249fb6ab2 ipod-sharp-0.6.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 03:21:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:21:25 -0500 Subject: rpms/pungi/devel .cvsignore, 1.3, 1.4 pungi.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612140321.kBE3LP4n023992@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23947/devel Modified Files: .cvsignore pungi.spec sources Log Message: auto-import pungi-0.1.2-1 on branch devel from pungi-0.1.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Dec 2006 04:54:36 -0000 1.3 +++ .cvsignore 14 Dec 2006 03:20:55 -0000 1.4 @@ -1 +1 @@ -pungi-0.1.1.tar.gz +pungi-0.1.2.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pungi.spec 12 Dec 2006 05:07:00 -0000 1.3 +++ pungi.spec 14 Dec 2006 03:20:55 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.1 -Release: 2%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -46,6 +46,11 @@ %changelog +* Wed Dec 13 2006 Jesse Keating - 0.1.2-1 +- Fix a bug in DVD repodata +- Add correct ppc boot args +- Set ppc arch correctly + * Mon Dec 11 2006 Jesse Keating - 0.1.1-2 - Need BR python-devel in rawhide Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Dec 2006 04:54:36 -0000 1.3 +++ sources 14 Dec 2006 03:20:55 -0000 1.4 @@ -1 +1 @@ -4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz +5e7acbe2ddd7ed7cb99bf90d9c9e72cf pungi-0.1.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 03:21:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:21:25 -0500 Subject: rpms/pungi import.log,1.3,1.4 Message-ID: <200612140321.kBE3LPEt023987@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23947 Modified Files: import.log Log Message: auto-import pungi-0.1.2-1 on branch devel from pungi-0.1.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pungi/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 12 Dec 2006 04:54:35 -0000 1.3 +++ import.log 14 Dec 2006 03:20:55 -0000 1.4 @@ -1,2 +1,3 @@ pungi-0_1_0-1:HEAD:pungi-0.1.0-1.src.rpm:1163079833 pungi-0_1_1-1:HEAD:pungi-0.1.1-1.src.rpm:1165899723 +pungi-0_1_2-1:HEAD:pungi-0.1.2-1.src.rpm:1166066951 From fedora-extras-commits at redhat.com Thu Dec 14 03:23:00 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:23:00 -0500 Subject: rpms/pungi/FC-6 .cvsignore, 1.3, 1.4 pungi.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612140323.kBE3N0kY024088@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24053/FC-6 Modified Files: .cvsignore pungi.spec sources Log Message: auto-import pungi-0.1.2-1 on branch FC-6 from pungi-0.1.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Dec 2006 04:59:08 -0000 1.3 +++ .cvsignore 14 Dec 2006 03:22:30 -0000 1.4 @@ -1 +1 @@ -pungi-0.1.1.tar.gz +pungi-0.1.2.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/pungi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pungi.spec 12 Dec 2006 04:59:08 -0000 1.2 +++ pungi.spec 14 Dec 2006 03:22:30 -0000 1.3 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: Distribution compose tool @@ -11,6 +11,7 @@ Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime +BuildRequires: python-devel BuildArch: noarch @@ -45,6 +46,14 @@ %changelog +* Wed Dec 13 2006 Jesse Keating - 0.1.2-1 +- Fix a bug in DVD repodata +- Add correct ppc boot args +- Set ppc arch correctly + +* Mon Dec 11 2006 Jesse Keating - 0.1.1-2 +- Need BR python-devel in rawhide + * Mon Dec 11 2006 Jesse Keating - 0.1.1-1 - Update to 0.1.1 - Add ability to get srpms Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Dec 2006 04:59:08 -0000 1.3 +++ sources 14 Dec 2006 03:22:30 -0000 1.4 @@ -1 +1 @@ -4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz +5e7acbe2ddd7ed7cb99bf90d9c9e72cf pungi-0.1.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 03:23:00 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:23:00 -0500 Subject: rpms/pungi import.log,1.4,1.5 Message-ID: <200612140323.kBE3N0vI024083@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24053 Modified Files: import.log Log Message: auto-import pungi-0.1.2-1 on branch FC-6 from pungi-0.1.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pungi/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 14 Dec 2006 03:20:55 -0000 1.4 +++ import.log 14 Dec 2006 03:22:30 -0000 1.5 @@ -1,3 +1,4 @@ pungi-0_1_0-1:HEAD:pungi-0.1.0-1.src.rpm:1163079833 pungi-0_1_1-1:HEAD:pungi-0.1.1-1.src.rpm:1165899723 pungi-0_1_2-1:HEAD:pungi-0.1.2-1.src.rpm:1166066951 +pungi-0_1_2-1:FC-6:pungi-0.1.2-1.src.rpm:1166067046 From fedora-extras-commits at redhat.com Thu Dec 14 04:21:49 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 23:21:49 -0500 Subject: rpms/beryl-core/devel .cvsignore, 1.3, 1.4 beryl-core.spec, 1.6, 1.7 mesa-6.4.1-x86_64-fixes-1.patch, 1.1, 1.2 sources, 1.3, 1.4 Message-ID: <200612140421.kBE4LnmO027549@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27525 Modified Files: .cvsignore beryl-core.spec mesa-6.4.1-x86_64-fixes-1.patch sources Log Message: Turn beryl-xgl bits back on (#219566) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Dec 2006 04:24:19 -0000 1.3 +++ .cvsignore 14 Dec 2006 04:21:18 -0000 1.4 @@ -1,2 +1,3 @@ beryl-core-0.1.2.tar.bz2 beryl-core-0.1.3.tar.bz2 +beryl-mesa-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/beryl-core.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- beryl-core.spec 13 Dec 2006 17:54:14 -0000 1.6 +++ beryl-core.spec 14 Dec 2006 04:21:19 -0000 1.7 @@ -3,11 +3,12 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2 Patch0: mesa-6.4.1-x86_64-fixes-1.patch # libdrm is not avaliable on these arches @@ -96,12 +97,15 @@ users to install all the beryl bits for KDE. %prep -%setup -q +%setup -q -a 1 %build -# --disable-berylmesa == don't build beryl-xgl -%configure --disable-berylmesa \ +pushd beryl-mesa/src +make %{?_smp_mflags} +popd +%configure --enable-berylmesa \ + --with-berylmesadir=./beryl-mesa \ --x-includes=%{_includedir}/X11/ \ --x-libraries=%{_libdir}/X11/ make %{?_smp_mflags} @@ -112,8 +116,6 @@ make DESTDIR=$RPM_BUILD_ROOT install # Kill static and libtool libs find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f -# --disable-berylmesa should have made this not install... -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* %find_lang %{name} %clean @@ -154,6 +156,9 @@ %defattr(-,root,root,-) %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Turn beryl-xgl bits back on (#219566) + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release mesa-6.4.1-x86_64-fixes-1.patch: Index: mesa-6.4.1-x86_64-fixes-1.patch =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/mesa-6.4.1-x86_64-fixes-1.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-6.4.1-x86_64-fixes-1.patch 14 Nov 2006 20:31:35 -0000 1.1 +++ mesa-6.4.1-x86_64-fixes-1.patch 14 Dec 2006 04:21:19 -0000 1.2 @@ -1,5 +1,5 @@ --- Mesa-6.4.1/src/glx/x11/indirect_vertex_array.c 2005-08-19 20:53:26.000000000 +0200 -+++ mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 ++++ beryl-mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 @@ -123,10 +123,10 @@ struct array_state_vector * arrays; Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Dec 2006 04:24:19 -0000 1.3 +++ sources 14 Dec 2006 04:21:19 -0000 1.4 @@ -1 +1,2 @@ 24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 +c22765c2637846907ee6154b548151e9 beryl-mesa-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 14 04:25:28 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 23:25:28 -0500 Subject: rpms/beryl-core/FC-6 .cvsignore, 1.3, 1.4 beryl-core.spec, 1.5, 1.6 mesa-6.4.1-x86_64-fixes-1.patch, 1.1, 1.2 sources, 1.3, 1.4 Message-ID: <200612140425.kBE4PSmL027633@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27609 Modified Files: .cvsignore beryl-core.spec mesa-6.4.1-x86_64-fixes-1.patch sources Log Message: Turn beryl-xgl bits back on (#219566) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Dec 2006 17:55:00 -0000 1.3 +++ .cvsignore 14 Dec 2006 04:24:58 -0000 1.4 @@ -1,2 +1,3 @@ beryl-core-0.1.2.tar.bz2 beryl-core-0.1.3.tar.bz2 +beryl-mesa-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/beryl-core.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- beryl-core.spec 13 Dec 2006 17:55:00 -0000 1.5 +++ beryl-core.spec 14 Dec 2006 04:24:58 -0000 1.6 @@ -3,11 +3,12 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2 Patch0: mesa-6.4.1-x86_64-fixes-1.patch # libdrm is not avaliable on these arches @@ -96,12 +97,15 @@ users to install all the beryl bits for KDE. %prep -%setup -q +%setup -q -a 1 %build -# --disable-berylmesa == don't build beryl-xgl -%configure --disable-berylmesa \ +pushd beryl-mesa/src +make %{?_smp_mflags} +popd +%configure --enable-berylmesa \ + --with-berylmesadir=./beryl-mesa \ --x-includes=%{_includedir}/X11/ \ --x-libraries=%{_libdir}/X11/ make %{?_smp_mflags} @@ -112,8 +116,6 @@ make DESTDIR=$RPM_BUILD_ROOT install # Kill static and libtool libs find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f -# --disable-berylmesa should have made this not install... -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* %find_lang %{name} %clean @@ -154,6 +156,9 @@ %defattr(-,root,root,-) %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Turn beryl-xgl bits back on (#219566) + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release mesa-6.4.1-x86_64-fixes-1.patch: Index: mesa-6.4.1-x86_64-fixes-1.patch =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/mesa-6.4.1-x86_64-fixes-1.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-6.4.1-x86_64-fixes-1.patch 14 Nov 2006 20:31:35 -0000 1.1 +++ mesa-6.4.1-x86_64-fixes-1.patch 14 Dec 2006 04:24:58 -0000 1.2 @@ -1,5 +1,5 @@ --- Mesa-6.4.1/src/glx/x11/indirect_vertex_array.c 2005-08-19 20:53:26.000000000 +0200 -+++ mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 ++++ beryl-mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 @@ -123,10 +123,10 @@ struct array_state_vector * arrays; Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Dec 2006 17:55:00 -0000 1.3 +++ sources 14 Dec 2006 04:24:58 -0000 1.4 @@ -1 +1,2 @@ 24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 +c22765c2637846907ee6154b548151e9 beryl-mesa-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 14 04:42:13 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 13 Dec 2006 23:42:13 -0500 Subject: rpms/manaworld/devel manaworld.spec,1.6,1.7 Message-ID: <200612140442.kBE4gDrN027757@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/manaworld/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27742 Modified Files: manaworld.spec Log Message: Add opengl support Index: manaworld.spec =================================================================== RCS file: /cvs/extras/rpms/manaworld/devel/manaworld.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- manaworld.spec 21 Nov 2006 16:54:51 -0000 1.6 +++ manaworld.spec 14 Dec 2006 04:41:43 -0000 1.7 @@ -1,6 +1,6 @@ Name: manaworld Version: 0.0.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 2D MMORPG world Group: Amusements/Games @@ -23,7 +23,7 @@ %build -%configure +%configure --with-opengl make %{?_smp_mflags} @@ -69,6 +69,9 @@ %changelog +* Wed Dec 13 2006 Wart 0.0.21.1-2 +- Add opengl support + * Tue Oct 31 2006 Wart 0.0.21.1-1 - Update to 0.0.21.1 From fedora-extras-commits at redhat.com Thu Dec 14 04:43:22 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 13 Dec 2006 23:43:22 -0500 Subject: rpms/manaworld/FC-6 manaworld.spec,1.5,1.6 Message-ID: <200612140443.kBE4hMbE027821@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/manaworld/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27806 Modified Files: manaworld.spec Log Message: Add opengl support Index: manaworld.spec =================================================================== RCS file: /cvs/extras/rpms/manaworld/FC-6/manaworld.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- manaworld.spec 22 Nov 2006 19:40:40 -0000 1.5 +++ manaworld.spec 14 Dec 2006 04:42:52 -0000 1.6 @@ -1,6 +1,6 @@ Name: manaworld Version: 0.0.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 2D MMORPG world Group: Amusements/Games @@ -23,7 +23,7 @@ %build -%configure +%configure --with-opengl make %{?_smp_mflags} @@ -69,6 +69,9 @@ %changelog +* Wed Dec 13 2006 Wart 0.0.21.1-2 +- Add opengl support + * Wed Nov 22 2006 Wart 0.0.21.1-1 - Update to 0.0.21.1 From fedora-extras-commits at redhat.com Thu Dec 14 05:43:07 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Thu, 14 Dec 2006 00:43:07 -0500 Subject: rpms/ip6sic/devel ip6sic-0.1-fixes.patch, 1.1, 1.2 ip6sic.spec, 1.4, 1.5 Message-ID: <200612140543.kBE5h7Gj031196@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/ip6sic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31175 Modified Files: ip6sic-0.1-fixes.patch ip6sic.spec Log Message: Needs to build using libpcap.so now instead of libpcap.a ip6sic-0.1-fixes.patch: Index: ip6sic-0.1-fixes.patch =================================================================== RCS file: /cvs/extras/rpms/ip6sic/devel/ip6sic-0.1-fixes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ip6sic-0.1-fixes.patch 27 Jul 2006 13:09:29 -0000 1.1 +++ ip6sic-0.1-fixes.patch 14 Dec 2006 05:42:36 -0000 1.2 @@ -17,7 +17,7 @@ else PCAPLIB="-L$withval/lib -lpcap" fi -+ elif test -f /usr/include/pcap.h -a -f /usr/lib/libpcap.a; then ++ elif test -f /usr/include/pcap.h -a -f /usr/lib/libpcap.so; then + owd=`pwd` + PCAPINC="-I/usr/include" + PCAPLIB="-L/usr/lib -lpcap" Index: ip6sic.spec =================================================================== RCS file: /cvs/extras/rpms/ip6sic/devel/ip6sic.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ip6sic.spec 29 Nov 2006 15:37:28 -0000 1.4 +++ ip6sic.spec 14 Dec 2006 05:42:36 -0000 1.5 @@ -1,6 +1,6 @@ Name: ip6sic Version: 0.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: IPv6 Stack Integrity Checker Group: Applications/Internet @@ -50,6 +50,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 14 2006 Jarod Wilson 0.1-6 +- Build against libpcap.so instead of libpcap.a + * Wed Nov 29 2006 Jarod Wilson 0.1-5 - Rebuild against new libpcap From fedora-extras-commits at redhat.com Thu Dec 14 06:24:34 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 14 Dec 2006 01:24:34 -0500 Subject: owners owners.list,1.2108,1.2109 Message-ID: <200612140624.kBE6OY1P001959@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1931 Modified Files: owners.list Log Message: de-orphaning gourmet Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2108 retrieving revision 1.2109 diff -u -r1.2108 -r1.2109 --- owners.list 13 Dec 2006 17:13:49 -0000 1.2108 +++ owners.list 14 Dec 2006 06:24:04 -0000 1.2109 @@ -629,7 +629,7 @@ Fedora Extras|goffice|Goffice support library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gonvert|Units conversion utility|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gossip|Gnome Jabber Client|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|gourmet|PyGTK Recipe Manager|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|mpeters at mac.com +Fedora Extras|gourmet|Recipe Manager for the GNOME desktop environment|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gpa|Graphical user interface for GnuPG|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gparted|Gnome Partition Editor|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gperiodic|Program for browsing the periodic table|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 06:25:59 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:25:59 -0500 Subject: rpms/php-pear-File - New directory Message-ID: <200612140625.kBE6PxjH002010@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2006/php-pear-File Log Message: Directory /cvs/extras/rpms/php-pear-File added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 06:26:05 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:26:05 -0500 Subject: rpms/php-pear-File/devel - New directory Message-ID: <200612140626.kBE6Q5Zx002025@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2006/php-pear-File/devel Log Message: Directory /cvs/extras/rpms/php-pear-File/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 06:26:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:26:14 -0500 Subject: rpms/php-pear-File Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612140626.kBE6QErC002053@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2047 Added Files: Makefile import.log Log Message: Setup of module php-pear-File --- NEW FILE Makefile --- # Top level Makefile for module php-pear-File all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 14 06:26:19 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:26:19 -0500 Subject: rpms/php-pear-File/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612140626.kBE6QJdk002068@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2047/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-File --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 14 06:27:08 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:27:08 -0500 Subject: rpms/php-pear-File import.log,1.1,1.2 Message-ID: <200612140627.kBE6R8EC002149@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112 Modified Files: import.log Log Message: auto-import php-pear-File-1.2.2-1 on branch devel from php-pear-File-1.2.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-File/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Dec 2006 06:26:14 -0000 1.1 +++ import.log 14 Dec 2006 06:26:38 -0000 1.2 @@ -0,0 +1 @@ +php-pear-File-1_2_2-1:HEAD:php-pear-File-1.2.2-1.src.rpm:1166077964 From fedora-extras-commits at redhat.com Thu Dec 14 06:27:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:27:09 -0500 Subject: rpms/php-pear-File/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-File.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612140627.kBE6R97X002153@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/devel Modified Files: .cvsignore sources Added Files: PHP-LICENSE-3.01 php-pear-File.spec Log Message: auto-import php-pear-File-1.2.2-1 on branch devel from php-pear-File-1.2.2-1.src.rpm --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . --- NEW FILE php-pear-File.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name File Name: php-pear-File Version: 1.2.2 Release: 1%{?dist} Summary: Common file and directory routines Group: Development/Languages License: PHP License URL: http://pear.php.net/package/File Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description Provides easy access to read/write to files along with some common routines to deal with paths. Also provides interface for handling CSV files. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} %{pear_phpdir}/%{pear_name}* %changelog * Wed Dec 13 2006 Christopher Stone 1.2.2-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-File/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2006 06:26:19 -0000 1.1 +++ .cvsignore 14 Dec 2006 06:26:38 -0000 1.2 @@ -0,0 +1 @@ +File-1.2.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-File/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2006 06:26:19 -0000 1.1 +++ sources 14 Dec 2006 06:26:38 -0000 1.2 @@ -0,0 +1 @@ +ba8f020b70fb6a37c6258e0e42033aad File-1.2.2.tgz From fedora-extras-commits at redhat.com Thu Dec 14 06:31:22 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:31:22 -0500 Subject: owners owners.list,1.2109,1.2110 Message-ID: <200612140631.kBE6VMXC002215@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2200 Modified Files: owners.list Log Message: php-pear-File Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2109 retrieving revision 1.2110 diff -u -r1.2109 -r1.2110 --- owners.list 14 Dec 2006 06:24:04 -0000 1.2109 +++ owners.list 14 Dec 2006 06:30:52 -0000 1.2110 @@ -1870,6 +1870,7 @@ Fedora Extras|php-pear-DB-DataObject|An SQL Builder, Object Interface to Database Tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB-DataObject-FormBuilder|Automatically build HTML_QuickForm objects|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB-QueryTool|An OO-interface for easily retrieving and modifying data in a DB|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-File|Common file and directory routines|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-Common|Base class for other HTML classes|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-QuickForm|Class for creating, validating, processing HTML forms|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-Table|Class to easily design HTML tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 06:37:08 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 14 Dec 2006 01:37:08 -0500 Subject: rpms/search4files/devel .cvsignore, 1.2, 1.3 search4files.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612140637.kBE6b8Ms002417@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2352 Modified Files: .cvsignore search4files.spec sources Log Message: * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 +++ .cvsignore 14 Dec 2006 06:36:37 -0000 1.3 @@ -1 +1 @@ -search4files0.1c.tar.gz +search4files0.1d.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/search4files.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- search4files.spec 9 Dec 2006 23:42:15 -0000 1.1 +++ search4files.spec 14 Dec 2006 06:36:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: search4files -Version: 0.1c -Release: 2%{?dist} +Version: 0.1d +Release: 1%{?dist} Summary: A handy file search tool Group: Applications/File @@ -13,7 +13,11 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade +# disable pyxdg support on devel until pyxdg is +# rebuilt against python 2.5 +%if 0%{?fedora} < 7 Requires: pyxdg +%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -51,6 +55,13 @@ -e 's|Nautilus|nautilus|' \ search4files.py +# gtk import fails where DISPLAY is not set +# Actually pygtk2 is not required for build stage, +# so I disable all checking of python module +%{__sed} -i.check \ + -e '/exit(1)/d' \ + build.py + # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} @@ -83,6 +94,10 @@ %{_datadir}/%{name}/ %changelog +* Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 +- 0.1d +- Disable pyxdg support on devel for now. + * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Dec 2006 23:42:15 -0000 1.2 +++ sources 14 Dec 2006 06:36:37 -0000 1.3 @@ -1 +1 @@ -d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz +68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 06:37:11 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 14 Dec 2006 01:37:11 -0500 Subject: rpms/search4files/FC-6 .cvsignore, 1.2, 1.3 search4files.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612140637.kBE6bBlj002422@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2378 Modified Files: .cvsignore search4files.spec sources Log Message: * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 +++ .cvsignore 14 Dec 2006 06:36:41 -0000 1.3 @@ -1 +1 @@ -search4files0.1c.tar.gz +search4files0.1d.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/search4files.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- search4files.spec 9 Dec 2006 23:42:15 -0000 1.1 +++ search4files.spec 14 Dec 2006 06:36:41 -0000 1.2 @@ -1,6 +1,6 @@ Name: search4files -Version: 0.1c -Release: 2%{?dist} +Version: 0.1d +Release: 1%{?dist} Summary: A handy file search tool Group: Applications/File @@ -13,7 +13,11 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade +# disable pyxdg support on devel until pyxdg is +# rebuilt against python 2.5 +%if 0%{?fedora} < 7 Requires: pyxdg +%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -51,6 +55,13 @@ -e 's|Nautilus|nautilus|' \ search4files.py +# gtk import fails where DISPLAY is not set +# Actually pygtk2 is not required for build stage, +# so I disable all checking of python module +%{__sed} -i.check \ + -e '/exit(1)/d' \ + build.py + # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} @@ -83,6 +94,10 @@ %{_datadir}/%{name}/ %changelog +* Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 +- 0.1d +- Disable pyxdg support on devel for now. + * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Dec 2006 23:42:15 -0000 1.2 +++ sources 14 Dec 2006 06:36:41 -0000 1.3 @@ -1 +1 @@ -d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz +68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 06:37:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 14 Dec 2006 01:37:15 -0500 Subject: rpms/search4files/FC-5 .cvsignore, 1.2, 1.3 search4files.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612140637.kBE6bF4e002427@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2398 Modified Files: .cvsignore search4files.spec sources Log Message: * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 +++ .cvsignore 14 Dec 2006 06:36:45 -0000 1.3 @@ -1 +1 @@ -search4files0.1c.tar.gz +search4files0.1d.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/search4files.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- search4files.spec 9 Dec 2006 23:42:15 -0000 1.1 +++ search4files.spec 14 Dec 2006 06:36:45 -0000 1.2 @@ -1,6 +1,6 @@ Name: search4files -Version: 0.1c -Release: 2%{?dist} +Version: 0.1d +Release: 1%{?dist} Summary: A handy file search tool Group: Applications/File @@ -13,7 +13,11 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade +# disable pyxdg support on devel until pyxdg is +# rebuilt against python 2.5 +%if 0%{?fedora} < 7 Requires: pyxdg +%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -51,6 +55,13 @@ -e 's|Nautilus|nautilus|' \ search4files.py +# gtk import fails where DISPLAY is not set +# Actually pygtk2 is not required for build stage, +# so I disable all checking of python module +%{__sed} -i.check \ + -e '/exit(1)/d' \ + build.py + # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} @@ -83,6 +94,10 @@ %{_datadir}/%{name}/ %changelog +* Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 +- 0.1d +- Disable pyxdg support on devel for now. + * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Dec 2006 23:42:15 -0000 1.2 +++ sources 14 Dec 2006 06:36:45 -0000 1.3 @@ -1 +1 @@ -d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz +68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 06:38:20 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 14 Dec 2006 01:38:20 -0500 Subject: rpms/gourmet/devel dead.package,1.1,NONE Message-ID: <200612140638.kBE6cKeL002563@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gourmet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2558 Removed Files: dead.package Log Message: remove dead.package file in prep for de-orpahning --- dead.package DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 06:48:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 14 Dec 2006 01:48:16 -0500 Subject: rpms/gourmet/devel Makefile, 1.2, 1.3 gourmet.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612140648.kBE6mG5u002690@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gourmet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2671 Added Files: Makefile gourmet.spec sources Log Message: De-orphaning and upgrading to version 0.12.2 Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 14 Dec 2006 06:47:45 -0000 1.3 @@ -0,0 +1,21 @@ +# Makefile for source rpm: gourmet +# $Id$ +NAME := gourmet +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) Index: gourmet.spec =================================================================== RCS file: gourmet.spec diff -N gourmet.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gourmet.spec 14 Dec 2006 06:47:45 -0000 1.8 @@ -0,0 +1,91 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: gourmet +Version: 0.12.2 +Release: 2%{?dist} +Summary: Recipe Manager for the GNOME desktop environment + +Group: Applications/Productivity +License: GPL +URL: http://grecipe-manager.sourceforge.net +Source0: http://easynews.dl.sourceforge.net/sourceforge/grecipe-manager/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel +BuildRequires: desktop-file-utils +BuildRequires: gettext + +Requires: gnome-python2, gnome-python2-gnomeprint +Requires: metakit +Requires: pygtk2 +Requires: PyRTF +Requires: python-imaging, python-sqlite2, pygtk2-libglade, python-reportlab +%description +Gourmet Recipe Manager is a recipe-organizer for GNOME that generates shopping +lists and allows rapid searching of recipes. It imports mealmaster & mastercook +files and exports webpages & other formats. + +%prep +%setup -q +chmod -x data/recipe.dtd + +%build + +%{__python} setup.py build + +%install +rm -rf %buildroot +%{__python} setup.py install -O1 --skip-build --root %buildroot \ + --disable-modules-check + + +desktop-file-install %buildroot%_datadir/applications/gourmet.desktop \ + --remove-category=Other \ + --vendor=fedora \ + --add-category=Utility \ + --add-category=X-Fedora \ + --dir=%buildroot%_datadir/applications \ + --copy-name-to-generic-name \ + --delete-original + +%find_lang %{name} + +%clean +rm -rf %buildroot + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc CHANGES PKG-INFO README TODO +%doc documentation +%_bindir/gourmet +# sitelib stuff +%{python_sitelib}/gourmet +# datadir stuff +%{_datadir}/applications/fedora-gourmet.desktop +%{_datadir}/pixmaps/recbox.png +%{_datadir}/gourmet + +%changelog +* Wed Dec 13 2006 Jef Spaleta - 0.12.2-2 +- Some final specfile cleaning before import into extras cvs + +* Tue Dec 12 2006 Jef Spaleta - 0.12.2-1 +- Update to version 0.12.2 and prepare to unorphan the tree + +* Tue Apr 25 2006 Michael A. Peters - 0.8.5.14-2 +- try build again + +* Fri Mar 17 2006 Michael A. Peters - 0.8.5.14-1 +- New upstream version +- rpmlint cleanup + +* Fri Nov 11 2005 Michael A. Peters - 0.8.5.13-1 +- New upstream version + +* Thu Sep 22 2005 Michael A. Peters - 0.8.5.12-1 +- New upstream version + +* Mon Jun 13 2005 Michael A. Peters - 0.8.5.2-1 +- Initial checkin to cvs Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 14 Dec 2006 06:47:45 -0000 1.7 @@ -0,0 +1 @@ +09dbdd391fd9cd8916a67b4f36d40f1d gourmet-0.12.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 09:27:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Thu, 14 Dec 2006 04:27:00 -0500 Subject: owners owners.list,1.2110,1.2111 Message-ID: <200612140927.kBE9R0NA013098@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13082 Modified Files: owners.list Log Message: Adopt orphan packages related with fonts (t1lib,t1utils,ttf2pt1) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2110 retrieving revision 1.2111 diff -u -r1.2110 -r1.2111 --- owners.list 14 Dec 2006 06:30:52 -0000 1.2110 +++ owners.list 14 Dec 2006 09:26:30 -0000 1.2111 @@ -2320,8 +2320,8 @@ Fedora Extras|sysprof-kmod|Sysprof kernel module|giallu at gmail.com|extras-qa at fedoraproject.org|sandmann at daimi.au.dk Fedora Extras|system-config-control|Centralized tool for Fedora configuration utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ankit644 at yahoo.com Fedora Extras|system-switch-im|The Input Method System Switcher|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|t1lib|PostScript Type 1 font rasterizer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info -Fedora Extras|t1utils|Collection of Type 1 and 2 font manipulation utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info +Fedora Extras|t1lib|PostScript Type 1 font rasterizer|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info +Fedora Extras|t1utils|Collection of Type 1 and 2 font manipulation utilities|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|taarich|Display Hebrew date|danken at cs.technion.ac.il|extras-qa at fedoraproject.org| Fedora Extras|tachyon|Parallel / Multiprocessor Ray Tracing System|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|taglib|Audio Meta-Data Library|gauret at free.fr|extras-qa at fedoraproject.org| @@ -2422,7 +2422,7 @@ Fedora Extras|tremulous|First Person Shooter game based on the Quake 3 engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tremulous-data|Data files for tremulous the FPS game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tripwire|An IDS (Intrusion Detection System)|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|roozbeh at farsiweb.info +Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| Fedora Extras|TurboGears|Back-to-front web development in Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|tuxkart|Kids 3D go-kart racing game featuring Tux|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 13:35:29 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 08:35:29 -0500 Subject: rpms/pitivi/devel pitivi-0.10.1-sync.patch, NONE, 1.1 pitivi.spec, 1.11, 1.12 Message-ID: <200612141335.kBEDZTNQ026717@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26699 Modified Files: pitivi.spec Added Files: pitivi-0.10.1-sync.patch Log Message: Fix BZ#219603 and BZ#219604 pitivi-0.10.1-sync.patch: --- NEW FILE pitivi-0.10.1-sync.patch --- --- pitivi.desktop.in~ 2006-04-10 10:09:20.000000000 -0500 +++ pitivi.desktop.in 2006-12-14 07:37:02.000000000 -0600 @@ -3,7 +3,7 @@ Name=Pitivi Video Editor Comment=Non-linear video editor Comment[fr]=Editeur Vid??o Non-Lin??aire -Exec=pitivi +Exec=pitivi --sync Terminal=false Type=Application Icon=pitivi.png Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pitivi.spec 13 Dec 2006 14:52:20 -0000 1.11 +++ pitivi.spec 14 Dec 2006 13:34:59 -0000 1.12 @@ -1,12 +1,13 @@ Name: pitivi Version: 0.10.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia License: GPL URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Source0: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Patch0: pitivi-0.10.1-sync.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -34,7 +35,9 @@ program. %prep -%setup -q +%setup0 -q +%patch0 -p1 -b .sync + for f in `find . -name \*.py` do %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f @@ -48,9 +51,9 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install +rm %{buildroot}%{_datadir}/applications/pitivi.desktop desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ + --dir %{buildroot}%{_datadir}/applications \ pitivi.desktop %clean @@ -65,6 +68,12 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 +- Launch pitivi with --sync option (BZ#219604) +- Fix buildroot macro usage +- Remove X-Fedora category from menu entry +- Remove duplicate menu entry (BZ#219603) + * Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 - Add requirement on gstreamer-python From fedora-extras-commits at redhat.com Thu Dec 14 13:37:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 08:37:30 -0500 Subject: rpms/pitivi/FC-6 pitivi-0.10.1-sync.patch, NONE, 1.1 pitivi.spec, 1.10, 1.11 Message-ID: <200612141337.kBEDbU37026784@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26766 Modified Files: pitivi.spec Added Files: pitivi-0.10.1-sync.patch Log Message: Fix BZ#219603 and BZ#219604 pitivi-0.10.1-sync.patch: --- NEW FILE pitivi-0.10.1-sync.patch --- --- pitivi.desktop.in~ 2006-04-10 10:09:20.000000000 -0500 +++ pitivi.desktop.in 2006-12-14 07:37:02.000000000 -0600 @@ -3,7 +3,7 @@ Name=Pitivi Video Editor Comment=Non-linear video editor Comment[fr]=Editeur Vid??o Non-Lin??aire -Exec=pitivi +Exec=pitivi --sync Terminal=false Type=Application Icon=pitivi.png Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pitivi.spec 13 Dec 2006 15:50:34 -0000 1.10 +++ pitivi.spec 14 Dec 2006 13:37:00 -0000 1.11 @@ -1,12 +1,13 @@ Name: pitivi Version: 0.10.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia License: GPL URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Source0: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Patch0: pitivi-0.10.1-sync.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -34,7 +35,9 @@ program. %prep -%setup -q +%setup0 -q +%patch0 -p1 -b .sync + for f in `find . -name \*.py` do %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f @@ -48,9 +51,9 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install +rm %{buildroot}%{_datadir}/applications/pitivi.desktop desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ + --dir %{buildroot}%{_datadir}/applications \ pitivi.desktop %clean @@ -65,6 +68,12 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 +- Launch pitivi with --sync option (BZ#219604) +- Fix buildroot macro usage +- Remove X-Fedora category from menu entry +- Remove duplicate menu entry (BZ#219603) + * Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 - Add requirement on gstreamer-python From fedora-extras-commits at redhat.com Thu Dec 14 13:54:34 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 08:54:34 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.12,1.13 Message-ID: <200612141354.kBEDsYuW026955@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26940 Modified Files: pitivi.spec Log Message: Fix stupid mistake Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pitivi.spec 14 Dec 2006 13:34:59 -0000 1.12 +++ pitivi.spec 14 Dec 2006 13:54:03 -0000 1.13 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -36,7 +36,7 @@ %prep %setup0 -q -%patch0 -p1 -b .sync +%patch0 -p0 -b .sync for f in `find . -name \*.py` do @@ -68,6 +68,9 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-7 +- Fix stupid mistake + * Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 - Launch pitivi with --sync option (BZ#219604) - Fix buildroot macro usage From fedora-extras-commits at redhat.com Thu Dec 14 14:04:49 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 09:04:49 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.11,1.12 Message-ID: <200612141404.kBEE4nTi030136@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30119 Modified Files: pitivi.spec Log Message: Fix stupid mistake Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pitivi.spec 14 Dec 2006 13:37:00 -0000 1.11 +++ pitivi.spec 14 Dec 2006 14:04:19 -0000 1.12 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -36,7 +36,7 @@ %prep %setup0 -q -%patch0 -p1 -b .sync +%patch0 -p0 -b .sync for f in `find . -name \*.py` do @@ -68,6 +68,9 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-7 +- Fix stupid mistake + * Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 - Launch pitivi with --sync option (BZ#219604) - Fix buildroot macro usage From fedora-extras-commits at redhat.com Thu Dec 14 14:30:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:30:26 -0500 Subject: rpms/glest/FC-6 glest.spec,1.2,1.3 Message-ID: <200612141430.kBEEUQU9030263@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30230/FC-6 Modified Files: glest.spec Log Message: ExcludeArch PPC, it does not work there yet Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.spec 27 Nov 2006 21:21:22 -0000 1.2 +++ glest.spec 14 Dec 2006 14:29:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -18,6 +18,8 @@ Requires: glest-data = %{version} +ExcludeArch: ppc + %description Glest is a free 3D real time strategy game, that can be modified using XML and a set of tools. @@ -91,6 +93,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 +- Does not work on PPC yet, ExcludeArch it. + * Mon Nov 27 2006 Aurelien Bompard 2.0.0-2 - fix description From fedora-extras-commits at redhat.com Thu Dec 14 14:30:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:30:26 -0500 Subject: rpms/glest/devel glest.spec,1.2,1.3 Message-ID: <200612141430.kBEEUQq4030266@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30230/devel Modified Files: glest.spec Log Message: ExcludeArch PPC, it does not work there yet Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.spec 27 Nov 2006 21:21:22 -0000 1.2 +++ glest.spec 14 Dec 2006 14:29:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -18,6 +18,8 @@ Requires: glest-data = %{version} +ExcludeArch: ppc + %description Glest is a free 3D real time strategy game, that can be modified using XML and a set of tools. @@ -91,6 +93,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 +- Does not work on PPC yet, ExcludeArch it. + * Mon Nov 27 2006 Aurelien Bompard 2.0.0-2 - fix description From fedora-extras-commits at redhat.com Thu Dec 14 14:46:58 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:46:58 -0500 Subject: rpms/glest/FC-6 glest.spec,1.3,1.4 Message-ID: <200612141446.kBEEkw8X030411@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30383/FC-6 Modified Files: glest.spec Log Message: add description for the ExcludeArch Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glest.spec 14 Dec 2006 14:29:55 -0000 1.3 +++ glest.spec 14 Dec 2006 14:46:28 -0000 1.4 @@ -18,6 +18,7 @@ Requires: glest-data = %{version} +# Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc %description From fedora-extras-commits at redhat.com Thu Dec 14 14:46:59 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:46:59 -0500 Subject: rpms/glest/devel glest.spec,1.3,1.4 Message-ID: <200612141447.kBEEkxlX030414@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30383/devel Modified Files: glest.spec Log Message: add description for the ExcludeArch Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glest.spec 14 Dec 2006 14:29:56 -0000 1.3 +++ glest.spec 14 Dec 2006 14:46:28 -0000 1.4 @@ -18,6 +18,7 @@ Requires: glest-data = %{version} +# Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc %description From fedora-extras-commits at redhat.com Thu Dec 14 14:54:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 09:54:45 -0500 Subject: rpms/sbcl/devel sbcl-1.0-optflags.patch, NONE, 1.1 sbcl.spec, 1.55, 1.56 sbcl-0.9.5-optflags.patch, 1.1, NONE Message-ID: <200612141454.kBEEsjrT030471@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30453 Modified Files: sbcl.spec Added Files: sbcl-1.0-optflags.patch Removed Files: sbcl-0.9.5-optflags.patch Log Message: * Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- sbcl.spec 4 Dec 2006 19:23:23 -0000 1.55 +++ sbcl.spec 14 Dec 2006 14:54:15 -0000 1.56 @@ -10,14 +10,14 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 ppc sparc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 @@ -50,6 +50,16 @@ #define sbcl_bootstrap_src -a 30 %endif +## sparc section +Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 40 +%endif + + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch @@ -221,6 +231,9 @@ %changelog +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests --- sbcl-0.9.5-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 14:58:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 09:58:27 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.56,1.57 Message-ID: <200612141458.kBEEwRr0030520@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30505 Modified Files: sbcl.spec Log Message: don't include sparc bootstrap binary (by default). Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- sbcl.spec 14 Dec 2006 14:54:15 -0000 1.56 +++ sbcl.spec 14 Dec 2006 14:57:56 -0000 1.57 @@ -51,7 +51,7 @@ %endif ## sparc section -Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 %ifarch sparc %define sbcl_arch sparc #BuildRequires: sbcl From fedora-extras-commits at redhat.com Thu Dec 14 15:33:09 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:09 -0500 Subject: rpms/conky - New directory Message-ID: <200612141533.kBEFX9AQ001400@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1396/conky Log Message: Directory /cvs/extras/rpms/conky added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 15:33:09 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:09 -0500 Subject: rpms/conky/devel - New directory Message-ID: <200612141533.kBEFX9DX001413@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1396/conky/devel Log Message: Directory /cvs/extras/rpms/conky/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 15:33:21 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:21 -0500 Subject: rpms/conky Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612141533.kBEFXLA5001443@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1437 Added Files: Makefile import.log Log Message: Setup of module conky --- NEW FILE Makefile --- # Top level Makefile for module conky all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 14 15:33:26 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:26 -0500 Subject: rpms/conky/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612141533.kBEFXQPg001459@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1437/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conky --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 14 15:34:29 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:34:29 -0500 Subject: rpms/conky import.log,1.1,1.2 Message-ID: <200612141534.kBEFYTHP001556@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1516 Modified Files: import.log Log Message: auto-import conky-1.4.5-2 on branch devel from conky-1.4.5-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/conky/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Dec 2006 15:33:21 -0000 1.1 +++ import.log 14 Dec 2006 15:33:59 -0000 1.2 @@ -0,0 +1 @@ +conky-1_4_5-2:HEAD:conky-1.4.5-2.src.rpm:1166110809 From fedora-extras-commits at redhat.com Thu Dec 14 15:34:29 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:34:29 -0500 Subject: rpms/conky/devel conky-news.diff, NONE, 1.1 conky-timed_c.diff, NONE, 1.1 conky-timed_h.diff, NONE, 1.1 conky.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612141534.kBEFYTvs001560@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1516/devel Modified Files: .cvsignore sources Added Files: conky-news.diff conky-timed_c.diff conky-timed_h.diff conky.spec Log Message: auto-import conky-1.4.5-2 on branch devel from conky-1.4.5-2.src.rpm conky-news.diff: --- NEW FILE conky-news.diff --- --- /home/errr/src/conky-1.4.5/NEWS 2006-11-21 14:08:08.000000000 -0600 +++ NEWS 2006-12-14 00:29:27.000000000 -0600 @@ -1,3 +1,34 @@ +Summary of changes for Conky release 1.4.5: +------------------------------------------- +Added config items: +- max_specials +- max_port_monitor_connections + +Removed config items: +- min_port_monitors +- min_port_monitor_connections + +Added variables: +- entropy_avail +- entropy_poolsize +- entropy_bar + +Added length specifier to audacious_title. + +Split battery var into: +- battery and battery_time + +Fixed broken texeci variable. +Fixed build error with --disable-x11. +Fixed build error with --disable-xdamage. +Fixed acpi battery issues. +Fixed mem var overflows when >= 4GB. +Close pop3/imap sockets properly. +Improved internal thread handling. +Converted tcp_portmon internal hash to GLib +for GPL compatibility. + + Summary of changes for Conky release 1.4.4: ------------------------------------------- * fix build error for freebsd. conky-timed_c.diff: --- NEW FILE conky-timed_c.diff --- --- /home/errr/src/conky-1.4.5/src/timed_thread.c 2006-12-02 17:07:47.000000000 -0600 +++ src/timed_thread.c 2006-12-14 00:29:24.000000000 -0600 @@ -1,10 +1,26 @@ -/* $Id: timed_thread.c 803 2006-12-02 23:07:21Z pkovacs $ */ +/* $Id: timed_thread.c 817 2006-12-13 16:54:59Z pkovacs $ */ -/* timed_thread.c - * Author: Philip Kovacs +/* + * timed_thread.c: Abstraction layer for timed threads * - * Abstraction layer for timed threads - * */ + * Copyright (C) 2006 Philip Kovacs pkovacs at users.sourceforge.net + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + * USA. + * + */ #include #include conky-timed_h.diff: --- NEW FILE conky-timed_h.diff --- --- /home/errr/src/conky-1.4.5/src/timed_thread.h 2006-11-21 14:08:07.000000000 -0600 +++ src/timed_thread.h 2006-12-14 00:29:24.000000000 -0600 @@ -1,10 +1,26 @@ -/* $Id: timed_thread.h 772 2006-11-15 01:20:49Z pkovacs $ */ +/* $Id: timed_thread.h 817 2006-12-13 16:54:59Z pkovacs $ */ -/* timed_thread.h - * Author: Philip Kovacs +/* + * timed_thread.h: Abstraction layer for timed threads * - * Abstraction layer for timed threads - * */ + * Copyright (C) 2006 Philip Kovacs pkovacs at users.sourceforge.net + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + * USA. + * + */ #ifndef _TIMED_THREAD_H_ #define _TIMED_THREAD_H_ --- NEW FILE conky.spec --- Name: conky Version: 1.4.5 Release: 2%{?dist} Summary: A system monitor for X Group: User Interface/X License: GPL URL: http://conky.sf.net/ Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Patch0: conky-news.diff Patch1: conky-timed_c.diff Patch2: conky-timed_h.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libXft-devel BuildRequires: libXt-devel BuildRequires: libXdamage-devel BuildRequires: libXext-devel BuildRequires: audacious-devel %description A system monitor for X originally based on the torsmo code. but more kickass. It just keeps on given'er. Yeah. %prep %setup -q %patch0 %patch1 %patch2 %build %configure --enable-audacious \ --enable-hddtemp \ --enable-own-window \ --enable-proc-uptime \ --enable-portmon \ --enable-double-buffer \ --enable-xft \ --enable-xdamage \ --enable-x11 \ --disable-bmpx \ --disable-xmms2 \ --disable-mpd \ --with-x make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING TODO README NEWS extras/* doc/docs.html doc/conkyrc.sample %{_bindir}/* %{_mandir}/man1/* %changelog * Thu Dec 14 2006 Michael Rice - 1.4.5-2 - Ship NEWS - Add patch for license of timed_thread and NEWS * Tue Dec 12 2006 Michael Rice - 1.4.5-1 - version bump - change group * Wed Dec 06 2006 Michael Rice - 1.4.4-3 - rebuild for new audacious lib version * Thu Nov 30 2006 Michael Rice - 1.4.4-2 - Move nano and vim files into docs - remove unneeded BR's * Tue Nov 21 2006 Michael Rice - 1.4.4-1 - Version bump - Add vim and nano syntax files to package * Thu Oct 05 2006 Michael Rice - 1.4.3-1 - Version bump - Remove Install file from docs * Mon Oct 02 2006 Michael Rice - 1.4.2-4 - moved to configure macro from ./configure - clean up changelog and make more informative entrys - Fixed sumary in spec file - remove NEWS file since it was empty - remove xmms support due to possible security issue - remove bmp support due to possible security issue - add missing BR for libXext-devel and remove unneeded libX11-devel * Thu Sep 28 2006 Michael Rice - 1.4.2-3 - use the GPL as licence since the whole package is GPL * Thu Sep 28 2006 Michael Rice - 1.4.2-2 - remove unneeded deps * Tue Sep 26 2006 Michael Rice - 1.4.2-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conky/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2006 15:33:26 -0000 1.1 +++ .cvsignore 14 Dec 2006 15:33:59 -0000 1.2 @@ -0,0 +1 @@ +conky-1.4.5.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conky/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2006 15:33:26 -0000 1.1 +++ sources 14 Dec 2006 15:33:59 -0000 1.2 @@ -0,0 +1 @@ +4625c052852f2919a5e7ce2eb7c31189 conky-1.4.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 14 15:38:13 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:38:13 -0500 Subject: owners owners.list,1.2111,1.2112 Message-ID: <200612141538.kBEFcDqJ001611@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1596 Modified Files: owners.list Log Message: Adding my self as maintainer of conky: 208420 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2111 retrieving revision 1.2112 diff -u -r1.2111 -r1.2112 --- owners.list 14 Dec 2006 09:26:30 -0000 1.2111 +++ owners.list 14 Dec 2006 15:37:43 -0000 1.2112 @@ -243,6 +243,7 @@ Fedora Extras|conexusmm|Gtkmm widgets for the conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|conglomerate|Extensible XML Editor|jamatos at fc.up.pt|extras-qa at fedoraproject.org| +Fedora Extras|conky|Light weight system monitor for X|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|conman|the console manager|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|connect-proxy|SSH proxy command helper|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|conntrack|Tool to manipulate netfilter connection tracking table|i at stingr.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 15:53:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 10:53:13 -0500 Subject: rpms/akode/devel akode.spec,1.5,1.6 Message-ID: <200612141553.kBEFrDRV001719@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1697 Modified Files: akode.spec Log Message: * Thu Dec 14 2006 Rex Dieter 2.0.1-3 - enable jack support (subpkg) - package (GPL'd) libsamplerate-based resampler separately, to keep main pkg LGPL-clean Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- akode.spec 28 Aug 2006 15:01:03 -0000 1.5 +++ akode.spec 14 Dec 2006 15:52:43 -0000 1.6 @@ -2,7 +2,7 @@ Summary: Audio-decoding framework Name: akode Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries #URL: http://carewolf.com/akode/ @@ -10,6 +10,14 @@ Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +#Conflicts: kdemultimedia < 6:3.5 + +%if 0%{?fedora} > 4 +%define _with_jack --with-jack +# FIXME +#define _with_pulseaudio --with-pulseaudio +%endif + BuildRequires: automake BuildRequires: alsa-lib-devel BuildRequires: flac-devel @@ -17,6 +25,8 @@ BuildRequires: speex-devel BuildRequires: libvorbis-devel BuildRequires: libtool +%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel} +%{?_with_pusleaudio:BuildRequires: pulseaudio-devel} %description aKode is a simple audio-decoding frame-work that provides a uniform @@ -30,12 +40,6 @@ aKode also has the following audio outputs: * oss: Outputs to the OSS (Open Sound System) * alsa: Outputs to ALSA (dmix is recommended). -%if 0 -TODO -* jack: Outputs using Jack audio backend. -* polyp: Output to the polypaudio server. Recommended for network - transparent audio. -%endif %package devel Summary: Headers for developing programs that will use %{name} @@ -44,6 +48,30 @@ %description devel %{summary}. +%package jack +Summary: Jack audio output backend for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description jack +%{summary}. + +%package libsamplerate +Summary: Resampler based on (GPL) libsamplerate for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description libsamplerate +%{summary}. +Packaged separately to keep main/core %{akode} package LGPL-clean. + +%package pulseaudio +Summary: Pulseaudio output backend for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description pulseaudio +%{summary}. +Recommended for network transparent audio. + + %prep %setup -q -n %{name}-%{version}%{?beta} @@ -58,11 +86,10 @@ --without-libltdl \ --with-alsa \ --with-flac \ + %{?_with_jack} %{!?_with_jack:--without-jack} \ --with-libsamplerate \ --with-speex \ --with-vorbis \ - --without-jack \ - --without-polypaudio \ --without-ffmpeg \ --without-libmad @@ -97,7 +124,10 @@ %doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* -%{_libdir}/libakode_*_*.so +%{_libdir}/libakode_alsa_sink.so +%{_libdir}/libakode_oss_sink.so +%{_libdir}/libakode_mpc_decoder.so +%{_libdir}/libakode_xiph_decoder.so %files devel %defattr(-,root,root,-) @@ -105,8 +135,23 @@ %{_includedir}/* %{_libdir}/libakode.so +%if "%{?_with_jack:1}" == "1" +%files jack +%defattr(-,root,root,-) +%{_libdir}/libakode_jack_sink.so +%endif + +%files libsamplerate +%defattr(-,root,root,-) +%{_libdir}/libakode_src_resampler.so + %changelog +* Thu Dec 14 2006 Rex Dieter 2.0.1-3 +- enable jack support (subpkg) +- package (GPL'd) libsamplerate-based resampler separately, + to keep main pkg LGPL-clean + * Mon Aug 28 2006 Rex Dieter 2.0.1-2 - fc6 respin From fedora-extras-commits at redhat.com Thu Dec 14 16:34:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 11:34:47 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.57,1.58 Message-ID: <200612141634.kBEGYlom005136@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5121 Modified Files: sbcl.spec Log Message: actually *use* updated optflags patch Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- sbcl.spec 14 Dec 2006 14:57:56 -0000 1.57 +++ sbcl.spec 14 Dec 2006 16:34:17 -0000 1.58 @@ -64,7 +64,7 @@ Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch +Patch3: sbcl-1.0-optflags.patch Patch4: sbcl-0.9.17-LIB_DIR.patch Patch6: sbcl-0.9.5-verbose-build.patch From fedora-extras-commits at redhat.com Thu Dec 14 16:53:32 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 11:53:32 -0500 Subject: rpms/blender/devel blender.spec,1.40,1.41 Message-ID: <200612141653.kBEGrWxY005231@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5216 Modified Files: blender.spec Log Message: Next try to rebuild Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- blender.spec 12 Dec 2006 18:30:27 -0000 1.40 +++ blender.spec 14 Dec 2006 16:53:02 -0000 1.41 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 12%{?dist} +Release: 13%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Dec 14 2006 Jochen Schmitt 2.42a-13 +- Rebuild + * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 - Fix typo From fedora-extras-commits at redhat.com Thu Dec 14 17:21:34 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 12:21:34 -0500 Subject: rpms/blender/devel blender.spec,1.41,1.42 Message-ID: <200612141721.kBEHLYa5008467@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8452 Modified Files: blender.spec Log Message: Another try Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- blender.spec 14 Dec 2006 16:53:02 -0000 1.41 +++ blender.spec 14 Dec 2006 17:21:04 -0000 1.42 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 13%{?dist} +Release: 14%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -62,7 +62,7 @@ %prep %setup -q %patch1 -p1 -%patch2 -p1 +%patch2 -p0 %build cp %{SOURCE7} user-config.py @@ -162,7 +162,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Thu Dec 14 2006 Jochen Schmitt 2.42a-13 +* Thu Dec 14 2006 Jochen Schmitt 2.42a-14 - Rebuild * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 From fedora-extras-commits at redhat.com Thu Dec 14 17:58:14 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Thu, 14 Dec 2006 12:58:14 -0500 Subject: owners owners.list,1.2112,1.2113 Message-ID: <200612141758.kBEHwESc008656@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8637 Modified Files: owners.list Log Message: Change my address to my main bugzilla account address Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2112 retrieving revision 1.2113 diff -u -r1.2112 -r1.2113 --- owners.list 14 Dec 2006 15:37:43 -0000 1.2112 +++ owners.list 14 Dec 2006 17:57:43 -0000 1.2113 @@ -60,7 +60,7 @@ Fedora Extras|apachetop|A top-like display of Apache logs|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|apcupsd|APC UPS Power Control Daemon for Linux|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|apel|A Portable Emacs Library|tagoh at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|apg|Automated Password Generator for random password generation|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|apg|Automated Password Generator for random password generation|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|aplus-fsf|Advanced APL interpreter with s interface|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|apmud|Power Management daemon for Apple laptops|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|apollon|Filesharing client|rdieter at math.unl.edu|extras-qa at fedoraproject.org| @@ -296,7 +296,7 @@ Fedora Extras|darcs|David's advanced revision control system|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dates|Small, lightweight calendar|jkeating at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|dbh|Disk based hash library|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|dbh|Disk based hash library|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd2|Dodgin' Diamond 2 - Shoot'em up arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -402,7 +402,7 @@ Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim-doc|Documentation for the exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|exo|Application library for the Xfce desktop environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|exo|Application library for the Xfce desktop environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|ez-ipupdate|Client for Dynamic DNS Services|jlayton at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| @@ -480,7 +480,7 @@ Fedora Extras|fwbackups|A feature-rich user backup program|s.adam at diffingo.com|extras-qa at fedoraproject.org| Fedora Extras|fwbuilder|Firewall Builder|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|fwfstab|A graphical file system table editor|s.adam at diffingo.com|extras-qa at fedoraproject.org| -Fedora Extras|fwrestart|A way to more safely re-load firewall rules remotely|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|fwrestart|A way to more safely re-load firewall rules remotely|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|fyre|A tool for creating artwork from chaotic functions|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gai|Generic Applet Interface|michel.salim at gmail.com|extras-qa at fedoraproject.org|bugs.michael at gmx.net Fedora Extras|gai-pal|GAI Pal applet|michel.salim at gmail.com|extras-qa at fedoraproject.org|bugs.michael at gmx.net @@ -669,7 +669,7 @@ Fedora Extras|gtk-gnutella|GUI based Gnutella Client|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|Gtk-Perl|Perl extensions for GTK+|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gtk-qt-engine|a project allowing GTK to use Qt widget styles|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gtkdatabox|GTK+ widget for fast data display|work.eric at gmail.com|extras-qa at fedoraproject.org| @@ -1038,9 +1038,9 @@ Fedora Extras|libupnp|Universal Plug and Play (UPnP) SDK|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| Fedora Extras|libvisual|An abstraction library for audio visualisation plugins|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|libvisual-plugins|Plugins for use with libvisual|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|mpeters at mac.com -Fedora Extras|libxfce4mcs|Multi-channel settings management support for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|libxfce4util|Utility library for the Xfce4 desktop environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|libxfcegui4|GTK widgets for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|libxfce4mcs|Multi-channel settings management support for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|libxfce4util|Utility library for the Xfce4 desktop environment|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|libxfcegui4|GTK widgets for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|libxml|Old libXML library for Gnome-1 application compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|libxml++|libxml++ is a C++ wrapper for the libxml2 XML parser library|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|libzvt|ZVT - Zed's Virtual Terminal|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -1073,7 +1073,7 @@ Fedora Extras|lostirc|Simple IRC client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|loudmouth|Jabber programming library written in C|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|lout|A document formatting system|tcallawa at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|lrmi|Library for calling real mode BIOS routines|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|lrmi|Library for calling real mode BIOS routines|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|lsscsi|List SCSI devices (or hosts) and associated information|coldwell at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ltsp-utils|Linux Terminal Server Project utilities|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|lua|A powerful light-weight programming language|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -1295,7 +1295,7 @@ Fedora Extras|otrs|The Open Ticket Request System|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|ots|A text summarizer|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|overgod|Another Asteroid like game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|p0f|Versatile passive OS fingerprinting tool|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|p0f|Versatile passive OS fingerprinting tool|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|p0rn-comfort|Support programs for browsing image-gallery sites|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|p7zip|Very high compression ratio file archiver|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|pachi|Pachi El Marciano - Platform Game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -2352,7 +2352,7 @@ Fedora Extras|telepathy-gabble|Jabber/XMPP connection manager for Telepathy|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|tellico|A collection manager|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|tenr-de-styles-pkg|A collection of styles for fluxbox|miker5slow at grandecom.net|extras-qa at fedoraproject.org| -Fedora Extras|Terminal|Xfce Terminal Emulator|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|Terminal|Xfce Terminal Emulator|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|terminus-font|Clean fixed width font|rhbugs at n-dimensional.de|extras-qa at fedoraproject.org| Fedora Extras|testdisk|Tool to check and undelete partition|grenier at cgsecurity.org|extras-qa at fedoraproject.org| Fedora Extras|tetex-arabtex|The ArabTeX package for TeX/LaTeX|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -2410,7 +2410,7 @@ Fedora Extras|torcs-data|The Open Racing Car Simulator data files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|torque|Tera-scale Open-source Resource and QUEue manager|garrick at usc.edu|extras-qa at fedoraproject.org| Fedora Extras|torsmo|TyopoytaORvelo System MOnitor|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| -Fedora Extras|tpb|IBM ThinkPad button support utility|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|tpb|IBM ThinkPad button support utility|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|trackballs|Steer a marble ball through a labyrinth|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -2550,11 +2550,11 @@ Fedora Extras|xemacs-sumo|XEmacs Lisp packages|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|xerces-c|Validating XML Parser|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xeuphoric|An oric emulator capable of emulating the full family|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|xfcalendar|Time-managing application for Xfce4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce-mcs-manager|Multi channel settings manager|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce-mcs-plugins|Plugins for multi channel settings manager|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce-utils|Utilities for the Xfce Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-appfinder|Appfinder for the Xfce4 Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfcalendar|Time-managing application for Xfce4|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce-mcs-manager|Multi channel settings manager|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce-mcs-plugins|Plugins for multi channel settings manager|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce-utils|Utilities for the Xfce Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-appfinder|Appfinder for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-battery-plugin|Battery monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-clipman-plugin|Clipboard manager plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-cpugraph-plugin|CPU monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| @@ -2565,40 +2565,40 @@ Fedora Extras|xfce4-eyes-plugin|Eyes for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-fsguard-plugin|Filesystem-Guard plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-genmon-plugin|Generic monitor plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-icon-theme|Icons for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-iconbox|Icon box for the Xfce4 Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-icon-theme|Icons for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-iconbox|Icon box for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-mailwatch-plugin|Mail Watcher plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-minicmd-plugin|Mini command-line plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-mixer|Volume control plugin for the Xfce4 panel|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-mixer|Volume control plugin for the Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-modemlights-plugin|Modemlights for the XFCE panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-mount-plugin|Mount/unmount utility for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-netload-plugin|Network-load monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-notes-plugin|Notes plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-panel|Next generation panel for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-panel|Next generation panel for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-quicklauncher-plugin|Quicklauncher plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-screenshooter-plugin|Screenshot utility for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-sensors-plugin|Sensors plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-session|Session manager for the Xfce4 desktop|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-session|Session manager for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-showdesktop-plugin|Show-Desktop plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskmanager|Taskmanager for the Xfce desktop environment|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-wavelan-plugin|WaveLAN plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-weather-plugin|Weather plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-websearch-plugin|Websearch plugin from the XFCE panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-windowlist-plugin|Windowlist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xkb-plugin|XKB layout switcher for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xmms-plugin|Control XMMS from the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfdesktop|Desktop Manger for the Xfce4 desktop|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfdesktop|Desktop Manger for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xffm|Next generation filemanager and SMB network navigator for Xfce4|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|xforms|An X11 toolkit library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|xfprint|Print dialog and printer manager for Xfce 4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfprint|Print dialog and printer manager for Xfce 4|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfsdump|Backup and restore utilities for XFS filesystems|cattelan at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|xfwm4|Next generation window manager for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfwm4-themes|Additional themes for xfwm4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfwm4|Next generation window manager for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfwm4-themes|Additional themes for xfwm4|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xgalaxy|Galaxian / Galaga like game with powerups|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xine-lib|Xine library|gauret at free.fr|extras-qa at fedoraproject.org|ville.skytta at iki.fi Fedora Extras|xkeycaps|Graphical front end to xmodmap|tcallawa at redhat.com|extras-qa at fedoraproject.org| @@ -2625,7 +2625,7 @@ Fedora Extras|xmms-skins|Skins for the X MultiMedia System|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-speex|X MultiMedia System input plugin to play speex files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmoto|Challenging 2D Motocross Platform Game|hugo at devin.com.br|extras-qa at fedoraproject.org| -Fedora Extras|xosd|On-screen display library for X|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xosd|On-screen display library for X|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xpa|The XPA messaging system|spr at astrax.fis.ucm.es|extras-qa at fedoraproject.org| Fedora Extras|xpdf|A PDF file viewer for the X Window System|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xpilot-ng|Space arcade game|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 18:07:54 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 14 Dec 2006 13:07:54 -0500 Subject: fedora-security/audit fc5,1.419,1.420 fc6,1.171,1.172 Message-ID: <200612141807.kBEI7sIo011859@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11842 Modified Files: fc5 fc6 Log Message: Note a dbus issue Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.419 retrieving revision 1.420 diff -u -r1.419 -r1.420 --- fc5 13 Dec 2006 18:56:01 -0000 1.419 +++ fc5 14 Dec 2006 18:07:53 -0000 1.420 @@ -15,6 +15,7 @@ CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- fc6 13 Dec 2006 18:56:01 -0000 1.171 +++ fc6 14 Dec 2006 18:07:53 -0000 1.172 @@ -15,6 +15,7 @@ CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) #219665 CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support From fedora-extras-commits at redhat.com Thu Dec 14 18:42:06 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 14 Dec 2006 13:42:06 -0500 Subject: rpms/crossfire/devel crossfire.spec,1.3,1.4 Message-ID: <200612141842.kBEIg6BQ012047@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12025 Modified Files: crossfire.spec Log Message: Rebuild for python 2.5 Index: crossfire.spec =================================================================== RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- crossfire.spec 31 Aug 2006 15:15:29 -0000 1.3 +++ crossfire.spec 14 Dec 2006 18:41:36 -0000 1.4 @@ -3,7 +3,7 @@ Name: crossfire Version: 1.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games License: GPL @@ -307,7 +307,10 @@ %changelog -* Tue Jul 11 2006 Wart 1.9.1-2 +* Fri Dec 8 2006 Wart 1.9.1-3 +- Rebuild for new python 2.5 + +* Thu Aug 31 2006 Wart 1.9.1-2 - Added upstream patch to fix configure bug. - Added selinux security policy - Don't use /tmp for the map file cache From fedora-extras-commits at redhat.com Thu Dec 14 18:57:02 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 13:57:02 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, 1.1, 1.2 blender.spec, 1.42, 1.43 Message-ID: <200612141857.kBEIv2Rt012157@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12132 Modified Files: blender-2.42a-x64.patch blender.spec Log Message: Help me, the next try blender-2.42a-x64.patch: Index: blender-2.42a-x64.patch =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42a-x64.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blender-2.42a-x64.patch 12 Dec 2006 18:27:29 -0000 1.1 +++ blender-2.42a-x64.patch 14 Dec 2006 18:56:32 -0000 1.2 @@ -1,5 +1,5 @@ ---- source/gameengine/Expressions/ListValue.cpp~ 2006-12-12 09:49:00.000000000 -0800 -+++ source/gameengine/Expressions/ListValue.cpp 2006-12-12 09:50:57.000000000 -0800 +--- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.org 2004-06-07 13:03:11.000000000 +0200 ++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 19:35:46.000000000 +0100 @@ -23,12 +23,12 @@ #include #endif @@ -24,3 +24,14 @@ { int i, j; PyListObject *newlist; +@@ -166,8 +166,8 @@ + (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ + (binaryfunc)listvalue_buffer_concat, /*sq_concat*/ + 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ +- (intargfunc)listvalue_buffer_item, /*sq_item*/ +- (intintargfunc)listvalue_buffer_slice, /*sq_slice*/ ++ (ssizeargfunc)listvalue_buffer_item, /*sq_item*/ ++ (ssizessizeargfunc)listvalue_buffer_slice, /*sq_slice*/ + 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ + 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ + }; Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- blender.spec 14 Dec 2006 17:21:04 -0000 1.42 +++ blender.spec 14 Dec 2006 18:56:32 -0000 1.43 @@ -62,7 +62,7 @@ %prep %setup -q %patch1 -p1 -%patch2 -p0 +%patch2 -p1 -b .org %build cp %{SOURCE7} user-config.py From fedora-extras-commits at redhat.com Thu Dec 14 18:58:42 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 13:58:42 -0500 Subject: rpms/blender/devel blender.spec,1.43,1.44 Message-ID: <200612141858.kBEIwgjL012184@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12167 Modified Files: blender.spec Log Message: Help me, the next try Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- blender.spec 14 Dec 2006 18:56:32 -0000 1.43 +++ blender.spec 14 Dec 2006 18:58:12 -0000 1.44 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 14%{?dist} +Release: 15%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,7 +162,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Thu Dec 14 2006 Jochen Schmitt 2.42a-14 +* Thu Dec 14 2006 Jochen Schmitt 2.42a-15 - Rebuild * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 From fedora-extras-commits at redhat.com Thu Dec 14 19:20:38 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 14 Dec 2006 14:20:38 -0500 Subject: mock Makefile, 1.8.2.5, 1.8.2.6 buildsys-build.spec, 1.2.2.7, 1.2.2.8 mock.py, 1.53.2.6, 1.53.2.7 Message-ID: <200612141920.kBEJKc1e015485@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15466 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec mock.py Log Message: added David Lutterkort's patch for RHEL Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.5 retrieving revision 1.8.2.6 diff -u -r1.8.2.5 -r1.8.2.6 --- Makefile 21 Oct 2006 19:04:02 -0000 1.8.2.5 +++ Makefile 14 Dec 2006 19:20:38 -0000 1.8.2.6 @@ -53,7 +53,7 @@ rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ done for i in 3 4; do \ - rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ + rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ done for i in 73 8 9; do \ rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rh$$i" -bb buildsys-build.spec; \ Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.7 retrieving revision 1.2.2.8 diff -u -r1.2.2.7 -r1.2.2.8 --- buildsys-build.spec 29 Aug 2006 19:55:58 -0000 1.2.2.7 +++ buildsys-build.spec 14 Dec 2006 19:20:38 -0000 1.2.2.8 @@ -3,7 +3,7 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.6 +Version: 0.6.1 Release: 1%{?dist} License: GPL Group: Development/Build Tools @@ -45,12 +45,12 @@ %endif # RHEL block -%if "%{?el}" != "" +%if "%{?rhel}" != "" Requires: redhat-release Requires: coreutils Requires: elfutils Requires: redhat-rpm-config -%if "%{?el}" == "4" +%if "%{?rhel}" == "4" Requires: python %endif %endif @@ -80,11 +80,9 @@ Requires: redhat-rpm-config %if "%{?aurora}" == "2" Requires: elfutils -%if "%{?aurora}" == "2" Requires: python %endif %endif -%endif %description @@ -104,9 +102,14 @@ %doc %changelog +* Thu Dec 14 2006 Clark Williams - 0.6.1-1 +- added fix from David Lutterkort for RHEL +- refactored some conditional blocks for simplicity +- added this entry for Dennis Gilmore's aurora SPARC fixes + * Tue Aug 29 2006 Clark Williams - 0.6-1 - added rhl buildsys-build rpms - + * Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.6 retrieving revision 1.53.2.7 diff -u -r1.53.2.6 -r1.53.2.7 --- mock.py 21 Nov 2006 20:11:17 -0000 1.53.2.6 +++ mock.py 14 Dec 2006 19:20:38 -0000 1.53.2.7 @@ -19,7 +19,10 @@ import os.path import sys import rpmUtils -import rpmUtils.transaction +try: + test = rpmUtils.transaction.initReadOnlyTransaction() +except: + import rpmUtils.transaction import rpm import glob import shutil From fedora-extras-commits at redhat.com Thu Dec 14 19:21:59 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 14 Dec 2006 14:21:59 -0500 Subject: rpms/enigma/devel .cvsignore, 1.4, 1.5 enigma.spec, 1.13, 1.14 sources, 1.4, 1.5 enigma-gcc41.patch, 1.1, NONE Message-ID: <200612141921.kBEJLxvq015549@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/enigma/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15516 Modified Files: .cvsignore enigma.spec sources Removed Files: enigma-gcc41.patch Log Message: 1.0-1 -- - Update to 1.0 - drop enigma-gcc41.patch - formating changes - use make install DESTDIR - new download URL Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Jun 2005 11:37:57 -0000 1.4 +++ .cvsignore 14 Dec 2006 19:21:29 -0000 1.5 @@ -1 +1 @@ -enigma-0.92.tar.gz +enigma-1.00.tar.gz Index: enigma.spec =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- enigma.spec 28 Aug 2006 06:22:58 -0000 1.13 +++ enigma.spec 14 Dec 2006 19:21:29 -0000 1.14 @@ -1,18 +1,24 @@ Name: enigma -Version: 0.92 -Release: 4%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Clone of the ATARI game Oxyd Group: Amusements/Games License: GPL URL: http://www.nongnu.org/enigma/ -Source0: http://savannah.nongnu.org/download/enigma/enigma-0.92.tar.gz -Patch0: enigma-gcc41.patch +Source0: http://download.berlios.de/enigma-game/enigma-1.00.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel >= 1.2 SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4 -BuildRequires: SDL_ttf-devel gettext libpng-devel -BuildRequires: desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2 +BuildRequires: SDL-devel >= 1.2 +BuildRequires: SDL_image-devel >= 1.2 +BuildRequires: SDL_mixer-devel >= 1.2.4 +BuildRequires: SDL_ttf-devel >= 2.0.4 +BuildRequires: gettext +BuildRequires: libpng-devel +BuildRequires: desktop-file-utils +BuildRequires: zlib-devel >= 1.2.0 +BuildRequires: tetex >= 2.0.2 +BuildRequires: xerces-c-devel %description Enigma is a tribute to and a re-implementation of one of the most @@ -23,17 +29,17 @@ innumerable puzzles blocking your direct way to the Oxyd stones... %prep -%setup -q -%patch0 -p1 +%setup -q -n enigma-1.00 %build %configure --enable-optimize make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -%makeinstall pngdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/images htmldir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/ docdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/reference -mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/html . +rm -rf $RPM_BUILD_ROOT __doc +make install DESTDIR=$RPM_BUILD_ROOT +mkdir __doc +mv $RPM_BUILD_ROOT%{_datadir}/doc/enigma/ __doc desktop-file-install \ --delete-original \ @@ -56,15 +62,25 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/ +%doc README AUTHORS CHANGES COPYING ACKNOWLEDGEMENTS __doc/* %{_datadir}/enigma %{_bindir}/enigma %{_mandir}/man?/enigma.* %{_datadir}/icons/hicolor/48x48/apps/enigma.png %{_datadir}/pixmaps/enigma.png %{_datadir}/applications/*enigma.desktop +# we don't need the enet stuff +%exclude %{_includedir}/enet/ +%exclude %{_libdir}/libenet.a %changelog +* Thu Dec 14 2006 Thorsten Leemhuis - 1.0-1 +- Update to 1.0 +- drop enigma-gcc41.patch +- formating changes +- use make install DESTDIR +- new download URL + * Mon Aug 28 2006 Thorsten Leemhuis - 0.92-4 - Rebuild for Fedora Extras 6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Jun 2005 11:37:57 -0000 1.4 +++ sources 14 Dec 2006 19:21:29 -0000 1.5 @@ -1 +1 @@ -b33d8fad75910c9a525f4382f5185f75 enigma-0.92.tar.gz +428a9cce666cd45812e785f00a483ef9 enigma-1.00.tar.gz --- enigma-gcc41.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 19:36:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?SGHDr2tlbCBHdcOpbWFy?= (hguemar)) Date: Thu, 14 Dec 2006 14:36:33 -0500 Subject: rpms/listen/devel listen.spec,1.20,1.21 Message-ID: <200612141936.kBEJaXHs015726@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/listen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15683 Modified Files: listen.spec Log Message: Removed python-ctypes as BR (included in mainstream python 2.5.x) Index: listen.spec =================================================================== RCS file: /cvs/extras/rpms/listen/devel/listen.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- listen.spec 14 Nov 2006 15:31:58 -0000 1.20 +++ listen.spec 14 Dec 2006 19:36:03 -0000 1.21 @@ -1,6 +1,6 @@ Name: listen Version: 0.5 -Release: 9.beta1%{?dist}.4 +Release: 10.beta1%{?dist}.4 Summary: A music manager and player for GNOME Group: Applications/Multimedia License: GPL @@ -15,7 +15,8 @@ Buildrequires: python-devel -BuildRequires: python-ctypes +# python-ctypes included in python 2.5.x +#BuildRequires: python-ctypes BuildRequires: python-mutagen >= 1.6 BuildRequires: python-sqlite2 BuildRequires: dbus-python @@ -147,6 +148,10 @@ %{_datadir}/applications/*.desktop %changelog +* Thu Dec 14 2006 Ha??kel Gu??mar 0.5-10.beta1 +- removed python-ctypes as BR as it is now included in mainstream +python 2.5.x + * Mon Nov 13 2006 Ha??kel Gu??mar 0.5-9.beta1 - Fixed build issue - Replaced some sed one-liners by incremental patches From fedora-extras-commits at redhat.com Thu Dec 14 19:41:41 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 14:41:41 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, 1.2, 1.3 blender.spec, 1.44, 1.45 Message-ID: <200612141941.kBEJffOv015805@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15785 Modified Files: blender-2.42a-x64.patch blender.spec Log Message: Another try blender-2.42a-x64.patch: Index: blender-2.42a-x64.patch =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42a-x64.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- blender-2.42a-x64.patch 14 Dec 2006 18:56:32 -0000 1.2 +++ blender-2.42a-x64.patch 14 Dec 2006 19:41:11 -0000 1.3 @@ -1,5 +1,5 @@ --- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.org 2004-06-07 13:03:11.000000000 +0200 -+++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 19:35:46.000000000 +0100 ++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 20:45:37.000000000 +0100 @@ -23,12 +23,12 @@ #include #endif @@ -24,8 +24,12 @@ { int i, j; PyListObject *newlist; -@@ -166,8 +166,8 @@ - (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ +@@ -163,11 +163,11 @@ + + + static PySequenceMethods listvalue_as_sequence = { +- (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ ++ (lenfunc)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ (binaryfunc)listvalue_buffer_concat, /*sq_concat*/ 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ - (intargfunc)listvalue_buffer_item, /*sq_item*/ @@ -35,3 +39,12 @@ 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ }; +@@ -176,7 +176,7 @@ + + /* Is this one used ? */ + static PyMappingMethods instance_as_mapping = { +- (inquiry)listvalue_bufferlen, /*mp_length*/ ++ (lenfunc)listvalue_bufferlen, /*mp_length*/ + (binaryfunc)listvalue_mapping_subscript, /*mp_subscript*/ + 0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ + }; Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- blender.spec 14 Dec 2006 18:58:12 -0000 1.44 +++ blender.spec 14 Dec 2006 19:41:11 -0000 1.45 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 15%{?dist} +Release: 16%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,7 +162,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Thu Dec 14 2006 Jochen Schmitt 2.42a-15 +* Thu Dec 14 2006 Jochen Schmitt 2.42a-16 - Rebuild * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 From fedora-extras-commits at redhat.com Thu Dec 14 20:23:05 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 15:23:05 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, 1.3, 1.4 blender.spec, 1.45, 1.46 Message-ID: <200612142023.kBEKN5gR019136@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19113 Modified Files: blender-2.42a-x64.patch blender.spec Log Message: Replace x86-patch with one from the blender project blender-2.42a-x64.patch: Index: blender-2.42a-x64.patch =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42a-x64.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- blender-2.42a-x64.patch 14 Dec 2006 19:41:11 -0000 1.3 +++ blender-2.42a-x64.patch 14 Dec 2006 20:22:35 -0000 1.4 @@ -1,5 +1,5 @@ ---- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.org 2004-06-07 13:03:11.000000000 +0200 -+++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 20:45:37.000000000 +0100 +--- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.orig 2004-06-07 12:03:11.000000000 +0100 ++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-09-29 15:10:27.000000000 +0100 @@ -23,12 +23,12 @@ #include #endif @@ -24,27 +24,34 @@ { int i, j; PyListObject *newlist; -@@ -163,11 +163,11 @@ +@@ -163,22 +163,22 @@ static PySequenceMethods listvalue_as_sequence = { - (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ + (lenfunc)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ (binaryfunc)listvalue_buffer_concat, /*sq_concat*/ - 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ +- 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ - (intargfunc)listvalue_buffer_item, /*sq_item*/ - (intintargfunc)listvalue_buffer_slice, /*sq_slice*/ +- 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ +- 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ ++ (ssizeargfunc)0,//(intargfunc)buffer_repeat, /*sq_repeat*/ + (ssizeargfunc)listvalue_buffer_item, /*sq_item*/ + (ssizessizeargfunc)listvalue_buffer_slice, /*sq_slice*/ - 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ - 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ ++ (ssizeobjargproc)0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ ++ (ssizessizeobjargproc)0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ }; -@@ -176,7 +176,7 @@ + + /* Is this one used ? */ static PyMappingMethods instance_as_mapping = { - (inquiry)listvalue_bufferlen, /*mp_length*/ + (lenfunc)listvalue_bufferlen, /*mp_length*/ (binaryfunc)listvalue_mapping_subscript, /*mp_subscript*/ - 0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ +- 0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ ++ (objobjargproc)0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ }; + + Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- blender.spec 14 Dec 2006 19:41:11 -0000 1.45 +++ blender.spec 14 Dec 2006 20:22:35 -0000 1.46 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 16%{?dist} +Release: 17%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Dec 14 2006 Jochen Schmitt 2.42a-17 +- Replace x86-patch with one from the blender project + * Thu Dec 14 2006 Jochen Schmitt 2.42a-16 - Rebuild From fedora-extras-commits at redhat.com Thu Dec 14 20:43:09 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 14 Dec 2006 15:43:09 -0500 Subject: rpms/cyphesis/devel cyphesis-0.5.10-python2.5.patch, NONE, 1.1 cyphesis.spec, 1.4, 1.5 Message-ID: <200612142043.kBEKh9xM019269@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19251 Modified Files: cyphesis.spec Added Files: cyphesis-0.5.10-python2.5.patch Log Message: Update to work with python 2.5 cyphesis-0.5.10-python2.5.patch: --- NEW FILE cyphesis-0.5.10-python2.5.patch --- --- configure.ac.orig 2006-12-14 11:43:35.000000000 -0800 +++ configure.ac 2006-12-14 11:44:44.000000000 -0800 @@ -110,22 +110,28 @@ dnl if found define HAVE_PYTHON_H dnl -AC_CHECK_HEADER(python2.4/Python.h, +AC_CHECK_HEADER(python2.5/Python.h, [ - python_include_path=-I${python_prefix}/include/python2.4 - python_version=2.4 + python_include_path=-I${python_prefix}/include/python2.5 + python_version=2.5 ],[ - AC_CHECK_HEADER(python2.3/Python.h, + AC_CHECK_HEADER(python2.4/Python.h, [ - python_include_path=-I${python_prefix}/include/python2.3 - python_version=2.3 + python_include_path=-I${python_prefix}/include/python2.4 + python_version=2.4 ],[ - AC_CHECK_HEADER(python2.2/Python.h, + AC_CHECK_HEADER(python2.3/Python.h, [ - python_include_path=-I${python_prefix}/include/python2.2 - python_version=2.2 + python_include_path=-I${python_prefix}/include/python2.3 + python_version=2.3 ],[ - AC_MSG_ERROR([Cannot find python headers for Python 2.2 or later. Please install Python. If Python is installed somewhere other than in /usr the please use the --with-python=DIR option to point to the prefix where Python is installed.]) + AC_CHECK_HEADER(python2.2/Python.h, + [ + python_include_path=-I${python_prefix}/include/python2.2 + python_version=2.2 + ],[ + AC_MSG_ERROR([Cannot find python headers for Python 2.2 or later. Please install Python. If Python is installed somewhere other than in /usr the please use the --with-python=DIR option to point to the prefix where Python is installed.]) + ]) ]) ]) ]) --- configure.orig 2006-12-14 11:44:17.000000000 -0800 +++ configure 2006-12-14 12:33:26.000000000 -0800 @@ -19709,6 +19709,150 @@ +if test "${ac_cv_header_python2_5_Python_h+set}" = set; then + echo "$as_me:$LINENO: checking for python2.5/Python.h" >&5 +echo $ECHO_N "checking for python2.5/Python.h... $ECHO_C" >&6 +if test "${ac_cv_header_python2_5_Python_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_python2_5_Python_h" >&5 +echo "${ECHO_T}$ac_cv_header_python2_5_Python_h" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking python2.5/Python.h usability" >&5 +echo $ECHO_N "checking python2.5/Python.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking python2.5/Python.h presence" >&5 +echo $ECHO_N "checking python2.5/Python.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: python2.5/Python.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: python2.5/Python.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: python2.5/Python.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: python2.5/Python.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: python2.5/Python.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: python2.5/Python.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: python2.5/Python.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: python2.5/Python.h: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## ----------------------------------- ## +## Report this to alriddoch at zepler.org ## +## ----------------------------------- ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for python2.5/Python.h" >&5 +echo $ECHO_N "checking for python2.5/Python.h... $ECHO_C" >&6 +if test "${ac_cv_header_python2_5_Python_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_python2_5_Python_h=$ac_header_preproc +fi +echo "$as_me:$LINENO: result: $ac_cv_header_python2_5_Python_h" >&5 +echo "${ECHO_T}$ac_cv_header_python2_5_Python_h" >&6 + +fi +if test $ac_cv_header_python2_5_Python_h = yes; then + + python_include_path=-I${python_prefix}/include/python2.5 + python_version=2.5 + +else + if test "${ac_cv_header_python2_4_Python_h+set}" = set; then echo "$as_me:$LINENO: checking for python2.4/Python.h" >&5 echo $ECHO_N "checking for python2.4/Python.h... $ECHO_C" >&6 @@ -20157,6 +20301,10 @@ +fi + + + PYTHON_VERSION=${python_version} PYTHON_INCLUDES=${python_include_path} CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" Index: cyphesis.spec =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cyphesis.spec 6 Dec 2006 19:43:18 -0000 1.4 +++ cyphesis.spec 14 Dec 2006 20:42:39 -0000 1.5 @@ -3,7 +3,7 @@ Name: cyphesis Version: 0.5.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL @@ -13,6 +13,7 @@ Source2: cyphesis.if Source3: cyphesis.fc Patch0: cyphesis-0.5.8-init.patch +Patch1: cyphesis-0.5.10-python2.5.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel libgcrypt-devel pkgconfig atlascpp-devel BuildRequires: varconf-devel libsigc++20-devel mercator-devel skstream-devel @@ -51,6 +52,9 @@ %prep %setup -q %patch0 +touch -r configure.ac configure.ac.stamp +%patch1 +touch -r configure.ac.stamp configure.ac chmod a-x rulesets/basic/world/objects/*/*.py chmod a-x rulesets/basic/mind/dictlist.py @@ -185,6 +189,9 @@ %changelog +* Thu Dec 14 2006 Wart 0.5.10-4 +- Patch and rebuild for python 2.5 + * Wed Dec 6 2006 Wart 0.5.10-3 - Rebuild for new postgresql From fedora-extras-commits at redhat.com Thu Dec 14 20:48:11 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Thu, 14 Dec 2006 15:48:11 -0500 Subject: rpms/rrdtool/devel rrdtool-1.2.15-log_grid_leak.patch, NONE, 1.1 rrdtool.spec, 1.26, 1.27 Message-ID: <200612142048.kBEKmBCE019354@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19336 Modified Files: rrdtool.spec Added Files: rrdtool-1.2.15-log_grid_leak.patch Log Message: Fix for log grid memory leak (#201241) rrdtool-1.2.15-log_grid_leak.patch: --- NEW FILE rrdtool-1.2.15-log_grid_leak.patch --- diff -urp rrdtool-1.2.15.orig/src/rrd_graph.c rrdtool-1.2.15/src/rrd_graph.c --- rrdtool-1.2.15.orig/src/rrd_graph.c 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/src/rrd_graph.c 2006-12-14 15:37:05.000000000 -0500 @@ -1060,8 +1060,9 @@ data_proc( image_desc_t *im ){ ** relevant for min and max */ if (finite(paintval) && im->gdes[ii].gf != GF_TICK ) { - if (isnan(minval) || paintval < minval) - minval = paintval; + if ((isnan(minval) || paintval < minval ) && + ! (im->logarithmic && paintval <= 0.0)) + minval = paintval; if (isnan(maxval) || paintval > maxval) maxval = paintval; } @@ -1710,6 +1711,35 @@ double frexp10(double x, double *e) { return mnt; } +static int AlmostEqual2sComplement (float A, float B, int maxUlps) +{ + + int aInt = *(int*)&A; + int bInt = *(int*)&B; + int intDiff; + /* Make sure maxUlps is non-negative and small enough that the + default NAN won't compare as equal to anything. */ + + /* assert(maxUlps > 0 && maxUlps < 4 * 1024 * 1024); */ + + /* Make aInt lexicographically ordered as a twos-complement int */ + + if (aInt < 0) + aInt = 0x80000000l - aInt; + + /* Make bInt lexicographically ordered as a twos-complement int */ + + if (bInt < 0) + bInt = 0x80000000l - bInt; + + intDiff = abs(aInt - bInt); + + if (intDiff <= maxUlps) + return 1; + + return 0; +} + /* logaritmic horizontal grid */ int horizontal_log_grid(image_desc_t *im) @@ -1719,7 +1749,8 @@ horizontal_log_grid(image_desc_t *im) {1.0, 5.0, 10., 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, {1.0, 2.0, 5.0, 7.0, 10., 0.0, 0.0, 0.0, 0.0, 0.0}, {1.0, 2.0, 4.0, 6.0, 8.0, 10., 0.0, 0.0, 0.0, 0.0}, - {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.}}; + {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.}, + {0,0,0,0,0, 0,0,0,0,0} /* last line */ }; int i, j, val_exp, min_exp; double nex; /* number of decades in data */ @@ -1728,7 +1759,7 @@ horizontal_log_grid(image_desc_t *im) int mid = -1; /* row in yloglab for major grid */ double mspac; /* smallest major grid spacing (pixels) */ int flab; /* first value in yloglab to use */ - double value, tmp; + double value, tmp, pre_value; double X0,X1,Y0; char graph_label[100]; @@ -1747,11 +1778,11 @@ horizontal_log_grid(image_desc_t *im) mid++; for(i = 0; yloglab[mid][i + 1] < 10.0; i++); mspac = logscale * log10(10.0 / yloglab[mid][i]); - } while(mspac > 2 * im->text_prop[TEXT_PROP_LEGEND].size && mid < 5); + } while(mspac > 2 * im->text_prop[TEXT_PROP_LEGEND].size && yloglab[mid][0] > 0); if(mid) mid--; /* find first value in yloglab */ - for(flab = 0; frexp10(im->minval, &tmp) > yloglab[mid][flab]; flab++); + for(flab = 0; yloglab[mid][flab] < 10 && frexp10(im->minval, &tmp) > yloglab[mid][flab] ; flab++); if(yloglab[mid][flab] == 10.0) { tmp += 1.0; flab = 0; @@ -1763,8 +1794,13 @@ horizontal_log_grid(image_desc_t *im) X1=im->xorigin+im->xsize; /* draw grid */ - while(1) { + pre_value = DNAN; + while(1) { + value = yloglab[mid][flab] * pow(10.0, val_exp); + if ( AlmostEqual2sComplement(value,pre_value,4) ) break; /* it seems we are not converging */ + + pre_value = value; Y0 = ytr(im, value); if(Y0 <= im->yorigin - im->ysize) break; @@ -2484,34 +2520,6 @@ graph_size_location(image_desc_t *im, in /* yes we are loosing precision by doing tos with floats instead of doubles but it seems more stable this way. */ -static int AlmostEqual2sComplement (float A, float B, int maxUlps) -{ - - int aInt = *(int*)&A; - int bInt = *(int*)&B; - int intDiff; - /* Make sure maxUlps is non-negative and small enough that the - default NAN won't compare as equal to anything. */ - - /* assert(maxUlps > 0 && maxUlps < 4 * 1024 * 1024); */ - - /* Make aInt lexicographically ordered as a twos-complement int */ - - if (aInt < 0) - aInt = 0x80000000l - aInt; - - /* Make bInt lexicographically ordered as a twos-complement int */ - - if (bInt < 0) - bInt = 0x80000000l - bInt; - - intDiff = abs(aInt - bInt); - - if (intDiff <= maxUlps) - return 1; - - return 0; -} /* draw that picture thing ... */ int Only in rrdtool-1.2.15/src: rrd_graph.c.orig Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- rrdtool.spec 12 Dec 2006 14:28:02 -0000 1.26 +++ rrdtool.spec 14 Dec 2006 20:47:40 -0000 1.27 @@ -7,7 +7,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -15,6 +15,7 @@ Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch Patch1: rrdtool-1.2.15-initrrdtool.patch +Patch2: rrdtool-1.2.15-log_grid_leak.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel, freetype-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -112,6 +113,7 @@ %patch0 -p0 -b .php %endif %patch1 -p1 -b .initrrdtool +%patch2 -p1 -b .leak # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -270,6 +272,9 @@ %endif %changelog +* Thu Dec 14 2006 Jarod Wilson 1.2.15-8 +- Fix for log grid memory leak (#201241) + * Tue Dec 12 2006 Jarod Wilson 1.2.15-7 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Thu Dec 14 21:01:36 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Thu, 14 Dec 2006 16:01:36 -0500 Subject: rpms/wavpack/FC-5 wavpack-wavpack_pc_in.patch, 1.1, 1.2 wavpack.spec, 1.4, 1.5 Message-ID: <200612142101.kBEL1aBh022631@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22393/FC-5 Modified Files: wavpack-wavpack_pc_in.patch wavpack.spec Log Message: Version 4.40 wavpack-wavpack_pc_in.patch: Index: wavpack-wavpack_pc_in.patch =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/wavpack-wavpack_pc_in.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wavpack-wavpack_pc_in.patch 15 Jan 2006 10:52:01 -0000 1.1 +++ wavpack-wavpack_pc_in.patch 14 Dec 2006 21:01:05 -0000 1.2 @@ -1,17 +1,10 @@ ---- wavpack.pc.in 2005-03-20 10:09:14.000000000 +0300 -+++ wavpack.pc.in 2006-01-07 17:49:56.000000000 +0300 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - includedir=${prefix}/include - - Name: wavpack +--- wavpack.pc.in 2006-12-14 23:55:15.000000000 +0300 ++++ wavpack.pc.in 2006-12-14 23:57:17.000000000 +0300 @@ -7,5 +7,5 @@ Version: @PACKAGE_VERSION@ Requires: Conflicts: --Libs: -L${libdir} -lwavpack @ICONV@ --Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -+Libs: -lwavpack @ICONV@ -+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 +-Libs: -L${libdir} -lwavpack -lm @ICONV@ +-Cflags: -I${includedir} ++Libs: -lwavpack -lm @ICONV@ ++Cflags: Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/wavpack.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wavpack.spec 1 Jul 2006 04:37:01 -0000 1.4 +++ wavpack.spec 14 Dec 2006 21:01:05 -0000 1.5 @@ -1,11 +1,11 @@ Name: wavpack Summary: A completely open audiocodec -Version: 4.32 -Release: 2%{?dist} +Version: 4.40 +Release: 1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ -Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source: http://www.wavpack.com/%{name}-%{version}.0.tar.bz2 Patch0: wavpack-wavpack_pc_in.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Files needed for developing apps using wavpack %prep -%setup -q +%setup -q -n %{name}-%{version}.0 %patch0 -p0 %build @@ -56,12 +56,18 @@ %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libwavpack.so -%doc ChangeLog format.txt README +%doc ChangeLog README doc %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1 +- Version 4.40 + +* Tue Sep 12 2006 Peter Lemenkov 4.32-3%{?dist} +- Rebuild for FC6 + * Sat Jul 01 2006 Peter Lemenkov 4.32-2%{?dist} -* force PIC-only code +- force PIC-only code * Wed Jun 28 2006 Peter Lemenkov 4.32-1%{?dist} - Version 4.32 From fedora-extras-commits at redhat.com Thu Dec 14 21:01:41 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Thu, 14 Dec 2006 16:01:41 -0500 Subject: rpms/wavpack/devel wavpack-wavpack_pc_in.patch, 1.1, 1.2 wavpack.spec, 1.5, 1.6 Message-ID: <200612142101.kBEL1f9A022639@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22393/devel Modified Files: wavpack-wavpack_pc_in.patch wavpack.spec Log Message: Version 4.40 wavpack-wavpack_pc_in.patch: Index: wavpack-wavpack_pc_in.patch =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/wavpack-wavpack_pc_in.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wavpack-wavpack_pc_in.patch 15 Jan 2006 10:52:01 -0000 1.1 +++ wavpack-wavpack_pc_in.patch 14 Dec 2006 21:01:11 -0000 1.2 @@ -1,17 +1,10 @@ ---- wavpack.pc.in 2005-03-20 10:09:14.000000000 +0300 -+++ wavpack.pc.in 2006-01-07 17:49:56.000000000 +0300 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - includedir=${prefix}/include - - Name: wavpack +--- wavpack.pc.in 2006-12-14 23:55:15.000000000 +0300 ++++ wavpack.pc.in 2006-12-14 23:57:17.000000000 +0300 @@ -7,5 +7,5 @@ Version: @PACKAGE_VERSION@ Requires: Conflicts: --Libs: -L${libdir} -lwavpack @ICONV@ --Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -+Libs: -lwavpack @ICONV@ -+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 +-Libs: -L${libdir} -lwavpack -lm @ICONV@ +-Cflags: -I${includedir} ++Libs: -lwavpack -lm @ICONV@ ++Cflags: Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/wavpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wavpack.spec 12 Sep 2006 05:16:58 -0000 1.5 +++ wavpack.spec 14 Dec 2006 21:01:11 -0000 1.6 @@ -1,11 +1,11 @@ Name: wavpack Summary: A completely open audiocodec -Version: 4.32 -Release: 3%{?dist} +Version: 4.40 +Release: 1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ -Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source: http://www.wavpack.com/%{name}-%{version}.0.tar.bz2 Patch0: wavpack-wavpack_pc_in.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Files needed for developing apps using wavpack %prep -%setup -q +%setup -q -n %{name}-%{version}.0 %patch0 -p0 %build @@ -56,10 +56,13 @@ %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libwavpack.so -%doc ChangeLog format.txt README +%doc ChangeLog README doc %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1 +- Version 4.40 + * Tue Sep 12 2006 Peter Lemenkov 4.32-3%{?dist} - Rebuild for FC6 From fedora-extras-commits at redhat.com Thu Dec 14 21:01:36 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Thu, 14 Dec 2006 16:01:36 -0500 Subject: rpms/wavpack/FC-6 wavpack-wavpack_pc_in.patch, 1.1, 1.2 wavpack.spec, 1.5, 1.6 Message-ID: <200612142101.kBEL1aIu022635@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22393/FC-6 Modified Files: wavpack-wavpack_pc_in.patch wavpack.spec Log Message: Version 4.40 wavpack-wavpack_pc_in.patch: Index: wavpack-wavpack_pc_in.patch =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/wavpack-wavpack_pc_in.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wavpack-wavpack_pc_in.patch 15 Jan 2006 10:52:01 -0000 1.1 +++ wavpack-wavpack_pc_in.patch 14 Dec 2006 21:01:06 -0000 1.2 @@ -1,17 +1,10 @@ ---- wavpack.pc.in 2005-03-20 10:09:14.000000000 +0300 -+++ wavpack.pc.in 2006-01-07 17:49:56.000000000 +0300 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - includedir=${prefix}/include - - Name: wavpack +--- wavpack.pc.in 2006-12-14 23:55:15.000000000 +0300 ++++ wavpack.pc.in 2006-12-14 23:57:17.000000000 +0300 @@ -7,5 +7,5 @@ Version: @PACKAGE_VERSION@ Requires: Conflicts: --Libs: -L${libdir} -lwavpack @ICONV@ --Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -+Libs: -lwavpack @ICONV@ -+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 +-Libs: -L${libdir} -lwavpack -lm @ICONV@ +-Cflags: -I${includedir} ++Libs: -lwavpack -lm @ICONV@ ++Cflags: Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/wavpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wavpack.spec 12 Sep 2006 05:16:58 -0000 1.5 +++ wavpack.spec 14 Dec 2006 21:01:06 -0000 1.6 @@ -1,11 +1,11 @@ Name: wavpack Summary: A completely open audiocodec -Version: 4.32 -Release: 3%{?dist} +Version: 4.40 +Release: 1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ -Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source: http://www.wavpack.com/%{name}-%{version}.0.tar.bz2 Patch0: wavpack-wavpack_pc_in.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Files needed for developing apps using wavpack %prep -%setup -q +%setup -q -n %{name}-%{version}.0 %patch0 -p0 %build @@ -56,10 +56,13 @@ %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libwavpack.so -%doc ChangeLog format.txt README +%doc ChangeLog README doc %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1 +- Version 4.40 + * Tue Sep 12 2006 Peter Lemenkov 4.32-3%{?dist} - Rebuild for FC6 From fedora-extras-commits at redhat.com Thu Dec 14 21:17:38 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 14 Dec 2006 16:17:38 -0500 Subject: rpms/xpdf/FC-6 xpdf.spec,1.1,1.2 Message-ID: <200612142117.kBELHcXE022868@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22838/FC-6 Modified Files: xpdf.spec Log Message: Drop xpdf-utils, poppler-utils ate it all. Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/FC-6/xpdf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xpdf.spec 27 Sep 2006 17:12:58 -0000 1.1 +++ xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -63,20 +63,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%package utils -Summary: Command line utilities for converting PDF files -Group: Applications/Text -Requires: poppler-utils >= 0.5.0-4 - %description Xpdf is an X Window System based viewer for Portable Document Format (PDF) files. Xpdf is a small and efficient program which uses standard X fonts. -%description utils -This utils package installs a number of command line tools for -converting PDF files to a number of other formats - %prep %setup -q -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 %patch -p1 @@ -148,19 +139,22 @@ cp -pr xpdf-korean/* $RPM_BUILD_ROOT%{_datadir}/xpdf/korean/ cp -pr xpdf-thai/* $RPM_BUILD_ROOT%{_datadir}/xpdf/thai/ -# poppler provides these utilities now +# poppler provides all utilities now # http://bugzilla.redhat.com/bugzillA/SHow_bug.cgi?id=177446 +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219032 rm $RPM_BUILD_ROOT%{_bindir}/pdffonts rm $RPM_BUILD_ROOT%{_bindir}/pdfimages rm $RPM_BUILD_ROOT%{_bindir}/pdfinfo rm $RPM_BUILD_ROOT%{_bindir}/pdftops rm $RPM_BUILD_ROOT%{_bindir}/pdftotext +rm $RPM_BUILD_ROOT%{_bindir}/pdftoppm rm $RPM_BUILD_ROOT%{_mandir}/man1/pdffonts.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfimages.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfinfo.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftops.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftotext.1* +rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftoppm.1* mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xpdf/ for i in chinese-simplified chinese-traditional cyrillic japanese korean thai; do @@ -205,12 +199,10 @@ %lang(th) %{_datadir}/xpdf/thai %{_datadir}/xpdf/cyrillic -%files utils -%defattr(-, root, root) -%{_bindir}/pdf* -%{_mandir}/man?/pdf* - %changelog +* Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 +- drop the xpdf-utils subpackage, poppler-utils ate it all + * Mon Sep 25 2006 Tom "spot" Callaway 1:3.01-26 - get rid of goo/vms_* since they have questionable licensing From fedora-extras-commits at redhat.com Thu Dec 14 21:17:38 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 14 Dec 2006 16:17:38 -0500 Subject: rpms/xpdf/devel xpdf.spec,1.1,1.2 Message-ID: <200612142117.kBELHcDt022871@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22838/devel Modified Files: xpdf.spec Log Message: Drop xpdf-utils, poppler-utils ate it all. Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/devel/xpdf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xpdf.spec 27 Sep 2006 17:12:58 -0000 1.1 +++ xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -63,20 +63,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%package utils -Summary: Command line utilities for converting PDF files -Group: Applications/Text -Requires: poppler-utils >= 0.5.0-4 - %description Xpdf is an X Window System based viewer for Portable Document Format (PDF) files. Xpdf is a small and efficient program which uses standard X fonts. -%description utils -This utils package installs a number of command line tools for -converting PDF files to a number of other formats - %prep %setup -q -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 %patch -p1 @@ -148,19 +139,22 @@ cp -pr xpdf-korean/* $RPM_BUILD_ROOT%{_datadir}/xpdf/korean/ cp -pr xpdf-thai/* $RPM_BUILD_ROOT%{_datadir}/xpdf/thai/ -# poppler provides these utilities now +# poppler provides all utilities now # http://bugzilla.redhat.com/bugzillA/SHow_bug.cgi?id=177446 +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219032 rm $RPM_BUILD_ROOT%{_bindir}/pdffonts rm $RPM_BUILD_ROOT%{_bindir}/pdfimages rm $RPM_BUILD_ROOT%{_bindir}/pdfinfo rm $RPM_BUILD_ROOT%{_bindir}/pdftops rm $RPM_BUILD_ROOT%{_bindir}/pdftotext +rm $RPM_BUILD_ROOT%{_bindir}/pdftoppm rm $RPM_BUILD_ROOT%{_mandir}/man1/pdffonts.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfimages.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfinfo.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftops.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftotext.1* +rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftoppm.1* mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xpdf/ for i in chinese-simplified chinese-traditional cyrillic japanese korean thai; do @@ -205,12 +199,10 @@ %lang(th) %{_datadir}/xpdf/thai %{_datadir}/xpdf/cyrillic -%files utils -%defattr(-, root, root) -%{_bindir}/pdf* -%{_mandir}/man?/pdf* - %changelog +* Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 +- drop the xpdf-utils subpackage, poppler-utils ate it all + * Mon Sep 25 2006 Tom "spot" Callaway 1:3.01-26 - get rid of goo/vms_* since they have questionable licensing From fedora-extras-commits at redhat.com Thu Dec 14 21:22:55 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 16:22:55 -0500 Subject: rpms/bitbake/devel bitbake.spec,1.3,1.4 Message-ID: <200612142122.kBELMtJO022971@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/bitbake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22953 Modified Files: bitbake.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.6.0-2 - Rebuild for updated python, add python-devel dependency. Index: bitbake.spec =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/bitbake.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bitbake.spec 8 Sep 2006 15:56:56 -0000 1.3 +++ bitbake.spec 14 Dec 2006 21:22:25 -0000 1.4 @@ -3,14 +3,14 @@ Summary: BitBake build tool Name: bitbake Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Source0: http://download.berlios.de/pub/bitbake/bitbake-%{version}.tar.gz Patch0: bitbake-path.patch URL: http://developer.berlios.de/projects/bitbake/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python, xmlto, lynx +BuildRequires: python-devel, xmlto, lynx BuildArch: noarch %description @@ -49,6 +49,9 @@ %{python_sitelib}/bb/ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.6.0-2 +- Rebuild for updated python, add python-devel dependency. + * Fri Sep 08 2006 Andreas Thienemann - 1.6.0-1 - Updated to 1.6.0 From fedora-extras-commits at redhat.com Thu Dec 14 21:31:34 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 16:31:34 -0500 Subject: rpms/cvs2svn/devel cvs2svn.spec,1.5,1.6 Message-ID: <200612142131.kBELVYX6023154@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/cvs2svn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23127 Modified Files: cvs2svn.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.5.0-2 - Rebuild for updated python. Index: cvs2svn.spec =================================================================== RCS file: /cvs/extras/rpms/cvs2svn/devel/cvs2svn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cvs2svn.spec 28 Oct 2006 15:46:56 -0000 1.5 +++ cvs2svn.spec 14 Dec 2006 21:31:04 -0000 1.6 @@ -2,7 +2,7 @@ Name: cvs2svn Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CVS to Subversion Repository Converter Group: Development/Tools @@ -50,6 +50,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.5.0-2 +- Rebuild for updated python. + * Sat Oct 28 2006 Konstantin Ryabitsev - 1.5.0-1 - Upstream 1.5.0 From fedora-extras-commits at redhat.com Thu Dec 14 21:40:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 14 Dec 2006 16:40:41 -0500 Subject: fedora-security/audit fe4, 1.115, 1.116 fe5, 1.127, 1.128 fe6, 1.41, 1.42 Message-ID: <200612142140.kBELefAo023304@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23285 Modified Files: fe4 fe5 fe6 Log Message: +CVE-2006-5875 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- fe4 12 Dec 2006 20:03:12 -0000 1.115 +++ fe4 14 Dec 2006 21:40:41 -0000 1.116 @@ -12,6 +12,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 VULNERABLE (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5875 backport (enemies-of-carlotta, fixed 1.0.3-4) CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- fe5 12 Dec 2006 20:03:12 -0000 1.127 +++ fe5 14 Dec 2006 21:40:41 -0000 1.128 @@ -14,6 +14,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5875 version (enemies-of-carlotta, fixed 1.2.4) CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- fe6 12 Dec 2006 20:03:12 -0000 1.41 +++ fe6 14 Dec 2006 21:40:41 -0000 1.42 @@ -14,6 +14,7 @@ CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5875 version (enemies-of-carlotta, fixed 1.2.4) CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 From fedora-extras-commits at redhat.com Thu Dec 14 21:41:59 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:41:59 -0500 Subject: rpms/librsync/devel librsync.spec,1.14,1.15 Message-ID: <200612142141.kBELfxQA023374@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23310 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/devel/librsync.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- librsync.spec 9 Oct 2006 08:38:40 -0000 1.14 +++ librsync.spec 14 Dec 2006 21:41:29 -0000 1.15 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,13 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + * Mon Oct 09 2006 Gavin Henry 0.9.7-8 - rebuilt @@ -108,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:43:10 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:43:10 -0500 Subject: rpms/librsync/FC-6 librsync.spec,1.14,1.15 Message-ID: <200612142143.kBELhAcR023441@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23396 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-6/librsync.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- librsync.spec 9 Oct 2006 08:38:40 -0000 1.14 +++ librsync.spec 14 Dec 2006 21:42:40 -0000 1.15 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,13 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + * Mon Oct 09 2006 Gavin Henry 0.9.7-8 - rebuilt @@ -108,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:43:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 14 Dec 2006 16:43:07 -0500 Subject: fedora-security/audit fe4, 1.116, 1.117 fe5, 1.128, 1.129 fe6, 1.42, 1.43 Message-ID: <200612142143.kBELh75G023438@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23419 Modified Files: fe4 fe5 fe6 Log Message: sort Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- fe4 14 Dec 2006 21:40:41 -0000 1.116 +++ fe4 14 Dec 2006 21:43:07 -0000 1.117 @@ -154,6 +154,7 @@ CVE-2006-0840 backport (mantis, fixed 0.19.4-2) bz#191089 CVE-2006-0839 version (snort, fixed in 2.4.4) bz#183297 CVE-2006-0814 ignore (lighttpd, Windows-specific problem) +CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0760 version (lighttpd, fixed 1.4.10) CVE-2006-0749 version (seamonkey, fixed 1.0) CVE-2006-0748 version (seamonkey, fixed 1.0.1) @@ -171,7 +172,6 @@ CVE-2006-0162 version (clamav, fixed 0.88) CVE-2006-0126 version (rxvt-unicode, fixed 7.5) CVE-2006-0106 version (wine, fixed 0.9.10) -CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0071 ignore (pinentry, Gentoo-specific problem) CVE-2006-0047 version (freeciv, fixed 2.0.8) bz#184507 CVE-2006-0042 version (libapreq2, fixed 2.0.7) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- fe5 14 Dec 2006 21:40:41 -0000 1.128 +++ fe5 14 Dec 2006 21:43:07 -0000 1.129 @@ -162,6 +162,7 @@ CVE-2006-0840 version (mantis, fixed 1.0.1) CVE-2006-0839 version (snort, fixed in 2.4.4) bz#183297 CVE-2006-0814 ignore (lighttpd, Windows-specific problem) +CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0760 version (lighttpd, fixed 1.4.10) CVE-2006-0749 version (seamonkey, fixed 1.0) CVE-2006-0748 version (seamonkey, fixed 1.0.1) @@ -179,7 +180,6 @@ CVE-2006-0162 version (clamav, fixed 0.88) CVE-2006-0126 version (rxvt-unicode, fixed 7.5) CVE-2006-0106 version (wine, fixed 0.9.10) -CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0071 ignore (pinentry, Gentoo-specific problem) CVE-2006-0047 version (freeciv, fixed 2.0.8) bz#184507 CVE-2006-0042 version (libapreq2, fixed 2.0.7) Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- fe6 14 Dec 2006 21:40:41 -0000 1.42 +++ fe6 14 Dec 2006 21:43:07 -0000 1.43 @@ -16,10 +16,10 @@ CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5875 version (enemies-of-carlotta, fixed 1.2.4) CVE-2006-5874 version (clamav, fixed 0.88.1) -CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 +CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5748 version (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 version (seamonkey, fixed 1.0.6) #214822 CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 @@ -163,6 +163,7 @@ CVE-2006-0840 version (mantis, fixed 1.0.1) CVE-2006-0839 version (snort, fixed in 2.4.4) bz#183297 CVE-2006-0814 ignore (lighttpd, Windows-specific problem) +CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0760 version (lighttpd, fixed 1.4.10) CVE-2006-0749 version (seamonkey, fixed 1.0) CVE-2006-0748 version (seamonkey, fixed 1.0.1) @@ -180,7 +181,6 @@ CVE-2006-0162 version (clamav, fixed 0.88) CVE-2006-0126 version (rxvt-unicode, fixed 7.5) CVE-2006-0106 version (wine, fixed 0.9.10) -CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0071 ignore (pinentry, Gentoo-specific problem) CVE-2006-0047 version (freeciv, fixed 2.0.8) bz#184507 CVE-2006-0042 version (libapreq2, fixed 2.0.7) From fedora-extras-commits at redhat.com Thu Dec 14 21:44:06 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:44:06 -0500 Subject: rpms/librsync/FC-6 librsync.spec,1.15,1.16 Message-ID: <200612142144.kBELi60B023479@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23452 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-6/librsync.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- librsync.spec 14 Dec 2006 21:42:40 -0000 1.15 +++ librsync.spec 14 Dec 2006 21:43:36 -0000 1.16 @@ -79,7 +79,7 @@ %{_mandir}/man3/librsync.3* %changelog -* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 - removed static library from librsync-devel (#213780) * Mon Oct 09 2006 Gavin Henry 0.9.7-8 From fedora-extras-commits at redhat.com Thu Dec 14 21:45:47 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:45:47 -0500 Subject: rpms/librsync/devel librsync.spec,1.15,1.16 Message-ID: <200612142145.kBELjl4x023524@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23506 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/devel/librsync.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- librsync.spec 14 Dec 2006 21:41:29 -0000 1.15 +++ librsync.spec 14 Dec 2006 21:45:17 -0000 1.16 @@ -79,7 +79,7 @@ %{_mandir}/man3/librsync.3* %changelog -* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 - removed static library from librsync-devel (#213780) * Mon Oct 09 2006 Gavin Henry 0.9.7-8 From fedora-extras-commits at redhat.com Thu Dec 14 21:46:42 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:46:42 -0500 Subject: rpms/librsync/FC-5 librsync.spec,1.13,1.14 Message-ID: <200612142146.kBELkg4t023566@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23541 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-5/librsync.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- librsync.spec 3 Oct 2006 19:18:07 -0000 1.13 +++ librsync.spec 14 Dec 2006 21:46:11 -0000 1.14 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 7%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,16 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + +* Mon Oct 09 2006 Gavin Henry 0.9.7-8 +- rebuilt + * Tue Oct 03 2006 Robert Scheck 0.9.7-7 - rebuilt @@ -105,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:47:34 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:47:34 -0500 Subject: rpms/librsync/FC-4 librsync.spec,1.12,1.13 Message-ID: <200612142147.kBELlYO1023595@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23580 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-4/librsync.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- librsync.spec 3 Oct 2006 19:18:29 -0000 1.12 +++ librsync.spec 14 Dec 2006 21:47:04 -0000 1.13 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 7%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,16 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + +* Mon Oct 09 2006 Gavin Henry 0.9.7-8 +- rebuilt + * Tue Oct 03 2006 Robert Scheck 0.9.7-7 - rebuilt @@ -105,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:48:24 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:48:24 -0500 Subject: rpms/librsync/FC-3 librsync.spec,1.8,1.9 Message-ID: <200612142148.kBELmOhu023621@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23606 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-3/librsync.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- librsync.spec 3 Oct 2006 19:18:49 -0000 1.8 +++ librsync.spec 14 Dec 2006 21:47:54 -0000 1.9 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 7%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,16 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + +* Mon Oct 09 2006 Gavin Henry 0.9.7-8 +- rebuilt + * Tue Oct 03 2006 Robert Scheck 0.9.7-7 - rebuilt @@ -105,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:57:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 16:57:41 -0500 Subject: rpms/ekg/devel ekg.spec,1.2,1.3 Message-ID: <200612142157.kBELvfD6023975@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/ekg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23957 Modified Files: ekg.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.7-0.4.rc2 - Rebuild for updated python. Index: ekg.spec =================================================================== RCS file: /cvs/extras/rpms/ekg/devel/ekg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ekg.spec 17 Sep 2006 20:15:55 -0000 1.2 +++ ekg.spec 14 Dec 2006 21:57:11 -0000 1.3 @@ -2,7 +2,7 @@ Name: ekg Version: 1.7 -Release: 0.3.%{_pre}%{?dist} +Release: 0.4.%{_pre}%{?dist} Summary: A client compatible with Gadu-Gadu Summary(de): Ein Cliente kompatibel mit Gadu-Gadu Summary(es): Un cliente compatible con Gadu-Gadu @@ -142,6 +142,9 @@ %lang(pl) %{_mandir}/pl/man1/* %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.7-0.4.rc2 +- Rebuild for updated python. + * Sun Sep 17 2006 Dominik Mierzejewski 1.7-0.3.rc2 - build with external libgadu From fedora-extras-commits at redhat.com Thu Dec 14 21:57:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 14 Dec 2006 16:57:46 -0500 Subject: fedora-security/audit fe3, 1.46, 1.47 fe4, 1.117, 1.118 fe5, 1.129, 1.130 fe6, 1.43, 1.44 Message-ID: <200612142157.kBELvkJJ024002@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23981 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6515 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- fe3 12 Dec 2006 20:03:12 -0000 1.46 +++ fe3 14 Dec 2006 21:57:46 -0000 1.47 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- fe4 14 Dec 2006 21:43:07 -0000 1.117 +++ fe4 14 Dec 2006 21:57:46 -0000 1.118 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- fe5 14 Dec 2006 21:43:07 -0000 1.129 +++ fe5 14 Dec 2006 21:57:46 -0000 1.130 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- fe6 14 Dec 2006 21:43:07 -0000 1.43 +++ fe6 14 Dec 2006 21:57:46 -0000 1.44 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 From fedora-extras-commits at redhat.com Thu Dec 14 22:06:58 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 17:06:58 -0500 Subject: rpms/epylog/devel epylog.spec,1.6,1.7 Message-ID: <200612142206.kBEM6wOY027199@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/epylog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27184 Modified Files: epylog.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-5 - Rebuild for new python. Index: epylog.spec =================================================================== RCS file: /cvs/extras/rpms/epylog/devel/epylog.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- epylog.spec 20 Jun 2006 21:14:13 -0000 1.6 +++ epylog.spec 14 Dec 2006 22:06:28 -0000 1.7 @@ -2,7 +2,7 @@ Name: epylog Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: New logs analyzer and parser Group: Applications/System @@ -98,6 +98,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-5 +- Rebuild for new python. + * Tue Jun 20 2006 Konstantin Ryabitsev - 1.0.3-4 - Disttagging - BuildRequire libxml2-python From fedora-extras-commits at redhat.com Thu Dec 14 22:29:28 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 14 Dec 2006 17:29:28 -0500 Subject: rpms/ipod-sharp/devel ipod-sharp-0.6.2-monodir.patch, NONE, 1.1 ipod-sharp.spec, 1.4, 1.5 ipod-sharp-0.5.15-monodir.patch, 1.1, NONE Message-ID: <200612142229.kBEMTShL027382@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27357 Modified Files: ipod-sharp.spec Added Files: ipod-sharp-0.6.2-monodir.patch Removed Files: ipod-sharp-0.5.15-monodir.patch Log Message: * Thu Dec 14 2006 Christopher Aillon 0.6.2-2 - Update monodir patch ipod-sharp-0.6.2-monodir.patch: --- NEW FILE ipod-sharp-0.6.2-monodir.patch --- --- ipod-sharp-0.6.2/ipod-sharp-ui.pc.in.monodir 2006-09-19 12:54:15.000000000 -0400 +++ ipod-sharp-0.6.2/ipod-sharp-ui.pc.in 2006-12-14 17:30:03.000000000 -0500 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp-ui.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp-ui.dll Name: ipod-sharp-ui Description: ipod-sharp-ui - Widgets useful for working with ipod-sharp --- ipod-sharp-0.6.2/src/Makefile.am.monodir 2006-06-20 10:32:52.000000000 -0400 +++ ipod-sharp-0.6.2/src/Makefile.am 2006-12-14 17:30:03.000000000 -0500 @@ -7,7 +7,7 @@ ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.6.2/src/Firmware/Makefile.am.monodir 2006-12-14 17:31:07.000000000 -0500 +++ ipod-sharp-0.6.2/src/Firmware/Makefile.am 2006-12-14 17:31:29.000000000 -0500 @@ -1,7 +1,7 @@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-firmware.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.6.2/src/Firmware/Makefile.in.monodir 2006-12-14 17:31:13.000000000 -0500 +++ ipod-sharp-0.6.2/src/Firmware/Makefile.in 2006-12-14 17:31:58.000000000 -0500 @@ -144,7 +144,7 @@ target_vendor = @target_vendor@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-firmware.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/DmgImage.cs \ --- ipod-sharp-0.6.2/src/Makefile.in.monodir 2006-09-18 21:03:38.000000000 -0400 +++ ipod-sharp-0.6.2/src/Makefile.in 2006-12-14 17:30:03.000000000 -0500 @@ -157,7 +157,7 @@ DOC_ASSEMBLER = @MDASSEMBLER@ --out ipod-sharp-docs --ecma MCS_FLAGS = -debug ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/Album.cs \ --- ipod-sharp-0.6.2/ipod-sharp.pc.in.monodir 2006-03-06 22:26:31.000000000 -0500 +++ ipod-sharp-0.6.2/ipod-sharp.pc.in 2006-12-14 17:30:03.000000000 -0500 @@ -2,7 +2,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp.dll Name: ipod-sharp Description: ipod-sharp - Library for interfacing with Apple iPod devices --- ipod-sharp-0.6.2/ui/Makefile.am.monodir 2006-06-22 16:32:34.000000000 -0400 +++ ipod-sharp-0.6.2/ui/Makefile.am 2006-12-14 17:30:03.000000000 -0500 @@ -3,7 +3,7 @@ ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.6.2/ui/Makefile.in.monodir 2006-09-18 21:03:38.000000000 -0400 +++ ipod-sharp-0.6.2/ui/Makefile.in 2006-12-14 17:30:03.000000000 -0500 @@ -144,7 +144,7 @@ target_vendor = @target_vendor@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/AssemblyInfo.cs \ Index: ipod-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/ipod-sharp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ipod-sharp.spec 14 Dec 2006 00:19:37 -0000 1.4 +++ ipod-sharp.spec 14 Dec 2006 22:28:58 -0000 1.5 @@ -1,13 +1,13 @@ Name: ipod-sharp Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries License: LGPL URL: http://banshee-project.org/Subprojects/Ipod-sharp Source0: http://banshee-project.org/files/ipod-sharp/%{name}-%{version}.tar.gz -Patch0: ipod-sharp-0.5.15-monodir.patch +Patch0: ipod-sharp-0.6.2-monodir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libipoddevice-devel @@ -49,6 +49,9 @@ %{_libdir}/ipod-sharp/ipod-sharp-firmware.dll %changelog +* Thu Dec 14 2006 Christopher Aillon 0.6.2-2 +- Update monodir patch + * Tue Dec 12 2006 Christopher Aillon 0.6.2-1 - Update to 0.6.2 --- ipod-sharp-0.5.15-monodir.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 23:01:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 14 Dec 2006 18:01:23 -0500 Subject: extras-buildsys/utils/pushscript RepoView.py,1.2,1.3 Message-ID: <200612142301.kBEN1NYT031666@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31649 Modified Files: RepoView.py Log Message: don't run repoview for debug repos Index: RepoView.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/RepoView.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RepoView.py 28 Oct 2006 00:54:49 -0000 1.2 +++ RepoView.py 14 Dec 2006 23:01:22 -0000 1.3 @@ -24,11 +24,11 @@ Utils.run_and_check(cmd) # if there's a debug subdir, make that a repo, too. - dbg_repodir = os.path.join(repodir, 'debug') - if os.path.exists(dbg_repodir): - print 'Generating repoview in %s' % dbg_repodir - cmd = '%s %s' % (cfg.repoview,dbg_repodir) - Utils.run_and_check(cmd) +# dbg_repodir = os.path.join(repodir, 'debug') +# if os.path.exists(dbg_repodir): +# print 'Generating repoview in %s' % dbg_repodir +# cmd = '%s %s' % (cfg.repoview,dbg_repodir) +# Utils.run_and_check(cmd) def main(cfg,dist): From fedora-extras-commits at redhat.com Thu Dec 14 23:13:05 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 18:13:05 -0500 Subject: rpms/python-sqlite2/devel python-sqlite2.spec,1.14,1.15 Message-ID: <200612142313.kBEND5NW032624@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-sqlite2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32570 Modified Files: python-sqlite2.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1:2.3.2-3 - Rebuild for new Python Index: python-sqlite2.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlite2/devel/python-sqlite2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-sqlite2.spec 8 Sep 2006 20:02:37 -0000 1.14 +++ python-sqlite2.spec 14 Dec 2006 23:12:34 -0000 1.15 @@ -2,7 +2,7 @@ Name: python-sqlite2 Version: 2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: DB-API 2.0 interface for SQLite 3.x @@ -97,6 +97,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1:2.3.2-3 +- Rebuild for new Python + * Fri Sep 8 2006 Dawid Gajownik - 1:2.3.2-2 - Don't %%ghost *.pyo files (#205425) - Fix mixed-use-of-spaces-and-tabs rpmlint warning From fedora-extras-commits at redhat.com Thu Dec 14 23:17:54 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:17:54 -0500 Subject: rpms/ruby-activerecord - New directory Message-ID: <200612142317.kBENHsSF000581@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv577/ruby-activerecord Log Message: Directory /cvs/extras/rpms/ruby-activerecord added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 23:17:59 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:17:59 -0500 Subject: rpms/ruby-activerecord/devel - New directory Message-ID: <200612142317.kBENHxqG000600@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv577/ruby-activerecord/devel Log Message: Directory /cvs/extras/rpms/ruby-activerecord/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 23:18:33 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:18:33 -0500 Subject: rpms/ruby-activerecord Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612142318.kBENIXM4000685@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669 Added Files: Makefile import.log Log Message: Setup of module ruby-activerecord --- NEW FILE Makefile --- # Top level Makefile for module ruby-activerecord all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 14 23:18:38 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:18:38 -0500 Subject: rpms/ruby-activerecord/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612142318.kBENIcZA000706@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ruby-activerecord --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 14 23:19:55 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:19:55 -0500 Subject: rpms/ruby-activerecord import.log,1.1,1.2 Message-ID: <200612142319.kBENJtxx000861@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv805 Modified Files: import.log Log Message: auto-import ruby-activerecord-1.14.4-2 on branch devel from ruby-activerecord-1.14.4-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ruby-activerecord/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Dec 2006 23:18:33 -0000 1.1 +++ import.log 14 Dec 2006 23:19:25 -0000 1.2 @@ -0,0 +1 @@ +ruby-activerecord-1_14_4-2:HEAD:ruby-activerecord-1.14.4-2.src.rpm:1166138737 From fedora-extras-commits at redhat.com Thu Dec 14 23:19:56 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:19:56 -0500 Subject: rpms/ruby-activerecord/devel fix_ar_tests_accounts.diff, NONE, 1.1 ruby-activerecord.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612142319.kBENJufb000865@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv805/devel Modified Files: .cvsignore sources Added Files: fix_ar_tests_accounts.diff ruby-activerecord.spec Log Message: auto-import ruby-activerecord-1.14.4-2 on branch devel from ruby-activerecord-1.14.4-2.src.rpm fix_ar_tests_accounts.diff: --- NEW FILE fix_ar_tests_accounts.diff --- Index: activerecord/test/base_test.rb =================================================================== --- activerecord/test/base_test.rb (revision 4411) +++ activerecord/test/base_test.rb (working copy) @@ -44,7 +44,7 @@ end class BasicsTest < Test::Unit::TestCase - fixtures :topics, :companies, :developers, :projects, :computers + fixtures :topics, :companies, :developers, :projects, :computers, :accounts def test_table_exists assert !NonExistentTable.table_exists? --- NEW FILE ruby-activerecord.spec --- %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")} %define rname activerecord # Only run the tests on distros that have sqlite3 %define with_check 0%{?fedora} Name: ruby-%{rname} Version: 1.14.4 Release: 2%{?dist} Summary: Implements the ActiveRecord pattern for ORM Group: Development/Languages License: MIT URL: http://rubyforge.org/projects/activerecord/ Source0: http://rubyforge.org/frs/download.php/12246/activerecord-1.14.4.tgz # Patch from http://dev.rubyonrails.org/ticket/5268 Patch0: fix_ar_tests_accounts.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: ruby >= 1.8 %if %with_check BuildRequires: ruby(active_support) ruby(sqlite3) %endif Requires: ruby(abi) = 1.8 Requires: ruby(active_support) Provides: ruby(active_record) = %{version} %description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL. %prep %setup -q -n %{rname}-%{version} chmod 0644 README %patch0 -p1 %build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/%{ruby_sitelib}/ cp -pr lib/* $RPM_BUILD_ROOT/%{ruby_sitelib}/ find $RPM_BUILD_ROOT/%{ruby_sitelib} -type f | xargs chmod a-x %check %if %with_check cd test ruby -I "connections/native_sqlite3" base_test.rb %endif %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{ruby_sitelib}/active_record.rb %{ruby_sitelib}/active_record %doc README CHANGELOG examples/ %changelog * Wed Nov 15 2006 David Lutterkort - 1.14.4-2 - Run test suite for Fedora; requires patch0 to run successfully * Wed Nov 8 2006 David Lutterkort - 1.14.4-1 - New upstream version * Tue Sep 26 2006 David Lutterkort - 1.14.2-2 - Fix permissions on README * Fri Sep 8 2006 David Lutterkort - 1.14.2-1 - Initial specfile Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ruby-activerecord/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2006 23:18:38 -0000 1.1 +++ .cvsignore 14 Dec 2006 23:19:26 -0000 1.2 @@ -0,0 +1 @@ +activerecord-1.14.4.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ruby-activerecord/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2006 23:18:38 -0000 1.1 +++ sources 14 Dec 2006 23:19:26 -0000 1.2 @@ -0,0 +1 @@ +ce66299a7fe99fdaf2c9747e850560b6 activerecord-1.14.4.tgz From fedora-extras-commits at redhat.com Thu Dec 14 23:20:46 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:20:46 -0500 Subject: owners owners.list,1.2113,1.2114 Message-ID: <200612142320.kBENKkKQ000967@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv906 Modified Files: owners.list Log Message: Add ruby-activerecord Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2113 retrieving revision 1.2114 diff -u -r1.2113 -r1.2114 --- owners.list 14 Dec 2006 17:57:43 -0000 1.2113 +++ owners.list 14 Dec 2006 23:20:16 -0000 1.2114 @@ -2173,6 +2173,7 @@ Fedora Extras|rt3|Request tracker 3|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|rtorrent|BitTorrent client based on libtorrent|chabotc at xs4all.nl|extras-qa at fedoraproject.org| Fedora Extras|rtpproxy|A symmetric RTP proxy|jeff at ocjtech.us|extras-qa at fedoraproject.org| +Fedora Extras|ruby-activerecord|Implements the ActiveRecord pattern for ORM|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-activesupport|Utility classes for Ruby|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-bdb|A Ruby interface to Berkeley DB|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|ruby-mysql|A Ruby interface to MySQL|orion at cora.nwra.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 23:45:51 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 18:45:51 -0500 Subject: rpms/python-kiwi/devel python-kiwi.spec,1.4,1.5 Message-ID: <200612142345.kBENjpwl002601@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-kiwi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2549 Modified Files: python-kiwi.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.9.9-2 - Rebuild for updated Python. Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/python-kiwi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-kiwi.spec 3 Sep 2006 18:46:23 -0000 1.4 +++ python-kiwi.spec 14 Dec 2006 23:45:21 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-kiwi Version: 1.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries @@ -78,6 +78,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.9.9-2 +- Rebuild for updated Python. + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 - Do not ghost From fedora-extras-commits at redhat.com Fri Dec 15 01:17:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 20:17:41 -0500 Subject: rpms/gdesklets/devel gdesklets.spec,1.23,1.24 Message-ID: <200612150117.kBF1HfZW014239@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14203 Modified Files: gdesklets.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.35.4-4 - Rebuild for new Python Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gdesklets.spec 12 Nov 2006 04:15:26 -0000 1.23 +++ gdesklets.spec 15 Dec 2006 01:17:11 -0000 1.24 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An interactive Imlib2 console for the X Window system Group: User Interface/Desktops @@ -83,6 +83,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.35.4-4 +- Rebuild for new Python + * Tue Nov 07 2006 Luya Tshimbalanga - 0.35.4-3 - Added gnome-python2-devel for buildrequires (rawhide) From fedora-extras-commits at redhat.com Fri Dec 15 02:35:47 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 21:35:47 -0500 Subject: rpms/python-logilab-common/devel python-logilab-common.spec, 1.10, 1.11 Message-ID: <200612150235.kBF2ZlIU021498@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-logilab-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21464 Modified Files: python-logilab-common.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.19.2-2 - Rebuild for new Python Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/python-logilab-common.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-logilab-common.spec 27 Sep 2006 01:39:01 -0000 1.10 +++ python-logilab-common.spec 15 Dec 2006 02:35:17 -0000 1.11 @@ -2,7 +2,7 @@ Name: python-logilab-common Version: 0.19.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries @@ -47,6 +47,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.19.2-2 +- Rebuild for new Python + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 - Ghostbusting From fedora-extras-commits at redhat.com Fri Dec 15 02:40:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 21:40:56 -0500 Subject: rpms/python-lxml/devel python-lxml.spec,1.7,1.8 Message-ID: <200612150240.kBF2eusF021915@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-lxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21895 Modified Files: python-lxml.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 - Rebuild for new Python Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/python-lxml.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-lxml.spec 16 Sep 2006 18:37:41 -0000 1.7 +++ python-lxml.spec 15 Dec 2006 02:40:26 -0000 1.8 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 1.0.3-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Fri Dec 15 03:01:52 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:01:52 -0500 Subject: rpms/gonvert/devel gonvert.spec,1.11,1.12 Message-ID: <200612150301.kBF31q66026552@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gonvert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26515 Modified Files: gonvert.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.2.15-4 - Bump and rebuild. Index: gonvert.spec =================================================================== RCS file: /cvs/extras/rpms/gonvert/devel/gonvert.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gonvert.spec 13 Dec 2006 23:17:20 -0000 1.11 +++ gonvert.spec 15 Dec 2006 03:01:22 -0000 1.12 @@ -1,6 +1,6 @@ Name: gonvert Version: 0.2.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Units conversion utility Group: Applications/Engineering License: GPL @@ -71,6 +71,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.2.15-4 +- Bump and rebuild. + * Tue Dec 12 2006 Paul F. Johnson 0.2.15-3 - rebuild against new python From fedora-extras-commits at redhat.com Fri Dec 15 03:09:40 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:09:40 -0500 Subject: rpms/gresistor/devel gresistor.spec,1.1,1.2 Message-ID: <200612150309.kBF39epv026907@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gresistor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26892 Modified Files: gresistor.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.0.1-9 - Rebuild for new python - Add python-devel dependency Index: gresistor.spec =================================================================== RCS file: /cvs/extras/rpms/gresistor/devel/gresistor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gresistor.spec 4 Sep 2006 15:03:19 -0000 1.1 +++ gresistor.spec 15 Dec 2006 03:09:10 -0000 1.2 @@ -2,7 +2,7 @@ Name: gresistor Version: 0.0.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Gnome resistor color code calculator License: GPL @@ -14,7 +14,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils +BuildRequires: python-devel desktop-file-utils Requires: pygtk2-libglade @@ -71,7 +71,11 @@ %{_datadir}/applications/fedora-%{name}.desktop %{python_sitelib}/SimpleGladeApp.py* -%Changelog +%changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.0.1-9 +- Rebuild for new python +- Add python-devel dependency + * Mon Sep 04 2006 Chitlesh Goorah - 0.0.1-8 - Fixed filename of icon From fedora-extras-commits at redhat.com Fri Dec 15 03:18:00 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:18:00 -0500 Subject: rpms/hamlib/devel hamlib.spec,1.18,1.19 Message-ID: <200612150318.kBF3I0xt027037@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/hamlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27002 Modified Files: hamlib.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.2.5-4 - Rebuild for new Python Index: hamlib.spec =================================================================== RCS file: /cvs/extras/rpms/hamlib/devel/hamlib.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hamlib.spec 30 Sep 2006 19:41:48 -0000 1.18 +++ hamlib.spec 15 Dec 2006 03:17:30 -0000 1.19 @@ -2,7 +2,7 @@ Name: hamlib Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries @@ -204,6 +204,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.2.5-4 +- Rebuild for new Python + * Sat Sep 30 2006 Dennis Gilmore 1.2.5-3 - fix Requires for hamlib-devel its pkgconfig not pkg-config From fedora-extras-commits at redhat.com Fri Dec 15 03:23:10 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:23:10 -0500 Subject: rpms/ipython/devel ipython.spec,1.13,1.14 Message-ID: <200612150323.kBF3NAQ2027111@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/ipython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27096 Modified Files: ipython.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.7.2-4 - Rebuild for new Python Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/devel/ipython.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ipython.spec 16 Sep 2006 18:32:11 -0000 1.13 +++ ipython.spec 15 Dec 2006 03:22:40 -0000 1.14 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -73,6 +73,9 @@ %{python_sitelib}/IPython/Extensions/*.pyo %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.7.2-4 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 0.7.2-3 - Rebuild for FC6 @@ -112,7 +115,7 @@ - Removed unused python_sitearch define * Tue Mar 01 2005 Shahms E. King 0.6.11-2 -- Fix up %doc file specifications +- Fix up %%doc file specifications - Use offical .tar.gz, not upstream .src.rpm .tar.gz * Tue Mar 01 2005 Shahms E. King 0.6.11-1 From fedora-extras-commits at redhat.com Fri Dec 15 03:34:53 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:34:53 -0500 Subject: rpms/libopensync/devel libopensync.spec,1.9,1.10 Message-ID: <200612150334.kBF3YrOb027467@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/libopensync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27423 Modified Files: libopensync.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III 0.19-2 - Rebuild for new Python Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/libopensync.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libopensync.spec 20 Oct 2006 10:28:56 -0000 1.9 +++ libopensync.spec 15 Dec 2006 03:34:23 -0000 1.10 @@ -1,6 +1,6 @@ Name: libopensync Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A synchronization framework Group: System Environment/Libraries @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Thu Dec 14 2006 Jason L Tibbitts III +0.19-2 +- Rebuild for new Python + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 From fedora-extras-commits at redhat.com Fri Dec 15 03:43:17 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:43:17 -0500 Subject: rpms/magicor/devel magicor.spec,1.3,1.4 Message-ID: <200612150343.kBF3hHkX027591@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/magicor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27576 Modified Files: magicor.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.0-0.3.rc2 - Rebuild for new Python Index: magicor.spec =================================================================== RCS file: /cvs/extras/rpms/magicor/devel/magicor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- magicor.spec 24 Nov 2006 16:00:28 -0000 1.3 +++ magicor.spec 15 Dec 2006 03:42:47 -0000 1.4 @@ -4,7 +4,7 @@ Name: magicor Version: 1.0 -Release: 0.2.%{pre_version}%{?dist} +Release: 0.3.%{pre_version}%{?dist} Summary: Push ice blocks around to extenguish all fires Group: Amusements/Games License: Public Domain @@ -87,6 +87,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0-0.3.rc2 +- Rebuild for new Python + * Fri Nov 24 2006 Hans de Goede 1.0-0.2.rc2 - New upstream release 1.0-rc2 From fedora-extras-commits at redhat.com Fri Dec 15 03:57:49 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:57:49 -0500 Subject: rpms/plague/devel plague.spec,1.28,1.29 Message-ID: <200612150357.kBF3vnah027754@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/plague/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27735 Modified Files: plague.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.4.4.1-3 - Rebuild for new Python Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/devel/plague.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- plague.spec 14 Sep 2006 16:13:05 -0000 1.28 +++ plague.spec 15 Dec 2006 03:57:19 -0000 1.29 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -147,6 +147,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.4.4.1-3 +- Rebuild for new Python + * Thu Sep 14 2006 Dennis Gilmore 0.4.4.0-2 - add patch for bad umask setting From fedora-extras-commits at redhat.com Fri Dec 15 04:34:07 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 23:34:07 -0500 Subject: rpms/pydot/devel pydot.spec,1.3,1.4 Message-ID: <200612150434.kBF4Y752031049@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pydot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31034 Modified Files: pydot.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.9.10-5 - Rebuild for new Python - Add BR: python-devel Index: pydot.spec =================================================================== RCS file: /cvs/extras/rpms/pydot/devel/pydot.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pydot.spec 15 Sep 2006 16:03:48 -0000 1.3 +++ pydot.spec 15 Dec 2006 04:33:37 -0000 1.4 @@ -2,14 +2,14 @@ Name: pydot Version: 0.9.10 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: System Environment/Libraries Summary: Python interface to Graphviz's Dot language URL: http://dkbza.org/pydot.html Source0: http://dkbza.org/data/pydot-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pyparsing +BuildRequires: pyparsing python-devel Requires: graphviz, pyparsing BuildArch: noarch @@ -41,6 +41,10 @@ %{python_sitelib}/* %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.9.10-5 +- Rebuild for new Python +- Add BR: python-devel + * Fri Sep 15 2006 Tom "spot" Callaway 0.9.10-4 - bump for fc6 From fedora-extras-commits at redhat.com Fri Dec 15 05:04:17 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 15 Dec 2006 00:04:17 -0500 Subject: rpms/flow-tools/devel flow-tools.spec,1.11,1.12 Message-ID: <200612150504.kBF54HfH001807@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/flow-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1788 Modified Files: flow-tools.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.68-13 - Rebuild for new Postgres Index: flow-tools.spec =================================================================== RCS file: /cvs/extras/rpms/flow-tools/devel/flow-tools.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- flow-tools.spec 16 Nov 2006 23:03:36 -0000 1.11 +++ flow-tools.spec 15 Dec 2006 05:03:47 -0000 1.12 @@ -1,7 +1,7 @@ Version: 0.68 Name: flow-tools Summary: Tool set for working with NetFlow data -Release: 12%{?dist} +Release: 13%{?dist} Group: Applications/System License: BSD URL: http://www.splintered.net/sw/flow-tools/ @@ -94,6 +94,9 @@ %{_includedir}/*.h %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.68-13 +- Rebuild for new Postgres + * Thu Nov 16 2006 Paul P Komkoff Jr - 0.68-12 - Fix flow report 72 (by reaper at surnet.ru) bz#212928 From fedora-extras-commits at redhat.com Fri Dec 15 05:30:46 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Fri, 15 Dec 2006 00:30:46 -0500 Subject: rpms/tenr-de-styles-pkg/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tenr-de-styles-pkg.spec, 1.1, 1.2 Message-ID: <200612150530.kBF5UkfE001995@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/tenr-de-styles-pkg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1930/devel Modified Files: .cvsignore sources tenr-de-styles-pkg.spec Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Oct 2006 03:49:54 -0000 1.2 +++ .cvsignore 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -tenr-de-styles-pkg-1.0.tar.bz2 +tenr-de-styles-pkg-1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Oct 2006 03:49:54 -0000 1.2 +++ sources 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -758323157d8a8fb98cb80d989342fd9c tenr-de-styles-pkg-1.0.tar.bz2 +ebba571913c9c5abf914743bcab80b4d tenr-de-styles-pkg-1.1.tar.bz2 Index: tenr-de-styles-pkg.spec =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/devel/tenr-de-styles-pkg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tenr-de-styles-pkg.spec 11 Oct 2006 03:49:54 -0000 1.1 +++ tenr-de-styles-pkg.spec 15 Dec 2006 05:30:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: tenr-de-styles-pkg -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A collection of styles for fluxbox Group: Amusements/Graphics @@ -19,7 +19,9 @@ %prep %setup -q -chmod -x styles/monochrom2..3/theme.cfg +# I keep finding files and dirs with the wrong premissions on them in the tar +# balls from upstream +find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \) %install rm -rf $RPM_BUILD_ROOT @@ -39,6 +41,10 @@ %changelog +* Thu Dec 14 2006 Michael Rice - 1.1-1 +- Version bump, which added over 100 new styles +- add chmod command for dirs and files that keep getting packaged wrong + * Mon Oct 09 2006 Michael Rice - 1.0-2 - Fix name to remove the dot - remove unneeded r from cp line From fedora-extras-commits at redhat.com Fri Dec 15 05:30:45 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Fri, 15 Dec 2006 00:30:45 -0500 Subject: rpms/tenr-de-styles-pkg/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tenr-de-styles-pkg.spec, 1.1, 1.2 Message-ID: <200612150530.kBF5UjAQ001987@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/tenr-de-styles-pkg/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1930/FC-5 Modified Files: .cvsignore sources tenr-de-styles-pkg.spec Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Oct 2006 03:49:54 -0000 1.2 +++ .cvsignore 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -tenr-de-styles-pkg-1.0.tar.bz2 +tenr-de-styles-pkg-1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Oct 2006 03:49:54 -0000 1.2 +++ sources 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -758323157d8a8fb98cb80d989342fd9c tenr-de-styles-pkg-1.0.tar.bz2 +ebba571913c9c5abf914743bcab80b4d tenr-de-styles-pkg-1.1.tar.bz2 Index: tenr-de-styles-pkg.spec =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-5/tenr-de-styles-pkg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tenr-de-styles-pkg.spec 11 Oct 2006 03:49:54 -0000 1.1 +++ tenr-de-styles-pkg.spec 15 Dec 2006 05:30:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: tenr-de-styles-pkg -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A collection of styles for fluxbox Group: Amusements/Graphics @@ -19,7 +19,9 @@ %prep %setup -q -chmod -x styles/monochrom2..3/theme.cfg +# I keep finding files and dirs with the wrong premissions on them in the tar +# balls from upstream +find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \) %install rm -rf $RPM_BUILD_ROOT @@ -39,6 +41,10 @@ %changelog +* Thu Dec 14 2006 Michael Rice - 1.1-1 +- Version bump, which added over 100 new styles +- add chmod command for dirs and files that keep getting packaged wrong + * Mon Oct 09 2006 Michael Rice - 1.0-2 - Fix name to remove the dot - remove unneeded r from cp line From fedora-extras-commits at redhat.com Fri Dec 15 05:30:45 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Fri, 15 Dec 2006 00:30:45 -0500 Subject: rpms/tenr-de-styles-pkg/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tenr-de-styles-pkg.spec, 1.1, 1.2 Message-ID: <200612150530.kBF5Ujii001992@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/tenr-de-styles-pkg/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1930/FC-6 Modified Files: .cvsignore sources tenr-de-styles-pkg.spec Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Oct 2006 03:49:54 -0000 1.2 +++ .cvsignore 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -tenr-de-styles-pkg-1.0.tar.bz2 +tenr-de-styles-pkg-1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Oct 2006 03:49:54 -0000 1.2 +++ sources 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -758323157d8a8fb98cb80d989342fd9c tenr-de-styles-pkg-1.0.tar.bz2 +ebba571913c9c5abf914743bcab80b4d tenr-de-styles-pkg-1.1.tar.bz2 Index: tenr-de-styles-pkg.spec =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-6/tenr-de-styles-pkg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tenr-de-styles-pkg.spec 11 Oct 2006 03:49:54 -0000 1.1 +++ tenr-de-styles-pkg.spec 15 Dec 2006 05:30:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: tenr-de-styles-pkg -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A collection of styles for fluxbox Group: Amusements/Graphics @@ -19,7 +19,9 @@ %prep %setup -q -chmod -x styles/monochrom2..3/theme.cfg +# I keep finding files and dirs with the wrong premissions on them in the tar +# balls from upstream +find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \) %install rm -rf $RPM_BUILD_ROOT @@ -39,6 +41,10 @@ %changelog +* Thu Dec 14 2006 Michael Rice - 1.1-1 +- Version bump, which added over 100 new styles +- add chmod command for dirs and files that keep getting packaged wrong + * Mon Oct 09 2006 Michael Rice - 1.0-2 - Fix name to remove the dot - remove unneeded r from cp line From fedora-extras-commits at redhat.com Fri Dec 15 08:06:20 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:06:20 -0500 Subject: rpms/wavpack import.log,1.4,1.5 Message-ID: <200612150806.kBF86K9g011929@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898 Modified Files: import.log Log Message: auto-import wavpack-4.40-1 on branch devel from wavpack-4.40-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/wavpack/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 28 Jun 2006 19:41:34 -0000 1.4 +++ import.log 15 Dec 2006 08:05:50 -0000 1.5 @@ -1,3 +1,4 @@ wavpack-4_31-1:HEAD:wavpack-4.31-1.src.rpm:1137322302 wavpack-4_32-1:HEAD:wavpack-4.32-1.src.rpm:1151523450 wavpack-4_32-1:FC-5:wavpack-4.32-1.src.rpm:1151523679 +wavpack-4_40-1:HEAD:wavpack-4.40-1.src.rpm:1166170316 From fedora-extras-commits at redhat.com Fri Dec 15 08:06:20 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:06:20 -0500 Subject: rpms/wavpack/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200612150806.kBF86KNN011933@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898/devel Modified Files: .cvsignore sources Log Message: auto-import wavpack-4.40-1 on branch devel from wavpack-4.40-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jun 2006 19:37:46 -0000 1.3 +++ .cvsignore 15 Dec 2006 08:05:50 -0000 1.4 @@ -1 +1 @@ -wavpack-4.32.tar.bz2 +wavpack-4.40.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jun 2006 19:37:46 -0000 1.3 +++ sources 15 Dec 2006 08:05:50 -0000 1.4 @@ -1 +1 @@ -e40ff238477c0007155bce4ada3f7eba wavpack-4.32.tar.bz2 +d41daa63926ad731df2a2922626819e9 wavpack-4.40.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 08:10:38 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:10:38 -0500 Subject: rpms/wavpack/FC-5 .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200612150810.kBF8AcFn012027@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11996/FC-5 Modified Files: .cvsignore sources Log Message: Actually add 4.40 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jun 2006 19:41:35 -0000 1.3 +++ .cvsignore 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -wavpack-4.32.tar.bz2 +wavpack-4.40.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jun 2006 19:41:35 -0000 1.3 +++ sources 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -e40ff238477c0007155bce4ada3f7eba wavpack-4.32.tar.bz2 +d41daa63926ad731df2a2922626819e9 wavpack-4.40.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 08:10:38 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:10:38 -0500 Subject: rpms/wavpack/FC-6 .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200612150810.kBF8AcoF012031@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11996/FC-6 Modified Files: .cvsignore sources Log Message: Actually add 4.40 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jun 2006 19:37:46 -0000 1.3 +++ .cvsignore 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -wavpack-4.32.tar.bz2 +wavpack-4.40.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jun 2006 19:37:46 -0000 1.3 +++ sources 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -e40ff238477c0007155bce4ada3f7eba wavpack-4.32.tar.bz2 +d41daa63926ad731df2a2922626819e9 wavpack-4.40.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 08:13:32 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:13:32 -0500 Subject: rpms/wavpack/FC-6 wavpack.spec,1.6,1.7 Message-ID: <200612150813.kBF8DWYT012118@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12074/FC-6 Modified Files: wavpack.spec Log Message: Rebuild Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/wavpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wavpack.spec 14 Dec 2006 21:01:06 -0000 1.6 +++ wavpack.spec 15 Dec 2006 08:13:02 -0000 1.7 @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 4.40 -Release: 1%{?dist} +Release: 1.1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -60,6 +60,9 @@ %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1.1 +- Rebuild + * Fri Dec 15 2006 Peter Lemenkov 4.40-1 - Version 4.40 From fedora-extras-commits at redhat.com Fri Dec 15 08:13:32 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:13:32 -0500 Subject: rpms/wavpack/FC-5 wavpack.spec,1.5,1.6 Message-ID: <200612150813.kBF8DWOi012115@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12074/FC-5 Modified Files: wavpack.spec Log Message: Rebuild Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/wavpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wavpack.spec 14 Dec 2006 21:01:05 -0000 1.5 +++ wavpack.spec 15 Dec 2006 08:13:02 -0000 1.6 @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 4.40 -Release: 1%{?dist} +Release: 1.1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -60,6 +60,9 @@ %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1.1 +- Rebuild + * Fri Dec 15 2006 Peter Lemenkov 4.40-1 - Version 4.40 From fedora-extras-commits at redhat.com Fri Dec 15 08:13:37 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:13:37 -0500 Subject: rpms/wavpack/devel wavpack.spec,1.6,1.7 Message-ID: <200612150813.kBF8Db6Q012121@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12074/devel Modified Files: wavpack.spec Log Message: Rebuild Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/wavpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wavpack.spec 14 Dec 2006 21:01:11 -0000 1.6 +++ wavpack.spec 15 Dec 2006 08:13:07 -0000 1.7 @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 4.40 -Release: 1%{?dist} +Release: 1.1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -60,6 +60,9 @@ %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1.1 +- Rebuild + * Fri Dec 15 2006 Peter Lemenkov 4.40-1 - Version 4.40 From fedora-extras-commits at redhat.com Fri Dec 15 08:16:28 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 15 Dec 2006 03:16:28 -0500 Subject: rpms/plplot/devel plplot.spec,1.24,1.25 Message-ID: <200612150816.kBF8GS7H012313@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12298 Modified Files: plplot.spec Log Message: bump and build for python 2.5 Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- plplot.spec 2 Nov 2006 17:30:40 -0000 1.24 +++ plplot.spec 15 Dec 2006 08:15:58 -0000 1.25 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -361,6 +361,9 @@ %changelog +* Thu Dec 14 2006 - Jef Spaleta - 5.6.1-9 +- Bump and build for python 2.5 + * Thu Nov 2 2006 - Orion Poplawski - 5.6.1-8 - Point to the freefont package properly (bug #210517) - Move libriaries to -libs, -devel requires -libs for multilib support From fedora-extras-commits at redhat.com Fri Dec 15 08:19:38 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 15 Dec 2006 03:19:38 -0500 Subject: rpms/paraview/devel paraview.spec,1.8,1.9 Message-ID: <200612150819.kBF8JclF012384@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/paraview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12367 Modified Files: paraview.spec Log Message: Bump and build for python 2.5 Index: paraview.spec =================================================================== RCS file: /cvs/extras/rpms/paraview/devel/paraview.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- paraview.spec 7 Oct 2006 04:42:31 -0000 1.8 +++ paraview.spec 15 Dec 2006 08:19:08 -0000 1.9 @@ -1,6 +1,6 @@ Name: paraview Version: 2.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -310,6 +310,9 @@ %changelog +* Thu Dec 14 2006 - Jef Spaleta - 2.4.4-4 +- Bump and build for python 2.5 + * Fri Oct 6 2006 - Orion Poplawski - 2.4.4-3 - Install needed python libraries to get around make install bug From fedora-extras-commits at redhat.com Fri Dec 15 08:53:10 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 15 Dec 2006 03:53:10 -0500 Subject: fedora-security/audit fc5,1.420,1.421 fc6,1.172,1.173 Message-ID: <200612150853.kBF8rAVx012565@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12548/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6106 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.420 retrieving revision 1.421 diff -u -r1.420 -r1.421 --- fc5 14 Dec 2006 18:07:53 -0000 1.420 +++ fc5 15 Dec 2006 08:53:10 -0000 1.421 @@ -16,6 +16,7 @@ CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) +CVE-2006-6106 VULNERABLE (kernel) CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support From fedora-extras-commits at redhat.com Fri Dec 15 09:14:47 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 15 Dec 2006 04:14:47 -0500 Subject: rpms/gdl/devel gdl.spec,1.20,1.21 Message-ID: <200612150914.kBF9Ele3016258@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16242 Modified Files: gdl.spec Log Message: bump and build for python 2.5 Index: gdl.spec =================================================================== RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gdl.spec 22 Nov 2006 18:28:02 -0000 1.20 +++ gdl.spec 15 Dec 2006 09:14:17 -0000 1.21 @@ -1,6 +1,6 @@ Name: gdl Version: 0.9 -Release: 0.pre3.2%{?dist} +Release: 0.pre3.3%{?dist} Summary: GNU Data Language Group: Applications/Engineering @@ -51,6 +51,9 @@ %changelog +* Thu Dec 14 2006 - Jef Spaleta - 0.9-0.pre3.3 +- Bump and build for python 2.5 + * Wed Nov 22 2006 - Orion Poplawski - 0.9-0.pre3.2 - Update to 0.9pre3 From fedora-extras-commits at redhat.com Fri Dec 15 12:36:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 07:36:22 -0500 Subject: rpms/sbcl/devel sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl.spec, 1.58, 1.59 Message-ID: <200612151236.kBFCaM3R027347@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27322 Modified Files: sbcl.spec Added Files: sbcl-1.0-gcc4_sparc.patch Log Message: sparc/gcc4 patch sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- sbcl.spec 14 Dec 2006 16:34:17 -0000 1.58 +++ sbcl.spec 15 Dec 2006 12:35:52 -0000 1.59 @@ -70,6 +70,7 @@ Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -100,6 +101,7 @@ %patch4 -p1 -b .LIB_DIR %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc ## Enable sb-thread %ifarch %{ix86} x86_64 From fedora-extras-commits at redhat.com Fri Dec 15 13:05:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 08:05:32 -0500 Subject: rpms/dbus-qt/FC-5 dbus-qt.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612151305.kBFD5Wu9030544@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/dbus-qt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30527 Modified Files: dbus-qt.spec sources Log Message: * Fri Dec 15 2006 Rex Dieter 0.62-1 - dbus-0.62 (#207923) Index: dbus-qt.spec =================================================================== RCS file: /cvs/extras/rpms/dbus-qt/FC-5/dbus-qt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dbus-qt.spec 20 Jun 2006 18:31:38 -0000 1.3 +++ dbus-qt.spec 15 Dec 2006 13:05:02 -0000 1.4 @@ -1,8 +1,8 @@ Summary: Qt-based library for using D-BUS Name: dbus-qt -Version: 0.61 -Release: 4%{?dist} +Version: 0.62 +Release: 1%{?dist} License: AFL/GPL URL: http://www.freedesktop.org/software/dbus/ @@ -27,7 +27,7 @@ Group: Development/Libraries Provides: dbus-qt3-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} -Requires: dbus-devel +Requires: dbus-devel = %{version} Requires: qt-devel %description devel %{summary}. @@ -40,7 +40,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-tests --disable-verbose-mode --disable-asserts \ @@ -86,6 +85,9 @@ %changelog +* Fri Dec 15 2006 Rex Dieter 0.62-1 +- dbus-0.62 (#207923) + * Tue Jun 20 2006 Rex Dieter 0.61-4 - BR: gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/dbus-qt/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 May 2006 17:29:32 -0000 1.2 +++ sources 15 Dec 2006 13:05:02 -0000 1.3 @@ -1 +1 @@ -cfd4f26004e4304e0dace4d82894e50b dbus-0.61.tar.gz +ba7692f63d0e9f1ef06703dff56cb650 dbus-0.62.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 13:10:37 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 08:10:37 -0500 Subject: rpms/qt4/FC-5 .cvsignore, 1.9, 1.10 qt4.spec, 1.22, 1.23 sources, 1.7, 1.8 Message-ID: <200612151310.kBFDAbWH030644@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30619 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 (#218575) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 23 Oct 2006 23:07:46 -0000 1.9 +++ .cvsignore 15 Dec 2006 13:10:07 -0000 1.10 @@ -1,6 +1,4 @@ clog OLD/ -qt-x11-opensource-src-4.1.4.tar.gz -qt-x11-opensource-src-4.1.5.tar.gz -qt-x11-opensource-src-4.2.0.tar.gz qt-x11-opensource-src-4.2.1.tar.gz +qt-x11-opensource-src-4.2.2.tar.gz Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- qt4.spec 16 Nov 2006 21:05:37 -0000 1.22 +++ qt4.spec 15 Dec 2006 13:10:07 -0000 1.23 @@ -12,8 +12,8 @@ Summary: Qt toolkit Name: qt4 -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.2.2 +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -39,7 +39,7 @@ ## optional plugin bits # set to -no-sql- to disable # set to -qt-sql- to enable *in* qt library -#if "%{?fedora}" > "3" || "%{?rhel}" > "3" +#if 0%{?fedora} > 3 || 0%{?rhel} > 3 %define mysql -plugin-sql-mysql #endif %define odbc -plugin-sql-odbc @@ -48,8 +48,7 @@ # undefine to disable these %define nas -system-nas-sound -# watch http://bugzilla.redhat.com/207923 so we may be able to include this on FC-5 someday -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 %define qdbus -qdbus BuildRequires: dbus-devel >= 0.62 %endif @@ -88,7 +87,7 @@ #define x_deps libGL-devel libGLU-devel ## but, "xorg-x11-devel: missing dep on libGL/libGLU" - http://bugzilla.redhat.com/211898 %define x_deps xorg-x11-devel xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU -%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 %define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} %{?x_deps_GL_hack} @@ -212,12 +211,6 @@ # drop -fexceptions from $RPM_OPT_FLAGS RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'` -## Looks like we don't need this anymore -- Rex -# add -fno-strict-aliasing, for now (fc6+) -#if "%{?fedora}" > "5" -#RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -#endif - # use $RPM_OPT_FLAGS for our platform %if "%{_lib}" == "lib64" %define platform linux-g++-64 @@ -299,7 +292,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor="%{name}" \ - --add-category="X-Fedora" \ %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} ## pkg-config @@ -507,6 +499,9 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 4.2.2-1 +- qt-4.2.2 (#218575) + * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 @@ -515,13 +510,13 @@ - fix pre-modular-X libGL/libGLU deps (#211898) * Sun Oct 22 2006 Rex Dieter 4.2.1-1 -- 4.2.1 +- qt-4.2.1 * Wed Oct 04 2006 Rex Dieter 4.2.0-1 -- 4.2.0(final) +- qt-4.2.0(final) * Thu Sep 28 2006 Kevin Kofler 4.2.0-0.9.20060927 -- update to 4.2.0-snapshot-20060927 +- update to qt-4.2.0-snapshot-20060927 - update QDBus executable names - -x11: exclude plugins/designer (which belong to -devel) - BuildConflicts: qt4-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 23:07:46 -0000 1.7 +++ sources 15 Dec 2006 13:10:07 -0000 1.8 @@ -1 +1 @@ -2ab1c88084f55b94809f025a8503bf18 qt-x11-opensource-src-4.2.1.tar.gz +19f6374fe7924e33775cb87ee02669cb qt-x11-opensource-src-4.2.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 13:37:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 08:37:09 -0500 Subject: rpms/koffice/FC-6 koffice.spec,1.45,1.46 Message-ID: <200612151337.kBFDb9jf030842@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30820 Modified Files: koffice.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%%defattr - -libs: (new) subpkg, multilib issues - BR: +libpaper-devel -graphviz-devel * Sun Dec 10 2006 Rex Dieter 1.6.2-3 - -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so * Sat Dec 09 2006 Rex Dieter 1.6.2-2 - BR: poppler-qt-devel (#158941,#212145) Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/koffice.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- koffice.spec 1 Dec 2006 22:07:48 -0000 1.45 +++ koffice.spec 15 Dec 2006 13:36:39 -0000 1.46 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -15,15 +15,17 @@ # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel +## kjsembed bits, afaict, not really used (yet) -- Rex +#BuildRequires: kdebindings-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: libart_lgpl-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 3 BuildRequires: GraphicsMagick-devel -# ImageMagick usage is deprecated (in favor of GraphicsMagick), -# and can likely go way, but let's keep it around, for now. -- Rex +%endif BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -39,7 +41,6 @@ BuildRequires: wv2-devel BuildRequires: libpqxx-devel BuildRequires: doxygen -BuildRequires: graphviz-devel BuildRequires: aspell-devel BuildRequires: libxslt-devel BuildRequires: OpenEXR-devel @@ -50,8 +51,9 @@ %define ruby 1 BuildRequires: ruby ruby-devel >= 1.8.2 %endif -%if 0%{?fedora} > 3 || 0%{?rhel} > 4 -BuildRequires: poppler-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +BuildRequires: poppler-qt-devel +BuildRequires: libpaper-devel %endif %if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel @@ -86,21 +88,27 @@ KOffice - Integrated Office Suite KOffice is a free, integrated office suite for KDE, the K Desktop Environment. - %package core -Summary: Core packages for koffice +Summary: Core support files for koffice Group: Applications/Productivity +Requires: %{name}-libs = %{version}-%{release} Requires: perl -Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} %description core -core libraries and support files for koffice +%{summary}. + +%package libs +Summary: Runtime libraries for koffice +Group: System Environment/Libraries +Conflicts: koffice <= 4:%{version}-%{release} +%description libs +%{summary}. %package devel Summary: Libraries needed for koffice development -Group: System Environment/Libraries -Requires: %{name}-core = %{version}-%{release} +Group: Development/Libraries +Requires: %{name}-libs = %{version}-%{release} %description devel %{summary} @@ -344,21 +352,6 @@ %{_bindir}/koconverter %{_libdir}/libkdeinit_koshell.so %{_libdir}/libkdeinit_kthesaurus.so -%{_libdir}/libkdchart.so.* -%{_libdir}/libkochart.so.* -%{_libdir}/libkofficecore.so.* -%{_libdir}/libkofficeui.so.* -%{_libdir}/libkotext.so.* -%{_libdir}/libkowmf.so.* -%{_libdir}/libkopainter.so.* -%{_libdir}/libkstore.so.* -%{_libdir}/libkwmailmerge_interface.so.* -%{_libdir}/libkwmf.so.* -%{_libdir}/libkformulalib.so.* -%{_libdir}/libkopalette.so.* -%{_libdir}/libkoproperty.so.* -%{_libdir}/libkrossapi.so.* -%{_libdir}/libkrossmain.so.* %{_libdir}/kde3/kfile_koffice.* %{_libdir}/kde3/kfile_ooo.* %{_libdir}/kde3/kfile_abiword.* @@ -407,10 +400,31 @@ %{_libdir}/kde3/krosspython.* %{?ruby:%{_libdir}/kde3/krossruby.*} +%files libs +%defattr(-,root,root,-) +#_libdir/lib*.so.* +%{_libdir}/libkdchart.so.* +%{_libdir}/libkochart.so.* +%{_libdir}/libkofficecore.so.* +%{_libdir}/libkofficeui.so.* +%{_libdir}/libkotext.so.* +%{_libdir}/libkowmf.so.* +%{_libdir}/libkopainter.so.* +%{_libdir}/libkstore.so.* +%{_libdir}/libkwmailmerge_interface.so.* +%{_libdir}/libkwmf.so.* +%{_libdir}/libkformulalib.so.* +%{_libdir}/libkopalette.so.* +%{_libdir}/libkoproperty.so.* +%{_libdir}/libkrossapi.so.* +%{_libdir}/libkrossmain.so.* + %files devel +%defattr(-,root,root,-) %{_includedir}/* %{_datadir}/doc/HTML/en/koffice-apidocs/ %{_libdir}/lib*.so +%exclude %{_libdir}/libkdeinit_*.so %files kword %defattr(-,root,root,-) @@ -659,6 +673,20 @@ %changelog +* Mon Dec 11 2006 Rex Dieter +1.6.2-4 +- -devel: +%%defattr +- -libs: (new) subpkg, multilib issues +- BR: +libpaper-devel -graphviz-devel + +* Sun Dec 10 2006 Rex Dieter +1.6.2-3 +- -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so + +* Sat Dec 09 2006 Rex Dieter +1.6.2-2 +- BR: poppler-qt-devel (#158941,#212145) + * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) From fedora-extras-commits at redhat.com Fri Dec 15 14:29:37 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Fri, 15 Dec 2006 09:29:37 -0500 Subject: rpms/dvdisaster/FC-5 .cvsignore, 1.4, 1.5 dvdisaster.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612151429.kBFETbfj001737@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/dvdisaster/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1714 Modified Files: .cvsignore dvdisaster.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Oct 2006 11:49:53 -0000 1.4 +++ .cvsignore 15 Dec 2006 14:29:07 -0000 1.5 @@ -1 +1 @@ -dvdisaster-0.70.2.tar.bz2 +dvdisaster-0.70.3.tar.bz2 Index: dvdisaster.spec =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-5/dvdisaster.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- dvdisaster.spec 23 Oct 2006 12:59:00 -0000 1.15 +++ dvdisaster.spec 15 Dec 2006 14:29:07 -0000 1.16 @@ -1,6 +1,6 @@ Name: dvdisaster Summary: Additional error protection for CD/DVD media -Version: 0.70.2 +Version: 0.70.3 Release: 1%{?dist} Group: Applications/Archiving License: GPL @@ -116,6 +116,9 @@ %changelog +* Fri Dec 15 2006 Dmitry Butskoy - 0.70.3-1 +- update to 0.70.3 + * Mon Oct 23 2006 Dmitry Butskoy - 0.70.2-1 - update to 0.70.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 11:49:53 -0000 1.7 +++ sources 15 Dec 2006 14:29:07 -0000 1.8 @@ -1 +1 @@ -59f3137c337f8a00a4739c8e77713fbd dvdisaster-0.70.2.tar.bz2 +04e658c36d3a7cbffe0c164ebe1c7dcf dvdisaster-0.70.3.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 14:31:48 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Fri, 15 Dec 2006 09:31:48 -0500 Subject: rpms/dvdisaster/FC-6 dvdisaster.spec,1.16,1.17 sources,1.7,1.8 Message-ID: <200612151431.kBFEVmmB001808@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/dvdisaster/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1791 Modified Files: dvdisaster.spec sources Log Message: Index: dvdisaster.spec =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-6/dvdisaster.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- dvdisaster.spec 27 Oct 2006 16:37:15 -0000 1.16 +++ dvdisaster.spec 15 Dec 2006 14:31:18 -0000 1.17 @@ -1,7 +1,7 @@ Name: dvdisaster Summary: Additional error protection for CD/DVD media -Version: 0.70.2 -Release: 2%{?dist} +Version: 0.70.3 +Release: 1%{?dist} Group: Applications/Archiving License: GPL URL: http://www.dvdisaster.com @@ -116,8 +116,8 @@ %changelog -* Fri Oct 27 2006 Dmitry Butskoy - 0.70.2-2 -- rebuild +* Fri Dec 15 2006 Dmitry Butskoy - 0.70.3-1 +- update to 0.70.3 * Mon Oct 23 2006 Dmitry Butskoy - 0.70.2-1 - update to 0.70.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 12:01:10 -0000 1.7 +++ sources 15 Dec 2006 14:31:18 -0000 1.8 @@ -1 +1 @@ -59f3137c337f8a00a4739c8e77713fbd dvdisaster-0.70.2.tar.bz2 +04e658c36d3a7cbffe0c164ebe1c7dcf dvdisaster-0.70.3.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 14:32:47 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Fri, 15 Dec 2006 09:32:47 -0500 Subject: rpms/dvdisaster/devel dvdisaster.spec,1.16,1.17 sources,1.7,1.8 Message-ID: <200612151432.kBFEWltS001860@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/dvdisaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1843 Modified Files: dvdisaster.spec sources Log Message: Index: dvdisaster.spec =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/devel/dvdisaster.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- dvdisaster.spec 27 Oct 2006 16:39:02 -0000 1.16 +++ dvdisaster.spec 15 Dec 2006 14:32:17 -0000 1.17 @@ -1,7 +1,7 @@ Name: dvdisaster Summary: Additional error protection for CD/DVD media -Version: 0.70.2 -Release: 2%{?dist} +Version: 0.70.3 +Release: 1%{?dist} Group: Applications/Archiving License: GPL URL: http://www.dvdisaster.com @@ -116,8 +116,8 @@ %changelog -* Fri Oct 27 2006 Dmitry Butskoy - 0.70.2-2 -- rebuild +* Fri Dec 15 2006 Dmitry Butskoy - 0.70.3-1 +- update to 0.70.3 * Mon Oct 23 2006 Dmitry Butskoy - 0.70.2-1 - update to 0.70.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 12:01:10 -0000 1.7 +++ sources 15 Dec 2006 14:32:17 -0000 1.8 @@ -1 +1 @@ -59f3137c337f8a00a4739c8e77713fbd dvdisaster-0.70.2.tar.bz2 +04e658c36d3a7cbffe0c164ebe1c7dcf dvdisaster-0.70.3.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 14:38:34 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 15 Dec 2006 09:38:34 -0500 Subject: rpms/libgda/devel libgda.spec,1.18,1.19 Message-ID: <200612151438.kBFEcYgh001931@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1914 Modified Files: libgda.spec Log Message: * Fri Dec 15 2006 Hans de Goede 1:1.9.100-11 - Rebuild for new postgres Index: libgda.spec =================================================================== RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libgda.spec 29 Aug 2006 05:54:51 -0000 1.18 +++ libgda.spec 15 Dec 2006 14:38:04 -0000 1.19 @@ -35,7 +35,7 @@ Summary: Library for writing gnome database programs Name: libgda Version: 1.9.100 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ @@ -400,6 +400,9 @@ %changelog +* Fri Dec 15 2006 Hans de Goede 1:1.9.100-11 +- Rebuild for new postgres + * Mon Aug 28 2006 Hans de Goede 1:1.9.100-10 - FE6 Rebuild From fedora-extras-commits at redhat.com Fri Dec 15 14:49:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 15 Dec 2006 09:49:49 -0500 Subject: rpms/gcompris/devel gcompris.spec,1.17,1.18 Message-ID: <200612151449.kBFEnnEg002045@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2028 Modified Files: gcompris.spec Log Message: * Fri Dec 15 2006 Hans de Goede 8.2-2 - Rebuid for python 2.5 (blind (untested) rebuild as I cannot upgrade to python 2.5 since plague hasn't been rebuild yet). Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gcompris.spec 7 Nov 2006 19:10:04 -0000 1.17 +++ gcompris.spec 15 Dec 2006 14:49:19 -0000 1.18 @@ -1,6 +1,6 @@ Name: gcompris Version: 8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL @@ -475,6 +475,10 @@ %changelog +* Fri Dec 15 2006 Hans de Goede 8.2-2 +- Rebuid for python 2.5 (blind (untested) rebuild as I cannot upgrade + to python 2.5 since plague hasn't been rebuild yet). + * Tue Nov 7 2006 Hans de Goede 8.2-1 - New upstream release 8.2 - Drop most patches (integrated upstream) From fedora-extras-commits at redhat.com Fri Dec 15 14:55:39 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Fri, 15 Dec 2006 09:55:39 -0500 Subject: rpms/wxGTK/devel wxGTK-2.8.0.1-cvs.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxGTK.spec, 1.23, 1.24 wxGTK-2.6.3.2-cvs.patch, 1.1, NONE wxGTK-2.6.3.3-cvs.patch, 1.1, NONE Message-ID: <200612151455.kBFEtd3f002191@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2147 Modified Files: .cvsignore sources wxGTK.spec Added Files: wxGTK-2.8.0.1-cvs.patch Removed Files: wxGTK-2.6.3.2-cvs.patch wxGTK-2.6.3.3-cvs.patch Log Message: Update to 2.8.0, plus patch to 2.8.0.1 wxPython level. * Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.1.1 - patch to 2.8.0.1 wxPython subrelease (following upstream wxPython) from wxWidgets CVS * Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.0.1 - update to 2.8.0 release - gtk2 is now the default (and gtk1.2 gone -- about time!) - compatibility with wxWidgets 2.2 is now gone; add flag to build 2.4 with compatibility, though (now off by default) - added "--enable-no_deps" for faster builds - added "--enable-intl", because that seems like a good idea - added disable-rpath, enable-geometry, enable-graphics_ctx, enable-sound, enable-mediactrl, and enable-display to better match upstream wxPython package. - buildrequires: gstreamer-devel - "animate" contributed module no longer exists. - enable the svg contributed module - build the .mo files explicitly -- not sure why that's not happening automatically. - minor -- location of doc files in src tarball has changed wxGTK-2.8.0.1-cvs.patch: --- NEW FILE wxGTK-2.8.0.1-cvs.patch --- # Generated with `cvs diff -u -R -N -r WX_2_8_0 -r wxPy_2_8_0_1`, and then # trimmed for non-platform-relevant changes Index: wxWidgets/Makefile.in =================================================================== RCS file: /pack/cvsroots/wxwidgets/wxWidgets/Makefile.in,v retrieving revision 1.669 retrieving revision 1.670 diff -u -r1.669 -r1.670 --- wxWidgets/Makefile.in 2006/12/04 01:14:25 1.669 +++ wxWidgets/Makefile.in 2006/12/11 06:19:27 1.670 @@ -2157,6 +2157,7 @@ wx/mac/sound.h \ wx/mac/spinbutt.h \ wx/mac/spinctrl.h \ + wx/mac/srchctrl.h \ wx/mac/statbmp.h \ wx/mac/statbox.h \ wx/mac/statline.h \ @@ -2230,6 +2231,9 @@ wx/mac/carbon/printdlg.h \ wx/mac/carbon/printmac.h \ wx/mac/carbon/private.h \ + wx/mac/carbon/private/mactext.h \ + wx/mac/carbon/private/overlay.h \ + wx/mac/carbon/private/print.h \ wx/mac/carbon/radiobox.h \ wx/mac/carbon/radiobut.h \ wx/mac/carbon/region.h \ @@ -2237,6 +2241,7 @@ wx/mac/carbon/slider.h \ wx/mac/carbon/spinbutt.h \ wx/mac/carbon/spinctrl.h \ + wx/mac/carbon/srchctrl.h \ wx/mac/carbon/statbmp.h \ wx/mac/carbon/statbox.h \ wx/mac/carbon/statline.h \ @@ -2871,6 +2876,7 @@ wx/generic/scrolwin.h \ wx/generic/spinctlg.h \ wx/generic/splitter.h \ + wx/generic/srchctlg.h \ wx/generic/textdlgg.h \ wx/generic/timer.h \ wx/generic/treectlg.h \ @@ -2988,6 +2994,7 @@ wx/spinbutt.h \ wx/spinctrl.h \ wx/splitter.h \ + wx/srchctrl.h \ wx/statline.h \ wx/tab.h \ wx/tabctrl.h \ @@ -3497,6 +3504,7 @@ monodll_rgncmn.o \ monodll_settcmn.o \ monodll_sizer.o \ + monodll_srchcmn.o \ monodll_statbar.o \ monodll_stockitem.o \ monodll_tbarbase.o \ @@ -3532,6 +3540,7 @@ monodll_selstore.o \ monodll_spinctlg.o \ monodll_splitter.o \ + monodll_srchctlg.o \ monodll_textdlgg.o \ monodll_tipwin.o \ monodll_toolbkg.o \ @@ -3670,6 +3679,7 @@ monodll_rgncmn.o \ monodll_settcmn.o \ monodll_sizer.o \ + monodll_srchcmn.o \ monodll_statbar.o \ monodll_stockitem.o \ monodll_tbarbase.o \ @@ -3705,6 +3715,7 @@ monodll_selstore.o \ monodll_spinctlg.o \ monodll_splitter.o \ + monodll_srchctlg.o \ monodll_textdlgg.o \ monodll_tipwin.o \ monodll_toolbkg.o \ @@ -4263,6 +4274,7 @@ monodll_slider.o \ monodll_spinbutt.o \ monodll_spinctrl.o \ + monodll_srchctrl.o \ monodll_statbmp.o \ monodll_statbox.o \ monodll_statbrma.o \ @@ -5271,6 +5283,7 @@ monolib_rgncmn.o \ monolib_settcmn.o \ monolib_sizer.o \ + monolib_srchcmn.o \ monolib_statbar.o \ monolib_stockitem.o \ monolib_tbarbase.o \ @@ -5306,6 +5319,7 @@ monolib_selstore.o \ monolib_spinctlg.o \ monolib_splitter.o \ + monolib_srchctlg.o \ monolib_textdlgg.o \ monolib_tipwin.o \ monolib_toolbkg.o \ @@ -5444,6 +5458,7 @@ monolib_rgncmn.o \ monolib_settcmn.o \ monolib_sizer.o \ + monolib_srchcmn.o \ monolib_statbar.o \ monolib_stockitem.o \ monolib_tbarbase.o \ @@ -5479,6 +5494,7 @@ monolib_selstore.o \ monolib_spinctlg.o \ monolib_splitter.o \ + monolib_srchctlg.o \ monolib_textdlgg.o \ monolib_tipwin.o \ monolib_toolbkg.o \ @@ -6038,6 +6054,7 @@ monolib_slider.o \ monolib_spinbutt.o \ monolib_spinctrl.o \ + monolib_srchctrl.o \ monolib_statbmp.o \ monolib_statbox.o \ monolib_statbrma.o \ @@ -7275,6 +7292,7 @@ coredll_rgncmn.o \ coredll_settcmn.o \ coredll_sizer.o \ + coredll_srchcmn.o \ coredll_statbar.o \ coredll_stockitem.o \ coredll_tbarbase.o \ @@ -7310,6 +7328,7 @@ coredll_selstore.o \ coredll_spinctlg.o \ coredll_splitter.o \ + coredll_srchctlg.o \ coredll_textdlgg.o \ coredll_tipwin.o \ coredll_toolbkg.o \ @@ -7448,6 +7467,7 @@ coredll_rgncmn.o \ coredll_settcmn.o \ coredll_sizer.o \ + coredll_srchcmn.o \ coredll_statbar.o \ coredll_stockitem.o \ coredll_tbarbase.o \ @@ -7483,6 +7503,7 @@ coredll_selstore.o \ coredll_spinctlg.o \ coredll_splitter.o \ + coredll_srchctlg.o \ coredll_textdlgg.o \ coredll_tipwin.o \ coredll_toolbkg.o \ @@ -8042,6 +8063,7 @@ coredll_slider.o \ coredll_spinbutt.o \ coredll_spinctrl.o \ + coredll_srchctrl.o \ coredll_statbmp.o \ coredll_statbox.o \ coredll_statbrma.o \ @@ -8723,6 +8745,7 @@ corelib_rgncmn.o \ corelib_settcmn.o \ corelib_sizer.o \ + corelib_srchcmn.o \ corelib_statbar.o \ corelib_stockitem.o \ corelib_tbarbase.o \ @@ -8758,6 +8781,7 @@ corelib_selstore.o \ corelib_spinctlg.o \ corelib_splitter.o \ + corelib_srchctlg.o \ corelib_textdlgg.o \ corelib_tipwin.o \ corelib_toolbkg.o \ @@ -8896,6 +8920,7 @@ corelib_rgncmn.o \ corelib_settcmn.o \ corelib_sizer.o \ + corelib_srchcmn.o \ corelib_statbar.o \ corelib_stockitem.o \ corelib_tbarbase.o \ @@ -8931,6 +8956,7 @@ corelib_selstore.o \ [...4849 lines suppressed...] + wxPropertyValidatorRegistry *registry = (wxPropertyValidatorRegistry *)node->Data(); + wxPropertyValidator *validator = registry->GetValidator(property->GetRole()); + if (validator) + return validator; + node = node->Next(); + } + return NULL; +/* + if (!wxDefaultPropertyValidator) + wxDefaultPropertyValidator = new wxPropertyListValidator; + return wxDefaultPropertyValidator; +*/ +} + +/* + * Property sheet + */ + +IMPLEMENT_DYNAMIC_CLASS(wxPropertySheet, wxObject) + +wxPropertySheet::wxPropertySheet(void):m_properties(wxKEY_STRING) +{ +} + +wxPropertySheet::~wxPropertySheet(void) +{ + Clear(); +} + +bool wxPropertySheet::Save( ostream& WXUNUSED(str) ) +{ + return FALSE; +} + +bool wxPropertySheet::Load( ostream& WXUNUSED(str) ) +{ + return FALSE; +} + +void wxPropertySheet::UpdateAllViews( wxPropertyView *WXUNUSED(thisView) ) +{ +} + +// Add a property +void wxPropertySheet::AddProperty(wxProperty *property) +{ + m_properties.Append((const char*) property->GetName(), property); +} + +// Get property by name +wxProperty *wxPropertySheet::GetProperty(wxString name) +{ + wxNode *node = m_properties.Find((const char*) name); + if (!node) + return NULL; + else + return (wxProperty *)node->Data(); +} + +// Clear all properties +void wxPropertySheet::Clear(void) +{ + wxNode *node = m_properties.First(); + while (node) + { + wxProperty *prop = (wxProperty *)node->Data(); + wxNode *next = node->Next(); + delete prop; + delete node; + node = next; + } +} + +// Sets/clears the modified flag for each property value +void wxPropertySheet::SetAllModified(bool flag) +{ + wxNode *node = m_properties.First(); + while (node) + { + wxProperty *prop = (wxProperty *)node->Data(); + prop->GetValue().SetModified(flag); + node = node->Next(); + } +} + +/* + * Property validator registry + * + */ + +IMPLEMENT_DYNAMIC_CLASS(wxPropertyValidatorRegistry, wxHashTable) + +wxPropertyValidatorRegistry::wxPropertyValidatorRegistry(void):wxHashTable(wxKEY_STRING) +{ +} + +wxPropertyValidatorRegistry::~wxPropertyValidatorRegistry(void) +{ + ClearRegistry(); +} + +void wxPropertyValidatorRegistry::RegisterValidator(const wxString& typeName, wxPropertyValidator *validator) +{ + Put((const char*) typeName, validator); +} + +wxPropertyValidator *wxPropertyValidatorRegistry::GetValidator(const wxString& typeName) +{ + return (wxPropertyValidator *)Get((const char*) typeName); +} + +void wxPropertyValidatorRegistry::ClearRegistry(void) +{ + BeginFind(); + wxNode *node; + while (node = Next()) + { + delete (wxPropertyValidator *)node->Data(); + } +} + + /* + * Property validator + */ + + +IMPLEMENT_ABSTRACT_CLASS(wxPropertyValidator, wxEvtHandler) + +wxPropertyValidator::wxPropertyValidator(long flags) +{ + m_validatorFlags = flags; + m_validatorProperty = NULL; +} + +wxPropertyValidator::~wxPropertyValidator(void) +{} + +bool wxPropertyValidator::StringToFloat (char *s, float *number) { + double num; + bool ok = StringToDouble (s, &num); + *number = (float) num; + return ok; +} + +bool wxPropertyValidator::StringToDouble (char *s, double *number) { + bool ok = TRUE; + char *value_ptr; + *number = strtod (s, &value_ptr); + if (value_ptr) { + int len = strlen (value_ptr); + for (int i = 0; i < len; i++) { + ok = (isspace (value_ptr[i]) != 0); + if (!ok) return FALSE; + } + } + return ok; +} + +bool wxPropertyValidator::StringToInt (char *s, int *number) { + long num; + bool ok = StringToLong (s, &num); + *number = (int) num; + return ok; +} + +bool wxPropertyValidator::StringToLong (char *s, long *number) { + bool ok = TRUE; + char *value_ptr; + *number = strtol (s, &value_ptr, 10); + if (value_ptr) { + int len = strlen (value_ptr); + for (int i = 0; i < len; i++) { + ok = (isspace (value_ptr[i]) != 0); + if (!ok) return FALSE; + } + } + return ok; +} + +char *wxPropertyValidator::FloatToString (float number) { + static char buf[20]; + sprintf (buf, "%.6g", number); + return buf; +} + +char *wxPropertyValidator::DoubleToString (double number) { + static char buf[20]; + sprintf (buf, "%.6g", number); + return buf; +} + +char *wxPropertyValidator::IntToString (int number) { + return ::IntToString (number); +} + +char *wxPropertyValidator::LongToString (long number) { + return ::LongToString (number); + } + + Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Mar 2006 20:59:01 -0000 1.5 +++ .cvsignore 15 Dec 2006 14:55:09 -0000 1.6 @@ -1 +1 @@ -wxGTK-2.6.3.tar.bz2 +wxGTK-2.8.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Mar 2006 20:59:01 -0000 1.5 +++ sources 15 Dec 2006 14:55:09 -0000 1.6 @@ -1 +1 @@ -3cd76c3c47913e52a3175dd47239c6ec wxGTK-2.6.3.tar.bz2 +9de30aeaad9bac6f8869907fa42fe950 wxGTK-2.8.0.tar.bz2 Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- wxGTK.spec 28 Aug 2006 20:06:51 -0000 1.23 +++ wxGTK.spec 15 Dec 2006 14:55:09 -0000 1.24 @@ -5,8 +5,8 @@ %define withodbc 0 Name: wxGTK -Version: 2.6.3 -Release: 2.6.3.2.3%{?dist} +Version: 2.8.0 +Release: 2.8.0.1.1%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -15,13 +15,15 @@ Group: System Environment/Libraries URL: http://www.wxwidgets.org/ Source0: http://dl.sf.net/wxwindows/%{name}-%{version}.tar.bz2 -Patch0: wxGTK-2.6.3.2-cvs.patch +Patch0: wxGTK-2.8.0.1-cvs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, zlib-devel >= 1.1.4 BuildRequires: libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: expat-devel, SDL-devel, libgnomeprintui22-devel BuildRequires: libGL-devel, libGLU-devel +BuildRequires: gstreamer-devel >= 0.10 +BuildRequires: autoconf %if %{withodbc} BuildRequires: unixODBC-devel %endif @@ -89,19 +91,22 @@ %prep %setup -q -%patch0 -p1 -b .2.6.3.2 +%patch0 -p1 -b .2.8.0.1 sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure %build + +# must do this to regenerate ./configure after the 2.8.0.1 patch. +autoconf + export GDK_USE_XFT=1 # --disable-optimise prevents our $RPM_OPT_FLAGS being overridden # (see OPTIMISE in configure). %configure \ --x-libraries=%{x11libdir} \ - --with-gtk=2 \ --with-opengl \ %if %{withodbc} --with-odbc \ @@ -112,14 +117,25 @@ --enable-soname \ --disable-optimise \ --enable-debug_info \ + --enable-intl \ --enable-unicode \ - --enable-compat22 + --enable-no_deps \ + --disable-rpath \ + --enable-geometry \ + --enable-graphics_ctx \ + --enable-sound \ + --enable-mediactrl \ + --enable-display \ + --enable-compat24 make %{?_smp_mflags} make %{?_smp_mflags} -C contrib/src/stc make %{?_smp_mflags} -C contrib/src/ogl make %{?_smp_mflags} -C contrib/src/gizmos -make %{?_smp_mflags} -C contrib/src/animate +make %{?_smp_mflags} -C contrib/src/svg + +# Why isn't this this part of the main build? Need to investigate. +make %{?_smp_mflags} -C locale allmo %install rm -rf $RPM_BUILD_ROOT @@ -129,12 +145,13 @@ %makeinstall -C contrib/src/stc %makeinstall -C contrib/src/ogl %makeinstall -C contrib/src/gizmos -%makeinstall -C contrib/src/animate +%makeinstall -C contrib/src/svg + # this ends up being a symlink into the buildroot directly -- # not what we want! rm $RPM_BUILD_ROOT%{_bindir}/wx-config -ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.6 $RPM_BUILD_ROOT%{_bindir}/wx-config +ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.8 $RPM_BUILD_ROOT%{_bindir}/wx-config %find_lang wxstd %find_lang wxmsw @@ -153,27 +170,29 @@ %files -f wxstd.lang %defattr(-,root,root,-) -%doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt +%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt +%doc docs/licendoc.txt docs/preamble.txt docs/readme.txt %{_libdir}/libwx_baseu-*.so.* %{_libdir}/libwx_baseu_net-*.so.* %{_libdir}/libwx_baseu_xml-*.so.* %{_libdir}/libwx_gtk2u_adv-*.so.* -%{_libdir}/libwx_gtk2u_animate-*.so.* +%{_libdir}/libwx_gtk2u_aui-*.so.* %{_libdir}/libwx_gtk2u_core-*.so.* %{_libdir}/libwx_gtk2u_gizmos-*.so.* %{_libdir}/libwx_gtk2u_gizmos_xrc*.so.* %{_libdir}/libwx_gtk2u_html-*.so.* -%{_libdir}/libwx_gtk2u_media-*.so.* %{_libdir}/libwx_gtk2u_ogl-*.so.* -%{_libdir}/libwx_gtk2u_xrc-*.so.* -%{_libdir}/libwx_gtk2u_stc-*.so.* %{_libdir}/libwx_gtk2u_qa-*.so.* +%{_libdir}/libwx_gtk2u_richtext-*.so.* +%{_libdir}/libwx_gtk2u_stc-*.so.* +%{_libdir}/libwx_gtk2u_svg-*.so.* +%{_libdir}/libwx_gtk2u_xrc-*.so.* %files devel %defattr(-,root,root,-) %{_bindir}/wx-config %{_bindir}/wxrc* -%{_includedir}/wx-2.6 +%{_includedir}/wx-2.8 %{_libdir}/libwx_*.so %dir %{_libdir}/wx %dir %{_libdir}/wx/include @@ -194,6 +213,27 @@ %endif %changelog +* Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.1.1 +- patch to 2.8.0.1 wxPython subrelease (following upstream wxPython) + from wxWidgets CVS + +* Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.0.1 +- update to 2.8.0 release +- gtk2 is now the default (and gtk1.2 gone -- about time!) +- compatibility with wxWidgets 2.2 is now gone; add flag to build 2.4 with + compatibility, though (now off by default) +- added "--enable-no_deps" for faster builds +- added "--enable-intl", because that seems like a good idea +- added disable-rpath, enable-geometry, enable-graphics_ctx, enable-sound, + enable-mediactrl, and enable-display to better match upstream wxPython + package. +- buildrequires: gstreamer-devel +- "animate" contributed module no longer exists. +- enable the svg contributed module +- build the .mo files explicitly -- not sure why that's not happening + automatically. +- minor -- location of doc files in src tarball has changed + * Mon Aug 28 2006 Matthew Miller - 2.6.3-2.6.3.2.3 - bump release for FC6 rebuild --- wxGTK-2.6.3.2-cvs.patch DELETED --- --- wxGTK-2.6.3.3-cvs.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 15 15:00:59 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Fri, 15 Dec 2006 10:00:59 -0500 Subject: rpms/wxPython/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxPython.spec, 1.13, 1.14 Message-ID: <200612151500.kBFF0x0i003510@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3489 Modified Files: .cvsignore sources wxPython.spec Log Message: Update to new 2.8.0.1 release. * Fri Dec 15 2006 Matthew Miller - 2.8.0.1-1 - update to 2.8.0.1 - make buildrequire wxGTK of version-wxpythonsubrelease - add wxaddons to filelist Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Apr 2006 21:09:03 -0000 1.5 +++ .cvsignore 15 Dec 2006 15:00:29 -0000 1.6 @@ -1 +1 @@ -wxPython-src-2.6.3.2.tar.gz +wxPython-src-2.8.0.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Apr 2006 21:09:03 -0000 1.5 +++ sources 15 Dec 2006 15:00:29 -0000 1.6 @@ -1 +1 @@ -a27546fab8a8d77eb6b67954e6362269 wxPython-src-2.6.3.2.tar.gz +5d4000fa5fc330519e882e6cc115b000 wxPython-src-2.8.0.1.tar.bz2 Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- wxPython.spec 11 Dec 2006 15:24:46 -0000 1.13 +++ wxPython.spec 15 Dec 2006 15:00:29 -0000 1.14 @@ -4,18 +4,18 @@ %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPython -Version: 2.6.3.2 -Release: 3%{?dist} +Version: 2.8.0.1 +Release: 1%{?dist} Summary: GUI toolkit for the Python programming language Group: Development/Languages License: LGPL URL: http://www.wxpython.org/ -Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.gz +Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: wxGTK-devel = 2.6.3, pkgconfig +BuildRequires: wxGTK-devel >= 2.8.0-2.8.0.1, pkgconfig BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: libGL-devel, libGLU-devel BuildRequires: python-devel, wxGTK-gl @@ -77,21 +77,27 @@ %{_bindir}/* %{python_sitearch}/wx.pth %{python_sitearch}/wxversion.py* -%dir %{python_sitearch}/wx-2.6-gtk2-unicode/ -%{python_sitearch}/wx-2.6-gtk2-unicode/wx -%{python_sitearch}/wx-2.6-gtk2-unicode/wxPython +%dir %{python_sitearch}/wx-2.8-gtk2-unicode/ +%{python_sitearch}/wx-2.8-gtk2-unicode/wx +%{python_sitearch}/wx-2.8-gtk2-unicode/wxPython +%{python_sitelib}/wxaddons %files devel %defattr(-,root,root,-) -%dir %{_includedir}/wx-2.6/wx/wxPython -%{_includedir}/wx-2.6/wx/wxPython/*.h -%dir %{_includedir}/wx-2.6/wx/wxPython/i_files -%{_includedir}/wx-2.6/wx/wxPython/i_files/*.i -%{_includedir}/wx-2.6/wx/wxPython/i_files/*.py* -%{_includedir}/wx-2.6/wx/wxPython/i_files/*.swg +%dir %{_includedir}/wx-2.8/wx/wxPython +%{_includedir}/wx-2.8/wx/wxPython/*.h +%dir %{_includedir}/wx-2.8/wx/wxPython/i_files +%{_includedir}/wx-2.8/wx/wxPython/i_files/*.i +%{_includedir}/wx-2.8/wx/wxPython/i_files/*.py* +%{_includedir}/wx-2.8/wx/wxPython/i_files/*.swg %changelog +* Fri Dec 15 2006 Matthew Miller - 2.8.0.1-1 +- update to 2.8.0.1 +- make buildrequire wxGTK of version-wxpythonsubrelease +- add wxaddons to filelist + * Mon Dec 11 2006 Matthew Miller - 2.6.3.2-3 - bump release for rebuild against python 2.5. From fedora-extras-commits at redhat.com Fri Dec 15 15:18:52 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Fri, 15 Dec 2006 10:18:52 -0500 Subject: rpms/wxGTK/devel wxGTK.spec,1.24,1.25 Message-ID: <200612151518.kBFFIqt9007015@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7000 Modified Files: wxGTK.spec Log Message: - buildrequires gettext Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- wxGTK.spec 15 Dec 2006 14:55:09 -0000 1.24 +++ wxGTK.spec 15 Dec 2006 15:18:22 -0000 1.25 @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.8.0 -Release: 2.8.0.1.1%{?dist} +Release: 2.8.0.1.2%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -23,7 +23,7 @@ BuildRequires: expat-devel, SDL-devel, libgnomeprintui22-devel BuildRequires: libGL-devel, libGLU-devel BuildRequires: gstreamer-devel >= 0.10 -BuildRequires: autoconf +BuildRequires: autoconf, gettext %if %{withodbc} BuildRequires: unixODBC-devel %endif @@ -213,6 +213,9 @@ %endif %changelog +* Fri Dec 15 2006 Matthew Miller - 2.8.0-2.8.0.1.2 +- buildrequires gettext + * Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.1.1 - patch to 2.8.0.1 wxPython subrelease (following upstream wxPython) from wxWidgets CVS From fedora-extras-commits at redhat.com Fri Dec 15 16:43:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 11:43:17 -0500 Subject: rpms/quodlibet/FC-6 quodlibet.spec,1.2,1.3 Message-ID: <200612151643.kBFGhHON010806@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10791 Modified Files: quodlibet.spec Log Message: Require python-CDDB Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/FC-6/quodlibet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quodlibet.spec 21 Nov 2006 13:45:08 -0000 1.2 +++ quodlibet.spec 15 Dec 2006 16:42:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: python-devel BuildRequires: pygtk2-devel -BuildRequires: python-ctypes BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: gettext @@ -27,6 +26,10 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig +%if %{fedora} <= 6 +BuildRequires: python-ctypes +%endif + Requires: python-mutagen >= 1.8 Requires: python >= 2.4 Requires: pygtk2 >= 2.8 @@ -38,6 +41,14 @@ # for Replay Gain plugin Requires: vorbisgain +%if %{fedora} > 6 +# for iPod device support +Requires: python-gpod +%endif + +# for CDDB plugin +Requires: python-CDDB + %description Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and @@ -122,6 +133,13 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.24-4 +- Require python-CDDB for CDDB plugin +- Conditionalize python-gpod support + +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 +- Require python-gpod for iPod device support + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.24-1 - Update to 0.24 From fedora-extras-commits at redhat.com Fri Dec 15 16:44:21 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 11:44:21 -0500 Subject: rpms/quodlibet/FC-5 quodlibet.spec,1.2,1.3 Message-ID: <200612151644.kBFGiL1u010865@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10850 Modified Files: quodlibet.spec Log Message: Require python-CDDB Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/FC-5/quodlibet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quodlibet.spec 21 Nov 2006 13:46:04 -0000 1.2 +++ quodlibet.spec 15 Dec 2006 16:43:51 -0000 1.3 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: python-devel BuildRequires: pygtk2-devel -BuildRequires: python-ctypes BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: gettext @@ -27,6 +26,10 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig +%if %{fedora} <= 6 +BuildRequires: python-ctypes +%endif + Requires: python-mutagen >= 1.8 Requires: python >= 2.4 Requires: pygtk2 >= 2.8 @@ -38,6 +41,14 @@ # for Replay Gain plugin Requires: vorbisgain +%if %{fedora} > 6 +# for iPod device support +Requires: python-gpod +%endif + +# for CDDB plugin +Requires: python-CDDB + %description Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and @@ -122,6 +133,13 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.24-4 +- Require python-CDDB for CDDB plugin +- Conditionalize python-gpod support + +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 +- Require python-gpod for iPod device support + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.24-1 - Update to 0.24 From fedora-extras-commits at redhat.com Fri Dec 15 19:18:35 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Fri, 15 Dec 2006 14:18:35 -0500 Subject: rpms/aumix/FC-5 aumix-fix-crackrock.patch, 1.1, 1.2 aumix.spec, 1.2, 1.3 Message-ID: <200612151918.kBFJIZvX020811@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/rpms/aumix/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20757/FC-5 Modified Files: aumix-fix-crackrock.patch aumix.spec Log Message: reworked crackrock patch to eliminate regression bug (bugzilla #219736) aumix-fix-crackrock.patch: Index: aumix-fix-crackrock.patch =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-5/aumix-fix-crackrock.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aumix-fix-crackrock.patch 13 Nov 2006 14:46:33 -0000 1.1 +++ aumix-fix-crackrock.patch 15 Dec 2006 19:18:05 -0000 1.2 @@ -1,6 +1,9 @@ ---- src/common.c.fix-crackrock Thu Dec 23 12:48:25 2004 -+++ src/common.c Thu Dec 23 12:51:59 2004 -@@ -19,6 +19,7 @@ +diff -NarU5 aumix-2.8.orig/src/common.c aumix-2.8/src/common.c +--- aumix-2.8.orig/src/common.c 2006-12-15 12:47:06.000000000 -0500 ++++ aumix-2.8/src/common.c 2006-12-15 14:17:06.000000000 -0500 +@@ -17,10 +17,11 @@ + * You should have received a copy of the GNU General Public License along with + * aumix; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307, USA. */ @@ -8,7 +11,11 @@ #include "common.h" #ifdef HAVE_CURSES #include "curses.h" -@@ -612,17 +612,16 @@ + #include "gpm-xterm.h" + #endif /* HAVE_CURSES */ +@@ -621,32 +622,33 @@ + } + int SetShowNoninter(int dev) { /* Change or display settings from the command line. */ @@ -16,7 +23,8 @@ + char *devstr; int change = 0, tmp, left, right; /* Increase or decrease levels, optionally by a number. */ - if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { +- if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { ++ if ((*optarg == '+') || (*optarg == '-')) { ErrorExitWarn(ReadLevel(dev, &tmp), 'e'); right = tmp >> 8; /* I'll take the high byte, */ left = tmp & 0xFF; /* and you take the low byte. */ @@ -24,9 +32,34 @@ - change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (atoi(&dest)) - change = atoi(&dest); +- if (*optarg == '+') { /* increase */ +- right += change; +- left += change; +- right = (right > MAXLEVEL) ? MAXLEVEL : right; +- left = (left > MAXLEVEL) ? MAXLEVEL : left; +- } else { /* decrease */ +- left -= change; +- right -= change; +- left = (left < 0) ? 0 : left; +- right = (right < 0) ? 0 : right; ++ + change = (int) strtol(optarg, NULL, 10); -+ if (errno) -+ change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (*optarg == '+') { /* increase */ - right += change; - left += change; ++ if (change == 0 && *(optarg + 1) != '0') { ++ /* For compat. w. 1.15 - 1.17: ++ assume 1 unless 0 given explicitly */ ++ change = (*optarg == '+') ? 1 : -1; + } ++ ++ right += change; ++ left += change; ++ ++ if (right < 0) right = 0; ++ if (left < 0) left = 0; ++ if (right > MAXLEVEL) right = MAXLEVEL; ++ if (left > MAXLEVEL) left = MAXLEVEL; ++ + tmp = left + (right << 8); + ErrorExitWarn(WriteLevel(dev, tmp), 'e'); /* Try to write new settings to the mixer. */ + return 0; + } + if ((*optarg == 'R') || (*optarg == 'P')) { Index: aumix.spec =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-5/aumix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aumix.spec 16 Nov 2006 20:18:42 -0000 1.2 +++ aumix.spec 15 Dec 2006 19:18:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: aumix Version: 2.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Audio mixer based on ncurses License: GPL Group: Applications/Multimedia @@ -22,7 +22,7 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 -%patch3 -p0 +%patch3 -p1 %patch4 -p0 %build @@ -48,6 +48,9 @@ %{_datadir}/aumix %changelog +* Fri Dec 15 2006 Gabriel L. Somlo 2.8-11 +- reworked crackrock patch to eliminate regression bug (bugzilla #219736) + * Thu Nov 16 2006 Gabriel L. Somlo 2.8-10 - bumped rel. to 10, to stop buildsys complaining about conflicts w. old FC3 package From fedora-extras-commits at redhat.com Fri Dec 15 19:18:35 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Fri, 15 Dec 2006 14:18:35 -0500 Subject: rpms/aumix/FC-6 aumix-fix-crackrock.patch, 1.1, 1.2 aumix.spec, 1.2, 1.3 Message-ID: <200612151918.kBFJIZ2N020815@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/rpms/aumix/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20757/FC-6 Modified Files: aumix-fix-crackrock.patch aumix.spec Log Message: reworked crackrock patch to eliminate regression bug (bugzilla #219736) aumix-fix-crackrock.patch: Index: aumix-fix-crackrock.patch =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-6/aumix-fix-crackrock.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aumix-fix-crackrock.patch 13 Nov 2006 14:46:33 -0000 1.1 +++ aumix-fix-crackrock.patch 15 Dec 2006 19:18:05 -0000 1.2 @@ -1,6 +1,9 @@ ---- src/common.c.fix-crackrock Thu Dec 23 12:48:25 2004 -+++ src/common.c Thu Dec 23 12:51:59 2004 -@@ -19,6 +19,7 @@ +diff -NarU5 aumix-2.8.orig/src/common.c aumix-2.8/src/common.c +--- aumix-2.8.orig/src/common.c 2006-12-15 12:47:06.000000000 -0500 ++++ aumix-2.8/src/common.c 2006-12-15 14:17:06.000000000 -0500 +@@ -17,10 +17,11 @@ + * You should have received a copy of the GNU General Public License along with + * aumix; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307, USA. */ @@ -8,7 +11,11 @@ #include "common.h" #ifdef HAVE_CURSES #include "curses.h" -@@ -612,17 +612,16 @@ + #include "gpm-xterm.h" + #endif /* HAVE_CURSES */ +@@ -621,32 +622,33 @@ + } + int SetShowNoninter(int dev) { /* Change or display settings from the command line. */ @@ -16,7 +23,8 @@ + char *devstr; int change = 0, tmp, left, right; /* Increase or decrease levels, optionally by a number. */ - if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { +- if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { ++ if ((*optarg == '+') || (*optarg == '-')) { ErrorExitWarn(ReadLevel(dev, &tmp), 'e'); right = tmp >> 8; /* I'll take the high byte, */ left = tmp & 0xFF; /* and you take the low byte. */ @@ -24,9 +32,34 @@ - change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (atoi(&dest)) - change = atoi(&dest); +- if (*optarg == '+') { /* increase */ +- right += change; +- left += change; +- right = (right > MAXLEVEL) ? MAXLEVEL : right; +- left = (left > MAXLEVEL) ? MAXLEVEL : left; +- } else { /* decrease */ +- left -= change; +- right -= change; +- left = (left < 0) ? 0 : left; +- right = (right < 0) ? 0 : right; ++ + change = (int) strtol(optarg, NULL, 10); -+ if (errno) -+ change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (*optarg == '+') { /* increase */ - right += change; - left += change; ++ if (change == 0 && *(optarg + 1) != '0') { ++ /* For compat. w. 1.15 - 1.17: ++ assume 1 unless 0 given explicitly */ ++ change = (*optarg == '+') ? 1 : -1; + } ++ ++ right += change; ++ left += change; ++ ++ if (right < 0) right = 0; ++ if (left < 0) left = 0; ++ if (right > MAXLEVEL) right = MAXLEVEL; ++ if (left > MAXLEVEL) left = MAXLEVEL; ++ + tmp = left + (right << 8); + ErrorExitWarn(WriteLevel(dev, tmp), 'e'); /* Try to write new settings to the mixer. */ + return 0; + } + if ((*optarg == 'R') || (*optarg == 'P')) { Index: aumix.spec =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-6/aumix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aumix.spec 16 Nov 2006 20:17:33 -0000 1.2 +++ aumix.spec 15 Dec 2006 19:18:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: aumix Version: 2.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Audio mixer based on ncurses License: GPL Group: Applications/Multimedia @@ -22,7 +22,7 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 -%patch3 -p0 +%patch3 -p1 %patch4 -p0 %build @@ -48,6 +48,9 @@ %{_datadir}/aumix %changelog +* Fri Dec 15 2006 Gabriel L. Somlo 2.8-11 +- reworked crackrock patch to eliminate regression bug (bugzilla #219736) + * Thu Nov 16 2006 Gabriel L. Somlo 2.8-10 - bumped rel. to 10, to stop buildsys complaining about conflicts w. old FC3 package From fedora-extras-commits at redhat.com Fri Dec 15 19:18:41 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Fri, 15 Dec 2006 14:18:41 -0500 Subject: rpms/aumix/devel aumix-fix-crackrock.patch, 1.1, 1.2 aumix.spec, 1.2, 1.3 Message-ID: <200612151918.kBFJIf7G020817@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/rpms/aumix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20757/devel Modified Files: aumix-fix-crackrock.patch aumix.spec Log Message: reworked crackrock patch to eliminate regression bug (bugzilla #219736) aumix-fix-crackrock.patch: Index: aumix-fix-crackrock.patch =================================================================== RCS file: /cvs/extras/rpms/aumix/devel/aumix-fix-crackrock.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aumix-fix-crackrock.patch 13 Nov 2006 14:46:33 -0000 1.1 +++ aumix-fix-crackrock.patch 15 Dec 2006 19:18:11 -0000 1.2 @@ -1,6 +1,9 @@ ---- src/common.c.fix-crackrock Thu Dec 23 12:48:25 2004 -+++ src/common.c Thu Dec 23 12:51:59 2004 -@@ -19,6 +19,7 @@ +diff -NarU5 aumix-2.8.orig/src/common.c aumix-2.8/src/common.c +--- aumix-2.8.orig/src/common.c 2006-12-15 12:47:06.000000000 -0500 ++++ aumix-2.8/src/common.c 2006-12-15 14:17:06.000000000 -0500 +@@ -17,10 +17,11 @@ + * You should have received a copy of the GNU General Public License along with + * aumix; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307, USA. */ @@ -8,7 +11,11 @@ #include "common.h" #ifdef HAVE_CURSES #include "curses.h" -@@ -612,17 +612,16 @@ + #include "gpm-xterm.h" + #endif /* HAVE_CURSES */ +@@ -621,32 +622,33 @@ + } + int SetShowNoninter(int dev) { /* Change or display settings from the command line. */ @@ -16,7 +23,8 @@ + char *devstr; int change = 0, tmp, left, right; /* Increase or decrease levels, optionally by a number. */ - if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { +- if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { ++ if ((*optarg == '+') || (*optarg == '-')) { ErrorExitWarn(ReadLevel(dev, &tmp), 'e'); right = tmp >> 8; /* I'll take the high byte, */ left = tmp & 0xFF; /* and you take the low byte. */ @@ -24,9 +32,34 @@ - change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (atoi(&dest)) - change = atoi(&dest); +- if (*optarg == '+') { /* increase */ +- right += change; +- left += change; +- right = (right > MAXLEVEL) ? MAXLEVEL : right; +- left = (left > MAXLEVEL) ? MAXLEVEL : left; +- } else { /* decrease */ +- left -= change; +- right -= change; +- left = (left < 0) ? 0 : left; +- right = (right < 0) ? 0 : right; ++ + change = (int) strtol(optarg, NULL, 10); -+ if (errno) -+ change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (*optarg == '+') { /* increase */ - right += change; - left += change; ++ if (change == 0 && *(optarg + 1) != '0') { ++ /* For compat. w. 1.15 - 1.17: ++ assume 1 unless 0 given explicitly */ ++ change = (*optarg == '+') ? 1 : -1; + } ++ ++ right += change; ++ left += change; ++ ++ if (right < 0) right = 0; ++ if (left < 0) left = 0; ++ if (right > MAXLEVEL) right = MAXLEVEL; ++ if (left > MAXLEVEL) left = MAXLEVEL; ++ + tmp = left + (right << 8); + ErrorExitWarn(WriteLevel(dev, tmp), 'e'); /* Try to write new settings to the mixer. */ + return 0; + } + if ((*optarg == 'R') || (*optarg == 'P')) { Index: aumix.spec =================================================================== RCS file: /cvs/extras/rpms/aumix/devel/aumix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aumix.spec 16 Nov 2006 20:15:59 -0000 1.2 +++ aumix.spec 15 Dec 2006 19:18:11 -0000 1.3 @@ -1,6 +1,6 @@ Name: aumix Version: 2.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Audio mixer based on ncurses License: GPL Group: Applications/Multimedia @@ -22,7 +22,7 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 -%patch3 -p0 +%patch3 -p1 %patch4 -p0 %build @@ -48,6 +48,9 @@ %{_datadir}/aumix %changelog +* Fri Dec 15 2006 Gabriel L. Somlo 2.8-11 +- reworked crackrock patch to eliminate regression bug (bugzilla #219736) + * Thu Nov 16 2006 Gabriel L. Somlo 2.8-10 - bumped rel. to 10, to stop buildsys complaining about conflicts w. old FC3 package From fedora-extras-commits at redhat.com Fri Dec 15 19:44:52 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 14:44:52 -0500 Subject: rpms/lilypond/FC-5 lilypond-2.10.2-configure.patch, NONE, 1.1 lilypond.spec, 1.10, 1.11 Message-ID: <200612151944.kBFJiq2S021287@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21269 Modified Files: lilypond.spec Added Files: lilypond-2.10.2-configure.patch Log Message: Fix broken configure script (it wants guile>=1.6.7, and incorrectly get the version as 1.6 and fails.) lilypond-2.10.2-configure.patch: --- NEW FILE lilypond-2.10.2-configure.patch --- --- lilypond-2.10.2/configure 2006-12-11 18:14:04.000000000 -0600 +++ lilypond-2.10.2.new/configure 2006-12-15 07:44:30.000000000 -0600 @@ -7311,7 +7311,7 @@ ## grab the first version number in --version output. eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '\(^\| \)[0-9][0-9]*\.[0-9]' \ | head -n 1 \ - | tr ' ' '\n' | sed 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/g' | grep '\(^\| \)[0-9][0-9]*\.[0-9]' | head -n 1\`\" + | tr ' ' '\n' | grep '[0-9]\.[0-9]' | head -n 1 | sed 's/\([0-9.]*\).*/\1/g'\`\" if test -z "$_ver"; then ## If empty, try date [fontforge] Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- lilypond.spec 13 Dec 2006 15:08:02 -0000 1.10 +++ lilypond.spec 15 Dec 2006 19:44:22 -0000 1.11 @@ -1,12 +1,13 @@ Name: lilypond Version: 2.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing License: GPL URL: http://www.lilypond.org Source0: http://www.lilypond.org/download/v2.8/%{name}-%{version}.tar.gz +Patch0: lilypond-2.10.2-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ghostscript >= 8.15 @@ -29,6 +30,7 @@ %prep %setup -q +%patch0 -p1 %build @@ -90,6 +92,9 @@ %changelog +* Fri Dec 15 2006 Quentin Spencer 2.10.2-2 +- Patch broken configure script (it thinks guile 1.6.7 is 1.6 and fails). + * Tue Dec 13 2006 Quentin Spencer 2.10.2-1 - Upgrade to 2.10.2. Fixes bug 219254. - Update build requirements for 2.10.x. From fedora-extras-commits at redhat.com Fri Dec 15 19:52:09 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 15 Dec 2006 14:52:09 -0500 Subject: rpms/perl-Wx/devel perl-Wx.spec,1.7,1.8 Message-ID: <200612151952.kBFJq988021361@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21346 Modified Files: perl-Wx.spec Log Message: Rebuild (wxGTK 2.8.0). Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Wx.spec 7 Dec 2006 17:07:23 -0000 1.7 +++ perl-Wx.spec 15 Dec 2006 19:51:39 -0000 1.8 @@ -6,7 +6,7 @@ Name: perl-Wx Version: 0.65 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries @@ -81,6 +81,9 @@ %changelog +* Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 +- Rebuild (wxGTK 2.8.0). + * Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 - Update to 0.65. From fedora-extras-commits at redhat.com Fri Dec 15 19:55:16 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 14:55:16 -0500 Subject: rpms/lilypond/FC-6 .cvsignore, 1.8, 1.9 lilypond.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612151955.kBFJtGSH021469@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21445 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Fix bug #219400 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Dec 2006 14:26:10 -0000 1.8 +++ .cvsignore 15 Dec 2006 19:54:46 -0000 1.9 @@ -1 +1 @@ -lilypond-2.10.1.tar.gz +lilypond-2.10.2.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/lilypond.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lilypond.spec 6 Dec 2006 14:26:10 -0000 1.8 +++ lilypond.spec 15 Dec 2006 19:54:46 -0000 1.9 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.1 -Release: 1%{?dist} +Version: 2.10.2 +Release: 2%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -66,13 +66,13 @@ %post -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %files -f %{name}.lang @@ -90,6 +90,10 @@ %changelog +* Wed Dec 13 2006 Quentin Spencer 2.10.2-2 +- New release. +- Fix bug 219400. + * Wed Dec 6 2006 Quentin Spencer 2.10.1-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Dec 2006 14:26:10 -0000 1.8 +++ sources 15 Dec 2006 19:54:46 -0000 1.9 @@ -1 +1 @@ -b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz +604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 19:57:58 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 14:57:58 -0500 Subject: rpms/lilypond/devel .cvsignore, 1.8, 1.9 lilypond.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612151957.kBFJvwLA021562@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21541 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Fix bug #219400 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 4 Dec 2006 22:21:07 -0000 1.8 +++ .cvsignore 15 Dec 2006 19:57:28 -0000 1.9 @@ -1 +1 @@ -lilypond-2.10.1.tar.gz +lilypond-2.10.2.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lilypond.spec 4 Dec 2006 22:21:07 -0000 1.8 +++ lilypond.spec 15 Dec 2006 19:57:28 -0000 1.9 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.1 -Release: 1%{?dist} +Version: 2.10.2 +Release: 2%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -66,13 +66,13 @@ %post -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %files -f %{name}.lang @@ -90,6 +90,10 @@ %changelog +* Wed Dec 13 2006 Quentin Spencer 2.10.2-2 +- New release. +- Fix bug 219400. + * Mon Dec 4 2006 Quentin Spencer 2.10.1-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Dec 2006 22:21:07 -0000 1.8 +++ sources 15 Dec 2006 19:57:28 -0000 1.9 @@ -1 +1 @@ -b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz +604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 20:09:13 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 15 Dec 2006 15:09:13 -0500 Subject: rpms/dates/devel .cvsignore, 1.2, 1.3 dates.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612152009.kBFK9Dhr024783@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24759 Modified Files: .cvsignore dates.spec sources Log Message: Bump for 0.2 Comment out automake stuff as we aren't building from a snapshot anymore. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dates/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Aug 2006 15:27:47 -0000 1.2 +++ .cvsignore 15 Dec 2006 20:08:43 -0000 1.3 @@ -1 +1 @@ -dates-0.1svn.tar.gz +dates-0.2.tar.gz Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dates.spec 30 Oct 2006 18:41:01 -0000 1.5 +++ dates.spec 15 Dec 2006 20:08:43 -0000 1.6 @@ -1,13 +1,12 @@ Name: dates -Version: 0.1 -Release: 5.20060813svn%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/dates -#Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}svn.tar.gz +Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig @@ -15,9 +14,9 @@ BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils intltool gettext # Needed for svn snapshot -BuildRequires: automake gnome-common libtool intltool gettext +#BuildRequires: automake gnome-common libtool %description @@ -40,11 +39,11 @@ %prep -%setup -n %{name}-%{version}svn -q +%setup -n %{name}-%{version} -q %build -./autogen.sh +#./autogen.sh %configure make %{?_smp_mflags} @@ -105,6 +104,9 @@ %changelog +* Fri Dec 15 2006 Jesse Keating - 0.2-1 +- new upstream release + * Mon Oct 30 2006 Jesse Keating - 0.1-5.20060813svn - rebuild for new eds Index: sources =================================================================== RCS file: /cvs/extras/rpms/dates/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Aug 2006 15:27:47 -0000 1.2 +++ sources 15 Dec 2006 20:08:43 -0000 1.3 @@ -1 +1 @@ -6a8acb77f7e907d846669efd3e564208 dates-0.1svn.tar.gz +16c6ddbd6d066440241d9c74e589f720 dates-0.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 20:12:26 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 15:12:26 -0500 Subject: rpms/lilypond-doc/FC-5 .cvsignore, 1.5, 1.6 lilypond-doc.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612152012.kBFKCQGU024879@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24856 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: Update to 2.10.x documentation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 10 Oct 2006 13:35:34 -0000 1.5 +++ .cvsignore 15 Dec 2006 20:11:56 -0000 1.6 @@ -1 +1 @@ -lilypond-2.8.7-1.documentation.tar.bz2 +lilypond-2.10.2-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/lilypond-doc.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lilypond-doc.spec 10 Oct 2006 13:35:34 -0000 1.4 +++ lilypond-doc.spec 15 Dec 2006 20:11:56 -0000 1.5 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.8.7 +Version: 2.10.2 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -43,6 +43,9 @@ %changelog +* Fri Dec 15 2006 Quentin Spencer 2.10.2-1 +- Update to 2.10.x documentation. + * Tue Oct 10 2006 Quentin Spencer 2.8.7-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 10 Oct 2006 13:35:34 -0000 1.5 +++ sources 15 Dec 2006 20:11:56 -0000 1.6 @@ -1 +1 @@ -492b1b59b1b66e8c74c0551ec2137d65 lilypond-2.8.7-1.documentation.tar.bz2 +440a0edf2e33e71033658ee385f86521 lilypond-2.10.2-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 20:35:48 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 15 Dec 2006 15:35:48 -0500 Subject: rpms/contacts/devel .cvsignore, 1.3, 1.4 contacts.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612152035.kBFKZmR2025042@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25023 Modified Files: .cvsignore contacts.spec sources Log Message: bump for 0.2; comment out automake crud Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Aug 2006 20:57:41 -0000 1.3 +++ .cvsignore 15 Dec 2006 20:35:18 -0000 1.4 @@ -1 +1 @@ -contacts-0.1svn.tar.gz +contacts-0.2.tar.gz Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- contacts.spec 30 Oct 2006 18:28:15 -0000 1.7 +++ contacts.spec 15 Dec 2006 20:35:18 -0000 1.8 @@ -1,13 +1,12 @@ Name: contacts -Version: 0.1 -Release: 6.20060813svn%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Contacts addressbook Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -#Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}svn.tar.gz +Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 Requires(post): GConf2 @@ -15,9 +14,9 @@ BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils intltool gettext # Needed for svn snapshot -BuildRequires: automake gnome-common libtool intltool gettext +#BuildRequires: automake gnome-common libtool %description Contacts is a small, lightweight addressbook that uses libebook. @@ -27,11 +26,11 @@ devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs. %prep -%setup -n %{name}-%{version}svn -q +%setup -n %{name}-%{version} -q %build -./autogen.sh +#./autogen.sh %configure make %{?_smp_mflags} @@ -88,6 +87,9 @@ %changelog +* Fri Dec 15 2006 Jesse Keating - 0.2-1 +- build for 0.2 + * Mon Oct 30 2006 Jesse Keating - 0.1-6.20060813svn - rebuild for new eds Index: sources =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Aug 2006 20:57:41 -0000 1.3 +++ sources 15 Dec 2006 20:35:18 -0000 1.4 @@ -1 +1 @@ -e73ce65a752ab7b4138c6118ace09132 contacts-0.1svn.tar.gz +ad8a4297af14930d45a56d17b39cf0d5 contacts-0.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 20:51:16 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Fri, 15 Dec 2006 15:51:16 -0500 Subject: rpms/flow-tools/devel flow-tools.spec,1.12,1.13 Message-ID: <200612152051.kBFKpGEG025164@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/flow-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25149 Modified Files: flow-tools.spec Log Message: automated bump and rebuild Index: flow-tools.spec =================================================================== RCS file: /cvs/extras/rpms/flow-tools/devel/flow-tools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- flow-tools.spec 15 Dec 2006 05:03:47 -0000 1.12 +++ flow-tools.spec 15 Dec 2006 20:50:46 -0000 1.13 @@ -1,7 +1,7 @@ Version: 0.68 Name: flow-tools Summary: Tool set for working with NetFlow data -Release: 13%{?dist} +Release: 14%{?dist} Group: Applications/System License: BSD URL: http://www.splintered.net/sw/flow-tools/ @@ -94,6 +94,9 @@ %{_includedir}/*.h %changelog +* Fri Dec 15 2006 Paul P. Komkoff Jr +- rebuilt + * Thu Dec 14 2006 Jason L Tibbitts III - 0.68-13 - Rebuild for new Postgres From fedora-extras-commits at redhat.com Fri Dec 15 23:08:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 15 Dec 2006 18:08:28 -0500 Subject: rpms/XaraLX import.log,1.10,1.11 Message-ID: <200612152308.kBFN8Sqb002462@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2428 Modified Files: import.log Log Message: auto-import XaraLX-0.7-9.r1764 on branch devel from XaraLX-0.7-9.r1764.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 14 Oct 2006 21:19:27 -0000 1.10 +++ import.log 15 Dec 2006 23:07:58 -0000 1.11 @@ -7,3 +7,4 @@ XaraLX-0_7-6_r1759:FC-5:XaraLX-0.7-6.r1759.src.rpm:1158877686 XaraLX-0_7-8_r1763:HEAD:XaraLX-0.7-8.r1763.src.rpm:1160860676 XaraLX-0_7-8_r1763:FC-5:XaraLX-0.7-8.r1763.src.rpm:1160860750 +XaraLX-0_7-9_r1764:HEAD:XaraLX-0.7-9.r1764.src.rpm:1166224460 From fedora-extras-commits at redhat.com Fri Dec 15 23:08:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 15 Dec 2006 18:08:28 -0500 Subject: rpms/XaraLX/devel .cvsignore, 1.6, 1.7 XaraLX.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612152308.kBFN8SsC002467@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2428/devel Modified Files: .cvsignore XaraLX.spec sources Log Message: auto-import XaraLX-0.7-9.r1764 on branch devel from XaraLX-0.7-9.r1764.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 14 Oct 2006 21:18:11 -0000 1.6 +++ .cvsignore 15 Dec 2006 23:07:58 -0000 1.7 @@ -1 +1 @@ -XaraLX-0.7r1763.tar.bz2 +XaraLX-0.7r1764.tar.bz2 Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/XaraLX.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- XaraLX.spec 14 Oct 2006 21:18:11 -0000 1.7 +++ XaraLX.spec 15 Dec 2006 23:07:58 -0000 1.8 @@ -1,9 +1,9 @@ -%define buildRev r1763 +%define buildRev r1764 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 8%{?dist}.%{buildRev} +Release: 9%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -90,6 +90,10 @@ %{_docdir}/XaraLX/examples %changelog +* Fri Dec 15 2006 Paul F. Johnson 0.7-9.r1764 +- bump +- rebuild + * Sat Oct 14 2006 Paul F. Johnson 0.7-8.r1763 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 14 Oct 2006 21:18:11 -0000 1.6 +++ sources 15 Dec 2006 23:07:58 -0000 1.7 @@ -1 +1 @@ -b9cbc4716601101956e0fe50b5717980 XaraLX-0.7r1763.tar.bz2 +8c1215870e08545882dd453bc7fbfa52 XaraLX-0.7r1764.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 23:42:17 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Fri, 15 Dec 2006 18:42:17 -0500 Subject: owners owners.list,1.2114,1.2115 Message-ID: <200612152342.kBFNgH4P002831@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2816 Modified Files: owners.list Log Message: remove gary_lerhaupt from dkms Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2114 retrieving revision 1.2115 diff -u -r1.2114 -r1.2115 --- owners.list 14 Dec 2006 23:20:16 -0000 1.2114 +++ owners.list 15 Dec 2006 23:41:47 -0000 1.2115 @@ -329,7 +329,7 @@ Fedora Extras|dirvish|Fast, disk based, rotating network backup system|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|Django|A high-level Python Web framework|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|djvulibre|DjVu viewers, encoders and utilities|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|dkms|Dynamic Kernel Module Support (DKMS) method for installing module RPMS|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|tcallawa at redhat.com,gary_lerhaupt at dell.com +Fedora Extras|dkms|Dynamic Kernel Module Support (DKMS) method for installing module RPMS|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|tcallawa at redhat.com Fedora Extras|dnsmasq|A lightweight DHCP/caching DNS server|jima at beer.tclug.org|extras-qa at fedoraproject.org| Fedora Extras|docbook2X|Convert docbook into man and Texinfo|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|doctorj|Java source code analyzer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 00:38:27 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 15 Dec 2006 19:38:27 -0500 Subject: rpms/nazghul/devel .cvsignore, 1.4, 1.5 nazghul.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612160038.kBG0cRFN006429@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/nazghul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6405 Modified Files: .cvsignore nazghul.spec sources Log Message: * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-1 - Update to 0.5.5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Jun 2006 04:01:22 -0000 1.4 +++ .cvsignore 16 Dec 2006 00:37:57 -0000 1.5 @@ -1 +1 @@ -nazghul-0.5.4.tar.gz +nazghul-0.5.5.tar.gz Index: nazghul.spec =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nazghul.spec 1 Sep 2006 01:01:42 -0000 1.7 +++ nazghul.spec 16 Dec 2006 00:37:57 -0000 1.8 @@ -1,6 +1,6 @@ Name: nazghul -Version: 0.5.4 -Release: 2%{?dist} +Version: 0.5.5 +Release: 1%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games @@ -79,6 +79,9 @@ %changelog +* Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-1 +- Update to 0.5.5. + * Thu Aug 31 2006 Jason L Tibbitts III - 0.5.4-2 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Jun 2006 04:01:22 -0000 1.4 +++ sources 16 Dec 2006 00:37:57 -0000 1.5 @@ -1 +1 @@ -fa94fa1f82dbdf61e1544dbe1cdeecf1 nazghul-0.5.4.tar.gz +8ab410c2fe7ba8827898d2604a18372a nazghul-0.5.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 00:56:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:33 -0500 Subject: rpms/perl-POE-Filter-Zlib Makefile,1.3,1.4 Message-ID: <200612160056.kBG0uXhD006755@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693 Modified Files: Makefile Log Message: Update to 1.8 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 30 Sep 2006 00:30:53 -0000 1.3 +++ Makefile 16 Dec 2006 00:56:03 -0000 1.4 @@ -2,15 +2,14 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + # tag & build all non-legacy branches... -# this is clearly a non-optimal solution; to my knowledge there is no way to -# currently determine if a branch is legacy or not (and this module is -# frequently updated). Correction on this point welcomed :) build-all : - @echo WARNING: building for devel and FC-5 + @echo NOTICE: building for ${BRANCHES} @sleep 5s - @cd FC-5 && make tag && make plague - @cd devel && test -f dead.package || ( make tag && make plague ) + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Sat Dec 16 00:56:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:33 -0500 Subject: rpms/perl-POE-Filter-Zlib/FC-5 perl-POE-Filter-Zlib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612160056.kBG0uXeZ006759@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693/FC-5 Modified Files: perl-POE-Filter-Zlib.spec sources Log Message: Update to 1.8 Index: perl-POE-Filter-Zlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-5/perl-POE-Filter-Zlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Filter-Zlib.spec 30 Sep 2006 00:30:20 -0000 1.5 +++ perl-POE-Filter-Zlib.spec 16 Dec 2006 00:56:03 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-Zlib -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: POE filter wrapped around Compress::Zlib @@ -63,7 +63,10 @@ %{_mandir}/man3/* %changelog -* Fri Sep 29 2006 Chris Weyl +* Fri Dec 15 2006 Chris Weyl 1.8-1 +- update to 1.8 + +* Fri Sep 29 2006 Chris Weyl 1.7-1 - update to 1.7, basically just clarifies some licensing bits * Wed Sep 13 2006 Chris Weyl 1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Sep 2006 00:30:20 -0000 1.5 +++ sources 16 Dec 2006 00:56:03 -0000 1.6 @@ -1 +1 @@ -ae4fc1bb2dc848fd38f8ff9e75012e34 POE-Filter-Zlib-1.7.tar.gz +0540cc706132394368672a021e57e6ba POE-Filter-Zlib-1.8.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 00:56:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:39 -0500 Subject: rpms/perl-POE-Filter-Zlib/devel .cvsignore, 1.5, 1.6 perl-POE-Filter-Zlib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612160056.kBG0udlk006768@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693/devel Modified Files: .cvsignore perl-POE-Filter-Zlib.spec sources Log Message: Update to 1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 Sep 2006 00:30:20 -0000 1.5 +++ .cvsignore 16 Dec 2006 00:56:09 -0000 1.6 @@ -1 +1 @@ -POE-Filter-Zlib-1.7.tar.gz +POE-Filter-Zlib-1.8.tar.gz Index: perl-POE-Filter-Zlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/perl-POE-Filter-Zlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Filter-Zlib.spec 30 Sep 2006 00:30:20 -0000 1.5 +++ perl-POE-Filter-Zlib.spec 16 Dec 2006 00:56:09 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-Zlib -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: POE filter wrapped around Compress::Zlib @@ -63,7 +63,10 @@ %{_mandir}/man3/* %changelog -* Fri Sep 29 2006 Chris Weyl +* Fri Dec 15 2006 Chris Weyl 1.8-1 +- update to 1.8 + +* Fri Sep 29 2006 Chris Weyl 1.7-1 - update to 1.7, basically just clarifies some licensing bits * Wed Sep 13 2006 Chris Weyl 1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Sep 2006 00:30:20 -0000 1.5 +++ sources 16 Dec 2006 00:56:09 -0000 1.6 @@ -1 +1 @@ -ae4fc1bb2dc848fd38f8ff9e75012e34 POE-Filter-Zlib-1.7.tar.gz +0540cc706132394368672a021e57e6ba POE-Filter-Zlib-1.8.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 00:56:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:38 -0500 Subject: rpms/perl-POE-Filter-Zlib/FC-6 perl-POE-Filter-Zlib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612160056.kBG0ucp2006763@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693/FC-6 Modified Files: perl-POE-Filter-Zlib.spec sources Log Message: Update to 1.8 Index: perl-POE-Filter-Zlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-6/perl-POE-Filter-Zlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Filter-Zlib.spec 30 Sep 2006 00:30:20 -0000 1.5 +++ perl-POE-Filter-Zlib.spec 16 Dec 2006 00:56:08 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-Zlib -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: POE filter wrapped around Compress::Zlib @@ -63,7 +63,10 @@ %{_mandir}/man3/* %changelog -* Fri Sep 29 2006 Chris Weyl +* Fri Dec 15 2006 Chris Weyl 1.8-1 +- update to 1.8 + +* Fri Sep 29 2006 Chris Weyl 1.7-1 - update to 1.7, basically just clarifies some licensing bits * Wed Sep 13 2006 Chris Weyl 1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Sep 2006 00:30:20 -0000 1.5 +++ sources 16 Dec 2006 00:56:08 -0000 1.6 @@ -1 +1 @@ -ae4fc1bb2dc848fd38f8ff9e75012e34 POE-Filter-Zlib-1.7.tar.gz +0540cc706132394368672a021e57e6ba POE-Filter-Zlib-1.8.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:02:15 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 20:02:15 -0500 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612160102.kBG12Fkk010048@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10001/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to latest version Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 +++ perl-POE-Component-IRC.spec 16 Dec 2006 01:01:45 -0000 1.14 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.14 +Version: 5.17 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Fri Dec 15 2006 Chris Weyl 5.17-1 +- update to 5.17 + * Tue Dec 05 2006 Chris Weyl 5.14-1 - update to 5.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Dec 2006 16:32:40 -0000 1.12 +++ sources 16 Dec 2006 01:01:45 -0000 1.13 @@ -1 +1 @@ -d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz +67bc06ca22812e03fe3eac8df740c4a9 POE-Component-IRC-5.17.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:02:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 20:02:16 -0500 Subject: rpms/perl-POE-Component-IRC/FC-6 perl-POE-Component-IRC.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612160102.kBG12GNV010052@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10001/FC-6 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to latest version Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/perl-POE-Component-IRC.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 +++ perl-POE-Component-IRC.spec 16 Dec 2006 01:01:45 -0000 1.14 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.14 +Version: 5.17 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Fri Dec 15 2006 Chris Weyl 5.17-1 +- update to 5.17 + * Tue Dec 05 2006 Chris Weyl 5.14-1 - update to 5.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Dec 2006 16:32:40 -0000 1.12 +++ sources 16 Dec 2006 01:01:45 -0000 1.13 @@ -1 +1 @@ -d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz +67bc06ca22812e03fe3eac8df740c4a9 POE-Component-IRC-5.17.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:02:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 20:02:21 -0500 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.12, 1.13 perl-POE-Component-IRC.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612160102.kBG12Lac010057@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10001/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Dec 2006 16:32:46 -0000 1.12 +++ .cvsignore 16 Dec 2006 01:01:51 -0000 1.13 @@ -1 +1 @@ -POE-Component-IRC-5.14.tar.gz +POE-Component-IRC-5.17.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-POE-Component-IRC.spec 5 Dec 2006 16:32:46 -0000 1.13 +++ perl-POE-Component-IRC.spec 16 Dec 2006 01:01:51 -0000 1.14 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.14 +Version: 5.17 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Fri Dec 15 2006 Chris Weyl 5.17-1 +- update to 5.17 + * Tue Dec 05 2006 Chris Weyl 5.14-1 - update to 5.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Dec 2006 16:32:46 -0000 1.12 +++ sources 16 Dec 2006 01:01:51 -0000 1.13 @@ -1 +1 @@ -d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz +67bc06ca22812e03fe3eac8df740c4a9 POE-Component-IRC-5.17.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:48:59 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 15 Dec 2006 20:48:59 -0500 Subject: rpms/nazghul/devel nazghul.spec,1.8,1.9 Message-ID: <200612160148.kBG1mxF7010322@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/nazghul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10307 Modified Files: nazghul.spec Log Message: * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-2 - Add libpng-devel build dependency. Index: nazghul.spec =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nazghul.spec 16 Dec 2006 00:37:57 -0000 1.8 +++ nazghul.spec 16 Dec 2006 01:48:29 -0000 1.9 @@ -1,6 +1,6 @@ Name: nazghul Version: 0.5.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games @@ -13,7 +13,7 @@ Source2: haxima.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL_image-devel, desktop-file-utils +BuildRequires: SDL_image-devel, desktop-file-utils, libpng-devel %description Nazghul is an old-school RPG engine modeled after those made in the @@ -79,6 +79,9 @@ %changelog +* Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-2 +- Add libpng-devel build dependency. + * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-1 - Update to 0.5.5. From fedora-extras-commits at redhat.com Sat Dec 16 02:21:56 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 15 Dec 2006 21:21:56 -0500 Subject: rpms/perl-Alien-wxWidgets/devel perl-Alien-wxWidgets.spec,1.7,1.8 Message-ID: <200612160221.kBG2Lugc013541@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13526 Modified Files: perl-Alien-wxWidgets.spec Log Message: Rebuild (wxGTK 2.8.0). Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Alien-wxWidgets.spec 11 Nov 2006 15:04:35 -0000 1.7 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 02:21:26 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets Version: 0.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 +- Rebuild (wxGTK 2.8.0). + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.25-1 - Update to 0.25. From fedora-extras-commits at redhat.com Sat Dec 16 02:50:44 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:50:44 -0500 Subject: rpms/xarchiver - New directory Message-ID: <200612160250.kBG2oi7O013745@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741/xarchiver Log Message: Directory /cvs/extras/rpms/xarchiver added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:50:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:50:49 -0500 Subject: rpms/xarchiver/devel - New directory Message-ID: <200612160250.kBG2onht013759@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741/xarchiver/devel Log Message: Directory /cvs/extras/rpms/xarchiver/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:51:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:51:11 -0500 Subject: rpms/xarchiver Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612160251.kBG2pBFq013788@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13782 Added Files: Makefile import.log Log Message: Setup of module xarchiver --- NEW FILE Makefile --- # Top level Makefile for module xarchiver all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 02:51:16 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:51:16 -0500 Subject: rpms/xarchiver/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612160251.kBG2pGx5013803@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13782/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xarchiver --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 02:52:46 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:52:46 -0500 Subject: rpms/xarchiver import.log,1.1,1.2 Message-ID: <200612160252.kBG2qkGw013887@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13850 Modified Files: import.log Log Message: auto-import xarchiver-0.4.9-0.1.20061213svn.fc6 on branch devel from xarchiver-0.4.9-0.1.20061213svn.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xarchiver/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 02:51:11 -0000 1.1 +++ import.log 16 Dec 2006 02:52:16 -0000 1.2 @@ -0,0 +1 @@ +xarchiver-0_4_9-0_1_20061213svn_fc6:HEAD:xarchiver-0.4.9-0.1.20061213svn.fc6.src.rpm:1166237923 From fedora-extras-commits at redhat.com Sat Dec 16 02:52:46 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:52:46 -0500 Subject: rpms/xarchiver/devel xarchiver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612160252.kBG2qkhn013891@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13850/devel Modified Files: .cvsignore sources Added Files: xarchiver.spec Log Message: auto-import xarchiver-0.4.9-0.1.20061213svn.fc6 on branch devel from xarchiver-0.4.9-0.1.20061213svn.fc6.src.rpm --- NEW FILE xarchiver.spec --- Name: xarchiver Version: 0.4.9 Release: 0.1.20061213svn%{?dist} Summary: Archive manager for Xfce Group: Applications/Archiving License: GPL URL: http://xarchiver.xfce.org/ # Source0 was generated with the following commands: # svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin # tar -cjf xarchiver-`date +%G%m%d`svn.tar.bz2 xarchiver Source0: xarchiver-20061213svn.tar.bz2 #Source0: http://dl.sf.net/sourceforge/xarchiver/xarchiver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libxml2-devel, gettext, desktop-file-utils BuildRequires: xfce4-dev-tools >= 4.3.90.2 Requires: arj, binutils, bzip2, cpio, gzip, htmlview, tar, unzip, zip %description Xarchiver is a lightweight GTK2 only frontend for manipulating 7z, arj, bzip2, gzip, iso, rar, lha, tar, zip, RPM and deb files. It allows you to create archives and add, extract, and delete files from them. Password protected archives in the arj, 7z, rar, and zip formats are supported. %prep %setup -qn xarchiver %build ./autogen.sh %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # We need to install xarchiver.tap as fedora-xarchiver.tap, because the name # has to match the basename of the desktop-file in %{_datadir}/applications. rm $RPM_BUILD_ROOT%{_libexecdir}/thunar-archive-plugin/xarchiver.tap install -p -m 755 xarchiver.tap \ $RPM_BUILD_ROOT%{_libexecdir}/thunar-archive-plugin/fedora-xarchiver.tap %find_lang %{name} desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --delete-original \ --add-mime-type=application/x-cd-image \ --add-mime-type=application/x-rpm \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %post update-desktop-database &> /dev/null ||: touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun update-desktop-database &> /dev/null ||: touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %lang(it) %doc LEGGIMI %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %dir %{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/*.png %dir %{_libexecdir}/thunar-archive-plugin/ %{_libexecdir}/thunar-archive-plugin/fedora-xarchiver.tap %{_docdir}/%{name}/ # exculde duplicate docs %exclude %{_docdir}/%{name}/AUTHORS %exclude %{_docdir}/%{name}/COPYING %exclude %{_docdir}/%{name}/ChangeLog %exclude %{_docdir}/%{name}/NEWS %exclude %{_docdir}/%{name}/README %exclude %{_docdir}/%{name}/TODO %changelog * Wed Dec 13 2006 Christoph Wickert - 0.4.9-0.1.20061213svn - Update to SVN r24096 of December 13th 2006. * Wed Dec 06 2006 Christoph Wickert - 0.4.6-3 - Add deb.patch to prevent opening of .a files as debs. - Don't add mimetype for x-ar (archiver can't handle ar archive). * Wed Nov 29 2006 Christoph Wickert - 0.4.6-2 - Add htmlview.patch. * Tue Nov 28 2006 Christoph Wickert - 0.4.6-1 - Update to 0.4.6. - Update description. - Require binutils, cpio and htmlview. - Add mimetypes application/x-ar, application/x-cd-image and application/x-deb. * Tue Nov 27 2006 Christoph Wickert - 0.4.4-1 - Update to 0.4.4. * Sat Nov 25 2006 Christoph Wickert - 0.4.2-0.3.rc2 - Install xarchiver.png also in %%{_datadir}/icons/hicolor/48x48/apps/. * Sat Nov 25 2006 Christoph Wickert - 0.4.2-0.2.rc2 - Drop subpackage and own %%{_libexecdir}/thunar-archive-plugin/ (#198098). * Sun Nov 12 2006 Christoph Wickert - 0.4.2-0.1.rc2 - Update to 0.4.2.RC2. * Wed Sep 13 2006 Christoph Wickert - 0.4.0-1 - Update to 0.4.0. * Tue Sep 05 2006 Christoph Wickert - 0.3.9.2-0.beta2 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xarchiver/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 02:51:16 -0000 1.1 +++ .cvsignore 16 Dec 2006 02:52:16 -0000 1.2 @@ -0,0 +1 @@ +xarchiver-20061213svn.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xarchiver/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 02:51:16 -0000 1.1 +++ sources 16 Dec 2006 02:52:16 -0000 1.2 @@ -0,0 +1 @@ +b117568b5ba34249b0403cbc589759fb xarchiver-20061213svn.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 16 02:55:18 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:18 -0500 Subject: rpms/python-TurboMail - New directory Message-ID: <200612160255.kBG2tImw014040@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14036/python-TurboMail Log Message: Directory /cvs/extras/rpms/python-TurboMail added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:55:23 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:23 -0500 Subject: rpms/python-TurboMail/devel - New directory Message-ID: <200612160255.kBG2tN45014056@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14036/python-TurboMail/devel Log Message: Directory /cvs/extras/rpms/python-TurboMail/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:55:39 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:39 -0500 Subject: rpms/python-TurboMail Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612160255.kBG2tdWa014088@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14082 Added Files: Makefile import.log Log Message: Setup of module python-TurboMail --- NEW FILE Makefile --- # Top level Makefile for module python-TurboMail all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 02:55:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:44 -0500 Subject: rpms/python-TurboMail/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612160255.kBG2tiHQ014104@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14082/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-TurboMail --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 02:56:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:56:41 -0500 Subject: rpms/python-TurboMail import.log,1.1,1.2 Message-ID: <200612160256.kBG2ufLs014200@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14149 Modified Files: import.log Log Message: auto-import python-TurboMail-2.0.3-2 on branch devel from python-TurboMail-2.0.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-TurboMail/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 02:55:39 -0000 1.1 +++ import.log 16 Dec 2006 02:56:11 -0000 1.2 @@ -0,0 +1 @@ +python-TurboMail-2_0_3-2:HEAD:python-TurboMail-2.0.3-2.src.rpm:1166238174 From fedora-extras-commits at redhat.com Sat Dec 16 02:56:42 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:56:42 -0500 Subject: rpms/python-TurboMail/devel LICENSE.txt, NONE, 1.1 python-TurboMail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612160256.kBG2ugh1014204@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14149/devel Modified Files: .cvsignore sources Added Files: LICENSE.txt python-TurboMail.spec Log Message: auto-import python-TurboMail-2.0.3-2 on branch devel from python-TurboMail-2.0.3-2.src.rpm --- NEW FILE LICENSE.txt --- This is the MIT license: http://www.opensource.org/licenses/mit-license.php Copyright (c) 2005, 2006 Kevin Dangoor and contributors. TurboGears is a trademark of Kevin Dangoor. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- NEW FILE python-TurboMail.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-TurboMail Version: 2.0.3 Release: 2%{?dist} Summary: Multi-threaded mail queue manager for TurboGears applications Group: Development/Libraries License: MIT URL: http://trac.orianagroup.com/turbomail Source0: http://cheeseshop.python.org/packages/source/T/TurboMail/TurboMail-%{version}.tar.gz Source1: LICENSE.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: TurboGears Requires: TurboGears %description TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail. %prep %setup -q -n TurboMail-%{version} cp %{SOURCE1} . %build %{__python} setup.py build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README.txt LICENSE.txt %{python_sitelib}/TurboMail-%{version}-py%{pyver}.egg-info %{python_sitelib}/turbomail/*.py* %changelog * Fri Dec 15 2006 Luke Macken 2.0.3-2 - Add TurboGears to BuildRequires - Remove superfluous CFLAGS - Add LICENSE.txt * Thu Dec 14 2006 Luke Macken 2.0.3-1 - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-TurboMail/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 02:55:44 -0000 1.1 +++ .cvsignore 16 Dec 2006 02:56:11 -0000 1.2 @@ -0,0 +1 @@ +TurboMail-2.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-TurboMail/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 02:55:44 -0000 1.1 +++ sources 16 Dec 2006 02:56:11 -0000 1.2 @@ -0,0 +1 @@ +a4474e3767c83d9a1c14134673fe1a57 TurboMail-2.0.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 02:56:56 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:56:56 -0500 Subject: rpms/xarchiver/devel xarchiver.spec,1.1,1.2 Message-ID: <200612160256.kBG2uu0v014235@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14185 Modified Files: xarchiver.spec Log Message: some final specfile tweaks Index: xarchiver.spec =================================================================== RCS file: /cvs/extras/rpms/xarchiver/devel/xarchiver.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xarchiver.spec 16 Dec 2006 02:52:16 -0000 1.1 +++ xarchiver.spec 16 Dec 2006 02:56:26 -0000 1.2 @@ -7,9 +7,9 @@ License: GPL URL: http://xarchiver.xfce.org/ # Source0 was generated with the following commands: -# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin +# svn co -r24096 http://svn.xfce.org/svn/xfce/xarchiver/trunk xarchiver # tar -cjf xarchiver-`date +%G%m%d`svn.tar.bz2 xarchiver -Source0: xarchiver-20061213svn.tar.bz2 +Source0: xarchiver-20061213svn.tar.bz2 #Source0: http://dl.sf.net/sourceforge/xarchiver/xarchiver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From fedora-extras-commits at redhat.com Sat Dec 16 02:59:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:59:49 -0500 Subject: owners owners.list,1.2115,1.2116 Message-ID: <200612160259.kBG2xnjP014349@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14327 Modified Files: owners.list Log Message: own python-TurboMail Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2115 retrieving revision 1.2116 diff -u -r1.2115 -r1.2116 --- owners.list 15 Dec 2006 23:41:47 -0000 1.2115 +++ owners.list 16 Dec 2006 02:59:19 -0000 1.2116 @@ -2078,6 +2078,7 @@ Fedora Extras|python-turbocheetah|TurboGears plugin to support use of Cheetah templates|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-turbojson|Python template plugin that supports json|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-turbokid|Python template plugin that supports Kid templates|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-TurboMail|Multi-threaded mail queue manager for TurboGears applications|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 03:04:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 22:04:49 -0500 Subject: owners owners.list,1.2116,1.2117 Message-ID: <200612160304.kBG34nm0017968@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17678 Modified Files: owners.list Log Message: added xarchiver Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2116 retrieving revision 1.2117 diff -u -r1.2116 -r1.2117 --- owners.list 16 Dec 2006 02:59:19 -0000 1.2116 +++ owners.list 16 Dec 2006 03:04:18 -0000 1.2117 @@ -2530,6 +2530,7 @@ Fedora Extras|x3270|An X Window System based IBM 3278/3279 terminal emulator|karsten at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xaos|A fast, portable real-time interactive fractal zoomer|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|XaraLX|An advanced vector graphics package|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|xarchiver|Archive manager for Xfce|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xarchon|Arcade board game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xbae|Motif matrix, caption and text input widgets|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xbase|XBase compatible database library and tools|tcallawa at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 03:12:21 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 22:12:21 -0500 Subject: comps comps-fe7.xml.in,1.50,1.51 Message-ID: <200612160312.kBG3CLIM018552@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18537 Modified Files: comps-fe7.xml.in Log Message: added xarchiver Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- comps-fe7.xml.in 12 Dec 2006 20:06:10 -0000 1.50 +++ comps-fe7.xml.in 16 Dec 2006 03:11:51 -0000 1.51 @@ -1180,6 +1180,7 @@ mousepad orage Terminal + xarchiver xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin From fedora-extras-commits at redhat.com Sat Dec 16 03:22:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 22:22:27 -0500 Subject: rpms/python-protocols/devel python-protocols.spec,1.8,1.9 Message-ID: <200612160322.kBG3MRsm018704@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-protocols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18661 Modified Files: python-protocols.spec Log Message: rebuild Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-protocols.spec 16 Sep 2006 18:41:39 -0000 1.8 +++ python-protocols.spec 16 Dec 2006 03:21:56 -0000 1.9 @@ -8,7 +8,7 @@ Name: python-protocols Version: 1.0 -Release: 0.3.%{alphatag}%{?dist} +Release: 0.4.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python @@ -56,6 +56,9 @@ %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Dec 15 2006 Luke Macken 1.0-0.4-a0dev_r2082 +- Rebuild + * Sat Sep 16 2006 Shahms E. King 1.0-0.3-a0dev_r2082 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 16 03:24:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 22:24:14 -0500 Subject: rpms/python-psycopg/devel python-psycopg.spec,1.10,1.11 Message-ID: <200612160324.kBG3OEAI018803@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-psycopg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18781 Modified Files: python-psycopg.spec Log Message: rebuild Index: python-psycopg.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg/devel/python-psycopg.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-psycopg.spec 16 Sep 2006 18:45:41 -0000 1.10 +++ python-psycopg.spec 16 Dec 2006 03:23:44 -0000 1.11 @@ -4,7 +4,7 @@ Name: python-psycopg Version: 1.1.21 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PostgreSQL database adapter for Python @@ -56,6 +56,9 @@ %{python_sitearch}/*.so %changelog +* Fri Dec 15 2006 Luke Macken 1.1.21-6 +- Rebuild + * Sat Sep 16 2006 Shahms E. King 1.1.21-5 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 16 03:25:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 22:25:02 -0500 Subject: rpms/python-kid/devel python-kid.spec,1.13,1.14 Message-ID: <200612160325.kBG3P2eT018865@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-kid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18850 Modified Files: python-kid.spec Log Message: rebuild Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:37 -0000 1.13 +++ python-kid.spec 16 Dec 2006 03:24:32 -0000 1.14 @@ -2,7 +2,7 @@ Name: python-kid Version: 0.9.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kid - A simple and pythonic XML template language Group: Applications/Publishing @@ -59,6 +59,9 @@ %changelog +* Fri Dec 15 2006 Luke Macken - 0.9.3-2 +- Rebuild + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org From fedora-extras-commits at redhat.com Sat Dec 16 03:35:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 15 Dec 2006 22:35:54 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.8, 1.9 perl-Wx.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612160335.kBG3ZsOd019084@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19065 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.66. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 7 Dec 2006 17:07:23 -0000 1.8 +++ .cvsignore 16 Dec 2006 03:35:24 -0000 1.9 @@ -1 +1 @@ -Wx-0.65.tar.gz +Wx-0.66.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Wx.spec 15 Dec 2006 19:51:39 -0000 1.8 +++ perl-Wx.spec 16 Dec 2006 03:35:24 -0000 1.9 @@ -5,8 +5,8 @@ # Name: perl-Wx -Version: 0.65 -Release: 2%{?dist} +Version: 0.66 +Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries @@ -81,6 +81,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 +- Update to 0.66. + * Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 - Rebuild (wxGTK 2.8.0). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 7 Dec 2006 17:07:23 -0000 1.8 +++ sources 16 Dec 2006 03:35:24 -0000 1.9 @@ -1 +1 @@ -5fb60cfdc2e0fe296735f599c0c67026 Wx-0.65.tar.gz +33b527ea1fdf07f4d5b5906afce7747e Wx-0.66.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 04:18:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:18:13 -0500 Subject: rpms/zaptel/devel zaptel.spec, 1.3, 1.4 zaptel-1.4.0-beta1-makefile.patch, 1.1, NONE Message-ID: <200612160418.kBG4IDAa022392@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22368 Modified Files: zaptel.spec Removed Files: zaptel-1.4.0-beta1-makefile.patch Log Message: Update to 1.4.0-beta3 Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zaptel.spec 25 Oct 2006 13:42:50 -0000 1.3 +++ zaptel.spec 16 Dec 2006 04:17:42 -0000 1.4 @@ -1,13 +1,12 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 4%{?dist}.beta2 +Release: 5.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta2.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch -Patch1: zaptel-1.4.0-beta1-makefile.patch Source1: menuselect.makedeps Source2: menuselect.makeopts @@ -54,10 +53,9 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta2 +%setup0 -q -n zaptel-%{version}-beta3 %patch0 -p0 -%patch1 -p0 cp %{S:1} . cp %{S:2} . @@ -188,7 +186,11 @@ %{_libdir}/libtonezone.so %changelog -* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 +* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 +- Update to 1.4.0-beta3 +- Drop unnecessary patch + +* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 - Compile sethdlc and package related bits. - Remove some readmes that aren't applicable to library/userland --- zaptel-1.4.0-beta1-makefile.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 04:21:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:21:13 -0500 Subject: rpms/zaptel/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zaptel.spec, 1.4, 1.5 Message-ID: <200612160421.kBG4LDRZ022490@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22463 Modified Files: .cvsignore sources zaptel.spec Log Message: (Annoyed Grunt) Don't forget to upload new sources. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Oct 2006 03:07:45 -0000 1.3 +++ .cvsignore 16 Dec 2006 04:20:43 -0000 1.4 @@ -1 +1 @@ -zaptel-1.4.0-beta2.tar.gz +zaptel-1.4.0-beta3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Oct 2006 03:07:45 -0000 1.3 +++ sources 16 Dec 2006 04:20:43 -0000 1.4 @@ -1 +1 @@ -4fe09984245f3507d8050bad740e873a zaptel-1.4.0-beta2.tar.gz +13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zaptel.spec 16 Dec 2006 04:17:42 -0000 1.4 +++ zaptel.spec 16 Dec 2006 04:20:43 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 5.beta3%{?dist} +Release: 6.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ From fedora-extras-commits at redhat.com Sat Dec 16 04:23:44 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Fri, 15 Dec 2006 23:23:44 -0500 Subject: rpms/openvrml/FC-6 openvrml.spec,1.4,1.5 Message-ID: <200612160423.kBG4Niso022586@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22545/FC-6 Modified Files: openvrml.spec Log Message: Made openvrml-gtkplug's install-info invocations failsafe. Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openvrml.spec 30 Nov 2006 07:33:39 -0000 1.4 +++ openvrml.spec 16 Dec 2006 04:23:14 -0000 1.5 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml Version: 0.16.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -65,6 +65,8 @@ Group: Applications/Internet License: GPL Requires: %{name}-gl = %{version}-%{release} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description gtkplug VRML browser GtkPlug component for embedding in GTK+ applications. @@ -129,11 +131,11 @@ %post gtkplug -/sbin/install-info %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : %preun gtkplug if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : fi %files gtkplug @@ -147,6 +149,11 @@ %changelog +* Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 +- openvrml-gtkplug: Appended "|| :" to install-info invocations. +- openvrml-gtkplug: Requires(post): /sbin/install-info and + Requires(preun): /sbin/install-info. + * Thu Nov 30 2006 Braden McDaniel - 0.16.2-1 - Updated to 0.16.2; openvrml-gtkplug-info.patch is no longer necessary. From fedora-extras-commits at redhat.com Sat Dec 16 04:23:44 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Fri, 15 Dec 2006 23:23:44 -0500 Subject: rpms/openvrml/devel openvrml.spec,1.5,1.6 Message-ID: <200612160423.kBG4Nie7022589@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22545/devel Modified Files: openvrml.spec Log Message: Made openvrml-gtkplug's install-info invocations failsafe. Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/openvrml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openvrml.spec 30 Nov 2006 07:33:40 -0000 1.5 +++ openvrml.spec 16 Dec 2006 04:23:14 -0000 1.6 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml Version: 0.16.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -65,6 +65,8 @@ Group: Applications/Internet License: GPL Requires: %{name}-gl = %{version}-%{release} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description gtkplug VRML browser GtkPlug component for embedding in GTK+ applications. @@ -129,11 +131,11 @@ %post gtkplug -/sbin/install-info %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : %preun gtkplug if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : fi %files gtkplug @@ -147,6 +149,11 @@ %changelog +* Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 +- openvrml-gtkplug: Appended "|| :" to install-info invocations. +- openvrml-gtkplug: Requires(post): /sbin/install-info and + Requires(preun): /sbin/install-info. + * Thu Nov 30 2006 Braden McDaniel - 0.16.2-1 - Updated to 0.16.2; openvrml-gtkplug-info.patch is no longer necessary. From fedora-extras-commits at redhat.com Sat Dec 16 04:40:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:40:19 -0500 Subject: rpms/zaptel/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zaptel.spec, 1.3, 1.4 Message-ID: <200612160440.kBG4eJ7b022730@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22711 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0-beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Oct 2006 03:07:45 -0000 1.3 +++ .cvsignore 16 Dec 2006 04:39:49 -0000 1.4 @@ -1 +1 @@ -zaptel-1.4.0-beta2.tar.gz +zaptel-1.4.0-beta3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Oct 2006 03:07:45 -0000 1.3 +++ sources 16 Dec 2006 04:39:49 -0000 1.4 @@ -1 +1 @@ -4fe09984245f3507d8050bad740e873a zaptel-1.4.0-beta2.tar.gz +13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/zaptel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zaptel.spec 25 Oct 2006 14:39:41 -0000 1.3 +++ zaptel.spec 16 Dec 2006 04:39:49 -0000 1.4 @@ -1,13 +1,12 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 4%{?dist}.beta2 +Release: 6.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta2.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch -Patch1: zaptel-1.4.0-beta1-makefile.patch Source1: menuselect.makedeps Source2: menuselect.makeopts @@ -54,10 +53,9 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta2 +%setup0 -q -n zaptel-%{version}-beta3 %patch0 -p0 -%patch1 -p0 cp %{S:1} . cp %{S:2} . @@ -188,7 +186,11 @@ %{_libdir}/libtonezone.so %changelog -* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 +* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 +- Update to 1.4.0-beta3 +- Drop unnecessary patch + +* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 - Compile sethdlc and package related bits. - Remove some readmes that aren't applicable to library/userland From fedora-extras-commits at redhat.com Sat Dec 16 04:41:12 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:41:12 -0500 Subject: rpms/zaptel/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zaptel.spec, 1.2, 1.3 Message-ID: <200612160441.kBG4fCYf022793@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22774 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0-beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Oct 2006 03:09:06 -0000 1.3 +++ .cvsignore 16 Dec 2006 04:40:42 -0000 1.4 @@ -1 +1 @@ -zaptel-1.4.0-beta2.tar.gz +zaptel-1.4.0-beta3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Oct 2006 03:09:06 -0000 1.3 +++ sources 16 Dec 2006 04:40:42 -0000 1.4 @@ -1 +1 @@ -4fe09984245f3507d8050bad740e873a zaptel-1.4.0-beta2.tar.gz +13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zaptel.spec 19 Oct 2006 03:09:06 -0000 1.2 +++ zaptel.spec 16 Dec 2006 04:40:42 -0000 1.3 @@ -1,13 +1,12 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 3%{?dist}.beta2 +Release: 6.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta2.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch -Patch1: zaptel-1.4.0-beta1-makefile.patch Source1: menuselect.makedeps Source2: menuselect.makeopts @@ -54,10 +53,9 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta2 +%setup0 -q -n zaptel-%{version}-beta3 %patch0 -p0 -%patch1 -p0 cp %{S:1} . cp %{S:2} . @@ -92,6 +90,7 @@ mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/network-scripts mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d mkdir -p %{buildroot}%{_sysconfdir}/udev/permissions.d mkdir -p %{buildroot}%{_mandir}/man8 @@ -136,10 +135,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%doc ifcfg-hdlc0 %doc LICENSE %doc README -%doc README.Astribank -%doc README.b410p %doc README.fxotune %doc README.fxsusb %doc README.Linux26 @@ -150,7 +148,10 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc /sbin/ztcfg +/sbin/sethdlc +/sbin/sethdlc-new %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -185,6 +186,14 @@ %{_libdir}/libtonezone.so %changelog +* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 +- Update to 1.4.0-beta3 +- Drop unnecessary patch + +* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 +- Compile sethdlc and package related bits. +- Remove some readmes that aren't applicable to library/userland + * Wed Oct 18 2006 Jeffrey C. Ollie - 1.4.0-3.beta2 - Update to 1.4.0-beta2 From fedora-extras-commits at redhat.com Sat Dec 16 04:59:35 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Fri, 15 Dec 2006 23:59:35 -0500 Subject: owners owners.epel.list,1.7,1.8 Message-ID: <200612160459.kBG4xZZq022891@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22876 Modified Files: owners.epel.list Log Message: add ttywatch Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- owners.epel.list 11 Dec 2006 23:52:36 -0000 1.7 +++ owners.epel.list 16 Dec 2006 04:59:05 -0000 1.8 @@ -22,5 +22,6 @@ EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 05:02:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 16 Dec 2006 00:02:48 -0500 Subject: rpms/gnomesword/FC-6 .cvsignore, 1.5, 1.6 gnomesword.spec, 1.14, 1.15 sources, 1.6, 1.7 gnomesword-2.1.6-svn1213-kjvot.patch, 1.1, NONE Message-ID: <200612160502.kBG52mhC026077@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26056 Modified Files: .cvsignore gnomesword.spec sources Removed Files: gnomesword-2.1.6-svn1213-kjvot.patch Log Message: * Sat Dec 16 2006 Deji Akingunola - 2.1.10-1 - New Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Nov 2006 19:26:53 -0000 1.5 +++ .cvsignore 16 Dec 2006 05:02:18 -0000 1.6 @@ -1 +1 @@ -gnomesword-2.1.9.tar.gz +gnomesword-2.1.10.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/gnomesword.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gnomesword.spec 23 Nov 2006 19:26:53 -0000 1.14 +++ gnomesword.spec 16 Dec 2006 05:02:18 -0000 1.15 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.9 +Version: 2.1.10 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -13,7 +13,7 @@ BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: gnome-spell +BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel BuildRequires: libgnomeui-devel @@ -35,11 +35,7 @@ %prep %setup -q -%{__sed} -i 's?\r??' doc/help/C/legal.xml -%{__sed} -i 's?\r??' doc/help/fr/legal.xml - %build -export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic" %configure #make %{?_smp_mflags} //fail to build with this make @@ -60,10 +56,7 @@ # package docs with macro rm -rf %buildroot%_datadir/doc/%{name} -%find_lang %{name} --with-gnome -echo "%dir %_datadir/omf/gnomesword" >> gnomesword.lang -echo "%_datadir/omf/gnomesword/gnomesword-manual-C.omf" >> gnomesword.lang -echo "%lang(fr) %_datadir/omf/gnomesword/gnomesword-manual-fr.omf" >> gnomesword.lang +%find_lang %{name} %clean rm -rf %buildroot @@ -79,9 +72,13 @@ %_datadir/gnomesword %_datadir/pixmaps/gnomesword %_datadir/applications/fedora-gnomesword.desktop +%_datadir/gnome/help/gnomesword/ %changelog +* Sat Dec 16 2006 Deji Akingunola - 2.1.10-1 +- New Release + * Thu Nov 23 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Nov 2006 19:26:53 -0000 1.6 +++ sources 16 Dec 2006 05:02:18 -0000 1.7 @@ -1 +1 @@ -f6c5ebd5a7ee6d248682289e809f36bf gnomesword-2.1.9.tar.gz +5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz --- gnomesword-2.1.6-svn1213-kjvot.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 12:58:56 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sat, 16 Dec 2006 07:58:56 -0500 Subject: rpms/audacious-plugins/devel audacious-plugins.spec,1.4,1.5 Message-ID: <200612161258.kBGCwufo017463@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17448 Modified Files: audacious-plugins.spec Log Message: - Rebuild for new wavpack Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- audacious-plugins.spec 3 Dec 2006 10:49:13 -0000 1.4 +++ audacious-plugins.spec 16 Dec 2006 12:58:26 -0000 1.5 @@ -1,6 +1,6 @@ Name: audacious-plugins Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia @@ -197,8 +197,11 @@ %changelog +* Sat Dec 16 2006 Ralf Ertzinger 1.2.5-3.fc7 +- Rebuild for new wavpack + * Sun Dec 03 2006 Ralf Ertzinger 1.2.5-2.fc7 -- Disable sndfile, which causes a non-pausable wap plugin to +- Disable sndfile, which causes a non-pausable wav plugin to be built * Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 From fedora-extras-commits at redhat.com Sat Dec 16 13:02:16 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sat, 16 Dec 2006 08:02:16 -0500 Subject: rpms/audacious-plugins/FC-6 audacious-plugins.spec,1.4,1.5 Message-ID: <200612161302.kBGD2GqL020639@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20616 Modified Files: audacious-plugins.spec Log Message: - Rebuild for new wavpack - Do not build against sndfile, it causes an unpausable wav plugin to be built Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/audacious-plugins.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- audacious-plugins.spec 3 Dec 2006 10:21:44 -0000 1.4 +++ audacious-plugins.spec 16 Dec 2006 13:01:46 -0000 1.5 @@ -1,6 +1,6 @@ Name: audacious-plugins Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia @@ -21,7 +21,7 @@ BuildRequires: libmpcdec-devel, libmusicbrainz-devel BuildRequires: taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2 BuildRequires: libvisual-devel >= 0.2, SDL-devel >= 1.2.9 -BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel +BuildRequires: gettext, curl-devel, libbinio-devel BuildRequires: arts-devel, libmodplug-devel, lirc-devel BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel BuildRequires: pulseaudio-devel, fluidsynth-devel @@ -126,7 +126,8 @@ --enable-chardet \ --disable-dependency-tracking \ --enable-amidiplug \ - --disable-amidiplug-dummy + --disable-amidiplug-dummy \ + --disable-sndfile make V=1 %{?_smp_mflags} @@ -196,6 +197,11 @@ %changelog +* Sat Dec 16 2006 Ralf Ertzinger 1.2.5-2.fc6 +- Rebuild for new wavpack +- Do not build against sndfile, it causes an unpausable wav plugin + to be built + * Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc6 - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin From fedora-extras-commits at redhat.com Sat Dec 16 13:26:11 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 16 Dec 2006 08:26:11 -0500 Subject: rpms/Pound/devel .cvsignore, 1.4, 1.5 Pound.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612161326.kBGDQB2v020748@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20729 Modified Files: .cvsignore Pound.spec sources Log Message: Syncing with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Dec 2006 13:02:14 -0000 1.4 +++ .cvsignore 16 Dec 2006 13:25:41 -0000 1.5 @@ -1 +1 @@ -Pound-2.1.8.tgz +Pound-2.2.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Pound.spec 9 Dec 2006 13:02:14 -0000 1.3 +++ Pound.spec 16 Dec 2006 13:25:41 -0000 1.4 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.8 +Version: 2.2 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 16 2006 2.2-1 +- Sync with upstream * Sat Dec 09 2006 2.1.8-1 - Sync with upstream * Thu Dec 07 2006 2.1.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Dec 2006 13:02:14 -0000 1.4 +++ sources 16 Dec 2006 13:25:41 -0000 1.5 @@ -1 +1 @@ -1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz +a94e781ced1b2f3a7f8b8051f4d95713 Pound-2.2.tgz From fedora-extras-commits at redhat.com Sat Dec 16 13:51:54 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 16 Dec 2006 08:51:54 -0500 Subject: rpms/Pound/FC-6 .cvsignore, 1.4, 1.5 Pound.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612161351.kBGDpsUW020873@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20854 Modified Files: .cvsignore Pound.spec sources Log Message: Syncing with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Dec 2006 13:24:32 -0000 1.4 +++ .cvsignore 16 Dec 2006 13:51:24 -0000 1.5 @@ -1 +1 @@ -Pound-2.1.8.tgz +Pound-2.2.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Pound.spec 9 Dec 2006 13:24:32 -0000 1.3 +++ Pound.spec 16 Dec 2006 13:51:24 -0000 1.4 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.8 +Version: 2.2 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 16 2006 2.2-1 +- Sync with upstream * Sat Dec 09 2006 2.1.8-1 - Sync with upstream * Fri Dec 08 2006 2.1.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Dec 2006 13:24:32 -0000 1.4 +++ sources 16 Dec 2006 13:51:24 -0000 1.5 @@ -1 +1 @@ -1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz +a94e781ced1b2f3a7f8b8051f4d95713 Pound-2.2.tgz From fedora-extras-commits at redhat.com Sat Dec 16 13:54:33 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 16 Dec 2006 08:54:33 -0500 Subject: rpms/Pound/FC-5 .cvsignore, 1.4, 1.5 Pound.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612161354.kBGDsXFp020957@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20929 Modified Files: .cvsignore Pound.spec sources Log Message: Syncing with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Dec 2006 13:28:48 -0000 1.4 +++ .cvsignore 16 Dec 2006 13:54:03 -0000 1.5 @@ -1 +1 @@ -Pound-2.1.8.tgz +Pound-2.2.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Pound.spec 9 Dec 2006 13:28:48 -0000 1.3 +++ Pound.spec 16 Dec 2006 13:54:03 -0000 1.4 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.8 +Version: 2.2 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 16 2006 2.2-1 +- Sync with upstream * Sat Dec 08 2006 2.1.8-1 - Sync with upstream * Fri Dec 08 2006 2.1.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Dec 2006 13:28:48 -0000 1.4 +++ sources 16 Dec 2006 13:54:03 -0000 1.5 @@ -1 +1 @@ -1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz +a94e781ced1b2f3a7f8b8051f4d95713 Pound-2.2.tgz From fedora-extras-commits at redhat.com Sat Dec 16 14:04:50 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 16 Dec 2006 09:04:50 -0500 Subject: rpms/enigma/FC-6 .cvsignore, 1.4, 1.5 enigma.spec, 1.13, 1.14 sources, 1.4, 1.5 enigma-gcc41.patch, 1.1, NONE Message-ID: <200612161404.kBGE4otw024163@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/enigma/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24136 Modified Files: .cvsignore enigma.spec sources Removed Files: enigma-gcc41.patch Log Message: 1.0-1 -- sync with devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enigma/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Jun 2005 11:37:57 -0000 1.4 +++ .cvsignore 16 Dec 2006 14:04:20 -0000 1.5 @@ -1 +1 @@ -enigma-0.92.tar.gz +enigma-1.00.tar.gz Index: enigma.spec =================================================================== RCS file: /cvs/extras/rpms/enigma/FC-6/enigma.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- enigma.spec 28 Aug 2006 06:22:58 -0000 1.13 +++ enigma.spec 16 Dec 2006 14:04:20 -0000 1.14 @@ -1,18 +1,24 @@ Name: enigma -Version: 0.92 -Release: 4%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Clone of the ATARI game Oxyd Group: Amusements/Games License: GPL URL: http://www.nongnu.org/enigma/ -Source0: http://savannah.nongnu.org/download/enigma/enigma-0.92.tar.gz -Patch0: enigma-gcc41.patch +Source0: http://download.berlios.de/enigma-game/enigma-1.00.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel >= 1.2 SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4 -BuildRequires: SDL_ttf-devel gettext libpng-devel -BuildRequires: desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2 +BuildRequires: SDL-devel >= 1.2 +BuildRequires: SDL_image-devel >= 1.2 +BuildRequires: SDL_mixer-devel >= 1.2.4 +BuildRequires: SDL_ttf-devel >= 2.0.4 +BuildRequires: gettext +BuildRequires: libpng-devel +BuildRequires: desktop-file-utils +BuildRequires: zlib-devel >= 1.2.0 +BuildRequires: tetex >= 2.0.2 +BuildRequires: xerces-c-devel %description Enigma is a tribute to and a re-implementation of one of the most @@ -23,17 +29,17 @@ innumerable puzzles blocking your direct way to the Oxyd stones... %prep -%setup -q -%patch0 -p1 +%setup -q -n enigma-1.00 %build %configure --enable-optimize make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -%makeinstall pngdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/images htmldir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/ docdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/reference -mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/html . +rm -rf $RPM_BUILD_ROOT __doc +make install DESTDIR=$RPM_BUILD_ROOT +mkdir __doc +mv $RPM_BUILD_ROOT%{_datadir}/doc/enigma/ __doc desktop-file-install \ --delete-original \ @@ -56,15 +62,25 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/ +%doc README AUTHORS CHANGES COPYING ACKNOWLEDGEMENTS __doc/* %{_datadir}/enigma %{_bindir}/enigma %{_mandir}/man?/enigma.* %{_datadir}/icons/hicolor/48x48/apps/enigma.png %{_datadir}/pixmaps/enigma.png %{_datadir}/applications/*enigma.desktop +# we don't need the enet stuff +%exclude %{_includedir}/enet/ +%exclude %{_libdir}/libenet.a %changelog +* Thu Dec 14 2006 Thorsten Leemhuis - 1.0-1 +- Update to 1.0 +- drop enigma-gcc41.patch +- formating changes +- use make install DESTDIR +- new download URL + * Mon Aug 28 2006 Thorsten Leemhuis - 0.92-4 - Rebuild for Fedora Extras 6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/enigma/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Jun 2005 11:37:57 -0000 1.4 +++ sources 16 Dec 2006 14:04:20 -0000 1.5 @@ -1 +1 @@ -b33d8fad75910c9a525f4382f5185f75 enigma-0.92.tar.gz +428a9cce666cd45812e785f00a483ef9 enigma-1.00.tar.gz --- enigma-gcc41.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 15:36:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 16 Dec 2006 10:36:10 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.22, 1.23 ochusha.spec, 1.23, 1.24 sources, 1.22, 1.23 Message-ID: <200612161536.kBGFaAsw027834@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27795 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sat Dec 16 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061216 - 0.5.99.64.11 cvs 061216 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 8 Dec 2006 15:10:12 -0000 1.22 +++ .cvsignore 16 Dec 2006 15:35:40 -0000 1.23 @@ -1 +1 @@ -ochusha-0.5.99.63.14-cvs061208.tar.bz2 +ochusha-0.5.99.64.11-cvs061216.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ochusha.spec 8 Dec 2006 15:10:12 -0000 1.23 +++ ochusha.spec 16 Dec 2006 15:35:40 -0000 1.24 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.14 -%define strtag cvs061208 +%define main_ver 0.5.99.64.11 +%define strtag cvs061216 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 8 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061208 -- 0.5.99.63.14 cvs 061208 (23:59 JST) +* Sat Dec 16 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061216 +- 0.5.99.64.11 cvs 061216 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 8 Dec 2006 15:10:12 -0000 1.22 +++ sources 16 Dec 2006 15:35:40 -0000 1.23 @@ -1 +1 @@ -eddd272c260637d13fdcb81191eb4f9c ochusha-0.5.99.63.14-cvs061208.tar.bz2 +c73b23868ce902e7ce22d3f009e743ac ochusha-0.5.99.64.11-cvs061216.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 16 15:36:21 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 16 Dec 2006 10:36:21 -0500 Subject: rpms/jd/devel .cvsignore, 1.38, 1.39 jd.spec, 1.45, 1.46 sources, 1.38, 1.39 Message-ID: <200612161536.kBGFaLO9027841@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27815 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 16 2006 Mamoru Tasaka - 1.8.1-0.3.cvs061216 - cvs 061216 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- .cvsignore 12 Dec 2006 15:26:51 -0000 1.38 +++ .cvsignore 16 Dec 2006 15:35:51 -0000 1.39 @@ -1 +1 @@ -jd-1.8.1-rc061213.tgz +jd-1.8.1-cvs061216.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- jd.spec 12 Dec 2006 15:26:51 -0000 1.45 +++ jd.spec 16 Dec 2006 15:35:51 -0000 1.46 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag rc061213 +%define strtag cvs061216 %define repoid 23098 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 3 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sat Dec 16 2006 Mamoru Tasaka - 1.8.1-0.3.cvs061216 +- cvs 061216 (23:59 JST) + * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- sources 12 Dec 2006 15:26:51 -0000 1.38 +++ sources 16 Dec 2006 15:35:51 -0000 1.39 @@ -1 +1 @@ -f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz +4b896016b84a345b7d14612cd812b546 jd-1.8.1-cvs061216.tgz From fedora-extras-commits at redhat.com Sat Dec 16 16:01:20 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 16 Dec 2006 11:01:20 -0500 Subject: rpms/kawa/devel kawa.spec,1.14,1.15 Message-ID: <200612161601.kBGG1K01031209@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/kawa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28103 Modified Files: kawa.spec Log Message: Clean up install-info junk. Index: kawa.spec =================================================================== RCS file: /cvs/extras/rpms/kawa/devel/kawa.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kawa.spec 5 Oct 2006 17:53:08 -0000 1.14 +++ kawa.spec 16 Dec 2006 16:00:50 -0000 1.15 @@ -5,7 +5,7 @@ %define nversion 1.8 %define dversion 1.8 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Development/Languages URL: http://www.gnu.org/software/kawa/ @@ -22,8 +22,8 @@ BuildRequires: servletapi5 Requires: servletapi5 BuildRequires: java-gcj-compat-devel >= 1.0.31 -Requires(post): java-gcj-compat >= 1.0.31 -Requires(postun): java-gcj-compat >= 1.0.31 +Requires(post): java-gcj-compat >= 1.0.31, /sbin/install-info +Requires(postun): java-gcj-compat >= 1.0.31, /sbin/install-info Epoch: 1 %description @@ -62,12 +62,12 @@ rm -rf $RPM_BUILD_ROOT %post -/sbin/install-info %{_infodir}/kawa.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/kawa.info.gz %{_infodir}/dir ||: %{_bindir}/rebuild-gcj-db %postun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/kawa.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/kawa.info.gz %{_infodir}/dir ||: fi %{_bindir}/rebuild-gcj-db @@ -87,6 +87,10 @@ %doc %{_javadocdir}/%{name} %changelog +* Sat Dec 16 2006 Anthony Green - 1:1.8-12 +- Append "||:" to %%post and %%postun install-info invocations. +- Add /sbin/install-info dependencies. + * Thu Oct 05 2006 Anthony Green - 1:1.8-11 - Add antlr to classpath for gjdoc. From fedora-extras-commits at redhat.com Sat Dec 16 16:13:40 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:13:40 -0500 Subject: rpms/fontypython - New directory Message-ID: <200612161613.kBGGDe4Q031438@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31434/fontypython Log Message: Directory /cvs/extras/rpms/fontypython added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 16:13:45 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:13:45 -0500 Subject: rpms/fontypython/devel - New directory Message-ID: <200612161613.kBGGDj69031451@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31434/fontypython/devel Log Message: Directory /cvs/extras/rpms/fontypython/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 16:13:59 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:13:59 -0500 Subject: rpms/fontypython Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612161613.kBGGDx28031481@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31475 Added Files: Makefile import.log Log Message: Setup of module fontypython --- NEW FILE Makefile --- # Top level Makefile for module fontypython all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 16:14:04 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:14:04 -0500 Subject: rpms/fontypython/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612161614.kBGGE45i031496@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31475/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fontypython --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 16:15:02 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:15:02 -0500 Subject: rpms/fontypython/devel fontypython.desktop, NONE, 1.1 fontypython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612161615.kBGGF2SN031579@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31540/devel Modified Files: .cvsignore sources Added Files: fontypython.desktop fontypython.spec Log Message: auto-import fontypython-0.2.0-4 on branch devel from fontypython-0.2.0-4.src.rpm --- NEW FILE fontypython.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux Exec=fp Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; Version=0.2.0 --- NEW FILE fontypython.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: fontypython Version: 0.2.0 Release: 4%{?dist} Summary: TTF font manager Group: Applications/Multimedia License: GPL URL: https://savannah.nongnu.org/projects/fontypython/ Source0: http://download.savannah.nongnu.org/releases/fontypython/%{name}-%{version}.tar.gz Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, wxPython, python-imaging, desktop-file-utils Requires: wxPython, python-imaging %description Manage your ttf fonts on Gnu/Linux with Fonty Python. You can collect any fonts together (even ones not in your system font folders) into 'pogs' and then install and remove the pogs as you need them. In this way you can control what fonts are in your user font folder, thus avoiding long lists of fonts in the font chooser dialogues of your apps. %prep %setup -q %build python setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT desktop-file-install --vendor="fedora" \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/fp %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING %{python_sitelib}/* %changelog * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires * Tue Dec 12 2006 Chris Mohler 0.2.0-3 - removed rpmdevtools from BuildRequires - added python >= 2.4, wxPython, python-imaging to Requires - removed 'Application;' from .desktop file - shortened line length of description * Mon Dec 11 2006 Chris Mohler 0.2.0-2 - Added wxPython, python-imaging to build requires - Removed copyright notice from description * Sat Dec 09 2006 Chris Mohler 0.2.0-1 - Created spec file - Prepared RPM for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 16:14:04 -0000 1.1 +++ .cvsignore 16 Dec 2006 16:14:32 -0000 1.2 @@ -0,0 +1 @@ +fontypython-0.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 16:14:04 -0000 1.1 +++ sources 16 Dec 2006 16:14:32 -0000 1.2 @@ -0,0 +1 @@ +7ab01bdffe925bb243af984b000bd635 fontypython-0.2.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 16:15:01 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:15:01 -0500 Subject: rpms/fontypython import.log,1.1,1.2 Message-ID: <200612161615.kBGGF1nt031575@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31540 Modified Files: import.log Log Message: auto-import fontypython-0.2.0-4 on branch devel from fontypython-0.2.0-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fontypython/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 16:13:59 -0000 1.1 +++ import.log 16 Dec 2006 16:14:31 -0000 1.2 @@ -0,0 +1 @@ +fontypython-0_2_0-4:HEAD:fontypython-0.2.0-4.src.rpm:1166286074 From fedora-extras-commits at redhat.com Sat Dec 16 16:21:44 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:21:44 -0500 Subject: owners owners.list,1.2117,1.2118 Message-ID: <200612161621.kBGGLiPL031657@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31636 Modified Files: owners.list Log Message: Added fontypython to owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2117 retrieving revision 1.2118 diff -u -r1.2117 -r1.2118 --- owners.list 16 Dec 2006 03:04:18 -0000 1.2117 +++ owners.list 16 Dec 2006 16:21:14 -0000 1.2118 @@ -449,6 +449,7 @@ Fedora Extras|fontforge|An outline and bitmap font editor|kevin at tummy.com|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|fonts-hebrew-fancy|Fancy Hebrew fonts|danken at cs.technion.ac.il|extras-qa at fedoraproject.org| Fedora Extras|fonttools|A tool to convert True/OpenType fonts to XML and back|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| +Fedora Extras|fontypython|A program to manage active TTF fonts|cr33dog at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|foobillard|A free OpenGL game of playing billard|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|foremost|Program that recovers files by carving them from a raw disk|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|fortune-firefly|An addon of Firefly quotes for fortune-mod|meme at daughtersoftiresias.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 16:28:04 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 11:28:04 -0500 Subject: rpms/mISDN/devel mISDN-build.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 mISDN.spec, 1.1, 1.2 sources, 1.2, 1.3 mISDN-libdir.patch, 1.1, NONE mISDN-soname.patch, 1.1, NONE Message-ID: <200612161628.kBGGS4IV031709@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31687 Modified Files: .cvsignore mISDN.spec sources Added Files: mISDN-build.patch Removed Files: mISDN-libdir.patch mISDN-soname.patch Log Message: 1.0.3 mISDN-build.patch: --- NEW FILE mISDN-build.patch --- Index: i4lnet/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/i4lnet/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- i4lnet/Makefile 18 Oct 2006 12:32:20 -0000 1.7 +++ i4lnet/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libisdnnet.a libisdnnet_pic.a libisdnnet.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libisdnnet.a libisdnnet_pic.a libisdnnet.so.$(SOVERSION) install: - install -m 644 libisdnnet.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libisdnnet.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so.$(SOMAJOR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ ISDNNET_OBJ = net_if.o isdn_debug.o isdn_msg.o fsm.o net_l2.o tei.o net_l3.o \ @@ -22,8 +28,8 @@ libisdnnet.a: $(ISDNNET_OBJ) $(AR) cru $@ $^ $(RANLIB) $@ -libisdnnet.so: $(ISDNNET_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libisdnnet.so.$(SOVERSION): $(ISDNNET_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libisdnnet.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: lib/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/lib/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- lib/Makefile 18 Oct 2006 07:10:23 -0000 1.8 +++ lib/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libmISDN.a libmISDN_pic.a libmISDN.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libmISDN.a libmISDN_pic.a libmISDN.so.$(SOVERSION) install: - install -m 644 libmISDN.so $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN.a $(INSTALL_PREFIX)/usr/lib + install -m 755 libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so.$(SOMAJOR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so + install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libmISDN.a $(INSTALL_PREFIX)/$(LIBDIR) LIBMISDN_OBJS = device.o layer.o stack.o status.o LIBMISDN_PICOBJS = $(LIBMISDN_OBJS:%.o=%.lo) @@ -20,8 +26,8 @@ libmISDN.a: $(LIBMISDN_OBJS) $(AR) cru $@ $^ $(RANLIB) $@ -libmISDN.so: $(LIBMISDN_OBJS) - $(CC) -shared -Xlinker -x -o $@ $^ +libmISDN.so.$(SOVERSION): $(LIBMISDN_PICOBJS) + $(CC) -shared -Xlinker -x -Wl,-soname,libmISDN.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: suppserv/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/suppserv/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- suppserv/Makefile 18 Oct 2006 12:32:21 -0000 1.7 +++ suppserv/Makefile 16 Dec 2006 16:24:07 -0000 @@ -7,14 +7,20 @@ RANLIB = ranlib SUPPSERV_OBJ = asn1.o asn1_enc.o asn1_generic.o asn1_aoc.o asn1_basic_service.o asn1_comp.o asn1_diversion.o asn1_address.o fac.o SUPPSERV_PICOBJ = $(SUPPSERV_OBJ:%.o=%.lo) -all: libsuppserv.a libsuppserv_pic.a libsuppserv.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libsuppserv.a libsuppserv_pic.a libsuppserv.so.$(SOVERSION) main: $(SUPPSERVOBJ) install: - install -m 644 libsuppserv.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libsuppserv.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so.$(SOMAJOR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ libsuppserv_pic.a: $(SUPPSERV_PICOBJ) @@ -25,8 +31,8 @@ libsuppserv.a: $(SUPPSERV_OBJ) $(AR) cru $@ $< $(RANLIB) $@ -libsuppserv.so: $(SUPPSERV_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libsuppserv.so.$(SOVERSION): $(SUPPSERV_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libsuppserv.so.$(SOMAJOR) -o $@ $^ .c.o: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mISDN/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 13:48:06 -0000 1.2 +++ .cvsignore 16 Dec 2006 16:27:34 -0000 1.3 @@ -1 +1 @@ -mISDNuser-20061010.tar.gz +mISDNuser-1_0_3.tar.gz Index: mISDN.spec =================================================================== RCS file: /cvs/extras/rpms/mISDN/devel/mISDN.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mISDN.spec 17 Oct 2006 13:48:06 -0000 1.1 +++ mISDN.spec 16 Dec 2006 16:27:34 -0000 1.2 @@ -1,24 +1,19 @@ -%define snap 20061010 - # Don't build the debugging utils by default. %bcond_with utils Name: mISDN -Version: 0 -Release: 1.cvs%{snap}%{?dist} +Version: 1.0.3 +Release: 1 Summary: Userspace part of Modular ISDN stack Group: System Environment/Libraries License: LGPL URL: http://www.isdn4linux.de/mISDN/ -# export CVSROOT=:pserver:anonymous:readonly at cvs.isdn4linux.de:/i4ldev -# cvs co -D%{snap} mISDNuser -Source0: mISDNuser-20061010.tar.gz -# cvs co -D%{snap} mISDN/include/linux/mISDNif.h +Source0: http://www.misdn.org/downloads/releases/mISDNuser-1_0_3.tar.gz +# From mISDN-1.0.4 Source1: mISDNif.h Source2: mISDN.rules -Patch0: mISDN-libdir.patch -Patch1: mISDN-soname.patch +Patch0: mISDN-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): fedora-usermgmt @@ -55,15 +50,14 @@ code. This package contains test utilities for mISDN. %prep -%setup -q -n mISDNuser +%setup -q -n mISDNuser-1_0_3 %patch0 -p0 -%patch1 -p0 mkdir include/linux cp %SOURCE1 include/linux rm -rf voip %build -make %{?_smp_mflags} CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS -fPIC" MISDNDIR=`pwd` +make CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS" MISDNDIR=`pwd` %install @@ -108,5 +102,8 @@ %endif %changelog +* Sat Dec 16 2006 David Woodhouse 1.0.3-1 +- Update to 1.0.3-1 + * Tue Oct 17 2006 David Woodhouse 0-1.cvs20061010 - Initial import Index: sources =================================================================== RCS file: /cvs/extras/rpms/mISDN/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 13:48:06 -0000 1.2 +++ sources 16 Dec 2006 16:27:34 -0000 1.3 @@ -1 +1 @@ -4a4f27ef94d36ca547bf047fa81dc766 mISDNuser-20061010.tar.gz +c1c36841386222c2a35c110c8e63f3bc mISDNuser-1_0_3.tar.gz --- mISDN-libdir.patch DELETED --- --- mISDN-soname.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 16:58:48 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 11:58:48 -0500 Subject: rpms/openpbx/devel .cvsignore, 1.4, 1.5 openpbx.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612161658.kBGGwm4e031941@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/openpbx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31917 Modified Files: .cvsignore openpbx.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openpbx/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Nov 2006 21:14:51 -0000 1.4 +++ .cvsignore 16 Dec 2006 16:58:17 -0000 1.5 @@ -1,2 +1 @@ -openpbx-r1984.tar.gz -openpbx-r2135.tar.gz +openpbx-1.2-r2282.tar.gz Index: openpbx.spec =================================================================== RCS file: /cvs/extras/rpms/openpbx/devel/openpbx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openpbx.spec 27 Nov 2006 21:14:51 -0000 1.4 +++ openpbx.spec 16 Dec 2006 16:58:17 -0000 1.5 @@ -1,4 +1,4 @@ -%define snap 2135 +%define snap 2282 %bcond_without misdn %bcond_without zaptel @@ -13,9 +13,9 @@ Group: Applications/Internet License: GPL URL: http://www.openpbx.org/ -# svn co -r %{snap} svn://svn.openpbx.org/openpbx/trunk openpbx -# tar cvfz openpbx-r%{snap}.tar.gz openpbx -Source0: openpbx-r%{snap}.tar.gz +# svn co -r %{snap} svn://svn.openpbx.org/openpbx//branches/openpbx-1.2 +# tar cvfz openpbx-1.2-r%{snap}.tar.gz openpbx-1.2 +Source0: openpbx-1.2-r%{snap}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: spandsp-devel >= 0.0.3-1.pre24 @@ -158,7 +158,7 @@ %prep -%setup -q -n openpbx +%setup -q %build %if 0%{?snap} @@ -353,6 +353,9 @@ %{_sbindir}/eogi* %changelog +* Mon Nov 27 2006 David Woodhouse 1.2-4.rc2.svn2282 +- Update + * Mon Nov 27 2006 David Woodhouse 1.2-3.rc2.svn2135 - Update to RC2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/openpbx/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Nov 2006 21:14:51 -0000 1.4 +++ sources 16 Dec 2006 16:58:17 -0000 1.5 @@ -1,2 +1 @@ -8aed2d6afedbd13082d8ce4318b8f163 openpbx-r1984.tar.gz -6f26c9fadd92caf464aa064e2801385c openpbx-r2135.tar.gz +e883d663dcf99e228f89e14e016dc47d openpbx-1.2-r2282.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:20:07 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sat, 16 Dec 2006 12:20:07 -0500 Subject: rpms/mimedefang/devel mimedefang.spec,1.3,1.4 Message-ID: <200612161720.kBGHK7ue002814@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2789 Modified Files: mimedefang.spec Log Message: Include the /etc/mail/mimedefang-ip-key file (#219381) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/devel/mimedefang.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimedefang.spec 8 Nov 2006 22:09:04 -0000 1.3 +++ mimedefang.spec 16 Dec 2006 17:19:37 -0000 1.4 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -10,7 +10,7 @@ Requires: sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6 Requires: perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03 Requires(pre): /usr/sbin/useradd -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: sendmail-devel >= 8.12.0 @@ -46,6 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name} rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/sa-mimedefang.cf.example +# Create a dummy file and install perl script for later executing +touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/mimedefang-ip-key +install -m 755 gen-ip-validator.pl $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl +sed -i '1s@^@#!%{_bindir}/perl\n@' $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl + %pre if [ -x %{_sbindir}/fedora-useradd ]; then %{_sbindir}/fedora-useradd 8 -r -s /sbin/nologin -d %{_localstatedir}/spool/MIMEDefang -M -c "MIMEDefang User" defang > /dev/null 2>&1 || : @@ -55,6 +60,9 @@ %post /sbin/chkconfig --add %{name} +if [ ! -f %{_sysconfdir}/mail/mimedefang-ip-key ]; then + %{_bindir}/gen-ip-validator.pl > %{_sysconfdir}/mail/mimedefang-ip-key +fi %preun if [ $1 -eq 0 ]; then @@ -82,10 +90,14 @@ %{_sysconfdir}/rc.d/init.d/%{name} %config(noreplace) %{_sysconfdir}/mail/mimedefang-filter %config(noreplace) %{_sysconfdir}/mail/sa-mimedefang.cf +%ghost %config(noreplace) %{_sysconfdir}/mail/mimedefang-ip-key %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Sat Dec 16 2006 Robert Scheck 2.58-2 +- Include the /etc/mail/mimedefang-ip-key file (#219381) + * Wed Nov 08 2006 Robert Scheck 2.58-1 - Upgrade to 2.58 (#212657) From fedora-extras-commits at redhat.com Sat Dec 16 17:21:31 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sat, 16 Dec 2006 12:21:31 -0500 Subject: rpms/mimedefang/FC-6 mimedefang.spec,1.3,1.4 Message-ID: <200612161721.kBGHLVML002874@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2840 Modified Files: mimedefang.spec Log Message: Include the /etc/mail/mimedefang-ip-key file (#219381) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-6/mimedefang.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimedefang.spec 8 Nov 2006 22:10:24 -0000 1.3 +++ mimedefang.spec 16 Dec 2006 17:21:01 -0000 1.4 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -10,7 +10,7 @@ Requires: sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6 Requires: perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03 Requires(pre): /usr/sbin/useradd -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: sendmail-devel >= 8.12.0 @@ -46,6 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name} rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/sa-mimedefang.cf.example +# Create a dummy file and install perl script for later executing +touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/mimedefang-ip-key +install -m 755 gen-ip-validator.pl $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl +sed -i '1s@^@#!%{_bindir}/perl\n@' $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl + %pre if [ -x %{_sbindir}/fedora-useradd ]; then %{_sbindir}/fedora-useradd 8 -r -s /sbin/nologin -d %{_localstatedir}/spool/MIMEDefang -M -c "MIMEDefang User" defang > /dev/null 2>&1 || : @@ -55,6 +60,9 @@ %post /sbin/chkconfig --add %{name} +if [ ! -f %{_sysconfdir}/mail/mimedefang-ip-key ]; then + %{_bindir}/gen-ip-validator.pl > %{_sysconfdir}/mail/mimedefang-ip-key +fi %preun if [ $1 -eq 0 ]; then @@ -82,10 +90,14 @@ %{_sysconfdir}/rc.d/init.d/%{name} %config(noreplace) %{_sysconfdir}/mail/mimedefang-filter %config(noreplace) %{_sysconfdir}/mail/sa-mimedefang.cf +%ghost %config(noreplace) %{_sysconfdir}/mail/mimedefang-ip-key %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Sat Dec 16 2006 Robert Scheck 2.58-2 +- Include the /etc/mail/mimedefang-ip-key file (#219381) + * Wed Nov 08 2006 Robert Scheck 2.58-1 - Upgrade to 2.58 (#212657) From fedora-extras-commits at redhat.com Sat Dec 16 17:22:05 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 16 Dec 2006 12:22:05 -0500 Subject: rpms/hexter-dssi/devel hexter-dssi.spec,1.4,1.5 Message-ID: <200612161722.kBGHM5go002926@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873 Modified Files: hexter-dssi.spec Log Message: Add tx_edit. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/devel/hexter-dssi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hexter-dssi.spec 4 Oct 2006 22:50:29 -0000 1.4 +++ hexter-dssi.spec 16 Dec 2006 17:21:35 -0000 1.5 @@ -1,14 +1,14 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dssi-devel gtk2-devel +BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel Requires: dssi %description @@ -30,12 +30,14 @@ %configure make %{?_smp_mflags} +(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound) %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/hexter %clean rm -rf $RPM_BUILD_ROOT @@ -44,11 +46,16 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/hexter +%{_bindir}/tx_edit %{_datadir}/hexter/ %{_libdir}/dssi/* %exclude %{_libdir}/dssi/hexter.la %changelog +* Sat Dec 16 2006 Anthony Green 0.5.9-7 +- Build and install tx_edit. +- Add relevant BuildRequires. + * Thu Oct 05 2006 Christian Iseli 0.5.9-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Sat Dec 16 17:22:34 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sat, 16 Dec 2006 12:22:34 -0500 Subject: rpms/mimedefang/FC-5 mimedefang.spec,1.3,1.4 Message-ID: <200612161722.kBGHMYpe002982@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2909 Modified Files: mimedefang.spec Log Message: Include the /etc/mail/mimedefang-ip-key file (#219381) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-5/mimedefang.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimedefang.spec 8 Nov 2006 22:11:22 -0000 1.3 +++ mimedefang.spec 16 Dec 2006 17:22:04 -0000 1.4 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -10,7 +10,7 @@ Requires: sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6 Requires: perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03 Requires(pre): /usr/sbin/useradd -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: sendmail-devel >= 8.12.0 @@ -46,6 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name} rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/sa-mimedefang.cf.example +# Create a dummy file and install perl script for later executing +touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/mimedefang-ip-key +install -m 755 gen-ip-validator.pl $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl +sed -i '1s@^@#!%{_bindir}/perl\n@' $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl + %pre if [ -x %{_sbindir}/fedora-useradd ]; then %{_sbindir}/fedora-useradd 8 -r -s /sbin/nologin -d %{_localstatedir}/spool/MIMEDefang -M -c "MIMEDefang User" defang > /dev/null 2>&1 || : @@ -55,6 +60,9 @@ %post /sbin/chkconfig --add %{name} +if [ ! -f %{_sysconfdir}/mail/mimedefang-ip-key ]; then + %{_bindir}/gen-ip-validator.pl > %{_sysconfdir}/mail/mimedefang-ip-key +fi %preun if [ $1 -eq 0 ]; then @@ -82,10 +90,14 @@ %{_sysconfdir}/rc.d/init.d/%{name} %config(noreplace) %{_sysconfdir}/mail/mimedefang-filter %config(noreplace) %{_sysconfdir}/mail/sa-mimedefang.cf +%ghost %config(noreplace) %{_sysconfdir}/mail/mimedefang-ip-key %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Sat Dec 16 2006 Robert Scheck 2.58-2 +- Include the /etc/mail/mimedefang-ip-key file (#219381) + * Wed Nov 08 2006 Robert Scheck 2.58-1 - Upgrade to 2.58 (#212657) From fedora-extras-commits at redhat.com Sat Dec 16 17:26:45 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:26:45 -0500 Subject: rpms/mISDN/FC-6 .cvsignore, 1.2, 1.3 mISDN.spec, 1.1, 1.2 sources, 1.2, 1.3 mISDN-libdir.patch, 1.1, NONE mISDN-soname.patch, 1.1, NONE Message-ID: <200612161726.kBGHQjfn003175@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3150 Modified Files: .cvsignore mISDN.spec sources Removed Files: mISDN-libdir.patch mISDN-soname.patch Log Message: 1.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 13:48:06 -0000 1.2 +++ .cvsignore 16 Dec 2006 17:26:15 -0000 1.3 @@ -1 +1 @@ -mISDNuser-20061010.tar.gz +mISDNuser-1_0_3.tar.gz Index: mISDN.spec =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/mISDN.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mISDN.spec 17 Oct 2006 13:48:06 -0000 1.1 +++ mISDN.spec 16 Dec 2006 17:26:15 -0000 1.2 @@ -1,24 +1,19 @@ -%define snap 20061010 - # Don't build the debugging utils by default. %bcond_with utils Name: mISDN -Version: 0 -Release: 1.cvs%{snap}%{?dist} +Version: 1.0.3 +Release: 1 Summary: Userspace part of Modular ISDN stack Group: System Environment/Libraries License: LGPL URL: http://www.isdn4linux.de/mISDN/ -# export CVSROOT=:pserver:anonymous:readonly at cvs.isdn4linux.de:/i4ldev -# cvs co -D%{snap} mISDNuser -Source0: mISDNuser-20061010.tar.gz -# cvs co -D%{snap} mISDN/include/linux/mISDNif.h +Source0: http://www.misdn.org/downloads/releases/mISDNuser-1_0_3.tar.gz +# From mISDN-1.0.4 Source1: mISDNif.h Source2: mISDN.rules -Patch0: mISDN-libdir.patch -Patch1: mISDN-soname.patch +Patch0: mISDN-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): fedora-usermgmt @@ -55,15 +50,14 @@ code. This package contains test utilities for mISDN. %prep -%setup -q -n mISDNuser +%setup -q -n mISDNuser-1_0_3 %patch0 -p0 -%patch1 -p0 mkdir include/linux cp %SOURCE1 include/linux rm -rf voip %build -make %{?_smp_mflags} CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS -fPIC" MISDNDIR=`pwd` +make CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS" MISDNDIR=`pwd` %install @@ -108,5 +102,8 @@ %endif %changelog +* Sat Dec 16 2006 David Woodhouse 1.0.3-1 +- Update to 1.0.3-1 + * Tue Oct 17 2006 David Woodhouse 0-1.cvs20061010 - Initial import Index: sources =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 13:48:06 -0000 1.2 +++ sources 16 Dec 2006 17:26:15 -0000 1.3 @@ -1 +1 @@ -4a4f27ef94d36ca547bf047fa81dc766 mISDNuser-20061010.tar.gz +c1c36841386222c2a35c110c8e63f3bc mISDNuser-1_0_3.tar.gz --- mISDN-libdir.patch DELETED --- --- mISDN-soname.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 17:27:24 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:27:24 -0500 Subject: rpms/openpbx/FC-6 .cvsignore, 1.3, 1.4 openpbx.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612161727.kBGHROMB003226@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/openpbx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3207 Modified Files: .cvsignore openpbx.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openpbx/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Oct 2006 16:17:46 -0000 1.3 +++ .cvsignore 16 Dec 2006 17:26:54 -0000 1.4 @@ -1 +1 @@ -openpbx-r1984.tar.gz +openpbx-1.2-r2282.tar.gz Index: openpbx.spec =================================================================== RCS file: /cvs/extras/rpms/openpbx/FC-6/openpbx.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openpbx.spec 18 Oct 2006 16:17:46 -0000 1.3 +++ openpbx.spec 16 Dec 2006 17:26:54 -0000 1.4 @@ -1,4 +1,4 @@ -%define snap 1984 +%define snap 2282 %bcond_without misdn %bcond_without zaptel @@ -7,15 +7,15 @@ Name: openpbx Version: 1.2 -Release: 2.rc1.svn%{snap}%{?dist} +Release: 3.rc2.svn%{snap}%{?dist} Summary: The Truly Open Source PBX Group: Applications/Internet License: GPL URL: http://www.openpbx.org/ -# svn co -r %{snap} svn://svn.openpbx.org/openpbx/trunk openpbx -# tar cvfz openpbx-r%{snap}.tar.gz openpbx -Source0: openpbx-r%{snap}.tar.gz +# svn co -r %{snap} svn://svn.openpbx.org/openpbx//branches/openpbx-1.2 +# tar cvfz openpbx-1.2-r%{snap}.tar.gz openpbx-1.2 +Source0: openpbx-1.2-r%{snap}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: spandsp-devel >= 0.0.3-1.pre24 @@ -158,7 +158,7 @@ %prep -%setup -q -n openpbx +%setup -q %build %if 0%{?snap} @@ -353,6 +353,12 @@ %{_sbindir}/eogi* %changelog +* Mon Nov 27 2006 David Woodhouse 1.2-4.rc2.svn2282 +- Update + +* Mon Nov 27 2006 David Woodhouse 1.2-3.rc2.svn2135 +- Update to RC2 + * Wed Oct 18 2006 David Woodhouse 1.2-2.rc1.svn1984 - Build with mISDN and MySQL support Index: sources =================================================================== RCS file: /cvs/extras/rpms/openpbx/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Oct 2006 16:17:46 -0000 1.3 +++ sources 16 Dec 2006 17:26:54 -0000 1.4 @@ -1 +1 @@ -8aed2d6afedbd13082d8ce4318b8f163 openpbx-r1984.tar.gz +e883d663dcf99e228f89e14e016dc47d openpbx-1.2-r2282.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:28:27 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:28:27 -0500 Subject: rpms/mISDN/FC-6 mISDN.spec,1.2,1.3 Message-ID: <200612161728.kBGHSRC6003279@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3231 Modified Files: mISDN.spec Log Message: dist tag Index: mISDN.spec =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/mISDN.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mISDN.spec 16 Dec 2006 17:26:15 -0000 1.2 +++ mISDN.spec 16 Dec 2006 17:27:57 -0000 1.3 @@ -3,7 +3,7 @@ Name: mISDN Version: 1.0.3 -Release: 1 +Release: 1%{?dist} Summary: Userspace part of Modular ISDN stack Group: System Environment/Libraries From fedora-extras-commits at redhat.com Sat Dec 16 17:32:41 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:32:41 -0500 Subject: rpms/mISDN/FC-6 mISDN-build.patch,NONE,1.1 Message-ID: <200612161732.kBGHWfbM003357@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3349 Added Files: mISDN-build.patch Log Message: Add build patch mISDN-build.patch: --- NEW FILE mISDN-build.patch --- Index: i4lnet/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/i4lnet/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- i4lnet/Makefile 18 Oct 2006 12:32:20 -0000 1.7 +++ i4lnet/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libisdnnet.a libisdnnet_pic.a libisdnnet.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libisdnnet.a libisdnnet_pic.a libisdnnet.so.$(SOVERSION) install: - install -m 644 libisdnnet.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libisdnnet.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so.$(SOMAJOR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ ISDNNET_OBJ = net_if.o isdn_debug.o isdn_msg.o fsm.o net_l2.o tei.o net_l3.o \ @@ -22,8 +28,8 @@ libisdnnet.a: $(ISDNNET_OBJ) $(AR) cru $@ $^ $(RANLIB) $@ -libisdnnet.so: $(ISDNNET_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libisdnnet.so.$(SOVERSION): $(ISDNNET_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libisdnnet.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: lib/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/lib/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- lib/Makefile 18 Oct 2006 07:10:23 -0000 1.8 +++ lib/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libmISDN.a libmISDN_pic.a libmISDN.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libmISDN.a libmISDN_pic.a libmISDN.so.$(SOVERSION) install: - install -m 644 libmISDN.so $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN.a $(INSTALL_PREFIX)/usr/lib + install -m 755 libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so.$(SOMAJOR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so + install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libmISDN.a $(INSTALL_PREFIX)/$(LIBDIR) LIBMISDN_OBJS = device.o layer.o stack.o status.o LIBMISDN_PICOBJS = $(LIBMISDN_OBJS:%.o=%.lo) @@ -20,8 +26,8 @@ libmISDN.a: $(LIBMISDN_OBJS) $(AR) cru $@ $^ $(RANLIB) $@ -libmISDN.so: $(LIBMISDN_OBJS) - $(CC) -shared -Xlinker -x -o $@ $^ +libmISDN.so.$(SOVERSION): $(LIBMISDN_PICOBJS) + $(CC) -shared -Xlinker -x -Wl,-soname,libmISDN.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: suppserv/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/suppserv/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- suppserv/Makefile 18 Oct 2006 12:32:21 -0000 1.7 +++ suppserv/Makefile 16 Dec 2006 16:24:07 -0000 @@ -7,14 +7,20 @@ RANLIB = ranlib SUPPSERV_OBJ = asn1.o asn1_enc.o asn1_generic.o asn1_aoc.o asn1_basic_service.o asn1_comp.o asn1_diversion.o asn1_address.o fac.o SUPPSERV_PICOBJ = $(SUPPSERV_OBJ:%.o=%.lo) -all: libsuppserv.a libsuppserv_pic.a libsuppserv.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libsuppserv.a libsuppserv_pic.a libsuppserv.so.$(SOVERSION) main: $(SUPPSERVOBJ) install: - install -m 644 libsuppserv.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libsuppserv.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so.$(SOMAJOR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ libsuppserv_pic.a: $(SUPPSERV_PICOBJ) @@ -25,8 +31,8 @@ libsuppserv.a: $(SUPPSERV_OBJ) $(AR) cru $@ $< $(RANLIB) $@ -libsuppserv.so: $(SUPPSERV_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libsuppserv.so.$(SOVERSION): $(SUPPSERV_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libsuppserv.so.$(SOMAJOR) -o $@ $^ .c.o: From fedora-extras-commits at redhat.com Sat Dec 16 17:34:19 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 12:34:19 -0500 Subject: rpms/gnubiff import.log,1.7,1.8 Message-ID: <200612161734.kBGHYJMP003484@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3446 Modified Files: import.log Log Message: auto-import gnubiff-2.2.4-1 on branch devel from gnubiff-2.2.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnubiff/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 4 Nov 2006 18:04:28 -0000 1.7 +++ import.log 16 Dec 2006 17:33:49 -0000 1.8 @@ -4,3 +4,4 @@ gnubiff-2_2_2-3:HEAD:gnubiff-2.2.2-3.src.rpm:1160768093 gnubiff-2_2_2-4:HEAD:gnubiff-2.2.2-4.src.rpm:1161024092 gnubiff-2_2_3-1:HEAD:gnubiff-2.2.3-1.src.rpm:1162663463 +gnubiff-2_2_4-1:HEAD:gnubiff-2.2.4-1.src.rpm:1166290823 From fedora-extras-commits at redhat.com Sat Dec 16 17:34:20 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 12:34:20 -0500 Subject: rpms/gnubiff/devel .cvsignore, 1.4, 1.5 gnubiff.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612161734.kBGHYKWk003490@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3446/devel Modified Files: .cvsignore gnubiff.spec sources Log Message: auto-import gnubiff-2.2.4-1 on branch devel from gnubiff-2.2.4-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Nov 2006 18:04:31 -0000 1.4 +++ .cvsignore 16 Dec 2006 17:33:50 -0000 1.5 @@ -1 +1 @@ -gnubiff-2.2.3.tar.gz +gnubiff-2.2.4.tar.gz Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnubiff.spec 4 Nov 2006 18:04:31 -0000 1.6 +++ gnubiff.spec 16 Dec 2006 17:33:50 -0000 1.7 @@ -1,5 +1,5 @@ Name: gnubiff -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: A mail notification program @@ -64,6 +64,9 @@ %{_mandir}/man1/* %changelog +* Sat Dec 16 2006 Damien Durand - 2.2.4-1 +- Upgrade to 2.2.4 + * Sun Nov 04 2006 Damien Durand - 2.2.3-1 - Upgrade to 2.2.3 @@ -82,7 +85,7 @@ * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section -- Fixing %{_datadir}/info to {_infodir} +- Fix %{_datadir}/info to {_infodir} * Tue Apr 23 2006 Damien Durand - 2.2.1-1 - Upgrade to 2.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Nov 2006 18:04:31 -0000 1.4 +++ sources 16 Dec 2006 17:33:50 -0000 1.5 @@ -1 +1 @@ -548c8a65ef27acbf23a134c67ce0f37b gnubiff-2.2.3.tar.gz +a6179aaf1344b29ad4618f87ba4f654f gnubiff-2.2.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:34:29 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:34:29 -0500 Subject: rpms/audacious-docklet - New directory Message-ID: <200612161734.kBGHYTeB003502@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3498/audacious-docklet Log Message: Directory /cvs/extras/rpms/audacious-docklet added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 17:34:34 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:34:34 -0500 Subject: rpms/audacious-docklet/devel - New directory Message-ID: <200612161734.kBGHYY2W003545@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3498/audacious-docklet/devel Log Message: Directory /cvs/extras/rpms/audacious-docklet/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 17:35:00 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:35:00 -0500 Subject: rpms/audacious-docklet Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612161735.kBGHZ0Fc003584@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578 Added Files: Makefile import.log Log Message: Setup of module audacious-docklet --- NEW FILE Makefile --- # Top level Makefile for module audacious-docklet all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 17:35:05 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:35:05 -0500 Subject: rpms/audacious-docklet/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612161735.kBGHZ5rA003627@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module audacious-docklet --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 17:36:36 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 12:36:36 -0500 Subject: rpms/gnubiff/FC-6 gnubiff.spec,1.6,1.7 sources,1.4,1.5 Message-ID: <200612161736.kBGHaatU003706@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3689 Modified Files: gnubiff.spec sources Log Message: Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/FC-6/gnubiff.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnubiff.spec 4 Nov 2006 18:14:08 -0000 1.6 +++ gnubiff.spec 16 Dec 2006 17:36:06 -0000 1.7 @@ -1,5 +1,5 @@ Name: gnubiff -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: A mail notification program @@ -64,6 +64,9 @@ %{_mandir}/man1/* %changelog +* Sat Dec 16 2006 Damien Durand - 2.2.4-1 +- Upgrade to 2.2.4 + * Sun Nov 04 2006 Damien Durand - 2.2.3-1 - Upgrade to 2.2.3 @@ -82,7 +85,7 @@ * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section -- Fixing %{_datadir}/info to {_infodir} +- Fix %{_datadir}/info to {_infodir} * Tue Apr 23 2006 Damien Durand - 2.2.1-1 - Upgrade to 2.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubiff/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Nov 2006 18:14:08 -0000 1.4 +++ sources 16 Dec 2006 17:36:06 -0000 1.5 @@ -1 +1 @@ -548c8a65ef27acbf23a134c67ce0f37b gnubiff-2.2.3.tar.gz +a6179aaf1344b29ad4618f87ba4f654f gnubiff-2.2.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:41:58 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:41:58 -0500 Subject: rpms/audacious-docklet import.log,1.1,1.2 Message-ID: <200612161741.kBGHfwbY003868@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3833 Modified Files: import.log Log Message: auto-import audacious-docklet-0.1.1-1 on branch devel from audacious-docklet-0.1.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 17:35:00 -0000 1.1 +++ import.log 16 Dec 2006 17:41:28 -0000 1.2 @@ -0,0 +1 @@ +audacious-docklet-0_1_1-1:HEAD:audacious-docklet-0.1.1-1.src.rpm:1166290469 From fedora-extras-commits at redhat.com Sat Dec 16 17:41:58 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:41:58 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet-0.1.1-prefwindow.patch, NONE, 1.1 audacious-docklet.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612161742.kBGHfwcA003872@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3833/devel Modified Files: .cvsignore sources Added Files: audacious-docklet-0.1.1-prefwindow.patch audacious-docklet.spec Log Message: auto-import audacious-docklet-0.1.1-1 on branch devel from audacious-docklet-0.1.1-1.src.rpm audacious-docklet-0.1.1-prefwindow.patch: --- NEW FILE audacious-docklet-0.1.1-prefwindow.patch --- diff -ruN audacious-docklet-0.1.1-orig/src/menu.c audacious-docklet-0.1.1/src/menu.c --- audacious-docklet-0.1.1-orig/src/menu.c 2005-11-02 06:43:06.000000000 +0800 +++ audacious-docklet-0.1.1/src/menu.c 2006-12-16 16:42:27.000000000 +0800 @@ -44,13 +44,13 @@ { xmms_remote_playlist_next (docklet_plugin.xmms_session); } - +/* static void docklet_menu_preferences_cb (GtkAction * action) { xmms_remote_show_prefs_box (docklet_plugin.xmms_session); } - +*/ static void docklet_menu_quit_cb (GtkAction * action) { @@ -88,12 +88,12 @@ "B", N_("Next"), G_CALLBACK (docklet_menu_next_cb)}, - {"Preferences", +/* {"Preferences", GTK_STOCK_PREFERENCES, N_("Preferences"), "P", N_("Preferences"), - G_CALLBACK (docklet_menu_preferences_cb)}, + G_CALLBACK (docklet_menu_preferences_cb)},*/ {"Quit", GTK_STOCK_QUIT, N_("Quit"), --- NEW FILE audacious-docklet.spec --- %define plugin_dir %(pkg-config audacious --variable=plugin_dir) Name: audacious-docklet Version: 0.1.1 Release: 1%{?dist} Summary: A docklet plugin for Audacious License: GPL Group: Applications/Multimedia URL: http://nedudu.hu/static.php?page=audacious Source0: http://nedudu.hu/downloads/audacious-docklet-0.1.1.tar.bz2 Patch0: audacious-docklet-0.1.1-prefwindow.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: audacious-devel, gettext, perl(XML::Parser) Requires: audacious-plugins %description A plugin that allows you to control Audacious from the system tray. %prep %setup -q %patch0 -p1 -b .prefwindow %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} rm $RPM_BUILD_ROOT/%{plugin_dir}/General/libdocklet.la %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS ChangeLog %{plugin_dir}/General/libdocklet.so %Changelog * Thu Dec 14 2006 Yu Fan - 0.1.1-1 - Modify spec file to conform fedora extras packaging and naming convention * Mon Apr 9 2006 Jiang Tao - Modify spec file from audacious-mac.spec to audacious-docklet plugin. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 17:35:05 -0000 1.1 +++ .cvsignore 16 Dec 2006 17:41:28 -0000 1.2 @@ -0,0 +1 @@ +audacious-docklet-0.1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 17:35:05 -0000 1.1 +++ sources 16 Dec 2006 17:41:28 -0000 1.2 @@ -0,0 +1 @@ +7503981a0a0ee229e5bdbe18553810db *audacious-docklet-0.1.1.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 16 17:44:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 16 Dec 2006 12:44:56 -0500 Subject: rpms/nazghul/devel nazghul.spec,1.9,1.10 Message-ID: <200612161744.kBGHiuQ8003933@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/nazghul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3918 Modified Files: nazghul.spec Log Message: * Sat Dec 16 2006 Jason L Tibbitts III - 0.5.5-3 - Force a link against libpng since SDL_image only loads it at runtime. Index: nazghul.spec =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nazghul.spec 16 Dec 2006 01:48:29 -0000 1.9 +++ nazghul.spec 16 Dec 2006 17:44:26 -0000 1.10 @@ -1,6 +1,6 @@ Name: nazghul Version: 0.5.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games @@ -39,6 +39,7 @@ %build +LIBS='-lpng'; export LIBS %configure make %{?_smp_mflags} @@ -79,6 +80,9 @@ %changelog +* Sat Dec 16 2006 Jason L Tibbitts III - 0.5.5-3 +- Force a link against libpng since SDL_image only loads it at runtime. + * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-2 - Add libpng-devel build dependency. From fedora-extras-commits at redhat.com Sat Dec 16 17:50:13 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:50:13 -0500 Subject: owners owners.list,1.2118,1.2119 Message-ID: <200612161750.kBGHoDlc003994@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3979 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2118 retrieving revision 1.2119 diff -u -r1.2118 -r1.2119 --- owners.list 16 Dec 2006 16:21:14 -0000 1.2118 +++ owners.list 16 Dec 2006 17:49:43 -0000 1.2119 @@ -88,6 +88,7 @@ Fedora Extras|atomix|Little mind game where you have to build molecules out of atoms lying around|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|atomorun|Jump&Run game where you have to flee an exploding nuclear bomb|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|audacious|A GTK2 based media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| +Fedora Extras|audacious-docklet|A docklet plugin for Audacious|yufanyufan at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|audacious-plugins|Plugins for the Audacious media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|audacity|A multitrack audio editor|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|aumix|Audio mixer based on ncurses|somlo at cmu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 18:04:41 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 13:04:41 -0500 Subject: rpms/gnubiff/FC-6 gnubiff.spec,1.7,NONE sources,1.5,NONE Message-ID: <200612161804.kBGI4f6U007229@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7224 Removed Files: gnubiff.spec sources Log Message: --- gnubiff.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 18:06:00 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 13:06:00 -0500 Subject: rpms/gnubiff/FC-6 gnubiff.spec,1.8,1.9 sources,1.6,1.7 Message-ID: <200612161806.kBGI60fZ007265@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7248 Added Files: gnubiff.spec sources Log Message: Index: gnubiff.spec =================================================================== RCS file: gnubiff.spec diff -N gnubiff.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gnubiff.spec 16 Dec 2006 18:05:30 -0000 1.9 @@ -0,0 +1,101 @@ +Name: gnubiff +Version: 2.2.4 +Release: 1%{?dist} +Summary: A mail notification program + +Group: Applications/Internet +License: GPL +URL: http://gnubiff.sourceforge.net/ +Source0: http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gamin-devel, libglade2-devel, desktop-file-utils, gnome-panel-devel, openssl-devel, perl-XML-Parser +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + +%description +Gnubiff is a mail notification program that periodically checks +for mail and displays headers when new mail has arrived + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir + +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + %{SOURCE1} + +%find_lang %{name} + +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : + +%preun +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README THANKS TODO +%{_bindir}/%{name} +%{_datadir}/%{name} +%{_infodir}/*.info.gz +%{_datadir}/applications/*.desktop +%{_datadir}/pixmaps/*.png +%{_datadir}/gnome-2.0/ui +%{_libdir}/bonobo/servers +%{_mandir}/man1/* + +%changelog +* Sat Dec 16 2006 Damien Durand - 2.2.4-1 +- Upgrade to 2.2.4 + +* Sun Nov 04 2006 Damien Durand - 2.2.3-1 +- Upgrade to 2.2.3 + +* Sun Oct 15 2006 Damien Durand - 2.2.2-4 +- Add perl-XML-Parser in BR + +* Thu Oct 13 2006 Damien Durand - 2.2.2-3 +- Bump Release + +* Mon Aug 28 2006 Damien Durand - 2.2.2-2 +- Bump Release + +* Wed Aug 09 2006 Damien Durand - 2.2.2-1 +- Upgrade to 2.2.2 + +* Wed Apr 24 2006 Damien Durand - 2.2.1-2 +- Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix +- Remove ABOUT-NLS & Changelog in %file section +- Fix %{_datadir}/info to {_infodir} + +* Tue Apr 23 2006 Damien Durand - 2.2.1-1 +- Upgrade to 2.2.1 +- Add --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix in %configure section +- Add gnome-panel-devel, openssl-devel in BuildRequires + +* Sun Apr 21 2006 Damien Durand - 2.2.0-2 +- Add gettext-devel, remove gtk-devel in BuildRequires +- Add %{_datadir}/info/*.info.gz in files section +- Add %post and %preun sections + +* Wed Apr 19 2006 Damien Durand - 2.2.0-1 +- Initial package Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 16 Dec 2006 18:05:30 -0000 1.7 @@ -0,0 +1 @@ +a6179aaf1344b29ad4618f87ba4f654f gnubiff-2.2.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 19:49:06 2006 From: fedora-extras-commits at redhat.com (Christian Jodar (tian)) Date: Sat, 16 Dec 2006 14:49:06 -0500 Subject: rpms/gcstar/devel .cvsignore, 1.2, 1.3 gcstar.spec, 1.2, 1.3 sources, 1.1, 1.2 Message-ID: <200612161949.kBGJn6tp011142@cvs-int.fedora.redhat.com> Author: tian Update of /cvs/extras/rpms/gcstar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11121 Modified Files: .cvsignore gcstar.spec sources Log Message: New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcstar/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 Oct 2006 15:43:32 -0000 1.2 +++ .cvsignore 16 Dec 2006 19:48:36 -0000 1.3 @@ -1 +1 @@ -gcstar-0.5.0.tar.gz +gcstar-1.0.0.tar.gz Index: gcstar.spec =================================================================== RCS file: /cvs/extras/rpms/gcstar/devel/gcstar.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcstar.spec 28 Oct 2006 15:48:24 -0000 1.2 +++ gcstar.spec 16 Dec 2006 19:48:36 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcstar -Version: 0.5.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Personal collections manager Group: Applications/Databases @@ -99,6 +99,8 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sat Dec 16 2006 Tian - 1.0.0-1 + - New upstream version * Sat Oct 28 2006 Tian - 0.5.0-4 - Re-creation of the module because of a problem with previous import * Sun Oct 22 2006 Tian - 0.5.0-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcstar/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Oct 2006 21:29:30 -0000 1.1 +++ sources 16 Dec 2006 19:48:36 -0000 1.2 @@ -1 +1 @@ -12ba75fe2f3091c1ccd03864424a34e2 gcstar-0.5.0.tar.gz +0bf2ce46a4adba23136e65ec6d2bd65d gcstar-1.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 20:07:43 2006 From: fedora-extras-commits at redhat.com (Christian Jodar (tian)) Date: Sat, 16 Dec 2006 15:07:43 -0500 Subject: rpms/gcstar/FC-5 gcstar.spec,1.2,1.3 sources,1.1,1.2 Message-ID: <200612162007.kBGK7hPT014383@cvs-int.fedora.redhat.com> Author: tian Update of /cvs/extras/rpms/gcstar/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14359 Modified Files: gcstar.spec sources Log Message: New upstream version Index: gcstar.spec =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-5/gcstar.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcstar.spec 28 Oct 2006 15:54:00 -0000 1.2 +++ gcstar.spec 16 Dec 2006 20:07:13 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcstar -Version: 0.5.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Personal collections manager Group: Applications/Databases @@ -99,6 +99,8 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sat Dec 16 2006 Tian - 1.0.0-1 + - New upstream version * Sat Oct 28 2006 Tian - 0.5.0-4 - Re-creation of the module because of a problem with previous import * Sun Oct 22 2006 Tian - 0.5.0-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Oct 2006 21:29:30 -0000 1.1 +++ sources 16 Dec 2006 20:07:13 -0000 1.2 @@ -1 +1 @@ -12ba75fe2f3091c1ccd03864424a34e2 gcstar-0.5.0.tar.gz +0bf2ce46a4adba23136e65ec6d2bd65d gcstar-1.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 20:09:55 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sat, 16 Dec 2006 15:09:55 -0500 Subject: rpms/htop/devel .cvsignore, 1.7, 1.8 htop.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612162009.kBGK9tlu014419@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/htop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14400 Modified Files: .cvsignore htop.spec sources Log Message: Update to 0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htop/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Oct 2006 21:05:29 -0000 1.7 +++ .cvsignore 16 Dec 2006 20:09:25 -0000 1.8 @@ -1 +1 @@ -htop-0.6.4.tar.gz +htop-0.6.5.tar.gz Index: htop.spec =================================================================== RCS file: /cvs/extras/rpms/htop/devel/htop.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- htop.spec 4 Oct 2006 21:05:29 -0000 1.10 +++ htop.spec 16 Dec 2006 20:09:25 -0000 1.11 @@ -1,5 +1,5 @@ Name: htop -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: Interactive process viewer @@ -34,8 +34,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ --delete-original \ %{buildroot}%{_datadir}/applications/htop.desktop @@ -54,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + * Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 - Update to 0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htop/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Oct 2006 21:05:29 -0000 1.8 +++ sources 16 Dec 2006 20:09:25 -0000 1.9 @@ -1 +1 @@ -989905bb2559cf6404c1b8e8ffa48b15 htop-0.6.4.tar.gz +180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 20:11:33 2006 From: fedora-extras-commits at redhat.com (Christian Jodar (tian)) Date: Sat, 16 Dec 2006 15:11:33 -0500 Subject: rpms/gcstar/FC-6 gcstar.spec,1.2,1.3 sources,1.1,1.2 Message-ID: <200612162011.kBGKBXrH014486@cvs-int.fedora.redhat.com> Author: tian Update of /cvs/extras/rpms/gcstar/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469 Modified Files: gcstar.spec sources Log Message: New upstream version Index: gcstar.spec =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-6/gcstar.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcstar.spec 28 Oct 2006 15:55:34 -0000 1.2 +++ gcstar.spec 16 Dec 2006 20:11:03 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcstar -Version: 0.5.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Personal collections manager Group: Applications/Databases @@ -99,6 +99,8 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sat Dec 16 2006 Tian - 1.0.0-1 + - New upstream version * Sat Oct 28 2006 Tian - 0.5.0-4 - Re-creation of the module because of a problem with previous import * Sun Oct 22 2006 Tian - 0.5.0-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-6/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Oct 2006 21:29:30 -0000 1.1 +++ sources 16 Dec 2006 20:11:03 -0000 1.2 @@ -1 +1 @@ -12ba75fe2f3091c1ccd03864424a34e2 gcstar-0.5.0.tar.gz +0bf2ce46a4adba23136e65ec6d2bd65d gcstar-1.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 21:03:29 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sat, 16 Dec 2006 16:03:29 -0500 Subject: rpms/htop/FC-6 .cvsignore, 1.7, 1.8 htop.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612162103.kBGL3TrT017821@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/htop/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17790 Modified Files: .cvsignore htop.spec sources Log Message: Update to 0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htop/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Oct 2006 21:05:29 -0000 1.7 +++ .cvsignore 16 Dec 2006 21:02:59 -0000 1.8 @@ -1 +1 @@ -htop-0.6.4.tar.gz +htop-0.6.5.tar.gz Index: htop.spec =================================================================== RCS file: /cvs/extras/rpms/htop/FC-6/htop.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- htop.spec 4 Oct 2006 21:05:29 -0000 1.10 +++ htop.spec 16 Dec 2006 21:02:59 -0000 1.11 @@ -1,5 +1,5 @@ Name: htop -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: Interactive process viewer @@ -34,8 +34,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ --delete-original \ %{buildroot}%{_datadir}/applications/htop.desktop @@ -54,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + * Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 - Update to 0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htop/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Oct 2006 21:05:29 -0000 1.8 +++ sources 16 Dec 2006 21:02:59 -0000 1.9 @@ -1 +1 @@ -989905bb2559cf6404c1b8e8ffa48b15 htop-0.6.4.tar.gz +180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 21:05:44 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sat, 16 Dec 2006 16:05:44 -0500 Subject: rpms/htop/FC-5 .cvsignore, 1.7, 1.8 htop.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200612162105.kBGL5iGt017902@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/htop/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883 Modified Files: .cvsignore htop.spec sources Log Message: Update to 0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htop/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Oct 2006 21:07:46 -0000 1.7 +++ .cvsignore 16 Dec 2006 21:05:14 -0000 1.8 @@ -1 +1 @@ -htop-0.6.4.tar.gz +htop-0.6.5.tar.gz Index: htop.spec =================================================================== RCS file: /cvs/extras/rpms/htop/FC-5/htop.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- htop.spec 4 Oct 2006 21:07:46 -0000 1.9 +++ htop.spec 16 Dec 2006 21:05:14 -0000 1.10 @@ -1,5 +1,5 @@ Name: htop -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: Interactive process viewer @@ -34,8 +34,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ --delete-original \ %{buildroot}%{_datadir}/applications/htop.desktop @@ -54,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + * Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 - Update to 0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htop/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Oct 2006 21:07:46 -0000 1.8 +++ sources 16 Dec 2006 21:05:14 -0000 1.9 @@ -1 +1 @@ -989905bb2559cf6404c1b8e8ffa48b15 htop-0.6.4.tar.gz +180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 21:10:24 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Sat, 16 Dec 2006 16:10:24 -0500 Subject: rpms/mkvtoolnix/devel mkvtoolnix.spec,1.1,1.2 Message-ID: <200612162110.kBGLAOEn017981@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17966 Modified Files: mkvtoolnix.spec Log Message: - rebuilt with new wxGTK Index: mkvtoolnix.spec =================================================================== RCS file: /cvs/extras/rpms/mkvtoolnix/devel/mkvtoolnix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mkvtoolnix.spec 6 Dec 2006 12:16:36 -0000 1.1 +++ mkvtoolnix.spec 16 Dec 2006 21:09:54 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Matroska container manipulation utilities Name: mkvtoolnix Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Multimedia Source0: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2 @@ -101,6 +101,9 @@ %{_datadir}/icons/hicolor/32x32/apps/mmg.xpm %changelog +* Sat Dec 16 2006 Dominik Mierzejewski 1.8.1-2 +- rebuilt with new wxGTK + * Tue Dec 05 2006 Dominik Mierzejewski 1.8.1-1 - updated to 1.8.1 From fedora-extras-commits at redhat.com Sat Dec 16 22:47:17 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 17:47:17 -0500 Subject: rpms/perl-Data-Hierarchy/devel .cvsignore, 1.2, 1.3 perl-Data-Hierarchy.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162247.kBGMlH5g021515@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21496 Modified Files: .cvsignore perl-Data-Hierarchy.spec sources Log Message: Update to 0.34 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:52:46 -0000 1.2 +++ .cvsignore 16 Dec 2006 22:46:47 -0000 1.3 @@ -1 +1 @@ -Data-Hierarchy-0.22.tar.gz +Data-Hierarchy-0.34.tar.gz Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/perl-Data-Hierarchy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Hierarchy.spec 29 Jun 2006 05:52:46 -0000 1.1 +++ perl-Data-Hierarchy.spec 16 Dec 2006 22:46:47 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Data-Hierarchy -Version: 0.22 -Release: 2%{?dist} +Version: 0.34 +Release: 1%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic Group: Development/Libraries @@ -45,6 +45,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-1 +- Update to 0.34 + * Tue Jun 27 2006 Ian Burrell - 0.22-2 - Remove useless requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:52:46 -0000 1.2 +++ sources 16 Dec 2006 22:46:47 -0000 1.3 @@ -1 +1 @@ -f620014fc04e38d0e3a5283e9f7d8678 Data-Hierarchy-0.22.tar.gz +f4ac04c7f676cbfff9bbd1be118d4c66 Data-Hierarchy-0.34.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 22:57:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 17:57:03 -0500 Subject: rpms/php-pear-XML-Util/FC-5 .cvsignore, 1.3, 1.4 php-pear-XML-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612162257.kBGMv3MP021854@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21801/FC-5 Modified Files: .cvsignore php-pear-XML-Util.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 +++ .cvsignore 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -XML_Util-1.1.2.tgz +XML_Util-1.1.4.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/php-pear-XML-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 +++ php-pear-XML-Util.spec 16 Dec 2006 22:56:33 -0000 1.3 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.2 +Version: 1.1.4 Release: 1%{?dist} Summary: XML utility class @@ -89,6 +89,9 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.1.4-1 +- Upstream sync + * Sat Dec 02 2006 Christopher Stone 1.1.2-1 - Upstream sync - Add php license to %%doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:50:01 -0000 1.3 +++ sources 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz +5b28a79000d47f2bde73c10ca191e402 XML_Util-1.1.4.tgz From fedora-extras-commits at redhat.com Sat Dec 16 22:57:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 17:57:03 -0500 Subject: rpms/php-pear-XML-Util/FC-6 .cvsignore, 1.3, 1.4 php-pear-XML-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612162257.kBGMv3on021859@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21801/FC-6 Modified Files: .cvsignore php-pear-XML-Util.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 +++ .cvsignore 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -XML_Util-1.1.2.tgz +XML_Util-1.1.4.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/php-pear-XML-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 +++ php-pear-XML-Util.spec 16 Dec 2006 22:56:33 -0000 1.3 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.2 +Version: 1.1.4 Release: 1%{?dist} Summary: XML utility class @@ -89,6 +89,9 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.1.4-1 +- Upstream sync + * Sat Dec 02 2006 Christopher Stone 1.1.2-1 - Upstream sync - Add php license to %%doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:50:01 -0000 1.3 +++ sources 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz +5b28a79000d47f2bde73c10ca191e402 XML_Util-1.1.4.tgz From fedora-extras-commits at redhat.com Sat Dec 16 22:57:08 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 17:57:08 -0500 Subject: rpms/php-pear-XML-Util/devel .cvsignore, 1.3, 1.4 php-pear-XML-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612162257.kBGMv8m4021866@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21801/devel Modified Files: .cvsignore php-pear-XML-Util.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:50:07 -0000 1.3 +++ .cvsignore 16 Dec 2006 22:56:38 -0000 1.4 @@ -1 +1 @@ -XML_Util-1.1.2.tgz +XML_Util-1.1.4.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/php-pear-XML-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Util.spec 2 Dec 2006 21:50:07 -0000 1.2 +++ php-pear-XML-Util.spec 16 Dec 2006 22:56:38 -0000 1.3 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.2 +Version: 1.1.4 Release: 1%{?dist} Summary: XML utility class @@ -89,6 +89,9 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.1.4-1 +- Upstream sync + * Sat Dec 02 2006 Christopher Stone 1.1.2-1 - Upstream sync - Add php license to %%doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:50:07 -0000 1.3 +++ sources 16 Dec 2006 22:56:38 -0000 1.4 @@ -1 +1 @@ -b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz +5b28a79000d47f2bde73c10ca191e402 XML_Util-1.1.4.tgz From fedora-extras-commits at redhat.com Sat Dec 16 22:59:48 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 17:59:48 -0500 Subject: rpms/perl-Data-Hierarchy/devel perl-Data-Hierarchy.spec,1.2,1.3 Message-ID: <200612162259.kBGMxmji022011@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21996 Modified Files: perl-Data-Hierarchy.spec Log Message: Add Test::Exception BuildRequires; remove Clone BuildRequires Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/perl-Data-Hierarchy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-Hierarchy.spec 16 Dec 2006 22:46:47 -0000 1.2 +++ perl-Data-Hierarchy.spec 16 Dec 2006 22:59:18 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-Hierarchy Version: 0.34 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic Group: Development/Libraries @@ -8,7 +8,7 @@ Source0: http://www.cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Clone) +BuildRequires: perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +45,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-2 +- Add Test::Exception BuildRequires +- Remove Clone BuildRequires + * Sat Dec 16 2006 Ian Burrell - 0.34-1 - Update to 0.34 From fedora-extras-commits at redhat.com Sat Dec 16 23:03:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:12 -0500 Subject: rpms/perl-WWW-Babelfish/FC-5 perl-WWW-Babelfish.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3Cv8025282@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203/FC-5 Modified Files: perl-WWW-Babelfish.spec sources Log Message: update to 0.16 Index: perl-WWW-Babelfish.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-5/perl-WWW-Babelfish.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-WWW-Babelfish.spec 13 Nov 2006 16:38:19 -0000 1.2 +++ perl-WWW-Babelfish.spec 16 Dec 2006 23:02:42 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-WWW-Babelfish -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl extension for translation via Babelfish or Google License: GPL or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Chris Weyl 0.16-1 +- update to 0.16 + * Mon Nov 13 2006 Chris Weyl 0.15-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Nov 2006 16:37:29 -0000 1.2 +++ sources 16 Dec 2006 23:02:42 -0000 1.3 @@ -1 +1 @@ -bc6293dabcbf5e96435fc8acaf8ac939 WWW-Babelfish-0.15.tar.gz +21f881470fd159c6732b4da866648452 WWW-Babelfish-0.16.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:12 -0500 Subject: rpms/perl-WWW-Babelfish Makefile,1.1,1.2 Message-ID: <200612162303.kBGN3CYF025278@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203 Modified Files: Makefile Log Message: update to 0.16 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 13 Nov 2006 16:37:11 -0000 1.1 +++ Makefile 16 Dec 2006 23:02:42 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Sat Dec 16 23:03:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:17 -0500 Subject: rpms/perl-WWW-Babelfish/FC-6 perl-WWW-Babelfish.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3Hax025320@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203/FC-6 Modified Files: perl-WWW-Babelfish.spec sources Log Message: update to 0.16 Index: perl-WWW-Babelfish.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-6/perl-WWW-Babelfish.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-WWW-Babelfish.spec 13 Nov 2006 16:38:19 -0000 1.2 +++ perl-WWW-Babelfish.spec 16 Dec 2006 23:02:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-WWW-Babelfish -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl extension for translation via Babelfish or Google License: GPL or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Chris Weyl 0.16-1 +- update to 0.16 + * Mon Nov 13 2006 Chris Weyl 0.15-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Nov 2006 16:37:29 -0000 1.2 +++ sources 16 Dec 2006 23:02:47 -0000 1.3 @@ -1 +1 @@ -bc6293dabcbf5e96435fc8acaf8ac939 WWW-Babelfish-0.15.tar.gz +21f881470fd159c6732b4da866648452 WWW-Babelfish-0.16.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:17 -0500 Subject: rpms/perl-WWW-Babelfish/devel .cvsignore, 1.2, 1.3 perl-WWW-Babelfish.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3H3W025325@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203/devel Modified Files: .cvsignore perl-WWW-Babelfish.spec sources Log Message: update to 0.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Nov 2006 16:37:29 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:02:47 -0000 1.3 @@ -1 +1 @@ -WWW-Babelfish-0.15.tar.gz +WWW-Babelfish-0.16.tar.gz Index: perl-WWW-Babelfish.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/devel/perl-WWW-Babelfish.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-WWW-Babelfish.spec 13 Nov 2006 16:38:19 -0000 1.2 +++ perl-WWW-Babelfish.spec 16 Dec 2006 23:02:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-WWW-Babelfish -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl extension for translation via Babelfish or Google License: GPL or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Chris Weyl 0.16-1 +- update to 0.16 + * Mon Nov 13 2006 Chris Weyl 0.15-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Nov 2006 16:37:29 -0000 1.2 +++ sources 16 Dec 2006 23:02:47 -0000 1.3 @@ -1 +1 @@ -bc6293dabcbf5e96435fc8acaf8ac939 WWW-Babelfish-0.15.tar.gz +21f881470fd159c6732b4da866648452 WWW-Babelfish-0.16.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 18:03:44 -0500 Subject: rpms/php-pear-DB-DataObject/FC-5 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-DB-DataObject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3ihc025457@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-DB-DataObject/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25288/FC-5 Modified Files: .cvsignore php-pear-DB-DataObject.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync. add license to doc --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 14:18:35 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -DB_DataObject-1.8.4.tgz +DB_DataObject-1.8.5.tgz Index: php-pear-DB-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-5/php-pear-DB-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-DB-DataObject.spec 21 Nov 2006 14:18:35 -0000 1.1 +++ php-pear-DB-DataObject.spec 16 Dec 2006 23:03:14 -0000 1.2 @@ -2,21 +2,22 @@ %define pear_name DB_DataObject Name: php-pear-DB-DataObject -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.8.5 +Release: 1%{?dist} Summary: An SQL Builder, Object Interface to Database Tables Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/DB_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(DB) >= 1.7.0 php-pear(Date) >= 1.4.3 -Requires(hint): php-pear(MDB2) >= 2.0.0 php-pear(Validate) >= 0.1.1 +Requires: php-pear(DB) >= 1.7.0, php-pear(Date) >= 1.4.3 +Requires(hint): php-pear(MDB2) >= 2.0.0, php-pear(Validate) >= 0.1.1 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -82,7 +84,7 @@ %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/* +%doc LICENSE %{pear_name}-%{version}/docdir/%{pear_name}/docs/* %{_bindir}/createTables.php %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/DB/DataObject* @@ -90,6 +92,10 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.8.5-1 +- Upstream sync +- Add LICENSE to %%doc + * Fri Nov 17 2006 Christohper Stone 1.8.4-2 - Fix version number in %%changelog - Add versioned Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 14:18:35 -0000 1.2 +++ sources 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -770c44d243066340d639b063235dcc02 DB_DataObject-1.8.4.tgz +cf20a7ac0df80993b00493e9680975c3 DB_DataObject-1.8.5.tgz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 18:03:44 -0500 Subject: rpms/php-pear-DB-DataObject/FC-6 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-DB-DataObject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3ick025464@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-DB-DataObject/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25288/FC-6 Modified Files: .cvsignore php-pear-DB-DataObject.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync. add license to doc --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 14:18:35 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -DB_DataObject-1.8.4.tgz +DB_DataObject-1.8.5.tgz Index: php-pear-DB-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-6/php-pear-DB-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-DB-DataObject.spec 21 Nov 2006 14:18:35 -0000 1.1 +++ php-pear-DB-DataObject.spec 16 Dec 2006 23:03:14 -0000 1.2 @@ -2,21 +2,22 @@ %define pear_name DB_DataObject Name: php-pear-DB-DataObject -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.8.5 +Release: 1%{?dist} Summary: An SQL Builder, Object Interface to Database Tables Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/DB_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(DB) >= 1.7.0 php-pear(Date) >= 1.4.3 -Requires(hint): php-pear(MDB2) >= 2.0.0 php-pear(Validate) >= 0.1.1 +Requires: php-pear(DB) >= 1.7.0, php-pear(Date) >= 1.4.3 +Requires(hint): php-pear(MDB2) >= 2.0.0, php-pear(Validate) >= 0.1.1 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -82,7 +84,7 @@ %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/* +%doc LICENSE %{pear_name}-%{version}/docdir/%{pear_name}/docs/* %{_bindir}/createTables.php %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/DB/DataObject* @@ -90,6 +92,10 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.8.5-1 +- Upstream sync +- Add LICENSE to %%doc + * Fri Nov 17 2006 Christohper Stone 1.8.4-2 - Fix version number in %%changelog - Add versioned Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 14:18:35 -0000 1.2 +++ sources 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -770c44d243066340d639b063235dcc02 DB_DataObject-1.8.4.tgz +cf20a7ac0df80993b00493e9680975c3 DB_DataObject-1.8.5.tgz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:50 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 18:03:50 -0500 Subject: rpms/php-pear-DB-DataObject/devel PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-DB-DataObject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3orR025474@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-DB-DataObject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25288/devel Modified Files: .cvsignore php-pear-DB-DataObject.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync. add license to doc --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 14:18:35 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:03:20 -0000 1.3 @@ -1 +1 @@ -DB_DataObject-1.8.4.tgz +DB_DataObject-1.8.5.tgz Index: php-pear-DB-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/devel/php-pear-DB-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-DB-DataObject.spec 21 Nov 2006 14:18:35 -0000 1.1 +++ php-pear-DB-DataObject.spec 16 Dec 2006 23:03:20 -0000 1.2 @@ -2,21 +2,22 @@ %define pear_name DB_DataObject Name: php-pear-DB-DataObject -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.8.5 +Release: 1%{?dist} Summary: An SQL Builder, Object Interface to Database Tables Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/DB_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(DB) >= 1.7.0 php-pear(Date) >= 1.4.3 -Requires(hint): php-pear(MDB2) >= 2.0.0 php-pear(Validate) >= 0.1.1 +Requires: php-pear(DB) >= 1.7.0, php-pear(Date) >= 1.4.3 +Requires(hint): php-pear(MDB2) >= 2.0.0, php-pear(Validate) >= 0.1.1 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -82,7 +84,7 @@ %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/* +%doc LICENSE %{pear_name}-%{version}/docdir/%{pear_name}/docs/* %{_bindir}/createTables.php %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/DB/DataObject* @@ -90,6 +92,10 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.8.5-1 +- Upstream sync +- Add LICENSE to %%doc + * Fri Nov 17 2006 Christohper Stone 1.8.4-2 - Fix version number in %%changelog - Add versioned Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 14:18:35 -0000 1.2 +++ sources 16 Dec 2006 23:03:20 -0000 1.3 @@ -1 +1 @@ -770c44d243066340d639b063235dcc02 DB_DataObject-1.8.4.tgz +cf20a7ac0df80993b00493e9680975c3 DB_DataObject-1.8.5.tgz From fedora-extras-commits at redhat.com Sat Dec 16 23:09:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:09:27 -0500 Subject: rpms/perl-Alien-wxWidgets/devel .cvsignore, 1.6, 1.7 perl-Alien-wxWidgets.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612162309.kBGN9RNl025646@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25627 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Nov 2006 15:04:35 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:08:57 -0000 1.7 @@ -1 +1 @@ -Alien-wxWidgets-0.25.tar.gz +Alien-wxWidgets-0.26.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Alien-wxWidgets.spec 16 Dec 2006 02:21:26 -0000 1.8 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 23:08:57 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets -Version: 0.25 -Release: 2%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + * Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 - Rebuild (wxGTK 2.8.0). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Nov 2006 15:04:35 -0000 1.6 +++ sources 16 Dec 2006 23:08:57 -0000 1.7 @@ -1 +1 @@ -79e0404a36b37c1f8af4ce1f6be0537e Alien-wxWidgets-0.25.tar.gz +da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:13:39 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:13:39 -0500 Subject: rpms/perl-Data-Hierarchy/FC-6 .cvsignore, 1.2, 1.3 perl-Data-Hierarchy.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162313.kBGNDd0S025750@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25731 Modified Files: .cvsignore perl-Data-Hierarchy.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:52:46 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:13:09 -0000 1.3 @@ -1 +1 @@ -Data-Hierarchy-0.22.tar.gz +Data-Hierarchy-0.34.tar.gz Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-6/perl-Data-Hierarchy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Hierarchy.spec 29 Jun 2006 05:52:46 -0000 1.1 +++ perl-Data-Hierarchy.spec 16 Dec 2006 23:13:09 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Data-Hierarchy -Version: 0.22 +Version: 0.34 Release: 2%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic @@ -8,7 +8,7 @@ Source0: http://www.cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Clone) +BuildRequires: perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +45,13 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-2 +- Add Test::Exception BuildRequires +- Remove Clone BuildRequires + +* Sat Dec 16 2006 Ian Burrell - 0.34-1 +- Update to 0.34 + * Tue Jun 27 2006 Ian Burrell - 0.22-2 - Remove useless requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:52:46 -0000 1.2 +++ sources 16 Dec 2006 23:13:09 -0000 1.3 @@ -1 +1 @@ -f620014fc04e38d0e3a5283e9f7d8678 Data-Hierarchy-0.22.tar.gz +f4ac04c7f676cbfff9bbd1be118d4c66 Data-Hierarchy-0.34.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:14:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:14:58 -0500 Subject: rpms/perl-Log-Dispatch/devel .cvsignore, 1.5, 1.6 perl-Log-Dispatch.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612162314.kBGNEwEM025818@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25799 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.15. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Nov 2006 14:38:47 -0000 1.5 +++ .cvsignore 16 Dec 2006 23:14:27 -0000 1.6 @@ -1 +1 @@ -Log-Dispatch-2.14.tar.gz +Log-Dispatch-2.15.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Log-Dispatch.spec 25 Nov 2006 22:51:15 -0000 1.8 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:14:27 -0000 1.9 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.14 -Release: 2%{?dist} +Version: 2.15 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -79,6 +79,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 +- Update to 2.15. + * Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-2 - Log-Dispatch-2.11-mod_perl2.patch no longer needed. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Nov 2006 14:38:47 -0000 1.5 +++ sources 16 Dec 2006 23:14:27 -0000 1.6 @@ -1 +1 @@ -163825c45fcb359faf9803e10f7f9c58 Log-Dispatch-2.14.tar.gz +a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:19:36 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:19:36 -0500 Subject: rpms/perl-Data-Hierarchy/FC-5 .cvsignore, 1.2, 1.3 perl-Data-Hierarchy.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162319.kBGNJaAm026003@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25984 Modified Files: .cvsignore perl-Data-Hierarchy.spec sources Log Message: Update from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:52:46 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:19:06 -0000 1.3 @@ -1 +1 @@ -Data-Hierarchy-0.22.tar.gz +Data-Hierarchy-0.34.tar.gz Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-5/perl-Data-Hierarchy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Hierarchy.spec 29 Jun 2006 05:52:46 -0000 1.1 +++ perl-Data-Hierarchy.spec 16 Dec 2006 23:19:06 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Data-Hierarchy -Version: 0.22 +Version: 0.34 Release: 2%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic @@ -8,7 +8,7 @@ Source0: http://www.cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Clone) +BuildRequires: perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +45,13 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-2 +- Add Test::Exception BuildRequires +- Remove Clone BuildRequires + +* Sat Dec 16 2006 Ian Burrell - 0.34-1 +- Update to 0.34 + * Tue Jun 27 2006 Ian Burrell - 0.22-2 - Remove useless requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:52:46 -0000 1.2 +++ sources 16 Dec 2006 23:19:06 -0000 1.3 @@ -1 +1 @@ -f620014fc04e38d0e3a5283e9f7d8678 Data-Hierarchy-0.22.tar.gz +f4ac04c7f676cbfff9bbd1be118d4c66 Data-Hierarchy-0.34.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:20:14 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:20:14 -0500 Subject: rpms/perl-PerlIO-eol/devel .cvsignore, 1.2, 1.3 perl-PerlIO-eol.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162320.kBGNKEV7026066@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-PerlIO-eol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26009 Modified Files: .cvsignore perl-PerlIO-eol.spec sources Log Message: Update to 0.14 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:01:14 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:19:43 -0000 1.3 @@ -1 +1 @@ -PerlIO-eol-0.13.tar.gz +PerlIO-eol-0.14.tar.gz Index: perl-PerlIO-eol.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/devel/perl-PerlIO-eol.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-PerlIO-eol.spec 11 Sep 2006 19:49:49 -0000 1.2 +++ perl-PerlIO-eol.spec 16 Dec 2006 23:19:43 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-PerlIO-eol -Version: 0.13 -Release: 4%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: PerlIO layer for normalizing line endings License: GPL or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.14-1 +- Update to 0.14 + * Mon Sep 11 2006 Ian M. Burrell - 0.13-4 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 06:01:14 -0000 1.2 +++ sources 16 Dec 2006 23:19:43 -0000 1.3 @@ -1 +1 @@ -7e11fb1cc3b2a65678714877ae361823 PerlIO-eol-0.13.tar.gz +55c5d3fafab00a511ff1c2722060235c PerlIO-eol-0.14.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:23:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:23:45 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.9, 1.10 perl-Wx.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612162323.kBGNNjGl026156@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26137 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.67. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 16 Dec 2006 03:35:24 -0000 1.9 +++ .cvsignore 16 Dec 2006 23:23:15 -0000 1.10 @@ -1 +1 @@ -Wx-0.66.tar.gz +Wx-0.67.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Wx.spec 16 Dec 2006 03:35:24 -0000 1.9 +++ perl-Wx.spec 16 Dec 2006 23:23:15 -0000 1.10 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.66 +Version: 0.67 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.67-1 +- Update to 0.67. + * Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 - Update to 0.66. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 16 Dec 2006 03:35:24 -0000 1.9 +++ sources 16 Dec 2006 23:23:15 -0000 1.10 @@ -1 +1 @@ -33b527ea1fdf07f4d5b5906afce7747e Wx-0.66.tar.gz +10c6ff0f0ec0470b65ff94bedf37f07e Wx-0.67.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:27:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:27:54 -0500 Subject: rpms/perl-Log-Dispatch/devel perl-Log-Dispatch.spec,1.9,1.10 Message-ID: <200612162327.kBGNRspq026265@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26247 Modified Files: perl-Log-Dispatch.spec Log Message: New build requirement: perl(IO::String). Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Log-Dispatch.spec 16 Dec 2006 23:14:27 -0000 1.9 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:27:24 -0000 1.10 @@ -8,7 +8,7 @@ Name: perl-Log-Dispatch Version: 2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -26,6 +26,7 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) +BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -79,6 +80,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 +- New build requirement: perl(IO::String). + * Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 - Update to 2.15. From fedora-extras-commits at redhat.com Sat Dec 16 23:29:35 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:29:35 -0500 Subject: rpms/perl-PerlIO-eol/FC-6 .cvsignore, 1.2, 1.3 perl-PerlIO-eol.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162329.kBGNTZgT026379@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-PerlIO-eol/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26314 Modified Files: .cvsignore perl-PerlIO-eol.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:01:14 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:29:05 -0000 1.3 @@ -1 +1 @@ -PerlIO-eol-0.13.tar.gz +PerlIO-eol-0.14.tar.gz Index: perl-PerlIO-eol.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-6/perl-PerlIO-eol.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-PerlIO-eol.spec 11 Sep 2006 19:49:49 -0000 1.2 +++ perl-PerlIO-eol.spec 16 Dec 2006 23:29:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-PerlIO-eol -Version: 0.13 -Release: 4%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: PerlIO layer for normalizing line endings License: GPL or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.14-1 +- Update to 0.14 + * Mon Sep 11 2006 Ian M. Burrell - 0.13-4 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 06:01:14 -0000 1.2 +++ sources 16 Dec 2006 23:29:05 -0000 1.3 @@ -1 +1 @@ -7e11fb1cc3b2a65678714877ae361823 PerlIO-eol-0.13.tar.gz +55c5d3fafab00a511ff1c2722060235c PerlIO-eol-0.14.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:31:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:31:05 -0500 Subject: rpms/perl-Alien-wxWidgets/FC-6 .cvsignore, 1.6, 1.7 perl-Alien-wxWidgets.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612162331.kBGNV5xw026499@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26440/FC-6 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Nov 2006 15:04:32 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:30:35 -0000 1.7 @@ -1 +1 @@ -Alien-wxWidgets-0.25.tar.gz +Alien-wxWidgets-0.26.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6/perl-Alien-wxWidgets.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Alien-wxWidgets.spec 11 Nov 2006 15:04:32 -0000 1.7 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 23:30:35 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-Alien-wxWidgets -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries @@ -55,6 +55,12 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 +- Rebuild (wxGTK 2.8.0). + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.25-1 - Update to 0.25. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Nov 2006 15:04:32 -0000 1.6 +++ sources 16 Dec 2006 23:30:35 -0000 1.7 @@ -1 +1 @@ -79e0404a36b37c1f8af4ce1f6be0537e Alien-wxWidgets-0.25.tar.gz +da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:31:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:31:05 -0500 Subject: rpms/perl-Alien-wxWidgets/FC-5 .cvsignore, 1.5, 1.6 perl-Alien-wxWidgets.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200612162331.kBGNV5bq026494@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26440/FC-5 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Nov 2006 15:04:31 -0000 1.5 +++ .cvsignore 16 Dec 2006 23:30:35 -0000 1.6 @@ -1 +1 @@ -Alien-wxWidgets-0.25.tar.gz +Alien-wxWidgets-0.26.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/perl-Alien-wxWidgets.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Alien-wxWidgets.spec 11 Nov 2006 15:04:31 -0000 1.6 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 23:30:35 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Alien-wxWidgets -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries @@ -55,6 +55,12 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 +- Rebuild (wxGTK 2.8.0). + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.25-1 - Update to 0.25. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Nov 2006 15:04:31 -0000 1.5 +++ sources 16 Dec 2006 23:30:35 -0000 1.6 @@ -1 +1 @@ -79e0404a36b37c1f8af4ce1f6be0537e Alien-wxWidgets-0.25.tar.gz +da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:31:13 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:31:13 -0500 Subject: rpms/perl-PerlIO-eol/FC-5 .cvsignore, 1.2, 1.3 perl-PerlIO-eol.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162331.kBGNVDq7026504@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-PerlIO-eol/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26475 Modified Files: .cvsignore perl-PerlIO-eol.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:01:14 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:30:43 -0000 1.3 @@ -1 +1 @@ -PerlIO-eol-0.13.tar.gz +PerlIO-eol-0.14.tar.gz Index: perl-PerlIO-eol.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-5/perl-PerlIO-eol.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-PerlIO-eol.spec 29 Jun 2006 06:01:14 -0000 1.1 +++ perl-PerlIO-eol.spec 16 Dec 2006 23:30:43 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-PerlIO-eol -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: PerlIO layer for normalizing line endings License: GPL or Artistic Group: Development/Libraries @@ -46,6 +46,12 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.14-1 +- Update to 0.14 + +* Mon Sep 11 2006 Ian M. Burrell - 0.13-4 +- Rebuild for FC6 + * Tue Jun 27 2006 Ian Burrell - 0.13-3 - Fix rpmlint warnings Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 06:01:14 -0000 1.2 +++ sources 16 Dec 2006 23:30:43 -0000 1.3 @@ -1 +1 @@ -7e11fb1cc3b2a65678714877ae361823 PerlIO-eol-0.13.tar.gz +55c5d3fafab00a511ff1c2722060235c PerlIO-eol-0.14.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:34:29 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:34:29 -0500 Subject: rpms/perl-SVN-Mirror/devel .cvsignore, 1.3, 1.4 perl-SVN-Mirror.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612162334.kBGNYT5i026664@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVN-Mirror/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26645 Modified Files: .cvsignore perl-SVN-Mirror.spec sources Log Message: Update to 0.72 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 20:37:09 -0000 1.3 +++ .cvsignore 16 Dec 2006 23:33:59 -0000 1.4 @@ -1 +1 @@ -SVN-Mirror-0.70.tar.gz +SVN-Mirror-0.72.tar.gz Index: perl-SVN-Mirror.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/devel/perl-SVN-Mirror.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-SVN-Mirror.spec 11 Sep 2006 21:45:53 -0000 1.4 +++ perl-SVN-Mirror.spec 16 Dec 2006 23:33:59 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-SVN-Mirror -Version: 0.70 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Mirror remote repository to local Subversion repository License: GPL or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_bindir}/svm %changelog +* Sat Dec 16 2006 Ian Burrell - 0.72-1 +- Update to 0.72 + * Mon Sep 11 2006 Ian M. Burrell - 0.70-2 - Remove fixed patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 20:37:09 -0000 1.3 +++ sources 16 Dec 2006 23:33:59 -0000 1.4 @@ -1 +1 @@ -74d8cacb2f47eb0ce63859557cf7ee7c SVN-Mirror-0.70.tar.gz +e5b67a40307b06781b02468de5985261 SVN-Mirror-0.72.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:37:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:37:11 -0500 Subject: rpms/perl-Log-Dispatch/FC-5 .cvsignore, 1.4, 1.5 perl-Log-Dispatch.spec, 1.6, 1.7 sources, 1.4, 1.5 Log-Dispatch-2.11-mod_perl2.patch, 1.1, NONE Message-ID: <200612162337.kBGNbB2j026774@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26740/FC-5 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Removed Files: Log-Dispatch-2.11-mod_perl2.patch Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Sep 2006 20:46:02 -0000 1.4 +++ .cvsignore 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-2.13.tar.gz +Log-Dispatch-2.15.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/perl-Log-Dispatch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Log-Dispatch.spec 26 Sep 2006 20:46:02 -0000 1.6 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:36:41 -0000 1.7 @@ -7,16 +7,15 @@ Name: perl-Log-Dispatch -Version: 2.13 -Release: 1%{?dist} +Version: 2.15 +Release: 2%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Log-Dispatch/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz -Patch0: Log-Dispatch-2.11-mod_perl2.patch -Patch1: Log-Dispatch-2.11-enable-mail-tests.patch +Patch0: Log-Dispatch-2.11-enable-mail-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +26,7 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) +BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -39,11 +39,8 @@ %prep %setup -q -n Log-Dispatch-%{version} -if %{__perl} -e 'use Apache2::Log' ; then -%patch0 -p1 -fi %if %{mailtests} -%patch1 -p1 +%patch0 -p1 %endif # Requirements list: exclude mod_perl @@ -83,6 +80,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 +- New build requirement: perl(IO::String). + +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 +- Update to 2.15. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-2 +- Log-Dispatch-2.11-mod_perl2.patch no longer needed. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-1 +- Update to 2.14. + * Tue Sep 26 2006 Jose Pedro Oliveira - 2.13-1 - Update to 2.13. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Sep 2006 20:46:02 -0000 1.4 +++ sources 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -88349394af92f521e1ccc845d64fb9f2 Log-Dispatch-2.13.tar.gz +a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz --- Log-Dispatch-2.11-mod_perl2.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 23:37:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:37:11 -0500 Subject: rpms/perl-Log-Dispatch/FC-6 .cvsignore, 1.4, 1.5 perl-Log-Dispatch.spec, 1.6, 1.7 sources, 1.4, 1.5 Log-Dispatch-2.11-mod_perl2.patch, 1.1, NONE Message-ID: <200612162337.kBGNbBm5026777@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26740/FC-6 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Removed Files: Log-Dispatch-2.11-mod_perl2.patch Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Sep 2006 20:46:03 -0000 1.4 +++ .cvsignore 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-2.13.tar.gz +Log-Dispatch-2.15.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-6/perl-Log-Dispatch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Log-Dispatch.spec 26 Sep 2006 20:46:03 -0000 1.6 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:36:41 -0000 1.7 @@ -7,16 +7,15 @@ Name: perl-Log-Dispatch -Version: 2.13 -Release: 1%{?dist} +Version: 2.15 +Release: 2%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Log-Dispatch/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz -Patch0: Log-Dispatch-2.11-mod_perl2.patch -Patch1: Log-Dispatch-2.11-enable-mail-tests.patch +Patch0: Log-Dispatch-2.11-enable-mail-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +26,7 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) +BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -39,11 +39,8 @@ %prep %setup -q -n Log-Dispatch-%{version} -if %{__perl} -e 'use Apache2::Log' ; then -%patch0 -p1 -fi %if %{mailtests} -%patch1 -p1 +%patch0 -p1 %endif # Requirements list: exclude mod_perl @@ -83,6 +80,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 +- New build requirement: perl(IO::String). + +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 +- Update to 2.15. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-2 +- Log-Dispatch-2.11-mod_perl2.patch no longer needed. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-1 +- Update to 2.14. + * Tue Sep 26 2006 Jose Pedro Oliveira - 2.13-1 - Update to 2.13. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Sep 2006 20:46:03 -0000 1.4 +++ sources 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -88349394af92f521e1ccc845d64fb9f2 Log-Dispatch-2.13.tar.gz +a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz --- Log-Dispatch-2.11-mod_perl2.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 23:50:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:50:05 -0500 Subject: rpms/perl-Wx/FC-5 .cvsignore, 1.6, 1.7 perl-Wx.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612162350.kBGNo5TX026931@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26897/FC-5 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -Wx-0.64.tar.gz +Wx-0.67.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/perl-Wx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 +++ perl-Wx.spec 16 Dec 2006 23:49:35 -0000 1.6 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.64 +Version: 0.67 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.67-1 +- Update to 0.67. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 +- Update to 0.66. + +* Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 +- Rebuild (wxGTK 2.8.0). + +* Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 +- Update to 0.65. + * Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 - Update to 0.64. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2006 14:36:42 -0000 1.6 +++ sources 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz +10c6ff0f0ec0470b65ff94bedf37f07e Wx-0.67.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:50:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:50:05 -0500 Subject: rpms/perl-Wx/FC-6 .cvsignore, 1.6, 1.7 perl-Wx.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612162350.kBGNo5bV026934@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26897/FC-6 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -Wx-0.64.tar.gz +Wx-0.67.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/perl-Wx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 +++ perl-Wx.spec 16 Dec 2006 23:49:35 -0000 1.6 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.64 +Version: 0.67 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.67-1 +- Update to 0.67. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 +- Update to 0.66. + +* Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 +- Rebuild (wxGTK 2.8.0). + +* Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 +- Update to 0.65. + * Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 - Update to 0.64. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2006 14:36:42 -0000 1.6 +++ sources 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz +10c6ff0f0ec0470b65ff94bedf37f07e Wx-0.67.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:53:15 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:53:15 -0500 Subject: rpms/perl-SVN-Mirror/FC-6 .cvsignore, 1.3, 1.4 perl-SVN-Mirror.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612162353.kBGNrFOq027029@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVN-Mirror/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26985 Modified Files: .cvsignore perl-SVN-Mirror.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 20:37:09 -0000 1.3 +++ .cvsignore 16 Dec 2006 23:52:45 -0000 1.4 @@ -1 +1 @@ -SVN-Mirror-0.70.tar.gz +SVN-Mirror-0.72.tar.gz Index: perl-SVN-Mirror.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-6/perl-SVN-Mirror.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-SVN-Mirror.spec 11 Sep 2006 21:45:53 -0000 1.4 +++ perl-SVN-Mirror.spec 16 Dec 2006 23:52:45 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-SVN-Mirror -Version: 0.70 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Mirror remote repository to local Subversion repository License: GPL or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_bindir}/svm %changelog +* Sat Dec 16 2006 Ian Burrell - 0.72-1 +- Update to 0.72 + * Mon Sep 11 2006 Ian M. Burrell - 0.70-2 - Remove fixed patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 20:37:09 -0000 1.3 +++ sources 16 Dec 2006 23:52:45 -0000 1.4 @@ -1 +1 @@ -74d8cacb2f47eb0ce63859557cf7ee7c SVN-Mirror-0.70.tar.gz +e5b67a40307b06781b02468de5985261 SVN-Mirror-0.72.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:53:31 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:53:31 -0500 Subject: rpms/perl-SVN-Mirror/FC-5 .cvsignore, 1.2, 1.3 perl-SVN-Mirror.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612162353.kBGNrVxG027063@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVN-Mirror/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27010 Modified Files: .cvsignore perl-SVN-Mirror.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:13:10 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:53:01 -0000 1.3 @@ -1 +1 @@ -SVN-Mirror-0.68.tar.gz +SVN-Mirror-0.72.tar.gz Index: perl-SVN-Mirror.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-5/perl-SVN-Mirror.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-SVN-Mirror.spec 12 Sep 2006 20:40:56 -0000 1.4 +++ perl-SVN-Mirror.spec 16 Dec 2006 23:53:01 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-SVN-Mirror -Version: 0.70 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Mirror remote repository to local Subversion repository License: GPL or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_bindir}/svm %changelog +* Sat Dec 16 2006 Ian Burrell - 0.72-1 +- Update to 0.72 + * Mon Sep 11 2006 Ian M. Burrell - 0.70-2 - Remove fixed patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 20:38:31 -0000 1.3 +++ sources 16 Dec 2006 23:53:01 -0000 1.4 @@ -1 +1 @@ -74d8cacb2f47eb0ce63859557cf7ee7c SVN-Mirror-0.70.tar.gz +e5b67a40307b06781b02468de5985261 SVN-Mirror-0.72.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 00:46:29 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Sat, 16 Dec 2006 19:46:29 -0500 Subject: rpms/tachyon/devel tachyon-rpm.patch,1.1,1.2 tachyon.spec,1.1,1.2 Message-ID: <200612170046.kBH0kTfG030490@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tachyon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30464 Modified Files: tachyon-rpm.patch tachyon.spec Log Message: - add SPARC support tachyon-rpm.patch: Index: tachyon-rpm.patch =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon-rpm.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tachyon-rpm.patch 30 Nov 2006 11:52:52 -0000 1.1 +++ tachyon-rpm.patch 17 Dec 2006 00:45:59 -0000 1.2 @@ -1,5 +1,5 @@ --- tachyon/unix/Make-arch.r 2005-03-18 16:28:05.000000000 +0100 -+++ tachyon/unix/Make-arch 2006-11-29 19:54:45.000000000 +0100 ++++ tachyon/unix/Make-arch 2006-12-17 00:42:01.000000000 +0100 @@ -15,7 +15,7 @@ MISCDEFS=$(USEJPEG) $(USEPNG) $(FLT) $(MBOX) @@ -74,7 +74,8 @@ "ARFLAGS = r" \ - "STRIP = strip" \ + "STRIP = touch" \ -+ "RANLIB = ranlib" \ + "RANLIB = ranlib" \ +- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(MISCLIB) -lm" + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(MISCLIB) -lm" + +# Linux x86 using LAM MPI, with OpenGL display @@ -86,8 +87,7 @@ + "AR = ar" \ + "ARFLAGS = r" \ + "STRIP = touch" \ - "RANLIB = ranlib" \ -- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(MISCLIB) -lm" ++ "RANLIB = ranlib" \ + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" # Linux AMD64/EM64T using LAM MPI @@ -122,7 +122,8 @@ "ARFLAGS = r" \ - "STRIP = strip" \ + "STRIP = touch" \ -+ "RANLIB = ranlib" \ + "RANLIB = ranlib" \ +- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" + +# Linux AMD64/EM64T using threads with OpenGL display @@ -134,13 +135,12 @@ + "AR = ar" \ + "ARFLAGS = r" \ + "STRIP = touch" \ - "RANLIB = ranlib" \ -- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" ++ "RANLIB = ranlib" \ + "LIBS = -L. -ltachyon $(LINUX_GLX_LIBS) $(MISCLIB) -lm -lpthread" # Linux x86 using LAM MPI and threads linux-lam-thr: -@@ -1149,6 +1173,54 @@ +@@ -1149,6 +1173,114 @@ "RANLIB = ranlib" \ "LIBS = -L. -ltachyon $(MISCLIB) -lm" @@ -168,7 +168,7 @@ + "RANLIB = ranlib" \ + "LIBS = -L. -ltachyon $(LINUX_GLX_LIBS) $(MISCLIB) -lm -lpthread" + -+# Linux AMD64/EM64T using LAM MPI ++# Linux PPC using LAM MPI +linux-ppc-lam: + $(MAKE) all \ + "ARCH = linux-ppc-lam" \ @@ -180,7 +180,7 @@ + "RANLIB = ranlib" \ + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(MISCLIB) -lm" + -+# Linux AMD64/EM64T using LAM MPI, with OpenGL display ++# Linux PPC using LAM MPI, with OpenGL display +linux-ppc-lam-ogl: + $(MAKE) all \ + "ARCH = linux-ppc-lam-ogl" \ @@ -192,11 +192,71 @@ + "RANLIB = ranlib" \ + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" + ++# Linux SPARC using gcc ++linux-sparc: ++ $(MAKE) all \ ++ "ARCH = linux-sparc" \ ++ "CC = gcc" \ ++ "CFLAGS = -m32 -Wall -O2 -DLinux $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = strip" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -ltachyon $(MISCLIB) -lm" ++ ++# Linux SPARC using gcc and threads ++linux-ppc-thr: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-thr" \ ++ "CC = gcc" \ ++ "CFLAGS = -m32 -Wall -O2 -DLinux -DTHR -D_REENTRANT $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread" ++ ++# Linux SPARC using threads with OpenGL display ++linux-ppc-thr-ogl: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-thr-ogl" \ ++ "CC = gcc" \ ++ "CFLAGS = -m32 -Wall -O2 -DLinux -DTHR -D_REENTRANT -DUSEOPENGL $(LINUX_GLX_INCS) $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -ltachyon $(LINUX_GLX_LIBS) $(MISCLIB) -lm -lpthread" ++ ++# Linux SPARC using LAM MPI ++linux-sparc-lam: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-lam" \ ++ "CC = mpicc" \ ++ "CFLAGS = -m32 -Wall -O2 -I$(LAMHOME)/h -DLinux -DMPI $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(MISCLIB) -lm" ++ ++# Linux SPARC using LAM MPI, with OpenGL display ++linux-sparc-lam-ogl: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-lam-ogl" \ ++ "CC = mpicc" \ ++ "CFLAGS = -m32 -Wall -O2 -I$(LAMHOME)/h -DLinux -DMPI -DUSEOPENGL $(LINUX_GLX_INCS) $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" ++ # Linux PPC using gcc linux-ps2: $(MAKE) all \ --- tachyon/unix/Make-config.r 2004-03-05 20:41:03.000000000 +0100 -+++ tachyon/unix/Make-config 2006-11-29 19:51:01.000000000 +0100 ++++ tachyon/unix/Make-config 2006-12-17 00:37:45.000000000 +0100 @@ -57,7 +57,7 @@ ########################################################################## @@ -249,7 +309,7 @@ ########################################################################## --- tachyon/unix/Make-opengl.r 2004-02-04 07:36:06.000000000 +0100 -+++ tachyon/unix/Make-opengl 2006-11-29 19:51:01.000000000 +0100 ++++ tachyon/unix/Make-opengl 2006-12-17 00:37:45.000000000 +0100 @@ -9,8 +9,8 @@ # # Generic Mesa OpenGL / GLX include and link specs, for most platforms Index: tachyon.spec =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tachyon.spec 30 Nov 2006 11:52:52 -0000 1.1 +++ tachyon.spec 17 Dec 2006 00:45:59 -0000 1.2 @@ -7,11 +7,14 @@ %ifarch ppc %define target linux-ppc %endif +%ifarch sparc +%define target linux-sparc +%endif Summary: Parallel / Multiprocessor Ray Tracing System Name: tachyon Version: 0.97 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://jedi.ks.uiuc.edu/~johns/raytracer/ Group: Applications/Engineering Source: http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/tachyon-0.97.tar.gz @@ -139,6 +142,9 @@ %{_datadir}/tachyon %changelog +* Sun Dec 17 2006 Dominik 'Rathann' Mierzejewski 0.97-3 +- add SPARC support + * Wed Nov 29 2006 Dominik 'Rathann' Mierzejewski 0.97-2 - use only kosher CFLAGS - fix target setting From fedora-extras-commits at redhat.com Sun Dec 17 01:05:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 16 Dec 2006 20:05:12 -0500 Subject: rpms/emelfm2/devel .cvsignore, 1.9, 1.10 emelfm2-makefile.config.patch, 1.2, 1.3 emelfm2.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <200612170105.kBH15CfE001247@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1223 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: update to 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 Aug 2006 23:03:11 -0000 1.9 +++ .cvsignore 17 Dec 2006 01:04:42 -0000 1.10 @@ -1 +1 @@ -emelfm2-0.2.tar.gz +emelfm2-0.3.1.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2-makefile.config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emelfm2-makefile.config.patch 6 Aug 2006 22:22:41 -0000 1.2 +++ emelfm2-makefile.config.patch 17 Dec 2006 01:04:42 -0000 1.3 @@ -1,25 +1,20 @@ ---- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 -+++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 -@@ -2,11 +2,11 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - BIN_DIR ?= $(PREFIX)/bin - +--- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 ++++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +@@ -12,7 +12,7 @@ + ### documentation ### + ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + #the name of the default main-user-guide document + HELPDOC ?= USAGE +@@ -87,7 +87,7 @@ -@@ -63,7 +63,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 + # setting this to 1 includes code (not much) that is applicable only + # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 - ######################### - ### documentation ### + # setting DEBUG to 0/1 turns debugging off/on + DEBUG ?= 0 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- emelfm2.spec 31 Aug 2006 23:03:11 -0000 1.13 +++ emelfm2.spec 17 Dec 2006 01:04:42 -0000 1.14 @@ -1,16 +1,17 @@ Name: emelfm2 -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz -Patch0: emelfm2-makefile.config.patch +Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils +#BuildRequires: gamin-devel Requires: findutils >= 4.2, file, grep, sed %description @@ -20,16 +21,23 @@ opening an xterm. %prep -%setup -qn emelfm2-0.2 +%setup -q %patch0 -p0 -b .orig -sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config + # fix for x86_64 libs sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile + # fix broken icon in emelfm2.desktop sed -i 's!emelfm2/emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop %build -make %{?_smp_mflags} +#echo $RPM_OPT_FLAGS +#export CFLAGS="${RPM_OPT_FLAGS}" +#echo $CFLAGS +make %{?_smp_mflags} \ + OPTIMIZE="${RPM_OPT_FLAGS}" \ + CFLAGS="${RPM_OPT_FLAGS}" \ + PREFIX="%{_prefix}" %install @@ -41,10 +49,9 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Utility \ - --delete-original \ + --add-category Application \ + --add-category Utility \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean @@ -53,11 +60,11 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc docs/ACTIONS docs/CHANGELOG docs/CONFIGURATION docs/CREDITS docs/HACKING +%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS docs/HACKING %doc docs/README docs/TODO docs/USAGE docs/WARNING %doc docs/help.txt docs/GPL docs/LGPL %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} @@ -65,8 +72,15 @@ %changelog +* Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 +- Update 0.3.1. +- Remove Category "X-Fedora" from emelfm2.desktop. + +* Mon Aug 28 2006 Christoph Wickert - 0.3.0-1 +- Update 0.3. + * Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 -- Update 0.2.0 +- Update 0.2.0. * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. @@ -91,7 +105,7 @@ - Update to 0.1.4. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-2 -- Removed nonexistant ROADMAP from %doc. +- Removed nonexistant ROADMAP from %%doc. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-1 - Update to 0.1.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 Aug 2006 23:03:11 -0000 1.9 +++ sources 17 Dec 2006 01:04:42 -0000 1.10 @@ -1 +1 @@ -506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz +c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 01:27:13 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 16 Dec 2006 20:27:13 -0500 Subject: rpms/emelfm2/FC-6 .cvsignore, 1.9, 1.10 emelfm2-makefile.config.patch, 1.2, 1.3 emelfm2.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <200612170127.kBH1RDYp001357@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1333 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: update to 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 Aug 2006 23:03:11 -0000 1.9 +++ .cvsignore 17 Dec 2006 01:26:43 -0000 1.10 @@ -1 +1 @@ -emelfm2-0.2.tar.gz +emelfm2-0.3.1.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/emelfm2-makefile.config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emelfm2-makefile.config.patch 6 Aug 2006 22:22:41 -0000 1.2 +++ emelfm2-makefile.config.patch 17 Dec 2006 01:26:43 -0000 1.3 @@ -1,25 +1,20 @@ ---- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 -+++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 -@@ -2,11 +2,11 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - BIN_DIR ?= $(PREFIX)/bin - +--- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 ++++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +@@ -12,7 +12,7 @@ + ### documentation ### + ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + #the name of the default main-user-guide document + HELPDOC ?= USAGE +@@ -87,7 +87,7 @@ -@@ -63,7 +63,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 + # setting this to 1 includes code (not much) that is applicable only + # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 - ######################### - ### documentation ### + # setting DEBUG to 0/1 turns debugging off/on + DEBUG ?= 0 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/emelfm2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- emelfm2.spec 31 Aug 2006 23:03:11 -0000 1.13 +++ emelfm2.spec 17 Dec 2006 01:26:43 -0000 1.14 @@ -1,16 +1,17 @@ Name: emelfm2 -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz -Patch0: emelfm2-makefile.config.patch +Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils +#BuildRequires: gamin-devel Requires: findutils >= 4.2, file, grep, sed %description @@ -20,16 +21,23 @@ opening an xterm. %prep -%setup -qn emelfm2-0.2 +%setup -q %patch0 -p0 -b .orig -sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config + # fix for x86_64 libs sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile + # fix broken icon in emelfm2.desktop sed -i 's!emelfm2/emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop %build -make %{?_smp_mflags} +#echo $RPM_OPT_FLAGS +#export CFLAGS="${RPM_OPT_FLAGS}" +#echo $CFLAGS +make %{?_smp_mflags} \ + OPTIMIZE="${RPM_OPT_FLAGS}" \ + CFLAGS="${RPM_OPT_FLAGS}" \ + PREFIX="%{_prefix}" %install @@ -41,10 +49,9 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Utility \ - --delete-original \ + --add-category Application \ + --add-category Utility \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean @@ -53,11 +60,11 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc docs/ACTIONS docs/CHANGELOG docs/CONFIGURATION docs/CREDITS docs/HACKING +%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS docs/HACKING %doc docs/README docs/TODO docs/USAGE docs/WARNING %doc docs/help.txt docs/GPL docs/LGPL %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} @@ -65,8 +72,15 @@ %changelog +* Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 +- Update 0.3.1. +- Remove Category "X-Fedora" from emelfm2.desktop. + +* Mon Aug 28 2006 Christoph Wickert - 0.3.0-1 +- Update 0.3. + * Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 -- Update 0.2.0 +- Update 0.2.0. * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. @@ -91,7 +105,7 @@ - Update to 0.1.4. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-2 -- Removed nonexistant ROADMAP from %doc. +- Removed nonexistant ROADMAP from %%doc. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-1 - Update to 0.1.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 Aug 2006 23:03:11 -0000 1.9 +++ sources 17 Dec 2006 01:26:43 -0000 1.10 @@ -1 +1 @@ -506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz +c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 01:37:08 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Sat, 16 Dec 2006 20:37:08 -0500 Subject: rpms/tachyon/devel tachyon-rpm.patch,1.2,1.3 tachyon.spec,1.2,1.3 Message-ID: <200612170137.kBH1b8AA001442@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tachyon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1422 Modified Files: tachyon-rpm.patch tachyon.spec Log Message: - fix copy&paste error in patch tachyon-rpm.patch: Index: tachyon-rpm.patch =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon-rpm.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tachyon-rpm.patch 17 Dec 2006 00:45:59 -0000 1.2 +++ tachyon-rpm.patch 17 Dec 2006 01:36:38 -0000 1.3 @@ -205,7 +205,7 @@ + "LIBS = -L. -ltachyon $(MISCLIB) -lm" + +# Linux SPARC using gcc and threads -+linux-ppc-thr: ++linux-sparc-thr: + $(MAKE) all \ + "ARCH = linux-sparc-thr" \ + "CC = gcc" \ @@ -217,7 +217,7 @@ + "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread" + +# Linux SPARC using threads with OpenGL display -+linux-ppc-thr-ogl: ++linux-sparc-thr-ogl: + $(MAKE) all \ + "ARCH = linux-sparc-thr-ogl" \ + "CC = gcc" \ Index: tachyon.spec =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tachyon.spec 17 Dec 2006 00:45:59 -0000 1.2 +++ tachyon.spec 17 Dec 2006 01:36:38 -0000 1.3 @@ -14,7 +14,7 @@ Summary: Parallel / Multiprocessor Ray Tracing System Name: tachyon Version: 0.97 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://jedi.ks.uiuc.edu/~johns/raytracer/ Group: Applications/Engineering Source: http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/tachyon-0.97.tar.gz @@ -142,6 +142,9 @@ %{_datadir}/tachyon %changelog +* Sun Dec 17 2006 Dominik 'Rathann' Mierzejewski 0.97-4 +- fix copy&paste error in patch + * Sun Dec 17 2006 Dominik 'Rathann' Mierzejewski 0.97-3 - add SPARC support From fedora-extras-commits at redhat.com Sun Dec 17 07:32:59 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Sun, 17 Dec 2006 02:32:59 -0500 Subject: rpms/pyflowtools/devel pyflowtools.spec,1.5,1.6 Message-ID: <200612170732.kBH7WxwH027422@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/pyflowtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27258 Modified Files: pyflowtools.spec Log Message: automated bump and rebuild Index: pyflowtools.spec =================================================================== RCS file: /cvs/extras/rpms/pyflowtools/devel/pyflowtools.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pyflowtools.spec 14 Sep 2006 21:13:46 -0000 1.5 +++ pyflowtools.spec 17 Dec 2006 07:32:29 -0000 1.6 @@ -3,7 +3,7 @@ Summary: An interface to OSU FlowTools Name: pyflowtools Version: 0.3 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://www.net.informatik.tu-muenchen.de/pers/robin/flowtools/%{name}-%{version}.tar.gz Patch0: pyflowtools-0.3.1.patch License: GPL @@ -40,6 +40,9 @@ %{python_sitelib}/* %changelog +* Sun Dec 17 2006 Paul P. Komkoff Jr +- rebuilt + * Fri Sep 15 2006 Paul P. Komkoff Jr - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 09:19:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 04:19:17 -0500 Subject: fedora-security/audit fe3, 1.47, 1.48 fe4, 1.118, 1.119 fe5, 1.130, 1.131 fe6, 1.44, 1.45 Message-ID: <200612170919.kBH9JHQY008066@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8045 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6574 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- fe3 14 Dec 2006 21:57:46 -0000 1.47 +++ fe3 17 Dec 2006 09:19:17 -0000 1.48 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- fe4 14 Dec 2006 21:57:46 -0000 1.118 +++ fe4 17 Dec 2006 09:19:17 -0000 1.119 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- fe5 14 Dec 2006 21:57:46 -0000 1.130 +++ fe5 17 Dec 2006 09:19:17 -0000 1.131 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- fe6 14 Dec 2006 21:57:46 -0000 1.44 +++ fe6 17 Dec 2006 09:19:17 -0000 1.45 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 From fedora-extras-commits at redhat.com Sun Dec 17 09:32:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 04:32:58 -0500 Subject: fedora-security/audit fe3, 1.48, 1.49 fe4, 1.119, 1.120 fe5, 1.131, 1.132 fe6, 1.45, 1.46 Message-ID: <200612170933.kBH9WwQ8029150@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29129 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- fe3 17 Dec 2006 09:19:17 -0000 1.48 +++ fe3 17 Dec 2006 09:32:58 -0000 1.49 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- fe4 17 Dec 2006 09:19:17 -0000 1.119 +++ fe4 17 Dec 2006 09:32:58 -0000 1.120 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- fe5 17 Dec 2006 09:19:17 -0000 1.131 +++ fe5 17 Dec 2006 09:32:58 -0000 1.132 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- fe6 17 Dec 2006 09:19:17 -0000 1.45 +++ fe6 17 Dec 2006 09:32:58 -0000 1.46 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 From fedora-extras-commits at redhat.com Sun Dec 17 11:08:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 06:08:36 -0500 Subject: rpms/jd/devel .cvsignore, 1.39, 1.40 jd.spec, 1.46, 1.47 sources, 1.39, 1.40 Message-ID: <200612171108.kBHB8aXF003309@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3250 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- .cvsignore 16 Dec 2006 15:35:51 -0000 1.39 +++ .cvsignore 17 Dec 2006 11:08:06 -0000 1.40 @@ -1 +1 @@ -jd-1.8.1-cvs061216.tgz +jd-1.8.1-061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- jd.spec 16 Dec 2006 15:35:51 -0000 1.46 +++ jd.spec 17 Dec 2006 11:08:06 -0000 1.47 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061216 -%define repoid 23098 +%define strtag 061217 +%define repoid 23156 # Defined by vendor # -%define vendor_rel 3 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 1 +%define pre_release 0 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sat Dec 16 2006 Mamoru Tasaka - 1.8.1-0.3.cvs061216 -- cvs 061216 (23:59 JST) +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 +- 1.8.1 * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- sources 16 Dec 2006 15:35:51 -0000 1.39 +++ sources 17 Dec 2006 11:08:06 -0000 1.40 @@ -1 +1 @@ -4b896016b84a345b7d14612cd812b546 jd-1.8.1-cvs061216.tgz +fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 11:08:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 06:08:45 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.12, 1.13 jd.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612171108.kBHB8jbu003314@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3270 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 12 Dec 2006 15:27:06 -0000 1.12 +++ .cvsignore 17 Dec 2006 11:08:15 -0000 1.13 @@ -1 +1 @@ -jd-1.8.1-rc061213.tgz +jd-1.8.1-061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jd.spec 12 Dec 2006 15:27:06 -0000 1.13 +++ jd.spec 17 Dec 2006 11:08:15 -0000 1.14 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag rc061213 -%define repoid 23098 +%define strtag 061217 +%define repoid 23156 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 1 +%define pre_release 0 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 +- 1.8.1 + * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 12 Dec 2006 15:27:06 -0000 1.12 +++ sources 17 Dec 2006 11:08:15 -0000 1.13 @@ -1 +1 @@ -f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz +fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 11:09:02 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 06:09:02 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.11, 1.12 jd.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612171109.kBHB92Nh003319@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3290 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 12 Dec 2006 15:28:03 -0000 1.11 +++ .cvsignore 17 Dec 2006 11:08:32 -0000 1.12 @@ -1 +1 @@ -jd-1.8.1-rc061213.tgz +jd-1.8.1-061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- jd.spec 12 Dec 2006 15:28:03 -0000 1.12 +++ jd.spec 17 Dec 2006 11:08:32 -0000 1.13 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag rc061213 -%define repoid 23098 +%define strtag 061217 +%define repoid 23156 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 1 +%define pre_release 0 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 +- 1.8.1 + * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 12 Dec 2006 15:28:03 -0000 1.11 +++ sources 17 Dec 2006 11:08:32 -0000 1.12 @@ -1 +1 @@ -f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz +fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 11:29:06 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 06:29:06 -0500 Subject: rpms/notecase/devel .cvsignore, 1.7, 1.8 notecase.spec, 1.19, 1.20 sources, 1.7, 1.8 Message-ID: <200612171129.kBHBT6n5003618@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578/devel Modified Files: .cvsignore notecase.spec sources Log Message: auto-import notecase-1.3.3-1 on branch devel from notecase-1.3.3-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/notecase/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 27 Sep 2006 10:39:02 -0000 1.7 +++ .cvsignore 17 Dec 2006 11:28:36 -0000 1.8 @@ -1 +1 @@ -notecase-1.1.9_src.zip +notecase-1.3.3_src.tar.gz Index: notecase.spec =================================================================== RCS file: /cvs/extras/rpms/notecase/devel/notecase.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- notecase.spec 27 Sep 2006 10:48:20 -0000 1.19 +++ notecase.spec 17 Dec 2006 11:28:36 -0000 1.20 @@ -1,12 +1,12 @@ Name: notecase -Version: 1.1.9 -Release: 2%{?dist} +Version: 1.3.3 +Release: 1%{?dist} Summary: A hierarchical note manager Group: Applications/Productivity License: BSD URL: http://notecase.sourceforge.net/ -Source0: http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.zip +Source0: http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel @@ -58,6 +58,10 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sun Dec 17 2006 Damien Durand 1.3.3-1 +- Upgrade to 1.3.3 +- Fix source + * Wed Sep 27 2006 Damien Durand 1.1.9-2 - Upgrade to 1.1.9 - Remove patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/notecase/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 27 Sep 2006 10:39:02 -0000 1.7 +++ sources 17 Dec 2006 11:28:36 -0000 1.8 @@ -1 +1 @@ -ffd4dd4ef7d9701af3081438838de5af notecase-1.1.9_src.zip +0605357861f9b5b5203df1c40f93c09e notecase-1.3.3_src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 11:29:06 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 06:29:06 -0500 Subject: rpms/notecase import.log,1.4,1.5 Message-ID: <200612171129.kBHBT62S003613@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578 Modified Files: import.log Log Message: auto-import notecase-1.3.3-1 on branch devel from notecase-1.3.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/notecase/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 27 Sep 2006 10:48:20 -0000 1.4 +++ import.log 17 Dec 2006 11:28:35 -0000 1.5 @@ -1,3 +1,4 @@ notecase-0_8_2-1:HEAD:notecase-0.8.2-1.src.rpm:1112668863 notecase-1_1_9-1_fc6:HEAD:notecase-1.1.9-1.fc6.src.rpm:1159353609 notecase-1_1_9-2_fc6:HEAD:notecase-1.1.9-2.fc6.src.rpm:1159354167 +notecase-1_3_3-1:HEAD:notecase-1.3.3-1.src.rpm:1166355326 From fedora-extras-commits at redhat.com Sun Dec 17 11:41:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 06:41:41 -0500 Subject: rpms/xine-lib/devel xine-lib-1.1.3-optflags.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xine-lib.spec, 1.5, 1.6 xine-lib-1.1.1-configure-no-mcpu-march.patch, 1.1, NONE Message-ID: <200612171141.kBHBff20003744@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3722 Modified Files: .cvsignore sources xine-lib.spec Added Files: xine-lib-1.1.3-optflags.patch Removed Files: xine-lib-1.1.1-configure-no-mcpu-march.patch Log Message: * Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 - Don't run autotools during build. xine-lib-1.1.3-optflags.patch: --- NEW FILE xine-lib-1.1.3-optflags.patch --- --- xine-lib-1.1.3/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300 +++ xine-lib-1.1.3/m4/optimizations.m4 2006-12-17 11:49:44.000000000 +0200 @@ -107,7 +107,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in --- xine-lib-1.1.3/configure~ 2006-12-03 21:41:27.000000000 +0200 +++ xine-lib-1.1.3/configure 2006-12-17 11:50:07.000000000 +0200 @@ -46971,7 +46971,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Dec 2006 07:31:46 -0000 1.3 +++ .cvsignore 17 Dec 2006 11:41:11 -0000 1.4 @@ -1 +1,2 @@ xine-lib-1.1.3-pruned.tar.bz2 +xine-lib-1.1.3-autotools.patch.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Dec 2006 07:31:46 -0000 1.3 +++ sources 17 Dec 2006 11:41:11 -0000 1.4 @@ -1 +1,2 @@ eff682745f198e1881773509f12c70c3 xine-lib-1.1.3-pruned.tar.bz2 +a58fce450d9288224caa413ad8bc1f8d xine-lib-1.1.3-autotools.patch.bz2 Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xine-lib.spec 9 Dec 2006 16:08:08 -0000 1.5 +++ xine-lib.spec 17 Dec 2006 11:41:11 -0000 1.6 @@ -7,19 +7,25 @@ Summary: Xine library Name: xine-lib Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Libraries URL: http://xinehq.de/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code #Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.gz -Source0: xine-lib-%{version}-pruned.tar.bz2 -Source1: xine-lib-cleanup-sources.sh -Patch1: xine-lib-1.1.1-configure-no-mcpu-march.patch -Patch6: xine-lib-1.1.1-deepbind-939.patch -Patch7: xine-lib-1.1.1-multilib-devel.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Source0: %{name}-%{version}-pruned.tar.bz2 +Source1: %{name}-cleanup-sources.sh +# To recreate the autotools patch: install build deps, extract source0, +# remove run_configure "$@" from autogen.sh, copy the dir to -patched, +# run autogen.sh (doesn't work with automake 1.10 as of 1.1.3 so use 1.9), +# remove autom4te.cache, then diff the dirs. Apply rest of the patches during +# build so that autotools do not need to be run again. +Patch0: %{name}-1.1.3-autotools.patch.bz2 +Patch1: %{name}-1.1.3-optflags.patch +Patch6: %{name}-1.1.1-deepbind-939.patch +Patch7: %{name}-1.1.1-multilib-devel.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # X11 BuildRequires: libX11-devel libXv-devel libXinerama-devel libXvMC-devel libGLU-devel # Video @@ -41,8 +47,7 @@ # CDs BuildRequires: libcdio-devel # Other -BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel -BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common +BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel samba-common %package devel Summary: Xine library development files @@ -93,19 +98,16 @@ %prep %setup -q -%patch1 -p0 -b .nomcpu +%patch0 -p1 -b .autotools +cp -p m4/optimizations.m4 m4/optimizations.m4.stamp +%patch1 -p1 -b .optflags +touch -r m4/optimizations.m4.stamp m4/optimizations.m4 # Patch6 needed at least when compiling with external ffmpeg, #939. %patch6 -p1 -b .deepbind %patch7 -p0 -b .multilib-devel find . -name "*.[hc]" | xargs chmod -c -x -aclocal-1.9 -I m4 -libtoolize --force -autoheader -automake-1.9 --gnu --add-missing -autoconf - # Avoid standard rpaths on lib64 archs: sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure @@ -275,6 +277,9 @@ %changelog +* Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 +- Don't run autotools during build. + * Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 - version 1.1.3 - patch2 applied upstream --- xine-lib-1.1.1-configure-no-mcpu-march.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 12:02:49 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sun, 17 Dec 2006 07:02:49 -0500 Subject: rpms/inotify-tools/devel .cvsignore, 1.6, 1.7 inotify-tools.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612171202.kBHC2nj5006972@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6948 Modified Files: .cvsignore inotify-tools.spec sources Log Message: Update to 3.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 3 Oct 2006 12:11:29 -0000 1.6 +++ .cvsignore 17 Dec 2006 12:02:19 -0000 1.7 @@ -1 +1 @@ -inotify-tools-2.6.tar.gz +inotify-tools-3.6.tar.gz Index: inotify-tools.spec =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/inotify-tools.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- inotify-tools.spec 3 Oct 2006 12:11:29 -0000 1.5 +++ inotify-tools.spec 17 Dec 2006 12:02:19 -0000 1.6 @@ -1,5 +1,5 @@ Name: inotify-tools -Version: 2.6 +Version: 3.6 Release: 1%{?dist} Summary: Command line utilities for inotify @@ -9,19 +9,31 @@ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: autoconf +BuildRequires: doxygen %description inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. +%package devel +Summary: Headers and libraries for building apps that use libinotifytools +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains headers and libraries required to build applications +that use the libinotifytools library. %prep %setup -q %build -%configure --disable-dependency-tracking +%configure \ + --disable-dependency-tracking \ + --disable-static make %{?_smp_mflags} @@ -29,21 +41,55 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} +find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' +# We'll install documentation in the proper place +rm -rf %{buildroot}/%{_datadir}/doc/ + + +%check +make check + %clean rm -rf %{buildroot} +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch +%{_libdir}/libinotifytools.so.* %{_mandir}/man1/inotifywait.1* %{_mandir}/man1/inotifywatch.1* +%files devel +%defattr(-,root,root,-) +%doc libinotifytools/src/doc/html/* +%dir %{_includedir}/inotifytools/ +%{_includedir}/inotifytools/inotify.h +%{_includedir}/inotifytools/inotify-nosys.h +%{_includedir}/inotifytools/inotifytools.h +%{_libdir}/libinotifytools.so + %changelog +* Sun Dec 17 2006 Dawid Gajownik - 3.6-1 +- Update to 3.6 + +* Tue Oct 31 2006 Dawid Gajownik - 3.3-1 +- Update to 3.3 +- Add %%check stage + +* Sat Oct 28 2006 Dawid Gajownik - 3.1-1 +- Update to 3.1 +- Add -devel subpackage + * Tue Oct 3 2006 Dawid Gajownik - 2.6-1 - Update to 2.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 3 Oct 2006 12:11:29 -0000 1.6 +++ sources 17 Dec 2006 12:02:19 -0000 1.7 @@ -1 +1 @@ -4e3f876c4bac9d3cb520d81810832906 inotify-tools-2.6.tar.gz +5ca0a0c64fbf406dc8bfff3f1d5d4cf4 inotify-tools-3.6.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:49:10 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:49:10 -0500 Subject: rpms/tor/devel tor.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <200612171249.kBHCnAr5007278@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225/devel Modified Files: tor.spec sources Log Message: - updated to 0.1.1.26 (SECURITY) - do not turn on logging by default; it's easier to say "we do not log anything" to the police instead of enumerating the logged event classes and trying to explain that they do not contain any valuable information Index: tor.spec =================================================================== RCS file: /cvs/extras/rpms/tor/devel/tor.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tor.spec 5 Oct 2006 06:29:54 -0000 1.4 +++ tor.spec 17 Dec 2006 12:48:40 -0000 1.5 @@ -10,7 +10,7 @@ %{!?release_func:%global release_func() %1%{?dist}} Name: tor -Version: 0.1.1.24 +Version: 0.1.1.26 Release: %release_func 1 Group: System Environment/Daemons License: BSD @@ -89,8 +89,7 @@ %setup -q %patch0 -p1 -b .setgroups -sed -i -e 's!^\# *\(Log notice file \)!\1!; - s!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in +sed -i -e 's!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in cat <>src/config/torrc.sample.in Group %username User %username @@ -179,6 +178,16 @@ %changelog +* Sun Dec 17 2006 Enrico Scholz - 0.1.1.26-1 +- updated to 0.1.1.26 (SECURITY) +- do not turn on logging by default; it's easier to say "we do not log + anything" to the police instead of enumerating the logged event + classes and trying to explain that they do not contain any valuable + information + +* Sun Nov 12 2006 Enrico Scholz - 0.1.1.25-1 +- updated to 0.1.1.25 + * Thu Oct 5 2006 Enrico Scholz - 0.1.1.24-1 - updated to 0.1.1.24 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Oct 2006 06:29:54 -0000 1.3 +++ sources 17 Dec 2006 12:48:40 -0000 1.4 @@ -1,2 +1 @@ -28dea6a77a43b6e421e1bd7b2cc3d940 tor-0.1.1.24.tar.gz -217c02c37858cf6048ba2b0a99d76014 tor-0.1.1.24.tar.gz.asc +0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:49:10 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:49:10 -0500 Subject: rpms/tor/FC-6 tor.spec,1.5,1.6 sources,1.4,1.5 Message-ID: <200612171249.kBHCnAT4007283@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225/FC-6 Modified Files: tor.spec sources Log Message: - updated to 0.1.1.26 (SECURITY) - do not turn on logging by default; it's easier to say "we do not log anything" to the police instead of enumerating the logged event classes and trying to explain that they do not contain any valuable information Index: tor.spec =================================================================== RCS file: /cvs/extras/rpms/tor/FC-6/tor.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tor.spec 12 Nov 2006 11:59:11 -0000 1.5 +++ tor.spec 17 Dec 2006 12:48:40 -0000 1.6 @@ -10,7 +10,7 @@ %{!?release_func:%global release_func() %1%{?dist}} Name: tor -Version: 0.1.1.25 +Version: 0.1.1.26 Release: %release_func 1 Group: System Environment/Daemons License: BSD @@ -89,8 +89,7 @@ %setup -q %patch0 -p1 -b .setgroups -sed -i -e 's!^\# *\(Log notice file \)!\1!; - s!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in +sed -i -e 's!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in cat <>src/config/torrc.sample.in Group %username User %username @@ -179,6 +178,13 @@ %changelog +* Sun Dec 17 2006 Enrico Scholz - 0.1.1.26-1 +- updated to 0.1.1.26 (SECURITY) +- do not turn on logging by default; it's easier to say "we do not log + anything" to the police instead of enumerating the logged event + classes and trying to explain that they do not contain any valuable + information + * Sun Nov 12 2006 Enrico Scholz - 0.1.1.25-1 - updated to 0.1.1.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Nov 2006 11:59:11 -0000 1.4 +++ sources 17 Dec 2006 12:48:40 -0000 1.5 @@ -1,2 +1 @@ -b001fa271b5935f3d9c5222809dbd2f1 tor-0.1.1.25.tar.gz -30b6c339f851eca6c7a5d672cb57681e tor-0.1.1.25.tar.gz.asc +0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:49:15 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:49:15 -0500 Subject: rpms/tor/FC-5 tor.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <200612171249.kBHCnF4j007288@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225/FC-5 Modified Files: tor.spec sources Log Message: - updated to 0.1.1.26 (SECURITY) - do not turn on logging by default; it's easier to say "we do not log anything" to the police instead of enumerating the logged event classes and trying to explain that they do not contain any valuable information Index: tor.spec =================================================================== RCS file: /cvs/extras/rpms/tor/FC-5/tor.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tor.spec 12 Nov 2006 11:56:53 -0000 1.4 +++ tor.spec 17 Dec 2006 12:48:45 -0000 1.5 @@ -9,7 +9,7 @@ %{!?release_func:%global release_func() %1%{?dist}} Name: tor -Version: 0.1.1.25 +Version: 0.1.1.26 Release: %release_func 1 Group: System Environment/Daemons License: BSD @@ -85,8 +85,7 @@ %setup -q %patch0 -p1 -b .setgroups -sed -i -e 's!^\# *\(Log notice file \)!\1!; - s!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in +sed -i -e 's!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in cat <>src/config/torrc.sample.in Group %username User %username @@ -176,6 +175,13 @@ %changelog +* Sun Dec 17 2006 Enrico Scholz - 0.1.1.26-1 +- updated to 0.1.1.26 (SECURITY) +- do not turn on logging by default; it's easier to say "we do not log + anything" to the police instead of enumerating the logged event + classes and trying to explain that they do not contain any valuable + information + * Sun Nov 12 2006 Enrico Scholz - 0.1.1.25-1 - updated to 0.1.1.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Nov 2006 11:56:53 -0000 1.4 +++ sources 17 Dec 2006 12:48:45 -0000 1.5 @@ -1,2 +1 @@ -b001fa271b5935f3d9c5222809dbd2f1 tor-0.1.1.25.tar.gz -30b6c339f851eca6c7a5d672cb57681e tor-0.1.1.25.tar.gz.asc +0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:52:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 07:52:03 -0500 Subject: rpms/xine-lib/FC-6 xine-lib-1.1.3-optflags.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xine-lib-cleanup-sources.sh, 1.1, 1.2 xine-lib.spec, 1.1, 1.2 xine-lib-1.1.1-configure-no-mcpu-march.patch, 1.1, NONE Message-ID: <200612171252.kBHCq3WT007438@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7414 Modified Files: .cvsignore sources xine-lib-cleanup-sources.sh xine-lib.spec Added Files: xine-lib-1.1.3-optflags.patch Removed Files: xine-lib-1.1.1-configure-no-mcpu-march.patch Log Message: * Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 - Don't run autotools during build. * Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 - version 1.1.3 - patch2 applied upstream - Disable CACA support by default, needs newer than what's in FE ATM. - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) * Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 - Make shn files available to amarok. References: http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 xine-lib-1.1.3-optflags.patch: --- NEW FILE xine-lib-1.1.3-optflags.patch --- --- xine-lib-1.1.3/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300 +++ xine-lib-1.1.3/m4/optimizations.m4 2006-12-17 11:49:44.000000000 +0200 @@ -107,7 +107,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in --- xine-lib-1.1.3/configure~ 2006-12-03 21:41:27.000000000 +0200 +++ xine-lib-1.1.3/configure 2006-12-17 11:50:07.000000000 +0200 @@ -46971,7 +46971,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Oct 2006 18:32:55 -0000 1.2 +++ .cvsignore 17 Dec 2006 12:51:33 -0000 1.3 @@ -1 +1,2 @@ -xine-lib-1.1.2.tar.bz2 +xine-lib-1.1.3-pruned.tar.bz2 +xine-lib-1.1.3-autotools.patch.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Oct 2006 18:32:55 -0000 1.2 +++ sources 17 Dec 2006 12:51:33 -0000 1.3 @@ -1 +1,2 @@ -d1afb34d2335f8c9ded4d9a2b741251e xine-lib-1.1.2.tar.bz2 +eff682745f198e1881773509f12c70c3 xine-lib-1.1.3-pruned.tar.bz2 +a58fce450d9288224caa413ad8bc1f8d xine-lib-1.1.3-autotools.patch.bz2 Index: xine-lib-cleanup-sources.sh =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/xine-lib-cleanup-sources.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib-cleanup-sources.sh 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib-cleanup-sources.sh 17 Dec 2006 12:51:33 -0000 1.2 @@ -6,8 +6,9 @@ fi version=$1 -tarball="xine-lib-$version.tar.bz2" +tarball="xine-lib-$version.tar.gz" dir="xine-lib-$version" +modtarball="xine-lib-$version-pruned.tar.bz2" if [ ! -f $tarball ]; then @@ -17,7 +18,7 @@ echo "Uncompressing $tarball..." rm -rf $dir -tar -xjf $tarball +tar -xzf $tarball cd $dir # Main libraries @@ -58,8 +59,6 @@ # All clean ! cd .. -echo "Generating $tarball..." -rm -f $tarball.orig -mv $tarball $tarball.orig -tar -cjf $tarball $dir +echo "Generating $modtarball..." +tar -cjf $modtarball $dir rm -rf $dir Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/xine-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib.spec 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib.spec 17 Dec 2006 12:51:33 -0000 1.2 @@ -1,54 +1,64 @@ # TODO, sometime, maybe: # - libstk: http://www.libstk.net/ -# - polypaudio +# - pulseaudio %define codecdir %{_libdir}/codecs -#%define vdrver 0.7.9 Summary: Xine library Name: xine-lib -Version: 1.1.2 -Release: 17%{?dist} +Version: 1.1.3 +Release: 2%{?dist} License: GPL Group: System Environment/Libraries URL: http://xinehq.de/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code -Source0: http://dl.sourceforge.net/xine/xine-lib-1.1.2.tar.bz2 -Source1: xine-lib-cleanup-sources.sh -Patch1: xine-lib-1.1.1-configure-no-mcpu-march.patch -Patch6: xine-lib-1.1.1-deepbind-939.patch -Patch7: xine-lib-1.1.1-multilib-devel.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +#Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.gz +Source0: %{name}-%{version}-pruned.tar.bz2 +Source1: %{name}-cleanup-sources.sh +# To recreate the autotools patch: install build deps, extract source0, +# remove run_configure "$@" from autogen.sh, copy the dir to -patched, +# run autogen.sh (doesn't work with automake 1.10 as of 1.1.3 so use 1.9), +# remove autom4te.cache, then diff the dirs. Apply rest of the patches during +# build so that autotools do not need to be run again. +Patch0: %{name}-1.1.3-autotools.patch.bz2 +Patch1: %{name}-1.1.3-optflags.patch +Patch6: %{name}-1.1.1-deepbind-939.patch +Patch7: %{name}-1.1.1-multilib-devel.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # X11 BuildRequires: libX11-devel libXv-devel libXinerama-devel libXvMC-devel libGLU-devel # Video BuildRequires: freetype-devel SDL-devel libtheora-devel libmng-devel -BuildRequires: aalib-devel >= 1.4 libcaca-devel +BuildRequires: aalib-devel >= 1.4 +%if 0%{?_with_caca:1} +BuildRequires: libcaca-devel >= 0.99 +%endif +%if 0%{!?_without_directfb:1} +BuildRequires: directfb-devel +%endif +%if 0%{!?_without_imagemagick:1} +BuildRequires: ImageMagick-devel >= 6.2.4.6-1 +%endif # Audio BuildRequires: libogg-devel libvorbis-devel flac-devel libmodplug-devel BuildRequires: esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0 +BuildRequires: jack-audio-connection-kit-devel # CDs BuildRequires: libcdio-devel # Other -BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel -BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common - -%if 0%{?_with_directfb:1} -BuildRequires: directfb-devel -%endif -%if 0%{!?_without_imagemagick:1} -BuildRequires: ImageMagick-devel >= 6.2.4.6-1 -%endif -#Provides: %{name}(vdr) = %{vdrver} +BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel samba-common %package devel Summary: Xine library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig zlib-devel -#Requires: %{name}(vdr) = %{vdrver} -#Provides: %{name}-devel(vdr) = %{vdrver} + +%package extras +Summary: Additional plugins for xine-lib +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} %description @@ -58,48 +68,69 @@ interprets many of the most common multimedia formats available - and some of the most uncommon formats, too. Non-default rpmbuild options: --without imagemagick: Disable ImageMagick support ---with directfb: Enable DirectFB support +--without directfb: Disable DirectFB support +--with caca: Enable CACA support %description devel This package contains development files for xine-lib. +%description extras +This package contains extra plugins for xine-lib: + - aRts + - EsounD + - JACK + - GDK-Pixbuf + - GNOME VFS + - SMB + - SDL + - AA-lib +%if 0%{?_with_caca:1} + - Libcaca +%endif +%if 0%{!?_without_imagemagick:1} + - Image decoding +%endif +%if 0%{!?_without_directfb:1} + - DirectFB output +%endif + + %prep %setup -q -%patch1 -p0 -b .nomcpu -###cp -p debian/changelog ChangeLog.vdr +%patch0 -p1 -b .autotools +cp -p m4/optimizations.m4 m4/optimizations.m4.stamp +%patch1 -p1 -b .optflags +touch -r m4/optimizations.m4.stamp m4/optimizations.m4 # Patch6 needed at least when compiling with external ffmpeg, #939. %patch6 -p1 -b .deepbind %patch7 -p0 -b .multilib-devel find . -name "*.[hc]" | xargs chmod -c -x -aclocal-1.9 -I m4 -libtoolize --force -autoheader -automake-1.9 --gnu --add-missing -autoconf - # Avoid standard rpaths on lib64 archs: sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure %build -FFMPEG_CPPFLAGS=" "; FFMPEG_LIBS=" "; export FFMPEG_CPPFLAGS FFMPEG_LIBS +export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" " +export FFMPEG_POSTPROC_CFLAGS=" " FFMPEG_POSTPROC_LIBS=" " +export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" %configure --disable-dependency-tracking \ --with-xv-path=%{_libdir} \ --with-w32-path=%{codecdir} \ --with-external-ffmpeg \ --enable-ipv6 \ -%if 0%{?_with_directfb:1} +%if 0%{!?_without_directfb:1} --enable-directfb \ %endif %if 0%{?_without_imagemagick:1} - --disable-imagemagick \ + --without-imagemagick \ +%endif +%if 0%{!?_with_caca:1} + --without-caca \ %endif - --disable-rte \ --disable-libfame \ - --disable-ffmpegtest \ --disable-faad \ --disable-mad \ --disable-asf \ @@ -146,7 +177,6 @@ %dir %{_libdir}/xine/plugins/%{version}/ # I list all the plugins because I don't want a non-free plugin # to sneak into a future version -# these plugins do not have legal problems according to the SuSE RPM %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_alsa.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_oss.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_none.so @@ -154,6 +184,7 @@ %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_file.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_opengl.so +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_syncfb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xv.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_dvb.so @@ -163,12 +194,10 @@ %{_libdir}/xine/plugins/%{version}/xineplug_inp_net.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pnm.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_cdda.so -%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_stdin_fifo.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtp.so -#%{_libdir}/xine/plugins/%{version}/xineplug_inp_vdr.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_bitplane.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_rgb.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_vorbis.so @@ -200,8 +229,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_dmx_slave.so %{_libdir}/xine/plugins/%{version}/xineplug_flac.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_sputext.so -%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so -%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so %ifarch %ix86 %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_vidix.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_qt.so @@ -213,13 +240,27 @@ %endif %{_libdir}/xine/plugins/%{version}/post/ %{_libdir}/xine/plugins/%{version}/vidix/ -# Put it in a xine-lib-extras package one day ? + + +%files extras +%defattr(-,root,root,-) %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_arts.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so +%{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_gnome_vfs.so +%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_aa.so +%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so +%if 0%{?_with_caca:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so +%endif +%if 0%{!?_without_imagemagick:1} %{_libdir}/xine/plugins/%{version}/xineplug_decode_image.so +%endif +%if 0%{!?_without_directfb:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_directfb.so +%endif %files devel @@ -233,9 +274,25 @@ %{_libdir}/pkgconfig/libxine.pc %{_mandir}/man1/xine-config.1* -# -------------------------------------------------------------------- + %changelog +* Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 +- Don't run autotools during build. + +* Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 +- version 1.1.3 +- patch2 applied upstream +- Disable CACA support by default, needs newer than what's in FE ATM. +- Split extras plugins in a separate package +- Enable JACK support (in extras subpackage) +- Enable DirectFB support (in extras subpackage) + +* Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 +- Make shn files available to amarok. References: + http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 + https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 + * Wed Oct 18 2006 Aurelien Bompard 1.1.2-17 - cleanup docs - remove mms --- xine-lib-1.1.1-configure-no-mcpu-march.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 12:54:21 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:54:21 -0500 Subject: rpms/tor/devel sources,1.4,1.5 Message-ID: <200612171254.kBHCsLrG007559@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7509/devel Modified Files: sources Log Message: added missing file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Dec 2006 12:48:40 -0000 1.4 +++ sources 17 Dec 2006 12:53:51 -0000 1.5 @@ -1 +1,2 @@ 0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz +485823262baf0244453b79bf2ddf13be tor-0.1.1.26.tar.gz.asc From fedora-extras-commits at redhat.com Sun Dec 17 12:54:21 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:54:21 -0500 Subject: rpms/tor/FC-6 sources,1.5,1.6 Message-ID: <200612171254.kBHCsLRJ007562@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7509/FC-6 Modified Files: sources Log Message: added missing file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Dec 2006 12:48:40 -0000 1.5 +++ sources 17 Dec 2006 12:53:51 -0000 1.6 @@ -1 +1,2 @@ 0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz +485823262baf0244453b79bf2ddf13be tor-0.1.1.26.tar.gz.asc From fedora-extras-commits at redhat.com Sun Dec 17 12:54:27 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:54:27 -0500 Subject: rpms/tor/FC-5 sources,1.5,1.6 Message-ID: <200612171254.kBHCsR3j007565@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7509/FC-5 Modified Files: sources Log Message: added missing file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Dec 2006 12:48:45 -0000 1.5 +++ sources 17 Dec 2006 12:53:57 -0000 1.6 @@ -1 +1,2 @@ 0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz +485823262baf0244453b79bf2ddf13be tor-0.1.1.26.tar.gz.asc From fedora-extras-commits at redhat.com Sun Dec 17 13:31:14 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:31:14 -0500 Subject: rpms/duplicity/FC-3 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.4, 1.5 Message-ID: <200612171331.kBHDVE6E010928@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10907 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- duplicity.spec 10 Dec 2004 22:03:02 -0000 1.4 +++ duplicity.spec 17 Dec 2006 13:30:44 -0000 1.5 @@ -1,61 +1,82 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.1 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3 -Epoch: 0 -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python >= 0:%{PYTHON_VERSION}, python < 0:%{NEXT_PYTHON_VERSION}, gnupg >= 0:1.0.6 -BuildRequires: python-devel >= 0:2.2, librsync-devel >= 0:0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 4%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyc -%ghost %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyo -%doc CHANGELOG COPYING README +%dir %{python_sitearch} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + +* Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 +- don't ghost pyo files + +* Mon Aug 27 2006 Michael J. Knox - 0.4.2-2 +- Rebuild for FC6 + +* Tue May 16 2006 Michael J. Knox - 0.4.2-1 +- version bump + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sun Oct 05 2003 Ben Escoto - 0:0.4.1-0.fdr.3 - More hints from Fedora QA (ville.skytta at iki.fi) + * Sat Aug 09 2003 Ben Escoto - 0:0.4.1-0.fdr.2 - Repackaging for Fedora + * Sun Aug 30 2002 Ben Escoto - Initial RPM From fedora-extras-commits at redhat.com Sun Dec 17 13:35:13 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:35:13 -0500 Subject: rpms/duplicity/FC-3 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612171335.kBHDZDrD010972@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10955 Modified Files: .cvsignore sources Log Message: Adding what I forgot before... Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:14:50 -0000 1.2 +++ .cvsignore 17 Dec 2006 13:34:43 -0000 1.3 @@ -1 +1 @@ -duplicity-0.4.1.tar.gz +duplicity-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:14:50 -0000 1.2 +++ sources 17 Dec 2006 13:34:43 -0000 1.3 @@ -1 +1 @@ -c91933a10f97057b899ba97673ad8a63 duplicity-0.4.1.tar.gz +a9fd4094f23bb36c82cc1dc2816a5b7d duplicity-0.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 13:45:21 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:45:21 -0500 Subject: rpms/duplicity/FC-3 duplicity.spec,1.5,1.6 Message-ID: <200612171345.kBHDjLMk011043@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11028 Modified Files: duplicity.spec Log Message: Fix %{python_sitearch} vs. %{python_sitearch}/%{name} Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- duplicity.spec 17 Dec 2006 13:30:44 -0000 1.5 +++ duplicity.spec 17 Dec 2006 13:44:51 -0000 1.6 @@ -51,7 +51,7 @@ %{_bindir}/%{name} %{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{python_sitearch} +%dir %{python_sitearch}/%{name} %{python_sitearch}/%{name}/*.py* %{python_sitearch}/%{name}/*.so From fedora-extras-commits at redhat.com Sun Dec 17 13:55:09 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:55:09 -0500 Subject: rpms/duplicity/FC-3 duplicity.spec,1.6,1.7 Message-ID: <200612171355.kBHDt9i7011131@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11116 Modified Files: duplicity.spec Log Message: Add missing changelog Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- duplicity.spec 17 Dec 2006 13:44:51 -0000 1.6 +++ duplicity.spec 17 Dec 2006 13:54:39 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ @@ -56,7 +56,10 @@ %{python_sitearch}/%{name}/*.so %changelog -* Sun Dec 16 2006 Robert Scheck 0.4.2-4 +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more From fedora-extras-commits at redhat.com Sun Dec 17 13:58:06 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:58:06 -0500 Subject: rpms/duplicity/FC-4 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.8, 1.9 Message-ID: <200612171358.kBHDw6df011237@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11204 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-4/duplicity.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- duplicity.spec 8 Sep 2006 04:39:05 -0000 1.8 +++ duplicity.spec 17 Dec 2006 13:57:36 -0000 1.9 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:00:14 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 09:00:14 -0500 Subject: rpms/duplicity/FC-5 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.8, 1.9 Message-ID: <200612171400.kBHE0E8j011293@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11265 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-5/duplicity.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- duplicity.spec 8 Sep 2006 04:39:06 -0000 1.8 +++ duplicity.spec 17 Dec 2006 13:59:44 -0000 1.9 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:01:54 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 09:01:54 -0500 Subject: rpms/duplicity/FC-6 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.10, 1.11 Message-ID: <200612171401.kBHE1s2g014440@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14412 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-6/duplicity.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- duplicity.spec 8 Sep 2006 04:39:06 -0000 1.10 +++ duplicity.spec 17 Dec 2006 14:01:24 -0000 1.11 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:03:31 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 09:03:31 -0500 Subject: rpms/duplicity/devel duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.10, 1.11 Message-ID: <200612171403.kBHE3Vmd014497@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14468 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/devel/duplicity.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- duplicity.spec 8 Sep 2006 04:39:06 -0000 1.10 +++ duplicity.spec 17 Dec 2006 14:03:01 -0000 1.11 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:27:13 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sun, 17 Dec 2006 09:27:13 -0500 Subject: rpms/Pound/devel Pound.spec,1.4,1.5 Message-ID: <200612171427.kBHERDcO014892@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14872 Modified Files: Pound.spec Log Message: Fixed empty debuginfo rpm (bz 219942) Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Pound.spec 16 Dec 2006 13:25:41 -0000 1.4 +++ Pound.spec 17 Dec 2006 14:26:43 -0000 1.5 @@ -4,7 +4,7 @@ Name: Pound Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -42,8 +42,8 @@ %install rm -rf %{buildroot} %{__install} -d %{buildroot}%{pound_home} -%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound -%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl +%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound +%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sun Dec 17 2006 2.2-2 +- Fixed empty debuginfo rpm (bz 219942) * Sat Dec 16 2006 2.2-1 - Sync with upstream * Sat Dec 09 2006 2.1.8-1 From fedora-extras-commits at redhat.com Sun Dec 17 14:46:31 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 09:46:31 -0500 Subject: rpms/hexter-dssi/devel hexter-dssi.spec,1.5,1.6 Message-ID: <200612171446.kBHEkVf4015006@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14991 Modified Files: hexter-dssi.spec Log Message: Fix typo. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/devel/hexter-dssi.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hexter-dssi.spec 16 Dec 2006 17:21:35 -0000 1.5 +++ hexter-dssi.spec 17 Dec 2006 14:46:01 -0000 1.6 @@ -1,7 +1,7 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL @@ -37,7 +37,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter -install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +52,9 @@ %exclude %{_libdir}/dssi/hexter.la %changelog +* Sun Dec 17 2006 Anthony Green 0.5.9-8 +- Fix typo in tx_edit install line. + * Sat Dec 16 2006 Anthony Green 0.5.9-7 - Build and install tx_edit. - Add relevant BuildRequires. From fedora-extras-commits at redhat.com Sun Dec 17 14:48:17 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 09:48:17 -0500 Subject: rpms/hexter-dssi/FC-6 hexter-dssi.spec,1.4,1.5 Message-ID: <200612171448.kBHEmHJs015065@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15050 Modified Files: hexter-dssi.spec Log Message: Add tx_edit. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/FC-6/hexter-dssi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hexter-dssi.spec 4 Oct 2006 22:50:29 -0000 1.4 +++ hexter-dssi.spec 17 Dec 2006 14:47:47 -0000 1.5 @@ -1,14 +1,14 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 6%{?dist} +Release: 8%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dssi-devel gtk2-devel +BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel Requires: dssi %description @@ -30,12 +30,14 @@ %configure make %{?_smp_mflags} +(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound) %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit %clean rm -rf $RPM_BUILD_ROOT @@ -44,11 +46,19 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/hexter +%{_bindir}/tx_edit %{_datadir}/hexter/ %{_libdir}/dssi/* %exclude %{_libdir}/dssi/hexter.la %changelog +* Sun Dec 17 2006 Anthony Green 0.5.9-8 +- Fix typo in tx_edit install line. + +* Sat Dec 16 2006 Anthony Green 0.5.9-7 +- Build and install tx_edit. +- Add relevant BuildRequires. + * Thu Oct 05 2006 Christian Iseli 0.5.9-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Sun Dec 17 14:50:26 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 09:50:26 -0500 Subject: rpms/hexter-dssi/FC-5 hexter-dssi.spec,1.1,1.2 Message-ID: <200612171450.kBHEoQpp015126@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15109 Modified Files: hexter-dssi.spec Log Message: Add tx_edit. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/FC-5/hexter-dssi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hexter-dssi.spec 13 Jul 2006 05:38:22 -0000 1.1 +++ hexter-dssi.spec 17 Dec 2006 14:49:56 -0000 1.2 @@ -1,14 +1,14 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 4%{?dist} +Release: 8%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dssi-devel gtk2-devel +BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel Requires: dssi %description @@ -30,12 +30,14 @@ %configure make %{?_smp_mflags} +(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound) %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit %clean rm -rf $RPM_BUILD_ROOT @@ -44,11 +46,19 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/hexter +%{_bindir}/tx_edit %{_datadir}/hexter/ %{_libdir}/dssi/* %exclude %{_libdir}/dssi/hexter.la %changelog +* Sun Dec 17 2006 Anthony Green 0.5.9-8 +- Fix typo in tx_edit install line. + +* Sat Dec 16 2006 Anthony Green 0.5.9-7 +- Build and install tx_edit. +- Add relevant BuildRequires. + * Wed Jul 12 2006 Anthony Green 0.5.9-4 - Update Source0 link. - Don't use %makeinstall. It's broken (?) From fedora-extras-commits at redhat.com Sun Dec 17 14:57:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:57:24 -0500 Subject: rpms/nant/devel .cvsignore, 1.2, 1.3 nant.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612171457.kBHEvOA8015271@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15234/devel Modified Files: .cvsignore nant.spec sources Log Message: auto-import nant-0.85-11 on branch devel from nant-0.85-11.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nant/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jul 2006 22:00:04 -0000 1.2 +++ .cvsignore 17 Dec 2006 14:56:54 -0000 1.3 @@ -1 +1 @@ -nant-0.85-rc4-src.tar.gz +nant-0.85-src.tar.gz Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/devel/nant.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nant.spec 16 Sep 2006 21:22:00 -0000 1.6 +++ nant.spec 17 Dec 2006 14:56:54 -0000 1.7 @@ -1,4 +1,3 @@ -%define extra rc4 %define debug_package %{nil} %if "%{?fedora}" == "5" @@ -12,8 +11,8 @@ Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 10%{?dist} -Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz +Release: 11%{?dist} +Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz Patch0: nant-build.patch Patch1: nant-app.patch License: GPL @@ -37,7 +36,7 @@ Documentation of nant %prep -%setup -q -n %{name}-%{version}-%{extra} +%setup -q -n %{name}-%{version} %if "%{?fedora}" > "5" sed -i -e "s/@LIBDIR@/%{mlib}/" %{PATCH1} %patch1 -p1 -b .orig @@ -84,6 +83,9 @@ %doc examples/* doc/help/* %changelog +* Sun Dec 17 2006 Paul F. Johnson 0.85-11 +- No longer the RC release + * Sat Sep 16 2006 Paul F. Johnson 0.85-10 - more hacks and slashes... Index: sources =================================================================== RCS file: /cvs/extras/rpms/nant/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jul 2006 22:00:04 -0000 1.2 +++ sources 17 Dec 2006 14:56:54 -0000 1.3 @@ -1 +1 @@ -41980ca70e8e14bc26afd6f796eac4b3 nant-0.85-rc4-src.tar.gz +45ae065439b6cbc0e02051b855843f50 nant-0.85-src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 14:57:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:57:24 -0500 Subject: rpms/nant import.log,1.8,1.9 Message-ID: <200612171457.kBHEvO9W015266@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15234 Modified Files: import.log Log Message: auto-import nant-0.85-11 on branch devel from nant-0.85-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nant/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 16 Sep 2006 21:21:59 -0000 1.8 +++ import.log 17 Dec 2006 14:56:54 -0000 1.9 @@ -5,3 +5,4 @@ nant-0_85-8:HEAD:nant-0.85-8.src.rpm:1158401531 nant-0_85-9:HEAD:nant-0.85-9.src.rpm:1158408198 nant-0_85-10:HEAD:nant-0.85-10.src.rpm:1158441706 +nant-0_85-11:HEAD:nant-0.85-11.src.rpm:1166367822 From fedora-extras-commits at redhat.com Sun Dec 17 14:59:02 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:59:02 -0500 Subject: rpms/nant import.log,1.9,1.10 Message-ID: <200612171459.kBHEx2X7015375@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15345 Modified Files: import.log Log Message: auto-import nant-0.85-11 on branch FC-6 from nant-0.85-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nant/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 17 Dec 2006 14:56:54 -0000 1.9 +++ import.log 17 Dec 2006 14:58:32 -0000 1.10 @@ -6,3 +6,4 @@ nant-0_85-9:HEAD:nant-0.85-9.src.rpm:1158408198 nant-0_85-10:HEAD:nant-0.85-10.src.rpm:1158441706 nant-0_85-11:HEAD:nant-0.85-11.src.rpm:1166367822 +nant-0_85-11:FC-6:nant-0.85-11.src.rpm:1166367918 From fedora-extras-commits at redhat.com Sun Dec 17 14:59:02 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:59:02 -0500 Subject: rpms/nant/FC-6 .cvsignore, 1.2, 1.3 nant.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612171459.kBHEx2TI015380@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15345/FC-6 Modified Files: .cvsignore nant.spec sources Log Message: auto-import nant-0.85-11 on branch FC-6 from nant-0.85-11.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nant/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jul 2006 22:00:04 -0000 1.2 +++ .cvsignore 17 Dec 2006 14:58:32 -0000 1.3 @@ -1 +1 @@ -nant-0.85-rc4-src.tar.gz +nant-0.85-src.tar.gz Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/FC-6/nant.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nant.spec 16 Sep 2006 21:22:00 -0000 1.6 +++ nant.spec 17 Dec 2006 14:58:32 -0000 1.7 @@ -1,4 +1,3 @@ -%define extra rc4 %define debug_package %{nil} %if "%{?fedora}" == "5" @@ -12,8 +11,8 @@ Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 10%{?dist} -Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz +Release: 11%{?dist} +Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz Patch0: nant-build.patch Patch1: nant-app.patch License: GPL @@ -37,7 +36,7 @@ Documentation of nant %prep -%setup -q -n %{name}-%{version}-%{extra} +%setup -q -n %{name}-%{version} %if "%{?fedora}" > "5" sed -i -e "s/@LIBDIR@/%{mlib}/" %{PATCH1} %patch1 -p1 -b .orig @@ -84,6 +83,9 @@ %doc examples/* doc/help/* %changelog +* Sun Dec 17 2006 Paul F. Johnson 0.85-11 +- No longer the RC release + * Sat Sep 16 2006 Paul F. Johnson 0.85-10 - more hacks and slashes... Index: sources =================================================================== RCS file: /cvs/extras/rpms/nant/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jul 2006 22:00:04 -0000 1.2 +++ sources 17 Dec 2006 14:58:32 -0000 1.3 @@ -1 +1 @@ -41980ca70e8e14bc26afd6f796eac4b3 nant-0.85-rc4-src.tar.gz +45ae065439b6cbc0e02051b855843f50 nant-0.85-src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:01:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 10:01:12 -0500 Subject: rpms/nant import.log,1.10,1.11 Message-ID: <200612171501.kBHF1CDe018605@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15468 Modified Files: import.log Log Message: auto-import nant-0.85-11 on branch FC-5 from nant-0.85-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nant/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 17 Dec 2006 14:58:32 -0000 1.10 +++ import.log 17 Dec 2006 15:00:41 -0000 1.11 @@ -7,3 +7,4 @@ nant-0_85-10:HEAD:nant-0.85-10.src.rpm:1158441706 nant-0_85-11:HEAD:nant-0.85-11.src.rpm:1166367822 nant-0_85-11:FC-6:nant-0.85-11.src.rpm:1166367918 +nant-0_85-11:FC-5:nant-0.85-11.src.rpm:1166368047 From fedora-extras-commits at redhat.com Sun Dec 17 15:01:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 10:01:12 -0500 Subject: rpms/nant/FC-5 nant-app.patch, NONE, 1.1 nant-build.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 nant.spec, 1.2, 1.3 sources, 1.2, 1.3 nant-libdir.patch, 1.1, NONE Message-ID: <200612171501.kBHF1CAA018610@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15468/FC-5 Modified Files: .cvsignore nant.spec sources Added Files: nant-app.patch nant-build.patch Removed Files: nant-libdir.patch Log Message: auto-import nant-0.85-11 on branch FC-5 from nant-0.85-11.src.rpm nant-app.patch: --- NEW FILE nant-app.patch --- --- nant-0.85-rc4/src/NAnt.Console/App.config 2006-04-24 13:18:36.000000000 +0100 +++ nant-0.85-rc4/src/NAnt.Console/App-new.config 2006-09-16 11:50:31.000000000 +0100 @@ -543,7 +543,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0')}" clrversion="1.1.4322" > @@ -578,8 +578,8 @@ - - + + @@ -599,8 +599,8 @@ are located in the \lib\mono\ directory --> - - + + @@ -713,7 +713,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50727" > @@ -771,18 +771,18 @@ use the 1.0 profile version --> - - + + - + @@ -853,7 +853,7 @@ true - ${path::combine(frameworkAssemblyDirectory, 'mono/2.0/gmcs.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -864,7 +864,7 @@ - ${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -892,7 +892,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50215" > @@ -950,18 +950,18 @@ use the 1.0 profile version --> - - + + - + @@ -1032,7 +1032,7 @@ true - ${path::combine(frameworkAssemblyDirectory, 'mono/2.0/gmcs.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1043,7 +1043,7 @@ - ${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1071,7 +1071,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0')}" clrversion="2.0.40607" > @@ -1129,18 +1129,18 @@ use the 1.0 profile version --> - - + + - + @@ -1211,7 +1211,7 @@ true - ${path::combine(frameworkAssemblyDirectory, 'mono/2.0/gmcs.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1222,7 +1222,7 @@ - ${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1318,7 +1318,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/1.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" clrversion="1.1.4322" > @@ -1338,7 +1338,7 @@ - + @@ -1349,7 +1349,7 @@ true - ${path::combine(prefix, 'lib/mono/1.0/mcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mcs.exe')} true true true @@ -1359,7 +1359,7 @@ true - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1387,7 +1387,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50727" > @@ -1416,9 +1416,9 @@ for the 2.0 profile, for the other tools we should use the 1.0 profile version --> - + - + @@ -1432,7 +1432,7 @@ true - ${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1443,7 +1443,7 @@ - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1471,7 +1471,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50215" > @@ -1500,9 +1500,9 @@ for the 2.0 profile, for the other tools we should use the 1.0 profile version --> - + - + @@ -1516,7 +1516,7 @@ true - ${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1527,7 +1527,7 @@ - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1555,7 +1555,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}" clrversion="2.0.40607" > @@ -1584,9 +1584,9 @@ for the 2.0 profile, for the other tools we should use the 1.0 profile version --> - + - + @@ -1600,7 +1600,7 @@ true - ${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1611,7 +1611,7 @@ - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true nant-build.patch: --- NEW FILE nant-build.patch --- --- nant-0.85-rc4/NAnt.build 2006-06-02 20:07:52.000000000 +0100 +++ nant-0.85-rc4/NAnt-new.build 2006-09-16 00:56:44.000000000 +0100 @@ -807,13 +807,14 @@ - + - - + + + Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nant/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jul 2006 22:00:04 -0000 1.2 +++ .cvsignore 17 Dec 2006 15:00:42 -0000 1.3 @@ -1 +1 @@ -nant-0.85-rc4-src.tar.gz +nant-0.85-src.tar.gz Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/FC-5/nant.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nant.spec 19 Jul 2006 21:56:35 -0000 1.2 +++ nant.spec 17 Dec 2006 15:00:42 -0000 1.3 @@ -1,12 +1,20 @@ -%define extra rc4 %define debug_package %{nil} +%if "%{?fedora}" == "5" +%define monodir %{_prefix}/lib +%define mlib lib +%else +%define monodir %{_libdir} +%define mlib %{_lib} +%endif + Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 6%{?dist} -Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz -Patch0: nant-libdir.patch +Release: 11%{?dist} +Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz +Patch0: nant-build.patch +Patch1: nant-app.patch License: GPL Group: Development/Tools Url: http://nant.sourceforge.net/ @@ -28,10 +36,15 @@ Documentation of nant %prep -%setup -q -n %{name}-%{version}-%{extra} -%patch0 -# put nant into libdir +%setup -q -n %{name}-%{version} +%if "%{?fedora}" > "5" +sed -i -e "s/@LIBDIR@/%{mlib}/" %{PATCH1} +%patch1 -p1 -b .orig +sed -i -e "s/%{mlib}/@LIBDIR@/" %{PATCH1} +%endif +%patch0 -p1 -b .orig sed -i -e "s/@LIB@/%{_lib}/" NAnt.build +sed -i -e "s!@BUILDROOT@!%{buildroot}/usr!" NAnt.build find . -type d|xargs chmod 755 find . -type f|xargs chmod 644 sed -i 's/\r//' doc/license.html @@ -40,12 +53,12 @@ sed -i 's/\r//' doc/releasenotes.html %build -export MONO_PATH=%{buildroot}/lib +export MONO_PATH=%{buildroot}/%{mlib} make %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install sed -i -e "s#%{buildroot}##" %{buildroot}%{_bindir}/%{name} find examples -name \*.dll -o -name \*.exe|xargs rm -f rm -rf %{buildroot}%{_datadir}/NAnt/doc @@ -54,24 +67,37 @@ rm -rf %{buildroot} %post docs -scrollkeeper-update -q +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun docs -scrollkeeper-update -q +scrollkeeper-update -q || : %files %defattr(-,root,root) %doc README.txt doc/*.html COPYING.txt %{_bindir}/nant -# libdir is not showing lib64 for some reason -#%{_exec_prefix}/%{_lib}/NAnt/ -%{_libdir}/NAnt/ +%{monodir}/NAnt/ %files docs %defattr(-,root,root,-) %doc examples/* doc/help/* %changelog +* Sun Dec 17 2006 Paul F. Johnson 0.85-11 +- No longer the RC release + +* Sat Sep 16 2006 Paul F. Johnson 0.85-10 +- more hacks and slashes... + +* Sat Sep 16 2006 Paul F. Johnson 0.85-9 +- more 64bit fixes + +* Sat Sep 16 2006 Paul F. Johnson 0.85-8 +- scrollkeeper fixes + +* Wed Sep 06 2006 Paul F. Johnson 0.85-7 +- FC5 and FC6 fixes (libdir) + * Wed Jul 19 2006 Paul F. Johnson 0.85-6 - Security fix to spec file - Other spec file fixes Index: sources =================================================================== RCS file: /cvs/extras/rpms/nant/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jul 2006 22:00:04 -0000 1.2 +++ sources 17 Dec 2006 15:00:42 -0000 1.3 @@ -1 +1 @@ -41980ca70e8e14bc26afd6f796eac4b3 nant-0.85-rc4-src.tar.gz +45ae065439b6cbc0e02051b855843f50 nant-0.85-src.tar.gz --- nant-libdir.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 15:03:00 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:03:00 -0500 Subject: rpms/perl-Perl-Critic/devel .cvsignore, 1.3, 1.4 perl-Perl-Critic.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612171503.kBHF30RR018714@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18695 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: Update to 0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Nov 2006 15:30:39 -0000 1.3 +++ .cvsignore 17 Dec 2006 15:02:30 -0000 1.4 @@ -1 +1 @@ -Perl-Critic-0.21.tar.gz +Perl-Critic-0.22.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/perl-Perl-Critic.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Perl-Critic.spec 12 Nov 2006 00:06:13 -0000 1.3 +++ perl-Perl-Critic.spec 17 Dec 2006 15:02:30 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Perl-Critic -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Critique Perl source code for best-practices @@ -14,7 +14,7 @@ BuildRequires: perl(Config::Tiny) >= 2 BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Module::Pluggable) >= 3.1 BuildRequires: perl(PPI) >= 1.118 BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 @@ -72,6 +72,9 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - New BR: perl(Set::Scalar). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Nov 2006 15:30:39 -0000 1.3 +++ sources 17 Dec 2006 15:02:30 -0000 1.4 @@ -1 +1 @@ -0359235579986f76438d7a1180598feb Perl-Critic-0.21.tar.gz +8c4a32c603916a82c106804659bb7518 Perl-Critic-0.22.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:07:24 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 10:07:24 -0500 Subject: rpms/azureus/FC-6 azureus.script,1.11,1.12 azureus.spec,1.39,1.40 Message-ID: <200612171507.kBHF7OmB018947@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18923 Modified Files: azureus.script azureus.spec Log Message: Use unversioned bcprov. Index: azureus.script =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-6/azureus.script,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- azureus.script 29 Nov 2006 18:12:35 -0000 1.11 +++ azureus.script 17 Dec 2006 15:06:54 -0000 1.12 @@ -15,4 +15,4 @@ done; popd > /dev/null 2>&1 -LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/share/java/gcj-endorsed/bcprov-1.33.jar:/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" +LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath bcprov jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-6/azureus.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- azureus.spec 29 Nov 2006 18:12:35 -0000 1.39 +++ azureus.spec 17 Dec 2006 15:06:54 -0000 1.40 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -207,6 +207,9 @@ %{_libdir}/gcj/* %changelog +* Sun Dec 17 2006 Anthony Green 2.5.0.0-10 +- Update azureus.script to use unversioned bcprov jar file. + * Mon Nov 29 2006 Andrew Overholt 2.5.0.0-9 - Use new swt jar location. - Need to wait to build until forthcoming eclipse update (currently in From fedora-extras-commits at redhat.com Sun Dec 17 15:08:25 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 10:08:25 -0500 Subject: rpms/jd/devel .cvsignore, 1.40, 1.41 jd.spec, 1.47, 1.48 sources, 1.40, 1.41 Message-ID: <200612171508.kBHF8PtX019050@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19003 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-2.cvs061217 - cvs 061217 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- .cvsignore 17 Dec 2006 11:08:06 -0000 1.40 +++ .cvsignore 17 Dec 2006 15:07:55 -0000 1.41 @@ -1 +1 @@ -jd-1.8.1-061217.tgz +jd-1.8.1-cvs061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- jd.spec 17 Dec 2006 11:08:06 -0000 1.47 +++ jd.spec 17 Dec 2006 15:07:55 -0000 1.48 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag 061217 +%define strtag cvs061217 %define repoid 23156 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -27,7 +27,8 @@ %define pre_release 0 %if %{pre_release} -%define rel 0.%{vendor_rel}.%{strtag}%{?dist} +#%%define rel 0.%{vendor_rel}.%{strtag}%{?dist} +%define rel %{vendor_rel}.%{strtag}%{?dist} %else %define rel %{vendor_rel}%{?dist} %endif @@ -43,8 +44,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -#Source0: %{name}-%{main_ver}-%{strtag}.tgz +#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,6 +107,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-2.cvs061217 +- cvs 061217 (23:59 JST) + * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- sources 17 Dec 2006 11:08:06 -0000 1.40 +++ sources 17 Dec 2006 15:07:55 -0000 1.41 @@ -1 +1 @@ -fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz +9ccfc486a91b10d485d519be3098625a jd-1.8.1-cvs061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 15:08:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 10:08:45 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.23, 1.24 ochusha.spec, 1.24, 1.25 sources, 1.23, 1.24 Message-ID: <200612171508.kBHF8jc0019055@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19031 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061217 - 0.5.99.64.11 cvs 061217 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 16 Dec 2006 15:35:40 -0000 1.23 +++ .cvsignore 17 Dec 2006 15:08:15 -0000 1.24 @@ -1 +1 @@ -ochusha-0.5.99.64.11-cvs061216.tar.bz2 +ochusha-0.5.99.64.11-cvs061217.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ochusha.spec 16 Dec 2006 15:35:40 -0000 1.24 +++ ochusha.spec 17 Dec 2006 15:08:15 -0000 1.25 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.64.11 -%define strtag cvs061216 +%define strtag cvs061217 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sat Dec 16 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061216 -- 0.5.99.64.11 cvs 061216 (23:59 JST) +* Sun Dec 17 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061217 +- 0.5.99.64.11 cvs 061217 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 16 Dec 2006 15:35:40 -0000 1.23 +++ sources 17 Dec 2006 15:08:15 -0000 1.24 @@ -1 +1 @@ -c73b23868ce902e7ce22d3f009e743ac ochusha-0.5.99.64.11-cvs061216.tar.bz2 +8e5ed5a6bf5923c20ff68bc8181a3699 ochusha-0.5.99.64.11-cvs061217.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 15:11:25 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 10:11:25 -0500 Subject: rpms/jd/devel jd.spec,1.48,1.49 Message-ID: <200612171511.kBHFBP5R019191@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19155 Modified Files: jd.spec Log Message: fix release number Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- jd.spec 17 Dec 2006 15:07:55 -0000 1.48 +++ jd.spec 17 Dec 2006 15:10:55 -0000 1.49 @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} #%%define rel 0.%{vendor_rel}.%{strtag}%{?dist} From fedora-extras-commits at redhat.com Sun Dec 17 15:11:34 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 10:11:34 -0500 Subject: rpms/azureus/devel azureus.script,1.11,1.12 azureus.spec,1.39,1.40 Message-ID: <200612171511.kBHFBYUv019198@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19154 Modified Files: azureus.script azureus.spec Log Message: Use an unversioned bcprov. Index: azureus.script =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.script,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- azureus.script 6 Nov 2006 19:45:44 -0000 1.11 +++ azureus.script 17 Dec 2006 15:11:04 -0000 1.12 @@ -15,4 +15,4 @@ done; popd > /dev/null 2>&1 -LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/share/java/gcj-endorsed/bcprov-1.33.jar:/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" +LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath bcprov jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- azureus.spec 6 Nov 2006 19:45:44 -0000 1.39 +++ azureus.spec 17 Dec 2006 15:11:04 -0000 1.40 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -207,6 +207,9 @@ %{_libdir}/gcj/* %changelog +* Sun Dec 17 2006 Anthony Green 2.5.0.0-10 +- Update azureus.script to use unversioned bcprov jar file. + * Mon Nov 06 2006 Andrew Overholt 2.5.0.0-9 - Use new swt jar location. From fedora-extras-commits at redhat.com Sun Dec 17 15:16:07 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sun, 17 Dec 2006 10:16:07 -0500 Subject: rpms/Pound/FC-6 Pound.spec,1.4,1.5 Message-ID: <200612171516.kBHFG7Sx019319@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19303 Modified Files: Pound.spec Log Message: Fixed empty debuginfo rpm Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Pound.spec 16 Dec 2006 13:51:24 -0000 1.4 +++ Pound.spec 17 Dec 2006 15:15:36 -0000 1.5 @@ -4,7 +4,7 @@ Name: Pound Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -42,8 +42,8 @@ %install rm -rf %{buildroot} %{__install} -d %{buildroot}%{pound_home} -%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound -%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl +%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound +%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sun Dec 17 2006 2.2-2 +- Fixed empty debuginfo rpm * Sat Dec 16 2006 2.2-1 - Sync with upstream * Sat Dec 09 2006 2.1.8-1 From fedora-extras-commits at redhat.com Sun Dec 17 15:20:53 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sun, 17 Dec 2006 10:20:53 -0500 Subject: rpms/Pound/FC-5 Pound.spec,1.4,1.5 Message-ID: <200612171520.kBHFKrlw019427@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410 Modified Files: Pound.spec Log Message: Fixed empty debuginfo rpm Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Pound.spec 16 Dec 2006 13:54:03 -0000 1.4 +++ Pound.spec 17 Dec 2006 15:20:23 -0000 1.5 @@ -4,7 +4,7 @@ Name: Pound Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -42,8 +42,8 @@ %install rm -rf %{buildroot} %{__install} -d %{buildroot}%{pound_home} -%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound -%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl +%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound +%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sun Dec 16 2006 2.2-2 +- Fixed empty debuginfo rpm * Sat Dec 16 2006 2.2-1 - Sync with upstream * Sat Dec 08 2006 2.1.8-1 From fedora-extras-commits at redhat.com Sun Dec 17 15:24:11 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 10:24:11 -0500 Subject: rpms/autogen/devel autogen.spec,1.6,1.7 Message-ID: <200612171524.kBHFOBU7019473@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19458 Modified Files: autogen.spec Log Message: Ditched smp_mflags autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/autogen.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- autogen.spec 13 Dec 2006 23:27:49 -0000 1.6 +++ autogen.spec 17 Dec 2006 15:23:40 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -37,7 +37,7 @@ %build %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; -make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool # no smp flags as it falls over during build @@ -124,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Sun Dec 17 2006 Paul F. Johnson 5.8.7-5 +- ditched smp_mflags again + * Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 - fix for preun From fedora-extras-commits at redhat.com Sun Dec 17 15:29:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:29:38 -0500 Subject: rpms/perl-Perl-Critic/FC-5 .cvsignore, 1.3, 1.4 perl-Perl-Critic.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612171529.kBHFTcjR019616@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19577/FC-5 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: Update to 0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Nov 2006 19:58:42 -0000 1.3 +++ .cvsignore 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -Perl-Critic-0.21.tar.gz +Perl-Critic-0.22.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-5/perl-Perl-Critic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Perl-Critic.spec 13 Nov 2006 19:58:42 -0000 1.2 +++ perl-Perl-Critic.spec 17 Dec 2006 15:29:08 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Perl-Critic -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Critique Perl source code for best-practices @@ -14,7 +14,7 @@ BuildRequires: perl(Config::Tiny) >= 2 BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Module::Pluggable) >= 3.1 BuildRequires: perl(PPI) >= 1.118 BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 @@ -72,6 +72,9 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - New BR: perl(Set::Scalar). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Nov 2006 19:58:42 -0000 1.3 +++ sources 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -0359235579986f76438d7a1180598feb Perl-Critic-0.21.tar.gz +8c4a32c603916a82c106804659bb7518 Perl-Critic-0.22.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:29:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:29:38 -0500 Subject: rpms/perl-Perl-Critic/FC-6 .cvsignore, 1.3, 1.4 perl-Perl-Critic.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612171529.kBHFTc4T019621@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19577/FC-6 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: Update to 0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Nov 2006 19:58:43 -0000 1.3 +++ .cvsignore 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -Perl-Critic-0.21.tar.gz +Perl-Critic-0.22.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-6/perl-Perl-Critic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Perl-Critic.spec 13 Nov 2006 19:58:43 -0000 1.2 +++ perl-Perl-Critic.spec 17 Dec 2006 15:29:08 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Perl-Critic -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Critique Perl source code for best-practices @@ -14,7 +14,7 @@ BuildRequires: perl(Config::Tiny) >= 2 BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Module::Pluggable) >= 3.1 BuildRequires: perl(PPI) >= 1.118 BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 @@ -72,6 +72,9 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - New BR: perl(Set::Scalar). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Nov 2006 19:58:43 -0000 1.3 +++ sources 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -0359235579986f76438d7a1180598feb Perl-Critic-0.21.tar.gz +8c4a32c603916a82c106804659bb7518 Perl-Critic-0.22.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:57:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:57:52 -0500 Subject: rpms/perl-Perl-Critic/devel perl-Perl-Critic.spec,1.4,1.5 Message-ID: <200612171557.kBHFvqOJ019802@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19781 Modified Files: perl-Perl-Critic.spec Log Message: Enable author tests (work in progress). Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/perl-Perl-Critic.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Perl-Critic.spec 17 Dec 2006 15:02:30 -0000 1.4 +++ perl-Perl-Critic.spec 17 Dec 2006 15:57:22 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Perl-Critic Version: 0.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Critique Perl source code for best-practices Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Config::Tiny) >= 2 +BuildRequires: perl(File::HomeDir) BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.1 @@ -19,10 +20,15 @@ BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 BuildRequires: perl(Perl::Tidy) +# Author tests +#BuildRequires: aspell +#BuildRequires: perl(File::Which) +#BuildRequires: perl(Test::Kwalitee) +#BuildRequires: perl(Test::Spelling) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Module::Pluggable) +Requires: perl(Module::Pluggable) >= 3.1 Requires(hint): perl(Perl::Tidy) %description @@ -53,9 +59,9 @@ %check -# Author tests would require: Test::Kwalitee, Test::Spelling, File::Which, and aspell -# TEST_AUTHOR=1 ./Build test -./Build test +# Additional requirements of author tests: +# Test::Kwalitee, Test::Spelling, File::Which, and aspell +TEST_AUTHOR=1 ./Build test %clean @@ -72,6 +78,10 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-2 +- Enabled author tests. +- BR perl(HomeDir). + * Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. From fedora-extras-commits at redhat.com Sun Dec 17 17:36:29 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:36:29 -0500 Subject: extras-buildsys/common XMLRPCServerProxy.py,1.5.4.4,1.5.4.5 Message-ID: <200612171736.kBHHaTkN026446@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26418/common Modified Files: Tag: STABLE_0_4 XMLRPCServerProxy.py Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 Index: XMLRPCServerProxy.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/common/XMLRPCServerProxy.py,v retrieving revision 1.5.4.4 retrieving revision 1.5.4.5 diff -u -r1.5.4.4 -r1.5.4.5 --- XMLRPCServerProxy.py 15 Feb 2006 17:16:25 -0000 1.5.4.4 +++ XMLRPCServerProxy.py 17 Dec 2006 17:36:29 -0000 1.5.4.5 @@ -25,7 +25,9 @@ user_agent = "pyOpenSSL_XMLRPC/%s - %s" % (__version__, xmlrpclib.Transport.user_agent) - def __init__(self, ssl_context, timeout=None): + def __init__(self, ssl_context, timeout=None, use_datetime=0): + if sys.version_info[:3] >= (2, 5, 0): + xmlrpclib.Transport.__init__(self, use_datetime) self.ssl_ctx=ssl_context self._timeout = timeout From fedora-extras-commits at redhat.com Sun Dec 17 17:36:59 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:36:59 -0500 Subject: extras-buildsys ChangeLog,1.126.2.50,1.126.2.51 Message-ID: <200612171736.kBHHaxkB026449@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26418 Modified Files: Tag: STABLE_0_4 ChangeLog Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.126.2.50 retrieving revision 1.126.2.51 diff -u -r1.126.2.50 -r1.126.2.51 --- ChangeLog 6 Dec 2006 15:34:04 -0000 1.126.2.50 +++ ChangeLog 17 Dec 2006 17:36:29 -0000 1.126.2.51 @@ -1,3 +1,10 @@ +2006-12-17 Dan Williams + + Toshio Kuratomi + + * common/XMLRPCServerProxy.py + - Fix transport class initialization for Python 2.5 + 2006-12-06 Dan Williams Patch from Oliver Falk From fedora-extras-commits at redhat.com Sun Dec 17 17:38:04 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:38:04 -0500 Subject: extras-buildsys/common XMLRPCServerProxy.py,1.10,1.11 Message-ID: <200612171738.kBHHc4bF026490@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26460/common Modified Files: XMLRPCServerProxy.py Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 (RH #214687) Index: XMLRPCServerProxy.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/common/XMLRPCServerProxy.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XMLRPCServerProxy.py 16 May 2006 15:47:13 -0000 1.10 +++ XMLRPCServerProxy.py 17 Dec 2006 17:37:58 -0000 1.11 @@ -25,7 +25,9 @@ user_agent = "pyOpenSSL_XMLRPC/%s - %s" % (__version__, xmlrpclib.Transport.user_agent) - def __init__(self, ssl_context, timeout=None): + def __init__(self, ssl_context, timeout=None, use_datetime=0): + if sys.version_info[:3] >= (2, 5, 0): + xmlrpclib.Transport.__init__(self, use_datetime) self.ssl_ctx=ssl_context self._timeout = timeout self._https = None From fedora-extras-commits at redhat.com Sun Dec 17 17:38:28 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:38:28 -0500 Subject: extras-buildsys ChangeLog,1.215,1.216 Message-ID: <200612171738.kBHHcSI9026493@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26460 Modified Files: ChangeLog Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 (RH #214687) Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- ChangeLog 6 Dec 2006 15:32:22 -0000 1.215 +++ ChangeLog 17 Dec 2006 17:37:58 -0000 1.216 @@ -1,3 +1,10 @@ +2006-12-17 Dan Williams + + Toshio Kuratomi + + * common/XMLRPCServerProxy.py + - Fix transport class initialization for Python 2.5 + 2006-12-06 Dan Williams Patch from Oliver Falk From fedora-extras-commits at redhat.com Sun Dec 17 17:39:11 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:39:11 -0500 Subject: extras-buildsys ChangeLog,1.216,1.217 Message-ID: <200612171739.kBHHdBh1026519@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26504 Modified Files: ChangeLog Log Message: Include bug # in changelog entry Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- ChangeLog 17 Dec 2006 17:37:58 -0000 1.216 +++ ChangeLog 17 Dec 2006 17:39:11 -0000 1.217 @@ -3,7 +3,7 @@ Toshio Kuratomi * common/XMLRPCServerProxy.py - - Fix transport class initialization for Python 2.5 + - Fix transport class initialization for Python 2.5 (RH #214687) 2006-12-06 Dan Williams From fedora-extras-commits at redhat.com Sun Dec 17 17:39:34 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:39:34 -0500 Subject: extras-buildsys ChangeLog,1.126.2.51,1.126.2.52 Message-ID: <200612171739.kBHHdYU0026545@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26530 Modified Files: Tag: STABLE_0_4 ChangeLog Log Message: Include bug # in changelog entry Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.126.2.51 retrieving revision 1.126.2.52 diff -u -r1.126.2.51 -r1.126.2.52 --- ChangeLog 17 Dec 2006 17:36:29 -0000 1.126.2.51 +++ ChangeLog 17 Dec 2006 17:39:34 -0000 1.126.2.52 @@ -3,7 +3,7 @@ Toshio Kuratomi * common/XMLRPCServerProxy.py - - Fix transport class initialization for Python 2.5 + - Fix transport class initialization for Python 2.5 (RH #214687) 2006-12-06 Dan Williams From fedora-extras-commits at redhat.com Sun Dec 17 18:14:13 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Sun, 17 Dec 2006 13:14:13 -0500 Subject: rpms/wxGTK/devel wxGTK.spec,1.25,1.26 Message-ID: <200612171814.kBHIEDDc029762@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29747 Modified Files: wxGTK.spec Log Message: * Sun Dec 17 2006 Matthew Miller - 2.8.0-2.8.0.1.3 - add --enable-timer to build wxTimer class for XaraLX. - NOTE: if anyone else needs any non-default classes or features enabled, let me know. Thanks! Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- wxGTK.spec 15 Dec 2006 15:18:22 -0000 1.25 +++ wxGTK.spec 17 Dec 2006 18:13:43 -0000 1.26 @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.8.0 -Release: 2.8.0.1.2%{?dist} +Release: 2.8.0.1.3%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -126,6 +126,7 @@ --enable-sound \ --enable-mediactrl \ --enable-display \ + --enable-timer \ --enable-compat24 make %{?_smp_mflags} @@ -213,6 +214,11 @@ %endif %changelog +* Sun Dec 17 2006 Matthew Miller - 2.8.0-2.8.0.1.3 +- add --enable-timer to build wxTimer class for XaraLX. +- NOTE: if anyone else needs any non-default classes or features enabled, + let me know. Thanks! + * Fri Dec 15 2006 Matthew Miller - 2.8.0-2.8.0.1.2 - buildrequires gettext From fedora-extras-commits at redhat.com Sun Dec 17 18:18:55 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 17 Dec 2006 13:18:55 -0500 Subject: rpms/plague/devel plague-0.4-py25.patch, NONE, 1.1 plague.spec, 1.29, 1.30 Message-ID: <200612171818.kBHIItlc029844@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/plague/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29826 Modified Files: plague.spec Added Files: plague-0.4-py25.patch Log Message: - Small fix for a change in python 2.5's xmlrpc library. The patch has been upstreamed. plague-0.4-py25.patch: --- NEW FILE plague-0.4-py25.patch --- Index: plague-0.4.4.1/common/XMLRPCServerProxy.py =================================================================== --- plague-0.4.4.1.orig/common/XMLRPCServerProxy.py +++ plague-0.4.4.1/common/XMLRPCServerProxy.py @@ -25,7 +25,9 @@ class PlgSSL_Transport(xmlrpclib.Transpo user_agent = "pyOpenSSL_XMLRPC/%s - %s" % (__version__, xmlrpclib.Transport.user_agent) - def __init__(self, ssl_context, timeout=None): + def __init__(self, ssl_context, timeout=None, use_datetime=0): + if sys.version_info[:3] >= (2, 5, 0): + xmlrpclib.Transport.__init__(self, use_datetime) self.ssl_ctx=ssl_context self._timeout = timeout Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/devel/plague.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- plague.spec 15 Dec 2006 03:57:19 -0000 1.29 +++ plague.spec 17 Dec 2006 18:18:25 -0000 1.30 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -17,6 +17,8 @@ Requires(preun): /sbin/service Patch0: plague-0.4-daemonize.patch +Patch1: plague-0.4-py25.patch + %description The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server. @@ -67,6 +69,7 @@ %prep %setup -q %patch0 -p0 -b .umask +%patch1 -p1 -b .py25 %build make @@ -147,6 +150,10 @@ %changelog +* Fri Dec 15 2006 Toshio Kuratomi - 0.4.4.1-4 +- Small fix for a change in python 2.5's xmlrpc library. The patch has been + upstreamed. + * Thu Dec 14 2006 Jason L Tibbitts III - 0.4.4.1-3 - Rebuild for new Python From fedora-extras-commits at redhat.com Sun Dec 17 18:27:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 17 Dec 2006 13:27:24 -0500 Subject: rpms/xchm/devel xchm.spec,1.8,1.9 Message-ID: <200612171827.kBHIROX6029940@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xchm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29920 Modified Files: xchm.spec Log Message: * Sun Dec 17 2006 Patrice Dumas 1.10-2 - rebuild for wxGTK-2.8.0 Index: xchm.spec =================================================================== RCS file: /cvs/extras/rpms/xchm/devel/xchm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xchm.spec 22 Nov 2006 12:33:29 -0000 1.8 +++ xchm.spec 17 Dec 2006 18:26:54 -0000 1.9 @@ -1,7 +1,7 @@ Summary: A GUI front-end to CHMlib Name: xchm Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing #Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz @@ -67,6 +67,9 @@ %{_datadir}/applications/* %changelog +* Sun Dec 17 2006 Patrice Dumas 1.10-2 +- rebuild for wxGTK-2.8.0 + * Wed Nov 22 2006 Patrice Dumas 1.10-1 - update to 1.10 From fedora-extras-commits at redhat.com Sun Dec 17 18:39:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:39:55 -0500 Subject: rpms/python-kid/FC-4 .cvsignore, 1.11, 1.12 python-kid.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200612171839.kBHIdtaD030082@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/FC-4 Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:36 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-4/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:36 -0000 1.13 +++ python-kid.spec 17 Dec 2006 18:39:25 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,15 +50,15 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:36 -0000 1.11 +++ sources 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:39:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:39:55 -0500 Subject: rpms/python-kid/FC-5 .cvsignore, 1.11, 1.12 python-kid.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200612171840.kBHIdtfU030087@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/FC-5 Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:36 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-5/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:36 -0000 1.13 +++ python-kid.spec 17 Dec 2006 18:39:25 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,15 +50,15 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:36 -0000 1.11 +++ sources 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:40:00 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:40:00 -0500 Subject: rpms/python-kid/FC-6 .cvsignore, 1.11, 1.12 python-kid.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200612171840.kBHIe0pI030092@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/FC-6 Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:37 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-6/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:37 -0000 1.13 +++ python-kid.spec 17 Dec 2006 18:39:30 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,15 +50,15 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:37 -0000 1.11 +++ sources 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:40:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:40:01 -0500 Subject: rpms/python-kid/devel .cvsignore, 1.11, 1.12 python-kid.spec, 1.14, 1.15 sources, 1.11, 1.12 Message-ID: <200612171840.kBHIe1Mq030097@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/devel Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:37 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/python-kid.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-kid.spec 16 Dec 2006 03:24:32 -0000 1.14 +++ python-kid.spec 17 Dec 2006 18:39:30 -0000 1.15 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language Group: Applications/Publishing @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,17 +50,14 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog -* Fri Dec 15 2006 Luke Macken - 0.9.3-2 -- Rebuild +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:37 -0000 1.11 +++ sources 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:49:53 2006 From: fedora-extras-commits at redhat.com (Nicolas Mailhot (nim)) Date: Sun, 17 Dec 2006 13:49:53 -0500 Subject: rpms/dejavu-fonts import.log,1.92,1.93 Message-ID: <200612171849.kBHInr9J030362@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/dejavu-fonts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30323 Modified Files: import.log Log Message: auto-import dejavu-fonts-2.13-1.fc7 on branch devel from dejavu-fonts-2.13-1.fc7.src.rpm 2.13 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/import.log,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- import.log 21 Nov 2006 18:32:45 -0000 1.92 +++ import.log 17 Dec 2006 18:49:23 -0000 1.93 @@ -89,3 +89,4 @@ dejavu-fonts-2_12-0_1_rc1_fc7:HEAD:dejavu-fonts-2.12-0.1.rc1.fc7.src.rpm:1163713579 dejavu-fonts-2_12-0_2_rc1_fc7:HEAD:dejavu-fonts-2.12-0.2.rc1.fc7.src.rpm:1163713911 dejavu-fonts-2_12-1_rc1_fc7:HEAD:dejavu-fonts-2.12-1.rc1.fc7.src.rpm:1164133959 +dejavu-fonts-2_13-1_fc7:HEAD:dejavu-fonts-2.13-1.fc7.src.rpm:1166381777 From fedora-extras-commits at redhat.com Sun Dec 17 18:49:53 2006 From: fedora-extras-commits at redhat.com (Nicolas Mailhot (nim)) Date: Sun, 17 Dec 2006 13:49:53 -0500 Subject: rpms/dejavu-fonts/devel .cvsignore, 1.26, 1.27 dejavu-fonts.spec, 1.50, 1.51 sources, 1.26, 1.27 Message-ID: <200612171849.kBHInrNw030367@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/dejavu-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30323/devel Modified Files: .cvsignore dejavu-fonts.spec sources Log Message: auto-import dejavu-fonts-2.13-1.fc7 on branch devel from dejavu-fonts-2.13-1.fc7.src.rpm 2.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 21 Nov 2006 18:32:45 -0000 1.26 +++ .cvsignore 17 Dec 2006 18:49:23 -0000 1.27 @@ -1 +1 @@ -dejavu-sfd-2.12.tar.bz2 +dejavu-sfd-2.13.tar.bz2 Index: dejavu-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/devel/dejavu-fonts.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- dejavu-fonts.spec 21 Nov 2006 18:32:45 -0000 1.50 +++ dejavu-fonts.spec 17 Dec 2006 18:49:23 -0000 1.51 @@ -1,8 +1,8 @@ %define archivename dejavu-sfd # This macro has the same value as %{version}, except when testing pre-release snapshots -#%define alphatag .rc1 +#define alphatag .rc1 -#%define archiveversion 20061115-1287 +#define archiveversion 20061115-1287 %define archiveversion %{version} %define fontdir %{_datadir}/fonts/%{name} %define fontconfdir %{_sysconfdir}/fonts @@ -12,13 +12,13 @@ %define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt Name: dejavu-fonts -Version: 2.12 +Version: 2.13 Release: 1%{?alphatag}%{?dist} Summary: DejaVu fonts Group: User Interface/X License: Redistributable, with restrictions URL: http://dejavu.sf.net/ -Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveversion}.tar.bz2 +Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveversion}.tar.bz2 # DejaVu fontconfig setup Source1: %{name}-fontconfig.conf # DejaVu fontconfig setup (experimental families) @@ -32,6 +32,14 @@ # If we add this the package will require fontconfig # Requires: %{fontconfdir}/conf.d BuildArch: noarch + +# We do not want font packages to depend on fontconfig +# However these packages do install configuration files in +# %{_sysconfdir}/fonts; also they rely on the current release fontconfig cache +# handling style, should it be available on the system. +# To prevent strange things should anyone try to install them on a system +# with an older fontconfig, we explicitely conflict with fontconfig versions +# found in older Fedora releases Conflicts: fontconfig < 2.4.0 Obsoletes: %{name}-fontconfig < 2.7.0-0.15 @@ -155,7 +163,10 @@ %changelog -* Tue Nov 21 2006 Nicolas Mailhot +* Sun Dec 17 2006 Nicolas Mailhot +- 2.13 + +* Tue Nov 21 2006 Nicolas Mailhot - 2.12 - only in devel for now Index: sources =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 21 Nov 2006 18:32:45 -0000 1.26 +++ sources 17 Dec 2006 18:49:23 -0000 1.27 @@ -1 +1 @@ -9dc019f130d23d54cf01f7936158a482 dejavu-sfd-2.12.tar.bz2 +1db3589969da9cb154d8cfefe703af88 dejavu-sfd-2.13.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 18:54:09 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:54:09 -0500 Subject: rpms/python-kid/devel python-kid.spec,1.15,1.16 Message-ID: <200612171854.kBHIs99T030439@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30415 Modified Files: python-kid.spec Log Message: Remove python-elementtree dep on devel builds. Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/python-kid.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- python-kid.spec 17 Dec 2006 18:39:30 -0000 1.15 +++ python-kid.spec 17 Dec 2006 18:53:39 -0000 1.16 @@ -2,7 +2,7 @@ Name: python-kid Version: 0.9.4 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Kid - A simple and pythonic XML template language Group: Applications/Publishing @@ -13,8 +13,7 @@ BuildArch: noarch BuildRequires: python-setuptools >= 0.6c2, python-devel -BuildRequires: python-docutils, python-elementtree -Requires: python-elementtree +BuildRequires: python-docutils %description @@ -55,6 +54,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1.1 +- Don't require python-elementtree for devel (python-2.5 bundles it) + * Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 - Version 0.9.4 - Ghostbusting From fedora-extras-commits at redhat.com Sun Dec 17 19:00:39 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:00:39 -0500 Subject: rpms/perl-IO-Capture - New directory Message-ID: <200612171900.kBHJ0dAk030548@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30544/perl-IO-Capture Log Message: Directory /cvs/extras/rpms/perl-IO-Capture added to the repository From fedora-extras-commits at redhat.com Sun Dec 17 19:00:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:00:45 -0500 Subject: rpms/perl-IO-Capture/devel - New directory Message-ID: <200612171900.kBHJ0jiH030561@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30544/perl-IO-Capture/devel Log Message: Directory /cvs/extras/rpms/perl-IO-Capture/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 17 19:01:03 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:01:03 -0500 Subject: rpms/perl-IO-Capture Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612171901.kBHJ133F000809@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32274 Added Files: Makefile import.log Log Message: Setup of module perl-IO-Capture --- NEW FILE Makefile --- # Top level Makefile for module perl-IO-Capture all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 17 19:01:08 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:01:08 -0500 Subject: rpms/perl-IO-Capture/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612171901.kBHJ18hN001237@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32274/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-IO-Capture --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 17 19:02:10 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:02:10 -0500 Subject: rpms/perl-IO-Capture import.log,1.1,1.2 Message-ID: <200612171902.kBHJ2A5r001306@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1276 Modified Files: import.log Log Message: auto-import perl-IO-Capture-0.05-1 on branch devel from perl-IO-Capture-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Dec 2006 19:01:03 -0000 1.1 +++ import.log 17 Dec 2006 19:01:40 -0000 1.2 @@ -0,0 +1 @@ +perl-IO-Capture-0_05-1:HEAD:perl-IO-Capture-0.05-1.src.rpm:1166382517 From fedora-extras-commits at redhat.com Sun Dec 17 19:02:10 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:02:10 -0500 Subject: rpms/perl-IO-Capture/devel perl-IO-Capture.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612171902.kBHJ2AH6001310@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1276/devel Modified Files: .cvsignore sources Added Files: perl-IO-Capture.spec Log Message: auto-import perl-IO-Capture-0.05-1 on branch devel from perl-IO-Capture-0.05-1.src.rpm --- NEW FILE perl-IO-Capture.spec --- Name: perl-IO-Capture Version: 0.05 Release: 1%{?dist} Summary: Abstract Base Class to build modules to capture output Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/IO-Capture/ Source0: http://www.cpan.org/authors/id/R/RE/REYNOLDS/IO-Capture-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The IO::Capture Module defines an abstract base class that can be used to create any number of useful sub-classes that capture output being sent on a filehandle such as STDOUT or STDERR. %prep %setup -q -n IO-Capture-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS Changes README %{perl_vendorlib}/IO/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Dec 2006 19:01:08 -0000 1.1 +++ .cvsignore 17 Dec 2006 19:01:40 -0000 1.2 @@ -0,0 +1 @@ +IO-Capture-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Dec 2006 19:01:08 -0000 1.1 +++ sources 17 Dec 2006 19:01:40 -0000 1.2 @@ -0,0 +1 @@ +4760036d7fcf9f2cc34f2b2eefd511a4 IO-Capture-0.05.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:07:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:07:19 -0500 Subject: rpms/perl-IO-Capture/devel perl-IO-Capture.spec,1.1,1.2 Message-ID: <200612171907.kBHJ7JOq001406@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1391 Modified Files: perl-IO-Capture.spec Log Message: find: fixed arguments order (#219956). Index: perl-IO-Capture.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/perl-IO-Capture.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-IO-Capture.spec 17 Dec 2006 19:01:40 -0000 1.1 +++ perl-IO-Capture.spec 17 Dec 2006 19:06:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-IO-Capture Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Abstract Base Class to build modules to capture output Group: Development/Libraries @@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -51,5 +51,8 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-2 +- find: fixed arguments order (#219956). + * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. From fedora-extras-commits at redhat.com Sun Dec 17 19:11:31 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:11:31 -0500 Subject: owners owners.list,1.2119,1.2120 Message-ID: <200612171911.kBHJBVYB001532@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1510 Modified Files: owners.list Log Message: New package: perl-IO-Capture (#219956). Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2119 retrieving revision 1.2120 diff -u -r1.2119 -r1.2120 --- owners.list 16 Dec 2006 17:49:43 -0000 1.2119 +++ owners.list 17 Dec 2006 19:11:01 -0000 1.2120 @@ -1568,6 +1568,7 @@ Fedora Extras|perl-Image-Xpm|Load, create, manipulate and save xpm image files in Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Imager|A module for creating and altering images|steve at silug.org|extras-qa at fedoraproject.org|ghenry at suretecsystems.com Fedora Extras|perl-IO-All|IO::All Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-IO-Capture|Abstract Base Class to build modules to capture output|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-IO-CaptureOutput|Capture STDOUT/STDERR from subprocesses and XS/C modules|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-IO-Digest|Calculate digests while reading or writing|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-IO-Interface|Perl extension for accessing network card configuration information|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Dec 17 19:20:14 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 14:20:14 -0500 Subject: rpms/emelfm2/FC-5 .cvsignore, 1.9, 1.10 emelfm2-makefile.config.patch, 1.2, 1.3 emelfm2.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <200612171920.kBHJKEVd001672@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1648 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: update to 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 8 Sep 2006 20:28:54 -0000 1.9 +++ .cvsignore 17 Dec 2006 19:19:43 -0000 1.10 @@ -1 +1 @@ -emelfm2-0.2.tar.gz +emelfm2-0.3.1.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2-makefile.config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emelfm2-makefile.config.patch 6 Aug 2006 22:28:09 -0000 1.2 +++ emelfm2-makefile.config.patch 17 Dec 2006 19:19:43 -0000 1.3 @@ -1,25 +1,20 @@ ---- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 -+++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 -@@ -2,11 +2,11 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - BIN_DIR ?= $(PREFIX)/bin - +--- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 ++++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +@@ -12,7 +12,7 @@ + ### documentation ### + ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + #the name of the default main-user-guide document + HELPDOC ?= USAGE +@@ -87,7 +87,7 @@ -@@ -63,7 +63,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 + # setting this to 1 includes code (not much) that is applicable only + # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 - ######################### - ### documentation ### + # setting DEBUG to 0/1 turns debugging off/on + DEBUG ?= 0 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- emelfm2.spec 8 Sep 2006 20:28:54 -0000 1.13 +++ emelfm2.spec 17 Dec 2006 19:19:43 -0000 1.14 @@ -1,16 +1,17 @@ Name: emelfm2 -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz -Patch0: emelfm2-makefile.config.patch +Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils +#BuildRequires: gamin-devel Requires: findutils >= 4.2, file, grep, sed %description @@ -20,16 +21,23 @@ opening an xterm. %prep -%setup -qn emelfm2-0.2 +%setup -q %patch0 -p0 -b .orig -sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config + # fix for x86_64 libs sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile + # fix broken icon in emelfm2.desktop sed -i 's!emelfm2/emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop %build -make %{?_smp_mflags} +#echo $RPM_OPT_FLAGS +#export CFLAGS="${RPM_OPT_FLAGS}" +#echo $CFLAGS +make %{?_smp_mflags} \ + OPTIMIZE="${RPM_OPT_FLAGS}" \ + CFLAGS="${RPM_OPT_FLAGS}" \ + PREFIX="%{_prefix}" %install @@ -41,10 +49,10 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Utility \ - --delete-original \ + --add-category Application \ + --add-category System \ + --add-category Utility \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean @@ -53,11 +61,11 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc docs/ACTIONS docs/CHANGELOG docs/CONFIGURATION docs/CREDITS docs/HACKING +%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS docs/HACKING %doc docs/README docs/TODO docs/USAGE docs/WARNING %doc docs/help.txt docs/GPL docs/LGPL %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} @@ -65,8 +73,15 @@ %changelog +* Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 +- Update 0.3.1. +- Remove Category "X-Fedora" from emelfm2.desktop. + +* Mon Aug 28 2006 Christoph Wickert - 0.3.0-1 +- Update 0.3. + * Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 -- Update 0.2.0 +- Update 0.2.0. * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. @@ -91,7 +106,7 @@ - Update to 0.1.4. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-2 -- Removed nonexistant ROADMAP from %doc. +- Removed nonexistant ROADMAP from %%doc. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-1 - Update to 0.1.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 8 Sep 2006 20:28:54 -0000 1.9 +++ sources 17 Dec 2006 19:19:43 -0000 1.10 @@ -1 +1 @@ -506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz +c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:55 -0500 Subject: rpms/python-kiwi/FC-6 .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612171927.kBHJRtcW001809@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-6 Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Sep 2006 18:46:23 -0000 1.3 +++ .cvsignore 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -kiwi-1.9.9.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-6/python-kiwi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-kiwi.spec 3 Sep 2006 18:46:23 -0000 1.4 +++ python-kiwi.spec 17 Dec 2006 19:27:24 -0000 1.5 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.9 +Version: 1.9.11 Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,19 +75,30 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi %{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%{python_sitelib}/gazpacho +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 - Do not ghost Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Sep 2006 18:46:23 -0000 1.3 +++ sources 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -32482bd29ab7c78ccc1e12cc93c69adb kiwi-1.9.9.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:54 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:54 -0500 Subject: rpms/python-kiwi/FC-4 .cvsignore, 1.2, 1.3 python-kiwi.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612171927.kBHJRsPY001799@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-4 Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Jul 2006 00:26:11 -0000 1.2 +++ .cvsignore 17 Dec 2006 19:27:24 -0000 1.3 @@ -1 +1 @@ -kiwi-1.9.8.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-4/python-kiwi.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-kiwi.spec 12 Jul 2006 13:53:48 -0000 1.3 +++ python-kiwi.spec 17 Dec 2006 19:27:24 -0000 1.4 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.8 +Version: 1.9.11 Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,46 +75,35 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples -%config(noreplace) %dir %{_sysconfdir}/kiwi -%config(noreplace) %{_sysconfdir}/kiwi/setup.py -%config(noreplace) %ghost %{_sysconfdir}/kiwi/*.pyc -%config(noreplace) %ghost %{_sysconfdir}/kiwi/*.pyo +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi -%dir %{python_sitelib}/kiwi -%{python_sitelib}/kiwi/*.py -%{python_sitelib}/kiwi/*.pyc -%ghost %{python_sitelib}/kiwi/*.pyo -%dir %{python_sitelib}/kiwi/i18n -%{python_sitelib}/kiwi/i18n/*.py -%{python_sitelib}/kiwi/i18n/*.pyc -%ghost %{python_sitelib}/kiwi/i18n/*.pyo -%dir %{python_sitelib}/kiwi/ui -%{python_sitelib}/kiwi/ui/*.py -%{python_sitelib}/kiwi/ui/*.pyc -%ghost %{python_sitelib}/kiwi/ui/*.pyo -%dir %{python_sitelib}/kiwi/ui/widgets -%{python_sitelib}/kiwi/ui/widgets/*.py -%{python_sitelib}/kiwi/ui/widgets/*.pyc -%ghost %{python_sitelib}/kiwi/ui/widgets/*.pyo -%dir %{python_sitelib}/kiwi/ui/test -%{python_sitelib}/kiwi/ui/test/*.py -%{python_sitelib}/kiwi/ui/test/*.pyc -%ghost %{python_sitelib}/kiwi/ui/test/*.pyo +%{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/widgets -%{python_sitelib}/gazpacho/widgets/*.py -%{python_sitelib}/gazpacho/widgets/*.pyc -%ghost %{python_sitelib}/gazpacho/widgets/*.pyo +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships + +* Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 +- Version 1.9.9 +- Do not ghost +- No more /etc/kiwi + * Wed Jul 12 2006 Konstantin Ryabitsev - 1.9.8-1 - Fedora Extras rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Jul 2006 00:26:11 -0000 1.2 +++ sources 17 Dec 2006 19:27:24 -0000 1.3 @@ -1 +1 @@ -66720340ce6c832e674f72fb59a91205 kiwi-1.9.8.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:55 -0500 Subject: rpms/python-kiwi/devel .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612171928.kBHJRt43001814@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/devel Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Sep 2006 18:46:23 -0000 1.3 +++ .cvsignore 17 Dec 2006 19:27:25 -0000 1.4 @@ -1 +1 @@ -kiwi-1.9.9.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/python-kiwi.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-kiwi.spec 14 Dec 2006 23:45:21 -0000 1.5 +++ python-kiwi.spec 17 Dec 2006 19:27:25 -0000 1.6 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.9 -Release: 2%{?dist} +Version: 1.9.11 +Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,21 +75,29 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi %{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%{python_sitelib}/gazpacho +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog -* Thu Dec 14 2006 Jason L Tibbitts III - 1.9.9-2 -- Rebuild for updated Python. +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Sep 2006 18:46:23 -0000 1.3 +++ sources 17 Dec 2006 19:27:25 -0000 1.4 @@ -1 +1 @@ -32482bd29ab7c78ccc1e12cc93c69adb kiwi-1.9.9.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:54 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:54 -0500 Subject: rpms/python-kiwi/FC-5 .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612171927.kBHJRseS001804@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-5 Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Sep 2006 18:46:22 -0000 1.3 +++ .cvsignore 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -kiwi-1.9.9.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-5/python-kiwi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-kiwi.spec 3 Sep 2006 18:46:22 -0000 1.4 +++ python-kiwi.spec 17 Dec 2006 19:27:24 -0000 1.5 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.9 +Version: 1.9.11 Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,19 +75,30 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi %{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%{python_sitelib}/gazpacho +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 - Do not ghost Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Sep 2006 18:46:22 -0000 1.3 +++ sources 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -32482bd29ab7c78ccc1e12cc93c69adb kiwi-1.9.9.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:40:40 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 17 Dec 2006 14:40:40 -0500 Subject: rpms/rdiff-backup/devel rdiff-backup.spec,1.14,1.15 Message-ID: <200612171940.kBHJeesU002243@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2163 Modified Files: rdiff-backup.spec Log Message: Rebuild for python 2.5 Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rdiff-backup.spec 5 Dec 2006 23:55:28 -0000 1.14 +++ rdiff-backup.spec 17 Dec 2006 19:40:10 -0000 1.15 @@ -3,7 +3,7 @@ Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Sun Dec 17 2006 Kevin Fenzi - 1.0.5-2 +- Rebuild for python 2.5 + * Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 - Update to latest version From fedora-extras-commits at redhat.com Sun Dec 17 19:40:54 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:54 -0500 Subject: rpms/gazpacho/FC-4 .cvsignore, 1.10, 1.11 gazpacho.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <200612171940.kBHJesZE002288@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/FC-4 Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 1 Feb 2006 15:40:15 -0000 1.10 +++ .cvsignore 17 Dec 2006 19:40:24 -0000 1.11 @@ -1 +1 @@ -gazpacho-0.6.5.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-4/gazpacho.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gazpacho.spec 1 Feb 2006 15:40:15 -0000 1.16 +++ gazpacho.spec 17 Dec 2006 19:40:24 -0000 1.17 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.5 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -12,9 +12,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: python-devel, desktop-file-utils -Requires: pygtk2 >= 2.4.0, pygtk2-libglade -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") +BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext +Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho %description @@ -25,7 +24,7 @@ %prep %setup -q -sed -i -e 's/\(^docs_dir =.*\)gazpacho/\1gazpacho-%{version}/' setup.py +sed -i -e 's|share/doc/gazpacho|share/doc/gazpacho-%{version}|' setup.py %build @@ -54,25 +53,23 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + +* Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 +- Version 0.6.6 +- BuildRequire python-kiwi, gettext +- Require python-kiwi-gazpacho + * Wed Feb 01 2006 Konstantin Ryabitsev - 0.6.5-1 - Version 0.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 1 Feb 2006 15:40:15 -0000 1.10 +++ sources 17 Dec 2006 19:40:24 -0000 1.11 @@ -1 +1 @@ -853d2df3bcf3205848e695177bdba6a8 gazpacho-0.6.5.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:40:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:55 -0500 Subject: rpms/gazpacho/FC-6 .cvsignore, 1.12, 1.13 gazpacho.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <200612171940.kBHJetwf002298@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/FC-6 Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Jul 2006 14:13:22 -0000 1.12 +++ .cvsignore 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -gazpacho-0.6.6.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-6/gazpacho.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gazpacho.spec 13 Jul 2006 14:13:22 -0000 1.18 +++ gazpacho.spec 17 Dec 2006 19:40:25 -0000 1.19 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.6 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -14,7 +14,6 @@ BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -54,25 +53,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + * Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 - Version 0.6.6 - BuildRequire python-kiwi, gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Jul 2006 14:13:22 -0000 1.12 +++ sources 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -a3978d53faa7efd79515cbeaf33de44f gazpacho-0.6.6.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:40:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:55 -0500 Subject: rpms/gazpacho/devel .cvsignore, 1.12, 1.13 gazpacho.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <200612171941.kBHJet5J002303@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/devel Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Jul 2006 14:13:22 -0000 1.12 +++ .cvsignore 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -gazpacho-0.6.6.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/devel/gazpacho.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gazpacho.spec 13 Jul 2006 14:13:22 -0000 1.18 +++ gazpacho.spec 17 Dec 2006 19:40:25 -0000 1.19 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.6 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -14,7 +14,6 @@ BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -54,25 +53,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + * Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 - Version 0.6.6 - BuildRequire python-kiwi, gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Jul 2006 14:13:22 -0000 1.12 +++ sources 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -a3978d53faa7efd79515cbeaf33de44f gazpacho-0.6.6.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:40:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:55 -0500 Subject: rpms/gazpacho/FC-5 .cvsignore, 1.12, 1.13 gazpacho.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <200612171941.kBHJet1C002293@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/FC-5 Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Jul 2006 14:13:21 -0000 1.12 +++ .cvsignore 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -gazpacho-0.6.6.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-5/gazpacho.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gazpacho.spec 13 Jul 2006 14:13:21 -0000 1.18 +++ gazpacho.spec 17 Dec 2006 19:40:25 -0000 1.19 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.6 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -14,7 +14,6 @@ BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -54,25 +53,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + * Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 - Version 0.6.6 - BuildRequire python-kiwi, gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Jul 2006 14:13:21 -0000 1.12 +++ sources 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -a3978d53faa7efd79515cbeaf33de44f gazpacho-0.6.6.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:48:32 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:48:32 -0500 Subject: rpms/poedit/devel poedit.spec,1.5,1.6 Message-ID: <200612171948.kBHJmWmO002465@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/poedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2449 Modified Files: poedit.spec Log Message: Bump release for a rebuild in devel Index: poedit.spec =================================================================== RCS file: /cvs/extras/rpms/poedit/devel/poedit.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- poedit.spec 10 Nov 2006 19:50:28 -0000 1.5 +++ poedit.spec 17 Dec 2006 19:48:02 -0000 1.6 @@ -1,6 +1,6 @@ Name: poedit Version: 1.3.6 -Release: 1.1%{?dist} +Release: 1.2%{?dist} Summary: GUI editor for GNU gettext .po files Group: Development/Languages @@ -80,7 +80,10 @@ %changelog -* Fri Nov 10 2007 Konstantin Ryabitsev - 1.3.6-1.1 +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.3.6-1.2 +- Rebuild for new wx in devel + +* Fri Nov 10 2006 Konstantin Ryabitsev - 1.3.6-1.1 - Rebuild for newer db4 in devel * Mon Oct 30 2006 Konstantin Ryabitsev - 1.3.6-1 From fedora-extras-commits at redhat.com Sun Dec 17 20:00:18 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:00:18 -0500 Subject: rpms/python-logilab-common/FC-5 .cvsignore, 1.8, 1.9 python-logilab-common.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172000.kBHK0IPb002601@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-common/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2550/FC-5 Modified Files: .cvsignore python-logilab-common.spec sources Log Message: Upstream 0.21.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:39:00 -0000 1.8 +++ .cvsignore 17 Dec 2006 19:59:47 -0000 1.9 @@ -1 +1 @@ -common-0.19.2.tar.gz +logilab-common-0.21.0.tar.gz Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-5/python-logilab-common.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-logilab-common.spec 27 Sep 2006 01:39:00 -0000 1.8 +++ python-logilab-common.spec 17 Dec 2006 19:59:47 -0000 1.9 @@ -1,14 +1,14 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-common -Version: 0.19.2 +Version: 0.21.0 Release: 1%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common -Source0: ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,12 +41,16 @@ %files %defattr(-,root,root,-) -%doc doc/* README ChangeLog +%doc README ChangeLog COPYING %{_python_sitelib}/logilab %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.21.0-1 +- Upstream 0.21.0 +- Include COPYING with docs + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:39:00 -0000 1.8 +++ sources 17 Dec 2006 19:59:47 -0000 1.9 @@ -1 +1 @@ -28fd7577d51d5680f767159c49f62085 common-0.19.2.tar.gz +623d0a4e78361a2ccd0b85e3eac53132 logilab-common-0.21.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:00:18 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:00:18 -0500 Subject: rpms/python-logilab-common/FC-6 .cvsignore, 1.8, 1.9 python-logilab-common.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612172000.kBHK0Ivr002606@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-common/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2550/FC-6 Modified Files: .cvsignore python-logilab-common.spec sources Log Message: Upstream 0.21.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:39:01 -0000 1.8 +++ .cvsignore 17 Dec 2006 19:59:48 -0000 1.9 @@ -1 +1 @@ -common-0.19.2.tar.gz +logilab-common-0.21.0.tar.gz Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-6/python-logilab-common.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-logilab-common.spec 27 Sep 2006 01:39:01 -0000 1.10 +++ python-logilab-common.spec 17 Dec 2006 19:59:48 -0000 1.11 @@ -1,14 +1,14 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-common -Version: 0.19.2 +Version: 0.21.0 Release: 1%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common -Source0: ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,12 +41,16 @@ %files %defattr(-,root,root,-) -%doc doc/* README ChangeLog +%doc README ChangeLog COPYING %{_python_sitelib}/logilab %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.21.0-1 +- Upstream 0.21.0 +- Include COPYING with docs + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:39:01 -0000 1.8 +++ sources 17 Dec 2006 19:59:48 -0000 1.9 @@ -1 +1 @@ -28fd7577d51d5680f767159c49f62085 common-0.19.2.tar.gz +623d0a4e78361a2ccd0b85e3eac53132 logilab-common-0.21.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:00:23 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:00:23 -0500 Subject: rpms/python-logilab-common/devel .cvsignore, 1.8, 1.9 python-logilab-common.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612172000.kBHK0Nek002611@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2550/devel Modified Files: .cvsignore python-logilab-common.spec sources Log Message: Upstream 0.21.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:39:01 -0000 1.8 +++ .cvsignore 17 Dec 2006 19:59:53 -0000 1.9 @@ -1 +1 @@ -common-0.19.2.tar.gz +logilab-common-0.21.0.tar.gz Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/python-logilab-common.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-logilab-common.spec 15 Dec 2006 02:35:17 -0000 1.11 +++ python-logilab-common.spec 17 Dec 2006 19:59:53 -0000 1.12 @@ -1,14 +1,14 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-common -Version: 0.19.2 -Release: 2%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common -Source0: ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,14 +41,15 @@ %files %defattr(-,root,root,-) -%doc doc/* README ChangeLog +%doc README ChangeLog COPYING %{_python_sitelib}/logilab %{_bindir}/* %changelog -* Thu Dec 14 2006 Jason L Tibbitts III - 0.19.2-2 -- Rebuild for new Python +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.21.0-1 +- Upstream 0.21.0 +- Include COPYING with docs * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:39:01 -0000 1.8 +++ sources 17 Dec 2006 19:59:53 -0000 1.9 @@ -1 +1 @@ -28fd7577d51d5680f767159c49f62085 common-0.19.2.tar.gz +623d0a4e78361a2ccd0b85e3eac53132 logilab-common-0.21.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:11:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:11:01 -0500 Subject: rpms/python-logilab-astng/FC-5 .cvsignore, 1.2, 1.3 python-logilab-astng.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612172011.kBHKB106005941@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-astng/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892/FC-5 Modified Files: .cvsignore python-logilab-astng.spec sources Log Message: Upstream 0.16.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Sep 2006 01:04:32 -0000 1.2 +++ .cvsignore 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -astng-0.16.1.tar.gz +logilab-astng-0.16.3.tar.gz Index: python-logilab-astng.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-5/python-logilab-astng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-logilab-astng.spec 27 Sep 2006 01:10:31 -0000 1.2 +++ python-logilab-astng.spec 17 Dec 2006 20:10:31 -0000 1.3 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-astng -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: Python Abstract Syntax Tree New Generation Group: Development/Languages License: GPL URL: http://www.logilab.org/projects/astng/ -Source0: ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: python-astng = %{version}-%{release} @@ -52,6 +52,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.16.3-1 +- Upstream 0.16.3 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.16.1-2 - Setting Provides/Obsoletes as per guidelines. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Sep 2006 01:04:32 -0000 1.2 +++ sources 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -ac1ff0dd80dca7850413ccfbbf638fd7 astng-0.16.1.tar.gz +12061e3f8accd115ba101c6af15e5eef logilab-astng-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:11:07 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:11:07 -0500 Subject: rpms/python-logilab-astng/devel .cvsignore, 1.2, 1.3 python-logilab-astng.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612172011.kBHKB7dp005951@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-astng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892/devel Modified Files: .cvsignore python-logilab-astng.spec sources Log Message: Upstream 0.16.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Sep 2006 01:04:32 -0000 1.2 +++ .cvsignore 17 Dec 2006 20:10:37 -0000 1.3 @@ -1 +1 @@ -astng-0.16.1.tar.gz +logilab-astng-0.16.3.tar.gz Index: python-logilab-astng.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/devel/python-logilab-astng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-logilab-astng.spec 27 Sep 2006 01:10:31 -0000 1.2 +++ python-logilab-astng.spec 17 Dec 2006 20:10:37 -0000 1.3 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-astng -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: Python Abstract Syntax Tree New Generation Group: Development/Languages License: GPL URL: http://www.logilab.org/projects/astng/ -Source0: ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: python-astng = %{version}-%{release} @@ -52,6 +52,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.16.3-1 +- Upstream 0.16.3 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.16.1-2 - Setting Provides/Obsoletes as per guidelines. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Sep 2006 01:04:32 -0000 1.2 +++ sources 17 Dec 2006 20:10:37 -0000 1.3 @@ -1 +1 @@ -ac1ff0dd80dca7850413ccfbbf638fd7 astng-0.16.1.tar.gz +12061e3f8accd115ba101c6af15e5eef logilab-astng-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:11:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:11:01 -0500 Subject: rpms/python-logilab-astng/FC-6 .cvsignore, 1.2, 1.3 python-logilab-astng.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612172011.kBHKB1j2005946@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-astng/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892/FC-6 Modified Files: .cvsignore python-logilab-astng.spec sources Log Message: Upstream 0.16.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Sep 2006 01:04:32 -0000 1.2 +++ .cvsignore 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -astng-0.16.1.tar.gz +logilab-astng-0.16.3.tar.gz Index: python-logilab-astng.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-6/python-logilab-astng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-logilab-astng.spec 27 Sep 2006 01:10:31 -0000 1.2 +++ python-logilab-astng.spec 17 Dec 2006 20:10:31 -0000 1.3 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-astng -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: Python Abstract Syntax Tree New Generation Group: Development/Languages License: GPL URL: http://www.logilab.org/projects/astng/ -Source0: ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: python-astng = %{version}-%{release} @@ -52,6 +52,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.16.3-1 +- Upstream 0.16.3 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.16.1-2 - Setting Provides/Obsoletes as per guidelines. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Sep 2006 01:04:32 -0000 1.2 +++ sources 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -ac1ff0dd80dca7850413ccfbbf638fd7 astng-0.16.1.tar.gz +12061e3f8accd115ba101c6af15e5eef logilab-astng-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:21:45 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:21:45 -0500 Subject: rpms/pylint/FC-5 .cvsignore, 1.8, 1.9 pylint.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172021.kBHKLj7v006167@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6110/FC-5 Modified Files: .cvsignore pylint.spec sources Log Message: Upstream 0.12.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:37:14 -0000 1.8 +++ .cvsignore 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -pylint-0.12.1.tar.gz +pylint-0.12.2.tar.gz Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-5/pylint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pylint.spec 27 Sep 2006 01:37:14 -0000 1.8 +++ pylint.spec 17 Dec 2006 20:21:15 -0000 1.9 @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.12.1 +Version: 0.12.2 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -67,13 +67,18 @@ %files gui %defattr(-,root,root,-) +%doc COPYING %{_python_sitelib}/pylint/gui.py* %{_bindir}/pylint-gui %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.12.2-1 +- Upstream 0.12.2 +- Add COPYING to -gui + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.12.1-1 -- Upstread 0.12.1 +- Upstream 0.12.1 - Require the renamed python-logilab-astng * Mon May 01 2006 Konstantin Ryabitsev - 0.11.0-0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:37:14 -0000 1.8 +++ sources 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz +38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:21:46 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:21:46 -0500 Subject: rpms/pylint/devel .cvsignore, 1.8, 1.9 pylint.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172021.kBHKLk9M006175@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6110/devel Modified Files: .cvsignore pylint.spec sources Log Message: Upstream 0.12.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:37:14 -0000 1.8 +++ .cvsignore 17 Dec 2006 20:21:16 -0000 1.9 @@ -1 +1 @@ -pylint-0.12.1.tar.gz +pylint-0.12.2.tar.gz Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/pylint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pylint.spec 27 Sep 2006 01:37:14 -0000 1.8 +++ pylint.spec 17 Dec 2006 20:21:16 -0000 1.9 @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.12.1 +Version: 0.12.2 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -67,13 +67,18 @@ %files gui %defattr(-,root,root,-) +%doc COPYING %{_python_sitelib}/pylint/gui.py* %{_bindir}/pylint-gui %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.12.2-1 +- Upstream 0.12.2 +- Add COPYING to -gui + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.12.1-1 -- Upstread 0.12.1 +- Upstream 0.12.1 - Require the renamed python-logilab-astng * Mon May 01 2006 Konstantin Ryabitsev - 0.11.0-0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:37:14 -0000 1.8 +++ sources 17 Dec 2006 20:21:16 -0000 1.9 @@ -1 +1 @@ -e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz +38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:21:46 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:21:46 -0500 Subject: rpms/pylint/FC-6 .cvsignore, 1.8, 1.9 pylint.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172021.kBHKLkDX006172@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6110/FC-6 Modified Files: .cvsignore pylint.spec sources Log Message: Upstream 0.12.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:37:14 -0000 1.8 +++ .cvsignore 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -pylint-0.12.1.tar.gz +pylint-0.12.2.tar.gz Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-6/pylint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pylint.spec 27 Sep 2006 01:37:14 -0000 1.8 +++ pylint.spec 17 Dec 2006 20:21:15 -0000 1.9 @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.12.1 +Version: 0.12.2 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -67,13 +67,18 @@ %files gui %defattr(-,root,root,-) +%doc COPYING %{_python_sitelib}/pylint/gui.py* %{_bindir}/pylint-gui %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.12.2-1 +- Upstream 0.12.2 +- Add COPYING to -gui + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.12.1-1 -- Upstread 0.12.1 +- Upstream 0.12.1 - Require the renamed python-logilab-astng * Mon May 01 2006 Konstantin Ryabitsev - 0.11.0-0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:37:14 -0000 1.8 +++ sources 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz +38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:22:28 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:28 -0500 Subject: rpms/kdissert/FC-4 .cvsignore, 1.3, 1.4 kdissert.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612172022.kBHKMSXF006278@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/FC-4 Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Jul 2006 15:10:50 -0000 1.3 +++ .cvsignore 17 Dec 2006 20:21:58 -0000 1.4 @@ -1 +1 @@ -kdissert-1.0.6-waf.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-4/kdissert.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kdissert.spec 22 Jul 2006 15:10:50 -0000 1.4 +++ kdissert.spec 17 Dec 2006 20:21:58 -0000 1.5 @@ -1,12 +1,12 @@ Name: kdissert -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE Group: Applications/Productivity License: GPL URL: http://freehackers.org/~tnagy/kdissert/ -Source0: http://freehackers.org/~tnagy/%{name}/%{name}-%{version}-waf.tar.bz2 +Source0: http://freehackers.org/~tnagy/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils, gettext @@ -23,24 +23,24 @@ %prep -%setup -q -n %{name}-%{version}-waf -tar xjf miniwaf.tar.bz2 -./waf.py configure \ +%setup -q +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ - --libdir=%{_libdir} + --libdir=%{_libdir} \ + --want-rpath=0 %build -export CFLAGS=$RPM_OPT_FLAGS -export CXXFLAGS=$RPM_OPT_FLAGS -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -78,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -90,6 +90,15 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + +* Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 +- Version 1.0.6b +- Move flags to configure stage +- We don't want rpath, thanks + * Sat Jul 22 2006 Konstantin Ryabitsev - 1.0.6-1 - Version 1.0.6 - No longer using scons Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Jul 2006 15:10:50 -0000 1.3 +++ sources 17 Dec 2006 20:21:58 -0000 1.4 @@ -1 +1 @@ -55bed147b66bd46de21e07475568469c kdissert-1.0.6-waf.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:22:29 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:29 -0500 Subject: rpms/kdissert/FC-5 .cvsignore, 1.4, 1.5 kdissert.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612172022.kBHKMTLd006283@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/FC-5 Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2006 18:03:45 -0000 1.4 +++ .cvsignore 17 Dec 2006 20:21:58 -0000 1.5 @@ -1 +1 @@ -kdissert-1.0.6b.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-5/kdissert.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kdissert.spec 3 Sep 2006 18:03:45 -0000 1.6 +++ kdissert.spec 17 Dec 2006 20:21:58 -0000 1.7 @@ -1,5 +1,5 @@ Name: kdissert -Version: 1.0.6b +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE @@ -24,10 +24,9 @@ %prep %setup -q -tar xjf miniwaf.tar.bz2 export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./waf.py configure \ +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ @@ -36,12 +35,12 @@ %build -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -79,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -91,6 +90,10 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 - Version 1.0.6b - Move flags to configure stage Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2006 18:03:45 -0000 1.4 +++ sources 17 Dec 2006 20:21:58 -0000 1.5 @@ -1 +1 @@ -a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:22:34 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:34 -0500 Subject: rpms/kdissert/devel .cvsignore, 1.4, 1.5 kdissert.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612172022.kBHKMYV9006299@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/devel Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2006 18:03:46 -0000 1.4 +++ .cvsignore 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -kdissert-1.0.6b.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/devel/kdissert.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kdissert.spec 3 Sep 2006 18:03:46 -0000 1.6 +++ kdissert.spec 17 Dec 2006 20:22:04 -0000 1.7 @@ -1,5 +1,5 @@ Name: kdissert -Version: 1.0.6b +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE @@ -24,10 +24,9 @@ %prep %setup -q -tar xjf miniwaf.tar.bz2 export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./waf.py configure \ +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ @@ -36,12 +35,12 @@ %build -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -79,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -91,6 +90,10 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 - Version 1.0.6b - Move flags to configure stage Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2006 18:03:46 -0000 1.4 +++ sources 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:22:34 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:34 -0500 Subject: rpms/kdissert/FC-6 .cvsignore, 1.4, 1.5 kdissert.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612172022.kBHKMYNG006294@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/FC-6 Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2006 18:03:46 -0000 1.4 +++ .cvsignore 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -kdissert-1.0.6b.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-6/kdissert.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kdissert.spec 3 Sep 2006 18:03:46 -0000 1.6 +++ kdissert.spec 17 Dec 2006 20:22:04 -0000 1.7 @@ -1,5 +1,5 @@ Name: kdissert -Version: 1.0.6b +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE @@ -24,10 +24,9 @@ %prep %setup -q -tar xjf miniwaf.tar.bz2 export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./waf.py configure \ +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ @@ -36,12 +35,12 @@ %build -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -79,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -91,6 +90,10 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 - Version 1.0.6b - Move flags to configure stage Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2006 18:03:46 -0000 1.4 +++ sources 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:26:56 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 15:26:56 -0500 Subject: rpms/notecase/FC-6 notecase.spec,1.19,NONE sources,1.7,NONE Message-ID: <200612172026.kBHKQumI006592@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6587 Removed Files: notecase.spec sources Log Message: --- notecase.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 20:28:03 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 15:28:03 -0500 Subject: rpms/notecase/FC-6 notecase.spec,1.20,1.21 sources,1.8,1.9 Message-ID: <200612172028.kBHKS3kw006640@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6621 Added Files: notecase.spec sources Log Message: Index: notecase.spec =================================================================== RCS file: notecase.spec diff -N notecase.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ notecase.spec 17 Dec 2006 20:27:33 -0000 1.21 @@ -0,0 +1,113 @@ +Name: notecase +Version: 1.3.3 +Release: 1%{?dist} +Summary: A hierarchical note manager + +Group: Applications/Productivity +License: BSD +URL: http://notecase.sourceforge.net/ +Source0: http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel +Requires(post): desktop-file-utils shared-mime-info +Requires(postun): desktop-file-utils shared-mime-info + +%description +NoteCase is a hierarchical note manager (aka. outliner). It helps you organize +your everyday text notes into a single document, with individual notes placed +in the tree-like structure (each note can have its sub-notes, ...). To ensure +your privacy, encrypted document format is supported, along with standard +unencrypted format. + +%prep +%setup -q + +%build +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +%find_lang %{name} +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc +desktop-file-install --vendor=fedora \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + --add-category GTK \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +update-mime-database %{_datadir}/mime &> /dev/null || : +update-desktop-database &> /dev/null || : + +%postun +update-mime-database %{_datadir}/mime &> /dev/null || : +update-desktop-database &> /dev/null || : + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc readme.txt docs/license.txt docs/help.ncd +%{_bindir}/%{name} +%{_datadir}/applications/*%{name}.desktop +%{_datadir}/icons/%{name}.* +%{_datadir}/mime/packages/%{name}.xml + +%changelog +* Sun Dec 17 2006 Damien Durand 1.3.3-1 +- Upgrade to 1.3.3 +- Fix source + +* Wed Sep 27 2006 Damien Durand 1.1.9-2 +- Upgrade to 1.1.9 +- Remove patch +- Bump + +* Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.1.4-2 +- Rebuild for Fedora Extras 5 + +* Sat Feb 4 2006 Ignacio Vazquez-Abrams 1.1.4-1 +- Upstream update + +* Sun Oct 30 2005 Ignacio Vazquez-Abrams 1.1.2-1 +- Upstream update +- Fix -debuginfo subpackage (#170970) + +* Sat Sep 3 2005 Ignacio Vazquez-Abrams 1.0.0-2 +- Fixed help file path (#166562) +- Use sed instead of dos2unix + +* Sat Jul 23 2005 Ignacio Vazquez-Abrams 1.0.0-1 +- Upstream update + +* Sun May 29 2005 Ignacio Vazquez-Abrams 0.8.9-1 +- Upstream update + +* Fri Apr 22 2005 Ignacio Vazquez-Abrams 0.8.2-7 +- Bump + +* Wed Apr 13 2005 Ignacio Vazquez-Abrams 0.8.2-6 +- Added GenericName to desktop entry + +* Mon Apr 11 2005 Ignacio Vazquez-Abrams 0.8.2-5 +- Add patch from Toshio to fix x86_64 compiler warnings +- Fixed hard-coded paths in src/config.h + +* Wed Apr 6 2005 Ignacio Vazquez-Abrams 0.8.2-4 +- Change group to Applications/Productivity +- Have dos2unix only convert files +- Fixed hard-coded paths in the Makefile + +* Tue Apr 5 2005 Ignacio Vazquez-Abrams 0.8.2-3 +- Use dos2unix instead of sed + +* Tue Apr 5 2005 Ignacio Vazquez-Abrams 0.8.2-2 +- Implemented Toshio's strip, eol, and CFLAGS fixes +- Added missing gettext in BuildRequires + +* Thu Mar 31 2005 Ignacio Vazquez-Abrams 0.8.2-1 +- Initial RPM release Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 17 Dec 2006 20:27:33 -0000 1.9 @@ -0,0 +1 @@ +0605357861f9b5b5203df1c40f93c09e notecase-1.3.3_src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:29:48 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Sun, 17 Dec 2006 15:29:48 -0500 Subject: rpms/multican/devel multican.spec,1.1,1.2 Message-ID: <200612172029.kBHKTmHq006732@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/multican/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6710 Modified Files: multican.spec Log Message: - rebuild to avoid EVR problems with FC5 multican Index: multican.spec =================================================================== RCS file: /cvs/extras/rpms/multican/devel/multican.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multican.spec 9 Nov 2006 11:42:51 -0000 1.1 +++ multican.spec 17 Dec 2006 20:29:18 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Remote control utility for Canon cameras Name: multican Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL @@ -35,5 +35,8 @@ %{_bindir}/* %changelog +* Sun Dec 17 2006 Jindrich Novy 0.0.4-2 +- rebuild to avoid EVR problems with FC5 multican + * Tue Nov 07 2006 Jindrich Novy 0.0.4-1 - initial build From fedora-extras-commits at redhat.com Sun Dec 17 20:31:54 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Sun, 17 Dec 2006 15:31:54 -0500 Subject: rpms/multican/FC-6 multican.spec,1.1,1.2 Message-ID: <200612172031.kBHKVs81006796@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/multican/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6781 Modified Files: multican.spec Log Message: - rebuild to avoid EVR problems with FC5 multican Index: multican.spec =================================================================== RCS file: /cvs/extras/rpms/multican/FC-6/multican.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multican.spec 9 Nov 2006 11:42:51 -0000 1.1 +++ multican.spec 17 Dec 2006 20:31:24 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Remote control utility for Canon cameras Name: multican Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL @@ -35,5 +35,8 @@ %{_bindir}/* %changelog +* Sun Dec 17 2006 Jindrich Novy 0.0.4-2 +- rebuild to avoid EVR problems with FC5 multican + * Tue Nov 07 2006 Jindrich Novy 0.0.4-1 - initial build From fedora-extras-commits at redhat.com Sun Dec 17 20:34:09 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Sun, 17 Dec 2006 15:34:09 -0500 Subject: rpms/multican/FC-5 multican.spec,1.1,1.2 Message-ID: <200612172034.kBHKY9KM006872@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/multican/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6851 Modified Files: multican.spec Log Message: - fix BuildRequires to fit FC-5 Index: multican.spec =================================================================== RCS file: /cvs/extras/rpms/multican/FC-5/multican.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multican.spec 9 Nov 2006 11:42:51 -0000 1.1 +++ multican.spec 17 Dec 2006 20:33:39 -0000 1.2 @@ -1,14 +1,14 @@ Summary: Remote control utility for Canon cameras Name: multican Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libusb-devel >= 0.1.12 -Requires: libusb >= 0.1.12 +BuildRequires: libusb-devel >= 0.1.11 +Requires: libusb >= 0.1.11 %description Multican is Canon EOS class USB remote control utility for 400D, 300D, @@ -35,5 +35,8 @@ %{_bindir}/* %changelog +* Sun Dec 17 2006 Jindrich Novy 0.0.4-2 +- fix BuildRequires to fit FC-5 + * Tue Nov 07 2006 Jindrich Novy 0.0.4-1 - initial build From fedora-extras-commits at redhat.com Sun Dec 17 20:55:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 15:55:37 -0500 Subject: rpms/vdr/devel vdr-shutdown.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdr-README.package, 1.1, 1.2 vdr-runvdr.sh, 1.1, 1.2 vdr.init, 1.1, 1.2 vdr.spec, 1.2, 1.3 vdr.sysconfig, 1.1, 1.2 Message-ID: <200612172055.kBHKtbXt007027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6999 Modified Files: .cvsignore sources vdr-README.package vdr-runvdr.sh vdr.init vdr.spec vdr.sysconfig Added Files: vdr-shutdown.sh Log Message: Work-in-progress commit, no builds yet. --- NEW FILE vdr-shutdown.sh --- #!/bin/sh # To enable this script, pass it to vdr with the -s option, eg. # "-s vdr-shutdown.sh" (sans quotes) in VDR_OPTIONS in /etc/sysconfig/vdr. # See also below for additional required sudo configuration, and # README.package for information how to get the time written to ACPI and # thus getting the system to wake up at the correct time. # How many seconds before the next timer should the computer wake up? secs=180 # At least how many seconds in the future should the wake up time be? safe=90 wakeupfile=/var/lib/vdr/acpi-wakeup rm -f $wakeupfile if [ ${1:-0} -gt 0 -a -e /proc/acpi/alarm ] ; then UTC= [ -r /etc/sysconfig/clock ] && . /etc/sysconfig/clock export UTC cat <<\EOF | perl -MPOSIX - $2 $secs $safe > $wakeupfile my ($delta, $secs, $safe) = @ARGV; $delta -= $secs; $delta = $safe if ($delta < $safe); my $t = time() + $delta; my $utc = $ENV{UTC} =~ /yes|true/; print strftime(q{%Y-%m-%d %H:%M:%S}, $utc ? gmtime($t) : localtime($t)), "\n"; EOF fi # In order to make this work, the vdr user needs to be allowed to run # /sbin/shutdown -h now with sudo as root, without giving a password and # without a tty. Example sudoers(5) configuration to accomplish that: # Defaults:vdr !requiretty # vdr ALL = (root) NOPASSWD: /sbin/shutdown -h now exec sudo /sbin/shutdown -h now Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Nov 2006 18:20:49 -0000 1.3 +++ .cvsignore 17 Dec 2006 20:55:06 -0000 1.4 @@ -1,3 +1,5 @@ -vdr_1.4.3-1.ds.diff.gz vdr-1.4.4.tar.bz2 vdr-1.4.4-liemikuutio-1.13.diff.gz +vdr-1.4.4-1.4.4-1.diff +vdr-1.4.4-2.diff +vdr_1.4.4-1.ds.diff.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Nov 2006 18:20:49 -0000 1.3 +++ sources 17 Dec 2006 20:55:06 -0000 1.4 @@ -1,3 +1,5 @@ -a0f1441e534715a190e4507c2f58268f vdr_1.4.3-1.ds.diff.gz 3d5dbacda725f769099b774577d2e3af vdr-1.4.4.tar.bz2 967281c1f666b24cbc3f46cd17dffe98 vdr-1.4.4-liemikuutio-1.13.diff.gz +ce6b5aa45230bd02e5e793905e704c67 vdr-1.4.4-1.4.4-1.diff +4e0e30458a217d8288b64632f34d5c03 vdr-1.4.4-2.diff +1b960579d3564eb7969812ed6a493777 vdr_1.4.4-1.ds.diff.gz Index: vdr-README.package =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr-README.package,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-README.package 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr-README.package 17 Dec 2006 20:55:06 -0000 1.2 @@ -27,6 +27,14 @@ line options for each plugin in their respective config snippets, in the PLUGIN_OPTIONS environment variable. +The vdr user should have access to the majority of needed hardware +devices out of the package, either directly or through the video +group. However some setups may need additional configuration in order +to allow VDR or some plugins to use for example certain remote +controllers or optical drives. See the /etc/udev/rules.d/*-vdr.rules +and /etc/security/console.perms.d/*-vdr.perms files for some usual +suspects and examples. + Additional plugins ------------------ @@ -48,3 +56,33 @@ If the plugin needs command line options, add them to /etc/sysconfig/vdr-plugins.d/.conf into PLUGIN_OPTIONS (see previous chapter). + +The /usr/lib*/vdr/bin directory is in vdr's $PATH by default; +additional VDR specific scripts such as those needed by some plugins, +or things executed from commands.conf or reccmds.conf can be dropped +there instead of having to pollute the usual system $PATH with them. + +Shutdown and ACPI wakeup +------------------------ + +A sample shutdown script, vdr-shutdown.sh, is shipped in the +/usr/lib*/vdr/bin directory. If enabled, the script writes a time +slightly before the next configured timer (given by VDR, see the file +INSTALL) to /var/lib/vdr/acpi-wakeup in a format suitable for catting +to /proc/acpi/alarm, and shuts down the machine. See commentary in +the script for how to enable it and how to grant the required +permissions to the vdr user so it can carry out these tasks. + +To use the ACPI alarm feature present in many recent systems, adding a +script like this to /sbin/halt.local (remember to make it executable!) +will cause the system to wake up at the time set by the above +vdr-shutdown.sh, allowing one to shut down the system without having +to manually start it for the next timed recording. + + #!/bin/bash + wakeupfile=/var/lib/vdr/acpi-wakeup + trap "rm -f $wakeupfile" EXIT + if [ -s $wakeupfile -a -w /proc/acpi/alarm ] ; then + echo -n "Setting ACPI wakeup for next VDR timer: " ; cat $wakeupfile + cat $wakeupfile > /proc/acpi/alarm + fi Index: vdr-runvdr.sh =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr-runvdr.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-runvdr.sh 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr-runvdr.sh 17 Dec 2006 20:55:06 -0000 1.2 @@ -17,10 +17,11 @@ plugconf() { - local plugin="$1" PLUGIN_OPTIONS= + local plugin="$1" PLUGIN_OPTIONS= PLUGIN_ENABLED= if [ -e "/etc/sysconfig/vdr-plugins.d/$plugin.conf" ] ; then . "/etc/sysconfig/vdr-plugins.d/$plugin.conf" fi + case "$PLUGIN_ENABLED" in no|false|0) return ;; esac VDR_OPTIONS[${#VDR_OPTIONS[@]}]=-P if [ -z "$PLUGIN_OPTIONS" ] ; then VDR_OPTIONS[${#VDR_OPTIONS[@]}]="$plugin" @@ -73,7 +74,8 @@ if [ -n "$VDR_INIT" ] ; then [ -f /etc/sysconfig/vdr ] && . /etc/sysconfig/vdr if [ -n "$DAEMON_COREFILE_LIMIT" ] ; then - ulimit -S -c $DAEMON_COREFILE_LIMIT >/dev/null 2>&1 && cd /tmp + ulimit -S -c $DAEMON_COREFILE_LIMIT >/dev/null 2>&1 && \ + cd ${TMPDIR:-/tmp} fi build_cmdline ${PLUGINVER:+.$PLUGINVER} fi Index: vdr.init =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr.init 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr.init 17 Dec 2006 20:55:06 -0000 1.2 @@ -2,7 +2,7 @@ # # vdr Video Disk Recorder # -# chkconfig: - 30 70 +# chkconfig: - 30 09 # description: Video Disk Recorder (VDR) implements a complete digital \ # set-top-box and video recorder. It can work with signals \ # received from satellites (DVB-S) as well as cable (DVB-C) \ Index: vdr.spec =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vdr.spec 4 Nov 2006 18:20:49 -0000 1.2 +++ vdr.spec 17 Dec 2006 20:55:06 -0000 1.3 @@ -1,7 +1,7 @@ # TODO, maybe some day: # - livebuffer patch, http://www.vdr-portal.de/board/thread.php?threadid=37309 # - channelfilter patch, http://www.u32.de/vdr.html#patches -# - UTF-8 patch +# - UTF-8 patch, http://www.free-x.de/utf8/ %define videodir /srv/vdr %define audiodir /srv/audio @@ -11,14 +11,15 @@ %define cachedir %{_var}/cache/vdr %define rundir %{_var}/run/vdr %define vardir %{_var}/lib/vdr +%define logdir %{_var}/log/vdr %define vdr_user vdr %define vdr_group video # From APIVERSION in config.h -%define apiver 1.4.4 +%define apiver 1.4.5 Name: vdr Version: 1.4.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Video Disk Recorder Group: Applications/Multimedia @@ -37,11 +38,14 @@ Source11: %{name}-skincurses.conf Source12: %{name}-sky.conf Source13: %{name}-timercmds.conf +Source14: %{name}-shutdown.sh Patch0: %{name}-channel+epg.patch -Patch1: http://zap.tartarus.org/~ds/debian/dists/unstable/main/source/vdr_1.4.3-1.ds.diff.gz +Patch1: http://zap.tartarus.org/~ds/debian/dists/unstable/main/source/vdr_1.4.4-1.ds.diff.gz Patch2: http://www.saunalahti.fi/~rahrenbe/vdr/patches/vdr-1.4.4-liemikuutio-1.13.diff.gz Patch3: %{name}-1.4.1-paths.patch Patch4: %{name}-1.4.1-dumpable.patch +Patch5: ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.4-1.4.4-1.diff +Patch6: ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.4-2.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libjpeg-devel @@ -122,11 +126,15 @@ patch -i debian/patches/opt-20_epgsearch.dpatch #patch -i debian/patches/opt-20_liemikuutio.dpatch patch -i debian/patches/opt-20_subtitles_0.4.0_ttxtsubs_0.0.5.dpatch +%patch5 -p1 +sed -i -e 's/!cPluginManager::Active() && //' \ + debian/patches/opt-20_suspend.dpatch # adapt for 1.4.4-1 patch -i debian/patches/opt-20_suspend.dpatch patch -i debian/patches/opt-20_vdr-timer-info.dpatch %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch6 -p1 # Fix up paths sed -i -e 's|\b\(ConfigDirectory = \)VideoDirectory;|\1"%{configdir}";|' vdr.c @@ -161,6 +169,15 @@ install -pm 644 %{SOURCE10} README.package +# Would like to do "files {channels,setup,timers}.conf" from config dir +# only, but rename() in cSafeFile barks "device or resource busy", cf. +# http://lists.suse.com/archive/suse-programming-e/2003-Mar/0051.html +cat << EOF > %{name}.rwtab +dirs %{cachedir} +files %{configdir} +files %{vardir} +EOF + %build @@ -177,6 +194,7 @@ cachedir=%{cachedir} rundir=%{rundir} vardir=%{vardir} +logdir=%{logdir} user=%{vdr_user} group=%{vdr_group} apiversion=$apiver @@ -243,6 +261,7 @@ sed -i \ -e 's|/usr/sbin/|%{_sbindir}/|' \ -e 's|/etc/vdr/|%{configdir}/|g' \ + -e 's|/var/lib/vdr/|%{vardir}/|' \ -e 's|VDR_USER|%{vdr_user}|' \ -e 's|VDR_GROUP|%{vdr_group}|' \ $RPM_BUILD_ROOT%{_initrddir}/vdr @@ -264,11 +283,16 @@ install -dm 755 $RPM_BUILD_ROOT%{audiodir} install -dm 755 $RPM_BUILD_ROOT%{plugindir}/bin +sed -e 's|/var/lib/vdr/|%{vardir}/|' < %{SOURCE14} \ + > $RPM_BUILD_ROOT%{plugindir}/bin/%{name}-shutdown.sh +chmod 755 $RPM_BUILD_ROOT%{plugindir}/bin/%{name}-shutdown.sh install -dm 755 $RPM_BUILD_ROOT%{cachedir} touch $RPM_BUILD_ROOT%{cachedir}/epg.data install -dm 755 $RPM_BUILD_ROOT%{datadir}/logos install -dm 755 $RPM_BUILD_ROOT%{rundir} install -dm 755 $RPM_BUILD_ROOT%{vardir} +touch $RPM_BUILD_ROOT%{vardir}/acpi-wakeup +install -dm 755 $RPM_BUILD_ROOT%{logdir} install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d sed -e 's/VDR_GROUP/%{vdr_group}/' < %{SOURCE4} \ @@ -280,6 +304,8 @@ > $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/95-%{name}.perms chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/*%{name}.perms +install -Dpm 644 %{name}.rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/%{name} + # devel install -Dpm 644 vdr.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/vdr.pc install -pm 755 %{SOURCE9} $RPM_BUILD_ROOT%{_bindir}/vdr-config @@ -340,10 +366,11 @@ %files %defattr(-,root,root,-) -%doc CONTRIBUTORS COPYING HISTORY* MANUAL README* UPDATE-1.[24].0 +%doc CONTRIBUTORS COPYING HISTORY* INSTALL MANUAL README* UPDATE-1.[24].0 %config(noreplace) %{_sysconfdir}/sysconfig/vdr %config(noreplace) %{_sysconfdir}/udev/rules.d/*-%{name}.rules %config(noreplace) %{_sysconfdir}/security/console.perms.d/*-%{name}.perms +%config(noreplace) %{_sysconfdir}/rwtab.d/%{name} %config %{_sysconfdir}/sysconfig/vdr-plugins.d/ %{_initrddir}/vdr %{_bindir}/epg2html @@ -352,11 +379,11 @@ %{_sbindir}/vdr %dir %{plugindir}/ %dir %{plugindir}/bin/ +%{plugindir}/bin/%{name}-shutdown.sh %{datadir}/ %{_mandir}/man[58]/vdr.[58]* %defattr(-,%{vdr_user},%{vdr_group},-) %dir %{rundir}/ -%dir %{vardir}/ # TODO: tighten this (root:root ownership to some files/dirs)? %dir %{configdir}/ %dir %{configdir}/plugins/ @@ -365,6 +392,10 @@ %config(noreplace) %{configdir}/*.conf %dir %{videodir}/ %dir %{audiodir}/ +%defattr(-,%{vdr_user},root,-) +%dir %{logdir}/ +%dir %{vardir}/ +%ghost %{vardir}/acpi-wakeup %dir %{cachedir}/ %ghost %{cachedir}/epg.data @@ -399,6 +430,17 @@ %endif %changelog +* Sun Dec 17 2006 Ville Skytt?? - 1.4.4-1.1 +- Upstream 1.4.4-2, Darren Salt's 1.4.4-1.ds. +- Make it possible to disable installed plugins in plugin sysconfig snippet. +- Add shutdown script, document ACPI wakeup usage in README.package. +- Shut down earlier by default for better experience with the -s option. +- Include INSTALL in docs, it contains useful post-install info. +- Honor $TMPDIR when running with core dumps enabled. +- Add read only root/temporary state config. +- Add ttxtsubs to default plugin order list. +- Include log dir for plugins. + * Sat Nov 4 2006 Ville Skytt?? - 1.4.4-1 - 1.4.4. - Apply epgsearch and timer info patches. Index: vdr.sysconfig =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr.sysconfig,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr.sysconfig 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr.sysconfig 17 Dec 2006 20:55:06 -0000 1.2 @@ -22,6 +22,7 @@ tvonscreen osdteletext subtitles +ttxtsubs osdpip femon sudoku From fedora-extras-commits at redhat.com Sun Dec 17 21:43:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:43:15 -0500 Subject: rpms/verbiste/FC-5 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 verbiste.spec, 1.13, 1.14 Message-ID: <200612172143.kBHLhF3t010381@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10331/FC-5 Modified Files: .cvsignore sources verbiste.spec Log Message: Upstream 0.1.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Sep 2006 16:29:23 -0000 1.8 +++ .cvsignore 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -verbiste-0.1.16.tar.gz +verbiste-0.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Sep 2006 16:29:23 -0000 1.8 +++ sources 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -2589b1374113b7ceec11acdb0f800047 verbiste-0.1.16.tar.gz +23f66360319f9e911a6f86e6f03fe072 verbiste-0.1.17.tar.gz Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-5/verbiste.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- verbiste.spec 27 Sep 2006 01:56:40 -0000 1.13 +++ verbiste.spec 17 Dec 2006 21:42:45 -0000 1.14 @@ -1,6 +1,6 @@ Name: verbiste -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: French conjugation system Group: Applications/Text @@ -45,7 +45,10 @@ %build -%configure --with-gnome --disable-maintainer-mode +%configure \ + --with-gnome-app \ + --with-gnome-applet \ + --disable-rpath make %{?_smp_mflags} @@ -108,6 +111,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.1.17-1 +- Upstream 0.1.17 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.1.16-2 - Do a better job packaging docs. From fedora-extras-commits at redhat.com Sun Dec 17 21:43:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:43:15 -0500 Subject: rpms/verbiste/FC-6 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 verbiste.spec, 1.14, 1.15 Message-ID: <200612172143.kBHLhFTb010386@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10331/FC-6 Modified Files: .cvsignore sources verbiste.spec Log Message: Upstream 0.1.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Sep 2006 16:29:24 -0000 1.8 +++ .cvsignore 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -verbiste-0.1.16.tar.gz +verbiste-0.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Sep 2006 16:29:24 -0000 1.8 +++ sources 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -2589b1374113b7ceec11acdb0f800047 verbiste-0.1.16.tar.gz +23f66360319f9e911a6f86e6f03fe072 verbiste-0.1.17.tar.gz Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-6/verbiste.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- verbiste.spec 27 Sep 2006 01:56:41 -0000 1.14 +++ verbiste.spec 17 Dec 2006 21:42:45 -0000 1.15 @@ -1,6 +1,6 @@ Name: verbiste -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: French conjugation system Group: Applications/Text @@ -45,7 +45,10 @@ %build -%configure --with-gnome --disable-maintainer-mode +%configure \ + --with-gnome-app \ + --with-gnome-applet \ + --disable-rpath make %{?_smp_mflags} @@ -108,6 +111,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.1.17-1 +- Upstream 0.1.17 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.1.16-2 - Do a better job packaging docs. From fedora-extras-commits at redhat.com Sun Dec 17 21:43:20 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:43:20 -0500 Subject: rpms/verbiste/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 verbiste.spec, 1.14, 1.15 Message-ID: <200612172143.kBHLhKpj010391@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10331/devel Modified Files: .cvsignore sources verbiste.spec Log Message: Upstream 0.1.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Sep 2006 16:29:24 -0000 1.8 +++ .cvsignore 17 Dec 2006 21:42:50 -0000 1.9 @@ -1 +1 @@ -verbiste-0.1.16.tar.gz +verbiste-0.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Sep 2006 16:29:24 -0000 1.8 +++ sources 17 Dec 2006 21:42:50 -0000 1.9 @@ -1 +1 @@ -2589b1374113b7ceec11acdb0f800047 verbiste-0.1.16.tar.gz +23f66360319f9e911a6f86e6f03fe072 verbiste-0.1.17.tar.gz Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- verbiste.spec 27 Sep 2006 01:56:41 -0000 1.14 +++ verbiste.spec 17 Dec 2006 21:42:50 -0000 1.15 @@ -1,6 +1,6 @@ Name: verbiste -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: French conjugation system Group: Applications/Text @@ -45,7 +45,10 @@ %build -%configure --with-gnome --disable-maintainer-mode +%configure \ + --with-gnome-app \ + --with-gnome-applet \ + --disable-rpath make %{?_smp_mflags} @@ -108,6 +111,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.1.17-1 +- Upstream 0.1.17 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.1.16-2 - Do a better job packaging docs. From fedora-extras-commits at redhat.com Sun Dec 17 21:54:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:54:55 -0500 Subject: rpms/yaz/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 yaz.spec,1.3,1.4 Message-ID: <200612172154.kBHLstZQ010642@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/FC-5 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream 2.1.40 (holding off on 2.1.42 -- too new, too many changes). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Oct 2006 16:13:03 -0000 1.4 +++ .cvsignore 17 Dec 2006 21:54:24 -0000 1.5 @@ -1 +1 @@ -yaz-2.1.36.tar.gz +yaz-2.1.40.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Oct 2006 16:13:03 -0000 1.4 +++ sources 17 Dec 2006 21:54:24 -0000 1.5 @@ -1 +1 @@ -c55e693fdbb8d7b4f8248f687743b62a yaz-2.1.36.tar.gz +6af7645abf178669211e14f184869816 yaz-2.1.40.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/yaz.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- yaz.spec 28 Oct 2006 16:13:03 -0000 1.3 +++ yaz.spec 17 Dec 2006 21:54:24 -0000 1.4 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.36 +Version: 2.1.40 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -105,6 +105,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 2.1.40-1 +- Upstream 2.1.40 + * Sat Oct 28 2006 Konstantin Ryabitsev - 2.1.36-1 - Upstream 2.1.36 From fedora-extras-commits at redhat.com Sun Dec 17 21:54:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:54:55 -0500 Subject: rpms/yaz/FC-6 .cvsignore,1.4,1.5 sources,1.4,1.5 yaz.spec,1.4,1.5 Message-ID: <200612172155.kBHLstod010647@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/FC-6 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream 2.1.40 (holding off on 2.1.42 -- too new, too many changes). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Oct 2006 16:13:04 -0000 1.4 +++ .cvsignore 17 Dec 2006 21:54:25 -0000 1.5 @@ -1 +1 @@ -yaz-2.1.36.tar.gz +yaz-2.1.40.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Oct 2006 16:13:04 -0000 1.4 +++ sources 17 Dec 2006 21:54:25 -0000 1.5 @@ -1 +1 @@ -c55e693fdbb8d7b4f8248f687743b62a yaz-2.1.36.tar.gz +6af7645abf178669211e14f184869816 yaz-2.1.40.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-6/yaz.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yaz.spec 28 Oct 2006 16:13:04 -0000 1.4 +++ yaz.spec 17 Dec 2006 21:54:25 -0000 1.5 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.36 +Version: 2.1.40 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -105,6 +105,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 2.1.40-1 +- Upstream 2.1.40 + * Sat Oct 28 2006 Konstantin Ryabitsev - 2.1.36-1 - Upstream 2.1.36 From fedora-extras-commits at redhat.com Sun Dec 17 21:55:00 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:55:00 -0500 Subject: rpms/yaz/devel .cvsignore,1.4,1.5 sources,1.4,1.5 yaz.spec,1.4,1.5 Message-ID: <200612172155.kBHLt00G010652@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/devel Modified Files: .cvsignore sources yaz.spec Log Message: Upstream 2.1.40 (holding off on 2.1.42 -- too new, too many changes). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Oct 2006 16:13:10 -0000 1.4 +++ .cvsignore 17 Dec 2006 21:54:30 -0000 1.5 @@ -1 +1 @@ -yaz-2.1.36.tar.gz +yaz-2.1.40.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Oct 2006 16:13:10 -0000 1.4 +++ sources 17 Dec 2006 21:54:30 -0000 1.5 @@ -1 +1 @@ -c55e693fdbb8d7b4f8248f687743b62a yaz-2.1.36.tar.gz +6af7645abf178669211e14f184869816 yaz-2.1.40.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/yaz.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yaz.spec 28 Oct 2006 16:13:10 -0000 1.4 +++ yaz.spec 17 Dec 2006 21:54:30 -0000 1.5 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.36 +Version: 2.1.40 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -105,6 +105,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 2.1.40-1 +- Upstream 2.1.40 + * Sat Oct 28 2006 Konstantin Ryabitsev - 2.1.36-1 - Upstream 2.1.36 From fedora-extras-commits at redhat.com Sun Dec 17 22:05:06 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Sun, 17 Dec 2006 17:05:06 -0500 Subject: rpms/stellarium/devel stellarium.spec,1.25,1.26 Message-ID: <200612172205.kBHM56xP013916@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13901 Modified Files: stellarium.spec Log Message: Resize icon to 32x32 Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- stellarium.spec 14 Nov 2006 16:51:43 -0000 1.25 +++ stellarium.spec 17 Dec 2006 22:04:36 -0000 1.26 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,8 +48,7 @@ %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png - +convert -size 32x32 data/icon.bmp stellarium.png %install rm -rf $RPM_BUILD_ROOT @@ -88,6 +87,9 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +- Resize icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525) From fedora-extras-commits at redhat.com Sun Dec 17 22:06:49 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Sun, 17 Dec 2006 17:06:49 -0500 Subject: rpms/stellarium/FC-6 stellarium.spec,1.25,1.26 Message-ID: <200612172206.kBHM6ng2013975@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960 Modified Files: stellarium.spec Log Message: Resize icon to 32x32 Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-6/stellarium.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- stellarium.spec 14 Nov 2006 16:55:10 -0000 1.25 +++ stellarium.spec 17 Dec 2006 22:06:19 -0000 1.26 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,7 +48,7 @@ %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png +convert -size 32x32 data/icon.bmp stellarium.png %install @@ -88,6 +88,9 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt - 0.8.2-4 +- Resize Icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525) From fedora-extras-commits at redhat.com Sun Dec 17 22:08:47 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Sun, 17 Dec 2006 17:08:47 -0500 Subject: rpms/stellarium/FC-5 stellarium.spec,1.24,1.25 Message-ID: <200612172208.kBHM8lvN014050@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14035 Modified Files: stellarium.spec Log Message: Resize icon to 32x32 Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-5/stellarium.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- stellarium.spec 14 Nov 2006 17:32:40 -0000 1.24 +++ stellarium.spec 17 Dec 2006 22:08:17 -0000 1.25 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,7 +48,7 @@ %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png +convert -size 32x32 data/icon.bmp stellarium.png %install @@ -88,6 +88,9 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +- Resize icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525) From fedora-extras-commits at redhat.com Sun Dec 17 22:14:00 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:14:00 -0500 Subject: rpms/xmldiff/devel xmldiff-0.6.8-importorder.patch, NONE, 1.1 xmldiff-0.6.7-x64safe.patch, 1.1, NONE Message-ID: <200612172214.kBHME0eO014126@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14119 Added Files: xmldiff-0.6.8-importorder.patch Removed Files: xmldiff-0.6.7-x64safe.patch Log Message: Remove obsolete patch and add new one to prepare for 0.6.8 push xmldiff-0.6.8-importorder.patch: --- NEW FILE xmldiff-0.6.8-importorder.patch --- diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py --- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500 @@ -18,9 +18,9 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes __revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py --- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500 @@ -1,9 +1,9 @@ """ xmldiff non regression test """ +from __future__ import nested_scopes __revision__ = "$Id: regrtest.py,v 1.19 2005-04-27 12:36:01 syt Exp $" -from __future__ import nested_scopes from os.path import join, basename from cStringIO import StringIO import sys --- xmldiff-0.6.7-x64safe.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 22:14:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:14:45 -0500 Subject: rpms/xmldiff/devel xmldiff.spec,1.9,1.10 Message-ID: <200612172214.kBHMEjkZ014164@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14148 Modified Files: xmldiff.spec Log Message: Update to new upstream 0.6.8 Index: xmldiff.spec =================================================================== RCS file: /cvs/extras/rpms/xmldiff/devel/xmldiff.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmldiff.spec 7 Sep 2006 02:06:36 -0000 1.9 +++ xmldiff.spec 17 Dec 2006 22:14:15 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: xmldiff -Version: 0.6.7 -Release: 12%{?dist} +Version: 0.6.8 +Release: 1%{?dist} Summary: Tree to tree correction between XML documents Group: Applications/Text @@ -13,13 +13,12 @@ Source1: GPL Patch0: xmldiff-0.6.7-xsldata.patch Patch1: xmldiff-0.6.7-clean-tmp.patch -Patch2: xmldiff-0.6.7-x64safe.patch +Patch2: xmldiff-0.6.8-importorder.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-devel BuildRequires: python-logilab-common -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: docbook-style-xsl Requires: file Requires: /usr/bin/sgmlnorm @@ -73,19 +72,18 @@ %files %defattr(-,root,root,-) %doc COPYING README README.xmlrev doc/*.html doc/*.txt -%dir %{_datadir}/xml/xmldiff -%dir %{python_sitearch}/xmldiff +%{_datadir}/xml/xmldiff/ +%{python_sitearch}/xmldiff/ %{_bindir}/xmldiff %{_bindir}/xmlrev -%{python_sitearch}/xmldiff/*.py -%{python_sitearch}/xmldiff/*.pyc -%{python_sitearch}/xmldiff/*.so -%{_datadir}/xml/xmldiff/* %{_mandir}/man1/* -%{python_sitearch}/xmldiff/*.pyo %changelog +* Fri Dec 15 2006 Paul W. Frields - 0.6.8-1 +- New upstream 0.6.8 +- Slight spec file cleaning + * Wed Sep 6 2006 Paul W. Frields - 0.6.7-12 - Unghost pyo file From fedora-extras-commits at redhat.com Sun Dec 17 22:15:07 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:15:07 -0500 Subject: rpms/xmldiff/FC-6 xmldiff-0.6.8-importorder.patch, NONE, 1.1 xmldiff-0.6.7-x64safe.patch, 1.1, NONE Message-ID: <200612172215.kBHMF7sn014226@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14219 Added Files: xmldiff-0.6.8-importorder.patch Removed Files: xmldiff-0.6.7-x64safe.patch Log Message: Remove obsolete patch and add new one to prepare for 0.6.8 push xmldiff-0.6.8-importorder.patch: --- NEW FILE xmldiff-0.6.8-importorder.patch --- diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py --- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500 @@ -18,9 +18,9 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes __revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py --- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500 @@ -1,9 +1,9 @@ """ xmldiff non regression test """ +from __future__ import nested_scopes __revision__ = "$Id: regrtest.py,v 1.19 2005-04-27 12:36:01 syt Exp $" -from __future__ import nested_scopes from os.path import join, basename from cStringIO import StringIO import sys --- xmldiff-0.6.7-x64safe.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 22:15:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:15:45 -0500 Subject: rpms/xmldiff/FC-6 xmldiff.spec,1.9,1.10 Message-ID: <200612172215.kBHMFjhl014268@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14247 Modified Files: xmldiff.spec Log Message: Update to new upstream 0.6.8 Index: xmldiff.spec =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-6/xmldiff.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmldiff.spec 7 Sep 2006 02:06:36 -0000 1.9 +++ xmldiff.spec 17 Dec 2006 22:15:15 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: xmldiff -Version: 0.6.7 -Release: 12%{?dist} +Version: 0.6.8 +Release: 1%{?dist} Summary: Tree to tree correction between XML documents Group: Applications/Text @@ -13,13 +13,12 @@ Source1: GPL Patch0: xmldiff-0.6.7-xsldata.patch Patch1: xmldiff-0.6.7-clean-tmp.patch -Patch2: xmldiff-0.6.7-x64safe.patch +Patch2: xmldiff-0.6.8-importorder.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-devel BuildRequires: python-logilab-common -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: docbook-style-xsl Requires: file Requires: /usr/bin/sgmlnorm @@ -73,19 +72,18 @@ %files %defattr(-,root,root,-) %doc COPYING README README.xmlrev doc/*.html doc/*.txt -%dir %{_datadir}/xml/xmldiff -%dir %{python_sitearch}/xmldiff +%{_datadir}/xml/xmldiff/ +%{python_sitearch}/xmldiff/ %{_bindir}/xmldiff %{_bindir}/xmlrev -%{python_sitearch}/xmldiff/*.py -%{python_sitearch}/xmldiff/*.pyc -%{python_sitearch}/xmldiff/*.so -%{_datadir}/xml/xmldiff/* %{_mandir}/man1/* -%{python_sitearch}/xmldiff/*.pyo %changelog +* Fri Dec 15 2006 Paul W. Frields - 0.6.8-1 +- New upstream 0.6.8 +- Slight spec file cleaning + * Wed Sep 6 2006 Paul W. Frields - 0.6.7-12 - Unghost pyo file From fedora-extras-commits at redhat.com Sun Dec 17 22:16:02 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:16:02 -0500 Subject: rpms/xmldiff/FC-5 xmldiff-0.6.8-importorder.patch, NONE, 1.1 xmldiff-0.6.7-x64safe.patch, 1.1, NONE Message-ID: <200612172216.kBHMG2ee014325@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14318 Added Files: xmldiff-0.6.8-importorder.patch Removed Files: xmldiff-0.6.7-x64safe.patch Log Message: Remove obsolete patch and add new one to prepare for 0.6.8 push xmldiff-0.6.8-importorder.patch: --- NEW FILE xmldiff-0.6.8-importorder.patch --- diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py --- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500 @@ -18,9 +18,9 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes __revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py --- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500 @@ -1,9 +1,9 @@ """ xmldiff non regression test """ +from __future__ import nested_scopes __revision__ = "$Id: regrtest.py,v 1.19 2005-04-27 12:36:01 syt Exp $" -from __future__ import nested_scopes from os.path import join, basename from cStringIO import StringIO import sys --- xmldiff-0.6.7-x64safe.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 22:16:39 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:16:39 -0500 Subject: rpms/xmldiff/FC-5 xmldiff.spec,1.9,1.10 Message-ID: <200612172216.kBHMGdWE014361@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14346 Modified Files: xmldiff.spec Log Message: Update to new upstream 0.6.8 Index: xmldiff.spec =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-5/xmldiff.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmldiff.spec 7 Sep 2006 02:06:37 -0000 1.9 +++ xmldiff.spec 17 Dec 2006 22:16:09 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: xmldiff -Version: 0.6.7 -Release: 12%{?dist} +Version: 0.6.8 +Release: 1%{?dist} Summary: Tree to tree correction between XML documents Group: Applications/Text @@ -13,13 +13,12 @@ Source1: GPL Patch0: xmldiff-0.6.7-xsldata.patch Patch1: xmldiff-0.6.7-clean-tmp.patch -Patch2: xmldiff-0.6.7-x64safe.patch +Patch2: xmldiff-0.6.8-importorder.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-devel BuildRequires: python-logilab-common -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: docbook-style-xsl Requires: file Requires: /usr/bin/sgmlnorm @@ -73,19 +72,18 @@ %files %defattr(-,root,root,-) %doc COPYING README README.xmlrev doc/*.html doc/*.txt -%dir %{_datadir}/xml/xmldiff -%dir %{python_sitearch}/xmldiff +%{_datadir}/xml/xmldiff/ +%{python_sitearch}/xmldiff/ %{_bindir}/xmldiff %{_bindir}/xmlrev -%{python_sitearch}/xmldiff/*.py -%{python_sitearch}/xmldiff/*.pyc -%{python_sitearch}/xmldiff/*.so -%{_datadir}/xml/xmldiff/* %{_mandir}/man1/* -%{python_sitearch}/xmldiff/*.pyo %changelog +* Fri Dec 15 2006 Paul W. Frields - 0.6.8-1 +- New upstream 0.6.8 +- Slight spec file cleaning + * Wed Sep 6 2006 Paul W. Frields - 0.6.7-12 - Unghost pyo file From fedora-extras-commits at redhat.com Sun Dec 17 22:18:17 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:18:17 -0500 Subject: rpms/xmldiff/devel sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200612172218.kBHMIH8j014418@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14401 Modified Files: sources .cvsignore Log Message: Update sources and .cvsignore for 0.6.8 push Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmldiff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jan 2006 22:57:18 -0000 1.2 +++ sources 17 Dec 2006 22:17:47 -0000 1.3 @@ -1 +1 @@ -07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz +bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmldiff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jan 2006 22:57:18 -0000 1.2 +++ .cvsignore 17 Dec 2006 22:17:47 -0000 1.3 @@ -1 +1 @@ -xmldiff-0.6.7.tar.gz +xmldiff-0.6.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 22:18:53 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:18:53 -0500 Subject: rpms/xmldiff/FC-6 sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200612172218.kBHMIrNR014474@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14454 Modified Files: sources .cvsignore Log Message: Update sources and .cvsignore for 0.6.8 push Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jan 2006 22:57:18 -0000 1.2 +++ sources 17 Dec 2006 22:18:23 -0000 1.3 @@ -1 +1 @@ -07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz +bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jan 2006 22:57:18 -0000 1.2 +++ .cvsignore 17 Dec 2006 22:18:23 -0000 1.3 @@ -1 +1 @@ -xmldiff-0.6.7.tar.gz +xmldiff-0.6.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 22:19:30 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:19:30 -0500 Subject: rpms/xmldiff/FC-5 sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200612172219.kBHMJURs014530@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14510 Modified Files: sources .cvsignore Log Message: Update sources and .cvsignore for 0.6.8 push Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jan 2006 22:57:18 -0000 1.2 +++ sources 17 Dec 2006 22:19:00 -0000 1.3 @@ -1 +1 @@ -07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz +bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jan 2006 22:57:18 -0000 1.2 +++ .cvsignore 17 Dec 2006 22:19:00 -0000 1.3 @@ -1 +1 @@ -xmldiff-0.6.7.tar.gz +xmldiff-0.6.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 22:59:17 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 17:59:17 -0500 Subject: rpms/gnome-applet-timer/devel .cvsignore, 1.4, 1.5 gnome-applet-timer.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612172259.kBHMxHqP014981@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14962 Modified Files: .cvsignore gnome-applet-timer.spec sources Log Message: update to 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Oct 2006 01:44:57 -0000 1.4 +++ .cvsignore 17 Dec 2006 22:58:47 -0000 1.5 @@ -1 +1 @@ -timer-applet-1.3.1.tar.gz +timer-applet-1.3.2.tar.gz Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-applet-timer.spec 31 Oct 2006 23:04:04 -0000 1.8 +++ gnome-applet-timer.spec 17 Dec 2006 22:58:47 -0000 1.9 @@ -1,5 +1,5 @@ Name: gnome-applet-timer -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: A countdown timer applet for the GNOME panel @@ -29,23 +29,16 @@ %setup -q -n timer-applet-%{version} %build -%configure +%configure --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT - %find_lang timer-applet -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - - %check || : - %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +80,9 @@ %{_datadir}/pixmaps/timer-applet %changelog +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +- Update to 1.3.2, includes fix for the icon in the notification bubble. + * Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 with libnotify support (#203234). Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Oct 2006 01:44:57 -0000 1.4 +++ sources 17 Dec 2006 22:58:47 -0000 1.5 @@ -1 +1 @@ -6c7f36c41bd8d7a86c055bfdf42f1493 timer-applet-1.3.1.tar.gz +599f56a8c4eef3df441ab925ab3332ab timer-applet-1.3.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 23:14:35 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 18:14:35 -0500 Subject: rpms/gnome-applet-timer/FC-6 .cvsignore, 1.4, 1.5 gnome-applet-timer.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612172314.kBHNEZJP018231@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18207 Modified Files: .cvsignore gnome-applet-timer.spec sources Log Message: update to 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Oct 2006 02:11:21 -0000 1.4 +++ .cvsignore 17 Dec 2006 23:14:05 -0000 1.5 @@ -1 +1 @@ -timer-applet-1.3.1.tar.gz +timer-applet-1.3.2.tar.gz Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/gnome-applet-timer.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-applet-timer.spec 31 Oct 2006 23:04:01 -0000 1.8 +++ gnome-applet-timer.spec 17 Dec 2006 23:14:05 -0000 1.9 @@ -1,5 +1,5 @@ Name: gnome-applet-timer -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: A countdown timer applet for the GNOME panel @@ -29,23 +29,16 @@ %setup -q -n timer-applet-%{version} %build -%configure +%configure --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT - %find_lang timer-applet -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - - %check || : - %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +80,9 @@ %{_datadir}/pixmaps/timer-applet %changelog +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +- Update to 1.3.2, includes fix for the icon in the notification bubble. + * Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 with libnotify support (#203234). Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Oct 2006 02:11:21 -0000 1.4 +++ sources 17 Dec 2006 23:14:05 -0000 1.5 @@ -1 +1 @@ -6c7f36c41bd8d7a86c055bfdf42f1493 timer-applet-1.3.1.tar.gz +599f56a8c4eef3df441ab925ab3332ab timer-applet-1.3.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 23:23:46 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 17 Dec 2006 18:23:46 -0500 Subject: rpms/liferea/devel .cvsignore, 1.38, 1.39 liferea.spec, 1.57, 1.58 sources, 1.39, 1.40 liferea-1.0.26-fonts.patch, 1.1, NONE Message-ID: <200612172323.kBHNNkCO018366@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18341 Modified Files: .cvsignore liferea.spec sources Removed Files: liferea-1.0.26-fonts.patch Log Message: * Sun Dec 17 2006 Brian Pepple - 1.2.0-1 - Update to 1.2.0. - Add scriptlets for gtk+ icon cache. - Add BR for gnutls-devel, libnotify-devel, & NetworkManager-glib-devel. - Add BR for perl(XML::Parser) & libxslt-devel. - Drop BR on dbus-devel, since libnotify-devel will pull this in. - Drop fonts patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- .cvsignore 22 Nov 2006 14:47:32 -0000 1.38 +++ .cvsignore 17 Dec 2006 23:23:16 -0000 1.39 @@ -1 +1 @@ -liferea-1.0.26.tar.gz +liferea-1.2.0.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- liferea.spec 22 Nov 2006 14:47:32 -0000 1.57 +++ liferea.spec 17 Dec 2006 23:23:16 -0000 1.58 @@ -1,7 +1,5 @@ -%define with_dbus 1 - Name: liferea -Version: 1.0.26 +Version: 1.2.0 Release: 1%{?dist} Summary: An RSS/RDF feed reader @@ -10,7 +8,6 @@ URL: http://liferea.sourceforge.net/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-1.0.23-fedorafeed.patch -Patch1: %{name}-1.0.26-fonts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkhtml2-devel @@ -18,14 +15,15 @@ BuildRequires: GConf2-devel BuildRequires: libX11-devel BuildRequires: libSM-devel +BuildRequires: gnutls-devel +BuildRequires: libnotify-devel +BuildRequires: NetworkManager-glib-devel +BuildRequires: libxslt-devel BuildRequires: desktop-file-utils BuildRequires: gettext +BuildRequires: perl(XML::Parser) -%if %{with_dbus} -BuildRequires: dbus-devel -%endif - -Requires: firefox = 2.0 +Requires: firefox = %(rpm -q firefox-devel --qf '%%{version}' 2>/dev/null) Requires(pre): GConf2 Requires(post): GConf2 @@ -36,23 +34,18 @@ Liferea (Linux Feed Reader) is an RSS/RDF feed reader. It's intended to be a clone of the Windows-only FeedReader. It can be used to maintain a list of subscribed feeds, -browse through their items, and show their contents -using GtkHTML. +browse through their items, and show their contents. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .fedorafeed -%patch1 -p1 -b .fonts %build -%configure --disable-schemas-install \ -%if %{with_dbus} - --enable-dbus=yes -%else - --enable-dbus=no -%endif +%configure --disable-schemas-install \ + --disable-lua + make %{?_smp_mflags} @@ -60,8 +53,7 @@ rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} - -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -84,6 +76,13 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %preun @@ -98,18 +97,30 @@ %defattr(-,root,root,-) %doc COPYING AUTHORS README ChangeLog %{_mandir}/man1/%{name}.1.gz +%{_mandir}/pl/man1/%{name}.1.gz %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/%{name}-add-feed %{_datadir}/%{name}/ +%{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/pixmaps/%{name}.png %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so* %changelog +* Sun Dec 17 2006 Brian Pepple - 1.2.0-1 +- Update to 1.2.0. +- Add scriptlets for gtk+ icon cache. +- Add BR for gnutls-devel, libnotify-devel, & NetworkManager-glib-devel. +- Add BR for perl(XML::Parser) & libxslt-devel. +- Drop BR on dbus-devel, since libnotify-devel will pull this in. +- Drop fonts patch, fixed upstream. + +* Thu Dec 7 2006 Brian Pepple - 1.0.27-1 +- Update to 1.0.27. + * Tue Nov 21 2006 Brian Pepple - 1.0.26-1 - Update to 1.0.26. - Add patch to use document font name. (#216813) Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- sources 22 Nov 2006 14:47:32 -0000 1.39 +++ sources 17 Dec 2006 23:23:16 -0000 1.40 @@ -1 +1 @@ -8d48a070c9709a986a6f3d7a2ba7ec6c liferea-1.0.26.tar.gz +02b95014baba4725b02895074cc4f25e liferea-1.2.0.tar.gz --- liferea-1.0.26-fonts.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 23:57:59 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 18:57:59 -0500 Subject: rpms/gnome-applet-timer/FC-5 .cvsignore, 1.3, 1.4 gnome-applet-timer.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612172357.kBHNvxB2018514@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18492 Modified Files: .cvsignore gnome-applet-timer.spec sources Log Message: update to 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Dec 2005 14:44:55 -0000 1.3 +++ .cvsignore 17 Dec 2006 23:57:29 -0000 1.4 @@ -1 +1 @@ -timer-applet-1.2.tar.gz +timer-applet-1.3.2.tar.gz Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/gnome-applet-timer.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-applet-timer.spec 15 Feb 2006 01:24:27 -0000 1.5 +++ gnome-applet-timer.spec 17 Dec 2006 23:57:29 -0000 1.6 @@ -1,6 +1,6 @@ Name: gnome-applet-timer -Version: 1.2 -Release: 3%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops @@ -9,11 +9,12 @@ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gnome-panel-devel >= 2.6, gettext, scrollkeeper -Provides: timer-applet = %{version} -Requires(pre): GConf2 -Requires(post): GConf2, scrollkeeper -Requires(preun): GConf2 +BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel +BuildRequires: gettext, perl(XML::Parser), scrollkeeper +Provides: timer-applet = %{version} +Requires(pre): GConf2 +Requires(post): GConf2, scrollkeeper +Requires(preun): GConf2 Requires(postun): scrollkeeper %description @@ -28,23 +29,16 @@ %setup -q -n timer-applet-%{version} %build -%configure +%configure --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT - %find_lang timer-applet -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - - %check || : - %clean rm -rf $RPM_BUILD_ROOT @@ -53,7 +47,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/timer-applet.schemas >/dev/null || : - killall -HUP gconfd-2 || : fi @@ -61,7 +54,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/timer-applet.schemas >/dev/null || : -killall -HUP gconfd-2 || : scrollkeeper-update -q -o %{_datadir}/omf/timer-applet || : @@ -70,7 +62,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/timer-applet.schemas > /dev/null || : - killall -HUP gconfd-2 || : fi %postun @@ -89,6 +80,16 @@ %{_datadir}/pixmaps/timer-applet %changelog +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +- Update to 1.3.2, includes fix for the icon in the notification bubble. + +* Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 +- Update to 1.3.1 with libnotify support (#203234). + +* Fri Sep 15 2006 Christoph Wickert - 1.2-4 +- Mass rebuild for Fedora Core 6. +- BuildRequire perl(XML::Parser). + * Wed Feb 15 2006 Christoph Wickert - 1.2-3 - Rebuild for Fedora Extras 5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Dec 2005 14:44:55 -0000 1.3 +++ sources 17 Dec 2006 23:57:29 -0000 1.4 @@ -1 +1 @@ -00dfc31e32a9a4cad3084b78a49c8a40 timer-applet-1.2.tar.gz +599f56a8c4eef3df441ab925ab3332ab timer-applet-1.3.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 00:38:06 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 19:38:06 -0500 Subject: rpms/gnome-applet-timer/FC-6 gnome-applet-timer.spec,1.9,1.10 Message-ID: <200612180038.kBI0c6DZ021813@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21796 Modified Files: gnome-applet-timer.spec Log Message: require dbus-devel for Core 5 Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/gnome-applet-timer.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-applet-timer.spec 17 Dec 2006 23:14:05 -0000 1.9 +++ gnome-applet-timer.spec 18 Dec 2006 00:37:36 -0000 1.10 @@ -9,7 +9,7 @@ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0 +BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel BuildRequires: gettext, perl(XML::Parser), scrollkeeper Provides: timer-applet = %{version} Requires(pre): GConf2 From fedora-extras-commits at redhat.com Mon Dec 18 00:38:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 19:38:49 -0500 Subject: rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.9,1.10 Message-ID: <200612180038.kBI0cnrI021839@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21819 Modified Files: gnome-applet-timer.spec Log Message: require dbus-devel for Core 5 Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-applet-timer.spec 17 Dec 2006 22:58:47 -0000 1.9 +++ gnome-applet-timer.spec 18 Dec 2006 00:38:19 -0000 1.10 @@ -9,7 +9,7 @@ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0 +BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel BuildRequires: gettext, perl(XML::Parser), scrollkeeper Provides: timer-applet = %{version} Requires(pre): GConf2 From fedora-extras-commits at redhat.com Mon Dec 18 02:47:46 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:46 -0500 Subject: rpms/nagios-plugins/FC-3 nagios-plugins.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200612180247.kBI2lkeq028354@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-3 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-3/nagios-plugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios-plugins.spec 27 Aug 2006 18:07:40 -0000 1.10 +++ nagios-plugins.spec 18 Dec 2006 02:47:16 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.3 -Release: 18%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -11,6 +11,8 @@ Patch0: nagios-plugins-1.4.3-subst.patch Patch1: nagios-plugins-1.4.3.radius-ng.patch Patch2: nagios-plugins-1.4.3-ntpd.patch +Patch3: nagios-plugins-1.4.4-check_ide_smart.patch +Patch4: nagios-plugins-1.4.4-linux_raid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -47,7 +49,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ide_smart, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -55,6 +57,14 @@ %description all This package provides all Nagios plugins. +%package apt +Summary: Nagios Plugin - check_apt +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description apt +Provides check_apt support for Nagios. + %package breeze Summary: Nagios Plugin - check_breeze Group: Applications/System @@ -214,6 +224,14 @@ %description ldap Provides check_ldap and check_ldaps support for Nagios. +%package linux_raid +Summary: Nagios Plugin - check_linux_raid +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description linux_raid +Provides check_linux_raid (software raid) support for Nagios. + %package load Summary: Nagios Plugin - check_load Group: Applications/System @@ -487,6 +505,8 @@ %patch0 -p1 %patch1 -p1 -b .radiusclient %patch2 -p0 +%patch3 -p1 +%patch4 -p0 %build %configure \ @@ -509,6 +529,7 @@ %{__make} AM_INSTALL_PROGRAM_FLAGS="" DESTDIR=%{buildroot} install %{__install} -m 0755 plugins-root/check_icmp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins +%{__install} -m 0755 contrib/check_linux_raid.pl %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins %ifarch ppc ppc64 sparc sparc64 @@ -524,6 +545,10 @@ %files all +%files apt +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_apt + %files breeze %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_breeze @@ -582,7 +607,7 @@ %files icmp %defattr(-,root,root,-) -%{_libdir}/nagios/plugins/check_icmp +%attr(4755,root,root)%{_libdir}/nagios/plugins/check_icmp %files ifoperstatus %defattr(-,root,root,-) @@ -601,6 +626,10 @@ %{_libdir}/nagios/plugins/check_ldap %{_libdir}/nagios/plugins/check_ldaps +%files linux_raid +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_linux_raid.pl + %files load %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_load @@ -717,7 +746,6 @@ %{_libdir}/nagios/plugins/check_simap %{_libdir}/nagios/plugins/check_spop %{_libdir}/nagios/plugins/check_ssmtp -%{_libdir}/nagios/plugins/check_udp2 %files time %defattr(-,root,root,-) @@ -749,6 +777,19 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + +* Fri Oct 27 2006 Mike McGrath 1.4.4-2 +- Enabled check_smart_ide +- Added patch for linux_raid +- Fixed permissions on check_icmp + +* Tue Oct 24 2006 Mike McGrath 1.4.4-1 +- Upstream new version +- Disabled check_ide_smart (does not compile cleanly/too lazy to fix right now) +- Added check_apt + * Sun Aug 27 2006 Mike McGrath 1.4.3-18 - Removed utils.pm from the base nagios-plugins package into its own package Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jun 2006 15:04:23 -0000 1.4 +++ sources 18 Dec 2006 02:47:16 -0000 1.5 @@ -1 +1 @@ -2c40fc69d51cc979e85150870a1daa93 nagios-plugins-1.4.3.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:46 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:46 -0500 Subject: rpms/nagios-plugins/FC-4 nagios-plugins.spec, 1.16, 1.17 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lkGf028358@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-4 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nagios-plugins.spec 27 Oct 2006 14:17:05 -0000 1.16 +++ nagios-plugins.spec 18 Dec 2006 02:47:16 -0000 1.17 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:15 -0000 1.5 +++ sources 18 Dec 2006 02:47:16 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:51 -0500 Subject: rpms/nagios-plugins/FC-6 nagios-plugins.spec, 1.20, 1.21 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lpMx028366@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-6 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-6/nagios-plugins.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- nagios-plugins.spec 27 Oct 2006 14:17:11 -0000 1.20 +++ nagios-plugins.spec 18 Dec 2006 02:47:21 -0000 1.21 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:16 -0000 1.5 +++ sources 18 Dec 2006 02:47:21 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:57 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:57 -0500 Subject: rpms/nagios-plugins/devel .cvsignore, 1.5, 1.6 nagios-plugins.spec, 1.20, 1.21 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lvO0028371@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/devel Modified Files: .cvsignore nagios-plugins.spec sources Log Message: Upstream released new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Oct 2006 01:44:17 -0000 1.5 +++ .cvsignore 18 Dec 2006 02:47:27 -0000 1.6 @@ -1 +1 @@ -nagios-plugins-1.4.4.tar.gz +nagios-plugins-1.4.5.tar.gz Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- nagios-plugins.spec 27 Oct 2006 14:17:12 -0000 1.20 +++ nagios-plugins.spec 18 Dec 2006 02:47:27 -0000 1.21 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:17 -0000 1.5 +++ sources 18 Dec 2006 02:47:27 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:51 -0500 Subject: rpms/nagios-plugins/FC-5 nagios-plugins.spec, 1.16, 1.17 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lpRM028362@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-5 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nagios-plugins.spec 27 Oct 2006 14:17:05 -0000 1.16 +++ nagios-plugins.spec 18 Dec 2006 02:47:21 -0000 1.17 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:15 -0000 1.5 +++ sources 18 Dec 2006 02:47:21 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 03:15:48 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 17 Dec 2006 22:15:48 -0500 Subject: rpms/akode/devel akode.spec,1.6,1.7 Message-ID: <200612180315.kBI3FmBh031679@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31664 Modified Files: akode.spec Log Message: * Thu Dec 14 2006 Rex Dieter 2.0.1-3 - enable jack support (subpkg) - package (GPL'd) libsamplerate-based resampler separately, to keep main pkg LGPL-clean Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- akode.spec 14 Dec 2006 15:52:43 -0000 1.6 +++ akode.spec 18 Dec 2006 03:15:17 -0000 1.7 @@ -26,7 +26,7 @@ BuildRequires: libvorbis-devel BuildRequires: libtool %{?_with_jack:BuildRequires: jack-audio-connection-kit-devel} -%{?_with_pusleaudio:BuildRequires: pulseaudio-devel} +%{?_with_pulseaudio:BuildRequires: pulseaudio-devel} %description aKode is a simple audio-decoding frame-work that provides a uniform From fedora-extras-commits at redhat.com Mon Dec 18 03:17:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 17 Dec 2006 22:17:38 -0500 Subject: rpms/akode/devel akode.spec,1.7,1.8 Message-ID: <200612180317.kBI3HcjU031740@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31725 Modified Files: akode.spec Log Message: respin for typo Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- akode.spec 18 Dec 2006 03:15:17 -0000 1.7 +++ akode.spec 18 Dec 2006 03:17:08 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Audio-decoding framework Name: akode Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries #URL: http://carewolf.com/akode/ @@ -147,7 +147,7 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 2.0.1-3 +* Thu Dec 14 2006 Rex Dieter 2.0.1-4 - enable jack support (subpkg) - package (GPL'd) libsamplerate-based resampler separately, to keep main pkg LGPL-clean From fedora-extras-commits at redhat.com Mon Dec 18 04:24:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 23:24:49 -0500 Subject: rpms/emelfm2/FC-6 emelfm2.spec,1.14,1.15 Message-ID: <200612180424.kBI4OnEw002765@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2736/FC-6 Modified Files: emelfm2.spec Log Message: move emelfm2 to system-tools, like the other file managers Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/emelfm2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- emelfm2.spec 17 Dec 2006 01:26:43 -0000 1.14 +++ emelfm2.spec 18 Dec 2006 04:24:19 -0000 1.15 @@ -50,6 +50,7 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category Application \ + --add-category System \ --add-category Utility \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop From fedora-extras-commits at redhat.com Mon Dec 18 04:24:50 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 23:24:50 -0500 Subject: rpms/emelfm2/devel emelfm2.spec,1.14,1.15 Message-ID: <200612180424.kBI4Oo3L002768@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2736/devel Modified Files: emelfm2.spec Log Message: move emelfm2 to system-tools, like the other file managers Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- emelfm2.spec 17 Dec 2006 01:04:42 -0000 1.14 +++ emelfm2.spec 18 Dec 2006 04:24:20 -0000 1.15 @@ -50,6 +50,7 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category Application \ + --add-category System \ --add-category Utility \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop From fedora-extras-commits at redhat.com Mon Dec 18 05:13:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:13:39 -0500 Subject: rpms/perl-Text-Tree - New directory Message-ID: <200612180513.kBI5DdR7006024@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6020/perl-Text-Tree Log Message: Directory /cvs/extras/rpms/perl-Text-Tree added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:13:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:13:45 -0500 Subject: rpms/perl-Text-Tree/devel - New directory Message-ID: <200612180513.kBI5DjeD006037@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6020/perl-Text-Tree/devel Log Message: Directory /cvs/extras/rpms/perl-Text-Tree/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:14:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:14:19 -0500 Subject: owners owners.list,1.2120,1.2121 Message-ID: <200612180514.kBI5EJNF006063@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6044 Modified Files: owners.list Log Message: added perl-Text-Tree Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2120 retrieving revision 1.2121 diff -u -r1.2120 -r1.2121 --- owners.list 17 Dec 2006 19:11:01 -0000 1.2120 +++ owners.list 18 Dec 2006 05:13:49 -0000 1.2121 @@ -1170,8 +1170,8 @@ Fedora Extras|multisync|Calendar (and other PIM data) synchronization program|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|multitail|View one or multiple files like tail but with multiple windows|folkert at vanheusden.com|extras-qa at fedoraproject.org| Fedora Extras|munin|Network-wide graphing framework (grapher/gatherer)|kevin at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|museek+|A Soulseek filesharing client|belegdol at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|mussh|Multihost SSH wrapper|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|mxml|Miniature XML development library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mysql-administrator|GUI to manage mysql Databases|dennis at ausil.us|extras-qa at fedoraproject.org| @@ -1807,6 +1807,7 @@ Fedora Extras|perl-Text-Quoted|Extract the structure of a quoted mail message|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Reform|Manual text wrapping and reformatting|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Template|Expand template text with embedded Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Text-Tree|Format a simple tree of strings into a textual tree graph|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Unidecode|US-ASCII transliterations of Unicode text|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|perl-Text-WikiFormat|Translate Wiki formatted text into other formats|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Wrapper|Simple word wrapping perl module|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 05:14:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:14:24 -0500 Subject: rpms/perl-Text-Tree Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612180514.kBI5EOZX006085@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6079 Added Files: Makefile import.log Log Message: Setup of module perl-Text-Tree --- NEW FILE Makefile --- # Top level Makefile for module perl-Text-Tree all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 05:14:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:14:30 -0500 Subject: rpms/perl-Text-Tree/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612180514.kBI5EUqF006100@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6079/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Text-Tree --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 05:15:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:15:13 -0500 Subject: rpms/perl-Text-Tree/devel perl-Text-Tree.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612180515.kBI5FDLc006173@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6139/devel Modified Files: .cvsignore sources Added Files: perl-Text-Tree.spec Log Message: auto-import perl-Text-Tree-1.0-1.fc6 on branch devel from perl-Text-Tree-1.0-1.fc6.src.rpm --- NEW FILE perl-Text-Tree.spec --- Name: perl-Text-Tree Version: 1.0 Release: 1%{?dist} Summary: Format a simple tree of strings into a textual tree graph License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Tree/ Source0: http://www.cpan.org/authors/id/I/IS/ISAACSON/Text-Tree-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Allows the caller to develop a tree structure, using nested arrays of strings and references. Once developed, the whole tree can be printed as a diagram, with the root of the tree at the top, and child nodes formatted horizontally below them. %prep %setup -q -n Text-Tree-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 17 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 05:14:30 -0000 1.1 +++ .cvsignore 18 Dec 2006 05:14:43 -0000 1.2 @@ -0,0 +1 @@ +Text-Tree-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 05:14:30 -0000 1.1 +++ sources 18 Dec 2006 05:14:43 -0000 1.2 @@ -0,0 +1 @@ +83232a177d199d90894cf3f1d30d534c Text-Tree-1.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 05:15:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:15:13 -0500 Subject: rpms/perl-Text-Tree import.log,1.1,1.2 Message-ID: <200612180515.kBI5FDUj006169@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6139 Modified Files: import.log Log Message: auto-import perl-Text-Tree-1.0-1.fc6 on branch devel from perl-Text-Tree-1.0-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 05:14:24 -0000 1.1 +++ import.log 18 Dec 2006 05:14:43 -0000 1.2 @@ -0,0 +1 @@ +perl-Text-Tree-1_0-1_fc6:HEAD:perl-Text-Tree-1.0-1.fc6.src.rpm:1166419311 From fedora-extras-commits at redhat.com Mon Dec 18 05:15:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:15:59 -0500 Subject: rpms/perl-Text-Tree/devel perl-Text-Tree.spec,1.1,1.2 Message-ID: <200612180515.kBI5FxWA006240@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6225 Modified Files: perl-Text-Tree.spec Log Message: release bump Index: perl-Text-Tree.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/devel/perl-Text-Tree.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Tree.spec 18 Dec 2006 05:14:43 -0000 1.1 +++ perl-Text-Tree.spec 18 Dec 2006 05:15:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Text-Tree Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Format a simple tree of strings into a textual tree graph License: GPL or Artistic Group: Development/Libraries @@ -46,5 +46,8 @@ %{_mandir}/man3/* %changelog +* Sun Dec 17 2006 Chris Weyl 1.0-2 +- bump + * Sun Dec 17 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Mon Dec 18 05:23:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:23:33 -0500 Subject: owners owners.list,1.2121,1.2122 Message-ID: <200612180523.kBI5NXX0006351@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6331 Modified Files: owners.list Log Message: added perl-Text-ASCIITable Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2121 retrieving revision 1.2122 diff -u -r1.2121 -r1.2122 --- owners.list 18 Dec 2006 05:13:49 -0000 1.2121 +++ owners.list 18 Dec 2006 05:23:03 -0000 1.2122 @@ -1796,6 +1796,7 @@ Fedora Extras|perl-Test-Warn|Perl extension to test methods for warnings|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-WWW-Mechanize|Testing-specific WWW::Mechanize subclass|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-TeX-Hyphen|Hyphenate words using TeX's patterns|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Text-ASCIITable|Create a nice formatted table using ASCII characters|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Autoformat|Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-CHM|Perl extension for handling MS Compiled HtmlHelp Files|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-CSV_XS|Comma-separated values manipulation routines|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 05:24:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:34 -0500 Subject: rpms/perl-Text-ASCIITable - New directory Message-ID: <200612180524.kBI5OYZt006387@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6383/perl-Text-ASCIITable Log Message: Directory /cvs/extras/rpms/perl-Text-ASCIITable added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:24:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:39 -0500 Subject: rpms/perl-Text-ASCIITable/devel - New directory Message-ID: <200612180524.kBI5Od6V006398@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6383/perl-Text-ASCIITable/devel Log Message: Directory /cvs/extras/rpms/perl-Text-ASCIITable/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:24:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:47 -0500 Subject: rpms/perl-Text-ASCIITable Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612180524.kBI5Olmx006421@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6415 Added Files: Makefile import.log Log Message: Setup of module perl-Text-ASCIITable --- NEW FILE Makefile --- # Top level Makefile for module perl-Text-ASCIITable all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 05:24:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:52 -0500 Subject: rpms/perl-Text-ASCIITable/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612180524.kBI5OqCE006436@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6415/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Text-ASCIITable --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 05:25:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:25:32 -0500 Subject: rpms/perl-Text-ASCIITable import.log,1.1,1.2 Message-ID: <200612180525.kBI5PWVW006490@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6460 Modified Files: import.log Log Message: auto-import perl-Text-ASCIITable-0.18-1.fc6 on branch devel from perl-Text-ASCIITable-0.18-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 05:24:47 -0000 1.1 +++ import.log 18 Dec 2006 05:25:02 -0000 1.2 @@ -0,0 +1 @@ +perl-Text-ASCIITable-0_18-1_fc6:HEAD:perl-Text-ASCIITable-0.18-1.fc6.src.rpm:1166419931 From fedora-extras-commits at redhat.com Mon Dec 18 05:25:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:25:32 -0500 Subject: rpms/perl-Text-ASCIITable/devel perl-Text-ASCIITable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612180525.kBI5PWdi006494@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6460/devel Modified Files: .cvsignore sources Added Files: perl-Text-ASCIITable.spec Log Message: auto-import perl-Text-ASCIITable-0.18-1.fc6 on branch devel from perl-Text-ASCIITable-0.18-1.fc6.src.rpm --- NEW FILE perl-Text-ASCIITable.spec --- Name: perl-Text-ASCIITable Version: 0.18 Release: 1%{?dist} Summary: Create a nice formatted table using ASCII characters License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-ASCIITable/ Source0: http://www.cpan.org/authors/id/L/LU/LUNATIC/Text-ASCIITable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pretty nifty if you want to output dynamic text to your console or other fixed-size-font displays, and at the same time it will display it in a nice human-readable, or "cool" way. %prep %setup -q -n Text-ASCIITable-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; # fix UTF-8'ness cd %{buildroot}%{_mandir}/man3/ for i in Text::ASCIITable::Wrap.3pm Text::ASCIITable.3pm ; do /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i done %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README ansi-example.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 17 2006 Chris Weyl 0.18-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 05:24:52 -0000 1.1 +++ .cvsignore 18 Dec 2006 05:25:02 -0000 1.2 @@ -0,0 +1 @@ +Text-ASCIITable-0.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 05:24:52 -0000 1.1 +++ sources 18 Dec 2006 05:25:02 -0000 1.2 @@ -0,0 +1 @@ +25fea1cef17be49a6da1d9b5267fba97 Text-ASCIITable-0.18.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 05:26:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:26:18 -0500 Subject: rpms/perl-Text-ASCIITable/devel perl-Text-ASCIITable.spec,1.1,1.2 Message-ID: <200612180526.kBI5QIAT006544@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6528 Modified Files: perl-Text-ASCIITable.spec Log Message: release bump Index: perl-Text-ASCIITable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/perl-Text-ASCIITable.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-ASCIITable.spec 18 Dec 2006 05:25:02 -0000 1.1 +++ perl-Text-ASCIITable.spec 18 Dec 2006 05:25:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Text-ASCIITable Version: 0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Create a nice formatted table using ASCII characters License: GPL or Artistic Group: Development/Libraries @@ -50,5 +50,8 @@ %{_mandir}/man3/* %changelog +* Sun Dec 17 2006 Chris Weyl 0.18-2 +- bump + * Sun Dec 17 2006 Chris Weyl 0.18-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Mon Dec 18 05:29:01 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Mon, 18 Dec 2006 00:29:01 -0500 Subject: rpms/scribes-templates/devel .cvsignore, 1.2, 1.3 scribes-templates.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612180529.kBI5T1oR006620@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes-templates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6597/devel Modified Files: .cvsignore scribes-templates.spec sources Log Message: Update to new upstream release (20061130) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Oct 2006 00:44:22 -0000 1.2 +++ .cvsignore 18 Dec 2006 05:28:31 -0000 1.3 @@ -1 +1 @@ -templates-20061017.tar.bz2 +templates-20061130.tar.bz2 Index: scribes-templates.spec =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/devel/scribes-templates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scribes-templates.spec 20 Oct 2006 00:44:22 -0000 1.1 +++ scribes-templates.spec 18 Dec 2006 05:28:31 -0000 1.2 @@ -1,8 +1,9 @@ Name: scribes-templates -Version: 20061017 -Release: 2%{?dist} +Version: 20061130 +Release: 1%{?dist} Summary: Templates ("Snippets") for the Scribes text editor Group: Applications/Editors + # Though the tarball does not mention it explicitly, Mystilleef (the upstream # maintainer of Scribes) did state that these are GPL in an email message to # me on 2006-10-17, a copy of which is contained in COPYING.Fedora. Future @@ -10,10 +11,13 @@ License: GPL URL: http://scribes.sourceforge.net/template.html -Source0: http://scribes.sourceforge.net/templates-%{version}.tar.bz2 +# The tarball is not versioned, so I update the mirrored tarball on my +# webspace with the new stuff every release and rename it to include a proper +# version (datestamp). Hopefully, this will be fixed in a future release. +Source0: http://mirror.thecodergeek.com/templates-%{version}.tar.bz2 Source1: COPYING.Fedora -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Scribes' template system was rewritten, so these will not work with earlier @@ -56,6 +60,11 @@ %changelog +* Sun Dec 17 2006 Peter Gordon - 20061130-1 +- Update to new upstream templates tarball (2006-11-30), including Ruby on + Rails templates :] +- Fix BuildRoot + * Wed Oct 18 2006 Peter Gordon - 20061017-2 - Make install invocations in %%install and %%prep keep timestamps ("-p") - Remove empty %%pre/%%preun/%%post/%%postun Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Oct 2006 00:44:22 -0000 1.2 +++ sources 18 Dec 2006 05:28:31 -0000 1.3 @@ -1 +1 @@ -881f13d77207bdcc1fd959a283f220bb templates-20061017.tar.bz2 +fc526b8d4fc35815a03729dd30c8faff templates-20061130.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 05:33:37 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Mon, 18 Dec 2006 00:33:37 -0500 Subject: rpms/scribes-templates/FC-6 .cvsignore, 1.2, 1.3 scribes-templates.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612180533.kBI5Xb4k006730@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes-templates/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6711/FC-6 Modified Files: .cvsignore scribes-templates.spec sources Log Message: Update to new upstream release (20061130) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Oct 2006 00:44:22 -0000 1.2 +++ .cvsignore 18 Dec 2006 05:33:07 -0000 1.3 @@ -1 +1 @@ -templates-20061017.tar.bz2 +templates-20061130.tar.bz2 Index: scribes-templates.spec =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/FC-6/scribes-templates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scribes-templates.spec 20 Oct 2006 00:44:22 -0000 1.1 +++ scribes-templates.spec 18 Dec 2006 05:33:07 -0000 1.2 @@ -1,8 +1,9 @@ Name: scribes-templates -Version: 20061017 -Release: 2%{?dist} +Version: 20061130 +Release: 1%{?dist} Summary: Templates ("Snippets") for the Scribes text editor Group: Applications/Editors + # Though the tarball does not mention it explicitly, Mystilleef (the upstream # maintainer of Scribes) did state that these are GPL in an email message to # me on 2006-10-17, a copy of which is contained in COPYING.Fedora. Future @@ -10,10 +11,13 @@ License: GPL URL: http://scribes.sourceforge.net/template.html -Source0: http://scribes.sourceforge.net/templates-%{version}.tar.bz2 +# The tarball is not versioned, so I update the mirrored tarball on my +# webspace with the new stuff every release and rename it to include a proper +# version (datestamp). Hopefully, this will be fixed in a future release. +Source0: http://mirror.thecodergeek.com/templates-%{version}.tar.bz2 Source1: COPYING.Fedora -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Scribes' template system was rewritten, so these will not work with earlier @@ -56,6 +60,11 @@ %changelog +* Sun Dec 17 2006 Peter Gordon - 20061130-1 +- Update to new upstream templates tarball (2006-11-30), including Ruby on + Rails templates :] +- Fix BuildRoot + * Wed Oct 18 2006 Peter Gordon - 20061017-2 - Make install invocations in %%install and %%prep keep timestamps ("-p") - Remove empty %%pre/%%preun/%%post/%%postun Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Oct 2006 00:44:22 -0000 1.2 +++ sources 18 Dec 2006 05:33:07 -0000 1.3 @@ -1 +1 @@ -881f13d77207bdcc1fd959a283f220bb templates-20061017.tar.bz2 +fc526b8d4fc35815a03729dd30c8faff templates-20061130.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 07:23:46 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 02:23:46 -0500 Subject: rpms/gnomesword/FC-5 .cvsignore, 1.4, 1.5 gnomesword.spec, 1.12, 1.13 sources, 1.6, 1.7 gnomesword-2.1.6-svn1213-kjvot.patch, 1.1, NONE Message-ID: <200612180723.kBI7Nk73013292@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13273 Modified Files: .cvsignore gnomesword.spec sources Removed Files: gnomesword-2.1.6-svn1213-kjvot.patch Log Message: * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - New Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Nov 2006 19:38:42 -0000 1.4 +++ .cvsignore 18 Dec 2006 07:23:16 -0000 1.5 @@ -1 +1 @@ -gnomesword-2.1.9.tar.gz +gnomesword-2.1.10.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnomesword.spec 23 Nov 2006 19:38:42 -0000 1.12 +++ gnomesword.spec 18 Dec 2006 07:23:16 -0000 1.13 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.9 +Version: 2.1.10 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -13,7 +13,7 @@ BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: gnome-spell +BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel BuildRequires: libgnomeui-devel @@ -35,9 +35,6 @@ %prep %setup -q -%{__sed} -i 's?\r??' doc/help/C/legal.xml -%{__sed} -i 's?\r??' doc/help/fr/legal.xml - %build export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic" %configure @@ -60,10 +57,7 @@ # package docs with macro rm -rf %buildroot%_datadir/doc/%{name} -%find_lang %{name} --with-gnome -echo "%dir %_datadir/omf/gnomesword" >> gnomesword.lang -echo "%_datadir/omf/gnomesword/gnomesword-manual-C.omf" >> gnomesword.lang -echo "%lang(fr) %_datadir/omf/gnomesword/gnomesword-manual-fr.omf" >> gnomesword.lang +%find_lang %{name} %clean rm -rf %buildroot @@ -79,9 +73,13 @@ %_datadir/gnomesword %_datadir/pixmaps/gnomesword %_datadir/applications/fedora-gnomesword.desktop +%_datadir/gnome/help/gnomesword/ %changelog +* Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 +- New Release + * Thu Nov 23 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Nov 2006 19:38:42 -0000 1.6 +++ sources 18 Dec 2006 07:23:16 -0000 1.7 @@ -1 +1 @@ -f6c5ebd5a7ee6d248682289e809f36bf gnomesword-2.1.9.tar.gz +5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz --- gnomesword-2.1.6-svn1213-kjvot.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 07:46:17 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 02:46:17 -0500 Subject: rpms/gnomesword/FC-5 gnomesword.spec,1.13,1.14 Message-ID: <200612180746.kBI7kHMJ013461@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13446 Modified Files: gnomesword.spec Log Message: * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - Add another BR (libxml2-python) Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gnomesword.spec 18 Dec 2006 07:23:16 -0000 1.13 +++ gnomesword.spec 18 Dec 2006 07:45:47 -0000 1.14 @@ -1,6 +1,6 @@ Name: gnomesword Version: 2.1.10 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: GNOME-based Bible research tool Group: Applications/Text @@ -16,7 +16,7 @@ BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel -BuildRequires: libgnomeui-devel +BuildRequires: libgnomeui-devel libxml2-python BuildRequires: scrollkeeper BuildRequires: perl(XML::Parser) BuildRequires: libicu-devel icu @@ -78,6 +78,9 @@ %changelog * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 +- Add another BR (libxml2-python) + +* Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - New Release * Thu Nov 23 2006 Deji Akingunola - 2.1.9-1 From fedora-extras-commits at redhat.com Mon Dec 18 08:22:00 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Mon, 18 Dec 2006 03:22:00 -0500 Subject: rpms/yumex/FC-6 .cvsignore, 1.28, 1.29 sources, 1.36, 1.37 yumex.spec, 1.42, 1.43 Message-ID: <200612180822.kBI8M07P016834@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16799/FC-6 Modified Files: .cvsignore sources yumex.spec Log Message: Release 1.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yumex/FC-6/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 10 Nov 2006 08:24:23 -0000 1.28 +++ .cvsignore 18 Dec 2006 08:21:29 -0000 1.29 @@ -1 +1 @@ -yumex-1.2.0.tar.gz +yumex-1.2.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/FC-6/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 10 Nov 2006 08:24:23 -0000 1.36 +++ sources 18 Dec 2006 08:21:30 -0000 1.37 @@ -1 +1 @@ -ee017920c2d4b9be2a01605185677e14 yumex-1.2.0.tar.gz +d4715d84ef4da863d2acf69299a7fff8 yumex-1.2.1.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/FC-6/yumex.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- yumex.spec 10 Nov 2006 08:24:23 -0000 1.42 +++ yumex.spec 18 Dec 2006 08:21:30 -0000 1.43 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.2.0 +Version: 1.2.1 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool @@ -67,6 +67,12 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Mon Dec 18 2006 Tim Lauridsen - 1.2.1-1.0 +- Release 1.2.1-1.0 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.2.rc2 +- Release 1.2.1-0.2.rc2 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.1.rc1 +- Release 1.2.1-0.1.rc1 * Fri Nov 10 2006 Tim Lauridsen - 1.2.0-1.0 - Release 1.2.0-1.0 * Wed Oct 25 2006 Tim Lauridsen - 1.1.7-1.0 From fedora-extras-commits at redhat.com Mon Dec 18 08:22:00 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Mon, 18 Dec 2006 03:22:00 -0500 Subject: rpms/yumex/devel sources,1.36,1.37 yumex.spec,1.42,1.43 Message-ID: <200612180822.kBI8M05H016838@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16799/devel Modified Files: sources yumex.spec Log Message: Release 1.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 10 Nov 2006 08:24:24 -0000 1.36 +++ sources 18 Dec 2006 08:21:30 -0000 1.37 @@ -1 +1 @@ -ee017920c2d4b9be2a01605185677e14 yumex-1.2.0.tar.gz +d4715d84ef4da863d2acf69299a7fff8 yumex-1.2.1.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- yumex.spec 10 Nov 2006 08:24:24 -0000 1.42 +++ yumex.spec 18 Dec 2006 08:21:30 -0000 1.43 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.2.0 +Version: 1.2.1 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool @@ -67,6 +67,12 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Mon Dec 18 2006 Tim Lauridsen - 1.2.1-1.0 +- Release 1.2.1-1.0 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.2.rc2 +- Release 1.2.1-0.2.rc2 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.1.rc1 +- Release 1.2.1-0.1.rc1 * Fri Nov 10 2006 Tim Lauridsen - 1.2.0-1.0 - Release 1.2.0-1.0 * Wed Oct 25 2006 Tim Lauridsen - 1.1.7-1.0 From fedora-extras-commits at redhat.com Mon Dec 18 08:36:02 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Mon, 18 Dec 2006 03:36:02 -0500 Subject: comps comps-fe5.xml.in, 1.214, 1.215 comps-fe6.xml.in, 1.245, 1.246 comps-fe7.xml.in, 1.51, 1.52 Message-ID: <200612180836.kBI8a2SJ017004@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16985 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: add multican to comps Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- comps-fe5.xml.in 12 Dec 2006 20:06:10 -0000 1.214 +++ comps-fe5.xml.in 18 Dec 2006 08:35:32 -0000 1.215 @@ -612,6 +612,7 @@ i810switch i8kutils libifp + multican s3switch tpb Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.245 retrieving revision 1.246 diff -u -r1.245 -r1.246 --- comps-fe6.xml.in 12 Dec 2006 20:06:10 -0000 1.245 +++ comps-fe6.xml.in 18 Dec 2006 08:35:32 -0000 1.246 @@ -675,6 +675,7 @@ i8kutils libifp lsscsi + multican openct opensc s3switch Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- comps-fe7.xml.in 16 Dec 2006 03:11:51 -0000 1.51 +++ comps-fe7.xml.in 18 Dec 2006 08:35:32 -0000 1.52 @@ -675,6 +675,7 @@ i8kutils libifp lsscsi + multican openct opensc s3switch From fedora-extras-commits at redhat.com Mon Dec 18 12:43:51 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:43:51 -0500 Subject: rpms/uim/devel .cvsignore, 1.17, 1.18 sources, 1.16, 1.17 uim.spec, 1.33, 1.34 Message-ID: <200612181243.kBIChp39030799@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30776 Modified Files: .cvsignore sources uim.spec Log Message: * Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 1 Sep 2006 11:12:33 -0000 1.17 +++ .cvsignore 18 Dec 2006 12:43:21 -0000 1.18 @@ -16,3 +16,4 @@ uim-1.1.1.tar.bz2 uim-1.2.0.tar.bz2 uim-1.2.1.tar.bz2 +uim-1.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Sep 2006 11:12:33 -0000 1.16 +++ sources 18 Dec 2006 12:43:21 -0000 1.17 @@ -1 +1,2 @@ cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 +3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- uim.spec 15 Sep 2006 06:16:09 -0000 1.33 +++ uim.spec 18 Dec 2006 12:43:21 -0000 1.34 @@ -2,8 +2,8 @@ %define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf Name: uim -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -305,6 +305,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 +- New upstream release. + * Fri Sep 15 2006 Akira TAGOH - 1.2.1-2 - rebuilt From fedora-extras-commits at redhat.com Mon Dec 18 12:46:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 07:46:57 -0500 Subject: rpms/maxima/devel .cvsignore, 1.11, 1.12 maxima.spec, 1.51, 1.52 sources, 1.11, 1.12 Message-ID: <200612181246.kBICkvgr030880@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30856 Modified Files: .cvsignore maxima.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 - maxima-5.10.99rc3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Dec 2006 14:36:34 -0000 1.11 +++ .cvsignore 18 Dec 2006 12:46:27 -0000 1.12 @@ -2,3 +2,4 @@ macref.pdf maxima-5.10.0.tar.gz maxima-5.10.99rc2.tar.gz +maxima-5.10.99rc3.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- maxima.spec 13 Dec 2006 14:50:49 -0000 1.51 +++ maxima.spec 18 Dec 2006 12:46:27 -0000 1.52 @@ -1,13 +1,13 @@ %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ -%define beta rc2 +%define beta rc3 Summary: Symbolic Computation Program Name: maxima Version: 5.10.99 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -379,6 +379,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + * Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 - maxima-5.10.99rc2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Dec 2006 14:48:56 -0000 1.11 +++ sources 18 Dec 2006 12:46:27 -0000 1.12 @@ -1,3 +1,4 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf 2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz +cad4ff7f93b9a76ce4f130d15d9da15f maxima-5.10.99rc3.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 12:48:08 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:48:08 -0500 Subject: rpms/uim/FC-6 .cvsignore, 1.17, 1.18 sources, 1.16, 1.17 uim.spec, 1.33, 1.34 Message-ID: <200612181248.kBICm8rN030962@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30933 Modified Files: .cvsignore sources uim.spec Log Message: * Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 1 Sep 2006 11:12:33 -0000 1.17 +++ .cvsignore 18 Dec 2006 12:47:38 -0000 1.18 @@ -16,3 +16,4 @@ uim-1.1.1.tar.bz2 uim-1.2.0.tar.bz2 uim-1.2.1.tar.bz2 +uim-1.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Sep 2006 11:12:33 -0000 1.16 +++ sources 18 Dec 2006 12:47:38 -0000 1.17 @@ -1 +1,2 @@ cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 +3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/uim.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- uim.spec 15 Sep 2006 06:16:09 -0000 1.33 +++ uim.spec 18 Dec 2006 12:47:38 -0000 1.34 @@ -2,8 +2,8 @@ %define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf Name: uim -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -305,6 +305,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 +- New upstream release. + * Fri Sep 15 2006 Akira TAGOH - 1.2.1-2 - rebuilt From fedora-extras-commits at redhat.com Mon Dec 18 12:49:00 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:49:00 -0500 Subject: rpms/uim/FC-6 sources,1.17,1.18 Message-ID: <200612181249.kBICn0ho030993@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30968 Modified Files: sources Log Message: Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 18 Dec 2006 12:47:38 -0000 1.17 +++ sources 18 Dec 2006 12:48:30 -0000 1.18 @@ -1,2 +1 @@ -cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 12:50:01 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:50:01 -0500 Subject: rpms/uim/FC-5 .cvsignore, 1.17, 1.18 sources, 1.16, 1.17 uim.spec, 1.30, 1.31 Message-ID: <200612181250.kBICo1YS031064@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31038 Modified Files: .cvsignore sources uim.spec Log Message: * Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 1 Sep 2006 11:16:28 -0000 1.17 +++ .cvsignore 18 Dec 2006 12:49:31 -0000 1.18 @@ -16,3 +16,4 @@ uim-1.1.1.tar.bz2 uim-1.2.0.tar.bz2 uim-1.2.1.tar.bz2 +uim-1.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Sep 2006 11:16:28 -0000 1.16 +++ sources 18 Dec 2006 12:49:31 -0000 1.17 @@ -1 +1 @@ -cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 +3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/uim.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- uim.spec 1 Sep 2006 11:16:28 -0000 1.30 +++ uim.spec 18 Dec 2006 12:49:31 -0000 1.31 @@ -4,7 +4,7 @@ %define gtk_im_update ( [ -x "%{_bindir}/update-gtk-immodules" ] && %{_bindir}/update-gtk-immodules %{_host} || :) || ( [ -x "%{_bindir}/gtk-query-immodules-2.0" ] && %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules || :) Name: uim -Version: 1.2.1 +Version: 1.3.0 Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ @@ -304,6 +304,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 +- New upstream release. + * Fri Sep 1 2006 Akira TAGOH - 1.2.1-1 - New upstream release. From fedora-extras-commits at redhat.com Mon Dec 18 14:05:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:05:35 -0500 Subject: owners owners.epel.list,1.8,1.9 Message-ID: <200612181405.kBIE5ZRN005269@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5254 Modified Files: owners.epel.list Log Message: +cabextract Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- owners.epel.list 16 Dec 2006 04:59:05 -0000 1.8 +++ owners.epel.list 18 Dec 2006 14:05:05 -0000 1.9 @@ -10,6 +10,7 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! +EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:09:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:09:40 -0500 Subject: owners owners.epel.list,1.9,1.10 Message-ID: <200612181409.kBIE9eng005309@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5293 Modified Files: owners.epel.list Log Message: +libtunepimp stack Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- owners.epel.list 18 Dec 2006 14:05:05 -0000 1.9 +++ owners.epel.list 18 Dec 2006 14:09:10 -0000 1.10 @@ -13,9 +13,13 @@ EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org +EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:13:58 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:13:58 -0500 Subject: owners owners.epel.list,1.10,1.11 Message-ID: <200612181413.kBIEDwrM005353@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5338 Modified Files: owners.epel.list Log Message: +mathml-fonts Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- owners.epel.list 18 Dec 2006 14:09:10 -0000 1.10 +++ owners.epel.list 18 Dec 2006 14:13:28 -0000 1.11 @@ -21,6 +21,7 @@ EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:15:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:15:03 -0500 Subject: owners owners.epel.list,1.11,1.12 Message-ID: <200612181415.kBIEF3iV005378@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5363 Modified Files: owners.epel.list Log Message: +vnc-ltsp-config Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- owners.epel.list 18 Dec 2006 14:13:28 -0000 1.11 +++ owners.epel.list 18 Dec 2006 14:14:33 -0000 1.12 @@ -29,5 +29,6 @@ EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| +EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:33:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:33:35 -0500 Subject: owners owners.epel.list,1.12,1.13 Message-ID: <200612181433.kBIEXZjc005547@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5500 Modified Files: owners.epel.list Log Message: +uw-imap Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- owners.epel.list 18 Dec 2006 14:14:33 -0000 1.12 +++ owners.epel.list 18 Dec 2006 14:33:05 -0000 1.13 @@ -29,6 +29,7 @@ EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| +EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:34:06 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:06 -0500 Subject: rpms/perl-Pod-Strip - New directory Message-ID: <200612181434.kBIEY6rF005567@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5563/perl-Pod-Strip Log Message: Directory /cvs/extras/rpms/perl-Pod-Strip added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:34:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:11 -0500 Subject: rpms/perl-Pod-Strip/devel - New directory Message-ID: <200612181434.kBIEYBa9005580@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5563/perl-Pod-Strip/devel Log Message: Directory /cvs/extras/rpms/perl-Pod-Strip/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:34:31 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:31 -0500 Subject: rpms/perl-Pod-Strip Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181434.kBIEYVTW005610@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5604 Added Files: Makefile import.log Log Message: Setup of module perl-Pod-Strip --- NEW FILE Makefile --- # Top level Makefile for module perl-Pod-Strip all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:34:36 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:36 -0500 Subject: rpms/perl-Pod-Strip/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181434.kBIEYaxE005625@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5604/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Pod-Strip --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:35:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:35:38 -0500 Subject: rpms/perl-Pod-Strip import.log,1.1,1.2 Message-ID: <200612181435.kBIEZcRI005694@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5664 Modified Files: import.log Log Message: auto-import perl-Pod-Strip-1.02-1 on branch devel from perl-Pod-Strip-1.02-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Strip/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:34:31 -0000 1.1 +++ import.log 18 Dec 2006 14:35:08 -0000 1.2 @@ -0,0 +1 @@ +perl-Pod-Strip-1_02-1:HEAD:perl-Pod-Strip-1.02-1.src.rpm:1166452937 From fedora-extras-commits at redhat.com Mon Dec 18 14:35:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:35:38 -0500 Subject: rpms/perl-Pod-Strip/devel perl-Pod-Strip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181435.kBIEZcc6005698@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5664/devel Modified Files: .cvsignore sources Added Files: perl-Pod-Strip.spec Log Message: auto-import perl-Pod-Strip-1.02-1 on branch devel from perl-Pod-Strip-1.02-1.src.rpm --- NEW FILE perl-Pod-Strip.spec --- Name: perl-Pod-Strip Version: 1.02 Release: 1%{?dist} Summary: Remove POD from Perl code Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Pod-Strip/ Source0: http://www.cpan.org/authors/id/D/DO/DOMM/Pod-Strip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Simple) >= 3.00 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code. %prep %setup -q -n Pod-Strip-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 chmod -R u+w $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Pod/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 1.02-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Strip/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:34:36 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:35:08 -0000 1.2 @@ -0,0 +1 @@ +Pod-Strip-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Strip/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:34:36 -0000 1.1 +++ sources 18 Dec 2006 14:35:08 -0000 1.2 @@ -0,0 +1 @@ +b5ac7b0e68d8d44bd737f1ba71aaee3f Pod-Strip-1.02.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:37:48 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:37:48 -0500 Subject: rpms/perl-Pod-Spell - New directory Message-ID: <200612181437.kBIEbmFt005781@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5777/perl-Pod-Spell Log Message: Directory /cvs/extras/rpms/perl-Pod-Spell added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:37:53 -0500 Subject: rpms/perl-Pod-Spell/devel - New directory Message-ID: <200612181437.kBIEbr0Q005794@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5777/perl-Pod-Spell/devel Log Message: Directory /cvs/extras/rpms/perl-Pod-Spell/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:38:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:38:11 -0500 Subject: rpms/perl-Pod-Spell Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181438.kBIEcBDH005830@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5824 Added Files: Makefile import.log Log Message: Setup of module perl-Pod-Spell --- NEW FILE Makefile --- # Top level Makefile for module perl-Pod-Spell all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:38:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:38:16 -0500 Subject: rpms/perl-Pod-Spell/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181438.kBIEcG9j005845@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5824/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Pod-Spell --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:39:17 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:39:17 -0500 Subject: rpms/perl-Pod-Spell/devel perl-Pod-Spell.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181439.kBIEdHYU005934@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5888/devel Modified Files: .cvsignore sources Added Files: perl-Pod-Spell.spec Log Message: auto-import perl-Pod-Spell-1.01-1 on branch devel from perl-Pod-Spell-1.01-1.src.rpm --- NEW FILE perl-Pod-Spell.spec --- Name: perl-Pod-Spell Version: 1.01 Release: 1%{?dist} Summary: A formatter for spellchecking Pod Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Pod-Spell/ Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Pod::Escapes) >= 1.01 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref"). %prep %setup -q -n Pod-Spell-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README %{_bindir}/podspell %{perl_vendorlib}/Pod/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 1.01-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:38:16 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:38:47 -0000 1.2 @@ -0,0 +1 @@ +Pod-Spell-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:38:16 -0000 1.1 +++ sources 18 Dec 2006 14:38:47 -0000 1.2 @@ -0,0 +1 @@ +aa4964844da2586562aae5208e2dbe61 Pod-Spell-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:39:17 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:39:17 -0500 Subject: rpms/perl-Pod-Spell import.log,1.1,1.2 Message-ID: <200612181439.kBIEdHNi005932@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5888 Modified Files: import.log Log Message: auto-import perl-Pod-Spell-1.01-1 on branch devel from perl-Pod-Spell-1.01-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:38:11 -0000 1.1 +++ import.log 18 Dec 2006 14:38:47 -0000 1.2 @@ -0,0 +1 @@ +perl-Pod-Spell-1_01-1:HEAD:perl-Pod-Spell-1.01-1.src.rpm:1166453157 From fedora-extras-commits at redhat.com Mon Dec 18 14:39:46 2006 From: fedora-extras-commits at redhat.com (Mark Hamzy (hamzy)) Date: Mon, 18 Dec 2006 09:39:46 -0500 Subject: rpms/sblim-cmpi-devel/devel sblim-cmpi-devel.spec,1.5,1.6 Message-ID: <200612181439.kBIEdk0R005965@cvs-int.fedora.redhat.com> Author: hamzy Update of /cvs/extras/rpms/sblim-cmpi-devel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5869 Modified Files: sblim-cmpi-devel.spec Log Message: Removed debug package. Removed ldconfig on post/postun. Index: sblim-cmpi-devel.spec =================================================================== RCS file: /cvs/extras/rpms/sblim-cmpi-devel/devel/sblim-cmpi-devel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sblim-cmpi-devel.spec 4 Oct 2006 23:09:50 -0000 1.5 +++ sblim-cmpi-devel.spec 18 Dec 2006 14:39:16 -0000 1.6 @@ -13,7 +13,7 @@ Summary: SBLIM CMPI Provider Development Support Name: sblim-cmpi-devel Version: 1.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Group: Systems Management/Base URL: http://www.sblim.org License: CPL @@ -22,6 +22,8 @@ Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 +%define debug_package %{nil} + %Description This packages provides the C and C++ CMPI header files needed by provider developers and can be used standalone. If used for @@ -50,11 +52,11 @@ %doc %{_datadir}/doc/%{name}-%{version} %{_includedir}/cmpi -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %changelog +* Mon Dec 18 2006 Mark Hamzy 1.0.4-5 + - Removed -debuginfo package. + - Removed ldconfig from post/postun + * Thu Oct 05 2006 Christian Iseli 1.0.4-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 18 14:41:56 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:41:56 -0500 Subject: rpms/perl-File-Which - New directory Message-ID: <200612181441.kBIEfuWP006058@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6054/perl-File-Which Log Message: Directory /cvs/extras/rpms/perl-File-Which added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:42:01 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:42:01 -0500 Subject: rpms/perl-File-Which/devel - New directory Message-ID: <200612181442.kBIEg1uN006071@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6054/perl-File-Which/devel Log Message: Directory /cvs/extras/rpms/perl-File-Which/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:42:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:42:19 -0500 Subject: rpms/perl-File-Which Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181442.kBIEgJjH006101@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6095 Added Files: Makefile import.log Log Message: Setup of module perl-File-Which --- NEW FILE Makefile --- # Top level Makefile for module perl-File-Which all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:42:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:42:24 -0500 Subject: rpms/perl-File-Which/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181442.kBIEgOcF006116@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6095/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-Which --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:43:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:43:24 -0500 Subject: rpms/perl-File-Which import.log,1.1,1.2 Message-ID: <200612181443.kBIEhO0a006189@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6155 Modified Files: import.log Log Message: auto-import perl-File-Which-0.05-1 on branch devel from perl-File-Which-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:42:19 -0000 1.1 +++ import.log 18 Dec 2006 14:42:54 -0000 1.2 @@ -0,0 +1 @@ +perl-File-Which-0_05-1:HEAD:perl-File-Which-0.05-1.src.rpm:1166453404 From fedora-extras-commits at redhat.com Mon Dec 18 14:43:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:43:24 -0500 Subject: rpms/perl-File-Which/devel perl-File-Which.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181443.kBIEhOiN006193@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6155/devel Modified Files: .cvsignore sources Added Files: perl-File-Which.spec Log Message: auto-import perl-File-Which-0.05-1 on branch devel from perl-File-Which-0.05-1.src.rpm --- NEW FILE perl-File-Which.spec --- Name: perl-File-Which Version: 0.05 Release: 1%{?dist} Summary: Portable implementation of the 'which' utility Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/File-Which/ Source0: http://www.cpan.org/authors/id/P/PE/PEREINAR/File-Which-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence. It includes the command-line utility 'pwhich' which has the same function as 'which'. %prep %setup -q -n File-Which-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{_bindir}/pwhich %{perl_vendorlib}/File/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:42:24 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:42:54 -0000 1.2 @@ -0,0 +1 @@ +File-Which-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:42:24 -0000 1.1 +++ sources 18 Dec 2006 14:42:54 -0000 1.2 @@ -0,0 +1 @@ +bd671a65f770fc0a124095e74c7c8013 File-Which-0.05.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:44:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:44:52 -0500 Subject: rpms/perl-GPS-PRN - New directory Message-ID: <200612181444.kBIEiq0J006284@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6280/perl-GPS-PRN Log Message: Directory /cvs/extras/rpms/perl-GPS-PRN added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:44:57 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:44:57 -0500 Subject: rpms/perl-GPS-PRN/devel - New directory Message-ID: <200612181444.kBIEivUB006298@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6280/perl-GPS-PRN/devel Log Message: Directory /cvs/extras/rpms/perl-GPS-PRN/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:45:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:45:16 -0500 Subject: rpms/perl-GPS-PRN Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181445.kBIEjGGU006336@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6330 Added Files: Makefile import.log Log Message: Setup of module perl-GPS-PRN --- NEW FILE Makefile --- # Top level Makefile for module perl-GPS-PRN all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:45:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:45:21 -0500 Subject: rpms/perl-GPS-PRN/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181445.kBIEjL67006352@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6330/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-GPS-PRN --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:46:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:46:21 -0500 Subject: rpms/perl-GPS-PRN import.log,1.1,1.2 Message-ID: <200612181446.kBIEkLCn006465@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6399 Modified Files: import.log Log Message: auto-import perl-GPS-PRN-0.02-1 on branch devel from perl-GPS-PRN-0.02-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-GPS-PRN/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:45:16 -0000 1.1 +++ import.log 18 Dec 2006 14:45:51 -0000 1.2 @@ -0,0 +1 @@ +perl-GPS-PRN-0_02-1:HEAD:perl-GPS-PRN-0.02-1.src.rpm:1166453581 From fedora-extras-commits at redhat.com Mon Dec 18 14:46:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:46:21 -0500 Subject: rpms/perl-GPS-PRN/devel perl-GPS-PRN.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181446.kBIEkL1b006469@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6399/devel Modified Files: .cvsignore sources Added Files: perl-GPS-PRN.spec Log Message: auto-import perl-GPS-PRN-0.02-1 on branch devel from perl-GPS-PRN-0.02-1.src.rpm --- NEW FILE perl-GPS-PRN.spec --- Name: perl-GPS-PRN Version: 0.02 Release: 1%{?dist} Summary: Package for PRN - Object ID conversions Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/GPS-PRN/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/GPS-PRN-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n GPS-PRN-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/GPS/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 0.02-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GPS-PRN/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:45:21 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:45:51 -0000 1.2 @@ -0,0 +1 @@ +GPS-PRN-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GPS-PRN/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:45:21 -0000 1.1 +++ sources 18 Dec 2006 14:45:51 -0000 1.2 @@ -0,0 +1 @@ +60d48e68181cc0a50f039165021b8555 GPS-PRN-0.02.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:50:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:50:38 -0500 Subject: owners owners.list,1.2122,1.2123 Message-ID: <200612181450.kBIEocrI006590@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6575 Modified Files: owners.list Log Message: New packages: perl-GPS-PRN (#219943) and perl-Pod-Strip (#219957) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2122 retrieving revision 1.2123 diff -u -r1.2122 -r1.2123 --- owners.list 18 Dec 2006 05:23:03 -0000 1.2122 +++ owners.list 18 Dec 2006 14:50:08 -0000 1.2123 @@ -1529,6 +1529,7 @@ Fedora Extras|perl-Gnome2-Print|Perl wrappers for the Gnome Print utilities|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-VFS|Perl interface to the 2.x series of the GNOME VFS library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-GPS-PRN|Package for PRN - Object ID conversions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GStreamer|GStreamer Perl module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1694,6 +1695,7 @@ Fedora Extras|perl-Pod-POM|Object-oriented interface to Perl POD documents|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Readme|Convert POD to README file|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Simple|Framework for parsing POD documentation|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Pod-Strip|Remove POD from Perl code|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Tests|Extract embedded tests and code examples from POD|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE|POE - portable multitasking and networking framework for Perl|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-API-Peek|Peek into the internals of a running POE environment|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 14:54:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:54:14 -0500 Subject: owners owners.epel.list,1.13,1.14 Message-ID: <200612181454.kBIEsEkl006671@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6629 Modified Files: owners.epel.list Log Message: +gc Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- owners.epel.list 18 Dec 2006 14:33:05 -0000 1.13 +++ owners.epel.list 18 Dec 2006 14:53:43 -0000 1.14 @@ -15,6 +15,7 @@ EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org From fedora-extras-commits at redhat.com Mon Dec 18 14:54:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:54:22 -0500 Subject: rpms/perl-Pod-Spell/devel perl-Pod-Spell.spec,1.1,1.2 Message-ID: <200612181454.kBIEsMii006674@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6656 Modified Files: perl-Pod-Spell.spec Log Message: find: fixed arguments order. Index: perl-Pod-Spell.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/devel/perl-Pod-Spell.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Pod-Spell.spec 18 Dec 2006 14:38:47 -0000 1.1 +++ perl-Pod-Spell.spec 18 Dec 2006 14:53:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Pod-Spell Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A formatter for spellchecking Pod Group: Development/Libraries @@ -34,7 +34,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -55,5 +55,8 @@ %changelog +* Mon Dec 18 2006 Jose Pedro Oliveira - 1.01-2 +- find: fixed arguments order. + * Sun Dec 17 2006 Jose Pedro Oliveira - 1.01-1 - First build. From fedora-extras-commits at redhat.com Mon Dec 18 14:59:37 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:59:37 -0500 Subject: rpms/perl-File-Which/devel perl-File-Which.spec,1.1,1.2 Message-ID: <200612181459.kBIExb9B006833@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6816 Modified Files: perl-File-Which.spec Log Message: find: fixed arguments order. Index: perl-File-Which.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/devel/perl-File-Which.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-Which.spec 18 Dec 2006 14:42:54 -0000 1.1 +++ perl-File-Which.spec 18 Dec 2006 14:59:07 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-Which Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Portable implementation of the 'which' utility Group: Development/Libraries @@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -55,5 +55,8 @@ %changelog +* Mon Dec 18 2006 Jose Pedro Oliveira - 0.05-2 +- find: fixed arguments order. + * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. From fedora-extras-commits at redhat.com Mon Dec 18 15:03:15 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:03:15 -0500 Subject: owners owners.list,1.2123,1.2124 Message-ID: <200612181503.kBIF3FnV010073@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10054 Modified Files: owners.list Log Message: New packages: perl-File-Which (#219949) and perl-Pod-Spell (#219950) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2123 retrieving revision 1.2124 diff -u -r1.2123 -r1.2124 --- owners.list 18 Dec 2006 14:50:08 -0000 1.2123 +++ owners.list 18 Dec 2006 15:02:45 -0000 1.2124 @@ -1508,6 +1508,7 @@ Fedora Extras|perl-File-Slurp|Efficient Reading/Writing of Complete Files|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Tail|Perl extension for reading from continously updated files|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Type|Determine file type using magic|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-Which|Portable implementation of the 'which' utility|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-FileHandle-Unget|A FileHandle that supports ungetting of multiple bytes|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Finance-Quote|A Perl module that retrieves stock and mutual fund quotes|notting at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Font-AFM|Perl interface to Adobe Font Metrics files|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1695,6 +1696,7 @@ Fedora Extras|perl-Pod-POM|Object-oriented interface to Perl POD documents|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Readme|Convert POD to README file|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Simple|Framework for parsing POD documentation|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Pod-Spell|A formatter for spellchecking Pod|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Strip|Remove POD from Perl code|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Tests|Extract embedded tests and code examples from POD|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE|POE - portable multitasking and networking framework for Perl|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 14:55:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:55:55 -0500 Subject: rpms/gc/EL-4 .cvsignore,1.7,1.8 gc.spec,1.13,1.14 sources,1.7,1.8 Message-ID: <200612181455.kBIEttcR006746@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6691 Modified Files: .cvsignore gc.spec sources Log Message: sync w/devel branch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gc/EL-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Mar 2006 05:12:08 -0000 1.7 +++ .cvsignore 18 Dec 2006 14:55:25 -0000 1.8 @@ -1 +1,2 @@ -gc6.7.tar.gz +clog +gc6.8.tar.gz Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/EL-4/gc.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gc.spec 4 Mar 2006 05:12:08 -0000 1.13 +++ gc.spec 18 Dec 2006 14:55:25 -0000 1.14 @@ -1,9 +1,9 @@ Summary: C++ Garbage Collector Name: gc -Version: 6.7 +Version: 6.8 -Release: 1%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -16,7 +16,8 @@ BuildRequires: libtool BuildRequires: automake -Provides: libgc = %{version}-%{release} +Obsoletes: libgc < %{version}-%{release} +Provides: libgc = %{version}-%{release} %description @@ -27,9 +28,10 @@ Summary: Libraries and header files for %{name} development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Provides: libgc-devel = %{version}-%{release} +Obsoletes: libgc-devel < %{version}-%{release} +Provides: libgc-devel = %{version}-%{release} %description devel -Libraries and header files for %{name} development. +%{summary}. %prep @@ -39,15 +41,13 @@ cp -f %{_datadir}/aclocal/libtool.m4 . libtoolize --copy --force -aclocal -automake -autoconf -#autoheader +autoreconf %build %configure \ + --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ --enable-threads=posix \ @@ -84,13 +84,13 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc doc/README doc/README.changes doc/README.contributors %doc doc/README.environment doc/README.linux %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %doc doc/*.html %{_includedir}/* %{_libdir}/lib*.so @@ -98,6 +98,15 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 6.8-3 +- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) + +* Mon Aug 28 2006 Rex Dieter 6.8-2 +- fc6 respin + +* Thu Jul 13 2006 Rex Dieter 6.8-1 +- 6.8 + * Fri Mar 03 2006 Rex Dieter 6.7-1 - 6.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gc/EL-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 4 Mar 2006 05:12:08 -0000 1.7 +++ sources 18 Dec 2006 14:55:25 -0000 1.8 @@ -1 +1 @@ -be780413a0360306ad3b701e45fa8871 gc6.7.tar.gz +418d38bd9c66398386a372ec0435250e gc6.8.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 15:09:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:21 -0500 Subject: rpms/perl-Net-GPSD - New directory Message-ID: <200612181509.kBIF9LT7010148@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10144/perl-Net-GPSD Log Message: Directory /cvs/extras/rpms/perl-Net-GPSD added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 15:09:26 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:26 -0500 Subject: rpms/perl-Net-GPSD/devel - New directory Message-ID: <200612181509.kBIF9QZs010161@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10144/perl-Net-GPSD/devel Log Message: Directory /cvs/extras/rpms/perl-Net-GPSD/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 15:09:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:44 -0500 Subject: rpms/perl-Net-GPSD Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181509.kBIF9iW9010191@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10185 Added Files: Makefile import.log Log Message: Setup of module perl-Net-GPSD --- NEW FILE Makefile --- # Top level Makefile for module perl-Net-GPSD all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 15:09:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:45 -0500 Subject: rpms/perl-Net-GPSD/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181509.kBIF9jXk010206@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10185/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Net-GPSD --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 15:10:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:10:46 -0500 Subject: rpms/perl-Net-GPSD import.log,1.1,1.2 Message-ID: <200612181510.kBIFAkSL010277@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10247 Modified Files: import.log Log Message: auto-import perl-Net-GPSD-0.32-1 on branch devel from perl-Net-GPSD-0.32-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 15:09:44 -0000 1.1 +++ import.log 18 Dec 2006 15:10:16 -0000 1.2 @@ -0,0 +1 @@ +perl-Net-GPSD-0_32-1:HEAD:perl-Net-GPSD-0.32-1.src.rpm:1166455046 From fedora-extras-commits at redhat.com Mon Dec 18 15:10:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:10:46 -0500 Subject: rpms/perl-Net-GPSD/devel perl-Net-GPSD.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181510.kBIFAkNb010281@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10247/devel Modified Files: .cvsignore sources Added Files: perl-Net-GPSD.spec Log Message: auto-import perl-Net-GPSD-0.32-1 on branch devel from perl-Net-GPSD-0.32-1.src.rpm --- NEW FILE perl-Net-GPSD.spec --- Name: perl-Net-GPSD Version: 0.32 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Net-GPSD/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Net-GPSD-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::GPSD provides an object client interface to the gpsd server daemon. gpsd is an open source GPS deamon from http://gpsd.berlios.de/. %prep %setup -q -n Net-GPSD-%{version} chmod -c a-x bin/example-* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %doc bin/example-* %{perl_vendorlib}/Net/ %{_mandir}/man3/*.3pm* %changelog * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 15:09:45 -0000 1.1 +++ .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 @@ -0,0 +1 @@ +Net-GPSD-0.32.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 15:09:45 -0000 1.1 +++ sources 18 Dec 2006 15:10:16 -0000 1.2 @@ -0,0 +1 @@ +7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 15:13:26 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:13:26 -0500 Subject: owners owners.list,1.2124,1.2125 Message-ID: <200612181513.kBIFDQs5011373@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11333 Modified Files: owners.list Log Message: New package: perl-Net-GPSD (#219931). Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2124 retrieving revision 1.2125 diff -u -r1.2124 -r1.2125 --- owners.list 18 Dec 2006 15:02:45 -0000 1.2124 +++ owners.list 18 Dec 2006 15:12:56 -0000 1.2125 @@ -1653,6 +1653,7 @@ Fedora Extras|perl-MP3-Info|Manipulate / fetch info from MP3 audio files|chris.stone at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-CIDR-Lite|Net::CIDR::Lite perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-DBus|perl DBus interface|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Net-GPSD|Provides an object client interface to the gpsd server|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-IP|Perl module for manipulation of IPv4 and IPv6 addresses|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-IP-CMatch|Efficiently match IP addresses against IP ranges with C|orion at cora.nwra.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-Jabber|Net::Jabber - Jabber client library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 15:23:08 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 18 Dec 2006 10:23:08 -0500 Subject: rpms/bochs/devel bochs-wx28.patch, NONE, 1.1 bochs.spec, 1.22, 1.23 bochs-dlxreadme.patch, 1.1, NONE bochs-wx26.patch, 1.3, NONE Message-ID: <200612181523.kBIFN8lN011490@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11442 Modified Files: bochs.spec Added Files: bochs-wx28.patch Removed Files: bochs-dlxreadme.patch bochs-wx26.patch Log Message: * Mon Dec 18 2006 Hans de Goede 2.3-4 - rebuilt without wxGTK as wxGTK is even more broken with wxGTK 2.8 then it was with 2.6 bochs-wx28.patch: --- NEW FILE bochs-wx28.patch --- --- bochs-2.3/gui/wx.cc~ 2006-12-18 12:44:22.000000000 +0100 +++ bochs-2.3/gui/wx.cc 2006-12-18 13:00:08.000000000 +0100 @@ -821,9 +821,7 @@ case WXK_NUMPAD_UP: bx_key = BX_KEY_KP_UP; break; case WXK_NUMPAD_RIGHT: bx_key = BX_KEY_KP_RIGHT; break; case WXK_NUMPAD_DOWN: bx_key = BX_KEY_KP_DOWN; break; - case WXK_NUMPAD_PRIOR: bx_key = BX_KEY_KP_PAGE_UP; break; case WXK_NUMPAD_PAGEUP: bx_key = BX_KEY_KP_PAGE_UP; break; - case WXK_NUMPAD_NEXT: bx_key = BX_KEY_KP_PAGE_DOWN; break; case WXK_NUMPAD_PAGEDOWN: bx_key = BX_KEY_KP_PAGE_DOWN; break; case WXK_NUMPAD_END: bx_key = BX_KEY_KP_END; break; case WXK_NUMPAD_BEGIN: bx_key = BX_KEY_KP_HOME; break; @@ -849,7 +847,6 @@ case 220: bx_key = BX_KEY_BACKSLASH; break; // \| case 222: bx_key = BX_KEY_SINGLE_QUOTE; break; // '" case 305: bx_key = BX_KEY_KP_5; break; // keypad 5 - case 392: bx_key = BX_KEY_KP_ADD; break; // keypad plus default: wxLogMessage(wxT ("Unhandled key event: %i (0x%x)"), key, key); Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- bochs.spec 4 Oct 2006 22:26:08 -0000 1.22 +++ bochs.spec 18 Dec 2006 15:22:38 -0000 1.23 @@ -1,6 +1,6 @@ Name: bochs Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Portable x86 PC emulator Group: Applications/Emulators License: LGPL @@ -9,13 +9,14 @@ Source1: http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz Patch0: %{name}-nonet-build.patch Patch1: %{name}-config.patch +Patch2: %{name}-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: docbook-utils BuildRequires: libXt-devel BuildRequires: libXpm-devel BuildRequires: ncurses-devel BuildRequires: SDL-devel -BuildRequires: wxGTK-devel +#BuildRequires: wxGTK-devel %ifarch %{ix86} x86_64 BuildRequires: svgalib-devel %endif @@ -64,6 +65,7 @@ %prep %setup -q %patch0 -p0 -z .nonet +%patch2 -p1 -z .wx28 cp -p %{SOURCE1} . # Fix up some man page paths. sed -i \ @@ -94,7 +96,7 @@ --with-term \ --with-rfb \ --with-sdl \ - --with-wx \ + --without-wx \ $ARCH_CONFIGURE_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS -DPARANOID" @@ -113,7 +115,7 @@ make unpack_dlx # This needs to be done after "make unpack_dlx". -%{__patch} -p0 < %{PATCH1} +patch -p0 < %{PATCH1} sed -i -e 's/\r//' dlxlinux/readme.txt dlxlinux/bochsrc.txt @@ -160,6 +162,10 @@ %changelog +* Mon Dec 18 2006 Hans de Goede 2.3-4 +- rebuilt without wxGTK as wxGTK is even more broken with wxGTK 2.8 then it + was with 2.6 + * Thu Oct 05 2006 Christian Iseli 2.3-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 --- bochs-dlxreadme.patch DELETED --- --- bochs-wx26.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 15:23:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 10:23:18 -0500 Subject: owners owners.epel.list,1.14,1.15 Message-ID: <200612181523.kBIFNIUB011527@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11457 Modified Files: owners.epel.list Log Message: +exiv2 fix sorting brainfart Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- owners.epel.list 18 Dec 2006 14:53:43 -0000 1.14 +++ owners.epel.list 18 Dec 2006 15:22:47 -0000 1.15 @@ -11,11 +11,12 @@ # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| -EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| -EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org From fedora-extras-commits at redhat.com Mon Dec 18 15:24:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 10:24:32 -0500 Subject: rpms/exiv2/EL-4 exiv2.spec,1.8,1.9 Message-ID: <200612181524.kBIFOWx3011559@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/exiv2/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11544 Modified Files: exiv2.spec Log Message: update pkgconfig fixup Index: exiv2.spec =================================================================== RCS file: /cvs/extras/rpms/exiv2/EL-4/exiv2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- exiv2.spec 28 Nov 2006 13:43:17 -0000 1.8 +++ exiv2.spec 18 Dec 2006 15:24:02 -0000 1.9 @@ -10,6 +10,7 @@ Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pkgconfig BuildRequires: zlib-devel Patch1: exiv2-0.11-no_rpath.patch @@ -47,6 +48,13 @@ %patch1 -p1 -b .no_rpath %patch2 -p1 -b .deps +# Hack for older pkgconfig that doesn't grok "URL:", like rhel4 -- Rex +%if "%(pkg-config --version 2>/dev/null ||: )" < "0.16.0" +sed -i -e "s|^URL: |#URL: |" config/exiv2.pc.in +%endif + + + %build %configure --disable-static From fedora-extras-commits at redhat.com Mon Dec 18 15:30:14 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:30:14 -0500 Subject: rpms/perl-Net-GPSD/devel perl-Net-GPSD.spec,1.1,1.2 Message-ID: <200612181530.kBIFUE9I011787@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11730 Modified Files: perl-Net-GPSD.spec Log Message: Typo correction. Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/perl-Net-GPSD.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Net-GPSD.spec 18 Dec 2006 15:10:16 -0000 1.1 +++ perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 @@ -17,7 +17,7 @@ %description Net::GPSD provides an object client interface to the gpsd server daemon. -gpsd is an open source GPS deamon from http://gpsd.berlios.de/. +gpsd is an open source GPS daemon from http://gpsd.berlios.de/. %prep From fedora-extras-commits at redhat.com Mon Dec 18 15:30:24 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 18 Dec 2006 10:30:24 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.24, 1.25 ochusha.spec, 1.25, 1.26 sources, 1.24, 1.25 Message-ID: <200612181530.kBIFUOsD011839@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11762 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 18 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061218 - 0.5.99.64.11 cvs 061218 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- .cvsignore 17 Dec 2006 15:08:15 -0000 1.24 +++ .cvsignore 18 Dec 2006 15:29:54 -0000 1.25 @@ -1 +1 @@ -ochusha-0.5.99.64.11-cvs061217.tar.bz2 +ochusha-0.5.99.64.11-cvs061218.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ochusha.spec 17 Dec 2006 15:08:15 -0000 1.25 +++ ochusha.spec 18 Dec 2006 15:29:54 -0000 1.26 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.64.11 -%define strtag cvs061217 +%define strtag cvs061218 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sun Dec 17 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061217 -- 0.5.99.64.11 cvs 061217 (23:59 JST) +* Mon Dec 18 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061218 +- 0.5.99.64.11 cvs 061218 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 17 Dec 2006 15:08:15 -0000 1.24 +++ sources 18 Dec 2006 15:29:54 -0000 1.25 @@ -1 +1 @@ -8e5ed5a6bf5923c20ff68bc8181a3699 ochusha-0.5.99.64.11-cvs061217.tar.bz2 +83a1634634d44cba19dba6b401d64a84 ochusha-0.5.99.64.11-cvs061218.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 15:30:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 18 Dec 2006 10:30:46 -0500 Subject: rpms/jd/devel .cvsignore, 1.41, 1.42 jd.spec, 1.49, 1.50 sources, 1.41, 1.42 Message-ID: <200612181530.kBIFUk8J011885@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11791 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 - cvs 061218 (00:35 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- .cvsignore 17 Dec 2006 15:07:55 -0000 1.41 +++ .cvsignore 18 Dec 2006 15:30:16 -0000 1.42 @@ -1 +1 @@ -jd-1.8.1-cvs061217.tgz +jd-1.8.1-cvs061218.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- jd.spec 17 Dec 2006 15:10:55 -0000 1.49 +++ jd.spec 18 Dec 2006 15:30:16 -0000 1.50 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061217 +%define strtag cvs061218 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-2.cvs061217 -- cvs 061217 (23:59 JST) +* Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 +- cvs 061218 (00:35 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 17 Dec 2006 15:07:55 -0000 1.41 +++ sources 18 Dec 2006 15:30:16 -0000 1.42 @@ -1 +1 @@ -9ccfc486a91b10d485d519be3098625a jd-1.8.1-cvs061217.tgz +e2a8a9896f8374059e42994e07f550b5 jd-1.8.1-cvs061218.tgz From fedora-extras-commits at redhat.com Mon Dec 18 15:31:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 18 Dec 2006 10:31:52 -0500 Subject: rpms/jd/devel jd.spec,1.50,1.51 Message-ID: <200612181531.kBIFVqsl011922@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11903 Modified Files: jd.spec Log Message: fix changelog date Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- jd.spec 18 Dec 2006 15:30:16 -0000 1.50 +++ jd.spec 18 Dec 2006 15:31:22 -0000 1.51 @@ -108,7 +108,7 @@ %changelog * Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 -- cvs 061218 (00:35 JST) +- cvs 061218 (24:35 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 From fedora-extras-commits at redhat.com Mon Dec 18 15:59:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 18 Dec 2006 10:59:21 -0500 Subject: rpms/fbg/devel fbg-0.9-wx28.patch,NONE,1.1 fbg.spec,1.1,1.2 Message-ID: <200612181559.kBIFxLVQ012554@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fbg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12531 Modified Files: fbg.spec Added Files: fbg-0.9-wx28.patch Log Message: * Mon Dec 18 2006 Hans de Goede 0.9-3 - Rebuild for new wxGTK fbg-0.9-wx28.patch: --- NEW FILE fbg-0.9-wx28.patch --- --- fbg-0.9/startfbg/startfbg.cc.wx28 2006-12-18 15:21:36.000000000 +0100 +++ fbg-0.9/startfbg/startfbg.cc 2006-12-18 16:59:34.000000000 +0100 @@ -179,7 +179,7 @@ top->Add(graphBox, 0, wxEXPAND|wxALL, 2); top->Add(gameBox, 0, wxEXPAND|wxALL, 2); playButton = new wxButton(pan, ID_PLAY, wxT("Play Falling Block Game")); - pan->SetDefaultItem(playButton); + playButton->SetFocus(); top->Add(playButton, 0, wxEXPAND|wxALL, 1); pan->SetAutoLayout(true); pan->SetSizer(top); Index: fbg.spec =================================================================== RCS file: /cvs/extras/rpms/fbg/devel/fbg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fbg.spec 14 Oct 2006 11:39:38 -0000 1.1 +++ fbg.spec 18 Dec 2006 15:58:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: fbg Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Falling Block Game Group: Amusements/Games License: GPL @@ -8,6 +8,7 @@ Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: fbg-fixes.patch +Patch1: fbg-0.9-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel physfs-devel mikmod-devel wxGTK-devel BuildRequires: desktop-file-utils ImageMagick @@ -22,6 +23,7 @@ %prep %setup -q %patch0 -p1 -z .fix +%patch1 -p1 -z .wx28 # sigh stop autoxxx from rerunning because of our patches above. touch aclocal.m4 touch configure @@ -79,6 +81,9 @@ %changelog +* Mon Dec 18 2006 Hans de Goede 0.9-3 +- Rebuild for new wxGTK + * Sat Oct 14 2006 Hans de Goede 0.9-2 - Correct license from LGPL to GPL From fedora-extras-commits at redhat.com Mon Dec 18 16:27:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 11:27:33 -0500 Subject: fedora-security/audit fe4, 1.120, 1.121 fe5, 1.132, 1.133 fe6, 1.46, 1.47 Message-ID: <200612181627.kBIGRXl2015852@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15833 Modified Files: fe4 fe5 fe6 Log Message: +CVE-2006-66{09,10,25,26} Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- fe4 17 Dec 2006 09:32:58 -0000 1.120 +++ fe4 18 Dec 2006 16:27:33 -0000 1.121 @@ -2,6 +2,10 @@ ** are items that need attention +CVE-2006-6626 ** (moodle) #220041 +CVE-2006-6625 VULNERABLE (moodle) #220041 +CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- fe5 17 Dec 2006 09:32:58 -0000 1.132 +++ fe5 18 Dec 2006 16:27:33 -0000 1.133 @@ -2,6 +2,10 @@ ** are items that need attention +CVE-2006-6626 ** (moodle) #220041 +CVE-2006-6625 VULNERABLE (moodle) #220041 +CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- fe6 17 Dec 2006 09:32:58 -0000 1.46 +++ fe6 18 Dec 2006 16:27:33 -0000 1.47 @@ -2,6 +2,10 @@ ** are items that need attention +CVE-2006-6626 ** (moodle) #220041 +CVE-2006-6625 VULNERABLE (moodle) #220041 +CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 From fedora-extras-commits at redhat.com Mon Dec 18 16:34:56 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 18 Dec 2006 11:34:56 -0500 Subject: rpms/stellarium/devel stellarium.spec,1.26,1.27 Message-ID: <200612181634.kBIGYuUx015906@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15891 Modified Files: stellarium.spec Log Message: Fix broken install Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- stellarium.spec 17 Dec 2006 22:04:36 -0000 1.26 +++ stellarium.spec 18 Dec 2006 16:34:26 -0000 1.27 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -52,7 +52,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" desktop-file-install \ --vendor fedora \ @@ -63,7 +63,7 @@ -o $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 mv $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -install -m 0644 -p stellarium-2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png +install -m 0644 -p stellarium.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png rm $RPM_BUILD_ROOT%{_datadir}/stellarium/data/{icon.bmp,stellarium.ico} cp %{SOURCE2} $RPM_BUILD_DIR/stellarium-%{version} @@ -87,7 +87,7 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog -* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-5 - Resize icon to 32x32 * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 From fedora-extras-commits at redhat.com Mon Dec 18 16:37:30 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 18 Dec 2006 11:37:30 -0500 Subject: rpms/xpdf/FC-6 xpdf.spec,1.2,1.3 Message-ID: <200612181637.kBIGbUxF015978@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15950/FC-6 Modified Files: xpdf.spec Log Message: Require: poppler-utils Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/FC-6/xpdf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 +++ xpdf.spec 18 Dec 2006 16:37:00 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 27%{?dist} +Release: 28%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -42,9 +42,9 @@ # xpdf-3.01-CVE-2005-3191, CAN-2005-3193, CVE-2006-0301 Patch100: xpdf-3.01pl2.patch +Requires: poppler-utils Requires: urw-fonts Requires: htmlview -Requires: xpdf-utils BuildRequires: lesstif-devel BuildRequires: freetype-devel >= 2.1.7 @@ -200,6 +200,9 @@ %{_datadir}/xpdf/cyrillic %changelog +* Mon Dec 18 2006 Tom "spot" Callaway 1:3.01-28 +- Requires: poppler-utils + * Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 - drop the xpdf-utils subpackage, poppler-utils ate it all From fedora-extras-commits at redhat.com Mon Dec 18 16:37:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 18 Dec 2006 11:37:31 -0500 Subject: rpms/xpdf/devel xpdf.spec,1.2,1.3 Message-ID: <200612181637.kBIGbV7u015981@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15950/devel Modified Files: xpdf.spec Log Message: Require: poppler-utils Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/devel/xpdf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 +++ xpdf.spec 18 Dec 2006 16:37:01 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 27%{?dist} +Release: 28%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -44,7 +44,7 @@ Requires: urw-fonts Requires: htmlview -Requires: xpdf-utils +Requires: poppler-utils BuildRequires: lesstif-devel BuildRequires: freetype-devel >= 2.1.7 @@ -200,6 +200,9 @@ %{_datadir}/xpdf/cyrillic %changelog +* Mon Dec 18 2006 Tom "spot" Callaway 1:3.01-28 +- Requires: poppler-utils + * Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 - drop the xpdf-utils subpackage, poppler-utils ate it all From fedora-extras-commits at redhat.com Mon Dec 18 17:01:20 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 18 Dec 2006 12:01:20 -0500 Subject: owners owners.epel.list,1.15,1.16 Message-ID: <200612181701.kBIH1KVH019815@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16696 Modified Files: owners.epel.list Log Message: Added nagios Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- owners.epel.list 18 Dec 2006 15:22:47 -0000 1.15 +++ owners.epel.list 18 Dec 2006 17:00:50 -0000 1.16 @@ -25,6 +25,7 @@ EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| +EPEL|nagios|Host/service/network monitoring program|imlinux at gmail.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:03:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:03:44 -0500 Subject: owners owners.epel.list,1.16,1.17 Message-ID: <200612181703.kBIH3iO5019913@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19895 Modified Files: owners.epel.list Log Message: +xforms Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- owners.epel.list 18 Dec 2006 17:00:50 -0000 1.16 +++ owners.epel.list 18 Dec 2006 17:03:14 -0000 1.17 @@ -35,4 +35,4 @@ EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| - +EPEL|xforms|An X11 toolkit library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:05:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:05:08 -0500 Subject: rpms/xforms/EL-4 xforms-1.0.90-prelink.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xforms.spec, 1.5, 1.6 Message-ID: <200612181705.kBIH58XE019958@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19936 Modified Files: .cvsignore sources xforms.spec Added Files: xforms-1.0.90-prelink.patch Log Message: sync w/devel branch xforms-1.0.90-prelink.patch: --- NEW FILE xforms-1.0.90-prelink.patch --- --- xforms-1.0.90/fd2ps/Makefile.in.prelink 2004-03-30 03:48:44.000000000 -0600 +++ xforms-1.0.90/fd2ps/Makefile.in 2006-01-02 15:18:01.000000000 -0600 @@ -115,7 +115,7 @@ bin_PROGRAMS = fd2ps -fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) fd2ps_SOURCES = \ align.c \ --- xforms-1.0.90/fd2ps/Makefile.am.prelink 2003-11-13 15:46:47.000000000 -0600 +++ xforms-1.0.90/fd2ps/Makefile.am 2006-01-02 15:18:10.000000000 -0600 @@ -16,7 +16,7 @@ bin_PROGRAMS = fd2ps -fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) fd2ps_SOURCES = \ align.c \ --- xforms-1.0.90/image/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600 +++ xforms-1.0.90/image/Makefile.in 2006-01-02 15:05:52.000000000 -0600 @@ -109,7 +109,7 @@ lib_LTLIBRARIES = libflimage.la -libflimage_la_LDFLAGS = -version-info 1:0:0 +libflimage_la_LDFLAGS = ../lib/libforms.la $(JPEG_LIB) $(X_LIBS) -lX11 -version-info 1:0:0 libflimage_la_SOURCES = \ flimage.h \ --- xforms-1.0.90/image/Makefile.am.prelink 2003-11-13 15:46:48.000000000 -0600 +++ xforms-1.0.90/image/Makefile.am 2006-01-02 15:05:50.000000000 -0600 @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libflimage.la -libflimage_la_LDFLAGS = -version-info 1:0:0 +libflimage_la_LDFLAGS = ../lib/libforms.la $(JPEG_LIB) $(X_LIBS) -lX11 -version-info 1:0:0 libflimage_la_SOURCES = \ flimage.h \ --- xforms-1.0.90/gl/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600 +++ xforms-1.0.90/gl/Makefile.in 2006-01-02 15:04:24.000000000 -0600 @@ -109,7 +109,7 @@ lib_LTLIBRARIES = libformsGL.la -libformsGL_la_LDFLAGS = -version-info 1:0:0 +libformsGL_la_LDFLAGS = ../lib/libforms.la $(X_LIBS) -lGL -version-info 1:0:0 libformsGL_la_SOURCES = \ glcanvas.c \ --- xforms-1.0.90/gl/Makefile.am.prelink 2003-11-20 03:33:11.000000000 -0600 +++ xforms-1.0.90/gl/Makefile.am 2006-01-02 15:04:20.000000000 -0600 @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libformsGL.la -libformsGL_la_LDFLAGS = -version-info 1:0:0 +libformsGL_la_LDFLAGS = ../lib/libforms.la $(X_LIBS) -lGL -version-info 1:0:0 libformsGL_la_SOURCES = \ glcanvas.c \ --- xforms-1.0.90/demos/Makefile.in.prelink 2004-03-30 03:48:44.000000000 -0600 +++ xforms-1.0.90/demos/Makefile.in 2006-01-02 15:07:41.000000000 -0600 @@ -206,7 +206,7 @@ # Most of these demos link against libforms only. For them this default is # sufficient: -AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) arrowbutton_SOURCES = arrowbutton.c borderwidth_SOURCES = borderwidth.c @@ -263,12 +263,12 @@ gl_SOURCES = gl.c gl_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) glwin_SOURCES = glwin.c glwin_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) goodies_SOURCES = goodies.c @@ -276,7 +276,7 @@ ibrowser_SOURCES = ibrowser.c ibrowser_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -284,7 +284,7 @@ iconvert_SOURCES = iconvert.c iconvert_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -295,7 +295,7 @@ itest_SOURCES = itest.c itest_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -304,7 +304,7 @@ ll_SOURCES = ll.c ll_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -355,7 +355,7 @@ xyplotover_SOURCES = xyplotover.c xyplotover_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) --- xforms-1.0.90/demos/Makefile.am.prelink 2004-02-24 09:42:43.000000000 -0600 +++ xforms-1.0.90/demos/Makefile.am 2006-01-02 15:19:03.000000000 -0600 @@ -105,7 +105,7 @@ # Most of these demos link against libforms only. For them this default is # sufficient: -AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) arrowbutton_SOURCES = arrowbutton.c borderwidth_SOURCES = borderwidth.c @@ -168,11 +168,11 @@ gl_SOURCES = gl.c gl_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) -lGL $(LIBS) $(X_EXTRA_LIBS) glwin_SOURCES = glwin.c glwin_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) -lGL $(LIBS) $(X_EXTRA_LIBS) goodies_SOURCES = goodies.c group_SOURCES = group.c @@ -180,14 +180,14 @@ ibrowser_SOURCES = ibrowser.c ibrowser.$(OBJEXT): fd/ibrowser_gui.c ibrowser_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) iconify_SOURCES = iconify.c iconvert_SOURCES = iconvert.c iconvert_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) inputall_SOURCES = inputall.c @@ -199,7 +199,7 @@ itest_SOURCES = itest.c itest.$(OBJEXT): fd/is_gui.c itest_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) lalign_SOURCES = lalign.c @@ -207,7 +207,7 @@ ll_SOURCES = ll.c ll_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) longlabel_SOURCES = longlabel.c @@ -260,7 +260,7 @@ xyplotover_SOURCES = xyplotover.c xyplotover_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) yesno_SOURCES = yesno.c --- xforms-1.0.90/lib/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600 +++ xforms-1.0.90/lib/Makefile.in 2006-01-02 14:52:11.000000000 -0600 @@ -116,7 +116,7 @@ lib_LTLIBRARIES = libforms.la -libforms_la_LDFLAGS = -version-info 1:0:0 +libforms_la_LDFLAGS = $(X_LIBS) $(XPM_LIB) -lX11 -version-info 1:0:0 libforms_la_SOURCES = \ align.c \ --- xforms-1.0.90/lib/Makefile.am.prelink 2003-11-20 03:33:16.000000000 -0600 +++ xforms-1.0.90/lib/Makefile.am 2006-01-02 14:52:19.000000000 -0600 @@ -17,7 +17,7 @@ lib_LTLIBRARIES = libforms.la -libforms_la_LDFLAGS = -version-info 1:0:0 +libforms_la_LDFLAGS = $(X_LIBS) $(XPM_LIB) -lX11 -version-info 1:0:0 libforms_la_SOURCES = \ align.c \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xforms/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:33:57 -0000 1.2 +++ .cvsignore 18 Dec 2006 17:04:38 -0000 1.3 @@ -1 +1,2 @@ -xforms-1.0.tar.gz +xforms-1.0.90.tar.gz +xforms-1.0.90.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/xforms/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:33:57 -0000 1.2 +++ sources 18 Dec 2006 17:04:38 -0000 1.3 @@ -1 +1,2 @@ -64adf1c489b629a92218f7c140f4bdaf xforms-1.0.tar.gz +558b600402430f207e671e2d0d725b6d xforms-1.0.90.tar.gz +23989dbab27a1b406125bde2a2cc2b90 xforms-1.0.90.tar.gz.sig Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/EL-4/xforms.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xforms.spec 10 Dec 2004 22:03:12 -0000 1.5 +++ xforms.spec 18 Dec 2006 17:04:38 -0000 1.6 @@ -1,68 +1,74 @@ -# $Id$ -# Since we're using xmkmf, we must match XFree86's notion of these -%define _x11dir /usr/X11R6 -%define _prefix %{_x11dir} -%define _mandir %{_prefix}/man - -Name: xforms -Summary: An X11 toolkit library. -Epoch: 0 -Version: 1.0 -Release: 2%{?dist_tag} +Name: xforms +Summary: XForms toolkit library +Version: 1.0.90 +Release: 8%{?dist} + License: LGPL -Group: System Environment/Libraries -Url: http://www.nongnu.org/xforms/ -Source: http://savannah.nongnu.org/download/xforms/stable.pkg/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Group: System Environment/Libraries +URL: http://www.nongnu.org/xforms/ +Source0: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz +Source1: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz.sig +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# TODO: remove -lc (all), -lm (most) linker steps +Patch1: xforms-1.0.90-prelink.patch -BuildRequires: XFree86-devel BuildRequires: libjpeg-devel -BuildRequires: libtiff-devel +BuildRequires: libGL-devel +%define x_deps xorg-x11-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXpm-devel +%endif +BuildRequires: %{x_deps} -# for xforms' import/export of various image types, including: png, sgi +# import/export: png, sgi (optional?) Requires: netpbm-progs +# import eps,ps (optional?) +#Requires: ghostscript %description -xforms is an X11 toolkit library. -This package contains the runtime libraries for the xforms toolkit. - -It has now gone Open Source (LGPL). +XForms is a GUI toolkit based on Xlib for X Window Systems. It +features a rich set of objects, such as buttons, sliders, and menus +etc. integrated into an easy and efficient object/event callback +execution model that allows fast and easy construction of +X-applications. In addition, the library is extensible and new objects +can easily be created and added to the library. %package devel -Summary: Development files for the xforms toolkit. +Summary: Development files for the XForms toolkit library Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} -# legacy versions included -designer/-static subpkgs -Obsoletes: %{name}-designer < %{epoch}:%{version}-%{release} -Provides: %{name}-designer = %{epoch}:%{version}-%{release} -Obsoletes: %{name}-static < %{epoch}:%{version}-%{release} -Provides: %{name}-static = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: %{x_deps} +Requires: libjpeg-devel %description devel -This package contains development headers and libraries for %{name}. - -Install this if you intend to develop / compile programs with %{name}. +%{summary}. %prep -%setup -q +%setup -q + +%patch1 -p1 -b .prelink %build -(unset RPM_OPT_FLAGS; xmkmf -a) +%configure \ + --disable-static \ + --enable-optimization="$RPM_OPT_FLAGS" -make %{?_smp_mflags} \ - CDEBUGFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} X_PRE_LIBS="" %install rm -rf $RPM_BUILD_ROOT -# makeinstall macro doesn't work for this pkg. -make install install.man DESTDIR="$RPM_BUILD_ROOT" +make install DESTDIR=$RPM_BUILD_ROOT + +## Unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %clean @@ -70,24 +76,61 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig -%files +%files %defattr(-,root,root) -%doc *README Changes Copyright COPYING +%doc COPYING.LIB Copyright ChangeLog NEWS README %{_libdir}/lib*.so.* %files devel %defattr(-,root,root) -%{_bindir}/fd* +%{_bindir}/* %{_includedir}/* %{_libdir}/lib*.so -%{_libdir}/lib*.a -%{_mandir}/man*/fd* +%{_mandir}/man*/* + + +%changelog +* Tue Aug 29 2006 Rex Dieter 1.0.90-8 +- fc6 respin + +* Tue Aug 08 2006 Rex Dieter 1.0.90-7 +- cleanup + +* Wed Mar 01 2006 Rex Dieter +- fc5: gcc/glibc respin + +* Fri Jan 20 2006 Rex Dieter 1.0.90-6 +- -devel: Req: libjpeg-devel(flimage), libXpm-devel + +* Mon Jan 02 2006 Rex Dieter 1.0.90-5 +- prelink.patch: fix undefined symbols in (shared) lib(s) + +* Mon Dec 19 2005 Rex Dieter 1.0.90-4 +- BR: libXpm-devel +- -devel: Req: libX11-devel + +* Mon Oct 17 2005 Rex Dieter 1.0.90-3 +- BR: libGL-devel +- #BR: libXpm-devel (coming soon) + +* Mon Oct 17 2005 Rex Dieter 1.0.90-2 +- BR: libGL.so.1 -> BR: %%x_pkg-Mesa-libGL +- remove legacy crud + +* Mon Oct 17 2005 Rex Dieter 1.0.90-1 +- 1.0.90 +- new version removes use-of/references-to xmkmf,/usr/X11R6 (#170942) + +* Sun May 22 2005 Jeremy Katz - 1.0-4 +- rebuild on all arches +* Fri Apr 7 2005 Michael Schwendt +- rebuilt -%changelog * Sun Nov 23 2003 Rex Dieter 0:1.0-0.fdr.2 - update for Fedora Core support - remove extraneous macros From fedora-extras-commits at redhat.com Mon Dec 18 17:08:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:08:42 -0500 Subject: rpms/sbcl/EL-4 sbcl-0.9.17-LIB_DIR.patch, NONE, 1.1 sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl-1.0-optflags.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 sbcl.spec, 1.30, 1.31 sources, 1.10, 1.11 ppc-linux-mcontext.h, 1.1, NONE sbcl-0.8.18-default-sbcl-home.patch, 1.1, NONE sbcl-0.9.10-make-config-ppc.patch, 1.1, NONE sbcl-0.9.4-LIB_DIR.patch, 1.3, NONE sbcl-0.9.5-optflags.patch, 1.1, NONE sbcl-0.9.5-personality.patch, 1.1, NONE sbcl-0.9.5-verbose-build.patch, 1.2, NONE sbcl-0.9.9-permissive.patch, 1.1, NONE Message-ID: <200612181708.kBIH8gaS020102@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20068 Modified Files: .cvsignore sbcl.spec sources Added Files: sbcl-0.9.17-LIB_DIR.patch sbcl-1.0-gcc4_sparc.patch sbcl-1.0-optflags.patch Removed Files: ppc-linux-mcontext.h sbcl-0.8.18-default-sbcl-home.patch sbcl-0.9.10-make-config-ppc.patch sbcl-0.9.4-LIB_DIR.patch sbcl-0.9.5-optflags.patch sbcl-0.9.5-personality.patch sbcl-0.9.5-verbose-build.patch sbcl-0.9.9-permissive.patch Log Message: sync w/devel branch sbcl-0.9.17-LIB_DIR.patch: --- NEW FILE sbcl-0.9.17-LIB_DIR.patch --- --- sbcl-0.9.17/install.sh.LIB_DIR 2006-09-24 11:17:20.000000000 -0500 +++ sbcl-0.9.17/install.sh 2006-09-27 06:41:45.000000000 -0500 @@ -23,9 +23,10 @@ MAN_DIR=${MAN_DIR-"$INSTALL_ROOT"/share/man} INFO_DIR=${INFO_DIR-"$INSTALL_ROOT"/share/info} DOC_DIR=${DOC_DIR-"$INSTALL_ROOT"/share/doc/sbcl} +LIB_DIR=${LIB_DIR-$INSTALL_ROOT/lib} # Does the environment look sane? -if [ -n "$SBCL_HOME" -a "$INSTALL_ROOT/lib/sbcl" != "$SBCL_HOME" ];then +if [ -n "$SBCL_HOME" -a "$LIB_DIR/sbcl" != "$SBCL_HOME" ];then echo SBCL_HOME environment variable is set, and conflicts with INSTALL_ROOT. echo Aborting installation. Unset one or reset the other, then try again echo INSTALL_ROOT="$INSTALL_ROOT" @@ -46,10 +47,10 @@ exit 1 fi -SBCL_HOME="$INSTALL_ROOT"/lib/sbcl +SBCL_HOME="$LIB_DIR"/sbcl export SBCL_HOME INSTALL_ROOT ensure_dirs "$BUILD_ROOT$INSTALL_ROOT" "$BUILD_ROOT$INSTALL_ROOT"/bin \ - "$BUILD_ROOT$INSTALL_ROOT"/lib \ + "$BUILD_ROOT$LIB_DIR" \ "$BUILD_ROOT$MAN_DIR" "$BUILD_ROOT$MAN_DIR"/man1 \ "$BUILD_ROOT$INFO_DIR" "$BUILD_ROOT$DOC_DIR" \ "$BUILD_ROOT$DOC_DIR"/html \ @@ -89,7 +90,7 @@ echo echo "SBCL has been installed:" echo " binary $BUILD_ROOT$INSTALL_ROOT/bin/$RUNTIME" -echo " core and contribs in $BUILD_ROOT$INSTALL_ROOT/lib/sbcl/" +echo " core and contribs in $BUILD_ROOT$LIB_DIR/sbcl" # Installing manual & misc bits of documentation # sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 28 Apr 2006 12:34:14 -0000 1.10 +++ .cvsignore 18 Dec 2006 17:08:12 -0000 1.11 @@ -1,4 +1,5 @@ -sbcl-0.9.12-source.tar.bz2 -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 +sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sbcl.spec 28 Apr 2006 12:34:14 -0000 1.30 +++ sbcl.spec 18 Dec 2006 17:08:12 -0000 1.31 @@ -5,39 +5,26 @@ # define to enable verbose build for debugging #define sbcl_verbose 1 - -# shell to use -#define sbcl_shell /bin/bash -x -%define sbcl_shell /bin/bash +%define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.12 -Release: 1%{?dist} +Version: 1.0 +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 ppc sparc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp -## Bootstraps -# %{ix86} -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-linux-binary.tar.bz2 -# x86_64 -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -# ppc -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -# another possible ppc bootstrap to try -#Source31: http://clozure.com/openmcl/ftp/openmcl-linuxppc-all-0.14.3.tar.gz - - ## x86 section +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -46,33 +33,44 @@ %endif ## x86_64 section +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-64-linux-binary.tar.bz2 #define sbcl_bootstrap_src -a 20 %endif ## ppc section -# Latest powerpc-linux bootstrap build fails: -# http://bugzilla.redhat.com/bugzilla/177029 -Source35: ppc-linux-mcontext.h +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -%define sbcl_bootstrap_src -a 30 +BuildRequires: sbcl +# or +#define sbcl_bootstrap_src -a 30 %endif +## sparc section +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 40 +%endif + + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch -Patch4: sbcl-0.9.4-LIB_DIR.patch -#Patch5: sbcl-0.9.10-make-config-ppc.patch +Patch3: sbcl-1.0-optflags.patch +Patch4: sbcl-0.9.17-LIB_DIR.patch + Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -101,18 +99,15 @@ %patch2 -p1 -b .personality %patch3 -p1 -b .optflags %patch4 -p1 -b .LIB_DIR -#patch5 -p1 -b .make-config-ppc %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp -%endif - -%ifarch ppc -cp %{SOURCE35} src/runtime/ppc-linux-mcontext.h.BAK +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -129,7 +124,8 @@ %build -export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" +#export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" +export CFLAGS="$RPM_OPT_FLAGS" # setup local bootstrap %if "%{?sbcl_bootstrap_src}" != "%{nil}" @@ -142,9 +138,11 @@ #define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) -# at least until a better solution is found -# http://bugzilla.redhat.com/bugzilla/169506 +# http://bugzilla.redhat.com/169506 touch contrib/sb-posix/test-passed +# WORKAROUND sb-bsd-sockets test failures +# http://bugzilla.redhat.com/214568 +touch contrib/sb-bsd-sockets/test-passed # trick contrib/ modules to use optflags too export EXTRA_CFLAGS="$CFLAGS" @@ -161,18 +159,21 @@ %check -# santity check, did sb-posix get built/included? -# http://bugzilla.redhat.com/bugzilla/169506 -SB_POSIX=%{_libdir}/sbcl/sb-posix -if [ ! -d $RPM_BUILD_ROOT${SB_POSIX} ]; then - echo "${SB_POSIX} awol!" - exit 1 -fi +ERROR=0 +# santity check, essential contrib modules get built/included? +CONTRIBS="sb-posix sb-bsd-sockets" +for CONTRIB in $CONTRIBS ; do + if [ ! -d $RPM_BUILD_ROOT%{_libdir}/sbcl/$CONTRIB ]; then + echo "WARNING: ${CONTRIB} awol!" + ERROR=1 + fi +done pushd tests # Only x86 builds are expected to pass all # Don't worry about thread.impure failure(s), threading is optional anyway. %{?setarch} %{?sbcl_shell} ./run-tests.sh ||: popd +exit $ERROR %install @@ -232,6 +233,43 @@ %changelog +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + +* Mon Nov 13 2006 Rex Dieter 0.9.18-2 +- fix awol contrib/sb-bsd-sockets (#214568) + +* Thu Oct 26 2006 Rex Dieter 0.9.18-1 +- sbcl-0.9.18 + +* Tue Sep 26 2006 Rex Dieter 0.9.17-1 +- sbcl-0.9.17 + +* Mon Aug 28 2006 Rex Dieter 0.9.16-3 +- fc6 respin + +* Sun Aug 27 2006 Rex Dieter 0.9.16-1 +- 0.9.16 + +* Mon Jun 26 2006 Rex Dieter 0.9.14-1 +- 0.9.14 + +* Tue Jun 20 2006 Rex Dieter 0.9.13-3 +- use -fPIC in threads.impure.lisp + +* Tue May 30 2006 Rex Dieter 0.9.13-2 +- 0.9.13 + +* Mon Apr 26 2006 Rex Dieter 0.9.12-2 +- respin, using new ppc bootstrap + +* Mon Apr 26 2006 Rex Dieter 0.9.12-1.1 +- try re-enabling ppc build + * Mon Apr 26 2006 Rex Dieter 0.9.12-1 - 0.9.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 28 Apr 2006 12:34:14 -0000 1.10 +++ sources 18 Dec 2006 17:08:12 -0000 1.11 @@ -1 +1 @@ -82eef4f47d6a72a36d4484bf503fc7db sbcl-0.9.12-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 --- ppc-linux-mcontext.h DELETED --- --- sbcl-0.8.18-default-sbcl-home.patch DELETED --- --- sbcl-0.9.10-make-config-ppc.patch DELETED --- --- sbcl-0.9.4-LIB_DIR.patch DELETED --- --- sbcl-0.9.5-optflags.patch DELETED --- --- sbcl-0.9.5-personality.patch DELETED --- --- sbcl-0.9.5-verbose-build.patch DELETED --- --- sbcl-0.9.9-permissive.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 17:09:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:09:46 -0500 Subject: rpms/sbcl/EL-4 sbcl-0.8.18-default-sbcl-home.patch, 1.2, 1.3 sbcl-0.9.5-personality.patch, 1.2, 1.3 sbcl-0.9.5-verbose-build.patch, 1.3, 1.4 sbcl-0.9.9-permissive.patch, 1.2, 1.3 Message-ID: <200612181709.kBIH9kcI020149@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20115 Added Files: sbcl-0.8.18-default-sbcl-home.patch sbcl-0.9.5-personality.patch sbcl-0.9.5-verbose-build.patch sbcl-0.9.9-permissive.patch Log Message: add back inadvertantly dropped patches sbcl-0.8.18-default-sbcl-home.patch: Index: sbcl-0.8.18-default-sbcl-home.patch =================================================================== RCS file: sbcl-0.8.18-default-sbcl-home.patch diff -N sbcl-0.8.18-default-sbcl-home.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.8.18-default-sbcl-home.patch 18 Dec 2006 17:09:16 -0000 1.3 @@ -0,0 +1,55 @@ +Index: make-target-1.sh +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/make-target-1.sh,v +retrieving revision 1.12 +diff -u -r1.12 make-target-1.sh +--- make-target-1.sh 10 Sep 2004 15:36:17 -0000 1.12 ++++ make-target-1.sh 3 Jan 2005 06:44:55 -0000 +@@ -15,6 +15,29 @@ + + echo //entering make-target-1.sh + ++# Allow the definition of INSTALL_ROOT and/or SBCL_HOME to correctly ++# set the hard-coded SBCL_HOME macro in src/runtime/runtime.c ++ ++DEFAULT_SBCL_HOME=${DEFAULT_SBCL_HOME:-/usr/local/lib/sbcl/} ++ ++# Strip off any trailing / on the name; we'll add this later but don't ++# need two ++DEFAULT_SBCL_HOME=${DEFAULT_SBCL_HOME%/} ++ ++export DEFAULT_SBCL_HOME ++ ++file=src/runtime/sbcl-home.h ++echo "/* This is a machine-generated file. */" > $file ++echo "/* Please do not edit it by hand. */" >> $file ++echo "/* Change the default SBCL_HOME by setting the */" >> $file ++echo "/* DEFAULT_SBCL_HOME environment variable prior */" >> $file ++echo "/* to building. See make-target-1.sh for more */" >> $file ++echo "/* information. */" >> $file ++echo "#ifndef SBCL_HOME" >> $file ++echo "#define SBCL_HOME \"$DEFAULT_SBCL_HOME/\"" >> $file ++echo "#endif" >> $file ++ ++ + # Build the runtime system and symbol table (.nm) file. + # + # (This C build has to come after the first genesis in order to get +Index: src/runtime/runtime.c +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/runtime/runtime.c,v +retrieving revision 1.43 +diff -u -r1.43 runtime.c +--- src/runtime/runtime.c 29 Oct 2004 09:00:39 -0000 1.43 ++++ src/runtime/runtime.c 3 Jan 2005 06:47:51 -0000 +@@ -61,9 +61,7 @@ + #include "interr.h" + #endif + +-#ifndef SBCL_HOME +-#define SBCL_HOME "/usr/local/lib/sbcl/" +-#endif ++#include "sbcl-home.h" + + + /* SIGINT handler that invokes the monitor (for when Lisp isn't up to it) */ sbcl-0.9.5-personality.patch: Index: sbcl-0.9.5-personality.patch =================================================================== RCS file: sbcl-0.9.5-personality.patch diff -N sbcl-0.9.5-personality.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.9.5-personality.patch 18 Dec 2006 17:09:16 -0000 1.3 @@ -0,0 +1,13 @@ +--- sbcl-0.9.5/src/runtime/linux-os.c.pers 2005-09-24 09:29:54.000000000 -0500 ++++ sbcl-0.9.5/src/runtime/linux-os.c 2005-09-27 09:37:33.463478519 -0500 +@@ -177,6 +177,10 @@ + if (i != -1) { + runtime[i] = '\0'; + execve(runtime, argv, envp); ++ } else { ++ /* if /proc isn't available (like in chroot builds, like mock), ++ * try using execvp with argv[0] instead */ ++ execvp(argv[0], argv); + } + } + /* Either changing the personality or execve() failed. Either sbcl-0.9.5-verbose-build.patch: Index: sbcl-0.9.5-verbose-build.patch =================================================================== RCS file: sbcl-0.9.5-verbose-build.patch diff -N sbcl-0.9.5-verbose-build.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.9.5-verbose-build.patch 18 Dec 2006 17:09:16 -0000 1.4 @@ -0,0 +1,28 @@ +--- sbcl-0.9.5/make.sh.verbose-build 2005-09-21 10:00:33.000000000 -0500 ++++ sbcl-0.9.5/make.sh 2005-09-28 11:42:06.353251776 -0500 +@@ -70,7 +70,7 @@ + # If you're cross-compiling, you should probably just walk through the + # make-config.sh script by hand doing the right thing on both the host + # and target machines. +-sh make-config.sh ++sh -x make-config.sh + + # Enforce the source policy for no bogus whitespace + tools-for-build/canonicalize-whitespace +@@ -102,11 +102,11 @@ + # Or, if you can set up the files somewhere shared (with NFS, AFS, or + # whatever) between the host machine and the target machine, the basic + # procedure above should still work, but you can skip the "copy" steps. +-time sh make-host-1.sh +-time sh make-target-1.sh +-time sh make-host-2.sh +-time sh make-target-2.sh +-time sh make-target-contrib.sh ++time sh -x make-host-1.sh ++time sh -x make-target-1.sh ++time sh -x make-host-2.sh ++time sh -x make-target-2.sh ++time sh -x make-target-contrib.sh + + NCONTRIBS=`find contrib -name Makefile -print | wc -l` + NPASSED=`find contrib -name test-passed -print | wc -l` sbcl-0.9.9-permissive.patch: Index: sbcl-0.9.9-permissive.patch =================================================================== RCS file: sbcl-0.9.9-permissive.patch diff -N sbcl-0.9.9-permissive.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.9.9-permissive.patch 18 Dec 2006 17:09:16 -0000 1.3 @@ -0,0 +1,11 @@ +--- sbcl-0.9.9/make-target-contrib.sh.permissive 2006-01-24 11:14:48.000000000 -0600 ++++ sbcl-0.9.9/make-target-contrib.sh 2006-01-26 13:45:41.000000000 -0600 +@@ -51,7 +51,7 @@ + for i in contrib/*; do + test -d $i && test -f $i/Makefile || continue; + # export INSTALL_DIR=$SBCL_HOME/`basename $i ` +- test -f $i/test-passed && rm $i/test-passed ++ # test -f $i/test-passed && rm $i/test-passed + $GNUMAKE -C $i test && touch $i/test-passed + done + From fedora-extras-commits at redhat.com Mon Dec 18 17:15:39 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 18 Dec 2006 12:15:39 -0500 Subject: owners owners.list,1.2125,1.2126 Message-ID: <200612181715.kBIHFdg3020202@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20180 Modified Files: owners.list Log Message: Orphan gstreamer08 & gstreamer08-plugins Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2125 retrieving revision 1.2126 diff -u -r1.2125 -r1.2126 --- owners.list 18 Dec 2006 15:12:56 -0000 1.2125 +++ owners.list 18 Dec 2006 17:15:09 -0000 1.2126 @@ -662,8 +662,8 @@ Fedora Extras|grisbi|Personal finances manager|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|gstm|A front-end to ssh tunneling|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer-python|Python bindings for GStreamer|denis at poolshark.org|extras-qa at fedoraproject.org| -Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08-python|Python bindings for GStreamer 0.8|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|thomas at apestaart.org Fedora Extras|gsynaptics|Settings tool for Synaptics touchpad driver|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|gtk+|The GIMP ToolKit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:17:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:17:16 -0500 Subject: rpms/sbcl/EL-4 .cvsignore, 1.11, 1.12 sbcl.spec, 1.31, 1.32 sources, 1.11, 1.12 Message-ID: <200612181717.kBIHHGiq020261@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20223 Modified Files: .cvsignore sbcl.spec sources Log Message: Release: 1 use binary bootstraps Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 18 Dec 2006 17:08:12 -0000 1.11 +++ .cvsignore 18 Dec 2006 17:16:46 -0000 1.12 @@ -1,5 +1,4 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sbcl.spec 18 Dec 2006 17:08:12 -0000 1.31 +++ sbcl.spec 18 Dec 2006 17:16:46 -0000 1.32 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 2%{?dist} +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,30 +24,30 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 10 +%define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 20 +%define sbcl_bootstrap_src -a 20 %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +%define sbcl_bootstrap_src -a 30 %endif ## sparc section @@ -233,9 +233,6 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 1.0-2 -- initial sparc support (bootstrap, optflags) - * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 18 Dec 2006 17:08:12 -0000 1.11 +++ sources 18 Dec 2006 17:16:46 -0000 1.12 @@ -1 +1,4 @@ 52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 +91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 +2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 17:18:21 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:21 -0500 Subject: rpms/gchempaint - New directory Message-ID: <200612181718.kBIHILbQ020343@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20339/gchempaint Log Message: Directory /cvs/extras/rpms/gchempaint added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 17:18:26 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:26 -0500 Subject: rpms/gchempaint/devel - New directory Message-ID: <200612181718.kBIHIQj1020356@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20339/gchempaint/devel Log Message: Directory /cvs/extras/rpms/gchempaint/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 17:18:46 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:46 -0500 Subject: rpms/gchempaint Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181718.kBIHIktq020407@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20401 Added Files: Makefile import.log Log Message: Setup of module gchempaint --- NEW FILE Makefile --- # Top level Makefile for module gchempaint all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 17:18:51 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:51 -0500 Subject: rpms/gchempaint/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181718.kBIHIpps020422@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20401/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gchempaint --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 17:19:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:19:11 -0500 Subject: owners owners.epel.list,1.17,1.18 Message-ID: <200612181719.kBIHJBn6020452@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20377 Modified Files: owners.epel.list Log Message: +sbcl Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- owners.epel.list 18 Dec 2006 17:03:14 -0000 1.17 +++ owners.epel.list 18 Dec 2006 17:18:41 -0000 1.18 @@ -30,6 +30,7 @@ EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|sbcl|Steel Bank Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:20:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:20:16 -0500 Subject: rpms/gchempaint import.log,1.1,1.2 Message-ID: <200612181720.kBIHKGI8020520@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20471 Modified Files: import.log Log Message: auto-import gchempaint-0.6.6-5 on branch devel from gchempaint-0.6.6-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gchempaint/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 17:18:45 -0000 1.1 +++ import.log 18 Dec 2006 17:19:46 -0000 1.2 @@ -0,0 +1 @@ +gchempaint-0_6_6-5:HEAD:gchempaint-0.6.6-5.src.rpm:1166462817 From fedora-extras-commits at redhat.com Mon Dec 18 17:20:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:20:18 -0500 Subject: owners owners.epel.list,1.18,1.19 Message-ID: <200612181720.kBIHKI6C020525@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20473 Modified Files: owners.epel.list Log Message: +maxima Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- owners.epel.list 18 Dec 2006 17:18:41 -0000 1.18 +++ owners.epel.list 18 Dec 2006 17:19:48 -0000 1.19 @@ -24,6 +24,7 @@ EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|nagios|Host/service/network monitoring program|imlinux at gmail.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:20:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:20:16 -0500 Subject: rpms/gchempaint/devel 18159.patch, NONE, 1.1 gchempaint.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181720.kBIHKG2K020524@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20471/devel Modified Files: .cvsignore sources Added Files: 18159.patch gchempaint.spec Log Message: auto-import gchempaint-0.6.6-5 on branch devel from gchempaint-0.6.6-5.src.rpm 18159.patch: --- NEW FILE 18159.patch --- Index: lib/application.cc =================================================================== RCS file: /cvsroot/gchempaint/gchempaint/lib/application.cc,v retrieving revision 1.33.2.5 diff -p -u -5 -r1.33.2.5 application.cc --- lib/application.cc 29 May 2006 06:16:56 -0000 1.33.2.5 +++ lib/application.cc 30 Oct 2006 21:10:58 -0000 @@ -150,11 +150,12 @@ gcpApplication::gcpApplication () } } } // search help file - string lang = getenv ("LANG"); + char const *szlang = getenv ("LANG"); + string lang = (szlang)? szlang: "C"; HelpFilename = string (DATADIR"/gnome/help/") + string (PACKAGE"/") + lang + "/"PACKAGE".xml"; struct stat buf; int err = stat(HelpFilename.c_str (), &buf); if (err) { if (lang.size () > 2) { --- NEW FILE gchempaint.spec --- Name: gchempaint Version: 0.6.6 Release: 5%{?dist} Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz Patch0: 18159.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel BuildRequires: scrollkeeper BuildRequires: gnome-doc-utils BuildRequires: perl-XML-Parser BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: hicolor-icon-theme Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 Requires(post): scrollkeeper Requires(postun): scrollkeeper %description GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop. GChemPaint is a multi document application and is a bonobo server so that some chemistry can be embedded in other Gnome applications. #disable -devel package for now #%package devel #Summary: Development package for %{name} #Group: Development/Libraries #Requires: %{name} = %{version}-%{release} #Requires: gnome-chemistry-utils-devel #Requires: libbonoboui-devel #%description devel #GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop. #GChemPaint is a multi document application and is a bonobo server so that some #chemistry can be embedded in other Gnome applications. This package contains #development files for %{name} %prep %setup -q %patch0 -p0 -b .amd64crashfix %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} #kill libtool archives rm -f $RPM_BUILD_ROOT%{_libdir}/gchempaint/plugins/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.la #kill headers and .so file for now, until undefined non-weak symbols issue is fixed rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so %clean rm -rf $RPM_BUILD_ROOT %pre if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas >/dev/null || : # If the schema file has ever been renamed:: #gconftool-2 --makefile-uninstall-rule \ # %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || : killall -HUP gconfd-2 || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas > /dev/null || : killall -HUP gconfd-2 || : update-desktop-database &> /dev/null ||: update-mime-database %{_datadir}/mime &> /dev/null || : scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : /sbin/ldconfig %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas > /dev/null || : killall -HUP gconfd-2 || : fi %postun update-desktop-database &> /dev/null ||: update-mime-database %{_datadir}/mime &> /dev/null || : scrollkeeper-update -q || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING COPYING-DOCS INSTALL NEWS README TODO %{_bindir}/gchempaint %{_bindir}/gchempaint-viewer %{_libdir}/bonobo/servers/gchempaint.server %{_libdir}/gchempaint %{_libdir}/libgchempaint.so.* %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas %{_datadir}/applications/fedora-gchempaint.desktop %{_datadir}/gchempaint %{_datadir}/icons/hicolor/*/apps/gchempaint.png %{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-application-x-gchempaint.png %{_datadir}/gnome/help/gchempaint %{_datadir}/mime/packages/gchempaint.xml %{_datadir}/omf/gchempaint #disable -devel package for now #%files devel #%defattr(-,root,root,-) #%{_includedir}/gchempaint #%{_libdir}/libgchempaint.so %changelog * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash - Disabled -devel package until undefined non-weak symbols issue is fixed - Added hicolor-icon-theme to Requires * Wed Dec 06 2006 Julian Sikorski - 0.6.6-4 - Fixed %%changelog section - Fixed directory ownership - Removed pkgconfig from -devel package Requires * Sun Dec 03 2006 Julian Sikorski - 0.6.6-3 - Removed --add-category X-Fedora from desktop-file-install command - Added some wildcards to make %%files section shorter * Sun Dec 03 2006 Julian Sikorski - 0.6.6-2 - Removed packages pulled by gnome-chemistry-utils-devel from BuildRequires - Install desktop files using desktop-file-install - Fixed Requires for -devel package - Preserve timestamps * Sat Dec 02 2006 Julian Sikorski - 0.6.6-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 17:18:51 -0000 1.1 +++ .cvsignore 18 Dec 2006 17:19:46 -0000 1.2 @@ -0,0 +1 @@ +gchempaint-0.6.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 17:18:51 -0000 1.1 +++ sources 18 Dec 2006 17:19:46 -0000 1.2 @@ -0,0 +1 @@ +143ca4a852e58cec6a00517ab9df2303 gchempaint-0.6.6.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 17:21:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:21:16 -0500 Subject: owners owners.epel.list,1.19,1.20 Message-ID: <200612181721.kBIHLGYg020584@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20559 Modified Files: owners.epel.list Log Message: +lyx Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- owners.epel.list 18 Dec 2006 17:19:48 -0000 1.19 +++ owners.epel.list 18 Dec 2006 17:20:46 -0000 1.20 @@ -22,6 +22,7 @@ EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|lyx|WYSIWYM (What You See Is What You Mean) document processor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:22:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:22:19 -0500 Subject: owners owners.epel.list,1.20,1.21 Message-ID: <200612181722.kBIHMJHh020605@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20590 Modified Files: owners.epel.list Log Message: +cmucl Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- owners.epel.list 18 Dec 2006 17:20:46 -0000 1.20 +++ owners.epel.list 18 Dec 2006 17:21:49 -0000 1.21 @@ -11,6 +11,7 @@ # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:25:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:25:16 -0500 Subject: owners owners.list,1.2126,1.2127 Message-ID: <200612181725.kBIHPGg9020659@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20639 Modified Files: owners.list Log Message: Added gchempaint Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2126 retrieving revision 1.2127 diff -u -r1.2126 -r1.2127 --- owners.list 18 Dec 2006 17:15:09 -0000 1.2126 +++ owners.list 18 Dec 2006 17:24:46 -0000 1.2127 @@ -511,6 +511,7 @@ Fedora Extras|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gcdmaster|A Gnome Disk-At-Once (DAO) Audio CD writer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gcfilms|Movies collections management|tian at c-sait.net|extras-qa at fedoraproject.org| +Fedora Extras|gchempaint|A 2D chemical formulae drawing tool|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|gcl|GNU Common Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gcombust|Powerful GTK+ front-end for mkisofs and cdrecord|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:26:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:26:56 -0500 Subject: rpms/cmucl/EL-4 .cvsignore,1.4,1.5 cmucl.spec,1.9,1.10 Message-ID: <200612181726.kBIHQuel020719@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20674 Modified Files: .cvsignore cmucl.spec Log Message: cosmetics Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmucl/EL-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Nov 2006 16:47:57 -0000 1.4 +++ .cvsignore 18 Dec 2006 17:26:26 -0000 1.5 @@ -1,6 +1,7 @@ cmucl-19c-x86-linux.tar.bz2 -cmucl-src-19c.tar.bz2 cmucl-19c-x86-linux.tar.bz2.asc -cmucl-src-19c.tar.bz2.asc +cmucl-19d-x86-linux.tar.bz2 cmucl-19d-x86-linux.tar.bz2.asc +cmucl-src-19c.tar.bz2 +cmucl-src-19c.tar.bz2.asc cmucl-src-19d.tar.bz2 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/EL-4/cmucl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cmucl.spec 22 Nov 2006 17:12:38 -0000 1.9 +++ cmucl.spec 18 Dec 2006 17:26:26 -0000 1.10 @@ -43,7 +43,7 @@ BuildRequires: time BuildRequires: bc # Until we have a generic BR: motif-devel -- Rex -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 BuildRequires: lesstif-devel %else BuildRequires: openmotif-devel From fedora-extras-commits at redhat.com Mon Dec 18 17:27:24 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 18 Dec 2006 12:27:24 -0500 Subject: rpms/stellarium/FC-6 stellarium.spec,1.26,1.27 Message-ID: <200612181727.kBIHROdn020724@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20703 Modified Files: stellarium.spec Log Message: Fix broken install Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-6/stellarium.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- stellarium.spec 17 Dec 2006 22:06:19 -0000 1.26 +++ stellarium.spec 18 Dec 2006 17:26:54 -0000 1.27 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -53,7 +53,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" desktop-file-install \ --vendor fedora \ @@ -64,7 +64,7 @@ -o $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 mv $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -install -m 0644 -p stellarium-2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png +install -m 0644 -p stellarium.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png rm $RPM_BUILD_ROOT%{_datadir}/stellarium/data/{icon.bmp,stellarium.ico} cp %{SOURCE2} $RPM_BUILD_DIR/stellarium-%{version} @@ -88,7 +88,7 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog -* Sun Dec 17 2006 Jochen Schmitt - 0.8.2-4 +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-5 - Resize Icon to 32x32 * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 From fedora-extras-commits at redhat.com Mon Dec 18 17:29:18 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 18 Dec 2006 12:29:18 -0500 Subject: rpms/stellarium/FC-5 stellarium.spec,1.25,1.26 Message-ID: <200612181729.kBIHTIFm020852@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20822 Modified Files: stellarium.spec Log Message: Fix broken install Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-5/stellarium.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- stellarium.spec 17 Dec 2006 22:08:17 -0000 1.25 +++ stellarium.spec 18 Dec 2006 17:28:48 -0000 1.26 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -53,7 +53,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" desktop-file-install \ --vendor fedora \ @@ -64,7 +64,7 @@ -o $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 mv $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -install -m 0644 -p stellarium-2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png +install -m 0644 -p stellarium.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png rm $RPM_BUILD_ROOT%{_datadir}/stellarium/data/{icon.bmp,stellarium.ico} cp %{SOURCE2} $RPM_BUILD_DIR/stellarium-%{version} @@ -88,7 +88,7 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog -* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-5 - Resize icon to 32x32 * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 From fedora-extras-commits at redhat.com Mon Dec 18 17:31:50 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:31:50 -0500 Subject: rpms/sbcl/EL-4 .cvsignore, 1.12, 1.13 sbcl.spec, 1.32, 1.33 sources, 1.12, 1.13 Message-ID: <200612181731.kBIHVo7k020954@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20930 Modified Files: .cvsignore sbcl.spec sources Log Message: try different ppc bootstrap (1.0 segfaults) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 18 Dec 2006 17:16:46 -0000 1.12 +++ .cvsignore 18 Dec 2006 17:31:20 -0000 1.13 @@ -2,3 +2,4 @@ sbcl-1.0-powerpc-linux-binary.tar.bz2 sbcl-1.0-x86-linux-binary.tar.bz2 sbcl-1.0-x86-64-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sbcl.spec 18 Dec 2006 17:16:46 -0000 1.32 +++ sbcl.spec 18 Dec 2006 17:31:20 -0000 1.33 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: BSD/MIT Group: Development/Languages @@ -42,7 +42,7 @@ %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc #BuildRequires: sbcl Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Dec 2006 17:16:46 -0000 1.12 +++ sources 18 Dec 2006 17:31:20 -0000 1.13 @@ -2,3 +2,4 @@ ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 +4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 17:48:04 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 12:48:04 -0500 Subject: rpms/amavisd-new/devel amavisd-new.spec,1.14,1.15 Message-ID: <200612181748.kBIHm4Bj021083@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21068 Modified Files: amavisd-new.spec Log Message: Fix the path to amavisd.sock in amavisd-release. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- amavisd-new.spec 5 Dec 2006 16:16:30 -0000 1.14 +++ amavisd-new.spec 18 Dec 2006 17:47:34 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.4 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -79,6 +79,9 @@ %patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ +sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ + amavisd-release + %build %install @@ -153,6 +156,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Dec 18 2006 Steven Pritchard 2.4.4-2 +- Fix the path to amavisd.sock in amavisd-release. + * Tue Dec 05 2006 Steven Pritchard 2.4.4-1 - Update to 2.4.4. From fedora-extras-commits at redhat.com Mon Dec 18 17:49:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:49:08 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.33,1.34 Message-ID: <200612181749.kBIHn8qM021148@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21123 Modified Files: sbcl.spec Log Message: try again with sbcl-1.0/ppc bootstrap, using my_setarch this time Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sbcl.spec 18 Dec 2006 17:31:20 -0000 1.33 +++ sbcl.spec 18 Dec 2006 17:48:38 -0000 1.34 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 License: BSD/MIT Group: Development/Languages @@ -42,7 +42,7 @@ %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc #BuildRequires: sbcl @@ -133,9 +133,9 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${PATH} %endif -# my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3 too -#%{__cc} -o my_setarch %{optflags} %{SOURCE100} -#define my_setarch ./my_setarch +## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too +%{__cc} -o my_setarch %{optflags} %{SOURCE100} +%define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) # http://bugzilla.redhat.com/169506 From fedora-extras-commits at redhat.com Mon Dec 18 17:52:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:52:04 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.34,1.35 sources,1.13,1.14 Message-ID: <200612181752.kBIHq4sg021198@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21181 Modified Files: sbcl.spec sources Log Message: verbose build drop older ppc bootstrap from sources Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sbcl.spec 18 Dec 2006 17:48:38 -0000 1.34 +++ sbcl.spec 18 Dec 2006 17:51:34 -0000 1.35 @@ -4,7 +4,7 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -#define sbcl_verbose 1 +%define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 18 Dec 2006 17:31:20 -0000 1.13 +++ sources 18 Dec 2006 17:51:34 -0000 1.14 @@ -2,4 +2,3 @@ ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 -4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 18:13:10 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 13:13:10 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.35,1.36 sources,1.14,1.15 Message-ID: <200612181813.kBIIDAdj024463@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24439 Modified Files: sbcl.spec sources Log Message: * Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) - initial epel-4 support, omitting ppc arch (#220053) Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- sbcl.spec 18 Dec 2006 17:51:34 -0000 1.35 +++ sbcl.spec 18 Dec 2006 18:12:40 -0000 1.36 @@ -4,20 +4,25 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist}.2 +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} > 2 ExclusiveArch: %{ix86} x86_64 ppc sparc +%else +# EL-4 ppc bootstrap segfaults (http://bugzilla.redhat.com/220053) +ExclusiveArch: %{ix86} x86_64 +%endif # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 @@ -42,12 +47,12 @@ %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 30 +#define sbcl_bootstrap_src -a 30 %endif ## sparc section @@ -134,8 +139,8 @@ %endif ## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too -%{__cc} -o my_setarch %{optflags} %{SOURCE100} -%define my_setarch ./my_setarch +#{__cc} -o my_setarch %{optflags} %{SOURCE100} +#define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) # http://bugzilla.redhat.com/169506 @@ -233,6 +238,10 @@ %changelog +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) +- initial epel-4 support, omitting ppc arch (#220053) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 18 Dec 2006 17:51:34 -0000 1.14 +++ sources 18 Dec 2006 18:12:40 -0000 1.15 @@ -1,4 +1,3 @@ 52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 -ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 18:42:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 13:42:45 -0500 Subject: rpms/ntl/devel ntl.spec,1.4,1.5 Message-ID: <200612181842.kBIIgjt3024656@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/ntl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24641 Modified Files: ntl.spec Log Message: * Mon Dec 18 2006 Rex Dieter 5.4-5 - -devel -> -static Index: ntl.spec =================================================================== RCS file: /cvs/extras/rpms/ntl/devel/ntl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ntl.spec 28 Aug 2006 14:03:55 -0000 1.4 +++ ntl.spec 18 Dec 2006 18:42:15 -0000 1.5 @@ -2,7 +2,7 @@ Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl Version: 5.4 -Release: 4%{?dist} +Release: 5%{?dist} # See doc/copying.txt License: GPL @@ -34,10 +34,12 @@ * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers. -%package devel +%package static Summary: High-performance algorithms for vectors, matrices, and polynomials Group: Development/Libraries -%description devel +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: %{name}-devel = %{version}-%{release} +%description static NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers; for vectors, matrices, and polynomials over the integers and over finite fields; and for arbitrary @@ -100,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT -%files devel +%files static %defattr(-,root,root,-) %doc README %doc doc/* @@ -109,6 +111,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 5.4-5 +- -devel -> -static + * Mon Aug 28 2006 Rex Dieter 5.4-4 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 18 18:45:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 13:45:27 -0500 Subject: rpms/factory/devel factory.spec,1.17,1.18 Message-ID: <200612181845.kBIIjRXe024763@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/factory/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24716 Modified Files: factory.spec Log Message: * Mon Dec 18 2006 Rex Dieter 2.0.5-11 - -devel -> -static Index: factory.spec =================================================================== RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- factory.spec 2 Oct 2006 17:06:27 -0000 1.17 +++ factory.spec 18 Dec 2006 18:44:57 -0000 1.18 @@ -2,7 +2,7 @@ Summary: C++ class library for multivariate polynomial data Name: factory Version: 2.0.5 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL URL: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/ @@ -22,11 +22,13 @@ of multivariate polynomial data. -%package devel +%package static Summary: C++ class library for multivariate polynomial data Group: Development/Libraries Requires: gmp-devel -%description devel +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: %{name}-devel = %{version}-%{release} +%description static Factory is a C++ class library that implements a recursive representation of multivariate polynomial data. @@ -59,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT -%files devel +%files static %defattr(-,root,root) %doc ChangeLog COPYING NEWS README NEWS %{_libdir}/lib*.a @@ -67,6 +69,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 2.0.5-11 +- -devel -> -static + * Mon Oct 02 2006 Rex Dieter 2.0.5-10 - respin From fedora-extras-commits at redhat.com Mon Dec 18 19:14:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 14:14:01 -0500 Subject: rpms/cmucl/devel .cvsignore,1.4,1.5 cmucl.spec,1.9,1.10 Message-ID: <200612181914.kBIJE1vH028131@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28114 Modified Files: .cvsignore cmucl.spec Log Message: * Mon Dec 18 2006 Rex Dieter 19d-3 - QA_SKIP_BUILD_ROOT=1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Nov 2006 16:47:57 -0000 1.4 +++ .cvsignore 18 Dec 2006 19:13:30 -0000 1.5 @@ -1,6 +1,7 @@ cmucl-19c-x86-linux.tar.bz2 -cmucl-src-19c.tar.bz2 cmucl-19c-x86-linux.tar.bz2.asc -cmucl-src-19c.tar.bz2.asc +cmucl-19d-x86-linux.tar.bz2 cmucl-19d-x86-linux.tar.bz2.asc +cmucl-src-19c.tar.bz2 +cmucl-src-19c.tar.bz2.asc cmucl-src-19d.tar.bz2 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cmucl.spec 22 Nov 2006 17:12:38 -0000 1.9 +++ cmucl.spec 18 Dec 2006 19:13:30 -0000 1.10 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19d -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -35,7 +35,6 @@ #ifarch ppc #endif - Patch1: cmucl-19c-motif-shared.patch Patch2: cmucl-19c-optflags.patch @@ -43,7 +42,7 @@ BuildRequires: time BuildRequires: bc # Until we have a generic BR: motif-devel -- Rex -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 BuildRequires: lesstif-devel %else BuildRequires: openmotif-devel @@ -151,6 +150,8 @@ ## Unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/cmucl/sample-wrapper +# lisp.core contains environment used to build, including RPM_BUILD_ROOT +QA_SKIP_BUILD_ROOT=1; export QA_SKIP_BUILD_ROOT %files @@ -199,6 +200,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 19d-3 +- QA_SKIP_BUILD_ROOT=1 + * Wed Nov 22 2006 Rex Dieter 19d-2 - move bootstrap sources outside of %%ifarch block From fedora-extras-commits at redhat.com Mon Dec 18 19:27:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 14:27:16 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.36,1.37 Message-ID: <200612181927.kBIJRGc4028288@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28271 Modified Files: sbcl.spec Log Message: drop BR: sbcl, we're using local bootstrap Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sbcl.spec 18 Dec 2006 18:12:40 -0000 1.36 +++ sbcl.spec 18 Dec 2006 19:26:46 -0000 1.37 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: BSD/MIT Group: Development/Languages @@ -41,7 +41,7 @@ Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 -BuildRequires: sbcl +#BuildRequires: sbcl # or %define sbcl_bootstrap_src -a 20 %endif From fedora-extras-commits at redhat.com Mon Dec 18 19:35:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 14:35:39 -0500 Subject: rpms/wxMaxima/devel wxMaxima.spec,1.7,1.8 Message-ID: <200612181935.kBIJZdrA028388@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/wxMaxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28373 Modified Files: wxMaxima.spec Log Message: * Mon Dec 18 2006 Rex Dieter 0.7.0a-5 - use xdg-utils in scriptlets Index: wxMaxima.spec =================================================================== RCS file: /cvs/extras/rpms/wxMaxima/devel/wxMaxima.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wxMaxima.spec 22 Nov 2006 16:19:21 -0000 1.7 +++ wxMaxima.spec 18 Dec 2006 19:35:09 -0000 1.8 @@ -5,7 +5,7 @@ Summary: Graphical user interface for Maxima Name: wxMaxima Version: 0.7.0a -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Engineering URL: http://wxmaxima.sourceforge.net/ @@ -21,6 +21,8 @@ BuildRequires: sed Requires: maxima >= 5.10 +Requires(post): xdg-utils +Requires(postun): xdg-utils %description A Graphical user interface for the computer algebra system @@ -78,12 +80,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f wxMaxima.lang @@ -98,6 +98,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.7.0a-5 +- use xdg-utils in scriptlets + * Wed Nov 22 2006 Rex Dieter 0.7.0a-4 - --remove-category=Science;Utility (#215748) From fedora-extras-commits at redhat.com Mon Dec 18 20:04:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:04:01 -0500 Subject: rpms/libfac/devel libfac.spec,1.14,1.15 Message-ID: <200612182004.kBIK41qX031715@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libfac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31696 Modified Files: libfac.spec Log Message: * Mon Dec 18 2006 Rex Dieter 2.0.5-8 - -devel -> -static Index: libfac.spec =================================================================== RCS file: /cvs/extras/rpms/libfac/devel/libfac.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libfac.spec 2 Oct 2006 17:10:45 -0000 1.14 +++ libfac.spec 18 Dec 2006 20:03:31 -0000 1.15 @@ -2,12 +2,12 @@ Summary: An extension to Singular-factory Name: libfac Version: 2.0.5 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Url: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/ # http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/libfac-2-0-5.tar,gz -Source: libfac-2-0-5.tar.gz +Source0: libfac-2-0-5.tar.gz Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,12 +20,12 @@ (e.g., calculating the characteristic set and the irreducible characteristic series). -%package devel +%package static Summary: An extension to Singular-factory -#Obsoletes: %{name} < %{version}-%{release} -#Provides: %{name} = %{version}-%{release} +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: %{name}-devel = %{version}-%{release} Group: Development/Libraries -%description devel +%description static Singular-libfac is an extension to Singular-factory which implements factorization of polynomials over finite fields and algorithms for manipulation of polynomial ideals via the characteristic set methods @@ -60,14 +60,17 @@ rm -rf $RPM_BUILD_ROOT -%files devel -%defattr(-,root,root) +%files static +%defattr(-,root,root,-) %doc 00README ChangeLog COPYING %{_libdir}/lib*.a %{_includedir}/* %changelog +* Mon Dec 18 2006 Rex Dieter 2.0.5-8 +- -devel -> -static + * Mon Oct 02 2006 Rex Dieter 2.0.5-7 - respin From fedora-extras-commits at redhat.com Mon Dec 18 20:10:36 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:10:36 -0500 Subject: rpms/gtk-qt-engine/FC-6 gtk-qt-engine-svn.sh, NONE, 1.1 .cvsignore, 1.5, 1.6 gtk-qt-engine.spec, 1.25, 1.26 sources, 1.5, 1.6 Message-ID: <200612182010.kBIKAaNY032013@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31988 Modified Files: .cvsignore gtk-qt-engine.spec sources Added Files: gtk-qt-engine-svn.sh Log Message: * Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn - gtk-qt-engine-20061211svn --- NEW FILE gtk-qt-engine-svn.sh --- #!/bin/sh DATE=$(date +%Y%m%d) MODULE="$(basename $0 -svn.sh)" SVNROOT=http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/gtk-qt-engine set -x rm -rf $MODULE svn export $SVNROOT $MODULE/ ## tar it up tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE ## cleanup rm -rf $MODULE Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Jul 2006 13:22:30 -0000 1.5 +++ .cvsignore 18 Dec 2006 20:10:06 -0000 1.6 @@ -1 +1,2 @@ gtk-qt-engine-0.7.tar.bz2 +gtk-qt-engine-20061211svn.tar.bz2 Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-6/gtk-qt-engine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gtk-qt-engine.spec 29 Aug 2006 17:59:31 -0000 1.25 +++ gtk-qt-engine.spec 18 Dec 2006 20:10:06 -0000 1.26 @@ -1,31 +1,24 @@ %define real_ver 0.7 -#define cvs cvs20060629 +%define svn 20061211svn Summary: A project allowing GTK to use Qt widget styles. Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 3%{?dist} +Release: 4.%{svn}%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt -%if "%{?cvs:1}" == "1" -Source0: gtk-qt-engine-%{cvs}.tar.bz2 -Source1: gtk-qt-engine-cvs.sh +%if "%{?svn:1}" == "1" +Source0: gtk-qt-engine-%{svn}.tar.bz2 +Source1: gtk-qt-engine-svn.sh %else Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{real_ver}.tar.bz2 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#### reported Bugs, patches -## GTK/QT + Baghira = lots of problems -## (gtk-qt-engine-cvs20050930 + baghira-0.71 crashes firefox/gimp) -## http://bugs.freedesktop.org/show_bug.cgi?id=2349 -#Patch2349: -Patch2: gtk-qt-engine-dt.patch - -BuildRequires: desktop-file-utils +BuildRequires: cmake BuildRequires: gettext BuildRequires: gtk2-devel >= 2.2 BuildRequires: libbonoboui-devel @@ -44,33 +37,30 @@ %prep %setup -q -n %{name} -%patch2 -p1 -b .dt - %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath \ - --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final - -make %{?_smp_mflags} +%if "%{?svn:1}" == "1" +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DBUILD_SHARED_LIBS:BOOL=ON +%else +unset QTDIR || : ; source /etc/profile.d/qt.sh +%configure +%endif +make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT # locale's %find_lang gtkqtengine || touch gtkqtengine.lang -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - # Unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/menu rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Settings/LookNFeel/kcmgtk.desktop @@ -84,13 +74,18 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_datadir}/themes/Qt/ -%{_datadir}/gtk-qt-engine/ %{_datadir}/applications/*.desktop %{_libdir}/gtk-2.0/*/engines/* %{_libdir}/kde3/kcm_*.* %changelog +* Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn +- gtk-qt-engine-20061211svn + +* Wed Nov 01 2006 Rex Dieter 0.70-3.20061101svn +- gtk-qt-engine-20061101svn + * Tue Aug 29 2006 Rex Dieter 0.70-3 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jul 2006 13:22:30 -0000 1.5 +++ sources 18 Dec 2006 20:10:06 -0000 1.6 @@ -1 +1 @@ -27ca211621f38c45b1c4c9e9ef1f84b0 gtk-qt-engine-0.7.tar.bz2 +ab25f35e9812e3fd7dba080ad2853645 gtk-qt-engine-20061211svn.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:12:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:12:43 -0500 Subject: rpms/gtk-qt-engine/FC-5 .cvsignore, 1.5, 1.6 gtk-qt-engine-cvs.sh, 1.1, 1.2 gtk-qt-engine.spec, 1.23, 1.24 sources, 1.5, 1.6 Message-ID: <200612182012.kBIKChYP032078@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32057 Modified Files: .cvsignore gtk-qt-engine-cvs.sh gtk-qt-engine.spec sources Log Message: * Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn - gtk-qt-engine-20061211svn Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Jul 2006 13:38:27 -0000 1.5 +++ .cvsignore 18 Dec 2006 20:12:13 -0000 1.6 @@ -1 +1,2 @@ gtk-qt-engine-0.7.tar.bz2 +gtk-qt-engine-20061211svn.tar.bz2 Index: gtk-qt-engine-cvs.sh =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/gtk-qt-engine-cvs.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtk-qt-engine-cvs.sh 29 Jun 2006 21:00:38 -0000 1.1 +++ gtk-qt-engine-cvs.sh 18 Dec 2006 20:12:13 -0000 1.2 @@ -8,4 +8,4 @@ rm -rf $MODULE cvs -d :pserver:anoncvs at cvs.freedesktop.org:/cvs/gtk-qt co $MODULE tar cjf $MODULE-cvs${DATE}.tar.bz2 $MODULE -rm -rf $MODULE +#rm -rf $MODULE Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/gtk-qt-engine.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gtk-qt-engine.spec 12 Jul 2006 16:07:43 -0000 1.23 +++ gtk-qt-engine.spec 18 Dec 2006 20:12:13 -0000 1.24 @@ -1,31 +1,24 @@ %define real_ver 0.7 -#define cvs cvs20060629 +%define svn 20061211svn Summary: A project allowing GTK to use Qt widget styles. Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 2%{?dist} +Release: 4.%{svn}%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt -%if "%{?cvs:1}" == "1" -Source0: gtk-qt-engine-%{cvs}.tar.bz2 -Source1: gtk-qt-engine-cvs.sh +%if "%{?svn:1}" == "1" +Source0: gtk-qt-engine-%{svn}.tar.bz2 +Source1: gtk-qt-engine-svn.sh %else Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{real_ver}.tar.bz2 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#### reported Bugs, patches -## GTK/QT + Baghira = lots of problems -## (gtk-qt-engine-cvs20050930 + baghira-0.71 crashes firefox/gimp) -## http://bugs.freedesktop.org/show_bug.cgi?id=2349 -#Patch2349: -Patch2: gtk-qt-engine-dt.patch - -BuildRequires: desktop-file-utils +BuildRequires: cmake BuildRequires: gettext BuildRequires: gtk2-devel >= 2.2 BuildRequires: libbonoboui-devel @@ -44,33 +37,30 @@ %prep %setup -q -n %{name} -%patch2 -p1 -b .dt - %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath \ - --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final - -make %{?_smp_mflags} +%if "%{?svn:1}" == "1" +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DBUILD_SHARED_LIBS:BOOL=ON +%else +unset QTDIR || : ; source /etc/profile.d/qt.sh +%configure +%endif +make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT # locale's %find_lang gtkqtengine || touch gtkqtengine.lang -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - # Unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/menu rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Settings/LookNFeel/kcmgtk.desktop @@ -84,13 +74,21 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_datadir}/themes/Qt/ -%{_datadir}/gtk-qt-engine/ %{_datadir}/applications/*.desktop %{_libdir}/gtk-2.0/*/engines/* %{_libdir}/kde3/kcm_*.* %changelog +* Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn +- gtk-qt-engine-20061211svn + +* Wed Nov 01 2006 Rex Dieter 0.70-3.20061101svn +- gtk-qt-engine-20061101svn + +* Tue Aug 29 2006 Rex Dieter 0.70-3 +- fc6 respin + * Wed Jul 12 2006 Rex Dieter 0.70-2 - remove dup'd kcmgtk.desktop Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jul 2006 13:38:27 -0000 1.5 +++ sources 18 Dec 2006 20:12:13 -0000 1.6 @@ -1 +1 @@ -27ca211621f38c45b1c4c9e9ef1f84b0 gtk-qt-engine-0.7.tar.bz2 +ab25f35e9812e3fd7dba080ad2853645 gtk-qt-engine-20061211svn.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:15:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:15:13 -0500 Subject: rpms/cmucl/EL-4 cmucl.spec,1.10,1.11 Message-ID: <200612182015.kBIKFDnH032147@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32132 Modified Files: cmucl.spec Log Message: * Mon Dec 18 2006 Rex Dieter 19d-3 - QA_SKIP_BUILD_ROOT=1 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/EL-4/cmucl.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cmucl.spec 18 Dec 2006 17:26:26 -0000 1.10 +++ cmucl.spec 18 Dec 2006 20:14:43 -0000 1.11 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19d -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -35,7 +35,6 @@ #ifarch ppc #endif - Patch1: cmucl-19c-motif-shared.patch Patch2: cmucl-19c-optflags.patch @@ -151,6 +150,8 @@ ## Unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/cmucl/sample-wrapper +# lisp.core contains environment used to build, including RPM_BUILD_ROOT +QA_SKIP_BUILD_ROOT=1; export QA_SKIP_BUILD_ROOT %files @@ -199,6 +200,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 19d-3 +- QA_SKIP_BUILD_ROOT=1 + * Wed Nov 22 2006 Rex Dieter 19d-2 - move bootstrap sources outside of %%ifarch block From fedora-extras-commits at redhat.com Mon Dec 18 20:16:34 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:16:34 -0500 Subject: rpms/gtk-qt-engine/FC-5 gtk-qt-engine-svn.sh, NONE, 1.1 gtk-qt-engine.spec, 1.24, 1.25 gtk-qt-engine-cvs.sh, 1.2, NONE Message-ID: <200612182016.kBIKGY4L032221@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32205 Modified Files: gtk-qt-engine.spec Added Files: gtk-qt-engine-svn.sh Removed Files: gtk-qt-engine-cvs.sh Log Message: respin for cvs->svn snapshot script --- NEW FILE gtk-qt-engine-svn.sh --- #!/bin/sh DATE=$(date +%Y%m%d) MODULE="$(basename $0 -svn.sh)" SVNROOT=http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/gtk-qt-engine set -x rm -rf $MODULE svn export $SVNROOT $MODULE/ ## tar it up tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE ## cleanup rm -rf $MODULE Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/gtk-qt-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gtk-qt-engine.spec 18 Dec 2006 20:12:13 -0000 1.24 +++ gtk-qt-engine.spec 18 Dec 2006 20:16:04 -0000 1.25 @@ -6,7 +6,7 @@ Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 4.%{svn}%{?dist} +Release: 4.%{svn}%{?dist}.1 License: GPL URL: http://www.freedesktop.org/Software/gtk-qt --- gtk-qt-engine-cvs.sh DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 20:19:50 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Mon, 18 Dec 2006 15:19:50 -0500 Subject: rpms/digikam/devel .cvsignore, 1.7, 1.8 digikam.spec, 1.29, 1.30 sources, 1.7, 1.8 Message-ID: <200612182019.kBIKJooL032314@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32290 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 28 Nov 2006 21:10:41 -0000 1.7 +++ .cvsignore 18 Dec 2006 20:19:20 -0000 1.8 @@ -1 +1 @@ -digikam-0.9.0-rc1.tar.bz2 +digikam-0.9.0.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- digikam.spec 28 Nov 2006 21:20:56 -0000 1.29 +++ digikam.spec 18 Dec 2006 20:19:20 -0000 1.30 @@ -1,20 +1,18 @@ -%define prever rc1 - Name: digikam Version: 0.9.0 -Release: 0.2%{?prever:.%{prever}}%{?dist} +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia License: GPL URL: http://www.digikam.org/ -Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}%{?prever:-%{prever}}.tar.bz2 +Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel libtiff-devel -BuildRequires: libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 gettext -BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel +BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel >= 0.12 +BuildRequires: libtiff-devel libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 +BuildRequires: gettext pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -39,7 +37,7 @@ needed to develop applications using %{name}. %prep -%setup -q -n %{name}-%{version}%{?prever:-%{prever}} +%setup -q %build unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh @@ -48,9 +46,8 @@ %configure \ --disable-rpath \ --disable-debug \ - --disable-dependency-tracking -# Broken on 0.9.0-rc1 -# --enable-final + --disable-dependency-tracking \ + --enable-final make %{?_smp_mflags} %install @@ -123,6 +120,9 @@ %{_libdir}/libdigikam.so %changelog +* Mon Dec 18 2006 Marcin Garski 0.9.0-1 +- Update to version 0.9.0 + * Tue Nov 28 2006 Marcin Garski 0.9.0-0.2.rc1 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 28 Nov 2006 21:10:41 -0000 1.7 +++ sources 18 Dec 2006 20:19:20 -0000 1.8 @@ -1 +1 @@ -a28353bb20b3ab284965ff07054699e6 digikam-0.9.0-rc1.tar.bz2 +5334d608218fe077a476722e2ce55323 digikam-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:21:51 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Mon, 18 Dec 2006 15:21:51 -0500 Subject: rpms/digikam/FC-6 .cvsignore, 1.6, 1.7 digikam.spec, 1.26, 1.27 sources, 1.6, 1.7 Message-ID: <200612182021.kBIKLpMU032383@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32364 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Aug 2006 20:13:53 -0000 1.6 +++ .cvsignore 18 Dec 2006 20:21:21 -0000 1.7 @@ -1 +1 @@ -digikam-0.8.2.tar.bz2 +digikam-0.9.0.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-6/digikam.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- digikam.spec 31 Aug 2006 22:59:24 -0000 1.26 +++ digikam.spec 18 Dec 2006 20:21:21 -0000 1.27 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,9 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext -BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel +BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel >= 0.12 +BuildRequires: libtiff-devel libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 +BuildRequires: gettext pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -97,7 +97,7 @@ %files -f %name.lang %defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING HACKING README TODO +%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO %{_bindir}/* %{_libdir}/libdigikam.so.* %{_libdir}/kde3/digikamimageplugin_core.la @@ -106,8 +106,10 @@ %{_libdir}/kde3/kio_digikam*.so %{_datadir}/applications/*.desktop %{_datadir}/apps/digikam/ +%{_datadir}/apps/konqueror/servicemenus/*.desktop %{_datadir}/apps/showfoto/ %{_datadir}/icons/hicolor/*/apps/*.png +%{_mandir}/man1/*.1* %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -118,6 +120,15 @@ %{_libdir}/libdigikam.so %changelog +* Mon Dec 18 2006 Marcin Garski 0.9.0-1 +- Update to version 0.9.0 + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.2.rc1 +- Rebuild + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.1.rc1 +- Update to version 0.9.0-rc1 + * Fri Sep 01 2006 Marcin Garski 0.8.2-3 - Rebuild for Fedora Core 6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Aug 2006 20:13:53 -0000 1.6 +++ sources 18 Dec 2006 20:21:21 -0000 1.7 @@ -1 +1 @@ -fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 +5334d608218fe077a476722e2ce55323 digikam-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:25:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Mon, 18 Dec 2006 15:25:08 -0500 Subject: rpms/digikam/FC-5 .cvsignore, 1.6, 1.7 digikam.spec, 1.25, 1.26 sources, 1.6, 1.7 Message-ID: <200612182025.kBIKP83M032493@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32471 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Aug 2006 20:49:07 -0000 1.6 +++ .cvsignore 18 Dec 2006 20:24:38 -0000 1.7 @@ -1 +1 @@ -digikam-0.8.2.tar.bz2 +digikam-0.9.0.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/digikam.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- digikam.spec 16 Aug 2006 21:05:49 -0000 1.25 +++ digikam.spec 18 Dec 2006 20:24:38 -0000 1.26 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.2 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,9 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext -BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel +BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel >= 0.12 +BuildRequires: libtiff-devel libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 +BuildRequires: gettext pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -97,7 +97,7 @@ %files -f %name.lang %defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING HACKING README TODO +%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO %{_bindir}/* %{_libdir}/libdigikam.so.* %{_libdir}/kde3/digikamimageplugin_core.la @@ -106,8 +106,10 @@ %{_libdir}/kde3/kio_digikam*.so %{_datadir}/applications/*.desktop %{_datadir}/apps/digikam/ +%{_datadir}/apps/konqueror/servicemenus/*.desktop %{_datadir}/apps/showfoto/ %{_datadir}/icons/hicolor/*/apps/*.png +%{_mandir}/man1/*.1* %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -118,6 +120,18 @@ %{_libdir}/libdigikam.so %changelog +* Mon Dec 18 2006 Marcin Garski 0.9.0-1 +- Update to version 0.9.0 + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.2.rc1 +- Rebuild + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.1.rc1 +- Update to version 0.9.0-rc1 + +* Fri Sep 01 2006 Marcin Garski 0.8.2-3 +- Rebuild for Fedora Core 6 + * Wed Aug 16 2006 Marcin Garski 0.8.2-2 - Release bump (#201756) Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Aug 2006 20:49:07 -0000 1.6 +++ sources 18 Dec 2006 20:24:38 -0000 1.7 @@ -1 +1 @@ -fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 +5334d608218fe077a476722e2ce55323 digikam-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:38:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 15:38:13 -0500 Subject: rpms/em8300-kmod/FC-6 .cvsignore, 1.4, 1.5 em8300-kmod.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200612182038.kBIKcDA5032647@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32622 Modified Files: .cvsignore em8300-kmod.spec sources Log Message: * Mon Dec 18 2006 Ville Skytt?? - 0.16.0-5 - 0.16.0, build for kernel 2.6.18-1.2868.fc6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Nov 2006 09:32:38 -0000 1.4 +++ .cvsignore 18 Dec 2006 20:37:43 -0000 1.5 @@ -1 +1 @@ -em8300-nofirmware-0.16.0-rc2.tar.bz2 +em8300-nofirmware-0.16.0.tar.gz Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-6/em8300-kmod.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- em8300-kmod.spec 12 Nov 2006 19:43:05 -0000 1.14 +++ em8300-kmod.spec 18 Dec 2006 20:37:43 -0000 1.15 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2849.fc6} +%{!?kversion: %define kversion 2.6.18-1.2868.fc6} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) @@ -27,15 +27,12 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.16.0 -Release: 0.4.rc2.%(echo %{kverrel} | tr - _) +Release: 5.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz -# with modules/em8300.uc removed -Source0: %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch Patch1: http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -49,13 +46,12 @@ %prep %setup -q -c -cd %{kmod_name}-%{version}-rc2 +cd %{kmod_name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i -e '//d' modules/em8300_main.c cd .. for kvariant in %{kvariants} ; do - cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant + cp -a %{kmod_name}-%{version} _kmod_build_$kvariant done @@ -63,9 +59,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make %{?_smp_mflags} V=1 KERNVER=$kv KERNEL_LOCATION=$ks && \ - cd ../.. + make %{?_smp_mflags} -C _kmod_build_$kvariant/modules \ + V=1 KERNVER=$kv KERNEL_LOCATION=$ks done @@ -74,10 +69,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make install DESTDIR=$RPM_BUILD_ROOT \ - KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} && \ - cd ../.. + make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \ + KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} done chmod +x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/*.ko @@ -87,6 +80,9 @@ %changelog +* Mon Dec 18 2006 Ville Skytt?? - 0.16.0-5 +- 0.16.0, build for kernel 2.6.18-1.2868.fc6. + * Sun Nov 12 2006 Ville Skytt?? - 0.16.0-0.4.rc2 - Let rpmbuild strip modules. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2006 09:32:38 -0000 1.4 +++ sources 18 Dec 2006 20:37:43 -0000 1.5 @@ -1 +1 @@ -b442b787026a262cdc3f74486302f43f em8300-nofirmware-0.16.0-rc2.tar.bz2 +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 20:58:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 15:58:03 -0500 Subject: rpms/em8300-kmod/FC-5 .cvsignore, 1.4, 1.5 em8300-kmod.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612182058.kBIKw3AH000340@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv316 Modified Files: .cvsignore em8300-kmod.spec sources Log Message: * Mon Dec 18 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0, build for kernel 2.6.18-1.2257.fc5. - Let rpmbuild strip modules. - Build i586 SMP modules too. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Nov 2006 09:27:14 -0000 1.4 +++ .cvsignore 18 Dec 2006 20:57:32 -0000 1.5 @@ -1 +1 @@ -em8300-nofirmware-0.16.0-rc2.tar.bz2 +em8300-nofirmware-0.16.0.tar.gz Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/em8300-kmod.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- em8300-kmod.spec 11 Nov 2006 09:46:35 -0000 1.8 +++ em8300-kmod.spec 18 Dec 2006 20:57:32 -0000 1.9 @@ -4,12 +4,12 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2239.fc5} +%{!?kversion: %define kversion 2.6.18-1.2257.fc5} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) -%ifarch i686 ppc +%ifarch i586 i686 ppc %define smp smp %endif %ifarch i686 x86_64 @@ -22,15 +22,12 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.16.0 -Release: 0.0.rc2.%(echo %{kverrel} | tr - _) +Release: 1.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz -# with modules/em8300.uc removed -Source0: %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch Patch1: http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -44,13 +41,12 @@ %prep %setup -q -c -cd %{kmod_name}-%{version}-rc2 +cd %{kmod_name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i -e '//d' modules/em8300_main.c cd .. for kvariant in %{kvariants} ; do - cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant + cp -a %{kmod_name}-%{version} _kmod_build_$kvariant done @@ -58,9 +54,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make %{?_smp_mflags} V=1 KERNVER=$kv KERNEL_LOCATION=$ks && \ - cd ../.. + make %{?_smp_mflags} -C _kmod_build_$kvariant/modules \ + V=1 KERNVER=$kv KERNEL_LOCATION=$ks done @@ -69,11 +64,10 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make install DESTDIR=$RPM_BUILD_ROOT \ - KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} && \ - cd ../.. + make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \ + KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} done +chmod +x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/*.ko %clean @@ -81,6 +75,11 @@ %changelog +* Mon Dec 18 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0, build for kernel 2.6.18-1.2257.fc5. +- Let rpmbuild strip modules. +- Build i586 SMP modules too. + * Sat Nov 11 2006 Ville Skytt?? - 0.16.0-0.0.rc2 - 0.16.0-rc2, build for kernel 2.6.18-1.2239.fc5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2006 09:27:14 -0000 1.4 +++ sources 18 Dec 2006 20:57:32 -0000 1.5 @@ -1 +1 @@ -b442b787026a262cdc3f74486302f43f em8300-nofirmware-0.16.0-rc2.tar.bz2 +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 20:58:38 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 18 Dec 2006 15:58:38 -0500 Subject: rpms/nexuiz-data/devel .cvsignore, 1.7, 1.8 nexuiz-data.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612182058.kBIKwcA0000423@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv346 Modified Files: .cvsignore nexuiz-data.spec sources Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz-data/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 24 Sep 2006 18:33:20 -0000 1.7 +++ .cvsignore 18 Dec 2006 20:58:08 -0000 1.8 @@ -1 +1 @@ -nexuiz-data-2.1.tar +nexuiz-data-2.2.1.tar Index: nexuiz-data.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz-data/devel/nexuiz-data.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nexuiz-data.spec 24 Sep 2006 18:33:20 -0000 1.8 +++ nexuiz-data.spec 18 Dec 2006 20:58:08 -0000 1.9 @@ -1,19 +1,19 @@ -%define datadate 20060905 +%define datadate 20061212 Summary: Game data for the Nexuiz first person shooter Name: nexuiz-data -Version: 2.1 +Version: 2.2.1 Release: 1 License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-21.zip -# unzip nexuiz-21.zip -# mkdir nexuiz-data-2.1/ +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip nexuiz-221.zip +# mkdir nexuiz-data-2.2.1/ # mv Nexuiz/data/ Nexuiz/Docs/* \ -# Nexuiz/gpl.txt nexuiz-data-2.0/ -# tar cvf nexuiz-data-2.1.tar nexuiz-data-2.1/ +# Nexuiz/gpl.txt nexuiz-data-2.2.1/ +# tar cvf nexuiz-data-2.2.1.tar nexuiz-data-2.2.1/ Source0: nexuiz-data-%{version}.tar BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,7 +26,7 @@ %prep %setup -q -%{__sed} -i 's/\r//' Readme.htm *.txt FAQ* +%{__sed} -i 's/\r//' Readme.htm *.txt FAQ* server/* %{__chmod} 644 server/* %build @@ -52,6 +52,10 @@ %{_datadir}/nexuiz/ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + * Sun Sep 24 2006 Adrian Reber - 2.1-1 - updated to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz-data/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 24 Sep 2006 18:33:20 -0000 1.8 +++ sources 18 Dec 2006 20:58:08 -0000 1.9 @@ -1 +1 @@ -756dda7f4e2c5f37ed71b6c35e230dcc nexuiz-data-2.1.tar +dafbd7b7fc0dddb7957aed29f7c278cf nexuiz-data-2.2.1.tar From fedora-extras-commits at redhat.com Mon Dec 18 21:04:36 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 18 Dec 2006 16:04:36 -0500 Subject: rpms/nexuiz/devel .cvsignore, 1.8, 1.9 nexuiz.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200612182104.kBIL4aU3003695@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3666 Modified Files: .cvsignore nexuiz.spec sources Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Sep 2006 17:29:26 -0000 1.8 +++ .cvsignore 18 Dec 2006 21:04:06 -0000 1.9 @@ -1 +1 @@ -enginesource20060905.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/devel/nexuiz.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nexuiz.spec 4 Oct 2006 22:20:15 -0000 1.17 +++ nexuiz.spec 18 Dec 2006 21:04:06 -0000 1.18 @@ -1,14 +1,14 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.1 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-21.zip -# unzip -j nexuiz-21.zip Nexuiz/sources/enginesource20060905.zip -Source: enginesource20060905.zip +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction @@ -127,6 +127,10 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + * Thu Oct 05 2006 Christian Iseli 2.1-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 24 Sep 2006 17:29:26 -0000 1.8 +++ sources 18 Dec 2006 21:04:06 -0000 1.9 @@ -1 +1 @@ -62c57a6ee251d25d7b4cacd0c6be9c8e enginesource20060905.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip From fedora-extras-commits at redhat.com Mon Dec 18 21:07:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 16:07:03 -0500 Subject: rpms/em8300/FC-5 .cvsignore, 1.3, 1.4 em8300.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612182107.kBIL737r003877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3754/FC-5 Modified Files: .cvsignore em8300.spec sources Log Message: * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Oct 2006 18:19:34 -0000 1.3 +++ .cvsignore 18 Dec 2006 21:06:32 -0000 1.4 @@ -1,2 +1 @@ -em8300-nofirmware-0.16.0-rc1.tar.bz2 -EM8300.conf +em8300-nofirmware-0.16.0.tar.gz Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-5/em8300.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- em8300.spec 2 Oct 2006 18:19:34 -0000 1.2 +++ em8300.spec 18 Dec 2006 21:06:32 -0000 1.3 @@ -1,18 +1,14 @@ Name: em8300 Version: 0.16.0 -Release: 0.2.rc1%{?dist} +Release: 1%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz -# with modules/em8300.uc removed -Source0: %{name}-nofirmware-%{version}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz Source1: %{name}.console.perms Source2: http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf -Source3: http://dxr3.cvs.sourceforge.net/*checkout*/dxr3/em8300/modules/EM8300.conf Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,16 +43,15 @@ %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q %patch0 install -pm 644 %{SOURCE2} README-modprobe.conf -install -pm 644 %{SOURCE3} modules/EM8300.conf echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop sed -i -e 's/microcode_extract.pl/em8300-mc_ex/' scripts/microcode_extract.pl %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --with-alsa-dir=%{_sysconfdir}/alsa make %{?_smp_mflags} @@ -66,19 +61,12 @@ make install DESTDIR=$RPM_BUILD_ROOT for f in */*.desktop ; do - desktop-file-install \ - --vendor fedora \ - --mode 644 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $f + desktop-file-install --vendor=fedora --mode=644 \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications $f done install -Dpm 644 dhc/dhc.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/dhc.xpm -install -Dpm 644 modules/EM8300.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/alsa/cards/EM8300.conf - install -Dpm 644 modules/em8300-udev.rules \ $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-%{name}.rules @@ -129,6 +117,13 @@ %changelog +* Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0. +- Drop X-Fedora category from desktop entries. + +* Mon Oct 2 2006 Ville Skytt?? - 0.16.0-0.3.rc1 +- Rebuild. + * Sat Sep 16 2006 Ville Skytt?? - 0.16.0-0.2.rc1 - Install ALSA config file. - Clean up no longer needed things from specfile. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Oct 2006 18:19:34 -0000 1.3 +++ sources 18 Dec 2006 21:06:32 -0000 1.4 @@ -1,2 +1 @@ -969ba9fd1aebea7ef6549ebdb0f5ef4d em8300-nofirmware-0.16.0-rc1.tar.bz2 -b4936b2535abe48d2e8e866f63102b3c EM8300.conf +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 21:07:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 16:07:03 -0500 Subject: rpms/em8300/FC-6 .cvsignore, 1.4, 1.5 em8300.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612182107.kBIL73NM003882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3754/FC-6 Modified Files: .cvsignore em8300.spec sources Log Message: * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Sep 2006 12:58:06 -0000 1.4 +++ .cvsignore 18 Dec 2006 21:06:33 -0000 1.5 @@ -1,2 +1 @@ -em8300-nofirmware-0.16.0-rc1.tar.bz2 -EM8300.conf +em8300-nofirmware-0.16.0.tar.gz Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/em8300.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- em8300.spec 2 Oct 2006 18:36:30 -0000 1.5 +++ em8300.spec 18 Dec 2006 21:06:33 -0000 1.6 @@ -1,18 +1,14 @@ Name: em8300 Version: 0.16.0 -Release: 0.3.rc1%{?dist} +Release: 1%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz -# with modules/em8300.uc removed -Source0: %{name}-nofirmware-%{version}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz Source1: %{name}.console.perms Source2: http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf -Source3: http://dxr3.cvs.sourceforge.net/*checkout*/dxr3/em8300/modules/EM8300.conf Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,16 +43,15 @@ %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q %patch0 install -pm 644 %{SOURCE2} README-modprobe.conf -install -pm 644 %{SOURCE3} modules/EM8300.conf echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop sed -i -e 's/microcode_extract.pl/em8300-mc_ex/' scripts/microcode_extract.pl %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --with-alsa-dir=%{_sysconfdir}/alsa make %{?_smp_mflags} @@ -66,19 +61,12 @@ make install DESTDIR=$RPM_BUILD_ROOT for f in */*.desktop ; do - desktop-file-install \ - --vendor fedora \ - --mode 644 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $f + desktop-file-install --vendor=fedora --mode=644 \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications $f done install -Dpm 644 dhc/dhc.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/dhc.xpm -install -Dpm 644 modules/EM8300.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/alsa/cards/EM8300.conf - install -Dpm 644 modules/em8300-udev.rules \ $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-%{name}.rules @@ -129,6 +117,10 @@ %changelog +* Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0. +- Drop X-Fedora category from desktop entries. + * Mon Oct 2 2006 Ville Skytt?? - 0.16.0-0.3.rc1 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Sep 2006 12:58:06 -0000 1.4 +++ sources 18 Dec 2006 21:06:33 -0000 1.5 @@ -1,2 +1 @@ -969ba9fd1aebea7ef6549ebdb0f5ef4d em8300-nofirmware-0.16.0-rc1.tar.bz2 -b4936b2535abe48d2e8e866f63102b3c EM8300.conf +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 21:07:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 16:07:08 -0500 Subject: rpms/em8300/devel .cvsignore, 1.4, 1.5 em8300.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612182107.kBIL78FF003894@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3754/devel Modified Files: .cvsignore em8300.spec sources Log Message: * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Sep 2006 12:58:06 -0000 1.4 +++ .cvsignore 18 Dec 2006 21:06:38 -0000 1.5 @@ -1,2 +1 @@ -em8300-nofirmware-0.16.0-rc1.tar.bz2 -EM8300.conf +em8300-nofirmware-0.16.0.tar.gz Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- em8300.spec 2 Oct 2006 18:36:30 -0000 1.5 +++ em8300.spec 18 Dec 2006 21:06:38 -0000 1.6 @@ -1,18 +1,14 @@ Name: em8300 Version: 0.16.0 -Release: 0.3.rc1%{?dist} +Release: 1%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz -# with modules/em8300.uc removed -Source0: %{name}-nofirmware-%{version}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz Source1: %{name}.console.perms Source2: http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf -Source3: http://dxr3.cvs.sourceforge.net/*checkout*/dxr3/em8300/modules/EM8300.conf Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,16 +43,15 @@ %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q %patch0 install -pm 644 %{SOURCE2} README-modprobe.conf -install -pm 644 %{SOURCE3} modules/EM8300.conf echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop sed -i -e 's/microcode_extract.pl/em8300-mc_ex/' scripts/microcode_extract.pl %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --with-alsa-dir=%{_sysconfdir}/alsa make %{?_smp_mflags} @@ -66,19 +61,12 @@ make install DESTDIR=$RPM_BUILD_ROOT for f in */*.desktop ; do - desktop-file-install \ - --vendor fedora \ - --mode 644 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $f + desktop-file-install --vendor=fedora --mode=644 \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications $f done install -Dpm 644 dhc/dhc.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/dhc.xpm -install -Dpm 644 modules/EM8300.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/alsa/cards/EM8300.conf - install -Dpm 644 modules/em8300-udev.rules \ $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-%{name}.rules @@ -129,6 +117,10 @@ %changelog +* Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0. +- Drop X-Fedora category from desktop entries. + * Mon Oct 2 2006 Ville Skytt?? - 0.16.0-0.3.rc1 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Sep 2006 12:58:06 -0000 1.4 +++ sources 18 Dec 2006 21:06:38 -0000 1.5 @@ -1,2 +1 @@ -969ba9fd1aebea7ef6549ebdb0f5ef4d em8300-nofirmware-0.16.0-rc1.tar.bz2 -b4936b2535abe48d2e8e866f63102b3c EM8300.conf +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 21:09:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 16:09:43 -0500 Subject: rpms/clucene/devel clucene.spec,1.1,1.2 Message-ID: <200612182109.kBIL9hEG004076@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4012 Modified Files: clucene.spec Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build Index: clucene.spec =================================================================== RCS file: /cvs/extras/rpms/clucene/devel/clucene.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clucene.spec 13 Dec 2006 17:09:38 -0000 1.1 +++ clucene.spec 18 Dec 2006 21:09:13 -0000 1.2 @@ -15,12 +15,20 @@ engine written in C++. CLucene is faster than lucene as it is written in C++ -%package devel +%package core +Summary: Core clucene module +Group: Development/System +Provides: clucene + +%description core +The core clucene module + +%package core-devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-core = %{version}-%{release} -%description devel +%description core-devel This package contains the static libraries and header files needed for developing with clucene @@ -30,8 +38,8 @@ %build %configure --disable-static make %{?_smp_mflags} -# Run the tests +# Run the tests %check make check @@ -56,12 +64,12 @@ %postun -p /sbin/ldconfig -%files +%files core %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* -%files devel +%files core-devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h @@ -70,6 +78,7 @@ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 +- Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build From fedora-extras-commits at redhat.com Mon Dec 18 21:32:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 16:32:22 -0500 Subject: rpms/Macaulay2/devel Macaulay2-0.9.95-infodir.patch, NONE, 1.1 Macaulay2-0.9.95-xdg_open.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 Macaulay2.desktop, 1.3, 1.4 Macaulay2.spec, 1.27, 1.28 sources, 1.6, 1.7 Macaulay2-0.9.8-htmlview.patch, 1.1, NONE Macaulay2-0.9.8-infodir.patch, 1.1, NONE Message-ID: <200612182132.kBILWM2W004262@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4235 Modified Files: .cvsignore Macaulay2.desktop Macaulay2.spec sources Added Files: Macaulay2-0.9.95-infodir.patch Macaulay2-0.9.95-xdg_open.patch Removed Files: Macaulay2-0.9.8-htmlview.patch Macaulay2-0.9.8-infodir.patch Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.95-1 - Macaulay2-0.9.95 Macaulay2-0.9.95-infodir.patch: --- NEW FILE Macaulay2-0.9.95-infodir.patch --- --- Macaulay2-0.9.95/include/config.Makefile.in.infodir 2006-12-18 08:51:43.000000000 -0600 +++ Macaulay2-0.9.95/include/config.Makefile.in 2006-12-18 08:54:13.000000000 -0600 @@ -141,11 +141,12 @@ $(error expected mandir @mandir@ to begin with $(prefix)) endif -infoRelDir = $(subst $(prefix)/,, at infodir@) +#infoRelDir = $(subst $(prefix)/,, at infodir@) binRelDir = $(subst $(prefix)/,, at bindir@) dataRelDir = $(subst $(prefix)/,, at datadir@) libRelDir = $(subst $(prefix)/,, at libdir@) manRelDir = $(subst $(prefix)/,, at mandir@) +infoRelDir = $(dataRelDir)/info man1RelDir = $(manRelDir)/man1 man3RelDir = $(manRelDir)/man3 emacsRelDir = $(dataRelDir)/emacs/site-lisp Macaulay2-0.9.95-xdg_open.patch: --- NEW FILE Macaulay2-0.9.95-xdg_open.patch --- --- M2/Macaulay2/bin/M2-help.htmlview 2005-03-13 20:00:26.000000000 -0600 +++ M2/Macaulay2/bin/M2-help 2006-03-28 08:50:07.000000000 -0600 @@ -1,2 +1,2 @@ #! /bin/sh -${WWBROWSER:-firefox} "$HOME/.Macaulay2/index.html" +${WWBROWSER:-xdg-open} "$HOME/.Macaulay2/index.html" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:54:39 -0000 1.6 +++ .cvsignore 18 Dec 2006 21:31:52 -0000 1.7 @@ -1,4 +1,3 @@ clog -Macaulay2-0.9.10-20060710svn.tar.bz2 -Macaulay2-0.9.20-20060724svn.tar.bz2 Macaulay2-0.9.20-20060808svn.tar.bz2 +Macaulay2-0.9.95-src.tar.gz Index: Macaulay2.desktop =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Macaulay2.desktop 11 Apr 2006 17:51:40 -0000 1.3 +++ Macaulay2.desktop 18 Dec 2006 21:31:52 -0000 1.4 @@ -5,5 +5,5 @@ SwallowTitle=Macaulay2 Terminal=true Type=Application -Categories=Application;Education;Math;Scientific; +Categories=ConsoleOnly;Education;Math; Encoding=UTF-8 Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- Macaulay2.spec 29 Aug 2006 18:27:59 -0000 1.27 +++ Macaulay2.spec 18 Dec 2006 21:31:52 -0000 1.28 @@ -1,19 +1,19 @@ -%define beta 20060808svn +#define beta 20060808svn %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 -Version: 0.9.20 -Release: 0.4.%{beta}%{?dist} +Version: 0.9.95 +Release: 1%{?dist} License: GPL Group: Applications/Engineering URL: http://www.math.uiuc.edu/Macaulay2/ -#Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}.beta.tar.gz -Source0: Macaulay2-%{version}-%{beta}.tar.bz2 +Source0: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}-src.tar.gz +#Source0: Macaulay2-%{version}-%{beta}.tar.bz2 Source1: Macaulay2-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # ppc build currently hangs, never finishes, http://bugzilla.redhat.com/201739 @@ -23,9 +23,9 @@ Source11: Macaulay2.desktop Patch0: Macaulay2-0.9.8-optflags.patch -Patch1: Macaulay2-0.9.8-htmlview.patch +Patch1: Macaulay2-0.9.95-xdg_open.patch Patch2: Macaulay2-0.9.10-cout.patch -Patch3: Macaulay2-0.9.8-infodir.patch +Patch3: Macaulay2-0.9.95-DESTDIR.patch Patch4: Macaulay2-0.9.10-gcc41.patch BuildRequires: desktop-file-utils @@ -34,7 +34,7 @@ BuildRequires: factory-devel BuildRequires: libfac-devel BuildRequires: lapack -%if "%{?fedora}" > "3" +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: lapack-devel %endif BuildRequires: gdbm-devel @@ -46,8 +46,6 @@ # etags BuildRequires: emacs-common Source20: etags.sh -# M2-help -Requires: htmlview BuildRequires: automake @@ -56,6 +54,11 @@ Obsoletes: Macaulay2-emacs < %{version}-%{release} Provides: Macaulay2-emacs = %{version}-%{release} +Requires(post): xdg-utils +Requires(postun): xdg-utils +# M2-help +Requires: xdg-utils + %description Macaulay 2 is a new software system devoted to supporting research in algebraic geometry and commutative algebra written by Daniel R. Grayson @@ -68,9 +71,9 @@ install -p -m755 %{SOURCE20} ./etags %patch0 -p1 -b .optflags -%patch1 -p1 -b .htmlview +%patch1 -p1 -b .xdg_open %patch2 -p1 -b .cout -%patch3 -p1 -b .infodir +%patch3 -p1 -b .DESTDIR %patch4 -p1 -b .gcc41 [ -f configure -a -f include/config.h ] || make @@ -92,7 +95,7 @@ make -%check || : +%check # util/screen dies on fc5/buildsystem (could not open pty) #make -k check ||: @@ -100,17 +103,15 @@ %install rm -rf $RPM_BUILD_ROOT -make install prefix=$RPM_BUILD_ROOT%{_prefix} +make install DESTDIR=$RPM_BUILD_ROOT # app img install -p -m644 -D %{SOURCE10} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/Macaulay2.png -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --vendor fedora \ - --add-category "X-Fedora" \ + --vendor="fedora" \ %{SOURCE11} # Make a new home for emacs files @@ -133,12 +134,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -163,8 +162,6 @@ %files %defattr(-,root,root,-) -#README awol on latest release. -#doc Macaulay2/README %doc Macaulay2/CHANGES Macaulay2/COPYING %{_bindir}/* %{_datadir}/Macaulay2/ @@ -179,6 +176,12 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.95-1 +- Macaulay2-0.9.95 + +* Wed Nov 22 2006 Rex Dieter 0.9.20-0.5.20060808svn +- .desktop Categories: -Application,Scientific,X-Fedora +ConsoleOnly + * Tue Aug 29 2006 Rex Dieter 0.9.20-0.4.20060808svn - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:54:39 -0000 1.6 +++ sources 18 Dec 2006 21:31:52 -0000 1.7 @@ -1,2 +1 @@ -7586384990e8151157c32efdd17356f6 Macaulay2-0.9.20-20060724svn.tar.bz2 -322a36e7dc6fc95f5e101d152fed45ee Macaulay2-0.9.20-20060808svn.tar.bz2 +dbe13387812577b0abfdfa6c54eccecc Macaulay2-0.9.95-src.tar.gz --- Macaulay2-0.9.8-htmlview.patch DELETED --- --- Macaulay2-0.9.8-infodir.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 21:34:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 18 Dec 2006 16:34:49 -0500 Subject: rpms/openbabel/devel .cvsignore, 1.2, 1.3 openbabel-chicken.patch, 1.1, 1.2 openbabel.spec, 1.4, 1.5 sources, 1.2, 1.3 openbabel-cxxflags.patch, 1.1, NONE Message-ID: <200612182134.kBILYnaJ004341@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4316 Modified Files: .cvsignore openbabel-chicken.patch openbabel.spec sources Removed Files: openbabel-cxxflags.patch Log Message: - update to 2.1.0b4 to fix building with new python - dropped obsolete patch - ensure proper inchi versioning Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Aug 2006 22:11:43 -0000 1.2 +++ .cvsignore 18 Dec 2006 21:34:19 -0000 1.3 @@ -1 +1 @@ -openbabel-2.0.2.tar.gz +openbabel-2.1.0b4.tar.gz openbabel-chicken.patch: Index: openbabel-chicken.patch =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/openbabel-chicken.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbabel-chicken.patch 20 Sep 2006 07:10:51 -0000 1.1 +++ openbabel-chicken.patch 18 Dec 2006 21:34:19 -0000 1.2 @@ -1,24 +1,23 @@ ---- openbabel-2.0.2/scripts/perl/Makefile.PL.chicken 2006-05-03 17:54:54.000000000 +0200 -+++ openbabel-2.0.2/scripts/perl/Makefile.PL 2006-09-20 05:55:53.000000000 +0200 -@@ -4,7 +4,8 @@ - $srcdir = '../../src'; +--- openbabel-2.1.0b4/scripts/perl/Makefile.PL.chicken 2006-12-10 13:57:57.000000000 +0100 ++++ openbabel-2.1.0b4/scripts/perl/Makefile.PL 2006-12-18 00:45:12.000000000 +0100 +@@ -5,6 +5,8 @@ # check if we're compiling in the source directory --$ldfrom = '$(OBJECT) -lopenbabel -lz'; + $ldfrom = '$(OBJECT) -lopenbabel -lz'; +$ldfrom = "\$(OBJECT) -L$srcdir/.libs -lopenbabel -lz" + if (-r "$srcdir/.libs/libopenbabel.so") and (-s _) and (-B _); $ldfrom = "\$(OBJECT) $srcdir/.libs/libopenbabel.a -lz" if (-r "$srcdir/.libs/libopenbabel.a") and (-s _) and (-B _); ---- openbabel-2.0.2/scripts/python/setup.py.chicken 2006-05-03 17:54:53.000000000 +0200 -+++ openbabel-2.0.2/scripts/python/setup.py 2006-09-20 05:53:33.000000000 +0200 -@@ -41,6 +41,9 @@ - "INFO: Looking for library and include files in ../../src\n") - if os.path.isfile("../../src/atom.o"): - return ["../../src"],["../../src"] -+ else: -+ if os.path.isfile("../../src/atom.lo"): -+ return ["../../src"],["../../src/.libs"] - - sys.stderr.write("ERROR: Cannot find Open Babel library directory\n") - return (None,None) +--- openbabel-2.1.0b4/scripts/python/setup.py.chicken 2006-12-10 13:58:47.000000000 +0100 ++++ openbabel-2.1.0b4/scripts/python/setup.py 2006-12-18 01:07:25.000000000 +0100 +@@ -31,6 +31,9 @@ + sys.stderr.write("INFO: Looking for library and include files in ../../src\n") + if os.path.isfile("../../src/atom.o"): + return ["../../include"],["../../src"] ++ else: ++ if os.path.isfile("../../src/atom.lo"): ++ return ["../../include"],["../../src/.libs"] + + for dirname in ["/usr/local","/usr"]: + # Look for each of these directories in turn for the directory include/openbabel-2.0 Index: openbabel.spec =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/openbabel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openbabel.spec 3 Oct 2006 22:00:40 -0000 1.4 +++ openbabel.spec 18 Dec 2006 21:34:19 -0000 1.5 @@ -4,27 +4,23 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define inchi_ver 1.0.1 +%define inchi_rel 5 Name: openbabel -Version: 2.0.2 -Release: 5%{?dist} +Version: 2.1.0 +Release: 0.1.b4%{?dist} Summary: Chemistry software file format converter License: GPL Group: Applications/File URL: http://openbabel.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz -Patch0: %{name}-cxxflags.patch +Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}b4.tar.gz Patch1: %{name}-chicken.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: autoconf -BuildRequires: automake -#BuildRequires: doxygen BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: perl BuildRequires: python BuildRequires: python-devel -BuildRequires: swig BuildRequires: zlib-devel %description @@ -60,6 +56,7 @@ Group: System Environment/Libraries License: LGPL Version: %{inchi_ver} +Release: %{inchi_rel}%{?dist} %description -n inchi The IUPAC International Chemical Identifier (InChI) library. @@ -69,7 +66,8 @@ Group: Development/Libraries License: LGPL Version: %{inchi_ver} -Requires: inchi = %{inchi_ver}-%{release} +Release: %{inchi_rel}%{?dist} +Requires: inchi = %{inchi_ver}-%{inchi_rel}%{?dist} %description -n inchi-devel The inchi-devel package includes the header files and libraries @@ -94,8 +92,7 @@ Python wrapper for the Open Babel library. %prep -%setup -q -%patch0 -p1 -b .cxxflags +%setup -q -n %{name}-2.1.0b4 %patch1 -p1 -b .chicken %build @@ -106,7 +103,6 @@ pushd scripts/perl perl Makefile.PL INSTALLDIRS="vendor" %{__make} %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" -#%{__make} test popd pushd scripts/python @@ -125,6 +121,7 @@ popd %{__rm} -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod %{__rm} -f $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/{.packlist,OpenBabel.bs} +chmod 755 $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/OpenBabel.so pushd scripts/python %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT @@ -180,8 +177,14 @@ %defattr(-,root,root,-) %{python_sitearch}/_openbabel.so %{python_sitearch}/openbabel.py* +%{python_sitearch}/pybel.py* %changelog +* Sun Dec 17 2006 Dominik Mierzejewski 2.1.0-0.1.b4 +- update to 2.1.0b4 to fix building with new python +- dropped obsolete patch +- ensure proper inchi versioning + * Tue Oct 03 2006 Dominik Mierzejewski 2.0.2-5 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Aug 2006 22:11:43 -0000 1.2 +++ sources 18 Dec 2006 21:34:19 -0000 1.3 @@ -1 +1 @@ -1cb8d4a99482d2d109887a099d1a719e openbabel-2.0.2.tar.gz +c2ac565d77206f903fe04b119717a345 openbabel-2.1.0b4.tar.gz --- openbabel-cxxflags.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 21:46:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 16:46:43 -0500 Subject: rpms/clucene/FC-6 clucene.spec,1.1,1.2 Message-ID: <200612182146.kBILkhpv004415@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4400 Modified Files: clucene.spec Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build Index: clucene.spec =================================================================== RCS file: /cvs/extras/rpms/clucene/FC-6/clucene.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clucene.spec 13 Dec 2006 17:09:38 -0000 1.1 +++ clucene.spec 18 Dec 2006 21:46:13 -0000 1.2 @@ -15,12 +15,20 @@ engine written in C++. CLucene is faster than lucene as it is written in C++ -%package devel +%package core +Summary: Core clucene module +Group: Development/System +Provides: clucene + +%description core +The core clucene module + +%package core-devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-core = %{version}-%{release} -%description devel +%description core-devel This package contains the static libraries and header files needed for developing with clucene @@ -30,8 +38,8 @@ %build %configure --disable-static make %{?_smp_mflags} -# Run the tests +# Run the tests %check make check @@ -56,12 +64,12 @@ %postun -p /sbin/ldconfig -%files +%files core %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* -%files devel +%files core-devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h @@ -70,6 +78,7 @@ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 +- Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build From fedora-extras-commits at redhat.com Mon Dec 18 21:48:38 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 16:48:38 -0500 Subject: rpms/clucene/FC-5 clucene.spec,1.1,1.2 Message-ID: <200612182148.kBILmcTH004504@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4478 Modified Files: clucene.spec Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build Index: clucene.spec =================================================================== RCS file: /cvs/extras/rpms/clucene/FC-5/clucene.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clucene.spec 13 Dec 2006 17:09:38 -0000 1.1 +++ clucene.spec 18 Dec 2006 21:48:07 -0000 1.2 @@ -15,12 +15,20 @@ engine written in C++. CLucene is faster than lucene as it is written in C++ -%package devel +%package core +Summary: Core clucene module +Group: Development/System +Provides: clucene + +%description core +The core clucene module + +%package core-devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-core = %{version}-%{release} -%description devel +%description core-devel This package contains the static libraries and header files needed for developing with clucene @@ -30,8 +38,8 @@ %build %configure --disable-static make %{?_smp_mflags} -# Run the tests +# Run the tests %check make check @@ -56,12 +64,12 @@ %postun -p /sbin/ldconfig -%files +%files core %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* -%files devel +%files core-devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h @@ -70,6 +78,7 @@ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 +- Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build From fedora-extras-commits at redhat.com Mon Dec 18 21:51:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 16:51:43 -0500 Subject: rpms/Macaulay2/devel Macaulay2-0.9.95-DESTDIR.patch, NONE, 1.1 Macaulay2.spec, 1.28, 1.29 Macaulay2-0.9.95-infodir.patch, 1.1, NONE Message-ID: <200612182151.kBILphTw004583@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4565 Modified Files: Macaulay2.spec Added Files: Macaulay2-0.9.95-DESTDIR.patch Removed Files: Macaulay2-0.9.95-infodir.patch Log Message: missing DESTDIR patch Macaulay2-0.9.95-DESTDIR.patch: --- NEW FILE Macaulay2-0.9.95-DESTDIR.patch --- --- Macaulay2-0.9.95/include/config.Makefile.in.DESTDIR 2006-12-18 09:17:36.000000000 -0600 +++ Macaulay2-0.9.95/include/config.Makefile.in 2006-12-18 09:42:47.000000000 -0600 @@ -103,8 +103,8 @@ # this might have to get changed manually, but hopefully not: MAINPACKAGE = Core -prefix = @prefix@ -exec_prefix = @exec_prefix@ +prefix = $(DESTDIR)@prefix@ +exec_prefix = $(DESTDIR)@exec_prefix@ ifeq "$(ENCAP)" "yes" encapdir = $(prefix)/$(package) @@ -125,27 +125,11 @@ # in autoconf >= 2.60, @datadir@ is replaced by ${datarootdir}, so we need to get its value here: datarootdir = @datarootdir@ -ifeq ($(findstring $(prefix), at infodir@),) -$(error expected infodir @infodir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at bindir@),) -$(error expected bindir @bindir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at datadir@),) -$(error expected datadir @datadir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at libdir@),) -$(error expected libdir @libdir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at mandir@),) -$(error expected mandir @mandir@ to begin with $(prefix)) -endif - -infoRelDir = $(subst $(prefix)/,, at infodir@) -binRelDir = $(subst $(prefix)/,, at bindir@) -dataRelDir = $(subst $(prefix)/,, at datadir@) -libRelDir = $(subst $(prefix)/,, at libdir@) -manRelDir = $(subst $(prefix)/,, at mandir@) +infoRelDir = $(subst $(prefix)/,,$(DESTDIR)@infodir@) +binRelDir = $(subst $(prefix)/,,$(DESTDIR)@bindir@) +dataRelDir = $(subst $(prefix)/,,$(DESTDIR)@datadir@) +libRelDir = $(subst $(prefix)/,,$(DESTDIR)@libdir@) +manRelDir = $(subst $(prefix)/,,$(DESTDIR)@mandir@) man1RelDir = $(manRelDir)/man1 man3RelDir = $(manRelDir)/man3 emacsRelDir = $(dataRelDir)/emacs/site-lisp Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- Macaulay2.spec 18 Dec 2006 21:31:52 -0000 1.28 +++ Macaulay2.spec 18 Dec 2006 21:51:13 -0000 1.29 @@ -7,7 +7,7 @@ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.95 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPL Group: Applications/Engineering --- Macaulay2-0.9.95-infodir.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 22:09:25 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 17:09:25 -0500 Subject: rpms/digikamimageplugins/devel .cvsignore, 1.5, 1.6 digikamimageplugins.spec, 1.17, 1.18 sources, 1.5, 1.6 Message-ID: <200612182209.kBIM9PXU007831@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7812 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.0-1 - digikamimageplugins-0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 12:09:00 -0000 1.5 +++ .cvsignore 18 Dec 2006 22:08:55 -0000 1.6 @@ -1 +1,2 @@ digikamimageplugins-0.8.2.tar.bz2 +digikamimageplugins-0.9.0.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- digikamimageplugins.spec 29 Aug 2006 17:58:07 -0000 1.17 +++ digikamimageplugins.spec 18 Dec 2006 22:08:55 -0000 1.18 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -16,12 +16,13 @@ BuildRequires: libxml2 BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} -BuildRequires: digikam-devel < 0.9 #BuildRequires: symlinks # rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} Requires: ImageMagick +Requires(post): xdg-utils +Requires(postun): xdg-utils %description DigikamImagePlugins are a collection of plugins for digiKam Image @@ -131,12 +132,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f %{name}.list @@ -150,6 +149,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.0-1 +- digikamimageplugins-0.9.0 + * Tue Aug 29 2006 Rex Dieter 0.8.2-4 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 12:09:00 -0000 1.5 +++ sources 18 Dec 2006 22:08:55 -0000 1.6 @@ -1 +1 @@ -45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 +4bc4b9c0562e5248d9f82c7ac418fb7a digikamimageplugins-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 22:10:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 17:10:39 -0500 Subject: rpms/digikamimageplugins/FC-6 .cvsignore, 1.5, 1.6 digikamimageplugins.spec, 1.17, 1.18 sources, 1.5, 1.6 Message-ID: <200612182210.kBIMAd5m007940@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7896 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.0-1 - digikamimageplugins-0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 12:09:00 -0000 1.5 +++ .cvsignore 18 Dec 2006 22:10:09 -0000 1.6 @@ -1 +1,2 @@ digikamimageplugins-0.8.2.tar.bz2 +digikamimageplugins-0.9.0.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-6/digikamimageplugins.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- digikamimageplugins.spec 29 Aug 2006 17:58:07 -0000 1.17 +++ digikamimageplugins.spec 18 Dec 2006 22:10:09 -0000 1.18 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -16,12 +16,13 @@ BuildRequires: libxml2 BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} -BuildRequires: digikam-devel < 0.9 #BuildRequires: symlinks # rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} Requires: ImageMagick +Requires(post): xdg-utils +Requires(postun): xdg-utils %description DigikamImagePlugins are a collection of plugins for digiKam Image @@ -131,12 +132,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f %{name}.list @@ -150,6 +149,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.0-1 +- digikamimageplugins-0.9.0 + * Tue Aug 29 2006 Rex Dieter 0.8.2-4 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 12:09:00 -0000 1.5 +++ sources 18 Dec 2006 22:10:09 -0000 1.6 @@ -1 +1 @@ -45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 +4bc4b9c0562e5248d9f82c7ac418fb7a digikamimageplugins-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 22:11:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 17:11:15 -0500 Subject: rpms/digikamimageplugins/FC-5 .cvsignore, 1.5, 1.6 digikamimageplugins.spec, 1.15, 1.16 sources, 1.5, 1.6 Message-ID: <200612182211.kBIMBFJ0008033@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7980 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.0-1 - digikamimageplugins-0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 13:02:05 -0000 1.5 +++ .cvsignore 18 Dec 2006 22:10:45 -0000 1.6 @@ -1 +1,2 @@ digikamimageplugins-0.8.2.tar.bz2 +digikamimageplugins-0.9.0.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/digikamimageplugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- digikamimageplugins.spec 7 Aug 2006 13:02:05 -0000 1.15 +++ digikamimageplugins.spec 18 Dec 2006 22:10:45 -0000 1.16 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -16,12 +16,13 @@ BuildRequires: libxml2 BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} -BuildRequires: digikam-devel < 0.9 #BuildRequires: symlinks # rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} Requires: ImageMagick +Requires(post): xdg-utils +Requires(postun): xdg-utils %description DigikamImagePlugins are a collection of plugins for digiKam Image @@ -131,12 +132,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f %{name}.list @@ -150,6 +149,12 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.0-1 +- digikamimageplugins-0.9.0 + +* Tue Aug 29 2006 Rex Dieter 0.8.2-4 +- fc6 respin + * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 13:02:05 -0000 1.5 +++ sources 18 Dec 2006 22:10:45 -0000 1.6 @@ -1 +1 @@ -45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 +4bc4b9c0562e5248d9f82c7ac418fb7a digikamimageplugins-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 22:11:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 17:11:31 -0500 Subject: rpms/em8300-kmod/devel .cvsignore, 1.4, 1.5 em8300-kmod.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <200612182211.kBIMBVMY008077@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8014/devel Modified Files: .cvsignore em8300-kmod.spec sources Log Message: Sync with FC-6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Nov 2006 09:32:39 -0000 1.4 +++ .cvsignore 18 Dec 2006 22:11:01 -0000 1.5 @@ -1 +1 @@ -em8300-nofirmware-0.16.0-rc2.tar.bz2 +em8300-nofirmware-0.16.0.tar.gz Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/devel/em8300-kmod.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- em8300-kmod.spec 11 Nov 2006 09:46:41 -0000 1.12 +++ em8300-kmod.spec 18 Dec 2006 22:11:01 -0000 1.13 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2798.fc6} +%{!?kversion: %define kversion 2.6.18-1.2868.fc6} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) @@ -27,15 +27,12 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.16.0 -Release: 0.3.rc2.%(echo %{kverrel} | tr - _) +Release: 5.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz -# with modules/em8300.uc removed -Source0: %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch Patch1: http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -49,13 +46,12 @@ %prep %setup -q -c -cd %{kmod_name}-%{version}-rc2 +cd %{kmod_name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i -e '//d' modules/em8300_main.c cd .. for kvariant in %{kvariants} ; do - cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant + cp -a %{kmod_name}-%{version} _kmod_build_$kvariant done @@ -63,9 +59,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make %{?_smp_mflags} V=1 KERNVER=$kv KERNEL_LOCATION=$ks && \ - cd ../.. + make %{?_smp_mflags} -C _kmod_build_$kvariant/modules \ + V=1 KERNVER=$kv KERNEL_LOCATION=$ks done @@ -74,11 +69,10 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make install DESTDIR=$RPM_BUILD_ROOT \ - KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} && \ - cd ../.. + make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \ + KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} done +chmod +x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/*.ko %clean @@ -86,6 +80,15 @@ %changelog +* Mon Dec 18 2006 Ville Skytt?? - 0.16.0-5 +- 0.16.0, build for kernel 2.6.18-1.2868.fc6. + +* Sun Nov 12 2006 Ville Skytt?? - 0.16.0-0.4.rc2 +- Let rpmbuild strip modules. + +* Sun Nov 12 2006 Ville Skytt?? +- Rebuild for kernel 2.6.18-1.2849.fc6. + * Sat Nov 11 2006 Ville Skytt?? - 0.16.0-0.3.rc2 - 0.16.0-rc2. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2006 09:32:39 -0000 1.4 +++ sources 18 Dec 2006 22:11:01 -0000 1.5 @@ -1 +1 @@ -b442b787026a262cdc3f74486302f43f em8300-nofirmware-0.16.0-rc2.tar.bz2 +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 22:19:43 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:19:43 -0500 Subject: rpms/taglib/FC-6 taglib-1.4_wchar.diff, NONE, 1.1 taglib.spec, 1.13, 1.14 Message-ID: <200612182219.kBIMJh5Y008170@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/taglib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8136/FC-6 Modified Files: taglib.spec Added Files: taglib-1.4_wchar.diff Log Message: add patch for multi-language support taglib-1.4_wchar.diff: --- NEW FILE taglib-1.4_wchar.diff --- diff -ruN taglib-1.4.org/taglib/toolkit/tstring.cpp taglib-1.4/taglib/toolkit/tstring.cpp --- taglib-1.4.org/taglib/toolkit/tstring.cpp 2005-07-26 06:31:15.000000000 +0900 +++ taglib-1.4/taglib/toolkit/tstring.cpp 2006-05-26 12:02:55.000000000 +0900 @@ -202,12 +202,22 @@ s.resize(d->data.size()); if(!unicode) { - std::string::iterator targetIt = s.begin(); - for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { - *targetIt = char(*it); - ++targetIt; + bool cjk = false; + //pre-scan: is there any cjk unicode character? if so, convert the string into utf-8. + for(unsigned int i=0; i< d->data.size(); i++){ + if(d->data[i] > 0xff){ + cjk = true; + break; + } + } + if(!cjk){ + std::string::iterator targetIt = s.begin(); + for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { + *targetIt = char(*it); + ++targetIt; + } + return s; } - return s; } const int outputBufferSize = d->data.size() * 3 + 1; Index: taglib.spec =================================================================== RCS file: /cvs/extras/rpms/taglib/FC-6/taglib.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- taglib.spec 14 Sep 2006 15:07:54 -0000 1.13 +++ taglib.spec 18 Dec 2006 22:19:13 -0000 1.14 @@ -1,6 +1,6 @@ Name: taglib Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -8,6 +8,7 @@ URL: http://ktown.kde.org/~wheeler/taglib/ Source: http://developer.kde.org/~wheeler/files/src/taglib-1.4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: http://foetida.jaist.ac.jp:37565/~yaz/diary/2006/07/taglib-1.4_wchar.diff Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 -b .wchar %build @@ -76,6 +78,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 1.4-5 +- add patch for multi-language support + * Thu Sep 14 2006 Aurelien Bompard 1.4-4 - have the devel package require pkgconfig (#206443) From fedora-extras-commits at redhat.com Mon Dec 18 22:19:43 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:19:43 -0500 Subject: rpms/taglib/devel taglib-1.4_wchar.diff, NONE, 1.1 taglib.spec, 1.13, 1.14 Message-ID: <200612182219.kBIMJhQJ008173@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/taglib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8136/devel Modified Files: taglib.spec Added Files: taglib-1.4_wchar.diff Log Message: add patch for multi-language support taglib-1.4_wchar.diff: --- NEW FILE taglib-1.4_wchar.diff --- diff -ruN taglib-1.4.org/taglib/toolkit/tstring.cpp taglib-1.4/taglib/toolkit/tstring.cpp --- taglib-1.4.org/taglib/toolkit/tstring.cpp 2005-07-26 06:31:15.000000000 +0900 +++ taglib-1.4/taglib/toolkit/tstring.cpp 2006-05-26 12:02:55.000000000 +0900 @@ -202,12 +202,22 @@ s.resize(d->data.size()); if(!unicode) { - std::string::iterator targetIt = s.begin(); - for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { - *targetIt = char(*it); - ++targetIt; + bool cjk = false; + //pre-scan: is there any cjk unicode character? if so, convert the string into utf-8. + for(unsigned int i=0; i< d->data.size(); i++){ + if(d->data[i] > 0xff){ + cjk = true; + break; + } + } + if(!cjk){ + std::string::iterator targetIt = s.begin(); + for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { + *targetIt = char(*it); + ++targetIt; + } + return s; } - return s; } const int outputBufferSize = d->data.size() * 3 + 1; Index: taglib.spec =================================================================== RCS file: /cvs/extras/rpms/taglib/devel/taglib.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- taglib.spec 14 Sep 2006 15:07:54 -0000 1.13 +++ taglib.spec 18 Dec 2006 22:19:13 -0000 1.14 @@ -1,6 +1,6 @@ Name: taglib Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -8,6 +8,7 @@ URL: http://ktown.kde.org/~wheeler/taglib/ Source: http://developer.kde.org/~wheeler/files/src/taglib-1.4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: http://foetida.jaist.ac.jp:37565/~yaz/diary/2006/07/taglib-1.4_wchar.diff Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 -b .wchar %build @@ -76,6 +78,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 1.4-5 +- add patch for multi-language support + * Thu Sep 14 2006 Aurelien Bompard 1.4-4 - have the devel package require pkgconfig (#206443) From fedora-extras-commits at redhat.com Mon Dec 18 22:47:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:47:13 -0500 Subject: rpms/glest/FC-6 glest.sh,1.1,1.2 glest.spec,1.4,1.5 Message-ID: <200612182247.kBIMlDmT008388@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8357/FC-6 Modified Files: glest.sh glest.spec Log Message: fix launch script to detect if shadows must be turned off Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glest.sh 27 Nov 2006 20:05:47 -0000 1.1 +++ glest.sh 18 Dec 2006 22:46:43 -0000 1.2 @@ -67,6 +67,11 @@ if [ -f $GLEST_DATA_DIR/data/lang/$lang ]; then sed -i -e s/Lang=.*/Lang=$lang/g glest.ini fi + max_texture_units="`glxinfo -l | awk '/GL_MAX_TEXTURE_UNITS_ARB/ { print $3 }'`" + if [ -n "$max_texture_units" -a "$max_texture_units" -lt 3 ]; then + echo "Your video card does not support enough texture units, turning off shadows..." + sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini + fi else # convert configuration from glest 1.1 to glest 1.2 grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- glest.spec 14 Dec 2006 14:46:28 -0000 1.4 +++ glest.spec 18 Dec 2006 22:46:43 -0000 1.5 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -94,6 +94,9 @@ %changelog +* Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 +- fix launch script to detect if shadows must be turned off + * Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 - Does not work on PPC yet, ExcludeArch it. From fedora-extras-commits at redhat.com Mon Dec 18 22:47:14 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:47:14 -0500 Subject: rpms/glest/devel glest.sh,1.1,1.2 glest.spec,1.4,1.5 Message-ID: <200612182247.kBIMlENh008392@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8357/devel Modified Files: glest.sh glest.spec Log Message: fix launch script to detect if shadows must be turned off Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glest.sh 27 Nov 2006 20:05:47 -0000 1.1 +++ glest.sh 18 Dec 2006 22:46:43 -0000 1.2 @@ -67,6 +67,11 @@ if [ -f $GLEST_DATA_DIR/data/lang/$lang ]; then sed -i -e s/Lang=.*/Lang=$lang/g glest.ini fi + max_texture_units="`glxinfo -l | awk '/GL_MAX_TEXTURE_UNITS_ARB/ { print $3 }'`" + if [ -n "$max_texture_units" -a "$max_texture_units" -lt 3 ]; then + echo "Your video card does not support enough texture units, turning off shadows..." + sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini + fi else # convert configuration from glest 1.1 to glest 1.2 grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- glest.spec 14 Dec 2006 14:46:28 -0000 1.4 +++ glest.spec 18 Dec 2006 22:46:43 -0000 1.5 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -94,6 +94,9 @@ %changelog +* Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 +- fix launch script to detect if shadows must be turned off + * Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 - Does not work on PPC yet, ExcludeArch it. From fedora-extras-commits at redhat.com Mon Dec 18 22:53:17 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 18 Dec 2006 17:53:17 -0500 Subject: rpms/gdl/devel gdl-0.9pre3-python25.patch, NONE, 1.1 gdl.spec, 1.21, 1.22 Message-ID: <200612182253.kBIMrHF9008507@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8489 Modified Files: gdl.spec Added Files: gdl-0.9pre3-python25.patch Log Message: Add patch for configure to handle python 2.5 gdl-0.9pre3-python25.patch: --- NEW FILE gdl-0.9pre3-python25.patch --- --- gdl-0.9pre3/configure.python25 2006-11-22 07:58:06.000000000 -0700 +++ gdl-0.9pre3/configure 2006-12-18 14:01:50.000000000 -0700 @@ -20135,7 +20135,7 @@ queryfile=$ac_confdir/query_version.py echo # tmp file auto (re)generated by GDL configure. Please delete > $queryfile echo import sys >> $queryfile - echo print sys.version.split\(\'.\'\)\[0\]+\".\"+sys.version.split\(\'.\'\)\[1\] >> $queryfile + echo print sys.version.split\(\)\[0\].split\(\'.\'\)\[0\]+\".\"+sys.version.split\(\)\[0\].split\(\'.\'\)\[1\] >> $queryfile PYTHON_VERSION=`python $queryfile` rm $queryfile fi Index: gdl.spec =================================================================== RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gdl.spec 15 Dec 2006 09:14:17 -0000 1.21 +++ gdl.spec 18 Dec 2006 22:52:47 -0000 1.22 @@ -1,6 +1,6 @@ Name: gdl Version: 0.9 -Release: 0.pre3.3%{?dist} +Release: 0.pre3.4%{?dist} Summary: GNU Data Language Group: Applications/Engineering @@ -8,13 +8,14 @@ URL: http://gnudatalanguage.sourceforge.net/ Source0: http://dl.sf.net/gnudata/%{name}-%{version}pre3.tar.gz Patch0: gdl-0.9pre3-const.patch +Patch1: gdl-0.9pre3-python25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, ncurses-devel BuildRequires: gsl-devel, plplot-devel, ImageMagick-c++-devel BuildRequires: netcdf-devel, hdf5-devel, libjpeg-devel BuildRequires: python-devel, python-numarray, python-matplotlib -BuildRequires: fftw-devel, hdf-devel +BuildRequires: fftw-devel, hdf-devel, proj-devel %description @@ -26,6 +27,7 @@ %prep %setup -q -n %{name}-%{version}pre3 %patch -p1 -b .const +%patch1 -p1 -b .python25 %build @@ -51,6 +53,9 @@ %changelog +* Mon Dec 18 2006 - Orion Poplawski - 0.9-0.pre3.4 +- Add patch for configure to handle python 2.5 + * Thu Dec 14 2006 - Jef Spaleta - 0.9-0.pre3.3 - Bump and build for python 2.5 From fedora-extras-commits at redhat.com Mon Dec 18 23:37:54 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 18 Dec 2006 18:37:54 -0500 Subject: rpms/cmake/devel cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.11, 1.12 Message-ID: <200612182337.kBINbsml012010@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11988 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cmake.spec 5 Dec 2006 16:52:21 -0000 1.11 +++ cmake.spec 18 Dec 2006 23:37:24 -0000 1.12 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -60,6 +65,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 00:01:00 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 18 Dec 2006 19:01:00 -0500 Subject: rpms/cmake/devel cmake-2.4.5-xmlrpc.patch,1.1,1.2 Message-ID: <200612190001.kBJ010v8012140@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12120 Modified Files: cmake-2.4.5-xmlrpc.patch Log Message: Fix xmlrpc-c headers cmake-2.4.5-xmlrpc.patch: Index: cmake-2.4.5-xmlrpc.patch =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake-2.4.5-xmlrpc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cmake-2.4.5-xmlrpc.patch 18 Dec 2006 23:37:24 -0000 1.1 +++ cmake-2.4.5-xmlrpc.patch 19 Dec 2006 00:00:30 -0000 1.2 @@ -8,3 +8,16 @@ ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) +--- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 ++++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 +@@ -20,8 +20,8 @@ + /* Use the xmlrpc library configured for CMake. */ + #include "cmThirdParty.h" + #ifdef CMAKE_USE_SYSTEM_XMLRPC +-# include +-# include ++# include ++# include + #else + # include + # include From fedora-extras-commits at redhat.com Tue Dec 19 00:53:44 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Mon, 18 Dec 2006 19:53:44 -0500 Subject: rpms/fontypython/FC-5 fontypython.spec,1.1,1.2 Message-ID: <200612190053.kBJ0riTQ015606@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554/FC-5 Modified Files: fontypython.spec Log Message: Changed executable name from 'fp' to 'fontypython' Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-5/fontypython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.spec 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -43,6 +43,7 @@ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +51,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/fp +%{_bindir}/fontypython %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING @@ -58,6 +59,9 @@ %{python_sitelib}/* %changelog +* Mon Dec 19 2006 Chris Mohler 0.2.0-5 +- Renamed executable 'fp' to 'fontypython' to resolve bug #220046 + * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires From fedora-extras-commits at redhat.com Tue Dec 19 00:53:49 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Mon, 18 Dec 2006 19:53:49 -0500 Subject: rpms/fontypython/devel fontypython.spec,1.1,1.2 Message-ID: <200612190053.kBJ0rnJl015612@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554/devel Modified Files: fontypython.spec Log Message: Changed executable name from 'fp' to 'fontypython' Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/fontypython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.spec 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.spec 19 Dec 2006 00:53:19 -0000 1.2 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -43,6 +43,7 @@ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +51,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/fp +%{_bindir}/fontypython %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING @@ -58,6 +59,9 @@ %{python_sitelib}/* %changelog +* Mon Dec 19 2006 Chris Mohler 0.2.0-5 +- Renamed executable 'fp' to 'fontypython' to resolve bug #220046 + * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires From fedora-extras-commits at redhat.com Tue Dec 19 00:53:44 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Mon, 18 Dec 2006 19:53:44 -0500 Subject: rpms/fontypython/FC-6 fontypython.spec,1.1,1.2 Message-ID: <200612190053.kBJ0riHF015609@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554/FC-6 Modified Files: fontypython.spec Log Message: Changed executable name from 'fp' to 'fontypython' Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-6/fontypython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.spec 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -43,6 +43,7 @@ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +51,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/fp +%{_bindir}/fontypython %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING @@ -58,6 +59,9 @@ %{python_sitelib}/* %changelog +* Mon Dec 19 2006 Chris Mohler 0.2.0-5 +- Renamed executable 'fp' to 'fontypython' to resolve bug #220046 + * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires From fedora-extras-commits at redhat.com Tue Dec 19 01:07:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 18 Dec 2006 20:07:47 -0500 Subject: rpms/python-sqlobject/devel python-sqlobject.spec,1.8,1.9 Message-ID: <200612190107.kBJ17lnk019050@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19033 Modified Files: python-sqlobject.spec Log Message: require python-sqlite2 Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/python-sqlobject.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sqlobject.spec 12 Dec 2006 14:00:30 -0000 1.8 +++ python-sqlobject.spec 19 Dec 2006 01:07:17 -0000 1.9 @@ -2,7 +2,7 @@ Name: python-sqlobject Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-sqlite, python-formencode >= 0.2.2 +Requires: python-sqlite2, python-formencode >= 0.2.2 %description @@ -81,6 +81,9 @@ %{_bindir}/* %changelog +* Mon Dec 18 2006 Luke Macken 0.7.2-3 +- Require python-sqlite2 + * Tue Dec 12 2006 Luke Macken 0.7.2-2 - Add python-devel to BuildRequires From fedora-extras-commits at redhat.com Tue Dec 19 01:57:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:27 -0500 Subject: rpms/sqlgrey - New directory Message-ID: <200612190157.kBJ1vRxc019476@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19472/sqlgrey Log Message: Directory /cvs/extras/rpms/sqlgrey added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 01:57:33 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:33 -0500 Subject: rpms/sqlgrey/devel - New directory Message-ID: <200612190157.kBJ1vXMO019491@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19472/sqlgrey/devel Log Message: Directory /cvs/extras/rpms/sqlgrey/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 01:57:51 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:51 -0500 Subject: rpms/sqlgrey Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612190157.kBJ1vpoi019523@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517 Added Files: Makefile import.log Log Message: Setup of module sqlgrey --- NEW FILE Makefile --- # Top level Makefile for module sqlgrey all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 19 01:57:56 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:56 -0500 Subject: rpms/sqlgrey/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612190157.kBJ1vu7L019538@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module sqlgrey --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 19 01:59:17 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:59:17 -0500 Subject: rpms/sqlgrey import.log,1.1,1.2 Message-ID: <200612190159.kBJ1xHVS019633@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19596 Modified Files: import.log Log Message: auto-import sqlgrey-1.7.4-5 on branch devel from sqlgrey-1.7.4-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/sqlgrey/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Dec 2006 01:57:51 -0000 1.1 +++ import.log 19 Dec 2006 01:58:47 -0000 1.2 @@ -0,0 +1 @@ +sqlgrey-1_7_4-5:HEAD:sqlgrey-1.7.4-5.src.rpm:1166493963 From fedora-extras-commits at redhat.com Tue Dec 19 01:59:18 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:59:18 -0500 Subject: rpms/sqlgrey/devel sqlgrey-1.7.4-sqlite.patch, NONE, 1.1 sqlgrey-1.7.4-warnings.patch, NONE, 1.1 sqlgrey.init, NONE, 1.1 sqlgrey.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612190159.kBJ1xIcj019637@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19596/devel Modified Files: .cvsignore sources Added Files: sqlgrey-1.7.4-sqlite.patch sqlgrey-1.7.4-warnings.patch sqlgrey.init sqlgrey.spec Log Message: auto-import sqlgrey-1.7.4-5 on branch devel from sqlgrey-1.7.4-5.src.rpm sqlgrey-1.7.4-sqlite.patch: --- NEW FILE sqlgrey-1.7.4-sqlite.patch --- --- sqlgrey-1.7.4/etc/sqlgrey.conf.orig 2006-05-28 09:32:59.000000000 -0500 +++ sqlgrey-1.7.4/etc/sqlgrey.conf 2006-12-12 14:58:38.000000000 -0600 @@ -119,7 +119,9 @@ # instead of Pg below use "mysql" for MySQL, "SQLite" for SQLite # any DBD driver is allowed, but only the previous 3 have been tested # db_type = Pg +db_type = SQLite # db_name = sqlgrey +db_name = sqlgrey.db # Note: the following are not used with SQLite # db_host = localhost # db_port = default sqlgrey-1.7.4-warnings.patch: --- NEW FILE sqlgrey-1.7.4-warnings.patch --- --- sqlgrey-1.7.4/sqlgrey.orig 2006-08-02 21:33:43.000000000 -0500 +++ sqlgrey-1.7.4/sqlgrey 2006-12-12 15:13:07.000000000 -0600 @@ -815,6 +815,7 @@ $self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts)); #Setting up cluster db's + no warnings 'once'; $DBIx::DBCluster::CLUSTERS = { "$self->{sqlgrey}{db_host}" => { 'WRITE_HOSTS' => [$self->{sqlgrey}{db_host}], @@ -2410,6 +2411,7 @@ no warnings 'uninitialized'; #Perl will spew warn's if running DBI only if ($dflt{db_cluster} eq 'on') { #if loglevel >= 4, enable debugging for DBCluster + no warnings 'once'; $DBIx::DBCluster::DEBUG = ($dflt{'loglevel'}>3)?1:0; if ((defined $HOSTNAME) && (defined $dflt{db_cleanup_hostname})) { --- NEW FILE sqlgrey.init --- #!/bin/sh # # sqlgrey: Init script for sqlgrey postfix policy service # # chkconfig: - 79 31 # description: SQLgrey is a postfix grey-listing policy service. # pidfile: /var/run/sqlgrey.pid # Source function library. . /etc/init.d/functions RETVAL=0 start() { echo -n $"Starting SQLgrey: " # SQLite put files in the working directory cd ~sqlgrey || RETVAL=1 [ $RETVAL -eq 0 ] && { daemon sqlgrey -d; RETVAL=$?; }; [ $RETVAL -eq 0 ] && { touch /var/lock/subsys/sqlgrey; RETVAL=$?; }; [ $RETVAL -eq 0 ] && echo_success || echo_failure echo } stop() { echo -n $"Shutting down SQLgrey: " sqlgrey -k || RETVAL=1 [ $RETVAL -eq 0 ] && { rm -f /var/lock/subsys/sqlgrey; RETVAL=$?; }; [ $RETVAL -eq 0 ] && echo_success || echo_failure echo } restart() { stop sleep 1 # hack: missing REUSEADDR from Net::Server? start } # See how we were called. case "$1" in start) start ;; stop) stop ;; status) status sqlgrey ;; reload) restart ;; restart) restart ;; condrestart) [ -f /var/lock/subsys/sqlgrey ] && restart || : ;; *) echo $"Usage: $0 {start|stop|status|restart|condrestart}" exit 1 esac exit $RETVAL --- NEW FILE sqlgrey.spec --- Name: sqlgrey Version: 1.7.4 Release: 5%{?dist} Summary: Postfix grey-listing policy service Group: System Environment/Daemons License: GPL URL: http://sqlgrey.sourceforge.net/ Source0: http://dl.sourceforge.net/sqlgrey/sqlgrey-%{version}.tar.bz2 Source1: sqlgrey.init Patch0: sqlgrey-1.7.4-sqlite.patch Patch1: sqlgrey-1.7.4-warnings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: postfix Requires: perl(DBD::SQLite) Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service Requires(postun): fedora-usermgmt Requires(pre): fedora-usermgmt %description SQLgrey is a Postfix grey-listing policy service with auto-white-listing written in Perl with SQL database as storage backend. Greylisting stops 50 to 90% of junk mails (spam and virus) before they reach your Postfix server (saves BW, user time and CPU time). %prep %setup -q %patch0 -p1 %patch1 -p1 %build make %install rm -rf $RPM_BUILD_ROOT make rh-install ROOTDIR=$RPM_BUILD_ROOT install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/sqlgrey mkdir -p -m 755 $RPM_BUILD_ROOT%{_var}/lib mkdir -m 750 $RPM_BUILD_ROOT%{_var}/lib/sqlgrey touch $RPM_BUILD_ROOT%{_var}/lib/sqlgrey/sqlgrey.db %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changelog CONTRIB COPYING FAQ HOWTO README* TODO %{_sysconfdir}/init.d/sqlgrey %{_sbindir}/sqlgrey %{_sbindir}/update_sqlgrey_config %{_bindir}/sqlgrey-logstats.pl %{_mandir}/man1/sqlgrey.1* %attr(-,sqlgrey,sqlgrey) %dir %{_var}/lib/sqlgrey %attr(-,sqlgrey,sqlgrey) %ghost %{_var}/lib/sqlgrey/sqlgrey.db %dir %{_sysconfdir}/sqlgrey %config(noreplace) %{_sysconfdir}/sqlgrey/sqlgrey.conf # Content of these files are changed by sqlgrey itself %config(noreplace) %{_sysconfdir}/sqlgrey/clients_ip_whitelist %config(noreplace) %{_sysconfdir}/sqlgrey/clients_fqdn_whitelist %config(noreplace) %{_sysconfdir}/sqlgrey/*.regexp # Warning admins to not touch the above files %attr(644,root,root) %config %{_sysconfdir}/sqlgrey/README %pre /usr/sbin/fedora-groupadd 26 -r sqlgrey &>/dev/null || : /usr/sbin/fedora-useradd 26 -r -s /sbin/nologin -d /var/lib/sqlgrey -M \ -c 'SQLgrey Server' -g sqlgrey sqlgrey &>/dev/null || : %post /sbin/chkconfig --add sqlgrey || : /sbin/service sqlgrey condrestart || : %preun if [ "$1" -eq 0 ]; then /sbin/service sqlgrey stop || : /sbin/chkconfig --del sqlgrey || : fi %postun if [ "$1" -eq 0 ]; then /usr/sbin/fedora-userdel sqlgrey &>/dev/null || : /usr/sbin/fedora-groupdel sqlgrey &>/dev/null || : fi %changelog * Thu Dec 14 2006 Steven Pritchard 1.7.4-5 - Add missing echos to init script * Wed Dec 13 2006 Steven Pritchard 1.7.4-4 - Add more docs * Tue Dec 12 2006 Steven Pritchard 1.7.4-3 - Change default database to SQLite - Require DBD::SQLite - Own (ghost) SQLite db file - Clean up post/postun scripts a bit - Quiet bogus variable used once warnings * Tue Aug 29 2006 Steven Pritchard 1.7.4-2 - Change home directory to /var/lib/sqlgrey and create it - Include our own init script - Explicitly require postfix - Drop inconsistent name macro usage * Tue Aug 29 2006 Steven Pritchard 1.7.4-1 - Update to 1.7.4 - Own _sysconfdir/sqlgrey and all .regexp files in it - Handle the service in post/preun/postun scripts - Random spec cleanup * Mon Apr 17 2006 Warren Togami 1.7.3-2 - Convert to fedora-usermgmt - Spec cleanup to Fedora guidelines * Wed Nov 16 2005 Lionel Bouton - 1.7.3 release - fixes for a crash with '*' in email adresses * Tue Oct 25 2005 Lionel Bouton - 1.7.2 release - fixes for several errors in logging - clean_method ported from 1.6.x * Thu Sep 15 2005 Lionel Bouton - 1.7.1 release - fix for race condition in multiple instances configurations - fix for weekly stats * Tue Jun 21 2005 Lionel Bouton - 1.7.0 release - now continue if the DB isn't available at startup time - based on 1.6.0 with Michel Bouissou's work: . better connect cleanup when creating AWL entries . source IP throttling * Thu Jun 16 2005 Lionel Bouton - 1.6.0 release - fix for alternate conf_dir - fix for timestamp handling in log parser - log parser cleanup - added README.PERF and documentation cleanup * Tue Jun 07 2005 Lionel Bouton - 1.5.9 release - fix for MySQL's mishandling of timestamps - better log parser * Thu Jun 02 2005 Lionel Bouton - 1.5.8 release - fix for Makefile: rpmbuild didn't work * Wed Jun 01 2005 Lionel Bouton - 1.5.7 release - fix for a memory leak - config directory now user-configurable - preliminary log analyser * Mon May 02 2005 Lionel Bouton - 1.5.6 release - fix for MySQL disconnection crash - IPv6 support - Optin/optout support * Tue Apr 25 2005 Lionel Bouton - 1.5.5 release - small fix for SRS (again!) - small fix for deverp code - log types * Tue Mar 15 2005 Lionel Bouton - 1.5.4 release - fix for regexp compilation (regexp in fqdn_whitelists didn't work) * Sat Mar 05 2005 Lionel Bouton - 1.5.3 release - the cleanup is now done in a separate process to avoid stalling the service * Thu Mar 03 2005 Lionel Bouton - 1.5.2 release - optimize SQL queries by avoiding some now() function calls * Wed Mar 02 2005 Lionel Bouton - 1.5.1 release - replaced smart algorithm with Michel Bouissou's one * Wed Feb 23 2005 Lionel Bouton - 1.5.0 release - drop support for obsolete command-line parameters - migrate databases to a new layout : . first_seen added to the AWLs . optimize AWL Primary Keys . add indexes * Mon Feb 21 2005 Lionel Bouton - 1.4.8 release - AWL performance bugfix - bad handling of database init errors fixed * Fri Feb 18 2005 Lionel Bouton - 1.4.7 release - MAIL FROM: <> bugfix * Fri Feb 18 2005 Lionel Bouton - 1.4.6 release - update_sqlgrey_whitelists fix - removed superfluous regexp in deVERP code * Thu Feb 17 2005 Lionel Bouton - 1.4.5 release - update_sqlgrey_whitelists temporary directory fixes from Michel Bouissou - return code configurable patch from Michel Bouissou - VERP and SRS tuning, with input from Michel Bouissou - VERP and SRS normalisation is used only in the AWLs * Mon Feb 14 2005 Lionel Bouton - 1.4.4 release - Autowhitelists understand SRS - more VERP support for autowhitelists - SQLgrey can warn by mail when the database is unavailable - update_sqlgrey_whitelists doesn't rely on mktemp's '-t' parameter anymore. * Sun Feb 06 2005 Lionel Bouton - 1.4.3 release - log to stdout when not in daemon mode - added update_sqlgrey_whitelists script whitelists can now be fetched from repositories * Thu Jan 13 2005 Lionel Bouton - 1.4.2 release - Better cleanup logging from Rene Joergensen - Fix for Syslog.pm error messages at init time - Fix doc packaging in RPM * Tue Jan 11 2005 Lionel Bouton - 1.4.1 release - fix for invalid group id messages from ??ystein Viggen - allow reloading whitelists with SIGUSR1 - db_maintdelay user-configurable - don't log pid anymore * Fri Dec 10 2004 Lionel Bouton - 1.4.0 release - windows for SQL injection fix (reported by ??ystein Viggen) - spec file tuning inspired by Derek Battams * Tue Nov 30 2004 Lionel Bouton - 1.3.6 release - whitelist for FQDN as well as IP - 3 different greylisting algorithms (RFE from Derek Battams) * Mon Nov 22 2004 Lionel Bouton - 1.3.4 release - ip whitelisting * Mon Nov 22 2004 Lionel Bouton - 1.3.3 release - preliminary whitelist support * Wed Nov 17 2004 Lionel Bouton - 1.3.2 release - RPM packaging fixed - DB connection pbs don't crash SQLgrey anymore * Thu Nov 11 2004 Lionel Bouton - 1.3.0 release - Database schema slightly changed, - Automatic database schema upgrade framework * Sun Nov 07 2004 Lionel Bouton - 1.2.0 release - SQL code injection protection - better DBI error reporting - better VERP support - small log related typo fix - code cleanups * Mon Oct 11 2004 Lionel Bouton - 1.1.2 release - pidfile handling code bugfix * Mon Sep 27 2004 Lionel Bouton - 1.1.1 release - MySQL-related SQL syntax bugfix * Tue Sep 21 2004 Lionel Bouton - 1.1.0 release - SQLite support (RFE from Klaus Alexander Seistrup) * Tue Sep 14 2004 Lionel Bouton - 1.0.1 release - man page cleanup * Tue Sep 07 2004 Lionel Bouton - pushed default max-age from 12 to 24 hours * Sat Aug 07 2004 Lionel Bouton - bug fix for space trimming values from database * Tue Aug 03 2004 Lionel Bouton - trim spaces before logging possible spams - v1.0 added license reference at the top at savannah request * Fri Jul 30 2004 Lionel Bouton - Bugfix: couldn't match on undefined sender - debug code added * Fri Jul 30 2004 Lionel Bouton - Removed NetAddr::IP dependency at savannah request * Sat Jul 17 2004 Lionel Bouton - Default max-age pushed to 12 hours instead of 5 (witnessed more than 6 hours for a mailing-list subscription system) * Fri Jul 02 2004 Lionel Bouton - Documentation * Thu Jul 01 2004 Lionel Bouton - PostgreSQL support added * Tue Jun 29 2004 Lionel Bouton - various cleanups and bug hunting * Mon Jun 28 2004 Lionel Bouton - 2-level AWL support * Sun Jun 27 2004 Lionel Bouton - Initial Version, replaced BDB by mysql in postgrey Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sqlgrey/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Dec 2006 01:57:56 -0000 1.1 +++ .cvsignore 19 Dec 2006 01:58:48 -0000 1.2 @@ -0,0 +1 @@ +sqlgrey-1.7.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sqlgrey/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Dec 2006 01:57:56 -0000 1.1 +++ sources 19 Dec 2006 01:58:48 -0000 1.2 @@ -0,0 +1 @@ +b84931d638c3527e2dabc26ad6754bc0 sqlgrey-1.7.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 02:03:26 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 21:03:26 -0500 Subject: owners owners.list,1.2127,1.2128 Message-ID: <200612190203.kBJ23QT4022805@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22790 Modified Files: owners.list Log Message: Add sqlgrey. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2127 retrieving revision 1.2128 diff -u -r1.2127 -r1.2128 --- owners.list 18 Dec 2006 17:24:46 -0000 1.2127 +++ owners.list 19 Dec 2006 02:02:56 -0000 1.2128 @@ -2287,6 +2287,7 @@ Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|splint|An implementation of the lint program|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| +Fedora Extras|sqlgrey|Postfix grey-listing policy service|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 19 03:57:10 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Mon, 18 Dec 2006 22:57:10 -0500 Subject: rpms/zeroinstall-injector/devel zeroinstall-injector.spec,1.4,1.5 Message-ID: <200612190357.kBJ3vAkh026393@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/zeroinstall-injector/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26378 Modified Files: zeroinstall-injector.spec Log Message: Updated spec for python2.5 rebuild Index: zeroinstall-injector.spec =================================================================== RCS file: /cvs/extras/rpms/zeroinstall-injector/devel/zeroinstall-injector.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zeroinstall-injector.spec 11 Nov 2006 17:46:20 -0000 1.4 +++ zeroinstall-injector.spec 19 Dec 2006 03:56:40 -0000 1.5 @@ -2,7 +2,7 @@ Name: zeroinstall-injector Version: 0.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Zero Install Injector (0launch) Group: Applications/System @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python gnupg +BuildRequires: python-devel gnupg Requires: PyXML pygtk2 gnupg %description @@ -58,6 +58,9 @@ %changelog +* Mon Dec 18 2006 Michel Salim 0.24-3 +- Rebuild for development branch + * Sat Nov 11 2006 Michel Salim 0.24-2 - Allow installation of ix86 binaries on x86_64 From fedora-extras-commits at redhat.com Tue Dec 19 05:07:00 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:07:00 -0500 Subject: rpms/scribes/devel scribes-fix-plugins-installation-dir.patch, NONE, 1.1 scribes.spec, 1.21, 1.22 Message-ID: <200612190507.kBJ570Ak000598@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv576 Modified Files: scribes.spec Added Files: scribes-fix-plugins-installation-dir.patch Log Message: Update to 2006-12-18 BZR snapshot; add more %doc files, scribes-fix-plugins-installation-dir.patch: --- NEW FILE scribes-fix-plugins-installation-dir.patch --- --- Makefile.am.old 2006-12-18 20:05:22.000000000 -0800 +++ Makefile.am 2006-12-18 20:05:39.000000000 -0800 @@ -43,6 +43,6 @@ gnome-doc-utils.make install-data-hook: - cp -R plugins $(datadir)/scribes + cp -R plugins $(DESTDIR)$(datadir)/scribes chmod 755 $(DESTDIR)$(startupdir)/$(startup_script) chmod 755 $(DESTDIR)$(startupdir)/$(other_script) Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- scribes.spec 9 Dec 2006 02:21:16 -0000 1.21 +++ scribes.spec 19 Dec 2006 05:06:30 -0000 1.22 @@ -1,17 +1,25 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define python_module_name SCRIBES +%define alphatag .20061218bzr Name: scribes Version: 0.3 -Release: 2%{?dist} +Release: 3%{?alphatag}%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ -Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +## Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +# This is a source snapshot dated 2006-12-18, thus no URI. Instructions to +# retrieve it are as follows (the initial '$' character is one's shell prompt): +# $ bzr get -r 83 http://scribes.sourceforge.net/bzr/scribes +# $ rm -rf scribes/.bzr* +# $ tar -cvjpf scribes-0.3.20061218bzr.tar.bz2 scribes +Source0: scribes-%{version}%{alphatag}.tar.bz2 Patch0: %{name}-configure.ac-no-python-depcheck.patch +Patch1: %{name}-fix-plugins-installation-dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -22,6 +30,7 @@ BuildRequires: perl(XML::Parser) BuildRequires: scrollkeeper BuildRequires: autoconf +BuildRequires: automake BuildRequires: gnome-doc-utils BuildRequires: GConf2 @@ -66,13 +75,18 @@ %prep -%setup -q +%setup -q -n "%{name}" # Patch out the configure script's call to depcheck.py, since I've ensured # that the deps are satisfied and the depcheck.py script is happy on its own, # though fails when run through rpmbuild... %patch0 -p0 # ..then recreate the configure script from the new configure.ac file... %{__autoconf} +# ...then patch the Makefile.am to properly install the plugins to +# $(DESTDIR)$(datadir)... +%patch1 -p0 +# ..then recreate the root Makefile.in for the configure script to use... +%{__automake} Makefile # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled # since they'll be installed with the scriptlets. %configure --disable-scrollkeeper --disable-schemas-install --enable-nls @@ -139,10 +153,9 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog CONTRIBUTORS COPYING NEWS README TRANSLATORS TODO %{python_sitelib}/%{python_module_name}/ %{_bindir}/%{name} -%{_bindir}/.scribesclient %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/gnome/help/%{name}/ @@ -153,6 +166,15 @@ %changelog +* Mon Dec 18 2006 Peter Gordon - 0.3-3.20061218bzr +- Update to 2006-12-18 BZR snapshot. This should fix the longstanding bug + wherein a zombie .scribesclient process is left which becomes incredibly + processor-intensive, since the internal IPC has been reworked; also includes + various updated translations. +- Add CONTRIBUTORS, TRANSLATORS, and TODO files as %%doc +- Add patch to install plugins to proper $(DESTDIR) location: + + fix-plugins-installation-dir.patch + * Fri Dec 08 2006 Peter Gordon - 0.3-2 - Rebuild for Python 2.5 upgrade From fedora-extras-commits at redhat.com Tue Dec 19 05:07:46 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 19 Dec 2006 00:07:46 -0500 Subject: rpms/python-nltk_lite/devel python-nltk_lite.spec,1.1,1.2 Message-ID: <200612190507.kBJ57ke6000625@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/python-nltk_lite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv562 Modified Files: python-nltk_lite.spec Log Message: Rebuild for -development (FC7) Index: python-nltk_lite.spec =================================================================== RCS file: /cvs/extras/rpms/python-nltk_lite/devel/python-nltk_lite.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-nltk_lite.spec 11 Nov 2006 02:57:46 -0000 1.1 +++ python-nltk_lite.spec 19 Dec 2006 05:07:16 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-nltk_lite Version: 0.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Natural Language Toolkit Group: Development/Libraries @@ -14,7 +14,7 @@ Obsoletes: python-nltk <= 1.4.4-2%{?dist} -BuildRequires: python +BuildRequires: python-devel Requires: python-numarray, tkinter %description @@ -67,5 +67,8 @@ %changelog +* Mon Dec 18 2006 Michel Salim - 0.6.6-2 +- Rebuild for development branch + * Mon Oct 30 2006 Michel Salim - 0.6.6-1 - Initial package From fedora-extras-commits at redhat.com Tue Dec 19 05:09:08 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:09:08 -0500 Subject: rpms/scribes/FC-6 scribes-fix-plugins-installation-dir.patch, NONE, 1.1 scribes.spec, 1.18, 1.19 Message-ID: <200612190509.kBJ598Cj000733@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv710 Modified Files: scribes.spec Added Files: scribes-fix-plugins-installation-dir.patch Log Message: Update to 2006-12-18 BZR snapshot; add more %doc files, scribes-fix-plugins-installation-dir.patch: --- NEW FILE scribes-fix-plugins-installation-dir.patch --- --- Makefile.am.old 2006-12-18 20:05:22.000000000 -0800 +++ Makefile.am 2006-12-18 20:05:39.000000000 -0800 @@ -43,6 +43,6 @@ gnome-doc-utils.make install-data-hook: - cp -R plugins $(datadir)/scribes + cp -R plugins $(DESTDIR)$(datadir)/scribes chmod 755 $(DESTDIR)$(startupdir)/$(startup_script) chmod 755 $(DESTDIR)$(startupdir)/$(other_script) Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-6/scribes.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- scribes.spec 4 Nov 2006 20:16:24 -0000 1.18 +++ scribes.spec 19 Dec 2006 05:08:38 -0000 1.19 @@ -1,17 +1,25 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define python_module_name SCRIBES +%define alphatag .20061218bzr Name: scribes Version: 0.3 -Release: 1%{?dist} +Release: 2%{?alphatag}%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ -Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +## Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +# This is a source snapshot dated 2006-12-18, thus no URI. Instructions to +# retrieve it are as follows (the initial '$' character is one's shell prompt): +# $ bzr get -r 83 http://scribes.sourceforge.net/bzr/scribes +# $ rm -rf scribes/.bzr* +# $ tar -cvjpf scribes-0.3.20061218bzr.tar.bz2 scribes +Source0: scribes-%{version}%{alphatag}.tar.bz2 Patch0: %{name}-configure.ac-no-python-depcheck.patch +Patch1: %{name}-fix-plugins-installation-dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -22,6 +30,7 @@ BuildRequires: perl(XML::Parser) BuildRequires: scrollkeeper BuildRequires: autoconf +BuildRequires: automake BuildRequires: gnome-doc-utils BuildRequires: GConf2 @@ -66,13 +75,18 @@ %prep -%setup -q +%setup -q -n "%{name}" # Patch out the configure script's call to depcheck.py, since I've ensured # that the deps are satisfied and the depcheck.py script is happy on its own, # though fails when run through rpmbuild... %patch0 -p0 # ..then recreate the configure script from the new configure.ac file... %{__autoconf} +# ...then patch the Makefile.am to properly install the plugins to +# $(DESTDIR)$(datadir)... +%patch1 -p0 +# ..then recreate the root Makefile.in for the configure script to use... +%{__automake} Makefile # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled # since they'll be installed with the scriptlets. %configure --disable-scrollkeeper --disable-schemas-install --enable-nls @@ -95,7 +109,6 @@ make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ - --add-category X-Fedora \ --delete-original \ %{buildroot}/%{_datadir}/applications/%{name}.desktop chmod +x %{buildroot}/%{python_sitelib}/%{python_module_name}/syntax.py @@ -139,10 +152,9 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog CONTRIBUTORS COPYING NEWS README TRANSLATORS TODO %{python_sitelib}/%{python_module_name}/ %{_bindir}/%{name} -%{_bindir}/.scribesclient %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/gnome/help/%{name}/ @@ -153,6 +165,16 @@ %changelog +* Mon Dec 18 2006 Peter Gordon - 0.3-2.20061218bzr +- Update to 2006-12-18 BZR snapshot. This should fix the longstanding bug + wherein a zombie .scribesclient process is left which becomes incredibly + processor-intensive, since the internal IPC has been reworked; also includes + various updated translations. +- Don't add the X-Fedora category to the installed .desktop file +- Add CONTRIBUTORS, TRANSLATORS, and TODO files as %%doc +- Add patch to install plugins to proper $(DESTDIR) location: + + fix-plugins-installation-dir.patch + * Sat Nov 04 2006 Peter Gordon - 0.3-1 - Update to new upstream release (0.3 final) From fedora-extras-commits at redhat.com Tue Dec 19 05:11:40 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:11:40 -0500 Subject: rpms/scribes/FC-6 .cvsignore,1.8,1.9 sources,1.8,1.9 Message-ID: <200612190511.kBJ5BeO8000768@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv751 Modified Files: .cvsignore sources Log Message: Commiting the new sources and .cvsignore files would probably help. :] Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 4 Nov 2006 20:16:24 -0000 1.8 +++ .cvsignore 19 Dec 2006 05:11:10 -0000 1.9 @@ -1 +1 @@ -scribes-0.3.tar.bz2 +scribes-0.3.20061218bzr.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Nov 2006 20:16:24 -0000 1.8 +++ sources 19 Dec 2006 05:11:10 -0000 1.9 @@ -1 +1 @@ -2abe30a606fcb6aa310c7322df8e5ab7 scribes-0.3.tar.bz2 +b957d8a8bbb6fd6135a62e55e570ff46 scribes-0.3.20061218bzr.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 05:12:44 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:12:44 -0500 Subject: rpms/scribes/devel .cvsignore,1.8,1.9 sources,1.8,1.9 Message-ID: <200612190512.kBJ5Cibx000802@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv785 Modified Files: .cvsignore sources Log Message: Commiting the new sources and .cvsignore files would probably help. :] Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 4 Nov 2006 20:07:31 -0000 1.8 +++ .cvsignore 19 Dec 2006 05:12:13 -0000 1.9 @@ -1 +1 @@ -scribes-0.3.tar.bz2 +scribes-0.3.20061218bzr.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Nov 2006 20:07:31 -0000 1.8 +++ sources 19 Dec 2006 05:12:13 -0000 1.9 @@ -1 +1 @@ -2abe30a606fcb6aa310c7322df8e5ab7 scribes-0.3.tar.bz2 +b957d8a8bbb6fd6135a62e55e570ff46 scribes-0.3.20061218bzr.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 05:21:00 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 19 Dec 2006 00:21:00 -0500 Subject: rpms/python-nltk/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE python-nltk.spec, 1.3, NONE sources, 1.2, NONE Message-ID: <200612190521.kBJ5L05k000954@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/python-nltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv938 Added Files: dead.package Removed Files: Makefile python-nltk.spec sources Log Message: Remove python-nltk from FE7 (superceded by python-nltk_lite) --- NEW FILE dead.package --- Upstream development has ceased, replaced by nltk_lite (packaged as python-nltk_lite in Fedora Extras) --- Makefile DELETED --- --- python-nltk.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 05:48:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 19 Dec 2006 00:48:52 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.25, 1.26 ochusha.spec, 1.26, 1.27 sources, 1.25, 1.26 Message-ID: <200612190548.kBJ5mq4t001198@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1174 Modified Files: .cvsignore ochusha.spec sources Log Message: * Tue Dec 19 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061219 - 0.5.99.65 cvs 061219 (9:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 18 Dec 2006 15:29:54 -0000 1.25 +++ .cvsignore 19 Dec 2006 05:48:22 -0000 1.26 @@ -1 +1 @@ -ochusha-0.5.99.64.11-cvs061218.tar.bz2 +ochusha-0.5.99.65-cvs061219.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ochusha.spec 18 Dec 2006 15:29:54 -0000 1.26 +++ ochusha.spec 19 Dec 2006 05:48:22 -0000 1.27 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.64.11 -%define strtag cvs061218 +%define main_ver 0.5.99.65 +%define strtag cvs061219 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 18 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061218 -- 0.5.99.64.11 cvs 061218 (23:59 JST) +* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061219 +- 0.5.99.65 cvs 061219 (9:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 18 Dec 2006 15:29:54 -0000 1.25 +++ sources 19 Dec 2006 05:48:22 -0000 1.26 @@ -1 +1 @@ -83a1634634d44cba19dba6b401d64a84 ochusha-0.5.99.64.11-cvs061218.tar.bz2 +fc4aaceb9ad535e11b2ceee7aeec82e9 ochusha-0.5.99.65-cvs061219.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 05:53:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 19 Dec 2006 00:53:31 -0500 Subject: rpms/ochusha/devel ochusha.spec,1.27,1.28 Message-ID: <200612190553.kBJ5rV3u001297@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1280 Modified Files: ochusha.spec Log Message: Fix changelog Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ochusha.spec 19 Dec 2006 05:48:22 -0000 1.27 +++ ochusha.spec 19 Dec 2006 05:53:01 -0000 1.28 @@ -8,7 +8,7 @@ %define pre_release 1 %if %{pre_release} -%define rel 0.%{vendor_rel}.%{strtag}%{?dist} +%define rel 0.%{vendor_rel}.%{strtag}%{?dist}.1 %else %define rel %{vendor_rel}%{?dist} %endif @@ -155,7 +155,7 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061219 +* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061219 - 0.5.99.65 cvs 061219 (9:00 JST) * Sat Nov 18 2006 From fedora-extras-commits at redhat.com Tue Dec 19 07:02:10 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 02:02:10 -0500 Subject: rpms/scribes/devel scribes.spec,1.22,1.23 Message-ID: <200612190702.kBJ72Ag1007790@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7775 Modified Files: scribes.spec Log Message: Fix build on devel by adding aclocal and sed calls around the automake call Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- scribes.spec 19 Dec 2006 05:06:30 -0000 1.22 +++ scribes.spec 19 Dec 2006 07:01:40 -0000 1.23 @@ -86,7 +86,9 @@ # $(DESTDIR)$(datadir)... %patch1 -p0 # ..then recreate the root Makefile.in for the configure script to use... +%{__aclocal} %{__automake} Makefile +find . -type f -exec sed -i -e "s/@MKDIR_P@/@mkdir_p@/g" '{}' \; # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled # since they'll be installed with the scriptlets. %configure --disable-scrollkeeper --disable-schemas-install --enable-nls From fedora-extras-commits at redhat.com Tue Dec 19 07:04:40 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 02:04:40 -0500 Subject: rpms/scribes/devel scribes-configure.ac-no-python-depcheck.patch, 1.2, 1.3 Message-ID: <200612190704.kBJ74exv007859@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7841 Modified Files: scribes-configure.ac-no-python-depcheck.patch Log Message: Readd lost patch scribes-configure.ac-no-python-depcheck.patch: Index: scribes-configure.ac-no-python-depcheck.patch =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes-configure.ac-no-python-depcheck.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- scribes-configure.ac-no-python-depcheck.patch 17 Oct 2006 03:46:43 -0000 1.2 +++ scribes-configure.ac-no-python-depcheck.patch 19 Dec 2006 07:04:10 -0000 1.3 @@ -1,8 +1,8 @@ ---- configure.ac.orig 2006-10-16 20:29:29.000000000 -0700 -+++ configure.ac 2006-10-16 20:30:22.000000000 -0700 +--- configure.ac.old 2006-12-18 21:59:01.000000000 -0800 ++++ configure.ac 2006-12-18 21:59:19.000000000 -0800 @@ -3,7 +3,6 @@ - AC_INIT([scribes], [0.2.9.88], []) + AC_INIT([scribes], [0.3.1], []) GNOME_COMMON_INIT -AC_PREREQ(2.60) AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip]) From fedora-extras-commits at redhat.com Tue Dec 19 07:36:18 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:36:18 -0500 Subject: rpms/amarok/devel amarok-1.4.4-lastfm+xine-lib-1.1.3.patch, NONE, 1.1 amarok.spec, 1.67, 1.68 Message-ID: <200612190736.kBJ7aIhN008071@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8031/devel Modified Files: amarok.spec Added Files: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch Log Message: add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) amarok-1.4.4-lastfm+xine-lib-1.1.3.patch: --- NEW FILE amarok-1.4.4-lastfm+xine-lib-1.1.3.patch --- Index: amarok-1.4.4/amark/src/amarok_proxy.rb =================================================================== --- amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609364) +++ amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609365) @@ -117,6 +117,11 @@ def cp_to_empty_outward( income, output ) myputs "cp_to_empty_outward( income => #{income.inspect}, output => #{output.inspect}" income.each_line do |data| + if data =~ /User-Agent: xine\/([0-9.]+)/ + version = $1.split(".").collect { |v| v.to_i } + myputs("Found xine user agent version #{version.join(".")}") + @xineworkaround = ( version[0] <= 1 && version[1] <= 1 && version[2] <= 2 ) + end myputs( data ) data.chomp! safe_write( output, data ) @@ -142,7 +147,7 @@ def cp_all_inward( income, output ) myputs( "cp_all( income => #{income.inspect}, output => #{output.inspect}" ) - if self.is_a?( LastFM ) and @engine == 'xine-engine' + if self.is_a?( LastFM ) and @xineworkaround myputs( "Using buffer fill workaround." ) filler = Array.new( 4096, 0 ) safe_write( output, filler ) # HACK: Fill xine's buffer so that xine_open() won't block Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- amarok.spec 9 Dec 2006 10:17:12 -0000 1.67 +++ amarok.spec 19 Dec 2006 07:35:48 -0000 1.68 @@ -11,6 +11,7 @@ Url: http://amarok.kde.org # http://download.kde.org/download.php?url=stable/amarok/1.4.3/src Source0: http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2 +Patch0: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -80,6 +81,7 @@ %prep %setup -q +%patch0 -p1 -b .lastfm @@ -238,6 +240,9 @@ %changelog +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +- add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) + * Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 - rebuild From fedora-extras-commits at redhat.com Tue Dec 19 07:36:18 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:36:18 -0500 Subject: rpms/amarok/FC-6 amarok-1.4.4-lastfm+xine-lib-1.1.3.patch, NONE, 1.1 amarok.spec, 1.66, 1.67 Message-ID: <200612190736.kBJ7aI1D008068@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8031/FC-6 Modified Files: amarok.spec Added Files: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch Log Message: add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) amarok-1.4.4-lastfm+xine-lib-1.1.3.patch: --- NEW FILE amarok-1.4.4-lastfm+xine-lib-1.1.3.patch --- Index: amarok-1.4.4/amark/src/amarok_proxy.rb =================================================================== --- amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609364) +++ amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609365) @@ -117,6 +117,11 @@ def cp_to_empty_outward( income, output ) myputs "cp_to_empty_outward( income => #{income.inspect}, output => #{output.inspect}" income.each_line do |data| + if data =~ /User-Agent: xine\/([0-9.]+)/ + version = $1.split(".").collect { |v| v.to_i } + myputs("Found xine user agent version #{version.join(".")}") + @xineworkaround = ( version[0] <= 1 && version[1] <= 1 && version[2] <= 2 ) + end myputs( data ) data.chomp! safe_write( output, data ) @@ -142,7 +147,7 @@ def cp_all_inward( income, output ) myputs( "cp_all( income => #{income.inspect}, output => #{output.inspect}" ) - if self.is_a?( LastFM ) and @engine == 'xine-engine' + if self.is_a?( LastFM ) and @xineworkaround myputs( "Using buffer fill workaround." ) filler = Array.new( 4096, 0 ) safe_write( output, filler ) # HACK: Fill xine's buffer so that xine_open() won't block Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-6/amarok.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 +++ amarok.spec 19 Dec 2006 07:35:48 -0000 1.67 @@ -4,13 +4,14 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Multimedia License: GPL Url: http://amarok.kde.org # http://download.kde.org/download.php?url=stable/amarok/1.4.3/src Source0: http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2 +Patch0: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -80,6 +81,7 @@ %prep %setup -q +%patch0 -p1 -b .lastfm @@ -238,6 +240,12 @@ %changelog +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +- add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) + +* Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 +- rebuild + * Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 - rebuild From fedora-extras-commits at redhat.com Tue Dec 19 07:38:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:38:40 -0500 Subject: rpms/amarok/devel amarok.spec,1.68,1.69 Message-ID: <200612190738.kBJ7ce9k008231@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8196/devel Modified Files: amarok.spec Log Message: bump Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- amarok.spec 19 Dec 2006 07:35:48 -0000 1.68 +++ amarok.spec 19 Dec 2006 07:38:10 -0000 1.69 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/Multimedia License: GPL @@ -240,7 +240,7 @@ %changelog -* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-4 - add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) * Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 From fedora-extras-commits at redhat.com Tue Dec 19 07:38:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:38:40 -0500 Subject: rpms/amarok/FC-6 amarok.spec,1.67,1.68 Message-ID: <200612190738.kBJ7ce6L008228@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8196/FC-6 Modified Files: amarok.spec Log Message: bump Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-6/amarok.spec,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- amarok.spec 19 Dec 2006 07:35:48 -0000 1.67 +++ amarok.spec 19 Dec 2006 07:38:09 -0000 1.68 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/Multimedia License: GPL @@ -240,7 +240,7 @@ %changelog -* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-4 - add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) * Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 From fedora-extras-commits at redhat.com Tue Dec 19 07:58:04 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 02:58:04 -0500 Subject: rpms/w3m-el/devel w3m-el.spec,1.7,1.8 Message-ID: <200612190758.kBJ7w4W2008384@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/w3m-el/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8369 Modified Files: w3m-el.spec Log Message: * Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 - makes it failsafe to run install-info. (#219408) Index: w3m-el.spec =================================================================== RCS file: /cvs/extras/rpms/w3m-el/devel/w3m-el.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- w3m-el.spec 15 Sep 2006 07:37:04 -0000 1.7 +++ w3m-el.spec 19 Dec 2006 07:57:34 -0000 1.8 @@ -2,7 +2,7 @@ Name: w3m-el Version: 1.4.4 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD URL: http://emacs-w3m.namazu.org/ BuildArch: noarch @@ -45,7 +45,8 @@ %package common Summary: Common files for W3m interface of emacsen Group: Applications/Internet -Prereq: /sbin/install-info +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description common This package contains common files which w3m-el and w3m-el-xemacs needs. @@ -96,16 +97,16 @@ %post common /sbin/install-info %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info --delete %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : fi %files @@ -133,6 +134,9 @@ %{_infodir}/* %changelog +* Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 +- makes it failsafe to run install-info. (#219408) + * Fri Sep 15 2006 Akira TAGOH - 1.4.4-5 - rebuilt From fedora-extras-commits at redhat.com Tue Dec 19 08:38:24 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:38:24 -0500 Subject: rpms/w3m-el/FC-6 w3m-el.spec,1.7,1.8 Message-ID: <200612190838.kBJ8cOgN011649@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/w3m-el/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11634 Modified Files: w3m-el.spec Log Message: * Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 - makes it failsafe to run install-info. (#219408) Index: w3m-el.spec =================================================================== RCS file: /cvs/extras/rpms/w3m-el/FC-6/w3m-el.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- w3m-el.spec 15 Sep 2006 07:37:04 -0000 1.7 +++ w3m-el.spec 19 Dec 2006 08:37:54 -0000 1.8 @@ -2,7 +2,7 @@ Name: w3m-el Version: 1.4.4 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD URL: http://emacs-w3m.namazu.org/ BuildArch: noarch @@ -45,7 +45,8 @@ %package common Summary: Common files for W3m interface of emacsen Group: Applications/Internet -Prereq: /sbin/install-info +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description common This package contains common files which w3m-el and w3m-el-xemacs needs. @@ -96,16 +97,16 @@ %post common /sbin/install-info %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info --delete %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : fi %files @@ -133,6 +134,9 @@ %{_infodir}/* %changelog +* Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 +- makes it failsafe to run install-info. (#219408) + * Fri Sep 15 2006 Akira TAGOH - 1.4.4-5 - rebuilt From fedora-extras-commits at redhat.com Tue Dec 19 08:41:12 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:41:12 -0500 Subject: rpms/w3m-el/FC-5 w3m-el.spec,1.3,1.4 Message-ID: <200612190841.kBJ8fC7Y011718@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/w3m-el/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11703 Modified Files: w3m-el.spec Log Message: * Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 - makes it failsafe to run install-info. (#219408) Index: w3m-el.spec =================================================================== RCS file: /cvs/extras/rpms/w3m-el/FC-5/w3m-el.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- w3m-el.spec 2 Mar 2006 07:46:14 -0000 1.3 +++ w3m-el.spec 19 Dec 2006 08:40:42 -0000 1.4 @@ -2,9 +2,10 @@ Name: w3m-el Version: 1.4.4 -Release: 2%{?dist} +Release: 6%{?dist} License: BSD URL: http://emacs-w3m.namazu.org/ +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildPreReq: emacs BuildPreReq: xemacs >= %{xemacsver}, flim-xemacs @@ -44,7 +45,8 @@ %package common Summary: Common files for W3m interface of emacsen Group: Applications/Internet -Prereq: /sbin/install-info +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description common This package contains common files which w3m-el and w3m-el-xemacs needs. @@ -70,7 +72,7 @@ # %configure --with-icondir=\$\(prefix\)/share/pixmaps/w3m-el make -%makeinstall +make install prefix=$RPM_BUILD_ROOT%{_prefix} datadir=$RPM_BUILD_ROOT%{_datadir} infodir=$RPM_BUILD_ROOT%{_infodir} install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d make install-icons prefix=$RPM_BUILD_ROOT%{_prefix} datadir=$RPM_BUILD_ROOT%{_datadir} @@ -95,16 +97,16 @@ %post common /sbin/install-info %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info --delete %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : fi %files @@ -132,7 +134,19 @@ %{_infodir}/* %changelog -* Thu Mar 2 2006 Akira TAGOH - 1.4.2-2 +* Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 +- makes it failsafe to run install-info. (#219408) + +* Fri Sep 15 2006 Akira TAGOH - 1.4.4-5 +- rebuilt + +* Thu May 25 2006 Akira TAGOH - 1.4.4-4 +- rebuilt to be correct dist tag. + +* Wed May 24 2006 Akira TAGOH - 1.4.4-3 +- packaged as noarch. (#192610) + +* Thu Mar 2 2006 Akira TAGOH - 1.4.4-2 - rebuilt * Mon May 9 2005 Akira TAGOH - 1.4.4-1 From fedora-extras-commits at redhat.com Tue Dec 19 08:51:18 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:51:18 -0500 Subject: rpms/mew/devel mew.spec,1.6,1.7 Message-ID: <200612190851.kBJ8pIPO011807@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/mew/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11792 Modified Files: mew.spec Log Message: * Tue Dec 19 2006 Akira TAGOh - 5.1-3 - makes it failsafe to run install-info. (#219402) Index: mew.spec =================================================================== RCS file: /cvs/extras/rpms/mew/devel/mew.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mew.spec 15 Sep 2006 07:11:51 -0000 1.6 +++ mew.spec 19 Dec 2006 08:50:48 -0000 1.7 @@ -5,7 +5,7 @@ Name: mew Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD-like URL: http://www.mew.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,9 +47,10 @@ %package common -Summary: Mew - Common files of Messagin in the Emacs World -Group: Applications/Internet -Prereq(post,postun): /sbin/install-info +Summary: Mew - Common files of Messagin in the Emacs World +Group: Applications/Internet +Prereq(post): /sbin/install-info +Prereq(preun): /sbin/install-info %description common Messaging in the Emacs World. It provides a very easy user interface @@ -133,16 +134,16 @@ %post common /sbin/install-info %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info --delete %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : fi @@ -176,6 +177,9 @@ %changelog +* Tue Dec 19 2006 Akira TAGOh - 5.1-3 +- makes it failsafe to run install-info. (#219402) + * Mon Sep 11 2006 Akira TAGOH - 5.1-2 - rebuilt - add xemacs-packages-extra to BR and R. From fedora-extras-commits at redhat.com Tue Dec 19 08:53:56 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:53:56 -0500 Subject: rpms/mew/FC-6 mew.spec,1.6,1.7 Message-ID: <200612190853.kBJ8rura011893@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/mew/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11865 Modified Files: mew.spec Log Message: * Tue Dec 19 2006 Akira TAGOh - 5.1-3 - makes it failsafe to run install-info. (#219402) Index: mew.spec =================================================================== RCS file: /cvs/extras/rpms/mew/FC-6/mew.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mew.spec 15 Sep 2006 07:11:51 -0000 1.6 +++ mew.spec 19 Dec 2006 08:53:26 -0000 1.7 @@ -5,7 +5,7 @@ Name: mew Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD-like URL: http://www.mew.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,9 +47,10 @@ %package common -Summary: Mew - Common files of Messagin in the Emacs World -Group: Applications/Internet -Prereq(post,postun): /sbin/install-info +Summary: Mew - Common files of Messagin in the Emacs World +Group: Applications/Internet +Prereq(post): /sbin/install-info +Prereq(preun): /sbin/install-info %description common Messaging in the Emacs World. It provides a very easy user interface @@ -133,16 +134,16 @@ %post common /sbin/install-info %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info --delete %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : fi @@ -176,6 +177,9 @@ %changelog +* Tue Dec 19 2006 Akira TAGOh - 5.1-3 +- makes it failsafe to run install-info. (#219402) + * Mon Sep 11 2006 Akira TAGOH - 5.1-2 - rebuilt - add xemacs-packages-extra to BR and R. From fedora-extras-commits at redhat.com Tue Dec 19 11:03:05 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 06:03:05 -0500 Subject: rpms/nexuiz/FC-4 .cvsignore, 1.5, 1.6 nexuiz.spec, 1.8, 1.9 sources, 1.5, 1.6 nexuiz-1.0-basedir.patch, 1.2, NONE Message-ID: <200612191103.kBJB35TP022217@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22198 Modified Files: .cvsignore nexuiz.spec sources Removed Files: nexuiz-1.0-basedir.patch Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Jul 2006 23:00:05 -0000 1.5 +++ .cvsignore 19 Dec 2006 11:02:35 -0000 1.6 @@ -1 +1 @@ -enginesource20060614.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/nexuiz.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nexuiz.spec 9 Jul 2006 07:06:59 -0000 1.8 +++ nexuiz.spec 19 Dec 2006 11:02:35 -0000 1.9 @@ -1,21 +1,21 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.0 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz20.zip -# unzip -j nexuiz20.zip Nexuiz/sources/enginesource20060614.zip -Source: enginesource20060614.zip -Patch0: nexuiz-1.0-basedir.patch -Patch1: nexuiz-1.1-nostrip.patch +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip +Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction BuildRequires: ImageMagick, file -BuildRequires: xorg-x11-devel, alsa-lib-devel, desktop-file-utils -BuildRequires: SDL-devel +BuildRequires: libX11-devel, alsa-lib-devel, desktop-file-utils +BuildRequires: mesa-libGL-devel libXext-devel libXxf86dga-devel +BuildRequires: libXxf86vm-devel SDL-devel # This is necessary as these libraries are loaded during runtime # and therefore it isn't picked up by RPM during build Requires: zlib libvorbis libjpeg curl @@ -46,13 +46,14 @@ %prep %setup -q -n darkplaces -%patch0 -p0 -b .basedir -%patch1 -p0 -b .nostrip +%patch0 -p0 -b .nostrip %{__sed} -i 's/\r//' darkplaces.txt +%{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc %build -%{__make} cl-release sv-release sdl-release OPTIM_RELEASE="$RPM_OPT_FLAGS" +export DP_FS_BASEDIR=%{_datadir}/nexuiz +%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" convert darkplaces.ico nexuiz.png @@ -61,11 +62,11 @@ # Install the main programs %{__mkdir_p} %{buildroot}%{_bindir} -%{__install} -m 0755 darkplaces-glx \ +%{__install} -m 0755 nexuiz-glx \ %{buildroot}%{_bindir}/nexuiz-glx -%{__install} -m 0755 darkplaces-sdl \ +%{__install} -m 0755 nexuiz-sdl \ %{buildroot}%{_bindir}/nexuiz-sdl -%{__install} -m 0755 darkplaces-dedicated \ +%{__install} -m 0755 nexuiz-dedicated \ %{buildroot}%{_bindir}/nexuiz-dedicated # Create the desktop file @@ -126,6 +127,20 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + +* Thu Oct 05 2006 Christian Iseli 2.1-2 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Sun Sep 24 2006 Adrian Reber - 2.1-1 +- updated to 2.1 +- removed basedir patch; now using a environment variable + +* Mon Sep 18 2006 Adrian Reber - 2.0-3 +- rebuilt + * Mon Jun 26 2006 Adrian Reber - 2.0-2 - it looks like upstream changed the sources without increasing the version but now it works like it is supposed to @@ -137,7 +152,7 @@ - the desktop file now launches the sdl binary * Sun Mar 19 2006 Adrian Reber - 1.5-3 -- works better on FC4 without modular X changes +- rebuilt * Sun Mar 19 2006 Adrian Reber - 1.5-2 - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Jul 2006 23:00:05 -0000 1.5 +++ sources 19 Dec 2006 11:02:35 -0000 1.6 @@ -1 +1 @@ -072f6da1a7c880e045269f3e02657b88 enginesource20060614.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip --- nexuiz-1.0-basedir.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 11:11:58 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 06:11:58 -0500 Subject: rpms/nexuiz/FC-4 nexuiz.spec,1.9,1.10 Message-ID: <200612191111.kBJBBwWo022274@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22259 Modified Files: nexuiz.spec Log Message: forgot that FC-4 still uses the old X layout; partly reverted previous check in Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/nexuiz.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nexuiz.spec 19 Dec 2006 11:02:35 -0000 1.9 +++ nexuiz.spec 19 Dec 2006 11:11:28 -0000 1.10 @@ -13,9 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction BuildRequires: ImageMagick, file -BuildRequires: libX11-devel, alsa-lib-devel, desktop-file-utils -BuildRequires: mesa-libGL-devel libXext-devel libXxf86dga-devel -BuildRequires: libXxf86vm-devel SDL-devel +BuildRequires: xorg-x11-devel, alsa-lib-devel, desktop-file-utils +BuildRequires: SDL-devel # This is necessary as these libraries are loaded during runtime # and therefore it isn't picked up by RPM during build Requires: zlib libvorbis libjpeg curl @@ -48,7 +47,6 @@ %setup -q -n darkplaces %patch0 -p0 -b .nostrip %{__sed} -i 's/\r//' darkplaces.txt -%{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc %build From fedora-extras-commits at redhat.com Tue Dec 19 12:47:37 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 19 Dec 2006 07:47:37 -0500 Subject: extras-repoclosure rc-report.py,1.30,1.31 Message-ID: <200612191247.kBJClbFa025839@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25824 Modified Files: rc-report.py Log Message: stop sending temporary copies to me again Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- rc-report.py 12 Dec 2006 20:01:32 -0000 1.30 +++ rc-report.py 19 Dec 2006 12:47:37 -0000 1.31 @@ -324,7 +324,7 @@ mailtext = 'This is an automated mail created by an experimental script.\nYour following packages in the repository contain broken dependencies:\n\n' mailtext += body if domail and toaddr!='UNKNOWN OWNER': - mailsplit( srv, fromaddr, [toaddr,'bugs.michael at gmx.net'], replytoaddr, mailsubject, mailtext ) + mailsplit( srv, fromaddr, toaddr, replytoaddr, mailsubject, mailtext ) summail = reportssummary From fedora-extras-commits at redhat.com Tue Dec 19 13:32:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:52 -0500 Subject: rpms/nessus-libraries/FC-4 nessus-libraries.spec,1.3,1.4 Message-ID: <200612191332.kBJDWq2g029157@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/FC-4 Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-4/nessus-libraries.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-libraries.spec 18 Jun 2006 09:06:04 -0000 1.3 +++ nessus-libraries.spec 19 Dec 2006 13:32:22 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 13:32:58 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:58 -0500 Subject: rpms/nessus-libraries/devel nessus-libraries.spec,1.6,1.7 Message-ID: <200612191332.kBJDWwgA029166@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/devel Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/devel/nessus-libraries.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nessus-libraries.spec 13 Sep 2006 10:49:23 -0000 1.6 +++ nessus-libraries.spec 19 Dec 2006 13:32:28 -0000 1.7 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-3 - FE6 rebuild From fedora-extras-commits at redhat.com Tue Dec 19 13:32:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:53 -0500 Subject: rpms/nessus-libraries/FC-5 nessus-libraries.spec,1.3,1.4 Message-ID: <200612191332.kBJDWrie029160@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/FC-5 Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-5/nessus-libraries.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-libraries.spec 18 Jun 2006 09:06:04 -0000 1.3 +++ nessus-libraries.spec 19 Dec 2006 13:32:22 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 13:32:58 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:58 -0500 Subject: rpms/nessus-libraries/FC-6 nessus-libraries.spec,1.6,1.7 Message-ID: <200612191332.kBJDWwtM029163@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/FC-6 Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-6/nessus-libraries.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nessus-libraries.spec 13 Sep 2006 10:49:23 -0000 1.6 +++ nessus-libraries.spec 19 Dec 2006 13:32:28 -0000 1.7 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-3 - FE6 rebuild From fedora-extras-commits at redhat.com Tue Dec 19 13:40:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:04 -0500 Subject: rpms/libnasl/FC-4 .cvsignore, 1.4, 1.5 libnasl.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe4kt029250@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/FC-4 Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:53 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-4/libnasl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libnasl.spec 18 Jun 2006 09:09:26 -0000 1.4 +++ libnasl.spec 19 Dec 2006 13:39:34 -0000 1.5 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:53 -0000 1.4 +++ sources 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:40:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:05 -0500 Subject: rpms/libnasl/devel .cvsignore, 1.4, 1.5 libnasl.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe5aw029265@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/devel Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:55 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/libnasl.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libnasl.spec 4 Dec 2006 17:12:37 -0000 1.6 +++ libnasl.spec 19 Dec 2006 13:39:35 -0000 1.7 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +83,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Mon Dec 04 2006 Andreas Bierfert 2.2.8-3 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:55 -0000 1.4 +++ sources 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:40:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:04 -0500 Subject: rpms/libnasl/FC-5 .cvsignore, 1.4, 1.5 libnasl.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe4IT029255@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/FC-5 Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:54 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-5/libnasl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libnasl.spec 18 Jun 2006 09:09:27 -0000 1.4 +++ libnasl.spec 19 Dec 2006 13:39:34 -0000 1.5 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:54 -0000 1.4 +++ sources 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:40:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:05 -0500 Subject: rpms/libnasl/FC-6 .cvsignore, 1.4, 1.5 libnasl.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe5oP029260@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/FC-6 Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:55 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-6/libnasl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libnasl.spec 13 Sep 2006 11:07:13 -0000 1.5 +++ libnasl.spec 19 Dec 2006 13:39:35 -0000 1.6 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 -Release: 2%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +83,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-2 - FE6 rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:55 -0000 1.4 +++ sources 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:50:35 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Tue, 19 Dec 2006 08:50:35 -0500 Subject: rpms/mimedefang/devel mimedefang.spec,1.4,1.5 Message-ID: <200612191350.kBJDoZJF029301@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29286 Modified Files: mimedefang.spec Log Message: - Use Unix::Syslog over deprecated Sys::Syslog support (#219988) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/devel/mimedefang.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mimedefang.spec 16 Dec 2006 17:19:37 -0000 1.4 +++ mimedefang.spec 19 Dec 2006 13:50:05 -0000 1.5 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -13,7 +13,7 @@ Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.0 +BuildRequires: sendmail-devel >= 8.12.0, perl(Unix::Syslog) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -95,6 +95,9 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Tue Dec 19 2006 Robert Scheck 2.58-3 +- Use Unix::Syslog over deprecated Sys::Syslog support (#219988) + * Sat Dec 16 2006 Robert Scheck 2.58-2 - Include the /etc/mail/mimedefang-ip-key file (#219381) From fedora-extras-commits at redhat.com Tue Dec 19 13:51:18 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Tue, 19 Dec 2006 08:51:18 -0500 Subject: rpms/mimedefang/FC-6 mimedefang.spec,1.4,1.5 Message-ID: <200612191351.kBJDpIKA029323@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29308 Modified Files: mimedefang.spec Log Message: - Use Unix::Syslog over deprecated Sys::Syslog support (#219988) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-6/mimedefang.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mimedefang.spec 16 Dec 2006 17:21:01 -0000 1.4 +++ mimedefang.spec 19 Dec 2006 13:50:48 -0000 1.5 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -13,7 +13,7 @@ Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.0 +BuildRequires: sendmail-devel >= 8.12.0, perl(Unix::Syslog) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -95,6 +95,9 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Tue Dec 19 2006 Robert Scheck 2.58-3 +- Use Unix::Syslog over deprecated Sys::Syslog support (#219988) + * Sat Dec 16 2006 Robert Scheck 2.58-2 - Include the /etc/mail/mimedefang-ip-key file (#219381) From fedora-extras-commits at redhat.com Tue Dec 19 13:52:01 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Tue, 19 Dec 2006 08:52:01 -0500 Subject: rpms/mimedefang/FC-5 mimedefang.spec,1.4,1.5 Message-ID: <200612191352.kBJDq1jT029346@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29330 Modified Files: mimedefang.spec Log Message: - Use Unix::Syslog over deprecated Sys::Syslog support (#219988) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-5/mimedefang.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mimedefang.spec 16 Dec 2006 17:22:04 -0000 1.4 +++ mimedefang.spec 19 Dec 2006 13:51:31 -0000 1.5 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -13,7 +13,7 @@ Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.0 +BuildRequires: sendmail-devel >= 8.12.0, perl(Unix::Syslog) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -95,6 +95,9 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Tue Dec 19 2006 Robert Scheck 2.58-3 +- Use Unix::Syslog over deprecated Sys::Syslog support (#219988) + * Sat Dec 16 2006 Robert Scheck 2.58-2 - Include the /etc/mail/mimedefang-ip-key file (#219381) From fedora-extras-commits at redhat.com Tue Dec 19 14:22:59 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:22:59 -0500 Subject: rpms/python-twisted-core/devel python-twisted-core.spec,1.1,1.2 Message-ID: <200612191422.kBJEMxpS032687@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32661/devel Modified Files: python-twisted-core.spec Log Message: fix typo Index: python-twisted-core.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/devel/python-twisted-core.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-twisted-core.spec 15 Nov 2006 12:05:21 -0000 1.1 +++ python-twisted-core.spec 19 Dec 2006 14:22:29 -0000 1.2 @@ -190,7 +190,7 @@ %changelog * Tue Nov 07 2006 Thomas Vander Stichele - 2.4.0-5 -- incorporate suggestsions by Paul Howarth: +- incorporate suggestions by Paul Howarth: - fix groups for doc and zsh - don't package _twisted_zsh_stub from the python_sitearch dir - generate README.zsh From fedora-extras-commits at redhat.com Tue Dec 19 14:27:49 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:27:49 -0500 Subject: rpms/python-twisted-names - New directory Message-ID: <200612191427.kBJERn1B000323@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv319/python-twisted-names Log Message: Directory /cvs/extras/rpms/python-twisted-names added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 14:27:54 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:27:54 -0500 Subject: rpms/python-twisted-names/devel - New directory Message-ID: <200612191427.kBJERshL000336@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv319/python-twisted-names/devel Log Message: Directory /cvs/extras/rpms/python-twisted-names/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 14:28:11 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:28:11 -0500 Subject: rpms/python-twisted-names Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612191428.kBJESBGY000366@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv360 Added Files: Makefile import.log Log Message: Setup of module python-twisted-names --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-names all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 19 14:28:16 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:28:16 -0500 Subject: rpms/python-twisted-names/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612191428.kBJESGBr000382@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv360/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-names --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 19 14:29:09 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:29:09 -0500 Subject: rpms/python-twisted-names import.log,1.1,1.2 Message-ID: <200612191429.kBJET9tY000459@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv427 Modified Files: import.log Log Message: auto-import python-twisted-names-0.3.0-3.fc6 on branch devel from python-twisted-names-0.3.0-3.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-names/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Dec 2006 14:28:11 -0000 1.1 +++ import.log 19 Dec 2006 14:28:39 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-names-0_3_0-3_fc6:HEAD:python-twisted-names-0.3.0-3.fc6.src.rpm:1166538966 From fedora-extras-commits at redhat.com Tue Dec 19 14:29:10 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:29:10 -0500 Subject: rpms/python-twisted-names/devel python-twisted-names.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612191429.kBJETA76000463@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv427/devel Modified Files: .cvsignore sources Added Files: python-twisted-names.spec Log Message: auto-import python-twisted-names-0.3.0-3.fc6 on branch devel from python-twisted-names-0.3.0-3.fc6.src.rpm --- NEW FILE python-twisted-names.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedNames Name: %{python}-twisted-names Version: 0.3.0 Release: 3%{?dist} Summary: A Twisted DNS implementation Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com Source0: http://tmrc.mit.edu/mirror/twisted/Names/0.3/TwistedNames-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core >= 2.4.0 BuildRequires: %{python}-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Twisted Names is both a domain name server as well as a client resolver library. Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format. Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these. Twisted Names' client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module. %prep %setup -n %{origname}-%{version} -q chmod 644 doc/examples/dns-service.py chmod 644 doc/examples/gethostbyname.py %build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE doc/* %{python_sitearch}/twisted/names/ %{python_sitearch}/twisted/plugins/twisted_names.py* %changelog * Thu Dec 14 2006 Thomas Vander Stichele - 0.3.0-3 - add python-devel BR - chmod the examples * Tue Sep 26 2006 Thomas Vander Stichele - 0.3.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.3.0-1 - new upstream release - remove noarch - remove dependency on flow * Tue Aug 23 2005 Jeff Pitman 0.1.0-2 - disttag * Fri Mar 25 2005 Jeff Pitman 0.1.0-1 - final release * Wed Mar 16 2005 Jeff Pitman 0.1.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.1.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-names/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Dec 2006 14:28:16 -0000 1.1 +++ .cvsignore 19 Dec 2006 14:28:40 -0000 1.2 @@ -0,0 +1 @@ +TwistedNames-0.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-names/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Dec 2006 14:28:16 -0000 1.1 +++ sources 19 Dec 2006 14:28:40 -0000 1.2 @@ -0,0 +1 @@ +5aa672d0e26718466351351e7bfcf22a TwistedNames-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 14:35:08 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:08 -0500 Subject: rpms/nessus-core/FC-4 .cvsignore, 1.3, 1.4 nessus-core.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZ8Dj000686@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/FC-4 Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:08 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-4/nessus-core.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-core.spec 17 May 2006 07:46:27 -0000 1.3 +++ nessus-core.spec 19 Dec 2006 14:34:38 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 +Version: 2.2.9 Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,6 +225,14 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade + * Wed May 17 2006 Andreas Bierfert 2.2.7-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:08 -0000 1.3 +++ sources 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:35:08 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:08 -0500 Subject: rpms/nessus-core/FC-6 .cvsignore, 1.3, 1.4 nessus-core.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZ8Ao000694@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/FC-6 Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:13 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-6/nessus-core.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-core.spec 15 Sep 2006 06:35:26 -0000 1.3 +++ nessus-core.spec 19 Dec 2006 14:34:38 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 -Release: 2%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,9 +225,13 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog -* Fri Sep 15 2006 Andreas Bierfert -2.2.7-2 -- FE6 rebuild +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade * Wed May 17 2006 Andreas Bierfert 2.2.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:13 -0000 1.3 +++ sources 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:35:14 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:14 -0500 Subject: rpms/nessus-core/devel .cvsignore, 1.3, 1.4 nessus-core.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZEje000701@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/devel Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:13 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:43 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/nessus-core.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-core.spec 15 Sep 2006 06:35:26 -0000 1.3 +++ nessus-core.spec 19 Dec 2006 14:34:43 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 -Release: 2%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,9 +225,13 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog -* Fri Sep 15 2006 Andreas Bierfert -2.2.7-2 -- FE6 rebuild +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade * Wed May 17 2006 Andreas Bierfert 2.2.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:13 -0000 1.3 +++ sources 19 Dec 2006 14:34:43 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:35:08 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:08 -0500 Subject: rpms/nessus-core/FC-5 .cvsignore, 1.3, 1.4 nessus-core.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZ8tc000691@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/FC-5 Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:09 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-5/nessus-core.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nessus-core.spec 17 May 2006 07:01:09 -0000 1.2 +++ nessus-core.spec 19 Dec 2006 14:34:38 -0000 1.3 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 +Version: 2.2.9 Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,6 +225,14 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade + * Wed May 17 2006 Andreas Bierfert 2.2.7-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:09 -0000 1.3 +++ sources 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:36:13 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:36:13 -0500 Subject: owners owners.list,1.2128,1.2129 Message-ID: <200612191436.kBJEaDm7000727@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv712/owners Modified Files: owners.list Log Message: add python-twisted-names Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2128 retrieving revision 1.2129 diff -u -r1.2128 -r1.2129 --- owners.list 19 Dec 2006 02:02:56 -0000 1.2128 +++ owners.list 19 Dec 2006 14:35:42 -0000 1.2129 @@ -2092,6 +2092,7 @@ Fedora Extras|python-TurboMail|Multi-threaded mail queue manager for TurboGears applications|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 19 14:48:39 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:39 -0500 Subject: rpms/nessus-libraries/FC-4 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmdHt001076@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/FC-4 Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:04 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:09 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:04 -0000 1.4 +++ sources 19 Dec 2006 14:48:09 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:48:40 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:40 -0500 Subject: rpms/nessus-libraries/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmeCg001080@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/FC-5 Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:04 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:10 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:04 -0000 1.4 +++ sources 19 Dec 2006 14:48:10 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:48:45 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:45 -0500 Subject: rpms/nessus-libraries/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmj74001088@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/devel Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:05 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:05 -0000 1.4 +++ sources 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:48:45 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:45 -0500 Subject: rpms/nessus-libraries/FC-6 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmjsO001084@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/FC-6 Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:05 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:05 -0000 1.4 +++ sources 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 15:06:06 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 10:06:06 -0500 Subject: rpms/nexuiz/FC-5 .cvsignore, 1.6, 1.7 nexuiz.spec, 1.12, 1.13 sources, 1.6, 1.7 nexuiz-1.0-basedir.patch, 1.2, NONE Message-ID: <200612191506.kBJF662c004479@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4450 Modified Files: .cvsignore nexuiz.spec sources Removed Files: nexuiz-1.0-basedir.patch Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Jul 2006 22:53:36 -0000 1.6 +++ .cvsignore 19 Dec 2006 15:05:36 -0000 1.7 @@ -1 +1 @@ -enginesource20060614.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-5/nexuiz.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nexuiz.spec 8 Jul 2006 22:53:36 -0000 1.12 +++ nexuiz.spec 19 Dec 2006 15:05:36 -0000 1.13 @@ -1,16 +1,15 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.0 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz20.zip -# unzip -j nexuiz20.zip Nexuiz/sources/enginesource20060614.zip -Source: enginesource20060614.zip -Patch0: nexuiz-1.0-basedir.patch -Patch1: nexuiz-1.1-nostrip.patch +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip +Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction BuildRequires: ImageMagick, file @@ -47,14 +46,14 @@ %prep %setup -q -n darkplaces -%patch0 -p0 -b .basedir -%patch1 -p0 -b .nostrip +%patch0 -p0 -b .nostrip %{__sed} -i 's/\r//' darkplaces.txt %{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc %build -%{__make} cl-release sv-release sdl-release OPTIM_RELEASE="$RPM_OPT_FLAGS" +export DP_FS_BASEDIR=%{_datadir}/nexuiz +%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" convert darkplaces.ico nexuiz.png @@ -63,11 +62,11 @@ # Install the main programs %{__mkdir_p} %{buildroot}%{_bindir} -%{__install} -m 0755 darkplaces-glx \ +%{__install} -m 0755 nexuiz-glx \ %{buildroot}%{_bindir}/nexuiz-glx -%{__install} -m 0755 darkplaces-sdl \ +%{__install} -m 0755 nexuiz-sdl \ %{buildroot}%{_bindir}/nexuiz-sdl -%{__install} -m 0755 darkplaces-dedicated \ +%{__install} -m 0755 nexuiz-dedicated \ %{buildroot}%{_bindir}/nexuiz-dedicated # Create the desktop file @@ -128,6 +127,20 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + +* Thu Oct 05 2006 Christian Iseli 2.1-2 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Sun Sep 24 2006 Adrian Reber - 2.1-1 +- updated to 2.1 +- removed basedir patch; now using a environment variable + +* Mon Sep 18 2006 Adrian Reber - 2.0-3 +- rebuilt + * Mon Jun 26 2006 Adrian Reber - 2.0-2 - it looks like upstream changed the sources without increasing the version but now it works like it is supposed to Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Jul 2006 22:53:36 -0000 1.6 +++ sources 19 Dec 2006 15:05:36 -0000 1.7 @@ -1 +1 @@ -072f6da1a7c880e045269f3e02657b88 enginesource20060614.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip --- nexuiz-1.0-basedir.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 15:09:09 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 10:09:09 -0500 Subject: rpms/nexuiz/FC-6 .cvsignore, 1.8, 1.9 nexuiz.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200612191509.kBJF99Y3004519@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4500 Modified Files: .cvsignore nexuiz.spec sources Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Sep 2006 17:29:26 -0000 1.8 +++ .cvsignore 19 Dec 2006 15:08:39 -0000 1.9 @@ -1 +1 @@ -enginesource20060905.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-6/nexuiz.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nexuiz.spec 4 Oct 2006 22:20:15 -0000 1.17 +++ nexuiz.spec 19 Dec 2006 15:08:39 -0000 1.18 @@ -1,14 +1,14 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.1 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-21.zip -# unzip -j nexuiz-21.zip Nexuiz/sources/enginesource20060905.zip -Source: enginesource20060905.zip +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction @@ -127,6 +127,10 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + * Thu Oct 05 2006 Christian Iseli 2.1-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 24 Sep 2006 17:29:26 -0000 1.8 +++ sources 19 Dec 2006 15:08:39 -0000 1.9 @@ -1 +1 @@ -62c57a6ee251d25d7b4cacd0c6be9c8e enginesource20060905.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip From fedora-extras-commits at redhat.com Tue Dec 19 15:11:15 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:15 -0500 Subject: rpms/wine/EL-4 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.21, 1.22 sources, 1.22, 1.23 wine.spec, 1.29, 1.30 Message-ID: <200612191511.kBJFBF6J004691@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/EL-4 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/EL-4/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 28 Oct 2006 05:51:27 -0000 1.21 +++ .cvsignore 19 Dec 2006 15:10:45 -0000 1.22 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/EL-4/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 28 Oct 2006 05:51:27 -0000 1.22 +++ sources 19 Dec 2006 15:10:45 -0000 1.23 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/EL-4/wine.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wine.spec 28 Oct 2006 05:51:27 -0000 1.29 +++ wine.spec 19 Dec 2006 15:10:45 -0000 1.30 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,10 +7,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -18,6 +19,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +49,8 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +BuildRequires: isdn4k-utils-devel BuildRequires: cups-devel @@ -192,8 +198,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -335,6 +350,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %dir %{_datadir}/wine %{_datadir}/wine/generic.ppd @@ -508,6 +525,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -580,7 +598,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -678,6 +695,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:16 -0500 Subject: rpms/wine/FC-4 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.22, 1.23 sources, 1.23, 1.24 wine.spec, 1.32, 1.33 Message-ID: <200612191511.kBJFBGDQ004701@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-4 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 28 Oct 2006 05:51:27 -0000 1.22 +++ .cvsignore 19 Dec 2006 15:10:46 -0000 1.23 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Oct 2006 05:51:27 -0000 1.23 +++ sources 19 Dec 2006 15:10:46 -0000 1.24 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- wine.spec 28 Oct 2006 05:51:28 -0000 1.32 +++ wine.spec 19 Dec 2006 15:10:46 -0000 1.33 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,10 +7,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -18,6 +19,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +49,8 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +BuildRequires: isdn4k-utils-devel BuildRequires: cups-devel @@ -192,8 +198,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -335,6 +350,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %dir %{_datadir}/wine %{_datadir}/wine/generic.ppd @@ -508,6 +525,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -580,7 +598,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -678,6 +695,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:16 -0500 Subject: rpms/wine/FC-3 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.21, 1.22 sources, 1.22, 1.23 wine.spec, 1.29, 1.30 Message-ID: <200612191511.kBJFBGCQ004696@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-3 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 28 Oct 2006 05:51:27 -0000 1.21 +++ .cvsignore 19 Dec 2006 15:10:46 -0000 1.22 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 28 Oct 2006 05:51:27 -0000 1.22 +++ sources 19 Dec 2006 15:10:46 -0000 1.23 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wine.spec 28 Oct 2006 05:51:27 -0000 1.29 +++ wine.spec 19 Dec 2006 15:10:46 -0000 1.30 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,10 +7,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -18,6 +19,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +49,8 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +BuildRequires: isdn4k-utils-devel BuildRequires: cups-devel @@ -192,8 +198,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -335,6 +350,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %dir %{_datadir}/wine %{_datadir}/wine/generic.ppd @@ -508,6 +525,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -580,7 +598,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -678,6 +695,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:27 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:27 -0500 Subject: rpms/wine/devel wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 wine.spec, 1.39, 1.40 Message-ID: <200612191511.kBJFBRv7004719@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/devel Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 16 Nov 2006 07:55:22 -0000 1.26 +++ .cvsignore 19 Dec 2006 15:10:57 -0000 1.27 @@ -1 +1 @@ -wine-0.9.25-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 16 Nov 2006 07:55:23 -0000 1.27 +++ sources 19 Dec 2006 15:10:57 -0000 1.28 @@ -1 +1 @@ -4d26cc14b481f2ab7026c23d83086753 wine-0.9.25-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- wine.spec 16 Nov 2006 07:55:23 -0000 1.39 +++ wine.spec 19 Dec 2006 15:10:57 -0000 1.40 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.25 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,10 +9,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.25-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -20,6 +21,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +50,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +#217338 +BuildRequires: isdn4k-utils-devel # modular x BuildRequires: libX11-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -205,8 +212,18 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -349,6 +366,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %{_datadir}/wine/generic.ppd %{_datadir}/wine/wine.inf @@ -520,6 +539,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -592,7 +612,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -691,6 +710,12 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) + * Thu Nov 16 2006 Andreas Bierfert 0.9.25-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:21 -0500 Subject: rpms/wine/FC-5 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.25, 1.26 sources, 1.26, 1.27 wine.spec, 1.38, 1.39 Message-ID: <200612191511.kBJFBLPA004706@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-5 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 28 Oct 2006 05:51:28 -0000 1.25 +++ .cvsignore 19 Dec 2006 15:10:51 -0000 1.26 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 28 Oct 2006 05:51:28 -0000 1.26 +++ sources 19 Dec 2006 15:10:51 -0000 1.27 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- wine.spec 28 Oct 2006 05:51:28 -0000 1.38 +++ wine.spec 19 Dec 2006 15:10:51 -0000 1.39 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,10 +9,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -20,6 +21,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +50,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +# 217338 +BuildRequires: isdn4k-utils-devel # modular x BuildRequires: libX11-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -205,8 +212,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -349,6 +365,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %{_datadir}/wine/generic.ppd %{_datadir}/wine/wine.inf @@ -521,6 +539,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -593,7 +612,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -691,6 +709,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:21 -0500 Subject: rpms/wine/FC-6 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 wine-winemine.desktop, 1.2, 1.3 wine.spec, 1.39, 1.40 Message-ID: <200612191511.kBJFBLTN004712@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-6 Modified Files: .cvsignore sources wine-winemine.desktop wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 16 Nov 2006 07:55:22 -0000 1.26 +++ .cvsignore 19 Dec 2006 15:10:51 -0000 1.27 @@ -1 +1 @@ -wine-0.9.25-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 16 Nov 2006 07:55:22 -0000 1.27 +++ sources 19 Dec 2006 15:10:51 -0000 1.28 @@ -1 +1 @@ -4d26cc14b481f2ab7026c23d83086753 wine-0.9.25-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine-winemine.desktop =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/wine-winemine.desktop,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wine-winemine.desktop 6 Jan 2006 11:01:06 -0000 1.2 +++ wine-winemine.desktop 19 Dec 2006 15:10:51 -0000 1.3 @@ -5,4 +5,4 @@ Terminal=false Type=Application Encoding=UTF-8 -Categories=Application;Game; +Categories=Application;Wine; Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/wine.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- wine.spec 16 Nov 2006 07:55:22 -0000 1.39 +++ wine.spec 19 Dec 2006 15:10:51 -0000 1.40 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.25 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,10 +9,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.25-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -20,6 +21,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +50,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +#217338 +BuildRequires: isdn4k-utils-devel # modular x BuildRequires: libX11-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -205,8 +212,18 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -349,6 +366,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %{_datadir}/wine/generic.ppd %{_datadir}/wine/wine.inf @@ -520,6 +539,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -592,7 +612,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -691,6 +710,12 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) + * Thu Nov 16 2006 Andreas Bierfert 0.9.25-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:25:05 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 19 Dec 2006 10:25:05 -0500 Subject: rpms/gnome-chemistry-utils/devel gnome-chemistry-utils.spec, 1.1, 1.2 Message-ID: <200612191525.kBJFP5qg005225@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5146 Modified Files: gnome-chemistry-utils.spec Log Message: * Tue Dec 19 2006 Julian Sikorski - 0.6.3-5 - Rebuild for new openbabel Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/gnome-chemistry-utils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-chemistry-utils.spec 5 Dec 2006 07:45:21 -0000 1.1 +++ gnome-chemistry-utils.spec 19 Dec 2006 15:24:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: gnome-chemistry-utils Version: 0.6.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A set of chemical utilities Group: Applications/Engineering @@ -131,6 +131,9 @@ %changelog +* Tue Dec 19 2006 Julian Sikorski - 0.6.3-5 +- Rebuild for new openbabel + * Sun Dec 03 2006 Julian Sikorski - 0.6.3-4 - Removed obsolete stuff - Fixed support for chemical-mime-data From fedora-extras-commits at redhat.com Tue Dec 19 15:32:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 10:32:20 -0500 Subject: rpms/digikamimageplugins-doc/devel digikamimageplugins-doc.spec, 1.1, 1.2 Message-ID: <200612191532.kBJFWKl6005457@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5388 Modified Files: digikamimageplugins-doc.spec Log Message: * Tue Dec 19 2006 Rex Dieter 0.8.2-3 - Requires: digikamimageplugins >= %version Index: digikamimageplugins-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins-doc/devel/digikamimageplugins-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikamimageplugins-doc.spec 4 Oct 2006 12:38:33 -0000 1.1 +++ digikamimageplugins-doc.spec 19 Dec 2006 15:31:50 -0000 1.2 @@ -1,7 +1,7 @@ Name: digikamimageplugins-doc Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Documentation for digiKamimageplugins Group: Documentation @@ -17,7 +17,7 @@ #BuildRequires: automake libtool BuildRequires: kdelibs-devel -Requires: digikamimageplugins = %{version} +Requires: digikamimageplugins >= %{version} %description %{summary}. @@ -71,9 +71,13 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 0.8.2-3 +- Requires: digikamimageplugins >= %%version + * Mon Oct 02 2006 Rex Dieter 0.8.2-2 - Release: use %%{?dist} - Source: include URL that actually works * Fri Sep 01 2006 Rex Dieter 0.8.2-1 - 0.8.2 (first try) + From fedora-extras-commits at redhat.com Tue Dec 19 15:33:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 10:33:38 -0500 Subject: rpms/digikamimageplugins-doc/FC-6 digikamimageplugins-doc.spec, 1.1, 1.2 Message-ID: <200612191533.kBJFXcn2005637@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins-doc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5622 Modified Files: digikamimageplugins-doc.spec Log Message: * Tue Dec 19 2006 Rex Dieter 0.8.2-3 - Requires: digikamimageplugins >= %version Index: digikamimageplugins-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins-doc/FC-6/digikamimageplugins-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikamimageplugins-doc.spec 4 Oct 2006 12:38:33 -0000 1.1 +++ digikamimageplugins-doc.spec 19 Dec 2006 15:33:08 -0000 1.2 @@ -1,7 +1,7 @@ Name: digikamimageplugins-doc Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Documentation for digiKamimageplugins Group: Documentation @@ -17,7 +17,7 @@ #BuildRequires: automake libtool BuildRequires: kdelibs-devel -Requires: digikamimageplugins = %{version} +Requires: digikamimageplugins >= %{version} %description %{summary}. @@ -71,9 +71,13 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 0.8.2-3 +- Requires: digikamimageplugins >= %%version + * Mon Oct 02 2006 Rex Dieter 0.8.2-2 - Release: use %%{?dist} - Source: include URL that actually works * Fri Sep 01 2006 Rex Dieter 0.8.2-1 - 0.8.2 (first try) + From fedora-extras-commits at redhat.com Tue Dec 19 15:34:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 10:34:55 -0500 Subject: rpms/digikamimageplugins-doc/FC-5 digikamimageplugins-doc.spec, 1.1, 1.2 Message-ID: <200612191534.kBJFYt3a005696@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681 Modified Files: digikamimageplugins-doc.spec Log Message: * Tue Dec 19 2006 Rex Dieter 0.8.2-3 - Requires: digikamimageplugins >= %version Index: digikamimageplugins-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins-doc/FC-5/digikamimageplugins-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikamimageplugins-doc.spec 4 Oct 2006 12:38:33 -0000 1.1 +++ digikamimageplugins-doc.spec 19 Dec 2006 15:34:25 -0000 1.2 @@ -1,7 +1,7 @@ Name: digikamimageplugins-doc Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Documentation for digiKamimageplugins Group: Documentation @@ -17,7 +17,7 @@ #BuildRequires: automake libtool BuildRequires: kdelibs-devel -Requires: digikamimageplugins = %{version} +Requires: digikamimageplugins >= %{version} %description %{summary}. @@ -71,9 +71,13 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 0.8.2-3 +- Requires: digikamimageplugins >= %%version + * Mon Oct 02 2006 Rex Dieter 0.8.2-2 - Release: use %%{?dist} - Source: include URL that actually works * Fri Sep 01 2006 Rex Dieter 0.8.2-1 - 0.8.2 (first try) + From fedora-extras-commits at redhat.com Tue Dec 19 16:03:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 11:03:15 -0500 Subject: rpms/uw-imap/devel .cvsignore, 1.6, 1.7 sources, 1.7, 1.8 uw-imap.spec, 1.21, 1.22 imap-2002d-ssltype.patch, 1.1, NONE Message-ID: <200612191603.kBJG3F56009046@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/uw-imap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9027 Modified Files: .cvsignore sources uw-imap.spec Removed Files: imap-2002d-ssltype.patch Log Message: * Mon Dec 18 2006 Rex Dieter 2006d-1 - imap-2006d Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Oct 2006 19:14:40 -0000 1.6 +++ .cvsignore 19 Dec 2006 16:02:45 -0000 1.7 @@ -2,3 +2,4 @@ imap-2006a.tar.Z imap-2006b.tar.Z imap-2006c1.tar.Z +imap-2006d.tar.Z Index: sources =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 26 Oct 2006 19:14:40 -0000 1.7 +++ sources 19 Dec 2006 16:02:45 -0000 1.8 @@ -1 +1 @@ -35a9976cc0c57e0423cd49fb0f967d5e imap-2006c1.tar.Z +db28da518698ec006edbfc5c96bbed28 imap-2006d.tar.Z Index: uw-imap.spec =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- uw-imap.spec 26 Oct 2006 19:14:40 -0000 1.21 +++ uw-imap.spec 19 Dec 2006 16:02:45 -0000 1.22 @@ -1,7 +1,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap -Version: 2006c1 +Version: 2006d Release: 1%{?dist} # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0 @@ -41,7 +41,6 @@ Patch1: imap-2006-paths.patch Patch5: imap-2001a-overflow.patch -Patch7: imap-2002d-ssltype.patch Patch9: imap-2002e-shared.patch Patch10: imap-2002e-authmd5.patch @@ -105,12 +104,10 @@ %patch5 -p1 -b .overflow -%patch7 -p1 -b .ssltype - %patch9 -p1 -b .shared %patch10 -p1 -b .authmd5 -%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 install -p -m644 %{SOURCE21} imap.pam %else install -p -m644 %{SOURCE22} imap.pam @@ -118,21 +115,16 @@ %build -# Not sure why this was ever included, omitting for now -- Rex -#EXTRACFLAGS="$EXTRACFLAGS -DDISABLE_POP_PROXY=1" # Kerberos setup -if [ -x %{_sysconfdir}/profile.d/krb5.sh ]; then - . %{_sysconfdir}/profile.d/krb5.sh -elif ! echo ${PATH} | grep -q %{_prefix}kerberos/bin ; then - export PATH=%{_prefix}/kerberos/bin:${PATH} -fi +source %{_sysconfdir}/profile.d/krb5.sh GSSDIR=$(krb5-config --prefix) ## SSL setup -# (probably legacy-only) -- Rex +# probably legacy-only, but shouldn't hurt -- Rex export EXTRACFLAGS="$EXTRACFLAGS $(pkg-config --cflags openssl 2>/dev/null)" +echo "y" | \ make %{?_smp_mflags} lnp \ EXTRACFLAGS="$EXTRACFLAGS" \ EXTRALDFLAGS="$EXTRALDFLAGS" \ @@ -274,6 +266,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 2006d-1 +- imap-2006d + * Wed Oct 25 2006 Rex Dieter 2006c1-1 - imap-2006c1 --- imap-2002d-ssltype.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 16:07:27 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 19 Dec 2006 11:07:27 -0500 Subject: mock/etc fedora-3-i386-core.cfg, 1.7.2.1, 1.7.2.2 fedora-3-x86_64-core.cfg, 1.7.2.1, 1.7.2.2 fedora-4-i386-core.cfg, 1.8.2.1, 1.8.2.2 fedora-4-ppc-core.cfg, 1.9.2.1, 1.9.2.2 fedora-4-x86_64-core.cfg, 1.8.2.1, 1.8.2.2 fedora-5-i386-core.cfg, 1.8.2.1, 1.8.2.2 fedora-5-ppc-core.cfg, 1.9.2.1, 1.9.2.2 fedora-5-x86_64-core.cfg, 1.9.2.1, 1.9.2.2 fedora-6-i386-core.cfg, 1.1.2.2, 1.1.2.3 fedora-6-ppc-core.cfg, 1.1.2.2, 1.1.2.3 fedora-6-x86_64-core.cfg, 1.1.2.2, 1.1.2.3 fedora-devel-i386-core.cfg, 1.4.2.1, 1.4.2.2 fedora-devel-ppc-core.cfg, 1.4.2.1, 1.4.2.2 fedora-devel-x86_64-core.cfg, 1.4.2.1, 1.4.2.2 Message-ID: <200612191607.kBJG7Rud009142@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9105 Modified Files: Tag: mock-0-6-branch fedora-3-i386-core.cfg fedora-3-x86_64-core.cfg fedora-4-i386-core.cfg fedora-4-ppc-core.cfg fedora-4-x86_64-core.cfg fedora-5-i386-core.cfg fedora-5-ppc-core.cfg fedora-5-x86_64-core.cfg fedora-6-i386-core.cfg fedora-6-ppc-core.cfg fedora-6-x86_64-core.cfg fedora-devel-i386-core.cfg fedora-devel-ppc-core.cfg fedora-devel-x86_64-core.cfg Log Message: added excludes= line to [local] repo entry to prevent incorrect arch packages from satisfying requirements Index: fedora-3-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-3-i386-core.cfg,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -r1.7.2.1 -r1.7.2.2 --- fedora-3-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.7.2.1 +++ fedora-3-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.7.2.2 @@ -37,6 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-3-extras/ +exclude=*.x86_64 *.ppc """ Index: fedora-3-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-3-x86_64-core.cfg,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -r1.7.2.1 -r1.7.2.2 --- fedora-3-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.7.2.1 +++ fedora-3-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.7.2.2 @@ -37,6 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-3-extras/ +exclude=*.i386 *.ppc """ Index: fedora-4-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-4-i386-core.cfg,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- fedora-4-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.8.2.1 +++ fedora-4-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.8.2.2 @@ -38,7 +38,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-4-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-4-ppc-core.cfg,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- fedora-4-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.9.2.1 +++ fedora-4-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.9.2.2 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-4-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-4-x86_64-core.cfg,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- fedora-4-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.8.2.1 +++ fedora-4-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.8.2.2 @@ -39,7 +39,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-extras/ - +exclude=*.i386 *.ppc """ Index: fedora-5-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-5-i386-core.cfg,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- fedora-5-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.8.2.1 +++ fedora-5-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.8.2.2 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-5-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-5-ppc-core.cfg,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- fedora-5-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.9.2.1 +++ fedora-5-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.9.2.2 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-5-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-5-x86_64-core.cfg,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- fedora-5-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.9.2.1 +++ fedora-5-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.9.2.2 @@ -38,7 +38,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-extras/ - +exclude=*.i386 *.ppc """ Index: fedora-6-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/Attic/fedora-6-i386-core.cfg,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- fedora-6-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.1.2.2 +++ fedora-6-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.1.2.3 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-6-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/Attic/fedora-6-ppc-core.cfg,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- fedora-6-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.1.2.2 +++ fedora-6-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.1.2.3 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-6-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/Attic/fedora-6-x86_64-core.cfg,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- fedora-6-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.1.2.2 +++ fedora-6-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.1.2.3 @@ -38,7 +38,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/ - +exclude=*.i386 *.ppc """ Index: fedora-devel-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-devel-i386-core.cfg,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- fedora-devel-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.4.2.1 +++ fedora-devel-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.4.2.2 @@ -33,7 +33,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-devel-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-devel-ppc-core.cfg,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- fedora-devel-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.4.2.1 +++ fedora-devel-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.4.2.2 @@ -33,7 +33,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-devel-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-devel-x86_64-core.cfg,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- fedora-devel-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.4.2.1 +++ fedora-devel-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.4.2.2 @@ -34,7 +34,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ - +exclude=*.i386 *.ppc """ From fedora-extras-commits at redhat.com Tue Dec 19 17:11:41 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 19 Dec 2006 12:11:41 -0500 Subject: rpms/cmake/FC-4 cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.9, 1.10 Message-ID: <200612191711.kBJHBf1x012629@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12579/FC-4 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) --- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 +++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 @@ -20,8 +20,8 @@ /* Use the xmlrpc library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_XMLRPC -# include -# include +# include +# include #else # include # include Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cmake.spec 5 Dec 2006 16:52:15 -0000 1.9 +++ cmake.spec 19 Dec 2006 17:11:11 -0000 1.10 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, xorg-x11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -65,6 +70,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 17:11:47 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 19 Dec 2006 12:11:47 -0500 Subject: rpms/cmake/FC-6 cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.11, 1.12 Message-ID: <200612191711.kBJHBl2W012635@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12579/FC-6 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) --- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 +++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 @@ -20,8 +20,8 @@ /* Use the xmlrpc library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_XMLRPC -# include -# include +# include +# include #else # include # include Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/cmake.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cmake.spec 5 Dec 2006 16:52:15 -0000 1.11 +++ cmake.spec 19 Dec 2006 17:11:17 -0000 1.12 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -60,6 +65,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 17:11:42 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 19 Dec 2006 12:11:42 -0500 Subject: rpms/cmake/FC-5 cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.7, 1.8 Message-ID: <200612191711.kBJHBgTS012632@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12579/FC-5 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) --- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 +++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 @@ -20,8 +20,8 @@ /* Use the xmlrpc library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_XMLRPC -# include -# include +# include +# include #else # include # include Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cmake.spec 5 Dec 2006 16:52:15 -0000 1.7 +++ cmake.spec 19 Dec 2006 17:11:11 -0000 1.8 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -60,6 +65,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 18:11:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 19 Dec 2006 13:11:05 -0500 Subject: rpms/xemacs/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xemacs.spec, 1.24, 1.25 Message-ID: <200612191811.kBJIB5Vt016116@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xemacs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16093 Modified Files: .cvsignore sources xemacs.spec Log Message: * Sun Dec 17 2006 Ville Skytt?? - 21.4.20-1 - 21.4.20. - BuildRequire compface-devel instead of compface. - Provide xemacs(bin) in main package and -nox. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xemacs/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:11:48 -0000 1.4 +++ .cvsignore 19 Dec 2006 18:10:35 -0000 1.5 @@ -1 +1 @@ -xemacs-21.4.19.tar.bz2 +xemacs-21.4.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xemacs/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:11:48 -0000 1.4 +++ sources 19 Dec 2006 18:10:35 -0000 1.5 @@ -1 +1 @@ -0d2d255e2b362064959f329d522b137b xemacs-21.4.19.tar.bz2 +b0c98bb6f2d7818f4183f8c8e9afb867 xemacs-21.4.20.tar.bz2 Index: xemacs.spec =================================================================== RCS file: /cvs/extras/rpms/xemacs/FC-5/xemacs.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- xemacs.spec 14 Apr 2006 10:08:11 -0000 1.24 +++ xemacs.spec 19 Dec 2006 18:10:35 -0000 1.25 @@ -14,14 +14,14 @@ %define exectop %{_libdir}/xemacs-%{version} Name: xemacs -Version: 21.4.19 -Release: 5%{?dist} +Version: 21.4.20 +Release: 1%{?dist} Summary: Different version of Emacs Group: Applications/Editors License: GPL URL: http://www.xemacs.org/ -Source0: ftp://ftp.xemacs.org/xemacs-21.4/xemacs-%{version}.tar.bz2 +Source0: http://ftp.xemacs.org/xemacs-21.4/xemacs-%{version}.tar.bz2 Source1: %{name}.png Source6: xemacs.desktop Source9: xemacs-sitestart.el @@ -49,7 +49,7 @@ BuildRequires: pam-devel BuildRequires: zlib-devel BuildRequires: libjpeg-devel -BuildRequires: compface +BuildRequires: compface-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: desktop-file-utils @@ -80,6 +80,7 @@ Requires: xemacs-common = %{version}-%{release} Requires: xorg-x11-fonts-ISO8859-1-75dpi Requires: xorg-x11-fonts-ISO8859-1-100dpi +Provides: xemacs(bin) = %{version}-%{release} %description XEmacs is a highly customizable open source text editor and @@ -110,6 +111,7 @@ Group: Applications/Editors # Note: no xemacs-sumo dependency here, we need -nox to build the sumo package. Requires: xemacs-common = %{version}-%{release} +Provides: xemacs(bin) = %{version}-%{release} %description nox XEmacs is a highly customizable open source text editor and @@ -155,8 +157,6 @@ f=etc/xemacs-ja.1 ; iconv -f euc-jp -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f -find . -type f -name "*.elc" -o -name "*.info*" | xargs rm -f - ## lisp patches ## %patch1 -p1 @@ -469,6 +469,11 @@ %changelog +* Sun Dec 17 2006 Ville Skytt?? - 21.4.20-1 +- 21.4.20. +- BuildRequire compface-devel instead of compface. +- Provide xemacs(bin) in main package and -nox. + * Fri Apr 14 2006 Ville Skytt?? - 21.4.19-5 - Don't expect to find ellcc if building without modules (#188929). From fedora-extras-commits at redhat.com Tue Dec 19 18:23:36 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Tue, 19 Dec 2006 13:23:36 -0500 Subject: rpms/azureus/FC-6 azureus.spec,1.40,1.41 Message-ID: <200612191823.kBJINaGQ016238@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16221 Modified Files: azureus.spec Log Message: Update bcprov reference for build. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-6/azureus.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- azureus.spec 17 Dec 2006 15:06:54 -0000 1.40 +++ azureus.spec 19 Dec 2006 18:23:06 -0000 1.41 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -101,8 +101,7 @@ %build mkdir -p build/libs -build-jar-repository -p build/libs jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 -ln -s /usr/share/java/gcj-endorsed/bcprov-1.33.jar build/libs +build-jar-repository -p build/libs bcprov jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 ln -s %{_libdir}/eclipse/swt-gtk-3.2.jar build/libs find ./ -name osx | xargs rm -r find ./ -name macosx | xargs rm -r @@ -207,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Tue Dec 19 2006 Anthony Green 2.5.0.0-11 +- Fix bcprov link for build. + * Sun Dec 17 2006 Anthony Green 2.5.0.0-10 - Update azureus.script to use unversioned bcprov jar file. From fedora-extras-commits at redhat.com Tue Dec 19 18:25:14 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Tue, 19 Dec 2006 13:25:14 -0500 Subject: rpms/azureus/devel azureus.spec,1.40,1.41 Message-ID: <200612191825.kBJIPERl016303@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16282 Modified Files: azureus.spec Log Message: Fix bcprov reference for build. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- azureus.spec 17 Dec 2006 15:11:04 -0000 1.40 +++ azureus.spec 19 Dec 2006 18:24:44 -0000 1.41 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -101,8 +101,7 @@ %build mkdir -p build/libs -build-jar-repository -p build/libs jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 -ln -s /usr/share/java/gcj-endorsed/bcprov-1.33.jar build/libs +build-jar-repository -p build/libs bcprov jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 ln -s %{_libdir}/eclipse/swt-gtk-3.2.jar build/libs find ./ -name osx | xargs rm -r find ./ -name macosx | xargs rm -r @@ -207,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Tue Dec 19 2006 Anthony Green 2.5.0.0-11 +- Fix bcprov link for build. + * Sun Dec 17 2006 Anthony Green 2.5.0.0-10 - Update azureus.script to use unversioned bcprov jar file. From fedora-extras-commits at redhat.com Tue Dec 19 18:41:01 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Tue, 19 Dec 2006 13:41:01 -0500 Subject: fedora-accounts bz-make-components.py,1.8,1.9 Message-ID: <200612191841.kBJIf1BX016547@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/fedora/fedora-accounts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16532 Modified Files: bz-make-components.py Log Message: fix initialcc (#198109) Index: bz-make-components.py =================================================================== RCS file: /cvs/fedora/fedora-accounts/bz-make-components.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- bz-make-components.py 19 Dec 2005 17:50:49 -0000 1.8 +++ bz-make-components.py 19 Dec 2006 18:41:01 -0000 1.9 @@ -52,8 +52,8 @@ # print "Invalid owner %s at %s:%s" % (owner, curfile, lnum) continue cclist = [] - if len(pieces) > 4 and pieces[4]: - for I in pieces[4].split(','): + if len(pieces) > 5 and pieces[5]: + for I in pieces[5].split(','): Inum = get_bz_user_id(bzdbh, I) if Inum is None: if not need_emails.has_key(I): From fedora-extras-commits at redhat.com Tue Dec 19 19:14:12 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 19 Dec 2006 14:14:12 -0500 Subject: rpms/python-sqlobject/FC-6 .cvsignore, 1.2, 1.3 python-sqlobject.spec, 1.6, 1.7 sources, 1.2, 1.3 python-sqlobject-0.7.0-ordered-deps.patch, 1.1, NONE python-sqlobject-0.7.0-pkg_resources.patch, 1.1, NONE python-sqlobject-admin.patch, 1.1, NONE Message-ID: <200612191914.kBJJECYo019918@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19898 Modified Files: .cvsignore python-sqlobject.spec sources Removed Files: python-sqlobject-0.7.0-ordered-deps.patch python-sqlobject-0.7.0-pkg_resources.patch python-sqlobject-admin.patch Log Message: * Tue Dec 19 2006 Luke Macken 0.7.2-1 - 0.7.2 - Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch and python-sqlobject-0.7.0-pkg_resources.patch - Require python-sqlite2 - Add python-devel to BuildRequires Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Oct 2005 10:08:17 -0000 1.2 +++ .cvsignore 19 Dec 2006 19:13:42 -0000 1.3 @@ -1 +1 @@ -SQLObject-0.7.0.tar.gz +SQLObject-0.7.2.tar.gz Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/python-sqlobject.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlobject.spec 12 Sep 2006 02:50:11 -0000 1.6 +++ python-sqlobject.spec 19 Dec 2006 19:13:42 -0000 1.7 @@ -1,22 +1,20 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-sqlobject -Version: 0.7.0 -Release: 8%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries License: LGPL URL: http://sqlobject.org/ Source0: http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz -Patch0: python-sqlobject-admin.patch -Patch1: python-sqlobject-0.7.0-pkg_resources.patch -Patch2: python-sqlobject-0.7.0-ordered-deps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -Requires: python-sqlite, python-formencode >= 0.2.2 +BuildRequires: python-devel +Requires: python-sqlite2, python-formencode >= 0.2.2 %description @@ -24,15 +22,11 @@ friendly-looking Python object instead of a database/SQL interface. Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird. -This package requires sqlite. Futher database connectors have to be installed -separately. +This package requires sqlite. Futher database connectors have to be installed separately. %prep %setup -q -n SQLObject-%{version} rm -rf ez_setup -%patch0 -p1 -%patch1 -%patch2 -p1 %build %{__python} setup.py build @@ -69,6 +63,9 @@ %dir %{python_sitelib}/sqlobject/mysql %{python_sitelib}/sqlobject/mysql/*.py* +%dir %{python_sitelib}/sqlobject/mssql +%{python_sitelib}/sqlobject/mssql/*.py* + %dir %{python_sitelib}/sqlobject/postgres %{python_sitelib}/sqlobject/postgres/*.py* @@ -84,6 +81,13 @@ %{_bindir}/* %changelog +* Tue Dec 19 2006 Luke Macken 0.7.2-1 +- 0.7.2 +- Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch + and python-sqlobject-0.7.0-pkg_resources.patch +- Require python-sqlite2 +- Add python-devel to BuildRequires + * Mon Sep 11 2006 Luke Macken 0.7.0-8 - python-sqlobject-0.7.0-ordered-deps.patch from upstream ticket http://trac.turbogears.org/turbogears/ticket/279 (Bug #205894) Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Oct 2005 10:08:17 -0000 1.2 +++ sources 19 Dec 2006 19:13:42 -0000 1.3 @@ -1 +1 @@ -dccb921b5df6a15312b56630ac4ac205 SQLObject-0.7.0.tar.gz +78fe392b86b43912bb249af93d44df57 SQLObject-0.7.2.tar.gz --- python-sqlobject-0.7.0-ordered-deps.patch DELETED --- --- python-sqlobject-0.7.0-pkg_resources.patch DELETED --- --- python-sqlobject-admin.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 19:42:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 19 Dec 2006 14:42:17 -0500 Subject: rpms/SDL_image/devel SDL_image.spec,1.10,1.11 Message-ID: <200612191942.kBJJgHmT020230@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20215 Modified Files: SDL_image.spec Log Message: * Tue Dec 19 2006 Brian Pepple - 1.2.5-4 - Disable run-time loading of libs. (#219902) Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SDL_image.spec 26 Nov 2006 14:59:48 -0000 1.10 +++ SDL_image.spec 19 Dec 2006 19:41:47 -0000 1.11 @@ -1,6 +1,6 @@ Name: SDL_image Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -42,7 +42,12 @@ %build # XCF support is crashy in 1.2.4 -%configure --disable-dependency-tracking --enable-tif --disable-static +%configure --disable-dependency-tracking \ + --enable-tif \ + --disable-jpg-shared \ + --disable-png-shared \ + --disable-tif-shared \ + --disable-static make %{?_smp_mflags} @@ -79,6 +84,9 @@ %changelog +* Tue Dec 19 2006 Brian Pepple - 1.2.5-4 +- Disable run-time loading of libs. (#219902) + * Tue Oct 31 2006 Brian Pepple - 1.2.5-3 - Add patch to fix IMG_ReadXPMFromArray crash. (#213282) From fedora-extras-commits at redhat.com Tue Dec 19 19:49:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 19 Dec 2006 14:49:45 -0500 Subject: rpms/xdrawchem/devel xdrawchem.desktop, 1.1, 1.2 xdrawchem.spec, 1.3, 1.4 Message-ID: <200612191949.kBJJnjZ3020404@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20373 Modified Files: xdrawchem.desktop xdrawchem.spec Log Message: - rebuild against new openbabel in devel - simplify d-f-i call Index: xdrawchem.desktop =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xdrawchem.desktop 9 Aug 2006 23:33:08 -0000 1.1 +++ xdrawchem.desktop 19 Dec 2006 19:49:15 -0000 1.2 @@ -7,4 +7,4 @@ Terminal=false Name=Xdrawchem Encoding=UTF-8 -Categories=Application;Education;Chemistry;Graphics; +Categories=Application;Education;Chemistry;Graphics;Science; Index: xdrawchem.spec =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xdrawchem.spec 29 Aug 2006 17:36:47 -0000 1.3 +++ xdrawchem.spec 19 Dec 2006 19:49:15 -0000 1.4 @@ -1,6 +1,6 @@ Name: xdrawchem Version: 1.9.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop @@ -36,10 +36,6 @@ install -c -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Science \ - --add-category Chemistry \ %{SOURCE1} rm -f $RPM_BUILD_ROOT%{_datadir}/xdrawchem/caslist.txt @@ -55,6 +51,10 @@ %{_datadir}/pixmaps/xdrawchem.png %changelog +* Tue Dec 19 2006 Dominik Mierzejewski 1.9.9-5 +- rebuild against new openbabel in devel +- simplify d-f-i call + * Tue Aug 29 2006 Dominik Mierzejewski 1.9.9-4 - mass rebuild From fedora-extras-commits at redhat.com Tue Dec 19 19:53:48 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 19 Dec 2006 14:53:48 -0500 Subject: rpms/amavisd-new/FC-6 amavisd-new.spec,1.13,1.14 Message-ID: <200612191953.kBJJrms8020533@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20498 Modified Files: amavisd-new.spec Log Message: Fix the path to amavisd.sock in amavisd-release. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/amavisd-new.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- amavisd-new.spec 13 Dec 2006 16:47:14 -0000 1.13 +++ amavisd-new.spec 19 Dec 2006 19:53:18 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.4 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -79,6 +79,9 @@ %patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ +sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ + amavisd-release + %build %install @@ -153,6 +156,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Dec 18 2006 Steven Pritchard 2.4.4-2 +- Fix the path to amavisd.sock in amavisd-release. + * Tue Dec 05 2006 Steven Pritchard 2.4.4-1 - Update to 2.4.4. From fedora-extras-commits at redhat.com Tue Dec 19 19:59:41 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 19 Dec 2006 14:59:41 -0500 Subject: rpms/amavisd-new/FC-5 amavisd-new.spec,1.9,1.10 Message-ID: <200612191959.kBJJxfHH020628@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20613 Modified Files: amavisd-new.spec Log Message: Fix the path to amavisd.sock in amavisd-release. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- amavisd-new.spec 13 Dec 2006 18:49:57 -0000 1.9 +++ amavisd-new.spec 19 Dec 2006 19:59:11 -0000 1.10 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.4 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -79,6 +79,9 @@ %patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ +sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ + amavisd-release + %build %install @@ -153,6 +156,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Dec 18 2006 Steven Pritchard 2.4.4-2 +- Fix the path to amavisd.sock in amavisd-release. + * Tue Dec 05 2006 Steven Pritchard 2.4.4-1 - Update to 2.4.4. From fedora-extras-commits at redhat.com Tue Dec 19 20:42:19 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 19 Dec 2006 15:42:19 -0500 Subject: rpms/SDL_image/FC-6 SDL_image.spec,1.10,1.11 Message-ID: <200612192042.kBJKgJkj024150@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24131 Modified Files: SDL_image.spec Log Message: * Tue Dec 19 2006 Brian Pepple - 1.2.5-4 - Disable run-time loading of libs. (#219902) Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/FC-6/SDL_image.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SDL_image.spec 26 Nov 2006 15:14:30 -0000 1.10 +++ SDL_image.spec 19 Dec 2006 20:41:49 -0000 1.11 @@ -1,6 +1,6 @@ Name: SDL_image Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -42,7 +42,12 @@ %build # XCF support is crashy in 1.2.4 -%configure --disable-dependency-tracking --enable-tif --disable-static +%configure --disable-dependency-tracking \ + --enable-tif \ + --disable-jpg-shared \ + --disable-png-shared \ + --disable-tif-shared \ + --disable-static make %{?_smp_mflags} @@ -79,6 +84,9 @@ %changelog +* Tue Dec 19 2006 Brian Pepple - 1.2.5-4 +- Disable run-time loading of libs. (#219902) + * Sun Nov 26 2006 Brian Pepple - 1.2.5-3 - Add patch to fix IMG_ReadXPMFromArray crash. (#213282) From fedora-extras-commits at redhat.com Tue Dec 19 21:22:28 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Tue, 19 Dec 2006 16:22:28 -0500 Subject: rpms/snort/devel snort.spec,1.21,1.22 Message-ID: <200612192122.kBJLMSRG027575@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27548 Modified Files: snort.spec Log Message: fix the dynamic engine Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- snort.spec 6 Dec 2006 17:13:57 -0000 1.21 +++ snort.spec 19 Dec 2006 21:21:58 -0000 1.22 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort Version: 2.6.1.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -302,6 +302,7 @@ install snort-snmp+flexresp %{buildroot}%{_sbindir}/snort-snmp+flexresp install snort-bloat %{buildroot}%{_sbindir}/snort-bloat +mkdir -p %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0 %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0.0.0 %{buildroot}%{_libdir}/snort/dynamicengine @@ -420,6 +421,9 @@ %changelog +* Tue Dec 19 2006 Dennis Gilmore - 2.6.1.1-4 +- fix the dynamic engine + * Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 - rebuild for new postgresql From fedora-extras-commits at redhat.com Tue Dec 19 21:26:00 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Tue, 19 Dec 2006 16:26:00 -0500 Subject: rpms/snort/FC-6 .cvsignore, 1.6, 1.7 snort.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <200612192126.kBJLQ0pt027646@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27624 Modified Files: .cvsignore snort.spec sources Log Message: update to 2.6.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/snort/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Oct 2006 17:38:28 -0000 1.6 +++ .cvsignore 19 Dec 2006 21:25:30 -0000 1.7 @@ -1 +1 @@ -snort-2.6.0.2.tar.gz +snort-2.6.1.1.tar.gz Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/FC-6/snort.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- snort.spec 9 Oct 2006 18:59:52 -0000 1.18 +++ snort.spec 19 Dec 2006 21:25:30 -0000 1.19 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort -Version: 2.6.0.2 -Release: 2%{?dist} +Version: 2.6.1.1 +Release: 4%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -24,7 +24,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 %package mysql @@ -37,7 +36,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: mysql-devel @@ -51,7 +49,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: postgresql-devel @@ -66,7 +63,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: openssl-devel @@ -75,7 +71,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: postgresql-devel @@ -307,6 +302,7 @@ install snort-snmp+flexresp %{buildroot}%{_sbindir}/snort-snmp+flexresp install snort-bloat %{buildroot}%{_sbindir}/snort-bloat +mkdir -p %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0 %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0.0.0 %{buildroot}%{_libdir}/snort/dynamicengine @@ -425,6 +421,18 @@ %changelog +* Tue Dec 19 2006 Dennis Gilmore - 2.6.1.1-4 +- fix the dynamic engine + +* Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 +- rebuild for new postgresql + +* Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 +- rebuild for new libpcap + +* Thu Nov 23 2006 Dennis Gilmore - 2.6.1.1-1 +-upgrade to 2.6.1.1 + * Mon Oct 09 2006 Dennis Gilmore - 2.6.0.2-2 - disable smp as it breaks build on the buildsys Index: sources =================================================================== RCS file: /cvs/extras/rpms/snort/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Oct 2006 17:38:28 -0000 1.6 +++ sources 19 Dec 2006 21:25:30 -0000 1.7 @@ -1 +1 @@ -5c094ff6d82db845a5f023e4a492103e snort-2.6.0.2.tar.gz +a7313ff4346317c301af361e211a7cd4 snort-2.6.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 21:29:00 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Tue, 19 Dec 2006 16:29:00 -0500 Subject: rpms/snort/FC-5 .cvsignore, 1.6, 1.7 snort.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612192129.kBJLT0Id027726@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27697 Modified Files: .cvsignore snort.spec sources Log Message: update to 2.6.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/snort/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Oct 2006 19:48:05 -0000 1.6 +++ .cvsignore 19 Dec 2006 21:28:30 -0000 1.7 @@ -1 +1 @@ -snort-2.6.0.2.tar.gz +snort-2.6.1.1.tar.gz Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/FC-5/snort.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- snort.spec 9 Oct 2006 19:39:42 -0000 1.12 +++ snort.spec 19 Dec 2006 21:28:30 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort -Version: 2.6.0.2 -Release: 2%{?dist} +Version: 2.6.1.1 +Release: 4%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -24,7 +24,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 %package mysql @@ -37,7 +36,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: mysql-devel @@ -51,7 +49,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: postgresql-devel @@ -66,7 +63,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: openssl-devel @@ -75,7 +71,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: postgresql-devel @@ -307,6 +302,7 @@ install snort-snmp+flexresp %{buildroot}%{_sbindir}/snort-snmp+flexresp install snort-bloat %{buildroot}%{_sbindir}/snort-bloat +mkdir -p %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0 %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0.0.0 %{buildroot}%{_libdir}/snort/dynamicengine @@ -425,6 +421,18 @@ %changelog +* Tue Dec 19 2006 Dennis Gilmore - 2.6.1.1-4 +- fix the dynamic engine + +* Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 +- rebuild for new postgresql + +* Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 +- rebuild for new libpcap + +* Thu Nov 23 2006 Dennis Gilmore - 2.6.1.1-1 +-upgrade to 2.6.1.1 + * Mon Oct 09 2006 Dennis Gilmore - 2.6.0.2-2 - disable smp as it breaks build on the buildsys Index: sources =================================================================== RCS file: /cvs/extras/rpms/snort/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Oct 2006 19:48:05 -0000 1.6 +++ sources 19 Dec 2006 21:28:30 -0000 1.7 @@ -1 +1 @@ -5c094ff6d82db845a5f023e4a492103e snort-2.6.0.2.tar.gz +a7313ff4346317c301af361e211a7cd4 snort-2.6.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 21:47:12 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 16:47:12 -0500 Subject: rpms/xdg-utils/devel xdg-utils-1.0.1-typo.patch, NONE, 1.1 xdg-utils.spec, 1.10, 1.11 Message-ID: <200612192147.kBJLlCsU027810@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27792 Modified Files: xdg-utils.spec Added Files: xdg-utils-1.0.1-typo.patch Log Message: * Tue Dec 19 2006 Rex Dieter 1.0.1-2 - fix typo in xdg-icon-resource manpage xdg-utils-1.0.1-typo.patch: --- NEW FILE xdg-utils-1.0.1-typo.patch --- --- xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1.typo 2006-11-03 21:35:57.000000000 -0600 +++ xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1 2006-12-19 15:52:35.000000000 -0600 @@ -56,7 +56,7 @@ .SH "OPTIONS" .TP \fB\-\-noupdate\fR -Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necassery to update the desktop icon system right away. +Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necessary to update the desktop icon system right away. .TP \fB\-\-novendor\fR Normally, xdg\-icon\-resource checks to ensure that an icon file to be installed in the Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/xdg-utils.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xdg-utils.spec 6 Nov 2006 14:03:45 -0000 1.10 +++ xdg-utils.spec 19 Dec 2006 21:46:42 -0000 1.11 @@ -2,7 +2,7 @@ Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://portland.freedesktop.org/ Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz @@ -12,7 +12,9 @@ BuildArch: noarch Patch1: xdg-utils-1.0-mimeopen.patch +Patch2: xdg-utils-1.0.1-typo.patch +Requires: coreutils Requires: desktop-file-utils ## kde-config #Requires(hint): kdelibs @@ -49,6 +51,7 @@ %setup -q -n %{name}-%{version}%{?beta} %patch1 -p1 -b .mimeopen +%patch2 -p1 -b .typo %build @@ -75,6 +78,9 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 1.0.1-2 +- fix typo in xdg-icon-resource manpage + * Mon Nov 06 2006 Rex Dieter 1.0.1-1 - xdg-utils-1.0.1 From fedora-extras-commits at redhat.com Tue Dec 19 22:12:21 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 17:12:21 -0500 Subject: rpms/gmpc/FC-6 gmpc-lib-plugins.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 gmpc.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200612192212.kBJMCLg8031076@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/gmpc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31054 Modified Files: .cvsignore gmpc.spec sources Added Files: gmpc-lib-plugins.diff Log Message: * Sat Dec 09 2006 Adrian Reber - 0.13.0-1 - updated to 0.13.0 - created devel package for header files - removed X-Fedora from desktop-file-install - added some plugins and moved the plugins to %{_libdir}/%{name}/plugins gmpc-lib-plugins.diff: --- NEW FILE gmpc-lib-plugins.diff --- --- main.c.old 2006-12-09 15:57:40.000000000 +0100 +++ src/main.c 2006-12-09 15:57:15.000000000 +0100 @@ -241,6 +241,9 @@ + url = g_strdup_printf("%s/%s",@@PLUGINS_PATH@@, "plugins"); + plugin_load_dir(url); + g_free(url); url = g_strdup_printf("%s/%s",GLADE_PATH, "plugins"); plugin_load_dir(url); g_free(url); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:35:27 -0000 1.2 +++ .cvsignore 19 Dec 2006 22:11:51 -0000 1.3 @@ -1 +1,6 @@ -gmpc-0.11.2.tar.gz +gmpc-0.13.0.tar.gz +gmpc-autoplaylist-0.1.0.tar.gz +gmpccaa-0.1.0.tar.gz +gmpcmdcover-0.1.0.tar.gz +gmpcosd-0.1.0.tar.gz +gmpcstream-0.1.0.tar.gz Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-6/gmpc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gmpc.spec 30 Aug 2006 15:28:18 -0000 1.8 +++ gmpc.spec 19 Dec 2006 22:11:51 -0000 1.9 @@ -1,17 +1,24 @@ Name: gmpc Summary: GNOME frontend for the MPD -Version: 0.11.2 -Release: 6%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://musicpd.org/?page=gmpc -Source0: http://mercury.chem.pitt.edu/~shank/gmpc-0.11.2.tar.gz +URL: http://sarine.nl/gmpc +Source0: http://download.qballcow.nl/programs/gmpc-0.13/gmpc-0.13.0.tar.gz +Source1: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpc-autoplaylist-0.1.0.tar.gz +Source2: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpccaa-0.1.0.tar.gz +Source3: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcmdcover-0.1.0.tar.gz +Source4: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcosd-0.1.0.tar.gz +Source5: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcstream-0.1.0.tar.gz +Patch0: gmpc-lib-plugins.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils -BuildRequires: perl-XML-Parser +BuildRequires: perl-XML-Parser, libmpd-devel, findutils +BuildRequires: curl-devel, xosd-devel %description Gmpc is a GNOME client for the Music Player Daemon @@ -24,42 +31,59 @@ * ID3 information * Lots more +%package devel +Summary: Development files for gmpc +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package includes header files necessary for developing gmpc plugins. + %prep -%setup -q +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 +# this patch adds %{_libdir}/gmpc/plugins to the plugins search path +%patch0 +sed -i -e 's,@@PLUGINS_PATH@@,"%{_libdir}/%{name}",g' src/main.c %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} LDFLAGS=-Wl,--export-dynamic - +ln -s src gmpc +export PKG_CONFIG_PATH="$PWD/data" +export CFLAGS="-I$PWD" +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + %configure + make %{?_smp_mflags} + popd +done %install rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# this is the default search path +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins +# rpmlint complains if arch-dependent files are in %{_datadir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins + +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + find . -name *so -exec cp {} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins \; + popd +done +install -p -D gmpc-autoplaylist-0.1.0/glade/apl.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/apl/apl.glade +install -p -D gmpcstream-0.1.0/data/osb.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/osb/osb.glade %find_lang %{name} -# desktop files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gmpc.desktop -#%post -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-install-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null - -#%preun -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-uninstall-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - - %clean rm -rf $RPM_BUILD_ROOT @@ -69,9 +93,21 @@ %{_bindir}/%name %{_datadir}/applications/*.desktop %{_datadir}/%{name} +%{_libdir}/%{name} %{_datadir}/pixmaps/* +%files devel +%defattr(0644,root,root,755) +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc + %changelog +* Sat Dec 09 2006 Adrian Reber - 0.13.0-1 +- updated to 0.13.0 +- created devel package for header files +- removed X-Fedora from desktop-file-install +- added some plugins and moved the plugins to %%{_libdir}/%%{name}/plugins + * Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 - BR: perl-XML-Parser Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:35:27 -0000 1.2 +++ sources 19 Dec 2006 22:11:51 -0000 1.3 @@ -1 +1,6 @@ -a7cc8c0734fef9e0b05be76cea3c0a20 gmpc-0.11.2.tar.gz +dbbb1880feb8b9c2493ece670520299b gmpc-0.13.0.tar.gz +046ed7e57fac849d3b33a5b37ff7540e gmpc-autoplaylist-0.1.0.tar.gz +f55ae657b4664d393d9058d4d06e1d2b gmpccaa-0.1.0.tar.gz +65122a0b0e789a4977f45921d2dc3de1 gmpcmdcover-0.1.0.tar.gz +2e160ee4fa3e0e80439678c92d95ef79 gmpcosd-0.1.0.tar.gz +da8341cf96d9e3885bd78a56ef13cd03 gmpcstream-0.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 22:15:18 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 17:15:18 -0500 Subject: rpms/gmpc/FC-5 gmpc-lib-plugins.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 gmpc.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612192215.kBJMFIlJ031111@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/gmpc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31089 Modified Files: .cvsignore gmpc.spec sources Added Files: gmpc-lib-plugins.diff Log Message: * Sat Dec 09 2006 Adrian Reber - 0.13.0-1 - updated to 0.13.0 - created devel package for header files - removed X-Fedora from desktop-file-install - added some plugins and moved the plugins to %{_libdir}/%{name}/plugins gmpc-lib-plugins.diff: --- NEW FILE gmpc-lib-plugins.diff --- --- main.c.old 2006-12-09 15:57:40.000000000 +0100 +++ src/main.c 2006-12-09 15:57:15.000000000 +0100 @@ -241,6 +241,9 @@ + url = g_strdup_printf("%s/%s",@@PLUGINS_PATH@@, "plugins"); + plugin_load_dir(url); + g_free(url); url = g_strdup_printf("%s/%s",GLADE_PATH, "plugins"); plugin_load_dir(url); g_free(url); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:35:27 -0000 1.2 +++ .cvsignore 19 Dec 2006 22:14:48 -0000 1.3 @@ -1 +1,6 @@ -gmpc-0.11.2.tar.gz +gmpc-0.13.0.tar.gz +gmpc-autoplaylist-0.1.0.tar.gz +gmpccaa-0.1.0.tar.gz +gmpcmdcover-0.1.0.tar.gz +gmpcosd-0.1.0.tar.gz +gmpcstream-0.1.0.tar.gz Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-5/gmpc.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gmpc.spec 11 Apr 2006 15:46:41 -0000 1.6 +++ gmpc.spec 19 Dec 2006 22:14:48 -0000 1.7 @@ -1,16 +1,24 @@ Name: gmpc Summary: GNOME frontend for the MPD -Version: 0.11.2 -Release: 4%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://musicpd.org/?page=gmpc -Source0: http://mercury.chem.pitt.edu/~shank/gmpc-0.11.2.tar.gz +URL: http://sarine.nl/gmpc +Source0: http://download.qballcow.nl/programs/gmpc-0.13/gmpc-0.13.0.tar.gz +Source1: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpc-autoplaylist-0.1.0.tar.gz +Source2: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpccaa-0.1.0.tar.gz +Source3: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcmdcover-0.1.0.tar.gz +Source4: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcosd-0.1.0.tar.gz +Source5: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcstream-0.1.0.tar.gz +Patch0: gmpc-lib-plugins.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils +BuildRequires: perl-XML-Parser, libmpd-devel, findutils +BuildRequires: curl-devel, xosd-devel %description Gmpc is a GNOME client for the Music Player Daemon @@ -23,42 +31,59 @@ * ID3 information * Lots more +%package devel +Summary: Development files for gmpc +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package includes header files necessary for developing gmpc plugins. + %prep -%setup -q +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 +# this patch adds %{_libdir}/gmpc/plugins to the plugins search path +%patch0 +sed -i -e 's,@@PLUGINS_PATH@@,"%{_libdir}/%{name}",g' src/main.c %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} LDFLAGS=-Wl,--export-dynamic - +ln -s src gmpc +export PKG_CONFIG_PATH="$PWD/data" +export CFLAGS="-I$PWD" +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + %configure + make %{?_smp_mflags} + popd +done %install rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# this is the default search path +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins +# rpmlint complains if arch-dependent files are in %{_datadir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins + +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + find . -name *so -exec cp {} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins \; + popd +done +install -p -D gmpc-autoplaylist-0.1.0/glade/apl.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/apl/apl.glade +install -p -D gmpcstream-0.1.0/data/osb.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/osb/osb.glade %find_lang %{name} -# desktop files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gmpc.desktop -#%post -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-install-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null - -#%preun -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-uninstall-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - - %clean rm -rf $RPM_BUILD_ROOT @@ -68,9 +93,27 @@ %{_bindir}/%name %{_datadir}/applications/*.desktop %{_datadir}/%{name} +%{_libdir}/%{name} %{_datadir}/pixmaps/* +%files devel +%defattr(0644,root,root,755) +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc + %changelog +* Sat Dec 09 2006 Adrian Reber - 0.13.0-1 +- updated to 0.13.0 +- created devel package for header files +- removed X-Fedora from desktop-file-install +- added some plugins and moved the plugins to %%{_libdir}/%%{name}/plugins + +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 +- BR: perl-XML-Parser + +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 +- rebuild + * Thu Mar 23 2006 Jonathan Dieter 0.11.2-4 - fix dynamic linking bug Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:35:27 -0000 1.2 +++ sources 19 Dec 2006 22:14:48 -0000 1.3 @@ -1 +1,6 @@ -a7cc8c0734fef9e0b05be76cea3c0a20 gmpc-0.11.2.tar.gz +dbbb1880feb8b9c2493ece670520299b gmpc-0.13.0.tar.gz +046ed7e57fac849d3b33a5b37ff7540e gmpc-autoplaylist-0.1.0.tar.gz +f55ae657b4664d393d9058d4d06e1d2b gmpccaa-0.1.0.tar.gz +65122a0b0e789a4977f45921d2dc3de1 gmpcmdcover-0.1.0.tar.gz +2e160ee4fa3e0e80439678c92d95ef79 gmpcosd-0.1.0.tar.gz +da8341cf96d9e3885bd78a56ef13cd03 gmpcstream-0.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 22:38:21 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 19 Dec 2006 17:38:21 -0500 Subject: rpms/contacts/FC-6 contacts.spec,1.6,1.7 sources,1.3,1.4 Message-ID: <200612192238.kBJMcLL8031291@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31259 Modified Files: contacts.spec sources Log Message: build 0.2 for FC-6 Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/FC-6/contacts.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- contacts.spec 28 Aug 2006 02:50:08 -0000 1.6 +++ contacts.spec 19 Dec 2006 22:37:51 -0000 1.7 @@ -1,13 +1,12 @@ Name: contacts -Version: 0.1 -Release: 5.20060813svn%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Contacts addressbook Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -#Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}svn.tar.gz +Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 Requires(post): GConf2 @@ -15,9 +14,9 @@ BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils intltool gettext # Needed for svn snapshot -BuildRequires: automake gnome-common libtool intltool gettext +#BuildRequires: automake gnome-common libtool %description Contacts is a small, lightweight addressbook that uses libebook. @@ -27,11 +26,11 @@ devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs. %prep -%setup -n %{name}-%{version}svn -q +%setup -n %{name}-%{version} -q %build -./autogen.sh +#./autogen.sh %configure make %{?_smp_mflags} @@ -88,6 +87,12 @@ %changelog +* Fri Dec 15 2006 Jesse Keating - 0.2-1 +- build for 0.2 + +* Mon Oct 30 2006 Jesse Keating - 0.1-6.20060813svn +- rebuild for new eds + * Sun Aug 27 2006 Jesse Keating - 0.1-5.20060813svn - rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/contacts/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Aug 2006 20:57:41 -0000 1.3 +++ sources 19 Dec 2006 22:37:51 -0000 1.4 @@ -1 +1 @@ -e73ce65a752ab7b4138c6118ace09132 contacts-0.1svn.tar.gz +ad8a4297af14930d45a56d17b39cf0d5 contacts-0.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 22:44:30 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 19 Dec 2006 17:44:30 -0500 Subject: rpms/contacts/devel contacts.spec,1.8,1.9 Message-ID: <200612192244.kBJMiUWs031387@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31370 Modified Files: contacts.spec Log Message: Change the URL and add comment for next time this gets bumped Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- contacts.spec 15 Dec 2006 20:35:18 -0000 1.8 +++ contacts.spec 19 Dec 2006 22:44:00 -0000 1.9 @@ -6,7 +6,7 @@ Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz +Source0: http://projects.o-hand.com/sources/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 Requires(post): GConf2 @@ -87,6 +87,7 @@ %changelog +- Change URL * Fri Dec 15 2006 Jesse Keating - 0.2-1 - build for 0.2 From fedora-extras-commits at redhat.com Tue Dec 19 23:47:16 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Tue, 19 Dec 2006 18:47:16 -0500 Subject: rpms/fontypython/FC-6 fontypython.desktop, 1.1, 1.2 fontypython.spec, 1.2, 1.3 Message-ID: <200612192347.kBJNlGeX002540@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2482/FC-6 Modified Files: fontypython.desktop fontypython.spec Log Message: Fixed .desktop file to reflect new binary name ('fontypython') Index: fontypython.desktop =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-6/fontypython.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.desktop 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.desktop 19 Dec 2006 23:46:46 -0000 1.2 @@ -1,11 +1,12 @@ [Desktop Entry] +Version=0.2.0 Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux -Exec=fp +Exec=fontypython Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; -Version=0.2.0 \ No newline at end of file +GenericName[en_US]=TTF font set manager Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-6/fontypython.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 +++ fontypython.spec 19 Dec 2006 23:46:46 -0000 1.3 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -59,6 +59,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 20 2006 Chris Mohler 0.2.0-6 +- updated .desktop file - added correct executable name + * Mon Dec 19 2006 Chris Mohler 0.2.0-5 - Renamed executable 'fp' to 'fontypython' to resolve bug #220046 From fedora-extras-commits at redhat.com Tue Dec 19 23:47:16 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Tue, 19 Dec 2006 18:47:16 -0500 Subject: rpms/fontypython/FC-5 fontypython.desktop, 1.1, 1.2 fontypython.spec, 1.2, 1.3 Message-ID: <200612192347.kBJNlGsN002536@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2482/FC-5 Modified Files: fontypython.desktop fontypython.spec Log Message: Fixed .desktop file to reflect new binary name ('fontypython') Index: fontypython.desktop =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-5/fontypython.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.desktop 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.desktop 19 Dec 2006 23:46:46 -0000 1.2 @@ -1,11 +1,12 @@ [Desktop Entry] +Version=0.2.0 Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux -Exec=fp +Exec=fontypython Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; -Version=0.2.0 \ No newline at end of file +GenericName[en_US]=TTF font set manager Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-5/fontypython.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 +++ fontypython.spec 19 Dec 2006 23:46:46 -0000 1.3 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -59,6 +59,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 20 2006 Chris Mohler 0.2.0-6 +- updated .desktop file - added correct executable name + * Mon Dec 19 2006 Chris Mohler 0.2.0-5 - Renamed executable 'fp' to 'fontypython' to resolve bug #220046 From fedora-extras-commits at redhat.com Tue Dec 19 23:47:21 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Tue, 19 Dec 2006 18:47:21 -0500 Subject: rpms/fontypython/devel fontypython.desktop, 1.1, 1.2 fontypython.spec, 1.2, 1.3 Message-ID: <200612192347.kBJNlLPK002544@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2482/devel Modified Files: fontypython.desktop fontypython.spec Log Message: Fixed .desktop file to reflect new binary name ('fontypython') Index: fontypython.desktop =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/fontypython.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.desktop 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.desktop 19 Dec 2006 23:46:51 -0000 1.2 @@ -1,11 +1,12 @@ [Desktop Entry] +Version=0.2.0 Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux -Exec=fp +Exec=fontypython Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; -Version=0.2.0 \ No newline at end of file +GenericName[en_US]=TTF font set manager Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/fontypython.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fontypython.spec 19 Dec 2006 00:53:19 -0000 1.2 +++ fontypython.spec 19 Dec 2006 23:46:51 -0000 1.3 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -59,6 +59,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 20 2006 Chris Mohler 0.2.0-6 +- updated .desktop file - added correct executable name + * Mon Dec 19 2006 Chris Mohler 0.2.0-5 - Renamed executable 'fp' to 'fontypython' to resolve bug #220046 From fedora-extras-commits at redhat.com Wed Dec 20 00:48:03 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:03 -0500 Subject: rpms/R/FC-4 R.spec,1.19,1.20 sources,1.10,1.11 Message-ID: <200612200048.kBK0m3RO006029@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/FC-4 Modified Files: R.spec sources Log Message: Bump to 2.4.1 Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/FC-4/R.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- R.spec 4 Nov 2006 06:19:56 -0000 1.19 +++ R.spec 20 Dec 2006 00:47:33 -0000 1.20 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist}.1 +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: java-1.4.2-gcj-compat, lapack-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -196,7 +192,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -211,7 +207,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -230,6 +226,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Sat Nov 4 2006 Tom "spot" Callaway 2.4.0-2.1 - minor bump to fix my idiot mistake in cvs for fc4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:25 -0000 1.10 +++ sources 20 Dec 2006 00:47:33 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 00:48:04 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:04 -0500 Subject: rpms/R/FC-6 R.spec,1.20,1.21 sources,1.10,1.11 Message-ID: <200612200048.kBK0m4Yq006035@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/FC-6 Modified Files: R.spec sources Log Message: Bump to 2.4.1 Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/FC-6/R.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- R.spec 4 Nov 2006 06:16:11 -0000 1.20 +++ R.spec 20 Dec 2006 00:47:34 -0000 1.21 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -189,7 +185,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -204,7 +200,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -223,6 +219,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Fri Nov 3 2006 Tom "spot" Callaway 2.4.0-2 - sync with patched 2006-11-03 level to fix PR#9339 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:27 -0000 1.10 +++ sources 20 Dec 2006 00:47:34 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 00:48:03 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:03 -0500 Subject: rpms/R/FC-5 R.spec,1.18,1.19 sources,1.10,1.11 Message-ID: <200612200048.kBK0m3wS006033@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/FC-5 Modified Files: R.spec sources Log Message: Bump to 2.4.1 Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/FC-5/R.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- R.spec 4 Nov 2006 06:16:11 -0000 1.18 +++ R.spec 20 Dec 2006 00:47:33 -0000 1.19 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -189,7 +185,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -204,7 +200,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -223,6 +219,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Fri Nov 3 2006 Tom "spot" Callaway 2.4.0-2 - sync with patched 2006-11-03 level to fix PR#9339 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:26 -0000 1.10 +++ sources 20 Dec 2006 00:47:33 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 00:48:04 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:04 -0500 Subject: rpms/R/devel .cvsignore, 1.9, 1.10 R.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200612200048.kBK0m4uc006040@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/devel Modified Files: .cvsignore R.spec sources Log Message: Bump to 2.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/R/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 16 Oct 2006 21:09:27 -0000 1.9 +++ .cvsignore 20 Dec 2006 00:47:34 -0000 1.10 @@ -6,3 +6,4 @@ R-2.3.0.tar.gz R-2.3.1.tar.gz R-2.4.0.tar.gz +R-2.4.1.tar.gz Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/devel/R.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- R.spec 4 Nov 2006 06:16:12 -0000 1.20 +++ R.spec 20 Dec 2006 00:47:34 -0000 1.21 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -189,7 +185,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -204,7 +200,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -223,6 +219,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Fri Nov 3 2006 Tom "spot" Callaway 2.4.0-2 - sync with patched 2006-11-03 level to fix PR#9339 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:27 -0000 1.10 +++ sources 20 Dec 2006 00:47:34 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 02:05:09 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Tue, 19 Dec 2006 21:05:09 -0500 Subject: rpms/ddskk/devel ddskk.spec,1.6,1.7 Message-ID: <200612200205.kBK259ST012653@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12629 Modified Files: ddskk.spec Log Message: - make install-info failsafe (Ville Skytta) Resolves: #219398 - add post and preun requires for install-info - drop old skk provides Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ddskk.spec 27 Sep 2006 09:40:44 -0000 1.6 +++ ddskk.spec 20 Dec 2006 02:04:39 -0000 1.7 @@ -6,7 +6,7 @@ Summary: Daredevil SKK - Simple Kana to Kanji conversion program for Emacs Name: ddskk Version: 12.2.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Editors URL: http://openlab.ring.gr.jp/skk/main.html @@ -16,7 +16,8 @@ BuildArch: noarch BuildRequires: emacs, apel >= %{apelminver} Requires: apel >= %{apelminver} -Provides: skk +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info Obsoletes: skk, ddskk-el # for xemacs-21.5 Patch1: ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch @@ -86,11 +87,11 @@ %post -/sbin/install-info %{_infodir}/skk.info %{_infodir}/dir +/sbin/install-info %{_infodir}/skk.info %{_infodir}/dir || : %preun -/sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir +/sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir || : %files @@ -109,6 +110,11 @@ %changelog +* Wed Dec 20 2006 Jens Petersen - 12.2.0-10 +- make install-info failsafe (Ville Skytt??, #219398) +- add post and preun requires for install-info +- drop old skk provides + * Wed Sep 27 2006 Jens Petersen - 12.2.0-9 - add ddskk-string-to-char-list-201524.patch to use string-to-list instead of string-to-char-list for XEmacs 21.5 (Ville Skytta, #201524) From fedora-extras-commits at redhat.com Wed Dec 20 07:23:12 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Wed, 20 Dec 2006 02:23:12 -0500 Subject: rpms/ddskk/devel ddskk.spec,1.7,1.8 Message-ID: <200612200723.kBK7NCKm000760@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32738 Modified Files: ddskk.spec Log Message: - fix preun script for upgrades (#219398) Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ddskk.spec 20 Dec 2006 02:04:39 -0000 1.7 +++ ddskk.spec 20 Dec 2006 07:22:42 -0000 1.8 @@ -6,7 +6,7 @@ Summary: Daredevil SKK - Simple Kana to Kanji conversion program for Emacs Name: ddskk Version: 12.2.0 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Editors URL: http://openlab.ring.gr.jp/skk/main.html @@ -91,7 +91,9 @@ %preun -/sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir || : +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir || : +fi %files @@ -110,6 +112,9 @@ %changelog +* Wed Dec 20 2006 Jens Petersen - 12.2.0-11 +- fix preun script for upgrades (#219398) + * Wed Dec 20 2006 Jens Petersen - 12.2.0-10 - make install-info failsafe (Ville Skytt??, #219398) - add post and preun requires for install-info From fedora-extras-commits at redhat.com Wed Dec 20 08:59:59 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 03:59:59 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.26, 1.27 ochusha.spec, 1.28, 1.29 sources, 1.26, 1.27 Message-ID: <200612200859.kBK8xxdY014179@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14160 Modified Files: .cvsignore ochusha.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061220 - 0.5.99.65 cvs 061220 (9:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 19 Dec 2006 05:48:22 -0000 1.26 +++ .cvsignore 20 Dec 2006 08:59:28 -0000 1.27 @@ -1 +1 @@ -ochusha-0.5.99.65-cvs061219.tar.bz2 +ochusha-0.5.99.65-cvs061220.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ochusha.spec 19 Dec 2006 05:53:01 -0000 1.28 +++ ochusha.spec 20 Dec 2006 08:59:28 -0000 1.29 @@ -2,13 +2,13 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65 -%define strtag cvs061219 +%define strtag cvs061220 %define vendor_rel 1 %define pre_release 1 %if %{pre_release} -%define rel 0.%{vendor_rel}.%{strtag}%{?dist}.1 +%define rel 0.%{vendor_rel}.%{strtag}%{?dist} %else %define rel %{vendor_rel}%{?dist} %endif @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061219 -- 0.5.99.65 cvs 061219 (9:00 JST) +* Wed Dec 20 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061220 +- 0.5.99.65 cvs 061220 (9:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 19 Dec 2006 05:48:22 -0000 1.26 +++ sources 20 Dec 2006 08:59:28 -0000 1.27 @@ -1 +1 @@ -fc4aaceb9ad535e11b2ceee7aeec82e9 ochusha-0.5.99.65-cvs061219.tar.bz2 +34ef6a07976faeeac0d0bd0062f81605 ochusha-0.5.99.65-cvs061220.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 09:12:12 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 04:12:12 -0500 Subject: rpms/nessus-core/devel nessus-core.spec,1.4,1.5 Message-ID: <200612200912.kBK9CCXY018873@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18856 Modified Files: nessus-core.spec Log Message: - fix devel BR Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/nessus-core.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nessus-core.spec 19 Dec 2006 14:34:43 -0000 1.4 +++ nessus-core.spec 20 Dec 2006 09:11:42 -0000 1.5 @@ -32,7 +32,7 @@ BuildRequires: glib2-devel BuildRequires: libICE-devel BuildRequires: gd-devel -BuildRequires: tcp_wrappers +BuildRequires: tcp_wrappers-devel BuildRequires: desktop-file-utils From fedora-extras-commits at redhat.com Wed Dec 20 09:18:02 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:02 -0500 Subject: rpms/perl-Test-Spelling - New directory Message-ID: <200612200918.kBK9I2dV018992@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/perl-Test-Spelling Log Message: Directory /cvs/extras/rpms/perl-Test-Spelling added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:18:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:07 -0500 Subject: rpms/perl-Test-Spelling/devel - New directory Message-ID: <200612200918.kBK9I74W019005@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/perl-Test-Spelling/devel Log Message: Directory /cvs/extras/rpms/perl-Test-Spelling/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:18:25 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:25 -0500 Subject: rpms/perl-Test-Spelling Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612200918.kBK9IPia019035@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19029 Added Files: Makefile import.log Log Message: Setup of module perl-Test-Spelling --- NEW FILE Makefile --- # Top level Makefile for module perl-Test-Spelling all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 09:18:30 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:30 -0500 Subject: rpms/perl-Test-Spelling/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612200918.kBK9IUdE019050@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19029/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Test-Spelling --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 09:19:32 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:19:32 -0500 Subject: rpms/perl-Test-Spelling import.log,1.1,1.2 Message-ID: <200612200919.kBK9JWFk019121@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19091 Modified Files: import.log Log Message: auto-import perl-Test-Spelling-0.11-1 on branch devel from perl-Test-Spelling-0.11-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Spelling/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 09:18:25 -0000 1.1 +++ import.log 20 Dec 2006 09:19:02 -0000 1.2 @@ -0,0 +1 @@ +perl-Test-Spelling-0_11-1:HEAD:perl-Test-Spelling-0.11-1.src.rpm:1166606800 From fedora-extras-commits at redhat.com Wed Dec 20 09:19:32 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:19:32 -0500 Subject: rpms/perl-Test-Spelling/devel perl-Test-Spelling.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612200919.kBK9JW6x019125@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19091/devel Modified Files: .cvsignore sources Added Files: perl-Test-Spelling.spec Log Message: auto-import perl-Test-Spelling-0.11-1 on branch devel from perl-Test-Spelling-0.11-1.src.rpm --- NEW FILE perl-Test-Spelling.spec --- Name: perl-Test-Spelling Version: 0.11 Release: 1%{?dist} Summary: Check for spelling errors in POD files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Test-Spelling/ Source0: http://www.cpan.org/authors/id/I/IT/ITUB/Test-Spelling-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Pod::Spell) >= 1.01 BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: aspell %description "Test::Spelling" lets you check the spelling of a POD file, and report its results in standard "Test::Simple" fashion. This module requires the spell program. %prep %setup -q -n Test-Spelling-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Test/ %{_mandir}/man3/*.3pm* %changelog * Tue Dec 19 2006 Jose Pedro Oliveira - 0.11-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Spelling/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 09:18:30 -0000 1.1 +++ .cvsignore 20 Dec 2006 09:19:02 -0000 1.2 @@ -0,0 +1 @@ +Test-Spelling-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Spelling/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 09:18:30 -0000 1.1 +++ sources 20 Dec 2006 09:19:02 -0000 1.2 @@ -0,0 +1 @@ +1820e1248bf5dfba6139b6812a5f92ae Test-Spelling-0.11.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 09:22:29 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:29 -0500 Subject: rpms/perl-Module-Find - New directory Message-ID: <200612200922.kBK9MTPu019255@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19251/perl-Module-Find Log Message: Directory /cvs/extras/rpms/perl-Module-Find added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:22:34 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:34 -0500 Subject: rpms/perl-Module-Find/devel - New directory Message-ID: <200612200922.kBK9MYbj019268@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19251/perl-Module-Find/devel Log Message: Directory /cvs/extras/rpms/perl-Module-Find/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:22:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:52 -0500 Subject: rpms/perl-Module-Find Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612200922.kBK9MqvB019298@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19292 Added Files: Makefile import.log Log Message: Setup of module perl-Module-Find --- NEW FILE Makefile --- # Top level Makefile for module perl-Module-Find all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 09:22:57 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:57 -0500 Subject: rpms/perl-Module-Find/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612200922.kBK9MvB1019313@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19292/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Module-Find --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 09:23:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:23:58 -0500 Subject: rpms/perl-Module-Find import.log,1.1,1.2 Message-ID: <200612200923.kBK9NwnX019387@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19352 Modified Files: import.log Log Message: auto-import perl-Module-Find-0.05-1 on branch devel from perl-Module-Find-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 09:22:52 -0000 1.1 +++ import.log 20 Dec 2006 09:23:28 -0000 1.2 @@ -0,0 +1 @@ +perl-Module-Find-0_05-1:HEAD:perl-Module-Find-0.05-1.src.rpm:1166607066 From fedora-extras-commits at redhat.com Wed Dec 20 09:23:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:23:58 -0500 Subject: rpms/perl-Module-Find/devel perl-Module-Find.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612200924.kBK9NwdH019391@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19352/devel Modified Files: .cvsignore sources Added Files: perl-Module-Find.spec Log Message: auto-import perl-Module-Find-0.05-1 on branch devel from perl-Module-Find-0.05-1.src.rpm --- NEW FILE perl-Module-Find.spec --- Name: perl-Module-Find Version: 0.05 Release: 1%{?dist} Summary: Find and use installed modules in a (sub)category Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Module-Find/ Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. %prep %setup -q -n Module-Find-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Module/ %{_mandir}/man3/*.3pm* %changelog * Tue Dec 19 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 09:22:57 -0000 1.1 +++ .cvsignore 20 Dec 2006 09:23:28 -0000 1.2 @@ -0,0 +1 @@ +Module-Find-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 09:22:57 -0000 1.1 +++ sources 20 Dec 2006 09:23:28 -0000 1.2 @@ -0,0 +1 @@ +1b756c84e476fc8179fcf2699a4d1a86 Module-Find-0.05.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 09:32:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:32:18 -0500 Subject: owners owners.list,1.2129,1.2130 Message-ID: <200612200932.kBK9WITt019528@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19502 Modified Files: owners.list Log Message: New packages: perl-Module-Find (#220218) and perl-Test-Spelling (#220217) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2129 retrieving revision 1.2130 diff -u -r1.2129 -r1.2130 --- owners.list 19 Dec 2006 14:35:42 -0000 1.2129 +++ owners.list 20 Dec 2006 09:31:48 -0000 1.2130 @@ -1636,6 +1636,7 @@ Fedora Extras|perl-MLDBM|Store multi-level hash structure in single level tied hash|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Build|Perl module for building and installing Perl modules|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-CoreList|Perl core modules indexed by perl versions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Module-Find|Find and use installed modules in a (sub)category|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Info|Information about Perl modules|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Install|Standalone, extensible Perl module installer|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Load|Runtime require of both modules and files|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1796,6 +1797,7 @@ Fedora Extras|perl-Test-Pod-Coverage|POD documentation coverage checker|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Portability-Files|Check file names portability|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Prereq|Check if Makefile.PL has the right pre-requisites|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Test-Spelling|Check for spelling errors in POD files|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-SubCalls|Track the number of times subs are called|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Taint|Tools to test taintedness|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Tester|Ease testing test modules built with Test::Builder|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Dec 20 10:02:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:02:50 -0500 Subject: owners owners.epel.list,1.21,1.22 Message-ID: <200612201002.kBKA2oHC022778@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22755 Modified Files: owners.epel.list Log Message: - add wine Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- owners.epel.list 18 Dec 2006 17:21:49 -0000 1.21 +++ owners.epel.list 20 Dec 2006 10:02:20 -0000 1.22 @@ -38,5 +38,6 @@ EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|wine|A Windows 16/32/64 bit emulator|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xforms|An X11 toolkit library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 20 10:07:59 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:07:59 -0500 Subject: rpms/libopensync/FC-3 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201007.kBKA7xED022971@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-3 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:12 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:12 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:29 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/libopensync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync.spec 20 Oct 2006 10:28:54 -0000 1.6 +++ libopensync.spec 20 Dec 2006 10:07:29 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:12 -0000 1.3 +++ sources 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:08:04 -0500 Subject: rpms/libopensync/FC-5 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA84wl022989@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-5 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:14 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:14 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:34 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/libopensync.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync.spec 20 Oct 2006 10:28:56 -0000 1.8 +++ libopensync.spec 20 Dec 2006 10:07:34 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:14 -0000 1.3 +++ sources 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:07:59 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:07:59 -0500 Subject: rpms/libopensync/FC-4 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA7xxD022980@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-4 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:13 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:13 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:29 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/libopensync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync.spec 20 Oct 2006 10:28:55 -0000 1.6 +++ libopensync.spec 20 Dec 2006 10:07:29 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:13 -0000 1.3 +++ sources 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:08:05 -0500 Subject: rpms/libopensync/devel .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA85AF023005@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/devel Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:15 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:35 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:15 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:35 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/libopensync.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libopensync.spec 15 Dec 2006 03:34:23 -0000 1.10 +++ libopensync.spec 20 Dec 2006 10:07:35 -0000 1.11 @@ -1,6 +1,6 @@ Name: libopensync -Version: 0.19 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: A synchronization framework Group: System Environment/Libraries @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Dec 14 2006 Jason L Tibbitts III 0.19-2 - Rebuild for new Python Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:15 -0000 1.3 +++ sources 20 Dec 2006 10:07:35 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:08:05 -0500 Subject: rpms/libopensync/FC-6 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA85a3022998@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-6 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:15 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:15 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:34 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/libopensync.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libopensync.spec 20 Oct 2006 10:28:56 -0000 1.9 +++ libopensync.spec 20 Dec 2006 10:07:34 -0000 1.10 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:15 -0000 1.3 +++ sources 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:17 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:17 -0500 Subject: rpms/resapplet - New directory Message-ID: <200612201008.kBKA8HTS023025@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23021/resapplet Log Message: Directory /cvs/extras/rpms/resapplet added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 10:08:22 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:22 -0500 Subject: rpms/resapplet/devel - New directory Message-ID: <200612201008.kBKA8MVN023039@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23021/resapplet/devel Log Message: Directory /cvs/extras/rpms/resapplet/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 10:08:43 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:43 -0500 Subject: rpms/resapplet Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612201008.kBKA8huW023068@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23062 Added Files: Makefile import.log Log Message: Setup of module resapplet --- NEW FILE Makefile --- # Top level Makefile for module resapplet all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 10:08:48 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:48 -0500 Subject: rpms/resapplet/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612201008.kBKA8mQR023083@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23062/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module resapplet --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 10:10:32 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:10:32 -0500 Subject: rpms/resapplet import.log,1.1,1.2 Message-ID: <200612201010.kBKAAWri023387@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23304 Modified Files: import.log Log Message: auto-import resapplet-0.1.1-4 on branch devel from resapplet-0.1.1-4.src.rpm initial import of resapplet Index: import.log =================================================================== RCS file: /cvs/extras/rpms/resapplet/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 10:08:43 -0000 1.1 +++ import.log 20 Dec 2006 10:10:01 -0000 1.2 @@ -0,0 +1 @@ +resapplet-0_1_1-4:HEAD:resapplet-0.1.1-4.src.rpm:1166609858 From fedora-extras-commits at redhat.com Wed Dec 20 10:10:32 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:10:32 -0500 Subject: rpms/resapplet/devel resapplet-fix-novell-146622-rml-1.patch, NONE, 1.1 resapplet-i18n.patch, NONE, 1.1 resapplet-transparent-trayicon.patch, NONE, 1.1 resapplet.desktop.in, NONE, 1.1 resapplet.spec, NONE, 1.1 s-c-display.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612201010.kBKAAWBe023391@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23304/devel Modified Files: .cvsignore sources Added Files: resapplet-fix-novell-146622-rml-1.patch resapplet-i18n.patch resapplet-transparent-trayicon.patch resapplet.desktop.in resapplet.spec s-c-display.patch Log Message: auto-import resapplet-0.1.1-4 on branch devel from resapplet-0.1.1-4.src.rpm initial import of resapplet resapplet-fix-novell-146622-rml-1.patch: --- NEW FILE resapplet-fix-novell-146622-rml-1.patch --- Index: src/resapplet.c =================================================================== RCS file: /cvs/gnome/resapplet/src/resapplet.c,v retrieving revision 1.36 diff -u -r1.36 resapplet.c --- src/resapplet.c 21 Nov 2005 22:19:11 -0000 1.36 +++ src/resapplet.c 30 Jan 2006 20:12:47 -0000 @@ -246,7 +246,8 @@ Status status; GdkWindow *root_window; GdkScreen *screen; - int new_res, new_rate; + int new_res; + short new_rate; screen = gdk_display_get_screen (display, i); root_window = gdk_screen_get_root_window (screen); @@ -257,14 +258,25 @@ if (new_res != screen_info->current_size || new_rate != screen_info->current_rate) { changed = TRUE; - status = XRRSetScreenConfigAndRate ( - xdisplay, - screen_info->config, - gdk_x11_drawable_get_xid (GDK_DRAWABLE (root_window)), - new_res, - screen_info->current_rotation, - new_rate, - GDK_CURRENT_TIME); + + /* only set the rate if it looks sane */ + if (new_rate > 0 && new_rate < 120) + status = XRRSetScreenConfigAndRate ( + xdisplay, + screen_info->config, + gdk_x11_drawable_get_xid (GDK_DRAWABLE (root_window)), + new_res, + screen_info->current_rotation, + new_rate, + GDK_CURRENT_TIME); + else + status = XRRSetScreenConfig ( + xdisplay, + screen_info->config, + gdk_x11_drawable_get_xid (GDK_DRAWABLE (root_window)), + new_res, + screen_info->current_rotation, + GDK_CURRENT_TIME); } } resapplet-i18n.patch: --- NEW FILE resapplet-i18n.patch --- --- resapplet-0.1.1/Makefile.am +++ resapplet-0.1.1/Makefile.am @@ -1,12 +1,22 @@ -SUBDIRS = icons src +SUBDIRS = icons po src desktopdir = $(datadir)/applications -desktop_DATA = resapplet.desktop +desktop_in_files = resapplet.desktop.in +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -icondir = $(datadir)/pixmaps -icon_DATA = resapplet.png + at INTLTOOL_DESKTOP_RULE@ + +CLEANFILES = \ + $(desktop_DATA) + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update EXTRA_DIST = \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ resapplet.spec.in \ - $(desktop_DATA) \ - $(icon_DATA) + $(desktop_in_files) --- resapplet-0.1.1/configure.in +++ resapplet-0.1.1/configure.in @@ -52,23 +52,21 @@ RESAPPLET_LIBS="$RESAPPLET_LIBS $RANDR_LIBS" ### Internationalization support -AC_CHECK_FUNCS(ngettext, have_ngettext=yes) - -if test x"$have_ngettext" != "xyes"; then - AC_MSG_ERROR([Your Gettext installation doesn't seem to support ngettext to handle translation of plural forms. Please install GNU Gettext]) -fi; - -ALL_LINGUAS="af am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr at Latn sv ta th tr uk vi wa zh_CN zh_TW" GETTEXT_PACKAGE=resapplet AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) +ALL_LINGUAS="cs de es fi fr hu it ja pl pt_BR sk zh_CN zh_TW" +AC_PROG_INTLTOOL([0.33]) +AM_GLIB_GNU_GETTEXT + ### build makefiles AC_OUTPUT([ resapplet.spec Makefile +po/Makefile.in src/Makefile icons/Makefile icons/16x16/Makefile --- resapplet-0.1.1/src/resapplet.c +++ resapplet-0.1.1/src/resapplet.c @@ -12,6 +12,7 @@ * Robert Love */ +#include "config.h" #include #include #include @@ -25,7 +27,6 @@ #include "clipboard.h" #include "eggtrayicon.h" -#include "config.h" #define REVERT_COUNT 20 #define YAST2_ARGV { "/opt/gnome/bin/gnomesu", "/sbin/yast2", "x11", NULL } @@ -684,7 +685,7 @@ rates = XRRConfigRates (si->config, current_size, &n_rates); if ((si->n_sizes > 1 || n_rates > 1) && resapplet->di->n_screens > 1) { - text = g_strdup_printf ("Screen %d", i); + text = g_strdup_printf (_("Screen %d"), i); mi = gtk_menu_item_new_with_label (text); g_free (text); @@ -777,7 +778,7 @@ /* 'Configure Display Settings' item */ image = gtk_image_new_from_stock (GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_MENU); - mi = gtk_image_menu_item_new_with_mnemonic ("_Configure Display Settings"); + mi = gtk_image_menu_item_new_with_mnemonic (_("_Configure Display Settings")); gtk_image_menu_item_set_image ((GtkImageMenuItem *) mi, image); gtk_menu_shell_append (GTK_MENU_SHELL (resapplet->popup_menu), mi); gtk_widget_show (mi); @@ -788,7 +789,7 @@ gtk_widget_show (mi); gtk_menu_shell_append (GTK_MENU_SHELL (resapplet->popup_menu), mi); - mi = gtk_image_menu_item_new_with_mnemonic ("_Remove From Panel"); + mi = gtk_image_menu_item_new_with_mnemonic (_("_Remove From Panel")); image = gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU); gtk_image_menu_item_set_image ((GtkImageMenuItem *) mi, image); gtk_menu_shell_append (GTK_MENU_SHELL (resapplet->popup_menu), mi); @@ -970,6 +971,14 @@ GdkDisplay *display; int event_base, error_base; + const char *domaindir, *codeset, *domain; + +#ifdef ENABLE_NLS + domaindir = bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); + codeset = bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + domain = textdomain (GETTEXT_PACKAGE); +#endif + gnome_program_init ("resapplet", VERSION, LIBGNOMEUI_MODULE, argc, argv, resapplet-transparent-trayicon.patch: --- NEW FILE resapplet-transparent-trayicon.patch --- --- src/eggtrayicon.c +++ src/eggtrayicon.c @@ -67,6 +67,9 @@ static void egg_tray_icon_realize (GtkWidget *widget); static void egg_tray_icon_unrealize (GtkWidget *widget); +static void egg_tray_icon_add (GtkContainer *container, + GtkWidget *widget); + #ifdef GDK_WINDOWING_X11 static void egg_tray_icon_update_manager_window (EggTrayIcon *icon, gboolean dock_if_realized); @@ -109,6 +112,7 @@ { GObjectClass *gobject_class = (GObjectClass *)klass; GtkWidgetClass *widget_class = (GtkWidgetClass *)klass; + GtkContainerClass *container_class = (GtkContainerClass *)klass; parent_class = g_type_class_peek_parent (klass); @@ -117,6 +121,8 @@ widget_class->realize = egg_tray_icon_realize; widget_class->unrealize = egg_tray_icon_unrealize; + container_class->add = egg_tray_icon_add; + g_object_class_install_property (gobject_class, PROP_ORIENTATION, g_param_spec_enum ("orientation", @@ -363,6 +369,36 @@ #endif +static gboolean +transparent_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer user_data) +{ + gdk_window_clear_area (widget->window, event->area.x, event->area.y, + event->area.width, event->area.height); + return FALSE; +} + +static void +make_transparent_again (GtkWidget *widget, GtkStyle *previous_style, + gpointer user_data) +{ + gdk_window_set_back_pixmap (widget->window, NULL, TRUE); +} + +static void +make_transparent (GtkWidget *widget, gpointer user_data) +{ + if (GTK_WIDGET_NO_WINDOW (widget) || GTK_WIDGET_APP_PAINTABLE (widget)) + return; + + gtk_widget_set_app_paintable (widget, TRUE); + gtk_widget_set_double_buffered (widget, FALSE); + gdk_window_set_back_pixmap (widget->window, NULL, TRUE); + g_signal_connect (widget, "expose_event", + G_CALLBACK (transparent_expose_event), NULL); + g_signal_connect_after (widget, "style_set", + G_CALLBACK (make_transparent_again), NULL); +} + static void egg_tray_icon_realize (GtkWidget *widget) { @@ -377,6 +413,8 @@ if (GTK_WIDGET_CLASS (parent_class)->realize) GTK_WIDGET_CLASS (parent_class)->realize (widget); + make_transparent (widget, NULL); + screen = gtk_widget_get_screen (widget); display = gdk_screen_get_display (screen); xdisplay = gdk_x11_display_get_xdisplay (display); @@ -409,6 +447,14 @@ #endif } +static void +egg_tray_icon_add (GtkContainer *container, GtkWidget *widget) +{ + g_signal_connect (widget, "realize", + G_CALLBACK (make_transparent), NULL); + GTK_CONTAINER_CLASS (parent_class)->add (container, widget); +} + EggTrayIcon * egg_tray_icon_new_for_screen (GdkScreen *screen, const char *name) { --- src/resapplet.c +++ src/resapplet.c @@ -65,7 +65,6 @@ DisplayInfo *di; EggTrayIcon *tray_icon; - GtkWidget *menu_bar; GtkWidget *event_box; GtkWidget *icon; GtkTooltips *tooltips; @@ -109,9 +108,9 @@ if (resapplet->tooltips == NULL) resapplet->tooltips = gtk_tooltips_new (); - current_screen = & resapplet->di->screens [gdk_screen_get_number (gtk_widget_get_screen (resapplet->menu_bar))]; + current_screen = & resapplet->di->screens [gdk_screen_get_number (gtk_widget_get_screen (resapplet->event_box))]; - root = gtk_widget_get_root_window (resapplet->menu_bar); + root = gtk_widget_get_root_window (resapplet->event_box); gdk_window_get_geometry (root, NULL, NULL, NULL, NULL, &gdk_depth); if (gdk_depth < 0) @@ -474,7 +473,7 @@ timeout = g_timeout_add (1000, save_timeout_callback, & (resapplet->timeout_data)); - gtk_widget_set_sensitive (resapplet->menu_bar, FALSE); + gtk_widget_set_sensitive (resapplet->event_box, FALSE); res = gtk_dialog_run (GTK_DIALOG (dialog)); @@ -483,7 +482,7 @@ gtk_widget_destroy (dialog); resapplet->timeout_data.dialog = NULL; - gtk_widget_set_sensitive (resapplet->menu_bar, TRUE); + gtk_widget_set_sensitive (resapplet->event_box, TRUE); return (res == GTK_RESPONSE_YES); } @@ -806,7 +805,7 @@ int icon_size; gtk_window_get_size ( - GTK_WINDOW (gtk_widget_get_toplevel (resapplet->menu_bar)), + GTK_WINDOW (gtk_widget_get_toplevel (resapplet->event_box)), &panel_w, &panel_h); if (panel_h == resapplet->last_panel_height) @@ -867,70 +866,69 @@ gtk_tooltips_enable (resapplet->tooltips); } +static void +position_menu (GtkMenu *menu, int *x, int *y, gboolean *push_in, gpointer data) +{ + Resapplet *applet = (Resapplet *) data; + GtkRequisition req; + gint menu_xpos, menu_ypos; + + gtk_widget_size_request (GTK_WIDGET (menu), &req); + gdk_window_get_origin (applet->event_box->window, &menu_xpos, &menu_ypos); + + menu_xpos += applet->event_box->allocation.x; + menu_ypos += applet->event_box->allocation.y; + + if (menu_ypos > gdk_screen_get_height (gtk_widget_get_screen (applet->event_box)) / 2) + menu_ypos -= req.height; + else + menu_ypos += applet->event_box->allocation.height; + + *x = menu_xpos; + *y = menu_ypos; + + *push_in = TRUE; +} + static gboolean -resapplet_create_tray_icon (gpointer data) +button_press (GtkWidget *widget G_GNUC_UNUSED, GdkEventButton *event, gpointer data) { Resapplet *applet = (Resapplet *) data; - GtkWidget *top_menu_item; - GtkStyle *style; - int i; - const gchar *rcstyle = " \ - style \"MenuBar\" \n\ - { \n\ - GtkMenuBar::shadow_type = none \n\ - GtkMenuBar::internal-padding = 0 \n\ - } \n\ - style \"MenuItem\" \n\ - { \n\ - xthickness=0 \n\ - ythickness=0 \n\ - } \n\ - widget_class \"GtkMenuBar\" style \"MenuBar\"\n\ - widget \"*ToplevelMenu*\" style \"MenuItem\"\n"; - gtk_rc_parse_string (rcstyle); + if (event->button == 2) + return FALSE; - /* Event box for tooltips */ - applet->event_box = gtk_event_box_new (); - gtk_container_set_border_width (GTK_CONTAINER (applet->event_box), 0); + gtk_menu_popup (GTK_MENU (applet->popup_menu), NULL, NULL, + position_menu, applet, 0, event->time); + return TRUE; +} + +static gboolean +resapplet_create_tray_icon (gpointer data) +{ + Resapplet *applet = (Resapplet *) data; applet->tray_icon = egg_tray_icon_new ("applet"); g_signal_connect (G_OBJECT (applet->tray_icon), "destroy", G_CALLBACK (tray_icon_destroy_cb), NULL); - applet->menu_bar = gtk_menu_bar_new (); - style = gtk_style_new (); - for (i = 0; i < 5; i++) - style->bg_pixmap[i] = (GdkPixmap *) GDK_PARENT_RELATIVE; - style->xthickness = style->ythickness = 0; - - gtk_widget_set_style (applet->menu_bar, style); - - top_menu_item = gtk_menu_item_new(); - gtk_widget_set_name (top_menu_item, "ToplevelMenu"); - gtk_container_set_border_width (GTK_CONTAINER (top_menu_item), 0); - - gtk_container_add (GTK_CONTAINER (applet->event_box), - applet->menu_bar); + applet->event_box = gtk_event_box_new (); + gtk_container_set_border_width (GTK_CONTAINER (applet->event_box), 0); gtk_container_add (GTK_CONTAINER (applet->tray_icon), applet->event_box); - gtk_widget_show_all (GTK_WIDGET (applet->event_box)); - - g_signal_connect (top_menu_item, "size-allocate", - G_CALLBACK (size_changed_cb), NULL); + g_signal_connect (applet->event_box, "button_press_event", + G_CALLBACK (button_press), applet); applet->icon = gtk_image_new (); - gtk_container_add (GTK_CONTAINER (top_menu_item), applet->icon); - gtk_widget_show (applet->icon); + gtk_container_add (GTK_CONTAINER (applet->event_box), + applet->icon); - gtk_menu_shell_append (GTK_MENU_SHELL (applet->menu_bar), - top_menu_item); + gtk_widget_show_all (GTK_WIDGET (applet->event_box)); - gtk_widget_show (top_menu_item); + g_signal_connect (applet->tray_icon, "size-allocate", + G_CALLBACK (size_changed_cb), NULL); applet->popup_menu = gtk_menu_new (); - gtk_menu_item_set_submenu (GTK_MENU_ITEM (top_menu_item), - applet->popup_menu); g_signal_connect (applet->popup_menu, "show", G_CALLBACK (menu_show_cb), NULL); g_signal_connect (applet->popup_menu, "hide", --- NEW FILE resapplet.desktop.in --- [Desktop Entry] Name=Resolution Switcher Comment=Change your screen resolution Exec=resapplet Icon=resapplet Terminal=false Type=Application TryExec=resapplet Categories=GNOME;Application;SystemTools;X-Ximian-System-Toplevel; StartupNotify=false Encoding=UTF-8 --- NEW FILE resapplet.spec --- Summary: Resolution Switching Applet Name: resapplet Version: 0.1.1 Release: 4%{?dist} License: GPL Group: User Interface/Desktops # Source obtained from OpenSuSE Source: resapplet-%{version}.tar.bz2 Source1: resapplet-po.tar.bz2 Source2: resapplet.desktop.in Patch0: resapplet-fix-novell-146622-rml-1.patch Patch1: resapplet-transparent-trayicon.patch Patch2: resapplet-i18n.patch Patch3: s-c-display.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-icon-theme gnome-themes libgnomeui-devel BuildRequires: intltool, automake, gettext, desktop-file-utils Requires: libgnomeui >= 2.2 gtk2 >= 2.4 gconf-editor >= 2.6 Requires: gnome-icon-theme, system-config-display %description Resapplet is a simple utility that sits in the system notification area and allows switching the resolution and refresh rate. It uses the xrandr extensions to switch the resolution on-the-fly and user resolution preferences to save the resolution. It works in both GNOME and KDE, because it uses the system notification area. %prep %setup -q -a 1 cp -a %{S:2} . ; rm resapplet.desktop if %version != 0.1.1 ; then echo "Please remove Source2 and Source3 and verify, that translations work." exit 1 fi %patch0 -p0 %patch1 -p0 %patch2 -p1 %patch3 -p1 %build glib-gettextize intltoolize --force aclocal autoheader automake autoconf export CFLAGS="$RPM_OPT_FLAGS" %configure --datadir=%{_datadir} \ --libdir=%{_libdir} \ --localstatedir=%{_libdir} \ --prefix=%{_prefix} make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category System \ --add-category Utility \ --add-category X-Red-Hat-Base \ $RPM_BUILD_ROOT%{_datadir}/applications/resapplet.desktop mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/ # install autostart file cp $RPM_BUILD_ROOT%{_datadir}/applications/fedora-resapplet.desktop $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/ %find_lang %name %post touch --no-create %{_datadir}/pixmaps/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || : %postun touch --no-create %{_datadir}/pixmaps/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || : %clean rm -rf $RPM_BUILD_ROOT %files -f %name.lang %defattr(-,root,root) %doc COPYING README %{_bindir}/resapplet %{_datadir}/applications/fedora-resapplet.desktop %{_datadir}/gnome/autostart/fedora-resapplet.desktop %{_datadir}/icons/gnome/16x16/apps/resapplet.png %{_datadir}/icons/gnome/32x32/apps/resapplet.png %{_datadir}/icons/gnome/24x24/apps/resapplet.png %{_datadir}/icons/gnome/48x48/apps/resapplet.png %changelog * Tue Dec 12 2006 Radek Vok??l 0.1.1-4 - remove suse icons - add scriplets * Thu Dec 7 2006 Radek Vok??l 0.1.1-3 - fix desktop file * Wed Dec 6 2006 Radek Vok??l 0.1.1-2 - spec file changes * Wed Dec 6 2006 Radek Vok??l 0.1.1-1 - initial Fedora built s-c-display.patch: --- NEW FILE s-c-display.patch --- --- resapplet-0.1.1/src/resapplet.c.old 2006-12-06 12:41:45.000000000 +0100 +++ resapplet-0.1.1/src/resapplet.c 2006-12-06 12:44:21.000000000 +0100 @@ -28,7 +28,7 @@ #define REVERT_COUNT 20 -#define YAST2_ARGV { "/opt/gnome/bin/gnomesu", "/sbin/yast2", "x11", NULL } +#define YAST2_ARGV { "/usr/bin/system-config-display", NULL } typedef struct { int current_width; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 10:08:48 -0000 1.1 +++ .cvsignore 20 Dec 2006 10:10:02 -0000 1.2 @@ -0,0 +1,2 @@ +resapplet-0.1.1.tar.bz2 +resapplet-po.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 10:08:48 -0000 1.1 +++ sources 20 Dec 2006 10:10:02 -0000 1.2 @@ -0,0 +1,2 @@ +0f1d30b02182ff1ec463b3bc37e9326c resapplet-0.1.1.tar.bz2 +8eccc3dcafef264829601ea06899ec70 resapplet-po.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 10:38:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:30 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcUUV023595@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-3 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:35 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3/libopensync-plugin-evolution2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:35 -0000 1.3 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:35 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:30 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcU1W023603@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-5 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/libopensync-plugin-evolution2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:37 -0000 1.8 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:37 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:30 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcUlS023600@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-4 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:36 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4/libopensync-plugin-evolution2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:36 -0000 1.3 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:36 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:31 -0500 Subject: rpms/libopensync-plugin-evolution2/devel .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcV1o023611@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/devel Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:38 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:01 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/libopensync-plugin-evolution2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libopensync-plugin-evolution2.spec 4 Dec 2006 21:33:22 -0000 1.9 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:01 -0000 1.10 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,7 +58,10 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog -* Mon Dec 04 2006 Andreas Bierfert +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + +* Mon Dec 04 2006 Andreas Bierfert 0.19-2 - bump * Fri Oct 20 2006 Andreas Bierfert 0.19-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:38 -0000 1.3 +++ sources 20 Dec 2006 10:38:01 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:31 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcV00023608@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-6 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:38 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6/libopensync-plugin-evolution2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:38 -0000 1.8 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:38 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:07 -0500 Subject: rpms/libopensync-plugin-file/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAs7tc023931@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-3 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:56 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:36 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-3/libopensync-plugin-file.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:56 -0000 1.3 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:36 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:56 -0000 1.3 +++ sources 20 Dec 2006 10:53:36 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:12 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:12 -0500 Subject: rpms/libopensync-plugin-file/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAsCTr023946@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-6 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:58 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-6/libopensync-plugin-file.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:58 -0000 1.5 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:42 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:58 -0000 1.3 +++ sources 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:07 -0500 Subject: rpms/libopensync-plugin-file/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAs7kW023936@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-4 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:56 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-4/libopensync-plugin-file.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:56 -0000 1.3 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:37 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:56 -0000 1.3 +++ sources 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:12 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:12 -0500 Subject: rpms/libopensync-plugin-file/devel .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAsCQ9023951@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/devel Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:58 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/devel/libopensync-plugin-file.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:58 -0000 1.5 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:42 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:58 -0000 1.3 +++ sources 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:07 -0500 Subject: rpms/libopensync-plugin-file/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAs7w4023939@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-5 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:57 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-5/libopensync-plugin-file.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:57 -0000 1.4 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:37 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:57 -0000 1.3 +++ sources 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:43 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:43 -0500 Subject: rpms/libopensync-plugin-gpe/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1hgR027372@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/FC-4 Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:06 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-4/libopensync-plugin-gpe.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:06 -0000 1.2 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:13 -0000 1.3 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:06 -0000 1.3 +++ sources 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:43 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:43 -0500 Subject: rpms/libopensync-plugin-gpe/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1hF2027377@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/FC-5 Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:07 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-5/libopensync-plugin-gpe.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:07 -0000 1.2 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:13 -0000 1.3 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:07 -0000 1.3 +++ sources 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:49 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:49 -0500 Subject: rpms/libopensync-plugin-gpe/devel .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1nCx027387@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/devel Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:07 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:19 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/libopensync-plugin-gpe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:07 -0000 1.3 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:19 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:07 -0000 1.3 +++ sources 20 Dec 2006 11:01:19 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:48 -0500 Subject: rpms/libopensync-plugin-gpe/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1m4D027382@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/FC-6 Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:07 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:18 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-6/libopensync-plugin-gpe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:07 -0000 1.3 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:18 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:07 -0000 1.3 +++ sources 20 Dec 2006 11:01:18 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:38 -0500 Subject: rpms/libopensync-plugin-irmc/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5cbh027635@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/FC-5 Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:47 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/libopensync-plugin-irmc.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-irmc.spec 6 Dec 2006 07:18:51 -0000 1.6 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:08 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -47,6 +47,9 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Wed Dec 06 2006 Andreas Bierfert 0.19-1 - fix #216003 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:47 -0000 1.3 +++ sources 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:38 -0500 Subject: rpms/libopensync-plugin-irmc/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5ci1027630@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/FC-4 Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:46 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-4/libopensync-plugin-irmc.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:46 -0000 1.3 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:08 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,7 +47,13 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog -* Fri Oct 20 2006 Andreas Bierfert 0.19-1 +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + +* Wed Dec 06 2006 Andreas Bierfert 0.19-1 +- fix #216003 + +* Fri Oct 20 2006 Andreas Bierfert - version upgrade * Sun Feb 05 2006 Andreas Bierfert 0.18-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:46 -0000 1.3 +++ sources 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:39 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:39 -0500 Subject: rpms/libopensync-plugin-irmc/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5dT4027640@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/FC-6 Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:48 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-6/libopensync-plugin-irmc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:48 -0000 1.8 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:09 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,6 +47,10 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade +- fix (#216003) + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:48 -0000 1.3 +++ sources 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:39 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:39 -0500 Subject: rpms/libopensync-plugin-irmc/devel .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5dOF027643@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/devel Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:48 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/devel/libopensync-plugin-irmc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:48 -0000 1.8 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:09 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,6 +47,10 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade +- fix (#216003) + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:48 -0000 1.3 +++ sources 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:42 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:42 -0500 Subject: rpms/libopensync-plugin-kdepim/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCge1027898@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/FC-4 Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4/libopensync-plugin-kdepim.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:37 -0000 1.4 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:37 -0000 1.3 +++ sources 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:47 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:47 -0500 Subject: rpms/libopensync-plugin-kdepim/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCld2027908@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/FC-6 Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:43 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6/libopensync-plugin-kdepim.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:43 -0000 1.5 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:17 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:43 -0000 1.3 +++ sources 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:42 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:42 -0500 Subject: rpms/libopensync-plugin-kdepim/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCgSa027903@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/FC-5 Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5/libopensync-plugin-kdepim.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:37 -0000 1.4 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:37 -0000 1.3 +++ sources 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:48 -0500 Subject: rpms/libopensync-plugin-kdepim/devel .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCmcJ027913@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/devel Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:43 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/libopensync-plugin-kdepim.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:43 -0000 1.5 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:17 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:43 -0000 1.3 +++ sources 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:30 -0500 Subject: rpms/libopensync-plugin-palm/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFUuL028157@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-3 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-3/libopensync-plugin-palm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:37 -0000 1.3 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:37 -0000 1.3 +++ sources 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:36 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:36 -0500 Subject: rpms/libopensync-plugin-palm/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFaQw028167@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-5 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:38 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-5/libopensync-plugin-palm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:38 -0000 1.5 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:06 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:38 -0000 1.3 +++ sources 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:31 -0500 Subject: rpms/libopensync-plugin-palm/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFVlP028162@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-4 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-4/libopensync-plugin-palm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:37 -0000 1.4 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:00 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:37 -0000 1.3 +++ sources 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:36 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:36 -0500 Subject: rpms/libopensync-plugin-palm/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFaV9028172@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-6 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:39 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-6/libopensync-plugin-palm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:39 -0000 1.6 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:06 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:39 -0000 1.3 +++ sources 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:41 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:41 -0500 Subject: rpms/libopensync-plugin-palm/devel .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFfQQ028179@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/devel Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:39 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:11 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/libopensync-plugin-palm.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libopensync-plugin-palm.spec 4 Dec 2006 21:59:33 -0000 1.7 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:11 -0000 1.8 @@ -1,6 +1,6 @@ Name: libopensync-plugin-palm -Version: 0.19 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Palm plugin for libopensync Group: System Environment/Libraries @@ -58,8 +58,8 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog -* Mon Dec 04 2006 Andreas Bierfert 0.19-2 -- bump +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:39 -0000 1.3 +++ sources 20 Dec 2006 11:15:11 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKvQ028480@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-3 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:01:49 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-3/libopensync-plugin-python.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-python.spec 20 Oct 2006 13:01:49 -0000 1.3 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:01:49 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKEH028488@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-5 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:01:57 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-5/libopensync-plugin-python.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-python.spec 20 Oct 2006 13:01:57 -0000 1.4 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:01:57 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:22 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:22 -0500 Subject: rpms/libopensync-plugin-python/devel .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKMZv028496@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/devel Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:02:00 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:52 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/libopensync-plugin-python.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-python.spec 20 Oct 2006 13:02:00 -0000 1.5 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:52 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:02:00 -0000 1.3 +++ sources 20 Dec 2006 11:19:52 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKus028485@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-4 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:01:56 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-4/libopensync-plugin-python.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-python.spec 20 Oct 2006 13:01:56 -0000 1.3 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:01:56 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKBs028493@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-6 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:02:00 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-6/libopensync-plugin-python.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-python.spec 20 Oct 2006 13:02:00 -0000 1.5 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:02:00 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:35:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:21 -0500 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.22, 1.23 Message-ID: <200612201135.kBKBZLPb028892@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:03 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:03 -0000 1.19 +++ sources 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- wine-docs.spec 28 Oct 2006 05:22:03 -0000 1.22 +++ wine-docs.spec 20 Dec 2006 11:34:51 -0000 1.23 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:21 -0500 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.26, 1.27 Message-ID: <200612201135.kBKBZLUg028897@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:04 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:04 -0000 1.19 +++ sources 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- wine-docs.spec 28 Oct 2006 05:22:04 -0000 1.26 +++ wine-docs.spec 20 Dec 2006 11:34:51 -0000 1.27 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -51,6 +51,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:26 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:26 -0500 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.19, 1.20 Message-ID: <200612201135.kBKBZQwD028902@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:10 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:10 -0000 1.19 +++ sources 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 28 Oct 2006 05:22:10 -0000 1.19 +++ wine-docs.spec 20 Dec 2006 11:34:56 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:26 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:26 -0500 Subject: rpms/wine-docs/FC-6 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.19, 1.20 Message-ID: <200612201135.kBKBZQqa028907@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-6 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-6/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:11 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-6/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:11 -0000 1.19 +++ sources 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-6/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 28 Oct 2006 05:22:11 -0000 1.19 +++ wine-docs.spec 20 Dec 2006 11:34:56 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:32 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:32 -0500 Subject: rpms/wine-docs/devel .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.19, 1.20 Message-ID: <200612201135.kBKBZW1p028912@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:11 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:35:02 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:11 -0000 1.19 +++ sources 20 Dec 2006 11:35:02 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 28 Oct 2006 05:22:11 -0000 1.19 +++ wine-docs.spec 20 Dec 2006 11:35:02 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:58:46 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 06:58:46 -0500 Subject: rpms/glest/FC-6 glest.sh,1.2,1.3 glest.spec,1.5,1.6 Message-ID: <200612201158.kBKBwkuQ029219@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/FC-6 Modified Files: glest.sh glest.spec Log Message: - require glx-utils, glxinfo is used in the wrapper script - don't try to update the configuration on version Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.sh 18 Dec 2006 22:46:43 -0000 1.2 +++ glest.sh 20 Dec 2006 11:58:16 -0000 1.3 @@ -72,14 +72,5 @@ echo "Your video card does not support enough texture units, turning off shadows..." sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini fi -else - # convert configuration from glest 1.1 to glest 1.2 - grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini - if [ $? -eq 0 ]; then - sed -e s/ChangeDisplay=1/Windowed=0/g \ - -e s/ChangeDisplay=0/Windowed=1/g \ - -e s/PathFindLevelsMax/PathFindNodesMax/g \ - -i glest.ini - fi fi exec $GLEST_EXECUTABLE "$@" Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glest.spec 18 Dec 2006 22:46:43 -0000 1.5 +++ glest.spec 20 Dec 2006 11:58:16 -0000 1.6 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -17,6 +17,8 @@ BuildRequires: desktop-file-utils Requires: glest-data = %{version} +# Used in the wrapper script +Requires: glx-utils # Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc @@ -94,6 +96,10 @@ %changelog +* Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 +- require glx-utils, glxinfo is used in the wrapper script +- don't try to update the configuration on version + * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 11:58:46 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 06:58:46 -0500 Subject: rpms/glest/devel glest.sh,1.2,1.3 glest.spec,1.5,1.6 Message-ID: <200612201158.kBKBwkRl029223@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/devel Modified Files: glest.sh glest.spec Log Message: - require glx-utils, glxinfo is used in the wrapper script - don't try to update the configuration on version Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.sh 18 Dec 2006 22:46:43 -0000 1.2 +++ glest.sh 20 Dec 2006 11:58:16 -0000 1.3 @@ -72,14 +72,5 @@ echo "Your video card does not support enough texture units, turning off shadows..." sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini fi -else - # convert configuration from glest 1.1 to glest 1.2 - grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini - if [ $? -eq 0 ]; then - sed -e s/ChangeDisplay=1/Windowed=0/g \ - -e s/ChangeDisplay=0/Windowed=1/g \ - -e s/PathFindLevelsMax/PathFindNodesMax/g \ - -i glest.ini - fi fi exec $GLEST_EXECUTABLE "$@" Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glest.spec 18 Dec 2006 22:46:43 -0000 1.5 +++ glest.spec 20 Dec 2006 11:58:16 -0000 1.6 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -17,6 +17,8 @@ BuildRequires: desktop-file-utils Requires: glest-data = %{version} +# Used in the wrapper script +Requires: glx-utils # Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc @@ -94,6 +96,10 @@ %changelog +* Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 +- require glx-utils, glxinfo is used in the wrapper script +- don't try to update the configuration on version + * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 12:00:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 07:00:10 -0500 Subject: rpms/glest/FC-6 glest.spec,1.6,1.7 Message-ID: <200612201200.kBKC0AhR029260@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29230/FC-6 Modified Files: glest.spec Log Message: typo in changelog Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glest.spec 20 Dec 2006 11:58:16 -0000 1.6 +++ glest.spec 20 Dec 2006 11:59:40 -0000 1.7 @@ -98,7 +98,7 @@ %changelog * Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 - require glx-utils, glxinfo is used in the wrapper script -- don't try to update the configuration on version +- don't try to update the configuration on startup * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 12:00:11 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 07:00:11 -0500 Subject: rpms/glest/devel glest.spec,1.6,1.7 Message-ID: <200612201200.kBKC0BJN029263@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29230/devel Modified Files: glest.spec Log Message: typo in changelog Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glest.spec 20 Dec 2006 11:58:16 -0000 1.6 +++ glest.spec 20 Dec 2006 11:59:40 -0000 1.7 @@ -98,7 +98,7 @@ %changelog * Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 - require glx-utils, glxinfo is used in the wrapper script -- don't try to update the configuration on version +- don't try to update the configuration on startup * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 12:27:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 07:27:11 -0500 Subject: rpms/perl-Alien-wxWidgets/devel .cvsignore, 1.7, 1.8 perl-Alien-wxWidgets.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612201227.kBKCRBVH032583@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32564 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.27. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Dec 2006 23:08:57 -0000 1.7 +++ .cvsignore 20 Dec 2006 12:26:41 -0000 1.8 @@ -1 +1 @@ -Alien-wxWidgets-0.26.tar.gz +Alien-wxWidgets-0.27.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Alien-wxWidgets.spec 16 Dec 2006 23:08:57 -0000 1.9 +++ perl-Alien-wxWidgets.spec 20 Dec 2006 12:26:41 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-Alien-wxWidgets -Version: 0.26 +Version: 0.27 Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries @@ -55,6 +55,9 @@ %changelog +* Wed Dec 20 2006 Jose Pedro Oliveira - 0.27-1 +- Update to 0.27. + * Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 - Update to 0.26. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Dec 2006 23:08:57 -0000 1.7 +++ sources 20 Dec 2006 12:26:41 -0000 1.8 @@ -1 +1 @@ -da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz +59125d5f9fc4fb1269fc2bd1948621cc Alien-wxWidgets-0.27.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 13:15:08 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 20 Dec 2006 08:15:08 -0500 Subject: rpms/mail-notification/devel mail-notification.spec,1.35,1.36 Message-ID: <200612201315.kBKDF8jc003428@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3413 Modified Files: mail-notification.spec Log Message: 4.0-0.3.rc2 - Rebuild Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- mail-notification.spec 7 Dec 2006 19:23:27 -0000 1.35 +++ mail-notification.spec 20 Dec 2006 13:14:38 -0000 1.36 @@ -1,6 +1,6 @@ Name: mail-notification Version: 4.0 -Release: 0.2%{?dist}.rc2 +Release: 0.3%{?dist}.rc2 Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -131,7 +131,10 @@ %changelog -* Thu Dec 07 2006 Thorsten Leemhuis 4.0-0.1.rc2 +* Wed Dec 20 2006 Thorsten Leemhuis 4.0-0.3.rc2 +- Rebuild + +* Thu Dec 07 2006 Thorsten Leemhuis 4.0-0.2.rc2 - Update to 4.0rc2 * Tue Nov 28 2006 Thorsten Leemhuis 4.0-0.1.rc1 From fedora-extras-commits at redhat.com Wed Dec 20 13:41:47 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:41:47 -0500 Subject: rpms/duplicity/FC-3 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.7, 1.8 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201341.kBKDflUj005011@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4991 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- duplicity.spec 17 Dec 2006 13:54:39 -0000 1.7 +++ duplicity.spec 20 Dec 2006 13:41:17 -0000 1.8 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:42:41 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:42:41 -0500 Subject: rpms/duplicity/FC-4 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.9, 1.10 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201342.kBKDgfDk005042@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5022 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-4/duplicity.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- duplicity.spec 17 Dec 2006 13:57:36 -0000 1.9 +++ duplicity.spec 20 Dec 2006 13:42:11 -0000 1.10 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:43:33 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:43:33 -0500 Subject: rpms/duplicity/FC-5 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.9, 1.10 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201343.kBKDhXdO005081@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5055 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-5/duplicity.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- duplicity.spec 17 Dec 2006 13:59:44 -0000 1.9 +++ duplicity.spec 20 Dec 2006 13:43:03 -0000 1.10 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:44:24 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:44:24 -0500 Subject: rpms/duplicity/FC-6 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.11, 1.12 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201344.kBKDiOHq005120@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5093 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-6/duplicity.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- duplicity.spec 17 Dec 2006 14:01:24 -0000 1.11 +++ duplicity.spec 20 Dec 2006 13:43:54 -0000 1.12 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:45:13 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:45:13 -0500 Subject: rpms/duplicity/devel duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.11, 1.12 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201345.kBKDjDrB005156@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5131 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/devel/duplicity.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- duplicity.spec 17 Dec 2006 14:03:01 -0000 1.11 +++ duplicity.spec 20 Dec 2006 13:44:43 -0000 1.12 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:45:47 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 08:45:47 -0500 Subject: rpms/perl-Log-Dispatch/devel .cvsignore, 1.6, 1.7 perl-Log-Dispatch.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200612201345.kBKDjlZU005180@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5161 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Dec 2006 23:14:27 -0000 1.6 +++ .cvsignore 20 Dec 2006 13:45:17 -0000 1.7 @@ -1 +1 @@ -Log-Dispatch-2.15.tar.gz +Log-Dispatch-2.16.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Log-Dispatch.spec 16 Dec 2006 23:27:24 -0000 1.10 +++ perl-Log-Dispatch.spec 20 Dec 2006 13:45:17 -0000 1.11 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.15 -Release: 2%{?dist} +Version: 2.16 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -26,7 +26,6 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) -BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -80,6 +79,10 @@ %changelog +* Wed Dec 20 2006 Jose Pedro Oliveira - 2.16-1 +- Update to 2.16. +- Removed perl(IO::String) from the BR list (no longer needed). + * Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 - New build requirement: perl(IO::String). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 16 Dec 2006 23:14:27 -0000 1.6 +++ sources 20 Dec 2006 13:45:17 -0000 1.7 @@ -1 +1 @@ -a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz +2ae53fb2d5bc71ab6f7da8a7e520e9e2 Log-Dispatch-2.16.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 13:53:27 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 20 Dec 2006 08:53:27 -0500 Subject: rpms/digikam-doc/devel digikam-doc.spec,1.1,1.2 Message-ID: <200612201353.kBKDrRUX005477@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5452 Modified Files: digikam-doc.spec Log Message: - Change requires to allow coexist older doc with newer apps package (#220297) Index: digikam-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/devel/digikam-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikam-doc.spec 31 Aug 2006 22:39:36 -0000 1.1 +++ digikam-doc.spec 20 Dec 2006 13:52:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: digikam-doc Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: kdelibs-devel -Requires: digikam = %{version} +Requires: digikam >= %{version} %description Documentation for the digiKam and Showfoto. @@ -55,6 +55,9 @@ %{_docdir}/HTML/*/showfoto/ %changelog +* Wed Dec 20 2006 Marcin Garski 0.8.2-4 +- Change requires to allow coexist older doc with newer apps package (#220297) + * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building From fedora-extras-commits at redhat.com Wed Dec 20 13:56:00 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 20 Dec 2006 08:56:00 -0500 Subject: rpms/digikam-doc/FC-6 digikam-doc.spec,1.1,1.2 Message-ID: <200612201356.kBKDu0E1005572@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5547 Modified Files: digikam-doc.spec Log Message: - Change requires to allow coexist older doc with newer apps package (#220297) Index: digikam-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/FC-6/digikam-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikam-doc.spec 31 Aug 2006 22:39:36 -0000 1.1 +++ digikam-doc.spec 20 Dec 2006 13:55:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: digikam-doc Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: kdelibs-devel -Requires: digikam = %{version} +Requires: digikam >= %{version} %description Documentation for the digiKam and Showfoto. @@ -55,6 +55,9 @@ %{_docdir}/HTML/*/showfoto/ %changelog +* Wed Dec 20 2006 Marcin Garski 0.8.2-4 +- Change requires to allow coexist older doc with newer apps package (#220297) + * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building From fedora-extras-commits at redhat.com Wed Dec 20 13:57:55 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 20 Dec 2006 08:57:55 -0500 Subject: rpms/digikam-doc/FC-5 digikam-doc.spec,1.1,1.2 Message-ID: <200612201357.kBKDvthT005680@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5646 Modified Files: digikam-doc.spec Log Message: - Change requires to allow coexist older doc with newer apps package (#220297) Index: digikam-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/FC-5/digikam-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikam-doc.spec 31 Aug 2006 22:39:36 -0000 1.1 +++ digikam-doc.spec 20 Dec 2006 13:57:25 -0000 1.2 @@ -1,6 +1,6 @@ Name: digikam-doc Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: kdelibs-devel -Requires: digikam = %{version} +Requires: digikam >= %{version} %description Documentation for the digiKam and Showfoto. @@ -55,6 +55,9 @@ %{_docdir}/HTML/*/showfoto/ %changelog +* Wed Dec 20 2006 Marcin Garski 0.8.2-4 +- Change requires to allow coexist older doc with newer apps package (#220297) + * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building From fedora-extras-commits at redhat.com Wed Dec 20 14:47:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 09:47:15 -0500 Subject: rpms/search4files/devel .cvsignore, 1.3, 1.4 search4files.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201447.kBKElFJx009453@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9393 Modified Files: .cvsignore search4files.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Dec 2006 06:36:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 14:46:44 -0000 1.4 @@ -1 +1 @@ -search4files0.1d.tar.gz +search4files0.1e.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/search4files.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search4files.spec 14 Dec 2006 06:36:37 -0000 1.2 +++ search4files.spec 20 Dec 2006 14:46:44 -0000 1.3 @@ -1,5 +1,5 @@ Name: search4files -Version: 0.1d +Version: 0.1e Release: 1%{?dist} Summary: A handy file search tool @@ -94,6 +94,9 @@ %{_datadir}/%{name}/ %changelog +* Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 +- 0.1e + * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Dec 2006 06:36:37 -0000 1.3 +++ sources 20 Dec 2006 14:46:44 -0000 1.4 @@ -1 +1 @@ -68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz +9ea65521bd7bc2bc7c789319cfe2c86e search4files0.1e.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 14:47:22 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 09:47:22 -0500 Subject: rpms/search4files/FC-6 .cvsignore, 1.3, 1.4 search4files.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201447.kBKElMJs009458@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9413 Modified Files: .cvsignore search4files.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Dec 2006 06:36:41 -0000 1.3 +++ .cvsignore 20 Dec 2006 14:46:52 -0000 1.4 @@ -1 +1 @@ -search4files0.1d.tar.gz +search4files0.1e.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/search4files.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search4files.spec 14 Dec 2006 06:36:41 -0000 1.2 +++ search4files.spec 20 Dec 2006 14:46:52 -0000 1.3 @@ -1,5 +1,5 @@ Name: search4files -Version: 0.1d +Version: 0.1e Release: 1%{?dist} Summary: A handy file search tool @@ -94,6 +94,9 @@ %{_datadir}/%{name}/ %changelog +* Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 +- 0.1e + * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Dec 2006 06:36:41 -0000 1.3 +++ sources 20 Dec 2006 14:46:52 -0000 1.4 @@ -1 +1 @@ -68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz +9ea65521bd7bc2bc7c789319cfe2c86e search4files0.1e.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 14:47:30 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 09:47:30 -0500 Subject: rpms/search4files/FC-5 .cvsignore, 1.3, 1.4 search4files.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201447.kBKElUJO009465@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9434 Modified Files: .cvsignore search4files.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Dec 2006 06:36:45 -0000 1.3 +++ .cvsignore 20 Dec 2006 14:47:00 -0000 1.4 @@ -1 +1 @@ -search4files0.1d.tar.gz +search4files0.1e.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/search4files.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search4files.spec 14 Dec 2006 06:36:45 -0000 1.2 +++ search4files.spec 20 Dec 2006 14:47:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: search4files -Version: 0.1d +Version: 0.1e Release: 1%{?dist} Summary: A handy file search tool @@ -94,6 +94,9 @@ %{_datadir}/%{name}/ %changelog +* Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 +- 0.1e + * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Dec 2006 06:36:45 -0000 1.3 +++ sources 20 Dec 2006 14:47:00 -0000 1.4 @@ -1 +1 @@ -68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz +9ea65521bd7bc2bc7c789319cfe2c86e search4files0.1e.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 15:32:58 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:32:58 -0500 Subject: rpms/environment-modules/devel environment-modules.spec,1.5,1.6 Message-ID: <200612201532.kBKFWwVY012920@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12905 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/devel/environment-modules.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- environment-modules.spec 30 Aug 2006 02:29:13 -0000 1.5 +++ environment-modules.spec 20 Dec 2006 15:32:27 -0000 1.6 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Dec 20 15:44:27 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:44:27 -0500 Subject: rpms/environment-modules/FC-4 environment-modules.spec,1.4,1.5 Message-ID: <200612201544.kBKFiRfn013078@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035/FC-4 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/FC-4/environment-modules.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- environment-modules.spec 2 Jun 2006 22:00:36 -0000 1.4 +++ environment-modules.spec 20 Dec 2006 15:43:57 -0000 1.5 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Fri Jun 2 2006 - Orion Poplawski - 3.2.3-1 - Update to 3.2.3 From fedora-extras-commits at redhat.com Wed Dec 20 15:44:28 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:44:28 -0500 Subject: rpms/environment-modules/FC-6 environment-modules.spec,1.5,1.6 Message-ID: <200612201544.kBKFiSTp013082@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035/FC-6 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/FC-6/environment-modules.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- environment-modules.spec 30 Aug 2006 02:29:13 -0000 1.5 +++ environment-modules.spec 20 Dec 2006 15:43:57 -0000 1.6 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Dec 20 15:44:27 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:44:27 -0500 Subject: rpms/environment-modules/FC-5 environment-modules.spec,1.4,1.5 Message-ID: <200612201544.kBKFiRLV013081@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035/FC-5 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/FC-5/environment-modules.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- environment-modules.spec 2 Jun 2006 22:00:37 -0000 1.4 +++ environment-modules.spec 20 Dec 2006 15:43:57 -0000 1.5 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Fri Jun 2 2006 - Orion Poplawski - 3.2.3-1 - Update to 3.2.3 From fedora-extras-commits at redhat.com Wed Dec 20 15:55:56 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 20 Dec 2006 10:55:56 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.7, 1.8 nautilus-image-converter.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200612201555.kBKFtuC7013302@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13281 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Sun Dec 17 2006 Brian Pepple - 0.0.9-1 - Update to 0.0.9. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Dec 2006 17:25:27 -0000 1.7 +++ .cvsignore 20 Dec 2006 15:55:26 -0000 1.8 @@ -1 +1 @@ -nautilus-image-converter-0.0.8.tar.bz2 +nautilus-image-converter-0.0.9.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nautilus-image-converter.spec 7 Dec 2006 17:25:27 -0000 1.10 +++ nautilus-image-converter.spec 20 Dec 2006 15:55:26 -0000 1.11 @@ -1,5 +1,5 @@ Name: nautilus-image-converter -Version: 0.0.8 +Version: 0.0.9 Release: 1%{?dist} Summary: Nautilus extension to mass resize images @@ -51,6 +51,9 @@ %changelog +* Sun Dec 17 2006 Brian Pepple - 0.0.9-1 +- Update to 0.0.9. + * Thu Dec 7 2006 Brian Pepple - 0.0.8-1 - Update to 0.0.8. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Dec 2006 17:25:27 -0000 1.7 +++ sources 20 Dec 2006 15:55:26 -0000 1.8 @@ -1 +1 @@ -ca59e8988422704a3b2f46ce777b047b nautilus-image-converter-0.0.8.tar.bz2 +d0bc829ae0ef119244ed3538c8c8c1c1 nautilus-image-converter-0.0.9.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 15:59:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 20 Dec 2006 10:59:50 -0500 Subject: rpms/gcompris/devel .cvsignore, 1.5, 1.6 gcompris.spec, 1.18, 1.19 sources, 1.5, 1.6 Message-ID: <200612201559.kBKFxox9013383@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13364 Modified Files: .cvsignore gcompris.spec sources Log Message: * Wed Dec 20 2006 Hans de Goede 8.2.2-1 - New upstream release 8.2.2-2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Nov 2006 19:10:04 -0000 1.5 +++ .cvsignore 20 Dec 2006 15:59:20 -0000 1.6 @@ -1 +1 @@ -gcompris-8.2.tar.gz +gcompris-8.2.2-2.tar.gz Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gcompris.spec 15 Dec 2006 14:49:19 -0000 1.18 +++ gcompris.spec 20 Dec 2006 15:59:20 -0000 1.19 @@ -1,11 +1,12 @@ +%define extra_version 2 Name: gcompris -Version: 8.2 -Release: 2%{?dist} +Version: 8.2.2 +Release: 1%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net -Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz +Source0: http://download.sf.net/%{name}/%{name}-%{version}-%{extra_version}.tar.gz Patch0: gcompris-8.1-icon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildrequires: libgnomeui-devel sqlite-devel python-devel gnet2-devel @@ -475,6 +476,9 @@ %changelog +* Wed Dec 20 2006 Hans de Goede 8.2.2-1 +- New upstream release 8.2.2-2 + * Fri Dec 15 2006 Hans de Goede 8.2-2 - Rebuid for python 2.5 (blind (untested) rebuild as I cannot upgrade to python 2.5 since plague hasn't been rebuild yet). Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Nov 2006 19:10:04 -0000 1.5 +++ sources 20 Dec 2006 15:59:20 -0000 1.6 @@ -1 +1 @@ -56849e2b09bea6a47eb6f177cc85258f gcompris-8.2.tar.gz +734e17af082d0f4c1b8874037fa73041 gcompris-8.2.2-2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 18:42:42 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 13:42:42 -0500 Subject: rpms/blacs/FC-6 Bmake.inc, 1.6, 1.7 Bmake.inc.64bit, 1.6, 1.7 blacs.spec, 1.21, 1.22 Message-ID: <200612201842.kBKIggTZ023517@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23477/FC-6 Modified Files: Bmake.inc Bmake.inc.64bit blacs.spec Log Message: Add new lam-devel header path Index: Bmake.inc =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-6/Bmake.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/32 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: Bmake.inc.64bit =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-6/Bmake.inc.64bit,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc.64bit 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc.64bit 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/64 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-6/blacs.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- blacs.spec 11 Sep 2006 16:41:25 -0000 1.21 +++ blacs.spec 20 Dec 2006 18:42:12 -0000 1.22 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 24%{?dist} +Release: 24%{?dist}.1 License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -109,6 +109,9 @@ %{_libdir}/libmpiblacs*.so %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 1.1-24.1 +- updated bmake files to include new lam-devel header path + * Mon Sep 11 2006 Tom "spot" Callaway 1.1-24 - FC-5+ needs lam-devel as a BR From fedora-extras-commits at redhat.com Wed Dec 20 18:42:42 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 13:42:42 -0500 Subject: rpms/blacs/devel Bmake.inc, 1.6, 1.7 Bmake.inc.64bit, 1.6, 1.7 blacs.spec, 1.21, 1.22 Message-ID: <200612201842.kBKIggnM023522@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23477/devel Modified Files: Bmake.inc Bmake.inc.64bit blacs.spec Log Message: Add new lam-devel header path Index: Bmake.inc =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/Bmake.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/32 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: Bmake.inc.64bit =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/Bmake.inc.64bit,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc.64bit 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc.64bit 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/64 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- blacs.spec 11 Sep 2006 16:41:25 -0000 1.21 +++ blacs.spec 20 Dec 2006 18:42:12 -0000 1.22 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 24%{?dist} +Release: 24%{?dist}.1 License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -109,6 +109,9 @@ %{_libdir}/libmpiblacs*.so %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 1.1-24.1 +- updated bmake files to include new lam-devel header path + * Mon Sep 11 2006 Tom "spot" Callaway 1.1-24 - FC-5+ needs lam-devel as a BR From fedora-extras-commits at redhat.com Wed Dec 20 21:24:08 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:08 -0500 Subject: rpms/qt-qsa - New directory Message-ID: <200612202124.kBKLO8eg002194@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2190/qt-qsa Log Message: Directory /cvs/extras/rpms/qt-qsa added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 21:24:14 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:14 -0500 Subject: rpms/qt-qsa/devel - New directory Message-ID: <200612202124.kBKLOEjw002207@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2190/qt-qsa/devel Log Message: Directory /cvs/extras/rpms/qt-qsa/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 21:24:33 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:33 -0500 Subject: rpms/qt-qsa Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612202124.kBKLOX3P002241@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2235 Added Files: Makefile import.log Log Message: Setup of module qt-qsa --- NEW FILE Makefile --- # Top level Makefile for module qt-qsa all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 21:24:38 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:38 -0500 Subject: rpms/qt-qsa/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612202124.kBKLOcjN002256@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2235/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module qt-qsa --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 21:25:16 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:25:16 -0500 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.11,1.12 Message-ID: <200612202125.kBKLPG4M002309@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2223 Modified Files: gtksourceview-sharp.spec Log Message: Fix for conflict with main gtksourceview package. Not for use outside of rawhide gtksourceview-sharp.spec Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gtksourceview-sharp.spec 28 Oct 2006 07:13:31 -0000 1.11 +++ gtksourceview-sharp.spec 20 Dec 2006 21:24:46 -0000 1.12 @@ -9,7 +9,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 24%{?dist} +Release: 25%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -51,12 +51,12 @@ %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/vbnet.lang +rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang %files %defattr (-, root, root, -) %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml -%{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang %{monodir}/mono/gac/gtksourceview-sharp %{monodir}/mono/gtksourceview-sharp-2.0 @@ -68,6 +68,9 @@ %{__rm} -rf %{buildroot} %changelog +* Wed Dec 20 2006 Paul F. Johnson - 2.0-0.10-25 +- removes conflict with gtksourceview + * Sat Oct 28 2006 Paul F. Johnson - 2.0-0.10-24 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:26:15 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:26:15 -0500 Subject: rpms/qt-qsa import.log,1.1,1.2 Message-ID: <200612202126.kBKLQFaX002402@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2370 Modified Files: import.log Log Message: auto-import qt-qsa-1.1.4-3 on branch devel from qt-qsa-1.1.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/qt-qsa/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 21:24:33 -0000 1.1 +++ import.log 20 Dec 2006 21:25:45 -0000 1.2 @@ -0,0 +1 @@ +qt-qsa-1_1_4-3:HEAD:qt-qsa-1.1.4-3.src.rpm:1166650410 From fedora-extras-commits at redhat.com Wed Dec 20 21:26:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:26:16 -0500 Subject: rpms/qt-qsa/devel qt-qsa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612202126.kBKLQGuQ002406@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2370/devel Modified Files: .cvsignore sources Added Files: qt-qsa.spec Log Message: auto-import qt-qsa-1.1.4-3 on branch devel from qt-qsa-1.1.4-3.src.rpm --- NEW FILE qt-qsa.spec --- %define qtdir %(qmake -query QT_INSTALL_PREFIX) %define qtinc %{qtdir}/include %define qtlib %(qmake -query QT_INSTALL_PREFIX)/lib Name: qt-qsa Version: 1.1.4 Release: 3%{?dist} Summary: QT Script for Applications Group: Development/Libraries License: GPL URL: http://www.trolltech.com/products/qt/addon/qsa Source0: ftp://ftp.trolltech.com/qsa/source/qsa-x11-free-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel %description Qt Script for Applications can be used to build scripable applications with Qt. %package devel Summary: Development and doc files for qsa Requires: %{name} = %{version}-%{release} Group: Development/Libraries Requires: qt-devel %description devel Qt Script for Applications can be used to build scripable applications with Qt. This package contains development files and the documentation %prep %setup -q -n qsa-x11-free-%{version} #fix LICENSE.GPL and README permissions chmod 644 LICENSE.GPL chmod 644 README #fix line endings find doc/html -type f | xargs %{__sed} -i 's/\r//' find examples -type f | xargs %{__sed} -i 's/\r//' %build export QTDIR=%{qtdir} export PATH=$QTDIR/bin:$PATH export QTINC=%{qtinc} export QTLIB=%{qtlib} ./configure -prefix %{qtdir} make %{?_smp_mflags} sub-src %install rm -rf $RPM_BUILD_ROOT make install INSTALL_ROOT=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{qtdir}/doc #remove uneeded files rm -f examples/qsa.prf find examples -name "Makefile.*" | xargs rm -f find examples -name ".obj*" | xargs rm -rf find examples -name ".ui*" | xargs rm -rf find examples -name ".moc*" | xargs rm -rf find examples -name ".rcc" | xargs rm -rf #remove load entry from .pro files find examples -name "*.pro" | xargs sed -i "/..\/qsa/d" #add includes that make install skip:( %{__install} -p -m 644 src/ide/qsworkbench.h $RPM_BUILD_ROOT%{qtinc}/ %{__install} -p -m 644 src/qsa/qsutilfactory.h $RPM_BUILD_ROOT%{qtinc}/ %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc changes-%{version} LICENSE.GPL README %{qtlib}/libqsa.so.* %files devel %defattr(-,root,root,-) %doc doc/html examples %{qtlib}/libqsa.so %{qtinc}/* %{qtdir}/mkspecs/features/qsa.prf %changelog * Wed Dec 20 2006 Julian Sikorski - 1.1.4-3 - Fixed typo in %%changelog - Added qt-devel to -devel subpackage Requires * Wed Dec 20 2006 Julian Sikorski - 1.1.4-2 - Added missing headers - Renamed to qt-qsa - Got rid of dos2unix BuildRequires - Fixed building on x86-64 * Wed Dec 13 2006 Julian Sikorski - 1.1.4-1 - Initial RPM release, based on Frank B??ttner's qt4-qsa package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt-qsa/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 21:24:38 -0000 1.1 +++ .cvsignore 20 Dec 2006 21:25:46 -0000 1.2 @@ -0,0 +1 @@ +qsa-x11-free-1.1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt-qsa/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 21:24:38 -0000 1.1 +++ sources 20 Dec 2006 21:25:46 -0000 1.2 @@ -0,0 +1 @@ +24eb504e51de3a04161f6df8c39c24ac qsa-x11-free-1.1.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 21:27:34 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:27:34 -0500 Subject: rpms/lapack/FC-5 lapack-3.1.0-make.inc.patch, NONE, 1.1 lapack.spec, 1.10, 1.11 Message-ID: <200612202127.kBKLRY8I002474@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2448 Modified Files: lapack.spec Added Files: lapack-3.1.0-make.inc.patch Log Message: lapack 3.1.0 lapack-3.1.0-make.inc.patch: --- NEW FILE lapack-3.1.0-make.inc.patch --- --- lapack-3.1.0/make.inc.BAD 2006-11-14 15:58:41.000000000 -0600 +++ lapack-3.1.0/make.inc 2006-11-14 16:00:03.000000000 -0600 @@ -10,7 +10,7 @@ # # The machine (platform) identifier to append to the library names # -PLAT = _LINUX +PLAT = # # Modify the FORTRAN and OPTS definitions to refer to the # compiler and desired compiler options for your machine. NOOPT @@ -18,12 +18,13 @@ # selected. Define LOADER and LOADOPTS to refer to the loader and # desired load options for your machine. # -FORTRAN = g77 -OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused +FORTRAN = gfortran +#OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused #OPTS = -O0 -g -Wall DRVOPTS = $(OPTS) -NOOPT = -Wimplicit -Wno-globals -Wunused -LOADER = g77 +# NOOPT = -Wimplicit -Wno-globals -Wunused +NOOPT = +LOADER = gfortran LOADOPTS = # # The archiver and the flag(s) to use when building archive (library) Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/lapack.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- lapack.spec 28 Feb 2006 22:34:54 -0000 1.10 +++ lapack.spec 20 Dec 2006 21:27:04 -0000 1.11 @@ -1,22 +1,21 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack -Version: 3.0 -Release: 37%{?dist} +Version: 3.1.0 +Release: 1%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ -Source0: http://www.netlib.org/lapack/lapack.tgz -Source1: http://www.netlib.org/lapack/manpages.tgz +Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz Source2: Makefile.blas Source3: Makefile.lapack Source4: http://www.netlib.org/lapack/lapackqref.ps Source5: http://www.netlib.org/blas/blasqr.ps -Patch0: lapack-20010525.patch Patch1: blas-bz143340.patch Patch2: lapack-fixlwork.patch +Patch3: lapack-3.1.0-make.inc.patch Obsoletes: lapack-man BuildRequires: gcc-gfortran -BuildRoot: %{_tmppath}/lapack-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LAPACK (Linear Algebra PACKage) is a standard library for numerical @@ -58,13 +57,13 @@ BLAS development libraries for applications that link statically. %prep -%setup -q -n LAPACK -%setup -q -D -T -a 1 -n LAPACK -%patch0 -p1 +%setup -q +%setup -q -D -T # Adds 8 missing BLAS functions from upstream tarball %patch1 -p1 # Fix Bugzilla 169558 -%patch2 -p1 +# %patch2 -p1 +%patch3 -p1 cp -f $RPM_SOURCE_DIR/Makefile.blas BLAS/SRC/Makefile cp -f $RPM_SOURCE_DIR/Makefile.lapack SRC/Makefile @@ -72,36 +71,63 @@ rm -f man/manl/zbcon.l %build -cd BLAS/SRC + RPM_OPT_O_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-O0|') export FC=gfortran + +# Build BLAS +pushd BLAS/SRC FFLAGS="$RPM_OPT_O_FLAGS" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS" make static -cp libblas.a ../.. +cp libblas.a ${RPM_BUILD_DIR}/%{name}-%{version}/ make clean FFLAGS="$RPM_OPT_O_FLAGS -fPIC" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp libblas.so.3.0.3 ../.. -cd ../.. -ln -s libblas.so.3.0.3 libblas.so +cp libblas.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +ln -s libblas.so.3.1.0 libblas.so -cd SRC # Some files don't like -O2, but -Os is fine RPM_OPT_SIZE_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-Os|') -FFLAGS="$RPM_OPT_SIZE_FLAGS" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS" make static -cp liblapack.a .. +# Build the static dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL +make NOOPT="$RPM_OPT_SIZE_FLAGS" OPTS="$RPM_OPT_FLAGS" dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Build the shared dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp liblapack.so.3.0.3 .. +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the shared lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared +cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Buuld the static with pic dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make static -cp liblapack.a ../liblapack_pic.a +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static with pic lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a +popd -cd .. cp %{SOURCE4} lapackqref.ps cp %{SOURCE5} blasqr.ps @@ -110,27 +136,27 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/manl -for f in liblapack.so.3.0.3 libblas.so.3.0.3 libblas.a liblapack.a liblapack_pic.a; do +for f in liblapack.so.3.1.0 libblas.so.3.1.0 libblas.a liblapack.a liblapack_pic.a; do cp -f $f ${RPM_BUILD_ROOT}%{_libdir}/$f done -find blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans # These are also in the BLAS package -rm -f man/manl/lsame.l* -rm -f man/manl/xerbla.l* -find man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans +rm -f manpages/man/manl/lsame.l* +rm -f manpages/man/manl/xerbla.l* +find manpages/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans -cp -f blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl -cp -f man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl cd ${RPM_BUILD_ROOT}%{_libdir} -ln -sf liblapack.so.3.0.3 liblapack.so -ln -sf liblapack.so.3.0.3 liblapack.so.3 -ln -sf liblapack.so.3.0.3 liblapack.so.3.0 -ln -sf libblas.so.3.0.3 libblas.so -ln -sf libblas.so.3.0.3 libblas.so.3 -ln -sf libblas.so.3.0.3 libblas.so.3.0 +ln -sf liblapack.so.3.1.0 liblapack.so +ln -sf liblapack.so.3.1.0 liblapack.so.3 +ln -sf liblapack.so.3.1.0 liblapack.so.3.1 +ln -sf libblas.so.3.1.0 libblas.so +ln -sf libblas.so.3.1.0 libblas.so.3 +ln -sf libblas.so.3.1.0 libblas.so.3.1 %post -p /sbin/ldconfig @@ -164,6 +190,12 @@ %{_libdir}/libblas*.a %changelog +* Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 +- bump to 3.1.0 + +* Thu Sep 14 2006 Tom "spot" Callaway 3.0-38 +- bump for fc-6 + * Tue Feb 28 2006 Tom "spot" Callaway 3.0-37 - bump for FC5 From fedora-extras-commits at redhat.com Wed Dec 20 21:29:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:29:38 -0500 Subject: rpms/boo/FC-5 boo.spec,1.4,1.5 Message-ID: <200612202129.kBKLTcbr002517@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2501 Modified Files: boo.spec Log Message: Fix for correct libdir boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boo.spec 14 Sep 2006 21:50:52 -0000 1.4 +++ boo.spec 20 Dec 2006 21:29:08 -0000 1.5 @@ -1,9 +1,13 @@ +%if "%{?fedora}" = "5" %define monodir %{_prefix}/lib +%else +%define monodir %{_libdir} +%endif Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 9%{?dist} +Release: 10%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -63,6 +67,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-10 +- fix for correct libdir + * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:32:45 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:32:45 -0500 Subject: rpms/boo/FC-5 boo.spec,1.5,1.6 Message-ID: <200612202132.kBKLWjUf002569@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2536 Modified Files: boo.spec Log Message: Doh! boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- boo.spec 20 Dec 2006 21:29:08 -0000 1.5 +++ boo.spec 20 Dec 2006 21:32:15 -0000 1.6 @@ -1,4 +1,4 @@ -%if "%{?fedora}" = "5" +%if "%{?fedora}" == "5" %define monodir %{_prefix}/lib %else %define monodir %{_libdir} @@ -7,7 +7,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 10%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -67,7 +67,7 @@ %{monodir}/pkgconfig/boo.pc %changelog -* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-10 +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-11 - fix for correct libdir * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 From fedora-extras-commits at redhat.com Wed Dec 20 21:32:56 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:32:56 -0500 Subject: owners owners.list,1.2130,1.2131 Message-ID: <200612202132.kBKLWucw002572@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2554 Modified Files: owners.list Log Message: Added qt-qsa Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2130 retrieving revision 1.2131 diff -u -r1.2130 -r1.2131 --- owners.list 20 Dec 2006 09:31:48 -0000 1.2130 +++ owners.list 20 Dec 2006 21:32:26 -0000 1.2131 @@ -2125,6 +2125,7 @@ Fedora Extras|qscintilla|A Scintilla port to Qt|rdieter at math.unl.edu|extras-qa at fedoraproject.org|icon at fedoraproject.org Fedora Extras|qstat|Real-time Game Server Status for FPS game servers|andy at smile.org.ua|extras-qa at fedoraproject.org| Fedora Extras|qsynth|Qt based Fluidsynth GUI front end|nando at ccrma.stanford.edu|extras-qa at fedoraproject.org| +Fedora Extras|qt-qsa|Qt Script for Applications|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4-qsa|Qt Script for Applications Add-On for Qt4|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|qtparted|Partition Magic clone written in C++ using the Qt toolkit|steve at silug.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 20 21:35:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:35:05 -0500 Subject: rpms/boo/FC-6 boo.spec,1.4,1.5 Message-ID: <200612202135.kBKLZ5xZ002690@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2622 Modified Files: boo.spec Log Message: Fix for libdir and also package list boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-6/boo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boo.spec 14 Sep 2006 21:52:32 -0000 1.4 +++ boo.spec 20 Dec 2006 21:34:35 -0000 1.5 @@ -1,9 +1,13 @@ +%if "%{?fedora}" == "5" %define monodir %{_prefix}/lib +%else +%define monodir %{_libdir} +%endif Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 9%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +54,7 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%if "%fedora" == "5" +%if "%{?fedora}" == "5" %{_datadir}/gtksourceview-1.0/language-specs/boo.lang %else %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang @@ -63,6 +67,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-11 +- fix for correct libdir + * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:35:06 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:35:06 -0500 Subject: rpms/lapack/FC-5 sources,1.3,1.4 Message-ID: <200612202135.kBKLZ6AP002693@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2626/FC-5 Modified Files: sources Log Message: lapack 3.1.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Oct 2005 14:30:26 -0000 1.3 +++ sources 20 Dec 2006 21:34:36 -0000 1.4 @@ -1,4 +1 @@ -ded96a1a7434fca5c311b3b137963472 lapack.tar.bz2 -fb96dfdcbffad22dd7fa29872f326cbf manpages.tar.bz2 -50efab6cd73a9429584f7f1537f1727f manpages.tgz -a24f59304f87b78cdc7da2ae59c98664 lapack.tgz +0ff8c5d81117163376875343e64d04a1 lapack-3.1.0.tgz From fedora-extras-commits at redhat.com Wed Dec 20 21:35:06 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:35:06 -0500 Subject: rpms/lapack/FC-6 lapack-3.1.0-make.inc.patch, NONE, 1.1 lapack.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <200612202135.kBKLZ6BL002697@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2626/FC-6 Modified Files: lapack.spec sources Added Files: lapack-3.1.0-make.inc.patch Log Message: lapack 3.1.0 lapack-3.1.0-make.inc.patch: --- NEW FILE lapack-3.1.0-make.inc.patch --- --- lapack-3.1.0/make.inc.BAD 2006-11-14 15:58:41.000000000 -0600 +++ lapack-3.1.0/make.inc 2006-11-14 16:00:03.000000000 -0600 @@ -10,7 +10,7 @@ # # The machine (platform) identifier to append to the library names # -PLAT = _LINUX +PLAT = # # Modify the FORTRAN and OPTS definitions to refer to the # compiler and desired compiler options for your machine. NOOPT @@ -18,12 +18,13 @@ # selected. Define LOADER and LOADOPTS to refer to the loader and # desired load options for your machine. # -FORTRAN = g77 -OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused +FORTRAN = gfortran +#OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused #OPTS = -O0 -g -Wall DRVOPTS = $(OPTS) -NOOPT = -Wimplicit -Wno-globals -Wunused -LOADER = g77 +# NOOPT = -Wimplicit -Wno-globals -Wunused +NOOPT = +LOADER = gfortran LOADOPTS = # # The archiver and the flag(s) to use when building archive (library) Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/lapack.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lapack.spec 14 Sep 2006 18:48:01 -0000 1.11 +++ lapack.spec 20 Dec 2006 21:34:36 -0000 1.12 @@ -1,22 +1,21 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack -Version: 3.0 -Release: 38%{?dist} +Version: 3.1.0 +Release: 1%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ -Source0: http://www.netlib.org/lapack/lapack.tgz -Source1: http://www.netlib.org/lapack/manpages.tgz +Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz Source2: Makefile.blas Source3: Makefile.lapack Source4: http://www.netlib.org/lapack/lapackqref.ps Source5: http://www.netlib.org/blas/blasqr.ps -Patch0: lapack-20010525.patch Patch1: blas-bz143340.patch Patch2: lapack-fixlwork.patch +Patch3: lapack-3.1.0-make.inc.patch Obsoletes: lapack-man BuildRequires: gcc-gfortran -BuildRoot: %{_tmppath}/lapack-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LAPACK (Linear Algebra PACKage) is a standard library for numerical @@ -58,13 +57,13 @@ BLAS development libraries for applications that link statically. %prep -%setup -q -n LAPACK -%setup -q -D -T -a 1 -n LAPACK -%patch0 -p1 +%setup -q +%setup -q -D -T # Adds 8 missing BLAS functions from upstream tarball %patch1 -p1 # Fix Bugzilla 169558 -%patch2 -p1 +# %patch2 -p1 +%patch3 -p1 cp -f $RPM_SOURCE_DIR/Makefile.blas BLAS/SRC/Makefile cp -f $RPM_SOURCE_DIR/Makefile.lapack SRC/Makefile @@ -72,36 +71,63 @@ rm -f man/manl/zbcon.l %build -cd BLAS/SRC + RPM_OPT_O_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-O0|') export FC=gfortran + +# Build BLAS +pushd BLAS/SRC FFLAGS="$RPM_OPT_O_FLAGS" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS" make static -cp libblas.a ../.. +cp libblas.a ${RPM_BUILD_DIR}/%{name}-%{version}/ make clean FFLAGS="$RPM_OPT_O_FLAGS -fPIC" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp libblas.so.3.0.3 ../.. -cd ../.. -ln -s libblas.so.3.0.3 libblas.so +cp libblas.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +ln -s libblas.so.3.1.0 libblas.so -cd SRC # Some files don't like -O2, but -Os is fine RPM_OPT_SIZE_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-Os|') -FFLAGS="$RPM_OPT_SIZE_FLAGS" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS" make static -cp liblapack.a .. +# Build the static dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL +make NOOPT="$RPM_OPT_SIZE_FLAGS" OPTS="$RPM_OPT_FLAGS" dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Build the shared dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp liblapack.so.3.0.3 .. +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the shared lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared +cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Buuld the static with pic dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make static -cp liblapack.a ../liblapack_pic.a +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static with pic lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a +popd -cd .. cp %{SOURCE4} lapackqref.ps cp %{SOURCE5} blasqr.ps @@ -110,27 +136,27 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/manl -for f in liblapack.so.3.0.3 libblas.so.3.0.3 libblas.a liblapack.a liblapack_pic.a; do +for f in liblapack.so.3.1.0 libblas.so.3.1.0 libblas.a liblapack.a liblapack_pic.a; do cp -f $f ${RPM_BUILD_ROOT}%{_libdir}/$f done -find blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans # These are also in the BLAS package -rm -f man/manl/lsame.l* -rm -f man/manl/xerbla.l* -find man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans +rm -f manpages/man/manl/lsame.l* +rm -f manpages/man/manl/xerbla.l* +find manpages/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans -cp -f blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl -cp -f man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl cd ${RPM_BUILD_ROOT}%{_libdir} -ln -sf liblapack.so.3.0.3 liblapack.so -ln -sf liblapack.so.3.0.3 liblapack.so.3 -ln -sf liblapack.so.3.0.3 liblapack.so.3.0 -ln -sf libblas.so.3.0.3 libblas.so -ln -sf libblas.so.3.0.3 libblas.so.3 -ln -sf libblas.so.3.0.3 libblas.so.3.0 +ln -sf liblapack.so.3.1.0 liblapack.so +ln -sf liblapack.so.3.1.0 liblapack.so.3 +ln -sf liblapack.so.3.1.0 liblapack.so.3.1 +ln -sf libblas.so.3.1.0 libblas.so +ln -sf libblas.so.3.1.0 libblas.so.3 +ln -sf libblas.so.3.1.0 libblas.so.3.1 %post -p /sbin/ldconfig @@ -164,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 +- bump to 3.1.0 + * Thu Sep 14 2006 Tom "spot" Callaway 3.0-38 - bump for fc-6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Oct 2005 14:30:26 -0000 1.3 +++ sources 20 Dec 2006 21:34:36 -0000 1.4 @@ -1,4 +1 @@ -ded96a1a7434fca5c311b3b137963472 lapack.tar.bz2 -fb96dfdcbffad22dd7fa29872f326cbf manpages.tar.bz2 -50efab6cd73a9429584f7f1537f1727f manpages.tgz -a24f59304f87b78cdc7da2ae59c98664 lapack.tgz +0ff8c5d81117163376875343e64d04a1 lapack-3.1.0.tgz From fedora-extras-commits at redhat.com Wed Dec 20 21:35:11 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:35:11 -0500 Subject: rpms/lapack/devel lapack-3.1.0-make.inc.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 lapack.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <200612202135.kBKLZBj5002704@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2626/devel Modified Files: .cvsignore lapack.spec sources Added Files: lapack-3.1.0-make.inc.patch Log Message: lapack 3.1.0 lapack-3.1.0-make.inc.patch: --- NEW FILE lapack-3.1.0-make.inc.patch --- --- lapack-3.1.0/make.inc.BAD 2006-11-14 15:58:41.000000000 -0600 +++ lapack-3.1.0/make.inc 2006-11-14 16:00:03.000000000 -0600 @@ -10,7 +10,7 @@ # # The machine (platform) identifier to append to the library names # -PLAT = _LINUX +PLAT = # # Modify the FORTRAN and OPTS definitions to refer to the # compiler and desired compiler options for your machine. NOOPT @@ -18,12 +18,13 @@ # selected. Define LOADER and LOADOPTS to refer to the loader and # desired load options for your machine. # -FORTRAN = g77 -OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused +FORTRAN = gfortran +#OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused #OPTS = -O0 -g -Wall DRVOPTS = $(OPTS) -NOOPT = -Wimplicit -Wno-globals -Wunused -LOADER = g77 +# NOOPT = -Wimplicit -Wno-globals -Wunused +NOOPT = +LOADER = gfortran LOADOPTS = # # The archiver and the flag(s) to use when building archive (library) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Oct 2005 14:30:26 -0000 1.3 +++ .cvsignore 20 Dec 2006 21:34:41 -0000 1.4 @@ -2,3 +2,4 @@ manpages.tar.bz2 manpages.tgz lapack.tgz +lapack-3.1.0.tgz Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/lapack.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lapack.spec 14 Sep 2006 18:48:01 -0000 1.11 +++ lapack.spec 20 Dec 2006 21:34:41 -0000 1.12 @@ -1,22 +1,21 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack -Version: 3.0 -Release: 38%{?dist} +Version: 3.1.0 +Release: 1%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ -Source0: http://www.netlib.org/lapack/lapack.tgz -Source1: http://www.netlib.org/lapack/manpages.tgz +Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz Source2: Makefile.blas Source3: Makefile.lapack Source4: http://www.netlib.org/lapack/lapackqref.ps Source5: http://www.netlib.org/blas/blasqr.ps -Patch0: lapack-20010525.patch Patch1: blas-bz143340.patch Patch2: lapack-fixlwork.patch +Patch3: lapack-3.1.0-make.inc.patch Obsoletes: lapack-man BuildRequires: gcc-gfortran -BuildRoot: %{_tmppath}/lapack-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LAPACK (Linear Algebra PACKage) is a standard library for numerical @@ -58,13 +57,13 @@ BLAS development libraries for applications that link statically. %prep -%setup -q -n LAPACK -%setup -q -D -T -a 1 -n LAPACK -%patch0 -p1 +%setup -q +%setup -q -D -T # Adds 8 missing BLAS functions from upstream tarball %patch1 -p1 # Fix Bugzilla 169558 -%patch2 -p1 +# %patch2 -p1 +%patch3 -p1 cp -f $RPM_SOURCE_DIR/Makefile.blas BLAS/SRC/Makefile cp -f $RPM_SOURCE_DIR/Makefile.lapack SRC/Makefile @@ -72,36 +71,63 @@ rm -f man/manl/zbcon.l %build -cd BLAS/SRC + RPM_OPT_O_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-O0|') export FC=gfortran + +# Build BLAS +pushd BLAS/SRC FFLAGS="$RPM_OPT_O_FLAGS" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS" make static -cp libblas.a ../.. +cp libblas.a ${RPM_BUILD_DIR}/%{name}-%{version}/ make clean FFLAGS="$RPM_OPT_O_FLAGS -fPIC" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp libblas.so.3.0.3 ../.. -cd ../.. -ln -s libblas.so.3.0.3 libblas.so +cp libblas.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +ln -s libblas.so.3.1.0 libblas.so -cd SRC # Some files don't like -O2, but -Os is fine RPM_OPT_SIZE_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-Os|') -FFLAGS="$RPM_OPT_SIZE_FLAGS" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS" make static -cp liblapack.a .. +# Build the static dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL +make NOOPT="$RPM_OPT_SIZE_FLAGS" OPTS="$RPM_OPT_FLAGS" dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Build the shared dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp liblapack.so.3.0.3 .. +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the shared lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared +cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Buuld the static with pic dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make static -cp liblapack.a ../liblapack_pic.a +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static with pic lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a +popd -cd .. cp %{SOURCE4} lapackqref.ps cp %{SOURCE5} blasqr.ps @@ -110,27 +136,27 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/manl -for f in liblapack.so.3.0.3 libblas.so.3.0.3 libblas.a liblapack.a liblapack_pic.a; do +for f in liblapack.so.3.1.0 libblas.so.3.1.0 libblas.a liblapack.a liblapack_pic.a; do cp -f $f ${RPM_BUILD_ROOT}%{_libdir}/$f done -find blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans # These are also in the BLAS package -rm -f man/manl/lsame.l* -rm -f man/manl/xerbla.l* -find man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans +rm -f manpages/man/manl/lsame.l* +rm -f manpages/man/manl/xerbla.l* +find manpages/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans -cp -f blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl -cp -f man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl cd ${RPM_BUILD_ROOT}%{_libdir} -ln -sf liblapack.so.3.0.3 liblapack.so -ln -sf liblapack.so.3.0.3 liblapack.so.3 -ln -sf liblapack.so.3.0.3 liblapack.so.3.0 -ln -sf libblas.so.3.0.3 libblas.so -ln -sf libblas.so.3.0.3 libblas.so.3 -ln -sf libblas.so.3.0.3 libblas.so.3.0 +ln -sf liblapack.so.3.1.0 liblapack.so +ln -sf liblapack.so.3.1.0 liblapack.so.3 +ln -sf liblapack.so.3.1.0 liblapack.so.3.1 +ln -sf libblas.so.3.1.0 libblas.so +ln -sf libblas.so.3.1.0 libblas.so.3 +ln -sf libblas.so.3.1.0 libblas.so.3.1 %post -p /sbin/ldconfig @@ -164,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 +- bump to 3.1.0 + * Thu Sep 14 2006 Tom "spot" Callaway 3.0-38 - bump for fc-6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Oct 2005 14:30:26 -0000 1.3 +++ sources 20 Dec 2006 21:34:41 -0000 1.4 @@ -1,4 +1 @@ -ded96a1a7434fca5c311b3b137963472 lapack.tar.bz2 -fb96dfdcbffad22dd7fa29872f326cbf manpages.tar.bz2 -50efab6cd73a9429584f7f1537f1727f manpages.tgz -a24f59304f87b78cdc7da2ae59c98664 lapack.tgz +0ff8c5d81117163376875343e64d04a1 lapack-3.1.0.tgz From fedora-extras-commits at redhat.com Wed Dec 20 21:36:31 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:36:31 -0500 Subject: rpms/boo/devel boo.spec,1.4,1.5 Message-ID: <200612202136.kBKLaVXj002769@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2746 Modified Files: boo.spec Log Message: Fix for libdir and package list boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/devel/boo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boo.spec 14 Sep 2006 21:52:32 -0000 1.4 +++ boo.spec 20 Dec 2006 21:36:01 -0000 1.5 @@ -1,9 +1,13 @@ +%if "%{?fedora}" == "5" %define monodir %{_prefix}/lib +%else +%define monodir %{_libdir} +%endif Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 9%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +54,7 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%if "%fedora" == "5" +%if "%{?fedora}" == "5" %{_datadir}/gtksourceview-1.0/language-specs/boo.lang %else %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang @@ -63,6 +67,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-11 +- fix for correct libdir + * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:55:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 20 Dec 2006 16:55:12 -0500 Subject: rpms/python-mutagen/devel .cvsignore, 1.4, 1.5 python-mutagen.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612202155.kBKLtCAI002953@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2934 Modified Files: .cvsignore python-mutagen.spec sources Log Message: * Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 - Bump to 1.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Oct 2006 19:20:51 -0000 1.4 +++ .cvsignore 20 Dec 2006 21:54:41 -0000 1.5 @@ -1 +1 @@ -mutagen-1.8.tar.gz +mutagen-1.9.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/python-mutagen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-mutagen.spec 12 Dec 2006 17:20:40 -0000 1.5 +++ python-mutagen.spec 20 Dec 2006 21:54:41 -0000 1.6 @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.8 -Release: 2%{?dist} +Version: 1.9 +Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 +- Bump to 1.9 + * Tue Dec 12 2006 Micha?? Bentkowski - 1.8-2 - Python 2.5 rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Oct 2006 19:20:51 -0000 1.4 +++ sources 20 Dec 2006 21:54:41 -0000 1.5 @@ -1 +1 @@ -01c7158131a18c18914f9fd3ebd499a3 mutagen-1.8.tar.gz +96394da027fb447cf37fa2b3aac0325d mutagen-1.9.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:02:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 20 Dec 2006 17:02:44 -0500 Subject: rpms/python-mutagen/FC-5 .cvsignore, 1.4, 1.5 python-mutagen.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612202202.kBKM2iKT006209@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6190 Modified Files: .cvsignore python-mutagen.spec sources Log Message: * Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 - Bump to 1.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Oct 2006 19:26:18 -0000 1.4 +++ .cvsignore 20 Dec 2006 22:02:14 -0000 1.5 @@ -1 +1 @@ -mutagen-1.8.tar.gz +mutagen-1.9.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/python-mutagen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-mutagen.spec 29 Oct 2006 19:26:18 -0000 1.5 +++ python-mutagen.spec 20 Dec 2006 22:02:14 -0000 1.6 @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.8 +Version: 1.9 Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 +- Bump to 1.9 + * Sun Oct 29 2006 Micha?? Bentkowski - 1.8-1 - Bump to 1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Oct 2006 19:26:18 -0000 1.4 +++ sources 20 Dec 2006 22:02:14 -0000 1.5 @@ -1 +1 @@ -01c7158131a18c18914f9fd3ebd499a3 mutagen-1.8.tar.gz +96394da027fb447cf37fa2b3aac0325d mutagen-1.9.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:06:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 20 Dec 2006 17:06:27 -0500 Subject: rpms/python-mutagen/FC-6 .cvsignore, 1.4, 1.5 python-mutagen.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612202206.kBKM6R1s006360@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6341 Modified Files: .cvsignore python-mutagen.spec sources Log Message: * Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 - Bump to 1.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Oct 2006 19:31:00 -0000 1.4 +++ .cvsignore 20 Dec 2006 22:05:57 -0000 1.5 @@ -1 +1 @@ -mutagen-1.8.tar.gz +mutagen-1.9.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-6/python-mutagen.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-mutagen.spec 29 Oct 2006 19:31:00 -0000 1.4 +++ python-mutagen.spec 20 Dec 2006 22:05:57 -0000 1.5 @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.8 +Version: 1.9 Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 +- Bump to 1.9 + * Sun Oct 29 2006 Micha?? Bentkowski - 1.8-1 - Bump to 1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Oct 2006 19:31:00 -0000 1.4 +++ sources 20 Dec 2006 22:05:57 -0000 1.5 @@ -1 +1 @@ -01c7158131a18c18914f9fd3ebd499a3 mutagen-1.8.tar.gz +96394da027fb447cf37fa2b3aac0325d mutagen-1.9.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:07:54 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 17:07:54 -0500 Subject: rpms/monodevelop/FC-6 monodevelop.spec,1.12,1.13 Message-ID: <200612202207.kBKM7s61006421@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6400 Modified Files: monodevelop.spec Log Message: Disabled version control, added R gnome-sharp and enabled nemerle monodevelop.spec Index: monodevelop.spec =================================================================== RCS file: /cvs/extras/rpms/monodevelop/FC-6/monodevelop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- monodevelop.spec 1 Nov 2006 11:01:06 -0000 1.12 +++ monodevelop.spec 20 Dec 2006 22:07:24 -0000 1.13 @@ -7,7 +7,7 @@ Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.12 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz @@ -22,8 +22,7 @@ BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit %endif - -Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi +Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp %description This package provides MonoDevelop, a full-featured IDE for Mono @@ -48,7 +47,7 @@ %patch1 -p1 -b .orig %build -%configure --enable-boo --enable-java --enable-versioncontrol +%configure --enable-boo --enable-java --enable-nemerle --disable-versioncontrol make # no smp flags as it falls over during the build (race condition) @@ -98,6 +97,11 @@ %{__rm} -rf %{buildroot} %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.12-9 +- disables version control +- requires gnome-sharp +- enable nemerle added + * Wed Nov 01 2006 Paul F. Johnson 0.12-7 - Added R gtk-sharp2-gapi From fedora-extras-commits at redhat.com Wed Dec 20 22:09:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 17:09:29 -0500 Subject: rpms/monodevelop/devel monodevelop.spec,1.12,1.13 Message-ID: <200612202209.kBKM9Tag006480@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6465 Modified Files: monodevelop.spec Log Message: Disable version control, enable nemerle and add R gnome-sharp monodevelop.spec Index: monodevelop.spec =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- monodevelop.spec 1 Nov 2006 11:02:43 -0000 1.12 +++ monodevelop.spec 20 Dec 2006 22:08:59 -0000 1.13 @@ -7,7 +7,7 @@ Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.12 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz @@ -22,8 +22,7 @@ BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit %endif - -Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi +Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp %description This package provides MonoDevelop, a full-featured IDE for Mono @@ -48,7 +47,7 @@ %patch1 -p1 -b .orig %build -%configure --enable-boo --enable-java --enable-versioncontrol +%configure --enable-boo --enable-java --enable-nemerle --disable-versioncontrol make # no smp flags as it falls over during the build (race condition) @@ -98,6 +97,11 @@ %{__rm} -rf %{buildroot} %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.12-9 +- disables version control +- requires gnome-sharp +- enable nemerle added + * Wed Nov 01 2006 Paul F. Johnson 0.12-7 - Added R gtk-sharp2-gapi From fedora-extras-commits at redhat.com Wed Dec 20 22:12:21 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:12:21 -0500 Subject: rpms/cobbler/devel .cvsignore, 1.10, 1.11 cobbler.spec, 1.9, 1.10 sources, 1.11, 1.12 Message-ID: <200612202212.kBKMCLrL006523@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6504 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 12 Dec 2006 20:47:10 -0000 1.10 +++ .cvsignore 20 Dec 2006 22:11:51 -0000 1.11 @@ -7,3 +7,4 @@ cobbler-0.2.7.tar.gz cobbler-0.2.8.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cobbler.spec 12 Dec 2006 20:47:10 -0000 1.9 +++ cobbler.spec 20 Dec 2006 22:11:51 -0000 1.10 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,7 +10,8 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server -BuildRequires: python-devel +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -55,6 +56,10 @@ %changelog +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 12 Dec 2006 20:47:10 -0000 1.11 +++ sources 20 Dec 2006 22:11:51 -0000 1.12 @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:14:07 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:14:07 -0500 Subject: rpms/cobbler/FC-6 .cvsignore, 1.14, 1.15 cobbler.spec, 1.13, 1.14 sources, 1.15, 1.16 Message-ID: <200612202214.kBKME7xI006597@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6573 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 8 Dec 2006 17:05:24 -0000 1.14 +++ .cvsignore 20 Dec 2006 22:13:37 -0000 1.15 @@ -11,3 +11,4 @@ cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/cobbler.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cobbler.spec 8 Dec 2006 17:05:24 -0000 1.13 +++ cobbler.spec 20 Dec 2006 22:13:37 -0000 1.14 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,8 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -54,6 +56,10 @@ %changelog +* Mon Dec 18 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 8 Dec 2006 17:05:24 -0000 1.15 +++ sources 20 Dec 2006 22:13:37 -0000 1.16 @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:15:47 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:15:47 -0500 Subject: rpms/cobbler/FC-6 cobbler.spec,1.14,1.15 Message-ID: <200612202215.kBKMFlaU006666@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6643 Modified Files: cobbler.spec Log Message: Fixing changelog date Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/cobbler.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cobbler.spec 20 Dec 2006 22:13:37 -0000 1.14 +++ cobbler.spec 20 Dec 2006 22:15:17 -0000 1.15 @@ -56,7 +56,7 @@ %changelog -* Mon Dec 18 2006 Michael DeHaan - 0.3.5-1 +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-2 - Upstream changes (see CHANGELOG) - Added createrepo as Requires From fedora-extras-commits at redhat.com Wed Dec 20 22:17:05 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:17:05 -0500 Subject: rpms/cobbler/FC-5 .cvsignore, 1.9, 1.10 cobbler.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612202217.kBKMH5lp006699@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6680 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 8 Dec 2006 17:07:45 -0000 1.9 +++ .cvsignore 20 Dec 2006 22:16:35 -0000 1.10 @@ -6,3 +6,4 @@ cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/cobbler.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cobbler.spec 8 Dec 2006 17:07:45 -0000 1.8 +++ cobbler.spec 20 Dec 2006 22:16:35 -0000 1.9 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,8 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -54,6 +56,10 @@ %changelog +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 8 Dec 2006 17:07:45 -0000 1.9 +++ sources 20 Dec 2006 22:16:35 -0000 1.10 @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:17:54 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 20 Dec 2006 17:17:54 -0500 Subject: rpms/lilypond-doc/FC-6 .cvsignore, 1.6, 1.7 lilypond-doc.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612202217.kBKMHsn5006724@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6705 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Nov 2006 14:53:08 -0000 1.6 +++ .cvsignore 20 Dec 2006 22:17:24 -0000 1.7 @@ -1 +1 @@ -lilypond-2.10.0-2.documentation.tar.bz2 +lilypond-2.10.3-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-6/lilypond-doc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lilypond-doc.spec 21 Nov 2006 14:53:08 -0000 1.5 +++ lilypond-doc.spec 20 Dec 2006 22:17:24 -0000 1.6 @@ -1,12 +1,12 @@ Name: lilypond-doc -Version: 2.10.0 +Version: 2.10.3 Release: 1%{?dist} Summary: HTML documentation for LilyPond Group: Applications/Publishing License: GPL URL: http://www.lilypond.org -Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-2.documentation.tar.bz2 +Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-1.documentation.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -43,6 +43,9 @@ %changelog +* Wed Dec 20 2006 Quentin Spencer 2.10.3-1 +- New release. + * Thu Nov 16 2006 Quentin Spencer 2.10.0-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 21 Nov 2006 14:53:08 -0000 1.6 +++ sources 20 Dec 2006 22:17:24 -0000 1.7 @@ -1 +1 @@ -b4fae3abd129e0a19ceddb3dae03fb28 lilypond-2.10.0-2.documentation.tar.bz2 +9db6c939c52e207493ad847c4da3314d lilypond-2.10.3-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 22:19:58 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 20 Dec 2006 17:19:58 -0500 Subject: rpms/lilypond-doc/devel .cvsignore, 1.6, 1.7 lilypond-doc.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612202219.kBKMJwcB006813@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6794 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Nov 2006 22:48:28 -0000 1.6 +++ .cvsignore 20 Dec 2006 22:19:28 -0000 1.7 @@ -1 +1 @@ -lilypond-2.10.0-2.documentation.tar.bz2 +lilypond-2.10.3-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/lilypond-doc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lilypond-doc.spec 16 Nov 2006 22:48:28 -0000 1.5 +++ lilypond-doc.spec 20 Dec 2006 22:19:28 -0000 1.6 @@ -1,12 +1,12 @@ Name: lilypond-doc -Version: 2.10.0 +Version: 2.10.3 Release: 1%{?dist} Summary: HTML documentation for LilyPond Group: Applications/Publishing License: GPL URL: http://www.lilypond.org -Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-2.documentation.tar.bz2 +Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-1.documentation.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -43,6 +43,9 @@ %changelog +* Wed Dec 20 2006 Quentin Spencer 2.10.3-1 +- New release. + * Thu Nov 16 2006 Quentin Spencer 2.10.0-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 16 Nov 2006 22:48:28 -0000 1.6 +++ sources 20 Dec 2006 22:19:28 -0000 1.7 @@ -1 +1 @@ -b4fae3abd129e0a19ceddb3dae03fb28 lilypond-2.10.0-2.documentation.tar.bz2 +9db6c939c52e207493ad847c4da3314d lilypond-2.10.3-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 00:10:12 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 20 Dec 2006 19:10:12 -0500 Subject: rpms/liferea/FC-6 liferea.spec,1.56,1.57 Message-ID: <200612210010.kBL0ACEJ013693@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13678 Modified Files: liferea.spec Log Message: * Wed Dec 20 2006 Brian Pepple - 1.0.26-2 - Rebuild for new firefox. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-6/liferea.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- liferea.spec 26 Nov 2006 16:39:17 -0000 1.56 +++ liferea.spec 21 Dec 2006 00:09:42 -0000 1.57 @@ -2,7 +2,7 @@ Name: liferea Version: 1.0.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -25,7 +25,6 @@ BuildRequires: dbus-devel %endif -#Requires: firefox = 1.5.0.8 Requires: firefox = %(rpm -q firefox-devel --qf '%%{version}' 2>/dev/null) Requires(pre): GConf2 @@ -111,6 +110,9 @@ %changelog +* Wed Dec 20 2006 Brian Pepple - 1.0.26-2 +- Rebuild for new firefox. + * Thu Nov 23 2006 Brian Pepple - 1.0.26-1 - Update to 1.0.26. - Add patch to use document font name. (#216813) From fedora-extras-commits at redhat.com Thu Dec 21 00:16:47 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 19:16:47 -0500 Subject: rpms/lapack/FC-5 Makefile.blas, 1.2, 1.3 Makefile.lapack, 1.1, 1.2 lapack.spec, 1.11, 1.12 Message-ID: <200612210016.kBL0GlUp013809@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13760/FC-5 Modified Files: Makefile.blas Makefile.lapack lapack.spec Log Message: Fix lapack. Index: Makefile.blas =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/Makefile.blas,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.blas 15 Nov 2005 15:45:43 -0000 1.2 +++ Makefile.blas 21 Dec 2006 00:16:17 -0000 1.3 @@ -21,11 +21,11 @@ zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o \ zhpr2.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o \ ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o \ - ztrsv.o + ztrsv.o scabs1.o static: $(OBJS) ar ruv libblas.a $(OBJS) ranlib libblas.a shared: $(OBJS) - cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.0.3 *.o -lm -lgfortran -lc + cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.1.0 $(OBJS) -lm -lgfortran -lc Index: Makefile.lapack =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/Makefile.lapack,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.lapack 15 Apr 2005 02:04:38 -0000 1.1 +++ Makefile.lapack 21 Dec 2006 00:16:17 -0000 1.2 @@ -4,197 +4,207 @@ OBJS= cbdsqr.o cgbbrd.o cgbcon.o cgbequ.o cgbrfs.o cgbsv.o \ cgbsvx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o \ cgebd2.o cgebrd.o cgecon.o cgeequ.o cgees.o cgeesx.o \ - cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgels.o \ - cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgelss.o cgelsx.o \ + cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o \ + cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o \ cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o \ cgeqrf.o cgerfs.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o \ - cgesv.o cgesvd.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ - cgetri.o cgges.o cgetrs.o cggbak.o cggbal.o cggesx.o \ + cgesvd.o cgesv.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ + cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o \ cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o \ cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o \ - cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbev.o chbevd.o \ - chbevx.o chbgst.o chbgv.o chbgvd.o chbgvx.o chbtrd.o \ - checon.o cheev.o cheevd.o cheevr.o cheevx.o chegs2.o \ - chegst.o chegv.o chegvd.o chegvx.o cherfs.o chesv.o \ + cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o \ + chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o \ + checon.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o \ + chegst.o chegvd.o chegv.o chegvx.o cherfs.o chesv.o \ chesvx.o chetd2.o chetf2.o chetrd.o chetrf.o chetri.o \ - chetrs.o chgeqz.o chpcon.o chpev.o chpevd.o chpevx.o \ - chpgst.o chpgv.o chpgvd.o chpgvx.o chprfs.o chpsv.o \ + chetrs.o chgeqz.o chpcon.o chpevd.o chpev.o chpevx.o \ + chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o \ chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o \ - chseqr.o clabrd.o clacgv.o clacon.o clacp2.o clacpy.o \ - clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o \ - claein.o claesy.o claev2.o clags2.o clagtm.o clahef.o \ - clahqr.o clahrd.o claic1.o clals0.o clalsa.o clalsd.o \ - clangb.o clange.o clangt.o clanhb.o clanhe.o clanhp.o \ - clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o \ - clantp.o clantr.o clapll.o clapmt.o claqgb.o claqge.o \ - claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqsb.o \ - claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarf.o \ - clarfb.o clarfg.o clarft.o clarfx.o clargv.o clarnv.o \ - clarrv.o clartg.o clartv.o clarz.o clarzb.o clarzt.o \ - clascl.o claset.o clasr.o classq.o claswp.o clasyf.o \ - clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ - clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o \ - cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o \ - cpocon.o cpoequ.o cporfs.o cposv.o cposvx.o cpotf2.o \ - cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o \ - cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cptcon.o \ - cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o \ - cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o \ - cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrot.o \ - csrscl.o cstedc.o cstegr.o cstein.o csteqr.o csycon.o \ - csymv.o csyr.o csyrfs.o csysv.o csysvx.o csytf2.o \ - csytrf.o csytri.o csytrs.o ctbcon.o ctbrfs.o ctbtrs.o \ - ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o \ - ctgsy2.o ctgsyl.o ctpcon.o ctprfs.o ctptri.o ctptrs.o \ - ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ - ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o \ - cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o \ - cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o \ - cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o \ - cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o \ - cupgtr.o cupmtr.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o \ - dgbcon.o dgbequ.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o \ - dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o \ - dgecon.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o \ - dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ - dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o \ - dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o \ - dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o \ - dgesvx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o \ - dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ - dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o \ - dggsvp.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o \ - dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o dlabad.o \ - dlabrd.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaed0.o \ - dlaebz.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ + chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o \ + clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o \ + claed8.o claein.o claesy.o claev2.o clag2z.o clags2.o \ + clagtm.o clahef.o clahqr.o clahr2.o clahrd.o claic1.o \ + clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o \ + clanhb.o clanhe.o clanhp.o clanhs.o clanht.o clansb.o \ + clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o \ + clapmt.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o \ + claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o \ + claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o \ + clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarft.o \ + clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ + clarzb.o clarz.o clarzt.o clascl.o claset.o clasr.o \ + classq.o claswp.o clasyf.o clatbs.o clatdf.o clatps.o \ + clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o \ + cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o \ + cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ + cposv.o cposvx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o \ + cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o \ + cpptri.o cpptrs.o cptcon.o cpteqr.o cptrfs.o cptsv.o \ + cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o \ + cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o \ + csptri.o csptrs.o csrot.o csrscl.o cstedc.o cstegr.o \ + cstein.o cstemr.o csteqr.o csycon.o csymv.o csyr.o \ + csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o \ + csytrs.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ + ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o \ + ctpcon.o ctprfs.o ctptri.o ctptrs.o ctrcon.o ctrevc.o \ + ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o \ + ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ + cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o \ + cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o \ + cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o \ + cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o \ + dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequ.o \ + dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o \ + dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequ.o \ + dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o \ + dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgelsd.o dgels.o \ + dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o dgeqp3.o \ + dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o dgerq2.o dgerqf.o \ + dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvx.o dgetc2.o \ + dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o \ + dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o \ + dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgtcon.o \ + dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o \ + dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o \ + dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o \ + dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o \ - dlaev2.o dlaexc.o dlag2.o dlags2.o dlagtf.o dlagtm.o \ - dlagts.o dlagv2.o dlahqr.o dlahrd.o dlaic1.o dlaln2.o \ - dlals0.o dlalsa.o dlalsd.o dlamch.o dlamrg.o dlangb.o \ - dlange.o dlangt.o dlanhs.o dlansb.o dlansp.o dlanst.o \ - dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o \ - dlapmt.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o \ - dlaqps.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o \ - dlar2v.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o \ - dlargv.o dlarnv.o dlarrb.o dlarre.o dlarrf.o dlarrv.o \ - dlartg.o dlartv.o dlaruv.o dlarz.o dlarzb.o dlarzt.o \ - dlas2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o \ - dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasd9.o \ - dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o \ - dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o \ - dlassq.o dlasv2.o dpbsv.o dlaswp.o dlasy2.o dlasyf.o \ - dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o \ - dlatzm.o dlauu2.o dlauum.o dopgtr.o dopmtr.o dorg2l.o \ - dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o \ - dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ - dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o \ - dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o \ - dpbequ.o dpbrfs.o dpbstf.o dpbsvx.o dpbtf2.o dpbtrf.o \ - dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o dppsv.o \ - dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o \ - dppequ.o dpprfs.o dppsvx.o dpptrf.o dpptri.o dpptrs.o \ - dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o \ - dpttrs.o dptts2.o drscl.o dsbev.o dsbevd.o dsbevx.o \ - dsbgst.o dsbgv.o dsbgvd.o dsbgvx.o dsbtrd.o dsecnd.o \ - dspcon.o dspev.o dspevd.o dspevx.o dspgst.o dspgv.o \ - dspgvd.o dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o \ - dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o \ - dstein.o dsteqr.o dsterf.o dstev.o dstevd.o dstevr.o \ - dstevx.o dsycon.o dsyev.o dsyevd.o dsyevr.o dsyevx.o \ - dsygs2.o dsygst.o dsygv.o dsygvd.o dsygvx.o dsyrfs.o \ + dlaev2.o dlaexc.o dlag2.o dlag2s.o dlags2.o dlagtf.o \ + dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o \ + dlaic1.o dlaisnan.o dlaln2.o dlals0.o dlalsa.o \ + dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o \ + dlanhs.o dlansb.o dlansp.o dlanst.o dlansy.o dlantb.o \ + dlantp.o dlantr.o dlanv2.o dlapll.o dlapmt.o dlapy2.o \ + dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o \ + dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o \ + dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o \ + dlarf.o dlarfg.o dlarft.o dlarfx.o dlargv.o dlarnv.o \ + dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o \ + dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o \ + dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl.o \ + dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o \ + dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o \ + dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o \ + dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o \ + dlasy2.o dlasyf.o dlatbs.o dlatdf.o dlatps.o dlatrd.o \ + dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dlazq3.o \ + dlazq4.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o dorgbr.o \ + dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ + dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o \ + dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o \ + dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ + dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o \ + dpocon.o dpoequ.o dporfs.o dposv.o dposvx.o dpotf2.o \ + dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o \ + dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ + dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o \ + dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o \ + dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsgesv.o dspcon.o \ + dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o \ + dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o \ + dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o \ + dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o \ + dstevx.o dsycon.o dsyevd.o dsyev.o dsyevr.o dsyevx.o \ + dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o \ dsysv.o dsysvx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o \ - dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgex2.o \ - dtgevc.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ + dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o \ + dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ dtgsyl.o dtpcon.o dtprfs.o dtptri.o dtptrs.o dtrcon.o \ dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dzsum1.o \ - icmax1.o ieeeck.o ilaenv.o izmax1.o lsame.o lsamen.o \ - sbdsdc.o sbdsqr.o scsum1.o sdisna.o second.o sgbbrd.o \ + icmax1.o ieeeck.o ilaenv.o ilaver.o iparmq.o izmax1.o \ + lsamen.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o \ sgbcon.o sgbequ.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o \ sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o \ sgecon.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o \ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ - sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ + sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqrf.o sgerfs.o \ - sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o \ + sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o \ sgesvx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o \ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o \ sggsvp.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o \ - sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o slabad.o \ - slabrd.o slacon.o slacpy.o sladiv.o slae2.o slaed0.o \ - slaebz.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o \ - slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o \ - slaev2.o slaexc.o slag2.o slags2.o slagtf.o slagtm.o \ - slagts.o slagv2.o slahqr.o slahrd.o slaic1.o slaln2.o \ - slals0.o slalsa.o slalsd.o slamch.o slamrg.o slangb.o \ + sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o \ + slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o \ + slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o \ + slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o \ + slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o \ + slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o \ + slahr2.o slahrd.o slaic1.o slaisnan.o slaln2.o \ + slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o \ slange.o slangt.o slanhs.o slansb.o slansp.o slanst.o \ slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o \ slapmt.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o \ - slaqps.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ - slar2v.o slarf.o slarfb.o slarfg.o slarft.o slarfx.o \ - slargv.o slarnv.o slarrb.o slarre.o slarrf.o slarz.o \ - slarrv.o slartg.o slartv.o slaruv.o slarzb.o slarzt.o \ + slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o \ + slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ + slar2v.o slarfb.o slarf.o slarfg.o slarft.o slarfx.o \ + slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o \ + slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o \ + slartg.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o \ slas2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o \ - slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasd9.o \ - slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o \ - slasq3.o slasr.o slasq4.o slasq5.o slasq6.o slasrt.o \ - slassq.o slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o \ - slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ - slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ - sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o \ - sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o \ - sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ - sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o \ - spbrfs.o spbstf.o spbsv.o spbsvx.o sposv.o spbtf2.o \ - spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposvx.o \ - spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o \ - spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o \ - sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o \ - spttrs.o sptts2.o srscl.o ssbev.o ssbevd.o ssbevx.o \ - ssbgst.o ssbgv.o ssbgvd.o ssbgvx.o ssbtrd.o sspcon.o \ - sspev.o sspevd.o sspevx.o sspgst.o sspgv.o sspgvd.o \ - sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o \ - ssptri.o ssptrs.o sstebz.o sstev.o sstedc.o sstegr.o \ - sstein.o ssteqr.o ssterf.o sstevd.o sstevr.o sstevx.o \ - ssycon.o ssyev.o ssyevd.o ssyevr.o ssyevx.o ssygs2.o \ - ssygst.o ssygv.o ssygvd.o ssygvx.o ssyrfs.o ssysv.o \ - ssysvx.o ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o \ - ssytrs.o stbcon.o stbrfs.o stbtrs.o stgex2.o stgevc.o \ - stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o \ - stpcon.o stprfs.o stptri.o stptrs.o strcon.o strevc.o \ - strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o \ - strtri.o strtrs.o stzrqf.o stzrzf.o xerbla.o zbdsqr.o \ - zdrot.o zdrscl.o zgbbrd.o zgbcon.o zgbequ.o zgbrfs.o \ - zgbsv.o zgbsvx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o \ - zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequ.o zgees.o \ - zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o \ - zgehrd.o zgelq2.o zgelqf.o zgels.o zgelsd.o zgelss.o \ - zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o \ - zgeqr2.o zgeqrf.o zgerfs.o zgerq2.o zgerqf.o zgesc2.o \ - zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o \ - zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o \ - zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o \ - zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o \ - zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbev.o \ - zhbevd.o zhbevx.o zhbgst.o zhbgv.o zhbgvd.o zhbgvx.o \ - zhbtrd.o zhecon.o zheev.o zheevd.o zheevr.o zheevx.o \ - zhegs2.o zhegst.o zhegv.o zhegvd.o zhegvx.o zherfs.o \ - zhesv.o zhesvx.o zhetd2.o zhetf2.o zhetrd.o zhetrf.o \ - zhetri.o zhetrs.o zhgeqz.o zhpcon.o zhpev.o zhpevd.o \ - zhpevx.o zhpgst.o zhpgv.o zhpgvd.o zhpgvx.o zhprfs.o \ - zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o \ - zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacon.o zlacp2.o \ - zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o \ - zlaed8.o zlaein.o zlaesy.o zlaev2.o zlags2.o zlagtm.o \ - zlahef.o zlahqr.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ + slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o \ + slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o \ + slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o \ + slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o slatdf.o \ + slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o \ + slauum.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorg2l.o \ + sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o \ + sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ + sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o \ + sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o \ + spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o \ + spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ + sposvx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o \ + sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o \ + spptrs.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o \ + spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o \ + ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o \ + sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o \ + sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o \ + ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o \ + sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o \ + sstevr.o sstevx.o ssycon.o ssyevd.o ssyev.o ssyevr.o \ + ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o \ + ssyrfs.o ssysv.o ssysvx.o ssytd2.o ssytf2.o ssytrd.o \ + ssytrf.o ssytri.o ssytrs.o stbcon.o stbrfs.o stbtrs.o \ + stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o \ + stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o stptrs.o \ + strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o \ + strsyl.o strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o \ + xerbla.o zbdsqr.o zcgesv.o zdrot.o zdrscl.o zgbbrd.o \ + zgbcon.o zgbequ.o zgbrfs.o zgbsv.o zgbsvx.o zgbtf2.o \ + zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o \ + zgecon.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o \ + zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ + zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgeql2.o \ + zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqrf.o zgerfs.o \ + zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o \ + zgesvx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o \ + zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o \ + zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o \ + zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o \ + zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o \ + zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zheevd.o \ + zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o \ + zhegv.o zhegvx.o zherfs.o zhesv.o zhesvx.o zhetd2.o \ + zhetf2.o zhetrd.o zhetrf.o zhetri.o zhetrs.o zhgeqz.o \ + zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o \ + zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o \ + zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o \ + zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o \ + zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o \ + zlaesy.o zlaev2.o zlag2c.o zlags2.o zlagtm.o zlahef.o \ + zlahqr.o zlahr2.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o \ zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o \ zlantb.o zlantp.o zlantr.o zlapll.o zlapmt.o zlaqgb.o \ zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o \ + zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o \ zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o \ - zlarf.o zlarfb.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ - zlarnv.o zlarz.o zlarrv.o zlartg.o zlartv.o zlarzb.o \ + zlarfb.o zlarf.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ + zlarnv.o zlarrv.o zlartg.o zlartv.o zlarzb.o zlarz.o \ zlarzt.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o \ zlasyf.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o \ zlatrz.o zlatzm.o zlauu2.o zlauum.o zpbcon.o zpbequ.o \ @@ -205,22 +215,23 @@ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o \ zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o \ zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o \ - zstedc.o zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ - zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o \ - zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o \ - ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o \ - ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o ztrcon.o \ - ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o \ - ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ - zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o \ - zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o \ - zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o \ - zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o \ - zupmtr.o + zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o \ + zsymv.o zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o \ + zsytrf.o zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o \ + ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o \ + ztgsy2.o ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o \ + ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ + ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o \ + zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o \ + zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o \ + zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o \ + zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o \ + zupgtr.o zupmtr.o ../INSTALL/dlamch.o ../INSTALL/dsecnd.o \ + ../INSTALL/lsame.o ../INSTALL/second.o ../INSTALL/slamch.o static: $(OBJS) ar ruv liblapack.a $(OBJS) ranlib liblapack.a shared: $(OBJS) - cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.0.3 *.o -L.. -lblas -lm -lgfortran -lc + cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.1.0 $(OBJS) -L.. -lblas -lm -lgfortran -lc Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/lapack.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lapack.spec 20 Dec 2006 21:27:04 -0000 1.11 +++ lapack.spec 21 Dec 2006 00:16:17 -0000 1.12 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -190,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 +- fix the Makefiles + * Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 - bump to 3.1.0 From fedora-extras-commits at redhat.com Thu Dec 21 00:16:48 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 19:16:48 -0500 Subject: rpms/lapack/devel Makefile.blas, 1.2, 1.3 Makefile.lapack, 1.1, 1.2 lapack.spec, 1.12, 1.13 Message-ID: <200612210016.kBL0GmuM013817@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13760/devel Modified Files: Makefile.blas Makefile.lapack lapack.spec Log Message: Fix lapack. Index: Makefile.blas =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/Makefile.blas,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.blas 15 Nov 2005 15:45:43 -0000 1.2 +++ Makefile.blas 21 Dec 2006 00:16:18 -0000 1.3 @@ -21,11 +21,11 @@ zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o \ zhpr2.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o \ ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o \ - ztrsv.o + ztrsv.o scabs1.o static: $(OBJS) ar ruv libblas.a $(OBJS) ranlib libblas.a shared: $(OBJS) - cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.0.3 *.o -lm -lgfortran -lc + cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.1.0 $(OBJS) -lm -lgfortran -lc Index: Makefile.lapack =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/Makefile.lapack,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.lapack 15 Apr 2005 02:04:38 -0000 1.1 +++ Makefile.lapack 21 Dec 2006 00:16:18 -0000 1.2 @@ -4,197 +4,207 @@ OBJS= cbdsqr.o cgbbrd.o cgbcon.o cgbequ.o cgbrfs.o cgbsv.o \ cgbsvx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o \ cgebd2.o cgebrd.o cgecon.o cgeequ.o cgees.o cgeesx.o \ - cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgels.o \ - cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgelss.o cgelsx.o \ + cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o \ + cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o \ cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o \ cgeqrf.o cgerfs.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o \ - cgesv.o cgesvd.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ - cgetri.o cgges.o cgetrs.o cggbak.o cggbal.o cggesx.o \ + cgesvd.o cgesv.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ + cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o \ cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o \ cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o \ - cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbev.o chbevd.o \ - chbevx.o chbgst.o chbgv.o chbgvd.o chbgvx.o chbtrd.o \ - checon.o cheev.o cheevd.o cheevr.o cheevx.o chegs2.o \ - chegst.o chegv.o chegvd.o chegvx.o cherfs.o chesv.o \ + cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o \ + chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o \ + checon.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o \ + chegst.o chegvd.o chegv.o chegvx.o cherfs.o chesv.o \ chesvx.o chetd2.o chetf2.o chetrd.o chetrf.o chetri.o \ - chetrs.o chgeqz.o chpcon.o chpev.o chpevd.o chpevx.o \ - chpgst.o chpgv.o chpgvd.o chpgvx.o chprfs.o chpsv.o \ + chetrs.o chgeqz.o chpcon.o chpevd.o chpev.o chpevx.o \ + chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o \ chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o \ - chseqr.o clabrd.o clacgv.o clacon.o clacp2.o clacpy.o \ - clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o \ - claein.o claesy.o claev2.o clags2.o clagtm.o clahef.o \ - clahqr.o clahrd.o claic1.o clals0.o clalsa.o clalsd.o \ - clangb.o clange.o clangt.o clanhb.o clanhe.o clanhp.o \ - clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o \ - clantp.o clantr.o clapll.o clapmt.o claqgb.o claqge.o \ - claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqsb.o \ - claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarf.o \ - clarfb.o clarfg.o clarft.o clarfx.o clargv.o clarnv.o \ - clarrv.o clartg.o clartv.o clarz.o clarzb.o clarzt.o \ - clascl.o claset.o clasr.o classq.o claswp.o clasyf.o \ - clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ - clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o \ - cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o \ - cpocon.o cpoequ.o cporfs.o cposv.o cposvx.o cpotf2.o \ - cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o \ - cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cptcon.o \ - cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o \ - cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o \ - cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrot.o \ - csrscl.o cstedc.o cstegr.o cstein.o csteqr.o csycon.o \ - csymv.o csyr.o csyrfs.o csysv.o csysvx.o csytf2.o \ - csytrf.o csytri.o csytrs.o ctbcon.o ctbrfs.o ctbtrs.o \ - ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o \ - ctgsy2.o ctgsyl.o ctpcon.o ctprfs.o ctptri.o ctptrs.o \ - ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ - ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o \ - cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o \ - cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o \ - cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o \ - cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o \ - cupgtr.o cupmtr.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o \ - dgbcon.o dgbequ.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o \ - dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o \ - dgecon.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o \ - dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ - dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o \ - dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o \ - dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o \ - dgesvx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o \ - dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ - dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o \ - dggsvp.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o \ - dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o dlabad.o \ - dlabrd.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaed0.o \ - dlaebz.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ + chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o \ + clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o \ + claed8.o claein.o claesy.o claev2.o clag2z.o clags2.o \ + clagtm.o clahef.o clahqr.o clahr2.o clahrd.o claic1.o \ + clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o \ + clanhb.o clanhe.o clanhp.o clanhs.o clanht.o clansb.o \ + clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o \ + clapmt.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o \ + claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o \ + claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o \ + clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarft.o \ + clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ + clarzb.o clarz.o clarzt.o clascl.o claset.o clasr.o \ + classq.o claswp.o clasyf.o clatbs.o clatdf.o clatps.o \ + clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o \ + cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o \ + cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ + cposv.o cposvx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o \ + cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o \ + cpptri.o cpptrs.o cptcon.o cpteqr.o cptrfs.o cptsv.o \ + cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o \ + cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o \ + csptri.o csptrs.o csrot.o csrscl.o cstedc.o cstegr.o \ + cstein.o cstemr.o csteqr.o csycon.o csymv.o csyr.o \ + csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o \ + csytrs.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ + ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o \ + ctpcon.o ctprfs.o ctptri.o ctptrs.o ctrcon.o ctrevc.o \ + ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o \ + ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ + cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o \ + cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o \ + cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o \ + cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o \ + dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequ.o \ + dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o \ + dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequ.o \ + dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o \ + dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgelsd.o dgels.o \ + dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o dgeqp3.o \ + dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o dgerq2.o dgerqf.o \ + dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvx.o dgetc2.o \ + dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o \ + dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o \ + dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgtcon.o \ + dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o \ + dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o \ + dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o \ + dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o \ - dlaev2.o dlaexc.o dlag2.o dlags2.o dlagtf.o dlagtm.o \ - dlagts.o dlagv2.o dlahqr.o dlahrd.o dlaic1.o dlaln2.o \ - dlals0.o dlalsa.o dlalsd.o dlamch.o dlamrg.o dlangb.o \ - dlange.o dlangt.o dlanhs.o dlansb.o dlansp.o dlanst.o \ - dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o \ - dlapmt.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o \ - dlaqps.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o \ - dlar2v.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o \ - dlargv.o dlarnv.o dlarrb.o dlarre.o dlarrf.o dlarrv.o \ - dlartg.o dlartv.o dlaruv.o dlarz.o dlarzb.o dlarzt.o \ - dlas2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o \ - dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasd9.o \ - dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o \ - dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o \ - dlassq.o dlasv2.o dpbsv.o dlaswp.o dlasy2.o dlasyf.o \ - dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o \ - dlatzm.o dlauu2.o dlauum.o dopgtr.o dopmtr.o dorg2l.o \ - dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o \ - dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ - dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o \ - dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o \ - dpbequ.o dpbrfs.o dpbstf.o dpbsvx.o dpbtf2.o dpbtrf.o \ - dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o dppsv.o \ - dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o \ - dppequ.o dpprfs.o dppsvx.o dpptrf.o dpptri.o dpptrs.o \ - dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o \ - dpttrs.o dptts2.o drscl.o dsbev.o dsbevd.o dsbevx.o \ - dsbgst.o dsbgv.o dsbgvd.o dsbgvx.o dsbtrd.o dsecnd.o \ - dspcon.o dspev.o dspevd.o dspevx.o dspgst.o dspgv.o \ - dspgvd.o dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o \ - dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o \ - dstein.o dsteqr.o dsterf.o dstev.o dstevd.o dstevr.o \ - dstevx.o dsycon.o dsyev.o dsyevd.o dsyevr.o dsyevx.o \ - dsygs2.o dsygst.o dsygv.o dsygvd.o dsygvx.o dsyrfs.o \ + dlaev2.o dlaexc.o dlag2.o dlag2s.o dlags2.o dlagtf.o \ + dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o \ + dlaic1.o dlaisnan.o dlaln2.o dlals0.o dlalsa.o \ + dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o \ + dlanhs.o dlansb.o dlansp.o dlanst.o dlansy.o dlantb.o \ + dlantp.o dlantr.o dlanv2.o dlapll.o dlapmt.o dlapy2.o \ + dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o \ + dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o \ + dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o \ + dlarf.o dlarfg.o dlarft.o dlarfx.o dlargv.o dlarnv.o \ + dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o \ + dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o \ + dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl.o \ + dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o \ + dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o \ + dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o \ + dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o \ + dlasy2.o dlasyf.o dlatbs.o dlatdf.o dlatps.o dlatrd.o \ + dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dlazq3.o \ + dlazq4.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o dorgbr.o \ + dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ + dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o \ + dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o \ + dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ + dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o \ + dpocon.o dpoequ.o dporfs.o dposv.o dposvx.o dpotf2.o \ + dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o \ + dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ + dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o \ + dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o \ + dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsgesv.o dspcon.o \ + dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o \ + dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o \ + dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o \ + dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o \ + dstevx.o dsycon.o dsyevd.o dsyev.o dsyevr.o dsyevx.o \ + dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o \ dsysv.o dsysvx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o \ - dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgex2.o \ - dtgevc.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ + dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o \ + dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ dtgsyl.o dtpcon.o dtprfs.o dtptri.o dtptrs.o dtrcon.o \ dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dzsum1.o \ - icmax1.o ieeeck.o ilaenv.o izmax1.o lsame.o lsamen.o \ - sbdsdc.o sbdsqr.o scsum1.o sdisna.o second.o sgbbrd.o \ + icmax1.o ieeeck.o ilaenv.o ilaver.o iparmq.o izmax1.o \ + lsamen.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o \ sgbcon.o sgbequ.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o \ sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o \ sgecon.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o \ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ - sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ + sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqrf.o sgerfs.o \ - sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o \ + sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o \ sgesvx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o \ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o \ sggsvp.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o \ - sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o slabad.o \ - slabrd.o slacon.o slacpy.o sladiv.o slae2.o slaed0.o \ - slaebz.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o \ - slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o \ - slaev2.o slaexc.o slag2.o slags2.o slagtf.o slagtm.o \ - slagts.o slagv2.o slahqr.o slahrd.o slaic1.o slaln2.o \ - slals0.o slalsa.o slalsd.o slamch.o slamrg.o slangb.o \ + sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o \ + slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o \ + slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o \ + slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o \ + slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o \ + slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o \ + slahr2.o slahrd.o slaic1.o slaisnan.o slaln2.o \ + slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o \ slange.o slangt.o slanhs.o slansb.o slansp.o slanst.o \ slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o \ slapmt.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o \ - slaqps.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ - slar2v.o slarf.o slarfb.o slarfg.o slarft.o slarfx.o \ - slargv.o slarnv.o slarrb.o slarre.o slarrf.o slarz.o \ - slarrv.o slartg.o slartv.o slaruv.o slarzb.o slarzt.o \ + slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o \ + slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ + slar2v.o slarfb.o slarf.o slarfg.o slarft.o slarfx.o \ + slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o \ + slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o \ + slartg.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o \ slas2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o \ - slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasd9.o \ - slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o \ - slasq3.o slasr.o slasq4.o slasq5.o slasq6.o slasrt.o \ - slassq.o slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o \ - slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ - slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ - sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o \ - sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o \ - sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ - sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o \ - spbrfs.o spbstf.o spbsv.o spbsvx.o sposv.o spbtf2.o \ - spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposvx.o \ - spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o \ - spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o \ - sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o \ - spttrs.o sptts2.o srscl.o ssbev.o ssbevd.o ssbevx.o \ - ssbgst.o ssbgv.o ssbgvd.o ssbgvx.o ssbtrd.o sspcon.o \ - sspev.o sspevd.o sspevx.o sspgst.o sspgv.o sspgvd.o \ - sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o \ - ssptri.o ssptrs.o sstebz.o sstev.o sstedc.o sstegr.o \ - sstein.o ssteqr.o ssterf.o sstevd.o sstevr.o sstevx.o \ - ssycon.o ssyev.o ssyevd.o ssyevr.o ssyevx.o ssygs2.o \ - ssygst.o ssygv.o ssygvd.o ssygvx.o ssyrfs.o ssysv.o \ - ssysvx.o ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o \ - ssytrs.o stbcon.o stbrfs.o stbtrs.o stgex2.o stgevc.o \ - stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o \ - stpcon.o stprfs.o stptri.o stptrs.o strcon.o strevc.o \ - strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o \ - strtri.o strtrs.o stzrqf.o stzrzf.o xerbla.o zbdsqr.o \ - zdrot.o zdrscl.o zgbbrd.o zgbcon.o zgbequ.o zgbrfs.o \ - zgbsv.o zgbsvx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o \ - zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequ.o zgees.o \ - zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o \ - zgehrd.o zgelq2.o zgelqf.o zgels.o zgelsd.o zgelss.o \ - zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o \ - zgeqr2.o zgeqrf.o zgerfs.o zgerq2.o zgerqf.o zgesc2.o \ - zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o \ - zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o \ - zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o \ - zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o \ - zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbev.o \ - zhbevd.o zhbevx.o zhbgst.o zhbgv.o zhbgvd.o zhbgvx.o \ - zhbtrd.o zhecon.o zheev.o zheevd.o zheevr.o zheevx.o \ - zhegs2.o zhegst.o zhegv.o zhegvd.o zhegvx.o zherfs.o \ - zhesv.o zhesvx.o zhetd2.o zhetf2.o zhetrd.o zhetrf.o \ - zhetri.o zhetrs.o zhgeqz.o zhpcon.o zhpev.o zhpevd.o \ - zhpevx.o zhpgst.o zhpgv.o zhpgvd.o zhpgvx.o zhprfs.o \ - zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o \ - zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacon.o zlacp2.o \ - zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o \ - zlaed8.o zlaein.o zlaesy.o zlaev2.o zlags2.o zlagtm.o \ - zlahef.o zlahqr.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ + slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o \ + slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o \ + slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o \ + slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o slatdf.o \ + slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o \ + slauum.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorg2l.o \ + sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o \ + sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ + sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o \ + sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o \ + spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o \ + spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ + sposvx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o \ + sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o \ + spptrs.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o \ + spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o \ + ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o \ + sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o \ + sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o \ + ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o \ + sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o \ + sstevr.o sstevx.o ssycon.o ssyevd.o ssyev.o ssyevr.o \ + ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o \ + ssyrfs.o ssysv.o ssysvx.o ssytd2.o ssytf2.o ssytrd.o \ + ssytrf.o ssytri.o ssytrs.o stbcon.o stbrfs.o stbtrs.o \ + stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o \ + stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o stptrs.o \ + strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o \ + strsyl.o strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o \ + xerbla.o zbdsqr.o zcgesv.o zdrot.o zdrscl.o zgbbrd.o \ + zgbcon.o zgbequ.o zgbrfs.o zgbsv.o zgbsvx.o zgbtf2.o \ + zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o \ + zgecon.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o \ + zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ + zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgeql2.o \ + zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqrf.o zgerfs.o \ + zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o \ + zgesvx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o \ + zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o \ + zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o \ + zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o \ + zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o \ + zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zheevd.o \ + zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o \ + zhegv.o zhegvx.o zherfs.o zhesv.o zhesvx.o zhetd2.o \ + zhetf2.o zhetrd.o zhetrf.o zhetri.o zhetrs.o zhgeqz.o \ + zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o \ + zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o \ + zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o \ + zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o \ + zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o \ + zlaesy.o zlaev2.o zlag2c.o zlags2.o zlagtm.o zlahef.o \ + zlahqr.o zlahr2.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o \ zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o \ zlantb.o zlantp.o zlantr.o zlapll.o zlapmt.o zlaqgb.o \ zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o \ + zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o \ zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o \ - zlarf.o zlarfb.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ - zlarnv.o zlarz.o zlarrv.o zlartg.o zlartv.o zlarzb.o \ + zlarfb.o zlarf.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ + zlarnv.o zlarrv.o zlartg.o zlartv.o zlarzb.o zlarz.o \ zlarzt.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o \ zlasyf.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o \ zlatrz.o zlatzm.o zlauu2.o zlauum.o zpbcon.o zpbequ.o \ @@ -205,22 +215,23 @@ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o \ zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o \ zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o \ - zstedc.o zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ - zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o \ - zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o \ - ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o \ - ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o ztrcon.o \ - ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o \ - ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ - zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o \ - zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o \ - zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o \ - zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o \ - zupmtr.o + zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o \ + zsymv.o zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o \ + zsytrf.o zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o \ + ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o \ + ztgsy2.o ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o \ + ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ + ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o \ + zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o \ + zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o \ + zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o \ + zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o \ + zupgtr.o zupmtr.o ../INSTALL/dlamch.o ../INSTALL/dsecnd.o \ + ../INSTALL/lsame.o ../INSTALL/second.o ../INSTALL/slamch.o static: $(OBJS) ar ruv liblapack.a $(OBJS) ranlib liblapack.a shared: $(OBJS) - cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.0.3 *.o -L.. -lblas -lm -lgfortran -lc + cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.1.0 $(OBJS) -L.. -lblas -lm -lgfortran -lc Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/lapack.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lapack.spec 20 Dec 2006 21:34:41 -0000 1.12 +++ lapack.spec 21 Dec 2006 00:16:18 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -190,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 +- fix the Makefiles + * Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 - bump to 3.1.0 From fedora-extras-commits at redhat.com Thu Dec 21 00:16:47 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 19:16:47 -0500 Subject: rpms/lapack/FC-6 Makefile.blas, 1.2, 1.3 Makefile.lapack, 1.1, 1.2 lapack.spec, 1.12, 1.13 Message-ID: <200612210016.kBL0GlAL013814@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13760/FC-6 Modified Files: Makefile.blas Makefile.lapack lapack.spec Log Message: Fix lapack. Index: Makefile.blas =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/Makefile.blas,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.blas 15 Nov 2005 15:45:43 -0000 1.2 +++ Makefile.blas 21 Dec 2006 00:16:17 -0000 1.3 @@ -21,11 +21,11 @@ zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o \ zhpr2.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o \ ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o \ - ztrsv.o + ztrsv.o scabs1.o static: $(OBJS) ar ruv libblas.a $(OBJS) ranlib libblas.a shared: $(OBJS) - cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.0.3 *.o -lm -lgfortran -lc + cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.1.0 $(OBJS) -lm -lgfortran -lc Index: Makefile.lapack =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/Makefile.lapack,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.lapack 15 Apr 2005 02:04:38 -0000 1.1 +++ Makefile.lapack 21 Dec 2006 00:16:17 -0000 1.2 @@ -4,197 +4,207 @@ OBJS= cbdsqr.o cgbbrd.o cgbcon.o cgbequ.o cgbrfs.o cgbsv.o \ cgbsvx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o \ cgebd2.o cgebrd.o cgecon.o cgeequ.o cgees.o cgeesx.o \ - cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgels.o \ - cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgelss.o cgelsx.o \ + cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o \ + cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o \ cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o \ cgeqrf.o cgerfs.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o \ - cgesv.o cgesvd.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ - cgetri.o cgges.o cgetrs.o cggbak.o cggbal.o cggesx.o \ + cgesvd.o cgesv.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ + cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o \ cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o \ cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o \ - cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbev.o chbevd.o \ - chbevx.o chbgst.o chbgv.o chbgvd.o chbgvx.o chbtrd.o \ - checon.o cheev.o cheevd.o cheevr.o cheevx.o chegs2.o \ - chegst.o chegv.o chegvd.o chegvx.o cherfs.o chesv.o \ + cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o \ + chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o \ + checon.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o \ + chegst.o chegvd.o chegv.o chegvx.o cherfs.o chesv.o \ chesvx.o chetd2.o chetf2.o chetrd.o chetrf.o chetri.o \ - chetrs.o chgeqz.o chpcon.o chpev.o chpevd.o chpevx.o \ - chpgst.o chpgv.o chpgvd.o chpgvx.o chprfs.o chpsv.o \ + chetrs.o chgeqz.o chpcon.o chpevd.o chpev.o chpevx.o \ + chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o \ chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o \ - chseqr.o clabrd.o clacgv.o clacon.o clacp2.o clacpy.o \ - clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o \ - claein.o claesy.o claev2.o clags2.o clagtm.o clahef.o \ - clahqr.o clahrd.o claic1.o clals0.o clalsa.o clalsd.o \ - clangb.o clange.o clangt.o clanhb.o clanhe.o clanhp.o \ - clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o \ - clantp.o clantr.o clapll.o clapmt.o claqgb.o claqge.o \ - claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqsb.o \ - claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarf.o \ - clarfb.o clarfg.o clarft.o clarfx.o clargv.o clarnv.o \ - clarrv.o clartg.o clartv.o clarz.o clarzb.o clarzt.o \ - clascl.o claset.o clasr.o classq.o claswp.o clasyf.o \ - clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ - clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o \ - cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o \ - cpocon.o cpoequ.o cporfs.o cposv.o cposvx.o cpotf2.o \ - cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o \ - cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cptcon.o \ - cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o \ - cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o \ - cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrot.o \ - csrscl.o cstedc.o cstegr.o cstein.o csteqr.o csycon.o \ - csymv.o csyr.o csyrfs.o csysv.o csysvx.o csytf2.o \ - csytrf.o csytri.o csytrs.o ctbcon.o ctbrfs.o ctbtrs.o \ - ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o \ - ctgsy2.o ctgsyl.o ctpcon.o ctprfs.o ctptri.o ctptrs.o \ - ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ - ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o \ - cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o \ - cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o \ - cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o \ - cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o \ - cupgtr.o cupmtr.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o \ - dgbcon.o dgbequ.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o \ - dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o \ - dgecon.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o \ - dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ - dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o \ - dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o \ - dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o \ - dgesvx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o \ - dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ - dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o \ - dggsvp.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o \ - dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o dlabad.o \ - dlabrd.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaed0.o \ - dlaebz.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ + chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o \ + clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o \ + claed8.o claein.o claesy.o claev2.o clag2z.o clags2.o \ + clagtm.o clahef.o clahqr.o clahr2.o clahrd.o claic1.o \ + clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o \ + clanhb.o clanhe.o clanhp.o clanhs.o clanht.o clansb.o \ + clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o \ + clapmt.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o \ + claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o \ + claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o \ + clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarft.o \ + clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ + clarzb.o clarz.o clarzt.o clascl.o claset.o clasr.o \ + classq.o claswp.o clasyf.o clatbs.o clatdf.o clatps.o \ + clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o \ + cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o \ + cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ + cposv.o cposvx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o \ + cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o \ + cpptri.o cpptrs.o cptcon.o cpteqr.o cptrfs.o cptsv.o \ + cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o \ + cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o \ + csptri.o csptrs.o csrot.o csrscl.o cstedc.o cstegr.o \ + cstein.o cstemr.o csteqr.o csycon.o csymv.o csyr.o \ + csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o \ + csytrs.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ + ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o \ + ctpcon.o ctprfs.o ctptri.o ctptrs.o ctrcon.o ctrevc.o \ + ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o \ + ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ + cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o \ + cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o \ + cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o \ + cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o \ + dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequ.o \ + dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o \ + dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequ.o \ + dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o \ + dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgelsd.o dgels.o \ + dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o dgeqp3.o \ + dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o dgerq2.o dgerqf.o \ + dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvx.o dgetc2.o \ + dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o \ + dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o \ + dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgtcon.o \ + dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o \ + dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o \ + dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o \ + dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o \ - dlaev2.o dlaexc.o dlag2.o dlags2.o dlagtf.o dlagtm.o \ - dlagts.o dlagv2.o dlahqr.o dlahrd.o dlaic1.o dlaln2.o \ - dlals0.o dlalsa.o dlalsd.o dlamch.o dlamrg.o dlangb.o \ - dlange.o dlangt.o dlanhs.o dlansb.o dlansp.o dlanst.o \ - dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o \ - dlapmt.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o \ - dlaqps.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o \ - dlar2v.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o \ - dlargv.o dlarnv.o dlarrb.o dlarre.o dlarrf.o dlarrv.o \ - dlartg.o dlartv.o dlaruv.o dlarz.o dlarzb.o dlarzt.o \ - dlas2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o \ - dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasd9.o \ - dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o \ - dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o \ - dlassq.o dlasv2.o dpbsv.o dlaswp.o dlasy2.o dlasyf.o \ - dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o \ - dlatzm.o dlauu2.o dlauum.o dopgtr.o dopmtr.o dorg2l.o \ - dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o \ - dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ - dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o \ - dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o \ - dpbequ.o dpbrfs.o dpbstf.o dpbsvx.o dpbtf2.o dpbtrf.o \ - dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o dppsv.o \ - dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o \ - dppequ.o dpprfs.o dppsvx.o dpptrf.o dpptri.o dpptrs.o \ - dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o \ - dpttrs.o dptts2.o drscl.o dsbev.o dsbevd.o dsbevx.o \ - dsbgst.o dsbgv.o dsbgvd.o dsbgvx.o dsbtrd.o dsecnd.o \ - dspcon.o dspev.o dspevd.o dspevx.o dspgst.o dspgv.o \ - dspgvd.o dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o \ - dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o \ - dstein.o dsteqr.o dsterf.o dstev.o dstevd.o dstevr.o \ - dstevx.o dsycon.o dsyev.o dsyevd.o dsyevr.o dsyevx.o \ - dsygs2.o dsygst.o dsygv.o dsygvd.o dsygvx.o dsyrfs.o \ + dlaev2.o dlaexc.o dlag2.o dlag2s.o dlags2.o dlagtf.o \ + dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o \ + dlaic1.o dlaisnan.o dlaln2.o dlals0.o dlalsa.o \ + dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o \ + dlanhs.o dlansb.o dlansp.o dlanst.o dlansy.o dlantb.o \ + dlantp.o dlantr.o dlanv2.o dlapll.o dlapmt.o dlapy2.o \ + dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o \ + dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o \ + dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o \ + dlarf.o dlarfg.o dlarft.o dlarfx.o dlargv.o dlarnv.o \ + dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o \ + dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o \ + dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl.o \ + dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o \ + dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o \ + dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o \ + dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o \ + dlasy2.o dlasyf.o dlatbs.o dlatdf.o dlatps.o dlatrd.o \ + dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dlazq3.o \ + dlazq4.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o dorgbr.o \ + dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ + dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o \ + dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o \ + dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ + dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o \ + dpocon.o dpoequ.o dporfs.o dposv.o dposvx.o dpotf2.o \ + dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o \ + dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ + dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o \ + dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o \ + dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsgesv.o dspcon.o \ + dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o \ + dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o \ + dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o \ + dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o \ + dstevx.o dsycon.o dsyevd.o dsyev.o dsyevr.o dsyevx.o \ + dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o \ dsysv.o dsysvx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o \ - dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgex2.o \ - dtgevc.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ + dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o \ + dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ dtgsyl.o dtpcon.o dtprfs.o dtptri.o dtptrs.o dtrcon.o \ dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dzsum1.o \ - icmax1.o ieeeck.o ilaenv.o izmax1.o lsame.o lsamen.o \ - sbdsdc.o sbdsqr.o scsum1.o sdisna.o second.o sgbbrd.o \ + icmax1.o ieeeck.o ilaenv.o ilaver.o iparmq.o izmax1.o \ + lsamen.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o \ sgbcon.o sgbequ.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o \ sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o \ sgecon.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o \ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ - sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ + sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqrf.o sgerfs.o \ - sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o \ + sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o \ sgesvx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o \ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o \ sggsvp.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o \ - sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o slabad.o \ - slabrd.o slacon.o slacpy.o sladiv.o slae2.o slaed0.o \ - slaebz.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o \ - slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o \ - slaev2.o slaexc.o slag2.o slags2.o slagtf.o slagtm.o \ - slagts.o slagv2.o slahqr.o slahrd.o slaic1.o slaln2.o \ - slals0.o slalsa.o slalsd.o slamch.o slamrg.o slangb.o \ + sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o \ + slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o \ + slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o \ + slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o \ + slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o \ + slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o \ + slahr2.o slahrd.o slaic1.o slaisnan.o slaln2.o \ + slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o \ slange.o slangt.o slanhs.o slansb.o slansp.o slanst.o \ slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o \ slapmt.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o \ - slaqps.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ - slar2v.o slarf.o slarfb.o slarfg.o slarft.o slarfx.o \ - slargv.o slarnv.o slarrb.o slarre.o slarrf.o slarz.o \ - slarrv.o slartg.o slartv.o slaruv.o slarzb.o slarzt.o \ + slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o \ + slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ + slar2v.o slarfb.o slarf.o slarfg.o slarft.o slarfx.o \ + slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o \ + slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o \ + slartg.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o \ slas2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o \ - slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasd9.o \ - slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o \ - slasq3.o slasr.o slasq4.o slasq5.o slasq6.o slasrt.o \ - slassq.o slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o \ - slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ - slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ - sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o \ - sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o \ - sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ - sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o \ - spbrfs.o spbstf.o spbsv.o spbsvx.o sposv.o spbtf2.o \ - spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposvx.o \ - spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o \ - spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o \ - sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o \ - spttrs.o sptts2.o srscl.o ssbev.o ssbevd.o ssbevx.o \ - ssbgst.o ssbgv.o ssbgvd.o ssbgvx.o ssbtrd.o sspcon.o \ - sspev.o sspevd.o sspevx.o sspgst.o sspgv.o sspgvd.o \ - sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o \ - ssptri.o ssptrs.o sstebz.o sstev.o sstedc.o sstegr.o \ - sstein.o ssteqr.o ssterf.o sstevd.o sstevr.o sstevx.o \ - ssycon.o ssyev.o ssyevd.o ssyevr.o ssyevx.o ssygs2.o \ - ssygst.o ssygv.o ssygvd.o ssygvx.o ssyrfs.o ssysv.o \ - ssysvx.o ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o \ - ssytrs.o stbcon.o stbrfs.o stbtrs.o stgex2.o stgevc.o \ - stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o \ - stpcon.o stprfs.o stptri.o stptrs.o strcon.o strevc.o \ - strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o \ - strtri.o strtrs.o stzrqf.o stzrzf.o xerbla.o zbdsqr.o \ - zdrot.o zdrscl.o zgbbrd.o zgbcon.o zgbequ.o zgbrfs.o \ - zgbsv.o zgbsvx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o \ - zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequ.o zgees.o \ - zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o \ - zgehrd.o zgelq2.o zgelqf.o zgels.o zgelsd.o zgelss.o \ - zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o \ - zgeqr2.o zgeqrf.o zgerfs.o zgerq2.o zgerqf.o zgesc2.o \ - zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o \ - zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o \ - zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o \ - zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o \ - zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbev.o \ - zhbevd.o zhbevx.o zhbgst.o zhbgv.o zhbgvd.o zhbgvx.o \ - zhbtrd.o zhecon.o zheev.o zheevd.o zheevr.o zheevx.o \ - zhegs2.o zhegst.o zhegv.o zhegvd.o zhegvx.o zherfs.o \ - zhesv.o zhesvx.o zhetd2.o zhetf2.o zhetrd.o zhetrf.o \ - zhetri.o zhetrs.o zhgeqz.o zhpcon.o zhpev.o zhpevd.o \ - zhpevx.o zhpgst.o zhpgv.o zhpgvd.o zhpgvx.o zhprfs.o \ - zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o \ - zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacon.o zlacp2.o \ - zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o \ - zlaed8.o zlaein.o zlaesy.o zlaev2.o zlags2.o zlagtm.o \ - zlahef.o zlahqr.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ + slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o \ + slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o \ + slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o \ + slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o slatdf.o \ + slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o \ + slauum.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorg2l.o \ + sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o \ + sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ + sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o \ + sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o \ + spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o \ + spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ + sposvx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o \ + sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o \ + spptrs.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o \ + spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o \ + ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o \ + sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o \ + sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o \ + ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o \ + sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o \ + sstevr.o sstevx.o ssycon.o ssyevd.o ssyev.o ssyevr.o \ + ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o \ + ssyrfs.o ssysv.o ssysvx.o ssytd2.o ssytf2.o ssytrd.o \ + ssytrf.o ssytri.o ssytrs.o stbcon.o stbrfs.o stbtrs.o \ + stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o \ + stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o stptrs.o \ + strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o \ + strsyl.o strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o \ + xerbla.o zbdsqr.o zcgesv.o zdrot.o zdrscl.o zgbbrd.o \ + zgbcon.o zgbequ.o zgbrfs.o zgbsv.o zgbsvx.o zgbtf2.o \ + zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o \ + zgecon.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o \ + zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ + zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgeql2.o \ + zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqrf.o zgerfs.o \ + zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o \ + zgesvx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o \ + zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o \ + zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o \ + zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o \ + zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o \ + zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zheevd.o \ + zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o \ + zhegv.o zhegvx.o zherfs.o zhesv.o zhesvx.o zhetd2.o \ + zhetf2.o zhetrd.o zhetrf.o zhetri.o zhetrs.o zhgeqz.o \ + zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o \ + zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o \ + zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o \ + zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o \ + zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o \ + zlaesy.o zlaev2.o zlag2c.o zlags2.o zlagtm.o zlahef.o \ + zlahqr.o zlahr2.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o \ zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o \ zlantb.o zlantp.o zlantr.o zlapll.o zlapmt.o zlaqgb.o \ zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o \ + zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o \ zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o \ - zlarf.o zlarfb.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ - zlarnv.o zlarz.o zlarrv.o zlartg.o zlartv.o zlarzb.o \ + zlarfb.o zlarf.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ + zlarnv.o zlarrv.o zlartg.o zlartv.o zlarzb.o zlarz.o \ zlarzt.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o \ zlasyf.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o \ zlatrz.o zlatzm.o zlauu2.o zlauum.o zpbcon.o zpbequ.o \ @@ -205,22 +215,23 @@ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o \ zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o \ zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o \ - zstedc.o zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ - zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o \ - zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o \ - ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o \ - ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o ztrcon.o \ - ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o \ - ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ - zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o \ - zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o \ - zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o \ - zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o \ - zupmtr.o + zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o \ + zsymv.o zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o \ + zsytrf.o zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o \ + ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o \ + ztgsy2.o ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o \ + ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ + ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o \ + zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o \ + zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o \ + zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o \ + zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o \ + zupgtr.o zupmtr.o ../INSTALL/dlamch.o ../INSTALL/dsecnd.o \ + ../INSTALL/lsame.o ../INSTALL/second.o ../INSTALL/slamch.o static: $(OBJS) ar ruv liblapack.a $(OBJS) ranlib liblapack.a shared: $(OBJS) - cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.0.3 *.o -L.. -lblas -lm -lgfortran -lc + cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.1.0 $(OBJS) -L.. -lblas -lm -lgfortran -lc Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/lapack.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lapack.spec 20 Dec 2006 21:34:36 -0000 1.12 +++ lapack.spec 21 Dec 2006 00:16:17 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -190,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 +- fix the Makefiles + * Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 - bump to 3.1.0 From fedora-extras-commits at redhat.com Thu Dec 21 01:01:22 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:22 -0500 Subject: rpms/eclipse-phpeclipse - New directory Message-ID: <200612210101.kBL11M0s017212@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/eclipse-phpeclipse Log Message: Directory /cvs/extras/rpms/eclipse-phpeclipse added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 01:01:27 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:27 -0500 Subject: rpms/eclipse-phpeclipse/devel - New directory Message-ID: <200612210101.kBL11Rk4017226@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/eclipse-phpeclipse/devel Log Message: Directory /cvs/extras/rpms/eclipse-phpeclipse/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 01:01:41 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:41 -0500 Subject: rpms/eclipse-phpeclipse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612210101.kBL11fMY017255@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17249 Added Files: Makefile import.log Log Message: Setup of module eclipse-phpeclipse --- NEW FILE Makefile --- # Top level Makefile for module eclipse-phpeclipse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 01:01:46 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:46 -0500 Subject: rpms/eclipse-phpeclipse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612210101.kBL11kuI017271@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17249/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module eclipse-phpeclipse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 01:06:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:06:32 -0500 Subject: rpms/eclipse-phpeclipse/devel eclipse-phpeclipse-3.2-build.patch, NONE, 1.1 eclipse-phpeclipse-httpd-integration.patch, NONE, 1.1 eclipse-phpeclipse-rm-win32-help.patch, NONE, 1.1 eclipse-phpeclipse.spec, NONE, 1.1 make-phpeclipse-source-archive.sh, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612210106.kBL16Wl1017409@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17360/devel Modified Files: .cvsignore sources Added Files: eclipse-phpeclipse-3.2-build.patch eclipse-phpeclipse-httpd-integration.patch eclipse-phpeclipse-rm-win32-help.patch eclipse-phpeclipse.spec make-phpeclipse-source-archive.sh Log Message: auto-import eclipse-phpeclipse-1.1.8-15 on branch devel from eclipse-phpeclipse-1.1.8-15.src.rpm eclipse-phpeclipse-3.2-build.patch: --- NEW FILE eclipse-phpeclipse-3.2-build.patch --- Index: src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java,v retrieving revision 1.58 diff -u -r1.58 Scanner.java --- src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java 23 Jan 2006 19:04:11 -0000 1.58 +++ src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java 11 Aug 2006 17:59:55 -0000 @@ -3054,50 +3054,42 @@ // as if ((data[++index] == 's')) { return TokenNameas; - } else { - return TokenNameIdentifier; } + return TokenNameIdentifier; case 3: // and if ((data[++index] == 'n') && (data[++index] == 'd')) { return TokenNameand; - } else { - return TokenNameIdentifier; } + return TokenNameIdentifier; case 5: // array if ((data[++index] == 'r') && (data[++index] == 'r') && (data[++index] == 'a') && (data[++index] == 'y')) return TokenNamearray; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: if ((data[++index] == 'b') && (data[++index] == 's') && (data[++index] == 't') && (data[++index] == 'r') && (data[++index] == 'a') && (data[++index] == 'c') && (data[++index] == 't')) return TokenNameabstract; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'b': // break switch (length) { case 5: if ((data[++index] == 'r') && (data[++index] == 'e') && (data[++index] == 'a') && (data[++index] == 'k')) return TokenNamebreak; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'c': // case catch class clone const continue switch (length) { case 4: if ((data[++index] == 'a') && (data[++index] == 's') && (data[++index] == 'e')) return TokenNamecase; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 5: if ((data[++index] == 'a') && (data[++index] == 't') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNamecatch; @@ -3110,17 +3102,14 @@ index = 0; if ((data[++index] == 'o') && (data[++index] == 'n') && (data[++index] == 's') && (data[++index] == 't')) return TokenNameconst; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: if ((data[++index] == 'o') && (data[++index] == 'n') && (data[++index] == 't') && (data[++index] == 'i') && (data[++index] == 'n') && (data[++index] == 'u') && (data[++index] == 'e')) return TokenNamecontinue; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'd': // declare default do die // TODO delete define ==> no keyword ! @@ -3128,8 +3117,7 @@ case 2: if ((data[++index] == 'o')) return TokenNamedo; - else - return TokenNameIdentifier; + return TokenNameIdentifier; // case 6 : // if ((data[++index] == 'e') // && (data[++index] == 'f') @@ -3147,11 +3135,9 @@ if ((data[++index] == 'e') && (data[++index] == 'f') && (data[++index] == 'a') && (data[++index] == 'u') && (data[++index] == 'l') && (data[++index] == 't')) return TokenNamedefault; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'e': // echo else exit elseif extends eval switch (length) { @@ -3164,16 +3150,14 @@ return TokenNameexit; else if ((data[index] == 'v') && (data[++index] == 'a') && (data[++index] == 'l')) return TokenNameeval; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 5: // endif empty if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'i') && (data[++index] == 'f')) return TokenNameendif; if ((data[index] == 'm') && (data[++index] == 'p') && (data[++index] == 't') && (data[++index] == 'y')) return TokenNameempty; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 6: // endfor if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'f') && (data[++index] == 'o') @@ -3182,28 +3166,24 @@ else if ((data[index] == 'l') && (data[++index] == 's') && (data[++index] == 'e') && (data[++index] == 'i') && (data[++index] == 'f')) return TokenNameelseif; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 7: if ((data[++index] == 'x') && (data[++index] == 't') && (data[++index] == 'e') && (data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 's')) return TokenNameextends; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: // endwhile if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'w') && (data[++index] == 'h') && (data[++index] == 'i') && (data[++index] == 'l') && (data[++index] == 'e')) return TokenNameendwhile; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 9: // endswitch if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 's') && (data[++index] == 'w') && (data[++index] == 'i') && (data[++index] == 't') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNameendswitch; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 10: // enddeclare if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'd') && (data[++index] == 'e') @@ -3215,44 +3195,37 @@ && (data[++index] == 'd') && (data[++index] == 'f') && (data[++index] == 'o') && (data[++index] == 'r') && (data[++index] == 'e') && (data[++index] == 'a') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNameendforeach; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'f': // for false final function switch (length) { case 3: if ((data[++index] == 'o') && (data[++index] == 'r')) return TokenNamefor; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 5: // if ((data[++index] == 'a') && (data[++index] == 'l') // && (data[++index] == 's') && (data[++index] == 'e')) // return TokenNamefalse; if ((data[++index] == 'i') && (data[++index] == 'n') && (data[++index] == 'a') && (data[++index] == 'l')) return TokenNamefinal; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 7: // foreach if ((data[++index] == 'o') && (data[++index] == 'r') && (data[++index] == 'e') && (data[++index] == 'a') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNameforeach; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: // function if ((data[++index] == 'u') && (data[++index] == 'n') && (data[++index] == 'c') && (data[++index] == 't') && (data[++index] == 'i') && (data[++index] == 'o') && (data[++index] == 'n')) [...1843 lines suppressed...] + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package net.sourceforge.phpdt.internal.ui.text.java.hover; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; + +import net.sourceforge.phpdt.internal.ui.PHPUiImages; +import net.sourceforge.phpdt.internal.ui.text.java.hover.AnnotationExpansionControl.AnnotationHoverInput; +import net.sourceforge.phpdt.ui.PreferenceConstants; +import net.sourceforge.phpeclipse.PHPeclipsePlugin; +import net.sourceforge.phpeclipse.phpeditor.IJavaAnnotation; +import net.sourceforge.phpeclipse.phpeditor.JavaMarkerAnnotation; +import net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider.ProblemAnnotation; + +import org.eclipse.jface.preference.IPreferenceStore; +import org.eclipse.jface.text.IDocument; +import org.eclipse.jface.text.IInformationControlExtension2; +import org.eclipse.jface.text.Position; +import org.eclipse.jface.text.source.Annotation; +import org.eclipse.jface.text.source.CompositeRuler; +import org.eclipse.jface.text.source.IAnnotationAccess; +import org.eclipse.jface.text.source.IAnnotationAccessExtension; +import org.eclipse.jface.text.source.IAnnotationModel; +import org.eclipse.jface.text.source.IAnnotationPresentation; +import org.eclipse.jface.text.source.ISourceViewer; +import org.eclipse.jface.text.source.ImageUtilities; +import org.eclipse.jface.viewers.IDoubleClickListener; +import org.eclipse.swt.SWT; +import org.eclipse.swt.graphics.GC; +import org.eclipse.swt.graphics.Image; +import org.eclipse.swt.graphics.Rectangle; +import org.eclipse.swt.widgets.Canvas; +import org.eclipse.ui.texteditor.AnnotationPreference; +import org.eclipse.ui.texteditor.AnnotationPreferenceLookup; + +/** + * + * + * @since 3.0 + */ +public class JavaExpandHover extends AnnotationExpandHover { + + /** Id of the no breakpoint fake annotation */ + public static final String NO_BREAKPOINT_ANNOTATION= "net.sourceforge.phpdt.internal.ui.NoBreakpointAnnotation"; //$NON-NLS-1$ + + private static class NoBreakpointAnnotation extends Annotation implements IAnnotationPresentation { + + public NoBreakpointAnnotation() { + super(NO_BREAKPOINT_ANNOTATION, false, JavaHoverMessages.getString("NoBreakpointAnnotation.addBreakpoint")); + } + + /* + * @see org.eclipse.jface.text.source.IAnnotationPresentation#paint(org.eclipse.swt.graphics.GC, org.eclipse.swt.widgets.Canvas, org.eclipse.swt.graphics.Rectangle) + */ + public void paint(GC gc, Canvas canvas, Rectangle bounds) { + // draw affordance so the user know she can click here to get a breakpoint + Image fImage= PHPUiImages.get(PHPUiImages.IMG_FIELD_PUBLIC); + ImageUtilities.drawImage(fImage, gc, canvas, bounds, SWT.CENTER); + } + + /* + * @see org.eclipse.jface.text.source.IAnnotationPresentation#getLayer() + */ + public int getLayer() { + return IAnnotationPresentation.DEFAULT_LAYER; + } + } + + private AnnotationPreferenceLookup fLookup= new AnnotationPreferenceLookup(); + private IPreferenceStore fStore= PHPeclipsePlugin.getDefault().getCombinedPreferenceStore(); + + public JavaExpandHover(CompositeRuler ruler, IAnnotationAccess access, IDoubleClickListener doubleClickListener) { + super(ruler, access, doubleClickListener); + } + + /* + * @see org.eclipse.ui.internal.texteditor.AnnotationExpandHover#getHoverInfoForLine(org.eclipse.jface.text.source.ISourceViewer, int) + */ + protected Object getHoverInfoForLine(final ISourceViewer viewer, final int line) { + final boolean showTemporaryProblems= PreferenceConstants.getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_CORRECTION_INDICATION); + IAnnotationModel model= viewer.getAnnotationModel(); + IDocument document= viewer.getDocument(); + + if (model == null) + return null; + + List exact= new ArrayList(); + HashMap messagesAtPosition= new HashMap(); + + Iterator e= model.getAnnotationIterator(); + while (e.hasNext()) { + Annotation annotation= (Annotation) e.next(); + + if (fAnnotationAccess instanceof IAnnotationAccessExtension) + if (!((IAnnotationAccessExtension)fAnnotationAccess).isPaintable(annotation)) + continue; + + if (annotation instanceof IJavaAnnotation && !isIncluded((IJavaAnnotation)annotation, showTemporaryProblems)) + continue; + + AnnotationPreference pref= fLookup.getAnnotationPreference(annotation); + if (pref != null) { + String key= pref.getVerticalRulerPreferenceKey(); + if (key != null && !fStore.getBoolean(key)) + continue; + } + + Position position= model.getPosition(annotation); + if (position == null) + continue; + + if (compareRulerLine(position, document, line) == 1) { + + if (isDuplicateMessage(messagesAtPosition, position, annotation.getText())) + continue; + + exact.add(annotation); + } + } + + sort(exact, model); + + if (exact.size() > 0) + setLastRulerMouseLocation(viewer, line); + + if (exact.size() > 0) { + Annotation first= (Annotation) exact.get(0); + if (!isBreakpointAnnotation(first)) + exact.add(0, new NoBreakpointAnnotation()); + } + + if (exact.size() <= 1) + return null; + + AnnotationHoverInput input= new AnnotationHoverInput(); + input.fAnnotations= (Annotation[]) exact.toArray(new Annotation[0]); + input.fViewer= viewer; + input.fRulerInfo= fCompositeRuler; + input.fAnnotationListener= fgListener; + input.fDoubleClickListener= fDblClickListener; + input.redoAction= new AnnotationExpansionControl.ICallback() { + + public void run(IInformationControlExtension2 control) { + control.setInput(getHoverInfoForLine(viewer, line)); + } + + }; + input.model= model; + + return input; + } + + private boolean isIncluded(IJavaAnnotation annotation, boolean showTemporaryProblems) { + + // XXX: see https://bugs.eclipse.org/bugs/show_bug.cgi?id=138601 + if (annotation instanceof ProblemAnnotation && JavaMarkerAnnotation.TASK_ANNOTATION_TYPE.equals(annotation.getType())) + return false; + + if (!annotation.isProblem()) + return true; + + if (annotation.isMarkedDeleted() && !annotation.hasOverlay()) + return true; + + if (annotation.hasOverlay() && !annotation.isMarkedDeleted()) + return true; + + + if (annotation.hasOverlay()) + return (!isIncluded(annotation.getOverlay(), showTemporaryProblems)); + + return showTemporaryProblems; //&& JavaCorrectionProcessor.hasCorrections((Annotation)annotation); + } + + /* + * @see org.eclipse.ui.internal.texteditor.AnnotationExpandHover#getOrder(org.eclipse.jface.text.source.Annotation) + */ + protected int getOrder(Annotation annotation) { + if (isBreakpointAnnotation(annotation)) + return 1000; + else + return super.getOrder(annotation); + } + + private boolean isBreakpointAnnotation(Annotation a) { + if (a instanceof JavaMarkerAnnotation) { + JavaMarkerAnnotation jma= (JavaMarkerAnnotation) a; + // HACK to get breakpoints to show up first + return jma.getType().equals("org.eclipse.debug.core.breakpoint"); //$NON-NLS-1$ + } + return false; + } +} eclipse-phpeclipse-httpd-integration.patch: --- NEW FILE eclipse-phpeclipse-httpd-integration.patch --- Index: src/net/sourceforge/phpeclipse/ui/WebUI.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java,v retrieving revision 1.6 diff -u -r1.6 WebUI.java --- net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java 13 Oct 2005 18:38:19 -0000 1.6 +++ net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java 12 Aug 2006 00:13:12 -0000 @@ -14,6 +14,7 @@ package net.sourceforge.phpeclipse.ui; import java.io.IOException; +import java.net.ServerSocket; import java.net.URL; import net.sourceforge.phpeclipse.ui.templates.template.HTMLContextType; @@ -24,6 +25,7 @@ import org.eclipse.core.resources.IWorkspace; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IStatus; +import org.eclipse.core.runtime.Platform; import org.eclipse.core.runtime.Status; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.resource.ImageDescriptor; @@ -36,6 +38,7 @@ import org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry; import org.eclipse.ui.editors.text.templates.ContributionTemplateStore; import org.eclipse.ui.plugin.AbstractUIPlugin; +import org.osgi.framework.BundleContext; /** * The web development tools UI plugin. @@ -53,6 +56,7 @@ /** The shared instance. */ private static WebUI plugin; + private int port = 0; public static IWorkbenchPage getActivePage() { return getDefault().internalGetActivePage(); @@ -151,9 +155,41 @@ } return fStore; } + + public int getHttpdPort() { + if (port == 0) { + port = findFreePort(); + } + return port; + } + + public int findFreePort() { + ServerSocket socket = null; + try { + socket = new ServerSocket(0); + socket.setReuseAddress(true); + return socket.getLocalPort(); + } catch(IOException e) { + IStatus status = new Status(IStatus.ERROR, "net.sourceforge.phpeclipse.ui", IStatus.OK, "Error finding free port.", e); //$NON-NLS-1$ //$NON-NLS-2$ + plugin.getLog().log(status); + } finally { + if(socket != null) { + try { + socket.close(); + } catch(IOException e) { + IStatus status = new Status(IStatus.ERROR, "net.sourceforge.phpeclipse.ui", IStatus.OK, "Error finding free port.", e); //$NON-NLS-1$ //$NON-NLS-2$; + plugin.getLog().log(status); + } + } + } + return -1; + } protected void initializeDefaultPreferences(IPreferenceStore store) { - store.setDefault(PHP_LOCALHOST_PREF, "http://localhost"); + if (port == 0) { + port = findFreePort(); + } + store.setDefault(PHP_LOCALHOST_PREF, "http://localhost" + ":" + port); store.setDefault(PHP_DOCUMENTROOT_PREF, getWorkspace().getRoot().getLocation().toString()); // store.setDefault(PHP_BOOKMARK_DEFAULT, ""); Index: src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java,v retrieving revision 1.97 diff -u -r1.97 PHPeclipsePlugin.java --- net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java 10 Feb 2006 20:53:56 -0000 1.97 +++ net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java 12 Aug 2006 00:13:14 -0000 @@ -27,6 +27,7 @@ import net.sourceforge.phpdt.core.IJavaElement; import net.sourceforge.phpdt.core.JavaCore; import net.sourceforge.phpdt.core.WorkingCopyOwner; +import net.sourceforge.phpdt.externaltools.actions.PHPStopApacheAction; import net.sourceforge.phpdt.internal.core.BatchOperation; import net.sourceforge.phpdt.internal.core.JavaModelManager; import net.sourceforge.phpdt.internal.core.util.Util; @@ -52,6 +53,7 @@ import net.sourceforge.phpeclipse.builder.ExternalStorageDocumentProvider; import net.sourceforge.phpeclipse.builder.FileStorage; import net.sourceforge.phpeclipse.builder.IdentifierIndexManager; +import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin; import net.sourceforge.phpeclipse.phpeditor.CustomBufferFactory; import net.sourceforge.phpeclipse.phpeditor.DocumentAdapter; import net.sourceforge.phpeclipse.phpeditor.ICompilationUnitDocumentProvider; @@ -79,6 +81,7 @@ import org.eclipse.core.runtime.Status; import org.eclipse.core.runtime.jobs.ISchedulingRule; import org.eclipse.core.runtime.jobs.Job; +import org.eclipse.jface.action.Action; import org.eclipse.jface.action.GroupMarker; import org.eclipse.jface.action.IMenuManager; import org.eclipse.jface.action.Separator; @@ -1023,10 +1026,15 @@ // RefactoringCore.getUndoManager().shutdown(); } finally { + ExternalToolsPlugin.getDefault().stopHttpd(); + try { + Thread.sleep(1000); + } catch (InterruptedException e) { /* ignore */ } super.stop(context); - } - } + } + } + /** * @see org.eclipse.ui.plugin.AbstractUIPlugin#shutdown() */ Index: prefs/default_linux.properties =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties,v retrieving revision 1.2 diff -u -r1.2 default_linux.properties --- net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties 13 Oct 2005 18:30:49 -0000 1.2 +++ net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties 12 Aug 2006 00:13:15 -0000 @@ -1,14 +1,14 @@ -_php_run_pref=/opt/lamp/php/php -_external_parser=/opt/lamp/php/php -l -f {0} -_mysql_run_pref=/opt/lampp/lampp startmysql -_apache_run_pref=/opt/lampp/lampp -_xampp_start_pref=/opt/lampp/lampp start -_xampp_stop_pref=/opt/lampp/lampp stop -__mysql_start=startmysql -__apache_start=startapache -c \"DocumentRoot {0}\" -__apache_stop=stop -__apache_restart=restart +_php_run_pref=/usr/bin/php +_external_parser=/usr/bin/php -l -f {0} +_mysql_run_pref= +_apache_run_pref=/usr/sbin/httpd +_xampp_start_pref= +_xampp_stop_pref= +__mysql_start= +__apache_start=-f /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf -c "ErrorLog {0}/.metadata/phpeclipse-httpd-error_log" -c "DocumentRoot {0}" -c "PidFile {0}/.metadata/phpeclipse-httpd.pid" -c "Listen {1}" +__apache_stop=-f /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf -c "ErrorLog {0}/.metadata/phpeclipse-httpd-error_log" -c "DocumentRoot {0}" -c "PidFile {0}/.metadata/phpeclipse-httpd.pid" -c "Listen {1}" -k stop +__apache_restart=-f /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf -c "ErrorLog {0}/.metadata/phpeclipse-httpd-error_log" -c "DocumentRoot {0}" -c "PidFile {0}/.metadata/phpeclipse-httpd.pid" -c "Listen {1}" -k restart _mysql_start_background=true _apache_start_background=true _apache_stop_background=true -_apache_restart_background=true \ No newline at end of file +_apache_restart_background=true Index: src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java,v retrieving revision 1.1 diff -u -r1.1 PHPRestartApacheAction.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java 11 Jun 2005 17:15:01 -0000 1.1 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java 12 Aug 2006 00:13:16 -0000 @@ -12,7 +12,10 @@ package net.sourceforge.phpdt.externaltools.actions; +import java.text.MessageFormat; + import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin; +import net.sourceforge.phpeclipse.ui.WebUI; import org.eclipse.jface.action.IAction; import org.eclipse.jface.preference.IPreferenceStore; @@ -21,10 +24,18 @@ public void run(IAction action) { final IPreferenceStore store = ExternalToolsPlugin.getDefault().getPreferenceStore(); // execute(store.getString(PHPeclipsePlugin.APACHE_RESTART_PREF), "Restart Apache: "); + + final IPreferenceStore webUIStore = WebUI.getDefault().getPreferenceStore(); + String documentRoot = webUIStore.getString(WebUI.PHP_DOCUMENTROOT_PREF); + // replace backslash with slash in the DocumentRoot under Windows + documentRoot = documentRoot.replace('\\', '/'); + String[] arguments = { documentRoot, new Integer(WebUI.getDefault().getHttpdPort()).toString() }; + MessageFormat form = new MessageFormat(store.getString(ExternalToolsPlugin.APACHE_RESTART_PREF)); + execute( "apache_restart", store.getString(ExternalToolsPlugin.APACHE_RUN_PREF), - store.getString(ExternalToolsPlugin.APACHE_RESTART_PREF), + form.format(arguments), store.getBoolean(ExternalToolsPlugin.APACHE_RESTART_BACKGROUND)); } } Index: src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java,v retrieving revision 1.3 diff -u -r1.3 PHPStartApacheAction.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java 13 Oct 2005 18:31:29 -0000 1.3 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java 12 Aug 2006 00:13:16 -0000 @@ -30,7 +30,7 @@ // replace backslash with slash in the DocumentRoot under Windows documentRoot = documentRoot.replace('\\', '/'); - String[] arguments = { documentRoot }; + String[] arguments = { documentRoot, new Integer(WebUI.getDefault().getHttpdPort()).toString() }; MessageFormat form = new MessageFormat(store.getString(ExternalToolsPlugin.APACHE_START_PREF)); execute("apache_start", store.getString(ExternalToolsPlugin.APACHE_RUN_PREF), form.format(arguments), store .getBoolean(ExternalToolsPlugin.APACHE_START_BACKGROUND)); Index: src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java,v retrieving revision 1.1 diff -u -r1.1 PHPStopApacheAction.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java 11 Jun 2005 17:15:01 -0000 1.1 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java 12 Aug 2006 00:13:16 -0000 @@ -11,7 +11,10 @@ **********************************************************************/ package net.sourceforge.phpdt.externaltools.actions; +import java.text.MessageFormat; + import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin; +import net.sourceforge.phpeclipse.ui.WebUI; import org.eclipse.jface.action.IAction; import org.eclipse.jface.preference.IPreferenceStore; @@ -20,10 +23,18 @@ public void run(IAction action) { final IPreferenceStore store = ExternalToolsPlugin.getDefault().getPreferenceStore(); // execute(store.getString(PHPeclipsePlugin.APACHE_STOP_PREF), "Stop Apache: "); + + final IPreferenceStore webUIStore = WebUI.getDefault().getPreferenceStore(); + String documentRoot = webUIStore.getString(WebUI.PHP_DOCUMENTROOT_PREF); + // replace backslash with slash in the DocumentRoot under Windows + documentRoot = documentRoot.replace('\\', '/'); + String[] arguments = { documentRoot, new Integer(WebUI.getDefault().getHttpdPort()).toString() }; + MessageFormat form = new MessageFormat(store.getString(ExternalToolsPlugin.APACHE_STOP_PREF)); + execute( "apache_stop", store.getString(ExternalToolsPlugin.APACHE_RUN_PREF), - store.getString(ExternalToolsPlugin.APACHE_STOP_PREF), + form.format(arguments), store.getBoolean(ExternalToolsPlugin.APACHE_STOP_BACKGROUND)); } } Index: src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java,v retrieving revision 1.8 diff -u -r1.8 ExternalToolsPlugin.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java 4 Feb 2006 15:47:51 -0000 1.8 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java 12 Aug 2006 00:13:16 -0000 @@ -9,12 +9,17 @@ Contributors: **********************************************************************/ +import java.io.FileOutputStream; +import java.io.IOException; import java.io.InputStream; +import java.io.OutputStream; import java.net.MalformedURLException; import java.net.URL; import java.util.Enumeration; import java.util.PropertyResourceBundle; +import net.sourceforge.phpdt.externaltools.actions.PHPStartApacheAction; +import net.sourceforge.phpdt.externaltools.actions.PHPStopApacheAction; import net.sourceforge.phpdt.externaltools.internal.model.ExternalToolsImages; import net.sourceforge.phpdt.externaltools.internal.model.IPreferenceConstants; import net.sourceforge.phpdt.externaltools.internal.model.VariableContextManager; @@ -28,6 +33,7 @@ import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Platform; import org.eclipse.core.runtime.Status; +import org.eclipse.jface.action.Action; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceConverter; import org.eclipse.jface.resource.ImageDescriptor; @@ -280,5 +286,41 @@ VariableContextManager.getDefault(); } }); + initializeDefaultPluginPreferences(); + } + + /** + * @throws Exception + * @see org.eclipse.core.runtime.Plugin#stop(BundleContext context) + */ + public void stop(BundleContext context) throws Exception { + super.stop(context); + } + + public void startHttpd(){ + try { + // move httpd.conf into the plugins metadata area + InputStream is = getDefault().openStream(new Path("confs/httpd.conf")); + OutputStream os = new FileOutputStream(getStateLocation() + "/httpd.conf"); + byte[] buf = new byte[1024]; + int len; + while ((len = is.read(buf)) > 0) { + os.write(buf, 0, len); + } + is.close(); + os.close(); + + // start httpd + new PHPStartApacheAction().run(new Action(){}); + } catch (IOException e) { + IStatus status = new Status(Status.ERROR, IExternalToolConstants.PLUGIN_ID, 0, "There was a problem starting httpd.", e); + getDefault().getLog().log(status); + } + } + + + public void stopHttpd() { + // stop httpd + new PHPStopApacheAction().run(new Action(){}); } } \ No newline at end of file Index: plugin.xml =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/plugin.xml,v retrieving revision 1.7 diff -u -r1.7 plugin.xml --- net.sourceforge.phpeclipse.externaltools/plugin.xml 5 Feb 2006 21:07:11 -0000 1.7 +++ net.sourceforge.phpeclipse.externaltools/plugin.xml 12 Aug 2006 00:13:15 -0000 @@ -1,32 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - + + @@ -255,11 +231,6 @@ - @@ -331,24 +302,6 @@ toolbarPath="Normal" id="net.sourceforge.phpdt.externaltools.actions.PHPStartMySQLAction"> - - - - Index: build.properties =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/build.properties,v retrieving revision 1.2 diff -u -r1.2 build.properties --- net.sourceforge.phpeclipse.externaltools/build.properties 3 Aug 2005 20:55:43 -0000 1.2 +++ net.sourceforge.phpeclipse.externaltools/build.properties 12 Aug 2006 00:53:50 -0000 @@ -2,7 +2,16 @@ output.externaltools.jar = bin/ bin.includes = plugin.xml,\ externaltools.jar,\ - icons/ + icons/,\ + META-INF/,\ + confs/,\ + prefs/ src.includes = src/,\ build.properties,\ - icons/ + icons/,\ + confs/,\ + prefs/ +bin.excludes = prefs/default_macosx.properties,\ + prefs/default_win32.properties +src.excludes = prefs/default_macosx.properties,\ + prefs/default_win32.properties Index: META-INF/MANIFEST.MF =================================================================== RCS file: META-INF/MANIFEST.MF diff -N META-INF/MANIFEST.MF --- net.sourceforge.phpeclipse.externaltools/META-INF/MANIFEST.MF 1 Jan 1970 00:00:00 -0000 +++ net.sourceforge.phpeclipse.externaltools/META-INF/MANIFEST.MF 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: PHP ExternalTools Plug-in +Bundle-SymbolicName: net.sourceforge.phpeclipse.externaltools; singleton:=true +Bundle-Version: 1.1.8 +Bundle-ClassPath: externaltools.jar +Bundle-Activator: net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin +Bundle-Vendor: phpeclipse.de +Bundle-Localization: plugin +Export-Package: net.sourceforge.phpdt.externaltools.actions, + net.sourceforge.phpdt.externaltools.group, + net.sourceforge.phpdt.externaltools.internal.dialog, + net.sourceforge.phpdt.externaltools.internal.model, + net.sourceforge.phpdt.externaltools.internal.program.launchConfigurations, + net.sourceforge.phpdt.externaltools.internal.registry, + net.sourceforge.phpdt.externaltools.internal.ui, + net.sourceforge.phpdt.externaltools.launchConfigurations, + net.sourceforge.phpdt.externaltools.model, + net.sourceforge.phpdt.externaltools.preferences, + net.sourceforge.phpdt.externaltools.util, + net.sourceforge.phpdt.externaltools.variable, + net.sourceforge.phpeclipse.externaltools +Require-Bundle: org.eclipse.ui, + org.eclipse.ui.console, + org.eclipse.ui.ide, + org.eclipse.ui.editors, + org.eclipse.core.resources, + org.eclipse.core.runtime, + org.eclipse.debug.core, + org.eclipse.debug.ui, + org.eclipse.ui.externaltools, + net.sourceforge.phpeclipse.ui +Eclipse-LazyStart: true Index: confs/httpd.conf =================================================================== RCS file: confs/httpd.conf diff -N confs/httpd.conf --- net.sourceforge.phpeclipse.externaltools/confs/httpd.conf 1 Jan 1970 00:00:00 -0000 +++ net.sourceforge.phpeclipse.externaltools/confs/httpd.conf 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,16 @@ +# minimal httpd conf file for use with PHPeclipse + +StartServers 1 +MinSpareServers 1 +MaxSpareServers 1 +MaxClients 3 + +# modules +LoadModule mime_module modules/mod_mime.so +LoadModule dir_module modules/mod_dir.so + +TypesConfig /etc/mime.types + +# PHP settings +LoadModule php4_module modules/libphp4.so +AddType application/x-httpd-php .php eclipse-phpeclipse-rm-win32-help.patch: --- NEW FILE eclipse-phpeclipse-rm-win32-help.patch --- Index: plugin.xml =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.phphelp/plugin.xml,v retrieving revision 1.16 diff -u -r1.16 plugin.xml --- plugin.xml 6 Apr 2006 21:52:44 -0000 1.16 +++ plugin.xml 11 Aug 2006 22:16:34 -0000 @@ -86,12 +86,6 @@ - - = 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.33 Requires(post): java-gcj-compat >= 1.0.33 Requires(postun): java-gcj-compat >= 1.0.33 %else BuildRequires: java-devel >= 1.4.2 %endif %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc ia64 %else BuildArch: noarch %endif Requires: eclipse-platform >= 1:3.2.1 Requires: php Requires: httpd %description The PHPeclipse plugin allows developers to write PHP webpages and scripts in Eclipse. %prep %setup -q -n phpeclipse-1.1.8 pushd net.sourceforge.phpeclipse %patch0 -p0 popd pushd net.sourceforge.phpeclipse.phphelp %patch1 -p0 popd %patch2 %{__sed} --in-place "s:/usr/share/eclipse:%{eclipse_base}:" net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties %{__sed} --in-place 's/\r//' net.sourceforge.phpeclipse.feature/cpl-v10.html %build # See comments in the script to understand this. /bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Eclipse may try to write to the home directory. mkdir home homedir=$(cd home > /dev/null && pwd) # build the main phpeclipse feature # TODO: convert this to an `eclipse` command /usr/bin/java -cp $SDK/startup.jar \ -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ -Duser.home=$homedir \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -DjavacFailOnError=true \ -DdontUnzip=true \ -Dtype=feature \ -Did=net.sourceforge.phpeclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -DdontFetchAnything=true \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{eclipse_base} unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. build/rpmBuild/net.sourceforge.phpeclipse.zip rm $RPM_BUILD_ROOT%{eclipse_base}/plugins/org.eclipse.pde.runtime*.jar %if %{gcj_support} aot-compile-rpm %endif %clean rm -rf $RPM_BUILD_ROOT %if %{gcj_support} %post -p %{_bindir}/rebuild-gcj-db %postun -p %{_bindir}/rebuild-gcj-db %endif %files %defattr(-,root,root,-) %doc %{eclipse_base}/features/net.sourceforge.phpeclipse_%{version}/cpl-v10.html %{eclipse_base}/features/net.sourceforge.phpeclipse_* %{eclipse_base}/plugins/net.sourceforge.phpdt.smarty.ui_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.core_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.debug.core_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.debug.ui_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.externaltools_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.launching_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.phphelp_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.ui_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.webbrowser_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.xml.core_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.xml.ui_* %if %{gcj_support} %{_libdir}/gcj/%{name} %endif %changelog * Mon Dec 18 2006 Brandon Holbrook 1.1.8-15 - Own gcj/eclipse-phpeclipse/ - dos2unix cpl-v10.html * Mon Dec 18 2006 Brandon Holbrook 1.1.8-13 - Replace datadir with libdir in sharedConfiguration to match new eclipse * Tue Nov 28 2006 Brandon Holbrook 1.1.8-12 - Added -Dosgi.sharedConfiguration.area to build command * Mon Nov 27 2006 Brandon Holbrook 1.1.8-11 - Removed maximum version Requirement for eclipse-platform * Mon Nov 27 2006 Brandon Holbrook 1.1.8-10 - New java command to fix broken builds * Thu Nov 2 2006 Brandon Holbrook 1.1.8-9 - Use included .html file as %%doc * Tue Oct 31 2006 Brandon Holbrook 1.1.8-8 - New maintainer - Fix Group, License, and Description - Include a copy of the CPL-1.0 * Fri Aug 18 2006 Ben Konrath 1.1.8-7 - Make external tools plugin re-locatable. - Enable GCJ support for Fedora. * Fri Aug 18 2006 Ben Konrath 1.1.8-6 - Use httpd.conf from external tools plugin instead of workspace to work around a race condition in the main phpeclipse plugin. * Tue Aug 15 2006 Ben Konrath 1.1.8-5 - Do not start httpd automatically in httpd integration patch. * Fri Aug 11 2006 Ben Konrath 1.1.8-4 - Add httpd integration patch. - Move linux external tool preferences and httpd.conf to the httpd-integration patch. - Remove README for httpd integration. - Add patch to remove win32 help preferences. - Add patch to compile against Eclipse SDK 3.2. * Mon May 15 2006 Ben Konrath 1.1.8-3 - Add preferences for the external tools on linux. - Add README for httpd integration. * Fri May 12 2006 Ben Konrath 1.1.8-2 - Add requires. * Wed Apr 26 2006 Ben Konrath 1.1.8-1 - initial version --- NEW FILE make-phpeclipse-source-archive.sh --- #!/bin/sh VERSION=1.1.8 # check out the modules based on the release date echo "Creating directory 'phpeclipse-$VERSION'..." mkdir phpeclipse-$VERSION pushd phpeclipse-$VERSION echo "Exporting phpeclipse from CVS..." for m in net.sourceforge.phpeclipse \ net.sourceforge.phpeclipse.core \ net.sourceforge.phpeclipse.debug.core \ net.sourceforge.phpeclipse.debug.ui \ net.sourceforge.phpeclipse.externaltools \ net.sourceforge.phpeclipse.feature \ net.sourceforge.phpeclipse.launching \ net.sourceforge.phpeclipse.phphelp \ net.sourceforge.phpeclipse.smarty.ui \ net.sourceforge.phpeclipse.ui \ net.sourceforge.phpeclipse.webbrowser \ net.sourceforge.phpeclipse.xml.core \ net.sourceforge.phpeclipse.xml.ui; do cvs -z3 -d:pserver:anonymous at phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse export -D "2006/04/08 00:00" $m # sf.net servers suck! if [ $? -eq 1 ]; then sleep 10 cvs -z3 -d:pserver:anonymous at phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse export -D "2006/04/08 00:00" $m if [ $? -eq 1 ]; then echo "ERROR: There was a problem checking out module: $m" exit 1 fi fi done find -name feature.xml -o -name plugin.xml | xargs sed --in-place "s/1.1.7/$VERSION/" find -name .project -o -name .classpath -o -name .template | xargs rm popd echo "Downloading Source .zip file..." wget http://easynews.dl.sourceforge.net/sourceforge/phpeclipse/net.sourceforge.phpeclipse_$VERSION.src.zip mkdir source-plugin unzip -q -d source-plugin net.sourceforge.phpeclipse_$VERSION.src.zip pushd source-plugin/plugins/net.sourceforge.phpeclipse.source_$VERSION/src # take _$VERSION off the directory names for dir in $(ls --color=no); do newdir=$(echo $dir | sed s/_$VERSION//) mv $dir $newdir done # the plugin id and project name don't match for this one mv net.sourceforge.phpdt.smarty.ui net.sourceforge.phpeclipse.smarty.ui # copy source files over for sourcefile in $(find -name \*.java); do targetdir="../../../../phpeclipse-$VERSION/$(dirname $sourcefile | sed "s|./||")" mkdir -p $targetdir mv $sourcefile $targetdir done popd # grab the plugin.xml, plugin.properties and other files from the binary zip echo "Downloading Binary .zip file..." wget http://umn.dl.sourceforge.net/sourceforge/phpeclipse/net.sourceforge.phpeclipse_$VERSION.bin.dist.zip mkdir binary-plugin unzip -q -d binary-plugin net.sourceforge.phpeclipse_$VERSION.bin.dist.zip pushd binary-plugin # remove the jars so they don't accidentally end up in the source archive find -name \*.jar | xargs rm # flatten the directory structure mv features/net.sourceforge.phpeclipse_$VERSION net.sourceforge.phpeclipse.feature mv plugins/* . rmdir features plugins # take _$VERSION off the directory names for dir in $(ls --color=no | grep $VERSION); do newdir=$(echo $dir | sed s/_$VERSION//) mv $dir $newdir done # the plugin id and project name don't match for this one mv net.sourceforge.phpdt.smarty.ui net.sourceforge.phpeclipse.smarty.ui # finally copy the files over for sourcedir in $(ls --color=no); do targetdir=../phpeclipse-$VERSION/$sourcedir cp -r $sourcedir/* $targetdir done popd find phpeclipse-$VERSION -name \*.java | xargs dos2unix find phpeclipse-$VERSION -name \*.xml | xargs dos2unix sed --in-place "s/3.1.1/0.0.0/" phpeclipse-$VERSION/net.sourceforge.phpeclipse.feature/feature.xml tar zcf phpeclipse-$VERSION.tar.gz phpeclipse-$VERSION rm -rf binary-plugin source-plugin net.sourceforge.phpeclipse_$VERSION.src.zip phpeclipse-$VERSION net.sourceforge.phpeclipse_$VERSION.bin.dist.zip Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-phpeclipse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 01:01:46 -0000 1.1 +++ .cvsignore 21 Dec 2006 01:06:02 -0000 1.2 @@ -0,0 +1 @@ +phpeclipse-1.1.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-phpeclipse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 01:01:46 -0000 1.1 +++ sources 21 Dec 2006 01:06:02 -0000 1.2 @@ -0,0 +1 @@ +4098f937baf31afab1225481c6e0fd94 phpeclipse-1.1.8.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 01:06:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:06:32 -0500 Subject: rpms/eclipse-phpeclipse import.log,1.1,1.2 Message-ID: <200612210106.kBL16Wb0017405@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17360 Modified Files: import.log Log Message: auto-import eclipse-phpeclipse-1.1.8-15 on branch devel from eclipse-phpeclipse-1.1.8-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/eclipse-phpeclipse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 01:01:41 -0000 1.1 +++ import.log 21 Dec 2006 01:06:02 -0000 1.2 @@ -0,0 +1 @@ +eclipse-phpeclipse-1_1_8-15:HEAD:eclipse-phpeclipse-1.1.8-15.src.rpm:1166663632 From fedora-extras-commits at redhat.com Thu Dec 21 01:18:59 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:18:59 -0500 Subject: owners owners.list,1.2131,1.2132 Message-ID: <200612210118.kBL1Ixuq017553@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17533 Modified Files: owners.list Log Message: Added eclipse-phpeclipse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2131 retrieving revision 1.2132 diff -u -r1.2131 -r1.2132 --- owners.list 20 Dec 2006 21:32:26 -0000 1.2131 +++ owners.list 21 Dec 2006 01:18:29 -0000 1.2132 @@ -360,6 +360,7 @@ Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-phpeclipse|Eclipse plugin that adds PHP development support|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ed2k_hash|Ed2k file hash calculator|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 01:20:34 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 20:20:34 -0500 Subject: rpms/lapack/FC-5 lapack.spec,1.12,1.13 Message-ID: <200612210120.kBL1KYjl017604@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17563/FC-5 Modified Files: lapack.spec Log Message: make clean everywhere (relevant), fixes x86_64 build Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/lapack.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lapack.spec 21 Dec 2006 00:16:17 -0000 1.12 +++ lapack.spec 21 Dec 2006 01:20:04 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -111,6 +111,7 @@ # Build the shared lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ popd @@ -124,6 +125,7 @@ # Build the static with pic lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" static cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a popd @@ -190,6 +192,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-3 +- make clean everywhere + * Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 - fix the Makefiles From fedora-extras-commits at redhat.com Thu Dec 21 01:20:35 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 20:20:35 -0500 Subject: rpms/lapack/devel lapack.spec,1.13,1.14 Message-ID: <200612210120.kBL1KZcd017608@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17563/devel Modified Files: lapack.spec Log Message: make clean everywhere (relevant), fixes x86_64 build Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/lapack.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- lapack.spec 21 Dec 2006 00:16:18 -0000 1.13 +++ lapack.spec 21 Dec 2006 01:20:05 -0000 1.14 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -111,6 +111,7 @@ # Build the shared lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ popd @@ -124,6 +125,7 @@ # Build the static with pic lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" static cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a popd @@ -190,6 +192,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-3 +- make clean everywhere + * Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 - fix the Makefiles From fedora-extras-commits at redhat.com Thu Dec 21 01:20:35 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 20:20:35 -0500 Subject: rpms/lapack/FC-6 lapack.spec,1.13,1.14 Message-ID: <200612210120.kBL1KZHH017607@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17563/FC-6 Modified Files: lapack.spec Log Message: make clean everywhere (relevant), fixes x86_64 build Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/lapack.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- lapack.spec 21 Dec 2006 00:16:17 -0000 1.13 +++ lapack.spec 21 Dec 2006 01:20:05 -0000 1.14 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -111,6 +111,7 @@ # Build the shared lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ popd @@ -124,6 +125,7 @@ # Build the static with pic lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" static cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a popd @@ -190,6 +192,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-3 +- make clean everywhere + * Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 - fix the Makefiles From fedora-extras-commits at redhat.com Thu Dec 21 01:22:38 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:22:38 -0500 Subject: owners owners.list,1.2132,1.2133 Message-ID: <200612210122.kBL1McYN017641@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17616 Modified Files: owners.list Log Message: New and improved: now with alphabetical order! Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2132 retrieving revision 1.2133 diff -u -r1.2132 -r1.2133 --- owners.list 21 Dec 2006 01:18:29 -0000 1.2132 +++ owners.list 21 Dec 2006 01:22:08 -0000 1.2133 @@ -359,8 +359,8 @@ Fedora Extras|ecl|Embeddable Common-Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-phpeclipse|Eclipse plugin that adds PHP development support|fedora at theholbrooks.org|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ed2k_hash|Ed2k file hash calculator|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 02:08:56 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:08:56 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.1,1.2 Message-ID: <200612210208.kBL28u0K021032@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21017 Modified Files: audacious-docklet.spec Log Message: Change plugin_dir to /usr/lib/audacious - Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-docklet.spec 16 Dec 2006 17:41:28 -0000 1.1 +++ audacious-docklet.spec 21 Dec 2006 02:08:26 -0000 1.2 @@ -1,4 +1,4 @@ -%define plugin_dir %(pkg-config audacious --variable=plugin_dir) +%define plugin_dir /usr/lib/audacious Name: audacious-docklet Version: 0.1.1 From fedora-extras-commits at redhat.com Thu Dec 21 02:23:17 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:23:17 -0500 Subject: rpms/audacious-docklet/devel sources,1.2,1.3 Message-ID: <200612210223.kBL2NHRp021158@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21119 Modified Files: sources Log Message: Upload Source audacious-docklet-0.1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Dec 2006 17:41:28 -0000 1.2 +++ sources 21 Dec 2006 02:22:47 -0000 1.3 @@ -1 +1 @@ -7503981a0a0ee229e5bdbe18553810db *audacious-docklet-0.1.1.tar.bz2 +7503981a0a0ee229e5bdbe18553810db audacious-docklet-0.1.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 02:41:00 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:41:00 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.2,1.3 Message-ID: <200612210241.kBL2f0g1021269@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21254 Modified Files: audacious-docklet.spec Log Message: add chagelog 0.1.1-2 Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- audacious-docklet.spec 21 Dec 2006 02:08:26 -0000 1.2 +++ audacious-docklet.spec 21 Dec 2006 02:40:30 -0000 1.3 @@ -42,6 +42,9 @@ %{plugin_dir}/General/libdocklet.so %Changelog +* Thu Thu 21 2006 Yu Fan - 0.1.1-2 +- Convert pkg-config to /usr/lib/audacious + * Thu Dec 14 2006 Yu Fan - 0.1.1-1 - Modify spec file to conform fedora extras packaging and naming convention From fedora-extras-commits at redhat.com Thu Dec 21 02:42:50 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:42:50 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.3,1.4 Message-ID: <200612210242.kBL2goGY021310@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21295 Modified Files: audacious-docklet.spec Log Message: Correct Thu to Dec Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- audacious-docklet.spec 21 Dec 2006 02:40:30 -0000 1.3 +++ audacious-docklet.spec 21 Dec 2006 02:42:20 -0000 1.4 @@ -42,7 +42,7 @@ %{plugin_dir}/General/libdocklet.so %Changelog -* Thu Thu 21 2006 Yu Fan - 0.1.1-2 +* Thu Dec 21 2006 Yu Fan - 0.1.1-2 - Convert pkg-config to /usr/lib/audacious * Thu Dec 14 2006 Yu Fan - 0.1.1-1 From fedora-extras-commits at redhat.com Thu Dec 21 03:09:51 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 22:09:51 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.4,1.5 Message-ID: <200612210309.kBL39prY024603@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24588 Modified Files: audacious-docklet.spec Log Message: Change rm to rm -f Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- audacious-docklet.spec 21 Dec 2006 02:42:20 -0000 1.4 +++ audacious-docklet.spec 21 Dec 2006 03:09:21 -0000 1.5 @@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} -rm $RPM_BUILD_ROOT/%{plugin_dir}/General/libdocklet.la +rm -f $RPM_BUILD_ROOT/%{plugin_dir}/General/libdocklet.la %clean rm -rf $RPM_BUILD_ROOT @@ -42,6 +42,9 @@ %{plugin_dir}/General/libdocklet.so %Changelog +* Thu Dec 21 2006 Yu Fan - 0.1.1-3 +- Change rm to rm -f + * Thu Dec 21 2006 Yu Fan - 0.1.1-2 - Convert pkg-config to /usr/lib/audacious From fedora-extras-commits at redhat.com Thu Dec 21 04:00:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:08 -0500 Subject: rpms/driconf - New directory Message-ID: <200612210400.kBL408Hx024923@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24919/driconf Log Message: Directory /cvs/extras/rpms/driconf added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 04:00:13 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:13 -0500 Subject: rpms/driconf/devel - New directory Message-ID: <200612210400.kBL40DAj024936@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24919/driconf/devel Log Message: Directory /cvs/extras/rpms/driconf/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 04:00:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:30 -0500 Subject: rpms/driconf Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612210400.kBL40Uxi024966@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24960 Added Files: Makefile import.log Log Message: Setup of module driconf --- NEW FILE Makefile --- # Top level Makefile for module driconf all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 04:00:35 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:35 -0500 Subject: rpms/driconf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612210400.kBL40ZOF024982@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24960/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module driconf --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 04:01:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:01:30 -0500 Subject: rpms/driconf import.log,1.1,1.2 Message-ID: <200612210401.kBL41Ugf028176@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25027 Modified Files: import.log Log Message: auto-import driconf-0.9.1-5.fc7 on branch devel from driconf-0.9.1-5.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/driconf/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 04:00:30 -0000 1.1 +++ import.log 21 Dec 2006 04:01:00 -0000 1.2 @@ -0,0 +1 @@ +driconf-0_9_1-5_fc7:HEAD:driconf-0.9.1-5.fc7.src.rpm:1166674134 From fedora-extras-commits at redhat.com Thu Dec 21 04:01:31 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:01:31 -0500 Subject: rpms/driconf/devel driconf-0.9.1-setup.patch, NONE, 1.1 driconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612210401.kBL41VfX028180@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25027/devel Modified Files: .cvsignore sources Added Files: driconf-0.9.1-setup.patch driconf.spec Log Message: auto-import driconf-0.9.1-5.fc7 on branch devel from driconf-0.9.1-5.fc7.src.rpm driconf-0.9.1-setup.patch: --- NEW FILE driconf-0.9.1-setup.patch --- diff -Nur driconf-0.9.1.orig/setup.cfg driconf-0.9.1/setup.cfg --- driconf-0.9.1.orig/setup.cfg 2005-08-11 13:07:12.000000000 -0600 +++ driconf-0.9.1/setup.cfg 2006-12-16 14:33:17.000000000 -0700 @@ -1,3 +0,0 @@ -[install] -prefix=/usr/local -install-purelib=/usr/local/lib/driconf diff -Nur driconf-0.9.1.orig/setup.py driconf-0.9.1/setup.py --- driconf-0.9.1.orig/setup.py 2006-09-17 19:41:20.000000000 -0600 +++ driconf-0.9.1/setup.py 2006-12-16 14:33:32.000000000 -0700 @@ -19,57 +19,3 @@ "drilogo.jpg", "driconf-icon.png"]) ] + translations) -# -# Search for obsolete files. -# -# driconf_xpm is gone for good, the other two python modules were moved to -# /lib/driconf/... -# -from os.path import isfile, isdir, join -from distutils.sysconfig import get_python_lib -obsoleteFiles = [] -for prefix in [None, "/usr/local"]: - if not prefix: - pyLibPath = get_python_lib() - else: - pyLibPath = get_python_lib(prefix=prefix) - if not isdir (pyLibPath): - continue - for f in ["driconf_xpm.py", "driconf_xpm.pyc", "driconf_xpm.pyo", - "driconf.py", "driconf.pyc", "driconf.pyo", - "dri.py", "dri.pyc", "dri.pyo"]: - path = join (pyLibPath, f) - if isfile (path): - obsoleteFiles.append (path) -if obsoleteFiles: - print "\n*** Obsolete files from previous DRIconf versions were found on " \ - "your system.\n*** Unless you tweaked setup.cfg you can probably " \ - "delete them:" - for f in obsoleteFiles: - print "***\t%s" % f - -# -# Check if required packages are installed -# -errors = 0 -try: - import pygtk - pygtk.require ("2.0") - import gtk -except: - print "\n*** Warning: importing GTK version 2 doesn't work." - errors = 1 -else: - if gtk.check_version(2, 4, 0): - print "\n*** Warning: DRIconf requires GTK 2.4 or newer." - errors = 1 -try: - import xml.parsers.expat -except: - if not errors: - print - print "*** Warning: importing xml.parsers.expat doesn't work." - errors = 1 - -if errors: - print "*** Warning: DRIconf will probably not work for the above reason(s)." --- NEW FILE driconf.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: driconf Version: 0.9.1 Release: 5%{?dist} Summary: A configuration applet for the Direct Rendering Infrastructure Group: User Interface/X License: GPL URL: http://dri.freedesktop.org/wiki/DriConf Source0: http://people.freedesktop.org/~fxkuehl/driconf/driconf-%{version}.tar.gz Patch1: driconf-0.9.1-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: desktop-file-utils BuildArch: noarch Requires: pygtk2 Requires: glx-utils %description DRIconf is a configuration applet for the Direct Rendering Infrastructure. It allows customizing performance and visual quality settings of OpenGL drivers on a per-driver, per-screen and/or per-application level. The settings are stored in system wide and per-user XML configuration files, which are parsed by the OpenGL drivers on startup. DRIConf is written in Python with the python-gtk toolkit bindings. %prep %setup -q %patch1 -p1 %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --prefix=%{_prefix} %find_lang driconf cat << EOF > %{name}.desktop [Desktop Entry] Name=Driconf Comment=configuration applet for the Direct Rendering Infrastructure Exec=/usr/bin/driconf Icon=/usr/share/driconf/driconf-icon.png Terminal=false Type=Application Encoding=UTF-8 Categories=Settings; EOF desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files -f driconf.lang %defattr(-,root,root,-) %doc COPYING CHANGELOG README TODO %{_bindir}/driconf %{python_sitelib}/dri.py %{python_sitelib}/dri.pyc %{python_sitelib}/dri.pyo %{python_sitelib}/driconf.py %{python_sitelib}/driconf.pyc %{python_sitelib}/driconf.pyo %{python_sitelib}/driconf_commonui.py %{python_sitelib}/driconf_commonui.pyc %{python_sitelib}/driconf_commonui.pyo %{python_sitelib}/driconf_complexui.py %{python_sitelib}/driconf_complexui.pyc %{python_sitelib}/driconf_complexui.pyo %{python_sitelib}/driconf_simpleui.py %{python_sitelib}/driconf_simpleui.pyc %{python_sitelib}/driconf_simpleui.pyo %dir %{_datadir}/driconf %{_datadir}/driconf/card.png %{_datadir}/driconf/drilogo.jpg %{_datadir}/driconf/screen.png %{_datadir}/driconf/screencard.png %{_datadir}/driconf/driconf-icon.png %{_datadir}/applications/*.desktop %changelog * Wed Dec 20 2006 Kevin Fenzi - 0.9.1-5 - Remove unneeded post/postun. * Tue Dec 19 2006 Kevin Fenzi - 0.9.1-4 - Changed desktop catigory to Settings. * Mon Dec 18 2006 Kevin Fenzi - 0.9.1-3 - Changed pygtk2-devel BuildRequires to python-devel - Added desktop file. * Sat Dec 16 2006 Kevin Fenzi - 0.9.1-2 - Added Requires for pygtk2 and glx-utils * Sat Dec 16 2006 Kevin Fenzi - 0.9.1-1 - Inital fedora extras packaging * Fri Mar 31 2005 D. Hageman 0.9.0-1 - Updated RPM spec file to handle new version * Mon Mar 14 2005 D. Hageman 0.2.3-1 - Created the initial rpm spec file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/driconf/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 04:00:35 -0000 1.1 +++ .cvsignore 21 Dec 2006 04:01:01 -0000 1.2 @@ -0,0 +1 @@ +driconf-0.9.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/driconf/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 04:00:35 -0000 1.1 +++ sources 21 Dec 2006 04:01:01 -0000 1.2 @@ -0,0 +1 @@ +76d610bcd56aa5e8a489debb5081178a driconf-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 04:04:54 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:04:54 -0500 Subject: owners owners.list,1.2133,1.2134 Message-ID: <200612210404.kBL44saQ028252@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28237 Modified Files: owners.list Log Message: Add driconf (219932) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2133 retrieving revision 1.2134 diff -u -r1.2133 -r1.2134 --- owners.list 21 Dec 2006 01:22:08 -0000 1.2133 +++ owners.list 21 Dec 2006 04:04:24 -0000 1.2134 @@ -339,6 +339,7 @@ Fedora Extras|doulos-fonts|Doulos SIL fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|drgeo|Interactive educational geometry software|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| Fedora Extras|drgeo-doc|html documentation for drgeo|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| +Fedora Extras|driconf|A configuration applet for the Direct Rendering Infrastructure|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|driftnet|Network image sniffer|bnocera at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|drivel|A journal or "blog" client|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|dssi|Disposable Soft Synth Interface|green at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 04:16:57 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 23:16:57 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.5,1.6 Message-ID: <200612210416.kBL4GvmQ028285@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28270 Modified Files: audacious-docklet.spec Log Message: Change /usr/lib to use macros- Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- audacious-docklet.spec 21 Dec 2006 03:09:21 -0000 1.5 +++ audacious-docklet.spec 21 Dec 2006 04:16:26 -0000 1.6 @@ -1,4 +1,4 @@ -%define plugin_dir /usr/lib/audacious +%define plugin_dir %{_prefix}/%{_lib}/audacious Name: audacious-docklet Version: 0.1.1 From fedora-extras-commits at redhat.com Thu Dec 21 06:12:27 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:12:27 -0500 Subject: rpms/audacious-itouch - New directory Message-ID: <200612210612.kBL6CRoi002396@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2392/audacious-itouch Log Message: Directory /cvs/extras/rpms/audacious-itouch added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 06:12:33 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:12:33 -0500 Subject: rpms/audacious-itouch/devel - New directory Message-ID: <200612210612.kBL6CXiE002409@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2392/audacious-itouch/devel Log Message: Directory /cvs/extras/rpms/audacious-itouch/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 06:13:28 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:13:28 -0500 Subject: rpms/audacious-itouch Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612210613.kBL6DSmM002439@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433 Added Files: Makefile import.log Log Message: Setup of module audacious-itouch --- NEW FILE Makefile --- # Top level Makefile for module audacious-itouch all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 06:13:33 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:13:33 -0500 Subject: rpms/audacious-itouch/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612210613.kBL6DXGM002455@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module audacious-itouch --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 06:16:18 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:16:18 -0500 Subject: rpms/audacious-itouch import.log,1.1,1.2 Message-ID: <200612210616.kBL6GIwY002533@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500 Modified Files: import.log Log Message: auto-import audacious-itouch-0.1-6 on branch devel from audacious-itouch-0.1-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 06:13:28 -0000 1.1 +++ import.log 21 Dec 2006 06:15:48 -0000 1.2 @@ -0,0 +1 @@ +audacious-itouch-0_1-6:HEAD:audacious-itouch-0.1-6.src.rpm:1166682193 From fedora-extras-commits at redhat.com Thu Dec 21 06:16:19 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:16:19 -0500 Subject: rpms/audacious-itouch/devel audacious-itouch-0.1-configdb.patch, NONE, 1.1 audacious-itouch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612210616.kBL6GJk1002537@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500/devel Modified Files: .cvsignore sources Added Files: audacious-itouch-0.1-configdb.patch audacious-itouch.spec Log Message: auto-import audacious-itouch-0.1-6 on branch devel from audacious-itouch-0.1-6.src.rpm audacious-itouch-0.1-configdb.patch: --- NEW FILE audacious-itouch-0.1-configdb.patch --- diff -Naupr audacious-itouch-0.1.orig/src/itouch.c audacious-itouch-0.1/src/itouch.c --- audacious-itouch-0.1.orig/src/itouch.c 2005-10-30 23:58:54.000000000 +0100 +++ audacious-itouch-0.1/src/itouch.c 2006-09-18 16:16:48.000000000 +0200 @@ -33,7 +33,6 @@ #include #include #include -#include #include typedef struct { @@ -1053,48 +1052,48 @@ void config_ok_cb(GtkWidget * w, gpointe static void load_kbdcfgs(void) { - ConfigFile *cfgfile; + ConfigDb *db; gint i; - if (cfgfile = xmms_cfg_open_file(BEEP_DATA_DIR "/audacious-itouch.config")) { - xmms_cfg_read_int(cfgfile, "Global", "config_count", + if (db = bmp_cfg_db_open()) { + bmp_cfg_db_get_int(db, "Global", "config_count", &kbdcount); kbdcfgs = calloc(kbdcount, sizeof(KeyboardConfig)); for (i = 0; i < kbdcount; i++) { gchar *cfgname = g_strdup_printf("config_%d", i); - xmms_cfg_read_string(cfgfile, cfgname, "name", + bmp_cfg_db_get_string(db, cfgname, "name", &kbdcfgs[i].name); - xmms_cfg_read_int(cfgfile, cfgname, "suspend", + bmp_cfg_db_get_int(db, cfgname, "suspend", &kbdcfgs[i].suspend); - xmms_cfg_read_int(cfgfile, cfgname, "my_home", + bmp_cfg_db_get_int(db, cfgname, "my_home", &kbdcfgs[i].my_home); - xmms_cfg_read_int(cfgfile, cfgname, "email", + bmp_cfg_db_get_int(db, cfgname, "email", &kbdcfgs[i].email); - xmms_cfg_read_int(cfgfile, cfgname, "search", + bmp_cfg_db_get_int(db, cfgname, "search", &kbdcfgs[i].search); - xmms_cfg_read_int(cfgfile, cfgname, "go", + bmp_cfg_db_get_int(db, cfgname, "go", &kbdcfgs[i].go); - xmms_cfg_read_int(cfgfile, cfgname, "mute", + bmp_cfg_db_get_int(db, cfgname, "mute", &kbdcfgs[i].mute); - xmms_cfg_read_int(cfgfile, cfgname, "vol_down", + bmp_cfg_db_get_int(db, cfgname, "vol_down", &kbdcfgs[i].vol_down); - xmms_cfg_read_int(cfgfile, cfgname, "vol_up", + bmp_cfg_db_get_int(db, cfgname, "vol_up", &kbdcfgs[i].vol_up); - xmms_cfg_read_int(cfgfile, cfgname, "play", + bmp_cfg_db_get_int(db, cfgname, "play", &kbdcfgs[i].play); - xmms_cfg_read_int(cfgfile, cfgname, "stop", + bmp_cfg_db_get_int(db, cfgname, "stop", &kbdcfgs[i].stop); - xmms_cfg_read_int(cfgfile, cfgname, "prev_track", + bmp_cfg_db_get_int(db, cfgname, "prev_track", &kbdcfgs[i].prev_track); - xmms_cfg_read_int(cfgfile, cfgname, "next_track", + bmp_cfg_db_get_int(db, cfgname, "next_track", &kbdcfgs[i].next_track); - xmms_cfg_read_int(cfgfile, cfgname, "calculator", + bmp_cfg_db_get_int(db, cfgname, "calculator", &kbdcfgs[i].calculator); - xmms_cfg_read_int(cfgfile, cfgname, "misc", + bmp_cfg_db_get_int(db, cfgname, "misc", &kbdcfgs[i].misc); g_free(cfgname); } - xmms_cfg_free(cfgfile); + bmp_cfg_db_close(db); } } --- NEW FILE audacious-itouch.spec --- # Authority: yufan %define aud_general %{_libdir}/audacious/General %define aud_datadir %{_datadir}/audacious Summary: Keyboard control plugin for the Audacious media player Name: audacious-itouch Version: 0.1 Release: 6%{?dist} License: GPL Group: Applications/Multimedia URL: http://nedudu.hu/static.php?page=audacious Source: http://nedudu.hu/downloads/audacious-itouch-%{version}.tar.bz2 Patch0: audacious-itouch-0.1-configdb.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: audacious-plugins BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser) %description With this Audacious plugin you can take advantage of the multimedia (playback and volume control) keys on your Logitech iTouch or compatible keyboard. When the plugin is used you can use the keys regardless of the current input focus. The plugin won't work if some other application (eg. xscreensaver) has grabbed the keyboard. %prep %setup -q %patch0 -p1 -b .configdb # Workaround... but is this even correct? %{__cp} -a po/Makefile.in.in po/Makefile.in %build %configure \ --libdir=%{aud_general} \ --datadir=%{aud_datadir} # Build "sometimes" fails, so remove %{?_smp_mflags}, although it seems like # that's not it. %{__make} %install %{__rm} -rf %{buildroot} %{__make} install \ libdir=%{buildroot}%{aud_general} \ datadir=%{buildroot}%{aud_datadir} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, -) %doc AUTHORS ChangeLog COPYING README %{aud_general}/libitouch.so %exclude %{aud_general}/libitouch.la %{aud_datadir}/audacious-itouch.config %changelog * Thu Dec 21 2006 Yu Fan 0.1-6 - Modify to conform Fedora Extras naming and packaging convention. * Mon Sep 18 2006 Matthias Saou 0.1-5 - Add configdb patch to make it build with the latest audacious. * Fri Mar 17 2006 Matthias Saou 0.1-4 - Release bump to drop the disttag number in FC5 build. * Mon Feb 13 2006 Matthias Saou 0.1-3 - Rebuild against audacious 0.2.2 since the main .so lib isn't versionned anymore (thus the requirement here has broke). * Mon Feb 13 2006 Matthias Saou 0.1-2 - Rebuild against proper FC4 gtk2 to fix unexisting dependencies. * Thu Feb 9 2006 Matthias Saou 0.1-1 - Initial RPM release based on bmp-itouch. - Something is weird, as the build can sometimes fail ("@CATALOGS@")... Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 06:13:33 -0000 1.1 +++ .cvsignore 21 Dec 2006 06:15:49 -0000 1.2 @@ -0,0 +1 @@ +audacious-itouch-0.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 06:13:33 -0000 1.1 +++ sources 21 Dec 2006 06:15:49 -0000 1.2 @@ -0,0 +1 @@ +7b37c3220f88df02b3cbb4ec3669d43f audacious-itouch-0.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 07:54:13 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 21 Dec 2006 02:54:13 -0500 Subject: comps comps-fe5.xml.in,1.215,1.216 comps-fe6.xml.in,1.246,1.247 Message-ID: <200612210754.kBL7sDEY005976@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5957 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add search4files Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- comps-fe5.xml.in 18 Dec 2006 08:35:32 -0000 1.215 +++ comps-fe5.xml.in 21 Dec 2006 07:53:43 -0000 1.216 @@ -919,6 +919,7 @@ rsnapshot sabayon scrub + search4files sec shorewall snort Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- comps-fe6.xml.in 18 Dec 2006 08:35:32 -0000 1.246 +++ comps-fe6.xml.in 21 Dec 2006 07:53:43 -0000 1.247 @@ -1006,6 +1006,7 @@ rsnapshot sabayon scrub + search4files sec shorewall smart From fedora-extras-commits at redhat.com Thu Dec 21 07:59:40 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 02:59:40 -0500 Subject: owners owners.list,1.2134,1.2135 Message-ID: <200612210759.kBL7xeYJ006029@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6008/owners Modified Files: owners.list Log Message: Add audacious-itouch yufanyufan at gmail.com Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2134 retrieving revision 1.2135 diff -u -r1.2134 -r1.2135 --- owners.list 21 Dec 2006 04:04:24 -0000 1.2134 +++ owners.list 21 Dec 2006 07:59:10 -0000 1.2135 @@ -89,6 +89,7 @@ Fedora Extras|atomorun|Jump&Run game where you have to flee an exploding nuclear bomb|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|audacious|A GTK2 based media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|audacious-docklet|A docklet plugin for Audacious|yufanyufan at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|audacious-itouch|Keyboard control plugin for the Audacious media player|yufanyufan at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|audacious-plugins|Plugins for the Audacious media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|audacity|A multitrack audio editor|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|aumix|Audio mixer based on ncurses|somlo at cmu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 08:14:28 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 03:14:28 -0500 Subject: rpms/audacious-itouch/devel audacious-itouch.spec,1.1,1.2 Message-ID: <200612210814.kBL8ESEZ009239@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9219 Modified Files: audacious-itouch.spec Log Message: Comment out cp op/Makefile.in.in- Index: audacious-itouch.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/audacious-itouch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-itouch.spec 21 Dec 2006 06:15:49 -0000 1.1 +++ audacious-itouch.spec 21 Dec 2006 08:13:58 -0000 1.2 @@ -28,7 +28,7 @@ %setup -q %patch0 -p1 -b .configdb # Workaround... but is this even correct? -%{__cp} -a po/Makefile.in.in po/Makefile.in +#%{__cp} -a po/Makefile.in.in po/Makefile.in %build From fedora-extras-commits at redhat.com Thu Dec 21 08:29:45 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 03:29:45 -0500 Subject: rpms/sysprof-kmod/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof-kmod.spec, 1.13, 1.14 Message-ID: <200612210829.kBL8TjSu009326@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9307 Modified Files: .cvsignore sources sysprof-kmod.spec Log Message: Version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 13:04:23 -0000 1.4 +++ .cvsignore 21 Dec 2006 08:29:15 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 13:04:23 -0000 1.4 +++ sources 21 Dec 2006 08:29:15 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sysprof-kmod.spec 22 Nov 2006 09:13:59 -0000 1.13 +++ sysprof-kmod.spec 21 Dec 2006 08:29:15 -0000 1.14 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2849.fc6} +%{!?kversion: %define kversion 2.6.19-1.2881.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -29,8 +29,8 @@ Name: %{kmod_name}-kmod -Version: 1.0.7 -Release: 1.%(echo %{kverrel} | tr - _).1 +Version: 1.0.8 +Release: 1.%(echo %{kverrel} | tr - _) Summary: Sysprof kernel module Group: System Environment/Kernel @@ -103,6 +103,10 @@ %changelog +* Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 +- version update +- rebuild for kernel 2.6.19-1.2881 + * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update - use Release 1.1 to be sure EVR in devel is newer than FC6 From fedora-extras-commits at redhat.com Thu Dec 21 09:08:31 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 04:08:31 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.14,1.15 Message-ID: <200612210908.kBL98V9w013144@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13129 Modified Files: sysprof-kmod.spec Log Message: Use an existing kernel EVR... Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sysprof-kmod.spec 21 Dec 2006 08:29:15 -0000 1.14 +++ sysprof-kmod.spec 21 Dec 2006 09:08:01 -0000 1.15 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.19-1.2881.fc7} +%{!?kversion: %define kversion 2.6.19-1.2889.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -105,7 +105,7 @@ %changelog * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update -- rebuild for kernel 2.6.19-1.2881 +- rebuild for kernel 2.6.19-1.2889 * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update From fedora-extras-commits at redhat.com Thu Dec 21 09:14:12 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 04:14:12 -0500 Subject: rpms/gchempaint/devel .cvsignore, 1.2, 1.3 gchempaint.spec, 1.1, 1.2 sources, 1.2, 1.3 18159.patch, 1.1, NONE Message-ID: <200612210914.kBL9ECI4013208@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13189 Modified Files: .cvsignore gchempaint.spec sources Removed Files: 18159.patch Log Message: * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 17:19:46 -0000 1.2 +++ .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 @@ -1 +1 @@ -gchempaint-0.6.6.tar.gz +gchempaint-0.6.7.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/gchempaint.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gchempaint.spec 18 Dec 2006 17:19:46 -0000 1.1 +++ gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 @@ -1,13 +1,12 @@ Name: gchempaint -Version: 0.6.6 -Release: 5%{?dist} +Version: 0.6.7 +Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: 18159.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -48,13 +47,13 @@ %prep %setup -q -%patch0 -p0 -b .amd64crashfix %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper + --disable-scrollkeeper \ + --with-kde-desktopdir=%{_datadir}/mimelnk/application make %{?_smp_mflags} @@ -132,6 +131,7 @@ %{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-application-x-gchempaint.png %{_datadir}/gnome/help/gchempaint %{_datadir}/mime/packages/gchempaint.xml +%{_datadir}/mimelnk %{_datadir}/omf/gchempaint #disable -devel package for now @@ -142,6 +142,10 @@ %changelog +* Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 +- Updated to 0.6.7 +- Dropped upstreamed patches + * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash - Disabled -devel package until undefined non-weak symbols issue is fixed Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 17:19:46 -0000 1.2 +++ sources 21 Dec 2006 09:13:42 -0000 1.3 @@ -1 +1 @@ -143ca4a852e58cec6a00517ab9df2303 gchempaint-0.6.6.tar.gz +9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz --- 18159.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 21 09:25:16 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 04:25:16 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.15,1.16 Message-ID: <200612210925.kBL9PGAx013276@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13253 Modified Files: sysprof-kmod.spec Log Message: Disable xen variant Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sysprof-kmod.spec 21 Dec 2006 09:08:01 -0000 1.15 +++ sysprof-kmod.spec 21 Dec 2006 09:24:46 -0000 1.16 @@ -17,9 +17,9 @@ %ifarch ppc %define smp smp %endif -%ifarch i686 x86_64 ia64 -%define xen xen -%endif +# %ifarch i686 x86_64 ia64 +# %define xen xen +# %endif %ifarch i686 x86_64 ppc64 ppc64iseries %define kdump kdump %endif @@ -106,6 +106,7 @@ * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update - rebuild for kernel 2.6.19-1.2889 +- disable xen variant * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update From fedora-extras-commits at redhat.com Thu Dec 21 09:52:46 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 04:52:46 -0500 Subject: rpms/audacious-itouch/devel audacious-itouch.spec,1.2,1.3 Message-ID: <200612210952.kBL9qkmb013485@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13470 Modified Files: audacious-itouch.spec Log Message: add autoconf Index: audacious-itouch.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/audacious-itouch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- audacious-itouch.spec 21 Dec 2006 08:13:58 -0000 1.2 +++ audacious-itouch.spec 21 Dec 2006 09:52:16 -0000 1.3 @@ -12,9 +12,10 @@ URL: http://nedudu.hu/static.php?page=audacious Source: http://nedudu.hu/downloads/audacious-itouch-%{version}.tar.bz2 Patch0: audacious-itouch-0.1-configdb.patch +Patch1: audacious-itouch-0.1-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: audacious-plugins -BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser) +BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser), autoconf %description With this Audacious plugin you can take advantage of the multimedia (playback @@ -27,11 +28,10 @@ %prep %setup -q %patch0 -p1 -b .configdb -# Workaround... but is this even correct? -#%{__cp} -a po/Makefile.in.in po/Makefile.in - +%patch1 -p1 -b .configure %build +%{__autoconf} %configure \ --libdir=%{aud_general} \ --datadir=%{aud_datadir} From fedora-extras-commits at redhat.com Thu Dec 21 09:55:17 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 04:55:17 -0500 Subject: rpms/audacious-itouch/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612210955.kBL9tHlS013534@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13511 Modified Files: .cvsignore sources Log Message: Add configure.patch- Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Dec 2006 06:15:49 -0000 1.2 +++ .cvsignore 21 Dec 2006 09:54:47 -0000 1.3 @@ -1 +1,2 @@ audacious-itouch-0.1.tar.bz2 +audacious-itouch-0.1-configure.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Dec 2006 06:15:49 -0000 1.2 +++ sources 21 Dec 2006 09:54:47 -0000 1.3 @@ -1 +1,2 @@ 7b37c3220f88df02b3cbb4ec3669d43f audacious-itouch-0.1.tar.bz2 +a1892664d13be0b99ca34a531d39a54c audacious-itouch-0.1-configure.patch From fedora-extras-commits at redhat.com Thu Dec 21 09:58:02 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 04:58:02 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.16,1.17 Message-ID: <200612210958.kBL9w2XT013614@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13594 Modified Files: sysprof-kmod.spec Log Message: disabling xen: new attempt Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sysprof-kmod.spec 21 Dec 2006 09:24:46 -0000 1.16 +++ sysprof-kmod.spec 21 Dec 2006 09:57:32 -0000 1.17 @@ -17,9 +17,9 @@ %ifarch ppc %define smp smp %endif -# %ifarch i686 x86_64 ia64 -# %define xen xen -# %endif +#ifarch i686 x86_64 ia64 +#define xen xen +#endif %ifarch i686 x86_64 ppc64 ppc64iseries %define kdump kdump %endif From fedora-extras-commits at redhat.com Thu Dec 21 10:16:14 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 05:16:14 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.17,1.18 Message-ID: <200612211016.kBLAGEm4016882@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16809 Modified Files: sysprof-kmod.spec Log Message: disable kdump for i686 Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sysprof-kmod.spec 21 Dec 2006 09:57:32 -0000 1.17 +++ sysprof-kmod.spec 21 Dec 2006 10:15:44 -0000 1.18 @@ -20,7 +20,7 @@ #ifarch i686 x86_64 ia64 #define xen xen #endif -%ifarch i686 x86_64 ppc64 ppc64iseries +%ifarch x86_64 ppc64 ppc64iseries %define kdump kdump %endif %{!?kvariants: %define kvariants "" %{?pae} %{?smp} %{?xen} %{?kdump}} @@ -106,7 +106,7 @@ * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update - rebuild for kernel 2.6.19-1.2889 -- disable xen variant +- disable xen variant (all archs) and kdump (on i686) * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update From fedora-extras-commits at redhat.com Thu Dec 21 10:32:10 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 05:32:10 -0500 Subject: rpms/sysprof/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof.spec, 1.5, 1.6 Message-ID: <200612211032.kBLAWA8F017060@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17041 Modified Files: .cvsignore sources sysprof.spec Log Message: version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 13:08:48 -0000 1.4 +++ .cvsignore 21 Dec 2006 10:31:40 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 13:08:48 -0000 1.4 +++ sources 21 Dec 2006 10:31:40 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof/devel/sysprof.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sysprof.spec 21 Nov 2006 13:08:48 -0000 1.5 +++ sysprof.spec 21 Dec 2006 10:31:40 -0000 1.6 @@ -1,5 +1,5 @@ Name: sysprof -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System @@ -61,6 +61,9 @@ %{_datadir}/applications/*.desktop %changelog +* Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Thu Dec 21 11:14:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 21 Dec 2006 06:14:24 -0500 Subject: rpms/galeon/FC-6 galeon.spec,1.26,1.27 Message-ID: <200612211114.kBLBEOMo020343@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20321 Modified Files: galeon.spec Log Message: Rebuild for firefox 1.5.0.9, gecko 1.8.0.9 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/FC-6/galeon.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- galeon.spec 8 Nov 2006 18:27:00 -0000 1.26 +++ galeon.spec 21 Dec 2006 11:13:54 -0000 1.27 @@ -1,7 +1,9 @@ +%define gecko_ver 1.8.0.9 + Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.3 -Release: 4%{?dist} +Release: 4%{?dist}.1 License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -12,10 +14,13 @@ BuildRequires: gettext desktop-file-utils BuildRequires: gtk2-devel >= 2.4.0 BuildRequires: gnome-desktop-devel -BuildRequires: gecko-devel +BuildRequires: gecko-devel = %{gecko_ver} BuildRequires: libgnomeui-devel >= 2.5.2 BuildRequires: perl(XML::Parser) scrollkeeper BuildRequires: intltool + +Requires: gecko-libs = %{gecko_ver} + Requires(post): desktop-file-utils Requires(postun): desktop-file-utils Requires(pre): GConf2 @@ -110,6 +115,9 @@ %changelog +* Thu Dec 21 2006 Denis Leroy - 2.0.3-4.1 +- Rebuild for firefox 1.5.0.9, gecko 1.8.0.9 + * Wed Nov 8 2006 Denis Leroy - 2.0.3-4 - Rebuild for firefox 1.5.0.8 From fedora-extras-commits at redhat.com Thu Dec 21 11:20:17 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:20:17 -0500 Subject: rpms/shorewall/devel .cvsignore, 1.22, 1.23 shorewall.spec, 1.29, 1.30 sources, 1.22, 1.23 Message-ID: <200612211120.kBLBKHpk020488@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20462 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 8 Nov 2006 02:09:05 -0000 1.22 +++ .cvsignore 21 Dec 2006 11:19:47 -0000 1.23 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- shorewall.spec 8 Nov 2006 02:09:05 -0000 1.29 +++ shorewall.spec 21 Dec 2006 11:19:47 -0000 1.30 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 8 Nov 2006 02:09:05 -0000 1.22 +++ sources 21 Dec 2006 11:19:47 -0000 1.23 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 11:24:57 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:24:57 -0500 Subject: rpms/solfege - New directory Message-ID: <200612211124.kBLBOvKh020621@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20617/solfege Log Message: Directory /cvs/extras/rpms/solfege added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 11:25:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:25:02 -0500 Subject: rpms/solfege/devel - New directory Message-ID: <200612211125.kBLBP2cl020639@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20617/solfege/devel Log Message: Directory /cvs/extras/rpms/solfege/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 11:25:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:25:42 -0500 Subject: rpms/solfege Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612211125.kBLBPgZc020668@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20662 Added Files: Makefile import.log Log Message: Setup of module solfege --- NEW FILE Makefile --- # Top level Makefile for module solfege all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 11:25:47 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:25:47 -0500 Subject: rpms/solfege/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612211125.kBLBPlOF020683@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20662/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module solfege --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 11:28:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:28:07 -0500 Subject: rpms/solfege/devel solfege.sh.in, NONE, 1.1 solfege.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612211128.kBLBS7Ok020768@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20729/devel Modified Files: .cvsignore sources Added Files: solfege.sh.in solfege.spec Log Message: auto-import solfege-3.6.4-6 on branch devel from solfege-3.6.4-6.src.rpm --- NEW FILE solfege.sh.in --- #!/bin/sh #Wrapper script for solfege to ensure that the esound daemon is running solfegebin="/usr/libexec/solfege-bin" esdpid=`/sbin/pidof -o %PPID /usr/bin/esd` #check if esd is running if [ -z $esdpid ] then #start esound daemon, terminate it when all client close esd -nobeeps & echo $!> ~/.solfege-esd.pid fi #start solfege $solfegebin #if esd was invoked, close it if [ -e ~/.solfege-esd.pid ] then kill -9 `cat ~/.solfege-esd.pid` && rm -f ~/.solfege-esd.pid fi --- NEW FILE solfege.spec --- #override hardcoded stylesheet path %define stylesheet %(ls %_datadir/sgml/docbook/xsl-stylesheets-1.*/html/chunk.xsl) Name: solfege Version: 3.6.4 Release: 6%{?dist} Summary: Music education software Group: Applications/Multimedia License: GPL URL: http://www.solfege.org/ Source0: http://dl.sourceforge.net/solfege/%{name}-%{version}.tar.gz Source1: solfege.sh.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: texinfo, swig, gettext, docbook-style-xsl BuildRequires: pygtk2-devel, libxslt BuildRequires: desktop-file-utils Requires: timidity++, gnome-python2-gtkhtml2, esound Requires: pygtk2 %description Solfege is free music education software. Use it to train your rhythm, interval, scale and chord skills. Solfege - Smarten your ears! %prep %setup -q #preserve timestamps %{__sed} -i.stamp -e 's|shutil\.copy|shutil.copy2|' tools/pcopy.py %build export INSTALL="%{__install} -c -p" %configure --enable-docbook-stylesheet=%stylesheet make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %{__mkdir} $RPM_BUILD_ROOT%{_libexecdir} %{__mv} $RPM_BUILD_ROOT%{_bindir}/solfege $RPM_BUILD_ROOT%{_libexecdir}/solfege-bin #permissions %{__chmod} 755 $RPM_BUILD_ROOT%{_datadir}/solfege/mpd/testsetup.py %{__chmod} 755 $RPM_BUILD_ROOT%{_datadir}/solfege/src/testsetup.py %{__chmod} 755 $RPM_BUILD_ROOT%{_libdir}/solfege/*.so #Change encoding to UTF-8 for f in AUTHORS README ; do iconv -f ISO-8859-15 -t UTF-8 $f > ${f}.tmp && \ %{__mv} -f ${f}.tmp ${f} || \ %{__rm} -f ${f}.tmp done #Setup wrapper script %{__install} -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/solfege %find_lang %{name} desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --remove-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc README AUTHORS COPYING %config(noreplace) %{_sysconfdir}/* %{_bindir}/* %{_libexecdir}/* %{_libdir}/solfege %{_datadir}/solfege/ %{_datadir}/applications/* %{_datadir}/pixmaps/* %{_mandir}/man?/* %changelog * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file - Fix changelog * Tue Dec 19 2006 Sindre Pedersen Bj??rdal - 3.6.4-5 - Move original binary to %%{_libexecdir} - Remove X-Fedora Category from meny entry - Add pygtk2 Requires - Replace libxlst-devel BuildRequires with libxlst - Keep timestamps for image files - Convert AUTHORS and README from iso8859 to UTF-8 * Fri Dec 15 2006 Sindre Pedersen Bj??rdal - 3.6.4-4 - Fix permissions issue in wrapper script - Fix debuginfo package - Fix indentation * Fri Dec 15 2006 Sindre Pedersen Bj??rdal - 3.6.4-3 - Change permissions * Thu Dec 14 2006 Sindre Pedersen Bj??rdal - 3.6.4-2 - Use install to install wrapper script - Improvements to wrapper script * Thu Dec 14 2006 Sindre Pedersen Bj??rdal - 3.6.4-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 11:25:47 -0000 1.1 +++ .cvsignore 21 Dec 2006 11:27:37 -0000 1.2 @@ -0,0 +1 @@ +solfege-3.6.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 11:25:47 -0000 1.1 +++ sources 21 Dec 2006 11:27:37 -0000 1.2 @@ -0,0 +1 @@ +71401b22158410d95595c308c6fee714 solfege-3.6.4.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 11:28:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:28:07 -0500 Subject: rpms/solfege import.log,1.1,1.2 Message-ID: <200612211128.kBLBS7Ii020764@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20729 Modified Files: import.log Log Message: auto-import solfege-3.6.4-6 on branch devel from solfege-3.6.4-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/solfege/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 11:25:42 -0000 1.1 +++ import.log 21 Dec 2006 11:27:37 -0000 1.2 @@ -0,0 +1 @@ +solfege-3_6_4-6:HEAD:solfege-3.6.4-6.src.rpm:1166700924 From fedora-extras-commits at redhat.com Thu Dec 21 11:33:12 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:33:12 -0500 Subject: rpms/shorewall/FC-6 .cvsignore, 1.22, 1.23 shorewall.spec, 1.29, 1.30 sources, 1.22, 1.23 Message-ID: <200612211133.kBLBXC1U020852@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20818 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-6/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 8 Nov 2006 02:12:01 -0000 1.22 +++ .cvsignore 21 Dec 2006 11:32:42 -0000 1.23 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-6/shorewall.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- shorewall.spec 8 Nov 2006 02:12:01 -0000 1.29 +++ shorewall.spec 21 Dec 2006 11:32:42 -0000 1.30 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-6/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 8 Nov 2006 02:12:01 -0000 1.22 +++ sources 21 Dec 2006 11:32:42 -0000 1.23 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 11:33:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:33:15 -0500 Subject: owners owners.list,1.2135,1.2136 Message-ID: <200612211133.kBLBXFWp020857@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20814 Modified Files: owners.list Log Message: Added solfege, maintained by me Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2135 retrieving revision 1.2136 diff -u -r1.2135 -r1.2136 --- owners.list 21 Dec 2006 07:59:10 -0000 1.2135 +++ owners.list 21 Dec 2006 11:32:45 -0000 1.2136 @@ -2282,6 +2282,7 @@ Fedora Extras|sobby|Standalone obby server|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|socat|Relay application for bidirectional data transfer|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|sodipodi|Vector-based drawing program|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|solfege|Music education software|foolish at guezz.net|extras-qa at fedoraproject.org| Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|soundconverter|A simple sound converter application for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 11:34:57 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:34:57 -0500 Subject: rpms/shorewall/FC-5 .cvsignore, 1.20, 1.21 shorewall.spec, 1.27, 1.28 sources, 1.20, 1.21 Message-ID: <200612211134.kBLBYvbu020918@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20899 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 8 Nov 2006 02:16:03 -0000 1.20 +++ .cvsignore 21 Dec 2006 11:34:27 -0000 1.21 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/shorewall.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- shorewall.spec 8 Nov 2006 02:16:03 -0000 1.27 +++ shorewall.spec 21 Dec 2006 11:34:27 -0000 1.28 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 8 Nov 2006 02:16:03 -0000 1.20 +++ sources 21 Dec 2006 11:34:27 -0000 1.21 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 11:36:22 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:36:22 -0500 Subject: rpms/shorewall/FC-4 .cvsignore, 1.14, 1.15 shorewall.spec, 1.22, 1.23 sources, 1.14, 1.15 Message-ID: <200612211136.kBLBaMPG020981@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20962 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 8 Nov 2006 02:17:36 -0000 1.14 +++ .cvsignore 21 Dec 2006 11:35:52 -0000 1.15 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/shorewall.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- shorewall.spec 8 Nov 2006 02:17:36 -0000 1.22 +++ shorewall.spec 21 Dec 2006 11:35:52 -0000 1.23 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 8 Nov 2006 02:17:36 -0000 1.14 +++ sources 21 Dec 2006 11:35:52 -0000 1.15 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 13:28:39 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Thu, 21 Dec 2006 08:28:39 -0500 Subject: rpms/pyxdg/devel pyxdg.spec,1.4,1.5 Message-ID: <200612211328.kBLDSdd4027620@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/pyxdg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27598 Modified Files: pyxdg.spec Log Message: * Thu Dec 21 2006 Patrice Dumas - 0.15-4 - rebuild for python 2.5 Index: pyxdg.spec =================================================================== RCS file: /cvs/extras/rpms/pyxdg/devel/pyxdg.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pyxdg.spec 23 Sep 2006 14:36:58 -0000 1.4 +++ pyxdg.spec 21 Dec 2006 13:28:09 -0000 1.5 @@ -2,7 +2,7 @@ Name: pyxdg Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PyXDG is a python library to access freedesktop.org standards @@ -38,6 +38,9 @@ %{python_sitelib}/xdg %changelog +* Thu Dec 21 2006 Patrice Dumas - 0.15-4 +- rebuild for python 2.5 + * Sat Sep 23 2006 Tom "spot" Callaway - 0.15-3 - rebuild for fc6 From fedora-extras-commits at redhat.com Thu Dec 21 13:33:17 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 08:33:17 -0500 Subject: rpms/eclipse-subclipse/devel eclipse-subclipse-1.1.9-default-javasvn.patch, NONE, 1.1 eclipse-subclipse-1.1.9-plugin-classpath.patch, NONE, 1.1 subclipse-fetch-1.1.9.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 eclipse-subclipse.spec, 1.3, 1.4 sources, 1.3, 1.4 eclipse-subclipse-1.0.1-default-javasvn.patch, 1.1, NONE eclipse-subclipse-1.1.8-plugin-classpath.patch, 1.1, NONE subclipse-fetch-1.1.8.sh, 1.1, NONE svnClientAdapter-1.1.4-javac-target.patch, 1.1, NONE Message-ID: <200612211333.kBLDXHrY027672@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27646 Modified Files: .cvsignore eclipse-subclipse.spec sources Added Files: eclipse-subclipse-1.1.9-default-javasvn.patch eclipse-subclipse-1.1.9-plugin-classpath.patch subclipse-fetch-1.1.9.sh Removed Files: eclipse-subclipse-1.0.1-default-javasvn.patch eclipse-subclipse-1.1.8-plugin-classpath.patch subclipse-fetch-1.1.8.sh svnClientAdapter-1.1.4-javac-target.patch Log Message: Update to upstream 1.1.9 eclipse-subclipse-1.1.9-default-javasvn.patch: --- NEW FILE eclipse-subclipse-1.1.9-default-javasvn.patch --- diff -Naur subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java --- subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-12-21 08:21:36.000000000 -0400 @@ -52,9 +52,8 @@ */ public void setSvnClientInterface(String svnClientInterface) { if (svnClientInterface == null) { - // if no specific interface is specified, load JavaHL - // if JavaHL fails to load, then JavaSVN will load - loadJavaHLAdapter(); + // if no specific interface is specified, load JavaSVN + loadSVNKitAdapter(); try { this.svnClientInterface = SVNClientAdapterFactory.getPreferredSVNClientType(); } catch (SVNClientException e) { @@ -138,7 +137,8 @@ } public void loadAdapters() { - loadJavaHLAdapter(); + // disabling until classloader bug fix is available + // loadJavaHLAdapter(); loadSVNKitAdapter(); } diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-12-21 08:23:40.000000000 -0400 @@ -177,7 +177,9 @@ group.setLayoutData(gridData); layout = new GridLayout(); group.setLayout(layout); + // setting disabled until classloader problem is fixed javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl"),1); //$NON-NLS-1$ + javahlRadio.setEnabled(false); svnKitRadio = createRadio(group, Policy.bind("SVNPreferencePage.javasvn"),1); //$NON-NLS-1$ Listener checkInterfaceListener = new Listener() { public void handleEvent(Event event) { diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-12-21 08:19:46.000000000 -0400 @@ -81,7 +81,7 @@ store.setDefault(ISVNUIConstants.PREF_REMOVE_UNADDED_RESOURCES_ON_REPLACE, true); store.setDefault(ISVNUIConstants.PREF_COMMIT_SET_DEFAULT_ENABLEMENT, false); - store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JhlClientAdapterFactory.JAVAHL_CLIENT); + store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, SvnKitClientAdapterFactory.SVNKIT_CLIENT); store.setDefault(ISVNUIConstants.PREF_SVNCONFIGDIR, ""); //$NON-NLS-1$ store.setDefault(ISVNUIConstants.PREF_FETCH_CHANGE_PATH_ON_DEMAND, false); eclipse-subclipse-1.1.9-plugin-classpath.patch: --- NEW FILE eclipse-subclipse-1.1.9-plugin-classpath.patch --- diff -Naur subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF --- subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF 2006-10-23 13:10:29.000000000 -0400 +++ subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF 2006-11-08 07:16:12.000000000 -0400 @@ -2,7 +2,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true Bundle-Version: 1.1.9 -Bundle-ClassPath: ., +Bundle-ClassPath: lib/subclipse-core.jar, lib/svnClientAdapter.jar, lib/svnjavahl.jar, lib/javasvn.jar, --- NEW FILE subclipse-fetch-1.1.9.sh --- #!/bin/sh VERSION=1.1.9 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION find $VERSION -name \*.dll | xargs rm mv $VERSION subclipse-$VERSION tar -czf subclipse-$VERSION.tgz subclipse-$VERSION Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Nov 2006 11:36:57 -0000 1.3 +++ .cvsignore 21 Dec 2006 13:32:47 -0000 1.4 @@ -1 +1 @@ -subclipse-1.1.8.tgz +subclipse-1.1.9.tgz Index: eclipse-subclipse.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eclipse-subclipse.spec 8 Nov 2006 11:36:57 -0000 1.3 +++ eclipse-subclipse.spec 21 Dec 2006 13:32:47 -0000 1.4 @@ -7,7 +7,7 @@ Name: eclipse-subclipse -Version: 1.1.8 +Version: 1.1.9 Release: 2%{?dist} Summary: Subversion Eclipse plugin @@ -18,15 +18,14 @@ # Script to fetch the source code # the new source tarball does not includes the book feature and the layout is # different than the source repository -Source10: subclipse-fetch-1.1.8.sh +Source10: subclipse-fetch-1.1.9.sh # Disable javahl support temporaly until apparent classloader problem is fixed -Patch0: eclipse-subclipse-1.0.1-default-javasvn.patch -Patch1: svnClientAdapter-1.1.4-javac-target.patch +Patch0: eclipse-subclipse-1.1.9-default-javasvn.patch # This patch is applied after the build has finished when unpacking the plugin # jar and replacing internal jars with links to its dependencies. It can not be # applied at "prep" stage because it causes errors at build time -Source50: eclipse-subclipse-1.1.8-plugin-classpath.patch +Source50: eclipse-subclipse-1.1.9-plugin-classpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant @@ -74,7 +73,6 @@ %prep %setup -q -n subclipse-%{version} %patch -p1 -%patch1 -p1 # delete the jars that are in the archive rm svnClientAdapter/lib/svnjavahl.jar @@ -116,28 +114,46 @@ homedir=$(cd home > /dev/null && pwd) # build the main subclipse feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.subclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.subclipse \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # build the subclipse book feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.book \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.book \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # returning to base build directory popd @@ -211,6 +227,11 @@ %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog +* Thu Dec 21 2006 Robert Marcano 1.1.9-2 +- Update to upstream 1.1.9 +- Removed patch that added source attribute to the javac ant task +- Using the "eclipse" launcher + * Wed Nov 08 2006 Robert Marcano 1.1.8-2 - Update to upstream 1.1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Nov 2006 11:36:57 -0000 1.3 +++ sources 21 Dec 2006 13:32:47 -0000 1.4 @@ -1 +1 @@ -bbc6dd6c7cb8107fe3906460b2f556e4 subclipse-1.1.8.tgz +aba44eb41923745925b0a16ccf83f45b subclipse-1.1.9.tgz --- eclipse-subclipse-1.0.1-default-javasvn.patch DELETED --- --- eclipse-subclipse-1.1.8-plugin-classpath.patch DELETED --- --- subclipse-fetch-1.1.8.sh DELETED --- --- svnClientAdapter-1.1.4-javac-target.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 21 14:21:53 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:21:53 -0500 Subject: rpms/xfce4-timer-plugin - New directory Message-ID: <200612211421.kBLELrll030972@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30968/xfce4-timer-plugin Log Message: Directory /cvs/extras/rpms/xfce4-timer-plugin added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 14:21:58 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:21:58 -0500 Subject: rpms/xfce4-timer-plugin/devel - New directory Message-ID: <200612211421.kBLELwNo030987@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30968/xfce4-timer-plugin/devel Log Message: Directory /cvs/extras/rpms/xfce4-timer-plugin/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 14:26:50 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:26:50 -0500 Subject: rpms/xfce4-timer-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612211426.kBLEQoPS031025@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31020/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-timer-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 14:28:17 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:28:17 -0500 Subject: rpms/xfce4-timer-plugin/devel xfce4-timer-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612211428.kBLESHK0031089@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31064/devel Modified Files: .cvsignore sources Added Files: xfce4-timer-plugin.spec Log Message: auto-import xfce4-timer-plugin-0.5-1.fc7 on branch devel from xfce4-timer-plugin-0.5-1.fc7.src.rpm --- NEW FILE xfce4-timer-plugin.spec --- Name: xfce4-timer-plugin Version: 0.5 Release: 1%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) Requires: xfce4-panel >= 4.3.99.1 %description A timer for the Xfce panel. It supports countdown periods and alarms at certain times. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang xfce4-timer %clean rm -rf $RPM_BUILD_ROOT %files -f xfce4-timer.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libexecdir}/xfce4/panel-plugins/xfce4-timer %{_datadir}/xfce4/panel-plugins/*.desktop %changelog * Sat Sep 23 2006 Christoph Wickert - 0.5-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-timer-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 14:26:50 -0000 1.1 +++ .cvsignore 21 Dec 2006 14:27:47 -0000 1.2 @@ -0,0 +1 @@ +xfce4-timer-plugin-0.5.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-timer-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 14:26:50 -0000 1.1 +++ sources 21 Dec 2006 14:27:47 -0000 1.2 @@ -0,0 +1 @@ +fe20a7c1bba78d6c2a7483a894294155 xfce4-timer-plugin-0.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 14:32:17 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 09:32:17 -0500 Subject: rpms/eclipse-subclipse/FC-6 eclipse-subclipse-1.1.9-default-javasvn.patch, NONE, 1.1 eclipse-subclipse-1.1.9-plugin-classpath.patch, NONE, 1.1 subclipse-fetch-1.1.9.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 eclipse-subclipse.spec, 1.3, 1.4 sources, 1.3, 1.4 eclipse-subclipse-1.0.1-default-javasvn.patch, 1.1, NONE eclipse-subclipse-1.1.8-plugin-classpath.patch, 1.1, NONE subclipse-fetch-1.1.8.sh, 1.1, NONE svnClientAdapter-1.1.4-javac-target.patch, 1.1, NONE Message-ID: <200612211432.kBLEWHLU031173@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31147 Modified Files: .cvsignore eclipse-subclipse.spec sources Added Files: eclipse-subclipse-1.1.9-default-javasvn.patch eclipse-subclipse-1.1.9-plugin-classpath.patch subclipse-fetch-1.1.9.sh Removed Files: eclipse-subclipse-1.0.1-default-javasvn.patch eclipse-subclipse-1.1.8-plugin-classpath.patch subclipse-fetch-1.1.8.sh svnClientAdapter-1.1.4-javac-target.patch Log Message: update to upstream 1.1.9 eclipse-subclipse-1.1.9-default-javasvn.patch: --- NEW FILE eclipse-subclipse-1.1.9-default-javasvn.patch --- diff -Naur subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java --- subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-12-21 08:21:36.000000000 -0400 @@ -52,9 +52,8 @@ */ public void setSvnClientInterface(String svnClientInterface) { if (svnClientInterface == null) { - // if no specific interface is specified, load JavaHL - // if JavaHL fails to load, then JavaSVN will load - loadJavaHLAdapter(); + // if no specific interface is specified, load JavaSVN + loadSVNKitAdapter(); try { this.svnClientInterface = SVNClientAdapterFactory.getPreferredSVNClientType(); } catch (SVNClientException e) { @@ -138,7 +137,8 @@ } public void loadAdapters() { - loadJavaHLAdapter(); + // disabling until classloader bug fix is available + // loadJavaHLAdapter(); loadSVNKitAdapter(); } diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-12-21 08:23:40.000000000 -0400 @@ -177,7 +177,9 @@ group.setLayoutData(gridData); layout = new GridLayout(); group.setLayout(layout); + // setting disabled until classloader problem is fixed javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl"),1); //$NON-NLS-1$ + javahlRadio.setEnabled(false); svnKitRadio = createRadio(group, Policy.bind("SVNPreferencePage.javasvn"),1); //$NON-NLS-1$ Listener checkInterfaceListener = new Listener() { public void handleEvent(Event event) { diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-12-21 08:19:46.000000000 -0400 @@ -81,7 +81,7 @@ store.setDefault(ISVNUIConstants.PREF_REMOVE_UNADDED_RESOURCES_ON_REPLACE, true); store.setDefault(ISVNUIConstants.PREF_COMMIT_SET_DEFAULT_ENABLEMENT, false); - store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JhlClientAdapterFactory.JAVAHL_CLIENT); + store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, SvnKitClientAdapterFactory.SVNKIT_CLIENT); store.setDefault(ISVNUIConstants.PREF_SVNCONFIGDIR, ""); //$NON-NLS-1$ store.setDefault(ISVNUIConstants.PREF_FETCH_CHANGE_PATH_ON_DEMAND, false); eclipse-subclipse-1.1.9-plugin-classpath.patch: --- NEW FILE eclipse-subclipse-1.1.9-plugin-classpath.patch --- diff -Naur subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF --- subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF 2006-10-23 13:10:29.000000000 -0400 +++ subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF 2006-11-08 07:16:12.000000000 -0400 @@ -2,7 +2,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true Bundle-Version: 1.1.9 -Bundle-ClassPath: ., +Bundle-ClassPath: lib/subclipse-core.jar, lib/svnClientAdapter.jar, lib/svnjavahl.jar, lib/javasvn.jar, --- NEW FILE subclipse-fetch-1.1.9.sh --- #!/bin/sh VERSION=1.1.9 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION find $VERSION -name \*.dll | xargs rm mv $VERSION subclipse-$VERSION tar -czf subclipse-$VERSION.tgz subclipse-$VERSION Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Nov 2006 15:29:38 -0000 1.3 +++ .cvsignore 21 Dec 2006 14:31:46 -0000 1.4 @@ -1 +1 @@ -subclipse-1.1.8.tgz +subclipse-1.1.9.tgz Index: eclipse-subclipse.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/eclipse-subclipse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eclipse-subclipse.spec 8 Nov 2006 15:29:38 -0000 1.3 +++ eclipse-subclipse.spec 21 Dec 2006 14:31:46 -0000 1.4 @@ -7,7 +7,7 @@ Name: eclipse-subclipse -Version: 1.1.8 +Version: 1.1.9 Release: 2%{?dist} Summary: Subversion Eclipse plugin @@ -18,15 +18,14 @@ # Script to fetch the source code # the new source tarball does not includes the book feature and the layout is # different than the source repository -Source10: subclipse-fetch-1.1.8.sh +Source10: subclipse-fetch-1.1.9.sh # Disable javahl support temporaly until apparent classloader problem is fixed -Patch0: eclipse-subclipse-1.0.1-default-javasvn.patch -Patch1: svnClientAdapter-1.1.4-javac-target.patch +Patch0: eclipse-subclipse-1.1.9-default-javasvn.patch # This patch is applied after the build has finished when unpacking the plugin # jar and replacing internal jars with links to its dependencies. It can not be # applied at "prep" stage because it causes errors at build time -Source50: eclipse-subclipse-1.1.8-plugin-classpath.patch +Source50: eclipse-subclipse-1.1.9-plugin-classpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant @@ -74,7 +73,6 @@ %prep %setup -q -n subclipse-%{version} %patch -p1 -%patch1 -p1 # delete the jars that are in the archive rm svnClientAdapter/lib/svnjavahl.jar @@ -116,28 +114,46 @@ homedir=$(cd home > /dev/null && pwd) # build the main subclipse feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.subclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.subclipse \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # build the subclipse book feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.book \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.book \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # returning to base build directory popd @@ -211,6 +227,11 @@ %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog +* Thu Dec 21 2006 Robert Marcano 1.1.9-2 +- Update to upstream 1.1.9 +- Removed patch that added source attribute to the javac ant task +- Using the "eclipse" launcher + * Wed Nov 08 2006 Robert Marcano 1.1.8-2 - Update to upstream 1.1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Nov 2006 15:29:38 -0000 1.3 +++ sources 21 Dec 2006 14:31:46 -0000 1.4 @@ -1 +1 @@ -bbc6dd6c7cb8107fe3906460b2f556e4 subclipse-1.1.8.tgz +aba44eb41923745925b0a16ccf83f45b subclipse-1.1.9.tgz --- eclipse-subclipse-1.0.1-default-javasvn.patch DELETED --- --- eclipse-subclipse-1.1.8-plugin-classpath.patch DELETED --- --- subclipse-fetch-1.1.8.sh DELETED --- --- svnClientAdapter-1.1.4-javac-target.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 21 15:55:23 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 10:55:23 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.5,1.6 Message-ID: <200612211555.kBLFtNaV002156@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2139 Modified Files: tomoe.spec Log Message: update to 0.4.0. Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tomoe.spec 15 Sep 2006 15:27:26 -0000 1.5 +++ tomoe.spec 21 Dec 2006 15:54:53 -0000 1.6 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 - mass rebuilding. From fedora-extras-commits at redhat.com Thu Dec 21 16:01:40 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:01:40 -0500 Subject: rpms/tomoe/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612211601.kBLG1e2G005413@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2252 Modified Files: .cvsignore sources Log Message: Import tomoe-0.4.0.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2005 09:28:46 -0000 1.2 +++ .cvsignore 21 Dec 2006 16:01:10 -0000 1.3 @@ -1 +1 @@ -tomoe-0.2.1.tar.gz +tomoe-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:01:10 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 16:08:05 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:08:05 -0500 Subject: rpms/tomoe/FC-5 sources,1.2,1.3 tomoe.spec,1.3,1.4 Message-ID: <200612211608.kBLG85Yb005497@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5475 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:07:35 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-5/tomoe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tomoe.spec 1 Mar 2006 06:20:08 -0000 1.3 +++ tomoe.spec 21 Dec 2006 16:07:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 +- mass rebuilding. + * Wed Mar 1 2006 Ryo Dairiki - 0.2.1-4 - sync with libtomoe-gtk From fedora-extras-commits at redhat.com Thu Dec 21 16:10:40 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:10:40 -0500 Subject: rpms/tomoe/FC-3 sources,1.2,1.3 tomoe.spec,1.3,1.4 Message-ID: <200612211610.kBLGAeCJ005578@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5543 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:10:10 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-3/tomoe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tomoe.spec 1 Mar 2006 06:37:29 -0000 1.3 +++ tomoe.spec 21 Dec 2006 16:10:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 +- mass rebuilding. + * Wed Mar 1 2006 Ryo Dairiki - 0.2.1-4 - sync with libtomoe-gtk From fedora-extras-commits at redhat.com Thu Dec 21 16:11:01 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Thu, 21 Dec 2006 11:11:01 -0500 Subject: rpms/cobbler/devel cobbler.spec,1.10,1.11 Message-ID: <200612211611.kBLGB1IN005610@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5562 Modified Files: cobbler.spec Log Message: BuildRequire: python-devel for 2.5 Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cobbler.spec 20 Dec 2006 22:11:51 -0000 1.10 +++ cobbler.spec 21 Dec 2006 16:10:31 -0000 1.11 @@ -14,6 +14,7 @@ Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch +BuildRequire: python-devel ExcludeArch: ppc Url: http://cobbler.et.redhat.com @@ -56,9 +57,10 @@ %changelog -* Wed Dec 20 2006 Michael DeHaan - 0.3.5-1 +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-2 - Upstream changes (see CHANGELOG) - Added createrepo as Requires +- BuildRequire: python-devel for 2.5 build system * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) From fedora-extras-commits at redhat.com Thu Dec 21 16:12:18 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:12:18 -0500 Subject: rpms/tomoe/FC-4 sources,1.2,1.3 tomoe.spec,1.3,1.4 Message-ID: <200612211612.kBLGCI19005641@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5622 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:11:48 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-4/tomoe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tomoe.spec 1 Mar 2006 06:36:35 -0000 1.3 +++ tomoe.spec 21 Dec 2006 16:11:48 -0000 1.4 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 +- mass rebuilding. + * Wed Mar 1 2006 Ryo Dairiki - 0.2.1-4 - sync with libtomoe-gtk From fedora-extras-commits at redhat.com Thu Dec 21 16:13:26 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Thu, 21 Dec 2006 11:13:26 -0500 Subject: rpms/cobbler/devel cobbler.spec,1.11,1.12 Message-ID: <200612211613.kBLGDQL8005716@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5676 Modified Files: cobbler.spec Log Message: Spec typo. Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cobbler.spec 21 Dec 2006 16:10:31 -0000 1.11 +++ cobbler.spec 21 Dec 2006 16:12:56 -0000 1.12 @@ -14,7 +14,7 @@ Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch -BuildRequire: python-devel +BuildRequires: python-devel ExcludeArch: ppc Url: http://cobbler.et.redhat.com @@ -57,7 +57,7 @@ %changelog -* Wed Dec 20 2006 Michael DeHaan - 0.3.5-2 +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-3 - Upstream changes (see CHANGELOG) - Added createrepo as Requires - BuildRequire: python-devel for 2.5 build system From fedora-extras-commits at redhat.com Thu Dec 21 16:13:47 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:13:47 -0500 Subject: rpms/tomoe/devel sources,1.2,1.3 tomoe.spec,1.5,1.6 Message-ID: <200612211613.kBLGDlLF005720@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5700 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:13:17 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/devel/tomoe.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tomoe.spec 15 Sep 2006 15:27:26 -0000 1.5 +++ tomoe.spec 21 Dec 2006 16:13:17 -0000 1.6 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 - mass rebuilding. From fedora-extras-commits at redhat.com Thu Dec 21 16:42:50 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Thu, 21 Dec 2006 11:42:50 -0500 Subject: status-report-scripts parseBZbugList,1.60,1.61 Message-ID: <200612211642.kBLGgopq006062@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6047 Modified Files: parseBZbugList Log Message: Correctly account reviewed packages, even if they are now dead. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- parseBZbugList 11 Dec 2006 09:45:40 -0000 1.60 +++ parseBZbugList 21 Dec 2006 16:42:50 -0000 1.61 @@ -771,7 +771,6 @@ my $a = $BZ->{$b}; next unless $$a[6] eq "\"CLOSED\""; my $pkg = $$a[10]; - next if defined $DISCARD{$pkg}; unless ($SRPMS{$pkg} == 1 || defined($OWN{$pkg})) { $pkg =~ s/-[^-]+-[^-]+$//; } @@ -797,6 +796,7 @@ } $BZOWN_BUGS{$$a[5]}->{$b} = 1; $COUNT_LIST{"acceptedClosed"} += 1; + next if defined $DISCARD{$pkg}; if (Date_Cmp($$a[2], $fourDaysAgo) < 0) { #print STDERR "Date_Cmp $$a[2] < $fourDaysAgo\n"; if ($SRPMS{$pkg} == 1) { From fedora-extras-commits at redhat.com Thu Dec 21 17:22:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 12:22:27 -0500 Subject: rpms/abcm2ps/FC-5 .cvsignore, 1.26, 1.27 abcm2ps.spec, 1.28, 1.29 sources, 1.26, 1.27 Message-ID: <200612211722.kBLHMRYO010852@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10794/FC-5 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 12 Dec 2006 23:32:29 -0000 1.26 +++ .cvsignore 21 Dec 2006 17:21:57 -0000 1.27 @@ -1,2 +1,2 @@ -abcm2ps-5.2.1.tar.gz +abcm2ps-5.2.2.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/abcm2ps.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.28 +++ abcm2ps.spec 21 Dec 2006 17:21:57 -0000 1.29 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.1 +Version: 5.2.2 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.2.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 5.2.2-1 +- new version 5.2.2 + * Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 - new version 5.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 12 Dec 2006 23:32:29 -0000 1.26 +++ sources 21 Dec 2006 17:21:57 -0000 1.27 @@ -1,2 +1,2 @@ -0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz +7090469870042700877c0c92b2a38f5e abcm2ps-5.2.2.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Thu Dec 21 17:22:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 12:22:27 -0500 Subject: rpms/abcm2ps/FC-6 .cvsignore, 1.27, 1.28 abcm2ps.spec, 1.30, 1.31 sources, 1.27, 1.28 Message-ID: <200612211722.kBLHMR9L010857@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10794/FC-6 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 12 Dec 2006 23:32:29 -0000 1.27 +++ .cvsignore 21 Dec 2006 17:21:57 -0000 1.28 @@ -1,2 +1,2 @@ -abcm2ps-5.2.1.tar.gz +abcm2ps-5.2.2.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/abcm2ps.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.30 +++ abcm2ps.spec 21 Dec 2006 17:21:57 -0000 1.31 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.1 +Version: 5.2.2 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.2.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 5.2.2-1 +- new version 5.2.2 + * Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 - new version 5.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 12 Dec 2006 23:32:29 -0000 1.27 +++ sources 21 Dec 2006 17:21:57 -0000 1.28 @@ -1,2 +1,2 @@ -0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz +7090469870042700877c0c92b2a38f5e abcm2ps-5.2.2.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Thu Dec 21 17:22:32 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 12:22:32 -0500 Subject: rpms/abcm2ps/devel .cvsignore, 1.27, 1.28 abcm2ps.spec, 1.30, 1.31 sources, 1.27, 1.28 Message-ID: <200612211722.kBLHMWBx010862@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10794/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 12 Dec 2006 23:32:35 -0000 1.27 +++ .cvsignore 21 Dec 2006 17:22:02 -0000 1.28 @@ -1,2 +1,2 @@ -abcm2ps-5.2.1.tar.gz +abcm2ps-5.2.2.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- abcm2ps.spec 12 Dec 2006 23:32:35 -0000 1.30 +++ abcm2ps.spec 21 Dec 2006 17:22:02 -0000 1.31 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.1 +Version: 5.2.2 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.2.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 5.2.2-1 +- new version 5.2.2 + * Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 - new version 5.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 12 Dec 2006 23:32:35 -0000 1.27 +++ sources 21 Dec 2006 17:22:02 -0000 1.28 @@ -1,2 +1,2 @@ -0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz +7090469870042700877c0c92b2a38f5e abcm2ps-5.2.2.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Thu Dec 21 17:44:45 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Thu, 21 Dec 2006 12:44:45 -0500 Subject: rpms/cobbler/devel cobbler.spec,1.12,1.13 sources,1.12,1.13 Message-ID: <200612211744.kBLHijth012130@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12113 Modified Files: cobbler.spec sources Log Message: Updating spec version to rebuild for 2.5 Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cobbler.spec 21 Dec 2006 16:12:56 -0000 1.12 +++ cobbler.spec 21 Dec 2006 17:44:15 -0000 1.13 @@ -3,7 +3,7 @@ Summary: Boot server configurator Name: cobbler Version: 0.3.5 -Release: 1%{?dist} +Release: 4%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System @@ -12,9 +12,9 @@ Requires: tftp-server Requires: python-devel Requires: createrepo +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch -BuildRequires: python-devel ExcludeArch: ppc Url: http://cobbler.et.redhat.com @@ -57,10 +57,10 @@ %changelog -* Wed Dec 20 2006 Michael DeHaan - 0.3.5-3 +* Thu Dec 21 2006 Michael DeHaan - 0.3.5-4 - Upstream changes (see CHANGELOG) - Added createrepo as Requires -- BuildRequire: python-devel for 2.5 build system +- BuildRequires: python-devel (needed for 2.5) * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 20 Dec 2006 22:11:51 -0000 1.12 +++ sources 21 Dec 2006 17:44:15 -0000 1.13 @@ -1 +1 @@ -46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz +ffbc5fd755978b076f95fb9386e48d10 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:05:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 21 Dec 2006 13:05:43 -0500 Subject: rpms/jd/devel .cvsignore, 1.42, 1.43 jd.spec, 1.51, 1.52 sources, 1.42, 1.43 Message-ID: <200612211805.kBLI5hkr015387@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15368 Modified Files: .cvsignore jd.spec sources Log Message: * Thu Dec 21 2006 Mamoru Tasaka - 1.8.1-2.cvs061221 - cvs 061221 (24:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- .cvsignore 18 Dec 2006 15:30:16 -0000 1.42 +++ .cvsignore 21 Dec 2006 18:05:13 -0000 1.43 @@ -1 +1 @@ -jd-1.8.1-cvs061218.tgz +jd-1.8.1-cvs061221.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- jd.spec 18 Dec 2006 15:31:22 -0000 1.51 +++ jd.spec 21 Dec 2006 18:05:13 -0000 1.52 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061218 +%define strtag cvs061221 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 -- cvs 061218 (24:35 JST) +* Thu Dec 21 2006 Mamoru Tasaka - 1.8.1-2.cvs061221 +- cvs 061221 (24:20 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- sources 18 Dec 2006 15:30:16 -0000 1.42 +++ sources 21 Dec 2006 18:05:13 -0000 1.43 @@ -1 +1 @@ -e2a8a9896f8374059e42994e07f550b5 jd-1.8.1-cvs061218.tgz +b50f662ecb232a87bd865585df81f88f jd-1.8.1-cvs061221.tgz From fedora-extras-commits at redhat.com Thu Dec 21 18:36:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 13:36:53 -0500 Subject: rpms/gcl/FC-6 gcl.spec,1.20,1.21 Message-ID: <200612211836.kBLIarj4015611@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15596 Modified Files: gcl.spec Log Message: fix for compiling with readline library Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/FC-6/gcl.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gcl.spec 28 Aug 2006 00:51:46 -0000 1.20 +++ gcl.spec 21 Dec 2006 18:36:22 -0000 1.21 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,10 +11,12 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel BuildRequires: gmp-devel -BuildRequires: tetex, texinfo +BuildRequires: tetex +BuildRequires: texinfo Requires(post): /sbin/install-info, policycoreutils Requires(postun): /sbin/install-info, policycoreutils ExcludeArch: ppc ppc64 @@ -31,6 +33,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +sed -i "s|-lreadline|-lreadline -lncurses|" configure %build @@ -63,6 +66,7 @@ (autoload 'gcl-mode "gcl" "GCL mode." t) EOF find $RPM_BUILD_ROOT%{_prefix}/lib/gcl* -name '*.l*sp' | xargs chmod 0644 +export QA_SKIP_BUILD_ROOT=1 %clean @@ -97,6 +101,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 +- Fix for compiling with readline library + * Mon Aug 28 2006 Gerard Milmeister - 2.6.7-12 - Rebuild for FE6 From fedora-extras-commits at redhat.com Thu Dec 21 18:37:48 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Thu, 21 Dec 2006 13:37:48 -0500 Subject: fedora-security/audit fc5,1.421,1.422 fc6,1.173,1.174 Message-ID: <200612211837.kBLIbmiP015665@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15645 Modified Files: fc5 fc6 Log Message: openldap Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.421 retrieving revision 1.422 diff -u -r1.421 -r1.422 --- fc5 15 Dec 2006 08:53:10 -0000 1.421 +++ fc5 21 Dec 2006 18:37:47 -0000 1.422 @@ -7,7 +7,7 @@ CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi -CVE-2006-6305 ** net-snmp +CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- fc6 15 Dec 2006 08:53:10 -0000 1.173 +++ fc6 21 Dec 2006 18:37:47 -0000 1.174 @@ -7,7 +7,7 @@ CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi -CVE-2006-6305 ** net-snmp +CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde From fedora-extras-commits at redhat.com Thu Dec 21 18:38:06 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 13:38:06 -0500 Subject: rpms/gcl/devel gcl.spec,1.20,1.21 Message-ID: <200612211838.kBLIc6CY015668@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15627/devel Modified Files: gcl.spec Log Message: fix for compiling with readline library Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gcl.spec 28 Aug 2006 00:51:46 -0000 1.20 +++ gcl.spec 21 Dec 2006 18:37:36 -0000 1.21 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,10 +11,12 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel BuildRequires: gmp-devel -BuildRequires: tetex, texinfo +BuildRequires: tetex +BuildRequires: texinfo Requires(post): /sbin/install-info, policycoreutils Requires(postun): /sbin/install-info, policycoreutils ExcludeArch: ppc ppc64 @@ -31,6 +33,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +sed -i "s|-lreadline|-lreadline -lncurses|" configure %build @@ -63,6 +66,7 @@ (autoload 'gcl-mode "gcl" "GCL mode." t) EOF find $RPM_BUILD_ROOT%{_prefix}/lib/gcl* -name '*.l*sp' | xargs chmod 0644 +export QA_SKIP_BUILD_ROOT=1 %clean @@ -97,6 +101,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 +- Fix for compiling with readline library + * Mon Aug 28 2006 Gerard Milmeister - 2.6.7-12 - Rebuild for FE6 From fedora-extras-commits at redhat.com Thu Dec 21 18:57:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:50 -0500 Subject: rpms/multisync/FC-4 multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvo9P015924@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/FC-4 Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:50 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:19 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:50 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:19 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:19 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/multisync.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- multisync.spec 20 Oct 2006 13:09:25 -0000 1.4 +++ multisync.spec 21 Dec 2006 18:57:19 -0000 1.5 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:50 -0000 1.3 +++ sources 21 Dec 2006 18:57:19 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:57:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:50 -0500 Subject: rpms/multisync/FC-5 multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvoaK015934@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/FC-5 Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:51 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:20 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:51 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:20 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:20 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/multisync.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- multisync.spec 20 Oct 2006 10:57:51 -0000 1.3 +++ multisync.spec 21 Dec 2006 18:57:20 -0000 1.4 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:51 -0000 1.3 +++ sources 21 Dec 2006 18:57:20 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:57:55 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:55 -0500 Subject: rpms/multisync/FC-6 multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvt3I015944@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/FC-6 Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:52 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:52 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:25 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:25 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/multisync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- multisync.spec 20 Oct 2006 13:09:25 -0000 1.6 +++ multisync.spec 21 Dec 2006 18:57:25 -0000 1.7 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:52 -0000 1.3 +++ sources 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:57:55 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:55 -0500 Subject: rpms/multisync/devel multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvtwT015954@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/devel Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:52 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:52 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:25 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:25 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/multisync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- multisync.spec 20 Oct 2006 13:09:25 -0000 1.6 +++ multisync.spec 21 Dec 2006 18:57:25 -0000 1.7 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:52 -0000 1.3 +++ sources 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 19:02:32 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 14:02:32 -0500 Subject: rpms/openvrml/FC-6 openvrml.spec,1.5,1.6 Message-ID: <200612211902.kBLJ2W7p019269@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/openvrml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19254 Modified Files: openvrml.spec Log Message: rebuild for firefox 1.5.0.9 Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openvrml.spec 16 Dec 2006 04:23:14 -0000 1.5 +++ openvrml.spec 21 Dec 2006 19:02:02 -0000 1.6 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml Version: 0.16.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -18,7 +18,7 @@ BuildRequires: libGLU-devel BuildRequires: libXmu-devel BuildRequires: gtk2-devel -Requires: firefox = 1.5.0.8 +Requires: firefox = 1.5.0.9 %description OpenVRML is a VRML/X3D support library, including a runtime and facilities @@ -35,7 +35,7 @@ Requires: libjpeg-devel Requires: fontconfig-devel Requires: freetype-devel -Requires: firefox-devel = 1.5.0.8 +Requires: firefox-devel = 1.5.0.9 %description devel Headers that programmers will need to develop C++ programs using OpenVRML. @@ -149,6 +149,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 0.16.2-3 +- Rebuild for firefox 1.5.0.9 + * Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 - openvrml-gtkplug: Appended "|| :" to install-info invocations. - openvrml-gtkplug: Requires(post): /sbin/install-info and From fedora-extras-commits at redhat.com Thu Dec 21 19:16:30 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:30 -0500 Subject: rpms/rpy/FC-4 rpy.spec,1.12,1.13 Message-ID: <200612211916.kBLJGUqm019419@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/FC-4 Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/FC-4/rpy.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rpy.spec 17 Oct 2006 15:00:51 -0000 1.12 +++ rpy.spec 21 Dec 2006 19:16:00 -0000 1.13 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,12 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Thu Dec 21 19:16:30 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:30 -0500 Subject: rpms/rpy/FC-5 rpy.spec,1.12,1.13 Message-ID: <200612211916.kBLJGUve019422@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/FC-5 Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/FC-5/rpy.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rpy.spec 17 Oct 2006 14:50:23 -0000 1.12 +++ rpy.spec 21 Dec 2006 19:16:00 -0000 1.13 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,12 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Thu Dec 21 19:16:36 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:36 -0500 Subject: rpms/rpy/devel rpy.spec,1.14,1.15 Message-ID: <200612211916.kBLJGaYu019428@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/devel Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/devel/rpy.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rpy.spec 12 Dec 2006 00:34:42 -0000 1.14 +++ rpy.spec 21 Dec 2006 19:16:06 -0000 1.15 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 14%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,9 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + * Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Thu Dec 21 19:16:36 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:36 -0500 Subject: rpms/rpy/FC-6 rpy.spec,1.13,1.14 Message-ID: <200612211916.kBLJGaYR019425@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/FC-6 Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/FC-6/rpy.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rpy.spec 17 Oct 2006 14:44:29 -0000 1.13 +++ rpy.spec 21 Dec 2006 19:16:06 -0000 1.14 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,12 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Thu Dec 21 19:43:52 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 21 Dec 2006 14:43:52 -0500 Subject: rpms/gajim/devel gajim.spec,1.15,1.16 Message-ID: <200612211943.kBLJhqJL019778@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gajim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19760 Modified Files: gajim.spec Log Message: * Thu Dec 21 2006 Jason L Tibbitts III - 0.10.1-4 - Rebuild for new Python. Index: gajim.spec =================================================================== RCS file: /cvs/extras/rpms/gajim/devel/gajim.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gajim.spec 4 Oct 2006 22:58:06 -0000 1.15 +++ gajim.spec 21 Dec 2006 19:43:22 -0000 1.16 @@ -1,6 +1,6 @@ Name: gajim Version: 0.10.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Jabber client written in PyGTK Group: Applications/Internet @@ -80,6 +80,9 @@ %{_mandir}/man1/gajim-remote.1* %changelog +* Thu Dec 21 2006 Jason L Tibbitts III - 0.10.1-4 +- Rebuild for new Python. + * Thu Oct 05 2006 Christian Iseli 0.10.1-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Thu Dec 21 19:46:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 21 Dec 2006 14:46:54 -0500 Subject: rpms/clement/devel clement.spec,1.21,1.22 Message-ID: <200612211946.kBLJks3j019871@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19856 Modified Files: clement.spec Log Message: * Thu Dec 21 2006 Rex Dieter 2.1-241.1 - %exclude yum.repos.d/* (bug #220497) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- clement.spec 27 Nov 2006 15:52:55 -0000 1.21 +++ clement.spec 21 Dec 2006 19:46:24 -0000 1.22 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 241%{?dist} +Release: 241%{?dist}.1 URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -100,13 +100,17 @@ %attr(0755,root,root) %{_initrddir}/%{name} %attr(-,%{name},%{name}) %config(noreplace) %{_sysconfdir}/%{name}-%{version}/ -%config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo +# No, no, no. Touch the following line, you die. -- FESCo (bug #220497) +%exclude %config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/pki/%{name}-%{version}/trusted.pem %config(noreplace) %{_sysconfdir}/httpd/conf/%{name}.conf %changelog +* Thu Dec 21 2006 Rex Dieter 2.1-241.1 +- %%exclude yum.repos.d/* (bug #220497) + * Mon Nov 27 2006 Jean-Marc Pigeon 2.1-241 - Marker: * Release From fedora-extras-commits at redhat.com Thu Dec 21 19:47:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 21 Dec 2006 14:47:35 -0500 Subject: rpms/clement/FC-6 clement.spec,1.21,1.22 Message-ID: <200612211947.kBLJlZWl019893@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/clement/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19877 Modified Files: clement.spec Log Message: * Thu Dec 21 2006 Rex Dieter 2.1-241.1 - %exclude yum.repos.d/* (bug #220497) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/FC-6/clement.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- clement.spec 27 Nov 2006 17:26:57 -0000 1.21 +++ clement.spec 21 Dec 2006 19:47:05 -0000 1.22 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 241%{?dist} +Release: 241%{?dist}.1 URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -100,13 +100,17 @@ %attr(0755,root,root) %{_initrddir}/%{name} %attr(-,%{name},%{name}) %config(noreplace) %{_sysconfdir}/%{name}-%{version}/ -%config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo +# No, no, no. Touch the following line, you die. -- FESCo (bug #220497) +%exclude %config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/pki/%{name}-%{version}/trusted.pem %config(noreplace) %{_sysconfdir}/httpd/conf/%{name}.conf %changelog +* Thu Dec 21 2006 Rex Dieter 2.1-241.1 +- %%exclude yum.repos.d/* (bug #220497) + * Mon Nov 27 2006 Jean-Marc Pigeon 2.1-241 - Marker: * Release From fedora-extras-commits at redhat.com Thu Dec 21 20:01:39 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Thu, 21 Dec 2006 15:01:39 -0500 Subject: fedora-security/audit fc5,1.422,1.423 fc6,1.174,1.175 Message-ID: <200612212001.kBLK1dO4023126@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23109 Modified Files: fc5 fc6 Log Message: Filled missing pieces Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.422 retrieving revision 1.423 diff -u -r1.422 -r1.423 --- fc5 21 Dec 2006 18:37:47 -0000 1.422 +++ fc5 21 Dec 2006 20:01:39 -0000 1.423 @@ -9,16 +9,16 @@ CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) -CVE-2006-6303 ** ruby -CVE-2006-6297 ** kde +CVE-2006-6303 version (ruby, fixed 1.8.5.2) [since FEDORA-2006-1440] +CVE-2006-6297 ignore (kdegraphics) just a crash CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] -CVE-2006-6142 ** squirrelmail +CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) CVE-2006-6106 VULNERABLE (kernel) CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] -CVE-2006-6077 ** firefox +CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- fc6 21 Dec 2006 18:37:47 -0000 1.174 +++ fc6 21 Dec 2006 20:01:39 -0000 1.175 @@ -9,16 +9,16 @@ CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) -CVE-2006-6303 ** ruby -CVE-2006-6297 ** kde +CVE-2006-6303 version (ruby, fixed 1.8.5.2) [since FEDORA-2006-1441] +CVE-2006-6297 ignore (kdegraphics) just a crash CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] -CVE-2006-6142 ** squirrelmail +CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) #219665 CVE-2006-6106 VULNERABLE (kernel) CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] -CVE-2006-6077 ** firefox +CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] From fedora-extras-commits at redhat.com Thu Dec 21 20:51:11 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 21 Dec 2006 15:51:11 -0500 Subject: rpms/python-adns/devel python-adns.spec,1.10,1.11 Message-ID: <200612212051.kBLKpBRM023300@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-adns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23285 Modified Files: python-adns.spec Log Message: * Thu Dec 21 2006 Jason L Tibbitts III - 1.1.0-5 - Rebuild for new Python. - Some minor specfile cleanups to meet packaging guidelines; I hope nobody minds. Index: python-adns.spec =================================================================== RCS file: /cvs/extras/rpms/python-adns/devel/python-adns.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-adns.spec 26 Sep 2006 07:08:09 -0000 1.10 +++ python-adns.spec 21 Dec 2006 20:50:41 -0000 1.11 @@ -1,10 +1,9 @@ -%define pyver %(python -c 'import sys ; print sys.version[:3]') -%define pynext %(python -c 'print %{pyver} + 0.1') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define srcname adns-python Name: python-adns Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python interface for the GNU adns library Group: Development/Languages @@ -15,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, adns-devel >= 1.2 -Requires: python >= %{pyver}, python < %{pynext} %description The adns module provides an interface to the GNU ADNS asynchronous DNS @@ -30,19 +28,22 @@ %install rm -rf $RPM_BUILD_ROOT -python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES -touch $RPM_BUILD_ROOT/%{_libdir}/python%{pyver}/site-packages/{ADNS,hostmx,rblcheck}.pyo +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files -f INSTALLED_FILES +%files %defattr(-,root,root) %doc GPL README - -%ghost %{_libdir}/python%{pyver}/site-packages/*.pyo +%{python_sitearch}/* %changelog +* Thu Dec 21 2006 Jason L Tibbitts III - 1.1.0-5 +- Rebuild for new Python. +- Some minor specfile cleanups to meet packaging guidelines; + I hope nobody minds. + * Tue Sep 26 2006 Radek Vokal 1.1.0-4 - rebuilt From fedora-extras-commits at redhat.com Thu Dec 21 21:07:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 21 Dec 2006 16:07:51 -0500 Subject: fedora-security/audit fe4, 1.121, 1.122 fe5, 1.133, 1.134 fe6, 1.47, 1.48 Message-ID: <200612212107.kBLL7pov026543@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26524 Modified Files: fe4 fe5 fe6 Log Message: nexuiz updated to 2.2.1 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- fe4 18 Dec 2006 16:27:33 -0000 1.121 +++ fe4 21 Dec 2006 21:07:51 -0000 1.122 @@ -4,8 +4,8 @@ CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 -CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 -CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 version (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- fe5 18 Dec 2006 16:27:33 -0000 1.133 +++ fe5 21 Dec 2006 21:07:51 -0000 1.134 @@ -4,8 +4,8 @@ CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 -CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 -CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 version (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- fe6 18 Dec 2006 16:27:33 -0000 1.47 +++ fe6 21 Dec 2006 21:07:51 -0000 1.48 @@ -4,8 +4,8 @@ CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 -CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 -CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 version (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 From fedora-extras-commits at redhat.com Thu Dec 21 21:20:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 21 Dec 2006 16:20:07 -0500 Subject: fedora-security/audit fe4, 1.122, 1.123 fe5, 1.134, 1.135 fe6, 1.48, 1.49 Message-ID: <200612212120.kBLLK7Mv026649@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26630 Modified Files: fe4 fe5 fe6 Log Message: Add new seamonkey < 1.0.7 issues Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- fe4 21 Dec 2006 21:07:51 -0000 1.122 +++ fe4 21 Dec 2006 21:20:06 -0000 1.123 @@ -9,6 +9,15 @@ CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 +CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- fe5 21 Dec 2006 21:07:51 -0000 1.134 +++ fe5 21 Dec 2006 21:20:06 -0000 1.135 @@ -9,6 +9,15 @@ CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 +CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- fe6 21 Dec 2006 21:07:51 -0000 1.48 +++ fe6 21 Dec 2006 21:20:06 -0000 1.49 @@ -9,6 +9,15 @@ CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 +CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 From fedora-extras-commits at redhat.com Thu Dec 21 21:28:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 21 Dec 2006 16:28:15 -0500 Subject: rpms/maxima/devel .cvsignore, 1.12, 1.13 maxima.spec, 1.52, 1.53 sources, 1.12, 1.13 Message-ID: <200612212128.kBLLSFbx026733@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26704 Modified Files: .cvsignore maxima.spec sources Log Message: * Thu Dec 21 2006 Rex Dieter 5.11.0-1 - maxima-5.11.0 (#220512) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 18 Dec 2006 12:46:27 -0000 1.12 +++ .cvsignore 21 Dec 2006 21:27:45 -0000 1.13 @@ -1,5 +1,5 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz -maxima-5.10.99rc2.tar.gz maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- maxima.spec 18 Dec 2006 12:46:27 -0000 1.52 +++ maxima.spec 21 Dec 2006 21:27:45 -0000 1.53 @@ -1,19 +1,23 @@ %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ -%define beta rc3 Summary: Symbolic Computation Program Name: maxima -Version: 5.10.99 +Version: 5.11.0 -Release: 0.3.%{beta}%{?dist} +Release: 1%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} > 2 ExclusiveArch: %{ix86} x86_64 ppc +%else +# no ppc lisp available for epel (http://bugzilla.redhat.com/220053) +ExclusiveArch: %{ix86} x86_64 +%endif %define maxima_ver %{version}%{?beta} @@ -22,11 +26,15 @@ %endif %ifarch %{ix86} x86_64 +%if 0%{?fedora} > 2 %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc %define default_lisp sbcl @@ -379,6 +387,9 @@ %changelog +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + * Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 - maxima-5.10.99rc3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Dec 2006 12:46:27 -0000 1.12 +++ sources 21 Dec 2006 21:27:45 -0000 1.13 @@ -1,4 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz -cad4ff7f93b9a76ce4f130d15d9da15f maxima-5.10.99rc3.tar.gz +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 22:07:23 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:23 -0500 Subject: rpms/phpPgAdmin - New directory Message-ID: <200612212207.kBLM7N1e030073@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30067/phpPgAdmin Log Message: Directory /cvs/extras/rpms/phpPgAdmin added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 22:07:23 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:23 -0500 Subject: rpms/phpPgAdmin/devel - New directory Message-ID: <200612212207.kBLM7NMS030084@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30067/phpPgAdmin/devel Log Message: Directory /cvs/extras/rpms/phpPgAdmin/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 22:07:41 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:41 -0500 Subject: rpms/phpPgAdmin Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612212207.kBLM7ffo030118@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30112 Added Files: Makefile import.log Log Message: Setup of module phpPgAdmin --- NEW FILE Makefile --- # Top level Makefile for module phpPgAdmin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 22:07:41 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:41 -0500 Subject: rpms/phpPgAdmin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612212207.kBLM7fVR030129@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30112/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module phpPgAdmin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 22:09:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:09:18 -0500 Subject: rpms/phpPgAdmin import.log,1.1,1.2 Message-ID: <200612212209.kBLM9IBg030253@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30202 Modified Files: import.log Log Message: auto-import phpPgAdmin-4.0.1-5 on branch devel from phpPgAdmin-4.0.1-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/phpPgAdmin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 22:07:41 -0000 1.1 +++ import.log 21 Dec 2006 22:08:48 -0000 1.2 @@ -0,0 +1 @@ +phpPgAdmin-4_0_1-5:HEAD:phpPgAdmin-4.0.1-5.src.rpm:1166739456 From fedora-extras-commits at redhat.com Thu Dec 21 22:09:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:09:19 -0500 Subject: rpms/phpPgAdmin/devel phpPgAdmin-langcheck.patch, NONE, 1.1 phpPgAdmin.conf, NONE, 1.1 phpPgAdmin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612212209.kBLM9Jca030255@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30202/devel Modified Files: .cvsignore sources Added Files: phpPgAdmin-langcheck.patch phpPgAdmin.conf phpPgAdmin.spec Log Message: auto-import phpPgAdmin-4.0.1-5 on branch devel from phpPgAdmin-4.0.1-5.src.rpm phpPgAdmin-langcheck.patch: --- NEW FILE phpPgAdmin-langcheck.patch --- --- lang/langcheck.orig 2006-07-29 00:40:42.000000000 +0300 +++ lang/langcheck 2006-07-29 00:40:54.000000000 +0300 @@ -1,4 +1,4 @@ -#!/usr/local/bin/php -q +#!/usr/bin/php -q Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ::1 # Allow from .example.com --- NEW FILE phpPgAdmin.spec --- Summary: Web-based PostgreSQL administration Name: phpPgAdmin Version: 4.0.1 Release: 5%{?dist} License: GPL Group: Applications/Databases URL: http://phppgadmin.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://osdn.dl.sourceforge.net/sourceforge/phppgadmin/%{name}-%{version}.tar.bz2 Source1: %{name}.conf Requires: php >= 4.2, gawk Requires: php-pgsql >= 4.2, httpd Requires(Post): /sbin/service Buildarch: noarch %define _phppgadmindir %{_datadir}/%{name} Patch1: %{name}-langcheck.patch %description phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server. It handles all the basic functionality as well as some advanced features such as triggers, views and functions (stored procedures). It also has Slony-I support. %prep %setup -q -n %{name}-%{version} %patch1 -p0 %build # Cleanup encoding problem sed -i 's/\r//' lang/php2po sed -i 's/\r//' lang/po2php %install rm -rf %{buildroot} install -d %{buildroot}%{_phppgadmindir} install -m 644 -p *.php %{buildroot}%{_phppgadmindir} cp -ap *.js robots.txt classes conf images lang libraries sql themes xloadtree help %{buildroot}%{_phppgadmindir} rm -f %{buildroot}%{_phppgadmindir}/conf/.cvsignore install -d %{buildroot}%{_sysconfdir}/httpd/conf.d/ install -d %{buildroot}%{_sysconfdir}/httpd/conf.d/ install -m 755 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf %post /sbin/service httpd reload > /dev/null 2>&1 %clean rm -rf %{buildroot} %files %defattr(0644,root,root,0755) %doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS %dir %{_phppgadmindir} %config(noreplace) %{_phppgadmindir}/conf/config.inc.php-dist %config(noreplace) %{_phppgadmindir}/conf/config.inc.php %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %attr(644,root,root) %{_phppgadmindir}/*.php %{_phppgadmindir}/*.js %{_phppgadmindir}/robots.txt %{_phppgadmindir}/classes %{_phppgadmindir}/images %dir %{_phppgadmindir}/lang %dir %attr(755,root,root) %{_phppgadmindir}/lang/recoded %attr(644,root,root) %{_phppgadmindir}/lang/*.php %attr(644,root,root) %{_phppgadmindir}/lang/recoded/* %attr(644,root,root) %{_phppgadmindir}/lang/Makefile %attr(755,root,root) %{_phppgadmindir}/lang/convert.awk %attr(755,root,root) %{_phppgadmindir}/lang/langcheck %attr(755,root,root) %{_phppgadmindir}/lang/php2po %attr(755,root,root) %{_phppgadmindir}/lang/po2php %attr(755,root,root) %{_phppgadmindir}/lang/synch %{_phppgadmindir}/libraries %{_phppgadmindir}/sql %{_phppgadmindir}/themes %{_phppgadmindir}/xloadtree %{_phppgadmindir}/help %changelog * Thu Dec 21 2006 Devrim Gunduz 4.0.1-5 - More specfile fixes per bugzilla review #200600 * Thu Dec 21 2006 Devrim Gunduz 4.0.1-4 - More specfile fixes per bugzilla review #200600 * Sun Aug 6 2006 Devrim Gunduz 4.0.1-3 - Changed awk dependency to gawk - Fixed changelog entry * Tue Aug 1 2006 Devrim Gunduz 4.0.1-2 - Rebuilt for FC Extras Submission - Fixed rpmlint errors - Spec file cleanup * Tue Dec 17 2005 Devrim Gunduz 4.0.1 - Update to 4.0.1 - Added xloadtree and help among installed file lists - rename pgadmindir to phppgadmindir * Tue Oct 18 2005 Devrim Gunduz 3.5.6 - Updated to 3.5.6 * Wed Aug 24 2005 Devrim Gunduz 3.5.5 - Updated to 3.5.5 * Tue Jul 19 2005 Devrim Gunduz 3.5.4 - Updated to 3.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/phpPgAdmin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 22:07:41 -0000 1.1 +++ .cvsignore 21 Dec 2006 22:08:49 -0000 1.2 @@ -0,0 +1 @@ +phpPgAdmin-4.0.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpPgAdmin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 22:07:41 -0000 1.1 +++ sources 21 Dec 2006 22:08:49 -0000 1.2 @@ -0,0 +1 @@ +7e0c18a01538572d3c2b435725e68fe2 phpPgAdmin-4.0.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 22:09:55 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 17:09:55 -0500 Subject: rpms/chemtool/devel chemtool-desktop.patch, 1.1, 1.2 chemtool.spec, 1.1, 1.2 Message-ID: <200612212209.kBLM9ttv030314@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30266 Modified Files: chemtool-desktop.patch chemtool.spec Log Message: - fix MIME type in desktop file (#220125) chemtool-desktop.patch: Index: chemtool-desktop.patch =================================================================== RCS file: /cvs/extras/rpms/chemtool/devel/chemtool-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool-desktop.patch 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool-desktop.patch 21 Dec 2006 22:09:24 -0000 1.2 @@ -1,5 +1,5 @@ --- chemtool-1.6.9/pld/chemtool.desktop.d 2006-01-23 21:05:41.000000000 +0100 -+++ chemtool-1.6.9/pld/chemtool.desktop 2006-11-19 01:35:05.000000000 +0100 ++++ chemtool-1.6.9/pld/chemtool.desktop 2006-12-21 23:13:56.000000000 +0100 @@ -1,15 +1,14 @@ [Desktop Entry] Name=Chemtool @@ -17,7 +17,8 @@ -MultipleArgs=false +Encoding=UTF-8 Type=Application - MimeType=application/x-chemtool;Application +-MimeType=application/x-chemtool;Application -InitialPreference=2 ++MimeType=application/x-chemtool; +X-InitialPreference=2 Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/devel/chemtool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool.spec 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool.spec 21 Dec 2006 22:09:24 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 +- fix MIME type in desktop file (#220125) + * Mon Nov 20 2006 Dominik 'Rathann' Mierzejewski 1.6.9-5 - keep the whole examples dir in docs - add update-desktop-database call to post{,un} scripts From fedora-extras-commits at redhat.com Thu Dec 21 22:11:46 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 17:11:46 -0500 Subject: rpms/chemtool/FC-6 chemtool-desktop.patch, 1.1, 1.2 chemtool.spec, 1.1, 1.2 Message-ID: <200612212211.kBLMBkWU030373@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30335 Modified Files: chemtool-desktop.patch chemtool.spec Log Message: - fix MIME type in desktop file (#220125) chemtool-desktop.patch: Index: chemtool-desktop.patch =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-6/chemtool-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool-desktop.patch 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool-desktop.patch 21 Dec 2006 22:11:16 -0000 1.2 @@ -1,5 +1,5 @@ --- chemtool-1.6.9/pld/chemtool.desktop.d 2006-01-23 21:05:41.000000000 +0100 -+++ chemtool-1.6.9/pld/chemtool.desktop 2006-11-19 01:35:05.000000000 +0100 ++++ chemtool-1.6.9/pld/chemtool.desktop 2006-12-21 23:13:56.000000000 +0100 @@ -1,15 +1,14 @@ [Desktop Entry] Name=Chemtool @@ -17,7 +17,8 @@ -MultipleArgs=false +Encoding=UTF-8 Type=Application - MimeType=application/x-chemtool;Application +-MimeType=application/x-chemtool;Application -InitialPreference=2 ++MimeType=application/x-chemtool; +X-InitialPreference=2 Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-6/chemtool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool.spec 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool.spec 21 Dec 2006 22:11:16 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 +- fix MIME type in desktop file (#220125) + * Mon Nov 20 2006 Dominik 'Rathann' Mierzejewski 1.6.9-5 - keep the whole examples dir in docs - add update-desktop-database call to post{,un} scripts From fedora-extras-commits at redhat.com Thu Dec 21 22:12:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:12:12 -0500 Subject: owners owners.list,1.2136,1.2137 Message-ID: <200612212212.kBLMCCfN030403@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30357 Modified Files: owners.list Log Message: Added phpPgAdmin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2136 retrieving revision 1.2137 diff -u -r1.2136 -r1.2137 --- owners.list 21 Dec 2006 11:32:45 -0000 1.2136 +++ owners.list 21 Dec 2006 22:11:42 -0000 1.2137 @@ -1939,6 +1939,7 @@ Fedora Extras|php-Smarty|Template/Presentation Framework for PHP|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|phpldapadmin|Web-based tool for managing LDAP servers|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|phpMyAdmin|Web based MySQL browser written in php|imlinux at gmail.com|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de +Fedora Extras|phpPgAdmin|Web based PostgreSQL Administration|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|physfs|Library to provide abstract access to various archives|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|picocom|Minimal serial communications program|jafo-redhat at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|pikdev|IDE for development of PICmicro based application (under Linux/KDE)|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 22:12:27 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 17:12:27 -0500 Subject: rpms/chemtool/FC-5 chemtool-desktop.patch, 1.1, 1.2 chemtool.spec, 1.1, 1.2 Message-ID: <200612212212.kBLMCRoB030412@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30379 Modified Files: chemtool-desktop.patch chemtool.spec Log Message: - fix MIME type in desktop file (#220125) chemtool-desktop.patch: Index: chemtool-desktop.patch =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-5/chemtool-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool-desktop.patch 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool-desktop.patch 21 Dec 2006 22:11:57 -0000 1.2 @@ -1,5 +1,5 @@ --- chemtool-1.6.9/pld/chemtool.desktop.d 2006-01-23 21:05:41.000000000 +0100 -+++ chemtool-1.6.9/pld/chemtool.desktop 2006-11-19 01:35:05.000000000 +0100 ++++ chemtool-1.6.9/pld/chemtool.desktop 2006-12-21 23:13:56.000000000 +0100 @@ -1,15 +1,14 @@ [Desktop Entry] Name=Chemtool @@ -17,7 +17,8 @@ -MultipleArgs=false +Encoding=UTF-8 Type=Application - MimeType=application/x-chemtool;Application +-MimeType=application/x-chemtool;Application -InitialPreference=2 ++MimeType=application/x-chemtool; +X-InitialPreference=2 Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-5/chemtool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool.spec 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool.spec 21 Dec 2006 22:11:57 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 +- fix MIME type in desktop file (#220125) + * Mon Nov 20 2006 Dominik 'Rathann' Mierzejewski 1.6.9-5 - keep the whole examples dir in docs - add update-desktop-database call to post{,un} scripts From fedora-extras-commits at redhat.com Thu Dec 21 23:46:06 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 21 Dec 2006 18:46:06 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.25,1.26 Message-ID: <200612212346.kBLNk6BL003643@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3615 Modified Files: Push.py Log Message: - enter a loop of retries when signing has failed, and make it possible to break out of from it - protect srpm array access Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Push.py 11 Dec 2006 15:24:53 -0000 1.25 +++ Push.py 21 Dec 2006 23:46:06 -0000 1.26 @@ -348,13 +348,13 @@ # if it is a noarch package, copy2 it to all arch locations # if it is a debuginfo package, move it into the 'debug' dir for that arch - if len(filedict['srpm']) > 1: + if len(filedict['srpm']) != 1: mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) ) buildreportinfo = '%s-%s : INVALID build results, not published! INV\n' % (name,os.path.basename(pkgrelroot)) if buildreport: rundirfile.write(buildreportinfo) rundirfile.close() - raise PushWarning, 'WARNING: Multiple source rpms in %s' % pkgrelroot + raise PushWarning, 'WARNING: %d source rpms in %s' % (len(filedict['srpm']),pkgrelroot) package = filedict['srpm'][0] (n,a,e,v,r) = naevr(package) @@ -493,10 +493,18 @@ WhatsNew.load(cfg.rundir) print "Signing Packages:" - rv = sign_pkgs( find_files(signtmpdir,'*.rpm') ) - if rv: - print "Error signing packages! Please be patient - cleaning up." - raise Exception + while (True): + rv = sign_pkgs( find_files(signtmpdir,'*.rpm') ) + if not rv: + break + while (True): + print 'Retry? (y/n)', + a = raw_input().lower() + if a=='n': + raise Exception + if a=='y': + break + print "Copying packages into repositories:" global srpmlocdict @@ -523,6 +531,9 @@ WhatsNew.set(dist,name) WhatsNew.save(cfg.rundir) + except Exception: + shutil.rmtree(signtmpdir) + sys.exit(1) except: shutil.rmtree(signtmpdir) raise From fedora-extras-commits at redhat.com Fri Dec 22 00:08:52 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 19:08:52 -0500 Subject: rpms/chemtool/devel chemtool.spec,1.2,1.3 Message-ID: <200612220008.kBM08qrQ006897@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6882 Modified Files: chemtool.spec Log Message: - fix stupid directory creation bug Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/devel/chemtool.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chemtool.spec 21 Dec 2006 22:09:24 -0000 1.2 +++ chemtool.spec 22 Dec 2006 00:08:22 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125) From fedora-extras-commits at redhat.com Fri Dec 22 00:13:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 19:13:03 -0500 Subject: rpms/gchempaint/FC-5 doubledestdir.patch, NONE, 1.1 gchempaint.spec, 1.2, 1.3 Message-ID: <200612220013.kBM0D3Ph006987@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6969 Modified Files: gchempaint.spec Added Files: doubledestdir.patch Log Message: Added temporary KDE mimelnk workaround doubledestdir.patch: --- NEW FILE doubledestdir.patch --- --- gchempaint-0.6.7/Makefile.in.doubledestdir 2006-12-22 01:11:13.000000000 +0100 +++ gchempaint-0.6.7/Makefile.in 2006-12-22 01:12:50.000000000 +0100 @@ -311,7 +311,7 @@ serverdir = $(libdir)/bonobo/servers server_DATA = gchempaint.server @WITH_KDE_DESKTOP_TRUE at kde_desktop_DATA = $(kde_desktop_in_files:.desktop.in=.desktop) - at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(DESTDIR)$(KDEDESKTOPDIR)/application + at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(KDEDESKTOPDIR)/application distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/gchempaint.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 +++ gchempaint.spec 22 Dec 2006 00:12:33 -0000 1.3 @@ -7,6 +7,7 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz +Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -47,13 +48,14 @@ %prep %setup -q +%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk/application + --with-kde-desktopdir=%{_datadir}/mimelnk make %{?_smp_mflags} @@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so + %clean rm -rf $RPM_BUILD_ROOT @@ -145,6 +148,7 @@ * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches +- Added temporary KDE mimelnk workaround * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash From fedora-extras-commits at redhat.com Fri Dec 22 00:14:15 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 19:14:15 -0500 Subject: rpms/gchempaint/FC-6 doubledestdir.patch, NONE, 1.1 gchempaint.spec, 1.2, 1.3 Message-ID: <200612220014.kBM0EFvJ007056@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7036 Modified Files: gchempaint.spec Added Files: doubledestdir.patch Log Message: Added temporary KDE mimelnk workaround doubledestdir.patch: --- NEW FILE doubledestdir.patch --- --- gchempaint-0.6.7/Makefile.in.doubledestdir 2006-12-22 01:11:13.000000000 +0100 +++ gchempaint-0.6.7/Makefile.in 2006-12-22 01:12:50.000000000 +0100 @@ -311,7 +311,7 @@ serverdir = $(libdir)/bonobo/servers server_DATA = gchempaint.server @WITH_KDE_DESKTOP_TRUE at kde_desktop_DATA = $(kde_desktop_in_files:.desktop.in=.desktop) - at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(DESTDIR)$(KDEDESKTOPDIR)/application + at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(KDEDESKTOPDIR)/application distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/gchempaint.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 +++ gchempaint.spec 22 Dec 2006 00:13:45 -0000 1.3 @@ -7,6 +7,7 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz +Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -47,13 +48,14 @@ %prep %setup -q +%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk/application + --with-kde-desktopdir=%{_datadir}/mimelnk make %{?_smp_mflags} @@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so + %clean rm -rf $RPM_BUILD_ROOT @@ -145,6 +148,7 @@ * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches +- Added temporary KDE mimelnk workaround * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash From fedora-extras-commits at redhat.com Fri Dec 22 00:15:56 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 19:15:56 -0500 Subject: rpms/gchempaint/devel doubledestdir.patch, NONE, 1.1 gchempaint.spec, 1.2, 1.3 Message-ID: <200612220015.kBM0FuYN007128@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7107 Modified Files: gchempaint.spec Added Files: doubledestdir.patch Log Message: Added temporary KDE mimelnk workaround doubledestdir.patch: --- NEW FILE doubledestdir.patch --- --- gchempaint-0.6.7/Makefile.in.doubledestdir 2006-12-22 01:11:13.000000000 +0100 +++ gchempaint-0.6.7/Makefile.in 2006-12-22 01:12:50.000000000 +0100 @@ -311,7 +311,7 @@ serverdir = $(libdir)/bonobo/servers server_DATA = gchempaint.server @WITH_KDE_DESKTOP_TRUE at kde_desktop_DATA = $(kde_desktop_in_files:.desktop.in=.desktop) - at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(DESTDIR)$(KDEDESKTOPDIR)/application + at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(KDEDESKTOPDIR)/application distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/gchempaint.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 +++ gchempaint.spec 22 Dec 2006 00:15:26 -0000 1.3 @@ -7,6 +7,7 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz +Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -47,13 +48,14 @@ %prep %setup -q +%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk/application + --with-kde-desktopdir=%{_datadir}/mimelnk make %{?_smp_mflags} @@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so + %clean rm -rf $RPM_BUILD_ROOT @@ -145,6 +148,7 @@ * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches +- Added temporary KDE mimelnk workaround * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash From fedora-extras-commits at redhat.com Fri Dec 22 00:16:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 19:16:45 -0500 Subject: rpms/chemtool/FC-6 chemtool.spec,1.2,1.3 Message-ID: <200612220016.kBM0GjdV007187@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7134 Modified Files: chemtool.spec Log Message: - fix stupid directory creation bug Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-6/chemtool.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chemtool.spec 21 Dec 2006 22:11:16 -0000 1.2 +++ chemtool.spec 22 Dec 2006 00:16:15 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125) From fedora-extras-commits at redhat.com Fri Dec 22 00:21:41 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 19:21:41 -0500 Subject: rpms/chemtool/FC-5 chemtool.spec,1.2,1.3 Message-ID: <200612220021.kBM0LfWh007221@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7206 Modified Files: chemtool.spec Log Message: - fix stupid directory creation bug Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-5/chemtool.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chemtool.spec 21 Dec 2006 22:11:57 -0000 1.2 +++ chemtool.spec 22 Dec 2006 00:21:11 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125) From fedora-extras-commits at redhat.com Fri Dec 22 01:05:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 20:05:12 -0500 Subject: comps comps-fe6.xml.in,1.247,1.248 comps-fe7.xml.in,1.52,1.53 Message-ID: <200612220105.kBM15Cwa010992@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10969 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: add xfce-timer-plugin for FE6 and 7 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- comps-fe6.xml.in 21 Dec 2006 07:53:43 -0000 1.247 +++ comps-fe6.xml.in 22 Dec 2006 01:04:42 -0000 1.248 @@ -1198,6 +1198,7 @@ xfce4-sensors-plugin xfce4-systemload-plugin xfce4-taskmanager + xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- comps-fe7.xml.in 18 Dec 2006 08:35:32 -0000 1.52 +++ comps-fe7.xml.in 22 Dec 2006 01:04:42 -0000 1.53 @@ -1200,6 +1200,7 @@ xfce4-sensors-plugin xfce4-systemload-plugin xfce4-taskmanager + xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin From fedora-extras-commits at redhat.com Fri Dec 22 01:09:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 20:09:55 -0500 Subject: owners owners.list,1.2137,1.2138 Message-ID: <200612220109.kBM19tb7011029@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11014 Modified Files: owners.list Log Message: add xfce4-timer-plugin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2137 retrieving revision 1.2138 diff -u -r1.2137 -r1.2138 --- owners.list 21 Dec 2006 22:11:42 -0000 1.2137 +++ owners.list 22 Dec 2006 01:09:24 -0000 1.2138 @@ -2607,6 +2607,7 @@ Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-timer-plugin|Timer for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskmanager|Taskmanager for the Xfce desktop environment|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 01:14:38 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 20:14:38 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.6,1.7 Message-ID: <200612220114.kBM1EcCT011056@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11041 Modified Files: audacious-docklet.spec Log Message: reverting Yu's mistakes to initial rev 1.1, except from the rm -f Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- audacious-docklet.spec 21 Dec 2006 04:16:26 -0000 1.6 +++ audacious-docklet.spec 22 Dec 2006 01:14:08 -0000 1.7 @@ -1,4 +1,4 @@ -%define plugin_dir %{_prefix}/%{_lib}/audacious +%define plugin_dir %(pkg-config audacious --variable=plugin_dir) Name: audacious-docklet Version: 0.1.1 @@ -42,12 +42,6 @@ %{plugin_dir}/General/libdocklet.so %Changelog -* Thu Dec 21 2006 Yu Fan - 0.1.1-3 -- Change rm to rm -f - -* Thu Dec 21 2006 Yu Fan - 0.1.1-2 -- Convert pkg-config to /usr/lib/audacious - * Thu Dec 14 2006 Yu Fan - 0.1.1-1 - Modify spec file to conform fedora extras packaging and naming convention From fedora-extras-commits at redhat.com Fri Dec 22 02:38:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Thu, 21 Dec 2006 21:38:12 -0500 Subject: owners owners.list,1.2138,1.2139 Message-ID: <200612220238.kBM2cCmE014606@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14584 Modified Files: owners.list Log Message: Add gtk-sharp for Paul (205300) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2138 retrieving revision 1.2139 diff -u -r1.2138 -r1.2139 --- owners.list 22 Dec 2006 01:09:24 -0000 1.2138 +++ owners.list 22 Dec 2006 02:37:42 -0000 1.2139 @@ -675,6 +675,7 @@ Fedora Extras|gtk-gnutella|GUI based Gnutella Client|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|Gtk-Perl|Perl extensions for GTK+|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gtk-qt-engine|a project allowing GTK to use Qt widget styles|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|gtk-sharp|GTK+ and GNOME bindings for Mono|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 02:46:15 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:46:15 -0500 Subject: rpms/xfce4-datetime-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.4, 1.5 xfce4-datetime-plugin.spec, 1.9, 1.10 Message-ID: <200612220246.kBM2kFgi014668@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-datetime-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14649 Modified Files: .cvsignore sources xfce4-datetime-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Oct 2006 13:16:50 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:45:45 -0000 1.4 @@ -1 +1 @@ -xfce4-datetime-plugin-0.4.0.tar.gz +xfce4-datetime-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Oct 2006 13:16:50 -0000 1.4 +++ sources 22 Dec 2006 02:45:45 -0000 1.5 @@ -1 +1 @@ -8a688b1add5615f581e82015de89a4bb xfce4-datetime-plugin-0.4.0.tar.gz +b21889b5c220f2dac8abdb63a6ed253d xfce4-datetime-plugin-0.4.1.tar.gz Index: xfce4-datetime-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/xfce4-datetime-plugin.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-datetime-plugin.spec 31 Oct 2006 00:40:17 -0000 1.9 +++ xfce4-datetime-plugin.spec 22 Dec 2006 02:45:45 -0000 1.10 @@ -1,5 +1,5 @@ Name: xfce4-datetime-plugin -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel @@ -9,9 +9,9 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.2, libxfcegui4-devel >= 4.3.99.2, libxml2-devel BuildRequires: gettext, perl(XML::Parser), dbus-devel >= 0.22 -Requires: xfce4-panel >= 4.3.99.1 +Requires: xfce4-panel >= 4.3.99.2 %description An alternative clock plugin for the Xfce panel. A calendar appears when you @@ -28,18 +28,21 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -%find_lang datetime +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f datetime.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/xfce4/panel-plugins/*.so %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Sun Oct 15 2006 Christoph Wickert - 0.4.0-1 - Update to 0.4.0 on Xfce 4.4. RC1. - Fix %%defattr. From fedora-extras-commits at redhat.com Fri Dec 22 02:50:00 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:50:00 -0500 Subject: rpms/xfce4-systemload-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-systemload-plugin.spec, 1.5, 1.6 Message-ID: <200612220250.kBM2o0NE014750@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14731 Modified Files: .cvsignore sources xfce4-systemload-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Oct 2006 13:05:22 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:49:30 -0000 1.4 @@ -1 +1 @@ -xfce4-systemload-plugin-0.4.0.tar.bz2 +xfce4-systemload-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Oct 2006 13:05:22 -0000 1.3 +++ sources 22 Dec 2006 02:49:30 -0000 1.4 @@ -1 +1 @@ -70d4b15f0745adc34703272449fcef93 xfce4-systemload-plugin-0.4.0.tar.bz2 +f777818db18c2918fde19ad93cd715e0 xfce4-systemload-plugin-0.4.1.tar.gz Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/xfce4-systemload-plugin.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xfce4-systemload-plugin.spec 5 Oct 2006 13:05:22 -0000 1.5 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:49:30 -0000 1.6 @@ -1,12 +1,12 @@ Name: xfce4-systemload-plugin -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Systemload monitor for the Xfce panel Group: User Interface/Desktops License: BSD URL: http://goodies.xfce.org/ -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel @@ -39,6 +39,9 @@ %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Thu Oct 05 2006 Christoph Wickert - 0.4.0-3 - Bump release for devel checkin. From fedora-extras-commits at redhat.com Fri Dec 22 02:52:22 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:52:22 -0500 Subject: rpms/xfce4-systemload-plugin/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-systemload-plugin.spec, 1.5, 1.6 Message-ID: <200612220252.kBM2qMWm014823@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14799 Modified Files: .cvsignore sources xfce4-systemload-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Oct 2006 13:05:22 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:51:52 -0000 1.4 @@ -1 +1 @@ -xfce4-systemload-plugin-0.4.0.tar.bz2 +xfce4-systemload-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Oct 2006 13:05:22 -0000 1.3 +++ sources 22 Dec 2006 02:51:52 -0000 1.4 @@ -1 +1 @@ -70d4b15f0745adc34703272449fcef93 xfce4-systemload-plugin-0.4.0.tar.bz2 +f777818db18c2918fde19ad93cd715e0 xfce4-systemload-plugin-0.4.1.tar.gz Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/xfce4-systemload-plugin.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xfce4-systemload-plugin.spec 5 Oct 2006 13:05:22 -0000 1.5 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:51:52 -0000 1.6 @@ -1,12 +1,12 @@ Name: xfce4-systemload-plugin -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Systemload monitor for the Xfce panel Group: User Interface/Desktops License: BSD URL: http://goodies.xfce.org/ -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel @@ -39,6 +39,9 @@ %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Thu Oct 05 2006 Christoph Wickert - 0.4.0-3 - Bump release for devel checkin. From fedora-extras-commits at redhat.com Fri Dec 22 02:55:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:55:12 -0500 Subject: rpms/xfce4-systemload-plugin/FC-6 xfce4-systemload-plugin.spec, 1.6, 1.7 Message-ID: <200612220255.kBM2tC2n014904@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14887 Modified Files: xfce4-systemload-plugin.spec Log Message: small fix in BuildRequires Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/xfce4-systemload-plugin.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce4-systemload-plugin.spec 22 Dec 2006 02:51:52 -0000 1.6 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:54:42 -0000 1.7 @@ -9,7 +9,7 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.99.1, libxml2-devel BuildRequires: gettext, perl(XML::Parser) Requires: xfce4-panel >= 4.3.99.1 From fedora-extras-commits at redhat.com Fri Dec 22 02:56:53 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:56:53 -0500 Subject: rpms/xfce4-systemload-plugin/devel xfce4-systemload-plugin.spec, 1.6, 1.7 Message-ID: <200612220256.kBM2urCN014976@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14961 Modified Files: xfce4-systemload-plugin.spec Log Message: small fix in BuildRequires Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/xfce4-systemload-plugin.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce4-systemload-plugin.spec 22 Dec 2006 02:49:30 -0000 1.6 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:56:23 -0000 1.7 @@ -9,7 +9,7 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.99.1, libxml2-devel BuildRequires: gettext, perl(XML::Parser) Requires: xfce4-panel >= 4.3.99.1 From fedora-extras-commits at redhat.com Fri Dec 22 02:58:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:58:11 -0500 Subject: rpms/xfce4-datetime-plugin/FC-6 .cvsignore, 1.3, 1.4 sources, 1.4, 1.5 xfce4-datetime-plugin.spec, 1.8, 1.9 Message-ID: <200612220258.kBM2wB6C015006@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-datetime-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14987 Modified Files: .cvsignore sources xfce4-datetime-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Oct 2006 13:16:50 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:57:41 -0000 1.4 @@ -1 +1 @@ -xfce4-datetime-plugin-0.4.0.tar.gz +xfce4-datetime-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Oct 2006 13:16:50 -0000 1.4 +++ sources 22 Dec 2006 02:57:41 -0000 1.5 @@ -1 +1 @@ -8a688b1add5615f581e82015de89a4bb xfce4-datetime-plugin-0.4.0.tar.gz +b21889b5c220f2dac8abdb63a6ed253d xfce4-datetime-plugin-0.4.1.tar.gz Index: xfce4-datetime-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/FC-6/xfce4-datetime-plugin.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-datetime-plugin.spec 15 Oct 2006 13:19:21 -0000 1.8 +++ xfce4-datetime-plugin.spec 22 Dec 2006 02:57:41 -0000 1.9 @@ -1,17 +1,17 @@ Name: xfce4-datetime-plugin -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://xs4all.nl/~stacium/xfce/%{name}-%{version}.tar.gz +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.2, libxfcegui4-devel >= 4.3.99.2, libxml2-devel BuildRequires: gettext, perl(XML::Parser), dbus-devel >= 0.22 -Requires: xfce4-panel >= 4.3.99.1 +Requires: xfce4-panel >= 4.3.99.2 %description An alternative clock plugin for the Xfce panel. A calendar appears when you @@ -28,18 +28,21 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -%find_lang datetime +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f datetime.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/xfce4/panel-plugins/*.so %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Sun Oct 15 2006 Christoph Wickert - 0.4.0-1 - Update to 0.4.0 on Xfce 4.4. RC1. - Fix %%defattr. From fedora-extras-commits at redhat.com Fri Dec 22 03:50:35 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Thu, 21 Dec 2006 22:50:35 -0500 Subject: rpms/python-pyspf/devel python-pyspf.spec,1.1,1.2 Message-ID: <200612220350.kBM3oZAl018418@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/python-pyspf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18403 Modified Files: python-pyspf.spec Log Message: Rebuild for python 2.5 Index: python-pyspf.spec =================================================================== RCS file: /cvs/extras/rpms/python-pyspf/devel/python-pyspf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-pyspf.spec 1 Sep 2006 02:24:13 -0000 1.1 +++ python-pyspf.spec 22 Dec 2006 03:50:04 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-pyspf Version: 1.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python module and programs for SPF (Sender Policy Framework) Group: Development/Languages @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python-setuptools +BuildRequires: python-devel Requires: python-pydns %description @@ -53,6 +54,9 @@ /usr/bin/spfquery %changelog +* Thu Dec 21 2006 Kevin Fenzi 1.7-6 +- Rebuild for python 2.5 + * Thu Aug 31 2006 Sean Reifschneider 1.7-5 - Changing SPEC file where it strips out the shebang line. From fedora-extras-commits at redhat.com Fri Dec 22 04:10:00 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:10:00 -0500 Subject: rpms/tripwire/devel dead.package,1.1,NONE Message-ID: <200612220410.kBM4A07G021713@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21708 Removed Files: dead.package Log Message: Not dead anymore! --- dead.package DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 04:35:43 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:35:43 -0500 Subject: rpms/tripwire/devel tripwire.spec,1.7,1.8 Message-ID: <200612220435.kBM4Zh2L022117@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22102 Added Files: tripwire.spec Log Message: New .spec file Index: tripwire.spec =================================================================== RCS file: tripwire.spec diff -N tripwire.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire.spec 22 Dec 2006 04:35:13 -0000 1.8 @@ -0,0 +1,321 @@ +%define path_to_vi /bin/vi +%define path_to_sendmail /usr/sbin/sendmail + +Name: tripwire +Version: 2.4.0.1 +Release: 4%{?dist} +Summary: IDS (Intrusion Detection System) + +License: GPL +Group: Applications/System +Source0: http://download.sourceforge.net/tripwire/tripwire-%{version}-src.tar.bz2 +Source1: tripwire.cron.in +Source2: tripwire.txt +Source3: tripwire.gif +Source4: twcfg.txt.in +Source5: tripwire-setup-keyfiles.in +Source6: twpol.txt.in +Source7: README.Fedora.in +Source9: License-Issues +URL: http://www.tripwire.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: openssl-devel +Requires(post): sed + +Patch0: tripwire-2.4.0.1-gcc4.patch +Patch1: tripwire-siggen-man8.patch + +%description +Tripwire is a very valuable security tool for Linux systems, if it is +installed to a clean system. Tripwire should be installed right after +the OS installation, and before you have connected your system to a +network (i.e., before any possibility exists that someone could alter +files on your system). + +When Tripwire is initially set up, it creates a database that records +certain file information. Then when it is run, it compares a designated +set of files and directories to the information stored in the database. +Added or deleted files are flagged and reported, as are any files that +have changed from their previously recorded state in the database. When +Tripwire is run against system files on a regular basis, any file +changes will be spotted when Tripwire is run. Tripwire will report the +changes, which will give system administrators a clue that they need to +enact damage control measures immediately if certain files have been +altered. + +%prep +%setup -q +%{__cp} -p %{SOURCE2} quickstart.txt +%{__cp} -p %{SOURCE3} quickstart.gif + +%patch0 -p1 -b .gcc4 +%patch1 -p1 -b .siggen.manpage + +%build +%{__chmod} 755 configure +# RPM_OPT_FLAGS break the code (deadlock). +export CXXFLAGS="-O -Wall -pipe -g" +./configure -q \ + path_to_vi=%{path_to_vi} \ + path_to_sendmail=%{path_to_sendmail} \ + --prefix=/ \ + --sysconfdir=%{_sysconfdir}/tripwire \ + --sbindir=%{_sbindir} \ + --libdir=%{_var}/lib \ + --mandir=%{_mandir} + +%{__make} %{?_smp_mflags} + +%install +%{__rm} -fr ${RPM_BUILD_ROOT} + +# Install the binaries. +%{__mkdir_p} ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/siggen ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/tripwire ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/twadmin ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/twprint ${RPM_BUILD_ROOT}%{_sbindir} + +# Install the man pages. +%{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}/{man4,man5,man8} +%{__install} -p -m644 man/man4/*.4 ${RPM_BUILD_ROOT}%{_mandir}/man4/ +%{__install} -p -m644 man/man5/*.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/ +%{__install} -p -m644 man/man8/*.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ + +# Create configuration files from templates. +%{__rm} -fr _tmpcfg +%{__mkdir} _tmpcfg +for infile in %{SOURCE1} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} ; do + outfile=${infile##/*/} + outfile=${outfile%.*n} + cat ${infile} |\ + %{__sed} -e 's|@path_to_vi@|%{path_to_vi}|g' |\ + %{__sed} -e 's|@path_to_sendmail@|%{path_to_sendmail}|g' |\ + %{__sed} -e 's|@sysconfdir@|%{_sysconfdir}|g' |\ + %{__sed} -e 's|@sbindir@|%{_sbindir}|g' |\ + %{__sed} -e 's|@vardir@|%{_var}|g' >\ + _tmpcfg/${outfile} +done +%{__mv} _tmpcfg/{tripwire-setup-keyfiles,README.Fedora} . + +# Create the reports directory. +%{__install} -d -m700 ${RPM_BUILD_ROOT}%{_var}/lib/tripwire/report + +# Install the cron job. +%{__install} -d -m755 ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily +%{__install} -p -m755 _tmpcfg/tripwire.cron \ + ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily/tripwire-check +%{__rm} _tmpcfg/tripwire.cron + +# Install configuration files. +%{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir}/tripwire +for file in _tmpcfg/* ; do + %{__install} -p -m644 ${file} ${RPM_BUILD_ROOT}%{_sysconfdir}/tripwire +done + +# Install the keyfile setup script +%{__install} -p -m755 tripwire-setup-keyfiles ${RPM_BUILD_ROOT}%{_sbindir} + +# Fix permissions on documentation files. +%{__cp} -p %{SOURCE9} . +%{__chmod} 644 \ + ChangeLog COMMERCIAL COPYING TRADEMARK quickstart.gif \ + quickstart.txt README.Fedora policy/policyguide.txt License-Issues + + +%clean +%{__rm} -rf ${RPM_BUILD_ROOT} + + +%post +# Set the real hostname in twpol.txt +%{__sed} -i -e "s|localhost|$HOSTNAME|g" %{_sysconfdir}/tripwire/twpol.txt + + +%files +%defattr(0644,root,root,0755) +%doc ChangeLog COMMERCIAL COPYING TRADEMARK quickstart.gif +%doc quickstart.txt README.Fedora policy/policyguide.txt License-Issues +%attr(0700,root,root) %dir %{_sysconfdir}/tripwire +%config(noreplace) %{_sysconfdir}/tripwire/twcfg.txt +%config(noreplace) %{_sysconfdir}/tripwire/twpol.txt +%attr(0755,root,root) %{_sysconfdir}/cron.daily/tripwire-check +%attr(0700,root,root) %dir %{_var}/lib/tripwire +%attr(0700,root,root) %dir %{_var}/lib/tripwire/report +%{_mandir}/*/* +%attr(0755,root,root) %{_sbindir}/* + + +%changelog +* Thu Dec 21 2006 Brandon Holbrook 2.4.0.1-4 +- Don't print anything at install time + +* Tue Dec 19 2006 Brandon Holbrook 2.4.0.1-3 +- Changed defattr to 644,755 +- removed BR: autoconf +- Inform users about README.Fedora instead of spamming the install + with catting the whole file + +* Wed Nov 15 2006 Brandon Holbrook 2.4.0.1-2 +- chmod'ed /etc/tripwire to 0700 +- Added sed to Requires(post) + +* Tue Aug 22 2006 Brandon Holbrook 2.4.0.1-1.4 +- Include COMMERCIAL file from upstream +- Print README.RPM on initial install +- Added _smp_mflags to make +- Removed ExclusiveArch: ix86 +- Replaced 2.3 with 2.4 in tripwire.txt + +* Tue Aug 22 2006 Brandon Holbrook 2.4.0.1-1.2 +- Updated to 2.4.0.1 + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Tue Jun 15 2004 Keith G. Robertson-Turner 0:2.3.1-20.fdr.1 +- Revision bump to supersede Fedora Legacy +- Fixed a bogus entry in twpol.txt.in (modeprobe.conf -> modprobe.conf) + +* Thu Jun 10 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.9 +- Applied Paul Herman's patch to fix a format string vulnerability in + pipedmailmessage.cpp + +* Sun Feb 29 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.8 +- Default policy overhaul +- Spec cleanup + +* Sun Feb 22 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.7 +- Moved documentation data out of package description + +* Sat Feb 21 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.6 +- Removed explicit Buildrequires gcc-c++ + +* Fri Feb 20 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.5 +- Finally moved twinstall.sh from the sysconfdir to the sbindir, since + it is not a configuration file. Fixes Red Hat bug #61855 +- Renamed twinstall.sh to tripwire-setup-keyfiles, since the name is + misleading. It is setting up keyfiles, not installing an application +- Minor correction to twinstall.sh (now tripwire-setup-keyfiles), which + made an incorrect reference to the site key rather than the local key +- Long overdue default policy update +- Added explicit Buildrequires gcc-c++, to satisfy mach + +* Thu Feb 19 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.4 +- Fixed siggen.8 man page, broken command synopsis syntax. Submitted by + doclifter +- Set real hostname in post, so Tripwire works first time, without + editing twpol.txt +- More accurate package summary +- Spec cleanup + +* Fri Nov 28 2003 Keith G. Robertson-Turner 0:2.3.1-18.fdr.3 +- Thanks to Michael Schwendt for really cleaning up the Spec file +- The remaining parts of the original tripwire-2.3.1-gcc3.patch have + now been implemented +- Debuginfo fully builds now + +* Thu Nov 27 2003 Keith G. Robertson-Turner 0:2.3.1-18.fdr.2 +- Removed version specific grep dependency, since grep >= 2.3 is common +- Added openssl-devel and autoconf to build dependencies +- The tripwire-jbj.patch is now confirmed merged with tw-20030919.patch +- Added RPM optimisation flags option, disabled by default since it + breaks the code +- Fixed file permissions of packaged files + +* Wed Nov 26 2003 Keith G. Robertson-Turner 0:2.3.1-18.fdr.1 +- Implemented Paul Herman's tw-20030919.patch +- Removed the fhs gcc3 and jbj patches, which are now broken/obsoleted + by the above +- Both the mkstemp and rfc822 patches are still implemented +- Build uses autoconf for now +- Spec file given complete overhaul for stricter compliance. More to do + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Sat Nov 16 2002 Jeff Johnson 2.3.1-16 +- rebuild from cvs. +- comment out debug messages to achieve compilation. +- include policyguide.txt (#72259). +- use mkstemp, not mktemp. + +* Fri Aug 02 2002 Mike A. Harris 2.3.1-14 +- Modified default sample twpol file to remove bogus warnings (#70502) + +* Fri Jun 21 2002 Tim Powers 2.3.1-13 +- automated rebuild + +* Sun May 26 2002 Tim Powers 2.3.1-12 +- automated rebuild + +* Wed May 22 2002 Mike A. Harris 2.3.1-11 +- Rebuilt in new build environment with gcc 3.1 + +* Tue Feb 26 2002 Mike A. Harris 2.3.1-9 +- Conditionalized gcc3 patch +- Added back the ExclusiveArch that is required but disappeared somewhere along + the line. +- Rebuild in new build environment + +* Thu Jan 31 2002 Mike A. Harris 2.3.1-7 +- Bump release and rebuild in new environment. +- (Elliot Lee) Add patch to make it build with gcc3. + +* Thu Aug 9 2001 Nalin Dahyabhai 2.3.1-5 +- define USE_FHS when USES_FHS is defined, so that the database winds up + in the right directory (#51332) +- update default twpol file to include files recently-added to the full + installation tree + +* Tue Jul 17 2001 Mike A. Harris 2.3.1-4 +- Applied bugfix for (#47276) to make tripwire email RFC822 compliant, using + patch in bugreport from Michael Schwendt + +* Tue Jul 10 2001 Mike A. Harris 2.3.1-3 +- Made package own dir /var/lib/tripwire + +* Mon Jun 25 2001 Nalin Dahyabhai +- update to 2.3.1-2 + +* Thu Mar 1 2001 Bill Nottingham +- rebuild, fix defattr. Weird. + +* Tue Feb 27 2001 Nalin Dahyabhai +- refresh from upstream +- modify the default policy to match the current tree more closely (#28744) +- make the text files 0644, not 0755 +- defattr for the sake of the docs + +* Wed Sep 20 2000 Nalin Dahyabhai +- change exclusivearch: i386 to exclusivearch: %%{ix86} (#17759) + +* Wed Aug 23 2000 Than Ngo +- remove copyleft information in specfile (Bug #16765) + +* Tue Aug 22 2000 Nalin Dahyabhai +- remove duplicate source files +- sync up description with specspo + +* Fri Aug 4 2000 Than Ngo +- remove Vendor and Distribution from specfile (Bug #15246) + +* Fri Aug 4 2000 Than Ngo +- starts tripwire --check if it was configured before. (Bug #15384) + +* Fri Aug 4 2000 Nalin Dahyabhai +- fix sense of checking for the database's existence in the cron job +- actually include twinstall.sh, twcfg.txt, twpol.txt + +* Thu Aug 3 2000 Than Ngo +- permission fix (bug #15246) + +* Mon Jul 31 2000 Nalin Dahyabhai +- add quickstart docs (Ed) +- tweak description text (Ed) + +* Thu Jul 20 2000 Nalin Dahyabhai +- update .spec file to follow RPM conventions +- add tripwire --check to cron.daily + From fedora-extras-commits at redhat.com Fri Dec 22 04:39:48 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:39:48 -0500 Subject: rpms/tripwire/devel Makefile,1.3,1.4 Message-ID: <200612220439.kBM4dmc1022210@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22195 Added Files: Makefile Log Message: New Makefile Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 22 Dec 2006 04:39:18 -0000 1.4 @@ -0,0 +1,21 @@ +# Makefile for source rpm: tripwire +# $Id$ +NAME := tripwire +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) From fedora-extras-commits at redhat.com Fri Dec 22 04:45:01 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:45:01 -0500 Subject: rpms/tripwire/devel .cvsignore, 1.3, 1.4 import.log, NONE, 1.1 sources, 1.3, 1.4 Message-ID: <200612220445.kBM4j11a022244@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22226 Added Files: .cvsignore import.log sources Log Message: Setup of module tripwire Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- NEW FILE import.log --- Index: sources =================================================================== RCS file: sources diff -N sources From fedora-extras-commits at redhat.com Fri Dec 22 04:48:25 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:48:25 -0500 Subject: rpms/tripwire import.log,1.4,1.5 Message-ID: <200612220448.kBM4mP5X022376@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22337 Modified Files: import.log Log Message: auto-import tripwire-2.4.0.1-4 on branch devel from tripwire-2.4.0.1-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tripwire/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 8 Nov 2004 05:29:19 -0000 1.4 +++ import.log 22 Dec 2006 04:47:55 -0000 1.5 @@ -1,3 +1,4 @@ tripwire-2_3_1-18_fdr_3_1:HEAD:tripwire-2.3.1-18.fdr.3.1.src.rpm:1099891746 tripwire-2_3_1-20_fdr_1_1:HEAD:tripwire-2.3.1-20.fdr.1.1.src.rpm:1099891749 tripwire-2_3_1-20_fdr_1_2:HEAD:tripwire-2.3.1-20.fdr.1.2.src.rpm:1099891759 +tripwire-2_4_0_1-4:HEAD:tripwire-2.4.0.1-4.src.rpm:1166763361 From fedora-extras-commits at redhat.com Fri Dec 22 04:48:26 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:48:26 -0500 Subject: rpms/tripwire/devel License-Issues, 1.3, 1.4 README.Fedora.in, NONE, 1.1 tripwire-2.4.0.1-gcc4.patch, NONE, 1.1 tripwire-setup-keyfiles.in, 1.2, 1.3 tripwire-siggen-man8.patch, 1.2, 1.3 tripwire.cron.in, 1.2, 1.3 tripwire.gif, 1.2, 1.3 tripwire.txt, 1.2, 1.3 twcfg.txt.in, 1.2, 1.3 twpol.txt.in, 1.3, 1.4 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 import.log, 1.1, NONE Message-ID: <200612220448.kBM4mQO9022392@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22337/devel Modified Files: .cvsignore sources Added Files: License-Issues README.Fedora.in tripwire-2.4.0.1-gcc4.patch tripwire-setup-keyfiles.in tripwire-siggen-man8.patch tripwire.cron.in tripwire.gif tripwire.txt twcfg.txt.in twpol.txt.in Removed Files: import.log Log Message: auto-import tripwire-2.4.0.1-4 on branch devel from tripwire-2.4.0.1-4.src.rpm Index: License-Issues =================================================================== RCS file: License-Issues diff -N License-Issues --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ License-Issues 22 Dec 2006 04:47:55 -0000 1.4 @@ -0,0 +1,66 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Update 19 Feb 2004: + +The following issues are soon to disappear, since: + + 1) There are now cleaner upstream sources to work with (Debian) + 2) I'm working towards ditching Crypto++ altogether + +###### + +There seems to be some speculation as to the legal status of this +software. + +The problem seems to stem from patents, copyrights and licenses in the +Crypto++ distribution, by Wei Dei. + +For more information on the exact issues, please refer to the following +URL: + +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=153007 + +The situation with the Fedora release is not as complex however, since +many of the questionable components are not included, specifically: + +The following are not in the archive, so there is no issue: +src/cryptlib/idea.cpp +src/cryptlib/haval.cpp +src/cryptlib/mars.cpp +src/cryptlib/serpent.cpp +src/cryptlib/md5.cpp +src/cryptlib/md5mac.cpp +src/cryptlib/cast.cpp + +The following are copyrighted, but have no license: +src/cryptlib/zbits.cpp +src/cryptlib/ztrees.cpp +src/cryptlib/zdeflate.cpp +src/cryptlib/sha.cpp ? + +With regards to those last four files, Stephen Zander is apparently going to approach Wei Dei with regards clearing up +the "no license" issues. However, I don't think this is a "fatal" +problem at this stage. Hopefully this will include clearing up the +implications of section 2 of src/cryptlib/license.txt, which reads: + +"2. Users of the software included in this compilation agree to use +their best efforts to provide Wei Dai with any modifications containing +improvements or extensions and hereby grant Wei Dai a perpetual, +royalty-free license to use and distribute such modifications under the +terms of this license." + +I'm no GPL/OSS expert, but there are some who believe this is +incompatible with the GPL. Discussions are ongoing, and I will continue +to update this file in future releases with any news. + +Keith G. Robertson-Turner + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.3 (GNU/Linux) + +iD8DBQFANEDN2XoLj+pGfn8RArdFAJ0edxT3u8DmWJEOpQ7eSFcFd17cXACfVH5I +PKV00HlQoZBBfbrq8//6pd8= +=HlLR +-----END PGP SIGNATURE----- --- NEW FILE README.Fedora.in --- After installing this package, you should run: @sbindir@/tripwire-setup-keyfiles to generate cryptographic keys, and "tripwire --init" to initialize the database Tripwire uses. This must be done manually because the key used to sign the database should be different for each system. tripwire-2.4.0.1-gcc4.patch: --- NEW FILE tripwire-2.4.0.1-gcc4.patch --- --- ./src/fco/fcosetimpl.h.orig 2005-12-14 06:18:01.000000000 -0600 +++ ./src/fco/fcosetimpl.h 2005-12-14 06:18:01.000000000 -0600 @@ -46,6 +46,8 @@ #include "fconame.h" #endif +class cFCOIterImpl; + class cFCOSetImpl : public iFCOSet { friend class cFCOIterImpl; --- ./src/fco/fconame.h.orig 2005-12-14 06:18:01.000000000 -0600 +++ ./src/fco/fconame.h 2005-12-14 06:18:01.000000000 -0600 @@ -49,6 +49,7 @@ /////////////////////////////////////////////////////////////////////////////// class cFCONameTblNode; class cFCONameIter; +class cFCOName_i; class cFCOName : public iTypedSerializable { --- ./src/tw/fcoreport.h.orig 2005-12-14 06:18:01.000000000 -0600 +++ ./src/tw/fcoreport.h 2005-12-14 06:21:41.000000000 -0600 @@ -85,6 +85,7 @@ class cFileHeaderID; class cErrorQueue; class cFCOReportGenreHeader; +class cFCOReportSpecIter; class cFCOReport : public iTypedSerializable { Index: tripwire-setup-keyfiles.in =================================================================== RCS file: tripwire-setup-keyfiles.in diff -N tripwire-setup-keyfiles.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire-setup-keyfiles.in 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,329 @@ +#!/bin/sh + +######################################################################## +######################################################################## +## +## Tripwire(R) 2.3 for LINUX(R) Post-RPM installation script +## +## Copyleft information contained in footer +## +######################################################################## +######################################################################## + +##======================================================= +## Setup +##======================================================= + +# We can assume all the correct tools are in place because the +# RPM installed, didn't it? + +##------------------------------------------------------- +## Set HOST_NAME variable +##------------------------------------------------------- +HOST_NAME='localhost' +if uname -n > /dev/null 2> /dev/null ; then + HOST_NAME=`uname -n` +fi + +##------------------------------------------------------- +## Program variables - edited by RPM during initial install +##------------------------------------------------------- + +# Site Passphrase variable +TW_SITE_PASS="" + +# Complete path to site key +SITE_KEY="@sysconfdir@/tripwire/site.key" + +# Local Passphrase variable +TW_LOCAL_PASS="" + +# Complete path to local key +LOCAL_KEY="@sysconfdir@/tripwire/${HOST_NAME}-local.key" + +# If clobber==true, overwrite files; if false, do not overwrite files. +CLOBBER="false" + +# If prompt==true, ask for confirmation before continuing with install. +PROMPT="true" + +# Name of twadmin executeable +TWADMIN="twadmin" + +# Path to twadmin executeable +TWADMPATH=@sbindir@ + +# Path to configuration directory +CONF_PATH="@sysconfdir@/tripwire" + +# Name of clear text policy file +TXT_POL=$CONF_PATH/twpol.txt + +# Name of clear text configuration file +TXT_CFG=$CONF_PATH/twcfg.txt + +# Name of encrypted configuration file +CONFIG_FILE=$CONF_PATH/tw.cfg + +# Path of the final Tripwire policy file (signed) +SIGNED_POL=`grep POLFILE $TXT_CFG | sed -e 's/^.*=\(.*\)/\1/'` + + +##======================================================= +## Create Key Files +##======================================================= + +##------------------------------------------------------- +## If user has to enter a passphrase, give some +## advice about what is appropriate. +##------------------------------------------------------- + +if [ -z "$TW_SITE_PASS" ] || [ -z "$TW_LOCAL_PASS" ]; then +cat << END_OF_TEXT + +---------------------------------------------- +The Tripwire site and local passphrases are used to sign a variety of +files, such as the configuration, policy, and database files. + +Passphrases should be at least 8 characters in length and contain both +letters and numbers. + +See the Tripwire manual for more information. +END_OF_TEXT +fi + +##======================================================= +## Generate keys. +##======================================================= + +echo +echo "----------------------------------------------" +echo "Creating key files..." + +##------------------------------------------------------- +## Site key file. +##------------------------------------------------------- + +# If clobber is true, and prompting is off (unattended operation) +# and the key file already exists, remove it. Otherwise twadmin +# will prompt with an "are you sure?" message. + +if [ "$CLOBBER" = "true" ] && [ "$PROMPT" = "false" ] && [ -f "$SITE_KEY" ] ; then + rm -f "$SITE_KEY" +fi + +if [ -f "$SITE_KEY" ] && [ "$CLOBBER" = "false" ] ; then + echo "The site key file \"$SITE_KEY\"" + echo 'exists and will not be overwritten.' +else + cmdargs="--generate-keys --site-keyfile \"$SITE_KEY\"" + if [ -n "$TW_SITE_PASS" ] ; then + cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\"" + fi + eval "\"$TWADMPATH/$TWADMIN\" $cmdargs" + if [ $? -ne 0 ] ; then + echo "Error: site key generation failed" + exit 1 + else chmod 640 "$SITE_KEY" + fi +fi + +##------------------------------------------------------- +## Local key file. +##------------------------------------------------------- + +# If clobber is true, and prompting is off (unattended operation) +# and the key file already exists, remove it. Otherwise twadmin +# will prompt with an "are you sure?" message. + +if [ "$CLOBBER" = "true" ] && [ "$PROMPT" = "false" ] && [ -f "$LOCAL_KEY" ] ; then + rm -f "$LOCAL_KEY" +fi + +if [ -f "$LOCAL_KEY" ] && [ "$CLOBBER" = "false" ] ; then + echo "The local key file \"$LOCAL_KEY\"" + echo 'exists and will not be overwritten.' +else + cmdargs="--generate-keys --local-keyfile \"$LOCAL_KEY\"" + if [ -n "$TW_LOCAL_PASS" ] ; then + cmdargs="$cmdargs --local-passphrase \"$TW_LOCAL_PASS\"" + fi + eval "\"$TWADMPATH/$TWADMIN\" $cmdargs" + if [ $? -ne 0 ] ; then + echo "Error: local key generation failed" + exit 1 + else chmod 640 "$LOCAL_KEY" + fi +fi + +##======================================================= +## Sign the Configuration File +##======================================================= + +echo +echo "----------------------------------------------" +echo "Signing configuration file..." + +##------------------------------------------------------- +## If noclobber, then backup any existing config file. +##------------------------------------------------------- + +if [ "$CLOBBER" = "false" ] && [ -s "$CONFIG_FILE" ] ; then + backup="${CONFIG_FILE}.$$.bak" + echo "Backing up $CONFIG_FILE" + echo " to $backup" + `mv "$CONFIG_FILE" "$backup"` + if [ $? -ne 0 ] ; then + echo "Error: backup of configuration file failed." + exit 1 + fi +fi + +##------------------------------------------------------- +## Build command line. +##------------------------------------------------------- + +cmdargs="--create-cfgfile" +cmdargs="$cmdargs --cfgfile \"$CONFIG_FILE\"" +cmdargs="$cmdargs --site-keyfile \"$SITE_KEY\"" +if [ -n "$TW_SITE_PASS" ] ; then + cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\"" +fi + +##------------------------------------------------------- +## Sign the file. +##------------------------------------------------------- + +eval "\"$TWADMPATH/$TWADMIN\" $cmdargs \"$TXT_CFG\"" +if [ $? -ne 0 ] ; then + echo "Error: signing of configuration file failed." + exit 1 +fi + +# Set the rights properly +chmod 640 "$CONFIG_FILE" + +##------------------------------------------------------- +## We keep the cleartext version around. +##------------------------------------------------------- + +cat << END_OF_TEXT + +A clear-text version of the Tripwire configuration file: +$TXT_CFG +has been preserved for your inspection. It is recommended that you +move this file to a secure location and/or encrypt it in place (using a +tool such as GPG, for example) after you have examined it. + +END_OF_TEXT + +##======================================================= +## Sign tripwire policy file. +##======================================================= + +echo +echo "----------------------------------------------" +echo "Signing policy file..." + +##------------------------------------------------------- +## If noclobber, then backup any existing policy file. +##------------------------------------------------------- + +if [ "$CLOBBER" = "false" ] && [ -s "$POLICY_FILE" ] ; then + backup="${POLICY_FILE}.$$.bak" + echo "Backing up $POLICY_FILE" + echo " to $backup" + mv "$POLICY_FILE" "$backup" + if [ $? -ne 0 ] ; then + echo "Error: backup of policy file failed." + exit 1 + fi +fi + +##------------------------------------------------------- +## Build command line. +##------------------------------------------------------- + +cmdargs="--create-polfile" +cmdargs="$cmdargs --cfgfile \"$CONFIG_FILE\"" +cmdargs="$cmdargs --site-keyfile \"$SITE_KEY\"" +if [ -n "$TW_SITE_PASS" ] ; then + cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\"" +fi + +##------------------------------------------------------- +## Sign the file. +##------------------------------------------------------- + +eval "\"$TWADMPATH/$TWADMIN\" $cmdargs \"$TXT_POL\"" +if [ $? -ne 0 ] ; then + echo "Error: signing of policy file failed." + exit 1 +fi + +# Set the proper rights on the newly signed policy file. +chmod 0640 "$SIGNED_POL" + +##------------------------------------------------------- +## We keep the cleartext version around. +##------------------------------------------------------- + +cat << END_OF_TEXT + +A clear-text version of the Tripwire policy file: +$TXT_POL +has been preserved for your inspection. This implements a minimal +policy, intended only to test essential Tripwire functionality. You +should edit the policy file to describe your system, and then use +twadmin to generate a new signed copy of the Tripwire policy. + +Once you have a satisfactory Tripwire policy file, you should move the +clear-text version to a secure location and/or encrypt it in place +(using a tool such as GPG, for example). + +Now run "tripwire --init" to enter Database Initialization Mode. This +reads the policy file, generates a database based on its contents, and +then cryptographically signs the resulting database. Options can be +entered on the command line to specify which policy, configuration, and +key files are used to create the database. The filename for the +database can be specified as well. If no options are specified, the +default values from the current configuration file are used. + +END_OF_TEXT + +exit 0 + +######################################################################## +######################################################################## +# +# TRIPWIRE GPL NOTICES +# +# The developer of the original code and/or files is Tripwire, Inc. +# Portions created by Tripwire, Inc. are copyright 2000 Tripwire, Inc. +# Tripwire is a registered trademark of Tripwire, Inc. All rights reserved. +# +# This program is free software. The contents of this file are subject to +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) +# any later version. You may redistribute it and/or modify it only in +# compliance with the GNU General Public License. +# +# This program is distributed in the hope that it will be useful. However, +# this program is distributed "AS-IS" WITHOUT ANY WARRANTY; INCLUDING THE +# IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +# Please see the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# Nothing in the GNU General Public License or any other license to use the +# code or files shall permit you to use Tripwire's trademarks, +# service marks, or other intellectual property without Tripwire's +# prior written consent. +# +# If you have any questions, please contact Tripwire, Inc. at either +# info at tripwire.org or www.tripwire.org. +# +######################################################################## +######################################################################## tripwire-siggen-man8.patch: Index: tripwire-siggen-man8.patch =================================================================== RCS file: tripwire-siggen-man8.patch diff -N tripwire-siggen-man8.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire-siggen-man8.patch 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,47 @@ +diff -Nur tripwire-2.3.1-2/man/man8/siggen.8 tripwire-2.3.1-2.new/man/man8/siggen.8 +--- tripwire-2.3.1-2/man/man8/siggen.8 2001-03-04 00:30:29.000000000 +0000 ++++ tripwire-2.3.1-2.new/man/man8/siggen.8 2004-02-19 01:18:43.000000000 +0000 +@@ -2,28 +2,25 @@ + .\" Do not move or remove previous line. + .\" Used by some man commands to know that tbl should be used. + .nh +-.TH SIGGEN 8 "1 July 2000" ++.TH SIGGEN 8 "19 Feb 2004" + .SH NAME + siggen \- signature gathering routine for Tripwire + .SH SYNOPSIS + .B siggen +-.RI "[ " "options..." " ]" +-.IR file1 " [ " "file2..." " ] " +- +-.I Options: +-.RS +0.5i +-.TS +-; +-lbw(0.8i) lb. +--t --terse +--h --hexadecimal +--a --all +--C --CRC32 +--M --MD5 +--S --SHA +--H --HAVAL +-.TE +-.RE ++[ ++.BR -t | --terse ++] [ ++.BR -h | --hexadecimal ++] [ ++.BR -a | --all ++] [ ++.BR -C | --CRC32 ++] [ ++.BR -S | --SHA ++] [ ++.BR -h | --HAVAL ++] ++.IR file1 ,,, + .SH DESCRIPTION + .PP + \fBsiggen\fP is a utility that displays the hash function values Index: tripwire.cron.in =================================================================== RCS file: tripwire.cron.in diff -N tripwire.cron.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire.cron.in 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,8 @@ +#!/bin/sh +HOST_NAME=`uname -n` +if [ ! -e @vardir@/lib/tripwire/${HOST_NAME}.twd ] ; then + echo "**** Error: Tripwire database for ${HOST_NAME} not found. ****" + echo "**** Run "@sysconfdir@/tripwire/twinstall.sh" and/or "tripwire --init". ****" +else + test -f @sysconfdir@/tripwire/tw.cfg && @sbindir@/tripwire --check +fi Index: tripwire.txt =================================================================== RCS file: tripwire.txt diff -N tripwire.txt --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire.txt 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,82 @@ +Introduction +Tripwire v2.4 software ensures the integrity of critical system files and directories by identifying all changes made to specified system files and directories. Configure Tripwire software to monitor your system in the way that is best for you. + +Tripwire software works by comparing files and directories against a baseline. It generates the baseline by taking a "snapshot" of specified files and directories in a known secure state. Tripwire software then compares the current system against the baseline and reports any modifications, additions, or deletions. Use Tripwire software for system security, intrusion detection, damage assessment, and recovery forensics. + +To install Tripwire v2.4 +1. Locate the RPM directory on the CD. +2. Locate the Tripwire RPM. +3. Type rpm -i "name" +4. After installing the Tripwire binary RPM, follow these Post-Installation instructions. +5. We recommend you read the Release Notes and README file. + +Post-Installation Instructions +The Tripwire binary RPM installs the basic program files needed to run the software. However, this installation does not complete custom configurations that Tripwire 2.4 needs to perform correctly. After you unpack the RPM, you must: +1. Run the configuration script: /etc/tripwire/twinstall.sh to sign these files. This script walks you through the processes of setting passphrases and signing the Tripwire policy and configuration files. +Note: Once encoded and signed, the configuration file should not be renamed or moved. +2. Initialize the Tripwire database file. (/usr/sbin/tripwire--init) +3. Run the first integrity check. (/usr/sbin/tripwire--check) +4. Edit the configuration file (twcfg.txt) with a text editor, if desired. +5. Edit the policy file (twpol.txt) with a text editor, if desired. + +Note: If you plan to modify the policy file, we recommend you do so before running the configuration script. If you modify the policy file after running the configuration script, you must re-run the configuration file before initializing the database file. + +Modifying the Policy File +You can specify how Tripwire software checks your system in the Tripwire policy file (twpol.txt). A default policy file is included in the Tripwire software installation. We recommend you tailor this policy file to fit your particular system. Tailoring the policy file greatly increases Tripwire software's ability to ensure the integrity of your system. + +Locate the default policy file at /etc/tripwire/twpol.txt. An example policy file (located at /usr/doc/tripwire-VER#-REL#/policyguide.txt) is included to help you learn the policy language. Read the sample policy file and the comments in the sample policy file to learn the policy language. + +After you modify the policy file, follow the Post-Installation Instructions (run the configuration script). This script signs the modified policy file and renames it to tw.pol. This is the active policy file that runs as part of the Tripwire software. + +Selecting Passphrases +Tripwire files are signed or encrypted using site or local keys. These keys are protected by passphrases. When selecting passphrases, the following recommendations apply: +Use at least eight alphanumeric and symbolic characters for each passphrase. The maximum length of a passphrase is 1023 characters. Quotes should not be used as passphrase characters. + +Assign a unique passphrase for the site key. The site key passphrase protects the site key, which is used to sign Tripwire software configuration and policy files. Assign a unique passphrase for the local key. The local key signs Tripwire database files. The local key may sign the Tripwire report files also. + +Store the passphrases in a secure location. There is no way to remove encryption from a signed file if you forget your passphrase. If you forget the passphrases, the files are unusable. In that case you must reinitialize the baseline database. + +Initializing the Database +In Database Initialization mode, Tripwire software builds a database of filesystem objects based on the rules in the policy file. This database serves as the baseline for integrity checks. The syntax for Database Initialization mode is: +tripwire --init + +Running an Integrity Check +The Integrity Check mode compares the current file system objects with their properties recorded in the Tripwire database. Violations are printed to stdout. The report file is saved and can later be accessed by twprint. An email option enables you to send email. The syntax for Integrity Check mode is: +tripwire --check + +Printing Reports - twprint Print Report Mode +The twprint --print-report mode prints the contents of a Tripwire report. If you do not specify a report with the --twrfile or -r command-line argument, the default report file specified by the configuration file REPORTFILE variable is used. +Example: On a machine named LIGHTHOUSE, the command would be: +./twprint -m r --twrfile LIGHTHOUSE-19990622-021212.twr + +Updating the Database after an Integrity Check +Database Update mode enables you to update the Tripwire database after an integrity check if you determine that the violations discovered are valid. This update process saves time by enabling you to update the database without having to re-initialize it. It also enables selective updating, which cannot be done through re-initialization. The syntax for Database Update mode is: +tripwire --update + +Updating the Policy File +Change the way that Tripwire software scans the system by changing the rules in the policy file. You can then update the database without a complete re-initialization. This saves a significant amount of time and preserves security by keeping the policy file synchronized with the database it uses. The syntax for Policy Update mode is: +tripwire --update-policy + +Testing email functions +Test mode tests the software's email notification system, using the settings currently specified in the configuration file. The syntax for Email Test Reporting mode is: +tripwire --test + +Tripwire Components +The policy file begins as a text file containing comments, rules, directives, and variables. These dictate the way Tripwire software checks your system. Each rule in the policy file specifies a system object to be monitored. Rules also describe which changes to the object to report, and which to ignore. + +System objects are the files and directories you wish to monitor. Each object is identified by an object name. A property refers to a single characteristic of an object that Tripwire software can monitor. Directives control conditional processing of sets of rules in a policy file. During installation, the text policy file is encrypted and renamed, and becomes the active policy file. + +The database file is an important component of Tripwire software. When first installed, Tripwire software uses the policy file rules to create the database file. The database file is a baseline "snapshot" of the system in a known secure state. Tripwire software compares this baseline against the current system to determine what changes have occurred. This is an integrity check. + +When you perform an integrity check, Tripwire software produces report files. Report files summarize any changes that violated the policy file rules during the integrity check. You can view the report file in a variety of formats, at varying levels of detail. + +The Tripwire configuration file stores system-specific information, such as the location of Tripwire data files. Tripwire software generates some of the configuration file information during installation. The system administrator can change parameters in the configuration file at any time. The configuration file variables POLFILE, DBFILE, REPORTFILE, SITEKEYFILE, and LOCALKEYFILE specify where the policy file, database file, report files, and site and local key files reside. These variables must be defined or the configuration file is invalid. If any of these variables are undefined, an error occurs on execution of Tripwire software and the program exits. + +Tripwire Help +All Tripwire commands support the help arguments. Example: To get help with Create Configuration File mode, type: ./twadmin --help --create-cfgfile + +-? Display usage and version information +--help Display all command modes +--help all Display help for all command modes +--help [mode] Display help for current command mode +--version Display version information Index: twcfg.txt.in =================================================================== RCS file: twcfg.txt.in diff -N twcfg.txt.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ twcfg.txt.in 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,15 @@ +ROOT =@sbindir@ +POLFILE =@sysconfdir@/tripwire/tw.pol +DBFILE =@vardir@/lib/tripwire/$(HOSTNAME).twd +REPORTFILE =@vardir@/lib/tripwire/report/$(HOSTNAME)-$(DATE).twr +SITEKEYFILE =@sysconfdir@/tripwire/site.key +LOCALKEYFILE =@sysconfdir@/tripwire/$(HOSTNAME)-local.key +EDITOR =@path_to_vi@ +LATEPROMPTING =false +LOOSEDIRECTORYCHECKING =false +MAILNOVIOLATIONS =true +EMAILREPORTLEVEL =3 +REPORTLEVEL =3 +MAILMETHOD =SENDMAIL +SYSLOGREPORTING =false +MAILPROGRAM =@path_to_sendmail@ -oi -t Index: twpol.txt.in =================================================================== RCS file: twpol.txt.in diff -N twpol.txt.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ twpol.txt.in 22 Dec 2006 04:47:55 -0000 1.4 @@ -0,0 +1,1036 @@ +# identifier: tripwire IDS policy input file +# host: Fedora Core release 1 (Yarrow) +# version: 2.3.1-19.fdr.1 +# maintainer: Keith G. Robertson-Turner +# validator: unvalidated +# date: Tue Jun 15 17:09:21 BST 2004 + +# description: +# This is an example Tripwire Policy input file. It is intended as the +# starting point to creating your own custom Tripwire Policy. Referring +# to it, as well as the Tripwire Policy Guide, should give you enough +# information to make a good custom Tripwire Policy that better fits +# your configuration and security needs. This text version will be used +# by tripwire as input to create a proprietary type of file called a +# Tripwire Policy file, which will then be signed for further security. +# It is recommended that once you complete the creation of the Policy +# file, you move this plaintext version to a secure location (possibly +# on removable media) or encrypt the file using a tool such as GPG. You +# should also do this for the Tripwire plaintext configuration file +# (twcfg.txt) once you have finished setting up the Policy. +# +# Note that this file is tuned to an "everything" install of Fedora +# Linux. If run unmodified, this file should create no errors on +# database creation, or violations on a subsequent integrity check. +# However, it is impossible for there to be one policy file for all +# machines, so this existing one errs on the side of security. Your +# Linux configuration will most likely differ from the one our policy +# file was tuned to, and will therefore require some editing of the +# default Tripwire Policy file. The example policy file is best run +# with "Loose Directory Checking" enabled. +# +# Set LOOSEDIRECTORYCHECKING=TRUE in the Tripwire Configuration file. +# +# Note - legacy entries (which are commented out) are included for +# historical reasons only, and are overdue for removal. They will +# likely disappear from future releases. +# +# The following info is only really useful for non-RPM distributions: +# +# Email support is not included and must be added to this file. Add the +# "emailto=" to the rule directive section of each rule (add a comma +# after the "severity=" line and add an "emailto=" and include the +# email addresses you want the violation reports to go to). Addresses +# are semi-colon delimited. +# +# If you installed from the Fedora RPM, a cron job has already been set +# up for you. Tripwire will perform an integrity check once every day, +# and the generated report will be emailed to root. In this case, you +# do not need to perform the steps in the previous paragraph. + +# policy: + + +# Global Variable Definitions + +@@section GLOBAL +TWROOT=@sbindir@; +TWBIN=@sbindir@; +TWPOL="@sysconfdir@/tripwire"; +TWDB="@vardir@/lib/tripwire"; +TWSKEY="@sysconfdir@/tripwire"; +TWLKEY="@sysconfdir@/tripwire"; +TWREPORT="@vardir@/lib/tripwire/report"; +HOSTNAME=localhost; + +@@section FS +SEC_CRIT = $(IgnoreNone)-SHa ; # Critical files that cannot change +SEC_SUID = $(IgnoreNone)-SHa ; # Binaries with the SUID or SGID flags set +SEC_BIN = $(ReadOnly) ; # Binaries that should not change +SEC_CONFIG = $(Dynamic) ; # Config files that are changed infrequently but accessed often +SEC_LOG = $(Growing) ; # Files that grow, but that should never change ownership +SEC_INVARIANT = +tpug ; # Directories that should never change permission or ownership +SIG_LOW = 33 ; # Non-critical files that are of minimal security impact +SIG_MED = 66 ; # Non-critical files that are of significant security impact +SIG_HI = 100 ; # Critical files that are significant points of vulnerability + + +# Tripwire Binaries + +( + rulename = "Tripwire Binaries", + severity = $(SIG_HI) +) +{ + $(TWBIN)/siggen -> $(SEC_BIN) ; + $(TWBIN)/tripwire -> $(SEC_BIN) ; + $(TWBIN)/twadmin -> $(SEC_BIN) ; + $(TWBIN)/twprint -> $(SEC_BIN) ; +} + + +# Tripwire Data Files - Configuration Files, Policy Files, Keys, Reports, Databases + +( + rulename = "Tripwire Data Files", + severity = $(SIG_HI) +) +{ + # NOTE: We remove the inode attribute because when Tripwire creates a backup, + # it does so by renaming the old file and creating a new one (which will + # have a new inode number). Inode is left turned on for keys, which shouldn't + # ever change. + + # NOTE: The first integrity check triggers this rule and each integrity check + # afterward triggers this rule until a database update is run, since the + # database file does not exist before that point. + + $(TWDB) -> $(SEC_CONFIG) -i ; + $(TWPOL)/tw.pol -> $(SEC_BIN) -i ; + $(TWPOL)/tw.cfg -> $(SEC_BIN) -i ; + $(TWLKEY)/$(HOSTNAME)-local.key -> $(SEC_BIN) ; + $(TWSKEY)/site.key -> $(SEC_BIN) ; + + #don't scan the individual reports + $(TWREPORT) -> $(SEC_CONFIG) (recurse=0) ; +} + + +# Tripwire HQ Connector Binaries +# +# This commercial product has been phased out and is no longer +# supported. This section will disappear from future releases. +# +#( +# rulename = "Tripwire HQ Connector Binaries", +# severity = $(SIG_HI) +#) +#{ +# $(TWBIN)/hqagent -> $(SEC_BIN) ; +#} +# +# Tripwire HQ Connector - Configuration Files, Keys, and Logs + +# Note: File locations here are different than in a stock HQ Connector +# installation. This is because Tripwire 2.3 uses a different path +# structure than Tripwire 2.2.1. +# +# You may need to update your HQ Agent configuation file (or this +# policy file) to correct the paths. We have attempted to support the +# FHS standard here by placing the HQ Agent files similarly to the way +# Tripwire 2.3 places them. + +#( +# rulename = "Tripwire HQ Connector Data Files", +# severity = $(SIG_HI) +#) +#{ + # NOTE: Removing the inode attribute because when Tripwire creates a + # backup it does so by renaming the old file and creating a new one + # (which will have a new inode number). Leaving inode turned on for + # keys, which shouldn't ever change. +# +# $(TWBIN)/agent.cfg -> $(SEC_BIN) -i ; # legacy +# $(TWLKEY)/authentication.key -> $(SEC_BIN) ; # legacy +# $(TWDB)/tasks.dat -> $(SEC_CONFIG) ; # legacy +# $(TWDB)/schedule.dat -> $(SEC_CONFIG) ; # legacy +# + # Uncomment if you have agent logging enabled. + #/var/log/tripwire/agent.log -> $(SEC_LOG) ; # legacy +#} + + +# Commonly accessed directories that should remain static with regards +# to owner and group. + +( + rulename = "Invariant Directories", + severity = $(SIG_MED) +) +{ + / -> $(SEC_INVARIANT) (recurse = 0) ; + /home -> $(SEC_INVARIANT) (recurse = 0) ; + /etc -> $(SEC_INVARIANT) (recurse = 0) ; +} + + +# File System and Disk Administration Programs. + +( + rulename = "File System and Disk Administraton Programs", + severity = $(SIG_HI) +) +{ + /sbin/accton -> $(SEC_CRIT) ; + /sbin/badblocks -> $(SEC_CRIT) ; + /sbin/busybox -> $(SEC_CRIT) ; + /sbin/busybox.anaconda -> $(SEC_CRIT) ; + /sbin/convertquota -> $(SEC_CRIT) ; + /sbin/dosfsck -> $(SEC_CRIT) ; + /sbin/debugfs -> $(SEC_CRIT) ; + /sbin/debugreiserfs -> $(SEC_CRIT) ; + /sbin/dumpe2fs -> $(SEC_CRIT) ; + /sbin/dump -> $(SEC_CRIT) ; + /sbin/dump.static -> $(SEC_CRIT) ; + #/sbin/e2fsadm -> $(SEC_CRIT) ; tune2fs? # legacy + /sbin/e2fsck -> $(SEC_CRIT) ; + /sbin/e2label -> $(SEC_CRIT) ; + /sbin/fdisk -> $(SEC_CRIT) ; + /sbin/fsck -> $(SEC_CRIT) ; + /sbin/fsck.ext2 -> $(SEC_CRIT) ; + /sbin/fsck.ext3 -> $(SEC_CRIT) ; + #/sbin/fsck.minix -> $(SEC_CRIT) ; + /sbin/fsck.msdos -> $(SEC_CRIT) ; + /sbin/fsck.vfat -> $(SEC_CRIT) ; + /sbin/ftl_check -> $(SEC_CRIT) ; + /sbin/ftl_format -> $(SEC_CRIT) ; + /sbin/hdparm -> $(SEC_CRIT) ; + #/sbin/lvchange -> $(SEC_CRIT) ; + #/sbin/lvcreate -> $(SEC_CRIT) ; + #/sbin/lvdisplay -> $(SEC_CRIT) ; + #/sbin/lvextend -> $(SEC_CRIT) ; + #/sbin/lvmchange -> $(SEC_CRIT) ; + #/sbin/lvmcreate_initrd -> $(SEC_CRIT) ; + #/sbin/lvmdiskscan -> $(SEC_CRIT) ; + #/sbin/lvmsadc -> $(SEC_CRIT) ; + #/sbin/lvmsar -> $(SEC_CRIT) ; + #/sbin/lvreduce -> $(SEC_CRIT) ; + #/sbin/lvremove -> $(SEC_CRIT) ; + #/sbin/lvrename -> $(SEC_CRIT) ; + #/sbin/lvscan -> $(SEC_CRIT) ; + /sbin/mkbootdisk -> $(SEC_CRIT) ; + /sbin/mkdosfs -> $(SEC_CRIT) ; + /sbin/mke2fs -> $(SEC_CRIT) ; + /sbin/mkfs -> $(SEC_CRIT) ; + #/sbin/mkfs.bfs -> $(SEC_CRIT) ; + /sbin/mkfs.ext2 -> $(SEC_CRIT) ; + #/sbin/mkfs.minix -> $(SEC_CRIT) ; + /sbin/mkfs.msdos -> $(SEC_CRIT) ; + /sbin/mkfs.vfat -> $(SEC_CRIT) ; + /sbin/mkinitrd -> $(SEC_CRIT) ; + #/sbin/mkpv -> $(SEC_CRIT) ; + /sbin/mkraid -> $(SEC_CRIT) ; + /sbin/mkreiserfs -> $(SEC_CRIT) ; + /sbin/mkswap -> $(SEC_CRIT) ; + #/sbin/mtx -> $(SEC_CRIT) ; + /sbin/pam_console_apply -> $(SEC_CRIT) ; + /sbin/parted -> $(SEC_CRIT) ; + /sbin/pcinitrd -> $(SEC_CRIT) ; + #/sbin/pvchange -> $(SEC_CRIT) ; + #/sbin/pvcreate -> $(SEC_CRIT) ; + #/sbin/pvdata -> $(SEC_CRIT) ; + #/sbin/pvdisplay -> $(SEC_CRIT) ; + #/sbin/pvmove -> $(SEC_CRIT) ; + #/sbin/pvscan -> $(SEC_CRIT) ; + /sbin/quotacheck -> $(SEC_CRIT) ; + /sbin/quotaon -> $(SEC_CRIT) ; + /sbin/raidstart -> $(SEC_CRIT) ; + /sbin/reiserfsck -> $(SEC_CRIT) ; + /sbin/resize2fs -> $(SEC_CRIT) ; + /sbin/resize_reiserfs -> $(SEC_CRIT) ; + /sbin/restore -> $(SEC_CRIT) ; + /sbin/restore.static -> $(SEC_CRIT) ; + /sbin/scsi_info -> $(SEC_CRIT) ; + /sbin/sfdisk -> $(SEC_CRIT) ; + /sbin/stinit -> $(SEC_CRIT) ; + #/sbin/tapeinfo -> $(SEC_CRIT) ; # legacy + /sbin/tune2fs -> $(SEC_CRIT) ; + /sbin/unpack -> $(SEC_CRIT) ; + #/sbin/update -> $(SEC_CRIT) ; + #/sbin/vgcfgbackup -> $(SEC_CRIT) ; + #/sbin/vgcfgrestore -> $(SEC_CRIT) ; + #/sbin/vgchange -> $(SEC_CRIT) ; + #/sbin/vgck -> $(SEC_CRIT) ; + #/sbin/vgcreate -> $(SEC_CRIT) ; + #/sbin/vgdisplay -> $(SEC_CRIT) ; + #/sbin/vgexport -> $(SEC_CRIT) ; + #/sbin/vgextend -> $(SEC_CRIT) ; + #/sbin/vgimport -> $(SEC_CRIT) ; + #/sbin/vgmerge -> $(SEC_CRIT) ; + #/sbin/vgmknodes -> $(SEC_CRIT) ; + #/sbin/vgreduce -> $(SEC_CRIT) ; + #/sbin/vgremove -> $(SEC_CRIT) ; + #/sbin/vgrename -> $(SEC_CRIT) ; + #/sbin/vgscan -> $(SEC_CRIT) ; + #/sbin/vgsplit -> $(SEC_CRIT) ; + /bin/chgrp -> $(SEC_CRIT) ; + /bin/chmod -> $(SEC_CRIT) ; + /bin/chown -> $(SEC_CRIT) ; + /bin/cp -> $(SEC_CRIT) ; + /bin/cpio -> $(SEC_CRIT) ; + /bin/mount -> $(SEC_CRIT) ; + /bin/umount -> $(SEC_CRIT) ; + /bin/mkdir -> $(SEC_CRIT) ; + /bin/mknod -> $(SEC_CRIT) ; + /bin/mktemp -> $(SEC_CRIT) ; + /bin/rm -> $(SEC_CRIT) ; + /bin/rmdir -> $(SEC_CRIT) ; + /bin/touch -> $(SEC_CRIT) ; +} + + +# Kernel Administration Programs. + +( + rulename = "Kernel Administration Programs", + severity = $(SIG_HI) +) +{ + /sbin/adjtimex -> $(SEC_CRIT) ; + /sbin/ctrlaltdel -> $(SEC_CRIT) ; + /sbin/depmod -> $(SEC_CRIT) ; + /sbin/insmod -> $(SEC_CRIT) ; + /sbin/insmod.static -> $(SEC_CRIT) ; + /sbin/insmod_ksymoops_clean -> $(SEC_CRIT) ; + /sbin/klogd -> $(SEC_CRIT) ; + /sbin/ldconfig -> $(SEC_CRIT) ; + /sbin/minilogd -> $(SEC_CRIT) ; + /sbin/modinfo -> $(SEC_CRIT) ; + #/sbin/nuactlun -> $(SEC_CRIT) ; + #/sbin/nuscsitcpd -> $(SEC_CRIT) ; + /sbin/pivot_root -> $(SEC_CRIT) ; + /sbin/sndconfig -> $(SEC_CRIT) ; + /sbin/sysctl -> $(SEC_CRIT) ; +} + + +# Networking Programs. + +( + rulename = "Networking Programs", + severity = $(SIG_HI) +) +{ + /etc/sysconfig/network-scripts/ifdown -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-cipcb -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-ippp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-ipv6 -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-isdn -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-post -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-ppp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-sit -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-sl -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-aliases -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-cipcb -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-ippp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-ipv6 -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-isdn -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-plip -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-plusb -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-post -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-ppp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-routes -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-sit -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-sl -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-wireless -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/network-functions -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/network-functions-ipv6 -> $(SEC_CRIT) ; + /bin/ping -> $(SEC_CRIT) ; + /sbin/agetty -> $(SEC_CRIT) ; + /sbin/arp -> $(SEC_CRIT) ; + /sbin/arping -> $(SEC_CRIT) ; + /sbin/dhclient -> $(SEC_CRIT) ; + /sbin/ether-wake -> $(SEC_CRIT) ; + #/sbin/getty -> $(SEC_CRIT) ; + /sbin/ifcfg -> $(SEC_CRIT) ; + /sbin/ifconfig -> $(SEC_CRIT) ; + /sbin/ifdown -> $(SEC_CRIT) ; + /sbin/ifenslave -> $(SEC_CRIT) ; + /sbin/ifport -> $(SEC_CRIT) ; + /sbin/ifup -> $(SEC_CRIT) ; + /sbin/ifuser -> $(SEC_CRIT) ; + /sbin/ip -> $(SEC_CRIT) ; + /sbin/ip6tables -> $(SEC_CRIT) ; + #/sbin/ipchains -> $(SEC_CRIT) ; # legacy + #/sbin/ipchains-restore -> $(SEC_CRIT) ; # legacy + #/sbin/ipchains-save -> $(SEC_CRIT) ; # legacy + #/sbin/ipfwadm -> $(SEC_CRIT) ; + /sbin/ipmaddr -> $(SEC_CRIT) ; + /sbin/iptables -> $(SEC_CRIT) ; + /sbin/iptables-restore -> $(SEC_CRIT) ; + /sbin/iptables-save -> $(SEC_CRIT) ; + /sbin/iptunnel -> $(SEC_CRIT) ; + #/sbin/ipvsadm -> $(SEC_CRIT) ; + #/sbin/ipvsadm-restore -> $(SEC_CRIT) ; + #/sbin/ipvsadm-save -> $(SEC_CRIT) ; + /sbin/ipx_configure -> $(SEC_CRIT) ; + /sbin/ipx_interface -> $(SEC_CRIT) ; + /sbin/ipx_internal_net -> $(SEC_CRIT) ; + /sbin/iwconfig -> $(SEC_CRIT) ; + /sbin/iwgetid -> $(SEC_CRIT) ; + /sbin/iwlist -> $(SEC_CRIT) ; + /sbin/iwpriv -> $(SEC_CRIT) ; + /sbin/iwspy -> $(SEC_CRIT) ; + /sbin/mgetty -> $(SEC_CRIT) ; + /sbin/mingetty -> $(SEC_CRIT) ; + /sbin/nameif -> $(SEC_CRIT) ; + /sbin/netreport -> $(SEC_CRIT) ; + /sbin/plipconfig -> $(SEC_CRIT) ; + /sbin/portmap -> $(SEC_CRIT) ; + /sbin/ppp-watch -> $(SEC_CRIT) ; + #/sbin/rarp -> $(SEC_CRIT) ; + /sbin/route -> $(SEC_CRIT) ; + /sbin/slattach -> $(SEC_CRIT) ; + /sbin/tc -> $(SEC_CRIT) ; + #/sbin/uugetty -> $(SEC_CRIT) ; + /sbin/vgetty -> $(SEC_CRIT) ; + /sbin/ypbind -> $(SEC_CRIT) ; +} + + +# System Administration Programs. + +( + rulename = "System Administration Programs", + severity = $(SIG_HI) +) +{ + /sbin/chkconfig -> $(SEC_CRIT) ; + /sbin/fuser -> $(SEC_CRIT) ; + /sbin/halt -> $(SEC_CRIT) ; + /sbin/init -> $(SEC_CRIT) ; + /sbin/initlog -> $(SEC_CRIT) ; + /sbin/install-info -> $(SEC_CRIT) ; + /sbin/killall5 -> $(SEC_CRIT) ; + #/sbin/linuxconf -> $(SEC_CRIT) ; # legacy + #/sbin/linuxconf-auth -> $(SEC_CRIT) ; # legacy + /sbin/pam_tally -> $(SEC_CRIT) ; + /sbin/pwdb_chkpwd -> $(SEC_CRIT) ; + #/sbin/remadmin -> $(SEC_CRIT) ; + /sbin/rescuept -> $(SEC_CRIT) ; + /sbin/rmt -> $(SEC_CRIT) ; + /sbin/rpc.lockd -> $(SEC_CRIT) ; + /sbin/rpc.statd -> $(SEC_CRIT) ; + /sbin/rpcdebug -> $(SEC_CRIT) ; + /sbin/service -> $(SEC_CRIT) ; + /sbin/setsysfont -> $(SEC_CRIT) ; + /sbin/shutdown -> $(SEC_CRIT) ; + /sbin/sulogin -> $(SEC_CRIT) ; + /sbin/swapon -> $(SEC_CRIT) ; + /sbin/syslogd -> $(SEC_CRIT) ; + /sbin/unix_chkpwd -> $(SEC_CRIT) ; + /bin/pwd -> $(SEC_CRIT) ; + /bin/uname -> $(SEC_CRIT) ; +} + + +# Hardware and Device Control Programs. + +( + rulename = "Hardware and Device Control Programs", + severity = $(SIG_HI) +) +{ + /bin/setserial -> $(SEC_CRIT) ; + /bin/sfxload -> $(SEC_CRIT) ; + /sbin/blockdev -> $(SEC_CRIT) ; + /sbin/cardctl -> $(SEC_CRIT) ; + /sbin/cardmgr -> $(SEC_CRIT) ; + /sbin/cbq -> $(SEC_CRIT) ; + /sbin/dump_cis -> $(SEC_CRIT) ; + /sbin/elvtune -> $(SEC_CRIT) ; + /sbin/hotplug -> $(SEC_CRIT) ; + /sbin/hwclock -> $(SEC_CRIT) ; + /sbin/ide_info -> $(SEC_CRIT) ; + #/sbin/isapnp -> $(SEC_CRIT) ; + #/sbin/kbdrate -> $(SEC_CRIT) ; + /sbin/losetup -> $(SEC_CRIT) ; + /sbin/lspci -> $(SEC_CRIT) ; + /sbin/lspnp -> $(SEC_CRIT) ; + /sbin/mii-tool -> $(SEC_CRIT) ; + /sbin/pack_cis -> $(SEC_CRIT) ; + #/sbin/pnpdump -> $(SEC_CRIT) ; + /sbin/probe -> $(SEC_CRIT) ; + #/sbin/pump -> $(SEC_CRIT) ; + /sbin/setpci -> $(SEC_CRIT) ; + /sbin/shapecfg -> $(SEC_CRIT) ; +} + + +# System Information Programs. + +( + rulename = "System Information Programs", + severity = $(SIG_HI) +) +{ + /sbin/consoletype -> $(SEC_CRIT) ; + /sbin/kernelversion -> $(SEC_CRIT) ; + /sbin/runlevel -> $(SEC_CRIT) ; +} + + +# Application Information Programs. + +( + rulename = "Application Information Programs", + severity = $(SIG_HI) +) +{ + /sbin/genksyms -> $(SEC_CRIT) ; + #/sbin/genksyms.old -> $(SEC_CRIT) ; + /sbin/rtmon -> $(SEC_CRIT) ; +} + + +# Shell Related Programs. + +( + rulename = "Shell Related Programs", + severity = $(SIG_HI) +) +{ + /sbin/getkey -> $(SEC_CRIT) ; + /sbin/nash -> $(SEC_CRIT) ; + /sbin/sash -> $(SEC_CRIT) ; +} + + +# OS Utilities. + +( + rulename = "Operating System Utilities", + severity = $(SIG_HI) +) +{ + /bin/arch -> $(SEC_CRIT) ; + /bin/ash -> $(SEC_CRIT) ; + /bin/ash.static -> $(SEC_CRIT) ; + /bin/aumix-minimal -> $(SEC_CRIT) ; + /bin/basename -> $(SEC_CRIT) ; + /bin/cat -> $(SEC_CRIT) ; + #/bin/consolechars -> $(SEC_CRIT) ; + /bin/cut -> $(SEC_CRIT) ; + /bin/date -> $(SEC_CRIT) ; + /bin/dd -> $(SEC_CRIT) ; + /bin/df -> $(SEC_CRIT) ; + /bin/dmesg -> $(SEC_CRIT) ; + /bin/doexec -> $(SEC_CRIT) ; + /bin/echo -> $(SEC_CRIT) ; + /bin/ed -> $(SEC_CRIT) ; + /bin/egrep -> $(SEC_CRIT) ; + /bin/false -> $(SEC_CRIT) ; + /bin/fgrep -> $(SEC_CRIT) ; + /bin/gawk -> $(SEC_CRIT) ; + #/bin/gawk-3.1.0 -> $(SEC_CRIT) ; # legacy + /bin/gettext -> $(SEC_CRIT) ; + /bin/grep -> $(SEC_CRIT) ; + /bin/gunzip -> $(SEC_CRIT) ; + /bin/gzip -> $(SEC_CRIT) ; + /bin/hostname -> $(SEC_CRIT) ; + /bin/igawk -> $(SEC_CRIT) ; + /bin/ipcalc -> $(SEC_CRIT) ; + /bin/kill -> $(SEC_CRIT) ; + /bin/ln -> $(SEC_CRIT) ; + /bin/loadkeys -> $(SEC_CRIT) ; + /bin/login -> $(SEC_CRIT) ; + /bin/ls -> $(SEC_CRIT) ; + /bin/mail -> $(SEC_CRIT) ; + /bin/more -> $(SEC_CRIT) ; + /bin/mt -> $(SEC_CRIT) ; + /bin/mv -> $(SEC_CRIT) ; + /bin/netstat -> $(SEC_CRIT) ; + /bin/nice -> $(SEC_CRIT) ; + /bin/pgawk -> $(SEC_CRIT) ; + /bin/ps -> $(SEC_CRIT) ; + /bin/rpm -> $(SEC_CRIT) ; + /bin/sed -> $(SEC_CRIT) ; + /bin/sleep -> $(SEC_CRIT) ; + /bin/sort -> $(SEC_CRIT) ; + /bin/stty -> $(SEC_CRIT) ; + /bin/su -> $(SEC_CRIT) ; + /bin/sync -> $(SEC_CRIT) ; + /bin/tar -> $(SEC_CRIT) ; + /bin/true -> $(SEC_CRIT) ; + /bin/usleep -> $(SEC_CRIT) ; + /bin/vi -> $(SEC_CRIT) ; + /bin/zcat -> $(SEC_CRIT) ; + /bin/zsh -> $(SEC_CRIT) ; + #/bin/zsh-4.0.2 -> $(SEC_CRIT) ; # legacy + /sbin/sln -> $(SEC_CRIT) ; + /usr/bin/vimtutor -> $(SEC_CRIT) ; +} + + +# Critical Utility Sym-Links. + +( + rulename = "Critical Utility Sym-Links", + severity = $(SIG_HI) +) +{ + #/sbin/askrunlevel -> $(SEC_CRIT) ; + /sbin/clock -> $(SEC_CRIT) ; + #/sbin/fixperm -> $(SEC_CRIT) ; + /sbin/fsck.reiserfs -> $(SEC_CRIT) ; + #/sbin/fsconf -> $(SEC_CRIT) ; + #/sbin/ipfwadm-wrapper -> $(SEC_CRIT) ; + /sbin/kallsyms -> $(SEC_CRIT) ; + /sbin/ksyms -> $(SEC_CRIT) ; + /sbin/lsmod -> $(SEC_CRIT) ; + #/sbin/mailconf -> $(SEC_CRIT) ; + /sbin/mkfs.reiserfs -> $(SEC_CRIT) ; + #/sbin/modemconf -> $(SEC_CRIT) ; # legacy + /sbin/modprobe -> $(SEC_CRIT) ; + /sbin/mount.ncp -> $(SEC_CRIT) ; + /sbin/mount.ncpfs -> $(SEC_CRIT) ; + /sbin/mount.smb -> $(SEC_CRIT) ; + /sbin/mount.smbfs -> $(SEC_CRIT) ; + #/sbin/netconf -> $(SEC_CRIT) ; + /sbin/pidof -> $(SEC_CRIT) ; + /sbin/poweroff -> $(SEC_CRIT) ; + /sbin/quotaoff -> $(SEC_CRIT) ; + /sbin/raid0run -> $(SEC_CRIT) ; + /sbin/raidhotadd -> $(SEC_CRIT) ; + #/sbin/raidhotgenerateerror -> $(SEC_CRIT) ; + /sbin/raidhotremove -> $(SEC_CRIT) ; + /sbin/raidstop -> $(SEC_CRIT) ; + /sbin/rdump -> $(SEC_CRIT) ; + /sbin/rdump.static -> $(SEC_CRIT) ; + /sbin/reboot -> $(SEC_CRIT) ; + /sbin/rmmod -> $(SEC_CRIT) ; + /sbin/rrestore -> $(SEC_CRIT) ; + /sbin/rrestore.static -> $(SEC_CRIT) ; + /sbin/swapoff -> $(SEC_CRIT) ; + /sbin/telinit -> $(SEC_CRIT) ; + #/sbin/userconf -> $(SEC_CRIT) ; + #/sbin/uucpconf -> $(SEC_CRIT) ; + #/sbin/vregistry -> $(SEC_CRIT) ; + /bin/awk -> $(SEC_CRIT) ; + /bin/bash2 -> $(SEC_CRIT) ; + /bin/bsh -> $(SEC_CRIT) ; + /bin/csh -> $(SEC_CRIT) ; + /bin/dnsdomainname -> $(SEC_CRIT) ; + /bin/domainname -> $(SEC_CRIT) ; + /bin/ex -> $(SEC_CRIT) ; + /bin/gtar -> $(SEC_CRIT) ; + /bin/nisdomainname -> $(SEC_CRIT) ; + /bin/red -> $(SEC_CRIT) ; + /bin/rvi -> $(SEC_CRIT) ; + /bin/rview -> $(SEC_CRIT) ; + /bin/view -> $(SEC_CRIT) ; + /bin/ypdomainname -> $(SEC_CRIT) ; +} + + +# Temporary directories. + +( + rulename = "Temporary directories", + recurse = false, + severity = $(SIG_LOW) +) +{ + /usr/tmp -> $(SEC_INVARIANT) ; + /var/tmp -> $(SEC_INVARIANT) ; + /tmp -> $(SEC_INVARIANT) ; +} + + +# Local files. + +( + rulename = "User binaries", + severity = $(SIG_MED) +) +{ + /sbin -> $(SEC_BIN) (recurse = 1) ; + /usr/bin -> $(SEC_BIN) (recurse = 1) ; + /usr/sbin -> $(SEC_BIN) (recurse = 1) ; + /usr/local/bin -> $(SEC_BIN) (recurse = 1) ; +} + +( + rulename = "Shell Binaries", + severity = $(SIG_HI) +) +{ + /bin/bash -> $(SEC_BIN) ; + /bin/ksh -> $(SEC_BIN) ; + #/bin/psh -> $(SEC_BIN) ; # legacy + #/bin/Rsh -> $(SEC_BIN) ; # legacy + /bin/sh -> $(SEC_BIN) ; + #/bin/shell -> $(SEC_SUID) ; # legacy + #/bin/tsh -> $(SEC_BIN) ; # legacy + /bin/tcsh -> $(SEC_BIN) ; + /sbin/nologin -> $(SEC_BIN) ; +} + +( + rulename = "Security Control", + severity = $(SIG_HI) +) +{ + /etc/group -> $(SEC_CRIT) ; + /etc/security -> $(SEC_CRIT) ; + #/var/spool/cron/crontabs -> $(SEC_CRIT) ; # Uncomment when this file exists +} + +#( +# rulename = "Boot Scripts", +# severity = $(SIG_HI) +#) +#{ +# /etc/rc -> $(SEC_CONFIG) ; +# /etc/rc.bsdnet -> $(SEC_CONFIG) ; +# /etc/rc.dt -> $(SEC_CONFIG) ; +# /etc/rc.net -> $(SEC_CONFIG) ; +# /etc/rc.net.serial -> $(SEC_CONFIG) ; +# /etc/rc.nfs -> $(SEC_CONFIG) ; +# /etc/rc.powerfail -> $(SEC_CONFIG) ; +# /etc/rc.tcpip -> $(SEC_CONFIG) ; +# /etc/trcfmt.Z -> $(SEC_CONFIG) ; +#} + +( + rulename = "Login Scripts", + severity = $(SIG_HI) +) +{ + /etc/bashrc -> $(SEC_CONFIG) ; + /etc/csh.cshrc -> $(SEC_CONFIG) ; + /etc/csh.login -> $(SEC_CONFIG) ; + /etc/inputrc -> $(SEC_CONFIG) ; + #/etc/tsh_profile -> $(SEC_CONFIG) ; #Uncomment when this file exists + /etc/profile -> $(SEC_CONFIG) ; +} + + +# Libraries +( + rulename = "Libraries", + severity = $(SIG_MED) +) +{ + /usr/lib -> $(SEC_BIN) ; + /usr/local/lib -> $(SEC_BIN) ; +} + + +# Critical System Boot Files. +# These files are critical to a correct system boot. + +( + rulename = "Critical system boot files", + severity = $(SIG_HI) +) +{ + /boot -> $(SEC_CRIT) ; + #/sbin/devfsd -> $(SEC_CRIT) ; + /sbin/grub -> $(SEC_CRIT) ; + /sbin/grub-install -> $(SEC_CRIT) ; + /sbin/grub-md5-crypt -> $(SEC_CRIT) ; + /sbin/installkernel -> $(SEC_CRIT) ; + /sbin/lilo -> $(SEC_CRIT) ; + /sbin/mkkerneldoth -> $(SEC_CRIT) ; + !/boot/System.map ; + !/boot/module-info ; + /usr/share/grub/i386-redhat/e2fs_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/fat_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/ffs_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/minix_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/reiserfs_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/stage1 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/stage2 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/vstafs_stage1_5 -> $(SEC_CRIT) ; + # other boot files may exist. Look for: + #/ufsboot -> $(SEC_CRIT) ; +} + + # These files change every time the system boots. + +( + rulename = "System boot changes", + severity = $(SIG_HI) +) +{ + !/var/run/ftp.pids-all ; # Comes and goes on reboot. + !/root/.enlightenment ; + /dev/log -> $(SEC_CONFIG) ; + /dev/cua0 -> $(SEC_CONFIG) ; + #/dev/printer -> $(SEC_CONFIG) ; # legacy + /dev/console -> $(SEC_CONFIG) -u ; # User ID may change on console login/logout. + /dev/tty1 -> $(SEC_CONFIG) ; # tty devices + /dev/tty2 -> $(SEC_CONFIG) ; # tty devices + /dev/tty3 -> $(SEC_CONFIG) ; # are extremely + /dev/tty4 -> $(SEC_CONFIG) ; # variable + /dev/tty5 -> $(SEC_CONFIG) ; + /dev/tty6 -> $(SEC_CONFIG) ; + /dev/urandom -> $(SEC_CONFIG) ; + /dev/initctl -> $(SEC_CONFIG) ; + /var/lock/subsys -> $(SEC_CONFIG) ; + #/var/lock/subsys/amd -> $(SEC_CONFIG) ; + #/var/lock/subsys/anacron -> $(SEC_CONFIG) ; + /var/lock/subsys/apmd -> $(SEC_CONFIG) ; + #/var/lock/subsys/arpwatch -> $(SEC_CONFIG) ; + /var/lock/subsys/atd -> $(SEC_CONFIG) ; + #/var/lock/subsys/autofs -> $(SEC_CONFIG) ; + #/var/lock/subsys/bcm5820 -> $(SEC_CONFIG) ; + #/var/lock/subsys/bgpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/bootparamd -> $(SEC_CONFIG) ; + /var/lock/subsys/canna -> $(SEC_CONFIG) ; + /var/lock/subsys/crond -> $(SEC_CONFIG) ; + #/var/lock/subsys/cWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/dhcpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/firewall -> $(SEC_CONFIG) ; + #/var/lock/subsys/freeWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/gated -> $(SEC_CONFIG) ; + /var/lock/subsys/gpm -> $(SEC_CONFIG) ; + #/var/lock/subsys/httpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/identd -> $(SEC_CONFIG) ; + #/var/lock/subsys/innd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ipchains -> $(SEC_CONFIG) ; # legacy + /var/lock/subsys/iptables -> $(SEC_CONFIG) ; + #/var/lock/subsys/ipvsadm -> $(SEC_CONFIG) ; + #/var/lock/subsys/irda -> $(SEC_CONFIG) ; + #/var/lock/subsys/iscsi -> $(SEC_CONFIG) ; + #/var/lock/subsys/isdn -> $(SEC_CONFIG) ; + #/var/lock/subsys/junkbuster -> $(SEC_CONFIG) ; # legacy + #/var/lock/subsys/kadmin -> $(SEC_CONFIG) ; + #/var/lock/subsys/keytable -> $(SEC_CONFIG) ; + #/var/lock/subsys/kprop -> $(SEC_CONFIG) ; + #/var/lock/subsys/krb524 -> $(SEC_CONFIG) ; + #/var/lock/subsys/krb5kdc -> $(SEC_CONFIG) ; + /var/lock/subsys/kudzu -> $(SEC_CONFIG) ; + #/var/lock/subsys/kWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/ldap -> $(SEC_CONFIG) ; + #/var/lock/subsys/linuxconf -> $(SEC_CONFIG) ; # legacy + #/var/lock/subsys/lpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/mars_nwe -> $(SEC_CONFIG) ; + #/var/lock/subsys/mcserv -> $(SEC_CONFIG) ; + #/var/lock/subsys/mysqld -> $(SEC_CONFIG) ; + #/var/lock/subsys/named -> $(SEC_CONFIG) ; + /var/lock/subsys/netfs -> $(SEC_CONFIG) ; + /var/lock/subsys/network -> $(SEC_CONFIG) ; + #/var/lock/subsys/nfs -> $(SEC_CONFIG) ; + /var/lock/subsys/nfslock -> $(SEC_CONFIG) ; + #/var/lock/subsys/nscd -> $(SEC_CONFIG) ; + /var/lock/subsys/ntpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ospf6d -> $(SEC_CONFIG) ; + #/var/lock/subsys/ospfd -> $(SEC_CONFIG) ; + #/var/lock/subsys/pcmcia -> $(SEC_CONFIG) ; + /var/lock/subsys/portmap -> $(SEC_CONFIG) ; + #/var/lock/subsys/postgresql -> $(SEC_CONFIG) ; + #/var/lock/subsys/pxe -> $(SEC_CONFIG) ; + #/var/lock/subsys/radvd -> $(SEC_CONFIG) ; + /var/lock/subsys/random -> $(SEC_CONFIG) ; + #/var/lock/subsys/rarpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/reconfig -> $(SEC_CONFIG) ; + #/var/lock/subsys/rhnsd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ripd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ripngd -> $(SEC_CONFIG) ; + #/var/lock/subsys/routed -> $(SEC_CONFIG) ; + #/var/lock/subsys/rstatd -> $(SEC_CONFIG) ; + #/var/lock/subsys/rusersd -> $(SEC_CONFIG) ; + #/var/lock/subsys/rwalld -> $(SEC_CONFIG) ; + #/var/lock/subsys/rwhod -> $(SEC_CONFIG) ; + /var/lock/subsys/sendmail -> $(SEC_CONFIG) ; + #/var/lock/subsys/smb -> $(SEC_CONFIG) ; + #/var/lock/subsys/snmpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/squid -> $(SEC_CONFIG) ; + /var/lock/subsys/sshd -> $(SEC_CONFIG) ; + /var/lock/subsys/syslog -> $(SEC_CONFIG) ; + #/var/lock/subsys/tux -> $(SEC_CONFIG) ; + #/var/lock/subsys/tWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/ups -> $(SEC_CONFIG) ; + #/var/lock/subsys/vncserver -> $(SEC_CONFIG) ; + #/var/lock/subsys/wine -> $(SEC_CONFIG) ; + /var/lock/subsys/xfs -> $(SEC_CONFIG) ; + /var/lock/subsys/xinetd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ypbind -> $(SEC_CONFIG) ; + #/var/lock/subsys/yppasswdd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ypserv -> $(SEC_CONFIG) ; + #/var/lock/subsys/ypxfrd -> $(SEC_CONFIG) ; + #/var/lock/subsys/zebra -> $(SEC_CONFIG) ; + /var/run -> $(SEC_CONFIG) ; + /var/log -> $(SEC_CONFIG) ; + #/etc/ioctl.save -> $(SEC_CONFIG) ; + /etc/issue.net -> $(SEC_CONFIG) -i ; # Inode number changes + /etc/issue -> $(SEC_CONFIG) ; + /etc/mtab -> $(SEC_CONFIG) -i ; # Inode number changes on any mount/unmount + /lib/modules -> $(SEC_CONFIG) ; + /etc/.pwd.lock -> $(SEC_CONFIG) ; + #/lib/modules/preferred -> $(SEC_CONFIG) ; #Uncomment when this file exists +} + +# These files change the behavior of the root account +( + rulename = "Root config files", + severity = 100 +) +{ + /root -> $(SEC_CRIT) ; # Catch all additions to /root + /root/.Xresources -> $(SEC_CONFIG) ; + /root/.bashrc -> $(SEC_CONFIG) ; + /root/.bash_profile -> $(SEC_CONFIG) ; + /root/.bash_logout -> $(SEC_CONFIG) ; + /root/.cshrc -> $(SEC_CONFIG) ; + /root/.tcshrc -> $(SEC_CONFIG) ; + #/root/Mail -> $(SEC_CONFIG) ; + #/root/mail -> $(SEC_CONFIG) ; + #/root/.amandahosts -> $(SEC_CONFIG) ; + #/root/.addressbook.lu -> $(SEC_CONFIG) ; + #/root/.addressbook -> $(SEC_CONFIG) ; + /root/.bash_history -> $(SEC_CONFIG) ; + #/root/.elm -> $(SEC_CONFIG) ; + /root/.esd_auth -> $(SEC_CONFIG) ; + #/root/.gnome_private -> $(SEC_CONFIG) ; + #/root/.gnome-desktop -> $(SEC_CONFIG) ; + /root/.gnome -> $(SEC_CONFIG) ; + /root/.ICEauthority -> $(SEC_CONFIG) ; + #/root/.mc -> $(SEC_CONFIG) ; + #/root/.pinerc -> $(SEC_CONFIG) ; + #/root/.sawfish -> $(SEC_CONFIG) ; + /root/.Xauthority -> $(SEC_CONFIG) -i ; # Changes Inode number on login + #/root/.xauth -> $(SEC_CONFIG) ; + #/root/.xsession-errors -> $(SEC_CONFIG) ; +} + +# Critical configuration files. + +( + rulename = "Critical configuration files", + severity = $(SIG_HI) +) +{ + #/etc/conf.linuxconf -> $(SEC_BIN) ; # legacy + /etc/crontab -> $(SEC_BIN) ; + /etc/cron.hourly -> $(SEC_BIN) ; + /etc/cron.daily -> $(SEC_BIN) ; + /etc/cron.weekly -> $(SEC_BIN) ; + /etc/cron.monthly -> $(SEC_BIN) ; + /etc/default -> $(SEC_BIN) ; + /etc/fstab -> $(SEC_BIN) ; + /etc/exports -> $(SEC_BIN) ; + /etc/group- -> $(SEC_BIN) ; # changes should be infrequent + /etc/host.conf -> $(SEC_BIN) ; + /etc/hosts.allow -> $(SEC_BIN) ; + /etc/hosts.deny -> $(SEC_BIN) ; + /etc/httpd/conf -> $(SEC_BIN) ; # changes should be infrequent + /etc/protocols -> $(SEC_BIN) ; + /etc/services -> $(SEC_BIN) ; + /etc/rc.d/init.d -> $(SEC_BIN) ; + /etc/rc.d -> $(SEC_BIN) ; + /etc/mail.rc -> $(SEC_BIN) ; + /etc/modules.conf -> $(SEC_BIN) ; # post 2.6 legacy + #/etc/modprobe.conf -> $(SEC_BIN) ; # include this for 2.6 kernels + /etc/motd -> $(SEC_BIN) ; + /etc/named.conf -> $(SEC_BIN) ; + /etc/passwd -> $(SEC_CONFIG) ; + /etc/passwd- -> $(SEC_CONFIG) ; + /etc/profile.d -> $(SEC_BIN) ; + /var/lib/nfs/rmtab -> $(SEC_BIN) ; + /usr/sbin/fixrmtab -> $(SEC_BIN) ; + /etc/rpc -> $(SEC_BIN) ; + /etc/sysconfig -> $(SEC_BIN) ; + /etc/samba/smb.conf -> $(SEC_CONFIG) ; + #/etc/gettydefs -> $(SEC_BIN) ; + /etc/nsswitch.conf -> $(SEC_BIN) ; + /etc/yp.conf -> $(SEC_BIN) ; + /etc/hosts -> $(SEC_CONFIG) ; + /etc/xinetd.conf -> $(SEC_CONFIG) ; + /etc/inittab -> $(SEC_CONFIG) ; + /etc/resolv.conf -> $(SEC_CONFIG) ; + /etc/syslog.conf -> $(SEC_CONFIG) ; +} + +# Critical devices. + +( + rulename = "Critical devices", + severity = $(SIG_HI), + recurse = false +) +{ + /dev/kmem -> $(Device) ; + /dev/mem -> $(Device) ; + /dev/null -> $(Device) ; + /dev/zero -> $(Device) ; + /proc/devices -> $(Device) ; + /proc/net -> $(Device) ; + /proc/sys -> $(Device) ; + /proc/cpuinfo -> $(Device) ; + /proc/modules -> $(Device) ; + /proc/mounts -> $(Device) ; + /proc/dma -> $(Device) ; + /proc/filesystems -> $(Device) ; + /proc/pci -> $(Device) ; + /proc/interrupts -> $(Device) ; + /proc/driver/rtc -> $(Device) ; + /proc/ioports -> $(Device) ; + /proc/scsi -> $(Device) ; + /proc/kcore -> $(Device) ; + /proc/self -> $(Device) ; + /proc/kmsg -> $(Device) ; + /proc/stat -> $(Device) ; + /proc/ksyms -> $(Device) ; + /proc/loadavg -> $(Device) ; + /proc/uptime -> $(Device) ; + /proc/locks -> $(Device) ; + /proc/version -> $(Device) ; + /proc/mdstat -> $(Device) ; + /proc/meminfo -> $(Device) ; + /proc/cmdline -> $(Device) ; + /proc/misc -> $(Device) ; +} + +# Rest of critical system binaries +( + rulename = "OS executables and libraries", + severity = $(SIG_HI) +) +{ + /bin -> $(SEC_BIN) ; + /lib -> $(SEC_BIN) ; +} + +# disabled-entries: 184 + +# license: +#============================================================================= +# +# Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, +# Inc. in the United States and other countries. All rights reserved. +# +# Linux is a registered trademark of Linus Torvalds. +# +# UNIX is a registered trademark of The Open Group. +# +#============================================================================= +# +# Permission is granted to make and distribute verbatim copies of this document +# provided the copyright notice and this permission notice are preserved on all +# copies. +# +# Permission is granted to copy and distribute modified versions of this +# document under the conditions for verbatim copying, provided that the entire +# resulting derived work is distributed under the terms of a permission notice +# identical to this one. +# +# Permission is granted to copy and distribute translations of this document +# into another language, under the above conditions for modified versions, +# except that this permission notice may be stated in a translation approved by +# Tripwire, Inc. +# +# DCM Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tripwire/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Dec 2006 04:44:31 -0000 1.4 +++ .cvsignore 22 Dec 2006 04:47:55 -0000 1.5 @@ -0,0 +1 @@ +tripwire-2.4.0.1-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tripwire/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Dec 2006 04:44:31 -0000 1.4 +++ sources 22 Dec 2006 04:47:55 -0000 1.5 @@ -0,0 +1 @@ +b371f79ac23cacc9ad40b1da76b4a0c4 tripwire-2.4.0.1-src.tar.bz2 --- import.log DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 05:25:53 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 00:25:53 -0500 Subject: rpms/monotone/FC-5 monotone.spec,1.19,1.20 Message-ID: <200612220525.kBM5PrYI025731@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25716 Modified Files: monotone.spec Log Message: Bump and rebuild to fix upgrade path Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- monotone.spec 12 Nov 2006 01:12:26 -0000 1.19 +++ monotone.spec 22 Dec 2006 05:25:23 -0000 1.20 @@ -1,6 +1,6 @@ Name: monotone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -164,6 +164,9 @@ %changelog +* Thu Dec 21 2006 Kevin Fenzi - 0.31-2 +- Bump and rebuild to fix upgrade path + * Sat Nov 11 2006 Roland McGrath - 0.31-1 - Updated for 0.31 release. From fedora-extras-commits at redhat.com Fri Dec 22 05:26:48 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 00:26:48 -0500 Subject: rpms/monotone/FC-6 monotone.spec,1.19,1.20 Message-ID: <200612220526.kBM5Qm6H025796@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/monotone/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25780 Modified Files: monotone.spec Log Message: Bump and rebuild to fix upgrade path Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-6/monotone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- monotone.spec 12 Nov 2006 03:15:47 -0000 1.19 +++ monotone.spec 22 Dec 2006 05:26:18 -0000 1.20 @@ -1,6 +1,6 @@ Name: monotone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -164,6 +164,9 @@ %changelog +* Thu Dec 21 2006 Kevin Fenzi - 0.31-2 +- Bump and rebuild to fix upgrade path + * Sat Nov 11 2006 Roland McGrath - 0.31-1 - Updated for 0.31 release. From fedora-extras-commits at redhat.com Fri Dec 22 05:27:51 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 00:27:51 -0500 Subject: rpms/monotone/devel monotone.spec,1.19,1.20 Message-ID: <200612220527.kBM5RpgL025866@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/monotone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25847 Modified Files: monotone.spec Log Message: Bump and rebuild to fix upgrade path Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- monotone.spec 12 Nov 2006 03:14:05 -0000 1.19 +++ monotone.spec 22 Dec 2006 05:27:21 -0000 1.20 @@ -1,6 +1,6 @@ Name: monotone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -164,6 +164,9 @@ %changelog +* Thu Dec 21 2006 Kevin Fenzi - 0.31-2 +- Bump and rebuild to fix upgrade path + * Sat Nov 11 2006 Roland McGrath - 0.31-1 - Updated for 0.31 release. From fedora-extras-commits at redhat.com Fri Dec 22 08:13:27 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:13:27 -0500 Subject: owners owners.list,1.2139,1.2140 Message-ID: <200612220813.kBM8DR7X003952@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3932 Modified Files: owners.list Log Message: - add claws-mail-plugins Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2139 retrieving revision 1.2140 diff -u -r1.2139 -r1.2140 --- owners.list 22 Dec 2006 02:37:42 -0000 1.2139 +++ owners.list 22 Dec 2006 08:12:57 -0000 1.2140 @@ -212,6 +212,7 @@ Fedora Extras|ClanLib|Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib06|Version 0.6 of this Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|claws-mail|The extended version of Sylpheed|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| +Fedora Extras|claws-mail-plugins|Additional plugins for sylpheed-claws|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|clearsilver|HTML template system|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clement|An application to filter and manage E-mail traffic|jmp at safe.ca|extras-qa at fedoraproject.org| Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 08:18:25 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:18:25 -0500 Subject: rpms/claws-mail/devel claws-mail.spec,1.2,1.3 Message-ID: <200612220818.kBM8IPKi003981@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3966 Modified Files: claws-mail.spec Log Message: - fix provides/obsoletes Index: claws-mail.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/claws-mail.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- claws-mail.spec 11 Dec 2006 23:13:41 -0000 1.2 +++ claws-mail.spec 22 Dec 2006 08:17:55 -0000 1.3 @@ -41,6 +41,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Obsoletes: sylpheed-claws-devel <= 2.6.0 +Provides: sylpheed-claws-devel = %{version}-%{release} %description devel The %{name}-devel package contains the header files and pkgconfig file needed @@ -50,7 +51,8 @@ Summary: Clamav antivirus plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Obsoletes: sylpheed-claws-devel <= 2.6.0 +Obsoletes: sylpheed-claws-plugins-clamav <= 2.6.0 +Provides: sylpheed-claws-plugins-clamav = %{version}-%{release} %description plugins-clamav %{summary} @@ -61,6 +63,7 @@ Requires: %{name} = %{version}-%{release} Requires: dillo Obsoletes: sylpheed-claws-plugins-dillo <= 2.6.0 +Provides: sylpheed-claws-plugins-dillo = %{version}-%{release} %description plugins-dillo %{summary} @@ -71,6 +74,7 @@ Requires: %{name} = %{version}-%{release} Requires: spamassassin Obsoletes: sylpheed-claws-plugins-spamassassin <= 2.6.0 +Provides: sylpheed-claws-plugins-spamassassin = %{version}-%{release} %description plugins-spamassassin %{summary} @@ -80,6 +84,7 @@ Group: Applications/Internet Requires: %{name} = %{version}-%{release} Obsoletes: sylpheed-claws-plugins-pgp <= 2.6.0 +Provides: sylpheed-claws-plugins-pgp = %{version}-%{release} %description plugins-pgp %{summary} @@ -89,6 +94,7 @@ Group: Applications/Internet Requires: %{name} = %{version}-%{release} Obsoletes: sylpheed-claws-plugins-bogofilter <= 2.6.0 +Provides: sylpheed-claws-plugins-bogofilter = %{version}-%{release} %description plugins-bogofilter %{summary} From fedora-extras-commits at redhat.com Fri Dec 22 08:20:32 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:20:32 -0500 Subject: rpms/claws-mail/devel claws-mail.spec,1.3,1.4 Message-ID: <200612220820.kBM8KWx6004039@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4024 Modified Files: claws-mail.spec Log Message: - bump Index: claws-mail.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/claws-mail.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- claws-mail.spec 22 Dec 2006 08:17:55 -0000 1.3 +++ claws-mail.spec 22 Dec 2006 08:20:02 -0000 1.4 @@ -1,6 +1,6 @@ Name: claws-mail Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The extended version of Sylpheed Group: Applications/Internet License: GPL @@ -185,6 +185,10 @@ %changelog +* Fri Dec 22 2006 Andreas Bierfert +2.6.1-2 +- fix Obsoletes/Requires + * Mon Dec 04 2006 Andreas Bierfert 2.6.1-1 - version upgrade From fedora-extras-commits at redhat.com Fri Dec 22 08:28:13 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Fri, 22 Dec 2006 03:28:13 -0500 Subject: owners owners.epel.list,1.22,1.23 Message-ID: <200612220828.kBM8SDgK004146@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4122 Modified Files: owners.epel.list Log Message: Add crack, hmmer, nfswatch, and SIBsim4. Fix a typo. Sort properly. Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- owners.epel.list 20 Dec 2006 10:02:20 -0000 1.22 +++ owners.epel.list 22 Dec 2006 08:27:43 -0000 1.23 @@ -12,15 +12,17 @@ # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|crack|Password cracker|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org +EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|lyx|WYSIWYM (What You See Is What You Mean) document processor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| @@ -29,11 +31,13 @@ EPEL|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|nagios|Host/service/network monitoring program|imlinux at gmail.com|extras-qa at fedoraproject.org| +EPEL|nfswatch|An NFS traffic monitoring tool|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|sbcl|Steel Bank Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|SIBsim4|Align expressed RNA sequences on a DNA template|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 08:30:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 22 Dec 2006 03:30:50 -0500 Subject: rpms/scorched3d/devel scorched3d-wx28.patch, NONE, 1.1 scorched3d.spec, 1.20, 1.21 Message-ID: <200612220830.kBM8UoDV004183@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/scorched3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4165 Modified Files: scorched3d.spec Added Files: scorched3d-wx28.patch Log Message: * Wed Dec 20 2006 Hans de Goede 40.1d-2 - Rebuild for new wxGTK 2.8 scorched3d-wx28.patch: --- NEW FILE scorched3d-wx28.patch --- --- scorched/src/GLEXT/GLGif.cpp~ 2006-12-20 17:03:59.000000000 +0100 +++ scorched/src/GLEXT/GLGif.cpp 2006-12-20 17:06:09.000000000 +0100 @@ -122,28 +122,28 @@ bool GLGif::loadFromStream(wxInputStream *ifStream) { - wxGIFDecoder decoder(ifStream); - unsigned int result = decoder.ReadGIF(); + wxGIFDecoder decoder; + wxGIFErrorCode result = decoder.LoadGIF(*ifStream); if (result != wxGIF_OK) return false; - bits_ = new unsigned char[decoder.GetWidth() * decoder.GetHeight() * 3]; - width_ = (int) decoder.GetWidth(); - height_ = (int) decoder.GetHeight(); - unsigned char* pal = decoder.GetPalette(); - unsigned char* src = decoder.GetData() + - (decoder.GetHeight() * decoder.GetWidth()) - decoder.GetWidth(); + width_ = (int) decoder.GetFrameSize(0).GetWidth(); + height_ = (int) decoder.GetFrameSize(0).GetHeight(); + bits_ = new unsigned char[width_ * height_ * 3]; + unsigned char* pal = decoder.GetPalette(0); + unsigned char* src = decoder.GetData(0) + + (height_ * width_) - width_; unsigned char* dst = bits_; - for (unsigned int y = 0; - y < decoder.GetHeight(); - y++, src-=decoder.GetWidth()*2) + for (int y = 0; + y < height_; + y++, src-=width_*2) { - for (unsigned int x = 0; - x < decoder.GetWidth(); + for (int x = 0; + x < width_; x++, src++) { - DIALOG_ASSERT(src >= decoder.GetData() && - src < decoder.GetData() + decoder.GetWidth() * decoder.GetHeight()); + DIALOG_ASSERT(src >= decoder.GetData(0) && + src < decoder.GetData(0) + width_ * height_); *(dst++) = pal[3 * (*src) + 0]; *(dst++) = pal[3 * (*src) + 1]; Index: scorched3d.spec =================================================================== RCS file: /cvs/extras/rpms/scorched3d/devel/scorched3d.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- scorched3d.spec 22 Nov 2006 22:14:14 -0000 1.20 +++ scorched3d.spec 22 Dec 2006 08:30:20 -0000 1.21 @@ -1,6 +1,6 @@ Name: scorched3d Version: 40.1d -Release: 1%{?dist} +Release: 2%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth Group: Amusements/Games License: GPL @@ -11,6 +11,7 @@ Patch2: %{name}-wx26.patch Patch3: %{name}-openal.patch Patch4: %{name}-help.patch +Patch5: %{name}-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK-devel freealut-devel SDL_net-devel libGLU-devel ode-devel BuildRequires: expat-devel libvorbis-devel ImageMagick desktop-file-utils @@ -41,6 +42,7 @@ %patch2 -p1 -z .wx26 %patch3 -p1 -z .openal %patch4 -p1 -z .help +%patch5 -p1 -z .wx28 # make rpmlint happy with debuginfo package chmod -x src/GLEXT/* # stop autoxxx from running @@ -100,6 +102,9 @@ %changelog +* Wed Dec 20 2006 Hans de Goede 40.1d-2 +- Rebuild for new wxGTK 2.8 + * Sat Nov 18 2006 Hans de Goede 40.1d-1 - New upstream release 40.1d From fedora-extras-commits at redhat.com Fri Dec 22 08:34:14 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Fri, 22 Dec 2006 03:34:14 -0500 Subject: status-report-scripts check_owners,1.2,1.3 Message-ID: <200612220834.kBM8YEQ6004249@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4234 Modified Files: check_owners Log Message: Can pass component as command argument, to allow checking of owners.epel.list. Index: check_owners =================================================================== RCS file: /cvs/fedora/status-report-scripts/check_owners,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- check_owners 11 Jul 2006 20:59:42 -0000 1.2 +++ check_owners 22 Dec 2006 08:34:14 -0000 1.3 @@ -4,7 +4,9 @@ my $header = ""; my %P; local *FH; -die "Usage: $0 " if $ARGV[0] eq ""; +die "Usage: $0 []" if $ARGV[0] eq ""; +my $component = "Fedora Extras"; +$component = $ARGV[1] if $ARGV[1] ne ""; open FH, $ARGV[0] or die "Couldn't open $ARGV[0]: $!"; while ( ) { if (/^#/) { @@ -20,8 +22,8 @@ print STDERR "Package $F[1] is defined twice:\n$_\n"; next; } - if ($F[0] ne "Fedora Extras") { - print STDERR "Component is not Fedora Extras:\n$_\n"; + if ($F[0] ne $component) { + print STDERR "Component is not $component\n$_\n"; } if ($F[3] !~ /^[-a-z0-9._+]+[@][-a-z0-9._]+$/i) { print STDERR "initialowner does not look like an email address:\n$_\n"; From fedora-extras-commits at redhat.com Fri Dec 22 08:48:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:48:38 -0500 Subject: rpms/claws-mail-plugins/devel claws-mail-plugins.spec,1.1,1.2 Message-ID: <200612220848.kBM8mcHV004296@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4281 Modified Files: claws-mail-plugins.spec Log Message: - some fixes Index: claws-mail-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/claws-mail-plugins.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- claws-mail-plugins.spec 11 Dec 2006 23:19:47 -0000 1.1 +++ claws-mail-plugins.spec 22 Dec 2006 08:48:08 -0000 1.2 @@ -16,8 +16,8 @@ %define vcalendar 1.91 Name: claws-mail-plugins Version: 2.6.1 -Release: 1%{?dist} -Summary: Additional plugins for sylpheed-claws +Release: 2%{?dist} +Summary: Additional plugins for claws-mail Group: Applications/Internet License: GPL @@ -25,7 +25,7 @@ Source0: http://dl.sf.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sylpheed-claws-devel >= %{version} +BuildRequires: claws-mail-devel >= %{version} BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: libetpan-devel @@ -53,7 +53,7 @@ Requires: %{name}-smime = %{version}-%{release} Requires: %{name}-synce = %{version}-%{release} Requires: %{name}-vcalendar = %{version}-%{release} -# and the ones from main sylpheed-package... +# and the ones from main claws-mail-package... Requires: %{name}-clamav Requires: %{name}-dillo Requires: %{name}-spamassassin @@ -63,20 +63,24 @@ Provides: sylpheed-claws-plugins = %{version}-%{release} %description -Additional plugins for sylpheed-claws +Additional plugins for claws-mail %package acpi-notifier -Summary: ACPI notification plugin for sylpheed-claws +Summary: ACPI notification plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-acpi-notifier = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-acpi-notifier <= 2.6.0 %description acpi-notifier %{summary} %package att-remover -Summary: Attachments remover plugin for sylpheed-claws +Summary: Attachments remover plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-att-remover = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-att-remover <= 2.6.0 %description att-remover %{summary} @@ -84,25 +88,32 @@ %package cachesaver Summary: A cache saving plugin Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-cachesaver = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-cachesaver <= 2.6.0 + %description cachesaver This plugin saves the caches every 60 seconds (or user-defined period). It helps avoiding the loss of metadata on crashes. %package etpan-privacy -Summary: Privacy plugin for sylpheed-claws +Summary: Privacy plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-etpan-privacy = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-etpan-privacy <= 2.6.0 %description etpan-privacy This allows to use the privacy architecture of etPan!, so that drivers -implemented for etPan! can be immediately used in sylpheed-claws. +implemented for etPan! can be immediately used in claws-mail. %package fetchinfo Summary: Inserts headers containing some download information Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-fetchinfo = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-fetchinfo <= 2.6.0 %description fetchinfo This plugin inserts headers containing some download information: @@ -111,7 +122,10 @@ %package gtkhtml2-viewer Summary: GTK Html Viewer Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-gtkhtml2-viewer = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-gtkhtml2-viewer <= 2.6.0 + %description gtkhtml2-viewer %{summary} @@ -119,7 +133,9 @@ %package maildir Summary: Provide direct access to Maildir++ Mailboxes Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-maildir = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-maildir <= 2.6.0 %description maildir The Maildir++ plugin for Sylpheed-Claws provides direct access @@ -130,7 +146,10 @@ %package mailmbox Summary: Support for mailboxes in mbox format Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-mailmbox = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-mailmbox <= 2.6.0 + %description mailmbox This plugin provides direct support for mailboxes in mbox format. @@ -138,7 +157,9 @@ %package newmail Summary: Write a msg header summary to a log file Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-newmail = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-newmail <= 2.6.0 %description newmail Write a msg header summary to a log file (defaults to ~/Mail/NewLog) an arrival @@ -147,7 +168,9 @@ %package notification Summary: New mail notifications Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-notification = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-notification <= 2.6.0 %description notification This plugin collects various ways to notify the user of new (and possibly unread) @@ -156,17 +179,21 @@ %package perl Summary: Extended filtering engine Group: Applications/Internet -Requires: sylpheed-claws >= %{version} Requires: perl +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-perl = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-perl <= 2.6.0 %description perl This plugin provides an extended filtering engine for the email client -sylpheed-claws. It allows for the use of full perl power in email filters. +claws-mail. It allows for the use of full perl power in email filters. %package rssyl -Summary: RSS plugin for sylpheed-claws +Summary: RSS plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-rssyl = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-rssyl <= 2.6.0 %description rssyl %{summary} @@ -174,7 +201,9 @@ %package smime Summary: S/MIME signed and/or encrypted Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-smime = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-smime <= 2.6.0 %description smime This plugin handles S/MIME signed and/or encrypted mails. You can decrypt @@ -183,7 +212,9 @@ %package synce Summary: Keeping the addressbook of a Windows CE device in sync Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-synce = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-synce <= 2.6.0 %description synce This plugin assists in keeping the addressbook of a Windows CE device @@ -193,7 +224,9 @@ %package vcalendar Summary: vCalendar message handling Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-vcalendar = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-vcalendar <= 2.6.0 %description vcalendar This plugin enables vCalendar message handling like that produced by @@ -284,77 +317,77 @@ # acpi_notifier cd acpi_notifier-%{acpinotifier} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ # att_remover cd ../att_remover-%{attremover} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ # cachesaver cd ../cachesaver-%{cachesaver} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #etpan-privacy cd ../etpan-privacy-%{etpanprivacy} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #fetchinfo-plugin cd ../fetchinfo-plugin-%{fetchinfo} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #gtkhtml2-viewer cd ../gtkhtml2_viewer-%{gtkhtml2viewer} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #maildir cd ../maildir-%{maildir} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #mailmbox cd ../mailmbox-%{mailmbox} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #newmail cd ../newmail-%{newmail} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #notification-plugin cd ../notification_plugin-%{notification} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #perl cd ../perl_plugin-%{perl} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #rssyl cd ../rssyl-%{rssyl} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #smime cd ../smime-%{smime} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #synce cd ../synce_plugin-%{synce} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #vcalendar cd ../vcalendar-%{vcalendar} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' @@ -373,7 +406,7 @@ %doc acpi_notifier-%{acpinotifier}/NEWS %doc acpi_notifier-%{acpinotifier}/AUTHORS %doc acpi_notifier-%{acpinotifier}/README -%{_libdir}/sylpheed-claws/plugins/acpi_notifier* +%{_libdir}/claws-mail/plugins/acpi_notifier* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/acpi_notifier.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/acpi_notifier.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/acpi_notifier.mo @@ -392,14 +425,14 @@ %doc att_remover-%{attremover}/COPYING %doc att_remover-%{attremover}/NEWS %doc att_remover-%{attremover}/README -%{_libdir}/sylpheed-claws/plugins/att_remover* +%{_libdir}/claws-mail/plugins/att_remover* %files cachesaver %defattr(-,root,root,-) %doc cachesaver-%{cachesaver}/AUTHORS %doc cachesaver-%{cachesaver}/ChangeLog %doc cachesaver-%{cachesaver}/COPYING -%{_libdir}/sylpheed-claws/plugins/cachesaver* +%{_libdir}/claws-mail/plugins/cachesaver* %files etpan-privacy %defattr(-,root,root,-) @@ -407,20 +440,20 @@ %doc etpan-privacy-%{etpanprivacy}/ChangeLog %doc etpan-privacy-%{etpanprivacy}/COPYING %doc etpan-privacy-%{etpanprivacy}/README -%{_libdir}/sylpheed-claws/plugins/etpan-privacy.so +%{_libdir}/claws-mail/plugins/etpan-privacy.so %files fetchinfo %defattr(-,root,root,-) %doc fetchinfo-plugin-%{fetchinfo}/ChangeLog %doc fetchinfo-plugin-%{fetchinfo}/COPYING %doc fetchinfo-plugin-%{fetchinfo}/README -%{_libdir}/sylpheed-claws/plugins/fetchinfo* +%{_libdir}/claws-mail/plugins/fetchinfo* %files gtkhtml2-viewer %defattr(-,root,root,-) %doc gtkhtml2_viewer-%{gtkhtml2viewer}/AUTHORS %doc gtkhtml2_viewer-%{gtkhtml2viewer}/COPYING -%{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* +%{_libdir}/claws-mail/plugins/gtkhtml2_viewer* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo @@ -438,7 +471,7 @@ %doc maildir-%{maildir}/COPYING %doc maildir-%{maildir}/README %doc maildir-%{maildir}/doc/README.xml -%{_libdir}/sylpheed-claws/plugins/maildir* +%{_libdir}/claws-mail/plugins/maildir* %files mailmbox %defattr(-,root,root,-) @@ -446,7 +479,7 @@ %doc mailmbox-%{mailmbox}/ChangeLog %doc mailmbox-%{mailmbox}/COPYING %doc mailmbox-%{mailmbox}/README -%{_libdir}/sylpheed-claws/plugins/mailmbox* +%{_libdir}/claws-mail/plugins/mailmbox* %files newmail %defattr(-,root,root,-) @@ -455,7 +488,7 @@ %doc newmail-%{newmail}/COPYING %doc newmail-%{newmail}/NEWS %doc newmail-%{newmail}/README -%{_libdir}/sylpheed-claws/plugins/newmail.so +%{_libdir}/claws-mail/plugins/newmail.so %files notification %defattr(-,root,root,-) @@ -463,7 +496,7 @@ %doc notification_plugin-%{notification}/ChangeLog %doc notification_plugin-%{notification}/COPYING %doc notification_plugin-%{notification}/README -%{_libdir}/sylpheed-claws/plugins/notification_plugin.so +%{_libdir}/claws-mail/plugins/notification_plugin.so %files perl %defattr(-,root,root,-) @@ -472,7 +505,7 @@ %doc perl_plugin-%{perl}/COPYING %doc perl_plugin-%{perl}/README %doc perl_plugin-%{perl}/sc_perl.pod -%{_libdir}/sylpheed-claws/plugins/perl_plugin.so +%{_libdir}/claws-mail/plugins/perl_plugin.so %files rssyl %defattr(-,root,root,-) @@ -480,7 +513,7 @@ %doc rssyl-%{rssyl}/ChangeLog %doc rssyl-%{rssyl}/COPYING %doc rssyl-%{rssyl}/TODO -%{_libdir}/sylpheed-claws/plugins/rssyl* +%{_libdir}/claws-mail/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/rssyl.mo @@ -498,7 +531,7 @@ %doc smime-%{smime}/ChangeLog %doc smime-%{smime}/COPYING %doc smime-%{smime}/NEWS -%{_libdir}/sylpheed-claws/plugins/smime* +%{_libdir}/claws-mail/plugins/smime* %files synce %defattr(-,root,root,-) @@ -506,7 +539,7 @@ %doc synce_plugin-%{synce}/ChangeLog %doc synce_plugin-%{synce}/COPYING %doc synce_plugin-%{synce}/README -%{_libdir}/sylpheed-claws/plugins/synce* +%{_libdir}/claws-mail/plugins/synce* %files vcalendar %defattr(-,root,root,-) @@ -514,7 +547,7 @@ %doc vcalendar-%{vcalendar}/ChangeLog %doc vcalendar-%{vcalendar}/COPYING %doc vcalendar-%{vcalendar}/README -%{_libdir}/sylpheed-claws/plugins/vcalendar* +%{_libdir}/claws-mail/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/vcalendar.mo @@ -528,6 +561,10 @@ %exclude %{_includedir}/ical.h %changelog +* Fri Dec 22 2006 Andreas Bierfert +2.6.1-2 +- some more fixes + * Mon Dec 11 2006 Andreas Bierfert 2.6.1-1 - version upgrade From fedora-extras-commits at redhat.com Fri Dec 22 08:58:12 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 03:58:12 -0500 Subject: rpms/perl-Crypt-RSA/devel .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612220858.kBM8wCDM004347@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4328 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 08:57:41 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-RSA.spec 29 Aug 2006 17:14:57 -0000 1.2 +++ perl-Crypt-RSA.spec 22 Dec 2006 08:57:41 -0000 1.3 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 3%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,10 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + * Tue Aug 29 2006 Paul Howarth 1.57-3 - FE6 mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 08:57:41 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:03:14 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 04:03:14 -0500 Subject: rpms/perl-Crypt-RSA/FC-6 .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612220903.kBM93E5c007668@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7649 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 09:02:43 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-6/perl-Crypt-RSA.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-RSA.spec 29 Aug 2006 17:14:57 -0000 1.2 +++ perl-Crypt-RSA.spec 22 Dec 2006 09:02:43 -0000 1.3 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 3%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,10 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + * Tue Aug 29 2006 Paul Howarth 1.57-3 - FE6 mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 09:02:43 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:08:02 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 04:08:02 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.27, 1.28 ochusha.spec, 1.29, 1.30 sources, 1.27, 1.28 Message-ID: <200612220908.kBM9828S008132@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8113 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 22 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061222 - 0.5.99.65.1 cvs 061222 (11:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 20 Dec 2006 08:59:28 -0000 1.27 +++ .cvsignore 22 Dec 2006 09:07:31 -0000 1.28 @@ -1 +1 @@ -ochusha-0.5.99.65-cvs061220.tar.bz2 +ochusha-0.5.99.65.1-cvs061222.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ochusha.spec 20 Dec 2006 08:59:28 -0000 1.29 +++ ochusha.spec 22 Dec 2006 09:07:31 -0000 1.30 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.65 -%define strtag cvs061220 +%define main_ver 0.5.99.65.1 +%define strtag cvs061222 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Wed Dec 20 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061220 -- 0.5.99.65 cvs 061220 (9:00 JST) +* Fri Dec 22 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061222 +- 0.5.99.65.1 cvs 061222 (11:20 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 20 Dec 2006 08:59:28 -0000 1.27 +++ sources 22 Dec 2006 09:07:31 -0000 1.28 @@ -1 +1 @@ -34ef6a07976faeeac0d0bd0062f81605 ochusha-0.5.99.65-cvs061220.tar.bz2 +42746d703c605ac6e919f64c5a6d7409 ochusha-0.5.99.65.1-cvs061222.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 09:09:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 04:09:17 -0500 Subject: rpms/perl-Crypt-RSA/FC-5 .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612220909.kBM99HG1008195@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8176 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 09:08:46 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-5/perl-Crypt-RSA.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-RSA.spec 19 Apr 2006 10:01:22 -0000 1.1 +++ perl-Crypt-RSA.spec 22 Dec 2006 09:08:46 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 2%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,13 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + +* Tue Aug 29 2006 Paul Howarth 1.57-3 +- FE6 mass rebuild + * Tue Apr 18 2006 Paul Howarth 1.57-2 - Fix non-UTF8-encoded manpage (#183888) - Add manpages for crypt-rsa-interoperablity(3) and Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 09:08:46 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:12:47 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 04:12:47 -0500 Subject: rpms/perl-Crypt-RSA/FC-4 .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612220912.kBM9ClMb008260@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8241 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 09:12:17 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-4/perl-Crypt-RSA.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-RSA.spec 19 Apr 2006 10:01:22 -0000 1.1 +++ perl-Crypt-RSA.spec 22 Dec 2006 09:12:17 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 2%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,13 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + +* Tue Aug 29 2006 Paul Howarth 1.57-3 +- FE6 mass rebuild + * Tue Apr 18 2006 Paul Howarth 1.57-2 - Fix non-UTF8-encoded manpage (#183888) - Add manpages for crypt-rsa-interoperablity(3) and Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 09:12:17 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:25:35 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 22 Dec 2006 04:25:35 -0500 Subject: rpms/gcompris/devel gcompris-8.2.2-py25.patch, NONE, 1.1 gcompris.spec, 1.19, 1.20 Message-ID: <200612220925.kBM9PZLi008341@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8323 Modified Files: gcompris.spec Added Files: gcompris-8.2.2-py25.patch Log Message: * Fri Dec 22 2006 Hans de Goede 8.2.2-2 - Update src/boards/canvas.c to canvas.c from latest gnome-python2 to fix build with python 2.5 gcompris-8.2.2-py25.patch: --- NEW FILE gcompris-8.2.2-py25.patch --- --- gcompris-8.2.2/src/boards/canvas.c.py25 2006-10-03 00:46:17.000000000 +0200 +++ gcompris-8.2.2/src/boards/canvas.c 2006-12-22 09:29:38.000000000 +0100 @@ -1,9 +1,21 @@ /* -- THIS FILE IS GENERATED - DO NOT EDIT *//* -*- Mode: C; c-basic-offset: 4 -*- */ +#define PY_SSIZE_T_CLEAN #include + +#if PY_VERSION_HEX < 0x02050000 +typedef int Py_ssize_t; +#define PY_SSIZE_T_MAX INT_MAX +#define PY_SSIZE_T_MIN INT_MIN +typedef inquiry lenfunc; +typedef intargfunc ssizeargfunc; +typedef intobjargproc ssizeobjargproc; +#endif + + #line 4 "canvas.override" #include @@ -63,7 +75,7 @@ #endif -#line 67 "canvas.c" +#line 79 "canvas.c" /* ---------- types from other modules ---------- */ @@ -76,22 +88,25 @@ /* ---------- forward type declarations ---------- */ -PyTypeObject PyGnomeCanvasPathDef_Type; -PyTypeObject PyGnomeCanvas_Type; -PyTypeObject PyGnomeCanvasItem_Type; -PyTypeObject PyGnomeCanvasGroup_Type; -PyTypeObject PyGnomeCanvasClipgroup_Type; -PyTypeObject PyGnomeCanvasLine_Type; -PyTypeObject PyGnomeCanvasPixbuf_Type; -PyTypeObject PyGnomeCanvasRichText_Type; -PyTypeObject PyGnomeCanvasShape_Type; -PyTypeObject PyGnomeCanvasRE_Type; -PyTypeObject PyGnomeCanvasRect_Type; -PyTypeObject PyGnomeCanvasEllipse_Type; -PyTypeObject PyGnomeCanvasPolygon_Type; -PyTypeObject PyGnomeCanvasBpath_Type; -PyTypeObject PyGnomeCanvasText_Type; -PyTypeObject PyGnomeCanvasWidget_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPathDef_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvas_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasItem_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasGroup_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasClipgroup_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasLine_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPixbuf_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRichText_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasShape_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRE_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRect_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasEllipse_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPolygon_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasBpath_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasText_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasWidget_Type; + +#line 109 "canvas.c" + /* ----------- GnomeCanvasPathDef ----------- */ @@ -106,7 +121,7 @@ return -1; } -PyTypeObject PyGnomeCanvasPathDef_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPathDef_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasPathDef", /* tp_name */ @@ -136,9 +151,9 @@ 0, /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -178,7 +193,7 @@ pygobject_register_wrapper((PyObject *)self); return 0; } -#line 182 "canvas.c" +#line 197 "canvas.c" static PyObject * @@ -186,7 +201,9 @@ { GnomeCanvasGroup *ret; + ret = gnome_canvas_root(GNOME_CANVAS(self->obj)); + /* pygobject_new handles NULL checking */ return pygobject_new((GObject *)ret); } @@ -197,9 +214,11 @@ static char *kwlist[] = { "n", NULL }; double n; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "d:GnomeCanvas.set_pixels_per_unit", kwlist, &n)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"d:GnomeCanvas.set_pixels_per_unit", kwlist, &n)) return NULL; + gnome_canvas_set_pixels_per_unit(GNOME_CANVAS(self->obj), n); + Py_INCREF(Py_None); return Py_None; } @@ -210,9 +229,11 @@ static char *kwlist[] = { "x1", "y1", "x2", "y2", NULL }; double x1, y1, x2, y2; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "dddd:GnomeCanvas.set_scroll_region", kwlist, &x1, &y1, &x2, &y2)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"dddd:GnomeCanvas.set_scroll_region", kwlist, &x1, &y1, &x2, &y2)) return NULL; + gnome_canvas_set_scroll_region(GNOME_CANVAS(self->obj), x1, y1, x2, y2); + Py_INCREF(Py_None); return Py_None; } @@ -228,7 +249,7 @@ return Py_BuildValue("(dddd)", x1, y1, x2, y2); } -#line 232 "canvas.c" +#line 253 "canvas.c" static PyObject * @@ -236,7 +257,9 @@ { int ret; + ret = gnome_canvas_get_center_scroll_region(GNOME_CANVAS(self->obj)); + return PyBool_FromLong(ret); } @@ -247,9 +270,11 @@ static char *kwlist[] = { "center_scroll_region", NULL }; int center_scroll_region; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i:GnomeCanvas.set_center_scroll_region", kwlist, ¢er_scroll_region)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"i:GnomeCanvas.set_center_scroll_region", kwlist, ¢er_scroll_region)) return NULL; + gnome_canvas_set_center_scroll_region(GNOME_CANVAS(self->obj), center_scroll_region); + Py_INCREF(Py_None); return Py_None; } @@ -260,9 +285,11 @@ static char *kwlist[] = { "cx", "cy", NULL }; int cx, cy; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ii:GnomeCanvas.scroll_to", kwlist, &cx, &cy)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"ii:GnomeCanvas.scroll_to", kwlist, &cx, &cy)) return NULL; + gnome_canvas_scroll_to(GNOME_CANVAS(self->obj), cx, cy); + Py_INCREF(Py_None); return Py_None; } @@ -277,13 +304,15 @@ return Py_BuildValue("(ii)", cx, cy); } -#line 281 "canvas.c" +#line 308 "canvas.c" static PyObject * _wrap_gnome_canvas_update_now(PyGObject *self) { + gnome_canvas_update_now(GNOME_CANVAS(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -295,9 +324,11 @@ double x, y; GnomeCanvasItem *ret; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "dd:GnomeCanvas.get_item_at", kwlist, &x, &y)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"dd:GnomeCanvas.get_item_at", kwlist, &x, &y)) return NULL; + ret = gnome_canvas_get_item_at(GNOME_CANVAS(self->obj), x, y); + /* pygobject_new handles NULL checking */ return pygobject_new((GObject *)ret); } @@ -317,7 +348,7 @@ return gnomecanvasaffine_from_value(affine); } -#line 321 "canvas.c" +#line 352 "canvas.c" #line 286 "canvas.override" @@ -335,7 +366,7 @@ return Py_BuildValue("(ii)", cx, cy); } -#line 339 "canvas.c" +#line 370 "canvas.c" #line 302 "canvas.override" @@ -353,7 +384,7 @@ return Py_BuildValue("(dd)", cx, cy); } -#line 357 "canvas.c" +#line 388 "canvas.c" #line 318 "canvas.override" @@ -371,7 +402,7 @@ return Py_BuildValue("(dd)", wx, wy); } -#line 375 "canvas.c" +#line 406 "canvas.c" #line 334 "canvas.override" @@ -391,7 +422,7 @@ return Py_BuildValue("(dd)", worldx, worldy); } -#line 395 "canvas.c" +#line 426 "canvas.c" #line 352 "canvas.override" @@ -411,7 +442,7 @@ return Py_BuildValue("(dd)", winx, winy); } -#line 415 "canvas.c" +#line 446 "canvas.c" static PyObject * @@ -423,7 +454,7 @@ int ret; GdkColor *color = NULL; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "sO:GnomeCanvas.get_color", kwlist, &spec, &py_color)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"sO:GnomeCanvas.get_color", kwlist, &spec, &py_color)) return NULL; if (pyg_boxed_check(py_color, GDK_TYPE_COLOR)) color = pyg_boxed_get(py_color, GdkColor); @@ -431,7 +462,9 @@ PyErr_SetString(PyExc_TypeError, "color should be a GdkColor"); return NULL; } + ret = gnome_canvas_get_color(GNOME_CANVAS(self->obj), spec, color); + return PyInt_FromLong(ret); } @@ -439,13 +472,27 @@ _wrap_gnome_canvas_get_color_pixel(PyGObject *self, PyObject *args, PyObject *kwargs) { static char *kwlist[] = { "rgba", NULL }; + PyObject *py_rgba = NULL; gulong ret; - guint rgba; + guint rgba = 0; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "I:GnomeCanvas.get_color_pixel", kwlist, &rgba)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"O:GnomeCanvas.get_color_pixel", kwlist, &py_rgba)) return NULL; + if (py_rgba) { + if (PyLong_Check(py_rgba)) + rgba = PyLong_AsUnsignedLong(py_rgba); + else if (PyInt_Check(py_rgba)) + rgba = PyInt_AsLong(py_rgba); + else + PyErr_SetString(PyExc_TypeError, "Parameter 'rgba' must be an int or a long"); + if (PyErr_Occurred()) + return NULL; + } + ret = gnome_canvas_get_color_pixel(GNOME_CANVAS(self->obj), rgba); + return PyLong_FromUnsignedLong(ret); + } static PyObject * @@ -455,11 +502,13 @@ PyObject *py_dither = NULL; GdkRgbDither dither; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O:GnomeCanvas.set_dither", kwlist, &py_dither)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"O:GnomeCanvas.set_dither", kwlist, &py_dither)) return NULL; - if (pyg_enum_get_value(GDK_TYPE_RGB_DITHER, py_dither, (gint *)&dither)) + if (pyg_enum_get_value(GDK_TYPE_RGB_DITHER, py_dither, (gpointer)&dither)) return NULL; + gnome_canvas_set_dither(GNOME_CANVAS(self->obj), dither); + Py_INCREF(Py_None); return Py_None; } @@ -469,35 +518,57 @@ { gint ret; + ret = gnome_canvas_get_dither(GNOME_CANVAS(self->obj)); + return pyg_enum_from_gtype(GDK_TYPE_RGB_DITHER, ret); } -static PyMethodDef _PyGnomeCanvas_methods[] = { - { "root", (PyCFunction)_wrap_gnome_canvas_root, METH_NOARGS }, - { "set_pixels_per_unit", (PyCFunction)_wrap_gnome_canvas_set_pixels_per_unit, METH_VARARGS|METH_KEYWORDS }, - { "set_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_scroll_region, METH_VARARGS|METH_KEYWORDS }, - { "get_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_scroll_region, METH_NOARGS }, - { "get_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_center_scroll_region, METH_NOARGS }, - { "set_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_center_scroll_region, METH_VARARGS|METH_KEYWORDS }, - { "scroll_to", (PyCFunction)_wrap_gnome_canvas_scroll_to, METH_VARARGS|METH_KEYWORDS }, - { "get_scroll_offsets", (PyCFunction)_wrap_gnome_canvas_get_scroll_offsets, METH_NOARGS }, - { "update_now", (PyCFunction)_wrap_gnome_canvas_update_now, METH_NOARGS }, - { "get_item_at", (PyCFunction)_wrap_gnome_canvas_get_item_at, METH_VARARGS|METH_KEYWORDS }, - { "w2c_affine", (PyCFunction)_wrap_gnome_canvas_w2c_affine, METH_VARARGS }, - { "w2c", (PyCFunction)_wrap_gnome_canvas_w2c, METH_VARARGS|METH_KEYWORDS }, - { "w2c_d", (PyCFunction)_wrap_gnome_canvas_w2c_d, METH_VARARGS|METH_KEYWORDS }, - { "c2w", (PyCFunction)_wrap_gnome_canvas_c2w, METH_VARARGS|METH_KEYWORDS }, - { "window_to_world", (PyCFunction)_wrap_gnome_canvas_window_to_world, METH_VARARGS|METH_KEYWORDS }, - { "world_to_window", (PyCFunction)_wrap_gnome_canvas_world_to_window, METH_VARARGS|METH_KEYWORDS }, - { "get_color", (PyCFunction)_wrap_gnome_canvas_get_color, METH_VARARGS|METH_KEYWORDS }, - { "get_color_pixel", (PyCFunction)_wrap_gnome_canvas_get_color_pixel, METH_VARARGS|METH_KEYWORDS }, - { "set_dither", (PyCFunction)_wrap_gnome_canvas_set_dither, METH_VARARGS|METH_KEYWORDS }, - { "get_dither", (PyCFunction)_wrap_gnome_canvas_get_dither, METH_NOARGS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvas_methods[] = { + { "root", (PyCFunction)_wrap_gnome_canvas_root, METH_NOARGS, + NULL }, + { "set_pixels_per_unit", (PyCFunction)_wrap_gnome_canvas_set_pixels_per_unit, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "set_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_scroll_region, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_scroll_region, METH_NOARGS, + NULL }, + { "get_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_center_scroll_region, METH_NOARGS, + NULL }, + { "set_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_center_scroll_region, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "scroll_to", (PyCFunction)_wrap_gnome_canvas_scroll_to, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_scroll_offsets", (PyCFunction)_wrap_gnome_canvas_get_scroll_offsets, METH_NOARGS, + NULL }, + { "update_now", (PyCFunction)_wrap_gnome_canvas_update_now, METH_NOARGS, + NULL }, + { "get_item_at", (PyCFunction)_wrap_gnome_canvas_get_item_at, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "w2c_affine", (PyCFunction)_wrap_gnome_canvas_w2c_affine, METH_VARARGS, + NULL }, + { "w2c", (PyCFunction)_wrap_gnome_canvas_w2c, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "w2c_d", (PyCFunction)_wrap_gnome_canvas_w2c_d, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "c2w", (PyCFunction)_wrap_gnome_canvas_c2w, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "window_to_world", (PyCFunction)_wrap_gnome_canvas_window_to_world, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "world_to_window", (PyCFunction)_wrap_gnome_canvas_world_to_window, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_color", (PyCFunction)_wrap_gnome_canvas_get_color, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_color_pixel", (PyCFunction)_wrap_gnome_canvas_get_color_pixel, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "set_dither", (PyCFunction)_wrap_gnome_canvas_set_dither, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_dither", (PyCFunction)_wrap_gnome_canvas_get_dither, METH_NOARGS, + NULL }, + { NULL, NULL, 0, NULL } }; -PyTypeObject PyGnomeCanvas_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvas_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.Canvas", /* tp_name */ @@ -527,9 +598,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvas_methods, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvas_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -554,7 +625,7 @@ GType type; GnomeCanvasItem *item; GObjectClass *class; - gint pos = 0; + Py_ssize_t pos = 0; PyObject *value; PyObject *key; @@ -600,7 +671,7 @@ Py_INCREF(Py_None); return Py_None; } -#line 604 "canvas.c" +#line 675 "canvas.c" static PyObject * @@ -609,9 +680,11 @@ static char *kwlist[] = { "dx", "dy", NULL }; double dx, dy; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "dd:GnomeCanvasItem.move", kwlist, &dx, &dy)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"dd:GnomeCanvasItem.move", kwlist, &dx, &dy)) return NULL; + gnome_canvas_item_move(GNOME_CANVAS_ITEM(self->obj), dx, dy); + Py_INCREF(Py_None); return Py_None; } @@ -634,7 +707,7 @@ Py_INCREF(Py_None); return Py_None; } -#line 638 "canvas.c" +#line 711 "canvas.c" #line 370 "canvas.override" @@ -655,7 +728,7 @@ Py_INCREF(Py_None); return Py_None; } -#line 659 "canvas.c" +#line 732 "canvas.c" static PyObject * @@ -664,9 +737,11 @@ static char *kwlist[] = { "positions", NULL }; int positions; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i:GnomeCanvasItem.raise", kwlist, &positions)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"i:GnomeCanvasItem.raise", kwlist, &positions)) return NULL; + gnome_canvas_item_raise(GNOME_CANVAS_ITEM(self->obj), positions); + Py_INCREF(Py_None); return Py_None; } @@ -677,9 +752,11 @@ static char *kwlist[] = { "positions", NULL }; int positions; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i:GnomeCanvasItem.lower", kwlist, &positions)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"i:GnomeCanvasItem.lower", kwlist, &positions)) return NULL; + gnome_canvas_item_lower(GNOME_CANVAS_ITEM(self->obj), positions); + Py_INCREF(Py_None); return Py_None; } @@ -687,7 +764,9 @@ static PyObject * _wrap_gnome_canvas_item_raise_to_top(PyGObject *self) { + gnome_canvas_item_raise_to_top(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -695,7 +774,9 @@ static PyObject * _wrap_gnome_canvas_item_lower_to_bottom(PyGObject *self) { + gnome_canvas_item_lower_to_bottom(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -703,7 +784,9 @@ static PyObject * _wrap_gnome_canvas_item_show(PyGObject *self) { + gnome_canvas_item_show(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -711,7 +794,9 @@ static PyObject * _wrap_gnome_canvas_item_hide(PyGObject *self) { + gnome_canvas_item_hide(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -730,7 +815,7 @@ return Py_BuildValue("(dd)", x, y); } -#line 734 "canvas.c" +#line 819 "canvas.c" #line 210 "canvas.override" @@ -747,7 +832,7 @@ return Py_BuildValue("(dd)", x, y); } -#line 751 "canvas.c" +#line 836 "canvas.c" #line 424 "canvas.override" @@ -765,7 +850,7 @@ return gnomecanvasaffine_from_value(affine); } -#line 769 "canvas.c" +#line 854 "canvas.c" #line 408 "canvas.override" @@ -783,7 +868,7 @@ return gnomecanvasaffine_from_value(affine); } -#line 787 "canvas.c" +#line 872 "canvas.c" static PyObject * @@ -792,9 +877,11 @@ static char *kwlist[] = { "new_group", NULL }; PyGObject *new_group; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!:GnomeCanvasItem.reparent", kwlist, &PyGnomeCanvasGroup_Type, &new_group)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"O!:GnomeCanvasItem.reparent", kwlist, &PyGnomeCanvasGroup_Type, &new_group)) return NULL; + gnome_canvas_item_reparent(GNOME_CANVAS_ITEM(self->obj), GNOME_CANVAS_GROUP(new_group->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -838,13 +925,15 @@ return PyInt_FromLong(retval); } -#line 842 "canvas.c" +#line 929 "canvas.c" static PyObject * _wrap_gnome_canvas_item_grab_focus(PyGObject *self) { + gnome_canvas_item_grab_focus(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -860,32 +949,50 @@ return Py_BuildValue("(dddd)", x1, y1, x2, y2); } -#line 864 "canvas.c" +#line 953 "canvas.c" -static PyMethodDef _PyGnomeCanvasItem_methods[] = { - { "set", (PyCFunction)_wrap_gnome_canvas_item_set, METH_VARARGS|METH_KEYWORDS }, - { "move", (PyCFunction)_wrap_gnome_canvas_item_move, METH_VARARGS|METH_KEYWORDS }, - { "affine_relative", (PyCFunction)_wrap_gnome_canvas_item_affine_relative, METH_VARARGS }, - { "affine_absolute", (PyCFunction)_wrap_gnome_canvas_item_affine_absolute, METH_VARARGS }, - { "raise_", (PyCFunction)_wrap_gnome_canvas_item_raise, METH_VARARGS|METH_KEYWORDS }, - { "lower", (PyCFunction)_wrap_gnome_canvas_item_lower, METH_VARARGS|METH_KEYWORDS }, - { "raise_to_top", (PyCFunction)_wrap_gnome_canvas_item_raise_to_top, METH_NOARGS }, - { "lower_to_bottom", (PyCFunction)_wrap_gnome_canvas_item_lower_to_bottom, METH_NOARGS }, - { "show", (PyCFunction)_wrap_gnome_canvas_item_show, METH_NOARGS }, - { "hide", (PyCFunction)_wrap_gnome_canvas_item_hide, METH_NOARGS }, - { "w2i", (PyCFunction)_wrap_gnome_canvas_item_w2i, METH_VARARGS|METH_KEYWORDS }, - { "i2w", (PyCFunction)_wrap_gnome_canvas_item_i2w, METH_VARARGS|METH_KEYWORDS }, - { "i2w_affine", (PyCFunction)_wrap_gnome_canvas_item_i2w_affine, METH_VARARGS }, - { "i2c_affine", (PyCFunction)_wrap_gnome_canvas_item_i2c_affine, METH_VARARGS }, - { "reparent", (PyCFunction)_wrap_gnome_canvas_item_reparent, METH_VARARGS|METH_KEYWORDS }, - { "grab", (PyCFunction)_wrap_gnome_canvas_item_grab, METH_VARARGS|METH_KEYWORDS }, - { "grab_focus", (PyCFunction)_wrap_gnome_canvas_item_grab_focus, METH_NOARGS }, - { "get_bounds", (PyCFunction)_wrap_gnome_canvas_item_get_bounds, METH_NOARGS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvasItem_methods[] = { + { "set", (PyCFunction)_wrap_gnome_canvas_item_set, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "move", (PyCFunction)_wrap_gnome_canvas_item_move, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "affine_relative", (PyCFunction)_wrap_gnome_canvas_item_affine_relative, METH_VARARGS, + NULL }, + { "affine_absolute", (PyCFunction)_wrap_gnome_canvas_item_affine_absolute, METH_VARARGS, + NULL }, + { "raise_", (PyCFunction)_wrap_gnome_canvas_item_raise, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "lower", (PyCFunction)_wrap_gnome_canvas_item_lower, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "raise_to_top", (PyCFunction)_wrap_gnome_canvas_item_raise_to_top, METH_NOARGS, + NULL }, + { "lower_to_bottom", (PyCFunction)_wrap_gnome_canvas_item_lower_to_bottom, METH_NOARGS, + NULL }, + { "show", (PyCFunction)_wrap_gnome_canvas_item_show, METH_NOARGS, + NULL }, + { "hide", (PyCFunction)_wrap_gnome_canvas_item_hide, METH_NOARGS, + NULL }, + { "w2i", (PyCFunction)_wrap_gnome_canvas_item_w2i, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "i2w", (PyCFunction)_wrap_gnome_canvas_item_i2w, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "i2w_affine", (PyCFunction)_wrap_gnome_canvas_item_i2w_affine, METH_VARARGS, + NULL }, + { "i2c_affine", (PyCFunction)_wrap_gnome_canvas_item_i2c_affine, METH_VARARGS, + NULL }, + { "reparent", (PyCFunction)_wrap_gnome_canvas_item_reparent, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "grab", (PyCFunction)_wrap_gnome_canvas_item_grab, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "grab_focus", (PyCFunction)_wrap_gnome_canvas_item_grab_focus, METH_NOARGS, + NULL }, + { "get_bounds", (PyCFunction)_wrap_gnome_canvas_item_get_bounds, METH_NOARGS, + NULL }, + { NULL, NULL, 0, NULL } }; -PyTypeObject PyGnomeCanvasItem_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasItem_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasItem", /* tp_name */ @@ -915,9 +1022,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvasItem_methods, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvasItem_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -944,7 +1051,7 @@ GType type; GnomeCanvasItem *item; GObjectClass *class; - gint pos; + Py_ssize_t pos; PyObject *value; PyObject *key; @@ -1000,12 +1107,13 @@ return pygobject_new ((GObject *)item); } -#line 1004 "canvas.c" +#line 1111 "canvas.c" -static PyMethodDef _PyGnomeCanvasGroup_methods[] = { - { "add", (PyCFunction)_wrap_gnome_canvas_item_new, METH_VARARGS|METH_KEYWORDS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvasGroup_methods[] = { + { "add", (PyCFunction)_wrap_gnome_canvas_item_new, METH_VARARGS|METH_KEYWORDS, + NULL }, + { NULL, NULL, 0, NULL } }; #line 456 "canvas.override" @@ -1025,15 +1133,15 @@ return list; } -#line 1029 "canvas.c" +#line 1137 "canvas.c" -static PyGetSetDef gnome_canvas_group_getsets[] = { +static const PyGetSetDef gnome_canvas_group_getsets[] = { { "item_list", (getter)_wrap_gnome_canvas_group__get_item_list, (setter)0 }, { NULL, (getter)0, (setter)0 }, }; -PyTypeObject PyGnomeCanvasGroup_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasGroup_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasGroup", /* tp_name */ @@ -1063,9 +1171,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvasGroup_methods, /* tp_methods */ - 0, /* tp_members */ - gnome_canvas_group_getsets, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvasGroup_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)gnome_canvas_group_getsets, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1082,7 +1190,7 @@ /* ----------- GnomeCanvasClipgroup ----------- */ -PyTypeObject PyGnomeCanvasClipgroup_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasClipgroup_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasClipgroup", /* tp_name */ @@ -1112,9 +1220,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1131,7 +1239,7 @@ /* ----------- GnomeCanvasLine ----------- */ -PyTypeObject PyGnomeCanvasLine_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasLine_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasLine", /* tp_name */ @@ -1161,9 +1269,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1180,7 +1288,7 @@ /* ----------- GnomeCanvasPixbuf ----------- */ -PyTypeObject PyGnomeCanvasPixbuf_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPixbuf_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasPixbuf", /* tp_name */ @@ -1210,9 +1318,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1229,7 +1337,7 @@ /* ----------- GnomeCanvasRichText ----------- */ -PyTypeObject PyGnomeCanvasRichText_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRichText_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasRichText", /* tp_name */ @@ -1259,9 +1367,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1278,7 +1386,7 @@ /* ----------- GnomeCanvasShape ----------- */ -PyTypeObject PyGnomeCanvasShape_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasShape_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasShape", /* tp_name */ @@ -1308,9 +1416,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1327,7 +1435,7 @@ /* ----------- GnomeCanvasRE ----------- */ -PyTypeObject PyGnomeCanvasRE_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRE_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasRE", /* tp_name */ @@ -1357,9 +1465,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1376,7 +1484,7 @@ /* ----------- GnomeCanvasRect ----------- */ -PyTypeObject PyGnomeCanvasRect_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRect_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasRect", /* tp_name */ @@ -1406,9 +1514,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1425,7 +1533,7 @@ /* ----------- GnomeCanvasEllipse ----------- */ -PyTypeObject PyGnomeCanvasEllipse_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasEllipse_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasEllipse", /* tp_name */ @@ -1455,9 +1563,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1474,7 +1582,7 @@ /* ----------- GnomeCanvasPolygon ----------- */ -PyTypeObject PyGnomeCanvasPolygon_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPolygon_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasPolygon", /* tp_name */ @@ -1504,9 +1612,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1543,15 +1651,16 @@ Py_INCREF(Py_None); return Py_None; } -#line 1547 "canvas.c" +#line 1655 "canvas.c" -static PyMethodDef _PyGnomeCanvasBpath_methods[] = { - { "set_bpath", (PyCFunction)_wrap_gnome_canvas_bpath_set_bpath, METH_VARARGS|METH_KEYWORDS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvasBpath_methods[] = { + { "set_bpath", (PyCFunction)_wrap_gnome_canvas_bpath_set_bpath, METH_VARARGS|METH_KEYWORDS, + NULL }, + { NULL, NULL, 0, NULL } }; -PyTypeObject PyGnomeCanvasBpath_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasBpath_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasBpath", /* tp_name */ @@ -1581,9 +1690,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvasBpath_methods, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvasBpath_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1600,7 +1709,7 @@ /* ----------- GnomeCanvasText ----------- */ -PyTypeObject PyGnomeCanvasText_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasText_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasText", /* tp_name */ @@ -1630,9 +1739,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1649,7 +1758,7 @@ /* ----------- GnomeCanvasWidget ----------- */ -PyTypeObject PyGnomeCanvasWidget_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasWidget_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasWidget", /* tp_name */ @@ -1679,9 +1788,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1783,12 +1892,13 @@ return pyg_boxed_new(GNOME_TYPE_CANVAS_PATH_DEF, path, TRUE, TRUE); } -#line 1787 "canvas.c" +#line 1896 "canvas.c" -PyMethodDef pycanvas_functions[] = { - { "path_def_new", (PyCFunction)_wrap_gnome_canvas_path_def_new, METH_VARARGS }, - { NULL, NULL, 0 } +const PyMethodDef pycanvas_functions[] = { + { "path_def_new", (PyCFunction)_wrap_gnome_canvas_path_def_new, METH_VARARGS, + NULL }, + { NULL, NULL, 0, NULL } }; /* initialise stuff extension classes */ @@ -1798,42 +1908,38 @@ PyObject *module; if ((module = PyImport_ImportModule("gobject")) != NULL) { - PyObject *moddict = PyModule_GetDict(module); - - _PyGObject_Type = (PyTypeObject *)PyDict_GetItemString(moddict, "GObject"); + _PyGObject_Type = (PyTypeObject *)PyObject_GetAttrString(module, "GObject"); if (_PyGObject_Type == NULL) { PyErr_SetString(PyExc_ImportError, "cannot import name GObject from gobject"); - return; + return ; } } else { PyErr_SetString(PyExc_ImportError, "could not import gobject"); - return; + return ; } if ((module = PyImport_ImportModule("gtk._gtk")) != NULL) { - PyObject *moddict = PyModule_GetDict(module); - - _PyGtkLayout_Type = (PyTypeObject *)PyDict_GetItemString(moddict, "Layout"); + _PyGtkLayout_Type = (PyTypeObject *)PyObject_GetAttrString(module, "Layout"); if (_PyGtkLayout_Type == NULL) { PyErr_SetString(PyExc_ImportError, "cannot import name Layout from gtk._gtk"); - return; + return ; } - _PyGtkObject_Type = (PyTypeObject *)PyDict_GetItemString(moddict, "Object"); + _PyGtkObject_Type = (PyTypeObject *)PyObject_GetAttrString(module, "Object"); if (_PyGtkObject_Type == NULL) { PyErr_SetString(PyExc_ImportError, "cannot import name Object from gtk._gtk"); - return; + return ; } } else { PyErr_SetString(PyExc_ImportError, "could not import gtk._gtk"); - return; + return ; } -#line 1837 "canvas.c" +#line 1943 "canvas.c" pyg_register_boxed(d, "CanvasPathDef", GNOME_TYPE_CANVAS_PATH_DEF, &PyGnomeCanvasPathDef_Type); pygobject_register_class(d, "GnomeCanvas", GNOME_TYPE_CANVAS, &PyGnomeCanvas_Type, Py_BuildValue("(O)", &PyGtkLayout_Type)); pygobject_register_class(d, "GnomeCanvasItem", GNOME_TYPE_CANVAS_ITEM, &PyGnomeCanvasItem_Type, Py_BuildValue("(O)", &PyGtkObject_Type)); Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gcompris.spec 20 Dec 2006 15:59:20 -0000 1.19 +++ gcompris.spec 22 Dec 2006 09:25:05 -0000 1.20 @@ -1,13 +1,14 @@ %define extra_version 2 Name: gcompris Version: 8.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net Source0: http://download.sf.net/%{name}/%{name}-%{version}-%{extra_version}.tar.gz Patch0: gcompris-8.1-icon.patch +Patch1: gcompris-8.2.2-py25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildrequires: libgnomeui-devel sqlite-devel python-devel gnet2-devel Buildrequires: pygtk2-devel SDL_mixer-devel libXt-devel libXxf86vm-devel @@ -220,6 +221,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -z .py25 iconv -f ISO-8859-1 -t UTF8 docs/C/gcompris.info > tmp mv tmp docs/C/gcompris.info @@ -476,6 +478,10 @@ %changelog +* Fri Dec 22 2006 Hans de Goede 8.2.2-2 +- Update src/boards/canvas.c to canvas.c from latest gnome-python2 to + fix build with python 2.5 + * Wed Dec 20 2006 Hans de Goede 8.2.2-1 - New upstream release 8.2.2-2 From fedora-extras-commits at redhat.com Fri Dec 22 09:42:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 04:42:03 -0500 Subject: rpms/gchempaint/FC-5 gchempaint.spec,1.3,1.4 Message-ID: <200612220942.kBM9g3nu008441@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8426 Modified Files: gchempaint.spec Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.7-1.fc5.1 - Doh. Added libXt-devel to BuildRequires Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/gchempaint.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gchempaint.spec 22 Dec 2006 00:12:33 -0000 1.3 +++ gchempaint.spec 22 Dec 2006 09:41:33 -0000 1.4 @@ -1,6 +1,6 @@ Name: gchempaint Version: 0.6.7 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering @@ -17,6 +17,7 @@ BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils +BuildRequires: libXt-devel Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -145,6 +146,9 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.7-1.fc5.1 +- Doh. Added libXt-devel to BuildRequires + * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches From fedora-extras-commits at redhat.com Fri Dec 22 10:16:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 22 Dec 2006 05:16:51 -0500 Subject: rpms/gcompris/devel gcompris-8.2.2-py25.patch,1.1,1.2 Message-ID: <200612221016.kBMAGp3S011789@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11770 Modified Files: gcompris-8.2.2-py25.patch Log Message: * Fri Dec 22 2006 Hans de Goede 8.2.2-2 - Update src/boards/canvas.c to canvas.c from latest gnome-python2 to fix build with python 2.5 gcompris-8.2.2-py25.patch: Index: gcompris-8.2.2-py25.patch =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris-8.2.2-py25.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcompris-8.2.2-py25.patch 22 Dec 2006 09:25:05 -0000 1.1 +++ gcompris-8.2.2-py25.patch 22 Dec 2006 10:16:20 -0000 1.2 @@ -1101,3 +1101,14 @@ pyg_register_boxed(d, "CanvasPathDef", GNOME_TYPE_CANVAS_PATH_DEF, &PyGnomeCanvasPathDef_Type); pygobject_register_class(d, "GnomeCanvas", GNOME_TYPE_CANVAS, &PyGnomeCanvas_Type, Py_BuildValue("(O)", &PyGtkLayout_Type)); pygobject_register_class(d, "GnomeCanvasItem", GNOME_TYPE_CANVAS_ITEM, &PyGnomeCanvasItem_Type, Py_BuildValue("(O)", &PyGtkObject_Type)); +--- gcompris-8.2.2/src/boards/py-mod-gcompris.c~ 2006-12-22 11:25:19.000000000 +0100 ++++ gcompris-8.2.2/src/boards/py-mod-gcompris.c 2006-12-22 11:25:19.000000000 +0100 +@@ -1178,7 +1178,7 @@ + } + + PyObject *pykey, *pyvalue; +- int pos = 0; ++ Py_ssize_t pos = 0; + + buttons_label = g_hash_table_new_full (g_str_hash, + g_str_equal, From fedora-extras-commits at redhat.com Fri Dec 22 10:27:38 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Fri, 22 Dec 2006 05:27:38 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.18,1.19 Message-ID: <200612221027.kBMARcFQ011913@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11893 Modified Files: sysprof-kmod.spec Log Message: rebuild for kernel 2.6.19-1.2890 Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sysprof-kmod.spec 21 Dec 2006 10:15:44 -0000 1.18 +++ sysprof-kmod.spec 22 Dec 2006 10:27:08 -0000 1.19 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.19-1.2889.fc7} +%{!?kversion: %define kversion 2.6.19-1.2890.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -103,6 +103,9 @@ %changelog +* Thu Dec 22 2006 Gianluca Sforna +- rebuild for kernel 2.6.19-1.2890 + * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update - rebuild for kernel 2.6.19-1.2889 From fedora-extras-commits at redhat.com Fri Dec 22 10:37:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?SGHDr2tlbCBHdcOpbWFy?= (hguemar)) Date: Fri, 22 Dec 2006 05:37:42 -0500 Subject: rpms/gtkmozembedmm/FC-6 gtkmozembedmm.spec,1.9,1.10 Message-ID: <200612221037.kBMAbgWv011984@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/gtkmozembedmm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11968 Modified Files: gtkmozembedmm.spec Log Message: rebuilt against firefox 1.5.0.9 Index: gtkmozembedmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmozembedmm/FC-6/gtkmozembedmm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gtkmozembedmm.spec 30 Nov 2006 19:48:11 -0000 1.9 +++ gtkmozembedmm.spec 22 Dec 2006 10:37:12 -0000 1.10 @@ -1,7 +1,7 @@ -%define gecko_ver 1.8.0.8 +%define gecko_ver 1.8.0.9 Name: gtkmozembedmm Version: 1.4.2.cvs20060817 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C++ wrapper for GtkMozembed @@ -97,6 +97,9 @@ %changelog +* Fri Dec 22 2006 Karl - 1.4.2.cvs20060817-7 +- Rebuilt against firefox-devel-1.5.0.9 + * Sun Nov 12 2006 Karl - 1.4.2.cvs20060817-5 - Fixed x86_64 build issue. From fedora-extras-commits at redhat.com Fri Dec 22 10:57:11 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 05:57:11 -0500 Subject: rpms/gchempaint/devel .cvsignore, 1.3, 1.4 gchempaint.spec, 1.3, 1.4 sources, 1.3, 1.4 doubledestdir.patch, 1.1, NONE Message-ID: <200612221057.kBMAvBWB012158@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12139 Modified Files: .cvsignore gchempaint.spec sources Removed Files: doubledestdir.patch Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 - Updated to 0.6.8 - Removed temporary KDE mimelnk workaround Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 +++ .cvsignore 22 Dec 2006 10:56:41 -0000 1.4 @@ -1 +1 @@ -gchempaint-0.6.7.tar.gz +gchempaint-0.6.8.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/gchempaint.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gchempaint.spec 22 Dec 2006 00:15:26 -0000 1.3 +++ gchempaint.spec 22 Dec 2006 10:56:41 -0000 1.4 @@ -1,5 +1,5 @@ Name: gchempaint -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool @@ -7,7 +7,6 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -17,6 +16,7 @@ BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils +BuildRequires: kdelibs Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -48,14 +48,12 @@ %prep %setup -q -%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk + --disable-scrollkeeper make %{?_smp_mflags} @@ -145,6 +143,10 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 +- Updated to 0.6.8 +- Removed temporary KDE mimelnk workaround + * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2006 09:13:42 -0000 1.3 +++ sources 22 Dec 2006 10:56:41 -0000 1.4 @@ -1 +1 @@ -9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz +9c1f11ff101bd43c54d88f0cb9495e3d gchempaint-0.6.8.tar.gz --- doubledestdir.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 10:59:55 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 05:59:55 -0500 Subject: rpms/gchempaint/FC-6 .cvsignore, 1.3, 1.4 gchempaint.spec, 1.3, 1.4 sources, 1.3, 1.4 doubledestdir.patch, 1.1, NONE Message-ID: <200612221059.kBMAxtbn012232@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12213 Modified Files: .cvsignore gchempaint.spec sources Removed Files: doubledestdir.patch Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 - Updated to 0.6.8 - Removed temporary KDE mimelnk workaround Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 +++ .cvsignore 22 Dec 2006 10:59:25 -0000 1.4 @@ -1 +1 @@ -gchempaint-0.6.7.tar.gz +gchempaint-0.6.8.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/gchempaint.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gchempaint.spec 22 Dec 2006 00:13:45 -0000 1.3 +++ gchempaint.spec 22 Dec 2006 10:59:25 -0000 1.4 @@ -1,5 +1,5 @@ Name: gchempaint -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool @@ -7,7 +7,6 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -17,6 +16,7 @@ BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils +BuildRequires: kdelibs Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -48,14 +48,12 @@ %prep %setup -q -%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk + --disable-scrollkeeper make %{?_smp_mflags} @@ -145,6 +143,10 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 +- Updated to 0.6.8 +- Removed temporary KDE mimelnk workaround + * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2006 09:13:42 -0000 1.3 +++ sources 22 Dec 2006 10:59:25 -0000 1.4 @@ -1 +1 @@ -9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz +9c1f11ff101bd43c54d88f0cb9495e3d gchempaint-0.6.8.tar.gz --- doubledestdir.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 11:04:22 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 06:04:22 -0500 Subject: rpms/gchempaint/FC-5 .cvsignore, 1.3, 1.4 gchempaint.spec, 1.4, 1.5 sources, 1.3, 1.4 doubledestdir.patch, 1.1, NONE Message-ID: <200612221104.kBMB4MBf015456@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15425 Modified Files: .cvsignore gchempaint.spec sources Removed Files: doubledestdir.patch Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 - Updated to 0.6.8 - Removed temporary KDE mimelnk workaround Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 +++ .cvsignore 22 Dec 2006 11:03:52 -0000 1.4 @@ -1 +1 @@ -gchempaint-0.6.7.tar.gz +gchempaint-0.6.8.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/gchempaint.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gchempaint.spec 22 Dec 2006 09:41:33 -0000 1.4 +++ gchempaint.spec 22 Dec 2006 11:03:52 -0000 1.5 @@ -1,13 +1,12 @@ Name: gchempaint -Version: 0.6.7 -Release: 1%{?dist}.1 +Version: 0.6.8 +Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -18,6 +17,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libXt-devel +BuildRequires: kdelibs Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -49,14 +49,12 @@ %prep %setup -q -%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk + --disable-scrollkeeper make %{?_smp_mflags} @@ -146,6 +144,10 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 +- Updated to 0.6.8 +- Removed temporary KDE mimelnk workaround + * Fri Dec 22 2006 Julian Sikorski - 0.6.7-1.fc5.1 - Doh. Added libXt-devel to BuildRequires Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2006 09:13:42 -0000 1.3 +++ sources 22 Dec 2006 11:03:52 -0000 1.4 @@ -1 +1 @@ -9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz +9c1f11ff101bd43c54d88f0cb9495e3d gchempaint-0.6.8.tar.gz --- doubledestdir.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 12:09:42 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:09:42 -0500 Subject: rpms/perl-Net-GPSD/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE perl-Net-GPSD.spec, 1.2, NONE sources, 1.2, NONE Message-ID: <200612221209.kBMC9gqi019051@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19046 Removed Files: .cvsignore Makefile perl-Net-GPSD.spec sources Log Message: The FC-4 branch was created by mistake. --- .cvsignore DELETED --- --- Makefile DELETED --- --- perl-Net-GPSD.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 12:24:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:24:19 -0500 Subject: rpms/perl-Net-GPSD/FC-5 .cvsignore, 1.2, 1.3 perl-Net-GPSD.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612221224.kBMCOJOp019196@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19147/FC-5 Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: Update to 0.33. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 +++ .cvsignore 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -Net-GPSD-0.32.tar.gz +Net-GPSD-0.33.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-5/perl-Net-GPSD.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 +++ perl-Net-GPSD.spec 22 Dec 2006 12:23:49 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Net-GPSD -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 +BuildRequires: perl(GPS::PRN) BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,5 +56,8 @@ %changelog +* Fri Dec 22 2006 Jose Pedro Oliveira - 0.33-1 +- Update to 0.33. + * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 15:10:16 -0000 1.2 +++ sources 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz +3137989724fae2726c3d758ef1178004 Net-GPSD-0.33.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 12:24:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:24:19 -0500 Subject: rpms/perl-Net-GPSD/FC-6 .cvsignore, 1.2, 1.3 perl-Net-GPSD.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612221224.kBMCOJ7w019201@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19147/FC-6 Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: Update to 0.33. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 +++ .cvsignore 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -Net-GPSD-0.32.tar.gz +Net-GPSD-0.33.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-6/perl-Net-GPSD.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 +++ perl-Net-GPSD.spec 22 Dec 2006 12:23:49 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Net-GPSD -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 +BuildRequires: perl(GPS::PRN) BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,5 +56,8 @@ %changelog +* Fri Dec 22 2006 Jose Pedro Oliveira - 0.33-1 +- Update to 0.33. + * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 15:10:16 -0000 1.2 +++ sources 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz +3137989724fae2726c3d758ef1178004 Net-GPSD-0.33.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 12:24:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:24:19 -0500 Subject: rpms/perl-Net-GPSD/devel .cvsignore, 1.2, 1.3 perl-Net-GPSD.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612221224.kBMCOJJC019206@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19147/devel Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: Update to 0.33. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 +++ .cvsignore 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -Net-GPSD-0.32.tar.gz +Net-GPSD-0.33.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/perl-Net-GPSD.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 +++ perl-Net-GPSD.spec 22 Dec 2006 12:23:49 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Net-GPSD -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 +BuildRequires: perl(GPS::PRN) BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,5 +56,8 @@ %changelog +* Fri Dec 22 2006 Jose Pedro Oliveira - 0.33-1 +- Update to 0.33. + * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 15:10:16 -0000 1.2 +++ sources 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz +3137989724fae2726c3d758ef1178004 Net-GPSD-0.33.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 12:55:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 07:55:27 -0500 Subject: rpms/resapplet/devel resapplet.spec,1.1,1.2 Message-ID: <200612221255.kBMCtRPe019445@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19424 Modified Files: resapplet.spec Log Message: aclocal first Index: resapplet.spec =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/resapplet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- resapplet.spec 20 Dec 2006 10:10:02 -0000 1.1 +++ resapplet.spec 22 Dec 2006 12:54:57 -0000 1.2 @@ -41,8 +41,8 @@ %build glib-gettextize -intltoolize --force aclocal +intltoolize --force autoheader automake autoconf From fedora-extras-commits at redhat.com Fri Dec 22 13:12:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 22 Dec 2006 08:12:17 -0500 Subject: rpms/maxima/devel maxima.spec,1.53,1.54 Message-ID: <200612221312.kBMDCHjk022717@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22702 Modified Files: maxima.spec Log Message: * Thu Dec 21 2006 Rex Dieter 5.11.0-2 - %triggerin -- tetex-latex (for emaxima.sty) - disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- maxima.spec 21 Dec 2006 21:27:45 -0000 1.53 +++ maxima.spec 22 Dec 2006 13:11:47 -0000 1.54 @@ -1,25 +1,21 @@ -%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ -%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ - Summary: Symbolic Computation Program Name: maxima Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} > 2 -ExclusiveArch: %{ix86} x86_64 ppc -%else -# no ppc lisp available for epel (http://bugzilla.redhat.com/220053) + ExclusiveArch: %{ix86} x86_64 -%endif %define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf %ifarch %{ix86} %define _enable_cmucl --enable-cmucl @@ -37,12 +33,13 @@ %endif %ifarch ppc -%define default_lisp sbcl +# define default_lisp sbcl # clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp # gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl -%define _enable_sbcl --enable-sbcl +# sbcl/ppc borked: http://bugzilla.redhat.com/220053 +#define _enable_sbcl --enable-sbcl %endif Source1: maxima.png @@ -244,10 +241,6 @@ --vendor="fedora" \ %{SOURCE2} -# emaxima LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ # (x)emacs install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el @@ -261,6 +254,11 @@ touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc done +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima + ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -284,11 +282,9 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -316,6 +312,18 @@ rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: fi +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -340,7 +348,6 @@ %{_libexecdir}/maxima %{_infodir}/* %{_mandir}/man1/maxima.* -%{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* %{_datadir}/maxima/%{maxima_ver}/emacs/*.el @@ -349,6 +356,7 @@ %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el %ghost %{emacs_sitelisp} %ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) @@ -387,6 +395,10 @@ %changelog +* Thu Dec 21 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + * Thu Dec 21 2006 Rex Dieter 5.11.0-1 - maxima-5.11.0 (#220512) From fedora-extras-commits at redhat.com Fri Dec 22 13:36:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 08:36:59 -0500 Subject: rpms/resapplet/devel resapplet.spec,1.2,1.3 Message-ID: <200612221336.kBMDaxE6022864@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22847 Modified Files: resapplet.spec Log Message: release++ Index: resapplet.spec =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/resapplet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- resapplet.spec 22 Dec 2006 12:54:57 -0000 1.2 +++ resapplet.spec 22 Dec 2006 13:36:29 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Resolution Switching Applet Name: resapplet Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: User Interface/Desktops # Source obtained from OpenSuSE From fedora-extras-commits at redhat.com Fri Dec 22 15:04:18 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 10:04:18 -0500 Subject: rpms/xtide/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xtide.spec, 1.14, 1.15 Message-ID: <200612221504.kBMF4IYF029453@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29386 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Dec 2006 17:21:19 -0000 1.7 +++ .cvsignore 22 Dec 2006 15:03:48 -0000 1.8 @@ -1 +1 @@ -xtide-2.9dev-20061210.tar.bz2 +xtide-2.9dev-20061221.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Dec 2006 17:21:19 -0000 1.7 +++ sources 22 Dec 2006 15:03:48 -0000 1.8 @@ -1 +1 @@ -f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 +0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xtide.spec 12 Dec 2006 17:21:19 -0000 1.14 +++ xtide.spec 22 Dec 2006 15:03:48 -0000 1.15 @@ -1,4 +1,4 @@ -%define src_date 20061210 +%define src_date 20061221 Summary: Calculate tide all over the world Name: xtide @@ -89,8 +89,8 @@ %build %configure \ - --with-xttpd-user=xttpd \ - --with-xttpd-group=xttpd + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd %{__make} %{?_smp_mflags} @@ -113,7 +113,7 @@ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ - $RPM_BUILD_ROOT%{_sbindir}/xttpd + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 +- 2.9 dev 20061221 + * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 From fedora-extras-commits at redhat.com Fri Dec 22 15:04:33 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 10:04:33 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xtide.spec, 1.15, 1.16 Message-ID: <200612221504.kBMF4XoZ029465@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29434 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Dec 2006 17:21:33 -0000 1.7 +++ .cvsignore 22 Dec 2006 15:04:03 -0000 1.8 @@ -1 +1 @@ -xtide-2.9dev-20061210.tar.bz2 +xtide-2.9dev-20061221.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Dec 2006 17:21:33 -0000 1.7 +++ sources 22 Dec 2006 15:04:03 -0000 1.8 @@ -1 +1 @@ -f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 +0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xtide.spec 12 Dec 2006 17:21:33 -0000 1.15 +++ xtide.spec 22 Dec 2006 15:04:03 -0000 1.16 @@ -1,4 +1,4 @@ -%define src_date 20061210 +%define src_date 20061221 Summary: Calculate tide all over the world Name: xtide @@ -89,8 +89,8 @@ %build %configure \ - --with-xttpd-user=xttpd \ - --with-xttpd-group=xttpd + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd %{__make} %{?_smp_mflags} @@ -113,7 +113,7 @@ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ - $RPM_BUILD_ROOT%{_sbindir}/xttpd + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 +- 2.9 dev 20061221 + * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 From fedora-extras-commits at redhat.com Fri Dec 22 15:04:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 10:04:29 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xtide.spec, 1.14, 1.15 Message-ID: <200612221504.kBMF4TGB029460@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29414 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Dec 2006 17:21:25 -0000 1.7 +++ .cvsignore 22 Dec 2006 15:03:59 -0000 1.8 @@ -1 +1 @@ -xtide-2.9dev-20061210.tar.bz2 +xtide-2.9dev-20061221.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Dec 2006 17:21:26 -0000 1.7 +++ sources 22 Dec 2006 15:03:59 -0000 1.8 @@ -1 +1 @@ -f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 +0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xtide.spec 12 Dec 2006 17:21:26 -0000 1.14 +++ xtide.spec 22 Dec 2006 15:03:59 -0000 1.15 @@ -1,4 +1,4 @@ -%define src_date 20061210 +%define src_date 20061221 Summary: Calculate tide all over the world Name: xtide @@ -89,8 +89,8 @@ %build %configure \ - --with-xttpd-user=xttpd \ - --with-xttpd-group=xttpd + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd %{__make} %{?_smp_mflags} @@ -113,7 +113,7 @@ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ - $RPM_BUILD_ROOT%{_sbindir}/xttpd + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 +- 2.9 dev 20061221 + * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 From fedora-extras-commits at redhat.com Fri Dec 22 15:49:39 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 22 Dec 2006 10:49:39 -0500 Subject: fedora-security/audit fc5,1.423,1.424 Message-ID: <200612221549.kBMFnd8C029758@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29743/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-1470 (kernel) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.423 retrieving revision 1.424 diff -u -r1.423 -r1.424 --- fc5 21 Dec 2006 20:01:39 -0000 1.423 +++ fc5 22 Dec 2006 15:49:38 -0000 1.424 @@ -16,13 +16,13 @@ CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) -CVE-2006-6106 VULNERABLE (kernel) +CVE-2006-6106 version (kernel, fixed 2.6.18.6) [since FEDORA-2006-1470] CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules -CVE-2006-6056 ** kernel +CVE-2006-6056 backport (kernel, fixed 2.6.19) [since FEDORA-2006-1470] CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] @@ -37,7 +37,7 @@ CVE-2006-5783 ignore (firefox) disputed CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1221] -CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) +CVE-2006-5751 version (kernel, fixed 2.6.19, fixed 2.6.18.4) [since FEDORA-2006-1470] CVE-2006-5748 version (thunderbird) [since FEDORA-2006-1194] CVE-2006-5748 version (firefox) [since FEDORA-2006-1199] CVE-2006-5747 version (thunderbird) [since FEDORA-2006-1194] From fedora-extras-commits at redhat.com Fri Dec 22 15:49:57 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 22 Dec 2006 10:49:57 -0500 Subject: fedora-security/audit fc6,1.175,1.176 Message-ID: <200612221550.kBMFnvmQ029779@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29764/audit Modified Files: fc6 Log Message: Update with FEDORA-2006-1471 (kernel) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- fc6 21 Dec 2006 20:01:39 -0000 1.175 +++ fc6 22 Dec 2006 15:49:56 -0000 1.176 @@ -16,13 +16,13 @@ CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) #219665 -CVE-2006-6106 VULNERABLE (kernel) +CVE-2006-6106 version (kernel, fixed 2.6.18.6) [since FEDORA-2006-1471] CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) -CVE-2006-6056 ** kernel +CVE-2006-6056 backport (kernel, fixed 2.6.19) [since FEDORA-2006-1471] CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 @@ -37,7 +37,7 @@ CVE-2006-5783 ignore (firefox) disputed CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1223] -CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) +CVE-2006-5751 version (kernel, fixed 2.6.19, fixed 2.6.18.4) [since FEDORA-2006-1471] CVE-2006-5748 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] CVE-2006-5748 version (thunderbird, fixed 1.5.0.8) [since FEDORA-2006-1192] CVE-2006-5747 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] From fedora-extras-commits at redhat.com Fri Dec 22 16:39:30 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 11:39:30 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.6,1.7 Message-ID: <200612221639.kBMGdUTM000578@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv558 Modified Files: tomoe.spec Log Message: Add "autogen.sh" before configuring the package. Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tomoe.spec 21 Dec 2006 15:54:53 -0000 1.6 +++ tomoe.spec 22 Dec 2006 16:38:59 -0000 1.7 @@ -25,6 +25,7 @@ %prep %setup -q +./autogen.sh %build From fedora-extras-commits at redhat.com Fri Dec 22 16:51:29 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 11:51:29 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.7,1.8 Message-ID: <200612221651.kBMGpTbK000664@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv649 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tomoe.spec 22 Dec 2006 16:38:59 -0000 1.7 +++ tomoe.spec 22 Dec 2006 16:50:59 -0000 1.8 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: libtool %description A program which does Japanese handwriting recognition. From fedora-extras-commits at redhat.com Fri Dec 22 18:04:08 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Fri, 22 Dec 2006 13:04:08 -0500 Subject: fedora-security/audit fc6,1.176,1.177 fc5,1.424,1.425 Message-ID: <200612221804.kBMI482X007166@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7149 Modified Files: fc6 fc5 Log Message: imagemagick and lha Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- fc6 22 Dec 2006 15:49:56 -0000 1.176 +++ fc6 22 Dec 2006 18:04:07 -0000 1.177 @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9.1) #217560 CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] @@ -137,10 +137,10 @@ CVE-2006-4340 version (nss, fixed 3.11.3) CVE-2006-4339 backport (openssl, fixed 0.9.8c) CVE-2006-4339 backport (openssl097) -CVE-2006-4338 backport (gzip) -CVE-2006-4337 backport (gzip) +CVE-2006-4338 backport (gzip) lha still VULNERABLE to the same flaw +CVE-2006-4337 backport (gzip) lha still VULNERABLE to the same flaw CVE-2006-4336 backport (gzip) -CVE-2006-4335 backport (gzip) +CVE-2006-4335 backport (gzip) lha still VULNERABLE to the same flaw CVE-2006-4334 backport (gzip) CVE-2006-4433 version (php, fixed 5.1.4) CVE-2006-4333 version (wireshark, fixed 0.99.3) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.424 retrieving revision 1.425 diff -u -r1.424 -r1.425 --- fc5 22 Dec 2006 15:49:38 -0000 1.424 +++ fc5 22 Dec 2006 18:04:07 -0000 1.425 @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9.1) #217560 CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] From fedora-extras-commits at redhat.com Fri Dec 22 18:07:00 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Fri, 22 Dec 2006 13:07:00 -0500 Subject: fedora-security/audit fc6,1.177,1.178 fc5,1.425,1.426 Message-ID: <200612221807.kBMI70ao007191@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7174 Modified Files: fc6 fc5 Log Message: gconfd Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- fc6 22 Dec 2006 18:04:07 -0000 1.177 +++ fc6 22 Dec 2006 18:06:59 -0000 1.178 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6698 VULNERABLE (GConf2) #219280 CVE-2006-6385 ignore (kernel) windows only CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.425 retrieving revision 1.426 diff -u -r1.425 -r1.426 --- fc5 22 Dec 2006 18:04:07 -0000 1.425 +++ fc5 22 Dec 2006 18:06:59 -0000 1.426 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6698 VULNERABLE (GConf2) #219280 CVE-2006-6385 ignore (kernel) windows only CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) From fedora-extras-commits at redhat.com Fri Dec 22 18:19:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 13:19:43 -0500 Subject: rpms/xtide/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xtide.spec, 1.15, 1.16 Message-ID: <200612221819.kBMIJhie007324@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7265 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 - 2.9 dev 20061222 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Dec 2006 15:03:48 -0000 1.8 +++ .cvsignore 22 Dec 2006 18:19:13 -0000 1.9 @@ -1 +1 @@ -xtide-2.9dev-20061221.tar.bz2 +xtide-2.9dev-20061222.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Dec 2006 15:03:48 -0000 1.8 +++ sources 22 Dec 2006 18:19:13 -0000 1.9 @@ -1 +1 @@ -0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 +94bedb1f9b77ea14936a5705785faa8e xtide-2.9dev-20061222.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xtide.spec 22 Dec 2006 15:03:48 -0000 1.15 +++ xtide.spec 22 Dec 2006 18:19:13 -0000 1.16 @@ -1,4 +1,4 @@ -%define src_date 20061221 +%define src_date 20061222 Summary: Calculate tide all over the world Name: xtide @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 +- 2.9 dev 20061222 + * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 From fedora-extras-commits at redhat.com Fri Dec 22 18:19:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 13:19:50 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xtide.spec, 1.15, 1.16 Message-ID: <200612221819.kBMIJo2N007329@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7285 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 - 2.9 dev 20061222 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Dec 2006 15:03:59 -0000 1.8 +++ .cvsignore 22 Dec 2006 18:19:20 -0000 1.9 @@ -1 +1 @@ -xtide-2.9dev-20061221.tar.bz2 +xtide-2.9dev-20061222.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Dec 2006 15:03:59 -0000 1.8 +++ sources 22 Dec 2006 18:19:20 -0000 1.9 @@ -1 +1 @@ -0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 +94bedb1f9b77ea14936a5705785faa8e xtide-2.9dev-20061222.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xtide.spec 22 Dec 2006 15:03:59 -0000 1.15 +++ xtide.spec 22 Dec 2006 18:19:20 -0000 1.16 @@ -1,4 +1,4 @@ -%define src_date 20061221 +%define src_date 20061222 Summary: Calculate tide all over the world Name: xtide @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 +- 2.9 dev 20061222 + * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 From fedora-extras-commits at redhat.com Fri Dec 22 18:19:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 13:19:58 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xtide.spec, 1.16, 1.17 Message-ID: <200612221819.kBMIJwwv007334@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7305 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 - 2.9 dev 20061222 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Dec 2006 15:04:03 -0000 1.8 +++ .cvsignore 22 Dec 2006 18:19:28 -0000 1.9 @@ -1 +1 @@ -xtide-2.9dev-20061221.tar.bz2 +xtide-2.9dev-20061222.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Dec 2006 15:04:03 -0000 1.8 +++ sources 22 Dec 2006 18:19:28 -0000 1.9 @@ -1 +1 @@ -0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 +94bedb1f9b77ea14936a5705785faa8e xtide-2.9dev-20061222.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- xtide.spec 22 Dec 2006 15:04:03 -0000 1.16 +++ xtide.spec 22 Dec 2006 18:19:28 -0000 1.17 @@ -1,4 +1,4 @@ -%define src_date 20061221 +%define src_date 20061222 Summary: Calculate tide all over the world Name: xtide @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 +- 2.9 dev 20061222 + * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 From fedora-extras-commits at redhat.com Fri Dec 22 18:38:32 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 22 Dec 2006 13:38:32 -0500 Subject: fedora-security/audit fc5,1.426,1.427 fc6,1.178,1.179 Message-ID: <200612221838.kBMIcWF8007511@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7494/audit Modified Files: fc5 fc6 Log Message: Add CVE-2005-4352 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.426 retrieving revision 1.427 diff -u -r1.426 -r1.427 --- fc5 22 Dec 2006 18:06:59 -0000 1.426 +++ fc5 22 Dec 2006 18:38:31 -0000 1.427 @@ -624,6 +624,7 @@ CVE-2005-4605 version (kernel, fixed 2.6.15) CVE-2005-4585 version (ethereal, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only +CVE-2005-4352 version (kernel, fixed 2.6.18.3) [since FEDORA-2006-1470] CVE-2005-4348 version (fetchmail, fixed 6.3.1) CVE-2005-4268 backport (cpio) also blocked by FORTIFY_SOURCE CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- fc6 22 Dec 2006 18:06:59 -0000 1.178 +++ fc6 22 Dec 2006 18:38:31 -0000 1.179 @@ -556,6 +556,7 @@ CVE-2005-4605 version (kernel, fixed 2.6.15) CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only +CVE-2005-4352 version (kernel, fixed 2.6.18.3) [since FEDORA-2006-1471] CVE-2005-4348 version (fetchmail, fixed 6.3.1) CVE-2005-4268 backport (cpio) cpio-2.6-writeOutHeaderBufferOverflow.patch CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment From fedora-extras-commits at redhat.com Fri Dec 22 19:28:31 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 22 Dec 2006 14:28:31 -0500 Subject: rpms/tinyerp/devel .cvsignore, 1.9, 1.10 README.Fedora, 1.1, 1.2 sources, 1.9, 1.10 tinyerp-client.patch, 1.7, 1.8 tinyerp-server.patch, 1.8, 1.9 tinyerp.spec, 1.22, 1.23 Message-ID: <200612221928.kBMJSVtl011066@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/tinyerp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11027 Modified Files: .cvsignore README.Fedora sources tinyerp-client.patch tinyerp-server.patch tinyerp.spec Log Message: - update to upstream version 4.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2006 19:32:36 -0000 1.9 +++ .cvsignore 22 Dec 2006 19:28:01 -0000 1.10 @@ -1,2 +1,2 @@ -tinyerp-client-3.4.2.tar.gz -tinyerp-server-3.4.2.tar.gz +tinyerp-client-4.0.0.tar.gz +tinyerp-server-4.0.0.tar.gz Index: README.Fedora =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/README.Fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.Fedora 4 Sep 2006 18:35:21 -0000 1.1 +++ README.Fedora 22 Dec 2006 19:28:01 -0000 1.2 @@ -25,3 +25,10 @@ 3. start the service again as root: service tinyerp-server start + + +Post-upgrade steps for Fedora +============================= + +You should be very careful when starting tinyerp-server after an upgrade. Read +the official docs from /usr/share/doc/tinyerp-server-%{version}/migrate. Index: sources =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2006 19:32:36 -0000 1.9 +++ sources 22 Dec 2006 19:28:01 -0000 1.10 @@ -1,2 +1,2 @@ -962bb88bc7019d6dc3e8863889524e0f tinyerp-client-3.4.2.tar.gz -f360588ac94887c6fdf13c448c35fdc1 tinyerp-server-3.4.2.tar.gz +bed09e8dbcc14134152841ca17338ddd tinyerp-client-4.0.0.tar.gz +6eb0f0c0b221eab431c507a6d461b4e5 tinyerp-server-4.0.0.tar.gz tinyerp-client.patch: Index: tinyerp-client.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp-client.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tinyerp-client.patch 13 Oct 2006 19:32:36 -0000 1.7 +++ tinyerp-client.patch 22 Dec 2006 19:28:01 -0000 1.8 @@ -1,6 +1,6 @@ -diff -Nru tinyerp-client-3.4.2.orig/bin/tinyerp-client.py tinyerp-client-3.4.2/bin/tinyerp-client.py ---- tinyerp-client-3.4.2.orig/bin/tinyerp-client.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-client-3.4.2/bin/tinyerp-client.py 2006-10-13 14:18:37.000000000 +0200 +diff -Nru tinyerp-client-4.0.0.orig/bin/tinyerp-client.py tinyerp-client-4.0.0/bin/tinyerp-client.py +--- tinyerp-client-4.0.0.orig/bin/tinyerp-client.py 2006-11-27 13:30:44.000000000 +0100 ++++ tinyerp-client-4.0.0/bin/tinyerp-client.py 2006-12-01 17:07:04.000000000 +0100 @@ -73,14 +73,13 @@ import pango tinyerp-server.patch: Index: tinyerp-server.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp-server.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinyerp-server.patch 13 Oct 2006 19:32:36 -0000 1.8 +++ tinyerp-server.patch 22 Dec 2006 19:28:01 -0000 1.9 @@ -1,76 +1,67 @@ -diff -Nru tinyerp-server-3.4.2.orig/setup.py tinyerp-server-3.4.2/setup.py ---- tinyerp-server-3.4.2.orig/setup.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-server-3.4.2/setup.py 2006-10-13 15:39:00.000000000 +0200 -@@ -28,11 +28,21 @@ +diff -Nru tinyerp-server-4.0.0.orig/bin/netsvc.py tinyerp-server-4.0.0/bin/netsvc.py +--- tinyerp-server-4.0.0.orig/bin/netsvc.py 2006-11-30 10:20:14.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/netsvc.py 2006-12-21 21:05:23.000000000 +0100 +@@ -125,7 +125,6 @@ + os.makedirs(os.path.dirname(logf)) + try: + fd = open(logf, 'a') +- print 'OK' + handler = logging.StreamHandler(fd) + except IOError: + print 'H1' +@@ -259,20 +258,24 @@ + pass - included_addons = [ - 'account', 'account_followup', 'airport', 'audittrail', -- 'base','base_partner_relation', 'crm', 'custom', 'delivery', 'edi', 'esale', -- 'hr', 'hr_timesheet', 'marketing', 'mrp', 'network', 'oscommerce', -- 'product','product_electronic', 'product_expiry', 'product_extended', -- 'productivity_analysis', 'project', 'purchase', 'sale', 'sandwich', 'scrum', -- 'stock', 'subscription', 'travel', -+ 'base','base_partner_relation', -+ 'crm', 'custom', -+ 'delivery', -+ 'edi', 'esale', -+ 'hr', 'hr_evaluation', 'hr_expense', 'hr_timesheet', 'hr_timesheet_ical', -+ 'hr_timesheet_invoice', 'hr_timesheet_project', -+ 'letter', -+ 'marketing', 'mrp', -+ 'network', -+ 'partner_ldap', 'product','product_electronic', 'product_expiry', -+ 'product_extended', 'product_variant', 'productivity_analysis', 'project', -+ 'purchase', -+ 'report_crm', 'report_project', 'report_purchase', 'report_sale', -+ 'sale', 'sale_crm', 'sale_rebate', 'sandwich', 'scrum', 'stock', 'subscription', -+ 'travel', - 'l10n_be', 'l10n_ca-qc', 'l10n_ch', 'l10n_fr', 'l10n_se', 'l10n_simple',] + def handler(self,signum, frame): ++ from tools import config ++ import os + self.server.socket.close() + self.server.socket.close() + Agent.quit() +-# if tools.config['pidfile']: +-# os.unlink(tools.config['pidfile']) ++ if config['pidfile']: ++ os.unlink(config['pidfile']) + del self.server + sys.exit(0) - required_modules = [('psycopg', 'PostgreSQL module'), -@@ -56,9 +66,8 @@ - for addon in included_addons: - path = opj('bin', 'addons', addon) - for dirpath, dirnames, filenames in os.walk(path): -- if '__init__.py' in filenames: -- modname = dirpath.replace(os.path.sep, '.') -- yield modname.replace('bin', 'tinyerp-server', 1) -+ modname = dirpath.replace(os.path.sep, '.') -+ yield modname.replace('bin', 'tinyerp-server', 1) - - def data_files(): - '''Build list of data files to be installed''' -@@ -66,12 +75,8 @@ - ['man/tinyerp-server.1']), + def start(self): +-# if tools.config['pidfile']: +-# fd=open(tools.config['pidfile'], 'w') +-# pidtext="%d" % (os.getpid()) +-# fd.write(pidtext) +-# fd.close() ++ from tools import config ++ import os ++ if config['pidfile']: ++ fd=open(config['pidfile'], 'w') ++ pidtext="%d" % (os.getpid()) ++ fd.write(pidtext) ++ fd.close() + signal.signal(signal.SIGINT, self.handler) + signal.signal(signal.SIGTERM, self.handler) + self.server.register_introspection_functions() +diff -Nru tinyerp-server-4.0.0.orig/bin/tinyerp-server.py tinyerp-server-4.0.0/bin/tinyerp-server.py +--- tinyerp-server-4.0.0.orig/bin/tinyerp-server.py 2006-12-05 12:03:10.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/tinyerp-server.py 2006-12-21 19:33:42.000000000 +0100 +@@ -136,7 +136,7 @@ + cr.execute("SELECT relname FROM pg_class WHERE relkind='r' AND relname='perm'") + if len(cr.fetchall())==0: + #if False: +- print "init db" ++ logger.notifyChannel("init", netsvc.LOG_INFO, "init db") + tools.init_db(cr) + # in that case, force --init=all + tools.config["init"]["all"] = 1 +diff -Nru tinyerp-server-4.0.0.orig/setup.py tinyerp-server-4.0.0/setup.py +--- tinyerp-server-4.0.0.orig/setup.py 2006-12-06 09:12:08.000000000 +0100 ++++ tinyerp-server-4.0.0/setup.py 2006-12-21 20:45:29.000000000 +0100 +@@ -89,7 +89,7 @@ + ['man/terp_serverrc.5']), (opj('share','doc', 'tinyerp-server-%s' % version), [f for f in glob.glob('doc/*') if os.path.isfile(f)]), -- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), -- glob.glob('doc/i18n/*')), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), -- glob.glob('bin/addons/custom/*xml') + -- glob.glob('bin/addons/custom/*rml') + -- glob.glob('bin/addons/custom/*xsl'))] -+ (opj('share','doc','tinyerp-server-%s' % version, 'migrate/3.3.0-3.4.0'), -+ glob.glob('doc/migrate/3.3.0-3.4.0/*'))] - for addon in find_addons(): - add_path = addon.replace('.', os.path.sep).replace('tinyerp-server', 'bin', - 1) -@@ -79,15 +84,9 @@ - add_path.replace('bin', 'tinyerp-server', 1)), - glob.glob(opj(add_path, '*xml')) + - glob.glob(opj(add_path, '*csv')) + -- glob.glob(opj(add_path, '*sql'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'data'), -- glob.glob(opj(add_path, 'data', '*xml'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'report'), -- glob.glob(opj(add_path, 'report', '*xml')) + -- glob.glob(opj(add_path, 'report', '*rml')) + -- glob.glob(opj(add_path, 'report', '*xsl')))] -+ glob.glob(opj(add_path, '*sql')) + -+ glob.glob(opj(add_path, '*rml')) + -+ glob.glob(opj(add_path, '*xsl')))] - files.extend(pathfiles) - return files - +- (opj('lib','python%s' % py_short_version, 'site-package', 'tinyerp-server', 'i18n'), ++ (opj('lib','python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'i18n'), + glob.glob('bin/i18n/*')), + (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), + glob.glob('bin/addons/custom/*xml') + Index: tinyerp.spec =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- tinyerp.spec 13 Oct 2006 19:32:36 -0000 1.22 +++ tinyerp.spec 22 Dec 2006 19:28:01 -0000 1.23 @@ -20,14 +20,17 @@ Name: tinyerp -Version: 3.4.2 +Version: 4.0.0 Release: 1%{?dist} License: GPL Group: Applications/Productivity Summary: Open Source ERP Client URL: http://tinyerp.org -Source0: http://tinyerp.org/download/sources/tinyerp-server-%{version}.tar.gz -Source1: http://tinyerp.org/download/sources/tinyerp-client-%{version}.tar.gz +# RPM doesn't understand the real URLs, so we use filenames only +#Source0: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-server-%{version}.tar.gz/ +#Source1: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-client-%{version}.tar.gz/ +Source0: tinyerp-server-%{version}.tar.gz +Source1: tinyerp-client-%{version}.tar.gz Source2: tinyerp.desktop Source3: tinyerp-server.conf Source4: tinyerp-server @@ -76,6 +79,8 @@ %patch0 %patch1 +cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora + %build cd tinyerp-client-%{version} %{_xvfb} :69 -nolisten tcp -ac -terminate & @@ -101,7 +106,6 @@ %{SOURCE2} cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client - ln -s ../../../../share/tinyerp-client/themes themes for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do ln -s ../../../../share/pixmaps/tinyerp-client/$i $i @@ -110,7 +114,6 @@ install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/tinyerp-server.conf install -m 755 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/tinyerp-server install -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/tinyerp-server -install -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-server-%{version}/README.Fedora mkdir -p $RPM_BUILD_ROOT/var/log/tinyerp mkdir -p $RPM_BUILD_ROOT/var/spool/tinyerp @@ -130,6 +133,7 @@ %{_datadir}/applications/*.desktop %files server +%doc tinyerp-server-%{version}/doc/* %attr(750,tinyerp,tinyerp) %dir /var/log/tinyerp %attr(750,tinyerp,tinyerp) %dir /var/spool/tinyerp %{_sysconfdir}/rc.d/init.d/tinyerp-server @@ -137,8 +141,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/tinyerp-server %{_bindir}/tinyerp-server %{python_sitelib}/tinyerp-server/ -%{_defaultdocdir}/%{name}-server-%{version}/ %{_mandir}/man1/tinyerp-server.* +%{_mandir}/man5/terp_serverrc.* %pre server /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || : @@ -152,20 +156,23 @@ %preun server if [ $1 = 0 ] ; then - service tinyerp-server stop >/dev/null 2>&1 - rm -f /var/log/tinyerp/* - /sbin/chkconfig --del tinyerp-server + service tinyerp-server stop >/dev/null 2>&1 + rm -f /var/log/tinyerp/* + /sbin/chkconfig --del tinyerp-server fi %postun server if [ "$1" -ge "1" ] ; then - service tinyerp-server condrestart >/dev/null 2>&1 + service tinyerp-server condrestart >/dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel tinyerp &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel tinyerp &>/dev/null || : %changelog +* Fri Dec 22 2006 Dan Horak 4.0.0-1 +- update to upstream version 4.0.0 + * Fri Oct 13 2006 Dan Horak 3.4.2-1 - update to upstream version 3.4.2 From fedora-extras-commits at redhat.com Fri Dec 22 19:43:45 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:43:45 -0500 Subject: rpms/pessulus import.log,1.14,1.15 Message-ID: <200612221943.kBMJhjVx011194@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11164 Modified Files: import.log Log Message: auto-import pessulus-2.16.2-1 on branch devel from pessulus-2.16.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pessulus/import.log,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- import.log 3 Oct 2006 19:07:38 -0000 1.14 +++ import.log 22 Dec 2006 19:43:15 -0000 1.15 @@ -11,3 +11,4 @@ pessulus-2_16_0-1_fc6:HEAD:pessulus-2.16.0-1.fc6.src.rpm:1157498558 pessulus-2_16_0-4_fc6:HEAD:pessulus-2.16.0-4.fc6.src.rpm:1159024941 pessulus-2_16_1-1:HEAD:pessulus-2.16.1-1.src.rpm:1159902444 +pessulus-2_16_2-1:HEAD:pessulus-2.16.2-1.src.rpm:1166817093 From fedora-extras-commits at redhat.com Fri Dec 22 19:43:45 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:43:45 -0500 Subject: rpms/pessulus/devel .cvsignore, 1.7, 1.8 pessulus.spec, 1.13, 1.14 sources, 1.7, 1.8 Message-ID: <200612221943.kBMJhjbi011199@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11164/devel Modified Files: .cvsignore pessulus.spec sources Log Message: auto-import pessulus-2.16.2-1 on branch devel from pessulus-2.16.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Oct 2006 19:07:38 -0000 1.7 +++ .cvsignore 22 Dec 2006 19:43:15 -0000 1.8 @@ -1 +1 @@ -pessulus-2.16.1.tar.bz2 +pessulus-2.16.2.tar.bz2 Index: pessulus.spec =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pessulus.spec 3 Oct 2006 19:07:38 -0000 1.13 +++ pessulus.spec 22 Dec 2006 19:43:15 -0000 1.14 @@ -2,7 +2,7 @@ Name: pessulus -Version: 2.16.1 +Version: 2.16.2 Release: 1%{?dist} Summary: A lockdown editor for GNOME @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel +BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2-devel, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel Requires: gnome-python2-gconf %description @@ -57,35 +57,39 @@ %{_datadir}/%{name} %changelog +* Fri Dec 22 2006 Damien Durand - 2.16.2-1 +- Upgrade to 2.16.2 +- Add gnome-python2-devel in BR + * Sat Sep 23 2006 Damien Durand - 2.16.1-1 - Upgrade to 2.16.1 -- Fixed #195819 +- Fixe #195819 * Sat Sep 23 2006 Damien Durand - 2.16-4 -- Bumped release +- Bump release * Wed Sep 06 2006 Damien Durand - 2.16.0-1 - Upgrade to 2.16 release - Add gnome-python2-gconf in Requires * Fri Aug 08 2006 Damien Durand - 2.15.91-2 -- Bumped release +- Bump release * Fri Aug 08 2006 Damien Durand - 2.15.91-1 - Upgraded to 2.15.91 * Fri Jul 28 2006 Damien Durand - 2.15.90-1 -- Fixed URL -- Upgraded to 2.15.90 +- Fix URL +- Upgrad to 2.15.90 * Tue Jul 11 2006 Damien Durand - 0.10.4-1 -- upgraded to 0.10.4 +- upgrad to 0.10.4 * Tue Jul 04 2006 Damien Durand - 0.10.1-3 -- fixed debuginfo packages +- fix debuginfo packages * Thu Jun 15 2006 Damien Durand - 0.10.1-2 -- fixed BuildRequires +- fix BuildRequires * Wed May 3 2006 Damien Durand - 0.10.1-1 - upgrade version to 0.10.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Oct 2006 19:07:38 -0000 1.7 +++ sources 22 Dec 2006 19:43:15 -0000 1.8 @@ -1 +1 @@ -884031b0ec1d1e6c15c3fd8f110541bb pessulus-2.16.1.tar.bz2 +baefae82c57576c5abaa2a57a9a77318 pessulus-2.16.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 19:45:23 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:45:23 -0500 Subject: rpms/pessulus/FC-6 pessulus.spec,1.13,NONE sources,1.7,NONE Message-ID: <200612221945.kBMJjNh6011317@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11312 Removed Files: pessulus.spec sources Log Message: REmove source and spec file --- pessulus.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 19:46:34 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:46:34 -0500 Subject: rpms/pessulus/FC-6 pessulus.spec,1.14,1.15 sources,1.8,1.9 Message-ID: <200612221946.kBMJkYRI011353@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11336 Added Files: pessulus.spec sources Log Message: New release Index: pessulus.spec =================================================================== RCS file: pessulus.spec diff -N pessulus.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pessulus.spec 22 Dec 2006 19:46:04 -0000 1.15 @@ -0,0 +1,106 @@ +%{!?python_sitearch: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + + +Name: pessulus +Version: 2.16.2 +Release: 1%{?dist} +Summary: A lockdown editor for GNOME + +Group: Applications/System +License: GPL +URL: http://live.gnome.org/Pessulus +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2-devel, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel +Requires: gnome-python2-gconf + +%description +Pessulus is a lockdown editor for GNOME, written in python. Pessulus +enables administrators to set mandatory settings in GConf. The +users can not change these settings. +Use of pessulus can be useful on computers that are open to use by +everyone, e.g. in an internet cafe. + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/Pessulus/*.py + + +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc README AUTHORS COPYING ChangeLog +%{_bindir}/%{name} +%{python_sitelib}/Pessulus/ +%{_datadir}/applications/*.desktop +%{_datadir}/%{name} + +%changelog +* Fri Dec 22 2006 Damien Durand - 2.16.2-1 +- Upgrade to 2.16.2 +- Add gnome-python2-devel in BR + +* Sat Sep 23 2006 Damien Durand - 2.16.1-1 +- Upgrade to 2.16.1 +- Fixe #195819 + +* Sat Sep 23 2006 Damien Durand - 2.16-4 +- Bump release + +* Wed Sep 06 2006 Damien Durand - 2.16.0-1 +- Upgrade to 2.16 release +- Add gnome-python2-gconf in Requires + +* Fri Aug 08 2006 Damien Durand - 2.15.91-2 +- Bump release + +* Fri Aug 08 2006 Damien Durand - 2.15.91-1 +- Upgraded to 2.15.91 + +* Fri Jul 28 2006 Damien Durand - 2.15.90-1 +- Fix URL +- Upgrad to 2.15.90 + +* Tue Jul 11 2006 Damien Durand - 0.10.4-1 +- upgrad to 0.10.4 + +* Tue Jul 04 2006 Damien Durand - 0.10.1-3 +- fix debuginfo packages + +* Thu Jun 15 2006 Damien Durand - 0.10.1-2 +- fix BuildRequires + +* Wed May 3 2006 Damien Durand - 0.10.1-1 +- upgrade version to 0.10.1 + +* Fri Apr 7 2006 Tom "spot" Callaway - 0.9-2 +- fix BR +- remove unnecessary Requires +- use version-release in changelog entries +- fix directory ownership +- use python_sitearch +- make python "scripts" executable + +* Thu Apr 6 2006 Damien Durand - 0.9-1 +- Initial package Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 22 Dec 2006 19:46:04 -0000 1.9 @@ -0,0 +1 @@ +baefae82c57576c5abaa2a57a9a77318 pessulus-2.16.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 19:48:58 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 22 Dec 2006 14:48:58 -0500 Subject: rpms/tinyerp/FC-6 .cvsignore, 1.9, 1.10 README.Fedora, 1.1, 1.2 sources, 1.9, 1.10 tinyerp-client.patch, 1.7, 1.8 tinyerp-server.patch, 1.8, 1.9 tinyerp.spec, 1.22, 1.23 Message-ID: <200612221948.kBMJmw3a011450@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/tinyerp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11419 Modified Files: .cvsignore README.Fedora sources tinyerp-client.patch tinyerp-server.patch tinyerp.spec Log Message: - update to upstream version 4.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2006 19:32:36 -0000 1.9 +++ .cvsignore 22 Dec 2006 19:48:28 -0000 1.10 @@ -1,2 +1,2 @@ -tinyerp-client-3.4.2.tar.gz -tinyerp-server-3.4.2.tar.gz +tinyerp-client-4.0.0.tar.gz +tinyerp-server-4.0.0.tar.gz Index: README.Fedora =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/README.Fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.Fedora 4 Sep 2006 18:35:21 -0000 1.1 +++ README.Fedora 22 Dec 2006 19:48:28 -0000 1.2 @@ -25,3 +25,10 @@ 3. start the service again as root: service tinyerp-server start + + +Post-upgrade steps for Fedora +============================= + +You should be very careful when starting tinyerp-server after an upgrade. Read +the official docs from /usr/share/doc/tinyerp-server-%{version}/migrate. Index: sources =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2006 19:32:36 -0000 1.9 +++ sources 22 Dec 2006 19:48:28 -0000 1.10 @@ -1,2 +1,2 @@ -962bb88bc7019d6dc3e8863889524e0f tinyerp-client-3.4.2.tar.gz -f360588ac94887c6fdf13c448c35fdc1 tinyerp-server-3.4.2.tar.gz +bed09e8dbcc14134152841ca17338ddd tinyerp-client-4.0.0.tar.gz +6eb0f0c0b221eab431c507a6d461b4e5 tinyerp-server-4.0.0.tar.gz tinyerp-client.patch: Index: tinyerp-client.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp-client.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tinyerp-client.patch 13 Oct 2006 19:32:36 -0000 1.7 +++ tinyerp-client.patch 22 Dec 2006 19:48:28 -0000 1.8 @@ -1,6 +1,6 @@ -diff -Nru tinyerp-client-3.4.2.orig/bin/tinyerp-client.py tinyerp-client-3.4.2/bin/tinyerp-client.py ---- tinyerp-client-3.4.2.orig/bin/tinyerp-client.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-client-3.4.2/bin/tinyerp-client.py 2006-10-13 14:18:37.000000000 +0200 +diff -Nru tinyerp-client-4.0.0.orig/bin/tinyerp-client.py tinyerp-client-4.0.0/bin/tinyerp-client.py +--- tinyerp-client-4.0.0.orig/bin/tinyerp-client.py 2006-11-27 13:30:44.000000000 +0100 ++++ tinyerp-client-4.0.0/bin/tinyerp-client.py 2006-12-01 17:07:04.000000000 +0100 @@ -73,14 +73,13 @@ import pango tinyerp-server.patch: Index: tinyerp-server.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp-server.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinyerp-server.patch 13 Oct 2006 19:32:36 -0000 1.8 +++ tinyerp-server.patch 22 Dec 2006 19:48:28 -0000 1.9 @@ -1,76 +1,67 @@ -diff -Nru tinyerp-server-3.4.2.orig/setup.py tinyerp-server-3.4.2/setup.py ---- tinyerp-server-3.4.2.orig/setup.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-server-3.4.2/setup.py 2006-10-13 15:39:00.000000000 +0200 -@@ -28,11 +28,21 @@ +diff -Nru tinyerp-server-4.0.0.orig/bin/netsvc.py tinyerp-server-4.0.0/bin/netsvc.py +--- tinyerp-server-4.0.0.orig/bin/netsvc.py 2006-11-30 10:20:14.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/netsvc.py 2006-12-21 21:05:23.000000000 +0100 +@@ -125,7 +125,6 @@ + os.makedirs(os.path.dirname(logf)) + try: + fd = open(logf, 'a') +- print 'OK' + handler = logging.StreamHandler(fd) + except IOError: + print 'H1' +@@ -259,20 +258,24 @@ + pass - included_addons = [ - 'account', 'account_followup', 'airport', 'audittrail', -- 'base','base_partner_relation', 'crm', 'custom', 'delivery', 'edi', 'esale', -- 'hr', 'hr_timesheet', 'marketing', 'mrp', 'network', 'oscommerce', -- 'product','product_electronic', 'product_expiry', 'product_extended', -- 'productivity_analysis', 'project', 'purchase', 'sale', 'sandwich', 'scrum', -- 'stock', 'subscription', 'travel', -+ 'base','base_partner_relation', -+ 'crm', 'custom', -+ 'delivery', -+ 'edi', 'esale', -+ 'hr', 'hr_evaluation', 'hr_expense', 'hr_timesheet', 'hr_timesheet_ical', -+ 'hr_timesheet_invoice', 'hr_timesheet_project', -+ 'letter', -+ 'marketing', 'mrp', -+ 'network', -+ 'partner_ldap', 'product','product_electronic', 'product_expiry', -+ 'product_extended', 'product_variant', 'productivity_analysis', 'project', -+ 'purchase', -+ 'report_crm', 'report_project', 'report_purchase', 'report_sale', -+ 'sale', 'sale_crm', 'sale_rebate', 'sandwich', 'scrum', 'stock', 'subscription', -+ 'travel', - 'l10n_be', 'l10n_ca-qc', 'l10n_ch', 'l10n_fr', 'l10n_se', 'l10n_simple',] + def handler(self,signum, frame): ++ from tools import config ++ import os + self.server.socket.close() + self.server.socket.close() + Agent.quit() +-# if tools.config['pidfile']: +-# os.unlink(tools.config['pidfile']) ++ if config['pidfile']: ++ os.unlink(config['pidfile']) + del self.server + sys.exit(0) - required_modules = [('psycopg', 'PostgreSQL module'), -@@ -56,9 +66,8 @@ - for addon in included_addons: - path = opj('bin', 'addons', addon) - for dirpath, dirnames, filenames in os.walk(path): -- if '__init__.py' in filenames: -- modname = dirpath.replace(os.path.sep, '.') -- yield modname.replace('bin', 'tinyerp-server', 1) -+ modname = dirpath.replace(os.path.sep, '.') -+ yield modname.replace('bin', 'tinyerp-server', 1) - - def data_files(): - '''Build list of data files to be installed''' -@@ -66,12 +75,8 @@ - ['man/tinyerp-server.1']), + def start(self): +-# if tools.config['pidfile']: +-# fd=open(tools.config['pidfile'], 'w') +-# pidtext="%d" % (os.getpid()) +-# fd.write(pidtext) +-# fd.close() ++ from tools import config ++ import os ++ if config['pidfile']: ++ fd=open(config['pidfile'], 'w') ++ pidtext="%d" % (os.getpid()) ++ fd.write(pidtext) ++ fd.close() + signal.signal(signal.SIGINT, self.handler) + signal.signal(signal.SIGTERM, self.handler) + self.server.register_introspection_functions() +diff -Nru tinyerp-server-4.0.0.orig/bin/tinyerp-server.py tinyerp-server-4.0.0/bin/tinyerp-server.py +--- tinyerp-server-4.0.0.orig/bin/tinyerp-server.py 2006-12-05 12:03:10.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/tinyerp-server.py 2006-12-21 19:33:42.000000000 +0100 +@@ -136,7 +136,7 @@ + cr.execute("SELECT relname FROM pg_class WHERE relkind='r' AND relname='perm'") + if len(cr.fetchall())==0: + #if False: +- print "init db" ++ logger.notifyChannel("init", netsvc.LOG_INFO, "init db") + tools.init_db(cr) + # in that case, force --init=all + tools.config["init"]["all"] = 1 +diff -Nru tinyerp-server-4.0.0.orig/setup.py tinyerp-server-4.0.0/setup.py +--- tinyerp-server-4.0.0.orig/setup.py 2006-12-06 09:12:08.000000000 +0100 ++++ tinyerp-server-4.0.0/setup.py 2006-12-21 20:45:29.000000000 +0100 +@@ -89,7 +89,7 @@ + ['man/terp_serverrc.5']), (opj('share','doc', 'tinyerp-server-%s' % version), [f for f in glob.glob('doc/*') if os.path.isfile(f)]), -- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), -- glob.glob('doc/i18n/*')), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), -- glob.glob('bin/addons/custom/*xml') + -- glob.glob('bin/addons/custom/*rml') + -- glob.glob('bin/addons/custom/*xsl'))] -+ (opj('share','doc','tinyerp-server-%s' % version, 'migrate/3.3.0-3.4.0'), -+ glob.glob('doc/migrate/3.3.0-3.4.0/*'))] - for addon in find_addons(): - add_path = addon.replace('.', os.path.sep).replace('tinyerp-server', 'bin', - 1) -@@ -79,15 +84,9 @@ - add_path.replace('bin', 'tinyerp-server', 1)), - glob.glob(opj(add_path, '*xml')) + - glob.glob(opj(add_path, '*csv')) + -- glob.glob(opj(add_path, '*sql'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'data'), -- glob.glob(opj(add_path, 'data', '*xml'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'report'), -- glob.glob(opj(add_path, 'report', '*xml')) + -- glob.glob(opj(add_path, 'report', '*rml')) + -- glob.glob(opj(add_path, 'report', '*xsl')))] -+ glob.glob(opj(add_path, '*sql')) + -+ glob.glob(opj(add_path, '*rml')) + -+ glob.glob(opj(add_path, '*xsl')))] - files.extend(pathfiles) - return files - +- (opj('lib','python%s' % py_short_version, 'site-package', 'tinyerp-server', 'i18n'), ++ (opj('lib','python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'i18n'), + glob.glob('bin/i18n/*')), + (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), + glob.glob('bin/addons/custom/*xml') + Index: tinyerp.spec =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- tinyerp.spec 13 Oct 2006 19:32:36 -0000 1.22 +++ tinyerp.spec 22 Dec 2006 19:48:28 -0000 1.23 @@ -20,14 +20,17 @@ Name: tinyerp -Version: 3.4.2 +Version: 4.0.0 Release: 1%{?dist} License: GPL Group: Applications/Productivity Summary: Open Source ERP Client URL: http://tinyerp.org -Source0: http://tinyerp.org/download/sources/tinyerp-server-%{version}.tar.gz -Source1: http://tinyerp.org/download/sources/tinyerp-client-%{version}.tar.gz +# RPM doesn't understand the real URLs, so we use filenames only +#Source0: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-server-%{version}.tar.gz/ +#Source1: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-client-%{version}.tar.gz/ +Source0: tinyerp-server-%{version}.tar.gz +Source1: tinyerp-client-%{version}.tar.gz Source2: tinyerp.desktop Source3: tinyerp-server.conf Source4: tinyerp-server @@ -76,6 +79,8 @@ %patch0 %patch1 +cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora + %build cd tinyerp-client-%{version} %{_xvfb} :69 -nolisten tcp -ac -terminate & @@ -101,7 +106,6 @@ %{SOURCE2} cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client - ln -s ../../../../share/tinyerp-client/themes themes for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do ln -s ../../../../share/pixmaps/tinyerp-client/$i $i @@ -110,7 +114,6 @@ install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/tinyerp-server.conf install -m 755 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/tinyerp-server install -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/tinyerp-server -install -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-server-%{version}/README.Fedora mkdir -p $RPM_BUILD_ROOT/var/log/tinyerp mkdir -p $RPM_BUILD_ROOT/var/spool/tinyerp @@ -130,6 +133,7 @@ %{_datadir}/applications/*.desktop %files server +%doc tinyerp-server-%{version}/doc/* %attr(750,tinyerp,tinyerp) %dir /var/log/tinyerp %attr(750,tinyerp,tinyerp) %dir /var/spool/tinyerp %{_sysconfdir}/rc.d/init.d/tinyerp-server @@ -137,8 +141,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/tinyerp-server %{_bindir}/tinyerp-server %{python_sitelib}/tinyerp-server/ -%{_defaultdocdir}/%{name}-server-%{version}/ %{_mandir}/man1/tinyerp-server.* +%{_mandir}/man5/terp_serverrc.* %pre server /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || : @@ -152,20 +156,23 @@ %preun server if [ $1 = 0 ] ; then - service tinyerp-server stop >/dev/null 2>&1 - rm -f /var/log/tinyerp/* - /sbin/chkconfig --del tinyerp-server + service tinyerp-server stop >/dev/null 2>&1 + rm -f /var/log/tinyerp/* + /sbin/chkconfig --del tinyerp-server fi %postun server if [ "$1" -ge "1" ] ; then - service tinyerp-server condrestart >/dev/null 2>&1 + service tinyerp-server condrestart >/dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel tinyerp &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel tinyerp &>/dev/null || : %changelog +* Fri Dec 22 2006 Dan Horak 4.0.0-1 +- update to upstream version 4.0.0 + * Fri Oct 13 2006 Dan Horak 3.4.2-1 - update to upstream version 3.4.2 From fedora-extras-commits at redhat.com Fri Dec 22 19:51:21 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 22 Dec 2006 14:51:21 -0500 Subject: rpms/tinyerp/FC-5 .cvsignore, 1.9, 1.10 README.Fedora, 1.1, 1.2 sources, 1.9, 1.10 tinyerp-client.patch, 1.7, 1.8 tinyerp-server.patch, 1.8, 1.9 tinyerp.spec, 1.21, 1.22 Message-ID: <200612221951.kBMJpLVB011545@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/tinyerp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514 Modified Files: .cvsignore README.Fedora sources tinyerp-client.patch tinyerp-server.patch tinyerp.spec Log Message: - update to upstream version 4.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2006 19:37:12 -0000 1.9 +++ .cvsignore 22 Dec 2006 19:50:51 -0000 1.10 @@ -1,2 +1,2 @@ -tinyerp-client-3.4.2.tar.gz -tinyerp-server-3.4.2.tar.gz +tinyerp-client-4.0.0.tar.gz +tinyerp-server-4.0.0.tar.gz Index: README.Fedora =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/README.Fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.Fedora 5 Sep 2006 17:09:27 -0000 1.1 +++ README.Fedora 22 Dec 2006 19:50:51 -0000 1.2 @@ -25,3 +25,10 @@ 3. start the service again as root: service tinyerp-server start + + +Post-upgrade steps for Fedora +============================= + +You should be very careful when starting tinyerp-server after an upgrade. Read +the official docs from /usr/share/doc/tinyerp-server-%{version}/migrate. Index: sources =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2006 19:37:12 -0000 1.9 +++ sources 22 Dec 2006 19:50:51 -0000 1.10 @@ -1,2 +1,2 @@ -962bb88bc7019d6dc3e8863889524e0f tinyerp-client-3.4.2.tar.gz -f360588ac94887c6fdf13c448c35fdc1 tinyerp-server-3.4.2.tar.gz +bed09e8dbcc14134152841ca17338ddd tinyerp-client-4.0.0.tar.gz +6eb0f0c0b221eab431c507a6d461b4e5 tinyerp-server-4.0.0.tar.gz tinyerp-client.patch: Index: tinyerp-client.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/tinyerp-client.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tinyerp-client.patch 13 Oct 2006 19:37:12 -0000 1.7 +++ tinyerp-client.patch 22 Dec 2006 19:50:51 -0000 1.8 @@ -1,6 +1,6 @@ -diff -Nru tinyerp-client-3.4.2.orig/bin/tinyerp-client.py tinyerp-client-3.4.2/bin/tinyerp-client.py ---- tinyerp-client-3.4.2.orig/bin/tinyerp-client.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-client-3.4.2/bin/tinyerp-client.py 2006-10-13 14:18:37.000000000 +0200 +diff -Nru tinyerp-client-4.0.0.orig/bin/tinyerp-client.py tinyerp-client-4.0.0/bin/tinyerp-client.py +--- tinyerp-client-4.0.0.orig/bin/tinyerp-client.py 2006-11-27 13:30:44.000000000 +0100 ++++ tinyerp-client-4.0.0/bin/tinyerp-client.py 2006-12-01 17:07:04.000000000 +0100 @@ -73,14 +73,13 @@ import pango tinyerp-server.patch: Index: tinyerp-server.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/tinyerp-server.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinyerp-server.patch 13 Oct 2006 19:37:12 -0000 1.8 +++ tinyerp-server.patch 22 Dec 2006 19:50:51 -0000 1.9 @@ -1,76 +1,67 @@ -diff -Nru tinyerp-server-3.4.2.orig/setup.py tinyerp-server-3.4.2/setup.py ---- tinyerp-server-3.4.2.orig/setup.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-server-3.4.2/setup.py 2006-10-13 15:39:00.000000000 +0200 -@@ -28,11 +28,21 @@ +diff -Nru tinyerp-server-4.0.0.orig/bin/netsvc.py tinyerp-server-4.0.0/bin/netsvc.py +--- tinyerp-server-4.0.0.orig/bin/netsvc.py 2006-11-30 10:20:14.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/netsvc.py 2006-12-21 21:05:23.000000000 +0100 +@@ -125,7 +125,6 @@ + os.makedirs(os.path.dirname(logf)) + try: + fd = open(logf, 'a') +- print 'OK' + handler = logging.StreamHandler(fd) + except IOError: + print 'H1' +@@ -259,20 +258,24 @@ + pass - included_addons = [ - 'account', 'account_followup', 'airport', 'audittrail', -- 'base','base_partner_relation', 'crm', 'custom', 'delivery', 'edi', 'esale', -- 'hr', 'hr_timesheet', 'marketing', 'mrp', 'network', 'oscommerce', -- 'product','product_electronic', 'product_expiry', 'product_extended', -- 'productivity_analysis', 'project', 'purchase', 'sale', 'sandwich', 'scrum', -- 'stock', 'subscription', 'travel', -+ 'base','base_partner_relation', -+ 'crm', 'custom', -+ 'delivery', -+ 'edi', 'esale', -+ 'hr', 'hr_evaluation', 'hr_expense', 'hr_timesheet', 'hr_timesheet_ical', -+ 'hr_timesheet_invoice', 'hr_timesheet_project', -+ 'letter', -+ 'marketing', 'mrp', -+ 'network', -+ 'partner_ldap', 'product','product_electronic', 'product_expiry', -+ 'product_extended', 'product_variant', 'productivity_analysis', 'project', -+ 'purchase', -+ 'report_crm', 'report_project', 'report_purchase', 'report_sale', -+ 'sale', 'sale_crm', 'sale_rebate', 'sandwich', 'scrum', 'stock', 'subscription', -+ 'travel', - 'l10n_be', 'l10n_ca-qc', 'l10n_ch', 'l10n_fr', 'l10n_se', 'l10n_simple',] + def handler(self,signum, frame): ++ from tools import config ++ import os + self.server.socket.close() + self.server.socket.close() + Agent.quit() +-# if tools.config['pidfile']: +-# os.unlink(tools.config['pidfile']) ++ if config['pidfile']: ++ os.unlink(config['pidfile']) + del self.server + sys.exit(0) - required_modules = [('psycopg', 'PostgreSQL module'), -@@ -56,9 +66,8 @@ - for addon in included_addons: - path = opj('bin', 'addons', addon) - for dirpath, dirnames, filenames in os.walk(path): -- if '__init__.py' in filenames: -- modname = dirpath.replace(os.path.sep, '.') -- yield modname.replace('bin', 'tinyerp-server', 1) -+ modname = dirpath.replace(os.path.sep, '.') -+ yield modname.replace('bin', 'tinyerp-server', 1) - - def data_files(): - '''Build list of data files to be installed''' -@@ -66,12 +75,8 @@ - ['man/tinyerp-server.1']), + def start(self): +-# if tools.config['pidfile']: +-# fd=open(tools.config['pidfile'], 'w') +-# pidtext="%d" % (os.getpid()) +-# fd.write(pidtext) +-# fd.close() ++ from tools import config ++ import os ++ if config['pidfile']: ++ fd=open(config['pidfile'], 'w') ++ pidtext="%d" % (os.getpid()) ++ fd.write(pidtext) ++ fd.close() + signal.signal(signal.SIGINT, self.handler) + signal.signal(signal.SIGTERM, self.handler) + self.server.register_introspection_functions() +diff -Nru tinyerp-server-4.0.0.orig/bin/tinyerp-server.py tinyerp-server-4.0.0/bin/tinyerp-server.py +--- tinyerp-server-4.0.0.orig/bin/tinyerp-server.py 2006-12-05 12:03:10.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/tinyerp-server.py 2006-12-21 19:33:42.000000000 +0100 +@@ -136,7 +136,7 @@ + cr.execute("SELECT relname FROM pg_class WHERE relkind='r' AND relname='perm'") + if len(cr.fetchall())==0: + #if False: +- print "init db" ++ logger.notifyChannel("init", netsvc.LOG_INFO, "init db") + tools.init_db(cr) + # in that case, force --init=all + tools.config["init"]["all"] = 1 +diff -Nru tinyerp-server-4.0.0.orig/setup.py tinyerp-server-4.0.0/setup.py +--- tinyerp-server-4.0.0.orig/setup.py 2006-12-06 09:12:08.000000000 +0100 ++++ tinyerp-server-4.0.0/setup.py 2006-12-21 20:45:29.000000000 +0100 +@@ -89,7 +89,7 @@ + ['man/terp_serverrc.5']), (opj('share','doc', 'tinyerp-server-%s' % version), [f for f in glob.glob('doc/*') if os.path.isfile(f)]), -- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), -- glob.glob('doc/i18n/*')), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), -- glob.glob('bin/addons/custom/*xml') + -- glob.glob('bin/addons/custom/*rml') + -- glob.glob('bin/addons/custom/*xsl'))] -+ (opj('share','doc','tinyerp-server-%s' % version, 'migrate/3.3.0-3.4.0'), -+ glob.glob('doc/migrate/3.3.0-3.4.0/*'))] - for addon in find_addons(): - add_path = addon.replace('.', os.path.sep).replace('tinyerp-server', 'bin', - 1) -@@ -79,15 +84,9 @@ - add_path.replace('bin', 'tinyerp-server', 1)), - glob.glob(opj(add_path, '*xml')) + - glob.glob(opj(add_path, '*csv')) + -- glob.glob(opj(add_path, '*sql'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'data'), -- glob.glob(opj(add_path, 'data', '*xml'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'report'), -- glob.glob(opj(add_path, 'report', '*xml')) + -- glob.glob(opj(add_path, 'report', '*rml')) + -- glob.glob(opj(add_path, 'report', '*xsl')))] -+ glob.glob(opj(add_path, '*sql')) + -+ glob.glob(opj(add_path, '*rml')) + -+ glob.glob(opj(add_path, '*xsl')))] - files.extend(pathfiles) - return files - +- (opj('lib','python%s' % py_short_version, 'site-package', 'tinyerp-server', 'i18n'), ++ (opj('lib','python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'i18n'), + glob.glob('bin/i18n/*')), + (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), + glob.glob('bin/addons/custom/*xml') + Index: tinyerp.spec =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/tinyerp.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- tinyerp.spec 13 Oct 2006 19:37:12 -0000 1.21 +++ tinyerp.spec 22 Dec 2006 19:50:51 -0000 1.22 @@ -20,14 +20,17 @@ Name: tinyerp -Version: 3.4.2 +Version: 4.0.0 Release: 1%{?dist} License: GPL Group: Applications/Productivity Summary: Open Source ERP Client URL: http://tinyerp.org -Source0: http://tinyerp.org/download/sources/tinyerp-server-%{version}.tar.gz -Source1: http://tinyerp.org/download/sources/tinyerp-client-%{version}.tar.gz +# RPM doesn't understand the real URLs, so we use filenames only +#Source0: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-server-%{version}.tar.gz/ +#Source1: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-client-%{version}.tar.gz/ +Source0: tinyerp-server-%{version}.tar.gz +Source1: tinyerp-client-%{version}.tar.gz Source2: tinyerp.desktop Source3: tinyerp-server.conf Source4: tinyerp-server @@ -76,6 +79,8 @@ %patch0 %patch1 +cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora + %build cd tinyerp-client-%{version} %{_xvfb} :69 -nolisten tcp -ac -terminate & @@ -101,7 +106,6 @@ %{SOURCE2} cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client - ln -s ../../../../share/tinyerp-client/themes themes for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do ln -s ../../../../share/pixmaps/tinyerp-client/$i $i @@ -110,7 +114,6 @@ install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/tinyerp-server.conf install -m 755 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/tinyerp-server install -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/tinyerp-server -install -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-server-%{version}/README.Fedora mkdir -p $RPM_BUILD_ROOT/var/log/tinyerp mkdir -p $RPM_BUILD_ROOT/var/spool/tinyerp @@ -130,6 +133,7 @@ %{_datadir}/applications/*.desktop %files server +%doc tinyerp-server-%{version}/doc/* %attr(750,tinyerp,tinyerp) %dir /var/log/tinyerp %attr(750,tinyerp,tinyerp) %dir /var/spool/tinyerp %{_sysconfdir}/rc.d/init.d/tinyerp-server @@ -137,8 +141,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/tinyerp-server %{_bindir}/tinyerp-server %{python_sitelib}/tinyerp-server/ -%{_defaultdocdir}/%{name}-server-%{version}/ %{_mandir}/man1/tinyerp-server.* +%{_mandir}/man5/terp_serverrc.* %pre server /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || : @@ -152,20 +156,23 @@ %preun server if [ $1 = 0 ] ; then - service tinyerp-server stop >/dev/null 2>&1 - rm -f /var/log/tinyerp/* - /sbin/chkconfig --del tinyerp-server + service tinyerp-server stop >/dev/null 2>&1 + rm -f /var/log/tinyerp/* + /sbin/chkconfig --del tinyerp-server fi %postun server if [ "$1" -ge "1" ] ; then - service tinyerp-server condrestart >/dev/null 2>&1 + service tinyerp-server condrestart >/dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel tinyerp &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel tinyerp &>/dev/null || : %changelog +* Fri Dec 22 2006 Dan Horak 4.0.0-1 +- update to upstream version 4.0.0 + * Fri Oct 13 2006 Dan Horak 3.4.2-1 - update to upstream version 3.4.2 From fedora-extras-commits at redhat.com Fri Dec 22 20:26:42 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:26:42 -0500 Subject: rpms/uqm/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-optflags.patch, 1.2, 1.3 uqm.spec, 1.9, 1.10 Message-ID: <200612222026.kBMKQfLV014879@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14823/FC-5 Modified Files: .cvsignore sources uqm-optflags.patch uqm.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:33 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:26:11 -0000 1.5 @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:33 -0000 1.4 +++ sources 22 Dec 2006 20:26:11 -0000 1.5 @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz uqm-optflags.patch: Index: uqm-optflags.patch =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/uqm-optflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uqm-optflags.patch 24 May 2005 06:42:29 -0000 1.2 +++ uqm-optflags.patch 22 Dec 2006 20:26:11 -0000 1.3 @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' Index: uqm.spec =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/uqm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- uqm.spec 11 Feb 2006 13:28:33 -0000 1.9 +++ uqm.spec 22 Dec 2006 20:26:11 -0000 1.10 @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,14 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + +* Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 +- FC6 rebuild + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 20:26:42 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:26:42 -0500 Subject: rpms/uqm/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-optflags.patch, 1.2, 1.3 uqm.spec, 1.10, 1.11 Message-ID: <200612222026.kBMKQg0P014888@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14823/FC-6 Modified Files: .cvsignore sources uqm-optflags.patch uqm.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:33 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:26:12 -0000 1.5 @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:33 -0000 1.4 +++ sources 22 Dec 2006 20:26:12 -0000 1.5 @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz uqm-optflags.patch: Index: uqm-optflags.patch =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/uqm-optflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uqm-optflags.patch 24 May 2005 06:42:29 -0000 1.2 +++ uqm-optflags.patch 22 Dec 2006 20:26:12 -0000 1.3 @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' Index: uqm.spec =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/uqm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- uqm.spec 3 Sep 2006 19:29:50 -0000 1.10 +++ uqm.spec 22 Dec 2006 20:26:12 -0000 1.11 @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 -Release: 1.1%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,11 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + * Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 - FC6 rebuild From fedora-extras-commits at redhat.com Fri Dec 22 20:26:47 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:26:47 -0500 Subject: rpms/uqm/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-optflags.patch, 1.2, 1.3 uqm.spec, 1.10, 1.11 Message-ID: <200612222026.kBMKQl23014897@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14823/devel Modified Files: .cvsignore sources uqm-optflags.patch uqm.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:33 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:26:17 -0000 1.5 @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:33 -0000 1.4 +++ sources 22 Dec 2006 20:26:17 -0000 1.5 @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz uqm-optflags.patch: Index: uqm-optflags.patch =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/uqm-optflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uqm-optflags.patch 24 May 2005 06:42:29 -0000 1.2 +++ uqm-optflags.patch 22 Dec 2006 20:26:17 -0000 1.3 @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' Index: uqm.spec =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/uqm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- uqm.spec 3 Sep 2006 19:29:50 -0000 1.10 +++ uqm.spec 22 Dec 2006 20:26:17 -0000 1.11 @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 -Release: 1.1%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,11 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + * Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 - FC6 rebuild From fedora-extras-commits at redhat.com Fri Dec 22 20:29:30 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:29:30 -0500 Subject: rpms/uqm-content/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-content.spec, 1.5, 1.6 Message-ID: <200612222029.kBMKTUnN015077@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15027/FC-5 Modified Files: .cvsignore sources uqm-content.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:39 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:29:00 -0000 1.5 @@ -1,3 +1,3 @@ -uqm-0.5.0-3domusic.uqm -uqm-0.5.0-content.uqm -uqm-0.5.0-voice.uqm +uqm-0.6.0-content.uqm +uqm-0.6.0-3domusic.uqm +uqm-0.6.0-voice.uqm Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:39 -0000 1.4 +++ sources 22 Dec 2006 20:29:00 -0000 1.5 @@ -1,3 +1,3 @@ -a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm -1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm -52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm +7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm +a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm +d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/uqm-content.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-content.spec 11 Feb 2006 13:28:40 -0000 1.5 +++ uqm-content.spec 22 Dec 2006 20:29:00 -0000 1.6 @@ -1,8 +1,8 @@ %define uqm_contentdir %{_datadir}/games/uqm/content/packages Name: uqm-content -Version: 0.5.0 -Release: 1 +Version: 0.6.0 +Release: 1%{?dist} Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -14,11 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -PreReq: uqm >= 0.5.0 +PreReq: uqm >= %{version} %description %{summary}. + %package voice Summary: Optional speech package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -27,6 +28,7 @@ %description voice %{summary}. + %package 3domusic Summary: Optional 3DO music package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -68,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 20:29:31 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:29:31 -0500 Subject: rpms/uqm-content/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-content.spec, 1.5, 1.6 Message-ID: <200612222029.kBMKTVAg015082@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15027/FC-6 Modified Files: .cvsignore sources uqm-content.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:39 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:29:01 -0000 1.5 @@ -1,3 +1,3 @@ -uqm-0.5.0-3domusic.uqm -uqm-0.5.0-content.uqm -uqm-0.5.0-voice.uqm +uqm-0.6.0-content.uqm +uqm-0.6.0-3domusic.uqm +uqm-0.6.0-voice.uqm Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:39 -0000 1.4 +++ sources 22 Dec 2006 20:29:01 -0000 1.5 @@ -1,3 +1,3 @@ -a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm -1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm -52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm +7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm +a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm +d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/uqm-content.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-content.spec 11 Feb 2006 13:28:40 -0000 1.5 +++ uqm-content.spec 22 Dec 2006 20:29:01 -0000 1.6 @@ -1,8 +1,8 @@ %define uqm_contentdir %{_datadir}/games/uqm/content/packages Name: uqm-content -Version: 0.5.0 -Release: 1 +Version: 0.6.0 +Release: 1%{?dist} Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -14,11 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -PreReq: uqm >= 0.5.0 +PreReq: uqm >= %{version} %description %{summary}. + %package voice Summary: Optional speech package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -27,6 +28,7 @@ %description voice %{summary}. + %package 3domusic Summary: Optional 3DO music package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -68,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 20:29:36 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:29:36 -0500 Subject: rpms/uqm-content/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-content.spec, 1.5, 1.6 Message-ID: <200612222029.kBMKTa2m015087@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15027/devel Modified Files: .cvsignore sources uqm-content.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:39 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:29:06 -0000 1.5 @@ -1,3 +1,3 @@ -uqm-0.5.0-3domusic.uqm -uqm-0.5.0-content.uqm -uqm-0.5.0-voice.uqm +uqm-0.6.0-content.uqm +uqm-0.6.0-3domusic.uqm +uqm-0.6.0-voice.uqm Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:39 -0000 1.4 +++ sources 22 Dec 2006 20:29:06 -0000 1.5 @@ -1,3 +1,3 @@ -a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm -1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm -52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm +7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm +a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm +d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/uqm-content.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-content.spec 11 Feb 2006 13:28:40 -0000 1.5 +++ uqm-content.spec 22 Dec 2006 20:29:06 -0000 1.6 @@ -1,8 +1,8 @@ %define uqm_contentdir %{_datadir}/games/uqm/content/packages Name: uqm-content -Version: 0.5.0 -Release: 1 +Version: 0.6.0 +Release: 1%{?dist} Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -14,11 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -PreReq: uqm >= 0.5.0 +PreReq: uqm >= %{version} %description %{summary}. + %package voice Summary: Optional speech package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -27,6 +28,7 @@ %description voice %{summary}. + %package 3domusic Summary: Optional 3DO music package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -68,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 21:21:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 22 Dec 2006 16:21:51 -0500 Subject: fedora-security/audit fe5,1.135,1.136 fe6,1.49,1.50 Message-ID: <200612222121.kBMLLpUo018579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18562 Modified Files: fe5 fe6 Log Message: Note zabbix (non-)issues Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- fe5 21 Dec 2006 21:20:06 -0000 1.135 +++ fe5 22 Dec 2006 21:21:51 -0000 1.136 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) +CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- fe6 21 Dec 2006 21:20:06 -0000 1.49 +++ fe6 22 Dec 2006 21:21:51 -0000 1.50 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) +CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 From fedora-extras-commits at redhat.com Fri Dec 22 21:23:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 16:23:18 -0500 Subject: rpms/resapplet/devel resapplet.spec,1.3,1.4 Message-ID: <200612222123.kBMLNIE6018605@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18590 Modified Files: resapplet.spec Log Message: add --add-missing Index: resapplet.spec =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/resapplet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- resapplet.spec 22 Dec 2006 13:36:29 -0000 1.3 +++ resapplet.spec 22 Dec 2006 21:22:48 -0000 1.4 @@ -44,7 +44,7 @@ aclocal intltoolize --force autoheader -automake +automake --add-missing autoconf export CFLAGS="$RPM_OPT_FLAGS" From fedora-extras-commits at redhat.com Fri Dec 22 21:36:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 22 Dec 2006 16:36:27 -0500 Subject: rpms/cvs2cl/devel cvs2cl.spec,1.11,1.12 Message-ID: <200612222136.kBMLaRcG018715@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18700 Modified Files: cvs2cl.spec Log Message: * Fri Dec 22 2006 Ville Skytt?? - 2.59-5 - Eliminate unnecessary file based dependencies. Index: cvs2cl.spec =================================================================== RCS file: /cvs/extras/rpms/cvs2cl/devel/cvs2cl.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cvs2cl.spec 15 Sep 2006 15:17:36 -0000 1.11 +++ cvs2cl.spec 22 Dec 2006 21:35:57 -0000 1.12 @@ -1,6 +1,6 @@ Name: cvs2cl Version: 2.59 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Generate ChangeLogs from CVS working copies Group: Development/Tools @@ -18,9 +18,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{_bindir}/pod2man +BuildRequires: perl Requires: perl -Requires: %{_datadir}/xml +Requires: xml-common %description cvs2cl generates GNU-style ChangeLogs for a CVS working copy using @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Ville Skytt?? - 2.59-5 +- Eliminate unnecessary file based dependencies. + * Fri Sep 15 2006 Ville Skytt?? - 2.59-4 - Add XSD from Yury Lebedev. From fedora-extras-commits at redhat.com Fri Dec 22 21:44:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 16:44:43 -0500 Subject: owners owners.list,1.2140,1.2141 Message-ID: <200612222144.kBMLih0q018781@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18766 Modified Files: owners.list Log Message: reapplet Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2140 retrieving revision 1.2141 diff -u -r1.2140 -r1.2141 --- owners.list 22 Dec 2006 08:12:57 -0000 1.2140 +++ owners.list 22 Dec 2006 21:44:13 -0000 1.2141 @@ -1,4 +1,4 @@ -# Format: +r# Format: # product|component|description|initialowner|initialqacontact|initialcclist # # If you don't know what product & component are, ask someone who knows bugzilla :) @@ -2167,6 +2167,7 @@ Fedora Extras|renrot|A program to rename and rotate files according to EXIF tags|andy at smile.org.ua|extras-qa at fedoraproject.org| Fedora Extras|repoml|Tools and data for working with RepoML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|repoview|Creates a set of static HTML pages in a yum repository|icon at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|resapplet|Resolution Switching Applet|rvokal at eredhat.com|extras-qa at fedoraproject.org| Fedora Extras|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|Ri-li|Arcade game where you drive a toy wood engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|rinetd|TCP redirection server|kaboom at oobleck.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 21:56:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 22 Dec 2006 16:56:38 -0500 Subject: rpms/em8300/devel em8300.spec,1.6,1.7 Message-ID: <200612222156.kBMLucLo019691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19599 Modified Files: em8300.spec Log Message: * Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 - Eliminate some file based dependencies. Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- em8300.spec 18 Dec 2006 21:06:38 -0000 1.6 +++ em8300.spec 22 Dec 2006 21:56:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: em8300 Version: 0.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System @@ -36,7 +36,7 @@ Summary: Development files for DXR3/Hollywood Plus MPEG decoder cards Group: Development/Libraries # Does not require main package on purpose: #189400 -Requires: %{_includedir}/linux +Requires: kernel-headers %description devel %{summary}. @@ -117,6 +117,9 @@ %changelog +* Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 +- Eliminate some file based dependencies. + * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. From fedora-extras-commits at redhat.com Fri Dec 22 22:01:38 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 22 Dec 2006 17:01:38 -0500 Subject: rpms/paraview/devel paraview-2.4.4-cmake245.patch, NONE, 1.1 paraview-2.4.4-const.patch, NONE, 1.1 paraview.spec, 1.9, 1.10 Message-ID: <200612222201.kBMM1cRT023634@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/paraview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20391 Modified Files: paraview.spec Added Files: paraview-2.4.4-cmake245.patch paraview-2.4.4-const.patch Log Message: - Fix .so permissions - Patch for const issue - Patch for new cmake - Build with openmpi paraview-2.4.4-cmake245.patch: --- NEW FILE paraview-2.4.4-cmake245.patch --- --- paraview-2.4.4/Utilities/IceT/doc/man/CMakeLists.txt.cmake245 2005-08-03 07:07:15.000000000 -0600 +++ paraview-2.4.4/Utilities/IceT/doc/man/CMakeLists.txt 2006-12-19 16:46:59.000000000 -0700 @@ -45,17 +45,21 @@ MAKE_DIRECTORY(${CMAKE_CURRENT_BINARY_DIR}/man7) MACRO(ICET_LINK_MAN3_FILE srcfile destfile) - ADD_CUSTOM_TARGET(man3/${destfile}.3 ALL - ln -sf ${ICET_SOURCE_DIR}/doc/man/man3/${srcfile}.3 man3/${destfile}.3 + ADD_CUSTOM_COMMAND( + OUTPUT man3/${destfile}.3 + COMMAND ln + ARGS -sf ${ICET_SOURCE_DIR}/doc/man/man3/${srcfile}.3 man3/${destfile}.3 DEPENDS man3) - INSTALL_FILES(/man/man3 FILES ${ICET_BINARY_DIR}/doc/man/man3/${destfile}.3) + INSTALL_FILES(/share/man/man3 FILES ${ICET_BINARY_DIR}/doc/man/man3/${destfile}.3) ENDMACRO(ICET_LINK_MAN3_FILE) MACRO(ICET_LINK_MAN7_FILE srcfile destfile) - ADD_CUSTOM_TARGET(man7/${destfile}.7 ALL - ln -sf ${ICET_SOURCE_DIR}/doc/man/man7/${srcfile}.7 man7/${destfile}.7 + ADD_CUSTOM_COMMAND( + OUTPUT man7/${destfile}.7 + COMMAND ln + ARGS -sf ${ICET_SOURCE_DIR}/doc/man/man7/${srcfile}.7 man7/${destfile}.7 DEPENDS man7) - INSTALL_FILES(/man/man7 FILES ${ICET_BINARY_DIR}/doc/man/man7/${destfile}.7) + INSTALL_FILES(/share/man/man7 FILES ${ICET_BINARY_DIR}/doc/man/man7/${destfile}.7) ENDMACRO(ICET_LINK_MAN7_FILE) ICET_LINK_MAN3_FILE(icetBoundingBox icetBoundingBoxd) @@ -71,5 +75,5 @@ ICET_LINK_MAN7_FILE(ICE-T ice-t) ICET_LINK_MAN7_FILE(ICE-T icet) -INSTALL_FILES(/man/man3 FILES ${MAN3_FILES}) -INSTALL_FILES(/man/man7 FILES ${MAN7_FILES}) +INSTALL_FILES(/share/man/man3 FILES ${MAN3_FILES}) +INSTALL_FILES(/share/man/man7 FILES ${MAN7_FILES}) paraview-2.4.4-const.patch: --- NEW FILE paraview-2.4.4-const.patch --- diff -u -r1.76 vtkPythonUtil.cxx --- VTK/Common/vtkPythonUtil.cxx 4 Aug 2005 16:19:14 -0000 1.76 +++ VTK/Common/vtkPythonUtil.cxx 18 Dec 2006 20:16:46 -0000 @@ -768,7 +768,7 @@ } if (strcmp(name, "__doc__") == 0) { - char *doc = t->tp_doc; + const char *doc = t->tp_doc; if (doc != NULL) { return PyString_FromString(doc); Index: paraview.spec =================================================================== RCS file: /cvs/extras/rpms/paraview/devel/paraview.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- paraview.spec 15 Dec 2006 08:19:08 -0000 1.9 +++ paraview.spec 22 Dec 2006 22:01:08 -0000 1.10 @@ -1,6 +1,6 @@ Name: paraview Version: 2.4.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -12,9 +12,11 @@ Patch0: paraview-2.4.2-tcltk.patch Patch1: paraview-2.4.3-png.patch Patch2: paraview-2.4.3-python.patch +Patch3: paraview-2.4.4-const.patch +Patch4: paraview-2.4.4-cmake245.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cmake, lam-devel +BuildRequires: cmake, openmpi-devel BuildRequires: libGLU-devel, libXt-devel, mesa-libOSMesa-devel BuildRequires: python-devel, tk-devel, hdf5-devel BuildRequires: freetype-devel, libjpeg-devel, libpng-devel, libtiff-devel, zlib-devel @@ -96,6 +98,8 @@ %patch -p1 -b .tcltk %patch1 -p1 -b .png %patch2 -p1 -b .python +%patch3 -p0 -b .const +%patch4 -p1 -b .cmake245 rm -rf Utilities/TclTk sed -i -e 's,INSTALL_FILES(/man/,INSTALL_FILES(/share/man/,' Utilities/IceT/doc/man/CMakeLists.txt @@ -135,7 +139,7 @@ mkdir fedora-mpi pushd fedora-mpi export CC='gcc' -export CXX='g++' +export CXX='mpic++' export MAKE='make' export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" @@ -152,8 +156,8 @@ -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON \ -DPARAVIEW_WRAP_PYTHON:BOOL=ON \ -DVTK_USE_MPI:BOOL=ON \ - -DMPI_INCLUDE_PATH:PATH=%{_includedir}/lam \ - -DMPI_LIBRARY:STRING="-L%{_libdir}/lam -llammpio -llammpi++ -llamf77mpi -lmpi -llam -laio -lutil -ldl" \ + -DMPI_INCLUDE_PATH:PATH="%{_includedir}/openmpi" \ + -DMPI_LIBRARY:STRING="-L%{_libdir}/openmpi" \ -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \ -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \ @@ -242,6 +246,9 @@ popd +# 'cmake' does not set +x permissions for libraries; hence they won't be stripped +find $RPM_BUILD_ROOT%_libdir -name \*.so | xargs chmod +x + %clean rm -rf $RPM_BUILD_ROOT @@ -310,6 +317,12 @@ %changelog +* Fri Dec 22 2006 - Orion Poplawski - 2.4.4-5 +- Fix .so permissions +- Patch for const issue +- Patch for new cmake +- Build with openmpi + * Thu Dec 14 2006 - Jef Spaleta - 2.4.4-4 - Bump and build for python 2.5 From fedora-extras-commits at redhat.com Fri Dec 22 22:08:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:11 -0500 Subject: rpms/xfce4-smartbookmark-plugin - New directory Message-ID: <200612222208.kBMM8BEp024777@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24769/xfce4-smartbookmark-plugin Log Message: Directory /cvs/extras/rpms/xfce4-smartbookmark-plugin added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:08:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:11 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel - New directory Message-ID: <200612222208.kBMM8BBD024790@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24769/xfce4-smartbookmark-plugin/devel Log Message: Directory /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:08:30 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:30 -0500 Subject: rpms/xfce4-smartbookmark-plugin Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612222208.kBMM8Ug3024868@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24861 Added Files: Makefile import.log Log Message: Setup of module xfce4-smartbookmark-plugin --- NEW FILE Makefile --- # Top level Makefile for module xfce4-smartbookmark-plugin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 22 22:08:35 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:35 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612222208.kBMM8ZUh024895@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24861/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-smartbookmark-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 22 22:09:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:09:55 -0500 Subject: rpms/xfce4-smartbookmark-plugin import.log,1.1,1.2 Message-ID: <200612222209.kBMM9toQ025188@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25083 Modified Files: import.log Log Message: auto-import xfce4-smartbookmark-plugin-0.4.2-1.fc7 on branch devel from xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 22 Dec 2006 22:08:30 -0000 1.1 +++ import.log 22 Dec 2006 22:09:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-smartbookmark-plugin-0_4_2-1_fc7:HEAD:xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm:1166825862 From fedora-extras-commits at redhat.com Fri Dec 22 22:09:56 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:09:56 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel xfce4-smartbookmark-plugin-redhat.patch, NONE, 1.1 xfce4-smartbookmark-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612222210.kBMM9ujM025194@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25083/devel Modified Files: .cvsignore sources Added Files: xfce4-smartbookmark-plugin-redhat.patch xfce4-smartbookmark-plugin.spec Log Message: auto-import xfce4-smartbookmark-plugin-0.4.2-1.fc7 on branch devel from xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm xfce4-smartbookmark-plugin-redhat.patch: --- NEW FILE xfce4-smartbookmark-plugin-redhat.patch --- --- src/smartbookmark.c.redhat 2006-12-18 02:06:21.000000000 +0100 +++ src/smartbookmark.c 2006-12-18 02:11:33.000000000 +0100 @@ -197,8 +197,8 @@ box = gtk_vbox_new(FALSE, 0); /* default options */ - search->url = "http://bugs.debian.org/"; - search->label_text = "BTS"; + search->url = "https://bugzilla.redhat.com/"; + search->label_text = "Bug #"; search->size = 5; search->hide_label = FALSE; /* read config file options */ @@ -269,8 +269,8 @@ if( (rcfile = xfce_rc_simple_open(filename, TRUE) )) { xfce_rc_set_group(rcfile, NULL); - search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/")); - search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS")); + search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugzilla.redhat.com/")); + search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Bug #")); search->size = xfce_rc_read_int_entry(rcfile, "size", 5); search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE); } --- NEW FILE xfce4-smartbookmark-plugin.spec --- Name: xfce4-smartbookmark-plugin Version: 0.4.2 Release: 1%{?dist} Summary: Smart bookmarks for the Xfce panel Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-redhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) BuildRequires: libXt-devel Requires: xfce4-panel >= 4.3.99.1, webclient %description A plugin which allows you to do a search directly on Internet on sites like Google or Red Hat Bugzilla. It allows you to send requests directly to your browser and perform custom searches. %prep %setup -q %patch0 -p0 -b .redhat %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_libdir}/xfce4/panel-plugins/*.so #%{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %changelog * Sat Sep 23 2006 Christoph Wickert - 0.4.2-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Dec 2006 22:08:35 -0000 1.1 +++ .cvsignore 22 Dec 2006 22:09:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-smartbookmark-plugin-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Dec 2006 22:08:35 -0000 1.1 +++ sources 22 Dec 2006 22:09:25 -0000 1.2 @@ -0,0 +1 @@ +284e26595637dd2e900b75534372496b xfce4-smartbookmark-plugin-0.4.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 22:12:06 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:06 -0500 Subject: rpms/xfce4-xfapplet-plugin - New directory Message-ID: <200612222212.kBMMC6QW025609@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25603/xfce4-xfapplet-plugin Log Message: Directory /cvs/extras/rpms/xfce4-xfapplet-plugin added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:12:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:12 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel - New directory Message-ID: <200612222212.kBMMCCmM025638@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25603/xfce4-xfapplet-plugin/devel Log Message: Directory /cvs/extras/rpms/xfce4-xfapplet-plugin/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:12:31 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:31 -0500 Subject: rpms/xfce4-xfapplet-plugin Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612222212.kBMMCV1h025701@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25694 Added Files: Makefile import.log Log Message: Setup of module xfce4-xfapplet-plugin --- NEW FILE Makefile --- # Top level Makefile for module xfce4-xfapplet-plugin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 22 22:12:31 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:31 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612222212.kBMMCVFU025717@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25694/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-xfapplet-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 22 22:13:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:13:55 -0500 Subject: rpms/xfce4-xfapplet-plugin import.log,1.1,1.2 Message-ID: <200612222213.kBMMDt5Y025880@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25810 Modified Files: import.log Log Message: auto-import xfce4-xfapplet-plugin-0.1.0-1.fc7 on branch devel from xfce4-xfapplet-plugin-0.1.0-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 22 Dec 2006 22:12:31 -0000 1.1 +++ import.log 22 Dec 2006 22:13:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-xfapplet-plugin-0_1_0-1_fc7:HEAD:xfce4-xfapplet-plugin-0.1.0-1.fc7.src.rpm:1166826101 From fedora-extras-commits at redhat.com Fri Dec 22 22:13:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:13:55 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel xfce4-xfapplet-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612222214.kBMMDthl025884@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25810/devel Modified Files: .cvsignore sources Added Files: xfce4-xfapplet-plugin.spec Log Message: auto-import xfce4-xfapplet-plugin-0.1.0-1.fc7 on branch devel from xfce4-xfapplet-plugin-0.1.0-1.fc7.src.rpm --- NEW FILE xfce4-xfapplet-plugin.spec --- Name: xfce4-xfapplet-plugin Version: 0.1.0 Release: 1%{?dist} Summary: A plugin to use gnome-panel based applets inside the Xfce4 one Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.2.0 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) BuildRequires: gnome-panel-devel >= 2.0.0 Requires: xfce4-panel >= 4.3.99.2, gnome-applets %description The XfApplet Plugin is a plugin for the Xfce 4 Panel which allows one to use applets designed for the Gnome Panel inside the Xfce Panel. You can think of XfApplet as a tiny Gnome Panel that lives inside the Xfce Panel and allows you to show the same applets that the Gnome Panel is capable of showing. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/pixmaps/xfapplet*.svg %{_datadir}/%{name} %changelog * Sat Sep 23 2006 Christoph Wickert - 0.1.0-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Dec 2006 22:12:31 -0000 1.1 +++ .cvsignore 22 Dec 2006 22:13:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-xfapplet-plugin-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Dec 2006 22:12:31 -0000 1.1 +++ sources 22 Dec 2006 22:13:25 -0000 1.2 @@ -0,0 +1 @@ +6a06c44b18a97626f44a240ad3bc3244 xfce4-xfapplet-plugin-0.1.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 22:23:56 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:23:56 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel xfce4-smartbookmark-plugin.spec, 1.1, 1.2 Message-ID: <200612222223.kBMMNu8G026202@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26187 Modified Files: xfce4-smartbookmark-plugin.spec Log Message: add comment about new plugin location Index: xfce4-smartbookmark-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/xfce4-smartbookmark-plugin.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-smartbookmark-plugin.spec 22 Dec 2006 22:09:25 -0000 1.1 +++ xfce4-smartbookmark-plugin.spec 22 Dec 2006 22:23:26 -0000 1.2 @@ -44,6 +44,7 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_libdir}/xfce4/panel-plugins/*.so +# new location of the plugin (one day...) #%{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop From fedora-extras-commits at redhat.com Fri Dec 22 22:39:06 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:39:06 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel xfce4-xfapplet-plugin.spec, 1.1, 1.2 Message-ID: <200612222239.kBMMd699026318@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26303 Modified Files: xfce4-xfapplet-plugin.spec Log Message: fix description Index: xfce4-xfapplet-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/xfce4-xfapplet-plugin.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-xfapplet-plugin.spec 22 Dec 2006 22:13:25 -0000 1.1 +++ xfce4-xfapplet-plugin.spec 22 Dec 2006 22:38:36 -0000 1.2 @@ -1,7 +1,7 @@ Name: xfce4-xfapplet-plugin Version: 0.1.0 Release: 1%{?dist} -Summary: A plugin to use gnome-panel based applets inside the Xfce4 one +Summary: A plugin to use gnome-panel based applets inside the Xfce4 Panel Group: User Interface/Desktops License: GPL From fedora-extras-commits at redhat.com Fri Dec 22 23:06:43 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 18:06:43 -0500 Subject: owners owners.list,1.2141,1.2142 Message-ID: <200612222306.kBMN6hjR029596@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29579 Modified Files: owners.list Log Message: add xfce4-smartbookmark-plugin and xfce4-xfapplet-plugin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2141 retrieving revision 1.2142 diff -u -r1.2141 -r1.2142 --- owners.list 22 Dec 2006 21:44:13 -0000 1.2141 +++ owners.list 22 Dec 2006 23:06:13 -0000 1.2142 @@ -2607,6 +2607,7 @@ Fedora Extras|xfce4-sensors-plugin|Sensors plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-session|Session manager for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-showdesktop-plugin|Show-Desktop plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-smartbookmark-plugin|Smart bookmarks for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| @@ -2618,6 +2619,7 @@ Fedora Extras|xfce4-weather-plugin|Weather plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-websearch-plugin|Websearch plugin from the XFCE panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-windowlist-plugin|Windowlist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-xfapplet-plugin|A plugin to use gnome-panel based applets inside the Xfce4 panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xkb-plugin|XKB layout switcher for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xmms-plugin|Control XMMS from the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfdesktop|Desktop Manger for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 23:09:29 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 18:09:29 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel xfce4-xfapplet-plugin.spec, 1.2, 1.3 Message-ID: <200612222309.kBMN9TEs029617@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29602 Modified Files: xfce4-xfapplet-plugin.spec Log Message: cosmetical fix in summary to mach owners list Index: xfce4-xfapplet-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/xfce4-xfapplet-plugin.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xfce4-xfapplet-plugin.spec 22 Dec 2006 22:38:36 -0000 1.2 +++ xfce4-xfapplet-plugin.spec 22 Dec 2006 23:08:59 -0000 1.3 @@ -1,7 +1,7 @@ Name: xfce4-xfapplet-plugin Version: 0.1.0 Release: 1%{?dist} -Summary: A plugin to use gnome-panel based applets inside the Xfce4 Panel +Summary: A plugin to use gnome-panel based applets inside the Xfce4 panel Group: User Interface/Desktops License: GPL From fedora-extras-commits at redhat.com Fri Dec 22 23:13:01 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 18:13:01 -0500 Subject: comps comps-fe7.xml.in,1.53,1.54 Message-ID: <200612222313.kBMND1eR029650@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29634 Modified Files: comps-fe7.xml.in Log Message: add xfce4-smartbookmark-plugin and xfce4-xfapplet-plugin Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- comps-fe7.xml.in 22 Dec 2006 01:04:42 -0000 1.53 +++ comps-fe7.xml.in 22 Dec 2006 23:12:31 -0000 1.54 @@ -1198,12 +1198,14 @@ xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-sensors-plugin + xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin + xfce4-xfapplet-plugin xfce4-xkb-plugin xfce4-xmms-plugin xfwm4-themes From fedora-extras-commits at redhat.com Fri Dec 22 23:44:29 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Fri, 22 Dec 2006 18:44:29 -0500 Subject: owners owners.list,1.2142,1.2143 Message-ID: <200612222344.kBMNiTdE029820@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29805 Modified Files: owners.list Log Message: Remove spurious keystroke. Fix sorting order. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2142 retrieving revision 1.2143 diff -u -r1.2142 -r1.2143 --- owners.list 22 Dec 2006 23:06:13 -0000 1.2142 +++ owners.list 22 Dec 2006 23:43:59 -0000 1.2143 @@ -1,4 +1,4 @@ -r# Format: +# Format: # product|component|description|initialowner|initialqacontact|initialcclist # # If you don't know what product & component are, ask someone who knows bugzilla :) @@ -2611,8 +2611,8 @@ Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-timer-plugin|Timer for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskmanager|Taskmanager for the Xfce desktop environment|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-timer-plugin|Timer for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-wavelan-plugin|WaveLAN plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 23 01:03:23 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 20:03:23 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.8,1.9 Message-ID: <200612230103.kBN13N4u003967@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3952 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tomoe.spec 22 Dec 2006 16:50:59 -0000 1.8 +++ tomoe.spec 23 Dec 2006 01:02:53 -0000 1.9 @@ -8,7 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libtool +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -26,7 +26,6 @@ %prep %setup -q -./autogen.sh %build From fedora-extras-commits at redhat.com Sat Dec 23 01:16:56 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 20:16:56 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.9,1.10 Message-ID: <200612230116.kBN1GuVM004024@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4009 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tomoe.spec 23 Dec 2006 01:02:53 -0000 1.9 +++ tomoe.spec 23 Dec 2006 01:16:26 -0000 1.10 @@ -8,7 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel +BuildRequires: glib2-devel gtk-doc libtool %description A program which does Japanese handwriting recognition. @@ -26,6 +26,7 @@ %prep %setup -q +./autogen.sh %build From fedora-extras-commits at redhat.com Sat Dec 23 01:56:14 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 20:56:14 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.10,1.11 Message-ID: <200612230156.kBN1uEsr004187@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4172 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tomoe.spec 23 Dec 2006 01:16:26 -0000 1.10 +++ tomoe.spec 23 Dec 2006 01:55:44 -0000 1.11 @@ -8,7 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel gtk-doc libtool +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -26,7 +26,6 @@ %prep %setup -q -./autogen.sh %build @@ -35,7 +34,7 @@ %install -%makeinstall +%makeinstall DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la From fedora-extras-commits at redhat.com Sat Dec 23 02:11:35 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 21:11:35 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.11,1.12 Message-ID: <200612230211.kBN2BZ0R007378@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7363 Modified Files: tomoe.spec Log Message: Add "DESTDIR" after the "%makeinstall" Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tomoe.spec 23 Dec 2006 01:55:44 -0000 1.11 +++ tomoe.spec 23 Dec 2006 02:11:05 -0000 1.12 @@ -36,7 +36,7 @@ %install %makeinstall DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Sat Dec 23 02:27:27 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 21:27:27 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.12,1.13 Message-ID: <200612230227.kBN2RRai007445@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7428 Modified Files: tomoe.spec Log Message: Modify '%makeinstall' into 'make install' Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tomoe.spec 23 Dec 2006 02:11:05 -0000 1.12 +++ tomoe.spec 23 Dec 2006 02:26:57 -0000 1.13 @@ -34,7 +34,7 @@ %install -%makeinstall DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la @@ -50,7 +50,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -61,6 +61,7 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 02:50:05 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 21:50:05 -0500 Subject: rpms/libopts/devel dead.package,NONE,1.1 Message-ID: <200612230250.kBN2o5sB007515@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libopts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7510 Added Files: dead.package Log Message: Add dead.package to libopts. It's a part of autogen package now --- NEW FILE dead.package --- Now a part of autogen package. From fedora-extras-commits at redhat.com Sat Dec 23 02:50:25 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 21:50:25 -0500 Subject: rpms/libopts/FC-6 dead.package,NONE,1.1 Message-ID: <200612230250.kBN2oPnC007540@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libopts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7535 Added Files: dead.package Log Message: Add dead.package to libopts. It's a part of autogen package now --- NEW FILE dead.package --- Now a part of autogen package. From fedora-extras-commits at redhat.com Sat Dec 23 02:50:47 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 21:50:47 -0500 Subject: rpms/libopts/FC-5 dead.package,NONE,1.1 Message-ID: <200612230250.kBN2olYd007565@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libopts/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7560 Added Files: dead.package Log Message: Add dead.package to libopts. It's a part of autogen package now --- NEW FILE dead.package --- Now a part of autogen package. From fedora-extras-commits at redhat.com Sat Dec 23 03:06:36 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 22:06:36 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.13,1.14 Message-ID: <200612230306.kBN36abV010841@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10805 Modified Files: tomoe.spec Log Message: Modify '%makeinstall' into 'make install' Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tomoe.spec 23 Dec 2006 02:26:57 -0000 1.13 +++ tomoe.spec 23 Dec 2006 03:06:06 -0000 1.14 @@ -37,6 +37,8 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -51,6 +53,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe.so.* +%{_libdir}/dict/libxml.so.* +%{_libdir}/recognizer/libsmple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -62,6 +66,8 @@ %files devel %defattr(-,root,root,-) %{_libdir}/libtomoe.so +%{_libdir}/dict/libxml.so +%{_libdir}/recognizer/libsmple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 03:08:28 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:28 -0500 Subject: rpms/gstreamer-plugins-farsight - New directory Message-ID: <200612230308.kBN38Sex010917@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10913/gstreamer-plugins-farsight Log Message: Directory /cvs/extras/rpms/gstreamer-plugins-farsight added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 03:08:33 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:33 -0500 Subject: rpms/gstreamer-plugins-farsight/devel - New directory Message-ID: <200612230308.kBN38XVl010931@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10913/gstreamer-plugins-farsight/devel Log Message: Directory /cvs/extras/rpms/gstreamer-plugins-farsight/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 03:08:45 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:45 -0500 Subject: rpms/gstreamer-plugins-farsight Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612230308.kBN38j39010964@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10958 Added Files: Makefile import.log Log Message: Setup of module gstreamer-plugins-farsight --- NEW FILE Makefile --- # Top level Makefile for module gstreamer-plugins-farsight all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 23 03:08:50 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:50 -0500 Subject: rpms/gstreamer-plugins-farsight/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612230308.kBN38ow2010979@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10958/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gstreamer-plugins-farsight --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 23 03:09:26 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 22:09:26 -0500 Subject: rpms/uqm-content/FC-6 uqm-content.spec,1.6,1.7 Message-ID: <200612230309.kBN39QrH011062@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10956 Modified Files: uqm-content.spec Log Message: Dropping disttag on a package that doesn't change between distributions. Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/uqm-content.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- uqm-content.spec 22 Dec 2006 20:29:01 -0000 1.6 +++ uqm-content.spec 23 Dec 2006 03:08:56 -0000 1.7 @@ -2,7 +2,7 @@ Name: uqm-content Version: 0.6.0 -Release: 1%{?dist} +Release: 2 Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-2 +- Dropping disttag -- this package does not change between distributions. + * Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 From fedora-extras-commits at redhat.com Sat Dec 23 03:09:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:09:48 -0500 Subject: rpms/gstreamer-plugins-farsight/devel gstreamer-plugins-farsight.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612230309.kBN39mmG011069@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11032/devel Modified Files: .cvsignore sources Added Files: gstreamer-plugins-farsight.spec Log Message: auto-import gstreamer-plugins-farsight-0.10.2-2 on branch devel from gstreamer-plugins-farsight-0.10.2-2.src.rpm --- NEW FILE gstreamer-plugins-farsight.spec --- %define gst_majorminor 0.10 Name: gstreamer-plugins-farsight Version: 0.10.2 Release: 2%{?dist} Summary: GStreamer plug-ins for farsight protocol Group: Applications/Multimedia License: GPL URL: http://projects.collabora.co.uk/trac/farsight Source0: http://telepathy.freedesktop.org/releases/gst-plugins-farsight/gst-plugins-farsight-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gstreamer-devel > 0.10.3 BuildRequires: gstreamer-plugins-base-devel BuildRequires: libjingle-devel Requires: gstreamer-plugins-base %description This is a set of plugins for GStreamer that will be used by Farsight for Audio/Video conferencing. %prep %setup -q -n gst-plugins-farsight-%{version} %build %configure --disable-static \ --disable-jrtplib \ --disable-mimic \ --disable-jasper \ --disable-gsm \ --enable-jingle-p2p \ --with-plugins=rtpdemux,rtpjitterbuffer make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/gstreamer-%{gst_majorminor}/libgstice.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstjrtp.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstrtpdemux.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstrtpjitterbuffer.so %changelog * Fri Dec 22 2006 Brian Pepple - 0.10.2-2 - Rename gstreamer macro. * Thu Sep 21 2006 Brian Pepple - 0.10.2-1 - Initial FE spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2006 03:08:50 -0000 1.1 +++ .cvsignore 23 Dec 2006 03:09:18 -0000 1.2 @@ -0,0 +1 @@ +gst-plugins-farsight-0.10.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2006 03:08:50 -0000 1.1 +++ sources 23 Dec 2006 03:09:18 -0000 1.2 @@ -0,0 +1 @@ +77c92554c2bd57ad1b426e5ba50eb9a8 gst-plugins-farsight-0.10.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 03:09:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:09:48 -0500 Subject: rpms/gstreamer-plugins-farsight import.log,1.1,1.2 Message-ID: <200612230309.kBN39mDW011065@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11032 Modified Files: import.log Log Message: auto-import gstreamer-plugins-farsight-0.10.2-2 on branch devel from gstreamer-plugins-farsight-0.10.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Dec 2006 03:08:44 -0000 1.1 +++ import.log 23 Dec 2006 03:09:18 -0000 1.2 @@ -0,0 +1 @@ +gstreamer-plugins-farsight-0_10_2-2:HEAD:gstreamer-plugins-farsight-0.10.2-2.src.rpm:1166843863 From fedora-extras-commits at redhat.com Sat Dec 23 03:12:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 22:12:01 -0500 Subject: rpms/uqm-content/FC-5 uqm-content.spec,1.6,1.7 Message-ID: <200612230312.kBN3C19T011144@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11116/FC-5 Modified Files: uqm-content.spec Log Message: Same for FC-5 and devel Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/uqm-content.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- uqm-content.spec 22 Dec 2006 20:29:00 -0000 1.6 +++ uqm-content.spec 23 Dec 2006 03:11:31 -0000 1.7 @@ -2,7 +2,7 @@ Name: uqm-content Version: 0.6.0 -Release: 1%{?dist} +Release: 2 Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-2 +- Dropping disttag -- this package does not change between distributions. + * Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 From fedora-extras-commits at redhat.com Sat Dec 23 03:12:02 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 22:12:02 -0500 Subject: rpms/uqm-content/devel uqm-content.spec,1.6,1.7 Message-ID: <200612230312.kBN3C2ma011147@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11116/devel Modified Files: uqm-content.spec Log Message: Same for FC-5 and devel Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/uqm-content.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- uqm-content.spec 22 Dec 2006 20:29:06 -0000 1.6 +++ uqm-content.spec 23 Dec 2006 03:11:31 -0000 1.7 @@ -2,7 +2,7 @@ Name: uqm-content Version: 0.6.0 -Release: 1%{?dist} +Release: 2 Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-2 +- Dropping disttag -- this package does not change between distributions. + * Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 From fedora-extras-commits at redhat.com Sat Dec 23 03:13:34 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:13:34 -0500 Subject: owners owners.list,1.2143,1.2144 Message-ID: <200612230313.kBN3DYxp011246@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11192 Modified Files: owners.list Log Message: add gstreamer-plugins-farsight Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2143 retrieving revision 1.2144 diff -u -r1.2143 -r1.2144 --- owners.list 22 Dec 2006 23:43:59 -0000 1.2143 +++ owners.list 23 Dec 2006 03:13:04 -0000 1.2144 @@ -666,6 +666,7 @@ Fedora Extras|grip|Front-end for CD rippers and Ogg Vorbis encoders|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|grisbi|Personal finances manager|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|gstm|A front-end to ssh tunneling|splinux at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|gstreamer-plugins-farsight|GStreamer plug-ins for farsight protocol|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gstreamer-python|Python bindings for GStreamer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 23 03:57:07 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 22:57:07 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.14,1.15 Message-ID: <200612230357.kBN3v7OF011476@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11451 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tomoe.spec 23 Dec 2006 03:06:06 -0000 1.14 +++ tomoe.spec 23 Dec 2006 03:56:37 -0000 1.15 @@ -53,8 +53,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe.so.* -%{_libdir}/dict/libxml.so.* -%{_libdir}/recognizer/libsmple.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsmple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -66,8 +66,8 @@ %files devel %defattr(-,root,root,-) %{_libdir}/libtomoe.so -%{_libdir}/dict/libxml.so -%{_libdir}/recognizer/libsmple.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsmple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 03:57:52 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 22 Dec 2006 22:57:52 -0500 Subject: rpms/python-ogg/devel python-ogg.spec,1.3,1.4 Message-ID: <200612230357.kBN3vqMO011526@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-ogg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11507 Modified Files: python-ogg.spec Log Message: Release bump for rebuild against python 2.5 Index: python-ogg.spec =================================================================== RCS file: /cvs/extras/rpms/python-ogg/devel/python-ogg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-ogg.spec 13 Sep 2006 20:05:08 -0000 1.3 +++ python-ogg.spec 23 Dec 2006 03:57:22 -0000 1.4 @@ -7,7 +7,7 @@ Name: python-ogg Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python wrapper for the Ogg libraries Group: Development/Languages @@ -67,6 +67,9 @@ %changelog +* Fri Dec 22 2006 Jef Spaleta 1.3-4 +- Rebuilt for python 2.5 in development tree + * Wed Sep 13 2006 Hugo Cisneiros 1.3-3 - Rebuilt for FC6 - Not excluding pyo files with ghost per Guidelines From fedora-extras-commits at redhat.com Sat Dec 23 04:06:39 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 23:06:39 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.15,1.16 Message-ID: <200612230406.kBN46d4T014727@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14710 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- tomoe.spec 23 Dec 2006 03:56:37 -0000 1.15 +++ tomoe.spec 23 Dec 2006 04:06:09 -0000 1.16 @@ -54,7 +54,7 @@ %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe.so.* %{_libdir}/tomoe/dict/libxml.so.* -%{_libdir}/tomoe/recognizer/libsmple.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -67,7 +67,7 @@ %defattr(-,root,root,-) %{_libdir}/libtomoe.so %{_libdir}/tomoe/dict/libxml.so -%{_libdir}/tomoe/recognizer/libsmple.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 04:47:01 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 23:47:01 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.16,1.17 Message-ID: <200612230447.kBN4l1mg014822@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14807 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- tomoe.spec 23 Dec 2006 04:06:09 -0000 1.16 +++ tomoe.spec 23 Dec 2006 04:46:30 -0000 1.17 @@ -38,7 +38,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la -rm -f $RPM_BUILD_ROOT%{_libdir}/recognizer/libsimple.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Sat Dec 23 04:48:55 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 22 Dec 2006 23:48:55 -0500 Subject: rpms/deskbar-applet/FC-6 deskbar-applet.spec,1.32,1.33 Message-ID: <200612230448.kBN4mtIo014877@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14862 Modified Files: deskbar-applet.spec Log Message: add gnome-python2-devel to BuildRequires Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/FC-6/deskbar-applet.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- deskbar-applet.spec 21 Nov 2006 20:02:42 -0000 1.32 +++ deskbar-applet.spec 23 Dec 2006 04:48:25 -0000 1.33 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.17.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -16,7 +16,7 @@ BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras BuildRequires: gettext evolution-data-server-devel gnome-desktop-devel BuildRequires: libSM-devel gnome-python2-applet desktop-file-utils -BuildRequires: perl(XML::Parser) gnome-python2 +BuildRequires: perl(XML::Parser) gnome-python2-devel Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo Requires: gnome-python2-gconf pygtk2 gnome-python2-libwnck Requires(pre): GConf2 @@ -91,6 +91,9 @@ %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Fri Dec 22 2006 Luke Macken - 2.17.2-2 +- Add gnome-python2-devel to BuildRequires + * Tue Nov 21 2006 Luke Macken - 2.17.2-1 - 2.17.2 From fedora-extras-commits at redhat.com Sat Dec 23 05:02:55 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:02:55 -0500 Subject: rpms/tomoe/FC-3 tomoe.spec,1.4,1.5 Message-ID: <200612230502.kBN52tT2018139@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18122 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-3/tomoe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tomoe.spec 21 Dec 2006 16:10:10 -0000 1.4 +++ tomoe.spec 23 Dec 2006 05:02:25 -0000 1.5 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:04:59 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:04:59 -0500 Subject: rpms/tomoe/FC-4 tomoe.spec,1.4,1.5 Message-ID: <200612230504.kBN54xgY018193@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18174 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-4/tomoe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tomoe.spec 21 Dec 2006 16:11:48 -0000 1.4 +++ tomoe.spec 23 Dec 2006 05:04:29 -0000 1.5 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:05:58 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:05:58 -0500 Subject: rpms/tomoe/FC-5 tomoe.spec,1.4,1.5 Message-ID: <200612230505.kBN55w2T018246@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18231 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-5/tomoe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tomoe.spec 21 Dec 2006 16:07:35 -0000 1.4 +++ tomoe.spec 23 Dec 2006 05:05:28 -0000 1.5 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:06:55 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:06:55 -0500 Subject: rpms/tomoe/devel tomoe.spec,1.6,1.7 Message-ID: <200612230506.kBN56tBx018298@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18281 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/devel/tomoe.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tomoe.spec 21 Dec 2006 16:13:17 -0000 1.6 +++ tomoe.spec 23 Dec 2006 05:06:25 -0000 1.7 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:10:25 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:10:25 -0500 Subject: rpms/libtomoe-gtk/FC-6 libtomoe-gtk.spec,1.3,1.4 Message-ID: <200612230510.kBN5AP95018379@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18364 Modified Files: libtomoe-gtk.spec Log Message: update to 0.4.0. Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-6/libtomoe-gtk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtomoe-gtk.spec 15 Sep 2006 15:30:51 -0000 1.3 +++ libtomoe-gtk.spec 23 Dec 2006 05:09:55 -0000 1.4 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 7%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 - mass rebuilding. From fedora-extras-commits at redhat.com Sat Dec 23 05:30:27 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:30:27 -0500 Subject: rpms/libtomoe-gtk/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612230530.kBN5UR1J018504@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18487 Modified Files: .cvsignore sources Log Message: Import libtomoe-gtk-0.4.0.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 03:48:12 -0000 1.2 +++ .cvsignore 23 Dec 2006 05:29:57 -0000 1.3 @@ -1 +1 @@ -libtomoe-gtk-0.1.0.tar.gz +libtomoe-gtk-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 23 Dec 2006 05:29:57 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 07:03:00 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:00 -0500 Subject: rpms/perl-Finance-YahooQuote - New directory Message-ID: <200612230703.kBN730ds025205@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25201/perl-Finance-YahooQuote Log Message: Directory /cvs/extras/rpms/perl-Finance-YahooQuote added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 07:03:05 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:05 -0500 Subject: rpms/perl-Finance-YahooQuote/devel - New directory Message-ID: <200612230703.kBN735iO025218@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25201/perl-Finance-YahooQuote/devel Log Message: Directory /cvs/extras/rpms/perl-Finance-YahooQuote/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 07:03:26 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:26 -0500 Subject: rpms/perl-Finance-YahooQuote Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612230703.kBN73QIw025253@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25247 Added Files: Makefile import.log Log Message: Setup of module perl-Finance-YahooQuote --- NEW FILE Makefile --- # Top level Makefile for module perl-Finance-YahooQuote all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 23 07:03:31 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:31 -0500 Subject: rpms/perl-Finance-YahooQuote/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612230703.kBN73Vbn025269@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25247/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Finance-YahooQuote --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 23 07:04:43 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:04:43 -0500 Subject: rpms/perl-Finance-YahooQuote import.log,1.1,1.2 Message-ID: <200612230704.kBN74hBK025337@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25307 Modified Files: import.log Log Message: auto-import perl-Finance-YahooQuote-0.21-2 on branch devel from perl-Finance-YahooQuote-0.21-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Dec 2006 07:03:26 -0000 1.1 +++ import.log 23 Dec 2006 07:04:13 -0000 1.2 @@ -0,0 +1 @@ +perl-Finance-YahooQuote-0_21-2:HEAD:perl-Finance-YahooQuote-0.21-2.src.rpm:1166857954 From fedora-extras-commits at redhat.com Sat Dec 23 07:04:43 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:04:43 -0500 Subject: rpms/perl-Finance-YahooQuote/devel perl-Finance-YahooQuote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612230704.kBN74hrw025341@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25307/devel Modified Files: .cvsignore sources Added Files: perl-Finance-YahooQuote.spec Log Message: auto-import perl-Finance-YahooQuote-0.21-2 on branch devel from perl-Finance-YahooQuote-0.21-2.src.rpm --- NEW FILE perl-Finance-YahooQuote.spec --- Name: perl-Finance-YahooQuote Version: 0.21 Release: 2%{?dist} Summary: Perl interface to get stock quotes from Yahoo! Finance Group: Development/Libraries License: GPL URL: http://search.cpan.org/~edd/Finance-YahooQuote/ Source0: http://search.cpan.org/CPAN/authors/id/E/ED/EDD/Finance-YahooQuote-0.21.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Perl interface to get stock quotes from Yahoo! Finance %prep %setup -q -n Finance-YahooQuote-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* # Check is disabled because a package build must not use the network. #%check #make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc GNU-LICENSE %{_bindir}/yahooquote %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun Sep 24 2006 Warren Togami 0.21-2 - disable %%check because it required network * Sun Sep 24 2006 Warren Togami 0.21-1 - initial Fedora package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2006 07:03:31 -0000 1.1 +++ .cvsignore 23 Dec 2006 07:04:13 -0000 1.2 @@ -0,0 +1 @@ +Finance-YahooQuote-0.21.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2006 07:03:31 -0000 1.1 +++ sources 23 Dec 2006 07:04:13 -0000 1.2 @@ -0,0 +1 @@ +844d26ef02f16216840aac5815a6a6a7 Finance-YahooQuote-0.21.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 07:20:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Sat, 23 Dec 2006 02:20:10 -0500 Subject: rpms/museek+/devel museek+.spec,1.1,1.2 Message-ID: <200612230720.kBN7KASi026327@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26310 Modified Files: museek+.spec Log Message: * Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 - Added QSA support - Use macros for install command Index: museek+.spec =================================================================== RCS file: /cvs/extras/rpms/museek+/devel/museek+.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- museek+.spec 12 Dec 2006 21:05:14 -0000 1.1 +++ museek+.spec 23 Dec 2006 07:19:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: museek+ Version: 0.1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet @@ -23,6 +23,7 @@ BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons +BuildRequires: qt-qsa-devel %description Museek is a Soulseek filesharing client. @@ -47,19 +48,19 @@ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +%{__install} -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} +%{__install} -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done -install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq +%{__install} -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme -install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme +%{__install} -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven -install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven +%{__install} -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean @@ -92,6 +93,10 @@ %changelog +* Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 +- Added QSA support +- Use macros for install command + * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh From fedora-extras-commits at redhat.com Sat Dec 23 07:21:24 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Sat, 23 Dec 2006 02:21:24 -0500 Subject: rpms/museek+/FC-6 museek+.spec,1.1,1.2 Message-ID: <200612230721.kBN7LO4X026386@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26371 Modified Files: museek+.spec Log Message: * Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 - Added QSA support - Use macros for install command Index: museek+.spec =================================================================== RCS file: /cvs/extras/rpms/museek+/FC-6/museek+.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- museek+.spec 12 Dec 2006 21:05:14 -0000 1.1 +++ museek+.spec 23 Dec 2006 07:20:54 -0000 1.2 @@ -2,7 +2,7 @@ Name: museek+ Version: 0.1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet @@ -23,6 +23,7 @@ BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons +BuildRequires: qt-qsa-devel %description Museek is a Soulseek filesharing client. @@ -47,19 +48,19 @@ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +%{__install} -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} +%{__install} -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done -install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq +%{__install} -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme -install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme +%{__install} -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven -install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven +%{__install} -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean @@ -92,6 +93,10 @@ %changelog +* Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 +- Added QSA support +- Use macros for install command + * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh From fedora-extras-commits at redhat.com Sat Dec 23 07:22:56 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Sat, 23 Dec 2006 02:22:56 -0500 Subject: rpms/museek+/FC-5 museek+.spec,1.1,1.2 Message-ID: <200612230722.kBN7MuwV026455@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26440 Modified Files: museek+.spec Log Message: * Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 - Added QSA support - Use macros for install command Index: museek+.spec =================================================================== RCS file: /cvs/extras/rpms/museek+/FC-5/museek+.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- museek+.spec 12 Dec 2006 21:05:14 -0000 1.1 +++ museek+.spec 23 Dec 2006 07:22:26 -0000 1.2 @@ -2,7 +2,7 @@ Name: museek+ Version: 0.1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet @@ -23,6 +23,7 @@ BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons +BuildRequires: qt-qsa-devel %description Museek is a Soulseek filesharing client. @@ -47,19 +48,19 @@ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +%{__install} -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} +%{__install} -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done -install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq +%{__install} -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme -install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme +%{__install} -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven -install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven +%{__install} -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean @@ -92,6 +93,10 @@ %changelog +* Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 +- Added QSA support +- Use macros for install command + * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh From fedora-extras-commits at redhat.com Sat Dec 23 08:36:17 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 23 Dec 2006 03:36:17 -0500 Subject: rpms/python-vorbis/devel python-vorbis.spec,1.2,1.3 Message-ID: <200612230836.kBN8aHrA029953@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-vorbis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29938 Modified Files: python-vorbis.spec Log Message: release bump for python 2.5 rebuild Index: python-vorbis.spec =================================================================== RCS file: /cvs/extras/rpms/python-vorbis/devel/python-vorbis.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-vorbis.spec 13 Sep 2006 19:56:45 -0000 1.2 +++ python-vorbis.spec 23 Dec 2006 08:35:47 -0000 1.3 @@ -3,7 +3,7 @@ Name: python-vorbis Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python wrapper for the Ogg Vorbis audio libraries Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Fri Dec 22 2006 Jef Spaleta 1.3-4 +- Release bump and rebuild against python 2.5 in development + * Wed Sep 13 2006 Hugo Cisneiros 1.3-3 - Rebuilt for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 08:51:41 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 03:51:41 -0500 Subject: owners owners.list,1.2144,1.2145 Message-ID: <200612230851.kBN8pfMg030051@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30035 Modified Files: owners.list Log Message: add perl-Finance-YahooQuote Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2144 retrieving revision 1.2145 diff -u -r1.2144 -r1.2145 --- owners.list 23 Dec 2006 03:13:04 -0000 1.2144 +++ owners.list 23 Dec 2006 08:51:11 -0000 1.2145 @@ -1518,6 +1518,7 @@ Fedora Extras|perl-File-Which|Portable implementation of the 'which' utility|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-FileHandle-Unget|A FileHandle that supports ungetting of multiple bytes|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Finance-Quote|A Perl module that retrieves stock and mutual fund quotes|notting at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Finance-YahooQuote|Perl interface to get stock quotes from Yahoo! Finance|wtogami at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Font-AFM|Perl interface to Adobe Font Metrics files|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Font-TTF|Perl interface to TrueType Font files|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-FreezeThaw|Convert Perl structures to strings and back|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 23 11:17:39 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 23 Dec 2006 06:17:39 -0500 Subject: comps comps-fe6.xml.in,1.248,1.249 Message-ID: <200612231117.kBNBHdkL008096@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8063 Modified Files: comps-fe6.xml.in Log Message: add xfce4-smartbookmark-plugin and xfce4-xfapplet-plugin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.248 retrieving revision 1.249 diff -u -r1.248 -r1.249 --- comps-fe6.xml.in 22 Dec 2006 01:04:42 -0000 1.248 +++ comps-fe6.xml.in 23 Dec 2006 11:17:09 -0000 1.249 @@ -1196,12 +1196,14 @@ xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-sensors-plugin + xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin + xfce4-xfapplet-plugin xfce4-xkb-plugin xfce4-xmms-plugin xfwm4-themes From fedora-extras-commits at redhat.com Sat Dec 23 11:27:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:27:02 -0500 Subject: rpms/kmenu-gnome import.log,1.8,1.9 Message-ID: <200612231127.kBNBR2xG008236@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8206 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-5 from kmenu-gnome-0.6.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 3 Nov 2006 19:11:03 -0000 1.8 +++ import.log 23 Dec 2006 11:26:32 -0000 1.9 @@ -5,3 +5,4 @@ kmenu-gnome-0_6_1-2:FC-6:kmenu-gnome-0.6.1-2.src.rpm:1162581027 kmenu-gnome-0_6_1-2:FC-5:kmenu-gnome-0.6.1-2.src.rpm:1162581127 kmenu-gnome-0_6_1-2:HEAD:kmenu-gnome-0.6.1-2.src.rpm:1162581312 +kmenu-gnome-0_6_2-1:FC-5:kmenu-gnome-0.6.2-1.src.rpm:1166873976 From fedora-extras-commits at redhat.com Sat Dec 23 11:27:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:27:02 -0500 Subject: rpms/kmenu-gnome/FC-5 .cvsignore, 1.4, 1.5 kmenu-gnome.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612231127.kBNBR2Q7008241@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8206/FC-5 Modified Files: .cvsignore kmenu-gnome.spec sources Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-5 from kmenu-gnome-0.6.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Nov 2006 19:08:00 -0000 1.4 +++ .cvsignore 23 Dec 2006 11:26:32 -0000 1.5 @@ -1 +1 @@ -31025-kmenu-gnome-0.6.1.tar.gz +31025-kmenu-gnome-0.6.2.tar.gz Index: kmenu-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-5/kmenu-gnome.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kmenu-gnome.spec 3 Nov 2006 19:08:00 -0000 1.3 +++ kmenu-gnome.spec 23 Dec 2006 11:26:32 -0000 1.4 @@ -1,8 +1,8 @@ %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL @@ -87,6 +87,9 @@ %doc ChangeLog COPYING GPL LGPL README %Changelog +* Fri Dec 22 2006 Chitlesh Goorah - 0.6.2-1 +- New upstream release for FE + * Wed Nov 01 2006 Chitlesh Goorah - 0.6.1-2 - New upstream release for FE Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Nov 2006 19:08:00 -0000 1.4 +++ sources 23 Dec 2006 11:26:32 -0000 1.5 @@ -1 +1 @@ -27425ea61069ece88565220033bd7cbb 31025-kmenu-gnome-0.6.1.tar.gz +308eaba43e973e435d34583287996e48 31025-kmenu-gnome-0.6.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 11:30:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:30:55 -0500 Subject: rpms/kmenu-gnome import.log,1.9,1.10 Message-ID: <200612231130.kBNBUtg9008345@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8315 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-6 from kmenu-gnome-0.6.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 23 Dec 2006 11:26:32 -0000 1.9 +++ import.log 23 Dec 2006 11:30:25 -0000 1.10 @@ -6,3 +6,4 @@ kmenu-gnome-0_6_1-2:FC-5:kmenu-gnome-0.6.1-2.src.rpm:1162581127 kmenu-gnome-0_6_1-2:HEAD:kmenu-gnome-0.6.1-2.src.rpm:1162581312 kmenu-gnome-0_6_2-1:FC-5:kmenu-gnome-0.6.2-1.src.rpm:1166873976 +kmenu-gnome-0_6_2-1:FC-6:kmenu-gnome-0.6.2-1.src.rpm:1166874210 From fedora-extras-commits at redhat.com Sat Dec 23 11:30:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:30:55 -0500 Subject: rpms/kmenu-gnome/FC-6 .cvsignore, 1.4, 1.5 kmenu-gnome.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612231131.kBNBUtoD008350@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8315/FC-6 Modified Files: .cvsignore kmenu-gnome.spec sources Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-6 from kmenu-gnome-0.6.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Nov 2006 19:06:19 -0000 1.4 +++ .cvsignore 23 Dec 2006 11:30:25 -0000 1.5 @@ -1 +1 @@ -31025-kmenu-gnome-0.6.1.tar.gz +31025-kmenu-gnome-0.6.2.tar.gz Index: kmenu-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-6/kmenu-gnome.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kmenu-gnome.spec 3 Nov 2006 19:06:19 -0000 1.4 +++ kmenu-gnome.spec 23 Dec 2006 11:30:25 -0000 1.5 @@ -1,8 +1,8 @@ %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL @@ -87,6 +87,9 @@ %doc ChangeLog COPYING GPL LGPL README %Changelog +* Fri Dec 22 2006 Chitlesh Goorah - 0.6.2-1 +- New upstream release for FE + * Wed Nov 01 2006 Chitlesh Goorah - 0.6.1-2 - New upstream release for FE Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Nov 2006 19:06:19 -0000 1.4 +++ sources 23 Dec 2006 11:30:25 -0000 1.5 @@ -1 +1 @@ -27425ea61069ece88565220033bd7cbb 31025-kmenu-gnome-0.6.1.tar.gz +308eaba43e973e435d34583287996e48 31025-kmenu-gnome-0.6.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 11:33:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:33:33 -0500 Subject: rpms/kmenu-gnome import.log,1.10,1.11 Message-ID: <200612231133.kBNBXX0R008448@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8418 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6.2-1 on branch devel from kmenu-gnome-0.6.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 23 Dec 2006 11:30:25 -0000 1.10 +++ import.log 23 Dec 2006 11:33:03 -0000 1.11 @@ -7,3 +7,4 @@ kmenu-gnome-0_6_1-2:HEAD:kmenu-gnome-0.6.1-2.src.rpm:1162581312 kmenu-gnome-0_6_2-1:FC-5:kmenu-gnome-0.6.2-1.src.rpm:1166873976 kmenu-gnome-0_6_2-1:FC-6:kmenu-gnome-0.6.2-1.src.rpm:1166874210 +kmenu-gnome-0_6_2-1:HEAD:kmenu-gnome-0.6.2-1.src.rpm:1166874374 From fedora-extras-commits at redhat.com Sat Dec 23 11:33:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:33:33 -0500 Subject: rpms/kmenu-gnome/devel .cvsignore, 1.4, 1.5 kmenu-gnome.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612231133.kBNBXX9N008453@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8418/devel Modified Files: .cvsignore kmenu-gnome.spec sources Log Message: auto-import kmenu-gnome-0.6.2-1 on branch devel from kmenu-gnome-0.6.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Nov 2006 19:11:04 -0000 1.4 +++ .cvsignore 23 Dec 2006 11:33:03 -0000 1.5 @@ -1 +1 @@ -31025-kmenu-gnome-0.6.1.tar.gz +31025-kmenu-gnome-0.6.2.tar.gz Index: kmenu-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/kmenu-gnome.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kmenu-gnome.spec 3 Nov 2006 19:11:04 -0000 1.4 +++ kmenu-gnome.spec 23 Dec 2006 11:33:03 -0000 1.5 @@ -1,8 +1,8 @@ %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL @@ -87,6 +87,9 @@ %doc ChangeLog COPYING GPL LGPL README %Changelog +* Fri Dec 22 2006 Chitlesh Goorah - 0.6.2-1 +- New upstream release for FE + * Wed Nov 01 2006 Chitlesh Goorah - 0.6.1-2 - New upstream release for FE Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Nov 2006 19:11:04 -0000 1.4 +++ sources 23 Dec 2006 11:33:03 -0000 1.5 @@ -1 +1 @@ -27425ea61069ece88565220033bd7cbb 31025-kmenu-gnome-0.6.1.tar.gz +308eaba43e973e435d34583287996e48 31025-kmenu-gnome-0.6.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 12:29:00 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 07:29:00 -0500 Subject: rpms/apt/devel .cvsignore, 1.14, 1.15 apt.spec, 1.36, 1.37 sources, 1.14, 1.15 Message-ID: <200612231229.kBNCT0rk013672@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13619/devel Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 23 Nov 2006 16:45:49 -0000 1.14 +++ .cvsignore 23 Dec 2006 12:28:30 -0000 1.15 @@ -1,2 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- apt.spec 9 Dec 2006 16:15:43 -0000 1.36 +++ apt.spec 23 Dec 2006 12:28:30 -0000 1.37 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8.1%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p1 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,10 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + * Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 - Rebuild against python 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 23 Nov 2006 16:45:49 -0000 1.14 +++ sources 23 Dec 2006 12:28:30 -0000 1.15 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 12:57:21 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 07:57:21 -0500 Subject: rpms/apt/devel apt.spec,1.37,1.38 Message-ID: <200612231257.kBNCvLku015588@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15539 Modified Files: apt.spec Log Message: Fix patch level. Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- apt.spec 23 Dec 2006 12:28:30 -0000 1.37 +++ apt.spec 23 Dec 2006 12:56:51 -0000 1.38 @@ -116,7 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc -%patch1 -p1 -b .mmap +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ From fedora-extras-commits at redhat.com Sat Dec 23 13:30:58 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 08:30:58 -0500 Subject: rpms/apt/FC-4 .cvsignore, 1.6, 1.7 apt.spec, 1.23, 1.24 sources, 1.7, 1.8 Message-ID: <200612231330.kBNDUwl1020961@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-4 Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs for non-devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 09:53:03 -0000 1.6 +++ .cvsignore 23 Dec 2006 13:30:27 -0000 1.7 @@ -1 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 +apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/FC-4/apt.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- apt.spec 23 Nov 2006 16:45:48 -0000 1.23 +++ apt.spec 23 Dec 2006 13:30:27 -0000 1.24 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,13 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Nov 2006 16:45:48 -0000 1.7 +++ sources 23 Dec 2006 13:30:27 -0000 1.8 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 13:30:58 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 08:30:58 -0500 Subject: rpms/apt/FC-5 .cvsignore, 1.6, 1.7 apt.spec, 1.23, 1.24 sources, 1.7, 1.8 Message-ID: <200612231331.kBNDUwE3020966@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-5 Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs for non-devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 09:53:04 -0000 1.6 +++ .cvsignore 23 Dec 2006 13:30:28 -0000 1.7 @@ -1 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 +apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/FC-5/apt.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- apt.spec 23 Nov 2006 16:45:48 -0000 1.23 +++ apt.spec 23 Dec 2006 13:30:28 -0000 1.24 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,13 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Nov 2006 16:45:48 -0000 1.7 +++ sources 23 Dec 2006 13:30:28 -0000 1.8 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 13:31:03 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 08:31:03 -0500 Subject: rpms/apt/FC-6 .cvsignore, 1.13, 1.14 apt.spec, 1.35, 1.36 sources, 1.14, 1.15 Message-ID: <200612231331.kBNDV34n020977@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-6 Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs for non-devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 22 Jun 2006 09:53:10 -0000 1.13 +++ .cvsignore 23 Dec 2006 13:30:33 -0000 1.14 @@ -1 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 +apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/FC-6/apt.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- apt.spec 23 Nov 2006 16:45:48 -0000 1.35 +++ apt.spec 23 Dec 2006 13:30:33 -0000 1.36 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,13 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/FC-6/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 23 Nov 2006 16:45:48 -0000 1.14 +++ sources 23 Dec 2006 13:30:33 -0000 1.15 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 13:53:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 23 Dec 2006 08:53:40 -0500 Subject: rpms/search4files/devel search4files.spec,1.3,1.4 Message-ID: <200612231353.kBNDre46021648@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21629 Modified Files: search4files.spec Log Message: * Sat Dec 23 2006 Mamoru Tasaka 0.1e-1.fc7.1 - Require pyxdg again Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/search4files.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- search4files.spec 20 Dec 2006 14:46:44 -0000 1.3 +++ search4files.spec 23 Dec 2006 13:53:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: search4files Version: 0.1e -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A handy file search tool Group: Applications/File @@ -13,11 +13,7 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade -# disable pyxdg support on devel until pyxdg is -# rebuilt against python 2.5 -%if 0%{?fedora} < 7 Requires: pyxdg -%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -94,6 +90,9 @@ %{_datadir}/%{name}/ %changelog +* Sat Dec 23 2006 Mamoru Tasaka 0.1e-1.fc7.1 +- Require pyxdg again + * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e From fedora-extras-commits at redhat.com Sat Dec 23 14:21:08 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 23 Dec 2006 09:21:08 -0500 Subject: rpms/liferea/devel liferea.spec,1.58,1.59 Message-ID: <200612231421.kBNEL8SS024894@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879 Modified Files: liferea.spec Log Message: * Sat Dec 23 2006 Brian Pepple - 1.2.0-2 - Rebuild against new firefox. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- liferea.spec 17 Dec 2006 23:23:16 -0000 1.58 +++ liferea.spec 23 Dec 2006 14:20:37 -0000 1.59 @@ -1,6 +1,6 @@ Name: liferea Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -110,6 +110,9 @@ %changelog +* Sat Dec 23 2006 Brian Pepple - 1.2.0-2 +- Rebuild against new firefox. + * Sun Dec 17 2006 Brian Pepple - 1.2.0-1 - Update to 1.2.0. - Add scriptlets for gtk+ icon cache. From fedora-extras-commits at redhat.com Sat Dec 23 15:01:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 10:01:06 -0500 Subject: owners owners.list,1.2145,1.2146 Message-ID: <200612231501.kBNF16Ab028155@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25010/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2145 retrieving revision 1.2146 diff -u -r1.2145 -r1.2146 --- owners.list 23 Dec 2006 08:51:11 -0000 1.2145 +++ owners.list 23 Dec 2006 15:00:36 -0000 1.2146 @@ -843,6 +843,7 @@ Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|keurocalc|KEuroCalc is a universal currency converter and calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 23 15:51:16 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 10:51:16 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.19,1.20 Message-ID: <200612231551.kBNFpGgW028562@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28529 Modified Files: sysprof-kmod.spec Log Message: rebuild for kernel 2.6.19-1.2891 Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sysprof-kmod.spec 22 Dec 2006 10:27:08 -0000 1.19 +++ sysprof-kmod.spec 23 Dec 2006 15:50:46 -0000 1.20 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.19-1.2890.fc7} +%{!?kversion: %define kversion 2.6.19-1.2891.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -103,6 +103,9 @@ %changelog +* Thu Dec 23 2006 Gianluca Sforna +- rebuild for kernel 2.6.19-1.2891 + * Thu Dec 22 2006 Gianluca Sforna - rebuild for kernel 2.6.19-1.2890 From fedora-extras-commits at redhat.com Sat Dec 23 15:51:20 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Sat, 23 Dec 2006 10:51:20 -0500 Subject: rpms/seamonkey/devel .cvsignore, 1.7, 1.8 seamonkey.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612231551.kBNFpKY3028567@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28531 Modified Files: .cvsignore seamonkey.spec sources Log Message: * Sat Dec 23 2006 Kai Engert 1.0.7-1 - SeaMonkey 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Nov 2006 21:00:22 -0000 1.7 +++ .cvsignore 23 Dec 2006 15:50:50 -0000 1.8 @@ -1 +1 @@ -seamonkey-1.0.6.source.tar.bz2 +seamonkey-1.0.7.source.tar.bz2 Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- seamonkey.spec 11 Nov 2006 00:14:22 -0000 1.14 +++ seamonkey.spec 23 Dec 2006 15:50:50 -0000 1.15 @@ -10,8 +10,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.0.7 +Release: 1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -427,6 +427,8 @@ %changelog +* Sat Dec 23 2006 Kai Engert 1.0.7-1 +- SeaMonkey 1.0.7 * Fri Nov 10 2006 Kai Engert 1.0.6-2 - Do not run regchrome. - Fix some .dat and .rdf ghost files. Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Nov 2006 21:00:22 -0000 1.7 +++ sources 23 Dec 2006 15:50:50 -0000 1.8 @@ -1 +1 @@ -16e1c6bab1e3832b22863933b5b032e7 seamonkey-1.0.6.source.tar.bz2 +d0137029a8cc6d8f21de12b0cb5bfff8 seamonkey-1.0.7.source.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 23 16:01:15 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:01:15 -0500 Subject: rpms/python-durus/devel python-durus.spec,1.14,1.15 Message-ID: <200612231601.kBNG1Feu031832@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-durus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28685 Modified Files: python-durus.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 3.5-3 - Rebuild for new Python. Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-durus.spec 16 Sep 2006 18:35:09 -0000 1.14 +++ python-durus.spec 23 Dec 2006 16:00:45 -0000 1.15 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 3.5-3 +- Rebuild for new Python. + * Sat Sep 16 2006 Shahms E. King 3.5-2 - Rebuld for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 16:03:26 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 11:03:26 -0500 Subject: rpms/lilypond/devel .cvsignore, 1.9, 1.10 lilypond.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612231603.kBNG3QOV031928@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31909 Modified Files: .cvsignore lilypond.spec sources Log Message: New release and bugfix. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 15 Dec 2006 19:57:28 -0000 1.9 +++ .cvsignore 23 Dec 2006 16:02:56 -0000 1.10 @@ -1 +1 @@ -lilypond-2.10.2.tar.gz +lilypond-2.10.4.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- lilypond.spec 15 Dec 2006 19:57:28 -0000 1.9 +++ lilypond.spec 23 Dec 2006 16:02:56 -0000 1.10 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -71,9 +71,10 @@ %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : - +if [ "$1" = "0" ]; then + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : +fi %files -f %{name}.lang %defattr(-,root,root,-) @@ -90,6 +91,10 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.10.4-1 +- New release. +- Finish fixing bug 219400. + * Wed Dec 13 2006 Quentin Spencer 2.10.2-2 - New release. - Fix bug 219400. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 15 Dec 2006 19:57:28 -0000 1.9 +++ sources 23 Dec 2006 16:02:56 -0000 1.10 @@ -1 +1 @@ -604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz +ff9df1e672a3a44caea62becd71cb3bb lilypond-2.10.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 16:04:39 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:04:39 -0500 Subject: rpms/python-feedparser/devel python-feedparser.spec,1.2,1.3 Message-ID: <200612231604.kBNG4deC031987@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-feedparser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31972 Modified Files: python-feedparser.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 4.1-2 - Rebuild for new Python. Index: python-feedparser.spec =================================================================== RCS file: /cvs/extras/rpms/python-feedparser/devel/python-feedparser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-feedparser.spec 11 Jan 2006 15:07:10 -0000 1.2 +++ python-feedparser.spec 23 Dec 2006 16:04:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-feedparser Version: 4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parse RSS and Atom feeds in Python Group: Development/Languages @@ -50,6 +50,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 4.1-2 +- Rebuild for new Python. + * Wed Jan 11 2006 Konstantin Ryabitsev - 4.1-1 - Version 4.1 From fedora-extras-commits at redhat.com Sat Dec 23 16:19:02 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:19:02 -0500 Subject: rpms/python-htmltmpl/devel python-htmltmpl.spec,1.1,1.2 Message-ID: <200612231619.kBNGJ2iu032100@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32085 Modified Files: python-htmltmpl.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 1.22-8 - Rebuild with Python 2.5. - BuildRequires: python-devel. Index: python-htmltmpl.spec =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/devel/python-htmltmpl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-htmltmpl.spec 28 Aug 2006 20:22:56 -0000 1.1 +++ python-htmltmpl.spec 23 Dec 2006 16:18:32 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-htmltmpl Version: 1.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Templating engine for separation of code and HTML Group: Development/Libraries @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Provides: htmltmpl = %{version}-%{release} Obsoletes: htmltmpl < 1.22-7 @@ -65,6 +65,10 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 1.22-8 +- Rebuild with Python 2.5. +- BuildRequires: python-devel. + * Mon Aug 28 2006 Ville Skytt?? - 1.22-7 - Rename to python-htmltmpl. - BuildRequire python instead of -devel. From fedora-extras-commits at redhat.com Sat Dec 23 16:26:18 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:26:18 -0500 Subject: rpms/python-id3/devel python-id3.spec,1.1,1.2 Message-ID: <200612231626.kBNGQIip032237@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32222 Modified Files: python-id3.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 1.2-9 - Rebuild with Python 2.5. - BuildRequires: python-devel is now necessary for a successful build. Index: python-id3.spec =================================================================== RCS file: /cvs/extras/rpms/python-id3/devel/python-id3.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-id3.spec 28 Aug 2006 20:16:39 -0000 1.1 +++ python-id3.spec 23 Dec 2006 16:25:48 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-id3 Version: 1.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: ID3 tag library for Python Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Provides: id3-py = %{version}-%{release} Obsoletes: id3-py < 1.2-8 @@ -47,6 +47,10 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 1.2-9 +- Rebuild with Python 2.5. +- BuildRequires: python-devel is now necessary for a successful build. + * Thu Aug 10 2006 Ville Skytt?? - 1.2-8 - Rename to python-id3. - Remove no longer needed python-abi dependency. From fedora-extras-commits at redhat.com Sat Dec 23 16:32:37 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 23 Dec 2006 11:32:37 -0500 Subject: rpms/fontforge/devel .cvsignore, 1.11, 1.12 fontforge.spec, 1.23, 1.24 sources, 1.11, 1.12 fontforge-20061025-fsSel.patch, 1.1, NONE fontforge-20061025-usFirstCharIndex.patch, 1.1, NONE Message-ID: <200612231632.kBNGWbQ3032375@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32356 Modified Files: .cvsignore fontforge.spec sources Removed Files: fontforge-20061025-fsSel.patch fontforge-20061025-usFirstCharIndex.patch Log Message: * Fri Dec 22 2006 Roozbeh Pournader - 20061220-1 - Update to upstream 20061220 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 25 Nov 2006 10:54:38 -0000 1.11 +++ .cvsignore 23 Dec 2006 16:32:07 -0000 1.12 @@ -1,2 +1,2 @@ -fontforge_htdocs-20061014.tar.bz2 -fontforge_full-20061025.tar.bz2 +fontforge_full-20061220.tar.bz2 +fontforge_htdocs-20061220.tar.bz2 Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- fontforge.spec 9 Dec 2006 18:24:22 -0000 1.23 +++ fontforge.spec 23 Dec 2006 16:32:07 -0000 1.24 @@ -1,9 +1,9 @@ -%define docs_version 20061014 +%define docs_version 20061220 %define gettext_package FontForge Name: fontforge -Version: 20061025 -Release: 2%{?dist} +Version: 20061220 +Release: 1%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -12,8 +12,6 @@ Source0: http://dl.sf.net/fontforge/fontforge_full-%{version}.tar.bz2 Source1: fontforge.desktop Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 -Patch1: fontforge-20061025-usFirstCharIndex.patch -Patch2: fontforge-20061025-fsSel.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: htmlview @@ -41,8 +39,6 @@ %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .usFirstCharIndex -%patch2 -p1 -b .fsSel mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -116,6 +112,9 @@ %changelog +* Fri Dec 22 2006 Roozbeh Pournader - 20061220-1 +- Update to upstream 20061220 + * Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 - Add patch to fix fsSelection problem with DejaVu ExtraLight Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 25 Nov 2006 10:54:38 -0000 1.11 +++ sources 23 Dec 2006 16:32:07 -0000 1.12 @@ -1,2 +1,2 @@ -c55c948e1475d2f772aba96704e4b779 fontforge_htdocs-20061014.tar.bz2 -5fcfa3497d237bf68d1d388254f78448 fontforge_full-20061025.tar.bz2 +0f2354b885676fc8092a74aa9b9cb662 fontforge_full-20061220.tar.bz2 +0f7b90adb0faf4b2e353ad5df9200b88 fontforge_htdocs-20061220.tar.bz2 --- fontforge-20061025-fsSel.patch DELETED --- --- fontforge-20061025-usFirstCharIndex.patch DELETED --- From bpepple at fedoraproject.org Sat Dec 23 16:41:53 2006 From: bpepple at fedoraproject.org (Brian Pepple) Date: Sat, 23 Dec 2006 11:41:53 -0500 Subject: rpms/python-id3/devel python-id3.spec,1.1,1.2 In-Reply-To: <200612231626.kBNGQIip032237@cvs-int.fedora.redhat.com> References: <200612231626.kBNGQIip032237@cvs-int.fedora.redhat.com> Message-ID: <1166892113.2820.1.camel@Chuck> On Sat, 2006-12-23 at 11:26 -0500, Jason Tibbitts wrote: > Author: tibbs > > Update of /cvs/extras/rpms/python-id3/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32222 > > Modified Files: > python-id3.spec > Log Message: > * Sat Dec 23 2006 Jason L Tibbitts III - 1.2-9 > - Rebuild with Python 2.5. > - BuildRequires: python-devel is now necessary for a successful build. Isn't this packaged orphaned? /B -- Brian Pepple gpg --keyserver pgp.mit.edu --recv-keys 810CC15E BD5E 6F9E 8688 E668 8F5B CBDE 326A E936 810C C15E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Sat Dec 23 16:37:02 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 11:37:02 -0500 Subject: rpms/sysprof-kmod/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof-kmod.spec, 1.12, 1.13 Message-ID: <200612231637.kBNGb2oi032460@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32429 Modified Files: .cvsignore sources sysprof-kmod.spec Log Message: - version update to 1.0.8 - rebuild for kernel 2.6.18-1.2868 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 12:36:44 -0000 1.4 +++ .cvsignore 23 Dec 2006 16:36:32 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 12:36:44 -0000 1.4 +++ sources 23 Dec 2006 16:36:32 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/sysprof-kmod.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sysprof-kmod.spec 21 Nov 2006 12:36:44 -0000 1.12 +++ sysprof-kmod.spec 23 Dec 2006 16:36:32 -0000 1.13 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2849.fc6} +%{!?kversion: %define kversion 2.6.18-1.2868.fc6} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -29,7 +29,7 @@ Name: %{kmod_name}-kmod -Version: 1.0.7 +Version: 1.0.8 Release: 1.%(echo %{kverrel} | tr - _) Summary: Sysprof kernel module @@ -103,8 +103,12 @@ %changelog -* Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 -- version update to 1.0.7 +* Thu Dec 23 2006 Gianluca Sforna +- rebuild for kernel 2.6.19-1.2891 + +* Tue Nov 21 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 +- rebuild for kernel 2.6.18-1.2868 * Mon Nov 13 2006 Gianluca Sforna - rebuild for kernel 2.6.18-1.2849 From fedora-extras-commits at redhat.com Sat Dec 23 16:41:18 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 11:41:18 -0500 Subject: rpms/sysprof-kmod/FC-6 sysprof-kmod.spec,1.13,1.14 Message-ID: <200612231641.kBNGfIJO032567@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32501 Modified Files: sysprof-kmod.spec Log Message: Fix messed up changelog Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/sysprof-kmod.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sysprof-kmod.spec 23 Dec 2006 16:36:32 -0000 1.13 +++ sysprof-kmod.spec 23 Dec 2006 16:40:48 -0000 1.14 @@ -103,13 +103,13 @@ %changelog -* Thu Dec 23 2006 Gianluca Sforna -- rebuild for kernel 2.6.19-1.2891 - -* Tue Nov 21 2006 Gianluca Sforna 1.0.8-1 +* Thu Dec 23 2006 Gianluca Sforna 1.0.8-1 - version update to 1.0.8 - rebuild for kernel 2.6.18-1.2868 +* Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 +- version update to 1.0.7 + * Mon Nov 13 2006 Gianluca Sforna - rebuild for kernel 2.6.18-1.2849 From fedora-extras-commits at redhat.com Sat Dec 23 16:41:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:41:25 -0500 Subject: rpms/keurocalc import.log,1.2,1.3 Message-ID: <200612231641.kBNGfPj4032570@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32535 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-2 on branch FC-5 from keurocalc-0.9.7-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 1 Dec 2006 17:36:57 -0000 1.2 +++ import.log 23 Dec 2006 16:40:55 -0000 1.3 @@ -1 +1,2 @@ keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 +keurocalc-0_9_7-2:FC-5:keurocalc-0.9.7-2.src.rpm:1166892855 From fedora-extras-commits at redhat.com Sat Dec 23 16:41:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:41:25 -0500 Subject: rpms/keurocalc/FC-5 keurocalc.spec,1.1,1.2 Message-ID: <200612231641.kBNGfPnk032573@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32535/FC-5 Modified Files: keurocalc.spec Log Message: auto-import keurocalc-0.9.7-2 on branch FC-5 from keurocalc-0.9.7-2.src.rpm Index: keurocalc.spec =================================================================== RCS file: /cvs/extras/rpms/keurocalc/FC-5/keurocalc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keurocalc.spec 1 Dec 2006 17:36:58 -0000 1.1 +++ keurocalc.spec 23 Dec 2006 16:40:55 -0000 1.2 @@ -1,6 +1,6 @@ Name: keurocalc Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL @@ -63,8 +63,25 @@ %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications -%find_lang %{name} - +## File lists +# locale's +%find_lang %{name} || touch %{name}.lang +# HTML (1.0) +HTML_DIR=$(kde-config --expandvars --install html) +if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then +for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do + if [ -d $lang_dir ]; then + lang=$(basename $lang_dir) + echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang + # replace absolute symlinks with relative ones + pushd $lang_dir + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done + popd + fi +done +fi %post touch --no-create %{_datadir}/icons/hicolor ||: @@ -91,6 +108,9 @@ %Changelog +* Sat Dec 23 2006 Chitlesh Goorah - 0.9.7-2 +- Added fix for relative symlinks + * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide From fedora-extras-commits at redhat.com Sat Dec 23 16:42:26 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Sat, 23 Dec 2006 11:42:26 -0500 Subject: rpms/seamonkey/FC-6 .cvsignore, 1.7, 1.8 seamonkey.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612231642.kBNGgQik032678@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32613 Modified Files: .cvsignore seamonkey.spec sources Log Message: * Sat Dec 23 2006 Kai Engert 1.0.7-0.6 - SeaMonkey 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Nov 2006 19:57:13 -0000 1.7 +++ .cvsignore 23 Dec 2006 16:41:56 -0000 1.8 @@ -1 +1 @@ -seamonkey-1.0.6.source.tar.bz2 +seamonkey-1.0.7.source.tar.bz2 Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-6/seamonkey.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- seamonkey.spec 10 Nov 2006 21:02:14 -0000 1.14 +++ seamonkey.spec 23 Dec 2006 16:41:56 -0000 1.15 @@ -10,8 +10,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.6 -Release: 0.6.2%{?dist} +Version: 1.0.7 +Release: 0.6%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -427,6 +427,8 @@ %changelog +* Sat Dec 23 2006 Kai Engert 1.0.7-0.6 +- SeaMonkey 1.0.7 * Thu Nov 09 2006 Kai Engert 1.0.6-0.6.2 - Fix some .dat and .rdf ghost files. * Thu Nov 09 2006 Kai Engert 1.0.6-0.6.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Nov 2006 19:57:13 -0000 1.7 +++ sources 23 Dec 2006 16:41:56 -0000 1.8 @@ -1 +1 @@ -16e1c6bab1e3832b22863933b5b032e7 seamonkey-1.0.6.source.tar.bz2 +d0137029a8cc6d8f21de12b0cb5bfff8 seamonkey-1.0.7.source.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 23 16:42:42 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:42:42 -0500 Subject: rpms/keurocalc import.log,1.3,1.4 Message-ID: <200612231642.kBNGggKc032681@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32648 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-2 on branch FC-6 from keurocalc-0.9.7-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 23 Dec 2006 16:40:55 -0000 1.3 +++ import.log 23 Dec 2006 16:42:12 -0000 1.4 @@ -1,2 +1,3 @@ keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 keurocalc-0_9_7-2:FC-5:keurocalc-0.9.7-2.src.rpm:1166892855 +keurocalc-0_9_7-2:FC-6:keurocalc-0.9.7-2.src.rpm:1166892932 From fedora-extras-commits at redhat.com Sat Dec 23 16:42:42 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:42:42 -0500 Subject: rpms/keurocalc/FC-6 keurocalc.spec,1.1,1.2 Message-ID: <200612231642.kBNGgg2O032684@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32648/FC-6 Modified Files: keurocalc.spec Log Message: auto-import keurocalc-0.9.7-2 on branch FC-6 from keurocalc-0.9.7-2.src.rpm Index: keurocalc.spec =================================================================== RCS file: /cvs/extras/rpms/keurocalc/FC-6/keurocalc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keurocalc.spec 1 Dec 2006 17:36:58 -0000 1.1 +++ keurocalc.spec 23 Dec 2006 16:42:12 -0000 1.2 @@ -1,6 +1,6 @@ Name: keurocalc Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL @@ -63,8 +63,25 @@ %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications -%find_lang %{name} - +## File lists +# locale's +%find_lang %{name} || touch %{name}.lang +# HTML (1.0) +HTML_DIR=$(kde-config --expandvars --install html) +if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then +for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do + if [ -d $lang_dir ]; then + lang=$(basename $lang_dir) + echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang + # replace absolute symlinks with relative ones + pushd $lang_dir + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done + popd + fi +done +fi %post touch --no-create %{_datadir}/icons/hicolor ||: @@ -91,6 +108,9 @@ %Changelog +* Sat Dec 23 2006 Chitlesh Goorah - 0.9.7-2 +- Added fix for relative symlinks + * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide From fedora-extras-commits at redhat.com Sat Dec 23 16:44:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:44:05 -0500 Subject: rpms/keurocalc import.log,1.4,1.5 Message-ID: <200612231644.kBNGi5hI000377@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv336 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-2 on branch devel from keurocalc-0.9.7-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 23 Dec 2006 16:42:12 -0000 1.4 +++ import.log 23 Dec 2006 16:43:35 -0000 1.5 @@ -1,3 +1,4 @@ keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 keurocalc-0_9_7-2:FC-5:keurocalc-0.9.7-2.src.rpm:1166892855 keurocalc-0_9_7-2:FC-6:keurocalc-0.9.7-2.src.rpm:1166892932 +keurocalc-0_9_7-2:HEAD:keurocalc-0.9.7-2.src.rpm:1166893016 From fedora-extras-commits at redhat.com Sat Dec 23 16:44:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:44:05 -0500 Subject: rpms/keurocalc/devel keurocalc.spec,1.1,1.2 Message-ID: <200612231644.kBNGi5tM000380@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv336/devel Modified Files: keurocalc.spec Log Message: auto-import keurocalc-0.9.7-2 on branch devel from keurocalc-0.9.7-2.src.rpm Index: keurocalc.spec =================================================================== RCS file: /cvs/extras/rpms/keurocalc/devel/keurocalc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keurocalc.spec 1 Dec 2006 17:36:58 -0000 1.1 +++ keurocalc.spec 23 Dec 2006 16:43:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: keurocalc Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL @@ -63,8 +63,25 @@ %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications -%find_lang %{name} - +## File lists +# locale's +%find_lang %{name} || touch %{name}.lang +# HTML (1.0) +HTML_DIR=$(kde-config --expandvars --install html) +if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then +for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do + if [ -d $lang_dir ]; then + lang=$(basename $lang_dir) + echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang + # replace absolute symlinks with relative ones + pushd $lang_dir + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done + popd + fi +done +fi %post touch --no-create %{_datadir}/icons/hicolor ||: @@ -91,6 +108,9 @@ %Changelog +* Sat Dec 23 2006 Chitlesh Goorah - 0.9.7-2 +- Added fix for relative symlinks + * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide From fedora-extras-commits at redhat.com Sat Dec 23 16:47:38 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 11:47:38 -0500 Subject: rpms/sysprof/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof.spec, 1.5, 1.6 Message-ID: <200612231647.kBNGlcuV000612@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv593 Modified Files: .cvsignore sources sysprof.spec Log Message: version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 12:35:32 -0000 1.4 +++ .cvsignore 23 Dec 2006 16:47:08 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 12:35:32 -0000 1.4 +++ sources 23 Dec 2006 16:47:08 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-6/sysprof.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sysprof.spec 21 Nov 2006 12:35:32 -0000 1.5 +++ sysprof.spec 23 Dec 2006 16:47:08 -0000 1.6 @@ -1,5 +1,5 @@ Name: sysprof -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System @@ -61,6 +61,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 23 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Sat Dec 23 17:13:12 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 12:13:12 -0500 Subject: rpms/python-quixote/devel python-quixote.spec,1.11,1.12 Message-ID: <200612231713.kBNHDCvp003954@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-quixote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3939 Modified Files: python-quixote.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 2.4-5 - Rebuild with Python 2.5 Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-quixote.spec 16 Sep 2006 18:47:15 -0000 1.11 +++ python-quixote.spec 23 Dec 2006 17:12:42 -0000 1.12 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -70,6 +70,9 @@ %{python_sitearch}/quixote/html/*.pyo %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 2.4-5 +- Rebuild with Python 2.5 + * Sat Sep 16 2006 Shahms E. King 2.4-4 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 17:22:15 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:22:15 -0500 Subject: rpms/octave/FC-6 octave.spec,1.48,1.49 Message-ID: <200612231722.kBNHMFTc004135@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/FC-6 Modified Files: octave.spec Log Message: Fix bug 219404. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-6/octave.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- octave.spec 3 Oct 2006 18:32:54 -0000 1.48 +++ octave.spec 23 Dec 2006 17:21:45 -0000 1.49 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug 219404. + * Mon Oct 3 2006 Quentin Spencer 2.9.9-1 - New release. Remove old patch. From fedora-extras-commits at redhat.com Sat Dec 23 17:22:15 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:22:15 -0500 Subject: rpms/octave/FC-5 octave.spec,1.43,1.44 Message-ID: <200612231722.kBNHMFcs004132@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/FC-5 Modified Files: octave.spec Log Message: Fix bug 219404. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- octave.spec 5 Oct 2006 19:54:02 -0000 1.43 +++ octave.spec 23 Dec 2006 17:21:45 -0000 1.44 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug 219404. + * Thu Oct 5 2006 Quentin Spencer 2.9.9-1 - New release. - BuildRequires: pcre-devel From fedora-extras-commits at redhat.com Sat Dec 23 17:22:21 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:22:21 -0500 Subject: rpms/octave/devel octave.spec,1.48,1.49 Message-ID: <200612231722.kBNHMLK8004138@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/devel Modified Files: octave.spec Log Message: Fix bug 219404. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- octave.spec 3 Oct 2006 18:32:54 -0000 1.48 +++ octave.spec 23 Dec 2006 17:21:50 -0000 1.49 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug + * Mon Oct 3 2006 Quentin Spencer 2.9.9-1 - New release. Remove old patch. From fedora-extras-commits at redhat.com Sat Dec 23 17:26:07 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:26:07 -0500 Subject: rpms/lilypond/FC-6 lilypond.spec,1.9,1.10 Message-ID: <200612231726.kBNHQ7hL004202@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4161 Modified Files: lilypond.spec Log Message: New release and finish a bugfix. Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/lilypond.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- lilypond.spec 15 Dec 2006 19:54:46 -0000 1.9 +++ lilypond.spec 23 Dec 2006 17:25:37 -0000 1.10 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -71,9 +71,10 @@ %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : - +if [ "$1" = "0" ]; then + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : +fi %files -f %{name}.lang %defattr(-,root,root,-) @@ -90,6 +91,10 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.10.4-1 +- New release. +- Finish fixing bug 219400. + * Wed Dec 13 2006 Quentin Spencer 2.10.2-2 - New release. - Fix bug 219400. From fedora-extras-commits at redhat.com Sat Dec 23 17:26:35 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:26:35 -0500 Subject: rpms/lilypond/FC-6 .cvsignore,1.9,1.10 sources,1.9,1.10 Message-ID: <200612231726.kBNHQZj8004209@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4185 Modified Files: .cvsignore sources Log Message: New release and finish a bugfix. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 15 Dec 2006 19:54:46 -0000 1.9 +++ .cvsignore 23 Dec 2006 17:26:05 -0000 1.10 @@ -1 +1 @@ -lilypond-2.10.2.tar.gz +lilypond-2.10.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 15 Dec 2006 19:54:46 -0000 1.9 +++ sources 23 Dec 2006 17:26:05 -0000 1.10 @@ -1 +1 @@ -604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz +ff9df1e672a3a44caea62becd71cb3bb lilypond-2.10.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 17:48:34 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 23 Dec 2006 12:48:34 -0500 Subject: rpms/jd/devel .cvsignore, 1.43, 1.44 jd.spec, 1.52, 1.53 sources, 1.43, 1.44 Message-ID: <200612231748.kBNHmYpd004335@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4314 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 23 2006 Mamoru Tasaka - 1.8.1-2.cvs061223 - cvs 061223 (25:40 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- .cvsignore 21 Dec 2006 18:05:13 -0000 1.43 +++ .cvsignore 23 Dec 2006 17:48:04 -0000 1.44 @@ -1 +1 @@ -jd-1.8.1-cvs061221.tgz +jd-1.8.1-cvs061223.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- jd.spec 21 Dec 2006 18:05:13 -0000 1.52 +++ jd.spec 23 Dec 2006 17:48:04 -0000 1.53 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061221 +%define strtag cvs061223 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Thu Dec 21 2006 Mamoru Tasaka - 1.8.1-2.cvs061221 -- cvs 061221 (24:20 JST) +* Sat Dec 23 2006 Mamoru Tasaka - 1.8.1-2.cvs061223 +- cvs 061223 (25:40 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- sources 21 Dec 2006 18:05:13 -0000 1.43 +++ sources 23 Dec 2006 17:48:04 -0000 1.44 @@ -1 +1 @@ -b50f662ecb232a87bd865585df81f88f jd-1.8.1-cvs061221.tgz +70a8ee3b0db4ef41521f2a903cc2d0e3 jd-1.8.1-cvs061223.tgz From fedora-extras-commits at redhat.com Sat Dec 23 18:33:45 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 13:33:45 -0500 Subject: rpms/python-sexy/devel python-sexy.spec,1.6,1.7 Message-ID: <200612231833.kBNIXjsj007696@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7680 Modified Files: python-sexy.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 0.1.9-3 - Rebuild with Python 2.5. Index: python-sexy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sexy/devel/python-sexy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sexy.spec 25 Oct 2006 22:28:12 -0000 1.6 +++ python-sexy.spec 23 Dec 2006 18:33:15 -0000 1.7 @@ -2,7 +2,7 @@ %define real_name sexy-python Name: python-sexy Version: 0.1.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings to libsexy @@ -50,6 +50,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 0.1.9-3 +- Rebuild with Python 2.5. + * Thu Oct 26 2006 Ha??kel Gu??mar - 0.1.9-2 - fixed requires that asked libsexy-devel instead of libsexy. From fedora-extras-commits at redhat.com Sat Dec 23 19:12:45 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 14:12:45 -0500 Subject: rpms/lilypond/FC-5 .cvsignore, 1.8, 1.9 lilypond.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612231912.kBNJCjc3011190@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11171 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Dec 2006 15:08:02 -0000 1.8 +++ .cvsignore 23 Dec 2006 19:12:15 -0000 1.9 @@ -1 +1 @@ -lilypond-2.10.2.tar.gz +lilypond-2.10.4.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lilypond.spec 15 Dec 2006 19:44:22 -0000 1.11 +++ lilypond.spec 23 Dec 2006 19:12:15 -0000 1.12 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -92,6 +92,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.10.4-1 +- New release. + * Fri Dec 15 2006 Quentin Spencer 2.10.2-2 - Patch broken configure script (it thinks guile 1.6.7 is 1.6 and fails). Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 13 Dec 2006 15:08:02 -0000 1.8 +++ sources 23 Dec 2006 19:12:15 -0000 1.9 @@ -1 +1 @@ -604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz +ff9df1e672a3a44caea62becd71cb3bb lilypond-2.10.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:18 -0500 Subject: rpms/asymptote/FC-5 .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpIdZ011598@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/FC-5 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:38 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:38 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:38 -0000 1.12 +++ sources 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:18 -0500 Subject: rpms/asymptote/FC-4 .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpIpj011593@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/FC-4 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:38 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:38 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:38 -0000 1.12 +++ sources 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:24 -0500 Subject: rpms/asymptote/FC-6 .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpOse011603@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/FC-6 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:44 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:44 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:44 -0000 1.12 +++ sources 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:24 -0500 Subject: rpms/asymptote/devel .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpO1w011608@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/devel Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:45 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:45 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:45 -0000 1.12 +++ sources 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 20:14:09 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 23 Dec 2006 15:14:09 -0500 Subject: rpms/wesnoth/devel .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 wesnoth.spec, 1.29, 1.30 wesnoth-1.0.2-help-speedup-199079.patch, 1.1, NONE wesnoth-1.0.2-sdl_ttf.patch, 1.1, NONE Message-ID: <200612232014.kBNKE9HS014966@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14947 Modified Files: .cvsignore sources wesnoth.spec Removed Files: wesnoth-1.0.2-help-speedup-199079.patch wesnoth-1.0.2-sdl_ttf.patch Log Message: * Sat Dec 23 2006 Brian Pepple - 1.1.14-1 - Update to 1.1.14. - Add BR on fribidi-devel. - Drop X-Fedora category from desktop file. - Drop help speedup patch, fixed upstream. - Drop ttf patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Dec 2005 19:34:55 -0000 1.13 +++ .cvsignore 23 Dec 2006 20:13:39 -0000 1.14 @@ -1 +1 @@ -wesnoth-1.0.2.tar.gz +wesnoth-1.1.14.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Dec 2005 19:34:55 -0000 1.13 +++ sources 23 Dec 2006 20:13:39 -0000 1.14 @@ -1 +1 @@ -1d2a26062ce1c90cbf10845023f9435c wesnoth-1.0.2.tar.gz +9b7238f37faccf1c7be71de9475dc02b wesnoth-1.1.14.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wesnoth.spec 8 Sep 2006 00:45:36 -0000 1.29 +++ wesnoth.spec 23 Dec 2006 20:13:39 -0000 1.30 @@ -1,16 +1,14 @@ Name: wesnoth -Version: 1.0.2 -Release: 4%{?dist} +Version: 1.1.14 +Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPL URL: http://www.wesnoth.org -Source0: http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz +Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.gz Source1: wesnothd.init -Source2: wesnoth.sysconfig -Patch0: wesnoth-1.0.2-sdl_ttf.patch -Patch1: wesnoth-1.0.2-help-speedup-199079.patch +Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_image-devel @@ -18,6 +16,7 @@ BuildRequires: SDL_net-devel BuildRequires: freetype-devel BuildRequires: libpng-devel +BuildRequires: fribidi-devel BuildRequires: desktop-file-utils BuildRequires: gettext @@ -48,6 +47,7 @@ Requires(preun): /sbin/chkconfig Requires(pre): /usr/sbin/useradd + %description server This package contains the binaries for running a Wesnoth server for multi-player games. @@ -58,14 +58,13 @@ Group: Amusements/Games Requires: %{name} = %{version}-%{release} + %description tools This package contains the game editor and development tools. %prep %setup -q -%patch0 -p1 -b .sdl_ttf -%patch1 -p1 -b .help-199079 chmod -x MANUAL* @@ -87,7 +86,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ - --add-category="X-Fedora" icons/%{name}.desktop + icons/%{name}.desktop # add icon for menus mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps @@ -135,7 +134,7 @@ %files -f %{name}.\*.lang %defattr(-,root,root,-) %doc COPYING changelog README copyright MANUAL* -%{_bindir}/wesnoth +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* @@ -162,6 +161,13 @@ %ghost /var/run/wesnothd/socket %changelog +* Sat Dec 23 2006 Brian Pepple - 1.1.14-1 +- Update to 1.1.14. +- Add BR on fribidi-devel. +- Drop X-Fedora category from desktop file. +- Drop help speedup patch, fixed upstream. +- Drop ttf patch, fixed upstream. + * Thu Sep 7 2006 Brian Pepple - 1.0.2-4 - Rebuild for FC6. - Remove unnecessary BR on SDL-devel. --- wesnoth-1.0.2-help-speedup-199079.patch DELETED --- --- wesnoth-1.0.2-sdl_ttf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 23 20:57:35 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 15:57:35 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.5,1.6 Message-ID: <200612232057.kBNKvZQQ015171@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15156 Modified Files: autogen.spec Log Message: Removed BR libopts-devel autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- autogen.spec 2 Nov 2006 21:14:29 -0000 1.5 +++ autogen.spec 23 Dec 2006 20:57:05 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 URL: http://autogen.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: guile-devel libxml2-devel libopts-devel libtool +BuildRequires: guile-devel libxml2-devel libtool Requires: ldconfig autoconf Requires(postun): %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives @@ -124,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 +- removed BR libopts-devel + * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts - now links to it's own version of libopts shipped with the tarball From fedora-extras-commits at redhat.com Sat Dec 23 20:59:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 15:59:53 -0500 Subject: rpms/perl-GPS - New directory Message-ID: <200612232059.kBNKxr9c015278@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15274/perl-GPS Log Message: Directory /cvs/extras/rpms/perl-GPS added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 20:59:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 15:59:58 -0500 Subject: rpms/perl-GPS/devel - New directory Message-ID: <200612232059.kBNKxwKL015291@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15274/perl-GPS/devel Log Message: Directory /cvs/extras/rpms/perl-GPS/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 21:00:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:00:16 -0500 Subject: rpms/perl-GPS Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612232100.kBNL0Gew015321@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15315 Added Files: Makefile import.log Log Message: Setup of module perl-GPS --- NEW FILE Makefile --- # Top level Makefile for module perl-GPS all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 23 21:00:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 16:00:18 -0500 Subject: rpms/autogen/FC-6 autogen.spec,1.5,1.6 Message-ID: <200612232100.kBNL0IDw015330@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15248 Modified Files: autogen.spec Log Message: Removed BR libopts-devel and smp_mflags autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/autogen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- autogen.spec 2 Nov 2006 21:16:03 -0000 1.5 +++ autogen.spec 23 Dec 2006 20:59:48 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 URL: http://autogen.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: guile-devel libxml2-devel libopts-devel libtool +BuildRequires: guile-devel libxml2-devel libtool Requires: ldconfig autoconf Requires(postun): %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives @@ -37,7 +37,7 @@ %build %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; -make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool # no smp flags as it falls over during build @@ -124,6 +124,10 @@ %{_includedir}/autoopts %changelog +* Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 +- removed BR libopts-devel +- removed multi cpu build + * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts - now links to it's own version of libopts shipped with the tarball From fedora-extras-commits at redhat.com Sat Dec 23 21:00:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:00:21 -0500 Subject: rpms/perl-GPS/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612232100.kBNL0L5h015339@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15315/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-GPS --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 23 21:01:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:01:23 -0500 Subject: rpms/perl-GPS import.log,1.1,1.2 Message-ID: <200612232101.kBNL1NdW018581@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15418 Modified Files: import.log Log Message: auto-import perl-GPS-0.15-1 on branch devel from perl-GPS-0.15-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-GPS/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Dec 2006 21:00:16 -0000 1.1 +++ import.log 23 Dec 2006 21:00:53 -0000 1.2 @@ -0,0 +1 @@ +perl-GPS-0_15-1:HEAD:perl-GPS-0.15-1.src.rpm:1166908166 From fedora-extras-commits at redhat.com Sat Dec 23 21:01:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:01:23 -0500 Subject: rpms/perl-GPS/devel perl-GPS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612232101.kBNL1NBL018585@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15418/devel Modified Files: .cvsignore sources Added Files: perl-GPS.spec Log Message: auto-import perl-GPS-0.15-1 on branch devel from perl-GPS-0.15-1.src.rpm --- NEW FILE perl-GPS.spec --- Name: perl-GPS Version: 0.15 Release: 1%{?dist} Summary: Perl interface to a GPS receiver that implements the Garmin protocol Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/perl-GPS/ Source0: http://www.cpan.org/authors/id/S/SR/SREZIC/perl-GPS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Device::SerialPort) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Device::SerialPort) %description This is a perl interface to a GPS receiver that implements the Garmin protocol. %prep %setup -q -n perl-GPS-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* for file in $RPM_BUILD_ROOT%{_mandir}/man3/*; do iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_" mv "${file}_" "$file" done %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING Changes README TODO %{perl_vendorlib}/GPS/ %{_mandir}/man3/*.3pm* %changelog * Sat Dec 16 2006 Jose Pedro Oliveira - 0.15-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GPS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2006 21:00:21 -0000 1.1 +++ .cvsignore 23 Dec 2006 21:00:53 -0000 1.2 @@ -0,0 +1 @@ +perl-GPS-0.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GPS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2006 21:00:21 -0000 1.1 +++ sources 23 Dec 2006 21:00:53 -0000 1.2 @@ -0,0 +1 @@ +9569057d491c73cd597057de85472673 perl-GPS-0.15.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 21:03:43 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 16:03:43 -0500 Subject: rpms/python-simpletal/devel python-simpletal.spec,1.9,1.10 Message-ID: <200612232103.kBNL3hGe018691@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-simpletal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18672 Modified Files: python-simpletal.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 4.1-5 - Rebuild with Python 2.5 Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/devel/python-simpletal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-simpletal.spec 16 Sep 2006 18:48:18 -0000 1.9 +++ python-simpletal.spec 23 Dec 2006 21:03:13 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -47,6 +47,9 @@ %{python_sitelib}/simpletal/*.pyo %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 4.1-5 +- Rebuild with Python 2.5 + * Sat Sep 16 2006 Shahms E. King 4.1-4 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 21:04:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:04:53 -0500 Subject: owners owners.list,1.2146,1.2147 Message-ID: <200612232104.kBNL4raW018759@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18734 Modified Files: owners.list Log Message: New package: perl-GPS (#220704) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2146 retrieving revision 1.2147 diff -u -r1.2146 -r1.2147 --- owners.list 23 Dec 2006 15:00:36 -0000 1.2146 +++ owners.list 23 Dec 2006 21:04:22 -0000 1.2147 @@ -1539,6 +1539,7 @@ Fedora Extras|perl-Gnome2-Print|Perl wrappers for the Gnome Print utilities|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-VFS|Perl interface to the 2.x series of the GNOME VFS library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-GPS|Perl interface to a GPS receiver that implements the Garmin protocol|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GPS-PRN|Package for PRN - Object ID conversions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 23 21:09:48 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 16:09:48 -0500 Subject: rpms/python-tpg/devel python-tpg.spec,1.9,1.10 Message-ID: <200612232109.kBNL9msx018806@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18782 Modified Files: python-tpg.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 3.1.0-4 - Rebuild with Python 2.5 Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-tpg.spec 16 Sep 2006 18:51:19 -0000 1.9 +++ python-tpg.spec 23 Dec 2006 21:09:18 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -61,6 +61,9 @@ %{python_sitelib}/tpg.pyo %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 3.1.0-4 +- Rebuild with Python 2.5 + * Sat Sep 16 2006 Shahms E. King 3.1.0-3 - rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 21:12:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 16:12:23 -0500 Subject: rpms/autogen import.log,1.9,1.10 Message-ID: <200612232112.kBNLCNir018915@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18885 Modified Files: import.log Log Message: auto-import autogen-5.8.8-1 on branch devel from autogen-5.8.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/autogen/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 13 Dec 2006 23:27:49 -0000 1.9 +++ import.log 23 Dec 2006 21:11:53 -0000 1.10 @@ -6,3 +6,4 @@ autogen-5_8_7-3:FC-6:autogen-5.8.7-3.src.rpm:1162502151 autogen-5_8_7-3:HEAD:autogen-5.8.7-3.src.rpm:1162502259 autogen-5_8_7-4:HEAD:autogen-5.8.7-4.src.rpm:1166052821 +autogen-5_8_8-1:HEAD:autogen-5.8.8-1.src.rpm:1166908817 From fedora-extras-commits at redhat.com Sat Dec 23 21:12:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 16:12:23 -0500 Subject: rpms/autogen/devel .cvsignore, 1.3, 1.4 autogen.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612232112.kBNLCNW9018920@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18885/devel Modified Files: .cvsignore autogen.spec sources Log Message: auto-import autogen-5.8.8-1 on branch devel from autogen-5.8.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2006 11:14:28 -0000 1.3 +++ .cvsignore 23 Dec 2006 21:11:53 -0000 1.4 @@ -1 +1 @@ -autogen-5.8.7.tar.bz2 +autogen-5.8.8.tar.bz2 Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/autogen.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- autogen.spec 17 Dec 2006 15:23:40 -0000 1.7 +++ autogen.spec 23 Dec 2006 21:11:53 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen -Version: 5.8.7 -Release: 5%{?dist} +Version: 5.8.8 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -38,7 +38,6 @@ %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; make LIBTOOL=%{_bindir}/libtool - # no smp flags as it falls over during build %install @@ -124,8 +123,8 @@ %{_includedir}/autoopts %changelog -* Sun Dec 17 2006 Paul F. Johnson 5.8.7-5 -- ditched smp_mflags again +* Sat Dec 23 2006 Paul F. Johnson 5.8.8-1 +- bump * Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 - fix for preun Index: sources =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2006 11:14:28 -0000 1.3 +++ sources 23 Dec 2006 21:11:53 -0000 1.4 @@ -1 +1 @@ -76599cc04f352512610191b13f3ce2a6 autogen-5.8.7.tar.bz2 +fe078c23b26753347a31c0bee6e5c82c autogen-5.8.8.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 23 21:36:57 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 16:36:57 -0500 Subject: rpms/pyzor/devel pyzor.spec,1.13,1.14 Message-ID: <200612232136.kBNLav7S019080@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pyzor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19065 Modified Files: pyzor.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 0.4.0-11 - Rebuild with Python 2.5. Index: pyzor.spec =================================================================== RCS file: /cvs/extras/rpms/pyzor/devel/pyzor.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pyzor.spec 21 Nov 2006 06:01:01 -0000 1.13 +++ pyzor.spec 23 Dec 2006 21:36:27 -0000 1.14 @@ -4,7 +4,7 @@ Name: pyzor Version: 0.4.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Pyzor collaborative spam filtering system Group: Applications/Internet @@ -71,6 +71,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 0.4.0-11 +- Rebuild with Python 2.5. + * Fri Sep 08 2006 Andreas Thienemann - 0.9.8-10 - FE6 Rebuild - Feature enhancements by including certain patches from swinog. From fedora-extras-commits at redhat.com Sat Dec 23 22:42:06 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 17:42:06 -0500 Subject: rpms/serpentine/devel serpentine.spec,1.7,1.8 Message-ID: <200612232242.kBNMg6wi022452@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/serpentine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22432 Modified Files: serpentine.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 0.7-6%{?dist} - Rebuild with Python 2.5 Index: serpentine.spec =================================================================== RCS file: /cvs/extras/rpms/serpentine/devel/serpentine.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- serpentine.spec 11 Sep 2006 17:08:32 -0000 1.7 +++ serpentine.spec 23 Dec 2006 22:41:36 -0000 1.8 @@ -2,7 +2,7 @@ Name: serpentine Version: 0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Audio CD Burner Group: Applications/Multimedia @@ -75,6 +75,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 0.7-6%{?dist} +- Rebuild with Python 2.5 + * Mon Sep 11 2006 Sindre Pedersen Bj??rdal - 0.7-5 - Add missing perl-XML-Parser dependency to fix build From fedora-extras-commits at redhat.com Sat Dec 23 22:55:58 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 23 Dec 2006 17:55:58 -0500 Subject: rpms/sylpheed/devel .cvsignore, 1.23, 1.24 sources, 1.23, 1.24 sylpheed.spec, 1.42, 1.43 Message-ID: <200612232255.kBNMtw2S022595@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22576 Modified Files: .cvsignore sources sylpheed.spec Log Message: * Sat Dec 23 2006 Michael Schwendt - 2.3.0-1 - Update to 2.3.0 (new stable branch). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 16 Nov 2006 21:15:10 -0000 1.23 +++ .cvsignore 23 Dec 2006 22:55:28 -0000 1.24 @@ -1,2 +1,2 @@ -sylpheed-2.2.10.tar.bz2 -sylpheed-2.2.10.tar.bz2.asc +sylpheed-2.3.0.tar.bz2 +sylpheed-2.3.0.tar.bz2.asc Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 16 Nov 2006 21:15:10 -0000 1.23 +++ sources 23 Dec 2006 22:55:28 -0000 1.24 @@ -1,2 +1,2 @@ -68709cd07d2416c7aaeacf2c6921b1a2 sylpheed-2.2.10.tar.bz2 -ddbaab7d093c35592927a0cd426631ad sylpheed-2.2.10.tar.bz2.asc +e46f13162a7fc28120ed87ebfb304a57 sylpheed-2.3.0.tar.bz2 +5b338fceddb2d6fb17ef4406512c7b75 sylpheed-2.3.0.tar.bz2.asc Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- sylpheed.spec 16 Nov 2006 21:15:10 -0000 1.42 +++ sylpheed.spec 23 Dec 2006 22:55:28 -0000 1.43 @@ -4,13 +4,13 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed -Version: 2.2.10 +Version: 2.3.0 Release: 1%{?dist} License: GPL URL: http://sylpheed.sraoss.jp/ Group: Applications/Internet Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -BuildRequires: gtk2-devel >= 2.4, openssl-devel +BuildRequires: gtk2-devel openssl-devel BuildRequires: desktop-file-utils pkgconfig gettext %{!?_without_gpgme:BuildRequires: gpgme-devel} %{!?_without_compface:BuildRequires: compface-devel} @@ -84,6 +84,9 @@ %{_mandir}/man1/* %changelog +* Sat Dec 23 2006 Michael Schwendt - 2.3.0-1 +- Update to 2.3.0 (new stable branch). + * Thu Nov 16 2006 Michael Schwendt - 2.2.10-1 - Update to 2.2.10 (recommended bug-fixes only). From fedora-extras-commits at redhat.com Sat Dec 23 23:11:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 23 Dec 2006 18:11:41 -0500 Subject: rpms/pcsc-perl/devel pcsc-perl.spec,1.11,1.12 Message-ID: <200612232311.kBNNBfGX025805@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pcsc-perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25790 Modified Files: pcsc-perl.spec Log Message: * Sun Dec 24 2006 Ville Skytt?? - 1.4.4-3 - Eliminate file based dependencies. Index: pcsc-perl.spec =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/pcsc-perl.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pcsc-perl.spec 2 Nov 2006 17:01:11 -0000 1.11 +++ pcsc-perl.spec 23 Dec 2006 23:11:11 -0000 1.12 @@ -1,9 +1,12 @@ %define pcscver 1.3.0 -%define pcsclib %{_libdir}/libpcsclite.so.1 +%define pcsclib libpcsclite.so.1 +%ifarch x86_64 ppc64 ia64 sparc64 s390x +%define mark64 ()(64bit) +%endif Name: pcsc-perl Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl interface to the PC/SC smart card library Group: Development/Libraries @@ -14,7 +17,7 @@ BuildRequires: perl BuildRequires: pcsc-lite-devel >= %{pcscver} -Requires: %{pcsclib} +Requires: %{pcsclib}%{?mark64} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl-pcsc = %{version}-%{release} @@ -45,6 +48,9 @@ %check # tests need configured readers etc +if ! grep -qF 'dlopen("%{pcsclib}"' PCSCperl.h ; then # sanity check + echo "ERROR: pcsc lib name mismatch in PCSCperl.h/dependencies" ; exit 1 +fi %clean @@ -60,6 +66,9 @@ %changelog +* Sun Dec 24 2006 Ville Skytt?? - 1.4.4-3 +- Eliminate file based dependencies. + * Thu Nov 2 2006 Ville Skytt?? - 1.4.4-2 - Rebuild with pcsc-lite 1.3.2 for extended APDU support. From fedora-extras-commits at redhat.com Sat Dec 23 23:46:08 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 18:46:08 -0500 Subject: rpms/sysprof-kmod/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof-kmod.spec, 1.10, 1.11 Message-ID: <200612232346.kBNNk8fv026051@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26027 Modified Files: .cvsignore sources sysprof-kmod.spec Log Message: - version update to 1.0.8 - rebuild for kernel 2.6.18-1.2257 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 17:11:28 -0000 1.4 +++ .cvsignore 23 Dec 2006 23:45:38 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 17:11:28 -0000 1.4 +++ sources 23 Dec 2006 23:45:38 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-5/sysprof-kmod.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sysprof-kmod.spec 21 Nov 2006 17:11:28 -0000 1.10 +++ sysprof-kmod.spec 23 Dec 2006 23:45:38 -0000 1.11 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2239.fc5} +%{!?kversion: %define kversion 2.6.18-1.2257.fc5} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -24,7 +24,7 @@ Name: %{kmod_name}-kmod -Version: 1.0.7 +Version: 1.0.8 Release: 1.%(echo %{kverrel} | tr - _) Summary: Sysprof kernel module @@ -98,6 +98,10 @@ %changelog +* Sat Dec 23 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 +- rebuild for kernel 2.6.18-1.2257 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Sat Dec 23 23:50:17 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 18:50:17 -0500 Subject: rpms/sysprof/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof.spec, 1.6, 1.7 Message-ID: <200612232350.kBNNoHMj026168@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26123 Modified Files: .cvsignore sources sysprof.spec Log Message: version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 17:52:10 -0000 1.4 +++ .cvsignore 23 Dec 2006 23:49:47 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 17:52:10 -0000 1.4 +++ sources 23 Dec 2006 23:49:47 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-5/sysprof.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sysprof.spec 21 Nov 2006 17:52:10 -0000 1.6 +++ sysprof.spec 23 Dec 2006 23:49:47 -0000 1.7 @@ -1,5 +1,5 @@ Name: sysprof -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System @@ -60,6 +60,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 23 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Sun Dec 24 00:06:09 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:06:09 -0500 Subject: rpms/libtomoe-gtk/FC-3 branch,1.1,1.2 libtomoe-gtk.spec,1.2,1.3 Message-ID: <200612240006.kBO069tb029424@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29407 Modified Files: branch libtomoe-gtk.spec Log Message: update to 0.4.0 Index: branch =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/branch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- branch 1 Mar 2006 17:24:55 -0000 1.1 +++ branch 24 Dec 2006 00:05:39 -0000 1.2 @@ -1 +1 @@ -FC-3 +FC-6 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/libtomoe-gtk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libtomoe-gtk.spec 25 Jul 2006 22:32:32 -0000 1.2 +++ libtomoe-gtk.spec 24 Dec 2006 00:05:39 -0000 1.3 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,15 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Wed Jul 26 2006 Ryo Dairiki - 0.1.0-6 - add a buildreq of gettext. From fedora-extras-commits at redhat.com Sun Dec 24 00:07:43 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:07:43 -0500 Subject: rpms/libtomoe-gtk/FC-3 branch,1.2,1.3 sources,1.2,1.3 Message-ID: <200612240007.kBO07hVa029483@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29466 Modified Files: branch sources Log Message: update to 0.4.0 Index: branch =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/branch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- branch 24 Dec 2006 00:05:39 -0000 1.2 +++ branch 24 Dec 2006 00:07:13 -0000 1.3 @@ -1 +1 @@ -FC-6 +FC-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 24 Dec 2006 00:07:13 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:08:58 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:08:58 -0500 Subject: rpms/libtomoe-gtk/FC-4 libtomoe-gtk.spec,1.3,1.4 sources,1.3,1.4 Message-ID: <200612240008.kBO08wGT029539@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29522 Modified Files: libtomoe-gtk.spec sources Log Message: update to 0.4.0 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtomoe-gtk.spec 25 Jul 2006 22:33:36 -0000 1.3 +++ libtomoe-gtk.spec 24 Dec 2006 00:08:28 -0000 1.4 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,15 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Wed Jul 26 2006 Ryo Dairiki - 0.1.0-6 - add a buildreq of gettext. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Mar 2006 01:27:36 -0000 1.3 +++ sources 24 Dec 2006 00:08:28 -0000 1.4 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:10:01 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:10:01 -0500 Subject: rpms/libtomoe-gtk/FC-5 libtomoe-gtk.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200612240010.kBO0A1os029595@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29578 Modified Files: libtomoe-gtk.spec sources Log Message: update to 0.4.0 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-5/libtomoe-gtk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libtomoe-gtk.spec 25 Jul 2006 22:35:03 -0000 1.2 +++ libtomoe-gtk.spec 24 Dec 2006 00:09:31 -0000 1.3 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,15 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Wed Jul 26 2006 Ryo Dairiki - 0.1.0-6 - add a buildreq of gettext. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 24 Dec 2006 00:09:31 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:11:10 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:11:10 -0500 Subject: rpms/libtomoe-gtk/devel libtomoe-gtk.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612240011.kBO0BAck029651@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29634 Modified Files: libtomoe-gtk.spec sources Log Message: update to 0.4.0 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/devel/libtomoe-gtk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtomoe-gtk.spec 15 Sep 2006 15:30:51 -0000 1.3 +++ libtomoe-gtk.spec 24 Dec 2006 00:10:40 -0000 1.4 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 7%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 - mass rebuilding. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 24 Dec 2006 00:10:40 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:15:59 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:15:59 -0500 Subject: rpms/scim-tomoe/FC-6 .cvsignore, 1.2, 1.3 scim-tomoe.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <200612240016.kBO0Fx45029767@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29747 Modified Files: .cvsignore scim-tomoe.spec sources Log Message: update to 0.4.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2005 09:21:38 -0000 1.2 +++ .cvsignore 24 Dec 2006 00:15:29 -0000 1.3 @@ -1 +1 @@ -scim-tomoe-0.1.0.tar.gz +scim-tomoe-0.4.0.tar.gz Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-6/scim-tomoe.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- scim-tomoe.spec 6 Oct 2006 15:46:11 -0000 1.12 +++ scim-tomoe.spec 24 Dec 2006 00:15:29 -0000 1.13 @@ -1,14 +1,14 @@ %define with_libstdc_preview 0 Name: scim-tomoe -Version: 0.2.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries License: GPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel @@ -64,6 +64,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 - fix the release number for upgrading install from FE5 to FE6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:07:21 -0000 1.3 +++ sources 24 Dec 2006 00:15:29 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 01:21:48 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 20:21:48 -0500 Subject: rpms/libtomoe-gtk/FC-4 libtomoe-gtk.spec,1.4,1.5 Message-ID: <200612240121.kBO1Lm2S000652@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv627 Modified Files: libtomoe-gtk.spec Log Message: disable dumpstroke Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libtomoe-gtk.spec 24 Dec 2006 00:08:28 -0000 1.4 +++ libtomoe-gtk.spec 24 Dec 2006 01:21:18 -0000 1.5 @@ -33,7 +33,7 @@ %build -%configure --disable-static +%configure --disable-static --disable-dumpstroke make %{?_smp_mflags} From fedora-extras-commits at redhat.com Sun Dec 24 02:03:59 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 21:03:59 -0500 Subject: fedora-security/audit fe6,1.50,1.51 Message-ID: <200612240204.kBO23xhF003930@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3915 Modified Files: fe6 Log Message: Note fixed seamonkey issues. Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- fe6 22 Dec 2006 21:21:51 -0000 1.50 +++ fe6 24 Dec 2006 02:03:59 -0000 1.51 @@ -11,15 +11,15 @@ CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 -CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6505 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 version (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 From fedora-extras-commits at redhat.com Sun Dec 24 02:50:55 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 21:50:55 -0500 Subject: rpms/libtomoe-gtk/FC-4 disable-test.patch, NONE, 1.1 libtomoe-gtk.spec, 1.5, 1.6 Message-ID: <200612240250.kBO2ot8P004011@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993 Modified Files: libtomoe-gtk.spec Added Files: disable-test.patch Log Message: disable test disable-test.patch: --- NEW FILE disable-test.patch --- --- configure.ac 2006-11-28 08:56:23.000000000 +0900 +++ configure-new.ac 2006-12-24 11:42:15.000000000 +0900 @@ -104,7 +104,6 @@ po/Makefile.in data/Makefile src/Makefile -test/Makefile libtomoe-gtk.pc ]) --- Makefile.am 2006-10-13 15:43:49.000000000 +0900 +++ Makefile-new.am 2006-12-24 11:55:52.000000000 +0900 @@ -1,4 +1,4 @@ -SUBDIRS=src data po test +SUBDIRS=src data po EXTRA_DIST = autogen.sh libtomoe-gtk.pc Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libtomoe-gtk.spec 24 Dec 2006 01:21:18 -0000 1.5 +++ libtomoe-gtk.spec 24 Dec 2006 02:50:25 -0000 1.6 @@ -7,6 +7,7 @@ License: LGPL URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz +Patch0: disable-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -30,10 +31,11 @@ %prep %setup -q +%patch0 -p0 %build -%configure --disable-static --disable-dumpstroke +%configure --disable-static make %{?_smp_mflags} From fedora-extras-commits at redhat.com Sun Dec 24 03:06:29 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 22:06:29 -0500 Subject: rpms/libtomoe-gtk/FC-4 disable-test.patch, 1.1, 1.2 libtomoe-gtk.spec, 1.6, 1.7 Message-ID: <200612240306.kBO36TZQ007269@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7247 Modified Files: disable-test.patch libtomoe-gtk.spec Log Message: disable test disable-test.patch: Index: disable-test.patch =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/disable-test.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- disable-test.patch 24 Dec 2006 02:50:25 -0000 1.1 +++ disable-test.patch 24 Dec 2006 03:05:59 -0000 1.2 @@ -16,3 +16,14 @@ EXTRA_DIST = autogen.sh libtomoe-gtk.pc +--- Makefile.in 2006-11-28 08:56:39.000000000 +0900 ++++ Makefile-new.in 2006-12-24 12:13:35.000000000 +0900 +@@ -206,7 +206,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = src data po test ++SUBDIRS = src data po + EXTRA_DIST = autogen.sh libtomoe-gtk.pc + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libtomoe-gtk.pc Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libtomoe-gtk.spec 24 Dec 2006 02:50:25 -0000 1.6 +++ libtomoe-gtk.spec 24 Dec 2006 03:05:59 -0000 1.7 @@ -10,7 +10,7 @@ Patch0: disable-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: tomoe-devel, gtk2-devel, gettext +BuildRequires: tomoe-devel, gtk2-devel, gettext, autoconf %description Gtk library for tomoe Japanese handwritten input. From fedora-extras-commits at redhat.com Sun Dec 24 03:13:29 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 22:13:29 -0500 Subject: rpms/scim-tomoe/devel scim-tomoe.spec,1.12,1.13 sources,1.3,1.4 Message-ID: <200612240313.kBO3DTGb007355@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7338 Modified Files: scim-tomoe.spec sources Log Message: update to 0.4.0 Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/devel/scim-tomoe.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- scim-tomoe.spec 6 Oct 2006 15:46:11 -0000 1.12 +++ scim-tomoe.spec 24 Dec 2006 03:12:59 -0000 1.13 @@ -1,14 +1,14 @@ %define with_libstdc_preview 0 Name: scim-tomoe -Version: 0.2.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries License: GPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel @@ -64,6 +64,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 - fix the release number for upgrading install from FE5 to FE6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:07:21 -0000 1.3 +++ sources 24 Dec 2006 03:12:59 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:15:32 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 22:15:32 -0500 Subject: rpms/scim-tomoe/FC-4 scim-tomoe.spec,1.5,1.6 sources,1.3,1.4 Message-ID: <200612240315.kBO3FWLj007490@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7451 Modified Files: scim-tomoe.spec sources Log Message: update to 0.4.0 Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-4/scim-tomoe.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scim-tomoe.spec 2 Mar 2006 02:19:08 -0000 1.5 +++ scim-tomoe.spec 24 Dec 2006 03:15:02 -0000 1.6 @@ -1,6 +1,8 @@ +%define with_libstdc_preview 0 + Name: scim-tomoe -Version: 0.2.0 -Release: 3%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries @@ -9,10 +11,13 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: scim-tomoe-moduledir.patch +BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel +%if %{with_libstdc_preview} +Buildrequires: libstdc++so7-devel +%endif +Requires: scim -Requires: scim -BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel +Patch0: scim-tomoe-moduledir.patch %description Scim-tomoe allows Japanese handwritten input of characters using SCIM. @@ -24,15 +29,25 @@ %build +%if %{with_libstdc_preview} +export CXX=%{_bindir}/g++-libstdc++-so_7 +%endif %configure --disable-static +%if %{with_libstdc_preview} +# tweak libtool for libstdc++-so7 +sed -i -e "s/4.1.0 /4.2.0-`grep datestamp= %{_bindir}/g++-libstdc++-so_7 | sed -e "s/datestamp=//"` /" libtool +%endif make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +%if %{with_libstdc_preview} +export CXX=%{_bindir}/g++-libstdc++-so_7 +%endif make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/Helper/tomoe.la +rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la %find_lang %{name} @@ -43,20 +58,37 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README +%doc AUTHORS COPYING ChangeLog %{_libdir}/scim-1.0/*/Helper/tomoe.so %{_datadir}/scim/icons/scim-tomoe.png %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 +- fix the release number for upgrading install from FE5 to FE6. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.0-5 +- mass rebuilding. + +* Tue Apr 4 2006 Jens Petersen - 0.2.0-4 +- rebuild without libstdc++so7 + * Wed Mar 1 2006 Ryo Dairiki - 0.2-3 - update to 0.2 -* Fri Oct 7 2005 Ryo Dairiki - 0.1-2 +* Mon Feb 13 2006 Jens Petersen - 0.1.0-3 +- build conditionally with libstdc++so7 preview library (#166041) + - add with_libstdc_preview switch and tweak libtool to link against it +- list shared object module files explicitly + +* Fri Oct 7 2005 Ryo Dairiki - 0.1.0-2 - add scim into the requirement -* Wed Aug 31 2005 Ryo Dairiki - 0.1-1 -- update to 0.1 +* Wed Aug 31 2005 Ryo Dairiki - 0.1.0-1 +- update to 0.1.0 * Wed Aug 17 2005 Jens Petersen - 0.0.0-0.20050817 - initial packaging of cvs snapshot Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:03:51 -0000 1.3 +++ sources 24 Dec 2006 03:15:02 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:41:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:41:50 -0500 Subject: rpms/zaptel/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zaptel.spec, 1.5, 1.6 Message-ID: <200612240341.kBO3foWB007668@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7649 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Dec 2006 04:20:43 -0000 1.4 +++ .cvsignore 24 Dec 2006 03:41:20 -0000 1.5 @@ -1 +1 @@ -zaptel-1.4.0-beta3.tar.gz +zaptel-1.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Dec 2006 04:20:43 -0000 1.4 +++ sources 24 Dec 2006 03:41:20 -0000 1.5 @@ -1 +1 @@ -13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz +27b43dfa3f1629f063a20779300f68c8 zaptel-1.4.0.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zaptel.spec 16 Dec 2006 04:20:43 -0000 1.5 +++ zaptel.spec 24 Dec 2006 03:41:20 -0000 1.6 @@ -1,11 +1,11 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 6.beta3%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch Source1: menuselect.makedeps @@ -53,7 +53,7 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta3 +%setup0 -q %patch0 -p0 @@ -186,6 +186,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 +- Update to 1.4.0 final + * Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 - Update to 1.4.0-beta3 - Drop unnecessary patch From fedora-extras-commits at redhat.com Sun Dec 24 03:45:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:45:10 -0500 Subject: rpms/libpri/devel .cvsignore, 1.2, 1.3 libpri.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612240345.kBO3jAMQ007762@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libpri/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7739 Modified Files: .cvsignore libpri.spec sources Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpri/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2006 03:51:13 -0000 1.2 +++ .cvsignore 24 Dec 2006 03:44:40 -0000 1.3 @@ -1 +1 @@ -libpri-1.4.0-beta1.tar.gz +libpri-1.4.0.tar.gz Index: libpri.spec =================================================================== RCS file: /cvs/extras/rpms/libpri/devel/libpri.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libpri.spec 15 Oct 2006 04:33:12 -0000 1.3 +++ libpri.spec 24 Dec 2006 03:44:40 -0000 1.4 @@ -1,12 +1,12 @@ Summary: An implementation of Primary Rate ISDN Name: libpri Version: 1.4.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.asterisk.org/ -Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}-beta1.tar.gz +Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz Patch0: libpri-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ Development files for libpri. %prep -%setup0 -q -n %{name}-%{version}-beta1 +%setup0 -q -n %{name}-%{version} %patch0 -p0 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile @@ -57,6 +57,9 @@ %{_libdir}/libpri.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-3 +- Update to 1.4.0 final + * Sat Oct 14 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 - Fix lib paths for 64 bit systems. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpri/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2006 03:51:13 -0000 1.2 +++ sources 24 Dec 2006 03:44:40 -0000 1.3 @@ -1 +1 @@ -0df4aab74517ff425392cfafc6b97eab libpri-1.4.0-beta1.tar.gz +09b039226e43a810d523bc076823c6a9 libpri-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:45:42 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:45:42 -0500 Subject: rpms/zaptel/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zaptel.spec, 1.4, 1.5 Message-ID: <200612240345.kBO3jgJJ007813@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7759 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Dec 2006 04:39:49 -0000 1.4 +++ .cvsignore 24 Dec 2006 03:45:12 -0000 1.5 @@ -1 +1 @@ -zaptel-1.4.0-beta3.tar.gz +zaptel-1.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Dec 2006 04:39:49 -0000 1.4 +++ sources 24 Dec 2006 03:45:12 -0000 1.5 @@ -1 +1 @@ -13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz +27b43dfa3f1629f063a20779300f68c8 zaptel-1.4.0.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/zaptel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zaptel.spec 16 Dec 2006 04:39:49 -0000 1.4 +++ zaptel.spec 24 Dec 2006 03:45:12 -0000 1.5 @@ -1,11 +1,11 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 6.beta3%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch Source1: menuselect.makedeps @@ -53,7 +53,7 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta3 +%setup0 -q %patch0 -p0 @@ -186,6 +186,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 +- Update to 1.4.0 final + * Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 - Update to 1.4.0-beta3 - Drop unnecessary patch From fedora-extras-commits at redhat.com Sun Dec 24 03:47:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:47:51 -0500 Subject: rpms/libpri/FC-6 .cvsignore, 1.2, 1.3 libpri.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612240347.kBO3lpH0007913@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libpri/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7876 Modified Files: .cvsignore libpri.spec sources Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2006 03:51:13 -0000 1.2 +++ .cvsignore 24 Dec 2006 03:47:21 -0000 1.3 @@ -1 +1 @@ -libpri-1.4.0-beta1.tar.gz +libpri-1.4.0.tar.gz Index: libpri.spec =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-6/libpri.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libpri.spec 15 Oct 2006 04:33:12 -0000 1.3 +++ libpri.spec 24 Dec 2006 03:47:21 -0000 1.4 @@ -1,12 +1,12 @@ Summary: An implementation of Primary Rate ISDN Name: libpri Version: 1.4.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.asterisk.org/ -Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}-beta1.tar.gz +Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz Patch0: libpri-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ Development files for libpri. %prep -%setup0 -q -n %{name}-%{version}-beta1 +%setup0 -q -n %{name}-%{version} %patch0 -p0 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile @@ -57,6 +57,9 @@ %{_libdir}/libpri.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-3 +- Update to 1.4.0 final + * Sat Oct 14 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 - Fix lib paths for 64 bit systems. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2006 03:51:13 -0000 1.2 +++ sources 24 Dec 2006 03:47:21 -0000 1.3 @@ -1 +1 @@ -0df4aab74517ff425392cfafc6b97eab libpri-1.4.0-beta1.tar.gz +09b039226e43a810d523bc076823c6a9 libpri-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:47:58 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:47:58 -0500 Subject: rpms/zaptel/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zaptel.spec, 1.3, 1.4 Message-ID: <200612240347.kBO3lw8a007920@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7894 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Dec 2006 04:40:42 -0000 1.4 +++ .cvsignore 24 Dec 2006 03:47:28 -0000 1.5 @@ -1 +1 @@ -zaptel-1.4.0-beta3.tar.gz +zaptel-1.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Dec 2006 04:40:42 -0000 1.4 +++ sources 24 Dec 2006 03:47:28 -0000 1.5 @@ -1 +1 @@ -13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz +27b43dfa3f1629f063a20779300f68c8 zaptel-1.4.0.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zaptel.spec 16 Dec 2006 04:40:42 -0000 1.3 +++ zaptel.spec 24 Dec 2006 03:47:28 -0000 1.4 @@ -1,11 +1,11 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 6.beta3%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch Source1: menuselect.makedeps @@ -53,7 +53,7 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta3 +%setup0 -q %patch0 -p0 @@ -186,6 +186,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 +- Update to 1.4.0 final + * Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 - Update to 1.4.0-beta3 - Drop unnecessary patch From fedora-extras-commits at redhat.com Sun Dec 24 03:49:18 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:49:18 -0500 Subject: rpms/libpri/FC-5 .cvsignore, 1.2, 1.3 libpri.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612240349.kBO3nIvE008024@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libpri/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8000 Modified Files: .cvsignore libpri.spec sources Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2006 03:51:13 -0000 1.2 +++ .cvsignore 24 Dec 2006 03:48:48 -0000 1.3 @@ -1 +1 @@ -libpri-1.4.0-beta1.tar.gz +libpri-1.4.0.tar.gz Index: libpri.spec =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-5/libpri.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libpri.spec 15 Oct 2006 04:33:12 -0000 1.3 +++ libpri.spec 24 Dec 2006 03:48:48 -0000 1.4 @@ -1,12 +1,12 @@ Summary: An implementation of Primary Rate ISDN Name: libpri Version: 1.4.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.asterisk.org/ -Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}-beta1.tar.gz +Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz Patch0: libpri-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ Development files for libpri. %prep -%setup0 -q -n %{name}-%{version}-beta1 +%setup0 -q -n %{name}-%{version} %patch0 -p0 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile @@ -57,6 +57,9 @@ %{_libdir}/libpri.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-3 +- Update to 1.4.0 final + * Sat Oct 14 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 - Fix lib paths for 64 bit systems. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2006 03:51:13 -0000 1.2 +++ sources 24 Dec 2006 03:48:48 -0000 1.3 @@ -1 +1 @@ -0df4aab74517ff425392cfafc6b97eab libpri-1.4.0-beta1.tar.gz +09b039226e43a810d523bc076823c6a9 libpri-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 04:12:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:12:57 -0500 Subject: rpms/zaptel/FC-5 zaptel.spec,1.4,1.5 Message-ID: <200612240412.kBO4CvE4011342@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11304 Modified Files: zaptel.spec Log Message: Don't package hdlc bits on FC <= 5 Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zaptel.spec 24 Dec 2006 03:47:28 -0000 1.4 +++ zaptel.spec 24 Dec 2006 04:12:27 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -112,6 +112,12 @@ rm -f %{buildroot}%{_libdir}/libtonezone.a +%if %{fedora} <= 5 +rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +rm -f %{buildroot}/sbin/sethdlc +rm -f %{buildroot}/sbin/sethdlc-new +%endif + %clean rm -rf %{buildroot} @@ -135,7 +141,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%if %{fedora} <= 5 %doc ifcfg-hdlc0 +%endif %doc LICENSE %doc README %doc README.fxotune @@ -148,10 +156,14 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%if %{fedora} <= 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +%endif /sbin/ztcfg +%if %{fedora} <= 5 /sbin/sethdlc /sbin/sethdlc-new +%endif %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -186,6 +198,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 +- Don't package hdlc bits on FC <= 5 + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 - Update to 1.4.0 final From fedora-extras-commits at redhat.com Sun Dec 24 04:26:02 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:26:02 -0500 Subject: rpms/zaptel/FC-5 zaptel.spec,1.5,1.6 Message-ID: <200612240426.kBO4Q21d011492@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477 Modified Files: zaptel.spec Log Message: (Annoyed Grunt!) Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zaptel.spec 24 Dec 2006 04:12:27 -0000 1.5 +++ zaptel.spec 24 Dec 2006 04:25:32 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -141,7 +141,7 @@ %defattr(-,root,root,-) %doc ChangeLog -%if %{fedora} <= 5 +%if %{fedora} > 5 %doc ifcfg-hdlc0 %endif %doc LICENSE @@ -156,11 +156,11 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules -%if %{fedora} <= 5 +%if %{fedora} > 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc %endif /sbin/ztcfg -%if %{fedora} <= 5 +%if %{fedora} > 5 /sbin/sethdlc /sbin/sethdlc-new %endif @@ -198,6 +198,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 +- (Annoyed Grunt!) + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 - Don't package hdlc bits on FC <= 5 From fedora-extras-commits at redhat.com Sun Dec 24 04:41:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:41:50 -0500 Subject: rpms/zaptel/FC-6 zaptel.spec,1.5,1.6 Message-ID: <200612240441.kBO4fouU011584@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11569 Modified Files: zaptel.spec Log Message: (Annoyed Grunt!) Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/zaptel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zaptel.spec 24 Dec 2006 03:45:12 -0000 1.5 +++ zaptel.spec 24 Dec 2006 04:41:20 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -112,6 +112,12 @@ rm -f %{buildroot}%{_libdir}/libtonezone.a +%if %{fedora} <= 5 +rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +rm -f %{buildroot}/sbin/sethdlc +rm -f %{buildroot}/sbin/sethdlc-new +%endif + %clean rm -rf %{buildroot} @@ -135,7 +141,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%if %{fedora} > 5 %doc ifcfg-hdlc0 +%endif %doc LICENSE %doc README %doc README.fxotune @@ -148,10 +156,14 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%if %{fedora} > 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +%endif /sbin/ztcfg +%if %{fedora} > 5 /sbin/sethdlc /sbin/sethdlc-new +%endif %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -186,6 +198,12 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 +- (Annoyed Grunt!) + +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 +- Don't package hdlc bits on FC <= 5 + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 - Update to 1.4.0 final From fedora-extras-commits at redhat.com Sun Dec 24 04:43:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:43:13 -0500 Subject: rpms/zaptel/devel zaptel.spec,1.6,1.7 Message-ID: <200612240443.kBO4hDdU011648@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11633 Modified Files: zaptel.spec Log Message: (Annoyed Grunt!) Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- zaptel.spec 24 Dec 2006 03:41:20 -0000 1.6 +++ zaptel.spec 24 Dec 2006 04:42:43 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -112,6 +112,12 @@ rm -f %{buildroot}%{_libdir}/libtonezone.a +%if %{fedora} <= 5 +rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +rm -f %{buildroot}/sbin/sethdlc +rm -f %{buildroot}/sbin/sethdlc-new +%endif + %clean rm -rf %{buildroot} @@ -135,7 +141,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%if %{fedora} > 5 %doc ifcfg-hdlc0 +%endif %doc LICENSE %doc README %doc README.fxotune @@ -148,10 +156,14 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%if %{fedora} > 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +%endif /sbin/ztcfg +%if %{fedora} > 5 /sbin/sethdlc /sbin/sethdlc-new +%endif %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -186,6 +198,12 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 +- (Annoyed Grunt!) + +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 +- Don't package hdlc bits on FC <= 5 + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 - Update to 1.4.0 final From fedora-extras-commits at redhat.com Sun Dec 24 08:10:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 24 Dec 2006 03:10:46 -0500 Subject: rpms/jfbterm/devel jfbterm.spec,1.5,1.6 Message-ID: <200612240810.kBO8AkS3024774@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24758 Modified Files: jfbterm.spec Log Message: * Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10\n- Properly own directories to remove ncurses dependency\n- Remove terminfo on FC7+ (bug 220193) Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jfbterm.spec 28 Aug 2006 04:33:36 -0000 1.5 +++ jfbterm.spec 24 Dec 2006 08:10:15 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -154,6 +154,11 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja +# Remove terminfo from FC-7 +%if 0%{?fedora} >= 7 +%{__rm} -rf %{buildroot}%{_datadir}/terminfo/ +%endif + %clean %{__rm} -rf %{buildroot} @@ -164,12 +169,18 @@ %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms -%{_datadir}/fonts/jfbterm +%{_datadir}/fonts/ %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* -%{_datadir}/terminfo/j/jfbterm +%if 0%{?fedora} <= 6 +%{_datadir}/terminfo/ +%endif %ChangeLog +* Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 +- Properly own directories to remove ncurses dependency +- Remove terminfo on FC7+ (bug 220193) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 - Really copy font files, not use symlink to get rid of X requirement. (This package is aimed for CUI use, so X requirement is From fedora-extras-commits at redhat.com Sun Dec 24 08:12:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 24 Dec 2006 03:12:50 -0500 Subject: rpms/jfbterm/FC-6 jfbterm.spec,1.5,1.6 Message-ID: <200612240812.kBO8CoDY024818@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24785 Modified Files: jfbterm.spec Log Message: * Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 - Properly own directories to remove ncurses dependency - Remove terminfo on FC7+ (bug 220193) Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-6/jfbterm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jfbterm.spec 28 Aug 2006 04:33:36 -0000 1.5 +++ jfbterm.spec 24 Dec 2006 08:12:20 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -154,6 +154,11 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja +# Remove terminfo from FC-7 +%if 0%{?fedora} >= 7 +%{__rm} -rf %{buildroot}%{_datadir}/terminfo/ +%endif + %clean %{__rm} -rf %{buildroot} @@ -164,12 +169,18 @@ %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms -%{_datadir}/fonts/jfbterm +%{_datadir}/fonts/ %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* -%{_datadir}/terminfo/j/jfbterm +%if 0%{?fedora} <= 6 +%{_datadir}/terminfo/ +%endif %ChangeLog +* Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 +- Properly own directories to remove ncurses dependency +- Remove terminfo on FC7+ (bug 220193) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 - Really copy font files, not use symlink to get rid of X requirement. (This package is aimed for CUI use, so X requirement is From fedora-extras-commits at redhat.com Sun Dec 24 08:13:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 24 Dec 2006 03:13:09 -0500 Subject: rpms/jfbterm/FC-5 jfbterm.spec,1.4,1.5 Message-ID: <200612240813.kBO8D9NP024821@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24803 Modified Files: jfbterm.spec Log Message: * Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 - Properly own directories to remove ncurses dependency - Remove terminfo on FC7+ (bug 220193) Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-5/jfbterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jfbterm.spec 28 Aug 2006 04:33:03 -0000 1.4 +++ jfbterm.spec 24 Dec 2006 08:12:39 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -154,6 +154,11 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja +# Remove terminfo from FC-7 +%if 0%{?fedora} >= 7 +%{__rm} -rf %{buildroot}%{_datadir}/terminfo/ +%endif + %clean %{__rm} -rf %{buildroot} @@ -164,12 +169,18 @@ %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms -%{_datadir}/fonts/jfbterm +%{_datadir}/fonts/ %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* -%{_datadir}/terminfo/j/jfbterm +%if 0%{?fedora} <= 6 +%{_datadir}/terminfo/ +%endif %ChangeLog +* Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 +- Properly own directories to remove ncurses dependency +- Remove terminfo on FC7+ (bug 220193) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 - Really copy font files, not use symlink to get rid of X requirement. (This package is aimed for CUI use, so X requirement is From fedora-extras-commits at redhat.com Sun Dec 24 12:52:41 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 07:52:41 -0500 Subject: rpms/audacious/FC-6 audacious.spec,1.14,1.15 Message-ID: <200612241252.kBOCqfuG027478@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27453 Modified Files: audacious.spec Log Message: - Remove audacious-1.1.1-playlist-twenty.patch due to request from upstream, xmms and audacious are not entirely compatible Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/audacious.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- audacious.spec 2 Dec 2006 16:40:58 -0000 1.14 +++ audacious.spec 24 Dec 2006 12:52:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: audacious Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -15,7 +15,7 @@ # Patch4: audacious-1.1.0-quoting.patch # Patch5: audacious-1.1.0-amidi-backend.patch Patch6: audacious-1.2.1-shaded-skin.patch -Patch7: audacious-1.1.1-controlsocket-name.patch +# Patch7: audacious-1.1.1-controlsocket-name.patch # Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -89,7 +89,7 @@ %patch6 -p1 -b shaded-skin # Controlsocket named "xmms" instead of "audacious" -%patch7 -p1 -b controlsocket-name +# %patch7 -p1 -b controlsocket-name # Fix "%20" in playlist entries # %patch8 -p1 -b playlist-twenty @@ -175,6 +175,10 @@ %changelog +* Sun Dec 24 2006 Ralf Ertzinger 1.2.2-2.fc6 +- Remove audacious-1.1.1-playlist-twenty.patch due to request + from upstream, xmms and audacious are not entirely compatible + * Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc6 - Update to 1.2.2 - Split off libaudacious into a separate package to handle the From fedora-extras-commits at redhat.com Sun Dec 24 12:58:29 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 07:58:29 -0500 Subject: rpms/audacious/devel audacious.spec,1.18,1.19 Message-ID: <200612241258.kBOCwToi027564@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27549 Modified Files: audacious.spec Log Message: - Remove audacious-1.1.1-controlsocket-name.patch due to request from upstream, xmms and audacious are not entirely compatible Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- audacious.spec 30 Nov 2006 09:36:37 -0000 1.18 +++ audacious.spec 24 Dec 2006 12:57:59 -0000 1.19 @@ -1,6 +1,6 @@ Name: audacious Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -15,7 +15,7 @@ # Patch4: audacious-1.1.0-quoting.patch # Patch5: audacious-1.1.0-amidi-backend.patch Patch6: audacious-1.2.1-shaded-skin.patch -Patch7: audacious-1.1.1-controlsocket-name.patch +# Patch7: audacious-1.1.1-controlsocket-name.patch # Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -89,7 +89,7 @@ %patch6 -p1 -b shaded-skin # Controlsocket named "xmms" instead of "audacious" -%patch7 -p1 -b controlsocket-name +# %patch7 -p1 -b controlsocket-name # Fix "%20" in playlist entries # %patch8 -p1 -b playlist-twenty @@ -175,6 +175,10 @@ %changelog +* Sun Dec 24 2006 Ralf Ertzinger 1.2.2-2.fc7 +- Remove audacious-1.1.1-controlsocket-name.patch due to request + from upstream, xmms and audacious are not entirely compatible + * Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc7 - Update to 1.2.2 From fedora-extras-commits at redhat.com Sun Dec 24 14:22:15 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 09:22:15 -0500 Subject: rpms/audacious/FC-6 audacious.spec,1.15,1.16 Message-ID: <200612241422.kBOEMFXp001667@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1652 Modified Files: audacious.spec Log Message: Fix typo in changelog Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/audacious.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- audacious.spec 24 Dec 2006 12:52:10 -0000 1.15 +++ audacious.spec 24 Dec 2006 14:21:45 -0000 1.16 @@ -176,7 +176,7 @@ %changelog * Sun Dec 24 2006 Ralf Ertzinger 1.2.2-2.fc6 -- Remove audacious-1.1.1-playlist-twenty.patch due to request +- Remove audacious-1.1.1-controlsocket-name.patch due to request from upstream, xmms and audacious are not entirely compatible * Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc6 From fedora-extras-commits at redhat.com Sun Dec 24 15:21:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 10:21:01 -0500 Subject: rpms/wesnoth/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wesnoth.spec, 1.30, 1.31 Message-ID: <200612241521.kBOFL1Xl005033@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5014 Modified Files: .cvsignore sources wesnoth.spec Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2-1 - Update to 1.2. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 23 Dec 2006 20:13:39 -0000 1.14 +++ .cvsignore 24 Dec 2006 15:20:30 -0000 1.15 @@ -1 +1 @@ -wesnoth-1.1.14.tar.gz +wesnoth-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 23 Dec 2006 20:13:39 -0000 1.14 +++ sources 24 Dec 2006 15:20:30 -0000 1.15 @@ -1 +1 @@ -9b7238f37faccf1c7be71de9475dc02b wesnoth-1.1.14.tar.gz +722a459282abe6d04dbe228d031c088e wesnoth-1.2.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- wesnoth.spec 23 Dec 2006 20:13:39 -0000 1.30 +++ wesnoth.spec 24 Dec 2006 15:20:30 -0000 1.31 @@ -1,5 +1,5 @@ Name: wesnoth -Version: 1.1.14 +Version: 1.2 Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme @@ -161,6 +161,9 @@ %ghost /var/run/wesnothd/socket %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2-1 +- Update to 1.2. + * Sat Dec 23 2006 Brian Pepple - 1.1.14-1 - Update to 1.1.14. - Add BR on fribidi-devel. From fedora-extras-commits at redhat.com Sun Dec 24 16:22:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 11:22:17 -0500 Subject: rpms/wesnoth/FC-6 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 wesnoth.spec, 1.29, 1.30 wesnoth-1.0.2-help-speedup-199079.patch, 1.1, NONE wesnoth-1.0.2-sdl_ttf.patch, 1.1, NONE Message-ID: <200612241622.kBOGMHZQ008457@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8419 Modified Files: .cvsignore sources wesnoth.spec Removed Files: wesnoth-1.0.2-help-speedup-199079.patch wesnoth-1.0.2-sdl_ttf.patch Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2-1 - Update to 1.2. - Add BR on fribidi-devel. - Drop X-Fedora category from desktop file. - Drop help speedup patch, fixed upstream. - Drop ttf patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Dec 2005 19:34:55 -0000 1.13 +++ .cvsignore 24 Dec 2006 16:21:47 -0000 1.14 @@ -1 +1 @@ -wesnoth-1.0.2.tar.gz +wesnoth-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Dec 2005 19:34:55 -0000 1.13 +++ sources 24 Dec 2006 16:21:47 -0000 1.14 @@ -1 +1 @@ -1d2a26062ce1c90cbf10845023f9435c wesnoth-1.0.2.tar.gz +722a459282abe6d04dbe228d031c088e wesnoth-1.2.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-6/wesnoth.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wesnoth.spec 8 Sep 2006 00:45:36 -0000 1.29 +++ wesnoth.spec 24 Dec 2006 16:21:47 -0000 1.30 @@ -1,16 +1,14 @@ Name: wesnoth -Version: 1.0.2 -Release: 4%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPL URL: http://www.wesnoth.org -Source0: http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz +Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.gz Source1: wesnothd.init -Source2: wesnoth.sysconfig -Patch0: wesnoth-1.0.2-sdl_ttf.patch -Patch1: wesnoth-1.0.2-help-speedup-199079.patch +Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_image-devel @@ -18,6 +16,7 @@ BuildRequires: SDL_net-devel BuildRequires: freetype-devel BuildRequires: libpng-devel +BuildRequires: fribidi-devel BuildRequires: desktop-file-utils BuildRequires: gettext @@ -48,6 +47,7 @@ Requires(preun): /sbin/chkconfig Requires(pre): /usr/sbin/useradd + %description server This package contains the binaries for running a Wesnoth server for multi-player games. @@ -58,14 +58,13 @@ Group: Amusements/Games Requires: %{name} = %{version}-%{release} + %description tools This package contains the game editor and development tools. %prep %setup -q -%patch0 -p1 -b .sdl_ttf -%patch1 -p1 -b .help-199079 chmod -x MANUAL* @@ -87,7 +86,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ - --add-category="X-Fedora" icons/%{name}.desktop + icons/%{name}.desktop # add icon for menus mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps @@ -135,7 +134,7 @@ %files -f %{name}.\*.lang %defattr(-,root,root,-) %doc COPYING changelog README copyright MANUAL* -%{_bindir}/wesnoth +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* @@ -162,6 +161,13 @@ %ghost /var/run/wesnothd/socket %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2-1 +- Update to 1.2. +- Add BR on fribidi-devel. +- Drop X-Fedora category from desktop file. +- Drop help speedup patch, fixed upstream. +- Drop ttf patch, fixed upstream. + * Thu Sep 7 2006 Brian Pepple - 1.0.2-4 - Rebuild for FC6. - Remove unnecessary BR on SDL-devel. --- wesnoth-1.0.2-help-speedup-199079.patch DELETED --- --- wesnoth-1.0.2-sdl_ttf.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 24 16:22:53 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:22:53 -0500 Subject: rpms/pcb import.log,1.21,1.22 Message-ID: <200612241622.kBOGMrfr008534@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8464 Modified Files: import.log Log Message: auto-import pcb-0.20060822-7 on branch FC-5 from pcb-0.20060822-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- import.log 27 Sep 2006 17:26:33 -0000 1.21 +++ import.log 24 Dec 2006 16:22:23 -0000 1.22 @@ -18,3 +18,4 @@ pcb-0_20060822-5:HEAD:pcb-0.20060822-5.src.rpm:1157068192 pcb-0_20060822-6:FC-5:pcb-0.20060822-6.src.rpm:1159378189 pcb-0_20060822-6:HEAD:pcb-0.20060822-6.src.rpm:1159378300 +pcb-0_20060822-7:FC-5:pcb-0.20060822-7.src.rpm:1166978157 From fedora-extras-commits at redhat.com Sun Dec 24 16:22:53 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:22:53 -0500 Subject: rpms/pcb/FC-5 pcb-20060822-man.patch, NONE, 1.1 pcb.desktop, 1.4, 1.5 pcb.spec, 1.12, 1.13 Message-ID: <200612241622.kBOGMrvJ008538@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8464/FC-5 Modified Files: pcb.desktop pcb.spec Added Files: pcb-20060822-man.patch Log Message: auto-import pcb-0.20060822-7 on branch FC-5 from pcb-0.20060822-7.src.rpm pcb-20060822-man.patch: --- NEW FILE pcb-20060822-man.patch --- --- doc/pcb.1 2004-08-24 23:44:24.000000000 +0200 +++ pcb.1_patched 2006-12-20 22:39:43.000000000 +0100 @@ -33,14 +33,31 @@ is provided in a GNU texinfo format as well as HTML and PDF. The texinfo version of the manual is typically viewed with the .B info -program or alternatively with -.B emacs -or a graphical info viewer such as -.B tkinfo -. The PDF and HTML documentation is typically installed as -/usr/local/share/pcb/pcb.html and /usr/local/share/pcb/pcb.pdf. -The prefix "/usr/local" may vary at your site. +program. +.SH FEDORA +Fedora provides +.B refcard.pdf +with the +.B pcb +package which is a set of keyboard shortcuts for pcb. +Fedora supplies both the HTML and PDF documentation of Pcb with the +.B pcb-doc +package. +.br +To install the +.B pcb-doc +package on your Fedora Operating System: + +.br +$ +.B su - "yum install pcb-doc" +.br +(you will be asked to enter the root password) + +.br +The HTML and PDF documentation are installed as /usr/share/pcb/tutorial/pcb.html +/usr/share/pcb/tutorial/pcb.pdf respectively. Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.desktop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pcb.desktop 25 Aug 2006 20:17:16 -0000 1.4 +++ pcb.desktop 24 Dec 2006 16:22:23 -0000 1.5 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=PCB -Categories=Education;Science;X-Fedora;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pcb.spec 27 Sep 2006 17:24:42 -0000 1.12 +++ pcb.spec 24 Dec 2006 16:22:23 -0000 1.13 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6%{?dist} +Release: 7%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -18,6 +18,8 @@ Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-%{pcbver}-man.patch + %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -29,17 +31,24 @@ %package doc Summary: Documentation for PCB, an interactive printed circuit board editor Group: Documentation -Requires: pcb = %{version} +Requires: %{name} = %{version} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info %description doc -This package contains the documentation of pcb in html, pdf, postscript and -info format. +This package contains the documentation of pcb in pdf and postscript +format. %prep %setup -q -n %{name}-%{pcbver} +%patch0 -p0 -b .man + +#FIXME: ADD the url of refcard.pdf to the man +%{__sed} -i -e \ + 's|pkgdatadir = $(datadir)/@PACKAGE@|pkgdatadir = $(datadir)/@PACKAGE@/tutorial|' \ + doc/Makefile.in + %build WISH=/usr/bin/wish export WISH @@ -52,95 +61,130 @@ %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install + +chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl} + +# Removed duplicates: +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/{MergePCBPS,Merge_dimPCBPS} -%{__rm} -f %{buildroot}/%{_datadir}/pcb/tools/gerbertotk.c -%{__chmod} 0755 %{buildroot}/%{_datadir}/pcb/tools/{PCB2HPGL,Merge*,tgo2pcb.tcl} %{__rm} -f %{buildroot}%{_infodir}/dir %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -desktop-file-install --vendor fedora \ - --add-category Engineering \ - --add-category X-Fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ +# in /usr/share/pcb/newlib/ folder, cypress, sockets and toko are empty folders + +desktop-file-install --vendor "" \ + --add-category Engineering \ + --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +# Added the same set example in folder examples/ +%{__mv} %{buildroot}%{_datadir}/%{name}/tutorial/tut1.pcb %{buildroot}%{_datadir}/%{name}/examples/ + + +## --- pcb supports for acpcircuits +# http://www.apcircuits.com/resources/links/pcb_unix.html + +unzip tools/apctools.zip +install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools + +# Removes duplicates +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip + +## --- %clean %{__rm} -rf %{buildroot} - -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%preun doc -if [ $1 = 0 ]; then - /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 -fi +%postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%preun +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +# Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files %defattr(-, root, root, -) %doc AUTHORS COPYING README NEWS ChangeLog -%{_datadir}/applications/fedora-%{name}.desktop +%doc README_FILES/CHANGES README_FILES/Whats_new_in_2.0 + +%exclude %{_datadir}/%{name}/tutorial/pad* +%exclude %{_datadir}/%{name}/tutorial/pcb* +%exclude %{_datadir}/%{name}/tutorial/puller* +%exclude %{_datadir}/%{name}/tutorial/refcard.ps +%exclude %{_datadir}/%{name}/tutorial/thermal* +%dir %{_datadir}/%{name}/tutorial/ +%{_datadir}/%{name}/tutorial/refcard.pdf + +%{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/MergePCBPS %{_bindir}/Merge_dimPCBPS %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/%{name}/ - - -%files doc -%defattr(-, root, root, 0755) %{_infodir}/%{name}* %{_mandir}/man1/%{name}* -%{_datadir}/%{name}/pad* -%{_datadir}/%{name}/pcb.* -%{_datadir}/%{name}/puller.* -%{_datadir}/%{name}/refcard.* -%{_datadir}/%{name}/thermal* -%{_datadir}/%{name}/tutorial/ + +%files doc +# rpmlint W: pcb-doc no-documentation +%defattr(-, root, root, -) +%{_datadir}/%{name}/tutorial/pad* +%{_datadir}/%{name}/tutorial/pcb* +%{_datadir}/%{name}/tutorial/puller* +%{_datadir}/%{name}/tutorial/refcard.ps +%{_datadir}/%{name}/tutorial/thermal* %Changelog -* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 +* Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 +- Fixed info files and added to the pcb package #219406 +- Fixed man pages (with patch0 to suit fedora packaging of pcb +- Added refcard.pdf in pcb binary package +- Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package +- pcb supports for acpcircuits included + +* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 - -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 + +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb -* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 +* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required -* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 +* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock From fedora-extras-commits at redhat.com Sun Dec 24 16:24:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:24:48 -0500 Subject: rpms/pcb import.log,1.22,1.23 Message-ID: <200612241624.kBOGOmTh008631@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8599 Modified Files: import.log Log Message: auto-import pcb-0.20060822-7 on branch FC-6 from pcb-0.20060822-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- import.log 24 Dec 2006 16:22:23 -0000 1.22 +++ import.log 24 Dec 2006 16:24:18 -0000 1.23 @@ -19,3 +19,4 @@ pcb-0_20060822-6:FC-5:pcb-0.20060822-6.src.rpm:1159378189 pcb-0_20060822-6:HEAD:pcb-0.20060822-6.src.rpm:1159378300 pcb-0_20060822-7:FC-5:pcb-0.20060822-7.src.rpm:1166978157 +pcb-0_20060822-7:FC-6:pcb-0.20060822-7.src.rpm:1166978276 From fedora-extras-commits at redhat.com Sun Dec 24 16:24:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:24:49 -0500 Subject: rpms/pcb/FC-6 pcb-20060822-man.patch, NONE, 1.1 pcb.desktop, 1.5, 1.6 pcb.spec, 1.16, 1.17 Message-ID: <200612241624.kBOGOnbJ008635@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8599/FC-6 Modified Files: pcb.desktop pcb.spec Added Files: pcb-20060822-man.patch Log Message: auto-import pcb-0.20060822-7 on branch FC-6 from pcb-0.20060822-7.src.rpm pcb-20060822-man.patch: --- NEW FILE pcb-20060822-man.patch --- --- doc/pcb.1 2004-08-24 23:44:24.000000000 +0200 +++ pcb.1_patched 2006-12-20 22:39:43.000000000 +0100 @@ -33,14 +33,31 @@ is provided in a GNU texinfo format as well as HTML and PDF. The texinfo version of the manual is typically viewed with the .B info -program or alternatively with -.B emacs -or a graphical info viewer such as -.B tkinfo -. The PDF and HTML documentation is typically installed as -/usr/local/share/pcb/pcb.html and /usr/local/share/pcb/pcb.pdf. -The prefix "/usr/local" may vary at your site. +program. +.SH FEDORA +Fedora provides +.B refcard.pdf +with the +.B pcb +package which is a set of keyboard shortcuts for pcb. +Fedora supplies both the HTML and PDF documentation of Pcb with the +.B pcb-doc +package. +.br +To install the +.B pcb-doc +package on your Fedora Operating System: + +.br +$ +.B su - "yum install pcb-doc" +.br +(you will be asked to enter the root password) + +.br +The HTML and PDF documentation are installed as /usr/share/pcb/tutorial/pcb.html +/usr/share/pcb/tutorial/pcb.pdf respectively. Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-6/pcb.desktop,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pcb.desktop 25 Aug 2006 20:07:18 -0000 1.5 +++ pcb.desktop 24 Dec 2006 16:24:19 -0000 1.6 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=PCB -Categories=Education;Science;X-Fedora;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-6/pcb.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- pcb.spec 27 Sep 2006 17:26:34 -0000 1.16 +++ pcb.spec 24 Dec 2006 16:24:19 -0000 1.17 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6%{?dist} +Release: 7%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -18,6 +18,8 @@ Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-%{pcbver}-man.patch + %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -29,17 +31,24 @@ %package doc Summary: Documentation for PCB, an interactive printed circuit board editor Group: Documentation -Requires: pcb = %{version} +Requires: %{name} = %{version} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info %description doc -This package contains the documentation of pcb in html, pdf, postscript and -info format. +This package contains the documentation of pcb in pdf and postscript +format. %prep %setup -q -n %{name}-%{pcbver} +%patch0 -p0 -b .man + +#FIXME: ADD the url of refcard.pdf to the man +%{__sed} -i -e \ + 's|pkgdatadir = $(datadir)/@PACKAGE@|pkgdatadir = $(datadir)/@PACKAGE@/tutorial|' \ + doc/Makefile.in + %build WISH=/usr/bin/wish export WISH @@ -52,95 +61,130 @@ %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install + +chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl} + +# Removed duplicates: +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/{MergePCBPS,Merge_dimPCBPS} -%{__rm} -f %{buildroot}/%{_datadir}/pcb/tools/gerbertotk.c -%{__chmod} 0755 %{buildroot}/%{_datadir}/pcb/tools/{PCB2HPGL,Merge*,tgo2pcb.tcl} %{__rm} -f %{buildroot}%{_infodir}/dir %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -desktop-file-install --vendor fedora \ - --add-category Engineering \ - --add-category X-Fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ +# in /usr/share/pcb/newlib/ folder, cypress, sockets and toko are empty folders + +desktop-file-install --vendor "" \ + --add-category Engineering \ + --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +# Added the same set example in folder examples/ +%{__mv} %{buildroot}%{_datadir}/%{name}/tutorial/tut1.pcb %{buildroot}%{_datadir}/%{name}/examples/ + + +## --- pcb supports for acpcircuits +# http://www.apcircuits.com/resources/links/pcb_unix.html + +unzip tools/apctools.zip +install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools + +# Removes duplicates +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip + +## --- %clean %{__rm} -rf %{buildroot} - -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%preun doc -if [ $1 = 0 ]; then - /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 -fi +%postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%preun +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +# Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files %defattr(-, root, root, -) %doc AUTHORS COPYING README NEWS ChangeLog -%{_datadir}/applications/fedora-%{name}.desktop +%doc README_FILES/CHANGES README_FILES/Whats_new_in_2.0 + +%exclude %{_datadir}/%{name}/tutorial/pad* +%exclude %{_datadir}/%{name}/tutorial/pcb* +%exclude %{_datadir}/%{name}/tutorial/puller* +%exclude %{_datadir}/%{name}/tutorial/refcard.ps +%exclude %{_datadir}/%{name}/tutorial/thermal* +%dir %{_datadir}/%{name}/tutorial/ +%{_datadir}/%{name}/tutorial/refcard.pdf + +%{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/MergePCBPS %{_bindir}/Merge_dimPCBPS %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/%{name}/ - - -%files doc -%defattr(-, root, root, 0755) %{_infodir}/%{name}* %{_mandir}/man1/%{name}* -%{_datadir}/%{name}/pad* -%{_datadir}/%{name}/pcb.* -%{_datadir}/%{name}/puller.* -%{_datadir}/%{name}/refcard.* -%{_datadir}/%{name}/thermal* -%{_datadir}/%{name}/tutorial/ + +%files doc +# rpmlint W: pcb-doc no-documentation +%defattr(-, root, root, -) +%{_datadir}/%{name}/tutorial/pad* +%{_datadir}/%{name}/tutorial/pcb* +%{_datadir}/%{name}/tutorial/puller* +%{_datadir}/%{name}/tutorial/refcard.ps +%{_datadir}/%{name}/tutorial/thermal* %Changelog -* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 +* Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 +- Fixed info files and added to the pcb package #219406 +- Fixed man pages (with patch0 to suit fedora packaging of pcb +- Added refcard.pdf in pcb binary package +- Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package +- pcb supports for acpcircuits included + +* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 - -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 + +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb -* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 +* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required -* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 +* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock From fedora-extras-commits at redhat.com Sun Dec 24 16:26:09 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:26:09 -0500 Subject: rpms/pcb import.log,1.23,1.24 Message-ID: <200612241626.kBOGQ9Wh008728@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8696 Modified Files: import.log Log Message: auto-import pcb-0.20060822-7 on branch devel from pcb-0.20060822-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- import.log 24 Dec 2006 16:24:18 -0000 1.23 +++ import.log 24 Dec 2006 16:25:39 -0000 1.24 @@ -20,3 +20,4 @@ pcb-0_20060822-6:HEAD:pcb-0.20060822-6.src.rpm:1159378300 pcb-0_20060822-7:FC-5:pcb-0.20060822-7.src.rpm:1166978157 pcb-0_20060822-7:FC-6:pcb-0.20060822-7.src.rpm:1166978276 +pcb-0_20060822-7:HEAD:pcb-0.20060822-7.src.rpm:1166978358 From fedora-extras-commits at redhat.com Sun Dec 24 16:26:09 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:26:09 -0500 Subject: rpms/pcb/devel pcb-20060822-man.patch, NONE, 1.1 pcb.desktop, 1.5, 1.6 pcb.spec, 1.16, 1.17 Message-ID: <200612241626.kBOGQ9sj008732@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8696/devel Modified Files: pcb.desktop pcb.spec Added Files: pcb-20060822-man.patch Log Message: auto-import pcb-0.20060822-7 on branch devel from pcb-0.20060822-7.src.rpm pcb-20060822-man.patch: --- NEW FILE pcb-20060822-man.patch --- --- doc/pcb.1 2004-08-24 23:44:24.000000000 +0200 +++ pcb.1_patched 2006-12-20 22:39:43.000000000 +0100 @@ -33,14 +33,31 @@ is provided in a GNU texinfo format as well as HTML and PDF. The texinfo version of the manual is typically viewed with the .B info -program or alternatively with -.B emacs -or a graphical info viewer such as -.B tkinfo -. The PDF and HTML documentation is typically installed as -/usr/local/share/pcb/pcb.html and /usr/local/share/pcb/pcb.pdf. -The prefix "/usr/local" may vary at your site. +program. +.SH FEDORA +Fedora provides +.B refcard.pdf +with the +.B pcb +package which is a set of keyboard shortcuts for pcb. +Fedora supplies both the HTML and PDF documentation of Pcb with the +.B pcb-doc +package. +.br +To install the +.B pcb-doc +package on your Fedora Operating System: + +.br +$ +.B su - "yum install pcb-doc" +.br +(you will be asked to enter the root password) + +.br +The HTML and PDF documentation are installed as /usr/share/pcb/tutorial/pcb.html +/usr/share/pcb/tutorial/pcb.pdf respectively. Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.desktop,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pcb.desktop 25 Aug 2006 20:07:18 -0000 1.5 +++ pcb.desktop 24 Dec 2006 16:25:39 -0000 1.6 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=PCB -Categories=Education;Science;X-Fedora;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- pcb.spec 27 Sep 2006 17:26:34 -0000 1.16 +++ pcb.spec 24 Dec 2006 16:25:39 -0000 1.17 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6%{?dist} +Release: 7%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -18,6 +18,8 @@ Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-%{pcbver}-man.patch + %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -29,17 +31,24 @@ %package doc Summary: Documentation for PCB, an interactive printed circuit board editor Group: Documentation -Requires: pcb = %{version} +Requires: %{name} = %{version} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info %description doc -This package contains the documentation of pcb in html, pdf, postscript and -info format. +This package contains the documentation of pcb in pdf and postscript +format. %prep %setup -q -n %{name}-%{pcbver} +%patch0 -p0 -b .man + +#FIXME: ADD the url of refcard.pdf to the man +%{__sed} -i -e \ + 's|pkgdatadir = $(datadir)/@PACKAGE@|pkgdatadir = $(datadir)/@PACKAGE@/tutorial|' \ + doc/Makefile.in + %build WISH=/usr/bin/wish export WISH @@ -52,95 +61,130 @@ %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install + +chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl} + +# Removed duplicates: +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/{MergePCBPS,Merge_dimPCBPS} -%{__rm} -f %{buildroot}/%{_datadir}/pcb/tools/gerbertotk.c -%{__chmod} 0755 %{buildroot}/%{_datadir}/pcb/tools/{PCB2HPGL,Merge*,tgo2pcb.tcl} %{__rm} -f %{buildroot}%{_infodir}/dir %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -desktop-file-install --vendor fedora \ - --add-category Engineering \ - --add-category X-Fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ +# in /usr/share/pcb/newlib/ folder, cypress, sockets and toko are empty folders + +desktop-file-install --vendor "" \ + --add-category Engineering \ + --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +# Added the same set example in folder examples/ +%{__mv} %{buildroot}%{_datadir}/%{name}/tutorial/tut1.pcb %{buildroot}%{_datadir}/%{name}/examples/ + + +## --- pcb supports for acpcircuits +# http://www.apcircuits.com/resources/links/pcb_unix.html + +unzip tools/apctools.zip +install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools + +# Removes duplicates +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip + +## --- %clean %{__rm} -rf %{buildroot} - -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%preun doc -if [ $1 = 0 ]; then - /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 -fi +%postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%preun +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +# Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files %defattr(-, root, root, -) %doc AUTHORS COPYING README NEWS ChangeLog -%{_datadir}/applications/fedora-%{name}.desktop +%doc README_FILES/CHANGES README_FILES/Whats_new_in_2.0 + +%exclude %{_datadir}/%{name}/tutorial/pad* +%exclude %{_datadir}/%{name}/tutorial/pcb* +%exclude %{_datadir}/%{name}/tutorial/puller* +%exclude %{_datadir}/%{name}/tutorial/refcard.ps +%exclude %{_datadir}/%{name}/tutorial/thermal* +%dir %{_datadir}/%{name}/tutorial/ +%{_datadir}/%{name}/tutorial/refcard.pdf + +%{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/MergePCBPS %{_bindir}/Merge_dimPCBPS %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/%{name}/ - - -%files doc -%defattr(-, root, root, 0755) %{_infodir}/%{name}* %{_mandir}/man1/%{name}* -%{_datadir}/%{name}/pad* -%{_datadir}/%{name}/pcb.* -%{_datadir}/%{name}/puller.* -%{_datadir}/%{name}/refcard.* -%{_datadir}/%{name}/thermal* -%{_datadir}/%{name}/tutorial/ + +%files doc +# rpmlint W: pcb-doc no-documentation +%defattr(-, root, root, -) +%{_datadir}/%{name}/tutorial/pad* +%{_datadir}/%{name}/tutorial/pcb* +%{_datadir}/%{name}/tutorial/puller* +%{_datadir}/%{name}/tutorial/refcard.ps +%{_datadir}/%{name}/tutorial/thermal* %Changelog -* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 +* Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 +- Fixed info files and added to the pcb package #219406 +- Fixed man pages (with patch0 to suit fedora packaging of pcb +- Added refcard.pdf in pcb binary package +- Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package +- pcb supports for acpcircuits included + +* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 - -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 + +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb -* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 +* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required -* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 +* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock From fedora-extras-commits at redhat.com Sun Dec 24 16:36:34 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:36:34 -0500 Subject: rpms/ngspice import.log,1.8,1.9 Message-ID: <200612241636.kBOGaYgC009013@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8975 Modified Files: import.log Log Message: auto-import ngspice-17-8 on branch FC-5 from ngspice-17-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 15 Oct 2006 13:41:52 -0000 1.8 +++ import.log 24 Dec 2006 16:36:04 -0000 1.9 @@ -5,3 +5,4 @@ ngspice-17-6:HEAD:ngspice-17-6.src.rpm:1160678959 ngspice-17-7:FC-5:ngspice-17-7.src.rpm:1160918447 ngspice-17-7:HEAD:ngspice-17-7.src.rpm:1160919932 +ngspice-17-8:FC-5:ngspice-17-8.src.rpm:1166978983 From fedora-extras-commits at redhat.com Sun Dec 24 16:36:34 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:36:34 -0500 Subject: rpms/ngspice/FC-5 ngspice-17-pipemode.patch, NONE, 1.1 ngspice.spec, 1.4, 1.5 Message-ID: <200612241636.kBOGaYMa009016@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8975/FC-5 Modified Files: ngspice.spec Added Files: ngspice-17-pipemode.patch Log Message: auto-import ngspice-17-8 on branch FC-5 from ngspice-17-8.src.rpm ngspice-17-pipemode.patch: --- NEW FILE ngspice-17-pipemode.patch --- --- src/main.c 2005-05-31 18:47:48.000000000 +0200 +++ main.c 2006-12-23 12:47:24.000000000 +0100 @@ -69,7 +69,7 @@ #ifdef CIDER #include "numenum.h" #include "maths/misc/accuracy.h" -#endif +#endif #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) @@ -108,7 +108,7 @@ #ifdef CIDER /* Globals definitions for Machine Accuracy Limits * (needed by CIDER) - */ + */ double BMin; /* lower limit for B(x) */ double BMax; /* upper limit for B(x) */ double ExpLim; /* limit for exponential */ @@ -118,19 +118,19 @@ /* Global debug flags from CIDER, soon they will become * spice variables :) - */ + */ BOOLEAN ONEacDebug = FALSE; BOOLEAN ONEdcDebug = TRUE; BOOLEAN ONEtranDebug = TRUE; BOOLEAN ONEjacDebug = FALSE; - + BOOLEAN TWOacDebug = FALSE; BOOLEAN TWOdcDebug = TRUE; BOOLEAN TWOtranDebug = TRUE; -BOOLEAN TWOjacDebug = FALSE; - +BOOLEAN TWOjacDebug = FALSE; + /* CIDER Global Variable Declarations */ - + int BandGapNarrowing; int TempDepMobility, ConcDepMobility, FieldDepMobility, TransDepMobility; int SurfaceMobility, MatchingMobility, MobDeriv; @@ -138,14 +138,14 @@ int Srh, Auger, ConcDepLifetime, AvalancheGen; int FreezeOut = FALSE; int OneCarrier; - + int MaxIterations = 100; int AcAnalysisMethod = DIRECT; - + double Temp, RelTemp, Vt; double RefPsi;/* potential at Infinity */ double EpsNorm, VNorm, NNorm, LNorm, TNorm, JNorm, GNorm, ENorm; - + /* end cider globals */ #endif /* CIDER */ @@ -255,7 +255,7 @@ bool if_tranparams(struct circ *ckt, double *start, double *stop, double *step) { - return (FALSE); + return (FALSE); } /* -------------------------------------------------------------------------- */ @@ -325,15 +325,15 @@ SIMinfo.numDevices = DEVmaxnum = num_devices(); SIMinfo.devices = devices_ptr(); SIMinfo.numAnalyses = spice_num_analysis(); - SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use - * only the public part + SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use + * only the public part */ - + #ifdef CIDER /* Evaluates limits of machine accuracy for CIDER */ evalAccLimits(); -#endif /* CIDER */ - +#endif /* CIDER */ + #endif /* SIMULATOR */ SPfrontEnd = frontEnd; @@ -374,13 +374,13 @@ if (cp_interactive == FALSE) return NULL; /* NULL means no prompt */ - + s = get_alt_prompt(); if(s==NULL) s = cp_promptstring; if(s==NULL) s = "->"; - + while (*s) { switch (strip(*s)) { case '!': @@ -419,7 +419,7 @@ /* Process device events in Readline's hook since there is no where else to do it now - AV */ static int -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -433,7 +433,7 @@ /* Process device events in Editline's hook. similar to the readline function above but returns void */ static void -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -452,28 +452,28 @@ #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) /* GNU Readline Support -- Andrew Veliath */ char *line, *expanded_line; - + /* --- set up readline params --- */ strcpy(history_file, getenv("HOME")); strcat(history_file, "/."); strcat(history_file, application_name); strcat(history_file, "_history"); - + using_history(); read_history(history_file); - + rl_readline_name = application_name; rl_instream = cp_in; rl_outstream = cp_out; rl_event_hook = rl_event_func; rl_catch_signals = 0; /* disable signal handling */ - + /* sjb - what to do for editline? - This variable is not supported by editline. */ -#if defined(HAVE_GNUREADLINE) + This variable is not supported by editline. */ +#if defined(HAVE_GNUREADLINE) rl_catch_sigwinch = 1; /* allow readline to respond to resized windows */ -#endif - +#endif + /* note that we want some mechanism to detect ctrl-D and expand it to exit */ while (1) { history_set_pos(history_length); @@ -497,7 +497,7 @@ if (line) free(line); } /* History gets written in ../fte/misccoms.c com_quit */ - + #else while (cp_evloop((char *) NULL) == 1) ; #endif /* defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) */ @@ -516,8 +516,9 @@ " -i, --interactive run in interactive mode\n" " -n, --no-spiceinit don't load the local or user's config file\n" " -o, --output=FILE set the outputfile\n" + " -p, --pipe run in I/O pipe mode\n" " -q, --completion activate command completion\n" - " -r, --rawfile=FILE set the rawfile output\n" + " -r, --rawfile=FILE set the rawfile output\n" " -s, --server run spice as a server process\n" " -t, --term=TERM set the terminal type\n" " -h, --help display this help and exit\n" @@ -566,11 +567,11 @@ #endif /* not HAVE_ASPRINTF */ char * path; bool result = FALSE; - + /* check name */ if(name==NULL || name[0]=='\0') return FALSE; /* Fail; name needed */ - + /* contruct the full path */ if(dir == NULL || dir[0]=='\0') { path = name; @@ -587,7 +588,7 @@ /* now access the file */ #ifdef HAVE_UNISTD_H - if (access(path, R_OK) == 0) { + if (access(path, R_OK) == 0) { #else if ((fp = fopen(path, "r")) != NULL) { (void) fclose(fp); @@ -595,10 +596,10 @@ inp_source(path); #ifdef TRACE printf("Init file: '%s'\n",path); -#endif /* TRACE */ +#endif /* TRACE */ result = TRUE; /* loaded okay */ } - + /* if dir was not NULL and not empty then we allocated memory above */ if(dir!=NULL && dir[0] !='\0') #ifdef HAVE_ASPRINTF @@ -606,7 +607,7 @@ #else tfree(path); #endif /* HAVE_ASPRINTF */ - + return result; } @@ -616,7 +617,7 @@ extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); -#endif /* SIMULATOR */ +#endif /* SIMULATOR */ int #ifdef HAS_WINDOWS @@ -631,7 +632,7 @@ char* copystring;/*DG*/ #ifdef SIMULATOR int error2; - + static IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -742,10 +743,11 @@ {"rawfile", 1, 0, 'r'}, {"server", 0, 0, 's'}, {"terminal", 1, 0, 't'}, + {"pipe", 0, 0, 'p'}, {0, 0, 0, 0} }; - c = getopt_long (argc, argv, "hvbc:ihno:qr:st:", + c = getopt_long (argc, argv, "hvbc:ihno:pqr:st:", long_options, &option_index); if (c == -1) break; @@ -793,10 +795,10 @@ /* Open the log file */ #ifdef HAS_WINDOWS /* flogp goes to winmain's putc and writes to file buf */ - if (!(flogp = fopen(buf, "w"))) { + if (!(flogp = fopen(buf, "w"))) { #else /* Connect stdout to file buf and log stdout */ - if (!(freopen (buf, "w", stdout))) { + if (!(freopen (buf, "w", stdout))) { #endif perror (buf); shutdown (EXIT_BAD); @@ -877,7 +879,7 @@ if (!ft_batchmode) goto bot; } - + /* Set up signal handling */ if (!ft_batchmode) { /* Set up interrupt handler */ @@ -909,14 +911,14 @@ /* load user's initialisation file */ if (readinit) { bool good; - + /* Try accessing the initialisation file in the current directory */ good = read_initialisation_file("",INITSTR); - + /* if that fail try the alternate name */ if(good == FALSE) good = read_initialisation_file("",ALT_INITSTR); - + /* if that failed try in the user's home directory if their HOME environment variable is set */ if(good == FALSE) { @@ -964,7 +966,7 @@ if (!ft_servermode && !ft_nutmeg) { /* Concatenate all non-option arguments into a temporary file and load that file into the spice core. - + The original routine took a special path if there was only one non-option argument. In that case, it didn't create the temporary file but used the original file instead. The @@ -1046,7 +1048,7 @@ "no simulations run\n"); shutdown(EXIT_BAD); } - } /* --- if (ft_batchmode) --- */ + } /* --- if (ft_batchmode) --- */ else { cp_interactive = TRUE; app_rl_readlines(); /* enter the command processing loop */ Index: ngspice.spec =================================================================== RCS file: /cvs/extras/rpms/ngspice/FC-5/ngspice.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ngspice.spec 15 Oct 2006 13:17:55 -0000 1.4 +++ ngspice.spec 24 Dec 2006 16:36:04 -0000 1.5 @@ -1,6 +1,6 @@ Name: ngspice Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -9,6 +9,7 @@ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: %{name}-%{version}-pipemode.patch BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel, libXt-devel @@ -48,6 +49,8 @@ %prep %setup -q -n ng-spice-rework-%{version} +%patch0 -p0 -b .pipemode-xcircuit + %build %ifarch x86_64 sparc64 ppc64 amd64 %{__cp} -p src/spinit.in src/spinit.in.ngspice @@ -92,23 +95,29 @@ %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} -rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a +%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a + +%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/ +%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/ +%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/ %clean %{__rm} -rf %{buildroot} -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 +%post +/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||: -%preun doc -if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 +%preun +if [ "$1" -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||: fi %files %defattr(-,root,root,-) -%doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES NEWS README +%doc AUTHORS COPYING README BUGS ChangeLog NEWS +%exclude %{_datadir}/ng-spice-rework/doc/ +%exclude %{_datadir}/ng-spice-rework/examples/ %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp @@ -118,39 +127,43 @@ %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph -%{_datadir}/ng-spice-rework +%{_datadir}/ng-spice-rework/ %{_libdir}/spice/ - - -%files doc -%defattr(-, root, root, -) -%doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* +%files doc +%defattr(-, root, root, -) +%{_datadir}/ng-spice-rework/doc/ +%{_datadir}/ng-spice-rework/examples/ %Changelog -* Sun Oct 15 2006 Chitlesh Goorah 17-7 +* Tue Dec 19 2006 Chitlesh Goorah 17-8 +- patch0 for xcircuit pipemode +- XCircuit can work as an ng-spice front-end +- fixed infodir to mean FE guidelines + +* Sun Oct 15 2006 Chitlesh Goorah 17-7 - Fixed src/spinit.in for 64 bit -* Thu Oct 12 2006 Chitlesh Goorah 17-6 -- Testing on 64 bit arch +* Thu Oct 12 2006 Chitlesh Goorah 17-6 +- Testing on 64 bit arch -* Mon Sep 04 2006 Chitlesh Goorah 17-5 +* Mon Sep 04 2006 Chitlesh Goorah 17-5 - Added libXt-devel to include X headers * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. -* Tue Aug 29 2006 Chitlesh Goorah 17-3 +* Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file -* Mon Aug 28 2006 Chitlesh Goorah 17-2 +* Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post -* Sun Aug 27 2006 Chitlesh Goorah 17-1 +* Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras \ No newline at end of file From fedora-extras-commits at redhat.com Sun Dec 24 16:39:55 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 11:39:55 -0500 Subject: owners owners.list,1.2147,1.2148 Message-ID: <200612241639.kBOGdtpD009076@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9061 Modified Files: owners.list Log Message: Retaking ownership of quadkonsole package. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2147 retrieving revision 1.2148 diff -u -r1.2147 -r1.2148 --- owners.list 23 Dec 2006 21:04:22 -0000 1.2147 +++ owners.list 24 Dec 2006 16:39:25 -0000 1.2148 @@ -2139,7 +2139,7 @@ Fedora Extras|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4-qsa|Qt Script for Applications Add-On for Qt4|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|qtparted|Partition Magic clone written in C++ using the Qt toolkit|steve at silug.org|extras-qa at fedoraproject.org| -Fedora Extras|quadkonsole|Embeds Konsole kparts in a grid layout|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|nomis80 at nomis80.org +Fedora Extras|quadkonsole|Embeds Konsole kparts in a grid layout|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|QuantLib| QuantLib is a free/open-source library for modeling, trading, and risk management in real-life|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|quarry|A multi-purpose board-game GUI|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|qucs|Circuit simulator|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 24 16:45:21 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:45:21 -0500 Subject: rpms/ngspice import.log,1.9,1.10 Message-ID: <200612241645.kBOGjL9x009152@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9121 Modified Files: import.log Log Message: auto-import ngspice-17-8 on branch FC-6 from ngspice-17-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 24 Dec 2006 16:36:04 -0000 1.9 +++ import.log 24 Dec 2006 16:44:51 -0000 1.10 @@ -6,3 +6,4 @@ ngspice-17-7:FC-5:ngspice-17-7.src.rpm:1160918447 ngspice-17-7:HEAD:ngspice-17-7.src.rpm:1160919932 ngspice-17-8:FC-5:ngspice-17-8.src.rpm:1166978983 +ngspice-17-8:FC-6:ngspice-17-8.src.rpm:1166979510 From fedora-extras-commits at redhat.com Sun Dec 24 16:45:21 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:45:21 -0500 Subject: rpms/ngspice/FC-6 ngspice-17-pipemode.patch, NONE, 1.1 ngspice.spec, 1.4, 1.5 Message-ID: <200612241645.kBOGjLS5009155@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9121/FC-6 Modified Files: ngspice.spec Added Files: ngspice-17-pipemode.patch Log Message: auto-import ngspice-17-8 on branch FC-6 from ngspice-17-8.src.rpm ngspice-17-pipemode.patch: --- NEW FILE ngspice-17-pipemode.patch --- --- src/main.c 2005-05-31 18:47:48.000000000 +0200 +++ main.c 2006-12-23 12:47:24.000000000 +0100 @@ -69,7 +69,7 @@ #ifdef CIDER #include "numenum.h" #include "maths/misc/accuracy.h" -#endif +#endif #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) @@ -108,7 +108,7 @@ #ifdef CIDER /* Globals definitions for Machine Accuracy Limits * (needed by CIDER) - */ + */ double BMin; /* lower limit for B(x) */ double BMax; /* upper limit for B(x) */ double ExpLim; /* limit for exponential */ @@ -118,19 +118,19 @@ /* Global debug flags from CIDER, soon they will become * spice variables :) - */ + */ BOOLEAN ONEacDebug = FALSE; BOOLEAN ONEdcDebug = TRUE; BOOLEAN ONEtranDebug = TRUE; BOOLEAN ONEjacDebug = FALSE; - + BOOLEAN TWOacDebug = FALSE; BOOLEAN TWOdcDebug = TRUE; BOOLEAN TWOtranDebug = TRUE; -BOOLEAN TWOjacDebug = FALSE; - +BOOLEAN TWOjacDebug = FALSE; + /* CIDER Global Variable Declarations */ - + int BandGapNarrowing; int TempDepMobility, ConcDepMobility, FieldDepMobility, TransDepMobility; int SurfaceMobility, MatchingMobility, MobDeriv; @@ -138,14 +138,14 @@ int Srh, Auger, ConcDepLifetime, AvalancheGen; int FreezeOut = FALSE; int OneCarrier; - + int MaxIterations = 100; int AcAnalysisMethod = DIRECT; - + double Temp, RelTemp, Vt; double RefPsi;/* potential at Infinity */ double EpsNorm, VNorm, NNorm, LNorm, TNorm, JNorm, GNorm, ENorm; - + /* end cider globals */ #endif /* CIDER */ @@ -255,7 +255,7 @@ bool if_tranparams(struct circ *ckt, double *start, double *stop, double *step) { - return (FALSE); + return (FALSE); } /* -------------------------------------------------------------------------- */ @@ -325,15 +325,15 @@ SIMinfo.numDevices = DEVmaxnum = num_devices(); SIMinfo.devices = devices_ptr(); SIMinfo.numAnalyses = spice_num_analysis(); - SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use - * only the public part + SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use + * only the public part */ - + #ifdef CIDER /* Evaluates limits of machine accuracy for CIDER */ evalAccLimits(); -#endif /* CIDER */ - +#endif /* CIDER */ + #endif /* SIMULATOR */ SPfrontEnd = frontEnd; @@ -374,13 +374,13 @@ if (cp_interactive == FALSE) return NULL; /* NULL means no prompt */ - + s = get_alt_prompt(); if(s==NULL) s = cp_promptstring; if(s==NULL) s = "->"; - + while (*s) { switch (strip(*s)) { case '!': @@ -419,7 +419,7 @@ /* Process device events in Readline's hook since there is no where else to do it now - AV */ static int -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -433,7 +433,7 @@ /* Process device events in Editline's hook. similar to the readline function above but returns void */ static void -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -452,28 +452,28 @@ #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) /* GNU Readline Support -- Andrew Veliath */ char *line, *expanded_line; - + /* --- set up readline params --- */ strcpy(history_file, getenv("HOME")); strcat(history_file, "/."); strcat(history_file, application_name); strcat(history_file, "_history"); - + using_history(); read_history(history_file); - + rl_readline_name = application_name; rl_instream = cp_in; rl_outstream = cp_out; rl_event_hook = rl_event_func; rl_catch_signals = 0; /* disable signal handling */ - + /* sjb - what to do for editline? - This variable is not supported by editline. */ -#if defined(HAVE_GNUREADLINE) + This variable is not supported by editline. */ +#if defined(HAVE_GNUREADLINE) rl_catch_sigwinch = 1; /* allow readline to respond to resized windows */ -#endif - +#endif + /* note that we want some mechanism to detect ctrl-D and expand it to exit */ while (1) { history_set_pos(history_length); @@ -497,7 +497,7 @@ if (line) free(line); } /* History gets written in ../fte/misccoms.c com_quit */ - + #else while (cp_evloop((char *) NULL) == 1) ; #endif /* defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) */ @@ -516,8 +516,9 @@ " -i, --interactive run in interactive mode\n" " -n, --no-spiceinit don't load the local or user's config file\n" " -o, --output=FILE set the outputfile\n" + " -p, --pipe run in I/O pipe mode\n" " -q, --completion activate command completion\n" - " -r, --rawfile=FILE set the rawfile output\n" + " -r, --rawfile=FILE set the rawfile output\n" " -s, --server run spice as a server process\n" " -t, --term=TERM set the terminal type\n" " -h, --help display this help and exit\n" @@ -566,11 +567,11 @@ #endif /* not HAVE_ASPRINTF */ char * path; bool result = FALSE; - + /* check name */ if(name==NULL || name[0]=='\0') return FALSE; /* Fail; name needed */ - + /* contruct the full path */ if(dir == NULL || dir[0]=='\0') { path = name; @@ -587,7 +588,7 @@ /* now access the file */ #ifdef HAVE_UNISTD_H - if (access(path, R_OK) == 0) { + if (access(path, R_OK) == 0) { #else if ((fp = fopen(path, "r")) != NULL) { (void) fclose(fp); @@ -595,10 +596,10 @@ inp_source(path); #ifdef TRACE printf("Init file: '%s'\n",path); -#endif /* TRACE */ +#endif /* TRACE */ result = TRUE; /* loaded okay */ } - + /* if dir was not NULL and not empty then we allocated memory above */ if(dir!=NULL && dir[0] !='\0') #ifdef HAVE_ASPRINTF @@ -606,7 +607,7 @@ #else tfree(path); #endif /* HAVE_ASPRINTF */ - + return result; } @@ -616,7 +617,7 @@ extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); -#endif /* SIMULATOR */ +#endif /* SIMULATOR */ int #ifdef HAS_WINDOWS @@ -631,7 +632,7 @@ char* copystring;/*DG*/ #ifdef SIMULATOR int error2; - + static IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -742,10 +743,11 @@ {"rawfile", 1, 0, 'r'}, {"server", 0, 0, 's'}, {"terminal", 1, 0, 't'}, + {"pipe", 0, 0, 'p'}, {0, 0, 0, 0} }; - c = getopt_long (argc, argv, "hvbc:ihno:qr:st:", + c = getopt_long (argc, argv, "hvbc:ihno:pqr:st:", long_options, &option_index); if (c == -1) break; @@ -793,10 +795,10 @@ /* Open the log file */ #ifdef HAS_WINDOWS /* flogp goes to winmain's putc and writes to file buf */ - if (!(flogp = fopen(buf, "w"))) { + if (!(flogp = fopen(buf, "w"))) { #else /* Connect stdout to file buf and log stdout */ - if (!(freopen (buf, "w", stdout))) { + if (!(freopen (buf, "w", stdout))) { #endif perror (buf); shutdown (EXIT_BAD); @@ -877,7 +879,7 @@ if (!ft_batchmode) goto bot; } - + /* Set up signal handling */ if (!ft_batchmode) { /* Set up interrupt handler */ @@ -909,14 +911,14 @@ /* load user's initialisation file */ if (readinit) { bool good; - + /* Try accessing the initialisation file in the current directory */ good = read_initialisation_file("",INITSTR); - + /* if that fail try the alternate name */ if(good == FALSE) good = read_initialisation_file("",ALT_INITSTR); - + /* if that failed try in the user's home directory if their HOME environment variable is set */ if(good == FALSE) { @@ -964,7 +966,7 @@ if (!ft_servermode && !ft_nutmeg) { /* Concatenate all non-option arguments into a temporary file and load that file into the spice core. - + The original routine took a special path if there was only one non-option argument. In that case, it didn't create the temporary file but used the original file instead. The @@ -1046,7 +1048,7 @@ "no simulations run\n"); shutdown(EXIT_BAD); } - } /* --- if (ft_batchmode) --- */ + } /* --- if (ft_batchmode) --- */ else { cp_interactive = TRUE; app_rl_readlines(); /* enter the command processing loop */ Index: ngspice.spec =================================================================== RCS file: /cvs/extras/rpms/ngspice/FC-6/ngspice.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ngspice.spec 15 Oct 2006 13:41:53 -0000 1.4 +++ ngspice.spec 24 Dec 2006 16:44:51 -0000 1.5 @@ -1,6 +1,6 @@ Name: ngspice Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -9,6 +9,7 @@ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: %{name}-%{version}-pipemode.patch BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel, libXt-devel @@ -48,6 +49,8 @@ %prep %setup -q -n ng-spice-rework-%{version} +%patch0 -p0 -b .pipemode-xcircuit + %build %ifarch x86_64 sparc64 ppc64 amd64 %{__cp} -p src/spinit.in src/spinit.in.ngspice @@ -92,23 +95,29 @@ %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} -rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a +%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a + +%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/ +%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/ +%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/ %clean %{__rm} -rf %{buildroot} -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 +%post +/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||: -%preun doc -if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 +%preun +if [ "$1" -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||: fi %files %defattr(-,root,root,-) -%doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES NEWS README +%doc AUTHORS COPYING README BUGS ChangeLog NEWS +%exclude %{_datadir}/ng-spice-rework/doc/ +%exclude %{_datadir}/ng-spice-rework/examples/ %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp @@ -118,39 +127,43 @@ %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph -%{_datadir}/ng-spice-rework +%{_datadir}/ng-spice-rework/ %{_libdir}/spice/ - - -%files doc -%defattr(-, root, root, -) -%doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* +%files doc +%defattr(-, root, root, -) +%{_datadir}/ng-spice-rework/doc/ +%{_datadir}/ng-spice-rework/examples/ %Changelog -* Sun Oct 15 2006 Chitlesh Goorah 17-7 +* Tue Dec 19 2006 Chitlesh Goorah 17-8 +- patch0 for xcircuit pipemode +- XCircuit can work as an ng-spice front-end +- fixed infodir to mean FE guidelines + +* Sun Oct 15 2006 Chitlesh Goorah 17-7 - Fixed src/spinit.in for 64 bit -* Thu Oct 12 2006 Chitlesh Goorah 17-6 -- Testing on 64 bit arch +* Thu Oct 12 2006 Chitlesh Goorah 17-6 +- Testing on 64 bit arch -* Mon Sep 04 2006 Chitlesh Goorah 17-5 +* Mon Sep 04 2006 Chitlesh Goorah 17-5 - Added libXt-devel to include X headers * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. -* Tue Aug 29 2006 Chitlesh Goorah 17-3 +* Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file -* Mon Aug 28 2006 Chitlesh Goorah 17-2 +* Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post -* Sun Aug 27 2006 Chitlesh Goorah 17-1 +* Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras \ No newline at end of file From fedora-extras-commits at redhat.com Sun Dec 24 16:46:51 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:46:51 -0500 Subject: rpms/ngspice import.log,1.10,1.11 Message-ID: <200612241646.kBOGkpux009262@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9226 Modified Files: import.log Log Message: auto-import ngspice-17-8 on branch devel from ngspice-17-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 24 Dec 2006 16:44:51 -0000 1.10 +++ import.log 24 Dec 2006 16:46:21 -0000 1.11 @@ -7,3 +7,4 @@ ngspice-17-7:HEAD:ngspice-17-7.src.rpm:1160919932 ngspice-17-8:FC-5:ngspice-17-8.src.rpm:1166978983 ngspice-17-8:FC-6:ngspice-17-8.src.rpm:1166979510 +ngspice-17-8:HEAD:ngspice-17-8.src.rpm:1166979600 From fedora-extras-commits at redhat.com Sun Dec 24 16:46:51 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:46:51 -0500 Subject: rpms/ngspice/devel ngspice-17-pipemode.patch, NONE, 1.1 ngspice.spec, 1.4, 1.5 Message-ID: <200612241646.kBOGkppU009265@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9226/devel Modified Files: ngspice.spec Added Files: ngspice-17-pipemode.patch Log Message: auto-import ngspice-17-8 on branch devel from ngspice-17-8.src.rpm ngspice-17-pipemode.patch: --- NEW FILE ngspice-17-pipemode.patch --- --- src/main.c 2005-05-31 18:47:48.000000000 +0200 +++ main.c 2006-12-23 12:47:24.000000000 +0100 @@ -69,7 +69,7 @@ #ifdef CIDER #include "numenum.h" #include "maths/misc/accuracy.h" -#endif +#endif #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) @@ -108,7 +108,7 @@ #ifdef CIDER /* Globals definitions for Machine Accuracy Limits * (needed by CIDER) - */ + */ double BMin; /* lower limit for B(x) */ double BMax; /* upper limit for B(x) */ double ExpLim; /* limit for exponential */ @@ -118,19 +118,19 @@ /* Global debug flags from CIDER, soon they will become * spice variables :) - */ + */ BOOLEAN ONEacDebug = FALSE; BOOLEAN ONEdcDebug = TRUE; BOOLEAN ONEtranDebug = TRUE; BOOLEAN ONEjacDebug = FALSE; - + BOOLEAN TWOacDebug = FALSE; BOOLEAN TWOdcDebug = TRUE; BOOLEAN TWOtranDebug = TRUE; -BOOLEAN TWOjacDebug = FALSE; - +BOOLEAN TWOjacDebug = FALSE; + /* CIDER Global Variable Declarations */ - + int BandGapNarrowing; int TempDepMobility, ConcDepMobility, FieldDepMobility, TransDepMobility; int SurfaceMobility, MatchingMobility, MobDeriv; @@ -138,14 +138,14 @@ int Srh, Auger, ConcDepLifetime, AvalancheGen; int FreezeOut = FALSE; int OneCarrier; - + int MaxIterations = 100; int AcAnalysisMethod = DIRECT; - + double Temp, RelTemp, Vt; double RefPsi;/* potential at Infinity */ double EpsNorm, VNorm, NNorm, LNorm, TNorm, JNorm, GNorm, ENorm; - + /* end cider globals */ #endif /* CIDER */ @@ -255,7 +255,7 @@ bool if_tranparams(struct circ *ckt, double *start, double *stop, double *step) { - return (FALSE); + return (FALSE); } /* -------------------------------------------------------------------------- */ @@ -325,15 +325,15 @@ SIMinfo.numDevices = DEVmaxnum = num_devices(); SIMinfo.devices = devices_ptr(); SIMinfo.numAnalyses = spice_num_analysis(); - SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use - * only the public part + SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use + * only the public part */ - + #ifdef CIDER /* Evaluates limits of machine accuracy for CIDER */ evalAccLimits(); -#endif /* CIDER */ - +#endif /* CIDER */ + #endif /* SIMULATOR */ SPfrontEnd = frontEnd; @@ -374,13 +374,13 @@ if (cp_interactive == FALSE) return NULL; /* NULL means no prompt */ - + s = get_alt_prompt(); if(s==NULL) s = cp_promptstring; if(s==NULL) s = "->"; - + while (*s) { switch (strip(*s)) { case '!': @@ -419,7 +419,7 @@ /* Process device events in Readline's hook since there is no where else to do it now - AV */ static int -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -433,7 +433,7 @@ /* Process device events in Editline's hook. similar to the readline function above but returns void */ static void -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -452,28 +452,28 @@ #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) /* GNU Readline Support -- Andrew Veliath */ char *line, *expanded_line; - + /* --- set up readline params --- */ strcpy(history_file, getenv("HOME")); strcat(history_file, "/."); strcat(history_file, application_name); strcat(history_file, "_history"); - + using_history(); read_history(history_file); - + rl_readline_name = application_name; rl_instream = cp_in; rl_outstream = cp_out; rl_event_hook = rl_event_func; rl_catch_signals = 0; /* disable signal handling */ - + /* sjb - what to do for editline? - This variable is not supported by editline. */ -#if defined(HAVE_GNUREADLINE) + This variable is not supported by editline. */ +#if defined(HAVE_GNUREADLINE) rl_catch_sigwinch = 1; /* allow readline to respond to resized windows */ -#endif - +#endif + /* note that we want some mechanism to detect ctrl-D and expand it to exit */ while (1) { history_set_pos(history_length); @@ -497,7 +497,7 @@ if (line) free(line); } /* History gets written in ../fte/misccoms.c com_quit */ - + #else while (cp_evloop((char *) NULL) == 1) ; #endif /* defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) */ @@ -516,8 +516,9 @@ " -i, --interactive run in interactive mode\n" " -n, --no-spiceinit don't load the local or user's config file\n" " -o, --output=FILE set the outputfile\n" + " -p, --pipe run in I/O pipe mode\n" " -q, --completion activate command completion\n" - " -r, --rawfile=FILE set the rawfile output\n" + " -r, --rawfile=FILE set the rawfile output\n" " -s, --server run spice as a server process\n" " -t, --term=TERM set the terminal type\n" " -h, --help display this help and exit\n" @@ -566,11 +567,11 @@ #endif /* not HAVE_ASPRINTF */ char * path; bool result = FALSE; - + /* check name */ if(name==NULL || name[0]=='\0') return FALSE; /* Fail; name needed */ - + /* contruct the full path */ if(dir == NULL || dir[0]=='\0') { path = name; @@ -587,7 +588,7 @@ /* now access the file */ #ifdef HAVE_UNISTD_H - if (access(path, R_OK) == 0) { + if (access(path, R_OK) == 0) { #else if ((fp = fopen(path, "r")) != NULL) { (void) fclose(fp); @@ -595,10 +596,10 @@ inp_source(path); #ifdef TRACE printf("Init file: '%s'\n",path); -#endif /* TRACE */ +#endif /* TRACE */ result = TRUE; /* loaded okay */ } - + /* if dir was not NULL and not empty then we allocated memory above */ if(dir!=NULL && dir[0] !='\0') #ifdef HAVE_ASPRINTF @@ -606,7 +607,7 @@ #else tfree(path); #endif /* HAVE_ASPRINTF */ - + return result; } @@ -616,7 +617,7 @@ extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); -#endif /* SIMULATOR */ +#endif /* SIMULATOR */ int #ifdef HAS_WINDOWS @@ -631,7 +632,7 @@ char* copystring;/*DG*/ #ifdef SIMULATOR int error2; - + static IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -742,10 +743,11 @@ {"rawfile", 1, 0, 'r'}, {"server", 0, 0, 's'}, {"terminal", 1, 0, 't'}, + {"pipe", 0, 0, 'p'}, {0, 0, 0, 0} }; - c = getopt_long (argc, argv, "hvbc:ihno:qr:st:", + c = getopt_long (argc, argv, "hvbc:ihno:pqr:st:", long_options, &option_index); if (c == -1) break; @@ -793,10 +795,10 @@ /* Open the log file */ #ifdef HAS_WINDOWS /* flogp goes to winmain's putc and writes to file buf */ - if (!(flogp = fopen(buf, "w"))) { + if (!(flogp = fopen(buf, "w"))) { #else /* Connect stdout to file buf and log stdout */ - if (!(freopen (buf, "w", stdout))) { + if (!(freopen (buf, "w", stdout))) { #endif perror (buf); shutdown (EXIT_BAD); @@ -877,7 +879,7 @@ if (!ft_batchmode) goto bot; } - + /* Set up signal handling */ if (!ft_batchmode) { /* Set up interrupt handler */ @@ -909,14 +911,14 @@ /* load user's initialisation file */ if (readinit) { bool good; - + /* Try accessing the initialisation file in the current directory */ good = read_initialisation_file("",INITSTR); - + /* if that fail try the alternate name */ if(good == FALSE) good = read_initialisation_file("",ALT_INITSTR); - + /* if that failed try in the user's home directory if their HOME environment variable is set */ if(good == FALSE) { @@ -964,7 +966,7 @@ if (!ft_servermode && !ft_nutmeg) { /* Concatenate all non-option arguments into a temporary file and load that file into the spice core. - + The original routine took a special path if there was only one non-option argument. In that case, it didn't create the temporary file but used the original file instead. The @@ -1046,7 +1048,7 @@ "no simulations run\n"); shutdown(EXIT_BAD); } - } /* --- if (ft_batchmode) --- */ + } /* --- if (ft_batchmode) --- */ else { cp_interactive = TRUE; app_rl_readlines(); /* enter the command processing loop */ Index: ngspice.spec =================================================================== RCS file: /cvs/extras/rpms/ngspice/devel/ngspice.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ngspice.spec 15 Oct 2006 13:41:53 -0000 1.4 +++ ngspice.spec 24 Dec 2006 16:46:21 -0000 1.5 @@ -1,6 +1,6 @@ Name: ngspice Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -9,6 +9,7 @@ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: %{name}-%{version}-pipemode.patch BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel, libXt-devel @@ -48,6 +49,8 @@ %prep %setup -q -n ng-spice-rework-%{version} +%patch0 -p0 -b .pipemode-xcircuit + %build %ifarch x86_64 sparc64 ppc64 amd64 %{__cp} -p src/spinit.in src/spinit.in.ngspice @@ -92,23 +95,29 @@ %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} -rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a +%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a + +%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/ +%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/ +%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/ %clean %{__rm} -rf %{buildroot} -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 +%post +/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||: -%preun doc -if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 +%preun +if [ "$1" -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||: fi %files %defattr(-,root,root,-) -%doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES NEWS README +%doc AUTHORS COPYING README BUGS ChangeLog NEWS +%exclude %{_datadir}/ng-spice-rework/doc/ +%exclude %{_datadir}/ng-spice-rework/examples/ %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp @@ -118,39 +127,43 @@ %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph -%{_datadir}/ng-spice-rework +%{_datadir}/ng-spice-rework/ %{_libdir}/spice/ - - -%files doc -%defattr(-, root, root, -) -%doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* +%files doc +%defattr(-, root, root, -) +%{_datadir}/ng-spice-rework/doc/ +%{_datadir}/ng-spice-rework/examples/ %Changelog -* Sun Oct 15 2006 Chitlesh Goorah 17-7 +* Tue Dec 19 2006 Chitlesh Goorah 17-8 +- patch0 for xcircuit pipemode +- XCircuit can work as an ng-spice front-end +- fixed infodir to mean FE guidelines + +* Sun Oct 15 2006 Chitlesh Goorah 17-7 - Fixed src/spinit.in for 64 bit -* Thu Oct 12 2006 Chitlesh Goorah 17-6 -- Testing on 64 bit arch +* Thu Oct 12 2006 Chitlesh Goorah 17-6 +- Testing on 64 bit arch -* Mon Sep 04 2006 Chitlesh Goorah 17-5 +* Mon Sep 04 2006 Chitlesh Goorah 17-5 - Added libXt-devel to include X headers * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. -* Tue Aug 29 2006 Chitlesh Goorah 17-3 +* Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file -* Mon Aug 28 2006 Chitlesh Goorah 17-2 +* Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post -* Sun Aug 27 2006 Chitlesh Goorah 17-1 +* Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras \ No newline at end of file From fedora-extras-commits at redhat.com Sun Dec 24 16:51:41 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 11:51:41 -0500 Subject: rpms/quadkonsole/devel .cvsignore, 1.3, 1.4 Makefile, 1.2, 1.3 quadkonsole.spec, 1.2, 1.3 sources, 1.3, 1.4 dead.package, 1.1, NONE Message-ID: <200612241651.kBOGpfLD009539@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/quadkonsole/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9518 Added Files: .cvsignore Makefile quadkonsole.spec sources Removed Files: dead.package Log Message: Waking the dead: quadkonsole package returning to life. Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 24 Dec 2006 16:51:11 -0000 1.4 @@ -0,0 +1 @@ +quadkonsole-2.0.1.tar.gz Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 24 Dec 2006 16:51:11 -0000 1.3 @@ -0,0 +1,21 @@ +# Makefile for source rpm: quadkonsole +# $Id$ +NAME := quadkonsole +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) Index: quadkonsole.spec =================================================================== RCS file: quadkonsole.spec diff -N quadkonsole.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ quadkonsole.spec 24 Dec 2006 16:51:11 -0000 1.3 @@ -0,0 +1,58 @@ +Name: quadkonsole +Version: 2.0.1 +Release: 2%{?dist} +Summary: Embeds Konsole kparts in a grid layout + +Group: Applications/System +License: GPL +URL: http://nomis80.org/quadkonsole/ +Source0: http://nomis80.org/quadkonsole/quadkonsole-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: kdelibs-devel >= 3.2, desktop-file-utils + +%description +QuadKonsole is a program which embeds 4 Konsoles (other numbers can be +specified on the command-line). This way you save screen real estate, you don't +have to worry about careful placement and the startup time is faster than +starting up 4 separate Konsoles. + + +%prep +%setup -q + + +%build +%configure --disable-rpath +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +desktop-file-install \ + --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ + --delete-original \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/quadkonsole.desktop + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README TODO +%{_bindir}/quadkonsole +%{_datadir}/applications/kde/fedora-quadkonsole.desktop + + +%changelog +* Tue Mar 7 2006 Simon Perreault - 2.0.1-2 +- Reformatted description to make rpmlint happy. + +* Tue Mar 7 2006 Simon Perreault - 2.0.1-1 +- Initial package. Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 24 Dec 2006 16:51:11 -0000 1.4 @@ -0,0 +1 @@ +3334b7a3ad3e6f9b96f59a00ccedae91 quadkonsole-2.0.1.tar.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Sun Dec 24 17:37:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 12:37:48 -0500 Subject: rpms/liferea/devel .cvsignore, 1.39, 1.40 liferea.spec, 1.59, 1.60 sources, 1.40, 1.41 Message-ID: <200612241737.kBOHbmoN012852@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12833 Modified Files: .cvsignore liferea.spec sources Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2.1-1 - Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- .cvsignore 17 Dec 2006 23:23:16 -0000 1.39 +++ .cvsignore 24 Dec 2006 17:37:18 -0000 1.40 @@ -1 +1 @@ -liferea-1.2.0.tar.gz +liferea-1.2.1.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- liferea.spec 23 Dec 2006 14:20:37 -0000 1.59 +++ liferea.spec 24 Dec 2006 17:37:18 -0000 1.60 @@ -1,6 +1,6 @@ Name: liferea -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -110,6 +110,9 @@ %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2.1-1 +- Update to 1.2.1. + * Sat Dec 23 2006 Brian Pepple - 1.2.0-2 - Rebuild against new firefox. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- sources 17 Dec 2006 23:23:16 -0000 1.40 +++ sources 24 Dec 2006 17:37:18 -0000 1.41 @@ -1 +1 @@ -02b95014baba4725b02895074cc4f25e liferea-1.2.0.tar.gz +28d6ec815209dbcab3dfd656205f9f5e liferea-1.2.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 17:58:21 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 24 Dec 2006 12:58:21 -0500 Subject: rpms/syck/devel syck.spec,1.8,1.9 Message-ID: <200612241758.kBOHwLN6013032@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13017 Modified Files: syck.spec Log Message: * Sun Dec 24 2006 Jason L Tibbitts III - 0.55-13 - Rebuild with Python 2.5. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- syck.spec 1 Dec 2006 16:26:47 -0000 1.8 +++ syck.spec 24 Dec 2006 17:57:51 -0000 1.9 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 12%{?dist} +Release: 13%{?dist} License: BSD Group: System Environment/Libraries @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Sun Dec 24 2006 Jason L Tibbitts III - 0.55-13 +- Rebuild with Python 2.5. + * Fri Dec 01 2006 Jason L Tibbitts III - 0.55-12 - Adapt to new autoconf in rawhide. From fedora-extras-commits at redhat.com Sun Dec 24 18:13:22 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 13:13:22 -0500 Subject: owners owners.list,1.2148,1.2149 Message-ID: <200612241813.kBOIDMPD016440@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16425 Modified Files: owners.list Log Message: Retaking ownership of camstream package. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2148 retrieving revision 1.2149 diff -u -r1.2148 -r1.2149 --- owners.list 24 Dec 2006 16:39:25 -0000 1.2148 +++ owners.list 24 Dec 2006 18:12:52 -0000 1.2149 @@ -174,7 +174,7 @@ Fedora Extras|cairomm|C++ wrapper for cairo|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|cal3d|Skeletal based 3-D character animation library|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|camE|Rewrite of the xawtv webcam app, which adds imlib2 support|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|camstream|CamStream - a set of programs to make use of your webcam|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|nomis80 at nomis80.org +Fedora Extras|camstream|CamStream - a set of programs to make use of your webcam|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|Canna|A Japanese character set input system|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|CastPodder|A multimedia aggregator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|ccache|Compiler cache|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 24 18:19:24 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 24 Dec 2006 13:19:24 -0500 Subject: rpms/ser/devel ser.spec,1.7,1.8 Message-ID: <200612241819.kBOIJOLv016551@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/ser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16511 Modified Files: ser.spec Log Message: * Sun Dec 24 2006 Jason L Tibbitts III - 0.9.6-10 - Rebuild with updated Postgres. Index: ser.spec =================================================================== RCS file: /cvs/extras/rpms/ser/devel/ser.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ser.spec 10 Sep 2006 21:29:39 -0000 1.7 +++ ser.spec 24 Dec 2006 18:18:54 -0000 1.8 @@ -8,7 +8,7 @@ Summary: SIP Express Router Name: ser Version: 0.9.6 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz @@ -215,6 +215,9 @@ %endif %changelog +* Sun Dec 24 2006 Jason L Tibbitts III - 0.9.6-10 +- Rebuild with updated Postgres. + * Sun Sep 10 2006 Andreas Thienemann 0.9.6-9 - *bump* From fedora-extras-commits at redhat.com Sun Dec 24 18:19:54 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 13:19:54 -0500 Subject: rpms/camstream/devel .cvsignore, 1.4, 1.5 Makefile, 1.3, 1.4 camstream-0.26.3-x86_64-asm.patch, 1.2, 1.3 camstream-makefiles.patch, 1.2, 1.3 camstream.desktop, 1.2, 1.3 camstream.png, 1.2, 1.3 camstream.spec, 1.12, 1.13 sources, 1.4, 1.5 dead.package, 1.1, NONE Message-ID: <200612241819.kBOIJsCx016602@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16529 Added Files: .cvsignore Makefile camstream-0.26.3-x86_64-asm.patch camstream-makefiles.patch camstream.desktop camstream.png camstream.spec sources Removed Files: dead.package Log Message: Waking the dead: package camstream is back to life. Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 24 Dec 2006 18:19:23 -0000 1.5 @@ -0,0 +1 @@ +camstream-0.26.3.tar.gz Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 24 Dec 2006 18:19:23 -0000 1.4 @@ -0,0 +1,21 @@ +# Makefile for source rpm: camstream +# $Id$ +NAME := camstream +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) camstream-0.26.3-x86_64-asm.patch: Index: camstream-0.26.3-x86_64-asm.patch =================================================================== RCS file: camstream-0.26.3-x86_64-asm.patch diff -N camstream-0.26.3-x86_64-asm.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream-0.26.3-x86_64-asm.patch 24 Dec 2006 18:19:23 -0000 1.3 @@ -0,0 +1,376 @@ +Credits for this patch go to gentoo. + +--- ./camstream/video/video_asm.S.old 2004-04-17 18:22:08.977932552 +0100 ++++ ./camstream/video/video_asm.S 2004-04-17 18:23:37.614457752 +0100 +@@ -17,52 +17,52 @@ + + ENTRY(calc_diff128) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx # number of pixels +- mov Dst, %edi # destination +- mov Src1, %esi # src_new +- mov Src2, %ebx # src_old ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx # number of pixels ++ mov Dst, %rdi # destination ++ mov Src1, %rsi # src_new ++ mov Src2, %rbx # src_old + + 0: lodsb # load byte +- mov (%ebx), %ah # load second byte ++ mov (%rbx), %ah # load second byte + shr $1, %al # /2 by shift-right both values + shr $1, %ah + sub %ah, %al # substract old value + add $128, %al # add virtual 0-point + stosb +- inc %ebx ++ inc %rbx + loop 0b + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + + ENTRY(calc_diff128_mmx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx # number of pixels +- mov Dst, %edi # destination +- mov Src1, %esi # src_new +- mov Src2, %ebx # src_old ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx # number of pixels ++ mov Dst, %rdi # destination ++ mov Src1, %rsi # src_new ++ mov Src2, %rbx # src_old + +- shr $2, %ecx # MMX uses 4 bytes in a row; too bad MMX ++ shr $2, %rcx # MMX uses 4 bytes in a row; too bad MMX + # doesnt have carry-bits or shift-right byte, + # or we could have grabbed 8 bytes in a row + movq mm_128w, %mm7 + +-0: movd (%esi), %mm0 # 00 00 00 00 b3 b2 b1 b0 ++0: movd (%rsi), %mm0 # 00 00 00 00 b3 b2 b1 b0 + punpcklbw mm_0, %mm0 # 00 b3 00 b2 00 b1 00 b0 + +- movd (%ebx), %mm1 # 00 00 00 00 c3 c2 c1 c0 ++ movd (%rbx), %mm1 # 00 00 00 00 c3 c2 c1 c0 + punpcklbw mm_0, %mm1 # 00 c3 00 c2 00 c1 00 c0 + + psraw $1, %mm0 # shift, then substract; this eliminates a +@@ -71,17 +71,17 @@ + psubw %mm1, %mm0 # subtract + paddw %mm7, %mm0 # add virtual 0-point + packuswb mm_0, %mm0 # pack, unsigned saturation 00 00 00 00 d3 d2 d1 d0 +- movd %mm0, (%edi) # store ++ movd %mm0, (%rdi) # store + +- add $4, %ebx +- add $4, %esi +- add $4, %edi ++ add $4, %rbx ++ add $4, %rsi ++ add $4, %rdi + loop 0b + + 9: emms # empty MMX state +- pop %edi +- pop %esi +- pop %ebx ++ pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + +@@ -89,24 +89,24 @@ + # calc_intg: perform Integrator step, that is, add a buffer to another + ENTRY(calc_intg128) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov 8(%ebp), %ecx # number of pixels +- mov 12(%ebp), %edi # destination +- mov 16(%ebp), %esi # 2nd buffer ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov 8(%rbp), %rcx # number of pixels ++ mov 12(%rbp), %rdi # destination ++ mov 16(%rbp), %rsi # 2nd buffer + + 0: lodsb + sub $128, %al # s - 128 + shl $1, %al # *2 +- add %al, (%edi) # add to destination +- inc %edi ++ add %al, (%rdi) # add to destination ++ inc %rdi + loop 0b + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + +@@ -116,36 +116,36 @@ + # Perform Integrator step with MMX instructions + ENTRY(calc_intg128_smx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov 8(%ebp), %ecx # number of pixels +- mov 12(%ebp), %edi # destination +- mov 16(%ebp), %esi # 2nd buffer +- shr $2, %ecx # divide by 4 (again, we must use word operands) ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov 8(%rbp), %rcx # number of pixels ++ mov 12(%rbp), %rdi # destination ++ mov 16(%rbp), %rsi # 2nd buffer ++ shr $2, %rcx # divide by 4 (again, we must use word operands) + + movq mm_128w, %mm7 # load constant + + # The following instructions are hopefully mixed + # to optimize execution +-0: movd (%edi), %mm0 # 00 00 00 00 b3 b2 b1 b0 ++0: movd (%rdi), %mm0 # 00 00 00 00 b3 b2 b1 b0 + punpcklbw mm_0, %mm0 # 00 b3 00 b2 00 b1 00 b0 +- movd (%esi), %mm1 # 00 00 00 00 c3 c2 c1 c0 ++ movd (%rsi), %mm1 # 00 00 00 00 c3 c2 c1 c0 + punpcklbw mm_0, %mm1 # 00 c3 00 c2 00 c1 00 c0 +- add $4, %esi # keep CPU busy ++ add $4, %rsi # keep CPU busy + psubw %mm7, %mm1 # src - 128 + psllw $1, %mm1 # * 2 + paddw %mm1, %mm0 # dst += src + packuswb mm_0, %mm0 # pack, unsigned saturation 00 00 00 00 d3 d2 d1 d0 +- movd %mm0, (%edi) # store back +- add $4, %edi ++ movd %mm0, (%rdi) # store back ++ add $4, %rdi + loop 0b + + 9: emms # clear MMX state +- pop %edi +- pop %esi +- pop %ebx ++ pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + +--- ./camstream/video/video_asm_add.S.old 2004-04-17 18:22:17.121694512 +0100 ++++ ./camstream/video/video_asm_add.S 2004-04-17 18:23:54.272925280 +0100 +@@ -4,102 +4,102 @@ + + ENTRY(calc_add) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + + 0: lodsb +- add %al, (%edi) +- inc %edi ++ add %al, (%rdi) ++ inc %rdi + loop 0b + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + ENTRY(calc_add_mmx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + +- shr $3, %ecx # Divide by 8 (!) ++ shr $3, %rcx # Divide by 8 (!) + +-0: movq (%esi), %mm0 +- add $8, %esi +- movq (%edi), %mm1 ++0: movq (%rsi), %mm0 ++ add $8, %rsi ++ movq (%rdi), %mm1 + paddb %mm1, %mm0 # add, with overflow +- movq %mm0, (%edi) +- add $8, %edi ++ movq %mm0, (%rdi) ++ add $8, %rdi + loop 0 + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + + ENTRY(calc_add_mmxs) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + +- shr $3, %ecx # Divide by 8 (!) ++ shr $3, %rcx # Divide by 8 (!) + +-0: movq (%esi), %mm0 +- add $8, %esi +- movq (%edi), %mm1 ++0: movq (%rsi), %mm0 ++ add $8, %rsi ++ movq (%rdi), %mm1 + paddsb %mm1, %mm0 # add, with saturation +- movq %mm0, (%edi) +- add $8, %edi ++ movq %mm0, (%rdi) ++ add $8, %rdi + loop 0 + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + ENTRY(calc_add128_mmx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + +- shr $3, %ecx # Divide by 8 (!) ++ shr $3, %rcx # Divide by 8 (!) + movq mm_128b, %mm7 # load constant + +-0: movq (%esi), %mm0 +- add $8, %esi ++0: movq (%rsi), %mm0 ++ add $8, %rsi + psubb %mm7, %mm0 # compensate null-point +- movq (%edi), %mm1 ++ movq (%rdi), %mm1 + paddb %mm1, %mm0 # add, with overflow +- movq %mm0, (%edi) +- add $8, %edi ++ movq %mm0, (%rdi) ++ add $8, %rdi + loop 0 + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret +--- ./camstream/video/video_def.h.old 2004-04-17 18:22:25.357442488 +0100 ++++ ./camstream/video/video_def.h 2004-04-17 18:24:14.037920544 +0100 +@@ -1,8 +1,8 @@ + #define __ASSEMBLY__ + #include + +-#define Number 8(%ebp) +-#define Dst 12(%ebp) +-#define Src1 16(%ebp) +-#define Src2 20(%ebp) ++#define Number 8(%rbp) ++#define Dst 12(%rbp) ++#define Src1 16(%rbp) ++#define Src2 20(%rbp) + camstream-makefiles.patch: Index: camstream-makefiles.patch =================================================================== RCS file: camstream-makefiles.patch diff -N camstream-makefiles.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream-makefiles.patch 24 Dec 2006 18:19:23 -0000 1.3 @@ -0,0 +1,95 @@ +diff -Naru camstream-0.26.2.orig/camstream/configure.in camstream-0.26.2/camstream/configure.in +--- camstream-0.26.2.orig/camstream/configure.in 2002-12-30 03:43:35.000000000 +0200 ++++ camstream-0.26.2/camstream/configure.in 2003-08-08 01:27:04.000000000 +0300 +@@ -200,7 +200,7 @@ + + dnl Check for Intel architecture + AC_CACHE_CHECK(for Intel processor(s), ac_cv_flag_intelcpu, [ +-if [ uname -m | grep -q "i.86" ]; then ++if test -n "$HAVE_IX86"; then + ac_cv_flag_intelcpu=yes + else + ac_cv_flag_intelcpu=no +@@ -212,7 +212,7 @@ + + dnl Check for mmx processor + AC_CACHE_CHECK(for MMX on processor(s), ac_cv_flag_mmx, [ +- if grep "^flags.* mmx" /proc/cpuinfo > /dev/null; then ++ if test -n "$HAVE_MMX"; then + ac_cv_flag_mmx=yes + else + ac_cv_flag_mmx=no +diff -Naru camstream-0.26.2.orig/camstream/icons/Makefile.in camstream-0.26.2/camstream/icons/Makefile.in +--- camstream-0.26.2.orig/camstream/icons/Makefile.in 2001-11-14 01:06:27.000000000 +0200 ++++ camstream-0.26.2/camstream/icons/Makefile.in 2003-08-08 01:27:23.000000000 +0300 +@@ -1,9 +1,7 @@ + # Extra defines +-exec_prefix=@exec_prefix@ +-prefix=@prefix@ +-SHAREDIR=@datadir@/camstream ++datadir=@datadir@ ++SHAREDIR=$(datadir)/camstream + ICON_DIR=$(SHAREDIR)/icons +-BIN_DIR=@bindir@ + + install: + install --mode=0755 --directory $(ICON_DIR) +diff -Naru camstream-0.26.2.orig/camstream/Makefile.in camstream-0.26.2/camstream/Makefile.in +--- camstream-0.26.2.orig/camstream/Makefile.in 2002-05-01 03:23:20.000000000 +0300 ++++ camstream-0.26.2/camstream/Makefile.in 2003-08-08 01:27:23.000000000 +0300 +@@ -9,8 +9,9 @@ + # Extra defines + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-SHARE_DIR=@datadir@/camstream +-BIN_DIR=@bindir@ ++datadir=@datadir@ ++SHARE_DIR=$(datadir)/camstream ++bindir=@bindir@ + + MOREDEFS=-DSHARE_DIR=\"$(SHARE_DIR)\" + +@@ -77,8 +78,8 @@ + + install: all + make -C icons install +- install --mode=0755 --directory $(BIN_DIR) +- install --strip camstream $(BIN_DIR) ++ install --mode=0755 --directory $(bindir) ++ install camstream $(bindir) + + # Default targets + clean: +diff -Naru camstream-0.26.2.orig/lib/ccvt/configure.in camstream-0.26.2/lib/ccvt/configure.in +--- camstream-0.26.2.orig/lib/ccvt/configure.in 2001-12-03 22:42:48.000000000 +0200 ++++ camstream-0.26.2/lib/ccvt/configure.in 2003-08-08 01:27:23.000000000 +0300 +@@ -19,7 +19,7 @@ + + dnl Check for Intel architecture + AC_CACHE_CHECK(for Intel processor(s), ac_cv_flag_intelcpu, [ +-if [ uname -m | grep -q "i.86" ]; then ++if test -n "$HAVE_IX86"; then + ac_cv_flag_intelcpu=yes + else + ac_cv_flag_intelcpu=no +@@ -31,7 +31,7 @@ + + dnl Check for mmx processor + AC_CACHE_CHECK(for MMX on processor(s), ac_cv_flag_mmx, [ +- if grep "^flags.* mmx" /proc/cpuinfo > /dev/null; then ++ if test -n "$HAVE_MMX"; then + ac_cv_flag_mmx=yes + else + ac_cv_flag_mmx=no +diff -Naru camstream-0.26.2.orig/lib/ccvt/Makefile.in camstream-0.26.2/lib/ccvt/Makefile.in +--- camstream-0.26.2.orig/lib/ccvt/Makefile.in 2002-12-08 02:06:38.000000000 +0200 ++++ camstream-0.26.2/lib/ccvt/Makefile.in 2003-08-08 01:26:42.000000000 +0300 +@@ -1,6 +1,5 @@ +-CPPFLAGS=-Wall -g -O3 +-CFLAGS=@DEFS@ +-CXXFLAGS=-I$(QTDIR)/include @DEFS@ ++CFLAGS=@DEFS@ $(RPM_OPT_FLAGS) ++CXXFLAGS=-I$(QTDIR)/include $(CFLAGS) + ASFLAGS=-g + LDFLAGS=-g @LDFLAGS@ + LIBS= Index: camstream.desktop =================================================================== RCS file: camstream.desktop diff -N camstream.desktop --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream.desktop 24 Dec 2006 18:19:23 -0000 1.3 @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=CamStream +Comment=A set of programs to make use of your webcam +Exec=camstream +Icon=camstream.png +Terminal=false +Type=Application +Encoding=UTF-8 +Categories=Application;AudioVideo;QT; Index: camstream.spec =================================================================== RCS file: camstream.spec diff -N camstream.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream.spec 24 Dec 2006 18:19:23 -0000 1.13 @@ -0,0 +1,141 @@ +Name: camstream +Version: 0.26.3 +Release: 9%{?dist} + +Summary: Set of programs to make use of your webcam + +Group: Applications/Multimedia +License: GPL +URL: http://www.smcc.demon.nl/camstream/ +Source0: http://www.smcc.demon.nl/camstream/download/camstream-0.26.3.tar.gz +Source1: %{name}.desktop +Source2: %{name}.png +Patch0: %{name}-makefiles.patch +Patch1: %{name}-%{version}-x86_64-asm.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: qt-devel, autoconf, desktop-file-utils +ExclusiveArch: %{ix86} x86_64 + +%description +CamStream is (going to be) a collection of tools for webcams and other +video-devices, enhancing your Linux system with multimedia video. +All written in C++ and with a nice GUI frontend. The interface +is based on Qt, an excellent GUI framework. + + +%prep +%setup -q +%patch0 -p1 +%ifarch x86_64 +%patch1 -p1 +%endif + + +%build +[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh + +# Use our homebrew CPU flags for sane builds. +%ifarch %{ix86} +export HAVE_IX86=1 +%ifarch i686 athlon +export HAVE_MMX=1 +%endif +%endif + +# Do autoconfs due to patch0 and to nuke old autoconf 2.13 stuff in lib/ccvt. +# Build lib/ccvt separately (needs gcc while other stuff needs g++). +pushd lib/ccvt +autoconf +%configure +make %{?_smp_mflags} +popd + +pushd camstream +autoconf +popd + +export CC=g++ +%configure +make all %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +install -d -p -m 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps +install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/camstream.png +install -m 755 camstream/ftpput $RPM_BUILD_ROOT%{_bindir} +install -m 755 camstream/caminfo $RPM_BUILD_ROOT%{_bindir} +desktop-file-install \ + --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --mode 644 \ + --add-category X-Fedora \ + %{SOURCE1} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc docs/* +%{_bindir}/* +%{_datadir}/camstream +%{_datadir}/pixmaps/* +%{_datadir}/applications/* + + +%changelog +* Sat Mar 11 2006 Simon Perreault - 0.26.3-9 +- Taking ownership of package. +- Fixed build dependencies (#178654). + +* Wed May 25 2005 Colin Charles - 0.26.3-8 +- remove ppc (ExclusiveArch x86/x86_64), as there's x86 assembly in video_asm.S that would require porting (#158652) + +* Sun May 22 2005 Jeremy Katz - 0.26.3-7 +- rebuild on all arches + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Sat Jan 29 2005 Thorsten Leemhuis 0:0.26.3-5 +- Add x86_64 asm patch; Patch was created by gentoo, many thanks to them + +* Mon Dec 29 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.4 +- Upstream applied patch to ftpput.cc + +* Tue Dec 09 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.3 +- Including patch (ftpput.cc) originaly from M. Schwendt, modyfied to be applied on 0.26-3 +- Including ftpput and caminfo + +* Sun Dec 07 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.2 +- removing obsolete depency on ImageMagik + +* Thu Dec 04 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.1 +- Update to 26.3 which Michael Schwendt`s included fix for ftpput.cc merged by +- upstream. Including desktop-icon. + +* Thu Aug 7 2003 Ville Skytt?? - 0:0.26.2-0.fdr.4 +- Add .desktop entry. +- Rework makefiles patch for correct install locations and CPU/optflags. +- Cosmetic specfile tweaks. + +* Wed Aug 06 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.3 +- Corrected permissions on sources + +* Thu Aug 05 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.2 +- More documentation included +- Using autoconf for ccvt +- Patched the Makefiles for ccvt and camstream to proper build in rpm-root + +* Mon Aug 04 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.1 +- Workaround for qt-devel included + +* Mon Aug 04 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.0 +- Initial Fedora-RPM release. + + Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 24 Dec 2006 18:19:23 -0000 1.5 @@ -0,0 +1 @@ +c01a6161196ab6a6e4334476ae568a31 camstream-0.26.3.tar.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Sun Dec 24 18:57:57 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 24 Dec 2006 13:57:57 -0500 Subject: rpms/driftnet/devel driftnet.spec,1.5,1.6 Message-ID: <200612241857.kBOIvvU7016784@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/driftnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16769 Modified Files: driftnet.spec Log Message: * Sun Dec 24 2006 Jason L Tibbitts III - 0.1.6-12 - Rebuild with updated libpcap. Index: driftnet.spec =================================================================== RCS file: /cvs/extras/rpms/driftnet/devel/driftnet.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- driftnet.spec 15 Sep 2006 08:25:32 -0000 1.5 +++ driftnet.spec 24 Dec 2006 18:57:27 -0000 1.6 @@ -2,7 +2,7 @@ License: GPL Group: Applications/Internet Version: 0.1.6 -Release: 11 +Release: 12 Summary: Network image sniffer URL: http://www.ex-parrot.com/~chris/driftnet/ Source0: http://www.ex-parrot.com/~chris/driftnet/driftnet-0.1.6.tar.gz @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 24 2006 Jason L Tibbitts III - 0.1.6-12 +- Rebuild with updated libpcap. + * Fri Sep 15 2006 - Bastien Nocera - 0.1.6-11 - Rebuilt From fedora-extras-commits at redhat.com Sun Dec 24 19:02:58 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 14:02:58 -0500 Subject: rpms/libfwbuilder/devel .cvsignore, 1.8, 1.9 libfwbuilder.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <200612241902.kBOJ2we7019997@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/libfwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19978 Modified Files: .cvsignore libfwbuilder.spec sources Log Message: - Update to 2.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libfwbuilder/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Nov 2006 21:06:04 -0000 1.8 +++ .cvsignore 24 Dec 2006 19:02:28 -0000 1.9 @@ -1 +1 @@ -libfwbuilder-2.1.7.tar.gz +libfwbuilder-2.1.8.tar.gz Index: libfwbuilder.spec =================================================================== RCS file: /cvs/extras/rpms/libfwbuilder/devel/libfwbuilder.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libfwbuilder.spec 29 Nov 2006 12:30:17 -0000 1.16 +++ libfwbuilder.spec 24 Dec 2006 19:02:28 -0000 1.17 @@ -1,6 +1,6 @@ Name: libfwbuilder Summary: Firewall Builder API -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} License: GPL Group: System Environment/Libraries @@ -77,6 +77,9 @@ %changelog +* Wed Dec 13 2006 Ralf Ertzinger 2.1.8-1.fc7 +- Update to 2.1.8 + * Wed Nov 29 2006 Ralf Ertzinger 2.1.7-1.fc7 - Update release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/libfwbuilder/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Nov 2006 21:06:04 -0000 1.8 +++ sources 24 Dec 2006 19:02:28 -0000 1.9 @@ -1 +1 @@ -fde9444d2f48e8b643de1a90c812951f libfwbuilder-2.1.7.tar.gz +277b51859a23e3e759e169d087646f34 libfwbuilder-2.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 19:07:01 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 14:07:01 -0500 Subject: rpms/fwbuilder/devel .cvsignore, 1.9, 1.10 fwbuilder.spec, 1.17, 1.18 sources, 1.9, 1.10 Message-ID: <200612241907.kBOJ71ep020074@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/fwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055 Modified Files: .cvsignore fwbuilder.spec sources Log Message: - Update to 2.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fwbuilder/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 27 Nov 2006 21:11:37 -0000 1.9 +++ .cvsignore 24 Dec 2006 19:06:31 -0000 1.10 @@ -1 +1 @@ -fwbuilder-2.1.7.tar.gz +fwbuilder-2.1.8.tar.gz Index: fwbuilder.spec =================================================================== RCS file: /cvs/extras/rpms/fwbuilder/devel/fwbuilder.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fwbuilder.spec 29 Nov 2006 15:12:14 -0000 1.17 +++ fwbuilder.spec 24 Dec 2006 19:06:31 -0000 1.18 @@ -1,6 +1,6 @@ Name: fwbuilder Summary: Firewall Builder -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} License: GPL @@ -67,8 +67,6 @@ --add-category X-Fedora \ %{SOURCE1} -%{__ln_s} fwbuilder21 $RPM_BUILD_ROOT%{_bindir}/fwbuilder - %clean rm -rf $RPM_BUILD_ROOT @@ -85,9 +83,8 @@ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/fwbuilder.png %{_bindir}/fwbuilder -%{_bindir}/fwbuilder21 -%{_bindir}/fwblookup21 -%{_bindir}/fwbedit21 +%{_bindir}/fwblookup +%{_bindir}/fwbedit %doc doc/AUTHORS %doc doc/COPYING %doc doc/Credits @@ -96,9 +93,9 @@ %doc doc/README.floppyfw %doc doc/ReleaseNotes_*.txt %doc doc/ReleaseNotes_*.html -%{_mandir}/man1/fwbuilder21.1* -%{_mandir}/man1/fwblookup21.1* -%{_mandir}/man1/fwbedit21.1* +%{_mandir}/man1/fwbuilder.1* +%{_mandir}/man1/fwblookup.1* +%{_mandir}/man1/fwbedit.1* %package pf @@ -111,9 +108,9 @@ %files pf %defattr(-,root,root) -%{_bindir}/fwb_pf21 +%{_bindir}/fwb_pf %doc doc/README.pf -%{_mandir}/man1/fwb_pf21.1* +%{_mandir}/man1/fwb_pf.1* %package ipf @@ -126,9 +123,9 @@ %files ipf %defattr(-,root,root) -%{_bindir}/fwb_ipf21 +%{_bindir}/fwb_ipf %doc doc/README.ipf -%{_mandir}/man1/fwb_ipf21.1* +%{_mandir}/man1/fwb_ipf.1* %package ipfw @@ -141,9 +138,9 @@ %files ipfw %defattr(-,root,root) -%{_bindir}/fwb_ipfw21 +%{_bindir}/fwb_ipfw %doc doc/README.ipfw -%{_mandir}/man1/fwb_ipfw21.1* +%{_mandir}/man1/fwb_ipfw.1* %package ipt @@ -156,11 +153,14 @@ %files ipt %defattr(-,root,root) -%{_bindir}/fwb_ipt21 +%{_bindir}/fwb_ipt %doc doc/README.ipt -%{_mandir}/man1/fwb_ipt21.1* +%{_mandir}/man1/fwb_ipt.1* %changelog +* Sun Dec 24 2006 Ralf Ertzinger 2.1.8-1.fc7 +- Update to 2.1.8 + * Wed Nov 29 2006 Ralf Ertzinger 2.1.7-1.fc7 - Bump release for build - Add fwbuilder symlink Index: sources =================================================================== RCS file: /cvs/extras/rpms/fwbuilder/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 27 Nov 2006 21:11:37 -0000 1.9 +++ sources 24 Dec 2006 19:06:31 -0000 1.10 @@ -1 +1 @@ -229b23b37e20f8184b189ab76a98ba22 fwbuilder-2.1.7.tar.gz +f98706a1cbe4c470e3a20a1aa7158d58 fwbuilder-2.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 19:34:59 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 14:34:59 -0500 Subject: rpms/wesnoth/FC-5 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 wesnoth.spec, 1.26, 1.27 Message-ID: <200612241934.kBOJYxbo020226@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20207 Modified Files: .cvsignore sources wesnoth.spec Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2-1 - Update to 1.2. - Add BR on fribidi-devel. - Drop X-Fedora category from desktop file. - Remove unnecessary BR on SDL-devel. - remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Dec 2005 19:34:55 -0000 1.13 +++ .cvsignore 24 Dec 2006 19:34:29 -0000 1.14 @@ -1 +1 @@ -wesnoth-1.0.2.tar.gz +wesnoth-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Dec 2005 19:34:55 -0000 1.13 +++ sources 24 Dec 2006 19:34:29 -0000 1.14 @@ -1 +1 @@ -1d2a26062ce1c90cbf10845023f9435c wesnoth-1.0.2.tar.gz +722a459282abe6d04dbe228d031c088e wesnoth-1.2.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-5/wesnoth.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- wesnoth.spec 15 Feb 2006 02:24:28 -0000 1.26 +++ wesnoth.spec 24 Dec 2006 19:34:29 -0000 1.27 @@ -1,21 +1,24 @@ Name: wesnoth -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPL URL: http://www.wesnoth.org -Source0: http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz +Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.gz Source1: wesnothd.init -Source2: wesnoth.sysconfig -#Source3: README.fedora +Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel, SDL_image-devel, SDL_mixer-devel -BuildRequires: SDL_ttf-devel, SDL_net-devel, freetype-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_mixer-devel +BuildRequires: SDL_net-devel +BuildRequires: freetype-devel BuildRequires: libpng-devel -BuildRequires: desktop-file-utils, gettext +BuildRequires: fribidi-devel +BuildRequires: desktop-file-utils +BuildRequires: gettext %description @@ -44,6 +47,7 @@ Requires(preun): /sbin/chkconfig Requires(pre): /usr/sbin/useradd + %description server This package contains the binaries for running a Wesnoth server for multi-player games. @@ -54,13 +58,13 @@ Group: Amusements/Games Requires: %{name} = %{version}-%{release} + %description tools This package contains the game editor and development tools. %prep %setup -q -#cp %{SOURCE3} . chmod -x MANUAL* @@ -82,7 +86,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ - --add-category="X-Fedora" icons/%{name}.desktop + icons/%{name}.desktop # add icon for menus mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps @@ -130,8 +134,7 @@ %files -f %{name}.\*.lang %defattr(-,root,root,-) %doc COPYING changelog README copyright MANUAL* -#%doc README.fedora -%{_bindir}/wesnoth +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* @@ -158,6 +161,13 @@ %ghost /var/run/wesnothd/socket %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2-1 +- Update to 1.2. +- Add BR on fribidi-devel. +- Drop X-Fedora category from desktop file. +- Remove unnecessary BR on SDL-devel. +- remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7 + * Wed Feb 15 2006 Michael Schwendt - 1.0.2-2 - rebuilt for FC5 From fedora-extras-commits at redhat.com Sun Dec 24 22:42:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:42:29 -0500 Subject: rpms/toped import.log,1.3,1.4 Message-ID: <200612242242.kBOMgTr8030067@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30039 Modified Files: import.log Log Message: auto-import toped-0.8.2-3 on branch FC-6 from toped-0.8.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 12 Oct 2006 17:53:30 -0000 1.3 +++ import.log 24 Dec 2006 22:41:59 -0000 1.4 @@ -1,2 +1,3 @@ toped-0_8_2-1:HEAD:toped-0.8.2-1.src.rpm:1160674545 toped-0_8_2-2:HEAD:toped-0.8.2-2.src.rpm:1160675810 +toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 From fedora-extras-commits at redhat.com Sun Dec 24 22:42:30 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:42:30 -0500 Subject: rpms/toped/FC-6 toped.spec,1.2,1.3 Message-ID: <200612242242.kBOMgUjV030070@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30039/FC-6 Modified Files: toped.spec Log Message: auto-import toped-0.8.2-3 on branch FC-6 from toped-0.8.2-3.src.rpm Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- toped.spec 12 Oct 2006 17:53:31 -0000 1.2 +++ toped.spec 24 Dec 2006 22:42:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IC Layout Editor License: GPL @@ -40,9 +40,8 @@ %{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la} -desktop-file-install --vendor fedora \ +desktop-file-install --vendor "" \ --add-category "Engineering" \ - --add-category "X-Fedora" \ --dir %{buildroot}%{_datadir}/applications/ \ %{SOURCE1} @@ -81,6 +80,10 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Sun Dec 24 2006 Chitlesh Goorah - 0.8.2-3 +- FC6 rebuilt +- removed fedora vendor + * Mon Sep 27 2006 Chitlesh Goorah - 0.8.2-2 - Removed the devel package From fedora-extras-commits at redhat.com Sun Dec 24 22:44:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:44:58 -0500 Subject: rpms/toped/FC-6 toped.desktop,1.1,1.2 toped.spec,1.3,1.4 Message-ID: <200612242245.kBOMiwrT030158@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30125/FC-6 Modified Files: toped.desktop toped.spec Log Message: auto-import toped-0.8.2-4 on branch FC-6 from toped-0.8.2-4.src.rpm Index: toped.desktop =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- toped.desktop 12 Oct 2006 17:32:46 -0000 1.1 +++ toped.desktop 24 Dec 2006 22:44:28 -0000 1.2 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=Toped, IC Layout Editor -Categories=Education;Science;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- toped.spec 24 Dec 2006 22:42:00 -0000 1.3 +++ toped.spec 24 Dec 2006 22:44:28 -0000 1.4 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: IC Layout Editor License: GPL @@ -80,6 +80,9 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 +- Fixed kmenu desktop file to science menu + * Sun Dec 24 2006 Chitlesh Goorah - 0.8.2-3 - FC6 rebuilt - removed fedora vendor From fedora-extras-commits at redhat.com Sun Dec 24 22:44:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:44:58 -0500 Subject: rpms/toped import.log,1.4,1.5 Message-ID: <200612242244.kBOMiwBx030154@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30125 Modified Files: import.log Log Message: auto-import toped-0.8.2-4 on branch FC-6 from toped-0.8.2-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 24 Dec 2006 22:41:59 -0000 1.4 +++ import.log 24 Dec 2006 22:44:28 -0000 1.5 @@ -1,3 +1,4 @@ toped-0_8_2-1:HEAD:toped-0.8.2-1.src.rpm:1160674545 toped-0_8_2-2:HEAD:toped-0.8.2-2.src.rpm:1160675810 toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 +toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 From fedora-extras-commits at redhat.com Sun Dec 24 22:47:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:47:39 -0500 Subject: rpms/toped import.log,1.5,1.6 Message-ID: <200612242247.kBOMldDp030285@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30256 Modified Files: import.log Log Message: auto-import toped-0.8.2-4 on branch devel from toped-0.8.2-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 24 Dec 2006 22:44:28 -0000 1.5 +++ import.log 24 Dec 2006 22:47:09 -0000 1.6 @@ -2,3 +2,4 @@ toped-0_8_2-2:HEAD:toped-0.8.2-2.src.rpm:1160675810 toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 +toped-0_8_2-4:HEAD:toped-0.8.2-4.src.rpm:1167001253 From fedora-extras-commits at redhat.com Sun Dec 24 22:47:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:47:39 -0500 Subject: rpms/toped/devel toped.desktop,1.1,1.2 toped.spec,1.2,1.3 Message-ID: <200612242247.kBOMldpF030289@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30256/devel Modified Files: toped.desktop toped.spec Log Message: auto-import toped-0.8.2-4 on branch devel from toped-0.8.2-4.src.rpm Index: toped.desktop =================================================================== RCS file: /cvs/extras/rpms/toped/devel/toped.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- toped.desktop 12 Oct 2006 17:32:46 -0000 1.1 +++ toped.desktop 24 Dec 2006 22:47:09 -0000 1.2 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=Toped, IC Layout Editor -Categories=Education;Science;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/devel/toped.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- toped.spec 12 Oct 2006 17:53:31 -0000 1.2 +++ toped.spec 24 Dec 2006 22:47:09 -0000 1.3 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 2%{?dist} +Release: 4%{?dist} Summary: IC Layout Editor License: GPL @@ -40,9 +40,8 @@ %{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la} -desktop-file-install --vendor fedora \ +desktop-file-install --vendor "" \ --add-category "Engineering" \ - --add-category "X-Fedora" \ --dir %{buildroot}%{_datadir}/applications/ \ %{SOURCE1} @@ -81,6 +80,13 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 +- Fixed kmenu desktop file to science menu + +* Sun Dec 24 2006 Chitlesh Goorah - 0.8.2-3 +- FC6 rebuilt +- removed fedora vendor + * Mon Sep 27 2006 Chitlesh Goorah - 0.8.2-2 - Removed the devel package From fedora-extras-commits at redhat.com Sun Dec 24 22:52:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:52:07 -0500 Subject: rpms/toped import.log,1.6,1.7 Message-ID: <200612242252.kBOMq76D030904@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30866 Modified Files: import.log Log Message: auto-import toped-0.8.2-5 on branch devel from toped-0.8.2-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 24 Dec 2006 22:47:09 -0000 1.6 +++ import.log 24 Dec 2006 22:51:37 -0000 1.7 @@ -3,3 +3,4 @@ toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 toped-0_8_2-4:HEAD:toped-0.8.2-4.src.rpm:1167001253 +toped-0_8_2-5:HEAD:toped-0.8.2-5.src.rpm:1167001522 From fedora-extras-commits at redhat.com Sun Dec 24 22:52:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:52:07 -0500 Subject: rpms/toped/devel toped.spec,1.3,1.4 Message-ID: <200612242252.kBOMq7VP030907@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30866/devel Modified Files: toped.spec Log Message: auto-import toped-0.8.2-5 on branch devel from toped-0.8.2-5.src.rpm Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/devel/toped.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- toped.spec 24 Dec 2006 22:47:09 -0000 1.3 +++ toped.spec 24 Dec 2006 22:51:37 -0000 1.4 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: IC Layout Editor License: GPL @@ -80,6 +80,9 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-5 +- Rebuild for development + * Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 - Fixed kmenu desktop file to science menu From fedora-extras-commits at redhat.com Mon Dec 25 09:56:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 25 Dec 2006 04:56:12 -0500 Subject: rpms/toped import.log,1.7,1.8 Message-ID: <200612250956.kBP9uCMQ002597@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2569 Modified Files: import.log Log Message: auto-import toped-0.8.2-6 on branch FC-6 from toped-0.8.2-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 24 Dec 2006 22:51:37 -0000 1.7 +++ import.log 25 Dec 2006 09:55:41 -0000 1.8 @@ -4,3 +4,4 @@ toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 toped-0_8_2-4:HEAD:toped-0.8.2-4.src.rpm:1167001253 toped-0_8_2-5:HEAD:toped-0.8.2-5.src.rpm:1167001522 +toped-0_8_2-6:FC-6:toped-0.8.2-6.src.rpm:1167041364 From fedora-extras-commits at redhat.com Mon Dec 25 09:56:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 25 Dec 2006 04:56:12 -0500 Subject: rpms/toped/FC-6 toped.spec,1.4,1.5 Message-ID: <200612250956.kBP9uCv6002600@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2569/FC-6 Modified Files: toped.spec Log Message: auto-import toped-0.8.2-6 on branch FC-6 from toped-0.8.2-6.src.rpm Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- toped.spec 24 Dec 2006 22:44:28 -0000 1.4 +++ toped.spec 25 Dec 2006 09:55:42 -0000 1.5 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 4%{?dist} +Release: 6%{?dist} Summary: IC Layout Editor License: GPL @@ -76,10 +76,16 @@ %{_bindir}/%{name} %{_libdir}/libtpd*.so.0* %{_datadir}/tll/ -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-6 +- Fixed fedora vendor + +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-5 +- Rebuild for development + * Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 - Fixed kmenu desktop file to science menu From fedora-extras-commits at redhat.com Mon Dec 25 10:30:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 25 Dec 2006 05:30:31 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.28, 1.29 ochusha.spec, 1.30, 1.31 sources, 1.28, 1.29 Message-ID: <200612251030.kBPAUVpi005943@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5924 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225 - 0.5.99.65.1 cvs 061225 (14:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 22 Dec 2006 09:07:31 -0000 1.28 +++ .cvsignore 25 Dec 2006 10:30:01 -0000 1.29 @@ -1 +1 @@ -ochusha-0.5.99.65.1-cvs061222.tar.bz2 +ochusha-0.5.99.65.1-cvs061225.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ochusha.spec 22 Dec 2006 09:07:31 -0000 1.30 +++ ochusha.spec 25 Dec 2006 10:30:01 -0000 1.31 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65.1 -%define strtag cvs061222 +%define strtag cvs061225 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 22 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061222 -- 0.5.99.65.1 cvs 061222 (11:20 JST) +* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225 +- 0.5.99.65.1 cvs 061225 (14:20 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 22 Dec 2006 09:07:31 -0000 1.28 +++ sources 25 Dec 2006 10:30:01 -0000 1.29 @@ -1 +1 @@ -42746d703c605ac6e919f64c5a6d7409 ochusha-0.5.99.65.1-cvs061222.tar.bz2 +260b4c518628a7d3386d785f76eba59b ochusha-0.5.99.65.1-cvs061225.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 12:15:37 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Mon, 25 Dec 2006 07:15:37 -0500 Subject: rpms/kadu/devel .cvsignore, 1.8, 1.9 kadu.spec, 1.18, 1.19 sources, 1.10, 1.11 Message-ID: <200612251215.kBPCFbN7012484@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12465 Modified Files: .cvsignore kadu.spec sources Log Message: * Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.21.rc2 - Bump to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 17:48:58 -0000 1.8 +++ .cvsignore 25 Dec 2006 12:15:07 -0000 1.9 @@ -2,3 +2,4 @@ advanced_userlist-20061010.tar.bz2 kadu-osdhints_notify-0.3.2.1.tar.gz screenshot-0.4.4.tar.gz +kadu-0.5.0-rc2.tar.bz2 Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/kadu.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- kadu.spec 14 Nov 2006 17:48:58 -0000 1.18 +++ kadu.spec 25 Dec 2006 12:15:07 -0000 1.19 @@ -1,11 +1,11 @@ Name: kadu Version: 0.5.0 -Release: 0.20.rc1%{?dist} +Release: 0.21.rc2%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL URL: http://www.kadu.net -Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2 +Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc2.tar.bz2 Source3: kadu.desktop # Sources 100-149 are external modules Source100: http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz @@ -487,6 +487,9 @@ %{_moddata}/data/weather %changelog +* Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.21.rc2 +- Bump to RC2 + * Mon Nov 14 2006 Micha?? Bentkowski - 0.5.0-0.20.rc1 - Add advanced_userlist, osdhints_notify and screenshot modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 14 Nov 2006 17:48:58 -0000 1.10 +++ sources 25 Dec 2006 12:15:07 -0000 1.11 @@ -12,10 +12,10 @@ 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz 11436971c7c45bb4b70f3d6ed569f95c powerkadu-20061026.tar.gz -75e5ebd7d0952e5ac4d10ea87b8f3f60 kadu-0.5.0-rc1.tar.bz2 69424cd8731b08962073c232c0505cfb ext_info-2.0beta9.tar.bz2 e4ac1276f5326c5b17ef086ad2448e91 xmms-1.32.tar.gz 139e50cbe9ff2014ca35e9b3b4be1f67 amarok-1.19.tar.gz 403490d44e9650261809cdbca0de816a advanced_userlist-20061010.tar.bz2 4568a1cf1b242642a1fc6629969d05dd kadu-osdhints_notify-0.3.2.1.tar.gz c6da85999cfebef413d228dca9c7d91f screenshot-0.4.4.tar.gz +247d2811d97554bf1278eb5bdef6c089 kadu-0.5.0-rc2.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 12:19:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Mon, 25 Dec 2006 07:19:28 -0500 Subject: rpms/kadu/FC-6 .cvsignore, 1.8, 1.9 kadu.spec, 1.14, 1.15 sources, 1.8, 1.9 Message-ID: <200612251219.kBPCJSOl012554@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12535 Modified Files: .cvsignore kadu.spec sources Log Message: * Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.18.rc2 - Bump to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 17:53:34 -0000 1.8 +++ .cvsignore 25 Dec 2006 12:18:58 -0000 1.9 @@ -2,3 +2,4 @@ advanced_userlist-20061010.tar.bz2 kadu-osdhints_notify-0.3.2.1.tar.gz screenshot-0.4.4.tar.gz +kadu-0.5.0-rc2.tar.bz2 Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-6/kadu.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kadu.spec 14 Nov 2006 17:53:34 -0000 1.14 +++ kadu.spec 25 Dec 2006 12:18:58 -0000 1.15 @@ -1,11 +1,11 @@ Name: kadu Version: 0.5.0 -Release: 0.17.rc1%{?dist} +Release: 0.18.rc2%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL URL: http://www.kadu.net -Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2 +Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc2.tar.bz2 Source3: kadu.desktop # Sources 100-149 are external modules Source100: http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz @@ -487,6 +487,9 @@ %mod_files2 screenshot %changelog +* Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.18.rc2 +- Bump to RC2 + * Mon Nov 13 2006 Micha?? Bentkowski - 0.5.0-0.17.rc1 - Add advanced_userlist, osdhints_notify and screenshot modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 14 Nov 2006 17:53:34 -0000 1.8 +++ sources 25 Dec 2006 12:18:58 -0000 1.9 @@ -12,10 +12,10 @@ 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz 11436971c7c45bb4b70f3d6ed569f95c powerkadu-20061026.tar.gz -75e5ebd7d0952e5ac4d10ea87b8f3f60 kadu-0.5.0-rc1.tar.bz2 69424cd8731b08962073c232c0505cfb ext_info-2.0beta9.tar.bz2 e4ac1276f5326c5b17ef086ad2448e91 xmms-1.32.tar.gz 139e50cbe9ff2014ca35e9b3b4be1f67 amarok-1.19.tar.gz 403490d44e9650261809cdbca0de816a advanced_userlist-20061010.tar.bz2 4568a1cf1b242642a1fc6629969d05dd kadu-osdhints_notify-0.3.2.1.tar.gz c6da85999cfebef413d228dca9c7d91f screenshot-0.4.4.tar.gz +247d2811d97554bf1278eb5bdef6c089 kadu-0.5.0-rc2.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 12:24:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Mon, 25 Dec 2006 07:24:10 -0500 Subject: rpms/kadu/FC-5 .cvsignore, 1.8, 1.9 kadu.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612251224.kBPCOA48012634@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12614 Modified Files: .cvsignore kadu.spec sources Log Message: * Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.13.rc2 - Bump to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 17:59:15 -0000 1.8 +++ .cvsignore 25 Dec 2006 12:23:40 -0000 1.9 @@ -2,3 +2,4 @@ advanced_userlist-20061010.tar.bz2 kadu-osdhints_notify-0.3.2.1.tar.gz screenshot-0.4.4.tar.gz +kadu-0.5.0-rc2.tar.bz2 Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/kadu.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kadu.spec 14 Nov 2006 17:59:15 -0000 1.9 +++ kadu.spec 25 Dec 2006 12:23:40 -0000 1.10 @@ -1,11 +1,11 @@ Name: kadu Version: 0.5.0 -Release: 0.12.rc1%{?dist} +Release: 0.13.rc2%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL URL: http://www.kadu.net -Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2 +Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc2.tar.bz2 Source3: kadu.desktop # Sources 100-149 are external modules Source100: http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz @@ -487,6 +487,9 @@ %mod_files2 screenshot %changelog +* Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.13.rc2 +- Bump to RC2 + * Mon Nov 13 2006 Micha?? Bentkowski - 0.5.0-0.12.rc1 - Add advanced_userlist, osdhints_notify and screenshot modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 14 Nov 2006 17:59:15 -0000 1.9 +++ sources 25 Dec 2006 12:23:40 -0000 1.10 @@ -12,10 +12,10 @@ 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz 11436971c7c45bb4b70f3d6ed569f95c powerkadu-20061026.tar.gz -75e5ebd7d0952e5ac4d10ea87b8f3f60 kadu-0.5.0-rc1.tar.bz2 69424cd8731b08962073c232c0505cfb ext_info-2.0beta9.tar.bz2 e4ac1276f5326c5b17ef086ad2448e91 xmms-1.32.tar.gz 139e50cbe9ff2014ca35e9b3b4be1f67 amarok-1.19.tar.gz 403490d44e9650261809cdbca0de816a advanced_userlist-20061010.tar.bz2 4568a1cf1b242642a1fc6629969d05dd kadu-osdhints_notify-0.3.2.1.tar.gz c6da85999cfebef413d228dca9c7d91f screenshot-0.4.4.tar.gz +247d2811d97554bf1278eb5bdef6c089 kadu-0.5.0-rc2.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 13:49:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 08:49:33 -0500 Subject: rpms/ctapi-cyberjack/FC-5 .cvsignore, 1.2, 1.3 ctapi-cyberjack.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612251349.kBPDnXXQ015947@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15928 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: update to driver version 2.0.12 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 May 2006 14:40:35 -0000 1.2 +++ .cvsignore 25 Dec 2006 13:49:03 -0000 1.3 @@ -1 +1 @@ -ctapi-cyberjack-2.0.8.tar.bz2 +ctapi-cyberjack-2.0.12.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/ctapi-cyberjack.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ctapi-cyberjack.spec 28 May 2006 11:49:29 -0000 1.2 +++ ctapi-cyberjack.spec 25 Dec 2006 13:49:03 -0000 1.3 @@ -1,25 +1,25 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 2.0.8 -Release: 14%{?dist} +Version: 2.0.12 +Release: 1%{?dist} Requires: %{_libdir}/ctapi #For FC>4 BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 #For FC4 #BuildRequires: libusb-devel readline-devel -URL: http://support.reiner-sct.de/downloads/LINUX/V2.0.8/ctapi-cyberjack-2.0.8.tar.bz2 +URL: http://support.reiner-sct.de/downloads/LINUX/V2.0.12/ctapi-cyberjack-2.0.12.tar.bz2 License: LGPL Group: Development/Libraries -Source: %{name}-%{version}.tar.bz2 -Patch0: ctapi-cyberjack_MakefileCtAPI.patch -Patch1: ctapi-cyberjack_MakefilePCSC.patch +Source: %{name}-%{version}.tar.gz +#Patch0: ctapi-cyberjack_MakefileCtAPI.patch +#Patch1: ctapi-cyberjack_MakefilePCSC.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #for FC4 #%%define readers_dir %{_libdir}/readers #for FC>4 -%define readers_dir %(pkg-config libpcsclite --variable=usbdropdir) +%define readers_dir %(pkg-config libpcsclite --variable=usbdropdir)/ifd-cyberjack.bundle/Contents %package devel Summary: Development files for libctapi-cyberjack @@ -66,36 +66,42 @@ %setup -q -n %{name}-%{version} #fix path for the driver lib the config file - sed -i "s\/usr/lib/readers/libcyberjack_ifd.so\%{readers_dir}/libcyberjack_ifd.so\1" \ - etc/reader.conf + #sed -i "s\/usr/lib/readers/libcyberjack_ifd.so\%{readers_dir}/libcyberjack_ifd.so\1" \ + #etc/reader.conf #fix reader.conf for FC>4 - sed -i "s\REINERSCT_CYBERJACK_USB\/dev/null\1" etc/reader.conf + #sed -i "s\REINERSCT_CYBERJACK_USB\/dev/null\1" etc/reader.conf -%patch0 -p1 -%patch1 -p1 +#%%patch0 -p1 +#%%patch1 -p1 %build #make %{?_smp_mflags} will fail!!! -make +#make +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install # CT-API mkdir -p $RPM_BUILD_ROOT%{_libdir}/ctapi mkdir -p $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack -mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m 755 ctapi/libctapi-cyberjack.so $RPM_BUILD_ROOT%{_libdir}/ctapi/libctapi-cyberjack.so -install -m 644 ctapi/include/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ctapi.h -install -m 755 tools/cjgeldkarte $RPM_BUILD_ROOT%{_bindir}/cjgeldkarte -install -m 755 tools/ctsh $RPM_BUILD_ROOT%{_bindir}/ctsh +mv $RPM_BUILD_ROOT%{_libdir}/libctapi-cyberjack* $RPM_BUILD_ROOT%{_libdir}/ctapi/ +mv $RPM_BUILD_ROOT%{_includedir}/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ + +#mkdir -p $RPM_BUILD_ROOT%{_bindir} +#install -m 755 ctapi/libctapi-cyberjack.so $RPM_BUILD_ROOT%{_libdir}/ctapi/libctapi-cyberjack.so +#install -m 644 ctapi/include/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ctapi.h +#install -m 755 tools/cjgeldkarte $RPM_BUILD_ROOT%{_bindir}/cjgeldkarte +#install -m 755 tools/ctsh $RPM_BUILD_ROOT%{_bindir}/ctsh # PC/SC -mkdir -p $RPM_BUILD_ROOT%{readers_dir} -install -m 755 pcsc/libcyberjack_ifd.so $RPM_BUILD_ROOT%{readers_dir}/libcyberjack_ifd.so -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d -install -m 444 etc/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/cyberjack.conf +#mkdir -p $RPM_BUILD_ROOT%{readers_dir} +#install -m 755 pcsc/.libs/ck_ifd.so $RPM_BUILD_ROOT%{readers_dir}/libcyberjack_ifd.so +#mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d +#install -m 444 etc/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/cyberjack.conf %post pcsc #register PC/SC driver and restart daemon @@ -120,21 +126,30 @@ %defattr(-,root,root,-) # CT-API -%{_libdir}/ctapi/libctapi-cyberjack.so +%{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%{_sysconfdir}/* %files pcsc # PC/SC %defattr(755,root,root) -/%{readers_dir}/libcyberjack_ifd.so -%attr(644,root,root) %config(noreplace) %{_sysconfdir}/reader.conf.d/cyberjack.conf +#/%{readers_dir}/libcyberjack_ifd.so +#%attr(644,root,root) %config(noreplace) %{_sysconfdir}/reader.conf.d/cyberjack.conf +/%{readers_dir}/Linux/* +%attr(0644,root,root)/%{readers_dir}/Info.plist +%attr(0644,root,root)/%{readers_dir}/PkgInfo %files devel %defattr(0644,root,root) %{_includedir}/ctapi-cyberjack/ctapi.h +%{_libdir}/ctapi/libctapi-cyberjack.so +%{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-1%{?dist} +- update to driver version 2.0.12 + * Sun May 28 2006 Frank B??ttner - 2.0.8-14%{?dist} - Add "Provides: pcsc-ifd-handler" to the PC/SC part(Bug 193323). Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 May 2006 14:40:35 -0000 1.2 +++ sources 25 Dec 2006 13:49:03 -0000 1.3 @@ -1 +1 @@ -01283c7e5495d045c00dcde0593dcc55 ctapi-cyberjack-2.0.8.tar.bz2 +c85e4629692e26f87b02ff6d6da7a8c7 ctapi-cyberjack-2.0.12.tar.gz From fedora-extras-commits at redhat.com Mon Dec 25 14:13:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:13:55 -0500 Subject: rpms/telepathy-stream-engine - New directory Message-ID: <200612251413.kBPEDtjG019221@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217/telepathy-stream-engine Log Message: Directory /cvs/extras/rpms/telepathy-stream-engine added to the repository From fedora-extras-commits at redhat.com Mon Dec 25 14:14:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:14:01 -0500 Subject: rpms/telepathy-stream-engine/devel - New directory Message-ID: <200612251414.kBPEE1vg019234@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217/telepathy-stream-engine/devel Log Message: Directory /cvs/extras/rpms/telepathy-stream-engine/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 25 14:14:12 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:14:12 -0500 Subject: rpms/telepathy-stream-engine Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612251414.kBPEECoF019264@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19258 Added Files: Makefile import.log Log Message: Setup of module telepathy-stream-engine --- NEW FILE Makefile --- # Top level Makefile for module telepathy-stream-engine all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 25 14:14:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:14:18 -0500 Subject: rpms/telepathy-stream-engine/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612251414.kBPEEI9V019280@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19258/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module telepathy-stream-engine --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 25 14:15:15 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:15:15 -0500 Subject: rpms/telepathy-stream-engine import.log,1.1,1.2 Message-ID: <200612251415.kBPEFFo5019348@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19318 Modified Files: import.log Log Message: auto-import telepathy-stream-engine-0.3.18-2 on branch devel from telepathy-stream-engine-0.3.18-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/telepathy-stream-engine/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 25 Dec 2006 14:14:12 -0000 1.1 +++ import.log 25 Dec 2006 14:14:45 -0000 1.2 @@ -0,0 +1 @@ +telepathy-stream-engine-0_3_18-2:HEAD:telepathy-stream-engine-0.3.18-2.src.rpm:1167056630 From fedora-extras-commits at redhat.com Mon Dec 25 14:15:15 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:15:15 -0500 Subject: rpms/telepathy-stream-engine/devel telepathy-stream-engine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612251415.kBPEFFT2019352@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19318/devel Modified Files: .cvsignore sources Added Files: telepathy-stream-engine.spec Log Message: auto-import telepathy-stream-engine-0.3.18-2 on branch devel from telepathy-stream-engine-0.3.18-2.src.rpm --- NEW FILE telepathy-stream-engine.spec --- Name: telepathy-stream-engine Version: 0.3.18 Release: 2%{?dist} Summary: Telepathy client to handle media streaming Group: Applications/Communications License: LGPL URL: http://telepathy.freedesktop.org/wiki/FrontPage Source0: http://telepathy.freedesktop.org/releases/stream-engine/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: farsight-devel BuildRequires: libtelepathy-devel BuildRequires: libX11-devel %description A Telepathy client that uses Farsight and GStreamer to handle media streaming for channels with the IceSignalling interface. %prep %setup -q %build %configure --enable-sequence-diagrams=no make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING ChangeLog %{_bindir}/%{name} %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.StreamEngine.service %changelog * Mon Dec 25 2006 Brian Pepple - 0.3.18-2 - Disable sequence-diagrams. * Fri Dec 22 2006 Brian Pepple - 0.3.18-1 - Update to 0.3.18. * Sun Dec 3 2006 Brian Pepple - 0.3.16-1 - Initial FE Spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-stream-engine/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Dec 2006 14:14:18 -0000 1.1 +++ .cvsignore 25 Dec 2006 14:14:45 -0000 1.2 @@ -0,0 +1 @@ +telepathy-stream-engine-0.3.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-stream-engine/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Dec 2006 14:14:18 -0000 1.1 +++ sources 25 Dec 2006 14:14:45 -0000 1.2 @@ -0,0 +1 @@ +52c0b48905f11cac71df1f8560c8f4d7 telepathy-stream-engine-0.3.18.tar.gz From fedora-extras-commits at redhat.com Mon Dec 25 14:19:13 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:19:13 -0500 Subject: owners owners.list,1.2149,1.2150 Message-ID: <200612251419.kBPEJDZ6019497@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19469 Modified Files: owners.list Log Message: add telepathy-stream-engine Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2149 retrieving revision 1.2150 diff -u -r1.2149 -r1.2150 --- owners.list 24 Dec 2006 18:12:52 -0000 1.2149 +++ owners.list 25 Dec 2006 14:18:43 -0000 1.2150 @@ -2380,6 +2380,7 @@ Fedora Extras|telepathy-feed|Galago feed for Telepathy|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|telepathy-filesystem|Telepathy filesystem layout|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|telepathy-gabble|Jabber/XMPP connection manager for Telepathy|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|telepathy-stream-engine|Telepathy client to handle media streaming|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|tellico|A collection manager|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|tenr-de-styles-pkg|A collection of styles for fluxbox|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|Terminal|Xfce Terminal Emulator|kevin at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 25 15:06:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:06:10 -0500 Subject: rpms/ctapi-cyberjack/devel ctapi-cyberjack.spec,1.18,1.19 Message-ID: <200612251506.kBPF6A7I022800@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22783 Modified Files: ctapi-cyberjack.spec Log Message: Fix an crash when use the lib on console apps without an X server. Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ctapi-cyberjack.spec 5 Nov 2006 17:41:48 -0000 1.18 +++ ctapi-cyberjack.spec 25 Dec 2006 15:05:40 -0000 1.19 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 @@ -81,6 +81,9 @@ mkdir -p $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack mv $RPM_BUILD_ROOT%{_libdir}/libctapi-cyberjack* $RPM_BUILD_ROOT%{_libdir}/ctapi/ mv $RPM_BUILD_ROOT%{_includedir}/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ +# fix for crash when no X server running + mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf %post pcsc #register PC/SC driver and restart daemon @@ -108,6 +111,7 @@ %{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%config %{_sysconfdir}/cyberjack.conf %{_sysconfdir}/* %files pcsc @@ -124,6 +128,9 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} +- Fix an crash when use the lib on console apps without an X server. + * Sun Nov 5 2006 Frank B??ttner - 2.0.12-1%{?dist} - update to driver version 2.0.12 From fedora-extras-commits at redhat.com Mon Dec 25 15:26:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:26:44 -0500 Subject: rpms/ctapi-cyberjack/FC-6 ctapi-cyberjack.spec,1.18,1.19 Message-ID: <200612251526.kBPFQiQx022941@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22917 Modified Files: ctapi-cyberjack.spec Log Message: Fix an crash when use the lib on console apps without an X server. Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-6/ctapi-cyberjack.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ctapi-cyberjack.spec 5 Nov 2006 17:56:00 -0000 1.18 +++ ctapi-cyberjack.spec 25 Dec 2006 15:26:14 -0000 1.19 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 @@ -81,6 +81,9 @@ mkdir -p $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack mv $RPM_BUILD_ROOT%{_libdir}/libctapi-cyberjack* $RPM_BUILD_ROOT%{_libdir}/ctapi/ mv $RPM_BUILD_ROOT%{_includedir}/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ +# fix for crash when no X server running + mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf %post pcsc #register PC/SC driver and restart daemon @@ -108,6 +111,7 @@ %{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%config %{_sysconfdir}/cyberjack.conf %{_sysconfdir}/* %files pcsc @@ -124,6 +128,9 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} +- Fix an crash when use the lib on console apps without an X server. + * Sun Nov 5 2006 Frank B??ttner - 2.0.12-1%{?dist} - update to driver version 2.0.12 From fedora-extras-commits at redhat.com Mon Dec 25 15:48:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 25 Dec 2006 10:48:09 -0500 Subject: rpms/jd/devel .cvsignore, 1.44, 1.45 jd.spec, 1.53, 1.54 sources, 1.44, 1.45 Message-ID: <200612251548.kBPFm9HQ023066@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23027 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 25 2006 Mamoru Tasaka - 1.8.1-2.cvs061225 - cvs 061225 (24:05 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- .cvsignore 23 Dec 2006 17:48:04 -0000 1.44 +++ .cvsignore 25 Dec 2006 15:47:39 -0000 1.45 @@ -1 +1 @@ -jd-1.8.1-cvs061223.tgz +jd-1.8.1-cvs061225.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- jd.spec 23 Dec 2006 17:48:04 -0000 1.53 +++ jd.spec 25 Dec 2006 15:47:39 -0000 1.54 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061223 +%define strtag cvs061225 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Sat Dec 23 2006 Mamoru Tasaka - 1.8.1-2.cvs061223 -- cvs 061223 (25:40 JST) +* Mon Dec 25 2006 Mamoru Tasaka - 1.8.1-2.cvs061225 +- cvs 061225 (24:05 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- sources 23 Dec 2006 17:48:04 -0000 1.44 +++ sources 25 Dec 2006 15:47:39 -0000 1.45 @@ -1 +1 @@ -70a8ee3b0db4ef41521f2a903cc2d0e3 jd-1.8.1-cvs061223.tgz +828b536c97f72c37c286f5c5e8b2d989 jd-1.8.1-cvs061225.tgz From fedora-extras-commits at redhat.com Mon Dec 25 15:48:18 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 25 Dec 2006 10:48:18 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.29, 1.30 ochusha.spec, 1.31, 1.32 sources, 1.29, 1.30 Message-ID: <200612251548.kBPFmIso023105@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23047 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225.1 - 0.5.99.65.1 cvs 061225 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- .cvsignore 25 Dec 2006 10:30:01 -0000 1.29 +++ .cvsignore 25 Dec 2006 15:47:48 -0000 1.30 @@ -1 +1 @@ -ochusha-0.5.99.65.1-cvs061225.tar.bz2 +ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ochusha.spec 25 Dec 2006 10:30:01 -0000 1.31 +++ ochusha.spec 25 Dec 2006 15:47:48 -0000 1.32 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65.1 -%define strtag cvs061225 +%define strtag cvs061225.1 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225 -- 0.5.99.65.1 cvs 061225 (14:20 JST) +* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225.1 +- 0.5.99.65.1 cvs 061225 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 25 Dec 2006 10:30:01 -0000 1.29 +++ sources 25 Dec 2006 15:47:48 -0000 1.30 @@ -1 +1 @@ -260b4c518628a7d3386d785f76eba59b ochusha-0.5.99.65.1-cvs061225.tar.bz2 +3f9ba990e74979634c3278040c064285 ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 15:54:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:54:08 -0500 Subject: rpms/ctapi-cyberjack/FC-5 ctapi-cyberjack.spec,1.3,1.4 Message-ID: <200612251554.kBPFs8tN023184@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23165 Modified Files: ctapi-cyberjack.spec Log Message: Fix an crash when use the lib on console apps without an X server. Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/ctapi-cyberjack.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ctapi-cyberjack.spec 25 Dec 2006 13:49:03 -0000 1.3 +++ ctapi-cyberjack.spec 25 Dec 2006 15:53:38 -0000 1.4 @@ -103,6 +103,10 @@ #mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d #install -m 444 etc/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/cyberjack.conf +# fix for crash when no X server running + mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + %post pcsc #register PC/SC driver and restart daemon /sbin/service pcscd condrestart||: @@ -129,6 +133,7 @@ %{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%config %{_sysconfdir}/cyberjack.conf %{_sysconfdir}/* %files pcsc @@ -147,8 +152,11 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} +- Fix an crash when use the lib on console apps without an X server. + * Mon Dec 25 2006 Frank B??ttner - 2.0.12-1%{?dist} -- update to driver version 2.0.12 +- update to driver version 2.0.12 * Sun May 28 2006 Frank B??ttner - 2.0.8-14%{?dist} - Add "Provides: pcsc-ifd-handler" to the PC/SC part(Bug 193323). From fedora-extras-commits at redhat.com Mon Dec 25 15:55:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:55:59 -0500 Subject: rpms/ctapi-cyberjack/FC-5 ctapi-cyberjack.spec,1.4,1.5 Message-ID: <200612251555.kBPFtxlP023241@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23226 Modified Files: ctapi-cyberjack.spec Log Message: fix version tag Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/ctapi-cyberjack.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ctapi-cyberjack.spec 25 Dec 2006 15:53:38 -0000 1.4 +++ ctapi-cyberjack.spec 25 Dec 2006 15:55:29 -0000 1.5 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #For FC>4 BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 From fedora-extras-commits at redhat.com Mon Dec 25 18:20:36 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Mon, 25 Dec 2006 13:20:36 -0500 Subject: rpms/camstream/devel camstream-0.26.3-linkage.patch, NONE, 1.1 camstream-0.26.3-x86_64-asm.patch, 1.3, 1.4 camstream.spec, 1.13, 1.14 Message-ID: <200612251820.kBPIKahn000543@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv520 Modified Files: camstream-0.26.3-x86_64-asm.patch camstream.spec Added Files: camstream-0.26.3-linkage.patch Log Message: Fixed dependency on kernel include . (from upstream) camstream-0.26.3-linkage.patch: --- NEW FILE camstream-0.26.3-linkage.patch --- diff -urp camstream-0.26.3.old/camstream/video/video_asm_add.S camstream-0.26.3/camstream/video/video_asm_add.S --- camstream-0.26.3.old/camstream/video/video_asm_add.S 2000-08-06 16:10:57.000000000 -0400 +++ camstream-0.26.3/camstream/video/video_asm_add.S 2006-12-24 14:03:24.000000000 -0500 @@ -2,7 +2,7 @@ #include "video_def.h" -ENTRY(calc_add) +calc_add: enter $0, $0 push %ebx push %esi @@ -23,7 +23,7 @@ ENTRY(calc_add) leave ret -ENTRY(calc_add_mmx) +calc_add_mmx: enter $0, $0 push %ebx push %esi @@ -50,7 +50,7 @@ ENTRY(calc_add_mmx) ret -ENTRY(calc_add_mmxs) +calc_add_mmxs: enter $0, $0 push %ebx push %esi @@ -76,7 +76,7 @@ ENTRY(calc_add_mmxs) leave ret -ENTRY(calc_add128_mmx) +calc_add128_mmx: enter $0, $0 push %ebx push %esi diff -urp camstream-0.26.3.old/camstream/video/video_asm.S camstream-0.26.3/camstream/video/video_asm.S --- camstream-0.26.3.old/camstream/video/video_asm.S 2000-08-06 16:10:57.000000000 -0400 +++ camstream-0.26.3/camstream/video/video_asm.S 2006-12-24 14:02:58.000000000 -0500 @@ -15,7 +15,7 @@ mm_128w: .text -ENTRY(calc_diff128) +calc_diff128: enter $0, $0 push %ebx push %esi @@ -43,7 +43,7 @@ ENTRY(calc_diff128) ret -ENTRY(calc_diff128_mmx) +calc_diff128_mmx: enter $0, $0 push %ebx push %esi @@ -87,7 +87,7 @@ ENTRY(calc_diff128_mmx) # calc_intg: perform Integrator step, that is, add a buffer to another -ENTRY(calc_intg128) +calc_intg128: enter $0, $0 push %ebx push %esi @@ -114,7 +114,7 @@ ENTRY(calc_intg128) # Perform Integrator step with MMX instructions -ENTRY(calc_intg128_smx) +calc_intg128_smx: enter $0, $0 push %ebx push %esi diff -urp camstream-0.26.3.old/camstream/video/video_def.h camstream-0.26.3/camstream/video/video_def.h --- camstream-0.26.3.old/camstream/video/video_def.h 2000-08-06 16:10:57.000000000 -0400 +++ camstream-0.26.3/camstream/video/video_def.h 2006-12-24 14:02:34.000000000 -0500 @@ -1,6 +1,3 @@ -#define __ASSEMBLY__ -#include - #define Number 8(%ebp) #define Dst 12(%ebp) #define Src1 16(%ebp) camstream-0.26.3-x86_64-asm.patch: Index: camstream-0.26.3-x86_64-asm.patch =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream-0.26.3-x86_64-asm.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- camstream-0.26.3-x86_64-asm.patch 24 Dec 2006 18:19:23 -0000 1.3 +++ camstream-0.26.3-x86_64-asm.patch 25 Dec 2006 18:20:06 -0000 1.4 @@ -4,7 +4,7 @@ +++ ./camstream/video/video_asm.S 2004-04-17 18:23:37.614457752 +0100 @@ -17,52 +17,52 @@ - ENTRY(calc_diff128) + calc_diff128: enter $0, $0 - push %ebx - push %esi @@ -45,7 +45,7 @@ ret - ENTRY(calc_diff128_mmx) + calc_diff128_mmx: enter $0, $0 - push %ebx - push %esi @@ -106,7 +106,7 @@ @@ -89,24 +89,24 @@ # calc_intg: perform Integrator step, that is, add a buffer to another - ENTRY(calc_intg128) + calc_intg128: enter $0, $0 - push %ebx - push %esi @@ -143,7 +143,7 @@ @@ -116,36 +116,36 @@ # Perform Integrator step with MMX instructions - ENTRY(calc_intg128_smx) + calc_intg128_smx: enter $0, $0 - push %ebx - push %esi @@ -198,7 +198,7 @@ +++ ./camstream/video/video_asm_add.S 2004-04-17 18:23:54.272925280 +0100 @@ -4,102 +4,102 @@ - ENTRY(calc_add) + calc_add: enter $0, $0 - push %ebx - push %esi @@ -231,7 +231,7 @@ leave ret - ENTRY(calc_add_mmx) + calc_add_mmx: enter $0, $0 - push %ebx - push %esi @@ -274,7 +274,7 @@ ret - ENTRY(calc_add_mmxs) + calc_add_mmxs: enter $0, $0 - push %ebx - push %esi @@ -316,7 +316,7 @@ leave ret - ENTRY(calc_add128_mmx) + calc_add128_mmx: enter $0, $0 - push %ebx - push %esi @@ -361,10 +361,7 @@ ret --- ./camstream/video/video_def.h.old 2004-04-17 18:22:25.357442488 +0100 +++ ./camstream/video/video_def.h 2004-04-17 18:24:14.037920544 +0100 -@@ -1,8 +1,8 @@ - #define __ASSEMBLY__ - #include - +@@ -1,5 +1,5 @@ -#define Number 8(%ebp) -#define Dst 12(%ebp) -#define Src1 16(%ebp) Index: camstream.spec =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- camstream.spec 24 Dec 2006 18:19:23 -0000 1.13 +++ camstream.spec 25 Dec 2006 18:20:06 -0000 1.14 @@ -1,6 +1,6 @@ Name: camstream Version: 0.26.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Set of programs to make use of your webcam @@ -8,10 +8,11 @@ License: GPL URL: http://www.smcc.demon.nl/camstream/ Source0: http://www.smcc.demon.nl/camstream/download/camstream-0.26.3.tar.gz -Source1: %{name}.desktop -Source2: %{name}.png -Patch0: %{name}-makefiles.patch -Patch1: %{name}-%{version}-x86_64-asm.patch +Source1: camstream.desktop +Source2: camstream.png +Patch0: camstream-makefiles.patch +Patch1: camstream-0.26.3-linkage.patch +Patch2: camstream-0.26.3-x86_64-asm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel, autoconf, desktop-file-utils @@ -27,8 +28,9 @@ %prep %setup -q %patch0 -p1 -%ifarch x86_64 %patch1 -p1 +%ifarch x86_64 +%patch2 -p1 %endif @@ -89,6 +91,9 @@ %changelog +* Sun Dec 24 2006 Simon Perreault - 0.26.3-10 +- Fixed dependency on kernel include . + * Sat Mar 11 2006 Simon Perreault - 0.26.3-9 - Taking ownership of package. - Fixed build dependencies (#178654). From fedora-extras-commits at redhat.com Mon Dec 25 22:01:34 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Mon, 25 Dec 2006 17:01:34 -0500 Subject: rpms/camstream/devel camstream-0.26.3-linkage.patch, 1.1, 1.2 camstream.spec, 1.14, 1.15 Message-ID: <200612252201.kBPM1YHC013584@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10439 Modified Files: camstream-0.26.3-linkage.patch camstream.spec Log Message: Fixed linkage patch for i386. camstream-0.26.3-linkage.patch: Index: camstream-0.26.3-linkage.patch =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream-0.26.3-linkage.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- camstream-0.26.3-linkage.patch 25 Dec 2006 18:20:06 -0000 1.1 +++ camstream-0.26.3-linkage.patch 25 Dec 2006 22:01:04 -0000 1.2 @@ -39,8 +39,18 @@ push %esi diff -urp camstream-0.26.3.old/camstream/video/video_asm.S camstream-0.26.3/camstream/video/video_asm.S --- camstream-0.26.3.old/camstream/video/video_asm.S 2000-08-06 16:10:57.000000000 -0400 -+++ camstream-0.26.3/camstream/video/video_asm.S 2006-12-24 14:02:58.000000000 -0500 -@@ -15,7 +15,7 @@ mm_128w: ++++ camstream-0.26.3/camstream/video/video_asm.S 2006-12-25 15:46:39.000000000 -0500 +@@ -3,6 +3,9 @@ + + #include "video_def.h" + ++.globl calc_diff128 ++.globl calc_intg128 ++ + .data + + mm_0: +@@ -15,7 +18,7 @@ mm_128w: .text @@ -49,7 +59,7 @@ enter $0, $0 push %ebx push %esi -@@ -43,7 +43,7 @@ ENTRY(calc_diff128) +@@ -43,7 +46,7 @@ ENTRY(calc_diff128) ret @@ -58,7 +68,7 @@ enter $0, $0 push %ebx push %esi -@@ -87,7 +87,7 @@ ENTRY(calc_diff128_mmx) +@@ -87,7 +90,7 @@ ENTRY(calc_diff128_mmx) # calc_intg: perform Integrator step, that is, add a buffer to another @@ -67,7 +77,7 @@ enter $0, $0 push %ebx push %esi -@@ -114,7 +114,7 @@ ENTRY(calc_intg128) +@@ -114,7 +117,7 @@ ENTRY(calc_intg128) # Perform Integrator step with MMX instructions Index: camstream.spec =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- camstream.spec 25 Dec 2006 18:20:06 -0000 1.14 +++ camstream.spec 25 Dec 2006 22:01:04 -0000 1.15 @@ -1,6 +1,6 @@ Name: camstream Version: 0.26.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Set of programs to make use of your webcam @@ -91,6 +91,9 @@ %changelog +* Sun Dec 24 2006 Simon Perreault - 0.26.3-11 +- Fixed linkage patch for i386. + * Sun Dec 24 2006 Simon Perreault - 0.26.3-10 - Fixed dependency on kernel include . From fedora-extras-commits at redhat.com Tue Dec 26 08:52:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:52:05 -0500 Subject: rpms/flac123 - New directory Message-ID: <200612260852.kBQ8q5hE015342@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15338/flac123 Log Message: Directory /cvs/extras/rpms/flac123 added to the repository From fedora-extras-commits at redhat.com Tue Dec 26 08:52:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:52:10 -0500 Subject: rpms/flac123/devel - New directory Message-ID: <200612260852.kBQ8qAIK015355@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15338/flac123/devel Log Message: Directory /cvs/extras/rpms/flac123/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 26 08:52:58 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:52:58 -0500 Subject: rpms/flac123 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612260852.kBQ8qwPc015385@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379 Added Files: Makefile import.log Log Message: Setup of module flac123 --- NEW FILE Makefile --- # Top level Makefile for module flac123 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 26 08:53:03 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:53:03 -0500 Subject: rpms/flac123/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612260853.kBQ8r3qb015400@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module flac123 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 26 08:54:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:54:28 -0500 Subject: rpms/flac123 import.log,1.1,1.2 Message-ID: <200612260854.kBQ8sSbY015475@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441 Modified Files: import.log Log Message: auto-import flac123-0.0.9-1 on branch devel from flac123-0.0.9-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/flac123/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Dec 2006 08:52:58 -0000 1.1 +++ import.log 26 Dec 2006 08:53:58 -0000 1.2 @@ -0,0 +1 @@ +flac123-0_0_9-1:HEAD:flac123-0.0.9-1.src.rpm:1167123783 From fedora-extras-commits at redhat.com Tue Dec 26 08:54:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:54:28 -0500 Subject: rpms/flac123/devel flac123.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612260854.kBQ8sSxX015479@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441/devel Modified Files: .cvsignore sources Added Files: flac123.spec Log Message: auto-import flac123-0.0.9-1 on branch devel from flac123-0.0.9-1.src.rpm --- NEW FILE flac123.spec --- Name: flac123 Version: 0.0.9 Release: 1%{?dist} Summary: Command-line program for playing FLAC audio files Group: Applications/Multimedia License: GPL URL: http://flac-tools.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/flac-tools/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libao-devel, flac-devel %description flac123 is a command-line program for playing FLAC audio files FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to Ogg Vorbis, but lossless %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS README COPYING NEWS %{_bindir}/* %changelog * Mon Dec 11 2006 Sindre Pedersen Bj??rdal - 0.0.9-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/flac123/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Dec 2006 08:53:03 -0000 1.1 +++ .cvsignore 26 Dec 2006 08:53:58 -0000 1.2 @@ -0,0 +1 @@ +flac123-0.0.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/flac123/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Dec 2006 08:53:03 -0000 1.1 +++ sources 26 Dec 2006 08:53:58 -0000 1.2 @@ -0,0 +1 @@ +1614e1d1fe5b427ffd5988ea766abcf4 flac123-0.0.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 09:00:14 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 04:00:14 -0500 Subject: owners owners.list,1.2150,1.2151 Message-ID: <200612260900.kBQ90Eoo015550@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15531 Modified Files: owners.list Log Message: Added flac123, maintained by me Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2150 retrieving revision 1.2151 diff -u -r1.2150 -r1.2151 --- owners.list 25 Dec 2006 14:18:43 -0000 1.2150 +++ owners.list 26 Dec 2006 08:59:43 -0000 1.2151 @@ -436,6 +436,7 @@ Fedora Extras|firefox-32|Alternate Launcher for 32bit Firefox|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|firestarter|The Firestarter firewall tool for GNOME|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|fish|A friendly interactive shell|liljencrantz at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|flac123|Command-line program for playing FLAC audio files|foolish at guezz.net|extras-qa at fedoraproject.org| Fedora Extras|flasm|Flash bytecode assembler disassembler|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|flight-of-the-amazon-queen|Flight of the Amazon Queen - Adventure Game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|flight-of-the-amazon-queen-cd|Flight of the Amazon Queen - Adventure Game - CD version|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 26 14:08:21 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:08:21 -0500 Subject: rpms/tracker/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tracker.spec, 1.6, 1.7 tracker-desktop.patch, 1.2, NONE Message-ID: <200612261408.kBQE8LWD003326@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/tracker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3307 Modified Files: .cvsignore sources tracker.spec Removed Files: tracker-desktop.patch Log Message: * Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 - Update to 0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tracker/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2006 07:43:59 -0000 1.3 +++ .cvsignore 26 Dec 2006 14:07:51 -0000 1.4 @@ -1 +1 @@ -tracker-0.5.2.tar.gz +tracker-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tracker/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2006 07:43:59 -0000 1.3 +++ sources 26 Dec 2006 14:07:51 -0000 1.4 @@ -1 +1 @@ -1bccb8522668a791366aeb25d43b5da7 tracker-0.5.2.tar.gz +96efc55774cf9dc2850096b8dc8af121 tracker-0.5.3.tar.gz Index: tracker.spec =================================================================== RCS file: /cvs/extras/rpms/tracker/devel/tracker.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tracker.spec 28 Nov 2006 00:08:56 -0000 1.6 +++ tracker.spec 26 Dec 2006 14:07:51 -0000 1.7 @@ -1,12 +1,11 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.gnome.org/~jamiemcc/tracker/ Source0: http://www.gnome.org/~jamiemcc/tracker/tracker-%{version}.tar.gz -Patch0: tracker-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-devel, gettext BuildRequires: gnome-desktop-devel, gamin-devel @@ -17,8 +16,6 @@ %else BuildRequires: dbus-devel, dbus-glib %endif -#Temporarily -BuildRequires: automake autoconf libtool %description Tracker is a powerful desktop-neutral first class object database, @@ -47,12 +44,8 @@ %prep %setup -q -%patch -p0 -b .desktop %build -aclocal -automake -autoconf %if "%fedora" >= "6" %configure --disable-static --enable-external-sqlite %else @@ -98,6 +91,7 @@ %{_datadir}/dbus-1/services/tracker.service %{_datadir}/autostart/*.desktop %{_libdir}/*.so.* +%{_libdir}/tracker/ %{_mandir}/man1/tracker*.1.gz %{_sysconfdir}/xdg/autostart/trackerd.desktop @@ -108,6 +102,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 +- Update to 0.5.3 + * Mon Nov 27 2006 Deji Akingunola - 0.5.2-2 - Apply patch on Makefile.am instead of Makefile.in - Add libtool to BR --- tracker-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 14:10:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 26 Dec 2006 09:10:00 -0500 Subject: rpms/em8300/devel em8300.console.perms,1.1,1.2 em8300.spec,1.7,1.8 Message-ID: <200612261410.kBQEA0nQ003399@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3377 Modified Files: em8300.console.perms em8300.spec Log Message: * Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 - Ship console.perms.d snippet uncommented (#206700 fixed). Index: em8300.console.perms =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.console.perms,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- em8300.console.perms 15 Sep 2006 20:16:59 -0000 1.1 +++ em8300.console.perms 26 Dec 2006 14:09:30 -0000 1.2 @@ -1,2 +1,2 @@ -#=/dev/em8300* -# 0660 0660 root.video +=/dev/em8300* + 0660 0660 root.video Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- em8300.spec 22 Dec 2006 21:56:08 -0000 1.7 +++ em8300.spec 26 Dec 2006 14:09:30 -0000 1.8 @@ -1,6 +1,6 @@ Name: em8300 Version: 0.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System @@ -117,6 +117,9 @@ %changelog +* Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 +- Ship console.perms.d snippet uncommented (#206700 fixed). + * Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 - Eliminate some file based dependencies. From fedora-extras-commits at redhat.com Tue Dec 26 14:12:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 26 Dec 2006 09:12:08 -0500 Subject: rpms/em8300/FC-6 em8300.console.perms,1.1,1.2 em8300.spec,1.6,1.7 Message-ID: <200612261412.kBQEC8gZ003487@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3466 Modified Files: em8300.console.perms em8300.spec Log Message: * Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 - Ship console.perms.d snippet uncommented (#206700 fixed). * Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 - Eliminate some file based dependencies. Index: em8300.console.perms =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/em8300.console.perms,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- em8300.console.perms 15 Sep 2006 20:16:59 -0000 1.1 +++ em8300.console.perms 26 Dec 2006 14:11:38 -0000 1.2 @@ -1,2 +1,2 @@ -#=/dev/em8300* -# 0660 0660 root.video +=/dev/em8300* + 0660 0660 root.video Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/em8300.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- em8300.spec 18 Dec 2006 21:06:33 -0000 1.6 +++ em8300.spec 26 Dec 2006 14:11:38 -0000 1.7 @@ -1,6 +1,6 @@ Name: em8300 Version: 0.16.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System @@ -36,7 +36,7 @@ Summary: Development files for DXR3/Hollywood Plus MPEG decoder cards Group: Development/Libraries # Does not require main package on purpose: #189400 -Requires: %{_includedir}/linux +Requires: kernel-headers %description devel %{summary}. @@ -117,6 +117,12 @@ %changelog +* Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 +- Ship console.perms.d snippet uncommented (#206700 fixed). + +* Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 +- Eliminate some file based dependencies. + * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. From fedora-extras-commits at redhat.com Tue Dec 26 14:20:27 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:20:27 -0500 Subject: rpms/tracker/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tracker.spec, 1.4, 1.5 tracker-desktop.patch, 1.2, NONE Message-ID: <200612261420.kBQEKRiM003609@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/tracker/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3589 Modified Files: .cvsignore sources tracker.spec Removed Files: tracker-desktop.patch Log Message: * Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 - Update to 0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2006 08:27:16 -0000 1.3 +++ .cvsignore 26 Dec 2006 14:19:57 -0000 1.4 @@ -1 +1 @@ -tracker-0.5.2.tar.gz +tracker-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2006 08:27:16 -0000 1.3 +++ sources 26 Dec 2006 14:19:57 -0000 1.4 @@ -1 +1 @@ -1bccb8522668a791366aeb25d43b5da7 tracker-0.5.2.tar.gz +96efc55774cf9dc2850096b8dc8af121 tracker-0.5.3.tar.gz Index: tracker.spec =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-6/tracker.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tracker.spec 21 Nov 2006 08:49:38 -0000 1.4 +++ tracker.spec 26 Dec 2006 14:19:57 -0000 1.5 @@ -1,12 +1,11 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker -Version: 0.5.2 -Release: 1%{?dist}.1 +Version: 0.5.3 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.gnome.org/~jamiemcc/tracker/ Source0: http://www.gnome.org/~jamiemcc/tracker/tracker-%{version}.tar.gz -Patch0: tracker-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-devel, gettext BuildRequires: gnome-desktop-devel, gamin-devel @@ -45,7 +44,6 @@ %prep %setup -q -%patch -p0 -b .desktop %build %if "%fedora" >= "6" @@ -93,6 +91,7 @@ %{_datadir}/dbus-1/services/tracker.service %{_datadir}/autostart/*.desktop %{_libdir}/*.so.* +%{_libdir}/tracker/ %{_mandir}/man1/tracker*.1.gz %{_sysconfdir}/xdg/autostart/trackerd.desktop @@ -103,6 +102,12 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 +- Update to 0.5.3 + +* Mon Nov 27 2006 Deji Akingunola - 0.5.2-2 +- Apply patch on Makefile.am instead of Makefile.in + * Tue Nov 21 2006 Deji Akingunola - 0.5.2-1 - Patching Makefile.am doesn't work! --- tracker-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 14:30:26 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:30:26 -0500 Subject: rpms/tracker/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tracker.spec, 1.3, 1.4 tracker-desktop.patch, 1.1, NONE Message-ID: <200612261430.kBQEUQ9w003736@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/tracker/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3717 Modified Files: .cvsignore sources tracker.spec Removed Files: tracker-desktop.patch Log Message: * Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 - Update to 0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2006 09:19:27 -0000 1.3 +++ .cvsignore 26 Dec 2006 14:29:56 -0000 1.4 @@ -1 +1 @@ -tracker-0.5.2.tar.gz +tracker-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2006 09:19:27 -0000 1.3 +++ sources 26 Dec 2006 14:29:56 -0000 1.4 @@ -1 +1 @@ -1bccb8522668a791366aeb25d43b5da7 tracker-0.5.2.tar.gz +96efc55774cf9dc2850096b8dc8af121 tracker-0.5.3.tar.gz Index: tracker.spec =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-5/tracker.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tracker.spec 21 Nov 2006 09:19:27 -0000 1.3 +++ tracker.spec 26 Dec 2006 14:29:56 -0000 1.4 @@ -1,12 +1,11 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.gnome.org/~jamiemcc/tracker/ Source0: http://www.gnome.org/~jamiemcc/tracker/tracker-%{version}.tar.gz -Patch0: tracker-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-devel, gettext BuildRequires: gnome-desktop-devel, gamin-devel @@ -45,7 +44,6 @@ %prep %setup -q -%patch -p0 -b .desktop %build %if "%fedora" >= "6" @@ -93,6 +91,7 @@ %{_datadir}/dbus-1/services/tracker.service %{_datadir}/autostart/*.desktop %{_libdir}/*.so.* +%{_libdir}/tracker/ %{_mandir}/man1/tracker*.1.gz %{_sysconfdir}/xdg/autostart/trackerd.desktop @@ -103,6 +102,12 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 +- Update to 0.5.3 + +* Mon Nov 27 2006 Deji Akingunola - 0.5.2-2 +- Apply patch on Makefile.am instead of Makefile.in + * Tue Nov 21 2006 Deji Akingunola - 0.5.2-1 - Update to 0.5.2 --- tracker-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 14:35:01 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:35:01 -0500 Subject: rpms/gnomesword/devel .cvsignore, 1.7, 1.8 gnomesword.spec, 1.20, 1.21 sources, 1.8, 1.9 Message-ID: <200612261435.kBQEZ1Is003817@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3796 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 - New stable release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Dec 2006 00:59:15 -0000 1.7 +++ .cvsignore 26 Dec 2006 14:34:31 -0000 1.8 @@ -1 +1 @@ -gnomesword-2.1.10.tar.gz +gnomesword-2.2.0.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gnomesword.spec 11 Dec 2006 03:30:49 -0000 1.20 +++ gnomesword.spec 26 Dec 2006 14:34:31 -0000 1.21 @@ -1,6 +1,6 @@ Name: gnomesword -Version: 2.1.10 -Release: 3%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: GNOME-based Bible research tool Group: Applications/Text @@ -9,7 +9,6 @@ Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed >= 3.95 BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils @@ -42,13 +41,13 @@ %install rm -rf %buildroot -cp gnomesword.desktop gnomesword.desktop.orig -sed -e s?"^Categories=.*"?"Categories=GNOME;Application;Other;"? < gnomesword.desktop.orig > gnomesword.desktop make install DESTDIR=%buildroot desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \ --vendor=fedora \ ---add-category=X-Fedora \ +--remove-category=X-Red-Hat-Extra \ +--remove-category=Application \ +--add-category=Other \ --dir=%buildroot%_datadir/applications \ --copy-name-to-generic-name \ --delete-original @@ -75,6 +74,9 @@ %_datadir/gnome/help/gnomesword/ %changelog +* Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 +- New stable release + * Sun Dec 10 2006 Deji Akingunola - 2.1.10-3 - Add gnome-doc-utils to BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Dec 2006 00:59:15 -0000 1.8 +++ sources 26 Dec 2006 14:34:31 -0000 1.9 @@ -1 +1 @@ -5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz +84578377bbdef2ff06e29163429300ef gnomesword-2.2.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 14:38:00 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:38:00 -0500 Subject: rpms/gnomesword/FC-6 .cvsignore, 1.6, 1.7 gnomesword.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612261438.kBQEc000003894@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3875 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 - New stable release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Dec 2006 05:02:18 -0000 1.6 +++ .cvsignore 26 Dec 2006 14:37:30 -0000 1.7 @@ -1 +1 @@ -gnomesword-2.1.10.tar.gz +gnomesword-2.2.0.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/gnomesword.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gnomesword.spec 16 Dec 2006 05:02:18 -0000 1.15 +++ gnomesword.spec 26 Dec 2006 14:37:30 -0000 1.16 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.10 +Version: 2.2.0 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -9,7 +9,6 @@ Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed >= 3.95 BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils @@ -42,13 +41,13 @@ %install rm -rf %buildroot -cp gnomesword.desktop gnomesword.desktop.orig -sed -e s?"^Categories=.*"?"Categories=GNOME;Application;Other;"? < gnomesword.desktop.orig > gnomesword.desktop make install DESTDIR=%buildroot desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \ --vendor=fedora \ ---add-category=X-Fedora \ +--remove-category=X-Red-Hat-Extra \ +--remove-category=Application \ +--add-category=Other \ --dir=%buildroot%_datadir/applications \ --copy-name-to-generic-name \ --delete-original @@ -76,6 +75,9 @@ %changelog +* Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 +- New stable release + * Sat Dec 16 2006 Deji Akingunola - 2.1.10-1 - New Release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Dec 2006 05:02:18 -0000 1.7 +++ sources 26 Dec 2006 14:37:30 -0000 1.8 @@ -1 +1 @@ -5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz +84578377bbdef2ff06e29163429300ef gnomesword-2.2.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 14:41:36 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:41:36 -0500 Subject: rpms/gnomesword/FC-5 .cvsignore, 1.5, 1.6 gnomesword.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612261441.kBQEfaiO003963@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3944 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 - New stable release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Dec 2006 07:23:16 -0000 1.5 +++ .cvsignore 26 Dec 2006 14:41:06 -0000 1.6 @@ -1 +1 @@ -gnomesword-2.1.10.tar.gz +gnomesword-2.2.0.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gnomesword.spec 18 Dec 2006 07:45:47 -0000 1.14 +++ gnomesword.spec 26 Dec 2006 14:41:06 -0000 1.15 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.10 +Version: 2.2.0 Release: 1%{?dist}.1 Summary: GNOME-based Bible research tool @@ -9,7 +9,6 @@ Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed >= 3.95 BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils @@ -43,13 +42,13 @@ %install rm -rf %buildroot -cp gnomesword.desktop gnomesword.desktop.orig -sed -e s?"^Categories=.*"?"Categories=GNOME;Application;Other;"? < gnomesword.desktop.orig > gnomesword.desktop make install DESTDIR=%buildroot desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \ --vendor=fedora \ ---add-category=X-Fedora \ +--remove-category=X-Red-Hat-Extra \ +--remove-category=Application \ +--add-category=Other \ --dir=%buildroot%_datadir/applications \ --copy-name-to-generic-name \ --delete-original @@ -77,6 +76,9 @@ %changelog +* Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 +- New stable release + * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - Add another BR (libxml2-python) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 18 Dec 2006 07:23:16 -0000 1.7 +++ sources 26 Dec 2006 14:41:06 -0000 1.8 @@ -1 +1 @@ -5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz +84578377bbdef2ff06e29163429300ef gnomesword-2.2.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 14:58:20 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 26 Dec 2006 09:58:20 -0500 Subject: rpms/python-twisted-core/devel python-twisted-core.spec, 1.2, 1.3 twisted-dropin-cache, 1.1, 1.2 Message-ID: <200612261458.kBQEwKhw004068@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4048 Modified Files: python-twisted-core.spec twisted-dropin-cache Log Message: new twisted-dropin-cache Index: python-twisted-core.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/devel/python-twisted-core.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-twisted-core.spec 19 Dec 2006 14:22:29 -0000 1.2 +++ python-twisted-core.spec 26 Dec 2006 14:57:50 -0000 1.3 @@ -6,7 +6,7 @@ Name: %{python}-twisted-core Version: 2.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An asynchronous networking framework written in Python Group: Development/Libraries @@ -188,6 +188,11 @@ %{_datadir}/zsh/site-functions/_twisted_zsh_stub %changelog +* Tue Dec 26 2006 Thomas Vander Stichele +- 2.4.0-6 +- new twisted-dropin-cache; does not complain loudly about plugins in + the cache that are no longer installed + * Tue Nov 07 2006 Thomas Vander Stichele - 2.4.0-5 - incorporate suggestions by Paul Howarth: Index: twisted-dropin-cache =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/devel/twisted-dropin-cache,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-dropin-cache 15 Nov 2006 12:05:21 -0000 1.1 +++ twisted-dropin-cache 26 Dec 2006 14:57:50 -0000 1.2 @@ -5,8 +5,29 @@ # this program regenerates the dropin.cache file for twisted, # or for the modules specified on the command line +# we copy and adapt getPlugins from there because getPlugins does log.err() +# on *any* exception, giving us a full traceback every time a plug-in has +# gone away + import sys -from twisted.plugin import IPlugin, getPlugins +from twisted.plugin import IPlugin, getCache +import twisted.plugins + +def getPlugins(interface, package=twisted.plugins): + allDropins = getCache(package) + for dropin in allDropins.itervalues(): + for plugin in dropin.plugins: + try: + adapted = interface(plugin, None) + except AttributeError: + # this is most likely due to a module in the cache that + # has now gone away, so ignore it + pass + except: + log.err() + else: + if adapted is not None: + yield adapted which = None if len(sys.argv) > 1: From fedora-extras-commits at redhat.com Tue Dec 26 15:00:42 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 26 Dec 2006 10:00:42 -0500 Subject: rpms/python-twisted-core/FC-6 python-twisted-core.spec, 1.2, 1.3 twisted-dropin-cache, 1.1, 1.2 Message-ID: <200612261500.kBQF0gKe004138@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4117 Modified Files: python-twisted-core.spec twisted-dropin-cache Log Message: new twisted-dropin-cache Index: python-twisted-core.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/FC-6/python-twisted-core.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-twisted-core.spec 19 Dec 2006 14:22:29 -0000 1.2 +++ python-twisted-core.spec 26 Dec 2006 15:00:12 -0000 1.3 @@ -6,7 +6,7 @@ Name: %{python}-twisted-core Version: 2.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An asynchronous networking framework written in Python Group: Development/Libraries @@ -188,6 +188,11 @@ %{_datadir}/zsh/site-functions/_twisted_zsh_stub %changelog +* Tue Dec 26 2006 Thomas Vander Stichele +- 2.4.0-6 +- new twisted-dropin-cache; does not complain loudly about plugins in + the cache that are no longer installed + * Tue Nov 07 2006 Thomas Vander Stichele - 2.4.0-5 - incorporate suggestions by Paul Howarth: Index: twisted-dropin-cache =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/FC-6/twisted-dropin-cache,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-dropin-cache 15 Nov 2006 12:05:21 -0000 1.1 +++ twisted-dropin-cache 26 Dec 2006 15:00:12 -0000 1.2 @@ -5,8 +5,29 @@ # this program regenerates the dropin.cache file for twisted, # or for the modules specified on the command line +# we copy and adapt getPlugins from there because getPlugins does log.err() +# on *any* exception, giving us a full traceback every time a plug-in has +# gone away + import sys -from twisted.plugin import IPlugin, getPlugins +from twisted.plugin import IPlugin, getCache +import twisted.plugins + +def getPlugins(interface, package=twisted.plugins): + allDropins = getCache(package) + for dropin in allDropins.itervalues(): + for plugin in dropin.plugins: + try: + adapted = interface(plugin, None) + except AttributeError: + # this is most likely due to a module in the cache that + # has now gone away, so ignore it + pass + except: + log.err() + else: + if adapted is not None: + yield adapted which = None if len(sys.argv) > 1: From fedora-extras-commits at redhat.com Tue Dec 26 15:48:08 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 26 Dec 2006 10:48:08 -0500 Subject: rpms/jd/devel .cvsignore, 1.45, 1.46 jd.spec, 1.54, 1.55 sources, 1.45, 1.46 Message-ID: <200612261548.kBQFm8wA007534@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7515 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 - 1.8.5 beta 061227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- .cvsignore 25 Dec 2006 15:47:39 -0000 1.45 +++ .cvsignore 26 Dec 2006 15:47:38 -0000 1.46 @@ -1 +1 @@ -jd-1.8.1-cvs061225.tgz +jd-1.8.5-beta061227.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- jd.spec 25 Dec 2006 15:47:39 -0000 1.54 +++ jd.spec 26 Dec 2006 15:47:38 -0000 1.55 @@ -9,14 +9,14 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.1 -%define strtag cvs061225 -%define repoid 23156 +%define main_ver 1.8.5 +%define strtag beta061227 +%define repoid 23291 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -27,8 +27,7 @@ %define pre_release 1 %if %{pre_release} -#%%define rel 0.%{vendor_rel}.%{strtag}%{?dist} -%define rel %{vendor_rel}.%{strtag}%{?dist} +%define rel 0.%{vendor_rel}.%{strtag}%{?dist} %else %define rel %{vendor_rel}%{?dist} %endif @@ -44,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -107,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 25 2006 Mamoru Tasaka - 1.8.1-2.cvs061225 -- cvs 061225 (24:05 JST) +* Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 +- 1.8.5 beta 061227 * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 25 Dec 2006 15:47:39 -0000 1.45 +++ sources 26 Dec 2006 15:47:38 -0000 1.46 @@ -1 +1 @@ -828b536c97f72c37c286f5c5e8b2d989 jd-1.8.1-cvs061225.tgz +ddb4fd57e67ef09846b2bc73191d70a1 jd-1.8.5-beta061227.tgz From fedora-extras-commits at redhat.com Tue Dec 26 15:48:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 26 Dec 2006 10:48:58 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.13, 1.14 jd.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612261548.kBQFmwMl007617@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7569 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 - 1.8.5 beta 061227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 17 Dec 2006 11:08:15 -0000 1.13 +++ .cvsignore 26 Dec 2006 15:48:28 -0000 1.14 @@ -1 +1 @@ -jd-1.8.1-061217.tgz +jd-1.8.5-beta061227.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- jd.spec 17 Dec 2006 11:08:15 -0000 1.14 +++ jd.spec 26 Dec 2006 15:48:28 -0000 1.15 @@ -9,9 +9,9 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.1 -%define strtag 061217 -%define repoid 23156 +%define main_ver 1.8.5 +%define strtag beta061227 +%define repoid 23291 # Defined by vendor @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 +- 1.8.5 beta 061227 + * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 17 Dec 2006 11:08:15 -0000 1.13 +++ sources 26 Dec 2006 15:48:28 -0000 1.14 @@ -1 +1 @@ -fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz +ddb4fd57e67ef09846b2bc73191d70a1 jd-1.8.5-beta061227.tgz From fedora-extras-commits at redhat.com Tue Dec 26 15:49:08 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 26 Dec 2006 10:49:08 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.12, 1.13 jd.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612261549.kBQFn8bG007658@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7589 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 - 1.8.5 beta 061227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 17 Dec 2006 11:08:32 -0000 1.12 +++ .cvsignore 26 Dec 2006 15:48:38 -0000 1.13 @@ -1 +1 @@ -jd-1.8.1-061217.tgz +jd-1.8.5-beta061227.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jd.spec 17 Dec 2006 11:08:32 -0000 1.13 +++ jd.spec 26 Dec 2006 15:48:38 -0000 1.14 @@ -9,9 +9,9 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.1 -%define strtag 061217 -%define repoid 23156 +%define main_ver 1.8.5 +%define strtag beta061227 +%define repoid 23291 # Defined by vendor @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 +- 1.8.5 beta 061227 + * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 17 Dec 2006 11:08:32 -0000 1.12 +++ sources 26 Dec 2006 15:48:38 -0000 1.13 @@ -1 +1 @@ -fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz +ddb4fd57e67ef09846b2bc73191d70a1 jd-1.8.5-beta061227.tgz From fedora-extras-commits at redhat.com Tue Dec 26 15:52:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 26 Dec 2006 10:52:25 -0500 Subject: rpms/gramps/devel .cvsignore, 1.16, 1.17 gramps.spec, 1.25, 1.26 sources, 1.16, 1.17 Message-ID: <200612261552.kBQFqPGI007742@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7723 Modified Files: .cvsignore gramps.spec sources Log Message: * Tue Dec 26 2006 Brian Pepple - 2.2.4-1 - Update to 2.2.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 27 Nov 2006 16:59:22 -0000 1.16 +++ .cvsignore 26 Dec 2006 15:51:55 -0000 1.17 @@ -1 +1 @@ -gramps-2.2.3.tar.gz +gramps-2.2.4.tar.gz Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gramps.spec 8 Dec 2006 18:08:29 -0000 1.25 +++ gramps.spec 26 Dec 2006 15:51:55 -0000 1.26 @@ -1,6 +1,6 @@ Name: gramps -Version: 2.2.3 -Release: 2%{?dist} +Version: 2.2.4 +Release: 1%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -130,6 +130,9 @@ %changelog +* Tue Dec 26 2006 Brian Pepple - 2.2.4-1 +- Update to 2.2.4. + * Fri Dec 8 2006 Brian Pepple - 2.2.3-2 - Rebuild against new python. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 27 Nov 2006 16:59:22 -0000 1.16 +++ sources 26 Dec 2006 15:51:55 -0000 1.17 @@ -1 +1 @@ -7107d1ad5555aecb812e4c370a74f0bf gramps-2.2.3.tar.gz +fe07dfaac9327a384ea84cb2d718aefb gramps-2.2.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:20:15 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:20:15 -0500 Subject: rpms/perl-Module-Build/devel .cvsignore, 1.13, 1.14 perl-Module-Build.spec, 1.25, 1.26 sources, 1.13, 1.14 Message-ID: <200612261820.kBQIKFwB017701@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17682 Modified Files: .cvsignore perl-Module-Build.spec sources Log Message: Update to 0.2806. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 8 Aug 2006 18:39:54 -0000 1.13 +++ .cvsignore 26 Dec 2006 18:19:45 -0000 1.14 @@ -1 +1 @@ -Module-Build-0.2805.tar.gz +Module-Build-0.2806.tar.gz Index: perl-Module-Build.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- perl-Module-Build.spec 15 Nov 2006 22:59:34 -0000 1.25 +++ perl-Module-Build.spec 26 Dec 2006 18:19:45 -0000 1.26 @@ -1,9 +1,9 @@ -%define module_version 0.2805 +%define module_version 0.2806 Name: perl-Module-Build # When the module version is x.yz, set Version to x.yz00. -Version: 0.2805 -Release: 3%{?dist} +Version: 0.2806 +Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic Group: Development/Libraries @@ -48,7 +48,7 @@ ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test @@ -65,6 +65,10 @@ %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Dec 16 2006 Steven Pritchard 0.2806-1 +- Update to 0.2806. +- Use fixperms macro instead of our own chmod incantation. + * Wed Nov 15 2006 Steven Pritchard 0.2805-3 - Don't BR Pod::Readme. (#215558) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 8 Aug 2006 18:39:54 -0000 1.13 +++ sources 26 Dec 2006 18:19:45 -0000 1.14 @@ -1 +1 @@ -598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz +919a54ab295329ab668fae14756ae80a Module-Build-0.2806.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:30:47 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:30:47 -0500 Subject: rpms/perl-Spoon/devel Spoon-filter-provides.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Spoon.spec, 1.4, 1.5 sources, 1.2, 1.3 filter-provides.sh, 1.2, NONE Message-ID: <200612261830.kBQIUl52017863@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Spoon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17843 Modified Files: .cvsignore perl-Spoon.spec sources Added Files: Spoon-filter-provides.sh Removed Files: filter-provides.sh Log Message: Update to 0.24. Use fixperms macro instead of our own chmod incantation. Other minor cleanup to more closely match current cpanspec output. --- NEW FILE Spoon-filter-provides.sh --- #!/bin/sh @@PERL_PROV@@ "$@" | sed -e '/^perl(IO::All)$/d' Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Spoon/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Mar 2006 01:30:36 -0000 1.2 +++ .cvsignore 26 Dec 2006 18:30:17 -0000 1.3 @@ -1 +1 @@ -Spoon-0.23.tar.gz +Spoon-0.24.tar.gz Index: perl-Spoon.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spoon/devel/perl-Spoon.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Spoon.spec 18 Sep 2006 21:51:27 -0000 1.4 +++ perl-Spoon.spec 26 Dec 2006 18:30:17 -0000 1.5 @@ -1,14 +1,11 @@ Name: perl-Spoon -Version: 0.23 -Release: 5%{?dist} -Summary: Spiffy application framework +Version: 0.24 +Release: 1%{?dist} +Summary: Spiffy Application Building Framework License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Spoon/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{version}.tar.gz -Source1: filter-provides.sh -%define _use_internal_dependency_generator 0 -%define __find_provides %{SOURCE1} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(IO::All) >= 0.32 @@ -22,6 +19,10 @@ Requires: perl(Template) >= 2.10 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Source99: Spoon-filter-provides.sh +%global real_perl_provides %{__perl_provides} +%define __perl_provides %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-provides + %description Spoon is an Application Framework that is designed primarily for building Social Software web applications. The Kwiki wiki software is @@ -30,6 +31,9 @@ %prep %setup -q -n Spoon-%{version} +sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > %{__perl_provides} +chmod +x %{__perl_provides} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -42,24 +46,26 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* - -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic +%{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean -rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %{__perl_provides} %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.24-1 +- Update to 0.24. +- Use fixperms macro instead of our own chmod incantation. +- Other minor cleanup to more closely match current cpanspec output. + * Sat Sep 16 2006 Steven Pritchard 0.23-5 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Spoon/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Mar 2006 01:30:36 -0000 1.2 +++ sources 26 Dec 2006 18:30:17 -0000 1.3 @@ -1 +1 @@ -96acf017b3aa492e62afb1f826d3d9bd Spoon-0.23.tar.gz +6f60edc244a992884f236470180f6867 Spoon-0.24.tar.gz --- filter-provides.sh DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 18:34:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:34:25 -0500 Subject: rpms/perl-Test-NoWarnings/devel .cvsignore, 1.2, 1.3 perl-Test-NoWarnings.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612261834.kBQIYP4A017940@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Test-NoWarnings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17921 Modified Files: .cvsignore perl-Test-NoWarnings.spec sources Log Message: Update to 0.083. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-NoWarnings/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Apr 2006 18:15:13 -0000 1.2 +++ .cvsignore 26 Dec 2006 18:33:55 -0000 1.3 @@ -1 +1 @@ -Test-NoWarnings-0.082.tar.gz +Test-NoWarnings-0.083.tar.gz Index: perl-Test-NoWarnings.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-NoWarnings/devel/perl-Test-NoWarnings.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Test-NoWarnings.spec 17 Sep 2006 22:26:59 -0000 1.3 +++ perl-Test-NoWarnings.spec 26 Dec 2006 18:33:55 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Test-NoWarnings -Version: 0.082 -Release: 2%{?dist} +Version: 0.083 +Release: 1%{?dist} Summary: Make sure you didn't emit any warnings while testing License: LGPL Group: Development/Libraries @@ -34,7 +34,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -49,6 +49,10 @@ %{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.083-1 +- Update to 0.083. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.082-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-NoWarnings/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Apr 2006 18:15:13 -0000 1.2 +++ sources 26 Dec 2006 18:33:55 -0000 1.3 @@ -1 +1 @@ -702143eab77ffc335a08beccac47dca4 Test-NoWarnings-0.082.tar.gz +8c55c1ca89919caf42cf83c67d44d7f4 Test-NoWarnings-0.083.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:36:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:36:25 -0500 Subject: rpms/perl-Test-Tester/devel .cvsignore, 1.2, 1.3 perl-Test-Tester.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612261836.kBQIaPlZ018017@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Test-Tester/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17998 Modified Files: .cvsignore perl-Test-Tester.spec sources Log Message: Update to 0.104. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Tester/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Apr 2006 18:10:07 -0000 1.2 +++ .cvsignore 26 Dec 2006 18:35:55 -0000 1.3 @@ -1 +1 @@ -Test-Tester-0.103.tar.gz +Test-Tester-0.104.tar.gz Index: perl-Test-Tester.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Tester/devel/perl-Test-Tester.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Tester.spec 17 Sep 2006 22:28:07 -0000 1.2 +++ perl-Test-Tester.spec 26 Dec 2006 18:35:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Test-Tester -Version: 0.103 -Release: 2%{?dist} +Version: 0.104 +Release: 1%{?dist} Summary: Ease testing test modules built with Test::Builder License: GPL or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -44,6 +44,10 @@ %{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.104-1 +- Update to 0.104. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.103-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Tester/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Apr 2006 18:10:07 -0000 1.2 +++ sources 26 Dec 2006 18:35:55 -0000 1.3 @@ -1 +1 @@ -31d58158d2a6cdb7ad9d9fe3e0aed86e Test-Tester-0.103.tar.gz +3339108ed79bf8dbb51fc34ca7816c49 Test-Tester-0.104.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:46:43 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:46:43 -0500 Subject: rpms/perl-Imager/devel .cvsignore, 1.5, 1.6 perl-Imager.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612261846.kBQIkh8X018108@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Imager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18087 Modified Files: .cvsignore perl-Imager.spec sources Log Message: Update to 0.55. Cleanup to more closely resemble current cpanspec output. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Imager/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Sep 2006 21:43:12 -0000 1.5 +++ .cvsignore 26 Dec 2006 18:46:13 -0000 1.6 @@ -1 +1 @@ -Imager-0.54.tar.gz +Imager-0.55.tar.gz Index: perl-Imager.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Imager/devel/perl-Imager.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Imager.spec 4 Oct 2006 22:12:48 -0000 1.5 +++ perl-Imager.spec 26 Dec 2006 18:46:13 -0000 1.6 @@ -1,26 +1,26 @@ Name: perl-Imager -Version: 0.54 -Release: 2%{?dist} -Summary: Imager - Perl extension for Generating 24 bit Images - -Group: Development/Libraries +Version: 0.55 +Release: 1%{?dist} +Summary: Perl extension for Generating 24 bit Images License: GPL or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Imager/ -Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: perl(ExtUtils::Depends), perl(Parse::RecDescent) BuildRequires: libungif-devel, libpng-devel, freetype-devel, libtiff-devel BuildRequires: libjpeg-devel, t1lib-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Imager is a module for creating and altering images. It can read and write -various image formats, draw primitive shapes like lines,and polygons, blend -multiple images together in various ways, scale, crop, render text and more. +Imager is a module for creating and altering images. It can read and +write various image formats, draw primitive shapes like lines,and +polygons, blend multiple images together in various ways, scale, crop, +render text and more. %prep %setup -q -n Imager-%{version} + %{__perl} -pi -e 's/my \$resp = /my \$resp = "n"/g' Makefile.PL # Quiet rpmlint. @@ -34,36 +34,36 @@ %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT + make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' -chmod -R u+w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* %check make test - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc README COPYING Artistic +%doc Changes* README %doc samples/ -%{perl_vendorarch}/Imager* %{perl_vendorarch}/auto/* -%{_mandir}/man3/*.3* - +%{perl_vendorarch}/Imager* +%{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.55-1 +- Update to 0.55. +- Cleanup to more closely resemble current cpanspec output. + * Thu Oct 05 2006 Christian Iseli 0.54-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Imager/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Sep 2006 21:43:12 -0000 1.5 +++ sources 26 Dec 2006 18:46:13 -0000 1.6 @@ -1 +1 @@ -ece42b9a69d7980dd57d663e1d3f2583 Imager-0.54.tar.gz +4c13b8bf394225e61930b546ff1b3b1e Imager-0.55.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:56:52 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 13:56:52 -0500 Subject: rpms/fuse import.log,1.12,1.13 Message-ID: <200612261856.kBQIuqnn018244@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214 Modified Files: import.log Log Message: auto-import fuse-2.6.1-1 on branch devel from fuse-2.6.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fuse/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 22 Nov 2006 19:36:58 -0000 1.12 +++ import.log 26 Dec 2006 18:56:22 -0000 1.13 @@ -9,3 +9,4 @@ fuse-2_6_0-1:FC-6:fuse-2.6.0-1.src.rpm:1164223780 fuse-2_6_0-1:FC-5:fuse-2.6.0-1.src.rpm:1164224103 fuse-2_6_0-1:FC-4:fuse-2.6.0-1.src.rpm:1164224230 +fuse-2_6_1-1:HEAD:fuse-2.6.1-1.src.rpm:1167159927 From fedora-extras-commits at redhat.com Tue Dec 26 18:56:52 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 13:56:52 -0500 Subject: rpms/fuse/devel .cvsignore, 1.7, 1.8 fuse.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612261856.kBQIuqSe018249@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/devel Modified Files: .cvsignore fuse.spec sources Log Message: auto-import fuse-2.6.1-1 on branch devel from fuse-2.6.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Nov 2006 06:14:37 -0000 1.7 +++ .cvsignore 26 Dec 2006 18:56:22 -0000 1.8 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/devel/fuse.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fuse.spec 25 Nov 2006 10:43:21 -0000 1.15 +++ fuse.spec 26 Dec 2006 18:56:22 -0000 1.16 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 11 Nov 2006 06:14:37 -0000 1.7 +++ sources 26 Dec 2006 18:56:22 -0000 1.8 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 19:00:53 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 14:00:53 -0500 Subject: rpms/fuse/FC-4 .cvsignore, 1.5, 1.6 fuse.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200612261900.kBQJ0rUd018360@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305/FC-4 Modified Files: .cvsignore fuse.spec sources Log Message: Version 2.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 19:36:58 -0000 1.5 +++ .cvsignore 26 Dec 2006 19:00:23 -0000 1.6 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-4/fuse.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fuse.spec 25 Nov 2006 10:43:15 -0000 1.10 +++ fuse.spec 26 Dec 2006 19:00:23 -0000 1.11 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 19:36:58 -0000 1.5 +++ sources 26 Dec 2006 19:00:23 -0000 1.6 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 19:00:53 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 14:00:53 -0500 Subject: rpms/fuse/FC-5 .cvsignore, 1.7, 1.8 fuse.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612261900.kBQJ0rJ9018365@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305/FC-5 Modified Files: .cvsignore fuse.spec sources Log Message: Version 2.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 22 Nov 2006 19:34:55 -0000 1.7 +++ .cvsignore 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-5/fuse.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- fuse.spec 25 Nov 2006 10:43:16 -0000 1.14 +++ fuse.spec 26 Dec 2006 19:00:23 -0000 1.15 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 22 Nov 2006 19:34:55 -0000 1.7 +++ sources 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 19:00:53 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 14:00:53 -0500 Subject: rpms/fuse/FC-6 .cvsignore, 1.7, 1.8 fuse.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612261900.kBQJ0rKG018368@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305/FC-6 Modified Files: .cvsignore fuse.spec sources Log Message: Version 2.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 22 Nov 2006 19:29:39 -0000 1.7 +++ .cvsignore 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-6/fuse.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fuse.spec 25 Nov 2006 10:43:21 -0000 1.15 +++ fuse.spec 26 Dec 2006 19:00:23 -0000 1.16 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 22 Nov 2006 19:29:39 -0000 1.7 +++ sources 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 20:08:37 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 26 Dec 2006 15:08:37 -0500 Subject: rpms/gramps/devel gramps.spec,1.26,1.27 Message-ID: <200612262008.kBQK8b9H001525@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1428 Modified Files: gramps.spec Log Message: * Tue Dec 26 2006 Brian Pepple - 2.2.4-2 - Add gramp.png to files. Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gramps.spec 26 Dec 2006 15:51:55 -0000 1.26 +++ gramps.spec 26 Dec 2006 20:08:07 -0000 1.27 @@ -1,6 +1,6 @@ Name: gramps Version: 2.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -124,12 +124,16 @@ %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/gnome/48x48/mimetypes/*.png %{_datadir}/icons/gnome/scalable/mimetypes/*.svg +%{_datadir}/pixmaps/%{name}.png %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_mandir}/man1/%{name}.1.gz %{_datadir}/gnome/help/%{name}/ %changelog +* Tue Dec 26 2006 Brian Pepple - 2.2.4-2 +- Add gramp.png to files. + * Tue Dec 26 2006 Brian Pepple - 2.2.4-1 - Update to 2.2.4. From fedora-extras-commits at redhat.com Tue Dec 26 21:52:14 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 26 Dec 2006 16:52:14 -0500 Subject: rpms/galeon/devel galeon.spec,1.26,1.27 Message-ID: <200612262152.kBQLqE26012375@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12360 Modified Files: galeon.spec Log Message: Rebuild with gecko libs 1.8.1.1 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- galeon.spec 9 Nov 2006 22:51:06 -0000 1.26 +++ galeon.spec 26 Dec 2006 21:51:44 -0000 1.27 @@ -1,9 +1,9 @@ -%define gecko_ver 1.8.1 +%define gecko_ver 1.8.1.1 Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -115,6 +115,9 @@ %changelog +* Tue Dec 26 2006 Denis Leroy - 2.0.3-5 +- Rebuild with gecko libs 1.8.1.1 + * Thu Nov 9 2006 Denis Leroy - 2.0.3-4 - Rebuild for firefox 2 - Added explicit gecko version requirement From fedora-extras-commits at redhat.com Wed Dec 27 00:06:10 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 26 Dec 2006 19:06:10 -0500 Subject: rpms/mussh/devel mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Message-ID: <200612270006.kBR06AbB022232@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22213 Modified Files: mussh.spec sources .cvsignore Log Message: Update to 0.7 Index: mussh.spec =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/mussh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mussh.spec 11 Dec 2006 19:34:37 -0000 1.1 +++ mussh.spec 27 Dec 2006 00:05:40 -0000 1.2 @@ -1,12 +1,12 @@ Name: mussh -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh -Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz +Source0: http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,9 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ +gzip mussh.1 +install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -34,8 +37,12 @@ %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh +%{_mandir}/man1/* %changelog +* Tue Dec 26 2006 Kevin Fenzi 0.7-1 +- Update to 0.7 + * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Dec 2006 19:34:37 -0000 1.2 +++ sources 27 Dec 2006 00:05:40 -0000 1.3 @@ -1 +1 @@ -d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz +edd260199c817592202917bdb32c8d35 mussh-0.7.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 +++ .cvsignore 27 Dec 2006 00:05:40 -0000 1.3 @@ -1 +1 @@ -mussh-0.6.tgz +mussh-0.7.tgz From fedora-extras-commits at redhat.com Wed Dec 27 00:15:03 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 26 Dec 2006 19:15:03 -0500 Subject: rpms/mussh/FC-6 mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Message-ID: <200612270015.kBR0F3JR022315@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22296 Modified Files: mussh.spec sources .cvsignore Log Message: Update to 0.7 Index: mussh.spec =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-6/mussh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mussh.spec 11 Dec 2006 19:34:37 -0000 1.1 +++ mussh.spec 27 Dec 2006 00:14:33 -0000 1.2 @@ -1,12 +1,12 @@ Name: mussh -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh -Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz +Source0: http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,9 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ +gzip mussh.1 +install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -34,8 +37,12 @@ %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh +%{_mandir}/man1/* %changelog +* Tue Dec 26 2006 Kevin Fenzi 0.7-1 +- Update to 0.7 + * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Dec 2006 19:34:37 -0000 1.2 +++ sources 27 Dec 2006 00:14:33 -0000 1.3 @@ -1 +1 @@ -d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz +edd260199c817592202917bdb32c8d35 mussh-0.7.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 +++ .cvsignore 27 Dec 2006 00:14:33 -0000 1.3 @@ -1 +1 @@ -mussh-0.6.tgz +mussh-0.7.tgz From fedora-extras-commits at redhat.com Wed Dec 27 00:17:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 26 Dec 2006 19:17:30 -0500 Subject: rpms/mussh/FC-5 mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Message-ID: <200612270017.kBR0HUgi022389@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22370 Modified Files: mussh.spec sources .cvsignore Log Message: Update to 0.7 Index: mussh.spec =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-5/mussh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mussh.spec 11 Dec 2006 19:34:37 -0000 1.1 +++ mussh.spec 27 Dec 2006 00:17:00 -0000 1.2 @@ -1,12 +1,12 @@ Name: mussh -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh -Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz +Source0: http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,9 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ +gzip mussh.1 +install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -34,8 +37,12 @@ %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh +%{_mandir}/man1/* %changelog +* Tue Dec 26 2006 Kevin Fenzi 0.7-1 +- Update to 0.7 + * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Dec 2006 19:34:37 -0000 1.2 +++ sources 27 Dec 2006 00:17:00 -0000 1.3 @@ -1 +1 @@ -d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz +edd260199c817592202917bdb32c8d35 mussh-0.7.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 +++ .cvsignore 27 Dec 2006 00:17:00 -0000 1.3 @@ -1 +1 @@ -mussh-0.6.tgz +mussh-0.7.tgz From fedora-extras-commits at redhat.com Wed Dec 27 10:49:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:18 -0500 Subject: rpms/crystal-clear - New directory Message-ID: <200612271049.kBRAnIPh023319@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23315/crystal-clear Log Message: Directory /cvs/extras/rpms/crystal-clear added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 10:49:23 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:23 -0500 Subject: rpms/crystal-clear/devel - New directory Message-ID: <200612271049.kBRAnN4H023332@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23315/crystal-clear/devel Log Message: Directory /cvs/extras/rpms/crystal-clear/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 10:49:51 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:51 -0500 Subject: rpms/crystal-clear Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271049.kBRAnpBm023362@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23356 Added Files: Makefile import.log Log Message: Setup of module crystal-clear --- NEW FILE Makefile --- # Top level Makefile for module crystal-clear all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 10:49:56 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:56 -0500 Subject: rpms/crystal-clear/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271049.kBRAnuSJ023377@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23356/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module crystal-clear --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 10:59:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:59:54 -0500 Subject: owners owners.list,1.2151,1.2152 Message-ID: <200612271059.kBRAxsLJ023446@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23431/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2151 retrieving revision 1.2152 diff -u -r1.2151 -r1.2152 --- owners.list 26 Dec 2006 08:59:43 -0000 1.2151 +++ owners.list 27 Dec 2006 10:59:24 -0000 1.2152 @@ -269,6 +269,7 @@ Fedora Extras|crossvc|Graphical CVS Client|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|cryptplug|Cryptography plugin for mutt & kmail|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|crystal|KDE window decoration|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| +Fedora Extras|crystal-clear|Crystal Clear KDE Icon set|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker|Falling blocks, match 3 or more of the same color crystals|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker-themes|Themes for the Crystal Stacker game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|csmash|3D tabletennis game|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 11:29:40 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 06:29:40 -0500 Subject: rpms/crystal-clear import.log,1.1,1.2 Message-ID: <200612271129.kBRBTecm026725@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26694 Modified Files: import.log Log Message: auto-import crystal-clear-20050622-3 on branch devel from crystal-clear-20050622-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/crystal-clear/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 10:49:51 -0000 1.1 +++ import.log 27 Dec 2006 11:29:10 -0000 1.2 @@ -0,0 +1 @@ +crystal-clear-20050622-3:HEAD:crystal-clear-20050622-3.src.rpm:1167219822 From fedora-extras-commits at redhat.com Wed Dec 27 11:29:40 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 06:29:40 -0500 Subject: rpms/crystal-clear/devel crystal-clear.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271129.kBRBTeWK026729@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26694/devel Modified Files: .cvsignore sources Added Files: crystal-clear.spec Log Message: auto-import crystal-clear-20050622-3 on branch devel from crystal-clear-20050622-3.src.rpm --- NEW FILE crystal-clear.spec --- %{?!_themedir:%define _themedir %{_datadir}/icons/Crystal-Clear} Name: crystal-clear Version: 20050622 Release: 3%{?dist} Summary: Crystal Clear KDE Icon set Group: User Interface/Desktops License: LGPL URL: http://www.everaldo.com/crystal.html # http://www.kde-look.org/content/show.php?content=25668 Source: http://linuxcult.com/crystal/icons/CrystalClear.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: kdebase, fedora-logos %description Crystal Clear is a KDE Icon set %prep %setup -q -n "Crystal\ Clear" %build %install %{__rm} -rf %{buildroot} %{__mkdir} -p %{buildroot}%{_themedir} %{__cp} -apf * %{buildroot}%{_themedir} #deletes hidden files %{__rm} -f %{buildroot}%{_themedir}/??x??/*/.*.png #fixed shellbang chmod -x %{buildroot}%{_themedir}/index.desktop # setting Fedora Logo as kmenu # backup %{__mv} %{buildroot}%{_themedir}/16x16/apps/kmenu.png %{buildroot}%{_themedir}/16x16/apps/kmenu_orig.png %{__mv} %{buildroot}%{_themedir}/22x22/apps/kmenu.png %{buildroot}%{_themedir}/22x22/apps/kmenu_orig.png %{__mv} %{buildroot}%{_themedir}/32x32/apps/kmenu.png %{buildroot}%{_themedir}/32x32/apps/kmenu_orig.png %{__mv} %{buildroot}%{_themedir}/48x48/apps/kmenu.png %{buildroot}%{_themedir}/48x48/apps/kmenu_orig.png #links from fedora-logo package ln -s ../../../Bluecurve/16x16/apps/gnome-main-menu.png %{buildroot}%{_themedir}/16x16/apps/kmenu.png ln -s ../../../Bluecurve/24x24/apps/gnome-main-menu.png %{buildroot}%{_themedir}/22x22/apps/kmenu.png ln -s ../../../Bluecurve/32x32/apps/gnome-main-menu.png %{buildroot}%{_themedir}/32x32/apps/kmenu.png ln -s ../../../Bluecurve/48x48/apps/gnome-main-menu.png %{buildroot}%{_themedir}/48x48/apps/kmenu.png # Removed non-lgpl firefox icons %{__rm} -f %{buildroot}%{_themedir}/48x48/apps/firefox.png %{__rm} -f %{buildroot}%{_themedir}/32x32/apps/firefox.png %{__rm} -f %{buildroot}%{_themedir}/16x16/apps/firefox.png ln -s internet.png %{buildroot}%{_themedir}/48x48/apps/firefox.png ln -s internet.png %{buildroot}%{_themedir}/32x32/apps/firefox.png ln -s internet.png %{buildroot}%{_themedir}/16x16/apps/firefox.png %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_themedir}/ %changelog * Fri Dec 22 2006 Chitlesh Goorah 20050622-3 - Fixed url tag * Thu Dec 21 2006 Chitlesh Goorah 20050622-2 - replace absolute symlinks with relative ones * Sun Aug 27 2006 Chitlesh Goorah 20050622-1 - Initial Package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/crystal-clear/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 10:49:56 -0000 1.1 +++ .cvsignore 27 Dec 2006 11:29:10 -0000 1.2 @@ -0,0 +1 @@ +CrystalClear.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/crystal-clear/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 10:49:56 -0000 1.1 +++ sources 27 Dec 2006 11:29:10 -0000 1.2 @@ -0,0 +1 @@ +adb7962b585c8ad12adc3b82246edb35 CrystalClear.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 12:49:14 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:14 -0500 Subject: rpms/pyfribidi - New directory Message-ID: <200612271249.kBRCnElt030255@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30251/pyfribidi Log Message: Directory /cvs/extras/rpms/pyfribidi added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 12:49:19 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:19 -0500 Subject: rpms/pyfribidi/devel - New directory Message-ID: <200612271249.kBRCnJu1030268@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30251/pyfribidi/devel Log Message: Directory /cvs/extras/rpms/pyfribidi/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 12:49:43 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:43 -0500 Subject: rpms/pyfribidi Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271249.kBRCnhbC030298@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30292 Added Files: Makefile import.log Log Message: Setup of module pyfribidi --- NEW FILE Makefile --- # Top level Makefile for module pyfribidi all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 12:49:48 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:48 -0500 Subject: rpms/pyfribidi/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271249.kBRCnml4030316@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30292/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pyfribidi --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 12:50:34 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:50:34 -0500 Subject: owners owners.list,1.2152,1.2153 Message-ID: <200612271250.kBRCoY31030365@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30326 Modified Files: owners.list Log Message: +pyfribidi Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2152 retrieving revision 1.2153 diff -u -r1.2152 -r1.2153 --- owners.list 27 Dec 2006 10:59:24 -0000 1.2152 +++ owners.list 27 Dec 2006 12:50:04 -0000 1.2153 @@ -2003,6 +2003,7 @@ Fedora Extras|pychart|Python library for generating chart images|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pydot|Python interface to Graphviz's Dot language|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| +Fedora Extras|pyfribidi|A Python binding for GNU FriBidi|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pygpgme|Python module for working with OpenPGP messages|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 12:51:13 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:51:13 -0500 Subject: rpms/pyfribidi import.log,1.1,1.2 Message-ID: <200612271251.kBRCpDsJ030430@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30373 Modified Files: import.log Log Message: auto-import pyfribidi-0.6.0-2 on branch devel from pyfribidi-0.6.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 12:49:43 -0000 1.1 +++ import.log 27 Dec 2006 12:50:43 -0000 1.2 @@ -0,0 +1 @@ +pyfribidi-0_6_0-2:HEAD:pyfribidi-0.6.0-2.src.rpm:1167224407 From fedora-extras-commits at redhat.com Wed Dec 27 12:51:14 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:51:14 -0500 Subject: rpms/pyfribidi/devel pyfribidi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271251.kBRCpEqU030434@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30373/devel Modified Files: .cvsignore sources Added Files: pyfribidi.spec Log Message: auto-import pyfribidi-0.6.0-2 on branch devel from pyfribidi-0.6.0-2.src.rpm --- NEW FILE pyfribidi.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pyfribidi Version: 0.6.0 Release: 2%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages License: GPL URL: http://pyfribidi.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/pyfribidi/pyfribidi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: fribidi-devel %description PyFriBidi is a simple Python binding for FriBidi, providing an implementation of The Unicode Bidirectional Algorithm in Python. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{python_sitearch}/* %changelog * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) * Sun Dec 10 2006 Roozbeh Pournader - 0.6.0-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 12:49:48 -0000 1.1 +++ .cvsignore 27 Dec 2006 12:50:44 -0000 1.2 @@ -0,0 +1 @@ +pyfribidi-0.6.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 12:49:48 -0000 1.1 +++ sources 27 Dec 2006 12:50:44 -0000 1.2 @@ -0,0 +1 @@ +57766e3bd05a2044397e98b4f90125c2 pyfribidi-0.6.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 13:41:22 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:22 -0500 Subject: rpms/python-twisted-web - New directory Message-ID: <200612271341.kBRDfMkB001417@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1413/python-twisted-web Log Message: Directory /cvs/extras/rpms/python-twisted-web added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 13:41:27 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:27 -0500 Subject: rpms/python-twisted-web/devel - New directory Message-ID: <200612271341.kBRDfRIV001430@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1413/python-twisted-web/devel Log Message: Directory /cvs/extras/rpms/python-twisted-web/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 13:41:48 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:48 -0500 Subject: rpms/python-twisted-web Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271341.kBRDfmuB001460@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1454 Added Files: Makefile import.log Log Message: Setup of module python-twisted-web --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-web all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 13:41:53 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:53 -0500 Subject: rpms/python-twisted-web/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271341.kBRDfrGY001476@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1454/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-web --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 13:43:11 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:43:11 -0500 Subject: rpms/python-twisted-web/devel python-twisted-web.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271343.kBRDhBgv001548@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1514/devel Modified Files: .cvsignore sources Added Files: python-twisted-web.spec Log Message: auto-import python-twisted-web-0.6.0-4 on branch devel from python-twisted-web-0.6.0-4.src.rpm --- NEW FILE python-twisted-web.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedWeb Name: %{python}-twisted-web Version: 0.6.0 Release: 4%{?dist} Summary: Twisted web server, programmable in Python Group: Development/Libraries License: MIT URL: http://twistedmatrix.com/trac/wiki/TwistedWeb Source0: http://tmrc.mit.edu/mirror/twisted/Web/0.6/TwistedWeb-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core BuildRequires: %{python}-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core Requires: SOAPpy # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Twisted Web is a complete web server, aimed at hosting web applications using Twisted and Python, but fully able to serve static pages, also. %prep %setup -n %{origname}-%{version} -q %{__sed} -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_cgi.py %{__sed} -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_distrib.py %build %install rm -rf $RPM_BUILD_ROOT # this is a pure python package, but extending the twisted namespace from # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} # Man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ rm -rf doc/man %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* %{_mandir}/man1/* %{_bindir}/websetroot %{python_sitearch}/twisted/web/ %{python_sitearch}/twisted/plugins/twisted_web.py* %changelog * Fri Dec 22 2006 Jef Spaleta - 0.6.0-4 - Docs and Url fixes as suggested in the review - Added BR for python-devel for python 2.5, merry Christmas! * Wed Nov 01 2006 Thomas Vander Stichele - 0.6.0-3 - remove shebang lines from unit test files * Tue Sep 26 2006 Thomas Vander Stichele - 0.6.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.6.0-1 - update to new release - remove NoArch - change dep to SOAPpy as it is called in extras * Tue Aug 23 2005 Jeff Pitman 0.5.0-2 - disttag * Wed Mar 16 2005 Jeff Pitman 0.5.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.5.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 13:41:53 -0000 1.1 +++ .cvsignore 27 Dec 2006 13:42:41 -0000 1.2 @@ -0,0 +1 @@ +TwistedWeb-0.6.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 13:41:53 -0000 1.1 +++ sources 27 Dec 2006 13:42:41 -0000 1.2 @@ -0,0 +1 @@ +a681931d2eb747ca871ef71d8d1f5ff1 TwistedWeb-0.6.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 13:43:10 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:43:10 -0500 Subject: rpms/python-twisted-web import.log,1.1,1.2 Message-ID: <200612271343.kBRDhAYg001544@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1514 Modified Files: import.log Log Message: auto-import python-twisted-web-0.6.0-4 on branch devel from python-twisted-web-0.6.0-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 13:41:48 -0000 1.1 +++ import.log 27 Dec 2006 13:42:40 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-web-0_6_0-4:HEAD:python-twisted-web-0.6.0-4.src.rpm:1167227530 From fedora-extras-commits at redhat.com Wed Dec 27 13:47:19 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:47:19 -0500 Subject: owners owners.list,1.2153,1.2154 Message-ID: <200612271347.kBRDlJ7n001618@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1602 Modified Files: owners.list Log Message: add python-twisted-web Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2153 retrieving revision 1.2154 diff -u -r1.2153 -r1.2154 --- owners.list 27 Dec 2006 12:50:04 -0000 1.2153 +++ owners.list 27 Dec 2006 13:46:49 -0000 1.2154 @@ -2108,6 +2108,8 @@ Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 14:03:06 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:06 -0500 Subject: rpms/python-twisted-conch - New directory Message-ID: <200612271403.kBRE36gt004901@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4897/python-twisted-conch Log Message: Directory /cvs/extras/rpms/python-twisted-conch added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 14:03:11 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:11 -0500 Subject: rpms/python-twisted-conch/devel - New directory Message-ID: <200612271403.kBRE3BLH004920@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4897/python-twisted-conch/devel Log Message: Directory /cvs/extras/rpms/python-twisted-conch/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 14:03:30 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:30 -0500 Subject: rpms/python-twisted-conch Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271403.kBRE3Us6004954@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4948 Added Files: Makefile import.log Log Message: Setup of module python-twisted-conch --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-conch all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 14:03:35 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:35 -0500 Subject: rpms/python-twisted-conch/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271403.kBRE3Z5i004969@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4948/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-conch --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 14:04:44 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:04:44 -0500 Subject: rpms/python-twisted-conch import.log,1.1,1.2 Message-ID: <200612271404.kBRE4iL5005042@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5012 Modified Files: import.log Log Message: auto-import python-twisted-conch-0.7.0-4.fc6 on branch devel from python-twisted-conch-0.7.0-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-conch/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 14:03:30 -0000 1.1 +++ import.log 27 Dec 2006 14:04:14 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-conch-0_7_0-4_fc6:HEAD:python-twisted-conch-0.7.0-4.fc6.src.rpm:1167228825 From fedora-extras-commits at redhat.com Wed Dec 27 14:04:44 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:04:44 -0500 Subject: rpms/python-twisted-conch/devel python-twisted-conch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271404.kBRE4ilk005046@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5012/devel Modified Files: .cvsignore sources Added Files: python-twisted-conch.spec Log Message: auto-import python-twisted-conch-0.7.0-4.fc6 on branch devel from python-twisted-conch-0.7.0-4.fc6.src.rpm --- NEW FILE python-twisted-conch.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedConch Name: %{python}-twisted-conch Version: 0.7.0 Release: 4%{?dist} Summary: Twisted SSHv2 implementation Group: Development/Libraries License: MIT URL: http://twistedmatrix.com/trac/wiki/TwistedConch Source0: http://tmrc.mit.edu/mirror/twisted/Conch/0.7/TwistedConch-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core >= 2.4.0 BuildRequires: python-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core Requires: %{python}-crypto # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Conch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudamentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring. %prep %setup -n %{origname}-%{version} -q find doc -name \*.py | xargs chmod a-x %build %install rm -rf $RPM_BUILD_ROOT # this is a pure python package, but extending the twisted namespace from # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} # Man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ rm -rf doc/man %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* %{_mandir}/man1/* %{_bindir}/cftp %{_bindir}/ckeygen %{_bindir}/conch %{_bindir}/tkconch %{python_sitearch}/twisted/conch/ %{python_sitearch}/twisted/plugins/twisted_conch.py* %changelog * Tue Dec 26 2006 Thomas Vander Stichele - 0.7.0-4 - fixed URL - added NEWS and LICENSE * Wed Nov 01 2006 Thomas Vander Stichele - 0.7.0-3 - make doc files non-executable * Tue Sep 26 2006 Thomas Vander Stichele - 0.7.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.7.0-1 - update to new upstream release - remove NoArch, since it is installed into an arch-specific twisted namespace * Fri Sep 23 2005 Jeff Pitman 0.5.0-3 - normalize crypto name * Tue Aug 23 2005 Jeff Pitman 0.5.0-2 - need twisted to build * Fri Mar 25 2005 Jeff Pitman 0.5.0-1 - final release * Wed Mar 16 2005 Jeff Pitman 0.5.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.5.0-0.1.a2 - new prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-conch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 14:03:35 -0000 1.1 +++ .cvsignore 27 Dec 2006 14:04:14 -0000 1.2 @@ -0,0 +1 @@ +TwistedConch-0.7.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-conch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 14:03:35 -0000 1.1 +++ sources 27 Dec 2006 14:04:14 -0000 1.2 @@ -0,0 +1 @@ +0236162d53cf7f34ed341d9179e7783b TwistedConch-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 14:08:38 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:08:38 -0500 Subject: owners owners.list,1.2154,1.2155 Message-ID: <200612271408.kBRE8cLH005105@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5090/owners Modified Files: owners.list Log Message: added python-twisted-conch Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2154 retrieving revision 1.2155 diff -u -r1.2154 -r1.2155 --- owners.list 27 Dec 2006 13:46:49 -0000 1.2154 +++ owners.list 27 Dec 2006 14:08:08 -0000 1.2155 @@ -2106,6 +2106,7 @@ Fedora Extras|python-turbokid|Python template plugin that supports Kid templates|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-TurboMail|Multi-threaded mail queue manager for TurboGears applications|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-conch|Twisted SSHv2 implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 16:04:19 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 27 Dec 2006 11:04:19 -0500 Subject: rpms/wordpress/FC-4 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.7, 1.8 wordpress-bz213985.patch, 1.1, NONE Message-ID: <200612271604.kBRG4Jtx011822@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11801 Modified Files: .cvsignore sources wordpress.spec Removed Files: wordpress-bz213985.patch Log Message: Update to 2.0.5 to fix bz 220818 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 21:56:32 -0000 1.3 +++ .cvsignore 27 Dec 2006 16:03:49 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 21:56:32 -0000 1.3 +++ sources 27 Dec 2006 16:03:49 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:25:42 -0000 1.7 +++ wordpress.spec 27 Dec 2006 16:03:49 -0000 1.8 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing -Release: 3%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,7 +11,6 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress -Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch @@ -22,7 +21,6 @@ %prep %setup -q -n wordpress -%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -74,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Wed Dec 27 2006 John Berninger - 2.0.5-1 +- Update to 2.0.5 - bz 220818 + * Sun Dec 3 2006 john Berninger - 2.0.4-3 - Remove mysql-server dependency --- wordpress-bz213985.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 16:05:06 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 27 Dec 2006 11:05:06 -0500 Subject: rpms/wordpress/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.8, 1.9 wordpress-bz213985.patch, 1.1, NONE Message-ID: <200612271605.kBRG56jw011897@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11868 Modified Files: .cvsignore sources wordpress.spec Removed Files: wordpress-bz213985.patch Log Message: Update to 2.0.5 to fix bz 220818 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 22:05:55 -0000 1.3 +++ .cvsignore 27 Dec 2006 16:04:36 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 22:05:55 -0000 1.3 +++ sources 27 Dec 2006 16:04:36 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wordpress.spec 3 Dec 2006 18:26:24 -0000 1.8 +++ wordpress.spec 27 Dec 2006 16:04:36 -0000 1.9 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing -Release: 3%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,7 +11,6 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress -Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch @@ -22,7 +21,6 @@ %prep %setup -q -n wordpress -%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -74,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Wed Dec 27 2006 John Berninger - 2.0.5-1 +- fix bz 220818 + * Sun Dec 3 2006 John Berninger - 2.0.4-3 - Remove mysql-server dependency --- wordpress-bz213985.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 16:05:50 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 27 Dec 2006 11:05:50 -0500 Subject: rpms/wordpress/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.9, 1.10 wordpress-bz213985.patch, 1.1, NONE Message-ID: <200612271605.kBRG5odV011970@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11941 Modified Files: .cvsignore sources wordpress.spec Removed Files: wordpress-bz213985.patch Log Message: Update to 2.0.5 to fix bz 220818 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 22:25:05 -0000 1.3 +++ .cvsignore 27 Dec 2006 16:05:20 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 22:25:05 -0000 1.3 +++ sources 27 Dec 2006 16:05:20 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- wordpress.spec 5 Dec 2006 01:41:12 -0000 1.9 +++ wordpress.spec 27 Dec 2006 16:05:20 -0000 1.10 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing -Release: 4%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,7 +11,6 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress -Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch @@ -22,7 +21,6 @@ %prep %setup -q -n wordpress -%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -74,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Wed Dec 27 2006 John Berninger - 2.0.5-1 +- ver 2.0.5 to fix bz 220818 + * Sun Dec 3 2006 John Berninger - 2.0.4-4 - Remove mysql-server dependency for real this time. --- wordpress-bz213985.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 17:23:10 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 27 Dec 2006 12:23:10 -0500 Subject: rpms/python-reportlab/devel .cvsignore, 1.4, 1.5 python-reportlab.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <200612271723.kBRHNAKW015491@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-reportlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15470 Modified Files: .cvsignore python-reportlab.spec sources Log Message: * Wed Dec 27 2006 Brian Pepple - 2.0-1 - Update to 2.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Sep 2006 04:09:32 -0000 1.4 +++ .cvsignore 27 Dec 2006 17:22:40 -0000 1.5 @@ -1 +1 @@ -ReportLab_1_21_1.tgz +ReportLab_2_0.tgz Index: python-reportlab.spec =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-reportlab.spec 8 Dec 2006 18:12:02 -0000 1.11 +++ python-reportlab.spec 27 Dec 2006 17:22:40 -0000 1.12 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-reportlab -Version: 1.21.1 -Release: 2%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: Python PDF generation library Group: Development/Libraries License: BSD URL: http://www.reportlab.org/ -Source0: http://www.reportlab.org/ftp/ReportLab_1_21_1.tgz +Source0: http://www.reportlab.org/ftp/ReportLab_2_0.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -21,7 +21,7 @@ %prep -%setup -q -n reportlab_1_21_1 +%setup -q -n reportlab_2_0 %build @@ -49,6 +49,9 @@ %changelog +* Wed Dec 27 2006 Brian Pepple - 2.0-1 +- Update to 2.0. + * Fri Dec 8 2006 Brian Pepple - 1.21.1-2 - Rebuild against new python. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Sep 2006 04:09:32 -0000 1.4 +++ sources 27 Dec 2006 17:22:40 -0000 1.5 @@ -1 +1 @@ -1d626995d10c8fb73d2718fa8aa00afb ReportLab_1_21_1.tgz +0de80cdf310dac692ba6ea02beb4481b ReportLab_2_0.tgz From fedora-extras-commits at redhat.com Wed Dec 27 17:31:36 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:36 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql - New directory Message-ID: <200612271731.kBRHVaK5015614@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15610/php-pear-MDB2-Driver-mysql Log Message: Directory /cvs/extras/rpms/php-pear-MDB2-Driver-mysql added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 17:31:41 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:41 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql/devel - New directory Message-ID: <200612271731.kBRHVfEj015627@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15610/php-pear-MDB2-Driver-mysql/devel Log Message: Directory /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 17:31:46 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:46 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612271731.kBRHVkbv015657@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15651 Added Files: Makefile import.log Log Message: Setup of module php-pear-MDB2-Driver-mysql --- NEW FILE Makefile --- # Top level Makefile for module php-pear-MDB2-Driver-mysql all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 17:31:51 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:51 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271731.kBRHVpBa015672@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15651/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-MDB2-Driver-mysql --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 17:32:38 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:32:38 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql import.log,1.1,1.2 Message-ID: <200612271732.kBRHWcd9015741@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15711 Modified Files: import.log Log Message: auto-import php-pear-MDB2-Driver-mysql-1.3.0-1 on branch devel from php-pear-MDB2-Driver-mysql-1.3.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 17:31:46 -0000 1.1 +++ import.log 27 Dec 2006 17:32:08 -0000 1.2 @@ -0,0 +1 @@ +php-pear-MDB2-Driver-mysql-1_3_0-1:HEAD:php-pear-MDB2-Driver-mysql-1.3.0-1.src.rpm:1167241308 From fedora-extras-commits at redhat.com Wed Dec 27 17:32:39 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:32:39 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql/devel php-pear-MDB2-Driver-mysql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271732.kBRHWdmw015745@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15711/devel Modified Files: .cvsignore sources Added Files: php-pear-MDB2-Driver-mysql.spec Log Message: auto-import php-pear-MDB2-Driver-mysql-1.3.0-1 on branch devel from php-pear-MDB2-Driver-mysql-1.3.0-1.src.rpm --- NEW FILE php-pear-MDB2-Driver-mysql.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name MDB2_Driver_mysql Name: php-pear-MDB2-Driver-mysql Version: 1.3.0 Release: 1%{?dist} Summary: MySQL MDB2 driver Group: Development/Libraries License: BSD URL: http://pear.php.net/package/MDB2_Driver_mysql Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-pear(MDB2) >= 2.3.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is the MySQL MDB2 driver. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_datadir}/%{pear_name} %{pear_phpdir}/MDB2/Driver/*/mysql.php %{pear_phpdir}/MDB2/Driver/mysql.php %changelog * Sun Dec 03 2006 Christopher Stone 1.3.0-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 17:31:51 -0000 1.1 +++ .cvsignore 27 Dec 2006 17:32:09 -0000 1.2 @@ -0,0 +1 @@ +MDB2_Driver_mysql-1.3.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 17:31:51 -0000 1.1 +++ sources 27 Dec 2006 17:32:09 -0000 1.2 @@ -0,0 +1 @@ +16a7b836904b36ca77a743554c7f0061 MDB2_Driver_mysql-1.3.0.tgz From fedora-extras-commits at redhat.com Wed Dec 27 17:35:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 27 Dec 2006 12:35:18 -0500 Subject: rpms/gramps/devel gramps.spec,1.27,1.28 Message-ID: <200612271735.kBRHZIJg015825@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15792 Modified Files: gramps.spec Log Message: * Wed Dec 27 2006 Brian Pepple - 2.2.4-3 - Add requires on gnome-python2-gtkspell & freefont. Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- gramps.spec 26 Dec 2006 20:08:07 -0000 1.27 +++ gramps.spec 27 Dec 2006 17:34:48 -0000 1.28 @@ -1,6 +1,6 @@ Name: gramps Version: 2.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -26,12 +26,15 @@ Requires: gnome-python2-gnomevfs Requires: gnome-python2 Requires: gnome-python2-gnomeprint +Requires: gnome-python2-gtkspell Requires: ImageMagick +Requires: freefont Requires: pygtk2 Requires: pygtk2-libglade Requires: rcs -Requires: python-reportlab >= 1.20 +Requires: python-reportlab Requires: graphviz + Requires(pre): GConf2 Requires(post): desktop-file-utils Requires(post): scrollkeeper @@ -131,6 +134,9 @@ %changelog +* Wed Dec 27 2006 Brian Pepple - 2.2.4-3 +- Add requires on gnome-python2-gtkspell & freefont. + * Tue Dec 26 2006 Brian Pepple - 2.2.4-2 - Add gramp.png to files. From fedora-extras-commits at redhat.com Wed Dec 27 17:35:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:35:43 -0500 Subject: owners owners.list,1.2155,1.2156 Message-ID: <200612271735.kBRHZhUA015830@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15810 Modified Files: owners.list Log Message: php-pear-MDB2-Driver-mysql Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2155 retrieving revision 1.2156 diff -u -r1.2155 -r1.2156 --- owners.list 27 Dec 2006 14:08:08 -0000 1.2155 +++ owners.list 27 Dec 2006 17:35:13 -0000 1.2156 @@ -1907,6 +1907,7 @@ Fedora Extras|php-pear-Mail|Class that provides multiple interfaces for sending emails|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Mail-Mime|Classes to create and decode mime messages|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-pear-MDB2|Database Abstraction Layer|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-MDB2-Driver-mysql|MySQL MDB2 driver|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-Curl|OO interface to PHP's cURL extension|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-DIME|Implements Direct Internet Message Encapsulation (DIME)|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-FTP|Provides an OO interface to the PHP FTP functions plus some additions|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 18:17:38 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:17:38 -0500 Subject: rpms/krename - New directory Message-ID: <200612271817.kBRIHcL8019280@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19276/krename Log Message: Directory /cvs/extras/rpms/krename added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:17:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:17:43 -0500 Subject: rpms/krename/devel - New directory Message-ID: <200612271817.kBRIHhVT019293@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19276/krename/devel Log Message: Directory /cvs/extras/rpms/krename/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:18:40 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:18:40 -0500 Subject: rpms/krename Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271818.kBRIIeo9019330@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19324 Added Files: Makefile import.log Log Message: Setup of module krename --- NEW FILE Makefile --- # Top level Makefile for module krename all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 18:18:45 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:18:45 -0500 Subject: rpms/krename/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271818.kBRIIjRT019345@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19324/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module krename --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 18:31:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:31:20 -0500 Subject: rpms/krename import.log,1.1,1.2 Message-ID: <200612271831.kBRIVKZY019441@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410 Modified Files: import.log Log Message: auto-import krename-3.0.13-2 on branch devel from krename-3.0.13-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/krename/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 18:18:40 -0000 1.1 +++ import.log 27 Dec 2006 18:30:50 -0000 1.2 @@ -0,0 +1 @@ +krename-3_0_13-2:HEAD:krename-3.0.13-2.src.rpm:1167244830 From fedora-extras-commits at redhat.com Wed Dec 27 18:31:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:31:20 -0500 Subject: rpms/krename/devel krename.desktop, NONE, 1.1 krename.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271831.kBRIVKQJ019445@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410/devel Modified Files: .cvsignore sources Added Files: krename.desktop krename.spec Log Message: auto-import krename-3.0.13-2 on branch devel from krename-3.0.13-2.src.rpm --- NEW FILE krename.desktop --- [Desktop Entry] Encoding=UTF-8 Type=Application Name=KRename Icon=krename.png Terminal=false Exec=krename -caption "%c" %i %m %U Categories=Utility;Qt;KDE; Comment=KRename is a batch file renamer which can rename a list of files based on a set of expressions. Comment[de]=KRename ist ein Batch-Umbenenner, der eine Liste von Dateien anhand eines vorgegebenen Musters umbenennt. Comment[es]=KRename es una herramienta para renombrar paquetes de ficheros, puede renombrar una lista de ficheros bas??ndose en una serie de expresiones. Comment[fr]=Krename est un renommeur de fichiers en groupe, qui peut renommer une liste de fichiers en se basant sur un ensemble d'expressions. Comment[hu]=A KRename egy f??jl??tnevez??, amellyel t??meges f??jl??tnevez??s v??gezhet?? kifejez??sek alapj??n. Comment[it]=KRename consente di rinominare una lista di file secondo una serie di regole. Comment[ja]=KRename????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Comment[nl]=KRename is een hulpprogramma dat een lijst van bestanden kan hernoemen aan de hand van een set reguliere expressies. Comment[pl]=Krename to program zmiany nazw partii plik??w bazuj??cy na zestawie wyra??e??. Comment[pt]=KRename ?? um renomeador de arquivos em lote que pode renomear uma lista de arquivos baseada em uma cole????o de express??es. Comment[ru]=KRename - ?????????????????? ?????????????????????????? ????????????, ?????????????????? ?????????????????????????? ???????????? ????????????, ?????????????????? ?????????? ??????????????????. Comment[sl]=KRename je program za serijsko preimenovanje, ki preimenuje listo imen datotek po dolo??enem izrazu. Comment[sv]=KRename ??r en klumpvis filomd??pare, som kan d??pa om en fillista grundad p?? en m??ngd uttryck. Comment[tr]=KRename bir liste i??erisindeki dosyalar??, belirli ifadelere dayanarak topluca yeniden adland??ran bir programd??r. --- NEW FILE krename.spec --- Name: krename Version: 3.0.13 Release: 2%{?dist} Summary: Powerful batch file renamer Group: Applications/File License: GPL URL: http://www.krename.net/ Source0: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Source3: krename.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: hicolor-icon-theme BuildRequires: kdelibs-devel desktop-file-utils %description KRename is a powerful batch renamer for KDE. It allows you to easily rename hundreds or even more files in one go. The filenames can be created by parts of the original filename, numbering the files or accessing hundreds of informations about the file, like creation date or Exif informations of an image. %prep %setup -q for file in ChangeLog TODO; do iconv -f iso8859-1 -t utf8 $file > $file.utf8 rm -rf $file mv $file.utf8 $file done %build %configure --disable-rpath make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -rf ${RPM_BUILD_ROOT}%{_datadir}/applications #deleting unwanted default desktop file desktop-file-install --vendor="fedora" \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ %{SOURCE3} %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/apps/konqueror %{_datadir}/apps/krename %{_datadir}/doc/HTML/en/krename %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/locolor %changelog * Thu Dec 21 2006 Micha?? Bentkowski - 3.0.13-2 - Fix encoding of ChangeLog and TODO files - Fix desktop file issue - Add %%post and %%postun sections - Make %%{_datadir}/apps/konqueror owned by this package * Tue Dec 19 2006 Micha?? Bentkowski - 3.0.13-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/krename/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 18:18:45 -0000 1.1 +++ .cvsignore 27 Dec 2006 18:30:50 -0000 1.2 @@ -0,0 +1 @@ +krename-3.0.13.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/krename/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 18:18:45 -0000 1.1 +++ sources 27 Dec 2006 18:30:50 -0000 1.2 @@ -0,0 +1 @@ +93b4a74d0ef67213a5947dc5fb10b9cf krename-3.0.13.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 18:42:26 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:26 -0500 Subject: rpms/ladspa-swh-plugins - New directory Message-ID: <200612271842.kBRIgQpX019597@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19593/ladspa-swh-plugins Log Message: Directory /cvs/extras/rpms/ladspa-swh-plugins added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:42:31 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:31 -0500 Subject: rpms/ladspa-swh-plugins/devel - New directory Message-ID: <200612271842.kBRIgVkh019610@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19593/ladspa-swh-plugins/devel Log Message: Directory /cvs/extras/rpms/ladspa-swh-plugins/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:42:48 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:48 -0500 Subject: rpms/ladspa-swh-plugins Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271842.kBRIgm2j019640@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19634 Added Files: Makefile import.log Log Message: Setup of module ladspa-swh-plugins --- NEW FILE Makefile --- # Top level Makefile for module ladspa-swh-plugins all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 18:42:54 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:54 -0500 Subject: rpms/ladspa-swh-plugins/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271842.kBRIgs0u019655@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19634/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ladspa-swh-plugins --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 18:44:12 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:44:12 -0500 Subject: rpms/ladspa-swh-plugins import.log,1.1,1.2 Message-ID: <200612271844.kBRIiCWF019732@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19699 Modified Files: import.log Log Message: auto-import ladspa-swh-plugins-0.4.15-5 on branch devel from ladspa-swh-plugins-0.4.15-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ladspa-swh-plugins/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 18:42:48 -0000 1.1 +++ import.log 27 Dec 2006 18:43:42 -0000 1.2 @@ -0,0 +1 @@ +ladspa-swh-plugins-0_4_15-5:HEAD:ladspa-swh-plugins-0.4.15-5.src.rpm:1167245609 From fedora-extras-commits at redhat.com Wed Dec 27 18:44:12 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:44:12 -0500 Subject: rpms/ladspa-swh-plugins/devel ladspa-swh-plugins.spec, NONE, 1.1 swh-plugins-0.4.14-Makefile.in.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271844.kBRIiCnj019736@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19699/devel Modified Files: .cvsignore sources Added Files: ladspa-swh-plugins.spec swh-plugins-0.4.14-Makefile.in.patch Log Message: auto-import ladspa-swh-plugins-0.4.15-5 on branch devel from ladspa-swh-plugins-0.4.15-5.src.rpm --- NEW FILE ladspa-swh-plugins.spec --- %define pkgname swh-plugins Summary: A set of audio plugins for LADSPA Name: ladspa-%{pkgname} Version: 0.4.15 Release: 5%{?dist} License: GPL Group: Applications/Multimedia Source: http://plugin.org.uk/releases/0.4.15/swh-plugins-0.4.15.tar.gz Patch0: swh-plugins-0.4.14-Makefile.in.patch URL: http://plugin.org.uk/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fftw3-devel ladspa-devel libxml2-devel pkgconfig Obsoletes: %{pkgname} < 0.4.15-5 Provides: %{pkgname} = %{version}-%{release} %description A set of audio plugins for LADSPA (see http://plugin.org.uk/ for more details). %prep %setup -q -n %{pkgname}-%{version} %patch0 -p0 %build CFLAGS="$RPM_OPT_FLAGS" %configure --disable-static %{__make} %{?_smp_mflags} static %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %find_lang %{pkgname} %clean %{__rm} -rf %{buildroot} %files -f %{pkgname}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_libdir}/ladspa/*.so %{_datadir}/ladspa/rdf/* %changelog * Wed Dec 27 2006 Anthony Green 0.4.15-5 - Rename package from swh-plugins. * Thu Oct 05 2006 Christian Iseli 0.4.15-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 19 2006 Anthony Green 0.4.15-3 - Fix release tag. * Mon Sep 18 2006 Anthony Green 0.4.15-2.1 - Rebuild. * Sun Sep 10 2006 Anthony Green 0.4.15-2 - Add BuildRequires for pkgconfig. * Sat Sep 9 2006 Anthony Green 0.4.15-1 - Update sources. Remove obsolete patch. * Mon Apr 24 2006 Anthony Green 0.4.14-3 - Add -configure patch. Configure with --disable-static. * Mon Apr 24 2006 Anthony Green 0.4.14-2 - Fix Summary. - Don't install INSTALL or the empty NEWS file. - Remove some BuildRequirements. * Sat Apr 22 2006 Anthony Green 0.4.14-1 - Build for Fedora Extras. - Use %find_lang. - Don't own the ladspa dir. * Fri Jun 24 2005 Fernando Lopez-Lezcano 0.4.13 - removed ps_in and ps_out external declarations in pitchscale.h, otherwise build fails in fc4/gcc4 * Fri Mar 25 2005 Fernando Lopez-Lezcano 0.4.13-1 - updated to 0.4.13 * Mon Jan 24 2005 Fernando Lopez-Lezcano 0.4.12-1 - updated to 0.4.12 * Mon Dec 20 2004 Fernando Lopez-Lezcano - spec file cleanup * Mon Nov 15 2004 Fernando Lopez-Lezcano 0.4.11-1 - updated to 0.4.11 * Tue Jul 20 2004 Fernando Lopez-Lezcano 0.4.7-1 - updated to 0.4.7 - multiarch build, up optimization to original -O6 * Sun Jul 4 2004 Fernando Lopez-Lezcano 0.4.4-1 - updated to 0.4.4 * Fri May 14 2004 Fernando Lopez-Lezcano 0.4.3-3 - more buildrequires, fixed file list - patch for gcc3.3 happiness * Sat May 8 2004 Fernando Lopez-Lezcano - added proper buildrequires * Wed Feb 18 2004 Fernando Lopez-Lezcano 0.4.3-2 - changed name of ladspa package, do not depend on it explicitly * Tue Dec 2 2003 Fernando Lopez-Lezcano 0.4.3-1 - updated to 0.4.3 * Sat Oct 11 2003 Fernando Lopez-Lezcano 0.4.2-2 - updated to snapshot of 2003-08-19, jackEq requires dj_eq_1901 * Mon Jun 2 2003 Fernando Lopez-Lezcano 0.4.2-1 - updated to 0.4.2 * Tue Apr 8 2003 Fernando Lopez-Lezcano 0.4.0-2 - rebuilt for newer version of fftw * Tue Apr 8 2003 Fernando Lopez-Lezcano 0.4.0-1 - updated to 0.4.0 * Fri Mar 7 2003 Fernando Lopez-Lezcano 0.3.7-1 - updated to 0.3.7 * Mon Jan 13 2003 Fernando Lopez-Lezcano 0.3.6-1 - updated to 0.3.6... boy, this is movin fast :-) * Fri Jan 10 2003 Fernando Lopez-Lezcano 0.3.5 - updated to 0.3.5... should have waited :-) * Thu Jan 9 2003 Fernando Lopez-Lezcano 0.3.4 - updated to 0.3.4 * Wed Dec 06 2002 Fernando Lopez-Lezcano 0.3.3 - updated to 0.3.3 * Wed Dec 04 2002 Fernando Lopez-Lezcano 0.3.2 - updated to 0.3.2 * Fri Nov 1 2002 Fernando Lopez-Lezcano 0.3.0 - updated to 0.3.0 * Fri Sep 06 2002 Fernando Lopez-Lezcano - updated to 0.2.8 * Fri Jan 18 2002 Fernando Lopez-Lezcano - updated to 0.2.3 - changed to globbing of .so files * Thu Aug 23 2001 Fernando Lopez-Lezcano - added prefix, cleanup swh-plugins-0.4.14-Makefile.in.patch: --- NEW FILE swh-plugins-0.4.14-Makefile.in.patch --- --- Makefile.in~ 2006-04-24 12:30:33.000000000 -0400 +++ Makefile.in 2006-04-24 12:31:45.000000000 -0400 @@ -609,7 +609,7 @@ @top_srcdir@/*.dtd @top_srcdir@/*.pl @top_srcdir@/*.css \ @top_srcdir@/impulses/*.h autogen.sh bozosoity-checker.pl -plugindir = @prefix@/lib/ladspa +plugindir = $(libdir)/ladspa # Uncomment below for Darwin support. Or add a conditional for this. #AM_CFLAGS = -fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ladspa-swh-plugins/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 18:42:54 -0000 1.1 +++ .cvsignore 27 Dec 2006 18:43:42 -0000 1.2 @@ -0,0 +1 @@ +swh-plugins-0.4.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ladspa-swh-plugins/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 18:42:54 -0000 1.1 +++ sources 27 Dec 2006 18:43:42 -0000 1.2 @@ -0,0 +1 @@ +2fbdccef2462ea553901acd429fa3573 swh-plugins-0.4.15.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 18:45:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:45:42 -0500 Subject: owners owners.list,1.2156,1.2157 Message-ID: <200612271845.kBRIjgep019779@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19581 Modified Files: owners.list Log Message: Added krename Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2156 retrieving revision 1.2157 diff -u -r1.2156 -r1.2157 --- owners.list 27 Dec 2006 17:35:13 -0000 1.2156 +++ owners.list 27 Dec 2006 18:45:12 -0000 1.2157 @@ -878,6 +878,7 @@ Fedora Extras|kphotobymail|A PyQt based flickr uploader|kushaldas at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|kpolynome|A polynome calculation program for KDE|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|krecipes|Application to manage recipes and shopping-lists|dennis at ausil.us|extras-qa at fedoraproject.org| +Fedora Extras|krename|Powerful batch file renamer|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|krusader|An advanced twin-panel (commander-style) file-manager for KDE|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|ks3switch|KDE utility for managing the output device on S3 Savage chips|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|ksensors|An lm_sensors frontend for KDE|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 18:49:56 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 13:49:56 -0500 Subject: rpms/nant/devel nant.spec,1.7,1.8 Message-ID: <200612271849.kBRInuTO019800@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19785 Modified Files: nant.spec Log Message: Rebuild for boo nant.spec Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/devel/nant.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nant.spec 17 Dec 2006 14:56:54 -0000 1.7 +++ nant.spec 27 Dec 2006 18:49:26 -0000 1.8 @@ -11,7 +11,7 @@ Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 11%{?dist} +Release: 12%{?dist} Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz Patch0: nant-build.patch Patch1: nant-app.patch @@ -83,6 +83,9 @@ %doc examples/* doc/help/* %changelog +* Wed Dec 27 2006 Paul F. Johnson 0.85-12 +- rebuild for boo + * Sun Dec 17 2006 Paul F. Johnson 0.85-11 - No longer the RC release From fedora-extras-commits at redhat.com Wed Dec 27 18:52:45 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 13:52:45 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.6,1.7 Message-ID: <200612271852.kBRIqj4x019869@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19854 Modified Files: autogen.spec Log Message: Excludes arch ppc (build fail) autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- autogen.spec 23 Dec 2006 20:57:05 -0000 1.6 +++ autogen.spec 27 Dec 2006 18:52:15 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -16,6 +16,8 @@ Obsoletes: libopts-devel Obsoletes: libopts +ExcludeArch: ppc + %description AutoGen is a tool designed to simplify the creation and maintenance of programes that contain large amounts of repetitious text. It is especially @@ -124,6 +126,9 @@ %{_includedir}/autoopts %changelog +* Wed Dec 27 2006 Paul F. Johnson 5.8.7-5 +- excludes arch ppc due to build problems + * Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 - removed BR libopts-devel From fedora-extras-commits at redhat.com Wed Dec 27 19:01:51 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 27 Dec 2006 14:01:51 -0500 Subject: rpms/python-reportlab/devel python-reportlab.spec,1.12,1.13 Message-ID: <200612271901.kBRJ1pfA023101@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-reportlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23078 Modified Files: python-reportlab.spec Log Message: * Wed Dec 27 2006 Brian Pepple - 2.0-2 - Make docs subpackage. Index: python-reportlab.spec =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-reportlab.spec 27 Dec 2006 17:22:40 -0000 1.12 +++ python-reportlab.spec 27 Dec 2006 19:01:21 -0000 1.13 @@ -2,7 +2,7 @@ Name: python-reportlab Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python PDF generation library Group: Development/Libraries @@ -20,6 +20,16 @@ Python PDF generation library. +%package docs +Summary: Documentation files for %{name} +Group: Documentation +Requires: %{name} = %{version}-%{release} + + +%description docs +The %{name}-docs package contains the documentation for ReportLab in PDF format. + + %prep %setup -q -n reportlab_2_0 @@ -34,9 +44,16 @@ cd ./reportlab %{__python} setup.py install --root $RPM_BUILD_ROOT -rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README -rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes -rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt +# Remove test, doc, and demo files. +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelin}/reportlab/demos +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/tools/pythonpoint/demos +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/docs +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/test/ + +rm ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README +rm ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes +rm ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt + %clean rm -rf $RPM_BUILD_ROOT @@ -45,10 +62,28 @@ %files %defattr(-,root,root,-) %doc reportlab/README reportlab/changes reportlab/license.txt -%{python_sitelib}/reportlab/ +%dir %{python_sitelib}/reportlab +%{python_sitelib}/reportlab/*.py* +%{python_sitelib}/reportlab/extensions/ +%{python_sitelib}/reportlab/fonts/ +%{python_sitelib}/reportlab/graphics/ +%{python_sitelib}/reportlab/lib/ +%{python_sitelib}/reportlab/pdfbase/ +%{python_sitelib}/reportlab/pdfgen/ +%{python_sitelib}/reportlab/platypus/ +%{python_sitelib}/reportlab/tools/ + + +%files docs +%defattr(-,root,root,-) +%doc reportlab/docs/*.pdf +%{python_sitelib}/reportlab/demos/ %changelog +* Wed Dec 27 2006 Brian Pepple - 2.0-2 +- Make docs subpackage. + * Wed Dec 27 2006 Brian Pepple - 2.0-1 - Update to 2.0. From fedora-extras-commits at redhat.com Wed Dec 27 19:05:38 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 14:05:38 -0500 Subject: owners owners.list,1.2157,1.2158 Message-ID: <200612271905.kBRJ5cI4023179@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23162 Modified Files: owners.list Log Message: Add ladspa-swh-plugins Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2157 retrieving revision 1.2158 diff -u -r1.2157 -r1.2158 --- owners.list 27 Dec 2006 18:45:12 -0000 1.2157 +++ owners.list 27 Dec 2006 19:05:08 -0000 1.2158 @@ -897,6 +897,7 @@ Fedora Extras|labyrinth|A simple yet powerful mind-mapping tool for the GNOME desktop|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|lacewing|Asteroid like game with many different ships|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ladspa|LADSPA SDK, example plug-ins and tools|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|ladspa-swh-plugins|A set of audio plugins for LADSPA|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|lagan|Local, global, and multiple alignment of DNA sequences|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| Fedora Extras|lapack|The LAPACK libraries for numerical linear algebra.|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|lash|LASH Audio Session Handler|green at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 19:06:31 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 14:06:31 -0500 Subject: rpms/swh-plugins/devel dead.package,NONE,1.1 Message-ID: <200612271906.kBRJ6ViK023198@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23190 Added Files: dead.package Log Message: Renamed to ladspa-swh-plugins --- NEW FILE dead.package --- Renamed to "ladspa-swh-plugins". From fedora-extras-commits at redhat.com Wed Dec 27 19:07:27 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 14:07:27 -0500 Subject: rpms/swh-plugins/devel Makefile, 1.1, NONE sources, 1.3, NONE swh-plugins-0.4.14-Makefile.in.patch, 1.2, NONE swh-plugins.spec, 1.11, NONE Message-ID: <200612271907.kBRJ7R1N023228@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23223 Removed Files: Makefile sources swh-plugins-0.4.14-Makefile.in.patch swh-plugins.spec Log Message: Obsoleted --- Makefile DELETED --- --- sources DELETED --- --- swh-plugins-0.4.14-Makefile.in.patch DELETED --- --- swh-plugins.spec DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 19:13:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 14:13:24 -0500 Subject: rpms/sbcl/devel .cvsignore, 1.18, 1.19 sbcl.spec, 1.59, 1.60 sources, 1.20, 1.21 Message-ID: <200612271913.kBRJDOZH023330@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23307 Modified Files: .cvsignore sbcl.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 1.0.1-1 - sbcl-1.0.1 - use binary bootstraps Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 4 Dec 2006 19:23:23 -0000 1.18 +++ .cvsignore 27 Dec 2006 19:12:54 -0000 1.19 @@ -1,5 +1,8 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-x86-64-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- sbcl.spec 15 Dec 2006 12:35:52 -0000 1.59 +++ sbcl.spec 27 Dec 2006 19:12:54 -0000 1.60 @@ -9,8 +9,8 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,30 +24,30 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 10 +%define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 20 +%define sbcl_bootstrap_src -a 20 %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +%define sbcl_bootstrap_src -a 30 %endif ## sparc section @@ -233,7 +233,11 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 1.0-2 +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) * Mon Dec 04 2006 Rex Dieter 1.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 4 Dec 2006 19:23:23 -0000 1.20 +++ sources 27 Dec 2006 19:12:54 -0000 1.21 @@ -1 +1,4 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 +ad8cf66970394c949f9801e7e2bab04a sbcl-1.0.1-x86-linux-binary.tar.bz2 +e1a72c77b2e7de5d04748591d3d7055b sbcl-1.0.1-x86-64-linux-binary.tar.bz2 +4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 19:38:41 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 14:38:41 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.60,1.61 Message-ID: <200612271938.kBRJcf3F023488@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23473 Modified Files: sbcl.spec Log Message: * Wed Dec 27 2006 Rex Dieter 1.0.1-2 - ppc builds borked, disable for now (#220053) Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- sbcl.spec 27 Dec 2006 19:12:54 -0000 1.60 +++ sbcl.spec 27 Dec 2006 19:38:11 -0000 1.61 @@ -17,7 +17,9 @@ URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc sparc +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 @@ -233,6 +235,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + * Wed Dec 27 2006 Rex Dieter 1.0.1-1 - sbcl-1.0.1 - use binary bootstraps From fedora-extras-commits at redhat.com Wed Dec 27 19:42:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 14:42:45 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.61,1.62 Message-ID: <200612271942.kBRJgjZV023547@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23532 Modified Files: sbcl.spec Log Message: Release++ Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- sbcl.spec 27 Dec 2006 19:38:11 -0000 1.61 +++ sbcl.spec 27 Dec 2006 19:42:15 -0000 1.62 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages From fedora-extras-commits at redhat.com Wed Dec 27 20:21:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 15:21:56 -0500 Subject: rpms/sbcl/devel .cvsignore, 1.19, 1.20 sbcl.spec, 1.62, 1.63 sources, 1.21, 1.22 Message-ID: <200612272021.kBRKLu6x026892@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26873 Modified Files: .cvsignore sbcl.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 1.0.1-3 - native bootstrap Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 27 Dec 2006 19:12:54 -0000 1.19 +++ .cvsignore 27 Dec 2006 20:21:25 -0000 1.20 @@ -1,7 +1,4 @@ -sbcl-1.0-source.tar.bz2 sbcl-1.0-powerpc-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-x86-64-linux-binary.tar.bz2 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 sbcl-1.0.1-source.tar.bz2 sbcl-1.0.1-x86-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- sbcl.spec 27 Dec 2006 19:42:15 -0000 1.62 +++ sbcl.spec 27 Dec 2006 20:21:25 -0000 1.63 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages @@ -26,25 +26,25 @@ Source2: customize-target-features.lisp ## x86 section -Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 10 +#define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 20 +#define sbcl_bootstrap_src -a 20 %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc #BuildRequires: sbcl @@ -56,9 +56,9 @@ #Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 %ifarch sparc %define sbcl_arch sparc -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 40 +#define sbcl_bootstrap_src -a 40 %endif @@ -235,6 +235,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + * Wed Dec 27 2006 Rex Dieter 1.0.1-2 - ppc builds borked, disable for now (#220053) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 27 Dec 2006 19:12:54 -0000 1.21 +++ sources 27 Dec 2006 20:21:25 -0000 1.22 @@ -1,4 +1 @@ fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 -ad8cf66970394c949f9801e7e2bab04a sbcl-1.0.1-x86-linux-binary.tar.bz2 -e1a72c77b2e7de5d04748591d3d7055b sbcl-1.0.1-x86-64-linux-binary.tar.bz2 -4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 20:24:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 15:24:54 -0500 Subject: rpms/sbcl/FC-6 sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl-1.0-optflags.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 sbcl.spec, 1.55, 1.56 sources, 1.20, 1.21 sbcl-0.9.5-optflags.patch, 1.1, NONE Message-ID: <200612272024.kBRKOsa6026996@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26971 Modified Files: .cvsignore sbcl.spec sources Added Files: sbcl-1.0-gcc4_sparc.patch sbcl-1.0-optflags.patch Removed Files: sbcl-0.9.5-optflags.patch Log Message: sbcl-1.0.1 sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 13 Dec 2006 13:50:09 -0000 1.18 +++ .cvsignore 27 Dec 2006 20:24:24 -0000 1.19 @@ -1,5 +1,5 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sbcl.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- sbcl.spec 13 Dec 2006 13:50:09 -0000 1.55 +++ sbcl.spec 27 Dec 2006 20:24:24 -0000 1.56 @@ -9,22 +9,24 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 1%{?dist} +Version: 1.0.1 +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -33,7 +35,7 @@ %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl @@ -42,24 +44,35 @@ %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 30 +%endif + +## sparc section +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +#define sbcl_bootstrap_src -a 40 %endif + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch +Patch3: sbcl-1.0-optflags.patch Patch4: sbcl-0.9.17-LIB_DIR.patch Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -90,6 +103,7 @@ %patch4 -p1 -b .LIB_DIR %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc ## Enable sb-thread %ifarch %{ix86} x86_64 @@ -221,6 +235,19 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 13 Dec 2006 13:50:09 -0000 1.20 +++ sources 27 Dec 2006 20:24:24 -0000 1.21 @@ -1 +1 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 --- sbcl-0.9.5-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 20:26:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 15:26:03 -0500 Subject: rpms/sbcl/FC-5 sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl-1.0-optflags.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 sbcl.spec, 1.52, 1.53 sources, 1.20, 1.21 sbcl-0.9.5-optflags.patch, 1.1, NONE Message-ID: <200612272026.kBRKQ34u027077@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27050 Modified Files: .cvsignore sbcl.spec sources Added Files: sbcl-1.0-gcc4_sparc.patch sbcl-1.0-optflags.patch Removed Files: sbcl-0.9.5-optflags.patch Log Message: sbcl-1.0.1 sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 13 Dec 2006 14:18:45 -0000 1.18 +++ .cvsignore 27 Dec 2006 20:25:33 -0000 1.19 @@ -1,5 +1,5 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sbcl.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- sbcl.spec 13 Dec 2006 14:18:45 -0000 1.52 +++ sbcl.spec 27 Dec 2006 20:25:33 -0000 1.53 @@ -9,22 +9,24 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 1%{?dist} +Version: 1.0.1 +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -33,7 +35,7 @@ %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl @@ -42,24 +44,35 @@ %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 30 +%endif + +## sparc section +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +#define sbcl_bootstrap_src -a 40 %endif + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch +Patch3: sbcl-1.0-optflags.patch Patch4: sbcl-0.9.17-LIB_DIR.patch Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -90,6 +103,7 @@ %patch4 -p1 -b .LIB_DIR %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc ## Enable sb-thread %ifarch %{ix86} x86_64 @@ -221,6 +235,19 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 13 Dec 2006 14:18:45 -0000 1.20 +++ sources 27 Dec 2006 20:25:33 -0000 1.21 @@ -1 +1 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 --- sbcl-0.9.5-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 20:29:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 27 Dec 2006 15:29:43 -0500 Subject: upgradecheck upgradecheck.py,1.28,1.29 Message-ID: <200612272029.kBRKThaL027141@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126 Modified Files: upgradecheck.py Log Message: Make owners.list processing optional, yum 3.0.1 workaround (#220841), cosmetics. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- upgradecheck.py 28 Oct 2006 16:38:28 -0000 1.28 +++ upgradecheck.py 27 Dec 2006 20:29:43 -0000 1.29 @@ -28,8 +28,9 @@ import re import rpmUtils.arch -sys.path.append('/srv/extras-push/work/extras-repoclosure') -from PackageOwners import PackageOwners +if sys.hexversion < 0x020300F0: + sys.stderr.write("%s: Sorry, Python >= 2.3 required.\n" % sys.argv[0]) + sys.exit(1) mail_from = "buildsys at fedoraproject.org" mail_to = "fedora-maintainers at redhat.com" @@ -69,11 +70,13 @@ help="Use a temp dir for storing/accessing yum-cache") parser.add_option("-d", "--cachedir", default='', help="custom directory for storing/accessing yum-cache") - parser.add_option("-q", "--quiet", default=0, action="store_true", + parser.add_option("-q", "--quiet", default=False, action="store_true", help="quiet (no output to stderr)") parser.add_option("-n", "--nomail", default=False, action="store_true", help="do not send mail, just output the results") - parser.add_option("-x", "--nextonly", default=0, action="store_true", + parser.add_option("-w", "--noowners", default=False, action="store_true", + help="do not do owners.list processing") + parser.add_option("-x", "--nextonly", default=False, action="store_true", help="check next dist version only for each package, " "not all newer ones") (opts, args) = parser.parse_args() @@ -104,10 +107,16 @@ def main(): (opts, cruft) = parseArgs() - owners = PackageOwners() - #owners.FromCVS(workdir = ownersworkdir) - if not owners.FromURL(): - sys.exit(1) + if opts.noowners: + owners = {} + else: + sys.path.append('/srv/extras-push/work/extras-repoclosure') + from PackageOwners import PackageOwners + owners = PackageOwners() + #owners.FromCVS(workdir = ownersworkdir) + if not owners.FromURL(): + sys.exit(1) + solvers = {} for dist in dists: @@ -150,14 +159,16 @@ allnames = {} # Python < 2.4 compat, otherwise we'd use sorted(set(...)) for dist in enabled_dists: - for l in solvers[dist].pkgSack.returnNewestByName(): - for pkg in l: - if pkg.name[-10:] == "-debuginfo": pass - allnames[pkg.name] = 1 - pkgdict[dist][pkg.name] = { - "evr": (pkg.epoch, pkg.version, pkg.release), - "repo": pkg.repoid, - } + # Would use returnNewestByName() but it's broken in yum 3.0.1 (#220841) + # returnNewestByNameArch() works for our purposes as long as we only + # deal with one arch (src). + for pkg in solvers[dist].pkgSack.returnNewestByNameArch(): + if pkg.name[-10:] == "-debuginfo": pass + allnames[pkg.name] = 1 + pkgdict[dist][pkg.name] = { + "evr": (pkg.epoch, pkg.version, pkg.release), + "repo": pkg.repoid, + } allnames = allnames.keys() allnames.sort(lambda x, y: cmp(x.lower(), y.lower())) @@ -192,9 +203,11 @@ break if broken_paths: - owner = owners[name] - if owner == '': - owner = 'UNKNOWN OWNER (possibly Core package)' + if owners: + owner = owners.get(name) or \ + 'UNKNOWN OWNER (possibly Core package)' + else: + owner = '' ownerprint = owner.replace('@',' AT ') if not reports.has_key(owner): reports[owner] = [] @@ -212,13 +225,14 @@ # Insert "sorted by owner" report at the top. oldreport = report report = [] - reportkeys = reports.keys() - reportkeys.sort() - for owner in reportkeys: - ownerprint = owner.replace('@',' AT ') - report.append(ownerprint+':') - for line in reports[owner]: - report.append(' '+line) + if not opts.noowners: + reportkeys = reports.keys() + reportkeys.sort() + for owner in reportkeys: + ownerprint = owner.replace('@',' AT ') + report.append(ownerprint+':') + for line in reports[owner]: + report.append(' '+line) if report: report.append('-'*70) report.append('') From fedora-extras-commits at redhat.com Wed Dec 27 21:33:58 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 16:33:58 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.7,1.8 Message-ID: <200612272133.kBRLXwxJ030428@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30409 Modified Files: autogen.spec Log Message: Remove smp_mflags autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- autogen.spec 27 Dec 2006 18:52:15 -0000 1.7 +++ autogen.spec 27 Dec 2006 21:33:28 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -39,7 +39,7 @@ %build %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; -make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool # no smp flags as it falls over during build @@ -126,6 +126,9 @@ %{_includedir}/autoopts %changelog +* Wed Dec 27 2006 Paul F. Johnson 5.8.7-6 +- remove smp_mflags, makes x86_64 cry + * Wed Dec 27 2006 Paul F. Johnson 5.8.7-5 - excludes arch ppc due to build problems From fedora-extras-commits at redhat.com Wed Dec 27 21:36:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 16:36:24 -0500 Subject: rpms/autogen import.log,1.10,1.11 Message-ID: <200612272136.kBRLaOm3030534@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30504 Modified Files: import.log Log Message: auto-import autogen-5.8.8-1 on branch FC-6 from autogen-5.8.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/autogen/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 23 Dec 2006 21:11:53 -0000 1.10 +++ import.log 27 Dec 2006 21:35:54 -0000 1.11 @@ -7,3 +7,4 @@ autogen-5_8_7-3:HEAD:autogen-5.8.7-3.src.rpm:1162502259 autogen-5_8_7-4:HEAD:autogen-5.8.7-4.src.rpm:1166052821 autogen-5_8_8-1:HEAD:autogen-5.8.8-1.src.rpm:1166908817 +autogen-5_8_8-1:FC-6:autogen-5.8.8-1.src.rpm:1167255926 From fedora-extras-commits at redhat.com Wed Dec 27 21:36:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 16:36:24 -0500 Subject: rpms/autogen/FC-6 .cvsignore, 1.3, 1.4 autogen.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612272136.kBRLaOrB030539@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30504/FC-6 Modified Files: .cvsignore autogen.spec sources Log Message: auto-import autogen-5.8.8-1 on branch FC-6 from autogen-5.8.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2006 11:14:28 -0000 1.3 +++ .cvsignore 27 Dec 2006 21:35:54 -0000 1.4 @@ -1 +1 @@ -autogen-5.8.7.tar.bz2 +autogen-5.8.8.tar.bz2 Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/autogen.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- autogen.spec 23 Dec 2006 20:59:48 -0000 1.6 +++ autogen.spec 27 Dec 2006 21:35:54 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen -Version: 5.8.7 -Release: 4%{?dist} +Version: 5.8.8 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -38,7 +38,6 @@ %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; make LIBTOOL=%{_bindir}/libtool - # no smp flags as it falls over during build %install @@ -58,7 +57,7 @@ %preun if [ $1 = 0 ] ; then -/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || +/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : %{_sbindir}/alternatives --remove columns %{_bindir}/columns.autogen %{_sbindir}/alternatives --remove getdefs %{_bindir}/getdefs.autogen fi @@ -124,9 +123,11 @@ %{_includedir}/autoopts %changelog -* Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 -- removed BR libopts-devel -- removed multi cpu build +* Sat Dec 23 2006 Paul F. Johnson 5.8.8-1 +- bump + +* Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 +- fix for preun * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts Index: sources =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2006 11:14:28 -0000 1.3 +++ sources 27 Dec 2006 21:35:54 -0000 1.4 @@ -1 +1 @@ -76599cc04f352512610191b13f3ce2a6 autogen-5.8.7.tar.bz2 +fe078c23b26753347a31c0bee6e5c82c autogen-5.8.8.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 21:39:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:39:39 -0500 Subject: rpms/postgis - New directory Message-ID: <200612272139.kBRLddtK030670@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30666/postgis Log Message: Directory /cvs/extras/rpms/postgis added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 21:39:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:39:44 -0500 Subject: rpms/postgis/devel - New directory Message-ID: <200612272139.kBRLdiwZ030684@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30666/postgis/devel Log Message: Directory /cvs/extras/rpms/postgis/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 21:40:11 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:40:11 -0500 Subject: rpms/postgis Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612272140.kBRLeBJw030713@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30707 Added Files: Makefile import.log Log Message: Setup of module postgis --- NEW FILE Makefile --- # Top level Makefile for module postgis all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 21:40:16 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:40:16 -0500 Subject: rpms/postgis/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612272140.kBRLeGQw030729@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30707/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module postgis --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 21:43:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:43:07 -0500 Subject: rpms/postgis/devel filter-requires-perl-Pg.sh, NONE, 1.1 postgis-configure.patch, NONE, 1.1 postgis-javamakefile.patch, NONE, 1.1 postgis.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612272143.kBRLh7B3030823@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30782/devel Modified Files: .cvsignore sources Added Files: filter-requires-perl-Pg.sh postgis-configure.patch postgis-javamakefile.patch postgis.spec Log Message: auto-import postgis-1.2.0-3 on branch devel from postgis-1.2.0-3.src.rpm --- NEW FILE filter-requires-perl-Pg.sh --- #!/bin/sh /usr/lib/rpm/perl.req $* | grep -v 'perl(Pg' postgis-configure.patch: --- NEW FILE postgis-configure.patch --- --- configure.old 2006-12-25 14:39:26.000000000 +0200 +++ configure 2006-12-25 14:39:35.000000000 +0200 @@ -4609,13 +4609,6 @@ GEOS_DIR=`$GEOSCONFIG --prefix` GEOS_LDFLAGS=`$GEOSCONFIG --ldflags 2> /dev/null` - if test x"$GEOS_LDFLAGS" = "x"; then - # older geos-config versions did not - # support the --ldflags switch, we'll - # default to GEOS_DIR/lib in this case. - # - GEOS_LDFLAGS="$GEOS_DIR/lib" - fi GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1` if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then postgis-javamakefile.patch: --- NEW FILE postgis-javamakefile.patch --- --- java/jdbc/Makefile.old 2006-12-25 15:25:19.000000000 +0200 +++ java/jdbc/Makefile 2006-12-25 15:25:26.000000000 +0200 @@ -27,7 +27,7 @@ # Configure the helper executables used during build. -JAVAC?=javac -target 1.2 -source 1.2 +JAVAC?=javac -target 1.5 -source 1.5 JAVA?=java JAR?=jar MKDIR?=mkdir -p --- NEW FILE postgis.spec --- %{!?javabuild:%define javabuild 1} %{!?utils:%define utils 1} %{!?gcj_support:%define gcj_support 1} Summary: Geographic Information Systems Extensions to PostgreSQL Name: postgis Version: 1.2.0 Release: 3%{?dist} License: GPL Group: Applications/Databases Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz Source4: filter-requires-perl-Pg.sh Patch1: postgis-configure.patch Patch2: postgis-javamakefile.patch URL: http://postgis.refractions.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel, proj-devel, geos-devel, byacc, proj-devel, flex, postgresql-jdbc Requires: postgresql, geos, proj %description PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. %if %javabuild %package jdbc Summary: The JDBC driver for PostGIS Group: Applications/Databases License: LGPL Requires: %{name} = %{version}-%{release} BuildRequires: ant >= 0:1.6.2, junit >= 0:3.7 %if %{gcj_support} BuildRequires: gcc-java Requires(post): java-1.4.2-gcj-compat Requires(postun): java-1.4.2-gcj-compat %endif %description jdbc The postgis-jdbc package provides the essential jdbc driver for PostGIS. %endif %if %utils %package utils Summary: The utils for PostGIS Group: Applications/Databases Requires: %{name} = %{version}-%{release}, perl-DBD-Pg %description utils The postgis-utils package provides the utilities for PostGIS. %endif %define __perl_requires %{SOURCE4} %prep %setup -q %patch1 -p0 %patch2 -p0 %build %configure make %{?_smp_mflags} LPATH=`pg_config --pkglibdir` shlib="%{name}.so" %if %javabuild export MAKEFILE_DIR=%{_builddir}/%{name}-%{version}/java/jdbc JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc.jar$'|awk -F '/' '{print $5}'` sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $MAKEFILE_DIR/Makefile > $MAKEFILE_DIR/Makefile.new mv -f $MAKEFILE_DIR/Makefile.new $MAKEFILE_DIR/Makefile make -C java/jdbc %endif %if %utils make -C utils %endif %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -d %{buildroot}%{_libdir}/pgsql/ install lwgeom/liblwgeom.so* %{buildroot}%{_libdir}/pgsql/ install -d %{buildroot}%{_datadir}/pgsql/contrib/ install -m 644 *.sql %{buildroot}%{_datadir}/pgsql/contrib/ rm -f %{buildroot}%{_libdir}/liblwgeom.so* rm -f %{buildroot}%{_datadir}/*.sql %if %javabuild install -d %{buildroot}%{_javadir} install -m 755 java/jdbc/%{name}_%{version}.jar %{buildroot}%{_javadir} %if %{gcj_support} aot-compile-rpm %endif %endif strip %{buildroot}/%{_libdir}/gcj/%{name}/*.jar.so %if %utils install -d %{buildroot}%{_datadir}/%{name} install -m 644 utils/*.pl %{buildroot}%{_datadir}/%{name} %endif %clean rm -rf %{buildroot} %post -p %{_bindir}/rebuild-gcj-db %postun -p %{_bindir}/rebuild-gcj-db %files %defattr(-,root,root) %doc COPYING CREDITS NEWS TODO README.%{name} TODO doc/html loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/pgsql/liblwgeom.so* %{_datadir}/pgsql/contrib/*.sql %if %javabuild %files jdbc %defattr(-,root,root) %doc java/jdbc/COPYING_LGPL java/jdbc/README %attr(755,root,root) %{_javadir}/%{name}_%{version}.jar %if %{gcj_support} %dir %{_libdir}/gcj/%{name} %{_libdir}/gcj/%{name}/*.jar.so %{_libdir}/gcj/%{name}/*.jar.db %endif %endif %if %utils %files utils %defattr(-,root,root) %doc utils/README %attr(755,root,root) %{_datadir}/%{name}/test_estimation.pl %attr(755,root,root) %{_datadir}/%{name}/profile_intersects.pl %attr(755,root,root) %{_datadir}/%{name}/test_joinestimation.pl %attr(644,root,root) %{_datadir}/%{name}/create_undef.pl %attr(644,root,root) %{_datadir}/%{name}/%{name}_proc_upgrade.pl %attr(644,root,root) %{_datadir}/%{name}/%{name}_restore.pl %endif %changelog * Wed Dec 27 2006 - Devrim GUNDUZ 1.2.0-3 - Fix Requires for subpackages per bugzilla review #220743 * Mon Dec 26 2006 - Devrim GUNDUZ 1.2.0-2 - More spec file fixes per bugzilla review #220743 * Mon Dec 25 2006 - Devrim GUNDUZ 1.2.0-1 - Initial submission for Fedora Core Extras - Spec file changes and fixes per FC Extras packaging guidelines * Fri Jun 23 2006 - Devrim GUNDUZ 1.1.2-2 - Update to 1.1.2 * Tue Dec 22 2005 - Devrim GUNDUZ 1.1.0-2 - Final fixes for 1.1.0 * Tue Dec 06 2005 - Devrim GUNDUZ - Update to 1.1.0 * Mon Oct 03 2005 - Devrim GUNDUZ - Make PostGIS build against pgxs so that we don't need PostgreSQL sources. - Fixed all build errors except jdbc (so, defaulted to 0) - Added new files under %%utils - Removed postgis-jdbc2-makefile.patch (applied to -head) * Tue Sep 27 2005 - Devrim GUNDUZ - Update to 1.0.4 * Sun Apr 20 2005 - Devrim GUNDUZ - 1.0.0 Gold * Sun Apr 17 2005 - Devrim GUNDUZ - Modified the spec file so that we can build JDBC2 RPMs... - Added -utils RPM to package list. * Fri Apr 15 2005 - Devrim GUNDUZ - Added preun and postun scripts. * Sat Apr 09 2005 - Devrim GUNDUZ - Initial RPM build - Fixed libdir so that PostgreSQL installations will not complain about it. - Enabled --with-geos and modified the old spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgis/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 21:40:16 -0000 1.1 +++ .cvsignore 27 Dec 2006 21:42:37 -0000 1.2 @@ -0,0 +1 @@ +postgis-1.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgis/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 21:40:16 -0000 1.1 +++ sources 27 Dec 2006 21:42:37 -0000 1.2 @@ -0,0 +1 @@ +59b5f89d0a0230b00d80e779bb517520 postgis-1.2.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 21:43:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:43:07 -0500 Subject: rpms/postgis import.log,1.1,1.2 Message-ID: <200612272143.kBRLh7uf030819@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30782 Modified Files: import.log Log Message: auto-import postgis-1.2.0-3 on branch devel from postgis-1.2.0-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/postgis/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 21:40:11 -0000 1.1 +++ import.log 27 Dec 2006 21:42:37 -0000 1.2 @@ -0,0 +1 @@ +postgis-1_2_0-3:HEAD:postgis-1.2.0-3.src.rpm:1167256394 From fedora-extras-commits at redhat.com Wed Dec 27 22:06:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 17:06:11 -0500 Subject: rpms/maxima/devel maxima-5.11.0-xdg_utils.patch, 1.1, 1.2 maxima.spec, 1.54, 1.55 Message-ID: <200612272206.kBRM6BRV001633@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1612 Modified Files: maxima-5.11.0-xdg_utils.patch maxima.spec Log Message: * Wed Dec 27 2006 Rex Dieter = 1.0.1 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) -%if "%{?sbcl_ver}" >= "0.9" +%if "%{?sbcl_ver}" >= "1.0" Requires: sbcl = %{sbcl_ver} %endif Requires: %{name} = %{version} @@ -395,6 +395,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 - %%triggerin -- tetex-latex (for emaxima.sty) - disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) From fedora-extras-commits at redhat.com Wed Dec 27 22:09:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 17:09:13 -0500 Subject: rpms/maxima/FC-6 maxima-5.11.0-xdg_utils.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 maxima.spec, 1.45, 1.46 sources, 1.9, 1.10 maxima-5.10.0-xdg-utils.patch, 1.1, NONE maxima-5.9.4-sbcl-disable-debugger.patch, 1.1, NONE Message-ID: <200612272209.kBRM9DEC001725@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1703 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.11.0-xdg_utils.patch Removed Files: maxima-5.10.0-xdg-utils.patch maxima-5.9.4-sbcl-disable-debugger.patch Log Message: maxima-5.11.0 maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 +++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 @@ -680,7 +680,7 @@ (and tem (list (concat "View "(nth 1 tem)) - 'call-process "ghostview" nil nil nil + 'call-process "xdg-open" nil nil nil (expand-file-name(nth 1 tem)) )) (list "Cancel") @@ -705,7 +705,7 @@ (concat (cond ((looking-at "%PS") "") (t "gzip -dc | ")) - "ghostview -") + "xdg-open -") ))) --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 @@ -143,9 +143,9 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" - application/x-dvi "xdvi %s" + application/postscript "xdg-open %s" + application/pdf "xdg-open %s" + application/x-dvi "xdg-open %s" } set maxima_priv(imagecounter) 0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Dec 2006 14:47:08 -0000 1.11 +++ .cvsignore 27 Dec 2006 22:08:43 -0000 1.12 @@ -1,4 +1,5 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz -maxima-5.10.99rc2.tar.gz +maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/maxima.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- maxima.spec 13 Dec 2006 14:47:08 -0000 1.45 +++ maxima.spec 27 Dec 2006 22:08:43 -0000 1.46 @@ -1,39 +1,45 @@ -%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ -%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ - Summary: Symbolic Computation Program Name: maxima -Version: 5.10.0 +Version: 5.11.0 -Release: 9%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc + +ExclusiveArch: %{ix86} x86_64 %define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf %ifarch %{ix86} %define _enable_cmucl --enable-cmucl %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%if 0%{?fedora} > 2 +%define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc -%define default_lisp sbcl +# define default_lisp sbcl # clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp # gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl -%define _enable_sbcl --enable-sbcl +# sbcl: http://bugzilla.redhat.com/220053 +#define _enable_sbcl --enable-sbcl %endif Source1: maxima.png @@ -44,11 +50,7 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.10.0-xdg-utils.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.4-sbcl-disable-debugger.patch +Patch1: maxima-5.11.0-xdg_utils.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -62,7 +64,7 @@ BuildRequires: time # texi2dvi -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 BuildRequires: texinfo-tex %else BuildRequires: texinfo @@ -140,7 +142,7 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 # See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch @@ -157,12 +159,11 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -# almost any sbcl will do, but we want to be sure we're using the latest -- Rex -BuildRequires: sbcl >= 0.9.18 +BuildRequires: sbcl >= 1.0.1 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) -%if "%{?sbcl_ver}" >= "0.9" +%if "%{?sbcl_ver}" >= "1.0" Requires: sbcl = %{sbcl_ver} %endif Requires: %{name} = %{version} @@ -180,8 +181,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch2 -p1 -b .xemacs -#patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" %patch6 -p1 -b .gcl-setarch @@ -242,10 +241,6 @@ --vendor="fedora" \ %{SOURCE2} -# emaxima LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ # (x)emacs install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el @@ -259,6 +254,11 @@ touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc done +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima + ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -282,11 +282,9 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -314,6 +312,18 @@ rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: fi +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -336,9 +346,8 @@ %dir %{_libdir}/maxima/ %dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* -%{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* %{_datadir}/maxima/%{maxima_ver}/emacs/*.el @@ -347,6 +356,7 @@ %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el %ghost %{emacs_sitelisp} %ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) @@ -385,6 +395,22 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 +- maxima-5.10.99rc2 + * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Sep 2006 15:18:06 -0000 1.9 +++ sources 27 Dec 2006 22:08:43 -0000 1.10 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz --- maxima-5.10.0-xdg-utils.patch DELETED --- --- maxima-5.9.4-sbcl-disable-debugger.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 22:13:12 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 17:13:12 -0500 Subject: rpms/maxima/FC-5 maxima-5.11.0-xdg_utils.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 maxima.spec, 1.34, 1.35 sources, 1.9, 1.10 maxima-5.10.0-xdg-utils.patch, 1.1, NONE maxima-5.9.4-sbcl-disable-debugger.patch, 1.1, NONE maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612272213.kBRMDC2F001831@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1809 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.11.0-xdg_utils.patch Removed Files: maxima-5.10.0-xdg-utils.patch maxima-5.9.4-sbcl-disable-debugger.patch maxima.el-xemacs.patch Log Message: maxima-5.11.0 maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 +++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 @@ -680,7 +680,7 @@ (and tem (list (concat "View "(nth 1 tem)) - 'call-process "ghostview" nil nil nil + 'call-process "xdg-open" nil nil nil (expand-file-name(nth 1 tem)) )) (list "Cancel") @@ -705,7 +705,7 @@ (concat (cond ((looking-at "%PS") "") (t "gzip -dc | ")) - "ghostview -") + "xdg-open -") ))) --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 @@ -143,9 +143,9 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" - application/x-dvi "xdvi %s" + application/postscript "xdg-open %s" + application/pdf "xdg-open %s" + application/x-dvi "xdg-open %s" } set maxima_priv(imagecounter) 0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Dec 2006 15:35:56 -0000 1.8 +++ .cvsignore 27 Dec 2006 22:12:42 -0000 1.9 @@ -1,4 +1,5 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz -maxima-5.10.99rc2.tar.gz +maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- maxima.spec 13 Dec 2006 15:39:10 -0000 1.34 +++ maxima.spec 27 Dec 2006 22:12:42 -0000 1.35 @@ -1,39 +1,45 @@ -%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ -%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ - Summary: Symbolic Computation Program Name: maxima -Version: 5.10.0 +Version: 5.11.0 -Release: 9%{?dist}.1 +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc + +ExclusiveArch: %{ix86} x86_64 %define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf %ifarch %{ix86} %define _enable_cmucl --enable-cmucl %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%if 0%{?fedora} > 2 +%define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc -%define default_lisp sbcl +# define default_lisp sbcl # clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp # gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl -%define _enable_sbcl --enable-sbcl +# sbcl: http://bugzilla.redhat.com/220053 +#define _enable_sbcl --enable-sbcl %endif Source1: maxima.png @@ -44,11 +50,7 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.10.0-xdg-utils.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.4-sbcl-disable-debugger.patch +Patch1: maxima-5.11.0-xdg_utils.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -62,7 +64,7 @@ BuildRequires: time # texi2dvi -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 BuildRequires: texinfo-tex %else BuildRequires: texinfo @@ -140,7 +142,7 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 # See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch @@ -157,11 +159,11 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -BuildRequires: sbcl >= 1.0 +BuildRequires: sbcl >= 1.0.1 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) -%if "%{?sbcl_ver}" >= "0.9" +%if "%{?sbcl_ver}" >= "1.0" Requires: sbcl = %{sbcl_ver} %endif Requires: %{name} = %{version} @@ -179,8 +181,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch2 -p1 -b .xemacs -#patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" %patch6 -p1 -b .gcl-setarch @@ -241,10 +241,6 @@ --vendor="fedora" \ %{SOURCE2} -# emaxima LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ # (x)emacs install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el @@ -258,6 +254,11 @@ touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc done +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima + ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -281,11 +282,9 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -313,6 +312,18 @@ rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: fi +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -335,9 +346,8 @@ %dir %{_libdir}/maxima/ %dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* -%{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* %{_datadir}/maxima/%{maxima_ver}/emacs/*.el @@ -346,6 +356,7 @@ %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el %ghost %{emacs_sitelisp} %ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) @@ -384,6 +395,22 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 +- maxima-5.10.99rc2 + * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Dec 2006 15:39:10 -0000 1.9 +++ sources 27 Dec 2006 22:12:42 -0000 1.10 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz --- maxima-5.10.0-xdg-utils.patch DELETED --- --- maxima-5.9.4-sbcl-disable-debugger.patch DELETED --- --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 22:46:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 27 Dec 2006 17:46:12 -0500 Subject: rpms/gcl/FC-6 gcl.spec,1.21,1.22 Message-ID: <200612272246.kBRMkCFn003136@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121 Modified Files: gcl.spec Log Message: added req ncurses-devel Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/FC-6/gcl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gcl.spec 21 Dec 2006 18:36:22 -0000 1.21 +++ gcl.spec 27 Dec 2006 22:45:42 -0000 1.22 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,6 +11,7 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: ncurses-devel BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel @@ -101,6 +102,9 @@ %changelog +* Wed Dec 27 2006 Gerard Milmeister - 2.6.7-14 +- added req ncurses-devel + * Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 - Fix for compiling with readline library From fedora-extras-commits at redhat.com Wed Dec 27 22:48:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 27 Dec 2006 17:48:00 -0500 Subject: rpms/gcl/devel gcl.spec,1.21,1.22 Message-ID: <200612272248.kBRMm06o003195@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3180/devel Modified Files: gcl.spec Log Message: added req ncurses-devel Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gcl.spec 21 Dec 2006 18:37:36 -0000 1.21 +++ gcl.spec 27 Dec 2006 22:47:29 -0000 1.22 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,6 +11,7 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: ncurses-devel BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel @@ -101,6 +102,9 @@ %changelog +* Wed Dec 27 2006 Gerard Milmeister - 2.6.7-14 +- added req ncurses-devel + * Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 - Fix for compiling with readline library From fedora-extras-commits at redhat.com Wed Dec 27 22:56:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 17:56:05 -0500 Subject: rpms/gdeskcal/devel gdeskcal.spec,1.18,1.19 Message-ID: <200612272256.kBRMu5uR003275@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gdeskcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3260 Modified Files: gdeskcal.spec Log Message: Rebuild gdeskcal.spec Index: gdeskcal.spec =================================================================== RCS file: /cvs/extras/rpms/gdeskcal/devel/gdeskcal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gdeskcal.spec 3 Nov 2006 09:20:08 -0000 1.18 +++ gdeskcal.spec 27 Dec 2006 22:55:35 -0000 1.19 @@ -1,6 +1,6 @@ Name: gdeskcal Version: 1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Eye-candy calendar for your desktop Group: User Interface/Desktops License: GPL @@ -63,6 +63,9 @@ %{_libdir}/%{name}/ %changelog +* Wed Dec 27 2006 Paul F. Johnson 1.0-10 +- rebuild + * Fri Nov 03 2006 Paul F. Johnson 1.0-9 - added BR gettext From fedora-extras-commits at redhat.com Wed Dec 27 23:19:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:09 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2 - New directory Message-ID: <200612272319.kBRNJ9K6006640@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6636/php-pear-Structures-DataGrid-DataSource-MDB2 Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 23:19:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:14 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel - New directory Message-ID: <200612272319.kBRNJELL006653@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6636/php-pear-Structures-DataGrid-DataSource-MDB2/devel Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 23:19:24 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:24 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2 Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612272319.kBRNJOXW006683@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6677 Added Files: Makefile import.log Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-MDB2 --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Structures-DataGrid-DataSource-MDB2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 23:19:29 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:29 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612272319.kBRNJTgP006698@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6677/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-MDB2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 23:20:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:20:17 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2 import.log, 1.1, 1.2 Message-ID: <200612272320.kBRNKHCY006775@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6742 Modified Files: import.log Log Message: auto-import php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1 on branch devel from php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 23:19:24 -0000 1.1 +++ import.log 27 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Structures-DataGrid-DataSource-MDB2-0_1_2-1:HEAD:php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1.src.rpm:1167262170 From fedora-extras-commits at redhat.com Wed Dec 27 23:20:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:20:17 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-MDB2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612272320.kBRNKHwJ006779@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6742/devel Modified Files: .cvsignore sources Added Files: PHP-LICENSE-3.01 php-pear-Structures-DataGrid-DataSource-MDB2.spec Log Message: auto-import php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1 on branch devel from php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1.src.rpm --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . --- NEW FILE php-pear-Structures-DataGrid-DataSource-MDB2.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Structures_DataGrid_DataSource_MDB2 Name: php-pear-Structures-DataGrid-DataSource-MDB2 Version: 0.1.2 Release: 1%{?dist} Summary: DataSource driver using PEAR::MDB2 and an SQL query Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_MDB2 Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires: php-pear(MDB2) >= 2.0.3 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an SQL query. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog * Sun Dec 03 2006 Christopher Stone 0.1.2-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 23:19:29 -0000 1.1 +++ .cvsignore 27 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +Structures_DataGrid_DataSource_MDB2-0.1.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 23:19:29 -0000 1.1 +++ sources 27 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +2c31b48d18bc610cae3f91b86b822932 Structures_DataGrid_DataSource_MDB2-0.1.2.tgz From fedora-extras-commits at redhat.com Wed Dec 27 23:21:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 18:21:35 -0500 Subject: rpms/sbcl/EL-4 .cvsignore, 1.13, 1.14 sbcl.spec, 1.37, 1.38 sources, 1.15, 1.16 Message-ID: <200612272321.kBRNLZH2006847@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6823 Modified Files: .cvsignore sbcl.spec sources Log Message: sbcl-1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 18 Dec 2006 17:31:20 -0000 1.13 +++ .cvsignore 27 Dec 2006 23:21:05 -0000 1.14 @@ -1,5 +1,5 @@ -sbcl-1.0-source.tar.bz2 sbcl-1.0-powerpc-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-x86-64-linux-binary.tar.bz2 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- sbcl.spec 18 Dec 2006 19:26:46 -0000 1.37 +++ sbcl.spec 27 Dec 2006 23:21:05 -0000 1.38 @@ -9,59 +9,56 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 2%{?dist}.1 +Version: 1.0.1 +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} > 2 -ExclusiveArch: %{ix86} x86_64 ppc sparc -%else -# EL-4 ppc bootstrap segfaults (http://bugzilla.redhat.com/220053) -ExclusiveArch: %{ix86} x86_64 -%endif +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp ## x86 section -Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 10 +#define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 20 +#define sbcl_bootstrap_src -a 20 %endif ## ppc section #Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +%define sbcl_bootstrap_src -a 30 %endif ## sparc section #Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 %ifarch sparc %define sbcl_arch sparc -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 40 +#define sbcl_bootstrap_src -a 40 %endif @@ -138,8 +135,8 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${PATH} %endif -## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too -#{__cc} -o my_setarch %{optflags} %{SOURCE100} +# my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3 too +#%{__cc} -o my_setarch %{optflags} %{SOURCE100} #define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) @@ -238,9 +235,18 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 1.0-2 +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) -- initial epel-4 support, omitting ppc arch (#220053) * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 18 Dec 2006 18:12:40 -0000 1.15 +++ sources 27 Dec 2006 23:21:05 -0000 1.16 @@ -1,3 +1 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 -91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 -2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 23:22:59 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:22:59 -0500 Subject: owners owners.list,1.2158,1.2159 Message-ID: <200612272322.kBRNMx3O006923@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6896 Modified Files: owners.list Log Message: php-pear-Structures-DataGrid-DataSource-MDB2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2158 retrieving revision 1.2159 diff -u -r1.2158 -r1.2159 --- owners.list 27 Dec 2006 19:05:08 -0000 1.2158 +++ owners.list 27 Dec 2006 23:22:29 -0000 1.2159 @@ -1928,6 +1928,7 @@ Fedora Extras|php-pear-Structures-DataGrid|A tabular structure for converting data|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-Array|DataSource driver using arrays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-DataObject|DataSource driver using PEAR::DB_DataObject|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Structures-DataGrid-DataSource-MDB2|DataSource driver using PEAR::MDB2 and an SQL query|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-RSS|DataSource driver using RSS files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Pager|Renderer driver using PEAR::Pager|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Smarty|Renderer driver using Smarty|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 23:24:00 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 18:24:00 -0500 Subject: rpms/maxima/EL-4 .cvsignore, 1.5, 1.6 maxima.spec, 1.14, 1.15 sources, 1.4, 1.5 xmaxima.desktop, 1.4, 1.5 maxima-5.9.2-evince.patch, 1.1, NONE maxima-5.9.2-htmlview.patch, 1.1, NONE maxima-5.9.2-sbcl-disable-debugger.patch, 1.1, NONE maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612272324.kBRNO027007006@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6942 Modified Files: .cvsignore maxima.spec sources xmaxima.desktop Removed Files: maxima-5.9.2-evince.patch maxima-5.9.2-htmlview.patch maxima-5.9.2-sbcl-disable-debugger.patch maxima.el-xemacs.patch Log Message: maxima-5.11.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Oct 2005 12:40:32 -0000 1.5 +++ .cvsignore 27 Dec 2006 23:23:30 -0000 1.6 @@ -1,3 +1,5 @@ -maxima-5.9.2.tar.gz maximabook-19-Sept-2004.pdf macref.pdf +maxima-5.10.0.tar.gz +maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/maxima.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- maxima.spec 27 Feb 2006 16:14:31 -0000 1.14 +++ maxima.spec 27 Dec 2006 23:23:30 -0000 1.15 @@ -1,37 +1,44 @@ Summary: Symbolic Computation Program Name: maxima -Version: 5.9.2 +Version: 5.11.0 -Release: 10%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz +Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# add ppc when lisps are available: -# (clisp: http://bugzilla.redhat.com/bugzilla/166347) -# (gcl: http://bugzilla.redhat.com/bugzilla/167952) -# (sbcl: https://bugzilla.redhat.com/bugzilla/177029) -ExclusiveArch: %{ix86} x86_64 -%define _with_default_lisp --with-default-lisp=clisp +ExclusiveArch: %{ix86} x86_64 + +%define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf + +%ifarch %{ix86} +%define _enable_cmucl --enable-cmucl +%endif %ifarch %{ix86} x86_64 +%if 0%{?fedora} > 2 +%define default_lisp gcl %define _enable_clisp --enable-clisp -# cmucl review pending: http://bugzilla.redhat.com/bugzilla/166796 -#define _enable_cmucl --enable-cmucl -%if "%{?fedora}" != "5" -# gcl not available for fc5/devel: http://bugzilla.redhat.com/bugzilla/177026 %define _enable_gcl --enable-gcl -%endif +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc +# define default_lisp sbcl +# clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp -#define _enable_cmucl --enable-cmucl +# gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl +# sbcl: http://bugzilla.redhat.com/220053 #define _enable_sbcl --enable-sbcl %endif @@ -43,15 +50,11 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.9.2-htmlview.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.2-sbcl-disable-debugger.patch -# ghostview -> evince (ps/pdf viewer) -Patch4: maxima-5.9.2-evince.patch +Patch1: maxima-5.11.0-xdg_utils.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch +# maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) +Patch6: maxima-5.9.4-gcl_setarch.patch # Inhibit automatic compressing of info files. Compressed info # files break maxima's internal help. @@ -60,14 +63,22 @@ %define debug_package %{nil} BuildRequires: time +# texi2dvi +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 +BuildRequires: texinfo-tex +%else BuildRequires: texinfo +%endif BuildRequires: tetex-latex BuildRequires: desktop-file-utils # /usr/bin/wish BuildRequires: tk -BuildRequires: automake Requires: %{name}-runtime = %{version} +## Consider this when rpm supports it -- Rex +#if "%{?default_lisp:1}" == "1" +#Requires(hint): %{name}-runtime-%{default_lisp} = %{version} +#endif Requires: gnuplot Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -85,6 +96,7 @@ Requires: %{name} = %{version}-%{release} Obsoletes: %{name}-xmaxima < %{version}-%{release} Requires: tk +Requires: xdg-utils %description gui Tcl/Tk GUI interface for %{name} @@ -103,8 +115,7 @@ Summary: Maxima compiled with clisp Group: Applications/Engineering BuildRequires: clisp-devel -#define clisp_ver %{expand:%%(clisp --version | head -n 1 | cut -d' ' -f3 )} -Requires: clisp %{?clisp_ver: >= %{clisp_ver}} +Requires: clisp Requires: %{name} = %{version} Obsoletes: maxima-exec-clisp < %{version}-%{release} Provides: %{name}-runtime = %{version} @@ -131,8 +142,15 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +# See http://bugzilla.redhat.com/187647 +%define setarch_hack 1 +BuildRequires: setarch +Requires: setarch +%endif Obsoletes: maxima-exec-gcl < %{version}-%{release} Provides: %{name}-runtime = %{version} +Provides: %{name}-runtime-gcl = %{version}-%{release} %description runtime-gcl Maxima compiled with Gnu Common Lisp (gcl) %endif @@ -141,9 +159,13 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -BuildRequires: sbcl -#define sbcl_ver %{expand:%%(sbcl --version | cut -d' ' -f2)} -Requires: sbcl %{?sbcl_ver: >= %{sbcl_ver}} +BuildRequires: sbcl >= 1.0.1 +# maxima requires the *same* (or very similar) version it was built against +# this hack should work, even in mock (-: -- Rex +%global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) +%if "%{?sbcl_ver}" >= "1.0" +Requires: sbcl = %{sbcl_ver} +%endif Requires: %{name} = %{version} Obsoletes: maxima-exec-sbcl < %{version}-%{release} Provides: %{name}-runtime = %{version} @@ -153,17 +175,18 @@ %prep -%setup -q -n %{name}%{!?cvs:-%{version}} +%setup -q -n %{name}%{!?cvs:-%{version}%{?beta}} # Extra docs install -p -m644 %{SOURCE10} . -%patch1 -p1 -b .htmlview -#patch2 -p1 -b .xemacs -%if "%{?fedora}" > "3" -%patch4 -p1 -b .evince -%endif +%patch1 -p1 -b .xdg_open %patch5 -p1 -b .emaxima +%if "%{?setarch_hack}" == "1" +%patch6 -p1 -b .gcl-setarch +%endif + +sed -i -e 's|@ARCH@|%{_target_cpu}|' src/maxima.in sed -i -e 's:/usr/local/info:/usr/share/info:' \ interfaces/emacs/emaxima/maxima.el @@ -174,18 +197,10 @@ # remove CVS crud find -name CVS -type d | xargs rm -r -%if "%{?_enable_sbcl:1}" == "1" -%patch3 -p1 -b .sbcl-disable-debugger -# seems to be needed only if --enable-sbcl -aclocal -automake --add-missing --copy -autoconf -%endif - %build %configure \ - %{?_with_default_lisp} \ + %{?default_lisp:--with-default-lisp=%{default_lisp} } \ %{?_enable_clisp} %{!?_enable_clisp: --disable-clisp } %{?_with_clisp_runtime} \ %{?_enable_cmucl} %{!?_enable_cmucl: --disable-cmucl } %{?_with_cmucl_runtime} \ %{?_enable_gcl} %{!?_enable_gcl: --disable-gcl } \ @@ -198,9 +213,9 @@ install -D -p -m644 %{SOURCE11} maximabook/maxima.pdf - pushd info - texi2dvi -p maxima.texi - popd +# pushd info +# texi2dvi --pdf maxima.texi +# popd pushd intromax pdflatex intromax.ltx @@ -221,39 +236,35 @@ # app icon install -p -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/maxima.png -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --vendor fedora \ +desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category "X-Fedora" \ + --vendor="fedora" \ %{SOURCE2} -## emaxima -# LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ -# emacs -install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/maxima.el - -# xemacs -install -d $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/site-start.d/maxima.el +# (x)emacs +install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el + +for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do + install -d -m755 $RPM_BUILD_ROOT$dir/{,site-start.d} + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs $RPM_BUILD_ROOT$dir/maxima + for file in $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.el ; do + touch `dirname $file`/`basename $file .el`.elc + done + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el $RPM_BUILD_ROOT$dir/site-start.d/ + touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc +done + +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs -rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{version}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} +rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} # _enable_gcl: debuginfo (sometimes?) fails to get auto-created, so we'll help out touch debugfiles.list @@ -271,12 +282,47 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%triggerin -- emacs-common +if [ -d %{emacs_sitelisp} ]; then + rm -rf %{emacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{emacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{emacs_sitelisp}/site-start.d/ ||: + +%triggerin -- xemacs-common +if [ -d %{xemacs_sitelisp} ]; then + rm -rf %{xemacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{xemacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{xemacs_sitelisp}/site-start.d/ ||: + +%triggerun -- emacs-common +if [ $2 -eq 0 ]; then + rm -f %{emacs_sitelisp}/maxima || : + rm -f %{emacs_sitelisp}/site-start.d/maxima-modes.el* ||: +fi + +%triggerun -- xemacs-common +if [ $2 -eq 0 ]; then + rm -f %{xemacs_sitelisp}/maxima || : + rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: +fi + +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi %clean @@ -285,72 +331,166 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL README README.lisps +%doc AUTHORS ChangeLog COPYING README README.lisps %doc doc/misc/ doc/implementation/ %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %doc macref.pdf -%doc %{_datadir}/maxima/%{version}/doc %{_bindir}/maxima %dir %{_datadir}/maxima -%dir %{_datadir}/maxima/%{version} -%{_datadir}/maxima/%{version}/[a-c,f-r,t-w,y-z,A-Z]* -%{_datadir}/maxima/%{version}/demo/ -%{_datadir}/maxima/%{version}/share/ +%dir %{_datadir}/maxima/%{maxima_ver} +%{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* +%{_datadir}/maxima/%{maxima_ver}/demo/ +%doc %{_datadir}/maxima/%{maxima_ver}/doc +%{_datadir}/maxima/%{maxima_ver}/share/ +%dir %{_libdir}/maxima/ +%dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* -# emaxima -%{_datadir}/maxima/%{version}/emacs -%{_datadir}/emacs/site-lisp/* -%{_datadir}/xemacs/site-packages/* -%{_datadir}/texmf/tex/latex/emaxima/ +%dir %{_datadir}/maxima/%{maxima_ver}/emacs +%{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* +%{_datadir}/maxima/%{maxima_ver}/emacs/*.el +%ghost %{_datadir}/maxima/%{maxima_ver}/emacs/*.elc +%dir %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/ +%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el +%ghost %{emacs_sitelisp} +%ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) -%{_datadir}/maxima/%{version}/src/ +%{_datadir}/maxima/%{maxima_ver}/src/ %files gui %defattr(-,root,root,-) %{_bindir}/xmaxima -%{_datadir}/maxima/%{version}/xmaxima +%{_datadir}/maxima/%{maxima_ver}/xmaxima/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* %if "%{?_enable_clisp:1}" == "1" %files runtime-clisp %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-clisp +%{_libdir}/maxima/%{maxima_ver}/binary-clisp %endif %if "%{?_enable_cmucl:1}" == "1" %files runtime-cmucl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-cmucl +%{_libdir}/maxima/%{maxima_ver}/binary-cmucl %endif %if "%{?_enable_gcl:1}" == "1" %files runtime-gcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-gcl +%{_libdir}/maxima/%{maxima_ver}/binary-gcl %endif %if "%{?_enable_sbcl:1}" == "1" %files runtime-sbcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-sbcl +%{_libdir}/maxima/%{maxima_ver}/binary-sbcl %endif %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 +- maxima-5.10.99rc2 + +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + +* Fri Nov 10 2006 Rex Dieter 5.10.0-8 +- omit sbcl-disable-debugger patch (#214568) + +* Thu Oct 26 2006 Rex Dieter 5.10.0-7 +- respin for sbcl-0.9.18 +- fixup %%triggerun's +- drop dfi --add-category=X-Fedora + +* Mon Oct 02 2006 Rex Dieter 5.10.0-5 +- update xdg-utils patch (for .dvi handling too) + +* Mon Oct 02 2006 Rex Dieter 5.10.0-4 +- -gui: htmlview -> xdg-open, Requires: xdg-utils + +* Tue Sep 26 2006 Rex Dieter 5.10.0-2 +- respin for sbcl-0.9.17 + +* Thu Sep 21 2006 Rex Dieter 5.10.0-1 +- 5.10.0 + +* Tue Sep 19 2006 Rex Dieter 5.9.3.99-0.10.rc4 +- respin for new(er) sbcl (#207063) + +* Wed Sep 13 2006 Rex Dieter 5.9.3.99-0.8.rc4 +- 5.9.3.99rc4 + +* Wed Sep 06 2006 Rex Dieter 5.9.3.99-0.7.rc3 +- 5.9.3.99rc3 + +* Tue Aug 29 2006 Rex Dieter 5.9.3.99-0.6.rc2 +- fc6 respin + +* Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 +- respin (against newer sbcl) + +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 +- update gcl_setarch patch + +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.3.rc2 +- 5.9.3.99rc2 + +* Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 +- 5.9.3.99rc1 +- - %ghost (x)emacs site-lisp bits (hint from fedora-rpmdevtools) + +* Mon Jun 26 2006 Rex Dieter 5.9.3-5 +- respin for sbcl-0.9.14 (and relax Requires = to >= ) + +* Tue May 30 2006 Rex Dieter 5.9.3-4 +- respin for sbcl-0.9.13 + +* Mon Apr 28 2006 Rex Dieter 5.9.3-3 +- respin, using new ppc bootstrap + +* Fri Apr 28 2006 Rex Dieter 5.9.3-2.1 +- try ppc build against sbcl + +* Wed Apr 26 2006 Rex Dieter 5.9.3-2 +- use setarch -X hack to allow runtime-gcl to function (#187647) +- respin for sbcl-0.9.12 + +* Wed Apr 05 2006 Rex Dieter 5.9.3-1 +- 5.9.3 + +* Thu Mar 30 2006 Rex Dieter 5.9.2-13 +- respin for sbcl-0.9.11 + +* Mon Mar 27 2006 Rex Dieter +- fc6+: BR: texinfo -> texinfo-tex (#186827) + +* Thu Mar 09 2006 Rex Dieter 5.9.2-12 +- enable runtime-cmucl (%%ix86 only, atm) + +* Wed Mar 08 2006 Rex Dieter 5.9.2-11 +- fc5: enable runtime-gcl +- runtime-sbcl: Requires: sbcl = %%{sbcl_version_used_to_build} + * Mon Feb 27 2006 Rex Dieter 5.9.2-10 - respin for sbcl-0.9.10 Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Oct 2005 12:40:32 -0000 1.4 +++ sources 27 Dec 2006 23:23:30 -0000 1.5 @@ -1,3 +1,3 @@ -dff996cd5c2c0c871977a26e6fb001f3 maxima-5.9.2.tar.gz 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz Index: xmaxima.desktop =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/xmaxima.desktop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xmaxima.desktop 5 Jan 2006 15:49:49 -0000 1.4 +++ xmaxima.desktop 27 Dec 2006 23:23:30 -0000 1.5 @@ -5,5 +5,5 @@ Icon=maxima #MimeType= Type=Application -Categories=Application;Science;Education;Math; +Categories=Science;Education;Math; Encoding=UTF-8 --- maxima-5.9.2-evince.patch DELETED --- --- maxima-5.9.2-htmlview.patch DELETED --- --- maxima-5.9.2-sbcl-disable-debugger.patch DELETED --- --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 23:44:45 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 18:44:45 -0500 Subject: rpms/swh-plugins/FC-6 dead.package, NONE, 1.1 Makefile, 1.1, NONE sources, 1.3, NONE swh-plugins-0.4.14-Makefile.in.patch, 1.2, NONE swh-plugins.spec, 1.11, NONE Message-ID: <200612272344.kBRNijxd007144@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/swh-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7138 Added Files: dead.package Removed Files: Makefile sources swh-plugins-0.4.14-Makefile.in.patch swh-plugins.spec Log Message: Replaced by ladspa-swh-plugins --- NEW FILE dead.package --- Renamed to "ladspa-swh-plugins". --- Makefile DELETED --- --- sources DELETED --- --- swh-plugins-0.4.14-Makefile.in.patch DELETED --- --- swh-plugins.spec DELETED --- From fedora-extras-commits at redhat.com Thu Dec 28 00:24:24 2006 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Wed, 27 Dec 2006 19:24:24 -0500 Subject: rpms/mlmmj/devel .cvsignore, 1.10, 1.11 mlmmj.spec, 1.25, 1.26 sources, 1.10, 1.11 Message-ID: <200612280024.kBS0OO2W010487@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10468 Modified Files: .cvsignore mlmmj.spec sources Log Message: * Thu Dec 28 2006 Michael Fleming 1.2.13-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 26 Nov 2006 09:58:59 -0000 1.10 +++ .cvsignore 28 Dec 2006 00:23:54 -0000 1.11 @@ -1 +1 @@ -mlmmj-1.2.12.tar.bz2 +mlmmj-1.2.13.tar.bz2 Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- mlmmj.spec 26 Nov 2006 09:58:59 -0000 1.25 +++ mlmmj.spec 28 Dec 2006 00:23:54 -0000 1.26 @@ -2,7 +2,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj -Version: 1.2.12 +Version: 1.2.13 Release: 1%{?dist} License: MIT Group: Applications/Internet @@ -48,6 +48,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Thu Dec 28 2006 Michael Fleming 1.2.13-1 +- New upstream release + * Sun Nov 26 2006 Michael Fleming 1.2.12-1 - New upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 26 Nov 2006 09:58:59 -0000 1.10 +++ sources 28 Dec 2006 00:23:54 -0000 1.11 @@ -1 +1 @@ -88e43c13a656c586d1f9149bd35ecce8 mlmmj-1.2.12.tar.bz2 +ee45d77fffb02d7f6c9a1fe52b55f7ed mlmmj-1.2.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 00:53:10 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 19:53:10 -0500 Subject: owners owners.list,1.2159,1.2160 Message-ID: <200612280053.kBS0rAoN010577@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10562 Modified Files: owners.list Log Message: Added me as comaintainer for csound owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2159 retrieving revision 1.2160 diff -u -r1.2159 -r1.2160 --- owners.list 27 Dec 2006 23:22:29 -0000 1.2159 +++ owners.list 28 Dec 2006 00:52:39 -0000 1.2160 @@ -273,7 +273,7 @@ Fedora Extras|crystal-stacker|Falling blocks, match 3 or more of the same color crystals|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker-themes|Themes for the Crystal Stacker game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|csmash|3D tabletennis game|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org|paul at all-the-johnsons.co.uk| Fedora Extras|ctapi-common|Common files and packaging infrastructure for CT-API modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|ctapi-cyberjack|CT-API 1.1 and PC/SC driver for REINER SCT cyberjack USB chipcard reader|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|ctorrent|BitTorrent Client written in C|rpm at greysector.net|extras-qa at fedoraproject.org|bluekuja at ubuntu.com From fedora-extras-commits at redhat.com Thu Dec 28 01:20:36 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 27 Dec 2006 20:20:36 -0500 Subject: owners owners.list,1.2160,1.2161 Message-ID: <200612280120.kBS1KaTO013788@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13771 Modified Files: owners.list Log Message: fix csound Cc Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2160 retrieving revision 1.2161 diff -u -r1.2160 -r1.2161 --- owners.list 28 Dec 2006 00:52:39 -0000 1.2160 +++ owners.list 28 Dec 2006 01:20:06 -0000 1.2161 @@ -273,7 +273,7 @@ Fedora Extras|crystal-stacker|Falling blocks, match 3 or more of the same color crystals|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker-themes|Themes for the Crystal Stacker game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|csmash|3D tabletennis game|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org|paul at all-the-johnsons.co.uk| +Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org|paul at all-the-johnsons.co.uk Fedora Extras|ctapi-common|Common files and packaging infrastructure for CT-API modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|ctapi-cyberjack|CT-API 1.1 and PC/SC driver for REINER SCT cyberjack USB chipcard reader|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|ctorrent|BitTorrent Client written in C|rpm at greysector.net|extras-qa at fedoraproject.org|bluekuja at ubuntu.com From fedora-extras-commits at redhat.com Thu Dec 28 01:35:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 20:35:31 -0500 Subject: rpms/maxima/EL-4 maxima-5.11.0-xdg_utils.patch, NONE, 1.1 maxima-5.9.4-gcl_setarch.patch, NONE, 1.1 Message-ID: <200612280135.kBS1ZV2W013845@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13835 Added Files: maxima-5.11.0-xdg_utils.patch maxima-5.9.4-gcl_setarch.patch Log Message: new patches maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 +++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 @@ -680,7 +680,7 @@ (and tem (list (concat "View "(nth 1 tem)) - 'call-process "ghostview" nil nil nil + 'call-process "xdg-open" nil nil nil (expand-file-name(nth 1 tem)) )) (list "Cancel") @@ -705,7 +705,7 @@ (concat (cond ((looking-at "%PS") "") (t "gzip -dc | ")) - "ghostview -") + "xdg-open -") ))) --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 @@ -143,9 +143,9 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" - application/x-dvi "xdvi %s" + application/postscript "xdg-open %s" + application/pdf "xdg-open %s" + application/x-dvi "xdg-open %s" } set maxima_priv(imagecounter) 0 maxima-5.9.4-gcl_setarch.patch: --- NEW FILE maxima-5.9.4-gcl_setarch.patch --- --- maxima-5.9.3.99rc2/src/maxima.in.gcl-setarch 2006-07-30 21:25:52.000000000 -0500 +++ maxima-5.9.3.99rc2/src/maxima.in 2006-08-09 10:05:21.000000000 -0500 @@ -128,7 +128,7 @@ exec "@SCL_NAME@" -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" fi elif [ "$MAXIMA_LISP" = "gcl" ]; then - exec "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" + exec "setarch" "@ARCH@" "-X" "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" elif [ "$MAXIMA_LISP" = "acl" ]; then # FIXME: arguments need in a manner consistent with the way they are extracted # in the function get-application-args in command-line.lisp From fedora-extras-commits at redhat.com Thu Dec 28 01:45:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 20:45:01 -0500 Subject: rpms/kipi-plugins/devel .cvsignore, 1.7, 1.8 kipi-plugins.spec, 1.23, 1.24 sources, 1.7, 1.8 Message-ID: <200612280145.kBS1j1rP013939@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13920 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 - kipi-plugins-0.1.3-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 5 Dec 2006 18:40:38 -0000 1.7 +++ .cvsignore 28 Dec 2006 01:44:31 -0000 1.8 @@ -1,2 +1,3 @@ kipi-plugins-0.1.2.tar.bz2 kipi-plugins-0.1.3-beta1.tar.bz2 +kipi-plugins-0.1.3-rc1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- kipi-plugins.spec 10 Dec 2006 03:28:02 -0000 1.23 +++ kipi-plugins.spec 28 Dec 2006 01:44:31 -0000 1.24 @@ -1,10 +1,10 @@ -%define beta beta1 +%define beta rc1 Name: kipi-plugins Summary: Plugins to use with Kipi Version: 0.1.3 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia @@ -17,7 +17,7 @@ BuildRequires: kdelibs-devel BuildRequires: exiv2-devel # ipod support currently busted, omit, for now. -- Rex -%if "%{?fedora}" > "6" +%if 0%{?fedora} > 6 #define _with_libgpod --with-libgpod #BuildRequires: libgpod-devel >= 0.4.0 %endif @@ -168,6 +168,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 +- kipi-plugins-0.1.3-rc1 + * Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 - kipi-plugins-0.1.3-beta1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 5 Dec 2006 18:40:38 -0000 1.7 +++ sources 28 Dec 2006 01:44:31 -0000 1.8 @@ -1 +1 @@ -d5c11b94691679cfafdda89ae1158870 kipi-plugins-0.1.3-beta1.tar.bz2 +f4c2ac92bcfe79fcea04a32c16196d56 kipi-plugins-0.1.3-rc1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 01:59:36 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 20:59:36 -0500 Subject: rpms/kipi-plugins/FC-6 .cvsignore, 1.6, 1.7 kipi-plugins.spec, 1.20, 1.21 sources, 1.6, 1.7 Message-ID: <200612280159.kBS1xa5x014051@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14032 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 - kipi-plugins-0.1.3-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Aug 2006 18:57:20 -0000 1.6 +++ .cvsignore 28 Dec 2006 01:59:05 -0000 1.7 @@ -1,2 +1,3 @@ -kipi-plugins-0.1.1.tar.bz2 kipi-plugins-0.1.2.tar.bz2 +kipi-plugins-0.1.3-beta1.tar.bz2 +kipi-plugins-0.1.3-rc1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-6/kipi-plugins.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- kipi-plugins.spec 29 Aug 2006 18:57:20 -0000 1.20 +++ kipi-plugins.spec 28 Dec 2006 01:59:05 -0000 1.21 @@ -1,38 +1,36 @@ +%define beta rc1 + Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.2 -Release: 1%{?dist} +Version: 0.1.3 +Release: 0.2.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: libkipi-devel +BuildRequires: libkipi-devel >= 0.1.5 BuildRequires: kdelibs-devel +BuildRequires: exiv2-devel +# ipod support currently busted, omit, for now. -- Rex +%if 0%{?fedora} > 6 +#define _with_libgpod --with-libgpod +#BuildRequires: libgpod-devel >= 0.4.0 +%endif ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 -#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel ## kameraklient plugin BuildRequires: gphoto2-devel -## jpeglossless plugin -BuildRequires: libkexif-devel -BuildRequires: ImageMagick-c++-devel -# gr, -c++-devel doesn't Req: -devel on *some* distro/releases -BuildRequires: ImageMagick-devel -## htmlexport plugin -BuildRequires: libxslt-devel -BuildRequires: libxml2-devel >= 2.6 -# bogus extra dep from libxslt.la -BuildRequires: libgcrypt-devel +## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) +BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel -## (mostly) Essential +## jpeglossless plugin Requires: ImageMagick ## Technically, optional bits, but nice to have @@ -84,15 +82,21 @@ * FlickrExport : Plugin to export images to a remote Flickr web service (http://www.flickr.com) * HTMLExport : New plugin to export images collections into HTML page + * SimpleViewerExport : Plugin to export images to SimpleViewer + (http://www.airtightinteractive.com/simpleviewer/) + * GPSSync : Plugin to geolocalize pictures. +%if "%{?_with_libgpod:1}" == "1" + * IpodExport : Plugin to export pictures with an Ipod device. +%endif + * MetadataEdit : Plugin to edit EXIF and IPTC pictures metadata. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?beta:-%{beta}} %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -137,17 +141,25 @@ cat *.lang > %{name}-all.lang +## unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files -f %{name}-all.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/* -%{_libdir}/kde3/kipiplugin_*.[ls][ao] +%{_libdir}/lib*.so.* +%{_libdir}/kde3/kipiplugin_*.* %{_mandir}/man[^3]/* %{_datadir}/apps/kipi/ %{_datadir}/apps/kipiplugin_* @@ -156,14 +168,23 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 +- kipi-plugins-0.1.3-rc1 + +* Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 +- kipi-plugins-0.1.3-beta1 + +* Wed Oct 25 2006 Rex Dieter 0.1.2-2 +- rebuild against new(er) imlib2 + * Tue Aug 29 2006 Rex Dieter 0.1.2-1 -- 0.1.2 +- kipi-plugins-0.1.2 * Thu Jun 29 2006 Rex Dieter 0.1.1-1 -- 0.1.1 +- kipi-plugins-0.1.1 * Sun Jun 25 2006 Rex Dieter 0.1.0-1 -- 0.1.0 (final) +- kipi-plugins-0.1.0 (final) * Fri Jun 23 2006 Rex Dieter 0.1.0-0.11 - 0.1.0 (final rc candidate) Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Aug 2006 18:57:20 -0000 1.6 +++ sources 28 Dec 2006 01:59:05 -0000 1.7 @@ -1 +1 @@ -4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 +f4c2ac92bcfe79fcea04a32c16196d56 kipi-plugins-0.1.3-rc1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 02:00:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 21:00:27 -0500 Subject: rpms/kipi-plugins/FC-5 .cvsignore, 1.6, 1.7 kipi-plugins.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <200612280200.kBS20RaV014114@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 - kipi-plugins-0.1.3-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Aug 2006 18:58:17 -0000 1.6 +++ .cvsignore 28 Dec 2006 01:59:57 -0000 1.7 @@ -1,2 +1,3 @@ -kipi-plugins-0.1.1.tar.bz2 kipi-plugins-0.1.2.tar.bz2 +kipi-plugins-0.1.3-beta1.tar.bz2 +kipi-plugins-0.1.3-rc1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/kipi-plugins.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- kipi-plugins.spec 29 Aug 2006 18:58:17 -0000 1.18 +++ kipi-plugins.spec 28 Dec 2006 01:59:57 -0000 1.19 @@ -1,38 +1,36 @@ +%define beta rc1 + Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.2 -Release: 1%{?dist} +Version: 0.1.3 +Release: 0.2.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: libkipi-devel +BuildRequires: libkipi-devel >= 0.1.5 BuildRequires: kdelibs-devel +BuildRequires: exiv2-devel +# ipod support currently busted, omit, for now. -- Rex +%if 0%{?fedora} > 6 +#define _with_libgpod --with-libgpod +#BuildRequires: libgpod-devel >= 0.4.0 +%endif ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 -#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel ## kameraklient plugin BuildRequires: gphoto2-devel -## jpeglossless plugin -BuildRequires: libkexif-devel -BuildRequires: ImageMagick-c++-devel -# gr, -c++-devel doesn't Req: -devel on *some* distro/releases -BuildRequires: ImageMagick-devel -## htmlexport plugin -BuildRequires: libxslt-devel -BuildRequires: libxml2-devel >= 2.6 -# bogus extra dep from libxslt.la -BuildRequires: libgcrypt-devel +## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) +BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel -## (mostly) Essential +## jpeglossless plugin Requires: ImageMagick ## Technically, optional bits, but nice to have @@ -84,15 +82,21 @@ * FlickrExport : Plugin to export images to a remote Flickr web service (http://www.flickr.com) * HTMLExport : New plugin to export images collections into HTML page + * SimpleViewerExport : Plugin to export images to SimpleViewer + (http://www.airtightinteractive.com/simpleviewer/) + * GPSSync : Plugin to geolocalize pictures. +%if "%{?_with_libgpod:1}" == "1" + * IpodExport : Plugin to export pictures with an Ipod device. +%endif + * MetadataEdit : Plugin to edit EXIF and IPTC pictures metadata. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?beta:-%{beta}} %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -137,17 +141,25 @@ cat *.lang > %{name}-all.lang +## unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files -f %{name}-all.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/* -%{_libdir}/kde3/kipiplugin_*.[ls][ao] +%{_libdir}/lib*.so.* +%{_libdir}/kde3/kipiplugin_*.* %{_mandir}/man[^3]/* %{_datadir}/apps/kipi/ %{_datadir}/apps/kipiplugin_* @@ -156,14 +168,23 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 +- kipi-plugins-0.1.3-rc1 + +* Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 +- kipi-plugins-0.1.3-beta1 + +* Wed Oct 25 2006 Rex Dieter 0.1.2-2 +- rebuild against new(er) imlib2 + * Tue Aug 29 2006 Rex Dieter 0.1.2-1 -- 0.1.2 +- kipi-plugins-0.1.2 * Thu Jun 29 2006 Rex Dieter 0.1.1-1 -- 0.1.1 +- kipi-plugins-0.1.1 * Sun Jun 25 2006 Rex Dieter 0.1.0-1 -- 0.1.0 (final) +- kipi-plugins-0.1.0 (final) * Fri Jun 23 2006 Rex Dieter 0.1.0-0.11 - 0.1.0 (final rc candidate) Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Aug 2006 18:58:17 -0000 1.6 +++ sources 28 Dec 2006 01:59:57 -0000 1.7 @@ -1 +1 @@ -4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 +f4c2ac92bcfe79fcea04a32c16196d56 kipi-plugins-0.1.3-rc1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 04:31:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:32 -0500 Subject: rpms/horde - New directory Message-ID: <200612280431.kBS4VWub025325@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25321/horde Log Message: Directory /cvs/extras/rpms/horde added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 04:31:37 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:37 -0500 Subject: rpms/horde/devel - New directory Message-ID: <200612280431.kBS4Vbia025338@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25321/horde/devel Log Message: Directory /cvs/extras/rpms/horde/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 04:31:51 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:51 -0500 Subject: rpms/horde Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612280431.kBS4Vpsl025369@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25363 Added Files: Makefile import.log Log Message: Setup of module horde --- NEW FILE Makefile --- # Top level Makefile for module horde all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 04:31:56 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:56 -0500 Subject: rpms/horde/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612280431.kBS4VuhC025384@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25363/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module horde --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 04:35:08 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:35:08 -0500 Subject: rpms/horde import.log,1.1,1.2 Message-ID: <200612280435.kBS4Z8gx025478@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25428 Modified Files: import.log Log Message: auto-import horde-3.1.3-11 on branch devel from horde-3.1.3-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/horde/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 04:31:51 -0000 1.1 +++ import.log 28 Dec 2006 04:34:38 -0000 1.2 @@ -0,0 +1 @@ +horde-3_1_3-11:HEAD:horde-3.1.3-11.src.rpm:1167281062 From fedora-extras-commits at redhat.com Thu Dec 28 04:35:08 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:35:08 -0500 Subject: rpms/horde/devel horde.spec, NONE, 1.1 registry.php, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612280435.kBS4Z8qO025482@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25428/devel Modified Files: .cvsignore sources Added Files: horde.spec registry.php Log Message: auto-import horde-3.1.3-11 on branch devel from horde-3.1.3-11.src.rpm --- NEW FILE horde.spec --- Name: horde Version: 3.1.3 Release: 11%{?dist} Summary: The common Horde Framework for all Horde applications Source0: ftp://ftp.horde.org/pub/horde/tarballs/horde-%{version}.tar.gz Source1: registry.php Group: Applications/Internet License: LGPL URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: php >= 4.3.0 Requires: php-xml Requires: php-pear(DB) Requires: php-pear(File) Requires: php-pear(Log) Requires: php-pear(Mail_Mime) Requires(post): /sbin/service Requires(postun): /sbin/service %description The Horde Framework provides a common structure and interface for Horde applications (such as IMP, a web-based mail program). This RPM is required for all other Horde module RPMs. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Horde and its modules) please visit http://www.horde.org/. READ %{_docdir}/%{name}-%{version}/README.Fedora AFTER INSTALLING FOR INSTRUCTIONS AND SECURITY! For additional functionality, also install horde-enhanced %prep %setup -q -n %{name}-%{version} for file in `find lib/ -name '*.php'`; do chmod -x $file done cat <<_EOF_ >README.Fedora If Apache is running, you must now configure this installation of Horde by visiting: http://127.0.0.1/horde/ and then navigating to Administration > Setup > Horde Documentation on configuring Horde can be found at: %{_docdir}/%{name}-%{version}/docs/INSTALL **IMPORTANT** By default, everyone accessing Horde is automatically logged in as 'Administrator'. This is a security risk! It is very important that you change the authentication backend under the 'Authentication' tab. For this reason, Horde is currently only accessible from localhost. To enable wider access, edit: %{_sysconfdir}/httpd/conf.d/%{name}.conf Notice: Cookies will not be stored by your browser if you don't use a FQDN (fully qualified domain name), e.g. http://localhost/horde/. This will break horde's sessions and could result in crashing your browser! Take care to only access horde via IP address or FQDN (like http://localhost.localdomain/horde/) Most Horde sites will want to configure a database backend for user preferences and other horde metadata. In order to configure such a backend, be sure you install the appropriate php database module (such as php-mysql or php-pgsql). The following actions are also highly recommended: - Install 'horde-enhanced' which contains the following packages: php-imap php-mbstring php-mcrypt php-pecl-Fileinfo php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request php-pear-Mail php-pear-Net-Socket php-pear-Net-SMTP (or install them individually) - Increase memory_limit in %{_sysconfdir}/httpd/conf.d/%{name}.conf to 32M or higher - Browse http://127.0.0.1/horde/test.php for additional suggestions _EOF_ %build # Replace #!/usr/local/bin/php with #!/usr/bin/php for d in scripts/*.php scripts/crond; do perl -i -pe 's|^#!/usr/local/bin/php|#!/usr/bin/php|' "$d" done %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/%{name} rm -rf %{buildroot}%{_datadir}/%{name}/config/ rm -rf %{buildroot}%{_datadir}/%{name}/docs rm %{buildroot}%{_datadir}/%{name}/COPYING rm %{buildroot}%{_datadir}/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} install -m 0770 -d %{buildroot}%{_sysconfdir}/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/%{name} ln -fs ../../..%{_sysconfdir}/%{name} %{buildroot}%{_datadir}/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/%{name} rm -f hooks.php.dist for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done cp -a %{SOURCE1} . popd cat <<_EOF_ >%{name}.conf # # %{summary} # Alias /%{name} %{_datadir}/%{name} # Comment out the following 3 lines to make Horde accessible from anywhere Order Deny,Allow Deny from all Allow from 127.0.0.1 Options +FollowSymLinks # horde.org's recommended PHP settings: php_admin_flag safe_mode off php_admin_flag magic_quotes_runtime off php_flag session.use_trans_sid off php_flag session.auto_start off php_admin_flag file_uploads on # Optional - required for weather block in Horde to function #php_admin_flag allow_url_fopen on # If horde dies while trying to handle large email file attachments, # you are probably hitting PHP's memory limit. Raise that limit here, # but use caution # Set to your preference - memory_limit should be at least 32M # and be greater than the value set for post_max_size #php_value memory_limit 32M #php_value post_max_size 20M #php_value upload_max_filesize 10M # /usr/share/pear is needed for PEAR. /var/www/html/horde is needed for Horde itself # TODO: Set an appropriate include_path, too. Might even increase speed a bit. php_admin_value open_basedir "%{_datadir}/%{name}:%{_sysconfdir}/%{name}:/usr/share/pear:/tmp" php_admin_flag register_globals off Order Deny,Allow Deny from all # Deny access to files that are not served directly by the webserver Order Deny,Allow Deny from all # Deny access to the test.php files except from localhost Order Deny,Allow Deny from all Allow from 127.0.0.1 _EOF_ install -D -p -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf %clean rm -rf %{buildroot} %post /sbin/service httpd condrestart > /dev/null 2>&1 || : # Not allowed by the beurocracy #if [ $1 -eq 1 ]; then # echo To configure Horde, please read %{_docdir}/%{name}-%{version}/README.Fedora #fi %postun /sbin/service httpd condrestart > /dev/null 2>&1 || : %files -f %{name}.lang %defattr(-,root,root) # Apache horde.conf file %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %{_datadir}/%{name} %doc docs/ %doc COPYING %doc README %doc README.Fedora # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/*.php %attr(0660,apache,apache) %config %{_sysconfdir}/%{name}/*.xml %package enhanced Summary: Adds extra functionality to the horde framework Group: Applications/Internet BuildArch: noarch Requires: %{name} Requires: php-imap Requires: php-mbstring Requires: php-mcrypt Requires: php-pecl(Fileinfo) Requires: php-pear(Auth_SASL) Requires: php-pear(Date) Requires: php-pear(HTTP_Request) Requires: php-pear(Mail) Requires: php-pear(Net_Socket) Requires: php-pear(Net_SMTP) %description enhanced A collection of other external packages that extend the horde framework, including: php-imap php-mbstring php-mcrypt php-pecl-Fileinfo php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request php-pear-Mail php-pear-Net-Socket php-pear-Net-SMTP %files enhanced %doc README.Fedora %changelog * Wed Dec 27 2006 Brandon Holbrook 3.1.3-11 - created the 'enhanced' subpackage to pull in extented deps * Wed Dec 27 2006 Brandon Holbrook 3.1.3-10 - Remove execute permission from all php scripts under horde/lib/ - Make /usr/share/horde/config/ symlink relative - Don't echo anything in %%post * Thu Dec 21 2006 Brandon Holbrook 3.1.3-9 - Change $fileroot to FEDORA_FILEROOT in registry.php - Warned users about accessing horde via http://localhost/ * Wed Dec 20 2006 Brandon Holbrook 3.1.3-8 - Add httpd conf entries to make horde more secure - Require PEAR modules by name rather than RPM name - Pull in ALL files in /usr/share/horde - Add recommended actions to README.Fedora * Wed Dec 13 2006 Brandon Holbrook 3.1.3-7 - Fix path typo to README.Fedora * Wed Dec 13 2006 Brandon Holbrook 3.1.3-6 - Removed dependency on php_database - Added dependency on php-pear-File - Created README.Fedora instead of spamming the RPM install * Thu Nov 2 2006 Brandon Holbrook 3.1.3-5 - Added FollowSymLinks and some php_admin_flag's to Apache's conf - Removed (noreplace) from *.xml config files * Wed Sep 13 2006 Brandon Holbrook 3.1.3-4 - Handle locales better with %%find_lang * Sun Sep 10 2006 Brandon Holbrook 3.1.3-3 - Bumped to 3.1.2 - Fixed package names in Requires - Better inclusion of %%doc files * Sun Jul 5 2006 Brandon Holbrook 3.1.2-1.1 - Bumped to 3.1.2 * Sun Jun 25 2006 Brandon Holbrook 3.1.1-9.10 - Added dependencies: php-xml php-pear-DB php-pear-Mail_Mime php-pear-Log * Sun Jun 25 2006 Brandon Holbrook 3.1.1-9.9 - Created post-install message to instruct user on further configuration - Moved /var/lib/horde to /etc/horde (makes more sense) * Sat Apr 15 2006 Brandon Holbrook 3.1.1-9.7 - Added custom registry.php - Killed .htaccess file * Sat Apr 15 2006 Brandon Holbrook 3.1.1-9 - Added (noreplace) to all config files * Sat Apr 15 2006 Brandon Holbrook 3.1.1-8 - Added perl commands to tidy up Horde's ugly code * Sat Apr 15 2006 Brandon Holbrook 3.1.1-2 - Migrated to Fedora Extras * Tue Apr 11 2006 Johnny Hughes 3.1.1-1.c4 - upgraded to upstream version 3.1.1. - Removed html.php.patch * Wed Dec 14 2005 Johnny Hughes 3.0.8-2.centos4 - rolled in html.php.patch to fix this bug: http://bugs.horde.org/ticket/?id=3123 * Mon Dec 12 2005 Johnny Hughes 3.0.8-1.centos4 - Rolled in the upstream changes to version 3.0.8 See this link: http://marc.theaimsgroup.com/?l=horde-announce&m=113432948731152&w=2 * Tue Nov 29 2005 Johnny Hughes 3.0.7-1.centos4 - Rolled in upstream changes to version 3.0.7 * Sat Oct 29 2005 Johnny Hughes 3.0.6-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) - Changed the config file to be in /etc/httpd/conf.d/ * Thu Mar 31 2005 Greg Swallow - 3.0.4-1sme01 - Update for Horde 3.0.4 on SME7 * Tue Aug 10 2004 Shad L. Lords - 2.2.1-2sme01 - Update specfile - change apache to httpd in requires * Wed Apr 23 2003 Gordon Rowell - 2.2.1-1es00 - Rebuild [gordonr 7694] * Tue Feb 25 2003 Dan Brown - 2.2.1-1es - Rebuilt with horde 2.2.1 * Mon Jul 1 2002 Dan Brown - 2.1 release 1es - changed apache user and web root to comply with SME Server - removed horde.conf file, as this information is in e-smith-horde RPM * Tue Jun 25 2002 Brent J. Nordquist - 2.1 release 3 * Mon Jun 24 2002 Brent J. Nordquist - 2.1 release 2 (private beta) * Thu Jun 13 2002 Brent J. Nordquist - 2.1 release 1 (private beta) * Wed Jan 02 2002 Brent J. Nordquist - 2.0 release 1 * Mon Dec 24 2001 Brent J. Nordquist - 2.0-RC4 release 1 * Sat Dec 15 2001 Brent J. Nordquist - rewritten for Horde 2.0 * Wed Nov 14 2001 Brent J. Nordquist - 1.2.7 release 1rh7 * Sat Jul 21 2001 Brent J. Nordquist - 1.2.6 release 1rh7 * Tue Feb 06 2001 Brent J. Nordquist - 1.2.4 release 1rh --- NEW FILE registry.php --- applications['horde'] = array( 'fileroot' => FEDORA_FILEROOT, 'webroot' => $webroot, 'initial_page' => 'login.php', 'name' => _("Horde"), 'status' => 'active', 'templates' => FEDORA_FILEROOT . '/templates', 'provides' => 'horde' ); $this->applications['mimp'] = array( 'fileroot' => FEDORA_FILEROOT . '/mimp', 'webroot' => $this->applications['horde']['webroot'] . '/mimp', 'name' => _("Mobile Mail"), 'status' => 'notoolbar' ); $this->applications['imp'] = array( 'fileroot' => FEDORA_FILEROOT . '/imp', 'webroot' => $this->applications['horde']['webroot'] . '/imp', 'name' => _("Mail"), 'status' => 'active', 'provides' => 'mail', ); $this->applications['ingo'] = array( 'fileroot' => FEDORA_FILEROOT . '/ingo', 'webroot' => $this->applications['horde']['webroot'] . '/ingo', 'name' => _("Filters"), 'status' => 'active', 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'), 'menu_parent' => 'imp' ); $this->applications['sam'] = array( 'fileroot' => FEDORA_FILEROOT . '/sam', 'webroot' => $this->applications['horde']['webroot'] . '/sam', 'name' => _("Spam"), 'status' => 'inactive', // Uncomment this line if you want Sam to handle the blacklist filter // instead of Ingo: // 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist'), 'menu_parent' => 'imp' ); $this->applications['forwards'] = array( 'fileroot' => FEDORA_FILEROOT . '/forwards', 'webroot' => $this->applications['horde']['webroot'] . '/forwards', 'name' => _("Forwards"), 'status' => 'active', 'provides' => 'forwards', 'menu_parent' => 'imp', ); $this->applications['vacation'] = array( 'fileroot' => FEDORA_FILEROOT . '/vacation', 'webroot' => $this->applications['horde']['webroot'] . '/vacation', 'name' => _("Vacation"), 'status' => 'active', 'provides' => 'vacation', 'menu_parent' => 'imp' ); $this->applications['imp-folders'] = array( 'status' => 'block', 'app' => 'imp', 'blockname' => 'tree_folders', 'menu_parent' => 'imp', ); $this->applications['organizing'] = array( 'name' => _("Organizing"), 'status' => 'heading', ); $this->applications['turba'] = array( 'fileroot' => FEDORA_FILEROOT . '/turba', 'webroot' => $this->applications['horde']['webroot'] . '/turba', 'name' => _("Address Book"), 'status' => 'active', 'provides' => array('contacts', 'clients'), 'menu_parent' => 'organizing' ); $this->applications['turba-menu'] = array( 'status' => 'block', 'app' => 'turba', 'blockname' => 'tree_menu', 'menu_parent' => 'turba', ); $this->applications['kronolith'] = array( 'fileroot' => FEDORA_FILEROOT . '/kronolith', 'webroot' => $this->applications['horde']['webroot'] . '/kronolith', 'name' => _("Calendar"), 'status' => 'active', 'provides' => 'calendar', 'menu_parent' => 'organizing' ); $this->applications['kronolith-alarms'] = array( 'status' => 'block', 'app' => 'kronolith', 'blockname' => 'tree_alarms', 'menu_parent' => 'kronolith', ); $this->applications['kronolith-menu'] = array( 'status' => 'block', 'app' => 'kronolith', 'blockname' => 'tree_menu', 'menu_parent' => 'kronolith', ); $this->applications['mnemo'] = array( 'fileroot' => FEDORA_FILEROOT . '/mnemo', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'name' => _("Notes"), 'status' => 'active', 'provides' => 'notes', 'menu_parent' => 'organizing' ); $this->applications['nag'] = array( 'fileroot' => FEDORA_FILEROOT . '/nag', 'webroot' => $this->applications['horde']['webroot'] . '/nag', 'name' => _("Tasks"), 'status' => 'active', 'provides' => 'tasks', 'menu_parent' => 'organizing' ); $this->applications['genie'] = array( 'fileroot' => FEDORA_FILEROOT . '/genie', 'webroot' => $this->applications['horde']['webroot'] . '/genie', 'name' => _("Wishlist"), 'status' => 'inactive', 'provides' => 'wishlist', 'menu_parent' => 'organizing' ); $this->applications['trean'] = array( 'fileroot' => FEDORA_FILEROOT . '/trean', 'webroot' => $this->applications['horde']['webroot'] . '/trean', 'name' => _("Bookmarks"), 'status' => 'inactive', 'provides' => 'bookmarks', 'menu_parent' => 'organizing' ); $this->applications['trean-menu'] = array( 'status' => 'block', 'app' => 'trean', 'blockname' => 'tree_menu', 'menu_parent' => 'trean', ); $this->applications['devel'] = array( 'name' => _("Development"), 'status' => 'heading', ); $this->applications['chora'] = array( 'fileroot' => FEDORA_FILEROOT . '/chora', 'webroot' => $this->applications['horde']['webroot'] . '/chora', 'name' => _("Version Control"), 'status' => 'active', 'menu_parent' => 'devel' ); $this->applications['whups'] = array( 'fileroot' => FEDORA_FILEROOT . '/whups', 'webroot' => $this->applications['horde']['webroot'] . '/whups', 'name' => _("Tickets"), 'status' => 'inactive', 'provides' => 'tickets', 'menu_parent' => 'devel' ); $this->applications['luxor'] = array( 'fileroot' => FEDORA_FILEROOT . '/luxor', 'webroot' => $this->applications['horde']['webroot'] . '/luxor', 'name' => _("X-Ref"), 'status' => 'inactive', 'menu_parent' => 'devel' ); $this->applications['nic'] = array( 'fileroot' => FEDORA_FILEROOT . '/nic', 'webroot' => $this->applications['horde']['webroot'] . '/nic', 'name' => _("Network"), 'status' => 'inactive', 'menu_parent' => 'devel' ); $this->applications['info'] = array( 'name' => _("Information"), 'status' => 'heading', ); $this->applications['klutz'] = array( 'fileroot' => FEDORA_FILEROOT . '/klutz', 'webroot' => $this->applications['horde']['webroot'] . '/klutz', 'name' => _("Comics"), 'status' => 'inactive', 'provides' => 'comics', 'menu_parent' => 'info' ); $this->applications['occam'] = array( 'fileroot' => FEDORA_FILEROOT . '/occam', 'webroot' => $this->applications['horde']['webroot'] . '/occam', 'name' => _("Courses"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['mottle'] = array( 'fileroot' => FEDORA_FILEROOT . '/mottle', 'webroot' => $this->applications['horde']['webroot'] . '/mottle', 'name' => _("MOTD"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['jonah'] = array( 'fileroot' => FEDORA_FILEROOT . '/jonah', 'webroot' => $this->applications['horde']['webroot'] . '/jonah', 'name' => _("News"), 'status' => 'inactive', 'provides' => 'news', 'menu_parent' => 'info' ); $this->applications['jonah-menu'] = array( 'status' => 'block', 'app' => 'jonah', 'blockname' => 'tree_menu', 'menu_parent' => 'jonah', ); $this->applications['troll'] = array( 'fileroot' => FEDORA_FILEROOT . '/troll', 'webroot' => $this->applications['horde']['webroot'] . '/troll', 'name' => _("Newsgroups"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['troll-menu'] = array( 'status' => 'block', 'app' => 'troll', 'blockname' => 'tree_menu', 'menu_parent' => 'troll', ); $this->applications['goops'] = array( 'fileroot' => FEDORA_FILEROOT . '/goops', 'webroot' => $this->applications['horde']['webroot'] . '/goops', 'name' => _("Search Engines"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['office'] = array( 'name' => _("Office"), 'status' => 'heading', ); $this->applications['juno'] = array( 'fileroot' => FEDORA_FILEROOT . '/juno', 'webroot' => $this->applications['horde']['webroot'] . '/juno', 'name' => _("Accounting"), 'status' => 'inactive', 'menu_parent' => 'office' ); $this->applications['midas'] = array( 'fileroot' => FEDORA_FILEROOT . '/midas', 'webroot' => $this->applications['horde']['webroot'] . '/midas', 'name' => _("Ads"), 'status' => 'inactive', 'menu_parent' => 'office' ); $this->applications['hylax'] = array( 'fileroot' => FEDORA_FILEROOT . '/hylax', 'webroot' => $this->applications['horde']['webroot'] . '/hylax', 'name' => _("Faxes"), 'status' => 'inactive', 'menu_parent' => 'office', ); $this->applications['sesha'] = array( 'fileroot' => FEDORA_FILEROOT . '/sesha', 'webroot' => $this->applications['horde']['webroot'] . '/sesha', 'name' => _("Inventory"), 'status' => 'inactive', // Uncomment this line if you want Sesha to provide queue and version // names instead of Whups: // 'provides' => array('tickets/listQueues', 'tickets/getQueueDetails', 'tickets/listVersions', 'tickets/getVersionDetails'), 'menu_parent' => 'office', ); $this->applications['thor'] = array( 'fileroot' => FEDORA_FILEROOT . '/thor', 'webroot' => $this->applications['horde']['webroot'] . '/thor', 'name' => _("Projects"), 'status' => 'inactive', 'provides' => 'projects', 'menu_parent' => 'office' ); $this->applications['rakim'] = array( 'fileroot' => FEDORA_FILEROOT . '/rakim', 'webroot' => $this->applications['horde']['webroot'] . '/rakim', 'name' => _("Support"), 'status' => 'inactive', 'menu_parent' => 'office' ); $this->applications['hermes'] = array( 'fileroot' => FEDORA_FILEROOT . '/hermes', 'webroot' => $this->applications['horde']['webroot'] . '/hermes', 'name' => _("Time Tracking"), 'status' => 'inactive', 'menu_parent' => 'office', 'provides' => 'time' ); $this->applications['hermes-watch'] = array( 'status' => 'block', 'app' => 'hermes', 'blockname' => 'stopwatch', 'menu_parent' => 'hermes', ); $this->applications['myaccount'] = array( 'name' => _("My Account"), 'status' => 'heading', ); $this->applications['gollem'] = array( 'fileroot' => FEDORA_FILEROOT . '/gollem', 'webroot' => $this->applications['horde']['webroot'] . '/gollem', 'name' => _("File Manager"), 'status' => 'active', 'menu_parent' => 'myaccount', 'provides' => 'files', ); $this->applications['gollem-menu'] = array( 'status' => 'block', 'app' => 'gollem', 'blockname' => 'tree_menu', 'menu_parent' => 'gollem', ); $this->applications['passwd'] = array( 'fileroot' => FEDORA_FILEROOT . '/passwd', 'webroot' => $this->applications['horde']['webroot'] . '/passwd', 'name' => _("Password"), 'status' => 'active', 'menu_parent' => 'myaccount' ); $this->applications['jeta'] = array( 'fileroot' => FEDORA_FILEROOT . '/jeta', 'webroot' => $this->applications['horde']['webroot'] . '/jeta', 'name' => _("SSH"), 'status' => 'inactive', 'menu_parent' => 'myaccount' ); $this->applications['website'] = array( 'name' => _("Web Site"), 'status' => 'heading', ); $this->applications['giapeto'] = array( 'fileroot' => FEDORA_FILEROOT . '/giapeto', 'webroot' => $this->applications['horde']['webroot'] . '/giapeto', 'name' => _("CMS"), 'status' => 'inactive', 'provides' => 'cms', 'menu_parent' => 'website' ); $this->applications['agora'] = array( 'fileroot' => FEDORA_FILEROOT . '/agora', 'webroot' => $this->applications['horde']['webroot'] . '/agora', 'name' => _("Forums"), 'status' => 'inactive', 'provides' => 'forums', 'menu_parent' => 'website' ); $this->applications['ulaform'] = array( 'fileroot' => FEDORA_FILEROOT . '/ulaform', 'webroot' => $this->applications['horde']['webroot'] . '/ulaform', 'name' => _("Forms"), 'status' => 'inactive', 'menu_parent' => 'website' ); $this->applications['volos'] = array( 'fileroot' => FEDORA_FILEROOT . '/volos', 'webroot' => $this->applications['horde']['webroot'] . '/volos', 'name' => _("Guestbook"), 'status' => 'inactive', 'menu_parent' => 'website' ); $this->applications['ansel'] = array( 'fileroot' => FEDORA_FILEROOT . '/ansel', 'webroot' => $this->applications['horde']['webroot'] . '/ansel', 'name' => _("Photos"), 'status' => 'inactive', 'provides' => 'images', 'menu_parent' => 'website' ); $this->applications['scry'] = array( 'fileroot' => FEDORA_FILEROOT . '/scry', 'webroot' => $this->applications['horde']['webroot'] . '/scry', 'name' => _("Polls"), 'status' => 'inactive', 'provides' => 'polls', 'menu_parent' => 'website' ); $this->applications['merk'] = array( 'fileroot' => FEDORA_FILEROOT . '/merk', 'webroot' => $this->applications['horde']['webroot'] . '/merk', 'name' => _("Shopping"), 'status' => 'inactive', 'menu_parent' => 'website' ); $this->applications['swoosh'] = array( 'fileroot' => FEDORA_FILEROOT . '/swoosh', 'webroot' => $this->applications['horde']['webroot'] . '/swoosh', 'name' => _("SMS Messaging"), 'status' => 'inactive', 'provides' => 'sms', 'menu_parent' => 'website' ); $this->applications['wicked'] = array( 'fileroot' => FEDORA_FILEROOT . '/wicked', 'webroot' => $this->applications['horde']['webroot'] . '/wicked', 'name' => _("Wiki"), 'status' => 'inactive', 'provides' => 'wiki', 'menu_parent' => 'website' ); $this->applications['vilma'] = array( 'fileroot' => FEDORA_FILEROOT . '/vilma', 'webroot' => $this->applications['horde']['webroot'] . '/vilma', 'name' => _("Mail Admin"), 'status' => 'inactive', 'menu_parent' => 'administration' ); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/horde/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 04:31:56 -0000 1.1 +++ .cvsignore 28 Dec 2006 04:34:38 -0000 1.2 @@ -0,0 +1 @@ +horde-3.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/horde/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 04:31:56 -0000 1.1 +++ sources 28 Dec 2006 04:34:38 -0000 1.2 @@ -0,0 +1 @@ +fbc56c608ac81474b846b1b4b7bb5ee7 horde-3.1.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 04:58:29 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:58:29 -0500 Subject: owners owners.list,1.2161,1.2162 Message-ID: <200612280458.kBS4wTLA025618@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25603 Modified Files: owners.list Log Message: Added horde Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2161 retrieving revision 1.2162 diff -u -r1.2161 -r1.2162 --- owners.list 28 Dec 2006 01:20:06 -0000 1.2161 +++ owners.list 28 Dec 2006 04:57:59 -0000 1.2162 @@ -734,6 +734,7 @@ Fedora Extras|highlight|Universal source code to formatted text converter|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| Fedora Extras|hnb|Hierarchical Notebook|rpm at greysector.net|extras-qa at fedoraproject.org| +Fedora Extras|horde|PHP Application Framework|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|hpic|Healpix manipulation binaries and library|matt at truch.net|extras-qa at fedoraproject.org| Fedora Extras|hping2|Software to do TCP/IP stack auditing and much more|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|hping3|Software to do TCP/IP stack auditing and much more|paul at xelerance.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 05:45:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:16 -0500 Subject: rpms/gpodder - New directory Message-ID: <200612280545.kBS5jGUe028900@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28896/gpodder Log Message: Directory /cvs/extras/rpms/gpodder added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 05:45:17 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:17 -0500 Subject: rpms/gpodder/devel - New directory Message-ID: <200612280545.kBS5jHr3028913@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28896/gpodder/devel Log Message: Directory /cvs/extras/rpms/gpodder/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 05:45:30 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:30 -0500 Subject: rpms/gpodder Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612280545.kBS5jUUj028943@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28937 Added Files: Makefile import.log Log Message: Setup of module gpodder --- NEW FILE Makefile --- # Top level Makefile for module gpodder all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 05:45:35 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:35 -0500 Subject: rpms/gpodder/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612280545.kBS5jZWO028958@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28937/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gpodder --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 05:46:32 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:46:32 -0500 Subject: rpms/gpodder import.log,1.1,1.2 Message-ID: <200612280546.kBS5kWo6029027@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28997 Modified Files: import.log Log Message: auto-import gpodder-0.8.0-3.fc7 on branch devel from gpodder-0.8.0-3.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gpodder/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 05:45:30 -0000 1.1 +++ import.log 28 Dec 2006 05:46:02 -0000 1.2 @@ -0,0 +1 @@ +gpodder-0_8_0-3_fc7:HEAD:gpodder-0.8.0-3.fc7.src.rpm:1167252899 From fedora-extras-commits at redhat.com Thu Dec 28 05:46:33 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:46:33 -0500 Subject: rpms/gpodder/devel gpodder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612280546.kBS5kXCu029031@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28997/devel Modified Files: .cvsignore sources Added Files: gpodder.spec Log Message: auto-import gpodder-0.8.0-3.fc7 on branch devel from gpodder-0.8.0-3.fc7.src.rpm --- NEW FILE gpodder.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")} Name: gpodder Version: 0.8.0 Release: 3%{?dist} Summary: Podcast receiver/catcher written in Python Group: Applications/Multimedia License: GPL URL: http://perli.net/projekte/gpodder/index.html Source0: http://perli.net/projekte/gpodder/releases/0.8.0/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool Requires: pygtk2 pygtk2-libglade wget %description gPodder is a Podcast receiver/catcher written in Python, using GTK. It manages podcast feeds for you and automatically downloads all podcasts from as many feeds as you like. It also optionally supports syncing with ipods. %prep %setup -q %build make messages %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT iconv -f latin1 -t utf-8 $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop \ -o $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop.new mv $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop.new $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --remove-key Miniicon --add-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING README INSTALL %{_bindir}/%{name} %{_datadir}/%{name}/ %{_mandir}/man1/* %{_datadir}/applications/*.desktop %{python_sitelib}/%{name}/ %changelog * Wed Dec 27 2006 Jef Spaleta 0.8.0-3 - Rmove X-Fedora-Extras Category and python dependancy as per review comments * Sun Dec 24 2006 Jef Spaleta 0.8.0-2 - added iconv call to force utf-8 encoding. * Sun Dec 24 2006 Jef Spaleta 0.8.0-1 - Initial build for FE inclusion review Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gpodder/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 05:45:35 -0000 1.1 +++ .cvsignore 28 Dec 2006 05:46:03 -0000 1.2 @@ -0,0 +1 @@ +gpodder-0.8.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gpodder/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 05:45:35 -0000 1.1 +++ sources 28 Dec 2006 05:46:03 -0000 1.2 @@ -0,0 +1 @@ +8c58c613d049bd2387e09876c574ebf9 gpodder-0.8.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 05:54:19 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:54:19 -0500 Subject: owners owners.list,1.2162,1.2163 Message-ID: <200612280554.kBS5sJrN029157@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29138 Modified Files: owners.list Log Message: added gpodder entry Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2162 retrieving revision 1.2163 diff -u -r1.2162 -r1.2163 --- owners.list 28 Dec 2006 04:57:59 -0000 1.2162 +++ owners.list 28 Dec 2006 05:53:49 -0000 1.2163 @@ -646,6 +646,7 @@ Fedora Extras|gpgme|GnuPG Made Easy|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gpgme03|GnuPG Made Easy interface library|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|gphpedit|A PHP source editor for GNOME 2|rpm at timj.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|gpodder|Podcast receiver/catcher written in Python|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gpp|Gnome Photo Printer|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| Fedora Extras|gpredict|Real-time satellite tracking and orbit prediction program|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gprolog|GNU Prolog Compiler|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 11:38:22 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:22 -0500 Subject: rpms/python-twisted-runner - New directory Message-ID: <200612281138.kBSBcMC4017517@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17513/python-twisted-runner Log Message: Directory /cvs/extras/rpms/python-twisted-runner added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 11:38:22 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:22 -0500 Subject: rpms/python-twisted-runner/devel - New directory Message-ID: <200612281138.kBSBcMai017530@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17513/python-twisted-runner/devel Log Message: Directory /cvs/extras/rpms/python-twisted-runner/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 11:38:34 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:34 -0500 Subject: rpms/python-twisted-runner Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281138.kBSBcY7O017560@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17554 Added Files: Makefile import.log Log Message: Setup of module python-twisted-runner --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-runner all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 11:38:39 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:39 -0500 Subject: rpms/python-twisted-runner/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281138.kBSBcdkJ017575@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17554/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-runner --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 11:39:37 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:39:37 -0500 Subject: rpms/python-twisted-runner import.log,1.1,1.2 Message-ID: <200612281139.kBSBdbW2017644@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17614 Modified Files: import.log Log Message: auto-import python-twisted-runner-0.2.0-4.fc6 on branch devel from python-twisted-runner-0.2.0-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-runner/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 11:38:34 -0000 1.1 +++ import.log 28 Dec 2006 11:39:06 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-runner-0_2_0-4_fc6:HEAD:python-twisted-runner-0.2.0-4.fc6.src.rpm:1167306534 From fedora-extras-commits at redhat.com Thu Dec 28 11:39:37 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:39:37 -0500 Subject: rpms/python-twisted-runner/devel python-twisted-runner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281139.kBSBdb0Y017648@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17614/devel Modified Files: .cvsignore sources Added Files: python-twisted-runner.spec Log Message: auto-import python-twisted-runner-0.2.0-4.fc6 on branch devel from python-twisted-runner-0.2.0-4.fc6.src.rpm --- NEW FILE python-twisted-runner.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedRunner Name: %{python}-twisted-runner Version: 0.2.0 Release: 4%{?dist} Summary: Twisted Runner process management library and inetd replacement Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com Source0: http://tmrc.mit.edu/mirror/twisted/Runner/0.2/TwistedRunner-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: %{python}-twisted-core >= 2.4.0 # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core %description Twisted is an event-based framework for internet applications. Twisted Runner contains code useful for persistent process management with Python and Twisted, and has an almost full replacement for inetd. %prep %setup -n %{origname}-%{version} -q %build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{python_sitearch}/twisted/runner/portmap.c %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README LICENSE NEWS %{python_sitearch}/twisted/runner/ %changelog * Wed Dec 27 2006 Thomas Vander Stichele - add LICENSE and NEWS * Wed Nov 01 2006 Thomas Vander Stichele - 0.2.0-3 - remove .c file * Tue Sep 26 2006 Thomas Vander Stichele - 0.2.0-2 - no longer ghost .pyo files * Wed Jun 07 2006 Thomas Vander Stichele - 0.2.0-1 - new release - remove noarch * Tue Aug 23 2005 Jeff Pitman 0.1.0-2 - disttag * Fri Mar 25 2005 Jeff Pitman 0.1.0-1 - final release * Wed Mar 16 2005 Jeff Pitman 0.1.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.1.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-runner/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 11:38:39 -0000 1.1 +++ .cvsignore 28 Dec 2006 11:39:07 -0000 1.2 @@ -0,0 +1 @@ +TwistedRunner-0.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-runner/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 11:38:39 -0000 1.1 +++ sources 28 Dec 2006 11:39:07 -0000 1.2 @@ -0,0 +1 @@ +ec4677a59dd2643d50da0914b3a1df88 TwistedRunner-0.2.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:00:35 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 28 Dec 2006 07:00:35 -0500 Subject: rpms/libkipi/FC-5 .cvsignore, 1.5, 1.6 libkipi.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <200612281200.kBSC0ZEs017818@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17782/FC-5 Modified Files: .cvsignore libkipi.spec sources Log Message: * Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 - version 0.1.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 May 2006 07:43:45 -0000 1.5 +++ .cvsignore 28 Dec 2006 12:00:05 -0000 1.6 @@ -1 +1 @@ -libkipi-0.1.4.tar.bz2 +libkipi-0.1.5.tar.bz2 Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-5/libkipi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libkipi.spec 20 May 2006 07:43:45 -0000 1.11 +++ libkipi.spec 28 Dec 2006 12:00:05 -0000 1.12 @@ -1,12 +1,12 @@ Name: libkipi -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries License: LGPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkipi-0.1.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkipi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 6:3.0 @@ -22,6 +22,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: kdelibs-devel +Requires: pkgconfig %description devel Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin @@ -83,6 +84,15 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 +- version 0.1.5 + +* Thu Sep 14 2006 Aurelien Bompard 0.1.4-3 +- have the devel package require pkgconfig + +* Wed Aug 30 2006 Aurelien Bompard 0.1.4-2 +- rebuild + * Sat May 20 2006 Aurelien Bompard 0.1.4-1 - version 0.1.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 May 2006 07:43:45 -0000 1.5 +++ sources 28 Dec 2006 12:00:05 -0000 1.6 @@ -1 +1 @@ -2d8b8da064b85b0e53a98b4a7510392e libkipi-0.1.4.tar.bz2 +aef790871583444cd81bd9dea9c3fd0b libkipi-0.1.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:00:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 28 Dec 2006 07:00:36 -0500 Subject: rpms/libkipi/FC-6 .cvsignore, 1.5, 1.6 libkipi.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <200612281200.kBSC0aZD017823@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17782/FC-6 Modified Files: .cvsignore libkipi.spec sources Log Message: * Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 - version 0.1.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 May 2006 07:43:46 -0000 1.5 +++ .cvsignore 28 Dec 2006 12:00:06 -0000 1.6 @@ -1 +1 @@ -libkipi-0.1.4.tar.bz2 +libkipi-0.1.5.tar.bz2 Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-6/libkipi.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libkipi.spec 14 Sep 2006 15:11:41 -0000 1.13 +++ libkipi.spec 28 Dec 2006 12:00:06 -0000 1.14 @@ -1,12 +1,12 @@ Name: libkipi -Version: 0.1.4 -Release: 3%{?dist} +Version: 0.1.5 +Release: 1%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries License: LGPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkipi-0.1.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkipi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 6:3.0 @@ -84,6 +84,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 +- version 0.1.5 + * Thu Sep 14 2006 Aurelien Bompard 0.1.4-3 - have the devel package require pkgconfig Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 May 2006 07:43:46 -0000 1.5 +++ sources 28 Dec 2006 12:00:06 -0000 1.6 @@ -1 +1 @@ -2d8b8da064b85b0e53a98b4a7510392e libkipi-0.1.4.tar.bz2 +aef790871583444cd81bd9dea9c3fd0b libkipi-0.1.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:03:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 28 Dec 2006 07:03:39 -0500 Subject: rpms/glom/devel glom-1.2.2-py25.patch,NONE,1.1 glom.spec,1.8,1.9 Message-ID: <200612281203.kBSC3dSa021072@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21054 Modified Files: glom.spec Added Files: glom-1.2.2-py25.patch Log Message: Added patch to fix python 2.5 compile glom-1.2.2-py25.patch: --- NEW FILE glom-1.2.2-py25.patch --- --- glom-1.2.2/glom/libglom/python_embed/py_glom_record.cc.orig 2006-12-28 12:46:59.000000000 +0100 +++ glom-1.2.2/glom/libglom/python_embed/py_glom_record.cc 2006-12-28 12:48:06.000000000 +0100 @@ -170,7 +170,7 @@ -static int +static Py_ssize_t Record_tp_as_mapping_length(PyGlomRecord *self) { return self->m_pMap_field_values->size(); @@ -228,7 +228,7 @@ */ static PyMappingMethods Record_tp_as_mapping = { - (inquiry)Record_tp_as_mapping_length, + (lenfunc)Record_tp_as_mapping_length, (binaryfunc)Record_tp_as_mapping_getitem, (objobjargproc)0 /* Record_tp_as_mapping_setitem */ }; --- glom-1.2.2/glom/libglom/python_embed/py_glom_related.cc.orig 2006-12-28 12:46:59.000000000 +0100 +++ glom-1.2.2/glom/libglom/python_embed/py_glom_related.cc 2006-12-28 12:47:40.000000000 +0100 @@ -102,7 +102,7 @@ } -static int +static Py_ssize_t Related_tp_as_mapping_length(PyGlomRelated *self) { return self->m_pMap_relationships->size(); @@ -188,7 +188,7 @@ */ static PyMappingMethods Related_tp_as_mapping = { - (inquiry)Related_tp_as_mapping_length, + (lenfunc)Related_tp_as_mapping_length, (binaryfunc)Related_tp_as_mapping_getitem, (objobjargproc)0 /* Related_tp_as_mapping_setitem */ }; Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- glom.spec 11 Dec 2006 15:51:10 -0000 1.8 +++ glom.spec 28 Dec 2006 12:03:09 -0000 1.9 @@ -11,6 +11,7 @@ URL: http://www.glom.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glom/%{major_version}/%{name}-%{major_version}.%{minor_version}.tar.bz2 Patch0: glom-1.0.5-poconfig.patch +Patch1: glom-1.2.2-py25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bakery-devel >= 2.4 @@ -52,6 +53,7 @@ %prep %setup -q %patch0 -p1 -b .poconfig +%patch1 -p1 -b .py25 %build @@ -118,6 +120,7 @@ %changelog * Mon Dec 11 2006 Denis Leroy - 1.2.2-3 - Fixed python2.5 path +- Added patch to fix python 2.5 compile * Fri Dec 8 2006 Denis Leroy - 1.2.2-2 - Fixed source upload From fedora-extras-commits at redhat.com Thu Dec 28 12:08:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 28 Dec 2006 07:08:43 -0500 Subject: rpms/glom/FC-6 .cvsignore, 1.6, 1.7 glom.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612281208.kBSC8hop021189@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21163 Modified Files: .cvsignore glom.spec sources Log Message: Update to 1.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glom/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Nov 2006 10:10:19 -0000 1.6 +++ .cvsignore 28 Dec 2006 12:08:13 -0000 1.7 @@ -1 +1 @@ -glom-1.2.1.tar.bz2 +glom-1.2.2.tar.bz2 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/FC-6/glom.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glom.spec 21 Nov 2006 10:10:19 -0000 1.5 +++ glom.spec 28 Dec 2006 12:08:13 -0000 1.6 @@ -1,9 +1,9 @@ %define major_version 1.2 -%define minor_version 1 +%define minor_version 2 Name: glom Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -116,6 +116,9 @@ %changelog +* Thu Dec 28 2006 Denis Leroy - 1.2.2-1 +- Update to 1.2.2 + * Tue Nov 21 2006 Denis Leroy - 1.2.1-2 - Update to 1.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glom/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 21 Nov 2006 10:10:19 -0000 1.6 +++ sources 28 Dec 2006 12:08:13 -0000 1.7 @@ -1 +1 @@ -406c28f1bb4e704c7c4fb56a48893f21 glom-1.2.1.tar.bz2 +7b5c56317dd8386b17a05e5bfbb6c119 glom-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:23:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 28 Dec 2006 07:23:24 -0500 Subject: rpms/glom/devel glom-1.2.2-py25.patch,1.1,1.2 Message-ID: <200612281223.kBSCNOai021305@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21286 Modified Files: glom-1.2.2-py25.patch Log Message: Missed a third occurence of fix glom-1.2.2-py25.patch: Index: glom-1.2.2-py25.patch =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom-1.2.2-py25.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glom-1.2.2-py25.patch 28 Dec 2006 12:03:09 -0000 1.1 +++ glom-1.2.2-py25.patch 28 Dec 2006 12:22:53 -0000 1.2 @@ -38,3 +38,23 @@ (binaryfunc)Related_tp_as_mapping_getitem, (objobjargproc)0 /* Related_tp_as_mapping_setitem */ }; +--- glom-1.2.2/glom/libglom/python_embed/py_glom_relatedrecord.cc.orig 2006-12-28 12:46:59.000000000 +0100 ++++ glom-1.2.2/glom/libglom/python_embed/py_glom_relatedrecord.cc 2006-12-28 13:26:01.000000000 +0100 +@@ -140,7 +140,7 @@ + */ + + +-static int ++static Py_ssize_t + RelatedRecord_tp_as_mapping_length(PyGlomRelatedRecord *self) + { + return self->m_pMap_field_values->size(); +@@ -237,7 +237,7 @@ + */ + + static PyMappingMethods RelatedRecord_tp_as_mapping = { +- (inquiry)RelatedRecord_tp_as_mapping_length, ++ (lenfunc)RelatedRecord_tp_as_mapping_length, + (binaryfunc)RelatedRecord_tp_as_mapping_getitem, + (objobjargproc)0 /* RelatedRecord_tp_as_mapping_setitem */ + }; From fedora-extras-commits at redhat.com Thu Dec 28 13:56:37 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:56:37 -0500 Subject: rpms/lush - New directory Message-ID: <200612281356.kBSDubje024757@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24753/lush Log Message: Directory /cvs/extras/rpms/lush added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 13:56:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:56:43 -0500 Subject: rpms/lush/devel - New directory Message-ID: <200612281356.kBSDuhNw024770@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24753/lush/devel Log Message: Directory /cvs/extras/rpms/lush/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 13:57:04 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Thu, 28 Dec 2006 08:57:04 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.8,1.9 Message-ID: <200612281357.kBSDv4le024809@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24734 Modified Files: autogen.spec Log Message: Remove gratuitous ExcludeArch: ppc Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- autogen.spec 27 Dec 2006 21:33:28 -0000 1.8 +++ autogen.spec 28 Dec 2006 13:56:34 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 6%{?dist} +Release: 6.1%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -16,8 +16,6 @@ Obsoletes: libopts-devel Obsoletes: libopts -ExcludeArch: ppc - %description AutoGen is a tool designed to simplify the creation and maintenance of programes that contain large amounts of repetitious text. It is especially @@ -126,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Thu Dec 28 2006 David Woodhouse 5.8.7-6.1 +- remove apparently gratuitous ExcludeArch: ppc + * Wed Dec 27 2006 Paul F. Johnson 5.8.7-6 - remove smp_mflags, makes x86_64 cry From fedora-extras-commits at redhat.com Thu Dec 28 13:57:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:57:00 -0500 Subject: rpms/lush Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281357.kBSDv0Tk024800@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24794 Added Files: Makefile import.log Log Message: Setup of module lush --- NEW FILE Makefile --- # Top level Makefile for module lush all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 13:57:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:57:05 -0500 Subject: rpms/lush/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281357.kBSDv5PM024819@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24794/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module lush --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 14:00:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 09:00:29 -0500 Subject: rpms/lush import.log,1.1,1.2 Message-ID: <200612281400.kBSE0TgX024931@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24901 Modified Files: import.log Log Message: auto-import lush-1.2.1-1 on branch devel from lush-1.2.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/lush/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 13:57:00 -0000 1.1 +++ import.log 28 Dec 2006 13:59:59 -0000 1.2 @@ -0,0 +1 @@ +lush-1_2_1-1:HEAD:lush-1.2.1-1.src.rpm:1167314987 From fedora-extras-commits at redhat.com Thu Dec 28 14:00:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 09:00:29 -0500 Subject: rpms/lush/devel lush.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281400.kBSE0Tpp024935@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24901/devel Modified Files: .cvsignore sources Added Files: lush.spec Log Message: auto-import lush-1.2.1-1 on branch devel from lush-1.2.1-1.src.rpm --- NEW FILE lush.spec --- Name: lush Version: 1.2.1 Release: 1%{?dist} Summary: An object-oriented Lisp interpreter and compiler Group: Development/Languages License: GPL URL: http://lush.sourceforge.net Source0: http://download.sourceforge.net/lush/lush-1.2.1.tar.gz Source1: http://lush.sourceforge.net/lush-manual.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel BuildRequires: gpm-devel BuildRequires: binutils-devel BuildRequires: libX11-devel BuildRequires: libSM-devel BuildRequires: libICE-devel BuildRequires: libXft-devel BuildRequires: freetype-devel BuildRequires: zlib-devel BuildRequires: pkgconfig %description Lush is an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, loosely-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages. %prep %setup -q -n lush cp %{SOURCE1} . sed -i "s|OPTS =.*|OPTS = $RPM_OPT_FLAGS|" src/Makefile.in %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # fix file flags find $RPM_BUILD_ROOT%{_datadir}/lush -type f -exec chmod 0644 '{}' \; find $RPM_BUILD_ROOT%{_datadir}/lush -type f -name demo\* -exec chmod 0755 '{}' \; find $RPM_BUILD_ROOT%{_datadir}/lush -type f -name tsp -exec chmod 0755 '{}' \; find $RPM_BUILD_ROOT%{_mandir} -type f -exec chmod 0644 '{}' \; rm -rf $RPM_BUILD_ROOT%{_datadir}/lush/{src,etc,demos} chmod 0644 etc/* demos/* rm -f etc/lush.1 etc/make* # disable error about buildroot contained in stdenv.dump export QA_SKIP_BUILD_ROOT=1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING COPYRIGHT README lush-manual.pdf %doc etc contrib demos %{_bindir}/* %{_datadir}/lush %{_mandir}/man*/* %changelog * Thu Nov 23 2006 Gerard Milmeister - 1.2.1-1 - new version 1.2.1 * Sat Oct 7 2006 Gerard Milmeister - 1.2-3 - move examples to docdir * Mon Sep 25 2006 Gerard Milmeister - 1.2-2 - added patch to compile with binutils 2.17 * Sun Sep 10 2006 Gerard Milmeister - 1.2-1 - new version 1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lush/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 13:57:05 -0000 1.1 +++ .cvsignore 28 Dec 2006 13:59:59 -0000 1.2 @@ -0,0 +1,2 @@ +lush-1.2.1.tar.gz +lush-manual.pdf Index: sources =================================================================== RCS file: /cvs/extras/rpms/lush/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 13:57:05 -0000 1.1 +++ sources 28 Dec 2006 13:59:59 -0000 1.2 @@ -0,0 +1,2 @@ +04dd0caa0e59909f3f42ca95531737ae lush-1.2.1.tar.gz +3838fc7de8367a63349635766c657fbf lush-manual.pdf From fedora-extras-commits at redhat.com Thu Dec 28 14:58:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:15 -0500 Subject: rpms/gnome-commander - New directory Message-ID: <200612281458.kBSEwFSC028347@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28343/gnome-commander Log Message: Directory /cvs/extras/rpms/gnome-commander added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 14:58:20 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:20 -0500 Subject: rpms/gnome-commander/devel - New directory Message-ID: <200612281458.kBSEwK4u028360@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28343/gnome-commander/devel Log Message: Directory /cvs/extras/rpms/gnome-commander/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 14:58:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:40 -0500 Subject: rpms/gnome-commander Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281458.kBSEwehB028390@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28384 Added Files: Makefile import.log Log Message: Setup of module gnome-commander --- NEW FILE Makefile --- # Top level Makefile for module gnome-commander all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 14:58:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:45 -0500 Subject: rpms/gnome-commander/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281458.kBSEwjEh028405@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28384/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-commander --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 15:00:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 10:00:09 -0500 Subject: rpms/gnome-commander/devel gnome-commander.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281500.kBSF09LL028484@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28445/devel Modified Files: .cvsignore sources Added Files: gnome-commander.spec Log Message: auto-import gnome-commander-1.2.3-2 on branch devel from gnome-commander-1.2.3-2.src.rpm --- NEW FILE gnome-commander.spec --- Name: gnome-commander Version: 1.2.3 Release: 2%{?dist} Summary: A nice and fast file manager for the GNOME desktop Group: Applications/File License: GPL URL: http://www.nongnu.org/gcmd/ Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: scrollkeeper BuildRequires: gettext BuildRequires: id3lib-devel BuildRequires: lcms-devel BuildRequires: libgnomeui-devel BuildRequires: libexif-devel BuildRequires: gnome-doc-utils BuildRequires: perl(XML::Parser) Requires(post): scrollkeeper Requires(postun): scrollkeeper %description GNOME Commander is a nice and fast file manager for the GNOME desktop. In addition to performing the basic filemanager functions the program is also an FTP-client and it can browse SMB-networks. %prep %setup -q %build %configure --disable-scrollkeeper %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} \ INSTALL="%{__install} -c -p" \ DESTDIR=%{buildroot} \ install desktop-file-install \ --delete-original \ --vendor '' \ --remove-category Application \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop %{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la,so} %{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la,so} %find_lang %{name} %post scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun scrollkeeper-update -q || : %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt %{_bindir}/* %{_libdir}/%{name}/ %{_mandir}/man1/%{name}.1* %{_datadir}/applications/%{name}.desktop %{_datadir}/gnome/help/%{name}/ %{_datadir}/omf/%{name}/ %{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}/ %changelog * Thu Dec 21 2006 Mamoru Tasaka - 1.2.3-2 - Clean up. * Tue Nov 14 2006 Piotr Eljasiak - fixed Source0 address * Mon Jul 17 2006 Piotr Eljasiak - added glib dependencies * Sun May 14 2006 Stephanos Manos - Fixed Scrollkeeper database update -disabled scrollkeeper update from make -added scrollkeeper-database-update in the %%post & %%postun section - Added %%post & %%postun entries for the desktop file - Added %%post & %%postun entries for the gtk+ icon cache file * Sun Apr 9 2006 Piotr Eljasiak - minor cleanups * Thu Mar 5 2006 Piotr Eljasiak - added OMF files * Mon Feb 13 2006 Piotr Eljasiak - install gnome-commander icon to %%{_datadir}/pixmaps/ - install gnome-commander.1* to %%{_mandir}/man1/ * Sat Feb 11 2006 Piotr Eljasiak - set default srcext to .bz2 * Fri Jan 28 2005 Piotr Eljasiak - fixed typo: rpm --> rpmbuild * Mon May 03 2004 Piotr Eljasiak - converted spec file to utf-8 - used RPM macros a bit more * Thu Jun 19 2003 Piotr Eljasiak - added libraries * Tue Mar 25 2003 Piotr Eljasiak - updated Sources * Mon Jan 20 2003 Piotr Eljasiak - added build dependencies * Fri Jan 10 2003 Piotr Eljasiak - added localization * Thu Jan 09 2003 Piotr Eljasiak - added dependencies * Mon Jun 24 2002 Piotr Eljasiak - more cleanup in install section * Sat Jun 15 2002 Piotr Eljasiak - simplified install and files sections * Mon Jun 10 2002 Piotr Eljasiak - .spec file is now generated from .spec.in * Mon Jun 10 2002 Marcus Bjurman - The default icon for this project is now called gnome-commander.png The xpm variant of the same icon is now also renamed in the same manner. * Sat Mar 9 2002 Marcus Bjurman - Pumped up the version nr * Sun Nov 4 2001 Marcus Bjurman - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 14:58:45 -0000 1.1 +++ .cvsignore 28 Dec 2006 14:59:39 -0000 1.2 @@ -0,0 +1 @@ +gnome-commander-1.2.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 14:58:45 -0000 1.1 +++ sources 28 Dec 2006 14:59:39 -0000 1.2 @@ -0,0 +1 @@ +817ee443d970c9efb5553b7b6103ab86 gnome-commander-1.2.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 15:00:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 10:00:09 -0500 Subject: rpms/gnome-commander import.log,1.1,1.2 Message-ID: <200612281500.kBSF09Jk028480@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28445 Modified Files: import.log Log Message: auto-import gnome-commander-1.2.3-2 on branch devel from gnome-commander-1.2.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 14:58:39 -0000 1.1 +++ import.log 28 Dec 2006 14:59:39 -0000 1.2 @@ -0,0 +1 @@ +gnome-commander-1_2_3-2:HEAD:gnome-commander-1.2.3-2.src.rpm:1167318566 From fedora-extras-commits at redhat.com Thu Dec 28 15:15:02 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 28 Dec 2006 10:15:02 -0500 Subject: extras-buildsys/utils/pushscript Config_Extras.py,1.18,1.19 Message-ID: <200612281515.kBSFF2RU031842@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31827 Modified Files: Config_Extras.py Log Message: Exclude the few old partial releases for FC-3 from being pruned. They are the result of semi-manual builds for specific archs. Index: Config_Extras.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Config_Extras.py 28 Nov 2006 00:15:12 -0000 1.18 +++ Config_Extras.py 28 Dec 2006 15:15:02 -0000 1.19 @@ -64,7 +64,7 @@ } # packages to exclude from being pruned: dist => Python regexp list -repoprune_keepdict = {'3': ["-kmod$"], +repoprune_keepdict = {'3': ["-kmod$","amaya","gnome-vfsmm26","libgnomemm26","libgnomeuimm26","xtide","wxGTK"], '4': ["-kmod$"], '5': ["-kmod$"], '6': ["-kmod$"], From fedora-extras-commits at redhat.com Thu Dec 28 17:12:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:00 -0500 Subject: rpms/perl-Perl6-Bible - New directory Message-ID: <200612281712.kBSHC0ra006151@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6147/perl-Perl6-Bible Log Message: Directory /cvs/extras/rpms/perl-Perl6-Bible added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 17:12:05 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:05 -0500 Subject: rpms/perl-Perl6-Bible/devel - New directory Message-ID: <200612281712.kBSHC5jR006164@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6147/perl-Perl6-Bible/devel Log Message: Directory /cvs/extras/rpms/perl-Perl6-Bible/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 17:12:18 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:18 -0500 Subject: rpms/perl-Perl6-Bible Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281712.kBSHCI0A006194@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6188 Added Files: Makefile import.log Log Message: Setup of module perl-Perl6-Bible --- NEW FILE Makefile --- # Top level Makefile for module perl-Perl6-Bible all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 17:12:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:24 -0500 Subject: rpms/perl-Perl6-Bible/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281712.kBSHCOnn006210@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6188/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Perl6-Bible --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 17:13:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:13:24 -0500 Subject: rpms/perl-Perl6-Bible/devel README.license, NONE, 1.1 perl-Perl6-Bible.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281713.kBSHDOt4006288@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6253/devel Modified Files: .cvsignore sources Added Files: README.license perl-Perl6-Bible.spec Log Message: auto-import perl-Perl6-Bible-0.30-2 on branch devel from perl-Perl6-Bible-0.30-2.src.rpm --- NEW FILE README.license --- When asked for clarification of the license of this package, the Perl Foundation President Bill Odom answered as follows: Date: Wed, 1 Nov 2006 09:13:01 -0600 From: "Bill Odom" To: "Steven Pritchard" Subject: Re: documentation license question In-Reply-To: Steve: Okay, here's the definitive word from Allison, who's been immersed in the legal and licensing side for far longer than any one person should ever have to be: On 10/31/06, Allison Randal wrote: >The Perl 6 Bible is the Apocalypses, Exegeses, and Synopses. ... >They'll be under the same terms as the production release of Perl 6, >which is: > - they are covered by the author's contributor agreement to TPF > - the compilation copyright is owned by TPF > - authors retain their individual copyright in individual pieces > - Artistic 2.0 license Does that give you what you need, or should I do some more digging? Thanks, Bill --- NEW FILE perl-Perl6-Bible.spec --- Name: perl-Perl6-Bible Version: 0.30 Release: 2%{?dist} Summary: Perl 6 Design Documentations License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Perl6-Bible/ Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Perl6-Bible-%{version}.tar.gz Source1: README.license BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This Perl module distribution contains all the latest Perl 6 documentation and a utility called p6bible for viewing it. %prep %setup -q -n Perl6-Bible-%{version} # http://rt.cpan.org//Ticket/Display.html?id=20310 perl -pi -e 's/(?/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README README.license %{_bindir}/p6bible %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Dec 21 2006 Steven Pritchard 0.30-2 - Include README.license. - Fix find option order. - Use fixperms macro instead of our own chmod incantation. * Wed Jul 05 2006 Steven Pritchard 0.30-1 - Specfile autogenerated by cpanspec 1.66. - Drop explicit perl dep. - p6bible is in bindir, not docs. - Clean up S05.pod to make rpmlint happy. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl6-Bible/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 17:12:24 -0000 1.1 +++ .cvsignore 28 Dec 2006 17:12:54 -0000 1.2 @@ -0,0 +1 @@ +Perl6-Bible-0.30.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl6-Bible/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 17:12:24 -0000 1.1 +++ sources 28 Dec 2006 17:12:54 -0000 1.2 @@ -0,0 +1 @@ +b0cbdf1397f1a16ad6e34a39bbb12382 Perl6-Bible-0.30.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 17:13:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:13:24 -0500 Subject: rpms/perl-Perl6-Bible import.log,1.1,1.2 Message-ID: <200612281713.kBSHDOLd006284@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6253 Modified Files: import.log Log Message: auto-import perl-Perl6-Bible-0.30-2 on branch devel from perl-Perl6-Bible-0.30-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Perl6-Bible/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 17:12:18 -0000 1.1 +++ import.log 28 Dec 2006 17:12:54 -0000 1.2 @@ -0,0 +1 @@ +perl-Perl6-Bible-0_30-2:HEAD:perl-Perl6-Bible-0.30-2.src.rpm:1167326567 From fedora-extras-commits at redhat.com Thu Dec 28 17:17:34 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:17:34 -0500 Subject: owners owners.list,1.2163,1.2164 Message-ID: <200612281717.kBSHHYQN006456@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6397 Modified Files: owners.list Log Message: Add perl-Perl6-Bible. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2163 retrieving revision 1.2164 diff -u -r1.2163 -r1.2164 --- owners.list 28 Dec 2006 05:53:49 -0000 1.2163 +++ owners.list 28 Dec 2006 17:17:04 -0000 1.2164 @@ -1703,6 +1703,7 @@ Fedora Extras|perl-PatchReader|Utilities to read and manipulate patches and CVS|stickster at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PBS|Perl binding for the Portable Batch System client library|garrick at usc.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Perl-Critic|Critique Perl source code for best-practices|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Perl6-Bible|Perl 6 Design Documentations|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PerlIO-eol|PerlIO layer for normalizing line endings|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PerlIO-via-dynamic|Dynamic PerlIO layers|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PerlIO-via-symlink|PerlIO layers for creating symlinks|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Thu Dec 28 17:17:54 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 12:17:54 -0500 Subject: owners owners.list,1.2164,1.2165 Message-ID: <200612281717.kBSHHstf006459@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6441/owners Modified Files: owners.list Log Message: adding python-twisted-runner Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2164 retrieving revision 1.2165 diff -u -r1.2164 -r1.2165 --- owners.list 28 Dec 2006 17:17:04 -0000 1.2164 +++ owners.list 28 Dec 2006 17:17:24 -0000 1.2165 @@ -2116,6 +2116,7 @@ Fedora Extras|python-twisted-conch|Twisted SSHv2 implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-runner|Twisted Runner process management library and inetd replacement|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 18:19:27 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 13:19:27 -0500 Subject: owners owners.list,1.2165,1.2166 Message-ID: <200612281819.kBSIJRCY010028@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10013 Modified Files: owners.list Log Message: add gnome-commander Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2165 retrieving revision 1.2166 diff -u -r1.2165 -r1.2166 --- owners.list 28 Dec 2006 17:17:24 -0000 1.2165 +++ owners.list 28 Dec 2006 18:18:57 -0000 1.2166 @@ -605,6 +605,7 @@ Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-build|The GNOME build framework|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gnome-chemistry-utils|A set of chemical utilities|belegdol at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|gnome-commander|A nice and fast file manager for the GNOME desktop|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-libs|The main GNOME1 libraries|paul at city-fan.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 21:10:47 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 28 Dec 2006 16:10:47 -0500 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.13,1.14 Message-ID: <200612282110.kBSLAlVE019899@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19884 Modified Files: pgadmin3.spec Log Message: * Thu Dec 28 2006 Jason L Tibbitts III - 1.6.1-2 - A couple of minor fixes to get things building in rawhide. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pgadmin3.spec 5 Dec 2006 22:43:32 -0000 1.13 +++ pgadmin3.spec 28 Dec 2006 21:10:17 -0000 1.14 @@ -1,14 +1,15 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic Group: Applications/Databases Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.6.1/src/pgadmin3-1.6.1.tar.gz +Patch0: pgadmin3-1.6.1-frm.patch URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel +BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel libxml2-devel libxslt-devel %description pgAdmin III is a comprehensive PostgreSQL database design @@ -16,9 +17,11 @@ %prep %setup -q +%patch0 -p0 %build -%configure +export LIBS="-lwx_gtk2u_core-2.8" +%configure --with-wx-version=2.8 make %{?_smp_mflags} %install @@ -41,12 +44,15 @@ %files %defattr(-, root, root) -%doc LICENCE.txt BUGS.txt README.txt +%doc BUGS CHANGELOG LICENSE README %{_bindir}/* %{_datadir}/%{name} %{_datadir}/applications/* %changelog +* Thu Dec 28 2006 Jason L Tibbitts III - 1.6.1-2 +- A couple of minor fixes to get things building in rawhide. + * Tue Dec 05 2006 Gavin Henry - 1.6.1-1 - Update for 1.6.1. Now needs wxGTK 2.7+ From fedora-extras-commits at redhat.com Thu Dec 28 21:11:15 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 28 Dec 2006 16:11:15 -0500 Subject: rpms/pgadmin3/devel pgadmin3-1.6.1-frm.patch,NONE,1.1 Message-ID: <200612282111.kBSLBFqM019917@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19910 Added Files: pgadmin3-1.6.1-frm.patch Log Message: * Thu Dec 28 2006 Jason L Tibbitts III - 1.6.1-2 - A couple of minor fixes to get things building in rawhide. pgadmin3-1.6.1-frm.patch: --- NEW FILE pgadmin3-1.6.1-frm.patch --- --- src/frm/frmEditGrid.cpp.old 2006-12-21 09:22:50.000000000 +0200 +++ src/frm/frmEditGrid.cpp 2006-12-21 09:23:00.000000000 +0200 @@ -75,7 +75,7 @@ EVT_GRID_EDITOR_SHOWN( frmEditGrid::OnEditorShown) EVT_GRID_EDITOR_HIDDEN( frmEditGrid::OnEditorHidden) EVT_GRID_LABEL_RIGHT_CLICK( frmEditGrid::OnLabelRightClick) - EVT_AUI_PANEBUTTON( frmEditGrid::OnAuiUpdate) + EVT_AUI_PANE_BUTTON( frmEditGrid::OnAuiUpdate) END_EVENT_TABLE() --- src/frm/frmQuery.cpp.old 2006-12-21 09:31:17.000000000 +0200 +++ src/frm/frmQuery.cpp 2006-12-21 09:31:26.000000000 +0200 @@ -103,7 +103,7 @@ EVT_ACTIVATE( frmQuery::OnActivate) EVT_STC_MODIFIED(CTL_SQLQUERY, frmQuery::OnChangeStc) EVT_STC_UPDATEUI(CTL_SQLQUERY, frmQuery::OnPositionStc) - EVT_AUI_PANECLOSE( frmQuery::OnAuiUpdate) + EVT_AUI_PANE_CLOSE( frmQuery::OnAuiUpdate) END_EVENT_TABLE() frmQuery::frmQuery(frmMain *form, const wxString& _title, pgConn *_conn, const wxString& query) --- src/main/events.cpp.old 2006-12-21 09:49:13.000000000 +0200 +++ src/main/events.cpp 2006-12-21 09:49:23.000000000 +0200 @@ -71,7 +71,7 @@ EVT_STC_UPDATEUI(CTL_SQLPANE, frmMain::OnPositionStc) EVT_CLOSE( frmMain::OnClose) - EVT_AUI_PANECLOSE( frmMain::OnAuiUpdate) + EVT_AUI_PANE_CLOSE( frmMain::OnAuiUpdate) #ifdef __WXGTK__ EVT_TREE_KEY_DOWN(CTL_BROWSER, frmMain::OnTreeKeyDown) From fedora-extras-commits at redhat.com Thu Dec 28 22:01:58 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 28 Dec 2006 17:01:58 -0500 Subject: rpms/kicad/devel kicad.spec,1.4,1.5 Message-ID: <200612282201.kBSM1wHU023344@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/kicad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23329 Modified Files: kicad.spec Log Message: * Thu Dec 28 2006 Jason L Tibbitts III 2006.08.28-3 - Rebuild with wxGTK 2.8. Index: kicad.spec =================================================================== RCS file: /cvs/extras/rpms/kicad/devel/kicad.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kicad.spec 4 Oct 2006 22:28:36 -0000 1.4 +++ kicad.spec 28 Dec 2006 22:01:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: kicad Version: 2006.08.28 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Electronic schematic diagrams and printed circuit board artwork Summary(fr): Saisie de sch??ma ??lectronique et trac?? de cicrcuit imprim?? @@ -243,6 +243,9 @@ %{_datadir}/pixmaps/kicad_icon.png %changelog +* Thu Dec 28 2006 Jason L Tibbitts III 2006.08.28-3 + - Rebuild with wxGTK 2.8. + * Thu Oct 05 2006 Christian Iseli 2006.08.28-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Thu Dec 28 22:10:38 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 17:10:38 -0500 Subject: rpms/bigloo/FC-5 .cvsignore, 1.11, 1.12 bigloo.spec, 1.14, 1.15 sources, 1.11, 1.12 Message-ID: <200612282210.kBSMAcYI023444@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395/FC-5 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.9a Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Sep 2006 21:03:15 -0000 1.11 +++ .cvsignore 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -bigloo2.8c.tar.gz +bigloo2.9a.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/bigloo.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- bigloo.spec 13 Sep 2006 21:03:15 -0000 1.14 +++ bigloo.spec 28 Dec 2006 22:10:08 -0000 1.15 @@ -1,14 +1,14 @@ %define _with_java 1 Name: bigloo -Version: 2.8c -Release: 5%{?dist} +Version: 2.9a +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.9a.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs @@ -208,6 +208,9 @@ %changelog +* Thu Dec 28 2006 Gerard Milmeister - 2.9a-1 +- new version 2.9a + * Wed Sep 13 2006 Gerard Milmeister - 2.8c-5 - final version 2.8c @@ -217,8 +220,8 @@ * Fri Sep 1 2006 Gerard Milmeister - 2.8c-2 - updated to 2.8c-beta01Sep06 -* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 -- new version 2.8c-beta23Aug06 +* Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 +- Rebuild for FE6 * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Sep 2006 21:03:15 -0000 1.11 +++ sources 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -2767b43b1e712c6dd6a9862999a761de bigloo2.8c.tar.gz +10d04d4a7b883a6873d74da4ce62f0a2 bigloo2.9a.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 22:10:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 17:10:44 -0500 Subject: rpms/bigloo/devel .cvsignore, 1.11, 1.12 bigloo.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <200612282210.kBSMAinO023454@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395/devel Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.9a Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Sep 2006 20:58:43 -0000 1.11 +++ .cvsignore 28 Dec 2006 22:10:13 -0000 1.12 @@ -1 +1 @@ -bigloo2.8c.tar.gz +bigloo2.9a.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bigloo.spec 13 Sep 2006 20:58:43 -0000 1.18 +++ bigloo.spec 28 Dec 2006 22:10:13 -0000 1.19 @@ -1,14 +1,14 @@ %define _with_java 1 Name: bigloo -Version: 2.8c -Release: 5%{?dist} +Version: 2.9a +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.9a.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs @@ -208,6 +208,9 @@ %changelog +* Thu Dec 28 2006 Gerard Milmeister - 2.9a-1 +- new version 2.9a + * Wed Sep 13 2006 Gerard Milmeister - 2.8c-5 - final version 2.8c Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Sep 2006 20:58:43 -0000 1.11 +++ sources 28 Dec 2006 22:10:13 -0000 1.12 @@ -1 +1 @@ -2767b43b1e712c6dd6a9862999a761de bigloo2.8c.tar.gz +10d04d4a7b883a6873d74da4ce62f0a2 bigloo2.9a.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 22:10:38 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 17:10:38 -0500 Subject: rpms/bigloo/FC-6 .cvsignore, 1.11, 1.12 bigloo.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <200612282210.kBSMAcwD023449@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395/FC-6 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.9a Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Sep 2006 20:58:43 -0000 1.11 +++ .cvsignore 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -bigloo2.8c.tar.gz +bigloo2.9a.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-6/bigloo.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bigloo.spec 13 Sep 2006 20:58:43 -0000 1.18 +++ bigloo.spec 28 Dec 2006 22:10:08 -0000 1.19 @@ -1,14 +1,14 @@ %define _with_java 1 Name: bigloo -Version: 2.8c -Release: 5%{?dist} +Version: 2.9a +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.9a.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs @@ -208,6 +208,9 @@ %changelog +* Thu Dec 28 2006 Gerard Milmeister - 2.9a-1 +- new version 2.9a + * Wed Sep 13 2006 Gerard Milmeister - 2.8c-5 - final version 2.8c Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Sep 2006 20:58:43 -0000 1.11 +++ sources 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -2767b43b1e712c6dd6a9862999a761de bigloo2.8c.tar.gz +10d04d4a7b883a6873d74da4ce62f0a2 bigloo2.9a.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 23:18:26 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:26 -0500 Subject: rpms/python-twisted-words - New directory Message-ID: <200612282318.kBSNIQQd026988@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26984/python-twisted-words Log Message: Directory /cvs/extras/rpms/python-twisted-words added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 23:18:31 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:31 -0500 Subject: rpms/python-twisted-words/devel - New directory Message-ID: <200612282318.kBSNIV2Y027001@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26984/python-twisted-words/devel Log Message: Directory /cvs/extras/rpms/python-twisted-words/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 23:18:47 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:47 -0500 Subject: rpms/python-twisted-words Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612282318.kBSNIli7027031@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27025 Added Files: Makefile import.log Log Message: Setup of module python-twisted-words --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-words all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 23:18:47 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:47 -0500 Subject: rpms/python-twisted-words/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612282318.kBSNIluf027046@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27025/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-words --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 23:19:54 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:19:54 -0500 Subject: rpms/python-twisted-words/devel python-twisted-words.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612282319.kBSNJstK027122@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085/devel Modified Files: .cvsignore sources Added Files: python-twisted-words.spec Log Message: auto-import python-twisted-words-0.4.0-3.fc6 on branch devel from python-twisted-words-0.4.0-3.fc6.src.rpm --- NEW FILE python-twisted-words.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedWords Name: %{python}-twisted-words Version: 0.4.0 Release: 3%{?dist} Summary: Twisted Words contains Instant Messaging implementations Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com Source0: http://tmrc.mit.edu/mirror/twisted/Words/0.4/TwistedWords-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core >= 2.4.0 BuildRequires: %{python}-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Twisted Words contains implementations of many Instant Messaging protocols, including IRC, Jabber, MSN, OSCAR (AIM & ICQ), TOC (AOL), and some functionality for creating bots, inter-protocol gateways, and a client application for many of the protocols. In support of Jabber, Twisted Words also contains X-ish, a library for processing XML with Twisted and Python, with support for a Pythonic DOM and an XPath-like toolkit. %prep %setup -n %{origname}-%{version} -q %build %install rm -rf $RPM_BUILD_ROOT # this is a pure python package, but extending the twisted namespace from # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} # Man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ rm -rf doc/man %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* %{_mandir}/man1/* %{_bindir}/im %{python_sitearch}/twisted/words/ %{python_sitearch}/twisted/plugins/twisted_words.py* %changelog * Wed Dec 27 2006 Thomas Vander Stichele - 0.4.0-3 - BR python-devel - include LICENSE and NEWS * Tue Sep 26 2006 Thomas Vander Stichele - 0.4.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.4.0-1 - new release - remove xish dependency - remove noarch * Tue Aug 23 2005 Jeff Pitman 0.1.0-2 - disttag * Wed Mar 16 2005 Jeff Pitman 0.1.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.1.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-words/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 23:18:47 -0000 1.1 +++ .cvsignore 28 Dec 2006 23:19:24 -0000 1.2 @@ -0,0 +1 @@ +TwistedWords-0.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-words/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 23:18:47 -0000 1.1 +++ sources 28 Dec 2006 23:19:24 -0000 1.2 @@ -0,0 +1 @@ +37d34da233aefe4a7a41b97bc9222b6a TwistedWords-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 23:19:53 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:19:53 -0500 Subject: rpms/python-twisted-words import.log,1.1,1.2 Message-ID: <200612282319.kBSNJrhm027118@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085 Modified Files: import.log Log Message: auto-import python-twisted-words-0.4.0-3.fc6 on branch devel from python-twisted-words-0.4.0-3.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-words/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 23:18:47 -0000 1.1 +++ import.log 28 Dec 2006 23:19:23 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-words-0_4_0-3_fc6:HEAD:python-twisted-words-0.4.0-3.fc6.src.rpm:1167348558 From fedora-extras-commits at redhat.com Thu Dec 28 23:24:14 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:24:14 -0500 Subject: owners owners.list,1.2166,1.2167 Message-ID: <200612282324.kBSNOEeq027237@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27222/owners Modified Files: owners.list Log Message: add python-twisted-words Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2166 retrieving revision 1.2167 diff -u -r1.2166 -r1.2167 --- owners.list 28 Dec 2006 18:18:57 -0000 1.2166 +++ owners.list 28 Dec 2006 23:23:43 -0000 1.2167 @@ -2119,6 +2119,7 @@ Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-runner|Twisted Runner process management library and inetd replacement|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-words|Twisted Words contains Instant Messaging implementations|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 00:45:40 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Thu, 28 Dec 2006 19:45:40 -0500 Subject: rpms/emacs-common-muse/devel .cvsignore, 1.4, 1.5 emacs-common-muse.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <200612290045.kBT0jeN8032001@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31927 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to version 3.02.93 Some spec file cleanups Update the BuildRequires to pull in xemacs-packages-extra Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built Add scripts directory to main package Build autoload and contrib files for xemacs package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Aug 2006 21:42:49 -0000 1.4 +++ .cvsignore 29 Dec 2006 00:45:10 -0000 1.5 @@ -1 +1 @@ -muse-3.02.92.tar.gz +muse-3.02.93.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emacs-common-muse.spec 28 Aug 2006 00:02:29 -0000 1.11 +++ emacs-common-muse.spec 29 Dec 2006 00:45:10 -0000 1.12 @@ -10,34 +10,37 @@ %endif Name: emacs-common-muse -Version: 3.02.92 -Release: 5%{?dist} +Version: 3.02.93 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html +Requires: /sbin/install-info +Obsoletes: muse = 3.02.6b + BuildArch: noarch Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: emacs >= %{emacs_ver}, texinfo -Requires: /sbin/install-info -Obsoletes: muse = 3.02.6b +BuildRequires: emacs >= %{emacs_ver} +BuildRequires: texinfo-tex %if %{xemacs} BuildRequires: xemacs >= %{xemacs_ver} +BuildRequires: xemacs-packages-extra %endif %description -Muse is an authoring and publishing environment for (X)Emacs. It simplifies the -process of writings documents and publishing them to various output -formats. Muse uses a very simple Wiki-like format as input. Muse consists of -two main parts: an enhanced text-mode for authoring documents and navigating -within Muse projects, and a set of publishing styles for generating different -kinds of output. +Muse is an authoring and publishing environment for (X)Emacs. It +simplifies the process of writings documents and publishing them to +various output formats. Muse uses a very simple Wiki-like format as +input. Muse consists of two main parts: an enhanced text-mode for +authoring documents and navigating within Muse projects, and a set of +publishing styles for generating different kinds of output. This package contains the files common to both the Emacs and XEmacs -installations of Muse. You need to install either (or both) of emacs-%{pkg} and -xemacs-%{pkg} to use Muse. +installations of Muse. You need to install either (or both) of +emacs-%{pkg} and xemacs-%{pkg} to use Muse. %package -n emacs-%{pkg} Summary: Compiled Muse lisp files for Emacs @@ -83,8 +86,8 @@ %setup -q -n %{pkg}-%{version} %build -#Note that %{_smp_mflags} causes make to hang sometimes here. -make all muse.html +# Note that %{_smp_mflags} causes make to hang sometimes here. +make all doc examples experimental %install rm -rf %{buildroot} @@ -95,6 +98,10 @@ INFODIR=%{buildroot}/%{_infodir} \ INSTALLINFO="/sbin/install-info --infodir=%{buildroot}/%{_infodir}" +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install PREFIX=%{buildroot}/%{_usr}) + # Create startup file. mkdir -p %{buildroot}/%{emacs_sitelisp}/site-start.d @@ -116,8 +123,13 @@ # Xemacs files %if %{xemacs} make clean -make lisp EMACS=xemacs SITEFLAG=-no-site-file +make lisp contrib autoloads experimental EMACS=xemacs SITEFLAG=-no-site-file make install-bin ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg} + +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg}) + mkdir -p %{buildroot}/%{xemacs_sitelisp}/site-start.d cp muse-init.el %{buildroot}/%{xemacs_sitelisp}/site-start.d/ %endif @@ -126,8 +138,9 @@ rm -f %{buildroot}/usr/share/info/dir # Fix files we package as documentation to not be executeable -find examples -type f -perm +111 -exec chmod -x {} \; -find contrib/pyblosxom -type f -perm +111 -exec chmod -x {} \; +for i in examples contrib/pyblosxom scripts ; do + find $i -type f -perm +111 -exec chmod -x {} \; +done %clean rm -rf %{buildroot} @@ -142,13 +155,15 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 examples muse.html contrib/pyblosxom +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 +%doc examples muse.html contrib/pyblosxom scripts %doc %{_infodir}/* %files -n emacs-%{pkg} %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.elc %{emacs_sitelisp}/%{pkg}/contrib/*.elc +%{emacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{emacs_sitelisp}/%{pkg} %{emacs_sitelisp}/site-start.d/muse-init.el @@ -163,17 +178,26 @@ %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.elc %{xemacs_sitelisp}/%{pkg}/contrib/*.elc +%{xemacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{xemacs_sitelisp}/%{pkg} %{xemacs_sitelisp}/site-start.d/muse-init.el %files -n xemacs-%{pkg}-el %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.el -%{xemacs_sitelisp}/%{pkg}/experimental/*.el %{xemacs_sitelisp}/%{pkg}/contrib/*.el +%{xemacs_sitelisp}/%{pkg}/experimental/*.el %endif %changelog +* Fri Dec 29 2006 Jonathan G. Underwood - 3.02.93-1 +- Update to version 3.02.93 +- Some spec file cleanups +- Update the BuildRequires to pull in xemacs-packages-extra +- Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built +- Add scripts directory to main package +- Build autoload and contrib files for xemacs package + * Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 - Fix up ChangeLog.[1-3] references in doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Aug 2006 21:42:49 -0000 1.4 +++ sources 29 Dec 2006 00:45:10 -0000 1.5 @@ -1 +1 @@ -addae650b66f6c12b512e80df7354ae2 muse-3.02.92.tar.gz +aa38d0e0dde88e9898f8cfd73cd0e45f muse-3.02.93.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 00:50:16 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Thu, 28 Dec 2006 19:50:16 -0500 Subject: rpms/emacs-common-muse/FC-6 .cvsignore, 1.4, 1.5 emacs-common-muse.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <200612290050.kBT0oGal032071@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32051 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to version 3.02.93 Sync specfile up with devel branch: Some spec file cleanups Update the BuildRequires to pull in xemacs-packages-extra Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built Add scripts directory to main package Build autoload and contrib files for xemacs package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Aug 2006 21:42:49 -0000 1.4 +++ .cvsignore 29 Dec 2006 00:49:46 -0000 1.5 @@ -1 +1 @@ -muse-3.02.92.tar.gz +muse-3.02.93.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-6/emacs-common-muse.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emacs-common-muse.spec 28 Aug 2006 00:02:29 -0000 1.11 +++ emacs-common-muse.spec 29 Dec 2006 00:49:46 -0000 1.12 @@ -10,34 +10,37 @@ %endif Name: emacs-common-muse -Version: 3.02.92 -Release: 5%{?dist} +Version: 3.02.93 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html +Requires: /sbin/install-info +Obsoletes: muse = 3.02.6b + BuildArch: noarch Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: emacs >= %{emacs_ver}, texinfo -Requires: /sbin/install-info -Obsoletes: muse = 3.02.6b +BuildRequires: emacs >= %{emacs_ver} +BuildRequires: texinfo-tex %if %{xemacs} BuildRequires: xemacs >= %{xemacs_ver} +BuildRequires: xemacs-packages-extra %endif %description -Muse is an authoring and publishing environment for (X)Emacs. It simplifies the -process of writings documents and publishing them to various output -formats. Muse uses a very simple Wiki-like format as input. Muse consists of -two main parts: an enhanced text-mode for authoring documents and navigating -within Muse projects, and a set of publishing styles for generating different -kinds of output. +Muse is an authoring and publishing environment for (X)Emacs. It +simplifies the process of writings documents and publishing them to +various output formats. Muse uses a very simple Wiki-like format as +input. Muse consists of two main parts: an enhanced text-mode for +authoring documents and navigating within Muse projects, and a set of +publishing styles for generating different kinds of output. This package contains the files common to both the Emacs and XEmacs -installations of Muse. You need to install either (or both) of emacs-%{pkg} and -xemacs-%{pkg} to use Muse. +installations of Muse. You need to install either (or both) of +emacs-%{pkg} and xemacs-%{pkg} to use Muse. %package -n emacs-%{pkg} Summary: Compiled Muse lisp files for Emacs @@ -83,8 +86,8 @@ %setup -q -n %{pkg}-%{version} %build -#Note that %{_smp_mflags} causes make to hang sometimes here. -make all muse.html +# Note that %{_smp_mflags} causes make to hang sometimes here. +make all doc examples experimental %install rm -rf %{buildroot} @@ -95,6 +98,10 @@ INFODIR=%{buildroot}/%{_infodir} \ INSTALLINFO="/sbin/install-info --infodir=%{buildroot}/%{_infodir}" +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install PREFIX=%{buildroot}/%{_usr}) + # Create startup file. mkdir -p %{buildroot}/%{emacs_sitelisp}/site-start.d @@ -116,8 +123,13 @@ # Xemacs files %if %{xemacs} make clean -make lisp EMACS=xemacs SITEFLAG=-no-site-file +make lisp contrib autoloads experimental EMACS=xemacs SITEFLAG=-no-site-file make install-bin ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg} + +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg}) + mkdir -p %{buildroot}/%{xemacs_sitelisp}/site-start.d cp muse-init.el %{buildroot}/%{xemacs_sitelisp}/site-start.d/ %endif @@ -126,8 +138,9 @@ rm -f %{buildroot}/usr/share/info/dir # Fix files we package as documentation to not be executeable -find examples -type f -perm +111 -exec chmod -x {} \; -find contrib/pyblosxom -type f -perm +111 -exec chmod -x {} \; +for i in examples contrib/pyblosxom scripts ; do + find $i -type f -perm +111 -exec chmod -x {} \; +done %clean rm -rf %{buildroot} @@ -142,13 +155,15 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 examples muse.html contrib/pyblosxom +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 +%doc examples muse.html contrib/pyblosxom scripts %doc %{_infodir}/* %files -n emacs-%{pkg} %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.elc %{emacs_sitelisp}/%{pkg}/contrib/*.elc +%{emacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{emacs_sitelisp}/%{pkg} %{emacs_sitelisp}/site-start.d/muse-init.el @@ -163,17 +178,26 @@ %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.elc %{xemacs_sitelisp}/%{pkg}/contrib/*.elc +%{xemacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{xemacs_sitelisp}/%{pkg} %{xemacs_sitelisp}/site-start.d/muse-init.el %files -n xemacs-%{pkg}-el %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.el -%{xemacs_sitelisp}/%{pkg}/experimental/*.el %{xemacs_sitelisp}/%{pkg}/contrib/*.el +%{xemacs_sitelisp}/%{pkg}/experimental/*.el %endif %changelog +* Fri Dec 29 2006 Jonathan G. Underwood - 3.02.93-1 +- Update to version 3.02.93 +- Some spec file cleanups +- Update the BuildRequires to pull in xemacs-packages-extra +- Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built +- Add scripts directory to main package +- Build autoload and contrib files for xemacs package + * Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 - Fix up ChangeLog.[1-3] references in doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Aug 2006 21:42:49 -0000 1.4 +++ sources 29 Dec 2006 00:49:46 -0000 1.5 @@ -1 +1 @@ -addae650b66f6c12b512e80df7354ae2 muse-3.02.92.tar.gz +aa38d0e0dde88e9898f8cfd73cd0e45f muse-3.02.93.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 01:00:27 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Thu, 28 Dec 2006 20:00:27 -0500 Subject: rpms/emacs-common-muse/FC-5 .cvsignore, 1.2, 1.3 emacs-common-muse.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612290100.kBT10RM1032172@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32145 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to version 3.02.93 Some spec file cleanups Update the BuildRequires to pull in xemacs-sumo Add BuildRequires texinfo so that the QuickStart.pdf file is built Add scripts directory to main package Build autoload and contrib files for xemacs package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 May 2006 21:26:50 -0000 1.2 +++ .cvsignore 29 Dec 2006 00:59:57 -0000 1.3 @@ -1 +1 @@ -muse-3.02.6b.tar.gz +muse-3.02.93.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-5/emacs-common-muse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- emacs-common-muse.spec 22 May 2006 22:10:30 -0000 1.3 +++ emacs-common-muse.spec 29 Dec 2006 00:59:57 -0000 1.4 @@ -10,34 +10,37 @@ %endif Name: emacs-common-muse -Version: 3.02.6b -Release: 6%{?dist} +Version: 3.02.93 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html +Requires: /sbin/install-info +Obsoletes: muse = 3.02.6b + BuildArch: noarch Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: emacs >= %{emacs_ver}, texinfo -Requires: /sbin/install-info -Obsoletes: muse = 3.02.6b +BuildRequires: emacs >= %{emacs_ver} +BuildRequires: texinfo %if %{xemacs} BuildRequires: xemacs >= %{xemacs_ver} +BuildRequires: xemacs-sumo %endif %description -Muse is an authoring and publishing environment for (X)Emacs. It simplifies the -process of writings documents and publishing them to various output -formats. Muse uses a very simple Wiki-like format as input. Muse consists of -two main parts: an enhanced text-mode for authoring documents and navigating -within Muse projects, and a set of publishing styles for generating different -kinds of output. +Muse is an authoring and publishing environment for (X)Emacs. It +simplifies the process of writings documents and publishing them to +various output formats. Muse uses a very simple Wiki-like format as +input. Muse consists of two main parts: an enhanced text-mode for +authoring documents and navigating within Muse projects, and a set of +publishing styles for generating different kinds of output. This package contains the files common to both the Emacs and XEmacs -installations of Muse. You need to install either (or both) of emacs-%{pkg} and -xemacs-%{pkg} to use Muse. +installations of Muse. You need to install either (or both) of +emacs-%{pkg} and xemacs-%{pkg} to use Muse. %package -n emacs-%{pkg} Summary: Compiled Muse lisp files for Emacs @@ -83,8 +86,8 @@ %setup -q -n %{pkg}-%{version} %build -#Note that %{_smp_mflags} causes make to hang sometimes here. -make all muse.html +# Note that %{_smp_mflags} causes make to hang sometimes here. +make all doc examples experimental %install rm -rf %{buildroot} @@ -95,6 +98,10 @@ INFODIR=%{buildroot}/%{_infodir} \ INSTALLINFO="/sbin/install-info --infodir=%{buildroot}/%{_infodir}" +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install PREFIX=%{buildroot}/%{_usr}) + # Create startup file. mkdir -p %{buildroot}/%{emacs_sitelisp}/site-start.d @@ -116,8 +123,13 @@ # Xemacs files %if %{xemacs} make clean -make lisp EMACS=xemacs SITEFLAG=-no-site-file +make lisp contrib autoloads experimental EMACS=xemacs SITEFLAG=-no-site-file make install-bin ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg} + +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg}) + mkdir -p %{buildroot}/%{xemacs_sitelisp}/site-start.d cp muse-init.el %{buildroot}/%{xemacs_sitelisp}/site-start.d/ %endif @@ -125,6 +137,11 @@ # Remove info dir creating by make install rm -f %{buildroot}/usr/share/info/dir +# Fix files we package as documentation to not be executeable +for i in examples contrib/pyblosxom scripts ; do + find $i -type f -perm +111 -exec chmod -x {} \; +done + %clean rm -rf %{buildroot} @@ -138,33 +155,75 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.2004 ChangeLog.main examples muse.html +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 +%doc examples muse.html contrib/pyblosxom scripts %doc %{_infodir}/* %files -n emacs-%{pkg} %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.elc +%{emacs_sitelisp}/%{pkg}/contrib/*.elc +%{emacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{emacs_sitelisp}/%{pkg} %{emacs_sitelisp}/site-start.d/muse-init.el %files -n emacs-%{pkg}-el %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.el +%{emacs_sitelisp}/%{pkg}/experimental/*.el +%{emacs_sitelisp}/%{pkg}/contrib/*.el %if %{xemacs} %files -n xemacs-%{pkg} %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.elc +%{xemacs_sitelisp}/%{pkg}/contrib/*.elc +%{xemacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{xemacs_sitelisp}/%{pkg} %{xemacs_sitelisp}/site-start.d/muse-init.el %files -n xemacs-%{pkg}-el %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.el +%{xemacs_sitelisp}/%{pkg}/contrib/*.el +%{xemacs_sitelisp}/%{pkg}/experimental/*.el %endif %changelog -* Mon May 22 2006 Jonathan G. Underwood - 3.02.6b-5 +* Fri Dec 29 2006 Jonathan G. Underwood - 3.02.93-1 +- Update to version 3.02.93 +- Some spec file cleanups +- Update the BuildRequires to pull in xemacs-sumo +- Add BuildRequires texinfo so that the QuickStart.pdf file is built +- Add scripts directory to main package +- Build autoload and contrib files for xemacs package + +* Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 +- Fix up ChangeLog.[1-3] references in doc + +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-2 +- Fix erroneous setup directory (remove -n) + +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-1 +- Update to 3.02.92 (3.03 RC2) + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-4 +- Package experimental and contrib files +- Ensure all doc files are non-executable +- Fix up doc files + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-3 +- Correct directory name in setup + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-2 +- Bump release +- Correct email addresses in changelog entries + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-1 +- Update package to latest development release +- Re-enable XEmacs build + +* Mon May 22 2006 Jonathan G. Underwood - 3.02.6b-5 - Rename package to emacs-common-muse * Sun Apr 23 2006 Jonathan Underwood - 3.02.6b-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 May 2006 21:26:50 -0000 1.2 +++ sources 29 Dec 2006 00:59:57 -0000 1.3 @@ -1 +1 @@ -98fd1e6f5e6211f375561705854d4809 muse-3.02.6b.tar.gz +aa38d0e0dde88e9898f8cfd73cd0e45f muse-3.02.93.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 03:24:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 22:24:01 -0500 Subject: rpms/maxima/devel maxima.spec,1.55,1.56 Message-ID: <200612290324.kBT3O1Xs009548@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9528 Modified Files: maxima.spec Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- maxima.spec 27 Dec 2006 22:05:41 -0000 1.55 +++ maxima.spec 29 Dec 2006 03:23:30 -0000 1.56 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 From fedora-extras-commits at redhat.com Fri Dec 29 04:09:48 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 23:09:48 -0500 Subject: rpms/maxima/FC-6 maxima.spec, 1.46, 1.47 maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612290409.kBT49mmM013000@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12985 Modified Files: maxima.spec Removed Files: maxima.el-xemacs.patch Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/maxima.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- maxima.spec 27 Dec 2006 22:08:43 -0000 1.46 +++ maxima.spec 29 Dec 2006 04:09:18 -0000 1.47 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 29 04:10:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 23:10:42 -0500 Subject: rpms/maxima/FC-5 maxima.spec,1.35,1.36 Message-ID: <200612290410.kBT4AgWm013059@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13044 Modified Files: maxima.spec Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- maxima.spec 27 Dec 2006 22:12:42 -0000 1.35 +++ maxima.spec 29 Dec 2006 04:10:12 -0000 1.36 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 From fedora-extras-commits at redhat.com Fri Dec 29 04:11:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 23:11:32 -0500 Subject: rpms/maxima/EL-4 maxima.spec,1.15,1.16 Message-ID: <200612290411.kBT4BWDu013118@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13103 Modified Files: maxima.spec Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/maxima.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- maxima.spec 27 Dec 2006 23:23:30 -0000 1.15 +++ maxima.spec 29 Dec 2006 04:11:02 -0000 1.16 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 From fedora-extras-commits at redhat.com Fri Dec 29 04:34:09 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:09 -0500 Subject: rpms/imp - New directory Message-ID: <200612290434.kBT4Y9as013270@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/imp Log Message: Directory /cvs/extras/rpms/imp added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:34:14 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:14 -0500 Subject: rpms/imp/devel - New directory Message-ID: <200612290434.kBT4YEun013283@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/imp/devel Log Message: Directory /cvs/extras/rpms/imp/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:34:30 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:30 -0500 Subject: rpms/imp Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612290434.kBT4YUea013313@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13307 Added Files: Makefile import.log Log Message: Setup of module imp --- NEW FILE Makefile --- # Top level Makefile for module imp all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 04:34:35 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:35 -0500 Subject: rpms/imp/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612290434.kBT4YZna013328@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13307/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module imp --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 04:38:29 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:38:29 -0500 Subject: rpms/imp import.log,1.1,1.2 Message-ID: <200612290438.kBT4cTgh013408@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13378 Modified Files: import.log Log Message: auto-import imp-4.1.3-2 on branch devel from imp-4.1.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/imp/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 04:34:30 -0000 1.1 +++ import.log 29 Dec 2006 04:37:59 -0000 1.2 @@ -0,0 +1 @@ +imp-4_1_3-2:HEAD:imp-4.1.3-2.src.rpm:1167367677 From fedora-extras-commits at redhat.com Fri Dec 29 04:38:29 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:38:29 -0500 Subject: rpms/imp/devel imp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612290438.kBT4cTIr013412@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13378/devel Modified Files: .cvsignore sources Added Files: imp.spec Log Message: auto-import imp-4.1.3-2 on branch devel from imp-4.1.3-2.src.rpm --- NEW FILE imp.spec --- Name: imp Version: 4.1.3 Release: 2%{?dist} Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz Group: Applications/Internet License: GPL URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext Requires: php >= 4.3.0 Requires: php-imap >= 4.3.0 Requires: horde >= 3 %description IMP is the Internet Messaging Program, one of the Horde applications. It provides webmail access to IMAP and POP3 accounts. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with IMP) please visit http://www.horde.org/. %prep %setup -q -n %{name}-h3-%{version} %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/horde/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/horde/%{name} rm -rf %{buildroot}%{_datadir}/horde/%{name}/config/ rm -rf %{buildroot}%{_datadir}/horde/%{name}/docs/ rm %{buildroot}%{_datadir}/horde/%{name}/COPYING rm %{buildroot}%{_datadir}/horde/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/horde/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} # Put our config files in /etc/horde/imp and make symlinks install -m 0770 -d %{buildroot}%{_sysconfdir}/horde/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/horde/%{name} ln -fs ../../../..%{_sysconfdir}/horde/%{name} %{buildroot}%{_datadir}/horde/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/horde/%{name} for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done popd %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) # Include top level with %dir so not all files are sucked in %{_datadir}/horde/%{name} # Mark documentation files with %doc and %docdir %doc docs/ %doc COPYING %doc README # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/horde/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.php %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.txt %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog * Thu Dec 28 2006 Brandon Holbrook 4.1.3-2 - Make config/ symlink relative * Thu Dec 21 2006 Brandon Holbrook 4.1.3-1 - Completely reworked for Fedora - config files moved to /etc/horde/imp - use find_lang to pull in translations * Fri Sep 1 2006 Johnny Hughes imp-h3-4.1.3.c4 - upgraded to upstream version 4.1.3 * Wed Aug 16 2006 Johnny Hughes imp-h3-4.1.2.c4 - upgraded to upstream version 4.1.2 - change all config files from %%config to %%config(noreplace) * Fri Apr 28 2006 Johnny Hughes imp-h3-4.1.1.c4 - rolled in upstream upgrade to 4.1.1 * Tue Apr 11 2006 Johnny Hughes imp-h3-4.1.c4 - rolled in upstream release 4.1 * Sat Oct 29 2005 Johnny Hughes imp-h3-4.0.4-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) * Thu Mar 31 2005 Greg Swallow - [4.0.3-rc1-1sme01] - changed name to imp-h3 - Update for IMP 4 on SME7 * Tue Aug 10 2004 Shad L. Lords - [3.2.1-3sme01] - Update specfile - change apache to httpd in requires * Thu Apr 24 2003 Gordon Rowell - [3.2.1-2es01] - Check name of "imp" registry item, rather than "horde" so that we display "Welcome to webmail" [gordonr 7694] * Wed Apr 23 2003 Gordon Rowell - [3.2.1-2es00] - Rebuild [gordonr 7694] * Tue Mar 25 2003 Dan Brown - 3.2.1-2es - Fixed .spec file to include imp/download/ directory * Wed Mar 12 2003 Dan Brown - 3.2.1-1es - Rebuild with IMP 3.2.1 * Tue Feb 25 2003 Dan Brown - 3.2-1es - Rebuilt with IMP 3.2 * Tue Jun 18 2002 Dan Brown - 3.1-2es - Added Obsoletes: tag for 3.1-01rc3; hopefully this will resolve dependency problems. * Sun Jun 16 2002 Dan Brown - 3.1-1es - rebuilt for 3.1 final * Sun Jun 2 2002 Dan Brown - 3.1rc3 release 1es - rebuilt for 3.1rc3 * Fri Mar 8 2002 Dan Brown 3.0-3es - changed Apache dependency to >= 1.3.19 * Sun Feb 10 2002 Dan Brown - 3.0 release 2es - removed httpd restart--it's giving errors on SME 5.1.2, and it's handled by the e-smith-horde RPM * Sat Feb 09 2002 Dan Brown - 3.0 release 1es - changed apache user, group, and content directory * Wed Jan 02 2002 Brent J. Nordquist - 3.0 release 1 * Mon Dec 24 2001 Brent J. Nordquist - 3.0-RC4 release 1 * Sat Dec 15 2001 Brent J. Nordquist - rewritten for IMP 3.0 * Wed Nov 14 2001 Brent J. Nordquist - 2.2.7 release 1rh7 * Sat Jul 21 2001 Brent J. Nordquist - 2.2.6 release 1rh7 * Tue Feb 06 2001 Brent J. Nordquist - 2.2.4 release 1rh7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/imp/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 04:34:35 -0000 1.1 +++ .cvsignore 29 Dec 2006 04:37:59 -0000 1.2 @@ -0,0 +1 @@ +imp-h3-4.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/imp/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 04:34:35 -0000 1.1 +++ sources 29 Dec 2006 04:37:59 -0000 1.2 @@ -0,0 +1 @@ +91fb63a44805bdff178c39c9bd1c73c5 imp-h3-4.1.3.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 04:41:22 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:22 -0500 Subject: rpms/turba - New directory Message-ID: <200612290441.kBT4fMuX013537@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13533/turba Log Message: Directory /cvs/extras/rpms/turba added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:41:28 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:28 -0500 Subject: rpms/turba/devel - New directory Message-ID: <200612290441.kBT4fSTL013550@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13533/turba/devel Log Message: Directory /cvs/extras/rpms/turba/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:41:44 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:44 -0500 Subject: rpms/turba Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612290441.kBT4fiT9013580@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13574 Added Files: Makefile import.log Log Message: Setup of module turba --- NEW FILE Makefile --- # Top level Makefile for module turba all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 04:41:49 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:49 -0500 Subject: rpms/turba/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612290441.kBT4fnNq013595@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13574/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module turba --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 04:44:02 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:44:02 -0500 Subject: rpms/turba import.log,1.1,1.2 Message-ID: <200612290444.kBT4i29n013676@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13641 Modified Files: import.log Log Message: auto-import turba-2.1.3-2 on branch devel from turba-2.1.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/turba/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 04:41:44 -0000 1.1 +++ import.log 29 Dec 2006 04:43:31 -0000 1.2 @@ -0,0 +1 @@ +turba-2_1_3-2:HEAD:turba-2.1.3-2.src.rpm:1167368009 From fedora-extras-commits at redhat.com Fri Dec 29 04:44:02 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:44:02 -0500 Subject: rpms/turba/devel turba.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612290444.kBT4i2Eq013680@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13641/devel Modified Files: .cvsignore sources Added Files: turba.spec Log Message: auto-import turba-2.1.3-2 on branch devel from turba-2.1.3-2.src.rpm --- NEW FILE turba.spec --- Name: turba Version: 2.1.3 Release: 2%{?dist} Summary: The Horde contact management application Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz Group: Applications/Internet License: Apache Software License v1 URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext Requires: php >= 4.3.0 Requires: horde >= 3 %description Turba is the Horde contact management application, which allows access to and storage of personal contacts (including name, email address, phone number, and other easily customizable fields). Turba integrates with IMP (Horde's webmail application) as its address book. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Turba) please visit http://www.horde.org/. %prep %setup -q -n %{name}-h3-%{version} %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/horde/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/horde/%{name} rm -rf %{buildroot}%{_datadir}/horde/%{name}/config/ rm -rf %{buildroot}%{_datadir}/horde/%{name}/docs/ rm %{buildroot}%{_datadir}/horde/%{name}/LICENSE rm %{buildroot}%{_datadir}/horde/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/horde/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} # Put our config files in /etc/horde and make symlinks install -m 0770 -d %{buildroot}%{_sysconfdir}/horde/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/horde/%{name} ln -fs ../../../..%{_sysconfdir}/horde/%{name} %{buildroot}%{_datadir}/horde/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/horde/%{name} for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done popd %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) # Include top level with %dir so not all files are sucked in %{_datadir}/horde/%{name} # Mark documentation files with %doc and %docdir %doc docs/ %doc LICENSE %doc README # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/horde/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.php %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog * Thu Dec 28 2006 Brandon Holbrook 2.1.3-2 - symlink to /etc/horde/turba/ is now relative * Tue Dec 26 2006 Brandon Holbrook 2.1.3-1 - Completely reworked for Fedora - config files moved to /etc/horde/turba - use find_lang to pull in translations * Tue Nov 14 2006 Johnny Hughes turba-h3-2.1.3.c4 - upgraded to upstream version 2.1.3 * Wed Aug 16 2006 Johnny Hughes turba-h3-2.1.2c4 - upgraded to upstream version 2.1.2 - changed config files from config to config(noreplace) * Tue Apr 11 2006 Johnny Hughes turba-h3-2.1.c4 - upgraded to upstream version 2.1 * Mon Dec 12 2005 Johnny Hughes turba-h3-2.0.5-1.centos4 - upgraded to upstream version 2.0.5 see this link: http://marc.theaimsgroup.com/?l=horde-announce&m=113433120829232&w=2 * Sat Oct 29 2005 Johnny Hughes turba-h3-2.0.4-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) * Thu Mar 31 2005 Greg Swallow - [2.0.2-7sme01] - renamed to turba-h3 - Update for turba-h3-2.0.2 on SME 7 * Tue Aug 31 2004 Shad L. Lords - [1.2-2sme01] - Update specfile - change apache to httpd in requires * Thu May 6 2004 Michael Soulier - [1.2-1es01] - Patched to remove braindead String class reference. [MN00025049] * Wed Apr 23 2003 Gordon Rowell - [1.2-1es00] - Rebuild [gordonr 7694] * Wed Mar 12 2003 Dan Brown - [1.2-1es] - Rebuilding with Turba 1.2 * Wed May 22 2002 Charlie Brady - [1.0-6es] - Rebuilding in-house. Change Vendor and Packager tags. no other change, * Fri Mar 8 2002 Dan Brown 1.0-5es - changed Apache dependency to >= 1.3.19 * Tue Feb 12 2002 Dan Brown - 1.0 release 4es - http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.14.2.3&r2=1.14.2.4&ty=u - patch to fix errors adding contacts * Mon Feb 11 2002 Dan Brown - 1.0 release 3es - changed turba.sql to run CREATE TABLE IF NOT EXISTS * Sun Feb 10 2002 Dan Brown - 1.0 release 2es - removed httpd restart--it's giving errors on SME 5.1.2, and it's handled by the e-smith-horde RPM * Sat Feb 09 2002 Dan Brown - 1.0 release 1es - changed apache user, group, and content directory * Wed Jan 02 2002 Brent J. Nordquist - 1.0 release 1 * Mon Dec 24 2001 Brent J. Nordquist - 1.0-RC4 release 1 * Sun Dec 16 2001 Brent J. Nordquist - initial RPM for Turba 1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/turba/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 04:41:49 -0000 1.1 +++ .cvsignore 29 Dec 2006 04:43:32 -0000 1.2 @@ -0,0 +1 @@ +turba-h3-2.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/turba/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 04:41:49 -0000 1.1 +++ sources 29 Dec 2006 04:43:32 -0000 1.2 @@ -0,0 +1 @@ +a0407717f3f64fb33f6a57e2244a12b4 turba-h3-2.1.3.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 04:44:55 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:44:55 -0500 Subject: owners owners.list,1.2167,1.2168 Message-ID: <200612290444.kBT4itej013734@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13712 Modified Files: owners.list Log Message: Added imp and turba Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2167 retrieving revision 1.2168 diff -u -r1.2167 -r1.2168 --- owners.list 28 Dec 2006 23:23:43 -0000 1.2167 +++ owners.list 29 Dec 2006 04:44:25 -0000 1.2168 @@ -773,6 +773,7 @@ Fedora Extras|im-chooser|Desktop Input Method configuration tool|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|imlib|An image loading and rendering library for X11R6|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|imlib2|A graphic library for file loading, saving, rendering, and manipulation|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|imp|Internet Messaging Program: webmail|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|inadyn|A Dynamic DNS Client|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|initng|Programs which control basic system processes|dm at mensa.se|extras-qa at fedoraproject.org| Fedora Extras|initng-ifiles|Scripts for initng|dm at mensa.se|extras-qa at fedoraproject.org| @@ -2472,6 +2473,7 @@ Fedora Extras|tripwire|An IDS (Intrusion Detection System)|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| +Fedora Extras|turba|The Horde contact manager|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|TurboGears|Back-to-front web development in Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|tuxkart|Kids 3D go-kart racing game featuring Tux|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tuxpaint|Drawing program designed for young children|steve at silug.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 05:53:31 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:31 -0500 Subject: rpms/exaile - New directory Message-ID: <200612290553.kBT5rVjn017318@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17314/exaile Log Message: Directory /cvs/extras/rpms/exaile added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 05:53:36 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:36 -0500 Subject: rpms/exaile/devel - New directory Message-ID: <200612290553.kBT5raoY017331@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17314/exaile/devel Log Message: Directory /cvs/extras/rpms/exaile/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 05:53:47 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:47 -0500 Subject: rpms/exaile Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612290553.kBT5rlwl017361@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17355 Added Files: Makefile import.log Log Message: Setup of module exaile --- NEW FILE Makefile --- # Top level Makefile for module exaile all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 05:53:52 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:52 -0500 Subject: rpms/exaile/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612290553.kBT5rqRS017376@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17355/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module exaile --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 05:54:44 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:54:44 -0500 Subject: rpms/exaile import.log,1.1,1.2 Message-ID: <200612290554.kBT5siUe017461@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17424 Modified Files: import.log Log Message: auto-import exaile-0.2.6-3 on branch devel from exaile-0.2.6-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/exaile/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 05:53:47 -0000 1.1 +++ import.log 29 Dec 2006 05:54:14 -0000 1.2 @@ -0,0 +1 @@ +exaile-0_2_6-3:HEAD:exaile-0.2.6-3.src.rpm:1167372256 From fedora-extras-commits at redhat.com Fri Dec 29 05:54:44 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:54:44 -0500 Subject: rpms/exaile/devel exaile-python.patch, NONE, 1.1 exaile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612290554.kBT5sidN017465@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17424/devel Modified Files: .cvsignore sources Added Files: exaile-python.patch exaile.spec Log Message: auto-import exaile-0.2.6-3 on branch devel from exaile-0.2.6-3.src.rpm exaile-python.patch: --- NEW FILE exaile-python.patch --- --- mmkeys/Makefile 2006-10-31 19:11:34.000000000 -0500 +++ mmkeys/Makefile.new 2006-12-28 09:27:23.000000000 -0500 @@ -1,6 +1,6 @@ # Copyright 2004 Joe Wreschnig. Released under the terms of the GNU GPL. -PYTHON_DIR = /usr/include/python2.4 +PYTHON_DIR = `python -c 'from distutils import sysconfig; print sysconfig.get_python_inc()'` CFLAGS += -fPIC -O2 `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I$(PYTHON_DIR) LDFLAGS += `pkg-config --libs gtk+-2.0 pygtk-2.0` --- NEW FILE exaile.spec --- Summary: A music player Name: exaile Version: 0.2.6 Release: 3%{?dist} Group: Applications/Multimedia License: GPL URL: http://www.exaile.org Source0: http://www.exaile.org/files/exaile_%{version}.tar.gz Patch0: exaile-python.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: pygtk2-devel BuildRequires: gtk2-devel BuildRequires: gstreamer-plugins-good-devel BuildRequires: desktop-file-utils BuildRequires: pkgconfig Requires: python-mutagen >= 1.8 Requires: dbus-python Requires: gstreamer-python >= 0.10 Requires: python-sqlite2 %if "%fedora" > "6" # for iPod device support Requires: python-gpod %endif %description Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+. It incorporates many of the cool things from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, optional iPod support (assuming you have python-gpod installed). In addition, Exaile also includes a built in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm %prep %setup -q -n %{name}_%{version} %patch0 -p0 -b .python %build %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} desktop-file-install --delete-original \ --vendor="fedora" \ --remove-category=Application \ --remove-category=AudioPlayer \ --add-category=Audio \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop mkdir -p %{buildroot}%{_libdir}/%{name} mv %{buildroot}%{_datadir}/%{name}/mmkeys.so %{buildroot}%{_libdir}/%{name}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc changelog TODO %{_bindir}/exaile %{_libdir}/exaile/ %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/exaile.png %{_datadir}/exaile/ %changelog * Wed Dec 27 2006 Deji Akingunola - 0.2.6-3 - Rework the python include patch * Wed Dec 27 2006 Deji Akingunola - 0.2.6-2 - Rewrite the build patch to be more generic * Tue Dec 26 2006 Deji Akingunola - 0.2.6-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exaile/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 05:53:52 -0000 1.1 +++ .cvsignore 29 Dec 2006 05:54:14 -0000 1.2 @@ -0,0 +1 @@ +exaile_0.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/exaile/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 05:53:52 -0000 1.1 +++ sources 29 Dec 2006 05:54:14 -0000 1.2 @@ -0,0 +1 @@ +05f8ad394f872f24c201d51687c96890 exaile_0.2.6.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 05:59:16 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:59:16 -0500 Subject: owners owners.list,1.2168,1.2169 Message-ID: <200612290559.kBT5xG8a017546@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17529 Modified Files: owners.list Log Message: Add exaile Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2168 retrieving revision 1.2169 diff -u -r1.2168 -r1.2169 --- owners.list 29 Dec 2006 04:44:25 -0000 1.2168 +++ owners.list 29 Dec 2006 05:58:46 -0000 1.2169 @@ -405,6 +405,7 @@ Fedora Extras|eventlog|Syslog-ng v2 support library|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|evolution-bogofilter|A plugin for bogofilter support in evolution|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|evolution-remove-duplicates|Evolution plugin for removing duplicate mails|michel.salim at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|exaile|A music player|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim-doc|Documentation for the exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 08:16:06 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:16:06 -0500 Subject: rpms/qgit/devel .cvsignore, 1.10, 1.11 qgit.spec, 1.12, 1.13 sources, 1.10, 1.11 Message-ID: <200612290816.kBT8G6IP027290@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27264 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 09:53:54 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:15:36 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/devel/qgit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qgit.spec 11 Nov 2006 09:53:54 -0000 1.12 +++ qgit.spec 29 Dec 2006 08:15:36 -0000 1.13 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 09:53:54 -0000 1.10 +++ sources 29 Dec 2006 08:15:36 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:18:45 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:18:45 -0500 Subject: rpms/qgit/FC-6 .cvsignore, 1.10, 1.11 qgit.spec, 1.12, 1.13 sources, 1.10, 1.11 Message-ID: <200612290818.kBT8Ij3g027382@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27363 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 09:57:13 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:18:15 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-6/qgit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qgit.spec 11 Nov 2006 09:57:13 -0000 1.12 +++ qgit.spec 29 Dec 2006 08:18:15 -0000 1.13 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 09:57:13 -0000 1.10 +++ sources 29 Dec 2006 08:18:15 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:22:28 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:22:28 -0500 Subject: rpms/qgit/FC-5 .cvsignore, 1.10, 1.11 qgit.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <200612290822.kBT8MS1F027464@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27445 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 10:00:06 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:21:58 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-5/qgit.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- qgit.spec 11 Nov 2006 10:00:06 -0000 1.11 +++ qgit.spec 29 Dec 2006 08:21:58 -0000 1.12 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 10:00:06 -0000 1.10 +++ sources 29 Dec 2006 08:21:58 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:26:02 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:26:02 -0500 Subject: rpms/qgit/FC-4 .cvsignore, 1.10, 1.11 qgit.spec, 1.12, 1.13 sources, 1.10, 1.11 Message-ID: <200612290826.kBT8Q2lD027551@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27527 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 10:03:10 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:25:31 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-4/qgit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qgit.spec 11 Nov 2006 10:03:10 -0000 1.12 +++ qgit.spec 29 Dec 2006 08:25:31 -0000 1.13 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 10:03:10 -0000 1.10 +++ sources 29 Dec 2006 08:25:31 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:40:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 03:40:17 -0500 Subject: rpms/k3d/devel k3d-0.6.5.0-py25.patch, NONE, 1.1 k3d-0.6.5.0-viewport.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 k3d.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200612290840.kBT8eHRD027679@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27650 Modified Files: .cvsignore k3d.spec sources Added Files: k3d-0.6.5.0-py25.patch k3d-0.6.5.0-viewport.patch Log Message: - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget - Added patch to fix python 2.5 API changes k3d-0.6.5.0-py25.patch: --- NEW FILE k3d-0.6.5.0-py25.patch --- --- k3d-0.6.5.0/modules/python/object_model.cpp.orig 2006-12-28 07:18:06.000000000 -0800 +++ k3d-0.6.5.0/modules/python/object_model.cpp 2006-12-28 07:25:14.000000000 -0800 @@ -240,13 +240,13 @@ return_val_if_fail(PyObject_TypeCheck(Object, &name##_type), 0); \ return reinterpret_cast(Object)->container; \ } \ - int name##_length(PyObject* Object) \ + Py_ssize_t name##_length(PyObject* Object) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, -1); \ return container->size(); \ } \ - PyObject* name##_item(PyObject* Object, int Index) \ + PyObject* name##_item(PyObject* Object, Py_ssize_t Index) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, 0); \ @@ -255,7 +255,7 @@ container->resize(Index + 1); \ return python_wrap(container->at(Index)); \ } \ - int name##_assign_item(PyObject* Object, int Index, PyObject* Value) \ + int name##_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, -1); \ @@ -402,20 +402,20 @@ return_val_if_fail(PyObject_TypeCheck(Object, &name##_type), 0); \ return reinterpret_cast(Object)->container; \ } \ - int name##_length(PyObject* Object) \ + Py_ssize_t name##_length(PyObject* Object) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, -1); \ return container->size(); \ } \ - PyObject* name##_item(PyObject* Object, int Index) \ + PyObject* name##_item(PyObject* Object, Py_ssize_t Index) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, 0); \ return_val_if_fail(0 <= Index && static_cast(Index) < container->size(), 0); \ return python_wrap(container->at(Index)); \ } \ - int name##_assign_item(PyObject* Object, int Index, PyObject* Value) \ + int name##_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) \ { \ return_val_if_fail(Value, -1); \ container_type* const container = python_cast(Object); \ @@ -3535,7 +3535,7 @@ return reinterpret_cast(Object)->object; } -PyObject* k3d_bitmap_item(PyObject* Object, int Index) +PyObject* k3d_bitmap_item(PyObject* Object, Py_ssize_t Index) { k3d::bitmap* const value = python_cast(Object); return_val_if_fail(value, 0); @@ -3546,7 +3546,7 @@ return python_wrap(*(value->begin() + Index)); } -int k3d_bitmap_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_bitmap_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { k3d::bitmap* const lhs = python_cast(Object); return_val_if_fail(lhs, -1); @@ -3890,7 +3890,7 @@ return -1; } -PyObject* k3d_point3_item(PyObject* Object, int Index) +PyObject* k3d_point3_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 2, 0); @@ -3901,7 +3901,7 @@ return python_wrap((*value)[Index]); } -int k3d_point3_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_point3_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 2, -1); @@ -4137,7 +4137,7 @@ return -1; } -PyObject* k3d_vector3_item(PyObject* Object, int Index) +PyObject* k3d_vector3_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 2, 0); @@ -4148,7 +4148,7 @@ return python_wrap((*value)[Index]); } -int k3d_vector3_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_vector3_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 2, -1); @@ -4582,7 +4582,7 @@ return -1; } -PyObject* k3d_euler_angles_item(PyObject* Object, int Index) +PyObject* k3d_euler_angles_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 2, 0); @@ -4593,7 +4593,7 @@ return python_wrap((*value)[Index]); } -int k3d_euler_angles_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_euler_angles_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 2, -1); @@ -4805,7 +4805,7 @@ return -1; } -PyObject* k3d_point4_item(PyObject* Object, int Index) +PyObject* k3d_point4_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 3, 0); @@ -4816,7 +4816,7 @@ return python_wrap((*value)[Index]); } -int k3d_point4_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_point4_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 3, -1); @@ -4960,7 +4960,7 @@ return -1; } -PyObject* k3d_matrix4_item(PyObject* Object, int Index) +PyObject* k3d_matrix4_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 3, 0); @@ -4968,10 +4968,10 @@ k3d::matrix4* const value = python_cast(Object); return_val_if_fail(value, 0); - return python_wrap((*value)[Index]); + return python_wrap((*value)[(int)Index]); } -int k3d_matrix4_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_matrix4_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return -1; } k3d-0.6.5.0-viewport.patch: --- NEW FILE k3d-0.6.5.0-viewport.patch --- --- k3d-0.6.5.0/ngui/viewport.cpp.orig 2006-12-29 09:39:45.000000000 +0100 +++ k3d-0.6.5.0/ngui/viewport.cpp 2006-12-29 09:40:22.000000000 +0100 @@ -682,7 +682,8 @@ void control::on_style_changed(const Glib::RefPtr& previous_style) { base::on_style_changed(previous_style); - glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); + if (m_implementation->m_font_begin != m_implementation->m_font_end) + glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); } void control::create_font() Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 23 Nov 2006 09:39:00 -0000 1.8 +++ .cvsignore 29 Dec 2006 08:39:47 -0000 1.9 @@ -1 +1 @@ -k3d-0.6.4.0-src.tar.bz2 +k3d-0.6.5.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- k3d.spec 11 Dec 2006 11:46:53 -0000 1.12 +++ k3d.spec 29 Dec 2006 08:39:47 -0000 1.13 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.6.4.0 -Release: 2%{?dist} +Version: 0.6.5.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -9,6 +9,8 @@ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch +Patch1: k3d-0.6.5.0-py25.patch +Patch2: k3d-0.6.5.0-viewport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -68,6 +70,8 @@ %prep %setup -q %patch0 -p0 -b .gl64 +%patch1 -p1 -b .py25 +%patch2 -p1 -b .viewport %build @@ -152,6 +156,11 @@ %changelog +* Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 +- Update to 0.6.5.0 +- Added patch to fix x86_64 startup crash in viewport widget +- Added patch to fix python 2.5 API changes + * Mon Dec 11 2006 Denis Leroy - 0.6.4.0-2 - Rebuild with python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 23 Nov 2006 09:39:00 -0000 1.8 +++ sources 29 Dec 2006 08:39:47 -0000 1.9 @@ -1 +1 @@ -3c360b0e6e861a001462f8f6dece30d3 k3d-0.6.4.0-src.tar.bz2 +61ef7955c2a6e77e96e2e0161873be7f k3d-0.6.5.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 09:01:09 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Fri, 29 Dec 2006 04:01:09 -0500 Subject: rpms/rt3/devel .cvsignore, 1.5, 1.6 rt3.spec, 1.15, 1.16 sources, 1.5, 1.6 Message-ID: <200612290901.kBT9193l030968@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/rt3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27792 Modified Files: .cvsignore rt3.spec sources Log Message: * Fri Dec 29 2006 Ralf Cors??pius - 3.6.3-1 - Upstream update. - Add perl(GD::*) deps. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Aug 2006 04:57:41 -0000 1.5 +++ .cvsignore 29 Dec 2006 09:00:39 -0000 1.6 @@ -1 +1 @@ -rt-3.6.1.tar.gz +rt-3.6.3.tar.gz Index: rt3.spec =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/rt3.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- rt3.spec 7 Sep 2006 12:03:21 -0000 1.15 +++ rt3.spec 29 Dec 2006 09:00:39 -0000 1.16 @@ -12,8 +12,8 @@ %define RT3_LOCALSTATEDIR %{_localstatedir}/lib/rt3 Name: rt3 -Version: 3.6.1 -Release: 3%{?dist} +Version: 3.6.3 +Release: 1%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -44,6 +44,8 @@ Requires: perl(Apache::Session) Requires: perl(Calendar::Simple) Requires: perl(File::Temp) +Requires: perl(GD::Text) +Requires: perl(GD::Graph::bars) perl(GD::Graph::pie) Requires: perl(HTML::Mason) Requires: perl(HTML::FormatText) Requires: perl(HTML::TreeBuilder) @@ -241,6 +243,10 @@ %ghost %{_prefix}/local/etc/rt3 %changelog +* Fri Dec 29 2006 Ralf Cors??pius - 3.6.3-1 +- Upstream update. +- Add perl(GD::*) deps. + * Thu Sep 07 2006 Ralf Cors??pius - 3.6.1-3 - Extend /etc/RT_SiteConfig.pm (jpo, BZ 202374) Index: sources =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Aug 2006 04:57:41 -0000 1.5 +++ sources 29 Dec 2006 09:00:39 -0000 1.6 @@ -1 +1 @@ -40c5a828fadaeef9e150255a517d0b17 rt-3.6.1.tar.gz +d6b2fa930441f16b6530aa00665eb8c7 rt-3.6.3.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 09:15:12 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 04:15:12 -0500 Subject: rpms/k3d/FC-6 k3d-0.6.5.0-viewport.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 k3d.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612290915.kBT9FC5t031487@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31458 Modified Files: .cvsignore k3d.spec sources Added Files: k3d-0.6.5.0-viewport.patch Log Message: - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget k3d-0.6.5.0-viewport.patch: --- NEW FILE k3d-0.6.5.0-viewport.patch --- --- k3d-0.6.5.0/ngui/viewport.cpp.orig 2006-12-29 09:39:45.000000000 +0100 +++ k3d-0.6.5.0/ngui/viewport.cpp 2006-12-29 09:40:22.000000000 +0100 @@ -682,7 +682,8 @@ void control::on_style_changed(const Glib::RefPtr& previous_style) { base::on_style_changed(previous_style); - glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); + if (m_implementation->m_font_begin != m_implementation->m_font_end) + glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); } void control::create_font() Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 29 Nov 2006 10:15:40 -0000 1.8 +++ .cvsignore 29 Dec 2006 09:14:42 -0000 1.9 @@ -1 +1 @@ -k3d-0.6.4.0-src.tar.bz2 +k3d-0.6.5.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-6/k3d.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- k3d.spec 29 Nov 2006 10:15:40 -0000 1.10 +++ k3d.spec 29 Dec 2006 09:14:42 -0000 1.11 @@ -1,6 +1,6 @@ Name: k3d -Version: 0.6.4.0 +Version: 0.6.5.0 Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System @@ -9,6 +9,7 @@ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch +Patch1: k3d-0.6.5.0-viewport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -68,6 +69,7 @@ %prep %setup -q %patch0 -p0 -b .gl64 +%patch1 -p1 -b .viewport %build @@ -152,6 +154,10 @@ %changelog +* Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 +- Update to 0.6.5.0 +- Added patch to fix x86_64 startup crash in viewport widget + * Tue Nov 28 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 29 Nov 2006 10:15:40 -0000 1.8 +++ sources 29 Dec 2006 09:14:42 -0000 1.9 @@ -1 +1 @@ -3c360b0e6e861a001462f8f6dece30d3 k3d-0.6.4.0-src.tar.bz2 +61ef7955c2a6e77e96e2e0161873be7f k3d-0.6.5.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 09:16:09 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 29 Dec 2006 04:16:09 -0500 Subject: rpms/libtelepathy/devel .cvsignore, 1.5, 1.6 libtelepathy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612290916.kBT9G9id031527@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libtelepathy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31507 Modified Files: .cvsignore libtelepathy.spec sources Log Message: * Fri Dec 29 2006 Brian Pepple - 0.0.41-1 - Update to 0.0.41. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 1 Dec 2006 15:33:16 -0000 1.5 +++ .cvsignore 29 Dec 2006 09:15:39 -0000 1.6 @@ -1 +1 @@ -libtelepathy-0.0.40.tar.gz +libtelepathy-0.0.41.tar.gz Index: libtelepathy.spec =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/libtelepathy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libtelepathy.spec 1 Dec 2006 15:33:16 -0000 1.4 +++ libtelepathy.spec 29 Dec 2006 09:15:39 -0000 1.5 @@ -1,5 +1,5 @@ Name: libtelepathy -Version: 0.0.40 +Version: 0.0.41 Release: 1%{?dist} Summary: A GLib library to ease writing telepathy clients @@ -70,6 +70,9 @@ %changelog +* Fri Dec 29 2006 Brian Pepple - 0.0.41-1 +- Update to 0.0.41. + * Fri Dec 1 2006 Brian Pepple - 0.0.40-1 - Update to 0.0.40. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 1 Dec 2006 15:33:16 -0000 1.5 +++ sources 29 Dec 2006 09:15:39 -0000 1.6 @@ -1 +1 @@ -fd22fdfee8a4bfbf33ff420ad696b268 libtelepathy-0.0.40.tar.gz +b4abbb158ec29f90b0f22568d65fbdb1 libtelepathy-0.0.41.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 10:01:21 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:21 -0500 Subject: rpms/thunar-media-tags-plugin - New directory Message-ID: <200612291001.kBTA1LjF002515@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2511/thunar-media-tags-plugin Log Message: Directory /cvs/extras/rpms/thunar-media-tags-plugin added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 10:01:26 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:26 -0500 Subject: rpms/thunar-media-tags-plugin/devel - New directory Message-ID: <200612291001.kBTA1QnH002528@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2511/thunar-media-tags-plugin/devel Log Message: Directory /cvs/extras/rpms/thunar-media-tags-plugin/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 10:01:45 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:45 -0500 Subject: rpms/thunar-media-tags-plugin Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612291001.kBTA1j8B002558@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2552 Added Files: Makefile import.log Log Message: Setup of module thunar-media-tags-plugin --- NEW FILE Makefile --- # Top level Makefile for module thunar-media-tags-plugin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 10:01:50 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:50 -0500 Subject: rpms/thunar-media-tags-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612291001.kBTA1odY002573@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2552/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module thunar-media-tags-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 10:03:05 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:03:05 -0500 Subject: rpms/thunar-media-tags-plugin import.log,1.1,1.2 Message-ID: <200612291003.kBTA35Ox002642@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2612 Modified Files: import.log Log Message: auto-import thunar-media-tags-plugin-0.1.1-1.fc7 on branch devel from thunar-media-tags-plugin-0.1.1-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/thunar-media-tags-plugin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 10:01:45 -0000 1.1 +++ import.log 29 Dec 2006 10:02:35 -0000 1.2 @@ -0,0 +1 @@ +thunar-media-tags-plugin-0_1_1-1_fc7:HEAD:thunar-media-tags-plugin-0.1.1-1.fc7.src.rpm:1167387152 From fedora-extras-commits at redhat.com Fri Dec 29 10:03:05 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:03:05 -0500 Subject: rpms/thunar-media-tags-plugin/devel thunar-media-tags-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612291003.kBTA35S4002646@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2612/devel Modified Files: .cvsignore sources Added Files: thunar-media-tags-plugin.spec Log Message: auto-import thunar-media-tags-plugin-0.1.1-1.fc7 on branch devel from thunar-media-tags-plugin-0.1.1-1.fc7.src.rpm --- NEW FILE thunar-media-tags-plugin.spec --- %define thunarver 0.5.0 Name: thunar-media-tags-plugin Version: 0.1.1 Release: 1%{?dist} Summary: Media Tags plugin for the Thunar file manager Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/thunar-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: Thunar-devel >= %{thunarver}, libxfcegui4-devel >= 4.3.90.2 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) BuildRequires: taglib-devel >= 1.4 Requires: Thunar >= %{thunarver} %description This plugin adds special features for media files to the Thunar file manager. It includes a special media file page for the file properties dialog, a tag editor for ID3 or OGG/Vorbis tags and a so-called bulk renamer, which allows users to rename multiple audio files at once, based on their tags. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/thunarx-1/%{name}.la %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libdir}/thunarx-1/%{name}.so %changelog * Sat Nov 11 2006 Christoph Wickert - 0.1.1-1 - Initial Fedora Extras Version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/thunar-media-tags-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 10:01:50 -0000 1.1 +++ .cvsignore 29 Dec 2006 10:02:35 -0000 1.2 @@ -0,0 +1 @@ +thunar-media-tags-plugin-0.1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/thunar-media-tags-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 10:01:50 -0000 1.1 +++ sources 29 Dec 2006 10:02:35 -0000 1.2 @@ -0,0 +1 @@ +1535da390f7e26350e9bff1a5bc3cdae thunar-media-tags-plugin-0.1.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 10:36:15 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:36:15 -0500 Subject: owners owners.list,1.2169,1.2170 Message-ID: <200612291036.kBTAaFHh002802@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2787 Modified Files: owners.list Log Message: add thunar-media-tags-plugin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2169 retrieving revision 1.2170 diff -u -r1.2169 -r1.2170 --- owners.list 29 Dec 2006 05:58:46 -0000 1.2169 +++ owners.list 29 Dec 2006 10:35:44 -0000 1.2170 @@ -2433,6 +2433,7 @@ Fedora Extras|thinkpad-kmod-common|Common files for ThinkPad kernel module packages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|thttpd|Tiny, turbo, throttleable lightweight http server|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|Thunar|Thunar File Manager|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|thunar-media-tags-plugin|Media Tags plugin for the Thunar file manager|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|thunderbird|thunderbird mail|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|tideEditor|Editor for Tide Constituent Database (TCD) files|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|tidy|Utility to clean up and pretty print HTML/XHTML/XML|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 10:41:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 05:41:44 -0500 Subject: owners owners.list,1.2170,1.2171 Message-ID: <200612291041.kBTAfix9002889@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2872 Modified Files: owners.list Log Message: added lush Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2170 retrieving revision 1.2171 diff -u -r1.2170 -r1.2171 --- owners.list 29 Dec 2006 10:35:44 -0000 1.2170 +++ owners.list 29 Dec 2006 10:41:14 -0000 1.2171 @@ -1099,6 +1099,7 @@ Fedora Extras|lucidlife|A Conway's Life simulator|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|luks-tools|Utilities for working with LUKS-protected filesystems|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|luma|A graphical tool for managing LDAP servers|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| +Fedora Extras|lush|An object-oriented Lisp interpreter and compiler|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|lvcool|Utility to cool Athlon processor during idle on Via KT133 or KX133 chipsets|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|lyx|WYSIWYM (What You See Is What You Mean) document processor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|lzo|Data compression library with very fast (de)compression|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 10:43:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 05:43:30 -0500 Subject: comps comps-fe6.xml.in,1.249,1.250 comps-fe7.xml.in,1.54,1.55 Message-ID: <200612291043.kBTAhU1V002916@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2895 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: added lush Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.249 retrieving revision 1.250 diff -u -r1.249 -r1.250 --- comps-fe6.xml.in 23 Dec 2006 11:17:09 -0000 1.249 +++ comps-fe6.xml.in 29 Dec 2006 10:43:00 -0000 1.250 @@ -163,6 +163,7 @@ lcov lightning lua + lush mach manedit mcrypt Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- comps-fe7.xml.in 22 Dec 2006 23:12:31 -0000 1.54 +++ comps-fe7.xml.in 29 Dec 2006 10:43:00 -0000 1.55 @@ -163,6 +163,7 @@ lcov lightning lua + lush mach manedit mcrypt From fedora-extras-commits at redhat.com Fri Dec 29 13:17:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Fri, 29 Dec 2006 08:17:13 -0500 Subject: rpms/ctapi-cyberjack/devel .cvsignore, 1.5, 1.6 ctapi-cyberjack.spec, 1.19, 1.20 sources, 1.5, 1.6 Message-ID: <200612291317.kBTDHDKQ013095@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13076 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: - first test for the new 2.0.13 driver - clean up the spec file - change URL to the sourceforge page Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Nov 2006 17:41:48 -0000 1.5 +++ .cvsignore 29 Dec 2006 13:16:43 -0000 1.6 @@ -1 +1 @@ -ctapi-cyberjack-2.0.12.tar.gz +ctapi-cyberjack-2.0.13beta5.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ctapi-cyberjack.spec 25 Dec 2006 15:05:40 -0000 1.19 +++ ctapi-cyberjack.spec 29 Dec 2006 13:16:43 -0000 1.20 @@ -1,26 +1,22 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 2.0.12 -Release: 2%{?dist} +Version: 2.0.13beta5 +Release: 1%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 #kernel-devel needed for workaround bug 191515 #For FC>4 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 kernel-devel ncurses-devel -#For FC4 -#BuildRequires: libusb-devel readline-devel kernel-devel +#BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 kernel-devel ncurses-devel +BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 -URL: http://support.reiner-sct.de/downloads/LINUX/V2.0.12/ctapi-cyberjack-2.0.12.tar.gz +URL: http://downloads.sourceforge.net/libchipcard/ctapi-cyberjack-2.0.13beta5.tar.gz License: LGPL Group: Development/Libraries Source: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#for FC4 -#%%define readers_dir %{_libdir}/readers/ifd-cyberjack.bundle/Contents -#for FC>4 %define readers_dir %(pkg-config libpcsclite --variable=usbdropdir)/ifd-cyberjack.bundle/Contents %package devel @@ -68,8 +64,6 @@ %setup -q -n %{name}-%{version} %build -#CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS -#./configure --disable-static %configure make %{?_smp_mflags} @@ -116,7 +110,6 @@ %files pcsc # PC/SC -#%defattr(755,root,root) /%{readers_dir}/Linux/* %attr(0644,root,root)/%{readers_dir}/Info.plist %attr(0644,root,root)/%{readers_dir}/PkgInfo @@ -128,6 +121,11 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Fri Dec 29 2006 Frank B??ttner - 2.0.13beta5-1%{?dist} +- first test for the new 2.0.13 driver +- clean up the spec file +- change URL to the sourceforge page + * Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} - Fix an crash when use the lib on console apps without an X server. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Nov 2006 17:41:48 -0000 1.5 +++ sources 29 Dec 2006 13:16:43 -0000 1.6 @@ -1 +1 @@ -c85e4629692e26f87b02ff6d6da7a8c7 ctapi-cyberjack-2.0.12.tar.gz +f3e2feb6af5661c5236e57830cda15f6 ctapi-cyberjack-2.0.13beta5.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 14:31:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 09:31:27 -0500 Subject: rpms/asymptote/devel .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291431.kBTEVRLm016588@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16566 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 +++ .cvsignore 29 Dec 2006 14:30:57 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 +++ asymptote.spec 29 Dec 2006 14:30:57 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:54 -0000 1.13 +++ sources 29 Dec 2006 14:30:57 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:07:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 10:07:46 -0500 Subject: rpms/asymptote/FC-6 .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291507.kBTF7kMQ019951@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19886/FC-6 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 +++ .cvsignore 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 +++ asymptote.spec 29 Dec 2006 15:07:16 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:54 -0000 1.13 +++ sources 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:07:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 10:07:46 -0500 Subject: rpms/asymptote/FC-4 .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291507.kBTF7kG5019941@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19886/FC-4 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 +++ .cvsignore 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 +++ asymptote.spec 29 Dec 2006 15:07:16 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:48 -0000 1.13 +++ sources 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:07:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 10:07:46 -0500 Subject: rpms/asymptote/FC-5 .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291507.kBTF7k6f019946@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19886/FC-5 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 +++ .cvsignore 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 +++ asymptote.spec 29 Dec 2006 15:07:16 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:48 -0000 1.13 +++ sources 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:21:28 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 10:21:28 -0500 Subject: rpms/k3d/FC-5 .cvsignore,1.5,1.6 k3d.spec,1.4,1.5 sources,1.5,1.6 Message-ID: <200612291521.kBTFLSoN020199@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20180 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 Nov 2006 13:29:29 -0000 1.5 +++ .cvsignore 29 Dec 2006 15:20:58 -0000 1.6 @@ -1 +1 @@ -k3d-0.6.4.0-src.tar.bz2 +k3d-0.6.5.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/k3d.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- k3d.spec 30 Nov 2006 13:29:29 -0000 1.4 +++ k3d.spec 29 Dec 2006 15:20:58 -0000 1.5 @@ -1,6 +1,6 @@ Name: k3d -Version: 0.6.4.0 +Version: 0.6.5.0 Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System @@ -9,6 +9,7 @@ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch +Patch1: k3d-0.6.5.0-viewport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -68,6 +69,7 @@ %prep %setup -q %patch0 -p0 -b .gl64 +%patch1 -p1 -b .viewport %build @@ -152,6 +154,10 @@ %changelog +* Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 +- Update to 0.6.5.0 +- Added patch to fix x86_64 startup crash in viewport widget + * Tue Nov 28 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Nov 2006 13:29:29 -0000 1.5 +++ sources 29 Dec 2006 15:20:58 -0000 1.6 @@ -1 +1 @@ -3c360b0e6e861a001462f8f6dece30d3 k3d-0.6.4.0-src.tar.bz2 +61ef7955c2a6e77e96e2e0161873be7f k3d-0.6.5.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 15:24:14 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 10:24:14 -0500 Subject: rpms/k3d/FC-5 k3d-0.6.5.0-viewport.patch,NONE,1.1 Message-ID: <200612291524.kBTFOEif020276@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20267 Added Files: k3d-0.6.5.0-viewport.patch Log Message: Added viewport patch k3d-0.6.5.0-viewport.patch: --- NEW FILE k3d-0.6.5.0-viewport.patch --- --- k3d-0.6.5.0/ngui/viewport.cpp.orig 2006-12-29 09:39:45.000000000 +0100 +++ k3d-0.6.5.0/ngui/viewport.cpp 2006-12-29 09:40:22.000000000 +0100 @@ -682,7 +682,8 @@ void control::on_style_changed(const Glib::RefPtr& previous_style) { base::on_style_changed(previous_style); - glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); + if (m_implementation->m_font_begin != m_implementation->m_font_end) + glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); } void control::create_font() From fedora-extras-commits at redhat.com Fri Dec 29 15:27:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Fri, 29 Dec 2006 10:27:22 -0500 Subject: rpms/ctapi-cyberjack/devel 91-cyberjack.rules, NONE, 1.1 ctapi-cyberjack.spec, 1.20, 1.21 Message-ID: <200612291527.kBTFRMrk020372@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20354 Modified Files: ctapi-cyberjack.spec Added Files: 91-cyberjack.rules Log Message: - fix build errors - clean up spec file --- NEW FILE 91-cyberjack.rules --- BUS=="usb", SYSFS{idVendor}=="0c4b", GROUP="cyberjack", MODE="660" Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ctapi-cyberjack.spec 29 Dec 2006 13:16:43 -0000 1.20 +++ ctapi-cyberjack.spec 29 Dec 2006 15:26:52 -0000 1.21 @@ -1,20 +1,18 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.13beta5 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 -#kernel-devel needed for workaround bug 191515 -#For FC>4 -#BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 kernel-devel ncurses-devel BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 URL: http://downloads.sourceforge.net/libchipcard/ctapi-cyberjack-2.0.13beta5.tar.gz License: LGPL Group: Development/Libraries -Source: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz +Source1: 91-cyberjack.rules Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define readers_dir %(pkg-config libpcsclite --variable=usbdropdir)/ifd-cyberjack.bundle/Contents @@ -78,6 +76,10 @@ # fix for crash when no X server running mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf +#remove unnecessary files +rm -f $RPM_BUILD_ROOT/sbin/udev.cyberjack.sh +#use my own udev file, because the orginal is more forSuSE +install -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/91-cyberjack.rules %post pcsc #register PC/SC driver and restart daemon @@ -106,7 +108,7 @@ %{_bindir}/cjgeldkarte %{_bindir}/ctsh %config %{_sysconfdir}/cyberjack.conf -%{_sysconfdir}/* +%config %{_sysconfdir}/udev/rules.d/91-cyberjack.rules %files pcsc # PC/SC @@ -121,6 +123,10 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Fri Dec 29 2006 Frank B??ttner - 2.0.13beta5-2%{?dist} +- fix build errors +- clean up spec file + * Fri Dec 29 2006 Frank B??ttner - 2.0.13beta5-1%{?dist} - first test for the new 2.0.13 driver - clean up the spec file From fedora-extras-commits at redhat.com Fri Dec 29 16:47:36 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 11:47:36 -0500 Subject: rpms/pari/FC-6 pari.spec,1.3,1.4 Message-ID: <200612291647.kBTGlafK023823@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23806 Modified Files: pari.spec Log Message: enabled ppc build Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/pari.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pari.spec 28 Aug 2006 09:15:42 -0000 1.3 +++ pari.spec 29 Dec 2006 16:47:06 -0000 1.4 @@ -1,6 +1,6 @@ Name: pari Version: 2.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries @@ -14,13 +14,9 @@ BuildRequires: tetex BuildRequires: tetex-dvips BuildRequires: desktop-file-utils -%if "%{?fedora}" > "4" BuildRequires: libX11-devel -%else -BuildRequires: xorg-x11-devel -%endif Requires: tetex-xdvi -ExcludeArch: ppc + %description PARI is a widely used computer algebra system designed for fast @@ -66,7 +62,7 @@ %prep %setup -q -perl -pi -e "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld +sed -i "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld %build @@ -79,7 +75,7 @@ --datadir=%{_datadir}/pari \ --includedir=%{_includedir} \ --with-gmp -make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS" +make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" %check @@ -167,6 +163,9 @@ %changelog +* Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 +- added -fno-strict-aliasing to CFLAGS and enabled ppc build + * Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 - Rebuild for FE6 From fedora-extras-commits at redhat.com Fri Dec 29 16:48:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 11:48:53 -0500 Subject: rpms/pari/FC-6 pari.spec,1.4,1.5 Message-ID: <200612291648.kBTGmrTU023847@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23832 Modified Files: pari.spec Log Message: Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/pari.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pari.spec 29 Dec 2006 16:47:06 -0000 1.4 +++ pari.spec 29 Dec 2006 16:48:23 -0000 1.5 @@ -78,13 +78,13 @@ make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -%check -make dobench -make dotest-compat -make dotest-intnum -make dotest-qfbsolve -make dotest-rfrac -make dotest-round4 +#%check +#make dobench +#make dotest-compat +#make dotest-intnum +#make dotest-qfbsolve +#make dotest-rfrac +#make dotest-round4 %install From fedora-extras-commits at redhat.com Fri Dec 29 17:11:02 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 29 Dec 2006 12:11:02 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.30, 1.31 ochusha.spec, 1.32, 1.33 sources, 1.30, 1.31 Message-ID: <200612291711.kBTHB2gA027162@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27143 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 29 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061229 - 0.5.99.65.2 cvs 061229 (25:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- .cvsignore 25 Dec 2006 15:47:48 -0000 1.30 +++ .cvsignore 29 Dec 2006 17:10:32 -0000 1.31 @@ -1 +1 @@ -ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 +ochusha-0.5.99.65.2-cvs061229.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ochusha.spec 25 Dec 2006 15:47:48 -0000 1.32 +++ ochusha.spec 29 Dec 2006 17:10:32 -0000 1.33 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.65.1 -%define strtag cvs061225.1 +%define main_ver 0.5.99.65.2 +%define strtag cvs061229 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225.1 -- 0.5.99.65.1 cvs 061225 (23:59 JST) +* Fri Dec 29 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061229 +- 0.5.99.65.2 cvs 061229 (25:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 25 Dec 2006 15:47:48 -0000 1.30 +++ sources 29 Dec 2006 17:10:32 -0000 1.31 @@ -1 +1 @@ -3f9ba990e74979634c3278040c064285 ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 +0a83094be5bb68e346c16335b534e523 ochusha-0.5.99.65.2-cvs061229.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 17:35:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 12:35:20 -0500 Subject: rpms/pari/devel .cvsignore, 1.3, 1.4 pari.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612291735.kBTHZKe5027286@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27267 Modified Files: .cvsignore pari.spec sources Log Message: enabled ppc build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 19:29:09 -0000 1.3 +++ .cvsignore 29 Dec 2006 17:34:50 -0000 1.4 @@ -1 +1 @@ -pari-2.3.1.tar.gz +pari-2.3.0.tar.gz Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pari.spec 2 Dec 2006 19:29:09 -0000 1.4 +++ pari.spec 29 Dec 2006 17:34:50 -0000 1.5 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.1 -Release: 1%{?dist} +Version: 2.3.0 +Release: 5%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -14,13 +14,9 @@ BuildRequires: tetex BuildRequires: tetex-dvips BuildRequires: desktop-file-utils -%if "%{?fedora}" > "4" BuildRequires: libX11-devel -%else -BuildRequires: xorg-x11-devel -%endif Requires: tetex-xdvi -#ExcludeArch: ppc + %description PARI is a widely used computer algebra system designed for fast @@ -66,7 +62,7 @@ %prep %setup -q -perl -pi -e "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld +sed -i "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld %build @@ -79,16 +75,16 @@ --datadir=%{_datadir}/pari \ --includedir=%{_includedir} \ --with-gmp -make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS" +make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -%check -make dobench -make dotest-compat -make dotest-intnum -make dotest-qfbsolve -make dotest-rfrac -make dotest-round4 +#%check +#make dobench +#make dotest-compat +#make dotest-intnum +#make dotest-qfbsolve +#make dotest-rfrac +#make dotest-round4 %install @@ -167,8 +163,8 @@ %changelog -* Sat Dec 2 2006 Gerard Milmeister - 2.3.1-1 -- new version 2.3.1 +* Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 +- added -fno-strict-aliasing to CFLAGS and enabled ppc build * Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 19:29:09 -0000 1.3 +++ sources 29 Dec 2006 17:34:50 -0000 1.4 @@ -1 +1 @@ -89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz +ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 17:37:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:43 -0500 Subject: rpms/php-channel-phpunit - New directory Message-ID: <200612291737.kBTHbhV6027382@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27378/php-channel-phpunit Log Message: Directory /cvs/extras/rpms/php-channel-phpunit added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 17:37:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:44 -0500 Subject: rpms/php-channel-phpunit/devel - New directory Message-ID: <200612291737.kBTHbiW3027395@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27378/php-channel-phpunit/devel Log Message: Directory /cvs/extras/rpms/php-channel-phpunit/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 17:37:53 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:53 -0500 Subject: rpms/php-channel-phpunit Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612291737.kBTHbrsT027425@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27419 Added Files: Makefile import.log Log Message: Setup of module php-channel-phpunit --- NEW FILE Makefile --- # Top level Makefile for module php-channel-phpunit all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 17:37:58 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:58 -0500 Subject: rpms/php-channel-phpunit/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612291737.kBTHbwUi027442@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27419/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-channel-phpunit --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 17:38:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:38:14 -0500 Subject: rpms/php-channel-phpunit/devel channel.xml, NONE, 1.1 php-channel-phpunit.spec, NONE, 1.1 Message-ID: <200612291738.kBTHcEFE027500@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27482/devel Added Files: channel.xml php-channel-phpunit.spec Log Message: auto-import php-channel-phpunit-1.0-1 on branch devel from php-channel-phpunit-1.0-1.src.rpm --- NEW FILE channel.xml --- pear.phpunit.de PHPUnit channel server phpunit http://pear.phpunit.de/Chiara_PEAR_Server_REST/ http://pear.phpunit.de/Chiara_PEAR_Server_REST/ --- NEW FILE php-channel-phpunit.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} Name: php-channel-phpunit Version: 1.0 Release: 1%{?dist} Summary: Adds phpunit channel to PEAR Group: Development/Languages License: BSD URL: http://pear.phpunit.de Source0: http://pear.phpunit.de/channel.xml BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php >= 5.1.4 php-pear(PEAR) %description This package adds the phpunit channel which allows PEAR packages from this channel to be installed. %prep %setup -q -c -T %build # Empty build section, nothing to build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{pear_xmldir}/pear.phpunit.de.xml %clean rm -rf $RPM_BUILD_ROOT %post if [ $1 -eq 1 ] ; then %{__pear} channel-add %{pear_xmldir}/pear.phpunit.de.xml > /dev/null || : else %{__pear} channel-update %{pear_xmldir}/pear.phpunit.de.xml > /dev/null ||: fi %postun if [ $1 -eq 0 ] ; then %{__pear} channel-delete pear.phpunit.de > /dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/* %changelog * Wed Dec 27 2006 Christopher Stone 1.0-1 - Initial Release From fedora-extras-commits at redhat.com Fri Dec 29 17:38:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:38:43 -0500 Subject: rpms/php-channel-phpunit import.log,1.1,1.2 Message-ID: <200612291738.kBTHchj1027533@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27482 Modified Files: import.log Log Message: auto-import php-channel-phpunit-1.0-1 on branch devel from php-channel-phpunit-1.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-channel-phpunit/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 17:37:53 -0000 1.1 +++ import.log 29 Dec 2006 17:38:13 -0000 1.2 @@ -0,0 +1 @@ +php-channel-phpunit-1_0-1:HEAD:php-channel-phpunit-1.0-1.src.rpm:1167414504 From fedora-extras-commits at redhat.com Fri Dec 29 17:40:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:40:25 -0500 Subject: owners owners.list,1.2171,1.2172 Message-ID: <200612291740.kBTHePk8027616@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27587 Modified Files: owners.list Log Message: php-channel-phpunit Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2171 retrieving revision 1.2172 diff -u -r1.2171 -r1.2172 --- owners.list 29 Dec 2006 10:41:14 -0000 1.2171 +++ owners.list 29 Dec 2006 17:39:55 -0000 1.2172 @@ -1886,6 +1886,7 @@ Fedora Extras|pgfouine|PgFouine PostgreSQL log analyzer|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|pgp-tools|Collection of several utilities related to OpenPGP|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| Fedora Extras|php-adodb|Active Data Objects Data Base|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|php-channel-phpunit|Add phpunit channel to pear|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-eaccelerator|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-extras|Additional PHP modules from the standard PHP distribution|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|php-idn|PHP API for GNU LibIDN|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 17:44:16 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:44:16 -0500 Subject: rpms/php-channel-phpunit/devel php-channel-phpunit.spec,1.1,1.2 Message-ID: <200612291744.kBTHiGHM027725@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27710 Modified Files: php-channel-phpunit.spec Log Message: Add virtual provides on channel name Index: php-channel-phpunit.spec =================================================================== RCS file: /cvs/extras/rpms/php-channel-phpunit/devel/php-channel-phpunit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-channel-phpunit.spec 29 Dec 2006 17:38:13 -0000 1.1 +++ php-channel-phpunit.spec 29 Dec 2006 17:43:46 -0000 1.2 @@ -2,7 +2,7 @@ Name: php-channel-phpunit Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adds phpunit channel to PEAR Group: Development/Languages @@ -14,6 +14,7 @@ BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php >= 5.1.4 php-pear(PEAR) +Provides: php-channel(pear.phpunit.de) %description This package adds the phpunit channel which allows PEAR packages @@ -58,5 +59,8 @@ %changelog +* Fri Dec 29 2006 Christopher Stone 1.0-2 +- Add virtual provides on channel name + * Wed Dec 27 2006 Christopher Stone 1.0-1 - Initial Release From fedora-extras-commits at redhat.com Fri Dec 29 18:30:52 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:30:52 -0500 Subject: rpms/fslint/devel .cvsignore, 1.4, 1.5 fslint.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200612291830.kBTIUqSb031107@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31083 Modified Files: .cvsignore fslint.spec sources Log Message: Add 2.18 tarball Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Oct 2006 15:58:46 -0000 1.4 +++ .cvsignore 29 Dec 2006 18:30:22 -0000 1.5 @@ -1 +1 @@ -fslint-2.16.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/devel/fslint.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fslint.spec 30 Oct 2006 20:48:13 -0000 1.9 +++ fslint.spec 29 Dec 2006 18:30:22 -0000 1.10 @@ -1,6 +1,6 @@ Name: fslint -Version: 2.16 -Release: 2%{?dist} +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -79,6 +79,9 @@ %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + * Mon Oct 30 2006 P??draig Brady

- 2.16-2 - Zero Epochs are superfluous nowadays and frowned upon in Fedora Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Oct 2006 15:58:46 -0000 1.4 +++ sources 29 Dec 2006 18:30:22 -0000 1.5 @@ -1 +1 @@ -76307326b8be8a6404675965be481435 fslint-2.16.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:45:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:45:22 -0500 Subject: rpms/fslint/FC-6 .cvsignore, 1.4, 1.5 fslint.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200612291845.kBTIjMcP031218@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31196 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Oct 2006 16:09:14 -0000 1.4 +++ .cvsignore 29 Dec 2006 18:44:52 -0000 1.5 @@ -1 +1 @@ -fslint-2.16.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-6/fslint.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fslint.spec 30 Oct 2006 20:48:12 -0000 1.9 +++ fslint.spec 29 Dec 2006 18:44:52 -0000 1.10 @@ -1,6 +1,6 @@ Name: fslint -Version: 2.16 -Release: 2%{?dist} +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -79,6 +79,9 @@ %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + * Mon Oct 30 2006 P??draig Brady

- 2.16-2 - Zero Epochs are superfluous nowadays and frowned upon in Fedora Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Oct 2006 16:09:14 -0000 1.4 +++ sources 29 Dec 2006 18:44:52 -0000 1.5 @@ -1 +1 @@ -76307326b8be8a6404675965be481435 fslint-2.16.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:47:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:47:08 -0500 Subject: rpms/fslint/FC-5 .cvsignore, 1.4, 1.5 fslint.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612291847.kBTIl8Ne031307@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31288 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Oct 2006 16:15:04 -0000 1.4 +++ .cvsignore 29 Dec 2006 18:46:38 -0000 1.5 @@ -1 +1 @@ -fslint-2.16.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-5/fslint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fslint.spec 30 Oct 2006 20:48:11 -0000 1.8 +++ fslint.spec 29 Dec 2006 18:46:38 -0000 1.9 @@ -1,6 +1,6 @@ Name: fslint -Version: 2.16 -Release: 2%{?dist} +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -79,6 +79,9 @@ %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + * Mon Oct 30 2006 P??draig Brady

- 2.16-2 - Zero Epochs are superfluous nowadays and frowned upon in Fedora Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Oct 2006 16:15:04 -0000 1.4 +++ sources 29 Dec 2006 18:46:38 -0000 1.5 @@ -1 +1 @@ -76307326b8be8a6404675965be481435 fslint-2.16.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:50:06 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:50:06 -0500 Subject: rpms/fslint/FC-4 .cvsignore, 1.3, 1.4 fslint.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612291850.kBTIo6P0031376@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31357 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Mar 2005 19:20:07 -0000 1.3 +++ .cvsignore 29 Dec 2006 18:49:36 -0000 1.4 @@ -1 +1 @@ -FSlint-2.11.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-4/fslint.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fslint.spec 29 Mar 2005 19:20:07 -0000 1.6 +++ fslint.spec 29 Dec 2006 18:49:36 -0000 1.7 @@ -1,16 +1,16 @@ Name: fslint -Version: 2.11 -Release: 2 +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File License: GPL URL: http://www.pixelbeat.org/fslint/ -Source0: http://www.pixelbeat.org/fslint/FSlint-2.11.tar.gz +Source0: http://www.pixelbeat.org/fslint/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -19,11 +19,9 @@ %prep -%setup -q -n FSlint-%{version} -%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' FSlint -%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' FSlint -mv fslint/fstool/README README.fstool -mv fslint/rmlint/README README.rmlint +%setup -q -n %{name}-%{version} +%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' fslint-gui +%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui %build @@ -32,19 +30,27 @@ %install rm -rf $RPM_BUILD_ROOT -install -Dpm 755 FSlint $RPM_BUILD_ROOT%{_bindir}/FSlint -ln -s FSlint $RPM_BUILD_ROOT%{_bindir}/fslint -install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,rmlint} +install -Dpm 755 fslint-gui $RPM_BUILD_ROOT%{_bindir}/fslint-gui +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,supprt} +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/supprt/rmlint +install -dm 755 $RPM_BUILD_ROOT%{_mandir}/man1 install -pm 644 fslint.glade fslint_icon.png \ $RPM_BUILD_ROOT%{_datadir}/%{name} install -dm 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps ln -s %{_datadir}/%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps -install -pm 755 fslint/{find*,fsl*,get*,zipdir} \ +install -pm 755 fslint/{find*,fslint,zipdir} \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint install -pm 755 fslint/fstool/* \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/fstool -install -pm 755 fslint/rmlint/* \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/rmlint +install -pm 644 fslint/supprt/fslver \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/get* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/rmlint/* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt/rmlint + +cp -a man/* \ + $RPM_BUILD_ROOT%{_mandir}/man1/ make -C po DESTDIR=$RPM_BUILD_ROOT LOCALEDIR=%{_datadir}/locale install @@ -64,14 +70,34 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc doc/* README.* -%{_bindir}/*lint +%doc doc/* +%{_mandir}/man1/fslint* +%{_bindir}/fslint-gui %{_datadir}/%{name} %{_datadir}/applications/*%{name}.desktop %{_datadir}/pixmaps/fslint_icon.png %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + +* Mon Oct 30 2006 P??draig Brady

- 2.16-2 +- Zero Epochs are superfluous nowadays and frowned upon in Fedora + +* Mon Oct 30 2006 P??draig Brady

- 0:2.16-1 +- Update to 2.16 which has some minor packaging changes + to align with the debian package (suggested by lintian) and also +- has man pages for fslint and fslint-gui. + Other Packaging changes introduced in 2.14 were +- /usr/bin/{fs,FS}lint -> /usr/bin/fslint-gui +- Tidy up /usr/bin/fslint/fslint directory +- In addition to the above upstream changes I added + the dist tag to the release version + +* Tue Sep 19 2006 P??draig Brady

- 2.11-3 +- Rebuild for FC6 mass rebuild + * Fri Mar 18 2005 P??draig Brady

- 2.11-2 - Update to 2.11 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Mar 2005 19:20:07 -0000 1.3 +++ sources 29 Dec 2006 18:49:36 -0000 1.4 @@ -1 +1 @@ -518ef710828f6b55adf7fc665e9146f9 FSlint-2.11.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:51:35 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:51:35 -0500 Subject: rpms/fslint/FC-3 .cvsignore, 1.3, 1.4 fslint.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612291851.kBTIpZu4031473@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31454 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Mar 2005 19:19:10 -0000 1.3 +++ .cvsignore 29 Dec 2006 18:51:05 -0000 1.4 @@ -1 +1 @@ -FSlint-2.11.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-3/fslint.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fslint.spec 29 Mar 2005 19:19:10 -0000 1.5 +++ fslint.spec 29 Dec 2006 18:51:05 -0000 1.6 @@ -1,18 +1,17 @@ Name: fslint -Version: 2.11 -Release: 1 -Epoch: 0 +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File License: GPL URL: http://www.pixelbeat.org/fslint/ -Source0: http://www.pixelbeat.org/fslint/FSlint-2.11.tar.gz +Source0: http://www.pixelbeat.org/fslint/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils -Requires: python >= 0:2.0, pygtk2, pygtk2-libglade, cpio +BuildRequires: gettext >= 0.13, desktop-file-utils +Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description FSlint is a toolkit to find all redundant disk usage (duplicate files @@ -20,11 +19,9 @@ %prep -%setup -q -n FSlint-%{version} -%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' FSlint -%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' FSlint -mv fslint/fstool/README README.fstool -mv fslint/rmlint/README README.rmlint +%setup -q -n %{name}-%{version} +%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' fslint-gui +%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui %build @@ -33,19 +30,27 @@ %install rm -rf $RPM_BUILD_ROOT -install -Dpm 755 FSlint $RPM_BUILD_ROOT%{_bindir}/FSlint -ln -s FSlint $RPM_BUILD_ROOT%{_bindir}/fslint -install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,rmlint} +install -Dpm 755 fslint-gui $RPM_BUILD_ROOT%{_bindir}/fslint-gui +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,supprt} +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/supprt/rmlint +install -dm 755 $RPM_BUILD_ROOT%{_mandir}/man1 install -pm 644 fslint.glade fslint_icon.png \ $RPM_BUILD_ROOT%{_datadir}/%{name} install -dm 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps ln -s %{_datadir}/%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps -install -pm 755 fslint/{find*,fsl*,get*,zipdir} \ +install -pm 755 fslint/{find*,fslint,zipdir} \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint install -pm 755 fslint/fstool/* \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/fstool -install -pm 755 fslint/rmlint/* \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/rmlint +install -pm 644 fslint/supprt/fslver \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/get* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/rmlint/* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt/rmlint + +cp -a man/* \ + $RPM_BUILD_ROOT%{_mandir}/man1/ make -C po DESTDIR=$RPM_BUILD_ROOT LOCALEDIR=%{_datadir}/locale install @@ -65,15 +70,35 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc doc/* README.* -%{_bindir}/*lint +%doc doc/* +%{_mandir}/man1/fslint* +%{_bindir}/fslint-gui %{_datadir}/%{name} %{_datadir}/applications/*%{name}.desktop %{_datadir}/pixmaps/fslint_icon.png %changelog -* Fri Mar 18 2005 P??draig Brady

- 0:2.11-1 +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + +* Mon Oct 30 2006 P??draig Brady

- 2.16-2 +- Zero Epochs are superfluous nowadays and frowned upon in Fedora + +* Mon Oct 30 2006 P??draig Brady

- 0:2.16-1 +- Update to 2.16 which has some minor packaging changes + to align with the debian package (suggested by lintian) and also +- has man pages for fslint and fslint-gui. + Other Packaging changes introduced in 2.14 were +- /usr/bin/{fs,FS}lint -> /usr/bin/fslint-gui +- Tidy up /usr/bin/fslint/fslint directory +- In addition to the above upstream changes I added + the dist tag to the release version + +* Tue Sep 19 2006 P??draig Brady

- 2.11-3 +- Rebuild for FC6 mass rebuild + +* Fri Mar 18 2005 P??draig Brady

- 2.11-2 - Update to 2.11 * Wed Mar 16 2005 P??draig Brady

- 0:2.10-0.fdr.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Mar 2005 19:19:10 -0000 1.3 +++ sources 29 Dec 2006 18:51:05 -0000 1.4 @@ -1 +1 @@ -518ef710828f6b55adf7fc665e9146f9 FSlint-2.11.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 21:22:11 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Fri, 29 Dec 2006 16:22:11 -0500 Subject: rpms/rzip/devel .cvsignore, 1.2, 1.3 rzip.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612292122.kBTLMBvf008991@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/rzip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8972 Modified Files: .cvsignore rzip.spec sources Log Message: rzip-2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rzip/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 May 2005 21:05:26 -0000 1.2 +++ .cvsignore 29 Dec 2006 21:21:41 -0000 1.3 @@ -1 +1 @@ -rzip-2.0.tar.gz +rzip-2.1.tar.gz Index: rzip.spec =================================================================== RCS file: /cvs/extras/rpms/rzip/devel/rzip.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rzip.spec 10 Sep 2006 09:19:35 -0000 1.4 +++ rzip.spec 29 Dec 2006 21:21:41 -0000 1.5 @@ -1,11 +1,11 @@ Name: rzip -Version: 2.0 -Release: 3%{?dist} +Version: 2.1 +Release: 1%{?dist} Summary: A large-file compression program Group: Applications/File License: GPL URL: http://rzip.samba.org -Source0: http://rzip.samba.org/ftp/rzip/rzip-2.0.tar.gz +Source0: http://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel @@ -36,6 +36,11 @@ %{_mandir}/man1/* %changelog +* Sat Dec 30 2006 Paul P Komkoff Jr - 2.1-1 +- Added -L compression level option +- minor portability fixes +- fixed a bug that could cause some files to not be able to be uncompressed + * Sun Sep 10 2006 Paul P Komkoff Jr - 2.0-3 - rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/rzip/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 May 2005 21:05:26 -0000 1.2 +++ sources 29 Dec 2006 21:21:41 -0000 1.3 @@ -1 +1 @@ -8a88b445afba919b122a3899d6d26b2a rzip-2.0.tar.gz +0a3ba55085661647c12f2b014c51c406 rzip-2.1.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 21:31:03 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 16:31:03 -0500 Subject: rpms/pari/FC-6 pari.spec,1.5,1.6 Message-ID: <200612292131.kBTLV3vt009022@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9007 Modified Files: pari.spec Log Message: new version 2.3.1 Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/pari.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pari.spec 29 Dec 2006 16:48:23 -0000 1.5 +++ pari.spec 29 Dec 2006 21:30:32 -0000 1.6 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.0 -Release: 5%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -78,13 +78,13 @@ make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -#%check -#make dobench -#make dotest-compat -#make dotest-intnum -#make dotest-qfbsolve -#make dotest-rfrac -#make dotest-round4 +%check +make dobench +make dotest-compat +make dotest-intnum +make dotest-qfbsolve +make dotest-rfrac +make dotest-round4 %install @@ -163,6 +163,9 @@ %changelog +* Fri Dec 29 2006 Gerard Milmeister - 2.3.1-1 +- new version 2.3.1 + * Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 - added -fno-strict-aliasing to CFLAGS and enabled ppc build From fedora-extras-commits at redhat.com Fri Dec 29 21:32:25 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 16:32:25 -0500 Subject: rpms/pari/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612292132.kBTLWPSc009054@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9037 Modified Files: .cvsignore sources Log Message: new version 2.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 May 2006 17:25:12 -0000 1.2 +++ .cvsignore 29 Dec 2006 21:31:55 -0000 1.3 @@ -1 +1 @@ -pari-2.3.0.tar.gz +pari-2.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 May 2006 17:25:12 -0000 1.2 +++ sources 29 Dec 2006 21:31:55 -0000 1.3 @@ -1 +1 @@ -ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz +89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 21:48:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 16:48:53 -0500 Subject: rpms/pari/devel .cvsignore, 1.4, 1.5 pari.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612292148.kBTLmrkZ009162@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9143 Modified Files: .cvsignore pari.spec sources Log Message: new version 2.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Dec 2006 17:34:50 -0000 1.4 +++ .cvsignore 29 Dec 2006 21:48:23 -0000 1.5 @@ -1 +1 @@ -pari-2.3.0.tar.gz +pari-2.3.1.tar.gz Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pari.spec 29 Dec 2006 17:34:50 -0000 1.5 +++ pari.spec 29 Dec 2006 21:48:23 -0000 1.6 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.0 -Release: 5%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -78,13 +78,13 @@ make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -#%check -#make dobench -#make dotest-compat -#make dotest-intnum -#make dotest-qfbsolve -#make dotest-rfrac -#make dotest-round4 +%check +make dobench +make dotest-compat +make dotest-intnum +make dotest-qfbsolve +make dotest-rfrac +make dotest-round4 %install @@ -163,6 +163,9 @@ %changelog +* Fri Dec 29 2006 Gerard Milmeister - 2.3.1-1 +- new version 2.3.1 + * Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 - added -fno-strict-aliasing to CFLAGS and enabled ppc build Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Dec 2006 17:34:50 -0000 1.4 +++ sources 29 Dec 2006 21:48:23 -0000 1.5 @@ -1 +1 @@ -ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz +89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 05:17:52 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:17:52 -0500 Subject: rpms/kronolith - New directory Message-ID: <200612300517.kBU5Hqm8003222@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3218/kronolith Log Message: Directory /cvs/extras/rpms/kronolith added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 05:17:57 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:17:57 -0500 Subject: rpms/kronolith/devel - New directory Message-ID: <200612300517.kBU5HvU4003235@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3218/kronolith/devel Log Message: Directory /cvs/extras/rpms/kronolith/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 05:18:11 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:18:11 -0500 Subject: rpms/kronolith Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612300518.kBU5IBRj003265@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3259 Added Files: Makefile import.log Log Message: Setup of module kronolith --- NEW FILE Makefile --- # Top level Makefile for module kronolith all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 05:18:16 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:18:16 -0500 Subject: rpms/kronolith/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612300518.kBU5IGPe003280@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3259/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kronolith --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 05:19:51 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:19:51 -0500 Subject: rpms/kronolith import.log,1.1,1.2 Message-ID: <200612300519.kBU5Jp9R003351@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3319 Modified Files: import.log Log Message: auto-import kronolith-2.1.4-1 on branch devel from kronolith-2.1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kronolith/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 05:18:11 -0000 1.1 +++ import.log 30 Dec 2006 05:19:21 -0000 1.2 @@ -0,0 +1 @@ +kronolith-2_1_4-1:HEAD:kronolith-2.1.4-1.src.rpm:1167456577 From fedora-extras-commits at redhat.com Sat Dec 30 05:19:51 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:19:51 -0500 Subject: rpms/kronolith/devel kronolith.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612300519.kBU5Jpqc003355@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3319/devel Modified Files: .cvsignore sources Added Files: kronolith.spec Log Message: auto-import kronolith-2.1.4-1 on branch devel from kronolith-2.1.4-1.src.rpm --- NEW FILE kronolith.spec --- Name: kronolith Version: 2.1.4 Release: 1%{?dist} Summary: The Horde calendar application Source0: ftp://ftp.horde.org/pub/%{name}/%{name}-h3-%{version}.tar.gz Group: Applications/Internet License: GPL URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext Requires: php >= 4.3.0 Requires: horde >= 3 %description Kronolith is the Horde calendar application. It provides repeating events, all-day events, custom fields, keywords, and managing multiple users through Horde Authentication. The calendar API that Kronolith uses is abstracted; MCAL and SQL drivers are currently provided. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Kronolith) please visit http://www.horde.org/. %prep %setup -q -n %{name}-h3-%{version} # Replace #!/usr/local/bin/php with #!/usr/bin/php for d in scripts/*.php scripts/crond; do perl -i -pe 's|^#!/usr/local/bin/php|#!/usr/bin/php|' "$d" done %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/horde/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/horde/%{name} rm -rf %{buildroot}%{_datadir}/horde/%{name}/config/ rm -rf %{buildroot}%{_datadir}/horde/%{name}/docs/ rm %{buildroot}%{_datadir}/horde/%{name}/COPYING rm %{buildroot}%{_datadir}/horde/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/horde/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} # Put our config files in /etc/horde/kronolith and make symlinks install -m 0770 -d %{buildroot}%{_sysconfdir}/horde/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/horde/%{name} ln -fs ../../../..%{_sysconfdir}/horde/%{name} %{buildroot}%{_datadir}/horde/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/horde/%{name} for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done popd %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) # Include top level with %dir so not all files are sucked in %{_datadir}/horde/%{name} # Mark documentation files with %doc and %docdir %doc docs/ %doc COPYING %doc README # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/horde/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.php %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog * Thu Dec 28 2006 Brandon Holbrook 2.1.4-1 - Completely reworked for Fedora - config files moved to /etc/horde/kronolith - use find_lang to pull in translations - upgraded to upsream version 2.1.4 * Tue Nov 14 2006 Johnny Hughes 2.1.3.c4 - upgraded to upsream version 2.1.3 * Wed Aug 16 2006 Johnny Hughes 2.1.2.c4 - rolled in upstream update 2.1.2 - changed all config files from %config to %config(noreplace) * Fri Apr 28 2006 Johnny Hughes 2.1.1.c4 - Rolled in upstream changes to 2.1.1 * Tue Apr 11 2006 Johnny Hughes 2.1.c4 - Rolled in upstream release to 2.1 * Mon Dec 12 2005 Johnny Hughes 2.0.6-1.centos4 - Rolled in upstream release to 2.0.6 - See this link: http://marc.theaimsgroup.com/?l=horde-announce&m=113433037303192&w=2 * Tue Nov 29 2005 Johnny Hughes 2.0.5-1.centos4 - Rolled in upstream release to 2.0.5 * Sat Oct 29 2005 Johnny Hughes 2.0.4-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) * Wed Jun 15 2005 Greg Swallow - [2.0.3-1sme02] - revamped for kronolith-h3-2.0.3 on SME7 * Tue Apr 8 2004 Douglas Musty - [1.1.2-1es] - Rebuilt with Kronolith 1.1.2 * Tue Mar 23 2004 Douglas Musty - [1.1.1-1es] - Rebuilt with Kronolith 1.1.1 - Patch SQL schema to USE horde database - Change horde requirement to version 2.2 or greater - Change apache requirement to version 1.3.27 or greater - Change php requirement to version 4.1.2 or greater * Tue Jul 1 2003 Dan Brown - [1.1-1es] - Rebuilt with Kronolith 1.1 * Sun Apr 6 2003 Dan Brown - [1.0-1es] - Modified variables for compatibility with Mitel SME Server - Patched SQL schema to CREATE TABLE IF NOT EXISTS * Mon Jun 24 2002 Brent J. Nordquist - 1.0 release 2 * Thu Jun 13 2002 Brent J. Nordquist - 1.0 release 1 (private beta) * Sun Dec 16 2001 Brent J. Nordquist - initial RPM for Kronolith 0.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kronolith/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 05:18:16 -0000 1.1 +++ .cvsignore 30 Dec 2006 05:19:21 -0000 1.2 @@ -0,0 +1 @@ +kronolith-h3-2.1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kronolith/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 05:18:16 -0000 1.1 +++ sources 30 Dec 2006 05:19:21 -0000 1.2 @@ -0,0 +1 @@ +df6d6fc99012865b18b089212c7544ad kronolith-h3-2.1.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 05:29:14 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:29:14 -0500 Subject: owners owners.list,1.2172,1.2173 Message-ID: <200612300529.kBU5TEF1003457@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3442 Modified Files: owners.list Log Message: Added kronolith Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2172 retrieving revision 1.2173 diff -u -r1.2172 -r1.2173 --- owners.list 29 Dec 2006 17:39:55 -0000 1.2172 +++ owners.list 30 Dec 2006 05:28:44 -0000 1.2173 @@ -884,6 +884,7 @@ Fedora Extras|kpolynome|A polynome calculation program for KDE|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|krecipes|Application to manage recipes and shopping-lists|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|krename|Powerful batch file renamer|mr.ecik at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|kronolith|The Horde calendar application|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|krusader|An advanced twin-panel (commander-style) file-manager for KDE|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|ks3switch|KDE utility for managing the output device on S3 Savage chips|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|ksensors|An lm_sensors frontend for KDE|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 05:37:05 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:37:05 -0500 Subject: rpms/php-pecl-Fileinfo/devel .cvsignore, 1.2, 1.3 php-pecl-Fileinfo.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612300537.kBU5b5Pa003495@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pecl-Fileinfo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3473 Modified Files: .cvsignore php-pecl-Fileinfo.spec sources Log Message: Upgraded to 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Sep 2006 01:05:15 -0000 1.2 +++ .cvsignore 30 Dec 2006 05:36:35 -0000 1.3 @@ -1 +1 @@ -Fileinfo-1.0.3.tgz +Fileinfo-1.0.4.tgz Index: php-pecl-Fileinfo.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/php-pecl-Fileinfo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pecl-Fileinfo.spec 4 Oct 2006 22:35:44 -0000 1.2 +++ php-pecl-Fileinfo.spec 30 Dec 2006 05:36:35 -0000 1.3 @@ -4,8 +4,8 @@ Summary: Fileinfo is a PHP extension that wraps the libmagic library Name: php-pecl-Fileinfo -Version: 1.0.3 -Release: 3%{?dist} +Version: 1.0.4 +Release: 1%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/Fileinfo @@ -57,6 +57,9 @@ %{php_extdir}/fileinfo.so %changelog +* Fri Dec 29 2006 Christian Iseli 1.0.4-1 +- Bumped to upstream 1.0.4 + * Thu Oct 05 2006 Christian Iseli 1.0.3-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Sep 2006 01:05:15 -0000 1.2 +++ sources 30 Dec 2006 05:36:35 -0000 1.3 @@ -1 +1 @@ -799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz +2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz From fedora-extras-commits at redhat.com Sat Dec 30 05:40:40 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:40:40 -0500 Subject: rpms/php-pecl-Fileinfo/FC-6 .cvsignore, 1.2, 1.3 php-pecl-Fileinfo.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612300540.kBU5eepc003579@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pecl-Fileinfo/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3556 Modified Files: .cvsignore php-pecl-Fileinfo.spec sources Log Message: Upgraded to upstream 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Sep 2006 01:05:15 -0000 1.2 +++ .cvsignore 30 Dec 2006 05:40:10 -0000 1.3 @@ -1 +1 @@ -Fileinfo-1.0.3.tgz +Fileinfo-1.0.4.tgz Index: php-pecl-Fileinfo.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-6/php-pecl-Fileinfo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pecl-Fileinfo.spec 4 Oct 2006 22:35:44 -0000 1.2 +++ php-pecl-Fileinfo.spec 30 Dec 2006 05:40:10 -0000 1.3 @@ -4,8 +4,8 @@ Summary: Fileinfo is a PHP extension that wraps the libmagic library Name: php-pecl-Fileinfo -Version: 1.0.3 -Release: 3%{?dist} +Version: 1.0.4 +Release: 1%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/Fileinfo @@ -57,6 +57,9 @@ %{php_extdir}/fileinfo.so %changelog +* Fri Dec 29 2006 Brandon Holbrook 1.0.4-1 +- Bumped to upstream 1.0.4 + * Thu Oct 05 2006 Christian Iseli 1.0.3-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Sep 2006 01:05:15 -0000 1.2 +++ sources 30 Dec 2006 05:40:10 -0000 1.3 @@ -1 +1 @@ -799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz +2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz From fedora-extras-commits at redhat.com Sat Dec 30 06:19:11 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 01:19:11 -0500 Subject: rpms/php-pecl-Fileinfo/FC-5 .cvsignore, 1.2, 1.3 php-pecl-Fileinfo.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612300619.kBU6JBj9006872@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pecl-Fileinfo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6853 Modified Files: .cvsignore php-pecl-Fileinfo.spec sources Log Message: Bumped to upstream 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Sep 2006 01:05:15 -0000 1.2 +++ .cvsignore 30 Dec 2006 06:18:41 -0000 1.3 @@ -1 +1 @@ -Fileinfo-1.0.3.tgz +Fileinfo-1.0.4.tgz Index: php-pecl-Fileinfo.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-5/php-pecl-Fileinfo.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pecl-Fileinfo.spec 21 Sep 2006 01:05:15 -0000 1.1 +++ php-pecl-Fileinfo.spec 30 Dec 2006 06:18:41 -0000 1.2 @@ -4,8 +4,8 @@ Summary: Fileinfo is a PHP extension that wraps the libmagic library Name: php-pecl-Fileinfo -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.0.4 +Release: 1%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/Fileinfo @@ -57,6 +57,9 @@ %{php_extdir}/fileinfo.so %changelog +* Fri Dec 29 2006 Brandon Holbrook 1.0.4-1 +- Bumped to upstream 1.0.4 + * Sun Sep 17 2006 Brandon Holbrook 1.0.3-2 - Strict Requires: php_api - Grammatically correct Summary + Description Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Sep 2006 01:05:15 -0000 1.2 +++ sources 30 Dec 2006 06:18:41 -0000 1.3 @@ -1 +1 @@ -799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz +2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz From fedora-extras-commits at redhat.com Sat Dec 30 07:05:00 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 02:05:00 -0500 Subject: rpms/imp/devel imp.spec,1.1,1.2 Message-ID: <200612300705.kBU750cu010201@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10184 Modified Files: imp.spec Log Message: Fixed bug where apache was trying to access files under /etc/horde and dying Index: imp.spec =================================================================== RCS file: /cvs/extras/rpms/imp/devel/imp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- imp.spec 29 Dec 2006 04:37:59 -0000 1.1 +++ imp.spec 30 Dec 2006 07:04:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: imp Version: 4.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz @@ -63,6 +63,10 @@ cp -p $d $d0 fi done + +# Fix IMP_BASE in prefs.php +%{__sed} --in-place "s#dirname(__FILE__) . '/..'#FEDORA_FILEROOT . '/imp'#" prefs.php + popd %clean @@ -88,6 +92,9 @@ %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog +* Fri Dec 29 2006 Brandon Holbrook 4.1.3-3 +- Fix IMP_BASE defined in prefs.php + * Thu Dec 28 2006 Brandon Holbrook 4.1.3-2 - Make config/ symlink relative From fedora-extras-commits at redhat.com Sat Dec 30 07:38:23 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 02:38:23 -0500 Subject: rpms/imp/devel imp.spec,1.2,1.3 Message-ID: <200612300738.kBU7cNcm010332@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10317 Modified Files: imp.spec Log Message: Minor Index: imp.spec =================================================================== RCS file: /cvs/extras/rpms/imp/devel/imp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- imp.spec 30 Dec 2006 07:04:30 -0000 1.2 +++ imp.spec 30 Dec 2006 07:37:53 -0000 1.3 @@ -1,6 +1,6 @@ Name: imp Version: 4.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz @@ -65,7 +65,7 @@ done # Fix IMP_BASE in prefs.php -%{__sed} --in-place "s#dirname(__FILE__) . '/..'#FEDORA_FILEROOT . '/imp'#" prefs.php +%{__sed} --in-place "s#dirname(__FILE__) . '/..'#'/usr/share/horde/imp'#" prefs.php popd @@ -92,7 +92,7 @@ %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog -* Fri Dec 29 2006 Brandon Holbrook 4.1.3-3 +* Fri Dec 29 2006 Brandon Holbrook 4.1.3-4 - Fix IMP_BASE defined in prefs.php * Thu Dec 28 2006 Brandon Holbrook 4.1.3-2 From fedora-extras-commits at redhat.com Sat Dec 30 07:55:48 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 02:55:48 -0500 Subject: rpms/kronolith/devel kronolith.spec,1.1,1.2 Message-ID: <200612300755.kBU7tm9h010425@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10410 Modified Files: kronolith.spec Log Message: Created README.Fedora with post-install instructions Index: kronolith.spec =================================================================== RCS file: /cvs/extras/rpms/kronolith/devel/kronolith.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kronolith.spec 30 Dec 2006 05:19:21 -0000 1.1 +++ kronolith.spec 30 Dec 2006 07:55:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: kronolith Version: 2.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Horde calendar application Source0: ftp://ftp.horde.org/pub/%{name}/%{name}-h3-%{version}.tar.gz @@ -24,6 +24,9 @@ Open Source licenses. For more information (including help with Kronolith) please visit http://www.horde.org/. +READ %{_docdir}/%{name}-%{version}/README.Fedora AFTER INSTALLING FOR +MORE INSTRUCTIONS! + %prep %setup -q -n %{name}-h3-%{version} @@ -32,8 +35,20 @@ perl -i -pe 's|^#!/usr/local/bin/php|#!/usr/bin/php|' "$d" done +cat <<_EOF_ >README.Fedora +If you have enabled Horde's DB Preferences driver and with to use it to store +kronolith data as well, you must create the appropriate tables manually. To do +do, execute the SQL in: + +%{_datadir}/horde/%{name}/scripts/sql/%{name}..sql + +where is the type of DB backend you are using. +_EOF_ + + %build + %install rm -rf %{buildroot} @@ -83,6 +98,7 @@ %doc docs/ %doc COPYING %doc README +%doc README.Fedora # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each @@ -93,6 +109,9 @@ %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog +* Sat Dec 30 2006 Brandon Holbrook 2.1.4-2 +- Created README.Fedora with some SQL instructions + * Thu Dec 28 2006 Brandon Holbrook 2.1.4-1 - Completely reworked for Fedora - config files moved to /etc/horde/kronolith From fedora-extras-commits at redhat.com Sat Dec 30 10:24:54 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 05:24:54 -0500 Subject: rpms/translate-toolkit/devel translate-toolkit.spec,1.12,1.13 Message-ID: <200612301024.kBUAOs04020845@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/translate-toolkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20830 Modified Files: translate-toolkit.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.10.1-3 - Rebuild to fix dependency problem Index: translate-toolkit.spec =================================================================== RCS file: /cvs/extras/rpms/translate-toolkit/devel/translate-toolkit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- translate-toolkit.spec 9 Dec 2006 16:04:49 -0000 1.12 +++ translate-toolkit.spec 30 Dec 2006 10:24:24 -0000 1.13 @@ -2,7 +2,7 @@ Name: translate-toolkit Version: 0.10.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of tools to assist software localization Group: Development/Tools @@ -60,6 +60,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.10.1-3 +- Rebuild to fix dependency problem + * Sat Dec 09 2006 Roozbeh Pournader - 0.10.1-2 - Rebuild for Python 2.5 From fedora-extras-commits at redhat.com Sat Dec 30 12:29:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:29:28 -0500 Subject: rpms/prozilla import.log,1.5,1.6 Message-ID: <200612301229.kBUCTSSP027678@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27645 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-3 on branch FC-5 from prozilla-2.0.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 8 Nov 2004 05:13:26 -0000 1.5 +++ import.log 30 Dec 2006 12:28:57 -0000 1.6 @@ -2,3 +2,4 @@ prozilla-1_3_6-0_fdr_1_rh90:HEAD:prozilla-1.3.6-0.fdr.1.rh90.src.rpm:1099890794 prozilla-1_3_6-0_fdr_1_1:HEAD:prozilla-1.3.6-0.fdr.1.1.src.rpm:1099890800 prozilla-1_3_6-0_fdr_1_2:HEAD:prozilla-1.3.6-0.fdr.1.2.src.rpm:1099890806 +prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 From fedora-extras-commits at redhat.com Sat Dec 30 12:29:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:29:28 -0500 Subject: rpms/prozilla/FC-5 prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.14, 1.15 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE Message-ID: <200612301229.kBUCTSxI027683@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27645/FC-5 Modified Files: .cvsignore prozilla.spec sources Added Files: prozilla1.patch Removed Files: prozilla-1.3.7.4-buf.patch Log Message: auto-import prozilla-2.0.4-3 on branch FC-5 from prozilla-2.0.4-3.src.rpm prozilla1.patch: --- NEW FILE prozilla1.patch --- --- prozilla-2.0.4/src/download_win.h 2006-02-08 22:48:59.000000000 +0530 +++ prozilla/src/download_win.h 2006-10-06 19:47:35.000000000 +0530 @@ -52,7 +52,7 @@ void handle_joining_thread(); void handle_dl_fatal_error(); void cleanup(boolean erase_dlparts); - void DL_Window::print_status(download_t * download, int quiet_mode); + void print_status(download_t * download, int quiet_mode); connection_t *connection; download_t *download; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2005 02:33:34 -0000 1.4 +++ .cvsignore 30 Dec 2006 12:28:58 -0000 1.5 @@ -1 +1 @@ -prozilla-1.3.7.4.tar.gz +prozilla-2.0.4.tar.bz2 Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/prozilla.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- prozilla.spec 2 May 2006 23:01:13 -0000 1.14 +++ prozilla.spec 30 Dec 2006 12:28:58 -0000 1.15 @@ -1,15 +1,15 @@ -Summary: Advanced Linux download manager -Name: prozilla -Version: 1.3.7.4 -Release: 3%{?dist} - -License: GPL -Group: Applications/Internet -Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz -Patch0: prozilla-1.3.7.4-buf.patch -URL: http://prozilla.genesys.ro/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: ncurses-devel +Summary: Advanced Linux download manager +Name: prozilla +Version: 2.0.4 +Release: 3%{?dist} + +License: GPL +Group: Applications/Internet +Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2 +Patch0: prozilla1.patch +URL: http://prozilla.genesys.ro/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ncurses-devel, gettext %description @@ -26,32 +26,91 @@ ProZilla also supports file download resuming, and ftpsearch for fastest ping times. -%prep + +%package devel +Summary: Development libraries and headers for prozilla +Group: Development/Libraries +Requires: %{name} = %{version} + + +%description devel +The developmental files that must be installed in order to compile +applications which use prozilla. + +%prep %setup -q -%patch0 -p1 -z .buf + +# fix for makeinstall macro +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + po/Makefile.in.in + +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + libprozilla/po/Makefile.in.in + +%patch0 -p1 %configure %build +CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS + make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} -%makeinstall + +make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install + + +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a + + +%find_lang proz %clean -rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} -%files + +%files -f proz.lang %defattr(-,root,root,-) -%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample +%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO %{_bindir}/proz %{_mandir}/man1/proz* +# from libprozilla +%{_datadir}/locale/it/LC_MESSAGES/.mo +%{_datadir}/locale/nl/LC_MESSAGES/.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo +%{_datadir}/locale/ro/LC_MESSAGES/.mo + + +%files devel +%doc libprozilla/docs/HACKING docs/FAQ + +%defattr(-,root,root,-) +%{_includedir}/prozilla/ + + %changelog +* Sat Dec 09 2006 ChitleshGoorah - 2.0.4-2 +- spec file fixed + +* Fri Oct 06 2006 Kushal Das - 2.0.4-1 +- New Release + +* Mon Aug 27 2006 Michael J. Knox - 1.3.7.4-4 +- Rebuild for FC6 + * Wed May 02 2006 Michael J. Knox - 1.3.7.4-3 - rebuild @@ -125,4 +184,4 @@ * Wed Jan 3 2001 Calum Selkirk - added RPM_BUILD_ROOT and install to that dir - added RPM_OPT_FLAGS -- changed Source0: to use %version +- changed Source0: to use %%version Index: sources =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2005 02:33:34 -0000 1.4 +++ sources 30 Dec 2006 12:28:58 -0000 1.5 @@ -1 +1 @@ -b594b55b1b49a8eca2505173cc1bfc44 prozilla-1.3.7.4.tar.gz +220f03968ddac79c2d6b48a507cd9c71 prozilla-2.0.4.tar.bz2 --- prozilla-1.3.7.4-buf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 12:31:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:31:07 -0500 Subject: rpms/prozilla import.log,1.6,1.7 Message-ID: <200612301231.kBUCV7ni027791@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-3 on branch FC-6 from prozilla-2.0.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 30 Dec 2006 12:28:57 -0000 1.6 +++ import.log 30 Dec 2006 12:30:37 -0000 1.7 @@ -3,3 +3,4 @@ prozilla-1_3_6-0_fdr_1_1:HEAD:prozilla-1.3.6-0.fdr.1.1.src.rpm:1099890800 prozilla-1_3_6-0_fdr_1_2:HEAD:prozilla-1.3.6-0.fdr.1.2.src.rpm:1099890806 prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 +prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 From fedora-extras-commits at redhat.com Sat Dec 30 12:31:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:31:07 -0500 Subject: rpms/prozilla/FC-6 prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.15, 1.16 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE Message-ID: <200612301231.kBUCV7Pm027796@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756/FC-6 Modified Files: .cvsignore prozilla.spec sources Added Files: prozilla1.patch Removed Files: prozilla-1.3.7.4-buf.patch Log Message: auto-import prozilla-2.0.4-3 on branch FC-6 from prozilla-2.0.4-3.src.rpm prozilla1.patch: --- NEW FILE prozilla1.patch --- --- prozilla-2.0.4/src/download_win.h 2006-02-08 22:48:59.000000000 +0530 +++ prozilla/src/download_win.h 2006-10-06 19:47:35.000000000 +0530 @@ -52,7 +52,7 @@ void handle_joining_thread(); void handle_dl_fatal_error(); void cleanup(boolean erase_dlparts); - void DL_Window::print_status(download_t * download, int quiet_mode); + void print_status(download_t * download, int quiet_mode); connection_t *connection; download_t *download; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2005 02:33:34 -0000 1.4 +++ .cvsignore 30 Dec 2006 12:30:37 -0000 1.5 @@ -1 +1 @@ -prozilla-1.3.7.4.tar.gz +prozilla-2.0.4.tar.bz2 Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/prozilla.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- prozilla.spec 1 Sep 2006 02:54:25 -0000 1.15 +++ prozilla.spec 30 Dec 2006 12:30:37 -0000 1.16 @@ -1,15 +1,15 @@ -Summary: Advanced Linux download manager -Name: prozilla -Version: 1.3.7.4 -Release: 4%{?dist} - -License: GPL -Group: Applications/Internet -Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz -Patch0: prozilla-1.3.7.4-buf.patch -URL: http://prozilla.genesys.ro/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: ncurses-devel +Summary: Advanced Linux download manager +Name: prozilla +Version: 2.0.4 +Release: 3%{?dist} + +License: GPL +Group: Applications/Internet +Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2 +Patch0: prozilla1.patch +URL: http://prozilla.genesys.ro/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ncurses-devel, gettext %description @@ -26,32 +26,88 @@ ProZilla also supports file download resuming, and ftpsearch for fastest ping times. -%prep + +%package devel +Summary: Development libraries and headers for prozilla +Group: Development/Libraries +Requires: %{name} = %{version} + + +%description devel +The developmental files that must be installed in order to compile +applications which use prozilla. + +%prep %setup -q -%patch0 -p1 -z .buf + +# fix for makeinstall macro +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + po/Makefile.in.in + +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + libprozilla/po/Makefile.in.in + +%patch0 -p1 %configure %build +CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS + make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} -%makeinstall + +make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install + + +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a + + +%find_lang proz %clean -rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} + -%files +%files -f proz.lang %defattr(-,root,root,-) -%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample +%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO %{_bindir}/proz %{_mandir}/man1/proz* +# from libprozilla +%{_datadir}/locale/it/LC_MESSAGES/.mo +%{_datadir}/locale/nl/LC_MESSAGES/.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo +%{_datadir}/locale/ro/LC_MESSAGES/.mo + + +%files devel +%doc libprozilla/docs/HACKING docs/FAQ + +%defattr(-,root,root,-) +%{_includedir}/prozilla/ + + %changelog +* Sat Dec 09 2006 ChitleshGoorah - 2.0.4-2 +- spec file fixed + +* Fri Oct 06 2006 Kushal Das - 2.0.4-1 +- New Release + * Mon Aug 27 2006 Michael J. Knox - 1.3.7.4-4 - Rebuild for FC6 @@ -128,4 +184,4 @@ * Wed Jan 3 2001 Calum Selkirk - added RPM_BUILD_ROOT and install to that dir - added RPM_OPT_FLAGS -- changed Source0: to use %version +- changed Source0: to use %%version Index: sources =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2005 02:33:34 -0000 1.4 +++ sources 30 Dec 2006 12:30:37 -0000 1.5 @@ -1 +1 @@ -b594b55b1b49a8eca2505173cc1bfc44 prozilla-1.3.7.4.tar.gz +220f03968ddac79c2d6b48a507cd9c71 prozilla-2.0.4.tar.bz2 --- prozilla-1.3.7.4-buf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 12:36:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:36:29 -0500 Subject: rpms/prozilla import.log,1.7,1.8 Message-ID: <200612301236.kBUCaTaX027917@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27884 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-3 on branch devel from prozilla-2.0.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 30 Dec 2006 12:30:37 -0000 1.7 +++ import.log 30 Dec 2006 12:35:59 -0000 1.8 @@ -4,3 +4,4 @@ prozilla-1_3_6-0_fdr_1_2:HEAD:prozilla-1.3.6-0.fdr.1.2.src.rpm:1099890806 prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 +prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 From fedora-extras-commits at redhat.com Sat Dec 30 12:36:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:36:29 -0500 Subject: rpms/prozilla/devel prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.15, 1.16 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE Message-ID: <200612301236.kBUCaTYJ027922@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27884/devel Modified Files: .cvsignore prozilla.spec sources Added Files: prozilla1.patch Removed Files: prozilla-1.3.7.4-buf.patch Log Message: auto-import prozilla-2.0.4-3 on branch devel from prozilla-2.0.4-3.src.rpm prozilla1.patch: --- NEW FILE prozilla1.patch --- --- prozilla-2.0.4/src/download_win.h 2006-02-08 22:48:59.000000000 +0530 +++ prozilla/src/download_win.h 2006-10-06 19:47:35.000000000 +0530 @@ -52,7 +52,7 @@ void handle_joining_thread(); void handle_dl_fatal_error(); void cleanup(boolean erase_dlparts); - void DL_Window::print_status(download_t * download, int quiet_mode); + void print_status(download_t * download, int quiet_mode); connection_t *connection; download_t *download; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2005 02:33:34 -0000 1.4 +++ .cvsignore 30 Dec 2006 12:35:59 -0000 1.5 @@ -1 +1 @@ -prozilla-1.3.7.4.tar.gz +prozilla-2.0.4.tar.bz2 Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/prozilla.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- prozilla.spec 1 Sep 2006 02:54:25 -0000 1.15 +++ prozilla.spec 30 Dec 2006 12:35:59 -0000 1.16 @@ -1,15 +1,15 @@ -Summary: Advanced Linux download manager -Name: prozilla -Version: 1.3.7.4 -Release: 4%{?dist} - -License: GPL -Group: Applications/Internet -Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz -Patch0: prozilla-1.3.7.4-buf.patch -URL: http://prozilla.genesys.ro/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: ncurses-devel +Summary: Advanced Linux download manager +Name: prozilla +Version: 2.0.4 +Release: 3%{?dist} + +License: GPL +Group: Applications/Internet +Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2 +Patch0: prozilla1.patch +URL: http://prozilla.genesys.ro/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ncurses-devel, gettext %description @@ -26,32 +26,88 @@ ProZilla also supports file download resuming, and ftpsearch for fastest ping times. -%prep + +%package devel +Summary: Development libraries and headers for prozilla +Group: Development/Libraries +Requires: %{name} = %{version} + + +%description devel +The developmental files that must be installed in order to compile +applications which use prozilla. + +%prep %setup -q -%patch0 -p1 -z .buf + +# fix for makeinstall macro +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + po/Makefile.in.in + +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + libprozilla/po/Makefile.in.in + +%patch0 -p1 %configure %build +CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS + make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} -%makeinstall + +make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install + + +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a + + +%find_lang proz %clean -rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} + -%files +%files -f proz.lang %defattr(-,root,root,-) -%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample +%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO %{_bindir}/proz %{_mandir}/man1/proz* +# from libprozilla +%{_datadir}/locale/it/LC_MESSAGES/.mo +%{_datadir}/locale/nl/LC_MESSAGES/.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo +%{_datadir}/locale/ro/LC_MESSAGES/.mo + + +%files devel +%doc libprozilla/docs/HACKING docs/FAQ + +%defattr(-,root,root,-) +%{_includedir}/prozilla/ + + %changelog +* Sat Dec 09 2006 ChitleshGoorah - 2.0.4-2 +- spec file fixed + +* Fri Oct 06 2006 Kushal Das - 2.0.4-1 +- New Release + * Mon Aug 27 2006 Michael J. Knox - 1.3.7.4-4 - Rebuild for FC6 @@ -128,4 +184,4 @@ * Wed Jan 3 2001 Calum Selkirk - added RPM_BUILD_ROOT and install to that dir - added RPM_OPT_FLAGS -- changed Source0: to use %version +- changed Source0: to use %%version Index: sources =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2005 02:33:34 -0000 1.4 +++ sources 30 Dec 2006 12:35:59 -0000 1.5 @@ -1 +1 @@ -b594b55b1b49a8eca2505173cc1bfc44 prozilla-1.3.7.4.tar.gz +220f03968ddac79c2d6b48a507cd9c71 prozilla-2.0.4.tar.bz2 --- prozilla-1.3.7.4-buf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 13:08:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:08:44 -0500 Subject: rpms/prozilla import.log,1.8,1.9 Message-ID: <200612301308.kBUD8iqn031460@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31425 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-4 on branch FC-5 from prozilla-2.0.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 30 Dec 2006 12:35:59 -0000 1.8 +++ import.log 30 Dec 2006 13:08:14 -0000 1.9 @@ -5,3 +5,4 @@ prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 +prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 From fedora-extras-commits at redhat.com Sat Dec 30 13:08:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:08:44 -0500 Subject: rpms/prozilla/FC-5 prozilla.spec,1.15,1.16 Message-ID: <200612301308.kBUD8iq4031463@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31425/FC-5 Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-4 on branch FC-5 from prozilla-2.0.4-4.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/prozilla.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- prozilla.spec 30 Dec 2006 12:28:58 -0000 1.15 +++ prozilla.spec 30 Dec 2006 13:08:14 -0000 1.16 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet @@ -69,6 +69,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a +%ifarch x86_64 +rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias +%endif + %find_lang proz %clean @@ -96,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31465 Modified Files: .cvsignore lirc.spec sources Log Message: * Sat Dec 30 2006 Ville Skytt?? - 0.8.1-0.2.pre5 - 0.8.1pre5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 12 Dec 2006 21:28:17 -0000 1.14 +++ .cvsignore 30 Dec 2006 13:08:46 -0000 1.15 @@ -1 +1 @@ -lirc-0.8.1pre4.tar.bz2 +lirc-0.8.1pre5.tar.bz2 Index: lirc.spec =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- lirc.spec 12 Dec 2006 21:28:17 -0000 1.20 +++ lirc.spec 30 Dec 2006 13:08:46 -0000 1.21 @@ -16,14 +16,14 @@ Name: lirc Version: 0.8.1 -Release: 0.2.pre4%{?dist} +Release: 0.2.pre5%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons License: GPL URL: http://www.lirc.org/ #Source0: http://download.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 -Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre4.tar.bz2 +Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre5.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,7 +81,7 @@ %prep -%setup -q -n %{name}-%{version}pre4 +%setup -q -n %{name}-%{version}pre5 chmod 644 contrib/* sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo @@ -200,6 +200,9 @@ %changelog +* Sat Dec 30 2006 Ville Skytt?? - 0.8.1-0.2.pre5 +- 0.8.1pre5. + * Tue Dec 12 2006 Ville Skytt?? - 0.8.1-0.2.pre4 - 0.8.1pre4. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 12 Dec 2006 21:28:17 -0000 1.14 +++ sources 30 Dec 2006 13:08:46 -0000 1.15 @@ -1 +1 @@ -6dc1435946bec20ffbfbd103ddb1e2a0 lirc-0.8.1pre4.tar.bz2 +9a00b010ef4869173c9f8f91257ffe20 lirc-0.8.1pre5.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 30 13:10:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:10:00 -0500 Subject: rpms/prozilla import.log,1.9,1.10 Message-ID: <200612301310.kBUDA0bc031603@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31575 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-4 on branch FC-6 from prozilla-2.0.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 30 Dec 2006 13:08:14 -0000 1.9 +++ import.log 30 Dec 2006 13:09:30 -0000 1.10 @@ -6,3 +6,4 @@ prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 +prozilla-2_0_4-4:FC-6:prozilla-2.0.4-4.src.rpm:1167485104 From fedora-extras-commits at redhat.com Sat Dec 30 13:10:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:10:00 -0500 Subject: rpms/prozilla/FC-6 prozilla.spec,1.16,1.17 Message-ID: <200612301310.kBUDA0pA031606@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31575/FC-6 Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-4 on branch FC-6 from prozilla-2.0.4-4.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/prozilla.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- prozilla.spec 30 Dec 2006 12:30:37 -0000 1.16 +++ prozilla.spec 30 Dec 2006 13:09:30 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet @@ -69,6 +69,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a +%ifarch x86_64 +rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias +%endif + %find_lang proz %clean @@ -96,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: chitlesh Update of /cvs/extras/rpms/prozilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31667/devel Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-4 on branch devel from prozilla-2.0.4-4.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/prozilla.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- prozilla.spec 30 Dec 2006 12:35:59 -0000 1.16 +++ prozilla.spec 30 Dec 2006 13:10:46 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet @@ -69,6 +69,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a +%ifarch x86_64 +rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias +%endif + %find_lang proz %clean @@ -96,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31667 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-4 on branch devel from prozilla-2.0.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 30 Dec 2006 13:09:30 -0000 1.10 +++ import.log 30 Dec 2006 13:10:46 -0000 1.11 @@ -7,3 +7,4 @@ prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 prozilla-2_0_4-4:FC-6:prozilla-2.0.4-4.src.rpm:1167485104 +prozilla-2_0_4-4:HEAD:prozilla-2.0.4-4.src.rpm:1167485178 From fedora-extras-commits at redhat.com Sat Dec 30 13:17:38 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:17:38 -0500 Subject: rpms/libprelude - New directory Message-ID: <200612301317.kBUDHc7g031978@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31974/libprelude Log Message: Directory /cvs/extras/rpms/libprelude added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 13:17:43 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:17:43 -0500 Subject: rpms/libprelude/devel - New directory Message-ID: <200612301317.kBUDHhB1031991@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31974/libprelude/devel Log Message: Directory /cvs/extras/rpms/libprelude/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 13:18:06 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:18:06 -0500 Subject: rpms/libprelude Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301318.kBUDI6VC032021@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32015 Added Files: Makefile import.log Log Message: Setup of module libprelude --- NEW FILE Makefile --- # Top level Makefile for module libprelude all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 13:18:12 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:18:12 -0500 Subject: rpms/libprelude/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301318.kBUDICiS032036@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32015/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libprelude --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 13:20:49 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:20:49 -0500 Subject: rpms/libprelude import.log,1.1,1.2 Message-ID: <200612301320.kBUDKniw032154@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32111 Modified Files: import.log Log Message: auto-import libprelude-0.9.12-4 on branch devel from libprelude-0.9.12-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libprelude/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 13:18:06 -0000 1.1 +++ import.log 30 Dec 2006 13:20:18 -0000 1.2 @@ -0,0 +1 @@ +libprelude-0_9_12-4:HEAD:libprelude-0.9.12-4.src.rpm:1167485437 From fedora-extras-commits at redhat.com Sat Dec 30 13:20:49 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:20:49 -0500 Subject: rpms/libprelude/devel libprelude.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301320.kBUDKnqO032159@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32111/devel Modified Files: .cvsignore sources Added Files: libprelude.spec Log Message: auto-import libprelude-0.9.12-4 on branch devel from libprelude-0.9.12-4.src.rpm --- NEW FILE libprelude.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libprelude Version: 0.9.12 Release: 4%{?dist} Summary: The prelude library Group: System Environment/Libraries License: GPL URL: http://prelude-ids.org/ Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel %description The Prelude Library is a collection of generic functions providing communication between the Prelude Hybrid IDS suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. %package devel Summary: Header files and libraries for libprelude development Group: System Environment/Libraries Requires: libprelude = %{version}-%{release}, automake, gnutls-devel %description devel Libraries, include files, etc you can use to develop Prelude IDS sensors using the Prelude Library. The Prelude Library is a collection of generic functions providing communication between the Prelude Hybrid IDS suite componentst It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. %package python Summary: Header files and libraries for libprelude development Group: System Environment/Libraries Requires: libprelude = %{version}-%{release} %description python Python bindings for libprelude. %package perl Summary: Header files and libraries for libprelude development Group: System Environment/Libraries Requires: libprelude = %{version}-%{release} %description perl Perl bindings for libprelude. %prep %setup -q %build %configure --disable-static \ --with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html # removing rpath sed -i.rpath -e 's|LD_RUN_PATH=""||' bindings/Makefile.in make %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} mkdir -p %{buildroot}%{perl_vendorarch} make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p" cp -p AUTHORS ChangeLog README NEWS COPYING LICENSE.README HACKING.README \ %{buildroot}%{_defaultdocdir}/%{name}-%{version} mv %{buildroot}%{perl_sitearch}/* %{buildroot}%{perl_vendorarch} rm -f %{buildroot}/%{_libdir}/libprelude.la rm -f %{buildroot}%{python_sitelib}/auto/.packlist rm -f %{buildroot}%{python_sitelib}/auto/Prelude.bs rm -f %{buildroot}%{perl_vendorarch}/auto/Prelude/.packlist rm -f %{buildroot}%{perl_vendorarch}/auto/Prelude/Prelude.bs rm -f %{buildroot}%{perl_archlib}/perllocal.pod %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/prelude-adduser %{_libdir}/*.so.* %config(noreplace) %{_sysconfdir}/* %{_localstatedir}/spool/* %dir %{_defaultdocdir}/%{name}-%{version}/ %doc %{_defaultdocdir}/%{name}-%{version}/* %files devel %defattr(-,root,root) %{_bindir}/libprelude-config %{_libdir}/*.so %dir %{_includedir}/libprelude/ %{_includedir}/libprelude/* %{_datadir}/aclocal/libprelude.m4 %files python %{python_sitelib}/* %files perl %defattr(0755,root,root) %attr(0644,root,root) %{perl_vendorarch}/Prelude.pm %{perl_vendorarch}/auto/* %changelog * Tue Dec 29 2006 Thorsten Scherf 0.9.12-4 - resolved permission problems - added new docs * Tue Dec 25 2006 Thorsten Scherf 0.9.12-3 - changed dir owner and preserved timestamps when building the package - resolved rpath problems * Fri Dec 22 2006 Thorsten Scherf 0.9.12-2 - moved perl_sidearch into perl_vendorarch - minor corrections in the spec file * Fri Dec 22 2006 Thorsten Scherf 0.9.12-1 - upgrade to latest upstream version 0.9.12 - minor corrections in the spec file * Wed Dec 20 2006 Thorsten Scherf 0.9.11-4 - removing smp-flag to debug perl- and python-problems - added perl-bindings again * Wed Dec 20 2006 Thorsten Scherf 0.9.11-3 - disabled perl-bindings * Mon Nov 20 2006 Thorsten Scherf 0.9.11-2 - Some minor fixes in requirements * Tue Oct 24 2006 Thorsten Scherf 0.9.11-1 - New Fedora build based on release 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 13:18:12 -0000 1.1 +++ .cvsignore 30 Dec 2006 13:20:19 -0000 1.2 @@ -0,0 +1 @@ +libprelude-0.9.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 13:18:12 -0000 1.1 +++ sources 30 Dec 2006 13:20:19 -0000 1.2 @@ -0,0 +1 @@ +2e8769cd05d51d3e69380bf234e6efef libprelude-0.9.12.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 13:21:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 30 Dec 2006 08:21:06 -0500 Subject: fedora-security/audit fe4, 1.123, 1.124 fe5, 1.136, 1.137 fe6, 1.51, 1.52 Message-ID: <200612301321.kBUDL6Fs032222@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32203 Modified Files: fe4 fe5 fe6 Log Message: +CVE-2006-6808 VULNERABLE (wordpress) #221023 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- fe4 21 Dec 2006 21:20:06 -0000 1.123 +++ fe4 30 Dec 2006 13:21:06 -0000 1.124 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6808 VULNERABLE (wordpress) #221023 CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- fe5 22 Dec 2006 21:21:51 -0000 1.136 +++ fe5 30 Dec 2006 13:21:06 -0000 1.137 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6808 VULNERABLE (wordpress) #221023 CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- fe6 24 Dec 2006 02:03:59 -0000 1.51 +++ fe6 30 Dec 2006 13:21:06 -0000 1.52 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6808 VULNERABLE (wordpress) #221023 CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 From fedora-extras-commits at redhat.com Sat Dec 30 13:26:54 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:26:54 -0500 Subject: owners owners.list,1.2173,1.2174 Message-ID: <200612301326.kBUDQshT032471@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32345/owners Modified Files: owners.list Log Message: ts: added libprelude to the owners list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2173 retrieving revision 1.2174 diff -u -r1.2173 -r1.2174 --- owners.list 30 Dec 2006 05:28:44 -0000 1.2173 +++ owners.list 30 Dec 2006 13:26:24 -0000 1.2174 @@ -1020,6 +1020,7 @@ Fedora Extras|libpng10|Old version of libpng, needed to run old binaries|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|libpolyxmass|Polymer chemistry-related functionalities|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libpqxx|C++ client API for PostgreSQL|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org|rdieter at math.unl.edu +Fedora Extras|libprelude|The prelude IDS library|tscherf at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libpri|An implementation of Primary Rate ISDN|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|libqalculate|Multi-purpose calculator library|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libreadline-java|A Java wrapper around EditLine|ifoox at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 15:26:05 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 10:26:05 -0500 Subject: rpms/libprelude/devel libprelude.spec,1.1,1.2 Message-ID: <200612301526.kBUFQ5L2007507@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7492 Modified Files: libprelude.spec Log Message: ts: added ExcludeArch Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/libprelude.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libprelude.spec 30 Dec 2006 13:20:19 -0000 1.1 +++ libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel +ExcludeArch: ia64 %description The Prelude Library is a collection of generic functions providing @@ -120,6 +121,9 @@ %changelog +* Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 +- added ExcludeArch + * Tue Dec 29 2006 Thorsten Scherf 0.9.12-4 - resolved permission problems - added new docs From fedora-extras-commits at redhat.com Sat Dec 30 15:39:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 10:39:59 -0500 Subject: rpms/prozilla import.log,1.11,1.12 Message-ID: <200612301539.kBUFdxvC008788@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8756 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-5 on branch FC-5 from prozilla-2.0.4-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 30 Dec 2006 13:10:46 -0000 1.11 +++ import.log 30 Dec 2006 15:39:29 -0000 1.12 @@ -8,3 +8,4 @@ prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 prozilla-2_0_4-4:FC-6:prozilla-2.0.4-4.src.rpm:1167485104 prozilla-2_0_4-4:HEAD:prozilla-2.0.4-4.src.rpm:1167485178 +prozilla-2_0_4-5:FC-5:prozilla-2.0.4-5.src.rpm:1167494100 From fedora-extras-commits at redhat.com Sat Dec 30 15:39:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 10:39:59 -0500 Subject: rpms/prozilla/FC-5 prozilla.spec,1.16,1.17 Message-ID: <200612301540.kBUFdx7M008791@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8756/FC-5 Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-5 on branch FC-5 from prozilla-2.0.4-5.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/prozilla.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- prozilla.spec 30 Dec 2006 13:08:14 -0000 1.16 +++ prozilla.spec 30 Dec 2006 15:39:29 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Internet @@ -69,7 +69,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a -%ifarch x86_64 +%ifarch x86_64 sparc64 ppc64 amd64 rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias %endif @@ -100,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8904 Modified Files: libprelude.spec Log Message: ts: fixed x86_86 arch problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/libprelude.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 +++ libprelude.spec 30 Dec 2006 15:53:54 -0000 1.3 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -112,7 +112,7 @@ %{_datadir}/aclocal/libprelude.m4 %files python -%{python_sitelib}/* +%{python_sitearch}/* %files perl %defattr(0755,root,root) @@ -121,6 +121,9 @@ %changelog +* Tue Dec 30 2006 Thorsten Scherf 0.9.12-6 +- fixed x86_86 arch problem + * Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 - added ExcludeArch From fedora-extras-commits at redhat.com Sat Dec 30 16:24:04 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 30 Dec 2006 11:24:04 -0500 Subject: rpms/php-pear-PHPUnit/devel php-pear-PHPUnit.spec,1.1,1.2 Message-ID: <200612301624.kBUGO4eO012203@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-PHPUnit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12186 Modified Files: php-pear-PHPUnit.spec Log Message: cvs permissions test Index: php-pear-PHPUnit.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-PHPUnit/devel/php-pear-PHPUnit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-PHPUnit.spec 3 Oct 2006 05:25:49 -0000 1.1 +++ php-pear-PHPUnit.spec 30 Dec 2006 16:23:34 -0000 1.2 @@ -81,3 +81,5 @@ * Mon Oct 2 2006 Remi Collet 1.3.2-1 - generated specfile (pear make-rpm-spec) + cleaning - add french summary and description + +# cvs permissions test From fedora-extras-commits at redhat.com Sat Dec 30 16:26:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 30 Dec 2006 11:26:17 -0500 Subject: rpms/php-pear-PHPUnit/devel php-pear-PHPUnit.spec,1.2,1.3 Message-ID: <200612301626.kBUGQHw8012235@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-PHPUnit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12220 Modified Files: php-pear-PHPUnit.spec Log Message: undo last change Index: php-pear-PHPUnit.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-PHPUnit/devel/php-pear-PHPUnit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-PHPUnit.spec 30 Dec 2006 16:23:34 -0000 1.2 +++ php-pear-PHPUnit.spec 30 Dec 2006 16:25:47 -0000 1.3 @@ -81,5 +81,3 @@ * Mon Oct 2 2006 Remi Collet 1.3.2-1 - generated specfile (pear make-rpm-spec) + cleaning - add french summary and description - -# cvs permissions test From fedora-extras-commits at redhat.com Sat Dec 30 16:32:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 30 Dec 2006 11:32:58 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.31, 1.32 ochusha.spec, 1.33, 1.34 sources, 1.31, 1.32 Message-ID: <200612301632.kBUGWwMa012291@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12270 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sat Dec 30 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061230 - 0.5.99.65.2 cvs 061230 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 29 Dec 2006 17:10:32 -0000 1.31 +++ .cvsignore 30 Dec 2006 16:32:28 -0000 1.32 @@ -1 +1 @@ -ochusha-0.5.99.65.2-cvs061229.tar.bz2 +ochusha-0.5.99.65.2-cvs061230.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ochusha.spec 29 Dec 2006 17:10:32 -0000 1.33 +++ ochusha.spec 30 Dec 2006 16:32:28 -0000 1.34 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65.2 -%define strtag cvs061229 +%define strtag cvs061230 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 29 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061229 -- 0.5.99.65.2 cvs 061229 (25:00 JST) +* Sat Dec 30 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061230 +- 0.5.99.65.2 cvs 061230 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 29 Dec 2006 17:10:32 -0000 1.31 +++ sources 30 Dec 2006 16:32:28 -0000 1.32 @@ -1 +1 @@ -0a83094be5bb68e346c16335b534e523 ochusha-0.5.99.65.2-cvs061229.tar.bz2 +d37db4b5b8d1ae296c7751245f8187ae ochusha-0.5.99.65.2-cvs061230.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 30 17:09:33 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 12:09:33 -0500 Subject: rpms/pyfribidi/devel pyfribidi.spec,1.1,1.2 Message-ID: <200612301709.kBUH9X0j015577@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15559 Modified Files: pyfribidi.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 - Add dependency on pkgconfig as it's not pulled at least on FC5 Index: pyfribidi.spec =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/devel/pyfribidi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfribidi.spec 27 Dec 2006 12:50:44 -0000 1.1 +++ pyfribidi.spec 30 Dec 2006 17:09:03 -0000 1.2 @@ -2,7 +2,7 @@ Name: pyfribidi Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages @@ -13,6 +13,7 @@ BuildRequires: python-devel BuildRequires: fribidi-devel +BuildRequires: pkgconfig %description PyFriBidi is a simple Python binding for FriBidi, providing an @@ -43,6 +44,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 +- Add dependency on pkgconfig as it's not pulled at least on FC5 + * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) From fedora-extras-commits at redhat.com Sat Dec 30 17:11:08 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 12:11:08 -0500 Subject: rpms/pyfribidi/FC-5 pyfribidi.spec,1.1,1.2 Message-ID: <200612301711.kBUHB8xF015641@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15622 Modified Files: pyfribidi.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 - Add dependency on pkgconfig as it's not pulled at least on FC5 Index: pyfribidi.spec =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/FC-5/pyfribidi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfribidi.spec 27 Dec 2006 12:50:44 -0000 1.1 +++ pyfribidi.spec 30 Dec 2006 17:10:38 -0000 1.2 @@ -2,7 +2,7 @@ Name: pyfribidi Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages @@ -13,6 +13,7 @@ BuildRequires: python-devel BuildRequires: fribidi-devel +BuildRequires: pkgconfig %description PyFriBidi is a simple Python binding for FriBidi, providing an @@ -43,6 +44,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 +- Add dependency on pkgconfig as it's not pulled at least on FC5 + * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) From fedora-extras-commits at redhat.com Sat Dec 30 17:12:45 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 12:12:45 -0500 Subject: rpms/pyfribidi/FC-6 pyfribidi.spec,1.1,1.2 Message-ID: <200612301712.kBUHCja2015700@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15685 Modified Files: pyfribidi.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 - Add dependency on pkgconfig as it's not pulled at least on FC5 Index: pyfribidi.spec =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/FC-6/pyfribidi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfribidi.spec 27 Dec 2006 12:50:44 -0000 1.1 +++ pyfribidi.spec 30 Dec 2006 17:12:15 -0000 1.2 @@ -2,7 +2,7 @@ Name: pyfribidi Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages @@ -13,6 +13,7 @@ BuildRequires: python-devel BuildRequires: fribidi-devel +BuildRequires: pkgconfig %description PyFriBidi is a simple Python binding for FriBidi, providing an @@ -43,6 +44,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 +- Add dependency on pkgconfig as it's not pulled at least on FC5 + * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) From fedora-extras-commits at redhat.com Sat Dec 30 17:31:46 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:31:46 -0500 Subject: rpms/galternatives - New directory Message-ID: <200612301731.kBUHVkwT015779@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15775/galternatives Log Message: Directory /cvs/extras/rpms/galternatives added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 17:31:51 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:31:51 -0500 Subject: rpms/galternatives/devel - New directory Message-ID: <200612301731.kBUHVpJU015792@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15775/galternatives/devel Log Message: Directory /cvs/extras/rpms/galternatives/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 17:32:02 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:32:02 -0500 Subject: rpms/galternatives Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301732.kBUHW2Qq015822@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15816 Added Files: Makefile import.log Log Message: Setup of module galternatives --- NEW FILE Makefile --- # Top level Makefile for module galternatives all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 17:32:07 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:32:07 -0500 Subject: rpms/galternatives/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301732.kBUHW7Ho015837@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15816/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module galternatives --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 17:33:02 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:33:02 -0500 Subject: rpms/galternatives import.log,1.1,1.2 Message-ID: <200612301733.kBUHX25r015922@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15886 Modified Files: import.log Log Message: auto-import galternatives-0.13.4-4 on branch devel from galternatives-0.13.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/galternatives/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 17:32:02 -0000 1.1 +++ import.log 30 Dec 2006 17:32:32 -0000 1.2 @@ -0,0 +1 @@ +galternatives-0_13_4-4:HEAD:galternatives-0.13.4-4.src.rpm:1167500577 From fedora-extras-commits at redhat.com Sat Dec 30 17:33:02 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:33:02 -0500 Subject: rpms/galternatives/devel galternatives-desktop.patch, NONE, 1.1 galternatives-fedora.patch, NONE, 1.1 galternatives.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301733.kBUHX29h015926@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15886/devel Modified Files: .cvsignore sources Added Files: galternatives-desktop.patch galternatives-fedora.patch galternatives.spec Log Message: auto-import galternatives-0.13.4-4 on branch devel from galternatives-0.13.4-4.src.rpm galternatives-desktop.patch: --- NEW FILE galternatives-desktop.patch --- --- galternatives.desktop.in 2004-06-14 18:04:11.000000000 -0400 +++ galternatives.desktop.in.new 2005-11-10 15:02:14.000000000 -0500 @@ -1,13 +1,10 @@ [Desktop Entry] -Version=1.0 Encoding=UTF-8 _Name=Alternatives Configurator _Comment=Configure the system default alternatives Type=Application -Exec=/usr/sbin/galternatives -TryExec= -Icon=/usr/share/pixmaps/galternatives.png -X-GNOME-DocPath= +Exec=/usr/bin/galternatives +Icon=galternatives.png Terminal=false -Categories=GTK;Application;System; +Categories=GTK;System; StartupNotify=true galternatives-fedora.patch: --- NEW FILE galternatives-fedora.patch --- --- setup.py 2004-06-14 18:04:11.000000000 -0400 +++ setup.py.new 2006-12-27 20:28:20.000000000 -0500 @@ -16,14 +16,6 @@ os.chdir ('%s/translations' % (curdir)) os.system ('./update-translations.sh') - pipe = os.popen ('./list-mos.sh') - while True: - line = pipe.readline ().strip () - if line == '': - break - data.append (('share/locale/%s/LC_MESSAGES' % (line), ['translations/%s/galternatives.mo' % (line)])) - pipe.close () - print data os.chdir (curdir) if __name__ == '__main__' : --- galternatives/main.py 2005-08-17 21:21:04.000000000 -0400 +++ galternatives/main.py.new 2006-12-27 22:30:19.000000000 -0500 @@ -1,8 +1,11 @@ #!/usr/bin/python import pygtk pygtk.require ('2.0') -import gtk, gobject -from gtk import glade +try: + import gtk, gobject + from gtk import glade +except RuntimeError: + pass from common import PACKAGE import sys, os, gettext --- galternatives/alternative.py 2004-11-21 23:02:33.000000000 -0500 +++ galternatives/alternative.py.new 2005-11-10 01:00:25.000000000 -0500 @@ -64,7 +64,7 @@ pass # now get the real information! - altfile = open ('/var/lib/dpkg/alternatives/%s' % (unixname)) + altfile = open ('/var/lib/alternatives/%s' % (unixname)) # parsing file self.option_status = altfile.readline ().strip () @@ -99,7 +99,18 @@ odict = {} odict['path'] = line - odict['priority'] = altfile.readline ().strip () + + # Here is an altercation to the upstream code to cater for the + # Redhat specific --initscript option + line = altfile.readline ().strip () + ls = line.split() + if len(ls) == 2: + odict['priority'] = ls[0] + odict['service'] = ls[1] + else: + odict['priority'] = line + odict['service'] = '' + print_debug (odict) optslaves = [] for count in range(len (self.slaves)): --- galternatives/main.py 2005-08-17 21:21:04.000000000 -0400 +++ galternatives/main.py.new 2005-11-10 01:01:12.000000000 -0500 @@ -282,8 +282,16 @@ alt = self.alternative unixname = alt.get_unixname () option = self.options_model.get_value (iter, self.OPTIONS) + # Here is an altercation to the upstream code to cater for the + # Redhat specific --initscript option + for opt in alt.get_options (): + inits = opt['service'] - result = os.system ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) + if inits == '': + result = os.system ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) + else: + result = os.system ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) + result2 = os.system ('/sbin/chkconfig %s on > /dev/null 2>&1' % (inits)) print_debug ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) print_debug ('Result: %d' % (result)) @@ -347,7 +353,7 @@ text=self.SLAVEPATH) self.slaves_tv.append_column (column) - def update_alternatives (self, directory='/var/lib/dpkg/alternatives/'): + def update_alternatives (self, directory='/var/lib/alternatives/'): self.alternatives_model.clear () alternatives = os.listdir (directory) alternatives.sort () --- NEW FILE galternatives.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Alternatives Configurator Name: galternatives Version: 0.13.4 Release: 4%{?dist} License: GPL Group: Applications/System URL: http://packages.qa.debian.org/g/galternatives.html Source0: http://ftp.debian.org/debian/pool/main/g/%{name}/%{name}_%{version}.tar.gz Patch0: galternatives-desktop.patch Patch1: galternatives-fedora.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pygtk2-devel BuildRequires: python-devel BuildRequires: desktop-file-utils gettext intltool Requires: usermode Requires: pygtk2 Requires: /usr/sbin/update-alternatives BuildArch: noarch %description Graphical setup tool for the alternatives system. A GUI to help the system administrator to choose what program should provide a given service %prep %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .fedora # To silence rpmlint sed -i '/^#!\/usr\/bin\/python/ d' galternatives/*.py %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} desktop-file-install --delete-original \ --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --mode 0644 \ galternatives.desktop mkdir -p %{buildroot}%{_sbindir} mv %{buildroot}%{_bindir}/galternatives %{buildroot}%{_sbindir} ln -s consolehelper %{buildroot}%{_bindir}/galternatives mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/galternatives USER=root PROGRAM=%{_sbindir}/galternatives SESSION=true EOF mkdir -p %{buildroot}%{_sysconfdir}/pam.d cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/galternatives #%PAM-1.0 auth sufficient pam_rootok.so auth sufficient pam_timestamp.so auth include system-auth session required pam_permit.so session optional pam_xauth.so session optional pam_timestamp.so account required pam_permit.so EOF pushd translations LANGS=$(find . -name \*.po | cut -d '.' -f 2 | tr -d '/') for lang in ${LANGS}; do echo ${lang}: mkdir -p %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES cp ${lang}.mo %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/galternatives.mo done popd %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %doc TODO debian/copyright debian/changelog %defattr(-,root,root,-) %{_bindir}/galternatives %{_sbindir}/galternatives %{python_sitelib}/galternatives/ %{_datadir}/applications/fedora-galternatives.desktop %{_datadir}/galternatives/ %{_datadir}/pixmaps/galternatives.png %config(noreplace) %{_sysconfdir}/pam.d/galternatives %config(noreplace) %{_sysconfdir}/security/console.apps/galternatives %changelog * Sat Dec 30 2006 Deji Akingunola 0.13.4-4 - Package the debian copyright and changelog files - Add a Require on pygtk2 * Thu Dec 28 2006 Deji Akingunola 0.13.4-3 - Fix the source to handle the RH specific --initscript option * Thu Dec 28 2006 Deji Akingunola 0.13.4-2 - Don't ghost *pyo files * Sat Sep 02 2006 Deji Akingunola 0.13.4-1 - Update to version 0.13.4 - Add a quirk to workaround pygtk needing a 'DISPLAY', to allow mock build * Tue Nov 08 2005 Deji Akingunola 0.12-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/galternatives/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 17:32:07 -0000 1.1 +++ .cvsignore 30 Dec 2006 17:32:32 -0000 1.2 @@ -0,0 +1 @@ +galternatives_0.13.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/galternatives/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 17:32:07 -0000 1.1 +++ sources 30 Dec 2006 17:32:32 -0000 1.2 @@ -0,0 +1 @@ +6148901a78623e85e3265a63588a2d23 galternatives_0.13.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 17:40:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:40:48 -0500 Subject: owners owners.list,1.2174,1.2175 Message-ID: <200612301740.kBUHems1015994@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15979 Modified Files: owners.list Log Message: galternatives added Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2174 retrieving revision 1.2175 diff -u -r1.2174 -r1.2175 --- owners.list 30 Dec 2006 13:26:24 -0000 1.2174 +++ owners.list 30 Dec 2006 17:40:18 -0000 1.2175 @@ -508,6 +508,7 @@ Fedora Extras|galculator|GTK 2 based scientific calculator|tmraz at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|galeon|GNOME2 Web browser based on Mozilla|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gallery2|Database-backed web photo gallery application|jwb at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|galternatives|Alternatives configurator|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gambas|IDE based on a basic interpreter with object extensions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ganglia|Distributed Monitoring System|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ganymed-ssh2|SSH-2 protocol implementation in pure Java|robert at marcanoonline.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 18:59:14 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:14 -0500 Subject: rpms/pdns/devel - New directory Message-ID: <200612301859.kBUIxECc019464@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447/pdns/devel Log Message: Directory /cvs/extras/rpms/pdns/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 18:59:14 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:14 -0500 Subject: rpms/pdns - New directory Message-ID: <200612301859.kBUIxEaa019451@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447/pdns Log Message: Directory /cvs/extras/rpms/pdns added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 18:59:38 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:38 -0500 Subject: rpms/pdns/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301859.kBUIxc3o019509@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19488/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pdns --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 18:59:33 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:33 -0500 Subject: rpms/pdns Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301859.kBUIxXRD019494@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19488 Added Files: Makefile import.log Log Message: Setup of module pdns --- NEW FILE Makefile --- # Top level Makefile for module pdns all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 19:01:00 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 14:01:00 -0500 Subject: rpms/pdns import.log,1.1,1.2 Message-ID: <200612301901.kBUJ10xR019598@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19560 Modified Files: import.log Log Message: auto-import pdns-2.9.20-5 on branch devel from pdns-2.9.20-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pdns/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 18:59:32 -0000 1.1 +++ import.log 30 Dec 2006 19:00:30 -0000 1.2 @@ -0,0 +1 @@ +pdns-2_9_20-5:HEAD:pdns-2.9.20-5.src.rpm:1167505851 From fedora-extras-commits at redhat.com Sat Dec 30 19:01:00 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 14:01:00 -0500 Subject: rpms/pdns/devel pdns-avoid-version.patch, NONE, 1.1 pdns-fixinit.patch, NONE, 1.1 pdns.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301901.kBUJ10xb019602@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19560/devel Modified Files: .cvsignore sources Added Files: pdns-avoid-version.patch pdns-fixinit.patch pdns.spec Log Message: auto-import pdns-2.9.20-5 on branch devel from pdns-2.9.20-5.src.rpm pdns-avoid-version.patch: --- NEW FILE pdns-avoid-version.patch --- --- pdns-2.9.20/modules/ldapbackend/Makefile.in.avoid-version 2006-12-18 00:11:42.000000000 +0100 +++ pdns-2.9.20/modules/ldapbackend/Makefile.in 2006-12-18 00:13:17.000000000 +0100 @@ -205,7 +205,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS libldapbackend_la_SOURCES = ldapbackend.cc ldapbackend.hh \ powerldap.hh powerldap.cc utils.hh - +libldapbackend_la_LDFLAGS = -avoid-version libldapbackend_la_LIBADD = -lldap all: all-am --- pdns-2.9.20/modules/pipebackend/Makefile.in.avoid-version 2006-12-18 00:07:21.000000000 +0100 +++ pdns-2.9.20/modules/pipebackend/Makefile.in 2006-12-18 00:07:36.000000000 +0100 @@ -209,7 +209,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS backend.pl lib_LTLIBRARIES = libpipebackend.la libpipebackend_la_SOURCES = pipebackend.cc pipebackend.hh coprocess.cc coprocess.hh -libpipebackend_la_LDFLAGS = -module +libpipebackend_la_LDFLAGS = -module -avoid-version all: all-am .SUFFIXES: --- pdns-2.9.20/modules/gpgsqlbackend/Makefile.in.avoid-version 2006-12-18 00:08:23.000000000 +0100 +++ pdns-2.9.20/modules/gpgsqlbackend/Makefile.in 2006-12-18 00:13:51.000000000 +0100 @@ -208,7 +208,7 @@ spgsql.hh spgsql.cc libgpgsqlbackend_la_LDFLAGS = @PGSQL_lib@ -Wl,-Bstatic -lpq \ - -Wl,-Bdynamic + -Wl,-Bdynamic -avoid-version libgpgsqlbackend_la_LIBADD = -lssl -lcrypt -lcrypto all: all-am --- pdns-2.9.20/modules/gmysqlbackend/Makefile.in.avoid-version 2006-12-18 00:07:52.000000000 +0100 +++ pdns-2.9.20/modules/gmysqlbackend/Makefile.in 2006-12-18 00:08:15.000000000 +0100 @@ -207,7 +207,7 @@ libgmysqlbackend_la_SOURCES = gmysqlbackend.cc gmysqlbackend.hh \ smysql.hh smysql.cc -libgmysqlbackend_la_LDFLAGS = -module -lmysqlclient +libgmysqlbackend_la_LDFLAGS = -module -lmysqlclient -avoid-version all: all-am .SUFFIXES: --- pdns-2.9.20/modules/geobackend/Makefile.in.avoid-version 2006-03-15 19:33:21.000000000 +0100 +++ pdns-2.9.20/modules/geobackend/Makefile.in 2006-12-17 23:58:33.000000000 +0100 @@ -204,7 +204,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS lib_LTLIBRARIES = libgeobackend.la libgeobackend_la_SOURCES = geobackend.cc geobackend.hh ippreftree.cc ippreftree.hh -libgeobackend_la_LDFLAGS = -module +libgeobackend_la_LDFLAGS = -module -avoid-version all: all-am .SUFFIXES: pdns-fixinit.patch: --- NEW FILE pdns-fixinit.patch --- --- pdns-2.9.20/pdns/pdns.in.fixinit 2006-12-17 18:14:14.000000000 +0100 +++ pdns-2.9.20/pdns/pdns.in 2006-12-17 18:15:42.000000000 +0100 @@ -47,6 +47,7 @@ if test "$NOTRUNNING" = "0" then doPC quit + rm -f /var/lock/subsys/pdns echo $ret else echo "not running" @@ -57,6 +58,7 @@ force-stop) echo -n "Stopping PowerDNS authoritative nameserver: " killall -v -9 pdns_server + rm -f /var/lock/subsys/pdns echo "killed" ;; @@ -69,6 +71,7 @@ $pdns_server --daemon --guardian=yes if test "$?" = "0" then + touch /var/lock/subsys/pdns echo "started" fi fi --- NEW FILE pdns.spec --- Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns Version: 2.9.20 Release: 5%{?dist} Group: System Environment/Daemons License: GPL URL: http://powerdns.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz Patch0: %{name}-fixinit.patch Patch1: %{name}-avoid-version.patch BuildRequires: boost-devel, chrpath Provides: powerdns = %{version}-%{release} %description The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all relevant DNS standards documents. Furthermore, PowerDNS interfaces with almost any database. %package backend-mysql Summary: MySQL backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} BuildRequires: mysql-devel %package backend-postgresql Summary: PostgreSQL backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} BuildRequires: postgresql-devel %package backend-pipe Summary: Pipe backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %package backend-geo Summary: Geo backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %package backend-ldap Summary: LDAP backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} BuildRequires: openldap-devel %description backend-mysql This package contains the gmysql backend for %{name} %description backend-postgresql This package contains the gpgsql backend for %{name} %description backend-pipe This package contains the pipe backend for %{name} %description backend-geo This package contains the geo backend for %{name} It allows different answers to DNS queries coming from different IP address ranges or based on the geographic location %description backend-ldap This package contains the ldap backend for %{name} %prep %setup -q %patch0 -p1 -b .fixinit %patch1 -p1 -b .avoid-version %build export CPPFLAGS="-DLDAP_DEPRECATED %{optflags}" %configure \ --sysconfdir=%{_sysconfdir}/%{name} \ --libdir=%{_libdir}/%{name} \ --disable-static \ --with-modules='' \ --with-dynmodules='pipe gmysql gpgsql geo ldap' \ --with-mysql-includes=%{_includedir}/mysql \ --with-mysql-lib=%{_libdir}/mysql \ --with-pgsql-includes=%{_includedir} \ --with-pgsql-lib=%{_libdir} make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make install DESTDIR=%{buildroot} %{__rm} -f %{buildroot}%{_libdir}/%{name}/*.la %{__install} -p -D -m 0755 pdns/pdns %{buildroot}%{_initrddir}/pdns %{__mv} %{buildroot}%{_sysconfdir}/%{name}/pdns.conf{-dist,} # strip the static rpath from the binaries chrpath --delete %{buildroot}%{_bindir}/pdns_control chrpath --delete %{buildroot}%{_bindir}/zone2ldap chrpath --delete %{buildroot}%{_bindir}/zone2sql chrpath --delete %{buildroot}%{_sbindir}/pdns_server chrpath --delete %{buildroot}%{_libdir}/%{name}/*.so %post if [ $1 = 1 ]; then /sbin/chkconfig --add pdns %{_sbindir}/useradd -c "PowerDNS user" -s /sbin/nologin -r -d / pdns fi %preun if [ "$1" = 0 ]; then /sbin/service pdns stop >/dev/null 2>&1 /sbin/chkconfig --del pdns fi %postun if [ "$1" -ge "1" ]; then /sbin/service pdns reload >/dev/null 2>&1 fi %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog TODO pdns/COPYING %{_bindir}/pdns_control %{_bindir}/zone2ldap %{_bindir}/zone2sql %{_sbindir}/pdns_server %{_mandir}/man8/pdns_control.8.gz %{_mandir}/man8/pdns_server.8.gz %{_mandir}/man8/zone2sql.8.gz %{_initrddir}/pdns %dir %{_libdir}/%{name}/ %dir %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/pdns.conf %files backend-mysql %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libgmysqlbackend.so %files backend-postgresql %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libgpgsqlbackend.so %files backend-pipe %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libpipebackend.so %files backend-geo %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libgeobackend.so %files backend-ldap %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libldapbackend.so %changelog * Sat Dec 30 2006 2.9.20-5 - Strip rpath from the backends as well * Fri Dec 29 2006 2.9.20-4 - Disable rpath * Thu Dec 28 2006 2.9.20-3 - More fixes as per review #219973 * Wed Dec 27 2006 2.9.20-2 - A few changes for FE review (bz #219973): - Renamed package to pdns, since that's how upstream calls it - Removed calls to ldconfig - Subpackages now require %%{version}-%%{release} * Sat Dec 16 2006 2.9.20-1 - Initial import Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pdns/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 18:59:38 -0000 1.1 +++ .cvsignore 30 Dec 2006 19:00:30 -0000 1.2 @@ -0,0 +1 @@ +pdns-2.9.20.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pdns/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 18:59:38 -0000 1.1 +++ sources 30 Dec 2006 19:00:30 -0000 1.2 @@ -0,0 +1 @@ +33b20ef1b767f93297101f2aa09e99ed pdns-2.9.20.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 19:04:20 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 14:04:20 -0500 Subject: owners owners.list,1.2175,1.2176 Message-ID: <200612301904.kBUJ4KDd022812@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22797 Modified Files: owners.list Log Message: Added pdns Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2175 retrieving revision 1.2176 diff -u -r1.2175 -r1.2176 --- owners.list 30 Dec 2006 17:40:18 -0000 1.2175 +++ owners.list 30 Dec 2006 19:03:50 -0000 1.2176 @@ -1350,6 +1350,7 @@ Fedora Extras|pdfjam|Utilities for join, rotate and align PDFs|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|pdftk|The PDF Tool Kit|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|pdftohtml|A PDF to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|pdns|A modern, advanced and high performance authoritative-only nameserver|ruben at rubenkerkhof.com|extras-qa at fedoraproject.org| Fedora Extras|pdsh|Parallel remote shell program|woodard at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pekwm|PekWM window manager|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|pengupop|Networked Game in the vein of Move/Puzzle Bobble|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 19:10:50 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:10:50 -0500 Subject: rpms/fail2ban - New directory Message-ID: <200612301910.kBUJAoIa022914@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22910/fail2ban Log Message: Directory /cvs/extras/rpms/fail2ban added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 19:10:55 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:10:55 -0500 Subject: rpms/fail2ban/devel - New directory Message-ID: <200612301910.kBUJAtCb022927@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22910/fail2ban/devel Log Message: Directory /cvs/extras/rpms/fail2ban/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 19:11:14 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:11:14 -0500 Subject: rpms/fail2ban Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301911.kBUJBEEF022957@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22951 Added Files: Makefile import.log Log Message: Setup of module fail2ban --- NEW FILE Makefile --- # Top level Makefile for module fail2ban all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 19:11:20 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:11:20 -0500 Subject: rpms/fail2ban/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301911.kBUJBKVi022973@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22951/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fail2ban --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 19:12:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:12:33 -0500 Subject: rpms/fail2ban import.log,1.1,1.2 Message-ID: <200612301912.kBUJCXju023077@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23043 Modified Files: import.log Log Message: auto-import fail2ban-0.6.2-3.at on branch devel from fail2ban-0.6.2-3.at.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fail2ban/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 19:11:14 -0000 1.1 +++ import.log 30 Dec 2006 19:12:02 -0000 1.2 @@ -0,0 +1 @@ +fail2ban-0_6_2-3_at:HEAD:fail2ban-0.6.2-3.at.src.rpm:1167506544 From fedora-extras-commits at redhat.com Sat Dec 30 19:12:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:12:33 -0500 Subject: rpms/fail2ban/devel fail2ban-0.6.2-init.patch, NONE, 1.1 fail2ban.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301912.kBUJCXVH023081@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23043/devel Modified Files: .cvsignore sources Added Files: fail2ban-0.6.2-init.patch fail2ban.spec Log Message: auto-import fail2ban-0.6.2-3.at on branch devel from fail2ban-0.6.2-3.at.src.rpm fail2ban-0.6.2-init.patch: --- NEW FILE fail2ban-0.6.2-init.patch --- --- fail2ban-0.6.2/config/redhat-initd.init 2006-12-29 00:46:19.000000000 +0100 +++ fail2ban-0.6.2/config/redhat-initd 2006-12-29 00:46:54.000000000 +0100 @@ -2,7 +2,7 @@ # # fail2ban # -# chkconfig: 345 91 9 +# chkconfig: - 91 9 # description: if many unsuccessfull login attempts from some ip address \ # during a short period happen, this address is banned \ # by the firewall @@ -31,14 +31,17 @@ "${FAIL2BAN}" -b > /dev/null RETVAL=$? echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/fail2ban + return $RETVAL } stop() { - if [ -f "${PIDFILE}" ]; then - echo -n $"Stopping fail2ban: " - "${FAIL2BAN}" -k > /dev/null - echo - fi + echo -n $"Stopping fail2ban: " + "${FAIL2BAN}" -k > /dev/null + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/fail2ban + return $RETVAL } restart() { --- NEW FILE fail2ban.spec --- Summary: Ban IPs that make too many password failures Name: fail2ban Version: 0.6.2 Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://fail2ban.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Patch0: fail2ban-0.6.2-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3, dos2unix BuildArch: noarch Requires: iptables, tcp_wrappers, shorewall Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service %description Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log and bans IP that makes too many password failures. It updates firewall rules to reject the IP address. %prep %setup -q grep -rl /usr/lib/fail2ban . \ | xargs sed -i -e's,/usr/lib/fail2ban,%{_datadir}/fail2ban,g' dos2unix config/redhat-initd %patch0 -p1 -b .init %build python setup.py build %install rm -rf %{buildroot} python setup.py install -O1 --root %{buildroot} mkdir -p %{buildroot}%{_initrddir} install -p -m 755 config/redhat-initd %{buildroot}%{_initrddir}/fail2ban mkdir -p %{buildroot}%{_sysconfdir} install -p -m 644 config/fail2ban.conf.iptables %{buildroot}%{_sysconfdir}/fail2ban.conf mkdir -p %{buildroot}%{_mandir}/man{8,5} install -p -m 644 man/fail2ban.8 %{buildroot}%{_mandir}/man8 install -p -m 644 man/fail2ban.conf.5 %{buildroot}%{_mandir}/man5 %clean rm -rf %{buildroot} %post /sbin/chkconfig --add %{name} %preun if [ $1 = 0 ]; then /sbin/service %{name} stop > /dev/null 2>&1 /sbin/chkconfig --del %{name} fi %files %defattr(-,root,root,-) %doc README TODO CHANGELOG %doc config/fail2ban.conf* %config(noreplace) %{_sysconfdir}/fail2ban.conf %{_bindir}/fail2ban %{_datadir}/fail2ban %{_initrddir}/fail2ban %{_mandir}/man8/fail2ban.8* %{_mandir}/man5/fail2ban.conf.5* %changelog * Sat Dec 30 2006 Axel Thimm - 0.6.2-3 - Remove forgotten condrestart. * Fri Dec 29 2006 Axel Thimm - 0.6.2-2 - Move /usr/lib/fail2ban to %%{_datadir}/fail2ban. - Don't default chkconfig to enabled. - Add dependencies on service/chkconfig. - Use example iptables/ssh config as default config. * Mon Dec 25 2006 Axel Thimm - 0.6.2-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fail2ban/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 19:11:20 -0000 1.1 +++ .cvsignore 30 Dec 2006 19:12:03 -0000 1.2 @@ -0,0 +1 @@ +fail2ban-0.6.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fail2ban/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 19:11:20 -0000 1.1 +++ sources 30 Dec 2006 19:12:03 -0000 1.2 @@ -0,0 +1 @@ +7c686e610f0ad7678688a1bb2cd913da fail2ban-0.6.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 30 19:18:57 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:18:57 -0500 Subject: owners owners.list,1.2176,1.2177 Message-ID: <200612301918.kBUJIvCs023226@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23211 Modified Files: owners.list Log Message: Add fail2ban. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2176 retrieving revision 1.2177 diff -u -r1.2176 -r1.2177 --- owners.list 30 Dec 2006 19:03:50 -0000 1.2176 +++ owners.list 30 Dec 2006 19:18:26 -0000 1.2177 @@ -304,11 +304,11 @@ Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd2|Dodgin' Diamond 2 - Shoot'em up arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddclient|A client to update dynamic DNS host entries|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org|thomas at apestaart.org Fedora Extras|ddd|GUI for several command-line debuggers|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ddrescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddskk|Daredevil SKK - Simple Kana to Kanji conversion program for Emacs|petersen at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|dejavu-fonts|DejaVu Fonts|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|deltarpm|Create deltas between rpms|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|denyhosts|A script to help thwart ssh server attacks|tibbs at math.uh.edu|extras-qa at fedoraproject.org| @@ -414,6 +414,7 @@ Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|factory|A C++ class library for multivariate polynomial data|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|fail2ban|Ban IPs that make too many password failures|Axel.Thimm at ATrpms.net|extras-qa at fedoraproject.org| Fedora Extras|farsight|A audio/video conferencing framework|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|fatsort|Fatsort sorts the FAT of FAT16 and FAT32 filesystems|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|fbdesk|Icon Manager for Fluxbox|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| @@ -851,8 +852,8 @@ Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|keurocalc|KEuroCalc is a universal currency converter and calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| +Fedora Extras|keurocalc|KEuroCalc is a universal currency converter and calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kicad|Electronic schematic diagrams and printed circuit board artwork|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| @@ -1323,6 +1324,7 @@ Fedora Extras|p7zip|Very high compression ratio file archiver|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|pachi|Pachi El Marciano - Platform Game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|padevchooser|Control applet for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| +Fedora Extras|paman|Management tool for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|alex at dalloz.de|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de Fedora Extras|pam_keyring|A PAM module that executes gnome-keyring-daemon and unlocks the default keyring|denis at poolshark.org|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|opensource at till.name|extras-qa at fedoraproject.org| @@ -1331,7 +1333,6 @@ Fedora Extras|pam_script|Allows executing scripts after opening and/or closing a session using PAM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pam_ssh|PAM module for use with SSH keys and ssh-agent|pertusus at free.fr|extras-qa at fedoraproject.org|dmitry at butskoy.name Fedora Extras|pam_usb|PAM module for use with DSA key pairs and removable devices|dmitry at butskoy.name|extras-qa at fedoraproject.org| -Fedora Extras|paman|Management tool for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|pan|A GNOME/GTK+ news reader for X|alex at dalloz.de|extras-qa at fedoraproject.org|mpeters at mac.com Fedora Extras|panelfm|Quick File Manager Applet|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|paps|Plain Text to PostScript(TM) converter|tagoh at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 22:25:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 17:25:15 -0500 Subject: rpms/erlang/FC-6 .cvsignore, 1.6, 1.7 erlang.spec, 1.15, 1.16 sources, 1.6, 1.7 Message-ID: <200612302225.kBUMPFwE001197@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1098 Modified Files: .cvsignore erlang.spec sources Log Message: new version R11B-2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 18 May 2006 19:42:50 -0000 1.6 +++ .cvsignore 30 Dec 2006 22:24:45 -0000 1.7 @@ -1,3 +1,3 @@ -otp_src_R11B-0.tar.gz -otp_doc_html_R11B-0.tar.gz -otp_doc_man_R11B-0.tar.gz +otp_src_R11B-2.tar.gz +otp_doc_html_R11B-2.tar.gz +otp_doc_man_R11B-2.tar.gz Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- erlang.spec 28 Aug 2006 00:48:41 -0000 1.15 +++ erlang.spec 30 Dec 2006 22:24:45 -0000 1.16 @@ -1,14 +1,14 @@ Name: erlang Version: R11B -Release: 0.3%{?dist} +Release: 2.1%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages License: Erlang Public License URL: http://www.erlang.org -Source: http://www.erlang.org/download/otp_src_R11B-0.tar.gz -Source1: http://www.erlang.org/download/otp_doc_html_R11B-0.tar.gz -Source2: http://www.erlang.org/download/otp_doc_man_R11B-0.tar.gz +Source: http://www.erlang.org/download/otp_src_R11B-2.tar.gz +Source1: http://www.erlang.org/download/otp_doc_html_R11B-2.tar.gz +Source2: http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz Patch0: otp-links.patch Patch1: otp-install.patch Patch2: otp-rpath.patch @@ -43,7 +43,7 @@ %prep -%setup -q -n otp_src_R11B-0 +%setup -q -n otp_src_R11B-2 %patch0 -p1 -b .links %patch1 -p1 -b .install %patch2 -p1 -b .rpath @@ -102,6 +102,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 +- new version R11B-2 + * Mon Aug 28 2006 Gerard Milmeister - R11B-0.3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 May 2006 19:42:50 -0000 1.6 +++ sources 30 Dec 2006 22:24:45 -0000 1.7 @@ -1,3 +1,3 @@ -367d9d3ba979cd278b78d6d0393982ba otp_src_R11B-0.tar.gz -8d163f4d16c98ba2e979688842a55a9f otp_doc_html_R11B-0.tar.gz -172591538db42e81b814a77f30da4fa4 otp_doc_man_R11B-0.tar.gz +7d7cca1d2f392a8a317cb4c0bd904726 otp_src_R11B-2.tar.gz +e2c45ced77ec63b9b1dd95c8f5396f7d otp_doc_html_R11B-2.tar.gz +c81023f591c1bace836de3aa874f3c2a otp_doc_man_R11B-2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 22:27:03 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 17:27:03 -0500 Subject: rpms/erlang/devel .cvsignore, 1.6, 1.7 erlang.spec, 1.15, 1.16 sources, 1.6, 1.7 Message-ID: <200612302227.kBUMR3fm001376@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1357/devel Modified Files: .cvsignore erlang.spec sources Log Message: new version R11B-2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 18 May 2006 19:42:50 -0000 1.6 +++ .cvsignore 30 Dec 2006 22:26:33 -0000 1.7 @@ -1,3 +1,3 @@ -otp_src_R11B-0.tar.gz -otp_doc_html_R11B-0.tar.gz -otp_doc_man_R11B-0.tar.gz +otp_src_R11B-2.tar.gz +otp_doc_html_R11B-2.tar.gz +otp_doc_man_R11B-2.tar.gz Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- erlang.spec 28 Aug 2006 00:48:41 -0000 1.15 +++ erlang.spec 30 Dec 2006 22:26:33 -0000 1.16 @@ -1,14 +1,14 @@ Name: erlang Version: R11B -Release: 0.3%{?dist} +Release: 2.1%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages License: Erlang Public License URL: http://www.erlang.org -Source: http://www.erlang.org/download/otp_src_R11B-0.tar.gz -Source1: http://www.erlang.org/download/otp_doc_html_R11B-0.tar.gz -Source2: http://www.erlang.org/download/otp_doc_man_R11B-0.tar.gz +Source: http://www.erlang.org/download/otp_src_R11B-2.tar.gz +Source1: http://www.erlang.org/download/otp_doc_html_R11B-2.tar.gz +Source2: http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz Patch0: otp-links.patch Patch1: otp-install.patch Patch2: otp-rpath.patch @@ -43,7 +43,7 @@ %prep -%setup -q -n otp_src_R11B-0 +%setup -q -n otp_src_R11B-2 %patch0 -p1 -b .links %patch1 -p1 -b .install %patch2 -p1 -b .rpath @@ -102,6 +102,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 +- new version R11B-2 + * Mon Aug 28 2006 Gerard Milmeister - R11B-0.3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 May 2006 19:42:50 -0000 1.6 +++ sources 30 Dec 2006 22:26:33 -0000 1.7 @@ -1,3 +1,3 @@ -367d9d3ba979cd278b78d6d0393982ba otp_src_R11B-0.tar.gz -8d163f4d16c98ba2e979688842a55a9f otp_doc_html_R11B-0.tar.gz -172591538db42e81b814a77f30da4fa4 otp_doc_man_R11B-0.tar.gz +7d7cca1d2f392a8a317cb4c0bd904726 otp_src_R11B-2.tar.gz +e2c45ced77ec63b9b1dd95c8f5396f7d otp_doc_html_R11B-2.tar.gz +c81023f591c1bace836de3aa874f3c2a otp_doc_man_R11B-2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 22:34:33 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 30 Dec 2006 17:34:33 -0500 Subject: rpms/rapidsvn/devel rapidsvn.spec,1.6,1.7 Message-ID: <200612302234.kBUMYXrT001442@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1425 Modified Files: rapidsvn.spec Log Message: Bump rev for rebuild against updated wxGTK Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rapidsvn.spec 9 Dec 2006 11:15:22 -0000 1.6 +++ rapidsvn.spec 30 Dec 2006 22:34:03 -0000 1.7 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 30 2006 Tim Jackson 0.9.4-3 +- Rebuild for new wxGTK + * Sat Dec 09 2006 Tim Jackson 0.9.4-2 - Nasty dist tag conflict (fc6 in devel) From fedora-extras-commits at redhat.com Sat Dec 30 23:36:42 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 30 Dec 2006 18:36:42 -0500 Subject: rpms/rapidsvn/devel rapidsvn-wx28.patch, NONE, 1.1 rapidsvn.spec, 1.7, 1.8 Message-ID: <200612302336.kBUNagtr004928@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4910 Modified Files: rapidsvn.spec Added Files: rapidsvn-wx28.patch Log Message: Add patch to build against wxGTK 2.8 rapidsvn-wx28.patch: --- NEW FILE rapidsvn-wx28.patch --- Index: rapidsvn_frame.cpp =================================================================== --- rapidsvn_frame.cpp (revision 7623) +++ rapidsvn_frame.cpp (working copy) @@ -1150,7 +1150,7 @@ void RapidSvnFrame::OnColumn (wxCommandEvent & event) { - int eventId = event.m_id; + int eventId = event.GetId (); int col = 0; while (col < FileListCtrl::COL_COUNT && m->ColumnList[col].id != eventId) @@ -1192,7 +1192,7 @@ RapidSvnFrame::OnColumnSorting (wxCommandEvent & event) { // we dont want to list FileListCtrl::COL_NAME/COL_PATH/... here - int col = event.m_id - ID_ColumnSort_Name; + int col = event.GetId () - ID_ColumnSort_Name; m->listCtrl->SetSortColumn (col); m->listCtrl->SetSortAscending (true); @@ -1294,7 +1294,7 @@ void RapidSvnFrame::OnUpdateCommand (wxUpdateUIEvent & updateUIEvent) { - updateUIEvent.Enable (ValidateIDActionFlags (updateUIEvent.m_id, GetSelectionActionFlags ())); + updateUIEvent.Enable (ValidateIDActionFlags (updateUIEvent.GetId (), GetSelectionActionFlags ())); } void @@ -1514,13 +1514,13 @@ { Action* action = NULL; - if ((event.m_id >= ID_Verb_Min) && (event.m_id <= ID_Verb_Max)) + if ((event.GetId () >= ID_Verb_Min) && (event.GetId () <= ID_Verb_Max)) { - action = new ExternalProgramAction (this, event.m_id - ID_Verb_Min, false); + action = new ExternalProgramAction (this, event.GetId () - ID_Verb_Min, false); } else { - switch (event.m_id) + switch (event.GetId ()) { case ID_Explore: action = new ExternalProgramAction (this, -1, true); Index: add_action.cpp =================================================================== --- add_action.cpp (revision 7623) +++ add_action.cpp (working copy) @@ -23,12 +23,12 @@ * ==================================================================== */ +// wxWidgets +#include "wx/intl.h" + // svncpp #include "svncpp/client.hpp" -// wxWidgets -#include "wx/intl.h" - // app #include "ids.hpp" #include "add_action.hpp" Index: checkout_dlg.cpp =================================================================== --- checkout_dlg.cpp (revision 7623) +++ checkout_dlg.cpp (working copy) @@ -256,7 +256,6 @@ BEGIN_EVENT_TABLE (CheckoutDlg, wxDialog) EVT_BUTTON (ID_BUTTON_BROWSE, CheckoutDlg::OnBrowse) - EVT_BUTTON (wxID_OK, CheckoutDlg::OnOK) EVT_CHECKBOX (ID_USELATEST, CheckoutDlg::OnUseLatest) EVT_TEXT (-1, CheckoutDlg::OnText) // EVT_BUTTON (wxID_HELP, CheckoutDlg::OnHelp) Index: log_dlg.cpp =================================================================== --- log_dlg.cpp (revision 7623) +++ log_dlg.cpp (working copy) @@ -32,6 +32,7 @@ #include "wx/valgen.h" #include "wx/listctrl.h" #include "wx/splitter.h" +#include "wx/notebook.h" // svncpp Index: resolve_action.cpp =================================================================== --- resolve_action.cpp (revision 7623) +++ resolve_action.cpp (working copy) @@ -23,12 +23,12 @@ * ==================================================================== */ +// wxWidgets +#include "wx/intl.h" + // svncpp #include "svncpp/client.hpp" -// wxWidgets -#include "wx/intl.h" - // app #include "resolve_action.hpp" Index: preferences_dlg.cpp =================================================================== --- preferences_dlg.cpp (revision 7623) +++ preferences_dlg.cpp (working copy) @@ -114,9 +114,14 @@ */ bool SelectExecutable (const wxString & title, wxTextCtrl * textCtrl) { +#if wxCHECK_VERSION (2, 7, 0) + wxFileDialog dlg (this, title, wxEmptyString, wxEmptyString, _("*.*"), wxFD_OPEN); +#else wxFileDialog dlg (this, title); dlg.SetStyle (wxHIDE_READONLY | wxOPEN); +#endif + dlg.SetWildcard (EXECUTABLE_WILDCARD); dlg.SetPath (textCtrl->GetValue ()); Index: import_dlg.cpp =================================================================== --- import_dlg.cpp (revision 7623) +++ import_dlg.cpp (working copy) @@ -196,7 +196,11 @@ } } - wxDialog::OnOK(event); +#if wxCHECK_VERSION (2, 7, 0) + wxDialog::EndModal (wxID_OK); +#else + wxDialog::OnOK (event); +#endif } void Index: export_dlg.cpp =================================================================== --- export_dlg.cpp (revision 7623) +++ export_dlg.cpp (working copy) @@ -295,7 +295,6 @@ BEGIN_EVENT_TABLE (ExportDlg, wxDialog) EVT_BUTTON (ID_BUTTON_BROWSE, ExportDlg::OnBrowse) - EVT_BUTTON (wxID_OK, ExportDlg::OnOK) EVT_CHECKBOX (ID_USE_LATEST, ExportDlg::OnUseLatest) EVT_CHECKBOX (ID_NOT_SPECIFIED, ExportDlg::OnNotSpecified) EVT_COMBOBOX (ID_NATIVE_EOL, ExportDlg::OnNativeEol) Index: listener.cpp =================================================================== --- listener.cpp (revision 7623) +++ listener.cpp (working copy) @@ -253,7 +253,7 @@ void handleEvent (wxCommandEvent & event) { - switch (event.m_id) + switch (event.GetId ()) { case SIG_GET_LOG_MSG: callbackGetLogMessage (); Index: merge_dlg.cpp =================================================================== --- merge_dlg.cpp (revision 7623) +++ merge_dlg.cpp (working copy) @@ -113,7 +113,11 @@ } } - wxDialog::OnOK(event); +#if wxCHECK_VERSION (2, 7, 0) + wxDialog::EndModal (wxID_OK); +#else + wxDialog::OnOK (event); +#endif } void Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rapidsvn.spec 30 Dec 2006 22:34:03 -0000 1.7 +++ rapidsvn.spec 30 Dec 2006 23:36:12 -0000 1.8 @@ -1,12 +1,15 @@ Name: rapidsvn Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools License: GPL URL: http://www.rapidsvn.org/ Source0: http://rapidsvn.org/download/rapidsvn-%{version}.tar.gz + +# From http://rapidsvn.tigris.org/issues/show_bug.cgi?id=489, attachment 162 +Patch0: rapidsvn-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Has to be a manual requirement, because the library version appears to not @@ -58,6 +61,10 @@ %prep %setup -q +pushd src +%patch0 -p0 +popd + %{__cat} <rapidsvn.desktop [Desktop Entry] Encoding=UTF-8 @@ -140,6 +147,9 @@ %changelog * Sat Dec 30 2006 Tim Jackson 0.9.4-3 +- Apply patches to build against wxGTK 2.8 + +* Sat Dec 30 2006 Tim Jackson 0.9.4-3 - Rebuild for new wxGTK * Sat Dec 09 2006 Tim Jackson 0.9.4-2 From fedora-extras-commits at redhat.com Sat Dec 30 23:44:30 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 18:44:30 -0500 Subject: rpms/libprelude/FC-5 libprelude.spec,1.2,1.3 Message-ID: <200612302344.kBUNiUZd005025@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5010 Modified Files: libprelude.spec Log Message: ts: corrected x86_86 arch problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/FC-5/libprelude.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 +++ libprelude.spec 30 Dec 2006 23:44:00 -0000 1.3 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel -ExcludeArch: ia64 %description The Prelude Library is a collection of generic functions providing @@ -112,7 +111,7 @@ %{_datadir}/aclocal/libprelude.m4 %files python -%{python_sitelib}/* +%{python_sitearch}/* %files perl %defattr(0755,root,root) @@ -121,6 +120,9 @@ %changelog +* Tue Dec 30 2006 Thorsten Scherf 0.9.12-6 +- fixed x86_86 arch problem + * Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 - added ExcludeArch From fedora-extras-commits at redhat.com Sat Dec 30 23:47:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 18:47:30 -0500 Subject: rpms/erlang/FC-6 otp-glibc25.patch, NONE, 1.1 erlang.spec, 1.16, 1.17 otp-glibc24.patch, 1.3, NONE Message-ID: <200612302347.kBUNlUq1005149@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5131 Modified Files: erlang.spec Added Files: otp-glibc25.patch Removed Files: otp-glibc24.patch Log Message: new version R11B-2 otp-glibc25.patch: --- NEW FILE otp-glibc25.patch --- --- otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c.glibc25 2006-12-30 23:57:04.000000000 +0100 +++ otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c 2006-12-30 23:57:36.000000000 +0100 @@ -34,7 +34,7 @@ #endif #include "hipe_signal.h" -#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4) +#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4 || __GLIBC_MINOR__ == 5) /* See comment below for glibc 2.2. */ #ifndef __USE_GNU #define __USE_GNU /* to un-hide RTLD_NEXT */ Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- erlang.spec 30 Dec 2006 22:24:45 -0000 1.16 +++ erlang.spec 30 Dec 2006 23:46:59 -0000 1.17 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.1%{?dist} +Release: 2.2%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -13,6 +13,7 @@ Patch1: otp-install.patch Patch2: otp-rpath.patch Patch3: otp-sslrpath.patch +Patch4: otp-glibc25.patch Patch5: otp-run_erl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +49,7 @@ %patch1 -p1 -b .install %patch2 -p1 -b .rpath %patch3 -p1 -b .sslrpath +%patch4 -p1 -b .glibc25 %patch5 -p1 -b .run_erl @@ -102,6 +104,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 +- added patch for compiling with glibc 2.5 + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 - new version R11B-2 --- otp-glibc24.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 23:48:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 18:48:17 -0500 Subject: rpms/erlang/devel otp-glibc25.patch, NONE, 1.1 otp-glibc24.patch, 1.3, NONE Message-ID: <200612302348.kBUNmHVC005205@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5198/devel Added Files: otp-glibc25.patch Removed Files: otp-glibc24.patch Log Message: new version R11B-2 otp-glibc25.patch: --- NEW FILE otp-glibc25.patch --- --- otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c.glibc25 2006-12-30 23:57:04.000000000 +0100 +++ otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c 2006-12-30 23:57:36.000000000 +0100 @@ -34,7 +34,7 @@ #endif #include "hipe_signal.h" -#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4) +#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4 || __GLIBC_MINOR__ == 5) /* See comment below for glibc 2.2. */ #ifndef __USE_GNU #define __USE_GNU /* to un-hide RTLD_NEXT */ --- otp-glibc24.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 23:49:11 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 18:49:11 -0500 Subject: rpms/erlang/devel erlang.spec,1.16,1.17 Message-ID: <200612302349.kBUNnBYp005237@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5220/devel Modified Files: erlang.spec Log Message: new version R11B-2 Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- erlang.spec 30 Dec 2006 22:26:33 -0000 1.16 +++ erlang.spec 30 Dec 2006 23:48:41 -0000 1.17 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.1%{?dist} +Release: 2.2%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -13,6 +13,7 @@ Patch1: otp-install.patch Patch2: otp-rpath.patch Patch3: otp-sslrpath.patch +Patch4: otp-glibc25.patch Patch5: otp-run_erl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +49,7 @@ %patch1 -p1 -b .install %patch2 -p1 -b .rpath %patch3 -p1 -b .sslrpath +%patch4 -p1 -b .glibc25 %patch5 -p1 -b .run_erl @@ -102,6 +104,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 +- added patch for compiling with glibc 2.5 + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 - new version R11B-2 From fedora-extras-commits at redhat.com Sat Dec 30 23:57:12 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 18:57:12 -0500 Subject: rpms/libprelude/FC-6 libprelude.spec,1.2,1.3 Message-ID: <200612302357.kBUNvC6e005399@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5381 Modified Files: libprelude.spec Log Message: resolved x86_86 arch build problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/FC-6/libprelude.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 +++ libprelude.spec 30 Dec 2006 23:56:42 -0000 1.3 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -121,14 +121,17 @@ %changelog -* Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 +* Sun Dec 31 2006 Thorsten Scherf 0.9.12-6 +- resolved x86_86 arch build problem + +* Sat Dec 30 2006 Thorsten Scherf 0.9.12-5 - added ExcludeArch -* Tue Dec 29 2006 Thorsten Scherf 0.9.12-4 +* Fri Dec 29 2006 Thorsten Scherf 0.9.12-4 - resolved permission problems - added new docs -* Tue Dec 25 2006 Thorsten Scherf 0.9.12-3 +* Mon Dec 25 2006 Thorsten Scherf 0.9.12-3 - changed dir owner and preserved timestamps when building the package - resolved rpath problems From fedora-extras-commits at redhat.com Sun Dec 31 00:07:13 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 30 Dec 2006 19:07:13 -0500 Subject: comps comps-fe6.xml.in,1.250,1.251 comps-fe7.xml.in,1.55,1.56 Message-ID: <200612310007.kBV07DG8008850@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8832 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: add thunar-media-tags-plugin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.250 retrieving revision 1.251 diff -u -r1.250 -r1.251 --- comps-fe6.xml.in 29 Dec 2006 10:43:00 -0000 1.250 +++ comps-fe6.xml.in 31 Dec 2006 00:06:43 -0000 1.251 @@ -1181,6 +1181,7 @@ mousepad orage Terminal + thunar-media-tags-plugin xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- comps-fe7.xml.in 29 Dec 2006 10:43:00 -0000 1.55 +++ comps-fe7.xml.in 31 Dec 2006 00:06:43 -0000 1.56 @@ -1182,6 +1182,7 @@ mousepad orage Terminal + thunar-media-tags-plugin xarchiver xfce4-battery-plugin xfce4-clipman-plugin From fedora-extras-commits at redhat.com Sun Dec 31 00:42:01 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 30 Dec 2006 19:42:01 -0500 Subject: rpms/perl-Cairo/devel .cvsignore, 1.9, 1.10 perl-Cairo.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612310042.kBV0g1C6009107@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9083 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: Update to 1.022. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 11 Nov 2006 23:47:50 -0000 1.9 +++ .cvsignore 31 Dec 2006 00:41:31 -0000 1.10 @@ -1 +1 @@ -Cairo-1.021.tar.gz +Cairo-1.022.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Cairo.spec 11 Nov 2006 23:47:50 -0000 1.9 +++ perl-Cairo.spec 31 Dec 2006 00:41:31 -0000 1.10 @@ -5,7 +5,7 @@ # Name: perl-Cairo -Version: 1.021 +Version: 1.022 Release: 1%{?dist} Summary: Perl interface to the cairo library @@ -41,7 +41,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -62,6 +62,9 @@ %changelog +* Sun Dec 31 2006 Jose Pedro Oliveira - 1.022-1 +- Update to 1.022. + * Sat Nov 11 2006 Jose Pedro Oliveira - 1.021-1 - Update to 1.021. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Nov 2006 23:47:50 -0000 1.9 +++ sources 31 Dec 2006 00:41:31 -0000 1.10 @@ -1 +1 @@ -72696240a9ba97694209d0a0c7367b57 Cairo-1.021.tar.gz +ae4fe611f3b5d926e6cae3fae5799b2e Cairo-1.022.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 00:44:31 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 19:44:31 -0500 Subject: rpms/libprelude/FC-6 libprelude.spec,1.3,1.4 Message-ID: <200612310044.kBV0iVpf009187@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9166 Modified Files: libprelude.spec Log Message: again x86_86 build problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/FC-6/libprelude.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libprelude.spec 30 Dec 2006 23:56:42 -0000 1.3 +++ libprelude.spec 31 Dec 2006 00:44:01 -0000 1.4 @@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel -ExcludeArch: ia64 %description The Prelude Library is a collection of generic functions providing @@ -112,7 +111,7 @@ %{_datadir}/aclocal/libprelude.m4 %files python -%{python_sitelib}/* +%{python_sitearch}/* %files perl %defattr(0755,root,root) From fedora-extras-commits at redhat.com Sun Dec 31 00:51:27 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 30 Dec 2006 19:51:27 -0500 Subject: rpms/scim-tomoe/FC-5 sources,1.3,1.4 Message-ID: <200612310051.kBV0pRsI009297@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9281 Modified Files: sources Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:07:21 -0000 1.3 +++ sources 31 Dec 2006 00:50:57 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 00:59:38 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 30 Dec 2006 19:59:38 -0500 Subject: rpms/scim-tomoe/FC-5 scim-tomoe.spec,1.14,1.15 Message-ID: <200612310059.kBV0xcFU009594@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9579 Modified Files: scim-tomoe.spec Log Message: update to 0.4.0 Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-5/scim-tomoe.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- scim-tomoe.spec 4 Aug 2006 08:01:04 -0000 1.14 +++ scim-tomoe.spec 31 Dec 2006 00:59:08 -0000 1.15 @@ -1,14 +1,14 @@ -%define with_libstdc_preview 1 +%define with_libstdc_preview 1 Name: scim-tomoe -Version: 0.2.0 -Release: 6%{?dist}.1 +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries License: GPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel @@ -64,14 +64,17 @@ %changelog -* Fri Aug 4 2006 Jens Petersen - 0.2.0-6.fc5.1 -- rebuild against new libstdc++so7 (#197718) +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. -* Mon May 29 2006 Ryo Dairiki - 0.2-6 -- rebuild against new libstdc++so7 +* Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 +- fix the release number for upgrading install from FE5 to FE6. -* Sat May 20 2006 Ryo Dairiki - 0.2-5 -- rebuild against new libstdc++so7 +* Sat Sep 15 2006 Ryo Dairiki - 0.2.0-5 +- mass rebuilding. + +* Tue Apr 4 2006 Jens Petersen - 0.2.0-4 +- rebuild without libstdc++so7 * Wed Mar 1 2006 Ryo Dairiki - 0.2-3 - update to 0.2 From fedora-extras-commits at redhat.com Sun Dec 31 03:14:44 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:14:44 -0500 Subject: rpms/ScientificPython - New directory Message-ID: <200612310314.kBV3Ei1i019466@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19461/ScientificPython Log Message: Directory /cvs/extras/rpms/ScientificPython added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 03:14:45 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:14:45 -0500 Subject: rpms/ScientificPython/devel - New directory Message-ID: <200612310314.kBV3Ejrj019479@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19461/ScientificPython/devel Log Message: Directory /cvs/extras/rpms/ScientificPython/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 03:14:58 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:14:58 -0500 Subject: rpms/ScientificPython Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612310314.kBV3EwkU019515@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19509 Added Files: Makefile import.log Log Message: Setup of module ScientificPython --- NEW FILE Makefile --- # Top level Makefile for module ScientificPython all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 03:15:03 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:15:03 -0500 Subject: rpms/ScientificPython/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612310315.kBV3F3LM019530@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19509/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ScientificPython --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 03:16:15 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:16:15 -0500 Subject: rpms/ScientificPython import.log,1.1,1.2 Message-ID: <200612310316.kBV3GF76019607@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19574 Modified Files: import.log Log Message: auto-import ScientificPython-2.6-5 on branch devel from ScientificPython-2.6-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 03:14:58 -0000 1.1 +++ import.log 31 Dec 2006 03:15:45 -0000 1.2 @@ -0,0 +1 @@ +ScientificPython-2_6-5:HEAD:ScientificPython-2.6-5.src.rpm:1167535576 From fedora-extras-commits at redhat.com Sun Dec 31 03:16:15 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:16:15 -0500 Subject: rpms/ScientificPython/devel ScientificPython-netcdf-location.patch, NONE, 1.1 ScientificPython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612310316.kBV3GFC4019630@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19574/devel Modified Files: .cvsignore sources Added Files: ScientificPython-netcdf-location.patch ScientificPython.spec Log Message: auto-import ScientificPython-2.6-5 on branch devel from ScientificPython-2.6-5.src.rpm ScientificPython-netcdf-location.patch: --- NEW FILE ScientificPython-netcdf-location.patch --- --- ScientificPython-2.6-BAD/setup.py 2006-10-06 05:38:29.000000000 -0800 +++ ScientificPython-2.6/setup.py 2006-12-25 23:17:34.000000000 -0900 @@ -12,7 +12,7 @@ # If your netCDF installation is in a non-standard place, set the following # variable to the base directory, or set the environment variable # NETCDF_PREFIX before running setup.py -netcdf_prefix = None +netcdf_prefix = 'netcdf-3' class Dummy: pass @@ -43,8 +43,8 @@ ext_modules = [] else: print "Using netCDF installation in ", netcdf_prefix - netcdf_include = os.path.join(netcdf_prefix, 'include') - netcdf_lib = os.path.join(netcdf_prefix, 'lib') + netcdf_include = os.path.join('/usr/include/',netcdf_prefix) + netcdf_lib = os.path.join('/usr/lib/',netcdf_prefix) ext_modules = [Extension('Scientific_netcdf', ['Src/Scientific_netcdf.c'], include_dirs=['Include', netcdf_include] --- NEW FILE ScientificPython.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define pyver %(python -c 'import sys ; print sys.version[:3]') Name: ScientificPython Version: 2.6 Release: 5%{?dist} Summary: A collection of Python modules that are useful for scientific computing Group: Development/Languages License: CeCILL URL: http://dirac.cnrs-orleans.fr/ScientificPython/ Source0: http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-2.6.tar.gz Patch0: ScientificPython-netcdf-location.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: netcdf-devel BuildRequires: openmpi-devel BuildRequires: python-numeric Requires: python-numeric %package devel Summary: The development files for ScientificPython Group: Development/Libraries Requires: %{name} = %{version}-%{release} %package tk Summary: The tk widgets from ScientificPython Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: tkinter %package qt Summary: The Qt widgets from ScientificPython Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: PyQt %package doc Summary: Documentation and examples for ScientificPython Group: Documentation Requires: %{name} = %{version}-%{release} %description ScientificPython is a collection of Python modules that are useful for scientific computing. In this collection you will find modules that cover basic geometry (vectors, tensors, transformations, vector and tensor fields), quaternions, automatic derivatives, (linear) interpolation, polynomials, elementary statistics, nonlinear least-squares fits, unit calculations, Fortran-compatible text formatting, 3D visualization via VRML, and two Tk widgets for simple line plots and 3D wireframe models. There are also interfaces to the netCDF library (portable structured binary files), to MPI (Message Passing Interface, message-based parallel programming), and to BSPlib (Bulk Synchronous Parallel programming) %description devel This package contains the ScientificPython header files %description tk This package contains the ScientificPython Tkwidgets %description qt This package contains the ScientificPython Qtwidgets %description doc Install this package if you want the developers' documentation and examples that tell you how to program with ScientificPython. %prep %setup -q %patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT export PYINCLUDE="$RPM_BUILD_ROOT/%{_includedir}/python%{pyver}/" #cp -R %{_includedir}/python%{pyver}/* $PYINCLUDE cd Src/MPI/ cat compile.py|sed -e 's/-I/-I$PYINCLUDE -I/' > compile-new.py %{__python} compile-new.py mv mpipython $RPM_BUILD_ROOT/%{_bindir}/ cat < impipython.sh #!/bin/bash # This is a reference script provided to show you an example of how to # call the interactive parallel computing python console using mpirun. # # Here "-np X" refers to the number of processors to use for this # parallel process. To use this script you should copy this file to a # location of youyr choosing, edit the -np argument as needed for your # mpi system configuration and make this file executable. # # This file is a filepath corrected version of the impipython reference file # provided in the upstream source distribution so it will work as written on # Fedora Linux. For more information, please refer to the README.MPI # files that comes with the ScientificPython package and to the available # documentation for the mpirun executable. mpirun -np 2 %{_bindir}/mpipython %{python_sitearch}/Scientific/BSP/Console.py $* EOF cat impipython.sh %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE README Doc/CHANGELOG README.MPI README.BSP README.BSPlib Src/MPI/impipython.sh %dir %{python_sitearch}/Scientific/ %{python_sitearch}/Scientific/*.py* %{python_sitearch}/Scientific/Functions %{python_sitearch}/Scientific/Geometry %{python_sitearch}/Scientific/IO %{python_sitearch}/Scientific/linux2 %{python_sitearch}/Scientific/Physics %{python_sitearch}/Scientific/Signals %{python_sitearch}/Scientific/Statistics %{python_sitearch}/Scientific/Threading %{python_sitearch}/Scientific/use_numeric %{python_sitearch}/Scientific/Visualization %{python_sitearch}/Scientific/MPI %{python_sitearch}/Scientific/BSP %{_bindir}/bsp_virtual %{_bindir}/mpipython %files devel %defattr(-,root,root,-) %{_includedir}/python%{pyver}/Scientific/*.h %files tk %defattr(-,root,root,-) %{python_sitearch}/Scientific/TkWidgets %files qt %defattr(-,root,root,-) %{python_sitearch}/Scientific/QtWidgets %files doc %defattr(-,root,root,-) %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf %changelog * Thu Dec 28 2006 Jef Spaleta 2.6-5 - remove mpi and bsp subpackages. On more thought, - it makes more sense to have the parallel computing items - in the main package. - Added inline impipython.sh reference script - Replaces upstreams impipython reference file - This will have the correct path statements generated at - package buildtime. Still included as a doc item * Wed Dec 27 2006 Jef Spaleta 2.6-4 - move impipython to docs section of mpi subpackage - this is a script which must be editted by hand per system. - Added Doc/BSP_Tutorial.pdf to docs subpackage - Fixed description text line wrapping. * Mon Dec 25 2006 Jef Spaleta 2.6-3 - Add tk and qt subpackages - Add bsp and mpi subpackages - Requires clean-ups for all subpackages - Patch to correctly locate netcdf.a and netcdf.h * Mon Dec 25 2006 Jef Spaleta 2.6-2 - Add docs subpackage * Sun Dec 24 2006 Jef Spaleta 2.6-1 - Initial ScientificPython Package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 03:15:03 -0000 1.1 +++ .cvsignore 31 Dec 2006 03:15:45 -0000 1.2 @@ -0,0 +1 @@ +ScientificPython-2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 03:15:03 -0000 1.1 +++ sources 31 Dec 2006 03:15:45 -0000 1.2 @@ -0,0 +1 @@ +6ebd96fc8a4e015adab2c57826d52e9f ScientificPython-2.6.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 03:25:31 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:25:31 -0500 Subject: owners owners.list,1.2177,1.2178 Message-ID: <200612310325.kBV3PVN0019706@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19687 Modified Files: owners.list Log Message: adding ScientificPython Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2177 retrieving revision 1.2178 diff -u -r1.2177 -r1.2178 --- owners.list 30 Dec 2006 19:18:26 -0000 1.2177 +++ owners.list 31 Dec 2006 03:25:01 -0000 1.2178 @@ -2246,6 +2246,7 @@ Fedora Extras|scalapack|A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scanbuttond|Scanner Button tools to SANE|panemade at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scanssh|Fast SSH server and open proxy scanner|jima at beer.tclug.org|extras-qa at fedoraproject.org|oliver at linux-kernel.at +Fedora Extras|ScientificPython|ScientificPython - a collection of Python modules that are useful for scientific computing|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scim|Smart Common Input Method|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scim-anthy|SCIM IMEngine for Japanese input with anthy|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scim-bridge|SCIM Bridge Gtk IM module|petersen at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 31 03:42:38 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 22:42:38 -0500 Subject: comps comps-fe6.xml.in,1.251,1.252 comps-fe7.xml.in,1.56,1.57 Message-ID: <200612310342.kBV3gcdr019799@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19782 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: Added exaile to the Sound/Audio group Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.251 retrieving revision 1.252 diff -u -r1.251 -r1.252 --- comps-fe6.xml.in 31 Dec 2006 00:06:43 -0000 1.251 +++ comps-fe6.xml.in 31 Dec 2006 03:42:08 -0000 1.252 @@ -886,6 +886,7 @@ cdlabelgen dvdisaster easytag + exaile gcdmaster gcfilms gcombust Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- comps-fe7.xml.in 31 Dec 2006 00:06:43 -0000 1.56 +++ comps-fe7.xml.in 31 Dec 2006 03:42:08 -0000 1.57 @@ -886,6 +886,7 @@ cdlabelgen dvdisaster easytag + exaile gcdmaster gcfilms gcombust From fedora-extras-commits at redhat.com Sun Dec 31 05:29:14 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Sun, 31 Dec 2006 00:29:14 -0500 Subject: rpms/openvrml/devel .cvsignore, 1.3, 1.4 openvrml.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612310529.kBV5TEfF026453@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26413/devel Modified Files: .cvsignore openvrml.spec sources Log Message: Updated to OpenVRML 0.16.3. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Nov 2006 07:33:40 -0000 1.3 +++ .cvsignore 31 Dec 2006 05:28:44 -0000 1.4 @@ -1 +1,2 @@ openvrml-0.16.2.tar.gz +openvrml-0.16.3.tar.gz Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/openvrml.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openvrml.spec 16 Dec 2006 04:23:14 -0000 1.6 +++ openvrml.spec 31 Dec 2006 05:28:44 -0000 1.7 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml -Version: 0.16.2 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -149,6 +149,9 @@ %changelog +* Sun Dec 31 2006 Braden McDaniel - 0.16.3-1 +- Updated to 0.16.3. + * Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 - openvrml-gtkplug: Appended "|| :" to install-info invocations. - openvrml-gtkplug: Requires(post): /sbin/install-info and Index: sources =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Nov 2006 07:33:40 -0000 1.3 +++ sources 31 Dec 2006 05:28:44 -0000 1.4 @@ -1 +1,2 @@ 8f93af7603ac8ddb22897658ccedc754 openvrml-0.16.2.tar.gz +d8c66549354c55d687415781b6d10989 openvrml-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 05:29:13 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Sun, 31 Dec 2006 00:29:13 -0500 Subject: rpms/openvrml/FC-6 .cvsignore, 1.3, 1.4 openvrml.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612310529.kBV5TDVV026448@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26413/FC-6 Modified Files: .cvsignore openvrml.spec sources Log Message: Updated to OpenVRML 0.16.3. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Nov 2006 07:05:30 -0000 1.3 +++ .cvsignore 31 Dec 2006 05:28:43 -0000 1.4 @@ -1 +1,2 @@ openvrml-0.16.2.tar.gz +openvrml-0.16.3.tar.gz Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openvrml.spec 21 Dec 2006 19:02:02 -0000 1.6 +++ openvrml.spec 31 Dec 2006 05:28:43 -0000 1.7 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml -Version: 0.16.2 -Release: 3%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -149,6 +149,9 @@ %changelog +* Sun Dec 31 2006 Braden McDaniel - 0.16.3-1 +- Updated to 0.16.3. + * Thu Dec 21 2006 Gerard Milmeister - 0.16.2-3 - Rebuild for firefox 1.5.0.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Nov 2006 07:05:30 -0000 1.3 +++ sources 31 Dec 2006 05:28:43 -0000 1.4 @@ -1 +1,2 @@ 8f93af7603ac8ddb22897658ccedc754 openvrml-0.16.2.tar.gz +d8c66549354c55d687415781b6d10989 openvrml-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 05:39:54 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:39:54 -0500 Subject: rpms/php-pear-Net-Sieve - New directory Message-ID: <200612310539.kBV5dsxi026521@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26517/php-pear-Net-Sieve Log Message: Directory /cvs/extras/rpms/php-pear-Net-Sieve added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 05:39:59 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:39:59 -0500 Subject: rpms/php-pear-Net-Sieve/devel - New directory Message-ID: <200612310539.kBV5dx0R026535@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26517/php-pear-Net-Sieve/devel Log Message: Directory /cvs/extras/rpms/php-pear-Net-Sieve/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 05:40:13 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:40:13 -0500 Subject: rpms/php-pear-Net-Sieve Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612310540.kBV5eDCe026564@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26558 Added Files: Makefile import.log Log Message: Setup of module php-pear-Net-Sieve --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Net-Sieve all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 05:40:18 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:40:18 -0500 Subject: rpms/php-pear-Net-Sieve/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612310540.kBV5eIMR026608@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26558/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Net-Sieve --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 05:41:15 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:41:15 -0500 Subject: rpms/php-pear-Net-Sieve import.log,1.1,1.2 Message-ID: <200612310541.kBV5fFWg026687@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26657 Modified Files: import.log Log Message: auto-import php-pear-Net-Sieve-1.1.5-2 on branch devel from php-pear-Net-Sieve-1.1.5-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Net-Sieve/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 05:40:13 -0000 1.1 +++ import.log 31 Dec 2006 05:40:45 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Net-Sieve-1_1_5-2:HEAD:php-pear-Net-Sieve-1.1.5-2.src.rpm:1167544278 From fedora-extras-commits at redhat.com Sun Dec 31 05:41:15 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:41:15 -0500 Subject: rpms/php-pear-Net-Sieve/devel php-pear-Net-Sieve.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612310541.kBV5fFSi026691@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26657/devel Modified Files: .cvsignore sources Added Files: php-pear-Net-Sieve.spec Log Message: auto-import php-pear-Net-Sieve-1.1.5-2 on branch devel from php-pear-Net-Sieve-1.1.5-2.src.rpm --- NEW FILE php-pear-Net-Sieve.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Net_Sieve Name: php-pear-Net-Sieve Version: 1.1.5 Release: 2%{?dist} Summary: Communication with timsieved Group: Development/Libraries License: BSD URL: http://pear.php.net/package/Net_Sieve Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-pear(Net_Socket) >= 1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active, etc sieve scripts. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Move documentation #mkdir -p docdir #mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ]; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} %{pear_phpdir}/Net %changelog * Sat Dec 30 2006 Brandon Holbrook 1.1.5-2 - Cleaned up spec file to latest pear template - Changed license to BSD * Fri Dec 29 2006 Brandon Holbrook 1.1.5-1 - initial RPM Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Net-Sieve/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 05:40:18 -0000 1.1 +++ .cvsignore 31 Dec 2006 05:40:45 -0000 1.2 @@ -0,0 +1 @@ +Net_Sieve-1.1.5.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Net-Sieve/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 05:40:18 -0000 1.1 +++ sources 31 Dec 2006 05:40:45 -0000 1.2 @@ -0,0 +1 @@ +2f0b868d5bde1742721d525233274f5a Net_Sieve-1.1.5.tgz From fedora-extras-commits at redhat.com Sun Dec 31 05:44:59 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:44:59 -0500 Subject: owners owners.list,1.2178,1.2179 Message-ID: <200612310544.kBV5ixZh026789@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26773/owners Modified Files: owners.list Log Message: Added php-pear-Net-Sieve Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2178 retrieving revision 1.2179 diff -u -r1.2178 -r1.2179 --- owners.list 31 Dec 2006 03:25:01 -0000 1.2178 +++ owners.list 31 Dec 2006 05:44:27 -0000 1.2179 @@ -1926,6 +1926,7 @@ Fedora Extras|php-pear-Net-Curl|OO interface to PHP's cURL extension|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-DIME|Implements Direct Internet Message Encapsulation (DIME)|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-FTP|Provides an OO interface to the PHP FTP functions plus some additions|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Net-Sieve|Provides communication to timsieved|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-SMTP|Provides an implementation of the SMTP protocol|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-Socket|Network Socket Interface|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-URL|Easy parsing of URLs|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 31 07:46:05 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:05 -0500 Subject: rpms/librfid - New directory Message-ID: <200612310746.kBV7k5Ad000939@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv935/librfid Log Message: Directory /cvs/extras/rpms/librfid added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 07:46:10 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:10 -0500 Subject: rpms/librfid/devel - New directory Message-ID: <200612310746.kBV7kAbk000953@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv935/librfid/devel Log Message: Directory /cvs/extras/rpms/librfid/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 07:46:40 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:40 -0500 Subject: rpms/librfid Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612310746.kBV7kewo000982@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv976 Added Files: Makefile import.log Log Message: Setup of module librfid --- NEW FILE Makefile --- # Top level Makefile for module librfid all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 07:46:46 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:46 -0500 Subject: rpms/librfid/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612310746.kBV7kkGm000997@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv976/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module librfid --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 07:48:20 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:48:20 -0500 Subject: rpms/librfid import.log,1.1,1.2 Message-ID: <200612310748.kBV7mK5H001067@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1037 Modified Files: import.log Log Message: auto-import librfid-0.1.0-2 on branch devel from librfid-0.1.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/librfid/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 07:46:40 -0000 1.1 +++ import.log 31 Dec 2006 07:47:50 -0000 1.2 @@ -0,0 +1 @@ +librfid-0_1_0-2:HEAD:librfid-0.1.0-2.src.rpm:1167551894 From fedora-extras-commits at redhat.com Sun Dec 31 07:48:21 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:48:21 -0500 Subject: rpms/librfid/devel librfid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612310748.kBV7mLEe001071@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1037/devel Modified Files: .cvsignore sources Added Files: librfid.spec Log Message: auto-import librfid-0.1.0-2 on branch devel from librfid-0.1.0-2.src.rpm --- NEW FILE librfid.spec --- Name: librfid Version: 0.1.0 Release: 2%{?dist} Summary: The librfid is a Free Software RFID library Group: System Environment/Libraries License: GPL URL: http://www.openmrtd.org/projects/librfid/ Source0: http://www.openmrtd.org/projects/librfid/files/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel %description librfid is a Free Software RFID library. It implements the PCD (reader) side protocol stack of ISO 14443 A, ISO 14443 B, ISO 15693, Mifare Ultralight and Mifare Classic. Support for iCODE and other 13.56MHz based transponders is planned. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING README TODO %{_libdir}/*.so.* %{_bindir}/librfid-tool %{_bindir}/mifare-tool %{_bindir}/send_script %files devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %changelog * Sun Dec 31 2006 Kushal Das 0.1.0-2 - docs from devel subpackage removed * Sat Dec 30 2006 Kushal Das 0.1.0-1 - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/librfid/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 07:46:45 -0000 1.1 +++ .cvsignore 31 Dec 2006 07:47:51 -0000 1.2 @@ -0,0 +1 @@ +librfid-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/librfid/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 07:46:45 -0000 1.1 +++ sources 31 Dec 2006 07:47:51 -0000 1.2 @@ -0,0 +1 @@ +695e7f30f570a08407e42ed278ca2fe3 librfid-0.1.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 07:53:33 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:53:33 -0500 Subject: owners owners.list,1.2179,1.2180 Message-ID: <200612310753.kBV7rX5D001143@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1126/owners Modified Files: owners.list Log Message: librfid entry added Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2179 retrieving revision 1.2180 diff -u -r1.2179 -r1.2180 --- owners.list 31 Dec 2006 05:44:27 -0000 1.2179 +++ owners.list 31 Dec 2006 07:53:03 -0000 1.2180 @@ -1027,6 +1027,7 @@ Fedora Extras|libqalculate|Multi-purpose calculator library|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libreadline-java|A Java wrapper around EditLine|ifoox at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libresample|A real-time library for audio sampling rate conversion|jeff at ocjtech.us|extras-qa at fedoraproject.org| +Fedora Extras|librfid|Free Software RFID library|kushaldas at gmail.com|extras-qa at fedoraproject.org Fedora Extras|librsync|Rsync libraries|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|librx|POSIX regexp functions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com From fedora-extras-commits at redhat.com Sun Dec 31 08:04:33 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sun, 31 Dec 2006 03:04:33 -0500 Subject: rpms/ScientificPython/devel ScientificPython-netcdf-64bit-location.patch, NONE, 1.1 ScientificPython.spec, 1.1, 1.2 Message-ID: <200612310804.kBV84XUJ004465@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4429/devel Modified Files: ScientificPython.spec Added Files: ScientificPython-netcdf-64bit-location.patch Log Message: auto-import ScientificPython-2.6-6.fc7 on branch devel from ScientificPython-2.6-6.fc7.src.rpm ScientificPython-netcdf-64bit-location.patch: --- NEW FILE ScientificPython-netcdf-64bit-location.patch --- --- ScientificPython-2.6-BAD/setup.py 2006-10-06 05:38:29.000000000 -0800 +++ ScientificPython-2.6/setup.py 2006-12-25 23:17:34.000000000 -0900 @@ -12,7 +12,7 @@ # If your netCDF installation is in a non-standard place, set the following # variable to the base directory, or set the environment variable # NETCDF_PREFIX before running setup.py -netcdf_prefix = None +netcdf_prefix = 'netcdf-3' class Dummy: pass @@ -43,8 +43,8 @@ ext_modules = [] else: print "Using netCDF installation in ", netcdf_prefix - netcdf_include = os.path.join(netcdf_prefix, 'include') - netcdf_lib = os.path.join(netcdf_prefix, 'lib') + netcdf_include = os.path.join('/usr/include/',netcdf_prefix) + netcdf_lib = os.path.join('/usr/lib64/',netcdf_prefix) ext_modules = [Extension('Scientific_netcdf', ['Src/Scientific_netcdf.c'], include_dirs=['Include', netcdf_include] Index: ScientificPython.spec =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/devel/ScientificPython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ScientificPython.spec 31 Dec 2006 03:15:45 -0000 1.1 +++ ScientificPython.spec 31 Dec 2006 08:04:03 -0000 1.2 @@ -3,7 +3,7 @@ Name: ScientificPython Version: 2.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A collection of Python modules that are useful for scientific computing Group: Development/Languages @@ -11,6 +11,7 @@ URL: http://dirac.cnrs-orleans.fr/ScientificPython/ Source0: http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-2.6.tar.gz Patch0: ScientificPython-netcdf-location.patch +Patch1: ScientificPython-netcdf-64bit-location.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -68,7 +69,11 @@ %prep %setup -q +%ifarch x86_64 +%patch1 -p1 +%else %patch0 -p1 +%endif %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -147,6 +152,9 @@ %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf %changelog +* Sat Dec 30 2006 Jef Spaleta 2.6-6 +- Correct for netcdf location patch to work with /usr/lib/lib64 + * Thu Dec 28 2006 Jef Spaleta 2.6-5 - remove mpi and bsp subpackages. On more thought, - it makes more sense to have the parallel computing items From fedora-extras-commits at redhat.com Sun Dec 31 08:04:33 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sun, 31 Dec 2006 03:04:33 -0500 Subject: rpms/ScientificPython import.log,1.2,1.3 Message-ID: <200612310804.kBV84XPq004462@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4429 Modified Files: import.log Log Message: auto-import ScientificPython-2.6-6.fc7 on branch devel from ScientificPython-2.6-6.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 31 Dec 2006 03:15:45 -0000 1.2 +++ import.log 31 Dec 2006 08:04:03 -0000 1.3 @@ -1 +1,2 @@ ScientificPython-2_6-5:HEAD:ScientificPython-2.6-5.src.rpm:1167535576 +ScientificPython-2_6-6_fc7:HEAD:ScientificPython-2.6-6.fc7.src.rpm:1167552877 From fedora-extras-commits at redhat.com Sun Dec 31 09:10:25 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:25 -0500 Subject: fedora-updates-system/updatessystem/tests test_metadata.py, NONE, 1.1 test_controllers.py, 1.2, 1.3 test_model.py, 1.4, 1.5 Message-ID: <200612310910.kBV9AP49008343@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/tests In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/tests Modified Files: test_controllers.py test_model.py Added Files: test_metadata.py Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file ***** Error reading new file: [Errno 2] No such file or directory: 'test_metadata.py' Index: test_controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_controllers.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test_controllers.py 3 Dec 2006 19:51:57 -0000 1.2 +++ test_controllers.py 31 Dec 2006 09:10:25 -0000 1.3 @@ -1,11 +1,34 @@ # $Id$ -#import cherrypy -# +""" +import cherrypy + #from turbogears import testutil -#from updatessystem.controllers import Root +from turbogears import config, testutil, database +from updatessystem.controllers import Root +from updatessystem.model import Package, Arch, Release, PackageUpdate + +database.set_db_uri("sqlite:///:memory:") + +turbogears.update_config(configfile='dev.cfg', + modulename='updatessystem.config') + +cherrypy.root = Root() + +class TestPush(testutil.DBTest): + + def test_push(): + pkg = Package(name='foobar') + arch = Arch(name='i386', subarches=['i686', 'athlon']) + rel = Release(name='fc7', long_name='Fedora Core 7') + rel.addArch(arch) + up = PackageUpdate(nvr='mutt-1.4.2.2-4.fc7', package=pkg, release=rel, + submitter='lmacken at fedoraproject.org', + testing=True, type='security', + notes='Update notes and such') + assert up.nvr == 'mutt-1.4.2.2-4.fc7' -#cherrypy.root = Root() +""" #def test_method(): # "the index method should return a string called now" Index: test_model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_model.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- test_model.py 7 Dec 2006 07:20:07 -0000 1.4 +++ test_model.py 31 Dec 2006 09:10:25 -0000 1.5 @@ -1,6 +1,7 @@ # $Id$ import datetime +import turbogears from turbogears import testutil, database from updatessystem.model import (Release, Package, PackageUpdate, Bugzilla, @@ -8,6 +9,10 @@ database.set_db_uri("sqlite:///:memory:") +turbogears.update_config(configfile='dev.cfg', + modulename='updatessystem.config') + + class TestRelease(testutil.DBTest): def get_model(self): return Release @@ -27,33 +32,47 @@ return PackageUpdate def test_creation(self): pkg = Package(name='foobar') - arch = Arch(name='i386', subarchs=['i686', 'athlon']) + arch = Arch(name='i386', subarches=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', codename='Bordeaux') rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', testing=True, type='security', - embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') bug = Bugzilla(bz_id=1234) cve = CVE(cve_id="CVE-2006-1234") up.addBugzilla(bug) up.addCVE(cve) + def test_filelist(self): + """ Test out the build_filelist method using a test gaim build. This + package is multilib, so we will assert those packages as well + """ + import sys + pkg = Package(name='gaim') + arch = Arch(name='i386', subarches=['i686', 'athlon']) + rel = Release(name='fc6', long_name='Fedora Core 6', + codename='Zod') + rel.addArch(arch) + up = PackageUpdate(nvr='gaim-2.0.0-0.9.beta3.fc6', package=pkg, + release=rel, submitter='lmacken at fedoraproject.org', + testing=True, type='security', + notes='Update notes and such') + + class TestComment(testutil.DBTest): def get_model(self): return Comment def test_creation(self): pkg = Package(name='foobar') - arch = Arch(name='i386', subarchs=['i686', 'athlon']) + arch = Arch(name='i386', subarches=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', codename='Bordeaux') rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', testing=True, type='bugfix', - embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') comment = Comment(update=up, user='lmacken at fedoraproject.org', text='Test comment') From fedora-extras-commits at redhat.com Sun Dec 31 09:10:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:44 -0500 Subject: fedora-updates-system fedora-updates-system.spec, NONE, 1.1 README, 1.4, 1.5 dev.cfg, 1.1, 1.2 Message-ID: <200612310910.kBV9AiSM008352@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229 Modified Files: README dev.cfg Added Files: fedora-updates-system.spec Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file --- NEW FILE fedora-updates-system.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: fedora-updates-system Version: 1.0 Release: 1%{?dist} Summary: TODO Group: Applications/Internet License: GPL URL: http://fedoraproject.org/wiki/Infrastructure/UpdatesSystem Source0: Fedora-Updates-System-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: TurboGears createrepo python-TurboMail %description TODO. %prep %setup -q -n Fedora-Updates-System-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %{_bindir}/start-updatessystem.py* %{python_sitelib}/updatessystem %{python_sitelib}/Fedora_Updates_System-%{version}-py%{pyver}.egg-info %changelog * Fri Dec 29 2006 Luke Macken - 1.0-1 - Initial creation Index: README =================================================================== RCS file: /cvs/fedora/fedora-updates-system/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- README 3 Dec 2006 19:51:51 -0000 1.4 +++ README 31 Dec 2006 09:10:13 -0000 1.5 @@ -3,17 +3,31 @@ http://fedoraproject.org/wiki/Infrastructure/UpdatesSystem + Starting the development environment ==================================== - 1. Create the database tables - tg-admin sql create +(Note: all of the global settings for this project are in ./updatessystem/config/app.cfg. +All of the defaults should work fine for the development environment.) + + 1. Install the necessary software + + # yum install TurboGears python-TurboMail createrepo + + 3. Create the database tables - 2. Initialize the database - ./updatessystem/model.py + $ tg-admin sql create + + 4. Initialize the database with our distribution settings such as Releases, Arches, Multilib, etc. + + $ ./updatessystem/model.py Running the updates system test suite ===================================== All tests are stored in the 'tests' module in this project, and can be run by executing the command `nosetests` in top level of the project. + + For more information on Nose unit tests, please see: + + http://somethingaboutorange.com/mrl/projects/nose/ Index: dev.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/dev.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dev.cfg 12 Nov 2006 20:07:50 -0000 1.1 +++ dev.cfg 31 Dec 2006 09:10:13 -0000 1.2 @@ -13,7 +13,7 @@ # If you have sqlite, here's a simple default to get you started # in development -sqlobject.dburi="sqlite://%(current_dir_uri)s/devdata.sqlite" +sqlobject.dburi="notrans_sqlite://%(current_dir_uri)s/devdata.sqlite" # if you are using a database or table type without transactions From fedora-extras-commits at redhat.com Sun Dec 31 09:10:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:44 -0500 Subject: fedora-updates-system/Fedora_Updates_System.egg-info SOURCES.txt, 1.1, 1.2 Message-ID: <200612310910.kBV9Aiv0008355@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/Fedora_Updates_System.egg-info In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/Fedora_Updates_System.egg-info Modified Files: SOURCES.txt Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file Index: SOURCES.txt =================================================================== RCS file: /cvs/fedora/fedora-updates-system/Fedora_Updates_System.egg-info/SOURCES.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SOURCES.txt 12 Nov 2006 20:07:55 -0000 1.1 +++ SOURCES.txt 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,4 +1,8 @@ -README.txt +AUTHORS +LICENSE +README +dev.cfg +sample-prod.cfg setup.py start-updatessystem.py Fedora_Updates_System.egg-info/PKG-INFO @@ -9,13 +13,62 @@ Fedora_Updates_System.egg-info/requires.txt Fedora_Updates_System.egg-info/sqlobject.txt Fedora_Updates_System.egg-info/top_level.txt +updatessystem/Comet.py updatessystem/__init__.py +updatessystem/admin.py +updatessystem/buildsys.py +updatessystem/closure.py updatessystem/controllers.py updatessystem/json.py +updatessystem/mail.py +updatessystem/metadata.py updatessystem/model.py +updatessystem/modifyrepo.py +updatessystem/new.py +updatessystem/push.py updatessystem/release.py +updatessystem/rpc.py +updatessystem/tester.py +updatessystem/util.py +updatessystem/widgets.py updatessystem/config/__init__.py +updatessystem/config/app.cfg +updatessystem/config/log.cfg +updatessystem/deprecated/__init__.py +updatessystem/deprecated/biarch.py +updatessystem/jobs/__init__.py +updatessystem/static/css/layout.css +updatessystem/static/css/style.css +updatessystem/static/images/bugfix.png +updatessystem/static/images/corner-bl.png +updatessystem/static/images/corner-br.png +updatessystem/static/images/corner-tl.png +updatessystem/static/images/corner-tr.png +updatessystem/static/images/cross.png +updatessystem/static/images/enhancement.png +updatessystem/static/images/flag_green.png +updatessystem/static/images/flag_red.png +updatessystem/static/images/header-faq.png +updatessystem/static/images/header-fedora_logo.png +updatessystem/static/images/header-projects.png +updatessystem/static/images/mail-lg.png +updatessystem/static/images/nPush.png +updatessystem/static/images/null.png +updatessystem/static/images/plus.png +updatessystem/static/images/push.png +updatessystem/static/images/security.png +updatessystem/static/images/tick.png +updatessystem/static/images/wait.gif updatessystem/templates/__init__.py +updatessystem/templates/form.kid +updatessystem/templates/list.kid +updatessystem/templates/login.kid +updatessystem/templates/master.kid +updatessystem/templates/push.kid +updatessystem/templates/pushconsole.kid +updatessystem/templates/show.kid +updatessystem/templates/welcome.kid updatessystem/tests/__init__.py updatessystem/tests/test_controllers.py +updatessystem/tests/test_metadata.py updatessystem/tests/test_model.py From fedora-extras-commits at redhat.com Sun Dec 31 09:10:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:49 -0500 Subject: fedora-updates-system/updatessystem/config app.cfg, 1.3, 1.4 log.cfg, 1.1, 1.2 Message-ID: <200612310910.kBV9AnlZ008371@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/config Modified Files: app.cfg log.cfg Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file Index: app.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- app.cfg 7 Dec 2006 07:19:41 -0000 1.3 +++ app.cfg 31 Dec 2006 09:10:14 -0000 1.4 @@ -1,32 +1,55 @@ +# $Id$ +# The settings in this file should not vary depending on the deployment +# environment. dev.cfg and prod.cfg are the locations for +# the different deployment settings. Settings in this file will +# be overridden by settings in those other files. + +## +## Note: Release and Architecture settings can be found in model.py +## + [global] +## TurboMail settings +mail.on = True +mail.server = 'smtp.fedora.redhat.com' +mail.debug = True +mail.encoding = 'utf-8' + ## Mail settings -from_addr = 'updates at fedora.redhat.com' -release_team_addr = 'updates at fedora.redhat.com' -mail_server = 'mail.corp.redhat.com' +from_address = 'admin at fedoraproject.org' +release_team_address = 'lmacken at fedoraproject.org' +mailing_list = '' -# Built packages +## Built packages build_dir = '%(top_level_dir)s/../test-build' -# Where do we stage to? +## Where do we stage to? stage_dir = '%(top_level_dir)s/../updates-stage' -# Where do we push to? +## Where do we push to? push_server = "bugzilla at wallace.redhat.com" -# createrepo cache dir -createrepo_cache_dir = "/var/cache/createrepo/" +## createrepo cache dir +createrepo_cache_dir = "%(top_level_dir)s/../.createrepo_cache" -# How do we push? +## Push settings push_dir = "/var/ftp/download.fedora.redhat.com/pub/fedora/linux/core/updates/" #push_cmd = "rsync -vHrltDe ssh --delete --delete-after %s %s:%s" % (stage_dir, push_server, push_dir) +testrepo_dir = "%(top_level_dir)s/../testrepo" + +## XML-RPC Server Settings +rpc_port = 8001 + +## Bugzilla settings +bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' +#bz_default_closemsg = "%(package)s has just been released for %(release)s. If problems still persist, please make note of it in this bug report." + + +## CherryPy Sessions +session_filter.on = True -top_level_dir = "%(top_level_dir)s" -# The settings in this file should not vary depending on the deployment -# environment. dev.cfg and prod.cfg are the locations for -# the different deployment settings. Settings in this file will -# be overridden by settings in those other files. # The commented out values below are the defaults @@ -52,7 +75,7 @@ # List of Widgets to include on every page. # for exemple ['turbogears.mochikit'] -# tg.include_widgets = [] +#tg.include_widgets = ['turbogears.mochikit'] # Set to True if the scheduler should be started # tg.scheduler = False Index: log.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/log.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- log.cfg 12 Nov 2006 20:08:03 -0000 1.1 +++ log.cfg 31 Dec 2006 09:10:14 -0000 1.2 @@ -8,7 +8,8 @@ format='*(message)s' [[[full_content]]] -format='*(asctime)s *(name)s *(levelname)s *(message)s' +format='[*(name)s] *(levelname)s *(message)s' +#format='*(asctime)s *(name)s *(levelname)s *(message)s' [[handlers]] [[[debug_out]]] From fedora-extras-commits at redhat.com Sun Dec 31 09:10:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:44 -0500 Subject: fedora-updates-system/updatessystem Comet.py, NONE, 1.1 metadata.py, NONE, 1.1 buildsys.py, 1.3, 1.4 controllers.py, 1.7, 1.8 json.py, 1.2, 1.3 mail.py, 1.1, 1.2 model.py, 1.5, 1.6 new.py, 1.5, 1.6 push.py, 1.2, 1.3 release.py, 1.2, 1.3 rpc.py, 1.1, 1.2 util.py, 1.1, 1.2 Message-ID: <200612310910.kBV9AiwI008367@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem Modified Files: buildsys.py controllers.py json.py mail.py model.py new.py push.py release.py rpc.py util.py Added Files: Comet.py metadata.py Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file ***** Error reading new file: [Errno 2] No such file or directory: 'Comet.py' ***** Error reading new file: [Errno 2] No such file or directory: 'metadata.py' Index: buildsys.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/buildsys.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- buildsys.py 7 Dec 2006 07:29:47 -0000 1.3 +++ buildsys.py 31 Dec 2006 09:10:14 -0000 1.4 @@ -1,4 +1,16 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os import util @@ -32,13 +44,19 @@ """ def get_source_path(self, update): - return os.path.join(config.get('build_dir'), *util.get_nvr(update.nvr)) + """ + Return the path to the built package. For the LocalTest repository + we'll return the following: + build_dir/package/version/release + """ + build_dir = config.get('build_dir') + assert build_dir + return os.path.join(build_dir, *util.get_nvr(update.nvr)) def get_srpm_path(self, update): srpm = os.path.join(self.get_source_path(update), "src", "%s.src.rpm" % update.nvr) if not os.path.isfile(srpm): - print "Cannot find", srpm raise SRPMNotFound return srpm Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- controllers.py 7 Dec 2006 07:29:47 -0000 1.7 +++ controllers.py 31 Dec 2006 09:10:14 -0000 1.8 @@ -1,4 +1,16 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import mail import util @@ -7,12 +19,12 @@ from new import NewUpdateController, update_form from push import PushController +from admin import AdminController from model import Package, PackageUpdate, Release, Bugzilla, CVE from sqlite import IntegrityError from buildsys import SRPMNotFound from sqlobject import SQLObjectNotFound -from elementtree import ElementTree as ET -from updatessystem import json +#from updatessystem import json from turbogears import (controllers, expose, validate, redirect, identity, paginate, flash, error_handler) @@ -31,8 +43,9 @@ @expose(template="updatessystem.templates.login") def login(self, forward_url=None, previous_url=None, *args, **kw): """ - TODO: fedora account system integration + TODO: fedora account system integration """ + if not identity.current.anonymous \ and identity.was_login_attempted() \ and not identity.get_identity_errors(): @@ -83,13 +96,19 @@ flash("Update %s not found" % update) raise redirect("/list") if up.pushed: - # TODO: Removing pushed updates should essentially unpush? - # - remove from update stage - # - regenerate metadata (remove extended metadata) - # - remove from database - # - sync to mirrors - flash("Cannot delete %s; it has already been pushed" % update) + # Removing pushed updates should essentially unpush + # - remove from update stage (DONE) + # - regenerate metadata (DONE) + # - remove extended metadata TODO + # - remove from database (DONE) + # - sync to mirrors TODO + push.unpush_update(up) + push.generate_metadata(up) + up.destroySelf() + mail.send_admin('deleted', up) + flash("Deleted and unpushed %s" % update) else: + mail.send_admin('deleted', up) up.destroySelf() flash("%s deleted" % update) raise redirect("/list") @@ -109,8 +128,8 @@ 'type' : up.type, 'embargo' : up.embargo, 'notes' : up.notes, - 'bugs' : string.join([str(bug.bz_id) for bug in up.bugs]), - 'cves' : string.join([cve.cve_id for cve in up.cves]), + 'bugs' : up.get_bugstring(), + 'cves' : up.get_cvestring(), 'edited' : up.nvr } return dict(form=update_form, values=values, action='/save') @@ -132,7 +151,6 @@ package = Package.byName(name) p = PackageUpdate(package=package, release=release, submitter='FIXME', **kw) - p.build_filelist() # TODO: we should eventually put all of this stuff into a # FancyValidator for the Package field @@ -142,7 +160,8 @@ except SQLObjectNotFound: flash("Package %s not found" % name) raise redirect('/new') - except IntegrityError: + except IntegrityError, e: + log.debug(e) flash("Update for %s already exists" % kw['nvr']) raise redirect('/new') except SRPMNotFound: @@ -164,6 +183,9 @@ bz = Bugzilla.byBz_id(int(bug)) except SQLObjectNotFound: bz = Bugzilla(bz_id=int(bug)) + except ValueError: + flash("Invalid bug number") + raise redirect('/') p.addBugzilla(bz) for cve_id in cves.replace(',', ' ').split(): cve = None @@ -173,5 +195,11 @@ cve = CVE(cve_id=cve_id) p.addCVE(cve) - flash("Update successfully %s" % (edited and 'edited' or 'added')) + if edited: + flash("Update successfully edited") + mail.send_admin('edited', p) + else: + flash("Update successfully added") + mail.send_admin('new', p) + raise redirect('/show/%s' % p.nvr) Index: json.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/json.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- json.py 7 Dec 2006 07:19:41 -0000 1.2 +++ json.py 31 Dec 2006 09:10:14 -0000 1.3 @@ -8,6 +8,19 @@ # return [obj.val1, obj.val2] # The goal is to break your objects down into simple values: # lists, dicts, numbers and strings +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. from turbojson.jsonify import jsonify from turbojson.jsonify import jsonify_sqlobject Index: mail.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/mail.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mail.py 3 Dec 2006 19:51:51 -0000 1.1 +++ mail.py 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,44 +1,103 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -""" - Module to handle sending email. - - TODO: Maybe use TurboMail instead? We need to get it into extras first - http://cheeseshop.python.org/pypi/TurboMail -""" - -import smtplib +import re +import turbomail from turbogears import config -release_team = config.get('release_team_addr') +release_team = config.get('release_team_address') +from_addr = config.get('from_address') -new_update_mail = """\ -From: %(from)s -To: %(to)s -Subject: [Fedora Update] %(sec)s[push] %(package)s - -%(from)s has requested the pushing of %(package)s as a -%(testing)s update for %(release)s. - -Execute the following command to sign this package: - -%(signcmd)s - -To push this update, please go to the following URL: -http://porkchop.devel.redhat.com/fedora-updates/push.py -""" - -def send_mail(to, msg): - conn = smtplib.SMTP(config.get('mail_server', 'localhost')) - conn.sendmail(config.get('from_addr'), [to], msg) - conn.quit() - -def new_update(update): - send_mail(release_team, new_update_mail % { - 'from' : update.submitter, - 'to' : release_team, - 'sec' : (update.security) and '[SECURITY]' or '', - 'package' : update.nvr, - 'testing' : (update.testing) and 'Testing' or 'Final', - 'signcmd' : 'TODO' - }) +# this should probably go into model.PackageUpdate.__str__ +def update_str(update): + return """\ + Package: %(package)s + Type: %(type)s + Bugs: %(bugs)s + CVES: %(cves)s + Notes: %(notes)s + """ % ({ + 'package' : update.nvr, + 'type' : update.type, + 'notes' : update.notes, + 'email' : update.submitter, + 'bugs' : update.get_bugstring(), + 'cves' : update.get_cvestring() + }) + +messages = { + 'new' : { + 'subject' : '[Fedora Update] [new] %(package)s', + 'body' : """\ +%(email)s has submitted a new update for %(release)s + +%(updatestr)s +""", + 'fields' : lambda x: { + 'email' : x.submitter, + 'release' : x.release.long_name, + 'updatestr' : update_str(x) + } + }, + + 'deleted' : { + 'subject' : '[Fedora Update] [deleted] %(package)s', + 'body' : """\ +%(email)s has deleted the %(package)s update for %(release}s +""", + 'fields' : lambda x: { + 'email' : x.submitter, + 'package' : x.nvr, + 'release' : x.release.long_name + } + }, + + 'edited' : { + 'subject' : '[Fedora Update] [edited] %(package)s', + 'body' : """\ +%(email)s has edited the %(package)s update for %(release)s + +%(updatestr)s +""", + 'fields' : lambda x: { + 'package' : x.nvr, + 'email' : x.submitter, + 'release' : x.release.long_name, + 'updatestr' : update_str(x) + } + }, + + 'pushed' : { + 'subject' : '[Fedora Update] [pushed] %(package)s', + 'body' : """\ +%(package)s has been successfully pushed for %(release)s. +""", + 'fields' : lambda x: { + 'package' : x.nvr, + 'release' : x.release.long_name + } + } +} + +def send(to, msg_type, update): + """ Send an update notification email to a given recipient """ + message = turbomail.Message(from_addr, to, messages[msg_type]['subject'] % + {'package': update.nvr}) + message.plain = messages[msg_type]['body'] % \ + messages[msg_type]['fields'](update) + turbomail.enqueue(message) + +def send_admin(msg_type, update): + """ Send an update notification to the admins/release team. """ + send(release_team, msg_type, update) Index: model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/model.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- model.py 7 Dec 2006 07:19:41 -0000 1.5 +++ model.py 31 Dec 2006 09:10:14 -0000 1.6 @@ -1,12 +1,27 @@ -#!/usr/bin/env python +#!/usr/bin/python -tt # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +import logging from sqlobject import * from datetime import datetime -from turbogears import identity +from turbogears import identity, config from turbogears.database import PackageHub +log = logging.getLogger(__name__) hub = PackageHub("updatessystem") __connection__ = hub @@ -43,7 +58,7 @@ class PackageUpdate(SQLObject): """ This class defines an update in our system. """ - nvr = UnicodeCol(notNone=True, alternateID=True) + nvr = UnicodeCol(notNone=True, alternateID=True, unique=True) date_submitted = DateTimeCol(default=datetime.now, notNone=True) date_modified = DateTimeCol(default=None) package = ForeignKey('Package') @@ -64,16 +79,37 @@ archived_mail = UnicodeCol(default=None) needs_push = BoolCol(default=False) comments = MultipleJoin('Comment', joinColumn='update_id') + + ## TODO: create File table ? filelist = PickleCol(default={}) # { 'arch' : [file1, file2, ..] } - def build_filelist(self): + def _set_nvr(self, nvr): + """ Called when the a PackageUpdate is created. Here we do some + initialization. + """ + from buildsys import SRPMNotFound + self._SO_set_nvr(nvr) + try: + self._build_filelist() + except SRPMNotFound: + log.error("Unable to build filelist for %s" % nvr) + + def get_bugstring(self): + import string + return string.join([str(bug.bz_id) for bug in self.bugs]) + + def get_cvestring(self): + import string + return string.join([cve.cve_id for cve in self.cves]) + + def _build_filelist(self): """ Build and store the filelist for this update. """ import os, util from os.path import isdir, join, basename from buildsys import buildsys - print "Building filelist" + log.debug("Building filelist for %s" % self.nvr) filelist = {} - filelist['src'] = buildsys.get_srpm_path(self) + filelist['SRPMS'] = [buildsys.get_srpm_path(self)] sourcepath = buildsys.get_source_path(self) for arch in self.release.arches: filelist[arch.name] = [] @@ -94,13 +130,12 @@ if arch in multilib.arches and \ self.release in multilib.releases: filelist[arch.name].append(join(path, file)) - print file + log.debug(" * %s" % file) except SQLObjectNotFound: continue except IndexError: - print "Unknown file:", file + log.debug("Unknown file: %s" % file) continue - print "\n", filelist self.filelist = filelist class Comment(SQLObject): @@ -116,14 +151,34 @@ class Bugzilla(SQLObject): """ Table of Bugzillas that we know about. """ - bz_id = IntCol(alternateID=True) - title = UnicodeCol(default=None) - updates = RelatedJoin("PackageUpdate") - - # TODO: automatically fetch bugzilla title upon creation + bz_id = IntCol(alternateID=True) + title = UnicodeCol(default=None) + updates = RelatedJoin("PackageUpdate") + severity = UnicodeCol(default=None) + + _bz_server = config.get("bz_server") + _default_closemsg = config.get("bz_default_closemsg") + #_bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' + #_default_closemsg = "%(package)s has been released for %(release)s. If problems still persist, please make note of it in this bug report." + + def _set_bz_id(self, bz_id): + self._SO_set_bz_id(bz_id) + #self._fetch_details() - _bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' - _default_closemsg = "%(package)s has been released for %(release)s. If problems still persist, please make note of it in this bug report." + def _fetch_details(self): + import xmlrpclib + try: + log.debug("Fetching bugzilla title for bug #%d" % self.bz_id) + log.debug("Using bugzilla server %s" % self._bz_server) + server = xmlrpclib.Server(self._bz_server) + #me = User.by_user_name('updatesys') + #bug = server.bugzilla.getBugSimple(self.bz_id, me.email_address, + # me.password) + self.severity = bug['bug_severity'] + self.title = bug['short_desc'] + except Exception, e: + log.error("Unable to fetch Bugzilla title") + log.debug("Exception: %s" % e) def _check_security(self): """ Check if the bugzilla is a security bug: @@ -245,12 +300,14 @@ Release.dropTable(ifExists=True) Package.dropTable(ifExists=True) Arch.dropTable(ifExists=True) + Group.dropTable(ifExists=True) Multilib.dropTable(ifExists=True) hub.commit() Release.createTable(ifNotExists=True) Package.createTable(ifNotExists=True) Arch.createTable(ifNotExists=True) Multilib.createTable(ifNotExists=True) + Group.createTable(ifNotExists=True) arches = { # arch subarches @@ -266,7 +323,7 @@ 'ppc' : ['ppc64', 'ppc64iseries'] } - print "\nInitializing Arch tables" + print "Initializing Arch tables..." for arch in arches.keys(): a = Arch(name=arch, subarches=arches[arch], compatarches=biarches[arch]) print a @@ -288,10 +345,10 @@ ## Import old biarch package lists from deprecated.biarch import biarch - num_multilib = 0 - print "\nInitializing Release table..." + print "\nInitializing Release table and multilib packages..." for release in releases: + num_multilib = 0 rel = Release(name=release['name'], long_name=release['long_name'], codename=release['codename']) map(rel.addArch, release['arches']) @@ -310,7 +367,50 @@ ## TODO: Add packages from pkgdb ? print "\nAdding packages..." - pkg = Package(name='foobar') + pkg = Package(name='gaim') print pkg + ## + ## Initialize the updates-stage + ## + import os + import sys + from os.path import join, isdir + from turbogears import config + sys.path.append('/usr/share/createrepo') + import genpkgmetadata + + stage_dir = config.get('stage_dir') + print "\nInitializing the staging directory" + + def mkmetadatadir(dir): + print dir + os.mkdir(dir) + genpkgmetadata.main(['-q', str(dir)]) + + if isdir(stage_dir): + import shutil + olddir = stage_dir + '.old' + if isdir(olddir): + shutil.rmtree(olddir) + print "Moving existing stage_dir to stage_dir.old" + shutil.move(stage_dir, olddir) + + os.mkdir(stage_dir) + os.mkdir(join(stage_dir, 'testing')) + for release in Release.select(): + for status in ('', 'testing'): + dir = join(stage_dir, status, release.name[-1]) + os.mkdir(dir) + mkmetadatadir(join(dir, 'SRPMS')) + for arch in release.arches: + mkmetadatadir(join(dir, arch.name)) + mkmetadatadir(join(dir, arch.name, 'debug')) + + ## + ## Create the admin group + ## + #admin = Group(display_name='Administrators', group_name='admin') + #print "\nCreating admin group\n", admin + hub.commit() Index: new.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/new.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- new.py 7 Dec 2006 07:19:41 -0000 1.5 +++ new.py 31 Dec 2006 09:10:14 -0000 1.6 @@ -1,4 +1,16 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import util import logging @@ -10,10 +22,11 @@ error_handler, redirect) from turbogears.widgets import (WidgetsList, TextField, SingleSelectField, - CheckBox, TextArea, CalendarDatePicker, + CheckBox, TextArea, CalendarDateTimePicker, TableForm, HiddenField) log = logging.getLogger(__name__) + update_types = ('security', 'bugfix', 'enhancement') def get_releases(): @@ -25,8 +38,9 @@ validator=validators.OneOf(get_releases())) testing = CheckBox(validator=validators.Bool) type = SingleSelectField(options=update_types, - validator=validators.OneOf(update_types)) - embargo = CalendarDatePicker(validator=validators.DateConverter) + validator=validators.OneOf(update_types), + attrs={'onChange': 'newType()'}) + embargo = CalendarDateTimePicker(validator=validators.DateTimeConverter) bugs = TextField(validator=validators.String) cves = TextField(validator=validators.String) notes = TextArea(validator=validators.String) Index: push.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/push.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- push.py 7 Dec 2006 07:19:41 -0000 1.2 +++ push.py 31 Dec 2006 09:10:14 -0000 1.3 @@ -1,44 +1,174 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os +import mail import logging +import cherrypy +from Comet import comet from model import PackageUpdate from buildsys import buildsys from turbogears import controllers, expose, flash, redirect, config +from os.path import isfile, isdir, basename, join + +import sys +sys.path.append('/usr/share/createrepo') +import genpkgmetadata + log = logging.getLogger(__name__) +class RepositoryLocked(Exception): + pass + class PushController(controllers.Controller): + def __init__(self): + self.createrepo_cache = config.get('createrepo_cache_dir') + self.stage_dir = config.get('stage_dir') + self.lockfile = join(self.stage_dir, '.lock') + if isfile(self.lockfile): + log.debug("Removing stale lockfile") + self._unlock_repo() + + def _lock_repo(self): + if isfile(self.lockfile): + raise RepositoryLocked + lock = file(self.lockfile, 'w') + lock.close() + + def _unlock_repo(self): + if isfile(self.lockfile): + os.unlink(self.lockfile) + @expose(template='updatessystem.templates.push') def index(self): updates = PackageUpdate.select(PackageUpdate.q.needs_push == True) return dict(updates=updates) - @expose() - def submit(self, updates, **kw): + @expose(template='updatessystem.templates.pushconsole') + def console(self, updates, **kw): if not updates: flash("No updates selected for pushing") - redirect("/push") + raise redirect("/push") if not isinstance(updates, list): updates = [updates] - for nvr in updates: - log.debug("Pushing %s" % nvr) - update = PackageUpdate.byNvr(nvr) - self.push_update(update) + #cherrypy.response.headers['Content-Type'] = 'text/plain' + log.debug("Setting updates in session: %s" % updates) + cherrypy.session['topush'] = updates + return dict() + + @expose() + def push_updates(self): + """ + This method is called by the pushconsole template. + It returns a generator that spits out the push results. We're using + comet here, so the results will be pushed out to the client + asynchronously. + """ + @comet(content_type='text/plain') + def _do_push(): + yield "Starting push\n" + try: + self._lock_repo() + yield "Acquired lock for repository" + except RepositoryLocked: + err = "Unable to acquire lock for repository" + log.debug(err) + yield err + return + + line = '=' * 120 + for package in cherrypy.session['topush']: + update = PackageUpdate.byNvr(package) + yield "%s\nPushing %s\n%s" % (line, update.nvr, line) + try: + for output in self.push_update(update): + log.debug(output) + yield output + for output in self.generate_metadata(update): + yield output + yield "Sending notification to %s\n" % update.submitter + except Exception, e: + log.error("Exception during push: %s" % e) + yield "ERROR: Exception thrown during push: %s" % e + # TODO: enable me when we have identities working + #mail.send(update.submitter, 'pushed', update) + update.needs_push = False + update.pushed = True + self._unlock_repo() + yield "Pushing Complete!\n" + line + + return _do_push() - flash("Pushing Complete!") - redirect("/list") def get_dest_path(self, update, arch): """ Return the destination path for a given update """ - return os.path.join(config.get('stage_dir'), - update.testing and 'testing' or '', - update.release.name[-1], arch) + return join(self.stage_dir, update.testing and 'testing' or '', + update.release.name[-1], arch) def push_update(self, update): - # go through update.filelist, and push to buildsys.get_dest_path. - # TODO: should we put this logic inside of the PackageUpdate model, - # so each update knows how to push itself ? - pass + """ Go through update.filelist, and push to buildsys.get_dest_path. """ + log.debug("Pushing update %s" % update.nvr) + try: + for arch in update.filelist.keys(): + dest = self.get_dest_path(update, arch) + for file in update.filelist[arch]: + filename = basename(file) + if filename.find('debuginfo') != -1: + destfile = join(dest, 'debug', filename) + else: + destfile = join(dest, filename) + if isfile(destfile): + yield "Removing already pushed file: %s" % filename + os.unlink(destfile) + yield "Pushing %s" % (filename) + os.link(file, destfile) + except Exception, e: + yield "Caught the following exception during push: %s" % e + for msg in self.unpush_update(update): + yield msg + + def unpush_update(self, update): + """ + Remove all files for a given update that may or may not exist in the + updates stage. + """ + yield "Unpushing %s" % update.nvr + for arch in update.filelist.keys(): + deset = self.get_dest_path(update, arch) + for file in update.filelist[arch]: + destfile = join(dest, basename(file)) + if isfile(destfile): + yield "Deleting %s" % destfile + os.unlink(destfile) + + def generate_metadata(self, update): + """ Generate the repomd for all repos that this update effects """ + for arch in update.filelist.keys(): + repo = self.get_dest_path(update, arch) + cache_dir = join(self.createrepo_cache, 'fc%s-%s-%s' % + (update.release.name[-1], arch, update.testing and + 'testing' or 'final')) + yield "Generating metadata for %s" % repo + genpkgmetadata.main(['--cachedir', str(cache_dir), '-p', '-q', + str(repo)]) + debugrepo = join(repo, 'debug') + if isdir(debugrepo): + genpkgmetadata.main(['--cachedir', str(cache_dir), '-p', '-q', + str(debugrepo)]) + +## Allow us to return a generator for streamed responses +cherrypy.config.update({'/push/push_updates':{'stream_response':True}}) Index: release.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/release.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- release.py 3 Dec 2006 19:51:51 -0000 1.2 +++ release.py 31 Dec 2006 09:10:14 -0000 1.3 @@ -1,5 +1,18 @@ # $Id$ # Release information about Fedora Updates System +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. version = "1.0" @@ -7,10 +20,6 @@ # long_description = "More description about your plan" authors = "Luke Macken" email = "lmacken at fedoraproject.org" - -# copyright = "Vintage 2006 - a good year indeed" - -# if it's open source, you might want to specify these -# url = "http://yourcool.site/" -# download_url = "http://yourcool.site/download" -# license = "MIT" +copyright = "Red Hat, Inc. 2006" +url = "http://fedoraproject.org/wiki/Infrastructure/UpdatesSystem" +license = "GPL" Index: rpc.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/rpc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpc.py 3 Dec 2006 19:51:51 -0000 1.1 +++ rpc.py 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,32 +1,68 @@ -#!/usr/bin/env python +#!/usr/bin/python -tt # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +import logging import turbogears import SocketServer import SimpleXMLRPCServer from model import PackageUpdate, Package +from threading import Thread +from turbogears import config from turbogears.database import PackageHub hub = PackageHub("updatessystem") __connection__ = hub +log = logging.getLogger(__name__) + +global rpc_instance +rpc_instance = None + class SimpleThreadedXMLRPCServer(SocketServer.ThreadingMixIn, SimpleXMLRPCServer.SimpleXMLRPCServer): pass -class UpdatesRPC: +class UpdatesRPC(Thread): - def __init__(self): + def __init__(self, root): + Thread.__init__(self) + print "UpdatesRPC.__init__" turbogears.update_config(configfile='dev.cfg', modulename='updatessystem.config') + self.root = root + self.rpc_port = config.get('rpc_port') + + @staticmethod + def get_instance(root): + """ Static method to return the singleton for our XML-RPC server """ + print "get_instance" + global rpc_instance + if not rpc_instance: + rpc_instance = UpdatesRPC(root) + rpc_instance.start() + return rpc_instance + + def run(self): + print "Starting XML-RPC server on port %d" % self.rpc_port + #log.debug("Starting XML-RPC server on port %d" % self.rpc_port) + server = SimpleThreadedXMLRPCServer(("localhost", self.rpc_port)) + server.register_instance(UpdatesRPC()) + server.serve_forever() + log.debug("UpdatesRPC thread shutting down") def submit(self, pkg, rel, bugs, cves, notes, security=False, embargo=None, testing=False): return "DONE" - -if __name__ == "__main__": - print "Starting XML-RPC server" - server = SimpleThreadedXMLRPCServer(("localhost", 8001)) - server.register_instance(UpdatesRPC()) - server.serve_forever() Index: util.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/util.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- util.py 22 Nov 2006 07:24:54 -0000 1.1 +++ util.py 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,8 +1,42 @@ # $Id$ +# Random functions that don't fit elsewhere. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -""" - Random functions that don't fit elsewhere. -""" +def rpm_fileheader(pkgpath): + import os + import rpm + is_oldrpm = hasattr(rpm, 'opendb') + fd = os.open(pkgpath,0) + try: + if is_oldrpm: + h = rpm.headerFromPackage(fd)[0] + else: + ts = rpm.TransactionSet() + #ts.setVSFlags(~rpm._RPMVSF_NOSIGNATURES) + h = ts.hdrFromFdno(fd) + del ts + finally: + os.close(fd) + return h + +def sha1sum(file): + import sha + fd = open(file) + hash = sha.new(fd.read()) + fd.close() + return hash.hexdigest() def get_nvr(nvr): """ Return the [ name, version, release ] a given name-ver-rel. """ From fedora-extras-commits at redhat.com Sun Dec 31 09:10:50 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:50 -0500 Subject: fedora-updates-system/updatessystem/static/css layout.css,1.1,1.2 Message-ID: <200612310910.kBV9Aom9008374@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/static/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/static/css Modified Files: layout.css Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file Index: layout.css =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/static/css/layout.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- layout.css 7 Dec 2006 07:19:52 -0000 1.1 +++ layout.css 31 Dec 2006 09:10:19 -0000 1.2 @@ -351,6 +351,12 @@ border: 1px solid #4F4F4F; } +input.button { + font-size:12px; + border: 1px solid #4F4F4F; +} + + /* ** The update list (list.kid) */ @@ -426,13 +432,36 @@ } flash.div { - width: 400px; - margin: 0px auto; - height: 50px; - padding: 35px 10px 10px 55px; - background-repeat: no-repeat; - background-position: left; - font-size: 18px; - background-color: #99CC99; border: 1px solid #006633; + padding-left: 20px; +} + +/* +** Login CSS (login.kid) +*/ + +table.login { + border-collapse: collapse; + border-bottom: 1px solid #bcbcbc; + border-top: 1px solid #bcbcbc; + width: 100%; +} + + +td.login-title { + text-align: right; + vertical-align: top; + background-color: #f1f1f1; + width: 25%; + padding-top: 5px; + padding-right: 5px; + font-weight: bold; + padding: 5px; +} + +td.login-value { + text-align: left; + padding-top: 5px; + padding-left: 5px; + padding: 5px; } From fedora-extras-commits at redhat.com Sun Dec 31 09:10:55 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:55 -0500 Subject: fedora-updates-system/updatessystem/templates pushconsole.kid, NONE, 1.1 form.kid, 1.1, 1.2 list.kid, 1.3, 1.4 push.kid, 1.1, 1.2 show.kid, 1.3, 1.4 Message-ID: <200612310910.kBV9Atwo008380@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/templates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/templates Modified Files: form.kid list.kid push.kid show.kid Added Files: pushconsole.kid Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file --- NEW FILE pushconsole.kid --- Fedora Updates

Push Console

Index: form.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/form.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- form.kid 3 Dec 2006 19:51:57 -0000 1.1 +++ form.kid 31 Dec 2006 09:10:20 -0000 1.2 @@ -6,6 +6,7 @@ +
@@ -16,5 +17,26 @@
+ + Index: list.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/list.kid,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- list.kid 7 Dec 2006 07:20:02 -0000 1.3 +++ list.kid 31 Dec 2006 09:10:20 -0000 1.4 @@ -4,7 +4,7 @@ - Fedora Update System + Fedora Updates Index: push.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/push.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- push.kid 3 Dec 2006 19:51:57 -0000 1.1 +++ push.kid 31 Dec 2006 09:10:20 -0000 1.2 @@ -10,11 +10,11 @@ -
+ Index: show.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/show.kid,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- show.kid 7 Dec 2006 07:20:02 -0000 1.3 +++ show.kid 31 Dec 2006 09:10:20 -0000 1.4 @@ -19,7 +19,7 @@ for bug in update.bugs: bugs += bzlink % (bug.bz_id, bug.bz_id) if bug.title: - bugs += '- %s' % bug.title + bugs += '- %s
' % (bug.title) for cve in update.cves: cves += cvelink % (cve.cve_id, cve.cve_id) @@ -29,7 +29,7 @@ for item in update.filelist.items(): filelist += '%s
' % item[0] for pkg in isinstance(item[1], list) and item[1] or [item[1]]: - filelist += '%s
' % basename(pkg) + filelist += '|-- %s
' % basename(pkg) ?> @@ -43,8 +43,8 @@ ['Release', update.release.long_name], ['Testing', update.testing], ['Type', update.type], - ['Bugs', XML(bugs)], - ['CVEs', XML(cves)], + ['Bugs', (bugs) and XML(bugs) or ''], + ['CVEs', (bugs) and XML(cves) or ''], ['Embargo', update.embargo], ['Pushed', update.pushed], ['Needs Push', update.needs_push], From fedora-extras-commits at redhat.com Sun Dec 31 09:11:34 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 31 Dec 2006 04:11:34 -0500 Subject: comps comps-fe5.xml.in, 1.216, 1.217 comps-fe6.xml.in, 1.252, 1.253 comps-fe7.xml.in, 1.57, 1.58 Message-ID: <200612310911.kBV9BY43008407@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8388 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: add gnome-commander Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- comps-fe5.xml.in 21 Dec 2006 07:53:43 -0000 1.216 +++ comps-fe5.xml.in 31 Dec 2006 09:11:04 -0000 1.217 @@ -444,6 +444,7 @@ gnome-applet-netspeedgnome-applet-rhythmboxgnome-applet-sensors + gnome-commandergnome-theme-clearlooks-bigpackgnome-themes-extrasgnotime Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.252 retrieving revision 1.253 diff -u -r1.252 -r1.253 --- comps-fe6.xml.in 31 Dec 2006 03:42:08 -0000 1.252 +++ comps-fe6.xml.in 31 Dec 2006 09:11:04 -0000 1.253 @@ -497,6 +497,7 @@ gnome-applet-netspeedgnome-applet-sensorsgnome-applet-timer + gnome-commandergnome-theme-clearlooks-bigpackgnome-themes-extrasgnotime Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- comps-fe7.xml.in 31 Dec 2006 03:42:08 -0000 1.57 +++ comps-fe7.xml.in 31 Dec 2006 09:11:04 -0000 1.58 @@ -497,6 +497,7 @@ gnome-applet-netspeedgnome-applet-sensorsgnome-applet-timer + gnome-commandergnome-theme-clearlooks-bigpackgnome-themes-extrasgnotime From fedora-extras-commits at redhat.com Sun Dec 31 10:19:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 31 Dec 2006 05:19:13 -0500 Subject: rpms/erlang/FC-6 erlang.spec,1.17,1.18 Message-ID: <200612311019.kBVAJDfx032757@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32742 Modified Files: erlang.spec Log Message: Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- erlang.spec 30 Dec 2006 23:46:59 -0000 1.17 +++ erlang.spec 31 Dec 2006 10:18:43 -0000 1.18 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.2%{?dist} +Release: 2.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -82,6 +82,10 @@ ln -sf ../%{_lib}/erlang/bin/$file . done +# remove buildroot from installed files +cd $RPM_BUILD_ROOT/%{_libdir}/erlang +sed -i "s|$RPM_BUILD_ROOT||" erts*/bin/{erl,start} releases/RELEASES bin/{erl,start} + %clean rm -rf $RPM_BUILD_ROOT @@ -104,6 +108,9 @@ %changelog +* Sun Dec 31 2006 Gerard Milmeister - R11B-2.3 +- remove buildroot from installed files + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 - added patch for compiling with glibc 2.5 From fedora-extras-commits at redhat.com Sun Dec 31 10:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 31 Dec 2006 05:29:15 -0500 Subject: rpms/hddtemp/FC-6 hddtemp-db.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 hddtemp.spec, 1.18, 1.19 sources, 1.8, 1.9 Message-ID: <200612311029.kBVATFcV000430@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv387/FC-6 Modified Files: .cvsignore hddtemp.spec sources Added Files: hddtemp-db.patch Log Message: * Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 - Apply patches from Debian containing bunch of hddtemp.db updates and guess mode improvements for drives not in the database. hddtemp-db.patch: --- NEW FILE hddtemp-db.patch --- diff -u -r1.11 hddtemp.db --- hddtemp.db 3 May 2006 18:07:11 -0000 1.11 +++ hddtemp.db 31 Dec 2006 09:54:36 -0000 @@ -79,6 +79,8 @@ "FUJITSU MHU2100AT" 194 C "Fujitsu MHU2100AT 100GB, 8MB (4200RPM)" "FUJITSU MHV2100AT" 194 C "FUJITSU MHV2100AT" +"FUJITSU MHV2100BH" 194 C "FUJITSU MHV2100BH" +"FUJITSU MHV2060AH" 194 C "FUJITSU MHV2060AH" "FUJITSU MHV2080AH" 194 C "FUJITSU MHV2080AH" "FUJITSU MPF3204AH" 194 C "Fujitsu MPF3204AH" @@ -112,6 +114,7 @@ "HDS724040KLSA80" 194 C "Hitachi Deskstar 7K250 400GB, 7200RPM, 8MB, Serial-ATA" "HDS728080PLAT20" 194 C "Hitachi Deskstar 7K80 80GB" +"HDS722516VLSA80" 194 C "Hitachi Deskstar 7K250 160GB, 7200RPM, 8MB, SATA" "HDS722525VLSA80" 194 C "Hitachi Deskstar 7K250 250GB, 7200RPM, 8MB, SATA" "HDT7225(16|25)DLAT80" 194 C "Hitachi Deskstar T7K250 series, 7200RPM, 8MB, PATA" @@ -190,8 +193,9 @@ "MAXTOR 6L0[2468]0[LJ][1234]" 194 C "Maxtor DiamondMax Plus D740X family" "Maxtor 6L250R0" 194 C "Maxtor DiamondMax 10 250GB 16MB buffer 7200rpm" "Maxtor 6L300R0" 194 C "Maxtor DiamondMax 10 300GB 16MB 7200RPM" +"Maxtor 6V(25|30)0F0" 194 C "Maxtor DiamondMax 10 SATA II 16MB 7200RPM" "Maxtor 6Y(06|08|12|16|20|25)0[LPM]0" 194 C "Maxtor DiamondMax Plus 9" -"Maxtor 7L300R0" 194 C "Maxtor 7L300R0 MaxLine+III 300GB 7200rpm" +"Maxtor 7[LV](25|30)0[RSF]0" 194 C "Maxtor MaxLineIII 250/300GB" "Maxtor 7Y250[PM]0" 194 C "Maxtor MaXLine Plus II 250GB 7200RPM" "Maxtor 94098U8" 11 C "Maxtor DiamondMax 40 94098U8" @@ -214,7 +218,9 @@ # somenone reported a problem with the SP8004H which reports a temperature # 10?C below the ambient temperature "SAMSUNG HA(200|250)JC" 194 C "Samsung SpinPoint V120CE series" +"SAMSUNG HD160JJ" 194 C "Samsung SpinPoint P series (7200RPM, 8MB cache)" "SAMSUNG HD300LD" 194 C "Samsung SpinPoint M series (7200RPM, 8MB cache)" +"SAMSUNG HD300LJ" 194 C "Samsung SpinPoint T series" "SAMSUNG MP0(302|402|603|804)H" 194 C "Samsung SpinPoint M40 2.5inch" "SAMSUNG SW0434A" 0 C "Samsung SW0434A" "SAMSUNG SP(2001|4002|6003|8004|40A2)H" 194 C "Samsung SpinPoint P40 serie" @@ -261,6 +267,7 @@ "ST340014A" 194 C "Seagate Barracuda 7200.7 40Gb" "ST340015A" 194 C "Seagate Barracuda 5400.1 40GB" "ST340016A" 194 C "Seagate ST340016A" +"ST3400633(A|AS)" 194 C "Seagate Barracuda 7200.9 400 GB" "ST340810A" 194 C "Seagate U Series 40810 (40Gb, Ultra ATA/100, 5400 rpm)" "ST340823A" 194 C "Seagate U Series 5 40823" "ST340824A" 194 C "Seagate Barracuda III" @@ -285,17 +292,25 @@ "ST3120026A" 194 C "Seagate Barracuda V ST3120026A" "ST3160021A" 194 C "Seagate Barracuda 7200.7 - ST3160021A" "ST3160023(A|AS)" 194 C "Seagate Barracuda V ST3160023A and AS (160Gb, ATA100 or Serial ATA)" +"ST316081[12](A|AS)" 194 C "Seagate Barracuda 7200.9 160GB" "ST3160827AS" 194 C "Seagate Barracuda 7200.7 160GB (Serial ATA)" "ST3200021A" 194 C "Seagate Barracuda 7200.7 Plus 200GB" +"ST3200[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 200GB" "ST3200822(A|AS)" 194 C "Seagate Barracuda 7200.7 Plus 200GB (PATA or SATA)" -"ST3200826A" 194 C "Seagate Barracuda 7200.8 200Gb" +"ST3200826A" 194 C "Seagate Barracuda 7200.8 200GB" "ST3250623A" 194 C "Seagate Barracuda 7200.16 250GB" +"ST3250624AS" 194 C "Seagate Barracuda 7200.9 250GB SATA" +"ST3250624NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" "ST3250823A" 194 C "Seagate Barracuda 7200.8 250GB" -"ST3250823A" 194 C "Seagate Barracuda 7200.7 Plus 250GB" "ST3250823NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" +"ST3300[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 300GB" "ST3300831A" 194 C "Seagate 300GB ST3300831A" +"ST3320[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 320GB" +"ST3400[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 400GB" "ST3400832A" 194 C "Seagate Barracuda 7200.8 Plus 400GB" -"ST3802110A" 194 C "Seagate Barracuda 7200.9 80 GB" +"ST3500[68]30(A|AS)" 194 C "Seagate Barracuda 7200.10 500GB" +"ST3750[68]40(A|AS)" 194 C "Seagate Barracuda 7200.10 750GB" +"ST380[28]110(A|AS)" 194 C "Seagate Barracuda 7200.9 80 GB" "ST910021A" 194 C "Seagate Momentus 7200.1 100GB" "ST9100823A" 194 C "Seagate Momentus 5400.2 100GB" "ST9120821A" 194 C "Seagate Momentus 5400.2 120GB" @@ -306,6 +321,7 @@ "ST960822A" 194 C "Seagate Momentus 5400.2 60GB" "ST96812AS" 194 C "Seagate Momentus 5400.2 60GB SATA" "ST9808211A" 194 C "Seagate Momentus 5400.2 80GB" +"ST98823AS" 194 C "Seagate Momentus 5400.2 80GB SATA" ######################################## @@ -313,6 +329,7 @@ ######################################## "MK4313MAT" 220 C "Toshiba MK4313MAT" "TOSHIBA MK1032GAX" 194 C "Toshiba MK1032GAX" +"TOSHIBA MK1032GSX" 194 C "Toshiba MK1032GSX" "TOSHIBA MK1517GAP" 0 C "Toshiba MK1517GAP" "TOSHIBA MK2018GAS" 226 F "Toshiba MK2018GAS" "TOSHIBA MK2023GAS" 194 C "Toshiba MK2023GAS" @@ -333,6 +350,7 @@ "TOSHIBA MK6026GAX" 194 C "Toshiba MK6026GAX" "TOSHIBA MK8025GAS" 194 C "Toshiba MK8025GAS" "TOSHIBA MK8026GAX" 194 C "Toshiba MK8026GAX" +"TOSHIBA MK8032GSX" 194 C "Toshiba MK8032GSX" "MK4025GAS" 194 C "Toshiba MK4025GAS" @@ -353,7 +371,7 @@ "WDC WD300BB-00CAA0" 0 C "Western Digital WD300BB" "WDC WD360GD-00FNA0" 194 C "Western Digital SATA Raptor 36.7GB" "WDC WD400BB-00CAA0" 0 C "Western Digital 400BB-00CAA0" -"WDC WD400BB-00J[KH]A0" 194 C "Western Digital Caviar WD400BB" +"WDC WD400BB-00[DJ][KH]A0" 194 C "Western Digital Caviar WD400BB" "WDC WD400BB-23JHC0" 194 C "Western Digital 23JHC0" #"WDC WD400BB-00GFA0" 0 C "" "WDC WD400BB-55HEA0" 194 C "Western Digital Caviar WD400BB" @@ -372,7 +390,7 @@ "WDC WD600VE-75HDT0" 194 C "Western Digital 600VE-75HDT0" "WDC WD600VE-00HDT0" 194 C "Western Digital 600VE-00HDT0" "WDC WD740GD-00FL21.0" 194 C "Western Digital SATA Raptor" -"WDC WD740GD-([05]0FL[AC]0|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" +"WDC WD740GD-([05]0FL[AC][01]|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" "WDC WD800BB-00CAA1" 0 C "Western Digital WD800BB-00CAA1" "WDC WD800BB-(00|22)DKA0" 194 C "Western Digital WD800BB 80 Go" "WDC WD800BB-32CCB0" 194 C "Western Digital 800BB-32CCB0" @@ -384,29 +402,35 @@ "WDC WD800JB-00CRA1" 0 C "Western Digital Caviar WD800JB" "WDC WD800JB-00(ET|FM|FS)A0" 194 C "Western Digital Caviar 80GB Special Edition 8MB" "WDC WD800JB-00JJ[AC]0" 194 C "Western Digital WD800JB" -"WDC WD800JD-(00|55)(HK|JR)A0" 194 C "Western Digital SATA 80GB, 8MB Cache" +"WDC WD800JD-(00|55|75)(HK|JR|JN)[AC]0" 194 C "Western Digital SATA 80GB, 8MB Cache" "WDC WD800LB-(00|55)DNA0" 194 C "Western Digital Caviar WD800LB 80 Go ATA-100" "WDC WD800VE-07HDT0" 194 C "Western Digital 800VE-07HDT0" "WDC WD1200BB-00(FTA|GUA)0" 194 C "Western Digital Caviar EIDE 2MB Cache" -"WDC WD1200JB-00(EV|FU|GV)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" +"WDC WD1200JB-00(EV|FU|GV|RE)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" "WDC WD1200JB-22GVA0" 194 C "Western Digital Caviar 120GB" -"WDC WD1200JD-00(GBB|HBC)0" 194 C "Western Digital WD1200JD" +"WDC WD1200JD-00(GBB|HBC|FYB)0" 194 C "Western Digital WD1200JD" "WDC WD1200LB-55EDA0" 194 C "Western Digital WD1220LB" "WDC WD1200SB-01KB[AC]0" 194 C "Western Digital Caviar RE (Raid Edition) 120 GB" +"WDC WD1500ADFD-00NLR0" 194 C "Western Digital SATA Raptor 150GB 16MB" "WDC WD1600BB-00DWA0" 194 C "Western Digital Caviar WD1600BB" "WDC WD1600JB-(00EV|00FU|00GV|75GV)A0" 194 C "Western Digital Caviar 160GB Special Edition 8MB" "WDC WD2000BB-00FTA0" 194 C "Western Digital WD2000BB" "WDC WD2000JB-(00EV|32EV|34EV|00FU|00GV|55GV|98GV|00KF)A0" 194 C "Western Digital Caviar 200GB Special Edition 8MB" "WDC WD2000JB-00GVC0" 194 C "Western Digital WD2000JB" +"WDC WD2000JD-00FYB0" 194 C "Western Digital WD2000JD" "WDC WD2500JB-(00RE|00EV|00FU|32FU|00GV|55GV)A0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500JB-00GVC0" 194 C "Western Digital 250GB" -"WDC WD2500JD-(00G|32H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" +"WDC WD2500JD-(00G|32H|75H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" "WDC WD2500JD-40HBC0" 194 C "Western Digital WD2500JD-40HBC0" "WDC WD2500PB-98FBA0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500PD-00FZB1" 194 C "Western Digital WD2500PD-00FZB1" "WDC WD2500SD-01KCB0" 194 C "Western Digital Caviar RE 250GB 8MB" +"WDC WD2500KS-00MJB0" 194 C "Western Digital Caviar SE16 250GB 16MB" +"WDC WD2500YD-01NVB1" 194 C "Western Digital Caviar RE 250GB 16MB" "WDC WD3000JB-00KFA0" 194 C "Western Digital WD3000JB" "WDC WD3200JB-00KFA0" 194 C "Western Digital Caviar 320GB 8MB" +"WDC WD3200KS-00PFB0" 194 C "Western Digital Caviar 320GB 16MB" +"WDC WD3200SD-01KNB0" 194 C "Western Digital Caviar RE 320GB SATA 8MB" "WDC WD4000KD-00NAB0" 194 C "Western Digital Caviar SE16 400GB 16MB" "WDC WD4000YR-01PLB0" 194 C "Western Digital Caviar RE2 400GB 16MB" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hddtemp/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 May 2006 18:07:11 -0000 1.7 +++ .cvsignore 31 Dec 2006 10:28:45 -0000 1.8 @@ -1 +1,2 @@ hddtemp-0.3-beta15.tar.bz2 +hddtemp_0.3-beta15-33.diff.gz Index: hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/hddtemp/FC-6/hddtemp.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hddtemp.spec 29 Aug 2006 21:17:43 -0000 1.18 +++ hddtemp.spec 31 Dec 2006 10:28:45 -0000 1.19 @@ -2,7 +2,7 @@ Name: hddtemp Version: 0.3 -Release: 0.9.%{beta}%{?dist} +Release: 0.10.%{beta}%{?dist} Summary: Hard disk temperature tool Group: Applications/System @@ -14,9 +14,10 @@ Source3: %{name}.sysconfig Source4: %{name}.pam Source5: %{name}.consoleapp +Patch0: %{name}-db.patch +Patch1: http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-33.diff.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{__perl} BuildRequires: gettext Requires: /sbin/chkconfig Requires: %{_bindir}/consolehelper @@ -28,13 +29,16 @@ %prep %setup -q -n %{name}-%{version}-%{beta} -cp -p %{SOURCE2} ./hddtemp.init -%{__perl} -pi -e \ - 's|__ETCDIR__|%{_sysconfdir}|g ; - s|__SBINDIR__|%{_sbindir}|g ; - s|__INITDIR__|%{_initrddir}|g ; - s|__LOCKDIR__|%{_localstatedir}/lock|g' \ - hddtemp.init +cp -p %{SOURCE1} ./hddtemp.db +%patch0 -p0 +%patch1 -p1 +sed -i -e s/Celius/Celsius/g src/hddtemp.c po/*.po* +sed -i -e 's|/etc/hddtemp.db|/usr/share/misc/hddtemp.db|' doc/hddtemp.8 +sed -e 's|__ETCDIR__|%{_sysconfdir}|g' \ + -e 's|__SBINDIR__|%{_sbindir}|g' \ + -e 's|__INITDIR__|%{_initrddir}|g' \ + -e 's|__LOCKDIR__|%{_localstatedir}/lock|g' \ + %{SOURCE2} > hddtemp.init chmod -x contribs/analyze/* rm COPYING ; cp -p GPL-2 COPYING @@ -47,27 +51,27 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db +install -Dpm 644 hddtemp.db $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db install -Dpm 755 hddtemp.init $RPM_BUILD_ROOT%{_initrddir}/hddtemp install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/hddtemp install -dm 755 $RPM_BUILD_ROOT%{_bindir} ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/hddtemp install -Dpm 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/hddtemp install -Dpm 644 %{SOURCE5} \ - $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp + $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp %find_lang %{name} %post /sbin/chkconfig --add hddtemp -if [ $1 -gt 1 ]; then - %{_initrddir}/hddtemp try-restart >/dev/null || : +if [ $1 -gt 1 ] ; then + %{_initrddir}/hddtemp try-restart >/dev/null || : fi %preun -if [ $1 -eq 0 ]; then - %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : - /sbin/chkconfig --del hddtemp +if [ $1 -eq 0 ] ; then + %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : + /sbin/chkconfig --del hddtemp fi @@ -89,6 +93,10 @@ %changelog +* Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 +- Apply patches from Debian containing bunch of hddtemp.db updates and + guess mode improvements for drives not in the database. + * Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/hddtemp/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 May 2006 18:07:11 -0000 1.8 +++ sources 31 Dec 2006 10:28:45 -0000 1.9 @@ -1 +1,2 @@ 8b829339e1ae9df701684ec239021bb8 hddtemp-0.3-beta15.tar.bz2 +ca2f01fd533ec8130d96b46d244f1204 hddtemp_0.3-beta15-33.diff.gz From fedora-extras-commits at redhat.com Sun Dec 31 10:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 31 Dec 2006 05:29:15 -0500 Subject: rpms/hddtemp/devel hddtemp-db.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 hddtemp.spec, 1.18, 1.19 sources, 1.8, 1.9 Message-ID: <200612311029.kBVATFKk000435@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv387/devel Modified Files: .cvsignore hddtemp.spec sources Added Files: hddtemp-db.patch Log Message: * Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 - Apply patches from Debian containing bunch of hddtemp.db updates and guess mode improvements for drives not in the database. hddtemp-db.patch: --- NEW FILE hddtemp-db.patch --- diff -u -r1.11 hddtemp.db --- hddtemp.db 3 May 2006 18:07:11 -0000 1.11 +++ hddtemp.db 31 Dec 2006 09:54:36 -0000 @@ -79,6 +79,8 @@ "FUJITSU MHU2100AT" 194 C "Fujitsu MHU2100AT 100GB, 8MB (4200RPM)" "FUJITSU MHV2100AT" 194 C "FUJITSU MHV2100AT" +"FUJITSU MHV2100BH" 194 C "FUJITSU MHV2100BH" +"FUJITSU MHV2060AH" 194 C "FUJITSU MHV2060AH" "FUJITSU MHV2080AH" 194 C "FUJITSU MHV2080AH" "FUJITSU MPF3204AH" 194 C "Fujitsu MPF3204AH" @@ -112,6 +114,7 @@ "HDS724040KLSA80" 194 C "Hitachi Deskstar 7K250 400GB, 7200RPM, 8MB, Serial-ATA" "HDS728080PLAT20" 194 C "Hitachi Deskstar 7K80 80GB" +"HDS722516VLSA80" 194 C "Hitachi Deskstar 7K250 160GB, 7200RPM, 8MB, SATA" "HDS722525VLSA80" 194 C "Hitachi Deskstar 7K250 250GB, 7200RPM, 8MB, SATA" "HDT7225(16|25)DLAT80" 194 C "Hitachi Deskstar T7K250 series, 7200RPM, 8MB, PATA" @@ -190,8 +193,9 @@ "MAXTOR 6L0[2468]0[LJ][1234]" 194 C "Maxtor DiamondMax Plus D740X family" "Maxtor 6L250R0" 194 C "Maxtor DiamondMax 10 250GB 16MB buffer 7200rpm" "Maxtor 6L300R0" 194 C "Maxtor DiamondMax 10 300GB 16MB 7200RPM" +"Maxtor 6V(25|30)0F0" 194 C "Maxtor DiamondMax 10 SATA II 16MB 7200RPM" "Maxtor 6Y(06|08|12|16|20|25)0[LPM]0" 194 C "Maxtor DiamondMax Plus 9" -"Maxtor 7L300R0" 194 C "Maxtor 7L300R0 MaxLine+III 300GB 7200rpm" +"Maxtor 7[LV](25|30)0[RSF]0" 194 C "Maxtor MaxLineIII 250/300GB" "Maxtor 7Y250[PM]0" 194 C "Maxtor MaXLine Plus II 250GB 7200RPM" "Maxtor 94098U8" 11 C "Maxtor DiamondMax 40 94098U8" @@ -214,7 +218,9 @@ # somenone reported a problem with the SP8004H which reports a temperature # 10?C below the ambient temperature "SAMSUNG HA(200|250)JC" 194 C "Samsung SpinPoint V120CE series" +"SAMSUNG HD160JJ" 194 C "Samsung SpinPoint P series (7200RPM, 8MB cache)" "SAMSUNG HD300LD" 194 C "Samsung SpinPoint M series (7200RPM, 8MB cache)" +"SAMSUNG HD300LJ" 194 C "Samsung SpinPoint T series" "SAMSUNG MP0(302|402|603|804)H" 194 C "Samsung SpinPoint M40 2.5inch" "SAMSUNG SW0434A" 0 C "Samsung SW0434A" "SAMSUNG SP(2001|4002|6003|8004|40A2)H" 194 C "Samsung SpinPoint P40 serie" @@ -261,6 +267,7 @@ "ST340014A" 194 C "Seagate Barracuda 7200.7 40Gb" "ST340015A" 194 C "Seagate Barracuda 5400.1 40GB" "ST340016A" 194 C "Seagate ST340016A" +"ST3400633(A|AS)" 194 C "Seagate Barracuda 7200.9 400 GB" "ST340810A" 194 C "Seagate U Series 40810 (40Gb, Ultra ATA/100, 5400 rpm)" "ST340823A" 194 C "Seagate U Series 5 40823" "ST340824A" 194 C "Seagate Barracuda III" @@ -285,17 +292,25 @@ "ST3120026A" 194 C "Seagate Barracuda V ST3120026A" "ST3160021A" 194 C "Seagate Barracuda 7200.7 - ST3160021A" "ST3160023(A|AS)" 194 C "Seagate Barracuda V ST3160023A and AS (160Gb, ATA100 or Serial ATA)" +"ST316081[12](A|AS)" 194 C "Seagate Barracuda 7200.9 160GB" "ST3160827AS" 194 C "Seagate Barracuda 7200.7 160GB (Serial ATA)" "ST3200021A" 194 C "Seagate Barracuda 7200.7 Plus 200GB" +"ST3200[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 200GB" "ST3200822(A|AS)" 194 C "Seagate Barracuda 7200.7 Plus 200GB (PATA or SATA)" -"ST3200826A" 194 C "Seagate Barracuda 7200.8 200Gb" +"ST3200826A" 194 C "Seagate Barracuda 7200.8 200GB" "ST3250623A" 194 C "Seagate Barracuda 7200.16 250GB" +"ST3250624AS" 194 C "Seagate Barracuda 7200.9 250GB SATA" +"ST3250624NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" "ST3250823A" 194 C "Seagate Barracuda 7200.8 250GB" -"ST3250823A" 194 C "Seagate Barracuda 7200.7 Plus 250GB" "ST3250823NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" +"ST3300[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 300GB" "ST3300831A" 194 C "Seagate 300GB ST3300831A" +"ST3320[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 320GB" +"ST3400[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 400GB" "ST3400832A" 194 C "Seagate Barracuda 7200.8 Plus 400GB" -"ST3802110A" 194 C "Seagate Barracuda 7200.9 80 GB" +"ST3500[68]30(A|AS)" 194 C "Seagate Barracuda 7200.10 500GB" +"ST3750[68]40(A|AS)" 194 C "Seagate Barracuda 7200.10 750GB" +"ST380[28]110(A|AS)" 194 C "Seagate Barracuda 7200.9 80 GB" "ST910021A" 194 C "Seagate Momentus 7200.1 100GB" "ST9100823A" 194 C "Seagate Momentus 5400.2 100GB" "ST9120821A" 194 C "Seagate Momentus 5400.2 120GB" @@ -306,6 +321,7 @@ "ST960822A" 194 C "Seagate Momentus 5400.2 60GB" "ST96812AS" 194 C "Seagate Momentus 5400.2 60GB SATA" "ST9808211A" 194 C "Seagate Momentus 5400.2 80GB" +"ST98823AS" 194 C "Seagate Momentus 5400.2 80GB SATA" ######################################## @@ -313,6 +329,7 @@ ######################################## "MK4313MAT" 220 C "Toshiba MK4313MAT" "TOSHIBA MK1032GAX" 194 C "Toshiba MK1032GAX" +"TOSHIBA MK1032GSX" 194 C "Toshiba MK1032GSX" "TOSHIBA MK1517GAP" 0 C "Toshiba MK1517GAP" "TOSHIBA MK2018GAS" 226 F "Toshiba MK2018GAS" "TOSHIBA MK2023GAS" 194 C "Toshiba MK2023GAS" @@ -333,6 +350,7 @@ "TOSHIBA MK6026GAX" 194 C "Toshiba MK6026GAX" "TOSHIBA MK8025GAS" 194 C "Toshiba MK8025GAS" "TOSHIBA MK8026GAX" 194 C "Toshiba MK8026GAX" +"TOSHIBA MK8032GSX" 194 C "Toshiba MK8032GSX" "MK4025GAS" 194 C "Toshiba MK4025GAS" @@ -353,7 +371,7 @@ "WDC WD300BB-00CAA0" 0 C "Western Digital WD300BB" "WDC WD360GD-00FNA0" 194 C "Western Digital SATA Raptor 36.7GB" "WDC WD400BB-00CAA0" 0 C "Western Digital 400BB-00CAA0" -"WDC WD400BB-00J[KH]A0" 194 C "Western Digital Caviar WD400BB" +"WDC WD400BB-00[DJ][KH]A0" 194 C "Western Digital Caviar WD400BB" "WDC WD400BB-23JHC0" 194 C "Western Digital 23JHC0" #"WDC WD400BB-00GFA0" 0 C "" "WDC WD400BB-55HEA0" 194 C "Western Digital Caviar WD400BB" @@ -372,7 +390,7 @@ "WDC WD600VE-75HDT0" 194 C "Western Digital 600VE-75HDT0" "WDC WD600VE-00HDT0" 194 C "Western Digital 600VE-00HDT0" "WDC WD740GD-00FL21.0" 194 C "Western Digital SATA Raptor" -"WDC WD740GD-([05]0FL[AC]0|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" +"WDC WD740GD-([05]0FL[AC][01]|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" "WDC WD800BB-00CAA1" 0 C "Western Digital WD800BB-00CAA1" "WDC WD800BB-(00|22)DKA0" 194 C "Western Digital WD800BB 80 Go" "WDC WD800BB-32CCB0" 194 C "Western Digital 800BB-32CCB0" @@ -384,29 +402,35 @@ "WDC WD800JB-00CRA1" 0 C "Western Digital Caviar WD800JB" "WDC WD800JB-00(ET|FM|FS)A0" 194 C "Western Digital Caviar 80GB Special Edition 8MB" "WDC WD800JB-00JJ[AC]0" 194 C "Western Digital WD800JB" -"WDC WD800JD-(00|55)(HK|JR)A0" 194 C "Western Digital SATA 80GB, 8MB Cache" +"WDC WD800JD-(00|55|75)(HK|JR|JN)[AC]0" 194 C "Western Digital SATA 80GB, 8MB Cache" "WDC WD800LB-(00|55)DNA0" 194 C "Western Digital Caviar WD800LB 80 Go ATA-100" "WDC WD800VE-07HDT0" 194 C "Western Digital 800VE-07HDT0" "WDC WD1200BB-00(FTA|GUA)0" 194 C "Western Digital Caviar EIDE 2MB Cache" -"WDC WD1200JB-00(EV|FU|GV)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" +"WDC WD1200JB-00(EV|FU|GV|RE)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" "WDC WD1200JB-22GVA0" 194 C "Western Digital Caviar 120GB" -"WDC WD1200JD-00(GBB|HBC)0" 194 C "Western Digital WD1200JD" +"WDC WD1200JD-00(GBB|HBC|FYB)0" 194 C "Western Digital WD1200JD" "WDC WD1200LB-55EDA0" 194 C "Western Digital WD1220LB" "WDC WD1200SB-01KB[AC]0" 194 C "Western Digital Caviar RE (Raid Edition) 120 GB" +"WDC WD1500ADFD-00NLR0" 194 C "Western Digital SATA Raptor 150GB 16MB" "WDC WD1600BB-00DWA0" 194 C "Western Digital Caviar WD1600BB" "WDC WD1600JB-(00EV|00FU|00GV|75GV)A0" 194 C "Western Digital Caviar 160GB Special Edition 8MB" "WDC WD2000BB-00FTA0" 194 C "Western Digital WD2000BB" "WDC WD2000JB-(00EV|32EV|34EV|00FU|00GV|55GV|98GV|00KF)A0" 194 C "Western Digital Caviar 200GB Special Edition 8MB" "WDC WD2000JB-00GVC0" 194 C "Western Digital WD2000JB" +"WDC WD2000JD-00FYB0" 194 C "Western Digital WD2000JD" "WDC WD2500JB-(00RE|00EV|00FU|32FU|00GV|55GV)A0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500JB-00GVC0" 194 C "Western Digital 250GB" -"WDC WD2500JD-(00G|32H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" +"WDC WD2500JD-(00G|32H|75H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" "WDC WD2500JD-40HBC0" 194 C "Western Digital WD2500JD-40HBC0" "WDC WD2500PB-98FBA0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500PD-00FZB1" 194 C "Western Digital WD2500PD-00FZB1" "WDC WD2500SD-01KCB0" 194 C "Western Digital Caviar RE 250GB 8MB" +"WDC WD2500KS-00MJB0" 194 C "Western Digital Caviar SE16 250GB 16MB" +"WDC WD2500YD-01NVB1" 194 C "Western Digital Caviar RE 250GB 16MB" "WDC WD3000JB-00KFA0" 194 C "Western Digital WD3000JB" "WDC WD3200JB-00KFA0" 194 C "Western Digital Caviar 320GB 8MB" +"WDC WD3200KS-00PFB0" 194 C "Western Digital Caviar 320GB 16MB" +"WDC WD3200SD-01KNB0" 194 C "Western Digital Caviar RE 320GB SATA 8MB" "WDC WD4000KD-00NAB0" 194 C "Western Digital Caviar SE16 400GB 16MB" "WDC WD4000YR-01PLB0" 194 C "Western Digital Caviar RE2 400GB 16MB" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 May 2006 18:07:11 -0000 1.7 +++ .cvsignore 31 Dec 2006 10:28:45 -0000 1.8 @@ -1 +1,2 @@ hddtemp-0.3-beta15.tar.bz2 +hddtemp_0.3-beta15-33.diff.gz Index: hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/hddtemp.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hddtemp.spec 29 Aug 2006 21:17:43 -0000 1.18 +++ hddtemp.spec 31 Dec 2006 10:28:45 -0000 1.19 @@ -2,7 +2,7 @@ Name: hddtemp Version: 0.3 -Release: 0.9.%{beta}%{?dist} +Release: 0.10.%{beta}%{?dist} Summary: Hard disk temperature tool Group: Applications/System @@ -14,9 +14,10 @@ Source3: %{name}.sysconfig Source4: %{name}.pam Source5: %{name}.consoleapp +Patch0: %{name}-db.patch +Patch1: http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-33.diff.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{__perl} BuildRequires: gettext Requires: /sbin/chkconfig Requires: %{_bindir}/consolehelper @@ -28,13 +29,16 @@ %prep %setup -q -n %{name}-%{version}-%{beta} -cp -p %{SOURCE2} ./hddtemp.init -%{__perl} -pi -e \ - 's|__ETCDIR__|%{_sysconfdir}|g ; - s|__SBINDIR__|%{_sbindir}|g ; - s|__INITDIR__|%{_initrddir}|g ; - s|__LOCKDIR__|%{_localstatedir}/lock|g' \ - hddtemp.init +cp -p %{SOURCE1} ./hddtemp.db +%patch0 -p0 +%patch1 -p1 +sed -i -e s/Celius/Celsius/g src/hddtemp.c po/*.po* +sed -i -e 's|/etc/hddtemp.db|/usr/share/misc/hddtemp.db|' doc/hddtemp.8 +sed -e 's|__ETCDIR__|%{_sysconfdir}|g' \ + -e 's|__SBINDIR__|%{_sbindir}|g' \ + -e 's|__INITDIR__|%{_initrddir}|g' \ + -e 's|__LOCKDIR__|%{_localstatedir}/lock|g' \ + %{SOURCE2} > hddtemp.init chmod -x contribs/analyze/* rm COPYING ; cp -p GPL-2 COPYING @@ -47,27 +51,27 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db +install -Dpm 644 hddtemp.db $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db install -Dpm 755 hddtemp.init $RPM_BUILD_ROOT%{_initrddir}/hddtemp install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/hddtemp install -dm 755 $RPM_BUILD_ROOT%{_bindir} ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/hddtemp install -Dpm 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/hddtemp install -Dpm 644 %{SOURCE5} \ - $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp + $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp %find_lang %{name} %post /sbin/chkconfig --add hddtemp -if [ $1 -gt 1 ]; then - %{_initrddir}/hddtemp try-restart >/dev/null || : +if [ $1 -gt 1 ] ; then + %{_initrddir}/hddtemp try-restart >/dev/null || : fi %preun -if [ $1 -eq 0 ]; then - %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : - /sbin/chkconfig --del hddtemp +if [ $1 -eq 0 ] ; then + %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : + /sbin/chkconfig --del hddtemp fi @@ -89,6 +93,10 @@ %changelog +* Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 +- Apply patches from Debian containing bunch of hddtemp.db updates and + guess mode improvements for drives not in the database. + * Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 May 2006 18:07:11 -0000 1.8 +++ sources 31 Dec 2006 10:28:45 -0000 1.9 @@ -1 +1,2 @@ 8b829339e1ae9df701684ec239021bb8 hddtemp-0.3-beta15.tar.bz2 +ca2f01fd533ec8130d96b46d244f1204 hddtemp_0.3-beta15-33.diff.gz From fedora-extras-commits at redhat.com Sun Dec 31 11:08:31 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 31 Dec 2006 06:08:31 -0500 Subject: rpms/erlang/devel erlang.spec,1.17,1.18 Message-ID: <200612311108.kBVB8Vaq003841@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3818/devel Modified Files: erlang.spec Log Message: Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- erlang.spec 30 Dec 2006 23:48:41 -0000 1.17 +++ erlang.spec 31 Dec 2006 11:08:01 -0000 1.18 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.2%{?dist} +Release: 2.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -82,6 +82,10 @@ ln -sf ../%{_lib}/erlang/bin/$file . done +# remove buildroot from installed files +cd $RPM_BUILD_ROOT/%{_libdir}/erlang +sed -i "s|$RPM_BUILD_ROOT||" erts*/bin/{erl,start} releases/RELEASES bin/{erl,start} + %clean rm -rf $RPM_BUILD_ROOT @@ -104,6 +108,9 @@ %changelog +* Sun Dec 31 2006 Gerard Milmeister - R11B-2.3 +- remove buildroot from installed files + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 - added patch for compiling with glibc 2.5 From fedora-extras-commits at redhat.com Sun Dec 31 13:21:24 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:21:24 -0500 Subject: rpms/solfege/devel solfege.spec,1.1,1.2 Message-ID: <200612311321.kBVDLOpB010698@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10675 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/solfege.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- solfege.spec 21 Dec 2006 11:27:37 -0000 1.1 +++ solfege.spec 31 Dec 2006 13:20:54 -0000 1.2 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +- Rebuild for new pygtk2-devel + * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file From fedora-extras-commits at redhat.com Sun Dec 31 13:23:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:23:19 -0500 Subject: rpms/solfege/devel solfege.spec,1.2,1.3 Message-ID: <200612311323.kBVDNJZD010758@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10743 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/solfege.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- solfege.spec 31 Dec 2006 13:20:54 -0000 1.2 +++ solfege.spec 31 Dec 2006 13:22:49 -0000 1.3 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,7 +81,7 @@ %changelog -* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-8 - Rebuild for new pygtk2-devel * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 From fedora-extras-commits at redhat.com Sun Dec 31 13:25:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:25:02 -0500 Subject: rpms/solfege/FC-5 solfege.spec,1.1,1.2 Message-ID: <200612311325.kBVDP2nO010819@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10804 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/FC-5/solfege.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- solfege.spec 21 Dec 2006 11:27:37 -0000 1.1 +++ solfege.spec 31 Dec 2006 13:24:31 -0000 1.2 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +- Rebuild for new pygtk2-devel + * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file From fedora-extras-commits at redhat.com Sun Dec 31 13:26:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:26:15 -0500 Subject: rpms/solfege/FC-6 solfege.spec,1.1,1.2 Message-ID: <200612311326.kBVDQFWG010883@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10868 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/FC-6/solfege.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- solfege.spec 21 Dec 2006 11:27:37 -0000 1.1 +++ solfege.spec 31 Dec 2006 13:25:45 -0000 1.2 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +- Rebuild for new pygtk2-devel + * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file From fedora-extras-commits at redhat.com Sun Dec 31 13:54:35 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 31 Dec 2006 08:54:35 -0500 Subject: rpms/revelation/devel .cvsignore, 1.9, 1.10 revelation.spec, 1.21, 1.22 sources, 1.9, 1.10 Message-ID: <200612311354.kBVDsZKQ011046@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11027 Modified Files: .cvsignore revelation.spec sources Log Message: 0.4.8-1: - update to 0.4.8 - ships locals now; use find_lang, BR gettext, perl(XML::Parser) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 6 Feb 2006 19:34:22 -0000 1.9 +++ .cvsignore 31 Dec 2006 13:54:04 -0000 1.10 @@ -1 +1 @@ -revelation-0.4.7.tar.bz2 +revelation-0.4.8.tar.bz2 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- revelation.spec 9 Dec 2006 07:54:20 -0000 1.21 +++ revelation.spec 31 Dec 2006 13:54:05 -0000 1.22 @@ -3,11 +3,11 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.7 -Release: 7%{?dist} +Version: 0.4.8 +Release: 1%{?dist} License: GPL Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 +Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.8.tar.bz2 URL: http://oss.codepoet.no/revelation/ Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-crypto >= 2.0 @@ -27,6 +27,8 @@ BuildRequires: python-crypto >= 2.0 BuildRequires: cracklib-devel BuildRequires: cracklib-dicts +BuildRequires: gettext +BuildRequires: perl(XML::Parser) BuildRequires: gnome-panel-devel gnome-python2-extras gnome-python2-desktop BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils @@ -39,6 +41,9 @@ %prep %setup -q +# workaround for http://oss.codepoet.no/bugzilla/show_bug.cgi?id=200 +sed -i 's!/usr/local/share/!/usr/share/!g' src/lib/config.py +sed -i 's!/usr/local/etc/gconf/!/etc/gconf/!g' src/lib/config.py %build %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict @@ -52,6 +57,8 @@ # we use cracklib dicts, so we can remove these rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict* +%find_lang %{name} + desktop-file-install \ --vendor fedora \ --mode 644 \ @@ -82,7 +89,7 @@ %{__rm} -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README TODO %config %{_sysconfdir}/gconf/schemas/*.schemas @@ -91,18 +98,16 @@ %{_datadir}/revelation/ %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png %{_datadir}/icons/hicolor/*/apps/%{name}*.png -%{_datadir}/icons/hicolor/scalable/filesystems/%{name}* -%{python_sitearch}/revelation/gnomemisc.so -%{python_sitearch}/revelation/crack.so -%dir %{python_sitearch}/revelation/ -%dir %{python_sitearch}/revelation/datahandler/ +%{python_sitearch}/revelation/ %{_datadir}/mime/packages/* -%{python_sitearch}/revelation/*.py* -%{python_sitearch}/revelation/datahandler/*.py* %{_libdir}/bonobo/servers/GNOME_RevelationApplet.server %{_libexecdir}/revelation-applet %changelog +* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-1 +- update to 0.4.8 +- ships locals now; use find_lang, BR gettext, perl(XML::Parser) + * Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 - Rebuild for python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 6 Feb 2006 19:34:22 -0000 1.9 +++ sources 31 Dec 2006 13:54:05 -0000 1.10 @@ -1 +1 @@ -d0a100914b0ffc0a09b1d4067f4307eb revelation-0.4.7.tar.bz2 +03efb36f36c23d6548f22db18e511be0 revelation-0.4.8.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 14:36:10 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 31 Dec 2006 09:36:10 -0500 Subject: rpms/revelation/devel revelation.spec,1.22,1.23 Message-ID: <200612311436.kBVEaAFa014361@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14346 Modified Files: revelation.spec Log Message: 0.4.8-2 - BR gnome-python2-applet Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- revelation.spec 31 Dec 2006 13:54:05 -0000 1.22 +++ revelation.spec 31 Dec 2006 14:35:40 -0000 1.23 @@ -29,6 +29,7 @@ BuildRequires: cracklib-dicts BuildRequires: gettext BuildRequires: perl(XML::Parser) +BuildRequires: gnome-python2-applet BuildRequires: gnome-panel-devel gnome-python2-extras gnome-python2-desktop BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils @@ -104,9 +105,12 @@ %{_libexecdir}/revelation-applet %changelog +* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-2 +- BR gnome-python2-applet + * Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-1 - update to 0.4.8 -- ships locals now; use find_lang, BR gettext, perl(XML::Parser) +- ships locales now; use find_lang, BR gettext, perl(XML::Parser) * Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 31 14:37:31 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 31 Dec 2006 09:37:31 -0500 Subject: rpms/revelation/devel revelation.spec,1.23,1.24 Message-ID: <200612311437.kBVEbVxo014417@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14402 Modified Files: revelation.spec Log Message: 0.4.8-2 (really increase release this time) Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- revelation.spec 31 Dec 2006 14:35:40 -0000 1.23 +++ revelation.spec 31 Dec 2006 14:37:01 -0000 1.24 @@ -4,7 +4,7 @@ Summary: Password manager for GNOME 2 Name: revelation Version: 0.4.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Productivity Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.8.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 15:25:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 31 Dec 2006 10:25:54 -0500 Subject: rpms/kphotoalbum/devel .cvsignore, 1.3, 1.4 kphotoalbum.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200612311525.kBVFPs9u017791@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kphotoalbum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17772 Modified Files: .cvsignore kphotoalbum.spec sources Log Message: * Sun Dec 31 2006 Rex Dieter 3.0-1 - kphotoalbum-3.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Nov 2006 13:57:01 -0000 1.3 +++ .cvsignore 31 Dec 2006 15:25:24 -0000 1.4 @@ -1,2 +1,3 @@ clog kphotoalbum-2.2.tar.bz2 +kphotoalbum-3.0.tar.bz2 Index: kphotoalbum.spec =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/kphotoalbum.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kphotoalbum.spec 28 Nov 2006 13:57:01 -0000 1.7 +++ kphotoalbum.spec 31 Dec 2006 15:25:24 -0000 1.8 @@ -1,13 +1,13 @@ Summary: KDE Photo Album Name: kphotoalbum -Version: 2.2 -Release: 7%{?dist} +Version: 3.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://www.kphotoalbum.org/ -Source: http://www.kphotoalbum.org/download/kphotoalbum-%{version}.tar.bz2 +URL: http://kphotoalbum.org/ +Source: http://kphotoalbum.org/download/kphotoalbum-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: kimdaba < %{version} @@ -17,9 +17,7 @@ BuildRequires: libkipi-devel BuildRequires: qt-devel BuildRequires: kdelibs-devel -# versioning isn't strictly required, just need to be sure we're -# building against the latest exiv2 -- Rex -BuildRequires: exiv2-devel >= 0.12 +BuildRequires: exiv2-devel ## Optional, not strictly required. #Requires(hint): kipi-plugins @@ -103,6 +101,9 @@ %changelog +* Sun Dec 31 2006 Rex Dieter 3.0-1 +- kphotoalbum-3.0 + * Tue Nov 28 2006 Rex Dieter 2.2-7 - BR: exiv2-devel >= 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 May 2006 19:45:44 -0000 1.2 +++ sources 31 Dec 2006 15:25:24 -0000 1.3 @@ -1 +1 @@ -0584b3d5f54d8a2e19cd7bc40967c026 kphotoalbum-2.2.tar.bz2 +2bfb890930e9349393b276f35f40d0db kphotoalbum-3.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 15:35:33 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:33 -0500 Subject: rpms/uncrustify - New directory Message-ID: <200612311535.kBVFZXXr017887@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883/uncrustify Log Message: Directory /cvs/extras/rpms/uncrustify added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 15:35:38 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:38 -0500 Subject: rpms/uncrustify/devel - New directory Message-ID: <200612311535.kBVFZcAj017901@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883/uncrustify/devel Log Message: Directory /cvs/extras/rpms/uncrustify/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 15:35:51 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:51 -0500 Subject: rpms/uncrustify Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612311535.kBVFZp1v017932@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17926 Added Files: Makefile import.log Log Message: Setup of module uncrustify --- NEW FILE Makefile --- # Top level Makefile for module uncrustify all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 15:35:57 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:57 -0500 Subject: rpms/uncrustify/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612311535.kBVFZvN2017948@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17926/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module uncrustify --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 15:37:00 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:37:00 -0500 Subject: rpms/uncrustify/devel uncrustify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612311537.kBVFb08B018021@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17987/devel Modified Files: .cvsignore sources Added Files: uncrustify.spec Log Message: auto-import uncrustify-0.30-1 on branch devel from uncrustify-0.30-1.src.rpm --- NEW FILE uncrustify.spec --- Name: uncrustify Version: 0.30 Release: 1%{?dist} Summary: Reformat Source Group: Development/Tools License: GPL URL: http://uncrustify.sourceforge.net/ Source0: http://umn.dl.sourceforge.net/sourceforge/uncrustify/uncrustify-0.30.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc autoconf gcc-c++ libstdc++ Requires: libstdc++ %description Source Code Beautifier for C, C++, C#, D, Java, and Pawn %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING AUTHORS README NEWS BUGS %{_bindir}/uncrustify %{_datadir}/uncrustify %changelog Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uncrustify/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 15:35:57 -0000 1.1 +++ .cvsignore 31 Dec 2006 15:36:30 -0000 1.2 @@ -0,0 +1 @@ +uncrustify-0.30.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uncrustify/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 15:35:57 -0000 1.1 +++ sources 31 Dec 2006 15:36:30 -0000 1.2 @@ -0,0 +1 @@ +3c242519de3d12f7b916b560366c1aa8 uncrustify-0.30.tgz From fedora-extras-commits at redhat.com Sun Dec 31 15:37:00 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:37:00 -0500 Subject: rpms/uncrustify import.log,1.1,1.2 Message-ID: <200612311537.kBVFb0F7018017@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17987 Modified Files: import.log Log Message: auto-import uncrustify-0.30-1 on branch devel from uncrustify-0.30-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/uncrustify/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 15:35:51 -0000 1.1 +++ import.log 31 Dec 2006 15:36:30 -0000 1.2 @@ -0,0 +1 @@ +uncrustify-0_30-1:HEAD:uncrustify-0.30-1.src.rpm:1167580031 From fedora-extras-commits at redhat.com Sun Dec 31 15:41:26 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:41:26 -0500 Subject: owners owners.list,1.2180,1.2181 Message-ID: <200612311541.kBVFfQ5u018073@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18058 Modified Files: owners.list Log Message: add uncrustify Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2180 retrieving revision 1.2181 diff -u -r1.2180 -r1.2181 --- owners.list 31 Dec 2006 07:53:03 -0000 1.2180 +++ owners.list 31 Dec 2006 15:40:56 -0000 1.2181 @@ -2503,6 +2503,7 @@ Fedora Extras|uim|A multilingual input method library|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ularn|Roguelike game|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|ulogd|The userspace logging daemon for netfilter|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|uncrustify|Source Code Beautifier|ndbecker2 at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|unifdef|Unifdef tool for removing ifdef'd lines|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|unison|File synchronization tool|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|unrtf|RTF to other formats converter|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 1 02:35:09 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Thu, 30 Nov 2006 21:35:09 -0500 Subject: accounts2 PgToLDAP.py,1.2,1.3 Message-ID: <200612010235.kB12Z9Mj000512@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv495 Modified Files: PgToLDAP.py Log Message: Added ssha function to PgToLDAP Index: PgToLDAP.py =================================================================== RCS file: /cvs/fedora/accounts2/PgToLDAP.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PgToLDAP.py 30 Nov 2006 03:02:00 -0000 1.2 +++ PgToLDAP.py 1 Dec 2006 02:35:09 -0000 1.3 @@ -21,8 +21,26 @@ import sys, time import ldap, ldif, pgdb, ldap.modlist from optparse import OptionParser +import sha +import base64 +from random import randrange + + +version = "0.112" + +def encode_SSHA_password ( password ): + p_ssha = sha.new( password ) + salt = '' + + for n in range(7): + salt += chr(randrange(256)) + + + p_ssha.update( salt ) + p_ssha_base64 = base64.encodestring(p_ssha.digest() + salt + '' ) + return '%s%s' %( '{SSHA}', p_ssha_base64 ) + -version = "0.111" def parseArgs(): parser = OptionParser(version="%prog " + version) @@ -219,8 +237,8 @@ userLdif.append(["cn",[str(user[3])]]) userLdif.append(["givenName",[str(user[3])]]) userLdif.append(["userCertificate",[str(user[4])]]) - userLdif.append(["sshKey",[str(user[5])]]) - userLdif.append(["userPassword",[str(user[6])]]) + userLdif.append(["fedoraPersonSshKey",[str(user[5])]]) + userLdif.append(["userPassword",[encode_SSHA_password(str(user[6]))]]) userLdif.append(["postalAddress",[str(user[8])]]) userLdif.append(["telephoneNumber",[str(user[9])]]) userLdif.append(["fax",[str(user[10])]]) From fedora-extras-commits at redhat.com Fri Dec 1 02:36:55 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Thu, 30 Nov 2006 21:36:55 -0500 Subject: rpms/fonttools/devel fonttools-uni5.patch, NONE, 1.1 fonttools.spec, 1.9, 1.10 Message-ID: <200612010236.kB12at9E000539@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv521 Modified Files: fonttools.spec Added Files: fonttools-uni5.patch Log Message: * Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs - Update the Unicode names file to Unicode 5.0.0 fonttools-uni5.patch: --- NEW FILE fonttools-uni5.patch --- --- fonttools/Lib/fontTools/unicode.py.uni5 2006-12-01 06:01:59.000000000 +0330 +++ fonttools/Lib/fontTools/unicode.py 2006-12-01 06:02:45.000000000 +0330 @@ -568,6 +568,31 @@ 0234 LATIN SMALL LETTER L WITH CURL 0235 LATIN SMALL LETTER N WITH CURL 0236 LATIN SMALL LETTER T WITH CURL +0237 LATIN SMALL LETTER DOTLESS J +0238 LATIN SMALL LETTER DB DIGRAPH +0239 LATIN SMALL LETTER QP DIGRAPH +023A LATIN CAPITAL LETTER A WITH STROKE +023B LATIN CAPITAL LETTER C WITH STROKE +023C LATIN SMALL LETTER C WITH STROKE +023D LATIN CAPITAL LETTER L WITH BAR +023E LATIN CAPITAL LETTER T WITH DIAGONAL STROKE +023F LATIN SMALL LETTER S WITH SWASH TAIL +0240 LATIN SMALL LETTER Z WITH SWASH TAIL +0241 LATIN CAPITAL LETTER GLOTTAL STOP +0242 LATIN SMALL LETTER GLOTTAL STOP +0243 LATIN CAPITAL LETTER B WITH STROKE +0244 LATIN CAPITAL LETTER U BAR +0245 LATIN CAPITAL LETTER TURNED V +0246 LATIN CAPITAL LETTER E WITH STROKE +0247 LATIN SMALL LETTER E WITH STROKE +0248 LATIN CAPITAL LETTER J WITH STROKE +0249 LATIN SMALL LETTER J WITH STROKE +024A LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL +024B LATIN SMALL LETTER Q WITH HOOK TAIL +024C LATIN CAPITAL LETTER R WITH STROKE +024D LATIN SMALL LETTER R WITH STROKE +024E LATIN CAPITAL LETTER Y WITH STROKE +024F LATIN SMALL LETTER Y WITH STROKE 0250 LATIN SMALL LETTER TURNED A 0251 LATIN SMALL LETTER ALPHA 0252 LATIN SMALL LETTER TURNED ALPHA @@ -832,6 +857,11 @@ 0355 COMBINING RIGHT ARROWHEAD BELOW 0356 COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW 0357 COMBINING RIGHT HALF RING ABOVE +0358 COMBINING DOT ABOVE RIGHT +0359 COMBINING ASTERISK BELOW +035A COMBINING DOUBLE RING BELOW +035B COMBINING ZIGZAG ABOVE +035C COMBINING DOUBLE BREVE BELOW 035D COMBINING DOUBLE BREVE 035E COMBINING DOUBLE MACRON 035F COMBINING DOUBLE MACRON BELOW @@ -854,6 +884,9 @@ 0374 GREEK NUMERAL SIGN 0375 GREEK LOWER NUMERAL SIGN 037A GREEK YPOGEGRAMMENI +037B GREEK SMALL REVERSED LUNATE SIGMA SYMBOL +037C GREEK SMALL DOTTED LUNATE SIGMA SYMBOL +037D GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL 037E GREEK QUESTION MARK 0384 GREEK TONOS 0385 GREEK DIALYTIKA TONOS @@ -971,6 +1004,10 @@ 03F9 GREEK CAPITAL LUNATE SIGMA SYMBOL 03FA GREEK CAPITAL LETTER SAN 03FB GREEK SMALL LETTER SAN +03FC GREEK RHO WITH STROKE SYMBOL +03FD GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL +03FE GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL +03FF GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL 0400 CYRILLIC CAPITAL LETTER IE WITH GRAVE 0401 CYRILLIC CAPITAL LETTER IO 0402 CYRILLIC CAPITAL LETTER DJE @@ -1177,6 +1214,7 @@ 04CC CYRILLIC SMALL LETTER KHAKASSIAN CHE 04CD CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE CYRILLIC SMALL LETTER EM WITH TAIL +04CF CYRILLIC SMALL LETTER PALOCHKA 04D0 CYRILLIC CAPITAL LETTER A WITH BREVE 04D1 CYRILLIC SMALL LETTER A WITH BREVE 04D2 CYRILLIC CAPITAL LETTER A WITH DIAERESIS @@ -1215,8 +1253,16 @@ 04F3 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 04F4 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F5 CYRILLIC SMALL LETTER CHE WITH DIAERESIS +04F6 CYRILLIC CAPITAL LETTER GHE WITH DESCENDER +04F7 CYRILLIC SMALL LETTER GHE WITH DESCENDER 04F8 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04F9 CYRILLIC SMALL LETTER YERU WITH DIAERESIS +04FA CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK +04FB CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK +04FC CYRILLIC CAPITAL LETTER HA WITH HOOK +04FD CYRILLIC SMALL LETTER HA WITH HOOK +04FE CYRILLIC CAPITAL LETTER HA WITH STROKE +04FF CYRILLIC SMALL LETTER HA WITH STROKE 0500 CYRILLIC CAPITAL LETTER KOMI DE 0501 CYRILLIC SMALL LETTER KOMI DE 0502 CYRILLIC CAPITAL LETTER KOMI DJE @@ -1233,6 +1279,10 @@ 050D CYRILLIC SMALL LETTER KOMI SJE 050E CYRILLIC CAPITAL LETTER KOMI TJE 050F CYRILLIC SMALL LETTER KOMI TJE +0510 CYRILLIC CAPITAL LETTER REVERSED ZE +0511 CYRILLIC SMALL LETTER REVERSED ZE +0512 CYRILLIC CAPITAL LETTER EL WITH HOOK +0513 CYRILLIC SMALL LETTER EL WITH HOOK 0531 ARMENIAN CAPITAL LETTER AYB 0532 ARMENIAN CAPITAL LETTER BEN 0533 ARMENIAN CAPITAL LETTER GIM @@ -1336,6 +1386,7 @@ 059F HEBREW ACCENT QARNEY PARA 05A0 HEBREW ACCENT TELISHA GEDOLA 05A1 HEBREW ACCENT PAZER +05A2 HEBREW ACCENT ATNAH HAFUKH 05A3 HEBREW ACCENT MUNAH 05A4 HEBREW ACCENT MAHAPAKH 05A5 HEBREW ACCENT MERKHA @@ -1359,6 +1410,7 @@ 05B7 HEBREW POINT PATAH 05B8 HEBREW POINT QAMATS 05B9 HEBREW POINT HOLAM +05BA HEBREW POINT HOLAM HASER FOR VAV 05BB HEBREW POINT QUBUTS 05BC HEBREW POINT DAGESH OR MAPIQ 05BD HEBREW POINT METEG @@ -1369,6 +1421,9 @@ 05C2 HEBREW POINT SIN DOT 05C3 HEBREW PUNCTUATION SOF PASUQ 05C4 HEBREW MARK UPPER DOT +05C5 HEBREW MARK LOWER DOT +05C6 HEBREW PUNCTUATION NUN HAFUKHA +05C7 HEBREW POINT QAMATS QATAN 05D0 HEBREW LETTER ALEF 05D1 HEBREW LETTER BET 05D2 HEBREW LETTER GIMEL @@ -1405,6 +1460,7 @@ 0601 ARABIC SIGN SANAH 0602 ARABIC FOOTNOTE MARKER 0603 ARABIC SIGN SAFHA +060B AFGHANI SIGN 060C ARABIC COMMA 060D ARABIC DATE SEPARATOR 060E ARABIC POETIC VERSE SIGN @@ -1416,6 +1472,7 @@ 0614 ARABIC SIGN TAKHALLUS 0615 ARABIC SMALL HIGH TAH 061B ARABIC SEMICOLON +061E ARABIC TRIPLE DOT PUNCTUATION MARK 061F ARABIC QUESTION MARK 0621 ARABIC LETTER HAMZA 0622 ARABIC LETTER ALEF WITH MADDA ABOVE @@ -1468,6 +1525,12 @@ 0656 ARABIC SUBSCRIPT ALEF 0657 ARABIC INVERTED DAMMA 0658 ARABIC MARK NOON GHUNNA +0659 ARABIC ZWARAKAY +065A ARABIC VOWEL SIGN SMALL V ABOVE +065B ARABIC VOWEL SIGN INVERTED SMALL V ABOVE +065C ARABIC VOWEL SIGN DOT BELOW +065D ARABIC REVERSED DAMMA +065E ARABIC FATHA WITH TWO DOTS 0660 ARABIC-INDIC DIGIT ZERO 0661 ARABIC-INDIC DIGIT ONE 0662 ARABIC-INDIC DIGIT TWO @@ -1705,6 +1768,36 @@ 074D SYRIAC LETTER SOGDIAN ZHAIN 074E SYRIAC LETTER SOGDIAN KHAPH 074F SYRIAC LETTER SOGDIAN FE +0750 ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW +0751 ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE +0752 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW +0753 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE +0754 ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE +0755 ARABIC LETTER BEH WITH INVERTED SMALL V BELOW +0756 ARABIC LETTER BEH WITH SMALL V +0757 ARABIC LETTER HAH WITH TWO DOTS ABOVE +0758 ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW +0759 ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH +075A ARABIC LETTER DAL WITH INVERTED SMALL V BELOW +075B ARABIC LETTER REH WITH STROKE +075C ARABIC LETTER SEEN WITH FOUR DOTS ABOVE +075D ARABIC LETTER AIN WITH TWO DOTS ABOVE +075E ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE +075F ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE +0760 ARABIC LETTER FEH WITH TWO DOTS BELOW +0761 ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW +0762 ARABIC LETTER KEHEH WITH DOT ABOVE +0763 ARABIC LETTER KEHEH WITH THREE DOTS ABOVE +0764 ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW +0765 ARABIC LETTER MEEM WITH DOT ABOVE +0766 ARABIC LETTER MEEM WITH DOT BELOW +0767 ARABIC LETTER NOON WITH TWO DOTS BELOW +0768 ARABIC LETTER NOON WITH SMALL TAH +0769 ARABIC LETTER NOON WITH SMALL V +076A ARABIC LETTER LAM WITH BAR +076B ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE +076C ARABIC LETTER REH WITH HAMZA ABOVE +076D ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE 0780 THAANA LETTER HAA 0781 THAANA LETTER SHAVIYANI 0782 THAANA LETTER NOONU @@ -1755,6 +1848,65 @@ 07AF THAANA OABOAFILI 07B0 THAANA SUKUN 07B1 THAANA LETTER NAA [...2672 lines suppressed...] +1241A CUNEIFORM NUMERIC SIGN SIX GESH2 +1241B CUNEIFORM NUMERIC SIGN SEVEN GESH2 +1241C CUNEIFORM NUMERIC SIGN EIGHT GESH2 +1241D CUNEIFORM NUMERIC SIGN NINE GESH2 +1241E CUNEIFORM NUMERIC SIGN ONE GESHU +1241F CUNEIFORM NUMERIC SIGN TWO GESHU +12420 CUNEIFORM NUMERIC SIGN THREE GESHU +12421 CUNEIFORM NUMERIC SIGN FOUR GESHU +12422 CUNEIFORM NUMERIC SIGN FIVE GESHU +12423 CUNEIFORM NUMERIC SIGN TWO SHAR2 +12424 CUNEIFORM NUMERIC SIGN THREE SHAR2 +12425 CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM +12426 CUNEIFORM NUMERIC SIGN FOUR SHAR2 +12427 CUNEIFORM NUMERIC SIGN FIVE SHAR2 +12428 CUNEIFORM NUMERIC SIGN SIX SHAR2 +12429 CUNEIFORM NUMERIC SIGN SEVEN SHAR2 +1242A CUNEIFORM NUMERIC SIGN EIGHT SHAR2 +1242B CUNEIFORM NUMERIC SIGN NINE SHAR2 +1242C CUNEIFORM NUMERIC SIGN ONE SHARU +1242D CUNEIFORM NUMERIC SIGN TWO SHARU +1242E CUNEIFORM NUMERIC SIGN THREE SHARU +1242F CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM +12430 CUNEIFORM NUMERIC SIGN FOUR SHARU +12431 CUNEIFORM NUMERIC SIGN FIVE SHARU +12432 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH +12433 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN +12434 CUNEIFORM NUMERIC SIGN ONE BURU +12435 CUNEIFORM NUMERIC SIGN TWO BURU +12436 CUNEIFORM NUMERIC SIGN THREE BURU +12437 CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM +12438 CUNEIFORM NUMERIC SIGN FOUR BURU +12439 CUNEIFORM NUMERIC SIGN FIVE BURU +1243A CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16 +1243B CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21 +1243C CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU +1243D CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4 +1243E CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A +1243F CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B +12440 CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9 +12441 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3 +12442 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A +12443 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B +12444 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU +12445 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3 +12446 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU +12447 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3 +12448 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4 +12449 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A +1244A CUNEIFORM NUMERIC SIGN TWO ASH TENU +1244B CUNEIFORM NUMERIC SIGN THREE ASH TENU +1244C CUNEIFORM NUMERIC SIGN FOUR ASH TENU +1244D CUNEIFORM NUMERIC SIGN FIVE ASH TENU +1244E CUNEIFORM NUMERIC SIGN SIX ASH TENU +1244F CUNEIFORM NUMERIC SIGN ONE BAN2 +12450 CUNEIFORM NUMERIC SIGN TWO BAN2 +12451 CUNEIFORM NUMERIC SIGN THREE BAN2 +12452 CUNEIFORM NUMERIC SIGN FOUR BAN2 +12453 CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM +12454 CUNEIFORM NUMERIC SIGN FIVE BAN2 +12455 CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM +12456 CUNEIFORM NUMERIC SIGN NIGIDAMIN +12457 CUNEIFORM NUMERIC SIGN NIGIDAESH +12458 CUNEIFORM NUMERIC SIGN ONE ESHE3 +12459 CUNEIFORM NUMERIC SIGN TWO ESHE3 +1245A CUNEIFORM NUMERIC SIGN ONE THIRD DISH +1245B CUNEIFORM NUMERIC SIGN TWO THIRDS DISH +1245C CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH +1245D CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A +1245E CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A +1245F CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH +12460 CUNEIFORM NUMERIC SIGN ONE QUARTER ASH +12461 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH +12462 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER +12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER +12471 CUNEIFORM PUNCTUATION SIGN VERTICAL COLON +12472 CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON +12473 CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON 1D000 BYZANTINE MUSICAL SYMBOL PSILI 1D001 BYZANTINE MUSICAL SYMBOL DASEIA 1D002 BYZANTINE MUSICAL SYMBOL PERISPOMENI @@ -13137,6 +15665,76 @@ 1D1DB MUSICAL SYMBOL SCANDICUS FLEXUS 1D1DC MUSICAL SYMBOL TORCULUS RESUPINUS 1D1DD MUSICAL SYMBOL PES SUBPUNCTIS +1D200 GREEK VOCAL NOTATION SYMBOL-1 +1D201 GREEK VOCAL NOTATION SYMBOL-2 +1D202 GREEK VOCAL NOTATION SYMBOL-3 +1D203 GREEK VOCAL NOTATION SYMBOL-4 +1D204 GREEK VOCAL NOTATION SYMBOL-5 +1D205 GREEK VOCAL NOTATION SYMBOL-6 +1D206 GREEK VOCAL NOTATION SYMBOL-7 +1D207 GREEK VOCAL NOTATION SYMBOL-8 +1D208 GREEK VOCAL NOTATION SYMBOL-9 +1D209 GREEK VOCAL NOTATION SYMBOL-10 +1D20A GREEK VOCAL NOTATION SYMBOL-11 +1D20B GREEK VOCAL NOTATION SYMBOL-12 +1D20C GREEK VOCAL NOTATION SYMBOL-13 +1D20D GREEK VOCAL NOTATION SYMBOL-14 +1D20E GREEK VOCAL NOTATION SYMBOL-15 +1D20F GREEK VOCAL NOTATION SYMBOL-16 +1D210 GREEK VOCAL NOTATION SYMBOL-17 +1D211 GREEK VOCAL NOTATION SYMBOL-18 +1D212 GREEK VOCAL NOTATION SYMBOL-19 +1D213 GREEK VOCAL NOTATION SYMBOL-20 +1D214 GREEK VOCAL NOTATION SYMBOL-21 +1D215 GREEK VOCAL NOTATION SYMBOL-22 +1D216 GREEK VOCAL NOTATION SYMBOL-23 +1D217 GREEK VOCAL NOTATION SYMBOL-24 +1D218 GREEK VOCAL NOTATION SYMBOL-50 +1D219 GREEK VOCAL NOTATION SYMBOL-51 +1D21A GREEK VOCAL NOTATION SYMBOL-52 +1D21B GREEK VOCAL NOTATION SYMBOL-53 +1D21C GREEK VOCAL NOTATION SYMBOL-54 +1D21D GREEK INSTRUMENTAL NOTATION SYMBOL-1 +1D21E GREEK INSTRUMENTAL NOTATION SYMBOL-2 +1D21F GREEK INSTRUMENTAL NOTATION SYMBOL-4 +1D220 GREEK INSTRUMENTAL NOTATION SYMBOL-5 +1D221 GREEK INSTRUMENTAL NOTATION SYMBOL-7 +1D222 GREEK INSTRUMENTAL NOTATION SYMBOL-8 +1D223 GREEK INSTRUMENTAL NOTATION SYMBOL-11 +1D224 GREEK INSTRUMENTAL NOTATION SYMBOL-12 +1D225 GREEK INSTRUMENTAL NOTATION SYMBOL-13 +1D226 GREEK INSTRUMENTAL NOTATION SYMBOL-14 +1D227 GREEK INSTRUMENTAL NOTATION SYMBOL-17 +1D228 GREEK INSTRUMENTAL NOTATION SYMBOL-18 +1D229 GREEK INSTRUMENTAL NOTATION SYMBOL-19 +1D22A GREEK INSTRUMENTAL NOTATION SYMBOL-23 +1D22B GREEK INSTRUMENTAL NOTATION SYMBOL-24 +1D22C GREEK INSTRUMENTAL NOTATION SYMBOL-25 +1D22D GREEK INSTRUMENTAL NOTATION SYMBOL-26 +1D22E GREEK INSTRUMENTAL NOTATION SYMBOL-27 +1D22F GREEK INSTRUMENTAL NOTATION SYMBOL-29 +1D230 GREEK INSTRUMENTAL NOTATION SYMBOL-30 +1D231 GREEK INSTRUMENTAL NOTATION SYMBOL-32 +1D232 GREEK INSTRUMENTAL NOTATION SYMBOL-36 +1D233 GREEK INSTRUMENTAL NOTATION SYMBOL-37 +1D234 GREEK INSTRUMENTAL NOTATION SYMBOL-38 +1D235 GREEK INSTRUMENTAL NOTATION SYMBOL-39 +1D236 GREEK INSTRUMENTAL NOTATION SYMBOL-40 +1D237 GREEK INSTRUMENTAL NOTATION SYMBOL-42 +1D238 GREEK INSTRUMENTAL NOTATION SYMBOL-43 +1D239 GREEK INSTRUMENTAL NOTATION SYMBOL-45 +1D23A GREEK INSTRUMENTAL NOTATION SYMBOL-47 +1D23B GREEK INSTRUMENTAL NOTATION SYMBOL-48 +1D23C GREEK INSTRUMENTAL NOTATION SYMBOL-49 +1D23D GREEK INSTRUMENTAL NOTATION SYMBOL-50 +1D23E GREEK INSTRUMENTAL NOTATION SYMBOL-51 +1D23F GREEK INSTRUMENTAL NOTATION SYMBOL-52 +1D240 GREEK INSTRUMENTAL NOTATION SYMBOL-53 +1D241 GREEK INSTRUMENTAL NOTATION SYMBOL-54 +1D242 COMBINING GREEK MUSICAL TRISEME +1D243 COMBINING GREEK MUSICAL TETRASEME +1D244 COMBINING GREEK MUSICAL PENTASEME +1D245 GREEK MUSICAL LEIMMA 1D300 MONOGRAM FOR EARTH 1D301 DIGRAM FOR HEAVENLY EARTH 1D302 DIGRAM FOR HUMAN EARTH @@ -13224,6 +15822,24 @@ 1D354 TETRAGRAM FOR DIFFICULTIES 1D355 TETRAGRAM FOR LABOURING 1D356 TETRAGRAM FOR FOSTERING +1D360 COUNTING ROD UNIT DIGIT ONE +1D361 COUNTING ROD UNIT DIGIT TWO +1D362 COUNTING ROD UNIT DIGIT THREE +1D363 COUNTING ROD UNIT DIGIT FOUR +1D364 COUNTING ROD UNIT DIGIT FIVE +1D365 COUNTING ROD UNIT DIGIT SIX +1D366 COUNTING ROD UNIT DIGIT SEVEN +1D367 COUNTING ROD UNIT DIGIT EIGHT +1D368 COUNTING ROD UNIT DIGIT NINE +1D369 COUNTING ROD TENS DIGIT ONE +1D36A COUNTING ROD TENS DIGIT TWO +1D36B COUNTING ROD TENS DIGIT THREE +1D36C COUNTING ROD TENS DIGIT FOUR +1D36D COUNTING ROD TENS DIGIT FIVE +1D36E COUNTING ROD TENS DIGIT SIX +1D36F COUNTING ROD TENS DIGIT SEVEN +1D370 COUNTING ROD TENS DIGIT EIGHT +1D371 COUNTING ROD TENS DIGIT NINE 1D400 MATHEMATICAL BOLD CAPITAL A 1D401 MATHEMATICAL BOLD CAPITAL B 1D402 MATHEMATICAL BOLD CAPITAL C @@ -13876,6 +16492,8 @@ 1D6A1 MATHEMATICAL MONOSPACE SMALL X 1D6A2 MATHEMATICAL MONOSPACE SMALL Y 1D6A3 MATHEMATICAL MONOSPACE SMALL Z +1D6A4 MATHEMATICAL ITALIC SMALL DOTLESS I +1D6A5 MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8 MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 MATHEMATICAL BOLD CAPITAL BETA 1D6AA MATHEMATICAL BOLD CAPITAL GAMMA @@ -14166,6 +16784,8 @@ 1D7C7 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 1D7C8 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 1D7C9 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL +1D7CA MATHEMATICAL BOLD CAPITAL DIGAMMA +1D7CB MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE MATHEMATICAL BOLD DIGIT ZERO 1D7CF MATHEMATICAL BOLD DIGIT ONE 1D7D0 MATHEMATICAL BOLD DIGIT TWO Index: fonttools.spec =================================================================== RCS file: /cvs/extras/rpms/fonttools/devel/fonttools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fonttools.spec 9 Nov 2006 14:38:24 -0000 1.9 +++ fonttools.spec 1 Dec 2006 02:36:25 -0000 1.10 @@ -3,7 +3,7 @@ Name: fonttools Version: 2.0 -Release: 0.9.%{alphatag}%{?dist} +Release: 0.10.%{alphatag}%{?dist} Summary: A tool to convert True/OpenType fonts to XML and back Group: Development/Tools @@ -11,6 +11,7 @@ URL: http://sourceforge.net/projects/fonttools/ Source0: http://fonttools.sourceforge.net/cvs-snapshots/bzip2/fonttools-2006-02-23.085153.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: fonttools-uni5.patch BuildRequires: python-devel python-numeric Requires: python-numeric @@ -25,6 +26,7 @@ %prep %setup -q -n %{name} +%patch1 -p1 -b .uni5 %{__sed} -i.nobang '1 d' Lib/fontTools/ttx.py %{__chmod} a-x LICENSE.txt @@ -65,6 +67,9 @@ %changelog +* Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs +- Update the Unicode names file to Unicode 5.0.0 + * Thu Nov 09 2006 Roozbeh Pournader - 2.0-0.9.20060223cvs - Update to newer CVS snapshot dated 2006-02-23 - Cleanup based on latest Python packaging guidelines From fedora-extras-commits at redhat.com Fri Dec 1 04:02:37 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Thu, 30 Nov 2006 23:02:37 -0500 Subject: rpms/snort/devel snort.spec,1.19,1.20 Message-ID: <200612010402.kB142bOj007136@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7117 Modified Files: snort.spec Log Message: rebuild for new libpcap Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- snort.spec 24 Nov 2006 03:46:42 -0000 1.19 +++ snort.spec 1 Dec 2006 04:02:07 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort Version: 2.6.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -420,6 +420,9 @@ %changelog +* Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 +- rebuild for new libpcap + * Thu Nov 23 2006 Dennis Gilmore - 2.6.1.1-1 -upgrade to 2.6.1.1 From fedora-extras-commits at redhat.com Fri Dec 1 10:22:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:22:15 -0500 Subject: owners owners.list,1.2043,1.2044 Message-ID: <200612011022.kB1AMF3B031797@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31782 Modified Files: owners.list Log Message: Take ownership of frozen-bubble and add Hans to default cc. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2043 retrieving revision 1.2044 diff -u -r1.2043 -r1.2044 --- owners.list 30 Nov 2006 23:49:04 -0000 1.2043 +++ owners.list 1 Dec 2006 10:21:44 -0000 1.2044 @@ -460,7 +460,7 @@ Fedora Extras|FreeWnn|Japanese input server|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|freeze|freeze/melt/fcat compression utilities|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|frotz|Interpreter for Infocom and other Z-machine games|chris at chrisgrau.com|extras-qa at fedoraproject.org| -Fedora Extras|frozen-bubble|Frozen Bubble arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|frozen-bubble|Frozen Bubble arcade game|matthias at rpmforge.net|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|fslint|FSlint - a utility to find and clean "lint" on a filesystem|P at draigBrady.com|extras-qa at fedoraproject.org| Fedora Extras|ftnchek|Static analyzer for Fortran 77 programs|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|fuse|File System in Userspace|lemenkov at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 1 10:40:36 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:40:36 -0500 Subject: rpms/frozen-bubble/FC-5 frozen-bubble.spec,1.4,1.5 Message-ID: <200612011040.kB1AeaWl031970@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/frozen-bubble/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/FC-5 Modified Files: frozen-bubble.spec Log Message: Silence useradd call so there is no output upon update (#217902). Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/FC-5/frozen-bubble.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- frozen-bubble.spec 29 Nov 2006 10:25:11 -0000 1.4 +++ frozen-bubble.spec 1 Dec 2006 10:40:06 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{version}.tar.bz2 @@ -117,7 +117,7 @@ %post server -/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble || : +/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble &>/dev/null || : /sbin/chkconfig --add fb-server %preun server @@ -153,6 +153,9 @@ %changelog +* Wed Nov 29 2006 Matthias Saou 2.1.0-2 +- Silence useradd call so there is no output upon update (#217902). + * Wed Nov 29 2006 Matthias Saou 2.1.0-1 - Update to 2.1.0 (fixes #216248). From fedora-extras-commits at redhat.com Fri Dec 1 10:40:36 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:40:36 -0500 Subject: rpms/frozen-bubble/FC-6 frozen-bubble.spec,1.4,1.5 Message-ID: <200612011040.kB1Aeakm031973@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/frozen-bubble/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/FC-6 Modified Files: frozen-bubble.spec Log Message: Silence useradd call so there is no output upon update (#217902). Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/FC-6/frozen-bubble.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- frozen-bubble.spec 29 Nov 2006 10:25:11 -0000 1.4 +++ frozen-bubble.spec 1 Dec 2006 10:40:06 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{version}.tar.bz2 @@ -117,7 +117,7 @@ %post server -/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble || : +/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble &>/dev/null || : /sbin/chkconfig --add fb-server %preun server @@ -153,6 +153,9 @@ %changelog +* Wed Nov 29 2006 Matthias Saou 2.1.0-2 +- Silence useradd call so there is no output upon update (#217902). + * Wed Nov 29 2006 Matthias Saou 2.1.0-1 - Update to 2.1.0 (fixes #216248). From fedora-extras-commits at redhat.com Fri Dec 1 10:40:41 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Fri, 1 Dec 2006 05:40:41 -0500 Subject: rpms/frozen-bubble/devel frozen-bubble.spec,1.4,1.5 Message-ID: <200612011040.kB1AefMm031976@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923/devel Modified Files: frozen-bubble.spec Log Message: Silence useradd call so there is no output upon update (#217902). Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/frozen-bubble.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- frozen-bubble.spec 29 Nov 2006 10:25:16 -0000 1.4 +++ frozen-bubble.spec 1 Dec 2006 10:40:11 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{version}.tar.bz2 @@ -117,7 +117,7 @@ %post server -/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble || : +/usr/sbin/useradd -r -s /sbin/nologin -d / fbubble &>/dev/null || : /sbin/chkconfig --add fb-server %preun server @@ -153,6 +153,9 @@ %changelog +* Wed Nov 29 2006 Matthias Saou 2.1.0-2 +- Silence useradd call so there is no output upon update (#217902). + * Wed Nov 29 2006 Matthias Saou 2.1.0-1 - Update to 2.1.0 (fixes #216248). From fedora-extras-commits at redhat.com Fri Dec 1 12:24:34 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Fri, 1 Dec 2006 07:24:34 -0500 Subject: owners owners.list,1.2044,1.2045 Message-ID: <200612011224.kB1COYrP006258@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6243 Modified Files: owners.list Log Message: Unorphan alsa-tools (#217256) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2044 retrieving revision 1.2045 diff -u -r1.2044 -r1.2045 --- owners.list 1 Dec 2006 10:21:44 -0000 1.2044 +++ owners.list 1 Dec 2006 12:24:04 -0000 1.2045 @@ -43,7 +43,7 @@ Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| -Fedora Extras|alsa-tools|The ALSA Tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|andreas.bierfert at lowlatency.de +Fedora Extras|alsa-tools|Specialist tools for ALSA|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|alsamixergui|GUI mixer for ALSA sound devices|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|altermime|Alter MIME-encoded mailpacks|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|amarok|Media player for KDE|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 1 12:31:19 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Fri, 1 Dec 2006 07:31:19 -0500 Subject: rpms/wbxml2/FC-5 wbxml2.spec,1.10,1.11 Message-ID: <200612011231.kB1CVJ8I006364@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/wbxml2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/FC-5 Modified Files: wbxml2.spec Log Message: * Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 - Stupidity. Fix the use of iconv. Bug #217848 again. - Add an end-of-line to BUGS as well. * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 - Use iconv instead of recode. Bug #217848. Index: wbxml2.spec =================================================================== RCS file: /cvs/extras/rpms/wbxml2/FC-5/wbxml2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- wbxml2.spec 30 Nov 2006 13:47:27 -0000 1.10 +++ wbxml2.spec 1 Dec 2006 12:30:49 -0000 1.11 @@ -1,6 +1,6 @@ Name: wbxml2 Version: 0.9.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Library and tools to parse, encode and handle WBXML documents Group: System Environment/Libraries @@ -42,11 +42,13 @@ # Recode to UTF-8 several doc files for file in ChangeLog README NEWS References; do - /usr/bin/iconv -f iso8859-1 -t utf-8 $file + /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \ + && /bin/mv ${file}.conv $file done # no line terminator, add one echo >> THANKS +echo >> BUGS %build %configure --disable-rpath --disable-static @@ -86,8 +88,12 @@ %changelog +* Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 +- Stupidity. Fix the use of iconv. Bug #217848 again. +- Add an end-of-line to BUGS as well. + * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 -- Use iconv instead of mock. Bug #217848. +- Use iconv instead of recode. Bug #217848. * Mon Nov 27 2006 Laurent Rineau - 0.9.2-5 - Changed the Summarys and descriptions. From fedora-extras-commits at redhat.com Fri Dec 1 12:31:19 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Fri, 1 Dec 2006 07:31:19 -0500 Subject: rpms/wbxml2/FC-6 wbxml2.spec,1.11,1.12 Message-ID: <200612011231.kB1CVJXI006367@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/wbxml2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/FC-6 Modified Files: wbxml2.spec Log Message: * Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 - Stupidity. Fix the use of iconv. Bug #217848 again. - Add an end-of-line to BUGS as well. * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 - Use iconv instead of recode. Bug #217848. Index: wbxml2.spec =================================================================== RCS file: /cvs/extras/rpms/wbxml2/FC-6/wbxml2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wbxml2.spec 30 Nov 2006 13:47:27 -0000 1.11 +++ wbxml2.spec 1 Dec 2006 12:30:49 -0000 1.12 @@ -1,6 +1,6 @@ Name: wbxml2 Version: 0.9.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Library and tools to parse, encode and handle WBXML documents Group: System Environment/Libraries @@ -42,11 +42,13 @@ # Recode to UTF-8 several doc files for file in ChangeLog README NEWS References; do - /usr/bin/iconv -f iso8859-1 -t utf-8 $file + /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \ + && /bin/mv ${file}.conv $file done # no line terminator, add one echo >> THANKS +echo >> BUGS %build %configure --disable-rpath --disable-static @@ -86,8 +88,12 @@ %changelog +* Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 +- Stupidity. Fix the use of iconv. Bug #217848 again. +- Add an end-of-line to BUGS as well. + * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 -- Use iconv instead of mock. Bug #217848. +- Use iconv instead of recode. Bug #217848. * Mon Nov 27 2006 Laurent Rineau - 0.9.2-5 - Changed the Summarys and descriptions. From fedora-extras-commits at redhat.com Fri Dec 1 12:31:24 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Fri, 1 Dec 2006 07:31:24 -0500 Subject: rpms/wbxml2/devel wbxml2.spec,1.11,1.12 Message-ID: <200612011231.kB1CVOYt006368@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/wbxml2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/devel Modified Files: wbxml2.spec Log Message: * Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 - Stupidity. Fix the use of iconv. Bug #217848 again. - Add an end-of-line to BUGS as well. * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 - Use iconv instead of recode. Bug #217848. Index: wbxml2.spec =================================================================== RCS file: /cvs/extras/rpms/wbxml2/devel/wbxml2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wbxml2.spec 30 Nov 2006 13:47:33 -0000 1.11 +++ wbxml2.spec 1 Dec 2006 12:30:54 -0000 1.12 @@ -1,6 +1,6 @@ Name: wbxml2 Version: 0.9.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Library and tools to parse, encode and handle WBXML documents Group: System Environment/Libraries @@ -42,11 +42,13 @@ # Recode to UTF-8 several doc files for file in ChangeLog README NEWS References; do - /usr/bin/iconv -f iso8859-1 -t utf-8 $file + /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \ + && /bin/mv ${file}.conv $file done # no line terminator, add one echo >> THANKS +echo >> BUGS %build %configure --disable-rpath --disable-static @@ -86,8 +88,12 @@ %changelog +* Fri Dec 1 2006 Laurent Rineau - 0.9.2-8 +- Stupidity. Fix the use of iconv. Bug #217848 again. +- Add an end-of-line to BUGS as well. + * Thu Nov 30 2006 Laurent Rineau - 0.9.2-6 -- Use iconv instead of mock. Bug #217848. +- Use iconv instead of recode. Bug #217848. * Mon Nov 27 2006 Laurent Rineau - 0.9.2-5 - Changed the Summarys and descriptions. From fedora-extras-commits at redhat.com Fri Dec 1 13:11:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 08:11:20 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.4,1.5 Message-ID: <200612011311.kB1DBKi9009732@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9652 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-4 - fix magick-config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GraphicsMagick.spec 29 Nov 2006 12:01:17 -0000 1.4 +++ GraphicsMagick.spec 1 Dec 2006 13:10:50 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config_64.h" +# include "magick-config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-4 +- fix magick-config-64.h (bug #217959) + * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 - Fixed devel requirement. From fedora-extras-commits at redhat.com Fri Dec 1 13:12:30 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 08:12:30 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.5,1.6 Message-ID: <200612011312.kB1DCU8s009764@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9747 Modified Files: GraphicsMagick.spec Log Message: Release++, botched tag Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- GraphicsMagick.spec 1 Dec 2006 13:10:50 -0000 1.5 +++ GraphicsMagick.spec 1 Dec 2006 13:12:00 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -231,7 +231,7 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog -* Fri Dec 01 2006 Rex Dieter - 1.1.7-4 +* Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 From fedora-extras-commits at redhat.com Fri Dec 1 14:11:12 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:11:12 -0500 Subject: rpms/gnupg2/FC-6 .cvsignore, 1.16, 1.17 gnupg2.spec, 1.55, 1.56 sources, 1.18, 1.19 Message-ID: <200612011411.kB1EBC2Q013069@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13046 Modified Files: .cvsignore gnupg2.spec sources Log Message: * Wed Nov 29 2006 Rex Dieter 2.0.1-1 - gnupg-2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 28 Nov 2006 17:06:34 -0000 1.16 +++ .cvsignore 1 Dec 2006 14:10:42 -0000 1.17 @@ -1,5 +1,3 @@ clog -gnupg-2.0.0.tar.bz2 -gnupg-2.0.0.tar.bz2.sig -gnupg-2.0.1rc1.tar.bz2 -gnupg-2.0.1rc1.tar.bz2.sig +gnupg-2.0.1.tar.bz2 +gnupg-2.0.1.tar.bz2.sig Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/gnupg2.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- gnupg2.spec 28 Nov 2006 17:06:34 -0000 1.55 +++ gnupg2.spec 1 Dec 2006 14:10:42 -0000 1.56 @@ -7,17 +7,15 @@ %define kde_scriptdir %{_prefix} %endif -%define beta rc1 - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.1 -Release: 0.3.%{beta}%{?dist} +Release: 1%{?dist} License: GPL Group: Applications/System -Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}%{?beta}.tar.bz2 -Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}%{?beta}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -179,6 +177,9 @@ %changelog +* Wed Nov 29 2006 Rex Dieter 2.0.1-1 +- gnupg-2.0.1 + * Sat Nov 25 2006 Rex Dieter 2.0.1-0.3.rc1 - gnupg-2.0.1rc1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 28 Nov 2006 17:06:34 -0000 1.18 +++ sources 1 Dec 2006 14:10:42 -0000 1.19 @@ -1,2 +1,2 @@ -e782017943dcf59e3f5b71556e921be4 gnupg-2.0.1rc1.tar.bz2 -2dee9b82c53b42c13267b794aa3fae00 gnupg-2.0.1rc1.tar.bz2.sig +eb24e258db73f4cb53a3ce18375efa21 gnupg-2.0.1.tar.bz2 +58b1bbc2f34c0882ab1a49542a8ffd45 gnupg-2.0.1.tar.bz2.sig From fedora-extras-commits at redhat.com Fri Dec 1 14:21:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:21:49 -0500 Subject: rpms/libksba/devel .cvsignore, 1.10, 1.11 libksba.spec, 1.23, 1.24 sources, 1.10, 1.11 Message-ID: <200612011421.kB1ELn1w013207@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libksba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13188 Modified Files: .cvsignore libksba.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.0.1-1 - libksba-1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 7 Sep 2006 20:01:42 -0000 1.10 +++ .cvsignore 1 Dec 2006 14:21:19 -0000 1.11 @@ -1,4 +1,2 @@ -libksba-0.9.15.tar.bz2 -libksba-0.9.15.tar.bz2.sig -libksba-1.0.0.tar.bz2 -libksba-1.0.0.tar.bz2.sig +libksba-1.0.1.tar.bz2.sig +libksba-1.0.1.tar.bz2 Index: libksba.spec =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- libksba.spec 2 Oct 2006 17:08:37 -0000 1.23 +++ libksba.spec 1 Dec 2006 14:21:19 -0000 1.24 @@ -1,8 +1,8 @@ Summary: X.509 library Name: libksba -Version: 1.0.0 -Release: 1%{?dist}.1 +Version: 1.0.1 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ @@ -10,7 +10,7 @@ Source1: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2.sig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libgpg-error >= 1.2 +BuildRequires: libgpg-error-devel >= 1.2 BuildRequires: libgcrypt-devel >= 1.2.0 %description @@ -39,10 +39,6 @@ make %{?_smp_mflags} -%check ||: -make check - - %install rm -rf $RPM_BUILD_ROOT @@ -52,6 +48,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +%check +make check + + %clean rm -rf $RPM_BUILD_ROOT @@ -72,11 +72,11 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION -%{_libdir}/*.so.* +%{_libdir}/lib*.so.* %files devel %defattr(-,root,root,-) -%{_bindir}/*-config +%{_bindir}/ksba-config %{_libdir}/lib*.so %{_includedir}/* %{_datadir}/aclocal/* @@ -84,11 +84,14 @@ %changelog -* Mon Oct 02 2006 Rex Dieter +* Fri Dec 01 2006 Rex Dieter 1.0.1-1 +- libksba-1.0.1 + +* Mon Oct 02 2006 Rex Dieter 1.0.0-1.1 - respin * Thu Aug 31 2006 Rex Dieter 1.0.0-1 -- 1.0.0 +- libksba-1.0.0 * Tue Aug 29 2006 Rex Dieter 0.9.15-3 - fc6 respin @@ -96,7 +99,7 @@ * Thu Jun 20 2006 Rex Dieter 0.9.15-2 - 0.9.15 -* Wed Mar 1 2006 Rex Dieter +* Wed Mar 1 2006 Rex Dieter 0.9.13-2.1 - fc5: gcc/glibc respin * Wed Nov 30 2005 Rex Dieter 0.9.13-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 7 Sep 2006 20:01:42 -0000 1.10 +++ sources 1 Dec 2006 14:21:19 -0000 1.11 @@ -1,2 +1,2 @@ -9b20be3fa55d7e4271344cce92bfa4ca libksba-1.0.0.tar.bz2 -afc81702ad3c867fb08301133d4eee33 libksba-1.0.0.tar.bz2.sig +a4b0ed51286486c46ba00266d8cbd2bb libksba-1.0.1.tar.bz2.sig +43646aa414f28e4962f8db138efbf249 libksba-1.0.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 14:37:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:37:12 -0500 Subject: rpms/perl-Wx/FC-5 .cvsignore, 1.5, 1.6 perl-Wx.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612011437.kB1EbClP013483@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13422/FC-5 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.64. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 15:15:30 -0000 1.5 +++ .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -Wx-0.63.tar.gz +Wx-0.64.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/perl-Wx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Wx.spec 22 Nov 2006 15:15:30 -0000 1.4 +++ perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 +- Update to 0.64. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 15:15:30 -0000 1.5 +++ sources 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -214bf025166a603506b160823d5e9013 Wx-0.63.tar.gz +b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 14:37:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:37:12 -0500 Subject: rpms/perl-Wx/FC-6 .cvsignore, 1.5, 1.6 perl-Wx.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612011437.kB1EbCQA013488@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13422/FC-6 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.64. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 15:15:30 -0000 1.5 +++ .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -Wx-0.63.tar.gz +Wx-0.64.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/perl-Wx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Wx.spec 22 Nov 2006 15:15:30 -0000 1.4 +++ perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 +- Update to 0.64. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 15:15:30 -0000 1.5 +++ sources 1 Dec 2006 14:36:42 -0000 1.6 @@ -1 +1 @@ -214bf025166a603506b160823d5e9013 Wx-0.63.tar.gz +b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 14:37:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:37:18 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.6, 1.7 perl-Wx.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612011437.kB1EbIAu013493@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13422/devel Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.64. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Nov 2006 14:19:16 -0000 1.6 +++ .cvsignore 1 Dec 2006 14:36:48 -0000 1.7 @@ -1 +1 @@ -Wx-0.63.tar.gz +Wx-0.64.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Wx.spec 22 Nov 2006 14:19:16 -0000 1.5 +++ perl-Wx.spec 1 Dec 2006 14:36:48 -0000 1.6 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 +- Update to 0.64. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Nov 2006 14:19:16 -0000 1.6 +++ sources 1 Dec 2006 14:36:48 -0000 1.7 @@ -1 +1 @@ -214bf025166a603506b160823d5e9013 Wx-0.63.tar.gz +b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 14:38:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:38:57 -0500 Subject: rpms/gnupg2/FC-5 gnupg-1.9.22-CVE-2006-6169.patch, NONE, 1.1 gnupg2.spec, 1.38, 1.39 Message-ID: <200612011438.kB1EcvPg013658@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13605 Modified Files: gnupg2.spec Added Files: gnupg-1.9.22-CVE-2006-6169.patch Log Message: * Fri Dec 01 2006 Rex Dieter 1.9.22-8 - CVE-2006-6169 (bug #217950) - --disable-optmization on 64bit archs gnupg-1.9.22-CVE-2006-6169.patch: --- NEW FILE gnupg-1.9.22-CVE-2006-6169.patch --- --- gnupg-1.9.22/g10/openfile.c.CVE-2006-6169 2006-06-20 11:33:00.000000000 -0500 +++ gnupg-1.9.22/g10/openfile.c 2006-12-01 08:36:19.000000000 -0600 @@ -145,8 +145,8 @@ s = _("Enter new filename"); - n = strlen(s) + namelen + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; + n = strlen(s) + (defname?strlen (defname):0) + 10; prompt = xmalloc(n); if( defname ) sprintf(prompt, "%s [%s]: ", s, defname ); Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-5/gnupg2.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- gnupg2.spec 18 Sep 2006 13:49:35 -0000 1.38 +++ gnupg2.spec 1 Dec 2006 14:38:27 -0000 1.39 @@ -6,35 +6,24 @@ %define kde_scriptdir %{_prefix} %endif -# define _enable_gpg to build/include gnupg2 binary, currently disabled because: -# * currently doesn't build -# * has security issue (CVE-2006-3082) -# * upstream devs say "You shall not build the gpg part. There is a reason why it is not -# enabled by default" -#define _enable_gpg --enable-gpg - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System -#Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 -#Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig -#use mirror(s), since the primary site hardly ever works anymore -Source0: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2 -Source1: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# omit broken x86_64 build -# ExcludeArch: x86_64 # enable auto-startup/shutdown of gpg-agent Source10: gpg-agent-startup.sh Source11: gpg-agent-shutdown.sh -Patch2: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-1.9.16-testverbose.patch +Patch100: gnupg-1.9.22-CVE-2006-6169.patch Obsoletes: newpg < 0.9.5 @@ -85,7 +74,8 @@ %prep %setup -q -n gnupg-%{version} -%patch2 -p1 -b .testverbose +%patch2 -p1 -b .testverbose +%patch100 -p1 -b .CVE-2006-6169 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -104,6 +94,9 @@ %configure \ --disable-rpath \ --disable-dependency-tracking \ +%if "%{_lib}" == "lib64" + --disable-optimization \ +%endif %{?_enable_gpg} make %{?_smp_mflags} @@ -172,6 +165,10 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 1.9.22-8 +- CVE-2006-6169 (bug #217950) +- --disable-optmization on 64bit archs + * Mon Sep 18 2006 Rex Dieter 1.9.22-7 - gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists From fedora-extras-commits at redhat.com Fri Dec 1 14:41:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:41:19 -0500 Subject: rpms/gnupg2/FC-4 gnupg-1.9.22-CVE-2006-6169.patch, NONE, 1.1 gnupg2.spec, 1.21, 1.22 Message-ID: <200612011441.kB1EfJbv013765@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13740 Modified Files: gnupg2.spec Added Files: gnupg-1.9.22-CVE-2006-6169.patch Log Message: * Fri Dec 01 2006 Rex Dieter 1.9.22-8 - CVE-2006-6169 (bug #217950) - --disable-optmization on 64bit archs gnupg-1.9.22-CVE-2006-6169.patch: --- NEW FILE gnupg-1.9.22-CVE-2006-6169.patch --- --- gnupg-1.9.22/g10/openfile.c.CVE-2006-6169 2006-06-20 11:33:00.000000000 -0500 +++ gnupg-1.9.22/g10/openfile.c 2006-12-01 08:36:19.000000000 -0600 @@ -145,8 +145,8 @@ s = _("Enter new filename"); - n = strlen(s) + namelen + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; + n = strlen(s) + (defname?strlen (defname):0) + 10; prompt = xmalloc(n); if( defname ) sprintf(prompt, "%s [%s]: ", s, defname ); Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-4/gnupg2.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gnupg2.spec 18 Sep 2006 13:51:29 -0000 1.21 +++ gnupg2.spec 1 Dec 2006 14:40:49 -0000 1.22 @@ -6,35 +6,24 @@ %define kde_scriptdir %{_prefix} %endif -# define _enable_gpg to build/include gnupg2 binary, currently disabled because: -# * currently doesn't build -# * has security issue (CVE-2006-3082) -# * upstream devs say "You shall not build the gpg part. There is a reason why it is not -# enabled by default" -#define _enable_gpg --enable-gpg - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System -#Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 -#Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig -#use mirror(s), since the primary site hardly ever works anymore -Source0: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2 -Source1: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# omit broken x86_64 build -# ExcludeArch: x86_64 # enable auto-startup/shutdown of gpg-agent Source10: gpg-agent-startup.sh Source11: gpg-agent-shutdown.sh -Patch2: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-1.9.16-testverbose.patch +Patch100: gnupg-1.9.22-CVE-2006-6169.patch Obsoletes: newpg < 0.9.5 @@ -85,7 +74,8 @@ %prep %setup -q -n gnupg-%{version} -%patch2 -p1 -b .testverbose +%patch2 -p1 -b .testverbose +%patch100 -p1 -b .CVE-2006-6169 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -104,6 +94,9 @@ %configure \ --disable-rpath \ --disable-dependency-tracking \ +%if "%{_lib}" == "lib64" + --disable-optimization \ +%endif %{?_enable_gpg} make %{?_smp_mflags} @@ -172,6 +165,10 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 1.9.22-8 +- CVE-2006-6169 (bug #217950) +- --disable-optmization on 64bit archs + * Mon Sep 18 2006 Rex Dieter 1.9.22-7 - gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists From fedora-extras-commits at redhat.com Fri Dec 1 14:42:30 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 09:42:30 -0500 Subject: rpms/gnupg2/FC-3 gnupg-1.9.22-CVE-2006-6169.patch, NONE, 1.1 gnupg2.spec, 1.13, 1.14 Message-ID: <200612011442.kB1EgUBG013860@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13831 Modified Files: gnupg2.spec Added Files: gnupg-1.9.22-CVE-2006-6169.patch Log Message: * Fri Dec 01 2006 Rex Dieter 1.9.22-8 - CVE-2006-6169 (bug #217950) - --disable-optmization on 64bit archs gnupg-1.9.22-CVE-2006-6169.patch: --- NEW FILE gnupg-1.9.22-CVE-2006-6169.patch --- --- gnupg-1.9.22/g10/openfile.c.CVE-2006-6169 2006-06-20 11:33:00.000000000 -0500 +++ gnupg-1.9.22/g10/openfile.c 2006-12-01 08:36:19.000000000 -0600 @@ -145,8 +145,8 @@ s = _("Enter new filename"); - n = strlen(s) + namelen + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; + n = strlen(s) + (defname?strlen (defname):0) + 10; prompt = xmalloc(n); if( defname ) sprintf(prompt, "%s [%s]: ", s, defname ); Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-3/gnupg2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gnupg2.spec 18 Sep 2006 13:59:14 -0000 1.13 +++ gnupg2.spec 1 Dec 2006 14:42:00 -0000 1.14 @@ -6,35 +6,24 @@ %define kde_scriptdir %{_prefix} %endif -# define _enable_gpg to build/include gnupg2 binary, currently disabled because: -# * currently doesn't build -# * has security issue (CVE-2006-3082) -# * upstream devs say "You shall not build the gpg part. There is a reason why it is not -# enabled by default" -#define _enable_gpg --enable-gpg - Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System -#Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 -#Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig -#use mirror(s), since the primary site hardly ever works anymore -Source0: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2 -Source1: http://mirrors.rootmode.com/ftp.gnupg.org/alpha/gnupg/gnupg-%{version}.tar.bz2.sig +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# omit broken x86_64 build -# ExcludeArch: x86_64 # enable auto-startup/shutdown of gpg-agent Source10: gpg-agent-startup.sh Source11: gpg-agent-shutdown.sh -Patch2: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-1.9.16-testverbose.patch +Patch100: gnupg-1.9.22-CVE-2006-6169.patch Obsoletes: newpg < 0.9.5 @@ -85,7 +74,8 @@ %prep %setup -q -n gnupg-%{version} -%patch2 -p1 -b .testverbose +%patch2 -p1 -b .testverbose +%patch100 -p1 -b .CVE-2006-6169 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -104,6 +94,9 @@ %configure \ --disable-rpath \ --disable-dependency-tracking \ +%if "%{_lib}" == "lib64" + --disable-optimization \ +%endif %{?_enable_gpg} make %{?_smp_mflags} @@ -172,6 +165,10 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 1.9.22-8 +- CVE-2006-6169 (bug #217950) +- --disable-optmization on 64bit archs + * Mon Sep 18 2006 Rex Dieter 1.9.22-7 - gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists From fedora-extras-commits at redhat.com Fri Dec 1 14:43:09 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 09:43:09 -0500 Subject: rpms/perl-HTTP-Server-Simple/devel .cvsignore, 1.9, 1.10 perl-HTTP-Server-Simple.spec, 1.10, 1.11 sources, 1.9, 1.10 Message-ID: <200612011443.kB1Eh9Fo013924@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-HTTP-Server-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13901 Modified Files: .cvsignore perl-HTTP-Server-Simple.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 22 Nov 2006 17:10:52 -0000 1.9 +++ .cvsignore 1 Dec 2006 14:42:39 -0000 1.10 @@ -1 +1 @@ -HTTP-Server-Simple-0.24.tar.gz +HTTP-Server-Simple-0.26.tar.gz Index: perl-HTTP-Server-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple/devel/perl-HTTP-Server-Simple.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-HTTP-Server-Simple.spec 22 Nov 2006 17:10:52 -0000 1.10 +++ perl-HTTP-Server-Simple.spec 1 Dec 2006 14:42:39 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-HTTP-Server-Simple -Version: 0.24 +Version: 0.26 Release: 1%{?dist} Summary: Very simple standalone HTTP daemon @@ -55,6 +55,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + * Wed Nov 22 2006 Jose Pedro Oliveira - 0.24-1 - Update to 0.24. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 22 Nov 2006 17:10:52 -0000 1.9 +++ sources 1 Dec 2006 14:42:39 -0000 1.10 @@ -1 +1 @@ -302f487fc5ae544529cc87784eccd89f HTTP-Server-Simple-0.24.tar.gz +1d21b98ece33a07296c857020d6b4601 HTTP-Server-Simple-0.26.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:23:13 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 1 Dec 2006 10:23:13 -0500 Subject: rpms/telepathy-gabble/devel .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 telepathy-gabble.spec, 1.15, 1.16 Message-ID: <200612011523.kB1FNDwL017148@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-gabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17124 Modified Files: .cvsignore sources telepathy-gabble.spec Log Message: * Fri Dec 1 2006 Brian Pepple - 0.4.8-1 - Update to 0.4.8. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 16 Nov 2006 18:02:32 -0000 1.15 +++ .cvsignore 1 Dec 2006 15:22:43 -0000 1.16 @@ -1 +1 @@ -telepathy-gabble-0.4.5.tar.gz +telepathy-gabble-0.4.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 16 Nov 2006 18:02:32 -0000 1.15 +++ sources 1 Dec 2006 15:22:43 -0000 1.16 @@ -1 +1 @@ -225c8ee2e71818c3be4b4ca9b8d8a988 telepathy-gabble-0.4.5.tar.gz +bc8256e8b3cdb4d18d5ab6420e389432 telepathy-gabble-0.4.8.tar.gz Index: telepathy-gabble.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- telepathy-gabble.spec 16 Nov 2006 18:02:32 -0000 1.15 +++ telepathy-gabble.spec 1 Dec 2006 15:22:43 -0000 1.16 @@ -1,5 +1,5 @@ Name: telepathy-gabble -Version: 0.4.5 +Version: 0.4.8 Release: 1%{?dist} Summary: A Jabber/XMPP connection manager @@ -48,6 +48,9 @@ %changelog +* Fri Dec 1 2006 Brian Pepple - 0.4.8-1 +- Update to 0.4.8. + * Thu Nov 16 2006 Brian Pepple - 0.4.5-1 - Update to 0.4.5. From fedora-extras-commits at redhat.com Fri Dec 1 15:33:46 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 1 Dec 2006 10:33:46 -0500 Subject: rpms/libtelepathy/devel .cvsignore, 1.4, 1.5 libtelepathy.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011533.kB1FXkEC017372@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libtelepathy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17344 Modified Files: .cvsignore libtelepathy.spec sources Log Message: * Fri Dec 1 2006 Brian Pepple - 0.0.40-1 - Update to 0.0.40. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Nov 2006 22:22:19 -0000 1.4 +++ .cvsignore 1 Dec 2006 15:33:16 -0000 1.5 @@ -1 +1 @@ -libtelepathy-0.0.39.tar.gz +libtelepathy-0.0.40.tar.gz Index: libtelepathy.spec =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/libtelepathy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtelepathy.spec 22 Nov 2006 22:22:19 -0000 1.3 +++ libtelepathy.spec 1 Dec 2006 15:33:16 -0000 1.4 @@ -1,5 +1,5 @@ Name: libtelepathy -Version: 0.0.39 +Version: 0.0.40 Release: 1%{?dist} Summary: A GLib library to ease writing telepathy clients @@ -70,6 +70,9 @@ %changelog +* Fri Dec 1 2006 Brian Pepple - 0.0.40-1 +- Update to 0.0.40. + * Wed Nov 22 2006 Brian Pepple - 0.0.39-1 - Update to 0.0.39. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Nov 2006 22:22:19 -0000 1.4 +++ sources 1 Dec 2006 15:33:16 -0000 1.5 @@ -1 +1 @@ -4935790c13b3e412572598fead8ce159 libtelepathy-0.0.39.tar.gz +fd22fdfee8a4bfbf33ff420ad696b268 libtelepathy-0.0.40.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:45:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 1 Dec 2006 10:45:46 -0500 Subject: rpms/jd/devel .cvsignore, 1.28, 1.29 jd.spec, 1.35, 1.36 sources, 1.28, 1.29 Message-ID: <200612011545.kB1FjkHp017537@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17493 Modified Files: .cvsignore jd.spec sources Log Message: * Fri Dec 1 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061201 - cvs 061201 (24:30 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 30 Nov 2006 15:08:12 -0000 1.28 +++ .cvsignore 1 Dec 2006 15:45:16 -0000 1.29 @@ -1 +1 @@ -jd-1.8.1-cvs061130.tgz +jd-1.8.1-cvs061201.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- jd.spec 30 Nov 2006 15:08:12 -0000 1.35 +++ jd.spec 1 Dec 2006 15:45:16 -0000 1.36 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061130 +%define strtag cvs061201 %define repoid 22722 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Thu Nov 30 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061130 -- cvs 061130 (23:59 JST) +* Fri Dec 1 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061201 +- cvs 061201 (24:30 JST) * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 30 Nov 2006 15:08:12 -0000 1.28 +++ sources 1 Dec 2006 15:45:16 -0000 1.29 @@ -1 +1 @@ -d02411e2afcf06df689001133cd8ce54 jd-1.8.1-cvs061130.tgz +02a745f38ea5a2f61ef95633b6dfbb9a jd-1.8.1-cvs061201.tgz From fedora-extras-commits at redhat.com Fri Dec 1 15:46:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 1 Dec 2006 10:46:09 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.13, 1.14 ochusha.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612011546.kB1Fk9Ql017581@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17518 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 1 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061201 - 0.5.99.63.8 cvs 061201 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 30 Nov 2006 15:08:01 -0000 1.13 +++ .cvsignore 1 Dec 2006 15:45:39 -0000 1.14 @@ -1 +1 @@ -ochusha-0.5.99.63.8-cvs061130.tar.bz2 +ochusha-0.5.99.63.8-cvs061201.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ochusha.spec 30 Nov 2006 15:08:01 -0000 1.14 +++ ochusha.spec 1 Dec 2006 15:45:39 -0000 1.15 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.8 -%define strtag cvs061130 +%define strtag cvs061201 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Thu Nov 30 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061130 -- 0.5.99.63.8 cvs 061130 (23:59 JST) +* Fri Dec 1 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061201 +- 0.5.99.63.8 cvs 061201 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 30 Nov 2006 15:08:01 -0000 1.13 +++ sources 1 Dec 2006 15:45:39 -0000 1.14 @@ -1 +1 @@ -7a3557076d5e673361a5a73c756befbe ochusha-0.5.99.63.8-cvs061130.tar.bz2 +b780682f49e097ace79338bd022b2df0 ochusha-0.5.99.63.8-cvs061201.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 15:52:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 10:52:22 -0500 Subject: rpms/perl-Email-Simple/FC-5 .cvsignore, 1.8, 1.9 perl-Email-Simple.spec, 1.7, 1.8 sources, 1.8, 1.9 Message-ID: <200612011552.kB1FqMu3017743@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17691/FC-5 Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.996. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Oct 2006 21:26:40 -0000 1.8 +++ .cvsignore 1 Dec 2006 15:51:52 -0000 1.9 @@ -1 +1 @@ -Email-Simple-1.995.tar.gz +Email-Simple-1.996.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/perl-Email-Simple.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Email-Simple.spec 19 Oct 2006 21:26:40 -0000 1.7 +++ perl-Email-Simple.spec 1 Dec 2006 15:51:52 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.995 +Version: 1.996 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -49,12 +49,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.996-1 +- Update to 1.996. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.995-1 - Update to 1.995. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Oct 2006 21:26:40 -0000 1.8 +++ sources 1 Dec 2006 15:51:52 -0000 1.9 @@ -1 +1 @@ -6077eb2074fc883cab6b6eee68f344b3 Email-Simple-1.995.tar.gz +eb35dd4f86bd0552f87916787b954d46 Email-Simple-1.996.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:52:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 10:52:23 -0500 Subject: rpms/perl-Email-Simple/devel .cvsignore, 1.9, 1.10 perl-Email-Simple.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612011552.kB1FqNtr017753@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17691/devel Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.996. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 19 Oct 2006 21:22:58 -0000 1.9 +++ .cvsignore 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -Email-Simple-1.995.tar.gz +Email-Simple-1.996.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/perl-Email-Simple.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Simple.spec 19 Oct 2006 21:22:58 -0000 1.8 +++ perl-Email-Simple.spec 1 Dec 2006 15:51:53 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.995 +Version: 1.996 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -49,12 +49,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.996-1 +- Update to 1.996. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.995-1 - Update to 1.995. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 19 Oct 2006 21:22:58 -0000 1.9 +++ sources 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -6077eb2074fc883cab6b6eee68f344b3 Email-Simple-1.995.tar.gz +eb35dd4f86bd0552f87916787b954d46 Email-Simple-1.996.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 15:52:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 10:52:23 -0500 Subject: rpms/perl-Email-Simple/FC-6 .cvsignore, 1.9, 1.10 perl-Email-Simple.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612011552.kB1FqNgR017748@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17691/FC-6 Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.996. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 19 Oct 2006 21:22:58 -0000 1.9 +++ .cvsignore 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -Email-Simple-1.995.tar.gz +Email-Simple-1.996.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-6/perl-Email-Simple.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Simple.spec 19 Oct 2006 21:22:58 -0000 1.8 +++ perl-Email-Simple.spec 1 Dec 2006 15:51:53 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.995 +Version: 1.996 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -49,12 +49,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.996-1 +- Update to 1.996. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.995-1 - Update to 1.995. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 19 Oct 2006 21:22:58 -0000 1.9 +++ sources 1 Dec 2006 15:51:53 -0000 1.10 @@ -1 +1 @@ -6077eb2074fc883cab6b6eee68f344b3 Email-Simple-1.995.tar.gz +eb35dd4f86bd0552f87916787b954d46 Email-Simple-1.996.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:02:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:02:16 -0500 Subject: rpms/perl-Email-MIME/FC-5 .cvsignore, 1.7, 1.8 perl-Email-MIME.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612011602.kB1G2GAx021021@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20972/FC-5 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.857. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Oct 2006 21:41:34 -0000 1.7 +++ .cvsignore 1 Dec 2006 16:01:45 -0000 1.8 @@ -1 +1 @@ -Email-MIME-1.855.tar.gz +Email-MIME-1.857.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/perl-Email-MIME.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME.spec 19 Oct 2006 21:41:34 -0000 1.6 +++ perl-Email-MIME.spec 1 Dec 2006 16:01:45 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.855 +Version: 1.857 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -54,12 +54,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.857-1 +- Update to 1.857. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.855-1 - Update to 1.855. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Oct 2006 21:41:34 -0000 1.7 +++ sources 1 Dec 2006 16:01:45 -0000 1.8 @@ -1 +1 @@ -22b8b110fa3e10331cc703700d3c79cd Email-MIME-1.855.tar.gz +930691bb98967193e01f928935dbcbd2 Email-MIME-1.857.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:02:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:02:16 -0500 Subject: rpms/perl-Email-MIME/FC-6 .cvsignore, 1.7, 1.8 perl-Email-MIME.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612011602.kB1G2GY9021026@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20972/FC-6 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.857. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Oct 2006 21:41:34 -0000 1.7 +++ .cvsignore 1 Dec 2006 16:01:46 -0000 1.8 @@ -1 +1 @@ -Email-MIME-1.855.tar.gz +Email-MIME-1.857.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-6/perl-Email-MIME.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME.spec 19 Oct 2006 21:41:34 -0000 1.6 +++ perl-Email-MIME.spec 1 Dec 2006 16:01:46 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.855 +Version: 1.857 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -54,12 +54,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.857-1 +- Update to 1.857. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.855-1 - Update to 1.855. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Oct 2006 21:41:34 -0000 1.7 +++ sources 1 Dec 2006 16:01:46 -0000 1.8 @@ -1 +1 @@ -22b8b110fa3e10331cc703700d3c79cd Email-MIME-1.855.tar.gz +930691bb98967193e01f928935dbcbd2 Email-MIME-1.857.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:02:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:02:21 -0500 Subject: rpms/perl-Email-MIME/devel .cvsignore, 1.7, 1.8 perl-Email-MIME.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612011602.kB1G2LQL021031@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20972/devel Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.857. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Oct 2006 21:41:34 -0000 1.7 +++ .cvsignore 1 Dec 2006 16:01:51 -0000 1.8 @@ -1 +1 @@ -Email-MIME-1.855.tar.gz +Email-MIME-1.857.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/perl-Email-MIME.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME.spec 19 Oct 2006 21:41:34 -0000 1.6 +++ perl-Email-MIME.spec 1 Dec 2006 16:01:51 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.855 +Version: 1.857 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -54,12 +54,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.857-1 +- Update to 1.857. + * Thu Oct 19 2006 Jose Pedro Oliveira - 1.855-1 - Update to 1.855. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Oct 2006 21:41:34 -0000 1.7 +++ sources 1 Dec 2006 16:01:51 -0000 1.8 @@ -1 +1 @@ -22b8b110fa3e10331cc703700d3c79cd Email-MIME-1.855.tar.gz +930691bb98967193e01f928935dbcbd2 Email-MIME-1.857.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:11:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:11:07 -0500 Subject: rpms/perl-Email-MIME-Modifier/FC-5 .cvsignore, 1.4, 1.5 perl-Email-MIME-Modifier.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011611.kB1GB7B6021235@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21184/FC-5 Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: Update to 1.441. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Oct 2006 14:21:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Modifier-1.440.tar.gz +Email-MIME-Modifier-1.441.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5/perl-Email-MIME-Modifier.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-MIME-Modifier.spec 14 Oct 2006 14:21:31 -0000 1.3 +++ perl-Email-MIME-Modifier.spec 1 Dec 2006 16:10:37 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Modifier -Version: 1.440 +Version: 1.441 Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily @@ -66,6 +66,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.441-1 +- Update to 1.441. + * Sat Oct 14 2006 Jose Pedro Oliveira - 1.440-1 - Update to 1.440. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Oct 2006 14:21:31 -0000 1.4 +++ sources 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -28eec7eeac53007243a2055bf37a4c2c Email-MIME-Modifier-1.440.tar.gz +9f89e766c015641fbffdd73a99cde2db Email-MIME-Modifier-1.441.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:11:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:11:12 -0500 Subject: rpms/perl-Email-MIME-Modifier/devel .cvsignore, 1.4, 1.5 perl-Email-MIME-Modifier.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011611.kB1GBCXG021247@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME-Modifier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21184/devel Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: Update to 1.441. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Oct 2006 14:21:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 16:10:42 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Modifier-1.440.tar.gz +Email-MIME-Modifier-1.441.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/devel/perl-Email-MIME-Modifier.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-MIME-Modifier.spec 14 Oct 2006 14:21:31 -0000 1.3 +++ perl-Email-MIME-Modifier.spec 1 Dec 2006 16:10:42 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Modifier -Version: 1.440 +Version: 1.441 Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily @@ -66,6 +66,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.441-1 +- Update to 1.441. + * Sat Oct 14 2006 Jose Pedro Oliveira - 1.440-1 - Update to 1.440. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Oct 2006 14:21:31 -0000 1.4 +++ sources 1 Dec 2006 16:10:42 -0000 1.5 @@ -1 +1 @@ -28eec7eeac53007243a2055bf37a4c2c Email-MIME-Modifier-1.440.tar.gz +9f89e766c015641fbffdd73a99cde2db Email-MIME-Modifier-1.441.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:11:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:11:07 -0500 Subject: rpms/perl-Email-MIME-Modifier/FC-6 .cvsignore, 1.4, 1.5 perl-Email-MIME-Modifier.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612011611.kB1GB79q021240@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21184/FC-6 Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: Update to 1.441. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Oct 2006 14:21:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Modifier-1.440.tar.gz +Email-MIME-Modifier-1.441.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6/perl-Email-MIME-Modifier.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-MIME-Modifier.spec 14 Oct 2006 14:21:31 -0000 1.3 +++ perl-Email-MIME-Modifier.spec 1 Dec 2006 16:10:37 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Modifier -Version: 1.440 +Version: 1.441 Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily @@ -66,6 +66,9 @@ %changelog +* Fri Dec 1 2006 Jose Pedro Oliveira - 1.441-1 +- Update to 1.441. + * Sat Oct 14 2006 Jose Pedro Oliveira - 1.440-1 - Update to 1.440. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Modifier/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Oct 2006 14:21:31 -0000 1.4 +++ sources 1 Dec 2006 16:10:37 -0000 1.5 @@ -1 +1 @@ -28eec7eeac53007243a2055bf37a4c2c Email-MIME-Modifier-1.440.tar.gz +9f89e766c015641fbffdd73a99cde2db Email-MIME-Modifier-1.441.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:20:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:20:54 -0500 Subject: rpms/perl-Glib/FC-5 .cvsignore, 1.12, 1.13 perl-Glib.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612011620.kB1GKs1N021498@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Glib/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21464/FC-5 Modified Files: .cvsignore perl-Glib.spec sources Log Message: Sync with devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 7 Sep 2006 11:03:34 -0000 1.12 +++ .cvsignore 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -Glib-1.140.tar.gz +Glib-1.141.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-5/perl-Glib.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Glib.spec 7 Sep 2006 11:03:34 -0000 1.17 +++ perl-Glib.spec 1 Dec 2006 16:20:24 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Glib -Version: 1.140 +Version: 1.141 Release: 1%{?dist} Summary: Perl interface to GLib @@ -62,10 +62,13 @@ %doc AUTHORS ChangeLog LICENSE NEWS README TODO %{perl_vendorarch}/auto/Glib/ %{perl_vendorarch}/Glib* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Nov 22 2006 Jose Pedro Oliveira - 1.141-1 +- Update to 1.141. + * Wed Sep 6 2006 Jose Pedro Oliveira - 1.140-1 - Update to 1.140. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 7 Sep 2006 11:03:34 -0000 1.12 +++ sources 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -36a4ba906ae9542b10568501f1f99602 Glib-1.140.tar.gz +ab90e68a745e771a8b6af8fadcce4c38 Glib-1.141.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:20:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 1 Dec 2006 11:20:54 -0500 Subject: rpms/perl-Glib/FC-6 .cvsignore, 1.12, 1.13 perl-Glib.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612011620.kB1GKsJR021503@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Glib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21464/FC-6 Modified Files: .cvsignore perl-Glib.spec sources Log Message: Sync with devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Sep 2006 14:06:38 -0000 1.12 +++ .cvsignore 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -Glib-1.140.tar.gz +Glib-1.141.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-6/perl-Glib.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Glib.spec 6 Sep 2006 14:06:38 -0000 1.17 +++ perl-Glib.spec 1 Dec 2006 16:20:24 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Glib -Version: 1.140 +Version: 1.141 Release: 1%{?dist} Summary: Perl interface to GLib @@ -62,10 +62,13 @@ %doc AUTHORS ChangeLog LICENSE NEWS README TODO %{perl_vendorarch}/auto/Glib/ %{perl_vendorarch}/Glib* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Nov 22 2006 Jose Pedro Oliveira - 1.141-1 +- Update to 1.141. + * Wed Sep 6 2006 Jose Pedro Oliveira - 1.140-1 - Update to 1.140. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Sep 2006 14:06:38 -0000 1.12 +++ sources 1 Dec 2006 16:20:24 -0000 1.13 @@ -1 +1 @@ -36a4ba906ae9542b10568501f1f99602 Glib-1.140.tar.gz +ab90e68a745e771a8b6af8fadcce4c38 Glib-1.141.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:27:17 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 1 Dec 2006 11:27:17 -0500 Subject: rpms/syck/devel syck.spec,1.7,1.8 Message-ID: <200612011627.kB1GRHL4021668@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21642 Modified Files: syck.spec Log Message: * Fri Dec 01 2006 Jason L Tibbitts III - 0.55-12 - Adapt to new autoconf in rawhide. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- syck.spec 30 Nov 2006 19:43:27 -0000 1.7 +++ syck.spec 1 Dec 2006 16:26:47 -0000 1.8 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: System Environment/Libraries @@ -105,7 +105,7 @@ %patch0 -p1 %build -libtoolize --force --copy && aclocal && autoconf +libtoolize --force --copy && aclocal && automake --add-missing && autoconf %configure %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Fri Dec 01 2006 Jason L Tibbitts III - 0.55-12 +- Adapt to new autoconf in rawhide. + * Thu Nov 30 2006 Jason L Tibbitts III - 0.55-11 - Rebuild for updated php. From fedora-extras-commits at redhat.com Fri Dec 1 16:31:37 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Fri, 1 Dec 2006 11:31:37 -0500 Subject: rpms/qstat/devel .cvsignore, 1.2, 1.3 qstat.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612011631.kB1GVb3V021698@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21679 Modified Files: .cvsignore qstat.spec sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 1 Dec 2006 16:31:06 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qstat.spec 29 Aug 2006 13:09:18 -0000 1.3 +++ qstat.spec 1 Dec 2006 16:31:07 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 6%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -22,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -43,6 +43,10 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + * Tue Aug 29 2006 Andy Shevchenko 2.10-6 - http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 1 Dec 2006 16:31:07 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:35:21 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Fri, 1 Dec 2006 11:35:21 -0500 Subject: rpms/qstat/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612011635.kB1GZLnJ021793@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21771 Modified Files: .cvsignore sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 1 Dec 2006 16:34:51 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 1 Dec 2006 16:34:51 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:36:41 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Fri, 1 Dec 2006 11:36:41 -0500 Subject: rpms/qstat/FC-6 qstat.spec,1.3,1.4 Message-ID: <200612011636.kB1GafIs021842@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21804 Modified Files: qstat.spec Log Message: update to 2.11 Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-6/qstat.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qstat.spec 29 Aug 2006 13:09:18 -0000 1.3 +++ qstat.spec 1 Dec 2006 16:36:11 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 6%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -22,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -43,6 +43,10 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + * Tue Aug 29 2006 Andy Shevchenko 2.10-6 - http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Fri Dec 1 16:37:25 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:25 -0500 Subject: rpms/perl-String-Approx - New directory Message-ID: <200612011637.kB1GbPfs021920@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21916/perl-String-Approx Log Message: Directory /cvs/extras/rpms/perl-String-Approx added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 16:37:30 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:30 -0500 Subject: rpms/perl-String-Approx/devel - New directory Message-ID: <200612011637.kB1GbUun021933@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21916/perl-String-Approx/devel Log Message: Directory /cvs/extras/rpms/perl-String-Approx/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 16:37:53 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:53 -0500 Subject: rpms/perl-String-Approx Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612011637.kB1GbrR6021963@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21957 Added Files: Makefile import.log Log Message: Setup of module perl-String-Approx --- NEW FILE Makefile --- # Top level Makefile for module perl-String-Approx all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 1 16:37:58 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:37:58 -0500 Subject: rpms/perl-String-Approx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612011637.kB1Gbw0M021980@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21957/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-String-Approx --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 1 16:39:10 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:39:10 -0500 Subject: rpms/perl-String-Approx import.log,1.1,1.2 Message-ID: <200612011639.kB1GdA3q022058@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22022 Modified Files: import.log Log Message: auto-import perl-String-Approx-3.26-1.fc6 on branch devel from perl-String-Approx-3.26-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-String-Approx/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Dec 2006 16:37:53 -0000 1.1 +++ import.log 1 Dec 2006 16:38:40 -0000 1.2 @@ -0,0 +1 @@ +perl-String-Approx-3_26-1_fc6:HEAD:perl-String-Approx-3.26-1.fc6.src.rpm:1164991279 From fedora-extras-commits at redhat.com Fri Dec 1 16:39:10 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:39:10 -0500 Subject: rpms/perl-String-Approx/devel perl-String-Approx.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612011639.kB1GdAOi022062@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-String-Approx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22022/devel Modified Files: .cvsignore sources Added Files: perl-String-Approx.spec Log Message: auto-import perl-String-Approx-3.26-1.fc6 on branch devel from perl-String-Approx-3.26-1.fc6.src.rpm --- NEW FILE perl-String-Approx.spec --- Name: perl-String-Approx Version: 3.26 Release: 1%{?dist} Summary: Perl extension for approximate matching (fuzzy matching) License: LGPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/String-Approx/ Source0: http://www.cpan.org/authors/id/J/JH/JHI/String-Approx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description String::Approx lets you match and substitute strings approximately. With this you can emulate errors: typing errorrs, speling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot). %prep %setup -q -n String-Approx-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README README.apse %{perl_vendorarch}/auto/* %{perl_vendorarch}/String* %{_mandir}/man3/* %changelog * Mon Nov 20 2006 Orion Poplawski 3.26-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-String-Approx/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2006 16:37:58 -0000 1.1 +++ .cvsignore 1 Dec 2006 16:38:40 -0000 1.2 @@ -0,0 +1 @@ +String-Approx-3.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-String-Approx/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2006 16:37:58 -0000 1.1 +++ sources 1 Dec 2006 16:38:40 -0000 1.2 @@ -0,0 +1 @@ +fc14d72986431025125d4970dd6b7f88 String-Approx-3.26.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 16:40:03 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 1 Dec 2006 11:40:03 -0500 Subject: comps comps-fe5.xml.in, 1.206, 1.207 comps-fe6.xml.in, 1.233, 1.234 comps-fe7.xml.in, 1.34, 1.35 Message-ID: <200612011640.kB1Ge37I022120@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22101 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Added tclpro and tkcon Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.206 retrieving revision 1.207 diff -u -r1.206 -r1.207 --- comps-fe5.xml.in 30 Nov 2006 07:30:52 -0000 1.206 +++ comps-fe5.xml.in 1 Dec 2006 16:39:33 -0000 1.207 @@ -164,7 +164,9 @@ svnmailer sysconftool sysprof + tclpro tkcvs + tkcon tla translate-toolkit tolua++ Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- comps-fe6.xml.in 30 Nov 2006 07:30:52 -0000 1.233 +++ comps-fe6.xml.in 1 Dec 2006 16:39:33 -0000 1.234 @@ -197,7 +197,9 @@ svnmailer sysconftool sysprof + tclpro tkcvs + tkcon tla tolua++ trac Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- comps-fe7.xml.in 30 Nov 2006 07:30:52 -0000 1.34 +++ comps-fe7.xml.in 1 Dec 2006 16:39:33 -0000 1.35 @@ -199,6 +199,7 @@ sysprof tclpro tkcvs + tkcon tla tolua++ trac From fedora-extras-commits at redhat.com Fri Dec 1 16:43:10 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 1 Dec 2006 11:43:10 -0500 Subject: owners owners.list,1.2045,1.2046 Message-ID: <200612011643.kB1GhAQB022456@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22357 Modified Files: owners.list Log Message: Add perl-String-Approx Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2045 retrieving revision 1.2046 diff -u -r1.2045 -r1.2046 --- owners.list 1 Dec 2006 12:24:04 -0000 1.2045 +++ owners.list 1 Dec 2006 16:42:40 -0000 1.2046 @@ -1715,6 +1715,7 @@ Fedora Extras|perl-SQL-Library|Manage libraries of SQL easily|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SQL-Statement|SQL parsing and processing engine|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Statistics-Descriptive|Perl module of basic descriptive statistical functions|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-String-Approx|Perl extension for approximate matching (fuzzy matching)|orion at cora.nwra.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-String-CRC32|Perl interface for cyclic redundancy check generation|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-String-Ediff|Produce common sub-string indices for two strings|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-String-Format|Sprintf-like string formatting capabilities with arbitrary format definitions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Dec 1 16:46:08 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Fri, 1 Dec 2006 11:46:08 -0500 Subject: rpms/php-pecl-zip/devel Makefile, 1.1, NONE PHP-LICENSE-3.01, 1.1, NONE php-pecl-zip.spec, 1.8, NONE sources, 1.8, NONE xml2changelog, 1.1, NONE Message-ID: <200612011646.kB1Gk8G0022540@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22535 Removed Files: Makefile PHP-LICENSE-3.01 php-pecl-zip.spec sources xml2changelog Log Message: del devel branch --- Makefile DELETED --- --- PHP-LICENSE-3.01 DELETED --- --- php-pecl-zip.spec DELETED --- --- sources DELETED --- --- xml2changelog DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 16:46:47 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Fri, 1 Dec 2006 11:46:47 -0500 Subject: rpms/php-pecl-zip/devel .cvsignore,1.8,NONE Message-ID: <200612011646.kB1Gkld3022711@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22692 Removed Files: .cvsignore Log Message: --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 17:17:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Fri, 1 Dec 2006 12:17:32 -0500 Subject: rpms/ghex/EL-4 ghex-no-scrollkeeper.patch, NONE, 1.1 ghex-search-crash.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 ghex.spec, 1.7, 1.8 sources, 1.5, 1.6 ghex-2.8.0-no-scrollkeeper.patch, 1.1, NONE Message-ID: <200612011717.kB1HHWCZ026354@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26316 Modified Files: .cvsignore ghex.spec sources Added Files: ghex-no-scrollkeeper.patch ghex-search-crash.patch Removed Files: ghex-2.8.0-no-scrollkeeper.patch Log Message: 2.8.2-4 -- integrate fixes from devel ghex-no-scrollkeeper.patch: --- NEW FILE ghex-no-scrollkeeper.patch --- diff -Naur ghex-2.8.2.org/omf-install/Makefile.in ghex-2.8.2/omf-install/Makefile.in --- ghex-2.8.2.org/omf-install/Makefile.in 2006-07-15 16:05:45.000000000 +0200 +++ ghex-2.8.2/omf-install/Makefile.in 2006-07-15 16:06:14.000000000 +0200 @@ -374,14 +374,12 @@ -for file in $(srcdir)/*.omf; do \ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper uninstall-local: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ rm -f $(omf_dest_dir)/$$basefile; \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: ghex-search-crash.patch: --- NEW FILE ghex-search-crash.patch --- --- src/gtkhex.c +++ src/gtkhex.c @@ -2290,7 +2290,7 @@ gint len, const gchar *colour) { - GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_Highlight)); + GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_AutoHighlight)); new->search_string = g_memdup(search, len); new->search_len = len; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghex/EL-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Nov 2004 04:23:31 -0000 1.4 +++ .cvsignore 1 Dec 2006 17:17:02 -0000 1.5 @@ -1 +1 @@ -ghex-2.8.0.tar.bz2 +ghex-2.8.2.tar.bz2 Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/EL-4/ghex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ghex.spec 9 Jan 2005 16:28:55 -0000 1.7 +++ ghex.spec 1 Dec 2006 17:17:02 -0000 1.8 @@ -1,13 +1,15 @@ Name: ghex -Version: 2.8.1 -Release: 2 -Summary: A binary editor for GNOME +Version: 2.8.2 +Release: 4%{?dist} + +Summary: Binary editor for GNOME Group: Applications/Editors License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex -Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.1.tar.bz2 -Patch: ghex-2.8.0-no-scrollkeeper.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 +Patch0: ghex-no-scrollkeeper.patch +Patch1: ghex-search-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -16,7 +18,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: scrollkeeper -BuildRequires: libtool +BuildRequires: perl-XML-Parser Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -42,12 +44,12 @@ %prep %setup -q -%patch -p1 -b .noscrollkeeper - +%patch0 -p1 -b .noscrollkeeper +%patch1 -b .searchcrash %build %configure -make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool +make %{?_smp_mflags} %install @@ -109,8 +111,29 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-4 +- Add BR perl-XML-Parser + +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-3 +- Rebuild for devel + +* Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 +- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 + +* Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 +- Update to 2.8.2 +- Don't use the libtool worksaroung anymore +- Rename ghex-2.8.0-no-scrollkeeper.patch to + ghex-no-scrollkeeper.patch and and update it + +* Mon Feb 13 2006 Thorsten Leemhuis +- Rebuild for Fedora Extras 5 + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sun Jan 09 2005 Thorsten Leemhuis - 2.8.1-2 -- Use make param LIBTOOL=/usr/bin/libtool instead autoreconf -- fixes x86_64 +- Use make param LIBTOOL=/usr/bin/libtool instead autoreconf -- fixes x86_64 build * Mon Dec 27 2004 Thorsten Leemhuis - 2.8.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghex/EL-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Jan 2005 16:24:30 -0000 1.5 +++ sources 1 Dec 2006 17:17:02 -0000 1.6 @@ -1 +1 @@ -ef17f945b9dc701193451f9b083e5116 ghex-2.8.1.tar.bz2 +1940a9f63b0d37604c6b489cda37fc19 ghex-2.8.2.tar.bz2 --- ghex-2.8.0-no-scrollkeeper.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 17:25:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:25:39 -0500 Subject: rpms/ktechlab import.log,1.4,1.5 Message-ID: <200612011725.kB1HPdP9026615@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ktechlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26587 Modified Files: import.log Log Message: auto-import ktechlab-0.3-6 on branch devel from ktechlab-0.3-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ktechlab/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 22 Nov 2006 19:46:46 -0000 1.4 +++ import.log 1 Dec 2006 17:25:09 -0000 1.5 @@ -1,3 +1,4 @@ ktechlab-0_3-3:HEAD:ktechlab-0.3-3.src.rpm:1159378075 ktechlab-0_3-6:FC-5:ktechlab-0.3-6.src.rpm:1164224558 ktechlab-0_3-6:FC-6:ktechlab-0.3-6.src.rpm:1164225141 +ktechlab-0_3-6:HEAD:ktechlab-0.3-6.src.rpm:1164994408 From fedora-extras-commits at redhat.com Fri Dec 1 17:25:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:25:39 -0500 Subject: rpms/ktechlab/devel ktechlab.spec,1.4,1.5 Message-ID: <200612011725.kB1HPdHM026618@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ktechlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26587/devel Modified Files: ktechlab.spec Log Message: auto-import ktechlab-0.3-6 on branch devel from ktechlab-0.3-6.src.rpm Index: ktechlab.spec =================================================================== RCS file: /cvs/extras/rpms/ktechlab/devel/ktechlab.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ktechlab.spec 13 Oct 2006 15:29:20 -0000 1.4 +++ ktechlab.spec 1 Dec 2006 17:25:09 -0000 1.5 @@ -1,6 +1,6 @@ Name: ktechlab Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Development and simulation of microcontrollers and electronic circuits License: GPL @@ -97,6 +97,9 @@ %Changelog +* Wed Nov 22 2006 Chitlesh Goorah - 0.3-6 +- Rebuilt due to new gpsim-devel release + * Fri Oct 13 2006 Mamoru Tasaka - 0.3-5 - Try to fix compilation on ppc. From fedora-extras-commits at redhat.com Fri Dec 1 17:30:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 12:30:39 -0500 Subject: rpms/koffice/devel .cvsignore, 1.13, 1.14 koffice.spec, 1.45, 1.46 sources, 1.13, 1.14 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612011730.kB1HUdX2026831@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26801 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 20 Oct 2006 13:43:42 -0000 1.13 +++ .cvsignore 1 Dec 2006 17:30:09 -0000 1.14 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- koffice.spec 25 Oct 2006 11:19:20 -0000 1.45 +++ koffice.spec 1 Dec 2006 17:30:09 -0000 1.46 @@ -1,17 +1,17 @@ + Name: koffice -Version: 1.6.0 -Release: 3%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png -Patch0: koffice-1.6.0.patch -# stuff for the build configuration +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel @@ -21,11 +21,14 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +BuildRequires: GraphicsMagick-devel +# ImageMagick usage is deprecated (in favor of GraphicsMagick), +# and can likely go way, but let's keep it around, for now. -- Rex BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel -BuildRequires: python-devel python +BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel BuildRequires: lcms-devel @@ -43,9 +46,14 @@ BuildRequires: libexif-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel >= 1.8.2 +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel -%if "%{?fedora}" > "4" +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel %endif @@ -85,8 +93,6 @@ Requires: perl Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} -# Consider, for ownership of %{_datadir}/templates -- Rex -#Requires: kdebase %description core core libraries and support files for koffice @@ -215,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -235,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -255,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -# set --vendor="" to avoid any future probs like bug #173086 -- Rex desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -351,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -400,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -421,7 +420,7 @@ %{_libdir}/kde3/libkwordpart.* %{_libdir}/kde3/kword.* %{_datadir}/apps/kword/ -%{_datadir}/doc/HTML/en/kword +%{_datadir}/doc/HTML/en/kword/ %{_datadir}/services/kword*.desktop %{_datadir}/services/kwserial*.desktop %{_datadir}/templates/TextDocument.desktop @@ -461,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -483,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -514,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -627,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086/ %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -636,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -693,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -713,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -725,18 +583,11 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg -%{_datadir}/doc/HTML/en/kivio +%{_datadir}/doc/HTML/en/kivio/ %{_datadir}/services/kivio*.desktop %{_datadir}/applications/kde/*kivio.desktop @@ -806,7 +657,16 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert 1.6.0-3 - fix #212145: add missing BR for krita pdf support Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 20 Oct 2006 13:43:42 -0000 1.13 +++ sources 1 Dec 2006 17:30:09 -0000 1.14 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 17:31:59 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 1 Dec 2006 12:31:59 -0500 Subject: rpms/cyphesis/devel cyphesis.spec,1.2,1.3 Message-ID: <200612011731.kB1HVxZS026965@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26939 Modified Files: cyphesis.spec Log Message: Rebuild for new readline-devel with no libtermcap dependency Index: cyphesis.spec =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cyphesis.spec 20 Oct 2006 01:41:50 -0000 1.2 +++ cyphesis.spec 1 Dec 2006 17:31:29 -0000 1.3 @@ -3,7 +3,7 @@ Name: cyphesis Version: 0.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL @@ -185,6 +185,12 @@ %changelog +* Fri Dec 1 2006 Wart 0.5.10-2 +- Rebuild for new readline-devel + +* Fri Oct 20 2006 Wart 0.5.10-1 +- Update to 0.5.10 + * Mon Aug 28 2006 Wart 0.5.9-2 - Use more globs in %%files section - Remove unused -devel subpackage declaration From fedora-extras-commits at redhat.com Fri Dec 1 17:34:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:34:54 -0500 Subject: rpms/keurocalc - New directory Message-ID: <200612011734.kB1HYsww027077@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27073/keurocalc Log Message: Directory /cvs/extras/rpms/keurocalc added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 17:34:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:34:59 -0500 Subject: rpms/keurocalc/devel - New directory Message-ID: <200612011734.kB1HYxAH027090@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27073/keurocalc/devel Log Message: Directory /cvs/extras/rpms/keurocalc/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 1 17:35:21 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:35:21 -0500 Subject: rpms/keurocalc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612011735.kB1HZLh5027120@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27114 Added Files: Makefile import.log Log Message: Setup of module keurocalc --- NEW FILE Makefile --- # Top level Makefile for module keurocalc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 1 17:35:26 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:35:26 -0500 Subject: rpms/keurocalc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612011735.kB1HZQcY027135@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27114/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module keurocalc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 1 17:37:27 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:37:27 -0500 Subject: rpms/keurocalc import.log,1.1,1.2 Message-ID: <200612011737.kB1HbRVV027238@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-1 on branch devel from keurocalc-0.9.7-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Dec 2006 17:35:21 -0000 1.1 +++ import.log 1 Dec 2006 17:36:57 -0000 1.2 @@ -0,0 +1 @@ +keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 From fedora-extras-commits at redhat.com Fri Dec 1 17:37:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 1 Dec 2006 12:37:28 -0500 Subject: rpms/keurocalc/devel keurocalc-0.9.7-autotools.patch, NONE, 1.1 keurocalc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612011737.kB1HbS5c027242@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191/devel Modified Files: .cvsignore sources Added Files: keurocalc-0.9.7-autotools.patch keurocalc.spec Log Message: auto-import keurocalc-0.9.7-1 on branch devel from keurocalc-0.9.7-1.src.rpm keurocalc-0.9.7-autotools.patch: --- NEW FILE keurocalc-0.9.7-autotools.patch --- --- admin/cvs.sh 2006-06-08 00:10:32.000000000 +0200 +++ cvs.sh_diff 2006-11-27 12:12:50.000000000 +0100 @@ -32,7 +32,7 @@ required_autoconf_version="2.53 or newer" AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` case $AUTOCONF_VERSION in - Autoconf*2.5* | autoconf*2.5* ) : ;; + Autoconf*2.6* | autoconf*2.6* ) : ;; "" ) echo "*** AUTOCONF NOT FOUND!." echo "*** KDE requires autoconf $required_autoconf_version" @@ -47,7 +47,7 @@ AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` case $AUTOHEADER_VERSION in - Autoconf*2.5* | autoheader*2.5* ) : ;; + Autoconf*2.6* | autoheader*2.6* ) : ;; "" ) echo "*** AUTOHEADER NOT FOUND!." echo "*** KDE requires autoheader $required_autoconf_version" @@ -68,7 +68,7 @@ echo "*** KDE requires automake $required_automake_version" exit 1 ;; - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) + automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) echo "*** $AUTOMAKE_STRING found." UNSERMAKE=no ;; @@ -94,7 +94,7 @@ cvs() { check_autotool_versions -acinclude_m4 +acinclude_m4 ### Make new subdirs and configure.in. ### The make calls could be optimized away here, @@ -106,7 +106,7 @@ if test -r Makefile.am.in; then echo "*** Creating Makefile.am" - if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./Makefile.am || exit 1 else @@ -115,7 +115,7 @@ fi configure_files echo "*** Creating configure.in" - if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./configure.in || exit 1 else @@ -168,7 +168,7 @@ create_subdirs if test -r Makefile.am.in; then - if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/Makefile.am:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./Makefile.am || exit 1 else @@ -176,7 +176,7 @@ fi fi configure_files - if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/configure.in:' $makefile_am >/dev/null; then strip_makefile $MAKE -f $makefile_wo top_srcdir=. ./configure.in || exit 1 else @@ -241,7 +241,7 @@ test -f configure.files || { echo "need configure.files for configure.in"; exit 1; } list=`fgrep -v "configure.in.bot" < configure.files | fgrep -v "configure.in.mid"` : > configure.in.new -for file in $list; do +for file in $list; do echo "dnl =======================================================" >> configure.in.new echo "dnl FILE: $file" >> configure.in.new echo "dnl =======================================================" >> configure.in.new @@ -275,7 +275,7 @@ done fi -for topleveldir in $topleveldirs; do +for topleveldir in $topleveldirs; do if test -f $topleveldir/configure.in; then continue fi @@ -292,7 +292,7 @@ files=`cat configure.files` list=`egrep '^dnl AC_OUTPUT\(.*\)' $files | sed -e "s#^.*dnl AC_OUTPUT(\(.*\))#\1#"` -for file in $list; do +for file in $list; do echo "AC_CONFIG_FILES([ $file ])" >> configure.in.new done @@ -319,10 +319,10 @@ VERSION="\"3.5.2\"" fi if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then - modulename=`pwd`; + modulename=`pwd`; modulename=`basename $modulename` esc_VERSION=`echo $VERSION | sed -e "s#[^.0-9a-zA-Z]##g"` - modulename=`echo $modulename | sed -e "s#-$esc_VERSION##"` + modulename=`echo $modulename | sed -e "s#-$esc_VERSION##"` fi if test -n "$kde_use_qt_param"; then @@ -375,7 +375,7 @@ create_subdirs() { -if grep '\$(top_srcdir)/subdirs:' $makefile_am >/dev/null; then +if grep '\$(top_srcdir)/subdirs:' $makefile_am >/dev/null; then # as many modules contain rules to create subdirs without any # dependencies make won't create it unless there is no file. # so we check if that's a dummy rule or one that works @@ -387,7 +387,7 @@ $MAKE -f $makefile_wo top_srcdir=. ./subdirs || exit 1 if test -f subdirs.cvs.sh.$$; then if test -s subdirs; then - rm subdirs.cvs.sh.$$ + rm subdirs.cvs.sh.$$ else mv subdirs.cvs.sh.$$ subdirs fi @@ -424,7 +424,7 @@ echo $d >> ./_SUBDIRS done -(for d in $dirs; do +(for d in $dirs; do list=`sed -ne "s#^COMPILE_BEFORE_$d""[ ]*=[ ]*##p" $makefile_am | head -n 1` for s in $list; do echo $s $d @@ -471,7 +471,7 @@ adds=`ls -d -1 $adds 2>/dev/null` fgrep -v '$(top_srcdir)/acinclude.m4:' Makefile.am.in > Makefile.am.in.adds str='$(top_srcdir)/acinclude.m4:' - for add in $adds; do + for add in $adds; do str="$str \$(top_srcdir)/$add" done echo $str >> Makefile.am.in.adds @@ -491,7 +491,7 @@ { echo "*** Creating acinclude.m4" adds= - if grep '\$(top_srcdir)/acinclude.m4:' $makefile_am >/dev/null; then + if grep '\$(top_srcdir)/acinclude.m4:' $makefile_am >/dev/null; then strip_makefile rm -f acinclude.m4 adds=`grep '\$(top_srcdir)/acinclude.m4:' $makefile_wo | sed -e 's,^[^:]*: *,,; s,\$(top_srcdir),.,g'` --- NEW FILE keurocalc.spec --- Name: keurocalc Version: 0.9.7 Release: 1%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL Group: Applications/Productivity URL: http://opensource.bureau-cornavin.com/%{name}/ Source: http://opensource.bureau-cornavin.com/%{name}/%{name}-%{version}.tgz Patch0: keurocalc-0.9.7-autotools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, gettext, automake # desktop-file-utils %description KEuroCalc is a universal currency converter and calculator. It can convert from and to many currencies, either with a fixed conversion rate or a variable conversion rate. It directly downloads the latest variable rates through the Internet %prep %setup -q -n %{name} # fix for autoconf >= 2.6 & automake >= 2.10 on admin/cvs.sh %if "%{?fedora}" > "6" %patch -p0 -b .autotools %endif # to skip unsermake dependency %{__make} -f admin/Makefile.common cvs %build %configure --disable-rpath %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install # Prior to desktop-file-install, the small hack below was used: # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172423 #desktop-file-install --vendor "" \ # --dir %{buildroot}%{_datadir}/applications \ # --add-category "Office" \ # --delete-original \ # %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop # to skip the Lost&Found menu echo "Categories=Office;" >> \ %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop # The "Application" category is non-standard install -d %{buildroot}%{_datadir}/applications %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications %find_lang %{name} %post touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, -) %doc AUTHORS COPYING* TODO %{_bindir}/%{name} %{_datadir}/apps/%{name}/ %{_docdir}/HTML/??/%{name}/ %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %{_datadir}/applications/%{name}.desktop %Changelog * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide * Wed Nov 22 2006 Chitlesh Goorah - 0.9.7-0.1 - Initial Package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/keurocalc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2006 17:35:26 -0000 1.1 +++ .cvsignore 1 Dec 2006 17:36:58 -0000 1.2 @@ -0,0 +1 @@ +keurocalc-0.9.7.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/keurocalc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2006 17:35:26 -0000 1.1 +++ sources 1 Dec 2006 17:36:58 -0000 1.2 @@ -0,0 +1 @@ +d2e22dcbba267549bf3a93ed8bf715c2 keurocalc-0.9.7.tgz From fedora-extras-commits at redhat.com Fri Dec 1 18:29:55 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Fri, 1 Dec 2006 13:29:55 -0500 Subject: rpms/revelation/EL-4 .cvsignore, 1.7, 1.8 revelation.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612011829.kB1ITtGd030792@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30771 Modified Files: .cvsignore revelation.spec sources Log Message: 0.4.7-5 -- sync with 0.4.7-5 from FC-6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/revelation/EL-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 27 Aug 2005 18:31:38 -0000 1.7 +++ .cvsignore 1 Dec 2006 18:29:25 -0000 1.8 @@ -1,2 +1 @@ -revelation-0.4.5.tar.bz2 -revelation-dont_check_everything.patch +revelation-0.4.7.tar.bz2 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/EL-4/revelation.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- revelation.spec 27 Aug 2005 18:31:38 -0000 1.7 +++ revelation.spec 1 Dec 2006 18:29:25 -0000 1.8 @@ -3,20 +3,19 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.5 -Release: 1%{?dist} +Version: 0.4.7 +Release: 5%{?dist} License: GPL Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.5.tar.bz2 -# the reason for this patch is found in http://oss.codepoet.no/pipermail/revelation-list/2005-August/000132.html -Patch0: %{name}-dont_check_everything.patch +Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 URL: http://oss.codepoet.no/revelation/ Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-crypto >= 2.0 Requires: pygtk2 >= 2.4 Requires: gnome-python2-gconf >= 2.0 Requires: gnome-python2-gnomevfs >= 2.6 -Requires: words >= 3.0 +Requires: gnome-python2-applet +Requires: cracklib-dicts BuildRequires: python >= 2.2 BuildRequires: python-devel >= 2.3 BuildRequires: pygtk2-devel >= 2.4 @@ -26,8 +25,8 @@ BuildRequires: desktop-file-utils BuildRequires: python-crypto >= 2.0 BuildRequires: cracklib -BuildRequires: words -BuildRequires: gnome-panel-devel gnome-python2-extras +BuildRequires: cracklib-dicts +BuildRequires: gnome-panel-devel BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils Requires(preun): GConf2 @@ -39,10 +38,9 @@ %prep %setup -q -%patch0 -p0 -b .patch0 %build -%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/dict/ +%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict make %{?_smp_mflags} @@ -50,6 +48,8 @@ %{__rm} -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# we use cracklib dicts, so we can remove these +rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict* desktop-file-install \ --vendor fedora \ @@ -104,6 +104,13 @@ %{_libexecdir}/revelation-applet %changelog +* Fri Dec 01 2006 Thorsten Leemhuis 0.4.7-5 +- sync with 0.4.7-5 from FC-6; includes: + - update to 0.4.7 + - use cracklib-dicts correctly (#170742) + - don't ship revelation dicts + - Require gnome-python2-applet (#166987) + * Mon Aug 27 2005 Thorsten Leemhuis 0.4.5-1 - Update to 0.4.5 - add patch revelation-dont_check_everything.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/revelation/EL-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 27 Aug 2005 18:31:38 -0000 1.7 +++ sources 1 Dec 2006 18:29:25 -0000 1.8 @@ -1,2 +1 @@ -f509367e8b5ab869fe00c6c3f87d2b58 revelation-0.4.5.tar.bz2 -b99ea591311a237d50e16384ab31d6ee revelation-dont_check_everything.patch +d0a100914b0ffc0a09b1d4067f4307eb revelation-0.4.7.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 19:14:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:14:03 -0500 Subject: rpms/qt4/devel .cvsignore, 1.12, 1.13 qt4.spec, 1.27, 1.28 sources, 1.10, 1.11 Message-ID: <200612011914.kB1JE3Db001815@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1757 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 28 Oct 2006 18:51:14 -0000 1.12 +++ .cvsignore 1 Dec 2006 19:13:33 -0000 1.13 @@ -1,6 +1,4 @@ clog OLD/ -qt-x11-opensource-src-4.1.4.tar.gz -qt-x11-opensource-src-4.1.5.tar.gz -qt-x11-opensource-src-4.2.0.tar.gz qt-x11-opensource-src-4.2.1.tar.gz +qt-x11-opensource-src-4.2.2.tar.gz Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- qt4.spec 15 Nov 2006 16:41:16 -0000 1.27 +++ qt4.spec 1 Dec 2006 19:13:33 -0000 1.28 @@ -12,8 +12,8 @@ Summary: Qt toolkit Name: qt4 -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.2.2 +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -507,6 +507,9 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 4.2.2-1 +- qt-4.2.2 + * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 @@ -515,13 +518,13 @@ - fix pre-modular-X libGL/libGLU deps (#211898) * Sun Oct 22 2006 Rex Dieter 4.2.1-1 -- 4.2.1 +- qt-4.2.1 * Wed Oct 04 2006 Rex Dieter 4.2.0-1 -- 4.2.0(final) +- qt-4.2.0(final) * Thu Sep 28 2006 Kevin Kofler 4.2.0-0.9.20060927 -- update to 4.2.0-snapshot-20060927 +- update to qt-4.2.0-snapshot-20060927 - update QDBus executable names - -x11: exclude plugins/designer (which belong to -devel) - BuildConflicts: qt4-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 28 Oct 2006 18:51:14 -0000 1.10 +++ sources 1 Dec 2006 19:13:33 -0000 1.11 @@ -1 +1 @@ -2ab1c88084f55b94809f025a8503bf18 qt-x11-opensource-src-4.2.1.tar.gz +19f6374fe7924e33775cb87ee02669cb qt-x11-opensource-src-4.2.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 19:16:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:16:49 -0500 Subject: rpms/GraphicsMagick/FC-6 GraphicsMagick.spec,1.4,1.5 Message-ID: <200612011916.kB1JGnhn002034@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2019 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GraphicsMagick.spec 29 Nov 2006 12:03:53 -0000 1.4 +++ GraphicsMagick.spec 1 Dec 2006 19:16:19 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 3%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config_64.h" +# include "magick-config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-5 +- fix magick-config-64.h (bug #217959) + * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 - Fixed devel requirement. From fedora-extras-commits at redhat.com Fri Dec 1 19:19:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:19:20 -0500 Subject: rpms/GraphicsMagick/FC-5 GraphicsMagick.spec,1.4,1.5 Message-ID: <200612011919.kB1JJKT8002112@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2097 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-5/GraphicsMagick.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GraphicsMagick.spec 29 Nov 2006 12:03:53 -0000 1.4 +++ GraphicsMagick.spec 1 Dec 2006 19:18:50 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 3%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config_64.h" +# include "magick-config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-5 +- fix magick-config-64.h (bug #217959) + * Sun Nov 29 2006 Andreas Thienemann - 1.1.7-3 - Fixed devel requirement. From fedora-extras-commits at redhat.com Fri Dec 1 19:36:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:36:31 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.6,1.7 Message-ID: <200612011936.kB1JaVQN002339@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2316 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- GraphicsMagick.spec 1 Dec 2006 13:12:00 -0000 1.6 +++ GraphicsMagick.spec 1 Dec 2006 19:36:01 -0000 1.7 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -168,7 +168,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config-64.h" +# include "magick_config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -231,6 +231,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-6 +- *really* fix magick_config-64.h (bug #217959) + * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:44:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:44:57 -0500 Subject: rpms/GraphicsMagick/FC-6 GraphicsMagick.spec,1.5,1.6 Message-ID: <200612011944.kB1Jiv2g002543@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2513 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- GraphicsMagick.spec 1 Dec 2006 19:16:19 -0000 1.5 +++ GraphicsMagick.spec 1 Dec 2006 19:44:27 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -15,8 +15,13 @@ BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 BuildRequires: ghostscript-devel BuildRequires: libwmf-devel -BuildRequires: libX11-devel, libXext-devel, libXt-devel BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXext-devel libXt-devel +%else +%define x_deps xorg-x11-devel +%endif +BuildRequires: %{x_deps} %description GraphicsMagick is a comprehensive image processing package which is initially @@ -28,7 +33,7 @@ Summary: Static libraries and header files for GraphicsMagick app development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libX11-devel, libXext-devel, libXt-devel +Requires: %{x_deps} Requires: ghostscript-devel Requires: bzip2-devel Requires: libtiff-devel @@ -168,7 +173,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config-64.h" +# include "magick_config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -176,6 +181,11 @@ #endif EOF +%if "%{?rhel}" == "4" +# el4/ImageMagick conflicts +rm -f %{buildroot}%{_mandir}/man{4/miff.4,5/quantize.5}* +%endif + %clean rm -rf %{buildroot} @@ -231,6 +241,9 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-6 +- *really* fix magick_config-64.h (bug #217959) + * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:46:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:46:32 -0500 Subject: rpms/GraphicsMagick/devel GraphicsMagick.spec,1.7,1.8 Message-ID: <200612011946.kB1JkWoA002623@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2590 Modified Files: GraphicsMagick.spec Log Message: make buildable on rhel4 too Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- GraphicsMagick.spec 1 Dec 2006 19:36:01 -0000 1.7 +++ GraphicsMagick.spec 1 Dec 2006 19:46:02 -0000 1.8 @@ -15,8 +15,13 @@ BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 BuildRequires: ghostscript-devel BuildRequires: libwmf-devel -BuildRequires: libX11-devel, libXext-devel, libXt-devel BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXext-devel libXt-devel +%else +%define x_deps xorg-x11-devel +%endif +BuildRequires: %{x_deps} %description GraphicsMagick is a comprehensive image processing package which is initially @@ -28,7 +33,7 @@ Summary: Static libraries and header files for GraphicsMagick app development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libX11-devel, libXext-devel, libXt-devel +Requires: %{x_deps} Requires: ghostscript-devel Requires: bzip2-devel Requires: libtiff-devel @@ -176,6 +181,11 @@ #endif EOF +%if "%{?rhel}" == "4" +# el4/ImageMagick conflicts +rm -f %{buildroot}%{_mandir}/man{4/miff.4,5/quantize.5}* +%endif + %clean rm -rf %{buildroot} @@ -233,6 +243,7 @@ %changelog * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) +- make buildable on rhel4 too. * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:47:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:47:20 -0500 Subject: rpms/GraphicsMagick/FC-6 GraphicsMagick.spec,1.6,1.7 Message-ID: <200612011947.kB1JlKQ9002654@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2636 Modified Files: GraphicsMagick.spec Log Message: make buildable on rhel4 Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- GraphicsMagick.spec 1 Dec 2006 19:44:27 -0000 1.6 +++ GraphicsMagick.spec 1 Dec 2006 19:46:50 -0000 1.7 @@ -243,6 +243,7 @@ %changelog * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) +- make buildable on rhel4 too. * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 19:49:21 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 14:49:21 -0500 Subject: rpms/GraphicsMagick/FC-5 GraphicsMagick.spec,1.5,1.6 Message-ID: <200612011949.kB1JnL56002735@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/GraphicsMagick/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2720 Modified Files: GraphicsMagick.spec Log Message: * Fri Dec 01 2006 Rex Dieter - 1.1.7-6 - *really* fix magick_config-64.h (bug #217959) - make buildable on rhel4 too. Index: GraphicsMagick.spec =================================================================== RCS file: /cvs/extras/rpms/GraphicsMagick/FC-5/GraphicsMagick.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- GraphicsMagick.spec 1 Dec 2006 19:18:50 -0000 1.5 +++ GraphicsMagick.spec 1 Dec 2006 19:48:51 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Multimedia Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 @@ -15,8 +15,13 @@ BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 BuildRequires: ghostscript-devel BuildRequires: libwmf-devel -BuildRequires: libX11-devel, libXext-devel, libXt-devel BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXext-devel libXt-devel +%else +%define x_deps xorg-x11-devel +%endif +BuildRequires: %{x_deps} %description GraphicsMagick is a comprehensive image processing package which is initially @@ -28,7 +33,7 @@ Summary: Static libraries and header files for GraphicsMagick app development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libX11-devel, libXext-devel, libXt-devel +Requires: %{x_deps} Requires: ghostscript-devel Requires: bzip2-devel Requires: libtiff-devel @@ -168,7 +173,7 @@ #if __WORDSIZE == 32 # include "magick_config-32.h" #elif __WORDSIZE == 64 -# include "magick-config-64.h" +# include "magick_config-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif @@ -176,6 +181,11 @@ #endif EOF +%if "%{?rhel}" == "4" +# el4/ImageMagick conflicts +rm -f %{buildroot}%{_mandir}/man{4/miff.4,5/quantize.5}* +%endif + %clean rm -rf %{buildroot} @@ -231,6 +241,10 @@ %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Fri Dec 01 2006 Rex Dieter - 1.1.7-6 +- *really* fix magick_config-64.h (bug #217959) +- make buildable on rhel4 too. + * Fri Dec 01 2006 Rex Dieter - 1.1.7-5 - fix magick-config-64.h (bug #217959) From fedora-extras-commits at redhat.com Fri Dec 1 22:07:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 17:07:24 -0500 Subject: rpms/koffice/FC-5 .cvsignore, 1.13, 1.14 koffice.spec, 1.42, 1.43 sources, 1.13, 1.14 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612012207.kB1M7Ogp012582@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12555 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Oct 2006 07:51:58 -0000 1.13 +++ .cvsignore 1 Dec 2006 22:06:54 -0000 1.14 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/koffice.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- koffice.spec 25 Oct 2006 11:19:18 -0000 1.42 +++ koffice.spec 1 Dec 2006 22:06:54 -0000 1.43 @@ -1,18 +1,17 @@ + Name: koffice -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png - -# stuff for the build configuration -Patch0: koffice-1.6.0.patch +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel @@ -22,11 +21,14 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +BuildRequires: GraphicsMagick-devel +# ImageMagick usage is deprecated (in favor of GraphicsMagick), +# and can likely go way, but let's keep it around, for now. -- Rex BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel -BuildRequires: python-devel python +BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel BuildRequires: lcms-devel @@ -44,11 +46,17 @@ BuildRequires: libexif-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel >= 1.8.2 +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel -%if "%{?fedora}" > "4" +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel %endif + %description KOffice - Integrated Office Suite KOffice is a free, integrated office suite for KDE, the K Desktop Environment. @@ -213,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -233,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -253,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -#core desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -349,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -398,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -419,7 +420,7 @@ %{_libdir}/kde3/libkwordpart.* %{_libdir}/kde3/kword.* %{_datadir}/apps/kword/ -%{_datadir}/doc/HTML/en/kword +%{_datadir}/doc/HTML/en/kword/ %{_datadir}/services/kword*.desktop %{_datadir}/services/kwserial*.desktop %{_datadir}/templates/TextDocument.desktop @@ -459,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -481,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -512,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -625,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086 %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -634,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -691,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -711,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -723,15 +583,8 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg %{_datadir}/doc/HTML/en/kivio/ @@ -789,9 +642,9 @@ %{_libdir}/kde3/libolefilter.* %{_datadir}/apps/xsltfilter/ %{_datadir}/services/generic_filter.desktop +%{_datadir}/services/ole_powerpoint97_import.desktop %{_datadir}/services/xslt*.desktop %{_datadir}/servicetypes/kofilter*.desktop -%{_datadir}/services/ole_powerpoint97_import.desktop %files kplato %defattr(-,root,root,-) @@ -804,19 +657,47 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert -1.6.0-2 +1.6.0-3 - fix #212145: add missing BR for krita pdf support +* Wed Oct 25 2006 Andreas Bierfert +1.6.0-2 +- bump + * Wed Oct 18 2006 Andreas Bierfert 1.6.0-1 - version upgrade -- merge with rexe's edition of the devel spec (thanks again) -* Wed Aug 02 2006 Andreas Bierfert +* Wed Oct 04 2006 Rex Dieter +- 1.5.3-3 +- respin + +* Wed Sep 20 2006 Rex Dieter +- 1.5.2-2 +- drop deprecated patches +- drop extraneous BR's +- optimize %%configure +- use icon/mime bits from ScriptletSnippets +- simplify desktop-file-install usage + +* Thu Aug 03 2006 Andreas Bierfert 1.5.2-1 -- version upgrade +- version upgrade (#200935) + +* Tue Jun 13 2006 Andreas Bierfert +1.5.1-2 +- bump * Sun May 21 2006 Andreas Bierfert 1.5.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Oct 2006 07:51:58 -0000 1.13 +++ sources 1 Dec 2006 22:06:54 -0000 1.14 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:08:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 17:08:18 -0500 Subject: rpms/koffice/FC-6 .cvsignore, 1.13, 1.14 koffice.spec, 1.44, 1.45 sources, 1.13, 1.14 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612012208.kB1M8IX9012649@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12628 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 20 Oct 2006 13:43:42 -0000 1.13 +++ .cvsignore 1 Dec 2006 22:07:48 -0000 1.14 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/koffice.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- koffice.spec 25 Oct 2006 11:19:19 -0000 1.44 +++ koffice.spec 1 Dec 2006 22:07:48 -0000 1.45 @@ -1,17 +1,17 @@ + Name: koffice -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png -Patch0: koffice-1.6.0.patch -# stuff for the build configuration +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel @@ -21,11 +21,14 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +BuildRequires: GraphicsMagick-devel +# ImageMagick usage is deprecated (in favor of GraphicsMagick), +# and can likely go way, but let's keep it around, for now. -- Rex BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel -BuildRequires: python-devel python +BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel BuildRequires: lcms-devel @@ -43,9 +46,14 @@ BuildRequires: libexif-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel >= 1.8.2 +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel -%if "%{?fedora}" > "4" +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel %endif @@ -85,8 +93,6 @@ Requires: perl Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} -# Consider, for ownership of %{_datadir}/templates -- Rex -#Requires: kdebase %description core core libraries and support files for koffice @@ -215,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -235,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -255,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -# set --vendor="" to avoid any future probs like bug #173086 -- Rex desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -351,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -400,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -421,7 +420,7 @@ %{_libdir}/kde3/libkwordpart.* %{_libdir}/kde3/kword.* %{_datadir}/apps/kword/ -%{_datadir}/doc/HTML/en/kword +%{_datadir}/doc/HTML/en/kword/ %{_datadir}/services/kword*.desktop %{_datadir}/services/kwserial*.desktop %{_datadir}/templates/TextDocument.desktop @@ -461,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -483,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -514,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -627,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086/ %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -636,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -693,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -713,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -725,18 +583,11 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg -%{_datadir}/doc/HTML/en/kivio +%{_datadir}/doc/HTML/en/kivio/ %{_datadir}/services/kivio*.desktop %{_datadir}/applications/kde/*kivio.desktop @@ -806,11 +657,24 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert -1.6.0-2 +1.6.0-3 - fix #212145: add missing BR for krita pdf support +* Wed Oct 25 2006 Andreas Bierfert +1.6.0-2 +- bump + * Wed Oct 18 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 20 Oct 2006 13:43:42 -0000 1.13 +++ sources 1 Dec 2006 22:07:48 -0000 1.14 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:13:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 1 Dec 2006 17:13:04 -0500 Subject: rpms/koffice-langpack/devel .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612012213.kB1MD48a012716@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12697 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:33 -0000 1.7 +++ .cvsignore 1 Dec 2006 22:12:34 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/koffice-langpack.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koffice-langpack.spec 21 Oct 2006 10:11:33 -0000 1.8 +++ koffice-langpack.spec 1 Dec 2006 22:12:34 -0000 1.9 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:33 -0000 1.7 +++ sources 1 Dec 2006 22:12:34 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 1 22:27:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:27:30 -0500 Subject: rpms/pl/devel .cvsignore, 1.11, 1.12 pl.spec, 1.30, 1.31 sources, 1.11, 1.12 Message-ID: <200612012227.kB1MRUh1012816@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12786 Modified Files: .cvsignore pl.spec sources Log Message: new version 5.6.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pl/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Oct 2006 16:17:05 -0000 1.11 +++ .cvsignore 1 Dec 2006 22:26:59 -0000 1.12 @@ -1,3 +1,3 @@ -pl-5.6.20.tar.gz -HTMLmanual.tar.gz +pl-5.6.24.tar.gz userguide.html.tgz +HTMLmanual.tar.gz Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/devel/pl.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- pl.spec 1 Oct 2006 16:17:05 -0000 1.30 +++ pl.spec 1 Dec 2006 22:26:59 -0000 1.31 @@ -1,5 +1,5 @@ Name: pl -Version: 5.6.20 +Version: 5.6.24 Release: 1%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -7,7 +7,7 @@ Group: Development/Languages License: LGPL URL: http://www.swi-prolog.org -Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.20.tar.gz +Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.24.tar.gz Source1: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/refman/HTMLmanual.tar.gz Source2: http://gollem.science.uva.nl/cgi-bin/nph-download/xpce/doc/userguide/userguide.html.tgz Patch0: pl-5.4.6-rpath.patch @@ -96,6 +96,9 @@ %changelog +* Fri Dec 1 2006 Gerard Milmeister - 5.6.24-1 +- new version 5.5.26 + * Sun Oct 1 2006 Gerard Milmeister - 5.6.20-1 - new version 5.6.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pl/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Oct 2006 16:17:05 -0000 1.11 +++ sources 1 Dec 2006 22:26:59 -0000 1.12 @@ -1,3 +1,3 @@ -0f13bc81a83e29ef90dee6058f84d8ae pl-5.6.20.tar.gz -fd43b315a103de4a3c739ca699a9f2d5 HTMLmanual.tar.gz +cd084fc65886b09bd5eae30c3506cd73 pl-5.6.24.tar.gz 72feb8797f134c45be719133873cae1f userguide.html.tgz +32e5d7d4897e4ca2b2ecf1d0814c0808 HTMLmanual.tar.gz From fedora-extras-commits at redhat.com Fri Dec 1 22:28:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:28:39 -0500 Subject: rpms/pl/devel pl-5.4.6-multilib.patch, 1.1, NONE pl-5.4.6-visibilityabuse.patch, 1.1, NONE pl-5.4.7-gcc4fix.patch, 1.1, NONE Message-ID: <200612012228.kB1MSdsg012834@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12829 Removed Files: pl-5.4.6-multilib.patch pl-5.4.6-visibilityabuse.patch pl-5.4.7-gcc4fix.patch Log Message: new version 5.6.24 --- pl-5.4.6-multilib.patch DELETED --- --- pl-5.4.6-visibilityabuse.patch DELETED --- --- pl-5.4.7-gcc4fix.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:32:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:32:08 -0500 Subject: rpms/pl/FC-5 .cvsignore, 1.11, 1.12 pl.spec, 1.31, 1.32 sources, 1.11, 1.12 pl-5.4.6-multilib.patch, 1.1, NONE pl-5.4.6-visibilityabuse.patch, 1.1, NONE pl-5.4.7-gcc4fix.patch, 1.1, NONE Message-ID: <200612012232.kB1MW8wA012908@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12874/FC-5 Modified Files: .cvsignore pl.spec sources Removed Files: pl-5.4.6-multilib.patch pl-5.4.6-visibilityabuse.patch pl-5.4.7-gcc4fix.patch Log Message: new version 5.6.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pl/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Oct 2006 16:17:04 -0000 1.11 +++ .cvsignore 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -pl-5.6.20.tar.gz -HTMLmanual.tar.gz +pl-5.6.24.tar.gz userguide.html.tgz +HTMLmanual.tar.gz Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/FC-5/pl.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- pl.spec 1 Oct 2006 16:17:04 -0000 1.31 +++ pl.spec 1 Dec 2006 22:31:38 -0000 1.32 @@ -1,5 +1,5 @@ Name: pl -Version: 5.6.20 +Version: 5.6.24 Release: 1%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -7,7 +7,7 @@ Group: Development/Languages License: LGPL URL: http://www.swi-prolog.org -Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.20.tar.gz +Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.24.tar.gz Source1: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/refman/HTMLmanual.tar.gz Source2: http://gollem.science.uva.nl/cgi-bin/nph-download/xpce/doc/userguide/userguide.html.tgz Patch0: pl-5.4.6-rpath.patch @@ -96,6 +96,9 @@ %changelog +* Fri Dec 1 2006 Gerard Milmeister - 5.6.24-1 +- new version 5.5.26 + * Sun Oct 1 2006 Gerard Milmeister - 5.6.20-1 - new version 5.6.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pl/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Oct 2006 16:17:04 -0000 1.11 +++ sources 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -0f13bc81a83e29ef90dee6058f84d8ae pl-5.6.20.tar.gz -fd43b315a103de4a3c739ca699a9f2d5 HTMLmanual.tar.gz +cd084fc65886b09bd5eae30c3506cd73 pl-5.6.24.tar.gz 72feb8797f134c45be719133873cae1f userguide.html.tgz +32e5d7d4897e4ca2b2ecf1d0814c0808 HTMLmanual.tar.gz --- pl-5.4.6-multilib.patch DELETED --- --- pl-5.4.6-visibilityabuse.patch DELETED --- --- pl-5.4.7-gcc4fix.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 1 22:32:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 1 Dec 2006 17:32:08 -0500 Subject: rpms/pl/FC-6 .cvsignore, 1.11, 1.12 pl.spec, 1.30, 1.31 sources, 1.11, 1.12 pl-5.4.6-multilib.patch, 1.1, NONE pl-5.4.6-visibilityabuse.patch, 1.1, NONE pl-5.4.7-gcc4fix.patch, 1.1, NONE Message-ID: <200612012232.kB1MW8JT012913@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12874/FC-6 Modified Files: .cvsignore pl.spec sources Removed Files: pl-5.4.6-multilib.patch pl-5.4.6-visibilityabuse.patch pl-5.4.7-gcc4fix.patch Log Message: new version 5.6.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pl/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Oct 2006 16:17:05 -0000 1.11 +++ .cvsignore 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -pl-5.6.20.tar.gz -HTMLmanual.tar.gz +pl-5.6.24.tar.gz userguide.html.tgz +HTMLmanual.tar.gz Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/FC-6/pl.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- pl.spec 1 Oct 2006 16:17:05 -0000 1.30 +++ pl.spec 1 Dec 2006 22:31:38 -0000 1.31 @@ -1,5 +1,5 @@ Name: pl -Version: 5.6.20 +Version: 5.6.24 Release: 1%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -7,7 +7,7 @@ Group: Development/Languages License: LGPL URL: http://www.swi-prolog.org -Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.20.tar.gz +Source: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.24.tar.gz Source1: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/refman/HTMLmanual.tar.gz Source2: http://gollem.science.uva.nl/cgi-bin/nph-download/xpce/doc/userguide/userguide.html.tgz Patch0: pl-5.4.6-rpath.patch @@ -96,6 +96,9 @@ %changelog +* Fri Dec 1 2006 Gerard Milmeister - 5.6.24-1 +- new version 5.5.26 + * Sun Oct 1 2006 Gerard Milmeister - 5.6.20-1 - new version 5.6.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pl/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Oct 2006 16:17:05 -0000 1.11 +++ sources 1 Dec 2006 22:31:38 -0000 1.12 @@ -1,3 +1,3 @@ -0f13bc81a83e29ef90dee6058f84d8ae pl-5.6.20.tar.gz -fd43b315a103de4a3c739ca699a9f2d5 HTMLmanual.tar.gz +cd084fc65886b09bd5eae30c3506cd73 pl-5.6.24.tar.gz 72feb8797f134c45be719133873cae1f userguide.html.tgz +32e5d7d4897e4ca2b2ecf1d0814c0808 HTMLmanual.tar.gz --- pl-5.4.6-multilib.patch DELETED --- --- pl-5.4.6-visibilityabuse.patch DELETED --- --- pl-5.4.7-gcc4fix.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 02:08:35 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 1 Dec 2006 21:08:35 -0500 Subject: rpms/epiphany-extensions/devel .cvsignore, 1.12, 1.13 epiphany-extensions.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612020208.kB228Zdi027343@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27324 Modified Files: .cvsignore epiphany-extensions.spec sources Log Message: Update to new upstream release (2.17.0); fix BuildRoot Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 12 Oct 2006 21:32:04 -0000 1.12 +++ .cvsignore 2 Dec 2006 02:08:05 -0000 1.13 @@ -1 +1 @@ -epiphany-extensions-2.16.0.tar.bz2 +epiphany-extensions-2.17.0.tar.bz2 Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- epiphany-extensions.spec 13 Oct 2006 03:50:02 -0000 1.14 +++ epiphany-extensions.spec 2 Dec 2006 02:08:05 -0000 1.15 @@ -1,15 +1,15 @@ -%define ephy_major 2.16.0 +%define ephy_major 2.17.0 Summary: Extensions for Epiphany, the GNOME web browser. Name: epiphany-extensions -Version: 2.16.0 +Version: 2.17.0 Release: 1 License: GPL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/extensions -Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.16/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.17/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: epiphany-devel >= %{ephy_major} BuildRequires: perl(XML::Parser) BuildRequires: gettext @@ -51,6 +51,10 @@ %{_libdir}/epiphany %changelog +* Fri Dec 01 2006 Peter Gordon - 2.17.0-1 +- Update to new upstream release (2.17.0), for new Epiphany 2.17/2.18 in Devel. +- Fix BuildRoot to be in compliance with Fedora Extras packaging policy + * Thu Oct 12 2006 Peter Gordon - Change perl-XML-Parser BR to perl(XML::Parser) - DESTDIR is a make variable, not an external one Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 12 Oct 2006 21:32:04 -0000 1.12 +++ sources 2 Dec 2006 02:08:05 -0000 1.13 @@ -1 +1 @@ -bbc9c67750380d31ad068dbd7335875a epiphany-extensions-2.16.0.tar.bz2 +76083e5d0f27da9bf6d42ccc0679236e epiphany-extensions-2.17.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 2 05:10:37 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 2 Dec 2006 00:10:37 -0500 Subject: rpms/epiphany-extensions/FC-6 .cvsignore, 1.12, 1.13 epiphany-extensions.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612020510.kB25Abcu005399@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/epiphany-extensions/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5380 Modified Files: .cvsignore epiphany-extensions.spec sources Log Message: Update to new upstream release (2.16.1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 12 Oct 2006 21:32:04 -0000 1.12 +++ .cvsignore 2 Dec 2006 05:10:07 -0000 1.13 @@ -1 +1 @@ -epiphany-extensions-2.16.0.tar.bz2 +epiphany-extensions-2.16.1.tar.bz2 Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/FC-6/epiphany-extensions.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- epiphany-extensions.spec 13 Oct 2006 03:50:02 -0000 1.14 +++ epiphany-extensions.spec 2 Dec 2006 05:10:07 -0000 1.15 @@ -2,14 +2,14 @@ Summary: Extensions for Epiphany, the GNOME web browser. Name: epiphany-extensions -Version: 2.16.0 +Version: 2.16.1 Release: 1 License: GPL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/extensions Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.16/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: epiphany-devel >= %{ephy_major} BuildRequires: perl(XML::Parser) BuildRequires: gettext @@ -44,13 +44,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc ChangeLog README NEWS +%doc COPYING COPYING.README ChangeLog README NEWS %{_datadir}/epiphany-extensions %{_datadir}/gnome/help/%{name} %{_datadir}/omf/%{name} %{_libdir}/epiphany %changelog +* Fri Dec 01 2006 Peter Gordon 2.16.1-1 +- Update to new upstream release (2.16.1) +- Fix BuildRoot to be comply with Fedora Extras packaging policy +- Include COPYING and COPYING.README files as %%doc. + * Thu Oct 12 2006 Peter Gordon - Change perl-XML-Parser BR to perl(XML::Parser) - DESTDIR is a make variable, not an external one Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 12 Oct 2006 21:32:04 -0000 1.12 +++ sources 2 Dec 2006 05:10:07 -0000 1.13 @@ -1 +1 @@ -bbc9c67750380d31ad068dbd7335875a epiphany-extensions-2.16.0.tar.bz2 +93a8d37175dc1f173c0185c254de5c38 epiphany-extensions-2.16.1.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 2 05:25:42 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 00:25:42 -0500 Subject: rpms/TurboGears/devel .cvsignore, 1.4, 1.5 TurboGears.spec, 1.7, 1.8 sources, 1.4, 1.5 TurboGears-1.0b1-setuptools.patch, 1.1, NONE Message-ID: <200612020525.kB25Pgsm005536@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5517 Modified Files: .cvsignore TurboGears.spec sources Removed Files: TurboGears-1.0b1-setuptools.patch Log Message: 1.0b2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Oct 2006 15:21:43 -0000 1.4 +++ .cvsignore 2 Dec 2006 05:25:12 -0000 1.5 @@ -1 +1 @@ -TurboGears-1.0b1.tar.gz +TurboGears-1.0b2.tar.gz Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- TurboGears.spec 22 Nov 2006 02:24:03 -0000 1.7 +++ TurboGears.spec 2 Dec 2006 05:25:12 -0000 1.8 @@ -2,21 +2,21 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0b1 -Release: 3%{?dist} +Version: 1.0b2 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages License: MIT URL: http://www.turbogears.org Source0: http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-setuptools.patch +Patch0: %{name}-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools >= 0.6c2 -Requires: python-kid >= 0.8 python-cherrypy >= 2.1.1 +Requires: python-kid >= 0.8 python-cherrypy >= 2.2.1 Requires: python-sqlobject >= 0.7 python-formencode >= 0.5.1 Requires: python-json >= 3.3 python-elementtree >= 1.2.6 Requires: python-setuptools >= 0.6a11 @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 2 2006 Luke Macken 1.0b2-1 +- 1.0b2 + * Fri Nov 21 2006 Luke Macken 1.0b1-3 - Add python-TestGears back to Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Oct 2006 15:21:43 -0000 1.4 +++ sources 2 Dec 2006 05:25:12 -0000 1.5 @@ -1 +1 @@ -667a84671d1ce3639ba11d8e73462639 TurboGears-1.0b1.tar.gz +aff6ab4008557c21fde2ff8c07f4dc45 TurboGears-1.0b2.tar.gz --- TurboGears-1.0b1-setuptools.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 05:26:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 00:26:47 -0500 Subject: rpms/TurboGears/devel TurboGears-setuptools.patch,NONE,1.1 Message-ID: <200612020526.kB25QlUl005592@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5585 Added Files: TurboGears-setuptools.patch Log Message: add the setuptools patch TurboGears-setuptools.patch: --- NEW FILE TurboGears-setuptools.patch --- --- setup.py.orig 2006-12-02 00:14:03.000000000 -0500 +++ setup.py 2006-12-02 00:16:52.000000000 -0500 @@ -34,20 +34,7 @@ The latest development version is available in the TurboGears subversion repository.""", url="http://www.turbogears.org", zip_safe=False, - install_requires = [ - "TurboJson >= 0.9.9", - "TurboCheetah >= 0.9.5", - "TurboKid >= 0.9.8", - "CherryPy >= 2.2.1,<3.0.0alpha", - "simplejson >= 1.3", - "elementtree >= 1.2.6", - "PasteScript >= 0.9.7", - "cElementTree >= 1.0.5", - "FormEncode >= 0.5.1", - "setuptools >= 0.6c2", - "RuleDispatch", - "ConfigObj >= 4.3.2", - "nose >= 0.9"], + install_requires = [], packages=find_packages(), include_package_data=True, exclude_package_data={"thirdparty" : ["*"]}, From fedora-extras-commits at redhat.com Sat Dec 2 05:29:38 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 00:29:38 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.8,1.9 Message-ID: <200612020529.kB25Tc9K005647@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5630 Modified Files: TurboGears.spec Log Message: update the setuptools patch and rebuild Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- TurboGears.spec 2 Dec 2006 05:25:12 -0000 1.8 +++ TurboGears.spec 2 Dec 2006 05:29:08 -0000 1.9 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 2 2006 Luke Macken 1.0b2-2 +- Update the setuptools patch + * Sat Dec 2 2006 Luke Macken 1.0b2-1 - 1.0b2 From fedora-extras-commits at redhat.com Sat Dec 2 06:36:02 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sat, 2 Dec 2006 01:36:02 -0500 Subject: rpms/php-pecl-zip/FC-6 .cvsignore, 1.8, 1.9 php-pecl-zip.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612020636.kB26a2NV008986@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8964 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update to 1.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Nov 2006 13:43:04 -0000 1.8 +++ .cvsignore 2 Dec 2006 06:35:32 -0000 1.9 @@ -1 +1 @@ -zip-1.8.0.tgz +zip-1.8.2.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-6/php-pecl-zip.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-pecl-zip.spec 3 Nov 2006 13:43:04 -0000 1.8 +++ php-pecl-zip.spec 2 Dec 2006 06:35:32 -0000 1.9 @@ -6,7 +6,7 @@ Summary: A zip management extension Summary(fr): Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.8.0 +Version: 1.8.2 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -61,6 +61,9 @@ %{php_extdir}/zip.so %changelog +* Sat Dec 02 2006 Remi Collet 1.8.2-1 +- update to 1.8.2 + * Thu Nov 02 2006 Remi Collet 1.8.0-1 - update to 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Nov 2006 13:43:04 -0000 1.8 +++ sources 2 Dec 2006 06:35:32 -0000 1.9 @@ -1 +1 @@ -21ba5f9055074a5dbf9cb55922b7262e zip-1.8.0.tgz +1d384ca4750b367ba7b82e3f330735ed zip-1.8.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 06:38:07 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sat, 2 Dec 2006 01:38:07 -0500 Subject: rpms/php-pecl-zip/FC-5 .cvsignore, 1.8, 1.9 php-pecl-zip.spec, 1.7, 1.8 sources, 1.8, 1.9 Message-ID: <200612020638.kB26c7ID009069@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9048 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update to 1.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Nov 2006 13:44:51 -0000 1.8 +++ .cvsignore 2 Dec 2006 06:37:37 -0000 1.9 @@ -1 +1 @@ -zip-1.8.0.tgz +zip-1.8.2.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-5/php-pecl-zip.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- php-pecl-zip.spec 3 Nov 2006 13:44:51 -0000 1.7 +++ php-pecl-zip.spec 2 Dec 2006 06:37:37 -0000 1.8 @@ -6,7 +6,7 @@ Summary: A zip management extension Summary(fr): Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.8.0 +Version: 1.8.2 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -61,6 +61,9 @@ %{php_extdir}/zip.so %changelog +* Sat Dec 02 2006 Remi Collet 1.8.2-1 +- update to 1.8.2 + * Thu Nov 02 2006 Remi Collet 1.8.0-1 - update to 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Nov 2006 13:44:51 -0000 1.8 +++ sources 2 Dec 2006 06:37:37 -0000 1.9 @@ -1 +1 @@ -21ba5f9055074a5dbf9cb55922b7262e zip-1.8.0.tgz +1d384ca4750b367ba7b82e3f330735ed zip-1.8.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 07:38:46 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sat, 2 Dec 2006 02:38:46 -0500 Subject: rpms/php-pecl-zip/devel dead.package,NONE,1.1 Message-ID: <200612020738.kB27ckbt012399@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12394 Added Files: dead.package Log Message: php-pecl-zip obsoleted by php-5.2.0 --- NEW FILE dead.package --- Obsoleted by php-common-5.2.0 which provides this extension. See : Bugzilla #215966 From fedora-extras-commits at redhat.com Sat Dec 2 08:50:36 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 03:50:36 -0500 Subject: extras-repoclosure rc-report.py,1.26,1.27 Message-ID: <200612020850.kB28oaYt015795@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15780 Modified Files: rc-report.py Log Message: - moved/regrouped plenty of lines, so the refreshed biweekly mails are not summed up in the big summary report as "New" anymore - also mail co-owners (probably will cause trouble as some Cc recipients are subscription-based mailing-lists) Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- rc-report.py 27 Nov 2006 23:52:20 -0000 1.26 +++ rc-report.py 2 Dec 2006 08:50:36 -0000 1.27 @@ -29,7 +29,7 @@ # Don't repeat a report for a src.rpm for 14 days. waitdelta = datetime.timedelta( days = 14 ) -today = datetime.date.today() +today = datetime.date.today() # +datetime.timedelta(days=15) # Where to check out owners/owners.list ownersworkdir = '/srv/extras-push/work' @@ -182,12 +182,8 @@ #owners.FromCVS(workdir=ownersworkdir) if not owners.FromURL(): sys.exit(1) -reportssummary = '' -summail = '' -pkgbyowner = {} # map, pkgbyowner[email], list of pkgids for all owner's broken packages summary = {} # map of maps, summary[repoid][pkgid], unresolved deps line by line -report = {} -agedict = {} +details = {} # map of arrays [sendflag,name,srcrpmname,age,pkgid,text] args = sys.argv[1:] if len(args) > 2: @@ -206,9 +202,6 @@ if not combinedreport: mailsubject = subject + ' ' + release + ' - ' + datestring - pkgbyowner = {} - summary = {} - report = {} else: mailsubject = subject + ' - ' + datestring @@ -218,7 +211,6 @@ pkgre = re.compile('(?P.*)-[^-]+-[^-]+$') inbody = False srcrpm = '' - ownedby = '' createreport = False try: f = file( logfilename ) @@ -249,46 +241,93 @@ continue name = res.group('name') - ownedby = owners.GetOwner(name) - if ownedby == '': - ownedby = 'UNKNOWN OWNER' - x = 'ERROR: %s not in owners.list\nERROR: source rpm is %s' % ( name, srcrpm ) - reportssummary += x + '\n\n' # name-EVR.arch - pkgid = w[1]+'-'+w[3] - pkgid2 = w[1]+' - '+w[3] + pkgid = w[1]+' - '+w[3] # package id + uniqueid = pkgid+repoid # unique pkg id for combined report - agedict[pkgid2] = history.GetAge(srcrpm) - if not pkgbyowner.has_key(ownedby): - pkgbyowner[ownedby] = [pkgid2] - else: - pkgbyowner[ownedby].append(pkgid2) + age = history.GetAge(srcrpm) # e.g. "(4 days)" - if not summary.has_key(repoid): - summary[repoid] = {} - if not summary[repoid].has_key(pkgid): - summary[repoid][pkgid] = [] + # Init list of broken deps per package per repository. + summary.setdefault(repoid,{}) + summary[repoid].setdefault(pkgid,[]) + + # Create records + # - send-flag, name, srcrpmfilename, age, pkgid, body + details.setdefault(uniqueid,[createreport,name,srcrpm,age,pkgid,'']) if inbody: - # Construct report for package owner. - if createreport: - try: - report[ownedby] += line - except KeyError: - report[ownedby] = line - # Add to summary. + # Construct report per package src.rpm-repoid. + # We need a few values, since a package may have different + # owner(s) per dist. + details[uniqueid][5] += line + # Add relevant bits to repository summary. if not line.isspace() and not line.startswith('package: ') and line.find('unresolved deps:') < 0: summary[repoid][pkgid].append( line.rstrip().lstrip() ) history.Save() +# ==================================================================== -# Create summary mail text. +# Mail init. +if domail: + srv = smtplib.SMTP( mailserver ) + #srv.set_debuglevel(1) + if ( len(mailuser) and len(mailpasswd) ): + try: + srv.login( mailuser, mailpasswd ) + except smtplib.SMTPException: + print 'ERROR: mailserver login failed' + sys.exit(-1) + +# Create full report per owner. +reportssummary = '' # any NEW stuff for the summary sep = '='*70+'\n' -for toaddr,body in report.iteritems(): - reportssummary += 'New report for: %s\n\n%s\n' % ( toaddr.replace('@',' AT '), body) - reportssummary += sep -summail += reportssummary +pkgbyowner = {} # map, pkgbyowner[email], list of pkgids for all owner's broken packages +reports = {} # map of lists [new,body] - a flag and the full report for a package owner + +uniqueids = details.keys() +uniqueids.sort() +for uniqueid in uniqueids: + (sendflag,name,srcrpm,age,pkgid,lines) = details[uniqueid] + + toaddr = owners.GetOwner(name) + if toaddr == '': + toaddr = 'UNKNOWN OWNER' + x = 'ERROR: "%s" not in owners.list!' % name + reportssummary += x + '\n\n' + + # Build list of package ids per owner addr. + pkgbyowner.setdefault(toaddr,[]) + pkgbyowner[toaddr].append(pkgid+' '+age+'\n') + + if sendflag: + # sendflag, True => resend broken deps report to owner + # however, if age is sufficiently high, don't include report in summary + newflag = (age=='' or age<2) + + # TODO: owner has N broken rpms and gets a resent report every n<14 days + # because multiple rpms distribute over 14 days. Change that? + + # Build full report per owner. Use a flag for new breakage. + reports.setdefault(toaddr,[newflag,'']) + reports[toaddr][1] += lines + # Also try mailing co-owners. + for toaddr in owners.GetCoOwnerList(name): + reports.setdefault(toaddr,[None,'']) + reports[toaddr][1] += lines + +# Mail reports and construct summary of new reports. +for toaddr,(new,body) in reports.iteritems(): + if new: # Include new reports in summary. + reportssummary += 'New report for: %s\n\n%s\n' % ( toaddr.replace('@',' AT '), body) + reportssummary += sep + # Send mail to every package owner with broken package dependencies. + mailtext = 'This is an automated mail created by an experimental script.\nYour following packages in the repository contain broken dependencies:\n\n' + mailtext += body + if domail and toaddr!='UNKNOWN OWNER': + mailsplit( srv, fromaddr, [toaddr,'bugs.michael at gmx.net'], replytoaddr, mailsubject, mailtext ) + +summail = reportssummary # Add list of broken packages sorted by owner. ownerlist = pkgbyowner.keys() @@ -300,8 +339,7 @@ pkgs = pkgbyowner[owner] pkgs.sort() for pkg in pkgs: - summail += ' '+pkg+' '+agedict[pkg] - summail += '\n' + summail += ' '+pkg summail += '\n' if len(ownerlist): summail += '\n' @@ -321,29 +359,9 @@ pkgs.sort() for pkg in pkgs: for dep in summary[repoid][pkg]: - summail += ( ' %s requires %s\n' % (pkg,dep) ) + summail += ( ' %s requires %s\n' % (pkg.replace(' ',''),dep) ) summail += '\n\n' - -# Mail init. -if domail: - srv = smtplib.SMTP( mailserver ) - #srv.set_debuglevel(1) - if ( len(mailuser) and len(mailpasswd) ): - try: - srv.login( mailuser, mailpasswd ) - except smtplib.SMTPException: - print 'ERROR: mailserver login failed' - sys.exit(-1) - -# Send mail to every package owner with broken package dependencies. -for toaddr,body in report.iteritems(): - mailtext = 'This is an automated mail created by an experimental script.\nYour following packages in the repository contain broken dependencies:\n\n' - mailtext += body - if domail and toaddr != 'UNKNOWN OWNER': - mailsplit( srv, fromaddr, toaddr, replytoaddr, mailsubject, mailtext ) - - # Decrease the "spam" a bit. Mail a summary (even if there are no new # reports) every 7 days. timestampfile = os.path.join(ownersworkdir,'lastsummary.timestamp') @@ -360,7 +378,6 @@ # Send summary to mailing-list # if there are new reports. -# TODO: weekly summary? if domail and mailsummary and (len(summail) or mailsubject.find('development') >= 0): # avoid sending empty reports for stable/old branches if not len(summail): summail = 'no broken dependencies' From fedora-extras-commits at redhat.com Sat Dec 2 08:58:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 03:58:49 -0500 Subject: rpms/jd/devel .cvsignore, 1.29, 1.30 jd.spec, 1.36, 1.37 sources, 1.29, 1.30 Message-ID: <200612020858.kB28wnuU015921@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15882 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- .cvsignore 1 Dec 2006 15:45:16 -0000 1.29 +++ .cvsignore 2 Dec 2006 08:58:19 -0000 1.30 @@ -1 +1 @@ -jd-1.8.1-cvs061201.tgz +jd-1.8.1-beta061202.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- jd.spec 1 Dec 2006 15:45:16 -0000 1.36 +++ jd.spec 2 Dec 2006 08:58:19 -0000 1.37 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061201 -%define repoid 22722 +%define strtag beta061202 +%define repoid 22954 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Fri Dec 1 2006 Mamoru Tasaka - 1.8.1-0.1.cvs061201 -- cvs 061201 (24:30 JST) +* Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 +- 1.8.1 beta 061202 * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 1 Dec 2006 15:45:16 -0000 1.29 +++ sources 2 Dec 2006 08:58:19 -0000 1.30 @@ -1 +1 @@ -02a745f38ea5a2f61ef95633b6dfbb9a jd-1.8.1-cvs061201.tgz +9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz From fedora-extras-commits at redhat.com Sat Dec 2 08:58:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 03:58:58 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.10, 1.11 jd.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <200612020858.kB28wwAu015926@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15902 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 14 Nov 2006 13:52:50 -0000 1.10 +++ .cvsignore 2 Dec 2006 08:58:28 -0000 1.11 @@ -1 +1 @@ -jd-1.8.0-061114.tgz +jd-1.8.1-beta061202.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- jd.spec 14 Nov 2006 13:52:50 -0000 1.11 +++ jd.spec 2 Dec 2006 08:58:28 -0000 1.12 @@ -9,14 +9,14 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.0 -%define strtag 061114 -%define repoid 22722 +%define main_ver 1.8.1 +%define strtag beta061202 +%define repoid 22954 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -65,6 +65,9 @@ %build sh autogen.sh +# set TZ for __TIME__ +export TZ='Asia/Tokyo' + %configure %{__make} %{?_smp_mflags} @@ -103,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 +- 1.8.1 beta 061202 + * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 14 Nov 2006 13:52:50 -0000 1.10 +++ sources 2 Dec 2006 08:58:28 -0000 1.11 @@ -1 +1 @@ -1dc9ecba8d7430af27ed461155eb6708 jd-1.8.0-061114.tgz +9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz From fedora-extras-commits at redhat.com Sat Dec 2 09:00:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 04:00:45 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.9, 1.10 jd.spec, 1.10, 1.11 sources, 1.9, 1.10 Message-ID: <200612020900.kB290jc7016090@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16069 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 14 Nov 2006 13:54:36 -0000 1.9 +++ .cvsignore 2 Dec 2006 09:00:15 -0000 1.10 @@ -1 +1 @@ -jd-1.8.0-061114.tgz +jd-1.8.1-beta061202.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- jd.spec 14 Nov 2006 13:54:36 -0000 1.10 +++ jd.spec 2 Dec 2006 09:00:15 -0000 1.11 @@ -9,14 +9,14 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.0 -%define strtag 061114 -%define repoid 22722 +%define main_ver 1.8.1 +%define strtag beta061202 +%define repoid 22954 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -65,6 +65,9 @@ %build sh autogen.sh +# set TZ for __TIME__ +export TZ='Asia/Tokyo' + %configure %{__make} %{?_smp_mflags} @@ -103,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 +- 1.8.1 beta 061202 + * Tue Nov 14 2006 Mamoru Tasaka - 1.8.0-1 - 1.8.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 14 Nov 2006 13:54:36 -0000 1.9 +++ sources 2 Dec 2006 09:00:15 -0000 1.10 @@ -1 +1 @@ -1dc9ecba8d7430af27ed461155eb6708 jd-1.8.0-061114.tgz +9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz From fedora-extras-commits at redhat.com Sat Dec 2 09:06:20 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Sat, 2 Dec 2006 04:06:20 -0500 Subject: rpms/devilspie/devel .cvsignore, 1.2, 1.3 devilspie.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612020906.kB296KM3019656@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/rpms/devilspie/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19486 Modified Files: .cvsignore devilspie.spec sources Log Message: Update to 0.19 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/devilspie/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:18:34 -0000 1.2 +++ .cvsignore 2 Dec 2006 09:05:50 -0000 1.3 @@ -1 +1 @@ -devilspie-0.18.tar.gz +devilspie-0.19.tar.gz Index: devilspie.spec =================================================================== RCS file: /cvs/extras/rpms/devilspie/devel/devilspie.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- devilspie.spec 30 Nov 2006 22:18:34 -0000 1.1 +++ devilspie.spec 2 Dec 2006 09:05:50 -0000 1.2 @@ -1,6 +1,6 @@ Name: devilspie -Version: 0.18 -Release: 1%{?dist} +Version: 0.19 +Release: 2%{?dist} Summary: A window-matching utility Group: User Interface/X @@ -12,8 +12,7 @@ BuildRequires: libpng-devel BuildRequires: libxml2-devel BuildRequires: gettext -BuildRequires: gob2 -BuildRequires: perl-XML-Parser +BuildRequires: perl(XML::Parser) %description A window-matching utility, inspired by Sawfish's "Matched Windows" option and @@ -40,23 +39,30 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc README AUTHORS NEWS COPYING TODO +%doc ChangeLog README AUTHORS NEWS COPYING TODO %{_bindir}/devilspie %{_mandir}/man1/devilspie.1.gz %changelog -* Wed Oct 25 2006 Sebastian Vahl 0.18-1 +* Sat Dec 02 2006 Sebastian Vahl 0.19-2 +- Removed gob2 from BR (not needed any more) +- Replaced perl-XML-Parser with perl(XML::Parser) in BR + +* Fri Dec 01 2006 Sebastian Vahl 0.19-1 +- New upstream version: 0.19 + +* Wed Oct 25 2006 Sebastian Vahl 0.18-1 - New upstream version: 0.18 -* Wed Aug 23 2006 Sebastian Vahl 0.17.1-2 +* Wed Aug 23 2006 Sebastian Vahl 0.17.1-2 - removed redundant dependencies: atk-devel gtk2-devel pango-devel - shorten summary and description - fixed rpmlint in spec error: mixed-use-of-spaces-and-tabs -* Wed Mar 08 2006 Sebastian Vahl 0.17.1-1 +* Wed Mar 08 2006 Sebastian Vahl 0.17.1-1 - New upstream version: 0.17.1 -* Mon Jan 09 2006 Sebastian Vahl 0.16-1 +* Mon Jan 09 2006 Sebastian Vahl 0.16-1 - New upstream version: 0.16 * Mon Jul 18 2005 Menno Smits 0.10-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/devilspie/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:18:34 -0000 1.2 +++ sources 2 Dec 2006 09:05:50 -0000 1.3 @@ -1 +1 @@ -148537a51037875aaba91b3822055332 devilspie-0.18.tar.gz +35f555000b426e21384ab282c64c6975 devilspie-0.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 09:08:40 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 04:08:40 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.21,1.22 Message-ID: <200612020908.kB298eI5019773@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19758 Modified Files: Push.py Log Message: - the rollback itself is not an error, the reason for the rollback is printed elsewhere Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Push.py 30 Nov 2006 16:57:16 -0000 1.21 +++ Push.py 2 Dec 2006 09:08:40 -0000 1.22 @@ -302,7 +302,7 @@ try: push_with_rollback(rollback,dist,needsignroot,destroot,name,pkgrelroot,buildreport) except: - print 'ERROR: Rollback:', rollback + print 'Rollback:', rollback for f in rollback: if DEBUG: break From fedora-extras-commits at redhat.com Sat Dec 2 15:08:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:08:19 -0500 Subject: rpms/ocaml/devel .cvsignore, 1.6, 1.7 ocaml.spec, 1.25, 1.26 sources, 1.8, 1.9 ocaml-num-gcc4.patch, 1.1, NONE Message-ID: <200612021508.kB2F8JDH006946@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6918 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-num-gcc4.patch Log Message: new version 3.09.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2006 17:06:38 -0000 1.6 +++ .cvsignore 2 Dec 2006 15:07:49 -0000 1.7 @@ -1,4 +1,4 @@ -ocaml-3.09.2.tar.bz2 +ocaml-3.09.3.tar.bz2 ocaml-3.09-refman.html.tar.gz ocaml-3.09-refman.info.tar.gz ocaml-3.09-refman.pdf Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ocaml.spec 28 Aug 2006 09:14:47 -0000 1.25 +++ ocaml.spec 2 Dec 2006 15:07:49 -0000 1.26 @@ -1,13 +1,13 @@ Name: ocaml -Version: 3.09.2 -Release: 2%{?dist} +Version: 3.09.3 +Release: 1%{?dist} Summary: Objective Caml compiler and programming environment Group: Development/Languages License: QPL/LGPL URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz @@ -210,6 +210,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.09.3-1 +- new version 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 3.09.2-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Apr 2006 17:06:38 -0000 1.8 +++ sources 2 Dec 2006 15:07:49 -0000 1.9 @@ -1,4 +1,4 @@ -63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2 +8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz 6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf --- ocaml-num-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 15:09:39 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 2 Dec 2006 10:09:39 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.14, 1.15 ochusha.spec, 1.15, 1.16 sources, 1.14, 1.15 Message-ID: <200612021509.kB2F9dam006989@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6970 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sat Dec 2 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061202 - 0.5.99.63.8 cvs 061202 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 1 Dec 2006 15:45:39 -0000 1.14 +++ .cvsignore 2 Dec 2006 15:09:09 -0000 1.15 @@ -1 +1 @@ -ochusha-0.5.99.63.8-cvs061201.tar.bz2 +ochusha-0.5.99.63.8-cvs061202.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ochusha.spec 1 Dec 2006 15:45:39 -0000 1.15 +++ ochusha.spec 2 Dec 2006 15:09:09 -0000 1.16 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.8 -%define strtag cvs061201 +%define strtag cvs061202 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 1 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061201 -- 0.5.99.63.8 cvs 061201 (23:59 JST) +* Sat Dec 2 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061202 +- 0.5.99.63.8 cvs 061202 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 1 Dec 2006 15:45:39 -0000 1.14 +++ sources 2 Dec 2006 15:09:09 -0000 1.15 @@ -1 +1 @@ -b780682f49e097ace79338bd022b2df0 ochusha-0.5.99.63.8-cvs061201.tar.bz2 +b612e655da85bb3f0483c3ef3bea20e4 ochusha-0.5.99.63.8-cvs061202.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 2 15:37:04 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:37:04 -0500 Subject: rpms/ocaml/FC-5 .cvsignore, 1.6, 1.7 ocaml.spec, 1.24, 1.25 sources, 1.8, 1.9 ocaml-num-gcc4.patch, 1.1, NONE Message-ID: <200612021537.kB2Fb4e4007241@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7176/FC-5 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-num-gcc4.patch Log Message: new version 3.09.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2006 17:20:56 -0000 1.6 +++ .cvsignore 2 Dec 2006 15:36:34 -0000 1.7 @@ -1,4 +1,4 @@ -ocaml-3.09.2.tar.bz2 +ocaml-3.09.3.tar.bz2 ocaml-3.09-refman.html.tar.gz ocaml-3.09-refman.info.tar.gz ocaml-3.09-refman.pdf Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-5/ocaml.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ocaml.spec 30 Apr 2006 17:20:56 -0000 1.24 +++ ocaml.spec 2 Dec 2006 15:36:34 -0000 1.25 @@ -1,5 +1,5 @@ Name: ocaml -Version: 3.09.2 +Version: 3.09.3 Release: 1%{?dist} Summary: Objective Caml compiler and programming environment @@ -7,7 +7,7 @@ Group: Development/Languages License: QPL/LGPL URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz @@ -210,6 +210,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.09.3-1 +- new version 3.09.3 + * Sun Apr 30 2006 Gerard Milmeister - 3.09.2-1 - new version 3.09.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Apr 2006 17:20:56 -0000 1.8 +++ sources 2 Dec 2006 15:36:34 -0000 1.9 @@ -1,4 +1,4 @@ -63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2 +8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz 6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf --- ocaml-num-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 15:37:04 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:37:04 -0500 Subject: rpms/ocaml/FC-6 .cvsignore, 1.6, 1.7 ocaml.spec, 1.25, 1.26 sources, 1.8, 1.9 ocaml-num-gcc4.patch, 1.1, NONE Message-ID: <200612021537.kB2Fb4SE007246@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7176/FC-6 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-num-gcc4.patch Log Message: new version 3.09.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2006 17:06:38 -0000 1.6 +++ .cvsignore 2 Dec 2006 15:36:34 -0000 1.7 @@ -1,4 +1,4 @@ -ocaml-3.09.2.tar.bz2 +ocaml-3.09.3.tar.bz2 ocaml-3.09-refman.html.tar.gz ocaml-3.09-refman.info.tar.gz ocaml-3.09-refman.pdf Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-6/ocaml.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ocaml.spec 28 Aug 2006 09:14:47 -0000 1.25 +++ ocaml.spec 2 Dec 2006 15:36:34 -0000 1.26 @@ -1,13 +1,13 @@ Name: ocaml -Version: 3.09.2 -Release: 2%{?dist} +Version: 3.09.3 +Release: 1%{?dist} Summary: Objective Caml compiler and programming environment Group: Development/Languages License: QPL/LGPL URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.2.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz @@ -210,6 +210,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.09.3-1 +- new version 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 3.09.2-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ocaml/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Apr 2006 17:06:38 -0000 1.8 +++ sources 2 Dec 2006 15:36:34 -0000 1.9 @@ -1,4 +1,4 @@ -63428ce7e114520e8f529c9ca809a1b0 ocaml-3.09.2.tar.bz2 +8b3744efd0d51b82d55b61d0e2bf0e2b ocaml-3.09.3.tar.bz2 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 280160b1fc7c8513074c3fda0446de29 ocaml-3.09-refman.info.tar.gz 6ed0c6b1167dbf6c1cb10a78d302bc00 ocaml-3.09-refman.pdf --- ocaml-num-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 15:42:09 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:42:09 -0500 Subject: rpms/lablgl/FC-6 lablgl.spec,1.18,1.19 Message-ID: <200612021542.kB2Fg9rm007388@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7342/FC-6 Modified Files: lablgl.spec Log Message: rebuild for ocaml 3.09.3 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/FC-6/lablgl.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- lablgl.spec 28 Aug 2006 17:03:26 -0000 1.18 +++ lablgl.spec 2 Dec 2006 15:41:39 -0000 1.19 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgl Version: 1.02 -Release: 8%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -10,9 +12,9 @@ Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.02.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freeglut-devel -BuildRequires: ocaml >= 3.09.1 -BuildRequires: labltk >= 3.09.1 -BuildRequires: camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: labltk = %ocaml_version +BuildRequires: camlp4 = %ocaml_version BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: libX11-devel @@ -21,8 +23,8 @@ BuildRequires: libXxf86vm-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel -Requires: ocaml >= 3.09.1 -Requires: labltk >= 3.09.1 +Requires: ocaml = %ocaml_version +Requires: labltk = %ocaml_version %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -81,6 +83,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 1.02-9 +- Rebuild for ocaml 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 1.02-8 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sat Dec 2 15:42:09 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:42:09 -0500 Subject: rpms/lablgl/FC-5 lablgl.spec,1.17,1.18 Message-ID: <200612021542.kB2Fg9eJ007385@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7342/FC-5 Modified Files: lablgl.spec Log Message: rebuild for ocaml 3.09.3 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/FC-5/lablgl.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgl.spec 10 May 2006 18:08:55 -0000 1.17 +++ lablgl.spec 2 Dec 2006 15:41:39 -0000 1.18 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgl Version: 1.02 -Release: 7%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -10,9 +12,9 @@ Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.02.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freeglut-devel -BuildRequires: ocaml >= 3.09.1 -BuildRequires: labltk >= 3.09.1 -BuildRequires: camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: labltk = %ocaml_version +BuildRequires: camlp4 = %ocaml_version BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: libX11-devel @@ -21,8 +23,8 @@ BuildRequires: libXxf86vm-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel -Requires: ocaml >= 3.09.1 -Requires: labltk >= 3.09.1 +Requires: ocaml = %ocaml_version +Requires: labltk = %ocaml_version %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -81,6 +83,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 1.02-9 +- Rebuild for ocaml 3.09.3 + * Wed May 10 2006 Gerard Milmeister - 1.02-7 - rebuilt for ocaml 3.09.2 From fedora-extras-commits at redhat.com Sat Dec 2 15:42:14 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 10:42:14 -0500 Subject: rpms/lablgl/devel lablgl.spec,1.18,1.19 Message-ID: <200612021542.kB2FgEKK007391@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7342/devel Modified Files: lablgl.spec Log Message: rebuild for ocaml 3.09.3 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/devel/lablgl.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- lablgl.spec 28 Aug 2006 17:03:26 -0000 1.18 +++ lablgl.spec 2 Dec 2006 15:41:44 -0000 1.19 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgl Version: 1.02 -Release: 8%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -10,9 +12,9 @@ Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.02.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freeglut-devel -BuildRequires: ocaml >= 3.09.1 -BuildRequires: labltk >= 3.09.1 -BuildRequires: camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: labltk = %ocaml_version +BuildRequires: camlp4 = %ocaml_version BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: libX11-devel @@ -21,8 +23,8 @@ BuildRequires: libXxf86vm-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel -Requires: ocaml >= 3.09.1 -Requires: labltk >= 3.09.1 +Requires: ocaml = %ocaml_version +Requires: labltk = %ocaml_version %description LablGL is is an Objective Caml interface to OpenGL. Support is @@ -81,6 +83,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 1.02-9 +- Rebuild for ocaml 3.09.3 + * Mon Aug 28 2006 Gerard Milmeister - 1.02-8 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sat Dec 2 16:10:30 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 2 Dec 2006 11:10:30 -0500 Subject: rpms/qstat/FC-5 .cvsignore, 1.2, 1.3 qstat.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612021610.kB2GAUwR010703@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10679 Modified Files: .cvsignore qstat.spec sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 2 Dec 2006 16:10:00 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/qstat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qstat.spec 10 Aug 2006 12:02:04 -0000 1.2 +++ qstat.spec 2 Dec 2006 16:10:00 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 5%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -22,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -43,6 +43,13 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + +* Tue Aug 29 2006 Andy Shevchenko 2.10-6 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + * Thu Aug 10 2006 Andy Shevchenko 2.10-5 - add Conflicts with torque-client (#201279) Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 2 Dec 2006 16:10:00 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:11:51 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 11:11:51 -0500 Subject: rpms/lablgtk/devel lablgtk.spec, 1.17, 1.18 lablgtk-gcc4.patch, 1.1, NONE Message-ID: <200612021611.kB2GBpCP010761@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716/devel Modified Files: lablgtk.spec Removed Files: lablgtk-gcc4.patch Log Message: rebuild for ocaml 3.09.3 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/devel/lablgtk.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgtk.spec 29 Aug 2006 09:44:29 -0000 1.17 +++ lablgtk.spec 2 Dec 2006 16:11:20 -0000 1.18 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgtk Version: 2.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Objective Caml interface to gtk+ @@ -8,9 +10,9 @@ License: LGPL URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz -#Patch0: lablgtk-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.09.1, camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: camlp4 = %ocaml_version # lablgtk can generate quite extensive documentation. # Probably should enable this and create a subpackage for it. BuildRequires: ocaml-ocamldoc @@ -27,7 +29,7 @@ BuildRequires: libXmu-devel BuildRequires: ncurses-devel -Requires: ocaml >= 3.09.1 +Requires: ocaml = %ocaml_version Requires: lablgl >= 1.02 @@ -96,6 +98,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.6.0-7 +- Rebuild for ocaml 3.09.3 + * Tue Aug 29 2006 Gerard Milmeister - 2.6.0-6 - added BR: ncurses-devel --- lablgtk-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 16:11:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 11:11:50 -0500 Subject: rpms/lablgtk/FC-5 lablgtk.spec, 1.15, 1.16 lablgtk-gcc4.patch, 1.1, NONE Message-ID: <200612021611.kB2GBoLq010757@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716/FC-5 Modified Files: lablgtk.spec Removed Files: lablgtk-gcc4.patch Log Message: rebuild for ocaml 3.09.3 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/FC-5/lablgtk.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- lablgtk.spec 10 May 2006 17:53:15 -0000 1.15 +++ lablgtk.spec 2 Dec 2006 16:11:20 -0000 1.16 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgtk Version: 2.6.0 -Release: 4%{?dist} +Release: 7%{?dist} Summary: Objective Caml interface to gtk+ @@ -8,9 +10,9 @@ License: LGPL URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz -#Patch0: lablgtk-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.09.1, camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: camlp4 = %ocaml_version # lablgtk can generate quite extensive documentation. # Probably should enable this and create a subpackage for it. BuildRequires: ocaml-ocamldoc @@ -25,8 +27,9 @@ BuildRequires: gnome-panel-devel BuildRequires: gtkspell-devel BuildRequires: libXmu-devel +BuildRequires: ncurses-devel -Requires: ocaml >= 3.09.1 +Requires: ocaml = %ocaml_version Requires: lablgl >= 1.02 @@ -95,6 +98,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.6.0-7 +- Rebuild for ocaml 3.09.3 + * Wed May 10 2006 Gerard Milmeister - 2.6.0-4 - rebuilt for ocaml 3.09.2 - removed unnecessary ldconfig --- lablgtk-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 16:11:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 11:11:50 -0500 Subject: rpms/lablgtk/FC-6 lablgtk.spec, 1.17, 1.18 lablgtk-gcc4.patch, 1.1, NONE Message-ID: <200612021611.kB2GBoOF010760@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716/FC-6 Modified Files: lablgtk.spec Removed Files: lablgtk-gcc4.patch Log Message: rebuild for ocaml 3.09.3 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/FC-6/lablgtk.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgtk.spec 29 Aug 2006 09:44:29 -0000 1.17 +++ lablgtk.spec 2 Dec 2006 16:11:20 -0000 1.18 @@ -1,6 +1,8 @@ +%define ocaml_version 3.09.3 + Name: lablgtk Version: 2.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Objective Caml interface to gtk+ @@ -8,9 +10,9 @@ License: LGPL URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz -#Patch0: lablgtk-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.09.1, camlp4 >= 3.09.1 +BuildRequires: ocaml = %ocaml_version +BuildRequires: camlp4 = %ocaml_version # lablgtk can generate quite extensive documentation. # Probably should enable this and create a subpackage for it. BuildRequires: ocaml-ocamldoc @@ -27,7 +29,7 @@ BuildRequires: libXmu-devel BuildRequires: ncurses-devel -Requires: ocaml >= 3.09.1 +Requires: ocaml = %ocaml_version Requires: lablgl >= 1.02 @@ -96,6 +98,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.6.0-7 +- Rebuild for ocaml 3.09.3 + * Tue Aug 29 2006 Gerard Milmeister - 2.6.0-6 - added BR: ncurses-devel --- lablgtk-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 16:13:50 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 2 Dec 2006 11:13:50 -0500 Subject: rpms/qstat/FC-4 .cvsignore, 1.2, 1.3 qstat.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612021613.kB2GDoYY010915@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10854 Modified Files: .cvsignore qstat.spec sources Log Message: update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 +++ .cvsignore 2 Dec 2006 16:13:20 -0000 1.3 @@ -1 +1 @@ -qstat-2.10.tar.gz +qstat-2.11.tar.gz Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-4/qstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1 +++ qstat.spec 2 Dec 2006 16:13:20 -0000 1.2 @@ -1,12 +1,16 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat -Version: 2.10 -Release: 4%{?dist} +Version: 2.11 +Release: 1%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# The name "qstat" is actually a requirement in POSIX 1003.2d. +# it has been implemented by many batch queueing systems over the decades. +# In this case try to handle with the conflicting package(s). +Conflicts: torque-client %description QStat is a command-line program that gathers real-time statistics @@ -18,12 +22,12 @@ %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install # prepare for including to documentation find template -name "Makefile*" -type f -delete @@ -39,6 +43,16 @@ %{_bindir}/qstat %changelog +* Fri Dec 01 2006 Andy Shevchenko 2.11-1 +- update to version 2.11 +- do not use __make and makeinstall macros + +* Tue Aug 29 2006 Andy Shevchenko 2.10-6 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + +* Thu Aug 10 2006 Andy Shevchenko 2.10-5 +- add Conflicts with torque-client (#201279) + * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 08:43:02 -0000 1.2 +++ sources 2 Dec 2006 16:13:20 -0000 1.3 @@ -1 +1 @@ -ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz +26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:33:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 2 Dec 2006 11:33:17 -0500 Subject: rpms/farsight/FC-6 .cvsignore, 1.2, 1.3 farsight.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612021633.kB2GXHSr011155@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/farsight/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11122 Modified Files: .cvsignore farsight.spec sources Log Message: * Sat Dec 2 2006 Brian Pepple - 0.1.10-1 - Update to 0.1.10. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Sep 2006 02:42:08 -0000 1.2 +++ .cvsignore 2 Dec 2006 16:32:47 -0000 1.3 @@ -1 +1 @@ -farsight-0.1.8.tar.gz +farsight-0.1.10.tar.gz Index: farsight.spec =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/farsight.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- farsight.spec 4 Oct 2006 22:22:19 -0000 1.2 +++ farsight.spec 2 Dec 2006 16:32:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: farsight -Version: 0.1.8 -Release: 3%{?dist} +Version: 0.1.10 +Release: 1%{?dist} Summary: A audio/video conferencing framework Group: System Environment/Libraries @@ -96,6 +96,9 @@ %changelog +* Sat Dec 2 2006 Brian Pepple - 0.1.10-1 +- Update to 0.1.10. + * Thu Oct 05 2006 Christian Iseli 0.1.8-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Sep 2006 02:42:08 -0000 1.2 +++ sources 2 Dec 2006 16:32:47 -0000 1.3 @@ -1 +1 @@ -68daa710087201064680fd02c8a4951a farsight-0.1.8.tar.gz +e908f1d121cbd55f619241a8f7dee0f7 farsight-0.1.10.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:36:30 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 2 Dec 2006 11:36:30 -0500 Subject: rpms/libtelepathy/FC-6 .cvsignore, 1.3, 1.4 libtelepathy.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612021636.kB2GaUso011250@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libtelepathy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11231 Modified Files: .cvsignore libtelepathy.spec sources Log Message: * Sat Dec 2 2006 Brian Pepple - 0.0.40-1 - Update to 0.0.40. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Oct 2006 16:43:00 -0000 1.3 +++ .cvsignore 2 Dec 2006 16:36:00 -0000 1.4 @@ -1 +1 @@ -libtelepathy-0.0.38.tar.gz +libtelepathy-0.0.40.tar.gz Index: libtelepathy.spec =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/FC-6/libtelepathy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libtelepathy.spec 12 Oct 2006 16:43:00 -0000 1.2 +++ libtelepathy.spec 2 Dec 2006 16:36:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: libtelepathy -Version: 0.0.38 +Version: 0.0.40 Release: 1%{?dist} Summary: A GLib library to ease writing telepathy clients @@ -70,6 +70,9 @@ %changelog +* Sat Dec 2 2006 Brian Pepple - 0.0.40-1 +- Update to 0.0.40. + * Thu Oct 12 2006 Brian Pepple - 0.0.38-1 - Update to 0.0.38. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Oct 2006 16:43:00 -0000 1.3 +++ sources 2 Dec 2006 16:36:00 -0000 1.4 @@ -1 +1 @@ -145358f6275acf1ce3d7633f7865b7b9 libtelepathy-0.0.38.tar.gz +fd22fdfee8a4bfbf33ff420ad696b268 libtelepathy-0.0.40.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 16:41:28 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sat, 2 Dec 2006 11:41:28 -0500 Subject: rpms/audacious/FC-6 audacious-1.2.1-relative-links.patch, NONE, 1.1 audacious-1.2.1-shaded-skin.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 audacious.spec, 1.13, 1.14 sources, 1.5, 1.6 audacious-1.1.0-relative-links.patch, 1.2, NONE audacious-1.1.1-shaded-skin.patch, 1.1, NONE Message-ID: <200612021641.kB2GfSJd011348@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11323 Modified Files: .cvsignore audacious.spec sources Added Files: audacious-1.2.1-relative-links.patch audacious-1.2.1-shaded-skin.patch Removed Files: audacious-1.1.0-relative-links.patch audacious-1.1.1-shaded-skin.patch Log Message: - Update to 1.2.2 audacious-1.2.1-relative-links.patch: --- NEW FILE audacious-1.2.1-relative-links.patch --- diff -uNr audacious-1.2.1-orig/libaudacious/Makefile audacious-1.2.1/libaudacious/Makefile --- audacious-1.2.1-orig/libaudacious/Makefile 2006-10-29 11:35:12.000000000 +0100 +++ audacious-1.2.1/libaudacious/Makefile 2006-10-29 11:35:50.000000000 +0100 @@ -47,7 +47,7 @@ install-posthook: @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 - @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 \ + @ln -sf libaudacious$(SHARED_SUFFIX).4.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 - @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 \ + @ln -sf libaudacious$(SHARED_SUFFIX).4 \ ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) audacious-1.2.1-shaded-skin.patch: --- NEW FILE audacious-1.2.1-shaded-skin.patch --- diff -uNr audacious-1.2.1-orig/audacious/widgets/skin.c audacious-1.2.1/audacious/widgets/skin.c --- audacious-1.2.1-orig/audacious/widgets/skin.c 2006-10-29 11:35:14.000000000 +0100 +++ audacious-1.2.1/audacious/widgets/skin.c 2006-10-29 12:40:56.000000000 +0100 @@ -1795,7 +1795,7 @@ (i * 25) + 25, 0, 25, 14); /* right corner */ - skin_draw_pixmap(skin, drawable, gc, SKIN_PLEDIT, 99, focus ? 57 : 42, + skin_draw_pixmap(skin, drawable, gc, SKIN_PLEDIT, 99, focus ? 42 : 57, width - 50, 0, 50, 14); } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Sep 2006 20:17:34 -0000 1.5 +++ .cvsignore 2 Dec 2006 16:40:58 -0000 1.6 @@ -1 +1 @@ -audacious-fedora-1.1.2.tar.gz +audacious-1.2.2.tgz Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/audacious.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- audacious.spec 7 Nov 2006 15:04:23 -0000 1.13 +++ audacious.spec 2 Dec 2006 16:40:58 -0000 1.14 @@ -1,55 +1,62 @@ Name: audacious -Version: 1.1.2 -Release: 4%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia License: GPL URL: http://audacious-media-player.org/ -# The original source files contain various codecs which clash -# with the FE license guidelines. They are removed in the -fedora- -# file. -# Source0: http://audacious-media-player.org/beta/audacious-1.1.0-dr2.tgz -Source0: audacious-fedora-%{version}.tar.gz + +Source0: audacious-%{version}.tgz Patch0: audacious-1.1.0-xmms-skins.patch Patch1: audacious-1.1.0-default-skin.patch -Patch2: audacious-1.1.0-no-rpath.patch -Patch3: audacious-1.1.0-relative-links.patch -Patch4: audacious-1.1.0-quoting.patch -Patch5: audacious-1.1.0-amidi-backend.patch -Patch6: audacious-1.1.1-shaded-skin.patch +# Patch2: audacious-1.1.0-no-rpath.patch +Patch3: audacious-1.2.1-relative-links.patch +# Patch4: audacious-1.1.0-quoting.patch +# Patch5: audacious-1.1.0-amidi-backend.patch +Patch6: audacious-1.2.1-shaded-skin.patch Patch7: audacious-1.1.1-controlsocket-name.patch -Patch8: audacious-1.1.1-playlist-twenty.patch +# Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0 -BuildRequires: zlib-devel, desktop-file-utils >= 0.9, alsa-lib-devel -BuildRequires: gnome-vfs2-devel, libglade2-devel >= 2.4, libsidplay-devel -BuildRequires: libmpcdec-devel, libmusicbrainz-devel, GConf2-devel -BuildRequires: taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2 -BuildRequires: libvisual-devel >= 0.2, SDL-devel >= 1.2.9 -BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel -BuildRequires: arts-devel, libmodplug-devel, lirc-devel -BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel +BuildRequires: gtk2-devel >= 2.6 +BuildRequires: zlib-devel, desktop-file-utils >= 0.9 +BuildRequires: libglade2-devel >= 2.4 +BuildRequires: GConf2-devel +BuildRequires: gettext + +Requires: audacious-plugins >= 1.2.0 -Requires(post): desktop-file-utils >= 0.9, /sbin/ldconfig -Requires(postun): desktop-file-utils >= 0.9, /sbin/ldconfig +Requires(post): desktop-file-utils >= 0.9 +Requires(postun): desktop-file-utils >= 0.9 -Obsoletes: bmp <= 0.9.7.1, bmp-flac2 <= 009 -Provides: bmp = 0.9.7.1, bmp-flac2 = 009 +Obsoletes: bmp <= 0.9.7.1 +Provides: bmp = 0.9.7.1 %description Audacious is a media player that currently uses a skinned user interface based on Winamp 2.x skins. It is based on ("forked off") BMP. + +%package libs +Summary: Library files for Audacious +Group: System Environment/Libraries + +%description libs +Library files for Audacious + + %package devel Summary: Development files for Audacious Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: glib2-devel gtk2-devel gnome-vfs2-devel GConf2-devel +Requires: %{name}-libs = %{version}-%{release} +Requires: glib2-devel, gtk2-devel >= 2.6, GConf2-devel, libglade2-devel >= 2.4 Requires: pkgconfig +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + Obsoletes: bmp-devel <= 0.9.7.1 Provides: bmp-devel = 0.9.7.1 @@ -57,38 +64,8 @@ Development files for Audacious -%package jack -Summary: Audacious output plugin for JACK sound service -Group: Applications/Multimedia -Requires: %{name} = %{version}-%{release} - -%description jack -This package provides an Audacious output plugin that uses the -JACK sound service. - - -%package esd -Summary: Audacious output plugin for esd sound service -Group: Applications/Multimedia -Requires: %{name} = %{version}-%{release} - -%description esd -This package provides an Audacious output plugin that uses the -ESD sound server. - - -%package arts -Summary: Audacious output plugin for KDE arts sound service -Group: Applications/Multimedia -Requires: %{name} = %{version}-%{release} - -%description arts -This package provides an Audacious output plugin that uses the -KDE arts sound server. - - %prep -%setup -q -n %{name}-fedora-%{version} +%setup -q # Read xmms skins directory %patch0 -p1 -b .xmms-skins @@ -97,13 +74,13 @@ %patch1 -p1 -b .default-skin # No rpath in binaries -%patch2 -p1 -b .no-rpath +# %patch2 -p1 -b .no-rpath # Relative symlink paths %patch3 -p1 -b .relative-links # Filename quoting -%patch4 -p1 -b .quoting +# %patch4 -p1 -b .quoting # Amidi backends path # %patch5 -p1 -b .amidi-backend @@ -115,17 +92,15 @@ %patch7 -p1 -b controlsocket-name # Fix "%20" in playlist entries -%patch8 -p1 -b playlist-twenty +# %patch8 -p1 -b playlist-twenty %build %configure \ - --disable-rpath \ - --enable-gconf \ - --disable-gnome-vfs \ - --enable-amidiplug \ - --disable-amidiplug-dummy \ - --enable-chardet \ - --disable-dependency-tracking + --disable-rpath \ + --enable-gconf \ + --disable-gnome-vfs \ + --enable-chardet \ + --disable-dependency-tracking make V=1 %{?_smp_mflags} @@ -136,13 +111,17 @@ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ + --delete-original \ + --remove-mime-type audio/x-scpls \ + --remove-mime-type audio/x-mpegurl \ + --remove-mime-type audio/mpegurl \ --remove-mime-type audio/mp3 \ --remove-mime-type audio/x-mp3 \ --remove-mime-type audio/mpeg \ --remove-mime-type audio/x-mpeg \ - --delete-original \ + --remove-mime-type audio/x-wav \ + --remove-mime-type application/x-ogg \ + --remove-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/audacious.desktop install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps @@ -155,7 +134,6 @@ %post -/sbin/ldconfig update-desktop-database %{_datadir}/applications touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -164,55 +142,48 @@ %postun -/sbin/ldconfig update-desktop-database %{_datadir}/applications touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi +%post libs -p /sbin/ldconfig + +%postun libs -p /sbin/ldconfig + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/audacious %{_bindir}/audtool -%{_libdir}/*.so.* -%{_libdir}/audacious -%{_libdir}/amidi-plug %{_datadir}/audacious -%exclude %{_libdir}/audacious/Output/libjackout.so -%exclude %{_libdir}/audacious/Output/libarts.so -%exclude %{_libdir}/audacious/Output/libESD.so %{_mandir}/man[^3]/* %{_datadir}/applications/* %{_datadir}/icons/hicolor/48x48/apps/* +%files libs +%defattr(-,root,root,-) +%{_libdir}/*.so.* + %files devel %defattr(-,root,root,-) %{_includedir}/audacious %{_libdir}/*.so %{_libdir}/pkgconfig/* -%files jack -%defattr(-,root,root,-) -%{_libdir}/audacious/Output/libjackout.so - -%files arts -%defattr(-,root,root,-) -%{_bindir}/audacious-arts-helper -%{_libdir}/audacious/Output/libarts.so - -%files esd -%defattr(-,root,root,-) -%{_libdir}/audacious/Output/libESD.so - %changelog +* Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc6 +- Update to 1.2.2 +- Split off libaudacious into a separate package to handle the + (now externally provided and built) plugins better + * Tue Nov 7 2006 Ralf Ertzinger 1.1.2-4.fc6 - Disable gnome-vfs, it causes too much trouble - Add --enable-chardet - + * Wed Oct 18 2006 Ralf Ertzinger 1.1.2-2.fc6 - Add Obsoletes/Provides for BMP @@ -220,10 +191,10 @@ - Update to 1.1.2 * Thu Aug 17 2006 Ralf Ertzinger 1.1.1-6.fc6 -- Another go at the %20 problem +- Another go at the %%20 problem * Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 -- Fix %20 in playlist entries +- Fix %%20 in playlist entries * Sun Jul 30 2006 Ralf Ertzinger 1.1.1-3.fc6 - Bump for rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Sep 2006 20:17:34 -0000 1.5 +++ sources 2 Dec 2006 16:40:58 -0000 1.6 @@ -1 +1 @@ -066a2d88a4e2115a43b0c3c8e9008bf5 audacious-fedora-1.1.2.tar.gz +e774afbda04220e6e1b0a9bff350522e audacious-1.2.2.tgz --- audacious-1.1.0-relative-links.patch DELETED --- --- audacious-1.1.1-shaded-skin.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 17:18:34 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 2 Dec 2006 12:18:34 -0500 Subject: comps comps-fe5.xml.in, 1.207, 1.208 comps-fe6.xml.in, 1.234, 1.235 comps-fe7.xml.in, 1.35, 1.36 Message-ID: <200612021718.kB2HIYGv014555@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14531 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Add Django to comps under Web Development Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- comps-fe5.xml.in 1 Dec 2006 16:39:33 -0000 1.207 +++ comps-fe5.xml.in 2 Dec 2006 17:18:04 -0000 1.208 @@ -967,7 +967,9 @@ <_description>These packages are helpful when developing web applications or web pages. false true - + + Django + web-server Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- comps-fe6.xml.in 1 Dec 2006 16:39:33 -0000 1.234 +++ comps-fe6.xml.in 2 Dec 2006 17:18:04 -0000 1.235 @@ -1055,7 +1055,9 @@ <_description>These packages are helpful when developing web applications or web pages. false true - + + Django + web-server Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- comps-fe7.xml.in 1 Dec 2006 16:39:33 -0000 1.35 +++ comps-fe7.xml.in 2 Dec 2006 17:18:04 -0000 1.36 @@ -1056,7 +1056,9 @@ <_description>These packages are helpful when developing web applications or web pages. false true - + + Django + web-server From fedora-extras-commits at redhat.com Sat Dec 2 18:31:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:45 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List - New directory Message-ID: <200612021831.kB2IVjA2017984@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17980/perl-Gtk2-Ex-Simple-List Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 18:31:42 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:42 -0500 Subject: owners owners.list,1.2046,1.2047 Message-ID: <200612021831.kB2IVgC5017969@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17951 Modified Files: owners.list Log Message: added perl-Gtk2-Ex-Simple-List Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2046 retrieving revision 1.2047 diff -u -r1.2046 -r1.2047 --- owners.list 1 Dec 2006 16:42:40 -0000 1.2046 +++ owners.list 2 Dec 2006 18:31:12 -0000 1.2047 @@ -1506,6 +1506,7 @@ Fedora Extras|perl-GStreamer|GStreamer Perl module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2|Perl interface to the 2.x series of the Gimp Toolkit library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Ex-Dialogs|Useful tools for Gnome2/Gtk2 Perl GUI design|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Gtk2-Ex-Simple-List|Simple interface to Gtk2's complex MVC list widget|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Ex-Utils|Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-GladeXML|Perl interface to Gtk2 GladeXML|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com Fedora Extras|perl-Gtk2-Notify|Gtk2::Notify Perl module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 2 18:31:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:50 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel - New directory Message-ID: <200612021831.kB2IVov1017997@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17980/perl-Gtk2-Ex-Simple-List/devel Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 18:31:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:31:59 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612021831.kB2IVxaQ018027@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18021 Added Files: Makefile import.log Log Message: Setup of module perl-Gtk2-Ex-Simple-List --- NEW FILE Makefile --- # Top level Makefile for module perl-Gtk2-Ex-Simple-List all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 18:32:04 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:32:04 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612021832.kB2IW4mq018042@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18021/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gtk2-Ex-Simple-List --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 18:32:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:32:48 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List import.log,1.1,1.2 Message-ID: <200612021832.kB2IWml2018111@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18081 Modified Files: import.log Log Message: auto-import perl-Gtk2-Ex-Simple-List-0.50-1.fc6 on branch devel from perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 18:31:59 -0000 1.1 +++ import.log 2 Dec 2006 18:32:18 -0000 1.2 @@ -0,0 +1 @@ +perl-Gtk2-Ex-Simple-List-0_50-1_fc6:HEAD:perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm:1165084522 From fedora-extras-commits at redhat.com Sat Dec 2 18:32:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:32:48 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel perl-Gtk2-Ex-Simple-List.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612021832.kB2IWmkb018115@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18081/devel Modified Files: .cvsignore sources Added Files: perl-Gtk2-Ex-Simple-List.spec Log Message: auto-import perl-Gtk2-Ex-Simple-List-0.50-1.fc6 on branch devel from perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm --- NEW FILE perl-Gtk2-Ex-Simple-List.spec --- Name: perl-Gtk2-Ex-Simple-List Version: 0.50 Release: 1%{?dist} Summary: Simple interface to Gtk2's complex MVC list widget License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/ Source0: http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/Gtk2-Ex-Simple-List-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Gtk2) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. %prep %setup -q -n Gtk2-Ex-Simple-List-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Nov 30 2006 Chris Weyl 0.50-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 18:32:04 -0000 1.1 +++ .cvsignore 2 Dec 2006 18:32:18 -0000 1.2 @@ -0,0 +1 @@ +Gtk2-Ex-Simple-List-0.50.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 18:32:04 -0000 1.1 +++ sources 2 Dec 2006 18:32:18 -0000 1.2 @@ -0,0 +1 @@ +f66c71bbb794b699f0c3e8ca7cebc35b Gtk2-Ex-Simple-List-0.50.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 18:33:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 13:33:47 -0500 Subject: rpms/perl-Gtk2-Ex-Simple-List/devel perl-Gtk2-Ex-Simple-List.spec, 1.1, 1.2 Message-ID: <200612021833.kB2IXl27018192@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18171 Modified Files: perl-Gtk2-Ex-Simple-List.spec Log Message: release bump Index: perl-Gtk2-Ex-Simple-List.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/perl-Gtk2-Ex-Simple-List.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gtk2-Ex-Simple-List.spec 2 Dec 2006 18:32:18 -0000 1.1 +++ perl-Gtk2-Ex-Simple-List.spec 2 Dec 2006 18:33:16 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Ex-Simple-List Version: 0.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple interface to Gtk2's complex MVC list widget License: LGPL Group: Development/Libraries @@ -49,5 +49,8 @@ %{_mandir}/man3/* %changelog +* Sat Dec 02 2006 Chris Weyl 0.50-2 +- bump + * Thu Nov 30 2006 Chris Weyl 0.50-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Sat Dec 2 19:04:40 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:04:40 -0500 Subject: rpms/global/devel .cvsignore, 1.8, 1.9 global.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <200612021904.kB2J4eZE021406@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21387 Modified Files: .cvsignore global.spec sources Log Message: new version 5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Aug 2006 11:02:46 -0000 1.8 +++ .cvsignore 2 Dec 2006 19:04:10 -0000 1.9 @@ -1 +1 @@ -global-5.2.tar.gz +global-5.3.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/devel/global.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- global.spec 30 Aug 2006 11:02:46 -0000 1.16 +++ global.spec 2 Dec 2006 19:04:10 -0000 1.17 @@ -1,5 +1,5 @@ Name: global -Version: 5.2 +Version: 5.3 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.2.tar.gz +Source: http://tamacom.com/global/global-5.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Sat Dec 2 2006 Gerard Milmeister - 5.3-1 +- new version 5.3 + * Wed Aug 30 2006 Gerard Milmeister - 5.2-1 - new version 5.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Aug 2006 11:02:46 -0000 1.8 +++ sources 2 Dec 2006 19:04:10 -0000 1.9 @@ -1 +1 @@ -f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz +f0f89b036f95472211772d38fe567b72 global-5.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:07:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:07:17 -0500 Subject: rpms/global/FC-5 .cvsignore, 1.8, 1.9 global.spec, 1.15, 1.16 sources, 1.8, 1.9 Message-ID: <200612021907.kB2J7HOZ021453@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21417/FC-5 Modified Files: .cvsignore global.spec sources Log Message: new version 5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Aug 2006 11:02:44 -0000 1.8 +++ .cvsignore 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -global-5.2.tar.gz +global-5.3.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/global.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- global.spec 30 Aug 2006 11:02:44 -0000 1.15 +++ global.spec 2 Dec 2006 19:06:47 -0000 1.16 @@ -1,5 +1,5 @@ Name: global -Version: 5.2 +Version: 5.3 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.2.tar.gz +Source: http://tamacom.com/global/global-5.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Sat Dec 2 2006 Gerard Milmeister - 5.3-1 +- new version 5.3 + * Wed Aug 30 2006 Gerard Milmeister - 5.2-1 - new version 5.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Aug 2006 11:02:44 -0000 1.8 +++ sources 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz +f0f89b036f95472211772d38fe567b72 global-5.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:07:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:07:17 -0500 Subject: rpms/global/FC-6 .cvsignore, 1.8, 1.9 global.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <200612021907.kB2J7His021458@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21417/FC-6 Modified Files: .cvsignore global.spec sources Log Message: new version 5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Aug 2006 11:02:46 -0000 1.8 +++ .cvsignore 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -global-5.2.tar.gz +global-5.3.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-6/global.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- global.spec 30 Aug 2006 11:02:46 -0000 1.16 +++ global.spec 2 Dec 2006 19:06:47 -0000 1.17 @@ -1,5 +1,5 @@ Name: global -Version: 5.2 +Version: 5.3 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.2.tar.gz +Source: http://tamacom.com/global/global-5.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Sat Dec 2 2006 Gerard Milmeister - 5.3-1 +- new version 5.3 + * Wed Aug 30 2006 Gerard Milmeister - 5.2-1 - new version 5.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Aug 2006 11:02:46 -0000 1.8 +++ sources 2 Dec 2006 19:06:47 -0000 1.9 @@ -1 +1 @@ -f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz +f0f89b036f95472211772d38fe567b72 global-5.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:10:15 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 14:10:15 -0500 Subject: rpms/gqview/devel .cvsignore, 1.7, 1.8 gqview.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200612021910.kB2JAFMo021605@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21586 Modified Files: .cvsignore gqview.spec sources Log Message: * Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 - update to 2.0.4 (bug-fixes) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Nov 2006 17:05:41 -0000 1.7 +++ .cvsignore 2 Dec 2006 19:09:44 -0000 1.8 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/gqview.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gqview.spec 4 Nov 2006 17:10:24 -0000 1.12 +++ gqview.spec 2 Dec 2006 19:09:44 -0000 1.13 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Nov 2006 17:05:41 -0000 1.8 +++ sources 2 Dec 2006 19:09:44 -0000 1.9 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:22:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:22:33 -0500 Subject: rpms/xaos/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xaos.spec, 1.3, 1.4 Message-ID: <200612021922.kB2JMXi1021827@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751/FC-5 Modified Files: .cvsignore sources xaos.spec Log Message: new version 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 22:41:58 -0000 1.3 +++ .cvsignore 2 Dec 2006 19:22:03 -0000 1.4 @@ -1 +1 @@ -XaoS-3.2.2.tar.gz +XaoS-3.2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 22:41:58 -0000 1.3 +++ sources 2 Dec 2006 19:22:03 -0000 1.4 @@ -1 +1 @@ -bd347d6be1ff7e4f7a81975d82c36921 XaoS-3.2.2.tar.gz +f1d9a9f3d2097906754b8824ba925e64 XaoS-3.2.3.tar.gz Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-5/xaos.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xaos.spec 5 Nov 2006 22:41:58 -0000 1.3 +++ xaos.spec 2 Dec 2006 19:22:03 -0000 1.4 @@ -1,12 +1,12 @@ Name: xaos -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia License: GPL URL: http://xaos.sourceforge.net -Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.2.tar.gz +Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.3.tar.gz Source1: xaos.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: slang-devel @@ -39,7 +39,7 @@ %prep -%setup0 -q -n XaoS +%setup0 -q -n XaoS-%version # disable stripping binaries when installing sed -i 's| -s | |' Makefile.in @@ -120,6 +120,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.2.3-1 +- new version 3.2.3 + * Sun Nov 5 2006 Gerard Milmeister - 3.2.2-1 - new version 3.2.2 From fedora-extras-commits at redhat.com Sat Dec 2 19:22:34 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:22:34 -0500 Subject: rpms/xaos/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xaos.spec, 1.4, 1.5 Message-ID: <200612021922.kB2JMYIc021836@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751/devel Modified Files: .cvsignore sources xaos.spec Log Message: new version 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 22:41:59 -0000 1.3 +++ .cvsignore 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -XaoS-3.2.2.tar.gz +XaoS-3.2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 22:41:59 -0000 1.3 +++ sources 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -bd347d6be1ff7e4f7a81975d82c36921 XaoS-3.2.2.tar.gz +f1d9a9f3d2097906754b8824ba925e64 XaoS-3.2.3.tar.gz Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/xaos.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xaos.spec 5 Nov 2006 22:41:59 -0000 1.4 +++ xaos.spec 2 Dec 2006 19:22:04 -0000 1.5 @@ -1,12 +1,12 @@ Name: xaos -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia License: GPL URL: http://xaos.sourceforge.net -Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.2.tar.gz +Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.3.tar.gz Source1: xaos.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: slang-devel @@ -39,7 +39,7 @@ %prep -%setup0 -q -n XaoS +%setup0 -q -n XaoS-%version # disable stripping binaries when installing sed -i 's| -s | |' Makefile.in @@ -120,6 +120,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.2.3-1 +- new version 3.2.3 + * Sun Nov 5 2006 Gerard Milmeister - 3.2.2-1 - new version 3.2.2 From fedora-extras-commits at redhat.com Sat Dec 2 19:22:34 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:22:34 -0500 Subject: rpms/xaos/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xaos.spec, 1.4, 1.5 Message-ID: <200612021922.kB2JMYSf021832@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751/FC-6 Modified Files: .cvsignore sources xaos.spec Log Message: new version 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 21:53:17 -0000 1.3 +++ .cvsignore 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -XaoS-3.2.2.tar.gz +XaoS-3.2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 21:53:17 -0000 1.3 +++ sources 2 Dec 2006 19:22:04 -0000 1.4 @@ -1 +1 @@ -bd347d6be1ff7e4f7a81975d82c36921 XaoS-3.2.2.tar.gz +f1d9a9f3d2097906754b8824ba925e64 XaoS-3.2.3.tar.gz Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/FC-6/xaos.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xaos.spec 5 Nov 2006 21:53:17 -0000 1.4 +++ xaos.spec 2 Dec 2006 19:22:04 -0000 1.5 @@ -1,12 +1,12 @@ Name: xaos -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia License: GPL URL: http://xaos.sourceforge.net -Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.2.tar.gz +Source0: http://puzzle.dl.sourceforge.net/sourceforge/xaos/XaoS-3.2.3.tar.gz Source1: xaos.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: slang-devel @@ -39,7 +39,7 @@ %prep -%setup0 -q -n XaoS +%setup0 -q -n XaoS-%version # disable stripping binaries when installing sed -i 's| -s | |' Makefile.in @@ -120,6 +120,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 3.2.3-1 +- new version 3.2.3 + * Sun Nov 5 2006 Gerard Milmeister - 3.2.2-1 - new version 3.2.2 From fedora-extras-commits at redhat.com Sat Dec 2 19:29:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 14:29:39 -0500 Subject: rpms/pari/devel .cvsignore, 1.2, 1.3 pari.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612021929.kB2JTdQv022020@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21999 Modified Files: .cvsignore pari.spec sources Log Message: new version 2.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 May 2006 17:25:12 -0000 1.2 +++ .cvsignore 2 Dec 2006 19:29:09 -0000 1.3 @@ -1 +1 @@ -pari-2.3.0.tar.gz +pari-2.3.1.tar.gz Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pari.spec 28 Aug 2006 09:15:42 -0000 1.3 +++ pari.spec 2 Dec 2006 19:29:09 -0000 1.4 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.0 -Release: 4%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -20,7 +20,7 @@ BuildRequires: xorg-x11-devel %endif Requires: tetex-xdvi -ExcludeArch: ppc +#ExcludeArch: ppc %description PARI is a widely used computer algebra system designed for fast @@ -167,6 +167,9 @@ %changelog +* Sat Dec 2 2006 Gerard Milmeister - 2.3.1-1 +- new version 2.3.1 + * Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 May 2006 17:25:12 -0000 1.2 +++ sources 2 Dec 2006 19:29:09 -0000 1.3 @@ -1 +1 @@ -ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz +89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:36:54 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:36:54 -0500 Subject: owners owners.list,1.2047,1.2048 Message-ID: <200612021936.kB2JasPa022128@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22110 Modified Files: owners.list Log Message: added perl-Gnome2-VFS Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2047 retrieving revision 1.2048 diff -u -r1.2047 -r1.2048 --- owners.list 2 Dec 2006 18:31:12 -0000 1.2047 +++ owners.list 2 Dec 2006 19:36:23 -0000 1.2048 @@ -1500,6 +1500,7 @@ Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com Fedora Extras|perl-Gnome2-GConf|Perl wrappers for the GConf configuration engine|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Print|Perl wrappers for the Gnome Print utilities|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Gnome2-VFS|Perl interface to the 2.x series of the GNOME VFS library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 2 19:36:57 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:36:57 -0500 Subject: rpms/perl-Gnome2-VFS - New directory Message-ID: <200612021936.kB2JavBL022143@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22139/perl-Gnome2-VFS Log Message: Directory /cvs/extras/rpms/perl-Gnome2-VFS added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 19:37:03 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:37:03 -0500 Subject: rpms/perl-Gnome2-VFS/devel - New directory Message-ID: <200612021937.kB2Jb3WR022157@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22139/perl-Gnome2-VFS/devel Log Message: Directory /cvs/extras/rpms/perl-Gnome2-VFS/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 19:37:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:37:11 -0500 Subject: rpms/perl-Gnome2-VFS Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612021937.kB2JbBL9022191@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22185 Added Files: Makefile import.log Log Message: Setup of module perl-Gnome2-VFS --- NEW FILE Makefile --- # Top level Makefile for module perl-Gnome2-VFS all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 19:37:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:37:16 -0500 Subject: rpms/perl-Gnome2-VFS/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612021937.kB2JbG63022206@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22185/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gnome2-VFS --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 19:38:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:38:00 -0500 Subject: rpms/perl-Gnome2-VFS import.log,1.1,1.2 Message-ID: <200612021938.kB2Jc0q3022277@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22245 Modified Files: import.log Log Message: auto-import perl-Gnome2-VFS-1.061-1.fc6 on branch devel from perl-Gnome2-VFS-1.061-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 19:37:11 -0000 1.1 +++ import.log 2 Dec 2006 19:37:30 -0000 1.2 @@ -0,0 +1 @@ +perl-Gnome2-VFS-1_061-1_fc6:HEAD:perl-Gnome2-VFS-1.061-1.fc6.src.rpm:1165088436 From fedora-extras-commits at redhat.com Sat Dec 2 19:38:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:38:01 -0500 Subject: rpms/perl-Gnome2-VFS/devel perl-Gnome2-VFS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612021938.kB2Jc1W4022281@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22245/devel Modified Files: .cvsignore sources Added Files: perl-Gnome2-VFS.spec Log Message: auto-import perl-Gnome2-VFS-1.061-1.fc6 on branch devel from perl-Gnome2-VFS-1.061-1.fc6.src.rpm --- NEW FILE perl-Gnome2-VFS.spec --- Name: perl-Gnome2-VFS Version: 1.061 Release: 1%{?dist} Summary: Perl interface to the 2.x series of the GNOME VFS library License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/Gnome2-VFS/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-VFS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl ## non-core BuildRequires: perl(ExtUtils::Depends) >= 0.20 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: perl(Glib) >= 1.120 BuildRequires: gnome-vfs2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module allows you to interface with the GNOME Virtual File System library. It provides the means to transparently access files on all kinds of filesystems. %prep %setup -q -n Gnome2-VFS-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog doctypes LICENSE NEWS README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gnome2* %{_mandir}/man3/* %changelog * Wed Nov 29 2006 Chris Weyl 1.061-1 - updated to 1.061 * Sun Aug 13 2006 Chris Weyl 1.060-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 19:37:16 -0000 1.1 +++ .cvsignore 2 Dec 2006 19:37:31 -0000 1.2 @@ -0,0 +1 @@ +Gnome2-VFS-1.061.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 19:37:16 -0000 1.1 +++ sources 2 Dec 2006 19:37:31 -0000 1.2 @@ -0,0 +1 @@ +2a9b4f0f380873265bd87754e5f17719 Gnome2-VFS-1.061.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 19:39:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 2 Dec 2006 14:39:32 -0500 Subject: rpms/perl-Gnome2-VFS/devel perl-Gnome2-VFS.spec,1.1,1.2 Message-ID: <200612021939.kB2JdW0j022355@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-VFS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22338 Modified Files: perl-Gnome2-VFS.spec Log Message: release bump Index: perl-Gnome2-VFS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-VFS/devel/perl-Gnome2-VFS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gnome2-VFS.spec 2 Dec 2006 19:37:31 -0000 1.1 +++ perl-Gnome2-VFS.spec 2 Dec 2006 19:39:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gnome2-VFS Version: 1.061 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the 2.x series of the GNOME VFS library License: LGPL Group: Development/Libraries @@ -61,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 02 2006 Chris Weyl 1.061-2 +- bump + * Wed Nov 29 2006 Chris Weyl 1.061-1 - updated to 1.061 From fedora-extras-commits at redhat.com Sat Dec 2 20:18:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:25 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array - New directory Message-ID: <200612022018.kB2KIPGX025643@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639/php-pear-Structures-DataGrid-DataSource-Array Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 20:18:31 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:31 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel - New directory Message-ID: <200612022018.kB2KIV2H025656@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639/php-pear-Structures-DataGrid-DataSource-Array/devel Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 20:18:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:43 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612022018.kB2KIhDj025691@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25685 Added Files: Makefile import.log Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-Array --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Structures-DataGrid-DataSource-Array all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 20:18:48 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:18:48 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612022018.kB2KImkw025706@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25685/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-Array --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 20:19:36 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:19:36 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array import.log, 1.1, 1.2 Message-ID: <200612022019.kB2KJaFC025785@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25750 Modified Files: import.log Log Message: auto-import php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 20:18:43 -0000 1.1 +++ import.log 2 Dec 2006 20:19:06 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Structures-DataGrid-DataSource-Array-0_1_0-1:HEAD:php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1.src.rpm:1165090931 From fedora-extras-commits at redhat.com Sat Dec 2 20:19:37 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:19:37 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel php-pear-Structures-DataGrid-DataSource-Array.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612022019.kB2KJbxb025789@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25750/devel Modified Files: .cvsignore sources Added Files: php-pear-Structures-DataGrid-DataSource-Array.spec Log Message: auto-import php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-Array-0.1.0-1.src.rpm --- NEW FILE php-pear-Structures-DataGrid-DataSource-Array.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Structures_DataGrid_DataSource_Array Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 Release: 1%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) php-pear(Structures_DataGrid) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is a DataSource driver for Structures_DataGrid using arrays. It is a base package for some other DataSource drivers like CSV or XML. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/DataSource %changelog * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 20:18:48 -0000 1.1 +++ .cvsignore 2 Dec 2006 20:19:07 -0000 1.2 @@ -0,0 +1 @@ +Structures_DataGrid_DataSource_Array-0.1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 20:18:48 -0000 1.1 +++ sources 2 Dec 2006 20:19:07 -0000 1.2 @@ -0,0 +1 @@ +9f9a76d291ee8d99134c71173bb84bdb Structures_DataGrid_DataSource_Array-0.1.0.tgz From fedora-extras-commits at redhat.com Sat Dec 2 20:22:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 15:22:14 -0500 Subject: owners owners.list,1.2048,1.2049 Message-ID: <200612022022.kB2KMEtQ025879@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25858 Modified Files: owners.list Log Message: php-pear-Structures-DataGrid-DataSource-Array Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2048 retrieving revision 1.2049 diff -u -r1.2048 -r1.2049 --- owners.list 2 Dec 2006 19:36:23 -0000 1.2048 +++ owners.list 2 Dec 2006 20:21:44 -0000 1.2049 @@ -1870,6 +1870,7 @@ Fedora Extras|php-pear-Services-Weather|Interface to various online weather-services Description|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-SOAP|Simple Object Access Protocol (SOAP) Client/Server for PHP|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid|A tabular structure for converting data|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Structures-DataGrid-DataSource-Array|DataSource driver using arrays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-DataObject|DataSource driver using PEAR::DB_DataObject|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Pager|Renderer driver using PEAR::Pager|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Smarty|Renderer driver using Smarty|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 2 21:05:28 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:05:28 -0500 Subject: rpms/njb-sharp/devel njb-sharp.spec,1.1,1.2 Message-ID: <200612022105.kB2L5SlT029095@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29080 Modified Files: njb-sharp.spec Log Message: Dropping FC-5 Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/devel/njb-sharp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- njb-sharp.spec 22 Nov 2006 19:48:01 -0000 1.1 +++ njb-sharp.spec 2 Dec 2006 21:04:58 -0000 1.2 @@ -1,14 +1,6 @@ -# This is only a temporary fix until FC5 is brought in -# line with FC6. -%if "%{?fedora}" == "5" -%define monodir %{_prefix}/lib -%else -%define monodir %{_libdir} -%endif - Name: njb-sharp Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -35,9 +27,7 @@ %prep %setup -q -%if "%{?fedora}" > "5" %patch0 -p1 -%endif %build %configure @@ -48,11 +38,11 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -rm -f %{buildroot}%{monodir}/%{name}/*.a -cat > %{buildroot}%{monodir}/%{name}/%{name}.dll.config << EOF +rm -f %{buildroot}%{_libdir}/%{name}/*.a +cat > %{buildroot}%{_libdir}/%{name}/%{name}.dll.config << EOF - + EOF @@ -69,14 +59,17 @@ %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README -%{monodir}/%{name} -%{monodir}/monodoc/sources/* +%{_libdir}/%{name} +%{_libdir}/monodoc/sources/* %files devel %defattr(-,root,root) -%{monodir}/pkgconfig/* +%{_libdir}/pkgconfig/* %changelog +* Sat Dec 2 2006 Linus Walleij 0.3.0-6 +- Dropping FC-5, it's too broken in monoland. + * Sat Oct 21 2006 Linus Walleij 0.3.0-5 - More picking around in the spec... From fedora-extras-commits at redhat.com Sat Dec 2 21:06:50 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:06:50 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS - New directory Message-ID: <200612022106.kB2L6oIv029192@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/php-pear-Structures-DataGrid-DataSource-RSS Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 21:06:55 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:06:55 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel - New directory Message-ID: <200612022106.kB2L6tJ7029219@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/php-pear-Structures-DataGrid-DataSource-RSS/devel Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 2 21:07:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:07:09 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612022107.kB2L79bR029259@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29251 Added Files: Makefile import.log Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-RSS --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Structures-DataGrid-DataSource-RSS all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 2 21:07:15 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:07:15 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612022107.kB2L7Fqx029274@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29251/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-RSS --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 2 21:07:24 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:07:24 -0500 Subject: rpms/njb-sharp/FC-6 njb-sharp.spec,1.1,1.2 Message-ID: <200612022107.kB2L7Oex029298@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29176 Modified Files: njb-sharp.spec Log Message: Dropping FC-5. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/FC-6/njb-sharp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- njb-sharp.spec 22 Nov 2006 19:48:01 -0000 1.1 +++ njb-sharp.spec 2 Dec 2006 21:06:54 -0000 1.2 @@ -1,14 +1,6 @@ -# This is only a temporary fix until FC5 is brought in -# line with FC6. -%if "%{?fedora}" == "5" -%define monodir %{_prefix}/lib -%else -%define monodir %{_libdir} -%endif - Name: njb-sharp Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -35,9 +27,7 @@ %prep %setup -q -%if "%{?fedora}" > "5" %patch0 -p1 -%endif %build %configure @@ -48,11 +38,11 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -rm -f %{buildroot}%{monodir}/%{name}/*.a -cat > %{buildroot}%{monodir}/%{name}/%{name}.dll.config << EOF +rm -f %{buildroot}%{_libdir}/%{name}/*.a +cat > %{buildroot}%{_libdir}/%{name}/%{name}.dll.config << EOF - + EOF @@ -69,14 +59,17 @@ %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README -%{monodir}/%{name} -%{monodir}/monodoc/sources/* +%{_libdir}/%{name} +%{_libdir}/monodoc/sources/* %files devel %defattr(-,root,root) -%{monodir}/pkgconfig/* +%{_libdir}/pkgconfig/* %changelog +* Sat Dec 2 2006 Linus Walleij 0.3.0-6 +- Dropping FC-5, it's too broken in monoland. + * Sat Oct 21 2006 Linus Walleij 0.3.0-5 - More picking around in the spec... From fedora-extras-commits at redhat.com Sat Dec 2 21:08:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:08:03 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel php-pear-Structures-DataGrid-DataSource-RSS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612022108.kB2L83pC029392@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29318/devel Modified Files: .cvsignore sources Added Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: auto-import php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1.src.rpm --- NEW FILE php-pear-Structures-DataGrid-DataSource-RSS.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Structures_DataGrid_DataSource_RSS Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 Release: 1%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) php-pear(XML_RSS) Requires: php-pear(Structures_DataGrid_DataSource_Array) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is a DataSource driver for Structures_DataGrid using RSS files. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/DataSource %changelog * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Dec 2006 21:07:14 -0000 1.1 +++ .cvsignore 2 Dec 2006 21:07:33 -0000 1.2 @@ -0,0 +1 @@ +Structures_DataGrid_DataSource_RSS-0.1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Dec 2006 21:07:14 -0000 1.1 +++ sources 2 Dec 2006 21:07:33 -0000 1.2 @@ -0,0 +1 @@ +cdde39675c40e059281b5a727df23d8a Structures_DataGrid_DataSource_RSS-0.1.0.tgz From fedora-extras-commits at redhat.com Sat Dec 2 21:08:02 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:08:02 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS import.log, 1.1, 1.2 Message-ID: <200612022108.kB2L82PA029388@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29318 Modified Files: import.log Log Message: auto-import php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1 on branch devel from php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Dec 2006 21:07:09 -0000 1.1 +++ import.log 2 Dec 2006 21:07:32 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Structures-DataGrid-DataSource-RSS-0_1_0-1:HEAD:php-pear-Structures-DataGrid-DataSource-RSS-0.1.0-1.src.rpm:1165093837 From fedora-extras-commits at redhat.com Sat Dec 2 21:09:57 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:09:57 -0500 Subject: owners owners.list,1.2049,1.2050 Message-ID: <200612022109.kB2L9v72029451@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29436 Modified Files: owners.list Log Message: php-pear-Structures-DataGrid-DataSource-RSS Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2049 retrieving revision 1.2050 diff -u -r1.2049 -r1.2050 --- owners.list 2 Dec 2006 20:21:44 -0000 1.2049 +++ owners.list 2 Dec 2006 21:09:27 -0000 1.2050 @@ -1872,6 +1872,7 @@ Fedora Extras|php-pear-Structures-DataGrid|A tabular structure for converting data|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-Array|DataSource driver using arrays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-DataObject|DataSource driver using PEAR::DB_DataObject|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Structures-DataGrid-DataSource-RSS|DataSource driver using RSS files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Pager|Renderer driver using PEAR::Pager|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Smarty|Renderer driver using Smarty|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Validate|Validation Class for Various Data Types|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 2 21:11:01 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:11:01 -0500 Subject: rpms/njb-sharp/FC-5 Makefile, 1.1, NONE branch, 1.1, NONE njb-sharp.patch, 1.1, NONE njb-sharp.spec, 1.2, NONE sources, 1.2, NONE Message-ID: <200612022111.kB2LB1K3029511@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29505 Removed Files: Makefile branch njb-sharp.patch njb-sharp.spec sources Log Message: Dropping FC-5 --- Makefile DELETED --- --- branch DELETED --- --- njb-sharp.patch DELETED --- --- njb-sharp.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 21:14:17 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 2 Dec 2006 16:14:17 -0500 Subject: rpms/njb-sharp/FC-5 .cvsignore,1.2,NONE Message-ID: <200612022114.kB2LEHuU029601@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29552/FC-5 Removed Files: .cvsignore Log Message: Dropping FC-5 --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 21:14:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 2 Dec 2006 16:14:46 -0500 Subject: rpms/vdradmin-am/FC-6 vdradmin-am.rwtab, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdradmin-am.spec, 1.2, 1.3 Message-ID: <200612022114.kB2LEksC029636@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29567/FC-6 Modified Files: .cvsignore sources vdradmin-am.spec Added Files: vdradmin-am.rwtab Log Message: * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. --- NEW FILE vdradmin-am.rwtab --- empty /var/cache/vdradmin files /var/lib/vdradmin Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Oct 2006 09:23:37 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:14:16 -0000 1.3 @@ -1 +1 @@ -vdradmin-am-3.4.7.tar.bz2 +vdradmin-am-3.5.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Oct 2006 09:23:37 -0000 1.2 +++ sources 2 Dec 2006 21:14:16 -0000 1.3 @@ -1 +1 @@ -b3f862dfa078bdef05b52a841850c65a vdradmin-am-3.4.7.tar.bz2 +95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/vdradmin-am.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vdradmin-am.spec 25 Oct 2006 09:25:54 -0000 1.2 +++ vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.3 @@ -3,8 +3,8 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.4.7 -Release: 3%{?dist} +Version: 3.5.1 +Release: 1%{?dist} Summary: Web interface for VDR Group: Applications/Internet @@ -13,6 +13,7 @@ Source0: http://andreas.vdr-developer.org/download/%{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}-httpd.conf +Source3: %{name}.rwtab Patch0: %{name}-3.4.5a-proctitle.patch Patch1: %{name}-3.4.7-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -37,7 +38,8 @@ %{__perl} -pi -e \ 's|"/video"|"%{videodir}"| ; s|^(\$CONFIG\{VDRCONFDIR\}\s*=\s*")[^"]*(.*)|$1%{configdir}$2| ; - s|\$CONFIG\{VIDEODIR\}/epg\.data|%{cachedir}/epg.data|' \ + s|\$CONFIG\{VIDEODIR\}/epg\.data|%{cachedir}/epg.data| ; + s|-s \$AT_FILENAME |-f \$AT_FILENAME|' \ vdradmind.pl %{__perl} -pi -e \ 's/vdradmind\.pl/vdradmind/g ; s/(TH vdradmin )1/${1}8/' vdradmind.pl.1 @@ -69,6 +71,7 @@ install -dm 755 $RPM_BUILD_ROOT/var/{cache,log,run}/vdradmin install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/vdradmind chmod 755 $RPM_BUILD_ROOT%{_initrddir}/vdradmind +install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/%{name} %find_lang vdradmin @@ -100,7 +103,8 @@ %files -f vdradmin.lang %defattr(-,root,root,-) %doc COPYING CREDITS FAQ HISTORY INSTALL README* contrib/*example convert.pl -%doc %{name}-httpd.conf +%doc %{name}-httpd.conf autotimer2searchtimer.pl +%config(noreplace) %{_sysconfdir}/rwtab.d/%{name} %{_initrddir}/vdradmind %{_sbindir}/vdradmind /usr/share/vdradmin/ @@ -114,6 +118,13 @@ %changelog +* Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 +- 3.5.1. +- Add read only root/temporary state config. + +* Fri Nov 10 2006 Ville Skytt?? - 3.5.0-1 +- 3.5.0, patch to retain autotimer functionality by default on upgrades. + * Wed Oct 25 2006 Ville Skytt?? - 3.4.7-3 - Improve description (#211043). From fedora-extras-commits at redhat.com Sat Dec 2 21:14:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 2 Dec 2006 16:14:46 -0500 Subject: rpms/vdradmin-am/devel vdradmin-am.rwtab, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdradmin-am.spec, 1.3, 1.4 Message-ID: <200612022114.kB2LEkRv029641@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29567/devel Modified Files: .cvsignore sources vdradmin-am.spec Added Files: vdradmin-am.rwtab Log Message: * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. --- NEW FILE vdradmin-am.rwtab --- empty /var/cache/vdradmin files /var/lib/vdradmin Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Nov 2006 20:41:05 -0000 1.3 +++ .cvsignore 2 Dec 2006 21:14:16 -0000 1.4 @@ -1 +1 @@ -vdradmin-am-3.5.0.tar.bz2 +vdradmin-am-3.5.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Nov 2006 20:41:05 -0000 1.3 +++ sources 2 Dec 2006 21:14:16 -0000 1.4 @@ -1 +1 @@ -945102178caec3f0012dc3aaffcf1014 vdradmin-am-3.5.0.tar.bz2 +95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/vdradmin-am.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vdradmin-am.spec 10 Nov 2006 20:41:05 -0000 1.3 +++ vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.4 @@ -3,7 +3,7 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: Web interface for VDR @@ -13,6 +13,7 @@ Source0: http://andreas.vdr-developer.org/download/%{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}-httpd.conf +Source3: %{name}.rwtab Patch0: %{name}-3.4.5a-proctitle.patch Patch1: %{name}-3.4.7-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -70,6 +71,7 @@ install -dm 755 $RPM_BUILD_ROOT/var/{cache,log,run}/vdradmin install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/vdradmind chmod 755 $RPM_BUILD_ROOT%{_initrddir}/vdradmind +install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/%{name} %find_lang vdradmin @@ -102,6 +104,7 @@ %defattr(-,root,root,-) %doc COPYING CREDITS FAQ HISTORY INSTALL README* contrib/*example convert.pl %doc %{name}-httpd.conf autotimer2searchtimer.pl +%config(noreplace) %{_sysconfdir}/rwtab.d/%{name} %{_initrddir}/vdradmind %{_sbindir}/vdradmind /usr/share/vdradmin/ @@ -115,6 +118,10 @@ %changelog +* Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 +- 3.5.1. +- Add read only root/temporary state config. + * Fri Nov 10 2006 Ville Skytt?? - 3.5.0-1 - 3.5.0, patch to retain autotimer functionality by default on upgrades. From fedora-extras-commits at redhat.com Sat Dec 2 21:19:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 2 Dec 2006 16:19:41 -0500 Subject: rpms/TurboGears/FC-6 TurboGears-setuptools.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 TurboGears.spec, 1.6, 1.7 sources, 1.4, 1.5 TurboGears-1.0b1-setuptools.patch, 1.1, NONE Message-ID: <200612022119.kB2LJfSK029830@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29805 Modified Files: .cvsignore TurboGears.spec sources Added Files: TurboGears-setuptools.patch Removed Files: TurboGears-1.0b1-setuptools.patch Log Message: - 1.0b2 - Update the setuptools patch - Add python-TestGears back to Requires TurboGears-setuptools.patch: --- NEW FILE TurboGears-setuptools.patch --- --- setup.py.orig 2006-12-02 00:14:03.000000000 -0500 +++ setup.py 2006-12-02 00:16:52.000000000 -0500 @@ -34,20 +34,7 @@ The latest development version is available in the TurboGears subversion repository.""", url="http://www.turbogears.org", zip_safe=False, - install_requires = [ - "TurboJson >= 0.9.9", - "TurboCheetah >= 0.9.5", - "TurboKid >= 0.9.8", - "CherryPy >= 2.2.1,<3.0.0alpha", - "simplejson >= 1.3", - "elementtree >= 1.2.6", - "PasteScript >= 0.9.7", - "cElementTree >= 1.0.5", - "FormEncode >= 0.5.1", - "setuptools >= 0.6c2", - "RuleDispatch", - "ConfigObj >= 4.3.2", - "nose >= 0.9"], + install_requires = [], packages=find_packages(), include_package_data=True, exclude_package_data={"thirdparty" : ["*"]}, Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TurboGears/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Oct 2006 15:21:43 -0000 1.4 +++ .cvsignore 2 Dec 2006 21:19:11 -0000 1.5 @@ -1 +1 @@ -TurboGears-1.0b1.tar.gz +TurboGears-1.0b2.tar.gz Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/FC-6/TurboGears.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- TurboGears.spec 21 Nov 2006 19:55:55 -0000 1.6 +++ TurboGears.spec 2 Dec 2006 21:19:11 -0000 1.7 @@ -2,21 +2,21 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0b1 -Release: 2%{?dist} +Version: 1.0b2 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages License: MIT URL: http://www.turbogears.org Source0: http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-setuptools.patch +Patch0: %{name}-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools >= 0.6c2 -Requires: python-kid >= 0.8 python-cherrypy >= 2.1.1 +Requires: python-kid >= 0.8 python-cherrypy >= 2.2.1 Requires: python-sqlobject >= 0.7 python-formencode >= 0.5.1 Requires: python-json >= 3.3 python-elementtree >= 1.2.6 Requires: python-setuptools >= 0.6a11 @@ -24,7 +24,7 @@ Requires: python-turbokid >= 0.9.8 python-tgfastdata Requires: python-simplejson >= 1.3 python-paste-script >= 0.9.7 Requires: python-configobj >= 4.3.2 python-ruledispatch -Requires: python-nose >= 0.9 python-psycopg +Requires: python-nose >= 0.9 python-psycopg python-TestGears %description TurboGears brings together four major pieces to create an @@ -76,6 +76,11 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 2 2006 Luke Macken 1.0b2-1 +- 1.0b2 +- Update the setuptools patch +- Add python-TestGears back to Requires + * Fri Nov 21 2006 Luke Macken 1.0b1-2 - Add python-psycopg to Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/TurboGears/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Oct 2006 15:21:43 -0000 1.4 +++ sources 2 Dec 2006 21:19:11 -0000 1.5 @@ -1 +1 @@ -667a84671d1ce3639ba11d8e73462639 TurboGears-1.0b1.tar.gz +aff6ab4008557c21fde2ff8c07f4dc45 TurboGears-1.0b2.tar.gz --- TurboGears-1.0b1-setuptools.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 2 21:50:31 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:50:31 -0500 Subject: rpms/php-pear-XML-Util/FC-5 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Util.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612022150.kB2LoVTH030049@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997/FC-5 Modified Files: .cvsignore php-pear-XML-Util.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 03:02:27 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -XML_Util-1.1.1.tgz +XML_Util-1.1.2.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/php-pear-XML-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-XML-Util.spec 17 Oct 2006 03:02:27 -0000 1.1 +++ php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: XML utility class @@ -10,10 +10,11 @@ License: PHP License URL: http://pear.php.net/package/XML_Util Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -53,7 +55,7 @@ mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Fix end of line encoding -dos2unix docdir/%{pear_name}/examples/example*.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example*.php # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* @@ -81,10 +83,16 @@ %files %defattr(-,root,root,-) %doc %{pear_name}-%{version}/docdir/%{pear_name}/* +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/XML/Util.php %changelog -* Sat Oct 14 2006 Christoper Stone 1.1.1-1 +* Sat Dec 02 2006 Christopher Stone 1.1.2-1 +- Upstream sync +- Add php license to %%doc +- Replace dos2unix with sed + +* Sat Oct 14 2006 Christopher Stone 1.1.1-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 03:02:27 -0000 1.2 +++ sources 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -528278996240d47a07e4273fb7bde841 XML_Util-1.1.1.tgz +b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 21:50:37 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:50:37 -0500 Subject: rpms/php-pear-XML-Util/devel PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Util.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612022150.kB2Lob7D030059@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997/devel Modified Files: .cvsignore php-pear-XML-Util.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 03:02:27 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:50:07 -0000 1.3 @@ -1 +1 @@ -XML_Util-1.1.1.tgz +XML_Util-1.1.2.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/php-pear-XML-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-XML-Util.spec 17 Oct 2006 03:02:27 -0000 1.1 +++ php-pear-XML-Util.spec 2 Dec 2006 21:50:07 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: XML utility class @@ -10,10 +10,11 @@ License: PHP License URL: http://pear.php.net/package/XML_Util Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -53,7 +55,7 @@ mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Fix end of line encoding -dos2unix docdir/%{pear_name}/examples/example*.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example*.php # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* @@ -81,10 +83,16 @@ %files %defattr(-,root,root,-) %doc %{pear_name}-%{version}/docdir/%{pear_name}/* +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/XML/Util.php %changelog -* Sat Oct 14 2006 Christoper Stone 1.1.1-1 +* Sat Dec 02 2006 Christopher Stone 1.1.2-1 +- Upstream sync +- Add php license to %%doc +- Replace dos2unix with sed + +* Sat Oct 14 2006 Christopher Stone 1.1.1-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 03:02:27 -0000 1.2 +++ sources 2 Dec 2006 21:50:07 -0000 1.3 @@ -1 +1 @@ -528278996240d47a07e4273fb7bde841 XML_Util-1.1.1.tgz +b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 21:50:31 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 2 Dec 2006 16:50:31 -0500 Subject: rpms/php-pear-XML-Util/FC-6 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Util.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612022150.kB2LoVWX030054@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997/FC-6 Modified Files: .cvsignore php-pear-XML-Util.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 03:02:27 -0000 1.2 +++ .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -XML_Util-1.1.1.tgz +XML_Util-1.1.2.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/php-pear-XML-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-XML-Util.spec 17 Oct 2006 03:02:27 -0000 1.1 +++ php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: XML utility class @@ -10,10 +10,11 @@ License: PHP License URL: http://pear.php.net/package/XML_Util Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -53,7 +55,7 @@ mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Fix end of line encoding -dos2unix docdir/%{pear_name}/examples/example*.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example*.php # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* @@ -81,10 +83,16 @@ %files %defattr(-,root,root,-) %doc %{pear_name}-%{version}/docdir/%{pear_name}/* +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/XML/Util.php %changelog -* Sat Oct 14 2006 Christoper Stone 1.1.1-1 +* Sat Dec 02 2006 Christopher Stone 1.1.2-1 +- Upstream sync +- Add php license to %%doc +- Replace dos2unix with sed + +* Sat Oct 14 2006 Christopher Stone 1.1.1-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 03:02:27 -0000 1.2 +++ sources 2 Dec 2006 21:50:01 -0000 1.3 @@ -1 +1 @@ -528278996240d47a07e4273fb7bde841 XML_Util-1.1.1.tgz +b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz From fedora-extras-commits at redhat.com Sat Dec 2 23:54:45 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 18:54:45 -0500 Subject: rpms/gqview/FC-5 .cvsignore, 1.6, 1.7 gqview.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612022354.kB2NsjgC004352@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4298/FC-5 Modified Files: .cvsignore gqview.spec sources Log Message: prepare upstream bug-fix release for these branches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Nov 2006 18:51:01 -0000 1.6 +++ .cvsignore 2 Dec 2006 23:54:15 -0000 1.7 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-5/gqview.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gqview.spec 8 Nov 2006 18:51:01 -0000 1.9 +++ gqview.spec 2 Dec 2006 23:54:15 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 8 Nov 2006 18:51:01 -0000 1.7 +++ sources 2 Dec 2006 23:54:15 -0000 1.8 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 23:54:45 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 18:54:45 -0500 Subject: rpms/gqview/FC-4 .cvsignore, 1.6, 1.7 gqview.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612022354.kB2NsjnO004347@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4298/FC-4 Modified Files: .cvsignore gqview.spec sources Log Message: prepare upstream bug-fix release for these branches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Nov 2006 18:51:00 -0000 1.6 +++ .cvsignore 2 Dec 2006 23:54:15 -0000 1.7 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-4/gqview.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gqview.spec 8 Nov 2006 18:51:00 -0000 1.7 +++ gqview.spec 2 Dec 2006 23:54:15 -0000 1.8 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 8 Nov 2006 18:51:00 -0000 1.7 +++ sources 2 Dec 2006 23:54:15 -0000 1.8 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 2 23:54:50 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 2 Dec 2006 18:54:50 -0500 Subject: rpms/gqview/FC-6 .cvsignore, 1.7, 1.8 gqview.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612022354.kB2Nsoud004357@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4298/FC-6 Modified Files: .cvsignore gqview.spec sources Log Message: prepare upstream bug-fix release for these branches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 8 Nov 2006 18:51:02 -0000 1.7 +++ .cvsignore 2 Dec 2006 23:54:20 -0000 1.8 @@ -1 +1 @@ -gqview-2.0.3.tar.gz +gqview-2.0.4.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-6/gqview.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gqview.spec 8 Nov 2006 18:51:02 -0000 1.11 +++ gqview.spec 2 Dec 2006 23:54:20 -0000 1.12 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat Dec 2 2006 Michael Schwendt - 2.0.4-1 +- update to 2.0.4 (bug-fixes) + * Sat Nov 4 2006 Michael Schwendt - 2.0.3-1 - update to 2.0.3 - .desktop patch: additional MIME types merged upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/gqview/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 8 Nov 2006 18:51:02 -0000 1.8 +++ sources 2 Dec 2006 23:54:20 -0000 1.9 @@ -1 +1 @@ -8759106bcc16b50234b4b419064d245c gqview-2.0.3.tar.gz +7196deab04db94cec2167637cddc02f9 gqview-2.0.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 00:12:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 2 Dec 2006 19:12:50 -0500 Subject: rpms/oorexx/devel .cvsignore, 1.2, 1.3 oorexx.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612030012.kB30CoOr007859@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/oorexx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7837 Modified Files: .cvsignore oorexx.spec sources Log Message: new version 3.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/oorexx/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2006 20:33:13 -0000 1.2 +++ .cvsignore 3 Dec 2006 00:12:20 -0000 1.3 @@ -1,2 +1,2 @@ -ooRexx-3.1.0-1.src.tar.gz -ooRexx-docs-3.1.0-pdf.tar.gz +ooRexx-3.1.1.tar.gz +ooRexx-docs-3.1.1-rev4.pdf.zip Index: oorexx.spec =================================================================== RCS file: /cvs/extras/rpms/oorexx/devel/oorexx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- oorexx.spec 10 Oct 2006 08:49:04 -0000 1.5 +++ oorexx.spec 3 Dec 2006 00:12:20 -0000 1.6 @@ -1,13 +1,13 @@ Name: oorexx -Version: 3.1.0 -Release: 5%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Open Object Rexx Group: Development/Languages License: CPL URL: http://www.oorexx.org -Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-1.src.tar.gz -Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-pdf.tar.gz +Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz +Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-rev4.pdf.zip Patch0: oorexx-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: x86_64 @@ -52,7 +52,7 @@ %prep %setup -q -n ooRexx-%{version} -%setup1 -q -n ooRexx-%{version} -a1 +unzip -qo %{SOURCE1} %patch0 -p1 -b .paths @@ -89,7 +89,7 @@ %files %defattr(-,root,root,-) -%doc CPLv1.0.txt README.txt readme.pdf +%doc CPLv1.0.txt readme.pdf %{_bindir}/rexx %{_bindir}/rexxc %{_bindir}/rxdelipc @@ -103,7 +103,7 @@ %files docs %defattr(-,root,root,-) %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf -%doc samples +%doc samples README.txt %files devel @@ -120,6 +120,9 @@ %changelog +* Sun Dec 3 2006 Gerard Milmeister - 3.1.1-1 +- new version 3.1.1 + * Tue Oct 10 2006 Gerard Milmeister - 3.1.0-5 - Exclude x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/oorexx/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2006 20:33:13 -0000 1.2 +++ sources 3 Dec 2006 00:12:20 -0000 1.3 @@ -1,2 +1,2 @@ -136ae4eb8df72557e10f193b980f9e9f ooRexx-3.1.0-1.src.tar.gz -17bc9188b858aedc579f57b7ded73260 ooRexx-docs-3.1.0-pdf.tar.gz +9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz +4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip From fedora-extras-commits at redhat.com Sun Dec 3 05:29:35 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:29:35 -0500 Subject: rpms/plague/FC-3 plague.spec,1.25,1.26 Message-ID: <200612030529.kB35TZ7g024729@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24711 Modified Files: plague.spec Log Message: patch out createrepo caching to lover createrepo version needed Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-3/plague.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- plague.spec 14 Sep 2006 16:17:20 -0000 1.25 +++ plague.spec 3 Dec 2006 05:29:05 -0000 1.26 @@ -3,13 +3,13 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 URL: http://www.fedoraproject.org/wiki/Projects/Plague BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python-sqlite, createrepo >= 0.4.3 +Requires: python-sqlite, createrepo Requires: %{name}-common = %{version}-%{release} Requires(post): /sbin/chkconfig Requires(post): /sbin/service @@ -17,6 +17,7 @@ Requires(preun): /sbin/service Patch0: plague-0.4-daemonize.patch +Patch1: plague-0.4.4-old-createrepo.patch %description The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server. @@ -67,6 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask +%patch1 -p0 -b .slowcreaterepo %build make @@ -147,7 +149,10 @@ %changelog -* Thu Sep 14 2006 Dennis Gilmore 0.4.4.0-2 +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 +- Patch out createrepo caching + +* Thu Sep 14 2006 Dennis Gilmore 0.4.4.1-2 - add patch for bad umask setting * Mon Mar 13 2006 Dan Williams 0.4.4.1-1 From fedora-extras-commits at redhat.com Sun Dec 3 05:31:51 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:31:51 -0500 Subject: rpms/plague/FC-4 plague-0.4.4-old-createrepo.patch, NONE, 1.1 plague.spec, 1.25, 1.26 Message-ID: <200612030531.kB35Vp4L024797@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24778 Modified Files: plague.spec Added Files: plague-0.4.4-old-createrepo.patch Log Message: patch out cached createrepo plague-0.4.4-old-createrepo.patch: --- NEW FILE plague-0.4.4-old-createrepo.patch --- --- plague-0.4.4.1/server/Repo.py.old-createrepo 2006-11-30 14:29:59.000000000 -0500 +++ plague-0.4.4.1/server/Repo.py 2006-11-30 14:30:18.000000000 -0500 @@ -118,7 +118,7 @@ self._repo_additions = [] - (s, o) = commands.getstatusoutput('/usr/bin/createrepo -q -c %s -x "*.src.rpm" -x "*.debuginfo.rpm" %s' % (self._repo_cache_dir, self._repodir)) + (s, o) = commands.getstatusoutput('/usr/bin/createrepo -q -x "*.src.rpm" -x "*.debuginfo.rpm" %s' % self._repodir) if s != 0: print "Error: createrepo failed with exit status %d! Output: '%s'" % (s, o) Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-4/plague.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- plague.spec 14 Sep 2006 16:16:48 -0000 1.25 +++ plague.spec 3 Dec 2006 05:31:21 -0000 1.26 @@ -3,13 +3,13 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 URL: http://www.fedoraproject.org/wiki/Projects/Plague BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python-sqlite, createrepo >= 0.4.3 +Requires: python-sqlite, createrepo Requires: %{name}-common = %{version}-%{release} Requires(post): /sbin/chkconfig Requires(post): /sbin/service @@ -17,6 +17,7 @@ Requires(preun): /sbin/service Patch0: plague-0.4-daemonize.patch +Patch1: plague-0.4.4-old-createrepo.patch %description The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server. @@ -67,6 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask +%patch1 -p0 -b .slowcreaterepo %build make @@ -147,7 +149,10 @@ %changelog -* Thu Sep 14 2006 Dennis Gilmore 0.4.4.0-2 +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 +- Patch out createrepo caching + +* Thu Sep 14 2006 Dennis Gilmore 0.4.4.1-2 - add patch for bad umask setting * Mon Mar 13 2006 Dan Williams 0.4.4.1-1 From fedora-extras-commits at redhat.com Sun Dec 3 05:42:06 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:42:06 -0500 Subject: rpms/plague/FC-4 plague.spec,1.26,1.27 Message-ID: <200612030542.kB35g6cX024890@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24873 Modified Files: plague.spec Log Message: apply patch correctly Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-4/plague.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- plague.spec 3 Dec 2006 05:31:21 -0000 1.26 +++ plague.spec 3 Dec 2006 05:41:36 -0000 1.27 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -68,7 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask -%patch1 -p0 -b .slowcreaterepo +%patch1 -p1 -b .slowcreaterepo %build make @@ -149,6 +149,9 @@ %changelog +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.2 +- apply patch corrctly + * Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 - Patch out createrepo caching From fedora-extras-commits at redhat.com Sun Dec 3 05:47:08 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Sun, 3 Dec 2006 00:47:08 -0500 Subject: rpms/plague/FC-3 plague.spec,1.26,1.27 Message-ID: <200612030547.kB35l8NM024953@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/plague/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24938 Modified Files: plague.spec Log Message: apply patch correctly Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/FC-3/plague.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- plague.spec 3 Dec 2006 05:29:05 -0000 1.26 +++ plague.spec 3 Dec 2006 05:46:38 -0000 1.27 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -68,7 +68,7 @@ %prep %setup -q %patch0 -p0 -b .umask -%patch1 -p0 -b .slowcreaterepo +%patch1 -p1 -b .slowcreaterepo %build make @@ -149,6 +149,9 @@ %changelog +* Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.2 +- apply patch corrctly + * Sat Dec 02 2006 Dennis Gilmore 0.4.4.1-2.1 - Patch out createrepo caching From fedora-extras-commits at redhat.com Sun Dec 3 07:25:06 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Sun, 3 Dec 2006 02:25:06 -0500 Subject: rpms/gcin/devel .cvsignore, 1.10, 1.11 NewCJ3.cin, 1.3, 1.4 gcin.spec, 1.16, 1.17 gcin_update.patch, 1.1, 1.2 im-client.patch, 1.4, 1.5 sources, 1.10, 1.11 Message-ID: <200612030725.kB37P6Y8031629@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:28:44 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:24:32 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:28:44 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:24:32 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/gcin.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gcin.spec 23 Nov 2006 13:46:07 -0000 1.16 +++ gcin.spec 3 Dec 2006 07:24:33 -0000 1.17 @@ -1,6 +1,6 @@ Name: gcin -Version: 1.3.0.1 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-2 - rebuild gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:28:44 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:24:33 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31683 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:36:53 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:27:37 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:36:53 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:27:37 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/gcin.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gcin.spec 23 Nov 2006 13:42:53 -0000 1.15 +++ gcin.spec 3 Dec 2006 07:27:38 -0000 1.16 @@ -1,6 +1,6 @@ Name: gcin -Version: 1.3.0.1 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-2 - rebuild gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-6/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:42:53 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:27:38 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31766 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:39:44 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:30:30 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:39:44 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:30:30 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gcin.spec 23 Nov 2006 13:39:45 -0000 1.14 +++ gcin.spec 3 Dec 2006 07:30:30 -0000 1.15 @@ -1,5 +1,5 @@ Name: gcin -Version: 1.3.0.1 +Version: 1.3.1 Release: 1%{?dist} Summary: Input method for Traditional Chinese @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-1 - update to 1.3.0.1 gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:44:33 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:30:30 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31885 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:49:54 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:36:27 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/NewCJ3.cin,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewCJ3.cin 23 Nov 2006 13:49:54 -0000 1.3 +++ NewCJ3.cin 3 Dec 2006 07:36:27 -0000 1.4 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/gcin.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gcin.spec 23 Nov 2006 13:49:54 -0000 1.15 +++ gcin.spec 3 Dec 2006 07:36:27 -0000 1.16 @@ -1,5 +1,5 @@ Name: gcin -Version: 1.3.0.1 +Version: 1.3.1 Release: 1%{?dist} Summary: Input method for Traditional Chinese @@ -107,6 +107,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-1 - update to 1.3.0.1 gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-4/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:49:54 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:36:27 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: candyz Update of /cvs/extras/rpms/gcin/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31976 Modified Files: .cvsignore NewCJ3.cin gcin.spec gcin_update.patch im-client.patch sources Log Message: update to 1.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 23 Nov 2006 13:55:13 -0000 1.10 +++ .cvsignore 3 Dec 2006 07:38:44 -0000 1.11 @@ -1 +1 @@ -gcin-1.3.0.1.tar.bz2 +gcin-1.3.1.tar.bz2 View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.2 -r 1.3 NewCJ3.cin Index: NewCJ3.cin =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/NewCJ3.cin,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- NewCJ3.cin 23 Nov 2006 13:55:13 -0000 1.2 +++ NewCJ3.cin 3 Dec 2006 07:38:44 -0000 1.3 @@ -37,180 +37,13 @@ z ??? %keyname end %chardef begin -` ??? ???????????????????????? gcin ????????? ` ???????????????????????? -, ??? -,, ??? -,a ??????????????????????????? -,b ????????????????????? -,c ????????????????????? -,d ????????????????????? -,e ??????????????????????????? -,f ???????????? -,g ???????????? -,h ???????????????????????? -,i ?????????????????? -,j ?????????????????? -,k ????????????????????? -,l ????????????????????? -,m ????????????????????? -,n ????????????????????? -,o ????????????????????? -,p ????????????????????? -,q ????????????????????? -,r ????????????????????? -,s ????????????????????? -,t ????????????????????? -,u ?????????????????? -,v ??????????????????????????? -,w ????????????????????? -,x ??????????????????????????? -,y ??????????????????????????? -,z ?????? -. ??? -.. ??? -.. ??? -.. ??? -.. ??? -.. ?? -.. ??? -.. ??? -.. ??? -... ??? -... ??? -... ??? -' ??? -'' " -'' " -'' ??? -'' ??? -'' ??? -'' ??? -; ??? -; ??? -; ??? -; , -; . -; ; -; ??? -; ??? -; ??? -; ??? -; ??? -; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; " -;; " -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ??? -;; ?? -;; ??? -;; ??? -;; ??? -;;; ??? -;;; ??? -;;; ?????? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -;;; ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -[[[ ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ??? -] ?? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -]]] ??? -;a ??? -;b ??? -;bb ??? -;c ??? -;cu ??? -;d ??? -;e ??? -;f ??? -;fh ??? -;g ??? -;h ??? ;i ??? -;i; ??? ;ia ?????? ;iai ????????? ;iao ????????? ;iau ????????? ;ib ?????? +;ib ?????? ;ibi ????????? ;ibo ????????? ;ibu ????????? @@ -219,15 +52,35 @@ ;idm ????????? ;ido ????????? ;idu ????????? +;idyn ???????????? ;if ?????? ;ify ????????? ;ig ?????? +;igrl ???????????? ;ih ?????? [...177750 lines suppressed...] +bbtt; ??? +bbyo; ??? +bbyr; ??? +bcii; ??? +bcyr; ??? +buch; ??? +buog; ??? +buto; ??? +dbdb; ??? +fbok; ??? +fbrf; ??? +fdha; ??? +fdyj; ??? +fdyr; ??? +ffbf; ??? +ffbg; ??? +fkbu; ??? +giks; ??? +gofb; ??? +grgr; ??? +grtr; ??? +haha; ??? +hdln; ??? +hebt; ??? +hhsl; ??? +hmnl; ??? +homm; ??? +homn; ??? +houk; ??? +hoys; ??? +hqhm; ??? +hrhp; ??? +hyhe; ??? +hyhe; ??? +ifru; ??? +iinl; ??? +imy; ??? +jjbb; ??? +jjhb; ??? +jjho; ??? +jjip; ??? +jjkn; ??? +jjmg; ??? +jjmu; ??? +jjoj; ??? +jjon; ??? +jjq; ??? +jjsu; ??? +jjyk; ??? +juln; ??? +kbnl; ??? +khwg; ??? +khyj; ??? +khyk; ??? +lbau; ??? +lihj; ??? +limb; ??? +lior; ??? +litm; ??? +liyj; ??? +liyk; ??? +mbhf; ??? +mbsm; ??? +mbtk; ??? +mbyv; ??? +mgau; ??? +mgbd; ??? +mgbm; ??? +mgbu; ??? +mghn; ??? +mgjr; ??? +mgkr; ??? +mgmg; ??? +mgoi; ??? +mgok; ??? +mgon; ??? +mgq; ??? +mgq; ??? +mgtc; ??? +mgtg; ??? +mgtk; ??? +mgyj; ??? +mgyo; ??? +mgyu; ??? +mmhf; ??? +mnoh; ??? +mrdm; ??? +mrno; ??? +mrog; ??? +mrtc; ??? +mrti; ??? +mrw; ??? +mwhr; ??? +nbks; ??? +nfhf; ??? +nlhg; ??? +nlhj; ??? +nlhm; ??? +nlmu; ??? +nloi; ??? +nltt; ??? +oihe; ??? +oihi; ??? +oipu; ??? +oitg; ??? +okog; ??? +omnl; ??? +onmm; ??? +ooln; ??? +opbc; ??? +ormc; ??? +pfmc; ??? +qdmi; ??? +rmhd; ??? +rmho; ??? +rmii; ??? +rmnd; ??? +rmor; ??? +rmsr; ??? +rmtt; ??? +rmub; ??? +rrik; ??? +rrir; ??? +rrsr; ??? +rrwj; ??? +rshf; ??? +sfhb; ??? +sfhp; ??? +sfmf; ??? +srnl; ??? +srtq; ??? +svnl; ??? +tcno; ??? +tgbu; ??? +tgio; ??? +tgks; ??? +tihf; ??? +tmnl; ??? +vfbe; ??? +vfbr; ??? +vfbv; ??? +vfbv; ??? +vfgc; ??? +vfhb; ??? +vfhe; ??? +vfhf; ??? +vfhp; ??? +vfja; ??? +vfjc; ??? +vfki; ??? +vfmi; ??? +vfni; ??? +vfnu; ??? +vfob; ??? +vfpu; ??? +vfsu; ??? +vfyb; ??? +vfyj; ??? +vfyk; ??? +vvru; ??? +vvwd; ??? +yhmc; ??? +yoln; ??? +yrbn; ??? +yrff; ??? +yrgr; ??? +yrhe; ??? +yrhr; ??? +yrhs; ??? +yrir; ??? +yrjm; ??? +yrmj; ??? +yrmr; ??? +yrnb; ??? +yrob; ??? +yrog; ??? +yron; ??? +yrop; ??? +yrpa; ??? +yrpd; ??? +yrsr; ??? +yrtd; ??? +yrya; ??? +yryb; ??? +yryd; ??? +yryk; ??? +yrys; ??? +ysok; ??? +ysoy; ??? +ythf; ??? +yyhn; ??? +noi; ??? +osr; ??? +aasj; ??? +bubd; ??? +ggfb; ??? +iibr; ??? +iihu; ??? +iiru; ??? %chardef end Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/gcin.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gcin.spec 23 Nov 2006 13:55:13 -0000 1.14 +++ gcin.spec 3 Dec 2006 07:38:44 -0000 1.15 @@ -1,5 +1,5 @@ Name: gcin -Version: 1.3.0.1 +Version: 1.3.1 Release: 1%{?dist} Summary: Input method for Traditional Chinese @@ -109,6 +109,9 @@ %{_libdir}/libgcin-im-client.so* %changelog +* Sun Dec 03 2006 Chung-Yen Chang - 1.3.1-1 +- update to 1.3.1 + * Thu Nov 23 2006 Chung-Yen Chang - 1.3.0.1-1 - update to 1.3.0.1 gcin_update.patch: Index: gcin_update.patch =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-3/gcin_update.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin_update.patch 23 Nov 2006 13:55:13 -0000 1.1 +++ gcin_update.patch 3 Dec 2006 07:38:44 -0000 1.2 @@ -1,404 +1,11 @@ -diff -urN gcin-1.3.0.1.orig/gcin.h gcin-1.3.0.1/gcin.h ---- gcin-1.3.0.1.orig/gcin.h 2006-10-05 14:05:00.000000000 +0800 -+++ gcin-1.3.0.1/gcin.h 2006-11-22 18:00:42.000000000 +0800 -@@ -117,6 +117,7 @@ - gboolean utf8_str_eq(char *a, char *b, int len); - void utf8cpyN(char *t, char *s, int N); - int utf8_str_N(char *str); -+void utf8cpyn(char *t, char *s, int n); - - void get_gcin_dir(char *tt); - Atom get_gcin_atom(Display *dpy); -diff -urN gcin-1.3.0.1.orig/gtab.c gcin-1.3.0.1/gtab.c ---- gcin-1.3.0.1.orig/gtab.c 2006-11-20 13:04:59.000000000 +0800 -+++ gcin-1.3.0.1/gtab.c 2006-11-22 18:00:14.000000000 +0800 -@@ -80,13 +80,15 @@ - return strlen(a) - strlen(b); - } - --#define tblch(i) (cur_inmd->key64 ? cur_inmd->tbl64[i].ch:cur_inmd->tbl[i].ch) --#define Max_tab_key_num (cur_inmd->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define tblch2(inm, i) (inm->key64 ? inm->tbl64[i].ch:inm->tbl[i].ch) -+#define tblch(i) tblch2(cur_inmd, i) -+#define Max_tab_key_num1(inm) (inm->key64 ? MAX_TAB_KEY_NUM64 : MAX_TAB_KEY_NUM) -+#define Max_tab_key_num Max_tab_key_num1(cur_inmd) - void set_key_codes_label(char *s); - - void lookup_gtab(char *ch, char out[]) - { -- char *tbuf[32]; -+ char *tbuf[128]; - int tbufN=0; - INMD *tinmd = &inmd[default_input_method]; - -@@ -98,7 +100,7 @@ - - int i; - for(i=0; i < tinmd->DefChars; i++) { -- char *chi = tblch(i); -+ char *chi = tblch2(tinmd, i); - - if (!(chi[0] & 0x80)) - continue; -@@ -112,7 +114,7 @@ - int tlen=0; - char t[CH_SZ * MAX_TAB_KEY_NUM64 + 1]; - -- for(j=Max_tab_key_num - 1; j>=0; j--) { -+ for(j=Max_tab_key_num1(tinmd) - 1; j>=0; j--) { - - int sh = j * KeyBits; - int k = (key >> sh) & 0x3f; -@@ -516,8 +518,6 @@ - - fclose(fp); - -- inp->max_keyN = 5; -- - if (usenow) { - cur_inmd=inp; - // reset_inp(); -@@ -525,7 +525,6 @@ - DispInArea(); - } - -- - dbg("key64: %d\n", inp->key64); - - if (gtab_space_auto_first == GTAB_space_auto_first_none) -@@ -689,7 +688,9 @@ - - static u_int vmask[]= - { 0, -- 0x3f<<24, (0x3f<<24)|(0x3f<<18), (0x3f<<24)|(0x3f<<18)|(0x3f<<12), -+ (0x3f<<24), -+ (0x3f<<24)|(0x3f<<18), -+ (0x3f<<24)|(0x3f<<18)|(0x3f<<12), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6), - (0x3f<<24)|(0x3f<<18)|(0x3f<<12)|(0x3f<<6)|0x3f - }; -@@ -881,7 +882,9 @@ - strcat(strcat(tt, seltab[i]), " "); - strcat(tt, ""); - } else { -- strcat(strcat(tt, seltab[i]), " "); -+ char uu[512]; -+ utf8cpyn(uu, seltab[i], 6); -+ strcat(strcat(tt, uu), " "); - } - } else { - extern gboolean b_use_full_space; -@@ -960,14 +963,13 @@ - - bzero(seltab_phrase, sizeof(seltab_phrase)); - -- - // dbg("uuuuu %x %x\n", key, kbstate); - - if (!cur_inmd) - return 0; - - if (kbstate & (Mod1Mask|ControlMask)) { -- return 0; -+ return 0; - } - - -@@ -1074,7 +1076,6 @@ - - if (wild_mode) { - // request from tetralet -- dbg("zzz %d %d\n",wild_page, defselN); - if (!wild_page && defselN < cur_inmd->M_DUP_SEL) { - sel1st_i = 0; - goto direct_select; -@@ -1189,7 +1190,6 @@ - - pselkey=ptr_selkey(key); - -- - if (!pselkey && (key < 32 || key > 0x7e) && (gtab_full_space_auto_first || spc_pressed)) { - // dbg("%x %x sel1st_i:%d '%c'\n", pselkey, key, sel1st_i, seltab[sel1st_i][0]); - if (seltab[sel1st_i][0]) -@@ -1198,7 +1198,6 @@ - return 0; - } - -- - inkey=cur_inmd->keymap[key]; - - // dbg("spc_pressed %d %d %d\n", spc_pressed, last_full, cur_inmd->MaxPress); -@@ -1308,8 +1307,9 @@ - return 0; - } - -- if (defselN) -+ if (defselN) { - goto YYYY; -+ } - } - } /* switch */ - -@@ -1347,19 +1347,11 @@ - s1++; - - last_idx=s1; -+ - #if 0 -- dbg("inch %d %d val:%x\n", inch[0], inch[1], val); -- u_char *tbl_ch = tblch(s1); -- dbg("s1:%d e1:%d key:%llx ci:%d vmask[ci]:%llx ch:%c%c%c and:%x\n", s1, e1, CONVT2(cur_inmd, s1), -- ci, vmaskci, tbl_ch[0], tbl_ch[1], tbl_ch[2], CONVT2(cur_inmd, s1) & vmask[ci]); -- -- dbg("pselkey:%x %d defselN:%d\n", pselkey, -- (CONVT2(cur_inmd, s1) & vmask[ci])!=val, -- defselN); -+ dbg("ci:%d %d\n", ci, ((CONVT2(cur_inmd, s1) & vmaskci)!=val)); +--- gcin-1.3.1/gtab.h.orig 2006-11-22 15:15:11.000000000 +0800 ++++ gcin-1.3.1/gtab.h 2006-12-03 15:15:24.000000000 +0800 +@@ -104,7 +104,7 @@ + #define GTAB_LIST "gtab.list" + + #if 1 +-#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 1) ++#define NEED_SWAP (__BYTE_ORDER == __BIG_ENDIAN && 0) + #else + #define NEED_SWAP (1) #endif - -- vmaskci = cur_inmd->key64 ? vmask64[ci]:vmask[ci]; -- - if ((CONVT2(cur_inmd, s1) & vmaskci)!=val || (wild_mode && defselN) || - ((ci==cur_inmd->MaxPress||spc_pressed) && defselN && - (pselkey && ( pendkey || spc_pressed)) ) ) { -@@ -1412,7 +1404,6 @@ - j=s1; - - if (ci < cur_inmd->MaxPress && !spc_pressed && !pendkey) { -- int shiftb=(KEY_N - 1 -ci) * KeyBits; - - exa_match=0; - bzero(seltab, sizeof(seltab)); -@@ -1423,32 +1414,29 @@ - j++; - } - -- - defselN=exa_match; - - if (defselN > cur_inmd->M_DUP_SEL) - defselN--; - -+ int shiftb=(KEY_N - 1 -ci) * KeyBits; -+ - if (gtab_disp_partial_match) -- while((CONVT2(cur_inmd, j) & vmask[ci])==val && jkeycol[(CONVT2(cur_inmd, j)>>shiftb) & 0x3f]; - u_char *tbl_ch = tblch(j); -- -+#if 0 -+ dbg("jj %d", fff); utf8_putchar(tbl_ch); dbg("\n"); -+#endif - if (!seltab[fff][0] || seltab_phrase[fff] || - (bchcmp(seltab[fff], tbl_ch)>0 && fff > exa_match)) { - #if 0 -- if (tbl_ch[0] >= 0x80) { -- bchcpy(seltab[fff], tbl_ch); -- defselN++; -- } -- else -- if (!seltab[fff][0]) { -- load_phr(j, seltab[fff]); -- seltab_phrase[fff] = TRUE; -- } --#endif - if (!(seltab_phrase[fff] = load_seltab(j, fff))) - defselN++; -+#else -+ seltab_phrase[fff] = load_seltab(j, fff); -+ defselN++; -+#endif - } - - j++; -diff -urN gcin-1.3.0.1.orig/locale.c gcin-1.3.0.1/locale.c ---- gcin-1.3.0.1.orig/locale.c 2006-10-05 14:05:16.000000000 +0800 -+++ gcin-1.3.0.1/locale.c 2006-11-22 18:00:41.000000000 +0800 -@@ -165,3 +165,19 @@ - - return N; - } -+ -+void utf8cpyn(char *t, char *s, int n) -+{ -+ int tn=0; -+ int i; -+ -+ for (i=0; i < n && *s; i++) { -+ int sz = utf8_sz(s); -+ -+ memcpy(t+tn, s, sz); -+ tn+=sz; -+ s+=sz; -+ } -+ -+ t[tn]=0; -+} -diff -urN gcin-1.3.0.1.orig/tsin-parse.c gcin-1.3.0.1/tsin-parse.c ---- gcin-1.3.0.1.orig/tsin-parse.c 2006-10-20 15:06:34.000000000 +0800 -+++ gcin-1.3.0.1/tsin-parse.c 2006-11-22 11:08:59.000000000 +0800 -@@ -96,7 +96,7 @@ - if (i < plen) - continue; - -- int score; -+ float score; - - score = plen; - if (match_len > plen) { -@@ -116,7 +116,7 @@ - continue; - } - -- score = usecount + 50 * plen * plen; -+ score = (float)usecount + 200 * plen * plen * plen; - - if (pbestscore >= score) - continue; ---- gcin-1.3.0.1/gcin2tab.c.orig 2006-08-20 16:26:34.000000000 +0800 -+++ gcin-1.3.0.1/gcin2tab.c 2006-11-23 17:31:11.000000000 +0800 -@@ -13,7 +13,7 @@ - #include - #include "gcin.h" - #include "gtab.h" -- -+#include "gcin-endian.h" - - FILE *fr, *fw; - int lineno; -@@ -149,13 +149,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -166,13 +160,7 @@ - if (a->key > b->key) return 1; - if (a->key < b->key) return -1; - --#if FREEBSD -- if (a->oseq > b->oseq) return 1; -- if (a->oseq < b->oseq) return -1; -- return 0; --#else - return a->oseq - b->oseq; --#endif - } - - -@@ -423,7 +411,6 @@ - - if ((len=strlen(arg)) <= CH_SZ && (arg[0] & 0x80)) { - char out[CH_SZ+1]; -- int u8len = utf8_sz(arg); - - bzero(out, sizeof(out)); - memcpy(out, arg, len); -@@ -446,7 +433,7 @@ - } - - if (len > MAX_CIN_PHR) -- p_err("phrase too long: %s\n", arg); -+ p_err("phrase too long: %s max:%d bytes\n", arg, MAX_CIN_PHR); - - phridx = trealloc(phridx, int, phr_cou+1); - phridx[phr_cou++]=prbf_cou; -@@ -467,7 +454,6 @@ - qsort(itar, chno,sizeof(ITEM2), qcmp2); - - -- - if (key64) { - for(i=0;iDefChars = chno; - -+#if FREEBSD -+#define _sort mergesort -+#else -+#define _sort qsort -+#endif -+ - if (key64) -- qsort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); -+ _sort(itmp64,chno,sizeof(ITEM2_64),qcmp_64); - else -- qsort(itmp,chno,sizeof(ITEM2),qcmp); -- -+ _sort(itmp,chno,sizeof(ITEM2),qcmp); - - if (key64) { -- for(i=0;i Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27994 Modified Files: fe3 fe4 fe5 fe6 Log Message: CVE-2006-6169 done Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- fe3 30 Nov 2006 21:07:45 -0000 1.38 +++ fe3 3 Dec 2006 09:42:06 -0000 1.39 @@ -4,7 +4,7 @@ CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5848 VULNERABLE (trac, fixed 0.10.1) #215077 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- fe4 30 Nov 2006 21:07:45 -0000 1.105 +++ fe4 3 Dec 2006 09:42:06 -0000 1.106 @@ -4,7 +4,7 @@ CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- fe5 30 Nov 2006 21:07:45 -0000 1.114 +++ fe5 3 Dec 2006 09:42:06 -0000 1.115 @@ -4,7 +4,7 @@ CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- fe6 30 Nov 2006 21:07:45 -0000 1.29 +++ fe6 3 Dec 2006 09:42:06 -0000 1.30 @@ -4,7 +4,7 @@ CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 -CVE-2006-6169 VULNERABLE (gnupg2, fixed 2.0.1) #217950 +CVE-2006-6169 version (gnupg2, fixed 2.0.1) #217950 CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 From fedora-extras-commits at redhat.com Sun Dec 3 10:22:14 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 3 Dec 2006 05:22:14 -0500 Subject: rpms/audacious-plugins/FC-6 audacious-plugins.spec,1.3,1.4 Message-ID: <200612031022.kB3AMEcp031664@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31645 Modified Files: audacious-plugins.spec Log Message: Modify branched version for FC6 Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/audacious-plugins.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- audacious-plugins.spec 30 Nov 2006 09:45:44 -0000 1.3 +++ audacious-plugins.spec 3 Dec 2006 10:21:44 -0000 1.4 @@ -12,7 +12,7 @@ # Source0: http://audacious-media-player.org/beta/audacious-plugins-1.2.2.tgz Source0: audacious-plugins-fedora-%{version}.tar.gz Source1: audacious-plugins.desktop -Patch0: audacious-plugins-1.2.2-cddb-buffer.patch +# Patch0: audacious-plugins-1.2.2-cddb-buffer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: audacious-devel >= 1.2.1-0.7%{dist}, esound-devel >= 0.2, libvorbis-devel >= 1.0 @@ -196,10 +196,10 @@ %changelog -* Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 +* Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc6 - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin - Drop cddb patch, included upstream -* Sun Nov 26 2006 Ralf Ertzinger 1.2.2-1.fc7 +* Sun Nov 26 2006 Ralf Ertzinger 1.2.2-1.fc6 - Initial RPM build for FE From fedora-extras-commits at redhat.com Sun Dec 3 10:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 05:28:30 -0500 Subject: rpms/opensc/devel .cvsignore, 1.9, 1.10 opensc.spec, 1.20, 1.21 sources, 1.9, 1.10 Message-ID: <200612031028.kB3ASUT4031805@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/opensc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31786 Modified Files: .cvsignore opensc.spec sources Log Message: * Sun Dec 3 2006 Ville Skytt?? - 0.11.2-0.1.pre3 - 0.11.2-pre3. - Build with new libassuan. - Don't run autotools during build. - Adjust to readline/termcap/ncurses changes. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/opensc/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 May 2006 19:42:32 -0000 1.9 +++ .cvsignore 3 Dec 2006 10:28:00 -0000 1.10 @@ -1 +1 @@ -opensc-0.11.1.tar.gz +opensc-0.11.2-pre3.tar.gz Index: opensc.spec =================================================================== RCS file: /cvs/extras/rpms/opensc/devel/opensc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- opensc.spec 14 Oct 2006 20:55:35 -0000 1.20 +++ opensc.spec 3 Dec 2006 10:28:00 -0000 1.21 @@ -1,14 +1,15 @@ %define plugindir %{_libdir}/mozilla/plugins Name: opensc -Version: 0.11.1 -Release: 6%{?dist} +Version: 0.11.2 +Release: 0.1.pre3%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries License: LGPL URL: http://www.opensc-project.org/opensc/ -Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz +#Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz +Source0: http://www.opensc-project.org/files/opensc/testing/%{name}-%{version}-pre3.tar.gz Patch0: %{name}-0.11.1-develconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +32,7 @@ Summary: Digital signature plugin for web browsers Group: Applications/Internet BuildRequires: libXt-devel -BuildRequires: libassuan-devel +BuildRequires: libassuan-static Requires: %{plugindir} Requires: %{_bindir}/pinentry @@ -51,9 +52,10 @@ %prep -%setup -q +%setup -q -n %{name}-%{version}-pre3 %patch0 -p1 -sh bootstrap # avoid standard rpaths on lib64 archs +sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths +sed -i -e 's|-ltermcap|-lncurses|' configure cp -p src/pkcs15init/README ./README.pkcs15init cp -p src/scconf/README.scconf . # No %{_libdir} here to avoid multilib conflicts; it's just an example @@ -140,6 +142,12 @@ %changelog +* Sun Dec 3 2006 Ville Skytt?? - 0.11.2-0.1.pre3 +- 0.11.2-pre3. +- Build with new libassuan. +- Don't run autotools during build. +- Adjust to readline/termcap/ncurses changes. + * Sat Oct 14 2006 Ville Skytt?? - 0.11.1-6 - Rebuild with new libassuan. Index: sources =================================================================== RCS file: /cvs/extras/rpms/opensc/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 May 2006 19:42:32 -0000 1.9 +++ sources 3 Dec 2006 10:28:00 -0000 1.10 @@ -1 +1 @@ -94ce00a6bda38fac10ab06f5d5d1a8c3 opensc-0.11.1.tar.gz +46a5ea72b3cc447f970de0a103e479e4 opensc-0.11.2-pre3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 10:37:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 3 Dec 2006 05:37:43 -0500 Subject: rpms/oorexx/FC-5 .cvsignore, 1.2, 1.3 oorexx.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612031037.kB3AbhrP031936@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/oorexx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31900/FC-5 Modified Files: .cvsignore oorexx.spec sources Log Message: new version 3.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2006 20:33:13 -0000 1.2 +++ .cvsignore 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -ooRexx-3.1.0-1.src.tar.gz -ooRexx-docs-3.1.0-pdf.tar.gz +ooRexx-3.1.1.tar.gz +ooRexx-docs-3.1.1-rev4.pdf.zip Index: oorexx.spec =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-5/oorexx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- oorexx.spec 10 Oct 2006 08:49:04 -0000 1.5 +++ oorexx.spec 3 Dec 2006 10:37:13 -0000 1.6 @@ -1,13 +1,13 @@ Name: oorexx -Version: 3.1.0 -Release: 5%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Open Object Rexx Group: Development/Languages License: CPL URL: http://www.oorexx.org -Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-1.src.tar.gz -Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-pdf.tar.gz +Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz +Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-rev4.pdf.zip Patch0: oorexx-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: x86_64 @@ -52,7 +52,7 @@ %prep %setup -q -n ooRexx-%{version} -%setup1 -q -n ooRexx-%{version} -a1 +unzip -qo %{SOURCE1} %patch0 -p1 -b .paths @@ -89,7 +89,7 @@ %files %defattr(-,root,root,-) -%doc CPLv1.0.txt README.txt readme.pdf +%doc CPLv1.0.txt readme.pdf %{_bindir}/rexx %{_bindir}/rexxc %{_bindir}/rxdelipc @@ -103,7 +103,7 @@ %files docs %defattr(-,root,root,-) %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf -%doc samples +%doc samples README.txt %files devel @@ -120,6 +120,9 @@ %changelog +* Sun Dec 3 2006 Gerard Milmeister - 3.1.1-1 +- new version 3.1.1 + * Tue Oct 10 2006 Gerard Milmeister - 3.1.0-5 - Exclude x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2006 20:33:13 -0000 1.2 +++ sources 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -136ae4eb8df72557e10f193b980f9e9f ooRexx-3.1.0-1.src.tar.gz -17bc9188b858aedc579f57b7ded73260 ooRexx-docs-3.1.0-pdf.tar.gz +9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz +4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip From fedora-extras-commits at redhat.com Sun Dec 3 10:37:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 3 Dec 2006 05:37:43 -0500 Subject: rpms/oorexx/FC-6 .cvsignore, 1.2, 1.3 oorexx.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612031037.kB3AbhGq031941@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/oorexx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31900/FC-6 Modified Files: .cvsignore oorexx.spec sources Log Message: new version 3.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2006 20:33:13 -0000 1.2 +++ .cvsignore 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -ooRexx-3.1.0-1.src.tar.gz -ooRexx-docs-3.1.0-pdf.tar.gz +ooRexx-3.1.1.tar.gz +ooRexx-docs-3.1.1-rev4.pdf.zip Index: oorexx.spec =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-6/oorexx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- oorexx.spec 27 Oct 2006 16:57:14 -0000 1.6 +++ oorexx.spec 3 Dec 2006 10:37:13 -0000 1.7 @@ -1,18 +1,16 @@ Name: oorexx -Version: 3.1.0 -Release: 6%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Open Object Rexx Group: Development/Languages License: CPL URL: http://www.oorexx.org -Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-1.src.tar.gz -Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-pdf.tar.gz +Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz +Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version}-rev4.pdf.zip Patch0: oorexx-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%ifarch x86_64 -Requires: glibc-devel.i386 -%endif +ExcludeArch: x86_64 %description @@ -54,7 +52,7 @@ %prep %setup -q -n ooRexx-%{version} -%setup1 -q -n ooRexx-%{version} -a1 +unzip -qo %{SOURCE1} %patch0 -p1 -b .paths @@ -91,7 +89,7 @@ %files %defattr(-,root,root,-) -%doc CPLv1.0.txt README.txt readme.pdf +%doc CPLv1.0.txt readme.pdf %{_bindir}/rexx %{_bindir}/rexxc %{_bindir}/rxdelipc @@ -105,7 +103,7 @@ %files docs %defattr(-,root,root,-) %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf -%doc samples +%doc samples README.txt %files devel @@ -122,8 +120,8 @@ %changelog -* Fri Oct 27 2006 Gerard Milmeister - 3.1.0-6 -- For x86_64 require the 32-bit glibc-devel explicitly +* Sun Dec 3 2006 Gerard Milmeister - 3.1.1-1 +- new version 3.1.1 * Tue Oct 10 2006 Gerard Milmeister - 3.1.0-5 - Exclude x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/oorexx/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2006 20:33:13 -0000 1.2 +++ sources 3 Dec 2006 10:37:13 -0000 1.3 @@ -1,2 +1,2 @@ -136ae4eb8df72557e10f193b980f9e9f ooRexx-3.1.0-1.src.tar.gz -17bc9188b858aedc579f57b7ded73260 ooRexx-docs-3.1.0-pdf.tar.gz +9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz +4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip From fedora-extras-commits at redhat.com Sun Dec 3 10:49:43 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 3 Dec 2006 05:49:43 -0500 Subject: rpms/audacious-plugins/devel audacious-plugins.spec,1.3,1.4 Message-ID: <200612031049.kB3Anhp0032090@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32075 Modified Files: audacious-plugins.spec Log Message: - Disable sndfile, which causes a non-pausable wap plugin to be built Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- audacious-plugins.spec 30 Nov 2006 09:45:44 -0000 1.3 +++ audacious-plugins.spec 3 Dec 2006 10:49:13 -0000 1.4 @@ -1,6 +1,6 @@ Name: audacious-plugins Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia @@ -21,7 +21,7 @@ BuildRequires: libmpcdec-devel, libmusicbrainz-devel BuildRequires: taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2 BuildRequires: libvisual-devel >= 0.2, SDL-devel >= 1.2.9 -BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel +BuildRequires: gettext, curl-devel, libbinio-devel BuildRequires: arts-devel, libmodplug-devel, lirc-devel BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel BuildRequires: pulseaudio-devel, fluidsynth-devel @@ -126,7 +126,8 @@ --enable-chardet \ --disable-dependency-tracking \ --enable-amidiplug \ - --disable-amidiplug-dummy + --disable-amidiplug-dummy \ + --disable-sndfile make V=1 %{?_smp_mflags} @@ -196,6 +197,10 @@ %changelog +* Sun Dec 03 2006 Ralf Ertzinger 1.2.5-2.fc7 +- Disable sndfile, which causes a non-pausable wap plugin to + be built + * Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin From fedora-extras-commits at redhat.com Sun Dec 3 14:19:19 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sun, 3 Dec 2006 09:19:19 -0500 Subject: rpms/smart/devel smart.spec,1.11,1.12 Message-ID: <200612031419.kB3EJJ8Z012710@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12695 Modified Files: smart.spec Log Message: Try to fix kde vs autoconf issues. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- smart.spec 25 Nov 2006 16:30:35 -0000 1.11 +++ smart.spec 3 Dec 2006 14:18:49 -0000 1.12 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 40%{?dist} +Release: 41%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -22,6 +22,7 @@ BuildRequires: libXt-devel, libXext-devel BuildRequires: qt-devel >= 1:3.2, kdelibs-devel BuildRequires: zlib-devel +BuildRequires: kdesdk Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 @@ -64,6 +65,8 @@ %prep %setup -q %patch0 -p1 -b .autofs5 +rm -fr contrib/ksmarttray/admin +cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py @@ -174,6 +177,9 @@ %{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png %changelog +* Sun Dec 3 2006 Axel Thimm - 0.42-41 +- Refresh kde admin dir. + * Sat Nov 25 2006 Axel Thimm - 0.42-40 - Start preparing virtual provides for upcoming qt gui. From fedora-extras-commits at redhat.com Sun Dec 3 14:29:27 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sun, 3 Dec 2006 09:29:27 -0500 Subject: rpms/smart/devel smart.spec,1.12,1.13 Message-ID: <200612031429.kB3ETRoq012811@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12769 Modified Files: smart.spec Log Message: Try to fix kde vs autoconf issues (II). Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- smart.spec 3 Dec 2006 14:18:49 -0000 1.12 +++ smart.spec 3 Dec 2006 14:28:57 -0000 1.13 @@ -67,6 +67,7 @@ %patch0 -p1 -b .autofs5 rm -fr contrib/ksmarttray/admin cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin +chmod +x *.pl # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py From fedora-extras-commits at redhat.com Sun Dec 3 14:37:10 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sun, 3 Dec 2006 09:37:10 -0500 Subject: rpms/smart/devel smart.spec,1.13,1.14 Message-ID: <200612031437.kB3EbAjM012849@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12830 Modified Files: smart.spec Log Message: Try to fix kde vs autoconf issues (III). Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- smart.spec 3 Dec 2006 14:28:57 -0000 1.13 +++ smart.spec 3 Dec 2006 14:36:40 -0000 1.14 @@ -67,7 +67,7 @@ %patch0 -p1 -b .autofs5 rm -fr contrib/ksmarttray/admin cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin -chmod +x *.pl +chmod +x contrib/ksmarttray/admin/*.pl # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py From fedora-extras-commits at redhat.com Sun Dec 3 15:13:16 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 3 Dec 2006 10:13:16 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.15, 1.16 ochusha.spec, 1.16, 1.17 sources, 1.15, 1.16 Message-ID: <200612031513.kB3FDGOe016084@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16065 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sun Dec 3 2006 Mamoru Tasaka 0.5.99.63.9-0.1.cvs061203 - 0.5.99.63.9 cvs 061203 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 2 Dec 2006 15:09:09 -0000 1.15 +++ .cvsignore 3 Dec 2006 15:12:46 -0000 1.16 @@ -1 +1 @@ -ochusha-0.5.99.63.8-cvs061202.tar.bz2 +ochusha-0.5.99.63.9-cvs061203.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ochusha.spec 2 Dec 2006 15:09:09 -0000 1.16 +++ ochusha.spec 3 Dec 2006 15:12:46 -0000 1.17 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.8 -%define strtag cvs061202 +%define main_ver 0.5.99.63.9 +%define strtag cvs061203 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sat Dec 2 2006 Mamoru Tasaka 0.5.99.63.8-0.1.cvs061202 -- 0.5.99.63.8 cvs 061202 (23:59 JST) +* Sun Dec 3 2006 Mamoru Tasaka 0.5.99.63.9-0.1.cvs061203 +- 0.5.99.63.9 cvs 061203 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 2 Dec 2006 15:09:09 -0000 1.15 +++ sources 3 Dec 2006 15:12:46 -0000 1.16 @@ -1 +1 @@ -b612e655da85bb3f0483c3ef3bea20e4 ochusha-0.5.99.63.8-cvs061202.tar.bz2 +1dfc369829b452fcc978ab1f91d1a680 ochusha-0.5.99.63.9-cvs061203.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 3 15:18:03 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 3 Dec 2006 10:18:03 -0500 Subject: rpms/jd/devel .cvsignore, 1.30, 1.31 jd.spec, 1.37, 1.38 sources, 1.30, 1.31 Message-ID: <200612031518.kB3FI3WA016178@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16158 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 3 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061203 - cvs 061203 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- .cvsignore 2 Dec 2006 08:58:19 -0000 1.30 +++ .cvsignore 3 Dec 2006 15:17:33 -0000 1.31 @@ -1 +1 @@ -jd-1.8.1-beta061202.tgz +jd-1.8.1-cvs061203.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- jd.spec 2 Dec 2006 08:58:19 -0000 1.37 +++ jd.spec 3 Dec 2006 15:17:33 -0000 1.38 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag beta061202 +%define strtag cvs061203 %define repoid 22954 @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -#Source0: %{name}-%{main_ver}-%{strtag}.tgz +#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 3 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061203 +- cvs 061203 (23:59 JST) + * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 2 Dec 2006 08:58:19 -0000 1.30 +++ sources 3 Dec 2006 15:17:33 -0000 1.31 @@ -1 +1 @@ -9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz +50531086ba518e4d9a73e1cf22c53bba jd-1.8.1-cvs061203.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:50:45 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 11:50:45 -0500 Subject: rpms/php-pear-Pager/devel .cvsignore, 1.2, 1.3 php-pear-Pager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612031650.kB3Gojr7019615@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Pager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19558/devel Modified Files: .cvsignore php-pear-Pager.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Nov 2006 23:19:00 -0000 1.2 +++ .cvsignore 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -Pager-2.4.2.tgz +Pager-2.4.3.tgz Index: php-pear-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/devel/php-pear-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Pager.spec 7 Nov 2006 23:19:00 -0000 1.1 +++ php-pear-Pager.spec 3 Dec 2006 16:50:15 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name Pager Name: php-pear-Pager -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Data paging class @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -56,7 +56,7 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} # Fix rpmlint warning -dos2unix docdir/%{pear_name}/examples/example.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +78,12 @@ %doc %{pear_name}-%{version}/docdir/%{pear_name}/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} -%{pear_phpdir}/%{pear_name} +%{pear_phpdir}/%{pear_name}* %changelog -* Sun Oct 29 2006 Christoper Stone 2.4.2-1 +* Sun Dec 03 2006 Christopher Stone 2.4.3-1 +- Upstream sync +- use sed instead of dos2unix + +* Sun Oct 29 2006 Christopher Stone 2.4.2-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Nov 2006 23:19:00 -0000 1.2 +++ sources 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -9dd1fd0aee0e8039f1a4033f822d50c3 Pager-2.4.2.tgz +d3f8f14d8bdc53865dd79623d8f55b32 Pager-2.4.3.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:50:45 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 11:50:45 -0500 Subject: rpms/php-pear-Pager/FC-5 .cvsignore, 1.2, 1.3 php-pear-Pager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612031650.kB3Goj5P019607@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Pager/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19558/FC-5 Modified Files: .cvsignore php-pear-Pager.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Nov 2006 23:19:00 -0000 1.2 +++ .cvsignore 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -Pager-2.4.2.tgz +Pager-2.4.3.tgz Index: php-pear-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-5/php-pear-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Pager.spec 7 Nov 2006 23:19:00 -0000 1.1 +++ php-pear-Pager.spec 3 Dec 2006 16:50:15 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name Pager Name: php-pear-Pager -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Data paging class @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -56,7 +56,7 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} # Fix rpmlint warning -dos2unix docdir/%{pear_name}/examples/example.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +78,12 @@ %doc %{pear_name}-%{version}/docdir/%{pear_name}/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} -%{pear_phpdir}/%{pear_name} +%{pear_phpdir}/%{pear_name}* %changelog -* Sun Oct 29 2006 Christoper Stone 2.4.2-1 +* Sun Dec 03 2006 Christopher Stone 2.4.3-1 +- Upstream sync +- use sed instead of dos2unix + +* Sun Oct 29 2006 Christopher Stone 2.4.2-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Nov 2006 23:19:00 -0000 1.2 +++ sources 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -9dd1fd0aee0e8039f1a4033f822d50c3 Pager-2.4.2.tgz +d3f8f14d8bdc53865dd79623d8f55b32 Pager-2.4.3.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:50:45 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 11:50:45 -0500 Subject: rpms/php-pear-Pager/FC-6 .cvsignore, 1.2, 1.3 php-pear-Pager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612031650.kB3Gojto019612@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Pager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19558/FC-6 Modified Files: .cvsignore php-pear-Pager.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Nov 2006 23:19:00 -0000 1.2 +++ .cvsignore 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -Pager-2.4.2.tgz +Pager-2.4.3.tgz Index: php-pear-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-6/php-pear-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Pager.spec 7 Nov 2006 23:19:00 -0000 1.1 +++ php-pear-Pager.spec 3 Dec 2006 16:50:15 -0000 1.2 @@ -2,7 +2,7 @@ %define pear_name Pager Name: php-pear-Pager -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Data paging class @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 dos2unix +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} @@ -56,7 +56,7 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} # Fix rpmlint warning -dos2unix docdir/%{pear_name}/examples/example.php +sed -i 's/\r//' docdir/%{pear_name}/examples/example.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +78,12 @@ %doc %{pear_name}-%{version}/docdir/%{pear_name}/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} -%{pear_phpdir}/%{pear_name} +%{pear_phpdir}/%{pear_name}* %changelog -* Sun Oct 29 2006 Christoper Stone 2.4.2-1 +* Sun Dec 03 2006 Christopher Stone 2.4.3-1 +- Upstream sync +- use sed instead of dos2unix + +* Sun Oct 29 2006 Christopher Stone 2.4.2-1 - Initial release Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Pager/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Nov 2006 23:19:00 -0000 1.2 +++ sources 3 Dec 2006 16:50:15 -0000 1.3 @@ -1 +1 @@ -9dd1fd0aee0e8039f1a4033f822d50c3 Pager-2.4.2.tgz +d3f8f14d8bdc53865dd79623d8f55b32 Pager-2.4.3.tgz From fedora-extras-commits at redhat.com Sun Dec 3 16:57:06 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 3 Dec 2006 11:57:06 -0500 Subject: rpms/farsight/devel farsight.spec,1.3,1.4 Message-ID: <200612031657.kB3Gv6kW019738@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19679 Modified Files: farsight.spec Log Message: * Sun Dec 3 2006 Brian Pepple - 0.1.10-2 - Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. Index: farsight.spec =================================================================== RCS file: /cvs/extras/rpms/farsight/devel/farsight.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- farsight.spec 22 Nov 2006 17:51:13 -0000 1.3 +++ farsight.spec 3 Dec 2006 16:56:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: farsight Version: 0.1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A audio/video conferencing framework Group: System Environment/Libraries @@ -34,6 +34,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libjingle-devel +Requires: gstreamer-devel +Requires: gstreamer-plugins-base-devel Requires: pkgconfig @@ -96,6 +98,9 @@ %changelog +* Sun Dec 3 2006 Brian Pepple - 0.1.10-2 +- Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. + * Wed Nov 22 2006 Brian Pepple - 0.1.10-1 - Update to 0.1.10. From fedora-extras-commits at redhat.com Sun Dec 3 17:04:57 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 3 Dec 2006 12:04:57 -0500 Subject: rpms/farsight/FC-6 farsight.spec,1.3,1.4 Message-ID: <200612031704.kB3H4vHq022918@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/farsight/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22903 Modified Files: farsight.spec Log Message: * Sun Dec 3 2006 Brian Pepple - 0.1.10-2 - Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. Index: farsight.spec =================================================================== RCS file: /cvs/extras/rpms/farsight/FC-6/farsight.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- farsight.spec 2 Dec 2006 16:32:47 -0000 1.3 +++ farsight.spec 3 Dec 2006 17:04:27 -0000 1.4 @@ -1,6 +1,6 @@ Name: farsight Version: 0.1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A audio/video conferencing framework Group: System Environment/Libraries @@ -34,6 +34,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libjingle-devel +Requires: gstreamer-devel +Requires: gstreamer-plugins-base-devel Requires: pkgconfig @@ -96,6 +98,9 @@ %changelog +* Sun Dec 3 2006 Brian Pepple - 0.1.10-2 +- Add requires for gstreamer-devel & gstreamer-plugins-base-devel to devel package. + * Sat Dec 2 2006 Brian Pepple - 0.1.10-1 - Update to 0.1.10. From fedora-extras-commits at redhat.com Sun Dec 3 17:17:01 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:17:01 -0500 Subject: rpms/php-pear-Structures-DataGrid/devel php-pear-Structures-DataGrid.spec, 1.1, 1.2 Message-ID: <200612031717.kB3HH1b3023046@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/devel Modified Files: php-pear-Structures-DataGrid.spec Log Message: own common dirs Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/devel/php-pear-Structures-DataGrid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid.spec 14 Nov 2006 03:50:35 -0000 1.1 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:31 -0000 1.2 @@ -3,13 +3,14 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -51,6 +53,8 @@ # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/DataSource +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/Renderer %clean @@ -70,10 +74,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-2 +- Own DataSource and Renderer directories +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.7.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:17:00 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:17:00 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-5 php-pear-Structures-DataGrid.spec, 1.1, 1.2 Message-ID: <200612031717.kB3HH0q6023042@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/FC-5 Modified Files: php-pear-Structures-DataGrid.spec Log Message: own common dirs Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5/php-pear-Structures-DataGrid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid.spec 14 Nov 2006 03:50:35 -0000 1.1 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 @@ -3,13 +3,14 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -51,6 +53,8 @@ # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/DataSource +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/Renderer %clean @@ -70,10 +74,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-2 +- Own DataSource and Renderer directories +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.7.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:17:00 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:17:00 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-6 php-pear-Structures-DataGrid.spec, 1.1, 1.2 Message-ID: <200612031717.kB3HH0UO023045@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/FC-6 Modified Files: php-pear-Structures-DataGrid.spec Log Message: own common dirs Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6/php-pear-Structures-DataGrid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid.spec 14 Nov 2006 03:50:35 -0000 1.1 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 @@ -3,13 +3,14 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -51,6 +53,8 @@ # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/DataSource +mkdir -p $RPM_BUILD_ROOT%{pear_phpdir}/Structures/DataGrid/Renderer %clean @@ -70,10 +74,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-2 +- Own DataSource and Renderer directories +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.7.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:19:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:19:23 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-5 PHP-LICENSE-3.01,NONE,1.1 Message-ID: <200612031719.kB3HJNbT023192@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185/FC-5 Added Files: PHP-LICENSE-3.01 Log Message: forgot to add license file to cvs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 17:19:28 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:19:28 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-6 PHP-LICENSE-3.01,NONE,1.1 Message-ID: <200612031719.kB3HJS29023206@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185/FC-6 Added Files: PHP-LICENSE-3.01 Log Message: forgot to add license file to cvs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 17:19:33 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:19:33 -0500 Subject: rpms/php-pear-Structures-DataGrid/devel PHP-LICENSE-3.01,NONE,1.1 Message-ID: <200612031719.kB3HJXKC023220@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185/devel Added Files: PHP-LICENSE-3.01 Log Message: forgot to add license file to cvs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 17:27:02 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:27:02 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-5 php-pear-Structures-DataGrid.spec, 1.2, 1.3 Message-ID: <200612031727.kB3HR2hk023292@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23241/FC-5 Modified Files: php-pear-Structures-DataGrid.spec Log Message: bump for retag Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-5/php-pear-Structures-DataGrid.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:26:32 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries @@ -80,6 +80,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-3 +- Requeue build (forgot to add license to cvs) + * Sun Dec 03 2006 Christopher Stone 0.7.2-2 - Own DataSource and Renderer directories - Add license to %%doc From fedora-extras-commits at redhat.com Sun Dec 3 17:27:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:27:03 -0500 Subject: rpms/php-pear-Structures-DataGrid/FC-6 php-pear-Structures-DataGrid.spec, 1.2, 1.3 Message-ID: <200612031727.kB3HR3So023295@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23241/FC-6 Modified Files: php-pear-Structures-DataGrid.spec Log Message: bump for retag Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/FC-6/php-pear-Structures-DataGrid.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:30 -0000 1.2 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:26:33 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries @@ -80,6 +80,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-3 +- Requeue build (forgot to add license to cvs) + * Sun Dec 03 2006 Christopher Stone 0.7.2-2 - Own DataSource and Renderer directories - Add license to %%doc From fedora-extras-commits at redhat.com Sun Dec 3 17:27:08 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:27:08 -0500 Subject: rpms/php-pear-Structures-DataGrid/devel php-pear-Structures-DataGrid.spec, 1.2, 1.3 Message-ID: <200612031727.kB3HR8IM023301@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23241/devel Modified Files: php-pear-Structures-DataGrid.spec Log Message: bump for retag Index: php-pear-Structures-DataGrid.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid/devel/php-pear-Structures-DataGrid.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid.spec 3 Dec 2006 17:16:31 -0000 1.2 +++ php-pear-Structures-DataGrid.spec 3 Dec 2006 17:26:38 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tabular structure for converting data Group: Development/Libraries @@ -80,6 +80,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.7.2-3 +- Requeue build (forgot to add license to cvs) + * Sun Dec 03 2006 Christopher Stone 0.7.2-2 - Own DataSource and Renderer directories - Add license to %%doc From fedora-extras-commits at redhat.com Sun Dec 3 17:38:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:38:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-Array.spec, 1.1, 1.2 Message-ID: <200612031738.kB3HcsAK023499@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23455/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-Array.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-Array.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-5/php-pear-Structures-DataGrid-DataSource-Array.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-Array.spec 2 Dec 2006 20:19:07 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-Array.spec 3 Dec 2006 17:38:24 -0000 1.2 @@ -3,18 +3,20 @@ Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own DataSource directory +- Add license to %%doc +- Add versioned requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:38:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:38:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-Array.spec, 1.1, 1.2 Message-ID: <200612031738.kB3Hcs6k023502@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23455/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-Array.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-Array.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/FC-6/php-pear-Structures-DataGrid-DataSource-Array.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-Array.spec 2 Dec 2006 20:19:07 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-Array.spec 3 Dec 2006 17:38:24 -0000 1.2 @@ -3,18 +3,20 @@ Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own DataSource directory +- Add license to %%doc +- Add versioned requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:38:59 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:38:59 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-Array/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-Array.spec, 1.1, 1.2 Message-ID: <200612031738.kB3Hcx2F023505@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23455/devel Modified Files: php-pear-Structures-DataGrid-DataSource-Array.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-Array.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-Array/devel/php-pear-Structures-DataGrid-DataSource-Array.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-Array.spec 2 Dec 2006 20:19:07 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-Array.spec 3 Dec 2006 17:38:29 -0000 1.2 @@ -3,18 +3,20 @@ Name: php-pear-Structures-DataGrid-DataSource-Array Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using arrays Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_Array Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own DataSource directory +- Add license to %%doc +- Add versioned requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:46:52 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:46:52 -0500 Subject: rpms/offlineimap - New directory Message-ID: <200612031746.kB3Hkq1s023620@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23616/offlineimap Log Message: Directory /cvs/extras/rpms/offlineimap added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 17:46:58 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:46:58 -0500 Subject: rpms/offlineimap/devel - New directory Message-ID: <200612031746.kB3HkwPU023636@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23616/offlineimap/devel Log Message: Directory /cvs/extras/rpms/offlineimap/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 17:47:16 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:47:16 -0500 Subject: rpms/offlineimap Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612031747.kB3HlGwi023666@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23660 Added Files: Makefile import.log Log Message: Setup of module offlineimap --- NEW FILE Makefile --- # Top level Makefile for module offlineimap all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 3 17:47:21 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:47:21 -0500 Subject: rpms/offlineimap/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612031747.kB3HlL0I023681@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23660/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module offlineimap --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 3 17:48:24 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:48:24 -0500 Subject: rpms/offlineimap import.log,1.1,1.2 Message-ID: <200612031748.kB3HmOew023758@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23726 Modified Files: import.log Log Message: auto-import offlineimap-4.0.16-1 on branch devel from offlineimap-4.0.16-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/offlineimap/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 3 Dec 2006 17:47:15 -0000 1.1 +++ import.log 3 Dec 2006 17:47:54 -0000 1.2 @@ -0,0 +1 @@ +offlineimap-4_0_16-1:HEAD:offlineimap-4.0.16-1.src.rpm:1165168160 From fedora-extras-commits at redhat.com Sun Dec 3 17:48:24 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 12:48:24 -0500 Subject: rpms/offlineimap/devel offlineimap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612031748.kB3HmOmI023762@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23726/devel Modified Files: .cvsignore sources Added Files: offlineimap.spec Log Message: auto-import offlineimap-4.0.16-1 on branch devel from offlineimap-4.0.16-1.src.rpm --- NEW FILE offlineimap.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: offlineimap Version: 4.0.16 Release: 1%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPL Group: Applications/Internet URL: http://software.complete.org/offlineimap/ Source0: http://software.complete.org/offlineimap/static/download_area/%{version}/%{name}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description OfflineIMAP is a tool to simplify your e-mail reading. With OfflineIMAP, you can read the same mailbox from multiple computers. You get a current copy of your messages on each computer, and changes you make one place will be visible on all other systems. For instance, you can delete a message on your home computer, and it will appear deleted on your work computer as well. OfflineIMAP is also useful if you want to use a mail reader that does not have IMAP support, has poor IMAP support, or does not provide disconnected operation. %prep %setup -q -n %name %build python setup.py build cp debian/changelog ChangeLog %install rm -rf $RPM_BUILD_ROOT python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 install -p offlineimap.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc manual.* README COPY* UPGRADING offlineimap.conf* FAQ.html todo %doc ChangeLog %{_bindir}/offlineimap %{python_sitelib}/offlineimap/ %{_mandir}/man1/offlineimap.1.gz %changelog * Sun Dec 03 2006 Till Maas - 4.0.16-1 - version bump - added one more %%{version} to Source0 - added FAQ.html, todo to %%doc - added debian/changelog as ChangeLog to %%doc * Sat Dec 02 2006 Till Maas - 4.0.15-1 - added %%{?dist} tag - made Source0 a valid URL - rearranged tag order and changed whitespace - added -q -n %%name to %%setup - removed ChangeLog* from %%doc (not in archive) - added offlineimap.conf* to %%doc - Use %%{_bindir} and %%{python_sitelib} - removed directory docs from %%doc - added BuildArch: noarch - added manpage * Tue May 16 2006 Adam Spiers 4.0.13-3 - Force prefix to /usr * Mon May 15 2006 Adam Spiers 4.0.13-2 - Finally get savemessage_searchforheader right? * Sun May 14 2006 Adam Spiers 4.0.13-1 - Updated for 4.0.13 * Sat Apr 29 2006 Adam Spiers 4.0.11-2 - Add patch for Groupwise IMAP servers. * Fri Apr 28 2006 Adam Spiers 4.0.11-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Dec 2006 17:47:21 -0000 1.1 +++ .cvsignore 3 Dec 2006 17:47:54 -0000 1.2 @@ -0,0 +1 @@ +offlineimap_4.0.16.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Dec 2006 17:47:21 -0000 1.1 +++ sources 3 Dec 2006 17:47:54 -0000 1.2 @@ -0,0 +1 @@ +3de813eec9afa373006ac5cad7299389 offlineimap_4.0.16.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 17:59:48 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:59:48 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-DataObject.spec, 1.1, 1.2 Message-ID: <200612031759.kB3Hxm7X024036@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23990/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-DataObject.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-5/php-pear-Structures-DataGrid-DataSource-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-DataObject.spec 21 Nov 2006 14:58:17 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-DataObject.spec 3 Dec 2006 17:59:18 -0000 1.2 @@ -3,20 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-DataObject Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using PEAR::DB_DataObject Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(Structures_DataGrid) php-pear(DB_DataObject) -Requires(hint): php-pear(DB_DataObject_FormBuilder) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(DB_DataObject) >= 1.8.4 +Requires(hint): php-pear(DB_DataObject_FormBuilder) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -29,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -67,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:59:49 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:59:49 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-DataObject.spec, 1.1, 1.2 Message-ID: <200612031759.kB3HxnRN024039@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23990/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-DataObject.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/FC-6/php-pear-Structures-DataGrid-DataSource-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-DataObject.spec 21 Nov 2006 14:58:17 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-DataObject.spec 3 Dec 2006 17:59:19 -0000 1.2 @@ -3,20 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-DataObject Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using PEAR::DB_DataObject Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(Structures_DataGrid) php-pear(DB_DataObject) -Requires(hint): php-pear(DB_DataObject_FormBuilder) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(DB_DataObject) >= 1.8.4 +Requires(hint): php-pear(DB_DataObject_FormBuilder) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -29,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -67,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 17:59:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 12:59:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-DataObject/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-DataObject.spec, 1.1, 1.2 Message-ID: <200612031759.kB3HxsV5024042@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23990/devel Modified Files: php-pear-Structures-DataGrid-DataSource-DataObject.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-DataObject/devel/php-pear-Structures-DataGrid-DataSource-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-DataObject.spec 21 Nov 2006 14:58:17 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-DataObject.spec 3 Dec 2006 17:59:24 -0000 1.2 @@ -3,20 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-DataObject Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using PEAR::DB_DataObject Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(Structures_DataGrid) php-pear(DB_DataObject) -Requires(hint): php-pear(DB_DataObject_FormBuilder) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(DB_DataObject) >= 1.8.4 +Requires(hint): php-pear(DB_DataObject_FormBuilder) >= 1.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -29,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -67,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:08:25 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:08:25 -0500 Subject: rpms/wordpress/FC-4 wordpress-bz213985.patch, NONE, 1.1 wordpress.spec, 1.5, 1.6 Message-ID: <200612031808.kB3I8P1g027312@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27256 Modified Files: wordpress.spec Added Files: wordpress-bz213985.patch Log Message: Fix for BZ 213985 wordpress-bz213985.patch: --- NEW FILE wordpress-bz213985.patch --- diff -ruN wp-204/wp-content/plugins/wp-db-backup.php wp-205/wp-content/plugins/wp-db-backup.php --- wp-204/wp-content/plugins/wp-db-backup.php 2006-07-26 18:56:56.000000000 -0400 +++ wp-205/wp-content/plugins/wp-db-backup.php 2006-09-25 14:51:54.000000000 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which @@ -69,7 +69,8 @@ $via = isset($_GET['via']) ? $_GET['via'] : 'http'; $this->backup_file = $_GET['backup']; - + $this->validate_file($this->backup_file); + switch($via) { case 'smtp': case 'email': @@ -95,6 +96,7 @@ } if (isset($_GET['fragment'] )) { list($table, $segment, $filename) = explode(':', $_GET['fragment']); + $this->validate_file($filename); $this->backup_fragment($table, $segment, $filename); } @@ -881,6 +883,18 @@ return; } // wp_cron_db_backup + + function validate_file($file) { + if (false !== strpos($file, '..')) + die(__("Cheatin' uh ?")); + + if (false !== strpos($file, './')) + die(__("Cheatin' uh ?")); + + if (':' == substr($file, 1, 1)) + die(__("Cheatin' uh ?")); + } + } function wpdbBackup_init() { Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wordpress.spec 27 Oct 2006 01:18:38 -0000 1.5 +++ wordpress.spec 3 Dec 2006 18:07:55 -0000 1.6 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,6 +11,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress +Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, mysql-server, php-mysql BuildArch: noarch @@ -21,6 +22,7 @@ %prep %setup -q -n wordpress +%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -72,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 john Berninger - 2.0.4-2 +- Fix wp-db-backup.php vuln in BZ 213985 + * Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 From fedora-extras-commits at redhat.com Sun Dec 3 18:09:08 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:09:08 -0500 Subject: rpms/wordpress/FC-5 wordpress-bz213985.patch, NONE, 1.1 wordpress.spec, 1.6, 1.7 Message-ID: <200612031809.kB3I98Nu027374@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27355 Modified Files: wordpress.spec Added Files: wordpress-bz213985.patch Log Message: Fix for BZ 213985 wordpress-bz213985.patch: --- NEW FILE wordpress-bz213985.patch --- diff -ruN wp-204/wp-content/plugins/wp-db-backup.php wp-205/wp-content/plugins/wp-db-backup.php --- wp-204/wp-content/plugins/wp-db-backup.php 2006-07-26 18:56:56.000000000 -0400 +++ wp-205/wp-content/plugins/wp-db-backup.php 2006-09-25 14:51:54.000000000 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which @@ -69,7 +69,8 @@ $via = isset($_GET['via']) ? $_GET['via'] : 'http'; $this->backup_file = $_GET['backup']; - + $this->validate_file($this->backup_file); + switch($via) { case 'smtp': case 'email': @@ -95,6 +96,7 @@ } if (isset($_GET['fragment'] )) { list($table, $segment, $filename) = explode(':', $_GET['fragment']); + $this->validate_file($filename); $this->backup_fragment($table, $segment, $filename); } @@ -881,6 +883,18 @@ return; } // wp_cron_db_backup + + function validate_file($file) { + if (false !== strpos($file, '..')) + die(__("Cheatin' uh ?")); + + if (false !== strpos($file, './')) + die(__("Cheatin' uh ?")); + + if (':' == substr($file, 1, 1)) + die(__("Cheatin' uh ?")); + } + } function wpdbBackup_init() { Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 27 Oct 2006 01:18:39 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:08:38 -0000 1.7 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,6 +11,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress +Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, mysql-server, php-mysql BuildArch: noarch @@ -21,6 +22,7 @@ %prep %setup -q -n wordpress +%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -72,7 +74,10 @@ %dir %{_sysconfdir}/wordpress %changelog -* Thu Oct 26 2006 John Benringer - 2.0.4-1 +* Sun Dec 3 2006 John Berninger - 2.0.4-2 +- Fix wp-db-backup.php vuln in BZ 213985 + +* Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 * Sat Aug 12 2006 John Berninger - 2.0.4-0 From fedora-extras-commits at redhat.com Sun Dec 3 18:09:48 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:09:48 -0500 Subject: rpms/wordpress/FC-6 wordpress-bz213985.patch, NONE, 1.1 wordpress.spec, 1.6, 1.7 Message-ID: <200612031809.kB3I9mYC027436@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27417 Modified Files: wordpress.spec Added Files: wordpress-bz213985.patch Log Message: Fix for BZ 213985 wordpress-bz213985.patch: --- NEW FILE wordpress-bz213985.patch --- diff -ruN wp-204/wp-content/plugins/wp-db-backup.php wp-205/wp-content/plugins/wp-db-backup.php --- wp-204/wp-content/plugins/wp-db-backup.php 2006-07-26 18:56:56.000000000 -0400 +++ wp-205/wp-content/plugins/wp-db-backup.php 2006-09-25 14:51:54.000000000 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://www.skippy.net/blog/plugins/ Description: On-demand backup of your WordPress database. Author: Scott Merrill -Version: 1.7 +Version: 1.8 Author URI: http://www.skippy.net/ Much of this was modified from Mark Ghosh's One Click Backup, which @@ -69,7 +69,8 @@ $via = isset($_GET['via']) ? $_GET['via'] : 'http'; $this->backup_file = $_GET['backup']; - + $this->validate_file($this->backup_file); + switch($via) { case 'smtp': case 'email': @@ -95,6 +96,7 @@ } if (isset($_GET['fragment'] )) { list($table, $segment, $filename) = explode(':', $_GET['fragment']); + $this->validate_file($filename); $this->backup_fragment($table, $segment, $filename); } @@ -881,6 +883,18 @@ return; } // wp_cron_db_backup + + function validate_file($file) { + if (false !== strpos($file, '..')) + die(__("Cheatin' uh ?")); + + if (false !== strpos($file, './')) + die(__("Cheatin' uh ?")); + + if (':' == substr($file, 1, 1)) + die(__("Cheatin' uh ?")); + } + } function wpdbBackup_init() { Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 27 Oct 2006 01:18:40 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:09:18 -0000 1.7 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,6 +11,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress +Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, mysql-server, php-mysql BuildArch: noarch @@ -21,6 +22,7 @@ %prep %setup -q -n wordpress +%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -72,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-2 +- Fix wp-db-backup.php vuln in BZ 213985 + * Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 From fedora-extras-commits at redhat.com Sun Dec 3 18:10:28 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:10:28 -0500 Subject: rpms/wordpress/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.6, 1.7 Message-ID: <200612031810.kB3IAS4d027504@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27478 Modified Files: .cvsignore sources wordpress.spec Log Message: Fix for BZ 213985 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 22:25:05 -0000 1.3 +++ .cvsignore 3 Dec 2006 18:09:58 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 22:25:05 -0000 1.3 +++ sources 3 Dec 2006 18:09:58 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 27 Oct 2006 01:18:40 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:09:58 -0000 1.7 @@ -1,7 +1,7 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing Release: 1%{?dist} License: GPL @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.5-1 +- Update to upstream 2.0.5 to fix vuln in bz 213985 + * Thu Oct 26 2006 John Berninger - 2.0.4-1 - Doc fix for BZ 207822 From fedora-extras-commits at redhat.com Sun Dec 3 18:14:34 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 13:14:34 -0500 Subject: owners owners.list,1.2050,1.2051 Message-ID: <200612031814.kB3IEYuM027634@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27569 Modified Files: owners.list Log Message: added offlineimap Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2050 retrieving revision 1.2051 diff -u -r1.2050 -r1.2051 --- owners.list 2 Dec 2006 21:09:27 -0000 1.2050 +++ owners.list 3 Dec 2006 18:14:04 -0000 1.2051 @@ -1239,6 +1239,7 @@ Fedora Extras|octave-forge|Contributed functions for octave|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|oddjob|A D-BUS service which runs odd jobs on behalf of client applications|nalin at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ode|High performance library for simulating rigid body dynamics|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|hugo at devin.com.br +Fedora Extras|offlineimap|sync local and remote mail repositories via imap|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|ogre|Object-Oriented Graphics Rendering Engine library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|oidentd|Implementation of the RFC1413 identification server|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|oki4linux|OKIPAGE (4w, 4w Plus, 6w, 8w, 8w Lite, 8z), OL400w printer driver|rpm at greysector.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 3 18:14:33 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:14:33 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2 Message-ID: <200612031814.kB3IEXnM027630@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: no longer own common dirs Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 2 Dec 2006 21:07:33 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:03 -0000 1.2 @@ -3,19 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(XML_RSS) -Requires: php-pear(Structures_DataGrid_DataSource_Array) +Requires: php-pear(PEAR) +Requires: php-pear(XML_RSS) >= 0.9.2 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add LICENSE to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:14:34 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:14:34 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2 Message-ID: <200612031814.kB3IEYcf027633@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: no longer own common dirs Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 2 Dec 2006 21:07:33 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:04 -0000 1.2 @@ -3,19 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(XML_RSS) -Requires: php-pear(Structures_DataGrid_DataSource_Array) +Requires: php-pear(PEAR) +Requires: php-pear(XML_RSS) >= 0.9.2 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add LICENSE to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:14:39 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:14:39 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2 Message-ID: <200612031814.kB3IEdWN027643@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/devel Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Log Message: no longer own common dirs Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 2 Dec 2006 21:07:33 -0000 1.1 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:09 -0000 1.2 @@ -3,19 +3,22 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(XML_RSS) -Requires: php-pear(Structures_DataGrid_DataSource_Array) +Requires: php-pear(PEAR) +Requires: php-pear(XML_RSS) >= 0.9.2 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -28,6 +31,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -66,10 +70,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/DataSource +%{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add LICENSE to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:17:15 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:17:15 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.2, 1.3 Message-ID: <200612031817.kB3IHFqr027762@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/FC-5 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Added Files: PHP-LICENSE-3.01 Log Message: retag for rebuild --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:03 -0000 1.2 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:16:45 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-3 +- Retag for rebuild (forgot to commit license files to CVS) + * Sun Dec 03 2006 Christopher Stone 0.1.0-2 - No longer own common directories - Add versioned Requires From fedora-extras-commits at redhat.com Sun Dec 3 18:17:15 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:17:15 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.2, 1.3 Message-ID: <200612031817.kB3IHFU2027765@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/FC-6 Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Added Files: PHP-LICENSE-3.01 Log Message: retag for rebuild --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-6/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:04 -0000 1.2 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:16:45 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-3 +- Retag for rebuild (forgot to commit license files to CVS) + * Sun Dec 03 2006 Christopher Stone 0.1.0-2 - No longer own common directories - Add versioned Requires From fedora-extras-commits at redhat.com Sun Dec 3 18:17:20 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:17:20 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.2, 1.3 Message-ID: <200612031817.kB3IHKem027768@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/devel Modified Files: php-pear-Structures-DataGrid-DataSource-RSS.spec Added Files: PHP-LICENSE-3.01 Log Message: retag for rebuild --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-DataSource-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/devel/php-pear-Structures-DataGrid-DataSource-RSS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:14:09 -0000 1.2 +++ php-pear-Structures-DataGrid-DataSource-RSS.spec 3 Dec 2006 18:16:50 -0000 1.3 @@ -3,7 +3,7 @@ Name: php-pear-Structures-DataGrid-DataSource-RSS Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DataSource driver using RSS files Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-3 +- Retag for rebuild (forgot to commit license files to CVS) + * Sun Dec 03 2006 Christopher Stone 0.1.0-2 - No longer own common directories - Add versioned Requires From fedora-extras-commits at redhat.com Sun Dec 3 18:26:12 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:26:12 -0500 Subject: rpms/wordpress/FC-4 wordpress.spec,1.6,1.7 Message-ID: <200612031826.kB3IQC6e027908@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27893 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wordpress.spec 3 Dec 2006 18:07:55 -0000 1.6 +++ wordpress.spec 3 Dec 2006 18:25:42 -0000 1.7 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -13,7 +13,7 @@ Source2: README.fedora.wordpress Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 john Berninger - 2.0.4-3 +- Remove mysql-server dependency + * Sun Dec 3 2006 john Berninger - 2.0.4-2 - Fix wp-db-backup.php vuln in BZ 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:26:55 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:26:55 -0500 Subject: rpms/wordpress/FC-5 wordpress.spec,1.7,1.8 Message-ID: <200612031826.kB3IQtw2027978@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27952 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:08:38 -0000 1.7 +++ wordpress.spec 3 Dec 2006 18:26:24 -0000 1.8 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -13,7 +13,7 @@ Source2: README.fedora.wordpress Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-3 +- Remove mysql-server dependency + * Sun Dec 3 2006 John Berninger - 2.0.4-2 - Fix wp-db-backup.php vuln in BZ 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:27:52 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:27:52 -0500 Subject: rpms/wordpress/FC-6 wordpress.spec,1.7,1.8 Message-ID: <200612031827.kB3IRqY0028039@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28022 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:09:18 -0000 1.7 +++ wordpress.spec 3 Dec 2006 18:27:22 -0000 1.8 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-3 +- Remove mysql-server dependency + * Sun Dec 3 2006 John Berninger - 2.0.4-2 - Fix wp-db-backup.php vuln in BZ 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:28:35 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sun, 3 Dec 2006 13:28:35 -0500 Subject: rpms/wordpress/devel wordpress.spec,1.7,1.8 Message-ID: <200612031828.kB3ISZAG028098@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28083 Modified Files: wordpress.spec Log Message: Fix for BZ 213985 Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:09:58 -0000 1.7 +++ wordpress.spec 3 Dec 2006 18:28:05 -0000 1.8 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.5 Group: Applications/Publishing -Release: 1%{?dist} +Release: 2%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -12,7 +12,7 @@ Source1: wordpress-httpd-conf Source2: README.fedora.wordpress BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.5-2 +- Remove mysql-server dependency + * Sun Dec 3 2006 John Berninger - 2.0.5-1 - Update to upstream 2.0.5 to fix vuln in bz 213985 From fedora-extras-commits at redhat.com Sun Dec 3 18:32:13 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:32:13 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 PHP-LICENSE-3.01, NONE, 1.1 Message-ID: <200612031832.kB3IWDeK028160@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28153/FC-5 Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 18:32:18 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:32:18 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 PHP-LICENSE-3.01, NONE, 1.1 Message-ID: <200612031832.kB3IWIYa028175@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28153/FC-6 Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . From fedora-extras-commits at redhat.com Sun Dec 3 18:32:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:32:54 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2 Message-ID: <200612031832.kB3IWspR028199@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28153/devel Modified Files: php-pear-Structures-DataGrid-Renderer-Pager.spec Added Files: PHP-LICENSE-3.01 Log Message: no longer own common dirs --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/devel/php-pear-Structures-DataGrid-Renderer-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Pager.spec 16 Nov 2006 03:42:43 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Pager.spec 3 Dec 2006 18:32:24 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Pager Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using PEAR::Pager Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Pager) >= 2.4.0 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -27,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -65,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/Renderer +%{pear_phpdir}/Structures/DataGrid/Renderer/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:35:04 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:35:04 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2 Message-ID: <200612031835.kB3IZ41e028272@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28244/FC-5 Modified Files: php-pear-Structures-DataGrid-Renderer-Pager.spec Log Message: commit spec too Index: php-pear-Structures-DataGrid-Renderer-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-5/php-pear-Structures-DataGrid-Renderer-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Pager.spec 16 Nov 2006 03:42:43 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Pager.spec 3 Dec 2006 18:34:34 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Pager Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using PEAR::Pager Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Pager) >= 2.4.0 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -27,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -65,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/Renderer +%{pear_phpdir}/Structures/DataGrid/Renderer/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:35:04 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:35:04 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2 Message-ID: <200612031835.kB3IZ4ON028275@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28244/FC-6 Modified Files: php-pear-Structures-DataGrid-Renderer-Pager.spec Log Message: commit spec too Index: php-pear-Structures-DataGrid-Renderer-Pager.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6/php-pear-Structures-DataGrid-Renderer-Pager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Pager.spec 16 Nov 2006 03:42:43 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Pager.spec 3 Dec 2006 18:34:34 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Pager Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using PEAR::Pager Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid) +Requires: php-pear(PEAR) +Requires: php-pear(Pager) >= 2.4.0 +Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -27,6 +30,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -65,10 +69,16 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml -%{pear_phpdir}/Structures/DataGrid/Renderer +%{pear_phpdir}/Structures/DataGrid/Renderer/* %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.0-2 +- No longer own common directories +- Add versioned Requires +- Add license to %%doc + * Sun Oct 29 2006 Christopher Stone 0.1.0-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:44:47 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:44:47 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Smarty/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Smarty.spec, 1.1, 1.2 Message-ID: <200612031844.kB3IilbT028425@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377/devel Modified Files: php-pear-Structures-DataGrid-Renderer-Smarty.spec Added Files: PHP-LICENSE-3.01 Log Message: add license to %doc and versioned requires --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Smarty.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/devel/php-pear-Structures-DataGrid-Renderer-Smarty.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Smarty.spec 16 Nov 2006 04:05:55 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Smarty.spec 3 Dec 2006 18:44:16 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Smarty Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using Smarty Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid_Renderer_Pager) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_Renderer_Pager) >= 0.1.0 Requires: php-Smarty Requires(post): %{__pear} Requires(postun): %{__pear} @@ -30,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -68,10 +72,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/Renderer/Smarty.php %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.2-2 +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:44:46 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:44:46 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-5 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Smarty.spec, 1.1, 1.2 Message-ID: <200612031844.kB3IikrY028421@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377/FC-5 Modified Files: php-pear-Structures-DataGrid-Renderer-Smarty.spec Added Files: PHP-LICENSE-3.01 Log Message: add license to %doc and versioned requires --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Smarty.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-5/php-pear-Structures-DataGrid-Renderer-Smarty.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Smarty.spec 16 Nov 2006 04:05:55 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Smarty.spec 3 Dec 2006 18:44:16 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Smarty Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using Smarty Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid_Renderer_Pager) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_Renderer_Pager) >= 0.1.0 Requires: php-Smarty Requires(post): %{__pear} Requires(postun): %{__pear} @@ -30,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -68,10 +72,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/Renderer/Smarty.php %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.2-2 +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 18:44:46 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 13:44:46 -0500 Subject: rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-6 PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-Renderer-Smarty.spec, 1.1, 1.2 Message-ID: <200612031844.kB3IikdO028424@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377/FC-6 Modified Files: php-pear-Structures-DataGrid-Renderer-Smarty.spec Added Files: PHP-LICENSE-3.01 Log Message: add license to %doc and versioned requires --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: php-pear-Structures-DataGrid-Renderer-Smarty.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Smarty/FC-6/php-pear-Structures-DataGrid-Renderer-Smarty.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Structures-DataGrid-Renderer-Smarty.spec 16 Nov 2006 04:05:55 -0000 1.1 +++ php-pear-Structures-DataGrid-Renderer-Smarty.spec 3 Dec 2006 18:44:16 -0000 1.2 @@ -3,18 +3,21 @@ Name: php-pear-Structures-DataGrid-Renderer-Smarty Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Renderer driver using Smarty Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) php-pear(Structures_DataGrid_Renderer_Pager) +Requires: php-pear(PEAR) +Requires: php-pear(Structures_DataGrid) >= 0.7.0 +Requires: php-pear(Structures_DataGrid_Renderer_Pager) >= 0.1.0 Requires: php-Smarty Requires(post): %{__pear} Requires(postun): %{__pear} @@ -30,6 +33,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -68,10 +72,15 @@ %files %defattr(-,root,root,-) +%doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/Renderer/Smarty.php %changelog +* Sun Dec 03 2006 Christopher Stone 0.1.2-2 +- Add license to %%doc +- Add versioned Requires + * Sun Oct 29 2006 Christopher Stone 0.1.2-1 - Initial Release From fedora-extras-commits at redhat.com Sun Dec 3 19:03:07 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 14:03:07 -0500 Subject: rpms/poker-engine/FC-5 .cvsignore, 1.6, 1.7 poker-engine.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200612031903.kB3J377a031722@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31673/FC-5 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Oct 2006 05:14:03 -0000 1.6 +++ .cvsignore 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -poker-engine-1.0.19.tar.gz +poker-engine-1.0.20.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/poker-engine.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- poker-engine.spec 17 Oct 2006 05:14:03 -0000 1.11 +++ poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.12 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Sun Dec 03 2006 Christopher Stone 1.0.20-1 +- Upstream sync + * Mon Oct 16 2006 Christopher Stone 1.0.19-1 - Upstream sync - Own all directories created Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Oct 2006 05:14:03 -0000 1.6 +++ sources 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -466024b92115f595ac7e4954edacefee poker-engine-1.0.19.tar.gz +89a7b157572ffdf5df22bde5991e04ff poker-engine-1.0.20.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 19:03:12 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 14:03:12 -0500 Subject: rpms/poker-engine/devel .cvsignore, 1.6, 1.7 poker-engine.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612031903.kB3J3C5v031732@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31673/devel Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Oct 2006 05:09:32 -0000 1.6 +++ .cvsignore 3 Dec 2006 19:02:42 -0000 1.7 @@ -1 +1 @@ -poker-engine-1.0.19.tar.gz +poker-engine-1.0.20.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-engine.spec 17 Oct 2006 05:09:32 -0000 1.12 +++ poker-engine.spec 3 Dec 2006 19:02:42 -0000 1.13 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Sun Dec 03 2006 Christopher Stone 1.0.20-1 +- Upstream sync + * Mon Oct 16 2006 Christopher Stone 1.0.19-1 - Upstream sync - Own all directories created Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Oct 2006 05:09:32 -0000 1.6 +++ sources 3 Dec 2006 19:02:42 -0000 1.7 @@ -1 +1 @@ -466024b92115f595ac7e4954edacefee poker-engine-1.0.19.tar.gz +89a7b157572ffdf5df22bde5991e04ff poker-engine-1.0.20.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 19:03:07 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 3 Dec 2006 14:03:07 -0500 Subject: rpms/poker-engine/FC-6 .cvsignore, 1.6, 1.7 poker-engine.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612031903.kB3J37DK031727@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31673/FC-6 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Oct 2006 05:09:32 -0000 1.6 +++ .cvsignore 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -poker-engine-1.0.19.tar.gz +poker-engine-1.0.20.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/poker-engine.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-engine.spec 17 Oct 2006 05:09:32 -0000 1.12 +++ poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.13 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.0.19 +Version: 1.0.20 Release: 1%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Sun Dec 03 2006 Christopher Stone 1.0.20-1 +- Upstream sync + * Mon Oct 16 2006 Christopher Stone 1.0.19-1 - Upstream sync - Own all directories created Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Oct 2006 05:09:32 -0000 1.6 +++ sources 3 Dec 2006 19:02:37 -0000 1.7 @@ -1 +1 @@ -466024b92115f595ac7e4954edacefee poker-engine-1.0.19.tar.gz +89a7b157572ffdf5df22bde5991e04ff poker-engine-1.0.20.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 19:51:57 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:51:57 -0500 Subject: fedora-updates-system/updatessystem/tests test_controllers.py, 1.1, 1.2 test_model.py, 1.2, 1.3 Message-ID: <200612031951.kB3JpvhQ032195@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/tests In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem/tests Modified Files: test_controllers.py test_model.py Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg Index: test_controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_controllers.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test_controllers.py 12 Nov 2006 20:08:07 -0000 1.1 +++ test_controllers.py 3 Dec 2006 19:51:57 -0000 1.2 @@ -1,16 +1,19 @@ -from turbogears import testutil -from updatessystem.controllers import Root -import cherrypy +# $Id$ -cherrypy.root = Root() +#import cherrypy +# +#from turbogears import testutil +#from updatessystem.controllers import Root -def test_method(): - "the index method should return a string called now" - import types - result = testutil.call(cherrypy.root.index) - assert type(result["now"]) == types.StringType +#cherrypy.root = Root() -def test_indextitle(): - "The mainpage should have the right title" - testutil.createRequest("/") - assert "Welcome to TurboGears" in cherrypy.response.body[0] +#def test_method(): +# "the index method should return a string called now" +# import types +# result = testutil.call(cherrypy.root.index) +# assert type(result["now"]) == types.StringType +# +#def test_indextitle(): +# "The mainpage should have the right title" +# testutil.createRequest("/") +# assert "Welcome to TurboGears" in cherrypy.response.body[0] Index: test_model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_model.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test_model.py 22 Nov 2006 07:21:50 -0000 1.2 +++ test_model.py 3 Dec 2006 19:51:57 -0000 1.3 @@ -1,11 +1,10 @@ -# If your project uses a database, you can set up database tests -# similar to what you see below. Be sure to set the db_uri to -# an appropriate uri for your testing database. sqlite is a good -# choice for testing, because you can use an in-memory database -# which is very fast. +# $Id$ + +import datetime from turbogears import testutil, database -from updatessystem.model import Release, Package, PackageUpdate, Bugzilla +from updatessystem.model import Release, Package, PackageUpdate, Bugzilla, \ + Comment, CVE database.set_db_uri("sqlite:///:memory:") @@ -13,5 +12,57 @@ def get_model(self): return Release def test_creation(self): - rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod') + rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod', + arches='i386 ppc x86_64') assert rel.long_name == 'Fedora Core 6' + +class TestPackage(testutil.DBTest): + def get_model(self): + return Package + def test_creation(self): + pkg = Package(name='nethack') + assert pkg.name == 'nethack' + +class TestPackageUpdate(testutil.DBTest): + def get_model(self): + return PackageUpdate + def test_creation(self): + pkg = Package(name='foobar') + rel = Release(name='fc5', long_name='Fedora Core 5', + codename='Bordeaux', arches='i386 ppc x86_64') + up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, + submitter='lmacken at fedoraproject.org', + testing=True, security=True, + embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), + notes='Update notes and such') + bug = Bugzilla(bz_id=1234) + cve = CVE(cve_id="CVE-2006-1234") + up.addBugzilla(bug) + up.addCVE(cve) + +class TestComment(testutil.DBTest): + def get_model(self): + return Comment + def test_creation(self): + pkg = Package(name='foobar') + rel = Release(name='fc5', long_name='Fedora Core 5', + codename='Bordeaux', arches='i386 ppc x86_64') + up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, + submitter='lmacken at fedoraproject.org', + testing=True, security=True, + embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), + notes='Update notes and such') + comment = Comment(update=up, user='lmacken at fedoraproject.org', + text='Test comment') + +class TestCVE(testutil.DBTest): + def get_model(self): + return CVE + def test_creation(self): + cve = CVE(cve_id="CVE-2006-0000") + +class TestBugzilla(testutil.DBTest): + def get_model(self): + return Bugzilla + def test_creation(self): + bug = Bugzilla(bz_id=1234) From fedora-extras-commits at redhat.com Sun Dec 3 19:52:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:21 -0500 Subject: fedora-updates-system README,1.3,1.4 Message-ID: <200612031952.kB3JqLMu032198@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115 Modified Files: README Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg Index: README =================================================================== RCS file: /cvs/fedora/fedora-updates-system/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README 22 Nov 2006 07:21:45 -0000 1.3 +++ README 3 Dec 2006 19:51:51 -0000 1.4 @@ -16,6 +16,4 @@ ===================================== All tests are stored in the 'tests' module in this project, and can be - run by executing the following command in top level of the project: - - python setup.py testgears + run by executing the command `nosetests` in top level of the project. From fedora-extras-commits at redhat.com Sun Dec 3 19:52:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:27 -0500 Subject: fedora-updates-system/updatessystem buildsys.py, NONE, 1.1 mail.py, NONE, 1.1 rpc.py, NONE, 1.1 controllers.py, 1.3, 1.4 model.py, 1.3, 1.4 new.py, 1.3, 1.4 release.py, 1.1, 1.2 Message-ID: <200612031952.kB3JqRWQ032204@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem Modified Files: controllers.py model.py new.py release.py Added Files: buildsys.py mail.py rpc.py Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg ***** Error reading new file: [Errno 2] No such file or directory: 'buildsys.py' ***** Error reading new file: [Errno 2] No such file or directory: 'mail.py' ***** Error reading new file: [Errno 2] No such file or directory: 'rpc.py' Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- controllers.py 24 Nov 2006 08:35:50 -0000 1.3 +++ controllers.py 3 Dec 2006 19:51:51 -0000 1.4 @@ -1,33 +1,34 @@ # $Id$ +import mail +import util import logging import cherrypy -import turbogears +#import turbogears -from new import NewUpdate -from model import PackageUpdate +from new import NewUpdate, update_form +from push import Pusher +from model import Package, PackageUpdate, Release, Bugzilla, CVE +from widgets import PackageUpdateForm +from sqlobject import SQLObjectNotFound +from elementtree import ElementTree as ET from updatessystem import json -from turbogears import controllers, expose, validate, redirect -from turbogears import identity - -from turbogears.widgets import DataGrid +from turbogears import (controllers, expose, validate, redirect, identity, + paginate, flash, error_handler) log = logging.getLogger(__name__) class Root(controllers.RootController): new = NewUpdate() + push = Pusher() @expose(template="updatessystem.templates.welcome") - def index(self): - """ - TODO - - veryify identity - """ - import time - log.debug("Happy TurboGears Controller Responding For Duty") - return dict(now=time.ctime()) + def index(self, tg_errors=None): + if tg_errors: + log.debug("ERROR: %s" % str(tg_errors)) + return dict() @expose(template="updatessystem.templates.login") def login(self, forward_url=None, previous_url=None, *args, **kw): @@ -44,7 +45,7 @@ if identity.was_login_attempted(): msg=_("The credentials you supplied were not correct or " - "did not grant access to this resource.") + "did not grant access to this resource.") elif identity.get_identity_errors(): msg=_("You must provide your credentials before accessing " "this resource.") @@ -55,28 +56,117 @@ return dict(message=msg, previous_url=previous_url, logging_in=True, original_parameters=cherrypy.request.params, forward_url=forward_url) + @expose() + def logout(self): + identity.current.logout() + raise redirect("/") @expose(template="updatessystem.templates.list") + @paginate('updates', default_order='update_id') def list(self, skip=0): - """ List all updates. """ + """ List all updates """ updates = PackageUpdate.select() - table = DataGrid(fields=[('Package', lambda x: x.nvr), - ('Release', lambda x: x.release.name), - ('Status', lambda x: x.testing == True and - 'Testing' or 'Final'), - ('Security', lambda x: x.security), - ('Embargo', lambda x: x.embargo), - ('Mail Sent', lambda x: x.mail_sent), - ('Date', lambda x: x.date_submitted)], - default=updates[skip:skip+15]) - return dict(updates=table) + return dict(updates=updates) @expose(template='updatessystem.templates.show') def show(self, update): - update = PackageUpdate.byNvr(update) + try: + update = PackageUpdate.byNvr(update) + except SQLObjectNotFound: + flash("Update %s not found" % update) + raise redirect("/list") return dict(update=update) @expose() - def logout(self): - identity.current.logout() - raise redirect("/") + def delete(self, update): + try: + up = PackageUpdate.byNvr(update) + except SQLObjectNotFound: + flash("Update %s not found" % update) + raise redirect("/list") + if up.pushed: + # TODO: Removing pushed updates should essentially unpush? + # - remove from update stage + # - regenerate metadata (remove extended metadata) + # - remove from database + # - sync to mirrors + flash("Cannot delete %s; it has already been pushed" % update) + else: + up.destroySelf() + flash("%s deleted" % update) + raise redirect("/list") + + @expose(template='updatessystem.templates.form') + def edit(self, update): + import string + try: + up = PackageUpdate.byNvr(update) + except SQLObjectNotFound: + flash("Update %s not found") + raise redirect("/list") + values = { + 'nvr' : up.nvr, + 'release' : up.release.name, + 'testing' : up.testing, + 'security' : up.security, + 'embargo' : up.embargo, + 'notes' : up.notes, + 'bugs' : string.join([str(bug.bz_id) for bug in up.bugs]), + 'cves' : string.join([cve.cve_id for cve in up.cves]), + 'edited' : up.nvr + } + return dict(form=update_form, values=values, action='/save') + + + @expose() + @error_handler(new.index) + @validate(form=update_form) + def save(self, release, bugs, cves, edited, **kw): + """ Validate and save data from a PackageUpdateForm. """ + release = Release.byName(release) + + if edited and kw['nvr'] != edited: + flash("You cannot change the package n-v-r after submission") + raise redirect('/show/%s' % edited) + + if not edited: # new update + try: + name = util.get_nvr(kw['nvr'])[0] + package = Package.byName(name) + except IndexError: + flash("Package needs to be in name-ver-rel format") + raise redirect('/new') + except SQLObjectNotFound: + flash("Package %s not found" % name) + raise redirect('/new') + log.debug("Adding new update %s" % package) + p = PackageUpdate(package=package, release=release, + submitter='FIXME', **kw) + else: # edited update + from datetime import datetime + log.debug("Edited update %s" % edited) + p = PackageUpdate.byNvr(edited) + p.set(release=release, date_modified=datetime.now(), **kw) + map(p.removeBugzilla, p.bugs) + map(p.removeCVE, p.cves) + + # Add each bug and CVE to this package + for bug in bugs.replace(',', ' ').split(): + bz = None + try: + bz = Bugzilla.byBz_id(int(bug)) + except SQLObjectNotFound: + bz = Bugzilla(bz_id=int(bug)) + p.addBugzilla(bz) + for cve_id in cves.replace(',', ' ').split(): + cve = None + try: + cve = CVE.byCve_id(cve_id) + except SQLObjectNotFound: + cve = CVE(cve_id=cve_id) + p.addCVE(cve) + + if edited: flash("Update successfully edited") + else: flash("Update successfully added") + + raise redirect('/show/%s' % p.nvr) Index: model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/model.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- model.py 24 Nov 2006 08:35:50 -0000 1.3 +++ model.py 3 Dec 2006 19:51:51 -0000 1.4 @@ -1,8 +1,6 @@ #!/usr/bin/env python # $Id$ -import xmlrpclib - from sqlobject import * from datetime import datetime @@ -14,62 +12,66 @@ class Release(SQLObject): """ Table of releases that we will be pushing updates for """ - class sqlmeta: - table = 'release_table' - name = UnicodeCol(alternateID=True, notNone=True) - long_name = UnicodeCol(notNone=True) - codename = UnicodeCol() - updates = MultipleJoin('PackageUpdate', joinColumn='release_id') + name = UnicodeCol(alternateID=True, notNone=True) + long_name = UnicodeCol(notNone=True) + codename = UnicodeCol() + updates = MultipleJoin('PackageUpdate', joinColumn='release_id') + arches = UnicodeCol() class Package(SQLObject): """ - Table of packages in Fedora. We should eventually look into getting - this information from the package database instead of defining it - here. + Table of packages in available for updating. This table should + eventually populate itself from either the package database, or some + other reliable source. For now, they are populated when this model + is executed by hand. """ - class sqlmeta: - table = 'package_table' - package_name = UnicodeCol(alternateID=True, notNone=True) + name = UnicodeCol(alternateID=True, notNone=True) updates = MultipleJoin('PackageUpdate', joinColumn='package_id') class PackageUpdate(SQLObject): - class sqlmeta: - table = 'package_update' - nvr = UnicodeCol(notNone=True, alternateID=True) - date_submitted = DateTimeCol(default=datetime.now, notNone=True) - package = ForeignKey('Package') - submitter = UnicodeCol(notNone=True) - update_id = UnicodeCol(notNone=True) - cve_ids = UnicodeCol() - release = ForeignKey('Release') - testing = BoolCol() - security = BoolCol() - embargo = DateTimeCol(default=None) - pushed = BoolCol(default=False) - date_pushed = DateTimeCol(default=None) - notes = UnicodeCol() - mail_sent = BoolCol(default=False) - close_bugs = BoolCol(default=False) - bug_close_msg = UnicodeCol(default=None) - archived_mail = UnicodeCol(default=None) - needs_push = BoolCol(default=False) - bugs = RelatedJoin("Bugzilla") - comments = MultipleJoin('Comment', joinColumn='update_id') + """ This class defines an update in our system. """ + nvr = UnicodeCol(notNone=True, alternateID=True) + date_submitted = DateTimeCol(default=datetime.now, notNone=True) + date_modified = DateTimeCol(default=None) + package = ForeignKey('Package') + submitter = UnicodeCol(notNone=True) + update_id = UnicodeCol(default=None) + security = BoolCol() + embargo = DateTimeCol(default=None) + cves = RelatedJoin("CVE") + bugs = RelatedJoin("Bugzilla") + release = ForeignKey('Release') + testing = BoolCol() + pushed = BoolCol(default=False) + date_pushed = DateTimeCol(default=None) + notes = UnicodeCol() + mail_sent = BoolCol(default=False) + close_bugs = BoolCol(default=False) + bug_close_msg = UnicodeCol(default=None) + archived_mail = UnicodeCol(default=None) + needs_push = BoolCol(default=False) + comments = MultipleJoin('Comment', joinColumn='update_id') + + # TODO: keep track of all files in this update class Comment(SQLObject): - class sqlmeta: - table = 'comment_table' - update = ForeignKey('PackageUpdate') - user = UnicodeCol(notNone=True) - text = UnicodeCol(notNone=True) + """ Table of comments on updates. """ + update = ForeignKey('PackageUpdate', notNone=True) + user = UnicodeCol(notNone=True) + text = UnicodeCol(notNone=True) + +class CVE(SQLObject): + """ Table of CVEs fixed within updates that we know of. """ + cve_id = UnicodeCol(alternateID=True, notNone=True) + updates = RelatedJoin("PackageUpdate") class Bugzilla(SQLObject): - """ TODO: Automatically get title upon changing of bz_id """ - class sqlmeta: - table ='bugzilla_table' - bz_id = IntCol(alternateID=True) - title = UnicodeCol(default=None) - update = RelatedJoin("PackageUpdate") + """ Table of Bugzillas that we know about. """ + bz_id = IntCol(alternateID=True) + title = UnicodeCol(default=None) + updates = RelatedJoin("PackageUpdate") + + # TODO: automatically fetch bugzilla title upon creation _bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' _default_closemsg = "%(package)s has been released for %(release)s. If problems still persist, please make note of it in this bug report." @@ -93,9 +95,6 @@ pass class Visit(SQLObject): - class sqlmeta: - table = "visit" - visit_key = StringCol(length=40, alternateID=True, alternateMethodName="by_visit_key") created = DateTimeCol(default=datetime.now) @@ -154,12 +153,6 @@ alternateMethodName="by_email_address") display_name = UnicodeCol(length=255) password = UnicodeCol(length=40) - created = DateTimeCol(default=datetime.now) - - # groups this user belongs to - groups = RelatedJoin("Group", intermediateTable="user_group", - joinColumn="user_id", otherColumn="group_id") - def _get_permissions(self): perms = set() for g in self.groups: @@ -183,7 +176,7 @@ description = UnicodeCol(length=255) groups = RelatedJoin("Group", - intermediateTable="group_permission", + intermediateTable="group_permission", joinColumn="permission_id", otherColumn="group_id") @@ -209,8 +202,10 @@ ## TODO: Add packages from pkgdb ? releases = ( - { 'name' : 'fc6', 'long_name' : 'Fedora Core 6', 'codename' : 'Zod' }, - { 'name' : 'fc5', 'long_name' : 'Fedora Core 5', 'codename' : 'Bordeaux' } + { 'name' : 'fc6', 'long_name' : 'Fedora Core 6', 'codename' : 'Zod', + 'arches' : 'i386 x86_64 ppc' }, + { 'name' : 'fc5', 'long_name' : 'Fedora Core 5', 'codename' : 'Bordeaux', + 'arches' : 'i386 x86_64 ppc' } ) print "Initializing Release table..." @@ -219,7 +214,7 @@ print rel print "\nAdding packages..." - pkg = Package(package_name='foobar') + pkg = Package(name='foobar') print pkg hub.commit() Index: new.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/new.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- new.py 24 Nov 2006 08:35:50 -0000 1.3 +++ new.py 3 Dec 2006 19:51:51 -0000 1.4 @@ -2,129 +2,39 @@ import util import logging -import cherrypy -import turbogears -from model import Package, Release, Bugzilla, PackageUpdate -from datetime import datetime +from model import Release, Package, PackageUpdate, Bugzilla, CVE from sqlobject import SQLObjectNotFound -from exceptions import IndexError - -from turbogears import expose, controllers, validate, validators, redirect -from turbogears import flash - -from turbogears.widgets import TableForm, TextField, PasswordField, TextArea -from turbogears.widgets import AutoCompleteField, RadioButtonList, AjaxGrid -from turbogears.widgets import SingleSelectField, CheckBox -from turbogears.widgets import CalendarDateTimePicker +from turbogears import (expose, controllers, validate, validators, flash, + error_handler, redirect) +from turbogears.widgets import (WidgetsList, TextField, SingleSelectField, + CheckBox, TextArea, CalendarDatePicker, + TableForm, HiddenField) log = logging.getLogger(__name__) -# XXX: find a better place for these. -# also, why do these get run twice when starting the server? -packages = [pkg.package_name for pkg in Package.select()] -releases = [rel.name for rel in Release.select()] - - -class PackageValidator(validators.FancyValidator): - """ - Validator for package updates. We can do some trivial QA here to - prevent user error. - - TODO: get this working - """ - def _to_python(self, value, state): - return value['text'].strip() - - def validate_python(self, value, state): - """ - - check for duplicate update in db - - check broken update paths - - check cvs tag to make sure we don't push into wrong release - """ - from formencode.api import Invalid - log.debug("In PackageValidator.validate_python!!!!") - raise Invalid("foo", value, state) - - -class UpdateValidator(validators.Schema): - """ Validator for new updates. """ - pkg = PackageValidator() - #rel = validators.OneOf([rel.name for rel in Release.select()]) - rel = validators.String(not_empty=True) - security = validators.Bool() - embargo = validators.DateValidator() - testing = validators.Bool() - bugs = validators.String() - cves = validators.String() - notes = validators.String() +def get_releases(): + return [rel.name for rel in Release.select()] +class UpdateFields(WidgetsList): + nvr = TextField(label='Package', validator=validators.NotEmpty) + release = SingleSelectField(options=get_releases, + validator=validators.OneOf(get_releases())) + testing = CheckBox(validator=validators.Bool) + security = CheckBox(validator=validators.Bool) + embargo = CalendarDatePicker(validator=validators.DateConverter) + bugs = TextField(validator=validators.String) + cves = TextField(validator=validators.String) + notes = TextArea(validator=validators.String) + edited = HiddenField(default=None) -class NewUpdate(controllers.Controller): - """ The controller for adding new updates. """ +update_form = TableForm(fields=UpdateFields(), submit_text='Submit') - def create_update_form(self): - fields = [ - AutoCompleteField(name='pkg', label='Package', search_param='input', - search_controller='search', result_name='pkgs'), - SingleSelectField(name='rel', label='Release', - options=releases), - CheckBox(name='testing', label='Testing'), - CheckBox(name='security', label='Security Update'), - CalendarDateTimePicker(name='embargo'), - TextField(name='bugs', label='Bugs'), - TextField(name='cves', label='CVEs'), - TextArea(name='notes', label='Notes') - ] - return TableForm(fields=fields, name='update_form', action='add', - validators={ 'pkg' : PackageValidator(strip=True) }, - submit_text='Submit') +class NewUpdate(controllers.Controller): - @expose(template="updatessystem.templates.new") + @expose(template="updatessystem.templates.form") def index(self, tg_errors=None, *args, **kw): if tg_errors: flash("Something went wrong!") - log.debug("!!! Something went wrong !!!") - return dict(update_form=self.create_update_form()) - - @expose() - @turbogears.error_handler(index) - @validate(validators=UpdateValidator()) - def add(self, pkg, rel, bugs, cves, notes, embargo, security=False, - testing=False): - """ Add an update to the system. """ - release = Release.byName(rel) - - try: - name = util.get_nvr(pkg)[0] - package = Package.byPackage_name(name) - except IndexError: - flash("Package %s needs to be in name-ver-rel format" % pkg) - redirect('/new') - except SQLObjectNotFound: - flash("Package %s not found" % name) - redirect('/new') - - p = PackageUpdate(nvr=pkg, package=package, submitter='FIXME', - update_id='FIXME', cve_ids=cves, release=release, - notes=notes, security=security, testing=testing) - - # Add each bug to this package. Here we allow the user to enter bugs - # separated by spaces or commas. We also allow bugs to be associated - # with multiple updates, so we check if each already exists first. - for bug in bugs.replace(',', ' ').split(): - bz = None - try: - bz = Bugzilla.byBz_id(int(bug)) - except SQLObjectNotFound: - bz = Bugzilla(bz_id=int(bug)) - p.addBugzilla(bz) - - flash("Update successfully added!") - redirect('/show/%s' % pkg) - - @expose(format="json") - @turbogears.error_handler(index) - def search(self, input): - return dict(pkgs=filter(lambda item: item.lower().startswith(input), - packages)) + log.debug(tg_errors) + return dict(form=update_form, values={}, action="/save") Index: release.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/release.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- release.py 12 Nov 2006 20:07:58 -0000 1.1 +++ release.py 3 Dec 2006 19:51:51 -0000 1.2 @@ -1,4 +1,4 @@ -# $Header$ +# $Id$ # Release information about Fedora Updates System version = "1.0" From fedora-extras-commits at redhat.com Sun Dec 3 19:52:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:27 -0500 Subject: fedora-updates-system/updatessystem/config app.cfg,1.1,1.2 Message-ID: <200612031952.kB3JqRnW032207@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem/config Modified Files: app.cfg Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg Index: app.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- app.cfg 12 Nov 2006 20:08:03 -0000 1.1 +++ app.cfg 3 Dec 2006 19:51:57 -0000 1.2 @@ -1,4 +1,28 @@ [global] + +## Mail settings +from_addr = 'updates at fedora.redhat.com' +release_team_addr = 'updates at fedora.redhat.com' +mail_server = 'mail.corp.redhat.com' + +# Built packages +built_dir = '%(top_level_dir)s/test-built' + +# Where do we stage to? +stage_dir = '%(top_level_dir)s/updates-stage' + +# Where do we push to? +push_server = "bugzilla at wallace.redhat.com" + +# createrepo cache dir +createrepo_cache_dir = "/var/cache/createrepo/" + +# How do we push? +push_dir = "/var/ftp/download.fedora.redhat.com/pub/fedora/linux/core/updates/" +#push_cmd = "rsync -vHrltDe ssh --delete --delete-after %s %s:%s" % (stage_dir, push_server, push_dir) + +top_level_dir = "%(top_level_dir)s" + # The settings in this file should not vary depending on the deployment # environment. dev.cfg and prod.cfg are the locations for # the different deployment settings. Settings in this file will From fedora-extras-commits at redhat.com Sun Dec 3 19:52:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:52:27 -0500 Subject: fedora-updates-system/updatessystem/templates form.kid, NONE, 1.1 push.kid, NONE, 1.1 list.kid, 1.1, 1.2 master.kid, 1.2, 1.3 show.kid, 1.1, 1.2 welcome.kid, 1.1, 1.2 new.kid, 1.1, NONE Message-ID: <200612031952.kB3JqR3L032211@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/templates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32115/updatessystem/templates Modified Files: list.kid master.kid show.kid welcome.kid Added Files: form.kid push.kid Removed Files: new.kid Log Message: - Got new/edit update functionality working - Paginate the update lists - Add a CVE table - Add initial push code (NOT COMPLETE) - Add initial xmlrpc code - Add initial mail module - Wrote creation tests for all tables - Add many global settings to app.cfg --- NEW FILE form.kid ---
- + ${update.nvr}
${form(value=values, action=action)}
--- NEW FILE push.kid --- Fedora Updates
${update.nvr}
Index: list.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/list.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- list.kid 12 Nov 2006 20:08:06 -0000 1.1 +++ list.kid 3 Dec 2006 19:51:57 -0000 1.2 @@ -9,7 +9,30 @@ - ${updates.display()} + + ${page} + ${page} + + + + + + + + + + + +
+ Package + + Security +
+ ${update.nvr} + + ${update.security} +
Index: master.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/master.kid,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- master.kid 24 Nov 2006 08:35:50 -0000 1.2 +++ master.kid 3 Dec 2006 19:51:57 -0000 1.3 @@ -36,8 +36,6 @@
- Index: show.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/show.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- show.kid 24 Nov 2006 08:35:50 -0000 1.1 +++ show.kid 3 Dec 2006 19:51:57 -0000 1.2 @@ -13,14 +13,14 @@ bugs = '' cves = '' bzlink = '%s ' -cvelink = '%s' +cvelink = '%s ' for bug in update.bugs: bugs += bzlink % (bug.bz_id, bug.bz_id) if bug.title: bugs += '- %s' % bug.title -for cve in update.cve_ids.replace(',', ' ').split(): - cves += cvelink % (cve, cve) +for cve in update.cves: + cves += cvelink % (cve.cve_id, cve.cve_id) ?> @@ -40,12 +40,30 @@ ['Mail Sent', update.mail_sent], ['Submitter', update.submitter], ['Date Submitted', update.date_submitted], - ['Update Notes', update.notes], - ['Archived Mail', update.archived_mail])"> - - ${field[0]}: ${field[1]} + ['Date Modified', update.date_modified], + ['Archived Mail', update.archived_mail], + ['Notes', update.notes])"> + + + ${field[0]}: ${field[1]} + + + + Actions + + + + + Delete + + + + + Edit + + Index: welcome.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/welcome.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- welcome.kid 12 Nov 2006 20:08:06 -0000 1.1 +++ welcome.kid 3 Dec 2006 19:51:57 -0000 1.2 @@ -3,48 +3,14 @@ py:extends="'master.kid'"> -Welcome to TurboGears +Fedora Updates - -
-
Your TurboGears application is now running.
- - -
-
    -
  1. -

    Model

    -

    Design models in the model.py.
    - Edit dev.cfg to use a different backend, or start with a pre-configured SQLite database.
    - Use script tg-admin sql create to create the database tables.

    -
  2. -
  3. -

    View

    -

    Edit html-like templates in the /templates folder;
    - Put all static contents in the /static folder.

    -
  4. -
  5. -

    Controller

    -

    Edit controllers.py and build your - website structure with the simplicity of Python objects.
    - TurboGears will automatically reload itself when you modify your project.

    -
  6. -
-
If you create something cool, please let people know, and consider contributing something back to the community.
-
- -
--- new.kid DELETED --- From fedora-extras-commits at redhat.com Sun Dec 3 19:57:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 14:57:47 -0500 Subject: fedora-updates-system/updatessystem push.py, NONE, 1.1 controllers.py, 1.4, 1.5 Message-ID: <200612031957.kB3JvlOD032267@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32251 Modified Files: controllers.py Added Files: push.py Log Message: no more PackageUpdateForm widget ***** Error reading new file: [Errno 2] No such file or directory: 'push.py' Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- controllers.py 3 Dec 2006 19:51:51 -0000 1.4 +++ controllers.py 3 Dec 2006 19:57:46 -0000 1.5 @@ -4,12 +4,10 @@ import util import logging import cherrypy -#import turbogears from new import NewUpdate, update_form from push import Pusher from model import Package, PackageUpdate, Release, Bugzilla, CVE -from widgets import PackageUpdateForm from sqlobject import SQLObjectNotFound from elementtree import ElementTree as ET from updatessystem import json @@ -122,7 +120,6 @@ @error_handler(new.index) @validate(form=update_form) def save(self, release, bugs, cves, edited, **kw): - """ Validate and save data from a PackageUpdateForm. """ release = Release.byName(release) if edited and kw['nvr'] != edited: From fedora-extras-commits at redhat.com Sun Dec 3 20:17:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:18 -0500 Subject: rpms/alfont - New directory Message-ID: <200612032017.kB3KHI7U003000@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2996/alfont Log Message: Directory /cvs/extras/rpms/alfont added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 20:17:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:23 -0500 Subject: rpms/alfont/devel - New directory Message-ID: <200612032017.kB3KHNeU003015@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2996/alfont/devel Log Message: Directory /cvs/extras/rpms/alfont/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 20:17:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:40 -0500 Subject: owners owners.list,1.2051,1.2052 Message-ID: <200612032017.kB3KHedg003036@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2970 Modified Files: owners.list Log Message: added alfont Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2051 retrieving revision 1.2052 diff -u -r1.2051 -r1.2052 --- owners.list 3 Dec 2006 18:14:04 -0000 1.2051 +++ owners.list 3 Dec 2006 20:17:09 -0000 1.2052 @@ -36,6 +36,7 @@ Fedora Extras|akode|Audio-decoding framework|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|alacarte|Simple menu editor for GNOME|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|foolish at guezz.net,jpmahowald at gmail.com Fedora Extras|alex4|Alex the Allegator 4 - Platform game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|alfont|Font rendering library for the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleggl|OpenGL support library for Allegro|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 3 20:17:43 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:43 -0500 Subject: rpms/alfont Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612032017.kB3KHhpo003048@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3042 Added Files: Makefile import.log Log Message: Setup of module alfont --- NEW FILE Makefile --- # Top level Makefile for module alfont all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 3 20:17:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:17:48 -0500 Subject: rpms/alfont/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612032017.kB3KHmXE003063@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3042/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module alfont --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 3 20:23:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:23:03 -0500 Subject: rpms/alfont import.log,1.1,1.2 Message-ID: <200612032023.kB3KN34v003146@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3109 Modified Files: import.log Log Message: auto-import alfont-2.0.6-2.fc7 on branch devel from alfont-2.0.6-2.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/alfont/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 3 Dec 2006 20:17:43 -0000 1.1 +++ import.log 3 Dec 2006 20:22:33 -0000 1.2 @@ -0,0 +1 @@ +alfont-2_0_6-2_fc7:HEAD:alfont-2.0.6-2.fc7.src.rpm:1165178321 From fedora-extras-commits at redhat.com Sun Dec 3 20:23:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 3 Dec 2006 15:23:03 -0500 Subject: rpms/alfont/devel alfont-2.0.6-linux.patch, NONE, 1.1 alfont.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612032023.kB3KN3qM003148@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alfont/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3109/devel Modified Files: .cvsignore sources Added Files: alfont-2.0.6-linux.patch alfont.spec Log Message: auto-import alfont-2.0.6-2.fc7 on branch devel from alfont-2.0.6-2.fc7.src.rpm alfont-2.0.6-linux.patch: --- NEW FILE alfont-2.0.6-linux.patch --- --- alfont-2.0.6/include/alfont.h~ 2006-11-30 13:48:16.000000000 +0100 +++ alfont-2.0.6/include/alfont.h 2006-11-30 13:48:16.000000000 +0100 @@ -10,9 +10,9 @@ /* See FTL.txt (FreeType Project License) for license */ -#define ALFONT_WINDOWS //When compiling in WINDOWS,please uncomment this line. +//#define ALFONT_WINDOWS //When compiling in WINDOWS,please uncomment this line. //#define ALFONT_DOS //When compiling in DOS,please uncomment this line. -//#define ALFONT_LINUX //When compiling in LINUX,please uncomment this line. +#define ALFONT_LINUX //When compiling in LINUX,please uncomment this line. #ifndef ALFONT_H @@ -461,4 +461,4 @@ Platform specifics RISCOS-LATIN1 -*/ \ No newline at end of file +*/ --- alfont-2.0.6/src/alfont.c~ 2006-11-30 16:12:55.000000000 +0100 +++ alfont-2.0.6/src/alfont.c 2006-11-30 16:12:55.000000000 +0100 @@ -450,7 +450,7 @@ alfont_set_char_extra_spacing(font, 0); //Initial Font attribute - font->language=""; /* Initial Language */ + font->language=strdup(""); /* Initial Language */ font->type=0; /* Initial Code Convert */ font->outline_top=0; /* Initial Font top outline width */ font->outline_bottom=0; /* Initial Font bottom outline width */ @@ -530,7 +530,7 @@ alfont_set_char_extra_spacing(font, 0); //Initial Font attribute - font->language=""; /* Initial Language */ + font->language=strdup(""); /* Initial Language */ font->type=0; /* Initial Code Convert */ font->outline_top=0; /* Initial Font top outline width */ font->outline_bottom=0; /* Initial Font bottom outline width */ @@ -871,7 +871,7 @@ last_glyph_index = 0; #ifdef ALFONT_LINUX //Fix for Linux Unicode System(be converted) - for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW),character = ugetxc(&(const char*)lpszW)) { + for (character = ugetxc((const char**)&lpszW); character != 0; character = ugetxc((const char**)&lpszW),character = ugetxc((const char**)&lpszW)) { #else for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW)) { #endif @@ -1957,7 +1957,7 @@ last_glyph_index = 0; #ifdef ALFONT_LINUX //Fix for Linux Unicode System(be converted) - for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW),character = ugetxc(&(const char*)lpszW)) { + for (character = ugetxc((const char**)&lpszW); character != 0; character = ugetxc((const char**)&lpszW),character = ugetxc((const char**)&lpszW)) { #else for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW)) { #endif @@ -2735,7 +2735,7 @@ /* virtually draw char by char */ last_glyph_index = 0; #ifdef ALFONT_LINUX //Fix for Linux Unicode System(be converted) - for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW),character = ugetxc(&(const char*)lpszW)) { + for (character = ugetxc((const char**)&lpszW); character != 0; character = ugetxc((const char**)&lpszW),character = ugetxc((const char**)&lpszW)) { #else for (character = ugetxc(&(const char*)lpszW); character != 0; character = ugetxc(&(const char*)lpszW)) { #endif @@ -3712,7 +3712,9 @@ if (language == NULL) { language = ""; } - f->language=(char *)malloc(strlen(language)*sizeof(char)); + if (f->language) + free(f->language); + f->language=(char *)malloc((strlen(language)+1)*sizeof(char)); strcpy(f->language,language); } --- NEW FILE alfont.spec --- Name: alfont Version: 2.0.6 Release: 2%{?dist} Summary: Font rendering library for the Allegro game library Group: System Environment/Libraries License: BSD-like URL: http://chernsha.sitesled.com/ # this is http://chernsha.sitesled.com/AlFont206.rar repackaged in .tgz format Source0: %{name}-%{version}.tar.gz Patch0: alfont-2.0.6-linux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel freetype-devel %description alfont also known as AllegroFont or AlFont is a wrapper around the freetype2 library for use with the Allegro game library. Thus allowing the display of text using freetype fonts on Allegro bitmaps. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: allegro-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %patch0 -p1 -z .linux sed -i s'/\r//g' freetype/docs/FTL.TXT %build # Upstreams makefile uses its own private copy of freetype, since all # we want is the wrapper and since the wrapper is only one file we # do a manual compile here gcc -fPIC -DPIC $RPM_OPT_FLAGS -Iinclude `freetype-config --cflags` \ -o src/alfont.o -c src/alfont.c gcc -shared -Wl,-soname,lib%{name}.so.2 -o lib%{name}.so.%{version} \ src/alfont.o `freetype-config --libs` \ `allegro-config --libs | sed 's/-lalleg_unsharable//'` %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir} mkdir -p $RPM_BUILD_ROOT%{_includedir} install -m 755 lib%{name}.so.%{version} $RPM_BUILD_ROOT%{_libdir} ln -s lib%{name}.so.%{version} $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so.2 ln -s lib%{name}.so.%{version} $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so install -m 644 include/%{name}*.h $RPM_BUILD_ROOT%{_includedir} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc CHANGES.txt README.txt freetype/docs/FTL.TXT %{_libdir}/lib%{name}.so.* %files devel %defattr(-,root,root,-) %{_includedir}/%{name}*.h %{_libdir}/lib%{name}.so %changelog * Sun Dec 3 2006 Hans de Goede 2.0.6-2 - Link the .so file with allegro (bz 217998) - Add "Requires: allegro-devel" to the -devel subpackage * Thu Nov 30 2006 Hans de Goede 2.0.6-1 - Initial FE package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alfont/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Dec 2006 20:17:48 -0000 1.1 +++ .cvsignore 3 Dec 2006 20:22:33 -0000 1.2 @@ -0,0 +1 @@ +alfont-2.0.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/alfont/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Dec 2006 20:17:48 -0000 1.1 +++ sources 3 Dec 2006 20:22:33 -0000 1.2 @@ -0,0 +1 @@ +12ffff67b0089c70037ad3d3f6306b9f alfont-2.0.6.tar.gz From fedora-extras-commits at redhat.com Sun Dec 3 21:54:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:54:46 -0500 Subject: rpms/vdr-sudoku - New directory Message-ID: <200612032154.kB3Lsk2A006535@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6531/vdr-sudoku Log Message: Directory /cvs/extras/rpms/vdr-sudoku added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 21:54:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:54:51 -0500 Subject: rpms/vdr-sudoku/devel - New directory Message-ID: <200612032154.kB3LspQO006550@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6531/vdr-sudoku/devel Log Message: Directory /cvs/extras/rpms/vdr-sudoku/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 3 21:55:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:55:12 -0500 Subject: rpms/vdr-sudoku Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612032155.kB3LtCFs006591@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6585 Added Files: Makefile import.log Log Message: Setup of module vdr-sudoku --- NEW FILE Makefile --- # Top level Makefile for module vdr-sudoku all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 3 21:55:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:55:17 -0500 Subject: rpms/vdr-sudoku/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612032155.kB3LtH9G006606@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6585/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module vdr-sudoku --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 3 21:56:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:56:26 -0500 Subject: rpms/vdr-sudoku import.log,1.1,1.2 Message-ID: <200612032156.kB3LuQmJ006681@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6650 Modified Files: import.log Log Message: auto-import vdr-sudoku-0.1.2-0.6.cmn6 on branch devel from vdr-sudoku-0.1.2-0.6.cmn6.src.rpm Initial import, #216352 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 3 Dec 2006 21:55:12 -0000 1.1 +++ import.log 3 Dec 2006 21:55:56 -0000 1.2 @@ -0,0 +1 @@ +vdr-sudoku-0_1_2-0_6_cmn6:HEAD:vdr-sudoku-0.1.2-0.6.cmn6.src.rpm:1165183152 From fedora-extras-commits at redhat.com Sun Dec 3 21:56:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:56:26 -0500 Subject: rpms/vdr-sudoku/devel vdr-sudoku.conf, NONE, 1.1 vdr-sudoku.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612032156.kB3LuQZn006685@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6650/devel Modified Files: .cvsignore sources Added Files: vdr-sudoku.conf vdr-sudoku.spec Log Message: auto-import vdr-sudoku-0.1.2-0.6.cmn6 on branch devel from vdr-sudoku-0.1.2-0.6.cmn6.src.rpm Initial import, #216352 --- NEW FILE vdr-sudoku.conf --- # Configuration snippet for vdr-sudoku -*- sh -*- # # Add command line options to pass to the sudoku plugin to PLUGIN_OPTIONS. PLUGIN_OPTIONS="" --- NEW FILE vdr-sudoku.spec --- %define pname sudoku %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) Name: vdr-%{pname} Version: 0.1.2 Release: 0.6%{?dist} Summary: Sudoku plugin for VDR Group: Amusements/Games License: GPL URL: http://www.toms-cafe.de/vdr/sudoku/ Source0: http://toms-cafe.de/vdr/sudoku/%{name}-%{version}.tgz Source1: %{name}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.3.47 Requires: vdr(abi) = %{apiver} %description This is a VDR plugin to generate and solve number place puzzles, so called Sudokus. %prep %setup -q -n sudoku-%{version} for f in HISTORY README ; do iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f done %build make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr all %install rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING HISTORY README %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %{plugindir}/libvdr-%{pname}.so.%{apiver} %changelog * Sat Nov 4 2006 Ville Skytt?? - 0.1.2-0.6 - Rebuild for VDR 1.4.4. * Sat Sep 23 2006 Ville Skytt?? - 0.1.2-0.5 - Rebuild for VDR 1.4.3. * Sun Aug 6 2006 Ville Skytt?? - 0.1.2-0.4 - Rebuild for VDR 1.4.1-3. * Fri Jun 23 2006 Ville Skytt?? - 0.1.2-0.3 - Rebuild for VDR 1.4.1. * Sun Apr 30 2006 Ville Skytt?? - 0.1.2-0.2 - Rebuild for VDR 1.4.0. * Tue Apr 25 2006 Ville Skytt?? - 0.1.2-0.1 - 0.1.2. * Fri Nov 4 2005 Ville Skytt?? - 0.1.1-0.1 - 0.1.1, Finnish patch applied upstream. * Tue Nov 1 2005 Ville Skytt?? - 0.1.0-0.2 - Rebuild for VDR 1.3.35. * Sat Oct 29 2005 Ville Skytt?? - 0.1.0-0.1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Dec 2006 21:55:17 -0000 1.1 +++ .cvsignore 3 Dec 2006 21:55:56 -0000 1.2 @@ -0,0 +1 @@ +vdr-sudoku-0.1.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Dec 2006 21:55:17 -0000 1.1 +++ sources 3 Dec 2006 21:55:56 -0000 1.2 @@ -0,0 +1 @@ +a32cc677477349823469542896ad389d vdr-sudoku-0.1.2.tgz From fedora-extras-commits at redhat.com Sun Dec 3 21:57:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:57:27 -0500 Subject: owners owners.list,1.2052,1.2053 Message-ID: <200612032157.kB3LvRkN006743@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6717 Modified Files: owners.list Log Message: +vdr-sudoku #216352 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2052 retrieving revision 1.2053 diff -u -r1.2052 -r1.2053 --- owners.list 3 Dec 2006 20:17:09 -0000 1.2052 +++ owners.list 3 Dec 2006 21:56:57 -0000 1.2053 @@ -2424,6 +2424,7 @@ Fedora Extras|vdr|Video Disk Recorder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-osdteletext|OSD teletext plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-subtitles|DVB subtitles plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|vdr-sudoku|Sudoku plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdradmin-am|Web interface for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|verbiste|French conjugation system|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|veusz|Scientific plotting package|jeremy at jeremysanders.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 3 21:58:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 16:58:24 -0500 Subject: rpms/vdr-sudoku/devel vdr-sudoku.spec,1.1,1.2 Message-ID: <200612032158.kB3LwOF1006771@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6756 Modified Files: vdr-sudoku.spec Log Message: * Mon Dec 4 2006 Ville Skytt?? - 0.1.2-1 - First Fedora Extras build. Index: vdr-sudoku.spec =================================================================== RCS file: /cvs/extras/rpms/vdr-sudoku/devel/vdr-sudoku.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-sudoku.spec 3 Dec 2006 21:55:56 -0000 1.1 +++ vdr-sudoku.spec 3 Dec 2006 21:57:54 -0000 1.2 @@ -4,7 +4,7 @@ Name: vdr-%{pname} Version: 0.1.2 -Release: 0.6%{?dist} +Release: 1%{?dist} Summary: Sudoku plugin for VDR Group: Amusements/Games @@ -53,6 +53,9 @@ %changelog +* Mon Dec 4 2006 Ville Skytt?? - 0.1.2-1 +- First Fedora Extras build. + * Sat Nov 4 2006 Ville Skytt?? - 0.1.2-0.6 - Rebuild for VDR 1.4.4. From fedora-extras-commits at redhat.com Sun Dec 3 22:07:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 17:07:17 -0500 Subject: fedora-security/audit fe4, 1.106, 1.107 fe5, 1.115, 1.116 fe6, 1.30, 1.31 Message-ID: <200612032207.kB3M7HJw009932@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9913 Modified Files: fe4 fe5 fe6 Log Message: CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- fe4 3 Dec 2006 09:42:06 -0000 1.106 +++ fe4 3 Dec 2006 22:07:17 -0000 1.107 @@ -12,7 +12,7 @@ CVE-2006-5815 ** (proftpd) #214820 CVE-2006-5748 VULNERABLE (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 VULNERABLE (seamonkey, fixed 1.0.6) #214822 -CVE-2006-5705 VULNERABLE (wordpress, fixed 2.0.5) #213985 +CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 CVE-2006-5602 version (xsupplicant, fixed 1.2.6) CVE-2006-5601 version (xsupplicant, fixed 1.2.8) #212700 CVE-2006-5464 VULNERABLE (seamonkey, fixed 1.0.6) #214822 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- fe5 3 Dec 2006 09:42:06 -0000 1.115 +++ fe5 3 Dec 2006 22:07:17 -0000 1.116 @@ -12,7 +12,7 @@ CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 VULNERABLE (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 VULNERABLE (seamonkey, fixed 1.0.6) #214822 -CVE-2006-5705 VULNERABLE (wordpress, fixed 2.0.5) #213985 +CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 CVE-2006-5602 version (xsupplicant, fixed 1.2.6) CVE-2006-5601 version (xsupplicant, fixed 1.2.8) #212700 CVE-2006-5464 VULNERABLE (seamonkey, fixed 1.0.6) #214822 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- fe6 3 Dec 2006 09:42:06 -0000 1.30 +++ fe6 3 Dec 2006 22:07:17 -0000 1.31 @@ -13,7 +13,7 @@ CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 version (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 version (seamonkey, fixed 1.0.6) #214822 -CVE-2006-5705 VULNERABLE (wordpress, fixed 2.0.5) #213985 +CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 CVE-2006-5602 version (xsupplicant, fixed 1.2.6) CVE-2006-5601 version (xsupplicant, fixed 1.2.8) #212700 CVE-2006-5464 version (seamonkey, fixed 1.0.6) #214822 From fedora-extras-commits at redhat.com Sun Dec 3 22:11:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 3 Dec 2006 17:11:16 -0500 Subject: comps comps-fe7.xml.in,1.36,1.37 Message-ID: <200612032211.kB3MBGhD009965@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9950 Modified Files: comps-fe7.xml.in Log Message: +vdr-sudoku (games section only, should it be in sound/video too?) Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- comps-fe7.xml.in 2 Dec 2006 17:18:04 -0000 1.36 +++ comps-fe7.xml.in 3 Dec 2006 22:10:46 -0000 1.37 @@ -456,6 +456,7 @@ tuxpuck ularn uqm + vdr-sudoku viruskiller wesnoth worminator From fedora-extras-commits at redhat.com Mon Dec 4 00:17:28 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 3 Dec 2006 19:17:28 -0500 Subject: rpms/offlineimap/devel offlineimap.spec,1.1,1.2 Message-ID: <200612040017.kB40HSJD016801@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16778 Modified Files: offlineimap.spec Log Message: - added -p to cp to preserve timestamp of ChangeLog Index: offlineimap.spec =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/offlineimap.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- offlineimap.spec 3 Dec 2006 17:47:54 -0000 1.1 +++ offlineimap.spec 4 Dec 2006 00:16:58 -0000 1.2 @@ -2,7 +2,7 @@ Name: offlineimap Version: 4.0.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPL @@ -30,7 +30,7 @@ %build python setup.py build -cp debian/changelog ChangeLog +cp -p debian/changelog ChangeLog %install rm -rf $RPM_BUILD_ROOT @@ -50,6 +50,9 @@ %{_mandir}/man1/offlineimap.1.gz %changelog +* Mon Dec 04 2006 Till Maas - 4.0.16-2 +- added -p to cp to preserve timestamp of ChangeLog + * Sun Dec 03 2006 Till Maas - 4.0.16-1 - version bump - added one more %%{version} to Source0 From fedora-extras-commits at redhat.com Mon Dec 4 01:43:12 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:12 -0500 Subject: rpms/rtpproxy - New directory Message-ID: <200612040143.kB41hCse020477@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20473/rtpproxy Log Message: Directory /cvs/extras/rpms/rtpproxy added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 01:43:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:17 -0500 Subject: rpms/rtpproxy/devel - New directory Message-ID: <200612040143.kB41hHBb020490@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20473/rtpproxy/devel Log Message: Directory /cvs/extras/rpms/rtpproxy/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 01:43:33 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:33 -0500 Subject: rpms/rtpproxy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040143.kB41hXJG020520@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20514 Added Files: Makefile import.log Log Message: Setup of module rtpproxy --- NEW FILE Makefile --- # Top level Makefile for module rtpproxy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 01:43:38 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:43:38 -0500 Subject: rpms/rtpproxy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040143.kB41hcB7020535@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20514/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module rtpproxy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 01:44:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:44:39 -0500 Subject: rpms/rtpproxy import.log,1.1,1.2 Message-ID: <200612040144.kB41idaR020604@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20574 Modified Files: import.log Log Message: auto-import rtpproxy-0.3-1 on branch devel from rtpproxy-0.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/rtpproxy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 01:43:33 -0000 1.1 +++ import.log 4 Dec 2006 01:44:09 -0000 1.2 @@ -0,0 +1 @@ +rtpproxy-0_3-1:HEAD:rtpproxy-0.3-1.src.rpm:1165196908 From fedora-extras-commits at redhat.com Mon Dec 4 01:44:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 20:44:39 -0500 Subject: rpms/rtpproxy/devel rtpproxy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040144.kB41idgu020608@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/rtpproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20574/devel Modified Files: .cvsignore sources Added Files: rtpproxy.spec Log Message: auto-import rtpproxy-0.3-1 on branch devel from rtpproxy-0.3-1.src.rpm --- NEW FILE rtpproxy.spec --- Name: rtpproxy Version: 0.3 Release: 1%{?dist} Summary: A symmetric RTP proxy Group: Applications/Internet License: BSD URL: http://ftp.iptel.org/pub/rtpproxy/ Source0: http://ftp.iptel.org/pub/rtpproxy/rtpproxy-0.3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This is symmetric RTP proxy designed to be used in conjunction with the SIP Express Router (SER) or any other SIP proxy capable of rewriting SDP bodies in SIP messages that it processes. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README %{_bindir}/rtpproxy %changelog * Wed Nov 22 2006 Jeffrey C. Ollie - 0.3-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rtpproxy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 01:43:38 -0000 1.1 +++ .cvsignore 4 Dec 2006 01:44:09 -0000 1.2 @@ -0,0 +1 @@ +rtpproxy-0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/rtpproxy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 01:43:38 -0000 1.1 +++ sources 4 Dec 2006 01:44:09 -0000 1.2 @@ -0,0 +1 @@ +2a316f4854da4e8c8d358c623e5ffdb6 rtpproxy-0.3.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 01:51:57 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 3 Dec 2006 20:51:57 -0500 Subject: rpms/python-nose/FC-6 .cvsignore, 1.3, 1.4 python-nose.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612040151.kB41pv99020687@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-nose/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20668 Modified Files: .cvsignore python-nose.spec sources Log Message: 0.9.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-nose/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Sep 2006 07:03:54 -0000 1.3 +++ .cvsignore 4 Dec 2006 01:51:27 -0000 1.4 @@ -1 +1 @@ -nose-0.9.0.tar.gz +nose-0.9.1.tar.gz Index: python-nose.spec =================================================================== RCS file: /cvs/extras/rpms/python-nose/FC-6/python-nose.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-nose.spec 8 Sep 2006 07:03:54 -0000 1.2 +++ python-nose.spec 4 Dec 2006 01:51:27 -0000 1.3 @@ -3,7 +3,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-nose -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A discovery-based unittest extension for Python @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-setuptools >= 0.6a9 +BuildRequires: python-devel python-setuptools %description nose: a discovery-based unittest extension. @@ -44,6 +44,9 @@ %{python_sitelib}/nose %changelog +* Sun Dec 3 2006 Luke Macken 0.9.1-1 +- 0.9.1 + * Fri Sep 8 2006 Luke Macken 0.9.0-1 - 0.9.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-nose/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Sep 2006 07:03:54 -0000 1.3 +++ sources 4 Dec 2006 01:51:27 -0000 1.4 @@ -1 +1 @@ -1901f18ae082a711773d6f77cc312db2 nose-0.9.0.tar.gz +97771e186ff3680e1abe5566a939966c nose-0.9.1.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 02:07:42 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sun, 3 Dec 2006 21:07:42 -0500 Subject: owners owners.list,1.2053,1.2054 Message-ID: <200612040207.kB427gYB023891@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23872 Modified Files: owners.list Log Message: Adding rtpproxy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2053 retrieving revision 1.2054 diff -u -r1.2053 -r1.2054 --- owners.list 3 Dec 2006 21:56:57 -0000 1.2053 +++ owners.list 4 Dec 2006 02:07:12 -0000 1.2054 @@ -2136,6 +2136,7 @@ Fedora Extras|rssowl|An RSS, RDF, and Atom Newsreader|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rt3|Request tracker 3|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|rtorrent|BitTorrent client based on libtorrent|chabotc at xs4all.nl|extras-qa at fedoraproject.org| +Fedora Extras|rtpproxy|A symmetric RTP proxy|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|ruby-activesupport|Utility classes for Ruby|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-bdb|A Ruby interface to Berkeley DB|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|ruby-mysql|A Ruby interface to MySQL|orion at cora.nwra.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 03:19:32 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:32 -0500 Subject: rpms/python-gpod - New directory Message-ID: <200612040319.kB43JWSL027253@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27249/python-gpod Log Message: Directory /cvs/extras/rpms/python-gpod added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 03:19:37 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:37 -0500 Subject: rpms/python-gpod/devel - New directory Message-ID: <200612040319.kB43JbWX027266@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27249/python-gpod/devel Log Message: Directory /cvs/extras/rpms/python-gpod/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 03:19:48 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:48 -0500 Subject: rpms/python-gpod Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040319.kB43Jm8D027300@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27294 Added Files: Makefile import.log Log Message: Setup of module python-gpod --- NEW FILE Makefile --- # Top level Makefile for module python-gpod all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 03:19:54 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:19:54 -0500 Subject: rpms/python-gpod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040319.kB43JsMi027319@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27294/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-gpod --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 03:20:58 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:20:58 -0500 Subject: rpms/python-gpod import.log,1.1,1.2 Message-ID: <200612040320.kB43KwOq027428@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27387 Modified Files: import.log Log Message: auto-import python-gpod-0.4.0-3.fc7 on branch devel from python-gpod-0.4.0-3.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-gpod/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 03:19:48 -0000 1.1 +++ import.log 4 Dec 2006 03:20:28 -0000 1.2 @@ -0,0 +1 @@ +python-gpod-0_4_0-3_fc7:HEAD:python-gpod-0.4.0-3.fc7.src.rpm:1165202631 From fedora-extras-commits at redhat.com Mon Dec 4 03:20:58 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:20:58 -0500 Subject: rpms/python-gpod/devel python-gpod-x86_64-build.patch, NONE, 1.1 python-gpod.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040321.kB43Kw9d027432@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27387/devel Modified Files: .cvsignore sources Added Files: python-gpod-x86_64-build.patch python-gpod.spec Log Message: auto-import python-gpod-0.4.0-3.fc7 on branch devel from python-gpod-0.4.0-3.fc7.src.rpm python-gpod-x86_64-build.patch: --- NEW FILE python-gpod-x86_64-build.patch --- --- libgpod-0.4.0/bindings/python/Makefile.in.x86_64-build 2006-09-24 09:56:58.000000000 -0400 +++ libgpod-0.4.0/bindings/python/Makefile.in 2006-12-03 03:01:47.000000000 -0500 @@ -274,20 +274,20 @@ pythonDATA_INSTALL = $(INSTALL_DATA) @HAVE_PYTHON_FALSE at install-pythonDATA: $(python_DATA) @HAVE_PYTHON_FALSE@ @$(NORMAL_INSTALL) - at HAVE_PYTHON_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pythondir) + at HAVE_PYTHON_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pyexecdir) @HAVE_PYTHON_FALSE@ @list='$(python_DATA)'; for p in $$list; do \ @HAVE_PYTHON_FALSE@ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ @HAVE_PYTHON_FALSE@ f="`echo $$p | sed -e 's|^.*/||'`"; \ - at HAVE_PYTHON_FALSE@ echo " $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pythondir)/$$f"; \ - at HAVE_PYTHON_FALSE@ $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pythondir)/$$f; \ + at HAVE_PYTHON_FALSE@ echo " $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pyexecdir)/$$f"; \ + at HAVE_PYTHON_FALSE@ $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pyexecdir)/$$f; \ @HAVE_PYTHON_FALSE@ done @HAVE_PYTHON_FALSE at uninstall-pythonDATA: @HAVE_PYTHON_FALSE@ @$(NORMAL_UNINSTALL) @HAVE_PYTHON_FALSE@ @list='$(python_DATA)'; for p in $$list; do \ @HAVE_PYTHON_FALSE@ f="`echo $$p | sed -e 's|^.*/||'`"; \ - at HAVE_PYTHON_FALSE@ echo " rm -f $(DESTDIR)$(pythondir)/$$f"; \ - at HAVE_PYTHON_FALSE@ rm -f $(DESTDIR)$(pythondir)/$$f; \ + at HAVE_PYTHON_FALSE@ echo " rm -f $(DESTDIR)$(pyexecdir)/$$f"; \ + at HAVE_PYTHON_FALSE@ rm -f $(DESTDIR)$(pyexecdir)/$$f; \ @HAVE_PYTHON_FALSE@ done # This directory's subdirectories are mostly independent; you can cd @@ -463,7 +463,7 @@ all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(pythondir) + $(mkinstalldirs) $(DESTDIR)$(pyexecdir) install: install-recursive install-exec: install-exec-recursive @@ -569,14 +569,14 @@ @HAVE_PYTHON_TRUE@ $(CC) $(MODULE_LIBS) @PYTHON_LDFLAGS@ gpod_wrap.o -o $@ @HAVE_PYTHON_TRUE at install-pythonDATA: $(python_DATA) - at HAVE_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pythondir)/gpod - at HAVE_PYTHON_TRUE@ $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pythondir)/gpod/_gpod.so - at HAVE_PYTHON_TRUE@ $(INSTALL_DATA) *.py $(DESTDIR)$(pythondir)/gpod/ - at HAVE_PYTHON_TRUE@ $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' - at HAVE_PYTHON_TRUE@ $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' + at HAVE_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pyexecdir)/gpod + at HAVE_PYTHON_TRUE@ $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pyexecdir)/gpod/_gpod.so + at HAVE_PYTHON_TRUE@ $(INSTALL_DATA) *.py $(DESTDIR)$(pyexecdir)/gpod/ + at HAVE_PYTHON_TRUE@ $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' + at HAVE_PYTHON_TRUE@ $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' @HAVE_PYTHON_TRUE at uninstall-pythonDATA: $(python_DATA) - at HAVE_PYTHON_TRUE@ rm -rf $(DESTDIR)$(pythondir)/gpod + at HAVE_PYTHON_TRUE@ rm -rf $(DESTDIR)$(pyexecdir)/gpod @HAVE_PYTHON_TRUE at test: @HAVE_PYTHON_TRUE@ cd tests && python tests.py --- libgpod-0.4.0/bindings/python/Makefile.am.x86_64-build 2006-05-29 06:06:54.000000000 -0400 +++ libgpod-0.4.0/bindings/python/Makefile.am 2006-12-03 02:59:23.000000000 -0500 @@ -32,14 +32,14 @@ $(CC) $(MODULE_LIBS) @PYTHON_LDFLAGS@ gpod_wrap.o -o $@ install-pythonDATA: $(python_DATA) - $(mkinstalldirs) $(DESTDIR)$(pythondir)/gpod - $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pythondir)/gpod/_gpod.so - $(INSTALL_DATA) *.py $(DESTDIR)$(pythondir)/gpod/ - $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' - $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")' + $(mkinstalldirs) $(DESTDIR)$(pyexecdir)/gpod + $(INSTALL_PROGRAM) _gpod.so $(DESTDIR)$(pyexecdir)/gpod/_gpod.so + $(INSTALL_DATA) *.py $(DESTDIR)$(pyexecdir)/gpod/ + $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' + $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")' uninstall-pythonDATA: $(python_DATA) - rm -rf $(DESTDIR)$(pythondir)/gpod + rm -rf $(DESTDIR)$(pyexecdir)/gpod test: cd tests && python tests.py --- NEW FILE python-gpod.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-gpod Version: 0.4.0 Release: 3%{?dist} Summary: A python module to access iPod content Group: Development/Languages License: LGPL URL: http://www.gtkpod.org/libgpod.html Source0: http://prdownloads.sourceforge.net/gtkpod/libgpod-%{version}.tar.gz Patch0: python-gpod-x86_64-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: gtk2-devel BuildRequires: perl(XML::Parser) BuildRequires: python-devel BuildRequires: python-eyed3 BuildRequires: swig Requires: libgpod = %{version} Requires: python-eyed3 %description A python module to access iPod content. This module provides bindings to the libgpod library. %prep %setup -q -n libgpod-%{version} %patch0 -p1 -b .x86_64-build # fix some things rpmlint will complain about # !!! remove the next line in 0.4.1 !!! sed -i '/^#!\/usr\/bin\/env python/ d' bindings/python/gtkpod.py chmod 644 bindings/python/examples/*.py %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # remove the parts we aren't packaging (they're in libgpod* in core) rm -rf $RPM_BUILD_ROOT%{_includedir} rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_libdir}/*.so* rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc rm -rf $RPM_BUILD_ROOT%{_datadir}/locale %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0755) %doc COPYING bindings/python/examples %{python_sitearch}/gpod %changelog * Sun Dec 03 2006 Todd Zullinger - 0.4.0-3 - patch for python libdir on x86_64 * Fri Nov 24 2006 Todd Zullinger - 0.4.0-2 - add missing gettext and perl(XML::Parser) BRs - remove superfluous pkgconfig BR * Tue Nov 21 2006 Todd Zullinger - 0.4.0-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 03:19:54 -0000 1.1 +++ .cvsignore 4 Dec 2006 03:20:28 -0000 1.2 @@ -0,0 +1 @@ +libgpod-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 03:19:54 -0000 1.1 +++ sources 4 Dec 2006 03:20:28 -0000 1.2 @@ -0,0 +1 @@ +e427e0409b0cb2d7e76b17915b1396fa libgpod-0.4.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 03:34:12 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 3 Dec 2006 22:34:12 -0500 Subject: owners owners.list,1.2054,1.2055 Message-ID: <200612040334.kB43YCk6027533@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27517/owners Modified Files: owners.list Log Message: added python-gpod (#217066) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2054 retrieving revision 1.2055 diff -u -r1.2054 -r1.2055 --- owners.list 4 Dec 2006 02:07:12 -0000 1.2054 +++ owners.list 4 Dec 2006 03:33:42 -0000 1.2055 @@ -1990,6 +1990,7 @@ Fedora Extras|python-fpconst|A Python module for handling IEEE 754 floating point special values|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-GeoIP|Python bindings for the GeoIP geographical lookup libraries|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|python-goopy|Google Python Utilities|pjones at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-gpod|A python module to access iPod content|tmz at pobox.com|extras-qa at fedoraproject.org| Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|python-htmltmpl|Templating engine for separation of code and HTML|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-id3|ID3 tag library for Python|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 05:25:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:15 -0500 Subject: rpms/alphabet-soup - New directory Message-ID: <200612040525.kB45PFnW001553@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1549/alphabet-soup Log Message: Directory /cvs/extras/rpms/alphabet-soup added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 05:25:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:21 -0500 Subject: rpms/alphabet-soup/devel - New directory Message-ID: <200612040525.kB45PLNh001566@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1549/alphabet-soup/devel Log Message: Directory /cvs/extras/rpms/alphabet-soup/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 05:25:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:38 -0500 Subject: rpms/alphabet-soup Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040525.kB45PcP6001596@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1590 Added Files: Makefile import.log Log Message: Setup of module alphabet-soup --- NEW FILE Makefile --- # Top level Makefile for module alphabet-soup all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 05:25:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:25:44 -0500 Subject: rpms/alphabet-soup/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040525.kB45Pi5w001611@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1590/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module alphabet-soup --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 05:27:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:27:22 -0500 Subject: rpms/alphabet-soup/devel alphabet-soup-1.1-linux.patch, NONE, 1.1 alphabet-soup.desktop, NONE, 1.1 alphabet-soup.png, NONE, 1.1 alphabet-soup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040527.kB45RM6I001720@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1676/devel Modified Files: .cvsignore sources Added Files: alphabet-soup-1.1-linux.patch alphabet-soup.desktop alphabet-soup.png alphabet-soup.spec Log Message: auto-import alphabet-soup-1.1-2.fc7 on branch devel from alphabet-soup-1.1-2.fc7.src.rpm alphabet-soup-1.1-linux.patch: --- NEW FILE alphabet-soup-1.1-linux.patch --- --- /dev/null 2006-12-01 08:45:08.001995750 +0100 +++ alphabet-soup-1.1/Makefile.unix 2006-12-01 11:20:56.000000000 +0100 @@ -0,0 +1,24 @@ +CC = gcc +PREFIX = /usr +DATADIR = $(PREFIX)/share/$(TARGET) +CFLAGS = -g -Wall -O2 -Wno-deprecated-declarations +LDFLAGS = -lalfont `allegro-config --libs` -ldumb -laldmb +DEFINES = -DDATADIR=\"$(DATADIR)/\" +OBJS = ncds.o hs.o animate.o 3dsprite.o main.o data.o game.o menu.o map.o \ + snake.o input.o dictionary.o effects.o text.o credits.o unix.o +TARGET = alphabet-soup + +$(TARGET): $(OBJS) + $(CC) -o $@ $^ $(LDFLAGS) + +%.o: %.c + $(CC) $(CFLAGS) $(DEFINES) -o $@ -c $< + +install: $(TARGET) + mkdir -p $(PREFIX)/bin + mkdir -p $(DATADIR) + install -p -m 755 $(TARGET) $(PREFIX)/bin + install -p -m 644 soup.dat $(DATADIR) + +clean: + rm -f $(OBJS) $(TARGET) *~ --- alphabet-soup-1.1/animate.c.unix 2003-12-22 19:41:18.000000000 +0100 +++ alphabet-soup-1.1/animate.c 2006-12-01 11:20:56.000000000 +0100 @@ -358,7 +358,7 @@ BITMAP * get_ani(ANIMATION * ap, int f) { - int i, d; + int i = 0, d; switch(ap->type) { @@ -432,8 +432,6 @@ /* like draw_sprite but for animations (pick frame based on f) */ int draw_ani(BITMAP * bp, ANIMATION * ap, int x, int y, unsigned long f) { - int i; - if(ap != NULL) { /* make sure there are frames to draw */ --- alphabet-soup-1.1/config.c.unix 2004-01-21 21:56:48.000000000 +0100 +++ alphabet-soup-1.1/config.c 2006-12-01 11:20:56.000000000 +0100 @@ -12,7 +12,7 @@ install_mouse(); ncds_install(); set_gfx_mode(GFX_AUTODETECT, 640, 480, 0, 0); - bg = load_pcx("soup.dat#images/background.pcx", palette); + bg = load_pcx(DATADIR "soup.dat#images/background.pcx", palette); set_palette(palette); while(!key[KEY_ESC]) { --- alphabet-soup-1.1/credits.c.unix 2004-01-29 08:47:10.000000000 +0100 +++ alphabet-soup-1.1/credits.c 2006-12-01 11:20:56.000000000 +0100 @@ -1,5 +1,6 @@ #include #include +#include #include "credits.h" void credits_add_item(CREDITS * cp, char * text, ALFONT_FONT * fp, int oy, int color) --- alphabet-soup-1.1/data.c.unix 2004-09-21 16:54:02.000000000 +0200 +++ alphabet-soup-1.1/data.c 2006-12-01 11:20:56.000000000 +0100 @@ -1,5 +1,6 @@ #include #include +#include #include "hs.h" #include "animate.h" #include "data.h" @@ -10,10 +11,11 @@ #include "menu.h" #include "text.h" #include "credits.h" +#include "ncds.h" /* main data */ int state = STATE_MENU; -int logic_ticks = 0; +volatile int logic_ticks = 0; int frame = 0; char * mem_buffer = NULL; int mem_buffer_size = 0; @@ -29,7 +31,7 @@ int score_view; char * score_title[MAX_GAME_MODES] = {"Scatter Word", "Blind Worm", "Elimination", "Poison Letter", "Fat Worm", "Skinny Worm", "Cold Soup", "Nibbles"}; int game_modes = 8; -char word_file[MAX_WORD_FILES][1024] = {0}; +char word_file[MAX_WORD_FILES][1024] = { {0} }; char word_files = 0; char word_selected = 0; int gtime = 0; @@ -68,18 +70,18 @@ void word_file_add(const char * fn, int attrib, int param) { - strcpy(word_file[word_files], fn); + strcpy(word_file[(int)word_files], fn); word_files++; } void build_dictionary_list(void) { word_files = 0; - word_file_add("soup.dat#dictionaries/default.asd", 0, 0); - word_file_add("soup.dat#dictionaries/kids.asd", 0, 0); - word_file_add("soup.dat#dictionaries/strange.asd", 0, 0); + word_file_add(DATADIR "soup.dat#dictionaries/default.asd", 0, 0); + word_file_add(DATADIR "soup.dat#dictionaries/kids.asd", 0, 0); + word_file_add(DATADIR "soup.dat#dictionaries/strange.asd", 0, 0); for_each_file("*.asd", FA_ARCH | FA_RDONLY, word_file_add, 0); - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); } void load_mem_file(char * fn) @@ -183,36 +185,36 @@ int i; /* load sounds */ - sound[SOUND_BITE] = load_wav("soup.dat#sounds/eat.wav"); - sound[SOUND_MENU_MOVE] = load_wav("soup.dat#sounds/navigate.wav"); - sound[SOUND_MENU_ENTER] = load_wav("soup.dat#sounds/select.wav"); - sound[SOUND_MENU_OPTION] = load_wav("soup.dat#sounds/option.wav"); - sound[SOUND_WORD] = load_wav("soup.dat#sounds/word.wav"); - sound[SOUND_LEVEL] = load_wav("soup.dat#sounds/level.wav"); - sound[SOUND_PAPER] = load_wav("soup.dat#sounds/paper.wav"); - sound[SOUND_CLAP] = load_wav("soup.dat#sounds/clap.wav"); + sound[SOUND_BITE] = load_wav(DATADIR "soup.dat#sounds/eat.wav"); + sound[SOUND_MENU_MOVE] = load_wav(DATADIR "soup.dat#sounds/navigate.wav"); + sound[SOUND_MENU_ENTER] = load_wav(DATADIR "soup.dat#sounds/select.wav"); + sound[SOUND_MENU_OPTION] = load_wav(DATADIR "soup.dat#sounds/option.wav"); + sound[SOUND_WORD] = load_wav(DATADIR "soup.dat#sounds/word.wav"); + sound[SOUND_LEVEL] = load_wav(DATADIR "soup.dat#sounds/level.wav"); + sound[SOUND_PAPER] = load_wav(DATADIR "soup.dat#sounds/paper.wav"); + sound[SOUND_CLAP] = load_wav(DATADIR "soup.dat#sounds/clap.wav"); /* load images */ - image[IMAGE_GAME_BACKGROUND] = load_pcx("soup.dat#images/bowl.pcx", palette); - image[IMAGE_MENU_BG] = load_pcx("soup.dat#images/background.pcx", NULL); - image[IMAGE_SOUP_CAN] = load_pcx("soup.dat#images/can_texture.pcx", NULL); - image[IMAGE_SOUP_SHADOW] = load_pcx("soup.dat#images/can_shadow.pcx", NULL); + image[IMAGE_GAME_BACKGROUND] = load_pcx(DATADIR "soup.dat#images/bowl.pcx", palette); + image[IMAGE_MENU_BG] = load_pcx(DATADIR "soup.dat#images/background.pcx", NULL); + image[IMAGE_SOUP_CAN] = load_pcx(DATADIR "soup.dat#images/can_texture.pcx", NULL); + image[IMAGE_SOUP_SHADOW] = load_pcx(DATADIR "soup.dat#images/can_shadow.pcx", NULL); image[IMAGE_MENU_SURFACE] = create_sub_bitmap(image[IMAGE_SOUP_CAN], 0, 90, image[IMAGE_SOUP_CAN]->w / 2, image[IMAGE_SOUP_CAN]->h - 90 - 4); - image[IMAGE_PAPER] = load_pcx("soup.dat#images/score_sheet.pcx", NULL); - image[IMAGE_BODY_H] = load_pcx("soup.dat#snake/body_horizontal.pcx", NULL); - image[IMAGE_BODY_V] = load_pcx("soup.dat#snake/body_vertical.pcx", NULL); - image[IMAGE_BODY_DUL] = load_pcx("soup.dat#snake/body_up_left.pcx", NULL); - image[IMAGE_BODY_DUR] = load_pcx("soup.dat#snake/body_up_right.pcx", NULL); - image[IMAGE_BODY_DDL] = load_pcx("soup.dat#snake/body_down_left.pcx", NULL); - image[IMAGE_BODY_DDR] = load_pcx("soup.dat#snake/body_down_right.pcx", NULL); - image[IMAGE_HEAD_UP] = load_pcx("soup.dat#snake/head_up.pcx", NULL); - image[IMAGE_HEAD_DOWN] = load_pcx("soup.dat#snake/head_down.pcx", NULL); - image[IMAGE_HEAD_LEFT] = load_pcx("soup.dat#snake/head_left.pcx", NULL); - image[IMAGE_HEAD_RIGHT] = load_pcx("soup.dat#snake/head_right.pcx", NULL); - image[IMAGE_TAIL_UP] = load_pcx("soup.dat#snake/tail_up.pcx", NULL); - image[IMAGE_TAIL_DOWN] = load_pcx("soup.dat#snake/tail_down.pcx", NULL); - image[IMAGE_TAIL_LEFT] = load_pcx("soup.dat#snake/tail_left.pcx", NULL); - image[IMAGE_TAIL_RIGHT] = load_pcx("soup.dat#snake/tail_right.pcx", NULL); + image[IMAGE_PAPER] = load_pcx(DATADIR "soup.dat#images/score_sheet.pcx", NULL); + image[IMAGE_BODY_H] = load_pcx(DATADIR "soup.dat#snake/body_horizontal.pcx", NULL); + image[IMAGE_BODY_V] = load_pcx(DATADIR "soup.dat#snake/body_vertical.pcx", NULL); + image[IMAGE_BODY_DUL] = load_pcx(DATADIR "soup.dat#snake/body_up_left.pcx", NULL); + image[IMAGE_BODY_DUR] = load_pcx(DATADIR "soup.dat#snake/body_up_right.pcx", NULL); + image[IMAGE_BODY_DDL] = load_pcx(DATADIR "soup.dat#snake/body_down_left.pcx", NULL); + image[IMAGE_BODY_DDR] = load_pcx(DATADIR "soup.dat#snake/body_down_right.pcx", NULL); + image[IMAGE_HEAD_UP] = load_pcx(DATADIR "soup.dat#snake/head_up.pcx", NULL); + image[IMAGE_HEAD_DOWN] = load_pcx(DATADIR "soup.dat#snake/head_down.pcx", NULL); + image[IMAGE_HEAD_LEFT] = load_pcx(DATADIR "soup.dat#snake/head_left.pcx", NULL); + image[IMAGE_HEAD_RIGHT] = load_pcx(DATADIR "soup.dat#snake/head_right.pcx", NULL); + image[IMAGE_TAIL_UP] = load_pcx(DATADIR "soup.dat#snake/tail_up.pcx", NULL); + image[IMAGE_TAIL_DOWN] = load_pcx(DATADIR "soup.dat#snake/tail_down.pcx", NULL); + image[IMAGE_TAIL_LEFT] = load_pcx(DATADIR "soup.dat#snake/tail_left.pcx", NULL); + image[IMAGE_TAIL_RIGHT] = load_pcx(DATADIR "soup.dat#snake/tail_right.pcx", NULL); set_palette(black_palette); gui_fg_color = 224; @@ -230,13 +232,14 @@ build_dictionary_list(); /* load fonts */ - load_mem_file("soup.dat#fonts/game.ttf"); + memset(gfont, 0, MAX_FONTS * sizeof(void *)); + load_mem_file(DATADIR "soup.dat#fonts/game.ttf"); gfont[FONT_GAME] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); alfont_set_font_size(gfont[FONT_GAME], 32); gfont[FONT_GAME_BIG] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); alfont_set_font_size(gfont[FONT_GAME_BIG], 48); free_mem_file(); - load_mem_file("soup.dat#fonts/menu.ttf"); + load_mem_file(DATADIR "soup.dat#fonts/menu.ttf"); gfont[FONT_MENU_HEADER] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); alfont_set_font_size(gfont[FONT_MENU_HEADER], 24); gfont[FONT_MENU] = alfont_load_font_from_mem(mem_buffer, mem_buffer_size); @@ -244,7 +247,7 @@ free_mem_file(); /* load animations */ - animation[ANIMATION_APPEAR_FG] = load_ani("soup.dat#animations/letter_appear.ani", NULL); + animation[ANIMATION_APPEAR_FG] = load_ani(DATADIR "soup.dat#animations/letter_appear.ani", NULL); buffer = create_bitmap(640, 480); // buffer_map = create_sub_bitmap(buffer, (SCREEN_W - image[IMAGE_GAME_BACKGROUND]->w) / 2 + 16, (SCREEN_H - image[IMAGE_GAME_BACKGROUND]->h) / 2 + 16, MAP_W * 32, MAP_H * 32); --- alphabet-soup-1.1/data.h.unix 2004-09-21 16:42:22.000000000 +0200 +++ alphabet-soup-1.1/data.h 2006-12-01 11:20:56.000000000 +0100 @@ -58,7 +58,7 @@ #define STATE_SCORES 4 extern int state; -extern int logic_ticks; +extern volatile int logic_ticks; extern int frame; extern BITMAP * buffer; --- alphabet-soup-1.1/dictionary.c.unix 2004-01-21 09:56:20.000000000 +0100 +++ alphabet-soup-1.1/dictionary.c 2006-12-01 11:20:56.000000000 +0100 @@ -128,7 +128,7 @@ void dictionary_save(DICTIONARY * dp, char * fn) { PACKFILE * fp; - int i, j, k; + int i, j; fp = pack_fopen(fn, "w"); for(i = 15; i >= 3; i--) @@ -145,7 +145,7 @@ int dictionary_find(DICTIONARY * dp, SNAKE * sp) { - int i, j, k, l; + int i, j, l; int r = 0; for(i = 0; i < dp->words; i++) @@ -171,8 +171,7 @@ int dictionary_find_all(DICTIONARY * dp, SNAKE * sp) { - int i, j, k, l; - int r = 0; + int i, j, l; int marked[SNAKE_MAX_SEGMENTS] = {0}; int found[DICTIONARY_MAX_WORDS] = {0}; @@ -217,7 +216,7 @@ { int list[DICTIONARY_MAX_WORDS]; int list_length = 0; - int i, j, pick; + int i; for(i = 0; i < dp->words; i++) { @@ -234,7 +233,7 @@ { int list[DICTIONARY_MAX_WORDS]; int list_length = 0; - int i, j, pick; + int i, pick; for(i = 0; i < dp->words; i++) { --- alphabet-soup-1.1/effects.c.unix 2004-07-19 13:18:00.000000000 +0200 +++ alphabet-soup-1.1/effects.c 2006-12-01 11:20:56.000000000 +0100 @@ -10,7 +10,7 @@ drawing_mode(DRAW_MODE_SOLID, NULL, 0, 0); } -void myblend(PALETTE pal, int x, int y, RGB *rgb) +void myblend(const PALETTE pal, int x, int y, RGB *rgb) { int light; @@ -36,7 +36,7 @@ { int x, y; // coordinates on the target bitmap // int p, q; // coordinates on the source bitmap - fixed p, q; // coordinates on the source bitmap + fixed p; // coordinates on the source bitmap fixed cy, oy; int iy; --- alphabet-soup-1.1/effects.h.unix 2004-01-14 11:11:38.000000000 +0100 +++ alphabet-soup-1.1/effects.h 2006-12-01 11:20:56.000000000 +0100 @@ -4,7 +4,7 @@ #include void draw_shadow(BITMAP * bp, int x, int y, int w, int h, int ox, int oy); -void myblend(PALETTE pal, int x, int y, RGB *rgb); +void myblend(const PALETTE pal, int x, int y, RGB *rgb); int get_pixel_wrap(BITMAP * bp, int x, int y); void draw_cylinder(BITMAP * bp, BITMAP * texture, int x, int y, int w, int h, fixed angle); void mapped_cylinder(BITMAP * target, int cx, int top, int r, int h, BITMAP * map, int ofs); --- alphabet-soup-1.1/game.c.unix 2004-09-22 09:56:00.000000000 +0200 +++ alphabet-soup-1.1/game.c 2006-12-01 11:55:12.000000000 +0100 @@ -167,7 +167,7 @@ void game_start(GAME * gp) { /* reload the dictionary */ - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); game_set_options(gp); @@ -200,8 +200,7 @@ int game_advance(GAME * gp) { - int i, ol; - int ret = 0; + int ol, ret = 0; ol = gp->level; gp->level = gp->snake.words / 10; @@ -262,8 +261,7 @@ main_render(); main_draw(); game_state = GAME_STATE_PLAY; - ncds_play_music("soup.dat#music/bgm.xm", 1); - logic_ticks = 0; + ncds_play_music(DATADIR "soup.dat#music/bgm.xm", 1); } break; } @@ -362,7 +360,6 @@ score_state = SCORE_STATE_IN; } score_view = game.mode; - logic_ticks = 0; } break; } @@ -391,7 +388,6 @@ void game_draw_word(GAME * gp, ALFONT_FONT * fp, int x, int y) { char text[256] = {0}; - int i; int ofs, ofs2; strcpy(text, gp->snake.word); --- alphabet-soup-1.1/game.h.unix 2004-09-22 08:23:54.000000000 +0200 +++ alphabet-soup-1.1/game.h 2006-12-01 11:20:56.000000000 +0100 @@ -45,5 +45,6 @@ void game_logic(GAME * gp); void game_render(GAME * gp); void game_draw(GAME * gp); +int game_advance(GAME * gp); #endif --- alphabet-soup-1.1/hs.c.unix 2004-09-22 10:12:40.000000000 +0200 +++ alphabet-soup-1.1/hs.c 2006-12-01 11:20:56.000000000 +0100 @@ -1,6 +1,7 @@ #include #include #include +#include #include "hs.h" int hs_save_fp(HIGH_SCORES * hp, PACKFILE * fp) --- alphabet-soup-1.1/includes.h.unix 2004-09-21 16:19:06.000000000 +0200 +++ alphabet-soup-1.1/includes.h 2006-12-01 11:20:56.000000000 +0100 @@ -3,6 +3,8 @@ #include #include +#include +#include #include "ncds.h" #include "hs.h" @@ -19,4 +21,7 @@ #include "text.h" #include "credits.h" +void main_render(void); +void main_draw(void); + #endif --- /dev/null 2006-12-01 08:45:08.001995750 +0100 +++ alphabet-soup-1.1/license-change.txt 2006-12-01 11:20:56.000000000 +0100 @@ -0,0 +1,199 @@ +The original license statement in readme.txt was: +"Alphabet Soup is freeware and may be distributed freely (without charge). If +you would like to include Alphabet Soup on a compilation CD you must contact us +for permission. Please see the "Contacting Us" section at the bottom of this +document." + +This was changed to the current text by Hans de Goede +, with permission from the original author Todd Cope, +below is are literal copies of the email exchange in which he gave his +permission: + +--- + +Message-ID: <456DE5CA.7020300 at hhs.nl> +Date: Wed, 29 Nov 2006 20:55:54 +0100 +From: Hans de Goede +User-Agent: Thunderbird 1.5.0.5 (X11/20060803) +MIME-Version: 1.0 +To: todd at t3-i.com +Subject: alphabet soup, laserwars en others license +X-Enigmail-Version: 0.94.0.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 7bit + +Hi Todd, + +Remember me I mailed you patches for a Linux version for crystalstacker +quite some time ago. and I've created Fedora Linux packages of +crystalstacker so that Fedora users can easily install it. + +Besides a Linux enthousiast / Fedora developer I'm also a Computer +Science teacher at a Dutch University. This period I'm teaching my +students howto write portable code, so I thought it would be fun to give +them some games written with allegro, but not with another OS like Linux +in mind, to "port" to Linux. Today there was a practical lesson where +they did just that and it was a great success. + +The managed to get smashteroid and alphabet soup running under Linux +quite easily. Their work still needs some cleaning up and then I'll send +it to you. Know that I've seen your other games in action I would like +to package them for Fedora Linux too. + +I'm interested in creating packages for all your (non java) games, but +lets start with those for which you currently already make source +available: alphabet soup, smashteroid and laserwars. + +All 3 of these come with a Freeware-ish license currently in the text. I +don't know if you remember, but we had some discussions about some rough +(and thus for Fedora troublesome) edges with the crystalstacker license. + +In the end you put the following license on crystalstacker (for which +I'm still very grateful): + +"Crystal Stacker is freeware. This means you can pass copies around +freely provided you include this document in it's original form in your +distribution. Please see the "Contacting Us" section of this document if +you need to contact us for any reason. + +The source code is provided as-is and you may do with it whatsoever you +please provided that you include this file in its unmodified form with +any new distribution. NewCreature Design makes no gaurantees regarding +the usability of the source but are willing to help with any problems +you might run into. Please see the "Contacting Us" section of this +document if you need to get in touch with us about any issues you have +regarding the source." + +Are you willing to release: alphabet soup, smashteroid and laserwars +under this license too? And in that case is it ok for me to distribute +the current available versions under this license? + +Thanks & Regards, + +Hans + + +p.s. + +While I'm asking any chance you could release source of any of your +other games like vgolf and secret of the hose? I know you already make +linux binaries available, but source under an unrestrictive license +would be really awsome! + + + +--- + +Return-Path: +Received: from koko.hhs.nl ([145.52.2.16] verified) + by hhs.nl (CommuniGate Pro SMTP 4.3.6) + with ESMTP id 55013466 for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:54 +0100 +Received: from exim by koko.hhs.nl with spam-scanned (Exim 4.62) + (envelope-from ) + id 1Gpa8Z-0007DU-2j + for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:54 +0100 +X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on koko.hhs.nl +X-Spam-Level: +X-Spam-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_05,NO_REAL_NAME, + UNWANTED_LANGUAGE_BODY autolearn=no version=3.1.0 +Received: from exim (helo=koko) + by koko.hhs.nl with local-smtp (Exim 4.62) + (envelope-from ) + id 1Gpa8Y-0007DR-VX + for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:51 +0100 +Received: from [68.178.232.10] (port=55956 helo=smtpout15-02.prod.mesa1.secureserver.net) + by koko.hhs.nl with smtp (Exim 4.62) + (envelope-from ) + id 1Gpa8Y-0007DM-Bx + for j.w.r.degoede at hhs.nl; Thu, 30 Nov 2006 01:50:50 +0100 +Received: (qmail 23995 invoked from network); 30 Nov 2006 00:50:48 -0000 +Received: from unknown (HELO gem-wbe25.prod.mesa1.secureserver.net) (64.202.189.228) + by smtpout15-02.prod.mesa1.secureserver.net with SMTP; 30 Nov 2006 00:50:48 -0000 +Received: (qmail 20967 invoked by uid 99); 30 Nov 2006 00:50:48 -0000 +Date: Wed, 29 Nov 2006 17:50:48 -0700 +From: todd at t3-i.com +Subject: RE: alphabet soup, laserwars en others license +To: Hans de Goede +Message-ID: <20061129175048.c1bf2b7c2c1de069cff39b794cd5d62e.b7005c9902.wbe at email.secureserver.net> +MIME-Version: 1.0 +Content-Type: TEXT/plain; CHARSET=US-ASCII +User-Agent: Web-Based Email 4.9.0 +X-Originating-IP: 70.157.254.177 +X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.2/RELEASE, bases: 30112006 #232888, status: clean + +Hello Hans, + +To your first request to release the other games (Alphabet Soup, Smashteroid, Laser War) under the Crystal Stacker license, I give you my permission to do so. + +As for vGolf, it is unfinished but the source code is available under the "Linux" packages on the web site. No Linux binaries exist as I have no idea how to make them so they work with all Linux versions :) I am fine with you releasing the current vGolf under the Crystal Stacker license as well. + +However, Secret of the Hose is closed-source at the request of the game designer. He wanted to keep it closed-sourced so that people wouldn't be able to cheat as easily in online play. I would love to release the source otherwise. I see no benefit personally in keeping my sources under wraps Your case of using them for educational purposes makes me quite happy. + +Sincerely, + +Todd + +> -------- Original Message -------- +> Subject: alphabet soup, laserwars en others license +> From: Hans de Goede +> Date: Wed, November 29, 2006 12:55 pm +> To: todd at t3-i.com +> +> Hi Todd, +> +> Remember me I mailed you patches for a Linux version for crystalstacker +> quite some time ago. and I've created Fedora Linux packages of +> crystalstacker so that Fedora users can easily install it. +> +> Besides a Linux enthousiast / Fedora developer I'm also a Computer +> Science teacher at a Dutch University. This period I'm teaching my +> students howto write portable code, so I thought it would be fun to give +> them some games written with allegro, but not with another OS like Linux +> in mind, to "port" to Linux. Today there was a practical lesson where +> they did just that and it was a great success. +> +> The managed to get smashteroid and alphabet soup running under Linux +> quite easily. Their work still needs some cleaning up and then I'll send +> it to you. Know that I've seen your other games in action I would like +> to package them for Fedora Linux too. +> +> I'm interested in creating packages for all your (non java) games, but +> lets start with those for which you currently already make source +> available: alphabet soup, smashteroid and laserwars. +> +> All 3 of these come with a Freeware-ish license currently in the text. I +> don't know if you remember, but we had some discussions about some rough +> (and thus for Fedora troublesome) edges with the crystalstacker license. +> +> In the end you put the following license on crystalstacker (for which +> I'm still very grateful): +> +> "Crystal Stacker is freeware. This means you can pass copies around +> freely provided you include this document in it's original form in your +> distribution. Please see the "Contacting Us" section of this document if +> you need to contact us for any reason. +> +> The source code is provided as-is and you may do with it whatsoever you +> please provided that you include this file in its unmodified form with +> any new distribution. NewCreature Design makes no gaurantees regarding +> the usability of the source but are willing to help with any problems +> you might run into. Please see the "Contacting Us" section of this +> document if you need to get in touch with us about any issues you have +> regarding the source." +> +> Are you willing to release: alphabet soup, smashteroid and laserwars +> under this license too? And in that case is it ok for me to distribute +> the current available versions under this license? +> +> Thanks & Regards, +> +> Hans +> +> +> p.s. +> +> While I'm asking any chance you could release source of any of your +> other games like vgolf and secret of the hose? I know you already make +> linux binaries available, but source under an unrestrictive license +> would be really awsome! + --- alphabet-soup-1.1/main.c.unix 2004-09-22 10:19:34.000000000 +0200 +++ alphabet-soup-1.1/main.c 2006-12-01 11:20:56.000000000 +0100 @@ -145,9 +145,26 @@ void main_loop(void) { int i; +#ifdef __unix__ + char buf[512]; + char *home = getenv("HOME"); + int check_and_create_dir(const char *name); + snprintf(buf, sizeof(buf), "%s/.alphabet-soup", home? home:"."); + if (check_and_create_dir(buf)) + return; + + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.cfg", + home? home:"."); + config_load(buf); + + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.hs", + home? home:"."); + load_scores(buf); +#else config_load("soup.cfg"); load_scores("soup.hs"); +#endif can_x = SCREEN_W / 2 - CAN_R; can_y = -CAN_H; can_ofs = CAN_START_OFS; @@ -155,22 +172,37 @@ menu_init(); blit(image[IMAGE_MENU_BG], screen, 0, 0, 0, 0, SCREEN_W, SCREEN_H); fade_in(palette, 4); - ncds_play_music("soup.dat#music/title.xm", 1); + ncds_play_music(DATADIR "soup.dat#music/title.xm", 1); logic_ticks = 0; while(state != STATE_FIN) { - for(i = 0; i < ((logic_ticks < 30) ? logic_ticks : 30); i++) + if (logic_ticks > 30) + logic_ticks = 30; + + while (logic_ticks) { main_logic(); + logic_ticks--; } ncds_update_music(); - logic_ticks = 0; main_render(); main_draw(); + while (logic_ticks == 0) + rest(1); } ncds_stop_music(); +#ifdef __unix__ + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.cfg", + home? home:"."); + config_save(buf); + + snprintf(buf, sizeof(buf), "%s/.alphabet-soup/soup.hs", + home? home:"."); + save_scores(buf); +#else config_save("soup.cfg"); save_scores("soup.hs"); +#endif fade_out(4); } --- alphabet-soup-1.1/map.c.unix 2004-01-26 08:28:38.000000000 +0100 +++ alphabet-soup-1.1/map.c 2006-12-01 11:20:56.000000000 +0100 @@ -139,9 +139,8 @@ void map_add_letter(MAP * mp, char letter) { int loc; - int val = rand() % 26; int i, j; - int smap[MAP_H][MAP_W] = {0}; + int smap[MAP_H][MAP_W] = { {0} }; /* find a place to put the letter */ map_update_blocked(mp, &game.snake); @@ -183,7 +182,7 @@ void map_clear(MAP * mp) { - int i, j; + int i; for(i = 0; i < MAX_LETTERS; i++) { @@ -279,7 +278,7 @@ void map_draw(BITMAP * bp, MAP * mp, int ox, int oy) { - int i, j; + int i; char str[2] = {'\0', '\0'}; for(i = 0; i < MAX_LETTERS; i++) --- alphabet-soup-1.1/map.h.unix 2004-01-26 08:29:06.000000000 +0100 +++ alphabet-soup-1.1/map.h 2006-12-01 11:20:56.000000000 +0100 @@ -1,8 +1,6 @@ #ifndef _MAP_H #define _MAP_H -#include "dictionary.h" - #define MAP_W (12) #define MAP_H (12) @@ -31,10 +29,16 @@ } MAP; -//void map_auto_shuffle(MAP * mp, SNAKE * sp); +#include "snake.h" +#include "dictionary.h" + +void map_auto_shuffle(MAP * mp, SNAKE * sp); void map_new_letter(MAP * mp, int val, int x, int y); void map_add_letter(MAP * mp, char letter); void map_logic(MAP * mp); void map_draw(BITMAP * bp, MAP * mp, int ox, int oy); +void map_clear(MAP * mp); +void map_re_letter(MAP * mp, char * wp); + #endif --- alphabet-soup-1.1/menu.c.unix 2004-09-21 16:15:36.000000000 +0200 +++ alphabet-soup-1.1/menu.c 2006-12-01 11:56:20.000000000 +0100 @@ -1,5 +1,7 @@ #include #include +#include +#include #include "ncds.h" #include "data.h" #include "menu.h" @@ -95,8 +97,7 @@ if(music_vol <= 0) { ncds_enable_music(); - ncds_play_music("soup.dat#music/title.xm", 1); - logic_ticks = 0; + ncds_play_music(DATADIR "soup.dat#music/title.xm", 1); } music_vol += 5; ncds_set_music_volume(music_vol); @@ -199,7 +200,7 @@ void menu_dictionary_text(void) { - strcpy(gmenu_wtext, get_filename(word_file[word_selected])); + strcpy(gmenu_wtext, get_filename(word_file[(int)word_selected])); } void menu_proc_dictionary_left(void) @@ -208,7 +209,7 @@ { ncds_play_sample(sound[SOUND_MENU_OPTION], 128, -1, -1); word_selected--; - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); menu_dictionary_text(); } } @@ -219,7 +220,7 @@ { ncds_play_sample(sound[SOUND_MENU_OPTION], 128, -1, -1); word_selected++; - dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[word_selected]); + dictionary_load(&dictionary[DICTIONARY_MAIN], word_file[(int)word_selected]); menu_dictionary_text(); } } @@ -241,7 +242,6 @@ build_dictionary_list(); } ncds_resume_music(); - logic_ticks = 0; } void config_init(void) @@ -482,8 +482,6 @@ void menu_logic(void) { - int i; - int f = frame; char k; if(keypressed()) @@ -522,7 +520,7 @@ menu_state = MENU_STATE_TO_OS; ncds_play_sample(sound[SOUND_MENU_ENTER], 128, -1, -1); } - if(k == KEY_ENTER) + if(k == KEY_ENTER || k == KEY_SPACE) { menu_state = MENU_STATE_TO_OPTIONS; ncds_play_sample(sound[SOUND_MENU_ENTER], 128, -1, -1); @@ -565,7 +563,7 @@ { menu.item[menu.selected].right_proc(); } - if(k == KEY_ENTER && menu.item[menu.selected].enter_proc) + if((k == KEY_ENTER || k == KEY_SPACE) && menu.item[menu.selected].enter_proc) { menu.item[menu.selected].enter_proc(); } @@ -701,8 +699,6 @@ void menu_render(void) { - int i, j; - // clear_to_color(buffer, makecol(0, 0, 128)); /* for(i = 0; i < SCREEN_H / image[IMAGE_MENU_SHAPE_1]->h + 2; i++) { @@ -746,7 +742,7 @@ { k = 0; } - if(k == KEY_ESC) + if(k == KEY_ESC || k == KEY_ENTER || k == KEY_SPACE) { score_state = SCORE_STATE_OUT; } @@ -847,8 +843,7 @@ // can_ofs = CAN_START_OFS; state = STATE_MENU; menu_state = MENU_STATE_FROM_SCORES; - ncds_play_music("soup.dat#music/title.xm", 1); - logic_ticks = 0; + ncds_play_music(DATADIR "soup.dat#music/title.xm", 1); } break; } --- alphabet-soup-1.1/menu.h.unix 2004-01-29 08:53:22.000000000 +0100 +++ alphabet-soup-1.1/menu.h 2006-12-01 11:20:56.000000000 +0100 @@ -58,5 +58,9 @@ void menu_logic(void); void menu_render(void); void menu_draw(void); +void scores_logic(void); +void scores_render(void); +void scores_draw(void); + #endif --- alphabet-soup-1.1/ncds.c.unix 2004-09-14 06:54:42.000000000 +0200 +++ alphabet-soup-1.1/ncds.c 2006-12-01 11:20:56.000000000 +0100 @@ -60,7 +60,7 @@ SAMPLE * ncds_sample_queue[NCDS_MAX_QUEUE] = {NULL}; int ncds_queue_channel = -1; -char ncds_music_type[NCDS_MAX_MUSIC_TYPES][8] = {0}; +char ncds_music_type[NCDS_MAX_MUSIC_TYPES][8] = { {0} }; int ncds_music_types = 0; void ncds_add_music_type(char * ext) @@ -410,7 +410,6 @@ { char str[1024] = {0}; int i; - int mode = 0; if(fn[0] != '\0') { @@ -456,7 +455,7 @@ void ncds_update_queue(void) { - int i, j; + int j; if(ncds_initialized) { @@ -515,7 +514,7 @@ void ncds_update_music(void) { - int i, ret; + int ret; if(ncds_initialized && !ncds_done) { @@ -812,8 +811,6 @@ /* saves a wave file to file pointer */ int ncds_save_wav_fp(SAMPLE * SamplePointer, PACKFILE * f) { - int i; - /* create the header */ char RiffHeader[4] = {'R', 'I', 'F', 'F'}; unsigned long FileLength = 36 + SamplePointer->len; @@ -961,7 +958,6 @@ /* figure out sound panning based on X coordinate and width */ int ncds_place_sound(int x, int width) { - float fw = width; float wr = width / 256; float fx = x * wr; --- alphabet-soup-1.1/ncds.h.unix 2004-09-13 08:53:52.000000000 +0200 +++ alphabet-soup-1.1/ncds.h 2006-12-01 11:20:56.000000000 +0100 @@ -9,8 +9,8 @@ /* undefine these to disable portions of NCDS */ #define NCDS_DUMB -#define NCDS_ALMP3 -#define NCDS_ALOGG +// #define NCDS_ALMP3 +// #define NCDS_ALOGG /* sound system channel modes */ #define NCDS_MAX_CHANNELS 32 @@ -73,4 +73,8 @@ } #endif +#ifndef DATADIR +#define DATADIR +#endif + #endif --- alphabet-soup-1.1/readme.txt.unix 2004-01-29 21:50:44.000000000 +0100 +++ alphabet-soup-1.1/readme.txt 2006-12-01 11:20:56.000000000 +0100 @@ -1,147 +1,155 @@ -Alphabet Soup 1.0 (c)2004 NewCreature Design --------------------------------------------- - -Alphabet Soup is freeware and may be distributed freely (without charge). If -you would like to include Alphabet Soup on a compilation CD you must contact us -for permission. Please see the "Contacting Us" section at the bottom of this -document. - - -Disclaimer ----------- - -NewCreature Design makes no gaurantees regarding the Alphabet Soup software. We -take no responsibility for any damages the software may cause to you or your -equipment, though it has not been known to cause any problems. Please contact -us if you have any trouble with the software and we'll see if we can resolve -the problem. - - -Description ------------ - -Guide your worm through the soup to spell words and earn points. Play the way -you like with several game mode selections. Words are chosen from one of three -included dictionaries, or import your own. - - -System Requirements -------------------- - -Pentium or better PC -VGA or better graphics card - - -Navigating the Menu -------------------- - -Use the UP and DOWN arrow keys to move through the menu, LEFT and RIGHT to -modify options, ENTER to select. - - -Playing the Game ----------------- - -Alphabet soup contains several game modes, all with a similar goal. You are -given a word and you must maneuver your worm through the soup to spell out that -word. Larger words, naturally, earn you more points. - - -Game Modes ----------- - -All game modes share the same basic rules as spelled out above, however, some -details about how the game plays depend on what game mode you've chosen. - - - Scatter Word - ------------ - - The basic game mode, spell the given word to earn points. - - - Blind Worm - ---------- - - Just like Scatter Word, except you must figure out what word you are supposed - to find based on what letters are floating in the soup. - - - Elimination - ----------- - - Like Scatter Word but each word you find is eliminated from the dictionary - until no words remain. - - - Poison Letter - ------------- - - Eat the wrong letter and you lose. - - - Fat Worm - -------- - - Your worm does not get smaller as you find words. - - - Skinny Worm - ----------- - - Your worm does not get bigger with each word. - - - Cold Soup - --------- - - Letters do not float around in the soup. - - - Nibbles - ------- - - The simplest mode, only the letter you need appears. - - -Dictionaries ------------- - -When playing Alphabet Soup, words are selected from a dictionary. You can use -any of the provided dictionaries or import your own. To import a dictionary -press ENTER on the Dictionary option in the menu and select the text file which -contains your list of words. The file must be formatted one word per line with -a line break at the end of the file to be imported properly. - - -Credits -------- - -Programming, Concept, Design, Graphics, Music, and Sound by Todd Cope. - -Additional Design by Brandy Cope. - - -Conclusion ----------- - -Alphabet Soup has been a blast to work on. We hope the you all will enjoy the -game. If you would like to comment or report problems with the game please -contact us using the information below. - - -Contacting Us -------------- - -If you have general questions about our programs or anything else you can -contact us via e-mail. Please report any bugs you find in our software as well. -Comments are also appreciated. Visit our web site for the latest updates and -releases. - -E-mail - todd at ncdgames.com - -Snail Mail - 1409 Diuguid Drive Apt. A5 - Murray, KY 42071 - Apt. A5 - -Web Site - http://www.ncdgames.com +Alphabet Soup 1.0 (c)2004 NewCreature Design +-------------------------------------------- + +Alphabet Soup is freeware. This means you can pass copies around +freely provided you include this document in it's original form in your +distribution. Please see the "Contacting Us" section of this document if +you need to contact us for any reason. + +The source code is provided as-is and you may do with it whatsoever you +please provided that you include this file in its unmodified form with +any new distribution. NewCreature Design makes no gaurantees regarding +the usability of the source but are willing to help with any problems +you might run into. Please see the "Contacting Us" section of this +document if you need to get in touch with us about any issues you have +regarding the source. + + +Disclaimer +---------- + +NewCreature Design makes no gaurantees regarding the Alphabet Soup software. We +take no responsibility for any damages the software may cause to you or your +equipment, though it has not been known to cause any problems. Please contact +us if you have any trouble with the software and we'll see if we can resolve +the problem. + + +Description +----------- + +Guide your worm through the soup to spell words and earn points. Play the way +you like with several game mode selections. Words are chosen from one of three +included dictionaries, or import your own. + + +System Requirements +------------------- + +Pentium or better PC +VGA or better graphics card + + +Navigating the Menu +------------------- + +Use the UP and DOWN arrow keys to move through the menu, LEFT and RIGHT to +modify options, ENTER to select. + + +Playing the Game +---------------- + +Alphabet soup contains several game modes, all with a similar goal. You are +given a word and you must maneuver your worm through the soup to spell out that +word. Larger words, naturally, earn you more points. + + +Game Modes +---------- + +All game modes share the same basic rules as spelled out above, however, some +details about how the game plays depend on what game mode you've chosen. + + + Scatter Word + ------------ + + The basic game mode, spell the given word to earn points. + + + Blind Worm + ---------- + + Just like Scatter Word, except you must figure out what word you are supposed + to find based on what letters are floating in the soup. + + + Elimination + ----------- + + Like Scatter Word but each word you find is eliminated from the dictionary + until no words remain. + + + Poison Letter + ------------- + + Eat the wrong letter and you lose. + + + Fat Worm + -------- + + Your worm does not get smaller as you find words. + + + Skinny Worm + ----------- + + Your worm does not get bigger with each word. + + + Cold Soup + --------- + + Letters do not float around in the soup. + + + Nibbles + ------- + + The simplest mode, only the letter you need appears. + + +Dictionaries +------------ + +When playing Alphabet Soup, words are selected from a dictionary. You can use +any of the provided dictionaries or import your own. To import a dictionary +press ENTER on the Dictionary option in the menu and select the text file which +contains your list of words. The file must be formatted one word per line with +a line break at the end of the file to be imported properly. + + +Credits +------- + +Programming, Concept, Design, Graphics, Music, and Sound by Todd Cope. + +Additional Design by Brandy Cope. + + +Conclusion +---------- + +Alphabet Soup has been a blast to work on. We hope the you all will enjoy the +game. If you would like to comment or report problems with the game please +contact us using the information below. + + +Contacting Us +------------- + +If you have general questions about our programs or anything else you can +contact us via e-mail. Please report any bugs you find in our software as well. +Comments are also appreciated. Visit our web site for the latest updates and +releases. + +E-mail - todd at t3-i.com + +Snail Mail - 1409 Diuguid Drive Apt. A5 + Murray, KY 42071 + Apt. A5 + +Web Site - http://www.t3-i.com/ --- alphabet-soup-1.1/snake.c.unix 2004-09-22 10:06:48.000000000 +0200 +++ alphabet-soup-1.1/snake.c 2006-12-01 11:20:56.000000000 +0100 @@ -28,8 +28,6 @@ void snake_add(SNAKE * sp, char val) { - int i; - sp->segment[sp->length].letter = val; if(sp->length < SNAKE_MAX_SEGMENTS - 1) { @@ -39,8 +37,6 @@ void snake_control(SNAKE * sp) { - int i, j; - read_controller(&sp->controller); if(sp->segment[0].nx != sp->segment[0].x) { @@ -108,11 +104,8 @@ void snake_move(SNAKE * sp, MAP * mp) { - int i, j, r; - char tester[17] = {0}; - char snake_string[256] = {0}; + int i, j; int points = 5; - int count = 0; char c[2] = {0}; int cx; @@ -285,7 +278,7 @@ void snake_draw(BITMAP * bp, SNAKE * sp, int ox, int oy) { int i; - BITMAP * sbp; + BITMAP * sbp = NULL; if(sp->segment[1].x > sp->segment[0].x) { --- alphabet-soup-1.1/snake.h.unix 2004-01-26 08:29:18.000000000 +0100 +++ alphabet-soup-1.1/snake.h 2006-12-01 11:20:56.000000000 +0100 @@ -1,7 +1,6 @@ #ifndef SNAKE_H #define SNAKE_H -#include "map.h" #include "input.h" #define SNAKE_MAX_SEGMENTS 256 @@ -32,8 +31,10 @@ } SNAKE; +#include "map.h" + void snake_compile(SNAKE * sp); -//void snake_move(SNAKE * sp, MAP * mp); +void snake_move(SNAKE * sp, MAP * mp); void snake_draw(BITMAP * bp, SNAKE * sp, int ox, int oy); #endif --- /dev/null 2006-12-01 08:45:08.001995750 +0100 +++ alphabet-soup-1.1/unix.c 2006-12-01 11:20:56.000000000 +0100 @@ -0,0 +1,50 @@ +#include +#include +#include +#include +#include + +int check_and_create_dir(const char *name) +{ + struct stat stat_buffer; + + if (stat(name, &stat_buffer)) + { + /* error check if it doesn't exist or something else is wrong */ + if (errno == ENOENT) + { + /* doesn't exist letts create it ;) */ +#ifdef BSD43 + if (mkdir(name, 0775)) +#else + if (mkdir(name, S_IRWXU|S_IRWXG|S_IROTH|S_IXOTH)) +#endif + { + fprintf(stderr, "Error creating dir %s", name); + perror(" "); + return -1; + } + } + else + { + /* something else went wrong yell about it */ + fprintf(stderr, "Error opening %s", name); + perror(" "); + return -1; + } + } + else + { + /* file exists check it's a dir otherwise yell about it */ +#ifdef BSD43 + if (!(S_IFDIR & stat_buffer.st_mode)) +#else + if (!S_ISDIR(stat_buffer.st_mode)) +#endif + { + fprintf(stderr,"Error %s exists but isn't a dir\n", name); + return -1; + } + } + return 0; +} --- NEW FILE alphabet-soup.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Alphabet Soup Comment=Guide your worm through the soup to spell words Exec=alphabet-soup Icon=alphabet-soup.png Terminal=false StartupNotify=false Type=Application Categories=Game; --- NEW FILE alphabet-soup.spec --- Name: alphabet-soup Version: 1.1 Release: 2%{?dist} Summary: Guide your worm through the soup to spell words Group: Amusements/Games License: Freeware URL: http://www.t3-i.com/asoup.htm Source0: http://www.t3-i.com/ncdgames/as11src.zip Source1: alphabet-soup.desktop Source2: alphabet-soup.png Patch0: alphabet-soup-1.1-linux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alfont-devel dumb-devel desktop-file-utils Requires: hicolor-icon-theme %description Guide your worm through the soup to spell words and earn points. Play the way you like with several game mode selections. Words are chosen from one of three included dictionaries, or import your own. %prep %setup -q -c %patch0 -p1 -z .unix sed -i 's/\r//' readme.txt %build make %{?_smp_mflags} -f Makefile.unix PREFIX=%{_prefix} \ CFLAGS="$RPM_OPT_FLAGS -fsigned-char -Wno-deprecated-declarations" %install rm -rf $RPM_BUILD_ROOT make -f Makefile.unix install PREFIX=$RPM_BUILD_ROOT%{_prefix} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc readme.txt license-change.txt %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %changelog * Sun Dec 3 2006 Hans de Goede 1.1-2 - Add dumb-devel to BR (bz 218023) - Add Requires hicolor-icon-theme (bz 218023) * Fri Dec 1 2006 Hans de Goede 1.1-1 - Initial Fedora Extras package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alphabet-soup/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 05:25:44 -0000 1.1 +++ .cvsignore 4 Dec 2006 05:26:51 -0000 1.2 @@ -0,0 +1 @@ +as11src.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/alphabet-soup/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 05:25:44 -0000 1.1 +++ sources 4 Dec 2006 05:26:51 -0000 1.2 @@ -0,0 +1 @@ +364fe30c53a86217db37f53308604f74 as11src.zip From fedora-extras-commits at redhat.com Mon Dec 4 05:27:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 00:27:21 -0500 Subject: rpms/alphabet-soup import.log,1.1,1.2 Message-ID: <200612040527.kB45RLSc001716@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alphabet-soup In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1676 Modified Files: import.log Log Message: auto-import alphabet-soup-1.1-2.fc7 on branch devel from alphabet-soup-1.1-2.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/alphabet-soup/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 05:25:38 -0000 1.1 +++ import.log 4 Dec 2006 05:26:51 -0000 1.2 @@ -0,0 +1 @@ +alphabet-soup-1_1-2_fc7:HEAD:alphabet-soup-1.1-2.fc7.src.rpm:1165211021 From fedora-extras-commits at redhat.com Mon Dec 4 07:35:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 4 Dec 2006 02:35:48 -0500 Subject: owners owners.list,1.2055,1.2056 Message-ID: <200612040735.kB47ZmUm009508@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9493 Modified Files: owners.list Log Message: added alphabet-soup Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2055 retrieving revision 1.2056 diff -u -r1.2055 -r1.2056 --- owners.list 4 Dec 2006 03:33:42 -0000 1.2055 +++ owners.list 4 Dec 2006 07:35:18 -0000 1.2056 @@ -42,6 +42,7 @@ Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleyoop|Graphical front-end to the Valgrind memory checker|giallu at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| Fedora Extras|alsa-tools|Specialist tools for ALSA|rpm at timj.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 07:37:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:37:34 -0500 Subject: rpms/vdr-femon - New directory Message-ID: <200612040737.kB47bYH5009576@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9572/vdr-femon Log Message: Directory /cvs/extras/rpms/vdr-femon added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 07:37:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:37:39 -0500 Subject: rpms/vdr-femon/devel - New directory Message-ID: <200612040737.kB47bdvt009589@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9572/vdr-femon/devel Log Message: Directory /cvs/extras/rpms/vdr-femon/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 07:38:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:38:03 -0500 Subject: rpms/vdr-femon/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612040738.kB47c3xS009638@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9613/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module vdr-femon --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 07:37:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:37:58 -0500 Subject: rpms/vdr-femon Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612040737.kB47bwNq009619@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9613 Added Files: Makefile import.log Log Message: Setup of module vdr-femon --- NEW FILE Makefile --- # Top level Makefile for module vdr-femon all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 07:38:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:38:39 -0500 Subject: owners owners.list,1.2056,1.2057 Message-ID: <200612040738.kB47cdrA009695@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9631 Modified Files: owners.list Log Message: +vdr-femon, #190345 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2056 retrieving revision 1.2057 diff -u -r1.2056 -r1.2057 --- owners.list 4 Dec 2006 07:35:18 -0000 1.2056 +++ owners.list 4 Dec 2006 07:38:09 -0000 1.2057 @@ -2425,6 +2425,7 @@ Fedora Extras|valknut|Direct Connect client|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|varconf|WorldForge configuration library|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|vdr|Video Disk Recorder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|vdr-femon|DVB frontend status monitor plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-osdteletext|OSD teletext plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-subtitles|DVB subtitles plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|vdr-sudoku|Sudoku plugin for VDR|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 07:39:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:39:12 -0500 Subject: rpms/vdr-femon/devel vdr-femon.conf, NONE, 1.1 vdr-femon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612040739.kB47dC5e009734@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9699/devel Modified Files: .cvsignore sources Added Files: vdr-femon.conf vdr-femon.spec Log Message: auto-import vdr-femon-1.1.0-1 on branch devel from vdr-femon-1.1.0-1.src.rpm Initial import, #190345 --- NEW FILE vdr-femon.conf --- # Configuration snippet for vdr-femon -*- sh -*- # # Add command line options to pass to the femon plugin to PLUGIN_OPTIONS. PLUGIN_OPTIONS="" --- NEW FILE vdr-femon.spec --- %define pname femon %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) Name: vdr-%{pname} Version: 1.1.0 Release: 1%{?dist} Summary: DVB frontend status monitor plugin for VDR Group: Applications/Multimedia License: GPL URL: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ Source0: http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/%{name}-%{version}.tgz Source1: %{name}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.4.0 BuildRequires: sed >= 3.95 Requires: vdr(abi) = %{apiver} %description DVB frontend status monitor is a plugin that displays some signal information parameters of the current tuned channel on VDR's OSD. You can zap through all your channels and the plugin should be monitoring always the right frontend. The transponder and stream information are also available in advanced display modes. %prep %setup -q -n %{pname}-%{version} f=HISTORY ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr STRIP=/bin/true %install rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING HISTORY README %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %{plugindir}/libvdr-%{pname}.so.%{apiver} %changelog * Sat Sep 23 2006 Ville Skytt?? - 1.1.0-1 - 1.1.0, build for VDR 1.4.3. * Sun Aug 6 2006 Ville Skytt?? - 1.0.1-2 - Rebuild for VDR 1.4.1-3. * Sun Jun 11 2006 Ville Skytt?? - 1.0.1-1 - 1.0.1, build for VDR 1.4.1. * Sun Apr 30 2006 Ville Skytt?? - 1.0.0-1 - 1.0.0, build for VDR 1.4.0. * Sun Apr 23 2006 Ville Skytt?? - 0.9.9-1 - 0.9.9. * Mon Apr 17 2006 Ville Skytt?? - 0.9.8-3 - Rebuild/adjust for VDR 1.3.47, require versioned vdr(abi). - Trim pre-RLO %%changelog entries. * Sun Mar 26 2006 Ville Skytt?? - 0.9.8-2 - Rebuild for VDR 1.3.45. * Wed Mar 8 2006 Ville Skytt?? - 0.9.8-1 - 0.9.8. * Wed Mar 1 2006 Ville Skytt?? - 0.9.7-0.lvn.2 - Rebuild for VDR 1.3.44. * Tue Feb 28 2006 Andreas Bierfert - add dist * Sun Feb 19 2006 Ville Skytt?? - 0.9.7-0.lvn.1 - 0.9.7, built for VDR 1.3.43. * Sun Feb 5 2006 Ville Skytt?? - 0.9.6-0.lvn.3 - Rebuild for VDR 1.3.42. * Thu Jan 26 2006 Ville Skytt?? - 0.9.6-0.lvn.2 - Grr. Upstream re-released 0.9.6 with minor additional fixes. * Wed Jan 25 2006 Ville Skytt?? - 0.9.6-0.lvn.1 - 0.9.6. * Sun Jan 22 2006 Ville Skytt?? - 0.9.5-0.lvn.4 - Rebuild for VDR 1.3.40. * Sun Jan 15 2006 Ville Skytt?? - 0.9.5-0.lvn.3 - Rebuild for VDR 1.3.39. * Sun Jan 8 2006 Ville Skytt?? - 0.9.5-0.lvn.2 - Rebuild for VDR 1.3.38. * Sun Nov 13 2005 Ville Skytt?? - 0.9.5-0.lvn.1 - 0.9.5. * Sun Nov 6 2005 Ville Skytt?? - 0.9.4-0.lvn.3 - Rebuild for VDR 1.3.36. * Tue Nov 1 2005 Ville Skytt?? - 0.9.4-0.lvn.2 - Rebuild for VDR 1.3.35. * Thu Oct 6 2005 Ville Skytt?? - 0.9.4-0.lvn.1 - 0.9.4. - Rebuild for VDR 1.3.34. * Sun Sep 25 2005 Ville Skytt?? - 0.9.3-0.lvn.3 - Rebuild for VDR 1.3.33. * Sun Sep 11 2005 Ville Skytt?? - 0.9.3-0.lvn.2 - Rebuild for VDR 1.3.32. * Mon Aug 29 2005 Ville Skytt?? - 0.9.3-0.lvn.1 - 0.9.3. - Rebuild for VDR 1.3.31. * Sun Aug 21 2005 Ville Skytt?? - 0.9.2-0.lvn.2 - Rebuild for VDR 1.3.30. * Tue Aug 16 2005 Ville Skytt?? - 0.9.2-0.lvn.1 - 0.9.2. - Try to avoid build system problems by not using %%expand with vdr-config. * Sat Aug 13 2005 Ville Skytt?? - 0.9.1-1.lvn.1 - Improve description. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 07:38:03 -0000 1.1 +++ .cvsignore 4 Dec 2006 07:38:42 -0000 1.2 @@ -0,0 +1 @@ +vdr-femon-1.1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 07:38:03 -0000 1.1 +++ sources 4 Dec 2006 07:38:42 -0000 1.2 @@ -0,0 +1 @@ +845886d484d998e79f997320f53bbf6d vdr-femon-1.1.0.tgz From fedora-extras-commits at redhat.com Mon Dec 4 07:39:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:39:12 -0500 Subject: rpms/vdr-femon import.log,1.1,1.2 Message-ID: <200612040739.kB47dCPF009730@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9699 Modified Files: import.log Log Message: auto-import vdr-femon-1.1.0-1 on branch devel from vdr-femon-1.1.0-1.src.rpm Initial import, #190345 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 07:37:58 -0000 1.1 +++ import.log 4 Dec 2006 07:38:42 -0000 1.2 @@ -0,0 +1 @@ +vdr-femon-1_1_0-1:HEAD:vdr-femon-1.1.0-1.src.rpm:1165218123 From fedora-extras-commits at redhat.com Mon Dec 4 07:41:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 4 Dec 2006 02:41:23 -0500 Subject: rpms/vdr-femon/devel vdr-femon.spec,1.1,1.2 Message-ID: <200612040741.kB47fNQc009786@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr-femon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9771 Modified Files: vdr-femon.spec Log Message: * Mon Dec 4 2006 Ville Skytt?? - 1.1.0-4 - First Fedora Extras build. Index: vdr-femon.spec =================================================================== RCS file: /cvs/extras/rpms/vdr-femon/devel/vdr-femon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-femon.spec 4 Dec 2006 07:38:42 -0000 1.1 +++ vdr-femon.spec 4 Dec 2006 07:40:53 -0000 1.2 @@ -4,7 +4,7 @@ Name: vdr-%{pname} Version: 1.1.0 -Release: 1%{?dist} +Release: 4%{?dist} Summary: DVB frontend status monitor plugin for VDR Group: Applications/Multimedia @@ -55,6 +55,9 @@ %changelog +* Mon Dec 4 2006 Ville Skytt?? - 1.1.0-4 +- First Fedora Extras build. + * Sat Sep 23 2006 Ville Skytt?? - 1.1.0-1 - 1.1.0, build for VDR 1.4.3. From fedora-extras-commits at redhat.com Mon Dec 4 08:52:59 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Mon, 4 Dec 2006 03:52:59 -0500 Subject: comps comps-fe7.xml.in,1.37,1.38 Message-ID: <200612040852.kB48qxxP013151@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13136 Modified Files: comps-fe7.xml.in Log Message: added devilspie to X Window System Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- comps-fe7.xml.in 3 Dec 2006 22:10:46 -0000 1.37 +++ comps-fe7.xml.in 4 Dec 2006 08:52:29 -0000 1.38 @@ -74,6 +74,7 @@ Canna dejavu-fonts dejavu-fonts-experimental + devilspie efont-unicode-bdf FreeWnn kinput2 @@ -145,7 +146,6 @@ fpc ftnchek gauche - gcl gforth ghc git From fedora-extras-commits at redhat.com Mon Dec 4 08:53:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 4 Dec 2006 03:53:42 -0500 Subject: rpms/glibmm24/devel .cvsignore, 1.12, 1.13 glibmm.spec, 1.16, 1.17 sources, 1.13, 1.14 Message-ID: <200612040853.kB48rgc5013176@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13157 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.12.3, added dist tag Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 2 Oct 2006 23:29:43 -0000 1.12 +++ .cvsignore 4 Dec 2006 08:53:12 -0000 1.13 @@ -1 +1 @@ -glibmm-2.12.2.tar.bz2 +glibmm-2.12.3.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/glibmm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- glibmm.spec 2 Oct 2006 23:29:43 -0000 1.16 +++ glibmm.spec 4 Dec 2006 08:53:12 -0000 1.17 @@ -1,6 +1,6 @@ Name: glibmm24 -Version: 2.12.2 -Release: 1 +Version: 2.12.3 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) Group: System Environment/Libraries @@ -77,6 +77,10 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Dec 4 2006 Denis Leroy - 2.12.3-1 +- Update to 2.12.3 +- Added dist tag + * Mon Oct 2 2006 Denis Leroy - 2.12.2-1 - Update to 2.12.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 2 Oct 2006 23:29:43 -0000 1.13 +++ sources 4 Dec 2006 08:53:12 -0000 1.14 @@ -1 +1 @@ -a70be72261b19a080b1666e5e04fd43a glibmm-2.12.2.tar.bz2 +bf80bb02ec7712181dc38ff379ae2d93 glibmm-2.12.3.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 09:07:11 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Mon, 4 Dec 2006 04:07:11 -0500 Subject: comps comps-fe5.xml.in,1.208,1.209 comps-fe6.xml.in,1.235,1.236 Message-ID: <200612040907.kB497Bt3016861@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16837 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added devilspie to X Window System Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- comps-fe5.xml.in 2 Dec 2006 17:18:04 -0000 1.208 +++ comps-fe5.xml.in 4 Dec 2006 09:06:41 -0000 1.209 @@ -71,6 +71,7 @@ aterm dejavu-fonts dejavu-fonts-experimental + devilspie efont-unicode-bdf lineak-defaultplugin lineak-xosdplugin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.235 retrieving revision 1.236 diff -u -r1.235 -r1.236 --- comps-fe6.xml.in 2 Dec 2006 17:18:04 -0000 1.235 +++ comps-fe6.xml.in 4 Dec 2006 09:06:41 -0000 1.236 @@ -74,6 +74,7 @@ Canna dejavu-fonts dejavu-fonts-experimental + devilspie efont-unicode-bdf FreeWnn kinput2 From fedora-extras-commits at redhat.com Mon Dec 4 09:09:46 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 4 Dec 2006 04:09:46 -0500 Subject: rpms/gtkmm24/devel .cvsignore, 1.10, 1.11 gtkmm.spec, 1.19, 1.20 sources, 1.12, 1.13 Message-ID: <200612040909.kB499kxK016912@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16891 Modified Files: .cvsignore gtkmm.spec sources Log Message: Update to 2.10.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Oct 2006 23:52:21 -0000 1.10 +++ .cvsignore 4 Dec 2006 09:09:16 -0000 1.11 @@ -1 +1 @@ -gtkmm-2.10.2.tar.bz2 +gtkmm-2.10.5.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkmm.spec 9 Oct 2006 18:00:34 -0000 1.19 +++ gtkmm.spec 4 Dec 2006 09:09:16 -0000 1.20 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.10.2 +Version: 2.10.5 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -98,6 +98,9 @@ %changelog +* Mon Dec 4 2006 Denis Leroy - 2.10.5 +- Update to 2.10.5 + * Tue Oct 3 2006 Denis Leroy - 2.10.2-1 - Update to 2.10.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 2 Oct 2006 23:52:21 -0000 1.12 +++ sources 4 Dec 2006 09:09:16 -0000 1.13 @@ -1 +1 @@ -b29ec706e544002d312cbefa0a65c446 gtkmm-2.10.2.tar.bz2 +0f5255675d13391ca2f3fa4943733a07 gtkmm-2.10.5.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 09:18:54 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 4 Dec 2006 04:18:54 -0500 Subject: rpms/gtkmm24/devel gtkmm.spec,1.20,1.21 Message-ID: <200612040918.kB49IsCh017035@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17020 Modified Files: gtkmm.spec Log Message: Updated glibmm dependency version Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gtkmm.spec 4 Dec 2006 09:09:16 -0000 1.20 +++ gtkmm.spec 4 Dec 2006 09:18:24 -0000 1.21 @@ -10,7 +10,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.8/gtkmm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glibmm24-devel >= 2.11.3 +BuildRequires: glibmm24-devel >= 2.12.3 BuildRequires: atk-devel >= 1.9.0 BuildRequires: pango-devel >= 1.5.2 BuildRequires: gtk2-devel >= 2.10.0 From fedora-extras-commits at redhat.com Mon Dec 4 09:23:47 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Mon, 4 Dec 2006 04:23:47 -0500 Subject: comps comps-fe6.xml.in,1.236,1.237 comps-fe7.xml.in,1.38,1.39 Message-ID: <200612040923.kB49Nlox017074@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17057 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: adding offlineimap Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- comps-fe6.xml.in 4 Dec 2006 09:06:41 -0000 1.236 +++ comps-fe6.xml.in 4 Dec 2006 09:23:17 -0000 1.237 @@ -1042,6 +1042,7 @@ ncftp ninja nmh + offlineimap pork rtorrent snownews Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- comps-fe7.xml.in 4 Dec 2006 08:52:29 -0000 1.38 +++ comps-fe7.xml.in 4 Dec 2006 09:23:17 -0000 1.39 @@ -1043,6 +1043,7 @@ ncftp ninja nmh + offlineimap pork rtorrent snownews From fedora-extras-commits at redhat.com Mon Dec 4 09:48:27 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 4 Dec 2006 04:48:27 -0500 Subject: rpms/php-eaccelerator/devel eaccelerator-0.9.5-php52fix.patch, NONE, 1.1 php-eaccelerator.spec, 1.25, 1.26 Message-ID: <200612040948.kB49mRi9017208@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17188/devel Modified Files: php-eaccelerator.spec Added Files: eaccelerator-0.9.5-php52fix.patch Log Message: Include patch to fix use of PHP 5.2 (ea #204, rh #218166). eaccelerator-0.9.5-php52fix.patch: --- NEW FILE eaccelerator-0.9.5-php52fix.patch --- Index: eaccelerator/trunk/ChangeLog =================================================================== --- eaccelerator/trunk/ChangeLog (revision 249) +++ eaccelerator/trunk/ChangeLog (revision 251) @@ -1,2 +1,6 @@ +2006-07-28 Bart Vanbrabant + + * Restore the class entry of zend_property_info when using php 5.2, this fixes bug #151 + 2006-07-27 Bart Vanbrabant Index: eaccelerator/trunk/ea_restore.c =================================================================== --- eaccelerator/trunk/ea_restore.c (revision 248) +++ eaccelerator/trunk/ea_restore.c (revision 251) @@ -635,4 +635,7 @@ to->doc_comment_len = 0; to->doc_comment = NULL; +#endif +#ifdef ZEND_ENGINE_2_2 + to->ce = EAG(class_entry); #endif return to; @@ -855,5 +858,4 @@ EAG(xpad)--; #endif - return to; } Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- php-eaccelerator.spec 29 Nov 2006 12:04:32 -0000 1.25 +++ php-eaccelerator.spec 4 Dec 2006 09:47:57 -0000 1.26 @@ -16,12 +16,13 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.net/ Source: http://bart.eaccelerator.net/source/%{module_version}/eaccelerator-%{module_version}.tar.bz2 Patch0: eaccelerator-0.9.5-rc1-config.patch +Patch1: eaccelerator-0.9.5-php52fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: php-api = %{php_apiver} Requires: php-common = %{php_version} @@ -40,6 +41,7 @@ %prep %setup -n eaccelerator-%{module_version} %patch0 -p1 -b .config +%patch1 -p2 -b .php52fix # Change paths in the example config, other values are changed by a patch %{__perl} -pi -e 's|/usr/lib/php4/|%{php_extdir}/|g; s|/tmp/eaccelerator|%{_var}/cache/php-eaccelerator|g' \ @@ -92,6 +94,9 @@ %changelog +* Mon Dec 4 2006 Matthias Saou 5.2.0_0.9.5-2 +- Include patch to fix use of PHP 5.2 (ea #204, rh #218166). + * Wed Nov 29 2006 Matthias Saou 5.2.0_0.9.5-1 - Rebuild against PHP 5.2.0. From fedora-extras-commits at redhat.com Mon Dec 4 09:48:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 4 Dec 2006 04:48:59 -0500 Subject: rpms/tellico/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tellico.spec, 1.2, 1.3 Message-ID: <200612040948.kB49mxrx017231@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/tellico/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17212 Modified Files: .cvsignore sources tellico.spec Log Message: * Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tellico/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 23:21:06 -0000 1.2 +++ .cvsignore 4 Dec 2006 09:48:29 -0000 1.3 @@ -1 +1 @@ -tellico-1.2.2.tar.gz +tellico-1.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tellico/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 23:21:06 -0000 1.2 +++ sources 4 Dec 2006 09:48:29 -0000 1.3 @@ -1 +1 @@ -d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz +4cf5f6a1032a083a68635c819405884b tellico-1.2.6.tar.gz Index: tellico.spec =================================================================== RCS file: /cvs/extras/rpms/tellico/devel/tellico.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tellico.spec 4 Oct 2006 22:42:49 -0000 1.2 +++ tellico.spec 4 Dec 2006 09:48:29 -0000 1.3 @@ -1,6 +1,6 @@ Name: tellico -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: A collection manager Group: Applications/Multimedia @@ -97,6 +97,9 @@ %changelog +* Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 +- New upstream version. + * Thu Oct 05 2006 Christian Iseli 1.2.2-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 4 09:55:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 4 Dec 2006 04:55:44 -0500 Subject: rpms/tellico/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tellico.spec, 1.2, 1.3 Message-ID: <200612040955.kB49tijW017337@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/tellico/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17318 Modified Files: .cvsignore sources tellico.spec Log Message: * Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 23:21:06 -0000 1.2 +++ .cvsignore 4 Dec 2006 09:55:14 -0000 1.3 @@ -1 +1 @@ -tellico-1.2.2.tar.gz +tellico-1.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 23:21:06 -0000 1.2 +++ sources 4 Dec 2006 09:55:14 -0000 1.3 @@ -1 +1 @@ -d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz +4cf5f6a1032a083a68635c819405884b tellico-1.2.6.tar.gz Index: tellico.spec =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-6/tellico.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tellico.spec 4 Oct 2006 22:42:49 -0000 1.2 +++ tellico.spec 4 Dec 2006 09:55:14 -0000 1.3 @@ -1,6 +1,6 @@ Name: tellico -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: A collection manager Group: Applications/Multimedia @@ -97,6 +97,9 @@ %changelog +* Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 +- New upstream version. + * Thu Oct 05 2006 Christian Iseli 1.2.2-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 4 09:57:31 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 4 Dec 2006 04:57:31 -0500 Subject: rpms/tellico/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tellico.spec, 1.1, 1.2 Message-ID: <200612040957.kB49vVCA017412@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/tellico/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17385 Modified Files: .cvsignore sources tellico.spec Log Message: * Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 23:21:06 -0000 1.2 +++ .cvsignore 4 Dec 2006 09:57:01 -0000 1.3 @@ -1 +1 @@ -tellico-1.2.2.tar.gz +tellico-1.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 23:21:06 -0000 1.2 +++ sources 4 Dec 2006 09:57:01 -0000 1.3 @@ -1 +1 @@ -d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz +4cf5f6a1032a083a68635c819405884b tellico-1.2.6.tar.gz Index: tellico.spec =================================================================== RCS file: /cvs/extras/rpms/tellico/FC-5/tellico.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tellico.spec 19 Sep 2006 23:21:06 -0000 1.1 +++ tellico.spec 4 Dec 2006 09:57:01 -0000 1.2 @@ -1,5 +1,5 @@ Name: tellico -Version: 1.2.2 +Version: 1.2.6 Release: 1%{?dist} Summary: A collection manager @@ -97,6 +97,12 @@ %changelog +* Mon Dec 4 2006 Jos?? Matos - 1.2.6-1 +- New upstream version. + +* Thu Oct 05 2006 Christian Iseli 1.2.2-2 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + * Tue Sep 19 2006 Jos?? Matos - 1.2.2-1 - Revert desktop file to original one, and drop vendor. - New upstream release. From fedora-extras-commits at redhat.com Mon Dec 4 11:06:52 2006 From: fedora-extras-commits at redhat.com (Sebastian Vahl (svahl)) Date: Mon, 4 Dec 2006 06:06:52 -0500 Subject: comps comps-fe7.xml.in,1.39,1.40 Message-ID: <200612041106.kB4B6qBZ023770@cvs-int.fedora.redhat.com> Author: svahl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23753 Modified Files: comps-fe7.xml.in Log Message: put gcl in alphabetical order and so fix an error earlier this day Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- comps-fe7.xml.in 4 Dec 2006 09:23:17 -0000 1.39 +++ comps-fe7.xml.in 4 Dec 2006 11:06:22 -0000 1.40 @@ -139,13 +139,13 @@ cvsps cvsweb ecl - gcl epydoc erlang flasm fpc ftnchek gauche + gcl gforth ghc git From fedora-extras-commits at redhat.com Mon Dec 4 11:15:13 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 4 Dec 2006 06:15:13 -0500 Subject: fedora-security/audit fc5,1.405,1.406 fc6,1.156,1.157 Message-ID: <200612041115.kB4BFDZW023822@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23805/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6128 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- fc5 30 Nov 2006 21:45:26 -0000 1.405 +++ fc5 4 Dec 2006 11:15:13 -0000 1.406 @@ -1,8 +1,9 @@ Up to date CVE as of CVE email 20061123 Up to date FC5 as of 20061123 - ** are items that need attention + +CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- fc6 30 Nov 2006 21:45:27 -0000 1.156 +++ fc6 4 Dec 2006 11:15:13 -0000 1.157 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Mon Dec 4 11:19:54 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 4 Dec 2006 06:19:54 -0500 Subject: fedora-security/audit fc5,1.406,1.407 fc6,1.157,1.158 Message-ID: <200612041119.kB4BJs6l023904@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23880/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-5751 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- fc5 4 Dec 2006 11:15:13 -0000 1.406 +++ fc5 4 Dec 2006 11:19:54 -0000 1.407 @@ -19,6 +19,7 @@ CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1221] +CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (thunderbird) [since FEDORA-2006-1194] CVE-2006-5748 version (firefox) [since FEDORA-2006-1199] CVE-2006-5747 version (thunderbird) [since FEDORA-2006-1194] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.157 retrieving revision 1.158 diff -u -r1.157 -r1.158 --- fc6 4 Dec 2006 11:15:13 -0000 1.157 +++ fc6 4 Dec 2006 11:19:54 -0000 1.158 @@ -19,6 +19,7 @@ CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1223] +CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] CVE-2006-5748 version (thunderbird, fixed 1.5.0.8) [since FEDORA-2006-1192] CVE-2006-5747 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] From fedora-extras-commits at redhat.com Mon Dec 4 13:50:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 08:50:27 -0500 Subject: rpms/pinentry/devel pinentry.spec,1.12,1.13 Message-ID: <200612041350.kB4DoRXZ030678@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30663 Modified Files: pinentry.spec Log Message: * Mon Dec 04 2006 Rex Dieter - 0.7.2-14 - -14 respin (to help retire ATrpms pinentry pkg) Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/devel/pinentry.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pinentry.spec 28 Aug 2006 14:58:29 -0000 1.12 +++ pinentry.spec 4 Dec 2006 13:49:57 -0000 1.13 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 3%{?dist} +Release: 14%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -65,7 +65,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -149,6 +148,9 @@ %changelog +* Mon Dec 04 2006 Rex Dieter - 0.7.2-14 +- -14 respin (to help retire ATrpms pinentry pkg) + * Mon Aug 28 2006 Rex Dieter - 0.7.2-3 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 4 14:12:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 09:12:44 -0500 Subject: rpms/pinentry/FC-6 pinentry.spec,1.12,1.13 Message-ID: <200612041412.kB4ECin0001418@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1403 Modified Files: pinentry.spec Log Message: * Mon Dec 04 2006 Rex Dieter - 0.7.2-14 - -14 respin (to help retire ATrpms pinentry pkg) Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/FC-6/pinentry.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pinentry.spec 28 Aug 2006 14:58:29 -0000 1.12 +++ pinentry.spec 4 Dec 2006 14:12:14 -0000 1.13 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 3%{?dist} +Release: 14%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -65,7 +65,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -149,6 +148,9 @@ %changelog +* Mon Dec 04 2006 Rex Dieter - 0.7.2-14 +- -14 respin (to help retire ATrpms pinentry pkg) + * Mon Aug 28 2006 Rex Dieter - 0.7.2-3 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 4 15:17:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:17:47 -0500 Subject: rpms/jd/devel .cvsignore, 1.31, 1.32 jd.spec, 1.38, 1.39 sources, 1.31, 1.32 Message-ID: <200612041517.kB4FHlg7007321@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7282 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 4 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061204 - cvs 061204 (24:05 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 3 Dec 2006 15:17:33 -0000 1.31 +++ .cvsignore 4 Dec 2006 15:17:16 -0000 1.32 @@ -1 +1 @@ -jd-1.8.1-cvs061203.tgz +jd-1.8.1-cvs061204.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- jd.spec 3 Dec 2006 15:17:33 -0000 1.38 +++ jd.spec 4 Dec 2006 15:17:16 -0000 1.39 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061203 +%define strtag cvs061204 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sun Dec 3 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061203 -- cvs 061203 (23:59 JST) +* Mon Dec 4 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061204 +- cvs 061204 (24:05 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 3 Dec 2006 15:17:33 -0000 1.31 +++ sources 4 Dec 2006 15:17:16 -0000 1.32 @@ -1 +1 @@ -50531086ba518e4d9a73e1cf22c53bba jd-1.8.1-cvs061203.tgz +8224f64b7522ae3b726142462bfb4317 jd-1.8.1-cvs061204.tgz From fedora-extras-commits at redhat.com Mon Dec 4 15:18:06 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:18:06 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.16, 1.17 ochusha.spec, 1.17, 1.18 sources, 1.16, 1.17 Message-ID: <200612041518.kB4FI6wk007361@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7302 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 3 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061204 - 0.5.99.63.12 cvs 061204 (24:05 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 3 Dec 2006 15:12:46 -0000 1.16 +++ .cvsignore 4 Dec 2006 15:17:36 -0000 1.17 @@ -1 +1 @@ -ochusha-0.5.99.63.9-cvs061203.tar.bz2 +ochusha-0.5.99.63.12-cvs061204.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ochusha.spec 3 Dec 2006 15:12:46 -0000 1.17 +++ ochusha.spec 4 Dec 2006 15:17:36 -0000 1.18 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.9 -%define strtag cvs061203 +%define main_ver 0.5.99.63.12 +%define strtag cvs061204 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sun Dec 3 2006 Mamoru Tasaka 0.5.99.63.9-0.1.cvs061203 -- 0.5.99.63.9 cvs 061203 (23:59 JST) +* Mon Dec 3 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061204 +- 0.5.99.63.12 cvs 061204 (24:05 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 3 Dec 2006 15:12:46 -0000 1.16 +++ sources 4 Dec 2006 15:17:36 -0000 1.17 @@ -1 +1 @@ -1dfc369829b452fcc978ab1f91d1a680 ochusha-0.5.99.63.9-cvs061203.tar.bz2 +e9383e106c876207153f22c93db05287 ochusha-0.5.99.63.12-cvs061204.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 15:21:05 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 4 Dec 2006 10:21:05 -0500 Subject: owners owners.list,1.2057,1.2058 Message-ID: <200612041521.kB4FL5Qo007443@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7409 Modified Files: owners.list Log Message: Add myself as Cc to pinentry. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2057 retrieving revision 1.2058 diff -u -r1.2057 -r1.2058 --- owners.list 4 Dec 2006 07:38:09 -0000 1.2057 +++ owners.list 4 Dec 2006 15:20:35 -0000 1.2058 @@ -1902,7 +1902,7 @@ Fedora Extras|piklab|Development environment for applications based on PIC & dsPIC microcontrollers|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|pikloops|Code generator for PIC delays|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|pinball|Emilia Pinball game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org|Axel.Thimm at ATrpms.net Fedora Extras|pingus|Guide the penguins safely home before they drop of the cliff|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pipenightdreams|Connect the waterpipes to create a proper pipeline|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pitivi|Non-linear video editor|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org From fedora-extras-commits at redhat.com Mon Dec 4 15:40:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 10:40:47 -0500 Subject: rpms/pinentry/FC-5 pinentry.spec,1.10,1.11 Message-ID: <200612041540.kB4FelK9007579@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7560 Modified Files: pinentry.spec Log Message: * Mon Dec 04 2006 Rex Dieter - 0.7.2-14 - -14 respin (to help retire ATrpms pinentry pkg) Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/FC-5/pinentry.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pinentry.spec 1 Mar 2006 15:56:04 -0000 1.10 +++ pinentry.spec 4 Dec 2006 15:40:16 -0000 1.11 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 1%{?dist}.2 +Release: 14%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -65,7 +65,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -149,7 +148,16 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Mon Dec 04 2006 Rex Dieter - 0.7.2-14 +- -14 respin (to help retire ATrpms pinentry pkg) + +* Mon Aug 28 2006 Rex Dieter - 0.7.2-3 +- fc6 respin + +* Wed Aug 09 2006 Rex Dieter - 0.7.2-2 +- fc6 respin + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Tue Oct 18 2005 Ville Skytt?? - 0.7.2-1 From fedora-extras-commits at redhat.com Mon Dec 4 15:57:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:57:50 -0500 Subject: rpms/xtide/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xtide.desktop, 1.3, 1.4 xtide.spec, 1.12, 1.13 xtide-2.9dev-rcinit.diff, 1.1, NONE xttpd-wrapper.sh, 1.1, NONE xttpd.conf, 1.1, NONE Message-ID: <200612041557.kB4FvoBK008573@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8525 Modified Files: .cvsignore sources xtide.desktop xtide.spec Removed Files: xtide-2.9dev-rcinit.diff xttpd-wrapper.sh xttpd.conf Log Message: * Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball - Drop harmonics data description Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 28 Nov 2006 23:05:11 -0000 1.5 +++ .cvsignore 4 Dec 2006 15:57:20 -0000 1.6 @@ -1 +1 @@ -xtide-2.9dev-20061122.tar.bz2 +xtide-2.9dev-20061203.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Nov 2006 13:47:22 -0000 1.5 +++ sources 4 Dec 2006 15:57:20 -0000 1.6 @@ -1 +1 @@ -efc6b3eb603e5b51c13c5dbb7bd29548 xtide-2.9dev-20061122.tar.bz2 +370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 Index: xtide.desktop =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xtide.desktop 26 Nov 2006 13:47:22 -0000 1.3 +++ xtide.desktop 4 Dec 2006 15:57:20 -0000 1.4 @@ -7,5 +7,5 @@ Icon=xtide Terminal=false Type=Application -Categories=Application;Science;Education; +Categories=Science;Education; Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xtide.spec 26 Nov 2006 13:47:22 -0000 1.12 +++ xtide.spec 4 Dec 2006 15:57:20 -0000 1.13 @@ -1,5 +1,4 @@ -%{!?with_harmonics: %define with_harmonics 0} -%define src_date 20061122 +%define src_date 20061203 Summary: Calculate tide all over the world Name: xtide @@ -8,15 +7,8 @@ URL: http://www.flaterco.com/xtide/ Source0: ftp://ftp.flaterco.com/xtide/%{name}-%{version}dev-%{src_date}.tar.bz2 -%if %{with_harmonics} -Source1: http://harmonics.unh.edu/xtide/harmonics.txt.gz -%endif - -Patch18: xtide-2.9dev-rcinit.diff -Source11: xttpd.conf Source14: xtide-get_harmonics-data.sh -Source15: xttpd-wrapper.sh Source20: %{name}.desktop Source30: xtide-README.fedora @@ -26,15 +18,16 @@ BuildRequires: autoconf +%if 0%{?fedora} == 5 +BuildRequires: libXpm-devel +BuildRequires: libXt-devel +%endif BuildRequires: libXaw-devel BuildRequires: libXext-devel BuildRequires: libpng-devel BuildRequires: zlib-devel Buildrequires: desktop-file-utils BuildRequires: libtcd-devel -%if %{with_harmonics} -BuildRequires: tcd-utils -%endif Requires: wvs-data Requires: xtide-common @@ -94,29 +87,12 @@ %prep %setup -q -n %{name}-2.9dev -pushd scripts/Fedora -%patch18 -p0 -b .fedora -popd - %build export xttpd_user=xttpd export xttpd_group=xttpd %configure - %{__make} %{?_smp_mflags} -# harmonics file -%if %{with_harmonics} -%{__install} -c -p -m 644 %{SOURCE1} . -%{__gzip} -d harmoni* - -for f in harmonics*.txt ; do - TCD=${f%.txt}.tcd -done - -build_tide_db $TCD harmonics-*.txt &> harmonics.out -%endif - echo "%{_datadir}/xtide-harmonics/" > %{name}.conf echo "%{_datadir}/wvs-data/" >> %{name}.conf @@ -135,7 +111,8 @@ %{__install} -c -p -m 755 %{SOURCE14} \ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} -%{__install} -c -p -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_sbindir}/xttpd +%{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -145,10 +122,6 @@ # 1A Install harmonics file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name} %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics -%if %{with_harmonics} -%{__install} -c -p -m 644 harmonics*.tcd \ - ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics/ -%endif # 1B Add configuration file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir} @@ -159,7 +132,6 @@ desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ %{SOURCE20} # 1D Install icon @@ -177,9 +149,10 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/xtide + %{__install} -c -p -m 755 scripts/Fedora/rc.xttpd \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/xttpd -%{__install} -c -p -m 644 %{SOURCE11} \ +%{__install} -c -p -m 644 scripts/Fedora/xttpd.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/xttpd # 1F and others @@ -223,9 +196,6 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}-harmonics %dir %{_sysconfdir}/%{name} -%if %{with_harmonics} -%{_datadir}/%{name}-harmonics/harmonics*.tcd -%endif %{_sbindir}/xtide-get*.sh @@ -251,6 +221,15 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +- 2.9 dev 20061203 +- Update desktop files +- Use scripts in source tarball +- Drop harmonics data description + +* Wed Nov 29 2006 Mamoru Tasaka +- Add more BuildRequires only for FC-5. + * Sun Nov 26 2006 Mamoru Tasaka - 2.9-0.2.date20061122 - Ensure the hardcorded directories in some scripts can be appropriately changed. --- xtide-2.9dev-rcinit.diff DELETED --- --- xttpd-wrapper.sh DELETED --- --- xttpd.conf DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 15:58:00 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:58:00 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xtide.desktop, 1.3, 1.4 xtide.spec, 1.12, 1.13 xtide-2.9dev-rcinit.diff, 1.1, NONE xttpd-wrapper.sh, 1.1, NONE xttpd.conf, 1.1, NONE Message-ID: <200612041558.kB4Fw05V008579@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8552 Modified Files: .cvsignore sources xtide.desktop xtide.spec Removed Files: xtide-2.9dev-rcinit.diff xttpd-wrapper.sh xttpd.conf Log Message: * Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball - Drop harmonics data description Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 28 Nov 2006 23:34:58 -0000 1.5 +++ .cvsignore 4 Dec 2006 15:57:30 -0000 1.6 @@ -1 +1 @@ -xtide-2.9dev-20061122.tar.bz2 +xtide-2.9dev-20061203.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Nov 2006 13:47:22 -0000 1.5 +++ sources 4 Dec 2006 15:57:30 -0000 1.6 @@ -1 +1 @@ -efc6b3eb603e5b51c13c5dbb7bd29548 xtide-2.9dev-20061122.tar.bz2 +370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 Index: xtide.desktop =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xtide.desktop 26 Nov 2006 13:47:22 -0000 1.3 +++ xtide.desktop 4 Dec 2006 15:57:30 -0000 1.4 @@ -7,5 +7,5 @@ Icon=xtide Terminal=false Type=Application -Categories=Application;Science;Education; +Categories=Science;Education; Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xtide.spec 26 Nov 2006 13:47:22 -0000 1.12 +++ xtide.spec 4 Dec 2006 15:57:30 -0000 1.13 @@ -1,5 +1,4 @@ -%{!?with_harmonics: %define with_harmonics 0} -%define src_date 20061122 +%define src_date 20061203 Summary: Calculate tide all over the world Name: xtide @@ -8,15 +7,8 @@ URL: http://www.flaterco.com/xtide/ Source0: ftp://ftp.flaterco.com/xtide/%{name}-%{version}dev-%{src_date}.tar.bz2 -%if %{with_harmonics} -Source1: http://harmonics.unh.edu/xtide/harmonics.txt.gz -%endif - -Patch18: xtide-2.9dev-rcinit.diff -Source11: xttpd.conf Source14: xtide-get_harmonics-data.sh -Source15: xttpd-wrapper.sh Source20: %{name}.desktop Source30: xtide-README.fedora @@ -26,15 +18,16 @@ BuildRequires: autoconf +%if 0%{?fedora} == 5 +BuildRequires: libXpm-devel +BuildRequires: libXt-devel +%endif BuildRequires: libXaw-devel BuildRequires: libXext-devel BuildRequires: libpng-devel BuildRequires: zlib-devel Buildrequires: desktop-file-utils BuildRequires: libtcd-devel -%if %{with_harmonics} -BuildRequires: tcd-utils -%endif Requires: wvs-data Requires: xtide-common @@ -94,29 +87,12 @@ %prep %setup -q -n %{name}-2.9dev -pushd scripts/Fedora -%patch18 -p0 -b .fedora -popd - %build export xttpd_user=xttpd export xttpd_group=xttpd %configure - %{__make} %{?_smp_mflags} -# harmonics file -%if %{with_harmonics} -%{__install} -c -p -m 644 %{SOURCE1} . -%{__gzip} -d harmoni* - -for f in harmonics*.txt ; do - TCD=${f%.txt}.tcd -done - -build_tide_db $TCD harmonics-*.txt &> harmonics.out -%endif - echo "%{_datadir}/xtide-harmonics/" > %{name}.conf echo "%{_datadir}/wvs-data/" >> %{name}.conf @@ -135,7 +111,8 @@ %{__install} -c -p -m 755 %{SOURCE14} \ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} -%{__install} -c -p -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_sbindir}/xttpd +%{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -145,10 +122,6 @@ # 1A Install harmonics file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name} %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics -%if %{with_harmonics} -%{__install} -c -p -m 644 harmonics*.tcd \ - ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics/ -%endif # 1B Add configuration file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir} @@ -159,7 +132,6 @@ desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ %{SOURCE20} # 1D Install icon @@ -177,9 +149,10 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/xtide + %{__install} -c -p -m 755 scripts/Fedora/rc.xttpd \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/xttpd -%{__install} -c -p -m 644 %{SOURCE11} \ +%{__install} -c -p -m 644 scripts/Fedora/xttpd.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/xttpd # 1F and others @@ -223,9 +196,6 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}-harmonics %dir %{_sysconfdir}/%{name} -%if %{with_harmonics} -%{_datadir}/%{name}-harmonics/harmonics*.tcd -%endif %{_sbindir}/xtide-get*.sh @@ -251,6 +221,15 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +- 2.9 dev 20061203 +- Update desktop files +- Use scripts in source tarball +- Drop harmonics data description + +* Wed Nov 29 2006 Mamoru Tasaka +- Add more BuildRequires only for FC-5. + * Sun Nov 26 2006 Mamoru Tasaka - 2.9-0.2.date20061122 - Ensure the hardcorded directories in some scripts can be appropriately changed. --- xtide-2.9dev-rcinit.diff DELETED --- --- xttpd-wrapper.sh DELETED --- --- xttpd.conf DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 15:59:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 4 Dec 2006 10:59:31 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xtide.desktop, 1.3, 1.4 xtide.spec, 1.13, 1.14 xtide-2.9dev-rcinit.diff, 1.1, NONE xttpd-wrapper.sh, 1.1, NONE xttpd.conf, 1.1, NONE Message-ID: <200612041559.kB4FxVOL008644@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8616 Modified Files: .cvsignore sources xtide.desktop xtide.spec Removed Files: xtide-2.9dev-rcinit.diff xttpd-wrapper.sh xttpd.conf Log Message: * Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball - Drop harmonics data description Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Nov 2006 00:04:13 -0000 1.5 +++ .cvsignore 4 Dec 2006 15:59:00 -0000 1.6 @@ -1 +1 @@ -xtide-2.9dev-20061122.tar.bz2 +xtide-2.9dev-20061203.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Nov 2006 00:04:13 -0000 1.5 +++ sources 4 Dec 2006 15:59:00 -0000 1.6 @@ -1 +1 @@ -efc6b3eb603e5b51c13c5dbb7bd29548 xtide-2.9dev-20061122.tar.bz2 +370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 Index: xtide.desktop =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xtide.desktop 28 Nov 2006 23:59:52 -0000 1.3 +++ xtide.desktop 4 Dec 2006 15:59:00 -0000 1.4 @@ -7,5 +7,5 @@ Icon=xtide Terminal=false Type=Application -Categories=Application;Science;Education; +Categories=Science;Education; Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xtide.spec 29 Nov 2006 14:40:37 -0000 1.13 +++ xtide.spec 4 Dec 2006 15:59:00 -0000 1.14 @@ -1,22 +1,14 @@ -%{!?with_harmonics: %define with_harmonics 0} -%define src_date 20061122 +%define src_date 20061203 Summary: Calculate tide all over the world Name: xtide Version: 2.9 -Release: 0.2.date%{src_date}%{?dist}.1 +Release: 0.2.date%{src_date}%{?dist} URL: http://www.flaterco.com/xtide/ Source0: ftp://ftp.flaterco.com/xtide/%{name}-%{version}dev-%{src_date}.tar.bz2 -%if %{with_harmonics} -Source1: http://harmonics.unh.edu/xtide/harmonics.txt.gz -%endif - -Patch18: xtide-2.9dev-rcinit.diff -Source11: xttpd.conf Source14: xtide-get_harmonics-data.sh -Source15: xttpd-wrapper.sh Source20: %{name}.desktop Source30: xtide-README.fedora @@ -36,9 +28,6 @@ BuildRequires: zlib-devel Buildrequires: desktop-file-utils BuildRequires: libtcd-devel -%if %{with_harmonics} -BuildRequires: tcd-utils -%endif Requires: wvs-data Requires: xtide-common @@ -98,29 +87,12 @@ %prep %setup -q -n %{name}-2.9dev -pushd scripts/Fedora -%patch18 -p0 -b .fedora -popd - %build export xttpd_user=xttpd export xttpd_group=xttpd %configure - %{__make} %{?_smp_mflags} -# harmonics file -%if %{with_harmonics} -%{__install} -c -p -m 644 %{SOURCE1} . -%{__gzip} -d harmoni* - -for f in harmonics*.txt ; do - TCD=${f%.txt}.tcd -done - -build_tide_db $TCD harmonics-*.txt &> harmonics.out -%endif - echo "%{_datadir}/xtide-harmonics/" > %{name}.conf echo "%{_datadir}/wvs-data/" >> %{name}.conf @@ -139,7 +111,8 @@ %{__install} -c -p -m 755 %{SOURCE14} \ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} -%{__install} -c -p -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_sbindir}/xttpd +%{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -149,10 +122,6 @@ # 1A Install harmonics file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name} %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics -%if %{with_harmonics} -%{__install} -c -p -m 644 harmonics*.tcd \ - ${RPM_BUILD_ROOT}%{_datadir}/%{name}-harmonics/ -%endif # 1B Add configuration file %{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir} @@ -163,7 +132,6 @@ desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ %{SOURCE20} # 1D Install icon @@ -181,9 +149,10 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/xtide + %{__install} -c -p -m 755 scripts/Fedora/rc.xttpd \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/xttpd -%{__install} -c -p -m 644 %{SOURCE11} \ +%{__install} -c -p -m 644 scripts/Fedora/xttpd.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/xttpd # 1F and others @@ -227,9 +196,6 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}-harmonics %dir %{_sysconfdir}/%{name} -%if %{with_harmonics} -%{_datadir}/%{name}-harmonics/harmonics*.tcd -%endif %{_sbindir}/xtide-get*.sh @@ -255,7 +221,13 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Wed Nov 29 2006 Mamoru Tasaka - 2.9-0.2.date20061122.fc5.1 +* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +- 2.9 dev 20061203 +- Update desktop files +- Use scripts in source tarball +- Drop harmonics data description + +* Wed Nov 29 2006 Mamoru Tasaka - Add more BuildRequires only for FC-5. * Sun Nov 26 2006 Mamoru Tasaka - 2.9-0.2.date20061122 --- xtide-2.9dev-rcinit.diff DELETED --- --- xttpd-wrapper.sh DELETED --- --- xttpd.conf DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 16:21:12 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Mon, 4 Dec 2006 11:21:12 -0500 Subject: rpms/qcomicbook/FC-5 .cvsignore, 1.3, 1.4 qcomicbook.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612041621.kB4GLClR011993@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/qcomicbook/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11974 Modified Files: .cvsignore qcomicbook.spec sources Log Message: Update to the new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Sep 2006 21:08:56 -0000 1.3 +++ .cvsignore 4 Dec 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -qcomicbook-0.3.3.tar.gz +qcomicbook-0.3.4.tar.gz Index: qcomicbook.spec =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-5/qcomicbook.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qcomicbook.spec 20 Sep 2006 21:10:06 -0000 1.5 +++ qcomicbook.spec 4 Dec 2006 16:20:41 -0000 1.6 @@ -1,7 +1,7 @@ Summary: A viewer for comic book archives Name: qcomicbook -Version: 0.3.3 -Release: 2%{?dist} +Version: 0.3.4 +Release: 1%{?dist} License: GPL Group: Amusements/Graphics URL: http://linux.bydg.org/~yogin @@ -60,6 +60,12 @@ %{_datadir}/pixmaps/%{name}* %changelog +* Thu Nov 11 2006 Scott Baker - 0.3.4-1 +- Update to the latest version + +* Mon Oct 09 2006 Scott Baker - 0.3.3-5 +- Build on FC6 + * Tue Sep 20 2006 Scott Baker - 0.3.3-2 - Bumped release to 0.3.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Sep 2006 21:08:56 -0000 1.3 +++ sources 4 Dec 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -a52b768ccca632a820094739e6aaec36 qcomicbook-0.3.3.tar.gz +f93f29e0635f8fe64f036bf654050438 qcomicbook-0.3.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 16:36:55 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Mon, 4 Dec 2006 11:36:55 -0500 Subject: rpms/qcomicbook/FC-6 .cvsignore, 1.3, 1.4 qcomicbook.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612041636.kB4GatiQ012115@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/qcomicbook/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12096 Modified Files: .cvsignore qcomicbook.spec sources Log Message: Update to the new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Oct 2006 16:29:41 -0000 1.3 +++ .cvsignore 4 Dec 2006 16:36:25 -0000 1.4 @@ -1 +1 @@ -qcomicbook-0.3.3.tar.gz +qcomicbook-0.3.4.tar.gz Index: qcomicbook.spec =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-6/qcomicbook.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- qcomicbook.spec 9 Oct 2006 16:43:27 -0000 1.8 +++ qcomicbook.spec 4 Dec 2006 16:36:25 -0000 1.9 @@ -1,7 +1,7 @@ Summary: A viewer for comic book archives Name: qcomicbook -Version: 0.3.3 -Release: 5%{?dist} +Version: 0.3.4 +Release: 1%{?dist} License: GPL Group: Amusements/Graphics URL: http://linux.bydg.org/~yogin @@ -60,6 +60,9 @@ %{_datadir}/pixmaps/%{name}* %changelog +* Thu Nov 11 2006 Scott Baker - 0.3.4-1 +- Update to the latest version + * Mon Oct 09 2006 Scott Baker - 0.3.3-5 - Build on FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qcomicbook/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Oct 2006 16:29:41 -0000 1.3 +++ sources 4 Dec 2006 16:36:25 -0000 1.4 @@ -1 +1 @@ -a52b768ccca632a820094739e6aaec36 qcomicbook-0.3.3.tar.gz +f93f29e0635f8fe64f036bf654050438 qcomicbook-0.3.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 16:59:09 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 11:59:09 -0500 Subject: rpms/airsnort/devel airsnort.spec,1.8,1.9 Message-ID: <200612041659.kB4Gx9rK012229@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/airsnort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12210 Modified Files: airsnort.spec Log Message: - bump Index: airsnort.spec =================================================================== RCS file: /cvs/extras/rpms/airsnort/devel/airsnort.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- airsnort.spec 11 Sep 2006 14:53:13 -0000 1.8 +++ airsnort.spec 4 Dec 2006 16:58:39 -0000 1.9 @@ -1,6 +1,6 @@ Name: airsnort Version: 0.2.7e -Release: 10%{?dist} +Release: 11%{?dist} Summary: Wireless LAN (WLAN) tool which recovers encryption keys Group: Applications/Communications @@ -61,6 +61,10 @@ %{_datadir}/applications/* %changelog +* Mon Dec 04 2006 Andreas Bierfert +0.2.7e-11 +- bump + * Mon Sep 11 2006 Andreas Bierfert 0.2.7e-10 - FE6 rebuild From fedora-extras-commits at redhat.com Mon Dec 4 17:13:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 12:13:07 -0500 Subject: rpms/libnasl/devel libnasl.spec,1.5,1.6 Message-ID: <200612041713.kB4HD7jJ015485@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15462 Modified Files: libnasl.spec Log Message: - bump Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/libnasl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libnasl.spec 13 Sep 2006 11:07:13 -0000 1.5 +++ libnasl.spec 4 Dec 2006 17:12:37 -0000 1.6 @@ -1,6 +1,6 @@ Name: libnasl Version: 2.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries @@ -83,6 +83,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Mon Dec 04 2006 Andreas Bierfert +2.2.8-3 +- bump + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-2 - FE6 rebuild From fedora-extras-commits at redhat.com Mon Dec 4 17:15:19 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Mon, 4 Dec 2006 12:15:19 -0500 Subject: owners owners.epel.list,NONE,1.1 Message-ID: <200612041715.kB4HFJ7a015562@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15557 Added Files: owners.epel.list Log Message: add EPEL owners file --- NEW FILE owners.epel.list --- # Format: # product|component|description|initialowner|initialqacontact|initialcclist # # If you don't know what product & component are, ask someone who knows bugzilla :) # initialowner is the initial owner of bugs on this component # initialqacontact is the initial qa contact of bugs on this component # initialcclist is the list of people initially CC'd for bugs on this component # # Please keep the list sorted alphabetically when adding new packages, treating # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 17:24:39 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 12:24:39 -0500 Subject: owners owners.list,1.2058,1.2059 Message-ID: <200612041724.kB4HOdFI015695@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15677 Modified Files: owners.list Log Message: Add wgrib Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2058 retrieving revision 1.2059 diff -u -r1.2058 -r1.2059 --- owners.list 4 Dec 2006 15:20:35 -0000 1.2058 +++ owners.list 4 Dec 2006 17:24:09 -0000 1.2059 @@ -2456,6 +2456,7 @@ Fedora Extras|wesnoth|Battle for Wesnoth is a fantasy turn-based strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|wfmath|WorldForge client math library|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|wfut|WorldForge updater tool|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|wgrib|Manipulate, inventory and decode GRIB files|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|whatmask|Convert between different netmask types and show information|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|whowatch|Displays informations about the users currently logged in|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wifi-radar|A utility for managing WiFi profiles|i.pilcher at comcast.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 4 17:34:03 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 4 Dec 2006 12:34:03 -0500 Subject: rpms/gmime/EL-4 gmime-2.2.1-use-pkg-config.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gmime.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612041734.kB4HY3m3015821@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gmime/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799 Modified Files: .cvsignore gmime.spec sources Added Files: gmime-2.2.1-use-pkg-config.patch Log Message: 2.2.1-2 -- Sync with gmime-2_2_1-1 from core for EPEL gmime-2.2.1-use-pkg-config.patch: --- NEW FILE gmime-2.2.1-use-pkg-config.patch --- --- gmime-2.2.1/gmime-config.in.use_pkg_config 2006-05-23 15:58:36.000000000 +0200 +++ gmime-2.2.1/gmime-config.in 2006-05-23 16:05:07.000000000 +0200 @@ -55,11 +55,11 @@ ;; --cflags) - echo @GMIME_INCLUDEDIR@ @GMIME_CFLAGS@ @glib_cflags@ + echo `pkg-config --cflags gmime-2.0` ;; --libs) - echo -L at libdir@ @GMIME_LIBS@ @LIBS@ @glib_libs@ + echo `pkg-config --libs gmime-2.0` ;; *) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmime/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:26:21 -0000 1.2 +++ .cvsignore 4 Dec 2006 17:33:33 -0000 1.3 @@ -1 +1 @@ -gmime-2.1.9.tar.gz +gmime-2.2.1.tar.gz Index: gmime.spec =================================================================== RCS file: /cvs/extras/rpms/gmime/EL-4/gmime.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gmime.spec 10 Dec 2004 22:03:03 -0000 1.2 +++ gmime.spec 4 Dec 2006 17:33:33 -0000 1.3 @@ -1,47 +1,77 @@ Name: gmime -Version: 2.1.9 -Release: 3 -Epoch: 0 -Summary: GMime library -- creation and parsing of MIME-messages +Version: 2.2.1 +Release: 2%{?dist} +Summary: Library for creating and parsing MIME messages Group: System Environment/Libraries License: GPL URL: http://spruce.sourceforge.net/gmime/ -Source0: http://spruce.sourceforge.net/gmime/sources/v2.1/gmime-2.1.9.tar.gz +Source0: http://spruce.sourceforge.net/gmime/sources/v2.2/gmime-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel >= 0:2.0.0 -BuildRequires: zlib-devel >= 0:1.2.1.1 +BuildRequires: glib2-devel >= 2.0.0 +BuildRequires: zlib-devel >= 1.2.1.1 + +Patch1: gmime-2.2.1-use-pkg-config.patch + +# Mono disabled for epel +%define mono_archs none +# no mono on s390 for now: s390 s390x + +%ifarch %mono_archs +BuildRequires: mono-devel gtk-sharp2-gapi +BuildRequires: gtk-sharp2 >= 2.4.0 +%endif %description -The GMime suite provides a core library and set of utilities which may be -used for the creation and parsing of messages using the Multipurpose +The GMime suite provides a core library and set of utilities which may be +used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). %package devel Summary: Header files to develop libgmime applications Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: glib2-devel %description devel -The GMime suite provides a core library and set of utilities which may be -used for the creation and parsing of messages using the Multipurpose +The GMime suite provides a core library and set of utilities which may be +used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). The devel-package contains header files to develop applications that use libgmime. +%ifarch %mono_archs +%package sharp +Summary: mono bindings for gmime +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: gtk-sharp2 + +%description sharp +The GMime suite provides a core library and set of utilities which may be +used for the creation and parsing of messages using the Multipurpose +Internet Mail Extension (MIME). The devel-package contains support +for developing mono applications that use libgmime. +%endif %prep %setup -q +%patch1 -p1 -b .use-pkg-config %build -%configure +%ifarch %mono_archs +export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} +MONO_ARGS="--enable-mono" +%endif +%configure $MONO_ARGS make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' # Don't conflict with sharutils: @@ -70,11 +100,64 @@ %{_libdir}/lib*.a %{_libdir}/lib*.so %{_libdir}/gmimeConf.sh -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/gmime-2.0.pc %{_includedir}/gmime-2.0 -%{_datadir}/gtk-doc +%{_datadir}/gtk-doc/html/gmime + +%ifarch %mono_archs +%files sharp +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/gmime-sharp.pc +%{_prefix}/lib/mono/gac/gmime-sharp +%{_prefix}/lib/mono/gmime-sharp +%{_datadir}/gapi-2.0/gmime-api.xml +%endif %changelog +* Mon Dec 04 2006 Thorsten Leemhuis - 2.2.1-2 +- Sync with gmime-2_2_1-1 from core for EPEL (later versions require a newer + glib2 +- disable mono for epel +- use dist + +* Tue May 23 2006 Alexander Larsson - 2.2.1-1 +- Update to 2.2.1 +- Fix multilib -devel conflict by using pkg-config in gmime-config (#192675) + +* Tue Feb 28 2006 Karsten Hopp 2.1.19-4 +- BuildRequires: gtk-sharp2 on mono archs only + +* Sun Feb 12 2006 Christopher Aillon - 2.1.19-3 +- Rebuild + +* Tue Feb 7 2006 Jesse Keating - 2.1.19-2.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Tue Jan 31 2006 Christopher Aillon - 2.1.19-2 +- Rebuild + +* Sun Jan 22 2006 Alexander Larsson - 2.1.19-1 +- Update to 2.1.19 (needed by beagle 0.2.0) + +* Thu Jan 19 2006 Alexander Larsson 2.1.17-3 +- Build on s390x + +* Mon Jan 9 2006 Alexander Larsson 2.1.17-2 +- build gmime-sharp conditionally on mono arches + +* Mon Jan 9 2006 Alexander Larsson - 2.1.17-1 +- Move from Extras to Core, Update to 2.1.17, add gmime-sharp subpackage + +* Wed Aug 10 2005 Thorsten Leemhuis - 2.1.15-1 +- Update to 2.1.15 +- Use dist + +* Wed May 18 2005 Colin Charles - 2.1.9-5 +- bump release, request build on ppc + +* Thu Mar 31 2005 Michael Schwendt - 2.1.9-4 +- add dep glib2-devel for pkgconfig in -devel package + * Mon Oct 18 2004 Thorsten Leemhuis - 0:2.1.9-0.fdr.3 - Remove ldconfig from Requires pre and post @@ -84,6 +167,6 @@ - Fixes to the files section - Change ldconfig in post* calls to -p /sbin/ldconfig - * Sun Oct 17 2004 Thorsten Leemhuis - 0:2.1.9-0.fdr.1 - Initial RPM release. + Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmime/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:26:21 -0000 1.2 +++ sources 4 Dec 2006 17:33:33 -0000 1.3 @@ -1 +1 @@ -8bd24a56d5f56be9150deb9840a0812a gmime-2.1.9.tar.gz +b05e4d6344c8465fb74386e5f1fed45c gmime-2.2.1.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 18:11:28 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 4 Dec 2006 13:11:28 -0500 Subject: rpms/icu/EL-4 icu-3.4-multiarchdevel.patch, NONE, 1.1 icu-config, NONE, 1.1 icu.icu5365.dependantvowels.patch, NONE, 1.1 icu.icu5418.malayam.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 icu.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612041811.kB4IBST0019127@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/icu/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19096 Modified Files: .cvsignore icu.spec sources Added Files: icu-3.4-multiarchdevel.patch icu-config icu.icu5365.dependantvowels.patch icu.icu5418.malayam.patch Log Message: 3.6-4 -- sync with core icu-3.4-multiarchdevel.patch: --- NEW FILE icu-3.4-multiarchdevel.patch --- --- icu/source/configure.in.orig 2006-05-02 12:10:31.000000000 +0100 +++ icu/source/configure.in 2006-05-02 15:06:07.000000000 +0100 @@ -1011,6 +1011,7 @@ Makefile \ data/icupkg.inc \ config/Makefile.inc \ + config/icu.pc \ data/Makefile \ stubdata/Makefile \ common/Makefile \ --- /dev/null 2006-04-29 13:38:37.035974750 +0100 +++ icu/source/config/icu.pc.in 2006-05-02 15:03:14.000000000 +0100 @@ -0,0 +1,46 @@ +prefix = @prefix@ +bindir = @bindir@ +exec_prefix = @exec_prefix@ +libdir = @libdir@ +includedir = @includedir@ +datadir = @datadir@ +sbindir = @sbindir@ +mandir = @mandir@ +sysconfdir = @sysconfdir@ +CFLAGS = @CFLAGS@ +CXXFLAGS = @CXXFLAGS@ +DEFS = @DEFS@ +UNICODE_VERSION=@UNICODE_VERSION@ +ICUPREFIX=icu +ICULIBSUFFIX=@ICULIBSUFFIX@ +LIBICU=lib${ICUPREFIX} +LIBCPPFLAGS=-D_REENTRANT +CPPFLAGS=@CPPFLAGS@ ${LIBCPPFLAGS} -I${prefix}/include +SHAREDLIBCPPFLAGS=-DPIC +SHAREDLIBCXXFLAGS=-fPIC +SHAREDLIBCFLAGS=-fPIC +pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ +pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ +ICUDATA_NAME = icudt at LIB_VERSION_MAJOR@@ICUDATA_CHAR@ +ICUPKGDATA_DIR=@libdir@ +ICUDATA_DIR=${pkgdatadir} +SO=so +ICULIBS_COMMON_LIB_NAME=${LIBICU}uc${ICULIBSUFFIX}.${SO} +SHLIB_cc=cxx ${DEFS} ${CPPFLAGS} ${CXXFLAGS} @LDFLAGS@ -shared +SHLIB_c=cc ${DEFS} ${CPPFLAGS} ${CFLAGS} @LDFLAGS@ -shared +ICULIBS_LAYOUT = -l${ICUPREFIX}le${ICULIBSUFFIX} -l${ICUPREFIX}lx${ICULIBSUFFIX} +ICULIBS_TOOLUTIL = -l${ICUPREFIX}tu${ICULIBSUFFIX} +ICULIBS_OBSOLETE = -l${ICUPREFIX}obsolete${ICULIBSUFFIX} +ICULIBS_ICUIO = -l${ICUPREFIX}io${ICULIBSUFFIX} +ICULIBS_I18N = -l${ICUPREFIX}i18n${ICULIBSUFFIX} +ICULIBS_COMMON = -l${ICUPREFIX}uc${ICULIBSUFFIX} +ICULIBS_DATA = -l${ICUPREFIX}data${ICULIBSUFFIX} +ICULIBS_LIBSONLY = ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} +ICULIBS_SYSTEMLIBS = @LIBS@ +ICULIBS_BASE = @LIBS@ -L${libdir} +ICULIBS = ${ICULIBS_BASE} ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} + +Name: @PACKAGE@ +Description: International Components for Unicode +Version: @VERSION@ +Libs: @LDFLAGS@ ${ICULIBS} @LIBS@ --- icu/source/Makefile.in.orig 2006-05-02 12:10:31.000000000 +0100 +++ icu/source/Makefile.in 2006-05-02 15:18:15.000000000 +0100 @@ -125,6 +125,8 @@ @$(MKINSTALLDIRS) $(DESTDIR)$(sbindir) $(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_name@ $(INSTALL_SCRIPT) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)/mkinstalldirs + @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig + $(INSTALL_DATA) $(top_srcdir)/config/icu.pc $(DESTDIR)$(libdir)/pkgconfig/icu.pc $(INSTALL_DATA) $(top_srcdir)/../license.html $(DESTDIR)$(pkgdatadir)/license.html $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc --- NEW FILE icu-config --- #!/bin/sh ## -*-sh-*- #set -x # BEGIN of icu-config-top #****************************************************************************** # Copyright (C) 1999-2004, International Business Machines # Corporation and others. All Rights Reserved. #****************************************************************************** # This script is designed to aid configuration of ICU. # rpath links a library search path right into the binaries. ### END of icu-config-top ## Zero out prefix. exec_prefix=`pkg-config --variable=exec_prefix icu` execprefix=$exec_prefix prefix=`pkg-config --variable=prefix icu` loaddefs() { LDLIBRARYPATH_ENVVAR="LD_LIBRARY_PATH" bindir=`pkg-config --variable=bindir icu` sbindir=`pkg-config --variable=sbindir icu` libdir=`pkg-config --variable=libdir icu` sysconfdir=`pkg-config --variable=sysconfdir icu` mandir=`pkg-config --variable=mandir icu` datadir=`pkg-config --variable=datadir icu` pkglibdir=`pkg-config --variable=pkglibdir icu` ICULIBS_COMMON_LIB_NAME=`pkg-config --variable=ICULIBS_COMMON_LIB_NAME icu` UNICODE_VERSION=`pkg-config --variable=UNICODE_VERSION icu` VERSION=`pkg-config --modversion icu` SO=`pkg-config --variable=SO icu` ## -*-sh-*- ## BEGIN of icu-config-bottom. ## Copyright (c) 2002-2004, International Business Machines Corporation and ## others. All Rights Reserved. ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME} # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS} if [ "x$PKGDATA_MODE" = "x" ]; then PKGDATA_MODE=dll fi } ## The actual code of icu-config goes here. ME=`basename $0` allflags() { echo " --bindir Print binary directory path (bin)" echo " --cc Print C compiler used [CC]" echo " --cflags Print C compiler flags [CFLAGS]" echo " --cflags-dynamic Print additional C flags for" echo " building shared libraries." echo " --cppflags Print C Preprocessor flags [CPPFLAGS]" echo " --cppflags-dynamic Print additional C Preprocessor flags for" echo " building shared libraries." echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" echo " --cxx Print C++ compiler used [CXX]" echo " --cxxflags Print C++ compiler flags [CXXFLAGS]" echo " --cxxflags-dynamic Print additional C++ flags for" echo " building shared libraries." echo " --detect-prefix Attempt to detect prefix based on PATH" echo " --exec-prefix Print prefix for executables (/bin)" echo " --exists Return with 0 status if ICU exists else fail" echo " --help, -?, --usage Print this message" echo " --icudata Print shortname of ICU data file (icudt21l)" echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)" echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgdata(1)." echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]" echo " --invoke Print commands to invoke an ICU program" echo " --invoke= Print commands to invoke an ICU program named (ex: genrb)" echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. " echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags" echo " --ldflags-libsonly Same as --ldflags, but only the -l directives" echo " --ldflags-searchpath Print only -L (search path) directive" echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)" echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) " echo " --mandir Print manpage (man) path" echo " --prefix Print PREFIX to icu install (/usr/local)" echo " --prefix=XXX Set prefix to XXX for remainder of command" echo " --sbindir Print system binary path (sbin) " echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir." echo " --shlib-c Print the command to compile and build C shared libraries with ICU" echo " --shlib-cc Print the command to compile and build C++ shared libraries with ICU" echo " --sysconfdir Print system config (etc) path" echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)" echo " --version Print ICU version ($VERSION)" echo " --incfile Print path to Makefile.inc (for -O option of pkgdata)" } ## Print the normal usage message shortusage() { echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'` } usage() { echo "${ME}: icu-config: ICU configuration helper script" echo echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags." echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)' echo ' LDFLAGS=$(shell icu-config --ldflags)' echo " (etc).." echo echo "Usage:" allflags echo echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output" echo echo "Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved." } ## Check the sanity of current variables sanity() { if [ ! -f ${ICUUC_FILE} ]; then echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2 echo "### Try the --prefix= or --exec-prefix= options " 1>&2 echo "### or --detect-prefix" echo "### $ME: Exitting." 1>&2 exit 2 fi } ## Main starts here. if [ $# -lt 1 ]; then shortusage exit 1 fi # Load our variables from autoconf # ALWAYS load twice because of dependencies loaddefs loaddefs sanity while [ $# -gt 0 ]; do arg="$1" var=`echo $arg | sed -e 's/^[^=]*=//'` # echo "### processing $arg" 1>&2 case "$arg" in # undocumented. --debug) set -x ;; --so) echo $SO ;; --bindir) echo $bindir ;; --libdir) echo $libdir ;; --exists) sanity ;; --sbindir) echo $sbindir ;; --invoke=*) QUOT="'" CMD="${var}" # If it's not a locally executable command (1st choice) then # search for it in the ICU directories. if [ ! -x ${CMD} ]; then if [ -x ${bindir}/${var} ]; then CMD="${bindir}/${var}" fi if [ -x ${sbindir}/${var} ]; then CMD="${sbindir}/${var}" fi fi echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD} ;; --invoke) QUOT="'" echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ;; --cflags) pkg-config --variable=CFLAGS icu ;; --cc) echo cc ;; --cxx) echo c++ ;; --cxxflags) pkg-config --variable=CXXFLAGS icu ;; --cppflags) # Don't echo the -I. - it's unneeded. CPPFLAGS=`pkg-config --variable=CPPFLAGS icu` echo $CPPFLAGS | sed -e 's/-I. //' ;; --cppflags-searchpath) echo -I${prefix}/include ;; --cppflags-dynamic) pkg-config --variable=SHAREDLIBCPPFLAGS icu ;; --cxxflags-dynamic) pkg-config --variable=SHAREDLIBCXXFLAGS icu ;; --cflags-dynamic) pkg-config --variable=SHAREDLIBCFLAGS icu ;; --ldflags-system) pkg-config --variable=ICULIBS_SYSTEMLIBS icu ;; --ldflags) pkg-config --libs icu # $RPATH_LDFLAGS ;; --ldflags-libsonly) pkg-config --variable=ICULIBS_LIBSONLY icu ;; --ldflags-icuio) pkg-config --variable=ICULIBS_ICUIO icu ;; --ldflags-obsolete) pkg-config --variable=ICULIBS_OBSOLETE icu ;; --ldflags-toolutil) pkg-config --variable=ICULIBS_TOOLUTIL icu ;; --ldflags-layout) pkg-config --variable=ICULIBS_LAYOUT icu ;; --ldflags-searchpath) echo -L${libdir} ;; --detect-prefix) HERE=`echo $0 | sed -e "s/$ME//g"` if [ -f $HERE/../lib/${ICULIBS_COMMON_LIB_NAME} ]; then prefix=$HERE/.. echo "## Using --prefix=${prefix}" 1>&2 fi loaddefs loaddefs sanity ;; --exec-prefix) echo $exec_prefix ;; --prefix) echo $prefix ;; --prefix=*) prefix=$var loaddefs loaddefs sanity ;; --sysconfdir) echo $sysconfdir ;; --mandir) echo $mandir ;; --shared-datadir) echo $datadir ;; --incfile) echo $pkglibdir/Makefile.inc ;; --icudata) pkg-config --variable=ICUDATA_NAME icu ;; --icudata-mode) echo $PKGDATA_MODE ;; --icudata-install-dir) pkg-config --variable=ICUPKGDATA_DIR icu ;; --icudatadir) pkg-config --variable=ICUDATA_DIR icu ;; --shlib-c) pkg-config --variable=SHLIB_c icu ;; --shlib-cc) pkg-config --variable=SHLIB_cc icu ;; --version) echo $VERSION ;; --unicode-version) echo $UNICODE_VERSION ;; --help) usage exit 0 ;; --usage) usage exit 0 ;; # --enable-rpath=*) # ENABLE_RPATH=$var # loaddefs # ;; -?) usage exit 0 ;; *) echo ${ME}: ERROR Unknown Option $arg 1>&2 echo 1>&2 shortusage 1>&2 echo "### $ME: Exitting." 1>&2 exit 1; ;; esac shift done # Check once before we quit (will check last used prefix) sanity ## END of icu-config-bottom exit 0 icu.icu5365.dependantvowels.patch: --- NEW FILE icu.icu5365.dependantvowels.patch --- --- icu/source/layout/IndicReordering.cpp.orig 2006-09-05 17:01:15.000000000 +0100 +++ icu/source/layout/IndicReordering.cpp 2006-09-05 17:01:19.000000000 +0100 @@ -377,7 +377,7 @@ {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, 9, 5, 5, 4, 12}, // 2 - consonant with nukta {-1, 6, 1, -1, -1, -1, -1, -1, 2, 5, 9, 5, 5, 4, 12}, // 3 - consonant {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, 7}, // 4 - consonant virama - {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 5 - dependent vowels + {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, -1, -1, -1, -1, -1}, // 5 - dependent vowels {-1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 6 - vowel mark {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, -1}, // 7 - consonant virama ZWJ, consonant ZWJ virama {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4, -1}, // 8 - independent vowels that can take a virama icu.icu5418.malayam.patch: --- NEW FILE icu.icu5418.malayam.patch --- --- icu/source/layout/IndicClassTables.cpp.orig 2006-08-23 01:12:40.000000000 +0100 +++ icu/source/layout/IndicClassTables.cpp 2006-09-25 09:06:38.000000000 +0100 @@ -173,6 +173,19 @@ _iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx // 0CE0 - 0CEF }; +#if 1 +//use the pango char class table here +static const IndicClassTable::CharClass mlymCharClasses[] = +{ + _xx, _xx, _mp, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _iv, _iv, /* 0D00 - 0D0F */ + _iv, _xx, _iv, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0D10 - 0D1F */ + _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _ct, _ct, _ct, _pb, /* 0D20 - 0D2F */ + _pb, _cn, _ct, _ct, _ct, _pb, _ct, _ct, _ct, _ct, _xx, _xx, _xx, _xx, _dr, _dr, /* 0D30 - 0D3F */ + _dr, _dr, _dr, _dr, _xx, _xx, _dl, _dl, _dl, _xx, _s1, _s2, _s3, _vr, _xx, _xx, /* 0D40 - 0D4F */ + _xx, _xx, _xx, _xx, _xx, _xx, _xx, _dr, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0D50 - 0D5F */ + _iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx /* 0D60 - 0D6F */ +}; +#else // FIXME: this is correct for old-style Malayalam (MAL) but not for reformed Malayalam (MLR) // FIXME: should there be a REPH for old-style Malayalam? static const IndicClassTable::CharClass mlymCharClasses[] = @@ -185,6 +198,7 @@ _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0D50 - 0D5F _iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx // 0D60 - 0D6F }; +#endif static const IndicClassTable::CharClass sinhCharClasses[] = { @@ -232,7 +246,7 @@ #define TAML_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_FILTER_ZERO_WIDTH) #define TELU_SCRIPT_FLAGS (SF_MATRAS_AFTER_BASE | SF_FILTER_ZERO_WIDTH | 3) #define KNDA_SCRIPT_FLAGS (SF_MATRAS_AFTER_BASE | SF_FILTER_ZERO_WIDTH | 3) -#define MLYM_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_FILTER_ZERO_WIDTH) +#define MLYM_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT) #define SINH_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT) // Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/icu/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jan 2005 12:37:35 -0000 1.2 +++ .cvsignore 4 Dec 2006 18:10:58 -0000 1.3 @@ -1 +1 @@ -icu-3.2.tgz +icu4c-3_6-src.tgz Index: icu.spec =================================================================== RCS file: /cvs/extras/rpms/icu/EL-4/icu.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icu.spec 1 Jan 2005 12:37:35 -0000 1.1 +++ icu.spec 4 Dec 2006 18:10:58 -0000 1.2 @@ -1,22 +1,19 @@ -# Notes: -# - According to upstream, icu may trigger a gcc bug with -O2 which manifests -# itself as failure in data/locales/ja.txt. This does not seem to occur -# any more with icu 3.0 and gcc 3.3.[23], but in case it resurfaces, see -# source/runConfigureICU for the upstream recommended C(XX)FLAGS -# (-O3 and -O as of 3.0) and force use of them in the build section. - Name: icu -Version: 3.2 -Release: 1 +Version: 3.6 +Release: 4%{dist} Summary: International Components for Unicode -Group: Applications/Text +Group: System Environment/Libraries License: X License -URL: http://oss.software.ibm.com/icu/ -Source: ftp://www-126.ibm.com/pub/icu/3.2/icu-3.2.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: doxygen graphviz +URL: http://www.ibm.com/software/globalization/icu/ +Source0: ftp://ftp.software.ibm.com/software/globalization/icu/icu4c-3_6-src.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +BuildRequires: doxygen, autoconf +Patch1: icu-3.4-multiarchdevel.patch +Patch2: icu-config +Patch3: icu.icu5365.dependantvowels.patch +Patch4: icu.icu5418.malayam.patch %description The International Components for Unicode (ICU) libraries provide @@ -55,23 +52,28 @@ %prep %setup -q -n %{name} -find . -name CVS -o -name .cvsignore | xargs -r rm -rf -%{__perl} -pi -e 's/^(HAVE_DOT\b.*=).*$/$1 YES/' source/Doxyfile.in - +%patch1 -p1 -b .multiarchdevel +%patch3 -p1 -b .dependantvowels +%patch4 -p1 -b .malayam.patch %build cd source -%configure --enable-static --with-data-packaging=library --disable-samples +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +autoconf +%configure --with-data-packaging=library --disable-samples make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357 make doc - %install rm -rf $RPM_BUILD_ROOT source/__docs make -C source install DESTDIR=$RPM_BUILD_ROOT make -C source install-doc docdir=__docs chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.* - +cp %{PATCH2} $RPM_BUILD_ROOT%{_bindir}/%{name}-config +chmod a+x $RPM_BUILD_ROOT%{_bindir}/%{name}-config +sed -i s/\\\$\(THREADSCXXFLAGS\)// $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/icu.pc +sed -i s/\\\$\(THREADSCPPFLAGS\)/-D_REENTRANT/ $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/icu.pc %check || : make -C source check @@ -92,6 +94,7 @@ %{_bindir}/derb %{_bindir}/genbrk %{_bindir}/gencnval +%{_bindir}/genctd %{_bindir}/genrb %{_bindir}/makeconv %{_bindir}/pkgdata @@ -100,6 +103,8 @@ %{_mandir}/man1/derb.1* %{_mandir}/man1/gencnval.1* %{_mandir}/man1/genrb.1* +%{_mandir}/man1/genbrk.1* +%{_mandir}/man1/genctd.1* %{_mandir}/man1/makeconv.1* %{_mandir}/man1/pkgdata.1* %{_mandir}/man1/uconv.1* @@ -115,14 +120,14 @@ %{_mandir}/man1/%{name}-config.1* %{_includedir}/layout %{_includedir}/unicode -%{_libdir}/*.a %{_libdir}/*.so %{_libdir}/%{name} +%{_libdir}/pkgconfig/icu.pc %dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/%{version} -%{_datadir}/%{name}/%{version}/mkinstalldirs -%{_datadir}/%{name}/%{version}/config -%doc %{_datadir}/%{name}/%{version}/license.html +%dir %{_datadir}/%{name}/3.6 +%{_datadir}/%{name}/3.6/mkinstalldirs +%{_datadir}/%{name}/3.6/config +%doc %{_datadir}/%{name}/3.6/license.html %files -n lib%{name}-doc %defattr(-,root,root,-) @@ -130,6 +135,83 @@ %changelog +* Sun Oct 01 2006 Jesse Keating - 3.6-4 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Mon Sep 25 2006 Caolan McNamara - 3.6-3 +- rh#206615# render malayam like pango + +* Wed Sep 06 2006 Caolan McNamara - 3.6-2 +- fix rh#205252#/icu#5365 (gnome#121882#/#icu#4026#) to make icu + like pango for multiple dependant vowels + +* Mon Sep 03 2006 Caolan McNamara - 3.6-1 +- final release + +* Mon Aug 14 2006 Caolan McNamara - 3.6-0.1.d02 +- bump + +* Tue Aug 08 2006 Caolan McNamara - 3.6-0.2.d01 +- c++ code not alias correct + +* Mon Jul 31 2006 Caolan McNamara - 3.6-0.1.d01 +- rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes +- drop integrated rh190879.patch +- drop integrated icu-3.4-sinhala1.patch + +* Wed Jul 12 2006 Jesse Keating - 3.4-10.1.1 +- rebuild + +* Wed Jul 12 2006 Jesse Keating - 3.4-10.1 +- rebuild + +* Sat Jun 10 2006 Caolan McNamara - 3.4-10 +- rh#194686# BuildRequires + +* Tue May 09 2006 Caolan McNamara - 3.4-9 +- rh#190879# backport fix + +* Wed May 03 2006 Caolan McNamara - 3.4-8 +- add Harshula's icu-3.4-sinhala1.patch for some Sinhala support + +* Tue May 02 2006 Caolan McNamara - 3.4-7 +- add a pkgconfig.pc, make icu-config use it + +* Fri Feb 10 2006 Jesse Keating - 3.4-6.2 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 3.4-6.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Tue Jan 03 2006 Caolan McNamara - 3.4-6 +- add icu-gcc41.patch + +* Tue Oct 11 2005 Caolan McNamara - 3.4-5 +- clear execstack requirement for libicudata + +* Mon Sep 12 2005 Caolan McNamara - 3.4-4 +- import extra icu.spec into fedora core for openoffice.org +- build with gcc 4 + +* Wed Aug 31 2005 Thorsten Leemhuis - 3.4-3 +- Use dist +- gcc32 does not understand -fstack-protector and + --param=ssp-buffer-size=4 + +* Tue Aug 2 2005 Ville Skytt?? - 3.4-2 +- 3.4. + +* Sun Jul 31 2005 Ville Skytt?? - 3.4-0.2.d02 +- 3.4-d02. +- Don't ship static libraries. + +* Wed Apr 27 2005 Ville Skytt?? - 3.2-3 +- Apply upstream case mapping mutex lock removal patch. +- Build with gcc 3.2 as a temporary workaround for #152495. + +* Fri Apr 7 2005 Michael Schwendt - 3.2-2 +- rebuilt + * Sat Jan 1 2005 Ville Skytt?? - 3.2-1 - Don't use %%{_smp_mflags} (b.f.u #2357). - Remove unnecessary Epochs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/icu/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jan 2005 12:37:35 -0000 1.2 +++ sources 4 Dec 2006 18:10:58 -0000 1.3 @@ -1 +1 @@ -55a85d2365338ece483d275119fd990c icu-3.2.tgz +6243f7a19e03e05403ce84e597510d4c icu4c-3_6-src.tgz From fedora-extras-commits at redhat.com Mon Dec 4 18:43:43 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 4 Dec 2006 13:43:43 -0500 Subject: rpms/mail-notification/EL-4 mail-notification.spec,1.4,1.5 Message-ID: <200612041843.kB4Ihhgv019370@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19355 Modified Files: mail-notification.spec Log Message: 1.1-2 -- use dist Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/EL-4/mail-notification.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mail-notification.spec 9 Mar 2005 20:16:31 -0000 1.4 +++ mail-notification.spec 4 Dec 2006 18:43:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: mail-notification Version: 1.1 -Release: 1 +Release: 2%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -101,6 +101,9 @@ %changelog +* Mon Dec 04 2006 Thorsten Leemhuis - 1.1-2 +- Use dist + * Mon Mar 07 2005 Thorsten Leemhuis - 0:1.1-1 - update to 1.1 - remove gmail build option and add new BR libicu-devel From fedora-extras-commits at redhat.com Mon Dec 4 19:11:01 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 4 Dec 2006 14:11:01 -0500 Subject: rpms/njb-sharp/devel njb-sharp.spec,1.2,1.3 Message-ID: <200612041911.kB4JB1GG022603@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22584 Modified Files: njb-sharp.spec Log Message: Fix a scriptlet issue. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/devel/njb-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- njb-sharp.spec 2 Dec 2006 21:04:58 -0000 1.2 +++ njb-sharp.spec 4 Dec 2006 19:10:31 -0000 1.3 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,10 +50,13 @@ rm -rf %{buildroot} %post +if [-x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +fi %postun -if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then +%{_bindir}/monodoc --make-index > /dev/null fi %files @@ -67,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon Dec 4 2006 Linus Walleij 0.3.0-7 +- Fixup scriptlet for ppl who don't use the docs. + * Sat Dec 2 2006 Linus Walleij 0.3.0-6 - Dropping FC-5, it's too broken in monoland. From fedora-extras-commits at redhat.com Mon Dec 4 19:13:15 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 4 Dec 2006 14:13:15 -0500 Subject: rpms/njb-sharp/FC-6 njb-sharp.spec,1.2,1.3 Message-ID: <200612041913.kB4JDF0h022679@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22653 Modified Files: njb-sharp.spec Log Message: Fixed a scriptlet. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/FC-6/njb-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- njb-sharp.spec 2 Dec 2006 21:06:54 -0000 1.2 +++ njb-sharp.spec 4 Dec 2006 19:12:45 -0000 1.3 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,10 +50,13 @@ rm -rf %{buildroot} %post +if [-x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +fi %postun -if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null +if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then +%{_bindir}/monodoc --make-index > /dev/null fi %files @@ -67,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon Dec 4 2006 Linus Walleij 0.3.0-7 +- Fixup scriptlet for ppl who don't use the docs. + * Sat Dec 2 2006 Linus Walleij 0.3.0-6 - Dropping FC-5, it's too broken in monoland. From fedora-extras-commits at redhat.com Mon Dec 4 19:23:53 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 4 Dec 2006 14:23:53 -0500 Subject: rpms/sbcl/devel .cvsignore, 1.17, 1.18 sbcl.spec, 1.54, 1.55 sources, 1.19, 1.20 Message-ID: <200612041923.kB4JNrs3023003@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22943 Modified Files: .cvsignore sbcl.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 26 Oct 2006 12:52:20 -0000 1.17 +++ .cvsignore 4 Dec 2006 19:23:23 -0000 1.18 @@ -1,6 +1,5 @@ -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.16-source.tar.bz2 -sbcl-0.9.17-source.tar.bz2 sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- sbcl.spec 14 Nov 2006 02:18:21 -0000 1.54 +++ sbcl.spec 4 Dec 2006 19:23:23 -0000 1.55 @@ -4,13 +4,13 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.18 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,7 +24,7 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -91,10 +91,11 @@ %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -220,6 +221,10 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + * Mon Nov 13 2006 Rex Dieter 0.9.18-2 - fix awol contrib/sb-bsd-sockets (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 26 Oct 2006 12:52:20 -0000 1.19 +++ sources 4 Dec 2006 19:23:23 -0000 1.20 @@ -1 +1 @@ -a00122024746ecb81bfff1a328bb2336 sbcl-0.9.18-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 4 20:30:33 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 4 Dec 2006 15:30:33 -0500 Subject: fedora-security/audit fc5,1.407,1.408 fc6,1.158,1.159 Message-ID: <200612042030.kB4KUXdM026382@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26365 Modified Files: fc5 fc6 Log Message: Note the evince/gv issue Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.407 retrieving revision 1.408 diff -u -r1.407 -r1.408 --- fc5 4 Dec 2006 11:19:54 -0000 1.407 +++ fc5 4 Dec 2006 20:30:33 -0000 1.408 @@ -14,6 +14,7 @@ CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- fc6 4 Dec 2006 11:19:54 -0000 1.158 +++ fc6 4 Dec 2006 20:30:33 -0000 1.159 @@ -14,6 +14,7 @@ CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash From fedora-extras-commits at redhat.com Mon Dec 4 20:39:29 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:29 -0500 Subject: rpms/wgrib - New directory Message-ID: <200612042039.kB4KdTk1026449@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26445/wgrib Log Message: Directory /cvs/extras/rpms/wgrib added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 20:39:34 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:34 -0500 Subject: rpms/wgrib/devel - New directory Message-ID: <200612042039.kB4KdYow026463@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26445/wgrib/devel Log Message: Directory /cvs/extras/rpms/wgrib/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 20:39:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:45 -0500 Subject: rpms/wgrib Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612042039.kB4KdjG5026492@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26486 Added Files: Makefile import.log Log Message: Setup of module wgrib --- NEW FILE Makefile --- # Top level Makefile for module wgrib all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 20:39:51 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:39:51 -0500 Subject: rpms/wgrib/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612042039.kB4KdpTA026507@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26486/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module wgrib --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 20:41:08 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:41:08 -0500 Subject: rpms/wgrib/devel Changes, NONE, 1.1 NOTICE, NONE, 1.1 double_prec.txt, NONE, 1.1 formats.txt, NONE, 1.1 formats_update.txt, NONE, 1.1 grib2ieee.txt, NONE, 1.1 land.grb, NONE, 1.1 misc.txt, NONE, 1.1 porting.txt, NONE, 1.1 testbin.c, NONE, 1.1 testbin.c.patch, NONE, 1.1 testbin.f, NONE, 1.1 testbin.out, NONE, 1.1 tricks.wgrib, NONE, 1.1 usertables.txt, NONE, 1.1 wgrib.c.v1.8.0.12g, NONE, 1.1 wgrib.spec, NONE, 1.1 Message-ID: <200612042041.kB4Kf8td026640@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26619/devel Added Files: Changes NOTICE double_prec.txt formats.txt formats_update.txt grib2ieee.txt land.grb misc.txt porting.txt testbin.c testbin.c.patch testbin.f testbin.out tricks.wgrib usertables.txt wgrib.c.v1.8.0.12g wgrib.spec Log Message: auto-import wgrib-1.8.0.12g-1.fc6 on branch devel from wgrib-1.8.0.12g-1.fc6.src.rpm --- NEW FILE Changes --- v1.8.0.12g: 8/06 more ncep ensemble information v1.8.0.12f: 8/06 more ncep ensemble information stddev/wtd mean/ v1.8.0.12e: 8/06 level 20: T=280K, added verbose parameter, revised level 113 v1.8.0.12d: 8/06 added marine branch table 128 (extremely revised) v1.8.0.12c: 8/06 level 20 v1.8.0.12b: 7/06 update ncep tab 129, remove ncep tab 128 .. need new table, minor fixes v1.8.0.12a: 6/06 replace error message - complex packing spectral files v1.8.0.12: 5/06 update thinned gaussian grid info for grib2ctl.pl v1.8.0.11: 5/06 flag bad read_grib calls v1.8.0.10c: 1/06 fix the 1/3/05 additions to PDStimes, H. Frank v1.8.0.10b: 1/06 add new (204, 205) and updated DWD tables H. Frank, 10-19-2005 v1.8.0.10a: 12/05 add ectable 172 from Geert Jan van Oldenborgh (KNMI) v1.8.0.10: 9/05 fix gribtable.c v1.8.0.9m1: 9/05 put copyright info in wgrib_main.c and wgrib.c v1.8.0.9m: 8/05 add time range 6 and 7, updated add_time code v1.8.0.9l: 5/05 update ncep 129 table, new levels done by D. Stokes v1.8.0.9k: 4/05 ec table 190, more ec diagnostics (ec_ext) v1.8.0.9j: 4/05 minor comment changes in ncep table 131 (RR) v1.8.0.9i: 12/04 fixed typo introduced 11/04 (table 129, entry 192) v1.8.0.9h: 11/04 updated table ncep-129 (strange entry) v1.8.0.9g: 9/04 fix if (gds && GDS_Harmonic_type(gds) == 1) found by Graziano Giuliani v1.8.0.9f: 8/04 added ecmwf table 151 v1.8.0.9e: 8/04 changes of CFS time ranges v1.8.0.9d: 7/04 fixed reanal grib table NLON -> ELON v1.8.0.9c: 6/04 chaged UVI defn ncep opn table v1.8.0.9b: 6/04 added table 132 (global reanalysis) v1.8.0.9a: 6/04 updated table 129,130 v1.8.0.9: 5/04 added new time codes 132-135, changed time code 51 (clim) v1.8.0.8: 4/04 added -ncep_ens option v1.8.0.7e: 3/04 multiple user tables (fix open) v1.8.0.7d: 3/04 extern minute -> extern int minute v1.8.0.7c: 3/04 for clim (51) don't print 'anl' v1.8.0.7b: 2/04 update NCEP grib table 129 v1.8.0.7a: 11/03 update NCEP grib table 131 v1.8.0.7: 10/03 Mods fron Norwegian Meteorological Institute fixed ec table 131, and enhansed ex_ext.c v1.8.0.6: 9/03 added time codes 128-131 (for RR) v1.8.0.5: 9/03 fix scan mode and change format v1.8.0.4: 9/03 new dwd tables and -dwdgrib option (thanks to Helmut P. Frank) updated formats_update.txt for -dwdgrib option v1.8.0.3k: 7/03 fixed N/S vs grid wind diagnostic with -v option found by Dusan Jovic v1.8.0.3j: 6/03 fixed level 206 (was 205) v1.8.0.3i: 5/03 updated ncep table 131 v1.8.0.3h: 5/03 updated ncep table 131 v1.8.0.3g: 4/03 ecmwf table 128, 140 (names from ECMWF web site), updated 131 v1.8.0.3f: 4/03 updated ncep131, ncep130, ncep-opn v1.8.0.3e: 3/03 fix level 141, update tables 130 and 131 v1.8.0.3d: 2/03 added prelim ncep grib tables 130 and 131 v1.8.0.3c: 1/03 Reanalysis Project updates: scan mode in english, grid vs NS winds, and dusan.jovic at noaa.gov: ss2dEGRID support v1.8.0.3b: 1/03 minor update: changed units of CICE in NCEP tables v1.8.0.3a: 11/02 update ncep_opn and add ncep_129 table v1.8.0.3: 10/02 update levels and ncep_opn grib table v1.8.0.2: 10/02 check gds before grib_check, redid level 117 v1.8.0.1: 10/02 added cptec gribtable 254 v1.8: 4/1/02: Decode of simple packed spectral data and some cleanup of the triangular grid (Luis Kornblueh, Max-Plank Institute of Meteorology) v1.7.4.1a 12/01: added new entry to OMB grib table (REV) v1.7.4.1 12/01: D. Haalman (METEO SERVICE weather research GmbH) rewrote seekgrib.c v1.7.4 10/01: Merged changes made by Helmut P. Frank (DWD) to current source code. This adds DWD tables 1, 201, 202, and 203 as well as support for triangular grids based on an icosahedron 1.7.3.6: 5/01: added fractional mb, center to levels.c 1.7.3.5: 2/01: Handle grib files with precision greater than 31 bits 1.7.3.4a: 9/00: check for missing grib file 1.7.3.4: 8/00: polar stereo + lambert, always print direction increments 1.7.3.2: 6/00: undefined direction increments set to zero on -V output 1.7.3.1: 8/99: added new levels 1.7.3: 5/99: updated NCEP opn grib table 1.7.2: 5/99: fixed fictious error message with thinned grids and bitmaps 1.7.1: 2/99: fixed error in wrtieee_header affects only -H option 1.7.0b7: 1/99: preliminary support for NCEP ensembles 1.7.0b6: 1/99: changed "x12 hours" format to "hr" format 1.7.0b5: 1/99: fixed 3/6/12 hour forecast time units 1.7.0b4 11/98: updated (128,160) and new (129,130,131,140,150,170,180) ECMWF tables 1.7.0b3 10/98: added new time units 1.7.0b2 8/98: allow blank gribtab lines in definition, --v 1.7.0b 8/98: added "km" to Mercator meta-data 1.7: 7/98: fixed bitmap when nbits > 24 (theoretical bug) 1.6.2.5 5/98: fixed -H code so that all of GDS is written 1.6.2.4 4/98 beta: reanalysis ID code: needed for users of 1997 Reanalysis data 1.6.2.2 2/98 beta: rotated lat long grid (10) 1.6.2 1/98 added Arakawa E-grid meta-data 1.6.1b changed 03TOT to O3TOT in ncep operational table note: typo originated in the original NCEP documentation 1.6.1a 12/97 made ncep_opn the default table 1.6.1 9/97 Added the "-d all" option 1.6.0 9/97 non-beta version, added operational NCEP table, optimized the ieee writes (2.5x faster on Cray, 20% on linux), new help screen 1.5.0b14 fix century mark: year=100 not 0 1.5.0b13 -4yr, use 4 digit year code 1.5.0b12 lat-long thinned grid support 1.5.0b11 Added -H option (PDS/GDS output to binary files) 1.5.0b10 Changed"0hr fcst" to "anl" for TR=10 and fcstlen = 0 (non-beta release) 1.5.0b9 Thinned grids support (preliminary) 1.5.0b8 Changed bitmap message 1.5.0b7 -PDS -GDS work for all inventories 1.5.0b6 Added -verf to print "verification" time, new grib2ctl for -verf 1.5.0b5 Added Lambert Conformal, -PDS and -GDS 1.5.0b1 Added ECMWF parameter table #128 1.5.0a wgrib failing with no GDS and constant field. Cannot determine (9/96) the size of data without a center-dependent lookup table. Set length size of data to 1. 1.5.0 -v option: major changes, now an inventory (9/96) -V option: added century to date code, list parameter table number, added description of variable Added parameter table (NCEP-128) for the ocean modeling branch of NCEP. Added user-defined parameter tables. Note: changes are incompatible with grib2ctl. Get new version. (old version works by changing "wgrib -v" to "wgrib -V".) V1.5.0 is the first version to be parameter-table aware. As a result, wgrib will give a warning if it cannot find a matching parameter table. The warning can be eliminated by either using a user-defined parameter table or by adding your table into the wgrib source. (Contact w. ebisuzaki, Wesley.Ebisuzaki at noaa.gov). Built-in tables: NCEP-2, NCEP-128, ECMWF-160. Much faster flt2ieee routine, changed rounding factor in flt2ieee so that IEEE machines gets the correct last bit. Increased NTRY to 100 to accommodate Automation div headers. The 1.4.x series didn't last long (1 revision, 3/96 to 7/96). 1.4.1a Several optimizations of the grib routines for reduced CPU usage. (6/96) Updated the NCEP parameter table and altered the print statement for climatological fields. 1.4 ****************************************************************** 1.4 1.4 BUG: Prior to v1.4, when the start of the grib message was less 1.4 than 160 bytes from the end of the file, wgrib would not find 1.4 the message. This would only occur if a short grib message (< 160 bytes) 1.4 ended the file. Basically I had assumed that a grib message 1.4 had to be 160+ bytes in length. Well someone at NCEP decided 1.4 to write 84-byte grib messages! About the only field that 1.4 can be described in a 84-byte message is uniform value of zero. 1.4 1.4 Fixed a bug in the return code, and made the code 10% faster. 1.4 1.4 Since this is a bug fix PLEASE upgrade to version 1.4. 1.4 Why not? It's free! (3/96) 1.4 1.4 ****************************************************************** 1.3.4h Complaint about wgrib failing if the file has no GDS. Since a GDS (2/96) is recommended (and is in every file that I have seen) I've never included the code to create a GDS for prespecified grids. This version is a temporary fix. It sets the array size to NX x 1. [7/96: This temporary fix will have to do. The GDS prespecified grids are center dependent. Since I don't have the tables, nothing is planned.] 1.3.4f updated ECMWF parameter table (from M. Fiorino) (11/95) support for the ECMWF stream parameter clean compiles using acc (SunOS) (acc is pickier than gcc -Wall) 1.3.4e writing grib files made much faster (11/95) 1.3.4d minor change in error statement format (9/95) 1.3.4c didn't check for case where number of bits = 0! in NMC bug check (7/95) 1.3.4 added check for bad bds "used bits" parameter (look for NMC bug) (7/95) 1.3.3: (preliminary) ECMWF parameter table added (5/95) 1.3.2: preliminary polar stereographics map support (4/95) - from wgrib code - * 11/94 - v1.0 * 11/94 - v1.1: arbitary size grids, -i option * 11/94 - v1.2: bug fixes, ieee option, more info * 1/95 - v1.2.4: fix headers for SUN acc * 2/95 - v1.2.5: add num_ave in -s listing * 2/95 - v1.2.6: change %d to %ld * 2/95 - v1.2.7: more output, added some polar stereographic support * 2/95 - v1.2.8: max min format changed %f to %g, tidying up more info * 3/95 - v1.3.0: fix bug with bitmap, allow numbers > UNDEFINED * 3/95 - v1.3.1: print number of missing points (verbose) * 3/95 - v1.3.2: -append option added * 4/95 - v1.3.2a,b: more output, polar stereo support (-V option) * 4/95 - v1.3.3: added ECMWF parameter table (prelim) * 6/95 - v1.3.4: nxny from BDS rather than gds? * 9/95 - v1.3.4d: speedup in grib write * 11/95 - v1.3.4f: new ECMWF parameter table (from Mike Fiorino), EC logic * 2/96 - v1.3.4g-h: prelim fix for GDS-less grib files * 2/96 - v1.3.4i: faster missing(), -V: "pos n" -> "n" (field 2) * 3/96 - v1.4: fix return code (!inventory), and short records near EOF * 6/96 - v1.4.1a: faster grib->binary decode, updated ncep parameter table, mod. in clim. desc * 7/96 - v1.5.0: parameter-table aware, -v option changed, added "comments" * increased NTRY to 100 in seek_grib * 11/96 - v1.5.0b: added ECMWF parameter table 128 * 1/97 - v1.5.0b2: if nxny != nx*ny { nx = nxny; ny = 1 } * 3/97 - v1.5.0b5: added: -PDS -GDS, Lambert Conformal * 3/97 - v1.5.0b6: added: -verf * 4/97 - v1.5.0b7: added -PDS10, -GDS10 and enhanced -PDS -GDS * 4/97 - v1.5.0b8: "bitmap missing x" -> "bitmap: x undef" * 5/97 - v1.5.0b9: thinned grids meta data * 5/97 - v1.5.0b10: changed 0hr fcst to anal for TR=10 and P1=P2=0 * 5/97 - v1.5.0b10: added -H option * 6/97 - v1.5.0b12: thinned lat-long grids -V option * 6/97 - v1.5.0b13: -4yr * 6/97 - v1.5.0b14: fix century mark Y=100 not 0 * 7/97 - v1.5.0b15: add ncep opn grib table * 12/97 - v1.6.1.a: made ncep_opn the default table * 12/97 - v1.6.1.b: changed 03TOT to O3TOT in operational ncep table * 1/98 - v1.6.2: added Arakawa E grid meta-data * 1/98 - v1.6.2.1: added some mode data, Scan -> scan * 4/98 - v1.6.2.4: reanalysis id code: subcenter==0 && process==180 * 5/98 - v1.6.2.5: fix -H code to write all of GDS * 7/98 - v1.7: fix decoding bug for bitmap and no. bits > 24 (theoretical bug) * 7/98 - v1.7.0.b1: add km to Mercator meta-data * 5/99 - v1.7.2: bug with thinned grids & bitmaps (nxny != nx*ny) * 5/99 - v1.7.3: updated NCEP opn grib table * 8/99 - v1.7.3.1: updated level information * 9/00 - v1.7.3.4a: check for missing grib file * 2/01 - v1.7.3.5: handle data with precision greater than 31 bits * 8/01 - vDWD : added DWD GRIB tables 201, 202, 203, Helmut P. Frank * 9/01 - vDWD : added output "Triangular grid", Helmut P. Frank * 9/01 - v1.7.4: merged Hemut P. Frank's changes to current wgrib source code * 3/02 - vMPIfM: added support for spectral data type * 4/02 - v1.8: merge vMPIfM changes, some fixes/generalizations * 10/02 - v1.8.0.1: added cptec table 254 * 10/02 - v1.8.0.2: no test of grib test if no gds, level 117 redone * 10/02 - v1.8.0.3: update ncep_opn grib and levels * 11/02 - v1.8.0.3a: updated ncep_opn and ncep table 129 * 9/03 - v1.8.0.4: update dwd tables (Helmut P. Frank), -dwdgrib option * 9/03 - v1.8.0.5: fix scan mode and change format * 10/03 - v1.8.0.7: Changes from Norwegian Met. Inst (ec tab #131, ex_ext) * 10/03 - v1.8.0.8: added -ncep_ens option To Do: decode spherical harmonics (need some examples to test on) complex packing? Adding new parameter tables is pretty easy and I'm willing to add new parameter tables for "operational centers". (Note, the GRIB center identification numbers are assigned by the WMO.) --- NEW FILE NOTICE --- The following files are placed into the public domain. While you could legally do anything you want with the code, telling the world that you wrote it would be uncool. Selling it would be really uncool. The code was written for NMC/NCAR Reanalysis and may not work GRIB files from other sources. The code, as usual, is not warranteed to be fit for any purpose what so ever. Use at your own risk. Wesley Ebisuzaki November 25, 1995 BDS_unpack.c bds.h bms.h cnames.c cnames.h gds.h grib.h ibm2flt.c intpower.c pds3.h readgrib.c seekgrib.c testbin.c wgrib.c --- NEW FILE double_prec.txt --- The builtin output formats for wgrib are binary: single precision CPU native format ieee: single precision big-endian IEEE (32 bits) grib: text: Someone had the need to produce double precision output. One may question their wisdom because probably all GRIB data have less precision than the single precision floating point format. Nevertheless it was easy to modify wgrib to output double precision floating point numbers as the standard binary format. (Writing dp ieee is much more difficult.) Kludge number 102: Edit the file wgrib.c by changing all occurances of float to double. Change the line #include back to #include Remember that you must change ALL occurances of "float" and that word may occur more than once on a line. Compile normally and if all goes well, the "-bin" option will now produce double precision floating output. Don't forget the default format is "-bin". Note: The kludge looks good but hasn't been examined with a fine-tooth comb. I should probably change "float" to FLOAT and use a typedef. However, this change is really low priority. END OF KLUDGE NUMBER 102 --- NEW FILE formats.txt --- wgrib v1.2 Wesley Ebisuzaki Portable Grib decoder for NMC Reanalysis The program wgrib reads GRIB data and writes out data in the following different formats: text, GRIB, IEEE and binary (native cpu format). The easiest of the formats to read is text followed by binary, IEEE and finally GRIB. All except the GRIB format allows two flavors, with and without headers. You may be wondering why wgrib supports IEEE and GRIB. The IEEE was added so that the CRAY could produce `easy to read' binary files, and the GRIB option was added so that wgrib could extract and reorder records in a grib file. Text Format (grid 1) (nx) (ny) grid dimensions (grid value) (grid value) ... (grid value) nx*ny values (grid 2) (nx) (ny) grid dimensions (grid value) (grid value) ... (grid value) nx*ny values ... Binary and IEEE, no header (grid 1) (binary float value) grid value (binary float value) ... (binary float value) nx*ny values (grid 2) (binary float value) (binary float value) ... (binary float value) nx*ny values etc The no-header format is not a recommended format to use. The format does not indicate the size of the grid. If your program makes a mistake on the grid dimension, you could get interesting results. However, some fortran compilers require this format for binary files (Cray, ABSoft under AmigaOS). In addition, GrADs likes the binary/no-header format. Binary and IEEE, with header (grid 1) (binary integer) nx*ny*sizeof(float) (binary float value) ... (binary float value) nx*ny values (binary integer) nx*ny*sizeof(float) (grid 2) (binary integer) nx*ny*sizeof(float) (binary float value) ... (binary float value) nx*ny values (binary integer) nx*ny*sizeof(float) The binary-with-header format is commonly used by UNIX fortrans for their binary files. Some MS-DOS fortran compilers also support this format. The CRAY fortran supports the IEEE format by the "assign -Ff77 -Nieee u:iunit" command. Spectral Data The format for spectral data is similar to the gridded data except nx = 2 * number of complex coefficients, and ny = 1. As you would expect, the real part is followed by the imaginary part. For more details, consult the GRIB format specifications. Organization of the Grid Standard NMC practice is to store the grids in fortran order starting from the north and working southward, and on the 0E and working eastward. No effort has been made in wgrib to implement the scan order option in GRIB. For lat-long grids, the dimensions are 144 x 73. The first point is 90N 0E, the second point is 90N 2.5E, and you can figure out the rest. For Gaussian grids, the dimensions are 192 x 94. The first grid point is at 88.542N 0E, the second grid point is at 88.542N 1.875E. In theory, the Gaussian latitudes (for a Gaussian grid) are determined by the zeros of a long polynomial. In practice, the Gaussian latitudes are almost equally spaced. For plotting purposes, I assume that the Gaussian latitudes have a spacing of (88.542 - -88.542)/(94 - 1) degrees of latitude. The above description of the grid format only applies to this version of Reanalysis. Future Reanalysis products may have different resolutions. If you use wgrib for non-Reanalysis products, then you are on your own. GRIB allows you to define specialized grids in different scanning orders. wgrib may or may not correctly decode these GRIB files and definitely will not try to make sense of the scanning order. Note: undefined values are set to 9.999e20. (see UNDEFINED in bds.h and/or all.c) --- NEW FILE formats_update.txt --- v1.6 update 5/98 update 9/03 -H Option -- ------ Some people have fortran/C programs which read the binary/IEEE output from wgrib. They found that they needed a header to identify each record. I can see the need to identify each record but my choice would to have the fortran/C program open two files, the data file and the corresponding inventory. However, people have different styles. The -H option adds a "universal" header to the binary/IEEE file. The header is "universal" because it contains all the meta-data (PDS and GDS). Nobody can complain that I left out some crucial information from the header. The PDS (Product Definition Section) and GDS (Grid Definition Section) are documented in the GRIB references such as Office Note 388 by John Stackpole (available from the NCEP ftp site). Output Format Case 1: (GRIB file has GDS) integer: length of PDS + 4 character*4: "PDS " PDS sequence of bytes integer: length of PDS + 4 integer: length of GDS + 4 character*4: "GDS " GDS sequence of bytes integer: length of GDS + 4 (decoded GRIB message/record) Case 2: (missing GDS) integer: length of PDS + 4 character*4: "PDS " PDS sequence of bytes integer: length of PDS + 4 integer: length of 4 character*4: "GDS " integer: length of 4 (decoded GRIB message/record) When the output file is IEEE, the "integer" is big-endian four byte integer. Otherwise it is the native format integer. As you can see, the "universal" header is really two f77-style headers. The first header contains the string "PDS " along with the PDS. The second header contains the string "GDS " along with the GDS (if present). The main complication in reading this header is that it is variable length. C programs will have no problems. Reading the file in fortran as an unformatted sequential file will require a trick. c c sample of reading the PDS in a file created using c -H (include PDS & GDS) and -h (f77 style headers, default) c c example: wgrib -d 1 -H grib_file -o dump c character*1 pds(100),c4(4),gds(1000) open(unit=1,file='dump',form='unformatted') c c Read "PDS " and Length of the PDS read(1) c4, (pds(i),i=1,3) c c Check for letters "PDS " in PDS if (c4(1).ne.'P') goto 9999 if (c4(2).ne.'D') goto 9999 if (c4(3).ne.'S') goto 9999 if (c4(4).ne.' ') goto 9999 c Calculate length of variable PDS lenpds=ichar(pds(1))*256*256+ichar(pds(2))*256+ichar(pds(3)) c c Print out length write(*,*) 'Length of variable PDS in the header=', lenpds c c Backspace backspace(1) c c Read PDS using the length information read(1) c4, (pds(i),i=1,lenpds) c c Convert a character argument to an integer based on the character position c in the collating sequence idog1=ichar(pds(13)) idog2=ichar(pds(14)) idog3=ichar(pds(15)) c write(6,20)idog1,idog2,idog3 20 format('PDS :',i10,1x,i5,1x,i6) c c -------------------------------------------------------------------------- c Read "GDS " and Length of the GDS read(1) c4, (gds(i),i=1,3) c c Check for letters "GDS " in the GDS if (c4(1).ne.'G') goto 9999 if (c4(2).ne.'D') goto 9999 if (c4(3).ne.'S') goto 9999 if (c4(4).ne.' ') goto 9999 c c Calculate length of variable GDS lengds=ichar(gds(1))*256*256+ichar(gds(2))*256+ichar(gds(3)) c c Print out length write(*,*) 'Length of variable GDS in the header=', lengds c c Backspace backspace(1) c c Read GDS using the length information read(1) c4, (gds(i),i=1,lengds) c c Convert a character argument to an integer based on the character position c in the collating sequence idog1=ichar(gds(13)) idog2=ichar(gds(14)) idog3=ichar(gds(15)) c write(6,22)idog1,idog2,idog3 22 format('GDS: ',i10,1x,i5,1x,i6) c STOP c c Error Warning 9999 write(*,*) 'Error in beginning of PDS or GDS' STOP END -dwdgrib OPTION -------- ------ The code for this option was submitted by Hulmut P. Frank (8/03) and completely rewritten by WNE for inclusion to wgrib v1.8.0.4. DWD (Deutscher Wetterdienst, the german weather service) has a particular formatting of grib files: 0 (4 bytes) rec_len #1 (4 byte integer, big endian, length of grib msg #1 in bytes) grib msg #1 rec_len #1 (4 byte integer, big endian, length of grib msg #1 in bytes) rec_len #2 (4 byte integer, big endian, length of grib msg #2 in bytes) grib msg #2 rec_len #2 (4 byte integer, big endian, length of grib msg #2 in bytes) ... rec_len #N (4 byte integer, big endian, length of grib msg #N in bytes) grib msg #N rec_len #N (4 byte integer, big endian, length of grib msg #N in bytes) 0 (4 bytes) This format looks like a f77 format of grib with a leading/trailing zeros. Of course, this format is perfectly legal grib and older wgribs could read the dwd files. With v1.8.04, wgrib can write dwd format grib files. --- NEW FILE grib2ieee.txt --- Decoding GRIB Data 7/97 (Conversion to IEEE by wgrib) GRIB is a format used to store binary data. While there are several other competing formats (IEEE, CDF, Net-CDF, etc), GRIB has been endorsed by the WMO and is the primary format at the operational centers (ECMWF, NCEP). GRIB has the advantages of being both an international standard and more space efficient than its main competing formats. A simple-to-use grib decoder can be obtained from wesley.ncep.noaa.gov /pub/wgrib/wgrib.c (source code) (for NCEP users) The latest compiled versions can be found at /wd5/wd51/rl51we/bin/wgrib (Cray YMP) ~wd51we/bin.sun/wgrib (Sun workstation) ~wd51we/bin.sgi/wgrib (SGI workstation) ~wd51we/bin.hp/wgrib (HP workstation) ~wd51we/bin.linux/wgrib (x86 linux) /wd2/cpc/cdrom/PROGRAMS/WGRIB/WGRIB.EXE (PC version, on Cray YMP) Documentation and directions for compiling wgrib can be found at ftp://wesley.ncep.noaa.gov/pub/wgrib. The first step in decoding GRIB data is a file inventory. The simplest method is to type % wgrib -s grib_file -s is for the simple output format Output format (-s option) field 1: record number field 2: position of record within the file field 3: time (yymmddhh) field 4: variable (see /wd2/ln/map/data/grib1.kpds5.vsn21 on the Cray YMP) field 5: level/layer following fields: description of record ex. mean, variance, forecast, analysis, etc Now suppose we want to extract the 50 mb zonal winds for all dates. The following commands extract the data on a UNIX computer as f77 IEEE data. Note that zonal winds have the name "UGRD" in the file inventory. % wgrib -s grib_file | grep ":UGRD:" | grep ':50 mb:' | wgrib -i -s -ieee -h grib_file To understand the previous command, you need to consider all the steps. wgrib -s grib_file creates a simple file inventory in this example '-s' is optional grep ":UGRD:" selects only the records with ":UGRD:" in the record description grep ':50 mb:' selects only the records with ":50 mb:" in the record description note that ":50 mb:" was used rather than "50 mb" as the latter would also match the 850 mb level. wgrib -i -s -ieee -h grib_file -i ... read a file inventory -s ... short description of records written -ieee ... IEEE format numbers -h ... f77-style headers (default), -nh for no headers by default, the output format is binary with headers. On workstations, this is usually the "f77 IEEE" format which is often compatible with UNIX fortran programs. To convert all the records to a binary format with f77 style headers: % wgrib -s grib_file | wgrib -s -i grib_file To determine the dimension and type of grid used in record N, type, %wgrib -V -o /dev/null -d N grib_file -V ... verbose output -o /dev/null ... write output (dump file) to bottomless pit -d N ... dump record N NCEP's convention for fields produced by the MRF (operational forecasts, Reanalysis) is for the fields to be on a lat-long or Gaussian grid. The fields start at the northern most latitude and at the Greenwich meridian and go eastward. The data is stored in the fortran scanning order. This can be verified by using the -V option of wgrib which will tell you the dimension of the fields and how it is arranged. A quick summary of the wgrib's options can be obtained by executing wgrib with no arguments. The undefined value is 9.999e20 (version 1.6.0) and more documentation can be found at ftp://wesley.ncep.noaa.gov/pub/wgrib. on the Cray-YMP at /wd2/cpc/cdrom/PROGRAMS/WGRIB/. --- NEW FILE land.grb --- GRIB ?? ? ????? ? ????????????? ? ?? ??? ? ?? ?? ????????? ???????????????? ????? ? ???? ????????? ? ???????????????????????? ? ? ? ??????? ?????????????????????? ?????? ???????? ??? ????????????????????????????????????????? ??? ? ? ??? ??????????????????????????????????? ???????????? ?? ? ??????????????????????????????? ? ???? ? ???????????? ? ? ???????????????????????????????? ??????????????????? ? ????????????????????????????????????? ?? ?????????????????????????????????????? ????????????????? ? ?????????? ?????????????????????????? ????? ?? ?????? ???????? ???????????????????? ? ?????? ????????????????? ? ????????????? ?????? ?????????????????? ???????????? ?? ??????????????????????? ?? ??????????????????????? ??????????????? ??????????????????? ????? ??????????????????????????????????? ???????????????? ????????????? ????? ????????????? ?? ????? ?????? ??? ??? ??? ??? ??? ??? ??? ? ?? ? ????????????????? ???? ????????????????? ????? ?? ??????? ??????? ? ?? ?????? ?? ?? ? ? ??????? ?? ???????????? ??????? ??????????? ??????? ??????? ? ??? ????????? ?????? ???????? ?????? ???????? ??????? ?????????? ?????? ?????????? ?????? ???? ?????????? ?????? ?? ???? ? ??? ??? ?? ?? ?? ? ? ????? ???????? ?????????????????????? ? ???????????????????????????????????????????????? ???? ???????????????????????????????????????????????? ????????????????????? ???????????????????????????????????????????????????? ???????????????????? ???????????????????????????????????????????????????????????????????????????????????????????? --- NEW FILE misc.txt --- Time Format updated 5/24/2004 The time format is pretty obvious to me but that doesn't help the average person. sec = seconds min = minute hr = hour d = day mon = month yr = year decade = 10 years normal = climatology (WMO standard is 30 years) anl = analysis ave = average diff = difference fcst = forecast rms = averaged rms value fcst clim = forecast climatology (see Nave for number of years) same-hour,rms = averaged rms value only using quantities with the same hour/minute as reference time ex. ave at 1d = average taken at 1 day intervals The number in the average is Nave ave at 1yr = average taken at 1 year intervals (this replaces "clim" notation) rms at 1yr = average RMS value with average taken on values 1 year apart ------------ removed 5/25/2004 ---------------- clim = climatology (average over N years) clim (diurnal) = climatology (average over N years, hour important) --- NEW FILE porting.txt --- wgrib v1.6 12/97 Wesley Ebisuzaki Portable Grib decoder Revised 9/2006 Introduction: The program wgrib is written in standard (ANSI/ISO) C. The last report of a compiler not being able to handle wgrib was several years ago. The code requires, at minimum, a 32-bit computer. (A user did port the code to a 286 but that was years ago.) However, if you plan to work with 2+ GB files, you should use a 64-bit computer (compile with 64-bit integers). Compiling: Version 1.6 introduces a compile-time option "DEF_T62_NCEP_TABLE". For the operational version of wgrib, DEF_T62_NCEP_TABLE=opn while Reanalysis uses DEF_T62_NCEP_TABLE=rean. For compatibility with earlier versions, the default is "reanalysis". The compile-time option determines whether to use the operational or reanalysis GRIB table for the T62 model when the subcenter is zero. Of course, the default can be changed at run time by the -ncep_opn and -ncep_rean options. Compiling wgrib with the default option (Reanalysis): ibm/sp (32 bit ints): c89 -O2 -o wgrib wgrib.c ibm/sp (64 bit ints): c89 -O2 -q64 -o wgrib wgrib.c apparently on some machines, try ibm/sp (32 bit ints): c89 -O2 -o wgrib wgrib.c -lm ibm/sp (64 bit ints): c89 -O2 -q64 -o wgrib wgrib.c -lm sun: acc -o wgrib wgrib.c -lm sun: gcc -o wgrib wgrib.c -lm (note: sun's cc is not an ANSI C compiler [ed this is a really old statement, may not be true today]) cray C90: cc -o wgrib wgrib.c sgi: cc -o wgrib wgrib.c -lm hp risc: gcc -o wgrib wgrib.c -lm hp risc: cc -Aa -o wgrib wgrib.c -lm 68K amiga: sc link math=ieee output=wgrib wgrib.c linux: gcc -o wgrib wgrib.c -lm Visual C++.net: (B. DeTracey 1/2006) Visual C++.net compiling instructions. No optimisations. No debugging information. From the Visual Studio .NET 2003 Command Prompt: 1)Change to your wgrib source directory 2)Compile and link using: cl /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /ML /GS /W3 /Wp64 /TP /Fewgrib.exe *.c If you get an error message related to a file named wgrib_c.c, delete this file and try again. This file resulted from your previous attempt to build the application from within the Visual Studio .NET 2003 IDE (Windows application interface). Compiling wgrib for the operational version: ibm/sp (32 bit ints): c89 -O2 -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c ibm/sp (64 bit ints): c89 -O2 -q64 -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c sun: acc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm sun: gcc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm cray: cc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c sgi: cc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm hp: gcc -o wgrib -DDEF_T62_NCEP_TABLE=opn wgib.c -lm hp: cc -Aa -o wgrib -DDEF_T62_NCEP_TABLE=opn wgrib.c -lm The value of "DEF_T62_NCEP_TABLE" can be defined as opn, opn_nowarn, rean (default), and rean_nowarn. Optimization: You may have noticed that the previous compilation command lines did not include any optimizations. My suggestion is that one should avoid the compiler optimizations unless one is willing to make sure that the compiler optimizations do not break the code. Sure compilers have improved but optimization bugs still occur. Problems Compiling: If you have problems with compiling, you are probably using a non-standard C compiler or the compiler has been improperly set up. Another possibility is that the source code was corrupted. There has been one case where the source code was obtained using a browser and the code would not compile cleaning. The problem was solved by obtaining the source code using anonymous FTP (ftp://wesley.ncep.noaa.gov/wgrib/wgrib.c). I suspect that the browser was converting the in to which was incompatible with their C compiler. If you have problems linking ("undefined ....") then you are not including a necessary library. On many UNIX machines, you need to include the math library ('-lm' option). If you have problems compiling wgrib, consult a local wizard. I have compiled the code on sun, cray, sgi, hp, linux, amiga and even DOS. Others have used NT, OS/2, NEC supercomputers and Alpha (unix). If you have problem with one of the previous machine or any 32/64 bit unix machine, it is likely that you have a local problem. MS-DOS and Windows revised 1/2006: The cygwin port of gcc compiles wgrib and that compiler is open source. At one time, it was rare for a Windows compiler to compile wgrib correctly. However, I haven't had a report of a deficient Windows compiler for several years. Testing wgrib: Test 1: After you've compiled wgrib is simply type "wgrib." You should see the help screen which should be similar to the following: Portable Grib decoder for NCEP Operations etc. it slices, dices v1.6.0 prelim 2 (7-01-97) Wesley Ebisuzaki usage: ./wgrib [grib file] [options] Inventory/diagnostic output selection -s/-v/-V short inventory/verbose inventory/very verbose non-inventory (default) regular inventory Options for inventory/diagnostic output -PDS/-PDS10/-GDS/-GDS10 print PDS/GDS in hex/dec -verf print forecast verification time -4yr/-ncep_opn/-ncep_rean see documentation Decoding Grib selection -d [record number] dump record number -p [byte position] dump record at byte position -i dump controlled by stdin (inventory list) (none) no decode .. inventory only Options for decoding Grib -text/-ieee/-bin/-grib dump to a text/ieee/bin/grib file -h/-nh dump will have headers (default)/no headers -H dump will include PDS and GDS (-bin/-ieee only) -append append to dump file -o [file] output file name, 'dump' is default The first line of the "help" page should include the phrase "NCEP Operations" or "NCEP/NCAR Reanalysis" which indicates the default GRIB table (see "Compiling.") Test 2: The second test is to see if wgrib will read a grib file. If the file "land.grb" is not with the source code, a copy can be obtained from ftp://wesley.ncep.noaa.gov/pub/wgrib/land.grb. 'land.grb' is the land-sea mask used by Reanalysis. enter: wgrib land.grb see: 1:0:d=87010100:LAND:kpds5=81:kpds6=1:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:sfc:anl:NAve=1 Test 3 The third test is read the grib file and decode the numeric data. enter: wgrib land.grb -V see: 1:0:date 1987010100 LAND kpds5=81 kpds6=1 kpds7=0 levels=(0,0) grid=255 sfc anl: LAND=Land-sea mask [1=land; 0=sea] timerange 0 P1 0 P2 0 TimeU 1 nx 192 ny 94 GDS grid 4 num_in_ave 1 missing 0 center 7 subcenter 2 process 80 Table 2 gaussian: lat 88.542000 to -88.542000 long 0.000000 to -1.875000 by 1.875000, (192 x 94) scan 0 bdsgrid 1 min/max data 0 1 num bits 4 BDS_Ref 0 DecScale 1 BinScale 0 Test 4: This tests the wgrib's ability to extract a record and write it as a text file. enter: wgrib land.grb -d 1 -text see: 1:0:d=87010100:LAND:sfc:anl:NAve=1 The first 10 lines of the file 'dump' should be: 192 94 0 0 0 0 0 0 0 0 0 Text 5 In this test a record is written as a f77 big-endian IEEE file. enter: wgrib land.grb -d 1 -ieee -s see: 1:0:d=87010100:LAND:sfc:anl:NAve=1 Should find a file 'dump' which is which is 72200 bytes long. Test 6 In this test a record is written as native-format binary file. enter: wgrib land.grb -d 1 -s see: 1:0:d=87010100:LAND:sfc:anl:NAve=1 Should find a new file 'dump' which is often 72200 bytes long. Test 7 Reading a binary file using a C program. Run test 6 to convert the land mask into a binary file. Compile the program testbin.c using a C compiler. Some possible compilation lines are cc -o testbin testbin.c -lm (normal unix C) gcc -o testbin testbin.c -lm (GNU C) acc -o testbin testbin.c -lm (Sun's acc) sc link math=ieee output=testbin testbin.c (SAS C) The program reads the binary file "dump" and should print out the land mask. Test 8 Reading the binary file with fortran. Run test 6 to convert the land mask into a binary file. Compile and run the program testbin.f using your fortran 77 compiler. If everything went correctly, you should see the land mask. If it works, good. If it doesn't work, too bad. You are on your own. Suggestions: (1) if all else fails, read the fortran manual (RTFM), (2) change fortran compilers, (3) try reading the data with no headers (-nh option in wgrib), (4) give up and read the text dump instead. This step is very system dependent. Consult your local expert. Support: No support is necessary because the instructions are crystal clear and the code is bug free. If my directions are as clear as Mississippi mud, think how understandable my verbal directions will be! (Yes, I've been known to talk without nouns, adverbs and even adjectives.) Please, do not waste your dime and call me asking how to compile or link wgrib. You have to ask some one who knows YOUR SYSTEM. If tests 1-6 are successful then wgrib works. Test 7 is simply a test of your fortran compiler and you have to read the documentation. If you really think that you found a bug in the code, then send me an e-mail (wesley.ebisuzaki at noaa.gov). --- NEW FILE testbin.c --- #include #include #define nx 192 #define ny 94 #define dx 3 #define dy 3 /* v1.2 wesley ebisuzaki */ #define INT int /* if the default integer is 16 bit then */ /* #define INT long int */ void main() { FILE *in; float land[nx]; INT header; int i, j; char c; printf("Test creation of a binary file\n"); printf("before running this program, enter wgrib land.grb -d 1\n"); if ((in = fopen("dump","rb")) == NULL) { printf("could not find file: dump\n"); printf("did you run wgrib land.grb -d 1?\n"); exit(8); } if (fread((void *) &header, sizeof(INT), 1, in) != 1) { printf("no data?\n"); exit(8); } if (header != nx*ny*sizeof(float)) { printf("wrong header size: %d\n", (int) header); exit(8); } for (j = 0; j < ny; j++) { if (fread((void *) land, sizeof(float), nx, in) != nx) { printf("not enough data\n"); exit(8); } for (i = 0; i < nx; i++) { c = '?'; if (floor(land[i]*10000.0+0.5) == 0) c = ' '; if (floor(land[i]*10000.0+0.5) == 10000.0) c = 'x'; if (c == '?') { printf("bad value: %g\n",land[i]); exit(8); } if (i % dx == 0 && j % dy == 0) { putchar(c); } } if (j % dy == 0) putchar('\n'); } printf("should see continents -- if you do, it works\n"); } testbin.c.patch: --- NEW FILE testbin.c.patch --- --- testbin.c.orig 2006-11-16 11:30:23.000000000 -0700 +++ testbin.c 2006-11-16 11:29:49.000000000 -0700 @@ -55,4 +55,5 @@ if (j % dy == 0) putchar('\n'); } printf("should see continents -- if you do, it works\n"); + exit(0); } --- NEW FILE testbin.f --- c c sample program to read binary file in fortran c this may or may not work! (system dependent) c often works with UNIX fortrans c real array(192,94) character*1 line(192) write(*,*) 'should first run wgrib -d 1 land.grb' open(unit=1,file='dump',form='unformatted',status='old') read(1) array err=1e-6 do 100 j = 1, 94 do 90 i = 1, 192 if (array(i,j).eq.0.0) then line(i) = ' ' else if (abs(array(i,j)-1.0).lt.err) then line(i) = 'x' else write(*,*) 'bad values:',array(i,j) stop endif 90 continue if (mod(j,3).eq.0) write(*,*) (line(i),i=1,192,3) 100 continue write(*,*) 'should see continents' stop end --- NEW FILE testbin.out --- Test creation of a binary file before running this program, enter wgrib land.grb -d 1 xx xxxx x xx xxxxxxxxx xxxxxxxxxxxxx xx x xxx xxxxxx xxxx xxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xx xxx xx xxx xxxxxxxxxxxxxxxxxxxxxxx x x xxxxxxxxx x xxxxxxxxxxxxxxxxxxxxxxx x xxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxx x x x x x xxxxxxxxxxxxxx xxxxxxxxxx x xxxxx xxxxxxxxxxxx x xxxxxxxx x xxx x xxxxxxxxxxxxxxx xxxxxx x xxxxxxxxxx xxxxxxxxxxx xx xx xxxxxxx xxx xxx xx x x xx xxxxxxxxx x xx xx xx xxxxxxxxx xxx xx xxxxxxx x xxxx xxxxxx x x xxxxxxx xxxxx xxxxxxxx xxxxx x xxxxxxx xxxx x xxxxx xxxxx xxx xxxxxxx xxxx xx xxxxxxx xxx xx xxx xx xx x xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x x xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxx xxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx should see continents -- if you do, it works --- NEW FILE tricks.wgrib --- 6/04 Tricks for wgrib ------ --- ----- Every once in a while, someone requests that I add some feature to wgrib. Usually I say no because I'm lazy. I then give the excuse that feature is already available with a bit of UNIX trickery. (1) How do I convert the entire file to binary? wgrib grib_file | wgrib -i grib_file -o binary_file faster: wgrib grib_file -d all -o binary_file (2) How do I get a verbose listing of the 20th record only? wgrib -V -d 20 grib_file (2') How about a verbose listing without a dump file? wgrib -V -d 20 grib_file -o /dev/null (3) How do I extract the 20th and 30th records? wgrib grib_file | egrep "(^20:|^30:)" | wgrib -i grib_file -o binary_file (4) How do I extract the first 10 records as a grib file? wgrib grib_file | head -n 10 | wgrib -i grib_file -grib -o new_grib_file (note: on older systems you may have to use "head -10") (4') How do I extract records 34-66 from a file as a grib file? Here is an example of an awk filter. wgrib -s grib_file | awk '{if ($1 > 33 && $1 < 67) print $0}' FS=':' | wgrib -i grib_file -o new_file -grib FS=':' implies that arguments are separated by colons. As a result, the record number is the first argument ($1). The variable "$0" is the entire input line. Isn't awk fun? (4'') How do I extract records 1 to 48 into separate binary files. ------------- start of script ---------- #!/bin/sh # argument 1 = file name file=$1 gstart=1 gend=48 # create inventory inv=$file.inv wgrib -s $file >$inv # loop i=$gstart while [ "$i" -le "$gend" ] do grep "^$i:" <$inv | wgrib -i $file -s -o $file.bin.$i i=`expr $i + 1` done -------------- end of script ----------- (5) How do I extract the records on or after April 15, 1998? Extracting a specific date is easy; i.e., wgrib -s -4yr grib_file | grep "d=1998041500" | wgrib -i grib_file -o bin_file To get a range of dates, you can use awk, wgrib -s -4yr grib_file | awk '{date=substr($3,3); if (date >= 1998041500) print $0}' FS=':' | wgrib -i grib_file -o bin_file In the above example, awk was used to filter the inventory. BTW you should be using a new version of awk (gnu awk, nawk). (6) How do I extract the 500 Heights from a file (grib->grib)? wgrib -s grib_file | grep ":HGT:500 mb:" | wgrib -i -grib \ grib_file -o new_grib_file (7) How do I eliminate the 500 Heights from a file (grib->grib)? wgrib -s grib_file | grep -v ":HGT:500 mb:" | wgrib -i -grib \ grib_file -o new_grib_file (8) How do I extract the winds and temperatures from a file (grib->grib)? wgrib -s grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | wgrib -i -grib \ grib_file -o new_grib_file (9) How do I extract the winds and temperatures from a file and get a specific order? The GRID data can come in any order. For example if you try wgrib grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | wgrib -i \ grib_file -o new_grib_file the data will come in order of record number. NCEP, for example, considers the order of GRIB records irrelevant. So you can get UGRD before VGRD on Monday and UGRD after VGRD on Fridays. To get a specified order, you need to sort the inventory. wgrib grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | \ (sort program) | grib_file -o new_grib_file To get the output in sorted synoptic order, you can do wgrib grib_file | egrep "(:UGRD:|:VGRD:|:TMP:)" | \ sed 's/kpds7=//' | sort -t: -k3,3 -k4,4 -k6,6 -k7n,7 | \ grib_file -o new_grib_file The previous example uses the posix sort program. (10) How many records does this file have? wgrib -s grib_file | wc -l (11) What is the range of values in this file? wgrib -V grib_file | grep max (11') What is the maximum of the 500 mb Heights for each record. wgrib grib_file -s | grep ":HGT:500 mb:" | wgrib -i -V grib_file \ -o /dev/null | grep max | awk '{print $4}' For the minimum values, change "print $4" to "print $3". (12) How do I do a file transpose (rearrange the order) ? See ts2synoptic. This script could be pared down to 3 lines! Other file transposes are done in a similar manner and many only need one line! Unfortunately finding that one line may require some effort. (13) My grib file has junk at the start/end. How do I get rid of it? wgrib old_gribfile | wgrib old_gribfile -i -grib -o clean_gribfile faster: wgrib -d all old_gribfile -grib -o new_gribfile (14) Don't forget that you can 'cat' grib files. That gives you another tool for making your own tricks. (15) My grib file has same data on different grids. How do I filter out all the grids but one? (new answer) Currently the grid type is only shown in the -V (very verbose) option which is not useful in "inventory" operations. However, the grid type is contained in the GDS. The -GDS options will add the GDS to the inventory. Each grid has a different GDS, so it is easy to filter out the different grids. For example, suppose that we find that our desired grid has a GDS of "GDS=00002000ff0000900049015f9000000080815f908009c409c409c40000000000" Then it is easy to remove all the other grids by wgrib grib_file -GDS | grep \ "GDS=00002000ff0000900049015f9000000080815f908009c409c409c40000000000" \ | wgrib grib_file -i -grib -o new_grib_file The GDS parameter can be found using wgrib. (15') My grib file has same data on different grids. How do I filter out all the grids but one? The prespecified grid number is stored in octet 5 of the PDS. The following creates an inventory with the grid number (in hexidecimal) wgrib gribfile -PDS -s | \ sed 's/PDS=............\(..\)[0-9a-f]*:*/grid=\1h:/' (15'') See (19) and (20) (16) I execute the following commands to extract TMP, and HGT to separate files. Can I make if faster. wgrib pgb.grb | grep ":TMP:" | wgrib -i pgb.grb -grib -o tmp.grb wgrib pgb.grb | grep ":HGT:" | wgrib -i pgb.grb -grib -o hgt.grb Try: wgrib pgb.grb > inventory cat inventory | grep ":TMP:" | wgrib -i pgb.grb -grib -o tmp.grb cat inventory | grep ":HGT:" | wgrib -i pgb.grb -grib -o hgt.grb rm inventory Of course, the second line from the previous example could be replaced by grep ":TMP:" inventory | wgrib -i pgb.grb -grib -o tmp.grb (17) My file is using ECMWF parameter table xxx which is not built into wgrib. What should be done? (1) Adding a new table to wgrib is fairly simple. Just don't expect me to type it in. Submissions should in user-table format (grib number:name:description). (2) If you have a electronic copy of the GRIB table, you could make a user table. (See documentation "usertables.") (3) Changing the "last-resort" grib table is easy. Get a copy of ectab_xxx from ftp://wesley.ncep.noaa.gov/pub/wgrib, change the first line to "-1:-1:-1:-1" can then have the environment variable "GRIBTAB" point to the modified file. (See documentation "usertables") (18) Can wgrib write the decoded GRIB file to stdout? Right now I create a temporary file (dump) which is read by another program. Instead I would like to do process_data < wgrib grib_file -d all -bin [option to write to stdout] instead of the slower wgrib grib_file -d all -bin -o dump process_data ) { chomp; # strip record separator $line="$line $_"; # check if end of verbose inventory if ("$_" eq "") { $_=$line; /rec (\d*):/; $rec = $1; / grid=(\d*) /; $grid = $1; / kpds5=(\d*) /; $kpds5 = $1; /:date (\d*) /; $date = $1; / timerange (\d*) /; $timerange = $1; / P1 (\d*) /; $p1 = $1; / P2 (\d*) /; $p2 = $1; /PDS10\S*=(\s*\S*){18}/; $minute=$1; / grid=\d* (\S*) /; $level = $1; / min\/max data (\S*) (\S*) /; $min = $1; $max = $2; printf "%3d %3d %3d %10d%2.2d %3d %3d %3d %7s min/max of data %9.9g %9.9g\n", $rec, $grid, $kpds5, $date, $minute, $p1, $p2, $timerange, $level, $min, $max; $line=""; } } (20) I want convert the very verbose (-V) into an inventory. The -V option produces much more information but this output is on multple lines. So it cannot be used as input to wgrib. However, it is possible to create an -V inventory with sed. Suppose I want the max value to be in the inventory. The -V option gives data like this. (Only the 1st record is shown.) bash-2.05a$ wgrib -d 1 AWIP3200.1987070709 1:0:d=87070709:MSLET:kpds5=130:kpds6=102:kpds7=0:TR=0:P1=0:P2=0:TimeU=1:MSL:anl:NAve=0 bash-2.05a$ wgrib -d 1 AWIP3200.1987070709 -V rec 1:0:date 1987070709 MSLET kpds5=130 kpds6=102 kpds7=0 levels=(0,0) grid=221 MSL anl: bitmap: 990 undef MSLET=Mean sea level pressure (ETA model) [Pa] timerange 0 P1 0 P2 0 TimeU 1 nx 349 ny 277 GDS grid 3 num_in_ave 0 missing 0 center 7 subcenter 0 process 84 Table 131 scan: EW/SN winds(grid) Lambert Conf: Lat1 1.000000 Lon1 -145.500000 Lov -107.000000 Latin1 50.000000 Latin2 50.000000 LatSP 0.000000 LonSP 0.000000 North Pole (349 x 277) Dx 32.463000 Dy 32.463000 scan 64 mode 8 min/max data 100034 102632 num bits 12 BDS_Ref 100034 DecScale 0 BinScale 0 The following will give an inventory wgrib -V AWIP3200.1987070709 | egrep "(^rec|max data)" | sed '$!N;s/\n/ /' | \ sed -e 's/^rec //' -e 's/date /d=/' -e 's/ /:/' -e 's/ /:/' The "wgrib -V" produces the inventory. The "egrep" picks up two lines, the first (necessary) and the line with the "max data" value (the one I want). The "sed '$!N;s/\n/ /'" combines pairs of lines. The last sed puts the line into a inventory format. --- NEW FILE usertables.txt --- User Tables Wesley Ebisuzaki ---- ------ GRIB files describe the contents (example, zonal wind, temperature) by a parameter table and parameter number. Since the size of the parameter table is limited to 255 entries, groups are finding (1) that they want to use their own parameter table and (2) large groups are finding that they have to use multiple parameter tables. The parameter table used by wgrib is determined by (v1.5.0 and later) use built-in tables use user-defined table if available use built-in NCEP-2 table (warning under certain conditions) Alternatively, if wgrib is compiled with the "-D P_TABLE_FIRST" option, then the search order is, use user-defined table if available use built-in tables use built-in NCEP-2 table (warning under certain conditions) [This is the preferred search order for foreign-language parameter tables.] The name of the user-defined table is searched for in 1) the environment variable "GRIBTAB" 2) the environment variable "gribtab" 3) the file gribtab Defining an environment variable depends on the operating system and on the shell. example export GRIBTAB=~/data/gribtab (bash) setenv GRIBTAB ~/data/gribtab (csh) GRIBTAB=$HOME/data/gribtab ; export GRIBTAB (sh) The format of the GRIBTAB file is ----------------------------------------------------------------------- -1:CENTER:SUBCENTER:PARAMETER_TABLE 0:name:comment 1:name:comment ... 255:name:comment -1:CENTER:SUBCENTER:PARAMETER_TABLE 0:name:comment 1:name:comment ... 255:name:comment (etc.) ----------------------------------------------------------------------- "CENTER" is number between 0 and 255 with -1 being a wildcard. "SUBCENTER" is number between 0 and 255 with -1 being a wildcard. "PARAMETER_TABLE" is number between 0 and 255 with -1 being a wildcard. "name" is a string with the variable name "TMP". "comment" is a string such describing the variable such as "temperature [K]" Any missing parameter lines will be given a generic name and comment. Each GRIB record contains the center (PDS octet 5), subcenter (PDS octet 26) and parameter_table (PDS octet 4). The names and comments from the first section to match the center-subcenter-parameter_name in the PDS are used. Currently the subcenter are not used in matching the built-in tables. This will probably change when sub-centers start using their own parameter tables. Policy The wgrib code is easily modified to add new built-in parameter tables. New tables will be added under the following conditions: a reasonable number of users, I don't have to type it in and the table is reasonably stable. (Rules subject to change.) --- NEW FILE wgrib.c.v1.8.0.12g --- #include #include #include #include #include #include /* * version 1.2.1 of grib headers w. ebisuzaki * 1.2.2 added access to spectral reference value l. kornblueh */ #ifndef INT2 #define INT2(a,b) ((1-(int) ((unsigned) (a & 0x80) >> 6)) * (int) (((a & 0x7f) << 8) + b)) #endif #define BDS_LEN(bds) ((int) ((bds[0]<<16)+(bds[1]<<8)+bds[2])) #define BDS_Flag(bds) (bds[3]) #define BDS_Grid(bds) ((bds[3] & 128) == 0) #define BDS_Harmonic(bds) (bds[3] & 128) #define BDS_Packing(bds) ((bds[3] & 64) != 0) #define BDS_SimplePacking(bds) ((bds[3] & 64) == 0) #define BDS_ComplexPacking(bds) ((bds[3] & 64) != 0) #define BDS_OriginalType(bds) ((bds[3] & 32) != 0) #define BDS_OriginalFloat(bds) ((bds[3] & 32) == 0) #define BDS_OriginalInt(bds) ((bds[3] & 32) != 0) #define BDS_MoreFlags(bds) ((bds[3] & 16) != 0) #define BDS_UnusedBits(bds) ((int) (bds[3] & 15)) #define BDS_BinScale(bds) INT2(bds[4],bds[5]) #define BDS_RefValue(bds) (ibm2flt(bds+6)) #define BDS_NumBits(bds) ((int) bds[10]) #define BDS_Harmonic_RefValue(bds) (ibm2flt(bds+11)) #define BDS_DataStart(bds) ((int) (11 + BDS_MoreFlags(bds)*3)) /* breaks if BDS_NumBits(bds) == 0 */ #define BDS_NValues(bds) (((BDS_LEN(bds) - BDS_DataStart(bds))*8 - \ BDS_UnusedBits(bds)) / BDS_NumBits(bds)) /* #define BDS_NValues(bds) ((BDS_NumBits(bds) == 0) ? 0 : \ (((BDS_LEN(bds) - BDS_DataStart(bds))*8 - \ BDS_UnusedBits(bds)) / BDS_NumBits(bds))) */ /* undefined value -- if bitmap */ #define UNDEFINED 9.999e20 /* version 1.2 of grib headers w. ebisuzaki */ #define BMS_LEN(bms) ((bms) == NULL ? 0 : (bms[0]<<16)+(bms[1]<<8)+bms[2]) #define BMS_UnusedBits(bms) ((bms) == NULL ? 0 : bms[3]) #define BMS_StdMap(bms) ((bms) == NULL ? 0 : ((bms[4]<<8) + bms[5])) #define BMS_bitmap(bms) ((bms) == NULL ? NULL : (bms)+6) #define BMS_nxny(bms) ((((bms) == NULL) || BMS_StdMap(bms)) \ ? 0 : (BMS_LEN(bms)*8 - 48 - BMS_UnusedBits(bms))) /* cnames_file.c */ /* search order for parameter names * * #define P_TABLE_FIRST * look at external parameter table first * * otherwise use builtin NCEP-2 or ECMWF-160 first */ /* #define P_TABLE_FIRST */ /* search order for external parameter table * 1) environment variable GRIBTAB * 2) environment variable gribtab * 3) the file 'gribtab' in current directory */ /* cnames.c */ /* then default values */ char *k5toa(unsigned char *pds); char *k5_comments(unsigned char *pds); int setup_user_table(int center, int subcenter, int ptable); struct ParmTable { char *name, *comment; }; /* version 1.4.3 of grib headers w. ebisuzaki */ /* this version is incomplete */ /* 5/00 - dx/dy or di/dj controlled by bit 1 of resolution byte */ /* 8/00 - dx/dy or di/dj for polar and lambert not controlled by res. byte */ /* Added headers for the triangular grid of the gme model of DWD Helmut P. Frank, 13.09.2001 */ /* Clean up of triangular grid properties access and added spectral information Luis Kornblueh, 27.03.2002 */ #ifndef INT3 #define INT3(a,b,c) ((1-(int) ((unsigned) (a & 0x80) >> 6)) * (int) (((a & 127) << 16)+(b<<8)+c)) #endif #ifndef INT2 #define INT2(a,b) ((1-(int) ((unsigned) (a & 0x80) >> 6)) * (int) (((a & 127) << 8) + b)) #endif #ifndef UINT4 #define UINT4(a,b,c,d) ((int) ((a << 24) + (b << 16) + (c << 8) + (d))) #endif #ifndef UINT3 #define UINT3(a,b,c) ((int) ((a << 16) + (b << 8) + (c))) #endif #ifndef UINT2 #define UINT2(a,b) ((int) ((a << 8) + (b))) #endif #define GDS_Len1(gds) (gds[0]) #define GDS_Len2(gds) (gds[1]) #define GDS_Len3(gds) (gds[2]) #define GDS_LEN(gds) ((int) ((gds[0]<<16)+(gds[1]<<8)+gds[2])) #define GDS_NV(gds) (gds[3]) #define GDS_DataType(gds) (gds[5]) #define GDS_LatLon(gds) (gds[5] == 0) #define GDS_Mercator(gds) (gds[5] == 1) #define GDS_Gnomonic(gds) (gds[5] == 2) #define GDS_Lambert(gds) (gds[5] == 3) #define GDS_Gaussian(gds) (gds[5] == 4) #define GDS_Polar(gds) (gds[5] == 5) #define GDS_RotLL(gds) (gds[5] == 10) #define GDS_Harmonic(gds) (gds[5] == 50) #define GDS_Triangular(gds) (gds[5] == 192) #define GDS_ssEgrid(gds) (gds[5] == 201) /* semi-staggered E grid */ #define GDS_fEgrid(gds) (gds[5] == 202) /* filled E grid */ #define GDS_ss2dEgrid(gds) (gds[5] == 203) /* semi-staggered E grid 2 d*/ #define GDS_has_dy(mode) ((mode) & 128) #define GDS_LatLon_nx(gds) ((int) ((gds[6] << 8) + gds[7])) #define GDS_LatLon_ny(gds) ((int) ((gds[8] << 8) + gds[9])) #define GDS_LatLon_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_LatLon_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_LatLon_mode(gds) (gds[16]) #define GDS_LatLon_La2(gds) INT3(gds[17],gds[18],gds[19]) #define GDS_LatLon_Lo2(gds) INT3(gds[20],gds[21],gds[22]) #define GDS_LatLon_dx(gds) (gds[16] & 128 ? INT2(gds[23],gds[24]) : 0) #define GDS_LatLon_dy(gds) (gds[16] & 128 ? INT2(gds[25],gds[26]) : 0) #define GDS_Gaussian_nlat(gds) ((gds[25]<<8)+gds[26]) #define GDS_LatLon_scan(gds) (gds[27]) #define GDS_Polar_nx(gds) ((gds[6] << 8) + gds[7]) #define GDS_Polar_ny(gds) ((gds[8] << 8) + gds[9]) #define GDS_Polar_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_Polar_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_Polar_mode(gds) (gds[16]) #define GDS_Polar_Lov(gds) INT3(gds[17],gds[18],gds[19]) #define GDS_Polar_scan(gds) (gds[27]) #define GDS_Polar_Dx(gds) INT3(gds[20], gds[21], gds[22]) #define GDS_Polar_Dy(gds) INT3(gds[23], gds[24], gds[25]) #define GDS_Polar_pole(gds) ((gds[26] & 128) == 128) #define GDS_Lambert_nx(gds) ((gds[6] << 8) + gds[7]) #define GDS_Lambert_ny(gds) ((gds[8] << 8) + gds[9]) #define GDS_Lambert_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_Lambert_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_Lambert_mode(gds) (gds[16]) #define GDS_Lambert_Lov(gds) INT3(gds[17],gds[18],gds[19]) #define GDS_Lambert_dx(gds) INT3(gds[20],gds[21],gds[22]) #define GDS_Lambert_dy(gds) INT3(gds[23],gds[24],gds[25]) #define GDS_Lambert_NP(gds) ((gds[26] & 128) == 0) #define GDS_Lambert_scan(gds) (gds[27]) #define GDS_Lambert_Latin1(gds) INT3(gds[28],gds[29],gds[30]) #define GDS_Lambert_Latin2(gds) INT3(gds[31],gds[32],gds[33]) #define GDS_Lambert_LatSP(gds) INT3(gds[34],gds[35],gds[36]) #define GDS_Lambert_LonSP(gds) INT3(gds[37],gds[37],gds[37]) #define GDS_ssEgrid_n(gds) UINT2(gds[6],gds[7]) #define GDS_ssEgrid_n_dum(gds) UINT2(gds[8],gds[9]) #define GDS_ssEgrid_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_ssEgrid_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_ssEgrid_mode(gds) (gds[16]) #define GDS_ssEgrid_La2(gds) UINT3(gds[17],gds[18],gds[19]) #define GDS_ssEgrid_Lo2(gds) UINT3(gds[20],gds[21],gds[22]) #define GDS_ssEgrid_di(gds) (gds[16] & 128 ? INT2(gds[23],gds[24]) : 0) #define GDS_ssEgrid_dj(gds) (gds[16] & 128 ? INT2(gds[25],gds[26]) : 0) #define GDS_ssEgrid_scan(gds) (gds[27]) #define GDS_fEgrid_n(gds) UINT2(gds[6],gds[7]) #define GDS_fEgrid_n_dum(gds) UINT2(gds[8],gds[9]) #define GDS_fEgrid_La1(gds) INT3(gds[10],gds[11],gds[12]) #define GDS_fEgrid_Lo1(gds) INT3(gds[13],gds[14],gds[15]) #define GDS_fEgrid_mode(gds) (gds[16]) [...9109 lines suppressed...] /* 58 */ {"var58", "undefined"}, /* 59 */ {"prcr", "PRECIPITATION RATE [kg/m2/day]"}, /* 60 */ {"thpb", "THUNDER PROBABILITY [%]"}, /* 61 */ {"prec", "TOTAL PRECIPITATION [Kg/m2/day]"}, /* 62 */ {"prge", "LARGE SCALE PRECIPITATION [Kg/m2/day]"}, /* 63 */ {"prcv", "CONVECTIVE PRECIPITATION [Kg/m2/day]"}, /* 64 */ {"neve", "SNOWFALL [Kg/m2/day]"}, /* 65 */ {"wenv", "WAT EQUIV ACC SNOW DEPTH [kg/m2]"}, /* 66 */ {"nvde", "SNOW DEPTH [cm]"}, /* 67 */ {"mxld", "MIXED LAYER DEPTH [m cm]"}, /* 68 */ {"tthd", "TRANS THERMOCLINE DEPTH [m cm]"}, /* 69 */ {"mthd", "MAIN THERMOCLINE DEPTH [m cm]"}, /* 70 */ {"mtha", "MAIN THERMOCLINE ANOM [m cm]"}, /* 71 */ {"cbnv", "CLOUD COVER [0-1]"}, /* 72 */ {"cvnv", "CONVECTIVE CLOUD COVER [0-1]"}, /* 73 */ {"lwnv", "LOW CLOUD COVER [0-1]"}, /* 74 */ {"mdnv", "MEDIUM CLOUD COVER [0-1]"}, /* 75 */ {"hinv", "HIGH CLOUD COVER [0-1]"}, /* 76 */ {"wtnv", "CLOUD WATER [kg/m2]"}, /* 77 */ {"bli", "BEST LIFTED INDEX (TO 500 HPA) [K]"}, /* 78 */ {"var78", "undefined"}, /* 79 */ {"var79", "undefined"}, /* 80 */ {"var80", "undefined"}, /* 81 */ {"lsmk", "LAND SEA MASK [0,1]"}, /* 82 */ {"dslm", "DEV SEA_LEV FROM MEAN [m]"}, /* 83 */ {"zorl", "ROUGHNESS LENGTH [m]"}, /* 84 */ {"albe", "ALBEDO [%]"}, /* 85 */ {"dstp", "DEEP SOIL TEMPERATURE [K]"}, /* 86 */ {"soic", "SOIL MOISTURE CONTENT [Kg/m2]"}, /* 87 */ {"vege", "VEGETATION [%]"}, /* 88 */ {"var88", "undefined"}, /* 89 */ {"dens", "DENSITY [kg/m3]"}, /* 90 */ {"var90", "Undefined"}, /* 91 */ {"icec", "ICE CONCENTRATION [fraction]"}, /* 92 */ {"icet", "ICE THICKNESS [m]"}, /* 93 */ {"iced", "DIRECTION OF ICE DRIFT [deg]"}, /* 94 */ {"ices", "SPEED OF ICE DRIFT [m/s]"}, /* 95 */ {"iceu", "U-COMP OF ICE DRIFT [m/s]"}, /* 96 */ {"icev", "V-COMP OF ICE DRIFT [m/s]"}, /* 97 */ {"iceg", "ICE GROWTH [m]"}, /* 98 */ {"icdv", "ICE DIVERGENCE [sec/sec]"}, /* 99 */ {"var99", "undefined"}, /* 100 */ {"shcw", "SIG HGT COM WAVE/SWELL [m]"}, /* 101 */ {"wwdi", "DIRECTION OF WIND WAVE [deg]"}, /* 102 */ {"wwsh", "SIG HGHT OF WIND WAVES [m]"}, /* 103 */ {"wwmp", "MEAN PERIOD WIND WAVES [sec]"}, /* 104 */ {"swdi", "DIRECTION OF SWELL WAVE [deg]"}, /* 105 */ {"swsh", "SIG HEIGHT SWELL WAVES [m]"}, /* 106 */ {"swmp", "MEAN PERIOD SWELL WAVES [sec]"}, /* 107 */ {"prwd", "PRIMARY WAVE DIRECTION [deg]"}, /* 108 */ {"prmp", "PRIM WAVE MEAN PERIOD [s]"}, /* 109 */ {"swdi", "SECOND WAVE DIRECTION [deg]"}, /* 110 */ {"swmp", "SECOND WAVE MEAN PERIOD [s]"}, /* 111 */ {"ocas", "SHORT WAVE ABSORBED AT GROUND [W/m2]"}, /* 112 */ {"slds", "NET LONG WAVE AT BOTTOM [W/m2]"}, /* 113 */ {"nswr", "NET SHORT-WAV RAD(TOP) [W/m2]"}, /* 114 */ {"role", "OUTGOING LONG WAVE AT TOP [W/m2]"}, /* 115 */ {"lwrd", "LONG-WAV RAD [W/m2]"}, /* 116 */ {"swea", "SHORT WAVE ABSORBED BY EARTH/ATMOSPHERE [W/m2]"}, /* 117 */ {"glbr", "GLOBAL RADIATION [W/m2 ]"}, /* 118 */ {"var118", "undefined"}, /* 119 */ {"var119", "undefined"}, /* 120 */ {"var120", "undefined"}, /* 121 */ {"clsf", "LATENT HEAT FLUX FROM SURFACE [W/m2]"}, /* 122 */ {"cssf", "SENSIBLE HEAT FLUX FROM SURFACE [W/m2]"}, /* 123 */ {"blds", "BOUND LAYER DISSIPATION [W/m2]"}, /* 124 */ {"var124", "undefined"}, /* 125 */ {"var125", "undefined"}, /* 126 */ {"var126", "undefined"}, /* 127 */ {"imag", "IMAGE [image^data]"}, /* 128 */ {"tp2m", "2 METRE TEMPERATURE [K]"}, /* 129 */ {"dp2m", "2 METRE DEWPOINT TEMPERATURE [K]"}, /* 130 */ {"u10m", "10 METRE U-WIND COMPONENT [m/s]"}, /* 131 */ {"v10m", "10 METRE V-WIND COMPONENT [m/s]"}, /* 132 */ {"topo", "TOPOGRAPHY [m]"}, /* 133 */ {"gsfp", "GEOMETRIC MEAN SURFACE PRESSURE [hPa]"}, /* 134 */ {"lnsp", "LN SURFACE PRESSURE [hPa]"}, /* 135 */ {"pslc", "SURFACE PRESSURE [hPa]"}, /* 136 */ {"pslm", "M S L PRESSURE (MESINGER METHOD) [hPa]"}, /* 137 */ {"mask", "MASK [-/+]"}, /* 138 */ {"mxwu", "MAXIMUM U-WIND [m/s]"}, /* 139 */ {"mxwv", "MAXIMUM V-WIND [m/s]"}, /* 140 */ {"cape", "CONVECTIVE AVAIL. POT.ENERGY [m2/s2]"}, /* 141 */ {"cine", "CONVECTIVE INHIB. ENERGY [m2/s2]"}, /* 142 */ {"lhcv", "CONVECTIVE LATENT HEATING [K/s]"}, /* 143 */ {"mscv", "CONVECTIVE MOISTURE SOURCE [1/s]"}, /* 144 */ {"scvm", "SHALLOW CONV. MOISTURE SOURCE [1/s]"}, /* 145 */ {"scvh", "SHALLOW CONVECTIVE HEATING [K/s]"}, /* 146 */ {"mxwp", "MAXIMUM WIND PRESS. LVL [hPa]"}, /* 147 */ {"ustr", "STORM MOTION U-COMPONENT [m/s]"}, /* 148 */ {"vstr", "STORM MOTION V-COMPONENT [m/s]"}, /* 149 */ {"cbnt", "MEAN CLOUD COVER [0-1]"}, /* 150 */ {"pcbs", "PRESSURE AT CLOUD BASE [hPa]"}, /* 151 */ {"pctp", "PRESSURE AT CLOUD TOP [hPa]"}, /* 152 */ {"fzht", "FREEZING LEVEL HEIGHT [m]"}, /* 153 */ {"fzrh", "FREEZING LEVEL RELATIVE HUMIDITY [%]"}, /* 154 */ {"fdlt", "FLIGHT LEVELS TEMPERATURE [K]"}, /* 155 */ {"fdlu", "FLIGHT LEVELS U-WIND [m/s]"}, /* 156 */ {"fdlv", "FLIGHT LEVELS V-WIND [m/s]"}, /* 157 */ {"tppp", "TROPOPAUSE PRESSURE [hPa]"}, /* 158 */ {"tppt", "TROPOPAUSE TEMPERATURE [K]"}, /* 159 */ {"tppu", "TROPOPAUSE U-WIND COMPONENT [m/s]"}, /* 160 */ {"tppv", "TROPOPAUSE v-WIND COMPONENT [m/s]"}, /* 161 */ {"var161", "undefined"}, /* 162 */ {"gvdu", "GRAVITY WAVE DRAG DU/DT [m/s2]"}, /* 163 */ {"gvdv", "GRAVITY WAVE DRAG DV/DT [m/s2]"}, /* 164 */ {"gvus", "GRAVITY WAVE DRAG SFC ZONAL STRESS [Pa]"}, /* 165 */ {"gvvs", "GRAVITY WAVE DRAG SFC MERIDIONAL STRESS [Pa]"}, /* 166 */ {"var166", "undefined"}, /* 167 */ {"dvsh", "DIVERGENCE OF SPECIFIC HUMIDITY [1/s]"}, /* 168 */ {"hmfc", "HORIZ. MOISTURE FLUX CONV. [1/s]"}, /* 169 */ {"vmfl", "VERT. INTEGRATED MOISTURE FLUX CONV. [kg/(m2*s)]"}, /* 170 */ {"vadv", "VERTICAL MOISTURE ADVECTION [kg/(kg*s)]"}, /* 171 */ {"nhcm", "NEG. HUM. CORR. MOISTURE SOURCE [kg/(kg*s)]"}, /* 172 */ {"lglh", "LARGE SCALE LATENT HEATING [K/s]"}, /* 173 */ {"lgms", "LARGE SCALE MOISTURE SOURCE [1/s]"}, /* 174 */ {"smav", "SOIL MOISTURE AVAILABILITY [0-1]"}, /* 175 */ {"tgrz", "SOIL TEMPERATURE OF ROOT ZONE [K]"}, /* 176 */ {"bslh", "BARE SOIL LATENT HEAT [Ws/m2]"}, /* 177 */ {"evpp", "POTENTIAL SFC EVAPORATION [m]"}, /* 178 */ {"rnof", "RUNOFF [kg/m2/s)]"}, /* 179 */ {"pitp", "INTERCEPTION LOSS [W/m2]"}, /* 180 */ {"vpca", "VAPOR PRESSURE OF CANOPY AIR SPACE [mb]"}, /* 181 */ {"qsfc", "SURFACE SPEC HUMIDITY [kg/kg]"}, /* 182 */ {"ussl", "SOIL WETNESS OF SURFACE [0-1]"}, /* 183 */ {"uzrs", "SOIL WETNESS OF ROOT ZONE [0-1]"}, /* 184 */ {"uzds", "SOIL WETNESS OF DRAINAGE ZONE [0-1]"}, /* 185 */ {"amdl", "STORAGE ON CANOPY [m]"}, /* 186 */ {"amsl", "STORAGE ON GROUND [m]"}, /* 187 */ {"tsfc", "SURFACE TEMPERATURE [K]"}, /* 188 */ {"tems", "SURFACE ABSOLUTE TEMPERATURE [K]"}, /* 189 */ {"tcas", "TEMPERATURE OF CANOPY AIR SPACE [K]"}, /* 190 */ {"ctmp", "TEMPERATURE AT CANOPY [K]"}, /* 191 */ {"tgsc", "GROUND/SURFACE COVER TEMPERATURE [K]"}, /* 192 */ {"uves", "SURFACE ZONAL WIND (U) [m/s]"}, /* 193 */ {"usst", "SURFACE ZONAL WIND STRESS [Pa]"}, /* 194 */ {"vves", "SURFACE MERIDIONAL WIND (V) [m/s]"}, /* 195 */ {"vsst", "SURFACE MERIDIONAL WIND STRESS [Pa]"}, /* 196 */ {"suvf", "SURFACE MOMENTUM FLUX [W/m2]"}, /* 197 */ {"iswf", "INCIDENT SHORT WAVE FLUX [W/m2]"}, /* 198 */ {"ghfl", "TIME AVE GROUND HT FLX [W/m2]"}, /* 199 */ {"var199", "undefined"}, /* 200 */ {"lwbc", "NET LONG WAVE AT BOTTOM (CLEAR) [W/m2]"}, /* 201 */ {"lwtc", "OUTGOING LONG WAVE AT TOP (CLEAR) [W/m2]"}, /* 202 */ {"swec", "SHORT WV ABSRBD BY EARTH/ATMOS (CLEAR) [W/m2]"}, /* 203 */ {"ocac", "SHORT WAVE ABSORBED AT GROUND (CLEAR) [W/m2]"}, /* 204 */ {"var204", "undefined"}, /* 205 */ {"lwrh", "LONG WAVE RADIATIVE HEATING [K/s]"}, /* 206 */ {"swrh", "SHORT WAVE RADIATIVE HEATING [K/s]"}, /* 207 */ {"olis", "DOWNWARD LONG WAVE AT BOTTOM [W/m2]"}, /* 208 */ {"olic", "DOWNWARD LONG WAVE AT BOTTOM (CLEAR) [W/m2]"}, /* 209 */ {"ocis", "DOWNWARD SHORT WAVE AT GROUND [W/m2]"}, /* 210 */ {"ocic", "DOWNWARD SHORT WAVE AT GROUND (CLEAR) [W/m2]"}, /* 211 */ {"oles", "UPWARD LONG WAVE AT BOTTOM [W/m2]"}, /* 212 */ {"oces", "UPWARD SHORT WAVE AT GROUND [W/m2]"}, /* 213 */ {"swgc", "UPWARD SHORT WAVE AT GROUND (CLEAR) [W/m2]"}, /* 214 */ {"roce", "UPWARD SHORT WAVE AT TOP [W/m2]"}, /* 215 */ {"swtc", "UPWARD SHORT WAVE AT TOP (CLEAR) [W/m2]"}, /* 216 */ {"var216", "undefined"}, /* 217 */ {"var217", "undefined"}, /* 218 */ {"hhdf", "HORIZONTAL HEATING DIFFUSION [K/s]"}, /* 219 */ {"hmdf", "HORIZONTAL MOISTURE DIFFUSION [1/s]"}, /* 220 */ {"hddf", "HORIZONTAL DIVERGENCE DIFFUSION [1/s2]"}, /* 221 */ {"hvdf", "HORIZONTAL VORTICITY DIFFUSION [1/s2]"}, /* 222 */ {"vdms", "VERTICAL DIFF. MOISTURE SOURCE [1/s]"}, /* 223 */ {"vdfu", "VERTICAL DIFFUSION DU/DT [m/s2]"}, /* 224 */ {"vdfv", "VERTICAL DIFFUSION DV/DT [m/s2]"}, /* 225 */ {"vdfh", "VERTICAL DIFFUSION HEATING [K/s]"}, /* 226 */ {"umrs", "SURFACE RELATIVE HUMIDITY [no Dim]"}, /* 227 */ {"vdcc", "VERTICAL DIST TOTAL CLOUD COVER [no Dim]"}, /* 228 */ {"var228", "undefined"}, /* 229 */ {"var229", "undefined"}, /* 230 */ {"usmt", "TIME MEAN SURFACE ZONAL WIND (U) [m/s]"}, /* 231 */ {"vsmt", "TIME MEAN SURFACE MERIDIONAL WIND (V) [m/s]"}, /* 232 */ {"tsmt", "TIME MEAN SURFACE ABSOLUTE TEMPERATURE [K]"}, /* 233 */ {"rsmt", "TIME MEAN SURFACE RELATIVE HUMIDITY [no Dim]"}, /* 234 */ {"atmt", "TIME MEAN ABSOLUTE TEMPERATURE [K]"}, /* 235 */ {"stmt", "TIME MEAN DEEP SOIL TEMPERATURE [K]"}, /* 236 */ {"ommt", "TIME MEAN DERIVED OMEGA [Pa/s]"}, /* 237 */ {"dvmt", "TIME MEAN DIVERGENCE [1/s]"}, /* 238 */ {"zhmt", "TIME MEAN GEOPOTENTIAL HEIGHT [m]"}, /* 239 */ {"lnmt", "TIME MEAN LOG SURFACE PRESSURE [ln(cbar)]"}, /* 240 */ {"mkmt", "TIME MEAN MASK [-/+]"}, /* 241 */ {"vvmt", "TIME MEAN MERIDIONAL WIND (V) [m/s]"}, /* 242 */ {"omtm", "TIME MEAN OMEGA [cbar/s]"}, /* 243 */ {"ptmt", "TIME MEAN POTENTIAL TEMPERATURE [K]"}, /* 244 */ {"pcmt", "TIME MEAN PRECIP. WATER [kg/m2]"}, /* 245 */ {"rhmt", "TIME MEAN RELATIVE HUMIDITY [%]"}, /* 246 */ {"mpmt", "TIME MEAN SEA LEVEL PRESSURE [hPa]"}, /* 247 */ {"simt", "TIME MEAN SIGMADOT [1/s]"}, /* 248 */ {"uemt", "TIME MEAN SPECIFIC HUMIDITY [kg/kg]"}, /* 249 */ {"fcmt", "TIME MEAN STREAM FUNCTION| m2/s]"}, /* 250 */ {"psmt", "TIME MEAN SURFACE PRESSURE [hPa]"}, /* 251 */ {"tmmt", "TIME MEAN SURFACE TEMPERATURE [K]"}, /* 252 */ {"pvmt", "TIME MEAN VELOCITY POTENTIAL [m2/s]"}, /* 253 */ {"tvmt", "TIME MEAN VIRTUAL TEMPERATURE [K]"}, /* 254 */ {"vtmt", "TIME MEAN VORTICITY [1/s]"}, /* 255 */ {"uvmt", "TIME MEAN ZONAL WIND (U) [m/s]"}, }; --- NEW FILE wgrib.spec --- Name: wgrib Version: 1.8.0.12g Release: 1%{?dist} Summary: Manipulate, inventory and decode GRIB files Group: Applications/Engineering License: Public Domain URL: http://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html Source0: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/wgrib.c.v%{version} Source1: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/Changes Source2: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/NOTICE Source3: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/double_prec.txt Source4: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/formats.txt Source5: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/formats_update.txt Source6: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/grib2ieee.txt Source7: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/misc.txt Source8: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/porting.txt Source9: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/usertables.txt Source10: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/tricks.wgrib Source11: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/land.grb Source12: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/testbin.c Source13: ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/testbin.f Source14: testbin.out Patch1: testbin.c.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description WGRIB is a program to manipulate, inventory and decode GRIB files. %prep %setup -q -c -T cp %SOURCE0 wgrib.c cp %SOURCE1 . cp %SOURCE2 . cp %SOURCE3 . cp %SOURCE4 . cp %SOURCE5 . cp %SOURCE6 . cp %SOURCE7 . cp %SOURCE8 . cp %SOURCE9 . cp %SOURCE10 . cp %SOURCE11 . cp %SOURCE12 . cp %SOURCE13 . %patch1 -p0 %build gcc $RPM_OPT_FLAGS -o wgrib wgrib.c %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{_bindir} install -m 755 wgrib $RPM_BUILD_ROOT%{_bindir}/ %check ./wgrib land.grb -d 1 gcc $RPM_OPT_FLAGS -o testbin testbin.c ./testbin > testbin.out && diff %SOURCE14 testbin.out %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes *.txt tricks.wgrib testbin.[cf] land.grb %{_bindir}/wgrib %changelog * Fri Nov 17 2006 - Orion Poplawski - 1.8.0.12g-1 - Update to 1.8.0.12g - Ship testbin.c, testbin.f, and lang.grb for local testing * Thu Nov 16 2006 - Orion Poplawski - 1.8.0.12b-2 - Add check * Wed Nov 15 2006 - Orion Poplawski - 1.8.0.12b-1 - Initial version From fedora-extras-commits at redhat.com Mon Dec 4 20:41:38 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 15:41:38 -0500 Subject: rpms/wgrib import.log,1.1,1.2 Message-ID: <200612042041.kB4Kfcaa026669@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26619 Modified Files: import.log Log Message: auto-import wgrib-1.8.0.12g-1.fc6 on branch devel from wgrib-1.8.0.12g-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/wgrib/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 20:39:45 -0000 1.1 +++ import.log 4 Dec 2006 20:41:08 -0000 1.2 @@ -0,0 +1 @@ +wgrib-1_8_0_12g-1_fc6:HEAD:wgrib-1.8.0.12g-1.fc6.src.rpm:1165265073 From fedora-extras-commits at redhat.com Mon Dec 4 21:01:44 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 4 Dec 2006 16:01:44 -0500 Subject: rpms/grads/FC-6 grads.spec,1.17,1.18 Message-ID: <200612042101.kB4L1ip0029867@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26801 Modified Files: grads.spec Log Message: don't ship wgrib, but don't depend on it before it is in the repo. Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-6/grads.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- grads.spec 4 Oct 2006 22:36:59 -0000 1.17 +++ grads.spec 4 Dec 2006 21:01:14 -0000 1.18 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 17%{?dist} +Release: 18%{?dist}.1 Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -39,6 +39,9 @@ BuildRequires: libXmu-devel libX11-devel BuildRequires: automake +# in a separate package now +#Requires: wgrib + %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science @@ -46,6 +49,7 @@ (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet. + %prep %setup -q %patch -p1 @@ -53,8 +57,8 @@ %patch -P 2 -p1 # change path to datas to %{_datadir}/%{name} sed -i -e 's@/usr/local/lib/grads@%{_datadir}/%{name}@' src/gx.h -# copy grib notice -cp %{SOURCE2} . +# no need to copy grib notice anymore, since it is in a separate package +#cp %{SOURCE2} . cp %{SOURCE6} . # copy hdf include wrapper file cp %{SOURCE7} src @@ -77,6 +81,7 @@ make %{?_smp_mflags} cp -r doc html + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -90,6 +95,7 @@ %files %defattr(-,root,root,-) +%doc COPYRIGHT html README.xorg grads-copyright_summary %{_bindir}/bufrscan %{_bindir}/gradsc %{_bindir}/gradsdods @@ -101,14 +107,20 @@ %{_bindir}/gxps %{_bindir}/gxtran %{_bindir}/stnmap -%{_bindir}/wgrib +# wgrib is in a separate package +%exclude %{_bindir}/wgrib %{_datadir}/grads/ -%doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary %changelog +* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 +- don't ship wgrib + +* Tue Oct 31 2006 Patrice Dumas 1.9b4-18 +- rebuild for new libcurl soname (indirect dependency through libnc-dap) + * Thu Oct 05 2006 Christian Iseli 1.9b4-17 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Wed Sep 20 2006 Patrice Dumas 1.9b4-16 - rebuild against libdap 3.7.2 From fedora-extras-commits at redhat.com Mon Dec 4 21:07:17 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 4 Dec 2006 16:07:17 -0500 Subject: rpms/grads/FC-5 libnc-dap_header.m4, NONE, 1.1 grads.spec, 1.11, 1.12 libnc-dap.m4, 1.1, 1.2 Message-ID: <200612042107.kB4L7HnC029964@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29930 Modified Files: grads.spec libnc-dap.m4 Added Files: libnc-dap_header.m4 Log Message: rebuild without wgrib but don't depend on it yet, since it is not in te repo. --- NEW FILE libnc-dap_header.m4 --- # Check for the netcdf header. # AC_CHECK_NETCDF_DAP_HEADER([INCLUDE-DIR],[ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND],[INTERFACE-NR]) # if interface number is given, check for a specific interface # sets NC_CPPFLAGS and maybe NC_NETCDF_3_CPPFLAG AC_DEFUN([AC_CHECK_NETCDF_DAP_HEADER], [ NC_CPPFLAGS= ac_netcdf_h='no' ac_netcdf_h_compile='no' ac_netcdf_h_preproc='no' ac_nc_include_dir= ac_nc_header_interface= ac_nc_save_CPPFLAGS=$CPPFLAGS m4_if([$1],[],[:],[ ac_nc_include_dir="$1" AS_IF([test "z$ac_nc_include_dir" != "z"], [CPPFLAGS="$CPPFLAGS -I$ac_nc_include_dir"]) ]) m4_if([$4],[],[:],[ac_nc_header_interface=$4]) dnl dont use AC_CHECK_HEADERS to avoid autoconf internal caching AC_MSG_CHECKING([for netcdf.h with compiler]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include ]])], [ AC_MSG_RESULT([yes]) ac_netcdf_h_compile='yes' ], [ AC_MSG_RESULT([no]) ac_netcdf_h_compile='no' ]) AC_MSG_CHECKING([for netcdf.h with preprocessor]) AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include ]])], [ AC_MSG_RESULT([yes]) ac_netcdf_h_preproc='yes' ], [ AC_MSG_RESULT([no]) ac_netcdf_h_preproc='no' ]) CPPFLAGS="$ac_nc_save_CPPFLAGS" AS_IF([test $ac_netcdf_h_compile = 'yes'], [ac_netcdf_h='yes' AS_IF([test "z$ac_nc_header_interface" = 'z3'], [AC_CHECK_NETCDF_3_DAP_HEADER([$1], [ac_netcdf_h='yes'],[ac_netcdf_h='no'])]) ]) AS_IF([test "$ac_netcdf_h" = 'yes'], [ AS_IF([test "z$ac_nc_include_dir" != "z"], [NC_CPPFLAGS="-I$ac_nc_include_dir"]) m4_if([$2], [], [:], [$2]) ], [m4_if([$3], [], [:], [$3])]) AC_SUBST([NC_CPPFLAGS]) ]) AC_DEFUN([AC_CHECK_NETCDF_3_DAP_HEADER], [ NC_NETCDF_3_CPPFLAG= ac_check_netcdf_3_include= ac_check_netcdf_3_header='no' ac_nc_save_CPPFLAGS=$CPPFLAGS AC_MSG_CHECKING([for netcdf 3 interface]) m4_if([$1],[],[:],[ ac_check_netcdf_3_include="$1" ]) AS_IF([test "z$ac_check_netcdf_3_include" != "z"], [CPPFLAGS="$CPPFLAGS -I$ac_check_netcdf_3_include"]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[int status; int ncid; char vernum; status = nc_open("foo.nc", 0, &ncid); vernum = *nc_inq_libvers();]])], [ AS_IF([test "z$ac_check_netcdf_3_include" != "z"], [NC_NETCDF_3_CPPFLAG="-I$ac_check_netcdf_3_include"]) ac_check_netcdf_3_header='yes' ],[ac_check_netcdf_3_header='no']) CPPFLAGS=$ac_nc_save_CPPFLAGS AS_IF([test "$ac_check_netcdf_3_header" = 'yes'], [ AC_MSG_RESULT([yes]) m4_if([$2], [], [:], [$2]) ], [ AC_MSG_RESULT([no]) m4_if([$3], [], [:], [$3]) ]) AC_SUBST([NC_NETCDF_3_CPPFLAG]) ]) Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-5/grads.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- grads.spec 7 Jul 2006 21:22:28 -0000 1.11 +++ grads.spec 4 Dec 2006 21:06:47 -0000 1.12 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 12%{?dist} +Release: 18%{?dist}.1 Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -10,6 +10,7 @@ # opendap/DODS detection Source3: libdap.m4 Source4: libnc-dap.m4 +Source8: libnc-dap_header.m4 # the copyright notice for wgrib Source2: NOTICE.wgrib # Copyrights explanation @@ -32,12 +33,15 @@ BuildRequires: hdf-devel BuildRequires: udunits-devel netcdf-devel BuildRequires: readline-devel -BuildRequires: libdap-devel libnc-dap-devel +BuildRequires: libnc-dap-devel BuildRequires: zlib-devel libjpeg-devel gd-devel BuildRequires: ncurses-devel libpng-devel BuildRequires: libXmu-devel libX11-devel BuildRequires: automake +# in a separate package now +#Requires: wgrib + %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science @@ -45,6 +49,7 @@ (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet. + %prep %setup -q %patch -p1 @@ -52,13 +57,13 @@ %patch -P 2 -p1 # change path to datas to %{_datadir}/%{name} sed -i -e 's@/usr/local/lib/grads@%{_datadir}/%{name}@' src/gx.h -# copy grib notice -cp %{SOURCE2} . +# no need to copy grib notice anymore, since it is in a separate package +#cp %{SOURCE2} . cp %{SOURCE6} . # copy hdf include wrapper file cp %{SOURCE7} src # concatenate autoconf m4 files -cat %{SOURCE3} %{SOURCE4} acinclude.m4 > acinclude.m4.new +cat %{SOURCE3} %{SOURCE4} %{SOURCE8} acinclude.m4 > acinclude.m4.new cp acinclude.m4.new acinclude.m4 # README for use with xorg cp %{SOURCE5} README.xorg @@ -76,6 +81,7 @@ make %{?_smp_mflags} cp -r doc html + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -89,6 +95,7 @@ %files %defattr(-,root,root,-) +%doc COPYRIGHT html README.xorg grads-copyright_summary %{_bindir}/bufrscan %{_bindir}/gradsc %{_bindir}/gradsdods @@ -100,43 +107,61 @@ %{_bindir}/gxps %{_bindir}/gxtran %{_bindir}/stnmap -%{_bindir}/wgrib +# wgrib is in a separate package +%exclude %{_bindir}/wgrib %{_datadir}/grads/ -%doc COPYRIGHT NOTICE.wgrib html README.xorg grads-copyright_summary %changelog -* Fri Jul 7 2006 Patrice Dumas 1.9b4-12 +* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 +- don't ship wgrib + +* Tue Oct 31 2006 Patrice Dumas 1.9b4-18 +- rebuild for new libcurl soname (indirect dependency through libnc-dap) + +* Thu Oct 05 2006 Christian Iseli 1.9b4-17 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Wed Sep 20 2006 Patrice Dumas 1.9b4-16 +- rebuild against libdap 3.7.2 + +* Mon Sep 11 2006 Patrice Dumas 1.9b4-15 +- rebuild for FC6 + +* Sat Jul 22 2006 Patrice Dumas 1.9b4-14 +- Update for newer libnc-dap + +* Fri Jul 7 2006 Patrice Dumas 1.9b4-12 - Added BR automake, fix #197942 -* Fri Apr 21 2006 Patrice Dumas 1.9b4-11 +* Fri Apr 21 2006 Patrice Dumas 1.9b4-11 - Add needed X related BR -* Fri Apr 21 2006 Patrice Dumas 1.9b4-10 +* Fri Apr 21 2006 Patrice Dumas 1.9b4-10 - remove unneeded X related BR and configure flags since the gui isn't built -* Sat Mar 11 2006 Patrice Dumas 1.9b4-9 +* Sat Mar 11 2006 Patrice Dumas 1.9b4-9 - rebuild for newer libdap -* Fri Feb 17 2006 Patrice Dumas 1.9b4-8 +* Fri Feb 17 2006 Patrice Dumas 1.9b4-8 - enable hdf for ppc, now that it is there - use a wrapper include file to prepend sd_ to netcdf symbols for hdf if it is required -* Thu Jan 19 2006 Patrice Dumas 1.9b4-6 +* Thu Jan 19 2006 Patrice Dumas 1.9b4-6 - add BR on readline-devel close #178285 -* Wed Dec 21 2005 Patrice Dumas 1.9b4-5 +* Wed Dec 21 2005 Patrice Dumas 1.9b4-5 - don't build the hdf interface on ppc, there is no hdf package -* Tue Dec 13 2005 Patrice Dumas 1.9b4-4 +* Tue Dec 13 2005 Patrice Dumas 1.9b4-4 - simplify handling of data, as they are in the tarball -* Tue Dec 13 2005 Patrice Dumas 1.9b4-3 +* Tue Dec 13 2005 Patrice Dumas 1.9b4-3 - remove files with GPL incompatible licences -* Tue Aug 16 2005 Patrice Dumas 1.9b4-2 +* Tue Aug 16 2005 Patrice Dumas 1.9b4-2 - use libsx without freq -* Fri Aug 12 2005 Patrice Dumas 1.9b4-1 +* Fri Aug 12 2005 Patrice Dumas 1.9b4-1 - initial release Index: libnc-dap.m4 =================================================================== RCS file: /cvs/extras/rpms/grads/FC-5/libnc-dap.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libnc-dap.m4 20 Dec 2005 12:16:26 -0000 1.1 +++ libnc-dap.m4 4 Dec 2006 21:06:47 -0000 1.2 @@ -1,19 +1,59 @@ +# -*- mode: autoconf -*- # Configure macro for Libnc-dap -# Patrice Dumas 2005 based on freetype2.m4 from Marcelo Magallon 2001-10-26, -# based on gtk.m4 by Owen Taylor +# +# Code for version detection and comparison comes from freetype2.m4 +# Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor +# +# Copyright 2001, 2003 by +# David Turner, Robert Wilhelm, and Werner Lemberg. +# +# This file is part of the FreeType project, and may only be used, modified, +# and distributed under the terms of the FreeType project license, +# LICENSE.TXT. By continuing to use, modify, or distribute this file you +# indicate that you have read the license and understand and accept it +# fully. +# +# As a special exception to the FreeType project license, this file may be +# distributed as part of a program that contains a configuration script +# generated by Autoconf, under the same distribution terms as the rest of +# that program. +# +# Patrice Dumas 2005 Libnc-dap specific code # AC_CHECK_LIBNC_DAP([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) # Test for Libnc-dap and define NC_DAP_CFLAGS and NC_DAP_LIBS. # Check that the version is above MINIMUM-VERSION - +# Check for the inclusion of a netcdf.h header file with netcdf 3 interface AC_DEFUN([AC_CHECK_LIBNC_DAP], [ + ncdap_header_ok='no' + ncdap_lib_ok='no' + AC_CHECK_LIBNC_DAP_LIB([$1],[ncdap_lib_ok='yes'], + [ncdap_lib_ok='no']) + ncdap_save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $NC_DAP_CFLAGS" + AC_CHECK_NETCDF_DAP_HEADER([],[ncdap_header_ok='yes'], + [ncdap_header_ok='no'],[3]) + CPPFLAGS=$ncdap_save_CPPFLAGS + + if test "$ncdap_lib_ok" = 'yes' -a "$ncdap_header_ok" = 'yes' ; then + m4_if([$2], [], [:], [$2]) + else + m4_if([$3], [], [:], [$3]) + fi +]) + +# AC_CHECK_LIBNC_DAP_LIB([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +# Test for Libnc-dap and define NC_DAP_CFLAGS and NC_DAP_LIBS. +# Check that the version is above MINIMUM-VERSION +AC_DEFUN([AC_CHECK_LIBNC_DAP_LIB], +[ AC_PATH_PROG([NC_DAP_CONFIG], [ncdap-config], [no]) ncdap_min_version=m4_if([$1], [], [3.5.0], [$1]) AC_MSG_CHECKING([for libnc-dap version >= $ncdap_min_version]) - ncdap_no="" + ncdap_ok='no' if test "$NC_DAP_CONFIG" = "no" ; then - ncdap_no=yes + ncdap_ok='no' else ncdap_config_major_version=`$NC_DAP_CONFIG --version | sed 's/^libnc-dap \([[0-9]]\)*\.\([[0-9]]*\)\.\([[0-9]]*\)$/\1/'` ncdap_config_minor_version=`$NC_DAP_CONFIG --version | sed 's/^libnc-dap \([[0-9]]\)*\.\([[0-9]]*\)\.\([[0-9]]*\)$/\2/'` @@ -22,30 +62,30 @@ ncdap_min_minor_version=`echo $ncdap_min_version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` ncdap_min_micro_version=`echo $ncdap_min_version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` - ncdap_config_is_lt="" + ncdap_config_is_lt='no' if test $ncdap_config_major_version -lt $ncdap_min_major_version ; then - ncdap_config_is_lt=yes + ncdap_config_is_lt='yes' else if test $ncdap_config_major_version -eq $ncdap_min_major_version ; then if test $ncdap_config_minor_version -lt $ncdap_min_minor_version ; then - ncdap_config_is_lt=yes + ncdap_config_is_lt='yes' else if test $ncdap_config_minor_version -eq $ncdap_min_minor_version ; then if test $ncdap_config_micro_version -lt $ncdap_min_micro_version ; then - ncdap_config_is_lt=yes + ncdap_config_is_lt='yes' fi fi fi fi fi - if test x$ncdap_config_is_lt = xyes ; then - ncdap_no=yes + if test "x$ncdap_config_is_lt" = "xyes" ; then + ncdap_ok='no' else NC_DAP_LIBS="`$NC_DAP_CONFIG --libs`" NC_DAP_CFLAGS="`$NC_DAP_CONFIG --cflags`" fi fi - if test x$ncdap_no = x ; then + if test "x$ncdap_ok" = 'xyes' ; then AC_MSG_RESULT([yes]) m4_if([$2], [], [:], [$2]) else @@ -54,7 +94,7 @@ AC_MSG_NOTICE([The ncdap-config script could not be found.]) else if test x$ncdap_config_is_lt = xyes ; then - AC_MSG_NOTICE([the installed libnc-dap library is too old.]) + AC_MSG_NOTICE([The installed libnc-dap library is too old.]) fi fi NC_DAP_LIBS="" @@ -75,7 +115,7 @@ AC_DEFUN([AC_FC_CHECK_LIBNC_DAP], [ libnc_fc_dap_ok="no" - AC_CHECK_LIBNC_DAP([$1],[libnc_fc_dap_ok="yes"],[libnc_fc_dap_ok="no"]) + AC_CHECK_LIBNC_DAP_LIB([$1],[libnc_fc_dap_ok="yes"],[libnc_fc_dap_ok="no"]) if test $libnc_fc_dap_ok = "yes"; then NC_DAP_FLIBS="`$NC_DAP_CONFIG --flibs`" NC_DAP_FFLAGS="$NC_DAP_CFLAGS" @@ -89,51 +129,98 @@ AC_SUBST([NC_DAP_FLIBS]) ]) - # AC_CHECK_NC_DODS([ ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) # Test for Libnc-dap or older versions. Define NC_DAP_CFLAGS and NC_DAP_LIBS. -# use AC_CHECK_DODS if the flags cannot be found easily - +# check for the netcdf.h file inclusion AC_DEFUN([AC_CHECK_NC_DODS], [ + ncdods_header_ok='no' + ncdods_lib_ok='no' + AC_CHECK_NC_DODS_LIB([ncdods_lib_ok='yes'], + [ncdods_lib_ok='no']) + ncdods_save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $NC_DAP_CFLAGS" + AC_CHECK_NETCDF_DAP_HEADER([],[ncdods_header_ok='yes'], + [ncdods_header_ok='no']) + CPPFLAGS=$ncdods_save_CPPFLAGS + + if test "$ncdods_lib_ok" = 'yes' -a "$ncdods_header_ok" = 'yes' ; then + m4_if([$1], [], [:], [$1]) + else + m4_if([$2], [], [:], [$2]) + fi +]) + +# AC_CHECK_NC_DODS_LIB([ ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +# Test for Libnc-dap or older versions. Define NC_DAP_CFLAGS and NC_DAP_LIBS. +# use AC_CHECK_DODS first +AC_DEFUN([AC_CHECK_NC_DODS_LIB], +[ ac_ncdods_ok='no' - AC_CHECK_LIBNC_DAP([],[ac_ncdods_ok='yes'],[ac_ncdods_ok='no']) - if test "z$ac_ncdods_ok" = "zno" ; then - AC_PATH_PROG([OPENNC_DAP_CONFIG], [opendap-config], [no]) - AC_MSG_CHECKING([for libnc-dap with opendap-config]) - if test "$OPENNC_DAP_CONFIG" = "no" ; then - ac_ncdods_ok='no' - AC_MSG_RESULT([no]) - else - NC_DAP_LIBS="`$OPENNC_DAP_CONFIG --libs-nc`" - NC_DAP_CFLAGS="`$OPENNC_DAP_CONFIG --cflags`" - ac_ncdods_ok='yes' - AC_MSG_RESULT([yes]) + ac_ncdods_dap_ok='no' + NC_DAP_LIBS= + NC_DAP_CFLAGS= + dnl it may happen that the cflags are not the ones associated + dnl with -L and -l flags, however even in that case the most recent + dnl netcdf.h should be picked up and things should go smoothly + AC_PATH_PROG([OPENNC_DAP_CONFIG], [opendap-config], [no]) + if test "$OPENNC_DAP_CONFIG" != "no" ; then + NC_DAP_CFLAGS="`$OPENNC_DAP_CONFIG --cflags`" + fi + AC_PATH_PROG([NC_DAP_CONFIG], [ncdap-config], [no]) + if test "$NC_DAP_CONFIG" != "no" ; then + NC_DAP_CFLAGS="`$NC_DAP_CONFIG --cflags`" + fi + AC_CHECK_DODS([ac_ncdods_dap_ok='yes'],[ac_ncdods_dap_ok='no']) + if test "z$ac_ncdods_dap_ok" = 'zyes'; then + if test "z$DAP_ROOT" != "z" ; then + NC_DAP_CFLAGS=$DAP_ROOT/include fi - fi - if test "z$ac_ncdods_ok" = "zno" ; then - ac_ncdods_dap_ok='no' - AC_CHECK_DODS([ac_ncdods_dap_ok='yes'],[ac_ncdods_dap_ok='no']) - if test "z$ac_ncdods_dap_ok" = 'zyes'; then - NC_DAP_LIBS="$DAP_LIBS -lnc-dods -ldap++" - NC_DAP_CFLAGS="$DAP_CFLAGS" - AC_LANG_PUSH([C++]) - dnl We check that linking is succesfull - ac_save_LIBS="$LIBS" - ac_save_CFLAGS="$CFLAGS" - LIBS="$LIBS $NC_DAP_LIBS" - CFLAGS="$CFLAGS $NC_DAP_CFLAGS" - AC_CHECK_FUNC([nc_open],[ac_ncdods_ok='yes'],[ac_ncdods_ok='no']) - LIBS=$ac_save_LIBS - CFLAGS=$ac_save_CFLAGS - AC_LANG_POP + dnl We check that linking is succesfull + dnl instead of using a C++ compiler we add -lstdc++ + dnl AC_LANG_PUSH([C++]) + NC_DAP_LIBS="-lnc-dap $DAP_LIBS -ldap" + ac_save_LIBS=$LIBS + LIBS="$LIBS $NC_DAP_LIBS -lstdc++" + AC_MSG_CHECKING([for nc_open with -lnc-dap -ldap]) + AC_LINK_IFELSE([AC_LANG_CALL([],[nc_open])], + [ ac_ncdods_ok='yes' + AC_MSG_RESULT([yes]) + ],[ ac_ncdods_ok='no' + AC_MSG_RESULT([no]) + ]) + LIBS=$ac_save_LIBS + if test $ac_ncdods_ok = 'no' ; then + NC_DAP_LIBS="-lnc-dods $DAP_LIBS -ldap++" + LIBS="$LIBS $NC_DAP_LIBS -lstdc++" + AC_MSG_CHECKING([for nc_open with -lnc-dods -ldap++]) + AC_LINK_IFELSE([AC_LANG_CALL([],[nc_open])], + [ ac_ncdods_ok='yes' + AC_MSG_RESULT([yes]) + ],[ ac_ncdods_ok='no' + AC_MSG_RESULT([no]) + ]) + LIBS=$ac_save_LIBS fi + dnl AC_LANG_POP fi + if test $ac_ncdods_ok = no ; then + AC_CHECK_LIBNC_DAP_LIB([],[ac_ncdods_ok='yes'],[ac_ncdods_ok='no']) + if test "z$ac_ncdods_ok" = "zno" ; then + AC_MSG_CHECKING([for libnc-dap with opendap-config]) + if test "$OPENNC_DAP_CONFIG" = "no" ; then + ac_ncdods_ok='no' + AC_MSG_RESULT([no]) + else + NC_DAP_LIBS="`$OPENNC_DAP_CONFIG --libs-nc`" + ac_ncdods_ok='yes' + AC_MSG_RESULT([yes]) + fi + fi + fi if test "x$ac_ncdods_ok" = "xyes" ; then m4_if([$1], [], [:], [$1]) else - NC_DAP_LIBS="" - NC_DAP_CFLAGS="" m4_if([$2], [], [:], [$2]) fi AC_SUBST([NC_DAP_CFLAGS]) From fedora-extras-commits at redhat.com Mon Dec 4 21:11:30 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:30 -0500 Subject: rpms/nrpe - New directory Message-ID: <200612042111.kB4LBUci030097@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30093/nrpe Log Message: Directory /cvs/extras/rpms/nrpe added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 21:11:36 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:36 -0500 Subject: rpms/nrpe/devel - New directory Message-ID: <200612042111.kB4LBaVQ030111@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30093/nrpe/devel Log Message: Directory /cvs/extras/rpms/nrpe/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 4 21:11:49 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:49 -0500 Subject: rpms/nrpe Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612042111.kB4LBnPI030140@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30134 Added Files: Makefile import.log Log Message: Setup of module nrpe --- NEW FILE Makefile --- # Top level Makefile for module nrpe all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 4 21:11:54 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:11:54 -0500 Subject: rpms/nrpe/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612042111.kB4LBsr5030155@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30134/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nrpe --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 4 21:12:50 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:12:50 -0500 Subject: rpms/nrpe import.log,1.1,1.2 Message-ID: <200612042112.kB4LCogl030237@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30204 Modified Files: import.log Log Message: auto-import nrpe-2.5.2-3 on branch devel from nrpe-2.5.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nrpe/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Dec 2006 21:11:49 -0000 1.1 +++ import.log 4 Dec 2006 21:12:20 -0000 1.2 @@ -0,0 +1 @@ +nrpe-2_5_2-3:HEAD:nrpe-2.5.2-3.src.rpm:1165270557 From fedora-extras-commits at redhat.com Mon Dec 4 21:12:50 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 4 Dec 2006 16:12:50 -0500 Subject: rpms/nrpe/devel nrpe-initreload.patch, NONE, 1.1 nrpe.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612042112.kB4LCoKW030241@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nrpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30204/devel Modified Files: .cvsignore sources Added Files: nrpe-initreload.patch nrpe.spec Log Message: auto-import nrpe-2.5.2-3 on branch devel from nrpe-2.5.2-3.src.rpm nrpe-initreload.patch: --- NEW FILE nrpe-initreload.patch --- --- init-script.in.orig 2006-03-05 16:03:15.000000000 -0600 +++ init-script.in 2006-03-05 16:04:46.000000000 -0600 @@ -51,6 +51,11 @@ $0 stop $0 start ;; + reload) + echo -n "Reloading nrpe" + killproc nrpe -HUP + echo + ;; status) status nrpe ;; --- NEW FILE nrpe.spec --- %define nsport 5666 Name: nrpe Version: 2.5.2 Release: 3%{?dist} Summary: Host/service/network monitoring agent for Nagios Group: Applications/System License: GPL URL: http://www.nagios.org Source: http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz Patch0: nrpe-initreload.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel tcp_wrappers Requires(pre): %{_sbindir}/useradd Requires(preun): /sbin/service, /sbin/chkconfig Requires(post): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service %description Nrpe is a system daemon that will execute various Nagios plugins locally on behalf of a remote (monitoring) host that uses the check_nrpe plugin. Various plugins that can be executed by the daemon are available at: http://sourceforge.net/projects/nagiosplug This package provides the core agent. %package -n nagios-plugins-nrpe Group: Applications/System Summary: Provides nrpe plugin for Nagios Requires: nagios-plugins Provides: check_nrpe %description -n nagios-plugins-nrpe Nrpe is a system daemon that will execute various Nagios plugins locally on behalf of a remote (monitoring) host that uses the check_nrpe plugin. Various plugins that can be executed by the daemon are available at: http://sourceforge.net/projects/nagiosplug This package provides the nrpe plugin for Nagios-related applications. %prep %setup -q %patch0 -p0 %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure \ --with-init-dir=%{_initrddir} \ --with-nrpe-port=%{nsport} \ --with-nrpe-user=nrpe \ --with-nrpe-group=nrpe \ --bindir=%{_sbindir} \ --libdir=/doesnt/matter/ \ --libexecdir=%{_libdir}/nagios/plugins \ --datadir=%{_datadir}/nagios \ --sysconfdir=%{_sysconfdir}/nagios \ --localstatedir=%{_localstatedir}/log/nagios \ --enable-command-args make %{?_smp_mflags} all sed -i "s/# chkconfig: 2345/# chkconfig: - /" init-script %install rm -rf %{buildroot} install -D -m 0755 init-script %{buildroot}/%{_initrddir}/nrpe install -D -m 0644 sample-config/nrpe.cfg %{buildroot}/%{_sysconfdir}/nagios/nrpe.cfg install -D -m 0755 src/nrpe %{buildroot}/%{_sbindir}/nrpe install -D -m 0755 src/check_nrpe %{buildroot}/%{_libdir}/nagios/plugins/check_nrpe %clean rm -rf %{buildroot} %pre %{_sbindir}/useradd -c "NRPE user for the NRPE service" -d / -r -s /sbin/nologin nrpe 2> /dev/null || : %preun if [ $1 = 0 ]; then /sbin/service %{name} stop > /dev/null 2>&1 || : /sbin/chkconfig --del %{name} || : fi %post /sbin/chkconfig --add %{name} || : %postun if [ "$1" -ge "1" ]; then /sbin/service %{name} condrestart > /dev/null 2>&1 || : fi %files %defattr(-,root,root,-) %{_initrddir}/nrpe %{_sbindir}/nrpe %dir %{_sysconfdir}/nagios %config(noreplace) %{_sysconfdir}/nagios/nrpe.cfg %doc Changelog LEGAL README %files -n nagios-plugins-nrpe %defattr(-,root,root,-) %{_libdir}/nagios/* %doc Changelog LEGAL README %changelog * Sun Jul 23 2006 Mike McGrath 2.5.2-3 - no longer owns libdir/nagios - buildrequires tcp_wrappers * Sun Jul 23 2006 Mike McGrath 2.5.2-2 - Specify bogus libdir so rpmlint won't complain * Mon Jul 03 2006 Mike McGrath 2.5.2-1 - Upstream released new version * Mon Mar 12 2006 Mike McGrath 2.4-3 - Added description to useradd statement * Sun Mar 05 2006 Mike McGrath 2.4-2 - Added proper SMP build flags - Added %{?dist} tag - Added reload to nrpe script - Updated to 2.4, changes include: - Added option to allow week random seed (Gerhard Lausser) - Added optional command line prefix (Sean Finney) - Added ability to reload config file with SIGHUP - Fixed bug with location of dh.h include file - Fixed bug with disconnect message in debug mode * Sat Feb 04 2006 Mike McGrath 2.3-1 - Created a Fedora friendly spec file * Mon Jan 23 2006 Andreas Kasenides ank<@>cs.ucy.ac.cy - fixed nrpe.cfg relocation to sample-config - replaced Copyright label with License - added --enable-command-args to enable remote arg passing (if desired can be disabled by commenting out) * Wed Nov 12 2003 Ingimar Robertsson - Added adding of nagios group if it does not exist. * Tue Jan 07 2003 James 'Showkilr' Peterson - Removed the lines which removed the nagios user and group from the system - changed the patch release version from 3 to 1 * Mon Jan 06 2003 James 'Showkilr' Peterson - Removed patch files required for nrpe 1.5 - Update spec file for version 1.6 (1.6-1) * Sat Dec 28 2002 James 'Showkilr' Peterson - First RPM build (1.5-1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nrpe/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Dec 2006 21:11:54 -0000 1.1 +++ .cvsignore 4 Dec 2006 21:12:20 -0000 1.2 @@ -0,0 +1 @@ +nrpe-2.5.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nrpe/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Dec 2006 21:11:54 -0000 1.1 +++ sources 4 Dec 2006 21:12:20 -0000 1.2 @@ -0,0 +1 @@ +22afa197db8e4e5b13fac48636917b6d nrpe-2.5.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 21:17:04 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Mon, 4 Dec 2006 16:17:04 -0500 Subject: rpms/TeXmacs/FC-6 TeXmacs.spec, 1.42, 1.43 TeXmacs-1.0.6.1-guile18.patch, 1.1, NONE Message-ID: <200612042117.kB4LH446030340@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30325 Modified Files: TeXmacs.spec Removed Files: TeXmacs-1.0.6.1-guile18.patch Log Message: Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- TeXmacs.spec 27 Oct 2006 18:36:35 -0000 1.42 +++ TeXmacs.spec 4 Dec 2006 21:16:34 -0000 1.43 @@ -15,7 +15,7 @@ Requires: tetex Requires: tetex-fonts Requires: ghostscript -BuildRequires: guile-devel +BuildRequires: compat-libguile-devel BuildRequires: desktop-file-utils BuildRequires: tetex BuildRequires: freetype-devel @@ -54,8 +54,11 @@ %prep %setup -q -n TeXmacs-%{version}-src -#%patch2 -p1 -perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +%patch2 -p1 +sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +sed -i "s|guile-config|guile-config-1.6|" configure* +sed -i "s|guile --version|guile-1.6 --version|" configure* + %build @@ -66,9 +69,10 @@ %install rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -export GUILE_DATA_PATH=`guile-config info pkgdatadir` -export GUILE_LOAD_PATH=`find $GUILE_DATA_PATH -type d -name ice-9` +export GUILE_DATA_PATH=%{_datadir}/guile +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs +chmod -f 644 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9/* chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime-info @@ -166,11 +170,6 @@ * Mon May 29 2006 Gerard Milmeister - 1.0.6.2-1 - new version 1.0.6.2 -* Tue May 16 2006 Gerard Milmeister - 1.0.6.1-4 -- added patch for new guile-1.8 -- added buildreq for libtool-ltdl-devel -- fixed command to find ice-9 directory - * Fri May 12 2006 Gerard Milmeister - 1.0.6.1-1 - new version 1.0.6.1 @@ -276,27 +275,3 @@ * Wed Nov 5 2003 Gerard Milmeister - 0:1.0.2.6-0.fdr.1 - First Fedora release - -* Mon Sep 22 2003 Joris van der Hoeven -- 1.0.1.24 Release tag set by the configure script - -* Sat Jun 28 2003 Joris van der Hoeven -- 1.0.1.16 Moved "TeXmacs-%{version}" in root directory to "TeXmacs" - -* Tue Jul 22 2002 Joris van der Hoeven -- 1.0.0.10 Migrated architecture dependent options to configure.in - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.14 Added -f for chmod - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.11 Extra compilation options reduce size of executable - -* Sun Nov 26 2001 Joris van der Hoeven -- 0.3.5.7 TeXmacs mime types & pixmap - -* Thu Jul 5 2001 Joris van der Hoeven & Christophe Merlet -- 0.3.4.3 Further corrections - -* Sun Jun 3 2001 Bo Forslund -- 0.3.4.3 Some tiny adjustments in the spec --- TeXmacs-1.0.6.1-guile18.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 21:29:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Mon, 4 Dec 2006 16:29:28 -0500 Subject: rpms/TeXmacs/FC-6 TeXmacs.spec,1.43,1.44 Message-ID: <200612042129.kB4LTSNP030414@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30381/FC-6 Modified Files: TeXmacs.spec Log Message: Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- TeXmacs.spec 4 Dec 2006 21:16:34 -0000 1.43 +++ TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.44 @@ -72,7 +72,6 @@ export GUILE_DATA_PATH=%{_datadir}/guile export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs -chmod -f 644 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9/* chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime-info From fedora-extras-commits at redhat.com Mon Dec 4 21:29:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Mon, 4 Dec 2006 16:29:29 -0500 Subject: rpms/TeXmacs/devel .cvsignore, 1.22, 1.23 TeXmacs.spec, 1.41, 1.42 sources, 1.23, 1.24 TeXmacs-1.0.6.1-guile18.patch, 1.1, NONE Message-ID: <200612042129.kB4LTTqM030419@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30381/devel Modified Files: .cvsignore TeXmacs.spec sources Removed Files: TeXmacs-1.0.6.1-guile18.patch Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 7 Aug 2006 16:43:05 -0000 1.22 +++ .cvsignore 4 Dec 2006 21:28:58 -0000 1.23 @@ -1 +1 @@ -TeXmacs-1.0.6.5-src.tar.gz +TeXmacs-1.0.6.6-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- TeXmacs.spec 7 Aug 2006 16:43:05 -0000 1.41 +++ TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.42 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.5 +Version: 1.0.6.6 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch @@ -15,11 +15,10 @@ Requires: tetex Requires: tetex-fonts Requires: ghostscript -Buildrequires: guile-devel -Buildrequires: gmp-devel -Buildrequires: desktop-file-utils -Buildrequires: tetex -Buildrequires: freetype-devel +BuildRequires: compat-libguile-devel +BuildRequires: desktop-file-utils +BuildRequires: tetex +BuildRequires: freetype-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -56,7 +55,10 @@ %prep %setup -q -n TeXmacs-%{version}-src %patch2 -p1 -perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in +sed -i "s|guile-config|guile-config-1.6|" configure* +sed -i "s|guile --version|guile-1.6 --version|" configure* + %build @@ -67,8 +69,8 @@ %install rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -export GUILE_DATA_PATH=`guile-config info pkgdatadir` -export GUILE_LOAD_PATH=`find $GUILE_DATA_PATH -type d -name ice-9` +export GUILE_DATA_PATH=%{_datadir}/guile +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry @@ -155,6 +157,9 @@ %changelog +* Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 +- new version 1.0.6.6 + * Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 - new version 1.0.6.5 @@ -164,11 +169,6 @@ * Mon May 29 2006 Gerard Milmeister - 1.0.6.2-1 - new version 1.0.6.2 -* Tue May 16 2006 Gerard Milmeister - 1.0.6.1-4 -- added patch for new guile-1.8 -- added buildreq for libtool-ltdl-devel -- fixed command to find ice-9 directory - * Fri May 12 2006 Gerard Milmeister - 1.0.6.1-1 - new version 1.0.6.1 @@ -274,27 +274,3 @@ * Wed Nov 5 2003 Gerard Milmeister - 0:1.0.2.6-0.fdr.1 - First Fedora release - -* Mon Sep 22 2003 Joris van der Hoeven -- 1.0.1.24 Release tag set by the configure script - -* Sat Jun 28 2003 Joris van der Hoeven -- 1.0.1.16 Moved "TeXmacs-%{version}" in root directory to "TeXmacs" - -* Tue Jul 22 2002 Joris van der Hoeven -- 1.0.0.10 Migrated architecture dependent options to configure.in - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.14 Added -f for chmod - -* Thu Feb 07 2002 Joris van der Hoeven -- 0.3.5.11 Extra compilation options reduce size of executable - -* Sun Nov 26 2001 Joris van der Hoeven -- 0.3.5.7 TeXmacs mime types & pixmap - -* Thu Jul 5 2001 Joris van der Hoeven & Christophe Merlet -- 0.3.4.3 Further corrections - -* Sun Jun 3 2001 Bo Forslund -- 0.3.4.3 Some tiny adjustments in the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 7 Aug 2006 16:43:05 -0000 1.23 +++ sources 4 Dec 2006 21:28:58 -0000 1.24 @@ -1 +1 @@ -9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz +53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz --- TeXmacs-1.0.6.1-guile18.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 4 21:33:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 16:33:52 -0500 Subject: rpms/libopensync-plugin-evolution2/devel libopensync-plugin-evolution2.spec, 1.8, 1.9 Message-ID: <200612042133.kB4LXqRr030678@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30621 Modified Files: libopensync-plugin-evolution2.spec Log Message: - bump Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/libopensync-plugin-evolution2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:38 -0000 1.8 +++ libopensync-plugin-evolution2.spec 4 Dec 2006 21:33:22 -0000 1.9 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Mon Dec 04 2006 Andreas Bierfert +- bump + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Dec 4 21:40:59 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 4 Dec 2006 16:40:59 -0500 Subject: rpms/wgrib/devel wgrib.spec,1.1,1.2 Message-ID: <200612042140.kB4LexvB030822@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30796 Modified Files: wgrib.spec Log Message: Link testbin with -lm (needed on x86_64) Index: wgrib.spec =================================================================== RCS file: /cvs/extras/rpms/wgrib/devel/wgrib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wgrib.spec 4 Dec 2006 20:41:08 -0000 1.1 +++ wgrib.spec 4 Dec 2006 21:40:29 -0000 1.2 @@ -60,7 +60,7 @@ %check ./wgrib land.grb -d 1 -gcc $RPM_OPT_FLAGS -o testbin testbin.c +gcc $RPM_OPT_FLAGS -o testbin testbin.c -lm ./testbin > testbin.out && diff %SOURCE14 testbin.out From fedora-extras-commits at redhat.com Mon Dec 4 21:59:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 16:59:07 -0500 Subject: rpms/sylpheed-claws-plugins/FC-4 sylpheed-claws-plugins.spec, 1.19, 1.20 Message-ID: <200612042159.kB4Lx7wN031349@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31321 Modified Files: sylpheed-claws-plugins.spec Log Message: - fix bug #218193 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sylpheed-claws-plugins.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sylpheed-claws-plugins.spec 13 Nov 2006 08:20:46 -0000 1.19 +++ sylpheed-claws-plugins.spec 4 Dec 2006 21:58:37 -0000 1.20 @@ -356,6 +356,9 @@ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' +# fix bug 218193 +find ${RPM_BUILD_ROOT}/%{_libdir}/sylpheed-claws/plugins/ -type f -name \ +"*.a" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT @@ -529,6 +532,7 @@ * Thu Nov 09 2006 Andreas Bierfert 2.6.0-1 - version upgrade +- fix bug #218193 * Tue Nov 07 2006 Andreas Bierfert 2.5.2-5 From fedora-extras-commits at redhat.com Mon Dec 4 22:00:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 17:00:03 -0500 Subject: rpms/libopensync-plugin-palm/devel libopensync-plugin-palm.spec, 1.6, 1.7 Message-ID: <200612042200.kB4M03aP031389@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31358 Modified Files: libopensync-plugin-palm.spec Log Message: - bump Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/libopensync-plugin-palm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:39 -0000 1.6 +++ libopensync-plugin-palm.spec 4 Dec 2006 21:59:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: libopensync-plugin-palm Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Palm plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Mon Dec 04 2006 Andreas Bierfert 0.19-2 +- bump + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Dec 4 22:05:18 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 4 Dec 2006 17:05:18 -0500 Subject: rpms/orange/devel orange.spec,1.8,1.9 Message-ID: <200612042205.kB4M5IUW002150@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/orange/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2128 Modified Files: orange.spec Log Message: - bump Index: orange.spec =================================================================== RCS file: /cvs/extras/rpms/orange/devel/orange.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- orange.spec 4 Oct 2006 23:36:24 -0000 1.8 +++ orange.spec 4 Dec 2006 22:04:48 -0000 1.9 @@ -1,6 +1,6 @@ Name: orange Version: 0.3 -Release: 3.cvs20051118%{?dist} +Release: 4.cvs20051118%{?dist} Summary: Squeeze out installable Microsoft cabinet files Group: Applications/Communications @@ -73,6 +73,10 @@ %{_includedir}/liborange.h %changelog +* Mon Dec 04 2006 Andreas Bierfert +0.3-4.cvs20051118 +- bump + * Thu Oct 05 2006 Christian Iseli 0.3-3.cvs20051118 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 4 22:21:17 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Mon, 4 Dec 2006 17:21:17 -0500 Subject: rpms/NetworkManager-vpnc/FC-6 .cvsignore, 1.9, 1.10 NetworkManager-vpnc.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200612042221.kB4MLHPm002354@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2312 Modified Files: .cvsignore NetworkManager-vpnc.spec sources Log Message: * Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 - Allow "NAT-Keepalive packet interval" config option Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 2 Oct 2006 23:13:54 -0000 1.9 +++ .cvsignore 4 Dec 2006 22:20:46 -0000 1.10 @@ -1 +1,2 @@ NetworkManager-vpnc-0.7.0.cvs20060929.tar.gz +NetworkManager-vpnc-0.7.0.cvs20061204.tar.gz Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/FC-6/NetworkManager-vpnc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- NetworkManager-vpnc.spec 25 Oct 2006 09:52:06 -0000 1.19 +++ NetworkManager-vpnc.spec 4 Dec 2006 22:20:46 -0000 1.20 @@ -1,4 +1,4 @@ -%define nm_version 0.7.0 +%define nm_version 1:0.6.4 %define dbus_version 0.60 %define gtk2_version 2.6.0 %define vpnc_version 0.3.3-3 @@ -7,13 +7,13 @@ %define cvs_snapshot 1 %if %{cvs_snapshot} -%define nm_vpnc_cvs_version .cvs20060929 +%define nm_vpnc_cvs_version .cvs20061204 %endif Summary: NetworkManager VPN integration for vpnc Name: NetworkManager-vpnc Version: 0.7.0 -Release: 0%{?nm_vpnc_cvs_version}.3%{?dist} +Release: 0%{?nm_vpnc_cvs_version}%{?dist} License: GPL Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -100,6 +100,9 @@ %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png %changelog +* Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 +- Allow "NAT-Keepalive packet interval" config option + * Wed Oct 25 2006 Denis Leroy - 0.7.0-0.cvs20060929.3 - Added patch to support saving group password only Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 2 Oct 2006 23:13:54 -0000 1.9 +++ sources 4 Dec 2006 22:20:47 -0000 1.10 @@ -1 +1 @@ -882293dbed2f8af9c0cd61bc65fdaa3f NetworkManager-vpnc-0.7.0.cvs20060929.tar.gz +c42691dc47448e5b5310566bfc33d807 NetworkManager-vpnc-0.7.0.cvs20061204.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 22:21:37 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 4 Dec 2006 17:21:37 -0500 Subject: rpms/lilypond/devel .cvsignore, 1.7, 1.8 lilypond.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612042221.kB4MLbsC002364@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2333 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 13 Nov 2006 18:13:24 -0000 1.7 +++ .cvsignore 4 Dec 2006 22:21:07 -0000 1.8 @@ -1 +1 @@ -lilypond-2.10.0.tar.gz +lilypond-2.10.1.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lilypond.spec 13 Nov 2006 18:13:24 -0000 1.7 +++ lilypond.spec 4 Dec 2006 22:21:07 -0000 1.8 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Mon Dec 4 2006 Quentin Spencer 2.10.1-1 +- New release. + * Mon Nov 13 2006 Quentin Spencer 2.10.0-1 - New release. Update build requirements for 2.10 series. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Nov 2006 18:13:24 -0000 1.7 +++ sources 4 Dec 2006 22:21:07 -0000 1.8 @@ -1 +1 @@ -82e4487c5c1fa1d2e478d5974a3630df lilypond-2.10.0.tar.gz +b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz From fedora-extras-commits at redhat.com Mon Dec 4 22:31:05 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Mon, 4 Dec 2006 17:31:05 -0500 Subject: rpms/NetworkManager-vpnc/devel NetworkManager-vpnc.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200612042231.kB4MV5dQ002504@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2487 Modified Files: NetworkManager-vpnc.spec sources Log Message: * Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 - Allow "NAT-Keepalive packet interval" config option Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/NetworkManager-vpnc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- NetworkManager-vpnc.spec 24 Oct 2006 09:31:40 -0000 1.19 +++ NetworkManager-vpnc.spec 4 Dec 2006 22:30:35 -0000 1.20 @@ -1,4 +1,4 @@ -%define nm_version 0.7.0 +%define nm_version 1:0.6.4 %define dbus_version 0.60 %define gtk2_version 2.6.0 %define vpnc_version 0.3.3-3 @@ -7,13 +7,13 @@ %define cvs_snapshot 1 %if %{cvs_snapshot} -%define nm_vpnc_cvs_version .cvs20060929 +%define nm_vpnc_cvs_version .cvs20061204 %endif Summary: NetworkManager VPN integration for vpnc Name: NetworkManager-vpnc Version: 0.7.0 -Release: 0%{?nm_vpnc_cvs_version}.3%{?dist} +Release: 0%{?nm_vpnc_cvs_version}%{?dist} License: GPL Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -50,6 +50,7 @@ %setup -q %patch0 -p1 -b .gppasswd + %build %configure make %{?_smp_mflags} @@ -99,6 +100,9 @@ %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png %changelog +* Mon Dec 4 2006 Dan Williams - 0.7.0-0.cvs20061204 +- Allow "NAT-Keepalive packet interval" config option + * Sat Oct 21 2006 Denis Leroy - 0.7.0-0.cvs20060929.3 - Added patch to support saving group password only Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 2 Oct 2006 23:13:54 -0000 1.9 +++ sources 4 Dec 2006 22:30:35 -0000 1.10 @@ -1 +1 @@ -882293dbed2f8af9c0cd61bc65fdaa3f NetworkManager-vpnc-0.7.0.cvs20060929.tar.gz +c42691dc47448e5b5310566bfc33d807 NetworkManager-vpnc-0.7.0.cvs20061204.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 01:41:42 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Mon, 4 Dec 2006 20:41:42 -0500 Subject: rpms/wordpress/FC-6 wordpress.spec,1.8,1.9 Message-ID: <200612050141.kB51fghP012750@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12733 Modified Files: wordpress.spec Log Message: Actually remove mysql-server dependency this time Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wordpress.spec 3 Dec 2006 18:27:22 -0000 1.8 +++ wordpress.spec 5 Dec 2006 01:41:12 -0000 1.9 @@ -3,7 +3,7 @@ Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 3%{?dist} +Release: 4%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -13,7 +13,7 @@ Source2: README.fedora.wordpress Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: php >= 4.1.0, httpd, mysql-server, php-mysql +Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch %description @@ -74,6 +74,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sun Dec 3 2006 John Berninger - 2.0.4-4 +- Remove mysql-server dependency for real this time. + * Sun Dec 3 2006 John Berninger - 2.0.4-3 - Remove mysql-server dependency From fedora-extras-commits at redhat.com Tue Dec 5 03:02:32 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Mon, 4 Dec 2006 22:02:32 -0500 Subject: rpms/syck/FC-5 syck.spec,1.4,1.5 Message-ID: <200612050302.kB532Wqg019427@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410 Modified Files: syck.spec Log Message: * Mon Dec 04 2006 Jason L Tibbitts III - 0.55-9.1 - Rebuild. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/FC-5/syck.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- syck.spec 26 Aug 2006 05:45:44 -0000 1.4 +++ syck.spec 5 Dec 2006 03:02:02 -0000 1.5 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 9%{?dist} +Release: 9%{?dist}.1 License: BSD Group: System Environment/Libraries @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Mon Dec 04 2006 Jason L Tibbitts III - 0.55-9.1 +- Rebuild. + * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 - Add BR: libtool to work with the minimal buildroot. From fedora-extras-commits at redhat.com Tue Dec 5 03:24:39 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:24:39 -0500 Subject: rpms/xl2tpd - New directory Message-ID: <200612050324.kB53OdxT019904@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19900/xl2tpd Log Message: Directory /cvs/extras/rpms/xl2tpd added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 03:24:45 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:24:45 -0500 Subject: rpms/xl2tpd/devel - New directory Message-ID: <200612050324.kB53Ojue019917@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19900/xl2tpd/devel Log Message: Directory /cvs/extras/rpms/xl2tpd/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 03:25:17 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:25:17 -0500 Subject: rpms/xl2tpd/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050325.kB53PHHK019966@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19945/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xl2tpd --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 03:25:12 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:25:12 -0500 Subject: rpms/xl2tpd Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050325.kB53PCet019951@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19945 Added Files: Makefile import.log Log Message: Setup of module xl2tpd --- NEW FILE Makefile --- # Top level Makefile for module xl2tpd all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 03:26:39 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:26:39 -0500 Subject: rpms/xl2tpd import.log,1.1,1.2 Message-ID: <200612050326.kB53Qd3v020051@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20005 Modified Files: import.log Log Message: auto-import xl2tpd-1.1.06-1 on branch devel from xl2tpd-1.1.06-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 03:25:12 -0000 1.1 +++ import.log 5 Dec 2006 03:26:09 -0000 1.2 @@ -0,0 +1 @@ +xl2tpd-1_1_06-1:HEAD:xl2tpd-1.1.06-1.src.rpm:1165289520 From fedora-extras-commits at redhat.com Tue Dec 5 03:26:39 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 22:26:39 -0500 Subject: rpms/xl2tpd/devel xl2tpd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050326.kB53QdBA020055@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20005/devel Modified Files: .cvsignore sources Added Files: xl2tpd.spec Log Message: auto-import xl2tpd-1.1.06-1 on branch devel from xl2tpd-1.1.06-1.src.rpm --- NEW FILE xl2tpd.spec --- Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 Release: 1 License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons Source0: http://www.xelerance.com/software/xl2tpd/xl2tpd-1.1.06.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: Obsoletes: l2tpd %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Another important application is Virtual Private Networks where the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec, RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec implementations such as Openswan. Example configuration files for such a setup are included in this RPM. xl2tpd works by opening a pseudo-tty for communicating with pppd. It runs completely in userspace. %prep %setup -q %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd %clean rm -rf %{buildroot} %post /sbin/chkconfig --add xl2tpd # if we migrate from l2tpd to xl2tpd, copy the configs if [ -f /etc/l2tpd/l2tpd.conf ] then echo "Old /etc/l2tpd configuration found, migrating to /etc/xl2tpd" mv /etc/xl2tpd/xl2tpd.conf /etc/xl2tpd/xl2tpd.conf.rpmsave cat /etc/l2tpd/l2tpd.conf | sed "s/options.l2tpd/options.xl2tpd/" > /etc/xl2tpd/xl2tpd.conf mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then /sbin/service xl2tpd stop > /dev/null 2>&1 /sbin/chkconfig --del xl2tpd fi %postun if [ $1 -ge 1 ]; then /sbin/service xl2tpd condrestart 2>&1 >/dev/null fi %files %defattr(-,root,root) %doc BUGS CHANGES CREDITS LICENSE README TODO doc/rfc2661.txt %doc doc/README.patents examples/chapsecrets.sample %{_sbindir}/xl2tpd %{_mandir}/*/* %dir %{_sysconfdir}/xl2tpd %config(noreplace) %{_sysconfdir}/xl2tpd/* %config(noreplace) %{_sysconfdir}/ppp/* %attr(0755,root,root) %{_initrddir}/xl2tpd %changelog * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name * Sun Nov 27 2005 Paul Wouters 0.69.20051030 - Pulled up sourceforget.net CVS fixes. - various debugging added, but debugging should not be on by default. - async/sync conversion routines must be ready for possibility that the read will block due to routing loops. - refactor control socket handling. - move all logic about pty usage to pty.c. Try ptmx first, if it fails try legacy ptys - rename log() to l2tp_log(), as "log" is a math function. - if we aren't deamonized, then log to stderr. - added install: and DESTDIR support. * Thu Oct 20 2005 Paul Wouters 0.69-13 - Removed suse/mandrake specifics. Comply for Fedora Extras guidelines * Tue Jun 21 2005 Jacco de Leeuw 0.69-12jdl - Added log() patch by Paul Wouters so that l2tpd compiles on FC4. * Sat Jun 4 2005 Jacco de Leeuw - l2tpd.org has been hijacked. Project moved back to SourceForge: http://l2tpd.sourceforge.net * Tue May 3 2005 Jacco de Leeuw - Small Makefile fixes. Explicitly use gcc instead of cc. Network services library was not linked on Solaris due to typo. * Thu Mar 17 2005 Jacco de Leeuw 0.69-11jdl - Choosing between SysV or BSD style ptys is now configurable through a compile-time boolean "unix98pty". * Fri Feb 4 2005 Jacco de Leeuw - Added code from Roaring Penguin (rp-l2tp) to support SysV-style ptys. Requires the N_HDLC kernel module. * Fri Nov 26 2004 Jacco de Leeuw - Updated the README. * Wed Nov 10 2004 Jacco de Leeuw 0.69-10jdl - Patch by Marald Klein and Roger Luethi. Fixes writing PID file. (http://l2tpd.graffl.net/msg01790.html) Long overdue. Rereleasing 10jdl. * Tue Nov 9 2004 Jacco de Leeuw 0.69-10jdl - [SECURITY FIX] Added fix from Debian because of a bss-based buffer overflow. (http://www.mail-archive.com/l2tpd-devel at l2tpd.org/msg01071.html) - Mandrake's FreeS/WAN, Openswan and Strongswan RPMS use configuration directories /etc/{freeswan,openswan,strongswan}. Install our configuration files to /etc/ipsec.d and create symbolic links in those directories. * Tue Aug 18 2004 Jacco de Leeuw - Removed 'leftnexthop=' lines. Not relevant for recent versions of FreeS/WAN and derivates. * Tue Jan 20 2004 Jacco de Leeuw 0.69-9jdl - Added "noccp" because of too much MPPE/CCP messages sometimes. * Wed Dec 31 2003 Jacco de Leeuw - Added patch in order to prevent StopCCN messages. * Sat Aug 23 2003 Jacco de Leeuw - MTU/MRU 1410 seems to be the lowest possible for MSL2TP. For Windows 2000/XP it doesn't seem to matter. - Typo in l2tpd.conf (192.168.128/25). * Fri Aug 8 2003 Jacco de Leeuw 0.69-8jdl - Added MTU/MRU 1400 to options.l2tpd. I don't know the optimal value but some apps had problems with the default value. * Fri Aug 1 2003 Jacco de Leeuw - Added workaround for the missing hostname bug in the MSL2TP client ('Specify your hostname', error 629: "You have been disconnected from the computer you are dialing"). * Thu Jul 20 2003 Jacco de Leeuw 0.69-7jdl - Added the "listen-addr" global parameter for l2tpd.conf. By default, the daemon listens on *all* interfaces. Use "listen-addr" if you want it to bind to one specific IP address (interface), for security reasons. (See also: http://www.jacco2.dds.nl/networking/freeswan-l2tp.html#Firewallwarning) - Explained in l2tpd.conf that two different IP addresses should be used for 'listen-addr' and 'local ip'. - Modified init script. Upgrades should work better now. You still need to start/chkconfig l2tpd manually. - Renamed the example Openswan .conf files to better reflect the situation. There are two variants using different portselectors. Previously I thought Windows 2000/XP used portselector 17/0 and the rest used 17/1701. But with the release of an updated IPsec client by Microsoft, it turns out that 17/0 must have been a mistake: the updated client now also uses 17/1701. * Mon Apr 10 2003 Jacco de Leeuw 0.69-6jdl - Changed sample chap-secrets to be valid only for specific IP addresses. * Thu Mar 13 2003 Bernhard Thoni - Adjustments for SuSE8.x (thanks, Bernhard!) - Added sample chap-secrets. * Thu Mar 6 2003 Jacco de Leeuw 0.69-5jdl - Replaced Dominique's patch by Damion de Soto's, which does not depend on the N_HDLC kernel module. * Wed Feb 26 2003 Jacco de Leeuw 0.69-4jdl - Seperate example config files for Win9x (MSL2TP) and Win2K/XP due to left/rightprotoport differences. Fixing preun for Red Hat. * Mon Feb 3 2003 Jacco de Leeuw 0.69-3jdl - Mandrake uses /etc/freeswan/ instead of /etc/ipsec.d/ Error fixed: source6 was used for both PSK and CERT. * Wed Jan 29 2003 Jacco de Leeuw 0.69-3jdl - Added Dominique Cressatti's pty patch in another attempt to prevent the Windows 2000 Professional "loopback detected" error. Seems to work! * Wed Dec 25 2002 Jacco de Leeuw 0.69-2jdl - Added 'connect-delay' to PPP parameters in an attempt to prevent the Windows 2000 Professional "loopback detected" error. Didn't seem to work. * Fri Dec 13 2002 Jacco de Leeuw 0.69-1jdl - Did not build on Red Hat 8.0. Solved by adding comments(?!). Bug detected in spec file: chkconfig --list l2tpd does not work on Red Hat 8.0. Not important enough to look into yet. * Sun Nov 17 2002 Jacco de Leeuw 0.69-1jdl - Tested on Red Hat, required some changes. No gprintf. Used different pty patch, otherwise wouldn't run. Added buildroot sanity check. * Sun Nov 10 2002 Jacco de Leeuw - Specfile adapted from Mandrake Cooker. The original RPM can be retrieved through: http://www.rpmfind.net/linux/rpm2html/search.php?query=l2tpd - Config path changed from /etc/l2tp/ to /etc/l2tpd/ (Seems more logical and rp-l2tp already uses /etc/l2tp/). - Do not run at boot or install. The original RPM uses a config file which is completely commented out, but it still starts l2tpd on all interfaces. Could be a security risk. This RPM does not start l2tpd, the sysadmin has to edit the config file and start l2tpd explicitly. - Renamed patches to start with l2tpd- - Added dependencies for pppd, glibc-devel. - Use %%{name} as much as possible. - l2tp-secrets contains passwords, thus should not be world readable. - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk - from Per ?yvind Karlsen : - PreReq and Requires - Fix preun_service * Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 * Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 03:25:17 -0000 1.1 +++ .cvsignore 5 Dec 2006 03:26:09 -0000 1.2 @@ -0,0 +1 @@ +xl2tpd-1.1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 03:25:17 -0000 1.1 +++ sources 5 Dec 2006 03:26:09 -0000 1.2 @@ -0,0 +1 @@ +44e5a85ecce622a0f55aafc42ce589a8 xl2tpd-1.1.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 04:17:06 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:06 -0500 Subject: rpms/v4l2-tool - New directory Message-ID: <200612050417.kB54H6Im023538@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23534/v4l2-tool Log Message: Directory /cvs/extras/rpms/v4l2-tool added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 04:17:11 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:11 -0500 Subject: rpms/v4l2-tool/devel - New directory Message-ID: <200612050417.kB54HBm5023551@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23534/v4l2-tool/devel Log Message: Directory /cvs/extras/rpms/v4l2-tool/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 04:17:41 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:41 -0500 Subject: rpms/v4l2-tool Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050417.kB54Hfel023581@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23575 Added Files: Makefile import.log Log Message: Setup of module v4l2-tool --- NEW FILE Makefile --- # Top level Makefile for module v4l2-tool all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 04:17:46 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:17:46 -0500 Subject: rpms/v4l2-tool/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050417.kB54Hkg9023596@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23575/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module v4l2-tool --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 04:19:23 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:19:23 -0500 Subject: rpms/v4l2-tool import.log,1.1,1.2 Message-ID: <200612050419.kB54JNSL023673@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23640 Modified Files: import.log Log Message: auto-import v4l2-tool-1.0.2-2 on branch devel from v4l2-tool-1.0.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/v4l2-tool/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 04:17:41 -0000 1.1 +++ import.log 5 Dec 2006 04:18:53 -0000 1.2 @@ -0,0 +1 @@ +v4l2-tool-1_0_2-2:HEAD:v4l2-tool-1.0.2-2.src.rpm:1165292525 From fedora-extras-commits at redhat.com Tue Dec 5 04:19:23 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:19:23 -0500 Subject: rpms/v4l2-tool/devel db.patch, NONE, 1.1 v4l2-tool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050419.kB54JNNa023677@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/rpms/v4l2-tool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23640/devel Modified Files: .cvsignore sources Added Files: db.patch v4l2-tool.spec Log Message: auto-import v4l2-tool-1.0.2-2 on branch devel from v4l2-tool-1.0.2-2.src.rpm db.patch: --- NEW FILE db.patch --- diff -urN v4l2-tool-1.0.2/src/interface.c v4l2-tool-1.0.2-patched/src/interface.c --- v4l2-tool-1.0.2/src/interface.c 2006-09-28 16:45:20.000000000 +0530 +++ v4l2-tool-1.0.2-patched/src/interface.c 2006-10-03 15:17:02.000000000 +0530 @@ -274,7 +274,7 @@ } strncat(srch1,gtxt,6); - fp = fopen("uvcvideo.txt", "r"); + fp = fopen("/usr/share/v4l2-tool/uvcvideo.txt", "r"); if (fp == NULL) exit(0); while ((r_read = getline(&line, &len, fp)) != -1) { @@ -286,7 +286,7 @@ } } fclose (fp); - fp = fopen("gspca.txt", "r"); + fp = fopen("/usr/share/v4l2-tool/gspca.txt", "r"); if (fp == NULL) exit(0); while ((r_read = getline(&line, &len, fp)) != -1) { --- NEW FILE v4l2-tool.spec --- Name: v4l2-tool Version: 1.0.2 Release: 2%{?dist} Summary: This package gives v4l2 device information of webcam Group: Applications/Multimedia License: GPL URL: http://www.sourceforge.net/ Source0: http://jaist.dl.sourceforge.net/sourceforge/v4lx-devinfo/%{name}-%{version}.tar.gz Patch0: db.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils libgnomeui-devel BuildRequires: automake %description This package gives v4l2 device information of webcam. This application is used to get more hardware information from attached webcam device. This application is tested with gspca and uvcvideo v4l2 kernel drivers. There are five tabs each corresponding to one ioctl call and returning respective structure fills with values. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .db %build sh autogen.sh %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_datadir}/%{name} install -m 644 src/uvcvideo.txt %{buildroot}%{_datadir}/%{name}/uvcvideo.txt install -m 644 src/gspca.txt %{buildroot}%{_datadir}/%{name}/gspca.txt mkdir -p %{buildroot}%{_datadir}/pixmaps/ install -p -m 644 v4l2-tool-logo.png %{buildroot}%{_datadir}/pixmaps/v4l2-tool-logo.png cat << EOF > %{name}.desktop [Desktop Entry] Name=v4l2-tool Comment=Gives webcam details using v4l2 kernel driver Exec=v4l2-tool Icon=v4l2-tool-logo Terminal=false Type=Application Encoding=UTF-8 Categories=GNOME;Application;AudioVideo;Video; EOF desktop-file-install --vendor fedora \ --dir %{buildroot}/%{_datadir}/applications/ \ %{name}.desktop %clean rm -rf %{buildroot} %post update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %postun update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog README %{_bindir}/v4l2-tool %{_datadir}/* %changelog * Thu Nov 30 2006 Parag Nemade 1.0.2-2 - Fixed Desktop file, Source URL, Added COPYING under %%doc * Sat Aug 26 2006 Parag Nemade 1.0.2-1 - Initial specfile for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/v4l2-tool/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 04:17:46 -0000 1.1 +++ .cvsignore 5 Dec 2006 04:18:53 -0000 1.2 @@ -0,0 +1 @@ +v4l2-tool-1.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/v4l2-tool/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 04:17:46 -0000 1.1 +++ sources 5 Dec 2006 04:18:53 -0000 1.2 @@ -0,0 +1 @@ +89891d3f36e4e9851d3b2dc87974e334 v4l2-tool-1.0.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 04:24:58 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Mon, 4 Dec 2006 23:24:58 -0500 Subject: owners owners.list,1.2059,1.2060 Message-ID: <200612050424.kB54Owif023748@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23716 Modified Files: owners.list Log Message: bz 208396 Added v4l2-tool package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2059 retrieving revision 1.2060 diff -u -r1.2059 -r1.2060 --- owners.list 4 Dec 2006 17:24:09 -0000 1.2059 +++ owners.list 5 Dec 2006 04:24:28 -0000 1.2060 @@ -2421,6 +2421,7 @@ Fedora Extras|uuid|Universally Unique Identifier library|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|v2strip|ID3v2 tags remover|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|bluekuja at ubuntu.com +Fedora Extras|v4l2-tool|Tool to get webcam usage Information|panemade at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|vala|A modern programming language for GNOME|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|valknut|Direct Connect client|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|varconf|WorldForge configuration library|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 04:34:42 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 4 Dec 2006 23:34:42 -0500 Subject: owners owners.list,1.2060,1.2061 Message-ID: <200612050434.kB54Ygsh023858@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23843 Modified Files: owners.list Log Message: Added xl2tpd, successor to l2tpd. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2060 retrieving revision 1.2061 diff -u -r1.2060 -r1.2061 --- owners.list 5 Dec 2006 04:24:28 -0000 1.2060 +++ owners.list 5 Dec 2006 04:34:12 -0000 1.2061 @@ -2567,6 +2567,7 @@ Fedora Extras|xkeycaps|Graphical front end to xmodmap|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xlhtml|Excel 95/97 and PowerPoint to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xlockmore|Screen lock and screen saver|adrian at lisas.de|extras-qa at fedoraproject.org| +Fedora Extras|xl2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|xmldiff|Tree to tree correction between XML documents|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xmlindent|A XML stream reformatter|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|xmlrpc-c|A lightweight RPC library based on XML and HTTP|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 07:30:37 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:30:37 -0500 Subject: rpms/chemical-mime-data - New directory Message-ID: <200612050730.kB57Ubj5001114@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1110/chemical-mime-data Log Message: Directory /cvs/extras/rpms/chemical-mime-data added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:30:42 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:30:42 -0500 Subject: rpms/chemical-mime-data/devel - New directory Message-ID: <200612050730.kB57Ug2I001127@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1110/chemical-mime-data/devel Log Message: Directory /cvs/extras/rpms/chemical-mime-data/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:31:14 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:31:14 -0500 Subject: rpms/chemical-mime-data Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050731.kB57VEuX001193@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1187 Added Files: Makefile import.log Log Message: Setup of module chemical-mime-data --- NEW FILE Makefile --- # Top level Makefile for module chemical-mime-data all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 07:31:19 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:31:19 -0500 Subject: rpms/chemical-mime-data/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050731.kB57VJZe001208@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1187/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module chemical-mime-data --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 07:33:01 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:33:01 -0500 Subject: rpms/chemical-mime-data import.log,1.1,1.2 Message-ID: <200612050733.kB57X1mB001296@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1257 Modified Files: import.log Log Message: auto-import chemical-mime-data-0.1.93-3 on branch devel from chemical-mime-data-0.1.93-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/chemical-mime-data/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 07:31:14 -0000 1.1 +++ import.log 5 Dec 2006 07:32:31 -0000 1.2 @@ -0,0 +1 @@ +chemical-mime-data-0_1_93-3:HEAD:chemical-mime-data-0.1.93-3.src.rpm:1165304162 From fedora-extras-commits at redhat.com Tue Dec 5 07:33:01 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:33:01 -0500 Subject: rpms/chemical-mime-data/devel chemical-mime-data-pkgconfdir.patch, NONE, 1.1 chemical-mime-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050733.kB57X1IR001300@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/chemical-mime-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1257/devel Modified Files: .cvsignore sources Added Files: chemical-mime-data-pkgconfdir.patch chemical-mime-data.spec Log Message: auto-import chemical-mime-data-0.1.93-3 on branch devel from chemical-mime-data-0.1.93-3.src.rpm chemical-mime-data-pkgconfdir.patch: --- NEW FILE chemical-mime-data-pkgconfdir.patch --- --- Makefile.in.pkgconfdir 2006-05-19 14:52:40.000000000 +0200 +++ Makefile.in 2006-12-03 20:20:37.000000000 +0100 @@ -273,7 +273,7 @@ chemical-mime-data- at VERSION@.tar.bz2 DISTCHECK_CONFIGURE_FLAGS = --disable-update-database -pkgconfigdir = $(datadir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = chemical-mime-data.pc all: all-recursive --- NEW FILE chemical-mime-data.spec --- Name: chemical-mime-data Version: 0.1.93 Release: 3%{?dist} Summary: Support for chemical/* MIME types Group: System Environment/Libraries License: LGPL URL: http://sourceforge.net/projects/chemical-mime/ Source0: http://dl.sourceforge.net/xvidcap/%{name}-%{version}.tar.bz2 Patch0: chemical-mime-data-pkgconfdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-XML-Parser BuildRequires: libxml2 BuildRequires: libxslt BuildRequires: librsvg2 BuildRequires: shared-mime-info BuildRequires: pkgconfig Requires: pkgconfig Requires: shared-mime-info Requires: hicolor-icon-theme %description A collection of data files which tries to give support for various chemical MIME types (chemical/*) on Linux/UNIX desktops. Chemical MIME's have been proposed in 1995, though it seems they have never been registered with IANA. %prep %setup -q %patch0 -p0 -b .pkgconfdir %build %configure --disable-update-database \ --without-gnome2_4-mime \ --without-pixmaps make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT %post update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING HACKING NEWS README THANKS TODO %{_datadir}/icons/crystalsvg %{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-chemical.png %{_datadir}/icons/hicolor/scalable/mimetypes/gnome-mime-chemical.svgz %{_datadir}/mime/packages/chemical-mime-data.xml %{_datadir}/mimelnk %{_libdir}/pkgconfig/chemical-mime-data.pc %changelog * Mon Dec 04 2006 Julian Sikorski - 0.1.93-3 - Removed INSTALL from %doc * Sun Dec 03 2006 Julian Sikorski - 0.1.93-2 - Fixed ownership - Fixed .pc file location * Sun Dec 03 2006 Julian Sikorski - 0.1.93-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/chemical-mime-data/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 07:31:19 -0000 1.1 +++ .cvsignore 5 Dec 2006 07:32:31 -0000 1.2 @@ -0,0 +1 @@ +chemical-mime-data-0.1.93.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/chemical-mime-data/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 07:31:19 -0000 1.1 +++ sources 5 Dec 2006 07:32:31 -0000 1.2 @@ -0,0 +1 @@ +22705a35c232cf46d3fcfa91ec748fa8 chemical-mime-data-0.1.93.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 5 07:44:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:03 -0500 Subject: rpms/gnome-chemistry-utils - New directory Message-ID: <200612050744.kB57i3di001398@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1394/gnome-chemistry-utils Log Message: Directory /cvs/extras/rpms/gnome-chemistry-utils added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:44:08 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:08 -0500 Subject: rpms/gnome-chemistry-utils/devel - New directory Message-ID: <200612050744.kB57i8AH001411@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1394/gnome-chemistry-utils/devel Log Message: Directory /cvs/extras/rpms/gnome-chemistry-utils/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 07:44:27 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:27 -0500 Subject: rpms/gnome-chemistry-utils Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612050744.kB57iRoq001442@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1436 Added Files: Makefile import.log Log Message: Setup of module gnome-chemistry-utils --- NEW FILE Makefile --- # Top level Makefile for module gnome-chemistry-utils all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 07:44:33 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:44:33 -0500 Subject: rpms/gnome-chemistry-utils/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612050744.kB57iXLH001457@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1436/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-chemistry-utils --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 07:45:51 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:45:51 -0500 Subject: rpms/gnome-chemistry-utils import.log,1.1,1.2 Message-ID: <200612050745.kB57jpqg001526@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496 Modified Files: import.log Log Message: auto-import gnome-chemistry-utils-0.6.3-4 on branch devel from gnome-chemistry-utils-0.6.3-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 07:44:27 -0000 1.1 +++ import.log 5 Dec 2006 07:45:21 -0000 1.2 @@ -0,0 +1 @@ +gnome-chemistry-utils-0_6_3-4:HEAD:gnome-chemistry-utils-0.6.3-4.src.rpm:1165304939 From fedora-extras-commits at redhat.com Tue Dec 5 07:45:51 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 02:45:51 -0500 Subject: rpms/gnome-chemistry-utils/devel gnome-chemistry-utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612050745.kB57jp26001530@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496/devel Modified Files: .cvsignore sources Added Files: gnome-chemistry-utils.spec Log Message: auto-import gnome-chemistry-utils-0.6.3-4 on branch devel from gnome-chemistry-utils-0.6.3-4.src.rpm --- NEW FILE gnome-chemistry-utils.spec --- Name: gnome-chemistry-utils Version: 0.6.3 Release: 4%{?dist} Summary: A set of chemical utilities Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchemutils/ Source0: http://download.savannah.nongnu.org/releases/gchemutils/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openbabel-devel BuildRequires: goffice-devel BuildRequires: perl-XML-Parser BuildRequires: gtkglext-devel BuildRequires: libgnomeprintui22-devel BuildRequires: firefox-devel BuildRequires: man BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: chemical-mime-data Requires: chemical-mime-data %description This package is a set of chemical utils. Three programs are avaible: * A 3D molecular structure viewer (GChem3Viewer). * A Chemical calculator (GChemCalc). * A periodic table of the elements application (GChemTable). %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libgnomeui-devel Requires: libgnomeprintui22-devel Requires: gtkglext-devel Requires: openbabel-devel Requires: pkgconfig %description devel This package is a set of chemical utils. Three programs are avaible: * A 3D molecular structure viewer (GChem3Viewer). * A Chemical calculator (GChemCalc). * A periodic table of the elements application (GChemTable). This package contains development files for %{name} %package mozplugin Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description mozplugin This package is a set of chemical utils. Three programs are avaible: * A 3D molecular structure viewer (GChem3Viewer). * A Chemical calculator (GChemCalc). * A periodic table of the elements application (GChemTable). This package contains the mozilla plugin %prep %setup -q %build %configure --disable-update-databases \ --with-mozilla-libdir=%{_libdir}/mozilla make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gchem3d-viewer.desktop desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gchemcalc.desktop desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gchemtable.desktop %find_lang %{name} #kill libtool archives rm -f $RPM_BUILD_ROOT%{_libdir}/libgcu.la rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozgcu.la #kill intrusive docs rm -rf $RPM_BUILD_ROOT%{_docdir}/gchemutils %clean rm -rf $RPM_BUILD_ROOT %post update-desktop-database &> /dev/null ||: /sbin/ldconfig %postun update-desktop-database &> /dev/null ||: /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %{_bindir}/gchem3d-viewer %{_bindir}/gchemcalc %{_bindir}/gchemtable %{_datadir}/applications/fedora-gchem3d-viewer.desktop %{_datadir}/applications/fedora-gchemcalc.desktop %{_datadir}/applications/fedora-gchemtable.desktop %{_libdir}/libgcu.so.* %{_libexecdir}/chem-viewer %{_datadir}/gchemutils %{_mandir}/man1/gchem3d-viewer.1* %{_mandir}/man1/gchemcalc.1* %{_mandir}/man1/gchemtable.1* %{_mandir}/man3/libgcu.3* %files devel %defattr(-,root,root,-) %doc docs/reference/html %{_includedir}/gchemutils %{_libdir}/libgcu.so %{_libdir}/pkgconfig/gcu.pc %files mozplugin %defattr(-,root,root,-) %{_libdir}/mozilla/plugins/libmozgcu.so %changelog * Sun Dec 03 2006 Julian Sikorski - 0.6.3-4 - Removed obsolete stuff - Fixed support for chemical-mime-data - Removed --add-category X-Fedora from desktop-file-install command * Sun Dec 03 2006 Julian Sikorski - 0.6.3-3 - Added doxygen to BuildRequires - Added support for chemical-mime-data * Sun Dec 03 2006 Julian Sikorski - 0.6.3-2 - Fixed Requires for -devel and -mozplugin packages - Moved files in docs/reference/html to the devel package - Install .desktop files using desktop-file-install - Removed redundant stuff - Preserve timestamps * Sat Dec 02 2006 Julian Sikorski - 0.6.3-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 07:44:33 -0000 1.1 +++ .cvsignore 5 Dec 2006 07:45:21 -0000 1.2 @@ -0,0 +1 @@ +gnome-chemistry-utils-0.6.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 07:44:33 -0000 1.1 +++ sources 5 Dec 2006 07:45:21 -0000 1.2 @@ -0,0 +1 @@ +6250bcdbf7d4cafcbdc37a791a96deca gnome-chemistry-utils-0.6.3.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 08:11:17 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 5 Dec 2006 03:11:17 -0500 Subject: owners owners.list,1.2061,1.2062 Message-ID: <200612050811.kB58BHpK004752@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4733 Modified Files: owners.list Log Message: Added chemical-mime-data and gnome-chemistry-utils Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2061 retrieving revision 1.2062 diff -u -r1.2061 -r1.2062 --- owners.list 5 Dec 2006 04:34:12 -0000 1.2061 +++ owners.list 5 Dec 2006 08:10:47 -0000 1.2062 @@ -196,6 +196,7 @@ Fedora Extras|cgoban|X board for playing go|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|charis-fonts|Charis SIL fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org|kevin at tummy.com Fedora Extras|check|A unit test framework for C|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|chemical-mime-data|Support for chemical/* MIME types|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|chemtool|A program for 2D drawing organic molecules|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|chess|3D chess game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|childsplay|Suite of educational games for young children|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -587,6 +588,7 @@ Fedora Extras|gnome-applet-timer|A countdown timer applet for the GNOME panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-build|The GNOME build framework|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|gnome-chemistry-utils|A set of chemical utilities|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-libs|The main GNOME1 libraries|paul at city-fan.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 09:38:11 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:38:11 -0500 Subject: rpms/john/FC-6 john-1.6-pointer.patch,NONE,1.1 john.spec,1.9,1.10 Message-ID: <200612050938.kB59cB0i009752@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9734 Modified Files: john.spec Added Files: john-1.6-pointer.patch Log Message: Add pointer patch and rebuild for x86_64 etc. john-1.6-pointer.patch: --- NEW FILE john-1.6-pointer.patch --- Endast i john-1.6.hacked/run: john.pot Endast i john-1.6.hacked/run: restore diff -ru john-1.6/src/detect.c john-1.6.hacked/src/detect.c --- john-1.6/src/detect.c 1998-12-03 01:29:50.000000000 +0100 +++ john-1.6.hacked/src/detect.c 2005-07-26 10:50:09.000000000 +0200 @@ -8,6 +8,7 @@ */ #include +#include int main(int argc, char **argv) { @@ -32,11 +33,7 @@ "#define ARCH_LITTLE_ENDIAN\t\t%d\n" "#define ARCH_INT_GT_32\t\t\t%d\n" "#define ARCH_ALLOWS_UNALIGNED\t\t0\n" -#ifdef __alpha__ -"#define ARCH_INDEX\t\t\tunsigned long\n" -#else -"#define ARCH_INDEX\t\t\tunsigned int\n" -#endif +"#define ARCH_INDEX\t\t\tunsigned %s\n" "\n" #ifdef OS_TIMER "#define OS_TIMER\t\t\t1\n" @@ -58,7 +55,8 @@ (int)(sizeof(long) * 8), (int)(sizeof(long) * 8), (int)(*(char *)&value), - (sizeof(int) > 4) ? 1 : 0); + (sizeof(int) > 4) ? 1 : 0, + sizeof(void*) == sizeof(long) ? "long" : "int"); puts( "#define CPU_DETECT\t\t\t0\n"); Endast i john-1.6.hacked/src: .detect.c.swp Index: john.spec =================================================================== RCS file: /cvs/extras/rpms/john/FC-6/john.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- john.spec 9 Oct 2006 08:32:32 -0000 1.9 +++ john.spec 5 Dec 2006 09:37:41 -0000 1.10 @@ -1,13 +1,14 @@ Summary: John the Ripper password cracker Name: john Version: 1.6 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.openwall.com/john License: GPL Group: Applications/System Source0: http://www.openwall.com/john/dl/john-1.6.tar.gz Patch0: john-1.6-rh.patch +Patch0: john-1.6-pointer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description @@ -18,6 +19,7 @@ %prep %setup -q %patch0 -p2 -b .orig +%patch1 -p2 -b .orig chmod 644 doc/* %build @@ -55,6 +57,9 @@ %{_datadir}/%{name} %changelog +* Tue Dec 05 2006 Gavin Henry - 1.6-6 +- pointer patch for bug #164251 + * Mon Oct 09 2006 Jeremy Katz - 1.6-5 - FC6 Rebuild From fedora-extras-commits at redhat.com Tue Dec 5 09:39:24 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:39:24 -0500 Subject: rpms/john/FC-6 john.spec,1.10,1.11 Message-ID: <200612050939.kB59dO53009817@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9802 Modified Files: john.spec Log Message: patch typo Index: john.spec =================================================================== RCS file: /cvs/extras/rpms/john/FC-6/john.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- john.spec 5 Dec 2006 09:37:41 -0000 1.10 +++ john.spec 5 Dec 2006 09:38:54 -0000 1.11 @@ -8,7 +8,7 @@ Group: Applications/System Source0: http://www.openwall.com/john/dl/john-1.6.tar.gz Patch0: john-1.6-rh.patch -Patch0: john-1.6-pointer.patch +Patch1: john-1.6-pointer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description From fedora-extras-commits at redhat.com Tue Dec 5 09:41:13 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:41:13 -0500 Subject: rpms/john/FC-5 john.spec,1.8,1.9 Message-ID: <200612050941.kB59fDbi009897@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9876 Modified Files: john.spec Log Message: Add pointer patch and rebuild for x86_64 etc. Index: john.spec =================================================================== RCS file: /cvs/extras/rpms/john/FC-5/john.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- john.spec 22 May 2005 23:45:04 -0000 1.8 +++ john.spec 5 Dec 2006 09:40:43 -0000 1.9 @@ -1,13 +1,14 @@ Summary: John the Ripper password cracker Name: john Version: 1.6 -Release: 4 +Release: 5%{?dist} URL: http://www.openwall.com/john License: GPL Group: Applications/System Source0: http://www.openwall.com/john/dl/john-1.6.tar.gz Patch0: john-1.6-rh.patch +Patch1: john-1.6-pointer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description @@ -18,6 +19,7 @@ %prep %setup -q %patch0 -p2 -b .orig +%patch1 -p2 -b .orig chmod 644 doc/* %build @@ -55,6 +57,9 @@ %{_datadir}/%{name} %changelog +* Tue Dec 05 2006 Gavin Henry - 1.6-5 +- pointer patch for bug #164251 + * Sun May 22 2005 Jeremy Katz - 1.6-4 - rebuild on all arches From fedora-extras-commits at redhat.com Tue Dec 5 09:44:05 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 04:44:05 -0500 Subject: rpms/john/FC-5 john-1.6-pointer.patch,NONE,1.1 Message-ID: <200612050944.kB59i5hf009942@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/john/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9935 Added Files: john-1.6-pointer.patch Log Message: Add pointer patch and rebuild for x86_64 etc. john-1.6-pointer.patch: --- NEW FILE john-1.6-pointer.patch --- Endast i john-1.6.hacked/run: john.pot Endast i john-1.6.hacked/run: restore diff -ru john-1.6/src/detect.c john-1.6.hacked/src/detect.c --- john-1.6/src/detect.c 1998-12-03 01:29:50.000000000 +0100 +++ john-1.6.hacked/src/detect.c 2005-07-26 10:50:09.000000000 +0200 @@ -8,6 +8,7 @@ */ #include +#include int main(int argc, char **argv) { @@ -32,11 +33,7 @@ "#define ARCH_LITTLE_ENDIAN\t\t%d\n" "#define ARCH_INT_GT_32\t\t\t%d\n" "#define ARCH_ALLOWS_UNALIGNED\t\t0\n" -#ifdef __alpha__ -"#define ARCH_INDEX\t\t\tunsigned long\n" -#else -"#define ARCH_INDEX\t\t\tunsigned int\n" -#endif +"#define ARCH_INDEX\t\t\tunsigned %s\n" "\n" #ifdef OS_TIMER "#define OS_TIMER\t\t\t1\n" @@ -58,7 +55,8 @@ (int)(sizeof(long) * 8), (int)(sizeof(long) * 8), (int)(*(char *)&value), - (sizeof(int) > 4) ? 1 : 0); + (sizeof(int) > 4) ? 1 : 0, + sizeof(void*) == sizeof(long) ? "long" : "int"); puts( "#define CPU_DETECT\t\t\t0\n"); Endast i john-1.6.hacked/src: .detect.c.swp From fedora-extras-commits at redhat.com Tue Dec 5 10:20:58 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 5 Dec 2006 05:20:58 -0500 Subject: extras-repoclosure PackageOwners.py,1.7,1.8 Message-ID: <200612051021.kB5AKwNF013297@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13281 Modified Files: PackageOwners.py Log Message: fix empty co-owner lists Index: PackageOwners.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/PackageOwners.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- PackageOwners.py 22 Sep 2006 13:22:34 -0000 1.7 +++ PackageOwners.py 5 Dec 2006 10:20:58 -0000 1.8 @@ -103,7 +103,10 @@ continue try: (repo,pkgname,summary,email,qacontact,cc) = line.rstrip().split('|') - (ccowners) = cc.split(',') + if len(cc): + (ccowners) = cc.split(',') + else: + ccowners = [] if email.find('@') < 0: # owners.list is broken raise Exception self.dict[pkgname] = { From fedora-extras-commits at redhat.com Tue Dec 5 10:23:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 5 Dec 2006 05:23:53 -0500 Subject: owners owners.list,1.2062,1.2063 Message-ID: <200612051023.kB5ANreq013343@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13323 Modified Files: owners.list Log Message: fix wormsoup entry Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2062 retrieving revision 1.2063 diff -u -r1.2062 -r1.2063 --- owners.list 5 Dec 2006 08:10:47 -0000 1.2062 +++ owners.list 5 Dec 2006 10:23:23 -0000 1.2063 @@ -42,7 +42,7 @@ Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleyoop|Graphical front-end to the Valgrind memory checker|giallu at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org +Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| Fedora Extras|alsa-tools|Specialist tools for ALSA|rpm at timj.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 13:07:10 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 5 Dec 2006 08:07:10 -0500 Subject: rpms/njb-sharp/devel njb-sharp.spec,1.3,1.4 Message-ID: <200612051307.kB5D7AEB023110@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23091 Modified Files: njb-sharp.spec Log Message: Bad scriptlet AGAIN. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/devel/njb-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- njb-sharp.spec 4 Dec 2006 19:10:31 -0000 1.3 +++ njb-sharp.spec 5 Dec 2006 13:06:40 -0000 1.4 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,7 +50,7 @@ rm -rf %{buildroot} %post -if [-x %{_bindir}/monodoc ]; then +if [ -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null fi @@ -70,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Tue Dec 5 2006 Linus Walleij 0.3.0-8 +- Damn broke the scriptlet by missing space. Sorry for this. + * Mon Dec 4 2006 Linus Walleij 0.3.0-7 - Fixup scriptlet for ppl who don't use the docs. From fedora-extras-commits at redhat.com Tue Dec 5 13:08:30 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 5 Dec 2006 08:08:30 -0500 Subject: rpms/njb-sharp/FC-6 njb-sharp.spec,1.3,1.4 Message-ID: <200612051308.kB5D8U7p023169@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/njb-sharp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23154 Modified Files: njb-sharp.spec Log Message: Bad scriptlet AGAIN. Index: njb-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/njb-sharp/FC-6/njb-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- njb-sharp.spec 4 Dec 2006 19:12:45 -0000 1.3 +++ njb-sharp.spec 5 Dec 2006 13:08:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: njb-sharp Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://banshee-project.org/Subprojects/Njb-sharp Summary: C sharp library to control the Nomad jukebox database Source0: http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2 @@ -50,7 +50,7 @@ rm -rf %{buildroot} %post -if [-x %{_bindir}/monodoc ]; then +if [ -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null fi @@ -70,6 +70,9 @@ %{_libdir}/pkgconfig/* %changelog +* Tue Dec 5 2006 Linus Walleij 0.3.0-8 +- Damn broke the scriptlet by missing space. Sorry for this. + * Mon Dec 4 2006 Linus Walleij 0.3.0-7 - Fixup scriptlet for ppl who don't use the docs. From fedora-extras-commits at redhat.com Tue Dec 5 14:09:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:09:24 -0500 Subject: rpms/gtkwave/devel .cvsignore, 1.27, 1.28 gtkwave.spec, 1.29, 1.30 sources, 1.27, 1.28 Message-ID: <200612051409.kB5E9O9v026448@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26429 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 10:47:54 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:08:54 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- gtkwave.spec 28 Nov 2006 10:47:54 -0000 1.29 +++ gtkwave.spec 5 Dec 2006 14:08:54 -0000 1.30 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 10:47:54 -0000 1.27 +++ sources 5 Dec 2006 14:08:54 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 14:27:11 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:27:11 -0500 Subject: rpms/gtkwave/FC-6 .cvsignore, 1.27, 1.28 gtkwave.spec, 1.29, 1.30 sources, 1.27, 1.28 Message-ID: <200612051427.kB5ERBlA026730@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26709 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-6/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 11:17:45 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:26:41 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-6/gtkwave.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- gtkwave.spec 28 Nov 2006 11:17:45 -0000 1.29 +++ gtkwave.spec 5 Dec 2006 14:26:41 -0000 1.30 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-6/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 11:17:45 -0000 1.27 +++ sources 5 Dec 2006 14:26:41 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 14:28:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:28:17 -0500 Subject: rpms/gtkwave/FC-5 .cvsignore, 1.27, 1.28 gtkwave.spec, 1.27, 1.28 sources, 1.27, 1.28 Message-ID: <200612051428.kB5ESHfc026793@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26774 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 11:19:43 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:27:47 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- gtkwave.spec 28 Nov 2006 11:19:43 -0000 1.27 +++ gtkwave.spec 5 Dec 2006 14:27:47 -0000 1.28 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 11:19:43 -0000 1.27 +++ sources 5 Dec 2006 14:27:47 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 14:36:31 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 5 Dec 2006 09:36:31 -0500 Subject: rpms/gtkwave/FC-4 .cvsignore, 1.27, 1.28 gtkwave.spec, 1.26, 1.27 sources, 1.27, 1.28 Message-ID: <200612051436.kB5EaVA9026881@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26862 Modified Files: .cvsignore gtkwave.spec sources Log Message: update to 3.0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 28 Nov 2006 11:21:40 -0000 1.27 +++ .cvsignore 5 Dec 2006 14:36:00 -0000 1.28 @@ -1 +1 @@ -gtkwave-3.0.17.tar.gz +gtkwave-3.0.18.tar.gz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gtkwave.spec 28 Nov 2006 11:21:40 -0000 1.26 +++ gtkwave.spec 5 Dec 2006 14:36:00 -0000 1.27 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -89,6 +89,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Tue Dec 5 2006 Paul Howarth 3.0.18-1 +- update to 3.0.18 + * Tue Nov 28 2006 Paul Howarth 3.0.17-1 - update to 3.0.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 28 Nov 2006 11:21:40 -0000 1.27 +++ sources 5 Dec 2006 14:36:00 -0000 1.28 @@ -1 +1 @@ -78b65baccb8ecdc7d1e1dcb2b32a161d gtkwave-3.0.17.tar.gz +b3c17ac03cb102becd61548313d484d2 gtkwave-3.0.18.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 15:28:16 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 5 Dec 2006 10:28:16 -0500 Subject: rpms/jd/devel .cvsignore, 1.32, 1.33 jd.spec, 1.39, 1.40 sources, 1.32, 1.33 Message-ID: <200612051528.kB5FSG4x030235@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30191 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 5 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061205 - cvs 061205 (24:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 4 Dec 2006 15:17:16 -0000 1.32 +++ .cvsignore 5 Dec 2006 15:27:46 -0000 1.33 @@ -1 +1 @@ -jd-1.8.1-cvs061204.tgz +jd-1.8.1-cvs061205.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- jd.spec 4 Dec 2006 15:17:16 -0000 1.39 +++ jd.spec 5 Dec 2006 15:27:46 -0000 1.40 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061204 +%define strtag cvs061205 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 4 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061204 -- cvs 061204 (24:05 JST) +* Tue Dec 5 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061205 +- cvs 061205 (24:20 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 4 Dec 2006 15:17:16 -0000 1.32 +++ sources 5 Dec 2006 15:27:46 -0000 1.33 @@ -1 +1 @@ -8224f64b7522ae3b726142462bfb4317 jd-1.8.1-cvs061204.tgz +b3040769a58c0aebac4c94b7c50add38 jd-1.8.1-cvs061205.tgz From fedora-extras-commits at redhat.com Tue Dec 5 15:28:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 5 Dec 2006 10:28:43 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.17, 1.18 ochusha.spec, 1.18, 1.19 sources, 1.17, 1.18 Message-ID: <200612051528.kB5FShFA030276@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30216 Modified Files: .cvsignore ochusha.spec sources Log Message: * Tue Dec 5 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061205 - 0.5.99.63.12 cvs 061205 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 4 Dec 2006 15:17:36 -0000 1.17 +++ .cvsignore 5 Dec 2006 15:28:13 -0000 1.18 @@ -1 +1 @@ -ochusha-0.5.99.63.12-cvs061204.tar.bz2 +ochusha-0.5.99.63.12-cvs061205.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ochusha.spec 4 Dec 2006 15:17:36 -0000 1.18 +++ ochusha.spec 5 Dec 2006 15:28:13 -0000 1.19 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.12 -%define strtag cvs061204 +%define strtag cvs061205 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 3 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061204 -- 0.5.99.63.12 cvs 061204 (24:05 JST) +* Tue Dec 5 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061205 +- 0.5.99.63.12 cvs 061205 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 4 Dec 2006 15:17:36 -0000 1.17 +++ sources 5 Dec 2006 15:28:13 -0000 1.18 @@ -1 +1 @@ -e9383e106c876207153f22c93db05287 ochusha-0.5.99.63.12-cvs061204.tar.bz2 +de7dc9474b1a70914fcf94938bf95928 ochusha-0.5.99.63.12-cvs061205.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 5 16:04:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 5 Dec 2006 11:04:49 -0500 Subject: rpms/amavisd-new/devel amavisd-new.spec,1.12,1.13 Message-ID: <200612051604.kB5G4nDu001201@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1186 Modified Files: amavisd-new.spec Log Message: Add missing amavisd-release script. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- amavisd-new.spec 15 Nov 2006 02:32:24 -0000 1.12 +++ amavisd-new.spec 5 Dec 2006 16:04:19 -0000 1.13 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.3 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Release: 5%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -89,7 +89,7 @@ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m755 amavisd-{agent,nanny} $RPM_BUILD_ROOT%{_bindir}/ +install -m755 amavisd-{agent,nanny,release} $RPM_BUILD_ROOT%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd @@ -153,6 +153,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Fri Dec 01 2006 Steven Pritchard 2.4.3-5 +- Add missing amavisd-release script. + * Tue Nov 14 2006 Steven Pritchard 2.4.3-4 - Rebuild. From fedora-extras-commits at redhat.com Tue Dec 5 16:14:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:14:53 -0500 Subject: rpms/perl-Math-Round Makefile,1.1,1.2 Message-ID: <200612051614.kB5GEr95001523@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1471 Modified Files: Makefile Log Message: update to 0.06 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 3 Jul 2006 23:42:38 -0000 1.1 +++ Makefile 5 Dec 2006 16:14:23 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Tue Dec 5 16:14:58 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:14:58 -0500 Subject: rpms/perl-Math-Round/devel .cvsignore, 1.2, 1.3 perl-Math-Round.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051614.kB5GEwUv001532@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1471/devel Modified Files: .cvsignore perl-Math-Round.spec sources Log Message: update to 0.06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Jul 2006 23:42:47 -0000 1.2 +++ .cvsignore 5 Dec 2006 16:14:28 -0000 1.3 @@ -1 +1 @@ -Math-Round-0.05.tar.gz +Math-Round-0.06.tar.gz Index: perl-Math-Round.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/devel/perl-Math-Round.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-Round.spec 1 Sep 2006 04:16:04 -0000 1.3 +++ perl-Math-Round.spec 5 Dec 2006 16:14:28 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Math-Round -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Perl extension for rounding numbers Group: Development/Libraries @@ -24,19 +22,22 @@ %prep %setup -q -n Math-Round-%{version} +# remove errant execute bits +find . -type f -exec chmod -x {} ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -55,6 +56,10 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 0.06-1 +- update to 0.06 +- minor spec file tweaks + * Thu Aug 31 2006 Chris Weyl 0.05-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 23:42:47 -0000 1.2 +++ sources 5 Dec 2006 16:14:28 -0000 1.3 @@ -1 +1 @@ -ef35f988b32be4af3b3ccee131ece87f Math-Round-0.05.tar.gz +552cef2753b246f97a6e20d8dee66e7c Math-Round-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:14:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:14:53 -0500 Subject: rpms/perl-Math-Round/FC-5 perl-Math-Round.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612051614.kB5GErfQ001527@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1471/FC-5 Modified Files: perl-Math-Round.spec sources Log Message: update to 0.06 Index: perl-Math-Round.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-5/perl-Math-Round.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Math-Round.spec 3 Jul 2006 23:46:11 -0000 1.2 +++ perl-Math-Round.spec 5 Dec 2006 16:14:23 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Math-Round -Version: 0.05 +Version: 0.06 Release: 1%{?dist} Summary: Perl extension for rounding numbers @@ -24,19 +22,22 @@ %prep %setup -q -n Math-Round-%{version} +# remove errant execute bits +find . -type f -exec chmod -x {} ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -55,6 +56,13 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 0.06-1 +- update to 0.06 +- minor spec file tweaks + +* Thu Aug 31 2006 Chris Weyl 0.05-2 +- bump for mass rebuild + * Mon Jul 3 2006 Chris Weyl 0.05-1 - bump for F-E release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 23:42:47 -0000 1.2 +++ sources 5 Dec 2006 16:14:23 -0000 1.3 @@ -1 +1 @@ -ef35f988b32be4af3b3ccee131ece87f Math-Round-0.05.tar.gz +552cef2753b246f97a6e20d8dee66e7c Math-Round-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:17:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 5 Dec 2006 11:17:00 -0500 Subject: rpms/amavisd-new/devel .cvsignore, 1.6, 1.7 amavisd-new.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200612051617.kB5GH0ZH001706@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1681 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Update to 2.4.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 22:47:43 -0000 1.6 +++ .cvsignore 5 Dec 2006 16:16:30 -0000 1.7 @@ -1 +1 @@ -amavisd-new-2.4.3.tar.gz +amavisd-new-2.4.4.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- amavisd-new.spec 5 Dec 2006 16:04:19 -0000 1.13 +++ amavisd-new.spec 5 Dec 2006 16:16:30 -0000 1.14 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.3 -Release: 5%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.4.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -153,6 +153,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Tue Dec 05 2006 Steven Pritchard 2.4.4-1 +- Update to 2.4.4. + * Fri Dec 01 2006 Steven Pritchard 2.4.3-5 - Add missing amavisd-release script. Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 22:47:43 -0000 1.6 +++ sources 5 Dec 2006 16:16:30 -0000 1.7 @@ -1 +1 @@ -7c5f23b1cd523df31d10cf38150e8cea amavisd-new-2.4.3.tar.gz +08b009ca24dc3676293fc6b80db250a3 amavisd-new-2.4.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:19:35 2006 From: fedora-extras-commits at redhat.com (Mark Hamzy (hamzy)) Date: Tue, 5 Dec 2006 11:19:35 -0500 Subject: rpms/sblim-cmpi-base/devel sblim-cmpi-base.spec,1.5,1.6 Message-ID: <200612051619.kB5GJZdh001788@cvs-int.fedora.redhat.com> Author: hamzy Update of /cvs/extras/rpms/sblim-cmpi-base/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1769/sblim-cmpi-base/devel Modified Files: sblim-cmpi-base.spec Log Message: Ignore failures when running provider-register.sh. cimserver may be down Index: sblim-cmpi-base.spec =================================================================== RCS file: /cvs/extras/rpms/sblim-cmpi-base/devel/sblim-cmpi-base.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sblim-cmpi-base.spec 4 Oct 2006 23:10:17 -0000 1.5 +++ sblim-cmpi-base.spec 5 Dec 2006 16:19:05 -0000 1.6 @@ -12,7 +12,7 @@ Summary: SBLIM Base Providers Name: sblim-cmpi-base Version: 1.5.4 -Release: 6%{?dist} +Release: 7%{?dist} Group: Systems Management/Base URL: http://www.sblim.org License: CPL @@ -73,14 +73,14 @@ if [ $1 -gt 1 ] then %{_datadir}/%{name}/provider-register.sh -d -t pegasus \ - -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 + -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 || :; fi %post # Register Schema and Provider - this is higly provider specific %{_datadir}/%{name}/provider-register.sh -t pegasus \ - -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 + -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 || :; /sbin/ldconfig @@ -89,7 +89,7 @@ if [ $1 -eq 0 ] then %{_datadir}/%{name}/provider-register.sh -d -t pegasus \ - -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 + -r %{REGISTRATION} -m %{SCHEMA} > /dev/null 2>&1 || :; fi %postun -p /sbin/ldconfig @@ -119,10 +119,12 @@ %{_datadir}/sblim-testsuite %changelog +* Tue Dec 05 2006 Mark Hamzy 1.5.4-7 + - Ignore failures when running provider-register.sh. cimserver may be down + * Thu Oct 05 2006 Christian Iseli 1.5.4-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 - * Thu Nov 10 2005 - 1.5.4-3 - suppress error output in post scriptlets From fedora-extras-commits at redhat.com Tue Dec 5 16:21:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:18 -0500 Subject: rpms/perl-Locale-SubCountry Makefile,1.1,1.2 Message-ID: <200612051621.kB5GLI5S001903@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845 Modified Files: Makefile Log Message: update to 1.38 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 5 Jul 2006 19:39:01 -0000 1.1 +++ Makefile 5 Dec 2006 16:20:48 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Tue Dec 5 16:21:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:19 -0500 Subject: rpms/perl-Locale-SubCountry/FC-5 perl-Locale-SubCountry.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612051621.kB5GLJEf001907@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/FC-5 Modified Files: perl-Locale-SubCountry.spec sources Log Message: update to 1.38 Index: perl-Locale-SubCountry.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-5/perl-Locale-SubCountry.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Locale-SubCountry.spec 5 Jul 2006 19:48:42 -0000 1.2 +++ perl-Locale-SubCountry.spec 5 Dec 2006 16:20:49 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Locale-SubCountry -Version: 1.37 +Version: 1.38 Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes @@ -28,9 +26,10 @@ %prep %setup -q -n Locale-SubCountry-%{version} +chmod -x examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # make sure the man page is UTF-8... @@ -41,11 +40,12 @@ %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -58,12 +58,19 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Dec 05 2006 Chris Weyl 1.38-1 +- update to 1.38 +- minor specfile tweaks + +* Thu Aug 31 2006 Chris Weyl 1.37-2 +- bump for mass rebuild + * Wed Jul 5 2006 Chris Weyl 1.37-1 - bump release for f-e build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:39:11 -0000 1.2 +++ sources 5 Dec 2006 16:20:49 -0000 1.3 @@ -1 +1 @@ -b6d365e2db967821c2f1fdfcf064cab6 Locale-SubCountry-1.37.tar.gz +fdd8540e52af7a17d1a72a04eee4d148 Locale-SubCountry-1.38.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:21:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:24 -0500 Subject: rpms/perl-Locale-SubCountry/FC-6 perl-Locale-SubCountry.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051621.kB5GLOLd001911@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/FC-6 Modified Files: perl-Locale-SubCountry.spec sources Log Message: update to 1.38 Index: perl-Locale-SubCountry.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-6/perl-Locale-SubCountry.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Locale-SubCountry.spec 1 Sep 2006 04:15:32 -0000 1.3 +++ perl-Locale-SubCountry.spec 5 Dec 2006 16:20:54 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Locale-SubCountry -Version: 1.37 -Release: 2%{?dist} +Version: 1.38 +Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes Group: Development/Libraries @@ -28,9 +26,10 @@ %prep %setup -q -n Locale-SubCountry-%{version} +chmod -x examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # make sure the man page is UTF-8... @@ -41,11 +40,12 @@ %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -58,12 +58,16 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Dec 05 2006 Chris Weyl 1.38-1 +- update to 1.38 +- minor specfile tweaks + * Thu Aug 31 2006 Chris Weyl 1.37-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:39:11 -0000 1.2 +++ sources 5 Dec 2006 16:20:54 -0000 1.3 @@ -1 +1 @@ -b6d365e2db967821c2f1fdfcf064cab6 Locale-SubCountry-1.37.tar.gz +fdd8540e52af7a17d1a72a04eee4d148 Locale-SubCountry-1.38.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:21:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:21:24 -0500 Subject: rpms/perl-Locale-SubCountry/devel .cvsignore, 1.2, 1.3 perl-Locale-SubCountry.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051621.kB5GLOuK001916@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Locale-SubCountry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/devel Modified Files: .cvsignore perl-Locale-SubCountry.spec sources Log Message: update to 1.38 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Jul 2006 19:39:11 -0000 1.2 +++ .cvsignore 5 Dec 2006 16:20:54 -0000 1.3 @@ -1 +1 @@ -Locale-SubCountry-1.37.tar.gz +Locale-SubCountry-1.38.tar.gz Index: perl-Locale-SubCountry.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/perl-Locale-SubCountry.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Locale-SubCountry.spec 1 Sep 2006 04:15:32 -0000 1.3 +++ perl-Locale-SubCountry.spec 5 Dec 2006 16:20:54 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Locale-SubCountry -Version: 1.37 -Release: 2%{?dist} +Version: 1.38 +Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes Group: Development/Libraries @@ -28,9 +26,10 @@ %prep %setup -q -n Locale-SubCountry-%{version} +chmod -x examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # make sure the man page is UTF-8... @@ -41,11 +40,12 @@ %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -58,12 +58,16 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Dec 05 2006 Chris Weyl 1.38-1 +- update to 1.38 +- minor specfile tweaks + * Thu Aug 31 2006 Chris Weyl 1.37-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:39:11 -0000 1.2 +++ sources 5 Dec 2006 16:20:54 -0000 1.3 @@ -1 +1 @@ -b6d365e2db967821c2f1fdfcf064cab6 Locale-SubCountry-1.37.tar.gz +fdd8540e52af7a17d1a72a04eee4d148 Locale-SubCountry-1.38.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:28:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:30 -0500 Subject: rpms/perl-POE-Filter-IRCD/FC-5 perl-POE-Filter-IRCD.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200612051628.kB5GSUgA002178@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/FC-5 Modified Files: perl-POE-Filter-IRCD.spec sources Log Message: update to 2.2 Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5/perl-POE-Filter-IRCD.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-POE-Filter-IRCD.spec 18 Sep 2006 04:44:11 -0000 1.6 +++ perl-POE-Filter-IRCD.spec 5 Dec 2006 16:28:00 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-IRCD -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol @@ -61,6 +61,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 2.2-1 +- update to 2.2 + * Sun Sep 17 2006 Chris Weyl 2.1-1 - update to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 Sep 2006 04:44:11 -0000 1.6 +++ sources 5 Dec 2006 16:28:00 -0000 1.7 @@ -1 +1 @@ -c14c685dc83a14c21666489df9be298d POE-Filter-IRCD-2.1.tar.gz +045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:28:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:30 -0500 Subject: rpms/perl-POE-Filter-IRCD Makefile,1.1,1.2 Message-ID: <200612051628.kB5GSUoB002174@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112 Modified Files: Makefile Log Message: update to 2.2 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 18 Jul 2006 18:13:06 -0000 1.1 +++ Makefile 5 Dec 2006 16:28:00 -0000 1.2 @@ -2,6 +2,14 @@ all : CVS/Root common-update @cvs update +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Tue Dec 5 16:28:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:36 -0500 Subject: rpms/perl-POE-Filter-IRCD/FC-6 perl-POE-Filter-IRCD.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612051628.kB5GSaR0002182@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/FC-6 Modified Files: perl-POE-Filter-IRCD.spec sources Log Message: update to 2.2 Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-6/perl-POE-Filter-IRCD.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-POE-Filter-IRCD.spec 18 Sep 2006 04:44:12 -0000 1.7 +++ perl-POE-Filter-IRCD.spec 5 Dec 2006 16:28:06 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-IRCD -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol @@ -61,6 +61,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 2.2-1 +- update to 2.2 + * Sun Sep 17 2006 Chris Weyl 2.1-1 - update to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 Sep 2006 04:44:12 -0000 1.6 +++ sources 5 Dec 2006 16:28:06 -0000 1.7 @@ -1 +1 @@ -c14c685dc83a14c21666489df9be298d POE-Filter-IRCD-2.1.tar.gz +045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:28:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:28:36 -0500 Subject: rpms/perl-POE-Filter-IRCD/devel .cvsignore, 1.6, 1.7 perl-POE-Filter-IRCD.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612051628.kB5GSaVb002187@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/devel Modified Files: .cvsignore perl-POE-Filter-IRCD.spec sources Log Message: update to 2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 18 Sep 2006 04:44:12 -0000 1.6 +++ .cvsignore 5 Dec 2006 16:28:06 -0000 1.7 @@ -1 +1 @@ -POE-Filter-IRCD-2.1.tar.gz +POE-Filter-IRCD-2.2.tar.gz Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/perl-POE-Filter-IRCD.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-POE-Filter-IRCD.spec 18 Sep 2006 04:44:12 -0000 1.7 +++ perl-POE-Filter-IRCD.spec 5 Dec 2006 16:28:06 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-IRCD -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol @@ -61,6 +61,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 2.2-1 +- update to 2.2 + * Sun Sep 17 2006 Chris Weyl 2.1-1 - update to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 Sep 2006 04:44:12 -0000 1.6 +++ sources 5 Dec 2006 16:28:06 -0000 1.7 @@ -1 +1 @@ -c14c685dc83a14c21666489df9be298d POE-Filter-IRCD-2.1.tar.gz +045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:33:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:33:10 -0500 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612051633.kB5GXAxq002388@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2335/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to 5.14 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-IRC.spec 23 Oct 2006 02:30:16 -0000 1.12 +++ perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.07 +Version: 5.14 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 5.14-1 +- update to 5.14 + * Sun Oct 22 2006 Chris Weyl 5.07-1 - update to 5.07 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Oct 2006 02:30:16 -0000 1.11 +++ sources 5 Dec 2006 16:32:40 -0000 1.12 @@ -1 +1 @@ -776f4e27fd605ea0b8064d42aad3fc9b POE-Component-IRC-5.07.tar.gz +d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:33:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:33:16 -0500 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.11, 1.12 perl-POE-Component-IRC.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612051633.kB5GXGW5002397@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2335/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: update to 5.14 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Oct 2006 02:30:18 -0000 1.11 +++ .cvsignore 5 Dec 2006 16:32:46 -0000 1.12 @@ -1 +1 @@ -POE-Component-IRC-5.07.tar.gz +POE-Component-IRC-5.14.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-IRC.spec 23 Oct 2006 02:30:18 -0000 1.12 +++ perl-POE-Component-IRC.spec 5 Dec 2006 16:32:46 -0000 1.13 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.07 +Version: 5.14 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 5.14-1 +- update to 5.14 + * Sun Oct 22 2006 Chris Weyl 5.07-1 - update to 5.07 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Oct 2006 02:30:18 -0000 1.11 +++ sources 5 Dec 2006 16:32:46 -0000 1.12 @@ -1 +1 @@ -776f4e27fd605ea0b8064d42aad3fc9b POE-Component-IRC-5.07.tar.gz +d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:33:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:33:10 -0500 Subject: rpms/perl-POE-Component-IRC/FC-6 perl-POE-Component-IRC.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612051633.kB5GXAEE002392@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2335/FC-6 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to 5.14 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/perl-POE-Component-IRC.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-IRC.spec 23 Oct 2006 02:30:18 -0000 1.12 +++ perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.07 +Version: 5.14 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 5.14-1 +- update to 5.14 + * Sun Oct 22 2006 Chris Weyl 5.07-1 - update to 5.07 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Oct 2006 02:30:18 -0000 1.11 +++ sources 5 Dec 2006 16:32:40 -0000 1.12 @@ -1 +1 @@ -776f4e27fd605ea0b8064d42aad3fc9b POE-Component-IRC-5.07.tar.gz +d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:44:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 5 Dec 2006 11:44:11 -0500 Subject: rpms/perl-Math-Round/FC-6 perl-Math-Round.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612051644.kB5GiBKn002575@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Math-Round/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2554 Modified Files: perl-Math-Round.spec sources Log Message: update Index: perl-Math-Round.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-6/perl-Math-Round.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-Round.spec 1 Sep 2006 04:16:04 -0000 1.3 +++ perl-Math-Round.spec 5 Dec 2006 16:43:41 -0000 1.4 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-Math-Round -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Perl extension for rounding numbers Group: Development/Libraries @@ -24,19 +22,22 @@ %prep %setup -q -n Math-Round-%{version} +# remove errant execute bits +find . -type f -exec chmod -x {} ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -55,6 +56,10 @@ %changelog +* Tue Dec 05 2006 Chris Weyl 0.06-1 +- update to 0.06 +- minor spec file tweaks + * Thu Aug 31 2006 Chris Weyl 0.05-2 - bump for mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Round/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 23:42:47 -0000 1.2 +++ sources 5 Dec 2006 16:43:41 -0000 1.3 @@ -1 +1 @@ -ef35f988b32be4af3b3ccee131ece87f Math-Round-0.05.tar.gz +552cef2753b246f97a6e20d8dee66e7c Math-Round-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:45 -0500 Subject: rpms/cmake/FC-4 .cvsignore, 1.5, 1.6 cmake.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612051652.kB5GqjPM002714@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/FC-4 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 27 Nov 2006 22:09:45 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cmake.spec 27 Nov 2006 22:09:45 -0000 1.8 +++ cmake.spec 5 Dec 2006 16:52:15 -0000 1.9 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -65,6 +65,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Mon Nov 27 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2006 22:09:45 -0000 1.5 +++ sources 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:45 -0500 Subject: rpms/cmake/FC-6 .cvsignore, 1.5, 1.6 cmake.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200612051652.kB5Gqj8e002722@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/FC-6 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 27 Nov 2006 22:03:48 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/cmake.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cmake.spec 27 Nov 2006 22:03:48 -0000 1.10 +++ cmake.spec 5 Dec 2006 16:52:15 -0000 1.11 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -60,6 +60,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Mon Nov 27 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2006 22:03:48 -0000 1.5 +++ sources 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:45 -0500 Subject: rpms/cmake/FC-5 .cvsignore, 1.5, 1.6 cmake.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200612051652.kB5GqjPZ002719@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/FC-5 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 27 Nov 2006 22:07:23 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cmake.spec 27 Nov 2006 22:07:23 -0000 1.6 +++ cmake.spec 5 Dec 2006 16:52:15 -0000 1.7 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -60,6 +60,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Mon Nov 27 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2006 22:07:23 -0000 1.5 +++ sources 5 Dec 2006 16:52:15 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 16:52:51 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 11:52:51 -0500 Subject: rpms/cmake/devel .cvsignore, 1.5, 1.6 cmake.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200612051652.kB5GqpK6002732@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2640/devel Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 04:15:08 -0000 1.5 +++ .cvsignore 5 Dec 2006 16:52:21 -0000 1.6 @@ -1 +1 @@ -cmake-2.4.4.tar.gz +cmake-2.4.5.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cmake.spec 22 Nov 2006 04:15:08 -0000 1.10 +++ cmake.spec 5 Dec 2006 16:52:21 -0000 1.11 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Cross-platform make system @@ -60,6 +60,9 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 +- Update to 2.4.5 + * Tue Nov 21 2006 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 04:15:08 -0000 1.5 +++ sources 5 Dec 2006 16:52:21 -0000 1.6 @@ -1 +1 @@ -8c99af9e6e70f154314cf0d160b61e6e cmake-2.4.4.tar.gz +d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 17:06:43 2006 From: fedora-extras-commits at redhat.com (John Dennis (jdennis)) Date: Tue, 5 Dec 2006 12:06:43 -0500 Subject: rpms/cyrus-imapd/FC-5 cyrus-imapd.pam-config, 1.1, 1.2 cyrus-imapd.spec, 1.12, 1.13 Message-ID: <200612051706.kB5H6hc0006164@cvs-int.fedora.redhat.com> Author: jdennis Update of /cvs/extras/rpms/cyrus-imapd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6103 Modified Files: cyrus-imapd.pam-config cyrus-imapd.spec Log Message: Resolves: bug# 191710 Deprecated pam_stack module called from service "imap" Index: cyrus-imapd.pam-config =================================================================== RCS file: /cvs/extras/rpms/cyrus-imapd/FC-5/cyrus-imapd.pam-config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cyrus-imapd.pam-config 15 Apr 2005 20:24:15 -0000 1.1 +++ cyrus-imapd.pam-config 5 Dec 2006 17:06:13 -0000 1.2 @@ -1,3 +1,3 @@ #%PAM-1.0 -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth +auth include system-auth +account include system-auth Index: cyrus-imapd.spec =================================================================== RCS file: /cvs/extras/rpms/cyrus-imapd/FC-5/cyrus-imapd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cyrus-imapd.spec 28 Feb 2006 22:24:03 -0000 1.12 +++ cyrus-imapd.spec 5 Dec 2006 17:06:13 -0000 1.13 @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.1 -Release: 2.6%{?dist} +Release: 2.7%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -833,6 +833,9 @@ %{_mandir}/man1/* %changelog +* Tue Dec 5 2006 John Dennis - 2.3.1-2.7 +- Resolves: bug# 191710 Deprecated pam_stack module called from service "imap" + * Tue Feb 28 2006 John Dennis - 2.3.1-2 - bring up to Simon Matter's 2.3.1-2 release - fix bug #173319, require cyrus-sasl-lib instead of cyrus-sasl From fedora-extras-commits at redhat.com Tue Dec 5 17:22:09 2006 From: fedora-extras-commits at redhat.com (John Dennis (jdennis)) Date: Tue, 5 Dec 2006 12:22:09 -0500 Subject: rpms/cyrus-imapd/devel cyrus-imapd.spec,1.16,1.17 Message-ID: <200612051722.kB5HM9oq006305@cvs-int.fedora.redhat.com> Author: jdennis Update of /cvs/extras/rpms/cyrus-imapd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6273 Modified Files: cyrus-imapd.spec Log Message: Resolves: bug# 218046: Cyrus-imapd in rawhide needs to be rebuilt against new snmp package Index: cyrus-imapd.spec =================================================================== RCS file: /cvs/extras/rpms/cyrus-imapd/devel/cyrus-imapd.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cyrus-imapd.spec 4 Oct 2006 23:00:10 -0000 1.16 +++ cyrus-imapd.spec 5 Dec 2006 17:21:39 -0000 1.17 @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.7 -Release: 4%{?dist} +Release: 5%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -806,6 +806,10 @@ %{_mandir}/man1/* %changelog +* Tue Dec 5 2006 John Dennis - 2.3.7-5 +- Resolves: bug# 218046: Cyrus-imapd in rawhide needs to be rebuilt + against new snmp package + * Thu Oct 05 2006 Christian Iseli 2.3.7-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Tue Dec 5 17:40:52 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Tue, 5 Dec 2006 12:40:52 -0500 Subject: rpms/php-pear-XML-Parser/devel xml2changelog, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Parser.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612051740.kB5HeqKf006454@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-XML-Parser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6434 Modified Files: .cvsignore php-pear-XML-Parser.spec sources Added Files: xml2changelog Log Message: upgrade to 1.2.8 --- NEW FILE xml2changelog --- = "2"){ // Package.xml V 2.0 printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $rel->version->release, $rel->stability->release, $rel->version->api, $rel->stability->api, $rel->date, $rel->notes); } else { // Package.xml V 1.0 printf("* Version %s (%s) - %s\n\n%s\n\n", $xml->release->version, $xml->release->state, $xml->release->date, $xml->release->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - %s\n\n%s\n\n", $rel->version, $rel->state, $rel->date, $rel->notes); } ?> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Sep 2006 16:19:57 -0000 1.2 +++ .cvsignore 5 Dec 2006 17:40:22 -0000 1.3 @@ -1 +1 @@ -XML_Parser-1.2.7.tgz +XML_Parser-1.2.8.tgz Index: php-pear-XML-Parser.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/devel/php-pear-XML-Parser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Parser.spec 8 Sep 2006 17:26:05 -0000 1.2 +++ php-pear-XML-Parser.spec 5 Dec 2006 17:40:22 -0000 1.3 @@ -1,29 +1,26 @@ -# default values when new /etc/rpm/macros.pear not present -%{!?__pear: %define __pear %{_bindir}/pear} -%{!?pear_phpdir: %define pear_phpdir %(%{__pear} config-get php_dir 2> /dev/null || echo undefined)} -%{!?pear_docdir: %define pear_docdir %(%{__pear} config-get doc_dir 2> /dev/null || echo undefined)} -%{!?pear_testdir: %define pear_testdir %(%{__pear} config-get test_dir 2> /dev/null || echo undefined)} -%{!?pear_datadir: %define pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)} -%{!?pear_xmldir: %define pear_xmldir %{pear_phpdir}/.pkgxml} +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name XML_Parser -Summary: PEAR: XML parsing class based on PHP's bundled expat -Summary(fr): PEAR: une classe d'analyse XML utilisant l'extension expat de PHP +Summary: XML parsing class based on PHP's bundled expat +Summary(fr): Une classe d'analyse XML utilisant l'extension expat de PHP Name: php-pear-XML-Parser -Version: 1.2.7 -Release: 4%{?dist} +Version: 1.2.8 +Release: 1%{?dist} License: PHP License Group: Development/Libraries -Source0: http://pear.php.net/get/XML_Parser-%{version}.tgz +URL: http://pear.php.net/package/XML_Parser +Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 +Source2: xml2changelog + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://pear.php.net/package/XML_Parser BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.4.9, php >= 4.2.0 -Provides: php-pear(XML_Parser) = %{version} +Provides: php-pear(%{pear_name}) = %{version} %description This is an XML parser based on PHPs built-in xml extension. @@ -53,9 +50,10 @@ XML_Parser pour analyser un document. %prep -%setup -c -q -mv package2.xml XML_Parser-%{version}/XML_Parser.xml - +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +%{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG +mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml %{__install} -m 644 -c %{SOURCE1} LICENSE %build @@ -63,21 +61,24 @@ %install rm -rf %{buildroot} docdir +pushd %{pear_name}-%{version} -pushd XML_Parser-%{version} -%{__pear} install --nodeps --packagingroot %{buildroot} XML_Parser.xml +%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml # Clean up unnecessary files rm -rf %{buildroot}%{pear_phpdir}/.??* # Install XML package description %{__mkdir_p} %{buildroot}%{pear_xmldir} -%{__install} -pm 644 XML_Parser.xml %{buildroot}%{pear_xmldir} +%{__install} -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} popd # Sort out documentation -%{__mkdir} docdir -mv %{buildroot}%{pear_docdir}/* docdir +mv %{buildroot}%{pear_docdir}/%{pear_name} docdir +for file in docdir/examples/*; do + %{__sed} -i -e 's/\r//' $file +done + %check # Sanity check @@ -88,21 +89,29 @@ rm -rf %{buildroot} %post -%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Parser.xml >/dev/null || : +%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ "$1" -eq "0" ]; then - %{__pear} uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || : + %{__pear} uninstall --nodeps --ignore-errors --register-only %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) -%doc LICENSE docdir/XML_Parser/examples -%{pear_phpdir}/XML -%{pear_testdir}/XML_Parser -%{pear_xmldir}/XML_Parser.xml +%doc CHANGELOG LICENSE docdir/examples +%{pear_phpdir}/XML/Parser +%{pear_phpdir}/XML/Parser.php +%{pear_testdir}/%{pear_name} +%{pear_xmldir}/%{pear_name}.xml + %changelog +* Sat Dec 02 2006 Remi Collet 1.2.8-1 +- update to 1.2.8 +- remove PEAR from sumnary +- don't own %%{pear_phpdir}/XML +- spec cleanning (new template) + * Fri Sep 08 2006 Remi Collet 1.2.7-4 - last template.spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Sep 2006 16:19:57 -0000 1.2 +++ sources 5 Dec 2006 17:40:22 -0000 1.3 @@ -1 +1 @@ -f4a491b49843f8257df8ded088854db3 XML_Parser-1.2.7.tgz +93ca92f503f1d921c9520a140bcff270 XML_Parser-1.2.8.tgz From fedora-extras-commits at redhat.com Tue Dec 5 18:38:21 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 13:38:21 -0500 Subject: rpms/python-matplotlib/FC-6 matplotlib-0.87.7-pygtk-check.patch, NONE, 1.1 python-matplotlib.spec, 1.22, 1.23 Message-ID: <200612051838.kB5IcLtN009826@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-matplotlib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9776/FC-6 Modified Files: python-matplotlib.spec Added Files: matplotlib-0.87.7-pygtk-check.patch Log Message: - Force build of gtk/gtkagg backends in mock (bug #218153) - Change Requires from python-numeric to numpy (bug #218154) matplotlib-0.87.7-pygtk-check.patch: --- NEW FILE matplotlib-0.87.7-pygtk-check.patch --- --- matplotlib-0.87.7/setup.py.pygtk 2006-12-05 11:13:58.000000000 -0700 +++ matplotlib-0.87.7/setup.py 2006-12-05 11:31:22.000000000 -0700 @@ -207,8 +207,9 @@ print 'GTK requires pygtk' BUILD_GTK = 0 except RuntimeError: - print 'pygtk present but import failed' - BUILD_GTK = 0 + BUILD_GTK = 1 + build_gdk(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTK' else: version = (2,2,0) if gtk.pygtk_version < version: @@ -228,7 +229,9 @@ BUILD_GTKAGG=0 except RuntimeError: print 'pygtk present but import failed' - BUILD_GTKAGG = 0 + BUILD_GTKAGG = 1 + build_gtkagg(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTKAgg' else: version = (2,2,0) if gtk.pygtk_version < version: Index: python-matplotlib.spec =================================================================== RCS file: /cvs/extras/rpms/python-matplotlib/FC-6/python-matplotlib.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- python-matplotlib.spec 29 Nov 2006 23:22:01 -0000 1.22 +++ python-matplotlib.spec 5 Dec 2006 18:37:51 -0000 1.23 @@ -2,7 +2,7 @@ Name: python-matplotlib Version: 0.87.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -11,12 +11,13 @@ Source0: http://dl.sf.net/matplotlib/matplotlib-%{version}.tar.gz Patch0: matplotlib-0.87.7-matplotlibrc.patch Patch1: matplotlib-0.87.7-tkagg-check.patch +Patch2: matplotlib-0.87.7-pygtk-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, freetype-devel, libpng-devel, zlib-devel BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel BuildRequires: python-numeric, pytz, python-dateutil, numpy, python-numarray -Requires: python-numeric, pytz, python-dateutil +Requires: numpy, pytz, python-dateutil Requires: pycairo >= 1.2.0 @@ -40,7 +41,8 @@ %prep %setup -q -n matplotlib-%{version} %patch0 -p1 -b .matplotlibrc -%patch1 -p1 -b setup.py +%patch1 -p1 -b .tkagg +%patch2 -p1 -b .pygtk chmod -x images/*.svg %build @@ -73,6 +75,10 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski 0.87.7-2 +- Force build of gtk/gtkagg backends in mock (bug #218153) +- Change Requires from python-numeric to numpy (bug #218154) + * Tue Nov 21 2006 Orion Poplawski 0.87.7-1 - Update to 0.87.7 and fix up the defaults to use numpy - Force build of tkagg backend without X server From fedora-extras-commits at redhat.com Tue Dec 5 18:38:22 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 13:38:22 -0500 Subject: rpms/python-matplotlib/devel matplotlib-0.87.7-pygtk-check.patch, NONE, 1.1 python-matplotlib.spec, 1.22, 1.23 Message-ID: <200612051838.kB5IcMjG009829@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-matplotlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9776/devel Modified Files: python-matplotlib.spec Added Files: matplotlib-0.87.7-pygtk-check.patch Log Message: - Force build of gtk/gtkagg backends in mock (bug #218153) - Change Requires from python-numeric to numpy (bug #218154) matplotlib-0.87.7-pygtk-check.patch: --- NEW FILE matplotlib-0.87.7-pygtk-check.patch --- --- matplotlib-0.87.7/setup.py.pygtk 2006-12-05 11:13:58.000000000 -0700 +++ matplotlib-0.87.7/setup.py 2006-12-05 11:31:22.000000000 -0700 @@ -207,8 +207,9 @@ print 'GTK requires pygtk' BUILD_GTK = 0 except RuntimeError: - print 'pygtk present but import failed' - BUILD_GTK = 0 + BUILD_GTK = 1 + build_gdk(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTK' else: version = (2,2,0) if gtk.pygtk_version < version: @@ -228,7 +229,9 @@ BUILD_GTKAGG=0 except RuntimeError: print 'pygtk present but import failed' - BUILD_GTKAGG = 0 + BUILD_GTKAGG = 1 + build_gtkagg(ext_modules, packages, NUMERIX) + rc['backend'] = 'GTKAgg' else: version = (2,2,0) if gtk.pygtk_version < version: Index: python-matplotlib.spec =================================================================== RCS file: /cvs/extras/rpms/python-matplotlib/devel/python-matplotlib.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- python-matplotlib.spec 29 Nov 2006 23:22:01 -0000 1.22 +++ python-matplotlib.spec 5 Dec 2006 18:37:51 -0000 1.23 @@ -2,7 +2,7 @@ Name: python-matplotlib Version: 0.87.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -11,12 +11,13 @@ Source0: http://dl.sf.net/matplotlib/matplotlib-%{version}.tar.gz Patch0: matplotlib-0.87.7-matplotlibrc.patch Patch1: matplotlib-0.87.7-tkagg-check.patch +Patch2: matplotlib-0.87.7-pygtk-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, freetype-devel, libpng-devel, zlib-devel BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel BuildRequires: python-numeric, pytz, python-dateutil, numpy, python-numarray -Requires: python-numeric, pytz, python-dateutil +Requires: numpy, pytz, python-dateutil Requires: pycairo >= 1.2.0 @@ -40,7 +41,8 @@ %prep %setup -q -n matplotlib-%{version} %patch0 -p1 -b .matplotlibrc -%patch1 -p1 -b setup.py +%patch1 -p1 -b .tkagg +%patch2 -p1 -b .pygtk chmod -x images/*.svg %build @@ -73,6 +75,10 @@ %changelog +* Tue Dec 5 2006 Orion Poplawski 0.87.7-2 +- Force build of gtk/gtkagg backends in mock (bug #218153) +- Change Requires from python-numeric to numpy (bug #218154) + * Tue Nov 21 2006 Orion Poplawski 0.87.7-1 - Update to 0.87.7 and fix up the defaults to use numpy - Force build of tkagg backend without X server From fedora-extras-commits at redhat.com Tue Dec 5 18:38:34 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 5 Dec 2006 13:38:34 -0500 Subject: owners owners.list,1.2063,1.2064 Message-ID: <200612051838.kB5IcYmU009832@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9772 Modified Files: owners.list Log Message: change owner of cyrus-imapd from jdennis to prockai Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2063 retrieving revision 1.2064 diff -u -r1.2063 -r1.2064 --- owners.list 5 Dec 2006 10:23:23 -0000 1.2063 +++ owners.list 5 Dec 2006 18:38:04 -0000 1.2064 @@ -282,7 +282,7 @@ Fedora Extras|cvsutils|CVS Utilities|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|cvsweb|Web interface for CVS repositories|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|cyphesis|WorldForge game server|wart at kobold.org|extras-qa at fedoraproject.org| -Fedora Extras|cyrus-imapd|A high-performance mail server with IMAP, POP3, NNTP and SIEVE support|jdennis at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|cyrus-imapd|A high-performance mail server with IMAP, POP3, NNTP and SIEVE support|prockai at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|d4x|Downloader for X that supports resuming and many other features|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|daap-sharp|DAAP implementation using Mono|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|dap-freeform_handler|FreeForm data handler for the OPeNDAP Data server|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 18:41:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 5 Dec 2006 13:41:08 -0500 Subject: rpms/kipi-plugins/devel .cvsignore, 1.6, 1.7 kipi-plugins.spec, 1.21, 1.22 sources, 1.6, 1.7 Message-ID: <200612051841.kB5If8BE010056@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9975 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 - kipi-plugins-0.1.3-beta1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Aug 2006 18:57:20 -0000 1.6 +++ .cvsignore 5 Dec 2006 18:40:38 -0000 1.7 @@ -1,2 +1,2 @@ -kipi-plugins-0.1.1.tar.bz2 kipi-plugins-0.1.2.tar.bz2 +kipi-plugins-0.1.3-beta1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- kipi-plugins.spec 25 Oct 2006 14:03:02 -0000 1.21 +++ kipi-plugins.spec 5 Dec 2006 18:40:38 -0000 1.22 @@ -1,18 +1,26 @@ +%define beta beta1 + Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 0.1.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libkipi-devel BuildRequires: kdelibs-devel +BuildRequires: exiv2-devel +# ipod support currently busted, omit, for now. -- Rex +%if "%{?fedora}" > "6" +#define _with_libgpod --with-libgpod +#BuildRequires: libgpod-devel >= 0.4.0 +%endif ## slideshow plugin BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins @@ -21,13 +29,10 @@ BuildRequires: gphoto2-devel ## jpeglossless plugin BuildRequires: libkexif-devel -# gr, -c++-devel doesn't Req: -devel on *some* distro/releases -BuildRequires: ImageMagick-c++-devel ImageMagick-devel -## htmlexport plugin -# libgcrypt is a bogus extra dep from libxslt.la +## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel -## (mostly) Essential +## jpeglossless plugin Requires: ImageMagick ## Technically, optional bits, but nice to have @@ -79,10 +84,17 @@ * FlickrExport : Plugin to export images to a remote Flickr web service (http://www.flickr.com) * HTMLExport : New plugin to export images collections into HTML page + * SimpleViewerExport : Plugin to export images to SimpleViewer + (http://www.airtightinteractive.com/simpleviewer/) + * GPSSync : Plugin to geolocalize pictures. +%if "%{?_with_libgpod:1}" == "1" + * IpodExport : Plugin to export pictures with an Ipod device. +%endif + * MetadataEdit : Plugin to edit EXIF and IPTC pictures metadata. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?beta:-%{beta}} %build @@ -131,17 +143,25 @@ cat *.lang > %{name}-all.lang +## unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files -f %{name}-all.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/* -%{_libdir}/kde3/kipiplugin_*.[ls][ao] +%{_libdir}/lib*.so.* +%{_libdir}/kde3/kipiplugin_*.* %{_mandir}/man[^3]/* %{_datadir}/apps/kipi/ %{_datadir}/apps/kipiplugin_* @@ -150,17 +170,20 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 +- kipi-plugins-0.1.3-beta1 + * Wed Oct 25 2006 Rex Dieter 0.1.2-2 - rebuild against new(er) imlib2 * Tue Aug 29 2006 Rex Dieter 0.1.2-1 -- 0.1.2 +- kipi-plugins-0.1.2 * Thu Jun 29 2006 Rex Dieter 0.1.1-1 -- 0.1.1 +- kipi-plugins-0.1.1 * Sun Jun 25 2006 Rex Dieter 0.1.0-1 -- 0.1.0 (final) +- kipi-plugins-0.1.0 (final) * Fri Jun 23 2006 Rex Dieter 0.1.0-0.11 - 0.1.0 (final rc candidate) Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Aug 2006 18:57:20 -0000 1.6 +++ sources 5 Dec 2006 18:40:38 -0000 1.7 @@ -1 +1 @@ -4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 +d5c11b94691679cfafdda89ae1158870 kipi-plugins-0.1.3-beta1.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 5 19:17:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 5 Dec 2006 14:17:09 -0500 Subject: owners owners.list,1.2064,1.2065 Message-ID: <200612051917.kB5JH9YV013331@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13303 Modified Files: owners.list Log Message: libkipi,libkexif CC:+rdieter Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2064 retrieving revision 1.2065 diff -u -r1.2064 -r1.2065 --- owners.list 5 Dec 2006 18:38:04 -0000 1.2064 +++ owners.list 5 Dec 2006 19:16:39 -0000 1.2065 @@ -946,8 +946,8 @@ Fedora Extras|libipoddevice|Provides device-level support for the Apple iPod|caillon at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libjingle|GoogleTalk implementation of Jingle|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|libkexif|Allow Kipi plugins to extract EXIF information|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|libkipi|Common plugin infrastructure for KDE image applications|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|libksba|X.509 library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|libkipi|Common plugin infrastructure for KDE image applications|gauret at free.fr|extras-qa at fedoraproject.org|rdieter at math.unl.edu +Fedora Extras|libksba|X.509 library|rdieter at math.unl.edu|extras-qa at fedoraproject.org|rdieter at math.unl.edu Fedora Extras|liblo|Open Sound Control library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|liblrdf|Library for manipulating RDF files describing LADSPA plugins|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libmal|A convenience library for malsync|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 19:32:29 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 14:32:29 -0500 Subject: rpms/gv/FC-5 gv-3.6.2-CVE-2006-5864.patch, NONE, 1.1 gv.spec, 1.9, 1.10 Message-ID: <200612051932.kB5JWTtD013569@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13509/FC-5 Modified Files: gv.spec Added Files: gv-3.6.2-CVE-2006-5864.patch Log Message: Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 gv-3.6.2-CVE-2006-5864.patch: --- NEW FILE gv-3.6.2-CVE-2006-5864.patch --- --- gv-3.6.1/src/ps.c.cve-2006-5864 2004-12-07 16:55:59.000000000 -0700 +++ gv-3.6.1/src/ps.c 2006-11-16 05:53:28.000000000 -0700 @@ -1433,6 +1433,8 @@ gettext(line, next_char) quoted=1; line++; while (*line && !(*line == ')' && level == 0 )) { + if (cp - text >= PSLINELENGTH - 1) + break; if (*line == '\\') { if (*(line+1) == 'n') { *cp++ = '\n'; @@ -1487,9 +1489,12 @@ gettext(line, next_char) } } } else { - while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { + if (cp - text >= PSLINELENGTH - 2) + break; *cp++ = *line++; + } } *cp = '\0'; if (next_char) *next_char = line; if (!quoted && strlen(text) == 0) {ENDMESSAGE(gettext) return NULL;} Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/FC-5/gv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gv.spec 11 Oct 2006 16:03:16 -0000 1.9 +++ gv.spec 5 Dec 2006 19:31:59 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz Patch0: gv-3.5.8-buffer.patch Patch1: gv-3.6.1-pkglibdir.patch +Patch2: gv-3.6.2-CVE-2006-5864.patch BuildRequires: /usr/bin/makeinfo BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ %setup -q %patch0 -p1 -b .buffer %patch1 -p1 -b .pkglibdir +%patch2 -p1 -b .CVE-2006-5864 %build @@ -101,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Dec 5 2006 Orion Poplawski 3.6.2-2 +- Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 + * Wed Oct 11 2006 Orion Poplawski 3.6.2-1 - Update to 3.6.2 From fedora-extras-commits at redhat.com Tue Dec 5 19:32:34 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 14:32:34 -0500 Subject: rpms/gv/devel gv-3.6.2-CVE-2006-5864.patch, NONE, 1.1 gv.spec, 1.9, 1.10 Message-ID: <200612051932.kB5JWYrg013579@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13509/devel Modified Files: gv.spec Added Files: gv-3.6.2-CVE-2006-5864.patch Log Message: Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 gv-3.6.2-CVE-2006-5864.patch: --- NEW FILE gv-3.6.2-CVE-2006-5864.patch --- --- gv-3.6.1/src/ps.c.cve-2006-5864 2004-12-07 16:55:59.000000000 -0700 +++ gv-3.6.1/src/ps.c 2006-11-16 05:53:28.000000000 -0700 @@ -1433,6 +1433,8 @@ gettext(line, next_char) quoted=1; line++; while (*line && !(*line == ')' && level == 0 )) { + if (cp - text >= PSLINELENGTH - 1) + break; if (*line == '\\') { if (*(line+1) == 'n') { *cp++ = '\n'; @@ -1487,9 +1489,12 @@ gettext(line, next_char) } } } else { - while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { + if (cp - text >= PSLINELENGTH - 2) + break; *cp++ = *line++; + } } *cp = '\0'; if (next_char) *next_char = line; if (!quoted && strlen(text) == 0) {ENDMESSAGE(gettext) return NULL;} Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/devel/gv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gv.spec 11 Oct 2006 16:00:39 -0000 1.9 +++ gv.spec 5 Dec 2006 19:32:04 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz Patch0: gv-3.5.8-buffer.patch Patch1: gv-3.6.1-pkglibdir.patch +Patch2: gv-3.6.2-CVE-2006-5864.patch BuildRequires: /usr/bin/makeinfo BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ %setup -q %patch0 -p1 -b .buffer %patch1 -p1 -b .pkglibdir +%patch2 -p1 -b .CVE-2006-5864 %build @@ -101,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Dec 5 2006 Orion Poplawski 3.6.2-2 +- Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 + * Wed Oct 11 2006 Orion Poplawski 3.6.2-1 - Update to 3.6.2 From fedora-extras-commits at redhat.com Tue Dec 5 19:32:29 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 14:32:29 -0500 Subject: rpms/gv/FC-6 gv-3.6.2-CVE-2006-5864.patch, NONE, 1.1 gv.spec, 1.9, 1.10 Message-ID: <200612051932.kB5JWTio013573@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13509/FC-6 Modified Files: gv.spec Added Files: gv-3.6.2-CVE-2006-5864.patch Log Message: Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 gv-3.6.2-CVE-2006-5864.patch: --- NEW FILE gv-3.6.2-CVE-2006-5864.patch --- --- gv-3.6.1/src/ps.c.cve-2006-5864 2004-12-07 16:55:59.000000000 -0700 +++ gv-3.6.1/src/ps.c 2006-11-16 05:53:28.000000000 -0700 @@ -1433,6 +1433,8 @@ gettext(line, next_char) quoted=1; line++; while (*line && !(*line == ')' && level == 0 )) { + if (cp - text >= PSLINELENGTH - 1) + break; if (*line == '\\') { if (*(line+1) == 'n') { *cp++ = '\n'; @@ -1487,9 +1489,12 @@ gettext(line, next_char) } } } else { - while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) + while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { + if (cp - text >= PSLINELENGTH - 2) + break; *cp++ = *line++; + } } *cp = '\0'; if (next_char) *next_char = line; if (!quoted && strlen(text) == 0) {ENDMESSAGE(gettext) return NULL;} Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/FC-6/gv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gv.spec 11 Oct 2006 16:00:39 -0000 1.9 +++ gv.spec 5 Dec 2006 19:31:59 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz Patch0: gv-3.5.8-buffer.patch Patch1: gv-3.6.1-pkglibdir.patch +Patch2: gv-3.6.2-CVE-2006-5864.patch BuildRequires: /usr/bin/makeinfo BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ %setup -q %patch0 -p1 -b .buffer %patch1 -p1 -b .pkglibdir +%patch2 -p1 -b .CVE-2006-5864 %build @@ -101,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Dec 5 2006 Orion Poplawski 3.6.2-2 +- Apply patch from Mandriva to fix CVE-2006-5864/bug 215136 + * Wed Oct 11 2006 Orion Poplawski 3.6.2-1 - Update to 3.6.2 From fedora-extras-commits at redhat.com Tue Dec 5 19:50:57 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:50:57 -0500 Subject: rpms/postgresql-pgpool - New directory Message-ID: <200612051950.kB5Jov9w013833@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13829/postgresql-pgpool Log Message: Directory /cvs/extras/rpms/postgresql-pgpool added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 19:50:57 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:50:57 -0500 Subject: rpms/postgresql-pgpool/devel - New directory Message-ID: <200612051950.kB5JovGV013846@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13829/postgresql-pgpool/devel Log Message: Directory /cvs/extras/rpms/postgresql-pgpool/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 5 19:51:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:51:19 -0500 Subject: rpms/postgresql-pgpool Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612051951.kB5JpJpU013876@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13870 Added Files: Makefile import.log Log Message: Setup of module postgresql-pgpool --- NEW FILE Makefile --- # Top level Makefile for module postgresql-pgpool all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 5 19:51:25 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:51:25 -0500 Subject: rpms/postgresql-pgpool/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612051951.kB5JpPQa013891@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13870/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module postgresql-pgpool --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 5 19:52:47 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:52:47 -0500 Subject: rpms/postgresql-pgpool/devel postgresql-pgpool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612051952.kB5Jqlb6013966@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13932/devel Modified Files: .cvsignore sources Added Files: postgresql-pgpool.spec Log Message: auto-import postgresql-pgpool-3.1.1-7 on branch devel from postgresql-pgpool-3.1.1-7.src.rpm --- NEW FILE postgresql-pgpool.spec --- %define short_name pgpool Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} Version: 3.1.1 Release: 7%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases URL: http://pgpool.projects.PostgreSQL.org Source0: http://pgfoundry.org/frs/download.php/980/%{short_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description pgpool is a connection pooling/replication server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers (backends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. %prep %setup -q -n %{short_name}-%{version} %build CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS %configure make %{?smp_flags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install install -m 755 %{short_name} %{buildroot}%{_bindir} install -m 644 %{short_name}.8 %{buildroot}%{_mandir}/man8/ install -d %{buildroot}/%{_docdir}/%{name}-%{version} mv %{buildroot}%{_sysconfdir}/pgpool.conf.sample %{buildroot}/%{_docdir}/%{name}-%{version} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README README.euc_jp TODO COPYING INSTALL AUTHORS ChangeLog NEWS pgpool.conf.sample %{_bindir}/pgpool %{_mandir}/man8/* %changelog * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review * Fri Nov 28 2006 - Devrim GUNDUZ 3.1.1-6 - Truncate configure line * Fri Nov 24 2006 - Devrim GUNDUZ 3.1.1-5 - moved sample conf file to %%doc - Renamed package to postgresql-pgpool * Fri Sep 8 2006 - Devrim GUNDUZ 3.1.1-4 - Fix changelog date - Remove dependency for postgresql-server. * Mon Jul 31 2006 - Devrim GUNDUZ 3.1.1-3 - Removed --bindir from configure, per bugzilla review (#199679) * Fri Jul 23 2006 - Devrim GUNDUZ 3.1.1-2 - Fixed spec file, per bugzilla review (#199679) * Fri Jul 23 2006 - Devrim GUNDUZ 3.1.1-1 - Update to 3.1.1 * Fri Jul 22 2006 - Devrim GUNDUZ 3.1.0-2 - Fixed spec file, per bugzilla review (#199679) * Fri Jul 21 2006 - Devrim GUNDUZ 3.1.0-1 - Update to 3.1.0-1 - Fixed rpmlint errors * Thu May 25 2006 - Devrim GUNDUZ 3.0.2 - Update to 3.0.2 * Thu Feb 05 2006 - Devrim GUNDUZ 3.0.0 - Update to 3.0.0 for PgPool Global Development Group * Thu Feb 02 2006 - Devrim GUNDUZ 2.7.2-1 - Update to 2.7.2 * Thu Jan 26 2006 - Devrim GUNDUZ 2.7.1-1 - Update to 2.7.1 * Sun Jan 15 2006 - Devrim GUNDUZ 2.7-1 - Update to 2.7 * Wed Dec 28 2005 Devrim Gunduz pgpool-2.6.5 - Update to 2.6.5 - Removed post scripts - Updated doc files * Sat Oct 22 2005 Devrim Gunduz pgpool-2.6.4 - Update to 2.6.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2006 19:51:24 -0000 1.1 +++ .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 @@ -0,0 +1 @@ +pgpool-3.1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2006 19:51:24 -0000 1.1 +++ sources 5 Dec 2006 19:52:17 -0000 1.2 @@ -0,0 +1 @@ +8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 19:52:47 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:52:47 -0500 Subject: rpms/postgresql-pgpool import.log,1.1,1.2 Message-ID: <200612051952.kB5Jql2J013962@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13932 Modified Files: import.log Log Message: auto-import postgresql-pgpool-3.1.1-7 on branch devel from postgresql-pgpool-3.1.1-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Dec 2006 19:51:19 -0000 1.1 +++ import.log 5 Dec 2006 19:52:17 -0000 1.2 @@ -0,0 +1 @@ +postgresql-pgpool-3_1_1-7:HEAD:postgresql-pgpool-3.1.1-7.src.rpm:1165348573 From fedora-extras-commits at redhat.com Tue Dec 5 19:55:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 5 Dec 2006 14:55:29 -0500 Subject: owners owners.list,1.2065,1.2066 Message-ID: <200612051955.kB5JtTY0014018@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14003 Modified Files: owners.list Log Message: Added postgresql-pgpool Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2065 retrieving revision 1.2066 diff -u -r1.2065 -r1.2066 --- owners.list 5 Dec 2006 19:16:39 -0000 1.2065 +++ owners.list 5 Dec 2006 19:54:59 -0000 1.2066 @@ -1929,6 +1929,7 @@ Fedora Extras|pork|Console based AIM client that looks like ircII|rmccabe at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|portaudio|Free, cross platform, open-source, audio I/O library|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|poster|Scales PostScript images to span multiple pages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org +Fedora Extras|postgresql-pgpool|Pgpool is a connection pooling/replication server for PostgreSQL|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|Pound|A reverse-proxy and load balancer|ruben at rubenkerkhof.com|extras-qa at fedoraproject.org| Fedora Extras|powerman|Remote Power Management Software|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|powermanga|Arcade 2D shoot-them-up game|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 5 21:08:07 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 5 Dec 2006 16:08:07 -0500 Subject: rpms/gparted/devel .cvsignore, 1.10, 1.11 gparted.spec, 1.18, 1.19 sources, 1.10, 1.11 gparted-configure.patch, 1.1, NONE gparted-parted-check.patch, 1.1, NONE Message-ID: <200612052108.kB5L87Ac020705@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20686 Modified Files: .cvsignore gparted.spec sources Removed Files: gparted-configure.patch gparted-parted-check.patch Log Message: * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Sep 2006 22:36:12 -0000 1.10 +++ .cvsignore 5 Dec 2006 21:07:37 -0000 1.11 @@ -1 +1 @@ -gparted-0.3.1.tar.bz2 +gparted-0.3.2.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gparted.spec 27 Nov 2006 23:45:51 -0000 1.18 +++ gparted.spec 5 Dec 2006 21:07:37 -0000 1.19 @@ -1,18 +1,15 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.1 -Release: 5%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 -Patch0: gparted-parted-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils -#Temporarily -BuildRequires: automake autoconf libtool intltool %description GParted stands for Gnome Partition Editor and is a graphical frontend to @@ -23,12 +20,8 @@ %prep %setup -q -%patch0 -p0 -b .parted %build -aclocal -automake -autoconf %configure make %{?_smp_mflags} @@ -84,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 +- New release + * Mon Nov 27 2006 Deji Akingunola - 0.3.1-5 - Add more BRs Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Sep 2006 22:36:12 -0000 1.10 +++ sources 5 Dec 2006 21:07:37 -0000 1.11 @@ -1 +1 @@ -9368011905657fb58c470bee861e5ce5 gparted-0.3.1.tar.bz2 +8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 --- gparted-configure.patch DELETED --- --- gparted-parted-check.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 5 21:11:40 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 5 Dec 2006 16:11:40 -0500 Subject: rpms/aplus-fsf/devel aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.4, 1.5 Message-ID: <200612052111.kB5LBefE020849@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20783 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Another Try to solve a comflict aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:27:34 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 5 Dec 2006 21:11:10 -0000 1.3 @@ -8,7 +8,7 @@ + +libIPC_la_LDFLAGS = $(libIPC_version) + -+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap ++libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. @@ -23,7 +23,7 @@ + +libcxs_la_LDFLAGS = $(libcxs_version) + -+libcxs_la_LIBADD = -L../a -L../dap -la -ladap ++libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -38,7 +38,7 @@ + +libcxb_la_LDFLAGS = $(libcxb_version) + -+libcxb_la_LIBADD = -L../a -L../dap -la -ladap ++libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -66,7 +66,7 @@ + +libcxsys_la_LDFLAGS = $(libcxsys_version) + -+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc ++libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. @@ -94,7 +94,7 @@ + +libesf_la_LDFLAGS = $(libesf_version) + -+libesf_la_LIBADD = -L../a -L../dap -la -ladap ++libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -108,7 +108,7 @@ + +liba_la_LDFLAGS = $(liba_version) + -+liba_la_LIBADD = -L../dap -ladap ++liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB @@ -128,10 +128,10 @@ ############################################################################### -lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libadap.la ++lib_LTLIBRARIES = libdap.la -libdap_la_SOURCES = \ -+libadap_la_SOURCES = \ ++libdap_la_SOURCES = \ BcdPack.c \ BcdUnpack.c \ PrAscDecode.c \ @@ -139,9 +139,9 @@ tv.h\ ulto.h -+libadap_version = -release $(APLVERSION) ++libdap_version = -release $(APLVERSION) + -+libadap_la_LDFLAGS = $(libadap_version) ++libdap_la_LDFLAGS = $(libdap_version) + INCLUDES = -I.. @@ -155,7 +155,7 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ @@ -197,7 +197,7 @@ $(top_srcdir)/src/esf/libesf.la \ $(top_srcdir)/src/a/liba.la \ - $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libadap.la \ ++ $(top_srcdir)/src/dap/libdap.la \ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 4 Sep 2006 18:13:31 -0000 1.4 +++ aplus-fsf.spec 5 Dec 2006 21:11:10 -0000 1.5 @@ -14,7 +14,7 @@ Name: %name Version: 4.20.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -122,6 +122,16 @@ cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ +# Move libs in an other dir to solve conflicts + +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf + +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so + +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d +echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf + mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -144,7 +154,6 @@ chmod 0644 fonts.cache-$fcver done - popd pushd $RPM_BUILD_ROOT/%{_ttffonts}/ @@ -207,11 +216,12 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/lib*-%{version}.so +%{_libdir}/aplus-fsf/lib*-%{version}.so %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl %{_fonts}/ +%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf %doc samples %doc ANNOUNCE AUTHORS ChangeLog LICENSE README @@ -219,18 +229,18 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/libAplusGUI.so -%{_libdir}/libMSGUI.so -%{_libdir}/libMSIPC.so -%{_libdir}/libMSTypes.so -%{_libdir}/liba.so -%{_libdir}/libcxb.so -%{_libdir}/libcxc.so -%{_libdir}/libcxs.so -%{_libdir}/libcxsys.so -%{_libdir}/libadap.so -%{_libdir}/libesf.so -%{_libdir}/libIPC.so +%{_libdir}/aplus-fsf/libAplusGUI.so +%{_libdir}/aplus-fsf/libMSGUI.so +%{_libdir}/aplus-fsf/libMSIPC.so +%{_libdir}/aplus-fsf/libMSTypes.so +%{_libdir}/aplus-fsf/liba.so +%{_libdir}/aplus-fsf/libcxb.so +%{_libdir}/aplus-fsf/libcxc.so +%{_libdir}/aplus-fsf/libcxs.so +%{_libdir}/aplus-fsf/libcxsys.so +%{_libdir}/aplus-fsf/libdap.so +%{_libdir}/aplus-fsf/libesf.so +%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -241,7 +251,7 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/ +%{_x11fonts}/K* %ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias @@ -249,7 +259,7 @@ %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_ttffonts}/ +%{_ttffonts}/K* %ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias @@ -257,6 +267,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 +- Fix name conflict in an other way + * Mon Sep 4 2006 Jochen Schmitt 4.20.2-10 - Fix apl font problem From fedora-extras-commits at redhat.com Tue Dec 5 21:12:00 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 5 Dec 2006 16:12:00 -0500 Subject: rpms/cfitsio/FC-5 .cvsignore, 1.4, 1.5 cfitsio.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200612052112.kB5LC01C020888@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777/FC-5 Modified Files: .cvsignore cfitsio.spec sources Log Message: Upgrade to cfitsio 3.020 release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Feb 2006 20:00:36 -0000 1.4 +++ .cvsignore 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -cfitsio3006.tar.gz +cfitsio3020.tar.gz Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/cfitsio.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cfitsio.spec 30 Mar 2006 15:57:20 -0000 1.14 +++ cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.15 @@ -1,6 +1,6 @@ Name: cfitsio -Version: 3.006 -Release: 5%{?dist} +Version: 3.020 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Wed Dec 5 2006 Matthew Truch - 3.020-1 +- Upgrade to cfitsio 3.020 release. + * Thu Mar 30 2006 Matthew Truch - 3.006-5 - Include defattr() for devel package as well - bug 187366 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Feb 2006 20:00:36 -0000 1.4 +++ sources 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -4aacb54dcf833c8075d1f6515ba069ca cfitsio3006.tar.gz +fbc9e0db4d4b48b0a6a8de0f2036eb47 cfitsio3020.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 21:12:00 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 5 Dec 2006 16:12:00 -0500 Subject: rpms/cfitsio/FC-6 .cvsignore, 1.4, 1.5 cfitsio.spec, 1.15, 1.16 sources, 1.4, 1.5 Message-ID: <200612052112.kB5LC0xh020893@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777/FC-6 Modified Files: .cvsignore cfitsio.spec sources Log Message: Upgrade to cfitsio 3.020 release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Feb 2006 20:00:36 -0000 1.4 +++ .cvsignore 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -cfitsio3006.tar.gz +cfitsio3020.tar.gz Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/cfitsio.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cfitsio.spec 28 Aug 2006 11:11:05 -0000 1.15 +++ cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.16 @@ -1,6 +1,6 @@ Name: cfitsio -Version: 3.006 -Release: 6%{?dist} +Version: 3.020 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Wed Dec 5 2006 Matthew Truch - 3.020-1 +- Upgrade to cfitsio 3.020 release. + * Mon Aug 28 2006 Matthew Truch - 3.006-6 - Bump release for rebuild in prep. for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Feb 2006 20:00:36 -0000 1.4 +++ sources 5 Dec 2006 21:11:30 -0000 1.5 @@ -1 +1 @@ -4aacb54dcf833c8075d1f6515ba069ca cfitsio3006.tar.gz +fbc9e0db4d4b48b0a6a8de0f2036eb47 cfitsio3020.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 21:12:06 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 5 Dec 2006 16:12:06 -0500 Subject: rpms/cfitsio/devel .cvsignore, 1.4, 1.5 cfitsio.spec, 1.15, 1.16 sources, 1.4, 1.5 Message-ID: <200612052112.kB5LC6hZ020902@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777/devel Modified Files: .cvsignore cfitsio.spec sources Log Message: Upgrade to cfitsio 3.020 release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Feb 2006 20:00:36 -0000 1.4 +++ .cvsignore 5 Dec 2006 21:11:35 -0000 1.5 @@ -1 +1 @@ -cfitsio3006.tar.gz +cfitsio3020.tar.gz Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cfitsio.spec 28 Aug 2006 11:11:05 -0000 1.15 +++ cfitsio.spec 5 Dec 2006 21:11:35 -0000 1.16 @@ -1,6 +1,6 @@ Name: cfitsio -Version: 3.006 -Release: 6%{?dist} +Version: 3.020 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Wed Dec 6 2006 Matthew Truch - 3.020-1 +- Upgrade to revision 3.020 of cfitsio. + * Mon Aug 28 2006 Matthew Truch - 3.006-6 - Bump release for rebuild in prep. for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Feb 2006 20:00:36 -0000 1.4 +++ sources 5 Dec 2006 21:11:35 -0000 1.5 @@ -1 +1 @@ -4aacb54dcf833c8075d1f6515ba069ca cfitsio3006.tar.gz +fbc9e0db4d4b48b0a6a8de0f2036eb47 cfitsio3020.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 21:26:23 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 5 Dec 2006 16:26:23 -0500 Subject: rpms/gparted/FC-5 .cvsignore, 1.10, 1.11 gparted.spec, 1.15, 1.16 sources, 1.10, 1.11 gparted-parted-check.patch, 1.2, NONE Message-ID: <200612052126.kB5LQNbU021136@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21105 Modified Files: .cvsignore gparted.spec sources Removed Files: gparted-parted-check.patch Log Message: * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Sep 2006 22:36:51 -0000 1.10 +++ .cvsignore 5 Dec 2006 21:25:53 -0000 1.11 @@ -1 +1 @@ -gparted-0.3.1.tar.bz2 +gparted-0.3.2.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/gparted.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gparted.spec 30 Nov 2006 15:10:20 -0000 1.15 +++ gparted.spec 5 Dec 2006 21:25:53 -0000 1.16 @@ -1,12 +1,11 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.1 -Release: 2%{?dist}.2 +Version: 0.3.2 +Release: 1%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 -Patch0: gparted-parted-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) @@ -21,7 +20,6 @@ %prep %setup -q -%patch0 -p0 -b .parted %build %configure @@ -79,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 +- New release + * Thu Nov 30 2006 Deji Akingunola - 0.3.1-2 - Patch the generated configure to allow rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Sep 2006 22:36:51 -0000 1.10 +++ sources 5 Dec 2006 21:25:53 -0000 1.11 @@ -1 +1 @@ -9368011905657fb58c470bee861e5ce5 gparted-0.3.1.tar.bz2 +8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 --- gparted-parted-check.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 5 21:28:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 5 Dec 2006 16:28:19 -0500 Subject: rpms/gparted/FC-6 .cvsignore, 1.10, 1.11 gparted.spec, 1.15, 1.16 sources, 1.10, 1.11 gparted-parted-check.patch, 1.1, NONE Message-ID: <200612052128.kB5LSJ26021237@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21210 Modified Files: .cvsignore gparted.spec sources Removed Files: gparted-parted-check.patch Log Message: * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Sep 2006 22:36:12 -0000 1.10 +++ .cvsignore 5 Dec 2006 21:27:49 -0000 1.11 @@ -1 +1 @@ -gparted-0.3.1.tar.bz2 +gparted-0.3.2.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/gparted.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gparted.spec 30 Nov 2006 13:47:32 -0000 1.15 +++ gparted.spec 5 Dec 2006 21:27:49 -0000 1.16 @@ -1,18 +1,15 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 -Patch0: gparted-parted-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils -#Temporarily -BuildRequires: automake autoconf libtool intltool %description GParted stands for Gnome Partition Editor and is a graphical frontend to @@ -23,12 +20,8 @@ %prep %setup -q -%patch0 -p0 -b .parted %build -aclocal -automake -autoconf %configure make %{?_smp_mflags} @@ -84,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 +- New release + * Mon Nov 21 2006 Deji Akingunola - 0.3.1-2 - Rebuild for new parted Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Sep 2006 22:36:12 -0000 1.10 +++ sources 5 Dec 2006 21:27:49 -0000 1.11 @@ -1 +1 @@ -9368011905657fb58c470bee861e5ce5 gparted-0.3.1.tar.bz2 +8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 --- gparted-parted-check.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 5 22:13:37 2006 From: fedora-extras-commits at redhat.com (Christian Nolte (noltec)) Date: Tue, 5 Dec 2006 17:13:37 -0500 Subject: rpms/kbibtex/devel kbibtex.spec,1.7,1.8 Message-ID: <200612052213.kB5MDbP4024720@cvs-int.fedora.redhat.com> Author: noltec Update of /cvs/extras/rpms/kbibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24692 Modified Files: kbibtex.spec Log Message: - Release version bumped to fix BUG #216007 Index: kbibtex.spec =================================================================== RCS file: /cvs/extras/rpms/kbibtex/devel/kbibtex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kbibtex.spec 29 Oct 2006 14:27:00 -0000 1.7 +++ kbibtex.spec 5 Dec 2006 22:13:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: kbibtex Version: 0.1.5 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A BibTeX editor for KDE Group: Applications/Editors @@ -41,15 +41,15 @@ # # Replace original .desktop files with proper ones # -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --delete-original \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/services/kbibtex_part.desktop -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applnk/Office/kbibtex.desktop @@ -119,6 +119,9 @@ %{_datadir}/applications/fedora-kbibtex_part.desktop %changelog +* Tue Dec 05 2006 Christian Nolte - 0.1.5-4 +- Bumped release ver. to solve the violated upgrade path (BUG #216007) + * Sun Oct 29 2006 Christian Nolte - 0.1.5-2 - latest released patches (filteredselection,gcc4.2,viewdocument) From fedora-extras-commits at redhat.com Tue Dec 5 22:18:38 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:18:38 -0500 Subject: rpms/rdiff-backup/FC-4 .cvsignore, 1.6, 1.7 rdiff-backup.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200612052218.kB5MIcx5024824@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24801 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 Feb 2006 14:34:53 -0000 1.6 +++ .cvsignore 5 Dec 2006 22:18:08 -0000 1.7 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-4/rdiff-backup.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rdiff-backup.spec 23 Feb 2006 14:34:53 -0000 1.12 +++ rdiff-backup.spec 5 Dec 2006 22:18:08 -0000 1.13 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -53,6 +53,9 @@ %ghost %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 +- New version + * Thu Feb 23 2006 Gavin Henry - 0:1.0.4-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Feb 2006 14:34:53 -0000 1.7 +++ sources 5 Dec 2006 22:18:08 -0000 1.8 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 22:21:27 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:21:27 -0500 Subject: rpms/rdiff-backup/FC-5 .cvsignore, 1.5, 1.6 rdiff-backup.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200612052221.kB5MLRJu025467@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25359 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Feb 2006 14:44:37 -0000 1.5 +++ .cvsignore 5 Dec 2006 22:20:57 -0000 1.6 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-5/rdiff-backup.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rdiff-backup.spec 23 Feb 2006 14:44:37 -0000 1.11 +++ rdiff-backup.spec 5 Dec 2006 22:20:57 -0000 1.12 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -53,6 +53,9 @@ %ghost %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 +- Update to latest version + * Fri Dec 9 2005 Gavin Henry - 0:1.0.4-1 - Update to latest version Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2006 14:44:37 -0000 1.6 +++ sources 5 Dec 2006 22:20:57 -0000 1.7 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 22:24:37 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:24:37 -0500 Subject: rpms/rdiff-backup/FC-6 .cvsignore, 1.5, 1.6 rdiff-backup.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200612052224.kB5MOb9X025835@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25816 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Feb 2006 14:44:37 -0000 1.5 +++ .cvsignore 5 Dec 2006 22:24:07 -0000 1.6 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-6/rdiff-backup.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rdiff-backup.spec 4 Oct 2006 22:43:14 -0000 1.13 +++ rdiff-backup.spec 5 Dec 2006 22:24:07 -0000 1.14 @@ -1,9 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 3%{?dist} +Release: 1%{?dist} URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 05 2006 Gavin Henry 1.0.5-1 +- Update to latest version + * Thu Oct 05 2006 Christian Iseli 1.0.4-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2006 14:44:37 -0000 1.6 +++ sources 5 Dec 2006 22:24:07 -0000 1.7 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 22:36:25 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 17:36:25 -0500 Subject: rpms/wgrib/FC-6 wgrib.spec,1.2,1.3 Message-ID: <200612052236.kB5MaPM7026132@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26117 Modified Files: wgrib.spec Log Message: Compile testbin with -lm, needed on x86_64 Index: wgrib.spec =================================================================== RCS file: /cvs/extras/rpms/wgrib/FC-6/wgrib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wgrib.spec 4 Dec 2006 21:40:29 -0000 1.2 +++ wgrib.spec 5 Dec 2006 22:35:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: wgrib Version: 1.8.0.12g -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate, inventory and decode GRIB files Group: Applications/Engineering @@ -75,6 +75,9 @@ %changelog +* Tue Dec 5 2006 - Orion Poplawski - 1.8.0.12g-2 +- Compile testbin with -lm, needed on x86_64 + * Fri Nov 17 2006 - Orion Poplawski - 1.8.0.12g-1 - Update to 1.8.0.12g - Ship testbin.c, testbin.f, and lang.grb for local testing From fedora-extras-commits at redhat.com Tue Dec 5 22:37:51 2006 From: fedora-extras-commits at redhat.com (Christian Nolte (noltec)) Date: Tue, 5 Dec 2006 17:37:51 -0500 Subject: rpms/kbibtex/FC-6 kbibtex-0.1.5-filteredselection.patch, NONE, 1.1 kbibtex-0.1.5-gcc4.2.patch, NONE, 1.1 kbibtex-0.1.5-viewdocument.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 kbibtex.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612052237.kB5Mbpkt026224@cvs-int.fedora.redhat.com> Author: noltec Update of /cvs/extras/rpms/kbibtex/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26169 Modified Files: .cvsignore kbibtex.spec sources Added Files: kbibtex-0.1.5-filteredselection.patch kbibtex-0.1.5-gcc4.2.patch kbibtex-0.1.5-viewdocument.patch Log Message: - Synced with devel branch to fix BUG #216007 kbibtex-0.1.5-filteredselection.patch: --- NEW FILE kbibtex-0.1.5-filteredselection.patch --- Index: src/documentlistview.cpp =================================================================== --- src/documentlistview.cpp (Revision 301) +++ src/documentlistview.cpp (Revision 302) @@ -221,10 +221,13 @@ while ( it.current() ) { DocumentListViewItem * kblvi = dynamic_cast( it.current() ); - m_bibtexFile->deleteElement( kblvi->element() ); - it++; - takeItem( kblvi ); - delete ( kblvi ); + if ( kblvi->isVisible() ) + { + m_bibtexFile->deleteElement( kblvi->element() ); + it++; + takeItem( kblvi ); + delete ( kblvi ); + } } if ( above ) @@ -246,7 +249,7 @@ { DocumentListViewItem * kblvi = dynamic_cast( it.current() ); BibTeX::Entry *entry = dynamic_cast( kblvi->element() ); - if ( entry != NULL ) + if ( entry != NULL && kblvi->isVisible() ) { if ( !refs.isEmpty() ) refs.append( "," ); @@ -621,7 +624,8 @@ while ( it.current() ) { DocumentListViewItem * kblvi = dynamic_cast( it.current() ); - exporter->save( &buffer, kblvi->element() ); + if ( kblvi->isVisible() ) + exporter->save( &buffer, kblvi->element() ); it++; } delete exporter; kbibtex-0.1.5-gcc4.2.patch: --- NEW FILE kbibtex-0.1.5-gcc4.2.patch --- Index: src/fileimporter.h =================================================================== --- src/fileimporter.h (Revision 307) +++ src/fileimporter.h (Arbeitskopie) @@ -39,7 +39,7 @@ ~FileImporter(); File* load ( const QString& text ); - virtual File* load( QIODevice *iodevice ) = NULL; + virtual File* load( QIODevice *iodevice ) = 0; static bool guessCanDecode( const QString & ) { return FALSE; }; kbibtex-0.1.5-viewdocument.patch: --- NEW FILE kbibtex-0.1.5-viewdocument.patch --- Index: src/documentwidget.h =================================================================== --- src/documentwidget.h (Revision 308) +++ src/documentwidget.h (Revision 310) @@ -106,6 +106,7 @@ int m_newElementCounter; EditMode m_editMode; KActionMenu *m_viewDocumentActionMenu; + QStringList m_viewDocumentActionMenuURLs; KActionMenu *m_searchWebsitesActionMenu; KAction *m_find; KAction *m_findNext; Index: src/documentwidget.cpp =================================================================== --- src/documentwidget.cpp (Revision 308) +++ src/documentwidget.cpp (Revision 310) @@ -471,13 +471,13 @@ m_listViewElements->setFactory( factory, client ); m_sourceView->setFactory( factory, client ); + m_viewDocumentActionMenu = dynamic_cast( client->action( "view_document" ) ); if ( m_viewDocumentActionMenu != NULL ) connect( m_viewDocumentActionMenu->popupMenu(), SIGNAL( activated( int ) ), this, SLOT( slotViewDocument( int ) ) ); m_copyReference = client->action( "edit_copyref" ); m_find = client->action( "edit_find" ); m_findNext = client->action( "edit_find_next" ); - m_viewDocumentActionMenu = dynamic_cast( client->action( "view_document" ) ); m_listViewElements->setViewShowColumnsMenu( dynamic_cast( client->action( "view_showcolumns" ) ) ); m_searchWebsitesActionMenu = dynamic_cast( client->action( "search_document_online" ) ); } @@ -486,6 +486,7 @@ { KPopupMenu * popup = m_viewDocumentActionMenu->popupMenu(); popup->clear(); + m_viewDocumentActionMenuURLs.clear(); BibTeX::Element * currentElement = NULL; @@ -517,6 +518,7 @@ popup->insertItem( SmallIcon( "html" ), prettyURL ); else popup->insertItem( prettyURL ); + m_viewDocumentActionMenuURLs.append( prettyURL ); } m_viewDocumentActionMenu->setEnabled( TRUE ); } @@ -908,7 +910,7 @@ void DocumentWidget::slotViewDocument( int id ) { - kapp->invokeBrowser( m_viewDocumentActionMenu->popupMenu() ->text( id ) ); + kapp->invokeBrowser( m_viewDocumentActionMenuURLs[ m_viewDocumentActionMenu->popupMenu() ->indexOf( id ) ] ); } } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kbibtex/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Oct 2006 12:05:17 -0000 1.4 +++ .cvsignore 5 Dec 2006 22:37:21 -0000 1.5 @@ -1 +1,4 @@ kbibtex-0.1.5.tar.bz2 +kbibtex-0.1.5-filteredselection.patch +kbibtex-0.1.5-gcc4.2.patch +kbibtex-0.1.5-viewdocument.patch Index: kbibtex.spec =================================================================== RCS file: /cvs/extras/rpms/kbibtex/FC-6/kbibtex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kbibtex.spec 18 Oct 2006 12:05:17 -0000 1.6 +++ kbibtex.spec 5 Dec 2006 22:37:21 -0000 1.7 @@ -1,12 +1,15 @@ Name: kbibtex Version: 0.1.5 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A BibTeX editor for KDE Group: Applications/Editors License: GPL URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ Source0: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-%{version}.tar.bz2 +Patch0: kbibtex-0.1.5-filteredselection.patch +Patch1: kbibtex-0.1.5-gcc4.2.patch +Patch2: kbibtex-0.1.5-viewdocument.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdebase-devel >= 3.3 libxslt-devel desktop-file-utils @@ -19,7 +22,9 @@ %prep %setup -q - +%patch0 -p0 -b .filteredselection +%patch1 -p0 -b .gcc4.2 +%patch2 -p0 -b .viewdocument %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -36,15 +41,15 @@ # # Replace original .desktop files with proper ones # -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --delete-original \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/services/kbibtex_part.desktop -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applnk/Office/kbibtex.desktop @@ -114,6 +119,12 @@ %{_datadir}/applications/fedora-kbibtex_part.desktop %changelog +* Tue Dec 05 2006 Christian Nolte - 0.1.5-4 +- Bumped release ver. to solve the violated upgrade path (BUG #216007) + +* Sun Oct 29 2006 Christian Nolte - 0.1.5-2 +- latest released patches (filteredselection,gcc4.2,viewdocument) + * Wed Oct 18 2006 Christian Nolte - 0.1.5-1 - Update to 0.1.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kbibtex/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Oct 2006 12:05:17 -0000 1.4 +++ sources 5 Dec 2006 22:37:21 -0000 1.5 @@ -1 +1,4 @@ 83a8c1cade06837431b6ebe79d13ef7b kbibtex-0.1.5.tar.bz2 +bb97a4924c4bea973ea02800e699d701 kbibtex-0.1.5-filteredselection.patch +2d94fa24173073a02948d66946df60c0 kbibtex-0.1.5-gcc4.2.patch +afe161f8783346b3606dfd5a337918ac kbibtex-0.1.5-viewdocument.patch From fedora-extras-commits at redhat.com Tue Dec 5 22:37:51 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 5 Dec 2006 17:37:51 -0500 Subject: rpms/wgrib/devel wgrib.spec,1.2,1.3 Message-ID: <200612052237.kB5MbpH1026227@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/wgrib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26182 Modified Files: wgrib.spec Log Message: Bump release to handle FC-6 import tag issue Index: wgrib.spec =================================================================== RCS file: /cvs/extras/rpms/wgrib/devel/wgrib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wgrib.spec 4 Dec 2006 21:40:29 -0000 1.2 +++ wgrib.spec 5 Dec 2006 22:37:21 -0000 1.3 @@ -1,6 +1,6 @@ Name: wgrib Version: 1.8.0.12g -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate, inventory and decode GRIB files Group: Applications/Engineering @@ -75,6 +75,9 @@ %changelog +* Tue Dec 5 2006 - Orion Poplawski - 1.8.0.12g-2 +- Compile testbin with -lm, needed on x86_64 + * Fri Nov 17 2006 - Orion Poplawski - 1.8.0.12g-1 - Update to 1.8.0.12g - Ship testbin.c, testbin.f, and lang.grb for local testing From fedora-extras-commits at redhat.com Tue Dec 5 22:44:02 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 17:44:02 -0500 Subject: rpms/pgadmin3/devel .cvsignore, 1.5, 1.6 pgadmin3.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <200612052244.kB5Mi2EH026352@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26326 Modified Files: .cvsignore pgadmin3.spec sources Log Message: Update to 1.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 28 Aug 2006 21:07:22 -0000 1.5 +++ .cvsignore 5 Dec 2006 22:43:32 -0000 1.6 @@ -1 +1 @@ -pgadmin3-1.4.3.tar.gz +pgadmin3-1.6.1.tar.gz Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pgadmin3.spec 9 Oct 2006 08:45:49 -0000 1.12 +++ pgadmin3.spec 5 Dec 2006 22:43:32 -0000 1.13 @@ -1,11 +1,11 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 -Version: 1.4.3 -Release: 6%{?dist} +Version: 1.6.1 +Release: 1%{?dist} License: Artistic Group: Applications/Databases -Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.3/src/pgadmin3-1.4.3.tar.gz +Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.6.1/src/pgadmin3-1.6.1.tar.gz URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel @@ -47,6 +47,9 @@ %{_datadir}/applications/* %changelog +* Tue Dec 05 2006 Gavin Henry - 1.6.1-1 +- Update for 1.6.1. Now needs wxGTK 2.7+ + * Mon Oct 09 2006 Gavin Henry - 1.4.3-6 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 28 Aug 2006 21:07:22 -0000 1.5 +++ sources 5 Dec 2006 22:43:32 -0000 1.6 @@ -1 +1 @@ -28388816f867cd8723a4c0a460cf26b4 pgadmin3-1.4.3.tar.gz +0cdfffceb09e40787ead39541bcd5683 pgadmin3-1.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 5 23:55:58 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Tue, 5 Dec 2006 18:55:58 -0500 Subject: rpms/rdiff-backup/devel .cvsignore, 1.5, 1.6 rdiff-backup.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200612052355.kB5Ntwv8029741@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29722 Modified Files: .cvsignore rdiff-backup.spec sources Log Message: Update to 1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Feb 2006 14:44:37 -0000 1.5 +++ .cvsignore 5 Dec 2006 23:55:28 -0000 1.6 @@ -1 +1 @@ -rdiff-backup-1.0.4.tar.gz +rdiff-backup-1.0.5.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rdiff-backup.spec 4 Oct 2006 22:43:14 -0000 1.13 +++ rdiff-backup.spec 5 Dec 2006 23:55:28 -0000 1.14 @@ -1,9 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.0.4 +Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 3%{?dist} +Release: 1%{?dist} URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 +- Update to latest version + * Thu Oct 05 2006 Christian Iseli 1.0.4-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2006 14:44:37 -0000 1.6 +++ sources 5 Dec 2006 23:55:28 -0000 1.7 @@ -1 +1 @@ -756b38aaf2602d097cafd08996fb7887 rdiff-backup-1.0.4.tar.gz +fa2a165fa07a94be52c52e3545bc7758 rdiff-backup-1.0.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:13:06 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 5 Dec 2006 19:13:06 -0500 Subject: rpms/grads/FC-6 grads.spec,1.18,1.19 Message-ID: <200612060013.kB60D62u000473@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv458 Modified Files: grads.spec Log Message: * Thu Nov 16 2006 Patrice Dumas 1.9b4-19 - don't ship wgrib but depend on it Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-6/grads.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- grads.spec 4 Dec 2006 21:01:14 -0000 1.18 +++ grads.spec 6 Dec 2006 00:12:36 -0000 1.19 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 18%{?dist}.1 +Release: 19%{?dist} Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -40,7 +40,7 @@ BuildRequires: automake # in a separate package now -#Requires: wgrib +Requires: wgrib %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool @@ -113,8 +113,8 @@ %changelog -* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 -- don't ship wgrib +* Thu Nov 16 2006 Patrice Dumas 1.9b4-19 +- don't ship wgrib but depend on it * Tue Oct 31 2006 Patrice Dumas 1.9b4-18 - rebuild for new libcurl soname (indirect dependency through libnc-dap) From fedora-extras-commits at redhat.com Wed Dec 6 00:16:20 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 5 Dec 2006 19:16:20 -0500 Subject: rpms/gnomebaker/devel gnomebaker-0.6.0-device.patch, NONE, 1.1 gnomebaker.spec, 1.6, 1.7 Message-ID: <200612060016.kB60GKCR000514@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnomebaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv496 Modified Files: gnomebaker.spec Added Files: gnomebaker-0.6.0-device.patch Log Message: * Tue Dec 5 2006 Brian Pepple - 0.6.0-2 - Add patch to fix device selection with multiple devices present. - Drop X-Fedora category from desktop file. gnomebaker-0.6.0-device.patch: --- NEW FILE gnomebaker-0.6.0-device.patch --- diff -Naur gnomebaker-0.6.0.old/src/devices.c gnomebaker-0.6.0/src/devices.c --- gnomebaker-0.6.0.old/src/devices.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.c 2006-10-12 19:07:32.000000000 -0400 @@ -230,16 +230,47 @@ void -devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key) +devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only) { GB_LOG_FUNC g_return_if_fail(option_menu != NULL); g_return_if_fail(device_key != NULL); - gint index = gtk_option_menu_get_history(option_menu); - gchar *device = g_strdup_printf(GB_DEVICE_FORMAT, index + 1); - preferences_set_string(device_key, device); - g_free(device); + gint menuindex = gtk_option_menu_get_history(option_menu); + + gint index = 0, count = 0, device = 0; + GSList *devices = preferences_get_key_subkeys(GB_DEVICES_KEY); + GSList *item = devices; + + for(; device == 0; item = item->next) + { + gchar *device_key = (gchar*)item->data; + + gchar *device_capabilities_key = g_strconcat(device_key, GB_DEVICE_CAPABILITIES_LABEL, NULL); + const gint capabilities = preferences_get_int(device_capabilities_key); + /* Check the capabilities of the device and make sure that, if only writers were added + * to the options menu, the device can actually write disks */ + if(!writers_only || (capabilities & DC_WRITE_CDR || capabilities & DC_WRITE_CDRW || + capabilities & DC_WRITE_DVDR || capabilities & DC_WRITE_DVDRAM)) + { + if(index == menuindex) + { + device = count + 1; + } + ++index; + } + + g_free(device_capabilities_key); + g_free(device_key); + ++count; + + } + + g_slist_free(devices); + + gchar *devicename = g_strdup_printf(GB_DEVICE_FORMAT, device); + preferences_set_string(device_key, devicename); + g_free(devicename); } diff -Naur gnomebaker-0.6.0.old/src/devices.h gnomebaker-0.6.0/src/devices.h --- gnomebaker-0.6.0.old/src/devices.h 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.h 2006-10-15 20:52:16.000000000 -0400 @@ -45,7 +45,7 @@ const gint capabilities); gboolean devices_mount_device(const gchar *device_key, gchar* *mount_point); void devices_unmount_device(const gchar *device_key); -void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key); +void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only); gboolean devices_eject_disk(const gchar *device_key); gint devices_prompt_for_disk(GtkWindow *parent, const gchar *device_key); gint devices_prompt_for_blank_disk(GtkWindow *parent, const gchar *device_key); diff -Naur gnomebaker-0.6.0.old/src/selectdevicedlg.c gnomebaker-0.6.0/src/selectdevicedlg.c --- gnomebaker-0.6.0.old/src/selectdevicedlg.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/selectdevicedlg.c 2006-10-12 19:08:59.000000000 -0400 @@ -66,5 +66,5 @@ g_return_if_fail(selectdevicedlgdlg_xml != NULL); GtkWidget *option_menu = glade_xml_get_widget(selectdevicedlgdlg_xml, widget_select_writer); - devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER); + devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER, TRUE); } diff -Naur gnomebaker-0.6.0.old/src/startdlg.c gnomebaker-0.6.0/src/startdlg.c --- gnomebaker-0.6.0.old/src/startdlg.c 2006-08-30 19:41:15.000000000 -0400 +++ gnomebaker-0.6.0/src/startdlg.c 2006-10-12 19:07:51.000000000 -0400 @@ -69,8 +69,8 @@ g_return_if_fail(user_data != NULL); StartDlg *start_dlg = (StartDlg*)user_data; - devices_save_optionmenu(start_dlg->reader, GB_READER); - devices_save_optionmenu(start_dlg->writer, GB_WRITER); + devices_save_optionmenu(start_dlg->reader, GB_READER, FALSE); + devices_save_optionmenu(start_dlg->writer, GB_WRITER, TRUE); const gint index = gtk_option_menu_get_history(start_dlg->write_speed); if(index == 0) preferences_set_int(start_dlg->dvdmode ? GB_DVDWRITE_SPEED : GB_CDWRITE_SPEED, 0); Index: gnomebaker.spec =================================================================== RCS file: /cvs/extras/rpms/gnomebaker/devel/gnomebaker.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnomebaker.spec 17 Sep 2006 01:21:05 -0000 1.6 +++ gnomebaker.spec 6 Dec 2006 00:15:50 -0000 1.7 @@ -1,12 +1,13 @@ Name: gnomebaker Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME CD/DVD burner Group: Applications/Multimedia License: GPL URL: http://%{name}.sourceforge.net/v2/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-device.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel >= 2.10.0 @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -p1 -b .device chmod 644 AUTHORS TODO @@ -51,7 +53,6 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -83,6 +84,10 @@ %changelog +* Tue Dec 5 2006 Brian Pepple - 0.6.0-2 +- Add patch to fix device selection with multiple devices present. +- Drop X-Fedora category from desktop file. + * Sat Sep 16 2006 Brian Pepple - 0.6.0-1 - Update to 0.6.0. - Drop BR on libglade2-devel. From fedora-extras-commits at redhat.com Wed Dec 6 00:22:16 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 5 Dec 2006 19:22:16 -0500 Subject: rpms/grads/FC-5 grads.spec,1.12,1.13 Message-ID: <200612060022.kB60MGwM000617@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/grads/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv602 Modified Files: grads.spec Log Message: * Thu Nov 16 2006 Patrice Dumas 1.9b4-19 - don't ship wgrib but depend on it Index: grads.spec =================================================================== RCS file: /cvs/extras/rpms/grads/FC-5/grads.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- grads.spec 4 Dec 2006 21:06:47 -0000 1.12 +++ grads.spec 6 Dec 2006 00:21:46 -0000 1.13 @@ -1,6 +1,6 @@ Name: grads Version: 1.9b4 -Release: 18%{?dist}.1 +Release: 19%{?dist} Summary: Tool for easy acces, manipulation, and visualization of data Group: Applications/Engineering @@ -40,7 +40,7 @@ BuildRequires: automake # in a separate package now -#Requires: wgrib +Requires: wgrib %description The Grid Analysis and Display System (GrADS) is an interactive desktop tool @@ -113,20 +113,8 @@ %changelog -* Thu Nov 16 2006 Patrice Dumas 1.9b4-18.1 -- don't ship wgrib - -* Tue Oct 31 2006 Patrice Dumas 1.9b4-18 -- rebuild for new libcurl soname (indirect dependency through libnc-dap) - -* Thu Oct 05 2006 Christian Iseli 1.9b4-17 -- rebuilt for unwind info generation, broken in gcc-4.1.1-21 - -* Wed Sep 20 2006 Patrice Dumas 1.9b4-16 -- rebuild against libdap 3.7.2 - -* Mon Sep 11 2006 Patrice Dumas 1.9b4-15 -- rebuild for FC6 +* Thu Nov 16 2006 Patrice Dumas 1.9b4-19 +- don't ship wgrib but depend on it * Sat Jul 22 2006 Patrice Dumas 1.9b4-14 - Update for newer libnc-dap From fedora-extras-commits at redhat.com Wed Dec 6 00:24:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:24:15 -0500 Subject: rpms/python-setuptools/FC-5 psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612060024.kB60OFpx000688@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv633/FC-5 Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: - Upstream 0.6c3 - Use cvs to track licenses --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:50 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-5/python-setuptools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-setuptools.spec 12 Sep 2006 13:50:50 -0000 1.8 +++ python-setuptools.spec 6 Dec 2006 00:23:45 -0000 1.9 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:50 -0000 1.7 +++ sources 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:24:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:24:15 -0500 Subject: rpms/python-setuptools/FC-6 psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612060024.kB60OFps000693@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv633/FC-6 Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: - Upstream 0.6c3 - Use cvs to track licenses --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:51 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-6/python-setuptools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-setuptools.spec 12 Sep 2006 13:50:51 -0000 1.8 +++ python-setuptools.spec 6 Dec 2006 00:23:45 -0000 1.9 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:51 -0000 1.7 +++ sources 6 Dec 2006 00:23:45 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:24:20 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:24:20 -0500 Subject: rpms/python-setuptools/devel psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612060024.kB60OK74000700@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv633/devel Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: - Upstream 0.6c3 - Use cvs to track licenses --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:51 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:23:50 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-setuptools.spec 12 Sep 2006 13:50:51 -0000 1.8 +++ python-setuptools.spec 6 Dec 2006 00:23:50 -0000 1.9 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:51 -0000 1.7 +++ sources 6 Dec 2006 00:23:50 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 00:27:56 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 5 Dec 2006 19:27:56 -0500 Subject: rpms/python-setuptools/FC-4 psfl.txt, NONE, 1.1 zpl.txt, NONE, 1.1 .cvsignore, 1.7, 1.8 python-setuptools.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612060027.kB60Rukw000783@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv762 Modified Files: .cvsignore python-setuptools.spec sources Added Files: psfl.txt zpl.txt Log Message: I guess I'll do FC-4, too. --- NEW FILE psfl.txt --- Python Software Foundation License Python 2.1.1 license This is the official license for the Python 2.1.1 release: A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI) in the Netherlands as a successor of a language called ABC. Guido is Python's principal author, although it includes many contributions from others. The last version released from CWI was Python 1.2. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI) in Reston, Virginia where he released several versions of the software. Python 1.6 was the last of the versions released by CNRI. In 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. Python 2.0 was the first and only release from BeOpen.com. Following the release of Python 1.6, and after Guido van Rossum left CNRI to work with commercial software developers, it became clear that the ability to use Python with software available under the GNU Public License (GPL) was very desirable. CNRI and the Free Software Foundation (FSF) interacted to develop enabling wording changes to the Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is owned by the Python Software Foundation (PSF), a non-profit modeled after the Apache Software Foundation. See http://www.python.org/psf/ for more information about the PSF. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT --------------------- 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.1.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.1.1 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python 2.1.1 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.1.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.1.1. 4. PSF is making Python 2.1.1 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.1.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.1.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 ---------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT ------------------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI PERMISSIONS STATEMENT AND DISCLAIMER ---------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- NEW FILE zpl.txt --- Zope Public License (ZPL) Version 2.0 ----------------------------------------------- This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved. This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks). 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. Disclaimer THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Sep 2006 13:50:50 -0000 1.7 +++ .cvsignore 6 Dec 2006 00:27:26 -0000 1.8 @@ -1,3 +1 @@ -setuptools-0.6c2.zip -zpl.txt -psfl.txt +setuptools-0.6c3.tar.gz Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-4/python-setuptools.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-setuptools.spec 12 Sep 2006 13:50:50 -0000 1.7 +++ python-setuptools.spec 6 Dec 2006 00:27:26 -0000 1.8 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c2 +Version: 0.6c3 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages License: PSFL/ZPL URL: http://peak.telecommunity.com/DevCenter/setuptools -Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt Source2: zpl.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,6 +24,7 @@ %prep %setup -q -n setuptools-%{version} +chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' @@ -38,6 +39,8 @@ --single-version-externally-managed install -p -m 0644 %{SOURCE1} %{SOURCE2} . find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f +find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py %clean @@ -52,6 +55,9 @@ %changelog +* Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 +- Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) + * Tue Sep 12 2006 Konstantin Ryabitsev - 0.6c2-1 - Upstream 0.6c2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Sep 2006 13:50:50 -0000 1.7 +++ sources 6 Dec 2006 00:27:26 -0000 1.8 @@ -1,3 +1 @@ -b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip -0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt -85f03c95710162ed140bc8fa22790b2a psfl.txt +76cb98b779d356c64323125490f88d17 setuptools-0.6c3.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 01:32:05 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Tue, 5 Dec 2006 20:32:05 -0500 Subject: status-report-scripts parseBZbugList,1.58,1.59 Message-ID: <200612060132.kB61W5Xr004295@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4280 Modified Files: parseBZbugList Log Message: Display top = 30 entries. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- parseBZbugList 24 Nov 2006 08:54:57 -0000 1.58 +++ parseBZbugList 6 Dec 2006 01:32:05 -0000 1.59 @@ -76,6 +76,7 @@ &usage() if defined $opt{'help'}; +my $TopCount = 30; my $FE_NEW = 163776; my $FE_REVIEW = 163778; my $FE_ACCEPT = 163779; @@ -522,7 +523,7 @@ print "=== Package count ===\n\n"; print "We have $COUNT_LIST{'owner'} extras packages in owners file.[[BR]]\n"; print "There are $COUNT_LIST{'orphan'} orphans.\n"; - print "\n=== Top 10 package owners ===\n"; + print "\n=== Top $TopCount package owners ===\n"; &displayOwnerCntWiki($OWNER_LIST{"package"}, \%OWNER_STAT, 0); print "\n=== Packages not present in the development repo ===\n"; my $a = $PKG_LIST{"NotDevelNotRel"}; @@ -611,7 +612,7 @@ if (defined $count) { $count -= 1; } else { - $count = 9; + $count = $TopCount - 1; } for my $i (0 .. $count) { my $n = $$a[$i]; @@ -836,14 +837,14 @@ print "\n\n== About FE-ACCEPT packages ==\n"; print "\n\n=== Package count ===\n"; print "\nWe have $COUNT_LIST{'acceptedClosed'} accepted, closed package reviews\n"; - print "\n=== Top 25 BZ review requests submitters ===\n"; + print "\n=== Top $TopCount BZ review requests submitters ===\n"; print "Sponsors are highlighted in green.\n"; &displayOwnerCntWiki($OWNER_LIST{"BZOwner"}, - \%BZOWN_CNT, undef, 25, 1, \%BZOWN_BUGS); - print "\n=== Top 25 BZ review requests reviewers ===\n"; + \%BZOWN_CNT, undef, $TopCount, 1, \%BZOWN_BUGS); + print "\n=== Top $TopCount BZ review requests reviewers ===\n"; print "Sponsors are highlighted in green.\n"; &displayOwnerCntWiki($OWNER_LIST{"BZReviewer"}, - \%BZREV_CNT, undef, 25, 1, \%BZREV_BUGS); + \%BZREV_CNT, undef, $TopCount, 1, \%BZREV_BUGS); print "\n\n=== Potential problems ===\n"; if ($COUNT_LIST{"missing"} > 0) { print "\nWe have $COUNT_LIST{'missing'} accepted, closed packages where I'm unable to ", @@ -1247,7 +1248,7 @@ print "== About maintainers ==\n\n"; print "=== Maintainers count ===\n\n"; print "We have $COUNT_LIST{'maintainers'} maintainers in owners file.[[BR]]\n"; - print "\n=== Top 10 bugs assignees ===\n"; + print "\n=== Top $TopCount bugs assignees ===\n"; &displayOwnerCntWiki($OWNER_LIST{"bugs"}, \%OWNER_STAT, 1); if ($COUNT_LIST{'maintbugs'} > 0) { print "=== Inactive maintainers with open bug reports ===\n\n"; From fedora-extras-commits at redhat.com Wed Dec 6 03:16:44 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 5 Dec 2006 22:16:44 -0500 Subject: owners owners.list,1.2066,1.2067 Message-ID: <200612060316.kB63Gisn010841@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10826 Modified Files: owners.list Log Message: Add system-switch-im (which is orphaned) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2066 retrieving revision 1.2067 diff -u -r1.2066 -r1.2067 --- owners.list 5 Dec 2006 19:54:59 -0000 1.2066 +++ owners.list 6 Dec 2006 03:16:14 -0000 1.2067 @@ -2287,6 +2287,7 @@ Fedora Extras|sysprof|A sampling CPU profiler|giallu at gmail.com|extras-qa at fedoraproject.org|sandmann at daimi.au.dk Fedora Extras|sysprof-kmod|Sysprof kernel module|giallu at gmail.com|extras-qa at fedoraproject.org|sandmann at daimi.au.dk Fedora Extras|system-config-control|Centralized tool for Fedora configuration utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ankit644 at yahoo.com +Fedora Extras|system-switch-im|The Input Method System Switcher|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|t1lib|PostScript Type 1 font rasterizer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info Fedora Extras|t1utils|Collection of Type 1 and 2 font manipulation utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info Fedora Extras|taarich|Display Hebrew date|danken at cs.technion.ac.il|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 03:22:05 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 5 Dec 2006 22:22:05 -0500 Subject: owners owners.list,1.2067,1.2068 Message-ID: <200612060322.kB63M5ap010975@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10960 Modified Files: owners.list Log Message: SDL_pango -> SDL_Pango Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2067 retrieving revision 1.2068 diff -u -r1.2067 -r1.2068 --- owners.list 6 Dec 2006 03:16:14 -0000 1.2067 +++ owners.list 6 Dec 2006 03:21:35 -0000 1.2068 @@ -2193,7 +2193,7 @@ Fedora Extras|SDL_image|A sample image loading library for SDL.|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|SDL_mixer|Simple DirectMedia Layer - Sample Mixer Library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|SDL_net|SDL portable network library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|SDL_pango|Rendering of internationalized text for SDL|matthias at rpmforge.net|extras-qa at fedoraproject.org| +Fedora Extras|SDL_Pango|Rendering of internationalized text for SDL|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|SDL_ttf|Simple DirectMedia Layer - Sample TrueType Font Library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|sdparm|List or change SCSI/SATA disk parameters|terjeros at phys.ntnu.no|extras-qa at fedoraproject.org| Fedora Extras|seahorse|GNOME2 interface for gnupg|skvidal at phy.duke.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 03:30:43 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Tue, 5 Dec 2006 22:30:43 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.6,1.7 Message-ID: <200612060330.kB63UhJv011054@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11039 Modified Files: eclipse-emf.spec Log Message: * Tue Dec 05 2006 Andrew Overholt 2.2.1-6 - Don't unnecessarily give the full path to copy-platform. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- eclipse-emf.spec 8 Nov 2006 17:29:00 -0000 1.6 +++ eclipse-emf.spec 6 Dec 2006 03:30:13 -0000 1.7 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 5%{?dist} +Release: 6%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -156,7 +156,7 @@ homedir=$(cd home > /dev/null && pwd) # See comments in the script to understand this. -/bin/sh -x %{eclipse_base}/buildscripts/copy-platform `pwd`/SDK %{eclipse_base} +/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Build the EMF builder helper jars @@ -515,6 +515,9 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Dec 05 2006 Andrew Overholt 2.2.1-6 +- Don't unnecessarily give the full path to copy-platform. + * Wed Nov 08 2006 Andrew Overholt 2.2.1-5 - Remove the bits of the SDK that we don't need for building. From fedora-extras-commits at redhat.com Wed Dec 6 03:50:21 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 5 Dec 2006 22:50:21 -0500 Subject: owners owners.list,1.2068,1.2069 Message-ID: <200612060350.kB63oLiq011241@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11226 Modified Files: owners.list Log Message: add firefox-32 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2068 retrieving revision 1.2069 diff -u -r1.2068 -r1.2069 --- owners.list 6 Dec 2006 03:21:35 -0000 1.2068 +++ owners.list 6 Dec 2006 03:49:51 -0000 1.2069 @@ -423,6 +423,7 @@ Fedora Extras|fillets-ng-data|Game data files for Fish Fillets Next Generation|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|fillets-ng-data-cs|Czech audio data files for Fish Fillets Next Generation|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|firefox|firefox browser|wtogami at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|firefox-32|Alternate Launcher for 32bit Firefox|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|firestarter|The Firestarter firewall tool for GNOME|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|fish|A friendly interactive shell|liljencrantz at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|flasm|Flash bytecode assembler disassembler|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 04:18:14 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 5 Dec 2006 23:18:14 -0500 Subject: owners owners.list,1.2069,1.2070 Message-ID: <200612060418.kB64IEvM014402@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14387 Modified Files: owners.list Log Message: added nrpe Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2069 retrieving revision 1.2070 diff -u -r1.2069 -r1.2070 --- owners.list 6 Dec 2006 03:49:51 -0000 1.2069 +++ owners.list 6 Dec 2006 04:17:43 -0000 1.2070 @@ -1224,6 +1224,7 @@ Fedora Extras|notecase|A hierarchical note manager|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|nqc|Not Quite C compiler for Lego's RCX bricks|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| +Fedora Extras|nrpe|Host/service/network monitoring agent for Nagios|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nsd|NSD is a complete implementation of an authoritative DNS name server|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|ntfs-3g|Linux NTFS userspace driver|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ntfsprogs|NTFS filesystem libraries and utilities|tcallawa at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 04:22:37 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Tue, 5 Dec 2006 23:22:37 -0500 Subject: accounts2 PgToLDAP.py,1.3,1.4 fedoraPerson.schema,1.5,1.6 Message-ID: <200612060422.kB64MbHB014427@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14410 Modified Files: PgToLDAP.py fedoraPerson.schema Log Message: Index: PgToLDAP.py =================================================================== RCS file: /cvs/fedora/accounts2/PgToLDAP.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PgToLDAP.py 1 Dec 2006 02:35:09 -0000 1.3 +++ PgToLDAP.py 6 Dec 2006 04:22:37 -0000 1.4 @@ -208,7 +208,7 @@ # Copy all users from db to ldap/ldif # this will to queries and mappings - + """ try: if verbose: print "Selecting all users from Postgres Database" @@ -229,25 +229,29 @@ if options.outType == "ldif": ldifWriter.unparse(dn, entry) else: + + print "Adding ldif info for " + user[3] + "." - userLdif = [["objectClass",["fedoraPerson","organizationalUnit"]] , [ "displayName",[ user[1] ] ] ] + #userLdif = [["objectClass",["fedoraPerson","organizationalUnit"]] , [ "displayName",[ user[1] ] ] ] + userLdif = [["objectClass",["fedoraPerson"]] , [ "displayName",[ user[1] ] ] ] userLdif.append(["mail",[str(user[2])]]) + userLdif.append(["sn",[str(user[1])]]) userLdif.append(["fedoraPersonBugzillaMail",[str(user[2])]]) userLdif.append(["cn",[str(user[3])]]) userLdif.append(["givenName",[str(user[3])]]) - userLdif.append(["userCertificate",[str(user[4])]]) + userLdif.append(["fedoraPersonKeyId",[str(user[4])]]) userLdif.append(["fedoraPersonSshKey",[str(user[5])]]) userLdif.append(["userPassword",[encode_SSHA_password(str(user[6]))]]) userLdif.append(["postalAddress",[str(user[8])]]) userLdif.append(["telephoneNumber",[str(user[9])]]) - userLdif.append(["fax",[str(user[10])]]) - userLdif.append(["o",[str(user[11])]]) # affiliation is set to the o -- another stretch ?? + userLdif.append(["fax",[str(user[10]) or "None"]]) + userLdif.append(["o",[str(user[11]) or "None" ]]) # affiliation is set to the o -- another stretch ?? userLdif.append(["fedoraPersonCreationDate",[str(user[12])]]) userLdif.append(["fedoraPersonApprovalStatus",[str(user[13])]]) userLdif.append(["description",[str(user[14])]]) #this one may be a streach -- original field was internal comments userLdif.append(["fedoraPersonIrcNick",[str(user[16])]]) - userLdif.append(["ou",["roles"]]) + userLdif.append(["ou",["Roles"]]) print userLdif #for userKey in userLdif.keys(): @@ -267,6 +271,8 @@ #ldapConn.add_s(dn, entry) userCursor.close() + + # Select all groups from the DB @@ -313,17 +319,31 @@ userLdif.append(["cn",[str(group[1])]]) userLdif.append(["fedoraGroupOwner",owner]) # need to get a cn for this not just the id #userLdif.append(["groupOwner",[str(group[2])]]) # need to get a cn for this not just the id - userLdif.append(["fedoraGroupType",[str(group[3])]]) + userLdif.append(["fedoraGroupType",[str(group[3]) or "None" ]]) + + #we're using the boolean type for these. This means they need to be converted to the TRUE and FALSE strings + + if str(group[4]) == "0" : + group[4]="FALSE" + else: + group[4]="TRUE" + + if str(group[5]) == "0" : + group[5]="FALSE" + else: + group[5]="TRUE" + + userLdif.append(["fedoraGroupNeedsSponsor",[str(group[4])]]) #need to convert to bool - userLdif.append(["fedoraGroupUserCanRemove",[str(group[5])]]) + userLdif.append(["fedoraGroupUserCanRemove",[str(group[5])]]) #need to convert to bool #userLdif.append(["groupPrerequisite",[str(group[6])]]) #userLdif.append(["groupPrerequisite",prereq]) not currently in the schema - userLdif.append(["fedoraGroupJoinMsg",[str(group[7])]]) - ldifWriter.unparse("cn=" + str(group[1]) +",ou=fedoraGroups,dc=fedoraproject,dc=org" , userLdif ) + userLdif.append(["fedoraGroupJoinMsg",[str(group[7]) or "None" ]]) + ldifWriter.unparse("cn=" + str(group[1]) +",ou=FedoraGroups,dc=fedoraproject,dc=org" , userLdif ) groupCursor.close() - + """ # Select all roles from the DB try: @@ -350,7 +370,7 @@ uidRoleCursor = dbConn.cursor() - uidRoleCursor.execute ("SELECT username FROM person where id =" + str(role[0]) ) + uidRoleCursor.execute ("SELECT human_name FROM person where id =" + str(role[0]) ) username = uidRoleCursor.fetchone() uidRoleCursor.execute ("SELECT name FROM project_group where id =" + str(role[1]) ) group = uidRoleCursor.fetchone() @@ -372,15 +392,16 @@ #person_id0, group_project_id1, role_type2, role_domain3, role_status4, internal_comments5, sponsor_id6, creation7, approval8 roleLdif = [["objectClass",["fedoraRole"]] ] - #roleLdif.append(["cn",[str(role[1]),str(role[2])]]) #Fix me + #roleLdif.append(["cn",[str(group[0]) + str(role[2])]]) #Fix me + roleLdif.append(["cn",[str(group[0])]]) #Fix me roleLdif.append(["fedoraRoleType",[str(role[2])]]) - roleLdif.append(["fedoraRoleDomain",[str(role[3])]]) + roleLdif.append(["fedoraRoleDomain",[str(role[3]) or "None" ]]) roleLdif.append(["fedoraRoleStatus",[str(role[4])]]) roleLdif.append(["fedoraRoleSponsor",sponsor]) - roleLdif.append(["fedoraRoleCreationDate",[str(role[7])]]) + roleLdif.append(["fedoraRoleCreationDate",[str(role[7]) or "None" ]]) roleLdif.append(["fedoraRoleApprovalDate",[str(role[8])]]) - ldifWriter.unparse("cn=" + group[0] + ",cn=" + str(role[2]) +",cn=" + username[0] + " ou=Roles, ou=fedoraGroups,dc=fedoraproject,dc=org" , roleLdif ) + ldifWriter.unparse("cn=" + group[0] + ",cn=" + str(role[2]) + ",ou=roles, cn=" + username[0] + ",ou=People,dc=fedoraproject,dc=org" , roleLdif ) roleCursor.close() Index: fedoraPerson.schema =================================================================== RCS file: /cvs/fedora/accounts2/fedoraPerson.schema,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fedoraPerson.schema 30 Nov 2006 02:57:19 -0000 1.5 +++ fedoraPerson.schema 6 Dec 2006 04:22:37 -0000 1.6 @@ -35,6 +35,14 @@ SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} ) + +attributeType ( 2.5.444.19 NAME 'fedoraPersonKeyId' + DESC 'users GPG key ID' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} ) + + # fedoraPerson # The fedoraPerson represents people who are a member of the fedora project # in some way. It is a structural class and inherits @@ -45,5 +53,5 @@ SUP inetOrgPerson STRUCTURAL MUST ( fedoraPersonSshKey $ mail $ fedoraPersonCreationDate ) - MAY (fedoraPersonIrcNick $ fedoraPersonApprovalStatus $ fedoraPersonBugzillaMail ) + MAY (fedoraPersonIrcNick $ fedoraPersonApprovalStatus $ fedoraPersonBugzillaMail $ fedoraPersonKeyId ) ) From fedora-extras-commits at redhat.com Wed Dec 6 04:23:34 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Tue, 5 Dec 2006 23:23:34 -0500 Subject: accounts2 fedoraRole.schema,NONE,1.1 Message-ID: <200612060423.kB64NYNU014454@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14440 Added Files: fedoraRole.schema Log Message: fedoraRole is what used to be know as fedora membership --- NEW FILE fedoraRole.schema --- #this is the fedoraMembership shema file for use with the Account system #check out http://www.openldap.org/doc/admin23/schema.html#Extending%20Schema #for more information #for now this is the contents #role_type #role_domain #role_status #internal_comments #sponsor (points to the sponsor's DN) #creation (date) #approval (date) #don't have a name use cn instead #attributeType ( 2.5.444.1 NAME 'name' # DESC 'group name' # EQUALITY caseIgnoreMatch # SUBSTR caseIgnoreSubstringsMatch # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} ) attributeType ( 2.5.444.2 NAME 'fedoraRoleType' DESC 'the type of role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{25} ) attributeType ( 2.5.444.15 NAME 'fedoraRoleDomain' DESC 'the domain of this role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{15} ) attributeType ( 2.5.444.3 NAME 'fedoraRoleStatus' DESC 'the approval status of this role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{15} ) #attributeType ( 2.5.444.4 NAME 'internalComments' # DESC 'group membership comments' # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1000} ) attributeType ( 2.5.444.5 NAME 'fedoraRoleSponsor' DESC 'role sponsor' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{25} ) attributeType ( 2.5.444.6 NAME 'fedoraRoleCreationDate' DESC 'membership creation date' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributeType ( 2.5.444.7 NAME 'fedoraRoleApprovalDate' DESC 'membership approval date' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) objectclass ( 2.5.555.2 NAME 'fedoraRole' DESC 'An object describing a persons roles with the fedora project' STRUCTURAL MAY ( fedoraRoleApprovalDate $ fedoraRoleCreationDate $ fedoraRoleType $ fedoraRoleStatus $ fedoraRoleDomain $ fedoraRoleSponsor ) MUST ( cn ) ) From fedora-extras-commits at redhat.com Wed Dec 6 04:33:46 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Tue, 5 Dec 2006 23:33:46 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.7,1.8 Message-ID: <200612060433.kB64Xk1G014508@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14487 Modified Files: eclipse-emf.spec Log Message: * Tue Dec 05 2006 Andrew Overholt 2.2.1-7 - Don't remove org.eclipse.sdk as it's no longer a BR. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- eclipse-emf.spec 6 Dec 2006 03:30:13 -0000 1.7 +++ eclipse-emf.spec 6 Dec 2006 04:33:16 -0000 1.8 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 6%{?dist} +Release: 7%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -203,12 +203,10 @@ pushd ../.. rm SDK/plugins/org.eclipse.pde.build # Remove the bits of the SDK that we don't need -rm SDK/features/org.eclipse.sdk* rm SDK/features/org.eclipse.pde.source* rm SDK/features/org.eclipse.jdt.source* rm SDK/plugins/org.eclipse.pde.source* rm SDK/plugins/org.eclipse.jdt.source* -rm SDK/plugins/org.eclipse.sdk* # This tomcat chicanery will be fixed in a future Eclipse SDK RPM mkdir SDK2 pushd SDK @@ -515,6 +513,9 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Dec 05 2006 Andrew Overholt 2.2.1-7 +- Don't remove org.eclipse.sdk as it's no longer a BR. + * Tue Dec 05 2006 Andrew Overholt 2.2.1-6 - Don't unnecessarily give the full path to copy-platform. From fedora-extras-commits at redhat.com Wed Dec 6 04:45:04 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Tue, 5 Dec 2006 23:45:04 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.8,1.9 Message-ID: <200612060445.kB64j466014575@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14560 Modified Files: eclipse-emf.spec Log Message: * Tue Dec 05 2006 Andrew Overholt 2.2.1-8 - Re-add eclipse-sdk as a BR - this is easier than dealing with copy-platform shenanigans. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- eclipse-emf.spec 6 Dec 2006 04:33:16 -0000 1.8 +++ eclipse-emf.spec 6 Dec 2006 04:44:34 -0000 1.9 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 7%{?dist} +Release: 8%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -36,7 +36,7 @@ Patch5: %{name}-examples-dontChangeBundleClasspath.patch Patch6: %{name}-platformjavadocname.patch -BuildRequires: eclipse-pde +BuildRequires: eclipse-sdk %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.64 @@ -203,6 +203,8 @@ pushd ../.. rm SDK/plugins/org.eclipse.pde.build # Remove the bits of the SDK that we don't need +rm SDK/features/org.eclipse.sdk* +rm SDK/plugins/org.eclipse.sdk* rm SDK/features/org.eclipse.pde.source* rm SDK/features/org.eclipse.jdt.source* rm SDK/plugins/org.eclipse.pde.source* @@ -513,6 +515,10 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Dec 05 2006 Andrew Overholt 2.2.1-8 +- Re-add eclipse-sdk as a BR - this is easier than dealing with + copy-platform shenanigans. + * Tue Dec 05 2006 Andrew Overholt 2.2.1-7 - Don't remove org.eclipse.sdk as it's no longer a BR. From fedora-extras-commits at redhat.com Wed Dec 6 04:50:50 2006 From: fedora-extras-commits at redhat.com (Parag Ashok Nemade (paragn)) Date: Tue, 5 Dec 2006 23:50:50 -0500 Subject: comps comps-fe6.xml.in,1.237,1.238 comps-fe7.xml.in,1.40,1.41 Message-ID: <200612060450.kB64ooT2014612@cvs-int.fedora.redhat.com> Author: paragn Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14590 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: Added my packages entry Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.237 retrieving revision 1.238 diff -u -r1.237 -r1.238 --- comps-fe6.xml.in 4 Dec 2006 09:23:17 -0000 1.237 +++ comps-fe6.xml.in 6 Dec 2006 04:50:20 -0000 1.238 @@ -174,6 +174,7 @@ ocaml oorexx patchy + perl-perlmenu perltidy pgadmin3 pikdev @@ -631,6 +632,7 @@ gpp gqview graphviz + gutenprint gv gwenview inkscape @@ -643,6 +645,7 @@ qiv rawstudio renrot + scanbuttond showimg skencil tuxpaint @@ -896,6 +899,7 @@ tagtool tclabc ushare + v4l2-tool vdr vdr-osdteletext vdr-subtitles Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- comps-fe7.xml.in 4 Dec 2006 11:06:22 -0000 1.40 +++ comps-fe7.xml.in 6 Dec 2006 04:50:20 -0000 1.41 @@ -173,6 +173,7 @@ ocaml oorexx patchy + perl-perlmenu perltidy pgadmin3 pikdev @@ -631,6 +632,7 @@ gpp gqview graphviz + gutenprint gv gwenview inkscape @@ -643,6 +645,7 @@ qiv rawstudio renrot + scanbuttond showimg skencil tuxpaint @@ -896,6 +899,7 @@ tagtool tclabc ushare + v4l2-tool vdr vdr-osdteletext vdr-subtitles From fedora-extras-commits at redhat.com Wed Dec 6 04:52:59 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 5 Dec 2006 23:52:59 -0500 Subject: owners owners.list,1.2070,1.2071 Message-ID: <200612060452.kB64qxF3014633@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14618 Modified Files: owners.list Log Message: * Add pygpgme. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2070 retrieving revision 1.2071 diff -u -r1.2070 -r1.2071 --- owners.list 6 Dec 2006 04:17:43 -0000 1.2070 +++ owners.list 6 Dec 2006 04:52:29 -0000 1.2071 @@ -1955,6 +1955,7 @@ Fedora Extras|pydot|Python interface to Graphviz's Dot language|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|pygpgme|Python module for working with OpenPGP messages|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 05:40:04 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:04 -0500 Subject: rpms/idioskopos - New directory Message-ID: <200612060540.kB65e4dB018065@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18061/idioskopos Log Message: Directory /cvs/extras/rpms/idioskopos added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 05:40:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:09 -0500 Subject: rpms/idioskopos/devel - New directory Message-ID: <200612060540.kB65e9j0018083@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18061/idioskopos/devel Log Message: Directory /cvs/extras/rpms/idioskopos/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 05:40:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:19 -0500 Subject: rpms/idioskopos/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612060540.kB65eJD6018128@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18107/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module idioskopos --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 6 05:40:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:40:19 -0500 Subject: rpms/idioskopos Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612060540.kB65eJTq018113@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18107 Added Files: Makefile import.log Log Message: Setup of module idioskopos --- NEW FILE Makefile --- # Top level Makefile for module idioskopos all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 6 05:41:14 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:41:14 -0500 Subject: rpms/idioskopos import.log,1.1,1.2 Message-ID: <200612060541.kB65fEnL018199@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18167 Modified Files: import.log Log Message: auto-import idioskopos-0.3.3-1 on branch devel from idioskopos-0.3.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/idioskopos/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Dec 2006 05:40:19 -0000 1.1 +++ import.log 6 Dec 2006 05:40:44 -0000 1.2 @@ -0,0 +1 @@ +idioskopos-0_3_3-1:HEAD:idioskopos-0.3.3-1.src.rpm:1165383883 From fedora-extras-commits at redhat.com Wed Dec 6 05:41:15 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:41:15 -0500 Subject: rpms/idioskopos/devel idioskopos.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612060541.kB65fFGR018203@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18167/devel Modified Files: .cvsignore sources Added Files: idioskopos.spec Log Message: auto-import idioskopos-0.3.3-1 on branch devel from idioskopos-0.3.3-1.src.rpm --- NEW FILE idioskopos.spec --- Summary: C++ introspection library Name: idioskopos Version: 0.3.3 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 %description idioskopos (Greek: idio- inward, within, private; -skopos look, aim, target) is a C++ library that simplifies (hopefully) the addition of object reflection and introspection to C++ classes. idioskopos provides classes for implementing properties (allocates and maintains value internally), reference properties (a property interface to an external value under your control), and virtual properties (a property interface created from get and set methods you supply). The approach taken is an intrusive approach. One advantage is that special preprocessors are not necessary; either for your own code, or for those that use your code. A disadvantage of an intrusive approach is just that; it's intrusive, meaning you must explicitly state what class members are properties and instantiate them in your constructors. %package devel Summary: Headers for developing programs that will use idioskopos Group: Development/Libraries Requires: idioskopos = %{version}-%{release} Requires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig %description devel This package contains the libraries and header files needed for developing idioskopos applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/lib*idioskopos*.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc %{_includedir}/idioskopos-0.3/ %doc ChangeLog docs/reference %changelog * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release * Fri Dec 01 2006 Rick L Vinyard Jr - 0.3.2-1 - New release - Added -p option to make install to preserve timestamps - Removed cp of docs and changed doc inclusion to docs/reference * Sat Nov 25 2006 Rick L Vinyard Jr - 0.3.1-1 - New release * Sun Nov 19 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Added libxml++ dependency * Wed Nov 15 2006 Rick L Vinyard Jr - 0.2.1-1 - New release * Sun May 21 2006 Rick L Vinyard Jr - 0.2.0-1 - New release - Removed doxygen and graphviz depends * Sun Mar 26 2006 Rick L Vinyard Jr - 0.1.13-1 - New release - Added doxygen and graphviz BuildRequires * Sun Mar 12 2006 Rick L Vinyard Jr - 0.1.12-1 - New release * Thu Mar 09 2006 Rick L Vinyard Jr - 0.1.11-1 - New release with iterators and array notation support for properties - Docs built with doxygen installed properly * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.10-1 - Cleaned up spec a little; buildroot notation and make/rm notation - Bugfix in 'simple' example * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.9-2 - Removed Requires tag, relying on BuildRequires instead - Cleaned up Source tag and changed to bz2 files - New upstream release (upstream is me, it's just easier to say it that way) * Fri Mar 03 2006 Rick L Vinyard Jr - 0.1.9-1 - Long overdue cleanup of configure.in et. al. - Docs now install into $prefix/share/doc/{package}-{version}. - Separate doc rpm consolidated into devel rpm. * Fri Mar 03 2006 Rick L Vinyard Jr - 0.1.8-1 - This is a cleanup release. autoconf needed a little more voodoo than a regular AC_CHECK_HEADERS call to properly. Also, added docs package to .spec file to create separate doc rpm. * Tue Feb 28 2006 Rick L Vinyard Jr - 0.1.7-1 - Initial version (at least the inital version with a changelog in the .spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Dec 2006 05:40:19 -0000 1.1 +++ .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 @@ -0,0 +1 @@ +idioskopos-0.3.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Dec 2006 05:40:19 -0000 1.1 +++ sources 6 Dec 2006 05:40:44 -0000 1.2 @@ -0,0 +1 @@ +bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 05:46:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Wed, 6 Dec 2006 00:46:09 -0500 Subject: owners owners.list,1.2071,1.2072 Message-ID: <200612060546.kB65k9Ji018281@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18266 Modified Files: owners.list Log Message: Added idioskopos Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2071 retrieving revision 1.2072 diff -u -r1.2071 -r1.2072 --- owners.list 6 Dec 2006 04:52:29 -0000 1.2071 +++ owners.list 6 Dec 2006 05:45:39 -0000 1.2072 @@ -742,6 +742,7 @@ Fedora Extras|id3-py|Python ID3 tag library|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|id3lib|An Open-Source library for manipulating ID3v1 and ID3v2 tags|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|id3v2|A command line id3v2 tag editor|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|idioskopos|Idioskopos C++ library for object reflection and introspection|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|ifm|Interactive Fiction Mapper|chris at chrisgrau.com|extras-qa at fedoraproject.org| Fedora Extras|ifplugd|Detect and take action when an ethernet cable is unplugged|jamatos at fc.up.pt|extras-qa at fedoraproject.org|aaron.bennett at olin.edu Fedora Extras|iftop|Command line tool that displays bandwidth usage on an interface|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 06:18:38 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Wed, 6 Dec 2006 01:18:38 -0500 Subject: fedora-updates-system/updatessystem/deprecated - New directory Message-ID: <200612060618.kB66IcPv021566@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/deprecated In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21554/deprecated Log Message: Directory /cvs/fedora/fedora-updates-system/updatessystem/deprecated added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 07:19:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 6 Dec 2006 02:19:21 -0500 Subject: rpms/libopensync-plugin-irmc/FC-5 libopensync-plugin-irmc.spec, 1.5, 1.6 Message-ID: <200612060719.kB67JLbv024869@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24853 Modified Files: libopensync-plugin-irmc.spec Log Message: - fix #216003 Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/libopensync-plugin-irmc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:47 -0000 1.5 +++ libopensync-plugin-irmc.spec 6 Dec 2006 07:18:51 -0000 1.6 @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,7 +47,10 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog -* Fri Oct 20 2006 Andreas Bierfert 0.19-1 +* Wed Dec 06 2006 Andreas Bierfert 0.19-1 +- fix #216003 + +* Fri Oct 20 2006 Andreas Bierfert - version upgrade * Wed Mar 01 2006 Andreas Bierfert 0.18-6 From fedora-extras-commits at redhat.com Wed Dec 6 10:00:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 05:00:24 -0500 Subject: rpms/glibmm24/FC-6 .cvsignore, 1.12, 1.13 glibmm.spec, 1.16, 1.17 sources, 1.13, 1.14 Message-ID: <200612061000.kB6A0Otb032326@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32302 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.12.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 2 Oct 2006 23:29:43 -0000 1.12 +++ .cvsignore 6 Dec 2006 09:59:54 -0000 1.13 @@ -1 +1 @@ -glibmm-2.12.2.tar.bz2 +glibmm-2.12.3.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-6/glibmm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- glibmm.spec 2 Oct 2006 23:29:43 -0000 1.16 +++ glibmm.spec 6 Dec 2006 09:59:54 -0000 1.17 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.12.2 +Version: 2.12.3 Release: 1 Summary: C++ interface for GTK2 (a GUI library for X) @@ -77,6 +77,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Wed Dec 6 2006 Denis Leroy - 2.12.3-1 +- Update to 2.12.3 + * Mon Oct 2 2006 Denis Leroy - 2.12.2-1 - Update to 2.12.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 2 Oct 2006 23:29:43 -0000 1.13 +++ sources 6 Dec 2006 09:59:54 -0000 1.14 @@ -1 +1 @@ -a70be72261b19a080b1666e5e04fd43a glibmm-2.12.2.tar.bz2 +bf80bb02ec7712181dc38ff379ae2d93 glibmm-2.12.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 10:36:37 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 05:36:37 -0500 Subject: rpms/gtkmm24/FC-6 .cvsignore, 1.10, 1.11 gtkmm.spec, 1.19, 1.20 sources, 1.12, 1.13 Message-ID: <200612061036.kB6AabFl003143@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3124 Modified Files: .cvsignore gtkmm.spec sources Log Message: Update to 2.10.5, addresses bug 218564 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Oct 2006 23:52:21 -0000 1.10 +++ .cvsignore 6 Dec 2006 10:36:07 -0000 1.11 @@ -1 +1 @@ -gtkmm-2.10.2.tar.bz2 +gtkmm-2.10.5.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-6/gtkmm.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkmm.spec 9 Oct 2006 18:00:34 -0000 1.19 +++ gtkmm.spec 6 Dec 2006 10:36:07 -0000 1.20 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.10.2 +Version: 2.10.5 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -98,6 +98,9 @@ %changelog +* Wed Dec 6 2006 Denis Leroy - 2.10.5-1 +- Update to 2.10.5, addresses bug 218564 + * Tue Oct 3 2006 Denis Leroy - 2.10.2-1 - Update to 2.10.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 2 Oct 2006 23:52:21 -0000 1.12 +++ sources 6 Dec 2006 10:36:07 -0000 1.13 @@ -1 +1 @@ -b29ec706e544002d312cbefa0a65c446 gtkmm-2.10.2.tar.bz2 +0f5255675d13391ca2f3fa4943733a07 gtkmm-2.10.5.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 11:33:30 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 06:33:30 -0500 Subject: rpms/inkscape/devel inkscape-0.44.1-latex.patch, NONE, 1.1 inkscape-0.44.1-psinput.patch, NONE, 1.1 inkscape.spec, 1.33, 1.34 Message-ID: <200612061133.kB6BXUkE006564@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6541 Modified Files: inkscape.spec Added Files: inkscape-0.44.1-latex.patch inkscape-0.44.1-psinput.patch Log Message: - Added patches to fix LaTex import (#217699) - Added patch to base postscript import on pstoedit plot-svg inkscape-0.44.1-latex.patch: --- NEW FILE inkscape-0.44.1-latex.patch --- --- inkscape-0.44.1/share/extensions/inkex.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/inkex.py 2006-12-01 19:05:40.000000000 +0100 @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import sys, copy, optparse +import sys, copy, optparse, random, re #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { @@ -32,8 +32,29 @@ u'xlink' :u'http://www.w3.org/1999/xlink' } +#a dictionary of unit to user unit conversion factors +uuconv = {'in':90.0, 'pt':1.25, 'px':1, 'mm':3.5433070866, 'cm':35.433070866, 'pc':15.0} +def unittouu(string): + '''Returns returns userunits given a string representation of units in another system''' + unit = re.compile('(%s)$' % '|'.join(uuconv.keys())) + param = re.compile(r'(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)') + + p = param.match(string) + u = unit.search(string) + if p: + retval = float(p.string[p.start():p.end()]) + else: + retval = 0.0 + if u: + try: + return retval * uuconv[u.string[u.start():u.end()]] + except KeyError: + pass + return retval + try: import xml.dom.ext + import xml.dom.minidom import xml.dom.ext.reader.Sax2 import xml.xpath except: @@ -59,11 +80,15 @@ class Effect: """A class for creating Inkscape SVG Effects""" - def __init__(self): + def __init__(self, *args, **kwargs): + self.id_characters = '0123456789abcdefghijklmnopqrstuvwkyzABCDEFGHIJKLMNOPQRSTUVWXYZ' self.document=None + self.ctx=None self.selected={} + self.doc_ids={} self.options=None self.args=None + self.use_minidom=kwargs.pop("use_minidom", False) self.OptionParser = optparse.OptionParser(usage="usage: %prog [options] SVGfile",option_class=InkOption) self.OptionParser.add_option("--id", action="append", type="string", dest="ids", default=[], @@ -83,7 +108,11 @@ stream = open(self.args[-1],'r') except: stream = sys.stdin - self.document = reader.fromStream(stream) + if self.use_minidom: + self.document = xml.dom.minidom.parse(stream) + else: + self.document = reader.fromStream(stream) + self.ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) stream.close() def getposinlayer(self): ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) @@ -111,6 +140,10 @@ path = '//*[@id="%s"]' % id for node in xml.xpath.Evaluate(path,self.document): self.selected[id] = node + def getdocids(self): + docIdNodes = xml.xpath.Evaluate('//@id',self.document,context=self.ctx) + for m in docIdNodes: + self.doc_ids[m.value] = 1 def output(self): """Serialize document into XML on stdout""" xml.dom.ext.Print(self.document) @@ -120,5 +153,22 @@ self.parse() self.getposinlayer() self.getselected() + self.getdocids() self.effect() self.output() + + def uniqueId(self, old_id, make_new_id = True): + new_id = old_id + if make_new_id: + while new_id in self.doc_ids: + new_id = "%s%s" % (new_id,random.choice(self.id_characters)) + self.doc_ids[new_id] = 1 + return new_id + def xpathSingle(self, path): + try: + retval = xml.xpath.Evaluate(path,self.document,context=self.ctx)[0] + except: + debug("No matching node for expression: %s" % path) + retval = None + return retval + --- inkscape-0.44.1/share/extensions/eqtexsvg.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/eqtexsvg.py 2006-12-01 19:05:20.000000000 +0100 @@ -1,15 +1,13 @@ #!/usr/bin/env python # -*- coding: cp1252 -*- """ -EQTEXSVG.py -functions for converting LATEX equation string into SVG path -This extension need, to work properly : - - a TEX/LATEX distribution (MiKTEX ...) +eqtexsvg.py +functions for converting LaTeX equation string into SVG path +This extension need, to work properly: + - a TeX/LaTeX distribution (MiKTeX ...) - pstoedit software: -Copyright (C) 2006 Julien Vitard, julienvitard at gmail.com - -- I will try to code XML parsing, not the hard way ;-) +Copyright (C) 2006 Julien Vitard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,99 +21,100 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -import inkex, os, tempfile +import inkex, os, tempfile, sys, xml.dom.minidom def create_equation_tex(filename, equation): tex = open(filename, 'w') - tex.write("""%% processed with EqTeXSVG.py -\documentclass{article} - + tex.write("""%% processed with eqtexsvg.py +\\documentclass{article} +\\usepackage{amsmath} +\\usepackage{amssymb} +\\usepackage{amsfonts} + \\thispagestyle{empty} \\begin{document} """) - tex.write("$$\n") tex.write(equation) - tex.write("\n$$\n") - tex.write("\end{document}\n") + tex.write("\n\\end{document}\n") tex.close() def svg_open(self,filename): - # parsing of SVG file with the equation - # real parsing XML to use!!!! it will be easier !!! - svg = open(filename, 'r') - svg_lines = svg.readlines() - - # trip top/bottom lines from svg file - svg_lines.pop(0) - svg_lines.pop(1) - svg_lines.pop(len(svg_lines)-1) - - group = self.document.createElement('svg:g') - self.current_layer.appendChild(group) - - # deleting "" "" "" from svg_lines - nodegroup='' - s_nodegroup_path='' - - for i in range(1,len(svg_lines)): - if svg_lines[i].find("") - nodegroup=nodegroup[0]+'\n' - elif svg_lines[i].find("") != -1: - s_nodegroup_path=s_nodegroup_path+'"\n' - elif svg_lines[i].find("") != -1: - nodegroup_svg = self.document.createElement('svg:g') - nodegroup_svg.setAttribute('style',nodegroup) - nodegroup_path = self.document.createElement('svg:path') - nodegroup_path.setAttribute('d',s_nodegroup_path) - group.appendChild(nodegroup_svg) - nodegroup_svg.appendChild(nodegroup_path) + doc_width = inkex.unittouu(self.document.documentElement.getAttribute('width')) + doc_height = inkex.unittouu(self.document.documentElement.getAttribute('height')) + doc_sizeH = min(doc_width,doc_height) + doc_sizeW = max(doc_width,doc_height) + + def clone_and_rewrite(self, node_in): + if node_in.localName != 'svg': + node_out = self.document.createElement('svg:' + node_in.localName) + for i in range(0, node_in.attributes.length): + name = node_in.attributes.item(i).name + value = node_in.attributes.item(i).value + node_out.setAttribute(name, value) else: - s_nodegroup_path=s_nodegroup_path+svg_lines[i] + node_out = self.document.createElement('svg:g') + for c in node_in.childNodes: + if c.localName in ('g', 'path', 'polyline', 'polygon'): + child = clone_and_rewrite(self, c) + if c.localName == 'g': + child.setAttribute('transform','matrix('+str(doc_sizeH/700.)+',0,0,'+str(-doc_sizeH/700.)+','+str(-doc_sizeH*0.25)+','+str(doc_sizeW*0.75)+')') + node_out.appendChild(child) + + return node_out + + doc = xml.dom.minidom.parse(filename) + svg = doc.getElementsByTagName('svg')[0] + group = clone_and_rewrite(self, svg) + self.current_layer.appendChild(group) class EQTEXSVG(inkex.Effect): def __init__(self): inkex.Effect.__init__(self) self.OptionParser.add_option("-f", "--formule", - action="store", type="string", - dest="formule", default=10.0, - help="Formule LaTeX") + action="store", type="string", + dest="formula", default=10.0, + help="LaTeX formula") def effect(self): - - base_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp") - latex_file = base_file + ".tex" - create_equation_tex(latex_file, self.options.formule) - - out_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp.output") - os.system('latex -output-directory=' + tempfile.gettempdir() + ' ' + latex_file + '> ' + out_file) - - ps_file = base_file + ".ps" - dvi_file = base_file + ".dvi" - svg_file = base_file + ".svg" + + base_dir = tempfile.mkdtemp("", "inkscape-"); + latex_file = os.path.join(base_dir, "eq.tex") + aux_file = os.path.join(base_dir, "eq.aux") + log_file = os.path.join(base_dir, "eq.log") + ps_file = os.path.join(base_dir, "eq.ps") + dvi_file = os.path.join(base_dir, "eq.dvi") + svg_file = os.path.join(base_dir, "eq.svg") + out_file = os.path.join(base_dir, "eq.out") + + def clean(): + os.remove(latex_file) + os.remove(aux_file) + os.remove(log_file) + os.remove(ps_file) + os.remove(dvi_file) + os.remove(svg_file) + os.remove(out_file) + os.rmdir(base_dir) + + create_equation_tex(latex_file, self.options.formula) + os.system('cd ' + base_dir + '; latex -halt-on-error ' + latex_file + ' > ' + out_file) + try: + os.stat(dvi_file) + except OSError: + print >>sys.stderr, "invalid LaTeX input:" + print >>sys.stderr, self.options.formula + print >>sys.stderr, "temporary files were left in:", base_dir + sys.exit(1) + os.system('dvips -q -f -E -D 600 -y 5000 -o ' + ps_file + ' ' + dvi_file) - os.system('pstoedit -f svg -dt -ssp ' + ps_file + ' ' + svg_file + '>> ' + out_file) + os.system('cd ' + base_dir + '; pstoedit -f plot-svg -dt -ssp ' + ps_file + ' ' + svg_file + '&> ' + out_file) - # ouvrir le svg et remplacer #7F7F7F par #000000 svg_open(self, svg_file) - # clean up - aux_file = base_file + ".aux" - log_file = base_file + ".log" - os.remove(latex_file) - os.remove(aux_file) - os.remove(log_file) - os.remove(dvi_file) - os.remove(ps_file) - os.remove(svg_file) - os.remove(out_file) - + clean() + e = EQTEXSVG() e.affect() inkscape-0.44.1-psinput.patch: --- NEW FILE inkscape-0.44.1-psinput.patch --- --- inkscape-0.44.1/share/extensions/ps_input.inx.orig 2006-12-06 11:47:27.000000000 +0100 +++ inkscape-0.44.1/share/extensions/ps_input.inx 2006-12-06 11:46:40.000000000 +0100 @@ -1,7 +1,6 @@ <_name>Postscript Input org.inkscape.input.ps - org.inkscape.input.sk pstoedit .ps @@ -11,7 +10,6 @@ org.inkscape.output.ps --- inkscape-0.44.1/share/extensions/eps_input.inx.orig 2006-12-06 12:19:56.000000000 +0100 +++ inkscape-0.44.1/share/extensions/eps_input.inx 2006-12-06 12:19:42.000000000 +0100 @@ -1,9 +1,8 @@ <_name>EPS Input org.inkscape.input.eps - org.inkscape.input.ps - gs - + pstoedit + .eps image/x-encapsulated-postscript <_filetypename>Encapsulated Postscript (*.eps) @@ -11,7 +10,6 @@ org.inkscape.output.eps Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- inkscape.spec 7 Sep 2006 09:59:41 -0000 1.33 +++ inkscape.spec 6 Dec 2006 11:32:59 -0000 1.34 @@ -1,12 +1,14 @@ Name: inkscape Version: 0.44.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.gz +Patch0: inkscape-0.44.1-latex.patch +Patch1: inkscape-0.44.1-psinput.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -57,6 +59,8 @@ %prep %setup -q +%patch0 -p1 -b .latex +%patch1 -p1 -b .psinput %build @@ -119,6 +123,10 @@ %changelog +* Wed Dec 6 2006 Denis Leroy - 0.44.1-2 +- Added patches to fix LaTex import (#217699) +- Added patch to base postscript import on pstoedit plot-svg + * Thu Sep 7 2006 Denis Leroy - 0.44.1-1 - Update to 0.44.1 - Removed png export patch, integrated upstream From fedora-extras-commits at redhat.com Wed Dec 6 11:40:02 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 6 Dec 2006 06:40:02 -0500 Subject: rpms/inkscape/FC-6 inkscape-0.44.1-latex.patch, NONE, 1.1 inkscape-0.44.1-psinput.patch, NONE, 1.1 inkscape.spec, 1.33, 1.34 Message-ID: <200612061140.kB6Be2oo006679@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6655 Modified Files: inkscape.spec Added Files: inkscape-0.44.1-latex.patch inkscape-0.44.1-psinput.patch Log Message: - Added patches to fix LaTex import (#217699) - Added patch to base postscript import on pstoedit plot-svg inkscape-0.44.1-latex.patch: --- NEW FILE inkscape-0.44.1-latex.patch --- --- inkscape-0.44.1/share/extensions/inkex.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/inkex.py 2006-12-01 19:05:40.000000000 +0100 @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import sys, copy, optparse +import sys, copy, optparse, random, re #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { @@ -32,8 +32,29 @@ u'xlink' :u'http://www.w3.org/1999/xlink' } +#a dictionary of unit to user unit conversion factors +uuconv = {'in':90.0, 'pt':1.25, 'px':1, 'mm':3.5433070866, 'cm':35.433070866, 'pc':15.0} +def unittouu(string): + '''Returns returns userunits given a string representation of units in another system''' + unit = re.compile('(%s)$' % '|'.join(uuconv.keys())) + param = re.compile(r'(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)') + + p = param.match(string) + u = unit.search(string) + if p: + retval = float(p.string[p.start():p.end()]) + else: + retval = 0.0 + if u: + try: + return retval * uuconv[u.string[u.start():u.end()]] + except KeyError: + pass + return retval + try: import xml.dom.ext + import xml.dom.minidom import xml.dom.ext.reader.Sax2 import xml.xpath except: @@ -59,11 +80,15 @@ class Effect: """A class for creating Inkscape SVG Effects""" - def __init__(self): + def __init__(self, *args, **kwargs): + self.id_characters = '0123456789abcdefghijklmnopqrstuvwkyzABCDEFGHIJKLMNOPQRSTUVWXYZ' self.document=None + self.ctx=None self.selected={} + self.doc_ids={} self.options=None self.args=None + self.use_minidom=kwargs.pop("use_minidom", False) self.OptionParser = optparse.OptionParser(usage="usage: %prog [options] SVGfile",option_class=InkOption) self.OptionParser.add_option("--id", action="append", type="string", dest="ids", default=[], @@ -83,7 +108,11 @@ stream = open(self.args[-1],'r') except: stream = sys.stdin - self.document = reader.fromStream(stream) + if self.use_minidom: + self.document = xml.dom.minidom.parse(stream) + else: + self.document = reader.fromStream(stream) + self.ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) stream.close() def getposinlayer(self): ctx = xml.xpath.Context.Context(self.document,processorNss=NSS) @@ -111,6 +140,10 @@ path = '//*[@id="%s"]' % id for node in xml.xpath.Evaluate(path,self.document): self.selected[id] = node + def getdocids(self): + docIdNodes = xml.xpath.Evaluate('//@id',self.document,context=self.ctx) + for m in docIdNodes: + self.doc_ids[m.value] = 1 def output(self): """Serialize document into XML on stdout""" xml.dom.ext.Print(self.document) @@ -120,5 +153,22 @@ self.parse() self.getposinlayer() self.getselected() + self.getdocids() self.effect() self.output() + + def uniqueId(self, old_id, make_new_id = True): + new_id = old_id + if make_new_id: + while new_id in self.doc_ids: + new_id = "%s%s" % (new_id,random.choice(self.id_characters)) + self.doc_ids[new_id] = 1 + return new_id + def xpathSingle(self, path): + try: + retval = xml.xpath.Evaluate(path,self.document,context=self.ctx)[0] + except: + debug("No matching node for expression: %s" % path) + retval = None + return retval + --- inkscape-0.44.1/share/extensions/eqtexsvg.py.orig 2006-09-06 07:43:07.000000000 +0200 +++ inkscape-0.44.1/share/extensions/eqtexsvg.py 2006-12-01 19:05:20.000000000 +0100 @@ -1,15 +1,13 @@ #!/usr/bin/env python # -*- coding: cp1252 -*- """ -EQTEXSVG.py -functions for converting LATEX equation string into SVG path -This extension need, to work properly : - - a TEX/LATEX distribution (MiKTEX ...) +eqtexsvg.py +functions for converting LaTeX equation string into SVG path +This extension need, to work properly: + - a TeX/LaTeX distribution (MiKTeX ...) - pstoedit software: -Copyright (C) 2006 Julien Vitard, julienvitard at gmail.com - -- I will try to code XML parsing, not the hard way ;-) +Copyright (C) 2006 Julien Vitard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,99 +21,100 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -import inkex, os, tempfile +import inkex, os, tempfile, sys, xml.dom.minidom def create_equation_tex(filename, equation): tex = open(filename, 'w') - tex.write("""%% processed with EqTeXSVG.py -\documentclass{article} - + tex.write("""%% processed with eqtexsvg.py +\\documentclass{article} +\\usepackage{amsmath} +\\usepackage{amssymb} +\\usepackage{amsfonts} + \\thispagestyle{empty} \\begin{document} """) - tex.write("$$\n") tex.write(equation) - tex.write("\n$$\n") - tex.write("\end{document}\n") + tex.write("\n\\end{document}\n") tex.close() def svg_open(self,filename): - # parsing of SVG file with the equation - # real parsing XML to use!!!! it will be easier !!! - svg = open(filename, 'r') - svg_lines = svg.readlines() - - # trip top/bottom lines from svg file - svg_lines.pop(0) - svg_lines.pop(1) - svg_lines.pop(len(svg_lines)-1) - - group = self.document.createElement('svg:g') - self.current_layer.appendChild(group) - - # deleting "" "" "" from svg_lines - nodegroup='' - s_nodegroup_path='' - - for i in range(1,len(svg_lines)): - if svg_lines[i].find("") - nodegroup=nodegroup[0]+'\n' - elif svg_lines[i].find("") != -1: - s_nodegroup_path=s_nodegroup_path+'"\n' - elif svg_lines[i].find("") != -1: - nodegroup_svg = self.document.createElement('svg:g') - nodegroup_svg.setAttribute('style',nodegroup) - nodegroup_path = self.document.createElement('svg:path') - nodegroup_path.setAttribute('d',s_nodegroup_path) - group.appendChild(nodegroup_svg) - nodegroup_svg.appendChild(nodegroup_path) + doc_width = inkex.unittouu(self.document.documentElement.getAttribute('width')) + doc_height = inkex.unittouu(self.document.documentElement.getAttribute('height')) + doc_sizeH = min(doc_width,doc_height) + doc_sizeW = max(doc_width,doc_height) + + def clone_and_rewrite(self, node_in): + if node_in.localName != 'svg': + node_out = self.document.createElement('svg:' + node_in.localName) + for i in range(0, node_in.attributes.length): + name = node_in.attributes.item(i).name + value = node_in.attributes.item(i).value + node_out.setAttribute(name, value) else: - s_nodegroup_path=s_nodegroup_path+svg_lines[i] + node_out = self.document.createElement('svg:g') + for c in node_in.childNodes: + if c.localName in ('g', 'path', 'polyline', 'polygon'): + child = clone_and_rewrite(self, c) + if c.localName == 'g': + child.setAttribute('transform','matrix('+str(doc_sizeH/700.)+',0,0,'+str(-doc_sizeH/700.)+','+str(-doc_sizeH*0.25)+','+str(doc_sizeW*0.75)+')') + node_out.appendChild(child) + + return node_out + + doc = xml.dom.minidom.parse(filename) + svg = doc.getElementsByTagName('svg')[0] + group = clone_and_rewrite(self, svg) + self.current_layer.appendChild(group) class EQTEXSVG(inkex.Effect): def __init__(self): inkex.Effect.__init__(self) self.OptionParser.add_option("-f", "--formule", - action="store", type="string", - dest="formule", default=10.0, - help="Formule LaTeX") + action="store", type="string", + dest="formula", default=10.0, + help="LaTeX formula") def effect(self): - - base_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp") - latex_file = base_file + ".tex" - create_equation_tex(latex_file, self.options.formule) - - out_file = os.path.join(tempfile.gettempdir(), "inkscape-latex.tmp.output") - os.system('latex -output-directory=' + tempfile.gettempdir() + ' ' + latex_file + '> ' + out_file) - - ps_file = base_file + ".ps" - dvi_file = base_file + ".dvi" - svg_file = base_file + ".svg" + + base_dir = tempfile.mkdtemp("", "inkscape-"); + latex_file = os.path.join(base_dir, "eq.tex") + aux_file = os.path.join(base_dir, "eq.aux") + log_file = os.path.join(base_dir, "eq.log") + ps_file = os.path.join(base_dir, "eq.ps") + dvi_file = os.path.join(base_dir, "eq.dvi") + svg_file = os.path.join(base_dir, "eq.svg") + out_file = os.path.join(base_dir, "eq.out") + + def clean(): + os.remove(latex_file) + os.remove(aux_file) + os.remove(log_file) + os.remove(ps_file) + os.remove(dvi_file) + os.remove(svg_file) + os.remove(out_file) + os.rmdir(base_dir) + + create_equation_tex(latex_file, self.options.formula) + os.system('cd ' + base_dir + '; latex -halt-on-error ' + latex_file + ' > ' + out_file) + try: + os.stat(dvi_file) + except OSError: + print >>sys.stderr, "invalid LaTeX input:" + print >>sys.stderr, self.options.formula + print >>sys.stderr, "temporary files were left in:", base_dir + sys.exit(1) + os.system('dvips -q -f -E -D 600 -y 5000 -o ' + ps_file + ' ' + dvi_file) - os.system('pstoedit -f svg -dt -ssp ' + ps_file + ' ' + svg_file + '>> ' + out_file) + os.system('cd ' + base_dir + '; pstoedit -f plot-svg -dt -ssp ' + ps_file + ' ' + svg_file + '&> ' + out_file) - # ouvrir le svg et remplacer #7F7F7F par #000000 svg_open(self, svg_file) - # clean up - aux_file = base_file + ".aux" - log_file = base_file + ".log" - os.remove(latex_file) - os.remove(aux_file) - os.remove(log_file) - os.remove(dvi_file) - os.remove(ps_file) - os.remove(svg_file) - os.remove(out_file) - + clean() + e = EQTEXSVG() e.affect() inkscape-0.44.1-psinput.patch: --- NEW FILE inkscape-0.44.1-psinput.patch --- --- inkscape-0.44.1/share/extensions/ps_input.inx.orig 2006-12-06 11:47:27.000000000 +0100 +++ inkscape-0.44.1/share/extensions/ps_input.inx 2006-12-06 11:46:40.000000000 +0100 @@ -1,7 +1,6 @@ <_name>Postscript Input org.inkscape.input.ps - org.inkscape.input.sk pstoedit .ps @@ -11,7 +10,6 @@ org.inkscape.output.ps --- inkscape-0.44.1/share/extensions/eps_input.inx.orig 2006-12-06 12:19:56.000000000 +0100 +++ inkscape-0.44.1/share/extensions/eps_input.inx 2006-12-06 12:19:42.000000000 +0100 @@ -1,9 +1,8 @@ <_name>EPS Input org.inkscape.input.eps - org.inkscape.input.ps - gs - + pstoedit + .eps image/x-encapsulated-postscript <_filetypename>Encapsulated Postscript (*.eps) @@ -11,7 +10,6 @@ org.inkscape.output.eps Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-6/inkscape.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- inkscape.spec 7 Sep 2006 09:59:41 -0000 1.33 +++ inkscape.spec 6 Dec 2006 11:39:32 -0000 1.34 @@ -1,12 +1,14 @@ Name: inkscape Version: 0.44.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.gz +Patch0: inkscape-0.44.1-latex.patch +Patch1: inkscape-0.44.1-psinput.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -57,6 +59,8 @@ %prep %setup -q +%patch0 -p1 -b .latex +%patch1 -p1 -b .psinput %build @@ -119,6 +123,10 @@ %changelog +* Fri Dec 1 2006 Denis Leroy - 0.44.1-2 +- Added patches to fix LaTex import (#217699) +- Added patch to base postscript import on pstoedit plot-svg + * Thu Sep 7 2006 Denis Leroy - 0.44.1-1 - Update to 0.44.1 - Removed png export patch, integrated upstream From fedora-extras-commits at redhat.com Wed Dec 6 11:53:58 2006 From: fedora-extras-commits at redhat.com (Tim Waugh (twaugh)) Date: Wed, 6 Dec 2006 06:53:58 -0500 Subject: rpms/international-time/devel international-time.spec,1.3,1.4 Message-ID: <200612061153.kB6BrwOL006798@cvs-int.fedora.redhat.com> Author: twaugh Update of /cvs/extras/rpms/international-time/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6783 Modified Files: international-time.spec Log Message: * Wed Dec 6 2006 Tim Waugh 0.0.2-3 - Built for devel. Index: international-time.spec =================================================================== RCS file: /cvs/extras/rpms/international-time/devel/international-time.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- international-time.spec 27 Oct 2006 09:13:58 -0000 1.3 +++ international-time.spec 6 Dec 2006 11:53:28 -0000 1.4 @@ -1,7 +1,7 @@ Summary: A tool for arranging times in advance with overseas colleagues Name: international-time Version: 0.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System Source0: http://cyberelk.net/tim/data/international-time/international-time-%{version}.tar.bz2 @@ -66,6 +66,9 @@ %{_datadir}/applications/* %changelog +* Wed Dec 6 2006 Tim Waugh 0.0.2-3 +- Built for devel. + * Fri Oct 27 2006 Tim Waugh - Better categories for the desktop file. From fedora-extras-commits at redhat.com Wed Dec 6 12:10:20 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:20 -0500 Subject: rpms/mkvtoolnix - New directory Message-ID: <200612061210.kB6CAKIv010007@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10003/mkvtoolnix Log Message: Directory /cvs/extras/rpms/mkvtoolnix added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 12:10:25 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:25 -0500 Subject: rpms/mkvtoolnix/devel - New directory Message-ID: <200612061210.kB6CAPjj010021@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10003/mkvtoolnix/devel Log Message: Directory /cvs/extras/rpms/mkvtoolnix/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 6 12:10:40 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:40 -0500 Subject: rpms/mkvtoolnix Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612061210.kB6CAeId010050@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10044 Added Files: Makefile import.log Log Message: Setup of module mkvtoolnix --- NEW FILE Makefile --- # Top level Makefile for module mkvtoolnix all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 6 12:10:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:10:45 -0500 Subject: rpms/mkvtoolnix/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612061210.kB6CAj6R010065@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10044/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mkvtoolnix --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 6 12:17:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:17:06 -0500 Subject: rpms/mkvtoolnix/devel mkvinfo.desktop, NONE, 1.1 mkvtoolnix.spec, NONE, 1.1 mmg.desktop, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612061217.kB6CH6Jl010181@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10143/devel Modified Files: .cvsignore sources Added Files: mkvinfo.desktop mkvtoolnix.spec mmg.desktop Log Message: auto-import mkvtoolnix-1.8.1-1 on branch devel from mkvtoolnix-1.8.1-1.src.rpm --- NEW FILE mkvinfo.desktop --- [Desktop Entry] Name=mkvinfo Comment=Show information about tracks in Matroska files Exec=mkvinfo -g Icon=mkvinfo Terminal=false Encoding=UTF-8 Type=Application MimeType=video/x-matroska;audio/x-matroska;application/x-matroska; Categories=AudioVideo;GTK; --- NEW FILE mkvtoolnix.spec --- Summary: Matroska container manipulation utilities Name: mkvtoolnix Version: 1.8.1 Release: 1%{?dist} License: GPL Group: Applications/Multimedia Source0: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2 Source1: mmg.desktop Source2: mkvinfo.desktop URL: http://www.bunkus.org/videotools/mkvtoolnix/index.html BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: flac-devel >= 1.1.1 BuildRequires: libebml-devel >= 0.7.7 BuildRequires: libmatroska-devel >= 0.8.0 BuildRequires: libogg-devel BuildRequires: libvorbis-devel BuildRequires: pcre-devel BuildRequires: zlib-devel BuildRequires: expat-devel BuildRequires: lzo-devel BuildRequires: bzip2-devel BuildRequires: wxGTK-devel %description Mkvtoolnix is a set of utilities to mux and demux audio, video and subtitle streams into and from Matroska containers. %package gui Summary: Mkvtoolnix GUI Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} %description gui GUI for mkvtoolnix. %prep %setup -q sed -i -e 's/"-O3"/""/' configure* %build %configure %{__make} %{?_smp_mflags} V=1 %install rm -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true install desktop-file-install \ --vendor=livna \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ --mode=644 \ %{SOURCE1} install -Dpm 644 src/mmg/matroskalogo.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/mmg.xpm desktop-file-install \ --vendor=livna \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ --mode=644 \ %{SOURCE2} install -Dpm 644 src/info/matroska.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/mkvinfo.xpm %clean rm -rf $RPM_BUILD_ROOT %post gui update-desktop-database &>/dev/null || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun gui update-desktop-database &>/dev/null || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(644,root,root,0755) %doc AUTHORS COPYING README ChangeLog TODO %attr(755,root,root) %{_bindir}/base64tool %attr(755,root,root) %{_bindir}/mkvextract %attr(755,root,root) %{_bindir}/mkvmerge %{_mandir}/man1/base64tool* %{_mandir}/man1/mkvextract* %{_mandir}/man1/mkvmerge* %files gui %doc doc/mkvmerge-gui.html %defattr(644,root,root,0755) %attr(755,root,root) %{_bindir}/mkvinfo %attr(755,root,root) %{_bindir}/mmg %{_mandir}/man1/mkvinfo* %{_mandir}/man1/mmg* %{_datadir}/%{name} %{_datadir}/applications/*-mkvinfo.desktop %{_datadir}/applications/*-mmg.desktop %{_datadir}/icons/hicolor/32x32/apps/mkvinfo.xpm %{_datadir}/icons/hicolor/32x32/apps/mmg.xpm %changelog * Tue Dec 05 2006 Dominik Mierzejewski 1.8.1-1 - updated to 1.8.1 * Sun Nov 26 2006 Ville Skytt?? - 1.8.0-3 - Update GTK icon cache in -gui's post(un)install phase, not main pkg's. - Add menu entry for mkvinfo. * Thu Nov 23 2006 Dominik Mierzejewski 1.8.0-2 - moved mkvinfo and its manpage to -gui - dropped --enable-debug from configure * Sun Nov 19 2006 Dominik Mierzejewski 1.8.0-1 - updated to 1.8.0 - prevent stripping binaries during make install - removed sed from BRs - made -gui Require: current version of the main package - specfile cleanups * Fri Jul 28 2006 Dominik Mierzejewski 1.7.0-1 - updated to 1.7.0 - removed FCver dependent BRs * Sun Apr 02 2006 Dominik Mierzejewski 1.6.5-3 - added missing BRs - enable all deps by default * Sat Jan 07 2006 Dominik Mierzejewski 1.6.5-2 - added desktop file and icon for GUI - remove hardcoded -O3 from configure's CFLAGS * Fri Jan 06 2006 Dominik Mierzejewski - dropped RH7.x support - specfile cleanups * Sun Dec 11 2005 Dominik Mierzejewski - updated to 1.6.5 - updated BuildRequires * Thu Jul 07 2005 Dominik Mierzejewski - updated to 1.5.0 * Mon Apr 11 2005 Dominik Mierzejewski - fixed BRs for Fedoras * Wed Jan 12 2005 Dominik Mierzejewski - fixed rebuilding under RH7.3 * Sat Jan 08 2005 Dominik Mierzejewski - updated to 1.0.1 * Sat Oct 16 2004 Dominik Mierzejewski - arranged sections in correct order - split GUI into separate package - added some bconds * Sat Jan 02 2004 Ronald Bultje Author: rathann Update of /cvs/extras/rpms/mkvtoolnix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10143 Modified Files: import.log Log Message: auto-import mkvtoolnix-1.8.1-1 on branch devel from mkvtoolnix-1.8.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/mkvtoolnix/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Dec 2006 12:10:40 -0000 1.1 +++ import.log 6 Dec 2006 12:16:36 -0000 1.2 @@ -0,0 +1 @@ +mkvtoolnix-1_8_1-1:HEAD:mkvtoolnix-1.8.1-1.src.rpm:1165407634 From fedora-extras-commits at redhat.com Wed Dec 6 12:24:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 6 Dec 2006 07:24:36 -0500 Subject: fedora-security/audit fe4, 1.107, 1.108 fe5, 1.116, 1.117 fe6, 1.31, 1.32 Message-ID: <200612061224.kB6COane010262@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10243 Modified Files: fe4 fe5 fe6 Log Message: CVE-2006-6120 (koffice) #218030 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- fe4 3 Dec 2006 22:07:17 -0000 1.107 +++ fe4 6 Dec 2006 12:24:36 -0000 1.108 @@ -6,6 +6,7 @@ CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 +CVE-2006-6120 VULNERABLE (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- fe5 3 Dec 2006 22:07:17 -0000 1.116 +++ fe5 6 Dec 2006 12:24:36 -0000 1.117 @@ -6,6 +6,7 @@ CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 +CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- fe6 3 Dec 2006 22:07:17 -0000 1.31 +++ fe6 6 Dec 2006 12:24:36 -0000 1.32 @@ -6,6 +6,7 @@ CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 version (gnupg2, fixed 2.0.1) #217950 CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) +CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 VULNERABLE (gv) #215136 From fedora-extras-commits at redhat.com Wed Dec 6 12:42:52 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 6 Dec 2006 07:42:52 -0500 Subject: owners owners.list,1.2072,1.2073 Message-ID: <200612061242.kB6Cgqao010434@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10410 Modified Files: owners.list Log Message: Add myself as the maintainer of mkvtoolnix. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2072 retrieving revision 1.2073 diff -u -r1.2072 -r1.2073 --- owners.list 6 Dec 2006 05:45:39 -0000 1.2072 +++ owners.list 6 Dec 2006 12:42:22 -0000 1.2073 @@ -1122,6 +1122,7 @@ Fedora Extras|mirrormagic|Puzzle game where you steer a beam of light using mirrors|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|mISDN|Userspace part of Modular ISDN stack|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mknbi|Utility for creating network bootable images|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|mkvtoolnix|Matroska container manipulation utilities|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|mlmmj|Mailserver-independent ezmlm-like mailing list manager|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|mlton|Optimizing compiler for Standard ML|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|mm|Shared memory allocation library|andreas at bawue.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 12:44:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 6 Dec 2006 07:44:26 -0500 Subject: comps comps-fe5.xml.in, 1.209, 1.210 comps-fe6.xml.in, 1.238, 1.239 comps-fe7.xml.in, 1.41, 1.42 Message-ID: <200612061244.kB6CiQw8010466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10447 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: vdr* updates Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.209 retrieving revision 1.210 diff -u -r1.209 -r1.210 --- comps-fe5.xml.in 4 Dec 2006 09:06:41 -0000 1.209 +++ comps-fe5.xml.in 6 Dec 2006 12:43:56 -0000 1.210 @@ -844,8 +844,10 @@ tclabc ushare vdr + vdr-femon vdr-osdteletext vdr-subtitles + vdradmin-am xmms xmms-cdread xmms-flac Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.238 retrieving revision 1.239 diff -u -r1.238 -r1.239 --- comps-fe6.xml.in 6 Dec 2006 04:50:20 -0000 1.238 +++ comps-fe6.xml.in 6 Dec 2006 12:43:56 -0000 1.239 @@ -458,6 +458,7 @@ tuxpuck ularn uqm + vdr-sudoku viruskiller wesnoth worminator @@ -901,8 +902,11 @@ ushare v4l2-tool vdr + vdr-femon vdr-osdteletext vdr-subtitles + vdr-sudoku + vdradmin-am wmix xmms xmms-adplug Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- comps-fe7.xml.in 6 Dec 2006 04:50:20 -0000 1.41 +++ comps-fe7.xml.in 6 Dec 2006 12:43:56 -0000 1.42 @@ -901,8 +901,11 @@ ushare v4l2-tool vdr + vdr-femon vdr-osdteletext vdr-subtitles + vdr-sudoku + vdradmin-am wmix xmms xmms-adplug From fedora-extras-commits at redhat.com Wed Dec 6 13:17:54 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 08:17:54 -0500 Subject: owners owners.list,1.2073,1.2074 Message-ID: <200612061317.kB6DHskm013707@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13692 Modified Files: owners.list Log Message: add itpp Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2073 retrieving revision 1.2074 diff -u -r1.2073 -r1.2074 --- owners.list 6 Dec 2006 12:42:22 -0000 1.2073 +++ owners.list 6 Dec 2006 13:17:24 -0000 1.2074 @@ -775,6 +775,7 @@ Fedora Extras|istanbul|Desktop Session Recorder|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|itcl|Object oriented extension to Tcl|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|itext|A Free Java-PDF library|green at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|itpp|C++ library for math, signal/speech processing, and communications|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|itk|Object oriented extension to Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|ivman|Generic handler for HAL events|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|iwidgets|A set of useful widgets based on itcl and itk|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 6 14:02:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:02:22 -0500 Subject: rpms/maxima/devel maxima.spec,1.45,1.46 Message-ID: <200612061402.kB6E2MOn016928@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16911 Modified Files: maxima.spec Log Message: * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- maxima.spec 14 Nov 2006 02:56:42 -0000 1.45 +++ maxima.spec 6 Dec 2006 14:01:52 -0000 1.46 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -385,6 +385,9 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + * Fri Nov 10 2006 Rex Dieter 5.10.0-8 - omit sbcl-disable-debugger patch (#214568) From fedora-extras-commits at redhat.com Wed Dec 6 14:12:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:12:09 -0500 Subject: rpms/maxima/devel maxima.spec,1.46,1.47 Message-ID: <200612061412.kB6EC9qw017115@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17073 Modified Files: maxima.spec Log Message: skip clisp, for now, rawhide breakage Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- maxima.spec 6 Dec 2006 14:01:52 -0000 1.46 +++ maxima.spec 6 Dec 2006 14:11:39 -0000 1.47 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 9%{?dist} +Release: 9%{?dist}.1 License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -22,7 +22,8 @@ %ifarch %{ix86} x86_64 %define default_lisp clisp -%define _enable_clisp --enable-clisp +## skip clisp, for now, rawhide breakage +#define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl %endif From fedora-extras-commits at redhat.com Wed Dec 6 14:17:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 6 Dec 2006 09:17:44 -0500 Subject: rpms/python-psycopg2/FC-6 python-psycopg2.spec,1.3,1.4 Message-ID: <200612061417.kB6EHiD8017281@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17266 Modified Files: python-psycopg2.spec Log Message: - Rebuilt for PostgreSQL 8.2.0 Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/FC-6/python-psycopg2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-psycopg2.spec 11 Sep 2006 01:58:40 -0000 1.3 +++ python-psycopg2.spec 6 Dec 2006 14:17:14 -0000 1.4 @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-4 +- Rebuilt for PostgreSQL 8.2.0 + * Mon Sep 11 2006 - Devrim GUNDUZ 2.0.5.1-3 - Rebuilt From fedora-extras-commits at redhat.com Wed Dec 6 14:23:36 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:23:36 -0500 Subject: rpms/maxima/devel maxima.spec,1.47,1.48 Message-ID: <200612061423.kB6ENa15017368@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17350 Modified Files: maxima.spec Log Message: default_lisp=gcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- maxima.spec 6 Dec 2006 14:11:39 -0000 1.47 +++ maxima.spec 6 Dec 2006 14:23:06 -0000 1.48 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 9%{?dist}.1 +Release: 9%{?dist}.2 License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -21,7 +21,7 @@ %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%define default_lisp gcl ## skip clisp, for now, rawhide breakage #define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl From fedora-extras-commits at redhat.com Wed Dec 6 14:26:40 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 6 Dec 2006 09:26:40 -0500 Subject: rpms/lilypond/FC-6 .cvsignore, 1.7, 1.8 lilypond.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612061426.kB6EQeLc017555@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17485 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 13 Nov 2006 19:33:40 -0000 1.7 +++ .cvsignore 6 Dec 2006 14:26:10 -0000 1.8 @@ -1 +1 @@ -lilypond-2.10.0.tar.gz +lilypond-2.10.1.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/lilypond.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lilypond.spec 13 Nov 2006 19:33:40 -0000 1.7 +++ lilypond.spec 6 Dec 2006 14:26:10 -0000 1.8 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Wed Dec 6 2006 Quentin Spencer 2.10.1-1 +- New release. + * Mon Nov 13 2006 Quentin Spencer 2.10.0-1 - New release. Update build requirements for 2.10 series. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Nov 2006 19:33:40 -0000 1.7 +++ sources 6 Dec 2006 14:26:10 -0000 1.8 @@ -1 +1 @@ -82e4487c5c1fa1d2e478d5974a3630df lilypond-2.10.0.tar.gz +b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 14:27:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 6 Dec 2006 09:27:00 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.3,1.4 Message-ID: <200612061427.kB6ER0WL017560@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17534 Modified Files: python-psycopg2.spec Log Message: Rebuilt for PostgreSQL 8.2.0 Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-psycopg2.spec 11 Sep 2006 01:58:40 -0000 1.3 +++ python-psycopg2.spec 6 Dec 2006 14:26:30 -0000 1.4 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-4 +- Rebuilt for PostgreSQL 8.2.0 + * Mon Sep 11 2006 - Devrim GUNDUZ 2.0.5.1-3 - Rebuilt From fedora-extras-commits at redhat.com Wed Dec 6 14:28:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 6 Dec 2006 09:28:27 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.4,1.5 Message-ID: <200612061428.kB6ESRPi017636@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17608 Modified Files: python-psycopg2.spec Log Message: Bumped up spec file version to prevent cvs tag: Pre-tag check failed errors :( Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-psycopg2.spec 6 Dec 2006 14:26:30 -0000 1.4 +++ python-psycopg2.spec 6 Dec 2006 14:27:57 -0000 1.5 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-5 +- Bumped up spec version + * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-4 - Rebuilt for PostgreSQL 8.2.0 From fedora-extras-commits at redhat.com Wed Dec 6 14:43:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:43:40 -0500 Subject: rpms/qt4/FC-6 .cvsignore, 1.12, 1.13 qt4.spec, 1.27, 1.28 sources, 1.10, 1.11 Message-ID: <200612061443.kB6EhehG017840@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17821 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 (#218575) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 24 Oct 2006 11:47:42 -0000 1.12 +++ .cvsignore 6 Dec 2006 14:43:10 -0000 1.13 @@ -1,6 +1,4 @@ clog OLD/ -qt-x11-opensource-src-4.1.4.tar.gz -qt-x11-opensource-src-4.1.5.tar.gz -qt-x11-opensource-src-4.2.0.tar.gz qt-x11-opensource-src-4.2.1.tar.gz +qt-x11-opensource-src-4.2.2.tar.gz Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-6/qt4.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- qt4.spec 16 Nov 2006 21:04:01 -0000 1.27 +++ qt4.spec 6 Dec 2006 14:43:10 -0000 1.28 @@ -12,8 +12,8 @@ Summary: Qt toolkit Name: qt4 -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.2.2 +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -507,6 +507,9 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 4.2.2-1 +- qt-4.2.2 (#218575) + * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 @@ -515,13 +518,13 @@ - fix pre-modular-X libGL/libGLU deps (#211898) * Sun Oct 22 2006 Rex Dieter 4.2.1-1 -- 4.2.1 +- qt-4.2.1 * Wed Oct 04 2006 Rex Dieter 4.2.0-1 -- 4.2.0(final) +- qt-4.2.0(final) * Thu Sep 28 2006 Kevin Kofler 4.2.0-0.9.20060927 -- update to 4.2.0-snapshot-20060927 +- update to qt-4.2.0-snapshot-20060927 - update QDBus executable names - -x11: exclude plugins/designer (which belong to -devel) - BuildConflicts: qt4-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 24 Oct 2006 11:47:42 -0000 1.10 +++ sources 6 Dec 2006 14:43:10 -0000 1.11 @@ -1 +1 @@ -2ab1c88084f55b94809f025a8503bf18 qt-x11-opensource-src-4.2.1.tar.gz +19f6374fe7924e33775cb87ee02669cb qt-x11-opensource-src-4.2.2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 14:56:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 09:56:32 -0500 Subject: rpms/koffice/FC-4 .cvsignore, 1.10, 1.11 koffice.spec, 1.19, 1.20 sources, 1.10, 1.11 koffice-1.6.0.patch, 1.1, NONE koshell.png, 1.1, NONE Message-ID: <200612061456.kB6EuWNu017989@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17964 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-1.6.0.patch koshell.png Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) - BR: GraphicsMagick-devel - simplify %files (prudent globbing) - fix unowned dirs (#212174) - make buildable on/for EL-4 too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 21 Oct 2006 07:51:58 -0000 1.10 +++ .cvsignore 6 Dec 2006 14:56:02 -0000 1.11 @@ -1 +1,3 @@ koffice-1.6.0.tar.bz2 +koffice-1.6.1.tar.bz2 +koshell.png Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/koffice.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- koffice.spec 25 Oct 2006 11:19:17 -0000 1.19 +++ koffice.spec 6 Dec 2006 14:56:02 -0000 1.20 @@ -1,40 +1,33 @@ + Name: koffice -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-1.6.0.tar.bz2 -Source100: koshell.png - -# stuff for the build configuration -Patch0: koffice-1.6.0.patch +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source100: koshell.png + # BuildRequires: world-devel ;) -BuildRequires: automake -BuildRequires: autoconf >= 2.53 BuildRequires: kdebase-devel BuildRequires: kdelibs-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: libart_lgpl-devel -BuildRequires: libidn-devel -BuildRequires: gamin-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 3 +BuildRequires: GraphicsMagick-devel +%endif BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel -BuildRequires: libstdc++-devel -BuildRequires: alsa-lib-devel -BuildRequires: libvorbis-devel -BuildRequires: libogg-devel BuildRequires: openssl-devel -BuildRequires: esound-devel BuildRequires: python-devel BuildRequires: pcre-devel BuildRequires: libwpd-devel @@ -42,22 +35,27 @@ BuildRequires: gettext-devel BuildRequires: mysql-devel BuildRequires: desktop-file-utils -BuildRequires: postgresql-devel BuildRequires: perl -BuildRequires: python2-devel BuildRequires: wv2-devel BuildRequires: libpqxx-devel BuildRequires: doxygen BuildRequires: graphviz-devel BuildRequires: aspell-devel -BuildRequires: libacl-devel BuildRequires: libxslt-devel BuildRequires: OpenEXR-devel BuildRequires: libexif-devel -BuildRequires: xorg-x11-devel +BuildRequires: libGL-devel libGLU-devel BuildRequires: readline-devel -BuildRequires: ruby ruby-devel +%if 0%{?fedora} > 2 || 0%{?rhel} > 4 +%define ruby 1 +BuildRequires: ruby ruby-devel >= 1.8.2 +%endif +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: poppler-devel +%endif +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +BuildRequires: libXi-devel +%endif %description KOffice - Integrated Office Suite @@ -223,9 +221,10 @@ %description kplato %{summary} + %prep %setup -q -%patch0 + %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -243,6 +242,7 @@ make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -263,24 +263,19 @@ done popd -#now take care of all the desktop files with desktop-file-utils -#core desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ + --vendor="" \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category=X-Fedora --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - rm $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT + %post core /sbin/ldconfig touch --no-create %{_datadir}/icons/crystalsvg ||: @@ -359,7 +354,6 @@ %{_libdir}/libkstore.so.* %{_libdir}/libkwmailmerge_interface.so.* %{_libdir}/libkwmf.so.* -%{_libdir}/libkdeinit_kformula.so %{_libdir}/libkformulalib.so.* %{_libdir}/libkopalette.so.* %{_libdir}/libkoproperty.so.* @@ -408,13 +402,10 @@ %{_datadir}/servicetypes/widgetfactory.desktop %{_datadir}/applications/kde/*KThesaurus.desktop %{_datadir}/applications/kde/*koshell.desktop -%{_datadir}/apps/kofficewidgets/pics/kounitdoublecombobox.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublelineedit.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespinbox2.png -%{_datadir}/apps/kofficewidgets/pics/kounitdoublespincombobox.png +%{_datadir}/apps/kofficewidgets/ %{_datadir}/apps/kross/ %{_libdir}/kde3/krosspython.* -%{_libdir}/kde3/krossruby.* +%{?ruby:%{_libdir}/kde3/krossruby.*} %files devel %{_includedir}/* @@ -469,16 +460,7 @@ %{_libdir}/libkdeinit_kpresenter.so %{_libdir}/libkpresenterimageexport.so.* %{_libdir}/libkpresenterprivate.so.* -%{_libdir}/kde3/libkpresenterpart.* -%{_libdir}/kde3/kformula.* -%{_libdir}/kde3/kpresenter.* -%{_libdir}/kde3/libkpresenterbmpexport.* -%{_libdir}/kde3/libkpresenterjpegexport.* -%{_libdir}/kde3/libkpresentermngexport.* -%{_libdir}/kde3/libkpresenterpngexport.* -%{_libdir}/kde3/libkpresentersvgexport.* -%{_libdir}/kde3/libkpresenterxbmexport.* -%{_libdir}/kde3/libkpresenterxpmexport.* +%{_libdir}/kde3/*kpresenter*.* %{_datadir}/apps/kpresenter/ %{_datadir}/doc/HTML/en/kpresenter/ %{_datadir}/services/kpresenter*.desktop @@ -491,28 +473,12 @@ %{_bindir}/karbon %{_libdir}/libkdeinit_karbon.so %{_libdir}/libkarboncommon.so.* -%{_libdir}/kde3/karbon_defaulttools.* -%{_libdir}/kde3/karbon_flattenpathplugin.* -%{_libdir}/kde3/karbon_imagetoolplugin.* -%{_libdir}/kde3/karbon_insertknotsplugin.* -%{_libdir}/kde3/karbon_roundcornersplugin.* -%{_libdir}/kde3/karbon_shadoweffectplugin.* -%{_libdir}/kde3/karbon.* -%{_libdir}/kde3/karbon_whirlpinchplugin.* -%{_libdir}/kde3/karbon_zoomtoolplugin.* -%{_libdir}/kde3/libkarbonpart.* -%{_libdir}/kde3/libkarbonaiimport.* -%{_libdir}/kde3/libkarbonepsexport.* -%{_libdir}/kde3/libkarbonkontourimport.* -%{_libdir}/kde3/libkarbonmsodimport.* -%{_libdir}/kde3/libkarbonpngexport.* -%{_libdir}/kde3/libkarbonsvgexport.* -%{_libdir}/kde3/libkarbonsvgimport.* -%{_libdir}/kde3/libkarbonxcfexport.* +%{_libdir}/kde3/*karbon*.* %{_libdir}/kde3/libwmfexport.* %{_libdir}/kde3/libwmfimport.* %{_datadir}/apps/karbon/ %{_datadir}/services/karbon* +%{_datadir}/servicetypes/karbon_module.desktop %{_datadir}/templates/Illustration.desktop %{_datadir}/templates/.source/Illustration.karbon %{_datadir}/applications/kde/*karbon.desktop @@ -522,101 +488,15 @@ %defattr(-,root,root,-) %{_bindir}/krita %{_libdir}/libkdeinit_krita.so -%{_libdir}/libkrita_cmyk_u16.so.* -%{_libdir}/libkrita_gray_u16.so.* -%{_libdir}/libkrita_lms_f32.so.* -%{_libdir}/libkrita_rgb_f16half.so.* -%{_libdir}/libkrita_rgb_f32.so.* -%{_libdir}/libkrita_rgb_u16.so.* -%{_libdir}/libkrita_ycbcr_u16.so* -%{_libdir}/libkrita_ycbcr_u8.so* -%{_libdir}/libkritacolor.so.* -%{_libdir}/libkritagrayscale.so.* -%{_libdir}/libkritaimage.so.* -%{_libdir}/libkritargb.so.* -%{_libdir}/libkritascripting.so.* -%{_libdir}/libkritaui.so.* -%{_libdir}/libkritacommon.so.* -%{_libdir}/kde3/kritacimg.* -%{_libdir}/kde3/kritacolorrange.* -%{_libdir}/kde3/kritacolorsfilters.* -%{_libdir}/kde3/kritacolorspaceconversion.* -%{_libdir}/kde3/kritaconvolutionfilters.* -%{_libdir}/kde3/kritadefaultpaintops.* -%{_libdir}/kde3/kritadefaulttools.* -%{_libdir}/kde3/kritaembossfilter.* -%{_libdir}/kde3/kritaexample.* -%{_libdir}/kde3/kritagrayplugin.* -%{_libdir}/kde3/kritahistogram.* -%{_libdir}/kde3/kritaimagesize.* -%{_libdir}/kde3/kritaoilpaintfilter.* -%{_libdir}/kde3/kritaraindropsfilter.* -%{_libdir}/kde3/kritargbplugin.* -%{_libdir}/kde3/kritarotateimage.* -%{_libdir}/kde3/kritascreenshot.* -%{_libdir}/kde3/kritaselectiontools.* -%{_libdir}/kde3/kritashearimage.* -%{_libdir}/kde3/krita.* -%{_libdir}/kde3/kritatoolcrop.* -%{_libdir}/kde3/kritatoolfilter.* -%{_libdir}/kde3/kritatoolpolygon.* -%{_libdir}/kde3/kritatoolpolyline.* -%{_libdir}/kde3/kritatoolstar.* -%{_libdir}/kde3/kritatooltransform.* -%{_libdir}/kde3/libkritapart.* -%{_libdir}/kde3/krita_cmyk_u16_plugin.* -%{_libdir}/kde3/krita_gray_u16_plugin.* -%{_libdir}/kde3/krita_lms_f32_plugin.* -%{_libdir}/kde3/krita_rgb_f16half_plugin.* -%{_libdir}/kde3/krita_rgb_f32_plugin.* -%{_libdir}/kde3/krita_rgb_u16_plugin.* -%{_libdir}/kde3/kritabumpmap.* -%{_libdir}/kde3/kritacmykplugin.* -%{_libdir}/kde3/kritadropshadow.* -%{_libdir}/kde3/kritafiltersgallery.* -%{_libdir}/kde3/kritahistogramdocker.* -%{_libdir}/kde3/kritaimageenhancement.* -%{_libdir}/kde3/kritapixelizefilter.* -%{_libdir}/kde3/kritaroundcornersfilter.* -%{_libdir}/kde3/kritascripting.* -%{_libdir}/kde3/kritaseparatechannels.* -%{_libdir}/kde3/kritasmalltilesfilter.* -%{_libdir}/kde3/kritasobelfilter.* -%{_libdir}/kde3/kritatoolselectsimilar.* -%{_libdir}/kde3/kritawetplugin.* -%{_libdir}/kde3/libkrita_openexr_export.* -%{_libdir}/kde3/libkrita_openexr_import.* -%{_libdir}/kde3/libkrita_raw_import.* -%{_libdir}/kde3/libkritajpegexport.* -%{_libdir}/kde3/libkritajpegimport.* -%{_libdir}/kde3/libkritapngexport.* -%{_libdir}/kde3/libkritapngimport.* -%{_libdir}/kde3/libkritatiffexport.* -%{_libdir}/kde3/libkritatiffimport.* -%{_libdir}/kde3/libkritapdfimport.* -%{_libdir}/kde3/krosskritacore.* -%{_libdir}/kde3/krita_ycbcr_u16_plugin.* -%{_libdir}/kde3/krita_ycbcr_u8_plugin.* -%{_libdir}/kde3/kritablurfilter.* -%{_libdir}/kde3/kritaextensioncolorsfilters.* -%{_libdir}/kde3/kritafastcolortransfer.* -%{_libdir}/kde3/kritalenscorrectionfilter.* -%{_libdir}/kde3/kritamodifyselection.* -%{_libdir}/kde3/kritanoisefilter.* -%{_libdir}/kde3/kritarandompickfilter.* -%{_libdir}/kde3/kritasubstrate.* -%{_libdir}/kde3/kritatoolcurves.* -%{_libdir}/kde3/kritatoolperspectivegrid.* -%{_libdir}/kde3/kritatoolperspectivetransform.* -%{_libdir}/kde3/kritaunsharpfilter.* -%{_libdir}/kde3/kritawavefilter.* +%{_libdir}/libkrita*.so.* +%{_libdir}/kde3/*krita*.* %{_datadir}/apps/krita/ %{_datadir}/services/krita*.desktop %{_datadir}/servicetypes/krita*.desktop %{_datadir}/applications/kde/*krita*.desktop +%{_datadir}/applnk/.hidden/*krita*.desktop %{_datadir}/apps/kritaplugins/ %{_datadir}/doc/HTML/en/krita/ -%{_datadir}/servicetypes/karbon_module.desktop %files kugar %defattr(-,root,root,-) @@ -635,7 +515,6 @@ %{_datadir}/doc/HTML/en/kugar/ %{_datadir}/services/kugar*.desktop %{_datadir}/applications/kde/*kugar.desktop -# this not being fedorarized fixes #173086 %{_datadir}/applications/kde/*kudesigner.desktop %files kexi @@ -644,33 +523,13 @@ %{_bindir}/ksqlite* %{_bindir}/krossrunner %{_libdir}/libkdeinit_kexi.so -%{_libdir}/libkexicore.so.* -%{_libdir}/libkexidatatable.so.* -%{_libdir}/libkexidbparser.so.* -%{_libdir}/libkexidb.so.* -%{_libdir}/libkexiextendedwidgets.so.* -%{_libdir}/libkexiformutils.so.* -%{_libdir}/libkexiguiutils.so.* -%{_libdir}/libkeximain.so.* -%{_libdir}/libkeximigrate.so.* -%{_libdir}/libkexirelationsview.so.* -%{_libdir}/libkexisql2.so.* -%{_libdir}/libkexisql3.so.* +%{_libdir}/libkexi*.so.* %{_libdir}/libkformdesigner.so.* -%{_libdir}/libkexiutils.so.* -%{_libdir}/kde3/kformdesigner_containers.* -%{_libdir}/kde3/kformdesigner_kexidbwidgets.* -%{_libdir}/kde3/kformdesigner_stdwidgets.* +%{_libdir}/kde3/kformdesigner_*.* %{_libdir}/kde3/kexidb_sqlite2driver.* %{_libdir}/kde3/kexidb_sqlite3driver.* -%{_libdir}/kde3/kexihandler_form.* -%{_libdir}/kde3/kexihandler_migration.* -%{_libdir}/kde3/kexihandler_query.* -%{_libdir}/kde3/kexihandler_relation.* -%{_libdir}/kde3/kexihandler_script.* -%{_libdir}/kde3/kexihandler_table.* +%{_libdir}/kde3/kexihandler_*.* %{_libdir}/kde3/kexi.* -%{_libdir}/kde3/kexihandler_csv_importexport.* %{_libdir}/kde3/krosskexiapp.* %{_libdir}/kde3/krosskexidb.* %{_datadir}/config/kexirc @@ -701,18 +560,9 @@ %files kchart %defattr(-,root,root,-) %{_bindir}/kchart -%{_libdir}/libkchartcommon.so.* +%{_libdir}/libkchart*.so.* %{_libdir}/libkdeinit_kchart.so -%{_libdir}/libkchartimageexport.so.* -%{_libdir}/kde3/kchart.* -%{_libdir}/kde3/libkchartpart.* -%{_libdir}/kde3/libkchartpngexport.* -%{_libdir}/kde3/libkchartsvgexport.* -%{_libdir}/kde3/libkchartbmpexport.* -%{_libdir}/kde3/libkchartjpegexport.* -%{_libdir}/kde3/libkchartmngexport.* -%{_libdir}/kde3/libkchartxbmexport.* -%{_libdir}/kde3/libkchartxpmexport.* +%{_libdir}/kde3/*kchart*.* %{_datadir}/apps/kchart/ %{_datadir}/services/kchart*.desktop %{_datadir}/doc/HTML/en/kchart/ @@ -721,8 +571,8 @@ %files kformula %defattr(-,root,root,-) %{_bindir}/kformula -%{_libdir}/kde3/libkformulapart.* -%{_libdir}/kde3/kformula.* +%{_libdir}/libkdeinit_kformula.so +%{_libdir}/kde3/*kformula*.* %{_datadir}/apps/kformula/ %{_datadir}/doc/HTML/en/kformula/ %{_datadir}/services/kformula*.desktop @@ -733,15 +583,8 @@ %{_bindir}/kivio %{_libdir}/libkdeinit_kivio.so %{_libdir}/libkiviocommon.so.* -%{_libdir}/kde3/kivio.* -%{_libdir}/kde3/libkiviopart.* +%{_libdir}/kde3/*kivio*.* %{_libdir}/kde3/straight_connector.* -%{_libdir}/kde3/libkivioconnectortool.* -%{_libdir}/kde3/libkivioimageexport.* -%{_libdir}/kde3/libkivioselecttool.* -%{_libdir}/kde3/libkiviotargettool.* -%{_libdir}/kde3/libkiviotexttool.* -%{_libdir}/kde3/libkiviozoomtool.* %{_datadir}/apps/kivio/ %{_datadir}/config.kcfg/kivio.kcfg %{_datadir}/doc/HTML/en/kivio/ @@ -799,9 +642,9 @@ %{_libdir}/kde3/libolefilter.* %{_datadir}/apps/xsltfilter/ %{_datadir}/services/generic_filter.desktop +%{_datadir}/services/ole_powerpoint97_import.desktop %{_datadir}/services/xslt*.desktop %{_datadir}/servicetypes/kofilter*.desktop -%{_datadir}/services/ole_powerpoint97_import.desktop %files kplato %defattr(-,root,root,-) @@ -814,19 +657,47 @@ %{_datadir}/services/kplatopart.desktop %{_datadir}/applications/kde/*kplato.desktop + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-1.6.1 (#218030) +- BR: GraphicsMagick-devel +- simplify %%files (prudent globbing) +- fix unowned dirs (#212174) +- make buildable on/for EL-4 too + * Wed Oct 25 2006 Andreas Bierfert -1.6.0-2 +1.6.0-3 - fix #212145: add missing BR for krita pdf support +* Wed Oct 25 2006 Andreas Bierfert +1.6.0-2 +- bump + * Wed Oct 18 2006 Andreas Bierfert 1.6.0-1 - version upgrade -- merge with rexe's edition of the devel spec (thanks again) + +* Wed Oct 04 2006 Rex Dieter +- 1.5.3-3 +- respin + +* Wed Sep 20 2006 Rex Dieter +- 1.5.2-2 +- drop deprecated patches +- drop extraneous BR's +- optimize %%configure +- use icon/mime bits from ScriptletSnippets +- simplify desktop-file-install usage * Thu Aug 03 2006 Andreas Bierfert 1.5.2-1 -- version upgrade +- version upgrade (#200935) + +* Tue Jun 13 2006 Andreas Bierfert +1.5.1-2 +- bump * Sun May 21 2006 Andreas Bierfert 1.5.1-1 @@ -834,7 +705,6 @@ - add kexi forms patch - add kexi checkbox patch - version upgrade -- exclude x-raw.desktop again * Fri Apr 14 2006 Andreas Bierfert 1.5.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 21 Oct 2006 07:51:58 -0000 1.10 +++ sources 6 Dec 2006 14:56:02 -0000 1.11 @@ -1 +1,2 @@ -e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 +03382edf62db9913b57ad8760c7d5f52 koshell.png +f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 --- koffice-1.6.0.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 6 15:12:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 10:12:55 -0500 Subject: rpms/libpqxx/devel libpqxx.spec,1.13,1.14 Message-ID: <200612061512.kB6FCthr021165@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21150 Modified Files: libpqxx.spec Log Message: * Wed Dec 06 2006 Rex Dieter 2.6.8-4 - respin for postgresql - drop visibility patch Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libpqxx.spec 26 Nov 2006 12:56:35 -0000 1.13 +++ libpqxx.spec 6 Dec 2006 15:12:25 -0000 1.14 @@ -1,11 +1,12 @@ Name: libpqxx Version: 2.6.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD -URL: http://pqxx.org +#URL: http://pqxx.org +URL: http://thaiopensource.org/development/libpqxx/ Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,7 +36,7 @@ %prep %setup -q -%if "%{?fedora}" > "5" +%if "%{?fedora}" == "6" %patch1 -p1 -b .visibility %endif @@ -79,6 +80,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Wed Dec 06 2006 Rex Dieter 2.6.8-4 +- respin for postgresql +- drop visibility patch + * Wed Oct 04 2006 Rex Dieter 2.6.8-3 - respin From fedora-extras-commits at redhat.com Wed Dec 6 15:22:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 10:22:45 -0500 Subject: rpms/libpqxx/devel libpqxx.spec,1.14,1.15 Message-ID: <200612061522.kB6FMj8e021257@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21242 Modified Files: libpqxx.spec Log Message: * Wed Dec 06 2006 Rex Dieter 2.6.8-5 - re-enable visibility patch (bummer, still needed) Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libpqxx.spec 6 Dec 2006 15:12:25 -0000 1.14 +++ libpqxx.spec 6 Dec 2006 15:22:15 -0000 1.15 @@ -1,6 +1,6 @@ Name: libpqxx Version: 2.6.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries @@ -10,7 +10,7 @@ Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6 +# drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6+ # http://thaiopensource.org/development/libpqxx/ticket/83 Patch1: libpqxx-2.6.8-visibility.patch @@ -36,9 +36,7 @@ %prep %setup -q -%if "%{?fedora}" == "6" %patch1 -p1 -b .visibility -%endif %build %configure --enable-shared --disable-static @@ -80,6 +78,9 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Wed Dec 06 2006 Rex Dieter 2.6.8-5 +- re-enable visibility patch (bummer, still needed) + * Wed Dec 06 2006 Rex Dieter 2.6.8-4 - respin for postgresql - drop visibility patch From fedora-extras-commits at redhat.com Wed Dec 6 15:32:28 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:32:28 -0500 Subject: extras-buildsys/server Config.py,1.18,1.19 Message-ID: <200612061532.kB6FWSiI021487@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21441/server Modified Files: Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/server/Config.py,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Config.py 15 Jul 2006 17:17:53 -0000 1.18 +++ Config.py 6 Dec 2006 15:32:28 -0000 1.19 @@ -34,7 +34,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 15:32:53 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:32:53 -0500 Subject: extras-buildsys ChangeLog,1.214,1.215 Message-ID: <200612061532.kB6FWrc2021491@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21441 Modified Files: ChangeLog Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- ChangeLog 31 Oct 2006 18:10:42 -0000 1.214 +++ ChangeLog 6 Dec 2006 15:32:22 -0000 1.215 @@ -1,3 +1,11 @@ +2006-12-06 Dan Williams + + Patch from Oliver Falk + + * server/Config.py + builder/Config.py + - Fix namespace of ConfigError when config file cannot be opened + 2006-10-31 Dan Williams * common/ssl-client-test.py From fedora-extras-commits at redhat.com Wed Dec 6 15:32:58 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:32:58 -0500 Subject: extras-buildsys/builder Config.py,1.4,1.5 Message-ID: <200612061532.kB6FWwti021494@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21441/builder Modified Files: Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/builder/Config.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Config.py 15 May 2006 17:26:45 -0000 1.4 +++ Config.py 6 Dec 2006 15:32:23 -0000 1.5 @@ -33,7 +33,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 15:34:10 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:34:10 -0500 Subject: extras-buildsys/server Config.py,1.7.2.4,1.7.2.5 Message-ID: <200612061534.kB6FYA8b021551@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21510/server Modified Files: Tag: STABLE_0_4 Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/server/Config.py,v retrieving revision 1.7.2.4 retrieving revision 1.7.2.5 diff -u -r1.7.2.4 -r1.7.2.5 --- Config.py 13 Mar 2006 04:16:34 -0000 1.7.2.4 +++ Config.py 6 Dec 2006 15:34:10 -0000 1.7.2.5 @@ -33,7 +33,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 15:34:35 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:34:35 -0500 Subject: extras-buildsys ChangeLog,1.126.2.49,1.126.2.50 Message-ID: <200612061534.kB6FYZMm021554@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21510 Modified Files: Tag: STABLE_0_4 ChangeLog Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.126.2.49 retrieving revision 1.126.2.50 diff -u -r1.126.2.49 -r1.126.2.50 --- ChangeLog 25 Oct 2006 17:33:31 -0000 1.126.2.49 +++ ChangeLog 6 Dec 2006 15:34:04 -0000 1.126.2.50 @@ -1,3 +1,11 @@ +2006-12-06 Dan Williams + + Patch from Oliver Falk + + * server/Config.py + builder/Config.py + - Fix namespace of ConfigError when config file cannot be opened + 2006-10-25 Dan Williams * www/template/main.psp From fedora-extras-commits at redhat.com Wed Dec 6 15:34:40 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 6 Dec 2006 10:34:40 -0500 Subject: extras-buildsys/builder Config.py,1.2,1.2.2.1 Message-ID: <200612061534.kB6FYem9021557@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21510/builder Modified Files: Tag: STABLE_0_4 Config.py Log Message: 2006-12-06 Dan Williams Patch from Oliver Falk * server/Config.py builder/Config.py - Fix namespace of ConfigError when config file cannot be opened Index: Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/builder/Config.py,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- Config.py 31 Aug 2005 14:13:02 -0000 1.2 +++ Config.py 6 Dec 2006 15:34:05 -0000 1.2.2.1 @@ -27,7 +27,7 @@ BaseConfig.BaseConfig.__init__(self, filename) try: self.open() - except BaseConfig.ConfigError: + except BaseConfig.BaseConfig.ConfigError: print "Config file did not exist. Writing %s with default values." % filename self.save_default_config() self._targets = [] From fedora-extras-commits at redhat.com Wed Dec 6 16:40:24 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 6 Dec 2006 11:40:24 -0500 Subject: rpms/aplus-fsf/FC-6 aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.4, 1.5 Message-ID: <200612061640.kB6GeOt4024962@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24942 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Another try to solve a conflict aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:27:34 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:39:54 -0000 1.3 @@ -8,7 +8,7 @@ + +libIPC_la_LDFLAGS = $(libIPC_version) + -+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap ++libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. @@ -23,7 +23,7 @@ + +libcxs_la_LDFLAGS = $(libcxs_version) + -+libcxs_la_LIBADD = -L../a -L../dap -la -ladap ++libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -38,7 +38,7 @@ + +libcxb_la_LDFLAGS = $(libcxb_version) + -+libcxb_la_LIBADD = -L../a -L../dap -la -ladap ++libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -66,7 +66,7 @@ + +libcxsys_la_LDFLAGS = $(libcxsys_version) + -+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc ++libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. @@ -94,7 +94,7 @@ + +libesf_la_LDFLAGS = $(libesf_version) + -+libesf_la_LIBADD = -L../a -L../dap -la -ladap ++libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -108,7 +108,7 @@ + +liba_la_LDFLAGS = $(liba_version) + -+liba_la_LIBADD = -L../dap -ladap ++liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB @@ -128,10 +128,10 @@ ############################################################################### -lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libadap.la ++lib_LTLIBRARIES = libdap.la -libdap_la_SOURCES = \ -+libadap_la_SOURCES = \ ++libdap_la_SOURCES = \ BcdPack.c \ BcdUnpack.c \ PrAscDecode.c \ @@ -139,9 +139,9 @@ tv.h\ ulto.h -+libadap_version = -release $(APLVERSION) ++libdap_version = -release $(APLVERSION) + -+libadap_la_LDFLAGS = $(libadap_version) ++libdap_la_LDFLAGS = $(libdap_version) + INCLUDES = -I.. @@ -155,7 +155,7 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ @@ -197,7 +197,7 @@ $(top_srcdir)/src/esf/libesf.la \ $(top_srcdir)/src/a/liba.la \ - $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libadap.la \ ++ $(top_srcdir)/src/dap/libdap.la \ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 4 Sep 2006 18:13:31 -0000 1.4 +++ aplus-fsf.spec 6 Dec 2006 16:39:54 -0000 1.5 @@ -14,7 +14,7 @@ Name: %name Version: 4.20.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -122,6 +122,16 @@ cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ +# Move libs in an other dir to solve conflicts + +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf + +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so + +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d +echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf + mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -144,7 +154,6 @@ chmod 0644 fonts.cache-$fcver done - popd pushd $RPM_BUILD_ROOT/%{_ttffonts}/ @@ -207,11 +216,12 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/lib*-%{version}.so +%{_libdir}/aplus-fsf/lib*-%{version}.so %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl %{_fonts}/ +%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf %doc samples %doc ANNOUNCE AUTHORS ChangeLog LICENSE README @@ -219,18 +229,18 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/libAplusGUI.so -%{_libdir}/libMSGUI.so -%{_libdir}/libMSIPC.so -%{_libdir}/libMSTypes.so -%{_libdir}/liba.so -%{_libdir}/libcxb.so -%{_libdir}/libcxc.so -%{_libdir}/libcxs.so -%{_libdir}/libcxsys.so -%{_libdir}/libadap.so -%{_libdir}/libesf.so -%{_libdir}/libIPC.so +%{_libdir}/aplus-fsf/libAplusGUI.so +%{_libdir}/aplus-fsf/libMSGUI.so +%{_libdir}/aplus-fsf/libMSIPC.so +%{_libdir}/aplus-fsf/libMSTypes.so +%{_libdir}/aplus-fsf/liba.so +%{_libdir}/aplus-fsf/libcxb.so +%{_libdir}/aplus-fsf/libcxc.so +%{_libdir}/aplus-fsf/libcxs.so +%{_libdir}/aplus-fsf/libcxsys.so +%{_libdir}/aplus-fsf/libdap.so +%{_libdir}/aplus-fsf/libesf.so +%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -241,7 +251,7 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/ +%{_x11fonts}/K* %ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias @@ -249,7 +259,7 @@ %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_ttffonts}/ +%{_ttffonts}/K* %ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias @@ -257,6 +267,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 +- Fix name conflict in an other way + * Mon Sep 4 2006 Jochen Schmitt 4.20.2-10 - Fix apl font problem From fedora-extras-commits at redhat.com Wed Dec 6 16:42:49 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 6 Dec 2006 11:42:49 -0500 Subject: rpms/aplus-fsf/FC-5 aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.4, 1.5 Message-ID: <200612061642.kB6GgnVU025032@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25012 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Another try to solve a conflict aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:30:15 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:42:19 -0000 1.3 @@ -8,7 +8,7 @@ + +libIPC_la_LDFLAGS = $(libIPC_version) + -+libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ladap ++libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. @@ -23,7 +23,7 @@ + +libcxs_la_LDFLAGS = $(libcxs_version) + -+libcxs_la_LIBADD = -L../a -L../dap -la -ladap ++libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -38,7 +38,7 @@ + +libcxb_la_LDFLAGS = $(libcxb_version) + -+libcxb_la_LIBADD = -L../a -L../dap -la -ladap ++libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -66,7 +66,7 @@ + +libcxsys_la_LDFLAGS = $(libcxsys_version) + -+libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ladap -lcxc ++libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. @@ -94,7 +94,7 @@ + +libesf_la_LDFLAGS = $(libesf_version) + -+libesf_la_LIBADD = -L../a -L../dap -la -ladap ++libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. @@ -108,7 +108,7 @@ + +liba_la_LDFLAGS = $(liba_version) + -+liba_la_LIBADD = -L../dap -ladap ++liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB @@ -128,10 +128,10 @@ ############################################################################### -lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libadap.la ++lib_LTLIBRARIES = libdap.la -libdap_la_SOURCES = \ -+libadap_la_SOURCES = \ ++libdap_la_SOURCES = \ BcdPack.c \ BcdUnpack.c \ PrAscDecode.c \ @@ -139,9 +139,9 @@ tv.h\ ulto.h -+libadap_version = -release $(APLVERSION) ++libdap_version = -release $(APLVERSION) + -+libadap_la_LDFLAGS = $(libadap_version) ++libdap_la_LDFLAGS = $(libdap_version) + INCLUDES = -I.. @@ -155,7 +155,7 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ @@ -197,7 +197,7 @@ $(top_srcdir)/src/esf/libesf.la \ $(top_srcdir)/src/a/liba.la \ - $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libadap.la \ ++ $(top_srcdir)/src/dap/libdap.la \ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 4 Sep 2006 18:10:54 -0000 1.4 +++ aplus-fsf.spec 6 Dec 2006 16:42:19 -0000 1.5 @@ -14,7 +14,7 @@ Name: %name Version: 4.20.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -122,6 +122,16 @@ cp $RPM_BUILD_ROOT/%{_libdir}/*.+ $RPM_BUILD_ROOT/%{_libdir}/a+/ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.+ +# Move libs in an other dir to solve conflicts + +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf + +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so + +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d +echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf + mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -144,7 +154,6 @@ chmod 0644 fonts.cache-$fcver done - popd pushd $RPM_BUILD_ROOT/%{_ttffonts}/ @@ -207,11 +216,12 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/lib*-%{version}.so +%{_libdir}/aplus-fsf/lib*-%{version}.so %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl %{_fonts}/ +%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf %doc samples %doc ANNOUNCE AUTHORS ChangeLog LICENSE README @@ -219,18 +229,18 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/libAplusGUI.so -%{_libdir}/libMSGUI.so -%{_libdir}/libMSIPC.so -%{_libdir}/libMSTypes.so -%{_libdir}/liba.so -%{_libdir}/libcxb.so -%{_libdir}/libcxc.so -%{_libdir}/libcxs.so -%{_libdir}/libcxsys.so -%{_libdir}/libadap.so -%{_libdir}/libesf.so -%{_libdir}/libIPC.so +%{_libdir}/aplus-fsf/libAplusGUI.so +%{_libdir}/aplus-fsf/libMSGUI.so +%{_libdir}/aplus-fsf/libMSIPC.so +%{_libdir}/aplus-fsf/libMSTypes.so +%{_libdir}/aplus-fsf/liba.so +%{_libdir}/aplus-fsf/libcxb.so +%{_libdir}/aplus-fsf/libcxc.so +%{_libdir}/aplus-fsf/libcxs.so +%{_libdir}/aplus-fsf/libcxsys.so +%{_libdir}/aplus-fsf/libdap.so +%{_libdir}/aplus-fsf/libesf.so +%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -241,7 +251,7 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/ +%{_x11fonts}/K* %ghost %verify(not md5 size mtime) %{_x11fonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_x11fonts}/fonts.alias @@ -249,7 +259,7 @@ %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_ttffonts}/ +%{_ttffonts}/K* %ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias @@ -257,6 +267,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 +- Fix name conflict in an other way + * Mon Sep 4 2006 Jochen Schmitt 4.20.2-10 - Fix apl font problem From fedora-extras-commits at redhat.com Wed Dec 6 16:48:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 11:48:56 -0500 Subject: rpms/koffice-langpack/FC-6 .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612061648.kB6GmuXX025114@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25095 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10n-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:33 -0000 1.7 +++ .cvsignore 6 Dec 2006 16:48:26 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-6/koffice-langpack.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koffice-langpack.spec 21 Oct 2006 10:11:33 -0000 1.8 +++ koffice-langpack.spec 6 Dec 2006 16:48:26 -0000 1.9 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10n-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:33 -0000 1.7 +++ sources 6 Dec 2006 16:48:26 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 16:58:30 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Wed, 6 Dec 2006 11:58:30 -0500 Subject: rpms/php-pear-XML-Parser/FC-6 xml2changelog, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Parser.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612061658.kB6GwUcf025220@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-XML-Parser/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25200 Modified Files: .cvsignore php-pear-XML-Parser.spec sources Added Files: xml2changelog Log Message: update to 1.2.8 --- NEW FILE xml2changelog --- = "2"){ // Package.xml V 2.0 printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $rel->version->release, $rel->stability->release, $rel->version->api, $rel->stability->api, $rel->date, $rel->notes); } else { // Package.xml V 1.0 printf("* Version %s (%s) - %s\n\n%s\n\n", $xml->release->version, $xml->release->state, $xml->release->date, $xml->release->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - %s\n\n%s\n\n", $rel->version, $rel->state, $rel->date, $rel->notes); } ?> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Sep 2006 16:19:57 -0000 1.2 +++ .cvsignore 6 Dec 2006 16:58:00 -0000 1.3 @@ -1 +1 @@ -XML_Parser-1.2.7.tgz +XML_Parser-1.2.8.tgz Index: php-pear-XML-Parser.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-6/php-pear-XML-Parser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Parser.spec 8 Sep 2006 17:26:05 -0000 1.2 +++ php-pear-XML-Parser.spec 6 Dec 2006 16:58:00 -0000 1.3 @@ -1,29 +1,26 @@ -# default values when new /etc/rpm/macros.pear not present -%{!?__pear: %define __pear %{_bindir}/pear} -%{!?pear_phpdir: %define pear_phpdir %(%{__pear} config-get php_dir 2> /dev/null || echo undefined)} -%{!?pear_docdir: %define pear_docdir %(%{__pear} config-get doc_dir 2> /dev/null || echo undefined)} -%{!?pear_testdir: %define pear_testdir %(%{__pear} config-get test_dir 2> /dev/null || echo undefined)} -%{!?pear_datadir: %define pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)} -%{!?pear_xmldir: %define pear_xmldir %{pear_phpdir}/.pkgxml} +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name XML_Parser -Summary: PEAR: XML parsing class based on PHP's bundled expat -Summary(fr): PEAR: une classe d'analyse XML utilisant l'extension expat de PHP +Summary: XML parsing class based on PHP's bundled expat +Summary(fr): Une classe d'analyse XML utilisant l'extension expat de PHP Name: php-pear-XML-Parser -Version: 1.2.7 -Release: 4%{?dist} +Version: 1.2.8 +Release: 1%{?dist} License: PHP License Group: Development/Libraries -Source0: http://pear.php.net/get/XML_Parser-%{version}.tgz +URL: http://pear.php.net/package/XML_Parser +Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 +Source2: xml2changelog + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://pear.php.net/package/XML_Parser BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.4.9, php >= 4.2.0 -Provides: php-pear(XML_Parser) = %{version} +Provides: php-pear(%{pear_name}) = %{version} %description This is an XML parser based on PHPs built-in xml extension. @@ -53,9 +50,10 @@ XML_Parser pour analyser un document. %prep -%setup -c -q -mv package2.xml XML_Parser-%{version}/XML_Parser.xml - +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +%{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG +mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml %{__install} -m 644 -c %{SOURCE1} LICENSE %build @@ -63,21 +61,24 @@ %install rm -rf %{buildroot} docdir +pushd %{pear_name}-%{version} -pushd XML_Parser-%{version} -%{__pear} install --nodeps --packagingroot %{buildroot} XML_Parser.xml +%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml # Clean up unnecessary files rm -rf %{buildroot}%{pear_phpdir}/.??* # Install XML package description %{__mkdir_p} %{buildroot}%{pear_xmldir} -%{__install} -pm 644 XML_Parser.xml %{buildroot}%{pear_xmldir} +%{__install} -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} popd # Sort out documentation -%{__mkdir} docdir -mv %{buildroot}%{pear_docdir}/* docdir +mv %{buildroot}%{pear_docdir}/%{pear_name} docdir +for file in docdir/examples/*; do + %{__sed} -i -e 's/\r//' $file +done + %check # Sanity check @@ -88,21 +89,29 @@ rm -rf %{buildroot} %post -%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Parser.xml >/dev/null || : +%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ "$1" -eq "0" ]; then - %{__pear} uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || : + %{__pear} uninstall --nodeps --ignore-errors --register-only %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) -%doc LICENSE docdir/XML_Parser/examples -%{pear_phpdir}/XML -%{pear_testdir}/XML_Parser -%{pear_xmldir}/XML_Parser.xml +%doc CHANGELOG LICENSE docdir/examples +%{pear_phpdir}/XML/Parser +%{pear_phpdir}/XML/Parser.php +%{pear_testdir}/%{pear_name} +%{pear_xmldir}/%{pear_name}.xml + %changelog +* Sat Dec 02 2006 Remi Collet 1.2.8-1 +- update to 1.2.8 +- remove PEAR from sumnary +- don't own %%{pear_phpdir}/XML +- spec cleanning (new template) + * Fri Sep 08 2006 Remi Collet 1.2.7-4 - last template.spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Sep 2006 16:19:57 -0000 1.2 +++ sources 6 Dec 2006 16:58:00 -0000 1.3 @@ -1 +1 @@ -f4a491b49843f8257df8ded088854db3 XML_Parser-1.2.7.tgz +93ca92f503f1d921c9520a140bcff270 XML_Parser-1.2.8.tgz From fedora-extras-commits at redhat.com Wed Dec 6 17:01:02 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Wed, 6 Dec 2006 12:01:02 -0500 Subject: rpms/php-pear-XML-Parser/FC-5 xml2changelog, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-XML-Parser.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612061701.kB6H12UA027259@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-XML-Parser/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25281 Modified Files: .cvsignore php-pear-XML-Parser.spec sources Added Files: xml2changelog Log Message: update to 1.2.8 --- NEW FILE xml2changelog --- = "2"){ // Package.xml V 2.0 printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $rel->version->release, $rel->stability->release, $rel->version->api, $rel->stability->api, $rel->date, $rel->notes); } else { // Package.xml V 1.0 printf("* Version %s (%s) - %s\n\n%s\n\n", $xml->release->version, $xml->release->state, $xml->release->date, $xml->release->notes); foreach($xml->changelog->release as $rel) printf("* Version %s (%s) - %s\n\n%s\n\n", $rel->version, $rel->state, $rel->date, $rel->notes); } ?> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Sep 2006 16:19:57 -0000 1.2 +++ .cvsignore 6 Dec 2006 17:00:32 -0000 1.3 @@ -1 +1 @@ -XML_Parser-1.2.7.tgz +XML_Parser-1.2.8.tgz Index: php-pear-XML-Parser.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-5/php-pear-XML-Parser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Parser.spec 8 Sep 2006 17:53:20 -0000 1.2 +++ php-pear-XML-Parser.spec 6 Dec 2006 17:00:32 -0000 1.3 @@ -1,29 +1,26 @@ -# default values when new /etc/rpm/macros.pear not present -%{!?__pear: %define __pear %{_bindir}/pear} -%{!?pear_phpdir: %define pear_phpdir %(%{__pear} config-get php_dir 2> /dev/null || echo undefined)} -%{!?pear_docdir: %define pear_docdir %(%{__pear} config-get doc_dir 2> /dev/null || echo undefined)} -%{!?pear_testdir: %define pear_testdir %(%{__pear} config-get test_dir 2> /dev/null || echo undefined)} -%{!?pear_datadir: %define pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)} -%{!?pear_xmldir: %define pear_xmldir %{pear_phpdir}/.pkgxml} +%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%define pear_name XML_Parser -Summary: PEAR: XML parsing class based on PHP's bundled expat -Summary(fr): PEAR: une classe d'analyse XML utilisant l'extension expat de PHP +Summary: XML parsing class based on PHP's bundled expat +Summary(fr): Une classe d'analyse XML utilisant l'extension expat de PHP Name: php-pear-XML-Parser -Version: 1.2.7 -Release: 4%{?dist} +Version: 1.2.8 +Release: 1%{?dist} License: PHP License Group: Development/Libraries -Source0: http://pear.php.net/get/XML_Parser-%{version}.tgz +URL: http://pear.php.net/package/XML_Parser +Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 +Source2: xml2changelog + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://pear.php.net/package/XML_Parser BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear >= 1:1.4.9-1.2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.4.9, php >= 4.2.0 -Provides: php-pear(XML_Parser) = %{version} +Provides: php-pear(%{pear_name}) = %{version} %description This is an XML parser based on PHPs built-in xml extension. @@ -53,9 +50,10 @@ XML_Parser pour analyser un document. %prep -%setup -c -q -mv package2.xml XML_Parser-%{version}/XML_Parser.xml - +%setup -q -c +[ -f package2.xml ] || mv package.xml package2.xml +%{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG +mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml %{__install} -m 644 -c %{SOURCE1} LICENSE %build @@ -63,21 +61,24 @@ %install rm -rf %{buildroot} docdir +pushd %{pear_name}-%{version} -pushd XML_Parser-%{version} -%{__pear} install --nodeps --packagingroot %{buildroot} XML_Parser.xml +%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml # Clean up unnecessary files rm -rf %{buildroot}%{pear_phpdir}/.??* # Install XML package description %{__mkdir_p} %{buildroot}%{pear_xmldir} -%{__install} -pm 644 XML_Parser.xml %{buildroot}%{pear_xmldir} +%{__install} -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} popd # Sort out documentation -%{__mkdir} docdir -mv %{buildroot}%{pear_docdir}/* docdir +mv %{buildroot}%{pear_docdir}/%{pear_name} docdir +for file in docdir/examples/*; do + %{__sed} -i -e 's/\r//' $file +done + %check # Sanity check @@ -88,21 +89,29 @@ rm -rf %{buildroot} %post -%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Parser.xml >/dev/null || : +%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ "$1" -eq "0" ]; then - %{__pear} uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || : + %{__pear} uninstall --nodeps --ignore-errors --register-only %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) -%doc LICENSE docdir/XML_Parser/examples -%{pear_phpdir}/XML -%{pear_testdir}/XML_Parser -%{pear_xmldir}/XML_Parser.xml +%doc CHANGELOG LICENSE docdir/examples +%{pear_phpdir}/XML/Parser +%{pear_phpdir}/XML/Parser.php +%{pear_testdir}/%{pear_name} +%{pear_xmldir}/%{pear_name}.xml + %changelog +* Sat Dec 02 2006 Remi Collet 1.2.8-1 +- update to 1.2.8 +- remove PEAR from sumnary +- don't own %%{pear_phpdir}/XML +- spec cleanning (new template) + * Fri Sep 08 2006 Remi Collet 1.2.7-4 - last template.spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Parser/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Sep 2006 16:19:57 -0000 1.2 +++ sources 6 Dec 2006 17:00:32 -0000 1.3 @@ -1 +1 @@ -f4a491b49843f8257df8ded088854db3 XML_Parser-1.2.7.tgz +93ca92f503f1d921c9520a140bcff270 XML_Parser-1.2.8.tgz From fedora-extras-commits at redhat.com Wed Dec 6 17:10:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 12:10:56 -0500 Subject: rpms/koffice-langpack/FC-5 .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612061710.kB6HAurN028468@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28444 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10n-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:32 -0000 1.7 +++ .cvsignore 6 Dec 2006 17:10:26 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/koffice-langpack.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koffice-langpack.spec 21 Oct 2006 10:11:32 -0000 1.8 +++ koffice-langpack.spec 6 Dec 2006 17:10:26 -0000 1.9 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10n-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:32 -0000 1.7 +++ sources 6 Dec 2006 17:10:26 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 17:12:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 12:12:13 -0500 Subject: rpms/koffice-langpack/FC-4 .cvsignore, 1.7, 1.8 koffice-langpack.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200612061712.kB6HCDVP028531@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice-langpack/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28512 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-l10n-1.6.1 - avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Oct 2006 10:11:31 -0000 1.7 +++ .cvsignore 6 Dec 2006 17:11:43 -0000 1.8 @@ -1,52 +1,3 @@ -koffice-l10n-af-1.5.2.tar.bz2 -koffice-l10n-ar-1.5.2.tar.bz2 -koffice-l10n-bg-1.5.2.tar.bz2 -koffice-l10n-br-1.5.2.tar.bz2 -koffice-l10n-bs-1.5.2.tar.bz2 -koffice-l10n-ca-1.5.2.tar.bz2 -koffice-l10n-cs-1.5.2.tar.bz2 -koffice-l10n-cy-1.5.2.tar.bz2 -koffice-l10n-da-1.5.2.tar.bz2 -koffice-l10n-de-1.5.2.tar.bz2 -koffice-l10n-el-1.5.2.tar.bz2 -koffice-l10n-en_GB-1.5.2.tar.bz2 -koffice-l10n-eo-1.5.2.tar.bz2 -koffice-l10n-es-1.5.2.tar.bz2 -koffice-l10n-et-1.5.2.tar.bz2 -koffice-l10n-eu-1.5.2.tar.bz2 -koffice-l10n-fi-1.5.2.tar.bz2 -koffice-l10n-fr-1.5.2.tar.bz2 -koffice-l10n-ga-1.5.2.tar.bz2 -koffice-l10n-he-1.5.2.tar.bz2 -koffice-l10n-hi-1.5.2.tar.bz2 -koffice-l10n-hu-1.5.2.tar.bz2 -koffice-l10n-is-1.5.2.tar.bz2 -koffice-l10n-it-1.5.2.tar.bz2 -koffice-l10n-ja-1.5.2.tar.bz2 -koffice-l10n-lt-1.5.2.tar.bz2 -koffice-l10n-mk-1.5.2.tar.bz2 -koffice-l10n-ms-1.5.2.tar.bz2 -koffice-l10n-nb-1.5.2.tar.bz2 -koffice-l10n-nl-1.5.2.tar.bz2 -koffice-l10n-nn-1.5.2.tar.bz2 -koffice-l10n-pl-1.5.2.tar.bz2 -koffice-l10n-pt-1.5.2.tar.bz2 -koffice-l10n-pt_BR-1.5.2.tar.bz2 -koffice-l10n-ro-1.5.2.tar.bz2 -koffice-l10n-ru-1.5.2.tar.bz2 -koffice-l10n-se-1.5.2.tar.bz2 -koffice-l10n-sk-1.5.2.tar.bz2 -koffice-l10n-sl-1.5.2.tar.bz2 -koffice-l10n-sr-1.5.2.tar.bz2 -koffice-l10n-sr at Latn-1.5.2.tar.bz2 -koffice-l10n-sv-1.5.2.tar.bz2 -koffice-l10n-ta-1.5.2.tar.bz2 -koffice-l10n-tg-1.5.2.tar.bz2 -koffice-l10n-tr-1.5.2.tar.bz2 -koffice-l10n-uk-1.5.2.tar.bz2 -koffice-l10n-uz-1.5.2.tar.bz2 -koffice-l10n-zh_CN-1.5.2.tar.bz2 -koffice-l10n-zh_TW-1.5.2.tar.bz2 koffice-l10n-ca-1.6.0.tar.bz2 koffice-l10n-cs-1.6.0.tar.bz2 koffice-l10n-cy-1.6.0.tar.bz2 @@ -79,3 +30,35 @@ koffice-l10n-uk-1.6.0.tar.bz2 koffice-l10n-zh_CN-1.6.0.tar.bz2 koffice-l10n-zh_TW-1.6.0.tar.bz2 +koffice-l10n-ca-1.6.1.tar.bz2 +koffice-l10n-cs-1.6.1.tar.bz2 +koffice-l10n-cy-1.6.1.tar.bz2 +koffice-l10n-da-1.6.1.tar.bz2 +koffice-l10n-de-1.6.1.tar.bz2 +koffice-l10n-el-1.6.1.tar.bz2 +koffice-l10n-en_GB-1.6.1.tar.bz2 +koffice-l10n-es-1.6.1.tar.bz2 +koffice-l10n-et-1.6.1.tar.bz2 +koffice-l10n-eu-1.6.1.tar.bz2 +koffice-l10n-fi-1.6.1.tar.bz2 +koffice-l10n-fr-1.6.1.tar.bz2 +koffice-l10n-hu-1.6.1.tar.bz2 +koffice-l10n-it-1.6.1.tar.bz2 +koffice-l10n-ja-1.6.1.tar.bz2 +koffice-l10n-lv-1.6.1.tar.bz2 +koffice-l10n-ms-1.6.1.tar.bz2 +koffice-l10n-nb-1.6.1.tar.bz2 +koffice-l10n-nl-1.6.1.tar.bz2 +koffice-l10n-pl-1.6.1.tar.bz2 +koffice-l10n-pt-1.6.1.tar.bz2 +koffice-l10n-pt_BR-1.6.1.tar.bz2 +koffice-l10n-ru-1.6.1.tar.bz2 +koffice-l10n-sk-1.6.1.tar.bz2 +koffice-l10n-sl-1.6.1.tar.bz2 +koffice-l10n-sr-1.6.1.tar.bz2 +koffice-l10n-sr at Latn-1.6.1.tar.bz2 +koffice-l10n-sv-1.6.1.tar.bz2 +koffice-l10n-tr-1.6.1.tar.bz2 +koffice-l10n-uk-1.6.1.tar.bz2 +koffice-l10n-zh_CN-1.6.1.tar.bz2 +koffice-l10n-zh_TW-1.6.1.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/koffice-langpack.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- koffice-langpack.spec 21 Oct 2006 10:11:31 -0000 1.7 +++ koffice-langpack.spec 6 Dec 2006 17:11:43 -0000 1.8 @@ -1,47 +1,47 @@ Name: koffice-langpack -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ca-1.6.0.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cs-1.6.0.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-cy-1.6.0.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-da-1.6.0.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-de-1.6.0.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-el-1.6.0.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-en_GB-1.6.0.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-es-1.6.0.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-et-1.6.0.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-eu-1.6.0.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fi-1.6.0.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-fr-1.6.0.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-hu-1.6.0.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-it-1.6.0.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ja-1.6.0.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-lv-1.6.0.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nb-1.6.0.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-nl-1.6.0.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pl-1.6.0.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt-1.6.0.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-pt_BR-1.6.0.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ru-1.6.0.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sk-1.6.0.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sl-1.6.0.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr-1.6.0.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sr at Latn-1.6.0.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-sv-1.6.0.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-tr-1.6.0.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-uk-1.6.0.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_CN-1.6.0.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-ms-1.6.0.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.6.0/src/koffice-l10n/koffice-l10n-zh_TW-1.6.0.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Source1: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ca-%{version}.tar.bz2 +Source2: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cs-%{version}.tar.bz2 +Source3: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-cy-%{version}.tar.bz2 +Source4: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-da-%{version}.tar.bz2 +Source5: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-de-%{version}.tar.bz2 +Source6: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-el-%{version}.tar.bz2 +Source7: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-en_GB-%{version}.tar.bz2 +Source8: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-es-%{version}.tar.bz2 +Source9: ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-et-%{version}.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-eu-%{version}.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fi-%{version}.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-fr-%{version}.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-hu-%{version}.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-it-%{version}.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ja-%{version}.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-lv-%{version}.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nb-%{version}.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-nl-%{version}.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pl-%{version}.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt-%{version}.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-pt_BR-%{version}.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ru-%{version}.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sk-%{version}.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sl-%{version}.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr-%{version}.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sr at Latn-%{version}.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-sv-%{version}.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-tr-%{version}.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-uk-%{version}.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_CN-%{version}.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-ms-%{version}.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-%{version}/src/koffice-l10n/koffice-l10n-zh_TW-%{version}.tar.bz2 + BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: libxml2 @@ -452,61 +452,29 @@ %description lv Provides additional lativian translations for koffice + %prep -%{__mkdir_p} %{_builddir}/%{name}-%{version} -cd %{_builddir}/%{name}-%{version} +%setup -T -c -q -n %{name} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -%{__tar} xjvf %{SOURCE1} -%{__tar} xjvf %{SOURCE2} -%{__tar} xjvf %{SOURCE3} -%{__tar} xjvf %{SOURCE4} -%{__tar} xjvf %{SOURCE5} -%{__tar} xjvf %{SOURCE6} -%{__tar} xjvf %{SOURCE7} -%{__tar} xjvf %{SOURCE8} -%{__tar} xjvf %{SOURCE9} -%{__tar} xjvf %{SOURCE10} -%{__tar} xjvf %{SOURCE11} -%{__tar} xjvf %{SOURCE12} -%{__tar} xjvf %{SOURCE13} -%{__tar} xjvf %{SOURCE14} -%{__tar} xjvf %{SOURCE15} -%{__tar} xjvf %{SOURCE16} -%{__tar} xjvf %{SOURCE17} -%{__tar} xjvf %{SOURCE18} -%{__tar} xjvf %{SOURCE19} -%{__tar} xjvf %{SOURCE20} -%{__tar} xjvf %{SOURCE21} -%{__tar} xjvf %{SOURCE22} -%{__tar} xjvf %{SOURCE23} -%{__tar} xjvf %{SOURCE24} -%{__tar} xjvf %{SOURCE25} -%{__tar} xjvf %{SOURCE26} -%{__tar} xjvf %{SOURCE27} -%{__tar} xjvf %{SOURCE28} -%{__tar} xjvf %{SOURCE29} -%{__tar} xjvf %{SOURCE30} -%{__tar} xjvf %{SOURCE31} -%{__tar} xjvf %{SOURCE32} %build -# dont work: et -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + pushd $koffice_lang %configure make %{?_smp_mflags} + popd + fi done %install rm -rf $RPM_BUILD_ROOT -for lang in ca cs cy da de el en_GB es et eu fi fr \ -hu it ja lv ms nb nl pl pt pt_BR ru sk sl sr \ -sr at Latn sv tr uk zh_CN zh_TW; do - cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} - make install DESTDIR=$RPM_BUILD_ROOT + +for koffice_lang in * ; do + if [ -x $koffice_lang/configure ]; then + make -C $koffice_lang install DESTDIR=$RPM_BUILD_ROOT + fi done HTML_DIR=$(kde-config --expandvars --install html) @@ -526,9 +494,14 @@ popd fi +# remove file conflict (kdgantt.mo) with kde-i18n (kde bug #75096) +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/kdgantt.mo + + %clean rm -rf $RPM_BUILD_ROOT + %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml @@ -679,7 +652,13 @@ %defattr(-,root,root,-) %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Fri Dec 01 2006 Rex Dieter +1.6.1-1 +- koffice-l10n-1.6.1 +- avoid file conflict (LC_MESSAGES/kdgantt.mo) with kde-i18n (kde bug #75096) + * Sat Oct 21 2006 Andreas Bierfert 1.6.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Oct 2006 10:11:31 -0000 1.7 +++ sources 6 Dec 2006 17:11:43 -0000 1.8 @@ -1,32 +1,32 @@ -b90e14bd3508bcc030096496ea87683a koffice-l10n-ca-1.6.0.tar.bz2 -21f9a7c3daf57aabf70111dded8a26a6 koffice-l10n-cs-1.6.0.tar.bz2 -b1d03624474b91becd3ff64647f45087 koffice-l10n-cy-1.6.0.tar.bz2 -d1532dc1107f01752a9eeeb362666289 koffice-l10n-da-1.6.0.tar.bz2 -21344257dcd9b418898fb5e348918171 koffice-l10n-de-1.6.0.tar.bz2 -c00bbbf55de2d5d8aa68916ef6618ee3 koffice-l10n-el-1.6.0.tar.bz2 -eb4582f359eaada24a1dd96443636219 koffice-l10n-en_GB-1.6.0.tar.bz2 -81db059841e59cfee6371d10b12e82d7 koffice-l10n-es-1.6.0.tar.bz2 -64b4dd81d61362599af0882d695dd175 koffice-l10n-et-1.6.0.tar.bz2 -c3c5dbfe0135896c41f749ff79c6744e koffice-l10n-eu-1.6.0.tar.bz2 -738bf409e16c08018b75f672abcb94a4 koffice-l10n-fi-1.6.0.tar.bz2 -96a5871374f69c694be87e621f04f39e koffice-l10n-fr-1.6.0.tar.bz2 -01ea831cfbd136fecb1c7de8826e97b9 koffice-l10n-hu-1.6.0.tar.bz2 -73f17287697e54e61237a8cf7f6fc75f koffice-l10n-it-1.6.0.tar.bz2 -dd3f979c03f9bc4ae6393a54766b4a84 koffice-l10n-ja-1.6.0.tar.bz2 -af51669631e18feef464e8d6778a41ad koffice-l10n-lv-1.6.0.tar.bz2 -259be59d9bfe0e7fba7d96c1b5740614 koffice-l10n-ms-1.6.0.tar.bz2 -ef631712fe58e8129823b0f53253e153 koffice-l10n-nb-1.6.0.tar.bz2 -b9c572b04701226fdce5e9ae5817177c koffice-l10n-nl-1.6.0.tar.bz2 -aaa167a7881f383b88696d34fd1903a5 koffice-l10n-pl-1.6.0.tar.bz2 -c907923d13d2e2d15e09ac5be9259c96 koffice-l10n-pt-1.6.0.tar.bz2 -8d1be2180acdba3287c2936cc379b4c6 koffice-l10n-pt_BR-1.6.0.tar.bz2 -0b895c8a86f0b3c6f31903c906e0dd08 koffice-l10n-ru-1.6.0.tar.bz2 -3bdbfb8532c3a3422345ff8693544b29 koffice-l10n-sk-1.6.0.tar.bz2 -6dfa4b30a8d246a46dddef1e3933cf36 koffice-l10n-sl-1.6.0.tar.bz2 -69681fe0a95a61b88aa5b9ee226fc320 koffice-l10n-sr-1.6.0.tar.bz2 -8ce2f6edd23a43b079fbec9c20cfe516 koffice-l10n-sr at Latn-1.6.0.tar.bz2 -774efb0a9c02776c58ca6cfe1930d327 koffice-l10n-sv-1.6.0.tar.bz2 -d941eddab83cc8991d4f218854d25f64 koffice-l10n-tr-1.6.0.tar.bz2 -b29bea37e37917edb45cfde8c48b50f7 koffice-l10n-uk-1.6.0.tar.bz2 -a3fda356e170368d7fd88d0ce892307b koffice-l10n-zh_CN-1.6.0.tar.bz2 -17ec8363abee3dd45c1a4c103b023ff3 koffice-l10n-zh_TW-1.6.0.tar.bz2 +2af9ee48900b76f13c7b205f9f44e454 koffice-l10n-ca-1.6.1.tar.bz2 +a90d191f1d84bd5c8090ca6e004253c4 koffice-l10n-cs-1.6.1.tar.bz2 +4f5d6aef468aeb4b80c6b079e1399110 koffice-l10n-cy-1.6.1.tar.bz2 +34ac13ce5bf8452f5f8b44686d03781a koffice-l10n-da-1.6.1.tar.bz2 +9ec1030ec8f55b4689a4664a3032050d koffice-l10n-de-1.6.1.tar.bz2 +c2028907c0675534694b5bad4c85ac0f koffice-l10n-el-1.6.1.tar.bz2 +0c8edcc2fb6570ff7629e610580cac2f koffice-l10n-en_GB-1.6.1.tar.bz2 +e3095320b087fdbaf9dea4ca7384c4e7 koffice-l10n-es-1.6.1.tar.bz2 +d7e32d741c284880ff01530d956cd524 koffice-l10n-et-1.6.1.tar.bz2 +33bb005893d82eeebbc1dc62495e018a koffice-l10n-eu-1.6.1.tar.bz2 +dc0b99fe0b1c2f0bdc5823804cf5f7f7 koffice-l10n-fi-1.6.1.tar.bz2 +74a658f3f323f016b202cc4e2063da19 koffice-l10n-fr-1.6.1.tar.bz2 +406eef87386bea965c9d0ec224b0a6aa koffice-l10n-hu-1.6.1.tar.bz2 +5fc389a6885af2acce7e5b9b48a9ce12 koffice-l10n-it-1.6.1.tar.bz2 +39ba5b3618221ee6fa896aa16aa9f6a9 koffice-l10n-ja-1.6.1.tar.bz2 +512650fbc0638ac0f0bae2864f295cca koffice-l10n-lv-1.6.1.tar.bz2 +ff1d6abe79bf4b4239ebaccc2509c35e koffice-l10n-ms-1.6.1.tar.bz2 +65d3a4d15e8911faf43d1aa9c6f7b6a7 koffice-l10n-nb-1.6.1.tar.bz2 +006bc0ff8b292fc8836c989d244a45bc koffice-l10n-nl-1.6.1.tar.bz2 +ca6e0bd7de872e51f342cd153598981b koffice-l10n-pl-1.6.1.tar.bz2 +c4e59783b4b93a50c7e5e9b53c864caa koffice-l10n-pt-1.6.1.tar.bz2 +71efdf80a256b20baece5e58f2d4527a koffice-l10n-pt_BR-1.6.1.tar.bz2 +d72bb7ce7fe685c4c92940dca4cf4bf8 koffice-l10n-ru-1.6.1.tar.bz2 +63b2d698040b2f5ece72e7ca67407669 koffice-l10n-sk-1.6.1.tar.bz2 +0c40d723b64bf15fbb8c78ebce17dcb3 koffice-l10n-sl-1.6.1.tar.bz2 +ff1137b214460cfc6c647643da08e098 koffice-l10n-sr-1.6.1.tar.bz2 +ed4eab803a7c0443ff3c4839e32757d1 koffice-l10n-sr at Latn-1.6.1.tar.bz2 +fd5ebf8d8480797f84121f9efcb00823 koffice-l10n-sv-1.6.1.tar.bz2 +909ed845836e7219a4cf6710ee128846 koffice-l10n-tr-1.6.1.tar.bz2 +dcab018c147831f47543b082f1beb5a5 koffice-l10n-uk-1.6.1.tar.bz2 +055cf1eed59bc1e491063d4ffa883d9b koffice-l10n-zh_CN-1.6.1.tar.bz2 +230b02b893873f1fd55f002509549793 koffice-l10n-zh_TW-1.6.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 17:14:28 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Wed, 6 Dec 2006 12:14:28 -0500 Subject: rpms/snort/devel snort.spec,1.20,1.21 Message-ID: <200612061714.kB6HESVC028598@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28578 Modified Files: snort.spec Log Message: rebuild for new postgresql Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- snort.spec 1 Dec 2006 04:02:07 -0000 1.20 +++ snort.spec 6 Dec 2006 17:13:57 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort Version: 2.6.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -420,6 +420,9 @@ %changelog +* Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 +- rebuild for new postgresql + * Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 - rebuild for new libpcap From fedora-extras-commits at redhat.com Wed Dec 6 17:22:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 12:22:55 -0500 Subject: rpms/qt4/devel qt4.spec,1.28,1.29 Message-ID: <200612061722.kB6HMt9e028691@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28671 Modified Files: qt4.spec Log Message: * Wed Dec 06 2006 Rex Dieter 4.2.2-1 -- qt-4.2.2 +- qt-4.2.2 (#218575) * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 From fedora-extras-commits at redhat.com Wed Dec 6 17:31:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 6 Dec 2006 12:31:50 -0500 Subject: fedora-security/audit fe5,1.117,1.118 fe6,1.32,1.33 Message-ID: <200612061731.kB6HVoIK028824@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28807 Modified Files: fe5 fe6 Log Message: CVE-2006-5864 done in FC5+ Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- fe5 6 Dec 2006 12:24:36 -0000 1.117 +++ fe5 6 Dec 2006 17:31:49 -0000 1.118 @@ -8,7 +8,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 -CVE-2006-5864 VULNERABLE (gv) #215136 +CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 VULNERABLE (seamonkey, fixed 1.0.6) #214822 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- fe6 6 Dec 2006 12:24:36 -0000 1.32 +++ fe6 6 Dec 2006 17:31:49 -0000 1.33 @@ -9,7 +9,7 @@ CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 -CVE-2006-5864 VULNERABLE (gv) #215136 +CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 CVE-2006-5748 version (seamonkey, fixed 1.0.6) #214822 From fedora-extras-commits at redhat.com Wed Dec 6 17:50:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 6 Dec 2006 12:50:46 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.18, 1.19 ochusha.spec, 1.19, 1.20 sources, 1.18, 1.19 Message-ID: <200612061750.kB6HoknT029070@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29026 Modified Files: .cvsignore ochusha.spec sources Log Message: * Wed Dec 6 2006 Mamoru Tasaka 0.5.99.63.13-0.1.cvs061206 - 0.5.99.63.13 cvs 061206 (24:40 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 5 Dec 2006 15:28:13 -0000 1.18 +++ .cvsignore 6 Dec 2006 17:50:16 -0000 1.19 @@ -1 +1 @@ -ochusha-0.5.99.63.12-cvs061205.tar.bz2 +ochusha-0.5.99.63.13-cvs061206.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ochusha.spec 5 Dec 2006 15:28:13 -0000 1.19 +++ ochusha.spec 6 Dec 2006 17:50:16 -0000 1.20 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.12 -%define strtag cvs061205 +%define main_ver 0.5.99.63.13 +%define strtag cvs061206 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Tue Dec 5 2006 Mamoru Tasaka 0.5.99.63.12-0.1.cvs061205 -- 0.5.99.63.12 cvs 061205 (23:59 JST) +* Wed Dec 6 2006 Mamoru Tasaka 0.5.99.63.13-0.1.cvs061206 +- 0.5.99.63.13 cvs 061206 (24:40 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 5 Dec 2006 15:28:13 -0000 1.18 +++ sources 6 Dec 2006 17:50:16 -0000 1.19 @@ -1 +1 @@ -de7dc9474b1a70914fcf94938bf95928 ochusha-0.5.99.63.12-cvs061205.tar.bz2 +e69690b367028efc0bed2e79ad9d8c34 ochusha-0.5.99.63.13-cvs061206.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 17:51:07 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 6 Dec 2006 12:51:07 -0500 Subject: rpms/jd/devel .cvsignore, 1.33, 1.34 jd.spec, 1.40, 1.41 sources, 1.33, 1.34 Message-ID: <200612061751.kB6Hp7QJ029075@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29051 Modified Files: .cvsignore jd.spec sources Log Message: * Wed Dec 6 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061206 - cvs 061206 (24:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- .cvsignore 5 Dec 2006 15:27:46 -0000 1.33 +++ .cvsignore 6 Dec 2006 17:50:37 -0000 1.34 @@ -1 +1 @@ -jd-1.8.1-cvs061205.tgz +jd-1.8.1-cvs061206.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- jd.spec 5 Dec 2006 15:27:46 -0000 1.40 +++ jd.spec 6 Dec 2006 17:50:37 -0000 1.41 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061205 +%define strtag cvs061206 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Tue Dec 5 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061205 -- cvs 061205 (24:20 JST) +* Wed Dec 6 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061206 +- cvs 061206 (24:20 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 5 Dec 2006 15:27:46 -0000 1.33 +++ sources 6 Dec 2006 17:50:37 -0000 1.34 @@ -1 +1 @@ -b3040769a58c0aebac4c94b7c50add38 jd-1.8.1-cvs061205.tgz +fc19e88462fef39de313deef51d3b592 jd-1.8.1-cvs061206.tgz From fedora-extras-commits at redhat.com Wed Dec 6 18:43:12 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 6 Dec 2006 13:43:12 -0500 Subject: rpms/osgcal/FC-6 osgcal-0.1.44-64bit.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 osgcal.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612061843.kB6IhCE4001134@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1067/FC-6 Modified Files: .cvsignore osgcal.spec sources Added Files: osgcal-0.1.44-64bit.patch Log Message: upstream sync osgcal-0.1.44-64bit.patch: --- NEW FILE osgcal-0.1.44-64bit.patch --- --- osgcal.cpp~ 2006-12-06 10:18:45.000000000 -0800 +++ osgcal.cpp 2006-12-06 10:18:54.000000000 -0800 @@ -286,7 +286,7 @@ { char* endptr; errno = 0; - int val = (int)strtol(number,&endptr,10); + long val = strtol(number,&endptr,10); if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) || (errno != 0 && val == 0)) { return false; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 08:21:10 -0000 1.2 +++ .cvsignore 6 Dec 2006 18:42:42 -0000 1.3 @@ -1 +1 @@ -osgcal-0.1.40.tar.gz +osgcal-0.1.44.tar.gz Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-6/osgcal.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- osgcal.spec 31 Aug 2006 23:26:04 -0000 1.5 +++ osgcal.spec 6 Dec 2006 18:42:42 -0000 1.6 @@ -1,25 +1,23 @@ Name: osgcal -Version: 0.1.40 -Release: 4%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D + Group: Development/Libraries -License: LGPL +License: GPL URL: http://gna.org/projects/underware Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: OpenSceneGraph-devel cal3d-devel libxml2-devel glib2-devel -BuildRequires: libungif-devel libtool +BuildRequires: libungif-devel libGL-devel SDL-devel xorg-x11-server-Xvfb +BuildRequires: xorg-x11-server-Xorg -%if "%fedora" > "4" -BuildRequires: libGL-devel -%else -BuildRequires: xorg-x11-devel -%endif %description osgCal is an adapter to use the Cal3D character animation library -(http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based -3D scene graph (http://www.openscenegraph.org). +inside the OpenSceneGraph OpenGL based 3D scene graph. %package devel Summary: Library development files for osgCal @@ -28,29 +26,43 @@ Requires: cal3d-devel %description devel -This package contains headers and libraries required to build applications that -use osgCal. +This package contains headers and libraries required to build +applications that use osgCal. + %prep %setup -q +%patch0 -p0 -b .64bit~ + +# Avoid lib64 rpaths +sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure + +# Fix rpmlint warnings +chmod -x include/osgCal/HardwareModel + %build -LIBTOOL=libtool %configure --enable-gifplugin --disable-static -%{__make} LIBTOOL=libtool %{?_smp_mflags} +%configure --enable-gifplugin --disable-static +make %{?_smp_mflags} + %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check -%{__make} %{?_smp_mflags} check +MALLOC_CHECK_=1 make check + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING LGPL README @@ -61,14 +73,33 @@ %files devel %defattr(-,root,root,-) +%doc COPYING %{_includedir}/osgCal %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %exclude %{_libdir}/*.la -# libtool hack does not remove static libs -%exclude %{_libdir}/*.a + %changelog +* Wed Dec 06 2006 Christopher Stone 0.1.44-1 +- Upstream sync +- Clean up description +- Use new method to fix rpaths +- Change license to GPL +- Add 64bit patch +- set MALLOC_CHECK_ to 1 to not exit on Xvfb double-free error + +* Sun Oct 15 2006 Christopher Stone 0.1.43-1 +- Upstream sync + +* Sat Oct 14 2006 Christopher Stone 0.1.42-1 +- Upstream sync + +* Sun Sep 03 2006 Christopher Stone 0.1.41-1 +- Upstream sync +- Remove FC4 support +- Add new Build Requires for %%check + * Thu Aug 31 2006 Christopher Stone 0.1.40-4 - FC6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 08:21:10 -0000 1.2 +++ sources 6 Dec 2006 18:42:42 -0000 1.3 @@ -1 +1 @@ -4e05fc0ea3320f502d2565a9ac7d2dbb osgcal-0.1.40.tar.gz +c6f43aa6014fc7fdc7cc0ab9e4b5a885 osgcal-0.1.44.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 18:43:12 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 6 Dec 2006 13:43:12 -0500 Subject: rpms/osgcal/FC-5 osgcal-0.1.44-64bit.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 osgcal.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612061843.kB6IhCvV001129@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1067/FC-5 Modified Files: .cvsignore osgcal.spec sources Added Files: osgcal-0.1.44-64bit.patch Log Message: upstream sync osgcal-0.1.44-64bit.patch: --- NEW FILE osgcal-0.1.44-64bit.patch --- --- osgcal.cpp~ 2006-12-06 10:18:45.000000000 -0800 +++ osgcal.cpp 2006-12-06 10:18:54.000000000 -0800 @@ -286,7 +286,7 @@ { char* endptr; errno = 0; - int val = (int)strtol(number,&endptr,10); + long val = strtol(number,&endptr,10); if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) || (errno != 0 && val == 0)) { return false; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 08:21:10 -0000 1.2 +++ .cvsignore 6 Dec 2006 18:42:41 -0000 1.3 @@ -1 +1 @@ -osgcal-0.1.40.tar.gz +osgcal-0.1.44.tar.gz Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-5/osgcal.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- osgcal.spec 8 Jul 2006 22:06:21 -0000 1.3 +++ osgcal.spec 6 Dec 2006 18:42:41 -0000 1.4 @@ -1,25 +1,23 @@ Name: osgcal -Version: 0.1.40 -Release: 3%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D + Group: Development/Libraries -License: LGPL +License: GPL URL: http://gna.org/projects/underware Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: OpenSceneGraph-devel cal3d-devel libxml2-devel glib2-devel -BuildRequires: libungif-devel libtool +BuildRequires: libungif-devel libGL-devel SDL-devel xorg-x11-server-Xvfb +BuildRequires: xorg-x11-server-Xorg -%if "%fedora" > "4" -BuildRequires: libGL-devel -%else -BuildRequires: xorg-x11-devel -%endif %description osgCal is an adapter to use the Cal3D character animation library -(http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based -3D scene graph (http://www.openscenegraph.org). +inside the OpenSceneGraph OpenGL based 3D scene graph. %package devel Summary: Library development files for osgCal @@ -28,29 +26,43 @@ Requires: cal3d-devel %description devel -This package contains headers and libraries required to build applications that -use osgCal. +This package contains headers and libraries required to build +applications that use osgCal. + %prep %setup -q +%patch0 -p0 -b .64bit~ + +# Avoid lib64 rpaths +sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure + +# Fix rpmlint warnings +chmod -x include/osgCal/HardwareModel + %build -LIBTOOL=libtool %configure --enable-gifplugin --disable-static -%{__make} LIBTOOL=libtool %{?_smp_mflags} +%configure --enable-gifplugin --disable-static +make %{?_smp_mflags} + %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check -%{__make} %{?_smp_mflags} check +MALLOC_CHECK_=1 make check + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING LGPL README @@ -61,14 +73,36 @@ %files devel %defattr(-,root,root,-) +%doc COPYING %{_includedir}/osgCal %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %exclude %{_libdir}/*.la -# libtool hack does not remove static libs -%exclude %{_libdir}/*.a + %changelog +* Wed Dec 06 2006 Christopher Stone 0.1.44-1 +- Upstream sync +- Clean up description +- Use new method to fix rpaths +- Change license to GPL +- Add 64bit patch +- set MALLOC_CHECK_ to 1 to not exit on Xvfb double-free error + +* Sun Oct 15 2006 Christopher Stone 0.1.43-1 +- Upstream sync + +* Sat Oct 14 2006 Christopher Stone 0.1.42-1 +- Upstream sync + +* Sun Sep 03 2006 Christopher Stone 0.1.41-1 +- Upstream sync +- Remove FC4 support +- Add new Build Requires for %%check + +* Thu Aug 31 2006 Christopher Stone 0.1.40-4 +- FC6 Rebuild + * Sat Jul 08 2006 Christopher Stone 0.1.40-3 - Rebuild against new cal3d Index: sources =================================================================== RCS file: /cvs/extras/rpms/osgcal/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 08:21:10 -0000 1.2 +++ sources 6 Dec 2006 18:42:41 -0000 1.3 @@ -1 +1 @@ -4e05fc0ea3320f502d2565a9ac7d2dbb osgcal-0.1.40.tar.gz +c6f43aa6014fc7fdc7cc0ab9e4b5a885 osgcal-0.1.44.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 18:43:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 6 Dec 2006 13:43:17 -0500 Subject: rpms/osgcal/devel osgcal-0.1.44-64bit.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 osgcal.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612061843.kB6IhHW8001141@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1067/devel Modified Files: .cvsignore osgcal.spec sources Added Files: osgcal-0.1.44-64bit.patch Log Message: upstream sync osgcal-0.1.44-64bit.patch: --- NEW FILE osgcal-0.1.44-64bit.patch --- --- osgcal.cpp~ 2006-12-06 10:18:45.000000000 -0800 +++ osgcal.cpp 2006-12-06 10:18:54.000000000 -0800 @@ -286,7 +286,7 @@ { char* endptr; errno = 0; - int val = (int)strtol(number,&endptr,10); + long val = strtol(number,&endptr,10); if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) || (errno != 0 && val == 0)) { return false; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 08:21:10 -0000 1.2 +++ .cvsignore 6 Dec 2006 18:42:47 -0000 1.3 @@ -1 +1 @@ -osgcal-0.1.40.tar.gz +osgcal-0.1.44.tar.gz Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- osgcal.spec 31 Aug 2006 23:26:04 -0000 1.5 +++ osgcal.spec 6 Dec 2006 18:42:47 -0000 1.6 @@ -1,25 +1,23 @@ Name: osgcal -Version: 0.1.40 -Release: 4%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D + Group: Development/Libraries -License: LGPL +License: GPL URL: http://gna.org/projects/underware Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: OpenSceneGraph-devel cal3d-devel libxml2-devel glib2-devel -BuildRequires: libungif-devel libtool +BuildRequires: libungif-devel libGL-devel SDL-devel xorg-x11-server-Xvfb +BuildRequires: xorg-x11-server-Xorg -%if "%fedora" > "4" -BuildRequires: libGL-devel -%else -BuildRequires: xorg-x11-devel -%endif %description osgCal is an adapter to use the Cal3D character animation library -(http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based -3D scene graph (http://www.openscenegraph.org). +inside the OpenSceneGraph OpenGL based 3D scene graph. %package devel Summary: Library development files for osgCal @@ -28,29 +26,43 @@ Requires: cal3d-devel %description devel -This package contains headers and libraries required to build applications that -use osgCal. +This package contains headers and libraries required to build +applications that use osgCal. + %prep %setup -q +%patch0 -p0 -b .64bit~ + +# Avoid lib64 rpaths +sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure + +# Fix rpmlint warnings +chmod -x include/osgCal/HardwareModel + %build -LIBTOOL=libtool %configure --enable-gifplugin --disable-static -%{__make} LIBTOOL=libtool %{?_smp_mflags} +%configure --enable-gifplugin --disable-static +make %{?_smp_mflags} + %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check -%{__make} %{?_smp_mflags} check +MALLOC_CHECK_=1 make check + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING LGPL README @@ -61,14 +73,33 @@ %files devel %defattr(-,root,root,-) +%doc COPYING %{_includedir}/osgCal %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %exclude %{_libdir}/*.la -# libtool hack does not remove static libs -%exclude %{_libdir}/*.a + %changelog +* Wed Dec 06 2006 Christopher Stone 0.1.44-1 +- Upstream sync +- Clean up description +- Use new method to fix rpaths +- Change license to GPL +- Add 64bit patch +- set MALLOC_CHECK_ to 1 to not exit on Xvfb double-free error + +* Sun Oct 15 2006 Christopher Stone 0.1.43-1 +- Upstream sync + +* Sat Oct 14 2006 Christopher Stone 0.1.42-1 +- Upstream sync + +* Sun Sep 03 2006 Christopher Stone 0.1.41-1 +- Upstream sync +- Remove FC4 support +- Add new Build Requires for %%check + * Thu Aug 31 2006 Christopher Stone 0.1.40-4 - FC6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 08:21:10 -0000 1.2 +++ sources 6 Dec 2006 18:42:47 -0000 1.3 @@ -1 +1 @@ -4e05fc0ea3320f502d2565a9ac7d2dbb osgcal-0.1.40.tar.gz +c6f43aa6014fc7fdc7cc0ab9e4b5a885 osgcal-0.1.44.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 18:45:36 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 6 Dec 2006 13:45:36 -0500 Subject: extras-repoclosure rc-report.py,1.27,1.28 Message-ID: <200612061845.kB6IjaYi001214@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1159 Modified Files: rc-report.py Log Message: shutil.copy() does os.chmod() which conflicts with our group environment unless we deleted the dst file Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- rc-report.py 2 Dec 2006 08:50:36 -0000 1.27 +++ rc-report.py 6 Dec 2006 18:45:36 -0000 1.28 @@ -32,7 +32,7 @@ today = datetime.date.today() # +datetime.timedelta(days=15) # Where to check out owners/owners.list -ownersworkdir = '/srv/extras-push/work' +ownersworkdir = '/srv/extras-push/work/extras-repoclosure' # We identify broken packages based on their src.rpm name and don't report # them more than once until expiration. @@ -369,9 +369,11 @@ timestamp = os.stat(timestampfile).st_mtime except OSError: timestamp = 0 - shutil.copy('/dev/null',timestampfile) + f = open(timestampfile,'w') + f.close() if len(reportssummary) or (datetime.date.fromtimestamp(timestamp)+datetime.timedelta(days=7) < today): - shutil.copy('/dev/null',timestampfile) + f = open(timestampfile,'w') + f.close() mailsummary = True else: mailsummary = False From fedora-extras-commits at redhat.com Wed Dec 6 18:57:49 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 6 Dec 2006 13:57:49 -0500 Subject: rpms/amarok/FC-6 amarok.spec,1.65,1.66 Message-ID: <200612061857.kB6IvnxS001359@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1315/FC-6 Modified Files: amarok.spec Log Message: rebuild Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-6/amarok.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- amarok.spec 1 Nov 2006 16:28:47 -0000 1.65 +++ amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Multimedia License: GPL @@ -238,6 +238,9 @@ %changelog +* Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 +- rebuild + * Fri Oct 27 2006 Aurelien Bompard 1.4.4-1 - version 1.4.4 - enable xine support since xine is now in Fedora From fedora-extras-commits at redhat.com Wed Dec 6 18:57:52 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Wed, 6 Dec 2006 13:57:52 -0500 Subject: rpms/gnokii/devel gnokii.spec,1.9,1.10 Message-ID: <200612061857.kB6IvqUZ001365@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1307 Modified Files: gnokii.spec Log Message: New libpq IF Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnokii.spec 4 Oct 2006 22:23:39 -0000 1.9 +++ gnokii.spec 6 Dec 2006 18:57:22 -0000 1.10 @@ -2,7 +2,7 @@ Name: gnokii Version: 0.6.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -261,6 +261,9 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Wed Dec 06 2006 Linus Walleij - 0.6.14-3 +- Rebuild to pick up new libpq IF + * Thu Oct 05 2006 Christian Iseli 0.6.14-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Wed Dec 6 18:57:50 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 6 Dec 2006 13:57:50 -0500 Subject: rpms/amarok/devel amarok.spec,1.65,1.66 Message-ID: <200612061857.kB6Ivo9S001362@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1315/devel Modified Files: amarok.spec Log Message: rebuild Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- amarok.spec 1 Nov 2006 16:28:48 -0000 1.65 +++ amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Multimedia License: GPL @@ -238,6 +238,9 @@ %changelog +* Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 +- rebuild + * Fri Oct 27 2006 Aurelien Bompard 1.4.4-1 - version 1.4.4 - enable xine support since xine is now in Fedora From fedora-extras-commits at redhat.com Wed Dec 6 19:19:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 14:19:40 -0500 Subject: rpms/gnupg2/devel gnupg-2.0.1-CVE-2006-6235.patch, NONE, 1.1 gnupg2.spec, 1.65, 1.66 Message-ID: <200612061919.kB6JJeOQ004741@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4723 Modified Files: gnupg2.spec Added Files: gnupg-2.0.1-CVE-2006-6235.patch Log Message: * Wed Dec 06 2006 Rex Dieter 2.0.1-2 - CVE-2006-6235 gnupg-2.0.1-CVE-2006-6235.patch: --- NEW FILE gnupg-2.0.1-CVE-2006-6235.patch --- This is a patch against GnuPG 2.0.1. Change the directory to g10/ and apply this patch. 2006-12-02 Werner Koch * encr-data.c: Allocate DFX context on the heap and not on the stack. Changes at several places. Fixes CVE-2006-6235. Index: encr-data.c =================================================================== --- encr-data.c (revision 4352) +++ encr-data.c (working copy) @@ -39,16 +39,37 @@ static int decode_filter ( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len); -typedef struct +typedef struct decode_filter_context_s { gcry_cipher_hd_t cipher_hd; gcry_md_hd_t mdc_hash; char defer[22]; int defer_filled; int eof_seen; -} decode_filter_ctx_t; + int refcount; +} *decode_filter_ctx_t; +/* Helper to release the decode context. */ +static void +release_dfx_context (decode_filter_ctx_t dfx) +{ + if (!dfx) + return; + + assert (dfx->refcount); + if ( !--dfx->refcount ) + { + gcry_cipher_close (dfx->cipher_hd); + dfx->cipher_hd = NULL; + gcry_md_close (dfx->mdc_hash); + dfx->mdc_hash = NULL; + xfree (dfx); + } +} + + + /**************** * Decrypt the data, specified by ED with the key DEK. */ @@ -62,7 +83,11 @@ unsigned blocksize; unsigned nprefix; - memset( &dfx, 0, sizeof dfx ); + dfx = xtrycalloc (1, sizeof *dfx); + if (!dfx) + return gpg_error_from_syserror (); + dfx->refcount = 1; + if ( opt.verbose && !dek->algo_info_printed ) { const char *s = gcry_cipher_algo_name (dek->algo); @@ -77,20 +102,20 @@ goto leave; blocksize = gcry_cipher_get_algo_blklen (dek->algo); if ( !blocksize || blocksize > 16 ) - log_fatal("unsupported blocksize %u\n", blocksize ); + log_fatal ("unsupported blocksize %u\n", blocksize ); nprefix = blocksize; if ( ed->len && ed->len < (nprefix+2) ) BUG(); if ( ed->mdc_method ) { - if (gcry_md_open (&dfx.mdc_hash, ed->mdc_method, 0 )) + if (gcry_md_open (&dfx->mdc_hash, ed->mdc_method, 0 )) BUG (); if ( DBG_HASHING ) - gcry_md_start_debug (dfx.mdc_hash, "checkmdc"); + gcry_md_start_debug (dfx->mdc_hash, "checkmdc"); } - rc = gcry_cipher_open (&dfx.cipher_hd, dek->algo, + rc = gcry_cipher_open (&dfx->cipher_hd, dek->algo, GCRY_CIPHER_MODE_CFB, (GCRY_CIPHER_SECURE | ((ed->mdc_method || dek->algo >= 100)? @@ -104,7 +129,7 @@ /* log_hexdump( "thekey", dek->key, dek->keylen );*/ - rc = gcry_cipher_setkey (dfx.cipher_hd, dek->key, dek->keylen); + rc = gcry_cipher_setkey (dfx->cipher_hd, dek->key, dek->keylen); if ( gpg_err_code (rc) == GPG_ERR_WEAK_KEY ) { log_info(_("WARNING: message was encrypted with" @@ -123,7 +148,7 @@ goto leave; } - gcry_cipher_setiv (dfx.cipher_hd, NULL, 0); + gcry_cipher_setiv (dfx->cipher_hd, NULL, 0); if ( ed->len ) { @@ -144,8 +169,8 @@ temp[i] = c; } - gcry_cipher_decrypt (dfx.cipher_hd, temp, nprefix+2, NULL, 0); - gcry_cipher_sync (dfx.cipher_hd); + gcry_cipher_decrypt (dfx->cipher_hd, temp, nprefix+2, NULL, 0); + gcry_cipher_sync (dfx->cipher_hd); p = temp; /* log_hexdump( "prefix", temp, nprefix+2 ); */ if (dek->symmetric @@ -155,17 +180,18 @@ goto leave; } - if ( dfx.mdc_hash ) - gcry_md_write (dfx.mdc_hash, temp, nprefix+2); - + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, temp, nprefix+2); + + dfx->refcount++; if ( ed->mdc_method ) - iobuf_push_filter( ed->buf, mdc_decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, mdc_decode_filter, dfx ); else - iobuf_push_filter( ed->buf, decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, decode_filter, dfx ); proc_packets ( procctx, ed->buf ); ed->buf = NULL; - if ( ed->mdc_method && dfx.eof_seen == 2 ) + if ( ed->mdc_method && dfx->eof_seen == 2 ) rc = gpg_error (GPG_ERR_INV_PACKET); else if ( ed->mdc_method ) { @@ -184,26 +210,28 @@ bytes are appended. */ int datalen = gcry_md_get_algo_dlen (ed->mdc_method); - gcry_cipher_decrypt (dfx.cipher_hd, dfx.defer, 22, NULL, 0); - gcry_md_write (dfx.mdc_hash, dfx.defer, 2); - gcry_md_final (dfx.mdc_hash); + assert (dfx->cipher_hd); + assert (dfx->mdc_hash); + gcry_cipher_decrypt (dfx->cipher_hd, dfx->defer, 22, NULL, 0); + gcry_md_write (dfx->mdc_hash, dfx->defer, 2); + gcry_md_final (dfx->mdc_hash); - if (dfx.defer[0] != '\xd3' || dfx.defer[1] != '\x14' ) + if (dfx->defer[0] != '\xd3' || dfx->defer[1] != '\x14' ) { log_error("mdc_packet with invalid encoding\n"); rc = gpg_error (GPG_ERR_INV_PACKET); } else if (datalen != 20 - || memcmp (gcry_md_read (dfx.mdc_hash, 0),dfx.defer+2,datalen)) + || memcmp (gcry_md_read (dfx->mdc_hash, 0), + dfx->defer+2,datalen )) rc = gpg_error (GPG_ERR_BAD_SIGNATURE); - /* log_printhex("MDC message:", dfx.defer, 22); */ - /* log_printhex("MDC calc:", gcry_md_read (dfx.mdc_hash,0), datalen); */ + /* log_printhex("MDC message:", dfx->defer, 22); */ + /* log_printhex("MDC calc:", gcry_md_read (dfx->mdc_hash,0), datalen); */ } leave: - gcry_cipher_close (dfx.cipher_hd); - gcry_md_close (dfx.mdc_hash); + release_dfx_context (dfx); return rc; } @@ -214,7 +242,7 @@ mdc_decode_filter (void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *dfx = opaque; + decode_filter_ctx_t dfx = opaque; size_t n, size = *ret_len; int rc = 0; int c; @@ -226,11 +254,11 @@ } else if( control == IOBUFCTRL_UNDERFLOW ) { - assert(a); - assert( size > 44 ); + assert (a); + assert ( size > 44 ); /* Get at least 22 bytes and put it somewhere ahead in the buffer. */ - for(n=22; n < 44 ; n++ ) + for (n=22; n < 44 ; n++ ) { if( (c = iobuf_get(a)) == -1 ) break; @@ -279,8 +307,10 @@ if ( n ) { - gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); - gcry_md_write (dfx->mdc_hash, buf, n); + if ( dfx->cipher_hd ) + gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, buf, n); } else { @@ -289,6 +319,10 @@ } *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (dfx); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "mdc_decode_filter"; @@ -300,7 +334,7 @@ static int decode_filter( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *fc = opaque; + decode_filter_ctx_t fc = opaque; size_t n, size = *ret_len; int rc = 0; @@ -311,11 +345,18 @@ if ( n == -1 ) n = 0; if ( n ) - gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + { + if (fc->cipher_hd) + gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + } else rc = -1; /* EOF */ *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (fc); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "decode_filter"; Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- gnupg2.spec 29 Nov 2006 15:51:16 -0000 1.65 +++ gnupg2.spec 6 Dec 2006 19:19:10 -0000 1.66 @@ -10,7 +10,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System @@ -24,6 +24,7 @@ Source11: gpg-agent-shutdown.sh Patch1: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-2.0.1-CVE-2006-6235.patch Obsoletes: newpg < 0.9.5 @@ -81,6 +82,9 @@ %setup -q -n gnupg-%{version}%{?beta} #patch1 -p1 -b .testverbose +pushd g10 +%patch2 -p0 -b .CVE-2006-6235 +popd # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -177,8 +181,12 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 2.0.1-2 +- CVE-2006-6235 + * Wed Nov 29 2006 Rex Dieter 2.0.1-1 - gnupg-2.0.1 +- CVE-2006-6169 (bug #217950) * Sat Nov 25 2006 Rex Dieter 2.0.1-0.3.rc1 - gnupg-2.0.1rc1 From fedora-extras-commits at redhat.com Wed Dec 6 19:42:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 6 Dec 2006 14:42:52 -0500 Subject: rpms/gnupg2/FC-6 gnupg-2.0.1-CVE-2006-6235.patch, NONE, 1.1 gnupg2.spec, 1.56, 1.57 Message-ID: <200612061942.kB6JgqZ3005044@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5026 Modified Files: gnupg2.spec Added Files: gnupg-2.0.1-CVE-2006-6235.patch Log Message: * Wed Dec 06 2006 Rex Dieter 2.0.1-2 - CVE-2006-6235 gnupg-2.0.1-CVE-2006-6235.patch: --- NEW FILE gnupg-2.0.1-CVE-2006-6235.patch --- This is a patch against GnuPG 2.0.1. Change the directory to g10/ and apply this patch. 2006-12-02 Werner Koch * encr-data.c: Allocate DFX context on the heap and not on the stack. Changes at several places. Fixes CVE-2006-6235. Index: encr-data.c =================================================================== --- encr-data.c (revision 4352) +++ encr-data.c (working copy) @@ -39,16 +39,37 @@ static int decode_filter ( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len); -typedef struct +typedef struct decode_filter_context_s { gcry_cipher_hd_t cipher_hd; gcry_md_hd_t mdc_hash; char defer[22]; int defer_filled; int eof_seen; -} decode_filter_ctx_t; + int refcount; +} *decode_filter_ctx_t; +/* Helper to release the decode context. */ +static void +release_dfx_context (decode_filter_ctx_t dfx) +{ + if (!dfx) + return; + + assert (dfx->refcount); + if ( !--dfx->refcount ) + { + gcry_cipher_close (dfx->cipher_hd); + dfx->cipher_hd = NULL; + gcry_md_close (dfx->mdc_hash); + dfx->mdc_hash = NULL; + xfree (dfx); + } +} + + + /**************** * Decrypt the data, specified by ED with the key DEK. */ @@ -62,7 +83,11 @@ unsigned blocksize; unsigned nprefix; - memset( &dfx, 0, sizeof dfx ); + dfx = xtrycalloc (1, sizeof *dfx); + if (!dfx) + return gpg_error_from_syserror (); + dfx->refcount = 1; + if ( opt.verbose && !dek->algo_info_printed ) { const char *s = gcry_cipher_algo_name (dek->algo); @@ -77,20 +102,20 @@ goto leave; blocksize = gcry_cipher_get_algo_blklen (dek->algo); if ( !blocksize || blocksize > 16 ) - log_fatal("unsupported blocksize %u\n", blocksize ); + log_fatal ("unsupported blocksize %u\n", blocksize ); nprefix = blocksize; if ( ed->len && ed->len < (nprefix+2) ) BUG(); if ( ed->mdc_method ) { - if (gcry_md_open (&dfx.mdc_hash, ed->mdc_method, 0 )) + if (gcry_md_open (&dfx->mdc_hash, ed->mdc_method, 0 )) BUG (); if ( DBG_HASHING ) - gcry_md_start_debug (dfx.mdc_hash, "checkmdc"); + gcry_md_start_debug (dfx->mdc_hash, "checkmdc"); } - rc = gcry_cipher_open (&dfx.cipher_hd, dek->algo, + rc = gcry_cipher_open (&dfx->cipher_hd, dek->algo, GCRY_CIPHER_MODE_CFB, (GCRY_CIPHER_SECURE | ((ed->mdc_method || dek->algo >= 100)? @@ -104,7 +129,7 @@ /* log_hexdump( "thekey", dek->key, dek->keylen );*/ - rc = gcry_cipher_setkey (dfx.cipher_hd, dek->key, dek->keylen); + rc = gcry_cipher_setkey (dfx->cipher_hd, dek->key, dek->keylen); if ( gpg_err_code (rc) == GPG_ERR_WEAK_KEY ) { log_info(_("WARNING: message was encrypted with" @@ -123,7 +148,7 @@ goto leave; } - gcry_cipher_setiv (dfx.cipher_hd, NULL, 0); + gcry_cipher_setiv (dfx->cipher_hd, NULL, 0); if ( ed->len ) { @@ -144,8 +169,8 @@ temp[i] = c; } - gcry_cipher_decrypt (dfx.cipher_hd, temp, nprefix+2, NULL, 0); - gcry_cipher_sync (dfx.cipher_hd); + gcry_cipher_decrypt (dfx->cipher_hd, temp, nprefix+2, NULL, 0); + gcry_cipher_sync (dfx->cipher_hd); p = temp; /* log_hexdump( "prefix", temp, nprefix+2 ); */ if (dek->symmetric @@ -155,17 +180,18 @@ goto leave; } - if ( dfx.mdc_hash ) - gcry_md_write (dfx.mdc_hash, temp, nprefix+2); - + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, temp, nprefix+2); + + dfx->refcount++; if ( ed->mdc_method ) - iobuf_push_filter( ed->buf, mdc_decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, mdc_decode_filter, dfx ); else - iobuf_push_filter( ed->buf, decode_filter, &dfx ); + iobuf_push_filter ( ed->buf, decode_filter, dfx ); proc_packets ( procctx, ed->buf ); ed->buf = NULL; - if ( ed->mdc_method && dfx.eof_seen == 2 ) + if ( ed->mdc_method && dfx->eof_seen == 2 ) rc = gpg_error (GPG_ERR_INV_PACKET); else if ( ed->mdc_method ) { @@ -184,26 +210,28 @@ bytes are appended. */ int datalen = gcry_md_get_algo_dlen (ed->mdc_method); - gcry_cipher_decrypt (dfx.cipher_hd, dfx.defer, 22, NULL, 0); - gcry_md_write (dfx.mdc_hash, dfx.defer, 2); - gcry_md_final (dfx.mdc_hash); + assert (dfx->cipher_hd); + assert (dfx->mdc_hash); + gcry_cipher_decrypt (dfx->cipher_hd, dfx->defer, 22, NULL, 0); + gcry_md_write (dfx->mdc_hash, dfx->defer, 2); + gcry_md_final (dfx->mdc_hash); - if (dfx.defer[0] != '\xd3' || dfx.defer[1] != '\x14' ) + if (dfx->defer[0] != '\xd3' || dfx->defer[1] != '\x14' ) { log_error("mdc_packet with invalid encoding\n"); rc = gpg_error (GPG_ERR_INV_PACKET); } else if (datalen != 20 - || memcmp (gcry_md_read (dfx.mdc_hash, 0),dfx.defer+2,datalen)) + || memcmp (gcry_md_read (dfx->mdc_hash, 0), + dfx->defer+2,datalen )) rc = gpg_error (GPG_ERR_BAD_SIGNATURE); - /* log_printhex("MDC message:", dfx.defer, 22); */ - /* log_printhex("MDC calc:", gcry_md_read (dfx.mdc_hash,0), datalen); */ + /* log_printhex("MDC message:", dfx->defer, 22); */ + /* log_printhex("MDC calc:", gcry_md_read (dfx->mdc_hash,0), datalen); */ } leave: - gcry_cipher_close (dfx.cipher_hd); - gcry_md_close (dfx.mdc_hash); + release_dfx_context (dfx); return rc; } @@ -214,7 +242,7 @@ mdc_decode_filter (void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *dfx = opaque; + decode_filter_ctx_t dfx = opaque; size_t n, size = *ret_len; int rc = 0; int c; @@ -226,11 +254,11 @@ } else if( control == IOBUFCTRL_UNDERFLOW ) { - assert(a); - assert( size > 44 ); + assert (a); + assert ( size > 44 ); /* Get at least 22 bytes and put it somewhere ahead in the buffer. */ - for(n=22; n < 44 ; n++ ) + for (n=22; n < 44 ; n++ ) { if( (c = iobuf_get(a)) == -1 ) break; @@ -279,8 +307,10 @@ if ( n ) { - gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); - gcry_md_write (dfx->mdc_hash, buf, n); + if ( dfx->cipher_hd ) + gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0); + if ( dfx->mdc_hash ) + gcry_md_write (dfx->mdc_hash, buf, n); } else { @@ -289,6 +319,10 @@ } *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (dfx); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "mdc_decode_filter"; @@ -300,7 +334,7 @@ static int decode_filter( void *opaque, int control, IOBUF a, byte *buf, size_t *ret_len) { - decode_filter_ctx_t *fc = opaque; + decode_filter_ctx_t fc = opaque; size_t n, size = *ret_len; int rc = 0; @@ -311,11 +345,18 @@ if ( n == -1 ) n = 0; if ( n ) - gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + { + if (fc->cipher_hd) + gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0); + } else rc = -1; /* EOF */ *ret_len = n; } + else if ( control == IOBUFCTRL_FREE ) + { + release_dfx_context (fc); + } else if ( control == IOBUFCTRL_DESC ) { *(char**)buf = "decode_filter"; Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/FC-6/gnupg2.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- gnupg2.spec 1 Dec 2006 14:10:42 -0000 1.56 +++ gnupg2.spec 6 Dec 2006 19:42:22 -0000 1.57 @@ -10,7 +10,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System @@ -24,6 +24,7 @@ Source11: gpg-agent-shutdown.sh Patch1: gnupg-1.9.16-testverbose.patch +Patch2: gnupg-2.0.1-CVE-2006-6235.patch Obsoletes: newpg < 0.9.5 @@ -81,6 +82,9 @@ %setup -q -n gnupg-%{version}%{?beta} #patch1 -p1 -b .testverbose +pushd g10 +%patch2 -p0 -b .CVE-2006-6235 +popd # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # Note: this is just the name of the default shared lib to load in scdaemon, @@ -177,8 +181,12 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 2.0.1-2 +- CVE-2006-6235 + * Wed Nov 29 2006 Rex Dieter 2.0.1-1 - gnupg-2.0.1 +- CVE-2006-6169 (bug #217950) * Sat Nov 25 2006 Rex Dieter 2.0.1-0.3.rc1 - gnupg-2.0.1rc1 From fedora-extras-commits at redhat.com Wed Dec 6 19:43:48 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 6 Dec 2006 14:43:48 -0500 Subject: rpms/cyphesis/devel cyphesis.spec,1.3,1.4 Message-ID: <200612061943.kB6JhmBx005108@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5093 Modified Files: cyphesis.spec Log Message: Rebuild for new postgres Index: cyphesis.spec =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cyphesis.spec 1 Dec 2006 17:31:29 -0000 1.3 +++ cyphesis.spec 6 Dec 2006 19:43:18 -0000 1.4 @@ -3,7 +3,7 @@ Name: cyphesis Version: 0.5.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL @@ -185,6 +185,9 @@ %changelog +* Wed Dec 6 2006 Wart 0.5.10-3 +- Rebuild for new postgresql + * Fri Dec 1 2006 Wart 0.5.10-2 - Rebuild for new readline-devel From fedora-extras-commits at redhat.com Wed Dec 6 19:47:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 6 Dec 2006 14:47:10 -0500 Subject: rpms/gnome-chemistry-utils/FC-5 gnome-chemistry-utils.spec,1.1,1.2 Message-ID: <200612061947.kB6JlALE005141@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5124 Modified Files: gnome-chemistry-utils.spec Log Message: firefox-devel->mozilla-devel Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/FC-5/gnome-chemistry-utils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-chemistry-utils.spec 5 Dec 2006 07:45:21 -0000 1.1 +++ gnome-chemistry-utils.spec 6 Dec 2006 19:46:40 -0000 1.2 @@ -14,7 +14,7 @@ BuildRequires: perl-XML-Parser BuildRequires: gtkglext-devel BuildRequires: libgnomeprintui22-devel -BuildRequires: firefox-devel +BuildRequires: mozilla-devel BuildRequires: man BuildRequires: gettext BuildRequires: desktop-file-utils From fedora-extras-commits at redhat.com Wed Dec 6 19:50:22 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 6 Dec 2006 14:50:22 -0500 Subject: rpms/gnome-chemistry-utils/FC-5 gnome-chemistry-utils.spec,1.2,1.3 Message-ID: <200612061950.kB6JoMIj005235@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5220 Modified Files: gnome-chemistry-utils.spec Log Message: Bumped release Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/FC-5/gnome-chemistry-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnome-chemistry-utils.spec 6 Dec 2006 19:46:40 -0000 1.2 +++ gnome-chemistry-utils.spec 6 Dec 2006 19:49:52 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnome-chemistry-utils Version: 0.6.3 -Release: 4%{?dist} +Release: 4%{?dist}.1 Summary: A set of chemical utilities Group: Applications/Engineering @@ -131,6 +131,9 @@ %changelog +* Wed Dec 06 2006 Julian Sikorski - 0.6.3-4.fc5.1 +- firefox-devel -> mozilla-devel + * Sun Dec 03 2006 Julian Sikorski - 0.6.3-4 - Removed obsolete stuff - Fixed support for chemical-mime-data From fedora-extras-commits at redhat.com Wed Dec 6 20:21:57 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Wed, 6 Dec 2006 15:21:57 -0500 Subject: rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.9,1.10 Message-ID: <200612062021.kB6KLvUO008480@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8465 Modified Files: eclipse-emf.spec Log Message: * Wed Dec 06 2006 Andrew Overholt 2.2.1-9 - Add osgi.sharedconfiguration.area flag to build. - Launcher (/usr/bin/eclipse) doesn't work in this case due to specialized jars and ant tasks only in EMF. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- eclipse-emf.spec 6 Dec 2006 04:44:34 -0000 1.9 +++ eclipse-emf.spec 6 Dec 2006 20:21:27 -0000 1.10 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 8%{?dist} +Release: 9%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -203,8 +203,6 @@ pushd ../.. rm SDK/plugins/org.eclipse.pde.build # Remove the bits of the SDK that we don't need -rm SDK/features/org.eclipse.sdk* -rm SDK/plugins/org.eclipse.sdk* rm SDK/features/org.eclipse.pde.source* rm SDK/features/org.eclipse.jdt.source* rm SDK/plugins/org.eclipse.pde.source* @@ -250,8 +248,9 @@ # -DskipFetch=true: don't fetch the sources # -DbaseExists=true: don't download the SDK, we want to use the one in $SDK java -cp $SDK/startup.jar \ + -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ + org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -DjavacFailOnError=true \ -DdontUnzip=true \ @@ -515,6 +514,11 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Wed Dec 06 2006 Andrew Overholt 2.2.1-9 +- Add osgi.sharedconfiguration.area flag to build. +- Launcher (/usr/bin/eclipse) doesn't work in this case due to + specialized jars and ant tasks only in EMF. + * Tue Dec 05 2006 Andrew Overholt 2.2.1-8 - Re-add eclipse-sdk as a BR - this is easier than dealing with copy-platform shenanigans. From fedora-extras-commits at redhat.com Wed Dec 6 20:28:50 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 6 Dec 2006 15:28:50 -0500 Subject: rpms/nagios-plugins-snmp-disk-proc/devel nagios-plugins-snmp-disk-proc.spec, 1.1, 1.2 Message-ID: <200612062028.kB6KSo7M008567@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8551 Modified Files: nagios-plugins-snmp-disk-proc.spec Log Message: Rebuild (net-snmp 5.3 -> 5.4). Index: nagios-plugins-snmp-disk-proc.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel/nagios-plugins-snmp-disk-proc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagios-plugins-snmp-disk-proc.spec 10 Oct 2006 10:06:08 -0000 1.1 +++ nagios-plugins-snmp-disk-proc.spec 6 Dec 2006 20:28:20 -0000 1.2 @@ -2,7 +2,7 @@ Name: nagios-plugins-snmp-disk-proc Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nagios SNMP plugins to monitor remote disk and processes Group: Applications/System @@ -52,5 +52,8 @@ %changelog +* Wed Dec 6 2006 Jose Pedro Oliveira - 1.0-2 +- Rebuild (net-snmp 5.3 -> 5.4). + * Sat Aug 12 2006 Jose Pedro Oliveira - 1.0-1 - Initial build. From fedora-extras-commits at redhat.com Wed Dec 6 20:48:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 6 Dec 2006 15:48:41 -0500 Subject: rpms/nagios-plugins-snmp-disk-proc/devel nagios-plugins-snmp-disk-proc.spec, 1.2, 1.3 Message-ID: <200612062048.kB6Kmf59008764@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8749 Modified Files: nagios-plugins-snmp-disk-proc.spec Log Message: BR: tcp_wrappers-devel. Index: nagios-plugins-snmp-disk-proc.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins-snmp-disk-proc/devel/nagios-plugins-snmp-disk-proc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nagios-plugins-snmp-disk-proc.spec 6 Dec 2006 20:28:20 -0000 1.2 +++ nagios-plugins-snmp-disk-proc.spec 6 Dec 2006 20:48:11 -0000 1.3 @@ -2,7 +2,7 @@ Name: nagios-plugins-snmp-disk-proc Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Nagios SNMP plugins to monitor remote disk and processes Group: Applications/System @@ -15,6 +15,7 @@ BuildRequires: autoconf, automake BuildRequires: net-snmp-devel BuildRequires: openssl-devel +BuildRequires: tcp_wrappers-devel Requires: nagios-plugins %description @@ -52,6 +53,9 @@ %changelog +* Wed Dec 6 2006 Jose Pedro Oliveira - 1.0-3 +- BR: tcp_wrappers-devel. + * Wed Dec 6 2006 Jose Pedro Oliveira - 1.0-2 - Rebuild (net-snmp 5.3 -> 5.4). From fedora-extras-commits at redhat.com Wed Dec 6 21:30:06 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Wed, 6 Dec 2006 16:30:06 -0500 Subject: rpms/eclipse-emf/devel eclipse-emf.spec,1.5,1.6 Message-ID: <200612062130.kB6LU64b011984@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/rpms/eclipse-emf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969 Modified Files: eclipse-emf.spec Log Message: * Wed Dec 06 2006 Andrew Overholt 2.2.1-9 - Bump release and build for rawhide. Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/devel/eclipse-emf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- eclipse-emf.spec 6 Nov 2006 19:44:56 -0000 1.5 +++ eclipse-emf.spec 6 Dec 2006 21:29:36 -0000 1.6 @@ -8,7 +8,7 @@ Summary: Eclipse Modeling Framework (EMF) Name: eclipse-emf Version: %{major}.%{minor}.%{micro} -Release: 3%{?dist} +Release: 9%{?dist} License: Eclipse Public License Group: System Environment/Libraries URL: http://www.eclipse.org/emf/ @@ -36,7 +36,7 @@ Patch5: %{name}-examples-dontChangeBundleClasspath.patch Patch6: %{name}-platformjavadocname.patch -BuildRequires: eclipse-pde +BuildRequires: eclipse-sdk %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.64 @@ -156,7 +156,7 @@ homedir=$(cd home > /dev/null && pwd) # See comments in the script to understand this. -/bin/sh -x %{_libdir}/eclipse/buildscripts/copy-platform `pwd`/SDK %{eclipse_base} +/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Build the EMF builder helper jars @@ -253,9 +253,9 @@ # -DskipFetch=true: don't fetch the sources # -DbaseExists=true: don't download the SDK, we want to use the one in $SDK java -cp $SDK/startup.jar \ - -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ + -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ + org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -DjavacFailOnError=true \ -DdontUnzip=true \ @@ -519,6 +519,9 @@ %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Wed Dec 06 2006 Andrew Overholt 2.2.1-9 +- Bump release and build for rawhide. + * Mon Nov 06 2006 Andrew Overholt 2.2.1-3 - Use copy-platform in %%{_libdir}. - Add Requires(post,postun) for sub-packages using rebuild-gcj-db. From fedora-extras-commits at redhat.com Wed Dec 6 22:06:54 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 6 Dec 2006 17:06:54 -0500 Subject: rpms/gnome-chemistry-utils/FC-5 gnome-chemistry-utils.spec,1.3,1.4 Message-ID: <200612062206.kB6M6sTJ015250@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15225 Modified Files: gnome-chemistry-utils.spec Log Message: Added libXt-devel to BuildRequires as it did not get pulled by default Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/FC-5/gnome-chemistry-utils.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-chemistry-utils.spec 6 Dec 2006 19:49:52 -0000 1.3 +++ gnome-chemistry-utils.spec 6 Dec 2006 22:06:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: gnome-chemistry-utils Version: 0.6.3 -Release: 4%{?dist}.1 +Release: 4%{?dist}.2 Summary: A set of chemical utilities Group: Applications/Engineering @@ -20,6 +20,7 @@ BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: chemical-mime-data +BuildRequires: libXt-devel Requires: chemical-mime-data %description @@ -131,6 +132,9 @@ %changelog +* Wed Dec 06 2006 Julian Sikorski - 0.6.3-4.fc5.2 +- Added libXt-devel to BuildRequires as it did not get pulled by default + * Wed Dec 06 2006 Julian Sikorski - 0.6.3-4.fc5.1 - firefox-devel -> mozilla-devel From fedora-extras-commits at redhat.com Wed Dec 6 22:30:29 2006 From: fedora-extras-commits at redhat.com (Andrew Overholt (overholt)) Date: Wed, 6 Dec 2006 17:30:29 -0500 Subject: owners owners.list,1.2074,1.2075 Message-ID: <200612062230.kB6MUTqB015358@cvs-int.fedora.redhat.com> Author: overholt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15343 Modified Files: owners.list Log Message: Add eclipse-emf. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2074 retrieving revision 1.2075 diff -u -r1.2074 -r1.2075 --- owners.list 6 Dec 2006 13:17:24 -0000 1.2074 +++ owners.list 6 Dec 2006 22:29:59 -0000 1.2075 @@ -353,6 +353,7 @@ Fedora Extras|ebtables|Ethernet Bridge frame table administration tool|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|echoping|TCP "echo" performance test|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ecl|Embeddable Common-Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net From fedora-extras-commits at redhat.com Wed Dec 6 22:46:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 6 Dec 2006 17:46:18 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.4, 1.5 nautilus-image-converter.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612062246.kB6MkIqk015510@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15491 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Wed Dec 6 2006 Brian Pepple - 0.0.6-1 - Update to 0.0.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Oct 2005 19:13:39 -0000 1.4 +++ .cvsignore 6 Dec 2006 22:45:48 -0000 1.5 @@ -1 +1 @@ -nautilus-image-converter-0.0.5.tar.bz2 +nautilus-image-converter-0.0.6.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nautilus-image-converter.spec 7 Sep 2006 22:53:36 -0000 1.7 +++ nautilus-image-converter.spec 6 Dec 2006 22:45:48 -0000 1.8 @@ -1,6 +1,6 @@ Name: nautilus-image-converter -Version: 0.0.5 -Release: 6%{?dist} +Version: 0.0.6 +Release: 1%{?dist} Summary: Nautilus extension to mass resize images Group: User Interface/Desktops @@ -51,6 +51,9 @@ %changelog +* Wed Dec 6 2006 Brian Pepple - 0.0.6-1 +- Update to 0.0.6. + * Thu Sep 7 2006 Brian Pepple - 0.0.5-6 - Add BR on perl(XML::Parser). Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Oct 2005 19:13:39 -0000 1.4 +++ sources 6 Dec 2006 22:45:48 -0000 1.5 @@ -1 +1 @@ -4d652ae9de8e06bd4b081a2c885d3471 nautilus-image-converter-0.0.5.tar.bz2 +43dfaaff16347ed24aaddae145adc5ad nautilus-image-converter-0.0.6.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 6 23:02:59 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 18:02:59 -0500 Subject: rpms/sec/devel .cvsignore,1.2,1.3 sec.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200612062303.kB6N2xXp018739@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18712 Modified Files: .cvsignore sec.spec sources Log Message: Upgrade to sec 2.4.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sec/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Sep 2006 20:54:01 -0000 1.2 +++ .cvsignore 6 Dec 2006 23:02:29 -0000 1.3 @@ -1 +1 @@ -sec-2.3.3.tar.gz +sec-2.4.0.tar.gz Index: sec.spec =================================================================== RCS file: /cvs/extras/rpms/sec/devel/sec.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.spec 1 Sep 2006 20:54:01 -0000 1.1 +++ sec.spec 6 Dec 2006 23:02:29 -0000 1.2 @@ -4,8 +4,8 @@ # Name: sec -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: SEC (simple event correlator) Group: System Environment/Daemons @@ -81,12 +81,6 @@ %prep %setup -q -# Install some handy tools - mkdir tools/ - mv itostream.c \ - convert.pl \ - tools/ - # Replace some tags in the config files sed -i -e 's/@@NAME@@/%{name}/' \ %{SOURCE1} \ @@ -185,7 +179,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README tools/ +%doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/sysconfig/sec %config(noreplace) %verify (not md5 size mtime) %{_sysconfdir}/logrotate.d/sec %{_sysconfdir}/%{name} @@ -199,6 +193,9 @@ %changelog +* Wed Dec 06 2006 Chris Petersen 2.4.0-1 +- Update to 2.4.0 + * Mon Jun 12 2006 Chris Petersen 2.3.3-4 - Change group to keep rpmlint happy - Fix permissions on the logrotate script Index: sources =================================================================== RCS file: /cvs/extras/rpms/sec/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Sep 2006 20:54:01 -0000 1.2 +++ sources 6 Dec 2006 23:02:29 -0000 1.3 @@ -1 +1 @@ -1b714a7dbb71e165327886a329f6d1e0 sec-2.3.3.tar.gz +3697bdab0664d5392c8e1e66edd3291c sec-2.4.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 6 23:34:21 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 18:34:21 -0500 Subject: rpms/sec/FC-5 sec.spec,1.1,1.2 Message-ID: <200612062334.kB6NYLx2018969@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18941/FC-5 Modified Files: sec.spec Log Message: Upgrade to sec 2.4.0 Index: sec.spec =================================================================== RCS file: /cvs/extras/rpms/sec/FC-5/sec.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.spec 1 Sep 2006 20:54:01 -0000 1.1 +++ sec.spec 6 Dec 2006 23:33:51 -0000 1.2 @@ -4,8 +4,8 @@ # Name: sec -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: SEC (simple event correlator) Group: System Environment/Daemons @@ -81,12 +81,6 @@ %prep %setup -q -# Install some handy tools - mkdir tools/ - mv itostream.c \ - convert.pl \ - tools/ - # Replace some tags in the config files sed -i -e 's/@@NAME@@/%{name}/' \ %{SOURCE1} \ @@ -185,7 +179,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README tools/ +%doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/sysconfig/sec %config(noreplace) %verify (not md5 size mtime) %{_sysconfdir}/logrotate.d/sec %{_sysconfdir}/%{name} @@ -199,6 +193,9 @@ %changelog +* Wed Dec 06 2006 Chris Petersen 2.4.0-1 +- Update to 2.4.0 + * Mon Jun 12 2006 Chris Petersen 2.3.3-4 - Change group to keep rpmlint happy - Fix permissions on the logrotate script From fedora-extras-commits at redhat.com Wed Dec 6 23:34:21 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 18:34:21 -0500 Subject: rpms/sec/FC-6 sec.spec,1.1,1.2 Message-ID: <200612062334.kB6NYLqV018972@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18941/FC-6 Modified Files: sec.spec Log Message: Upgrade to sec 2.4.0 Index: sec.spec =================================================================== RCS file: /cvs/extras/rpms/sec/FC-6/sec.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.spec 1 Sep 2006 20:54:01 -0000 1.1 +++ sec.spec 6 Dec 2006 23:33:51 -0000 1.2 @@ -4,8 +4,8 @@ # Name: sec -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: SEC (simple event correlator) Group: System Environment/Daemons @@ -81,12 +81,6 @@ %prep %setup -q -# Install some handy tools - mkdir tools/ - mv itostream.c \ - convert.pl \ - tools/ - # Replace some tags in the config files sed -i -e 's/@@NAME@@/%{name}/' \ %{SOURCE1} \ @@ -185,7 +179,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README tools/ +%doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/sysconfig/sec %config(noreplace) %verify (not md5 size mtime) %{_sysconfdir}/logrotate.d/sec %{_sysconfdir}/%{name} @@ -199,6 +193,9 @@ %changelog +* Wed Dec 06 2006 Chris Petersen 2.4.0-1 +- Update to 2.4.0 + * Mon Jun 12 2006 Chris Petersen 2.3.3-4 - Change group to keep rpmlint happy - Fix permissions on the logrotate script From fedora-extras-commits at redhat.com Thu Dec 7 00:38:52 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:38:52 -0500 Subject: rpms/scipy - New directory Message-ID: <200612070038.kB70cqg8022411@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22407/scipy Log Message: Directory /cvs/extras/rpms/scipy added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 00:38:57 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:38:57 -0500 Subject: rpms/scipy/devel - New directory Message-ID: <200612070038.kB70cvX9022424@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22407/scipy/devel Log Message: Directory /cvs/extras/rpms/scipy/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 00:39:11 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:39:11 -0500 Subject: rpms/scipy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612070039.kB70dBNc022454@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22448 Added Files: Makefile import.log Log Message: Setup of module scipy --- NEW FILE Makefile --- # Top level Makefile for module scipy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 00:39:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:39:16 -0500 Subject: rpms/scipy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612070039.kB70dGWP022470@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22448/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module scipy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 00:42:23 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:42:23 -0500 Subject: rpms/scipy import.log,1.1,1.2 Message-ID: <200612070042.kB70gNJR022567@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22510 Modified Files: import.log Log Message: auto-import scipy-0.5.1-4.fc6 on branch devel from scipy-0.5.1-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/scipy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 00:39:11 -0000 1.1 +++ import.log 7 Dec 2006 00:41:53 -0000 1.2 @@ -0,0 +1 @@ +scipy-0_5_1-4_fc6:HEAD:scipy-0.5.1-4.fc6.src.rpm:1165452362 From fedora-extras-commits at redhat.com Thu Dec 7 00:42:23 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:42:23 -0500 Subject: rpms/scipy/devel scipy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612070042.kB70gNh4022571@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22510/devel Modified Files: .cvsignore sources Added Files: scipy.spec Log Message: auto-import scipy-0.5.1-4.fc6 on branch devel from scipy-0.5.1-4.fc6.src.rpm --- NEW FILE scipy.spec --- %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') Summary: Scipy: array processing for numbers, strings, records, and objects Name: scipy Version: 0.5.1 Release: 4%{?dist} Group: Development/Libraries License: BSD Url: http://numeric.scipy.org Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: numpy, python-devel BuildRequires: fftw-devel, blas-devel, lapack-devel, gcc-gfortran Requires: numpy, python %description Scipy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. Scipy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. %prep %setup -q %build env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 build %install rm -rf $RPM_BUILD_ROOT env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 install --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE.txt %{python_sitearch}/scipy %changelog * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 * Sat Dec 2 2006 Jef Spaleta - 0.5.1-2 - Updated spec for FE Packaging Guidelines and for upstream version 0.5.1 * Mon May 8 2006 Neal Becker - 0.4.8-4 - Add BuildRequires gcc-c++ - Add python-devel - Add libstdc++ * Mon May 8 2006 Neal Becker - 0.4.8-3 - Add BuildRequires gcc-gfortran * Sun May 7 2006 Neal Becker - 0.4.8-3 - Add BuildRequires numpy * Wed May 3 2006 Neal Becker - 0.4.8-2 - Fix BuildRoot - Add BuildRequires, Requires - Test remove d1mach patch - Fix defattr - Add changelog - Removed Prefix, Vendor - Fix Source0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scipy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 00:39:16 -0000 1.1 +++ .cvsignore 7 Dec 2006 00:41:53 -0000 1.2 @@ -0,0 +1 @@ +scipy-0.5.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/scipy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 00:39:16 -0000 1.1 +++ sources 7 Dec 2006 00:41:53 -0000 1.2 @@ -0,0 +1 @@ +48442a427f0556ad2ad1721dd62e401c scipy-0.5.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 00:48:26 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 6 Dec 2006 19:48:26 -0500 Subject: owners owners.list,1.2075,1.2076 Message-ID: <200612070048.kB70mQxZ022663@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22644 Modified Files: owners.list Log Message: Added scipy listing Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2075 retrieving revision 1.2076 diff -u -r1.2075 -r1.2076 --- owners.list 6 Dec 2006 22:29:59 -0000 1.2075 +++ owners.list 7 Dec 2006 00:47:56 -0000 1.2076 @@ -2182,6 +2182,7 @@ Fedora Extras|scim-skk|Scim-skk is a SCIM IMEngine module for skk to support Japanese input|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| Fedora Extras|scim-tables|SCIM Generic Table IMEngine and its data files|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scim-tomoe|Tomoe module for SCIM for Japanese handwritten input|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| +Fedora Extras|scipy|Scipy: array processing for numbers, strings, records, and objects|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scite|SCIntilla based GTK2 text editor|jtorresh at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scmxx|Exchange data with Siemens mobile phones|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|scons|An Open Source software construction tool|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 01:33:27 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 6 Dec 2006 20:33:27 -0500 Subject: fedora-security/audit fc5,1.408,1.409 fc6,1.159,1.160 Message-ID: <200612070133.kB71XRiS026136@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26119 Modified Files: fc5 fc6 Log Message: Catch up with fedora mails Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.408 retrieving revision 1.409 diff -u -r1.408 -r1.409 --- fc5 4 Dec 2006 20:30:33 -0000 1.408 +++ fc5 7 Dec 2006 01:33:27 -0000 1.409 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] +CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) @@ -107,7 +109,7 @@ CVE-2006-4561 VULNERABLE (firefox) CVE-2006-4538 version (kernel, fixed 2.6.18) [since FEDORA-2006-1022] ia64 and sparc only CVE-2006-4535 version (kernel, fixed 2.6.17.12, fixed 2.6.18-rc6) [since FEDORA-2006-967] -CVE-2006-4514 VULNERABLE (libgsf, fixed 1.14.2) #217957 +CVE-2006-4514 backport (libgsf, fixed 1.14.2) #217957 [since FEDORA-2006-1399] CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4486 version (php, fixed 5.1.6) [since FEDORA-2006-1024] CVE-2006-4485 version (php, fixed 5.1.5) [since FEDORA-2006-1024] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- fc6 4 Dec 2006 20:30:33 -0000 1.159 +++ fc6 7 Dec 2006 01:33:27 -0000 1.160 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] +CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Thu Dec 7 01:40:06 2006 From: fedora-extras-commits at redhat.com (Tom Lynema (lyz)) Date: Wed, 6 Dec 2006 20:40:06 -0500 Subject: accounts2 PgToLDAP.py,1.4,1.5 Message-ID: <200612070140.kB71e6hU026171@cvs-int.fedora.redhat.com> Author: lyz Update of /cvs/fedora/accounts2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26156 Modified Files: PgToLDAP.py Log Message: it's actually working Index: PgToLDAP.py =================================================================== RCS file: /cvs/fedora/accounts2/PgToLDAP.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- PgToLDAP.py 6 Dec 2006 04:22:37 -0000 1.4 +++ PgToLDAP.py 7 Dec 2006 01:40:06 -0000 1.5 @@ -208,7 +208,7 @@ # Copy all users from db to ldap/ldif # this will to queries and mappings - """ + try: if verbose: print "Selecting all users from Postgres Database" @@ -238,7 +238,7 @@ userLdif.append(["mail",[str(user[2])]]) userLdif.append(["sn",[str(user[1])]]) userLdif.append(["fedoraPersonBugzillaMail",[str(user[2])]]) - userLdif.append(["cn",[str(user[3])]]) + userLdif.append(["cn",[str(user[1])]]) userLdif.append(["givenName",[str(user[3])]]) userLdif.append(["fedoraPersonKeyId",[str(user[4])]]) userLdif.append(["fedoraPersonSshKey",[str(user[5])]]) @@ -251,7 +251,7 @@ userLdif.append(["fedoraPersonApprovalStatus",[str(user[13])]]) userLdif.append(["description",[str(user[14])]]) #this one may be a streach -- original field was internal comments userLdif.append(["fedoraPersonIrcNick",[str(user[16])]]) - userLdif.append(["ou",["Roles"]]) + #userLdif.append(["ou",["Roles"]]) Adding an OU instead print userLdif #for userKey in userLdif.keys(): @@ -262,7 +262,11 @@ #print userLdif.keys() #print userLdif.values() - ldifWriter.unparse("cn=" + str(user[3]) +",ou=People,dc=fedoraproject,dc=org" , userLdif ) + ldifWriter.unparse("cn=" + str(user[1]) +",ou=People,dc=fedoraproject,dc=org" , userLdif ) + + roleOuLdif = [["objectClass",["organizationalUnit"]] , [ "ou",[ "Roles" ] ] ] + ldifWriter.unparse("ou=Roles,cn=" + str(user[1]) +",ou=People,dc=fedoraproject,dc=org" , roleOuLdif ) + #ldifWriter.unparse("dc=fedoraproject,dc=org, cn=" + user[3] , [ ['ano',['domini']],['uances',['od']] ]) #time.sleep (2) @@ -343,7 +347,7 @@ groupCursor.close() - """ + # Select all roles from the DB try: @@ -370,7 +374,7 @@ uidRoleCursor = dbConn.cursor() - uidRoleCursor.execute ("SELECT human_name FROM person where id =" + str(role[0]) ) + uidRoleCursor.execute ("SELECT username FROM person where id =" + str(role[0]) ) username = uidRoleCursor.fetchone() uidRoleCursor.execute ("SELECT name FROM project_group where id =" + str(role[1]) ) group = uidRoleCursor.fetchone() @@ -401,7 +405,7 @@ roleLdif.append(["fedoraRoleCreationDate",[str(role[7]) or "None" ]]) roleLdif.append(["fedoraRoleApprovalDate",[str(role[8])]]) - ldifWriter.unparse("cn=" + group[0] + ",cn=" + str(role[2]) + ",ou=roles, cn=" + username[0] + ",ou=People,dc=fedoraproject,dc=org" , roleLdif ) + ldifWriter.unparse("cn=" + group[0] + "+fedoraRoleType=" + str(role[2]) + ",ou=Roles,cn=" + username[0] + ",ou=People,dc=fedoraproject,dc=org" , roleLdif ) roleCursor.close() From fedora-extras-commits at redhat.com Thu Dec 7 02:35:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:24 -0500 Subject: rpms/perl-Test-Distribution - New directory Message-ID: <200612070235.kB72ZOqI029580@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29576/perl-Test-Distribution Log Message: Directory /cvs/extras/rpms/perl-Test-Distribution added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 02:35:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:29 -0500 Subject: rpms/perl-Test-Distribution/devel - New directory Message-ID: <200612070235.kB72ZTbF029595@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29576/perl-Test-Distribution/devel Log Message: Directory /cvs/extras/rpms/perl-Test-Distribution/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 02:35:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:43 -0500 Subject: rpms/perl-Test-Distribution/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612070235.kB72ZhBr029644@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29619/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Test-Distribution --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 02:35:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:35:38 -0500 Subject: rpms/perl-Test-Distribution Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612070235.kB72Zc1W029625@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29619 Added Files: Makefile import.log Log Message: Setup of module perl-Test-Distribution --- NEW FILE Makefile --- # Top level Makefile for module perl-Test-Distribution all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 02:36:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:36:26 -0500 Subject: rpms/perl-Test-Distribution import.log,1.1,1.2 Message-ID: <200612070236.kB72aQKp029725@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29692 Modified Files: import.log Log Message: auto-import perl-Test-Distribution-1.26-1.fc6 on branch devel from perl-Test-Distribution-1.26-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 02:35:38 -0000 1.1 +++ import.log 7 Dec 2006 02:35:56 -0000 1.2 @@ -0,0 +1 @@ +perl-Test-Distribution-1_26-1_fc6:HEAD:perl-Test-Distribution-1.26-1.fc6.src.rpm:1165459209 From fedora-extras-commits at redhat.com Thu Dec 7 02:36:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:36:27 -0500 Subject: rpms/perl-Test-Distribution/devel perl-Test-Distribution.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612070236.kB72aRxB029729@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29692/devel Modified Files: .cvsignore sources Added Files: perl-Test-Distribution.spec Log Message: auto-import perl-Test-Distribution-1.26-1.fc6 on branch devel from perl-Test-Distribution-1.26-1.fc6.src.rpm --- NEW FILE perl-Test-Distribution.spec --- Name: perl-Test-Distribution Version: 1.26 Release: 1%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Distribution/ Source0: http://www.cpan.org/authors/id/S/SR/SRSHAH/Test-Distribution-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Find::Rule) >= 0.03 BuildRequires: perl(Module::Build) BuildRequires: perl(Module::CoreList) >= 1.93 BuildRequires: perl(Module::Signature) BuildRequires: perl(Pod::Coverage) >= 0.17 BuildRequires: perl(Test::Pod) >= 0.95 BuildRequires: perl(Test::Pod::Coverage) # these are considered "optional"; autoreq doesn't pick them up Requires: perl(File::Find::Rule) >= 0.03 Requires: perl(Module::CoreList) >= 1.93 Requires: perl(Module::Signature) Requires: perl(Pod::Coverage) >= 0.17 Requires: perl(Test::Pod) >= 0.95 Requires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION. %prep %setup -q -n Test-Distribution-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # these will cause problems otherwise... rm debug*list ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Dec 06 2006 Chris Weyl 1.26-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 02:35:43 -0000 1.1 +++ .cvsignore 7 Dec 2006 02:35:56 -0000 1.2 @@ -0,0 +1 @@ +Test-Distribution-1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 02:35:43 -0000 1.1 +++ sources 7 Dec 2006 02:35:56 -0000 1.2 @@ -0,0 +1 @@ +64dc13f51f60f6022bb8e628f1297957 Test-Distribution-1.26.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 02:36:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:36:26 -0500 Subject: owners owners.list,1.2076,1.2077 Message-ID: <200612070236.kB72aQOq029722@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29673 Modified Files: owners.list Log Message: added perl-Test-Distribution Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2076 retrieving revision 1.2077 diff -u -r1.2076 -r1.2077 --- owners.list 7 Dec 2006 00:47:56 -0000 1.2076 +++ owners.list 7 Dec 2006 02:35:55 -0000 1.2077 @@ -776,8 +776,8 @@ Fedora Extras|istanbul|Desktop Session Recorder|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|itcl|Object oriented extension to Tcl|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|itext|A Free Java-PDF library|green at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|itpp|C++ library for math, signal/speech processing, and communications|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|itk|Object oriented extension to Tk|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|itpp|C++ library for math, signal/speech processing, and communications|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|ivman|Generic handler for HAL events|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|iwidgets|A set of useful widgets based on itcl and itk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|jabberd|OpenSource server implementation of the Jabber protocols|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -1755,6 +1755,7 @@ Fedora Extras|perl-Test-Cmd|Perl module for portable testing of commands and scripts|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Deep|Extremely flexible deep comparison|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Differences|Test strings and data structures and show differences if not ok|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Test-Distribution|Perform tests on all modules of a distribution|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Exception|Library of test functions for exception based Perl code|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Expect|Automated driving and testing of terminal-based programs|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-File|Test file attributes|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -2577,9 +2578,9 @@ Fedora Extras|xgalaxy|Galaxian / Galaga like game with powerups|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xine-lib|Xine library|gauret at free.fr|extras-qa at fedoraproject.org|ville.skytta at iki.fi Fedora Extras|xkeycaps|Graphical front end to xmodmap|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|xl2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|xlhtml|Excel 95/97 and PowerPoint to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xlockmore|Screen lock and screen saver|adrian at lisas.de|extras-qa at fedoraproject.org| -Fedora Extras|xl2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|xmldiff|Tree to tree correction between XML documents|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xmlindent|A XML stream reformatter|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|xmlrpc-c|A lightweight RPC library based on XML and HTTP|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 02:37:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:37:17 -0500 Subject: rpms/perl-Test-Distribution/devel perl-Test-Distribution.spec, 1.1, 1.2 Message-ID: <200612070237.kB72bHLn029798@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Distribution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29783 Modified Files: perl-Test-Distribution.spec Log Message: release bump Index: perl-Test-Distribution.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Distribution/devel/perl-Test-Distribution.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Test-Distribution.spec 7 Dec 2006 02:35:56 -0000 1.1 +++ perl-Test-Distribution.spec 7 Dec 2006 02:36:47 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Test-Distribution Version: 1.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries @@ -63,5 +63,8 @@ %{_mandir}/man3/* %changelog +* Wed Dec 06 2006 Chris Weyl 1.26-2 +- bump + * Wed Dec 06 2006 Chris Weyl 1.26-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Thu Dec 7 02:52:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 6 Dec 2006 21:52:43 -0500 Subject: rpms/915resolution/devel 915resolution.spec, 1.4, 1.5 Makefile, 1.2, 1.3 README.fedora, 1.2, 1.3 sources, 1.3, 1.4 dead.package, 1.1, NONE Message-ID: <200612070252.kB72qhCR029954@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29923 Added Files: 915resolution.spec Makefile README.fedora sources Removed Files: dead.package Log Message: resurrect, per RH#218339 Index: 915resolution.spec =================================================================== RCS file: 915resolution.spec diff -N 915resolution.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ 915resolution.spec 7 Dec 2006 02:52:13 -0000 1.5 @@ -0,0 +1,74 @@ +Name: 915resolution +Version: 0.5.2 +Release: 3%{?dist} +Summary: Intel video BIOS hack to support certain resolutions + +Group: User Interface/X Hardware Support +License: Public Domain +URL: http://www.geocities.com/stomljen/ +Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# this doesn't make much sense on ppc. That, and it fails in build... +ExcludeArch: ppc + +# simple "get it going" instructions +Source100: README.fedora + +%description +915resolution is a tool to modify the video BIOS of the 800 and 900 series +Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as +well as 915G, 915GM, and 945G chipsets. This modification is necessary to +allow the display of certain graphics resolutions for an Xorg or XFree86 +graphics server. + +915resolution's modifications of the BIOS are transient. There is no risk of +permanent modification of the BIOS. This also means that 915resolution must be +run every time the computer boots inorder for it's changes to take effect. + +915resolution is derived from the tool 855resolution. However, the code +differs substantially. 915resolution's code base is much simpler. +915resolution also allows the modification of bits per pixel. + +%prep +%setup -q + +# keep rpmlint from complaining.... +chmod -x dump_bios + +cp %{SOURCE100} . + +%build +make clean +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}%{_sbindir} +cp %{name} %{buildroot}%{_sbindir} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc LICENSE.txt README* changes.log chipset_info.txt dump_bios +%{_sbindir}/* + + +%changelog +* Tue Aug 01 2006 Chris Weyl 0.5.2-3 +- excludearch ppc + +* Tue Aug 01 2006 Chris Weyl 0.5.2-2 +- bump for build & release + +* Thu Jul 27 2006 Chris Weyl 0.5.2-1 +- bump release +- add README.fedora + +* Tue Jun 13 2006 Chris Weyl 0.5.2-0 +- Initial spec file for F-E Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 7 Dec 2006 02:52:13 -0000 1.3 @@ -0,0 +1,21 @@ +# Makefile for source rpm: 915resolution +# $Id$ +NAME := 915resolution +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) Index: README.fedora =================================================================== RCS file: README.fedora diff -N README.fedora --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ README.fedora 7 Dec 2006 02:52:13 -0000 1.3 @@ -0,0 +1,18 @@ +Some simple instructions on getting this going under Fedora Core. + +It's important to note that the invocation of this program needs to be done +at least once, at boot, to install the correct values in the video BIOS's RAM +copy. Executing 915resolution requires root privs. + +Note that the intel xorg drivers are supposed to deal with displaying to +non-bios modes "real soon now"; hence this setup technique. + +1. Read README.txt, in this directory... Figure out the proper invocation of + the binary for your hardware. +2. Edit /etc/rc.local. Include as a line in that file a call to + 915resolution; a la: + + /usr/sbin/915resolution .... + + Where .... is the proper parameters to pass 915resolution. + Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 7 Dec 2006 02:52:13 -0000 1.4 @@ -0,0 +1 @@ +a3441e5662c5ff1e00dc97de4487e8f8 915resolution-0.5.2.tar.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 03:31:13 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 22:31:13 -0500 Subject: rpms/itpp/devel .cvsignore, 1.3, 1.4 itpp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612070331.kB73VDOk001019@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1000 Modified Files: .cvsignore itpp.spec sources Log Message: new upstream 3.10.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/itpp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Oct 2006 17:04:41 -0000 1.3 +++ .cvsignore 7 Dec 2006 03:30:43 -0000 1.4 @@ -1 +1 @@ -itpp-3.10.6.tar.bz2 +itpp-3.10.7.tar.bz2 Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/devel/itpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itpp.spec 28 Oct 2006 17:04:41 -0000 1.2 +++ itpp.spec 7 Dec 2006 03:30:43 -0000 1.3 @@ -1,5 +1,5 @@ Name: itpp -Version: 3.10.6 +Version: 3.10.7 Release: 1%{?dist} Summary: C++ library for math, signal/speech processing, and communications @@ -101,6 +101,9 @@ %changelog +* Wed Dec 6 2006 Ed Hill - 3.10.7-1 +- new upstream 3.10.7 + * Sun Oct 28 2006 Ed Hill - 3.10.6-1 - new upstream 3.10.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/itpp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Oct 2006 17:04:41 -0000 1.3 +++ sources 7 Dec 2006 03:30:43 -0000 1.4 @@ -1 +1 @@ -b78a13b5b2c7ae5bcd369b3440804c45 itpp-3.10.6.tar.bz2 +c46c74352f735955d53ba762196039a6 itpp-3.10.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 03:37:28 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Wed, 6 Dec 2006 22:37:28 -0500 Subject: rpms/gnome-common/devel gnome-common-20061206-cvs.patch, NONE, 1.1 gnome-common.spec, 1.9, 1.10 Message-ID: <200612070337.kB73bSlr001144@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/gnome-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1123 Modified Files: gnome-common.spec Added Files: gnome-common-20061206-cvs.patch Log Message: - Add a patch from gnome-common cvs to address bug #218717 (gnome-common does not work with automake-1.10). gnome-common-20061206-cvs.patch: --- NEW FILE gnome-common-20061206-cvs.patch --- Index: gnome-common-2.12.0/ChangeLog =================================================================== --- gnome-common-2.12.0.orig/ChangeLog +++ gnome-common-2.12.0/ChangeLog @@ -1,5 +1,38 @@ +2006-12-01 Kjartan Maraas + + * macros2/gnome-autogen.sh: Make automake 1.10 work too. + +2006-10-20 Bastien Nocera + + * macros2/gnome-autogen.sh: exit from the check_m4macros function as + soon as we have detected some undefined macros, rather than leaving + the developer wondering what the problem is + +2006-05-10 Kjartan Maraas + + * gnome-common.spec.in: Fix a typo. + +2006-03-10 James Henstridge + + * macros2/gnome-autogen.sh (configure_files): skip directories + called "_darcs", similar to the handling of other VCS metadata + dirs. Fixes bug #321860. + +2005-10-24 James Henstridge + + * macros2/gnome-autogen.sh (configure_files): update find + expression to not exclude ".." from search. Fixes non-srcdir + builds (where $srcdir might be ".."). Fixes bug #319496. + +2005-09-20 Stepan Kasal + + * macros2/gnome-autogen.sh: Prefer newer versions of Automake. + From bug #305641. + 2005-09-20 James Henstridge + * configure.in: bump version to 2.12.0 + * macros2/gnome-autogen.sh (configure_files): when searching for configure.in files, skip directories starting with a dot. This avoids Bzr, Quilt and Subversion bookkeeping directories among Index: gnome-common-2.12.0/gnome-common.spec.in =================================================================== --- gnome-common-2.12.0.orig/gnome-common.spec.in +++ gnome-common-2.12.0/gnome-common.spec.in @@ -1,5 +1,5 @@ Name: gnome-common -Summary: gnome-common contains usefull things common to building gnome packages +Summary: gnome-common contains useful things common to building gnome packages Version: @VERSION@ Release: 0 License: GPL Index: gnome-common-2.12.0/macros2/gnome-autogen.sh =================================================================== --- gnome-common-2.12.0.orig/macros2/gnome-autogen.sh +++ gnome-common-2.12.0/macros2/gnome-autogen.sh @@ -15,7 +15,7 @@ REQUIRED_INTLTOOL_VERSION=${REQUIRED_INT REQUIRED_PKG_CONFIG_VERSION=${REQUIRED_PKG_CONFIG_VERSION:-0.14.0} REQUIRED_GTK_DOC_VERSION=${REQUIRED_GTK_DOC_VERSION:-1.0} REQUIRED_DOC_COMMON_VERSION=${REQUIRED_DOC_COMMON_VERSION:-2.3.0} -REQUIRED_GNOME_DOC_UTILS_VERSION=${REQUIRED_GNOME_DOC_UTILS_VERSION:-0.3.2} +REQUIRED_GNOME_DOC_UTILS_VERSION=${REQUIRED_GNOME_DOC_UTILS_VERSION:-0.4.2} # a list of required m4 macros. Package can set an initial value REQUIRED_M4MACROS=${REQUIRED_M4MACROS:-} @@ -141,6 +141,17 @@ add_to_cm_macrodirs() { } # Usage: +# print_m4macros_error +# Prints an error message saying that autoconf macros were misused +print_m4macros_error() { + printerr "***Error***: some autoconf macros required to build $PKG_NAME" + printerr " were not found in your aclocal path, or some forbidden" + printerr " macros were found. Perhaps you need to adjust your" + printerr " ACLOCAL_FLAGS?" + printerr +} + +# Usage: # check_m4macros # Checks that all the requested macro files are in the aclocal macro path # Uses REQUIRED_M4MACROS and ACLOCAL variables. @@ -202,6 +213,10 @@ check_m4macros() { fi done fi + if [ "$cm_status" != 0 ]; then + print_m4macros_error + return $cm_status + fi if [ -n "$FORBIDDEN_M4MACROS" ]; then printbold "Checking for forbidden M4 macros..." # check that each macro file is in one of the macro dirs @@ -220,11 +235,7 @@ check_m4macros() { done fi if [ "$cm_status" != 0 ]; then - printerr "***Error***: some autoconf macros required to build $PKG_NAME" - printerr " were not found in your aclocal path, or some forbidden" - printerr " macros were found. Perhaps you need to adjust your" - printerr " ACLOCAL_FLAGS?" - printerr + print_m4macros_error fi return $cm_status } @@ -240,7 +251,7 @@ want_pkg_config=false want_gtk_doc=false want_gnome_doc_utils=false -configure_files="`find $srcdir -name '{arch}' -prune -o -name '.?*' -prune -o -name configure.ac -print -o -name configure.in -print`" +configure_files="`find $srcdir -name '{arch}' -prune -o -name '_darcs' -prune -o -name '.??*' -prune -o -name configure.ac -print -o -name configure.in -print`" for configure_ac in $configure_files; do if grep "^A[CM]_PROG_LIBTOOL" $configure_ac >/dev/null || grep "^LT_INIT" $configure_ac >/dev/null; then @@ -289,11 +300,12 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoc case $REQUIRED_AUTOMAKE_VERSION in 1.4*) automake_progs="automake-1.4" ;; - 1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; - 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; - 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;; - 1.8*) automake_progs="automake-1.8 automake-1.9" ;; - 1.9*) automake_progs="automake-1.9" ;; + 1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;; + 1.6*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;; + 1.7*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;; + 1.8*) automake_progs="automake-1.10 automake-1.9 automake-1.8" ;; + 1.9*) automake_progs="automake-1.10 automake-1.9" ;; + 1.10*) automake_progs="automake-1.10" ;; esac version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \ "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz" || DIE=1 Index: gnome-common.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-common/devel/gnome-common.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-common.spec 4 Sep 2006 15:36:53 -0000 1.9 +++ gnome-common.spec 7 Dec 2006 03:36:57 -0000 1.10 @@ -1,6 +1,6 @@ Name: gnome-common Version: 2.12.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Useful things common to building gnome packages from scratch Group: Development/Tools @@ -8,6 +8,7 @@ License: GPL URL: http://developer.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.12/%{name}-%{version}.tar.bz2 +Patch0: gnome-common-20061206-cvs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Hmmm.... gnome-common needs all of these. But it doesn't necessarily need @@ -32,6 +33,7 @@ %prep %setup -q +%patch -p1 %build %configure @@ -55,6 +57,10 @@ %{_datadir}/%{name} %changelog +* Wed Dec 06 2006 Toshio Kuratomi - 2.12.0-4 +- Add a patch from gnome-common cvs to address bug #218717 (gnome-common + does not work with automake-1.10). + * Mon Sep 04 2006 Toshio Kuratomi - 2.12.0-3 - Bump and rebuild for FC6. From fedora-extras-commits at redhat.com Thu Dec 7 03:50:23 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 22:50:23 -0500 Subject: rpms/sec/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612070350.kB73oN1I001249@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1214/FC-6 Modified Files: .cvsignore sources Log Message: new sources for sec 2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sec/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Sep 2006 20:54:01 -0000 1.2 +++ .cvsignore 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -sec-2.3.3.tar.gz +sec-2.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sec/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Sep 2006 20:54:01 -0000 1.2 +++ sources 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -1b714a7dbb71e165327886a329f6d1e0 sec-2.3.3.tar.gz +3697bdab0664d5392c8e1e66edd3291c sec-2.4.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 03:50:23 2006 From: fedora-extras-commits at redhat.com (Chris Petersen (xris)) Date: Wed, 6 Dec 2006 22:50:23 -0500 Subject: rpms/sec/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612070350.kB73oNd2001245@cvs-int.fedora.redhat.com> Author: xris Update of /cvs/extras/rpms/sec/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1214/FC-5 Modified Files: .cvsignore sources Log Message: new sources for sec 2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sec/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Sep 2006 20:54:01 -0000 1.2 +++ .cvsignore 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -sec-2.3.3.tar.gz +sec-2.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sec/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Sep 2006 20:54:01 -0000 1.2 +++ sources 7 Dec 2006 03:49:53 -0000 1.3 @@ -1 +1 @@ -1b714a7dbb71e165327886a329f6d1e0 sec-2.3.3.tar.gz +3697bdab0664d5392c8e1e66edd3291c sec-2.4.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 04:15:36 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 23:15:36 -0500 Subject: rpms/itpp/FC-5 .cvsignore, 1.3, 1.4 itpp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612070415.kB74FaMX004615@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4581/FC-5 Modified Files: .cvsignore itpp.spec sources Log Message: new upstream 3.10.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Oct 2006 17:26:03 -0000 1.3 +++ .cvsignore 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -itpp-3.10.6.tar.bz2 +itpp-3.10.7.tar.bz2 Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-5/itpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itpp.spec 28 Oct 2006 17:26:03 -0000 1.2 +++ itpp.spec 7 Dec 2006 04:15:06 -0000 1.3 @@ -1,5 +1,5 @@ Name: itpp -Version: 3.10.6 +Version: 3.10.7 Release: 1%{?dist} Summary: C++ library for math, signal/speech processing, and communications @@ -101,6 +101,9 @@ %changelog +* Wed Dec 6 2006 Ed Hill - 3.10.7-1 +- new upstream 3.10.7 + * Sun Oct 28 2006 Ed Hill - 3.10.6-1 - new upstream 3.10.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Oct 2006 17:26:03 -0000 1.3 +++ sources 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -b78a13b5b2c7ae5bcd369b3440804c45 itpp-3.10.6.tar.bz2 +c46c74352f735955d53ba762196039a6 itpp-3.10.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 04:15:36 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 23:15:36 -0500 Subject: rpms/itpp/FC-6 .cvsignore, 1.3, 1.4 itpp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612070415.kB74Faae004620@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4581/FC-6 Modified Files: .cvsignore itpp.spec sources Log Message: new upstream 3.10.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Oct 2006 17:26:03 -0000 1.3 +++ .cvsignore 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -itpp-3.10.6.tar.bz2 +itpp-3.10.7.tar.bz2 Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/itpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itpp.spec 28 Oct 2006 17:26:03 -0000 1.2 +++ itpp.spec 7 Dec 2006 04:15:06 -0000 1.3 @@ -1,5 +1,5 @@ Name: itpp -Version: 3.10.6 +Version: 3.10.7 Release: 1%{?dist} Summary: C++ library for math, signal/speech processing, and communications @@ -101,6 +101,9 @@ %changelog +* Wed Dec 6 2006 Ed Hill - 3.10.7-1 +- new upstream 3.10.7 + * Sun Oct 28 2006 Ed Hill - 3.10.6-1 - new upstream 3.10.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Oct 2006 17:26:03 -0000 1.3 +++ sources 7 Dec 2006 04:15:06 -0000 1.4 @@ -1 +1 @@ -b78a13b5b2c7ae5bcd369b3440804c45 itpp-3.10.6.tar.bz2 +c46c74352f735955d53ba762196039a6 itpp-3.10.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 04:20:07 2006 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Wed, 6 Dec 2006 23:20:07 -0500 Subject: rpms/itpp/FC-6 itpp.spec,1.3,1.4 Message-ID: <200612070420.kB74K7lO004746@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/itpp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4731 Modified Files: itpp.spec Log Message: fix annoying tagging error Index: itpp.spec =================================================================== RCS file: /cvs/extras/rpms/itpp/FC-6/itpp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- itpp.spec 7 Dec 2006 04:15:06 -0000 1.3 +++ itpp.spec 7 Dec 2006 04:19:37 -0000 1.4 @@ -1,6 +1,6 @@ Name: itpp Version: 3.10.7 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: C++ library for math, signal/speech processing, and communications Group: System Environment/Libraries From fedora-extras-commits at redhat.com Thu Dec 7 06:19:27 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Thu, 7 Dec 2006 01:19:27 -0500 Subject: rpms/gparted/devel .cvsignore, 1.11, 1.12 gparted.spec, 1.19, 1.20 sources, 1.11, 1.12 Message-ID: <200612070619.kB76JRfd011497@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11478 Modified Files: .cvsignore gparted.spec sources Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 - Bug fix release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Dec 2006 21:07:37 -0000 1.11 +++ .cvsignore 7 Dec 2006 06:18:57 -0000 1.12 @@ -1 +1 @@ -gparted-0.3.2.tar.bz2 +gparted-0.3.3.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gparted.spec 5 Dec 2006 21:07:37 -0000 1.19 +++ gparted.spec 7 Dec 2006 06:18:57 -0000 1.20 @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Group: Applications/System License: GPL @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 +- Bug fix release + * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Dec 2006 21:07:37 -0000 1.11 +++ sources 7 Dec 2006 06:18:57 -0000 1.12 @@ -1 +1 @@ -8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 +f3d16ccfda72fa1dac9fa1ff9ded2c42 gparted-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 07:12:51 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Thu, 7 Dec 2006 02:12:51 -0500 Subject: rpms/gparted/FC-6 .cvsignore, 1.11, 1.12 gparted.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <200612070712.kB77Cp0T014774@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14755 Modified Files: .cvsignore gparted.spec sources Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 - Bug fix release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Dec 2006 21:27:49 -0000 1.11 +++ .cvsignore 7 Dec 2006 07:12:20 -0000 1.12 @@ -1 +1 @@ -gparted-0.3.2.tar.bz2 +gparted-0.3.3.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/gparted.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gparted.spec 5 Dec 2006 21:27:49 -0000 1.16 +++ gparted.spec 7 Dec 2006 07:12:20 -0000 1.17 @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Group: Applications/System License: GPL @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 +- Bug fix release + * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Dec 2006 21:27:49 -0000 1.11 +++ sources 7 Dec 2006 07:12:20 -0000 1.12 @@ -1 +1 @@ -8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 +f3d16ccfda72fa1dac9fa1ff9ded2c42 gparted-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 07:19:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:19:41 -0500 Subject: fedora-updates-system LICENSE,NONE,1.1 Message-ID: <200612070719.kB77JfgD014867@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846 Added Files: LICENSE Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py --- NEW FILE LICENSE --- GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. From fedora-extras-commits at redhat.com Thu Dec 7 07:19:52 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:19:52 -0500 Subject: fedora-updates-system/updatessystem/deprecated __init__.py, NONE, 1.1 biarch.py, NONE, 1.1 Message-ID: <200612070719.kB77JqFM014912@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/deprecated In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/deprecated Added Files: __init__.py biarch.py Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py --- NEW FILE __init__.py --- ***** Error reading new file: [Errno 2] No such file or directory: 'biarch.py' From fedora-extras-commits at redhat.com Thu Dec 7 07:19:57 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:19:57 -0500 Subject: fedora-updates-system/updatessystem/static/css layout.css,NONE,1.1 Message-ID: <200612070719.kB77Jvoe014926@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/static/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/static/css Added Files: layout.css Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py ***** Error reading new file: [Errno 2] No such file or directory: 'layout.css' From fedora-extras-commits at redhat.com Thu Dec 7 07:20:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:02 -0500 Subject: fedora-updates-system/updatessystem/static/images bugfix.png, NONE, 1.1 corner-bl.png, NONE, 1.1 corner-br.png, NONE, 1.1 corner-tl.png, NONE, 1.1 corner-tr.png, NONE, 1.1 cross.png, NONE, 1.1 enhancement.png, NONE, 1.1 flag_green.png, NONE, 1.1 flag_red.png, NONE, 1.1 header-faq.png, NONE, 1.1 header-fedora_logo.png, NONE, 1.1 header-projects.png, NONE, 1.1 mail-lg.png, NONE, 1.1 nPush.png, NONE, 1.1 null.png, NONE, 1.1 plus.png, NONE, 1.1 push.png, NONE, 1.1 security.png, NONE, 1.1 tick.png, NONE, 1.1 wait.gif, NONE, 1.1 Message-ID: <200612070720.kB77K2bo014959@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/static/images In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/static/images Added Files: bugfix.png corner-bl.png corner-br.png corner-tl.png corner-tr.png cross.png enhancement.png flag_green.png flag_red.png header-faq.png header-fedora_logo.png header-projects.png mail-lg.png nPush.png null.png plus.png push.png security.png tick.png wait.gif Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py From fedora-extras-commits at redhat.com Thu Dec 7 07:20:11 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:11 -0500 Subject: fedora-updates-system/updatessystem modifyrepo.py, NONE, 1.1 buildsys.py, 1.1, 1.2 controllers.py, 1.5, 1.6 json.py, 1.1, 1.2 model.py, 1.4, 1.5 new.py, 1.4, 1.5 push.py, 1.1, 1.2 Message-ID: <200612070720.kB77KBuc014994@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem Modified Files: buildsys.py controllers.py json.py model.py new.py push.py Added Files: modifyrepo.py Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py ***** Error reading new file: [Errno 2] No such file or directory: 'modifyrepo.py' Index: buildsys.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/buildsys.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildsys.py 3 Dec 2006 19:51:51 -0000 1.1 +++ buildsys.py 7 Dec 2006 07:19:41 -0000 1.2 @@ -6,6 +6,9 @@ from turbogears import config from exceptions import Exception +class SRPMNotFoundException(Exception): + pass + class Buildsys: """ Parent buildsystem class """ @@ -17,25 +20,19 @@ """ Get the source path for a given package update """ class Brew(Buildsys): - def get_source_path(self, update): - return "/mnt/redhat/brewroot/packages/%s/%s/%s" % \ - util.get_nvr(update.nvr) - -class Plague(Buildsys): pass -class SRPMNotFoundException(Exception): +class Plague(Buildsys): pass class LocalTest(Buildsys): """ Local test source repo, where a buildsystem is not present. Here we - are just using the 'test-build' directory inside this project for + are just using the 'build_dir' directory inside this project for testing. """ def get_source_path(self, update): - return os.path.join(config.get('top_level_dir'), 'test-build', - *util.get_nvr(update.nvr)) + return os.path.join(config.get('build_dir'), *util.get_nvr(update.nvr)) def get_srpm_path(self, update): srpm = os.path.join(self.get_source_path(update), "src", Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- controllers.py 3 Dec 2006 19:57:46 -0000 1.5 +++ controllers.py 7 Dec 2006 07:19:41 -0000 1.6 @@ -5,9 +5,10 @@ import logging import cherrypy -from new import NewUpdate, update_form -from push import Pusher +from new import NewUpdateController, update_form +from push import PushController from model import Package, PackageUpdate, Release, Bugzilla, CVE +from sqlite import IntegrityError from sqlobject import SQLObjectNotFound from elementtree import ElementTree as ET from updatessystem import json @@ -19,14 +20,12 @@ class Root(controllers.RootController): - new = NewUpdate() - push = Pusher() + new = NewUpdateController() + push = PushController() @expose(template="updatessystem.templates.welcome") - def index(self, tg_errors=None): - if tg_errors: - log.debug("ERROR: %s" % str(tg_errors)) - return dict() + def index(self): + raise redirect('/list') @expose(template="updatessystem.templates.login") def login(self, forward_url=None, previous_url=None, *args, **kw): @@ -60,8 +59,8 @@ raise redirect("/") @expose(template="updatessystem.templates.list") - @paginate('updates', default_order='update_id') - def list(self, skip=0): + @paginate('updates', default_order='update_id', limit=15) + def list(self): """ List all updates """ updates = PackageUpdate.select() return dict(updates=updates) @@ -106,7 +105,7 @@ 'nvr' : up.nvr, 'release' : up.release.name, 'testing' : up.testing, - 'security' : up.security, + 'type' : up.type, 'embargo' : up.embargo, 'notes' : up.notes, 'bugs' : string.join([str(bug.bz_id) for bug in up.bugs]), @@ -115,30 +114,37 @@ } return dict(form=update_form, values=values, action='/save') - @expose() @error_handler(new.index) @validate(form=update_form) def save(self, release, bugs, cves, edited, **kw): + """ Save an update. This includes new updates and edited. """ release = Release.byName(release) if edited and kw['nvr'] != edited: flash("You cannot change the package n-v-r after submission") - raise redirect('/show/%s' % edited) + raise redirect('/edit/%s' % edited) if not edited: # new update try: name = util.get_nvr(kw['nvr'])[0] package = Package.byName(name) + p = PackageUpdate(package=package, release=release, + submitter='FIXME', **kw) + + # TODO: we should eventually put all of this stuff into a + # FancyValidator for the Package field except IndexError: flash("Package needs to be in name-ver-rel format") raise redirect('/new') except SQLObjectNotFound: flash("Package %s not found" % name) raise redirect('/new') + except IntegrityError: + flash("Update for %s already exists" % kw['nvr']) + raise redirect('/new') log.debug("Adding new update %s" % package) - p = PackageUpdate(package=package, release=release, - submitter='FIXME', **kw) + p.build_filelist() else: # edited update from datetime import datetime log.debug("Edited update %s" % edited) @@ -163,7 +169,5 @@ cve = CVE(cve_id=cve_id) p.addCVE(cve) - if edited: flash("Update successfully edited") - else: flash("Update successfully added") - + flash("Update successfully %s" % (edited and 'edited' or 'added')) raise redirect('/show/%s' % p.nvr) Index: json.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/json.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- json.py 12 Nov 2006 20:07:58 -0000 1.1 +++ json.py 7 Dec 2006 07:19:41 -0000 1.2 @@ -1,3 +1,4 @@ +# $Id$ # This module provides helper functions for the JSON part of your # view, if you are providing a JSON-based API for your app. @@ -9,7 +10,6 @@ # lists, dicts, numbers and strings from turbojson.jsonify import jsonify - from turbojson.jsonify import jsonify_sqlobject from updatessystem.model import User, Group, Permission Index: model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/model.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- model.py 3 Dec 2006 19:51:51 -0000 1.4 +++ model.py 7 Dec 2006 07:19:41 -0000 1.5 @@ -16,7 +16,20 @@ long_name = UnicodeCol(notNone=True) codename = UnicodeCol() updates = MultipleJoin('PackageUpdate', joinColumn='release_id') - arches = UnicodeCol() + arches = RelatedJoin('Arch') + multilib = RelatedJoin('Multilib') + +class Arch(SQLObject): + name = UnicodeCol(alternateID=True, notNone=True) + subarches = PickleCol() + releases = RelatedJoin('Release') + compatarches = PickleCol(default=[]) + multilib = RelatedJoin('Multilib') + +class Multilib(SQLObject): + package = UnicodeCol(alternateID=True, notNone=True) + releases = RelatedJoin('Release') + arches = RelatedJoin('Arch') class Package(SQLObject): """ @@ -36,7 +49,7 @@ package = ForeignKey('Package') submitter = UnicodeCol(notNone=True) update_id = UnicodeCol(default=None) - security = BoolCol() + type = UnicodeCol() # security/bugfix/enhancement embargo = DateTimeCol(default=None) cves = RelatedJoin("CVE") bugs = RelatedJoin("Bugzilla") @@ -51,8 +64,44 @@ archived_mail = UnicodeCol(default=None) needs_push = BoolCol(default=False) comments = MultipleJoin('Comment', joinColumn='update_id') + filelist = PickleCol(default={}) # { 'arch' : [file1, file2, ..] } - # TODO: keep track of all files in this update + def build_filelist(self): + """ Build and store the filelist for this update. """ + import os, util + from os.path import isdir, join, basename + from buildsys import buildsys + print "Building filelist" + filelist = {} + filelist['src'] = buildsys.get_srpm_path(self) + sourcepath = buildsys.get_source_path(self) + for arch in self.release.arches: + filelist[arch.name] = [] + for subarch in arch.subarches: + path = join(sourcepath, subarch) + if isdir(path): + for file in os.listdir(path): + filelist[arch.name].append(join(path, file)) + print file + ## Check for multilib packages + for compatarch in arch.compatarches: + path = join(sourcepath, compatarch) + if isdir(path): + for file in os.listdir(path): + try: + nvr = util.get_nvr(basename(file)) + multilib = Multilib.byPackage(nvr[:-2]) + if arch in multilib.arches and \ + self.release in multilib.releases: + filelist[arch.name].append(join(path, file)) + print file + except SQLObjectNotFound: + continue + except IndexError: + print "Unknown file:", file + continue + print "\n", filelist + self.filelist = filelist class Comment(SQLObject): """ Table of comments on updates. """ @@ -193,26 +242,73 @@ modulename='updatessystem.config') hub.begin() - Release.dropTable(ifExists=True, cascade=True) - Package.dropTable(ifExists=True, cascade=True) + Release.dropTable(ifExists=True) + Package.dropTable(ifExists=True) + Arch.dropTable(ifExists=True) + Multilib.dropTable(ifExists=True) hub.commit() Release.createTable(ifNotExists=True) Package.createTable(ifNotExists=True) + Arch.createTable(ifNotExists=True) + Multilib.createTable(ifNotExists=True) - ## TODO: Add packages from pkgdb ? + arches = { + # arch subarches + 'i386' : ['i386', 'i486', 'i586', 'i686', 'athlon', 'noarch'], + 'x86_64' : ['x86_64', 'ia32e', 'noarch'], + 'ppc' : ['ppc', 'noarch'] + } + + biarches = { + # arch compatarches + 'i386' : [], + 'x86_64' : ['i386', 'i486', 'i586', 'i686', 'athlon'], + 'ppc' : ['ppc64', 'ppc64iseries'] + } + + print "\nInitializing Arch tables" + for arch in arches.keys(): + a = Arch(name=arch, subarches=arches[arch], compatarches=biarches[arch]) + print a releases = ( - { 'name' : 'fc6', 'long_name' : 'Fedora Core 6', 'codename' : 'Zod', - 'arches' : 'i386 x86_64 ppc' }, - { 'name' : 'fc5', 'long_name' : 'Fedora Core 5', 'codename' : 'Bordeaux', - 'arches' : 'i386 x86_64 ppc' } + { + 'name' : 'FC6', + 'long_name' : 'Fedora Core 6', + 'codename' : 'Zod', + 'arches' : map(Arch.byName, ('i386', 'x86_64', 'ppc')) + }, + { + 'name' : 'FC5', + 'long_name' : 'Fedora Core 5', + 'codename' : 'Bordeaux', + 'arches' : map(Arch.byName, ('i386', 'x86_64', 'ppc')) + } ) - print "Initializing Release table..." + ## Import old biarch package lists + from deprecated.biarch import biarch + num_multilib = 0 + + print "\nInitializing Release table..." for release in releases: - rel = Release(**release) + rel = Release(name=release['name'], long_name=release['long_name'], + codename=release['codename']) + map(rel.addArch, release['arches']) + for arch in biarch.keys(): + for pkg in biarch[arch][release['name'][-1]]: + try: + multilib = Multilib.byPackage(pkg) + num_multilib += 1 + except SQLObjectNotFound: + multilib = Multilib(package=pkg) + multilib.addRelease(rel) + multilib.addArch(Arch.byName(arch)) print rel + print " - Added %d multilib packages for this %s" % (num_multilib, + rel.name) + ## TODO: Add packages from pkgdb ? print "\nAdding packages..." pkg = Package(name='foobar') print pkg Index: new.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/new.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- new.py 3 Dec 2006 19:51:51 -0000 1.4 +++ new.py 7 Dec 2006 07:19:41 -0000 1.5 @@ -5,13 +5,16 @@ from model import Release, Package, PackageUpdate, Bugzilla, CVE from sqlobject import SQLObjectNotFound + from turbogears import (expose, controllers, validate, validators, flash, error_handler, redirect) + from turbogears.widgets import (WidgetsList, TextField, SingleSelectField, CheckBox, TextArea, CalendarDatePicker, TableForm, HiddenField) log = logging.getLogger(__name__) +update_types = ('security', 'bugfix', 'enhancement') def get_releases(): return [rel.name for rel in Release.select()] @@ -21,7 +24,8 @@ release = SingleSelectField(options=get_releases, validator=validators.OneOf(get_releases())) testing = CheckBox(validator=validators.Bool) - security = CheckBox(validator=validators.Bool) + type = SingleSelectField(options=update_types, + validator=validators.OneOf(update_types)) embargo = CalendarDatePicker(validator=validators.DateConverter) bugs = TextField(validator=validators.String) cves = TextField(validator=validators.String) @@ -30,11 +34,8 @@ update_form = TableForm(fields=UpdateFields(), submit_text='Submit') -class NewUpdate(controllers.Controller): +class NewUpdateController(controllers.Controller): @expose(template="updatessystem.templates.form") - def index(self, tg_errors=None, *args, **kw): - if tg_errors: - flash("Something went wrong!") - log.debug(tg_errors) + def index(self, *args, **kw): return dict(form=update_form, values={}, action="/save") Index: push.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/push.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- push.py 3 Dec 2006 19:57:46 -0000 1.1 +++ push.py 7 Dec 2006 07:19:41 -0000 1.2 @@ -9,7 +9,7 @@ log = logging.getLogger(__name__) -class Pusher(controllers.Controller): +class PushController(controllers.Controller): @expose(template='updatessystem.templates.push') def index(self): @@ -26,7 +26,7 @@ for nvr in updates: log.debug("Pushing %s" % nvr) update = PackageUpdate.byNvr(nvr) - self.push_rpm(update) + self.push_update(update) flash("Pushing Complete!") redirect("/list") @@ -37,11 +37,8 @@ update.testing and 'testing' or '', update.release.name[-1], arch) - def push_rpm(self, update): - srpm = buildsys.get_srpm_path(update) - dest = os.path.join(self.get_dest_path(update, 'SRPMS'), - "%s.src.rpm" % update.nvr) - log.debug("Copying SRPM: %s => %s" % (srpm, dest)) - os.link(srpm, dest) - for arch in update.release.arches.split(): - pass + def push_update(self, update): + # go through update.filelist, and push to buildsys.get_dest_path. + # TODO: should we put this logic inside of the PackageUpdate model, + # so each update knows how to push itself ? + pass From fedora-extras-commits at redhat.com Thu Dec 7 07:20:08 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:08 -0500 Subject: fedora-updates-system/updatessystem/tests test_model.py,1.3,1.4 Message-ID: <200612070720.kB77K86M014988@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/tests In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/tests Modified Files: test_model.py Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py Index: test_model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_model.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- test_model.py 3 Dec 2006 19:51:57 -0000 1.3 +++ test_model.py 7 Dec 2006 07:20:07 -0000 1.4 @@ -3,8 +3,8 @@ import datetime from turbogears import testutil, database -from updatessystem.model import Release, Package, PackageUpdate, Bugzilla, \ - Comment, CVE +from updatessystem.model import (Release, Package, PackageUpdate, Bugzilla, + Comment, CVE, Arch) database.set_db_uri("sqlite:///:memory:") @@ -12,8 +12,7 @@ def get_model(self): return Release def test_creation(self): - rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod', - arches='i386 ppc x86_64') + rel = Release(name='fc6', long_name='Fedora Core 6', codename='Zod') assert rel.long_name == 'Fedora Core 6' class TestPackage(testutil.DBTest): @@ -28,11 +27,13 @@ return PackageUpdate def test_creation(self): pkg = Package(name='foobar') + arch = Arch(name='i386', subarchs=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', - codename='Bordeaux', arches='i386 ppc x86_64') + codename='Bordeaux') + rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', - testing=True, security=True, + testing=True, type='security', embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') bug = Bugzilla(bz_id=1234) @@ -45,11 +46,13 @@ return Comment def test_creation(self): pkg = Package(name='foobar') + arch = Arch(name='i386', subarchs=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', - codename='Bordeaux', arches='i386 ppc x86_64') + codename='Bordeaux') + rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', - testing=True, security=True, + testing=True, type='bugfix', embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') comment = Comment(update=up, user='lmacken at fedoraproject.org', From fedora-extras-commits at redhat.com Thu Dec 7 07:20:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:21 -0500 Subject: fedora-updates-system/updatessystem/config app.cfg,1.2,1.3 Message-ID: <200612070720.kB77KLbt014999@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/config Modified Files: app.cfg Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py Index: app.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- app.cfg 3 Dec 2006 19:51:57 -0000 1.2 +++ app.cfg 7 Dec 2006 07:19:41 -0000 1.3 @@ -6,10 +6,10 @@ mail_server = 'mail.corp.redhat.com' # Built packages -built_dir = '%(top_level_dir)s/test-built' +build_dir = '%(top_level_dir)s/../test-build' # Where do we stage to? -stage_dir = '%(top_level_dir)s/updates-stage' +stage_dir = '%(top_level_dir)s/../updates-stage' # Where do we push to? push_server = "bugzilla at wallace.redhat.com" From fedora-extras-commits at redhat.com Thu Dec 7 07:20:37 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:20:37 -0500 Subject: fedora-updates-system/updatessystem/templates list.kid, 1.2, 1.3 master.kid, 1.3, 1.4 show.kid, 1.2, 1.3 Message-ID: <200612070720.kB77KbQ6015004@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/templates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14846/updatessystem/templates Modified Files: list.kid master.kid show.kid Log Message: - Make less ugly - Remove security column, and use 'type' instead, to handle security/bugfix/enha ncement updates - Build and display filelists upon adding updates - Add Multilib and Arch tables - Build biarchlist from deprecated biarch.py Index: list.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/list.kid,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- list.kid 3 Dec 2006 19:51:57 -0000 1.2 +++ list.kid 7 Dec 2006 07:20:02 -0000 1.3 @@ -9,30 +9,55 @@ - - ${page} - ${page} - +
+ + ${page} + ${page} + +
- - - - - - - - - -
- Package - - Security -
- ${update.nvr} - - ${update.security} -
+ + + + + + + + + + + + + + + + + + +
+ Package + + Release + +
Type
+
+
Status
+
+ Submitted +
+ ${update.nvr} + + ${update.release.long_name} + + + + ${testing} + + ${update.date_submitted} +
Index: master.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/master.kid,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- master.kid 3 Dec 2006 19:51:57 -0000 1.3 +++ master.kid 7 Dec 2006 07:20:02 -0000 1.4 @@ -15,27 +15,62 @@ } + at import "/static/css/layout.css"; + -
- - Login - - - Welcome ${tg.identity.user.display_name}. - Logout - + + +
+ + +
+ + BugsReport a Bug + +
-
+
+ + + +
+
Site Navigation:
+ +
+ + + +
+
 
+
 
+
+ +
+ +
+
+ +
+ +
+
 
+
 
+
-
+ + + + - Index: show.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/show.kid,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- show.kid 3 Dec 2006 19:51:57 -0000 1.2 +++ show.kid 7 Dec 2006 07:20:02 -0000 1.3 @@ -6,7 +6,7 @@ - Fedora Update // ${update.nvr} + ${update.nvr} %s ' cvelink = '%s ' +## Build our reference links for bug in update.bugs: bugs += bzlink % (bug.bz_id, bug.bz_id) if bug.title: bugs += '- %s' % bug.title for cve in update.cves: cves += cvelink % (cve.cve_id, cve.cve_id) + +## Build our file list +from os.path import basename +filelist = '' +for item in update.filelist.items(): + filelist += '%s
' % item[0] + for pkg in isinstance(item[1], list) and item[1] or [item[1]]: + filelist += '%s
' % basename(pkg) ?> - +
+ [ Edit | Delete ] +
+
+ ['Notes', update.notes], + ['Files', XML(filelist)])"> - - - + + + + - - - - - - - - - +
${field[0]}: ${field[1]}${field[0]}:${field[1]}
- Actions -
- Delete -
- Edit -
From fedora-extras-commits at redhat.com Thu Dec 7 07:29:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 7 Dec 2006 02:29:48 -0500 Subject: fedora-updates-system/updatessystem buildsys.py, 1.2, 1.3 controllers.py, 1.6, 1.7 Message-ID: <200612070729.kB77TmUr015118@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15101/updatessystem Modified Files: buildsys.py controllers.py Log Message: Catch SRPMNotFound exception when building filelist Index: buildsys.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/buildsys.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildsys.py 7 Dec 2006 07:19:41 -0000 1.2 +++ buildsys.py 7 Dec 2006 07:29:47 -0000 1.3 @@ -6,7 +6,7 @@ from turbogears import config from exceptions import Exception -class SRPMNotFoundException(Exception): +class SRPMNotFound(Exception): pass class Buildsys: @@ -39,7 +39,7 @@ "%s.src.rpm" % update.nvr) if not os.path.isfile(srpm): print "Cannot find", srpm - raise SRPMNotFoundException + raise SRPMNotFound return srpm ## We're dealing with local testing first Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- controllers.py 7 Dec 2006 07:19:41 -0000 1.6 +++ controllers.py 7 Dec 2006 07:29:47 -0000 1.7 @@ -9,6 +9,7 @@ from push import PushController from model import Package, PackageUpdate, Release, Bugzilla, CVE from sqlite import IntegrityError +from buildsys import SRPMNotFound from sqlobject import SQLObjectNotFound from elementtree import ElementTree as ET from updatessystem import json @@ -131,6 +132,7 @@ package = Package.byName(name) p = PackageUpdate(package=package, release=release, submitter='FIXME', **kw) + p.build_filelist() # TODO: we should eventually put all of this stuff into a # FancyValidator for the Package field @@ -143,8 +145,10 @@ except IntegrityError: flash("Update for %s already exists" % kw['nvr']) raise redirect('/new') + except SRPMNotFound: + flash("Cannot find SRPM for update") + raise redirect('/new') log.debug("Adding new update %s" % package) - p.build_filelist() else: # edited update from datetime import datetime log.debug("Edited update %s" % edited) From fedora-extras-commits at redhat.com Thu Dec 7 07:33:41 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Thu, 7 Dec 2006 02:33:41 -0500 Subject: rpms/gparted/FC-5 .cvsignore, 1.11, 1.12 gparted.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <200612070733.kB77XfhM015181@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15162 Modified Files: .cvsignore gparted.spec sources Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 - Bug fix release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Dec 2006 21:25:53 -0000 1.11 +++ .cvsignore 7 Dec 2006 07:33:11 -0000 1.12 @@ -1 +1 @@ -gparted-0.3.2.tar.bz2 +gparted-0.3.3.tar.bz2 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/gparted.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gparted.spec 5 Dec 2006 21:25:53 -0000 1.16 +++ gparted.spec 7 Dec 2006 07:33:11 -0000 1.17 @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} Group: Applications/System License: GPL @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Thu Dec 07 2006 Deji Akingunola - 0.3.3-1 +- Bug fix release + * Tue Dec 05 2006 Deji Akingunola - 0.3.2-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Dec 2006 21:25:53 -0000 1.11 +++ sources 7 Dec 2006 07:33:11 -0000 1.12 @@ -1 +1 @@ -8a25eaa8e319f06229a65bc4f7db459d gparted-0.3.2.tar.bz2 +f3d16ccfda72fa1dac9fa1ff9ded2c42 gparted-0.3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 10:29:33 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Thu, 7 Dec 2006 05:29:33 -0500 Subject: rpms/jabberd/devel jabberd.spec,1.15,1.16 Message-ID: <200612071029.kB7ATXe8026188@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26173 Modified Files: jabberd.spec Log Message: * Thu Dec 07 2006 Adrian Reber - 2.0-0.s11.12 - rebuilt Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- jabberd.spec 12 Sep 2006 07:56:58 -0000 1.15 +++ jabberd.spec 7 Dec 2006 10:29:02 -0000 1.16 @@ -1,7 +1,7 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s11.11%{?dist} +Release: 0.s11.12%{?dist} License: GPL Group: System Environment/Daemons Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz @@ -177,6 +177,9 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Thu Dec 07 2006 Adrian Reber - 2.0-0.s11.12 +- rebuilt + * Tue Sep 12 2006 Adrian Reber - 2.0-0.s11.11 - rebuilt From fedora-extras-commits at redhat.com Thu Dec 7 11:12:20 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 7 Dec 2006 06:12:20 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.19, 1.20 ochusha.spec, 1.20, 1.21 sources, 1.19, 1.20 Message-ID: <200612071112.kB7BCKqk030341@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30322 Modified Files: .cvsignore ochusha.spec sources Log Message: * Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207 - 0.5.99.63.14 cvs 061207 (20:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 6 Dec 2006 17:50:16 -0000 1.19 +++ .cvsignore 7 Dec 2006 11:11:49 -0000 1.20 @@ -1 +1 @@ -ochusha-0.5.99.63.13-cvs061206.tar.bz2 +ochusha-0.5.99.63.14-cvs061207.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ochusha.spec 6 Dec 2006 17:50:16 -0000 1.20 +++ ochusha.spec 7 Dec 2006 11:11:49 -0000 1.21 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.13 -%define strtag cvs061206 +%define main_ver 0.5.99.63.14 +%define strtag cvs061207 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Wed Dec 6 2006 Mamoru Tasaka 0.5.99.63.13-0.1.cvs061206 -- 0.5.99.63.13 cvs 061206 (24:40 JST) +* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207 +- 0.5.99.63.14 cvs 061207 (20:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 6 Dec 2006 17:50:16 -0000 1.19 +++ sources 7 Dec 2006 11:11:49 -0000 1.20 @@ -1 +1 @@ -e69690b367028efc0bed2e79ad9d8c34 ochusha-0.5.99.63.13-cvs061206.tar.bz2 +66d2ca94aa24a07496d361088c45a8fa ochusha-0.5.99.63.14-cvs061207.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 11:19:18 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 7 Dec 2006 06:19:18 -0500 Subject: extras-repoclosure/rpmUtils __init__.py, 1.1, NONE arch.py, 1.1, NONE miscutils.py, 1.1, NONE oldUtils.py, 1.1, NONE transaction.py, 1.1, NONE updates.py, 1.1, NONE Message-ID: <200612071119.kB7BJInb030455@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure/rpmUtils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30428/rpmUtils Removed Files: __init__.py arch.py miscutils.py oldUtils.py transaction.py updates.py Log Message: I'm going to look at some yum API changes and pitfalls which affect tools like extras-repoclosure --- __init__.py DELETED --- --- arch.py DELETED --- --- miscutils.py DELETED --- --- oldUtils.py DELETED --- --- transaction.py DELETED --- --- updates.py DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 11:19:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 7 Dec 2006 06:19:24 -0500 Subject: extras-repoclosure/yum Errors.py, 1.1, NONE __init__.py, 1.1, NONE comps.py, 1.1, NONE config.py, 1.1, NONE constants.py, 1.1, NONE depsolve.py, 1.1, NONE failover.py, 1.1, NONE logger.py, 1.1, NONE mdcache.py, 1.1, NONE mdparser.py, 1.1, NONE misc.py, 1.1, NONE packages.py, 1.1, NONE parser.py, 1.1, NONE pgpmsg.py, 1.1, NONE plugins.py, 1.1, NONE repos.py, 1.1, NONE sqlitecache.py, 1.1, NONE sqlitesack.py, 1.1, NONE transactioninfo.py, 1.1, NONE update_md.py, 1.1, NONE Message-ID: <200612071119.kB7BJORY030468@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure/yum In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30428/yum Removed Files: Errors.py __init__.py comps.py config.py constants.py depsolve.py failover.py logger.py mdcache.py mdparser.py misc.py packages.py parser.py pgpmsg.py plugins.py repos.py sqlitecache.py sqlitesack.py transactioninfo.py update_md.py Log Message: I'm going to look at some yum API changes and pitfalls which affect tools like extras-repoclosure --- Errors.py DELETED --- --- __init__.py DELETED --- --- comps.py DELETED --- --- config.py DELETED --- --- constants.py DELETED --- --- depsolve.py DELETED --- --- failover.py DELETED --- --- logger.py DELETED --- --- mdcache.py DELETED --- --- mdparser.py DELETED --- --- misc.py DELETED --- --- packages.py DELETED --- --- parser.py DELETED --- --- pgpmsg.py DELETED --- --- plugins.py DELETED --- --- repos.py DELETED --- --- sqlitecache.py DELETED --- --- sqlitesack.py DELETED --- --- transactioninfo.py DELETED --- --- update_md.py DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 11:19:43 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 7 Dec 2006 06:19:43 -0500 Subject: extras-repoclosure rc-modified,1.11,1.12 Message-ID: <200612071119.kB7BJhlN030471@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30428 Modified Files: rc-modified Log Message: I'm going to look at some yum API changes and pitfalls which affect tools like extras-repoclosure Index: rc-modified =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-modified,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rc-modified 28 Sep 2006 19:17:13 -0000 1.11 +++ rc-modified 7 Dec 2006 11:19:13 -0000 1.12 @@ -25,7 +25,7 @@ # For patched "yum" and "rpmUtils" (post 2.6.1 checkForObsolete support). # Comment this to use system yum. -sys.path.insert(0,'/srv/extras-push/work/extras-repoclosure') +sys.path.insert(0,'/srv/extras-push/work/buildsys-utils/pushscript') import yum import yum.Errors From fedora-extras-commits at redhat.com Thu Dec 7 12:17:46 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Thu, 7 Dec 2006 07:17:46 -0500 Subject: rpms/exim/devel exim.spec,1.32,1.33 Message-ID: <200612071217.kB7CHkjK001399@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1384 Modified Files: exim.spec Log Message: Own /etc/exim directory Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- exim.spec 4 Oct 2006 22:18:36 -0000 1.32 +++ exim.spec 7 Dec 2006 12:17:16 -0000 1.33 @@ -12,7 +12,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.63 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Url: http://www.exim.org/ Group: System Environment/Daemons @@ -344,6 +344,7 @@ %dir %{_var}/log/exim %defattr(-,root,mail) +%dir %{_sysconfdir}/exim %config(noreplace) %{_sysconfdir}/exim/exim.conf %defattr(-,root,root) @@ -394,8 +395,11 @@ %endif %changelog +* Tue Oct 17 2006 Christian Iseli 4.63-6 +- Own /etc/exim directory + * Thu Oct 05 2006 Christian Iseli 4.63-5 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Mon Sep 25 2006 David Woodhouse - 4.63-4 - Set home_directory on lmtp_transport by default From fedora-extras-commits at redhat.com Thu Dec 7 12:42:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:42:47 -0500 Subject: rpms/perl-Net-SNPP - New directory Message-ID: <200612071242.kB7CglUh001550@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1546/perl-Net-SNPP Log Message: Directory /cvs/extras/rpms/perl-Net-SNPP added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 12:42:52 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:42:52 -0500 Subject: rpms/perl-Net-SNPP/devel - New directory Message-ID: <200612071242.kB7Cgq0b001563@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1546/perl-Net-SNPP/devel Log Message: Directory /cvs/extras/rpms/perl-Net-SNPP/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 12:43:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:43:06 -0500 Subject: rpms/perl-Net-SNPP Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071243.kB7Ch6CB001593@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1587 Added Files: Makefile import.log Log Message: Setup of module perl-Net-SNPP --- NEW FILE Makefile --- # Top level Makefile for module perl-Net-SNPP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 12:43:11 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:43:11 -0500 Subject: rpms/perl-Net-SNPP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071243.kB7ChBA6001608@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1587/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Net-SNPP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 12:44:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:44:04 -0500 Subject: rpms/perl-Net-SNPP import.log,1.1,1.2 Message-ID: <200612071244.kB7Ci4TQ001678@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1648 Modified Files: import.log Log Message: auto-import perl-Net-SNPP-1.17-2 on branch devel from perl-Net-SNPP-1.17-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SNPP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 12:43:06 -0000 1.1 +++ import.log 7 Dec 2006 12:43:34 -0000 1.2 @@ -0,0 +1 @@ +perl-Net-SNPP-1_17-2:HEAD:perl-Net-SNPP-1.17-2.src.rpm:1165495729 From fedora-extras-commits at redhat.com Thu Dec 7 12:44:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 07:44:04 -0500 Subject: rpms/perl-Net-SNPP/devel perl-Net-SNPP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071244.kB7Ci4xQ001683@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1648/devel Modified Files: .cvsignore sources Added Files: perl-Net-SNPP.spec Log Message: auto-import perl-Net-SNPP-1.17-2 on branch devel from perl-Net-SNPP-1.17-2.src.rpm --- NEW FILE perl-Net-SNPP.spec --- Name: perl-Net-SNPP Version: 1.17 Release: 2%{?dist} Summary: Perl modules for the Simple Network Pager Protocol Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/Net-SNPP/ Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOBEYA/Net-SNPP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Perl client and server modules for the Simple Network Pager Protocol, as described in RFC 1861. %prep %setup -q -n Net-SNPP-%{version} chmod a-x README %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Dec 7 2006 Jeffrey C. Ollie - 1.17-2 - Fix typo in summary * Tue Dec 5 2006 Jeffrey C. Ollie - 1.17-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SNPP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 12:43:11 -0000 1.1 +++ .cvsignore 7 Dec 2006 12:43:34 -0000 1.2 @@ -0,0 +1 @@ +Net-SNPP-1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SNPP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 12:43:11 -0000 1.1 +++ sources 7 Dec 2006 12:43:34 -0000 1.2 @@ -0,0 +1 @@ +18f61a774906cd27ca14dcbf311e6bf0 Net-SNPP-1.17.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 12:56:13 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 7 Dec 2006 07:56:13 -0500 Subject: fedora-security/audit fc6,1.160,1.161 Message-ID: <200612071256.kB7CuDn3001765@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1750 Modified Files: fc6 Log Message: Test Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- fc6 7 Dec 2006 01:33:27 -0000 1.160 +++ fc6 7 Dec 2006 12:56:13 -0000 1.161 @@ -3,6 +3,7 @@ ** are items that need attention + CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6128 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Thu Dec 7 13:04:04 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 7 Dec 2006 08:04:04 -0500 Subject: fedora-security/audit fc5,1.409,1.410 fc6,1.161,1.162 Message-ID: <200612071304.kB7D442T004924@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4907/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6333 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- fc5 7 Dec 2006 01:33:27 -0000 1.409 +++ fc5 7 Dec 2006 13:04:04 -0000 1.410 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6128 VULNERABLE (kernel, fixed **) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- fc6 7 Dec 2006 12:56:13 -0000 1.161 +++ fc6 7 Dec 2006 13:04:04 -0000 1.162 @@ -3,7 +3,7 @@ ** are items that need attention - +CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6128 VULNERABLE (kernel, fixed **) From fedora-extras-commits at redhat.com Thu Dec 7 13:08:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 08:08:10 -0500 Subject: owners owners.list,1.2077,1.2078 Message-ID: <200612071308.kB7D8Ar9004978@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4963 Modified Files: owners.list Log Message: Adding perl-Net-SNPP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2077 retrieving revision 1.2078 diff -u -r1.2077 -r1.2078 --- owners.list 7 Dec 2006 02:35:55 -0000 1.2077 +++ owners.list 7 Dec 2006 13:07:40 -0000 1.2078 @@ -1643,6 +1643,7 @@ Fedora Extras|perl-Net-SCP|Perl extension for secure copy protocol|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-Server|Extensible, general Perl server engine|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SNMP|Object oriented interface to SNMP|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Net-SNPP|Perl modules for the Simple Network Pager Protocol|jeff at ocjtech.us|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SSH|Perl extension for secure shell|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SSH-Perl|SSH (Secure Shell) client|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-SSLeay|Perl extension for using OpenSSL|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Thu Dec 7 15:25:43 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 7 Dec 2006 10:25:43 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.5, 1.6 nautilus-image-converter.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612071525.kB7FPhTS011645@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11616 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Thu Dec 7 2006 Brian Pepple - 0.0.7-1 - Update to 0.0.7. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Dec 2006 22:45:48 -0000 1.5 +++ .cvsignore 7 Dec 2006 15:25:13 -0000 1.6 @@ -1 +1 @@ -nautilus-image-converter-0.0.6.tar.bz2 +nautilus-image-converter-0.0.7.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nautilus-image-converter.spec 6 Dec 2006 22:45:48 -0000 1.8 +++ nautilus-image-converter.spec 7 Dec 2006 15:25:13 -0000 1.9 @@ -1,5 +1,5 @@ Name: nautilus-image-converter -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} Summary: Nautilus extension to mass resize images @@ -51,6 +51,9 @@ %changelog +* Thu Dec 7 2006 Brian Pepple - 0.0.7-1 +- Update to 0.0.7. + * Wed Dec 6 2006 Brian Pepple - 0.0.6-1 - Update to 0.0.6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Dec 2006 22:45:48 -0000 1.5 +++ sources 7 Dec 2006 15:25:13 -0000 1.6 @@ -1 +1 @@ -43dfaaff16347ed24aaddae145adc5ad nautilus-image-converter-0.0.6.tar.bz2 +98b9a170ba9cb3130d7ab0c4d5fa5433 nautilus-image-converter-0.0.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 15:38:19 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 7 Dec 2006 10:38:19 -0500 Subject: rpms/telepathy-gabble/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 telepathy-gabble.spec, 1.16, 1.17 Message-ID: <200612071538.kB7FcJTZ011834@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-gabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11815 Modified Files: .cvsignore sources telepathy-gabble.spec Log Message: * Thu Dec 7 2006 Brian Pepple - 0.4.9-1 - Update to 0.4.9. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 1 Dec 2006 15:22:43 -0000 1.16 +++ .cvsignore 7 Dec 2006 15:37:49 -0000 1.17 @@ -1 +1 @@ -telepathy-gabble-0.4.8.tar.gz +telepathy-gabble-0.4.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Dec 2006 15:22:43 -0000 1.16 +++ sources 7 Dec 2006 15:37:49 -0000 1.17 @@ -1 +1 @@ -bc8256e8b3cdb4d18d5ab6420e389432 telepathy-gabble-0.4.8.tar.gz +26e9519e2dff683320b9b836c2fc1fa7 telepathy-gabble-0.4.9.tar.gz Index: telepathy-gabble.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- telepathy-gabble.spec 1 Dec 2006 15:22:43 -0000 1.16 +++ telepathy-gabble.spec 7 Dec 2006 15:37:49 -0000 1.17 @@ -1,5 +1,5 @@ Name: telepathy-gabble -Version: 0.4.8 +Version: 0.4.9 Release: 1%{?dist} Summary: A Jabber/XMPP connection manager @@ -48,6 +48,9 @@ %changelog +* Thu Dec 7 2006 Brian Pepple - 0.4.9-1 +- Update to 0.4.9. + * Fri Dec 1 2006 Brian Pepple - 0.4.8-1 - Update to 0.4.8. From fedora-extras-commits at redhat.com Thu Dec 7 15:45:55 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 7 Dec 2006 10:45:55 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.20, 1.21 ochusha.spec, 1.21, 1.22 sources, 1.20, 1.21 Message-ID: <200612071545.kB7FjtcL011983@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11962 Modified Files: .cvsignore ochusha.spec sources Log Message: * Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207.1 - 0.5.99.63.14 cvs 061207 (24:30 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 7 Dec 2006 11:11:49 -0000 1.20 +++ .cvsignore 7 Dec 2006 15:45:24 -0000 1.21 @@ -1 +1 @@ -ochusha-0.5.99.63.14-cvs061207.tar.bz2 +ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ochusha.spec 7 Dec 2006 11:11:49 -0000 1.21 +++ ochusha.spec 7 Dec 2006 15:45:24 -0000 1.22 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.14 -%define strtag cvs061207 +%define strtag cvs061207.1 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207 -- 0.5.99.63.14 cvs 061207 (20:00 JST) +* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207.1 +- 0.5.99.63.14 cvs 061207 (24:30 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 7 Dec 2006 11:11:49 -0000 1.20 +++ sources 7 Dec 2006 15:45:24 -0000 1.21 @@ -1 +1 @@ -66d2ca94aa24a07496d361088c45a8fa ochusha-0.5.99.63.14-cvs061207.tar.bz2 +6af6209ff24b19f7464afa2d3ee42aa1 ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 16:02:35 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 11:02:35 -0500 Subject: rpms/Pound/devel .cvsignore, 1.2, 1.3 Pound.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612071602.kB7G2ZDQ015191@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15172 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Nov 2006 23:44:36 -0000 1.2 +++ .cvsignore 7 Dec 2006 16:02:05 -0000 1.3 @@ -1 +1 @@ -Pound-2.1.6.tgz +Pound-2.1.7.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Pound.spec 12 Nov 2006 23:44:36 -0000 1.1 +++ Pound.spec 7 Dec 2006 16:02:05 -0000 1.2 @@ -3,8 +3,8 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.6 -Release: 2%{?dist} +Version: 2.1.7 +Release: 1%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Thu Dec 07 2006 2.1.7-1 +- Sync with upstream * Wed Nov 08 2006 2.1.6-2 - Changed hardcoded paths into rpmmacros * Mon Nov 06 2006 2.1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Nov 2006 23:44:36 -0000 1.2 +++ sources 7 Dec 2006 16:02:05 -0000 1.3 @@ -1 +1 @@ -d9cec1718f733e7d79a2e352b10c06d5 Pound-2.1.6.tgz +cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz From fedora-extras-commits at redhat.com Thu Dec 7 16:11:50 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 11:11:50 -0500 Subject: comps comps-fe5.xml.in, 1.210, 1.211 comps-fe6.xml.in, 1.239, 1.240 comps-fe7.xml.in, 1.42, 1.43 Message-ID: <200612071611.kB7GBoUv015322@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15293 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Added Pound Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- comps-fe5.xml.in 6 Dec 2006 12:43:56 -0000 1.210 +++ comps-fe5.xml.in 7 Dec 2006 16:11:20 -0000 1.211 @@ -998,6 +998,7 @@ php-pecl-apc phpldapadmin plone + Pound thttpd TurboGears vdradmin-am Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.239 retrieving revision 1.240 diff -u -r1.239 -r1.240 --- comps-fe6.xml.in 6 Dec 2006 12:43:56 -0000 1.239 +++ comps-fe6.xml.in 7 Dec 2006 16:11:20 -0000 1.240 @@ -1096,6 +1096,7 @@ php-pecl-apc phpldapadmin plone + Pound tclhttpd thttpd TurboGears Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- comps-fe7.xml.in 6 Dec 2006 12:43:56 -0000 1.42 +++ comps-fe7.xml.in 7 Dec 2006 16:11:20 -0000 1.43 @@ -1096,6 +1096,7 @@ php-pecl-apc phpldapadmin plone + Pound tclhttpd thttpd TurboGears From fedora-extras-commits at redhat.com Thu Dec 7 16:12:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:12:48 -0500 Subject: rpms/perl-File-ExtAttr/devel - New directory Message-ID: <200612071612.kB7GCm5a015396@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379/perl-File-ExtAttr/devel Log Message: Directory /cvs/extras/rpms/perl-File-ExtAttr/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 16:12:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:12:48 -0500 Subject: rpms/perl-File-ExtAttr - New directory Message-ID: <200612071612.kB7GCm6A015383@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379/perl-File-ExtAttr Log Message: Directory /cvs/extras/rpms/perl-File-ExtAttr added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 16:12:58 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:12:58 -0500 Subject: rpms/perl-File-ExtAttr Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071612.kB7GCweV015430@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15424 Added Files: Makefile import.log Log Message: Setup of module perl-File-ExtAttr --- NEW FILE Makefile --- # Top level Makefile for module perl-File-ExtAttr all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 16:13:03 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:03 -0500 Subject: rpms/perl-File-ExtAttr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071613.kB7GD3h0015449@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15424/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-ExtAttr --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 16:13:35 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 11:13:35 -0500 Subject: rpms/nsd/devel .cvsignore, 1.6, 1.7 nsd.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <200612071613.kB7GDZb3015561@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/nsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15412 Modified Files: .cvsignore nsd.spec sources Log Message: * Thu Dec 7 2006 Paul Wouters 3.0.3-1 - Upgraded to 3.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nsd/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 17:43:39 -0000 1.6 +++ .cvsignore 7 Dec 2006 16:13:05 -0000 1.7 @@ -2,3 +2,4 @@ nsd-2.3.6.tar.gz nsd.init nsd-3.0.2.tar.gz +nsd-3.0.3.tar.gz Index: nsd.spec =================================================================== RCS file: /cvs/extras/rpms/nsd/devel/nsd.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nsd.spec 27 Nov 2006 17:43:39 -0000 1.16 +++ nsd.spec 7 Dec 2006 16:13:05 -0000 1.17 @@ -1,6 +1,6 @@ Summary: NSD is a complete implementation of an authoritative DNS name server Name: nsd -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist} License: BSD-like Url: http://open.nlnetlabs.nl/nsd/ @@ -49,7 +49,7 @@ %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf #%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.zones %attr(0755,root,root) %{_initrddir}/%{name} -%attr(0700,%{name},%{name}) %dir %{_localstatedir}/run/%{name} +%attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name} %{_sbindir}/* %{_mandir}/*/* @@ -73,6 +73,9 @@ fi %changelog +* Thu Dec 7 2006 Paul Wouters 3.0.3-1 +- Upgraded to 3.0.3 + * Mon Nov 27 2006 Paul Wouters 3.0.2-1 - Upgraded to 3.0.2. - Use new configuration file nsd.conf. Still needs migration script. @@ -107,7 +110,7 @@ * Thu Dec 15 2005 Paul Wouters - 2.3.3-6 - Moved pid file to /var/run/nsd/nsd.pid. -- Use %{_localstatedir} instead of "/var" +- Use _localstatedir instead of "/var" * Tue Dec 13 2005 Paul Wouters - 2.3.3-5 - Added BuildRequires for openssl-devel, removed Requires for openssl. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nsd/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 17:43:39 -0000 1.6 +++ sources 7 Dec 2006 16:13:05 -0000 1.7 @@ -2,3 +2,4 @@ 72428cdacc5bee63b4477becda27bf64 nsd-2.3.6.tar.gz e64633bb4e6eb46e8e16049e87333cb9 nsd.init a51f7d2146d8f5901b825b2c0672c86a nsd-3.0.2.tar.gz +73f59bebd0af6ed2d2f0dad2b7727229 nsd-3.0.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 16:13:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:45 -0500 Subject: owners owners.list,1.2078,1.2079 Message-ID: <200612071613.kB7GDjjI015596@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15493 Modified Files: owners.list Log Message: added perl-File-ExtAttr Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2078 retrieving revision 1.2079 diff -u -r1.2078 -r1.2079 --- owners.list 7 Dec 2006 13:07:40 -0000 1.2078 +++ owners.list 7 Dec 2006 16:13:15 -0000 1.2079 @@ -1482,6 +1482,7 @@ Fedora Extras|perl-File-BOM|Utilities for reading Byte Order Marks|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,mpeters at mac.com Fedora Extras|perl-File-chdir|A more sensible way to change directories|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-DesktopEntry|Object to handle .desktop files|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-ExtAttr|Perl extension for accessing extended attributes of files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Fetch|A generic file fetching mechanism|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Find-Rule|Perl module implementing an alternative interface to File::Find|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Find-Rule-PPI|Add support for PPI queries to File::Find::Rule|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Thu Dec 7 16:13:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:46 -0500 Subject: rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071613.kB7GDkAj015603@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15513/devel Modified Files: .cvsignore sources Added Files: perl-File-ExtAttr.spec Log Message: auto-import perl-File-ExtAttr-1.01-1.fc6 on branch devel from perl-File-ExtAttr-1.01-1.fc6.src.rpm --- NEW FILE perl-File-ExtAttr.spec --- Name: perl-File-ExtAttr Version: 1.01 Release: 1%{?dist} Summary: Perl extension for accessing extended attributes of files License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-ExtAttr/ Source0: http://www.cpan.org/authors/id/R/RI/RICHDAWE/File-ExtAttr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core: Carp, Scalar::Util # this is odd, I know, but while the module requires libattr-devel to build, # it will end up not requiring libattr.so*. This is expected. BuildRequires: libattr-devel # TestBRs: BuildRequires: perl(Test::Distribution), perl(Test::Pod) BuildRequires: perl(File::Find::Rule), perl(Module::CoreList) %description File::ExtAttr is a Perl module providing access to the extended attributes of files. %prep %setup -q -n File-ExtAttr-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor optimize="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # NOTE: these are noisy; as near as I can tell this is expected # NOTE2: if you're testing on a filesystem that does not support extended # attributes, in all likelyhood the tests will fail. If anyone has # a quick&easy non-priv'ed way to test for this, I'll be more than # happy to include it. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorarch}/auto/* %{perl_vendorarch}/File* %{_mandir}/man3/* %changelog * Tue Oct 03 2006 Chris Weyl 1.01-1 - Specfile autogenerated by cpanspec 1.69. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 16:13:03 -0000 1.1 +++ .cvsignore 7 Dec 2006 16:13:16 -0000 1.2 @@ -0,0 +1 @@ +File-ExtAttr-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 16:13:03 -0000 1.1 +++ sources 7 Dec 2006 16:13:16 -0000 1.2 @@ -0,0 +1 @@ +340734da69677861b80e52c41297ec8e File-ExtAttr-1.01.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 16:13:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:13:46 -0500 Subject: rpms/perl-File-ExtAttr import.log,1.1,1.2 Message-ID: <200612071613.kB7GDk1A015599@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15513 Modified Files: import.log Log Message: auto-import perl-File-ExtAttr-1.01-1.fc6 on branch devel from perl-File-ExtAttr-1.01-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 16:12:58 -0000 1.1 +++ import.log 7 Dec 2006 16:13:16 -0000 1.2 @@ -0,0 +1 @@ +perl-File-ExtAttr-1_01-1_fc6:HEAD:perl-File-ExtAttr-1.01-1.fc6.src.rpm:1165508260 From fedora-extras-commits at redhat.com Thu Dec 7 16:14:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 11:14:48 -0500 Subject: rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec,1.1,1.2 Message-ID: <200612071614.kB7GEmeQ015682@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15667 Modified Files: perl-File-ExtAttr.spec Log Message: release bump Index: perl-File-ExtAttr.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/perl-File-ExtAttr.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-ExtAttr.spec 7 Dec 2006 16:13:16 -0000 1.1 +++ perl-File-ExtAttr.spec 7 Dec 2006 16:14:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-ExtAttr Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for accessing extended attributes of files License: GPL or Artistic Group: Development/Libraries @@ -61,5 +61,8 @@ %{_mandir}/man3/* %changelog +* Thu Dec 07 2006 Chris Weyl 1.01-2 +- bump + * Tue Oct 03 2006 Chris Weyl 1.01-1 - Specfile autogenerated by cpanspec 1.69. From fedora-extras-commits at redhat.com Thu Dec 7 16:27:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 11:27:06 -0500 Subject: rpms/libtunepimp/devel tunepimp-0.5.2-configure-disable-plugins.patch, NONE, 1.1 libtunepimp.spec, 1.24, 1.25 libtunepimp-0.5.1-PLUGIN_DIR.patch, 1.1, NONE Message-ID: <200612071627.kB7GR6kD015833@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15811 Modified Files: libtunepimp.spec Added Files: tunepimp-0.5.2-configure-disable-plugins.patch Removed Files: libtunepimp-0.5.1-PLUGIN_DIR.patch Log Message: sync patches, touchup python bits tunepimp-0.5.2-configure-disable-plugins.patch: --- NEW FILE tunepimp-0.5.2-configure-disable-plugins.patch --- --- libtunepimp-0.5.2/configure.in 2006-09-29 19:51:56.000000000 -0300 +++ libtunepimp-0.5.2/configure.in 2006-12-02 19:20:09.000000000 -0300 @@ -57,6 +57,12 @@ [use_lgpl=yes], [use_lgpl=no]) +AC_ARG_ENABLE([flac], AS_HELP_STRING([--disable-flac], [Build without flac support (default: test)])) +AC_ARG_ENABLE([mp4], AS_HELP_STRING([--disable-mp4], [Build without mp4 support (default: test)])) +AC_ARG_ENABLE([taglib], AS_HELP_STRING([--disable-taglib], [Build without taglib support (default: test)])) +AC_ARG_ENABLE([ogg], AS_HELP_STRING([--disable-ogg], [Build without ogg support (default: test)])) +AC_ARG_ENABLE([mp3], AS_HELP_STRING([--disable-mp3], [Build without mp3 support (default: test)])) + AC_CHECK_LIB(z, compress, [LIB="$LIB -lz"], [echo "*" @@ -203,50 +209,67 @@ dnl Check for libmpcdec AC_CHECK_LIB(mpcdec, mpc_decoder_decode, have_mpcdec=yes,) -dnl Check if we can build TagLib-based plugins -if test "x$have_taglib" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" - with_wma=yes - with_wv=yes - with_speex=yes - with_tta=yes - if test "x$have_mpcdec" = "xyes"; then - AC_C_BIGENDIAN - with_mpc="yes" - else - with_mpc="yes (without decoder)" - fi +if test "x$enable_taglib" != "xno" ; then + dnl Check if we can build TagLib-based plugins + if test "x$have_taglib" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" + with_wma=yes + with_wv=yes + with_speex=yes + with_tta=yes + if test "x$have_mpcdec" = "xyes"; then + AC_C_BIGENDIAN + with_mpc="yes" + else + with_mpc="yes (without decoder)" + fi + else + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no + fi else - with_wma=no - with_mpc=no - with_wv=no - with_speex=no - with_tta=no + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no fi + AM_CONDITIONAL(HAVE_MPCDEC, test "x$with_mpc" = "xyes") -dnl Check for mp4v2 -AC_CHECK_LIB(mp4v2, MP4Read, [ - TP_PLUGINS="$TP_PLUGINS mp4" - AC_DEFINE(HAVE_MP4,1,[MP4 Support]) - with_mp4=yes -], [ - with_mp4=no -]) - -if test "x$use_lgpl" = "xno"; then - dnl Check for MAD decoder lib for mp3 support - AC_CHECK_LIB(mad,mad_version, - AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) - TP_PLUGINS="$TP_PLUGINS mp3" - with_mp3=yes, - echo "*" - echo "* The MAD mp3 decoder is not installed. Please download " - echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" - echo "* to include MP3 TRM generation capabilities." - echo "*" - with_mp3=no - ,-lm) +if test "x$enable_mp4" != "xno" ; then + dnl Check for mp4v2 + AC_CHECK_LIB(mp4v2, MP4Read, [ + TP_PLUGINS="$TP_PLUGINS mp4" + AC_DEFINE(HAVE_MP4,1,[MP4 Support]) + with_mp4=yes + ], [ + with_mp4=no + ]) +else + with_mp4=no +fi + +if test "x$use_lgpl" = "xno" ; then + if test "x$enable-mp3" != "xno" ; then + dnl Check for MAD decoder lib for mp3 support + AC_CHECK_LIB(mad,mad_version, + AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) + TP_PLUGINS="$TP_PLUGINS mp3" + with_mp3=yes, + echo "*" + echo "* The MAD mp3 decoder is not installed. Please download " + echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" + echo "* to include MP3 TRM generation capabilities." + echo "*" + with_mp3=no + ,-lm) + else + with_mp3=no + fi else with_mp3=no fi @@ -255,25 +278,33 @@ AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg="yes",) AC_CHECK_LIB(vorbisfile, ov_info, have_vorbis="yes",, -lvorbis -logg) -if test "x$have_ogg" = "xyes"; then - if test "x$have_vorbis" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS vorbis" - AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) - with_vorbis=yes - else - with_vorbis=no - fi +if test "x$enable_ogg" != "xno" ; then + if test "x$have_ogg" = "xyes"; then + if test "x$have_vorbis" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS vorbis" + AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) + with_vorbis=yes + else + with_vorbis=no + fi + fi +else + with_vorbis=no fi dnl Check for libFLAC -AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) +if test "x$enable_flac" != "xno"; then + AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) -if test "x$have_flac" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS flac" - AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) - with_flac=yes + if test "x$have_flac" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS flac" + AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) + with_flac=yes + else + with_flac=no + fi else - with_flac=no + with_flac=no fi Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- libtunepimp.spec 29 Nov 2006 13:06:05 -0000 1.24 +++ libtunepimp.spec 7 Dec 2006 16:26:36 -0000 1.25 @@ -57,10 +57,10 @@ Summary: Python bindings for developing programs that will use %{name} Group: Development/Libraries License: GPL -#define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") -#if "%{?python_ver}" > "2" -#Requires: python-abi = %{python_ver} -#endif +%define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") +%if "%{?python_ver}" > "2" +Requires: python-abi = %{python_ver} +%endif %description -n python-tunepimp %{summary}. --- libtunepimp-0.5.1-PLUGIN_DIR.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 16:28:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 11:28:42 -0500 Subject: rpms/libtunepimp/FC-6 tunepimp-0.5.2-configure-disable-plugins.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 libtunepimp.spec, 1.22, 1.23 sources, 1.6, 1.7 libtunepimp-0.5.1-PLUGIN_DIR.patch, 1.1, NONE Message-ID: <200612071628.kB7GSgKr015882@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15858 Modified Files: .cvsignore libtunepimp.spec sources Added Files: tunepimp-0.5.2-configure-disable-plugins.patch Removed Files: libtunepimp-0.5.1-PLUGIN_DIR.patch Log Message: * Wed Nov 29 2006 Rex Dieter 0.5.3-1 - libtunepimp-0.5.3 tunepimp-0.5.2-configure-disable-plugins.patch: --- NEW FILE tunepimp-0.5.2-configure-disable-plugins.patch --- --- libtunepimp-0.5.2/configure.in 2006-09-29 19:51:56.000000000 -0300 +++ libtunepimp-0.5.2/configure.in 2006-12-02 19:20:09.000000000 -0300 @@ -57,6 +57,12 @@ [use_lgpl=yes], [use_lgpl=no]) +AC_ARG_ENABLE([flac], AS_HELP_STRING([--disable-flac], [Build without flac support (default: test)])) +AC_ARG_ENABLE([mp4], AS_HELP_STRING([--disable-mp4], [Build without mp4 support (default: test)])) +AC_ARG_ENABLE([taglib], AS_HELP_STRING([--disable-taglib], [Build without taglib support (default: test)])) +AC_ARG_ENABLE([ogg], AS_HELP_STRING([--disable-ogg], [Build without ogg support (default: test)])) +AC_ARG_ENABLE([mp3], AS_HELP_STRING([--disable-mp3], [Build without mp3 support (default: test)])) + AC_CHECK_LIB(z, compress, [LIB="$LIB -lz"], [echo "*" @@ -203,50 +209,67 @@ dnl Check for libmpcdec AC_CHECK_LIB(mpcdec, mpc_decoder_decode, have_mpcdec=yes,) -dnl Check if we can build TagLib-based plugins -if test "x$have_taglib" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" - with_wma=yes - with_wv=yes - with_speex=yes - with_tta=yes - if test "x$have_mpcdec" = "xyes"; then - AC_C_BIGENDIAN - with_mpc="yes" - else - with_mpc="yes (without decoder)" - fi +if test "x$enable_taglib" != "xno" ; then + dnl Check if we can build TagLib-based plugins + if test "x$have_taglib" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS wma mpc wv speex tta" + with_wma=yes + with_wv=yes + with_speex=yes + with_tta=yes + if test "x$have_mpcdec" = "xyes"; then + AC_C_BIGENDIAN + with_mpc="yes" + else + with_mpc="yes (without decoder)" + fi + else + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no + fi else - with_wma=no - with_mpc=no - with_wv=no - with_speex=no - with_tta=no + with_wma=no + with_mpc=no + with_wv=no + with_speex=no + with_tta=no fi + AM_CONDITIONAL(HAVE_MPCDEC, test "x$with_mpc" = "xyes") -dnl Check for mp4v2 -AC_CHECK_LIB(mp4v2, MP4Read, [ - TP_PLUGINS="$TP_PLUGINS mp4" - AC_DEFINE(HAVE_MP4,1,[MP4 Support]) - with_mp4=yes -], [ - with_mp4=no -]) - -if test "x$use_lgpl" = "xno"; then - dnl Check for MAD decoder lib for mp3 support - AC_CHECK_LIB(mad,mad_version, - AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) - TP_PLUGINS="$TP_PLUGINS mp3" - with_mp3=yes, - echo "*" - echo "* The MAD mp3 decoder is not installed. Please download " - echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" - echo "* to include MP3 TRM generation capabilities." - echo "*" - with_mp3=no - ,-lm) +if test "x$enable_mp4" != "xno" ; then + dnl Check for mp4v2 + AC_CHECK_LIB(mp4v2, MP4Read, [ + TP_PLUGINS="$TP_PLUGINS mp4" + AC_DEFINE(HAVE_MP4,1,[MP4 Support]) + with_mp4=yes + ], [ + with_mp4=no + ]) +else + with_mp4=no +fi + +if test "x$use_lgpl" = "xno" ; then + if test "x$enable-mp3" != "xno" ; then + dnl Check for MAD decoder lib for mp3 support + AC_CHECK_LIB(mad,mad_version, + AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support]) + TP_PLUGINS="$TP_PLUGINS mp3" + with_mp3=yes, + echo "*" + echo "* The MAD mp3 decoder is not installed. Please download " + echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg" + echo "* to include MP3 TRM generation capabilities." + echo "*" + with_mp3=no + ,-lm) + else + with_mp3=no + fi else with_mp3=no fi @@ -255,25 +278,33 @@ AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg="yes",) AC_CHECK_LIB(vorbisfile, ov_info, have_vorbis="yes",, -lvorbis -logg) -if test "x$have_ogg" = "xyes"; then - if test "x$have_vorbis" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS vorbis" - AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) - with_vorbis=yes - else - with_vorbis=no - fi +if test "x$enable_ogg" != "xno" ; then + if test "x$have_ogg" = "xyes"; then + if test "x$have_vorbis" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS vorbis" + AC_DEFINE(HAVE_OGGVORBIS,1,[Ogg/Vorbis Support]) + with_vorbis=yes + else + with_vorbis=no + fi + fi +else + with_vorbis=no fi dnl Check for libFLAC -AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) +if test "x$enable_flac" != "xno"; then + AC_CHECK_LIB(FLAC, FLAC__metadata_object_new, have_flac="yes",, -lFLAC -lm) -if test "x$have_flac" = "xyes"; then - TP_PLUGINS="$TP_PLUGINS flac" - AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) - with_flac=yes + if test "x$have_flac" = "xyes"; then + TP_PLUGINS="$TP_PLUGINS flac" + AC_DEFINE(HAVE_FLAC,1,[FLAC Support]) + with_flac=yes + else + with_flac=no + fi else - with_flac=no + with_flac=no fi Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Oct 2006 21:02:35 -0000 1.7 +++ .cvsignore 7 Dec 2006 16:28:12 -0000 1.8 @@ -1,2 +1,3 @@ clog libtunepimp-0.5.2.tar.gz +libtunepimp-0.5.3.tar.gz Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-6/libtunepimp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- libtunepimp.spec 12 Oct 2006 21:05:45 -0000 1.22 +++ libtunepimp.spec 7 Dec 2006 16:28:12 -0000 1.23 @@ -1,13 +1,14 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.musicbrainz.org/products/tunepimp/ -Source: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz +# see http://musicbrainz.org/doc/libtunepimpDownload +Source0: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define pkglibdir %{_libdir}/tunepimp @@ -22,7 +23,6 @@ BuildRequires: libmpcdec-devel BuildRequires: libofa-devel -# These two are likely bogus (used just in examples/ ) -- Rex BuildRequires: curl-devel BuildRequires: expat-devel @@ -57,10 +57,10 @@ Summary: Python bindings for developing programs that will use %{name} Group: Development/Libraries License: GPL -#define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") -#if "%{?python_ver}" > "2" -#Requires: python-abi = %{python_ver} -#endif +%define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") +%if "%{?python_ver}" > "2" +Requires: python-abi = %{python_ver} +%endif %description -n python-tunepimp %{summary}. @@ -134,6 +134,12 @@ %changelog +* Wed Nov 29 2006 Rex Dieter 0.5.3-1 +- libtunepimp-0.5.3 + +* Tue Oct 31 2006 Rex Dieter 0.5.2-4 +- respin for curl update (fc7) + * Thu Oct 12 2006 Rex Dieter 0.5.2-3 - rename python-libtunepimp -> python-tunepimp (to match python module name) @@ -142,7 +148,7 @@ - build python-libtunepimp subpackage (#209961) * Mon Oct 02 2006 Rex Dieter 0.5.2-1 -- 0.5.2 +- libtunepimp-0.5.2 * Tue Sep 26 2006 Rex Dieter 0.5.1-2 - drop -tools subpkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 2 Oct 2006 16:29:30 -0000 1.6 +++ sources 7 Dec 2006 16:28:12 -0000 1.7 @@ -1 +1 @@ -655b254539013f5e7fe50ac035c26dcb libtunepimp-0.5.2.tar.gz +09649f983acef679a548344ba7a9bb2f libtunepimp-0.5.3.tar.gz --- libtunepimp-0.5.1-PLUGIN_DIR.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 7 16:29:34 2006 From: fedora-extras-commits at redhat.com (Mark Hamzy (hamzy)) Date: Thu, 7 Dec 2006 11:29:34 -0500 Subject: owners owners.list,1.2079,1.2080 Message-ID: <200612071629.kB7GTYqn015969@cvs-int.fedora.redhat.com> Author: hamzy Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15931 Modified Files: owners.list Log Message: Taking over ownership of tog-pegasus. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2079 retrieving revision 1.2080 diff -u -r1.2079 -r1.2080 --- owners.list 7 Dec 2006 16:13:15 -0000 1.2079 +++ owners.list 7 Dec 2006 16:29:04 -0000 1.2080 @@ -2378,7 +2378,7 @@ Fedora Extras|tklib|Useful extensions for Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|tktable|Table/matrix widget extension to Tcl/Tk|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|tla|The Low-Budget arch Revision Control System|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| -Fedora Extras|tog-pegasus|The Open Group Pegasus WBEM/CIM server|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|tog-pegasus|The Open Group Pegasus WBEM/CIM server|hamzy at us.ibm.com|extras-qa at fedoraproject.org| Fedora Extras|tolua++|A tool to integrate C/C++ code with Lua|packages at amiga-hardware.com|extras-qa at fedoraproject.org| Fedora Extras|tomoe|Japanese handwritten input system|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| Fedora Extras|tong|A game of skill|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 16:29:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 11:29:38 -0500 Subject: rpms/libtunepimp/FC-5 .cvsignore, 1.6, 1.7 libtunepimp.spec, 1.16, 1.17 sources, 1.5, 1.6 Message-ID: <200612071629.kB7GTc9R015974@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15951 Modified Files: .cvsignore libtunepimp.spec sources Log Message: * Wed Nov 29 2006 Rex Dieter 0.5.3-1 - libtunepimp-0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 6 Oct 2006 17:26:02 -0000 1.6 +++ .cvsignore 7 Dec 2006 16:29:08 -0000 1.7 @@ -1,2 +1,3 @@ clog libtunepimp-0.5.2.tar.gz +libtunepimp-0.5.3.tar.gz Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-5/libtunepimp.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libtunepimp.spec 12 Oct 2006 21:07:00 -0000 1.16 +++ libtunepimp.spec 7 Dec 2006 16:29:08 -0000 1.17 @@ -1,13 +1,14 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.musicbrainz.org/products/tunepimp/ -Source: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz +# see http://musicbrainz.org/doc/libtunepimpDownload +Source0: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define pkglibdir %{_libdir}/tunepimp @@ -22,7 +23,6 @@ BuildRequires: libmpcdec-devel BuildRequires: libofa-devel -# These two are likely bogus (used just in examples/ ) -- Rex BuildRequires: curl-devel BuildRequires: expat-devel @@ -57,10 +57,10 @@ Summary: Python bindings for developing programs that will use %{name} Group: Development/Libraries License: GPL -#define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") -#if "%{?python_ver}" > "2" -#Requires: python-abi = %{python_ver} -#endif +%define python_ver %(%{__python} -c "import sys ; print sys.version[:3]") +%if "%{?python_ver}" > "2" +Requires: python-abi = %{python_ver} +%endif %description -n python-tunepimp %{summary}. @@ -134,6 +134,12 @@ %changelog +* Wed Nov 29 2006 Rex Dieter 0.5.3-1 +- libtunepimp-0.5.3 + +* Tue Oct 31 2006 Rex Dieter 0.5.2-4 +- respin for curl update (fc7) + * Thu Oct 12 2006 Rex Dieter 0.5.2-3 - rename python-libtunepimp -> python-tunepimp (to match python module name) @@ -142,7 +148,7 @@ - build python-libtunepimp subpackage (#209961) * Mon Oct 02 2006 Rex Dieter 0.5.2-1 -- 0.5.2 +- libtunepimp-0.5.2 * Tue Sep 26 2006 Rex Dieter 0.5.1-2 - drop -tools subpkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Oct 2006 17:26:02 -0000 1.5 +++ sources 7 Dec 2006 16:29:08 -0000 1.6 @@ -1 +1 @@ -655b254539013f5e7fe50ac035c26dcb libtunepimp-0.5.2.tar.gz +09649f983acef679a548344ba7a9bb2f libtunepimp-0.5.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 17:07:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 7 Dec 2006 12:07:53 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.7, 1.8 perl-Wx.spec, 1.6, 1.7 sources, 1.7, 1.8 Message-ID: <200612071707.kB7H7rhh019669@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19632 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.65. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 1 Dec 2006 14:36:48 -0000 1.7 +++ .cvsignore 7 Dec 2006 17:07:23 -0000 1.8 @@ -1 +1 @@ -Wx-0.64.tar.gz +Wx-0.65.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Wx.spec 1 Dec 2006 14:36:48 -0000 1.6 +++ perl-Wx.spec 7 Dec 2006 17:07:23 -0000 1.7 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.64 +Version: 0.65 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 +- Update to 0.65. + * Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 - Update to 0.64. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 1 Dec 2006 14:36:48 -0000 1.7 +++ sources 7 Dec 2006 17:07:23 -0000 1.8 @@ -1 +1 @@ -b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz +5fb60cfdc2e0fe296735f599c0c67026 Wx-0.65.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 17:07:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 12:07:59 -0500 Subject: rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec,1.2,1.3 Message-ID: <200612071707.kB7H7xSh019672@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ExtAttr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19630 Modified Files: perl-File-ExtAttr.spec Log Message: disable tests Index: perl-File-ExtAttr.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/perl-File-ExtAttr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-File-ExtAttr.spec 7 Dec 2006 16:14:18 -0000 1.2 +++ perl-File-ExtAttr.spec 7 Dec 2006 17:07:28 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-File-ExtAttr Version: 1.01 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl extension for accessing extended attributes of files License: GPL or Artistic Group: Development/Libraries @@ -48,7 +48,9 @@ # attributes, in all likelyhood the tests will fail. If anyone has # a quick&easy non-priv'ed way to test for this, I'll be more than # happy to include it. -make test +# NOTE3: Tests disabled for now, pending a way to detect & disable on non-ea +# enabled filesystems +%{?_with_network_tests: make test} %clean rm -rf %{buildroot} @@ -61,6 +63,10 @@ %{_mandir}/man3/* %changelog +* Thu Dec 07 2006 Chris Weyl 1.01-3 +- Tests disabled for now, pending a way to detect & disable on non-ea enabled + filesystems + * Thu Dec 07 2006 Chris Weyl 1.01-2 - bump From fedora-extras-commits at redhat.com Thu Dec 7 17:11:33 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 12:11:33 -0500 Subject: rpms/poker-engine/FC-5 poker-engine.spec,1.12,1.13 Message-ID: <200612071711.kB7HBXaA019776@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/FC-5 Modified Files: poker-engine.spec Log Message: Add missing Requires Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-5/poker-engine.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.12 +++ poker-engine.spec 7 Dec 2006 17:11:03 -0000 1.13 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 -Requires: rsync pypoker-eval >= 128.0 +Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 %description This is a python library that implements poker rules according @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Dec 07 2006 Christopher Stone 1.0.20-2 +- Add missing Requires + * Sun Dec 03 2006 Christopher Stone 1.0.20-1 - Upstream sync From fedora-extras-commits at redhat.com Thu Dec 7 17:11:39 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 12:11:39 -0500 Subject: rpms/poker-engine/devel poker-engine.spec,1.13,1.14 Message-ID: <200612071711.kB7HBdeh019782@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/devel Modified Files: poker-engine.spec Log Message: Add missing Requires Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- poker-engine.spec 3 Dec 2006 19:02:42 -0000 1.13 +++ poker-engine.spec 7 Dec 2006 17:11:09 -0000 1.14 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 -Requires: rsync pypoker-eval >= 128.0 +Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 %description This is a python library that implements poker rules according @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Dec 07 2006 Christopher Stone 1.0.20-2 +- Add missing Requires + * Sun Dec 03 2006 Christopher Stone 1.0.20-1 - Upstream sync From fedora-extras-commits at redhat.com Thu Dec 7 17:11:34 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 12:11:34 -0500 Subject: rpms/poker-engine/FC-6 poker-engine.spec,1.13,1.14 Message-ID: <200612071711.kB7HBYj6019779@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/FC-6 Modified Files: poker-engine.spec Log Message: Add missing Requires Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/FC-6/poker-engine.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- poker-engine.spec 3 Dec 2006 19:02:37 -0000 1.13 +++ poker-engine.spec 7 Dec 2006 17:11:03 -0000 1.14 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 -Requires: rsync pypoker-eval >= 128.0 +Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 %description This is a python library that implements poker rules according @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Dec 07 2006 Christopher Stone 1.0.20-2 +- Add missing Requires + * Sun Dec 03 2006 Christopher Stone 1.0.20-1 - Upstream sync From fedora-extras-commits at redhat.com Thu Dec 7 17:14:29 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 7 Dec 2006 12:14:29 -0500 Subject: rpms/perl-Glib/devel .cvsignore, 1.13, 1.14 perl-Glib.spec, 1.18, 1.19 sources, 1.13, 1.14 Message-ID: <200612071714.kB7HETug019869@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19849 Modified Files: .cvsignore perl-Glib.spec sources Log Message: Update to 1.142. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 22 Nov 2006 14:34:54 -0000 1.13 +++ .cvsignore 7 Dec 2006 17:13:59 -0000 1.14 @@ -1 +1 @@ -Glib-1.141.tar.gz +Glib-1.142.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/devel/perl-Glib.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Glib.spec 22 Nov 2006 14:34:54 -0000 1.18 +++ perl-Glib.spec 7 Dec 2006 17:13:59 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-Glib -Version: 1.141 +Version: 1.142 Release: 1%{?dist} Summary: Perl interface to GLib @@ -66,6 +66,9 @@ %changelog +* Thu Dec 7 2006 Jose Pedro Oliveira - 1.142-1 +- Update to 1.142. + * Wed Nov 22 2006 Jose Pedro Oliveira - 1.141-1 - Update to 1.141. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Glib/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 22 Nov 2006 14:34:54 -0000 1.13 +++ sources 7 Dec 2006 17:13:59 -0000 1.14 @@ -1 +1 @@ -ab90e68a745e771a8b6af8fadcce4c38 Glib-1.141.tar.gz +60e26957f890accb29b755fd9ce57a57 Glib-1.142.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 17:25:57 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 7 Dec 2006 12:25:57 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.6, 1.7 nautilus-image-converter.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <200612071725.kB7HPvPU020177@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20143 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Thu Dec 7 2006 Brian Pepple - 0.0.8-1 - Update to 0.0.8. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Dec 2006 15:25:13 -0000 1.6 +++ .cvsignore 7 Dec 2006 17:25:27 -0000 1.7 @@ -1 +1 @@ -nautilus-image-converter-0.0.7.tar.bz2 +nautilus-image-converter-0.0.8.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nautilus-image-converter.spec 7 Dec 2006 15:25:13 -0000 1.9 +++ nautilus-image-converter.spec 7 Dec 2006 17:25:27 -0000 1.10 @@ -1,5 +1,5 @@ Name: nautilus-image-converter -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Nautilus extension to mass resize images @@ -51,6 +51,9 @@ %changelog +* Thu Dec 7 2006 Brian Pepple - 0.0.8-1 +- Update to 0.0.8. + * Thu Dec 7 2006 Brian Pepple - 0.0.7-1 - Update to 0.0.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Dec 2006 15:25:13 -0000 1.6 +++ sources 7 Dec 2006 17:25:27 -0000 1.7 @@ -1 +1 @@ -98b9a170ba9cb3130d7ab0c4d5fa5433 nautilus-image-converter-0.0.7.tar.bz2 +ca59e8988422704a3b2f46ce777b047b nautilus-image-converter-0.0.8.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 7 17:42:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 12:42:39 -0500 Subject: rpms/vnc-ltsp-config/EL-4 vnc-ltsp-config.spec,1.4,1.5 Message-ID: <200612071742.kB7HgdkK020352@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/vnc-ltsp-config/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20337 Modified Files: vnc-ltsp-config.spec Log Message: Release: +%{?dist} Index: vnc-ltsp-config.spec =================================================================== RCS file: /cvs/extras/rpms/vnc-ltsp-config/EL-4/vnc-ltsp-config.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vnc-ltsp-config.spec 6 Apr 2005 22:13:35 -0000 1.4 +++ vnc-ltsp-config.spec 7 Dec 2006 17:42:09 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Easy Enabler of VNC remote LTSP desktops Name: vnc-ltsp-config Version: 4.0 -Release: 3 +Release: 3%{?dist} License: GPL Group: User Interface/X From fedora-extras-commits at redhat.com Thu Dec 7 17:48:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 12:48:29 -0500 Subject: rpms/qt4/EL-4 qt4.spec,1.29,1.30 Message-ID: <200612071748.kB7HmTCk020459@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20434 Modified Files: qt4.spec Log Message: Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/EL-4/qt4.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- qt4.spec 6 Dec 2006 17:22:25 -0000 1.29 +++ qt4.spec 7 Dec 2006 17:47:59 -0000 1.30 @@ -13,7 +13,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.2.2 -Release: 2%{?dist} +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -507,9 +507,6 @@ %changelog -* Wed Dec 06 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 (#218575) From fedora-extras-commits at redhat.com Thu Dec 7 17:50:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 12:50:42 -0500 Subject: rpms/qt4/EL-4 qt4.spec,1.30,1.31 Message-ID: <200612071750.kB7Hog5Z020486@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20471 Modified Files: qt4.spec Log Message: Release: 1 rhel5+ support for dbus Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/EL-4/qt4.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- qt4.spec 7 Dec 2006 17:47:59 -0000 1.30 +++ qt4.spec 7 Dec 2006 17:50:12 -0000 1.31 @@ -49,7 +49,7 @@ # undefine to disable these %define nas -system-nas-sound # watch http://bugzilla.redhat.com/207923 so we may be able to include this on FC-5 someday -%if "%{?fedora}" > "5" +%if "%{?fedora}" > "5" || "%{?rhel}" > "4" %define qdbus -qdbus BuildRequires: dbus-devel >= 0.62 %endif From fedora-extras-commits at redhat.com Thu Dec 7 17:53:17 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 12:53:17 -0500 Subject: rpms/xl2tpd/devel xl2tpd.spec,1.1,1.2 Message-ID: <200612071753.kB7HrHRH020545@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20530 Modified Files: xl2tpd.spec Log Message: * Thu Dec 7 2006 Paul Wouters 1.1.06-5 - Changed space/tab replacing method * Wed Dec 6 2006 Paul Wouters 1.1.06-4 - Added -p to keep original timestamps - Added temporary hack to change space/tab in init file. - Added /sbin/service dependancy * Tue Dec 5 2006 Paul Wouters 1.1.06-3 - Added Requires(post) / Requires(preun) - changed init file to create /var/run/xl2tpd fixed a tab/space - changed control file to be within /var/run/xl2tpd/ * Tue Dec 5 2006 Paul Wouters 1.1.06-2 - Changed Mr. Karlsen's name to not be a utf8 problem - Fixed Obosoletes/Provides to be more specific wrt l2tpd. - Added dist tag which accidentally got deleted. Index: xl2tpd.spec =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/devel/xl2tpd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xl2tpd.spec 5 Dec 2006 03:26:09 -0000 1.1 +++ xl2tpd.spec 7 Dec 2006 17:52:47 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 -Release: 1 +Release: 5%{?dist} License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons @@ -9,7 +9,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: -Obsoletes: l2tpd +Obsoletes: l2tpd <= 0.69-0.6.20051030.fc6 +Provides: l2tpd = 0.69-0.6.20051030.fc7 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -31,15 +35,17 @@ %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" +sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf -install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd -install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets -install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample -install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd +install -p -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf +install -p -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd +install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets +install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample +install -p -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd + %clean rm -rf %{buildroot} @@ -55,15 +61,15 @@ mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave - cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets + cp -pa /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then - /sbin/service xl2tpd stop > /dev/null 2>&1 - /sbin/chkconfig --del xl2tpd + /sbin/service xl2tpd stop > /dev/null 2>&1 + /sbin/chkconfig --del xl2tpd fi %postun @@ -84,6 +90,24 @@ %changelog +* Thu Dec 7 2006 Paul Wouters 1.1.06-5 +- Changed space/tab replacing method + +* Wed Dec 6 2006 Paul Wouters 1.1.06-4 +- Added -p to keep original timestamps +- Added temporary hack to change space/tab in init file. +- Added /sbin/service dependancy + +* Tue Dec 5 2006 Paul Wouters 1.1.06-3 +- Added Requires(post) / Requires(preun) +- changed init file to create /var/run/xl2tpd fixed a tab/space +- changed control file to be within /var/run/xl2tpd/ + +* Tue Dec 5 2006 Paul Wouters 1.1.06-2 +- Changed Mr. Karlsen's name to not be a utf8 problem +- Fixed Obosoletes/Provides to be more specific wrt l2tpd. +- Added dist tag which accidentally got deleted. + * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name @@ -236,15 +260,15 @@ - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk -- from Per ?yvind Karlsen : +- from Per 0yvind Karlsen : - PreReq and Requires - Fix preun_service -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-1mdk - Initial release From fedora-extras-commits at redhat.com Thu Dec 7 18:14:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 13:14:09 -0500 Subject: fedora-security/audit fe3, 1.39, 1.40 fe4, 1.108, 1.109 fe5, 1.118, 1.119 fe6, 1.33, 1.34 Message-ID: <200612071814.kB7IE9B0023771@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23750 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6235 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- fe3 3 Dec 2006 09:42:06 -0000 1.39 +++ fe3 7 Dec 2006 18:14:09 -0000 1.40 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- fe4 6 Dec 2006 12:24:36 -0000 1.108 +++ fe4 7 Dec 2006 18:14:09 -0000 1.109 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- fe5 6 Dec 2006 17:31:49 -0000 1.118 +++ fe5 7 Dec 2006 18:14:09 -0000 1.119 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- fe6 6 Dec 2006 17:31:49 -0000 1.33 +++ fe6 7 Dec 2006 18:14:09 -0000 1.34 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 version (gnupg2, fixed 2.0.1) #217950 From fedora-extras-commits at redhat.com Thu Dec 7 18:21:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 13:21:49 -0500 Subject: fedora-security/audit fe3, 1.40, 1.41 fe4, 1.109, 1.110 fe5, 1.119, 1.120 fe6, 1.34, 1.35 Message-ID: <200612071821.kB7ILngl023865@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23844 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6301 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- fe3 7 Dec 2006 18:14:09 -0000 1.40 +++ fe3 7 Dec 2006 18:21:48 -0000 1.41 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- fe4 7 Dec 2006 18:14:09 -0000 1.109 +++ fe4 7 Dec 2006 18:21:48 -0000 1.110 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- fe5 7 Dec 2006 18:14:09 -0000 1.119 +++ fe5 7 Dec 2006 18:21:48 -0000 1.120 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 VULNERABLE (gnupg2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- fe6 7 Dec 2006 18:14:09 -0000 1.34 +++ fe6 7 Dec 2006 18:21:48 -0000 1.35 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Thu Dec 7 18:22:10 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 13:22:10 -0500 Subject: rpms/xl2tpd/FC-6 xl2tpd.spec,1.1,1.2 Message-ID: <200612071822.kB7IMAVs023873@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23816 Modified Files: xl2tpd.spec Log Message: * Thu Dec 7 2006 Paul Wouters 1.1.06-5 - Changed space/tab replacing method * Wed Dec 6 2006 Paul Wouters 1.1.06-4 - Added -p to keep original timestamps - Added temporary hack to change space/tab in init file. - Added /sbin/service dependancy * Tue Dec 5 2006 Paul Wouters 1.1.06-3 - Added Requires(post) / Requires(preun) - changed init file to create /var/run/xl2tpd fixed a tab/space - changed control file to be within /var/run/xl2tpd/ * Tue Dec 5 2006 Paul Wouters 1.1.06-2 - Changed Mr. Karlsen's name to not be a utf8 problem - Fixed Obosoletes/Provides to be more specific wrt l2tpd. - Added dist tag which accidentally got deleted. Index: xl2tpd.spec =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/FC-6/xl2tpd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xl2tpd.spec 5 Dec 2006 03:26:09 -0000 1.1 +++ xl2tpd.spec 7 Dec 2006 18:21:40 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 -Release: 1 +Release: 5%{?dist} License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons @@ -9,7 +9,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: -Obsoletes: l2tpd +Obsoletes: l2tpd <= 0.69-0.6.20051030.fc6 +Provides: l2tpd = 0.69-0.6.20051030.fc7 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -31,15 +35,17 @@ %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" +sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf -install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd -install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets -install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample -install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd +install -p -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf +install -p -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd +install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets +install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample +install -p -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd + %clean rm -rf %{buildroot} @@ -55,15 +61,15 @@ mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave - cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets + cp -pa /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then - /sbin/service xl2tpd stop > /dev/null 2>&1 - /sbin/chkconfig --del xl2tpd + /sbin/service xl2tpd stop > /dev/null 2>&1 + /sbin/chkconfig --del xl2tpd fi %postun @@ -84,6 +90,24 @@ %changelog +* Thu Dec 7 2006 Paul Wouters 1.1.06-5 +- Changed space/tab replacing method + +* Wed Dec 6 2006 Paul Wouters 1.1.06-4 +- Added -p to keep original timestamps +- Added temporary hack to change space/tab in init file. +- Added /sbin/service dependancy + +* Tue Dec 5 2006 Paul Wouters 1.1.06-3 +- Added Requires(post) / Requires(preun) +- changed init file to create /var/run/xl2tpd fixed a tab/space +- changed control file to be within /var/run/xl2tpd/ + +* Tue Dec 5 2006 Paul Wouters 1.1.06-2 +- Changed Mr. Karlsen's name to not be a utf8 problem +- Fixed Obosoletes/Provides to be more specific wrt l2tpd. +- Added dist tag which accidentally got deleted. + * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name @@ -236,15 +260,15 @@ - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk -- from Per ?yvind Karlsen : +- from Per 0yvind Karlsen : - PreReq and Requires - Fix preun_service -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-1mdk - Initial release From fedora-extras-commits at redhat.com Thu Dec 7 18:23:18 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Thu, 7 Dec 2006 13:23:18 -0500 Subject: rpms/xl2tpd/FC-5 xl2tpd.spec,1.1,1.2 Message-ID: <200612071823.kB7INI2q023932@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/xl2tpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23917 Modified Files: xl2tpd.spec Log Message: * Thu Dec 7 2006 Paul Wouters 1.1.06-5 - Changed space/tab replacing method * Wed Dec 6 2006 Paul Wouters 1.1.06-4 - Added -p to keep original timestamps - Added temporary hack to change space/tab in init file. - Added /sbin/service dependancy * Tue Dec 5 2006 Paul Wouters 1.1.06-3 - Added Requires(post) / Requires(preun) - changed init file to create /var/run/xl2tpd fixed a tab/space - changed control file to be within /var/run/xl2tpd/ * Tue Dec 5 2006 Paul Wouters 1.1.06-2 - Changed Mr. Karlsen's name to not be a utf8 problem - Fixed Obosoletes/Provides to be more specific wrt l2tpd. - Added dist tag which accidentally got deleted. Index: xl2tpd.spec =================================================================== RCS file: /cvs/extras/rpms/xl2tpd/FC-5/xl2tpd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xl2tpd.spec 5 Dec 2006 03:26:09 -0000 1.1 +++ xl2tpd.spec 7 Dec 2006 18:22:48 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.1.06 -Release: 1 +Release: 5%{?dist} License: GPL Url: http://www.xelerance.com/software/xl2tpd/ Group: System Environment/Daemons @@ -9,7 +9,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp #BuildRequires: -Obsoletes: l2tpd +Obsoletes: l2tpd <= 0.69-0.6.20051030.fc6 +Provides: l2tpd = 0.69-0.6.20051030.fc7 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -31,15 +35,17 @@ %build make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY" +sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -install -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf -install -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd -install -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets -install -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample -install -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd +install -p -D -m644 examples/xl2tpd.conf %{buildroot}%{_sysconfdir}/xl2tpd/xl2tpd.conf +install -p -D -m644 examples/ppp-options.xl2tpd %{buildroot}%{_sysconfdir}/ppp/options.xl2tpd +install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/xl2tpd/l2tp-secrets +install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample +install -p -D -m755 packaging/fedora/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd + %clean rm -rf %{buildroot} @@ -55,15 +61,15 @@ mv /etc/ppp/options.xl2tpd /etc/ppp/options.xl2tpd.rpmsave mv /etc/ppp/options.l2tpd /etc/ppp/options.xl2tpd mv /etc/xl2tpd/l2tp-secrets /etc/xl2tpd/l2tpd-secrets.rpmsave - cp -a /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets + cp -pa /etc/l2tpd/l2tp-secrets /etc/xl2tpd/l2tp-secrets fi %preun if [ $1 -eq 0 ]; then - /sbin/service xl2tpd stop > /dev/null 2>&1 - /sbin/chkconfig --del xl2tpd + /sbin/service xl2tpd stop > /dev/null 2>&1 + /sbin/chkconfig --del xl2tpd fi %postun @@ -84,6 +90,24 @@ %changelog +* Thu Dec 7 2006 Paul Wouters 1.1.06-5 +- Changed space/tab replacing method + +* Wed Dec 6 2006 Paul Wouters 1.1.06-4 +- Added -p to keep original timestamps +- Added temporary hack to change space/tab in init file. +- Added /sbin/service dependancy + +* Tue Dec 5 2006 Paul Wouters 1.1.06-3 +- Added Requires(post) / Requires(preun) +- changed init file to create /var/run/xl2tpd fixed a tab/space +- changed control file to be within /var/run/xl2tpd/ + +* Tue Dec 5 2006 Paul Wouters 1.1.06-2 +- Changed Mr. Karlsen's name to not be a utf8 problem +- Fixed Obosoletes/Provides to be more specific wrt l2tpd. +- Added dist tag which accidentally got deleted. + * Mon Dec 4 2006 Paul Wouters 1.1.06-1 - Rebased spec file on Fedora Extras copy, but using xl2tpd as package name @@ -236,15 +260,15 @@ - Removed dependency on rpm-helper. * Mon Oct 21 2002 Lenny Cartier 0.69-3mdk -- from Per ?yvind Karlsen : +- from Per 0yvind Karlsen : - PreReq and Requires - Fix preun_service -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-2mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-2mdk - Move l2tpd from /usr/bin to /usr/sbin - Added SysV initscript - Patch0 - Patch1 -* Thu Oct 17 2002 Per ?yvind Karlsen 0.69-1mdk +* Thu Oct 17 2002 Per 0yvind Karlsen 0.69-1mdk - Initial release From fedora-extras-commits at redhat.com Thu Dec 7 18:52:26 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:26 -0500 Subject: rpms/gnu-smalltalk - New directory Message-ID: <200612071852.kB7IqQU8024143@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24139/gnu-smalltalk Log Message: Directory /cvs/extras/rpms/gnu-smalltalk added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 18:52:31 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:31 -0500 Subject: rpms/gnu-smalltalk/devel - New directory Message-ID: <200612071852.kB7IqVfV024156@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24139/gnu-smalltalk/devel Log Message: Directory /cvs/extras/rpms/gnu-smalltalk/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 18:52:47 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:47 -0500 Subject: rpms/gnu-smalltalk Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071852.kB7IqlRp024186@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24180 Added Files: Makefile import.log Log Message: Setup of module gnu-smalltalk --- NEW FILE Makefile --- # Top level Makefile for module gnu-smalltalk all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 18:52:48 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:52:48 -0500 Subject: rpms/gnu-smalltalk/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071852.kB7Iqmec024202@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24180/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnu-smalltalk --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 18:54:29 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:54:29 -0500 Subject: rpms/gnu-smalltalk/devel gnu-smalltalk.spec, NONE, 1.1 gst-2.3-am.patch, NONE, 1.1 gst-2.3-install.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071854.kB7IsTOh024290@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250/devel Modified Files: .cvsignore sources Added Files: gnu-smalltalk.spec gst-2.3-am.patch gst-2.3-install.patch Log Message: auto-import gnu-smalltalk-2.3-3 on branch devel from gnu-smalltalk-2.3-3.src.rpm --- NEW FILE gnu-smalltalk.spec --- Summary: GNU Smalltalk Name: gnu-smalltalk Version: 2.3 Release: 3%{?dist} # Source: smalltalk-2.2b.tar.gz Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz Patch1: gst-2.3-am.patch Patch2: gst-2.3-install.patch License: GPL Group: Development/Languages URL: http://www.gnu.org/software/smalltalk/smalltalk.html Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info #BuildRequires: automake #BuildRequires: autoconf >= 2.60 BuildRequires: tk-devel BuildRequires: gtk2-devel BuildRequires: gdbm-devel BuildRequires: gmp-devel BuildRequires: readline-devel BuildRequires: emacs BuildRequires: libtool BuildRequires: texinfo %description GNU Smalltalk is an implementation that closely follows the Smalltalk-80 language as described in the book `Smalltalk-80: the Language and its Implementation' by Adele Goldberg and David Robson. The Smalltalk programming language is an object oriented programming language. Unlike other Smalltalks (including Smalltalk-80), GNU Smalltalk emphasizes Smalltalk's rapid prototyping features rather than the graphical and easy-to-use nature of the programming environment. Therefore, even though we have a nice GUI environment including a class browser, the goal of the GNU Smalltalk project is currently to produce a complete system to be used to write your scripts in a clear, aesthetically pleasing, and philosophically appealing programming language. %package emacs Summary: Emacs mode for GNU Smalltalk Group: Applications/Editors Requires: %{name} = %{version}, emacs %description emacs This Package contains the Smalltalk mode for Emacs. %package devel Summary: Development Stuff for the GNU Smalltalk package Group: Development/Libraries Requires: %{name} = %{version} Requires: automake Requires: pkgconfig %description devel This Package contains header files and other stuff provided by GNU Smalltalk. You will need this package, if you want to extent GNU Smalltalk with functions written in C. %prep %setup -q -n smalltalk-%{version} %patch1 -p1 -b .automake %patch2 -p1 -b .inst %build #automake #autoreconf %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} \ --enable-static=no --enable-shared=yes --disable-rpath make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -c -p" install rm -rf $RPM_BUILD_ROOT/%{_libdir}/libgst*a* rm -rf $RPM_BUILD_ROOT/%{_libdir}/gnu-smalltalk/*.la rm -rf $RPM_BUILD_ROOT/%{_includedir}/sigsegv.h rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.a rm -rf $RPM_BUILD_ROOT/%{_infodir}/dir %check make check %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/gst.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/gst-base.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/gst-libs.info %{_infodir}/dir || : /sbin/ldconfig %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/gst.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/gst-base.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/gst-libs.info %{_infodir}/dir || : fi %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_bindir}/gst %{_bindir}/gst-load %{_bindir}/gst-package %{_bindir}/gst-reload %{_bindir}/gst-sunit %{_libdir}/libgst.so.* %{_libdir}/gnu-smalltalk/ %{_datadir}/gnu-smalltalk/ %{_infodir}/gst.info* %{_infodir}/gst-*.info* %{_mandir}/man1/gst.1* %doc AUTHORS COPYING COPYING.DOC COPYING.LIB ChangeLog %doc NEWS README THANKS TODO %files devel %defattr(-,root,root,-) %{_bindir}/gst-config %{_libdir}/libgst.so %{_libdir}/pkgconfig/gnu-smalltalk.pc %{_datadir}/aclocal/*.m4 %{_includedir}/gst.h %{_includedir}/gstpub.h %files emacs %defattr(-,root,root,-) %{_datadir}/emacs/site-lisp/* %changelog * Thu Dec 7 2006 Jochen Schmitt 2.3-3 - Fix wrong lib option in gst-config * Wed Dec 6 2006 Jochen Schmitt 2.3-2 - Fix wrong Requires - Fix gst-package.in file * Tue Dec 5 2006 Jochen Schmitt 2.3-1 - New upstream release * Wed Nov 29 2006 Jochen Schmitt 2.2c-4 - Remove files which will be gone in gnu-smalltalk-2.3 * Tue Nov 28 2006 Jochen Schmitt 2.2c-3 - Cleanup configure section - Try to preserve timestamps * Mon Nov 27 2006 Jochen Schmitt 2.2c-2 - Done some cleanup on configure step - Add Patch to fix broken gst-config * Mon Nov 20 2006 Jochen Schmitt 2.2c-1 - New upstream release * Mon Feb 20 2006 Jochen Schmitt 2.2-8 - Add libtool as BuildRequires - Add LIBTOOL=/usr/bin/libtool at the make step * Tue Jan 31 2006 Jochen Schmitt 2.2-7 - Fix rpmlint errors * Tue Jan 10 2006 Jochen Schmitt 2.2-6 - Added --disable-rpath - Added --enable-static=no - fix broken Shebangs * Tue Dec 13 2005 Jochen Schmitt 2.2-5 - Deps from -devel and -emacs more strict - Move libgst.so.* to main package * Wed Dec 7 2005 Jochen Schmitt 2.2-4 - remove dep to lightning * Sun Dec 4 2005 Jochen Schmitt 2.2-3 - Add aclocal - Add depend to lightning * Tue Nov 29 2005 Jochen Schmitt 2.2-2 - Rename package - install-info for gst-base and gst-libs - move libgst.so to devel package * Thu Nov 24 2005 Jochen Schmitt 2.2-1 - Initial RPM gst-2.3-am.patch: --- NEW FILE gst-2.3-am.patch --- --- smalltalk-2.2e/Makefile.am.automake 2006-11-30 11:00:17.000000000 +0100 +++ smalltalk-2.2e/Makefile.am 2006-12-04 16:12:06.000000000 +0100 @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = gnu 1.8 ACLOCAL_AMFLAGS = -I build-aux -PACKAGE=smalltalk +PACKAGE=gnu-smalltalk DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \ i18n tcp examples blox-tk . gtk tests doc --- smalltalk-2.2e/configure.ac.automake 2006-12-04 09:31:55.000000000 +0100 +++ smalltalk-2.2e/configure.ac 2006-12-04 16:12:06.000000000 +0100 @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([GNU Smalltalk], 2.3, help-smalltalk at gnu.org, smalltalk) +AC_INIT([GNU Smalltalk], 2.3, help-smalltalk at gnu.org, gnu-smalltalk) MAINTAINER="bonzini at gnu.org" dnl CURRENT:REVISION:AGE means this is the REVISION-th version of --- smalltalk-2.2e/Makefile.in.automake 2006-12-04 09:33:13.000000000 +0100 +++ smalltalk-2.2e/Makefile.in 2006-12-04 16:14:05.000000000 +0100 @@ -274,7 +274,7 @@ NCURSES_DISABLED = @NCURSES_DISABLED@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ -PACKAGE = smalltalk +PACKAGE = gnu-smalltalk PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ --- smalltalk-2.2e/configure.automake 2006-12-04 09:33:17.000000000 +0100 +++ smalltalk-2.2e/configure 2006-12-04 16:13:57.000000000 +0100 @@ -708,7 +708,7 @@ # Identity of this package. PACKAGE_NAME='GNU Smalltalk' -PACKAGE_TARNAME='smalltalk' +PACKAGE_TARNAME='gnu-smalltalk' PACKAGE_VERSION='2.3' PACKAGE_STRING='GNU Smalltalk 2.3' PACKAGE_BUGREPORT='help-smalltalk at gnu.org' @@ -1480,7 +1480,7 @@ --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/smalltalk] + --docdir=DIR documentation root [DATAROOTDIR/doc/gnu-smalltalk] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -2415,7 +2415,7 @@ # Define the identity of the package. - PACKAGE='smalltalk' + PACKAGE='gnu-smalltalk' VERSION='2.3' gst-2.3-install.patch: --- NEW FILE gst-2.3-install.patch --- --- smalltalk-2.3/gst-package.in.inst 2006-11-30 09:13:48.000000000 +0100 +++ smalltalk-2.3/gst-package.in 2006-12-06 18:03:00.000000000 +0100 @@ -54,6 +54,7 @@ DESTDIR= srcdir=. files= +INSTALL="${INSTALL:=@INSTALL@}" # Command line parsing. @@ -295,11 +296,11 @@ } if test -x "$file"; then - echo "@INSTALL@ -m 755 $file $dest" - $dry_run || (rm -f "$dest" && cp "$file" "$dest" && chmod 755 "$dest") + echo "$INSTALL -m 755 $file $dest" + $dry_run || ($INSTALL -m0755 "$file" "$dest") else - echo "@INSTALL@ -m 644 $file $dest" - $dry_run || (rm -f "$dest" && cp "$file" "$dest" && chmod 644 "$dest") + echo "$INSTALL -m 644 $file $dest" + $dry_run || ($INSTALL -m0644 "$file" "$dest") fi done fi --- smalltalk-2.3/gst-config.in.inst 2006-12-07 18:14:28.000000000 +0100 +++ smalltalk-2.3/gst-config.in 2006-12-07 18:24:55.000000000 +0100 @@ -68,7 +68,7 @@ shift done -: ${pkglibdir:="@libdir@/@PACKAGE@"} +: ${pkglibdir:="-L at libdir@/@PACKAGE@"} gst_libs="${pkglibdir} @LIBS@" if test "$echo_prefix" = "yes"; then Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 18:52:48 -0000 1.1 +++ .cvsignore 7 Dec 2006 18:53:59 -0000 1.2 @@ -0,0 +1 @@ +smalltalk-2.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 18:52:48 -0000 1.1 +++ sources 7 Dec 2006 18:53:59 -0000 1.2 @@ -0,0 +1 @@ +a75165ba9f0f50e24fa2160848e12269 smalltalk-2.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 18:54:29 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 13:54:29 -0500 Subject: rpms/gnu-smalltalk import.log,1.1,1.2 Message-ID: <200612071854.kB7IsTSC024286@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250 Modified Files: import.log Log Message: auto-import gnu-smalltalk-2.3-3 on branch devel from gnu-smalltalk-2.3-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 18:52:47 -0000 1.1 +++ import.log 7 Dec 2006 18:53:59 -0000 1.2 @@ -0,0 +1 @@ +gnu-smalltalk-2_3-3:HEAD:gnu-smalltalk-2.3-3.src.rpm:1165517863 From fedora-extras-commits at redhat.com Thu Dec 7 19:04:05 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 14:04:05 -0500 Subject: owners owners.list,1.2080,1.2081 Message-ID: <200612071904.kB7J458N027505@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27490 Modified Files: owners.list Log Message: Add gnu-smalltalk to owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2080 retrieving revision 1.2081 diff -u -r1.2080 -r1.2081 --- owners.list 7 Dec 2006 16:29:04 -0000 1.2080 +++ owners.list 7 Dec 2006 19:03:34 -0000 1.2081 @@ -612,6 +612,8 @@ Fedora Extras|gnomesword|GNOME-based Bible research tool|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnonlin|GStreamer extension library for non-linear editing|bdpepple at ameritech.net|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|gnotime|Tracks and reports time spent|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| +Fedora Extras|gnu-smalltalk|GNU Smalltalk|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| +Fedora Extras|gnubg|A backgammon game and analyser|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|gnubg|A backgammon game and analyser|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnubiff|A mail notification program|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnucap|The Gnu Circuit Analysis Package|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 19:07:39 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 14:07:39 -0500 Subject: comps comps-fe7.xml.in,1.43,1.44 Message-ID: <200612071907.kB7J7dpA027554@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27539 Modified Files: comps-fe7.xml.in Log Message: Add gnu-smalltalk to comps-fe7 Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- comps-fe7.xml.in 7 Dec 2006 16:11:20 -0000 1.43 +++ comps-fe7.xml.in 7 Dec 2006 19:07:09 -0000 1.44 @@ -149,6 +149,7 @@ gforth ghc git + gnu-smalltalk gphpedit gprolog gpsim From fedora-extras-commits at redhat.com Thu Dec 7 19:23:57 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 7 Dec 2006 14:23:57 -0500 Subject: rpms/mail-notification/devel .cvsignore, 1.8, 1.9 mail-notification.spec, 1.34, 1.35 sources, 1.8, 1.9 Message-ID: <200612071923.kB7JNvA7027673@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653 Modified Files: .cvsignore mail-notification.spec sources Log Message: 4.0-0.1.rc2 -- Update to 4.0rc2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Nov 2006 06:56:57 -0000 1.8 +++ .cvsignore 7 Dec 2006 19:23:27 -0000 1.9 @@ -1 +1 @@ -mail-notification-4.0-rc1.tar.gz +mail-notification-4.0-rc2.tar.gz Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- mail-notification.spec 28 Nov 2006 06:56:57 -0000 1.34 +++ mail-notification.spec 7 Dec 2006 19:23:27 -0000 1.35 @@ -1,12 +1,12 @@ Name: mail-notification Version: 4.0 -Release: 0.1%{?dist}.rc1 +Release: 0.2%{?dist}.rc2 Summary: Status icon that informs you if you have new mail Group: Applications/Internet License: GPL URL: http://www.nongnu.org/mailnotify/ -Source0: http://savannah.nongnu.org/download/mailnotify/mail-notification-4.0-rc1.tar.gz +Source0: http://savannah.nongnu.org/download/mailnotify/mail-notification-4.0-rc2.tar.gz Patch0: mail-notification-fedora-plugin-hint.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,7 +53,7 @@ Evolution support for Mail Notification. %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q -n %{name}-%{version}-rc2 %patch0 -p1 -b .patch0 %build @@ -131,6 +131,9 @@ %changelog +* Thu Dec 07 2006 Thorsten Leemhuis 4.0-0.1.rc2 +- Update to 4.0rc2 + * Tue Nov 28 2006 Thorsten Leemhuis 4.0-0.1.rc1 - Update to 4.0rc1 - remove some unneeded workarounds and patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Nov 2006 06:56:57 -0000 1.8 +++ sources 7 Dec 2006 19:23:27 -0000 1.9 @@ -1 +1 @@ -91c09b72a59d161564b47fff033be37e mail-notification-4.0-rc1.tar.gz +3861866f2860a81f4bee50af19f8308d mail-notification-4.0-rc2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 19:39:21 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:21 -0500 Subject: rpms/php-pear-Image-Color - New directory Message-ID: <200612071939.kB7JdLrI027891@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27887/php-pear-Image-Color Log Message: Directory /cvs/extras/rpms/php-pear-Image-Color added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 19:39:26 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:26 -0500 Subject: rpms/php-pear-Image-Color/devel - New directory Message-ID: <200612071939.kB7JdQgq027905@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27887/php-pear-Image-Color/devel Log Message: Directory /cvs/extras/rpms/php-pear-Image-Color/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 19:39:38 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:38 -0500 Subject: rpms/php-pear-Image-Color Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612071939.kB7Jdccb027935@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27929 Added Files: Makefile import.log Log Message: Setup of module php-pear-Image-Color --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Image-Color all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 19:39:38 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:39:38 -0500 Subject: rpms/php-pear-Image-Color/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612071939.kB7JdcTI027950@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27929/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Image-Color --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 19:40:27 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:40:27 -0500 Subject: rpms/php-pear-Image-Color import.log,1.1,1.2 Message-ID: <200612071940.kB7JeRCH028044@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27995 Modified Files: import.log Log Message: auto-import php-pear-Image-Color-1.0.2-1 on branch devel from php-pear-Image-Color-1.0.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 19:39:38 -0000 1.1 +++ import.log 7 Dec 2006 19:39:57 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Image-Color-1_0_2-1:HEAD:php-pear-Image-Color-1.0.2-1.src.rpm:1165520660 From fedora-extras-commits at redhat.com Thu Dec 7 19:40:28 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:40:28 -0500 Subject: rpms/php-pear-Image-Color/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Image-Color.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612071940.kB7JeSDk028048@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27995/devel Modified Files: .cvsignore sources Added Files: PHP-LICENSE-3.01 php-pear-Image-Color.spec Log Message: auto-import php-pear-Image-Color-1.0.2-1 on branch devel from php-pear-Image-Color-1.0.2-1.src.rpm --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . --- NEW FILE php-pear-Image-Color.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Image_Color Name: php-pear-Image-Color Version: 1.0.2 Release: 1%{?dist} Summary: Manage and handles color data and conversions Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Image_Color Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-gd Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description %{summary}. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Image %changelog * Thu Dec 07 2006 Christopher Stone 1.0.2-2 - Add Image dir to %%files * Sun Dec 03 2006 Christopher Stone 1.0.2-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 19:39:38 -0000 1.1 +++ .cvsignore 7 Dec 2006 19:39:57 -0000 1.2 @@ -0,0 +1 @@ +Image_Color-1.0.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 19:39:38 -0000 1.1 +++ sources 7 Dec 2006 19:39:57 -0000 1.2 @@ -0,0 +1 @@ +a4a1a6f5c0f72d235930902cc1ee2e94 Image_Color-1.0.2.tgz From fedora-extras-commits at redhat.com Thu Dec 7 19:41:36 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:41:36 -0500 Subject: rpms/php-pear-Image-Color/devel php-pear-Image-Color.spec,1.1,1.2 Message-ID: <200612071941.kB7JfabU028140@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Image-Color/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28106 Modified Files: php-pear-Image-Color.spec Log Message: forgot to bump this Index: php-pear-Image-Color.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Image-Color/devel/php-pear-Image-Color.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-Image-Color.spec 7 Dec 2006 19:39:57 -0000 1.1 +++ php-pear-Image-Color.spec 7 Dec 2006 19:41:06 -0000 1.2 @@ -3,7 +3,7 @@ Name: php-pear-Image-Color Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage and handles color data and conversions Group: Development/Libraries From fedora-extras-commits at redhat.com Thu Dec 7 19:43:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 7 Dec 2006 14:43:23 -0500 Subject: owners owners.list,1.2081,1.2082 Message-ID: <200612071943.kB7JhNEP028176@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28156 Modified Files: owners.list Log Message: php-pear-Image-Color Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2081 retrieving revision 1.2082 diff -u -r1.2081 -r1.2082 --- owners.list 7 Dec 2006 19:03:34 -0000 1.2081 +++ owners.list 7 Dec 2006 19:42:53 -0000 1.2082 @@ -1865,6 +1865,7 @@ Fedora Extras|php-pear-HTML-Table|Class to easily design HTML tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTTP|Miscellaneous HTTP utilities|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTTP-Request|Provides an easy way to perform HTTP requests|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Image-Color|Manage and handles color data and conversions|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Image-GraphViz|Interface to AT&T's GraphViz tools|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Log|Abstracted logging facility for PHP|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Mail|Class that provides multiple interfaces for sending emails|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 19:54:56 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 7 Dec 2006 14:54:56 -0500 Subject: rpms/gnu-smalltalk/devel gnu-smalltalk.spec,1.1,1.2 Message-ID: <200612071954.kB7Jsui3028392@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28377 Modified Files: gnu-smalltalk.spec Log Message: Exclude x86_64 arch bc/ a build failure Index: gnu-smalltalk.spec =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnu-smalltalk.spec 7 Dec 2006 18:53:59 -0000 1.1 +++ gnu-smalltalk.spec 7 Dec 2006 19:54:26 -0000 1.2 @@ -1,7 +1,7 @@ Summary: GNU Smalltalk Name: gnu-smalltalk Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} # Source: smalltalk-2.2b.tar.gz Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz Patch1: gst-2.3-am.patch @@ -11,6 +11,8 @@ URL: http://www.gnu.org/software/smalltalk/smalltalk.html Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) +ExcludeArch: x86_64 + Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -144,6 +146,9 @@ %{_datadir}/emacs/site-lisp/* %changelog +* Thu Dec 7 2006 Jochen Schmitt 2.3-4 +- Exclude x86_64 bc/ build failure + * Thu Dec 7 2006 Jochen Schmitt 2.3-3 - Fix wrong lib option in gst-config From fedora-extras-commits at redhat.com Thu Dec 7 20:01:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 15:01:34 -0500 Subject: fedora-security/audit fe3, 1.41, 1.42 fe4, 1.110, 1.111 fe5, 1.120, 1.121 Message-ID: <200612072001.kB7K1Yl7031552@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31533 Modified Files: fe3 fe4 fe5 Log Message: CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- fe3 7 Dec 2006 18:21:48 -0000 1.41 +++ fe3 7 Dec 2006 20:01:33 -0000 1.42 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-6301 VULNERABLE (denyhosts) #218824 -CVE-2006-6235 VULNERABLE (gnupg2) #218821 +CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- fe4 7 Dec 2006 18:21:48 -0000 1.110 +++ fe4 7 Dec 2006 20:01:33 -0000 1.111 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-6301 VULNERABLE (denyhosts) #218824 -CVE-2006-6235 VULNERABLE (gnupg2) #218821 +CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- fe5 7 Dec 2006 18:21:48 -0000 1.120 +++ fe5 7 Dec 2006 20:01:33 -0000 1.121 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-6301 VULNERABLE (denyhosts) #218824 -CVE-2006-6235 VULNERABLE (gnupg2) #218821 +CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 From fedora-extras-commits at redhat.com Thu Dec 7 20:04:44 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:04:44 -0500 Subject: rpms/cfitsio/devel cfitsio.patch,1.1,1.2 cfitsio.spec,1.16,1.17 Message-ID: <200612072004.kB7K4i6C031593@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31573 Modified Files: cfitsio.patch cfitsio.spec Log Message: Fix up spec file to fix rpmbuild errors, ie install to the correct directories. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfitsio.patch 13 Nov 2005 19:50:32 -0000 1.1 +++ cfitsio.patch 7 Dec 2006 20:04:14 -0000 1.2 @@ -20,23 +20,18 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-new/Makefile.in ---- cfitsio/Makefile.in 2005-04-26 11:48:05.000000000 -0400 -+++ cfitsio-new/Makefile.in 2005-11-13 13:52:27.000000000 -0500 -@@ -19,8 +19,8 @@ - # - - CFITSIO_PREFIX = @CFITSIO_PREFIX@ --CFITSIO_LIB = ${CFITSIO_PREFIX}/lib --CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/include -+CFITSIO_LIB = ${CFITSIO_PREFIX}/${LIBDIR} -+CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/${INCLUDEDIR} - - SHELL = /bin/sh - RANLIB = @RANLIB@ -@@ -146,4 +146,4 @@ - objs: ${CORE_OBJECTS} - - ${CFITSIO_PREFIX} ${CFITSIO_LIB} ${CFITSIO_INCLUDE}: -- @if [ ! -d $@ ]; then mkdir $@; fi -+ @if [ ! -d $@ ]; then mkdir -p $@; fi +diff -u Makefile.in.orig Makefile.in +--- Makefile.in.orig 2006-10-12 17:14:41.000000000 -0400 ++++ Makefile.in 2006-12-05 16:29:51.000000000 -0500 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include ++CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) ++CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} + + + Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cfitsio.spec 5 Dec 2006 21:11:35 -0000 1.16 +++ cfitsio.spec 7 Dec 2006 20:04:14 -0000 1.17 @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.020 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3006.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3020.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,10 @@ %install rm -rf %{buildroot} mkdir -p %{buildroot} -make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_PREFIX=%{buildroot}%{_prefix} install +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install pushd %{buildroot}%{_libdir} ln -s libcfitsio.so.0 libcfitsio.so popd @@ -68,8 +71,13 @@ %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + * Wed Dec 6 2006 Matthew Truch - 3.020-1 - Upgrade to revision 3.020 of cfitsio. From fedora-extras-commits at redhat.com Thu Dec 7 20:11:56 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:11:56 -0500 Subject: rpms/cfitsio/devel cfitsio.patch,1.2,1.3 cfitsio.spec,1.17,1.18 Message-ID: <200612072011.kB7KBuqd031678@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31654 Modified Files: cfitsio.patch cfitsio.spec Log Message: Need the corrected patch file. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cfitsio.patch 7 Dec 2006 20:04:14 -0000 1.2 +++ cfitsio.patch 7 Dec 2006 20:11:26 -0000 1.3 @@ -20,18 +20,17 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u Makefile.in.orig Makefile.in ---- Makefile.in.orig 2006-10-12 17:14:41.000000000 -0400 -+++ Makefile.in 2006-12-05 16:29:51.000000000 -0500 +diff -u old/Makefile.in new/Makefile.in +--- old/Makefile.in 2006-10-12 17:14:41.000000000 -0400 ++++ new/Makefile.in 2006-12-05 16:36:24.000000000 -0500 @@ -21,8 +21,8 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - CFITSIO_PREFIX = $(prefix) --CFITSIO_LIB = $(exec_prefix)/lib --CFITSIO_INCLUDE = $(prefix)/include + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include +CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) +CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) - INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} - - - + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} + + Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cfitsio.spec 7 Dec 2006 20:04:14 -0000 1.17 +++ cfitsio.spec 7 Dec 2006 20:11:26 -0000 1.18 @@ -1,6 +1,6 @@ Name: cfitsio Version: 3.020 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -74,6 +74,9 @@ %{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-3 +- Commit correct patch to configure and Makefiles. + * Fri Dec 8 2006 Matthew Truch - 3.020-2 - Modify spec file to install to correct directories. - Package cfitsio.pc file in -devel package. From fedora-extras-commits at redhat.com Thu Dec 7 20:21:14 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:21:14 -0500 Subject: rpms/cfitsio/FC-5 cfitsio.patch,1.1,1.2 cfitsio.spec,1.15,1.16 Message-ID: <200612072021.kB7KLE33031873@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31803/FC-5 Modified Files: cfitsio.patch cfitsio.spec Log Message: Fix build process to put files where they belong. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/cfitsio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfitsio.patch 13 Nov 2005 19:50:32 -0000 1.1 +++ cfitsio.patch 7 Dec 2006 20:20:44 -0000 1.2 @@ -20,23 +20,17 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-new/Makefile.in ---- cfitsio/Makefile.in 2005-04-26 11:48:05.000000000 -0400 -+++ cfitsio-new/Makefile.in 2005-11-13 13:52:27.000000000 -0500 -@@ -19,8 +19,8 @@ - # +diff -u old/Makefile.in new/Makefile.in +--- old/Makefile.in 2006-10-12 17:14:41.000000000 -0400 ++++ new/Makefile.in 2006-12-05 16:36:24.000000000 -0500 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include ++CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) ++CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} - CFITSIO_PREFIX = @CFITSIO_PREFIX@ --CFITSIO_LIB = ${CFITSIO_PREFIX}/lib --CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/include -+CFITSIO_LIB = ${CFITSIO_PREFIX}/${LIBDIR} -+CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/${INCLUDEDIR} - SHELL = /bin/sh - RANLIB = @RANLIB@ -@@ -146,4 +146,4 @@ - objs: ${CORE_OBJECTS} - - ${CFITSIO_PREFIX} ${CFITSIO_LIB} ${CFITSIO_INCLUDE}: -- @if [ ! -d $@ ]; then mkdir $@; fi -+ @if [ ! -d $@ ]; then mkdir -p $@; fi Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-5/cfitsio.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.15 +++ cfitsio.spec 7 Dec 2006 20:20:44 -0000 1.16 @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.020 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3006.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3020.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,10 @@ %install rm -rf %{buildroot} mkdir -p %{buildroot} -make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_PREFIX=%{buildroot}%{_prefix} install +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install pushd %{buildroot}%{_libdir} ln -s libcfitsio.so.0 libcfitsio.so popd @@ -68,8 +71,13 @@ %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + * Wed Dec 5 2006 Matthew Truch - 3.020-1 - Upgrade to cfitsio 3.020 release. From fedora-extras-commits at redhat.com Thu Dec 7 20:21:14 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Thu, 7 Dec 2006 15:21:14 -0500 Subject: rpms/cfitsio/FC-6 cfitsio.patch,1.1,1.2 cfitsio.spec,1.16,1.17 Message-ID: <200612072021.kB7KLE1t031877@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31803/FC-6 Modified Files: cfitsio.patch cfitsio.spec Log Message: Fix build process to put files where they belong. cfitsio.patch: Index: cfitsio.patch =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/cfitsio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfitsio.patch 13 Nov 2005 19:50:32 -0000 1.1 +++ cfitsio.patch 7 Dec 2006 20:20:44 -0000 1.2 @@ -20,23 +20,17 @@ lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-new/Makefile.in ---- cfitsio/Makefile.in 2005-04-26 11:48:05.000000000 -0400 -+++ cfitsio-new/Makefile.in 2005-11-13 13:52:27.000000000 -0500 -@@ -19,8 +19,8 @@ - # +diff -u old/Makefile.in new/Makefile.in +--- old/Makefile.in 2006-10-12 17:14:41.000000000 -0400 ++++ new/Makefile.in 2006-12-05 16:36:24.000000000 -0500 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + CFITSIO_PREFIX = $(prefix) +-CFITSIO_LIB = $(exec_prefix)/lib +-CFITSIO_INCLUDE = $(prefix)/include ++CFITSIO_LIB = $(exec_prefix)/$(LIBDIR) ++CFITSIO_INCLUDE = $(prefix)/$(INCLUDEDIR) + INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_LIB} ${CFITSIO_LIB}/pkgconfig ${CFITSIO_INCLUDE} - CFITSIO_PREFIX = @CFITSIO_PREFIX@ --CFITSIO_LIB = ${CFITSIO_PREFIX}/lib --CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/include -+CFITSIO_LIB = ${CFITSIO_PREFIX}/${LIBDIR} -+CFITSIO_INCLUDE = ${CFITSIO_PREFIX}/${INCLUDEDIR} - SHELL = /bin/sh - RANLIB = @RANLIB@ -@@ -146,4 +146,4 @@ - objs: ${CORE_OBJECTS} - - ${CFITSIO_PREFIX} ${CFITSIO_LIB} ${CFITSIO_INCLUDE}: -- @if [ ! -d $@ ]; then mkdir $@; fi -+ @if [ ! -d $@ ]; then mkdir -p $@; fi Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/FC-6/cfitsio.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cfitsio.spec 5 Dec 2006 21:11:30 -0000 1.16 +++ cfitsio.spec 7 Dec 2006 20:20:44 -0000 1.17 @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.020 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3006.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3020.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,10 @@ %install rm -rf %{buildroot} mkdir -p %{buildroot} -make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_PREFIX=%{buildroot}%{_prefix} install +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install pushd %{buildroot}%{_libdir} ln -s libcfitsio.so.0 libcfitsio.so popd @@ -68,8 +71,13 @@ %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc %changelog +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + * Wed Dec 5 2006 Matthew Truch - 3.020-1 - Upgrade to cfitsio 3.020 release. From fedora-extras-commits at redhat.com Thu Dec 7 20:49:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 7 Dec 2006 15:49:32 -0500 Subject: fedora-security/audit fe5,1.121,1.122 fe6,1.35,1.36 Message-ID: <200612072049.kB7KnW0Y032239@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32222 Modified Files: fe5 fe6 Log Message: +CVE-2006-637[34] (phpMyAdmin) #218853 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- fe5 7 Dec 2006 20:01:33 -0000 1.121 +++ fe5 7 Dec 2006 20:49:31 -0000 1.122 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6374 ** (phpMyAdmin) #218853 +CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- fe6 7 Dec 2006 18:21:48 -0000 1.35 +++ fe6 7 Dec 2006 20:49:31 -0000 1.36 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6374 ** (phpMyAdmin) #218853 +CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 VULNERABLE (denyhosts) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Thu Dec 7 21:01:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 7 Dec 2006 16:01:19 -0500 Subject: rpms/cabextract/EL-4 cabextract.spec,1.7,1.8 Message-ID: <200612072101.kB7L1Jxf004044@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cabextract/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv933 Modified Files: cabextract.spec Log Message: use %{?dist} Index: cabextract.spec =================================================================== RCS file: /cvs/extras/rpms/cabextract/EL-4/cabextract.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cabextract.spec 18 Mar 2005 19:17:01 -0000 1.7 +++ cabextract.spec 7 Dec 2006 21:00:49 -0000 1.8 @@ -1,6 +1,6 @@ Name: cabextract Version: 1.1 -Release: 2 +Release: 2%{?dist} Summary: Utility for extracting cabinet (.cab) archives Group: Applications/Archiving From fedora-extras-commits at redhat.com Thu Dec 7 21:16:19 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 16:16:19 -0500 Subject: rpms/denyhosts/devel .cvsignore, 1.20, 1.21 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 Message-ID: <200612072116.kB7LGJ4N004244@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4223 Modified Files: .cvsignore denyhosts.spec sources Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 22 Jun 2006 15:02:09 -0000 1.20 +++ .cvsignore 7 Dec 2006 21:15:49 -0000 1.21 @@ -1 +1 @@ -DenyHosts-2.5.tar.gz +DenyHosts-2.6.tar.gz Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 +++ denyhosts.spec 7 Dec 2006 21:15:49 -0000 1.39 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 2%{?dist} +Version: 2.6 +Release: 1%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -148,6 +148,9 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %%{python_sitelib}/Denyhosts ownership. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 22 Jun 2006 15:02:09 -0000 1.20 +++ sources 7 Dec 2006 21:15:49 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 21:46:05 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Thu, 7 Dec 2006 16:46:05 -0500 Subject: rpms/libmtp/devel .cvsignore, 1.3, 1.4 libmtp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612072146.kB7Lk5Wj004488@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/libmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4469 Modified Files: .cvsignore libmtp.spec sources Log Message: New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libmtp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 18:56:49 -0000 1.3 +++ .cvsignore 7 Dec 2006 21:45:35 -0000 1.4 @@ -1 +1 @@ -libmtp-0.0.21.tar.gz +libmtp-0.1.0.tar.gz Index: libmtp.spec =================================================================== RCS file: /cvs/extras/rpms/libmtp/devel/libmtp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libmtp.spec 20 Oct 2006 18:56:49 -0000 1.2 +++ libmtp.spec 7 Dec 2006 21:45:35 -0000 1.3 @@ -11,7 +11,7 @@ # Name: libmtp -Version: 0.0.21 +Version: 0.1.0 Release: 1%{?dist} Summary: A software library for MTP media players URL: http://libmtp.sourceforge.net/ @@ -23,6 +23,7 @@ License: LGPL Requires: udev Requires: pam +Requires: hal BuildRequires: libusb-devel BuildRequires: doxygen @@ -69,6 +70,8 @@ # Install udev rules file. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d install -p -m 644 libmtp.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-libmtp.rules +mkdir -p $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop +install -p -m 644 libmtp.fdi $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi # Install device permissions mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/60-libmtp.perms @@ -87,6 +90,7 @@ %{_libdir}/*.so.* %config(noreplace) %{_sysconfdir}/udev/rules.d/* %config(noreplace) %{_sysconfdir}/security/console.perms.d/* +%config(noreplace) %{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi %files examples %defattr(-,root,root,-) %{_bindir}/* @@ -101,6 +105,10 @@ %changelog +* Thu Dec 7 2006 Linus Walleij 0.1.0-1 +- New upstream release. +- Start providing HAL rules. + * Fri Oct 20 2006 Linus Walleij 0.0.21-1 - New upstream release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libmtp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 18:56:49 -0000 1.3 +++ sources 7 Dec 2006 21:45:35 -0000 1.4 @@ -1 +1 @@ -621b4590c3c0d09f3546ad67f39ef80b libmtp-0.0.21.tar.gz +6940a264433eef17c99e8cfb70840bd2 libmtp-0.1.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 21:53:48 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:53:48 -0500 Subject: rpms/python-pycurl - New directory Message-ID: <200612072153.kB7LrmuO004620@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616/python-pycurl Log Message: Directory /cvs/extras/rpms/python-pycurl added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 21:53:54 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:53:54 -0500 Subject: rpms/python-pycurl/devel - New directory Message-ID: <200612072153.kB7Lrs81004634@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616/python-pycurl/devel Log Message: Directory /cvs/extras/rpms/python-pycurl/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 7 21:54:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:54:06 -0500 Subject: rpms/python-pycurl Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612072154.kB7Ls6CI004663@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4657 Added Files: Makefile import.log Log Message: Setup of module python-pycurl --- NEW FILE Makefile --- # Top level Makefile for module python-pycurl all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 7 21:54:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:54:06 -0500 Subject: rpms/python-pycurl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612072154.kB7Ls6bg004676@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4657/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-pycurl --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 7 21:54:59 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:54:59 -0500 Subject: rpms/python-pycurl import.log,1.1,1.2 Message-ID: <200612072154.kB7LsxiU004747@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4717 Modified Files: import.log Log Message: auto-import python-pycurl-7.15.5.1-3 on branch devel from python-pycurl-7.15.5.1-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Dec 2006 21:54:06 -0000 1.1 +++ import.log 7 Dec 2006 21:54:29 -0000 1.2 @@ -0,0 +1 @@ +python-pycurl-7_15_5_1-3:HEAD:python-pycurl-7.15.5.1-3.src.rpm:1165528792 From fedora-extras-commits at redhat.com Thu Dec 7 21:55:00 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 16:55:00 -0500 Subject: rpms/python-pycurl/devel python-pycurl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612072155.kB7Lt0EP004751@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4717/devel Modified Files: .cvsignore sources Added Files: python-pycurl.spec Log Message: auto-import python-pycurl-7.15.5.1-3 on branch devel from python-pycurl-7.15.5.1-3.src.rpm --- NEW FILE python-pycurl.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-pycurl Version: 7.15.5.1 Release: 3%{?dist} Summary: A Python interface to libcurl Group: Development/Languages License: LGPL URL: http://pycurl.sourceforge.net/ Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: curl-devel >= 7.15.5 Provides: pycurl = %{version}-%{release} %description PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features. %prep %setup -q -n pycurl-%{version} chmod a-x examples/* %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %check %{__python} tests/test_internals.py -q %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} rm -rf %{buildroot}%{_datadir}/doc/pycurl %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING ChangeLog README TODO examples doc tests %{python_sitearch}/* %changelog * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-3 - Don't forget to Provide: pycurl!!! * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-2 - Remove INSTALL from the list of documentation - Use python_sitearch for all of the files * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Dec 2006 21:54:06 -0000 1.1 +++ .cvsignore 7 Dec 2006 21:54:29 -0000 1.2 @@ -0,0 +1 @@ +pycurl-7.15.5.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Dec 2006 21:54:06 -0000 1.1 +++ sources 7 Dec 2006 21:54:29 -0000 1.2 @@ -0,0 +1 @@ +464cfbeba150d99d92a407c7c8b751de pycurl-7.15.5.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 22:08:10 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 7 Dec 2006 17:08:10 -0500 Subject: owners owners.list,1.2082,1.2083 Message-ID: <200612072208.kB7M8ACJ007953@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7936 Modified Files: owners.list Log Message: * Toshio's watching sqlalchemy as well. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2082 retrieving revision 1.2083 diff -u -r1.2082 -r1.2083 --- owners.list 7 Dec 2006 19:42:53 -0000 1.2082 +++ owners.list 7 Dec 2006 22:07:40 -0000 1.2083 @@ -2050,7 +2050,7 @@ Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpy|Python simulation framework|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| Fedora Extras|python-smbpasswd|Python SMB Password Hash Generator Module|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| -Fedora Extras|python-sqlalchemy|Modular and flexible ORM library for python|shahms at shahms.com|extras-qa at fedoraproject.org| +Fedora Extras|python-sqlalchemy|Modular and flexible ORM library for python|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com Fedora Extras|python-sqlite|Python bindings for SQLite|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-sqlite2|DB-API 2.0 interface for SQLite 3.x|gajownik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-sqlobject|SQLObject is an object-relational mapper for python|lmacken at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 7 22:13:04 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 7 Dec 2006 17:13:04 -0500 Subject: rpms/python-sqlalchemy/devel .cvsignore, 1.7, 1.8 python-sqlalchemy.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612072213.kB7MD4is007990@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7971 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: - Update to new upstream version 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 17 Aug 2006 17:16:40 -0000 1.7 +++ .cvsignore 7 Dec 2006 22:12:34 -0000 1.8 @@ -1 +1 @@ -SQLAlchemy-0.2.7.tar.gz +SQLAlchemy-0.3.1.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sqlalchemy.spec 16 Sep 2006 18:50:06 -0000 1.8 +++ python-sqlalchemy.spec 7 Dec 2006 22:12:34 -0000 1.9 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -16,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python python-setuptools +BuildRequires: python +BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} %description @@ -76,6 +77,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 +- Update to new upstream version 0.3.1 + * Sat Sep 16 2006 Shahms E. King 0.2.7-2 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 17 Aug 2006 17:16:40 -0000 1.7 +++ sources 7 Dec 2006 22:12:34 -0000 1.8 @@ -1 +1 @@ -d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz +cb5e17096ed50389687c62bad8c5a67a SQLAlchemy-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 22:14:29 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 7 Dec 2006 17:14:29 -0500 Subject: rpms/python-sqlalchemy/FC-6 .cvsignore, 1.7, 1.8 python-sqlalchemy.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612072214.kB7MET6J008060@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8041 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: - Update to new upstream version 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 17 Aug 2006 17:16:40 -0000 1.7 +++ .cvsignore 7 Dec 2006 22:13:59 -0000 1.8 @@ -1 +1 @@ -SQLAlchemy-0.2.7.tar.gz +SQLAlchemy-0.3.1.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-6/python-sqlalchemy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sqlalchemy.spec 16 Sep 2006 18:50:06 -0000 1.8 +++ python-sqlalchemy.spec 7 Dec 2006 22:13:59 -0000 1.9 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -16,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python python-setuptools +BuildRequires: python +BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} %description @@ -76,6 +77,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 +- Update to new upstream version 0.3.1 + * Sat Sep 16 2006 Shahms E. King 0.2.7-2 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 17 Aug 2006 17:16:40 -0000 1.7 +++ sources 7 Dec 2006 22:13:59 -0000 1.8 @@ -1 +1 @@ -d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz +cb5e17096ed50389687c62bad8c5a67a SQLAlchemy-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 7 22:20:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 7 Dec 2006 17:20:10 -0500 Subject: rpms/python-pycurl/devel python-pycurl.spec,1.1,1.2 Message-ID: <200612072220.kB7MKAep008138@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8123 Modified Files: python-pycurl.spec Log Message: Try to fix PPC build problem. Index: python-pycurl.spec =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/python-pycurl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-pycurl.spec 7 Dec 2006 21:54:29 -0000 1.1 +++ python-pycurl.spec 7 Dec 2006 22:19:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-pycurl Version: 7.15.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python interface to libcurl Group: Development/Languages @@ -27,7 +27,7 @@ chmod a-x examples/* %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build %check %{__python} tests/test_internals.py -q @@ -46,6 +46,9 @@ %{python_sitearch}/* %changelog +* Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-4 +- Add -DHAVE_CURL_OPENSSL to fix PPC build problem. + * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-3 - Don't forget to Provide: pycurl!!! From fedora-extras-commits at redhat.com Thu Dec 7 23:10:02 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 7 Dec 2006 18:10:02 -0500 Subject: comps comps-fe6.xml.in,1.240,1.241 comps-fe7.xml.in,1.44,1.45 Message-ID: <200612072310.kB7NA28j011423@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11406 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: add glest Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.240 retrieving revision 1.241 diff -u -r1.240 -r1.241 --- comps-fe6.xml.in 7 Dec 2006 16:11:20 -0000 1.240 +++ comps-fe6.xml.in 7 Dec 2006 23:09:32 -0000 1.241 @@ -401,6 +401,7 @@ freedroidrpg frozen-bubble gl-117 + glest gnofract4d gnome-sudoku gnubg Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- comps-fe7.xml.in 7 Dec 2006 19:07:09 -0000 1.44 +++ comps-fe7.xml.in 7 Dec 2006 23:09:32 -0000 1.45 @@ -401,6 +401,7 @@ freedroidrpg frozen-bubble gl-117 + glest gnofract4d gnome-sudoku gnubg From fedora-extras-commits at redhat.com Thu Dec 7 23:22:43 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 18:22:43 -0500 Subject: rpms/Pound/FC-6 .cvsignore, 1.2, 1.3 Pound.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612072322.kB7NMhKY011493@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11474 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Nov 2006 23:44:36 -0000 1.2 +++ .cvsignore 7 Dec 2006 23:22:13 -0000 1.3 @@ -1 +1 @@ -Pound-2.1.6.tgz +Pound-2.1.7.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Pound.spec 12 Nov 2006 23:44:36 -0000 1.1 +++ Pound.spec 7 Dec 2006 23:22:13 -0000 1.2 @@ -3,8 +3,8 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.6 -Release: 2%{?dist} +Version: 2.1.7 +Release: 1%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Fri Dec 08 2006 2.1.7-1 +- Sync with upstream * Wed Nov 08 2006 2.1.6-2 - Changed hardcoded paths into rpmmacros * Mon Nov 06 2006 2.1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Nov 2006 23:44:36 -0000 1.2 +++ sources 7 Dec 2006 23:22:13 -0000 1.3 @@ -1 +1 @@ -d9cec1718f733e7d79a2e352b10c06d5 Pound-2.1.6.tgz +cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz From fedora-extras-commits at redhat.com Thu Dec 7 23:25:19 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Thu, 7 Dec 2006 18:25:19 -0500 Subject: rpms/Pound/FC-5 .cvsignore, 1.2, 1.3 Pound.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612072325.kB7NPJnn011567@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11548 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Nov 2006 23:44:36 -0000 1.2 +++ .cvsignore 7 Dec 2006 23:24:49 -0000 1.3 @@ -1 +1 @@ -Pound-2.1.6.tgz +Pound-2.1.7.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Pound.spec 12 Nov 2006 23:44:36 -0000 1.1 +++ Pound.spec 7 Dec 2006 23:24:49 -0000 1.2 @@ -3,8 +3,8 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.6 -Release: 2%{?dist} +Version: 2.1.7 +Release: 1%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Fri Dec 08 2006 2.1.7-1 +- Sync with upstream * Wed Nov 08 2006 2.1.6-2 - Changed hardcoded paths into rpmmacros * Mon Nov 06 2006 2.1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Nov 2006 23:44:36 -0000 1.2 +++ sources 7 Dec 2006 23:24:49 -0000 1.3 @@ -1 +1 @@ -d9cec1718f733e7d79a2e352b10c06d5 Pound-2.1.6.tgz +cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz From fedora-extras-commits at redhat.com Thu Dec 7 23:27:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 7 Dec 2006 18:27:47 -0500 Subject: rpms/915resolution/FC-6 915resolution.spec,1.5,1.6 Message-ID: <200612072327.kB7NRl3Z011742@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11726 Modified Files: 915resolution.spec Log Message: release bump Index: 915resolution.spec =================================================================== RCS file: /cvs/extras/rpms/915resolution/FC-6/915resolution.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 915resolution.spec 7 Dec 2006 02:52:13 -0000 1.5 +++ 915resolution.spec 7 Dec 2006 23:27:17 -0000 1.6 @@ -1,6 +1,6 @@ Name: 915resolution Version: 0.5.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support @@ -60,6 +60,9 @@ %changelog +* Thu Dec 07 2006 Chris Weyl 0.5.2-4 +- bump + * Tue Aug 01 2006 Chris Weyl 0.5.2-3 - excludearch ppc From fedora-extras-commits at redhat.com Thu Dec 7 23:49:04 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 7 Dec 2006 18:49:04 -0500 Subject: rpms/compat-libgda/devel compat-libgda.spec,1.2,1.3 Message-ID: <200612072349.kB7Nn4D7012043@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/compat-libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12025 Modified Files: compat-libgda.spec Log Message: Rebuild with libpq.so.5 Index: compat-libgda.spec =================================================================== RCS file: /cvs/extras/rpms/compat-libgda/devel/compat-libgda.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- compat-libgda.spec 11 Sep 2006 18:45:15 -0000 1.2 +++ compat-libgda.spec 7 Dec 2006 23:48:34 -0000 1.3 @@ -41,7 +41,7 @@ Summary: Library for writing gnome database programs Name: compat-libgda Version: 1.2.3 -Release: 4%{?dist} +Release: 5%{?dist} Source: http://ftp.gnome.org/pub/GNOME/sources/libgda/1.2/libgda-%{version}.tar.bz2 URL: http://www.gnome-db.org/ Group: System Environment/Libraries @@ -404,6 +404,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 1.2.3-5 +- Rebuild with libpq.so.5 + * Mon Sep 11 2006 Denis Leroy - 1.2.3-4 - Added intltool BR From fedora-extras-commits at redhat.com Fri Dec 8 00:10:24 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Thu, 7 Dec 2006 19:10:24 -0500 Subject: rpms/ssmtp/devel ssmtp-bcc-fix.patch, NONE, 1.1 ssmtp-password-leak.patch, NONE, 1.1 ssmtp-ssl.certificate.nomatch.patch, NONE, 1.1 ssmtp.spec, 1.4, 1.5 Message-ID: <200612080010.kB80AOvc015385@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15358 Modified Files: ssmtp.spec Added Files: ssmtp-bcc-fix.patch ssmtp-password-leak.patch ssmtp-ssl.certificate.nomatch.patch Log Message: security fix - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ssmtp-bcc-fix.patch: --- NEW FILE ssmtp-bcc-fix.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -708,6 +704,10 @@ else if(strncasecmp(ht->string, "Bcc:", 4) == 0) { p = (ht->string + 4); rcpt_parse(p); + /* Undo adding the header to the list: */ + free(ht->string); + ht->string = NULL; + return; } else if(strncasecmp(ht->string, "CC:", 3) == 0) { p = (ht->string + 3); ssmtp-password-leak.patch: --- NEW FILE ssmtp-password-leak.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1404,6 +1406,7 @@ struct passwd *pw; int i, sock; uid_t uid; + bool_t minus_v_save; int timeout = 0; outbytes = 0; @@ -1520,7 +1523,12 @@ #ifdef MD5AUTH } #endif + /* We do NOT want the password output to STDERR + * even base64 encoded.*/ + minus_v_save = minus_v; + minus_v = False; outbytes += smtp_write(sock, "%s", buf); + minus_v = minus_v_save; (void)alarm((unsigned) MEDWAIT); if(smtp_okay(sock, buf) == False) { ssmtp-ssl.certificate.nomatch.patch: --- NEW FILE ssmtp-ssl.certificate.nomatch.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1138,10 +1138,12 @@ return(-1); } +#ifdef NOT_USED if(!SSL_CTX_check_private_key(ctx)) { log_event(LOG_ERR, "Private key does not match the certificate public key\n"); return(-1); } +#endif } #endif Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/devel/ssmtp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ssmtp.spec 28 Nov 2006 03:44:40 -0000 1.4 +++ ssmtp.spec 8 Dec 2006 00:09:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -10,6 +10,9 @@ Patch0: %{name}-%{version}.6.patch Patch1: %{name}-2.50.3-maxsysuid.patch Patch2: %{name}-defaultvalues.patch +Patch3: %{name}-ssl.certificate.nomatch.patch +Patch4: %{name}-password-leak.patch +Patch5: %{name}-bcc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: MTA smtpdaemon %{_sbindir}/sendmail Requires(post): %{_sbindir}/alternatives @@ -32,6 +35,9 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -105,6 +111,11 @@ %changelog +* Fri Dec 08 2006 lonely wolf 2.61-11 +- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) +- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) + +%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Fri Dec 8 01:29:27 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:29:27 -0500 Subject: rpms/denyhosts/devel denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.39, 1.40 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080129.kB81TRRf018836@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18818 Modified Files: denyhosts.spec Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- denyhosts.spec 7 Dec 2006 21:15:49 -0000 1.39 +++ denyhosts.spec 8 Dec 2006 01:28:56 -0000 1.40 @@ -1,6 +1,6 @@ Name: denyhosts Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -148,6 +148,9 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:40:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:40:56 -0500 Subject: rpms/denyhosts/FC-6 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080140.kB81eujV018983@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18960 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-6/denyhosts.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 +++ denyhosts.spec 8 Dec 2006 01:40:26 -0000 1.39 @@ -1,5 +1,5 @@ Name: denyhosts -Version: 2.5 +Version: 2.6 Release: 2%{?dist} Summary: A script to help thwart ssh server attacks @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -148,6 +148,12 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %%{python_sitelib}/Denyhosts ownership. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-6/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 22 Jun 2006 15:02:09 -0000 1.20 +++ sources 8 Dec 2006 01:40:26 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:51:35 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:51:35 -0500 Subject: rpms/denyhosts/FC-5 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.31, 1.32 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080151.kB81pZdT019065@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19045 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-5/denyhosts.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- denyhosts.spec 24 Jun 2006 19:40:23 -0000 1.31 +++ denyhosts.spec 8 Dec 2006 01:51:05 -0000 1.32 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 24 Jun 2006 19:40:23 -0000 1.20 +++ sources 8 Dec 2006 01:51:05 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:52:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:52:41 -0500 Subject: rpms/denyhosts/FC-4 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080152.kB81qfAH019139@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19119 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-4/denyhosts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- denyhosts.spec 24 Jun 2006 19:40:56 -0000 1.14 +++ denyhosts.spec 8 Dec 2006 01:52:11 -0000 1.15 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 24 Jun 2006 19:40:56 -0000 1.13 +++ sources 8 Dec 2006 01:52:11 -0000 1.14 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:54:32 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:54:32 -0500 Subject: rpms/denyhosts/FC-3 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080154.kB81sW9E019227@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19206 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- denyhosts.spec 24 Jun 2006 19:41:16 -0000 1.14 +++ denyhosts.spec 8 Dec 2006 01:54:02 -0000 1.15 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/FC-3/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 24 Jun 2006 19:41:16 -0000 1.13 +++ sources 8 Dec 2006 01:54:02 -0000 1.14 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:56:15 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:56:15 -0500 Subject: rpms/denyhosts/EL-4 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080156.kB81uFGC019311@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19289 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-4/denyhosts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- denyhosts.spec 24 Jun 2006 19:41:16 -0000 1.14 +++ denyhosts.spec 8 Dec 2006 01:55:45 -0000 1.15 @@ -1,6 +1,6 @@ Name: denyhosts -Version: 2.5 -Release: 1%{?dist} +Version: 2.6 +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,16 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 24 Jun 2006 19:41:16 -0000 1.13 +++ sources 8 Dec 2006 01:55:45 -0000 1.14 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 01:58:06 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 20:58:06 -0500 Subject: rpms/denyhosts/EL-5 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE Message-ID: <200612080158.kB81w6ZS019402@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19382 Modified Files: denyhosts.spec sources Added Files: denyhosts-2.6-config.patch Removed Files: denyhosts-2.3-config.patch Log Message: * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. denyhosts-2.6-config.patch: --- NEW FILE denyhosts-2.6-config.patch --- --- denyhosts.cfg-dist.config 2006-04-04 18:37:48.000000000 -0500 +++ denyhosts.cfg-dist 2006-04-06 10:09:13.219892334 -0500 @@ -53,13 +53,18 @@ # 'y' = years # # never purge: -PURGE_DENY = +#PURGE_DENY = # # purge entries older than 1 week #PURGE_DENY = 1w # # purge entries older than 5 days #PURGE_DENY = 5d +# +# For the default Fedora Extras install, we want timestamping but no +# expiration (at least by default) so this is deliberately set high. +# Adjust to taste. +PURGE_DENY = 4w ####################################################################### @@ -133,7 +138,7 @@ # Note: it is recommended that you use an absolute pathname # for this value (eg. /home/foo/denyhosts/data) # -WORK_DIR = /usr/share/denyhosts/data +WORK_DIR = /var/lib/denyhosts # ####################################################################### @@ -196,7 +201,7 @@ # match your email address. If you do not want to receive these reports # leave this field blank (or run with the --noemail option) # -ADMIN_EMAIL = +ADMIN_EMAIL = root # ####################################################################### @@ -235,7 +240,7 @@ # # SMTP_SUBJECT: you can specify the "Subject:" of messages sent # by DenyHosts when it reports thwarted abuse attempts -SMTP_SUBJECT = DenyHosts Report +SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] # ###################################################################### Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-5/denyhosts.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 +++ denyhosts.spec 8 Dec 2006 01:57:36 -0000 1.39 @@ -1,5 +1,5 @@ Name: denyhosts -Version: 2.5 +Version: 2.6 Release: 2%{?dist} Summary: A script to help thwart ssh server attacks @@ -13,7 +13,7 @@ Source4: denyhosts.sysconfig Source5: denyhosts.logrotate Source6: README.fedora -Patch0: denyhosts-2.3-config.patch +Patch0: denyhosts-2.6-config.patch Patch1: denyhosts-2.4-setup.patch Patch2: denyhosts-2.2-daemon-control.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -148,6 +148,12 @@ %changelog +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 +- Update config patch. + +* Thu Dec 07 2006 Jason L Tibbitts III - 2.6-1 +- Update to 2.6; fixes bug 218824, CVE-2006-6301. + * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %%{python_sitelib}/Denyhosts ownership. Index: sources =================================================================== RCS file: /cvs/extras/rpms/denyhosts/EL-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 22 Jun 2006 15:02:09 -0000 1.20 +++ sources 8 Dec 2006 01:57:36 -0000 1.21 @@ -1 +1 @@ -b33f0cdae6448ae559c5f22dbffe59f2 DenyHosts-2.5.tar.gz +fc2365305a9402886a2b0173d1beb7df DenyHosts-2.6.tar.gz --- denyhosts-2.3-config.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 02:17:31 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 7 Dec 2006 21:17:31 -0500 Subject: fedora-security/audit fe3, 1.42, 1.43 fe4, 1.111, 1.112 fe5, 1.122, 1.123 fe6, 1.36, 1.37 Message-ID: <200612080217.kB82HVIJ022699@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22678 Modified Files: fe3 fe4 fe5 fe6 Log Message: Note updated denyhosts; fixes CVE-2006-6301. Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- fe3 7 Dec 2006 20:01:33 -0000 1.42 +++ fe3 8 Dec 2006 02:17:31 -0000 1.43 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- fe4 7 Dec 2006 20:01:33 -0000 1.111 +++ fe4 8 Dec 2006 02:17:31 -0000 1.112 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 CVE-2006-6170 VULNERABLE (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- fe5 7 Dec 2006 20:49:31 -0000 1.122 +++ fe5 8 Dec 2006 02:17:31 -0000 1.123 @@ -4,7 +4,7 @@ CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- fe6 7 Dec 2006 20:49:31 -0000 1.36 +++ fe6 8 Dec 2006 02:17:31 -0000 1.37 @@ -4,7 +4,7 @@ CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 -CVE-2006-6301 VULNERABLE (denyhosts) #218824 +CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 CVE-2006-6170 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Fri Dec 8 04:20:14 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:20:14 -0500 Subject: rpms/idioskopos/FC-6 idioskopos.spec,1.1,1.2 Message-ID: <200612080420.kB84KEFA029358@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29314/FC-6 Modified Files: idioskopos.spec Log Message: New release Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/idioskopos.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idioskopos.spec 6 Dec 2006 05:40:44 -0000 1.1 +++ idioskopos.spec 8 Dec 2006 04:19:44 -0000 1.2 @@ -1,11 +1,11 @@ Summary: C++ introspection library Name: idioskopos -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries -Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 +Source: http://download.sourceforge.net/idioskopos/idioskopos-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 @@ -62,11 +62,14 @@ %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc -%{_includedir}/idioskopos-0.3/ +%{_includedir}/idioskopos-0.4/ %doc ChangeLog docs/reference %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release From fedora-extras-commits at redhat.com Fri Dec 8 04:20:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:20:13 -0500 Subject: rpms/idioskopos/FC-5 idioskopos.spec,1.1,1.2 Message-ID: <200612080420.kB84KDcE029355@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29314/FC-5 Modified Files: idioskopos.spec Log Message: New release Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/idioskopos.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idioskopos.spec 6 Dec 2006 05:40:44 -0000 1.1 +++ idioskopos.spec 8 Dec 2006 04:19:43 -0000 1.2 @@ -1,11 +1,11 @@ Summary: C++ introspection library Name: idioskopos -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries -Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 +Source: http://download.sourceforge.net/idioskopos/idioskopos-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 @@ -62,11 +62,14 @@ %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc -%{_includedir}/idioskopos-0.3/ +%{_includedir}/idioskopos-0.4/ %doc ChangeLog docs/reference %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release From fedora-extras-commits at redhat.com Fri Dec 8 04:20:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:20:19 -0500 Subject: rpms/idioskopos/devel idioskopos.spec,1.1,1.2 Message-ID: <200612080420.kB84KJFp029361@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29314/devel Modified Files: idioskopos.spec Log Message: New release Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/idioskopos.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idioskopos.spec 6 Dec 2006 05:40:44 -0000 1.1 +++ idioskopos.spec 8 Dec 2006 04:19:49 -0000 1.2 @@ -1,11 +1,11 @@ Summary: C++ introspection library Name: idioskopos -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries -Source: http://download.sourceforge.net/idioskopos/idioskopos-0.3.3.tar.bz2 +Source: http://download.sourceforge.net/idioskopos/idioskopos-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig m4 @@ -62,11 +62,14 @@ %defattr(-,root,root,-) %{_libdir}/*idioskopos*.so %{_libdir}/pkgconfig/idioskopos*.pc -%{_includedir}/idioskopos-0.3/ +%{_includedir}/idioskopos-0.4/ %doc ChangeLog docs/reference %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Dec 03 2006 Rick L Vinyard Jr - 0.3.3-1 - New release From fedora-extras-commits at redhat.com Fri Dec 8 04:53:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:53:57 -0500 Subject: rpms/idioskopos/FC-6 .cvsignore, 1.2, 1.3 idioskopos.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612080453.kB84rv4h029640@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29586/FC-6 Modified Files: .cvsignore idioskopos.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 +++ .cvsignore 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -idioskopos-0.3.3.tar.bz2 +idioskopos-0.4.0.tar.bz2 Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/idioskopos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idioskopos.spec 8 Dec 2006 04:19:44 -0000 1.2 +++ idioskopos.spec 8 Dec 2006 04:53:27 -0000 1.3 @@ -1,7 +1,7 @@ Summary: C++ introspection library Name: idioskopos Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries @@ -67,6 +67,9 @@ %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for make tag + * Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Dec 2006 05:40:44 -0000 1.2 +++ sources 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 +a610782d39025d5776767e54d575f1c6 idioskopos-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 04:53:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:53:57 -0500 Subject: rpms/idioskopos/FC-5 .cvsignore, 1.2, 1.3 idioskopos.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612080453.kB84rvmW029635@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29586/FC-5 Modified Files: .cvsignore idioskopos.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 +++ .cvsignore 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -idioskopos-0.3.3.tar.bz2 +idioskopos-0.4.0.tar.bz2 Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/idioskopos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idioskopos.spec 8 Dec 2006 04:19:43 -0000 1.2 +++ idioskopos.spec 8 Dec 2006 04:53:27 -0000 1.3 @@ -1,7 +1,7 @@ Summary: C++ introspection library Name: idioskopos Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries @@ -67,6 +67,9 @@ %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for make tag + * Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Dec 2006 05:40:44 -0000 1.2 +++ sources 8 Dec 2006 04:53:27 -0000 1.3 @@ -1 +1 @@ -bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 +a610782d39025d5776767e54d575f1c6 idioskopos-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 04:54:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard, Jr. (rvinyard)) Date: Thu, 7 Dec 2006 23:54:02 -0500 Subject: rpms/idioskopos/devel .cvsignore, 1.2, 1.3 idioskopos.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612080454.kB84s2k7029645@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/idioskopos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29586/devel Modified Files: .cvsignore idioskopos.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Dec 2006 05:40:44 -0000 1.2 +++ .cvsignore 8 Dec 2006 04:53:32 -0000 1.3 @@ -1 +1 @@ -idioskopos-0.3.3.tar.bz2 +idioskopos-0.4.0.tar.bz2 Index: idioskopos.spec =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/idioskopos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idioskopos.spec 8 Dec 2006 04:19:49 -0000 1.2 +++ idioskopos.spec 8 Dec 2006 04:53:32 -0000 1.3 @@ -1,7 +1,7 @@ Summary: C++ introspection library Name: idioskopos Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://idioskopos.sourceforge.net/ Group: System Environment/Libraries @@ -67,6 +67,9 @@ %changelog +* Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for make tag + * Thu Dec 07 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/idioskopos/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Dec 2006 05:40:44 -0000 1.2 +++ sources 8 Dec 2006 04:53:32 -0000 1.3 @@ -1 +1 @@ -bf7f9c9db64c9c3f3f21e44fdd4f7860 idioskopos-0.3.3.tar.bz2 +a610782d39025d5776767e54d575f1c6 idioskopos-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 07:08:47 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:08:47 -0500 Subject: rpms/claws-mail - New directory Message-ID: <200612080708.kB878lrt006840@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6836/claws-mail Log Message: Directory /cvs/extras/rpms/claws-mail added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 07:08:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:08:52 -0500 Subject: rpms/claws-mail/devel - New directory Message-ID: <200612080708.kB878qA7006851@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6836/claws-mail/devel Log Message: Directory /cvs/extras/rpms/claws-mail/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 07:09:11 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:09:11 -0500 Subject: rpms/claws-mail Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612080709.kB879Bja006883@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6877 Added Files: Makefile import.log Log Message: Setup of module claws-mail --- NEW FILE Makefile --- # Top level Makefile for module claws-mail all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 8 07:09:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:09:16 -0500 Subject: rpms/claws-mail/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612080709.kB879G3t006898@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6877/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module claws-mail --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 8 07:11:44 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:11:44 -0500 Subject: rpms/claws-mail import.log,1.1,1.2 Message-ID: <200612080711.kB87BiW2006985@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6954 Modified Files: import.log Log Message: auto-import claws-mail-2.6.1-1.fc6 on branch devel from claws-mail-2.6.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/claws-mail/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Dec 2006 07:09:11 -0000 1.1 +++ import.log 8 Dec 2006 07:11:14 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-2_6_1-1_fc6:HEAD:claws-mail-2.6.1-1.src.rpm:1165562085 From fedora-extras-commits at redhat.com Fri Dec 8 07:11:44 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:11:44 -0500 Subject: rpms/claws-mail/devel claws-mail.desktop, NONE, 1.1 claws-mail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612080711.kB87BiNi006989@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6954/devel Modified Files: .cvsignore sources Added Files: claws-mail.desktop claws-mail.spec Log Message: auto-import claws-mail-2.6.1-1.fc6 on branch devel from claws-mail-2.6.1-1.src.rpm --- NEW FILE claws-mail.desktop --- [Desktop Entry] Name=Claws Mail Comment=E-Mail client Exec=claws-mail Icon=claws-mail.png Terminal=false Type=Application Encoding=UTF-8 Categories=Application;Network; --- NEW FILE claws-mail.spec --- Name: claws-mail Version: 2.6.1 Release: 1%{?dist} Summary: The extended version of Sylpheed Group: Applications/Internet License: GPL URL: http://claws.sylpheed.org Source0: http://dl.sf.net/sylpheed-claws/claws-mail-2.6.1.tar.bz2 Source1: claws-mail.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: flex, bison BuildRequires: glib-devel >= 2.6.2 BuildRequires: gtk2-devel >= 2.4.9 BuildRequires: compface >= 1.4 BuildRequires: openssl-devel >= 0.9.7 BuildRequires: openldap-devel >= 2.0.7 BuildRequires: aspell-devel >= 0.50.1 BuildRequires: pilot-link-devel BuildRequires: gdk-pixbuf-devel BuildRequires: clamav-devel BuildRequires: bzip2-devel BuildRequires: gmp-devel BuildRequires: gnupg >= 1.2.1, gpgme-devel >= 1.0.1 BuildRequires: desktop-file-utils startup-notification-devel BuildRequires: pkgconfig BuildRequires: gettext-devel BuildRequires: libetpan-devel >= 0.48 BuildRequires: libgnomeprintui22-devel Obsoletes: sylpheed-claws %description Claws Mail is an email client (and news reader), based on GTK+, featuring quick response, graceful and sophisticated interface, easy configuration, intuitive operation, abundant features, extensibility %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains the header files and pkgconfig file needed for development with %{name}. %package plugins-clamav Summary: Clamav antivirus plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} %description plugins-clamav %{summary} %package plugins-dillo Summary: Dillo HTML viewer plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: dillo %description plugins-dillo %{summary} %package plugins-spamassassin Summary: Spamassassin plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: spamassassin %description plugins-spamassassin %{summary} %package plugins-pgp Summary: PGP plugin for signing and encrypting mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} %description plugins-pgp %{summary} %package plugins-bogofilter Summary: Bogofilter plugin for sylpheed-claws Group: Applications/Internet Requires: %{name} = %{version}-%{release} %description plugins-bogofilter %{summary} %prep %setup -q %build %configure --enable-openssl --enable-ipv6 \ --enable-ldap --enable-jpilot \ --enable-spamassassin-plugin \ --disable-mathml-viewer-plugin \ --enable-aspell \ --disable-dependency-tracking \ --disable-rpath %{__make} %{?_smp_mflags} %{__make} check %install %{__rm} -rf ${RPM_BUILD_ROOT} %makeinstall gnomedatadir=${RPM_BUILD_ROOT}/%{_datadir} %find_lang claws-mail desktop-file-install \ --vendor=fedora \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category=X-Fedora \ %{SOURCE1} %{__rm} -f ${RPM_BUILD_ROOT}%{_infodir}/dir %{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/gnome find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' find ${RPM_BUILD_ROOT}/%{_libdir}/claws-mail/plugins/ -type f -name \ "*.a" -exec rm -f {} ';' %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps %{__install} %{_builddir}/%{name}-%{version}/claws-mail.png \ ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png %clean %{__rm} -rf ${RPM_BUILD_ROOT} %files -f claws-mail.lang %defattr(-,root,root,-) %doc ABOUT-NLS AUTHORS ChangeLog COPYING %doc NEWS README %doc TODO %{_bindir}/* %dir %{_libdir}/claws-mail/ %dir %{_libdir}/claws-mail/plugins/ %{_libdir}/claws-mail/plugins/trayicon.so %{_datadir}/pixmaps/* %{_datadir}/claws-mail %{_mandir}/man1/* %{_datadir}/applications/* #%{_datadir}/icons/* %files devel %defattr(-,root,root,-) %{_includedir}/claws-mail/ %{_libdir}/pkgconfig/claws-mail.pc %{_libdir}/claws-mail/plugins/*deps %files plugins-clamav %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/clamav_plugin.so %files plugins-dillo %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/dillo_viewer.so %files plugins-spamassassin %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/spamassassin.so %files plugins-pgp %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/pgp*.so %files plugins-bogofilter %defattr(-,root,root,-) %{_libdir}/claws-mail/plugins/bogofilter.so %changelog * Mon Dec 04 2006 Andreas Bierfert 2.6.1-1 - version upgrade - package is now named claws-mail instead of sylpheed-claws * Mon Nov 06 2006 Andreas Bierfert 2.6.0-1 - version upgrade * Thu Oct 19 2006 Andreas Bierfert 2.5.6-1 - version upgrade * Thu Oct 12 2006 Andreas Bierfert 2.5.5-1 - version upgrade * Sat Oct 07 2006 Andreas Bierfert 2.5.3-1 - version upgrade * Wed Sep 27 2006 Andreas Bierfert 2.5.2-1 - version upgrade * Tue Sep 26 2006 Andreas Bierfert 2.5.1-1 - version upgrade - should fix (#204340) * Fri Sep 15 2006 Andreas Bierfert 2.4.0-2 - FE6 rebuild * Mon Jul 31 2006 Andreas Bierfert 2.4.0-1 - version upgrade * Mon Jun 26 2006 Andreas Bierfert 2.3.1-1 - version upgrade * Mon Jun 12 2006 Andreas Bierfert 2.3.0-1 - version upgrade * Fri Jun 09 2006 Andreas Bierfert 2.2.3-1 - version upgrade * Mon Jun 05 2006 Andreas Bierfert 2.2.1-1 - version upgrade * Mon May 08 2006 Andreas Bierfert 2.2.0-1 - version upgrade * Sat Apr 22 2006 Andreas Bierfert 2.1.1-1 - split plugins from main package to ease requirements (#189113) - version upgrade (#183357) - fix libpisock (#189585) * Wed Apr 05 2006 Andreas Bierfert 2.1.0-1 - version upgrade * Fri Mar 31 2006 Andreas Bierfert 2.0.0-4 - #187383: add BR libgnomeprintui22-devel * Thu Mar 02 2006 Andreas Bierfert 2.0.0-3 - Fix .desktop * Thu Feb 16 2006 Andreas Bierfert 2.0.0-2 - Rebuild for Fedora Extras 5 * Fri Feb 03 2006 Andreas Bierfert 2.0.0-1 - version upgrade - fix summary * Wed Jan 18 2006 Andreas Bierfert 2.0.0-0.rc4 - version upgrade * Mon Jan 09 2006 Andreas Bierfert 2.0.0-0.rc3 - version upgrade * Sun Dec 25 2005 Andreas Bierfert 2.0.0-0.rc2 - version upgrade * Sun Dec 04 2005 Andreas Bierfert 2.0.0-0.rc1 - version upgrade * Mon Nov 21 2005 Andreas Bierfert 1.9.100-2 - drop program suffix (causes sylpheed-claws-claws bin) * Thu Nov 17 2005 Andreas Bierfert 1.9.100-1 - version upgrade * Sat Oct 15 2005 Andreas Bierfert 1.9.15-1 - version upgrade * Fri Sep 09 2005 Andreas Bierfert 1.9.14-1 - version upgrade * Mon Aug 15 2005 Andreas Bierfert 1.9.13-4 - fix files * Mon Aug 15 2005 Andreas Bierfert 1.9.13-3 - add gmp-devel BR * Mon Aug 15 2005 Andreas Bierfert 1.9.13-2 - add bzip2-devel BR * Sun Jul 31 2005 Andreas Bierfert 1.9.13-1 - upgrade - switch s/gpgme03/gpgme/ - need libetpan * Thu Jul 07 2005 Andreas Bierfert 1.9.12-2 - add some doc - fix pixmap installation * Wed Jul 06 2005 Andreas Bierfert 1.9.12-1 - version upgrade - add dist tag * Thu May 26 2005 Andreas Bierfert 1.9.11-1 - change to gtk2 version * Thu Apr 14 2005 Andreas Bierfert 1.0.4-2 - minor cleanups - remove aspell version check * Thu Mar 31 2005 Andreas Bierfert 1.0.4-1 - Version upgrade * Wed Mar 23 2005 Andreas Bierfert 1.0.3-1 - Version upgrade * Fri Mar 18 2005 Michael Schwendt - 1.0.1-3 - Don't include static libs in plugin directory. - Set --with-gpgme-prefix to use relocated gpgme03 package contents. - BR startup-notification-devel * Sat Mar 05 2005 Andreas Bierfert 1.0.1-2 - fixed some sylpheed/sylpheed-claws - removed Conflictes sylpheed * Wed Feb 09 2005 Andreas Bierfert 0:1.0.1-1 - version upgrade - cleaned up BuildRequires/Requires and configure options * Tue Dec 21 2004 Andreas Bierfert 0:0.9.13-1 - version upgrade - remove old configure options for GnuPG support (moved to a new plugin now) - enable new pgpmime-plugin * Tue Jul 20 2004 Andreas Bierfert 0:0.9.12-1 - version upgrade - lots of s/sylpheed/sylpheed-claws/ * Mon May 31 2004 Andreas Bierfert 0:0.9.11-0.fdr.1 - version upgrade * Tue Mar 09 2004 Andreas Bierfert 0:0.9.10-0.fdr.1 - new upstream version * Fri Feb 13 2004 Andreas Bierfert 0:0.9.9-0.fdr.1 - version upgrade * Thu Jan 01 2004 Andreas Bierfert 0:0.9.8-0.fdr.1 - version upgrade * Thu Dec 18 2003 Andreas Bierfert 0:0.9.7-0.fdr.2 - added missing defattr to devel rpm (fixes pending issue) * Thu Nov 27 2003 Andreas Bierfert 0:0.9.7-0.fdr.1 - version upgrade * Wed Oct 08 2003 Andreas Bierfert 0:0.9.6-0.fdr.8 - version upgrade * Tue Sep 16 2003 Andreas Bierfert 0:0.9.5-0.fdr.7 - minor fixes (see #545 #2{1,2}) * Mon Sep 15 2003 Andreas Bierfert 0:0.9.5-0.fdr.6 - added specfile changes provided by Michael Schwendt - made aspell-devel conditional severn only * Fri Sep 12 2003 Andreas Bierfert 0:0.9.5-0.fdr.5 - version upgrade (thus devel package) - readded aspell-devel (still only works for > severn but 'a nice to have') * Sat Aug 30 2003 Andreas Bierfert 0:0.9.4-0.fdr.4 - reintroduced --enable-aspell without BuildRequires so that it will work in severn and just be ignored on > shrike - changed openssl cflags (now via pkg-config) * Wed Aug 06 2003 Andreas Bierfert 0:0.9.4-0.fdr.3 - upgrade to new version - no aspell support till version >= 0.5.0 is aviable * Sat Aug 02 2003 Andreas Bierfert 0:0.9.3-0.fdr.2 - Added BuildRequires openldap-devel, pilot-link-devel - Excluded static archives - Changed desktop file * Fri Aug 01 2003 Andreas Bierfert 0:0.9.3-0.fdr.1 - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2006 07:09:16 -0000 1.1 +++ .cvsignore 8 Dec 2006 07:11:14 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-2.6.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2006 07:09:16 -0000 1.1 +++ sources 8 Dec 2006 07:11:14 -0000 1.2 @@ -0,0 +1 @@ +98099550a68a08eca5354659f3ea465c claws-mail-2.6.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 07:14:56 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 02:14:56 -0500 Subject: owners owners.list,1.2083,1.2084 Message-ID: <200612080714.kB87Eu86007047@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7032 Modified Files: owners.list Log Message: - added claws-mail Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2083 retrieving revision 1.2084 diff -u -r1.2083 -r1.2084 --- owners.list 7 Dec 2006 22:07:40 -0000 1.2083 +++ owners.list 8 Dec 2006 07:14:26 -0000 1.2084 @@ -209,6 +209,7 @@ Fedora Extras|clanbomber|Bomberman-like multiplayer game that uses ClanLib|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib|Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib06|Version 0.6 of this Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|claws-mail|The extended version of Sylpheed|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|clearsilver|HTML template system|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clement|An application to filter and manage E-mail traffic|jmp at safe.ca|extras-qa at fedoraproject.org| Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 07:32:16 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 02:32:16 -0500 Subject: rpms/xine-lib/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xine-lib-cleanup-sources.sh, 1.1, 1.2 xine-lib.spec, 1.1, 1.2 Message-ID: <200612080732.kB87WG6W007181@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7155 Modified Files: .cvsignore sources xine-lib-cleanup-sources.sh xine-lib.spec Log Message: version 1.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Oct 2006 18:32:55 -0000 1.2 +++ .cvsignore 8 Dec 2006 07:31:46 -0000 1.3 @@ -1 +1 @@ -xine-lib-1.1.2.tar.bz2 +xine-lib-1.1.3-pruned.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Oct 2006 18:32:55 -0000 1.2 +++ sources 8 Dec 2006 07:31:46 -0000 1.3 @@ -1 +1 @@ -d1afb34d2335f8c9ded4d9a2b741251e xine-lib-1.1.2.tar.bz2 +eff682745f198e1881773509f12c70c3 xine-lib-1.1.3-pruned.tar.bz2 Index: xine-lib-cleanup-sources.sh =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib-cleanup-sources.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib-cleanup-sources.sh 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib-cleanup-sources.sh 8 Dec 2006 07:31:46 -0000 1.2 @@ -6,8 +6,9 @@ fi version=$1 -tarball="xine-lib-$version.tar.bz2" +tarball="xine-lib-$version.tar.gz" dir="xine-lib-$version" +modtarball="xine-lib-$version-pruned.tar.bz2" if [ ! -f $tarball ]; then @@ -17,7 +18,7 @@ echo "Uncompressing $tarball..." rm -rf $dir -tar -xjf $tarball +tar -xzf $tarball cd $dir # Main libraries @@ -58,8 +59,6 @@ # All clean ! cd .. -echo "Generating $tarball..." -rm -f $tarball.orig -mv $tarball $tarball.orig -tar -cjf $tarball $dir +echo "Generating $modtarball..." +tar -cjf $modtarball $dir rm -rf $dir Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib.spec 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib.spec 8 Dec 2006 07:31:46 -0000 1.2 @@ -1,20 +1,21 @@ # TODO, sometime, maybe: # - libstk: http://www.libstk.net/ -# - polypaudio +# - pulseaudio %define codecdir %{_libdir}/codecs #%define vdrver 0.7.9 Summary: Xine library Name: xine-lib -Version: 1.1.2 -Release: 17%{?dist} +Version: 1.1.3 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://xinehq.de/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code -Source0: http://dl.sourceforge.net/xine/xine-lib-1.1.2.tar.bz2 +#Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.gz +Source0: xine-lib-%{version}-pruned.tar.bz2 Source1: xine-lib-cleanup-sources.sh Patch1: xine-lib-1.1.1-configure-no-mcpu-march.patch Patch6: xine-lib-1.1.1-deepbind-939.patch @@ -24,22 +25,26 @@ BuildRequires: libX11-devel libXv-devel libXinerama-devel libXvMC-devel libGLU-devel # Video BuildRequires: freetype-devel SDL-devel libtheora-devel libmng-devel -BuildRequires: aalib-devel >= 1.4 libcaca-devel +BuildRequires: aalib-devel >= 1.4 +%if 0%{!?_without_directfb:1} +BuildRequires: directfb-devel +%endif +%if 0%{!?_without_imagemagick:1} +BuildRequires: ImageMagick-devel >= 6.2.4.6-1 +%endif # Audio BuildRequires: libogg-devel libvorbis-devel flac-devel libmodplug-devel BuildRequires: esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0 +BuildRequires: jack-audio-connection-kit-devel +%if 0%{?_with_caca:1} +BuildRequires: libcaca-devel >= 0.99 +%endif # CDs BuildRequires: libcdio-devel # Other BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common -%if 0%{?_with_directfb:1} -BuildRequires: directfb-devel -%endif -%if 0%{!?_without_imagemagick:1} -BuildRequires: ImageMagick-devel >= 6.2.4.6-1 -%endif #Provides: %{name}(vdr) = %{vdrver} %package devel @@ -50,6 +55,11 @@ #Requires: %{name}(vdr) = %{vdrver} #Provides: %{name}-devel(vdr) = %{vdrver} +%package extras +Summary: Additional plugins for xine-lib +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} + %description This package contains the Xine library. Xine is a free multimedia player. @@ -58,11 +68,31 @@ interprets many of the most common multimedia formats available - and some of the most uncommon formats, too. Non-default rpmbuild options: --without imagemagick: Disable ImageMagick support ---with directfb: Enable DirectFB support +--without directfb: Disable DirectFB support +--with caca: Enable CACA support %description devel This package contains development files for xine-lib. +%description extras +This package contains extra plugins for xine-lib: + - Arts + - ESD + - Jack + - GNOME VFS + - SDL + - AAlib +%if 0%{?_with_caca:1} + - CACAlib +%endif +%if 0%{!?_without_imagemagick:1} + - image decoding +%endif +%if 0%{!?_without_directfb:1} + - DirectFB output +%endif + + %prep %setup -q @@ -85,21 +115,24 @@ %build -FFMPEG_CPPFLAGS=" "; FFMPEG_LIBS=" "; export FFMPEG_CPPFLAGS FFMPEG_LIBS +export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" " +export FFMPEG_POSTPROC_CFLAGS=" " FFMPEG_POSTPROC_LIBS=" " +export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" %configure --disable-dependency-tracking \ --with-xv-path=%{_libdir} \ --with-w32-path=%{codecdir} \ --with-external-ffmpeg \ --enable-ipv6 \ -%if 0%{?_with_directfb:1} +%if 0%{!?_without_directfb:1} --enable-directfb \ %endif %if 0%{?_without_imagemagick:1} - --disable-imagemagick \ + --without-imagemagick \ +%endif +%if 0%{!?_with_caca:1} + --without-caca \ %endif - --disable-rte \ --disable-libfame \ - --disable-ffmpegtest \ --disable-faad \ --disable-mad \ --disable-asf \ @@ -146,7 +179,6 @@ %dir %{_libdir}/xine/plugins/%{version}/ # I list all the plugins because I don't want a non-free plugin # to sneak into a future version -# these plugins do not have legal problems according to the SuSE RPM %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_alsa.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_oss.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_none.so @@ -154,6 +186,7 @@ %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_file.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_opengl.so +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_syncfb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xv.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_dvb.so @@ -201,7 +234,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_flac.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_sputext.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so -%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so %ifarch %ix86 %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_vidix.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_qt.so @@ -213,13 +245,24 @@ %endif %{_libdir}/xine/plugins/%{version}/post/ %{_libdir}/xine/plugins/%{version}/vidix/ -# Put it in a xine-lib-extras package one day ? + + +%files extras %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_arts.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so +%{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_gnome_vfs.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_aa.so +%if 0%{?_with_caca:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so +%endif +%if 0%{!?_without_imagemagick:1} %{_libdir}/xine/plugins/%{version}/xineplug_decode_image.so +%endif +%if 0%{!?_without_directfb:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_directfb.so +%endif %files devel @@ -233,9 +276,22 @@ %{_libdir}/pkgconfig/libxine.pc %{_mandir}/man1/xine-config.1* -# -------------------------------------------------------------------- + %changelog +* Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 +- version 1.1.3 +- patch2 applied upstream +- Disable CACA support by default, needs newer than what's in FE ATM. +- Split extras plugins in a separate package +- Enable JACK support (in extras subpackage) +- Enable DirectFB support (in extras subpackage) + +* Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 +- Make shn files available to amarok. References: + http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 + https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 + * Wed Oct 18 2006 Aurelien Bompard 1.1.2-17 - cleanup docs - remove mms From fedora-extras-commits at redhat.com Fri Dec 8 08:27:21 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 8 Dec 2006 03:27:21 -0500 Subject: rpms/codeblocks/devel .cvsignore, 1.10, 1.11 codeblocks.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <200612080827.kB88RLBF010485@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/codeblocks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10466 Modified Files: .cvsignore codeblocks.spec sources Log Message: - update to revision 3357 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/codeblocks/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 30 Nov 2006 20:58:29 -0000 1.10 +++ .cvsignore 8 Dec 2006 08:26:51 -0000 1.11 @@ -1 +1 @@ -codeblocks-svn3315.tar.bz2 +codeblocks-svn3357.tar.bz2 Index: codeblocks.spec =================================================================== RCS file: /cvs/extras/rpms/codeblocks/devel/codeblocks.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- codeblocks.spec 30 Nov 2006 20:58:29 -0000 1.9 +++ codeblocks.spec 8 Dec 2006 08:26:51 -0000 1.10 @@ -1,9 +1,9 @@ -%define rev 3315 -%define date 20061130 +%define rev 3357 +%define date 20061207 Name: codeblocks Version: 1.0 -Release: 0.17.%{date}svn%{rev}%{?dist} +Release: 0.18.%{date}svn%{rev}%{?dist} Summary: An open source, cross platform, free C++ IDE Group: Development/Tools License: GPL @@ -230,6 +230,9 @@ %changelog +* Fri Dec 8 2006 Dan Horak 1.0-0.18.20061130svn3357 +- update to revision 3357 + * Thu Nov 30 2006 Dan Horak 1.0-0.17.20061130svn3315 - update to revision 3315 Index: sources =================================================================== RCS file: /cvs/extras/rpms/codeblocks/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 30 Nov 2006 20:58:29 -0000 1.10 +++ sources 8 Dec 2006 08:26:51 -0000 1.11 @@ -1 +1 @@ -be8df0b63fa5f452b7f2be72413aab33 codeblocks-svn3315.tar.bz2 +3f7d596cbb75cc94bb0c2bee48a6ba97 codeblocks-svn3357.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-3 .cvsignore, 1.19, 1.20 rxvt-unicode.spec, 1.22, 1.23 sources, 1.19, 1.20 Message-ID: <200612080829.kB88Tmfb010624@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-3 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-3/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 2 Nov 2006 22:20:31 -0000 1.19 +++ .cvsignore 8 Dec 2006 08:29:17 -0000 1.20 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-3/rxvt-unicode.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- rxvt-unicode.spec 2 Nov 2006 22:20:31 -0000 1.22 +++ rxvt-unicode.spec 8 Dec 2006 08:29:17 -0000 1.23 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -68,6 +68,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-3/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 2 Nov 2006 22:20:31 -0000 1.19 +++ sources 8 Dec 2006 08:29:17 -0000 1.20 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-5 .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.27, 1.28 sources, 1.20, 1.21 Message-ID: <200612080829.kB88TmUS010632@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-5 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:33 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/rxvt-unicode.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- rxvt-unicode.spec 2 Nov 2006 22:20:33 -0000 1.27 +++ rxvt-unicode.spec 8 Dec 2006 08:29:18 -0000 1.28 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:33 -0000 1.20 +++ sources 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:50 -0500 Subject: rpms/rxvt-unicode/devel .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.28, 1.29 sources, 1.20, 1.21 Message-ID: <200612080829.kB88ToT8010640@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/devel Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:39 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:19 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/rxvt-unicode.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- rxvt-unicode.spec 2 Nov 2006 22:20:39 -0000 1.28 +++ rxvt-unicode.spec 8 Dec 2006 08:29:19 -0000 1.29 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:39 -0000 1.20 +++ sources 8 Dec 2006 08:29:19 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-4 .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.23, 1.24 sources, 1.20, 1.21 Message-ID: <200612080829.kB88TmFv010629@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-4 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:32 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/rxvt-unicode.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- rxvt-unicode.spec 2 Nov 2006 22:20:32 -0000 1.23 +++ rxvt-unicode.spec 8 Dec 2006 08:29:18 -0000 1.24 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -68,6 +68,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:32 -0000 1.20 +++ sources 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:29:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 8 Dec 2006 03:29:48 -0500 Subject: rpms/rxvt-unicode/FC-6 .cvsignore, 1.20, 1.21 rxvt-unicode.spec, 1.28, 1.29 sources, 1.20, 1.21 Message-ID: <200612080829.kB88TmVO010637@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535/FC-6 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-6/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 2 Nov 2006 22:20:33 -0000 1.20 +++ .cvsignore 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -rxvt-unicode-8.0.tar.bz2 +rxvt-unicode-8.1.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-6/rxvt-unicode.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- rxvt-unicode.spec 2 Nov 2006 22:20:33 -0000 1.28 +++ rxvt-unicode.spec 8 Dec 2006 08:29:18 -0000 1.29 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 8.0 +Version: 8.1 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Fri Dec 08 2006 Andreas Bierfert +8.1-1 +- version upgrade + * Thu Nov 02 2006 Andreas Bierfert 8.0-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-6/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 2 Nov 2006 22:20:33 -0000 1.20 +++ sources 8 Dec 2006 08:29:18 -0000 1.21 @@ -1 +1 @@ -e349f3d2bc8f4dfdf052cf63b4baa065 rxvt-unicode-8.0.tar.bz2 +35b40231ea62b9ad4340080d34781927 rxvt-unicode-8.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:35:19 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 8 Dec 2006 03:35:19 -0500 Subject: rpms/codeblocks/FC-6 .cvsignore, 1.10, 1.11 codeblocks.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <200612080835.kB88ZJMu010886@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/codeblocks/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10867 Modified Files: .cvsignore codeblocks.spec sources Log Message: - update to revision 3357 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 30 Nov 2006 21:04:02 -0000 1.10 +++ .cvsignore 8 Dec 2006 08:34:48 -0000 1.11 @@ -1 +1 @@ -codeblocks-svn3315.tar.bz2 +codeblocks-svn3357.tar.bz2 Index: codeblocks.spec =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-6/codeblocks.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- codeblocks.spec 30 Nov 2006 21:04:02 -0000 1.9 +++ codeblocks.spec 8 Dec 2006 08:34:48 -0000 1.10 @@ -1,9 +1,9 @@ -%define rev 3315 -%define date 20061130 +%define rev 3357 +%define date 20061207 Name: codeblocks Version: 1.0 -Release: 0.17.%{date}svn%{rev}%{?dist} +Release: 0.18.%{date}svn%{rev}%{?dist} Summary: An open source, cross platform, free C++ IDE Group: Development/Tools License: GPL @@ -230,6 +230,9 @@ %changelog +* Fri Dec 8 2006 Dan Horak 1.0-0.18.20061130svn3357 +- update to revision 3357 + * Thu Nov 30 2006 Dan Horak 1.0-0.17.20061130svn3315 - update to revision 3315 Index: sources =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 30 Nov 2006 21:04:02 -0000 1.10 +++ sources 8 Dec 2006 08:34:48 -0000 1.11 @@ -1 +1 @@ -be8df0b63fa5f452b7f2be72413aab33 codeblocks-svn3315.tar.bz2 +3f7d596cbb75cc94bb0c2bee48a6ba97 codeblocks-svn3357.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 08:37:46 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 8 Dec 2006 03:37:46 -0500 Subject: rpms/codeblocks/FC-5 .cvsignore, 1.10, 1.11 codeblocks.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <200612080837.kB88bkeo010968@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/codeblocks/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10949 Modified Files: .cvsignore codeblocks.spec sources Log Message: - update to revision 3357 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 30 Nov 2006 21:10:02 -0000 1.10 +++ .cvsignore 8 Dec 2006 08:37:16 -0000 1.11 @@ -1 +1 @@ -codeblocks-svn3315.tar.bz2 +codeblocks-svn3357.tar.bz2 Index: codeblocks.spec =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-5/codeblocks.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- codeblocks.spec 30 Nov 2006 21:10:02 -0000 1.9 +++ codeblocks.spec 8 Dec 2006 08:37:16 -0000 1.10 @@ -1,9 +1,9 @@ -%define rev 3315 -%define date 20061130 +%define rev 3357 +%define date 20061207 Name: codeblocks Version: 1.0 -Release: 0.17.%{date}svn%{rev}%{?dist} +Release: 0.18.%{date}svn%{rev}%{?dist} Summary: An open source, cross platform, free C++ IDE Group: Development/Tools License: GPL @@ -230,6 +230,9 @@ %changelog +* Fri Dec 8 2006 Dan Horak 1.0-0.18.20061130svn3357 +- update to revision 3357 + * Thu Nov 30 2006 Dan Horak 1.0-0.17.20061130svn3315 - update to revision 3315 Index: sources =================================================================== RCS file: /cvs/extras/rpms/codeblocks/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 30 Nov 2006 21:10:02 -0000 1.10 +++ sources 8 Dec 2006 08:37:16 -0000 1.11 @@ -1 +1 @@ -be8df0b63fa5f452b7f2be72413aab33 codeblocks-svn3315.tar.bz2 +3f7d596cbb75cc94bb0c2bee48a6ba97 codeblocks-svn3357.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 10:49:43 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 05:49:43 -0500 Subject: rpms/libkexif/devel .cvsignore, 1.6, 1.7 libkexif.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <200612081049.kB8AnhPL018064@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkexif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18040 Modified Files: .cvsignore libkexif.spec sources Log Message: version 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Jul 2006 08:12:37 -0000 1.6 +++ .cvsignore 8 Dec 2006 10:49:13 -0000 1.7 @@ -1 +1 @@ -libkexif-0.2.4.tar.bz2 +libkexif-0.2.5.tar.bz2 Index: libkexif.spec =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/libkexif.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libkexif.spec 14 Sep 2006 15:15:43 -0000 1.16 +++ libkexif.spec 8 Dec 2006 10:49:13 -0000 1.17 @@ -1,13 +1,13 @@ Name: libkexif -Version: 0.2.4 -Release: 3%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Allow Kipi plugins to extract EXIF information Group: System Environment/Libraries License: GPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkexif-0.2.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkexif-%{version}.tar.bz2 Patch0: libkexif-0.2.1-qcombobox.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.2.5-1 +- version 0.2.5 + * Thu Sep 14 2006 Aurelien Bompard 0.2.4-3 - have the devel package require pkgconfig Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Jul 2006 08:12:37 -0000 1.6 +++ sources 8 Dec 2006 10:49:13 -0000 1.7 @@ -1 +1 @@ -bb3231a388c7117769ef1d0fb99a0a98 libkexif-0.2.4.tar.bz2 +a2b933b80deabe57d8515583236ae6ff libkexif-0.2.5.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 10:52:16 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 05:52:16 -0500 Subject: rpms/libkipi/devel .cvsignore, 1.5, 1.6 libkipi.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <200612081052.kB8AqGpZ018127@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18108 Modified Files: .cvsignore libkipi.spec sources Log Message: version 0.1.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 May 2006 07:43:46 -0000 1.5 +++ .cvsignore 8 Dec 2006 10:51:46 -0000 1.6 @@ -1 +1 @@ -libkipi-0.1.4.tar.bz2 +libkipi-0.1.5.tar.bz2 Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libkipi.spec 14 Sep 2006 15:11:41 -0000 1.13 +++ libkipi.spec 8 Dec 2006 10:51:46 -0000 1.14 @@ -1,12 +1,12 @@ Name: libkipi -Version: 0.1.4 -Release: 3%{?dist} +Version: 0.1.5 +Release: 1%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries License: LGPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkipi-0.1.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkipi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 6:3.0 @@ -84,6 +84,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 +- version 0.1.5 + * Thu Sep 14 2006 Aurelien Bompard 0.1.4-3 - have the devel package require pkgconfig Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 May 2006 07:43:46 -0000 1.5 +++ sources 8 Dec 2006 10:51:46 -0000 1.6 @@ -1 +1 @@ -2d8b8da064b85b0e53a98b4a7510392e libkipi-0.1.4.tar.bz2 +aef790871583444cd81bd9dea9c3fd0b libkipi-0.1.5.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 13:52:18 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 08:52:18 -0500 Subject: rpms/pypoker-eval/FC-5 .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612081352.kB8DqI8Y028070@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/FC-5 Modified Files: .cvsignore pypoker-eval.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Sep 2006 20:57:24 -0000 1.3 +++ .cvsignore 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -pypoker-eval-132.0.tar.gz +pypoker-eval-133.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-5/pypoker-eval.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pypoker-eval.spec 10 Sep 2006 23:15:21 -0000 1.6 +++ pypoker-eval.spec 8 Dec 2006 13:51:48 -0000 1.7 @@ -1,13 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 132.0 -Release: 3%{?dist} +Version: 133.0 +Release: 1%{?dist} Summary: Python interface to poker-eval + Group: Development/Libraries License: GPL URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz + BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,29 +27,36 @@ This package contains files required to build applications that use pypoker-eval. + %prep %setup -q # make examples directory for devel %doc mkdir -p tmp/examples cp test.py tmp/examples + %build %configure --disable-static make %{?_smp_mflags} + %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check %{__python} test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README @@ -55,12 +64,17 @@ %{python_sitearch}/*.py* %exclude %{python_sitearch}/*.la + %files devel %defattr(-,root,root,-) %doc tmp/examples %{_libdir}/pkgconfig/%{name}.pc + %changelog +* Fri Dec 08 2006 Christopher Stone 133.0-1 +- Upstream sync + * Sun Sep 10 2006 Christopher Stone 132.0-3 - Move .so file into main package - Remove system call macros Index: sources =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Sep 2006 20:57:24 -0000 1.3 +++ sources 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -388ef748d787b63aefffd0fdaaf6986c pypoker-eval-132.0.tar.gz +221ba23f829d41206b2f7181608c01a5 pypoker-eval-133.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 13:52:18 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 08:52:18 -0500 Subject: rpms/pypoker-eval/FC-6 .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612081352.kB8DqIrw028075@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/FC-6 Modified Files: .cvsignore pypoker-eval.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Sep 2006 20:56:39 -0000 1.3 +++ .cvsignore 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -pypoker-eval-132.0.tar.gz +pypoker-eval-133.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/pypoker-eval.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pypoker-eval.spec 10 Sep 2006 23:15:22 -0000 1.7 +++ pypoker-eval.spec 8 Dec 2006 13:51:48 -0000 1.8 @@ -1,13 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 132.0 -Release: 3%{?dist} +Version: 133.0 +Release: 1%{?dist} Summary: Python interface to poker-eval + Group: Development/Libraries License: GPL URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz + BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,29 +27,36 @@ This package contains files required to build applications that use pypoker-eval. + %prep %setup -q # make examples directory for devel %doc mkdir -p tmp/examples cp test.py tmp/examples + %build %configure --disable-static make %{?_smp_mflags} + %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check %{__python} test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README @@ -55,12 +64,17 @@ %{python_sitearch}/*.py* %exclude %{python_sitearch}/*.la + %files devel %defattr(-,root,root,-) %doc tmp/examples %{_libdir}/pkgconfig/%{name}.pc + %changelog +* Fri Dec 08 2006 Christopher Stone 133.0-1 +- Upstream sync + * Sun Sep 10 2006 Christopher Stone 132.0-3 - Move .so file into main package - Remove system call macros Index: sources =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Sep 2006 20:56:39 -0000 1.3 +++ sources 8 Dec 2006 13:51:48 -0000 1.4 @@ -1 +1 @@ -388ef748d787b63aefffd0fdaaf6986c pypoker-eval-132.0.tar.gz +221ba23f829d41206b2f7181608c01a5 pypoker-eval-133.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 13:52:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 08:52:23 -0500 Subject: rpms/pypoker-eval/devel .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612081352.kB8DqNmY028080@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/devel Modified Files: .cvsignore pypoker-eval.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Sep 2006 20:56:39 -0000 1.3 +++ .cvsignore 8 Dec 2006 13:51:53 -0000 1.4 @@ -1 +1 @@ -pypoker-eval-132.0.tar.gz +pypoker-eval-133.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/pypoker-eval.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pypoker-eval.spec 10 Sep 2006 23:15:22 -0000 1.7 +++ pypoker-eval.spec 8 Dec 2006 13:51:53 -0000 1.8 @@ -1,13 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 132.0 -Release: 3%{?dist} +Version: 133.0 +Release: 1%{?dist} Summary: Python interface to poker-eval + Group: Development/Libraries License: GPL URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz + BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,29 +27,36 @@ This package contains files required to build applications that use pypoker-eval. + %prep %setup -q # make examples directory for devel %doc mkdir -p tmp/examples cp test.py tmp/examples + %build %configure --disable-static make %{?_smp_mflags} + %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + %check %{__python} test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README @@ -55,12 +64,17 @@ %{python_sitearch}/*.py* %exclude %{python_sitearch}/*.la + %files devel %defattr(-,root,root,-) %doc tmp/examples %{_libdir}/pkgconfig/%{name}.pc + %changelog +* Fri Dec 08 2006 Christopher Stone 133.0-1 +- Upstream sync + * Sun Sep 10 2006 Christopher Stone 132.0-3 - Move .so file into main package - Remove system call macros Index: sources =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Sep 2006 20:56:39 -0000 1.3 +++ sources 8 Dec 2006 13:51:53 -0000 1.4 @@ -1 +1 @@ -388ef748d787b63aefffd0fdaaf6986c pypoker-eval-132.0.tar.gz +221ba23f829d41206b2f7181608c01a5 pypoker-eval-133.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 14:30:10 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 09:30:10 -0500 Subject: rpms/libmpcdec/EL-4 .cvsignore,1.2,1.3 Message-ID: <200612081430.kB8EUAMF031473@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31458 Modified Files: .cvsignore Log Message: ignore clog Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Apr 2006 18:02:00 -0000 1.2 +++ .cvsignore 8 Dec 2006 14:29:40 -0000 1.3 @@ -1 +1,2 @@ +clog libmpcdec-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 14:32:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 09:32:07 -0500 Subject: rpms/libmpcdec/EL-4 libmpcdec.spec,1.4,1.5 Message-ID: <200612081432.kB8EW7qi031535@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31510 Modified Files: libmpcdec.spec Log Message: micro-release++ for botched tag atttempt Index: libmpcdec.spec =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/EL-4/libmpcdec.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libmpcdec.spec 29 Aug 2006 18:08:41 -0000 1.4 +++ libmpcdec.spec 8 Dec 2006 14:31:37 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Musepack audio decoding library Name: libmpcdec Version: 1.2.2 -Release: 4%{?dist} +Release: 4%{?dist}.1 License: BSD Group: System Environment/Libraries From fedora-extras-commits at redhat.com Fri Dec 8 14:33:58 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 09:33:58 -0500 Subject: rpms/jasper/EL-4 jasper.spec,1.17,1.18 Message-ID: <200612081433.kB8EXwXS031602@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31585 Modified Files: jasper.spec Log Message: drop micro-release crud from fc branch Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/jasper.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- jasper.spec 4 Oct 2006 19:21:42 -0000 1.17 +++ jasper.spec 8 Dec 2006 14:33:28 -0000 1.18 @@ -12,7 +12,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.701.0 -Release: 15%{?dist}.2 +Release: 15%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -121,9 +121,6 @@ %changelog -* Wed Oct 04 2006 Rex Dieter -- respin - * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) From fedora-extras-commits at redhat.com Fri Dec 8 15:10:42 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 8 Dec 2006 10:10:42 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.21, 1.22 ochusha.spec, 1.22, 1.23 sources, 1.21, 1.22 Message-ID: <200612081510.kB8FAgMk002545@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2524 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 8 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061208 - 0.5.99.63.14 cvs 061208 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 7 Dec 2006 15:45:24 -0000 1.21 +++ .cvsignore 8 Dec 2006 15:10:12 -0000 1.22 @@ -1 +1 @@ -ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 +ochusha-0.5.99.63.14-cvs061208.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ochusha.spec 7 Dec 2006 15:45:24 -0000 1.22 +++ ochusha.spec 8 Dec 2006 15:10:12 -0000 1.23 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.63.14 -%define strtag cvs061207.1 +%define strtag cvs061208 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Thu Dec 7 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061207.1 -- 0.5.99.63.14 cvs 061207 (24:30 JST) +* Fri Dec 8 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061208 +- 0.5.99.63.14 cvs 061208 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 7 Dec 2006 15:45:24 -0000 1.21 +++ sources 8 Dec 2006 15:10:12 -0000 1.22 @@ -1 +1 @@ -6af6209ff24b19f7464afa2d3ee42aa1 ochusha-0.5.99.63.14-cvs061207.1.tar.bz2 +eddd272c260637d13fdcb81191eb4f9c ochusha-0.5.99.63.14-cvs061208.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 15:34:08 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 10:34:08 -0500 Subject: owners owners.list,1.2084,1.2085 Message-ID: <200612081534.kB8FY8Le002733@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2712 Modified Files: owners.list Log Message: Add python-pycurl. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2084 retrieving revision 1.2085 diff -u -r1.2084 -r1.2085 --- owners.list 8 Dec 2006 07:14:26 -0000 1.2084 +++ owners.list 8 Dec 2006 15:33:38 -0000 1.2085 @@ -2040,6 +2040,7 @@ Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| +Fedora Extras|python-pycurl|A Python interface to libcurl|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-pydns|Python module for DNS (Domain Name Service)|jafo-redhat at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|python-pyspf|Python module and programs for SPF (Sender Policy Framework)|jafo-redhat at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|python-quixote|A highly Pythonic Web application framework|shahms at shahms.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 15:35:37 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 8 Dec 2006 10:35:37 -0500 Subject: fedora-security/audit fc5,1.410,1.411 fc6,1.162,1.163 Message-ID: <200612081535.kB8FZbSf002779@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2762 Modified Files: fc5 fc6 Log Message: Note a very old htdig CVE id Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.410 retrieving revision 1.411 diff -u -r1.410 -r1.411 --- fc5 7 Dec 2006 13:04:04 -0000 1.410 +++ fc5 8 Dec 2006 15:35:36 -0000 1.411 @@ -1969,5 +1969,6 @@ CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) +CVE-2000-1199 backport (htdig) fixed htdig-3.2.0b6-unescaped_output.patch CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) CVE-1999-1572 backport (cpio) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- fc6 7 Dec 2006 13:04:04 -0000 1.162 +++ fc6 8 Dec 2006 15:35:36 -0000 1.163 @@ -1968,5 +1968,6 @@ CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) +CVE-2000-1199 backport (htdig) fixed htdig-3.2.0b6-unescaped_output.patch CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) CVE-1999-1572 backport (cpio) cpio-2.6-umask.patch From fedora-extras-commits at redhat.com Fri Dec 8 15:58:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 8 Dec 2006 10:58:40 -0500 Subject: rpms/mirage/devel mirage.spec,1.1,1.2 Message-ID: <200612081558.kB8FwegE002937@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2922 Modified Files: mirage.spec Log Message: * Fri Dec 8 2006 Mamoru Tasaka - Rebuild against python 2.5 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/mirage.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mirage.spec 21 Nov 2006 07:42:11 -0000 1.1 +++ mirage.spec 8 Dec 2006 15:58:10 -0000 1.2 @@ -2,7 +2,7 @@ Name: mirage Version: 0.8.1 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A fast and simple image viewer Group: Amusements/Graphics @@ -74,5 +74,8 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Fri Dec 8 2006 Mamoru Tasaka +- Rebuild against python 2.5 + * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. From fedora-extras-commits at redhat.com Fri Dec 8 16:56:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 11:56:57 -0500 Subject: rpms/pyicq-t/devel pyicq-t.spec,1.4,1.5 Message-ID: <200612081656.kB8Guvck006326@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6311 Modified Files: pyicq-t.spec Log Message: Update for Python 2.5 Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/pyicq-t.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pyicq-t.spec 31 Oct 2006 21:39:22 -0000 1.4 +++ pyicq-t.spec 8 Dec 2006 16:56:27 -0000 1.5 @@ -1,6 +1,8 @@ +%{!?python_standard_lib: %define python_standard_lib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(standard_lib=1)")} + Name: pyicq-t Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -23,9 +25,6 @@ Requires(preun): /sbin/service Requires(postun): /sbin/service -Provides: pyicqt -Obsoletes: pyicqt - %description The ICQ Transport provides a gateway which allows Jabber users to communicate with their contacts on the ICQ network. @@ -49,8 +48,8 @@ %patch0 -p0 %build -%{__python} %{_libdir}/python2.4/compileall.py . -%{__python} -O %{_libdir}/python2.4/compileall.py . +%{__python} %{python_standard_lib}/compileall.py . +%{__python} -O %{python_standard_lib}/compileall.py . %install rm -rf %{buildroot} @@ -106,8 +105,12 @@ %{_datadir}/pyicq-t/src/xdb/mysql.py* - %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.8-2 +- Bump release and rebuild for Python 2.5 +- Use macro for path to standard library +- Eliminate provides/obsoletes pyicqt + * Tue Oct 31 2006 Jeffrey C. Ollie - 0.8-1 - Update to 0.8 (see http://www.blathersource.org/releases_view.php?projid=pyicq-t&relid=28) - Fix init script to create subsys lock file From fedora-extras-commits at redhat.com Fri Dec 8 17:05:54 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:05:54 -0500 Subject: rpms/cobbler/FC-6 .cvsignore, 1.13, 1.14 cobbler.spec, 1.12, 1.13 sources, 1.14, 1.15 Message-ID: <200612081705.kB8H5sOH009492@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9456 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 14 Nov 2006 15:36:44 -0000 1.13 +++ .cvsignore 8 Dec 2006 17:05:24 -0000 1.14 @@ -10,3 +10,4 @@ cobbler-0.3.0.tar.gz cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz +cobbler-0.3.4.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/cobbler.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cobbler.spec 14 Nov 2006 15:36:44 -0000 1.12 +++ cobbler.spec 8 Dec 2006 17:05:24 -0000 1.13 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -40,6 +40,7 @@ %config(noreplace) /etc/cobbler/kickstart_fc5.ks %config(noreplace) /etc/cobbler/dhcp.template %config(noreplace) /etc/cobbler/default.pxe +%config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml %{python_sitelib}/cobbler/*.py* @@ -53,6 +54,9 @@ %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + * Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 14 Nov 2006 15:36:44 -0000 1.14 +++ sources 8 Dec 2006 17:05:24 -0000 1.15 @@ -1 +1 @@ -2632fff6f62f8c07735ba729243a208b cobbler-0.3.3.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:07:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 12:07:57 -0500 Subject: rpms/python-dns/devel python-dns.spec,1.3,1.4 Message-ID: <200612081707.kB8H7vsd009554@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9519 Modified Files: python-dns.spec Log Message: Bump release for rebuild with Python 2.5 Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/python-dns.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-dns.spec 15 Aug 2006 04:23:39 -0000 1.3 +++ python-dns.spec 8 Dec 2006 17:07:27 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -59,6 +59,9 @@ %{python_sitelib}/dns %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 1.4.0-3 +- Bump release for rebuild with Python 2.5 + * Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 - No longer ghost *.pyo files, thus further simplifying the files section. From fedora-extras-commits at redhat.com Fri Dec 8 17:08:15 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:08:15 -0500 Subject: rpms/cobbler/FC-5 .cvsignore, 1.8, 1.9 cobbler.spec, 1.7, 1.8 sources, 1.8, 1.9 Message-ID: <200612081708.kB8H8FED009559@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9537 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 15:39:14 -0000 1.8 +++ .cvsignore 8 Dec 2006 17:07:45 -0000 1.9 @@ -5,3 +5,4 @@ cobbler-0.3.0.tar.gz cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz +cobbler-0.3.4.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/cobbler.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cobbler.spec 14 Nov 2006 15:39:14 -0000 1.7 +++ cobbler.spec 8 Dec 2006 17:07:45 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -40,6 +40,7 @@ %config(noreplace) /etc/cobbler/kickstart_fc5.ks %config(noreplace) /etc/cobbler/dhcp.template %config(noreplace) /etc/cobbler/default.pxe +%config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml %{python_sitelib}/cobbler/*.py* @@ -53,6 +54,9 @@ %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + * Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 14 Nov 2006 15:39:14 -0000 1.8 +++ sources 8 Dec 2006 17:07:45 -0000 1.9 @@ -1 +1 @@ -2632fff6f62f8c07735ba729243a208b cobbler-0.3.3.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:10:12 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:10:12 -0500 Subject: rpms/koan/FC-6 .cvsignore, 1.6, 1.7 koan.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200612081710.kB8HACC0009710@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/koan/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691 Modified Files: .cvsignore koan.spec sources Log Message: Upstream to 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koan/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 25 Oct 2006 19:47:02 -0000 1.6 +++ .cvsignore 8 Dec 2006 17:09:42 -0000 1.7 @@ -3,3 +3,4 @@ koan-0.2.2.tar.gz koan-0.2.3.tar.gz koan-0.2.4.tar.gz +koan-0.2.5.tar.gz Index: koan.spec =================================================================== RCS file: /cvs/extras/rpms/koan/FC-6/koan.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- koan.spec 25 Oct 2006 19:47:02 -0000 1.8 +++ koan.spec 8 Dec 2006 17:09:42 -0000 1.9 @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -47,6 +47,11 @@ %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + * Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 - Upstream changes (see CHANGELOG) - Description update Index: sources =================================================================== RCS file: /cvs/extras/rpms/koan/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 25 Oct 2006 19:47:02 -0000 1.7 +++ sources 8 Dec 2006 17:09:42 -0000 1.8 @@ -1 +1 @@ -621686ed88229afd513e2a3340aba484 koan-0.2.4.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:17:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 12:17:39 -0500 Subject: rpms/python-musicbrainz2/devel python-musicbrainz2.spec,1.2,1.3 Message-ID: <200612081717.kB8HHdct009786@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9771 Modified Files: python-musicbrainz2.spec Log Message: Bump release for rebuild with Python 2.5. Index: python-musicbrainz2.spec =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/python-musicbrainz2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-musicbrainz2.spec 14 Nov 2006 22:01:53 -0000 1.2 +++ python-musicbrainz2.spec 8 Dec 2006 17:17:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-musicbrainz2 Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages @@ -14,8 +14,8 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-ctypes -Requires: libmusicbrainz +Requires: python-ctypes +Requires: libmusicbrainz %description The package python-musicbrainz2 is a client library written in python, @@ -47,6 +47,9 @@ %{python_sitelib}/musicbrainz2 %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.4.0-2 +- Bump release for rebuild with Python 2.5. + * Tue Nov 14 2006 Jeffrey C. Ollie - 0.4.0-1 - Update to 0.4.0. From fedora-extras-commits at redhat.com Fri Dec 8 17:20:24 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Fri, 8 Dec 2006 12:20:24 -0500 Subject: rpms/koan/FC-5 .cvsignore, 1.5, 1.6 koan.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612081720.kB8HKOSl009856@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/koan/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9799 Modified Files: .cvsignore koan.spec sources Log Message: Upstream to 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koan/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Oct 2006 19:49:34 -0000 1.5 +++ .cvsignore 8 Dec 2006 17:19:54 -0000 1.6 @@ -2,3 +2,4 @@ koan-0.2.2.tar.gz koan-0.2.3.tar.gz koan-0.2.4.tar.gz +koan-0.2.5.tar.gz Index: koan.spec =================================================================== RCS file: /cvs/extras/rpms/koan/FC-5/koan.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- koan.spec 25 Oct 2006 19:49:34 -0000 1.7 +++ koan.spec 8 Dec 2006 17:19:54 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -47,6 +47,11 @@ %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + * Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 - Upstream changes (see CHANGELOG) - Description update Index: sources =================================================================== RCS file: /cvs/extras/rpms/koan/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Oct 2006 19:49:34 -0000 1.6 +++ sources 8 Dec 2006 17:19:54 -0000 1.7 @@ -1 +1 @@ -621686ed88229afd513e2a3340aba484 koan-0.2.4.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 17:31:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:31:26 -0500 Subject: rpms/jasper/devel .cvsignore, 1.3, 1.4 jasper.spec, 1.17, 1.18 sources, 1.2, 1.3 Message-ID: <200612081731.kB8HVQxS009988@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9952 Modified Files: .cvsignore jasper.spec sources Log Message: * Fri Dec 08 2006 Rex Dieter 1.900.0-1 - jasper-1.900.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Aug 2006 19:04:43 -0000 1.3 +++ .cvsignore 8 Dec 2006 17:30:56 -0000 1.4 @@ -1,2 +1,4 @@ +clog geojasper_src.zip jasper-1.701.0.zip +jasper-1.900.0.zip Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- jasper.spec 4 Oct 2006 19:21:42 -0000 1.17 +++ jasper.spec 8 Dec 2006 17:30:56 -0000 1.18 @@ -1,8 +1,7 @@ -# NOTE: packages can use jasper: +# NOTE: packages that can use jasper: # ImageMagick # kdelibs -# koffice # netpbm # define to use GeoJasper @@ -11,8 +10,8 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries -Version: 1.701.0 -Release: 15%{?dist}.2 +Version: 1.900.0 +Release: 1%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -22,7 +21,7 @@ Provides: geojasper = %{geojasper_ver} %else URL: http://www.ece.uvic.ca/~mdadams/jasper/ -Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip +Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,10 +79,6 @@ make %{?_smp_mflags} -%check ||: -make check - - %install rm -rf $RPM_BUILD_ROOT @@ -91,10 +86,22 @@ # Unpackaged files rm -f doc/README -rm -f $RPM_BUILD_ROOT%{_bindir}/%{_target_platform}* rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +%check +make check + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc COPYRIGHT LICENSE NEWS README @@ -102,7 +109,9 @@ %{_bindir}/jiv %{_bindir}/imginfo %{_bindir}/*jasper* +%{_bindir}/tmrdemo %{_libdir}/lib*.so.* +%{_mandir}/man1/* %files devel %defattr(-,root,root,-) @@ -111,18 +120,9 @@ %{_libdir}/lib*.so -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%clean -rm -rf $RPM_BUILD_ROOT - - %changelog -* Wed Oct 04 2006 Rex Dieter -- respin +* Fri Dec 08 2006 Rex Dieter 1.900.0-1 +- jasper-1.900.0 * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) Index: sources =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:40:10 -0000 1.2 +++ sources 8 Dec 2006 17:30:56 -0000 1.3 @@ -1 +1 @@ -22a9f74fc880e38dd125c60aa4e4ce97 jasper-1.701.0.zip +bef4a89e72b6a2a68a963c0dc837bacb jasper-1.900.0.zip From fedora-extras-commits at redhat.com Fri Dec 8 17:32:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:32:18 -0500 Subject: rpms/jasper/devel jasper.spec,1.18,1.19 Message-ID: <200612081732.kB8HWIak010101@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10040 Modified Files: jasper.spec Log Message: note bz# Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- jasper.spec 8 Dec 2006 17:30:56 -0000 1.18 +++ jasper.spec 8 Dec 2006 17:31:48 -0000 1.19 @@ -122,7 +122,7 @@ %changelog * Fri Dec 08 2006 Rex Dieter 1.900.0-1 -- jasper-1.900.0 +- jasper-1.900.0 (#218947) * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) From fedora-extras-commits at redhat.com Fri Dec 8 17:32:19 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 12:32:19 -0500 Subject: rpms/wp_tray/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wp_tray.spec, 1.5, 1.6 wp_tray-0.5.1-miscfixes.patch, 1.1, NONE wp_tray-0.5.1-search.patch, 1.1, NONE wp_tray-0.5.1-thumbs.patch, 1.1, NONE Message-ID: <200612081732.kB8HWJ2P010106@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/wp_tray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10062 Modified Files: .cvsignore sources wp_tray.spec Removed Files: wp_tray-0.5.1-miscfixes.patch wp_tray-0.5.1-search.patch wp_tray-0.5.1-thumbs.patch Log Message: Update to 0.5.3, patches integrated upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Jan 2006 20:48:13 -0000 1.2 +++ .cvsignore 8 Dec 2006 17:31:49 -0000 1.3 @@ -1 +1 @@ -wp_tray-0.5.1.tar.gz +wp_tray-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Jan 2006 20:48:13 -0000 1.2 +++ sources 8 Dec 2006 17:31:49 -0000 1.3 @@ -1 +1 @@ -b94b32245558cadd384538ff7d8df403 wp_tray-0.5.1.tar.gz +27b878b8d3864787388b49e934c1ee60 wp_tray-0.5.3.tar.gz Index: wp_tray.spec =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/wp_tray.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wp_tray.spec 11 Sep 2006 11:41:11 -0000 1.5 +++ wp_tray.spec 8 Dec 2006 17:31:49 -0000 1.6 @@ -1,15 +1,12 @@ Name: wp_tray -Version: 0.5.1 -Release: 4%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: A wallpaper-changing applet for GNOME Group: Amusements/Graphics License: GPL URL: http://planetearthworm.com/projects/wp_tray/ Source0: http://planetearthworm.com/projects/wp_tray/files/%{name}-%{version}.tar.gz -Patch0: wp_tray-0.5.1-thumbs.patch -Patch1: wp_tray-0.5.1-search.patch -Patch2: wp_tray-0.5.1-miscfixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext libglademm24-devel libgnomecanvasmm26-devel @@ -21,9 +18,6 @@ %prep %setup -q -%patch0 -p1 -b .thumbs -%patch1 -p1 -b .search -%patch2 -p1 -b .miscfixes %build %configure --with-boostfilesystem=%{_libdir}/libboost_filesystem.so \ @@ -68,6 +62,9 @@ %{_sysconfdir}/gconf/schemas/*.schemas %changelog +* Fri Dec 8 2006 Denis Leroy - 0.5.3 +- Update to 0.5.3, patches integrated upstream + * Mon Sep 11 2006 Denis Leroy - 0.5.1-4 - Added patches to fix many bugs (see bug 205869) --- wp_tray-0.5.1-miscfixes.patch DELETED --- --- wp_tray-0.5.1-search.patch DELETED --- --- wp_tray-0.5.1-thumbs.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 8 17:32:27 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 12:32:27 -0500 Subject: rpms/python-xmpp/devel python-xmpp.spec,1.4,1.5 Message-ID: <200612081732.kB8HWRA1010140@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10084 Modified Files: python-xmpp.spec Log Message: Bump release for rebuild with Python 2.5. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/devel/python-xmpp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-xmpp.spec 22 Nov 2006 15:07:15 -0000 1.4 +++ python-xmpp.spec 8 Dec 2006 17:31:57 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-xmpp Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/xmpp %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.4.0-2 +- Bump release for rebuild with Python 2.5. + * Wed Nov 22 2006 Jeffrey C. Ollie - 0.4.0-1 - Update to 0.4.0 From fedora-extras-commits at redhat.com Fri Dec 8 17:33:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:33:06 -0500 Subject: rpms/jasper/devel jasper.spec,1.19,1.20 Message-ID: <200612081733.kB8HX65c010235@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10177 Modified Files: jasper.spec Log Message: Release++ Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- jasper.spec 8 Dec 2006 17:31:48 -0000 1.19 +++ jasper.spec 8 Dec 2006 17:32:36 -0000 1.20 @@ -11,7 +11,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.900.0 -Release: 1%{?dist} +Release: 2%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -121,7 +121,7 @@ %changelog -* Fri Dec 08 2006 Rex Dieter 1.900.0-1 +* Fri Dec 08 2006 Rex Dieter 1.900.0-2 - jasper-1.900.0 (#218947) * Mon Sep 18 2006 Rex Dieter 1.701.0-15 From fedora-extras-commits at redhat.com Fri Dec 8 17:46:00 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 12:46:00 -0500 Subject: rpms/wp_tray/devel wp_tray.spec,1.6,1.7 Message-ID: <200612081746.kB8Hk0tf010370@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/wp_tray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10355 Modified Files: wp_tray.spec Log Message: Added libxml++ and libnotify dependencies Index: wp_tray.spec =================================================================== RCS file: /cvs/extras/rpms/wp_tray/devel/wp_tray.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wp_tray.spec 8 Dec 2006 17:31:49 -0000 1.6 +++ wp_tray.spec 8 Dec 2006 17:45:30 -0000 1.7 @@ -1,6 +1,6 @@ Name: wp_tray Version: 0.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A wallpaper-changing applet for GNOME Group: Amusements/Graphics @@ -12,6 +12,7 @@ BuildRequires: gettext libglademm24-devel libgnomecanvasmm26-devel BuildRequires: gconfmm26-devel libgnomemm26-devel libgnomeuimm26-devel BuildRequires: gnome-panel-devel boost-devel +BuildRequires: libxml++-devel libnotify-devel %description Wallpaper Tray is a GNOME applet used for changing your wallpaper. @@ -64,6 +65,7 @@ %changelog * Fri Dec 8 2006 Denis Leroy - 0.5.3 - Update to 0.5.3, patches integrated upstream +- Added libxml++ and libnotify dependencies * Mon Sep 11 2006 Denis Leroy - 0.5.1-4 - Added patches to fix many bugs (see bug 205869) From fedora-extras-commits at redhat.com Fri Dec 8 17:53:36 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 12:53:36 -0500 Subject: rpms/gnome-blog/devel gnome-blog.spec,1.16,1.17 Message-ID: <200612081753.kB8Hraft010604@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10589 Modified Files: gnome-blog.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.9.1-5 - Rebuild against python 2.5. Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/devel/gnome-blog.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gnome-blog.spec 6 Sep 2006 14:22:29 -0000 1.16 +++ gnome-blog.spec 8 Dec 2006 17:53:06 -0000 1.17 @@ -3,7 +3,7 @@ Name: gnome-blog Version: 0.9.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -105,6 +105,9 @@ %{python_sitelib}/gnomeblog/*.pyo %changelog +* Fri Dec 8 2006 Brian Pepple - 0.9.1-5 +- Rebuild against python 2.5. + * Wed Sep 6 2006 Brian Pepple - 0.9.1-4 - Don't ghost *.pyo files. From fedora-extras-commits at redhat.com Fri Dec 8 17:58:06 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 12:58:06 -0500 Subject: rpms/pymsn/devel pymsn.spec,1.1,1.2 Message-ID: <200612081758.kB8Hw6Ko010696@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/pymsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10676 Modified Files: pymsn.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.2-2 - Rebuild against new python. Index: pymsn.spec =================================================================== RCS file: /cvs/extras/rpms/pymsn/devel/pymsn.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pymsn.spec 29 Sep 2006 12:15:20 -0000 1.1 +++ pymsn.spec 8 Dec 2006 17:57:36 -0000 1.2 @@ -2,7 +2,7 @@ Name: pymsn Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python libraries for MSN Messenger network Group: Development/Languages @@ -44,6 +44,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.2-2 +- Rebuild against new python. + * Tue Sep 19 2006 Brian Pepple - 0.2-1 - Initial FE spec. From fedora-extras-commits at redhat.com Fri Dec 8 17:59:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 12:59:01 -0500 Subject: rpms/libtunepimp/devel libtunepimp.spec,1.25,1.26 Message-ID: <200612081759.kB8Hx1ZT010755@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10740 Modified Files: libtunepimp.spec Log Message: * Fri Dec 08 2006 Rex Dieter 0.5.3-2 - respin (for python) Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- libtunepimp.spec 7 Dec 2006 16:26:36 -0000 1.25 +++ libtunepimp.spec 8 Dec 2006 17:58:31 -0000 1.26 @@ -2,7 +2,7 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp Version: 0.5.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries @@ -134,6 +134,9 @@ %changelog +* Fri Dec 08 2006 Rex Dieter 0.5.3-2 +- respin (for python) + * Wed Nov 29 2006 Rex Dieter 0.5.3-1 - libtunepimp-0.5.3 From fedora-extras-commits at redhat.com Fri Dec 8 18:00:00 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:00:00 -0500 Subject: rpms/python-alsaaudio/devel python-alsaaudio.spec,1.1,1.2 Message-ID: <200612081800.kB8I00aX010862@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-alsaaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10817 Modified Files: python-alsaaudio.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.2-2 - Rebuild against new python. Index: python-alsaaudio.spec =================================================================== RCS file: /cvs/extras/rpms/python-alsaaudio/devel/python-alsaaudio.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-alsaaudio.spec 25 Nov 2006 19:41:55 -0000 1.1 +++ python-alsaaudio.spec 8 Dec 2006 17:59:30 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-alsaaudio Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Alsa Bindings Group: Development/Languages @@ -43,6 +43,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.2-2 +- Rebuild against new python. + * Thu Nov 2 2006 Brian Pepple - 0.2-1 - Initial FE spec. From fedora-extras-commits at redhat.com Fri Dec 8 18:00:28 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 13:00:28 -0500 Subject: rpms/glom/devel glom.spec,1.5,1.6 Message-ID: <200612081800.kB8I0SRO010934@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10847 Modified Files: glom.spec Log Message: Update to 1.2.2 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glom.spec 21 Nov 2006 10:06:09 -0000 1.5 +++ glom.spec 8 Dec 2006 17:59:58 -0000 1.6 @@ -1,9 +1,9 @@ %define major_version 1.2 -%define minor_version 1 +%define minor_version 2 Name: glom Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -116,6 +116,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 1.2.2-1 +- Update to 1.2.2 + * Tue Nov 21 2006 Denis Leroy - 1.2.1-2 - Update to 1.2.1 From fedora-extras-commits at redhat.com Fri Dec 8 18:01:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:01:38 -0500 Subject: rpms/python-eyed3/devel python-eyed3.spec,1.2,1.3 Message-ID: <200612081801.kB8I1c4S014081@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-eyed3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14063 Modified Files: python-eyed3.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.6.11-2 - Rebuild against new python. Index: python-eyed3.spec =================================================================== RCS file: /cvs/extras/rpms/python-eyed3/devel/python-eyed3.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-eyed3.spec 22 Nov 2006 15:46:10 -0000 1.2 +++ python-eyed3.spec 8 Dec 2006 18:01:08 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-eyed3 Version: 0.6.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python module for processing ID3 tags Group: Development/Languages @@ -53,6 +53,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.6.11-2 +- Rebuild against new python. + * Wed Nov 22 2006 Brian Pepple - 0.6.11-1 - Update to 0.6.11. From fedora-extras-commits at redhat.com Fri Dec 8 18:03:24 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:03:24 -0500 Subject: rpms/python-telepathy/devel python-telepathy.spec,1.6,1.7 Message-ID: <200612081803.kB8I3O0L014176@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-telepathy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14156 Modified Files: python-telepathy.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.13.7-3 - Rebuild against new python. Index: python-telepathy.spec =================================================================== RCS file: /cvs/extras/rpms/python-telepathy/devel/python-telepathy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-telepathy.spec 24 Nov 2006 16:31:51 -0000 1.6 +++ python-telepathy.spec 8 Dec 2006 18:02:54 -0000 1.7 @@ -2,7 +2,7 @@ Name: python-telepathy Version: 0.13.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python libraries for Telepathy Group: Development/Languages @@ -46,6 +46,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.13.7-3 +- Rebuild against new python. + * Fri Nov 24 2006 Brian Pepple - 0.13.7-2 - Add BR & Requires on dbus-python. From fedora-extras-commits at redhat.com Fri Dec 8 18:05:03 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:05:03 -0500 Subject: rpms/telepathy-butterfly/devel telepathy-butterfly.spec,1.4,1.5 Message-ID: <200612081805.kB8I53pp014247@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-butterfly/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14231 Modified Files: telepathy-butterfly.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.1.3-2 - Rebuild against new python. Index: telepathy-butterfly.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-butterfly/devel/telepathy-butterfly.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- telepathy-butterfly.spec 16 Nov 2006 17:58:05 -0000 1.4 +++ telepathy-butterfly.spec 8 Dec 2006 18:04:33 -0000 1.5 @@ -2,7 +2,7 @@ Name: telepathy-butterfly Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MSN connection manager for Telepathy Group: Applications/Communications @@ -54,6 +54,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.1.3-2 +- Rebuild against new python. + * Thu Nov 16 2006 Brian Pepple - 0.1.3-1 - Update to 0.1.3. From fedora-extras-commits at redhat.com Fri Dec 8 18:09:00 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:09:00 -0500 Subject: rpms/gramps/devel gramps.spec,1.24,1.25 Message-ID: <200612081809.kB8I90lX014383@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14348 Modified Files: gramps.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 2.2.3-2 - Rebuild against new python. Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gramps.spec 27 Nov 2006 16:59:22 -0000 1.24 +++ gramps.spec 8 Dec 2006 18:08:29 -0000 1.25 @@ -1,6 +1,6 @@ Name: gramps Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -130,6 +130,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 2.2.3-2 +- Rebuild against new python. + * Mon Nov 27 2006 Brian Pepple - 2.2.3-1 - Update to 2.2.3. - Add scalable mimetype icons to files section. From fedora-extras-commits at redhat.com Fri Dec 8 18:10:43 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:10:43 -0500 Subject: rpms/meld/devel meld.spec,1.17,1.18 Message-ID: <200612081810.kB8IAh9c014475@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/meld/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14452 Modified Files: meld.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 1.1.4-5 - Rebuild against new python. Index: meld.spec =================================================================== RCS file: /cvs/extras/rpms/meld/devel/meld.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- meld.spec 6 Sep 2006 14:56:48 -0000 1.17 +++ meld.spec 8 Dec 2006 18:10:13 -0000 1.18 @@ -1,6 +1,6 @@ Name: meld Version: 1.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Visual diff and merge tool Group: Development/Tools @@ -95,6 +95,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 1.1.4-5 +- Rebuild against new python. + * Wed Sep 6 2006 Brian Pepple - 1.1.4-4 - Don't ghost *.pyo files. - Add BR for intltool and perl(XML::Parser). From fedora-extras-commits at redhat.com Fri Dec 8 18:11:46 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 8 Dec 2006 13:11:46 -0500 Subject: rpms/glom/devel .cvsignore, 1.6, 1.7 glom.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200612081811.kB8IBkUX014596@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14577 Modified Files: .cvsignore glom.spec sources Log Message: fixed source upload Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glom/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Nov 2006 10:06:09 -0000 1.6 +++ .cvsignore 8 Dec 2006 18:11:16 -0000 1.7 @@ -1 +1 @@ -glom-1.2.1.tar.bz2 +glom-1.2.2.tar.bz2 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glom.spec 8 Dec 2006 17:59:58 -0000 1.6 +++ glom.spec 8 Dec 2006 18:11:16 -0000 1.7 @@ -3,7 +3,7 @@ Name: glom Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -116,6 +116,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 1.2.2-2 +- Fixed source upload + * Fri Dec 8 2006 Denis Leroy - 1.2.2-1 - Update to 1.2.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glom/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 21 Nov 2006 10:06:09 -0000 1.6 +++ sources 8 Dec 2006 18:11:16 -0000 1.7 @@ -1 +1 @@ -406c28f1bb4e704c7c4fb56a48893f21 glom-1.2.1.tar.bz2 +7b5c56317dd8386b17a05e5bfbb6c119 glom-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 18:12:32 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 13:12:32 -0500 Subject: rpms/python-reportlab/devel python-reportlab.spec,1.10,1.11 Message-ID: <200612081812.kB8ICW5d014675@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-reportlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14650 Modified Files: python-reportlab.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 1.21.1-2 - Rebuild against new python. Index: python-reportlab.spec =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-reportlab.spec 8 Sep 2006 04:09:32 -0000 1.10 +++ python-reportlab.spec 8 Dec 2006 18:12:02 -0000 1.11 @@ -2,7 +2,7 @@ Name: python-reportlab Version: 1.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python PDF generation library Group: Development/Libraries @@ -49,6 +49,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 1.21.1-2 +- Rebuild against new python. + * Thu Sep 7 2006 Brian Pepple - 1.21.1-1 - Update to 1.20.1. From fedora-extras-commits at redhat.com Fri Dec 8 18:28:40 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:28:40 -0500 Subject: rpms/python-urljr - New directory Message-ID: <200612081828.kB8ISeAj014931@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14927/python-urljr Log Message: Directory /cvs/extras/rpms/python-urljr added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 18:28:46 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:28:46 -0500 Subject: rpms/python-urljr/devel - New directory Message-ID: <200612081828.kB8ISkRZ014961@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14927/python-urljr/devel Log Message: Directory /cvs/extras/rpms/python-urljr/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 8 18:29:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:29:04 -0500 Subject: rpms/python-urljr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612081829.kB8IT4e4015008@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14984/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-urljr --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 8 18:29:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 13:29:04 -0500 Subject: rpms/xine-lib/devel xine-lib.spec,1.2,1.3 Message-ID: <200612081829.kB8IT4Rh014999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14897 Modified Files: xine-lib.spec Log Message: Add %defattr for extras subpackage, cosmetics. Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xine-lib.spec 8 Dec 2006 07:31:46 -0000 1.2 +++ xine-lib.spec 8 Dec 2006 18:28:34 -0000 1.3 @@ -3,7 +3,6 @@ # - pulseaudio %define codecdir %{_libdir}/codecs -#%define vdrver 0.7.9 Summary: Xine library Name: xine-lib @@ -26,6 +25,9 @@ # Video BuildRequires: freetype-devel SDL-devel libtheora-devel libmng-devel BuildRequires: aalib-devel >= 1.4 +%if 0%{?_with_caca:1} +BuildRequires: libcaca-devel >= 0.99 +%endif %if 0%{!?_without_directfb:1} BuildRequires: directfb-devel %endif @@ -36,24 +38,17 @@ BuildRequires: libogg-devel libvorbis-devel flac-devel libmodplug-devel BuildRequires: esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0 BuildRequires: jack-audio-connection-kit-devel -%if 0%{?_with_caca:1} -BuildRequires: libcaca-devel >= 0.99 -%endif # CDs BuildRequires: libcdio-devel # Other BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common -#Provides: %{name}(vdr) = %{vdrver} - %package devel Summary: Xine library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig zlib-devel -#Requires: %{name}(vdr) = %{vdrver} -#Provides: %{name}-devel(vdr) = %{vdrver} %package extras Summary: Additional plugins for xine-lib @@ -76,17 +71,17 @@ %description extras This package contains extra plugins for xine-lib: - - Arts - - ESD - - Jack + - aRts + - EsounD + - JACK - GNOME VFS - SDL - - AAlib + - AA-lib %if 0%{?_with_caca:1} - - CACAlib + - Libcaca %endif %if 0%{!?_without_imagemagick:1} - - image decoding + - Image decoding %endif %if 0%{!?_without_directfb:1} - DirectFB output @@ -97,7 +92,6 @@ %prep %setup -q %patch1 -p0 -b .nomcpu -###cp -p debian/changelog ChangeLog.vdr # Patch6 needed at least when compiling with external ffmpeg, #939. %patch6 -p1 -b .deepbind %patch7 -p0 -b .multilib-devel @@ -201,7 +195,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtp.so -#%{_libdir}/xine/plugins/%{version}/xineplug_inp_vdr.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_bitplane.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_rgb.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_vorbis.so @@ -248,6 +241,7 @@ %files extras +%defattr(-,root,root,-) %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_arts.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so From fedora-extras-commits at redhat.com Fri Dec 8 18:28:59 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:28:59 -0500 Subject: rpms/python-urljr Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612081828.kB8ISxl4014990@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14984 Added Files: Makefile import.log Log Message: Setup of module python-urljr --- NEW FILE Makefile --- # Top level Makefile for module python-urljr all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 8 18:30:01 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:30:01 -0500 Subject: rpms/python-urljr import.log,1.1,1.2 Message-ID: <200612081830.kB8IU1ZX015077@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15047 Modified Files: import.log Log Message: auto-import python-urljr-1.0.1-1 on branch devel from python-urljr-1.0.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-urljr/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Dec 2006 18:28:59 -0000 1.1 +++ import.log 8 Dec 2006 18:29:31 -0000 1.2 @@ -0,0 +1 @@ +python-urljr-1_0_1-1:HEAD:python-urljr-1.0.1-1.src.rpm:1165602906 From fedora-extras-commits at redhat.com Fri Dec 8 18:30:01 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:30:01 -0500 Subject: rpms/python-urljr/devel python-urljr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612081830.kB8IU1D5015081@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-urljr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15047/devel Modified Files: .cvsignore sources Added Files: python-urljr.spec Log Message: auto-import python-urljr-1.0.1-1 on branch devel from python-urljr-1.0.1-1.src.rpm --- NEW FILE python-urljr.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-urljr Version: 1.0.1 Release: 1%{?dist} Summary: A common interface to urllib2 and curl for making HTTP requests Group: Development/Languages License: LGPL URL: http://www.openidenabled.com/openid/libraries/python/urljr Source0: http://www.openidenabled.com/resources/downloads/python-openid/python-urljr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-pycurl Requires: python-pycurl %description URL-related utilities from JanRain, Inc. This package contains the "fetchers" module, which provides a common interface to urllib2 and curl for making HTTP requests. %prep %setup -q %build %{__python} setup.py build %check %{__python} admin/runtests %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{python_sitelib}/* %changelog * Tue Dec 5 2006 Jeffrey C. Ollie - 1.0.1-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-urljr/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2006 18:29:04 -0000 1.1 +++ .cvsignore 8 Dec 2006 18:29:31 -0000 1.2 @@ -0,0 +1 @@ +python-urljr-1.0.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-urljr/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2006 18:29:04 -0000 1.1 +++ sources 8 Dec 2006 18:29:31 -0000 1.2 @@ -0,0 +1 @@ +0b120d08dc4538ed5c4ee5c77447b865 python-urljr-1.0.1.tar.gz From fedora-extras-commits at redhat.com Fri Dec 8 18:52:26 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 13:52:26 -0500 Subject: owners owners.list,1.2085,1.2086 Message-ID: <200612081852.kB8IqQFq015224@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15209 Modified Files: owners.list Log Message: Add python-urljr. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2085 retrieving revision 1.2086 diff -u -r1.2085 -r1.2086 --- owners.list 8 Dec 2006 15:33:38 -0000 1.2085 +++ owners.list 8 Dec 2006 18:51:56 -0000 1.2086 @@ -2065,6 +2065,7 @@ Fedora Extras|python-turbokid|Python template plugin that supports Kid templates|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|python-xmpp|Python library for easy scripting with Jabber|jeff at ocjtech.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 19:06:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 14:06:11 -0500 Subject: fedora-security/audit fe3, 1.43, 1.44 fe4, 1.112, 1.113 fe5, 1.123, 1.124 fe6, 1.37, 1.38 Message-ID: <200612081906.kB8J6B6L018386@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18365 Modified Files: fe3 fe4 fe5 fe6 Log Message: CVE-2006-4249 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- fe3 8 Dec 2006 02:17:31 -0000 1.43 +++ fe3 8 Dec 2006 19:06:11 -0000 1.44 @@ -23,6 +23,7 @@ CVE-2006-4684 patch (zope, fixed 2.8.0-5) #198106 CVE-2006-4513 VULNERABLE (wv) #212696 CVE-2006-4513 ** (abiword) #212698 +CVE-2006-4249 ignore (plone, 2.5/2.5.1 only issue) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 ignore (plone, 2.1.x not affected) #209163 CVE-2006-4192 VULNERABLE (libmodplug) Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- fe4 8 Dec 2006 02:17:31 -0000 1.112 +++ fe4 8 Dec 2006 19:06:11 -0000 1.113 @@ -54,6 +54,7 @@ CVE-2006-4513 ** (abiword) #212698 CVE-2006-4340 VULNERABLE (seamonkey, fixed 1.0.5) #209167 CVE-2006-4253 VULNERABLE (seamonkey, fixed 1.0.5) #209167 +CVE-2006-4249 ignore (plone, 2.5/2.5.1 only issue) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 ignore (plone, 2.1.x not affected) #209163 CVE-2006-4192 patch (libmodplug, fixed 0.7-4) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- fe5 8 Dec 2006 02:17:31 -0000 1.123 +++ fe5 8 Dec 2006 19:06:11 -0000 1.124 @@ -56,6 +56,7 @@ CVE-2006-4513 ** (abiword) #212698 CVE-2006-4340 version (seamonkey, fixed 1.0.5) #209167 CVE-2006-4253 version (seamonkey, fixed 1.0.5) #209167 +CVE-2006-4249 patch (plone, fixed 2.5.1-3) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 patch (plone, fixed 2.5-4) #209163 CVE-2006-4192 patch (libmodplug, fixed 0.8-3) Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- fe6 8 Dec 2006 02:17:31 -0000 1.37 +++ fe6 8 Dec 2006 19:06:11 -0000 1.38 @@ -57,6 +57,7 @@ CVE-2006-4513 ** (abiword) #212698 CVE-2006-4340 version (seamonkey, fixed 1.0.5) #209167 CVE-2006-4253 version (seamonkey, fixed 1.0.5) #209167 +CVE-2006-4249 patch (plone, fixed 2.5.1-3) #213983 CVE-2006-4248 ignore (thttpd, Debian specific issue) CVE-2006-4247 patch (plone, fixed 2.5-4) #209163 CVE-2006-4192 patch (libmodplug, fixed 0.8-3) From fedora-extras-commits at redhat.com Fri Dec 8 19:09:36 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 14:09:36 -0500 Subject: rpms/gossip/devel .cvsignore, 1.17, 1.18 gossip.spec, 1.32, 1.33 sources, 1.17, 1.18 Message-ID: <200612081909.kB8J9acc018428@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18409 Modified Files: .cvsignore gossip.spec sources Log Message: * Fri Dec 8 2006 Brian Pepple - 0.20-1 - Update to 0.20. - Remove X-Fedora category from desktop file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 16 Nov 2006 17:21:32 -0000 1.17 +++ .cvsignore 8 Dec 2006 19:09:06 -0000 1.18 @@ -1 +1 @@ -gossip-0.19.tar.bz2 +gossip-0.20.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gossip.spec 16 Nov 2006 17:21:33 -0000 1.32 +++ gossip.spec 8 Dec 2006 19:09:06 -0000 1.33 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Gnome Jabber Client @@ -67,7 +67,6 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -126,6 +125,10 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.20-1 +- Update to 0.20. +- Remove X-Fedora category from desktop file. + * Thu Nov 16 2006 Brian Pepple - 0.19-1 - Update to 0.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 16 Nov 2006 17:21:33 -0000 1.17 +++ sources 8 Dec 2006 19:09:06 -0000 1.18 @@ -1 +1 @@ -49c60c4467d17948f7243a169c65775c gossip-0.19.tar.bz2 +a8c6eb8cf31f28144283943db4b9f960 gossip-0.20.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 19:31:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 14:31:34 -0500 Subject: rpms/vdradmin-am/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdradmin-am.spec, 1.3, 1.4 Message-ID: <200612081931.kB8JVYWp018673@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18632/FC-6 Modified Files: .cvsignore sources vdradmin-am.spec Log Message: * Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 - 3.5.2. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:14:16 -0000 1.3 +++ .cvsignore 8 Dec 2006 19:31:04 -0000 1.4 @@ -1 +1 @@ -vdradmin-am-3.5.1.tar.bz2 +vdradmin-am-3.5.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:14:16 -0000 1.3 +++ sources 8 Dec 2006 19:31:04 -0000 1.4 @@ -1 +1 @@ -95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 +7307c78bf9bf57c9f17311380423e6f4 vdradmin-am-3.5.2.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/FC-6/vdradmin-am.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.3 +++ vdradmin-am.spec 8 Dec 2006 19:31:04 -0000 1.4 @@ -3,7 +3,7 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.5.1 +Version: 3.5.2 Release: 1%{?dist} Summary: Web interface for VDR @@ -118,6 +118,9 @@ %changelog +* Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 +- 3.5.2. + * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. From fedora-extras-commits at redhat.com Fri Dec 8 19:31:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 8 Dec 2006 14:31:34 -0500 Subject: rpms/vdradmin-am/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 vdradmin-am.spec, 1.4, 1.5 Message-ID: <200612081931.kB8JVYsu018678@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdradmin-am/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18632/devel Modified Files: .cvsignore sources vdradmin-am.spec Log Message: * Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 - 3.5.2. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Dec 2006 21:14:16 -0000 1.4 +++ .cvsignore 8 Dec 2006 19:31:04 -0000 1.5 @@ -1 +1 @@ -vdradmin-am-3.5.1.tar.bz2 +vdradmin-am-3.5.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Dec 2006 21:14:16 -0000 1.4 +++ sources 8 Dec 2006 19:31:04 -0000 1.5 @@ -1 +1 @@ -95b993576f1e5634e13b6ab8380c1d8b vdradmin-am-3.5.1.tar.bz2 +7307c78bf9bf57c9f17311380423e6f4 vdradmin-am-3.5.2.tar.bz2 Index: vdradmin-am.spec =================================================================== RCS file: /cvs/extras/rpms/vdradmin-am/devel/vdradmin-am.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vdradmin-am.spec 2 Dec 2006 21:14:16 -0000 1.4 +++ vdradmin-am.spec 8 Dec 2006 19:31:04 -0000 1.5 @@ -3,7 +3,7 @@ %define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR) Name: vdradmin-am -Version: 3.5.1 +Version: 3.5.2 Release: 1%{?dist} Summary: Web interface for VDR @@ -118,6 +118,9 @@ %changelog +* Fri Dec 8 2006 Ville Skytt?? - 3.5.2-1 +- 3.5.2. + * Sat Dec 2 2006 Ville Skytt?? - 3.5.1-1 - 3.5.1. - Add read only root/temporary state config. From fedora-extras-commits at redhat.com Fri Dec 8 19:37:35 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 14:37:35 -0500 Subject: rpms/gnomebaker/FC-6 gnomebaker-0.6.0-device.patch, NONE, 1.1 gnomebaker.spec, 1.6, 1.7 Message-ID: <200612081937.kB8JbZH8018812@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnomebaker/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18786 Modified Files: gnomebaker.spec Added Files: gnomebaker-0.6.0-device.patch Log Message: * Tue Dec 5 2006 Brian Pepple - 0.6.0-2 - Add patch to fix device selection with multiple devices present. - Drop X-Fedora category from desktop file. gnomebaker-0.6.0-device.patch: --- NEW FILE gnomebaker-0.6.0-device.patch --- diff -Naur gnomebaker-0.6.0.old/src/devices.c gnomebaker-0.6.0/src/devices.c --- gnomebaker-0.6.0.old/src/devices.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.c 2006-10-12 19:07:32.000000000 -0400 @@ -230,16 +230,47 @@ void -devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key) +devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only) { GB_LOG_FUNC g_return_if_fail(option_menu != NULL); g_return_if_fail(device_key != NULL); - gint index = gtk_option_menu_get_history(option_menu); - gchar *device = g_strdup_printf(GB_DEVICE_FORMAT, index + 1); - preferences_set_string(device_key, device); - g_free(device); + gint menuindex = gtk_option_menu_get_history(option_menu); + + gint index = 0, count = 0, device = 0; + GSList *devices = preferences_get_key_subkeys(GB_DEVICES_KEY); + GSList *item = devices; + + for(; device == 0; item = item->next) + { + gchar *device_key = (gchar*)item->data; + + gchar *device_capabilities_key = g_strconcat(device_key, GB_DEVICE_CAPABILITIES_LABEL, NULL); + const gint capabilities = preferences_get_int(device_capabilities_key); + /* Check the capabilities of the device and make sure that, if only writers were added + * to the options menu, the device can actually write disks */ + if(!writers_only || (capabilities & DC_WRITE_CDR || capabilities & DC_WRITE_CDRW || + capabilities & DC_WRITE_DVDR || capabilities & DC_WRITE_DVDRAM)) + { + if(index == menuindex) + { + device = count + 1; + } + ++index; + } + + g_free(device_capabilities_key); + g_free(device_key); + ++count; + + } + + g_slist_free(devices); + + gchar *devicename = g_strdup_printf(GB_DEVICE_FORMAT, device); + preferences_set_string(device_key, devicename); + g_free(devicename); } diff -Naur gnomebaker-0.6.0.old/src/devices.h gnomebaker-0.6.0/src/devices.h --- gnomebaker-0.6.0.old/src/devices.h 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/devices.h 2006-10-15 20:52:16.000000000 -0400 @@ -45,7 +45,7 @@ const gint capabilities); gboolean devices_mount_device(const gchar *device_key, gchar* *mount_point); void devices_unmount_device(const gchar *device_key); -void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key); +void devices_save_optionmenu(GtkOptionMenu *option_menu, const gchar *device_key, const gboolean writers_only); gboolean devices_eject_disk(const gchar *device_key); gint devices_prompt_for_disk(GtkWindow *parent, const gchar *device_key); gint devices_prompt_for_blank_disk(GtkWindow *parent, const gchar *device_key); diff -Naur gnomebaker-0.6.0.old/src/selectdevicedlg.c gnomebaker-0.6.0/src/selectdevicedlg.c --- gnomebaker-0.6.0.old/src/selectdevicedlg.c 2006-05-29 12:20:49.000000000 -0400 +++ gnomebaker-0.6.0/src/selectdevicedlg.c 2006-10-12 19:08:59.000000000 -0400 @@ -66,5 +66,5 @@ g_return_if_fail(selectdevicedlgdlg_xml != NULL); GtkWidget *option_menu = glade_xml_get_widget(selectdevicedlgdlg_xml, widget_select_writer); - devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER); + devices_save_optionmenu(GTK_OPTION_MENU(option_menu), GB_WRITER, TRUE); } diff -Naur gnomebaker-0.6.0.old/src/startdlg.c gnomebaker-0.6.0/src/startdlg.c --- gnomebaker-0.6.0.old/src/startdlg.c 2006-08-30 19:41:15.000000000 -0400 +++ gnomebaker-0.6.0/src/startdlg.c 2006-10-12 19:07:51.000000000 -0400 @@ -69,8 +69,8 @@ g_return_if_fail(user_data != NULL); StartDlg *start_dlg = (StartDlg*)user_data; - devices_save_optionmenu(start_dlg->reader, GB_READER); - devices_save_optionmenu(start_dlg->writer, GB_WRITER); + devices_save_optionmenu(start_dlg->reader, GB_READER, FALSE); + devices_save_optionmenu(start_dlg->writer, GB_WRITER, TRUE); const gint index = gtk_option_menu_get_history(start_dlg->write_speed); if(index == 0) preferences_set_int(start_dlg->dvdmode ? GB_DVDWRITE_SPEED : GB_CDWRITE_SPEED, 0); Index: gnomebaker.spec =================================================================== RCS file: /cvs/extras/rpms/gnomebaker/FC-6/gnomebaker.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnomebaker.spec 17 Sep 2006 01:21:05 -0000 1.6 +++ gnomebaker.spec 8 Dec 2006 19:37:05 -0000 1.7 @@ -1,12 +1,13 @@ Name: gnomebaker Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME CD/DVD burner Group: Applications/Multimedia License: GPL URL: http://%{name}.sourceforge.net/v2/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-device.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel >= 2.10.0 @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -p1 -b .device chmod 644 AUTHORS TODO @@ -51,7 +53,6 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -83,6 +84,10 @@ %changelog +* Tue Dec 5 2006 Brian Pepple - 0.6.0-2 +- Add patch to fix device selection with multiple devices present. +- Drop X-Fedora category from desktop file. + * Sat Sep 16 2006 Brian Pepple - 0.6.0-1 - Update to 0.6.0. - Drop BR on libglade2-devel. From fedora-extras-commits at redhat.com Fri Dec 8 19:47:46 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 8 Dec 2006 14:47:46 -0500 Subject: owners owners.list,1.2086,1.2087 Message-ID: <200612081947.kB8Jlk5S018898@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18883 Modified Files: owners.list Log Message: Added pungi Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2086 retrieving revision 1.2087 diff -u -r1.2086 -r1.2087 --- owners.list 8 Dec 2006 18:51:56 -0000 1.2086 +++ owners.list 8 Dec 2006 19:47:16 -0000 1.2087 @@ -1957,6 +1957,7 @@ Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|pulseaudio|Improved Linux sound server|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| +Fedora Extras|pungi|Distribution compose tool|jkeating at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|puppet|A configuration management tool|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pure-ftpd|Lightweight, fast and secure FTP server|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|putty|Putty - a SSH, Telnet & Rlogin client|jima at beer.tclug.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 8 19:49:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 14:49:25 -0500 Subject: rpms/gossip/FC-6 .cvsignore, 1.17, 1.18 gossip.spec, 1.32, 1.33 sources, 1.17, 1.18 Message-ID: <200612081949.kB8JnPZb018944@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18925 Modified Files: .cvsignore gossip.spec sources Log Message: * Fri Dec 8 2006 Brian Pepple - 0.20-1 - Update to 0.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-6/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Nov 2006 15:40:17 -0000 1.17 +++ .cvsignore 8 Dec 2006 19:48:55 -0000 1.18 @@ -1 +1 @@ -gossip-0.19.tar.bz2 +gossip-0.20.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-6/gossip.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gossip.spec 21 Nov 2006 15:40:17 -0000 1.32 +++ gossip.spec 8 Dec 2006 19:48:55 -0000 1.33 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Gnome Jabber Client @@ -125,6 +125,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.20-1 +- Update to 0.20. + * Sun Nov 19 2006 Brian Pepple - 0.19-1 - Update to 0.19. - Remove X-Fedora category from desktop file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-6/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Nov 2006 15:40:17 -0000 1.17 +++ sources 8 Dec 2006 19:48:55 -0000 1.18 @@ -1 +1 @@ -49c60c4467d17948f7243a169c65775c gossip-0.19.tar.bz2 +a8c6eb8cf31f28144283943db4b9f960 gossip-0.20.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 22:08:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 17:08:10 -0500 Subject: rpms/HelixPlayer/FC-6 HelixPlayer-1.0.7-ogg.patch, NONE, 1.1 HelixPlayer.spec, 1.1, 1.2 Message-ID: <200612082208.kB8M8A1Y028669@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/HelixPlayer/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28625/FC-6 Modified Files: HelixPlayer.spec Added Files: HelixPlayer-1.0.7-ogg.patch Log Message: apply patch for ogg/vorbis (bug 218896) HelixPlayer-1.0.7-ogg.patch: --- NEW FILE HelixPlayer-1.0.7-ogg.patch --- Index: datatype/ogg/fileformat/unix.pcf =================================================================== RCS file: /cvsroot/xiph/oggff/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/ogg/fileformat/unix.pcf 10 Sep 2003 20:21:27 -0000 1.2 +++ datatype/ogg/fileformat/unix.pcf 8 Dec 2006 11:05:39 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/vorbis/renderer/unix.pcf =================================================================== RCS file: /cvsroot/xiph/vorbisrend/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/vorbis/renderer/unix.pcf 10 Sep 2003 20:20:58 -0000 1.2 +++ datatype/vorbis/renderer/unix.pcf 8 Dec 2006 11:07:03 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/theora/renderer/linux2.pcf =================================================================== RCS file: /cvsroot/xiph/theorarend/linux2.pcf,v retrieving revision 1.2 diff -u -p -r1.2 linux2.pcf --- datatype/theora/renderer/linux2.pcf 9 Jul 2004 18:31:54 -0000 1.2 +++ datatype/theora/renderer/linux2.pcf 8 Dec 2006 11:07:33 -0000 @@ -52,8 +52,8 @@ UmakefileVersion(2,1) oggLibPath = os.path.join(GetSDKPath("oggvorbissdk"), "lib") +#project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), +# os.path.join(oggLibPath, "libtheora.a")) -project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), - os.path.join(oggLibPath, "libtheora.a")) - -project.AddSystemLibraries("pthread") \ No newline at end of file +project.AddDynamicLibraries("-logg -ltheora") +project.AddSystemLibraries("pthread") Index: HelixPlayer.spec =================================================================== RCS file: /cvs/extras/rpms/HelixPlayer/FC-6/HelixPlayer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HelixPlayer.spec 29 Sep 2006 13:28:09 -0000 1.1 +++ HelixPlayer.spec 8 Dec 2006 22:07:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: HelixPlayer Version: 1.0.7 Epoch: 1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Multimedia License: RPSL, GPL URL: https://player.helixcommunity.org/ @@ -16,6 +16,7 @@ Patch1: %{name}-1.0.3-disable-asm.patch Patch2: hxplay-1.0.4-nptl.patch Patch3: %{name}-1.0.5-missing-header.patch +Patch4: HelixPlayer-1.0.7-ogg.patch BuildRequires: libtheora-devel >= 1.0alpha3-3 BuildRequires: libvorbis-devel @@ -54,6 +55,7 @@ %patch1 -p1 -b .disable-asm %patch2 -p1 -b .nptl %patch3 -p1 -b .missing-header +%patch4 -p0 -b .ogg %build # Change hxplay_gtk_release to whatever string is in the Makefile @@ -192,6 +194,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 1:1.0.7-5 +- add patch to make ogg/vorbis work (bug 218896) + * Thu Sep 28 2006 Aurelien Bompard 1:1.0.7-4 - fixes from bug 201006 comment 20 From fedora-extras-commits at redhat.com Fri Dec 8 22:08:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 8 Dec 2006 17:08:10 -0500 Subject: rpms/HelixPlayer/devel HelixPlayer-1.0.7-ogg.patch, NONE, 1.1 HelixPlayer.spec, 1.1, 1.2 Message-ID: <200612082208.kB8M8Ar3028672@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/HelixPlayer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28625/devel Modified Files: HelixPlayer.spec Added Files: HelixPlayer-1.0.7-ogg.patch Log Message: apply patch for ogg/vorbis (bug 218896) HelixPlayer-1.0.7-ogg.patch: --- NEW FILE HelixPlayer-1.0.7-ogg.patch --- Index: datatype/ogg/fileformat/unix.pcf =================================================================== RCS file: /cvsroot/xiph/oggff/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/ogg/fileformat/unix.pcf 10 Sep 2003 20:21:27 -0000 1.2 +++ datatype/ogg/fileformat/unix.pcf 8 Dec 2006 11:05:39 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/vorbis/renderer/unix.pcf =================================================================== RCS file: /cvsroot/xiph/vorbisrend/unix.pcf,v retrieving revision 1.2 diff -u -p -r1.2 unix.pcf --- datatype/vorbis/renderer/unix.pcf 10 Sep 2003 20:20:58 -0000 1.2 +++ datatype/vorbis/renderer/unix.pcf 8 Dec 2006 11:07:03 -0000 @@ -1,3 +1 @@ - -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libogg.a")) -project.AddLibraries(os.path.join(GetSDKPath("oggvorbissdk"), "lib", "libvorbis.a")) +project.AddDynamicLibraries("-logg -lvorbis") Index: datatype/theora/renderer/linux2.pcf =================================================================== RCS file: /cvsroot/xiph/theorarend/linux2.pcf,v retrieving revision 1.2 diff -u -p -r1.2 linux2.pcf --- datatype/theora/renderer/linux2.pcf 9 Jul 2004 18:31:54 -0000 1.2 +++ datatype/theora/renderer/linux2.pcf 8 Dec 2006 11:07:33 -0000 @@ -52,8 +52,8 @@ UmakefileVersion(2,1) oggLibPath = os.path.join(GetSDKPath("oggvorbissdk"), "lib") +#project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), +# os.path.join(oggLibPath, "libtheora.a")) -project.AddLibraries(os.path.join(oggLibPath, "libogg.a"), - os.path.join(oggLibPath, "libtheora.a")) - -project.AddSystemLibraries("pthread") \ No newline at end of file +project.AddDynamicLibraries("-logg -ltheora") +project.AddSystemLibraries("pthread") Index: HelixPlayer.spec =================================================================== RCS file: /cvs/extras/rpms/HelixPlayer/devel/HelixPlayer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HelixPlayer.spec 29 Sep 2006 13:28:09 -0000 1.1 +++ HelixPlayer.spec 8 Dec 2006 22:07:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: HelixPlayer Version: 1.0.7 Epoch: 1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Multimedia License: RPSL, GPL URL: https://player.helixcommunity.org/ @@ -16,6 +16,7 @@ Patch1: %{name}-1.0.3-disable-asm.patch Patch2: hxplay-1.0.4-nptl.patch Patch3: %{name}-1.0.5-missing-header.patch +Patch4: HelixPlayer-1.0.7-ogg.patch BuildRequires: libtheora-devel >= 1.0alpha3-3 BuildRequires: libvorbis-devel @@ -54,6 +55,7 @@ %patch1 -p1 -b .disable-asm %patch2 -p1 -b .nptl %patch3 -p1 -b .missing-header +%patch4 -p0 -b .ogg %build # Change hxplay_gtk_release to whatever string is in the Makefile @@ -192,6 +194,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 1:1.0.7-5 +- add patch to make ogg/vorbis work (bug 218896) + * Thu Sep 28 2006 Aurelien Bompard 1:1.0.7-4 - fixes from bug 201006 comment 20 From fedora-extras-commits at redhat.com Fri Dec 8 22:40:34 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 17:40:34 -0500 Subject: rpms/phpMyAdmin/devel .cvsignore, 1.2, 1.3 phpMyAdmin.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612082240.kB8MeYSw028912@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28891 Modified Files: .cvsignore phpMyAdmin.spec sources Log Message: Upstream released new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Nov 2006 16:15:50 -0000 1.2 +++ .cvsignore 8 Dec 2006 22:40:04 -0000 1.3 @@ -1 +1 @@ -phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +phpMyAdmin-2.9.1.1-all-languages.tar.bz2 Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/phpMyAdmin.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phpMyAdmin.spec 15 Nov 2006 15:38:15 -0000 1.3 +++ phpMyAdmin.spec 8 Dec 2006 22:40:04 -0000 1.4 @@ -1,12 +1,12 @@ Name: phpMyAdmin -Version: 2.9.1 -Release: 3alpha%{?dist} +Version: 2.9.1.1 +Release: 1%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet License: GPL URL: http://www.phpmyadmin.net/ -Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-rc2-all-languages.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-all-languages.tar.bz2 Source1: phpMyAdmin-config.inc.php Source2: phpMyAdmin.htaccess BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +61,8 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 +- Upstream released new version * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Nov 2006 16:15:50 -0000 1.2 +++ sources 8 Dec 2006 22:40:04 -0000 1.3 @@ -1 +1 @@ -a49c0d06d98cf842b78f9686e642d952 phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +954675b5da3f33c2d53ae4b5096dbb0e phpMyAdmin-2.9.1.1-all-languages.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 8 23:18:43 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 18:18:43 -0500 Subject: rpms/phpMyAdmin/devel phpMyAdmin.spec,1.4,1.5 Message-ID: <200612082318.kB8NIhQb032362@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32345 Modified Files: phpMyAdmin.spec Log Message: Fixed bug in specfile Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/devel/phpMyAdmin.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- phpMyAdmin.spec 8 Dec 2006 22:40:04 -0000 1.4 +++ phpMyAdmin.spec 8 Dec 2006 23:18:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: phpMyAdmin Version: 2.9.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet @@ -27,7 +27,7 @@ is available in 50 languages %prep -%setup -qn phpMyAdmin-%{version}-rc2-all-languages +%setup -qn phpMyAdmin-%{version}-all-languages %install rm -rf %{buildroot} @@ -61,8 +61,12 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-2 +- Fixed bug in spec file + * Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 - Upstream released new version + * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag From fedora-extras-commits at redhat.com Sat Dec 9 00:27:34 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:27:34 -0500 Subject: rpms/SOAPpy/devel SOAPpy.spec,1.4,1.5 Message-ID: <200612090027.kB90RYKv003400@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3383 Modified Files: SOAPpy.spec Log Message: python(abi) = 0:2.5 Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- SOAPpy.spec 6 Sep 2006 18:37:32 -0000 1.4 +++ SOAPpy.spec 9 Dec 2006 00:27:04 -0000 1.5 @@ -2,7 +2,7 @@ Name: SOAPpy Version: 0.11.6 -Release: 5%{?dist} +Release: 5%{?dist}.1 Summary: Full-featured SOAP library for Python Group: Development/Languages License: Python Software Foundation License @@ -74,6 +74,9 @@ %changelog +* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc6.1 +- python(abi) = 0:2.5 + * Wed Sep 06 2006 Christopher Stone 0.11.6-5 - No longer %%ghost pyo files bug #205436 From fedora-extras-commits at redhat.com Sat Dec 9 00:29:52 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:29:52 -0500 Subject: rpms/poker-engine/devel poker-engine.spec,1.14,1.15 Message-ID: <200612090029.kB90TqdM003465@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3447 Modified Files: poker-engine.spec Log Message: python(abi) = 0:2.5 Index: poker-engine.spec =================================================================== RCS file: /cvs/extras/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- poker-engine.spec 7 Dec 2006 17:11:09 -0000 1.14 +++ poker-engine.spec 9 Dec 2006 00:29:22 -0000 1.15 @@ -2,7 +2,7 @@ Name: poker-engine Version: 1.0.20 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Python library that implements poker rules Group: Development/Libraries License: GPL @@ -61,6 +61,9 @@ %{_datadir}/pkgconfig/%{name}.pc %changelog +* Fri Dec 08 2006 Christopher Stone 1.0.20-2.fc7.1 +- python(abi) = 0:2.5 + * Thu Dec 07 2006 Christopher Stone 1.0.20-2 - Add missing Requires From fedora-extras-commits at redhat.com Sat Dec 9 00:30:29 2006 From: fedora-extras-commits at redhat.com (Miloslav Trmac (mitr)) Date: Fri, 8 Dec 2006 19:30:29 -0500 Subject: rpms/python-4Suite-XML/devel python-4Suite-XML.spec,1.4,1.5 Message-ID: <200612090030.kB90UTw6003525@cvs-int.fedora.redhat.com> Author: mitr Update of /cvs/extras/rpms/python-4Suite-XML/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3469 Modified Files: python-4Suite-XML.spec Log Message: * Sat Dec 9 2006 Miloslav Trmac - 1.0-2 - Rebuild with Python 2.5 Index: python-4Suite-XML.spec =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/python-4Suite-XML.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-4Suite-XML.spec 5 Nov 2006 03:31:58 -0000 1.4 +++ python-4Suite-XML.spec 9 Dec 2006 00:29:59 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-4Suite-XML Version: 1.0 -Release: 1 +Release: 2 Summary: A collection of XML-related technologies for Python Group: Development/Libraries @@ -60,6 +60,9 @@ %{_datadir}/4Suite %changelog +* Sat Dec 9 2006 Miloslav Trmac - 1.0-2 +- Rebuild with Python 2.5 + * Sun Nov 5 2006 Miloslav Trmac - 1.0-1 - Update to 4Suite-XML-1.0 From fedora-extras-commits at redhat.com Sat Dec 9 00:31:32 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:31:32 -0500 Subject: rpms/pygame/devel pygame.spec,1.11,1.12 Message-ID: <200612090031.kB90VWHT003582@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pygame/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3562 Modified Files: pygame.spec Log Message: python(abi) = 0:2.5 Index: pygame.spec =================================================================== RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pygame.spec 6 Sep 2006 19:21:33 -0000 1.11 +++ pygame.spec 9 Dec 2006 00:31:02 -0000 1.12 @@ -2,7 +2,7 @@ Name: pygame Version: 1.7.1 -Release: 9%{?dist} +Release: 9%{?dist}.1 Summary: Python modules for writing games Group: Development/Languages License: LGPL @@ -86,6 +86,9 @@ %{_includedir}/python*/%{name}/*.h %changelog +* Fri Dec 08 2006 Christopher Stone 1.7.1-9.fc7.1 +- python(abi) = 0:2.5 + * Wed Sep 06 2006 Christopher Stone 1.7.1-9 - No longer %%ghost pyo files. Bug #205396 From fedora-extras-commits at redhat.com Sat Dec 9 00:32:29 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 19:32:29 -0500 Subject: rpms/xchat-gnome/devel xchat-gnome.spec,1.30,1.31 Message-ID: <200612090032.kB90WTTN003658@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3643 Modified Files: xchat-gnome.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.15-2 - Rebuild for new python. Index: xchat-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- xchat-gnome.spec 29 Oct 2006 14:44:00 -0000 1.30 +++ xchat-gnome.spec 9 Dec 2006 00:31:59 -0000 1.31 @@ -2,7 +2,7 @@ Name: xchat-gnome Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME front-end to xchat Group: Applications/Internet @@ -137,6 +137,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.15-2 +- Rebuild for new python. + * Sun Oct 29 2006 Brian Pepple - 0.15-1 - Update to 0.15. - Add new icons. From fedora-extras-commits at redhat.com Sat Dec 9 00:33:10 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 19:33:10 -0500 Subject: rpms/python-fpconst/devel python-fpconst.spec,1.3,1.4 Message-ID: <200612090033.kB90XALL003682@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3664 Modified Files: python-fpconst.spec Log Message: python(abi) = 0:2.5 Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-fpconst.spec 6 Sep 2006 18:50:23 -0000 1.3 +++ python-fpconst.spec 9 Dec 2006 00:32:40 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-fpconst Version: 0.7.2 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License @@ -39,6 +39,9 @@ %{python_sitelib}/*.pyo %changelog +* Fri Dec 08 2006 Christopher Stone 0.7.2-3.fc7.1 +- python(abi) = 0:2.5 + * Wed Sep 06 2006 Christopher Stone 0.7.2-3 - No longer %%ghost pyo files. Bug #205414 From fedora-extras-commits at redhat.com Sat Dec 9 00:56:18 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 8 Dec 2006 19:56:18 -0500 Subject: rpms/pyicq-t/devel pyicq-t.spec,1.5,1.6 Message-ID: <200612090056.kB90uImr003940@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3909 Modified Files: pyicq-t.spec Log Message: Fix up requires for mysql subpackage. Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/pyicq-t.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pyicq-t.spec 8 Dec 2006 16:56:27 -0000 1.5 +++ pyicq-t.spec 9 Dec 2006 00:55:48 -0000 1.6 @@ -2,7 +2,7 @@ Name: pyicq-t Version: 0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -38,7 +38,7 @@ Summary: MySQL backend for ICQ transport Group: Applications/Internet Requires: MySQL-python -Requires: pyicqt = %{version}-%{release} +Requires: pyicq-t = %{version}-%{release} %description mysql MySQL backend for ICQ transport @@ -106,6 +106,9 @@ %{_datadir}/pyicq-t/src/xdb/mysql.py* %changelog +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.8-3 +- Fix up requires for mysql subpackage. + * Fri Dec 8 2006 Jeffrey C. Ollie - 0.8-2 - Bump release and rebuild for Python 2.5 - Use macro for path to standard library From fedora-extras-commits at redhat.com Sat Dec 9 00:57:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 8 Dec 2006 19:57:08 -0500 Subject: rpms/exo/devel exo.spec,1.20,1.21 Message-ID: <200612090057.kB90v8aJ003995@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3980 Modified Files: exo.spec Log Message: Rebuild for new python Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- exo.spec 11 Nov 2006 07:27:19 -0000 1.20 +++ exo.spec 9 Dec 2006 00:56:38 -0000 1.21 @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.1.12 -Release: 0.1.rc2%{?dist} +Release: 0.3.rc2%{?dist} License: LGPL URL: http://xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.99.2/src/exo-0.3.1.12rc2.tar.bz2 @@ -94,6 +94,7 @@ %{_libexecdir}/exo-helper-0.3 %{_libexecdir}/exo-compose-mail-0.3 %{_datadir}/applications/exo-preferred-applications.desktop +%{_libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.so %{_datadir}/icons/hicolor/24x24/apps/preferences-desktop-default-applications.png %{_datadir}/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png %{_datadir}/icons/hicolor/48x48/apps/applications-internet.png @@ -114,6 +115,13 @@ %{python_sitearch}/pyexo.* %changelog +* Fri Dec 8 2006 Kevin Fenzi - 0.3.1.12-0.3.rc2 +- Rebuild for new python + +* Thu Nov 16 2006 Kevin Fenzi - 0.3.1.12-0.2.rc2 +- Rebuild with fixed xfce-mcs-manager-devel +- Add exo-preferred-applicatons-settings.so + * Thu Nov 9 2006 Kevin Fenzi - 0.3.1.12-0.1.rc2 - Update to 0.3.1.12rc2 From fedora-extras-commits at redhat.com Sat Dec 9 01:08:47 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 20:08:47 -0500 Subject: rpms/phpMyAdmin/FC-5 phpMyAdmin.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612090108.kB918lZO007199@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7168/FC-5 Modified Files: phpMyAdmin.spec sources Log Message: upstream released uew version Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-5/phpMyAdmin.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phpMyAdmin.spec 15 Nov 2006 15:38:14 -0000 1.3 +++ phpMyAdmin.spec 9 Dec 2006 01:08:17 -0000 1.4 @@ -1,12 +1,12 @@ Name: phpMyAdmin -Version: 2.9.1 -Release: 3alpha%{?dist} +Version: 2.9.1.1 +Release: 2%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet License: GPL URL: http://www.phpmyadmin.net/ -Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-rc2-all-languages.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-all-languages.tar.bz2 Source1: phpMyAdmin-config.inc.php Source2: phpMyAdmin.htaccess BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ is available in 50 languages %prep -%setup -qn phpMyAdmin-%{version}-rc2-all-languages +%setup -qn phpMyAdmin-%{version}-all-languages %install rm -rf %{buildroot} @@ -61,6 +61,12 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-2 +- Fixed bug in spec file + +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 +- Upstream released new version + * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Nov 2006 16:15:50 -0000 1.2 +++ sources 9 Dec 2006 01:08:17 -0000 1.3 @@ -1 +1 @@ -a49c0d06d98cf842b78f9686e642d952 phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +954675b5da3f33c2d53ae4b5096dbb0e phpMyAdmin-2.9.1.1-all-languages.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 01:08:47 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 8 Dec 2006 20:08:47 -0500 Subject: rpms/phpMyAdmin/FC-6 phpMyAdmin.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612090108.kB918lt9007203@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/phpMyAdmin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7168/FC-6 Modified Files: phpMyAdmin.spec sources Log Message: upstream released uew version Index: phpMyAdmin.spec =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-6/phpMyAdmin.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phpMyAdmin.spec 15 Nov 2006 15:38:15 -0000 1.3 +++ phpMyAdmin.spec 9 Dec 2006 01:08:17 -0000 1.4 @@ -1,12 +1,12 @@ Name: phpMyAdmin -Version: 2.9.1 -Release: 3alpha%{?dist} +Version: 2.9.1.1 +Release: 2%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet License: GPL URL: http://www.phpmyadmin.net/ -Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-rc2-all-languages.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/phpMyAdmin/phpMyAdmin-%{version}-all-languages.tar.bz2 Source1: phpMyAdmin-config.inc.php Source2: phpMyAdmin.htaccess BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ is available in 50 languages %prep -%setup -qn phpMyAdmin-%{version}-rc2-all-languages +%setup -qn phpMyAdmin-%{version}-all-languages %install rm -rf %{buildroot} @@ -61,6 +61,12 @@ %config(noreplace) %{_sysconfdir}/%{name} %changelog +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-2 +- Fixed bug in spec file + +* Fri Dec 08 2006 Mike McGrath 2.9.1.1-1 +- Upstream released new version + * Wed Nov 15 2006 Mike McGrath 2.9.1-3alpha - Added dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpMyAdmin/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Nov 2006 16:15:50 -0000 1.2 +++ sources 9 Dec 2006 01:08:17 -0000 1.3 @@ -1 +1 @@ -a49c0d06d98cf842b78f9686e642d952 phpMyAdmin-2.9.1-rc2-all-languages.tar.bz2 +954675b5da3f33c2d53ae4b5096dbb0e phpMyAdmin-2.9.1.1-all-languages.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 01:16:49 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 20:16:49 -0500 Subject: rpms/python-fpconst/devel python-fpconst.spec,1.4,1.5 Message-ID: <200612090116.kB91Gnmb007340@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7319 Modified Files: python-fpconst.spec Log Message: Readd python-devel to BR to get it to build on fc7 Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-fpconst.spec 9 Dec 2006 00:32:40 -0000 1.4 +++ python-fpconst.spec 9 Dec 2006 01:16:19 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-fpconst Version: 0.7.2 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License @@ -10,6 +10,7 @@ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel %description This python module implements constants and functions for working with @@ -39,6 +40,9 @@ %{python_sitelib}/*.pyo %changelog +* Fri Dec 08 2006 Christopher Stone 0.7.2-3.fc7.2 +- Add python-devel to BR + * Fri Dec 08 2006 Christopher Stone 0.7.2-3.fc7.1 - python(abi) = 0:2.5 From fedora-extras-commits at redhat.com Sat Dec 9 01:40:06 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 20:40:06 -0500 Subject: rpms/SOAPpy/devel SOAPpy.spec,1.5,1.6 Message-ID: <200612090140.kB91e69g007888@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7873 Modified Files: SOAPpy.spec Log Message: rebump Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SOAPpy.spec 9 Dec 2006 00:27:04 -0000 1.5 +++ SOAPpy.spec 9 Dec 2006 01:39:36 -0000 1.6 @@ -2,7 +2,7 @@ Name: SOAPpy Version: 0.11.6 -Release: 5%{?dist}.1 +Release: 5%{?dist}.2 Summary: Full-featured SOAP library for Python Group: Development/Languages License: Python Software Foundation License @@ -74,7 +74,10 @@ %changelog -* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc6.1 +* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.2 +- Bump again for python-fpconst rebuild + +* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.1 - python(abi) = 0:2.5 * Wed Sep 06 2006 Christopher Stone 0.11.6-5 From fedora-extras-commits at redhat.com Sat Dec 9 01:56:55 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 20:56:55 -0500 Subject: rpms/blogtk/devel blogtk.spec,1.4,1.5 Message-ID: <200612090156.kB91utCa007974@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7959 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/devel/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:31:48 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:56:25 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 01:59:09 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 20:59:09 -0500 Subject: rpms/blogtk/FC-3 blogtk.spec,1.4,1.5 Message-ID: <200612090159.kB91x9rB008039@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8022 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-3/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:28:12 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:58:38 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 01:59:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 20:59:45 -0500 Subject: rpms/blogtk/FC-4 blogtk.spec,1.4,1.5 Message-ID: <200612090159.kB91xjUF008092@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8076 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-4/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:29:36 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:59:15 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 02:00:22 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 21:00:22 -0500 Subject: rpms/blogtk/FC-5 blogtk.spec,1.4,1.5 Message-ID: <200612090200.kB920MVX008146@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8129 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-5/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:30:20 -0000 1.4 +++ blogtk.spec 9 Dec 2006 01:59:52 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 02:00:59 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Fri, 8 Dec 2006 21:00:59 -0500 Subject: rpms/blogtk/FC-6 blogtk.spec,1.4,1.5 Message-ID: <200612090200.kB920x1v008198@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/blogtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8181 Modified Files: blogtk.spec Log Message: Rebuild for devel (FC-7) branch only to pick up new Python ABI Index: blogtk.spec =================================================================== RCS file: /cvs/extras/rpms/blogtk/FC-6/blogtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blogtk.spec 12 Nov 2006 20:31:05 -0000 1.4 +++ blogtk.spec 9 Dec 2006 02:00:28 -0000 1.5 @@ -3,7 +3,7 @@ Name: blogtk Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME application for editing/maintaining blogs Group: Applications/Internet @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Paul W. Frields - 1.1-8 +- Rebuild + * Sun Nov 12 2006 Paul W. Frields - 1.1-7 - Add Requires: gnome-python2-gtkhtml2 (#214894) From fedora-extras-commits at redhat.com Sat Dec 9 02:14:34 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 8 Dec 2006 21:14:34 -0500 Subject: rpms/labyrinth/devel labyrinth.spec,1.1,1.2 Message-ID: <200612090214.kB92EYtI011385@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/labyrinth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11370/labyrinth/devel Modified Files: labyrinth.spec Log Message: Rebuild for Python 2.5 upgrade Index: labyrinth.spec =================================================================== RCS file: /cvs/extras/rpms/labyrinth/devel/labyrinth.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- labyrinth.spec 22 Nov 2006 02:07:16 -0000 1.1 +++ labyrinth.spec 9 Dec 2006 02:14:04 -0000 1.2 @@ -3,7 +3,7 @@ Name: labyrinth Version: 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple yet powerful mind-mapping tool for the GNOME desktop Group: Applications/Productivity @@ -88,7 +88,10 @@ %changelog +* Fri Dec 08 2006 Peter Gordon - 0.3-2 +- Rebuild for Python 2.5 upgrade + * Wed Nov 15 2006 Peter Gordon - 0.3-1 - Initial packaging. - Add patch to fix interpreters on MainWindow.py and Links.py scripts: - + fix-interpreters.patch \ No newline at end of file + + fix-interpreters.patch From fedora-extras-commits at redhat.com Sat Dec 9 02:18:09 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 8 Dec 2006 21:18:09 -0500 Subject: rpms/ruby-postgres/devel ruby-postgres.spec,1.3,1.4 Message-ID: <200612090218.kB92I9cm011456@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11441 Modified Files: ruby-postgres.spec Log Message: Rebuild against PostgreSQL 8.2.0 Index: ruby-postgres.spec =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/devel/ruby-postgres.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ruby-postgres.spec 13 Sep 2006 12:06:33 -0000 1.3 +++ ruby-postgres.spec 9 Dec 2006 02:17:39 -0000 1.4 @@ -2,7 +2,7 @@ Name: ruby-postgres Version: 0.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Ruby interface for the PostgreSQL database engine Group: Development/Languages # Source says that ruby-gems-postgres is distributable under the same @@ -47,6 +47,9 @@ %{ruby_sitearch}/postgres.so %changelog +* Fri Dec 8 2006 David Lutterkort - 0.7.1-6 +- Rebuild against PostgreSQL 8.2.0 + * Wed Sep 13 2006 David Lutterkort - 0.7.1-5 - Rebuilt for FC6 - Remove _smp_mflags from make install From fedora-extras-commits at redhat.com Sat Dec 9 02:21:46 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 8 Dec 2006 21:21:46 -0500 Subject: rpms/scribes/devel scribes.spec,1.20,1.21 Message-ID: <200612090221.kB92LkEC011533@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514/scribes/devel Modified Files: scribes.spec Log Message: Rebuild for Python 2.5 upgrade Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- scribes.spec 4 Nov 2006 20:07:31 -0000 1.20 +++ scribes.spec 9 Dec 2006 02:21:16 -0000 1.21 @@ -4,7 +4,7 @@ Name: scribes Version: 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -153,6 +153,9 @@ %changelog +* Fri Dec 08 2006 Peter Gordon - 0.3-2 +- Rebuild for Python 2.5 upgrade + * Sat Nov 04 2006 Peter Gordon - 0.3-1 - Update to new upstream release (0.3 final) From fedora-extras-commits at redhat.com Sat Dec 9 03:14:37 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 8 Dec 2006 22:14:37 -0500 Subject: rpms/obmenu/devel obmenu.desktop,1.1,1.2 obmenu.spec,1.3,1.4 Message-ID: <200612090314.kB93EbXh014891@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/obmenu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14855 Modified Files: obmenu.desktop obmenu.spec Log Message: Fix .desktop file a bit; rebuild for Python 2.5 upgrade Index: obmenu.desktop =================================================================== RCS file: /cvs/extras/rpms/obmenu/devel/obmenu.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- obmenu.desktop 2 Sep 2006 17:37:07 -0000 1.1 +++ obmenu.desktop 9 Dec 2006 03:14:07 -0000 1.2 @@ -7,4 +7,4 @@ Exec=obmenu Terminal=false Type=Application -Categories=Openbox;Application;System Tools +Categories=Settings;GTK;DesktopSettings; Index: obmenu.spec =================================================================== RCS file: /cvs/extras/rpms/obmenu/devel/obmenu.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- obmenu.spec 16 Oct 2006 02:05:59 -0000 1.3 +++ obmenu.spec 9 Dec 2006 03:14:07 -0000 1.4 @@ -2,7 +2,7 @@ Name: obmenu Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A graphical menu editor for Openbox Group: User Interface/Desktops License: GPL @@ -18,6 +18,7 @@ Requires: pygtk2-libglade BuildRequires: desktop-file-utils +BuildRequires: python-devel %description obmenu is a graphical menu editor for the Openbox window manager. Openbox uses @@ -46,7 +47,6 @@ chmod +x %{buildroot}%{python_sitelib}/obxml.py desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ - --add-category X-Fedora \ %{SOURCE2} %clean @@ -66,6 +66,11 @@ %changelog +* Fri Dec 08 2006 Peter Gordon - 1.0-4 +- Rebuild for Python 2.5 upgrade +- Fix Categories entry and remove X-Fedora category addition in installed + .desktop file + * Sun Oct 15 2006 Peter Gordon - 1.0-3 - Some minor aesthetic spec cleanups - Add a patch from upstream to copy the default /etx/xdg menu stuff if one From fedora-extras-commits at redhat.com Sat Dec 9 03:19:41 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 8 Dec 2006 22:19:41 -0500 Subject: rpms/telepathy-butterfly/devel telepathy-butterfly.spec,1.5,1.6 Message-ID: <200612090319.kB93Jf1p014966@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-butterfly/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14951 Modified Files: telepathy-butterfly.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.1.3-3 - Add BR on python-devel. Index: telepathy-butterfly.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-butterfly/devel/telepathy-butterfly.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- telepathy-butterfly.spec 8 Dec 2006 18:04:33 -0000 1.5 +++ telepathy-butterfly.spec 9 Dec 2006 03:19:11 -0000 1.6 @@ -2,7 +2,7 @@ Name: telepathy-butterfly Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MSN connection manager for Telepathy Group: Applications/Communications @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: dbus-devel +BuildRequires: python-devel BuildRequires: pkgconfig Requires: python-telepathy @@ -54,6 +55,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.1.3-3 +- Add BR on python-devel. + * Fri Dec 8 2006 Brian Pepple - 0.1.3-2 - Rebuild against new python. From fedora-extras-commits at redhat.com Sat Dec 9 03:50:23 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Fri, 8 Dec 2006 22:50:23 -0500 Subject: owners owners.list,1.2087,1.2088 Message-ID: <200612090350.kB93oNPt015170@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15155 Modified Files: owners.list Log Message: remove gnubg entry with nonworking e-mail address, that was added in 2081 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2087 retrieving revision 1.2088 diff -u -r1.2087 -r1.2088 --- owners.list 8 Dec 2006 19:47:16 -0000 1.2087 +++ owners.list 9 Dec 2006 03:49:53 -0000 1.2088 @@ -614,7 +614,6 @@ Fedora Extras|gnonlin|GStreamer extension library for non-linear editing|bdpepple at ameritech.net|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|gnotime|Tracks and reports time spent|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnu-smalltalk|GNU Smalltalk|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| -Fedora Extras|gnubg|A backgammon game and analyser|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|gnubg|A backgammon game and analyser|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnubiff|A mail notification program|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnucap|The Gnu Circuit Analysis Package|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 04:07:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 8 Dec 2006 23:07:09 -0500 Subject: rpms/SOAPpy/devel SOAPpy-0.11.6-python25.patch, NONE, 1.1 SOAPpy.spec, 1.6, 1.7 Message-ID: <200612090407.kB9479CY018425@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18405 Modified Files: SOAPpy.spec Added Files: SOAPpy-0.11.6-python25.patch Log Message: python 2.5 patches SOAPpy-0.11.6-python25.patch: --- NEW FILE SOAPpy-0.11.6-python25.patch --- --- SOAPpy/Client.py~ 2006-12-08 19:01:59.000000000 -0800 +++ SOAPpy/Client.py 2006-12-08 19:02:23.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # @@ -43,8 +45,6 @@ ident = '$Id: Client.py,v 1.20 2004/04/10 04:22:52 irjudson Exp $' from version import __version__ -from __future__ import nested_scopes - #import xml.sax import urllib from types import * --- SOAPpy/GSIServer.py~ 2006-12-08 19:13:42.000000000 -0800 +++ SOAPpy/GSIServer.py 2006-12-08 19:13:56.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ GSIServer - Contributed by Ivan R. Judson @@ -46,8 +48,6 @@ ident = '$Id: GSIServer.py,v 1.4 2004/02/04 03:21:02 irjudson Exp $' from version import __version__ -from __future__ import nested_scopes - #import xml.sax import re import socket --- SOAPpy/NS.py~ 2006-12-08 19:14:02.000000000 -0800 +++ SOAPpy/NS.py 2006-12-08 19:14:15.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # @@ -40,8 +42,6 @@ ################################################################################ """ -from __future__ import nested_scopes - ident = '$Id: NS.py,v 1.3 2004/01/31 04:20:05 warnes Exp $' from version import __version__ --- SOAPpy/Server.py~ 2006-12-08 19:14:20.000000000 -0800 +++ SOAPpy/Server.py 2006-12-08 19:14:33.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # @@ -43,8 +45,6 @@ ident = '$Id: Server.py,v 1.20 2004/04/28 21:47:10 warnes Exp $' from version import __version__ -from __future__ import nested_scopes - #import xml.sax import re import socket --- SOAPpy/Types.py~ 2006-12-08 19:14:39.000000000 -0800 +++ SOAPpy/Types.py 2006-12-08 19:14:52.000000000 -0800 @@ -1,3 +1,5 @@ +from __future__ import nested_scopes + """ ################################################################################ # Copyright (c) 2003, Pfizer @@ -36,8 +38,6 @@ ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $' from version import __version__ -from __future__ import nested_scopes - import UserList import base64 import cgi Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- SOAPpy.spec 9 Dec 2006 01:39:36 -0000 1.6 +++ SOAPpy.spec 9 Dec 2006 04:06:39 -0000 1.7 @@ -2,18 +2,24 @@ Name: SOAPpy Version: 0.11.6 -Release: 5%{?dist}.2 +Release: 6%{?dist} Summary: Full-featured SOAP library for Python + Group: Development/Languages License: Python Software Foundation License URL: http://pywebsvcs.sourceforge.net Source0: http://dl.sourceforge.net/pywebsvcs/%{name}-%{version}.tar.gz +Patch0: %{name}-%{version}-python25.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch + +BuildRequires: python-devel BuildRequires: python-fpconst >= 0.6.0 Requires: python-fpconst >= 0.6.0 Requires: PyXML >= 0.8.3 -Obsoletes: python-SOAPpy + +Obsoletes: python-SOAPpy = %{version} Provides: python-SOAPpy = %{version}-%{release} %description @@ -24,6 +30,7 @@ %prep %setup -q +%patch0 -p0 -b .python25 # remove shell bangs pushd %{name}/wstools @@ -74,11 +81,11 @@ %changelog -* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.2 -- Bump again for python-fpconst rebuild - -* Fri Dec 08 2006 Christopher Stone 0.11.6-5.fc7.1 -- python(abi) = 0:2.5 +* Fri Dec 08 2006 Christopher Stone 0.11.6-6 +- Readd python-devel to BR +- Add patch to build with python 2.5 +- Add versioned Obsoletes +- python(abi) = 0:2.5 rebuild * Wed Sep 06 2006 Christopher Stone 0.11.6-5 - No longer %%ghost pyo files bug #205436 From fedora-extras-commits at redhat.com Sat Dec 9 04:13:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 8 Dec 2006 23:13:01 -0500 Subject: rpms/jasper/devel jasper.spec,1.20,1.21 Message-ID: <200612090413.kB94D1r5018492@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18477 Modified Files: jasper.spec Log Message: * Fri Dec 08 2006 Rex Dieter 1.900.0-3 - omit deprecated memleak patch Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- jasper.spec 8 Dec 2006 17:32:36 -0000 1.20 +++ jasper.spec 9 Dec 2006 04:12:31 -0000 1.21 @@ -11,7 +11,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.900.0 -Release: 2%{?dist} +Release: 3%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -57,7 +57,7 @@ %setup -q -n %{name}-%{version}%{?geo:.GEO} %patch1 -p1 -b .GL -%patch3 -p1 -b .memleak +#patch3 -p1 -b .memleak %if "%{?geo:1}" == "1" chmod +x configure configure.ac @@ -121,6 +121,9 @@ %changelog +* Fri Dec 08 2006 Rex Dieter 1.900.0-3 +- omit deprecated memleak patch + * Fri Dec 08 2006 Rex Dieter 1.900.0-2 - jasper-1.900.0 (#218947) From fedora-extras-commits at redhat.com Sat Dec 9 04:14:15 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Fri, 8 Dec 2006 23:14:15 -0500 Subject: rpms/offlineimap/devel offlineimap.spec,1.2,1.3 Message-ID: <200612090414.kB94EF4e018553@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/offlineimap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18536 Modified Files: offlineimap.spec Log Message: rebuild for python 2.5, added BR: python-devel Index: offlineimap.spec =================================================================== RCS file: /cvs/extras/rpms/offlineimap/devel/offlineimap.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- offlineimap.spec 4 Dec 2006 00:16:58 -0000 1.2 +++ offlineimap.spec 9 Dec 2006 04:13:45 -0000 1.3 @@ -2,7 +2,7 @@ Name: offlineimap Version: 4.0.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPL @@ -11,6 +11,8 @@ Source0: http://software.complete.org/offlineimap/static/download_area/%{version}/%{name}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python-devel + BuildArch: noarch @@ -50,6 +52,10 @@ %{_mandir}/man1/offlineimap.1.gz %changelog +* Sat Dec 09 2006 Till Maas - 4.0.16-3 +- rebuild for python2.5 +- added BR: python-devel, which is needed now + * Mon Dec 04 2006 Till Maas - 4.0.16-2 - added -p to cp to preserve timestamp of ChangeLog From fedora-extras-commits at redhat.com Sat Dec 9 04:39:55 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 8 Dec 2006 23:39:55 -0500 Subject: rpms/python-turbokid/devel python-turbokid.spec,1.3,1.4 Message-ID: <200612090439.kB94dtMu018711@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbokid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18691 Modified Files: python-turbokid.spec Log Message: Rebuild for new python Index: python-turbokid.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbokid/devel/python-turbokid.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-turbokid.spec 30 Sep 2006 07:11:49 -0000 1.3 +++ python-turbokid.spec 9 Dec 2006 04:39:25 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-turbokid Version: 0.9.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python template plugin that supports Kid templates Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Fri Dec 8 2006 Luke Macken - 0.9.9-3 +- Rebuild for new python + * Sat Sep 30 2006 Luke Macken - 0.9.9-2 - Add python-setuptools to BuildRequires From fedora-extras-commits at redhat.com Sat Dec 9 04:42:30 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 8 Dec 2006 23:42:30 -0500 Subject: rpms/python-turbojson/devel python-turbojson.spec,1.1,1.2 Message-ID: <200612090442.kB94gU5N018782@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbojson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18762 Modified Files: python-turbojson.spec Log Message: rebuild for new python Index: python-turbojson.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbojson/devel/python-turbojson.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-turbojson.spec 6 Oct 2006 06:04:14 -0000 1.1 +++ python-turbojson.spec 9 Dec 2006 04:42:00 -0000 1.2 @@ -5,7 +5,7 @@ Name: python-turbojson Version: 0.9.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python template plugin that supports json Group: Development/Languages @@ -48,6 +48,9 @@ %changelog +* Fri Dec 8 2006 Luke Macken 0.9.9-3 +- Rebuild for new python + * Fri Oct 6 2006 Luke Macken 0.9.9-2 - Update source url From fedora-extras-commits at redhat.com Sat Dec 9 04:44:23 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 8 Dec 2006 23:44:23 -0500 Subject: rpms/python-turbocheetah/devel python-turbocheetah.spec,1.2,1.3 Message-ID: <200612090444.kB94iNow018847@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbocheetah/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18827 Modified Files: python-turbocheetah.spec Log Message: Rebuild for new python Index: python-turbocheetah.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-turbocheetah.spec 17 Oct 2006 06:42:20 -0000 1.2 +++ python-turbocheetah.spec 9 Dec 2006 04:43:53 -0000 1.3 @@ -5,7 +5,7 @@ Name: python-turbocheetah Version: 0.9.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TurboGears plugin to support use of Cheetah templates Group: Development/Languages @@ -52,6 +52,9 @@ %changelog +* Fri Dec 8 2006 Luke Macken - 0.9.5-6 +- Rebuild for new python + * Tue Oct 17 2006 Luke Macken - 0.9.5-5 - python-turbocheetah-0.9.5-setuptools.patch From fedora-extras-commits at redhat.com Sat Dec 9 05:04:37 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 9 Dec 2006 00:04:37 -0500 Subject: rpms/denyhosts/devel denyhosts.spec,1.40,1.41 Message-ID: <200612090504.kB954bYW022070@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22055 Modified Files: denyhosts.spec Log Message: * Fri Dec 08 2006 Jason L Tibbitts III - 2.6-3 - Rebuild for new python. Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- denyhosts.spec 8 Dec 2006 01:28:56 -0000 1.40 +++ denyhosts.spec 9 Dec 2006 05:04:07 -0000 1.41 @@ -1,6 +1,6 @@ Name: denyhosts Version: 2.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -148,6 +148,9 @@ %changelog +* Fri Dec 08 2006 Jason L Tibbitts III - 2.6-3 +- Rebuild for new python. + * Thu Dec 07 2006 Jason L Tibbitts III - 2.6-2 - Update config patch. From fedora-extras-commits at redhat.com Sat Dec 9 05:10:02 2006 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Sat, 9 Dec 2006 00:10:02 -0500 Subject: rpms/python-GeoIP/devel python-GeoIP.spec,1.3,1.4 Message-ID: <200612090510.kB95A2B7022194@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/python-GeoIP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22173 Modified Files: python-GeoIP.spec Log Message: * Sat Dec 9 2006 Michael Fleming 1.2.1-6 - Rebuild for python 2.5 Index: python-GeoIP.spec =================================================================== RCS file: /cvs/extras/rpms/python-GeoIP/devel/python-GeoIP.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-GeoIP.spec 4 Sep 2006 10:14:12 -0000 1.3 +++ python-GeoIP.spec 9 Dec 2006 05:09:32 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-GeoIP Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python bindings for the GeoIP geographical lookup libraries Group: Development/Languages @@ -43,6 +43,9 @@ %changelog +* Sat Dec 9 2006 Michael Fleming 1.2.1-6 +- Rebuild for python 2.5 + * Mon Sep 4 2006 Michael Fleming 1.2.1-5 - Rebuild From fedora-extras-commits at redhat.com Sat Dec 9 05:12:37 2006 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Sat, 9 Dec 2006 00:12:37 -0500 Subject: rpms/svnmailer/devel svnmailer.spec,1.2,1.3 Message-ID: <200612090512.kB95CbYw022309@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/svnmailer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22274 Modified Files: svnmailer.spec Log Message: * Sat Dec 9 2006 Michael Fleming 1.0.8-3 - Rebuild for python 2.5 Index: svnmailer.spec =================================================================== RCS file: /cvs/extras/rpms/svnmailer/devel/svnmailer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- svnmailer.spec 3 Sep 2006 06:33:56 -0000 1.2 +++ svnmailer.spec 9 Dec 2006 05:12:07 -0000 1.3 @@ -2,7 +2,7 @@ Name: svnmailer Version: 1.0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to post subversion repository commit information Group: Development/Tools @@ -65,6 +65,9 @@ %doc docs/* %changelog +* Sat Dec 9 2006 Michael Fleming 1.0.8-3 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Michael Fleming 1.0.8-2 - Rebuild - No longer ghost .pyo files. From fedora-extras-commits at redhat.com Sat Dec 9 05:12:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 9 Dec 2006 00:12:38 -0500 Subject: rpms/python-eyed3/devel python-eyed3.spec,1.3,1.4 Message-ID: <200612090512.kB95CcS2022312@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-eyed3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22293 Modified Files: python-eyed3.spec Log Message: * Fri Dec 8 2006 Brian Pepple - 0.6.11-3 - Change BR to python-devel. Index: python-eyed3.spec =================================================================== RCS file: /cvs/extras/rpms/python-eyed3/devel/python-eyed3.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-eyed3.spec 8 Dec 2006 18:01:08 -0000 1.3 +++ python-eyed3.spec 9 Dec 2006 05:12:08 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-eyed3 Version: 0.6.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python module for processing ID3 tags Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel %description @@ -53,6 +53,9 @@ %changelog +* Fri Dec 8 2006 Brian Pepple - 0.6.11-3 +- Change BR to python-devel. + * Fri Dec 8 2006 Brian Pepple - 0.6.11-2 - Rebuild against new python. From fedora-extras-commits at redhat.com Sat Dec 9 05:44:19 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sat, 9 Dec 2006 00:44:19 -0500 Subject: rpms/python-gpod/devel python-gpod.spec,1.1,1.2 Message-ID: <200612090544.kB95iJTV022911@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22891 Modified Files: python-gpod.spec Log Message: rebuild against python 2.5 Index: python-gpod.spec =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/python-gpod.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-gpod.spec 4 Dec 2006 03:20:28 -0000 1.1 +++ python-gpod.spec 9 Dec 2006 05:43:49 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-gpod Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A python module to access iPod content Group: Development/Languages @@ -67,6 +67,9 @@ %changelog +* Sat Dec 09 2006 Todd Zullinger - 0.4.0-4 +- rebuild against python 2.5 + * Sun Dec 03 2006 Todd Zullinger - 0.4.0-3 - patch for python libdir on x86_64 From fedora-extras-commits at redhat.com Sat Dec 9 07:38:48 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 02:38:48 -0500 Subject: rpms/python-crypto/devel python-crypto.spec,1.12,1.13 Message-ID: <200612090738.kB97cmhO029517@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/python-crypto/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29502 Modified Files: python-crypto.spec Log Message: 2.0.1-5 -- Rebuild for python 2.5 Index: python-crypto.spec =================================================================== RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-crypto.spec 8 Sep 2006 17:18:45 -0000 1.12 +++ python-crypto.spec 9 Dec 2006 07:38:18 -0000 1.13 @@ -4,7 +4,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: Python License (CNRI Python License) Group: Development/Libraries URL: http://www.amk.ca/python/code/crypto.html @@ -64,6 +64,9 @@ %changelog +* Sat Dec 09 2006 Thorsten Leemhuis - 2.0.1-5 +- Rebuild for python 2.5 + * Thu Sep 07 2006 Thorsten Leemhuis - 2.0.1-4 - Don't ghost pyo files (#205408) From fedora-extras-commits at redhat.com Sat Dec 9 07:54:50 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 02:54:50 -0500 Subject: rpms/revelation/devel revelation.spec,1.20,1.21 Message-ID: <200612090754.kB97soaN029585@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29570 Modified Files: revelation.spec Log Message: 0.4.7-7 -- Rebuild for python 2.5 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- revelation.spec 31 Oct 2006 11:09:25 -0000 1.20 +++ revelation.spec 9 Dec 2006 07:54:20 -0000 1.21 @@ -4,7 +4,7 @@ Summary: Password manager for GNOME 2 Name: revelation Version: 0.4.7 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Productivity Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 @@ -103,6 +103,9 @@ %{_libexecdir}/revelation-applet %changelog +* Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 +- Rebuild for python 2.5 + * Thu Oct 31 2006 Thorsten Leemhuis - 0.4.7-6 - track rawhide and BR gnome-python2-devel and cracklib-devel From fedora-extras-commits at redhat.com Sat Dec 9 08:43:16 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Sat, 9 Dec 2006 03:43:16 -0500 Subject: rpms/python-simpy/devel python-simpy.spec,1.11,1.12 Message-ID: <200612090843.kB98hGV7000445@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/python-simpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv418 Modified Files: python-simpy.spec Log Message: Rebuild for new python abi. Index: python-simpy.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-simpy.spec 6 Sep 2006 14:12:56 -0000 1.11 +++ python-simpy.spec 9 Dec 2006 08:42:46 -0000 1.12 @@ -3,7 +3,7 @@ Name: python-simpy Version: 1.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python simulation framework Group: Development/Languages License: LGPL @@ -70,6 +70,9 @@ %changelog +* Sat Dec 9 2006 Sarantis Paskalis - 1.7.1-5 +- Rebuild for rawhide. + * Wed Sep 6 2006 Sarantis Paskalis - 1.7.1-4 - Un-ghost .pyo files. Thanks Christian Iseli (bug #205424). From fedora-extras-commits at redhat.com Sat Dec 9 08:45:58 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 03:45:58 -0500 Subject: rpms/python-chm/FC-6 .cvsignore, 1.3, 1.4 python-chm.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612090845.kB98jwBX000571@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/python-chm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv511/FC-6 Modified Files: .cvsignore python-chm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.8.4-1 - update to 0.8.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:20:12 -0000 1.3 +++ .cvsignore 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -pychm-0.8.3.tar.gz +pychm-0.8.4.tar.gz Index: python-chm.spec =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-6/python-chm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-chm.spec 12 Sep 2006 20:28:06 -0000 1.4 +++ python-chm.spec 9 Dec 2006 08:45:28 -0000 1.5 @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-chm -Version: 0.8.3 -Release: 3%{?dist} +Version: 0.8.4 +Release: 1%{?dist} Summary: Python package for CHM files handling Group: Development/Languages License: GPL URL: http://gnochm.sourceforge.net/pychm.html -Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +#Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/gnochm/pychm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -45,6 +46,9 @@ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.8.4-1 +- update to 0.8.4 + * Tue Sep 12 2006 Patrice Dumas 0.8.3-3 - add .pyo. Bug #205407 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:20:12 -0000 1.3 +++ sources 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -8fcc5eebed8a1991f1411abd99859e6d pychm-0.8.3.tar.gz +ff7f0baf94290c44263a1618e7e6a116 pychm-0.8.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 08:45:58 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 03:45:58 -0500 Subject: rpms/python-chm/FC-5 .cvsignore, 1.3, 1.4 python-chm.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612090845.kB98jwo3000566@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/python-chm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv511/FC-5 Modified Files: .cvsignore python-chm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.8.4-1 - update to 0.8.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Jun 2006 14:21:15 -0000 1.3 +++ .cvsignore 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -pychm-0.8.3.tar.gz +pychm-0.8.4.tar.gz Index: python-chm.spec =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-5/python-chm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-chm.spec 16 Jun 2006 14:21:15 -0000 1.2 +++ python-chm.spec 9 Dec 2006 08:45:28 -0000 1.3 @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-chm -Version: 0.8.3 +Version: 0.8.4 Release: 1%{?dist} Summary: Python package for CHM files handling Group: Development/Languages License: GPL URL: http://gnochm.sourceforge.net/pychm.html -Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +#Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/gnochm/pychm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -41,14 +42,16 @@ %files %defattr(-,root,root,-) %doc COPYING NEWS README -%dir %{python_sitearch}/chm/ -%{python_sitearch}/chm/*.py -%{python_sitearch}/chm/*.pyc -%{python_sitearch}/chm/*.so -%ghost %{python_sitearch}/chm/*.pyo +%{python_sitearch}/chm/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.8.4-1 +- update to 0.8.4 + +* Tue Sep 12 2006 Patrice Dumas 0.8.3-3 +- add .pyo. Bug #205407 + * Sun Jun 4 2006 Patrice Dumas 0.8.3-1 - Update to 0.8.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-chm/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Jun 2006 14:21:15 -0000 1.3 +++ sources 9 Dec 2006 08:45:28 -0000 1.4 @@ -1 +1 @@ -8fcc5eebed8a1991f1411abd99859e6d pychm-0.8.3.tar.gz +ff7f0baf94290c44263a1618e7e6a116 pychm-0.8.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 08:46:03 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 03:46:03 -0500 Subject: rpms/python-chm/devel .cvsignore, 1.3, 1.4 python-chm.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612090846.kB98k3Fo000576@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/python-chm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv511/devel Modified Files: .cvsignore python-chm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.8.4-1 - update to 0.8.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-chm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:20:12 -0000 1.3 +++ .cvsignore 9 Dec 2006 08:45:33 -0000 1.4 @@ -1 +1 @@ -pychm-0.8.3.tar.gz +pychm-0.8.4.tar.gz Index: python-chm.spec =================================================================== RCS file: /cvs/extras/rpms/python-chm/devel/python-chm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-chm.spec 12 Sep 2006 20:28:06 -0000 1.4 +++ python-chm.spec 9 Dec 2006 08:45:33 -0000 1.5 @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-chm -Version: 0.8.3 -Release: 3%{?dist} +Version: 0.8.4 +Release: 1%{?dist} Summary: Python package for CHM files handling Group: Development/Languages License: GPL URL: http://gnochm.sourceforge.net/pychm.html -Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +#Source0: http://dl.sf.net/gnochm/pychm-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/gnochm/pychm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -45,6 +46,9 @@ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.8.4-1 +- update to 0.8.4 + * Tue Sep 12 2006 Patrice Dumas 0.8.3-3 - add .pyo. Bug #205407 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-chm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:20:12 -0000 1.3 +++ sources 9 Dec 2006 08:45:33 -0000 1.4 @@ -1 +1 @@ -8fcc5eebed8a1991f1411abd99859e6d pychm-0.8.3.tar.gz +ff7f0baf94290c44263a1618e7e6a116 pychm-0.8.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 09:27:36 2006 From: fedora-extras-commits at redhat.com (Paul Nasrat (pnasrat)) Date: Sat, 9 Dec 2006 04:27:36 -0500 Subject: rpms/python-ctypes/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE Makefile, 1.1, NONE python-ctypes.spec, 1.2, NONE sources, 1.3, NONE Message-ID: <200612090927.kB99Racw004337@cvs-int.fedora.redhat.com> Author: pnasrat Update of /cvs/extras/rpms/python-ctypes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4330 Added Files: dead.package Removed Files: .cvsignore Makefile python-ctypes.spec sources Log Message: python-ctypes module now part of python 2.5 package in Core. http://docs.python.org/whatsnew/modules.html#SECTION0001410000000000000000 --- NEW FILE dead.package --- Package now part of python 2.5 package in Core. http://docs.python.org/whatsnew/modules.html#SECTION0001410000000000000000 --- .cvsignore DELETED --- --- Makefile DELETED --- --- python-ctypes.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Dec 9 10:02:02 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 05:02:02 -0500 Subject: rpms/alsa-tools/devel alsa-tools.spec,1.12,1.13 Message-ID: <200612091002.kB9A22tT007580@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/alsa-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7565 Modified Files: alsa-tools.spec Log Message: ExcludeArch ppc (#219010) Index: alsa-tools.spec =================================================================== RCS file: /cvs/extras/rpms/alsa-tools/devel/alsa-tools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- alsa-tools.spec 29 Nov 2006 21:48:41 -0000 1.12 +++ alsa-tools.spec 9 Dec 2006 10:01:32 -0000 1.13 @@ -5,10 +5,14 @@ # The source tarball has been pruned to remove the "ac3dec" directory, due # to legal concerns that the contents might be subject to patent claims +# Note that the Version is intended to coincide with the version of ALSA +# included with the Fedora kernel, rather than necessarily the very latest +# upstream version of alsa-tools + Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.0.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -22,6 +26,9 @@ Buildrequires: desktop-file-utils %endif +# Doesn't build on PPC; see bug #219010 +ExcludeArch: ppc + %description This package contains several specialist tools for use with ALSA, including a number of programs that provide access to special hardware facilities on @@ -158,6 +165,9 @@ %endif # ?_with_firmware %changelog +* Sat Dec 09 2006 Tim Jackson - 1.0.12-4 +- ExcludeArch ppc (#219010) + * Sun Nov 26 2006 Tim Jackson - 1.0.12-3 - Add gtk2-devel BR From fedora-extras-commits at redhat.com Sat Dec 9 10:16:14 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 05:16:14 -0500 Subject: rpms/alsa-tools/FC-6 alsa-tools.spec,1.12,1.13 Message-ID: <200612091016.kB9AGE8S007678@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/alsa-tools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7660 Modified Files: alsa-tools.spec Log Message: ExcludeArch ppc (#219010) Index: alsa-tools.spec =================================================================== RCS file: /cvs/extras/rpms/alsa-tools/FC-6/alsa-tools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- alsa-tools.spec 29 Nov 2006 21:48:41 -0000 1.12 +++ alsa-tools.spec 9 Dec 2006 10:15:44 -0000 1.13 @@ -5,10 +5,14 @@ # The source tarball has been pruned to remove the "ac3dec" directory, due # to legal concerns that the contents might be subject to patent claims +# Note that the Version is intended to coincide with the version of ALSA +# included with the Fedora kernel, rather than necessarily the very latest +# upstream version of alsa-tools + Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.0.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -22,6 +26,9 @@ Buildrequires: desktop-file-utils %endif +# Doesn't build on PPC; see bug #219010 +ExcludeArch: ppc + %description This package contains several specialist tools for use with ALSA, including a number of programs that provide access to special hardware facilities on @@ -158,6 +165,9 @@ %endif # ?_with_firmware %changelog +* Sat Dec 09 2006 Tim Jackson - 1.0.12-4 +- ExcludeArch ppc (#219010) + * Sun Nov 26 2006 Tim Jackson - 1.0.12-3 - Add gtk2-devel BR From fedora-extras-commits at redhat.com Sat Dec 9 10:17:42 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 05:17:42 -0500 Subject: rpms/amarok/devel amarok.spec,1.66,1.67 Message-ID: <200612091017.kB9AHgWH007737@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7722 Modified Files: amarok.spec Log Message: rebuild Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 +++ amarok.spec 9 Dec 2006 10:17:12 -0000 1.67 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Multimedia License: GPL @@ -238,6 +238,9 @@ %changelog +* Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 +- rebuild + * Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 10:52:21 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 05:52:21 -0500 Subject: rpms/php-manual-en/devel php-manual-en.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612091052.kB9AqLFf007934@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7917 Modified Files: php-manual-en.spec sources Log Message: Update to 2006-11-19 version Index: php-manual-en.spec =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/php-manual-en.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- php-manual-en.spec 28 Oct 2006 10:20:03 -0000 1.4 +++ php-manual-en.spec 9 Dec 2006 10:51:51 -0000 1.5 @@ -1,5 +1,5 @@ Name: php-manual-en -Version: 20061026 +Version: 20061119 Release: 1%{?dist} Summary: Documentation for the PHP programming language @@ -38,6 +38,9 @@ %doc LICENSE %changelog +* Sat Dec 09 2006 Tim Jackson 20061119-1 +- Update to 2006-11-19 version + * Sat Oct 28 2006 Tim Jackson 20061026-1 - Update to 2006-10-26 version Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 28 Oct 2006 10:20:03 -0000 1.5 +++ sources 9 Dec 2006 10:51:51 -0000 1.6 @@ -1 +1 @@ -fa4b78102b8a7cc4b9bb3f07a7d818d0 php_manual_en.tar.gz +b6ea86fe11fc70d7e0e29ab12afdb795 php_manual_en.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 11:05:25 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Sat, 9 Dec 2006 06:05:25 -0500 Subject: rpms/clearsilver/devel clearsilver.spec,1.6,1.7 Message-ID: <200612091105.kB9B5Pbu011155@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/clearsilver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11138 Modified Files: clearsilver.spec Log Message: * Sat Dec 9 2006 Joost Soeterbroek - 0.10.3-5 - Rebuild for python 2.5 Index: clearsilver.spec =================================================================== RCS file: /cvs/extras/rpms/clearsilver/devel/clearsilver.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- clearsilver.spec 28 Aug 2006 17:15:52 -0000 1.6 +++ clearsilver.spec 9 Dec 2006 11:04:55 -0000 1.7 @@ -2,7 +2,7 @@ Name: clearsilver Version: 0.10.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Fast and powerful HTML templating system Group: Development/Libraries License: Neotonic ClearSilver Software License @@ -165,6 +165,9 @@ %endif %changelog +* Sat Dec 9 2006 Joost Soeterbroek - 0.10.3-5 +- Rebuild for python 2.5 + * Mon Aug 28 2006 Joost Soeterbroek - 0.10.3-4 - Rebuild for Fedora Extras 6 From fedora-extras-commits at redhat.com Sat Dec 9 11:11:59 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:11:59 -0500 Subject: rpms/rapidsvn/devel .cvsignore, 1.4, 1.5 rapidsvn.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612091111.kB9BBxsu011294@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11275 Modified Files: .cvsignore rapidsvn.spec sources Log Message: Update to 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Jun 2006 09:49:36 -0000 1.4 +++ .cvsignore 9 Dec 2006 11:11:29 -0000 1.5 @@ -1 +1 @@ -rapidsvn-0.9.3.tar.gz +rapidsvn-0.9.4.tar.gz Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rapidsvn.spec 9 Sep 2006 15:22:51 -0000 1.4 +++ rapidsvn.spec 9 Dec 2006 11:11:29 -0000 1.5 @@ -1,6 +1,6 @@ Name: rapidsvn -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -93,7 +93,7 @@ make install DESTDIR=%{buildroot} # Install desktop file and icon -%{__install} -D -m 644 src/res/bitmaps/svn.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm +%{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -139,11 +139,15 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-1 +- Update to 0.9.4 +- Use new RapidSVN desktop icon + * Sat Sep 09 2006 Tim Jackson 0.9.3-2 - Rebuild for FE6 * Fri Jun 23 2006 Tim Jackson 0.9.3-1 -- Update to 0.9.2 +- Update to 0.9.3 - Remove gcc4 patch; now fixed upstream * Tue May 30 2006 Tim Jackson 0.9.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 09:49:36 -0000 1.4 +++ sources 9 Dec 2006 11:11:29 -0000 1.5 @@ -1 +1 @@ -fff420fba3a1d52ff163933ecf1d14e0 rapidsvn-0.9.3.tar.gz +29ef579131f97a8b2bdad77e14a619be rapidsvn-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 11:13:45 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:13:45 -0500 Subject: rpms/rapidsvn/FC-6 rapidsvn.spec, 1.4, 1.5 sources, 1.4, 1.5 .cvsignore, 1.4, NONE Message-ID: <200612091113.kB9BDjDp011372@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11355 Modified Files: rapidsvn.spec sources Removed Files: .cvsignore Log Message: Update to 0.9.4 Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-6/rapidsvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rapidsvn.spec 9 Sep 2006 15:22:51 -0000 1.4 +++ rapidsvn.spec 9 Dec 2006 11:13:15 -0000 1.5 @@ -1,6 +1,6 @@ Name: rapidsvn -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -93,7 +93,7 @@ make install DESTDIR=%{buildroot} # Install desktop file and icon -%{__install} -D -m 644 src/res/bitmaps/svn.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm +%{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -139,11 +139,15 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-1 +- Update to 0.9.4 +- Use new RapidSVN desktop icon + * Sat Sep 09 2006 Tim Jackson 0.9.3-2 - Rebuild for FE6 * Fri Jun 23 2006 Tim Jackson 0.9.3-1 -- Update to 0.9.2 +- Update to 0.9.3 - Remove gcc4 patch; now fixed upstream * Tue May 30 2006 Tim Jackson 0.9.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 09:49:36 -0000 1.4 +++ sources 9 Dec 2006 11:13:15 -0000 1.5 @@ -1 +1 @@ -fff420fba3a1d52ff163933ecf1d14e0 rapidsvn-0.9.3.tar.gz +29ef579131f97a8b2bdad77e14a619be rapidsvn-0.9.4.tar.gz --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Sat Dec 9 11:15:52 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:15:52 -0500 Subject: rpms/rapidsvn/devel rapidsvn.spec,1.5,1.6 Message-ID: <200612091115.kB9BFqvq011433@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11416 Modified Files: rapidsvn.spec Log Message: Try again; FC6 dist tag in devel Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rapidsvn.spec 9 Dec 2006 11:11:29 -0000 1.5 +++ rapidsvn.spec 9 Dec 2006 11:15:22 -0000 1.6 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-2 +- Nasty dist tag conflict (fc6 in devel) + * Sat Dec 09 2006 Tim Jackson 0.9.4-1 - Update to 0.9.4 - Use new RapidSVN desktop icon From fedora-extras-commits at redhat.com Sat Dec 9 11:17:10 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 9 Dec 2006 06:17:10 -0500 Subject: rpms/rapidsvn/FC-6 rapidsvn.spec,1.5,1.6 Message-ID: <200612091117.kB9BHAxY011490@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11475 Modified Files: rapidsvn.spec Log Message: Nasty dist tag conflict; FC6 in devel Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-6/rapidsvn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rapidsvn.spec 9 Dec 2006 11:13:15 -0000 1.5 +++ rapidsvn.spec 9 Dec 2006 11:16:40 -0000 1.6 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-2 +- Nasty dist tag conflict (fc6 in devel) + * Sat Dec 09 2006 Tim Jackson 0.9.4-1 - Update to 0.9.4 - Use new RapidSVN desktop icon From fedora-extras-commits at redhat.com Sat Dec 9 11:51:55 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Sat, 9 Dec 2006 06:51:55 -0500 Subject: rpms/trac/devel trac.spec,1.12,1.13 Message-ID: <200612091151.kB9BptKb012265@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/trac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12250 Modified Files: trac.spec Log Message: * Sat Dec 9 2006 Joost Soeterbroek - 0.10.3 - rebuild for python 2.5, add python-devel to BR Index: trac.spec =================================================================== RCS file: /cvs/extras/rpms/trac/devel/trac.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- trac.spec 28 Nov 2006 17:11:21 -0000 1.12 +++ trac.spec 9 Dec 2006 11:51:25 -0000 1.13 @@ -2,7 +2,7 @@ Name: trac Version: 0.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Enhanced wiki and issue tracking system Group: Applications/Internet License: BSD @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: sed >= 3.95 +BuildRequires: python-devel Requires: python-clearsilver >= 0.9.3 Requires: subversion >= 1.1 Requires: httpd @@ -116,6 +117,9 @@ %{_mandir}/man8/tracd.8* %changelog +* Sat Dec 9 2006 Joost Soeterbroek - 0.10.3 +- rebuild for python 2.5, add python-devel to BR + * Tue Nov 28 2006 Joost Soeterbroek - 0.10.2 - upstream release 0.10.2 (#217539) From fedora-extras-commits at redhat.com Sat Dec 9 13:02:44 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 9 Dec 2006 08:02:44 -0500 Subject: rpms/Pound/devel .cvsignore, 1.3, 1.4 Pound.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612091302.kB9D2ij5018695@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18676 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Dec 2006 16:02:05 -0000 1.3 +++ .cvsignore 9 Dec 2006 13:02:14 -0000 1.4 @@ -1 +1 @@ -Pound-2.1.7.tgz +Pound-2.1.8.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Pound.spec 7 Dec 2006 16:02:05 -0000 1.2 +++ Pound.spec 9 Dec 2006 13:02:14 -0000 1.3 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 09 2006 2.1.8-1 +- Sync with upstream * Thu Dec 07 2006 2.1.7-1 - Sync with upstream * Wed Nov 08 2006 2.1.6-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2006 16:02:05 -0000 1.3 +++ sources 9 Dec 2006 13:02:14 -0000 1.4 @@ -1 +1 @@ -cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz +1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz From fedora-extras-commits at redhat.com Sat Dec 9 13:25:02 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 9 Dec 2006 08:25:02 -0500 Subject: rpms/Pound/FC-6 .cvsignore, 1.3, 1.4 Pound.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612091325.kB9DP2Fp018813@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18794 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Dec 2006 23:22:13 -0000 1.3 +++ .cvsignore 9 Dec 2006 13:24:32 -0000 1.4 @@ -1 +1 @@ -Pound-2.1.7.tgz +Pound-2.1.8.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Pound.spec 7 Dec 2006 23:22:13 -0000 1.2 +++ Pound.spec 9 Dec 2006 13:24:32 -0000 1.3 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 09 2006 2.1.8-1 +- Sync with upstream * Fri Dec 08 2006 2.1.7-1 - Sync with upstream * Wed Nov 08 2006 2.1.6-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2006 23:22:13 -0000 1.3 +++ sources 9 Dec 2006 13:24:32 -0000 1.4 @@ -1 +1 @@ -cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz +1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz From fedora-extras-commits at redhat.com Sat Dec 9 13:29:18 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 9 Dec 2006 08:29:18 -0500 Subject: rpms/Pound/FC-5 .cvsignore, 1.3, 1.4 Pound.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612091329.kB9DTIIj018902@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18883 Modified Files: .cvsignore Pound.spec sources Log Message: Sync with upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Dec 2006 23:24:49 -0000 1.3 +++ .cvsignore 9 Dec 2006 13:28:48 -0000 1.4 @@ -1 +1 @@ -Pound-2.1.7.tgz +Pound-2.1.8.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Pound.spec 7 Dec 2006 23:24:49 -0000 1.2 +++ Pound.spec 9 Dec 2006 13:28:48 -0000 1.3 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 08 2006 2.1.8-1 +- Sync with upstream * Fri Dec 08 2006 2.1.7-1 - Sync with upstream * Wed Nov 08 2006 2.1.6-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2006 23:24:49 -0000 1.3 +++ sources 9 Dec 2006 13:28:48 -0000 1.4 @@ -1 +1 @@ -cf4df13866197b4274c419f5a2a5acad Pound-2.1.7.tgz +1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz From fedora-extras-commits at redhat.com Sat Dec 9 13:36:35 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Sat, 9 Dec 2006 08:36:35 -0500 Subject: rpms/python-zope-interface/devel python-zope-interface.spec, 1.1, 1.2 Message-ID: <200612091336.kB9DaZgZ019009@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/python-zope-interface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18994 Modified Files: python-zope-interface.spec Log Message: rebuild against python 2.5 for Rawhide Index: python-zope-interface.spec =================================================================== RCS file: /cvs/extras/rpms/python-zope-interface/devel/python-zope-interface.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-zope-interface.spec 31 Oct 2006 17:41:27 -0000 1.1 +++ python-zope-interface.spec 9 Dec 2006 13:36:05 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-zope-interface Version: 3.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Zope interfaces package Group: Development/Libraries License: Zope Public License @@ -43,6 +43,9 @@ %{python_sitearch}/zope/ %changelog +* Sat Dec 9 2006 Paul Howarth 3.0.1-7 +- rebuild against python 2.5 for Rawhide + * Tue Oct 31 2006 Paul Howarth 3.0.1-6 - add %%check section From fedora-extras-commits at redhat.com Sat Dec 9 13:57:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 9 Dec 2006 08:57:12 -0500 Subject: rpms/clisp/devel clisp.spec,1.21,1.22 Message-ID: <200612091357.kB9DvCLG019134@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19119 Modified Files: clisp.spec Log Message: Index: clisp.spec =================================================================== RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- clisp.spec 13 Oct 2006 10:54:48 -0000 1.21 +++ clisp.spec 9 Dec 2006 13:56:42 -0000 1.22 @@ -1,7 +1,7 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.41 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPL From fedora-extras-commits at redhat.com Sat Dec 9 13:58:46 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 9 Dec 2006 08:58:46 -0500 Subject: rpms/scons/devel scons.spec,1.9,1.10 Message-ID: <200612091358.kB9DwkHJ019197@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19180 Modified Files: scons.spec Log Message: Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/devel/scons.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- scons.spec 28 Aug 2006 09:18:18 -0000 1.9 +++ scons.spec 9 Dec 2006 13:58:16 -0000 1.10 @@ -1,6 +1,6 @@ Name: scons Version: 0.96.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An Open Source software construction tool @@ -52,6 +52,9 @@ %{_mandir}/man*/* %changelog +* Sat Dec 9 2006 Gerard Milmeister - 0.96.1-4 +- Rebuild for new Python + * Mon Aug 28 2006 Gerard Milmeister - 0.96.1-3 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sat Dec 9 14:27:25 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Sat, 9 Dec 2006 09:27:25 -0500 Subject: rpms/sparse/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sparse.spec, 1.2, 1.3 Message-ID: <200612091427.kB9ERPeh022439@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/rpms/sparse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22420 Modified Files: .cvsignore sources sparse.spec Log Message: upgrade to 0.2, add -devel package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sparse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 19:31:14 -0000 1.3 +++ .cvsignore 9 Dec 2006 14:26:55 -0000 1.4 @@ -1 +1 @@ -sparse-0.1.tar.gz +sparse-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sparse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 19:31:14 -0000 1.3 +++ sources 9 Dec 2006 14:26:55 -0000 1.4 @@ -1 +1 @@ -367d1cb0a26db26e2da47a491bc95374 sparse-0.1.tar.gz +edb7d900d6c73b5ef5187b91493f98f9 sparse-0.2.tar.gz Index: sparse.spec =================================================================== RCS file: /cvs/extras/rpms/sparse/devel/sparse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sparse.spec 9 Nov 2006 19:31:14 -0000 1.2 +++ sparse.spec 9 Dec 2006 14:26:55 -0000 1.3 @@ -1,5 +1,5 @@ Name: sparse -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools @@ -24,19 +24,33 @@ Sparse is primarily used in the development and debugging of the Linux kernel. +%package devel +Summary: Build environment for sparse-enabled apps +Group: Development/Libraries +Requires: pkgconfig +Provides: %{name}-static = %{version}-%{release} + +%description devel +Development headers headers and static lib for sparse-enabled apps + %prep %setup -q %build -make %{?_smp_mflags} PREFIX="%{_prefix}" CFLAGS="%{optflags} -Wwrite-strings -fpic" - +make %{?_smp_mflags} \ + DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \ + BINDIR="%{_bindir}" LIBDIR="%{_libdir}" \ + INCLUDEDIR="%{_includedir}" PKGCONFIGDIR="%{_libdir}/pkgconfig" \ + CFLAGS="%{optflags} -Wwrite-strings -fpic" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libdir} -make install PREFIX=%{buildroot}%{_prefix} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \ + LIBDIR="%{_libdir}" INCLUDEDIR="%{_includedir}" \ + PKGCONFIGDIR="%{_libdir}/pkgconfig" install %clean rm -rf %{buildroot} @@ -48,7 +62,18 @@ %{_bindir}/sparse %{_bindir}/cgcc +%files devel +%defattr(-,root,root,-) +%doc LICENSE +%{_includedir}/* +%{_libdir}/libsparse.a +%{_libdir}/pkgconfig/%{name}.pc + + %changelog +* Tue Dec 05 2006 Matt Domsch 0.2-1 +- Upgrade to 0.2, add -devel package + * Thu Nov 09 2006 Matt Domsch 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed From fedora-extras-commits at redhat.com Sat Dec 9 14:30:15 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Sat, 9 Dec 2006 09:30:15 -0500 Subject: rpms/sparse/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sparse.spec, 1.2, 1.3 Message-ID: <200612091430.kB9EUF7E022598@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/rpms/sparse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22571 Modified Files: .cvsignore sources sparse.spec Log Message: upgrade to 0.2, add -devel package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 22:10:22 -0000 1.3 +++ .cvsignore 9 Dec 2006 14:29:45 -0000 1.4 @@ -1 +1 @@ -sparse-0.1.tar.gz +sparse-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 22:10:22 -0000 1.3 +++ sources 9 Dec 2006 14:29:45 -0000 1.4 @@ -1 +1 @@ -367d1cb0a26db26e2da47a491bc95374 sparse-0.1.tar.gz +edb7d900d6c73b5ef5187b91493f98f9 sparse-0.2.tar.gz Index: sparse.spec =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-6/sparse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sparse.spec 9 Nov 2006 22:10:22 -0000 1.2 +++ sparse.spec 9 Dec 2006 14:29:45 -0000 1.3 @@ -1,5 +1,5 @@ Name: sparse -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools @@ -24,19 +24,33 @@ Sparse is primarily used in the development and debugging of the Linux kernel. +%package devel +Summary: Build environment for sparse-enabled apps +Group: Development/Libraries +Requires: pkgconfig +Provides: %{name}-static = %{version}-%{release} + +%description devel +Development headers headers and static lib for sparse-enabled apps + %prep %setup -q %build -make %{?_smp_mflags} PREFIX="%{_prefix}" CFLAGS="%{optflags} -Wwrite-strings -fpic" - +make %{?_smp_mflags} \ + DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \ + BINDIR="%{_bindir}" LIBDIR="%{_libdir}" \ + INCLUDEDIR="%{_includedir}" PKGCONFIGDIR="%{_libdir}/pkgconfig" \ + CFLAGS="%{optflags} -Wwrite-strings -fpic" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libdir} -make install PREFIX=%{buildroot}%{_prefix} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \ + LIBDIR="%{_libdir}" INCLUDEDIR="%{_includedir}" \ + PKGCONFIGDIR="%{_libdir}/pkgconfig" install %clean rm -rf %{buildroot} @@ -48,7 +62,18 @@ %{_bindir}/sparse %{_bindir}/cgcc +%files devel +%defattr(-,root,root,-) +%doc LICENSE +%{_includedir}/* +%{_libdir}/libsparse.a +%{_libdir}/pkgconfig/%{name}.pc + + %changelog +* Tue Dec 05 2006 Matt Domsch 0.2-1 +- Upgrade to 0.2, add -devel package + * Thu Nov 09 2006 Matt Domsch 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed From fedora-extras-commits at redhat.com Sat Dec 9 14:45:03 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Sat, 9 Dec 2006 09:45:03 -0500 Subject: rpms/sparse/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sparse.spec, 1.2, 1.3 Message-ID: <200612091445.kB9Ej3H2022718@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/rpms/sparse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22699 Modified Files: .cvsignore sources sparse.spec Log Message: upgrade to 0.2, add -devel package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 22:11:48 -0000 1.3 +++ .cvsignore 9 Dec 2006 14:44:33 -0000 1.4 @@ -1 +1 @@ -sparse-0.1.tar.gz +sparse-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 22:11:48 -0000 1.3 +++ sources 9 Dec 2006 14:44:33 -0000 1.4 @@ -1 +1 @@ -367d1cb0a26db26e2da47a491bc95374 sparse-0.1.tar.gz +edb7d900d6c73b5ef5187b91493f98f9 sparse-0.2.tar.gz Index: sparse.spec =================================================================== RCS file: /cvs/extras/rpms/sparse/FC-5/sparse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sparse.spec 9 Nov 2006 22:11:48 -0000 1.2 +++ sparse.spec 9 Dec 2006 14:44:33 -0000 1.3 @@ -1,5 +1,5 @@ Name: sparse -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools @@ -24,19 +24,33 @@ Sparse is primarily used in the development and debugging of the Linux kernel. +%package devel +Summary: Build environment for sparse-enabled apps +Group: Development/Libraries +Requires: pkgconfig +Provides: %{name}-static = %{version}-%{release} + +%description devel +Development headers headers and static lib for sparse-enabled apps + %prep %setup -q %build -make %{?_smp_mflags} PREFIX="%{_prefix}" CFLAGS="%{optflags} -Wwrite-strings -fpic" - +make %{?_smp_mflags} \ + DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \ + BINDIR="%{_bindir}" LIBDIR="%{_libdir}" \ + INCLUDEDIR="%{_includedir}" PKGCONFIGDIR="%{_libdir}/pkgconfig" \ + CFLAGS="%{optflags} -Wwrite-strings -fpic" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libdir} -make install PREFIX=%{buildroot}%{_prefix} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \ + LIBDIR="%{_libdir}" INCLUDEDIR="%{_includedir}" \ + PKGCONFIGDIR="%{_libdir}/pkgconfig" install %clean rm -rf %{buildroot} @@ -48,7 +62,18 @@ %{_bindir}/sparse %{_bindir}/cgcc +%files devel +%defattr(-,root,root,-) +%doc LICENSE +%{_includedir}/* +%{_libdir}/libsparse.a +%{_libdir}/pkgconfig/%{name}.pc + + %changelog +* Tue Dec 05 2006 Matt Domsch 0.2-1 +- Upgrade to 0.2, add -devel package + * Thu Nov 09 2006 Matt Domsch 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed From fedora-extras-commits at redhat.com Sat Dec 9 14:48:59 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sat, 9 Dec 2006 09:48:59 -0500 Subject: rpms/python-setuptools/devel python-setuptools.spec,1.9,1.10 Message-ID: <200612091448.kB9EmxJv022836@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-setuptools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22818 Modified Files: python-setuptools.spec Log Message: Bump release to rebuild for python-2.5 Index: python-setuptools.spec =================================================================== RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-setuptools.spec 6 Dec 2006 00:23:50 -0000 1.9 +++ python-setuptools.spec 9 Dec 2006 14:48:29 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-setuptools Version: 0.6c3 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages @@ -55,6 +55,9 @@ %changelog +* Sat Dec 09 2006 Konstantin Ryabitsev - 0.6c3-1.1 +- Rebuild for python-2.5 + * Tue Dec 05 2006 Konstantin Ryabitsev - 0.6c3-1 - Upstream 0.6c3 (#218540, thanks to Michel Alexandre Salim for the patch) From fedora-extras-commits at redhat.com Sat Dec 9 14:55:42 2006 From: fedora-extras-commits at redhat.com (Daniel P. Berrange (berrange)) Date: Sat, 9 Dec 2006 09:55:42 -0500 Subject: rpms/autobuild-applet/devel autobuild-applet.spec,1.1,1.2 Message-ID: <200612091455.kB9EtgZ1022940@cvs-int.fedora.redhat.com> Author: berrange Update of /cvs/extras/rpms/autobuild-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22924 Modified Files: autobuild-applet.spec Log Message: Bump release & rebuild for python 2.5 Index: autobuild-applet.spec =================================================================== RCS file: /cvs/extras/rpms/autobuild-applet/devel/autobuild-applet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- autobuild-applet.spec 5 Sep 2006 00:14:31 -0000 1.1 +++ autobuild-applet.spec 9 Dec 2006 14:55:12 -0000 1.2 @@ -8,7 +8,7 @@ Name: autobuild-applet Version: 1.0.3 -Release: 2%{_extra_release} +Release: 3%{_extra_release} Summary: Panel applet for indication of Test-AutoBuild status License: GPL Group: Development/Tools @@ -87,6 +87,9 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Sat Dec 9 2006 Daniel P. Berrange 1.0.3-3 +- Rebuild for python 2.5 + * Fri Sep 2 2006 Daniel Berrange 1.0.3-2 - Added preun, and pre scripts needed for GConf schemas - Added extra requires on GConf needed by post, pre, preun scripts From fedora-extras-commits at redhat.com Sat Dec 9 15:08:31 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Sat, 9 Dec 2006 10:08:31 -0500 Subject: rpms/fluxstyle/devel fluxstyle.spec,1.1,1.2 Message-ID: <200612091508.kB9F8VC4026213@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/fluxstyle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26198 Modified Files: fluxstyle.spec Log Message: Add BR for python-devel Index: fluxstyle.spec =================================================================== RCS file: /cvs/extras/rpms/fluxstyle/devel/fluxstyle.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fluxstyle.spec 25 Oct 2006 13:16:30 -0000 1.1 +++ fluxstyle.spec 9 Dec 2006 15:08:01 -0000 1.2 @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python >= 2.3, pygtk2-libglade, pygtk2, desktop-file-utils +BuildRequires: python >= 2.3, pygtk2-libglade, pygtk2, desktop-file-utils, python-devel # Im not sure how which of these requires is really needed... the fluxbox for sure # (version of flux is important due to a bug in pre .9.15) # but considering yum has to have python is making it a require really needed? From fedora-extras-commits at redhat.com Sat Dec 9 15:14:12 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Sat, 9 Dec 2006 10:14:12 -0500 Subject: rpms/fluxstyle/devel fluxstyle.spec,1.2,1.3 Message-ID: <200612091514.kB9FECCL026241@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/fluxstyle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26226 Modified Files: fluxstyle.spec Log Message: Update build number and spec changelog Index: fluxstyle.spec =================================================================== RCS file: /cvs/extras/rpms/fluxstyle/devel/fluxstyle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fluxstyle.spec 9 Dec 2006 15:08:01 -0000 1.2 +++ fluxstyle.spec 9 Dec 2006 15:13:42 -0000 1.3 @@ -2,7 +2,7 @@ Name: fluxstyle Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A graphical style manager for Fluxbox Group: User Interface/X @@ -75,6 +75,9 @@ %{_datadir}/icons/hicolor/48x48/apps/fluxmetal.png %changelog +* Sat Dec 09 2006 Michael Rice - 1.0.1-2 +- Add BR of python-devel + * Sun Oct 22 2006 Michael Rice - 1.0.1-1 - Version bump - Fix Mime in .desktop file From fedora-extras-commits at redhat.com Sat Dec 9 15:37:20 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:37:20 -0500 Subject: rpms/xine-lib/devel xine-lib.spec,1.3,1.4 Message-ID: <200612091537.kB9FbKim026427@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26412 Modified Files: xine-lib.spec Log Message: Move SMB and GDK-Pixbuf plugins into the extras subpackage Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xine-lib.spec 8 Dec 2006 18:28:34 -0000 1.3 +++ xine-lib.spec 9 Dec 2006 15:36:50 -0000 1.4 @@ -190,7 +190,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_inp_net.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pnm.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_cdda.so -%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_stdin_fifo.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pvr.so @@ -226,7 +225,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_dmx_slave.so %{_libdir}/xine/plugins/%{version}/xineplug_flac.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_sputext.so -%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so %ifarch %ix86 %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_vidix.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_qt.so @@ -246,8 +244,10 @@ %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_gnome_vfs.so +%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_aa.so +%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so %if 0%{?_with_caca:1} %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so %endif @@ -280,6 +280,7 @@ - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) +- Move SMB and GDK-Pixbuf plugins into the extras subpackage * Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 - Make shn files available to amarok. References: From fedora-extras-commits at redhat.com Sat Dec 9 15:51:50 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:51:50 -0500 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.14,1.15 Message-ID: <200612091551.kB9FpoZ4026540@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26525 Modified Files: pure-ftpd.spec Log Message: rebuild Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pure-ftpd.spec 30 Aug 2006 16:33:57 -0000 1.14 +++ pure-ftpd.spec 9 Dec 2006 15:51:20 -0000 1.15 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 9%{?dist} +Release: 11%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -16,6 +16,7 @@ Source7: pure-ftpd.pureftpd.te Patch0: pure-ftpd-1.0.21-config.patch Patch1: pure-ftpd-1.0.20-libdir.patch +Patch2: pure-ftpd-paminclude.patch Provides: ftpserver BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pam-devel, perl, python, libcap-devel @@ -24,9 +25,10 @@ %{!?_without_pgsql:BuildRequires: postgresql-devel} %{!?_without_tls:BuildRequires: openssl-devel} # SELinux module -BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 -%if "%{fedora}" >= "6" -BuildRequires: selinux-policy-devel +%if 0%{?fedora} == 5 +BuildRequires: checkpolicy, selinux-policy >= 2.2.40, m4 +%else +BuildRequires: checkpolicy, selinux-policy-devel %endif Requires(post): chkconfig @@ -71,6 +73,7 @@ %setup -q %patch0 -p0 -b .config %patch1 -p0 -b .libdir +%patch2 -p0 -b .paminclude install -pm 644 %{SOURCE6} README.SELinux mkdir selinux cp -p %{SOURCE7} selinux/pureftpd.te @@ -179,6 +182,14 @@ if [ "$1" -le "1" ]; then # fist install /sbin/chkconfig --add pure-ftpd fi +%if 0%{!?_without_tls:1} +# TLS Certificate +if [ ! -f %{_sysconfdir}/pki/%{name}/%{name}.pem ]; then + %{_sysconfdir}/pki/tls/certs/make-dummy-cert \ + %{_sysconfdir}/pki/%{name}/%{name}.pem +fi +%endif + %preun if [ "$1" -lt "1" ]; then @@ -242,6 +253,9 @@ %changelog +* Sat Dec 09 2006 Aurelien Bompard 1.0.21-11 +- rebuild + * Wed Aug 30 2006 Aurelien Bompard 1.0.21-9 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 15:54:47 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:54:47 -0500 Subject: rpms/pure-ftpd/devel pure-ftpd-paminclude.patch,NONE,1.1 Message-ID: <200612091554.kB9Fslqf026601@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26594 Added Files: pure-ftpd-paminclude.patch Log Message: forgot to add patch pure-ftpd-paminclude.patch: --- NEW FILE pure-ftpd-paminclude.patch --- --- ./pam/pure-ftpd.paminclude 2006-10-27 09:28:40.000000000 +0200 +++ ./pam/pure-ftpd 2006-10-27 09:37:22.000000000 +0200 @@ -4,13 +4,13 @@ # Install it in /etc/pam.d/pure-ftpd or add to /etc/pam.conf auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed -auth required pam_stack.so service=system-auth +auth include system-auth auth required pam_shells.so auth required pam_nologin.so -account required pam_stack.so service=system-auth +account include system-auth -password required pam_stack.so service=system-auth +password include system-auth -session required pam_stack.so service=system-auth +session include system-auth From fedora-extras-commits at redhat.com Sat Dec 9 15:56:39 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 10:56:39 -0500 Subject: rpms/fonttools/devel fonttools.spec,1.10,1.11 Message-ID: <200612091556.kB9FudnI026672@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26648 Modified Files: fonttools.spec Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 2.0-0.11.20060223cvs - Rebuild for Python 2.5 Index: fonttools.spec =================================================================== RCS file: /cvs/extras/rpms/fonttools/devel/fonttools.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fonttools.spec 1 Dec 2006 02:36:25 -0000 1.10 +++ fonttools.spec 9 Dec 2006 15:56:09 -0000 1.11 @@ -3,7 +3,7 @@ Name: fonttools Version: 2.0 -Release: 0.10.%{alphatag}%{?dist} +Release: 0.11.%{alphatag}%{?dist} Summary: A tool to convert True/OpenType fonts to XML and back Group: Development/Tools @@ -67,6 +67,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 2.0-0.11.20060223cvs +- Rebuild for Python 2.5 + * Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs - Update the Unicode names file to Unicode 5.0.0 From fedora-extras-commits at redhat.com Sat Dec 9 15:57:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:57:26 -0500 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.15,1.16 Message-ID: <200612091557.kB9FvQk2026698@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26683 Modified Files: pure-ftpd.spec Log Message: rebuild Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pure-ftpd.spec 9 Dec 2006 15:51:20 -0000 1.15 +++ pure-ftpd.spec 9 Dec 2006 15:56:56 -0000 1.16 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -256,6 +256,9 @@ * Sat Dec 09 2006 Aurelien Bompard 1.0.21-11 - rebuild +* Sat Dec 09 2006 Aurelien Bompard 1.0.21-11 +- rebuild + * Wed Aug 30 2006 Aurelien Bompard 1.0.21-9 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 15:59:03 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 10:59:03 -0500 Subject: rpms/python-enchant/devel python-enchant.spec,1.9,1.10 Message-ID: <200612091559.kB9Fx3cW026824@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/python-enchant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26750 Modified Files: python-enchant.spec Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 1.2.0-2 - Rebuild for Python 2.5 Index: python-enchant.spec =================================================================== RCS file: /cvs/extras/rpms/python-enchant/devel/python-enchant.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-enchant.spec 7 Nov 2006 11:41:49 -0000 1.9 +++ python-enchant.spec 9 Dec 2006 15:58:33 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-enchant Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for Enchant spellchecking library Group: Development/Languages @@ -53,6 +53,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 1.2.0-2 +- Rebuild for Python 2.5 + * Tue Nov 7 2006 Jos?? Matos - 1.2.0-1 - New upstream release From fedora-extras-commits at redhat.com Sat Dec 9 15:59:20 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 10:59:20 -0500 Subject: rpms/python-dialog/devel python-dialog.spec,1.9,1.10 Message-ID: <200612091559.kB9FxKSj026835@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/python-dialog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26804 Modified Files: python-dialog.spec Log Message: rebuild Index: python-dialog.spec =================================================================== RCS file: /cvs/extras/rpms/python-dialog/devel/python-dialog.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-dialog.spec 1 Nov 2006 08:30:40 -0000 1.9 +++ python-dialog.spec 9 Dec 2006 15:58:50 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-dialog Version: 2.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python interface to the Unix dialog utility Group: Development/Languages @@ -44,6 +44,9 @@ %changelog +* Sat Dec 09 2006 Aurelien Bompard 2.7-6 +- rebuild + * Wed Nov 01 2006 Aurelien Bompard 2.7-5 - unghost .pyo file From fedora-extras-commits at redhat.com Sat Dec 9 16:01:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sat, 9 Dec 2006 11:01:10 -0500 Subject: rpms/ulogd/devel ulogd.spec,1.15,1.16 Message-ID: <200612091601.kB9G1A8N030063@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/ulogd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26936 Modified Files: ulogd.spec Log Message: rebuild Index: ulogd.spec =================================================================== RCS file: /cvs/extras/rpms/ulogd/devel/ulogd.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ulogd.spec 31 Aug 2006 16:04:47 -0000 1.15 +++ ulogd.spec 9 Dec 2006 16:00:39 -0000 1.16 @@ -1,6 +1,6 @@ Name: ulogd Version: 1.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The userspace logging daemon for netfilter License: GPL Group: System Environment/Daemons @@ -113,6 +113,9 @@ %{_libdir}/ulogd/ulogd_PGSQL.so %changelog +* Sat Dec 09 2006 Aurelien Bompard 1.24-3 +- rebuild + * Thu Aug 31 2006 Aurelien Bompard 1.24-2 - rebuild From fedora-extras-commits at redhat.com Sat Dec 9 16:05:20 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 11:05:20 -0500 Subject: rpms/translate-toolkit/devel translate-toolkit.spec,1.11,1.12 Message-ID: <200612091605.kB9G5Keh030175@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/translate-toolkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30126 Modified Files: translate-toolkit.spec Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 0.10.1-2 - Rebuild for Python 2.5 Index: translate-toolkit.spec =================================================================== RCS file: /cvs/extras/rpms/translate-toolkit/devel/translate-toolkit.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- translate-toolkit.spec 9 Nov 2006 14:17:25 -0000 1.11 +++ translate-toolkit.spec 9 Dec 2006 16:04:49 -0000 1.12 @@ -2,7 +2,7 @@ Name: translate-toolkit Version: 0.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of tools to assist software localization Group: Development/Tools @@ -60,6 +60,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 0.10.1-2 +- Rebuild for Python 2.5 + * Thu Nov 09 2006 Roozbeh Pournader - 0.10.1-1 - Update to upstream 0.10.1 - Cleanup based on latest Python packaging guidelines From fedora-extras-commits at redhat.com Sat Dec 9 16:08:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 9 Dec 2006 11:08:38 -0500 Subject: rpms/xine-lib/devel xine-lib.spec,1.4,1.5 Message-ID: <200612091608.kB9G8cED030272@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30257 Modified Files: xine-lib.spec Log Message: Update -extras description. Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xine-lib.spec 9 Dec 2006 15:36:50 -0000 1.4 +++ xine-lib.spec 9 Dec 2006 16:08:08 -0000 1.5 @@ -74,7 +74,9 @@ - aRts - EsounD - JACK + - GDK-Pixbuf - GNOME VFS + - SMB - SDL - AA-lib %if 0%{?_with_caca:1} @@ -280,7 +282,6 @@ - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) -- Move SMB and GDK-Pixbuf plugins into the extras subpackage * Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 - Make shn files available to amarok. References: From fedora-extras-commits at redhat.com Sat Dec 9 16:16:13 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 9 Dec 2006 11:16:13 -0500 Subject: rpms/apt/devel apt.spec,1.35,1.36 Message-ID: <200612091616.kB9GGDLB030339@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30322 Modified Files: apt.spec Log Message: python 2.5 Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- apt.spec 23 Nov 2006 16:45:49 -0000 1.35 +++ apt.spec 9 Dec 2006 16:15:43 -0000 1.36 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 8.1%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -287,6 +287,9 @@ %changelog +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. From fedora-extras-commits at redhat.com Sat Dec 9 16:37:19 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Sat, 9 Dec 2006 11:37:19 -0500 Subject: rpms/gnomad2/devel gnomad2.spec,1.12,1.13 Message-ID: <200612091637.kB9GbJn2030539@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnomad2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30512 Modified Files: gnomad2.spec Log Message: Rebuild for new libmtp. Index: gnomad2.spec =================================================================== RCS file: /cvs/extras/rpms/gnomad2/devel/gnomad2.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnomad2.spec 30 Sep 2006 09:27:26 -0000 1.12 +++ gnomad2.spec 9 Dec 2006 16:36:49 -0000 1.13 @@ -10,7 +10,7 @@ Name: gnomad2 Version: 2.8.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GNOME 2.0 client for the Creative Jukeboxes and Dell DJs License: GPL @@ -80,6 +80,8 @@ %doc AUTHORS NEWS README COPYING ChangeLog %changelog +* Sat Dec 9 2006 Linus Walleij 2.8.9-3 +- Pick up the new libmtp dependency. * Sat Sep 30 2006 Linus Walleij 2.8.9-2 - Pick up the new libmtp dependency. * Fri Sep 22 2006 Linus Walleij 2.8.9-1 From fedora-extras-commits at redhat.com Sat Dec 9 16:43:10 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 11:43:10 -0500 Subject: rpms/gnochm/FC-5 .cvsignore, 1.3, 1.4 gnochm.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612091643.kB9GhAkU030734@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30661/FC-5 Modified Files: .cvsignore gnochm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.9.9-1 - update to 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Jun 2006 14:22:53 -0000 1.3 +++ .cvsignore 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -gnochm-0.9.8.tar.gz +gnochm-0.9.9.tar.gz Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/gnochm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnochm.spec 27 Sep 2006 08:21:50 -0000 1.6 +++ gnochm.spec 9 Dec 2006 16:42:40 -0000 1.7 @@ -1,6 +1,6 @@ Name: gnochm -Version: 0.9.8 -Release: 6%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -14,7 +14,8 @@ # internal intltool is used, so BR the perl module BuildRequires: perl(XML::Parser) # BuildRequires: intltool -Requires: python-chm gnome-python2-gconf pygtk2-libglade +Requires: python-chm >= 0.8.4 +Requires: gnome-python2-gconf pygtk2-libglade Requires: gnome-python2-gtkhtml2 Requires(pre): GConf2 @@ -137,6 +138,9 @@ %{_datadir}/icons/gnome/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +- update to 0.9.9 + * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 - keep required icon files in pixmaps, (fix #208230) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Jun 2006 14:22:53 -0000 1.3 +++ sources 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -2451c736b133b93292991a701eb692ea gnochm-0.9.8.tar.gz +c6cfabf97778587614973f6c3956f705 gnochm-0.9.9.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 16:43:11 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 11:43:11 -0500 Subject: rpms/gnochm/FC-6 .cvsignore, 1.3, 1.4 gnochm.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612091643.kB9GhBum030739@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30661/FC-6 Modified Files: .cvsignore gnochm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.9.9-1 - update to 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:27:21 -0000 1.3 +++ .cvsignore 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -gnochm-0.9.8.tar.gz +gnochm-0.9.9.tar.gz Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/gnochm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnochm.spec 27 Sep 2006 08:26:56 -0000 1.10 +++ gnochm.spec 9 Dec 2006 16:42:40 -0000 1.11 @@ -1,6 +1,6 @@ Name: gnochm -Version: 0.9.8 -Release: 6%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -14,7 +14,8 @@ # internal intltool is used, so BR the perl module BuildRequires: perl(XML::Parser) # BuildRequires: intltool -Requires: python-chm gnome-python2-gconf pygtk2-libglade +Requires: python-chm >= 0.8.4 +Requires: gnome-python2-gconf pygtk2-libglade Requires: gnome-python2-gtkhtml2 Requires(pre): GConf2 @@ -137,6 +138,9 @@ %{_datadir}/icons/gnome/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +- update to 0.9.9 + * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 - keep required icon files in pixmaps, (fix #208230) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:27:21 -0000 1.3 +++ sources 9 Dec 2006 16:42:40 -0000 1.4 @@ -1 +1 @@ -2451c736b133b93292991a701eb692ea gnochm-0.9.8.tar.gz +c6cfabf97778587614973f6c3956f705 gnochm-0.9.9.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 16:43:16 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 9 Dec 2006 11:43:16 -0500 Subject: owners owners.list,1.2088,1.2089 Message-ID: <200612091643.kB9GhGnT030742@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30657 Modified Files: owners.list Log Message: update per request of John Ellson Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2088 retrieving revision 1.2089 diff -u -r1.2088 -r1.2089 --- owners.list 9 Dec 2006 03:49:53 -0000 1.2088 +++ owners.list 9 Dec 2006 16:42:46 -0000 1.2089 @@ -647,7 +647,7 @@ Fedora Extras|gramps|Genealogical Research and Analysis Management Programming System|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|granule|Flashcards program based on Leitner methodology|3rdshift at comcast.net|extras-qa at fedoraproject.org| Fedora Extras|GraphicsMagick|An ImageMagick fork, offering faster image generation and better quality|andreas at bawue.net|extras-qa at fedoraproject.org| -Fedora Extras|graphviz|Graph Visualization Tools|jima at beer.tclug.org|extras-qa at fedoraproject.org|ellson at research.att.com +Fedora Extras|graphviz|Graph Visualization Tools|jima at beer.tclug.org|extras-qa at fedoraproject.org|john.ellson at comcast.net Fedora Extras|graveman|A frontend for cdrtools, dvd+rw-tools and sox|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|grepmail|Search mailboxes for a particular email|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|gresistor|Gnome resistor color code calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 16:43:16 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 11:43:16 -0500 Subject: rpms/gnochm/devel .cvsignore, 1.3, 1.4 gnochm.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612091643.kB9GhGY7030747@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30661/devel Modified Files: .cvsignore gnochm.spec sources Log Message: * Sat Dec 9 2006 Patrice Dumas 0.9.9-1 - update to 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2006 10:27:21 -0000 1.3 +++ .cvsignore 9 Dec 2006 16:42:46 -0000 1.4 @@ -1 +1 @@ -gnochm-0.9.8.tar.gz +gnochm-0.9.9.tar.gz Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/gnochm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnochm.spec 27 Sep 2006 08:26:56 -0000 1.10 +++ gnochm.spec 9 Dec 2006 16:42:46 -0000 1.11 @@ -1,6 +1,6 @@ Name: gnochm -Version: 0.9.8 -Release: 6%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -14,7 +14,8 @@ # internal intltool is used, so BR the perl module BuildRequires: perl(XML::Parser) # BuildRequires: intltool -Requires: python-chm gnome-python2-gconf pygtk2-libglade +Requires: python-chm >= 0.8.4 +Requires: gnome-python2-gconf pygtk2-libglade Requires: gnome-python2-gtkhtml2 Requires(pre): GConf2 @@ -137,6 +138,9 @@ %{_datadir}/icons/gnome/ %changelog +* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +- update to 0.9.9 + * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 - keep required icon files in pixmaps, (fix #208230) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2006 10:27:21 -0000 1.3 +++ sources 9 Dec 2006 16:42:46 -0000 1.4 @@ -1 +1 @@ -2451c736b133b93292991a701eb692ea gnochm-0.9.8.tar.gz +c6cfabf97778587614973f6c3956f705 gnochm-0.9.9.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 16:44:48 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:44:48 -0500 Subject: rpms/jd/devel .cvsignore, 1.34, 1.35 jd.spec, 1.41, 1.42 sources, 1.34, 1.35 Message-ID: <200612091644.kB9GimCd030794@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30758 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061209 - cvs 061209 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 6 Dec 2006 17:50:37 -0000 1.34 +++ .cvsignore 9 Dec 2006 16:44:18 -0000 1.35 @@ -1 +1 @@ -jd-1.8.1-cvs061206.tgz +jd-1.8.1-cvs061209.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- jd.spec 6 Dec 2006 17:50:37 -0000 1.41 +++ jd.spec 9 Dec 2006 16:44:18 -0000 1.42 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061206 +%define strtag cvs061209 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Wed Dec 6 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061206 -- cvs 061206 (24:20 JST) +* Sat Dec 9 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061209 +- cvs 061209 (23:59 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 6 Dec 2006 17:50:37 -0000 1.34 +++ sources 9 Dec 2006 16:44:18 -0000 1.35 @@ -1 +1 @@ -fc19e88462fef39de313deef51d3b592 jd-1.8.1-cvs061206.tgz +66e390e763e01b325748a60b0eaa04d4 jd-1.8.1-cvs061209.tgz From fedora-extras-commits at redhat.com Sat Dec 9 16:45:33 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:45:33 -0500 Subject: rpms/mirage/devel .cvsignore, 1.2, 1.3 mirage.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612091645.kB9GjXYR030858@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30800 Modified Files: .cvsignore mirage.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 07:42:11 -0000 1.2 +++ .cvsignore 9 Dec 2006 16:45:03 -0000 1.3 @@ -1 +1 @@ -mirage-0.8.1.tar.bz2 +mirage-0.8.2.tar.bz2 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/mirage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mirage.spec 8 Dec 2006 15:58:10 -0000 1.2 +++ mirage.spec 9 Dec 2006 16:45:03 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mirage -Version: 0.8.1 -Release: 1%{?dist}.1 +Version: 0.8.2 +Release: 1%{?dist} Summary: A fast and simple image viewer Group: Amusements/Graphics @@ -74,8 +74,11 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 +- 0.8.2 + * Fri Dec 8 2006 Mamoru Tasaka -- Rebuild against python 2.5 +- Rebuild against new python (only for devel) * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mirage/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 07:42:11 -0000 1.2 +++ sources 9 Dec 2006 16:45:03 -0000 1.3 @@ -1 +1 @@ -c87da5b76f856fd7a759a355259b76ed mirage-0.8.1.tar.bz2 +c6a39de44480a75cf3df3dafb5ee870a mirage-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 16:47:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:47:15 -0500 Subject: rpms/mirage/FC-6 .cvsignore, 1.2, 1.3 mirage.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612091647.kB9GlF16030950@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30906 Modified Files: .cvsignore mirage.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 07:42:11 -0000 1.2 +++ .cvsignore 9 Dec 2006 16:46:45 -0000 1.3 @@ -1 +1 @@ -mirage-0.8.1.tar.bz2 +mirage-0.8.2.tar.bz2 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-6/mirage.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mirage.spec 21 Nov 2006 07:42:11 -0000 1.1 +++ mirage.spec 9 Dec 2006 16:46:45 -0000 1.2 @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mirage -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: A fast and simple image viewer @@ -74,5 +74,11 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 +- 0.8.2 + +* Fri Dec 8 2006 Mamoru Tasaka +- Rebuild against new python (only for devel) + * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 07:42:11 -0000 1.2 +++ sources 9 Dec 2006 16:46:45 -0000 1.3 @@ -1 +1 @@ -c87da5b76f856fd7a759a355259b76ed mirage-0.8.1.tar.bz2 +c6a39de44480a75cf3df3dafb5ee870a mirage-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 16:47:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 11:47:29 -0500 Subject: rpms/mirage/FC-5 .cvsignore, 1.2, 1.3 mirage.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612091647.kB9GlTHM030957@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/mirage/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30931 Modified Files: .cvsignore mirage.spec sources Log Message: * Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 07:42:11 -0000 1.2 +++ .cvsignore 9 Dec 2006 16:46:59 -0000 1.3 @@ -1 +1 @@ -mirage-0.8.1.tar.bz2 +mirage-0.8.2.tar.bz2 Index: mirage.spec =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-5/mirage.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mirage.spec 21 Nov 2006 07:42:11 -0000 1.1 +++ mirage.spec 9 Dec 2006 16:46:59 -0000 1.2 @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mirage -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: A fast and simple image viewer @@ -74,5 +74,11 @@ %{_datadir}/applications/*%{name}.desktop %changelog +* Sat Dec 9 2006 Mamoru Tasaka - 0.8.2-1 +- 0.8.2 + +* Fri Dec 8 2006 Mamoru Tasaka +- Rebuild against new python (only for devel) + * Sat Nov 18 2006 Mamoru Tasaka - 0.8.1-1 - Initial packaging to import to Fedora Extras. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mirage/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 07:42:11 -0000 1.2 +++ sources 9 Dec 2006 16:46:59 -0000 1.3 @@ -1 +1 @@ -c87da5b76f856fd7a759a355259b76ed mirage-0.8.1.tar.bz2 +c6a39de44480a75cf3df3dafb5ee870a mirage-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 16:49:40 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Sat, 9 Dec 2006 11:49:40 -0500 Subject: rpms/bittorrent/devel bittorrent.spec,1.36,1.37 Message-ID: <200612091649.kB9GneBl031024@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/bittorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31009 Modified Files: bittorrent.spec Log Message: Fixups for build with python 2.5 on Rawhide Index: bittorrent.spec =================================================================== RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- bittorrent.spec 29 Aug 2006 09:32:44 -0000 1.36 +++ bittorrent.spec 9 Dec 2006 16:49:10 -0000 1.37 @@ -1,12 +1,11 @@ -%define desktopvendor fedora - %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%define pythonver %(%{__python} -c "import sys ; print sys.version[:3]" || echo none) +%define desktopvendor fedora Name: bittorrent Version: 4.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BitTorrent swarming network file transfer tool - Group: Applications/Internet License: BitTorrent Open Source License URL: http://www.bittorrent.com/ @@ -18,12 +17,12 @@ Patch0: bittorrent-4.2.2-no-version-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch - -BuildRequires: desktop-file-utils gettext +# python-devel needed for python >= 2.5 +BuildRequires: desktop-file-utils gettext python-devel Requires: python-crypto -# FC4 and later auto-generate python version dependency -%if %{!?fedora:0}%{?fedora} < 4 || %{!?rhel:0}%{?rhel} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +# python 2.3-based distros need explicit python-abi dependency +%if "%{pythonver}" == "2.3" +Requires: python-abi = %{pythonver} %endif Provides: python-khashmir = %{version}-%{release} @@ -186,7 +185,7 @@ [ -x /usr/bin/gtk-update-icon-cache ] && /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || : %files -f bittorrent.lang -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc README.txt credits.txt credits-l10n.txt LICENSE.txt TRACKERLESS.txt %{_bindir}/bittorrent-console %{_bindir}/bittorrent-curses @@ -211,7 +210,7 @@ %config(noreplace) %{_sysconfdir}/sysconfig/bittorrent %files gui -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %{_bindir}/bittorrent %{_bindir}/maketorrent %{_datadir}/pixmaps/bittorrent-%{version} @@ -219,6 +218,9 @@ %{_datadir}/applications/%{desktopvendor}-bittorrent.desktop %changelog +* Sat Dec 9 2006 Paul Howarth 4.4.0-3 +- Fixups for build with python 2.5 on Rawhide + * Tue Aug 29 2006 Paul Howarth 4.4.0-2 - Don't need python-devel buildreq - Don't %%ghost .pyo files From fedora-extras-commits at redhat.com Sat Dec 9 17:07:31 2006 From: fedora-extras-commits at redhat.com (Stewart Adam (firewing)) Date: Sat, 9 Dec 2006 12:07:31 -0500 Subject: rpms/fwfstab/devel fwfstab.spec,1.1,1.2 Message-ID: <200612091707.kB9H7VR8001895@cvs-int.fedora.redhat.com> Author: firewing Update of /cvs/extras/rpms/fwfstab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1880 Modified Files: fwfstab.spec Log Message: Rebuild for python 2.5 Index: fwfstab.spec =================================================================== RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fwfstab.spec 3 Nov 2006 13:25:12 -0000 1.1 +++ fwfstab.spec 9 Dec 2006 17:07:01 -0000 1.2 @@ -4,7 +4,7 @@ Name: fwfstab Version: 0.01.1 -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch Summary: A graphical file system table editor @@ -82,6 +82,9 @@ %changelog +* Sat Dec 9 2006 Stewart Adam 0.01.1-2 +- Rebuild for new python + * Thu Nov 2 2006 Stewart Adam 0.01.1-1 - Update to 0.01.1 From fedora-extras-commits at redhat.com Sat Dec 9 17:09:13 2006 From: fedora-extras-commits at redhat.com (Stewart Adam (firewing)) Date: Sat, 9 Dec 2006 12:09:13 -0500 Subject: rpms/fwbackups/devel fwbackups.spec,1.1,1.2 Message-ID: <200612091709.kB9H9DmZ001965@cvs-int.fedora.redhat.com> Author: firewing Update of /cvs/extras/rpms/fwbackups/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1942 Modified Files: fwbackups.spec Log Message: Rebuild for new python 2.5 Index: fwbackups.spec =================================================================== RCS file: /cvs/extras/rpms/fwbackups/devel/fwbackups.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fwbackups.spec 1 Oct 2006 16:36:22 -0000 1.1 +++ fwbackups.spec 9 Dec 2006 17:08:43 -0000 1.2 @@ -2,7 +2,7 @@ Name: fwbackups Version: 1.42.1 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch Summary: A feature-rich user backup program @@ -109,6 +109,9 @@ %changelog +* Sat Dec 9 2006 Stewart Adam 1.42.1-3 +- Rebuild for new python + * Sat Sep 30 2006 Stewart Adam 1.42.1-2 - Match upstream md5sum - Fix capitals in %%Source0 tag From fedora-extras-commits at redhat.com Sat Dec 9 17:15:44 2006 From: fedora-extras-commits at redhat.com (Stewart Adam (firewing)) Date: Sat, 9 Dec 2006 12:15:44 -0500 Subject: rpms/fwfstab/devel fwfstab.spec,1.2,1.3 Message-ID: <200612091715.kB9HFijD002123@cvs-int.fedora.redhat.com> Author: firewing Update of /cvs/extras/rpms/fwfstab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2104 Modified Files: fwfstab.spec Log Message: make tag problems... Index: fwfstab.spec =================================================================== RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fwfstab.spec 9 Dec 2006 17:07:01 -0000 1.2 +++ fwfstab.spec 9 Dec 2006 17:15:14 -0000 1.3 @@ -4,7 +4,7 @@ Name: fwfstab Version: 0.01.1 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch Summary: A graphical file system table editor @@ -82,6 +82,9 @@ %changelog +* Sat Dec 9 2006 Stewart Adam 0.01.1-3 +- 'make tag' problems, bumping... + * Sat Dec 9 2006 Stewart Adam 0.01.1-2 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 17:17:22 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:17:22 -0500 Subject: rpms/gnochm/devel gnochm.spec,1.11,1.12 Message-ID: <200612091717.kB9HHMRr002184@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2160 Modified Files: gnochm.spec Log Message: Man pages are no longer shipped. Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/devel/gnochm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnochm.spec 9 Dec 2006 16:42:46 -0000 1.11 +++ gnochm.spec 9 Dec 2006 17:16:52 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnochm Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -39,7 +39,7 @@ %prep %setup -q -iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it +#iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it %build %configure --disable-mime-update @@ -55,8 +55,8 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ --delete-original \ + --remove-category=Application \ $RPM_BUILD_ROOT%{_datadir}/applications/gnochm.desktop mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/ mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/gnome/48x48/mimetypes/ @@ -128,8 +128,8 @@ %{_datadir}/application-registry/gnochm.* %{_datadir}/applications/fedora-gnochm.desktop %{_datadir}/mime/packages/gnochm.xml -%{_mandir}/man*/gnochm.1* -%{_mandir}/*/man*/gnochm.1* +#%{_mandir}/man*/gnochm.1* +#%{_mandir}/*/man*/gnochm.1* %{_datadir}/mime-info/gnochm.* %{_datadir}/omf/gnochm/ %{_datadir}/pixmaps/gnochm*.png @@ -138,7 +138,7 @@ %{_datadir}/icons/gnome/ %changelog -* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +* Sat Dec 9 2006 Patrice Dumas 0.9.9-2 - update to 0.9.9 * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sat, 9 Dec 2006 12:19:30 -0500 Subject: rpms/scribus/devel .cvsignore, 1.13, 1.14 scribus.spec, 1.24, 1.25 sources, 1.13, 1.14 Message-ID: <200612091719.kB9HJUMj002330@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/scribus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2247/devel Modified Files: .cvsignore scribus.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribus/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 11 Nov 2006 09:51:32 -0000 1.13 +++ .cvsignore 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -scribus-1.3.3.5.tar.bz2 +scribus-1.3.3.6.tar.bz2 Index: scribus.spec =================================================================== RCS file: /cvs/extras/rpms/scribus/devel/scribus.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- scribus.spec 11 Nov 2006 09:51:32 -0000 1.24 +++ scribus.spec 9 Dec 2006 17:19:00 -0000 1.25 @@ -1,5 +1,5 @@ Name: scribus -Version: 1.3.3.5 +Version: 1.3.3.6 Release: 1%{?dist} Summary: DeskTop Publishing application written in Qt @@ -7,7 +7,7 @@ Group: Applications/Productivity License: GPL URL: http://www.scribus.net/ -Source0: http://dl.sf.net/scribus/scribus-1.3.3.5.tar.bz2 +Source0: http://dl.sf.net/scribus/scribus-1.3.3.6.tar.bz2 Source1: scribus.xml Source2: scribus.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -136,6 +136,10 @@ %{_includedir}/scribus/ %changelog +* Mon Dec 04 2006 Andreas Bierfert +1.3.3.6-1 +- version upgrade + * Sat Nov 11 2006 Andreas Bierfert 1.3.3.5-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribus/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 11 Nov 2006 09:51:32 -0000 1.13 +++ sources 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -db4c06fa2b6f758aab17555d5253a632 scribus-1.3.3.5.tar.bz2 +a9a47ecdedb4032ccaa7612afd7f068c scribus-1.3.3.6.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sat, 9 Dec 2006 12:19:30 -0500 Subject: rpms/scribus/FC-6 .cvsignore, 1.13, 1.14 scribus.spec, 1.24, 1.25 sources, 1.13, 1.14 Message-ID: <200612091719.kB9HJUhE002325@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/scribus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2247/FC-6 Modified Files: .cvsignore scribus.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribus/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 11 Nov 2006 09:51:31 -0000 1.13 +++ .cvsignore 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -scribus-1.3.3.5.tar.bz2 +scribus-1.3.3.6.tar.bz2 Index: scribus.spec =================================================================== RCS file: /cvs/extras/rpms/scribus/FC-6/scribus.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- scribus.spec 11 Nov 2006 09:51:31 -0000 1.24 +++ scribus.spec 9 Dec 2006 17:19:00 -0000 1.25 @@ -1,5 +1,5 @@ Name: scribus -Version: 1.3.3.5 +Version: 1.3.3.6 Release: 1%{?dist} Summary: DeskTop Publishing application written in Qt @@ -7,7 +7,7 @@ Group: Applications/Productivity License: GPL URL: http://www.scribus.net/ -Source0: http://dl.sf.net/scribus/scribus-1.3.3.5.tar.bz2 +Source0: http://dl.sf.net/scribus/scribus-1.3.3.6.tar.bz2 Source1: scribus.xml Source2: scribus.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -136,6 +136,10 @@ %{_includedir}/scribus/ %changelog +* Mon Dec 04 2006 Andreas Bierfert +1.3.3.6-1 +- version upgrade + * Sat Nov 11 2006 Andreas Bierfert 1.3.3.5-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribus/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 11 Nov 2006 09:51:31 -0000 1.13 +++ sources 9 Dec 2006 17:19:00 -0000 1.14 @@ -1 +1 @@ -db4c06fa2b6f758aab17555d5253a632 scribus-1.3.3.5.tar.bz2 +a9a47ecdedb4032ccaa7612afd7f068c scribus-1.3.3.6.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:43 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:19:43 -0500 Subject: rpms/gnochm/FC-5 gnochm.spec,1.7,1.8 Message-ID: <200612091719.kB9HJhZS002333@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2254/FC-5 Modified Files: gnochm.spec Log Message: Man pages are not shipped anymore. Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-5/gnochm.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnochm.spec 9 Dec 2006 16:42:40 -0000 1.7 +++ gnochm.spec 9 Dec 2006 17:19:13 -0000 1.8 @@ -1,6 +1,6 @@ Name: gnochm Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -39,7 +39,7 @@ %prep %setup -q -iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it +#iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it %build %configure --disable-mime-update @@ -128,8 +128,8 @@ %{_datadir}/application-registry/gnochm.* %{_datadir}/applications/fedora-gnochm.desktop %{_datadir}/mime/packages/gnochm.xml -%{_mandir}/man*/gnochm.1* -%{_mandir}/*/man*/gnochm.1* +#%{_mandir}/man*/gnochm.1* +#%{_mandir}/*/man*/gnochm.1* %{_datadir}/mime-info/gnochm.* %{_datadir}/omf/gnochm/ %{_datadir}/pixmaps/gnochm*.png @@ -138,7 +138,7 @@ %{_datadir}/icons/gnome/ %changelog -* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +* Sat Dec 9 2006 Patrice Dumas 0.9.9-2 - update to 0.9.9 * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 From fedora-extras-commits at redhat.com Sat Dec 9 17:19:43 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:19:43 -0500 Subject: rpms/gnochm/FC-6 gnochm.spec,1.11,1.12 Message-ID: <200612091719.kB9HJhU6002336@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/gnochm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2254/FC-6 Modified Files: gnochm.spec Log Message: Man pages are not shipped anymore. Index: gnochm.spec =================================================================== RCS file: /cvs/extras/rpms/gnochm/FC-6/gnochm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnochm.spec 9 Dec 2006 16:42:40 -0000 1.11 +++ gnochm.spec 9 Dec 2006 17:19:13 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnochm Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CHM file viewer Group: Applications/Publishing @@ -39,7 +39,7 @@ %prep %setup -q -iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it +#iconv -f ISO8859-1 -t UTF8 < data/gnochm.1.it > gnochm.1.it.new && mv -f gnochm.1.it.new data/gnochm.1.it %build %configure --disable-mime-update @@ -128,8 +128,8 @@ %{_datadir}/application-registry/gnochm.* %{_datadir}/applications/fedora-gnochm.desktop %{_datadir}/mime/packages/gnochm.xml -%{_mandir}/man*/gnochm.1* -%{_mandir}/*/man*/gnochm.1* +#%{_mandir}/man*/gnochm.1* +#%{_mandir}/*/man*/gnochm.1* %{_datadir}/mime-info/gnochm.* %{_datadir}/omf/gnochm/ %{_datadir}/pixmaps/gnochm*.png @@ -138,7 +138,7 @@ %{_datadir}/icons/gnome/ %changelog -* Sat Dec 9 2006 Patrice Dumas 0.9.9-1 +* Sat Dec 9 2006 Patrice Dumas 0.9.9-2 - update to 0.9.9 * Wed Sep 27 2006 Patrice Dumas 0.9.8-6 From fedora-extras-commits at redhat.com Sat Dec 9 17:21:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:21:17 -0500 Subject: rpms/PyQt-qscintilla/devel PyQt-qscintilla.spec,1.8,1.9 Message-ID: <200612091721.kB9HLHVC002435@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/PyQt-qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2416 Modified Files: PyQt-qscintilla.spec Log Message: * Sat Dec 09 2006 Rex Dieter 3.17-3 - respin (for python) Index: PyQt-qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/PyQt-qscintilla.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PyQt-qscintilla.spec 9 Nov 2006 17:15:53 -0000 1.8 +++ PyQt-qscintilla.spec 9 Dec 2006 17:20:47 -0000 1.9 @@ -2,7 +2,7 @@ Summary: PyQt qscintilla extentions Name: PyQt-qscintilla Version: 3.17 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Languages @@ -70,6 +70,9 @@ %changelog +* Sat Dec 09 2006 Rex Dieter 3.17-3 +- respin (for python) + * Thu Nov 09 2006 Rex Dieter 3.17-2 - respin for qscintilla-1.7 (#214192) From fedora-extras-commits at redhat.com Sat Dec 9 17:22:46 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sat, 9 Dec 2006 12:22:46 -0500 Subject: rpms/archmage/devel archmage.spec,1.2,1.3 Message-ID: <200612091722.kB9HMkdM002501@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/archmage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2486 Modified Files: archmage.spec Log Message: * Sat Dec 9 2006 Patrice Dumas 0.0.7-3 - rebuild for python 2.5 Index: archmage.spec =================================================================== RCS file: /cvs/extras/rpms/archmage/devel/archmage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- archmage.spec 12 Sep 2006 20:34:00 -0000 1.2 +++ archmage.spec 9 Dec 2006 17:22:16 -0000 1.3 @@ -2,7 +2,7 @@ Name: archmage Version: 0.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensible reader/decompiler of files in CHM format Group: Development/Tools @@ -52,6 +52,9 @@ %{_mandir}/man*/archmage* %changelog +* Sat Dec 9 2006 Patrice Dumas 0.0.7-3 +- rebuild for python 2.5 + * Tue Sep 12 2006 Patrice Dumas 0.0.7-2 - .pyo files added. Bug #205369 - BuildRequires: python and not python-devel since it is noarch From fedora-extras-commits at redhat.com Sat Dec 9 17:27:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:27:08 -0500 Subject: rpms/PyKDE/devel PyKDE.spec,1.8,1.9 Message-ID: <200612091727.kB9HR8aX002780@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/PyKDE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2696 Modified Files: PyKDE.spec Log Message: respin (for python) Index: PyKDE.spec =================================================================== RCS file: /cvs/extras/rpms/PyKDE/devel/PyKDE.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PyKDE.spec 9 Nov 2006 21:06:31 -0000 1.8 +++ PyKDE.spec 9 Dec 2006 17:26:38 -0000 1.9 @@ -1,8 +1,11 @@ +# Fedora review: +# http://bugzilla.redhat.com/190367 + Summary: Python bindings for KDE Name: PyKDE Version: 3.16.0 -Release: 5%{?dist} +Release: 5%{?dist}.1 License: GPL URL: http://www.riverbankcomputing.co.uk/pykde/ @@ -11,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: PyKDE-3.16.0-konsolepart.patch +# http://mats.imk.fraunhofer.de/pipermail/pykde/2006-November/014627.html Patch2: PyKDE-3.16.0-kmimetype.patch BuildRequires: python-devel >= 2.3 From fedora-extras-commits at redhat.com Sat Dec 9 17:29:59 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 9 Dec 2006 12:29:59 -0500 Subject: rpms/Django/devel Django.spec,1.1,1.2 Message-ID: <200612091729.kB9HTxCC002882@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/Django/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2830 Modified Files: Django.spec Log Message: Rebuild for development's Python 2.5 Index: Django.spec =================================================================== RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Django.spec 24 Nov 2006 19:49:48 -0000 1.1 +++ Django.spec 9 Dec 2006 17:29:29 -0000 1.2 @@ -3,7 +3,7 @@ Name: Django Version: 0.95 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level Python Web framework Group: Development/Languages @@ -76,5 +76,8 @@ %{_datadir}/%{name} %changelog +* Sat Dec 9 2006 Michel Salim - 0.95-2 +- Rebuild for development branch + * Sun Nov 12 2006 Michel Salim - 0.95-1 -- Initial package \ No newline at end of file +- Initial package From fedora-extras-commits at redhat.com Sat Dec 9 17:30:05 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:30:05 -0500 Subject: rpms/eric/devel eric.spec,1.9,1.10 Message-ID: <200612091730.kB9HU5qX002886@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/eric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2867 Modified Files: eric.spec Log Message: respin Index: eric.spec =================================================================== RCS file: /cvs/extras/rpms/eric/devel/eric.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- eric.spec 22 Nov 2006 13:48:49 -0000 1.9 +++ eric.spec 9 Dec 2006 17:29:35 -0000 1.10 @@ -5,7 +5,7 @@ Name: eric Summary: Python IDE Version: 3.9.2 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Sat Dec 9 17:37:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 12:37:54 -0500 Subject: rpms/koffice/devel koffice.spec,1.46,1.47 Message-ID: <200612091737.kB9HbsuJ003072@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3057 Modified Files: koffice.spec Log Message: * Sat Dec 09 2006 Rex Dieter 1.6.2-2 - BR: poppler-qt-devel (#158941,#212145) Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- koffice.spec 1 Dec 2006 17:30:09 -0000 1.46 +++ koffice.spec 9 Dec 2006 17:37:24 -0000 1.47 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -21,9 +21,9 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 3 BuildRequires: GraphicsMagick-devel -# ImageMagick usage is deprecated (in favor of GraphicsMagick), -# and can likely go way, but let's keep it around, for now. -- Rex +%endif BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -50,8 +50,8 @@ %define ruby 1 BuildRequires: ruby ruby-devel >= 1.8.2 %endif -%if 0%{?fedora} > 3 || 0%{?rhel} > 4 -BuildRequires: poppler-devel +%if 0%{?fedora} > 6 || 0%{?rhel} > 4 +BuildRequires: poppler-qt-devel %endif %if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel @@ -659,6 +659,10 @@ %changelog +* Sat Dec 09 2006 Rex Dieter +1.6.2-2 +- BR: poppler-qt-devel (#158941,#212145) + * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) From fedora-extras-commits at redhat.com Sat Dec 9 17:44:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 12:44:00 -0500 Subject: rpms/python-tgfastdata/devel python-tgfastdata.spec,1.2,1.3 Message-ID: <200612091744.kB9Hi05u003179@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-tgfastdata/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3156 Modified Files: python-tgfastdata.spec Log Message: Rebuild for new python Index: python-tgfastdata.spec =================================================================== RCS file: /cvs/extras/rpms/python-tgfastdata/devel/python-tgfastdata.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-tgfastdata.spec 30 Oct 2006 06:47:13 -0000 1.2 +++ python-tgfastdata.spec 9 Dec 2006 17:43:30 -0000 1.3 @@ -5,7 +5,7 @@ Name: python-tgfastdata Version: 0.9a6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Automatic user interface generation for TurboGears Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/TGFastData-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 9 2006 Luke Macken - 0.9a6-6 +- Rebuild for new python + * Mon Oct 30 2006 Luke Macken - 0.9a6-5 - Fix egg-info directory From fedora-extras-commits at redhat.com Sat Dec 9 17:50:47 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 12:50:47 -0500 Subject: rpms/ssmtp/FC-5 ssmtp-bcc-fix.patch, NONE, 1.1 ssmtp-password-leak.patch, NONE, 1.1 ssmtp-ssl.certificate.nomatch.patch, NONE, 1.1 ssmtp.spec, 1.2, 1.3 Message-ID: <200612091750.kB9HolSC003286@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3258 Modified Files: ssmtp.spec Added Files: ssmtp-bcc-fix.patch ssmtp-password-leak.patch ssmtp-ssl.certificate.nomatch.patch Log Message: security fix - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ssmtp-bcc-fix.patch: --- NEW FILE ssmtp-bcc-fix.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -708,6 +704,10 @@ else if(strncasecmp(ht->string, "Bcc:", 4) == 0) { p = (ht->string + 4); rcpt_parse(p); + /* Undo adding the header to the list: */ + free(ht->string); + ht->string = NULL; + return; } else if(strncasecmp(ht->string, "CC:", 3) == 0) { p = (ht->string + 3); ssmtp-password-leak.patch: --- NEW FILE ssmtp-password-leak.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1404,6 +1406,7 @@ struct passwd *pw; int i, sock; uid_t uid; + bool_t minus_v_save; int timeout = 0; outbytes = 0; @@ -1520,7 +1523,12 @@ #ifdef MD5AUTH } #endif + /* We do NOT want the password output to STDERR + * even base64 encoded.*/ + minus_v_save = minus_v; + minus_v = False; outbytes += smtp_write(sock, "%s", buf); + minus_v = minus_v_save; (void)alarm((unsigned) MEDWAIT); if(smtp_okay(sock, buf) == False) { ssmtp-ssl.certificate.nomatch.patch: --- NEW FILE ssmtp-ssl.certificate.nomatch.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1138,10 +1138,12 @@ return(-1); } +#ifdef NOT_USED if(!SSL_CTX_check_private_key(ctx)) { log_event(LOG_ERR, "Private key does not match the certificate public key\n"); return(-1); } +#endif } #endif Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-5/ssmtp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ssmtp.spec 29 Nov 2006 17:20:57 -0000 1.2 +++ ssmtp.spec 9 Dec 2006 17:50:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -10,6 +10,9 @@ Patch0: %{name}-%{version}.6.patch Patch1: %{name}-2.50.3-maxsysuid.patch Patch2: %{name}-defaultvalues.patch +Patch3: %{name}-ssl.certificate.nomatch.patch +Patch4: %{name}-password-leak.patch +Patch5: %{name}-bcc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: MTA smtpdaemon %{_sbindir}/sendmail Requires(post): %{_sbindir}/alternatives @@ -32,6 +35,9 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -105,6 +111,11 @@ %changelog +* Fri Dec 08 2006 lonely wolf 2.61-11 +- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) +- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) + +%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sat Dec 9 17:55:20 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 12:55:20 -0500 Subject: rpms/ssmtp/FC-6 ssmtp-bcc-fix.patch, NONE, 1.1 ssmtp-password-leak.patch, NONE, 1.1 ssmtp-ssl.certificate.nomatch.patch, NONE, 1.1 ssmtp.spec, 1.2, 1.3 Message-ID: <200612091755.kB9HtKAm003333@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3307 Modified Files: ssmtp.spec Added Files: ssmtp-bcc-fix.patch ssmtp-password-leak.patch ssmtp-ssl.certificate.nomatch.patch Log Message: security fix - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ssmtp-bcc-fix.patch: --- NEW FILE ssmtp-bcc-fix.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -708,6 +704,10 @@ else if(strncasecmp(ht->string, "Bcc:", 4) == 0) { p = (ht->string + 4); rcpt_parse(p); + /* Undo adding the header to the list: */ + free(ht->string); + ht->string = NULL; + return; } else if(strncasecmp(ht->string, "CC:", 3) == 0) { p = (ht->string + 3); ssmtp-password-leak.patch: --- NEW FILE ssmtp-password-leak.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1404,6 +1406,7 @@ struct passwd *pw; int i, sock; uid_t uid; + bool_t minus_v_save; int timeout = 0; outbytes = 0; @@ -1520,7 +1523,12 @@ #ifdef MD5AUTH } #endif + /* We do NOT want the password output to STDERR + * even base64 encoded.*/ + minus_v_save = minus_v; + minus_v = False; outbytes += smtp_write(sock, "%s", buf); + minus_v = minus_v_save; (void)alarm((unsigned) MEDWAIT); if(smtp_okay(sock, buf) == False) { ssmtp-ssl.certificate.nomatch.patch: --- NEW FILE ssmtp-ssl.certificate.nomatch.patch --- --- ssmtp-2.61.redhat/ssmtp.c 2006-12-08 01:25:35.000000000 +0200 +++ ssmtp-2.61.debian/ssmtp.c 2006-12-08 01:24:25.000000000 +0200 @@ -1138,10 +1138,12 @@ return(-1); } +#ifdef NOT_USED if(!SSL_CTX_check_private_key(ctx)) { log_event(LOG_ERR, "Private key does not match the certificate public key\n"); return(-1); } +#endif } #endif Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-6/ssmtp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ssmtp.spec 29 Nov 2006 17:23:20 -0000 1.2 +++ ssmtp.spec 9 Dec 2006 17:54:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -10,6 +10,9 @@ Patch0: %{name}-%{version}.6.patch Patch1: %{name}-2.50.3-maxsysuid.patch Patch2: %{name}-defaultvalues.patch +Patch3: %{name}-ssl.certificate.nomatch.patch +Patch4: %{name}-password-leak.patch +Patch5: %{name}-bcc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: MTA smtpdaemon %{_sbindir}/sendmail Requires(post): %{_sbindir}/alternatives @@ -32,6 +35,9 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build @@ -105,6 +111,11 @@ %changelog +* Fri Dec 08 2006 lonely wolf 2.61-11 +- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) +- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) + +%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sat Dec 9 18:24:52 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 9 Dec 2006 13:24:52 -0500 Subject: rpms/fontforge/devel fontforge-20061025-fsSel.patch, NONE, 1.1 fontforge.spec, 1.22, 1.23 Message-ID: <200612091824.kB9IOqW9006646@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6628 Modified Files: fontforge.spec Added Files: fontforge-20061025-fsSel.patch Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 - Add patch to fix fsSelection problem with DejaVu ExtraLight fontforge-20061025-fsSel.patch: --- NEW FILE fontforge-20061025-fsSel.patch --- --- fontforge-20061025/fontforge/tottf.c.fsSel 2006-12-09 21:36:24.000000000 +0330 +++ fontforge-20061025/fontforge/tottf.c 2006-12-09 21:41:45.000000000 +0330 @@ -3090,7 +3090,7 @@ os2->fsSel = (at->head.macstyle&1?32:0)|(at->head.macstyle&2?1:0); if ( sf->fullname!=NULL && strstrmatch(sf->fullname,"outline")!=NULL ) os2->fsSel |= 8; - if ( os2->fsSel==0 ) os2->fsSel = 64; /* Regular */ + if ( os2->fsSel==0 && sf->pfminfo.weight == 400) os2->fsSel = 64; /* Regular */ if ( os2->version>=4 ) { if ( strstrmatch(sf->fontname,"Obli")==0 ) { os2->fsSel &= ~1; /* Turn off Italic */ Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fontforge.spec 25 Nov 2006 10:54:38 -0000 1.22 +++ fontforge.spec 9 Dec 2006 18:24:22 -0000 1.23 @@ -3,7 +3,7 @@ Name: fontforge Version: 20061025 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -13,6 +13,7 @@ Source1: fontforge.desktop Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 Patch1: fontforge-20061025-usFirstCharIndex.patch +Patch2: fontforge-20061025-fsSel.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: htmlview @@ -41,6 +42,7 @@ %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .usFirstCharIndex +%patch2 -p1 -b .fsSel mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -114,6 +116,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 +- Add patch to fix fsSelection problem with DejaVu ExtraLight + * Sat Nov 25 2006 Roozbeh Pournader - 20061025-1 - Update to 20061025 - Patch to correct usFirstCharIndex (George Williams) From fedora-extras-commits at redhat.com Sat Dec 9 18:48:19 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 13:48:19 -0500 Subject: rpms/python-simplejson/devel python-simplejson.spec,1.3,1.4 Message-ID: <200612091848.kB9ImJKh006852@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6832 Modified Files: python-simplejson.spec Log Message: Rebuild for new python Index: python-simplejson.spec =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/python-simplejson.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-simplejson.spec 24 Nov 2006 07:47:36 -0000 1.3 +++ python-simplejson.spec 9 Dec 2006 18:47:49 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-simplejson Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -59,6 +59,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 1.4-2 +- Rebuild for new python + * Fri Nov 24 2006 Luke Macken - 1.4-1 - 1.4 From fedora-extras-commits at redhat.com Sat Dec 9 18:51:56 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 13:51:56 -0500 Subject: rpms/python-ruledispatch/devel python-ruledispatch.spec,1.3,1.4 Message-ID: <200612091851.kB9IpuRx006951@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-ruledispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6936 Modified Files: python-ruledispatch.spec Log Message: rebuild for new python Index: python-ruledispatch.spec =================================================================== RCS file: /cvs/extras/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-ruledispatch.spec 4 Sep 2006 00:49:30 -0000 1.3 +++ python-ruledispatch.spec 9 Dec 2006 18:51:25 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-ruledispatch Version: 0.5a0 -Release: 0.3.svn%{svnrev}%{?dist} +Release: 0.4.svn%{svnrev}%{?dist} Summary: A generic function package for Python Group: Development/Languages @@ -48,6 +48,9 @@ %{python_sitearch}/dispatch/tests/*.pyo %changelog +* Sat Dec 9 2006 Luke Macken 0.5a0-0.4.svnr2115 +- Rebuild for new python + * Sun Sep 3 2006 Luke Macken 0.5a0-0.2.svnr2115 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 9 19:15:51 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Sat, 9 Dec 2006 14:15:51 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.5,1.6 Message-ID: <200612091915.kB9JFp2g010187@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10166 Modified Files: python-psycopg2.spec Log Message: Rebuilt for python 2.5 Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-psycopg2.spec 6 Dec 2006 14:27:57 -0000 1.5 +++ python-psycopg2.spec 9 Dec 2006 19:15:21 -0000 1.6 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,6 +84,9 @@ %{ZPsycopgDAdir}/icons/* %changelog +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-6 +- Rebuilt + * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-5 - Bumped up spec version From fedora-extras-commits at redhat.com Sat Dec 9 19:18:16 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Sat, 9 Dec 2006 14:18:16 -0500 Subject: rpms/python-psycopg2/devel python-psycopg2.spec,1.6,1.7 Message-ID: <200612091918.kB9JIGKP010242@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10224 Modified Files: python-psycopg2.spec Log Message: Bump up spec file version Index: python-psycopg2.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-psycopg2.spec 9 Dec 2006 19:15:21 -0000 1.6 +++ python-psycopg2.spec 9 Dec 2006 19:17:46 -0000 1.7 @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -84,7 +84,7 @@ %{ZPsycopgDAdir}/icons/* %changelog -* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-6 +* Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-7 - Rebuilt * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-5 From fedora-extras-commits at redhat.com Sat Dec 9 19:59:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 14:59:49 -0500 Subject: rpms/python-turbocheetah/devel python-turbocheetah.spec,1.3,1.4 Message-ID: <200612091959.kB9JxnIT010599@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbocheetah/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10577 Modified Files: python-turbocheetah.spec Log Message: Add python-devel to BR Index: python-turbocheetah.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-turbocheetah.spec 9 Dec 2006 04:43:53 -0000 1.3 +++ python-turbocheetah.spec 9 Dec 2006 19:59:19 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-turbocheetah Version: 0.9.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: TurboGears plugin to support use of Cheetah templates Group: Development/Languages @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-cheetah >= 1.0 %description @@ -52,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 0.9.5-7 +- Add python-devel to BuildRequires + * Fri Dec 8 2006 Luke Macken - 0.9.5-6 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 20:01:05 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 9 Dec 2006 15:01:05 -0500 Subject: rpms/meld/devel meld-gettext.patch,NONE,1.1 meld.spec,1.18,1.19 Message-ID: <200612092001.kB9K15SM013642@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/meld/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10666 Modified Files: meld.spec Added Files: meld-gettext.patch Log Message: * Sat Dec 9 2006 Brian Pepple - 1.1.4-6 - Drop X-Fedora category from desktop file. - Add patch to fix rejects from new version of gettext. meld-gettext.patch: --- NEW FILE meld-gettext.patch --- diff -ur meld-1.1.4.OLD/po/hu.po meld-1.1.4/po/hu.po --- meld-1.1.4.OLD/po/hu.po 2006-02-24 19:19:25.000000000 -0500 +++ meld-1.1.4/po/hu.po 2006-12-09 14:47:59.000000000 -0500 @@ -99,49 +99,42 @@ msgid "%i second" msgid_plural "%i seconds" msgstr[0] "%i m??sodperc" -msgstr[1] "%i m??sodperc" #: ../dirdiff.py:570 #, python-format msgid "%i minute" msgid_plural "%i minutes" msgstr[0] "%i perc" -msgstr[1] "%i perc" #: ../dirdiff.py:571 #, python-format msgid "%i hour" msgid_plural "%i hours" msgstr[0] "%i ??ra" -msgstr[1] "%i ??ra" #: ../dirdiff.py:572 #, python-format msgid "%i day" msgid_plural "%i days" msgstr[0] "%i nap" -msgstr[1] "%i nap" #: ../dirdiff.py:573 #, python-format msgid "%i week" msgid_plural "%i weeks" msgstr[0] "%i h??t" -msgstr[1] "%i h??t" #: ../dirdiff.py:574 #, python-format msgid "%i month" msgid_plural "%i months" msgstr[0] "%i h??nap" -msgstr[1] "%i h??nap" #: ../dirdiff.py:575 #, python-format msgid "%i year" msgid_plural "%i years" msgstr[0] "%i ??v" -msgstr[1] "%i ??v" #. Abbreviation for insert,overwrite so that it will fit in the status bar #: ../filediff.py:214 diff -ur meld-1.1.4.OLD/po/ja.po meld-1.1.4/po/ja.po --- meld-1.1.4.OLD/po/ja.po 2006-03-05 06:03:44.000000000 -0500 +++ meld-1.1.4/po/ja.po 2006-12-09 14:48:41.000000000 -0500 @@ -97,49 +97,42 @@ msgid "%i second" msgid_plural "%i seconds" msgstr[0] "%i ???" -msgstr[1] "%i ???" #: ../dirdiff.py:570 #, python-format msgid "%i minute" msgid_plural "%i minutes" msgstr[0] "%i ???" -msgstr[1] "%i ???" #: ../dirdiff.py:571 #, python-format msgid "%i hour" msgid_plural "%i hours" msgstr[0] "%i ??????" -msgstr[1] "%i ??????" #: ../dirdiff.py:572 #, python-format msgid "%i day" msgid_plural "%i days" msgstr[0] "%i ???" -msgstr[1] "%i ???" #: ../dirdiff.py:573 #, python-format msgid "%i week" msgid_plural "%i weeks" msgstr[0] "%i ??????" -msgstr[1] "%i ??????" #: ../dirdiff.py:574 #, python-format msgid "%i month" msgid_plural "%i months" msgstr[0] "%i ??????" -msgstr[1] "%i ??????" #: ../dirdiff.py:575 #, python-format msgid "%i year" msgid_plural "%i years" msgstr[0] "%i ???" -msgstr[1] "%i ???" #. Abbreviation for insert,overwrite so that it will fit in the status bar #: ../filediff.py:215 diff -ur meld-1.1.4.OLD/po/ru.po meld-1.1.4/po/ru.po --- meld-1.1.4.OLD/po/ru.po 2005-10-25 18:58:09.000000000 -0400 +++ meld-1.1.4/po/ru.po 2006-12-09 14:51:29.000000000 -0500 @@ -190,57 +190,57 @@ #, python-format msgid "%i second" msgid_plural "%i seconds" -msgstr[0] "??????????????" -msgstr[1] "??????????????" -msgstr[2] "????????????" +msgstr[0] "%i ??????????????" +msgstr[1] "%i ??????????????" +msgstr[2] "%i ????????????" #: ../dirdiff.py:571 #, python-format msgid "%i minute" msgid_plural "%i minutes" -msgstr[0] "????????????" -msgstr[1] "????????????" -msgstr[2] "??????????" +msgstr[0] "%i ????????????" +msgstr[1] "%i ????????????" +msgstr[2] "%i ??????????" #: ../dirdiff.py:572 #, python-format msgid "%i hour" msgid_plural "%i hours" -msgstr[0] "??????" -msgstr[1] "????????" -msgstr[2] "??????????" +msgstr[0] "%i ??????" +msgstr[1] "%i ????????" +msgstr[2] "%i ??????????" #: ../dirdiff.py:573 #, python-format msgid "%i day" msgid_plural "%i days" -msgstr[0] "????????" -msgstr[1] "??????" -msgstr[2] "????????" +msgstr[0] "%i ????????" +msgstr[1] "%i ??????" +msgstr[2] "%i ????????" #: ../dirdiff.py:574 #, python-format msgid "%i week" msgid_plural "%i weeks" -msgstr[0] "????????????" -msgstr[1] "????????????" -msgstr[2] "????????????" +msgstr[0] "%i ????????????" +msgstr[1] "%i ????????????" +msgstr[2] "%i ????????????" #: ../dirdiff.py:575 #, python-format msgid "%i month" msgid_plural "%i months" -msgstr[0] "??????????" -msgstr[1] "????????????" -msgstr[2] "??????????????" +msgstr[0] "%i ??????????" +msgstr[1] "%i ????????????" +msgstr[2] "%i ??????????????" #: ../dirdiff.py:576 #, python-format msgid "%i year" msgid_plural "%i years" -msgstr[0] "??????" -msgstr[1] "????????" -msgstr[2] "??????" +msgstr[0] "%i ??????" +msgstr[1] "%i ????????" +msgstr[2] "%i ??????" #. Abbreviation for insert,overwrite so that it will fit in the status bar #: ../filediff.py:224 Index: meld.spec =================================================================== RCS file: /cvs/extras/rpms/meld/devel/meld.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- meld.spec 8 Dec 2006 18:10:13 -0000 1.18 +++ meld.spec 9 Dec 2006 20:00:35 -0000 1.19 @@ -1,6 +1,6 @@ Name: meld Version: 1.1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Visual diff and merge tool Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/meld/1.1/meld-%{version}.tar.bz2 Patch0: desktop.patch Patch1: %{name}-scrollkeeper.patch +Patch2: %{name}-gettext.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -40,6 +41,7 @@ %setup -q %patch0 -p1 -b .desktop %patch1 -p1 -b .scrollkeeper +%patch2 -p1 -b .gettext %build @@ -55,7 +57,6 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop @@ -95,6 +96,10 @@ %changelog +* Sat Dec 9 2006 Brian Pepple - 1.1.4-6 +- Drop X-Fedora category from desktop file. +- Add patch to fix rejects from new version of gettext. + * Fri Dec 8 2006 Brian Pepple - 1.1.4-5 - Rebuild against new python. From fedora-extras-commits at redhat.com Sat Dec 9 20:01:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:01:27 -0500 Subject: rpms/python-turbokid/devel python-turbokid.spec,1.4,1.5 Message-ID: <200612092001.kB9K1RWl013785@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-turbokid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10694 Modified Files: python-turbokid.spec Log Message: Add python-devel to BR Index: python-turbokid.spec =================================================================== RCS file: /cvs/extras/rpms/python-turbokid/devel/python-turbokid.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-turbokid.spec 9 Dec 2006 04:39:25 -0000 1.4 +++ python-turbokid.spec 9 Dec 2006 20:00:56 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-turbokid Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python template plugin that supports Kid templates Group: Development/Languages @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-kid >= 0.9.1 %description @@ -49,6 +49,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 0.9.9-4 +- Add python-devel to BuildRequires + * Fri Dec 8 2006 Luke Macken - 0.9.9-3 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 20:10:16 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:10:16 -0500 Subject: rpms/python-simplejson/devel python-simplejson.spec,1.4,1.5 Message-ID: <200612092010.kB9KAG0a013952@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13935 Modified Files: python-simplejson.spec Log Message: Add python-devel to BR Index: python-simplejson.spec =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/python-simplejson.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-simplejson.spec 9 Dec 2006 18:47:49 -0000 1.4 +++ python-simplejson.spec 9 Dec 2006 20:09:46 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-simplejson Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description simplejson is a simple, fast, complete, correct and extensible @@ -59,6 +59,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 1.4-3 +- Add python-devel to BuildRequires + * Sat Dec 9 2006 Luke Macken - 1.4-2 - Rebuild for new python From fedora-extras-commits at redhat.com Sat Dec 9 20:22:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:01 -0500 Subject: rpms/perl-Sub-Exporter Makefile,1.1,1.2 Message-ID: <200612092022.kB9KM1Uw014287@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229 Modified Files: Makefile Log Message: update to 0.972 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 7 Sep 2006 23:17:09 -0000 1.1 +++ Makefile 9 Dec 2006 20:21:31 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Sat Dec 9 20:22:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:02 -0500 Subject: rpms/perl-Sub-Exporter/FC-5 perl-Sub-Exporter.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612092022.kB9KM2FN014291@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229/FC-5 Modified Files: perl-Sub-Exporter.spec sources Log Message: update to 0.972 Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-5/perl-Sub-Exporter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Exporter.spec 7 Sep 2006 23:18:17 -0000 1.2 +++ perl-Sub-Exporter.spec 9 Dec 2006 20:21:31 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2006 23:17:29 -0000 1.2 +++ sources 9 Dec 2006 20:21:31 -0000 1.3 @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:22:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:02 -0500 Subject: rpms/perl-Sub-Exporter/FC-6 perl-Sub-Exporter.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612092022.kB9KM2lp014293@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229/FC-6 Modified Files: perl-Sub-Exporter.spec sources Log Message: update to 0.972 Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-6/perl-Sub-Exporter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Exporter.spec 7 Sep 2006 23:18:17 -0000 1.2 +++ perl-Sub-Exporter.spec 9 Dec 2006 20:21:32 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2006 23:17:29 -0000 1.2 +++ sources 9 Dec 2006 20:21:32 -0000 1.3 @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:22:07 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 9 Dec 2006 15:22:07 -0500 Subject: rpms/perl-Sub-Exporter/devel .cvsignore, 1.2, 1.3 perl-Sub-Exporter.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612092022.kB9KM7tf014300@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14229/devel Modified Files: .cvsignore perl-Sub-Exporter.spec sources Log Message: update to 0.972 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2006 23:17:29 -0000 1.2 +++ .cvsignore 9 Dec 2006 20:21:37 -0000 1.3 @@ -1 +1 @@ -Sub-Exporter-0.970.tar.gz +Sub-Exporter-0.972.tar.gz Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/perl-Sub-Exporter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Exporter.spec 7 Sep 2006 23:18:17 -0000 1.2 +++ perl-Sub-Exporter.spec 9 Dec 2006 20:21:37 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2006 23:17:29 -0000 1.2 +++ sources 9 Dec 2006 20:21:37 -0000 1.3 @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:27:26 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:27:26 -0500 Subject: rpms/python-paste-script/devel .cvsignore, 1.3, 1.4 python-paste-script.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612092027.kB9KRQNY014488@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14467 Modified Files: .cvsignore python-paste-script.spec sources Log Message: 1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Sep 2006 07:53:16 -0000 1.3 +++ .cvsignore 9 Dec 2006 20:26:56 -0000 1.4 @@ -1 +1 @@ -PasteScript-0.9.8.tar.gz +PasteScript-1.0.tar.gz Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-paste-script.spec 17 Sep 2006 07:53:16 -0000 1.3 +++ python-paste-script.spec 9 Dec 2006 20:26:56 -0000 1.4 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-paste-script -Version: 0.9.8 +Version: 1.0 Release: 1%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries @@ -57,6 +57,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.8-1 - 0.9.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Sep 2006 07:53:16 -0000 1.3 +++ sources 9 Dec 2006 20:26:56 -0000 1.4 @@ -1 +1 @@ -f486883f1e00e4ac5f5813a820833810 PasteScript-0.9.8.tar.gz +5ea4a56bc757685aaadddafbe0d64244 PasteScript-1.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 20:28:59 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 9 Dec 2006 15:28:59 -0500 Subject: extras-repoclosure rc-report.py,1.28,1.29 Message-ID: <200612092028.kB9KSx7a014555@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14540 Modified Files: rc-report.py Log Message: simplify Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- rc-report.py 6 Dec 2006 18:45:36 -0000 1.28 +++ rc-report.py 9 Dec 2006 20:28:58 -0000 1.29 @@ -150,12 +150,10 @@ slices = [] while ( start < end ): if ( (end-start) > maxmailsize ): - nextstart = body.rfind( 'package: ', start, start+maxmailsize ) - if ( nextstart < 0 ): - nextstart = body.rfind( '\n', start, start+maxmailsize ) - if ( nextstart < 0 ): - print 'ERROR: cannot split mail body cleanly' - nextstart = end + nextstart = body.rfind( '\n', start, start+maxmailsize ) + if ( nextstart<0 or nextstart==start ): + print 'ERROR: cannot split mail body cleanly' + nextstart = end else: nextstart = end slices.append( (start, nextstart) ) From fedora-extras-commits at redhat.com Sat Dec 9 20:35:20 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:35:20 -0500 Subject: rpms/python-simplejson/devel python-simplejson.spec,1.5,1.6 Message-ID: <200612092035.kB9KZKAW014599@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14584 Modified Files: python-simplejson.spec Log Message: fix egg-info directory for python 2.5 Index: python-simplejson.spec =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/python-simplejson.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-simplejson.spec 9 Dec 2006 20:09:46 -0000 1.5 +++ python-simplejson.spec 9 Dec 2006 20:34:50 -0000 1.6 @@ -1,8 +1,10 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} + Name: python-simplejson Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -53,13 +55,13 @@ %defattr(-,root,root,-) %doc docs %dir %{python_sitelib}/simplejson -%{python_sitelib}/simplejson-%{version}-py2.4.egg-info +%{python_sitelib}/simplejson-%{version}-py%{pyver}.egg-info %{python_sitelib}/simplejson/*.py* %{python_sitelib}/simplejson/tests/*.py* %changelog -* Sat Dec 9 2006 Luke Macken - 1.4-3 +* Sat Dec 9 2006 Luke Macken - 1.4-4 - Add python-devel to BuildRequires * Sat Dec 9 2006 Luke Macken - 1.4-2 From fedora-extras-commits at redhat.com Sat Dec 9 20:38:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 15:38:49 -0500 Subject: rpms/python-paste-script/devel python-paste-script.spec,1.4,1.5 Message-ID: <200612092038.kB9KcnZB014677@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14657 Modified Files: python-paste-script.spec Log Message: Add python-devel to BuildRequires Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paste-script.spec 9 Dec 2006 20:26:56 -0000 1.4 +++ python-paste-script.spec 9 Dec 2006 20:38:19 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-paste-script Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-paste, python-paste-deploy, python-cheetah %description @@ -57,7 +57,8 @@ %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-1 +* Sat Dec 9 2006 Luke Macken - 1.0-2 +- Add python-devel to BuildRequires - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.8-1 From fedora-extras-commits at redhat.com Sat Dec 9 21:00:57 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Sat, 9 Dec 2006 16:00:57 -0500 Subject: fedora-security/audit fc5,1.411,1.412 fc6,1.163,1.164 Message-ID: <200612092101.kB9L0vnP014819@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14800 Modified Files: fc5 fc6 Log Message: Add some issues that were missing from the fc5 and fc6 audit Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.411 retrieving revision 1.412 diff -u -r1.411 -r1.412 --- fc5 8 Dec 2006 15:35:36 -0000 1.411 +++ fc5 9 Dec 2006 21:00:57 -0000 1.412 @@ -4,16 +4,22 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6305 ** net-snmp +CVE-2006-6303 ** ruby +CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] +CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] +CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules CVE-2006-6056 ** kernel CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1221] -CVE-2006-5989 ** mod_auth_kerb +CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? @@ -48,7 +54,7 @@ CVE-2006-5463 version (firefox) [since FEDORA-2006-1199] CVE-2006-5462 version (thunderbird) [since FEDORA-2006-1194] CVE-2006-5462 version (firefox) [since FEDORA-2006-1199] -CVE-2006-5461 VULNERABLE (avahi, fixed 0.6.15) +CVE-2006-5461 backport (avahi, fixed 0.6.15) [since FEDORA-2006-1339] CVE-2006-5456 backport (ImageMagick) #210921 [since FEDORA-2006-1286] CVE-2006-5397 version (libX11, 1.0.2 and 1.0.3 only) CVE-2006-5331 VULNERABLE (kernel, fixed 2.6.19-rc3) @@ -142,15 +148,15 @@ CVE-2006-4262 backport (cscope) #203649 [since FEDORA-2006-932] CVE-2006-4253 version (firefox, fixed 1.5.0.7) [since FEDORA-2006-976] CVE-2006-4253 version (thunderbird, fixed 1.5.0.7) [since FEDORA-2006-977] -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 +CVE-2006-4227 version (mysql, fixed 5.0.25,5.1.12) #203432 [since FEDORA-2006-1298] +CVE-2006-4226 version (mysql, fixed 5.0.25,5.1.12) #203427 [since FEDORA-2006-1298] CVE-2006-4146 backport (gdb) [since FEDORA-2006-975] CVE-2006-4145 version (kernel, fixed 2.6.17.10) [since FEDORA-2006-967] needs a better upstream fix CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4096 version (bind) [since FEDORA-2006-1024] was backport since FEDORA-2006-966 CVE-2006-4095 version (bind) [since FEDORA-2006-418] was backport since FEDORA-2006-966 CVE-2006-4093 version (kernel, fixed 2.6.17.9) [since FEDORA-2006-967] -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 +CVE-2006-4031 version (mysql, fixed 5.0.24) #202247 [since FEDORA-2006-1298] CVE-2006-4020 version (php) #201767 [since FEDORA-2006-1024] CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- fc6 8 Dec 2006 15:35:36 -0000 1.163 +++ fc6 9 Dec 2006 21:00:57 -0000 1.164 @@ -4,16 +4,22 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6305 ** net-snmp +CVE-2006-6303 ** ruby +CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] +CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] +CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) CVE-2006-6056 ** kernel CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1223] -CVE-2006-5989 ** mod_auth_kerb +CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 CVE-2006-5973 ** dovecot CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? @@ -104,7 +110,7 @@ CVE-2006-4561 VULNERABLE (firefox) CVE-2006-4538 version (kernel, fixed after 2.6.18-rc6) CVE-2006-4535 version (kernel, fixed 2.6.18-rc6) -CVE-2006-4514 VULNERABLE (libgsf, fixed 1.14.2) #217957 +CVE-2006-4514 backport (libgsf) [since FEDORA-2006-1417] CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4486 version (php, fixed 5.1.6) CVE-2006-4485 version (php, fixed 5.1.5) @@ -137,15 +143,15 @@ CVE-2006-4262 backport (cscope) CVE-2006-4253 version (firefox, fixed 1.5.0.7) CVE-2006-4253 version (thunderbird, fixed 1.5.0.7) -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.26,5.1.12) #203428 -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.26,5.1.12) #203434 +CVE-2006-4226 version (mysql, fixed 5.0.26,5.1.12) #203428 [since FEDORA-2006-1297] +CVE-2006-4227 version (mysql, fixed 5.0.26,5.1.12) #203434 [since FEDORA-2006-1297] CVE-2006-4146 backport (gdb) CVE-2006-4145 version (kernel, fixed 2.6.17.10, fixed 2.6.18-rc5) needs a better upstream fix CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) CVE-2006-4096 backport (bind) CVE-2006-4095 backport (bind) CVE-2006-4093 version (kernel, fixed 2.6.17.9, fixed 2.6.18-rc5) -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202675 +CVE-2006-4031 version (mysql, fixed 5.0.24) #202675 [since FEDORA-2006-1297] CVE-2006-4020 version (php, fixed 5.1.5) CVE-2006-4019 version (squirrelmail, fixed 1.4.8) CVE-2006-3918 version (httpd, fixed 2.2.2) From fedora-extras-commits at redhat.com Sat Dec 9 21:17:48 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 9 Dec 2006 16:17:48 -0500 Subject: rpms/xfce4-xkb-plugin/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xfce4-xkb-plugin.spec, 1.9, 1.10 Message-ID: <200612092117.kB9LHm4G018050@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xkb-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18031 Modified Files: .cvsignore sources xfce4-xkb-plugin.spec Log Message: update to 0.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 5 Oct 2006 13:26:40 -0000 1.6 +++ .cvsignore 9 Dec 2006 21:17:18 -0000 1.7 @@ -1 +1 @@ -xfce4-xkb-plugin-20060923svn.tar.bz2 +xfce4-xkb-plugin-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 5 Oct 2006 13:26:40 -0000 1.6 +++ sources 9 Dec 2006 21:17:18 -0000 1.7 @@ -1 +1 @@ -788a0a93b62fcdd33985a0a4fc5a1b64 xfce4-xkb-plugin-20060923svn.tar.bz2 +17e181017630b073f74a7068467fa86f xfce4-xkb-plugin-0.4.2.tar.gz Index: xfce4-xkb-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/devel/xfce4-xkb-plugin.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-xkb-plugin.spec 5 Oct 2006 13:26:40 -0000 1.9 +++ xfce4-xkb-plugin.spec 9 Dec 2006 21:17:18 -0000 1.10 @@ -1,24 +1,20 @@ Name: xfce4-xkb-plugin -Version: 0.3.6 -Release: 0.2.20060923svn%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: XKB layout switcher for the Xfce panel Group: User Interface/Desktops License: BSD -URL: http://xfce-goodies.berlios.de/ -# Source0 was generated with the following commands: -# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin -# tar -cjf xfce4-xkb-plugin-`date +%G%m%d`svn.tar.bz2 xfce4-xkb-plugin -Source0: %{name}-20060923svn.tar.bz2 -#Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel -BuildRequires: gettext -BuildRequires: xfce4-dev-tools >= 4.3.90.2 +BuildRequires: gettext, perl(XML::Parser) # for modular X %if "%{?fedora}" > "4" -BuildRequires: libXt-devel +#BuildRequires: libXt-devel +BuildRequires: xorg-x11-proto-devel %endif Requires: xfce4-panel >= 4.3.99.1 @@ -30,10 +26,9 @@ XF86Config file or some other way (e.g. setxkbmap). %prep -%setup -qn %{name} +%setup -q %build -./autogen.sh %configure --disable-static make %{?_smp_mflags} @@ -55,6 +50,12 @@ %{_datadir}/xfce4/xkb/flags/*.png %changelog +* Sat Dec 09 2006 Christoph Wickert - 0.4.2-1 +- Update to 0.4.2. + +* Fri Dec 01 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1 on Xfce 4.3.99.2. + * Thu Oct 05 2006 Christoph Wickert - 0.3.6-0.2.20060923svn - Bump release for devel checkin. From fedora-extras-commits at redhat.com Sat Dec 9 21:23:13 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:23:13 -0500 Subject: owners owners.list,1.2089,1.2090 Message-ID: <200612092123.kB9LNDAP018145@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18108 Modified Files: owners.list Log Message: orphan gaim-guifications -- bytee has no cvsextras access anymore; he wanted to get it again shortly before or after FC6 but felt silent again Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2089 retrieving revision 1.2090 diff -u -r1.2089 -r1.2090 --- owners.list 9 Dec 2006 16:42:46 -0000 1.2089 +++ owners.list 9 Dec 2006 21:22:43 -0000 1.2090 @@ -485,7 +485,7 @@ Fedora Extras|gaim-gadugadu|Gadu-Gadu support for Gaim instant messaging client|raven at pmail.pl|extras-qa at fedoraproject.org| Fedora Extras|gaim-galago|Galago feed plugin for Gaim|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gaim-gaym|gay.com protocol plugin for GAIM|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| -Fedora Extras|gaim-guifications|Guifications plugin for GAIM|byte at fedoraproject.org|extras-qa at fedoraproject.org|tcallawa at redhat.com +Fedora Extras|gaim-guifications|Guifications plugin for GAIM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|tcallawa at redhat.com,byte at fedoraproject.org Fedora Extras|gaim-meanwhile| Lotus Sametime Community Client plugin for Gaim|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|gaim-otr|Off-The-Record Messaging plugin for GAIM|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|gaim-rhythmbox|Rhythmbox plugin for GAIM|michel.salim at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 21:23:41 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:23:41 -0500 Subject: rpms/gaim-guifications/FC-6 .cvsignore, 1.4, 1.5 gaim-guifications.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612092123.kB9LNfg3018150@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18128 Modified Files: .cvsignore gaim-guifications.spec sources Log Message: 2.13-0.3.beta5 -- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Sep 2006 14:43:47 -0000 1.4 +++ .cvsignore 9 Dec 2006 21:23:11 -0000 1.5 @@ -1,2 +1 @@ -guifications-2.12.tar.bz2 -gaim-guifications-2.13beta3.tar.bz2 +gaim-guifications-2.13beta5.tar.bz2 Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/gaim-guifications.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gaim-guifications.spec 4 Oct 2006 23:22:31 -0000 1.7 +++ gaim-guifications.spec 9 Dec 2006 21:23:11 -0000 1.8 @@ -13,11 +13,11 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta3%{?dist} +Release: 0.3.beta5%{?dist} License: GPL Group: Applications/Internet -Url: http://guifications.sourceforge.net/Guifications/ -Source: http://download.sourceforge.net/guifications/gaim-guifications-%{version}beta3.tar.bz2 +Url: http://gaim.guifications.org +Source: http://downloads.guifications.org/gaim-plugins//Guifications2/gaim-guifications-2.13beta5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext @@ -29,7 +29,7 @@ instant messaging client Gaim. %prep -%setup -q -n gaim-guifications-%{version}beta3 +%setup -q -n gaim-guifications-%{version}beta5 %build %configure @@ -41,18 +41,24 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la $RPM_BUILD_ROOT%{_libdir}/gaim/*.a -%find_lang %{name} +%find_lang guifications %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files -f guifications.lang %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING README doc/flow.png doc/flow.dia doc/QUOTES %{_libdir}/gaim/*.so %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 +- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: + - bump + - make the language build work +- Update URL/Source0 + * Thu Oct 05 2006 Christian Iseli 2.13-0.3.beta3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Sep 2006 14:43:47 -0000 1.4 +++ sources 9 Dec 2006 21:23:11 -0000 1.5 @@ -1 +1 @@ -32e421af09ed200d9040ebf73c25a9b4 gaim-guifications-2.13beta3.tar.bz2 +3d46c6131bb145fd47ed9c46ba1f258d gaim-guifications-2.13beta5.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 21:26:19 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:26:19 -0500 Subject: rpms/gaim-guifications/devel .cvsignore, 1.4, 1.5 gaim-guifications.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612092126.kB9LQJKS018267@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18225 Modified Files: .cvsignore gaim-guifications.spec sources Log Message: 2.13-0.3.beta5 -- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Sep 2006 14:43:47 -0000 1.4 +++ .cvsignore 9 Dec 2006 21:25:48 -0000 1.5 @@ -1,2 +1 @@ -guifications-2.12.tar.bz2 -gaim-guifications-2.13beta3.tar.bz2 +gaim-guifications-2.13beta5.tar.bz2 Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/gaim-guifications.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gaim-guifications.spec 4 Oct 2006 23:22:31 -0000 1.7 +++ gaim-guifications.spec 9 Dec 2006 21:25:48 -0000 1.8 @@ -13,11 +13,11 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta3%{?dist} +Release: 0.3.beta5%{?dist} License: GPL Group: Applications/Internet -Url: http://guifications.sourceforge.net/Guifications/ -Source: http://download.sourceforge.net/guifications/gaim-guifications-%{version}beta3.tar.bz2 +Url: http://gaim.guifications.org +Source: http://downloads.guifications.org/gaim-plugins//Guifications2/gaim-guifications-2.13beta5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext @@ -29,7 +29,7 @@ instant messaging client Gaim. %prep -%setup -q -n gaim-guifications-%{version}beta3 +%setup -q -n gaim-guifications-%{version}beta5 %build %configure @@ -41,18 +41,24 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la $RPM_BUILD_ROOT%{_libdir}/gaim/*.a -%find_lang %{name} +%find_lang guifications %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files -f guifications.lang %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING README doc/flow.png doc/flow.dia doc/QUOTES %{_libdir}/gaim/*.so %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 +- apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: + - bump + - make the language build work +- Update URL/Source0 + * Thu Oct 05 2006 Christian Iseli 2.13-0.3.beta3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Sep 2006 14:43:47 -0000 1.4 +++ sources 9 Dec 2006 21:25:48 -0000 1.5 @@ -1 +1 @@ -32e421af09ed200d9040ebf73c25a9b4 gaim-guifications-2.13beta3.tar.bz2 +3d46c6131bb145fd47ed9c46ba1f258d gaim-guifications-2.13beta5.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 9 21:26:35 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:26:35 -0500 Subject: owners owners.epel.list,1.1,1.2 Message-ID: <200612092126.kB9LQZNk018306@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18245 Modified Files: owners.epel.list Log Message: add my packages that got build for epel Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- owners.epel.list 4 Dec 2006 17:15:19 -0000 1.1 +++ owners.epel.list 9 Dec 2006 21:26:05 -0000 1.2 @@ -10,4 +10,11 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! +EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| +EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 9 21:28:15 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 9 Dec 2006 16:28:15 -0500 Subject: rpms/exim/devel exim.spec,1.33,1.34 Message-ID: <200612092128.kB9LSFUo018338@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18322 Modified Files: Tag: 1 exim.spec Log Message: it's tcp_wrappers-devel now Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- exim.spec 7 Dec 2006 12:17:16 -0000 1.33 +++ exim.spec 9 Dec 2006 21:27:45 -0000 1.34 @@ -48,7 +48,7 @@ Requires: /etc/aliases BuildRequires: db4-devel openssl-devel openldap-devel pam-devel -BuildRequires: lynx pcre-devel sqlite-devel tcp_wrappers +BuildRequires: lynx pcre-devel sqlite-devel tcp_wrappers-devel BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel mysql-devel postgresql-devel BuildRequires: libXaw-devel libXmu-devel libXext-devel libX11-devel libSM-devel BuildRequires: libICE-devel libXpm-devel libXt-devel From fedora-extras-commits at redhat.com Sat Dec 9 21:35:25 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 9 Dec 2006 16:35:25 -0500 Subject: rpms/xfce4-xkb-plugin/FC-6 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xfce4-xkb-plugin.spec, 1.9, 1.10 Message-ID: <200612092135.kB9LZPpH018445@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xkb-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18426 Modified Files: .cvsignore sources xfce4-xkb-plugin.spec Log Message: update to 0.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 5 Oct 2006 13:26:40 -0000 1.6 +++ .cvsignore 9 Dec 2006 21:34:55 -0000 1.7 @@ -1 +1 @@ -xfce4-xkb-plugin-20060923svn.tar.bz2 +xfce4-xkb-plugin-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 5 Oct 2006 13:26:40 -0000 1.6 +++ sources 9 Dec 2006 21:34:55 -0000 1.7 @@ -1 +1 @@ -788a0a93b62fcdd33985a0a4fc5a1b64 xfce4-xkb-plugin-20060923svn.tar.bz2 +17e181017630b073f74a7068467fa86f xfce4-xkb-plugin-0.4.2.tar.gz Index: xfce4-xkb-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xkb-plugin/FC-6/xfce4-xkb-plugin.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-xkb-plugin.spec 5 Oct 2006 13:26:40 -0000 1.9 +++ xfce4-xkb-plugin.spec 9 Dec 2006 21:34:55 -0000 1.10 @@ -1,24 +1,20 @@ Name: xfce4-xkb-plugin -Version: 0.3.6 -Release: 0.2.20060923svn%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: XKB layout switcher for the Xfce panel Group: User Interface/Desktops License: BSD -URL: http://xfce-goodies.berlios.de/ -# Source0 was generated with the following commands: -# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin -# tar -cjf xfce4-xkb-plugin-`date +%G%m%d`svn.tar.bz2 xfce4-xkb-plugin -Source0: %{name}-20060923svn.tar.bz2 -#Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel -BuildRequires: gettext -BuildRequires: xfce4-dev-tools >= 4.3.90.2 +BuildRequires: gettext, perl(XML::Parser) # for modular X %if "%{?fedora}" > "4" -BuildRequires: libXt-devel +#BuildRequires: libXt-devel +BuildRequires: xorg-x11-proto-devel %endif Requires: xfce4-panel >= 4.3.99.1 @@ -30,10 +26,9 @@ XF86Config file or some other way (e.g. setxkbmap). %prep -%setup -qn %{name} +%setup -q %build -./autogen.sh %configure --disable-static make %{?_smp_mflags} @@ -55,6 +50,12 @@ %{_datadir}/xfce4/xkb/flags/*.png %changelog +* Sat Dec 09 2006 Christoph Wickert - 0.4.2-1 +- Update to 0.4.2. + +* Fri Dec 01 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1 on Xfce 4.3.99.2. + * Thu Oct 05 2006 Christoph Wickert - 0.3.6-0.2.20060923svn - Bump release for devel checkin. From fedora-extras-commits at redhat.com Sat Dec 9 21:39:18 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:39:18 -0500 Subject: rpms/gaim-guifications/FC-6 gaim-guifications.spec,1.8,1.9 Message-ID: <200612092139.kB9LdIgm018487@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18472 Modified Files: gaim-guifications.spec Log Message: 2.13-0.4.beta5 -- add BR perl(XML::Parser) Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/FC-6/gaim-guifications.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gaim-guifications.spec 9 Dec 2006 21:23:11 -0000 1.8 +++ gaim-guifications.spec 9 Dec 2006 21:38:48 -0000 1.9 @@ -13,7 +13,7 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta5%{?dist} +Release: 0.4.beta5%{?dist} License: GPL Group: Applications/Internet Url: http://gaim.guifications.org @@ -21,7 +21,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext -BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: perl(XML::Parser) Requires: gaim >= %{gaim_major_ver}.%{gaim_build_minor_ver} %description @@ -53,6 +54,9 @@ %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.4.beta5 +- add BR perl(XML::Parser) + * Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 - apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: - bump From fedora-extras-commits at redhat.com Sat Dec 9 21:45:35 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 9 Dec 2006 16:45:35 -0500 Subject: rpms/gaim-guifications/devel gaim-guifications.spec,1.8,1.9 Message-ID: <200612092145.kB9LjZTg018615@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gaim-guifications/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18600 Modified Files: gaim-guifications.spec Log Message: 2.13-0.4.beta5 -- add BR perl(XML::Parser) Index: gaim-guifications.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-guifications/devel/gaim-guifications.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gaim-guifications.spec 9 Dec 2006 21:25:48 -0000 1.8 +++ gaim-guifications.spec 9 Dec 2006 21:45:05 -0000 1.9 @@ -13,7 +13,7 @@ Summary: Guifications Plugin for Gaim Name: gaim-guifications Version: 2.13 -Release: 0.3.beta5%{?dist} +Release: 0.4.beta5%{?dist} License: GPL Group: Applications/Internet Url: http://gaim.guifications.org @@ -21,7 +21,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gtk2-devel, gettext -BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: gaim-devel >= %{gaim_major_ver}.%{gaim_minor_ver} +BuildRequires: perl(XML::Parser) Requires: gaim >= %{gaim_major_ver}.%{gaim_build_minor_ver} %description @@ -53,6 +54,9 @@ %{_datadir}/pixmaps/gaim/guifications %changelog +* Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.4.beta5 +- add BR perl(XML::Parser) + * Sat Dec 09 2006 Thorsten Leemhuis 2.13-0.3.beta5 - apply patch from Gen Zhang 2.13-0.3.beta5 in #212742 that updates to beta5: - bump From fedora-extras-commits at redhat.com Sat Dec 9 22:34:28 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Sat, 9 Dec 2006 17:34:28 -0500 Subject: rpms/gpsd/devel gpsd.spec,1.8,1.9 Message-ID: <200612092234.kB9MYS8I021901@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21884 Modified Files: gpsd.spec Log Message: Gotta rebuild for the new python. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/devel/gpsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gpsd.spec 26 Sep 2006 21:43:41 -0000 1.8 +++ gpsd.spec 9 Dec 2006 22:33:58 -0000 1.9 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,6 +150,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 9 2006 Matthew Truch - 2.33-6 +- Rebuild to pull in new version of python. + * Tue Sep 26 2006 Matthew Truch - 2.33-5 - Remove openmotif requirment, and switch to lesstif. From fedora-extras-commits at redhat.com Sat Dec 9 23:05:32 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 18:05:32 -0500 Subject: rpms/tpb/devel tpb.spec,1.14,1.15 Message-ID: <200612092305.kB9N5WUN025108@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25086 Modified Files: tpb.spec Log Message: Add fix for multiple displays (bug #205719) Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tpb.spec 28 Aug 2006 04:39:40 -0000 1.14 +++ tpb.spec 9 Dec 2006 23:05:02 -0000 1.15 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -11,7 +11,7 @@ Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} x86_64 BuildRequires: xosd-devel >= 2.0.0 BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -37,7 +37,9 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -%{_bindir}/tpb -d +if echo "$DISPLAY" | grep "^:" > /dev/null; then + %{_bindir}/tpb -d +fi EOF # For the initial MAKEDEV at post-install time, and possibly later: @@ -99,6 +101,10 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-6 +- Add fix for multiple displays (bug #205719) +- Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) + * Sun Aug 27 2006 Kevin Fenzi - 0.6.4-5 - Rebuild for fc6 From fedora-extras-commits at redhat.com Sat Dec 9 23:09:45 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 9 Dec 2006 18:09:45 -0500 Subject: rpms/clisp/devel clisp.spec,1.22,1.23 Message-ID: <200612092309.kB9N9jII025174@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25159 Modified Files: clisp.spec Log Message: disable berkeley db support for now Index: clisp.spec =================================================================== RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- clisp.spec 9 Dec 2006 13:56:42 -0000 1.22 +++ clisp.spec 9 Dec 2006 23:09:15 -0000 1.23 @@ -1,15 +1,21 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.41 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: GPL URL: http://clisp.cons.org Source: http://download.sourceforge.net/clisp/clisp-2.41.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: readline-devel, gettext, pcre-devel, postgresql-devel -BuildRequires: libsigsegv-devel, db4-devel, zlib-devel +BuildRequires: readline-devel +BuildRequires: gettext +BuildRequires: pcre-devel +BuildRequires: postgresql-devel +BuildRequires: libsigsegv-devel +# no berkeley db until fixed for new version +#BuildRequires: db4-devel +BuildRequires: zlib-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -56,14 +62,17 @@ %prep %setup -q +# enforced stack size seems to be too small +sed -i "s|ulimit -s 8192|ulimit -s unlimited|" configure %build +# no berkeley db until fixed for new version +# --with-module=berkeley-db CFLAGS="" ./configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --fsstnd=redhat \ --with-dynamic-ffi \ - --with-module=berkeley-db \ --with-module=clx/new-clx \ --with-module=pcre \ --with-module=postgresql \ @@ -129,6 +138,9 @@ %changelog +* Sat Dec 9 2006 Gerard Milmeister - 2.41-3 +- rebuild without berkeley-db for now + * Fri Oct 13 2006 Gerard Milmeister - 2.41-1 - new version 2.41 From fedora-extras-commits at redhat.com Sat Dec 9 23:41:24 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:24 -0500 Subject: rpms/search4files - New directory Message-ID: <200612092341.kB9NfOmA025426@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25422/search4files Log Message: Directory /cvs/extras/rpms/search4files added to the repository From fedora-extras-commits at redhat.com Sat Dec 9 23:41:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:29 -0500 Subject: rpms/search4files/devel - New directory Message-ID: <200612092341.kB9NfTO6025439@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25422/search4files/devel Log Message: Directory /cvs/extras/rpms/search4files/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 9 23:41:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:43 -0500 Subject: rpms/search4files Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612092341.kB9Nfhlq025469@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25463 Added Files: Makefile import.log Log Message: Setup of module search4files --- NEW FILE Makefile --- # Top level Makefile for module search4files all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 9 23:41:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:41:49 -0500 Subject: rpms/search4files/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612092341.kB9Nfn4Z025484@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25463/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module search4files --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 9 23:42:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:42:45 -0500 Subject: rpms/search4files import.log,1.1,1.2 Message-ID: <200612092342.kB9NgjV8025554@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25523 Modified Files: import.log Log Message: auto-import search4files-0.1c-2 on branch devel from search4files-0.1c-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/search4files/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Dec 2006 23:41:43 -0000 1.1 +++ import.log 9 Dec 2006 23:42:15 -0000 1.2 @@ -0,0 +1 @@ +search4files-0_1c-2:HEAD:search4files-0.1c-2.src.rpm:1165708030 From fedora-extras-commits at redhat.com Sat Dec 9 23:42:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 18:42:45 -0500 Subject: rpms/search4files/devel search4files.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612092342.kB9NgjiF025558@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25523/devel Modified Files: .cvsignore sources Added Files: search4files.spec Log Message: auto-import search4files-0.1c-2 on branch devel from search4files-0.1c-2.src.rpm --- NEW FILE search4files.spec --- Name: search4files Version: 0.1c Release: 2%{?dist} Summary: A handy file search tool Group: Applications/File License: GPL URL: http://software.twotoasts.de/?page=search4files Source0: http://software.twotoasts.de/media/%{name}/%{name}%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade Requires: pyxdg # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find # search engine and icon Requires: beagle # commands dependency and icons # Nautilus pulls libgnome Requires: nautilus %description A handy file search tool using different backends which is configurable via the command line. This program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line. %prep %setup -q -n %{name}%{version} %build # some configulation change %{__sed} -i.misc \ -e 's|666|644|' \ -e 's|install |%{__install} -c -p |' \ -e 's|\([^ \t][^ \t]*\).glade|-m 644 \1.glade|' \ -e 's|pyc|py|' \ Makefile.in %{__sed} -i.byte \ -e 's|pyc|py|' \ search4files.in %{__sed} -i.engine \ -e 's|Nautilus|nautilus|' \ search4files.py # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} %install %{__rm} -rf $RPM_BUILD_ROOT # "make install" calls "make all", so # executing "make" in %%build stage makes no sense # at all. # %%{__smp_mflags} does nothing for this makefile %{__make} install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --delete-original \ --vendor fedora \ --remove-category Application \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG COPYING README %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/%{name}/ %changelog * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo * Fri Dec 8 2006 Mamoru Tasaka 0.1c-1 - Initial packaging to import to Fedora Extras. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Dec 2006 23:41:49 -0000 1.1 +++ .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 @@ -0,0 +1 @@ +search4files0.1c.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Dec 2006 23:41:49 -0000 1.1 +++ sources 9 Dec 2006 23:42:15 -0000 1.2 @@ -0,0 +1 @@ +d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz From fedora-extras-commits at redhat.com Sat Dec 9 23:55:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 18:55:50 -0500 Subject: rpms/tpb/devel tpb.spec,1.15,1.16 Message-ID: <200612092355.kB9NtoTT025666@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25644 Modified Files: tpb.spec Log Message: Fix quoting issue with multiple display fix. Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- tpb.spec 9 Dec 2006 23:05:02 -0000 1.15 +++ tpb.spec 9 Dec 2006 23:55:20 -0000 1.16 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -37,7 +37,7 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -if echo "$DISPLAY" | grep "^:" > /dev/null; then +if echo "\$DISPLAY" | grep "^:" > /dev/null; then %{_bindir}/tpb -d fi EOF @@ -101,6 +101,9 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-7 +- Fix quoting issue with multiple display fix. + * Sat Dec 9 2006 Kevin Fenzi - 0.6.4-6 - Add fix for multiple displays (bug #205719) - Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) From fedora-extras-commits at redhat.com Sat Dec 9 23:58:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 18:58:49 -0500 Subject: rpms/python-paste-script/devel python-paste-script.spec,1.5,1.6 Message-ID: <200612092358.kB9NwnIU025772@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25752 Modified Files: python-paste-script.spec Log Message: python 2.5 fixes Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paste-script.spec 9 Dec 2006 20:38:19 -0000 1.5 +++ python-paste-script.spec 9 Dec 2006 23:58:19 -0000 1.6 @@ -1,8 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste-script Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT @@ -52,13 +53,14 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/PasteScript-%{version}-py2.4* +%{python_sitelib}/PasteScript-%{version}-py%{pyver}.egg-info %{_bindir}/paster %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-2 +* Sat Dec 9 2006 Luke Macken - 1.0-3 - Add python-devel to BuildRequires +- Python 2.5 fixes - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.8-1 From fedora-extras-commits at redhat.com Sun Dec 10 00:00:13 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 9 Dec 2006 19:00:13 -0500 Subject: owners owners.list,1.2090,1.2091 Message-ID: <200612100000.kBA00DBu025845@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25830 Modified Files: owners.list Log Message: add search4files Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2090 retrieving revision 1.2091 diff -u -r1.2090 -r1.2091 --- owners.list 9 Dec 2006 21:22:43 -0000 1.2090 +++ owners.list 9 Dec 2006 23:59:43 -0000 1.2091 @@ -2215,6 +2215,7 @@ Fedora Extras|sdparm|List or change SCSI/SATA disk parameters|terjeros at phys.ntnu.no|extras-qa at fedoraproject.org| Fedora Extras|seahorse|GNOME2 interface for gnupg|skvidal at phy.duke.edu|extras-qa at fedoraproject.org| Fedora Extras|seamonkey|Web browser, e-mail, news, IRC client, HTML editor|kengert at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|search4files|A handy file search tool|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|sec|Simple Event Correlator|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|seq24|Real-time midi sequencer|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ser|SIP Express Router|andreas at bawue.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 00:12:35 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Sat, 9 Dec 2006 19:12:35 -0500 Subject: rpms/python-vobject/devel python-vobject.spec,1.5,1.6 Message-ID: <200612100012.kBA0CZIf028988@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/rpms/python-vobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28973 Modified Files: python-vobject.spec Log Message: 0.4.4-2 Index: python-vobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/python-vobject.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-vobject.spec 26 Nov 2006 22:41:38 -0000 1.5 +++ python-vobject.spec 10 Dec 2006 00:12:05 -0000 1.6 @@ -2,7 +2,7 @@ Name: python-vobject Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-dateutil @@ -73,6 +74,9 @@ %{python_sitelib}/vobject*egg-info %changelog +* Sat Dec 09 2006 James Bowes - 0.4.4-2 +- Add BR: python-devel + * Sun Nov 26 2006 James Bowes - 0.4.4-1 - New version released. From fedora-extras-commits at redhat.com Sun Dec 10 00:20:31 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 19:20:31 -0500 Subject: rpms/tpb/FC-6 tpb.spec,1.14,1.15 Message-ID: <200612100020.kBA0KVrd029134@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29117 Modified Files: tpb.spec Log Message: Add fix for multiple displays (bug #205719) Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/FC-6/tpb.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tpb.spec 28 Aug 2006 04:39:40 -0000 1.14 +++ tpb.spec 10 Dec 2006 00:20:01 -0000 1.15 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -11,7 +11,7 @@ Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} x86_64 BuildRequires: xosd-devel >= 2.0.0 BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -37,7 +37,9 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -%{_bindir}/tpb -d +if echo "\$DISPLAY" | grep "^:" > /dev/null; then + %{_bindir}/tpb -d +fi EOF # For the initial MAKEDEV at post-install time, and possibly later: @@ -99,6 +101,10 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-6 +- Add fix for multiple displays (bug #205719) +- Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) + * Sun Aug 27 2006 Kevin Fenzi - 0.6.4-5 - Rebuild for fc6 From fedora-extras-commits at redhat.com Sun Dec 10 00:21:07 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 19:21:07 -0500 Subject: rpms/python-paste-script/devel python-paste-script.spec,1.6,1.7 Message-ID: <200612100021.kBA0L7YO029193@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29174 Modified Files: python-paste-script.spec Log Message: actually fix it this time Index: python-paste-script.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-paste-script.spec 9 Dec 2006 23:58:19 -0000 1.6 +++ python-paste-script.spec 10 Dec 2006 00:20:37 -0000 1.7 @@ -3,7 +3,7 @@ Name: python-paste-script Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT @@ -53,12 +53,12 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/PasteScript-%{version}-py%{pyver}.egg-info +%{python_sitelib}/PasteScript-%{version}-py%{pyver}* %{_bindir}/paster %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-3 +* Sat Dec 9 2006 Luke Macken - 1.0-4 - Add python-devel to BuildRequires - Python 2.5 fixes - 1.0 From fedora-extras-commits at redhat.com Sun Dec 10 00:34:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sat, 9 Dec 2006 19:34:12 -0500 Subject: rpms/tpb/FC-5 tpb.spec,1.11,1.12 Message-ID: <200612100034.kBA0YCm4029287@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29272 Modified Files: tpb.spec Log Message: Add fix for multiple displays (bug #205719) Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/FC-5/tpb.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tpb.spec 12 Mar 2006 12:02:26 -0000 1.11 +++ tpb.spec 10 Dec 2006 00:33:42 -0000 1.12 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -11,7 +11,7 @@ Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} x86_64 BuildRequires: xosd-devel >= 2.0.0 BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -37,7 +37,9 @@ # Start tpb at X startup: cat < %{name}.xinit #!/bin/sh -%{_bindir}/tpb -d +if echo "\$DISPLAY" | grep "^:" > /dev/null; then + %{_bindir}/tpb -d +fi EOF # For the initial MAKEDEV at post-install time, and possibly later: @@ -99,6 +101,10 @@ %changelog +* Sat Dec 9 2006 Kevin Fenzi - 0.6.4-4 +- Add fix for multiple displays (bug #205719) +- Build on x86_64, since there are now x86_64 thinkpads. (bug #218993) + * Sun Mar 12 2006 Ville Skytt?? - 0.6.4-3 - Rebuild. From fedora-extras-commits at redhat.com Sun Dec 10 01:33:19 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 20:33:19 -0500 Subject: rpms/ssmtp/devel ssmtp.spec,1.5,1.6 Message-ID: <200612100133.kBA1XJS8001327@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1305 Modified Files: ssmtp.spec Log Message: fix typo in changelog Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/devel/ssmtp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ssmtp.spec 8 Dec 2006 00:09:53 -0000 1.5 +++ ssmtp.spec 10 Dec 2006 01:32:49 -0000 1.6 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -111,11 +111,13 @@ %changelog +* Sun Dec 10 2006 lonely wolf 2.61-11.1 +- fix double %%changelog entry + * Fri Dec 08 2006 lonely wolf 2.61-11 - fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) - include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) -%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sun Dec 10 01:34:54 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 20:34:54 -0500 Subject: rpms/ssmtp/FC-5 ssmtp.spec,1.3,1.4 Message-ID: <200612100134.kBA1Ysj8001391@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1371 Modified Files: ssmtp.spec Log Message: fix typo in changelog Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-5/ssmtp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ssmtp.spec 9 Dec 2006 17:50:17 -0000 1.3 +++ ssmtp.spec 10 Dec 2006 01:34:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -111,11 +111,13 @@ %changelog +* Sun Dec 10 2006 lonely wolf 2.61-11.1 +- fix double %%changelog entry + * Fri Dec 08 2006 lonely wolf 2.61-11 - fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) - include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) -%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sun Dec 10 01:35:46 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 9 Dec 2006 20:35:46 -0500 Subject: rpms/perl-Module-Pluggable/devel .cvsignore, 1.4, 1.5 perl-Module-Pluggable.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612100135.kBA1Zk08001419@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Pluggable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1398 Modified Files: .cvsignore perl-Module-Pluggable.spec sources Log Message: Update to 3.4. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 17 Jul 2006 23:26:22 -0000 1.4 +++ .cvsignore 10 Dec 2006 01:35:16 -0000 1.5 @@ -1 +1 @@ -Module-Pluggable-3.1.tar.gz +Module-Pluggable-3.4.tar.gz Index: perl-Module-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/perl-Module-Pluggable.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Module-Pluggable.spec 17 Sep 2006 20:53:54 -0000 1.4 +++ perl-Module-Pluggable.spec 10 Dec 2006 01:35:16 -0000 1.5 @@ -1,8 +1,8 @@ -%define module_version 3.1 +%define module_version 3.4 Name: perl-Module-Pluggable -Version: 3.10 -Release: 2%{?dist} +Version: 3.40 +Release: 1%{?dist} Summary: Automatically give your module the ability to have plugins License: GPL or Artistic Group: Development/Libraries @@ -31,7 +31,7 @@ ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test @@ -46,6 +46,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Steven Pritchard 3.40-1 +- Update to 3.4. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 3.10-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Jul 2006 23:26:22 -0000 1.4 +++ sources 10 Dec 2006 01:35:16 -0000 1.5 @@ -1 +1 @@ -4ca7144b4a0da45bed0ab986c187f328 Module-Pluggable-3.1.tar.gz +33a505c7cdb3627c3fbc1f267078733f Module-Pluggable-3.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 01:42:34 2006 From: fedora-extras-commits at redhat.com (Manuel Wolfshant (wolfy)) Date: Sat, 9 Dec 2006 20:42:34 -0500 Subject: rpms/ssmtp/FC-6 ssmtp.spec,1.3,1.4 Message-ID: <200612100142.kBA1gYmP001491@cvs-int.fedora.redhat.com> Author: wolfy Update of /cvs/extras/rpms/ssmtp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1474 Modified Files: ssmtp.spec Log Message: fix typo in changelog Index: ssmtp.spec =================================================================== RCS file: /cvs/extras/rpms/ssmtp/FC-6/ssmtp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ssmtp.spec 9 Dec 2006 17:54:50 -0000 1.3 +++ ssmtp.spec 10 Dec 2006 01:42:03 -0000 1.4 @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.61 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPL @@ -111,11 +111,13 @@ %changelog +* Sun Dec 10 2006 lonely wolf 2.61-11.1 +- fix double %%changelog entry + * Fri Dec 08 2006 lonely wolf 2.61-11 - fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 ) - include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match ) -%changelog * Tue Nov 28 2006 lonely wolf 2.61-10 - fix silly typo in changelog From fedora-extras-commits at redhat.com Sun Dec 10 01:47:37 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 9 Dec 2006 20:47:37 -0500 Subject: rpms/perl-Pod-Readme/devel .cvsignore, 1.2, 1.3 perl-Pod-Readme.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612100147.kBA1lbEE001637@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Pod-Readme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1611 Modified Files: .cvsignore perl-Pod-Readme.spec sources Log Message: Update to 0.09. Use fixperms macro instead of our own chmod incantation. BR: Regexp::Common. Switch back to using Module::Build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 May 2006 20:23:54 -0000 1.2 +++ .cvsignore 10 Dec 2006 01:47:07 -0000 1.3 @@ -1 +1 @@ -Pod-Readme-0.081.tar.gz +Pod-Readme-0.09.tar.gz Index: perl-Pod-Readme.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/perl-Pod-Readme.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Pod-Readme.spec 17 Sep 2006 20:59:27 -0000 1.3 +++ perl-Pod-Readme.spec 10 Dec 2006 01:47:07 -0000 1.4 @@ -1,14 +1,17 @@ +%define module_version 0.09 + Name: perl-Pod-Readme -Version: 0.081 -Release: 3%{?dist} +Version: 0.090 +Release: 1%{?dist} Summary: Convert POD to README file License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-Readme/ -Source0: http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{module_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -#BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Regexp::Common) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Portability::Files) @@ -26,27 +29,23 @@ markup for generating README files. %prep -%setup -q -n Pod-Readme-%{version} +%setup -q -n Pod-Readme-%{module_version} %build -#%{__perl} Build.PL installdirs=vendor -%{__perl} Makefile.PL INSTALLDIRS=vendor -#./Build -make +%{__perl} Build.PL installdirs=vendor +./Build %install rm -rf $RPM_BUILD_ROOT -#./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check -#DEVEL_TESTS=1 ./Build test -DEVEL_TESTS=1 make test +DEVEL_TESTS=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,12 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Steven Pritchard 0.090-1 +- Update to 0.09. +- Use fixperms macro instead of our own chmod incantation. +- BR: Regexp::Common. +- Switch back to using Module::Build. + * Sat Sep 16 2006 Steven Pritchard 0.081-3 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 May 2006 20:23:54 -0000 1.2 +++ sources 10 Dec 2006 01:47:07 -0000 1.3 @@ -1 +1 @@ -ea05b9a09ad65fbbc1864ef3b2396e64 Pod-Readme-0.081.tar.gz +6f7f2a4c4a74ba50b2aa561fa753d85c Pod-Readme-0.09.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 01:51:58 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 9 Dec 2006 20:51:58 -0500 Subject: rpms/perl-Test-Base/devel .cvsignore, 1.3, 1.4 perl-Test-Base.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612100151.kBA1pwkB001763@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Test-Base/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1744 Modified Files: .cvsignore perl-Test-Base.spec sources Log Message: Update to 0.53. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Base/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Jul 2006 01:15:38 -0000 1.3 +++ .cvsignore 10 Dec 2006 01:51:28 -0000 1.4 @@ -1 +1 @@ -Test-Base-0.52.tar.gz +Test-Base-0.53.tar.gz Index: perl-Test-Base.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Base/devel/perl-Test-Base.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Base.spec 17 Sep 2006 22:26:27 -0000 1.4 +++ perl-Test-Base.spec 10 Dec 2006 01:51:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Test-Base -Version: 0.52 -Release: 2%{?dist} +Version: 0.53 +Release: 1%{?dist} Summary: Data Driven Testing Framework License: GPL or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -51,6 +51,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Steven Pritchard 0.53-1 +- Update to 0.53. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.52-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Base/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Jul 2006 01:15:38 -0000 1.3 +++ sources 10 Dec 2006 01:51:28 -0000 1.4 @@ -1 +1 @@ -55869e86efb4634717911cdb4044b7ab Test-Base-0.52.tar.gz +df7518b1b3df82f446ee36e4ce063f18 Test-Base-0.53.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 02:33:44 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 9 Dec 2006 21:33:44 -0500 Subject: rpms/Django/devel Django.spec,1.2,1.3 Message-ID: <200612100233.kBA2Xi6I005043@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/Django/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5028 Modified Files: Django.spec Log Message: Add missing BR on python-devel Index: Django.spec =================================================================== RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Django.spec 9 Dec 2006 17:29:29 -0000 1.2 +++ Django.spec 10 Dec 2006 02:33:14 -0000 1.3 @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel # Note: No longer required in development version > 0.95 BuildRequires: python-setuptools #Requires: @@ -76,6 +77,9 @@ %{_datadir}/%{name} %changelog +* Sat Dec 9 2006 Michel Salim - 0.95-3 +- Add BR on python-devel + * Sat Dec 9 2006 Michel Salim - 0.95-2 - Rebuild for development branch From fedora-extras-commits at redhat.com Sun Dec 10 02:35:15 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sat, 9 Dec 2006 21:35:15 -0500 Subject: rpms/Django/devel Django.spec,1.3,1.4 Message-ID: <200612100235.kBA2ZFoV005094@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/Django/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5079 Modified Files: Django.spec Log Message: Bump up release number Index: Django.spec =================================================================== RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Django.spec 10 Dec 2006 02:33:14 -0000 1.3 +++ Django.spec 10 Dec 2006 02:34:45 -0000 1.4 @@ -3,7 +3,7 @@ Name: Django Version: 0.95 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level Python Web framework Group: Development/Languages From fedora-extras-commits at redhat.com Sun Dec 10 03:10:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:10:41 -0500 Subject: rpms/python-paste-deploy/devel .cvsignore, 1.3, 1.4 python-paste-deploy.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612100310.kBA3Af8S008415@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8396 Modified Files: .cvsignore python-paste-deploy.spec sources Log Message: v1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Sep 2006 18:47:28 -0000 1.3 +++ .cvsignore 10 Dec 2006 03:10:11 -0000 1.4 @@ -1 +1 @@ -PasteDeploy-0.9.6.tar.gz +PasteDeploy-1.0.tar.gz Index: python-paste-deploy.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/python-paste-deploy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-paste-deploy.spec 17 Sep 2006 18:47:28 -0000 1.3 +++ python-paste-deploy.spec 10 Dec 2006 03:10:11 -0000 1.4 @@ -1,7 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste-deploy -Version: 0.9.6 +Version: 1.0 Release: 1%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries @@ -45,11 +46,14 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/PasteDeploy-%{version}-py2.4* +%{python_sitelib}/PasteDeploy-%{version}-py%{pyver}* %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.6-1 - 0.9.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Sep 2006 18:47:28 -0000 1.3 +++ sources 10 Dec 2006 03:10:11 -0000 1.4 @@ -1 +1 @@ -28cd2c9793a93c6361e46a5094eb1bde PasteDeploy-0.9.6.tar.gz +b0811db173b4efe92e3e7080a818ec99 PasteDeploy-1.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:15:42 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:15:42 -0500 Subject: rpms/python-paste/devel .cvsignore, 1.3, 1.4 python-paste.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612100315.kBA3FgV1008516@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8497 Modified Files: .cvsignore python-paste.spec sources Log Message: 1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Sep 2006 01:05:24 -0000 1.3 +++ .cvsignore 10 Dec 2006 03:15:12 -0000 1.4 @@ -1 +1 @@ -Paste-0.9.8.1.tar.gz +Paste-1.0.tar.gz Index: python-paste.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/python-paste.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-paste.spec 18 Sep 2006 01:05:24 -0000 1.3 +++ python-paste.spec 10 Dec 2006 03:15:12 -0000 1.4 @@ -1,7 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste -Version: 0.9.8.1 +Version: 1.0 Release: 1%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries @@ -55,10 +56,13 @@ %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/Paste-%{version}-py2.4* +%{python_sitelib}/Paste-%{version}-py%{pyver}* %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.8.1-1 - 0.9.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Sep 2006 01:05:24 -0000 1.3 +++ sources 10 Dec 2006 03:15:12 -0000 1.4 @@ -1 +1 @@ -fc780aca1818d36c510416dc234e06e8 Paste-0.9.8.1.tar.gz +d000bba7779d8540e3a1d18bce452cc9 Paste-1.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:25:07 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:25:07 -0500 Subject: rpms/python-paste-deploy/devel python-paste-deploy.spec,1.4,1.5 Message-ID: <200612100325.kBA3P7vS008707@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8638 Modified Files: python-paste-deploy.spec Log Message: add python-devel to BuildRequires Index: python-paste-deploy.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/python-paste-deploy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paste-deploy.spec 10 Dec 2006 03:10:11 -0000 1.4 +++ python-paste-deploy.spec 10 Dec 2006 03:24:37 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-paste-deploy Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries License: MIT @@ -11,7 +11,7 @@ Source0: http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-paste %description @@ -51,7 +51,8 @@ %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-1 +* Sat Dec 9 2006 Luke Macken - 1.0-2 +- Add python-devel to BuildRequires - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.6-1 From fedora-extras-commits at redhat.com Sun Dec 10 03:25:34 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:25:34 -0500 Subject: rpms/python-nose/devel python-nose.spec,1.3,1.4 Message-ID: <200612100325.kBA3PYWM008751@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-nose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8689/devel Modified Files: python-nose.spec Log Message: rebuild for new python Index: python-nose.spec =================================================================== RCS file: /cvs/extras/rpms/python-nose/devel/python-nose.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-nose.spec 24 Nov 2006 07:43:28 -0000 1.3 +++ python-nose.spec 10 Dec 2006 03:25:04 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-nose Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A discovery-based unittest extension for Python Group: Development/Languages @@ -44,6 +44,9 @@ %{python_sitelib}/nose %changelog +* Sat Dec 9 2006 Luke Macken 0.9.1-2 +- Rebuild for python 2.5 + * Fri Nov 24 2006 Luke Macken 0.9.1-1 - 0.9.1 From fedora-extras-commits at redhat.com Sun Dec 10 03:27:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:27:00 -0500 Subject: rpms/python-paste/devel python-paste.spec,1.4,1.5 Message-ID: <200612100327.kBA3R09Y008825@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8807 Modified Files: python-paste.spec Log Message: add python-devel to BuildRequires Index: python-paste.spec =================================================================== RCS file: /cvs/extras/rpms/python-paste/devel/python-paste.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paste.spec 10 Dec 2006 03:15:12 -0000 1.4 +++ python-paste.spec 10 Dec 2006 03:26:30 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-paste Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries License: MIT @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description These provide several pieces of "middleware" (or filters) that can be nested @@ -60,7 +60,8 @@ %changelog -* Sat Dec 9 2006 Luke Macken - 1.0-1 +* Sat Dec 9 2006 Luke Macken - 1.0-2 +- Add python-devel to BuildRequires - 1.0 * Sun Sep 17 2006 Luke Macken - 0.9.8.1-1 From fedora-extras-commits at redhat.com Sun Dec 10 03:28:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:28:32 -0500 Subject: rpms/kipi-plugins/devel kipi-plugins.spec,1.22,1.23 Message-ID: <200612100328.kBA3SWL3008917@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8886 Modified Files: kipi-plugins.spec Log Message: -BR: libkexif-devel +BR: libkipi-devel > 0.1.5 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- kipi-plugins.spec 5 Dec 2006 18:40:38 -0000 1.22 +++ kipi-plugins.spec 10 Dec 2006 03:28:02 -0000 1.23 @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: libkipi-devel +BuildRequires: libkipi-devel >= 0.1.5 BuildRequires: kdelibs-devel BuildRequires: exiv2-devel # ipod support currently busted, omit, for now. -- Rex @@ -27,8 +27,6 @@ BuildRequires: libtiff-devel ## kameraklient plugin BuildRequires: gphoto2-devel -## jpeglossless plugin -BuildRequires: libkexif-devel ## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel From fedora-extras-commits at redhat.com Sun Dec 10 03:29:20 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:29:20 -0500 Subject: rpms/python-myghty/devel python-myghty.spec,1.9,1.10 Message-ID: <200612100329.kBA3TKbC008945@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8925 Modified Files: python-myghty.spec Log Message: rebuild for python 2.5 Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/python-myghty.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-myghty.spec 18 Oct 2006 05:12:08 -0000 1.9 +++ python-myghty.spec 10 Dec 2006 03:28:50 -0000 1.10 @@ -2,7 +2,7 @@ Name: python-myghty Version: 1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description Myghty is a Python based web and templating framework originally based on @@ -48,6 +48,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken 1.1-2 +- Rebuild for python 2.5 + * Wed Oct 18 2006 Luke Macken 1.1-1 - 1.1 From fedora-extras-commits at redhat.com Sun Dec 10 03:31:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:31:07 -0500 Subject: owners owners.epel.list,1.2,1.3 Message-ID: <200612100331.kBA3V7UR009012@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8993 Modified Files: owners.epel.list Log Message: +qt4 Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- owners.epel.list 9 Dec 2006 21:26:05 -0000 1.2 +++ owners.epel.list 10 Dec 2006 03:30:37 -0000 1.3 @@ -16,5 +16,6 @@ EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 03:33:53 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:33:53 -0500 Subject: rpms/python-mechanize/devel .cvsignore, 1.2, 1.3 python-mechanize.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612100333.kBA3Xr1G009072@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-mechanize/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9053 Modified Files: .cvsignore python-mechanize.spec sources Log Message: 0.1.5b Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mechanize/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 May 2006 21:08:38 -0000 1.2 +++ .cvsignore 10 Dec 2006 03:33:23 -0000 1.3 @@ -1 +1 @@ -mechanize-0.1.1a.tar.gz +mechanize-0.1.5b.tar.gz Index: python-mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/python-mechanize/devel/python-mechanize.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-mechanize.spec 3 Sep 2006 21:15:02 -0000 1.4 +++ python-mechanize.spec 10 Dec 2006 03:33:23 -0000 1.5 @@ -1,18 +1,20 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%define _ver 0.1.5b + Name: python-mechanize -Version: 0.1.1a -Release: 5%{?dist} +Version: 0.1.5 +Release: 0.1.b%{?dist} Summary: Stateful programmatic web browsing Group: System Environment/Libraries License: BSD URL: http://wwwsearch.sourceforge.net/mechanize -Source0: http://wwwsearch.sourceforge.net/mechanize/src/mechanize-%{version}.tar.gz +Source0: http://wwwsearch.sourceforge.net/mechanize/src/mechanize-%{_ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel Requires: python-clientform @@ -35,7 +37,7 @@ %prep -%setup -q -n mechanize-%{version} +%setup -q -n mechanize-%{_ver} %build @@ -59,6 +61,10 @@ %changelog +* Fri Nov 24 2006 Luke Macken - 0.1.5-0.1.b +- Rebuild for python 2.5 +- 0.1.5b + * Sun Sep 3 2006 Luke Macken - 0.1.1a-5 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mechanize/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 May 2006 21:08:38 -0000 1.2 +++ sources 10 Dec 2006 03:33:23 -0000 1.3 @@ -1 +1 @@ -23259f64e065a5c49b8fea233fe31f0c mechanize-0.1.1a.tar.gz +d461dc4c2a9b050ff1e684e65068d25a mechanize-0.1.5b.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:36:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:36:07 -0500 Subject: rpms/gtk-qt-engine/devel gtk-qt-engine-svn.sh, NONE, 1.1 gtk-qt-engine.spec, 1.25, 1.26 gtk-qt-engine-cvs.sh, 1.1, NONE Message-ID: <200612100336.kBA3a7TI009154@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9136 Modified Files: gtk-qt-engine.spec Added Files: gtk-qt-engine-svn.sh Removed Files: gtk-qt-engine-cvs.sh Log Message: drop dfi bits new svn script --- NEW FILE gtk-qt-engine-svn.sh --- #!/bin/sh DATE=$(date +%Y%m%d) MODULE="$(basename $0 -svn.sh)" SVNROOT=http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/gtk-qt-engine set -x rm -rf $MODULE svn export $SVNROOT $MODULE/ ## tar it up tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE ## cleanup rm -rf $MODULE Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/gtk-qt-engine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gtk-qt-engine.spec 29 Aug 2006 17:59:31 -0000 1.25 +++ gtk-qt-engine.spec 10 Dec 2006 03:35:37 -0000 1.26 @@ -25,9 +25,8 @@ #Patch2349: Patch2: gtk-qt-engine-dt.patch -BuildRequires: desktop-file-utils BuildRequires: gettext -BuildRequires: gtk2-devel >= 2.2 +BuildRequires: gtk2-devel BuildRequires: libbonoboui-devel BuildRequires: qt-devel BuildRequires: kdelibs-devel @@ -66,11 +65,6 @@ # locale's %find_lang gtkqtengine || touch gtkqtengine.lang -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - # Unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/menu rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Settings/LookNFeel/kcmgtk.desktop --- gtk-qt-engine-cvs.sh DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 03:37:03 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:37:03 -0500 Subject: rpms/python-json/devel python-json.spec,1.3,1.4 Message-ID: <200612100337.kBA3b36R009195@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-json/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165 Modified Files: python-json.spec Log Message: rebuild for python 2.5 Index: python-json.spec =================================================================== RCS file: /cvs/extras/rpms/python-json/devel/python-json.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-json.spec 8 Sep 2006 06:56:33 -0000 1.3 +++ python-json.spec 10 Dec 2006 03:36:33 -0000 1.4 @@ -5,7 +5,7 @@ Name: python-json Version: 3.4 %define version_munge %(sed 's/\\./_/g' <<< %{version}) -Release: 2%{?dist} +Release: 3%{?dist} Summary: A JSON reader and writer for Python Group: Development/Languages @@ -44,6 +44,9 @@ %{python_sitelib}/*.py[co] %changelog +* Sat Dec 9 2006 Luke Macken 3.4-3 +- Rebuild for python 2.5 + * Fri Sep 8 2006 Luke Macken 3.4-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sun Dec 10 03:38:33 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:38:33 -0500 Subject: rpms/python-irclib/devel python-irclib.spec,1.4,1.5 Message-ID: <200612100338.kBA3cX8Q009274@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-irclib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9254 Modified Files: python-irclib.spec Log Message: rebuild for python 2.5 Index: python-irclib.spec =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/python-irclib.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-irclib.spec 3 Sep 2006 21:12:32 -0000 1.4 +++ python-irclib.spec 10 Dec 2006 03:38:03 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-irclib Version: 0.4.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -11,7 +11,7 @@ Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python python-devel BuildArch: noarch %description @@ -40,6 +40,9 @@ %{python_sitelib}/*.py* %changelog +* Sat Dec 9 2006 Luke Macken 0.4.6-3 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Luke Macken 0.4.6-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sun Dec 10 03:39:46 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:39:46 -0500 Subject: rpms/python-formencode/devel python-formencode.spec,1.10,1.11 Message-ID: <200612100339.kBA3dk1u009360@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-formencode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9330 Modified Files: python-formencode.spec Log Message: rebuild for python 2.5 Index: python-formencode.spec =================================================================== RCS file: /cvs/extras/rpms/python-formencode/devel/python-formencode.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-formencode.spec 3 Nov 2006 08:48:36 -0000 1.10 +++ python-formencode.spec 10 Dec 2006 03:39:16 -0000 1.11 @@ -3,7 +3,7 @@ Name: python-formencode Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTML form validation, generation, and convertion package Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description @@ -47,6 +47,9 @@ %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 9 2006 Luke Macken 0.6-3 +- Rebuild for python 2.5 + * Fri Nov 3 2006 Luke Macken 0.6-2 - Rebuild From fedora-extras-commits at redhat.com Sun Dec 10 03:41:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:41:21 -0500 Subject: rpms/python-configobj/devel python-configobj.spec,1.4,1.5 Message-ID: <200612100341.kBA3fLjG009440@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-configobj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9416 Modified Files: python-configobj.spec Log Message: rebuild for python 2.5 Index: python-configobj.spec =================================================================== RCS file: /cvs/extras/rpms/python-configobj/devel/python-configobj.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-configobj.spec 3 Sep 2006 21:08:22 -0000 1.4 +++ python-configobj.spec 10 Dec 2006 03:40:51 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-configobj Version: 4.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description ConfigObj is a simple but powerful config file reader and writer: an ini file @@ -61,6 +61,9 @@ %changelog +* Sat Dec 9 2006 Luke Macken - 4.3.2-6 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Luke Macken - 4.3.2-5 - Fix dist tag From fedora-extras-commits at redhat.com Sun Dec 10 03:43:45 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 9 Dec 2006 22:43:45 -0500 Subject: rpms/python-clientform/devel .cvsignore, 1.3, 1.4 python-clientform.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612100343.kBA3hjl2009557@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-clientform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9510 Modified Files: .cvsignore python-clientform.spec sources Log Message: 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 May 2006 14:06:32 -0000 1.3 +++ .cvsignore 10 Dec 2006 03:43:15 -0000 1.4 @@ -1 +1 @@ -ClientForm-0.2.2.tar.gz +ClientForm-0.2.5.tar.gz Index: python-clientform.spec =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-clientform.spec 3 Sep 2006 21:05:42 -0000 1.10 +++ python-clientform.spec 10 Dec 2006 03:43:15 -0000 1.11 @@ -1,8 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-clientform -Version: 0.2.2 -Release: 6%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -44,9 +45,12 @@ %{python_sitelib}/ClientForm.py %{python_sitelib}/ClientForm.pyc %{python_sitelib}/ClientForm.pyo -%{python_sitelib}/ClientForm-%{version}-py2.4.egg-info +%{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info %changelog +* Sat Dec 9 2006 Luke Macken 0.2.5-1 +- 0.2.5 + * Sun Sep 3 2006 Luke Macken 0.2.2-6 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 May 2006 14:06:32 -0000 1.3 +++ sources 10 Dec 2006 03:43:15 -0000 1.4 @@ -1 +1 @@ -2aaff3f85450120b0d3875a221b3cc6e ClientForm-0.2.2.tar.gz +3428e5047d657f303aaca6e228fb905e ClientForm-0.2.5.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 03:44:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:44:02 -0500 Subject: rpms/gpa/devel gpa.spec,1.12,1.13 Message-ID: <200612100344.kBA3i29a009598@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9535 Modified Files: gpa.spec Log Message: drop dfi bits Index: gpa.spec =================================================================== RCS file: /cvs/extras/rpms/gpa/devel/gpa.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gpa.spec 7 Sep 2006 20:00:27 -0000 1.12 +++ gpa.spec 10 Dec 2006 03:43:32 -0000 1.13 @@ -18,7 +18,6 @@ BuildRequires: gtk2-devel BuildRequires: zlib-devel -BuildRequires: desktop-file-utils BuildRequires: gpgme-devel >= 1.1.1 BuildRequires: gettext @@ -46,12 +45,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --vendor="fedora" --add-category="X-Fedora" \ - --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - install -p -m644 -D gpa.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gpa.png rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/gpa.png From fedora-extras-commits at redhat.com Sun Dec 10 03:52:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:52:57 -0500 Subject: rpms/kmymoney2/devel kmymoney2.spec,1.17,1.18 Message-ID: <200612100352.kBA3qvcZ009672@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kmymoney2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9657 Modified Files: kmymoney2.spec Log Message: * Tue Nov 28 2006 Rex Dieter 0.8.5-2 - drop desktop-file-utils bits - Ob/Pr: kmymoney(-devel), upstream/rpmforge calls it kmymoney Index: kmymoney2.spec =================================================================== RCS file: /cvs/extras/rpms/kmymoney2/devel/kmymoney2.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- kmymoney2.spec 1 Sep 2006 02:56:34 -0000 1.17 +++ kmymoney2.spec 10 Dec 2006 03:52:27 -0000 1.18 @@ -1,17 +1,18 @@ -#if "%{?fedora}" > "2" || "%{?rhel}" > "3" -%define _with_ofxbanking --with-ofxbanking +%if "%{?fedora}" > "2" || "%{?rhel}" > "3" +%define _enable_ofxbanking --enable-ofxbanking --enable-ofxplugin %define ofx_deps libofx-devel, openjade-devel >= 1.3.2 -#endif +%endif -%if "%{?fedora}" > "4" +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +#define _enable_kbanking --enable-kbanking %define ofx_deps libofx-devel opensp-devel %endif Summary: Personal finance Name: kmymoney2 Version: 0.8.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://kmymoney2.sourceforge.net/ @@ -19,17 +20,17 @@ Source: http://dl.sourceforge.net/sourceforge/kmymoney2/kmymoney2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils -BuildRequires: automake +# Upstream (and rpmforge) call this kmymoney, so we'll get ready. +Obsoletes: kmymoney = %{version}-%{release} +Provides: kmymoney = %{version}-%{release} + BuildRequires: gettext BuildRequires: libxml2-devel BuildRequires: ghostscript BuildRequires: kdelibs-devel -%{?_with_ofxbanking:BuildRequires: %{ofx_deps}} +%{?_enable_ofxbanking:BuildRequires: %{ofx_deps}} %{?_with_check:BuildRequires: cppunit-devel >= 1.8.0} -## FIXME/TODO -%{?_with_kbanking:BuildRequires: aqbanking-devel >= 1.6.0} - +%{?_enable_kbanking:BuildRequires: aqbanking-devel} %description KMyMoney is striving to be a full-featured replacement for your @@ -39,13 +40,14 @@ %package devel Summary: Development files for %{name} Group: Development/Libraries +Provides: kmymoney-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} %description devel %{summary}. %prep -%setup -q +%setup -q -n kmymoney2-%{version} %build @@ -57,9 +59,8 @@ --enable-new-ldflags \ --disable-debug --disable-warnings \ --disable-dependancy-tracking --disable-final \ - %{?_with_kbanking: --enable-kbanking } %{!?_with_kbanking: --disable-kbanking } \ - %{?_with_ofxbanking: --enable-ofxbanking --enable-ofxplugin } \ - %{!?_with_ofxbanking: --disable-ofxbanking --disable-ofxplugin } \ + %{?_enable_kbanking} %{!?_enable_kbanking: --disable-kbanking } \ + %{?_with_ofxbanking} %{!?_with_ofxbanking: --disable-ofxbanking --disable-ofxplugin } \ %{?_with_check:--disable-final} make %{?_smp_mflags} @@ -74,11 +75,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install \ - --add-category="X-Fedora" --vendor="" \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop - ## File lists # locale's %find_lang %{name} || touch %{name}.lang @@ -148,6 +144,10 @@ %changelog +* Tue Nov 28 2006 Rex Dieter 0.8.5-2 +- drop desktop-file-utils bits +- Ob/Pr: kmymoney(-devel), upstream/rpmforge calls it kmymoney + * Thu Aug 31 2006 Rex Dieter 0.8.5-1 - 0.8.5 From fedora-extras-commits at redhat.com Sun Dec 10 03:57:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sat, 9 Dec 2006 22:57:04 -0500 Subject: rpms/kiosktool/devel kiosktool.spec,1.7,1.8 Message-ID: <200612100357.kBA3v4DK009752@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kiosktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9737 Modified Files: kiosktool.spec Log Message: * Sat Dec 09 2006 Rex Dieter 1.0-7 - drop desktop-file-install bits Index: kiosktool.spec =================================================================== RCS file: /cvs/extras/rpms/kiosktool/devel/kiosktool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kiosktool.spec 29 Aug 2006 13:02:10 -0000 1.7 +++ kiosktool.spec 10 Dec 2006 03:56:34 -0000 1.8 @@ -14,7 +14,6 @@ Source1: kde-user-profile BuildRequires: gettext -BuildRequires: desktop-file-utils BuildRequires: kdelibs-devel @@ -43,12 +42,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --add-category="X-Fedora" --vendor="" \ - --add-category="Application" \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde/kiosktool.desktop - # create/own profile dir mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/kde-profile/ @@ -57,7 +50,7 @@ ## File lists # locale's -%find_lang %{name} || touch %{name}.lang +%find_lang %{name} # HTML (1.0) HTML_DIR=$(kde-config --expandvars --install html) if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then @@ -94,7 +87,7 @@ %doc ChangeLog COPYING README #attr(0511,root,root) %{_bindir}/kiosktool* %{_bindir}/kiosktool* -%{_datadir}/appl*/*/*.desktop +%{_datadir}/applications/kde/kiosktool.desktop %{_datadir}/apps/kiosktool/ %{_datadir}/icons/crystalsvg/*/*/* %{_sysconfdir}/kde-profile/ @@ -102,8 +95,11 @@ %changelog +* Sat Dec 09 2006 Rex Dieter 1.0-7 +- drop desktop-file-install bits + * Tue Aug 29 2006 Rex Dieter 1.0-6 -- fc6 respin +- fc6: respin * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin From fedora-extras-commits at redhat.com Sun Dec 10 04:30:45 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Sat, 9 Dec 2006 23:30:45 -0500 Subject: rpms/gpsd/FC-6 gpsd.spec,1.8,1.9 Message-ID: <200612100430.kBA4UjQd012961@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12946 Modified Files: gpsd.spec Log Message: Rebuild for new python. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/FC-6/gpsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gpsd.spec 26 Sep 2006 21:43:41 -0000 1.8 +++ gpsd.spec 10 Dec 2006 04:30:15 -0000 1.9 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,6 +150,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 9 2006 Matthew Truch - 2.33-6 +- Rebuild to pick up new python. + * Tue Sep 26 2006 Matthew Truch - 2.33-5 - Remove openmotif requirment, and switch to lesstif. From fedora-extras-commits at redhat.com Sun Dec 10 04:32:14 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Sat, 9 Dec 2006 23:32:14 -0500 Subject: rpms/gpsd/FC-5 gpsd.spec,1.5,1.6 Message-ID: <200612100432.kBA4WECY013030@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13009 Modified Files: gpsd.spec Log Message: Rebuild to pick up new python. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/FC-5/gpsd.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gpsd.spec 23 Jul 2006 16:08:40 -0000 1.5 +++ gpsd.spec 10 Dec 2006 04:31:44 -0000 1.6 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,6 +150,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 6 2006 Matthew Truch - 2.33-3 +- Rebuild to pick up new python. + * Sun Jul 23 2006 Matthew Truch - 2.33-2 - Bump release due to bad upgrade path (BZ 199857) From fedora-extras-commits at redhat.com Sun Dec 10 04:39:32 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sat, 9 Dec 2006 23:39:32 -0500 Subject: rpms/python-sqlalchemy/devel python-sqlalchemy.spec,1.9,1.10 Message-ID: <200612100439.kBA4dWAa013100@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13085 Modified Files: python-sqlalchemy.spec Log Message: - Bump and rebuild for python 2.5 on devel. Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-sqlalchemy.spec 7 Dec 2006 22:12:34 -0000 1.9 +++ python-sqlalchemy.spec 10 Dec 2006 04:39:02 -0000 1.10 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -77,6 +77,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Sat Dec 09 2006 Toshi Kuratomi - 0.3.1-2 +- Bump and rebuild for python 2.5 on devel. + * Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 - Update to new upstream version 0.3.1 From fedora-extras-commits at redhat.com Sun Dec 10 05:07:45 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 00:07:45 -0500 Subject: rpms/python-clientform/devel python-clientform.spec,1.11,1.12 Message-ID: <200612100507.kBA57j9H016256@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-clientform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16241 Modified Files: python-clientform.spec Log Message: rebuild for python 2.5 Index: python-clientform.spec =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-clientform.spec 10 Dec 2006 03:43:15 -0000 1.11 +++ python-clientform.spec 10 Dec 2006 05:07:15 -0000 1.12 @@ -3,7 +3,7 @@ Name: python-clientform Version: 0.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description ClientForm is a Python module for handling HTML forms on the client side, @@ -48,7 +48,8 @@ %{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info %changelog -* Sat Dec 9 2006 Luke Macken 0.2.5-1 +* Sat Dec 9 2006 Luke Macken 0.2.5-2 +- Rebuild for python 2.5 - 0.2.5 * Sun Sep 3 2006 Luke Macken 0.2.2-6 From fedora-extras-commits at redhat.com Sun Dec 10 05:17:32 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 00:17:32 -0500 Subject: rpms/python-sqlalchemy/devel python-sqlalchemy.spec,1.10,1.11 Message-ID: <200612100517.kBA5HWEH016326@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16311 Modified Files: python-sqlalchemy.spec Log Message: - BuildRequire: python-devel as a header is missing otherwise. Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-sqlalchemy.spec 10 Dec 2006 04:39:02 -0000 1.10 +++ python-sqlalchemy.spec 10 Dec 2006 05:17:02 -0000 1.11 @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel BuildRequires: python-setuptools >= 0.6c3 Requires: python-abi = %{pyver} @@ -79,6 +79,7 @@ %changelog * Sat Dec 09 2006 Toshi Kuratomi - 0.3.1-2 - Bump and rebuild for python 2.5 on devel. +- BuildRequire: python-devel as a header is missing otherwise. * Fri Nov 24 2006 Toshio Kuratomi - 0.3.1-1 - Update to new upstream version 0.3.1 From fedora-extras-commits at redhat.com Sun Dec 10 05:26:09 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 00:26:09 -0500 Subject: rpms/pexpect/devel pexpect.spec,1.14,1.15 Message-ID: <200612100526.kBA5Q97q016419@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/pexpect/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16402 Modified Files: pexpect.spec Log Message: - Bump and rebuild for python 2.5 on devel. - Add BR: python-devel as it provides a header necessary for python modules on python 2.5. Index: pexpect.spec =================================================================== RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pexpect.spec 1 Sep 2006 20:14:01 -0000 1.14 +++ pexpect.spec 10 Dec 2006 05:25:39 -0000 1.15 @@ -3,14 +3,14 @@ Summary: Expect module for Python Name: pexpect Version: 2.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Development/Languages URL: http://pexpect.sf.net Source: http://dl.sf.net/pexpect/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python +BuildRequires: python-devel BuildArch: noarch %description @@ -52,6 +52,11 @@ %{python_sitelib}/* %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 2.1-3 +- Bump and rebuild for python 2.5 on devel. +- Add BR: python-devel as it provides a header necessary for python modules + on python 2.5. + * Fri Sep 01 2006 Toshio Kuratomi - 2.1-2 - Remove pyver define as it's not needed with the automatic python(abi). - Stop ghosting .pyos. From fedora-extras-commits at redhat.com Sun Dec 10 05:30:08 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 00:30:08 -0500 Subject: rpms/pexpect/devel pexpect.spec,1.15,1.16 Message-ID: <200612100530.kBA5U8ZB016487@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/pexpect/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16471 Modified Files: pexpect.spec Log Message: - Bump and rebuild because I forgot to cvs up before the last build. Index: pexpect.spec =================================================================== RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pexpect.spec 10 Dec 2006 05:25:39 -0000 1.15 +++ pexpect.spec 10 Dec 2006 05:29:38 -0000 1.16 @@ -3,7 +3,7 @@ Summary: Expect module for Python Name: pexpect Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Development/Languages @@ -52,6 +52,9 @@ %{python_sitelib}/* %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 2.1-4 +- Bump and rebuild because I forgot to cvs up before the last build. + * Sat Dec 09 2006 Toshio Kuratomi - 2.1-3 - Bump and rebuild for python 2.5 on devel. - Add BR: python-devel as it provides a header necessary for python modules From fedora-extras-commits at redhat.com Sun Dec 10 05:44:31 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 00:44:31 -0500 Subject: rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.3, 1.4 Message-ID: <200612100544.kBA5iVMD016595@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrytemplate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16580 Modified Files: python-cherrytemplate.spec Log Message: rebuild for python 2.5 Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-cherrytemplate.spec 20 Sep 2006 00:27:03 -0000 1.3 +++ python-cherrytemplate.spec 10 Dec 2006 05:44:01 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -47,6 +47,9 @@ %{python_sitelib}/cherrytemplate/unittest/*.py[co] %changelog +* Sun Dec 10 2006 Luke Macken - 1.0.0-4 +- Rebuild for python 2.5 + * Wed Sep 20 2006 Jos?? Matos - 1.0.0-3 - Rebuild for FC-6. - Unghost .pyo files. From fedora-extras-commits at redhat.com Sun Dec 10 06:11:19 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:11:19 -0500 Subject: rpms/python-cherrypy/devel python-cherrypy.spec,1.10,1.11 Message-ID: <200612100611.kBA6BJ3H019919@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrypy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19897 Modified Files: python-cherrypy.spec Log Message: rebuild for python 2.5 Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-cherrypy.spec 19 Sep 2006 01:38:53 -0000 1.10 +++ python-cherrypy.spec 10 Dec 2006 06:10:49 -0000 1.11 @@ -2,7 +2,7 @@ Name: python-cherrypy Version: 2.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -53,6 +53,9 @@ %{python_sitelib}/cherrypy/filters/*.py* %changelog +* Sun Dec 10 2006 Luke Macken 2.2.1-4 +- Rebuild for python 2.5 + * Mon Sep 18 2006 Luke Macken 2.2.1-3 - Rebuild for FC6 - Include pyo files instead of ghosting them From fedora-extras-commits at redhat.com Sun Dec 10 06:13:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:13:02 -0500 Subject: rpms/python-TestGears/devel python-TestGears.spec,1.5,1.6 Message-ID: <200612100613.kBA6D2qa020000@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TestGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19974 Modified Files: python-TestGears.spec Log Message: rebuild for python 2.5 Index: python-TestGears.spec =================================================================== RCS file: /cvs/extras/rpms/python-TestGears/devel/python-TestGears.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-TestGears.spec 10 Sep 2006 22:11:58 -0000 1.5 +++ python-TestGears.spec 10 Dec 2006 06:12:32 -0000 1.6 @@ -4,7 +4,7 @@ Name: python-TestGears Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Unit testing for Python Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/TestGears.pth %changelog +* Sun Dec 10 2006 Luke Macken 0.2-4 +- Rebuld for python 2.5 + * Sun Sep 10 2006 Luke Macken 0.2-3 - Fix module inclusion, and use consistent buildroots From fedora-extras-commits at redhat.com Sun Dec 10 06:14:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:14:27 -0500 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.37,1.38 Message-ID: <200612100614.kBA6ERMD020074@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20053 Modified Files: deskbar-applet.spec Log Message: rebuild for python 2.5 Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- deskbar-applet.spec 22 Nov 2006 07:27:04 -0000 1.37 +++ deskbar-applet.spec 10 Dec 2006 06:13:57 -0000 1.38 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.17.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -98,6 +98,9 @@ %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Sun Dec 10 2006 Luke Macken - 2.17.2-3 +- Rebuild for python 2.5 + * Wed Nov 22 2006 Luke Macken - 2.17.2-2 - Run gtk-update-icon-cache in post and postun scripts (Bug #216827) From fedora-extras-commits at redhat.com Sun Dec 10 06:16:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:16:47 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.9,1.10 Message-ID: <200612100616.kBA6GlcR020158@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20139 Modified Files: TurboGears.spec Log Message: rebuild for python 2.5 Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- TurboGears.spec 2 Dec 2006 05:29:08 -0000 1.9 +++ TurboGears.spec 10 Dec 2006 06:16:17 -0000 1.10 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sun Dec 10 2006 Luke Macken 1.0b2-3 +- Rebuild for python 2.5 + * Sat Dec 2 2006 Luke Macken 1.0b2-2 - Update the setuptools patch From fedora-extras-commits at redhat.com Sun Dec 10 06:25:28 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:25:28 -0500 Subject: rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.4, 1.5 Message-ID: <200612100625.kBA6PSHf020326@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrytemplate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20301 Modified Files: python-cherrytemplate.spec Log Message: rebuild for python 2.5 Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-cherrytemplate.spec 10 Dec 2006 05:44:01 -0000 1.4 +++ python-cherrytemplate.spec 10 Dec 2006 06:24:58 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -13,6 +13,8 @@ BuildArch: noarch +BuildRequires: python-devel + %description CherryTemplate is an easy and powerful templating module for Python. @@ -47,6 +49,9 @@ %{python_sitelib}/cherrytemplate/unittest/*.py[co] %changelog +* Sun Dec 10 2006 Luke Macken - 1.0.0-5 +- Add python-devel to BuildRequires + * Sun Dec 10 2006 Luke Macken - 1.0.0-4 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 06:26:12 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:26:12 -0500 Subject: rpms/python-cherrypy/devel python-cherrypy.spec,1.11,1.12 Message-ID: <200612100626.kBA6QCSM020390@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-cherrypy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20375 Modified Files: python-cherrypy.spec Log Message: Add python-devel to BuildRequires Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-cherrypy.spec 10 Dec 2006 06:10:49 -0000 1.11 +++ python-cherrypy.spec 10 Dec 2006 06:25:42 -0000 1.12 @@ -2,7 +2,7 @@ Name: python-cherrypy Version: 2.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -14,6 +14,8 @@ BuildArch: noarch +BuildRequires: python-devel + %description CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually @@ -53,6 +55,9 @@ %{python_sitelib}/cherrypy/filters/*.py* %changelog +* Sun Dec 10 2006 Luke Macken 2.2.1-5 +- Add python-devel to BuildRequires + * Sun Dec 10 2006 Luke Macken 2.2.1-4 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 06:27:33 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 10 Dec 2006 01:27:33 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.10,1.11 Message-ID: <200612100627.kBA6RXDH020460@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20439 Modified Files: TurboGears.spec Log Message: Add python-devel to BuildRequires Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- TurboGears.spec 10 Dec 2006 06:16:17 -0000 1.10 +++ TurboGears.spec 10 Dec 2006 06:27:03 -0000 1.11 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6c2 +BuildRequires: python-setuptools >= 0.6c2 python-devel Requires: python-kid >= 0.8 python-cherrypy >= 2.2.1 Requires: python-sqlobject >= 0.7 python-formencode >= 0.5.1 @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Sun Dec 10 2006 Luke Macken 1.0b2-4 +- Add python-devel to BuildRequires + * Sun Dec 10 2006 Luke Macken 1.0b2-3 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 06:34:40 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 01:34:40 -0500 Subject: rpms/pygpgme/devel pygpgme.spec,1.2,1.3 Message-ID: <200612100634.kBA6Ye4E020558@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/pygpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20540 Modified Files: pygpgme.spec Log Message: - Bump and rebuild for python 2.5 on devel. Index: pygpgme.spec =================================================================== RCS file: /cvs/extras/rpms/pygpgme/devel/pygpgme.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pygpgme.spec 24 Oct 2006 22:38:09 -0000 1.2 +++ pygpgme.spec 10 Dec 2006 06:34:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: pygpgme Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python module for working with OpenPGP messages Group: Development/Languages @@ -46,6 +46,9 @@ %{python_sitearch}/gpgme/ %changelog +* Mon Oct 23 2006 Toshio Kuratomi - 0.1-4 +- Bump and rebuild for python 2.5 on devel. + * Mon Oct 23 2006 Toshio Kuratomi - 0.1-3 - Add a patch to work under Python 2.3. - Stop shipping the tests as they are useless to the end user. From fedora-extras-commits at redhat.com Sun Dec 10 06:52:44 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 01:52:44 -0500 Subject: rpms/python-docutils/devel python-docutils.spec,1.7,1.8 Message-ID: <200612100652.kBA6qipC020691@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20669 Modified Files: python-docutils.spec Log Message: - Bump and rebuild for python 2.5 in devel. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/devel/python-docutils.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-docutils.spec 30 Aug 2006 06:16:15 -0000 1.7 +++ python-docutils.spec 10 Dec 2006 06:52:14 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages @@ -12,7 +12,7 @@ URL: http://docutils.sourceforge.net Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -72,6 +72,9 @@ %{python_sitelib}/roman.* %changelog +* Sat Dec 09 2006 Toshio Kuratomi 0.4-4 +- Bump and rebuild for python 2.5 in devel. + * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Bump for FC6 rebuild. - Remove python byte compilation as this is handled automatically in FC4+. From fedora-extras-commits at redhat.com Sun Dec 10 07:04:57 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:04:57 -0500 Subject: rpms/python-paramiko/devel .cvsignore, 1.6, 1.7 python-paramiko.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612100704.kBA74vvr023909@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23883 Modified Files: .cvsignore python-paramiko.spec sources Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 03:10:29 -0000 1.6 +++ .cvsignore 10 Dec 2006 07:04:27 -0000 1.7 @@ -1 +1 @@ -paramiko-1.6.2.zip +paramiko-1.6.4.tar.gz Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/python-paramiko.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-paramiko.spec 10 Oct 2006 03:10:29 -0000 1.8 +++ python-paramiko.spec 10 Dec 2006 07:04:27 -0000 1.9 @@ -4,14 +4,14 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries License: LGPL URL: http://www.lag.net/paramiko/ -Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip +Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,11 @@ %{python_sitelib}/paramiko/*.pyo %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 1.6.4-1 +- Update to 1.6.4 +- Upstream is now shipping tarballs +- Bump for python 2.5 in devel + * Mon Oct 9 2006 Jeffrey C. Ollie - 1.6.2-1 - Update to 1.6.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 03:10:29 -0000 1.6 +++ sources 10 Dec 2006 07:04:27 -0000 1.7 @@ -1 +1 @@ -d43879c86fcc100d199df425a3fcaf05 paramiko-1.6.2.zip +39a374c72e7511297dd68e53dde4b39c paramiko-1.6.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 07:11:01 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:11:01 -0500 Subject: rpms/python-paramiko/FC-6 .cvsignore, 1.6, 1.7 python-paramiko.spec, 1.8, 1.9 Message-ID: <200612100711.kBA7B1VE023996@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23979 Modified Files: .cvsignore python-paramiko.spec Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 03:10:29 -0000 1.6 +++ .cvsignore 10 Dec 2006 07:10:31 -0000 1.7 @@ -1 +1 @@ -paramiko-1.6.2.zip +paramiko-1.6.4.tar.gz Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-6/python-paramiko.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-paramiko.spec 10 Oct 2006 03:10:29 -0000 1.8 +++ python-paramiko.spec 10 Dec 2006 07:10:31 -0000 1.9 @@ -4,14 +4,14 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries License: LGPL URL: http://www.lag.net/paramiko/ -Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip +Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,11 @@ %{python_sitelib}/paramiko/*.pyo %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 1.6.4-1 +- Update to 1.6.4 +- Upstream is now shipping tarballs +- Bump for python 2.5 in devel + * Mon Oct 9 2006 Jeffrey C. Ollie - 1.6.2-1 - Update to 1.6.2 From fedora-extras-commits at redhat.com Sun Dec 10 07:17:08 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:17:08 -0500 Subject: rpms/python-paramiko/FC-6 sources,1.6,1.7 Message-ID: <200612100717.kBA7H88Q024100@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24085 Modified Files: sources Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 03:10:29 -0000 1.6 +++ sources 10 Dec 2006 07:16:38 -0000 1.7 @@ -1 +1 @@ -d43879c86fcc100d199df425a3fcaf05 paramiko-1.6.2.zip +39a374c72e7511297dd68e53dde4b39c paramiko-1.6.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 07:20:02 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 02:20:02 -0500 Subject: rpms/python-paramiko/FC-5 .cvsignore, 1.6, 1.7 python-paramiko.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612100720.kBA7K2pf024177@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-paramiko/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24156 Modified Files: .cvsignore python-paramiko.spec sources Log Message: - Update to 1.6.4 - Upstream is now shipping tarballs - Bump for python 2.5 in devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 03:11:18 -0000 1.6 +++ .cvsignore 10 Dec 2006 07:19:32 -0000 1.7 @@ -1 +1 @@ -paramiko-1.6.2.zip +paramiko-1.6.4.tar.gz Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/python-paramiko.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-paramiko.spec 10 Oct 2006 03:11:18 -0000 1.8 +++ python-paramiko.spec 10 Dec 2006 07:19:32 -0000 1.9 @@ -4,14 +4,14 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries License: LGPL URL: http://www.lag.net/paramiko/ -Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip +Source0: http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,11 @@ %{python_sitelib}/paramiko/*.pyo %changelog +* Sat Dec 09 2006 Toshio Kuratomi - 1.6.4-1 +- Update to 1.6.4 +- Upstream is now shipping tarballs +- Bump for python 2.5 in devel + * Mon Oct 9 2006 Jeffrey C. Ollie - 1.6.2-1 - Update to 1.6.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 03:11:18 -0000 1.6 +++ sources 10 Dec 2006 07:19:32 -0000 1.7 @@ -1 +1 @@ -d43879c86fcc100d199df425a3fcaf05 paramiko-1.6.2.zip +39a374c72e7511297dd68e53dde4b39c paramiko-1.6.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 08:00:28 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 10 Dec 2006 03:00:28 -0500 Subject: comps comps-fe7.xml.in,1.45,1.46 Message-ID: <200612100800.kBA80SuN024509@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24492 Modified Files: comps-fe7.xml.in Log Message: add search4files for FE7 Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- comps-fe7.xml.in 7 Dec 2006 23:09:32 -0000 1.45 +++ comps-fe7.xml.in 10 Dec 2006 07:59:58 -0000 1.46 @@ -1001,6 +1001,7 @@ rsnapshot sabayon scrub + search4files sec shorewall smart From fedora-extras-commits at redhat.com Sun Dec 10 10:57:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 10 Dec 2006 05:57:17 -0500 Subject: rpms/wings/FC-6 wings.spec,1.4,1.5 Message-ID: <200612101057.kBAAvHMq023734@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23716 Modified Files: wings.spec Log Message: split off povray plug-in Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/FC-6/wings.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wings.spec 28 Aug 2006 09:22:56 -0000 1.4 +++ wings.spec 10 Dec 2006 10:56:47 -0000 1.5 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -32,6 +32,16 @@ Documentation for Wings 3D. +%package povray +Group: Applications/Multimedia +Summary: Povray import/export plug-in for Wings 3D +Requires: %{name} = %{version}-%{release} + +%description povray +Povray import/export plug-in for Wings 3D. +Install this only if povray is actually installed. + + %prep %setup -q cp %{SOURCE1} . @@ -127,15 +137,30 @@ %{_libdir}/wings %{_datadir}/applications/* %{_datadir}/pixmaps/* +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam %doc README license.terms AUTHORS +%files povray +%defattr(-,root,root,-) +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam + + %files docs %defattr(-,root,root,-) %doc wings3d_manual1.6.1.pdf %changelog +* Sun Dec 10 2006 Gerard Milmeister - 0.98.32b-10 +- split off povray plug-in + * Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sun Dec 10 10:59:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 10 Dec 2006 05:59:18 -0500 Subject: rpms/wings/FC-5 wings.spec,1.4,1.5 Message-ID: <200612101059.kBAAxIrE023823@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23789/FC-5 Modified Files: wings.spec Log Message: split off povray plug-in Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/FC-5/wings.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wings.spec 8 Jun 2006 07:56:24 -0000 1.4 +++ wings.spec 10 Dec 2006 10:58:48 -0000 1.5 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 8%{?dist} +Release: 10%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -32,6 +32,16 @@ Documentation for Wings 3D. +%package povray +Group: Applications/Multimedia +Summary: Povray import/export plug-in for Wings 3D +Requires: %{name} = %{version}-%{release} + +%description povray +Povray import/export plug-in for Wings 3D. +Install this only if povray is actually installed. + + %prep %setup -q cp %{SOURCE1} . @@ -127,15 +137,33 @@ %{_libdir}/wings %{_datadir}/applications/* %{_datadir}/pixmaps/* +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam %doc README license.terms AUTHORS +%files povray +%defattr(-,root,root,-) +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam + + %files docs %defattr(-,root,root,-) %doc wings3d_manual1.6.1.pdf %changelog +* Sun Dec 10 2006 Gerard Milmeister - 0.98.32b-10 +- split off povray plug-in + +* Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 +- Rebuild for FE6 + * Wed Jun 7 2006 Gerard Milmeister - 0.98.32b-8 - revert to use erlang R10B From fedora-extras-commits at redhat.com Sun Dec 10 10:59:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 10 Dec 2006 05:59:18 -0500 Subject: rpms/wings/devel wings.spec,1.4,1.5 Message-ID: <200612101059.kBAAxIoN023826@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23789/devel Modified Files: wings.spec Log Message: split off povray plug-in Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/devel/wings.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wings.spec 28 Aug 2006 09:22:56 -0000 1.4 +++ wings.spec 10 Dec 2006 10:58:48 -0000 1.5 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -32,6 +32,16 @@ Documentation for Wings 3D. +%package povray +Group: Applications/Multimedia +Summary: Povray import/export plug-in for Wings 3D +Requires: %{name} = %{version}-%{release} + +%description povray +Povray import/export plug-in for Wings 3D. +Install this only if povray is actually installed. + + %prep %setup -q cp %{SOURCE1} . @@ -127,15 +137,30 @@ %{_libdir}/wings %{_datadir}/applications/* %{_datadir}/pixmaps/* +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%exclude %{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam %doc README license.terms AUTHORS +%files povray +%defattr(-,root,root,-) +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/kayos_utils.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_exp.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/pov_ui.beam +%{_libdir}/wings/lib/wings-%{version}/plugins/import_export/wpc_pov.beam + + %files docs %defattr(-,root,root,-) %doc wings3d_manual1.6.1.pdf %changelog +* Sun Dec 10 2006 Gerard Milmeister - 0.98.32b-10 +- split off povray plug-in + * Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 - Rebuild for FE6 From fedora-extras-commits at redhat.com Sun Dec 10 11:39:23 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 10 Dec 2006 06:39:23 -0500 Subject: rpms/xbae/FC-5 xbae.spec,1.4,1.5 Message-ID: <200612101139.kBABdNmc027405@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xbae/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27362/FC-5 Modified Files: xbae.spec Log Message: * Sun Dec 10 2006 Patrice Dumas 4.60.4-5 - Requires automake is for -devel (#219047) Index: xbae.spec =================================================================== RCS file: /cvs/extras/rpms/xbae/FC-5/xbae.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xbae.spec 17 Sep 2006 20:19:58 -0000 1.4 +++ xbae.spec 10 Dec 2006 11:38:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: xbae Version: 4.60.4 -Release: 4%{?dist}.1 +Release: 5%{?dist} Summary: Motif matrix, caption and text input widgets Group: System Environment/Libraries License: BSD @@ -27,8 +27,6 @@ Provides: Xbae = %{version}-%{release} Obsoletes: Xbae < %{version}-%{release} -# for the aclocal directory -Requires: automake # to be sure that we link against lesstif/openmotif even if the other # provides the same soname #Requires: lesstif @@ -55,6 +53,8 @@ Requires: openmotif-devel #Requires: lesstif-devel Requires: libXpm-devel +# for the aclocal directory +Requires: automake Provides: Xbae-devel = %{version}-%{release} Obsoletes: Xbae-devel < %{version}-%{release} @@ -122,6 +122,9 @@ %{_datadir}/aclocal/* %changelog +* Sun Dec 10 2006 Patrice Dumas 4.60.4-5 +- Requires automake is for -devel (#219047) + * Sun Sep 17 2006 Patrice Dumas 4.60.4-4.1 - use openmotif instead of lesstif for FC5 From fedora-extras-commits at redhat.com Sun Dec 10 11:39:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 10 Dec 2006 06:39:24 -0500 Subject: rpms/xbae/FC-6 xbae.spec,1.3,1.4 Message-ID: <200612101139.kBABdOtB027408@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xbae/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27362/FC-6 Modified Files: xbae.spec Log Message: * Sun Dec 10 2006 Patrice Dumas 4.60.4-5 - Requires automake is for -devel (#219047) Index: xbae.spec =================================================================== RCS file: /cvs/extras/rpms/xbae/FC-6/xbae.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xbae.spec 9 Sep 2006 16:17:11 -0000 1.3 +++ xbae.spec 10 Dec 2006 11:38:54 -0000 1.4 @@ -1,6 +1,6 @@ Name: xbae Version: 4.60.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Motif matrix, caption and text input widgets Group: System Environment/Libraries License: BSD @@ -27,8 +27,6 @@ Provides: Xbae = %{version}-%{release} Obsoletes: Xbae < %{version}-%{release} -# for the aclocal directory -Requires: automake # to be sure that we link against lesstif even if openmotif provides the same # soname Requires: lesstif @@ -54,6 +52,8 @@ #Requires: openmotif-devel Requires: lesstif-devel Requires: libXpm-devel +# for the aclocal directory +Requires: automake Provides: Xbae-devel = %{version}-%{release} Obsoletes: Xbae-devel < %{version}-%{release} @@ -121,6 +121,9 @@ %{_datadir}/aclocal/* %changelog +* Sun Dec 10 2006 Patrice Dumas 4.60.4-5 +- Requires automake is for -devel (#219047) + * Sat Sep 9 2006 Patrice Dumas 4.60.4-4 - add BuildRequires libXmu-devel for examples From fedora-extras-commits at redhat.com Sun Dec 10 11:39:29 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 10 Dec 2006 06:39:29 -0500 Subject: rpms/xbae/devel xbae.spec,1.3,1.4 Message-ID: <200612101139.kBABdTFR027414@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xbae/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27362/devel Modified Files: xbae.spec Log Message: * Sun Dec 10 2006 Patrice Dumas 4.60.4-5 - Requires automake is for -devel (#219047) Index: xbae.spec =================================================================== RCS file: /cvs/extras/rpms/xbae/devel/xbae.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xbae.spec 9 Sep 2006 16:17:11 -0000 1.3 +++ xbae.spec 10 Dec 2006 11:38:59 -0000 1.4 @@ -1,6 +1,6 @@ Name: xbae Version: 4.60.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Motif matrix, caption and text input widgets Group: System Environment/Libraries License: BSD @@ -27,8 +27,6 @@ Provides: Xbae = %{version}-%{release} Obsoletes: Xbae < %{version}-%{release} -# for the aclocal directory -Requires: automake # to be sure that we link against lesstif even if openmotif provides the same # soname Requires: lesstif @@ -54,6 +52,8 @@ #Requires: openmotif-devel Requires: lesstif-devel Requires: libXpm-devel +# for the aclocal directory +Requires: automake Provides: Xbae-devel = %{version}-%{release} Obsoletes: Xbae-devel < %{version}-%{release} @@ -121,6 +121,9 @@ %{_datadir}/aclocal/* %changelog +* Sun Dec 10 2006 Patrice Dumas 4.60.4-5 +- Requires automake is for -devel (#219047) + * Sat Sep 9 2006 Patrice Dumas 4.60.4-4 - add BuildRequires libXmu-devel for examples From fedora-extras-commits at redhat.com Sun Dec 10 12:29:40 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Sun, 10 Dec 2006 07:29:40 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.1,1.2 Message-ID: <200612101229.kBACTekf030989@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30972 Modified Files: cohoba.spec Log Message: - Bump and rebuild for python 2.5 on devel Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cohoba.spec 2 Oct 2006 19:39:43 -0000 1.1 +++ cohoba.spec 10 Dec 2006 12:29:10 -0000 1.2 @@ -2,7 +2,7 @@ Name: cohoba Version: 0.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple Group: Applications/Communications @@ -69,6 +69,9 @@ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Sun Dec 10 2006 Sander Hoentjen - 0.0.4-3 +- Bump and rebuild for python 2.5 on devel + * Sun Oct 01 2006 Sander Hoentjen - 0.0.4-2 - added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/ From fedora-extras-commits at redhat.com Sun Dec 10 12:41:28 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Sun, 10 Dec 2006 07:41:28 -0500 Subject: rpms/gmpc/devel gmpc-lib-plugins.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 gmpc.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200612101241.kBACfSex031167@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31139 Modified Files: .cvsignore gmpc.spec sources Added Files: gmpc-lib-plugins.diff Log Message: * Sat Dec 09 2006 Adrian Reber - 0.13.0-1 - updated to 0.13.0 - created devel package for header files - removed X-Fedora from desktop-file-install - added some plugins and moved the plugins to %{_libdir}/%{name}/plugins gmpc-lib-plugins.diff: --- NEW FILE gmpc-lib-plugins.diff --- --- main.c.old 2006-12-09 15:57:40.000000000 +0100 +++ src/main.c 2006-12-09 15:57:15.000000000 +0100 @@ -241,6 +241,9 @@ + url = g_strdup_printf("%s/%s",@@PLUGINS_PATH@@, "plugins"); + plugin_load_dir(url); + g_free(url); url = g_strdup_printf("%s/%s",GLADE_PATH, "plugins"); plugin_load_dir(url); g_free(url); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:35:27 -0000 1.2 +++ .cvsignore 10 Dec 2006 12:40:58 -0000 1.3 @@ -1 +1,6 @@ -gmpc-0.11.2.tar.gz +gmpc-0.13.0.tar.gz +gmpc-autoplaylist-0.1.0.tar.gz +gmpccaa-0.1.0.tar.gz +gmpcmdcover-0.1.0.tar.gz +gmpcosd-0.1.0.tar.gz +gmpcstream-0.1.0.tar.gz Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/gmpc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gmpc.spec 30 Aug 2006 15:28:18 -0000 1.8 +++ gmpc.spec 10 Dec 2006 12:40:58 -0000 1.9 @@ -1,17 +1,24 @@ Name: gmpc Summary: GNOME frontend for the MPD -Version: 0.11.2 -Release: 6%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://musicpd.org/?page=gmpc -Source0: http://mercury.chem.pitt.edu/~shank/gmpc-0.11.2.tar.gz +URL: http://sarine.nl/gmpc +Source0: http://download.qballcow.nl/programs/gmpc-0.13/gmpc-0.13.0.tar.gz +Source1: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpc-autoplaylist-0.1.0.tar.gz +Source2: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpccaa-0.1.0.tar.gz +Source3: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcmdcover-0.1.0.tar.gz +Source4: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcosd-0.1.0.tar.gz +Source5: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcstream-0.1.0.tar.gz +Patch0: gmpc-lib-plugins.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils -BuildRequires: perl-XML-Parser +BuildRequires: perl-XML-Parser, libmpd-devel, findutils +BuildRequires: curl-devel, xosd-devel %description Gmpc is a GNOME client for the Music Player Daemon @@ -24,42 +31,59 @@ * ID3 information * Lots more +%package devel +Summary: Development files for gmpc +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package includes header files necessary for developing gmpc plugins. + %prep -%setup -q +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 +# this patch adds %{_libdir}/gmpc/plugins to the plugins search path +%patch0 +sed -i -e 's,@@PLUGINS_PATH@@,"%{_libdir}/%{name}",g' src/main.c %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} LDFLAGS=-Wl,--export-dynamic - +ln -s src gmpc +export PKG_CONFIG_PATH="$PWD/data" +export CFLAGS="-I$PWD" +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + %configure + make %{?_smp_mflags} + popd +done %install rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# this is the default search path +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins +# rpmlint complains if arch-dependent files are in %{_datadir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins + +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + find . -name *so -exec cp {} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins \; + popd +done +install -p -D gmpc-autoplaylist-0.1.0/glade/apl.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/apl/apl.glade +install -p -D gmpcstream-0.1.0/data/osb.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/osb/osb.glade %find_lang %{name} -# desktop files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gmpc.desktop -#%post -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-install-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null - -#%preun -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-uninstall-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - - %clean rm -rf $RPM_BUILD_ROOT @@ -69,9 +93,21 @@ %{_bindir}/%name %{_datadir}/applications/*.desktop %{_datadir}/%{name} +%{_libdir}/%{name} %{_datadir}/pixmaps/* +%files devel +%defattr(0644,root,root,755) +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc + %changelog +* Sat Dec 09 2006 Adrian Reber - 0.13.0-1 +- updated to 0.13.0 +- created devel package for header files +- removed X-Fedora from desktop-file-install +- added some plugins and moved the plugins to %%{_libdir}/%%{name}/plugins + * Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 - BR: perl-XML-Parser Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:35:27 -0000 1.2 +++ sources 10 Dec 2006 12:40:58 -0000 1.3 @@ -1 +1,6 @@ -a7cc8c0734fef9e0b05be76cea3c0a20 gmpc-0.11.2.tar.gz +dbbb1880feb8b9c2493ece670520299b gmpc-0.13.0.tar.gz +046ed7e57fac849d3b33a5b37ff7540e gmpc-autoplaylist-0.1.0.tar.gz +f55ae657b4664d393d9058d4d06e1d2b gmpccaa-0.1.0.tar.gz +65122a0b0e789a4977f45921d2dc3de1 gmpcmdcover-0.1.0.tar.gz +2e160ee4fa3e0e80439678c92d95ef79 gmpcosd-0.1.0.tar.gz +da8341cf96d9e3885bd78a56ef13cd03 gmpcstream-0.1.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 13:10:06 2006 From: fedora-extras-commits at redhat.com (Richard Dawe (richdawe)) Date: Sun, 10 Dec 2006 08:10:06 -0500 Subject: rpms/planet/devel planet.spec,1.5,1.6 Message-ID: <200612101310.kBADA6IW001958@cvs-int.fedora.redhat.com> Author: richdawe Update of /cvs/extras/rpms/planet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1938 Modified Files: planet.spec Log Message: 2.0-2: build for python 2.5 update; bugfix: don't include python version in %exclude lines Index: planet.spec =================================================================== RCS file: /cvs/extras/rpms/planet/devel/planet.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- planet.spec 14 Sep 2006 21:35:58 -0000 1.5 +++ planet.spec 10 Dec 2006 13:09:36 -0000 1.6 @@ -2,7 +2,7 @@ Name: planet Version: 2.0 -Release: 1 +Release: 2 Summary: Flexible RDF/RSS/Atom feed aggregator Group: Applications/Internet @@ -62,11 +62,15 @@ %{python_sitelib}/planet/*.py* %dir %{python_sitelib}/planet/compat_logging %{python_sitelib}/planet/compat_logging/*.py* -%exclude /usr/lib/python2.4/site-packages/planet/tests -%exclude /usr/lib/python2.4/site-packages/planet/tests/* +%exclude %{python_sitelib}/planet/tests +%exclude %{python_sitelib}/planet/tests/* %changelog +* Sat Dec 09 2006 Richard Dawe - 2.0-2 +- Bugfix: Don't include python version in %%exclude in specfile. +- Bump version for python 2.5 update. + * Thu Sep 14 2006 Richard Dawe - 2.0-1 - Update to official 2.0 release. - Include PKG-INFO in the documentation. From fedora-extras-commits at redhat.com Sun Dec 10 13:42:58 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Sun, 10 Dec 2006 08:42:58 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.2,1.3 Message-ID: <200612101342.kBADgw0l002197@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2173 Modified Files: cohoba.spec Log Message: changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cohoba.spec 10 Dec 2006 12:29:10 -0000 1.2 +++ cohoba.spec 10 Dec 2006 13:42:28 -0000 1.3 @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2, gnome-python2-applet +BuildRequires: python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2-devel, gnome-python2-applet Requires: python-telepathy, gnome-python2-applet, pygtk2, python-ctypes, telepathy-filesystem Patch1: cohoba-non-binary-in-usr-lib.patch @@ -71,6 +71,7 @@ %changelog * Sun Dec 10 2006 Sander Hoentjen - 0.0.4-3 - Bump and rebuild for python 2.5 on devel +- changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc * Sun Oct 01 2006 Sander Hoentjen - 0.0.4-2 - added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/ From fedora-extras-commits at redhat.com Sun Dec 10 13:55:23 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sun, 10 Dec 2006 08:55:23 -0500 Subject: rpms/rapidsvn/FC-5 rapidsvn.spec,1.3,1.4 .cvsignore,1.3,NONE Message-ID: <200612101355.kBADtNOL002342@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2317 Modified Files: rapidsvn.spec Removed Files: .cvsignore Log Message: Update to 0.9.4 Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-5/rapidsvn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rapidsvn.spec 23 Jun 2006 10:10:10 -0000 1.3 +++ rapidsvn.spec 10 Dec 2006 13:54:53 -0000 1.4 @@ -1,6 +1,6 @@ Name: rapidsvn -Version: 0.9.3 -Release: 1%{?dist} +Version: 0.9.4 +Release: 2%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -93,7 +93,7 @@ make install DESTDIR=%{buildroot} # Install desktop file and icon -%{__install} -D -m 644 src/res/bitmaps/svn.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm +%{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -139,8 +139,18 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 09 2006 Tim Jackson 0.9.4-2 +- Nasty dist tag conflict (fc6 in devel) + +* Sat Dec 09 2006 Tim Jackson 0.9.4-1 +- Update to 0.9.4 +- Use new RapidSVN desktop icon + +* Sat Sep 09 2006 Tim Jackson 0.9.3-2 +- Rebuild for FE6 + * Fri Jun 23 2006 Tim Jackson 0.9.3-1 -- Update to 0.9.2 +- Update to 0.9.3 - Remove gcc4 patch; now fixed upstream * Tue May 30 2006 Tim Jackson 0.9.2-1 --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 13:56:27 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Sun, 10 Dec 2006 08:56:27 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.3,1.4 Message-ID: <200612101356.kBADuRTu002427@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2348 Modified Files: cohoba.spec Log Message: bump because of changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cohoba.spec 10 Dec 2006 13:42:28 -0000 1.3 +++ cohoba.spec 10 Dec 2006 13:55:57 -0000 1.4 @@ -2,7 +2,7 @@ Name: cohoba Version: 0.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple Group: Applications/Communications @@ -69,9 +69,11 @@ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Sun Dec 10 2006 Sander Hoentjen - 0.0.4-4 +- changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc + * Sun Dec 10 2006 Sander Hoentjen - 0.0.4-3 - Bump and rebuild for python 2.5 on devel -- changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc * Sun Oct 01 2006 Sander Hoentjen - 0.0.4-2 - added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/ From fedora-extras-commits at redhat.com Sun Dec 10 14:00:03 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sun, 10 Dec 2006 09:00:03 -0500 Subject: rpms/rapidsvn/FC-5 rapidsvn.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <200612101400.kBAE0393002518@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2499 Modified Files: rapidsvn.spec sources Log Message: Fix broken build (missing sources) Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-5/rapidsvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rapidsvn.spec 10 Dec 2006 13:54:53 -0000 1.4 +++ rapidsvn.spec 10 Dec 2006 13:59:33 -0000 1.5 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sun Dec 10 2006 Tim Jackson 0.9.4-2.fc5.1 +- Fix broken FC-5 build (sources) + * Sat Dec 09 2006 Tim Jackson 0.9.4-2 - Nasty dist tag conflict (fc6 in devel) Index: sources =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 10:10:10 -0000 1.4 +++ sources 10 Dec 2006 13:59:33 -0000 1.5 @@ -1 +1 @@ -fff420fba3a1d52ff163933ecf1d14e0 rapidsvn-0.9.3.tar.gz +29ef579131f97a8b2bdad77e14a619be rapidsvn-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 16:08:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 10 Dec 2006 11:08:36 -0500 Subject: rpms/jd/devel .cvsignore, 1.35, 1.36 jd.spec, 1.42, 1.43 sources, 1.35, 1.36 Message-ID: <200612101608.kBAG8aXp012719@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12694 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 10 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061210 - cvs 061210 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- .cvsignore 9 Dec 2006 16:44:18 -0000 1.35 +++ .cvsignore 10 Dec 2006 16:08:06 -0000 1.36 @@ -1 +1 @@ -jd-1.8.1-cvs061209.tgz +jd-1.8.1-cvs061210.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- jd.spec 9 Dec 2006 16:44:18 -0000 1.42 +++ jd.spec 10 Dec 2006 16:08:06 -0000 1.43 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061209 +%define strtag cvs061210 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sat Dec 9 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061209 -- cvs 061209 (23:59 JST) +* Sun Dec 10 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061210 +- cvs 061210 (23:59 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- sources 9 Dec 2006 16:44:18 -0000 1.35 +++ sources 10 Dec 2006 16:08:06 -0000 1.36 @@ -1 +1 @@ -66e390e763e01b325748a60b0eaa04d4 jd-1.8.1-cvs061209.tgz +5833853ad4d510e2ec3e64039190717c jd-1.8.1-cvs061210.tgz From fedora-extras-commits at redhat.com Sun Dec 10 16:43:11 2006 From: fedora-extras-commits at redhat.com (Todd M. Zullinger (tmz)) Date: Sun, 10 Dec 2006 11:43:11 -0500 Subject: rpms/python-gpod/devel python-gpod.spec,1.2,1.3 Message-ID: <200612101643.kBAGhBEs012963@cvs-int.fedora.redhat.com> Author: tmz Update of /cvs/extras/rpms/python-gpod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12944 Modified Files: python-gpod.spec Log Message: remove Makefiles from the examples dir Index: python-gpod.spec =================================================================== RCS file: /cvs/extras/rpms/python-gpod/devel/python-gpod.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-gpod.spec 9 Dec 2006 05:43:49 -0000 1.2 +++ python-gpod.spec 10 Dec 2006 16:42:41 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-gpod Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A python module to access iPod content Group: Development/Languages @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc rm -rf $RPM_BUILD_ROOT%{_datadir}/locale +# remove Makefiles from the examples dir +rm -rf bindings/python/examples/Makefile* + %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,9 @@ %changelog +* Sun Dec 10 2006 Todd Zullinger - 0.4.0-5 +- remove Makefiles from the examples dir + * Sat Dec 09 2006 Todd Zullinger - 0.4.0-4 - rebuild against python 2.5 From fedora-extras-commits at redhat.com Sun Dec 10 17:22:34 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 10 Dec 2006 12:22:34 -0500 Subject: rpms/util-vserver/FC-5 util-vserver.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200612101722.kBAHMYCn016459@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/util-vserver/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16423/FC-5 Modified Files: util-vserver.spec sources Log Message: - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method Index: util-vserver.spec =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-5/util-vserver.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- util-vserver.spec 12 Oct 2006 16:58:09 -0000 1.19 +++ util-vserver.spec 10 Dec 2006 17:22:04 -0000 1.20 @@ -19,13 +19,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 +Version: 0.30.212 Release: %release_func 1 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2 +Source1: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,8 +37,7 @@ BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel BuildRequires: doxygen tetex-latex graphviz ghostscript -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -58,7 +57,7 @@ %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -350,6 +349,11 @@ %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 - added graphviz + ghostscript BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Oct 2006 23:34:42 -0000 1.9 +++ sources 10 Dec 2006 17:22:04 -0000 1.10 @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc From fedora-extras-commits at redhat.com Sun Dec 10 17:23:14 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 10 Dec 2006 12:23:14 -0500 Subject: rpms/util-vserver/devel sources, 1.9, 1.10 util-vserver.spec, 1.21, 1.22 Message-ID: <200612101723.kBAHNEP0016543@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/util-vserver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16477/devel Modified Files: sources util-vserver.spec Log Message: - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method - added graphviz + ghostscript BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/util-vserver/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Oct 2006 23:15:20 -0000 1.9 +++ sources 10 Dec 2006 17:22:44 -0000 1.10 @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc Index: util-vserver.spec =================================================================== RCS file: /cvs/extras/rpms/util-vserver/devel/util-vserver.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- util-vserver.spec 11 Oct 2006 23:15:20 -0000 1.21 +++ util-vserver.spec 10 Dec 2006 17:22:44 -0000 1.22 @@ -20,13 +20,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 -Release: %release_func 1 +Version: 0.30.212 +Release: %release_func 2 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2 +Source1: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,9 +37,8 @@ BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel -BuildRequires: doxygen tetex-latex -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +BuildRequires: doxygen tetex-latex graphviz ghostscript +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -59,7 +58,7 @@ %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -351,6 +350,14 @@ %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method + +* Thu Oct 12 2006 Enrico Scholz - 0.30.211-2 +- added graphiz + ghostscript BR + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 From fedora-extras-commits at redhat.com Sun Dec 10 17:23:14 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 10 Dec 2006 12:23:14 -0500 Subject: rpms/util-vserver/FC-6 sources, 1.9, 1.10 util-vserver.spec, 1.21, 1.22 Message-ID: <200612101723.kBAHNEcA016539@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/util-vserver/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16477/FC-6 Modified Files: sources util-vserver.spec Log Message: - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method - added graphviz + ghostscript BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Oct 2006 23:15:20 -0000 1.9 +++ sources 10 Dec 2006 17:22:44 -0000 1.10 @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc Index: util-vserver.spec =================================================================== RCS file: /cvs/extras/rpms/util-vserver/FC-6/util-vserver.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- util-vserver.spec 11 Oct 2006 23:15:20 -0000 1.21 +++ util-vserver.spec 10 Dec 2006 17:22:44 -0000 1.22 @@ -20,13 +20,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 +Version: 0.30.212 Release: %release_func 1 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2 +Source1: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,9 +37,8 @@ BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel -BuildRequires: doxygen tetex-latex -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +BuildRequires: doxygen tetex-latex graphviz ghostscript +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -59,7 +58,7 @@ %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -351,6 +350,12 @@ %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method +- added graphviz + ghostscript BR + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 From fedora-extras-commits at redhat.com Sun Dec 10 18:03:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 10 Dec 2006 13:03:38 -0500 Subject: fedora-security/audit fe3, 1.44, 1.45 fe4, 1.113, 1.114 fe5, 1.124, 1.125 fe6, 1.38, 1.39 Message-ID: <200612101803.kBAI3c7l020932@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20907 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-5874, CVE-2006-6406 (clamav) Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- fe3 8 Dec 2006 19:06:11 -0000 1.44 +++ fe3 10 Dec 2006 18:03:38 -0000 1.45 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 @@ -9,6 +10,7 @@ CVE-2006-6169 backport (gnupg2, fixed 1.9.22-8) #217950 CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5848 VULNERABLE (trac, fixed 0.10.1) #215077 CVE-2006-5815 ** (proftpd) #214820 CVE-2006-5602 VULNERABLE (xsupplicant) #212699 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- fe4 8 Dec 2006 19:06:11 -0000 1.113 +++ fe4 10 Dec 2006 18:03:38 -0000 1.114 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 @@ -10,6 +11,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 VULNERABLE (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 ** (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- fe5 8 Dec 2006 19:06:11 -0000 1.124 +++ fe5 10 Dec 2006 18:03:38 -0000 1.125 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 @@ -12,6 +13,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- fe6 8 Dec 2006 19:06:11 -0000 1.38 +++ fe6 10 Dec 2006 18:03:38 -0000 1.39 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 @@ -12,6 +13,7 @@ CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 From fedora-extras-commits at redhat.com Sun Dec 10 18:03:42 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:03:42 -0500 Subject: rpms/gaim-libnotify - New directory Message-ID: <200612101803.kBAI3go6020948@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20940/gaim-libnotify Log Message: Directory /cvs/extras/rpms/gaim-libnotify added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 18:03:47 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:03:47 -0500 Subject: rpms/gaim-libnotify/devel - New directory Message-ID: <200612101803.kBAI3lK3020963@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20940/gaim-libnotify/devel Log Message: Directory /cvs/extras/rpms/gaim-libnotify/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 18:03:58 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:03:58 -0500 Subject: rpms/gaim-libnotify Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612101803.kBAI3wEw020994@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20988 Added Files: Makefile import.log Log Message: Setup of module gaim-libnotify --- NEW FILE Makefile --- # Top level Makefile for module gaim-libnotify all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 10 18:04:03 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:04:03 -0500 Subject: rpms/gaim-libnotify/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612101804.kBAI431o021009@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20988/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gaim-libnotify --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 10 18:05:11 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:05:11 -0500 Subject: rpms/gaim-libnotify import.log,1.1,1.2 Message-ID: <200612101805.kBAI5BVS021111@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21071 Modified Files: import.log Log Message: auto-import gaim-libnotify-0.12-2 on branch devel from gaim-libnotify-0.12-2.src.rpm Initial import (review & approval in bug #219050) Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Dec 2006 18:03:58 -0000 1.1 +++ import.log 10 Dec 2006 18:04:41 -0000 1.2 @@ -0,0 +1 @@ +gaim-libnotify-0_12-2:HEAD:gaim-libnotify-0.12-2.src.rpm:1165774189 From fedora-extras-commits at redhat.com Sun Dec 10 18:05:11 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:05:11 -0500 Subject: rpms/gaim-libnotify/devel gaim-libnotify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612101805.kBAI5Bmb021115@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21071/devel Modified Files: .cvsignore sources Added Files: gaim-libnotify.spec Log Message: auto-import gaim-libnotify-0.12-2 on branch devel from gaim-libnotify-0.12-2.src.rpm Initial import (review & approval in bug #219050) --- NEW FILE gaim-libnotify.spec --- %define gaim_version 2.0.0 Name: gaim-libnotify Version: 0.12 Release: 2%{?dist} Summary: Libnotify Gaim plugin Group: Applications/Internet License: GPL URL: http://gaim-libnotify.sourceforge.net/ Source0: http://heanet.dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libnotify-devel >= 0.3.2 BuildRequires: gaim-devel >= %{gaim_version} BuildRequires: gtk2-devel Requires: gaim >= %{gaim_version} %description This is a plugin for the open-source Gaim instant messaging client that uses libnotify to display graphic notifications of new messages and other events such as a buddy signing on or off. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS %exclude %{_libdir}/gaim/%{name}.la %{_libdir}/gaim/%{name}.so %changelog * Sun Dec 10 2006 Peter Gordon - 0.12-2 - Shorten line lengths in %%description (and rewrite it a bit) - Add gaim runtime requirement so that the parent directory of the plugin in %%{_libdir}/gaim is properly owned - Removed unnecessary perl(XML::Parser) and gettext BuildRequires * Sat Dec 09 2006 Peter Gordon - 0.12-1 - Initial packaging for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2006 18:04:03 -0000 1.1 +++ .cvsignore 10 Dec 2006 18:04:41 -0000 1.2 @@ -0,0 +1 @@ +gaim-libnotify-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2006 18:04:03 -0000 1.1 +++ sources 10 Dec 2006 18:04:41 -0000 1.2 @@ -0,0 +1 @@ +2fccdfcf7c4a86f39157e9433c3437d9 gaim-libnotify-0.12.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 18:06:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 10 Dec 2006 13:06:58 -0500 Subject: fedora-security/audit fe5,1.125,1.126 fe6,1.39,1.40 Message-ID: <200612101807.kBAI6wwx021205@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21185 Modified Files: fe5 fe6 Log Message: phpMyAdmin updated to 2.9.1.1. Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- fe5 10 Dec 2006 18:03:38 -0000 1.125 +++ fe5 10 Dec 2006 18:06:58 -0000 1.126 @@ -4,7 +4,7 @@ CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 -CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 +CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- fe6 10 Dec 2006 18:03:38 -0000 1.39 +++ fe6 10 Dec 2006 18:06:58 -0000 1.40 @@ -4,7 +4,7 @@ CVE-2006-6406 VULNERABLE (clamav) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 -CVE-2006-6373 VULNERABLE (phpMyAdmin, fixed 2.9.1.1) #218853 +CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 patch (gnupg2, fixed 2.0.1-2) #218821 CVE-2006-6171 patch (proftpd, fixed 1.3.0a-1) #214820 From fedora-extras-commits at redhat.com Sun Dec 10 18:07:49 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:07:49 -0500 Subject: owners owners.list,1.2091,1.2092 Message-ID: <200612101807.kBAI7nb9021238@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21214/owners Modified Files: owners.list Log Message: Add entry for gaim-libnotify Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2091 retrieving revision 1.2092 diff -u -r1.2091 -r1.2092 --- owners.list 9 Dec 2006 23:59:43 -0000 1.2091 +++ owners.list 10 Dec 2006 18:07:19 -0000 1.2092 @@ -486,6 +486,7 @@ Fedora Extras|gaim-galago|Galago feed plugin for Gaim|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gaim-gaym|gay.com protocol plugin for GAIM|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| Fedora Extras|gaim-guifications|Guifications plugin for GAIM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|tcallawa at redhat.com,byte at fedoraproject.org +Fedora Extras|gaim-libnotify|Libnotify Gaim plugin|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gaim-meanwhile| Lotus Sametime Community Client plugin for Gaim|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|gaim-otr|Off-The-Record Messaging plugin for GAIM|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|gaim-rhythmbox|Rhythmbox plugin for GAIM|michel.salim at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 18:10:44 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:10:44 -0500 Subject: rpms/gaim-libnotify/devel gaim-libnotify.spec,1.1,1.2 Message-ID: <200612101810.kBAIAi9o021317@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21299/gaim-libnotify/devel Modified Files: gaim-libnotify.spec Log Message: Add TODO to %doc Index: gaim-libnotify.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/gaim-libnotify.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gaim-libnotify.spec 10 Dec 2006 18:04:41 -0000 1.1 +++ gaim-libnotify.spec 10 Dec 2006 18:10:14 -0000 1.2 @@ -45,7 +45,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS +%doc AUTHORS ChangeLog COPYING NEWS TODO %exclude %{_libdir}/gaim/%{name}.la %{_libdir}/gaim/%{name}.so @@ -56,6 +56,7 @@ - Add gaim runtime requirement so that the parent directory of the plugin in %%{_libdir}/gaim is properly owned - Removed unnecessary perl(XML::Parser) and gettext BuildRequires +- Add TODO to %%doc * Sat Dec 09 2006 Peter Gordon - 0.12-1 - Initial packaging for Fedora Extras From fedora-extras-commits at redhat.com Sun Dec 10 18:17:06 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:17:06 -0500 Subject: rpms/gaim-libnotify/devel gaim-libnotify.spec,1.2,1.3 Message-ID: <200612101817.kBAIH6gD021430@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/gaim-libnotify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415/gaim-libnotify/devel Modified Files: gaim-libnotify.spec Log Message: Bump EVR to fix CVS tagging issue Index: gaim-libnotify.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-libnotify/devel/gaim-libnotify.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gaim-libnotify.spec 10 Dec 2006 18:10:14 -0000 1.2 +++ gaim-libnotify.spec 10 Dec 2006 18:16:36 -0000 1.3 @@ -2,7 +2,7 @@ Name: gaim-libnotify Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libnotify Gaim plugin Group: Applications/Internet @@ -51,6 +51,9 @@ %changelog +* Sun Dec 10 2006 Peter Gordon - 0.12-3 +- Bump EVR to fix CVS tagging issue + * Sun Dec 10 2006 Peter Gordon - 0.12-2 - Shorten line lengths in %%description (and rewrite it a bit) - Add gaim runtime requirement so that the parent directory of the plugin in From fedora-extras-commits at redhat.com Sun Dec 10 18:21:35 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 10 Dec 2006 13:21:35 -0500 Subject: comps comps-fe7.xml.in,1.46,1.47 Message-ID: <200612101821.kBAILZN2021529@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21506/comps Modified Files: comps-fe7.xml.in Log Message: Add entry for gaim-libnotify in FE7 Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- comps-fe7.xml.in 10 Dec 2006 07:59:58 -0000 1.46 +++ comps-fe7.xml.in 10 Dec 2006 18:21:04 -0000 1.47 @@ -575,6 +575,7 @@ drivel evolution-bogofilter fwbuilder + gaim-libnotify gajim galeon gg2 From fedora-extras-commits at redhat.com Sun Dec 10 18:41:02 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 10 Dec 2006 13:41:02 -0500 Subject: owners owners.list,1.2092,1.2093 Message-ID: <200612101841.kBAIf23W021675@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21658 Modified Files: owners.list Log Message: adopting pam_mount Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2092 retrieving revision 1.2093 diff -u -r1.2092 -r1.2093 --- owners.list 10 Dec 2006 18:07:19 -0000 1.2092 +++ owners.list 10 Dec 2006 18:40:32 -0000 1.2093 @@ -1297,7 +1297,7 @@ Fedora Extras|padevchooser|Control applet for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|alex at dalloz.de|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de Fedora Extras|pam_keyring|A PAM module that executes gnome-keyring-daemon and unlocks the default keyring|denis at poolshark.org|extras-qa at fedoraproject.org|redhat at flyn.org -Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|pam_mysql| PAM module for auth UNIX users using MySQL data base|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pam_pkcs11|PKCS #11 PAM login module|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pam_script|Allows executing scripts after opening and/or closing a session using PAM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 10 19:38:11 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 10 Dec 2006 14:38:11 -0500 Subject: rpms/pam_mount/devel .cvsignore, 1.8, 1.9 pam_mount.spec, 1.23, 1.24 sources, 1.9, 1.10 pam_mount-0.13.0-loop.patch, 1.1, NONE pam_mount-0.13.0.tbz2, 1.1, NONE Message-ID: <200612101938.kBAJcBpf025252@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25227 Modified Files: .cvsignore pam_mount.spec sources Removed Files: pam_mount-0.13.0-loop.patch pam_mount-0.13.0.tbz2 Log Message: bump to 0.18.0, spec cleanup Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Sep 2006 19:36:26 -0000 1.8 +++ .cvsignore 10 Dec 2006 19:37:41 -0000 1.9 @@ -1 +1 @@ -pam_mount-0.17.tar.bz2 +pam_mount-0.18.tar.bz2 Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- pam_mount.spec 7 Sep 2006 01:07:55 -0000 1.23 +++ pam_mount.spec 10 Dec 2006 19:37:41 -0000 1.24 @@ -1,6 +1,6 @@ Name: pam_mount -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: A PAM module that can mount volumes for a user session Group: System Environment/Base @@ -8,12 +8,11 @@ URL: http://pam-mount.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.bz2 -Patch0: %{name}-0.13.0-loop.patch -Patch1: %{name}-lsof-path.patch +Patch1: %{name}-lsof-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel, pam-devel, openssl-devel, zlib-devel +BuildRequires: glib2-devel, pam-devel, openssl-devel Requires: pam, lsof %description @@ -53,7 +52,6 @@ %prep %setup -q -#%patch0 -p1 %patch1 -p1 %build @@ -72,9 +70,9 @@ mkdir -p %{buildroot}/%{_sysconfdir}/security mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc -install --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security -install --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros -install --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc +install -p --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security +install -p --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros +install -p --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f %{buildroot}/%{_lib}/security/*.{a,la} @@ -84,7 +82,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ LICENSE.LGPL2 +%doc AUTHORS COPYING README FAQ LICENSE.* /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so @@ -102,6 +100,16 @@ %changelog +* Sun Dec 10 2006 Till Maas - 0.18-1 +- Version bump +- removed Patch0 +- adding LICENSE.GPL2 to %%doc with LICENSE.* +- removed ChangeLog (is empty) +- removed NEWS (nothing interesting) +- removed INSTALL +- removed BR: zlib-devel, already in openssl-devel +- added -p to install to preserve timestamp + * Thu Sep 07 2006 Michael J. Knox - 0.17-5 - Upstream update - Build on x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 6 Sep 2006 19:36:26 -0000 1.9 +++ sources 10 Dec 2006 19:37:41 -0000 1.10 @@ -1 +1 @@ -0c67121ce70ff6cb11a6d9ca2590bd19 pam_mount-0.17.tar.bz2 +c2e2a7eee61596a8c72d79d8bba3538d pam_mount-0.18.tar.bz2 --- pam_mount-0.13.0-loop.patch DELETED --- --- pam_mount-0.13.0.tbz2 DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 20:03:01 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Sun, 10 Dec 2006 15:03:01 -0500 Subject: rpms/pam_mount/FC-6 .cvsignore, 1.8, 1.9 pam_mount.spec, 1.23, 1.24 sources, 1.9, 1.10 pam_mount-0.13.0-loop.patch, 1.1, NONE pam_mount-0.13.0.tbz2, 1.1, NONE Message-ID: <200612102003.kBAK31g8028608@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/pam_mount/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28578 Modified Files: .cvsignore pam_mount.spec sources Removed Files: pam_mount-0.13.0-loop.patch pam_mount-0.13.0.tbz2 Log Message: sync to devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Sep 2006 19:36:26 -0000 1.8 +++ .cvsignore 10 Dec 2006 20:02:31 -0000 1.9 @@ -1 +1 @@ -pam_mount-0.17.tar.bz2 +pam_mount-0.18.tar.bz2 Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-6/pam_mount.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- pam_mount.spec 7 Sep 2006 01:07:55 -0000 1.23 +++ pam_mount.spec 10 Dec 2006 20:02:31 -0000 1.24 @@ -1,6 +1,6 @@ Name: pam_mount -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: A PAM module that can mount volumes for a user session Group: System Environment/Base @@ -8,12 +8,11 @@ URL: http://pam-mount.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.bz2 -Patch0: %{name}-0.13.0-loop.patch -Patch1: %{name}-lsof-path.patch +Patch1: %{name}-lsof-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel, pam-devel, openssl-devel, zlib-devel +BuildRequires: glib2-devel, pam-devel, openssl-devel Requires: pam, lsof %description @@ -53,7 +52,6 @@ %prep %setup -q -#%patch0 -p1 %patch1 -p1 %build @@ -72,9 +70,9 @@ mkdir -p %{buildroot}/%{_sysconfdir}/security mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros mkdir -p %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc -install --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security -install --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros -install --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc +install -p --mode=0644 config/pam_mount.conf %{buildroot}/%{_sysconfdir}/security +install -p --mode=0644 config/pam_mount_macros.te %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/macros +install -p --mode=0644 config/pam_mount.fc %{buildroot}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f %{buildroot}/%{_lib}/security/*.{a,la} @@ -84,7 +82,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ LICENSE.LGPL2 +%doc AUTHORS COPYING README FAQ LICENSE.* /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so @@ -102,6 +100,16 @@ %changelog +* Sun Dec 10 2006 Till Maas - 0.18-1 +- Version bump +- removed Patch0 +- adding LICENSE.GPL2 to %%doc with LICENSE.* +- removed ChangeLog (is empty) +- removed NEWS (nothing interesting) +- removed INSTALL +- removed BR: zlib-devel, already in openssl-devel +- added -p to install to preserve timestamp + * Thu Sep 07 2006 Michael J. Knox - 0.17-5 - Upstream update - Build on x86_64 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 6 Sep 2006 19:36:26 -0000 1.9 +++ sources 10 Dec 2006 20:02:31 -0000 1.10 @@ -1 +1 @@ -0c67121ce70ff6cb11a6d9ca2590bd19 pam_mount-0.17.tar.bz2 +c2e2a7eee61596a8c72d79d8bba3538d pam_mount-0.18.tar.bz2 --- pam_mount-0.13.0-loop.patch DELETED --- --- pam_mount-0.13.0.tbz2 DELETED --- From fedora-extras-commits at redhat.com Sun Dec 10 20:11:52 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sun, 10 Dec 2006 15:11:52 -0500 Subject: rpms/pygame/devel pygame.spec,1.12,1.13 Message-ID: <200612102011.kBAKBqcI028713@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pygame/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28698 Modified Files: pygame.spec Log Message: remove devel package as suggested by Michael Schwendt Index: pygame.spec =================================================================== RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pygame.spec 9 Dec 2006 00:31:02 -0000 1.12 +++ pygame.spec 10 Dec 2006 20:11:22 -0000 1.13 @@ -2,8 +2,9 @@ Name: pygame Version: 1.7.1 -Release: 9%{?dist}.1 +Release: 10%{?dist} Summary: Python modules for writing games + Group: Development/Languages License: LGPL URL: http://www.pygame.org @@ -11,12 +12,19 @@ Patch1: %{name}-%{version}-64bit.patch Source0: http://pygame.org/ftp/%{name}-%{version}release.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel python-numeric -BuildRequires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel -Requires: python-numeric -Obsoletes: python-pygame < 1.7.1 -Obsoletes: python-pygame-doc < 1.7.1 + +BuildRequires: python-devel +BuildRequires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric +Requires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric + +# Obsolete/Provide old package names +Obsoletes: pygame-devel <= %{version} +Provides: pygame-devel = %{version}-%{release} +Obsoletes: python-pygame-devel <= %{version} +Provides: python-pygame-devel = %{version}-%{release} +Obsoletes: python-pygame <= %{version} Provides: python-pygame = %{version}-%{release} +Obsoletes: python-pygame-doc <= %{version} Provides: python-pygame-doc = %{version}-%{release} %description @@ -26,18 +34,14 @@ Pygame is highly portable and runs on nearly every platform and operating system. -%package devel -Summary: Files needed for developing programs which use pygame -Group: Development/Libraries +%package examples +Summary: Example code for using pygame +Group: Documentation Requires: %{name} = %{version}-%{release} -Requires: SDL_ttf-devel SDL_mixer-devel -Requires: python-devel -Obsoletes: python-pygame-devel < 1.7.1 -Provides: python-pygame-devel = %{version}-%{release} -%description devel -This package contains headers required to build applications that use -pygame. +%description examples +%{summary}. + %prep %setup -q -n %{name}-%{version}release @@ -47,46 +51,50 @@ # rpmlint fixes rm -f examples/.#stars.py.1.7 +# remove macosx stuff +rm -fr examples/macosx + # These files must be provided by pygame-nonfree(-devel) packages on a # repository that does not have restrictions on providing non-free software rm -f src/ffmovie.[ch] + %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build + %install -rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + %check # base_test fails in mock, unable to find soundcard -PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/base_test.py || : -PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/image_test.py -PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/rect_test.py +PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} test/base_test.py || : +PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} test/image_test.py +PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} test/rect_test.py + %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) -%doc docs/ readme.txt WHATSNEW -%dir %{python_sitearch}/%{name} -%{python_sitearch}/%{name}/freesansbold.ttf -%{python_sitearch}/%{name}/pygame.ico -%{python_sitearch}/%{name}/pygame_icon.* -%{python_sitearch}/%{name}/*.so* -%{python_sitearch}/%{name}/*.py -%{python_sitearch}/%{name}/*.pyc -%{python_sitearch}/%{name}/*.pyo +%doc docs readme.txt WHATSNEW +%{python_sitearch}/%{name} +%{_includedir}/python*/%{name} -%files devel +%files examples %defattr(-,root,root,-) -%doc examples/ -%dir %{_includedir}/python*/%{name} -%{_includedir}/python*/%{name}/*.h +%doc examples/* + %changelog -* Fri Dec 08 2006 Christopher Stone 1.7.1-9.fc7.1 +* Sun Dec 10 2006 Christopher Stone 1.7.1-10 +- Remove macosx examples +- Move header files into main package +- Move examples into examples subpackage - python(abi) = 0:2.5 * Wed Sep 06 2006 Christopher Stone 1.7.1-9 @@ -95,9 +103,6 @@ * Sat Sep 02 2006 Christopher Stone 1.7.1-8 - FC6 Rebuild -* Wed Jun 28 2006 Christopher Stone 1.7.1-7.fc6.1 -- Rebuild bump - * Wed May 03 2006 Christopher Stone 1.7.1-7 - Fix Obsolete/Provides of python-pygame-doc From fedora-extras-commits at redhat.com Sun Dec 10 20:40:39 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:40:39 -0500 Subject: rpms/evolution-remove-duplicates - New directory Message-ID: <200612102040.kBAKed0h028969@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28965/evolution-remove-duplicates Log Message: Directory /cvs/extras/rpms/evolution-remove-duplicates added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 20:40:45 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:40:45 -0500 Subject: rpms/evolution-remove-duplicates/devel - New directory Message-ID: <200612102040.kBAKejjY028985@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28965/evolution-remove-duplicates/devel Log Message: Directory /cvs/extras/rpms/evolution-remove-duplicates/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 10 20:41:07 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:41:07 -0500 Subject: rpms/evolution-remove-duplicates Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612102041.kBAKf78a029016@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29010 Added Files: Makefile import.log Log Message: Setup of module evolution-remove-duplicates --- NEW FILE Makefile --- # Top level Makefile for module evolution-remove-duplicates all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 10 20:41:13 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:41:13 -0500 Subject: rpms/evolution-remove-duplicates/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612102041.kBAKfDIQ029031@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29010/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module evolution-remove-duplicates --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 10 20:45:11 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:45:11 -0500 Subject: rpms/evolution-remove-duplicates import.log,1.1,1.2 Message-ID: <200612102045.kBAKjBOK029130@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29092 Modified Files: import.log Log Message: auto-import evolution-remove-duplicates-0.0.2-3 on branch devel from evolution-remove-duplicates-0.0.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Dec 2006 20:41:07 -0000 1.1 +++ import.log 10 Dec 2006 20:44:41 -0000 1.2 @@ -0,0 +1 @@ +evolution-remove-duplicates-0_0_2-3:HEAD:evolution-remove-duplicates-0.0.2-3.src.rpm:1165783790 From fedora-extras-commits at redhat.com Sun Dec 10 20:45:11 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 15:45:11 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, NONE, 1.1 rmdups-0.0.2-header.patch, NONE, 1.1 rmdups-0.0.2-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612102045.kBAKjB3T029134@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29092/devel Modified Files: .cvsignore sources Added Files: evolution-remove-duplicates.spec rmdups-0.0.2-header.patch rmdups-0.0.2-pkgconfig.patch Log Message: auto-import evolution-remove-duplicates-0.0.2-3 on branch devel from evolution-remove-duplicates-0.0.2-3.src.rpm --- NEW FILE evolution-remove-duplicates.spec --- %define upstream_name remove-duplicates-plugin Name: evolution-remove-duplicates Version: 0.0.2 Release: 3%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity License: GPL URL: http://www.advogato.org/person/garnacho/diary.html Source0: http://www.gnome.org/~carlosg/stuff/evolution/remove-duplicates-plugin-%{version}.tar.gz Patch0: rmdups-0.0.2-header.patch Patch1: rmdups-0.0.2-pkgconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel BuildRequires: perl-XML-Parser BuildRequires: automake #Requires: %description A plugin that checks selected e-mails for duplicates and remove them. %prep %setup -q -n %{upstream_name}-%{version} %patch0 -p1 -b .header %patch1 -p1 -b .pkgconfig %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm `find $RPM_BUILD_ROOT -name '*.la'` %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog COPYING %{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* %{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error %changelog * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel * Tue Dec 5 2006 Michel Salim - 0.0.2-2 - Add BR on perl-XML-Parser * Mon Dec 4 2006 Michel Salim - 0.0.2-1 - Initial package rmdups-0.0.2-header.patch: --- NEW FILE rmdups-0.0.2-header.patch --- --- remove-duplicates-plugin-0.0.2/src/remove-duplicates.c 2005-05-25 20:47:15.000000000 -0400 +++ remove-duplicates-plugin-0.0.2.patched/src/remove-duplicates.c 2006-12-04 15:35:52.000000000 -0500 @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include rmdups-0.0.2-pkgconfig.patch: --- NEW FILE rmdups-0.0.2-pkgconfig.patch --- --- remove-duplicates-plugin-0.0.1/configure 2005-05-18 18:56:53.000000000 -0400 +++ remove-duplicates-plugin-0.0.1.patched/configure 2006-11-22 12:42:20.000000000 -0500 @@ -22448,16 +22448,16 @@ pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=$ac_cv_env_REMOVE_DUPLICATES_PLUGIN_CFLAGS_value elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -22477,16 +22477,16 @@ pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=$ac_cv_env_REMOVE_DUPLICATES_PLUGIN_LIBS_value elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -22500,13 +22500,13 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -22515,7 +22515,7 @@ to avoid the need to call pkg-config. See the pkg-config man page for more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED + evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -22555,10 +22555,10 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` +PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` +ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2006 20:41:13 -0000 1.1 +++ .cvsignore 10 Dec 2006 20:44:41 -0000 1.2 @@ -0,0 +1 @@ +remove-duplicates-plugin-0.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2006 20:41:13 -0000 1.1 +++ sources 10 Dec 2006 20:44:41 -0000 1.2 @@ -0,0 +1 @@ +5ed885b9dd6bc69df2978be8cc6dc089 remove-duplicates-plugin-0.0.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 21:08:23 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 16:08:23 -0500 Subject: rpms/bzr/devel .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612102108.kBAL8N55032409@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32381 Modified Files: .cvsignore bzr.spec sources Log Message: - Update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Nov 2006 17:40:53 -0000 1.8 +++ .cvsignore 10 Dec 2006 21:07:53 -0000 1.9 @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bzr.spec 6 Nov 2006 17:40:53 -0000 1.11 +++ bzr.spec 10 Dec 2006 21:07:53 -0000 1.12 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: Friendly distributed version control system @@ -158,6 +158,9 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Nov 2006 17:40:53 -0000 1.8 +++ sources 10 Dec 2006 21:07:53 -0000 1.9 @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 21:43:43 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 16:43:43 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.1, 1.2 Message-ID: <200612102143.kBALhh8U000315@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32766 Modified Files: evolution-remove-duplicates.spec Log Message: Add BR on libgnomeui-devel Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- evolution-remove-duplicates.spec 10 Dec 2006 20:44:41 -0000 1.1 +++ evolution-remove-duplicates.spec 10 Dec 2006 21:43:13 -0000 1.2 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel +BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -55,6 +56,9 @@ %changelog +* Sun Dec 10 2006 Michel Salim - 0.0.2-4 +- Add BR on libgnomeui-devel + * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel From fedora-extras-commits at redhat.com Sun Dec 10 22:33:50 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:33:50 -0500 Subject: rpms/git/devel .cvsignore, 1.34, 1.35 git.spec, 1.24, 1.25 sources, 1.34, 1.35 Message-ID: <200612102233.kBAMXoXT003984@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3955 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 17 Oct 2006 18:31:21 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:33:20 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- git.spec 6 Nov 2006 15:35:52 -0000 1.24 +++ git.spec 10 Dec 2006 22:33:20 -0000 1.25 @@ -1,7 +1,7 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 -Release: 2%{?dist} +Version: 1.4.4.2 +Release: 1%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 - rebuild against the new curl Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 17 Oct 2006 18:31:21 -0000 1.34 +++ sources 10 Dec 2006 22:33:20 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:35:57 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:35:57 -0500 Subject: rpms/git/FC-3 .cvsignore, 1.34, 1.35 git.spec, 1.22, 1.23 sources, 1.34, 1.35 Message-ID: <200612102235.kBAMZvKl004077@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4058 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 18 Oct 2006 04:14:35 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:35:27 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/git.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- git.spec 18 Oct 2006 04:14:35 -0000 1.22 +++ git.spec 10 Dec 2006 22:35:27 -0000 1.23 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 18 Oct 2006 04:14:35 -0000 1.34 +++ sources 10 Dec 2006 22:35:27 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:36:46 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:36:46 -0500 Subject: rpms/git/FC-4 .cvsignore, 1.34, 1.35 git.spec, 1.22, 1.23 sources, 1.34, 1.35 Message-ID: <200612102236.kBAMakBU004142@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4121 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 18 Oct 2006 04:11:33 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:36:16 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/git.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- git.spec 18 Oct 2006 04:11:33 -0000 1.22 +++ git.spec 10 Dec 2006 22:36:16 -0000 1.23 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 18 Oct 2006 04:11:33 -0000 1.34 +++ sources 10 Dec 2006 22:36:16 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:37:35 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:37:35 -0500 Subject: rpms/git/FC-5 .cvsignore, 1.34, 1.35 git.spec, 1.22, 1.23 sources, 1.34, 1.35 Message-ID: <200612102237.kBAMbZqC004205@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4186 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 18 Oct 2006 04:09:55 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:37:05 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/git.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- git.spec 18 Oct 2006 04:09:55 -0000 1.22 +++ git.spec 10 Dec 2006 22:37:05 -0000 1.23 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 18 Oct 2006 04:09:55 -0000 1.34 +++ sources 10 Dec 2006 22:37:05 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:38:24 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 17:38:24 -0500 Subject: rpms/git/FC-6 .cvsignore, 1.34, 1.35 git.spec, 1.23, 1.24 sources, 1.34, 1.35 Message-ID: <200612102238.kBAMcOXk004268@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4249 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.4.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 17 Oct 2006 18:31:21 -0000 1.34 +++ .cvsignore 10 Dec 2006 22:37:54 -0000 1.35 @@ -1 +1 @@ -git-1.4.2.4.tar.gz +git-1.4.4.2.tar.gz Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 17 Oct 2006 18:31:21 -0000 1.23 +++ git.spec 10 Dec 2006 22:37:54 -0000 1.24 @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.4.2.4 +Version: 1.4.4.2 Release: 1%{?dist} Summary: Git core and tools License: GPL @@ -9,7 +9,7 @@ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git %description This is a stupid (but extremely fast) directory content manager. It @@ -70,6 +70,16 @@ %description -n gitk Git revision tree visualiser ('gitk') +%package -n perl-Git +Summary: Perl interface to Git +Group: Development/Libraries +Requires: git-core = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Error) + +%description -n perl-Git +Perl interface to Git + %prep %setup -q @@ -80,12 +90,18 @@ %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ + prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \ install %{!?_without_docs: install-doc} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +%else +rm -rf $RPM_BUILD_ROOT%{_mandir} %endif %clean @@ -110,10 +126,10 @@ %files arch %defattr(-,root,root) -%doc Documentation/*arch*.txt -%{_bindir}/*arch* -%{!?_without_docs: %{_mandir}/man1/*arch*.1*} -%{!?_without_docs: %doc Documentation/*arch*.html } +%doc Documentation/git-archimport.txt +%{_bindir}/git-archimport +%{!?_without_docs: %{_mandir}/man1/git-archimport.1*} +%{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) @@ -129,6 +145,9 @@ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } +%files -n perl-Git -f perl-files +%defattr(-,root,root) + %files core -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ @@ -136,6 +155,9 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-1 +- git-1.4.4.2 + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 17 Oct 2006 18:31:21 -0000 1.34 +++ sources 10 Dec 2006 22:37:54 -0000 1.35 @@ -1 +1 @@ -285f8b7a57f3062217e9fb5fb53836a5 git-1.4.2.4.tar.gz +e659d672930ed5144ab20df4d6958007 git-1.4.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 22:59:30 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 17:59:30 -0500 Subject: rpms/bzr/devel bzr.spec,1.12,1.13 Message-ID: <200612102259.kBAMxU98004483@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4468 Modified Files: bzr.spec Log Message: - Conditionalize the python-elementtree requires as python2.5 in FC7 includes elementtree Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bzr.spec 10 Dec 2006 21:07:53 -0000 1.12 +++ bzr.spec 10 Dec 2006 22:58:59 -0000 1.13 @@ -2,7 +2,7 @@ Name: bzr Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -12,9 +12,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-elementtree +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: python-elementtree python-paramiko +Requires: python-paramiko + +# ElementTree is part of python2.5 on FC7+ +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description Bazaar-NG is a distributed revision control system that is powerful, friendly, @@ -158,6 +164,10 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + * Wed Dec 6 2006 Toshio Kuratomi 0.13-1 - Update to 0.13 From fedora-extras-commits at redhat.com Sun Dec 10 23:26:40 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 18:26:40 -0500 Subject: rpms/bzr/FC-6 .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612102326.kBANQeVu007806@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7781 Modified Files: .cvsignore bzr.spec sources Log Message: - Conditionalize the python-elementtree requires as python2.5 in FC7 includes elementtree - Update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Nov 2006 18:04:27 -0000 1.8 +++ .cvsignore 10 Dec 2006 23:26:09 -0000 1.9 @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-6/bzr.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bzr.spec 6 Nov 2006 18:04:27 -0000 1.11 +++ bzr.spec 10 Dec 2006 23:26:10 -0000 1.12 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.12 -Release: 1%{?dist} +Version: 0.13 +Release: 2%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -12,9 +12,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-elementtree +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: python-elementtree python-paramiko +Requires: python-paramiko + +# ElementTree is part of python2.5 on FC7+ +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description Bazaar-NG is a distributed revision control system that is powerful, friendly, @@ -158,6 +164,13 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Nov 2006 18:04:27 -0000 1.8 +++ sources 10 Dec 2006 23:26:10 -0000 1.9 @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz From fedora-extras-commits at redhat.com Sun Dec 10 23:28:46 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 18:28:46 -0500 Subject: rpms/bzr/FC-5 .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612102328.kBANSkuG007895@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7866 Modified Files: .cvsignore bzr.spec sources Log Message: - Conditionalize the python-elementtree requires as python2.5 in FC7 includes elementtree - Update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Nov 2006 18:29:21 -0000 1.8 +++ .cvsignore 10 Dec 2006 23:28:16 -0000 1.9 @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bzr.spec 6 Nov 2006 18:29:21 -0000 1.11 +++ bzr.spec 10 Dec 2006 23:28:16 -0000 1.12 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.12 -Release: 1%{?dist} +Version: 0.13 +Release: 2%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -12,9 +12,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-elementtree +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: python-elementtree python-paramiko +Requires: python-paramiko + +# ElementTree is part of python2.5 on FC7+ +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description Bazaar-NG is a distributed revision control system that is powerful, friendly, @@ -158,6 +164,13 @@ %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Nov 2006 18:29:21 -0000 1.8 +++ sources 10 Dec 2006 23:28:16 -0000 1.9 @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:21:16 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:21:16 -0500 Subject: rpms/bzrtools/devel .cvsignore, 1.7, 1.8 bzrtools.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200612110021.kBB0LG8v011406@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11346 Modified Files: .cvsignore bzrtools.spec sources Log Message: - Update to 0.13.0 - Rebuild on devel for python 2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2006 17:41:18 -0000 1.7 +++ .cvsignore 11 Dec 2006 00:20:45 -0000 1.8 @@ -1 +1 @@ -bzrtools-0.12.2.tar.gz +bzrtools-0.13.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bzrtools.spec 6 Nov 2006 18:51:13 -0000 1.12 +++ bzrtools.spec 11 Dec 2006 00:20:45 -0000 1.13 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: bzr >= 0.11 @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/tests/ %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.13.0-1 +- Update to 0.13.0 + * Mon Nov 06 2006 Toshio Kuratomi 0.12.2-2 - Add the tests directory as bzr has an undocumented "selftest" subcommand that relies on them. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 6 Nov 2006 17:41:18 -0000 1.7 +++ sources 11 Dec 2006 00:20:45 -0000 1.8 @@ -1 +1 @@ -3653679f3295deca085811e54da2b6fa bzrtools-0.12.2.tar.gz +b9d1884d865f37ea6d04d4297d093e89 bzrtools-0.13.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:41:10 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:41:10 -0500 Subject: rpms/bzr-gtk/devel bzr-gtk-olive-desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bzr-gtk.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612110041.kBB0fA9X011672@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11603 Modified Files: .cvsignore bzr-gtk.spec sources Added Files: bzr-gtk-olive-desktop.patch Log Message: - Update to 0.12.0 - Add a subpackage for the olive code bzr-gtk-olive-desktop.patch: --- NEW FILE bzr-gtk-olive-desktop.patch --- === modified file 'olive-gtk.desktop' --- olive-gtk.desktop 2006-08-15 17:37:54 +0000 +++ olive-gtk.desktop 2006-12-10 19:33:37 +0000 @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Type=Application Version=1.0 Name=Olive @@ -6,4 +7,4 @@ Comment=Graphical User Interface for the Bazaar Version Control System Icon=olive-gtk.png Exec=/usr/bin/olive-gtk -Categories=Application;Development +Categories=Application;Development; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 21:18:19 -0000 1.2 +++ .cvsignore 11 Dec 2006 00:40:40 -0000 1.3 @@ -1 +1 @@ -bzr-gtk-0.10.0.tar.gz +bzr-gtk-0.12.0.tar.gz Index: bzr-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/devel/bzr-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bzr-gtk.spec 19 Sep 2006 21:18:19 -0000 1.1 +++ bzr-gtk.spec 11 Dec 2006 00:40:40 -0000 1.2 @@ -1,27 +1,40 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr-gtk -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Bazaar plugin for GTK+ interfaces to most Bazaar operations Group: Development/Tools License: GPL -URL: http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk +URL: http://bazaar-vcs.org/bzr-gtk Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz +Patch0: bzr-gtk-olive-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel bzr -Requires: bzr >= 0.10 +BuildRequires: gettext +Requires: bzr >= 0.12 %description bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. +%package -n olive +Summary: Graphical frontend to the bazaar revision control system +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n olive +Olive aims to be a full-featured graphical frontend for Bazaar. It will +expose all core functionality of Bazaar in a user-friendly GUI. + +Olive is part of the bzr-gtk package. + %prep %setup -q - +%patch0 -p0 -b .olive %build %{__python} setup.py build @@ -31,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - +%find_lang olive-gtk + %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +56,18 @@ # For noarch packages: sitelib %{python_sitelib}/* +%files -n olive -f olive-gtk.lang +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/olive/ +%{_datadir}/pixmaps/olive-gtk.png +%{_datadir}/applications/olive-gtk.desktop + %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.12.0-1 +- Update to 0.12.0 +- Add a subpackage for the olive code + * Sun Sep 17 2006 Warren Togami 0.10.0-2 - Fix review issues #206877 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 21:18:19 -0000 1.2 +++ sources 11 Dec 2006 00:40:40 -0000 1.3 @@ -1 +1 @@ -80b558931493f0c111f0741ae7ad3314 bzr-gtk-0.10.0.tar.gz +7e037cec4de1608bf96b6caee62ac6c8 bzr-gtk-0.12.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:41:27 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:41:27 -0500 Subject: rpms/bzrtools/FC-6 .cvsignore, 1.7, 1.8 bzrtools.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200612110041.kBB0fRAp011677@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzrtools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11653 Modified Files: .cvsignore bzrtools.spec sources Log Message: - Update to 0.13.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2006 18:32:27 -0000 1.7 +++ .cvsignore 11 Dec 2006 00:40:57 -0000 1.8 @@ -1 +1 @@ -bzrtools-0.12.2.tar.gz +bzrtools-0.13.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-6/bzrtools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bzrtools.spec 6 Nov 2006 18:54:59 -0000 1.12 +++ bzrtools.spec 11 Dec 2006 00:40:57 -0000 1.13 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: bzr >= 0.11 @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/tests/ %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.13.0-1 +- Update to 0.13.0 + * Mon Nov 06 2006 Toshio Kuratomi 0.12.2-2 - Add the tests directory as bzr has an undocumented "selftest" subcommand that relies on them. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 6 Nov 2006 18:32:27 -0000 1.7 +++ sources 11 Dec 2006 00:40:57 -0000 1.8 @@ -1 +1 @@ -3653679f3295deca085811e54da2b6fa bzrtools-0.12.2.tar.gz +b9d1884d865f37ea6d04d4297d093e89 bzrtools-0.13.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:42:53 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:42:53 -0500 Subject: rpms/bzrtools/FC-5 .cvsignore, 1.7, 1.8 bzrtools.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612110042.kBB0grj3011788@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11768 Modified Files: .cvsignore bzrtools.spec sources Log Message: - Update to 0.13.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2006 19:15:56 -0000 1.7 +++ .cvsignore 11 Dec 2006 00:42:23 -0000 1.8 @@ -1 +1 @@ -bzrtools-0.12.2.tar.gz +bzrtools-0.13.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bzrtools.spec 6 Nov 2006 19:15:56 -0000 1.9 +++ bzrtools.spec 11 Dec 2006 00:42:23 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: bzr >= 0.11 @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/tests/ %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.13.0-1 +- Update to 0.13.0 + * Mon Nov 06 2006 Toshio Kuratomi 0.12.2-2 - Add the tests directory as bzr has an undocumented "selftest" subcommand that relies on them. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 6 Nov 2006 19:15:56 -0000 1.7 +++ sources 11 Dec 2006 00:42:23 -0000 1.8 @@ -1 +1 @@ -3653679f3295deca085811e54da2b6fa bzrtools-0.12.2.tar.gz +b9d1884d865f37ea6d04d4297d093e89 bzrtools-0.13.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:46:31 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 19:46:31 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.2, 1.3 rmdups-0.0.2-pkgconfig.patch, 1.1, 1.2 Message-ID: <200612110046.kBB0kVJw011864@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11840 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Adjust for new Evolution in -development Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- evolution-remove-duplicates.spec 10 Dec 2006 21:43:13 -0000 1.2 +++ evolution-remove-duplicates.spec 11 Dec 2006 00:46:01 -0000 1.3 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -56,6 +56,9 @@ %changelog +* Sun Dec 10 2006 Michel Salim - 0.0.2-5 +- Fix pkgconfig patch to use evolution-plugin-2.10.pc + * Sun Dec 10 2006 Michel Salim - 0.0.2-4 - Add BR on libgnomeui-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rmdups-0.0.2-pkgconfig.patch 10 Dec 2006 20:44:41 -0000 1.1 +++ rmdups-0.0.2-pkgconfig.patch 11 Dec 2006 00:46:01 -0000 1.2 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Mon Dec 11 00:51:43 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:51:43 -0500 Subject: rpms/bzr-gtk/FC-6 bzr-gtk-olive-desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bzr-gtk.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612110051.kBB0phQJ011981@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr-gtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11953 Modified Files: .cvsignore bzr-gtk.spec sources Added Files: bzr-gtk-olive-desktop.patch Log Message: - Update to 0.12.0 - Add a subpackage for the olive code bzr-gtk-olive-desktop.patch: --- NEW FILE bzr-gtk-olive-desktop.patch --- === modified file 'olive-gtk.desktop' --- olive-gtk.desktop 2006-08-15 17:37:54 +0000 +++ olive-gtk.desktop 2006-12-10 19:33:37 +0000 @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Type=Application Version=1.0 Name=Olive @@ -6,4 +7,4 @@ Comment=Graphical User Interface for the Bazaar Version Control System Icon=olive-gtk.png Exec=/usr/bin/olive-gtk -Categories=Application;Development +Categories=Application;Development; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 21:18:19 -0000 1.2 +++ .cvsignore 11 Dec 2006 00:51:13 -0000 1.3 @@ -1 +1 @@ -bzr-gtk-0.10.0.tar.gz +bzr-gtk-0.12.0.tar.gz Index: bzr-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/bzr-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bzr-gtk.spec 19 Sep 2006 21:18:19 -0000 1.1 +++ bzr-gtk.spec 11 Dec 2006 00:51:13 -0000 1.2 @@ -1,27 +1,40 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr-gtk -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Bazaar plugin for GTK+ interfaces to most Bazaar operations Group: Development/Tools License: GPL -URL: http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk +URL: http://bazaar-vcs.org/bzr-gtk Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz +Patch0: bzr-gtk-olive-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel bzr -Requires: bzr >= 0.10 +BuildRequires: gettext +Requires: bzr >= 0.12 %description bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. +%package -n olive +Summary: Graphical frontend to the bazaar revision control system +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n olive +Olive aims to be a full-featured graphical frontend for Bazaar. It will +expose all core functionality of Bazaar in a user-friendly GUI. + +Olive is part of the bzr-gtk package. + %prep %setup -q - +%patch0 -p0 -b .olive %build %{__python} setup.py build @@ -31,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - +%find_lang olive-gtk + %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +56,18 @@ # For noarch packages: sitelib %{python_sitelib}/* +%files -n olive -f olive-gtk.lang +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/olive/ +%{_datadir}/pixmaps/olive-gtk.png +%{_datadir}/applications/olive-gtk.desktop + %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.12.0-1 +- Update to 0.12.0 +- Add a subpackage for the olive code + * Sun Sep 17 2006 Warren Togami 0.10.0-2 - Fix review issues #206877 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 21:18:19 -0000 1.2 +++ sources 11 Dec 2006 00:51:13 -0000 1.3 @@ -1 +1 @@ -80b558931493f0c111f0741ae7ad3314 bzr-gtk-0.10.0.tar.gz +7e037cec4de1608bf96b6caee62ac6c8 bzr-gtk-0.12.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:54:55 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 10 Dec 2006 19:54:55 -0500 Subject: rpms/bzr-gtk/FC-5 bzr-gtk-olive-desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bzr-gtk.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612110054.kBB0stR9012071@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/bzr-gtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12046 Modified Files: .cvsignore bzr-gtk.spec sources Added Files: bzr-gtk-olive-desktop.patch Log Message: - Update to 0.12.0 - Add a subpackage for the olive code bzr-gtk-olive-desktop.patch: --- NEW FILE bzr-gtk-olive-desktop.patch --- === modified file 'olive-gtk.desktop' --- olive-gtk.desktop 2006-08-15 17:37:54 +0000 +++ olive-gtk.desktop 2006-12-10 19:33:37 +0000 @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Type=Application Version=1.0 Name=Olive @@ -6,4 +7,4 @@ Comment=Graphical User Interface for the Bazaar Version Control System Icon=olive-gtk.png Exec=/usr/bin/olive-gtk -Categories=Application;Development +Categories=Application;Development; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Sep 2006 21:18:19 -0000 1.2 +++ .cvsignore 11 Dec 2006 00:54:25 -0000 1.3 @@ -1 +1 @@ -bzr-gtk-0.10.0.tar.gz +bzr-gtk-0.12.0.tar.gz Index: bzr-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-5/bzr-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bzr-gtk.spec 19 Sep 2006 21:18:19 -0000 1.1 +++ bzr-gtk.spec 11 Dec 2006 00:54:25 -0000 1.2 @@ -1,27 +1,40 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr-gtk -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Bazaar plugin for GTK+ interfaces to most Bazaar operations Group: Development/Tools License: GPL -URL: http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk +URL: http://bazaar-vcs.org/bzr-gtk Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz +Patch0: bzr-gtk-olive-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel bzr -Requires: bzr >= 0.10 +BuildRequires: gettext +Requires: bzr >= 0.12 %description bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. +%package -n olive +Summary: Graphical frontend to the bazaar revision control system +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n olive +Olive aims to be a full-featured graphical frontend for Bazaar. It will +expose all core functionality of Bazaar in a user-friendly GUI. + +Olive is part of the bzr-gtk package. + %prep %setup -q - +%patch0 -p0 -b .olive %build %{__python} setup.py build @@ -31,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - +%find_lang olive-gtk + %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +56,18 @@ # For noarch packages: sitelib %{python_sitelib}/* +%files -n olive -f olive-gtk.lang +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/olive/ +%{_datadir}/pixmaps/olive-gtk.png +%{_datadir}/applications/olive-gtk.desktop + %changelog +* Wed Dec 06 2006 Toshio Kuratomi 0.12.0-1 +- Update to 0.12.0 +- Add a subpackage for the olive code + * Sun Sep 17 2006 Warren Togami 0.10.0-2 - Fix review issues #206877 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr-gtk/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Sep 2006 21:18:19 -0000 1.2 +++ sources 11 Dec 2006 00:54:25 -0000 1.3 @@ -1 +1 @@ -80b558931493f0c111f0741ae7ad3314 bzr-gtk-0.10.0.tar.gz +7e037cec4de1608bf96b6caee62ac6c8 bzr-gtk-0.12.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 00:57:05 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 19:57:05 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.3, 1.4 Message-ID: <200612110057.kBB0v5kP012156@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12138 Modified Files: evolution-remove-duplicates.spec Log Message: More fixes for Rawhide Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- evolution-remove-duplicates.spec 11 Dec 2006 00:46:01 -0000 1.3 +++ evolution-remove-duplicates.spec 11 Dec 2006 00:56:35 -0000 1.4 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -20,7 +20,7 @@ BuildRequires: evolution-data-server-devel BuildRequires: perl-XML-Parser BuildRequires: automake -#Requires: +Requires: evolution %description A plugin that checks selected e-mails for duplicates and remove them. @@ -50,12 +50,16 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error %changelog +* Sun Dec 10 2006 Michel Salim - 0.0.2-6 +- Adjust file listing for new Evolution +- Add explicit Requires: on evolution + * Sun Dec 10 2006 Michel Salim - 0.0.2-5 - Fix pkgconfig patch to use evolution-plugin-2.10.pc From fedora-extras-commits at redhat.com Mon Dec 11 00:59:46 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sun, 10 Dec 2006 19:59:46 -0500 Subject: rpms/gnomesword/devel .cvsignore, 1.6, 1.7 gnomesword.spec, 1.17, 1.18 sources, 1.7, 1.8 Message-ID: <200612110059.kBB0xkqD012220@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12195 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 - New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 13 Nov 2006 16:50:20 -0000 1.6 +++ .cvsignore 11 Dec 2006 00:59:15 -0000 1.7 @@ -1 +1 @@ -gnomesword-2.1.9.tar.gz +gnomesword-2.1.10.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gnomesword.spec 13 Nov 2006 16:50:20 -0000 1.17 +++ gnomesword.spec 11 Dec 2006 00:59:15 -0000 1.18 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.9 +Version: 2.1.10 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -82,6 +82,9 @@ %changelog +* Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 +- New release + * Mon Nov 13 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Nov 2006 16:50:20 -0000 1.7 +++ sources 11 Dec 2006 00:59:15 -0000 1.8 @@ -1 +1 @@ -f6c5ebd5a7ee6d248682289e809f36bf gnomesword-2.1.9.tar.gz +5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:11:57 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Sun, 10 Dec 2006 22:11:57 -0500 Subject: rpms/oddjob/devel oddjob.spec,1.10,1.11 Message-ID: <200612110311.kBB3Bv7Z022847@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/oddjob/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22825 Modified Files: oddjob.spec Log Message: - add BuildRequires: on python-devel Index: oddjob.spec =================================================================== RCS file: /cvs/extras/rpms/oddjob/devel/oddjob.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- oddjob.spec 7 Sep 2006 19:15:28 -0000 1.10 +++ oddjob.spec 11 Dec 2006 03:11:27 -0000 1.11 @@ -2,7 +2,7 @@ Name: oddjob Version: 0.27 -Release: 8 +Release: 9 Source: http://people.redhat.com/nalin/oddjob/oddjob-%{version}-1.tar.gz Summary: A D-BUS service which runs odd jobs on behalf of client applications License: BSD @@ -12,6 +12,7 @@ BuildRequires: pam-devel, python-devel, pkgconfig BuildRequires: cyrus-sasl-devel, krb5-devel, openldap-devel BuildRequires: docbook-dtds, xmlto +BuildRequires: python-devel Requires(post): /sbin/service Requires(post): /sbin/chkconfig Requires(pre): /sbin/chkconfig @@ -144,6 +145,9 @@ %postun libs -p /sbin/ldconfig %changelog +* Sun De 107 2006 Nalin Dahyabhai 0.27-9 +- add BuildRequires: on python-devel + * Thu Sep 7 2006 Nalin Dahyabhai 0.27-8 - rebuild From fedora-extras-commits at redhat.com Mon Dec 11 03:13:01 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Sun, 10 Dec 2006 22:13:01 -0500 Subject: rpms/oddjob/devel oddjob.spec,1.11,1.12 Message-ID: <200612110313.kBB3D17m022923@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/oddjob/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22889 Modified Files: oddjob.spec Log Message: get that date right Index: oddjob.spec =================================================================== RCS file: /cvs/extras/rpms/oddjob/devel/oddjob.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- oddjob.spec 11 Dec 2006 03:11:27 -0000 1.11 +++ oddjob.spec 11 Dec 2006 03:12:31 -0000 1.12 @@ -145,7 +145,7 @@ %postun libs -p /sbin/ldconfig %changelog -* Sun De 107 2006 Nalin Dahyabhai 0.27-9 +* Sun Dec 10 2006 Nalin Dahyabhai 0.27-9 - add BuildRequires: on python-devel * Thu Sep 7 2006 Nalin Dahyabhai 0.27-8 From fedora-extras-commits at redhat.com Mon Dec 11 03:14:17 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sun, 10 Dec 2006 22:14:17 -0500 Subject: rpms/gnomesword/devel gnomesword.spec,1.18,1.19 Message-ID: <200612110314.kBB3EHwf022962@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22935 Modified Files: gnomesword.spec Log Message: * Sun Dec 10 2006 Deji Akingunola - 2.1.10-2 - Clean up spec file Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gnomesword.spec 11 Dec 2006 00:59:15 -0000 1.18 +++ gnomesword.spec 11 Dec 2006 03:13:47 -0000 1.19 @@ -1,6 +1,6 @@ Name: gnomesword Version: 2.1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME-based Bible research tool Group: Applications/Text @@ -35,11 +35,7 @@ %prep %setup -q -%{__sed} -i 's?\r??' doc/help/C/legal.xml -%{__sed} -i 's?\r??' doc/help/fr/legal.xml - %build -export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic" %configure #make %{?_smp_mflags} : // Doesn't seem to work on i386 make @@ -60,10 +56,7 @@ # package docs with macro rm -rf %buildroot%_datadir/doc/%{name} -%find_lang %{name} --with-gnome -echo "%dir %_datadir/omf/gnomesword" >> gnomesword.lang -echo "%_datadir/omf/gnomesword/gnomesword-manual-C.omf" >> gnomesword.lang -echo "%lang(fr) %_datadir/omf/gnomesword/gnomesword-manual-fr.omf" >> gnomesword.lang +%find_lang %{name} %clean rm -rf %buildroot @@ -79,9 +72,12 @@ %_datadir/gnomesword %_datadir/pixmaps/gnomesword %_datadir/applications/fedora-gnomesword.desktop - +%_datadir/gnome/help/gnomesword/ %changelog +* Sun Dec 10 2006 Deji Akingunola - 2.1.10-2 +- Clean up spec file + * Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 - New release From fedora-extras-commits at redhat.com Mon Dec 11 03:16:02 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:16:02 -0500 Subject: rpms/cogito/devel .cvsignore, 1.12, 1.13 cogito.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612110316.kBB3G2s7023037@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23016 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:19:04 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:15:32 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/cogito.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cogito.spec 10 Oct 2006 06:32:02 -0000 1.17 +++ cogito.spec 11 Dec 2006 03:15:32 -0000 1.18 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:19:04 -0000 1.12 +++ sources 11 Dec 2006 03:15:32 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:17:49 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:17:49 -0500 Subject: rpms/cogito/FC-3 .cvsignore, 1.12, 1.13 cogito.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612110317.kBB3HnWN023117@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23096 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:24:21 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:17:19 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/cogito.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cogito.spec 10 Oct 2006 06:24:21 -0000 1.14 +++ cogito.spec 11 Dec 2006 03:17:19 -0000 1.15 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:24:21 -0000 1.12 +++ sources 11 Dec 2006 03:17:19 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:18:56 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:18:56 -0500 Subject: rpms/cogito/FC-4 .cvsignore, 1.12, 1.13 cogito.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612110318.kBB3Iun9023193@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23174 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:22:53 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:18:26 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/cogito.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cogito.spec 10 Oct 2006 06:22:53 -0000 1.14 +++ cogito.spec 11 Dec 2006 03:18:26 -0000 1.15 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:22:53 -0000 1.12 +++ sources 11 Dec 2006 03:18:26 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:20:01 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:20:01 -0500 Subject: rpms/cogito/FC-5 .cvsignore, 1.12, 1.13 cogito.spec, 1.15, 1.16 sources, 1.12, 1.13 Message-ID: <200612110320.kBB3K16a023299@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23251 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:21:47 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:19:31 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/cogito.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cogito.spec 10 Oct 2006 06:21:47 -0000 1.15 +++ cogito.spec 11 Dec 2006 03:19:31 -0000 1.16 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:21:47 -0000 1.12 +++ sources 11 Dec 2006 03:19:31 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:20:08 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Sun, 10 Dec 2006 22:20:08 -0500 Subject: rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.4, 1.5 Message-ID: <200612110320.kBB3K8tT023336@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23273 Modified Files: evolution-remove-duplicates.spec Log Message: Remove unnecessary BR Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- evolution-remove-duplicates.spec 11 Dec 2006 00:56:35 -0000 1.4 +++ evolution-remove-duplicates.spec 11 Dec 2006 03:19:38 -0000 1.5 @@ -14,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel -BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -58,6 +57,7 @@ %changelog * Sun Dec 10 2006 Michel Salim - 0.0.2-6 - Adjust file listing for new Evolution +- Remove unnecessary BR on libgnomeui-devel - Add explicit Requires: on evolution * Sun Dec 10 2006 Michel Salim - 0.0.2-5 From fedora-extras-commits at redhat.com Mon Dec 11 03:21:13 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Sun, 10 Dec 2006 22:21:13 -0500 Subject: rpms/cogito/FC-6 .cvsignore, 1.12, 1.13 cogito.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200612110321.kBB3LDN2023450@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23423 Modified Files: .cvsignore cogito.spec sources Log Message: Update to cogito-0.18.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Oct 2006 06:19:04 -0000 1.12 +++ .cvsignore 11 Dec 2006 03:20:43 -0000 1.13 @@ -1 +1 @@ -cogito-0.18.tar.gz +cogito-0.18.2.tar.gz Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/cogito.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cogito.spec 10 Oct 2006 06:32:02 -0000 1.17 +++ cogito.spec 11 Dec 2006 03:20:43 -0000 1.18 @@ -1,5 +1,5 @@ Name: cogito -Version: 0.18 +Version: 0.18.2 Release: 1%{?dist} Summary: The Cogito Version Control System License: GPL @@ -44,6 +44,9 @@ %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-1 +- 0.18-2 + * Mon Oct 9 2006 Chris Wright 0.18-1 - 0.18 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Oct 2006 06:19:04 -0000 1.12 +++ sources 11 Dec 2006 03:20:43 -0000 1.13 @@ -1 +1 @@ -d4c05b40b88265b0c5d0708ed2338787 cogito-0.18.tar.gz +927f2546ba68f1cff6ca566f4870ea79 cogito-0.18.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 03:31:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sun, 10 Dec 2006 22:31:19 -0500 Subject: rpms/gnomesword/devel gnomesword.spec,1.19,1.20 Message-ID: <200612110331.kBB3VJnu023566@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23538 Modified Files: gnomesword.spec Log Message: * Sun Dec 10 2006 Deji Akingunola - 2.1.10-3 - Add gnome-doc-utils to BR Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gnomesword.spec 11 Dec 2006 03:13:47 -0000 1.19 +++ gnomesword.spec 11 Dec 2006 03:30:49 -0000 1.20 @@ -1,6 +1,6 @@ Name: gnomesword Version: 2.1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNOME-based Bible research tool Group: Applications/Text @@ -13,7 +13,7 @@ BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: gnome-spell +BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel BuildRequires: libgnomeui-devel @@ -75,11 +75,14 @@ %_datadir/gnome/help/gnomesword/ %changelog +* Sun Dec 10 2006 Deji Akingunola - 2.1.10-3 +- Add gnome-doc-utils to BR + * Sun Dec 10 2006 Deji Akingunola - 2.1.10-2 - Clean up spec file * Sun Dec 10 2006 Deji Akingunola - 2.1.10-1 -- New release +- New Release * Mon Nov 13 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) From fedora-extras-commits at redhat.com Mon Dec 11 05:58:07 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 00:58:07 -0500 Subject: rpms/cogito/devel cogito.spec,1.18,1.19 Message-ID: <200612110558.kBB5w71J008340@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8249 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/devel/cogito.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- cogito.spec 11 Dec 2006 03:15:32 -0000 1.18 +++ cogito.spec 11 Dec 2006 05:57:37 -0000 1.19 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:01:59 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:01:59 -0500 Subject: rpms/cogito/FC-3 cogito.spec,1.15,1.16 Message-ID: <200612110601.kBB61xWN012052@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11964 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-3/cogito.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cogito.spec 11 Dec 2006 03:17:19 -0000 1.15 +++ cogito.spec 11 Dec 2006 06:01:29 -0000 1.16 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:03:34 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:03:34 -0500 Subject: rpms/cogito/FC-4 cogito.spec,1.15,1.16 Message-ID: <200612110603.kBB63YE7012328@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12244 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-4/cogito.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cogito.spec 11 Dec 2006 03:18:26 -0000 1.15 +++ cogito.spec 11 Dec 2006 06:03:04 -0000 1.16 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:04:31 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:04:31 -0500 Subject: rpms/cogito/FC-5 cogito.spec,1.16,1.17 Message-ID: <200612110604.kBB64VT8012527@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12439 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-5/cogito.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cogito.spec 11 Dec 2006 03:19:31 -0000 1.16 +++ cogito.spec 11 Dec 2006 06:04:01 -0000 1.17 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 06:08:00 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 01:08:00 -0500 Subject: rpms/cogito/FC-6 cogito.spec,1.18,1.19 Message-ID: <200612110608.kBB680Md013090@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/cogito/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13008 Modified Files: cogito.spec Log Message: no need to install manpages executable Index: cogito.spec =================================================================== RCS file: /cvs/extras/rpms/cogito/FC-6/cogito.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- cogito.spec 11 Dec 2006 03:20:43 -0000 1.18 +++ cogito.spec 11 Dec 2006 06:07:30 -0000 1.19 @@ -1,6 +1,6 @@ Name: cogito Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Cogito Version Control System License: GPL Group: Development/Tools @@ -40,10 +40,13 @@ %{_libdir}/cogito/* %dir %{_datadir}/cogito %{_datadir}/cogito/* -%{_mandir}/man*/* +%attr(0644,root,root) %{_mandir}/man*/* %doc README COPYING Documentation/tutorial-script %changelog +* Sun Dec 10 2006 Chris Wright 0.18.2-2 +- no need to install manpages exectuable + * Sun Dec 10 2006 Chris Wright 0.18.2-1 - 0.18-2 From fedora-extras-commits at redhat.com Mon Dec 11 07:05:48 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 02:05:48 -0500 Subject: fedora-security/audit fc5,1.412,1.413 fc6,1.164,1.165 Message-ID: <200612110705.kBB75mFS021272@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21255/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6332 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.412 retrieving revision 1.413 diff -u -r1.412 -r1.413 --- fc5 9 Dec 2006 21:00:57 -0000 1.412 +++ fc5 11 Dec 2006 07:05:47 -0000 1.413 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp CVE-2006-6303 ** ruby CVE-2006-6297 ** kde Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- fc6 9 Dec 2006 21:00:57 -0000 1.164 +++ fc6 11 Dec 2006 07:05:47 -0000 1.165 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6333 ignore (kernel, 2.6.19 only) +CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp CVE-2006-6303 ** ruby CVE-2006-6297 ** kde From fedora-extras-commits at redhat.com Mon Dec 11 07:07:57 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 02:07:57 -0500 Subject: fedora-security/audit fc5,1.413,1.414 fc6,1.165,1.166 Message-ID: <200612110707.kBB77v4v021307@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21288/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6385 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.413 retrieving revision 1.414 diff -u -r1.413 -r1.414 --- fc5 11 Dec 2006 07:05:47 -0000 1.413 +++ fc5 11 Dec 2006 07:07:57 -0000 1.414 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6385 ignore (kernel) windows only CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- fc6 11 Dec 2006 07:05:47 -0000 1.165 +++ fc6 11 Dec 2006 07:07:57 -0000 1.166 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6385 ignore (kernel) windows only CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp From fedora-extras-commits at redhat.com Mon Dec 11 07:37:23 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 02:37:23 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.27,1.28 Message-ID: <200612110737.kBB7bNBX021513@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21496 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-5 - rebuild for new python Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sabayon.spec 4 Oct 2006 22:54:22 -0000 1.27 +++ sabayon.spec 11 Dec 2006 07:36:53 -0000 1.28 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -258,6 +258,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-5 +- rebuild for new python + * Thu Oct 05 2006 Christian Iseli 2.12.4-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 11 08:04:18 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 03:04:18 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.28,1.29 Message-ID: <200612110804.kBB84IxQ024859@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24844 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-6 - Add aclocal call to build with automake 1.10 Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sabayon.spec 11 Dec 2006 07:36:53 -0000 1.28 +++ sabayon.spec 11 Dec 2006 08:03:48 -0000 1.29 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -87,7 +87,11 @@ %patch2 -p0 -b .libdir %build + +sed -i s/GNOME_COMPILE_WARNINGS.*// configure.ac + # Needed for patch 2 (libdir fix) +aclocal automake autoconf @@ -258,6 +262,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-6 +- Add aclocal call to build with automake 1.10 + * Mon Dec 11 2006 Alexander Larsson - 2.12.4-5 - rebuild for new python From fedora-extras-commits at redhat.com Mon Dec 11 08:53:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 03:53:15 -0500 Subject: rpms/opencv/devel opencv.spec,1.11,1.12 Message-ID: <200612110853.kBB8rFZs025172@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25157 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- opencv.spec 4 Oct 2006 22:34:05 -0000 1.11 +++ opencv.spec 11 Dec 2006 08:52:45 -0000 1.12 @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,8 +130,11 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 +- Remove python-abi. + * Thu Oct 05 2006 Christian Iseli 0.9.9-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Thu Sep 21 2006 Ralf Cors??pius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS. From fedora-extras-commits at redhat.com Mon Dec 11 08:54:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 03:54:33 -0500 Subject: rpms/opencv/FC-6 opencv.spec,1.11,1.12 Message-ID: <200612110854.kBB8sXwD025233@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25218 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/FC-6/opencv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- opencv.spec 4 Oct 2006 22:34:05 -0000 1.11 +++ opencv.spec 11 Dec 2006 08:54:03 -0000 1.12 @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,8 +130,11 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 +- Remove python-abi. + * Thu Oct 05 2006 Christian Iseli 0.9.9-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Thu Sep 21 2006 Ralf Cors??pius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS. From fedora-extras-commits at redhat.com Mon Dec 11 08:56:01 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 03:56:01 -0500 Subject: rpms/opencv/FC-5 opencv.spec,1.6,1.7 Message-ID: <200612110856.kBB8u1l4025305@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25279 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/FC-5/opencv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- opencv.spec 22 Sep 2006 02:11:31 -0000 1.6 +++ opencv.spec 11 Dec 2006 08:55:31 -0000 1.7 @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,6 +130,12 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 +- Remove python-abi. + +* Thu Oct 05 2006 Christian Iseli 0.9.9-3 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + * Thu Sep 21 2006 Ralf Cors??pius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS. - Activate testsuite. From fedora-extras-commits at redhat.com Mon Dec 11 09:01:45 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:01:45 -0500 Subject: rpms/git/FC-3 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.23, 1.24 Message-ID: <200612110901.kBB91jb4028475@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28454 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-3/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 10 Dec 2006 22:35:27 -0000 1.23 +++ git.spec 11 Dec 2006 09:01:15 -0000 1.24 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:02:58 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:02:58 -0500 Subject: rpms/git/FC-4 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.23, 1.24 Message-ID: <200612110902.kBB92wd4028701@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28678 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-4/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 10 Dec 2006 22:36:16 -0000 1.23 +++ git.spec 11 Dec 2006 09:02:28 -0000 1.24 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:04:10 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:04:10 -0500 Subject: rpms/git/FC-5 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.23, 1.24 Message-ID: <200612110904.kBB94ANx028780@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28757 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-5/git.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- git.spec 10 Dec 2006 22:37:05 -0000 1.23 +++ git.spec 11 Dec 2006 09:03:40 -0000 1.24 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:05:20 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:05:20 -0500 Subject: rpms/git/FC-6 cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.24, 1.25 Message-ID: <200612110905.kBB95Kh2029218@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28842 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/FC-6/git.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- git.spec 10 Dec 2006 22:37:54 -0000 1.24 +++ git.spec 11 Dec 2006 09:04:50 -0000 1.25 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,9 +159,16 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 +* Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 +- rebuild against the new curl + * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 From fedora-extras-commits at redhat.com Mon Dec 11 09:06:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Mon, 11 Dec 2006 04:06:53 -0500 Subject: rpms/gjots2/devel gjots2.spec,1.3,1.4 Message-ID: <200612110906.kBB96rxj029313@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/gjots2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29274 Modified Files: gjots2.spec Log Message: - rebuilt against new python Index: gjots2.spec =================================================================== RCS file: /cvs/extras/rpms/gjots2/devel/gjots2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gjots2.spec 7 Sep 2006 11:44:34 -0000 1.3 +++ gjots2.spec 11 Dec 2006 09:06:23 -0000 1.4 @@ -19,7 +19,7 @@ # MA 02111-1307, USA. %define ver 2.3.4 -%define rel 6 +%define rel 7 Summary: A note jotter - Organise your ideas, notes, facts in a hierarchy Name: gjots2 @@ -131,6 +131,9 @@ %{_mandir}/man1/docbook2gjots* %changelog +* Mon Dec 11 2006 Radek Vokal 2.3.4-7 +- rebuilt against new python + * Thu Sep 7 2006 Radek Vokal 2.3.4-6 - don't ghost pyo files (#205377) From fedora-extras-commits at redhat.com Mon Dec 11 09:07:02 2006 From: fedora-extras-commits at redhat.com (Chris Wright (chrisw)) Date: Mon, 11 Dec 2006 04:07:02 -0500 Subject: rpms/git/devel cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch, NONE, 1.1 git-install-non-executable-doc-files.patch, NONE, 1.1 git.spec, 1.25, 1.26 Message-ID: <200612110907.kBB97278029316@cvs-int.fedora.redhat.com> Author: chrisw Update of /cvs/extras/rpms/git/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29292 Modified Files: git.spec Added Files: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch git-install-non-executable-doc-files.patch Log Message: couple minor git fixes cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch: --- NEW FILE cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch --- >From 4f88d3e0cbf443cd309c2c881209f3366f14023d Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Thu, 7 Dec 2006 16:38:50 +1300 Subject: [PATCH] cvsserver: Avoid miscounting bytes in Perl v5.8.x At some point between v5.6 and 5.8 Perl started to assume its input, output and filehandles are UTF-8. This breaks the counting of bytes for the CVS protocol, resulting in the client expecting less data than we actually send, and storing truncated files. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano Signed-off-by: Chris Wright --- git-cvsserver.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index ca519b7..197014d 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -17,6 +17,7 @@ use strict; use warnings; +use bytes; use Fcntl; use File::Temp qw/tempdir tempfile/; -- 1.4.4.2 git-install-non-executable-doc-files.patch: --- NEW FILE git-install-non-executable-doc-files.patch --- No need to install documentation files as executable. Signed-off-by: Chris Wright --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index c00f5f6..d68bc4a 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -56,8 +56,8 @@ man7: $(DOC_MAN7) install: man $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) - $(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) # Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- git.spec 10 Dec 2006 22:33:20 -0000 1.25 +++ git.spec 11 Dec 2006 09:06:32 -0000 1.26 @@ -1,12 +1,14 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 1.4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz +Patch0: git-install-non-executable-doc-files.patch +Patch1: cvsserver-Avoid-miscounting-bytes-in-Perl-v5.8.x.patch BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git @@ -82,6 +84,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ @@ -155,6 +159,10 @@ %{!?_without_docs: %doc Documentation/*.html } %changelog +* Sun Dec 10 2006 Chris Wright 1.4.4.2-2 +- no need to install manpages executable (bz 216790) +- use bytes for git-cvsserver + * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 From fedora-extras-commits at redhat.com Mon Dec 11 09:37:26 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 04:37:26 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.29,1.30 Message-ID: <200612110937.kBB9bQqQ029579@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29564 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-7 - Also add libtool buildreq Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sabayon.spec 11 Dec 2006 08:03:48 -0000 1.29 +++ sabayon.spec 11 Dec 2006 09:36:55 -0000 1.30 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -49,6 +49,7 @@ BuildRequires: xorg-x11-xinit # Needed for patch 2 (libdir fix) +BuildRequires: libtool BuildRequires: automake BuildRequires: autoconf @@ -92,7 +93,8 @@ # Needed for patch 2 (libdir fix) aclocal -automake +libtoolize --force +automake --add-missing autoconf %configure \ @@ -262,6 +264,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-7 +- Also add libtool buildreq + * Mon Dec 11 2006 Alexander Larsson - 2.12.4-6 - Add aclocal call to build with automake 1.10 From fedora-extras-commits at redhat.com Mon Dec 11 09:45:40 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Mon, 11 Dec 2006 04:45:40 -0500 Subject: status-report-scripts parseBZbugList,1.59,1.60 Message-ID: <200612110945.kBB9jeSK029680@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29665 Modified Files: parseBZbugList Log Message: FE-APPROVE -> FE-ACCEPT. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- parseBZbugList 6 Dec 2006 01:32:05 -0000 1.59 +++ parseBZbugList 11 Dec 2006 09:45:40 -0000 1.60 @@ -542,7 +542,7 @@ if ($COUNT_LIST{"openInOwners"} > 0) { print "\n\n=== Packages that have not yet completed review ===\n"; print "\nWe have $COUNT_LIST{'openInOwners'} packages ", - "which have not yet been FE-APPROVE'd...\n"; + "which have not yet been FE-ACCEPT'd...\n"; &displayBLWiki($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR, 5); &displayBLWiki($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN, 5); } @@ -713,7 +713,7 @@ } if ($COUNT_LIST{"openInOwners"} > 0) { print STDERR " - $COUNT_LIST{'openInOwners'} packages ", - "which have not yet been FE-APPROVE'd...\n"; + "which have not yet been FE-ACCEPT'd...\n"; &displayBL($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR, 5); &displayBL($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN, 5); } From fedora-extras-commits at redhat.com Mon Dec 11 10:04:13 2006 From: fedora-extras-commits at redhat.com (Alexander Larsson (alexl)) Date: Mon, 11 Dec 2006 05:04:13 -0500 Subject: rpms/sabayon/devel sabayon.spec,1.30,1.31 Message-ID: <200612111004.kBBA4DQX000363@cvs-int.fedora.redhat.com> Author: alexl Update of /cvs/extras/rpms/sabayon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv348 Modified Files: sabayon.spec Log Message: * Mon Dec 11 2006 Alexander Larsson - 2.12.4-8 - Add intltool buildreq Index: sabayon.spec =================================================================== RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sabayon.spec 11 Dec 2006 09:36:55 -0000 1.30 +++ sabayon.spec 11 Dec 2006 10:03:43 -0000 1.31 @@ -8,7 +8,7 @@ Name: sabayon Version: 2.12.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tool to maintain user profiles in a GNOME desktop Group: Applications/System @@ -49,6 +49,7 @@ BuildRequires: xorg-x11-xinit # Needed for patch 2 (libdir fix) +BuildRequires: intltool BuildRequires: libtool BuildRequires: automake BuildRequires: autoconf @@ -264,6 +265,9 @@ %ghost %{python_sitearch}/%{name}/lockdown/*.pyo %changelog +* Mon Dec 11 2006 Alexander Larsson - 2.12.4-8 +- Add intltool buildreq + * Mon Dec 11 2006 Alexander Larsson - 2.12.4-7 - Also add libtool buildreq From fedora-extras-commits at redhat.com Mon Dec 11 10:36:00 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 05:36:00 -0500 Subject: rpms/proftpd/devel proftpd.spec,1.25,1.26 Message-ID: <200612111036.kBBAa0aX000592@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv575 Modified Files: proftpd.spec Log Message: Rebuild against new PostgreSQL. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- proftpd.spec 27 Nov 2006 17:53:07 -0000 1.25 +++ proftpd.spec 11 Dec 2006 10:35:30 -0000 1.26 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0a -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -190,6 +190,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 1.3.0a-2 +- Rebuild against new PostgreSQL. + * Mon Nov 27 2006 Matthias Saou 1.3.0a-1 - Update to 1.3.0a, which actually fixes CVE-2006-5815... yes, #214820!). From fedora-extras-commits at redhat.com Mon Dec 11 10:48:36 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 05:48:36 -0500 Subject: rpms/gnome-python2-gda/devel gnome-python2-gda.spec,1.1,1.2 Message-ID: <200612111048.kBBAma1T000737@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-python2-gda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv720 Modified Files: gnome-python2-gda.spec Log Message: Rebuild for python 2.5 Index: gnome-python2-gda.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-python2-gda/devel/gnome-python2-gda.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-python2-gda.spec 2 Oct 2006 06:59:01 -0000 1.1 +++ gnome-python2-gda.spec 11 Dec 2006 10:48:06 -0000 1.2 @@ -8,7 +8,7 @@ Summary: PyGNOME Python extension module for interacting with gda Name: gnome-python2-gda Version: 2.14.2 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Languages URL: http://developer.gnome.org @@ -88,6 +88,9 @@ %changelog +* Fri Dec 8 2006 Denis Leroy - 2.14.2-3 +- Rebuild for python 2.5 + * Mon Oct 2 2006 Denis Leroy - 2.14.2-2 - Split for devel package From fedora-extras-commits at redhat.com Mon Dec 11 10:52:07 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 11 Dec 2006 05:52:07 -0500 Subject: comps comps-fe5.xml.in, 1.211, 1.212 comps-fe6.xml.in, 1.241, 1.242 comps-fe7.xml.in, 1.47, 1.48 Message-ID: <200612111052.kBBAq7PS000807@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv786 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: Add alphabet-soup Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.211 retrieving revision 1.212 diff -u -r1.211 -r1.212 --- comps-fe5.xml.in 7 Dec 2006 16:11:20 -0000 1.211 +++ comps-fe5.xml.in 11 Dec 2006 10:51:37 -0000 1.212 @@ -312,6 +312,7 @@ abe abuse alex4 + alphabet-soup arrows atomix atomorun Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.241 retrieving revision 1.242 diff -u -r1.241 -r1.242 --- comps-fe6.xml.in 7 Dec 2006 23:09:32 -0000 1.241 +++ comps-fe6.xml.in 11 Dec 2006 10:51:37 -0000 1.242 @@ -364,6 +364,7 @@ abe abuse alex4 + alphabet-soup arrows atomix atomorun Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- comps-fe7.xml.in 10 Dec 2006 18:21:04 -0000 1.47 +++ comps-fe7.xml.in 11 Dec 2006 10:51:37 -0000 1.48 @@ -364,6 +364,7 @@ abe abuse alex4 + alphabet-soup arrows atomix atomorun From fedora-extras-commits at redhat.com Mon Dec 11 11:06:18 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 06:06:18 -0500 Subject: rpms/epydoc/devel epydoc.spec,1.7,1.8 Message-ID: <200612111106.kBBB6IbF003970@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3951 Modified Files: epydoc.spec Log Message: Rebuild against python 2.5. Index: epydoc.spec =================================================================== RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- epydoc.spec 6 Sep 2006 13:31:59 -0000 1.7 +++ epydoc.spec 11 Dec 2006 11:05:48 -0000 1.8 @@ -3,7 +3,7 @@ Summary: Automatic API documentation generation tool for Python Name: epydoc Version: 2.1 -Release: 6%{?dist} +Release: 7%{?dist} Group: Development/Tools License: MIT URL: http://epydoc.sourceforge.net/ @@ -65,6 +65,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 2.1-7 +- Rebuild against python 2.5. + * Wed Sep 6 2006 Matthias Saou 2.1-6 - No longer ghost the .pyo files, as per new python guidelines (#205374). From fedora-extras-commits at redhat.com Mon Dec 11 11:09:58 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 06:09:58 -0500 Subject: rpms/metakit/devel metakit.spec,1.14,1.15 Message-ID: <200612111109.kBBB9wbk004050@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/metakit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4031 Modified Files: metakit.spec Log Message: Rebuild against python 2.5. Index: metakit.spec =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- metakit.spec 28 Aug 2006 11:24:28 -0000 1.14 +++ metakit.spec 11 Dec 2006 11:09:28 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Embeddable database Name: metakit Version: 2.4.9.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.equi4.com/metakit/ @@ -81,6 +81,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 2.4.9.5-4 +- Rebuild against python 2.5. + * Mon Aug 28 2006 Matthias Saou 2.4.9.5-3 - FC6 rebuild. - Remove gcc-c++ build requirement, it's a default. From fedora-extras-commits at redhat.com Mon Dec 11 11:11:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 06:11:44 -0500 Subject: rpms/moin/devel moin.spec,1.11,1.12 Message-ID: <200612111111.kBBBBibW004120@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4105 Modified Files: moin.spec Log Message: Rebuild against python 2.5. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- moin.spec 31 Oct 2006 15:11:26 -0000 1.11 +++ moin.spec 11 Dec 2006 11:11:14 -0000 1.12 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin Version: 1.5.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -52,6 +52,9 @@ %changelog +* Mon Dec 11 2006 Matthias Saou 1.5.6-2 +- Rebuild against python 2.5. + * Tue Oct 31 2006 Matthias Saou 1.5.6-1 - Update to 1.5.6. From fedora-extras-commits at redhat.com Mon Dec 11 11:42:38 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 06:42:38 -0500 Subject: rpms/gstreamer-python/devel .cvsignore, 1.6, 1.7 gstreamer-python.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200612111142.kBBBgcMk004357@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gstreamer-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4336 Modified Files: .cvsignore gstreamer-python.spec sources Log Message: Update to 0.10.6, rebuild with python 2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Sep 2006 14:50:22 -0000 1.6 +++ .cvsignore 11 Dec 2006 11:42:08 -0000 1.7 @@ -1 +1 @@ -gst-python-0.10.5.tar.bz2 +gst-python-0.10.6.tar.bz2 Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/gstreamer-python.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gstreamer-python.spec 4 Oct 2006 22:15:17 -0000 1.14 +++ gstreamer-python.spec 11 Dec 2006 11:42:08 -0000 1.15 @@ -2,11 +2,10 @@ %define gstpb_minver 0.10.5 %define pygtk_minver 2.8.0 %define majorminor 0.10 -%define gstreamer gstreamer -Name: %{gstreamer}-python -Version: 0.10.5 -Release: 2%{?dist} +Name: gstreamer-python +Version: 0.10.6 +Release: 1%{?dist} Summary: Python bindings for GStreamer Group: Development/Languages @@ -17,8 +16,8 @@ Requires: python >= 2 Requires: pygtk2 >= %{pygtk_minver} -Requires: %{gstreamer} >= %{gst_minver} -Requires: %{gstreamer}-plugins-base >= %{gstpb_minver} +Requires: gstreamer >= %{gst_minver} +Requires: gstreamer-plugins-base >= %{gstpb_minver} BuildRequires: python >= 2 BuildRequires: python-devel >= 2 @@ -27,11 +26,11 @@ # xwindowlistener needs X11 headers BuildRequires: libX11-devel -BuildRequires: %{gstreamer}-devel >= %{gst_minver} -BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver} +BuildRequires: gstreamer-devel >= %{gst_minver} +BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_minver} # no sense in splitting off a devel package just yet -Provides: %{gstreamer}-python-devel = %{version}-%{release} +Provides: gstreamer-python-devel = %{version}-%{release} %description This module contains a wrapper that allows GStreamer applications @@ -68,8 +67,11 @@ %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Mon Dec 11 2006 Denis Leroy - 0.10.6-1 +- Update to 0.10.6, build with python 2.5 + * Thu Oct 05 2006 Christian Iseli 0.10.5-2 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 26 2006 Denis Leroy - 0.10.5-1 - Update to 0.10.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Sep 2006 14:50:22 -0000 1.6 +++ sources 11 Dec 2006 11:42:08 -0000 1.7 @@ -1 +1 @@ -f5e614356e581c644bb4c79c1de7ed7e gst-python-0.10.5.tar.bz2 +dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 11:47:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 06:47:24 -0500 Subject: rpms/k3d/devel k3d.spec,1.11,1.12 Message-ID: <200612111147.kBBBlOga004442@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4427 Modified Files: k3d.spec Log Message: Rebuild with python 2.5 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- k3d.spec 28 Nov 2006 08:58:57 -0000 1.11 +++ k3d.spec 11 Dec 2006 11:46:53 -0000 1.12 @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -152,6 +152,9 @@ %changelog +* Mon Dec 11 2006 Denis Leroy - 0.6.4.0-2 +- Rebuild with python 2.5 + * Thu Nov 23 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 From fedora-extras-commits at redhat.com Mon Dec 11 13:10:14 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 08:10:14 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.22,1.23 Message-ID: <200612111310.kBBDAE8v011056@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11041 Modified Files: Push.py Log Message: more beautiful and easier to the eyes? Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Push.py 2 Dec 2006 09:08:40 -0000 1.22 +++ Push.py 11 Dec 2006 13:10:14 -0000 1.23 @@ -350,7 +350,7 @@ if len(filedict['srpm']) > 1: mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) ) - buildreportinfo = 'Invalid build results: %s-%s\n' % (name,os.path.basename(pkgrelroot)) + buildreportinfo = '%s-%s : INVALID build results, not published! INV\n' % (name,os.path.basename(pkgrelroot)) if buildreport: rundirfile.write(buildreportinfo) rundirfile.close() @@ -366,19 +366,12 @@ rollback.append(destloc) Utils.install_move(package,destloc) if WhatsNew.get(dist,name): - buildreportinfo = '%s-%s-%s\n' % (n,v,r) + buildreportinfo += '%s-%s-%s\n' % (n,v,r) else: - tmp1 = '%s-%s-%s' % (n,v,r) - tmp1len = len(tmp1) - linelen = 66 - if tmp1len < linelen: - buildreportinfo = tmp1+' '*(linelen-tmp1len) - else: - buildreportinfo = tmp1+' ' - buildreportinfo += 'NEW\n' + buildreportinfo = '%s-%s-%s NEW\n' % (n,v,r) else: # src.rpm published before, exclude entire build job mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) ) - buildreportinfo = '*** Invalid rebuild: %s-%s\n' % (name,os.path.basename(pkgrelroot)) + buildreportinfo = '%s-%s : INVALID rebuild, not published! INV\n' % (name,os.path.basename(pkgrelroot)) if buildreport: rundirfile.write(buildreportinfo) rundirfile.close() @@ -564,9 +557,15 @@ uniqued.sort() body += "\nPackages built and released for %s %s: %s \n\n" % (cfg.project_hr, dist, len(uniqued)) - for pkg in uniqued: - add = ' %s\n' % (pkg) - body += add + for p in uniqued: + if p.endswith(' NEW'): + p = p[:-4] + p = 'NEW '+p + elif p.endswith(' INV'): + p = '(!) '+p[:-4] + else: + p = ' '+p + body += p+'\n' body += '\n' if not body: From fedora-extras-commits at redhat.com Mon Dec 11 13:14:41 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 08:14:41 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.23,1.24 Message-ID: <200612111314.kBBDEf3u011092@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11077 Modified Files: Push.py Log Message: the + is wrong here From fedora-extras-commits at redhat.com Mon Dec 11 13:47:01 2006 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 11 Dec 2006 08:47:01 -0500 Subject: rpms/openoffice.org-dict-cs_CZ/devel openoffice.org-dict-cs_CZ.spec, 1.3, 1.4 Message-ID: <200612111347.kBBDl1K7011261@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/rpms/openoffice.org-dict-cs_CZ/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11246 Modified Files: openoffice.org-dict-cs_CZ.spec Log Message: * Mon Dec 11 2006 Tomas Mraz - 20060303-3 - package must be arch-specific now because ooo is now 64bit on x86_64 as well (#219100) Index: openoffice.org-dict-cs_CZ.spec =================================================================== RCS file: /cvs/extras/rpms/openoffice.org-dict-cs_CZ/devel/openoffice.org-dict-cs_CZ.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openoffice.org-dict-cs_CZ.spec 7 Sep 2006 18:48:00 -0000 1.3 +++ openoffice.org-dict-cs_CZ.spec 11 Dec 2006 13:46:31 -0000 1.4 @@ -1,13 +1,12 @@ Name: openoffice.org-dict-cs_CZ Version: 20060303 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Czech spellchecker and hyphenation dictionaries for OpenOffice.org License: GPL Group: Applications/Productivity URL: ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/Czech/spell_checking/ Source0: openoffice.org-dict-cs_CZ.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch Requires: openoffice.org-core %define instdir %{_libdir}/openoffice.org2.0 @@ -43,6 +42,10 @@ echo 'DICT cs CZ cs_CZ' >> %{instdir}/share/dict/ooo/dictionary.lst %changelog +* Mon Dec 11 2006 Tomas Mraz - 20060303-3 +- package must be arch-specific now because ooo is now 64bit on x86_64 as + well (#219100) + * Thu Sep 7 2006 Tomas Mraz - 20060303-2 - rebuilt for FC6 From fedora-extras-commits at redhat.com Mon Dec 11 14:00:03 2006 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 11 Dec 2006 09:00:03 -0500 Subject: rpms/openoffice.org-dict-cs_CZ/FC-6 openoffice.org-dict-cs_CZ.spec, 1.3, 1.4 Message-ID: <200612111400.kBBE03iA011368@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/rpms/openoffice.org-dict-cs_CZ/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11350 Modified Files: openoffice.org-dict-cs_CZ.spec Log Message: * Mon Dec 11 2006 Tomas Mraz - 20060303-3 - package must be arch-specific now because ooo is now 64bit on x86_64 as well (#219100) Index: openoffice.org-dict-cs_CZ.spec =================================================================== RCS file: /cvs/extras/rpms/openoffice.org-dict-cs_CZ/FC-6/openoffice.org-dict-cs_CZ.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openoffice.org-dict-cs_CZ.spec 7 Sep 2006 18:48:00 -0000 1.3 +++ openoffice.org-dict-cs_CZ.spec 11 Dec 2006 13:59:33 -0000 1.4 @@ -1,13 +1,12 @@ Name: openoffice.org-dict-cs_CZ Version: 20060303 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Czech spellchecker and hyphenation dictionaries for OpenOffice.org License: GPL Group: Applications/Productivity URL: ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/Czech/spell_checking/ Source0: openoffice.org-dict-cs_CZ.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch Requires: openoffice.org-core %define instdir %{_libdir}/openoffice.org2.0 @@ -43,6 +42,10 @@ echo 'DICT cs CZ cs_CZ' >> %{instdir}/share/dict/ooo/dictionary.lst %changelog +* Mon Dec 11 2006 Tomas Mraz - 20060303-3 +- package must be arch-specific now because ooo is now 64bit on x86_64 as + well (#219100) + * Thu Sep 7 2006 Tomas Mraz - 20060303-2 - rebuilt for FC6 From fedora-extras-commits at redhat.com Mon Dec 11 14:07:53 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 09:07:53 -0500 Subject: rpms/koffice/devel koffice.spec,1.47,1.48 Message-ID: <200612111407.kBBE7r6p014540@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14525 Modified Files: koffice.spec Log Message: * Sun Dec 10 2006 Rex Dieter 1.6.2-3 - -devel %files: +%exclude %_libdir/libkdeinit_*.so Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- koffice.spec 9 Dec 2006 17:37:24 -0000 1.47 +++ koffice.spec 11 Dec 2006 14:07:23 -0000 1.48 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -411,6 +411,7 @@ %{_includedir}/* %{_datadir}/doc/HTML/en/koffice-apidocs/ %{_libdir}/lib*.so +%exclude %{_libdir}/libkdeinit_*.so %files kword %defattr(-,root,root,-) @@ -659,6 +660,10 @@ %changelog +* Sun Dec 10 2006 Rex Dieter +1.6.2-3 +- -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so + * Sat Dec 09 2006 Rex Dieter 1.6.2-2 - BR: poppler-qt-devel (#158941,#212145) From fedora-extras-commits at redhat.com Mon Dec 11 14:10:01 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 09:10:01 -0500 Subject: rpms/epydoc/devel epydoc.spec,1.8,1.9 Message-ID: <200612111410.kBBEA1MH014636@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14618 Modified Files: epydoc.spec Log Message: Fixes to build on FC dev and cleanups. Index: epydoc.spec =================================================================== RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- epydoc.spec 11 Dec 2006 11:05:48 -0000 1.8 +++ epydoc.spec 11 Dec 2006 14:09:31 -0000 1.9 @@ -10,9 +10,8 @@ Source0: http://dl.sf.net/epydoc/epydoc-%{version}.tar.gz Source1: epydocgui.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: tkinter -BuildRequires: python, desktop-file-utils +BuildRequires: python-devel, desktop-file-utils BuildArch: noarch %description @@ -67,6 +66,8 @@ %changelog * Mon Dec 11 2006 Matthias Saou 2.1-7 - Rebuild against python 2.5. +- Remove no longer needed explicit python-abi requirement. +- Change python build requirement to python-devel, as it's needed now. * Wed Sep 6 2006 Matthias Saou 2.1-6 - No longer ghost the .pyo files, as per new python guidelines (#205374). From fedora-extras-commits at redhat.com Mon Dec 11 14:12:45 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 09:12:45 -0500 Subject: rpms/moin/devel moin.spec,1.12,1.13 Message-ID: <200612111412.kBBECjhs014734@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14696 Modified Files: moin.spec Log Message: Change python-devel build requirement to actually build. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- moin.spec 11 Dec 2006 11:11:14 -0000 1.12 +++ moin.spec 11 Dec 2006 14:12:15 -0000 1.13 @@ -10,7 +10,7 @@ Patch0: moin-1.5.2-config.patch Patch1: moin-1.3.5-xml_newline.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python, dos2unix +BuildRequires: python-devel, dos2unix BuildArch: noarch %description @@ -54,6 +54,7 @@ %changelog * Mon Dec 11 2006 Matthias Saou 1.5.6-2 - Rebuild against python 2.5. +- Change python build requirement to python-devel, as it's needed now. * Tue Oct 31 2006 Matthias Saou 1.5.6-1 - Update to 1.5.6. From fedora-extras-commits at redhat.com Mon Dec 11 14:21:32 2006 From: fedora-extras-commits at redhat.com (Mike Bonnet (mikeb)) Date: Mon, 11 Dec 2006 09:21:32 -0500 Subject: rpms/python-cheetah/devel python-cheetah.spec,1.5,1.6 Message-ID: <200612111421.kBBELWO7014886@cvs-int.fedora.redhat.com> Author: mikeb Update of /cvs/extras/rpms/python-cheetah/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14871 Modified Files: python-cheetah.spec Log Message: rebuild for python 2.5 Index: python-cheetah.spec =================================================================== RCS file: /cvs/extras/rpms/python-cheetah/devel/python-cheetah.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-cheetah.spec 11 Sep 2006 14:15:03 -0000 1.5 +++ python-cheetah.spec 11 Dec 2006 14:21:02 -0000 1.6 @@ -2,7 +2,7 @@ Name: python-cheetah Version: 2.0 -Release: 0.2.rc7%{?dist} +Release: 0.3.rc7%{?dist} Summary: Template engine and code-generator Group: Development/Libraries @@ -14,8 +14,6 @@ BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") - %description Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other @@ -32,7 +30,7 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --root %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} %check export PATH="%{buildroot}/%{_bindir}:$PATH" @@ -88,6 +86,10 @@ %{python_sitelib}/Cheetah/Utils/optik/*.pyo %changelog +* Sun Dec 10 2006 Mike Bonnet - 2.0-0.3.rc7 +- rebuild against python 2.5 +- remove obsolete python-abi Requires: + * Mon Sep 11 2006 Mike Bonnet - 2.0-0.2.rc7 - un-%%ghost .pyo files From fedora-extras-commits at redhat.com Mon Dec 11 14:30:46 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 09:30:46 -0500 Subject: fedora-security/audit fc5,1.414,1.415 fc6,1.166,1.167 Message-ID: <200612111430.kBBEUkel015005@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14986/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6304 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.414 retrieving revision 1.415 diff -u -r1.414 -r1.415 --- fc5 11 Dec 2006 07:07:57 -0000 1.414 +++ fc5 11 Dec 2006 14:30:46 -0000 1.415 @@ -7,6 +7,7 @@ CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp +CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- fc6 11 Dec 2006 07:07:57 -0000 1.166 +++ fc6 11 Dec 2006 14:30:46 -0000 1.167 @@ -7,6 +7,7 @@ CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp +CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] From fedora-extras-commits at redhat.com Mon Dec 11 15:24:56 2006 From: fedora-extras-commits at redhat.com (Mike Bonnet (mikeb)) Date: Mon, 11 Dec 2006 10:24:56 -0500 Subject: rpms/python-krbV/devel python-krbV.spec,1.5,1.6 Message-ID: <200612111524.kBBFOuPl018480@cvs-int.fedora.redhat.com> Author: mikeb Update of /cvs/extras/rpms/python-krbV/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18399 Modified Files: python-krbV.spec Log Message: rebuild for python 2.5 Index: python-krbV.spec =================================================================== RCS file: /cvs/extras/rpms/python-krbV/devel/python-krbV.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-krbV.spec 13 Sep 2006 22:20:26 -0000 1.5 +++ python-krbV.spec 11 Dec 2006 15:24:26 -0000 1.6 @@ -2,7 +2,7 @@ Name: python-krbV Version: 1.0.13 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python extension module for Kerberos 5 Group: Development/Languages @@ -17,8 +17,6 @@ BuildRequires: krb5-devel >= 1.2.2 BuildRequires: /bin/awk -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") - %description python-krbV allows python programs to use Kerberos 5 authentication/security. @@ -45,6 +43,10 @@ %{python_sitelib}/krbVmodule.so %changelog +* Mon Dec 11 2006 Mike Bonnet - 1.0.13-5 +- rebuild for python 2.5 +- remove obsolete python-abi Requires: + * Wed Sep 13 2006 Mike Bonnet - 1.0.13-4 - support building against krb5-1.5, where the headers have been moved to /usr/include/krb5 From fedora-extras-commits at redhat.com Mon Dec 11 15:24:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 10:24:53 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.24,1.25 Message-ID: <200612111524.kBBFOrUM018476@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18460 Modified Files: Push.py Log Message: the + is wrong -- test, commit mail disabled or bug? Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- Push.py 11 Dec 2006 13:14:41 -0000 1.24 +++ Push.py 11 Dec 2006 15:24:53 -0000 1.25 @@ -559,8 +559,7 @@ body += "\nPackages built and released for %s %s: %s \n\n" % (cfg.project_hr, dist, len(uniqued)) for p in uniqued: if p.endswith(' NEW'): - p = p[:-4] - p = 'NEW '+p + p = 'NEW '+p[:-4] elif p.endswith(' INV'): p = '(!) '+p[:-4] else: From fedora-extras-commits at redhat.com Mon Dec 11 15:25:16 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Mon, 11 Dec 2006 10:25:16 -0500 Subject: rpms/wxPython/devel wxPython.spec,1.12,1.13 Message-ID: <200612111525.kBBFPGkt018528@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18431 Modified Files: wxPython.spec Log Message: * Mon Dec 11 2006 Matthew Miller - 2.6.3.2-3 - bump release for rebuild against python 2.5. Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wxPython.spec 28 Aug 2006 20:05:21 -0000 1.12 +++ wxPython.spec 11 Dec 2006 15:24:46 -0000 1.13 @@ -5,7 +5,7 @@ Name: wxPython Version: 2.6.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GUI toolkit for the Python programming language @@ -92,6 +92,9 @@ %changelog +* Mon Dec 11 2006 Matthew Miller - 2.6.3.2-3 +- bump release for rebuild against python 2.5. + * Mon Aug 28 2006 Matthew Miller - 2.6.3.2-2 - bump release for FC6 rebuild From fedora-extras-commits at redhat.com Mon Dec 11 15:31:34 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 10:31:34 -0500 Subject: rpms/opencv/devel opencv-1.0.0-configure.in.diff, NONE, 1.1 opencv-1.0.0-pythondir.diff, NONE, 1.1 opencv-1.0.0-autotools.diff, NONE, 1.1 Message-ID: <200612111531.kBBFVYKB018652@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18640 Added Files: opencv-1.0.0-configure.in.diff opencv-1.0.0-pythondir.diff opencv-1.0.0-autotools.diff Log Message: New. opencv-1.0.0-configure.in.diff: --- NEW FILE opencv-1.0.0-configure.in.diff --- --- opencv-1.0.0.orig/configure.in 2006-11-03 16:54:33.000000000 +0100 +++ opencv-1.0.0/configure.in 2006-12-11 11:43:06.000000000 +0100 @@ -202,28 +202,28 @@ i686-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to i686/pentiumpro -- people can override this - CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" fi ;; powerpc-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to G3 processors -- people can override this - CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" fi ;; *-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" fi ;; esac CPPFLAGS="-DNDEBUG $CPPFLAGS" - CXXFLAGS="-O3 $CXXFLAGS" +: CXXFLAGS="-O3 $CXXFLAGS" fi if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" +: CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" fi # add libm because it is used by several libraries and OpenCV itself opencv-1.0.0-pythondir.diff: --- NEW FILE opencv-1.0.0-pythondir.diff --- --- opencv-1.0.0.orig/interfaces/swig/python/Makefile.am 2006-08-10 15:29:20.000000000 +0200 +++ opencv-1.0.0/interfaces/swig/python/Makefile.am 2006-12-11 11:43:35.000000000 +0100 @@ -92,7 +92,7 @@ if BUILD_PYTHON_WRAPPERS -pkgpython_LTLIBRARIES = _cv.la _highgui.la +pkgpyexec_LTLIBRARIES = _cv.la _highgui.la pkgpython_PYTHON = \ __init__.py \ opencv-1.0.0-autotools.diff: --- NEW FILE opencv-1.0.0-autotools.diff --- diff -ur opencv-1.0.0.orig/aclocal.m4 opencv-1.0.0/aclocal.m4 --- opencv-1.0.0.orig/aclocal.m4 2006-11-03 16:54:43.000000000 +0100 +++ opencv-1.0.0/aclocal.m4 2006-12-11 11:48:08.000000000 +0100 @@ -1578,10 +1578,27 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '[#]line __oline__ "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -4288,6 +4305,9 @@ # Is the compiler the GNU C compiler? with_gcc=$_LT_AC_TAGVAR(GCC, $1) +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -4421,11 +4441,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) +predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) +postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -4437,7 +4457,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) +compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -4517,7 +4537,7 @@ link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -6353,6 +6373,7 @@ done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris @@ -6385,6 +6406,7 @@ done ]) SED=$lt_cv_path_SED +AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ]) diff -ur opencv-1.0.0.orig/apps/haartraining/include/Makefile.in opencv-1.0.0/apps/haartraining/include/Makefile.in --- opencv-1.0.0.orig/apps/haartraining/include/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/apps/haartraining/include/Makefile.in 2006-12-11 11:48:56.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/apps/haartraining/Makefile.in opencv-1.0.0/apps/haartraining/Makefile.in --- opencv-1.0.0.orig/apps/haartraining/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/apps/haartraining/Makefile.in 2006-12-11 11:48:55.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/apps/haartraining/src/Makefile.in opencv-1.0.0/apps/haartraining/src/Makefile.in --- opencv-1.0.0.orig/apps/haartraining/src/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/apps/haartraining/src/Makefile.in 2006-12-11 11:48:56.000000000 +0100 @@ -202,6 +202,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/apps/Makefile.in opencv-1.0.0/apps/Makefile.in --- opencv-1.0.0.orig/apps/Makefile.in 2006-11-03 16:54:51.000000000 +0100 +++ opencv-1.0.0/apps/Makefile.in 2006-12-11 11:48:55.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/configure opencv-1.0.0/configure --- opencv-1.0.0.orig/configure 2006-11-03 16:54:49.000000000 +0100 +++ opencv-1.0.0/configure 2006-12-11 11:48:22.000000000 +0100 @@ -466,7 +466,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MMAJOR MMINOR MSUBMINOR LT_VERSION CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LN_S ECHO AR ac_! ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL BUILD_APPS_TRUE BUILD_APPS_FALSE ALLOCA CARBON_CFLAGS CARBON_LIBS BUILD_CARBON_TRUE BUILD_CARBON_FALSE PKG_CONFIG GTK_CFLAGS GTK_LIBS GTHREAD_CFLAGS GTHREAD_LIBS BUILD_GTK_TRUE BUILD_GTK_FALSE QUICKTIME_CFLAGS QUICKTIME_LIBS BUILD_QUICKTIME_TRUE BUILD_QUICKTIME_FALSE XINE_LIBS BUILD_XINE_TRUE BUILD_XINE_FALSE FFMPEGLIBS BUILD_FFMPEG_TRUE BUILD_FFMPEG_FALSE IEEE1394LIBS BUILD_DC1394_TRUE BUILD_DC1394_FALSE BUILD_V4L_TRUE BUILD_V4L_FALSE IMAGELIBS PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_CSPEC PYTHON_LSPEC BUILD_PYTHON_WRAPPERS_TRUE BUILD_PYTHON_WRAPPERS_FALSE SWIG SWIG_VERSION SWIG_RUNTIME_LIBS_DIR SWIG_PYTHON_OPT SWIG_PYTHON_LIBS UPDATE_SWIG_WRAPPERS_TRUE UPDATE_SWIG_WRAPPERS_FALSE DEBUG LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MMAJOR MMINOR MSUBMINOR LT_VERSION CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP SED EGREP LN_S ECHO AR! ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL BUILD_APPS_TRUE BUILD_APPS_FALSE ALLOCA CARBON_CFLAGS CARBON_LIBS BUILD_CARBON_TRUE BUILD_CARBON_FALSE PKG_CONFIG GTK_CFLAGS GTK_LIBS GTHREAD_CFLAGS GTHREAD_LIBS BUILD_GTK_TRUE BUILD_GTK_FALSE QUICKTIME_CFLAGS QUICKTIME_LIBS BUILD_QUICKTIME_TRUE BUILD_QUICKTIME_FALSE XINE_LIBS BUILD_XINE_TRUE BUILD_XINE_FALSE FFMPEGLIBS BUILD_FFMPEG_TRUE BUILD_FFMPEG_FALSE IEEE1394LIBS BUILD_DC1394_TRUE BUILD_DC1394_FALSE BUILD_V4L_TRUE BUILD_V4L_FALSE IMAGELIBS PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_CSPEC PYTHON_LSPEC BUILD_PYTHON_WRAPPERS_TRUE BUILD_PYTHON_WRAPPERS_FALSE SWIG SWIG_VERSION SWIG_RUNTIME_LIBS_DIR SWIG_PYTHON_OPT SWIG_PYTHON_LIBS UPDATE_SWIG_WRAPPERS_TRUE UPDATE_SWIG_WRAPPERS_FALSE DEBUG LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -4034,6 +4034,7 @@ done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris @@ -4068,6 +4069,7 @@ fi SED=$lt_cv_path_SED + echo "$as_me:$LINENO: result: $SED" >&5 echo "${ECHO_T}$SED" >&6 @@ -4508,7 +4510,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 4511 "configure"' > conftest.$ac_ext + echo '#line 4513 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -5651,7 +5653,7 @@ # Provide some information about the compiler. -echo "$as_me:5654:" \ +echo "$as_me:5656:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 @@ -6714,11 +6716,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6717: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6719: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6721: \$? = $ac_status" >&5 + echo "$as_me:6723: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -6982,11 +6984,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6985: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6987: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6989: \$? = $ac_status" >&5 + echo "$as_me:6991: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7086,11 +7088,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7089: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7091: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7093: \$? = $ac_status" >&5 + echo "$as_me:7095: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8551,10 +8553,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 8560 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -9431,7 +9454,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:11900: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11878: \$? = $ac_status" >&5 + echo "$as_me:11904: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -11975,11 +12001,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11978: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12004: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11982: \$? = $ac_status" >&5 + echo "$as_me:12008: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12507,10 +12533,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 12540 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -12894,6 +12941,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_CXX +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -13027,11 +13077,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_CXX +predep_objects=\`echo $lt_predep_objects_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_CXX +postdep_objects=\`echo $lt_postdep_objects_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -13043,7 +13093,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_CXX +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -13123,7 +13173,7 @@ link_all_deplibs=$link_all_deplibs_CXX # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -13545,11 +13595,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13548: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13598: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13552: \$? = $ac_status" >&5 + echo "$as_me:13602: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13649,11 +13699,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13652: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13702: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13656: \$? = $ac_status" >&5 + echo "$as_me:13706: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -15094,10 +15144,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 15151 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -15481,6 +15552,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_F77 +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -15614,11 +15688,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_F77 +predep_objects=\`echo $lt_predep_objects_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_F77 +postdep_objects=\`echo $lt_postdep_objects_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -15630,7 +15704,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_F77 +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -15710,7 +15784,7 @@ link_all_deplibs=$link_all_deplibs_F77 # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -15852,11 +15926,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15855: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15929: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15859: \$? = $ac_status" >&5 + echo "$as_me:15933: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16120,11 +16194,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16123: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16197: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16127: \$? = $ac_status" >&5 + echo "$as_me:16201: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16224,11 +16298,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16227: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16301: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16231: \$? = $ac_status" >&5 + echo "$as_me:16305: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17689,10 +17763,31 @@ # before this can be enabled. hardcode_into_libs=yes + # find out which ABI we are using + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) + echo '#line 17770 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + ;; + esac + fi + rm -rf conftest* + ;; + esac + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -18076,6 +18171,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_GCJ +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -18209,11 +18307,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_GCJ +predep_objects=\`echo $lt_predep_objects_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_GCJ +postdep_objects=\`echo $lt_postdep_objects_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -18225,7 +18323,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -18305,7 +18403,7 @@ link_all_deplibs=$link_all_deplibs_GCJ # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -18557,6 +18655,9 @@ # Is the compiler the GNU C compiler? with_gcc=$GCC_RC +gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` +gcc_ver=\`gcc -dumpversion\` + # An ERE matcher. EGREP=$lt_EGREP @@ -18690,11 +18791,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects=$lt_predep_objects_RC +predep_objects=\`echo $lt_predep_objects_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects=$lt_postdep_objects_RC +postdep_objects=\`echo $lt_postdep_objects_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Dependencies to place before the objects being linked to create a # shared library. @@ -18706,7 +18807,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path=$lt_compiler_lib_search_path_RC +compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -18786,7 +18887,7 @@ link_all_deplibs=$link_all_deplibs_RC # Compile-time system search path for libraries -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec +sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec @@ -19079,28 +19180,28 @@ i686-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to i686/pentiumpro -- people can override this - CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS" fi ;; powerpc-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then # default to G3 processors -- people can override this - CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS" fi ;; *-*-*) if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" +: CXXFLAGS="-fomit-frame-pointer $CXXFLAGS" fi ;; esac CPPFLAGS="-DNDEBUG $CPPFLAGS" - CXXFLAGS="-O3 $CXXFLAGS" +: CXXFLAGS="-O3 $CXXFLAGS" fi if test x"$ac_cv_c_compiler_gnu" = "xyes"; then - CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" +: CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS" fi # add libm because it is used by several libraries and OpenCV itself @@ -25580,6 +25681,7 @@ s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t s, at CPP@,$CPP,;t t +s, at SED@,$SED,;t t s, at EGREP@,$EGREP,;t t s, at LN_S@,$LN_S,;t t s, at ECHO@,$ECHO,;t t diff -ur opencv-1.0.0.orig/cv/include/Makefile.in opencv-1.0.0/cv/include/Makefile.in --- opencv-1.0.0.orig/cv/include/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/cv/include/Makefile.in 2006-12-11 11:48:57.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cv/Makefile.in opencv-1.0.0/cv/Makefile.in --- opencv-1.0.0.orig/cv/Makefile.in 2006-11-03 16:54:52.000000000 +0100 +++ opencv-1.0.0/cv/Makefile.in 2006-12-11 11:48:57.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cv/src/Makefile.in opencv-1.0.0/cv/src/Makefile.in --- opencv-1.0.0.orig/cv/src/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cv/src/Makefile.in 2006-12-11 11:48:58.000000000 +0100 @@ -203,6 +203,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cvaux/include/Makefile.in opencv-1.0.0/cvaux/include/Makefile.in --- opencv-1.0.0.orig/cvaux/include/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cvaux/include/Makefile.in 2006-12-11 11:48:59.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cvaux/Makefile.in opencv-1.0.0/cvaux/Makefile.in --- opencv-1.0.0.orig/cvaux/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cvaux/Makefile.in 2006-12-11 11:48:58.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cvaux/src/Makefile.in opencv-1.0.0/cvaux/src/Makefile.in --- opencv-1.0.0.orig/cvaux/src/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cvaux/src/Makefile.in 2006-12-11 11:49:00.000000000 +0100 @@ -209,6 +209,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cxcore/include/Makefile.in opencv-1.0.0/cxcore/include/Makefile.in --- opencv-1.0.0.orig/cxcore/include/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/cxcore/include/Makefile.in 2006-12-11 11:49:01.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cxcore/Makefile.in opencv-1.0.0/cxcore/Makefile.in --- opencv-1.0.0.orig/cxcore/Makefile.in 2006-11-03 16:54:53.000000000 +0100 +++ opencv-1.0.0/cxcore/Makefile.in 2006-12-11 11:49:00.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/cxcore/src/Makefile.in opencv-1.0.0/cxcore/src/Makefile.in --- opencv-1.0.0.orig/cxcore/src/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/cxcore/src/Makefile.in 2006-12-11 11:49:01.000000000 +0100 @@ -193,6 +193,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/data/Makefile.in opencv-1.0.0/data/Makefile.in --- opencv-1.0.0.orig/data/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/data/Makefile.in 2006-12-11 11:49:02.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/docs/Makefile.in opencv-1.0.0/docs/Makefile.in --- opencv-1.0.0.orig/docs/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/docs/Makefile.in 2006-12-11 11:49:02.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/Makefile.in opencv-1.0.0/interfaces/Makefile.in --- opencv-1.0.0.orig/interfaces/Makefile.in 2006-11-03 16:54:54.000000000 +0100 +++ opencv-1.0.0/interfaces/Makefile.in 2006-12-11 11:49:02.000000000 +0100 @@ -164,6 +164,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/filtered/Makefile.in opencv-1.0.0/interfaces/swig/filtered/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/filtered/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/filtered/Makefile.in 2006-12-11 11:49:03.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/general/Makefile.in opencv-1.0.0/interfaces/swig/general/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/general/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/general/Makefile.in 2006-12-11 11:49:04.000000000 +0100 @@ -150,6 +150,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/Makefile.in opencv-1.0.0/interfaces/swig/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/Makefile.in 2006-12-11 11:49:03.000000000 +0100 @@ -162,6 +162,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/interfaces/swig/python/Makefile.in opencv-1.0.0/interfaces/swig/python/Makefile.in --- opencv-1.0.0.orig/interfaces/swig/python/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/interfaces/swig/python/Makefile.in 2006-12-11 11:49:04.000000000 +0100 @@ -63,10 +63,10 @@ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(pkgpythondir)" \ +am__installdirs = "$(DESTDIR)$(pkgpyexecdir)" \ "$(DESTDIR)$(pkgpythondir)" -pkgpythonLTLIBRARIES_INSTALL = $(INSTALL) -LTLIBRARIES = $(pkgpython_LTLIBRARIES) +pkgpyexecLTLIBRARIES_INSTALL = $(INSTALL) +LTLIBRARIES = $(pkgpyexec_LTLIBRARIES) @BUILD_PYTHON_WRAPPERS_TRUE at _cv_la_DEPENDENCIES = \ @BUILD_PYTHON_WRAPPERS_TRUE@ $(top_builddir)/cv/src/libcv.la am___cv_la_SOURCES_DIST = _cv.cpp error.cpp error.h pyhelpers.cpp \ @@ -77,7 +77,7 @@ @BUILD_PYTHON_WRAPPERS_TRUE@ _cv_la-pyhelpers.lo \ @BUILD_PYTHON_WRAPPERS_TRUE@ _cv_la-cvshadow.lo _cv_la_OBJECTS = $(am__cv_la_OBJECTS) - at BUILD_PYTHON_WRAPPERS_TRUE@am__cv_la_rpath = -rpath $(pkgpythondir) + at BUILD_PYTHON_WRAPPERS_TRUE@am__cv_la_rpath = -rpath $(pkgpyexecdir) @BUILD_PYTHON_WRAPPERS_TRUE at _highgui_la_DEPENDENCIES = $(top_builddir)/otherlibs/highgui/libhighgui.la am___highgui_la_SOURCES_DIST = _highgui.cpp pyhelpers.cpp pyhelpers.h \ highgui.i @@ -86,7 +86,7 @@ @BUILD_PYTHON_WRAPPERS_TRUE@ _highgui_la-pyhelpers.lo _highgui_la_OBJECTS = $(am__highgui_la_OBJECTS) @BUILD_PYTHON_WRAPPERS_TRUE at am__highgui_la_rpath = -rpath \ - at BUILD_PYTHON_WRAPPERS_TRUE@ $(pkgpythondir) + at BUILD_PYTHON_WRAPPERS_TRUE@ $(pkgpyexecdir) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp am__depfiles_maybe = depfiles @@ -211,6 +211,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -324,7 +325,7 @@ # Conditional targets ####################################################### - at BUILD_PYTHON_WRAPPERS_TRUE@pkgpython_LTLIBRARIES = _cv.la _highgui.la + at BUILD_PYTHON_WRAPPERS_TRUE@pkgpyexec_LTLIBRARIES = _cv.la _highgui.la @BUILD_PYTHON_WRAPPERS_TRUE at pkgpython_PYTHON = \ @BUILD_PYTHON_WRAPPERS_TRUE@ __init__.py \ @BUILD_PYTHON_WRAPPERS_TRUE@ cv.py \ @@ -382,28 +383,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-pkgpythonLTLIBRARIES: $(pkgpython_LTLIBRARIES) +install-pkgpyexecLTLIBRARIES: $(pkgpyexec_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(pkgpythondir)" || $(mkdir_p) "$(DESTDIR)$(pkgpythondir)" - @list='$(pkgpython_LTLIBRARIES)'; for p in $$list; do \ + test -z "$(pkgpyexecdir)" || $(mkdir_p) "$(DESTDIR)$(pkgpyexecdir)" + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ - echo " $(LIBTOOL) --mode=install $(pkgpythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgpythondir)/$$f'"; \ - $(LIBTOOL) --mode=install $(pkgpythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgpythondir)/$$f"; \ + echo " $(LIBTOOL) --mode=install $(pkgpyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgpyexecdir)/$$f'"; \ + $(LIBTOOL) --mode=install $(pkgpyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgpyexecdir)/$$f"; \ else :; fi; \ done -uninstall-pkgpythonLTLIBRARIES: +uninstall-pkgpyexecLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(pkgpython_LTLIBRARIES)'; for p in $$list; do \ + @set -x; list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ - echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgpythondir)/$$p'"; \ - $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgpythondir)/$$p"; \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgpyexecdir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgpyexecdir)/$$p"; \ done -clean-pkgpythonLTLIBRARIES: - -test -z "$(pkgpython_LTLIBRARIES)" || rm -f $(pkgpython_LTLIBRARIES) - @list='$(pkgpython_LTLIBRARIES)'; for p in $$list; do \ +clean-pkgpyexecLTLIBRARIES: + -test -z "$(pkgpyexec_LTLIBRARIES)" || rm -f $(pkgpyexec_LTLIBRARIES) + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ @@ -607,7 +608,7 @@ check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: - for dir in "$(DESTDIR)$(pkgpythondir)" "$(DESTDIR)$(pkgpythondir)"; do \ + for dir in "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(pkgpythondir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am @@ -636,7 +637,7 @@ @echo "it deletes files that may require special tools to rebuild." clean: clean-am -clean-am: clean-generic clean-libtool clean-pkgpythonLTLIBRARIES \ +clean-am: clean-generic clean-libtool clean-pkgpyexecLTLIBRARIES \ mostlyclean-am distclean: distclean-am @@ -655,9 +656,9 @@ info-am: -install-data-am: install-pkgpythonLTLIBRARIES install-pkgpythonPYTHON +install-data-am: install-pkgpythonPYTHON -install-exec-am: +install-exec-am: install-pkgpyexecLTLIBRARIES install-info: install-info-am @@ -683,21 +684,21 @@ ps-am: -uninstall-am: uninstall-info-am uninstall-pkgpythonLTLIBRARIES \ +uninstall-am: uninstall-info-am uninstall-pkgpyexecLTLIBRARIES \ uninstall-pkgpythonPYTHON .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pkgpythonLTLIBRARIES ctags distclean \ + clean-libtool clean-pkgpyexecLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-exec \ install-exec-am install-info install-info-am install-man \ - install-pkgpythonLTLIBRARIES install-pkgpythonPYTHON \ + install-pkgpyexecLTLIBRARIES install-pkgpythonPYTHON \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am \ - uninstall-info-am uninstall-pkgpythonLTLIBRARIES \ + uninstall-info-am uninstall-pkgpyexecLTLIBRARIES \ uninstall-pkgpythonPYTHON diff -ur opencv-1.0.0.orig/Makefile.in opencv-1.0.0/Makefile.in --- opencv-1.0.0.orig/Makefile.in 2006-11-03 16:54:59.000000000 +0100 +++ opencv-1.0.0/Makefile.in 2006-12-11 11:49:13.000000000 +0100 @@ -192,6 +192,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/ml/include/Makefile.in opencv-1.0.0/ml/include/Makefile.in --- opencv-1.0.0.orig/ml/include/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/ml/include/Makefile.in 2006-12-11 11:49:05.000000000 +0100 @@ -160,6 +160,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/ml/Makefile.in opencv-1.0.0/ml/Makefile.in --- opencv-1.0.0.orig/ml/Makefile.in 2006-11-03 16:54:55.000000000 +0100 +++ opencv-1.0.0/ml/Makefile.in 2006-12-11 11:49:05.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/ml/src/Makefile.in opencv-1.0.0/ml/src/Makefile.in --- opencv-1.0.0.orig/ml/src/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/ml/src/Makefile.in 2006-12-11 11:49:06.000000000 +0100 @@ -190,6 +190,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/otherlibs/highgui/Makefile.in opencv-1.0.0/otherlibs/highgui/Makefile.in --- opencv-1.0.0.orig/otherlibs/highgui/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/otherlibs/highgui/Makefile.in 2006-12-11 11:49:07.000000000 +0100 @@ -212,6 +212,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/otherlibs/Makefile.in opencv-1.0.0/otherlibs/Makefile.in --- opencv-1.0.0.orig/otherlibs/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/otherlibs/Makefile.in 2006-12-11 11:49:06.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/samples/c/Makefile.in opencv-1.0.0/samples/c/Makefile.in --- opencv-1.0.0.orig/samples/c/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/samples/c/Makefile.in 2006-12-11 11:49:08.000000000 +0100 @@ -158,6 +158,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/samples/Makefile.in opencv-1.0.0/samples/Makefile.in --- opencv-1.0.0.orig/samples/Makefile.in 2006-11-03 16:54:56.000000000 +0100 +++ opencv-1.0.0/samples/Makefile.in 2006-12-11 11:49:07.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/samples/python/Makefile.in opencv-1.0.0/samples/python/Makefile.in --- opencv-1.0.0.orig/samples/python/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/samples/python/Makefile.in 2006-12-11 11:49:08.000000000 +0100 @@ -152,6 +152,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cv/Makefile.in opencv-1.0.0/tests/cv/Makefile.in --- opencv-1.0.0.orig/tests/cv/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/tests/cv/Makefile.in 2006-12-11 11:49:09.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cv/src/Makefile.in opencv-1.0.0/tests/cv/src/Makefile.in --- opencv-1.0.0.orig/tests/cv/src/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/tests/cv/src/Makefile.in 2006-12-11 11:49:10.000000000 +0100 @@ -188,6 +188,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cxcore/Makefile.in opencv-1.0.0/tests/cxcore/Makefile.in --- opencv-1.0.0.orig/tests/cxcore/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/cxcore/Makefile.in 2006-12-11 11:49:10.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cxcore/src/Makefile.in opencv-1.0.0/tests/cxcore/src/Makefile.in --- opencv-1.0.0.orig/tests/cxcore/src/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/cxcore/src/Makefile.in 2006-12-11 11:49:11.000000000 +0100 @@ -174,6 +174,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/cxts/Makefile.in opencv-1.0.0/tests/cxts/Makefile.in --- opencv-1.0.0.orig/tests/cxts/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/cxts/Makefile.in 2006-12-11 11:49:11.000000000 +0100 @@ -171,6 +171,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/Makefile.in opencv-1.0.0/tests/Makefile.in --- opencv-1.0.0.orig/tests/Makefile.in 2006-11-03 16:54:57.000000000 +0100 +++ opencv-1.0.0/tests/Makefile.in 2006-12-11 11:49:09.000000000 +0100 @@ -156,6 +156,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/tests/python/Makefile.in opencv-1.0.0/tests/python/Makefile.in --- opencv-1.0.0.orig/tests/python/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/tests/python/Makefile.in 2006-12-11 11:49:12.000000000 +0100 @@ -152,6 +152,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ diff -ur opencv-1.0.0.orig/utils/Makefile.in opencv-1.0.0/utils/Makefile.in --- opencv-1.0.0.orig/utils/Makefile.in 2006-11-03 16:54:58.000000000 +0100 +++ opencv-1.0.0/utils/Makefile.in 2006-12-11 11:49:12.000000000 +0100 @@ -151,6 +151,7 @@ QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@ QUICKTIME_LIBS = @QUICKTIME_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ From fedora-extras-commits at redhat.com Mon Dec 11 15:33:26 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 10:33:26 -0500 Subject: rpms/opencv/devel opencv.spec,1.12,1.13 Message-ID: <200612111533.kBBFXQaT018688@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18673 Modified Files: opencv.spec Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 1.0.0-1 - Upstream update. Index: opencv.spec =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- opencv.spec 11 Dec 2006 08:52:45 -0000 1.12 +++ opencv.spec 11 Dec 2006 15:32:56 -0000 1.13 @@ -4,8 +4,8 @@ %define pyexecdir %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') Name: opencv -Version: 0.9.9 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -13,9 +13,9 @@ URL: http://www.intel.com/technology/computing/opencv/index.htm Source0: http://prdownloads.sourceforge.net/opencvlibrary/opencv-%{version}.tar.gz Source1: opencv-samples-Makefile -Patch0: opencv-0.9.9-pythondir.diff -Patch1: opencv-0.9.9-configure.in.diff -Patch2: opencv-0.9.9-autotools.diff +Patch0: opencv-1.0.0-pythondir.diff +Patch1: opencv-1.0.0-configure.in.diff +Patch2: opencv-1.0.0-autotools.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libpng-devel, libjpeg-devel, libtiff-devel @@ -130,6 +130,9 @@ %changelog +* Mon Dec 11 2006 Ralf Cors??pius - 1.0.0-1 +- Upstream update. + * Mon Dec 11 2006 Ralf Cors??pius - 0.9.9-4 - Remove python-abi. From fedora-extras-commits at redhat.com Mon Dec 11 15:36:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 10:36:13 -0500 Subject: rpms/opencv/devel sources,1.3,1.4 .cvsignore,1.3,1.4 Message-ID: <200612111536.kBBFaDGI018737@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18720 Modified Files: sources .cvsignore Log Message: * Mon Dec 11 2006 Ralf Cors??pius - 1.0.0-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Sep 2006 14:44:10 -0000 1.3 +++ sources 11 Dec 2006 15:35:43 -0000 1.4 @@ -1 +1,2 @@ e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz +146a05005f2d2c16c4ee10ebd7f1dd58 opencv-1.0.0.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Sep 2006 14:44:10 -0000 1.3 +++ .cvsignore 11 Dec 2006 15:35:43 -0000 1.4 @@ -1 +1,2 @@ opencv-0.9.9.tar.gz +opencv-1.0.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 15:51:02 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 11 Dec 2006 10:51:02 -0500 Subject: rpms/metakit/devel .cvsignore, 1.5, 1.6 metakit.spec, 1.15, 1.16 sources, 1.5, 1.6 metakit-2.4.9.3-64bit.patch, 1.1, NONE Message-ID: <200612111551.kBBFp2bc018880@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/metakit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18851 Modified Files: .cvsignore metakit.spec sources Removed Files: metakit-2.4.9.3-64bit.patch Log Message: Update to 2.4.9.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 9 Feb 2006 15:59:26 -0000 1.5 +++ .cvsignore 11 Dec 2006 15:50:32 -0000 1.6 @@ -1 +1 @@ -metakit-2.4.9.5.tar.gz +metakit-2.4.9.6.tar.gz Index: metakit.spec =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- metakit.spec 11 Dec 2006 11:09:28 -0000 1.15 +++ metakit.spec 11 Dec 2006 15:50:32 -0000 1.16 @@ -2,17 +2,15 @@ Summary: Embeddable database Name: metakit -Version: 2.4.9.5 -Release: 4%{?dist} +Version: 2.4.9.6 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.equi4.com/metakit/ Source: http://www.equi4.com/pub/mk/metakit-%{version}.tar.gz -Patch0: metakit-2.4.9.3-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: tcl, python +Requires: tcl BuildRequires: tcl-devel, python-devel -BuildRequires: autoconf, automake, libtool %description MetaKit is an embeddable database which runs on Unix, Windows, @@ -34,7 +32,6 @@ %prep %setup -q -%patch0 -p1 -b .64bit %build @@ -81,8 +78,10 @@ %changelog -* Mon Dec 11 2006 Matthias Saou 2.4.9.5-4 -- Rebuild against python 2.5. +* Mon Dec 11 2006 Matthias Saou 2.4.9.6-1 +- Update to 2.4.9.6. +- Rebuild against python 2.5 on devel (FC7) branch. +- Remove no longer needed 64bit fix patch and autotools build requirements. * Mon Aug 28 2006 Matthias Saou 2.4.9.5-3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Feb 2006 15:59:26 -0000 1.5 +++ sources 11 Dec 2006 15:50:32 -0000 1.6 @@ -1 +1 @@ -37ba351462dad0d7f01394e04c173ce3 metakit-2.4.9.5.tar.gz +1fc24b1affa5418fc67428014fa369d9 metakit-2.4.9.6.tar.gz --- metakit-2.4.9.3-64bit.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 15:51:40 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 10:51:40 -0500 Subject: rpms/glom/devel glom.spec,1.7,1.8 Message-ID: <200612111551.kBBFpebc018939@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18888 Modified Files: glom.spec Log Message: Fixed path for python 2.5 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glom.spec 8 Dec 2006 18:11:16 -0000 1.7 +++ glom.spec 11 Dec 2006 15:51:10 -0000 1.8 @@ -3,7 +3,7 @@ Name: glom Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -104,7 +104,7 @@ %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %{_libdir}/lib%{name}.so.* -%{_libdir}/python2.4/site-packages/%{name}.so +%{_libdir}/python2.5/site-packages/%{name}.so %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/gnome/help/%{name} @@ -116,6 +116,9 @@ %changelog +* Mon Dec 11 2006 Denis Leroy - 1.2.2-3 +- Fixed python2.5 path + * Fri Dec 8 2006 Denis Leroy - 1.2.2-2 - Fixed source upload From fedora-extras-commits at redhat.com Mon Dec 11 16:12:14 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 11 Dec 2006 11:12:14 -0500 Subject: rpms/gstreamer-python/FC-6 .cvsignore, 1.6, 1.7 gstreamer-python.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200612111612.kBBGCEgc022212@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gstreamer-python/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22193 Modified Files: .cvsignore gstreamer-python.spec sources Log Message: Update to 0.10.6. Some macro simplifications Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Sep 2006 14:50:22 -0000 1.6 +++ .cvsignore 11 Dec 2006 16:11:44 -0000 1.7 @@ -1 +1 @@ -gst-python-0.10.5.tar.bz2 +gst-python-0.10.6.tar.bz2 Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-6/gstreamer-python.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gstreamer-python.spec 4 Oct 2006 22:15:17 -0000 1.14 +++ gstreamer-python.spec 11 Dec 2006 16:11:44 -0000 1.15 @@ -2,11 +2,10 @@ %define gstpb_minver 0.10.5 %define pygtk_minver 2.8.0 %define majorminor 0.10 -%define gstreamer gstreamer -Name: %{gstreamer}-python -Version: 0.10.5 -Release: 2%{?dist} +Name: gstreamer-python +Version: 0.10.6 +Release: 1%{?dist} Summary: Python bindings for GStreamer Group: Development/Languages @@ -17,8 +16,8 @@ Requires: python >= 2 Requires: pygtk2 >= %{pygtk_minver} -Requires: %{gstreamer} >= %{gst_minver} -Requires: %{gstreamer}-plugins-base >= %{gstpb_minver} +Requires: gstreamer >= %{gst_minver} +Requires: gstreamer-plugins-base >= %{gstpb_minver} BuildRequires: python >= 2 BuildRequires: python-devel >= 2 @@ -27,11 +26,11 @@ # xwindowlistener needs X11 headers BuildRequires: libX11-devel -BuildRequires: %{gstreamer}-devel >= %{gst_minver} -BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver} +BuildRequires: gstreamer-devel >= %{gst_minver} +BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_minver} # no sense in splitting off a devel package just yet -Provides: %{gstreamer}-python-devel = %{version}-%{release} +Provides: gstreamer-python-devel = %{version}-%{release} %description This module contains a wrapper that allows GStreamer applications @@ -68,6 +67,10 @@ %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Mon Dec 11 2006 Denis Leroy - 0.10.6-1 +- Update to 0.10.6 +- Some macro simplifications + * Thu Oct 05 2006 Christian Iseli 0.10.5-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Sep 2006 14:50:22 -0000 1.6 +++ sources 11 Dec 2006 16:11:44 -0000 1.7 @@ -1 +1 @@ -f5e614356e581c644bb4c79c1de7ed7e gst-python-0.10.5.tar.bz2 +dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 16:36:54 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 11 Dec 2006 11:36:54 -0500 Subject: rpms/aspell-mi/devel aspell-mi.spec,1.2,1.3 Message-ID: <200612111636.kBBGas9O023046@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/aspell-mi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/aspell-mi/devel Modified Files: aspell-mi.spec Log Message: Orphans everywhere... :( Index: aspell-mi.spec =================================================================== RCS file: /cvs/extras/rpms/aspell-mi/devel/aspell-mi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aspell-mi.spec 28 Aug 2006 04:16:59 -0000 1.2 +++ aspell-mi.spec 11 Dec 2006 16:36:24 -0000 1.3 @@ -18,6 +18,13 @@ GNU Aspell Maori Dictionary Package %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/cgi-util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/cgi-util/devel Modified Files: cgi-util.spec Log Message: Orphans everywhere... :( Index: cgi-util.spec =================================================================== RCS file: /cvs/extras/rpms/cgi-util/devel/cgi-util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cgi-util.spec 7 Sep 2006 21:23:39 -0000 1.2 +++ cgi-util.spec 11 Dec 2006 16:36:30 -0000 1.3 @@ -25,6 +25,13 @@ needed for developing applications using the cgi-util library. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnofract4d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnofract4d/devel Modified Files: gnofract4d.spec Log Message: Orphans everywhere... :( Index: gnofract4d.spec =================================================================== RCS file: /cvs/extras/rpms/gnofract4d/devel/gnofract4d.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnofract4d.spec 28 Aug 2006 04:21:08 -0000 1.12 +++ gnofract4d.spec 11 Dec 2006 16:36:31 -0000 1.13 @@ -23,6 +23,13 @@ the two sets and explore their inter-relationships. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/buildbot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/buildbot/devel Modified Files: buildbot.spec Log Message: Orphans everywhere... :( Index: buildbot.spec =================================================================== RCS file: /cvs/extras/rpms/buildbot/devel/buildbot.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildbot.spec 9 Sep 2006 05:21:43 -0000 1.1 +++ buildbot.spec 11 Dec 2006 16:36:24 -0000 1.2 @@ -26,6 +26,13 @@ inconvenienced by the failure. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gdk-pixbuf/devel Modified Files: gdk-pixbuf.spec Log Message: Orphans everywhere... :( Index: gdk-pixbuf.spec =================================================================== RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gdk-pixbuf.spec 28 Aug 2006 04:20:33 -0000 1.7 +++ gdk-pixbuf.spec 11 Dec 2006 16:36:30 -0000 1.8 @@ -54,6 +54,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnome-themes-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnome-themes-extras/devel Modified Files: gnome-themes-extras.spec Log Message: Orphans everywhere... :( Index: gnome-themes-extras.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-themes-extras/devel/gnome-themes-extras.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gnome-themes-extras.spec 1 Sep 2006 22:55:54 -0000 1.18 +++ gnome-themes-extras.spec 11 Dec 2006 16:36:36 -0000 1.19 @@ -25,6 +25,13 @@ an extra set of themes that are not only functional, but also eye catching. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/leafpad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/leafpad/devel Modified Files: leafpad.spec Log Message: Orphans everywhere... :( Index: leafpad.spec =================================================================== RCS file: /cvs/extras/rpms/leafpad/devel/leafpad.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- leafpad.spec 6 Sep 2006 05:20:38 -0000 1.20 +++ leafpad.spec 11 Dec 2006 16:36:37 -0000 1.21 @@ -21,6 +21,13 @@ them. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/lostirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/lostirc/devel Modified Files: lostirc.spec Log Message: Orphans everywhere... :( Index: lostirc.spec =================================================================== RCS file: /cvs/extras/rpms/lostirc/devel/lostirc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lostirc.spec 8 Sep 2006 04:30:30 -0000 1.1 +++ lostirc.spec 11 Dec 2006 16:36:39 -0000 1.2 @@ -16,6 +16,13 @@ LostIRC is a simple, keyboard controlled IRC client. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/doctorj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/doctorj/devel Modified Files: doctorj.spec Log Message: Orphans everywhere... :( Index: doctorj.spec =================================================================== RCS file: /cvs/extras/rpms/doctorj/devel/doctorj.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- doctorj.spec 28 Aug 2006 04:19:00 -0000 1.19 +++ doctorj.spec 11 Dec 2006 16:36:30 -0000 1.20 @@ -20,6 +20,13 @@ documentation verification, statistics generation and syntax analysis. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/luks-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/luks-tools/devel Modified Files: luks-tools.spec Log Message: Orphans everywhere... :( Index: luks-tools.spec =================================================================== RCS file: /cvs/extras/rpms/luks-tools/devel/luks-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- luks-tools.spec 13 Sep 2006 21:52:34 -0000 1.1 +++ luks-tools.spec 11 Dec 2006 16:36:40 -0000 1.2 @@ -35,6 +35,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/fltk/devel Modified Files: fltk.spec Log Message: Orphans everywhere... :( Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- fltk.spec 6 Sep 2006 03:48:39 -0000 1.16 +++ fltk.spec 11 Dec 2006 16:36:30 -0000 1.17 @@ -49,6 +49,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnome-password-generator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnome-password-generator/devel Modified Files: gnome-password-generator.spec Log Message: Orphans everywhere... :( Index: gnome-password-generator.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-password-generator/devel/gnome-password-generator.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-password-generator.spec 28 Aug 2006 04:21:44 -0000 1.8 +++ gnome-password-generator.spec 11 Dec 2006 16:36:31 -0000 1.9 @@ -27,6 +27,13 @@ %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gurlchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gurlchecker/devel Modified Files: gurlchecker.spec Log Message: Orphans everywhere... :( Index: gurlchecker.spec =================================================================== RCS file: /cvs/extras/rpms/gurlchecker/devel/gurlchecker.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gurlchecker.spec 28 Aug 2006 04:22:31 -0000 1.17 +++ gurlchecker.spec 11 Dec 2006 16:36:37 -0000 1.18 @@ -20,6 +20,13 @@ or on a whole web site in order to determine validity of each page. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/linkchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/linkchecker/devel Modified Files: linkchecker.spec Log Message: Orphans everywhere... :( Index: linkchecker.spec =================================================================== RCS file: /cvs/extras/rpms/linkchecker/devel/linkchecker.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- linkchecker.spec 7 Sep 2006 21:31:47 -0000 1.18 +++ linkchecker.spec 11 Dec 2006 16:36:39 -0000 1.19 @@ -17,6 +17,13 @@ Linkchecker is a simple script that checks HTML documents for broken links. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/pam_script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/pam_script/devel Modified Files: pam_script.spec Log Message: Orphans everywhere... :( Index: pam_script.spec =================================================================== RCS file: /cvs/extras/rpms/pam_script/devel/pam_script.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_script.spec 28 Aug 2006 04:24:47 -0000 1.2 +++ pam_script.spec 11 Dec 2006 16:36:46 -0000 1.3 @@ -20,6 +20,13 @@ and/or closing a session using PAM. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gnome-yum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gnome-yum/devel Modified Files: gnome-yum.spec Log Message: Orphans everywhere... :( Index: gnome-yum.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-yum/devel/gnome-yum.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-yum.spec 25 Sep 2006 14:56:01 -0000 1.7 +++ gnome-yum.spec 11 Dec 2006 16:36:36 -0000 1.8 @@ -14,6 +14,13 @@ GNOME Interface for YUM %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/gstreamer08-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/gstreamer08-python/devel Modified Files: gstreamer08-python.spec Log Message: Orphans everywhere... :( Index: gstreamer08-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer08-python/devel/gstreamer08-python.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gstreamer08-python.spec 20 Sep 2006 18:54:20 -0000 1.3 +++ gstreamer08-python.spec 11 Dec 2006 16:36:37 -0000 1.4 @@ -41,6 +41,13 @@ to be written in Python. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/poster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/poster/devel Modified Files: poster.spec Log Message: Orphans everywhere... :( Index: poster.spec =================================================================== RCS file: /cvs/extras/rpms/poster/devel/poster.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- poster.spec 7 Sep 2006 21:39:19 -0000 1.2 +++ poster.spec 11 Dec 2006 16:36:48 -0000 1.3 @@ -13,6 +13,13 @@ larger media and/or tiles them to print on multiple sheets. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/libedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/libedit/devel Modified Files: libedit.spec Log Message: Orphans everywhere... :( Index: libedit.spec =================================================================== RCS file: /cvs/extras/rpms/libedit/devel/libedit.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libedit.spec 28 Aug 2006 04:23:39 -0000 1.3 +++ libedit.spec 11 Dec 2006 16:36:38 -0000 1.4 @@ -34,6 +34,13 @@ This package contains development files for %{name}. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/pam_mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/pam_mysql/devel Modified Files: pam_mysql.spec Log Message: Orphans everywhere... :( Index: pam_mysql.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mysql/devel/pam_mysql.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pam_mysql.spec 6 Sep 2006 05:33:11 -0000 1.12 +++ pam_mysql.spec 11 Dec 2006 16:36:46 -0000 1.13 @@ -16,6 +16,13 @@ users against an MySQL database. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/python-cvstoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/python-cvstoys/devel Modified Files: python-cvstoys.spec Log Message: Orphans everywhere... :( Index: python-cvstoys.spec =================================================================== RCS file: /cvs/extras/rpms/python-cvstoys/devel/python-cvstoys.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-cvstoys.spec 8 Sep 2006 04:22:53 -0000 1.3 +++ python-cvstoys.spec 11 Dec 2006 16:36:48 -0000 1.4 @@ -27,6 +27,13 @@ the web as HTML or RSS, or to a chat service such as IRC. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/roundup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/roundup/devel Modified Files: roundup.spec Log Message: Orphans everywhere... :( Index: roundup.spec =================================================================== RCS file: /cvs/extras/rpms/roundup/devel/roundup.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- roundup.spec 8 Sep 2006 22:03:11 -0000 1.6 +++ roundup.spec 11 Dec 2006 16:36:48 -0000 1.7 @@ -27,6 +27,13 @@ Yee in the Software Carpentry "Track" design competition. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/libvisual-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/libvisual-plugins/devel Modified Files: libvisual-plugins.spec Log Message: Orphans everywhere... :( Index: libvisual-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/libvisual-plugins/devel/libvisual-plugins.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libvisual-plugins.spec 21 Sep 2006 15:57:11 -0000 1.11 +++ libvisual-plugins.spec 11 Dec 2006 16:36:39 -0000 1.12 @@ -28,6 +28,13 @@ libvisual aware applications. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/new/devel Modified Files: new.spec Log Message: Orphans everywhere... :( Index: new.spec =================================================================== RCS file: /cvs/extras/rpms/new/devel/new.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- new.spec 11 Sep 2006 01:06:26 -0000 1.10 +++ new.spec 11 Dec 2006 16:36:46 -0000 1.11 @@ -69,6 +69,13 @@ # Java classes. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/pitivi/devel Modified Files: pitivi.spec Log Message: Orphans everywhere... :( Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pitivi.spec 7 Sep 2006 21:37:08 -0000 1.7 +++ pitivi.spec 11 Dec 2006 16:36:46 -0000 1.8 @@ -33,6 +33,13 @@ program. %prep +cat< Author: mschwendt Update of /cvs/extras/rpms/screem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706/screem/devel Modified Files: screem.spec Log Message: Orphans everywhere... :( Index: screem.spec =================================================================== RCS file: /cvs/extras/rpms/screem/devel/screem.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- screem.spec 8 Sep 2006 03:58:23 -0000 1.11 +++ screem.spec 11 Dec 2006 16:36:53 -0000 1.12 @@ -41,6 +41,13 @@ parsing, page templates and publishing of files are also supported. %prep +cat< Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23157 Removed Files: opencv-0.9.9-pythondir.diff opencv-0.9.9-configure.in.diff opencv-0.9.9-autotools.diff Log Message: Remove. --- opencv-0.9.9-pythondir.diff DELETED --- --- opencv-0.9.9-configure.in.diff DELETED --- --- opencv-0.9.9-autotools.diff DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 16:40:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Mon, 11 Dec 2006 11:40:18 -0500 Subject: rpms/opencv/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612111640.kBBGeIsI023214@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/opencv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23183 Modified Files: .cvsignore sources Log Message: Remove 0.9.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Dec 2006 15:35:43 -0000 1.4 +++ .cvsignore 11 Dec 2006 16:39:48 -0000 1.5 @@ -1,2 +1 @@ -opencv-0.9.9.tar.gz opencv-1.0.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/opencv/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Dec 2006 15:35:43 -0000 1.4 +++ sources 11 Dec 2006 16:39:48 -0000 1.5 @@ -1,2 +1 @@ -e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz 146a05005f2d2c16c4ee10ebd7f1dd58 opencv-1.0.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 16:52:56 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 11 Dec 2006 11:52:56 -0500 Subject: owners owners.list,1.2093,1.2094 Message-ID: <200612111652.kBBGquu9023314@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23292 Modified Files: owners.list Log Message: ivazquez.net now vanished, too, so let's remove his address finally :-(( Final-Recipient: rfc822; ivazquez at ivazquez.net Action: failed Status: 4.0.0 Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error for name=ivazquez.net type=MX: Host not found, try again Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2093 retrieving revision 1.2094 diff -u -r1.2093 -r1.2094 --- owners.list 10 Dec 2006 18:40:32 -0000 1.2093 +++ owners.list 11 Dec 2006 16:52:25 -0000 1.2094 @@ -41,7 +41,7 @@ Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alleyoop|Graphical front-end to the Valgrind memory checker|giallu at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|alltray|Dock any application in the tray|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|alphabet-soup|Guide your worm through the soup to spell words|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsa-oss|Advanced Linux Sound Architecture (ALSA) wrapper for OSS|jima at beer.tclug.org|extras-qa at fedoraproject.org| @@ -232,7 +232,7 @@ Fedora Extras|commoncpp2|GNU Common C++ class framework|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|compat-erlang|Compatibility version of Erlang|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|compat-libgda|Library for writing gnome database programs|denis at poolshark.org|extras-qa at fedoraproject.org| -Fedora Extras|compat-libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|compat-libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|compat-wxGTK|Compatibility version of the wxWidgets GUI library|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|compat-wxPythonGTK2|Compatibility version of the wxWidgets GUI toolkit for Python|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|compface|Library for handling X-Faces|bugs.michael at gmx.net|extras-qa at fedoraproject.org| @@ -357,12 +357,12 @@ Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| -Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ed2k_hash|Ed2k file hash calculator|rpm at greysector.net|extras-qa at fedoraproject.org| -Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|edje|A complex graphical design and layout library|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|edje|A complex graphical design and layout library|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eds-feed|Evolution Data Server feed for Galago|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|efont-unicode-bdf|Unicode font by Electronic Font Open Laboratory|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|eggdrop|The world's most popular Open Source IRC bot|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|eiciel|Graphical access control list (ACL) editor|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| @@ -374,7 +374,7 @@ Fedora Extras|emacs-auctex|Enhanced TeX modes for Emacsen|jonathan.underwood at gmail.com|extras-qa at fedoraproject.org|ed at eh3.com Fedora Extras|emacs-common-muse|Emacs Muse is an authoring and publishing environment for Emacsen|jonathan.underwood at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|emacs-vm|Emacs VM mailreader|jonathan.underwood at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|embryo|A C like scripting language|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|embryo|A C like scripting language|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|emelfm2|A file manager that implements the popular two-pane design|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|emerald|Beryl OpenGL window and compositing manager window decorator|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|emerald-themes|Themes for Emerald, a Beryl OpenGL window and compositing manager window decorator|jwilson at redhat.com|extras-qa at fedoraproject.org| @@ -393,7 +393,7 @@ Fedora Extras|esmtp|User configurable relay-only Mail Transfer Agent (MTA)|pertusus at free.fr|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de Fedora Extras|espeak|Software speech synthesizer (text-to-speech)|faucamp at csir.co.za|extras-qa at fedoraproject.org| Fedora Extras|eterm|Enlightened terminal emulator|terjeros at phys.ntnu.no|extras-qa at fedoraproject.org| -Fedora Extras|evas|A hardware-accelerated canvas API|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|evas|A hardware-accelerated canvas API|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eventlog|Syslog-ng v2 support library|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|evolution-bogofilter|A plugin for bogofilter support in evolution|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| @@ -401,7 +401,7 @@ Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|exo|Application library for the Xfce desktop environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|ez-ipupdate|Client for Dynamic DNS Services|jlayton at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|factory|A C++ class library for multivariate polynomial data|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|farsight|A audio/video conferencing framework|bdpepple at ameritech.net|extras-qa at fedoraproject.org| @@ -539,7 +539,7 @@ Fedora Extras|gfontview|A font viewer for Type 1 and TrueType fonts|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ksfiles at gmail.com,mpeters at mac.com Fedora Extras|gforth|Fast and portable implementation of the ANS Forth language|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gg2|GNU Gadu 2 - free talking|rpm at greysector.net|extras-qa at fedoraproject.org| -Fedora Extras|ghasher|GUI hasher for GTK+ 2|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|ghasher|GUI hasher for GTK+ 2|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|ghc|Glasgow Haskell Compiler|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ghdl|A VHDL simulator, using the GCC technology|t.sailer at alumni.ethz.ch|extras-qa at fedoraproject.org| Fedora Extras|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| @@ -584,10 +584,10 @@ Fedora Extras|gnofract4d|Gnofract 4D is a Gnome-based program to draw fractals|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnokii|Mobile phone management program|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|gnomad2|Manager for digital audio players|triad at df.lth.se|extras-qa at fedoraproject.org| -Fedora Extras|gnome-applet-music|A GNOME panel applet to control various music players|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gnome-applet-music|A GNOME panel applet to control various music players|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-netmon|GNOME Network Load Applet|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-netspeed|GNOME applet that shows traffic on a network device|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| -Fedora Extras|gnome-applet-rhythmbox|A GNOME panel applet to control Rhythmbox's playback|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gnome-applet-rhythmbox|A GNOME panel applet to control Rhythmbox's playback|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-sensors|Gnome panel applet for hardware sensors|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-timer|A countdown timer applet for the GNOME panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| @@ -603,8 +603,8 @@ Fedora Extras|gnome-schedule|A GTK+ based user interface for cron and at|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-sudoku|GNOME based Sudoku, a logic puzzle game|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-telnet|A fancy GNOME telnet client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|gnome-theme-clearlooks|An attractive GTK+ 2 engine with a focus on usability|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|gnome-theme-clearlooks-bigpack|Additional Clearlooks color schemes|peter at thecodergeek.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gnome-theme-clearlooks|An attractive GTK+ 2 engine with a focus on usability|peter at thecodergeek.com|extras-qa at fedoraproject.org| +Fedora Extras|gnome-theme-clearlooks-bigpack|Additional Clearlooks color schemes|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-themes-extras|Collection of metathemes for the GNOME desktop environment|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gnome-translate|GNOME interface to libtranslate -- Natural language translator|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|gnome-vfsmm26|C++ wrapper for gnome-vfs|denis at poolshark.org|extras-qa at fedoraproject.org| @@ -635,7 +635,7 @@ Fedora Extras|gpgme03|GnuPG Made Easy interface library|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|gphpedit|A PHP source editor for GNOME 2|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gpp|Gnome Photo Printer|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| -Fedora Extras|gpredict|Real-time satellite tracking and orbit prediction program|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|gpredict|Real-time satellite tracking and orbit prediction program|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gprolog|GNU Prolog Compiler|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|gpsd|Service daemon for mediating access to a GPS|matt at truch.net|extras-qa at fedoraproject.org| Fedora Extras|gpsim|A simulator for Microchip (TM) PIC (TM) microcontrollers|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| @@ -989,8 +989,8 @@ Fedora Extras|libopensync-plugin-palm|Palm plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopensync-plugin-python|Python plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopm|Blitzed open proxy monitor library|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|libosip|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|libosip|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org| +Fedora Extras|libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|libotr|Off-The-Record Messaging library and toolkit|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|libpano12|Library for manipulating panoramic images|bruno at postle.net|extras-qa at fedoraproject.org| Fedora Extras|libpaper|Library and tools for handling papersize|tcallawa at redhat.com|extras-qa at fedoraproject.org| @@ -1055,7 +1055,7 @@ Fedora Extras|lineakd|Linux support for Easy Access and Multimedia keyboards|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|link-grammar|Library that can perform grammar checking|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|linkchecker|Script that checks HTML documents for broken links|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org -Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|linux-libertine-fonts|Linux Libertine Open Fonts|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org|kevin at tummy.com Fedora Extras|linux_logo|The linux logo - a colorful console penguin logo|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|liquidwar|Multiplayer wargame with liquid armies|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -1064,7 +1064,7 @@ Fedora Extras|lirc-kmod-common|Common files for LIRC kernel module packages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ville.skytta at iki.fi Fedora Extras|listen|Listen is a music manager and player for GNOME|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|lmarbles|Atomix clone where you create figures out of marbles|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|lock-keys-applet|A GNOME panel applet that shows the status of the lock keys|jtorresh at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|lock-keys-applet|A GNOME panel applet that shows the status of the lock keys|jtorresh at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|logjam|GTK2-client for LiveJournal|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|logserial|Package for logging incoming bytes on asynchronous serial ports|wolfy at nobugconsulting.ro|extras-qa at fedoraproject.org| Fedora Extras|lostirc|Simple IRC client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -1121,7 +1121,7 @@ Fedora Extras|milter-greylist|Milter for greylisting, the next step in the spam control war|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|milter-regex|Sendmail milter plugin for regular expression filtering|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|mimedefang|E-Mail filtering framework using Sendmail's Milter interface|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|mimetex|Easily embed LaTeX math in web pages|jtorresh at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|mimetex|Easily embed LaTeX math in web pages|jtorresh at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|mimetic|A full featured MIME library written in C++|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|mirage|A fast and simple image viewer|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|mirrormagic|Puzzle game where you steer a beam of light using mirrors|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -1132,10 +1132,10 @@ Fedora Extras|mlton|Optimizing compiler for Standard ML|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|mm|Shared memory allocation library|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|mmv|Move/copy/append/link multiple files|zing at fastmail.fm|extras-qa at fedoraproject.org| -Fedora Extras|MochiKit|A lightweight JavaScript library|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|MochiKit|A lightweight JavaScript library|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mod_annodex|Apache module for server-side support of annodex media|thomas at apestaart.org|extras-qa at fedoraproject.org| -Fedora Extras|mod_auth_pam|PAM authentication module for Apache|fedora at theholbrooks.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|mod_auth_pam|PAM authentication module for Apache|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|mod_cband|Bandwidth limiting for virtual hosts|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|mod_extract_forwarded|Extract real source IP for forwarded HTTP requests|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|mod_fcgid|Apache2 module for high-performance server-side scripting|paul at city-fan.org|extras-qa at fedoraproject.org| @@ -1153,7 +1153,7 @@ Fedora Extras|monodoc|Documentation for the mono .NET libraries|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monotone|A free, distributed version control system|roland at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|monsterz|Puzzle game, similar to Bejeweled or Zookeeper|packages at amiga-hardware.com|extras-qa at fedoraproject.org| -Fedora Extras|moodle|A Course Management System|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|moodle|A Course Management System|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|moodss|Powerful modular monitoring graphical application|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|moomps|Powerful modular monitoring service|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|most|more, less, most|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -1184,7 +1184,7 @@ Fedora Extras|nautilus-flac-converter|Nautilus extension to convert FLACS to Ogg Vorbis|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|nautilus-image-converter|Nautilus extension to mass resize images|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|nautilus-open-terminal|Nautilus extension for an open terminal shortcut|stickster at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|nautilus-search-tool|A Nautilus extension to put "Search for Files" on the context menu of folders|stickster at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|nautilus-search-tool|A Nautilus extension to put "Search for Files" on the context menu of folders|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nautilus-sendto|Nautilus context menu for sending files|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nazghul|A computer role-playing game (CRPG) engine|tibbs at math.uh.edu|extras-qa at fedoraproject.org| Fedora Extras|nc6|IPv6-enabled clone of the original netcat utility.|rvokal at redhat.com|extras-qa at fedoraproject.org| @@ -1238,7 +1238,7 @@ Fedora Extras|ntl|High-performance algorithms for vectors, matrices, and polynomials|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|nucleo|Toolkit for exploring new uses of video|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|chris.stone at gmail.com Fedora Extras|numlockx|NumLockX turns on NumLock after starting X|jpmahowald at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|numpy|A fast multidimensional array facility for Python|jwilson at redhat.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|numpy|A fast multidimensional array facility for Python|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|nuttcp|A network performance measurement tool intended for use by network and system managers|rvokal at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|nx|Proxy system for X11|zipsonic at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|nyquist|Sound synthesis and composition language with a Lisp syntax|gemi at bluewin.ch|extras-qa at fedoraproject.org| @@ -1268,7 +1268,7 @@ Fedora Extras|openct|Middleware framework for smart card terminals|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|opencv|Collection of algorithms for computer vision|rc040203 at freenet.de|extras-qa at fedoraproject.org|nomis80 at nomis80.org Fedora Extras|opendap|Open-source Project for a Network Data Access Protocol|tcallawa at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|openmpi|Open Message Passing Interface (LAM replacement)|jvdias at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|openoffice-extras|SOT Office presentation templates repackaged for OpenOffice.org|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|openoffice.org-dict-cs_CZ|Czech spellchecker and hyphenation dictionaries for OpenOffice.org|tmraz at redhat.com|extras-qa at fedoraproject.org| @@ -1283,7 +1283,7 @@ Fedora Extras|orange|Squeeze out installable Microsoft cabinet files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|ORBit|CORBA Object Request Broker library for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|orpie|A fullscreen console-based RPN calculator|lists at forevermore.net|extras-qa at fedoraproject.org| -Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|osgal|Adapts OpenSceneGraph to use OpenAL++|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osgcal|Adapts OpenSceneGraph to use Cal3D|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osiv|Open Source Image Velocimetry|ed at eh3.com|extras-qa at fedoraproject.org| @@ -1846,7 +1846,7 @@ Fedora Extras|php-eaccelerator|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-extras|Additional PHP modules from the standard PHP distribution|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|php-idn|PHP API for GNU LibIDN|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|php-json|An extremely fast PHP extension for JSON|fedora at theholbrooks.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|php-json|An extremely fast PHP extension for JSON|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-magickwand|PHP API for ImageMagick|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|php-manual-en|Documentation for the PHP programming language|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|php-mmcache|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| @@ -1973,7 +1973,7 @@ Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pylint|Analyzes Python code looking for bugs and signs of poor quality|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pymsn|Python libraries for MSN Messenger network|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|pyparsing|An object-oriented approach to text processing|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|pyparsing|An object-oriented approach to text processing|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org|jamatos at fc.up.pt @@ -1982,7 +1982,7 @@ Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-adns|Python interface for the GNU adns library|rvokal at redhat.com|extras-qa at fedoraproject.org|byte at fedoraproject.org Fedora Extras|python-alsaaudio|Python Alsa Bindings|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|python-amara|A collection of Pythonic tools for XML data binding|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-amara|A collection of Pythonic tools for XML data binding|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-basemap|Plots data on map projections (with continental and political boundaries)|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-basemap-data|Data for python-basemap|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-bibtex|Python extension to parse BibTeX files|z.kota at gmx.net|extras-qa at fedoraproject.org| @@ -1992,7 +1992,7 @@ Fedora Extras|python-chm|Python package for CHM files handling|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|python-clientform|Python module for client-side HTML forms|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-configobj|Config file reading, writing, and validation|lmacken at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|python-cpio|A Python module for accessing cpio archives|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-cpio|A Python module for accessing cpio archives|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|python-ctypes| Advanced Foreign Function Interface for Python|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-cvstoys|Collection of python tools for CVS|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -2010,7 +2010,7 @@ Fedora Extras|python-GeoIP|Python bindings for the GeoIP geographical lookup libraries|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|python-goopy|Google Python Utilities|pjones at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-gpod|A python module to access iPod content|tmz at pobox.com|extras-qa at fedoraproject.org| -Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|jamatos at fc.up.pt|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-htmltmpl|Templating engine for separation of code and HTML|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-id3|ID3 tag library for Python|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-imaging|Python's own image processing library|jamatos at fc.up.pt|extras-qa at fedoraproject.org| @@ -2047,7 +2047,7 @@ Fedora Extras|python-quixote|A highly Pythonic Web application framework|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr -Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|python-sexy|Python Bindings to libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-simplejson|Simple, fast, extensible JSON encoder/decoder for Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| @@ -2129,7 +2129,7 @@ Fedora Extras|rekall|A KDE database front-end application|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ren|Rename multiple files|wolfy at nobugconsulting.ro|extras-qa at fedoraproject.org| Fedora Extras|renrot|A program to rename and rotate files according to EXIF tags|andy at smile.org.ua|extras-qa at fedoraproject.org| -Fedora Extras|repoml|Tools and data for working with RepoML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|repoml|Tools and data for working with RepoML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|repoview|Creates a set of static HTML pages in a yum repository|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|Ri-li|Arcade game where you drive a toy wood engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -2250,7 +2250,7 @@ Fedora Extras|sodipodi|Vector-based drawing program|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| -Fedora Extras|soundconverter|A simple sound converter application for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|soundconverter|A simple sound converter application for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|soundtouch|Audio Processing library for changing Tempo, Pitch and Playback Rates|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|soundtracker|Sound module composer/player|seg at haxxed.com|extras-qa at fedoraproject.org| Fedora Extras|source-highlight|Produces a document with syntax highlighting|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -2260,8 +2260,8 @@ Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|splint|An implementation of the lint program|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| -Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net -Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|srecord|Manipulate EPROM load files|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|ss5|A socks firewall|matteo.ricchetti at libero.it|extras-qa at fedoraproject.org|matteo.ricchetti at libero.it @@ -2502,7 +2502,7 @@ Fedora Extras|worminator|Sidescrolling platform and shoot'em up action-game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|worminator-data|Data for worminator the game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|wormux|2D mass extermination game|wart at kobold.org|extras-qa at fedoraproject.org| -Fedora Extras|wp_tray|A wallpaper-changing applet for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|wp_tray|A wallpaper-changing applet for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|wv|MSWord 6/7/8/9 binary file format to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|wv2|A library which allows access to Microsoft?? Word files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|wvs-data|World Vector Shoreline data|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 16:58:22 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 11:58:22 -0500 Subject: rpms/pytz/devel .cvsignore, 1.5, 1.6 pytz.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200612111658.kBBGwMxn023401@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23380 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Sep 2006 20:13:11 -0000 1.5 +++ .cvsignore 11 Dec 2006 16:57:51 -0000 1.6 @@ -1 +1 @@ -pytz-2006g.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/pytz.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pytz.spec 7 Sep 2006 20:08:52 -0000 1.7 +++ pytz.spec 11 Dec 2006 16:57:51 -0000 1.8 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2006g +Version: 2006p Release: 1%{?dist} Summary: World Timezone Definitions for Python @@ -47,6 +47,9 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + * Thu Sep 7 2006 Orion Poplawski 2006g-1 - Update to 2006g Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Sep 2006 20:13:11 -0000 1.5 +++ sources 11 Dec 2006 16:57:51 -0000 1.6 @@ -1 +1 @@ -051d34831b7e4cceb1d94f48ebd896f6 pytz-2006g.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:00:26 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 12:00:26 -0500 Subject: rpms/pytz/FC-4 .cvsignore, 1.2, 1.3 pytz.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612111700.kBBH0QAo023509@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23458/FC-4 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Jul 2005 20:58:39 -0000 1.2 +++ .cvsignore 11 Dec 2006 16:59:56 -0000 1.3 @@ -1 +1 @@ -pytz-2005i.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-4/pytz.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pytz.spec 28 Jul 2005 20:13:18 -0000 1.2 +++ pytz.spec 11 Dec 2006 16:59:56 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2005i -Release: 2%{?dist} +Version: 2006p +Release: 1%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -36,7 +36,7 @@ %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT%{python_sitelib}/pytz/*.py - + %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +47,21 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + +* Thu Sep 7 2006 Orion Poplawski 2006g-1 +- Update to 2006g + +* Mon Feb 13 2006 Orion Poplawski 2005r-2 +- Rebuild for gcc/glibc changes + +* Tue Jan 3 2006 Orion Poplawski 2005r-1 +- Update to 2005r + +* Thu Dec 22 2005 Orion Poplawski 2005m-1 +- Update to 2005m + * Fri Jul 22 2005 Orion Poplawski 2005i-2 - Remove -O1 from install command Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Jul 2005 20:58:39 -0000 1.2 +++ sources 11 Dec 2006 16:59:56 -0000 1.3 @@ -1 +1 @@ -45aeaba1bc49c62e65490c047ff7fbea pytz-2005i.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:00:31 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 12:00:31 -0500 Subject: rpms/pytz/FC-6 .cvsignore, 1.5, 1.6 pytz.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200612111700.kBBH0VFr023519@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23458/FC-6 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Sep 2006 20:13:11 -0000 1.5 +++ .cvsignore 11 Dec 2006 17:00:01 -0000 1.6 @@ -1 +1 @@ -pytz-2006g.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-6/pytz.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pytz.spec 7 Sep 2006 20:08:52 -0000 1.7 +++ pytz.spec 11 Dec 2006 17:00:01 -0000 1.8 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2006g +Version: 2006p Release: 1%{?dist} Summary: World Timezone Definitions for Python @@ -47,6 +47,9 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + * Thu Sep 7 2006 Orion Poplawski 2006g-1 - Update to 2006g Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Sep 2006 20:13:11 -0000 1.5 +++ sources 11 Dec 2006 17:00:01 -0000 1.6 @@ -1 +1 @@ -051d34831b7e4cceb1d94f48ebd896f6 pytz-2006g.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:00:26 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 12:00:26 -0500 Subject: rpms/pytz/FC-5 .cvsignore, 1.4, 1.5 pytz.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612111700.kBBH0Qw6023514@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/pytz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23458/FC-5 Modified Files: .cvsignore pytz.spec sources Log Message: Update to 2006p Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Jan 2006 18:41:21 -0000 1.4 +++ .cvsignore 11 Dec 2006 16:59:56 -0000 1.5 @@ -1 +1 @@ -pytz-2005r.tar.bz2 +pytz-2006p.tar.bz2 Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-5/pytz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pytz.spec 13 Feb 2006 19:11:20 -0000 1.6 +++ pytz.spec 11 Dec 2006 16:59:56 -0000 1.7 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pytz -Version: 2005r -Release: 2%{?dist} +Version: 2006p +Release: 1%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -36,7 +36,7 @@ %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT%{python_sitelib}/pytz/*.py - + %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +47,12 @@ %{python_sitelib}/pytz/ %changelog +* Fri Dec 8 2006 Orion Poplawski 2006p-1 +- Update to 2006p + +* Thu Sep 7 2006 Orion Poplawski 2006g-1 +- Update to 2006g + * Mon Feb 13 2006 Orion Poplawski 2005r-2 - Rebuild for gcc/glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/pytz/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Jan 2006 18:41:21 -0000 1.4 +++ sources 11 Dec 2006 16:59:56 -0000 1.5 @@ -1 +1 @@ -53c366ec234c09f016f35cea5dee8db7 pytz-2005r.tar.bz2 +ae3569bc2831d30d2ee1fabac54c43dd pytz-2006p.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 17:03:37 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 11 Dec 2006 12:03:37 -0500 Subject: rpms/jd/devel .cvsignore, 1.36, 1.37 jd.spec, 1.43, 1.44 sources, 1.36, 1.37 Message-ID: <200612111703.kBBH3bMZ026762@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26741 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 11 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061211 - cvs 061211 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- .cvsignore 10 Dec 2006 16:08:06 -0000 1.36 +++ .cvsignore 11 Dec 2006 17:03:07 -0000 1.37 @@ -1 +1 @@ -jd-1.8.1-cvs061210.tgz +jd-1.8.1-cvs061211.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- jd.spec 10 Dec 2006 16:08:06 -0000 1.43 +++ jd.spec 11 Dec 2006 17:03:07 -0000 1.44 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061210 +%define strtag cvs061211 %define repoid 22954 @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sun Dec 10 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061210 -- cvs 061210 (23:59 JST) +* Mon Dec 11 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061211 +- cvs 061211 (23:59 JST) * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 10 Dec 2006 16:08:06 -0000 1.36 +++ sources 11 Dec 2006 17:03:07 -0000 1.37 @@ -1 +1 @@ -5833853ad4d510e2ec3e64039190717c jd-1.8.1-cvs061210.tgz +22ec881febde66bc7e690e61d032a604 jd-1.8.1-cvs061211.tgz From fedora-extras-commits at redhat.com Mon Dec 11 17:10:50 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 12:10:50 -0500 Subject: rpms/aplus-fsf/devel aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200612111710.kBBHAoPf026835@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26813 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Change version schema for dynamic libs aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 5 Dec 2006 21:11:10 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 11 Dec 2006 17:10:19 -0000 1.4 @@ -1,118 +1,86 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-12-10 23:05:42.000000000 +0100 +@@ -52,6 +52,8 @@ pString_Connection.H\ pString_Listener.H -+libIPC_version = -release $(APLVERSION) -+ -+libIPC_la_LDFLAGS = $(libIPC_version) -+ +libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -12,6 +12,12 @@ ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-12-10 23:04:20.000000000 +0100 +@@ -12,6 +12,8 @@ libcxs_la_SOURCES = S.c -+libcxs_version = -release $(APLVERSION) -+ -+libcxs_la_LDFLAGS = $(libcxs_version) -+ +libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -13,5 +13,11 @@ ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-12-10 23:03:38.000000000 +0100 +@@ -13,5 +13,7 @@ libcxb_la_SOURCES = \ binary.c -+libcxb_version = -release $(APLVERSION) -+ -+libcxb_la_LDFLAGS = $(libcxb_version) -+ +libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -125,5 +125,11 @@ ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-12-10 23:03:11.000000000 +0100 +@@ -125,5 +125,7 @@ EnumTables.H\ Macros.H -+libAplusGUI_version = -release $(APLVERSION) -+ -+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version) -+ +libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++ + INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -20,5 +20,11 @@ ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-12-10 23:04:40.000000000 +0100 +@@ -20,5 +20,7 @@ impexp.c \ impexp.h -+libcxsys_version = -release $(APLVERSION) -+ -+libcxsys_la_LDFLAGS = $(libcxsys_version) -+ +libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -15,5 +15,11 @@ ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-12-10 23:03:55.000000000 +0100 +@@ -15,5 +15,7 @@ cform.c \ cxc.h -+libcxc_version = -release $(APLVERSION) -+ -+libcxc_la_LDFLAGS = $(libcxc_version) -+ +libcxc_la_LIBADD = -L../a -la + INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -24,5 +24,11 @@ ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-12-10 23:05:25.000000000 +0100 +@@ -24,5 +24,7 @@ kcheck.c \ dyld2.c -+libesf_version = -release $(APLVERSION) -+ -+libesf_la_LDFLAGS = $(libesf_version) -+ +libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -49,6 +49,11 @@ ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-12-10 23:02:46.000000000 +0100 +@@ -49,6 +49,7 @@ s.h\ x.h -+liba_version = -release $(APLVERSION) -+ -+liba_la_LDFLAGS = $(liba_version) -+ +liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB -@@ -66,7 +71,7 @@ +@@ -66,7 +67,7 @@ EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+ @@ -121,88 +89,42 @@ a_include_DATA = \ beam.h \ fir.h \ ---- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -8,9 +8,9 @@ - ## ## - ############################################################################### - --lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libdap.la - --libdap_la_SOURCES = \ -+libdap_la_SOURCES = \ - BcdPack.c \ - BcdUnpack.c \ - PrAscDecode.c \ -@@ -229,5 +229,9 @@ - tv.h\ - ulto.h - -+libdap_version = -release $(APLVERSION) -+ -+libdap_la_LDFLAGS = $(libdap_version) -+ - INCLUDES = -I.. - --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -382,6 +382,12 @@ ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-12-10 23:06:16.000000000 +0100 +@@ -382,6 +382,8 @@ MSWidgetView.H\ MSWindow.H -+libMSGUI_version = -release $(APLVERSION) -+ -+libMSGUI_la_LDFLAGS = $(libMSGUI_version) -+ +libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-12-10 23:06:39.000000000 +0100 +@@ -52,6 +52,8 @@ MSTimer.H\ MSTv.H -+libMSIPC_version = -release $(APLVERSION) -+ -+libMSIPC_la_LDFLAGS = $(libMSIPC_version) -+ +libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes + EXTRA_DIST = MSProtocolConnection.C INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -298,8 +298,11 @@ ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-12-10 23:07:02.000000000 +0100 +@@ -298,8 +298,7 @@ MSTypeMatrix.C\ MSTypeVector.C - -+libMSTypes_version = -release $(APLVERSION) - -+libMSTypes_la_LDFLAGS = $(libMSTypes_version) -+ +- +libMSTypes_la_LIBADD = -L../a -la -lstdc++ INCLUDES = -I.. ---- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -34,7 +34,7 @@ - $(top_srcdir)/src/cxc/libcxc.la \ - $(top_srcdir)/src/esf/libesf.la \ - $(top_srcdir)/src/a/liba.la \ -- $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libdap.la \ - $(top_srcdir)/src/MSGUI/libMSGUI.la \ - $(top_srcdir)/src/MSIPC/libMSIPC.la \ - $(top_srcdir)/src/MSTypes/libMSTypes.la ---- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 -+++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2005-08-29 16:47:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-12-10 22:01:34.000000000 +0100 @@ -64,7 +64,7 @@ static C *_whoseTree = ""; static C *_banner = BANNER; @@ -213,7 +135,7 @@ static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +146,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -235,7 +157,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -243,7 +165,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -254,7 +176,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -276,7 +198,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-12-10 22:01:44.000000000 +0100 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -285,7 +207,18 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ -@@ -88,6 +89,7 @@ +@@ -80,6 +81,10 @@ + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ ++LT_AGE = @LT_AGE@ ++LT_CURRENT = @LT_CURRENT@ ++LT_RELEASE = @LT_RELEASE@ ++LT_REVISION = @LT_REVISION@ + MAINT = @MAINT@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ +@@ -88,6 +93,7 @@ VERSION = @VERSION@ X_INCLUDES = @X_INCLUDES@ X_LIBS = @X_LIBS@ @@ -293,7 +226,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -@@ -121,7 +123,7 @@ +@@ -121,7 +127,7 @@ .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -303,7 +236,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -9,24 +9,21 @@ ############################################################################### @@ -339,18 +272,19 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 -@@ -17,6 +17,9 @@ ++++ aplus-fsf-4.20/configure.in 2006-12-10 23:08:05.000000000 +0100 +@@ -17,6 +17,10 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +APLVERSION=4.20.2 ++ +AC_SUBST(APLVERSION) + AC_PROG_INSTALL dnl Checks for libraries. -@@ -43,6 +46,15 @@ +@@ -43,6 +47,15 @@ dnl ], "$LIBS") dnl ]) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 5 Dec 2006 21:11:10 -0000 1.5 +++ aplus-fsf.spec 11 Dec 2006 17:10:19 -0000 1.6 @@ -1,3 +1,4 @@ + %define name aplus-fsf %define ver 4.20 %define rel 2 @@ -14,7 +15,7 @@ Name: %name Version: 4.20.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -124,13 +125,13 @@ # Move libs in an other dir to solve conflicts -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} -cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf -rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so* mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d -echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf +echo '%{_libdir}/aplus-fsf/%{version}' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -216,7 +217,7 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/aplus-fsf/lib*-%{version}.so +%{_libdir}/aplus-fsf/ %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl @@ -229,18 +230,6 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/aplus-fsf/libAplusGUI.so -%{_libdir}/aplus-fsf/libMSGUI.so -%{_libdir}/aplus-fsf/libMSIPC.so -%{_libdir}/aplus-fsf/libMSTypes.so -%{_libdir}/aplus-fsf/liba.so -%{_libdir}/aplus-fsf/libcxb.so -%{_libdir}/aplus-fsf/libcxc.so -%{_libdir}/aplus-fsf/libcxs.so -%{_libdir}/aplus-fsf/libcxsys.so -%{_libdir}/aplus-fsf/libdap.so -%{_libdir}/aplus-fsf/libesf.so -%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -267,6 +256,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Mon Dec 11 2006 Jochen Schmitt 4.20.2-12 +- Change version schema for dynamic libs + * Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 - Fix name conflict in an other way From fedora-extras-commits at redhat.com Mon Dec 11 17:37:41 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 12:37:41 -0500 Subject: rpms/CCfits/devel CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.6, 1.7 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE Message-ID: <200612111737.kBBHbf6v027027@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27005 Modified Files: .cvsignore CCfits.spec sources Added Files: CCfits-1.6-removerpath.patch Removed Files: CCfits-1.4-removerpath.patch Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. CCfits-1.6-removerpath.patch: --- NEW FILE CCfits-1.6-removerpath.patch --- diff -ur CCfits.old/Makefile.in CCfits/Makefile.in --- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 +++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 @@ -241,12 +241,12 @@ # generation like gcc does AUTOMAKE_OPTIONS = foreign # no-dependencies SUBDIRS = vs.net -R_LIB_PATH = @RDFLAGS@ +R_LIB_PATH = MSVC_FILES = MSconfig.h EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) cookbook_SOURCES = cookbook.cxx cookbook_LDADD = libCCfits.la -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +cookbook_LDFLAGS = INCLUDES = -I$(top_srcdir)/.. lib_LTLIBRARIES = libCCfits.la libCCfits_la_SOURCES = \ @@ -273,7 +273,7 @@ # This will tell shared library which STD C++ library to use without # needing the user to use LD_LIBRARY_PATH environment variable libCCfits_la_LIBADD = $(LIBSTDCPP) -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +libCCfits_la_LDFLAGS = libCCfits_ladir = $(pkgincludedir) libCCfits_la_HEADERS = \ AsciiTable.h \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Jul 2006 13:20:34 -0000 1.3 +++ .cvsignore 11 Dec 2006 17:37:11 -0000 1.4 @@ -1 +1 @@ -CCfits-1.5.tar.gz +CCfits-1.6.tar.gz Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/CCfits.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CCfits.spec 11 Sep 2006 22:31:30 -0000 1.6 +++ CCfits.spec 11 Dec 2006 17:37:11 -0000 1.7 @@ -1,13 +1,13 @@ Name: CCfits -Version: 1.5 -Release: 3%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.4-removerpath.patch +Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cfitsio-devel @@ -75,6 +75,8 @@ %doc html %changelog +* Mon Dec 11 2006 Sergio Pascual 1.6-1 +- New upstream version 1.6. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Jul 2006 13:20:34 -0000 1.3 +++ sources 11 Dec 2006 17:37:11 -0000 1.4 @@ -1 +1 @@ -41a8b37dc05bd3ddfcb0db4fc9c5bdd1 CCfits-1.5.tar.gz +3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz --- CCfits-1.4-removerpath.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 17:41:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:11 -0500 Subject: rpms/perl-Geo-Constants - New directory Message-ID: <200612111741.kBBHfBpD027089@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085/perl-Geo-Constants Log Message: Directory /cvs/extras/rpms/perl-Geo-Constants added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:41:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:16 -0500 Subject: rpms/perl-Geo-Constants/devel - New directory Message-ID: <200612111741.kBBHfGjW027102@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085/perl-Geo-Constants/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Constants/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:41:37 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:37 -0500 Subject: rpms/perl-Geo-Constants Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111741.kBBHfbRX027132@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Constants --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Constants all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 17:41:42 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:41:42 -0500 Subject: rpms/perl-Geo-Constants/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111741.kBBHfgDF027147@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Constants --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 17:42:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:42:44 -0500 Subject: rpms/perl-Geo-Constants import.log,1.1,1.2 Message-ID: <200612111742.kBBHgiA3027221@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191 Modified Files: import.log Log Message: auto-import perl-Geo-Constants-0.05-1 on branch devel from perl-Geo-Constants-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Constants/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 17:41:37 -0000 1.1 +++ import.log 11 Dec 2006 17:42:14 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Constants-0_05-1:HEAD:perl-Geo-Constants-0.05-1.src.rpm:1165859255 From fedora-extras-commits at redhat.com Mon Dec 11 17:42:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:42:44 -0500 Subject: rpms/perl-Geo-Constants/devel perl-Geo-Constants.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111742.kBBHgil4027225@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Constants/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27191/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Constants.spec Log Message: auto-import perl-Geo-Constants-0.05-1 on branch devel from perl-Geo-Constants-0.05-1.src.rpm --- NEW FILE perl-Geo-Constants.spec --- Name: perl-Geo-Constants Version: 0.05 Release: 1%{?dist} Summary: Standard Geo:: constants Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Constants/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Constants-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Constants-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Constants/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 17:41:42 -0000 1.1 +++ .cvsignore 11 Dec 2006 17:42:14 -0000 1.2 @@ -0,0 +1 @@ +Geo-Constants-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Constants/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 17:41:42 -0000 1.1 +++ sources 11 Dec 2006 17:42:14 -0000 1.2 @@ -0,0 +1 @@ +9c9b41d178d47fc124c5f4be9630491f Geo-Constants-0.05.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 17:44:12 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:12 -0500 Subject: rpms/perl-Geo-Functions - New directory Message-ID: <200612111744.kBBHiCHX027348@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27344/perl-Geo-Functions Log Message: Directory /cvs/extras/rpms/perl-Geo-Functions added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:44:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:18 -0500 Subject: rpms/perl-Geo-Functions/devel - New directory Message-ID: <200612111744.kBBHiIhE027359@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27344/perl-Geo-Functions/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Functions/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:44:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:49 -0500 Subject: rpms/perl-Geo-Functions Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111744.kBBHina4027391@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27385 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Functions --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Functions all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 17:44:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:44:54 -0500 Subject: rpms/perl-Geo-Functions/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111744.kBBHis5T027406@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27385/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Functions --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 17:46:06 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:46:06 -0500 Subject: rpms/perl-Geo-Functions import.log,1.1,1.2 Message-ID: <200612111746.kBBHk6VQ027477@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27446 Modified Files: import.log Log Message: auto-import perl-Geo-Functions-0.04-1 on branch devel from perl-Geo-Functions-0.04-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Functions/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 17:44:49 -0000 1.1 +++ import.log 11 Dec 2006 17:45:36 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Functions-0_04-1:HEAD:perl-Geo-Functions-0.04-1.src.rpm:1165859454 From fedora-extras-commits at redhat.com Mon Dec 11 17:46:06 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:46:06 -0500 Subject: rpms/perl-Geo-Functions/devel perl-Geo-Functions.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111746.kBBHk6aS027481@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Functions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27446/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Functions.spec Log Message: auto-import perl-Geo-Functions-0.04-1 on branch devel from perl-Geo-Functions-0.04-1.src.rpm --- NEW FILE perl-Geo-Functions.spec --- Name: perl-Geo-Functions Version: 0.04 Release: 1%{?dist} Summary: Standard Geo:: functions Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Functions/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Functions-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Functions-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.04-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Functions/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 17:44:54 -0000 1.1 +++ .cvsignore 11 Dec 2006 17:45:36 -0000 1.2 @@ -0,0 +1 @@ +Geo-Functions-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Functions/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 17:44:54 -0000 1.1 +++ sources 11 Dec 2006 17:45:36 -0000 1.2 @@ -0,0 +1 @@ +32a4eb2ec009cec6c2175d9166ffd911 Geo-Functions-0.04.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 17:47:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:47:46 -0500 Subject: rpms/perl-Geo-Ellipsoids - New directory Message-ID: <200612111747.kBBHlkEX027558@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27554/perl-Geo-Ellipsoids Log Message: Directory /cvs/extras/rpms/perl-Geo-Ellipsoids added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:47:51 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:47:51 -0500 Subject: rpms/perl-Geo-Ellipsoids/devel - New directory Message-ID: <200612111747.kBBHlpHc027571@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27554/perl-Geo-Ellipsoids/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Ellipsoids/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 17:48:13 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:48:13 -0500 Subject: rpms/perl-Geo-Ellipsoids Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111748.kBBHmD4g027604@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27597 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Ellipsoids --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Ellipsoids all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 17:48:13 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:48:13 -0500 Subject: rpms/perl-Geo-Ellipsoids/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111748.kBBHmD62027619@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27597/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Ellipsoids --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 17:49:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:49:18 -0500 Subject: rpms/perl-Geo-Ellipsoids import.log,1.1,1.2 Message-ID: <200612111749.kBBHnIgb027708@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27668 Modified Files: import.log Log Message: auto-import perl-Geo-Ellipsoids-0.10-1 on branch devel from perl-Geo-Ellipsoids-0.10-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Ellipsoids/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 17:48:13 -0000 1.1 +++ import.log 11 Dec 2006 17:48:48 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Ellipsoids-0_10-1:HEAD:perl-Geo-Ellipsoids-0.10-1.src.rpm:1165859648 From fedora-extras-commits at redhat.com Mon Dec 11 17:49:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:49:18 -0500 Subject: rpms/perl-Geo-Ellipsoids/devel perl-Geo-Ellipsoids.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111749.kBBHnIRD027712@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Ellipsoids/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27668/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Ellipsoids.spec Log Message: auto-import perl-Geo-Ellipsoids-0.10-1 on branch devel from perl-Geo-Ellipsoids-0.10-1.src.rpm --- NEW FILE perl-Geo-Ellipsoids.spec --- Name: perl-Geo-Ellipsoids Version: 0.10 Release: 1%{?dist} Summary: Standard Geo:: ellipsoids Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Ellipsoids/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Ellipsoids-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 BuildRequires: perl(Geo::Functions) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Standard Geo:: ellipsoids a, b, f and 1/f values. %prep %setup -q -n Geo-Ellipsoids-%{version} chmod -c a-x bin/example-* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %doc bin/example-* %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.10-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Ellipsoids/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 17:48:13 -0000 1.1 +++ .cvsignore 11 Dec 2006 17:48:48 -0000 1.2 @@ -0,0 +1 @@ +Geo-Ellipsoids-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Ellipsoids/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 17:48:13 -0000 1.1 +++ sources 11 Dec 2006 17:48:48 -0000 1.2 @@ -0,0 +1 @@ +6281160b1c9d6c21bb8fc261100fa35c Geo-Ellipsoids-0.10.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 17:50:54 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 12:50:54 -0500 Subject: rpms/CCfits/devel CCfits.spec,1.7,1.8 Message-ID: <200612111750.kBBHosxf027761@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27744 Modified Files: CCfits.spec Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/CCfits.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- CCfits.spec 11 Dec 2006 17:37:11 -0000 1.7 +++ CCfits.spec 11 Dec 2006 17:50:24 -0000 1.8 @@ -10,7 +10,7 @@ Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel +BuildRequires: cfitsio-devel >= 3.020 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -76,7 +76,7 @@ %changelog * Mon Dec 11 2006 Sergio Pascual 1.6-1 -- New upstream version 1.6. +- New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 From fedora-extras-commits at redhat.com Mon Dec 11 17:52:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 11 Dec 2006 12:52:53 -0500 Subject: owners owners.list,1.2094,1.2095 Message-ID: <200612111752.kBBHqr3Y027837@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27817 Modified Files: owners.list Log Message: New packages: perl-Geo-Constants (#219084), perl-Geo-Functions (#219086), and perl-Geo-Ellipsoids (#219087) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2094 retrieving revision 1.2095 diff -u -r1.2094 -r1.2095 --- owners.list 11 Dec 2006 16:52:25 -0000 1.2094 +++ owners.list 11 Dec 2006 17:52:23 -0000 1.2095 @@ -1510,6 +1510,9 @@ Fedora Extras|perl-GDGraph|Graph generation package for Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GDGraph3d|3D graph generation package for Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GDTextUtil|Text utilities for use with GD|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Constants|Standard Geo:: constants|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Ellipsoids|Standard Geo:: ellipsoids|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Functions|Standard Geo:: functions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-gettext|Interface to gettext family of functions|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Glib|Perl interface to GLib|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com From fedora-extras-commits at redhat.com Mon Dec 11 18:09:45 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 13:09:45 -0500 Subject: rpms/blender/devel blender.spec,1.34,1.35 Message-ID: <200612111809.kBBI9jZ0031127@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31110 Modified Files: blender.spec Log Message: New build to solve broken deps Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- blender.spec 29 Nov 2006 22:07:58 -0000 1.34 +++ blender.spec 11 Dec 2006 18:09:15 -0000 1.35 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -160,6 +160,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Mon Dec 11 2006 Jochen Schmitt 2.42a-7 +- New build to solve broken deps + * Wed Nov 29 2006 Jochen Schmitt 2.42a-6 - Rebuild to solve broken deps From fedora-extras-commits at redhat.com Mon Dec 11 18:12:08 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 13:12:08 -0500 Subject: rpms/python-smbpasswd/devel python-smbpasswd.spec,1.3,1.4 Message-ID: <200612111812.kBBIC85X031202@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/python-smbpasswd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31181 Modified Files: python-smbpasswd.spec Log Message: New build to solve broken deps Index: python-smbpasswd.spec =================================================================== RCS file: /cvs/extras/rpms/python-smbpasswd/devel/python-smbpasswd.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-smbpasswd.spec 3 Sep 2006 19:40:34 -0000 1.3 +++ python-smbpasswd.spec 11 Dec 2006 18:11:38 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-smbpasswd Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python SMB Password Hash Generator Module Group: Development/Languages @@ -40,6 +40,9 @@ %doc COPYING README.txt %changelog +* Mon Dec 11 2006 Jochen Schmitt 1.0.1-5 +- New Build to solve broken deps + * Sun Sep 3 2006 Jochen Schmitt 1.0.1-4 - Rebuild for FC-6 From fedora-extras-commits at redhat.com Mon Dec 11 18:33:18 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 13:33:18 -0500 Subject: rpms/CCfits/FC-6 CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.6, 1.7 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE Message-ID: <200612111833.kBBIXIN9031379@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31354 Modified Files: .cvsignore CCfits.spec sources Added Files: CCfits-1.6-removerpath.patch Removed Files: CCfits-1.4-removerpath.patch Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. CCfits-1.6-removerpath.patch: --- NEW FILE CCfits-1.6-removerpath.patch --- diff -ur CCfits.old/Makefile.in CCfits/Makefile.in --- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 +++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 @@ -241,12 +241,12 @@ # generation like gcc does AUTOMAKE_OPTIONS = foreign # no-dependencies SUBDIRS = vs.net -R_LIB_PATH = @RDFLAGS@ +R_LIB_PATH = MSVC_FILES = MSconfig.h EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) cookbook_SOURCES = cookbook.cxx cookbook_LDADD = libCCfits.la -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +cookbook_LDFLAGS = INCLUDES = -I$(top_srcdir)/.. lib_LTLIBRARIES = libCCfits.la libCCfits_la_SOURCES = \ @@ -273,7 +273,7 @@ # This will tell shared library which STD C++ library to use without # needing the user to use LD_LIBRARY_PATH environment variable libCCfits_la_LIBADD = $(LIBSTDCPP) -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +libCCfits_la_LDFLAGS = libCCfits_ladir = $(pkgincludedir) libCCfits_la_HEADERS = \ AsciiTable.h \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Jul 2006 13:20:34 -0000 1.3 +++ .cvsignore 11 Dec 2006 18:32:48 -0000 1.4 @@ -1 +1 @@ -CCfits-1.5.tar.gz +CCfits-1.6.tar.gz Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-6/CCfits.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CCfits.spec 11 Sep 2006 22:31:30 -0000 1.6 +++ CCfits.spec 11 Dec 2006 18:32:48 -0000 1.7 @@ -1,16 +1,16 @@ Name: CCfits -Version: 1.5 -Release: 3%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.4-removerpath.patch +Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel +BuildRequires: cfitsio-devel >= 3.020 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -75,6 +75,8 @@ %doc html %changelog +* Mon Dec 11 2006 Sergio Pascual 1.6-1 +- New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Jul 2006 13:20:34 -0000 1.3 +++ sources 11 Dec 2006 18:32:48 -0000 1.4 @@ -1 +1 @@ -41a8b37dc05bd3ddfcb0db4fc9c5bdd1 CCfits-1.5.tar.gz +3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz --- CCfits-1.4-removerpath.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 18:35:12 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 11 Dec 2006 13:35:12 -0500 Subject: rpms/CCfits/FC-5 CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.4, 1.5 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE Message-ID: <200612111835.kBBIZCm6031468@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31437 Modified Files: .cvsignore CCfits.spec sources Added Files: CCfits-1.6-removerpath.patch Removed Files: CCfits-1.4-removerpath.patch Log Message: * Mon Dec 11 2006 Sergio Pascual 1.6-1 - New upstream version 1.6. Only compiles with cfitsio >= 3.020. * Tue Sep 12 2006 Sergio Pascual 1.5-3 - Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 - Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) - Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 - Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 - Removed Source with license file License.txt. * Mon Feb 20 2006 Sergio Pascual 1.4-1 - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. - Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. CCfits-1.6-removerpath.patch: --- NEW FILE CCfits-1.6-removerpath.patch --- diff -ur CCfits.old/Makefile.in CCfits/Makefile.in --- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 +++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 @@ -241,12 +241,12 @@ # generation like gcc does AUTOMAKE_OPTIONS = foreign # no-dependencies SUBDIRS = vs.net -R_LIB_PATH = @RDFLAGS@ +R_LIB_PATH = MSVC_FILES = MSconfig.h EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) cookbook_SOURCES = cookbook.cxx cookbook_LDADD = libCCfits.la -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +cookbook_LDFLAGS = INCLUDES = -I$(top_srcdir)/.. lib_LTLIBRARIES = libCCfits.la libCCfits_la_SOURCES = \ @@ -273,7 +273,7 @@ # This will tell shared library which STD C++ library to use without # needing the user to use LD_LIBRARY_PATH environment variable libCCfits_la_LIBADD = $(LIBSTDCPP) -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) +libCCfits_la_LDFLAGS = libCCfits_ladir = $(pkgincludedir) libCCfits_la_HEADERS = \ AsciiTable.h \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Jul 2006 13:37:53 -0000 1.3 +++ .cvsignore 11 Dec 2006 18:34:42 -0000 1.4 @@ -1 +1 @@ -CCfits-1.5.tar.gz +CCfits-1.6.tar.gz Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-5/CCfits.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CCfits.spec 28 Jul 2006 10:37:31 -0000 1.4 +++ CCfits.spec 11 Dec 2006 18:34:42 -0000 1.5 @@ -1,16 +1,16 @@ Name: CCfits -Version: 1.5 -Release: 2%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.4-removerpath.patch +Patch0: CCfits-1.6-removerpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel +BuildRequires: cfitsio-devel >= 3.020 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -75,14 +75,18 @@ %doc html %changelog +* Mon Dec 11 2006 Sergio Pascual 1.6-1 +- New upstream version 1.6. Only compiles with cfitsio >= 3.020. +* Tue Sep 12 2006 Sergio Pascual 1.5-3 +- Rebuild for FC6. * Fri Jul 28 2006 Sergio Pascual 1.5-2 -- Removed perl files in documentation. +- Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 -- New upstream source 1.5 +- New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) -- Perl files in docs removed in the source +- Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 -- Removed explicit Buildrequires gcc-c++ +- Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 @@ -91,6 +95,6 @@ - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. -- Removed -rpath in the shared library +- Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/CCfits/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Jul 2006 13:37:53 -0000 1.3 +++ sources 11 Dec 2006 18:34:42 -0000 1.4 @@ -1 +1 @@ -41a8b37dc05bd3ddfcb0db4fc9c5bdd1 CCfits-1.5.tar.gz +3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz --- CCfits-1.4-removerpath.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 11 18:43:06 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 11 Dec 2006 13:43:06 -0500 Subject: rpms/graphviz import.log,1.5,1.6 Message-ID: <200612111843.kBBIh6ub031611@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/graphviz In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31578 Modified Files: import.log Log Message: auto-import graphviz-2.12-1.fc7 on branch devel from graphviz-2.12-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/graphviz/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 8 Nov 2004 04:32:07 -0000 1.5 +++ import.log 11 Dec 2006 18:42:36 -0000 1.6 @@ -2,3 +2,4 @@ graphviz-1_10-0_fdr_2_rh90:HEAD:graphviz-1.10-0.fdr.2.rh90.src.rpm:1099888267 graphviz-1_12-0_fdr_2_1:HEAD:graphviz-1.12-0.fdr.2.1.src.rpm:1099888273 graphviz-1_12-0_fdr_2_2:HEAD:graphviz-1.12-0.fdr.2.2.src.rpm:1099888327 +graphviz-2_12-1_fc7:HEAD:graphviz-2.12-1.fc7.src.rpm:1165862879 From fedora-extras-commits at redhat.com Mon Dec 11 18:43:06 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 11 Dec 2006 13:43:06 -0500 Subject: rpms/graphviz/devel graphviz-php5.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 graphviz.spec, 1.28, 1.29 sources, 1.8, 1.9 Message-ID: <200612111843.kBBIh6jR031616@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/graphviz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31578/devel Modified Files: .cvsignore graphviz.spec sources Added Files: graphviz-php5.patch Log Message: auto-import graphviz-2.12-1.fc7 on branch devel from graphviz-2.12-1.fc7.src.rpm graphviz-php5.patch: --- NEW FILE graphviz-php5.patch --- diff -urN graphviz-2.12/configure graphviz-2.12-patched/configure --- graphviz-2.12/configure 2006-12-04 16:02:10.000000000 -0600 +++ graphviz-2.12-patched/configure 2006-12-08 09:45:19.000000000 -0600 @@ -25552,7 +25552,7 @@ fi; if test "x$enable_php" != "xno"; then -if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then +if test `$SWIG -help 2>&1 | $GREP -c '\-php[5 ]*- Generate'` = 0; then PHP= { echo "$as_me:$LINENO: WARNING: swig does not support php. The PHP packages will not be built" >&5 echo "$as_me: WARNING: swig does not support php. The PHP packages will not be built" >&2;} diff -urN graphviz-2.12/configure.ac graphviz-2.12-patched/configure.ac --- graphviz-2.12/configure.ac 2006-12-04 15:11:58.000000000 -0600 +++ graphviz-2.12-patched/configure.ac 2006-12-08 08:07:10.000000000 -0600 @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.168 2006/12/04 21:11:58 erg Exp $ $Revision: 1.168 $ +# $Id: configure.ac,v 1.170 2006/12/07 17:25:53 ellson Exp $ $Revision: 1.170 $ # Process this file with autoconf to produce a configure script AC_PREREQ(2.54) @@ -628,7 +628,7 @@ AC_ARG_ENABLE(php, [AC_HELP_STRING([--disable-php], [don't support php language bindings])]) if test "x$enable_php" != "xno"; then -if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then +if test `$SWIG -help 2>&1 | $GREP -c '\-php[[5 ]]*- Generate'` = 0; then PHP= AC_MSG_WARN([swig does not support php. The PHP packages will not be built]) else Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Feb 2006 17:28:01 -0000 1.8 +++ .cvsignore 11 Dec 2006 18:42:36 -0000 1.9 @@ -1 +1 @@ -graphviz-2.8.tar.gz +graphviz-2.12.tar.gz Index: graphviz.spec =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/graphviz.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- graphviz.spec 4 Oct 2006 21:35:44 -0000 1.28 +++ graphviz.spec 11 Dec 2006 18:42:36 -0000 1.29 @@ -1,31 +1,122 @@ # $Id$ $Revision$ # graphviz.spec. Generated from graphviz.spec.in by configure. -# Io is disabled because it's not (yet?) found in Fedora. -# http://www.iolanguage.com/about/ -# - Jima -%define _IO 0 - # Note: graphviz requires gd with gif support (and other fixes), hence use # internal one for now. -Summary: Graph Visualization Tools +#-- graphviz src.rpm -------------------------------------------------------- Name: graphviz -Version: 2.8 -Release: 5%{?dist} -Group: Applications/Multimedia +Version: 2.12 +Release: 1%{?dist} + License: CPL URL: http://www.graphviz.org/ -Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz -Requires: urw-fonts +Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.12.tar.gz +Patch0: %{name}-php5.patch + +# graphviz is relocatable +#Prefix: /usr + +#-- feature and package selection ------------------------------------------- +# depends on %dist and %fedora (or %rhl or %rhel) which are set +# in .rpmmacros on each build host + +# Define a default set of features incase none of the conditionals apply +%define SHARP 0 +%define GUILE 0 +%define _IO 0 +%define JAVA 0 +%define LUA 0 +%define OCAML 0 +%define PERL 0 +%define PHP 0 +%define PYTHON 0 +%define RUBY 0 +%define TCL 1 +%define IPSEPCOLA --without-ipsepcola +%define MYLIBGD --with-mylibgd +%define MING --without-ming + +# SuSE uses a different mechanism to generate BuildRequires +# norootforbuild +# neededforbuild expat freetype2 freetype2-devel gcc libjpeg libpng-devel-packages tcl tcl-devel tk tk-devel x-devel-packages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpng-devel libjpeg-devel expat-devel ksh bison flex -BuildRequires: libtool-ltdl-devel fontconfig-devel swig libXaw-devel -BuildRequires: libSM-devel libXpm-devel libXext-devel libXt-devel -BuildRequires: mono-core guile-devel libgcj-devel java-1.4.2-gcj-compat-devel -BuildRequires: lua-devel ocaml php-devel python-devel ruby-devel tk-devel +BuildRequires: zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2 +BuildRequires: /bin/ksh bison m4 flex tk tcl >= 8.3 swig + +# This just indicates the requirement for tcl.h, tk.h, but doesn't identify +# where to get them from. In RH9 and earlier they were in the tcl, tk, +# base packages which are always BR'd anyway (above). +BuildRequires: /usr/include/tcl.h /usr/include/tk.h + +%if 0%{?rhl} +%define PERL 1 +%define TCL 1 +BuildRequires: XFree86-devel perl +%endif + +%if 0%{?rhel} +%define PERL 1 +%define TCL 1 +BuildRequires: perl +%if "%rhel" < "4" +BuildRequires: XFree86-devel +%endif +%if "%rhel" >= "3" +%define IPSEPCOLA --with-ipsepcola +BuildRequires: fontconfig-devel tcl-devel tk-devel +%endif +%if "%rhel" >= "4" +%define PHP 1 +%define RUBY 1 +BuildRequires: xorg-x11-devel php-devel ruby-devel +%endif +%if "%rhel" >= "5" +BuildRequires: libtool-ltdl libtool-ltdl-devel libXaw-devel libSM-devel libICE-devel libXpm-devel libXt-devel libXmu-devel libXext-devel libX11-devel +%endif +%endif + +%if 0%{?fedora} +%define PERL 1 +%define TCL 1 +BuildRequires: fontconfig-devel tcl-devel tk-devel +%if "%fedora" < "3" +BuildRequires: XFree86-devel +%endif +%if "%fedora" == "3" +BuildRequires: xorg-x11-devel +%endif +%if "%fedora" == "4" +BuildRequires: xorg-x11-devel +%endif +%if "%fedora" >= "3" +%define IPSEPCOLA --with-ipsepcola +%endif +%if "%fedora" >= "4" +%define PHP 1 +%define RUBY 1 +%define GUILE 1 +BuildRequires: libtool-ltdl libtool-ltdl-devel php-devel ruby-devel guile-devel +%endif +%if "%fedora" >= "5" +%define SHARP 1 +%define JAVA 1 +%define OCAML 1 +%define PYTHON 1 +BuildRequires: libXaw-devel libSM-devel libICE-devel libXpm-devel libXt-devel libXmu-devel libXext-devel libX11-devel libgcj-devel mono-core ocaml python-devel java-devel +%endif +%if "%fedora" >= "6" +%define LUA 1 +BuildRequires: cairo-devel >= 1.1.10 pango-devel gmp-devel lua-devel +%endif +%endif + +#-- graphviz rpm -------------------------------------------------- +Group: Applications/Multimedia +Summary: Graph Visualization Tools +Requires: urw-fonts %description A collection of tools for the manipulation and layout @@ -35,222 +126,289 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* -%dir %{_libdir}/%{name} -%{_libdir}/%{name}/*.so.* +%dir %{_libdir}/graphviz +%{_libdir}/*.so.* +%{_libdir}/graphviz/*.so.* %{_mandir}/man1/*.1* -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/lefty -%exclude %{_libdir}/%{name}/*/* +%dir %{_datadir}/graphviz +%{_datadir}/graphviz/lefty +%exclude %{_libdir}/graphviz/*/* +%exclude %{_libdir}/graphviz/libgvplugin_gd.* -#------------------------------------------------------------------ +# run "dot -c" to generate plugin config in %{_libdir}/graphviz/config +%post +LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/%{_lib} $RPM_INSTALL_PREFIX0/bin/dot -c + +# if there is no dot after everything else is done, the remove config +%postun +if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/config; fi + +#-- graphviz-gd rpm -------------------------------------------------- +%package gd +Group: Applications/Multimedia +Summary: graphviz plugin for renderers based on gd +Requires: graphviz = %{version}-%{release} + +%description gd +graphviz plugin for renderers based on gd + +%files gd +%{_libdir}/graphviz/libgvplugin_gd.so.* + +# run "dot -c" to generate plugin config in %{_libdir}/graphviz/config +%post gd +LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/%{_lib} $RPM_INSTALL_PREFIX0/bin/dot -c + +# if there is not dot after everything else is done, the remove config +%postun gd +if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/config; fi + +#-- graphviz-sharp rpm -------------------------------------------- +%if %{SHARP} %package sharp -Group: Applications/Multimedia -Summary: C# extension for %{name} -Requires: %{name} = %{version}-%{release} +Group: Applications/Multimedia +Summary: C# extension for graphviz +Requires: graphviz = %{version}-%{release} mono-core %description sharp -C# extensions for %{name}. +C# extension for graphviz. %files sharp %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/sharp -%{_libdir}/%{name}/sharp/* +%dir %{_libdir}/graphviz/sharp +%{_libdir}/graphviz/sharp/* +%endif -#------------------------------------------------------------------ +#-- graphviz-guile rpm -------------------------------------------- +%if %{GUILE} %package guile Group: Applications/Multimedia -Summary: Guile extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Guile extension for graphviz +Requires: graphviz = %{version}-%{release} guile %description guile -Guile extensions for %{name}. +Guile extension for graphviz. %files guile %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/guile -%{_libdir}/%{name}/guile/* +%dir %{_libdir}/graphviz/guile +%{_libdir}/graphviz/guile/* +%endif -#------------------------------------------------------------------ +#-- graphviz-io rpm ----------------------------------------------- %if %{_IO} %package io Group: Applications/Multimedia -Summary: Io extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Io extension for graphviz +Requires: graphviz = %{version}-%{release} io %description io -Java extensions for %{name}. +Io extension for graphviz. %files io %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/io -%{_libdir}/%{name}/io/* +%dir %{_libdir}/graphviz/io +%{_libdir}/graphviz/io/* %endif -#------------------------------------------------------------------ +#-- graphviz-java rpm --------------------------------------------- +%if %{JAVA} %package java Group: Applications/Multimedia -Summary: Java extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Java extension for graphviz +Requires: graphviz = %{version}-%{release} libgcj java %description java -Java extensions for %{name}. +Java extension for graphviz. %files java %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/java -%{_libdir}/%{name}/java/* +%dir %{_libdir}/graphviz/java +%{_libdir}/graphviz/java/* +%endif -#------------------------------------------------------------------ +#-- graphviz-lua rpm ---------------------------------------------- +%if %{LUA} %package lua Group: Applications/Multimedia -Summary: Lua extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Lua extension for graphviz +Requires: graphviz = %{version}-%{release} lua %description lua -Java extensions for %{name}. +Lua extension for graphviz. %files lua %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/lua -%{_libdir}/%{name}/lua/* +%dir %{_libdir}/graphviz/lua +%{_libdir}/graphviz/lua/* +%endif -#------------------------------------------------------------------ +#-- graphviz-ocaml rpm -------------------------------------------- +%if %{OCAML} %package ocaml Group: Applications/Multimedia -Summary: Ocaml extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Ocaml extension for graphviz +Requires: graphviz = %{version}-%{release} ocaml %description ocaml -Ocaml extensions for %{name}. +Ocaml extension for graphviz. %files ocaml %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/ocaml -%{_libdir}/%{name}/ocaml/* +%dir %{_libdir}/graphviz/ocaml +%{_libdir}/graphviz/ocaml/* +%endif -#------------------------------------------------------------------ +#-- graphviz-perl rpm --------------------------------------------- +%if %{PERL} %package perl Group: Applications/Multimedia -Summary: Perl extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Perl extension for graphviz +Requires: graphviz = %{version}-%{release} perl %description perl -Perl extensions for %{name}. +Perl extension for graphviz. %files perl %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/perl -%{_libdir}/%{name}/perl/* +%dir %{_libdir}/graphviz/perl +%{_libdir}/graphviz/perl/* +%endif -#------------------------------------------------------------------ +#-- graphviz-php rpm ---------------------------------------------- +%if %{PHP} %package php Group: Applications/Multimedia -Summary: PHP extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: PHP extension for graphviz +Requires: graphviz = %{version}-%{release} php %description php -PHP extensions for %{name}. +PHP extension for graphviz. %files php %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/php -%{_libdir}/%{name}/php/* +%dir %{_libdir}/graphviz/php +%{_libdir}/graphviz/php/* +%endif -#------------------------------------------------------------------ +#-- graphviz-python rpm ------------------------------------------- +%if %{PYTHON} %package python Group: Applications/Multimedia -Summary: Python extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Python extension for graphviz +Requires: graphviz = %{version}-%{release} python %description python -Python extensions for %{name}. +Python extension for graphviz. %files python %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/python -%{_libdir}/%{name}/python/* +%dir %{_libdir}/graphviz/python +%{_libdir}/graphviz/python/* +%endif -#------------------------------------------------------------------ +#-- graphviz-ruby rpm --------------------------------------------- +%if %{RUBY} %package ruby Group: Applications/Multimedia -Summary: Ruby extension for %{name} -Requires: %{name} = %{version}-%{release} +Summary: Ruby extension for graphviz +Requires: graphviz = %{version}-%{release} ruby %description ruby -Ruby extensions for %{name}. +Ruby extension for graphviz. %files ruby %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/ruby -%{_libdir}/%{name}/ruby/* +%dir %{_libdir}/graphviz/ruby +%{_libdir}/graphviz/ruby/* +%endif -#------------------------------------------------------------------ +#-- graphviz-tcl rpm ---------------------------------------------- +%if %{TCL} %package tcl Group: Applications/Multimedia -Summary: Tcl extension & tools for %{name} -Requires: %{name} = %{version}-%{release} tcl >= 8.3 tk +Summary: Tcl extension & tools for graphviz +Requires: graphviz = %{version}-%{release} tcl >= 8.3 tk %description tcl -Various tcl packages (extensions) for the %{name} tools. +Various tcl packages (extensions) for the graphviz tools. %files tcl %defattr(-,root,root,-) -%dir %{_libdir}/%{name}/tcl -%{_libdir}/%{name}/tcl/* -%{_libdir}/%{name}/pkgIndex.tcl -%{_datadir}/%{name}/demo +%dir %{_libdir}/graphviz/tcl +%{_libdir}/graphviz/tcl/* +%{_libdir}/graphviz/pkgIndex.tcl +%{_datadir}/graphviz/demo %{_mandir}/mann/*.n* +%endif -#------------------------------------------------------------------ +#-- graphviz-devel rpm -------------------------------------------- %package devel Group: Development/Libraries -Summary: Development package for %{name} -Requires: %{name} = %{version}-%{release} pkgconfig +Summary: Development package for graphviz +Requires: graphviz = %{version}-%{release} pkgconfig %description devel A collection of tools for the manipulation and layout of graphs (as in nodes and edges, not as in barcharts). -This package contains development files for %{name}. +This package contains development files for graphviz. %files devel %defattr(-,root,root,-) -%{_includedir}/%{name} -%{_libdir}/%{name}/*.so +%{_includedir}/graphviz +%{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_mandir}/man3/*.3* -%exclude %{_libdir}/%{name}/*/* +%exclude %{_libdir}/graphviz/*/* +%exclude %{_libdir}/graphviz/libgvplugin* +%exclude %{_libdir}/graphviz/*.so -#------------------------------------------------------------------ +#-- graphviz-graphs rpm ------------------------------------------- %package graphs Group: Applications/Multimedia -Summary: Demo graphs for %{name} +Summary: Demo graphs for graphviz %description graphs -Some demo graphs for %{name}. +Some demo graphs for graphviz. %files graphs %defattr(-,root,root,-) -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/graphs +%dir %{_datadir}/graphviz +%{_datadir}/graphviz/graphs -#------------------------------------------------------------------ +#-- graphviz-doc rpm ---------------------------------------------- %package doc Group: Documentation -Summary: PDF and HTML documents for %{name} +Summary: PDF and HTML documents for graphviz %description doc -Provides some additional PDF and HTML documentation for %{name}. +Provides some additional PDF and HTML documentation for graphviz. %files doc %defattr(-,root,root,-) %doc __doc/* -#------------------------------------------------------------------ +#-- building -------------------------------------------------- + %prep %setup -q +%patch0 -p1 %build -%configure --disable-static --with-mylibgd --disable-io +# XXX ix86 only used to have -ffast-math, let's use everywhere +%{expand: %%define optflags %{optflags} -ffast-math} +# %%configure is broken in RH7.3 rpmbuild +CFLAGS="$RPM_OPT_FLAGS" \ +./configure \ + --prefix=%{_prefix} \ + --bindir=%{_bindir} \ + --libdir=%{_libdir} \ + --includedir=%{_includedir} \ + --datadir=%{_datadir} \ + --mandir=%{_mandir} \ + --with-x \ + --disable-static \ + --disable-dependency-tracking %{MYLIBGD} %{IPSEPCOLA} %{MING} %__make %{?_smp_mflags} %install @@ -261,7 +419,6 @@ pkgconfigdir=%{_libdir}/pkgconfig \ install find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' -#find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';' chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/lefty/* cp -a $RPM_BUILD_ROOT%{_datadir}/%{name}/doc __doc rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc @@ -269,129 +426,21 @@ %clean rm -rf $RPM_BUILD_ROOT -# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config -%post -%{_bindir}/dot -c - -# if there is not dot after everything else is done, the remove config -%postun -if ! test -x %{_bindir}/dot; then rm -f %{_libdir}/%{name}/config; fi +#-- changelog -------------------------------------------------- %changelog -* Wed Oct 04 2006 Patrick "Jima" Laughton 2.8-5 -- Bump-n-build +* Mon Dec 11 2006 Patrick "Jima" Laughton 2.12-1 +- Fixed dist tag +- Fixed minor typo in -lua description (BZ#218191) +- Added upstream-supplied "php5" patch (due to newer swig) +- Added BR: java-devel & R: java + +* Tue Sep 13 2005 John Ellson +- split out language bindings into their own rpms so that + main rpm doesn't depend on (e.g.) ocaml + +* Sat Aug 13 2005 John Ellson +- imported various fixes from the Fedora-Extras .spec by Oliver Falk -* Thu Sep 14 2006 Patrick "Jima" Laughton - 2.8-4 -- Fixing BZ#188148 & BZ#184171 -- Dropped the unified spec file logic; it complicated matters unnecessarily -- Removed VERY broken fc5/fc4/fc3 conditionals -- Removed redundant BuildReqs -- Disabled io support due to not knowing what it was -- General cleanup -- Lots of help from Alex Lancaster on this package! Thanks! - -* Wed Mar 01 2006 Oliver Falk - 2.8-3 -- Add libtool-ltdl, libtool-ltdl-devel -- Fix fixes - -* Fri Feb 24 2006 Oliver Falk - 2.8-2 -- Fix unpackaged files on x86_64 - -* Wed Feb 22 2006 Oliver Falk - 2.8-1 -- Merge with specfile from Paul F. Johnson -- Update - -* Mon Feb 13 2006 Oliver Falk - 2.6-4 -- BR: ruby-devel - -* Mon Nov 21 2005 Oliver Falk - 2.6-3 -- Rebuild - -* Fri Nov 04 2005 Oliver Falk - 2.6-2 -- BuildRequires fixes for "Modular X"; Thanks to John Ellson - -* Mon Aug 29 2005 Oliver Falk - 2.6-1 -- Update - -* Mon Aug 22 2005 Oliver Falk - 2.4-2 -- Bug #163840 - -* Thu Aug 11 2005 Oliver Falk - 2.4-1 -- Update -- Took over maintainership -- Merge with spec provided within source tarball - -* Sun May 22 2005 Jeremy Katz - 2.2.1-2 -- rebuild on all arches - -* Fri Apr 7 2005 John Ellson - 2.2.1-1 -- update to graphviz-2.2.1 - -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Sun Jan 23 2005 John Ellson - 0:2.2-3 -- change BuildRequires to /bin/ksh, since ksh doesn't provide a /usr/bin/ksh -- change devel exclude to also exclude libtcl*.la - -* Sat Jan 22 2005 Ville Skytt?? - 0:2.2-2 -- Move -doc back to %%{__docdir}, remove unused docdir=... from build. -- Own %%{_datadir}/%%{name} in -graphs. -- Require tcl and tk in -tcl. -- Require pkgconfig in -devel, fix *.pc install location. -- Build without dependency tracking. -- Honor $RPM_OPT_FLAGS again. -- Move dotneato-config to -devel. -- Fix lefty/* permissions. - -* Sat Jan 22 2005 John Ellson - 0:2.2-1 -- Updated to 2.2 -- split out: - graphviz-docs - optional and large - graphviz-graphs - optional demo graphs - graphviz-tcl - optional, of interest only to tcl users, requires tcl -- avoid use of %%configure which breaks on RH73 -- add some pkgconfigs - probably in wrong place they're a bit experimental - so OK for now -- add BuildRequires /usr/bin/ksh (either pdksh or the real one) - -* Thu Jun 3 2004 Ville Skytt?? - 0:1.12-0.fdr.2 -- BuildRequire m4 to work around https://bugzilla.redhat.com/108655 on FC1. - -* Tue May 25 2004 Ville Skytt?? - 0:1.12-0.fdr.1 -- Update to 1.12. - -* Tue Nov 11 2003 Dams 0:1.10-0.fdr.3 -- Applied patch to fix build on FC1 - -* Sat Aug 23 2003 Dams 0:1.10-0.fdr.2 -- Hopefully fixed BuildRequires - -* Sun Aug 17 2003 Dams 0:1.10-0.fdr.2 -- Added some BuildRequires to satisfy build conditions on severn. - -* Sat Aug 16 2003 Dams 0:1.10-0.fdr.1 -- Added _smp_mflags -- Removed "transform='s,x,x,'" configure arg - -* Tue Jul 29 2003 Ville Skytt?? - 0:1.10-0.fdr.1 -- Update to 1.10. -- BuildRequires expat-devel. -- Include *.la (uses ltdl). -- %%configure in %%build. - -* Thu Jul 10 2003 Dams 0:1.9-0.fdr.1 -- Updated to 1.9 -- Split devel package - -* Tue Jul 8 2003 Dams 0:1.7.14-0.fdr.1 -- Applied fedora spec file look&feel - -* Tue Jan 1 2002 Jeff Johnson -- update to 1.7.14. - -* Wed Apr 25 2001 Jeff Johnson -- repackage for powertools. -- simplify spec file. -- add -ffast-math for all arch's, not just ix86. -- remove Requires: webfonts. +* Wed Jul 20 2005 John Ellson +- release 2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Feb 2006 17:28:01 -0000 1.8 +++ sources 11 Dec 2006 18:42:36 -0000 1.9 @@ -1 +1 @@ -ca921b4a9bcd86da4a1092bb17a57d83 graphviz-2.8.tar.gz +e5547bc0ec47943c72f5c3e2b5dff58f graphviz-2.12.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 18:43:55 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 13:43:55 -0500 Subject: rpms/python-basemap/FC-6 python-basemap.spec,1.11,1.12 Message-ID: <200612111843.kBBIhtKC031700@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-basemap/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31654/FC-6 Modified Files: python-basemap.spec Log Message: Remove unnecessary (and damaging) line ending change Index: python-basemap.spec =================================================================== RCS file: /cvs/extras/rpms/python-basemap/FC-6/python-basemap.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-basemap.spec 21 Nov 2006 18:22:05 -0000 1.11 +++ python-basemap.spec 11 Dec 2006 18:43:25 -0000 1.12 @@ -2,7 +2,7 @@ Name: python-basemap Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: MIT and GPL @@ -29,9 +29,6 @@ #Avoid name conflict mv examples/README examples/README.examples -#Cleanup line endings -sed -i 's/\r$//' examples/* - %build %{__python} setup.py build @@ -60,6 +57,9 @@ %changelog +* Mon Dec 11 2006 Orion Poplawski 0.9.4-2 +- Remove unnecessary (and damaging) line ending change + * Mon Nov 20 2006 Orion Poplawski 0.9.4-1 - Update to upstream 0.9.4 From fedora-extras-commits at redhat.com Mon Dec 11 18:43:55 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 11 Dec 2006 13:43:55 -0500 Subject: rpms/python-basemap/devel python-basemap.spec,1.11,1.12 Message-ID: <200612111843.kBBIhtBE031703@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/python-basemap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31654/devel Modified Files: python-basemap.spec Log Message: Remove unnecessary (and damaging) line ending change Index: python-basemap.spec =================================================================== RCS file: /cvs/extras/rpms/python-basemap/devel/python-basemap.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-basemap.spec 21 Nov 2006 16:56:24 -0000 1.11 +++ python-basemap.spec 11 Dec 2006 18:43:25 -0000 1.12 @@ -2,7 +2,7 @@ Name: python-basemap Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: MIT and GPL @@ -29,9 +29,6 @@ #Avoid name conflict mv examples/README examples/README.examples -#Cleanup line endings -sed -i 's/\r$//' examples/* - %build %{__python} setup.py build @@ -60,6 +57,9 @@ %changelog +* Mon Dec 11 2006 Orion Poplawski 0.9.4-2 +- Remove unnecessary (and damaging) line ending change + * Mon Nov 20 2006 Orion Poplawski 0.9.4-1 - Update to upstream 0.9.4 From fedora-extras-commits at redhat.com Mon Dec 11 18:43:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 13:43:56 -0500 Subject: rpms/koffice/devel koffice.spec,1.48,1.49 Message-ID: <200612111843.kBBIhueL031706@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31681 Modified Files: koffice.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%defattr Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- koffice.spec 11 Dec 2006 14:07:23 -0000 1.48 +++ koffice.spec 11 Dec 2006 18:43:26 -0000 1.49 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -408,6 +408,7 @@ %{?ruby:%{_libdir}/kde3/krossruby.*} %files devel +%defattr(-,root,root,-) %{_includedir}/* %{_datadir}/doc/HTML/en/koffice-apidocs/ %{_libdir}/lib*.so @@ -660,6 +661,10 @@ %changelog +* Mon Dec 11 2006 Rex Dieter +1.6.2-4 +- -devel: +%%defattr + * Sun Dec 10 2006 Rex Dieter 1.6.2-3 - -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so From fedora-extras-commits at redhat.com Mon Dec 11 18:59:44 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 13:59:44 -0500 Subject: rpms/aplus-fsf/FC-6 aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200612111859.kBBIxiPt031889@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31869 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Change versioning schema aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:39:54 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 11 Dec 2006 18:59:14 -0000 1.4 @@ -1,118 +1,86 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-12-10 23:05:42.000000000 +0100 +@@ -52,6 +52,8 @@ pString_Connection.H\ pString_Listener.H -+libIPC_version = -release $(APLVERSION) -+ -+libIPC_la_LDFLAGS = $(libIPC_version) -+ +libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -12,6 +12,12 @@ ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-12-10 23:04:20.000000000 +0100 +@@ -12,6 +12,8 @@ libcxs_la_SOURCES = S.c -+libcxs_version = -release $(APLVERSION) -+ -+libcxs_la_LDFLAGS = $(libcxs_version) -+ +libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -13,5 +13,11 @@ ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-12-10 23:03:38.000000000 +0100 +@@ -13,5 +13,7 @@ libcxb_la_SOURCES = \ binary.c -+libcxb_version = -release $(APLVERSION) -+ -+libcxb_la_LDFLAGS = $(libcxb_version) -+ +libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -125,5 +125,11 @@ ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-12-10 23:03:11.000000000 +0100 +@@ -125,5 +125,7 @@ EnumTables.H\ Macros.H -+libAplusGUI_version = -release $(APLVERSION) -+ -+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version) -+ +libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++ + INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -20,5 +20,11 @@ ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-12-10 23:04:40.000000000 +0100 +@@ -20,5 +20,7 @@ impexp.c \ impexp.h -+libcxsys_version = -release $(APLVERSION) -+ -+libcxsys_la_LDFLAGS = $(libcxsys_version) -+ +libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -15,5 +15,11 @@ ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-12-10 23:03:55.000000000 +0100 +@@ -15,5 +15,7 @@ cform.c \ cxc.h -+libcxc_version = -release $(APLVERSION) -+ -+libcxc_la_LDFLAGS = $(libcxc_version) -+ +libcxc_la_LIBADD = -L../a -la + INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -24,5 +24,11 @@ ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-12-10 23:05:25.000000000 +0100 +@@ -24,5 +24,7 @@ kcheck.c \ dyld2.c -+libesf_version = -release $(APLVERSION) -+ -+libesf_la_LDFLAGS = $(libesf_version) -+ +libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -49,6 +49,11 @@ ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-12-10 23:02:46.000000000 +0100 +@@ -49,6 +49,7 @@ s.h\ x.h -+liba_version = -release $(APLVERSION) -+ -+liba_la_LDFLAGS = $(liba_version) -+ +liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB -@@ -66,7 +71,7 @@ +@@ -66,7 +67,7 @@ EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+ @@ -121,88 +89,42 @@ a_include_DATA = \ beam.h \ fir.h \ ---- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -8,9 +8,9 @@ - ## ## - ############################################################################### - --lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libdap.la - --libdap_la_SOURCES = \ -+libdap_la_SOURCES = \ - BcdPack.c \ - BcdUnpack.c \ - PrAscDecode.c \ -@@ -229,5 +229,9 @@ - tv.h\ - ulto.h - -+libdap_version = -release $(APLVERSION) -+ -+libdap_la_LDFLAGS = $(libdap_version) -+ - INCLUDES = -I.. - --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -382,6 +382,12 @@ ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-12-10 23:06:16.000000000 +0100 +@@ -382,6 +382,8 @@ MSWidgetView.H\ MSWindow.H -+libMSGUI_version = -release $(APLVERSION) -+ -+libMSGUI_la_LDFLAGS = $(libMSGUI_version) -+ +libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-12-10 23:06:39.000000000 +0100 +@@ -52,6 +52,8 @@ MSTimer.H\ MSTv.H -+libMSIPC_version = -release $(APLVERSION) -+ -+libMSIPC_la_LDFLAGS = $(libMSIPC_version) -+ +libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes + EXTRA_DIST = MSProtocolConnection.C INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -298,8 +298,11 @@ ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-12-10 23:07:02.000000000 +0100 +@@ -298,8 +298,7 @@ MSTypeMatrix.C\ MSTypeVector.C - -+libMSTypes_version = -release $(APLVERSION) - -+libMSTypes_la_LDFLAGS = $(libMSTypes_version) -+ +- +libMSTypes_la_LIBADD = -L../a -la -lstdc++ INCLUDES = -I.. ---- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -34,7 +34,7 @@ - $(top_srcdir)/src/cxc/libcxc.la \ - $(top_srcdir)/src/esf/libesf.la \ - $(top_srcdir)/src/a/liba.la \ -- $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libdap.la \ - $(top_srcdir)/src/MSGUI/libMSGUI.la \ - $(top_srcdir)/src/MSIPC/libMSIPC.la \ - $(top_srcdir)/src/MSTypes/libMSTypes.la ---- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 -+++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2005-08-29 16:47:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-12-10 22:01:34.000000000 +0100 @@ -64,7 +64,7 @@ static C *_whoseTree = ""; static C *_banner = BANNER; @@ -213,7 +135,7 @@ static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +146,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -235,7 +157,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -243,7 +165,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -254,7 +176,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -276,7 +198,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-12-10 22:01:44.000000000 +0100 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -285,7 +207,18 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ -@@ -88,6 +89,7 @@ +@@ -80,6 +81,10 @@ + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ ++LT_AGE = @LT_AGE@ ++LT_CURRENT = @LT_CURRENT@ ++LT_RELEASE = @LT_RELEASE@ ++LT_REVISION = @LT_REVISION@ + MAINT = @MAINT@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ +@@ -88,6 +93,7 @@ VERSION = @VERSION@ X_INCLUDES = @X_INCLUDES@ X_LIBS = @X_LIBS@ @@ -293,7 +226,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -@@ -121,7 +123,7 @@ +@@ -121,7 +127,7 @@ .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -303,7 +236,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -9,24 +9,21 @@ ############################################################################### @@ -339,18 +272,19 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 -@@ -17,6 +17,9 @@ ++++ aplus-fsf-4.20/configure.in 2006-12-10 23:08:05.000000000 +0100 +@@ -17,6 +17,10 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +APLVERSION=4.20.2 ++ +AC_SUBST(APLVERSION) + AC_PROG_INSTALL dnl Checks for libraries. -@@ -43,6 +46,15 @@ +@@ -43,6 +47,15 @@ dnl ], "$LIBS") dnl ]) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-6/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 6 Dec 2006 16:39:54 -0000 1.5 +++ aplus-fsf.spec 11 Dec 2006 18:59:14 -0000 1.6 @@ -1,3 +1,4 @@ + %define name aplus-fsf %define ver 4.20 %define rel 2 @@ -14,7 +15,7 @@ Name: %name Version: 4.20.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -124,13 +125,13 @@ # Move libs in an other dir to solve conflicts -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} -cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf -rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so* mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d -echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf +echo '%{_libdir}/aplus-fsf/%{version}' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -216,7 +217,7 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/aplus-fsf/lib*-%{version}.so +%{_libdir}/aplus-fsf/ %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl @@ -229,18 +230,6 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/aplus-fsf/libAplusGUI.so -%{_libdir}/aplus-fsf/libMSGUI.so -%{_libdir}/aplus-fsf/libMSIPC.so -%{_libdir}/aplus-fsf/libMSTypes.so -%{_libdir}/aplus-fsf/liba.so -%{_libdir}/aplus-fsf/libcxb.so -%{_libdir}/aplus-fsf/libcxc.so -%{_libdir}/aplus-fsf/libcxs.so -%{_libdir}/aplus-fsf/libcxsys.so -%{_libdir}/aplus-fsf/libdap.so -%{_libdir}/aplus-fsf/libesf.so -%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -267,6 +256,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Mon Dec 11 2006 Jochen Schmitt 4.20.2-12 +- Change version schema for dynamic libs + * Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 - Fix name conflict in an other way From fedora-extras-commits at redhat.com Mon Dec 11 19:01:12 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 14:01:12 -0500 Subject: rpms/aplus-fsf/FC-5 aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200612111901.kBBJ1C7n002634@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31951 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Change versioning schema aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 6 Dec 2006 16:42:19 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 11 Dec 2006 19:00:42 -0000 1.4 @@ -1,118 +1,86 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-12-10 23:05:42.000000000 +0100 +@@ -52,6 +52,8 @@ pString_Connection.H\ pString_Listener.H -+libIPC_version = -release $(APLVERSION) -+ -+libIPC_la_LDFLAGS = $(libIPC_version) -+ +libIPC_la_LIBADD = -L../MSTypes -L../MSIPC -L../a -lMSTypes -L../cxsys -L../dap -lMSIPC -la -lstdc++ -lcxsys -ldap + INCLUDES = -I.. idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -12,6 +12,12 @@ ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-12-10 23:04:20.000000000 +0100 +@@ -12,6 +12,8 @@ libcxs_la_SOURCES = S.c -+libcxs_version = -release $(APLVERSION) -+ -+libcxs_la_LDFLAGS = $(libcxs_version) -+ +libcxs_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -13,5 +13,11 @@ ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-12-10 23:03:38.000000000 +0100 +@@ -13,5 +13,7 @@ libcxb_la_SOURCES = \ binary.c -+libcxb_version = -release $(APLVERSION) -+ -+libcxb_la_LDFLAGS = $(libcxb_version) -+ +libcxb_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -125,5 +125,11 @@ ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-12-10 23:03:11.000000000 +0100 +@@ -125,5 +125,7 @@ EnumTables.H\ Macros.H -+libAplusGUI_version = -release $(APLVERSION) -+ -+libAplusGUI_la_LDFLAGS = $(libAplusGUI_version) -+ +libAplusGUI_la_LIBADD = -L../MSGUI -L../MSTypes -L../MSIPC -L../esf -lMSGUI -lMSTypes -lMSIPC -lesf -lstdc++ + INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -20,5 +20,11 @@ ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-12-10 23:04:40.000000000 +0100 +@@ -20,5 +20,7 @@ impexp.c \ impexp.h -+libcxsys_version = -release $(APLVERSION) -+ -+libcxsys_la_LDFLAGS = $(libcxsys_version) -+ +libcxsys_la_LIBADD = -L../a -L../dap -L../cxc -la -ldap -lcxc + INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -15,5 +15,11 @@ ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-12-10 23:03:55.000000000 +0100 +@@ -15,5 +15,7 @@ cform.c \ cxc.h -+libcxc_version = -release $(APLVERSION) -+ -+libcxc_la_LDFLAGS = $(libcxc_version) -+ +libcxc_la_LIBADD = -L../a -la + INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -24,5 +24,11 @@ ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-12-10 23:05:25.000000000 +0100 +@@ -24,5 +24,7 @@ kcheck.c \ dyld2.c -+libesf_version = -release $(APLVERSION) -+ -+libesf_la_LDFLAGS = $(libesf_version) -+ +libesf_la_LIBADD = -L../a -L../dap -la -ldap + INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -49,6 +49,11 @@ ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-12-10 23:02:46.000000000 +0100 +@@ -49,6 +49,7 @@ s.h\ x.h -+liba_version = -release $(APLVERSION) -+ -+liba_la_LDFLAGS = $(liba_version) -+ +liba_la_LIBADD = -L../dap -ldap CFLAGS = @CFLAGS@ -DBSTUB -@@ -66,7 +71,7 @@ +@@ -66,7 +67,7 @@ EXTRA_DIST = fsftest.+ apter.+ t.+ dio.+ @@ -121,88 +89,42 @@ a_include_DATA = \ beam.h \ fir.h \ ---- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -8,9 +8,9 @@ - ## ## - ############################################################################### - --lib_LTLIBRARIES = libdap.la -+lib_LTLIBRARIES = libdap.la - --libdap_la_SOURCES = \ -+libdap_la_SOURCES = \ - BcdPack.c \ - BcdUnpack.c \ - PrAscDecode.c \ -@@ -229,5 +229,9 @@ - tv.h\ - ulto.h - -+libdap_version = -release $(APLVERSION) -+ -+libdap_la_LDFLAGS = $(libdap_version) -+ - INCLUDES = -I.. - --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -382,6 +382,12 @@ ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-12-10 23:06:16.000000000 +0100 +@@ -382,6 +382,8 @@ MSWidgetView.H\ MSWindow.H -+libMSGUI_version = -release $(APLVERSION) -+ -+libMSGUI_la_LDFLAGS = $(libMSGUI_version) -+ +libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ldap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -52,6 +52,12 @@ ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-12-10 23:06:39.000000000 +0100 +@@ -52,6 +52,8 @@ MSTimer.H\ MSTv.H -+libMSIPC_version = -release $(APLVERSION) -+ -+libMSIPC_la_LDFLAGS = $(libMSIPC_version) -+ +libMSIPC_la_LIBADD = -L../MSTypes -lMSTypes + EXTRA_DIST = MSProtocolConnection.C INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -298,8 +298,11 @@ ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-12-10 23:07:02.000000000 +0100 +@@ -298,8 +298,7 @@ MSTypeMatrix.C\ MSTypeVector.C - -+libMSTypes_version = -release $(APLVERSION) - -+libMSTypes_la_LDFLAGS = $(libMSTypes_version) -+ +- +libMSTypes_la_LIBADD = -L../a -la -lstdc++ INCLUDES = -I.. ---- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 -@@ -34,7 +34,7 @@ - $(top_srcdir)/src/cxc/libcxc.la \ - $(top_srcdir)/src/esf/libesf.la \ - $(top_srcdir)/src/a/liba.la \ -- $(top_srcdir)/src/dap/libdap.la \ -+ $(top_srcdir)/src/dap/libdap.la \ - $(top_srcdir)/src/MSGUI/libMSGUI.la \ - $(top_srcdir)/src/MSIPC/libMSIPC.la \ - $(top_srcdir)/src/MSTypes/libMSTypes.la ---- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 -+++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2005-08-29 16:47:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-12-10 22:01:34.000000000 +0100 @@ -64,7 +64,7 @@ static C *_whoseTree = ""; static C *_banner = BANNER; @@ -213,7 +135,7 @@ static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +146,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -235,7 +157,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -243,7 +165,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -254,7 +176,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -276,7 +198,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-12-10 22:01:44.000000000 +0100 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -285,7 +207,18 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ -@@ -88,6 +89,7 @@ +@@ -80,6 +81,10 @@ + LIBTOOL = @LIBTOOL@ + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + LN_S = @LN_S@ ++LT_AGE = @LT_AGE@ ++LT_CURRENT = @LT_CURRENT@ ++LT_RELEASE = @LT_RELEASE@ ++LT_REVISION = @LT_REVISION@ + MAINT = @MAINT@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ +@@ -88,6 +93,7 @@ VERSION = @VERSION@ X_INCLUDES = @X_INCLUDES@ X_LIBS = @X_LIBS@ @@ -293,7 +226,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -@@ -121,7 +123,7 @@ +@@ -121,7 +127,7 @@ .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -303,7 +236,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-12-10 22:01:34.000000000 +0100 @@ -9,24 +9,21 @@ ############################################################################### @@ -339,18 +272,19 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 -@@ -17,6 +17,9 @@ ++++ aplus-fsf-4.20/configure.in 2006-12-10 23:08:05.000000000 +0100 +@@ -17,6 +17,10 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) +APLVERSION=4.20.2 ++ +AC_SUBST(APLVERSION) + AC_PROG_INSTALL dnl Checks for libraries. -@@ -43,6 +46,15 @@ +@@ -43,6 +47,15 @@ dnl ], "$LIBS") dnl ]) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 6 Dec 2006 16:42:19 -0000 1.5 +++ aplus-fsf.spec 11 Dec 2006 19:00:42 -0000 1.6 @@ -1,3 +1,4 @@ + %define name aplus-fsf %define ver 4.20 %define rel 2 @@ -14,7 +15,7 @@ Name: %name Version: 4.20.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -124,13 +125,13 @@ # Move libs in an other dir to solve conflicts -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf +mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} -cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf -rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so +cp $RPM_BUILD_ROOT/%{_libdir}/lib*.so $RPM_BUILD_ROOT/%{_libdir}/aplus-fsf/%{version} +rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.so* mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d -echo '%{_libdir}/aplus-fsf' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf +echo '%{_libdir}/aplus-fsf/%{version}' >$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/aplus-fsf-%{_arch}.conf mkdir -p $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf cp %{SOURCE1} $RPM_BUILD_ROOT/%{_lispstart}/aplus-fsf-init.el @@ -216,7 +217,7 @@ %files %defattr(-,root,root,-) %{_bindir}/a+ -%{_libdir}/aplus-fsf/lib*-%{version}.so +%{_libdir}/aplus-fsf/ %{_libdir}/a+ %dir %{_x11appdef} %{_x11appdef}/XTerm-apl @@ -229,18 +230,6 @@ %files devel %defattr(-,root,root,-) %{_includedir}/a+ -%{_libdir}/aplus-fsf/libAplusGUI.so -%{_libdir}/aplus-fsf/libMSGUI.so -%{_libdir}/aplus-fsf/libMSIPC.so -%{_libdir}/aplus-fsf/libMSTypes.so -%{_libdir}/aplus-fsf/liba.so -%{_libdir}/aplus-fsf/libcxb.so -%{_libdir}/aplus-fsf/libcxc.so -%{_libdir}/aplus-fsf/libcxs.so -%{_libdir}/aplus-fsf/libcxsys.so -%{_libdir}/aplus-fsf/libdap.so -%{_libdir}/aplus-fsf/libesf.so -%{_libdir}/aplus-fsf/libIPC.so %doc COPYING @@ -267,6 +256,9 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Mon Dec 11 2006 Jochen Schmitt 4.20.2-12 +- Change version schema for dynamic libs + * Tue Dec 5 2006 Jochen Schmitt 4.20.2-11 - Fix name conflict in an other way From fedora-extras-commits at redhat.com Mon Dec 11 19:07:10 2006 From: fedora-extras-commits at redhat.com (Dr Jeremy Stephen Sanders (jsanders)) Date: Mon, 11 Dec 2006 14:07:10 -0500 Subject: rpms/veusz/devel veusz.spec,1.5,1.6 Message-ID: <200612111907.kBBJ7Anl002718@cvs-int.fedora.redhat.com> Author: jsanders Update of /cvs/extras/rpms/veusz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2703 Modified Files: veusz.spec Log Message: Bumped spec for fc devel Index: veusz.spec =================================================================== RCS file: /cvs/extras/rpms/veusz/devel/veusz.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- veusz.spec 16 Sep 2006 09:05:52 -0000 1.5 +++ veusz.spec 11 Dec 2006 19:06:40 -0000 1.6 @@ -3,7 +3,7 @@ %{!?python_siteinc: %define python_siteinc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc()")} Name: veusz -Version: 0.10 +Version: 0.11 Release: 12%{?dist} Summary: GUI scientific plotting package @@ -119,6 +119,9 @@ %{_datadir}/pixmaps/veusz.png %changelog +* Mon Dec 11 2006 Jeremy Sanders - 0.11-12 +- Bumped for FC-devel + * Sat Sep 16 2006 Jeremy Sanders - 0.10-12 - Bump release for FC-devel rebuild From fedora-extras-commits at redhat.com Mon Dec 11 19:14:13 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 11 Dec 2006 14:14:13 -0500 Subject: devel/mercurial mercurial.spec,1.13,1.14 Message-ID: <200612111914.kBBJEDkH002788@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/mercurial In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2773 Modified Files: mercurial.spec Log Message: * Mon Dec 11 2006 Jeremy Katz - 0.9.2-1 - update to 0.9.2 Index: mercurial.spec =================================================================== RCS file: /cvs/extras/devel/mercurial/mercurial.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mercurial.spec 15 Oct 2006 22:10:08 -0000 1.13 +++ mercurial.spec 11 Dec 2006 19:13:43 -0000 1.14 @@ -1,7 +1,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} License: GPL Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -44,6 +44,9 @@ %changelog +* Mon Dec 11 2006 Jeremy Katz - 0.9.2-1 +- update to 0.9.2 + * Mon Aug 28 2006 Jeremy Katz - 0.9.1-2 - rebuild From fedora-extras-commits at redhat.com Mon Dec 11 19:31:29 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 11 Dec 2006 14:31:29 -0500 Subject: devel/mercurial .cvsignore,1.9,1.10 sources,1.9,1.10 Message-ID: <200612111931.kBBJVTkI002967@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/mercurial In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2949 Modified Files: .cvsignore sources Log Message: actually upload the new tarball Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/mercurial/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Jul 2006 18:57:45 -0000 1.9 +++ .cvsignore 11 Dec 2006 19:30:59 -0000 1.10 @@ -1 +1 @@ -mercurial-0.9.1.tar.gz +mercurial-0.9.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/devel/mercurial/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Jul 2006 18:57:45 -0000 1.9 +++ sources 11 Dec 2006 19:30:59 -0000 1.10 @@ -1 +1 @@ -9ed3962bba640a686c37faa47739270c mercurial-0.9.1.tar.gz +31529a7d81997f2388ad20df0ba4889e mercurial-0.9.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 19:33:55 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:33:55 -0500 Subject: rpms/mussh - New directory Message-ID: <200612111933.kBBJXtXV003103@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3099/mussh Log Message: Directory /cvs/extras/rpms/mussh added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 19:34:00 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:34:00 -0500 Subject: rpms/mussh/devel - New directory Message-ID: <200612111934.kBBJY05w003116@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3099/mussh/devel Log Message: Directory /cvs/extras/rpms/mussh/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 19:34:03 2006 From: fedora-extras-commits at redhat.com (Dr Jeremy Stephen Sanders (jsanders)) Date: Mon, 11 Dec 2006 14:34:03 -0500 Subject: rpms/veusz/devel veusz.spec,1.6,1.7 Message-ID: <200612111934.kBBJY3dp003123@cvs-int.fedora.redhat.com> Author: jsanders Update of /cvs/extras/rpms/veusz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3073 Modified Files: veusz.spec Log Message: Mistake in previous release Index: veusz.spec =================================================================== RCS file: /cvs/extras/rpms/veusz/devel/veusz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- veusz.spec 11 Dec 2006 19:06:40 -0000 1.6 +++ veusz.spec 11 Dec 2006 19:33:33 -0000 1.7 @@ -3,8 +3,8 @@ %{!?python_siteinc: %define python_siteinc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc()")} Name: veusz -Version: 0.11 -Release: 12%{?dist} +Version: 0.10 +Release: 13%{?dist} Summary: GUI scientific plotting package Group: Applications/Productivity @@ -119,7 +119,7 @@ %{_datadir}/pixmaps/veusz.png %changelog -* Mon Dec 11 2006 Jeremy Sanders - 0.11-12 +* Mon Dec 11 2006 Jeremy Sanders - 0.10-13 - Bumped for FC-devel * Sat Sep 16 2006 Jeremy Sanders - 0.10-12 From fedora-extras-commits at redhat.com Mon Dec 11 19:34:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:34:12 -0500 Subject: rpms/mussh Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612111934.kBBJYCgH003149@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3143 Added Files: Makefile import.log Log Message: Setup of module mussh --- NEW FILE Makefile --- # Top level Makefile for module mussh all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 19:34:17 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:34:17 -0500 Subject: rpms/mussh/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612111934.kBBJYH8U003164@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3143/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mussh --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 19:35:06 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:35:06 -0500 Subject: rpms/mussh import.log,1.1,1.2 Message-ID: <200612111935.kBBJZ6gR003280@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3238 Modified Files: import.log Log Message: auto-import mussh-0.6-1.fc7 on branch devel from mussh-0.6-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/mussh/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 19:34:11 -0000 1.1 +++ import.log 11 Dec 2006 19:34:36 -0000 1.2 @@ -0,0 +1 @@ +mussh-0_6-1_fc7:HEAD:mussh-0.6-1.fc7.src.rpm:1165866002 From fedora-extras-commits at redhat.com Mon Dec 11 19:35:07 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:35:07 -0500 Subject: rpms/mussh/devel mussh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612111935.kBBJZ744003284@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3238/devel Modified Files: .cvsignore sources Added Files: mussh.spec Log Message: auto-import mussh-0.6-1.fc7 on branch devel from mussh-0.6-1.fc7.src.rpm --- NEW FILE mussh.spec --- Name: mussh Version: 0.6 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once. %prep %setup -q -n mussh %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh %changelog * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras * Thu Aug 11 2005 Dave Fogarty - Re-package for 0.6-1BETA - Async mode added * Tue Jul 30 2002 Dave Fogarty - Re-package for 0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 19:34:17 -0000 1.1 +++ .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 @@ -0,0 +1 @@ +mussh-0.6.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 19:34:17 -0000 1.1 +++ sources 11 Dec 2006 19:34:37 -0000 1.2 @@ -0,0 +1 @@ +d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz From fedora-extras-commits at redhat.com Mon Dec 11 19:37:39 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 14:37:39 -0500 Subject: rpms/blender/devel blender-2.42.config, 1.1, 1.2 blender.spec, 1.35, 1.36 Message-ID: <200612111937.kBBJbdmo003370@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3335 Modified Files: blender-2.42.config blender.spec Log Message: fix blender for compile with python-2.5 Index: blender-2.42.config =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blender-2.42.config 17 Jul 2006 18:28:58 -0000 1.1 +++ blender-2.42.config 11 Dec 2006 19:37:09 -0000 1.2 @@ -1,6 +1,6 @@ LCGDIR = 'lib/linux2' BF_PYTHON = '/usr' -BF_PYTHON_VERSION = '2.4' +BF_PYTHON_VERSION = '2.5' BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}' BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}' BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a' Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- blender.spec 11 Dec 2006 18:09:15 -0000 1.35 +++ blender.spec 11 Dec 2006 19:37:09 -0000 1.36 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 7%{?dist} +Release: 8%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -160,7 +160,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Mon Dec 11 2006 Jochen Schmitt 2.42a-7 +* Mon Dec 11 2006 Jochen Schmitt 2.42a-8 - New build to solve broken deps * Wed Nov 29 2006 Jochen Schmitt 2.42a-6 From fedora-extras-commits at redhat.com Mon Dec 11 19:38:02 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Mon, 11 Dec 2006 14:38:02 -0500 Subject: owners owners.list,1.2095,1.2096 Message-ID: <200612111938.kBBJc2p9003404@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3354 Modified Files: owners.list Log Message: Add mussh (219104) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2095 retrieving revision 1.2096 diff -u -r1.2095 -r1.2096 --- owners.list 11 Dec 2006 17:52:23 -0000 1.2095 +++ owners.list 11 Dec 2006 19:37:32 -0000 1.2096 @@ -1166,6 +1166,7 @@ Fedora Extras|multitail|View one or multiple files like tail but with multiple windows|folkert at vanheusden.com|extras-qa at fedoraproject.org| Fedora Extras|munin|Network-wide graphing framework (grapher/gatherer)|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|mussh|Multihost SSH wrapper|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|mxml|Miniature XML development library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mysql-administrator|GUI to manage mysql Databases|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|mysql-connector-java|Official JDBC driver for MySQL|ifoox at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 20:12:25 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Mon, 11 Dec 2006 15:12:25 -0500 Subject: rpms/php-manual-en/FC-6 php-manual-en.spec,1.4,1.5 sources,1.5,1.6 Message-ID: <200612112012.kBBKCPGU007746@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7729 Modified Files: php-manual-en.spec sources Log Message: Update to 20061119 version Index: php-manual-en.spec =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/FC-6/php-manual-en.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- php-manual-en.spec 28 Oct 2006 10:35:20 -0000 1.4 +++ php-manual-en.spec 11 Dec 2006 20:11:55 -0000 1.5 @@ -1,5 +1,5 @@ Name: php-manual-en -Version: 20061026 +Version: 20061119 Release: 1%{?dist} Summary: Documentation for the PHP programming language @@ -38,6 +38,9 @@ %doc LICENSE %changelog +* Sat Dec 09 2006 Tim Jackson 20061119-1 +- Update to 2006-11-19 version + * Sat Oct 28 2006 Tim Jackson 20061026-1 - Update to 2006-10-26 version Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 28 Oct 2006 10:35:20 -0000 1.5 +++ sources 11 Dec 2006 20:11:55 -0000 1.6 @@ -1 +1 @@ -fa4b78102b8a7cc4b9bb3f07a7d818d0 php_manual_en.tar.gz +b6ea86fe11fc70d7e0e29ab12afdb795 php_manual_en.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 20:24:43 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 11 Dec 2006 15:24:43 -0500 Subject: rpms/blender/devel blender.spec,1.36,1.37 Message-ID: <200612112024.kBBKOhci007931@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7905 Modified Files: blender.spec Log Message: Rebuild Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- blender.spec 11 Dec 2006 19:37:09 -0000 1.36 +++ blender.spec 11 Dec 2006 20:24:13 -0000 1.37 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 8%{?dist} +Release: 9%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -160,7 +160,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Mon Dec 11 2006 Jochen Schmitt 2.42a-8 +* Mon Dec 11 2006 Jochen Schmitt 2.42a-9 - New build to solve broken deps * Wed Nov 29 2006 Jochen Schmitt 2.42a-6 From fedora-extras-commits at redhat.com Mon Dec 11 21:01:39 2006 From: fedora-extras-commits at redhat.com (Peter Jones (pjones)) Date: Mon, 11 Dec 2006 16:01:39 -0500 Subject: rpms/python-goopy/devel python-goopy.spec,1.4,1.5 Message-ID: <200612112101.kBBL1db0012654@cvs-int.fedora.redhat.com> Author: pjones Update of /cvs/extras/rpms/python-goopy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9558 Modified Files: python-goopy.spec Log Message: - rebuild for python 2.5 Index: python-goopy.spec =================================================================== RCS file: /cvs/extras/rpms/python-goopy/devel/python-goopy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-goopy.spec 15 Sep 2006 15:59:01 -0000 1.4 +++ python-goopy.spec 11 Dec 2006 21:01:09 -0000 1.5 @@ -1,12 +1,11 @@ %define realname goopy -%define pyver %(%{__python} -c "import sys; print sys.version[:3]") %undefine _enable_debug_packages %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Google Python Utilities Name: python-goopy Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: %{realname}-%{version}.tar.gz License: BSD Group: Development/Libraries @@ -38,6 +37,9 @@ %doc README PKG-INFO %changelog +* Mon Dec 11 2006 Peter Jones - 0.1-4 +- Rebuild for python 2.5 + * Fri Sep 15 2006 Peter Jones - 0.1-3 - Make this build again, and rebuild for FC-6 From fedora-extras-commits at redhat.com Mon Dec 11 21:02:55 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 11 Dec 2006 16:02:55 -0500 Subject: fedora-security/audit fc5,1.415,1.416 fc6,1.167,1.168 Message-ID: <200612112103.kBBL2tsv012716@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12699 Modified Files: fc5 fc6 Log Message: Note a dovecot CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.415 retrieving revision 1.416 diff -u -r1.415 -r1.416 --- fc5 11 Dec 2006 14:30:46 -0000 1.415 +++ fc5 11 Dec 2006 21:02:55 -0000 1.416 @@ -23,7 +23,7 @@ CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] -CVE-2006-5973 ** dovecot +CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- fc6 11 Dec 2006 14:30:46 -0000 1.167 +++ fc6 11 Dec 2006 21:02:55 -0000 1.168 @@ -23,7 +23,7 @@ CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 -CVE-2006-5973 ** dovecot +CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 From fedora-extras-commits at redhat.com Mon Dec 11 21:07:16 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 11 Dec 2006 16:07:16 -0500 Subject: rpms/smart/devel smart.spec,1.14,1.15 Message-ID: <200612112107.kBBL7GOd012788@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12765 Modified Files: smart.spec Log Message: Waiting for kdebindings - postpone the wait till its rebuild. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- smart.spec 3 Dec 2006 14:36:40 -0000 1.14 +++ smart.spec 11 Dec 2006 21:06:46 -0000 1.15 @@ -18,17 +18,20 @@ BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils -BuildRequires: autoconf, automake, gettext, gcc-c++ -BuildRequires: libXt-devel, libXext-devel -BuildRequires: qt-devel >= 1:3.2, kdelibs-devel -BuildRequires: zlib-devel -BuildRequires: kdesdk +#BuildRequires: autoconf, automake, gettext, gcc-c++ +#BuildRequires: libXt-devel, libXext-devel +#BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +#BuildRequires: zlib-devel +#BuildRequires: kdesdk Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config +Provides: ksmarttray = %{version}-%{release} +Obsoletes: ksmarttray < %{version}-%{release} + %description Smart Package Manager is a next generation package handling tool. @@ -52,22 +55,22 @@ %description gui Graphical user interface for the smart package manager. -%package -n ksmarttray -Summary: KDE tray program for watching updates with Smart Package Manager -Group: Applications/System -Requires: %{_bindir}/kdesu -Requires: smart-update = %{version}-%{release} -Requires: smart-gui = %{version}-%{release} - -%description -n ksmarttray -KDE tray program for watching updates with Smart Package Manager. +#package -n ksmarttray +#Summary: KDE tray program for watching updates with Smart Package Manager +#Group: Applications/System +#Requires: %{_bindir}/kdesu +#Requires: smart-update = %{version}-%{release} +#Requires: smart-gui = %{version}-%{release} +# +#description -n ksmarttray +#KDE tray program for watching updates with Smart Package Manager. %prep %setup -q %patch0 -p1 -b .autofs5 -rm -fr contrib/ksmarttray/admin -cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin -chmod +x contrib/ksmarttray/admin/*.pl +#rm -fr contrib/ksmarttray/admin +#cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin +#chmod +x contrib/ksmarttray/admin/*.pl # /usr/lib is hardcoded perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py @@ -76,12 +79,12 @@ export CFLAGS python setup.py build -# ksmarttray -pushd contrib/ksmarttray -make -f admin/Makefile.common -%configure --disable-rpath -make -popd +## ksmarttray +#pushd contrib/ksmarttray +#make -f admin/Makefile.common +#configure --disable-rpath +#make +#popd # smart-update make -C contrib/smart-update @@ -94,12 +97,12 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} -# ksmarttray -make -C contrib/ksmarttray install DESTDIR=%{buildroot} \ - iconsdir=%{_datadir}/icons/hicolor/48x48/apps -desktop-file-install --vendor="" \ - --dir %{buildroot}%{_datadir}/applications \ - %{SOURCE5} +## ksmarttray +#make -C contrib/ksmarttray install DESTDIR=%{buildroot} \ +# iconsdir=%{_datadir}/icons/hicolor/48x48/apps +#desktop-file-install --vendor="" \ +# --dir %{buildroot}%{_datadir}/applications \ +# %{SOURCE5} # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -170,15 +173,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root -%files -n ksmarttray -%defattr(-,root,root,-) -%{_bindir}/ksmarttray -%{_datadir}/apps/ksmarttray -%{_datadir}/applications/ksmarttray.desktop -%{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png +#files -n ksmarttray +#defattr(-,root,root,-) +#{_bindir}/ksmarttray +#{_datadir}/apps/ksmarttray +#{_datadir}/applications/ksmarttray.desktop +#{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png %changelog -* Sun Dec 3 2006 Axel Thimm - 0.42-41 +* Mon Dec 11 2006 Axel Thimm - 0.42-41 +- Deactivate ksmarttray for now. + +* Sun Dec 3 2006 Axel Thimm - Refresh kde admin dir. * Sat Nov 25 2006 Axel Thimm - 0.42-40 From fedora-extras-commits at redhat.com Mon Dec 11 21:23:17 2006 From: fedora-extras-commits at redhat.com (Richard Dawe (richdawe)) Date: Mon, 11 Dec 2006 16:23:17 -0500 Subject: rpms/planet/devel planet.spec,1.6,1.7 Message-ID: <200612112123.kBBLNHK7013115@cvs-int.fedora.redhat.com> Author: richdawe Update of /cvs/extras/rpms/planet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13087 Modified Files: planet.spec Log Message: 2.0-3: BuildRequires: python-devel; include dist tag in release. Index: planet.spec =================================================================== RCS file: /cvs/extras/rpms/planet/devel/planet.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- planet.spec 10 Dec 2006 13:09:36 -0000 1.6 +++ planet.spec 11 Dec 2006 21:22:47 -0000 1.7 @@ -2,7 +2,7 @@ Name: planet Version: 2.0 -Release: 2 +Release: 3%{?dist} Summary: Flexible RDF/RSS/Atom feed aggregator Group: Applications/Internet @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-devel %description @@ -34,12 +35,12 @@ %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT # Remove .py from install scripts, e.g. planet.py -> planet. REGEXP='s:%{_bindir}/\(.*\).py:%{_bindir}/\1:' @@ -67,6 +68,10 @@ %changelog +* Mon Dec 11 2006 Richard Dawe - 2.0-3 +- Bugfix: "BuildRequires: python-devel" is needed for python 2.5 update. +- Include dist tag in release. + * Sat Dec 09 2006 Richard Dawe - 2.0-2 - Bugfix: Don't include python version in %%exclude in specfile. - Bump version for python 2.5 update. From fedora-extras-commits at redhat.com Mon Dec 11 21:25:59 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 11 Dec 2006 16:25:59 -0500 Subject: rpms/libipoddevice/devel .cvsignore, 1.4, 1.5 libipoddevice.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612112125.kBBLPx40013213@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13187 Modified Files: .cvsignore libipoddevice.spec sources Log Message: * Mon Dec 11 2006 Christopher Aillon 0.5.2-1 - Update to 0.5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Nov 2006 22:33:48 -0000 1.4 +++ .cvsignore 11 Dec 2006 21:25:29 -0000 1.5 @@ -1 +1 @@ -libipoddevice-0.5.1.tar.gz +libipoddevice-0.5.2.tar.gz Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/libipoddevice.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libipoddevice.spec 2 Nov 2006 23:24:39 -0000 1.7 +++ libipoddevice.spec 11 Dec 2006 21:25:29 -0000 1.8 @@ -2,7 +2,7 @@ %define hal_ver 0.5.2 Name: libipoddevice -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist} Summary: Device-specific layer for the Apple iPod @@ -72,6 +72,9 @@ %changelog +* Mon Dec 11 2006 Christopher Aillon 0.5.2-1 +- Update to 0.5.2 + * Thu Nov 2 2006 Christopher Aillon 0.5.1-1 - Update to 0.5.1 - BuildRequire: sg3_utils-devel libxml2-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Nov 2006 22:33:48 -0000 1.4 +++ sources 11 Dec 2006 21:25:29 -0000 1.5 @@ -1 +1 @@ -548806535b1f6eb260e7729030a7ea30 libipoddevice-0.5.1.tar.gz +fded69359b9ed70bde73b9af980eca29 libipoddevice-0.5.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 21:35:02 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 11 Dec 2006 16:35:02 -0500 Subject: rpms/python-pycurl/devel .cvsignore, 1.2, 1.3 python-pycurl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612112135.kBBLZ2uY013361@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-pycurl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13340 Modified Files: .cvsignore python-pycurl.spec sources Log Message: Update to CVS snapshot on development because of newer version of curl. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Dec 2006 21:54:29 -0000 1.2 +++ .cvsignore 11 Dec 2006 21:34:32 -0000 1.3 @@ -1 +1,2 @@ pycurl-7.15.5.1.tar.gz +pycurl-20061207.tar.bz2 Index: python-pycurl.spec =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/python-pycurl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-pycurl.spec 7 Dec 2006 22:19:40 -0000 1.2 +++ python-pycurl.spec 11 Dec 2006 21:34:32 -0000 1.3 @@ -1,20 +1,28 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define cvs 20061207 + Name: python-pycurl -Version: 7.15.5.1 -Release: 4%{?dist} +Version: 7.16.0 +Release: 0.1.%{cvs}%{?dist} Summary: A Python interface to libcurl Group: Development/Languages License: LGPL URL: http://pycurl.sourceforge.net/ -Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz +#Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz + +# to recreate this tarball: +# cvs -d:pserver:anonymous at pycurl.cvs.sourceforge.net:/cvsroot/pycurl export -D %{cvs} -d pycurl-%{cvs} pycurl +# tar cjf pycurl-%{cvs}.tar.bz2 pycurl-%{cvs} + +Source0: pycurl-%{cvs}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: curl-devel >= 7.15.5 +BuildRequires: curl-devel >= 7.16.0 -Provides: pycurl = %{version}-%{release} +Provides: pycurl = %{version}-%{release} %description PycURL is a Python interface to libcurl. PycURL can be used to fetch @@ -23,8 +31,10 @@ of features. %prep -%setup -q -n pycurl-%{version} +%setup -q -n pycurl-%{cvs} chmod a-x examples/* +rm examples/.cvsignore +rm tests/.cvsignore %build CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build @@ -46,6 +56,9 @@ %{python_sitearch}/* %changelog +* Thu Dec 7 2006 Jeffrey C. Ollie - 7.16.0-0.1.20061207 +- Update to a CVS snapshot since development has a newer version of curl than is in FC <= 6 + * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-4 - Add -DHAVE_CURL_OPENSSL to fix PPC build problem. @@ -58,4 +71,3 @@ * Thu Dec 7 2006 Jeffrey C. Ollie - 7.15.5.1-1 - First version for Fedora Extras - Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-pycurl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Dec 2006 21:54:29 -0000 1.2 +++ sources 11 Dec 2006 21:34:32 -0000 1.3 @@ -1 +1,2 @@ 464cfbeba150d99d92a407c7c8b751de pycurl-7.15.5.1.tar.gz +3934d01baffab77ba710f44aaec8d9c6 pycurl-20061207.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 22:00:54 2006 From: fedora-extras-commits at redhat.com (Zoltan Kota (zkota)) Date: Mon, 11 Dec 2006 17:00:54 -0500 Subject: rpms/python-bibtex/devel python-bibtex.spec,1.11,1.12 Message-ID: <200612112200.kBBM0sBo013669@cvs-int.fedora.redhat.com> Author: zkota Update of /cvs/extras/rpms/python-bibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13648 Modified Files: python-bibtex.spec Log Message: rebuild for new python Index: python-bibtex.spec =================================================================== RCS file: /cvs/extras/rpms/python-bibtex/devel/python-bibtex.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-bibtex.spec 1 Sep 2006 06:31:34 -0000 1.11 +++ python-bibtex.spec 11 Dec 2006 22:00:24 -0000 1.12 @@ -5,7 +5,7 @@ Summary: Python extension to parse BibTeX files Name: python-bibtex Version: 1.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Libraries Source: http://dl.sf.net/pybliographer/python-bibtex-1.2.2.tar.gz @@ -44,6 +44,9 @@ %changelog +* Mon Dec 11 2006 Zoltan Kota - 1.2.2-5 +- rebuild for python 2.5 + * Fri Sep 01 2006 Zoltan Kota - 1.2.2-4 - rebuild From fedora-extras-commits at redhat.com Mon Dec 11 22:08:21 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Mon, 11 Dec 2006 17:08:21 -0500 Subject: rpms/pyserial/devel pyserial.spec,1.1,1.2 Message-ID: <200612112208.kBBM8LdO016889@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/pyserial/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16872 Modified Files: pyserial.spec Log Message: automated bump and rebuild Index: pyserial.spec =================================================================== RCS file: /cvs/extras/rpms/pyserial/devel/pyserial.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyserial.spec 12 Nov 2006 12:17:33 -0000 1.1 +++ pyserial.spec 11 Dec 2006 22:07:51 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Python serial port access library Name: pyserial Version: 2.2 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.zip License: Python license Group: Development/Libraries @@ -38,6 +38,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 12 2006 Paul P. Komkoff Jr +- rebuilt + * Mon Nov 6 2006 Paul P Komkoff Jr - 2.2-4 - remove "export libdirname" From fedora-extras-commits at redhat.com Mon Dec 11 22:08:41 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 11 Dec 2006 17:08:41 -0500 Subject: fedora-security/audit fc5,1.416,1.417 fc6,1.168,1.169 Message-ID: <200612112208.kBBM8fNT016946@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16929 Modified Files: fc5 fc6 Log Message: Note an openldap CVE id Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.416 retrieving revision 1.417 diff -u -r1.416 -r1.417 --- fc5 11 Dec 2006 21:02:55 -0000 1.416 +++ fc5 11 Dec 2006 22:08:41 -0000 1.417 @@ -31,6 +31,7 @@ CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed +CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1221] CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (thunderbird) [since FEDORA-2006-1194] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- fc6 11 Dec 2006 21:02:55 -0000 1.168 +++ fc6 11 Dec 2006 22:08:41 -0000 1.169 @@ -31,6 +31,7 @@ CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] CVE-2006-5793 ignore (libpng, fixed 1.2.13) just a client crash CVE-2006-5783 ignore (firefox) disputed +CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1223] CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) CVE-2006-5748 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] From fedora-extras-commits at redhat.com Mon Dec 11 22:13:47 2006 From: fedora-extras-commits at redhat.com (Peter Jones (pjones)) Date: Mon, 11 Dec 2006 17:13:47 -0500 Subject: rpms/python-goopy/devel python-goopy.spec,1.5,1.6 Message-ID: <200612112213.kBBMDlkJ017019@cvs-int.fedora.redhat.com> Author: pjones Update of /cvs/extras/rpms/python-goopy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16997 Modified Files: python-goopy.spec Log Message: - add python-devel BR: Index: python-goopy.spec =================================================================== RCS file: /cvs/extras/rpms/python-goopy/devel/python-goopy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-goopy.spec 11 Dec 2006 21:01:09 -0000 1.5 +++ python-goopy.spec 11 Dec 2006 22:13:17 -0000 1.6 @@ -11,7 +11,7 @@ Group: Development/Libraries Url: https://sourceforge.net/projects/goog-goopy/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python, python-devel BuildArch: noarch %description From fedora-extras-commits at redhat.com Mon Dec 11 22:15:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:15:38 -0500 Subject: owners owners.epel.list,1.3,1.4 Message-ID: <200612112215.kBBMFcWr017074@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17059 Modified Files: owners.epel.list Log Message: +fltk Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- owners.epel.list 10 Dec 2006 03:30:37 -0000 1.3 +++ owners.epel.list 11 Dec 2006 22:15:08 -0000 1.4 @@ -12,6 +12,7 @@ # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 22:21:25 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:21:25 -0500 Subject: owners owners.epel.list,1.4,1.5 Message-ID: <200612112221.kBBMLPTx017678@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17575 Modified Files: owners.epel.list Log Message: +xdg-utils Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- owners.epel.list 11 Dec 2006 22:15:08 -0000 1.4 +++ owners.epel.list 11 Dec 2006 22:20:55 -0000 1.5 @@ -20,3 +20,5 @@ EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| + From fedora-extras-commits at redhat.com Mon Dec 11 22:26:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:26:02 -0500 Subject: owners owners.epel.list,1.5,1.6 Message-ID: <200612112226.kBBMQ2UN018495@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18359 Modified Files: owners.epel.list Log Message: +jasper Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- owners.epel.list 11 Dec 2006 22:20:55 -0000 1.5 +++ owners.epel.list 11 Dec 2006 22:25:32 -0000 1.6 @@ -14,6 +14,7 @@ EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 22:28:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:28:54 -0500 Subject: rpms/jasper/EL-4 .cvsignore, 1.3, 1.4 jasper.spec, 1.18, 1.19 sources, 1.2, 1.3 Message-ID: <200612112228.kBBMSsOI018996@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18892 Modified Files: .cvsignore jasper.spec sources Log Message: * Fri Dec 08 2006 Rex Dieter 1.900.0-3 - omit deprecated memleak patch * Fri Dec 08 2006 Rex Dieter 1.900.0-2 - jasper-1.900.0 (#218947) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Aug 2006 19:04:43 -0000 1.3 +++ .cvsignore 11 Dec 2006 22:28:24 -0000 1.4 @@ -1,2 +1,4 @@ +clog geojasper_src.zip jasper-1.701.0.zip +jasper-1.900.0.zip Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/jasper.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- jasper.spec 8 Dec 2006 14:33:28 -0000 1.18 +++ jasper.spec 11 Dec 2006 22:28:24 -0000 1.19 @@ -1,8 +1,7 @@ -# NOTE: packages can use jasper: +# NOTE: packages that can use jasper: # ImageMagick # kdelibs -# koffice # netpbm # define to use GeoJasper @@ -11,8 +10,8 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries -Version: 1.701.0 -Release: 15%{?dist} +Version: 1.900.0 +Release: 3%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -22,7 +21,7 @@ Provides: geojasper = %{geojasper_ver} %else URL: http://www.ece.uvic.ca/~mdadams/jasper/ -Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip +Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -58,7 +57,7 @@ %setup -q -n %{name}-%{version}%{?geo:.GEO} %patch1 -p1 -b .GL -%patch3 -p1 -b .memleak +#patch3 -p1 -b .memleak %if "%{?geo:1}" == "1" chmod +x configure configure.ac @@ -80,10 +79,6 @@ make %{?_smp_mflags} -%check ||: -make check - - %install rm -rf $RPM_BUILD_ROOT @@ -91,10 +86,22 @@ # Unpackaged files rm -f doc/README -rm -f $RPM_BUILD_ROOT%{_bindir}/%{_target_platform}* rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +%check +make check + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc COPYRIGHT LICENSE NEWS README @@ -102,7 +109,9 @@ %{_bindir}/jiv %{_bindir}/imginfo %{_bindir}/*jasper* +%{_bindir}/tmrdemo %{_libdir}/lib*.so.* +%{_mandir}/man1/* %files devel %defattr(-,root,root,-) @@ -111,16 +120,13 @@ %{_libdir}/lib*.so -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%clean -rm -rf $RPM_BUILD_ROOT +%changelog +* Fri Dec 08 2006 Rex Dieter 1.900.0-3 +- omit deprecated memleak patch +* Fri Dec 08 2006 Rex Dieter 1.900.0-2 +- jasper-1.900.0 (#218947) -%changelog * Mon Sep 18 2006 Rex Dieter 1.701.0-15 - memory leak (#207006) Index: sources =================================================================== RCS file: /cvs/extras/rpms/jasper/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:40:10 -0000 1.2 +++ sources 11 Dec 2006 22:28:24 -0000 1.3 @@ -1 +1 @@ -22a9f74fc880e38dd125c60aa4e4ce97 jasper-1.701.0.zip +bef4a89e72b6a2a68a963c0dc837bacb jasper-1.900.0.zip From fedora-extras-commits at redhat.com Mon Dec 11 22:29:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 11 Dec 2006 17:29:40 -0500 Subject: rpms/xmms-modplug/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmms-modplug.spec, 1.10, 1.11 Message-ID: <200612112229.kBBMTeHc019211@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19079/FC-5 Modified Files: .cvsignore sources xmms-modplug.spec Log Message: * Tue Dec 12 2006 Ville Skytt?? - 2.05-8 - Apply upstream patch to fix crash if some unarchivers are not found (#217195) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:35:08 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ modplugxmms-2.05.tar.gz +xmms-modplug-2.05-archivers.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:35:08 -0000 1.2 +++ sources 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ 2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz +ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-5/xmms-modplug.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xmms-modplug.spec 13 Apr 2006 13:27:41 -0000 1.10 +++ xmms-modplug.spec 11 Dec 2006 22:29:10 -0000 1.11 @@ -2,13 +2,14 @@ Name: xmms-modplug Version: 2.05 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain Group: Applications/Multimedia URL: http://modplug-xmms.sourceforge.net/ Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz +Patch0: %{name}-2.05-archivers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel @@ -35,6 +36,7 @@ %prep %setup -q -n modplugxmms-%{version} +sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1 %build @@ -63,6 +65,12 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 2.05-8 +- Apply upstream patch to fix crash if some unarchivers are not found (#217195) + +* Wed Aug 30 2006 Ville Skytt?? - 2.05-7 +- Rebuild. + * Thu Apr 6 2006 Ville Skytt?? - 2.05-6 - Require xmms-libs instead of xmms. From fedora-extras-commits at redhat.com Mon Dec 11 22:29:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 11 Dec 2006 17:29:46 -0500 Subject: rpms/xmms-modplug/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmms-modplug.spec, 1.11, 1.12 Message-ID: <200612112229.kBBMTkqg019236@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19079/devel Modified Files: .cvsignore sources xmms-modplug.spec Log Message: * Tue Dec 12 2006 Ville Skytt?? - 2.05-8 - Apply upstream patch to fix crash if some unarchivers are not found (#217195) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:35:08 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:29:15 -0000 1.3 @@ -1 +1,2 @@ modplugxmms-2.05.tar.gz +xmms-modplug-2.05-archivers.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:35:08 -0000 1.2 +++ sources 11 Dec 2006 22:29:15 -0000 1.3 @@ -1 +1,2 @@ 2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz +ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/xmms-modplug.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-modplug.spec 30 Aug 2006 19:50:30 -0000 1.11 +++ xmms-modplug.spec 11 Dec 2006 22:29:15 -0000 1.12 @@ -2,13 +2,14 @@ Name: xmms-modplug Version: 2.05 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain Group: Applications/Multimedia URL: http://modplug-xmms.sourceforge.net/ Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz +Patch0: %{name}-2.05-archivers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel @@ -35,6 +36,7 @@ %prep %setup -q -n modplugxmms-%{version} +sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1 %build @@ -63,6 +65,9 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 2.05-8 +- Apply upstream patch to fix crash if some unarchivers are not found (#217195) + * Wed Aug 30 2006 Ville Skytt?? - 2.05-7 - Rebuild. From fedora-extras-commits at redhat.com Mon Dec 11 22:29:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 11 Dec 2006 17:29:40 -0500 Subject: rpms/xmms-modplug/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmms-modplug.spec, 1.11, 1.12 Message-ID: <200612112229.kBBMTeO4019216@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19079/FC-6 Modified Files: .cvsignore sources xmms-modplug.spec Log Message: * Tue Dec 12 2006 Ville Skytt?? - 2.05-8 - Apply upstream patch to fix crash if some unarchivers are not found (#217195) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:35:08 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ modplugxmms-2.05.tar.gz +xmms-modplug-2.05-archivers.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:35:08 -0000 1.2 +++ sources 11 Dec 2006 22:29:10 -0000 1.3 @@ -1 +1,2 @@ 2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz +ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/FC-6/xmms-modplug.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-modplug.spec 30 Aug 2006 19:50:30 -0000 1.11 +++ xmms-modplug.spec 11 Dec 2006 22:29:10 -0000 1.12 @@ -2,13 +2,14 @@ Name: xmms-modplug Version: 2.05 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain Group: Applications/Multimedia URL: http://modplug-xmms.sourceforge.net/ Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz +Patch0: %{name}-2.05-archivers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel @@ -35,6 +36,7 @@ %prep %setup -q -n modplugxmms-%{version} +sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1 %build @@ -63,6 +65,9 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 2.05-8 +- Apply upstream patch to fix crash if some unarchivers are not found (#217195) + * Wed Aug 30 2006 Ville Skytt?? - 2.05-7 - Rebuild. From fedora-extras-commits at redhat.com Mon Dec 11 22:43:40 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:43:40 -0500 Subject: rpms/PyRTF/devel PyRTF.spec,1.2,1.3 Message-ID: <200612112243.kBBMhemV020861@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/PyRTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846 Modified Files: PyRTF.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.45-3 - Rebuild for python 2.5. Index: PyRTF.spec =================================================================== RCS file: /cvs/extras/rpms/PyRTF/devel/PyRTF.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PyRTF.spec 19 Sep 2006 23:55:12 -0000 1.2 +++ PyRTF.spec 11 Dec 2006 22:43:10 -0000 1.3 @@ -2,7 +2,7 @@ Name: PyRTF Version: 0.45 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Rich Text Format (RTF) Document Generation in Python Group: Development/Languages @@ -48,6 +48,9 @@ %{python_sitelib}/PyRTF/*.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.45-3 +- Rebuild for python 2.5. + * Wed Sep 20 2006 Jos?? Matos - 0.45-2 - Rebuild for FC-6. - Unghost .pyo files. From fedora-extras-commits at redhat.com Mon Dec 11 22:48:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:48:42 -0500 Subject: rpms/PyX/devel PyX.spec,1.4,1.5 Message-ID: <200612112248.kBBMmgBc020928@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/PyX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20911 Modified Files: PyX.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.9-4 - Rebuild for python 2.5. Index: PyX.spec =================================================================== RCS file: /cvs/extras/rpms/PyX/devel/PyX.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- PyX.spec 4 Oct 2006 22:42:22 -0000 1.4 +++ PyX.spec 11 Dec 2006 22:48:12 -0000 1.5 @@ -2,7 +2,7 @@ Name: PyX Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python graphics package Group: Applications/Publishing @@ -17,9 +17,9 @@ Patch0: PyX-0.8.1-siteconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel >= 2.2 +BuildRequires: python-devel BuildRequires: tetex-latex -Requires: tetex +Requires: tetex %description PyX is a Python package for the creation of PostScript and PDF files. It @@ -103,6 +103,9 @@ %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.9-4 +- Rebuild for python 2.5. + * Thu Oct 05 2006 Christian Iseli 0.9-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 11 22:49:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 17:49:31 -0500 Subject: rpms/fltk/EL-4 fluid.desktop, NONE, 1.1 .cvsignore, 1.2, 1.3 fltk.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200612112249.kBBMnVGV020992@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20963 Modified Files: .cvsignore fltk.spec sources Added Files: fluid.desktop Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-2 - EPEL branch - follow icon spec - omit static libs --- NEW FILE fluid.desktop --- [Desktop Entry] Name=Fluid Comment=Fast Light User Interface Designer Exec=fluid Icon=fluid Terminal=false Type=Application Encoding=UTF-8 Categories=Development;GUIDesigner; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:18:58 -0000 1.2 +++ .cvsignore 11 Dec 2006 22:49:01 -0000 1.3 @@ -1 +1 @@ -fltk-1.1.4-source.tar.bz2 +fltk-1.1.7-source.tar.bz2 Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/fltk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fltk.spec 18 Aug 2005 06:53:27 -0000 1.7 +++ fltk.spec 11 Dec 2006 22:49:01 -0000 1.8 @@ -1,29 +1,49 @@ -Summary: A C++ user interface toolkit for X11, Win32, and MacOS X -Name: fltk -Version: 1.1.4 -Release: 9%{?dist} -Epoch: 0 -License: LGPL with exceptions -Group: System Environment/Libraries -URL: http://www.fltk.org/ -Source0: %{name}-%{version}%{?extraversion}-source.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libjpeg-devel zlib-devel libpng-devel XFree86-devel -BuildRequires: %{_libdir}/pkgconfig/xft.pc pkgconfig -BuildRequires: ImageMagick desktop-file-utils man +Summary: C++ user interface toolkit +Name: fltk +Version: 1.1.7 +Release: 2%{?dist} + +License: LGPL with exceptions +Group: System Environment/Libraries +URL: http://www.fltk.org/ +Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Source1: fluid.desktop + +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +BuildRequires: libICE-devel libSM-devel +BuildRequires: libXext-devel libXft-devel libXt-devel libX11-devel +BuildRequires: xorg-x11-proto-devel +%else +BuildRequires: xorg-x11-devel +%endif +BuildRequires: libjpeg-devel +BuildRequires: zlib-devel +BuildRequires: libpng-devel +BuildRequires: libGL-devel libGLU-devel +BuildRequires: pkgconfig +BuildRequires: ImageMagick +BuildRequires: desktop-file-utils +BuildRequires: man %package devel -Summary: Development package for %{name} -Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: XFree86-devel libstdc++-devel %{_libdir}/pkgconfig/xft.pc +Summary: Development package for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel +Requires: libGL-devel libGLU-devel +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +Requires: libXft-devel libXext-devel +Requires: libX11-devel libSM-devel libICE-devel +%else +Requires: xorg-x11-devel +%endif %package fluid -Summary: Fast Light User Interface Designer -Group: Development/Tools -Requires: %{name}-devel = %{epoch}:%{version}-%{release} - -# ----------------------------------------------------------------------------- +Summary: Fast Light User Interface Designer +Group: Development/Tools +Requires: %{name}-devel = %{version}-%{release} %description FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for @@ -31,7 +51,7 @@ GUI functionality without the bloat, and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, and also works fine as a -shared library. +shared library. %description devel This package contains development files for %{name} @@ -42,61 +62,55 @@ %description fluid fluid stands for the Fast Light User Interface Designer. It is an -interactive GUI designer for FLTK. +interactive GUI designer for FLTK. -# ----------------------------------------------------------------------------- %prep %setup -q -n %{name}-%{version}%{?extraversion} -# ----------------------------------------------------------------------------- %build perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" configure export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" + %configure --enable-shared --enable-threads --enable-xdbe --enable-xft -make %{?_smp_mflags} -# ----------------------------------------------------------------------------- +make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT __documentation %makeinstall docdir=$(pwd)/__documentation rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* -cat > fluid.desktop < 0:1.1.4-9 +* Mon Dec 11 2006 Rex Dieter 1.1.7-2 +- EPEL branch +- follow icon spec +- omit static libs + +* Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.1.7-1 +- Upstream update + +* Thu Nov 17 2005 Ignacio Vazquez-Abrams 1.1.6-4 +- Fixed BR and -devel Requires for modular X + +* Sun Nov 13 2005 Ignacio Vazquez-Abrams 1.1.6-3 +- Update BuildRequires as well + +* Sun Nov 13 2005 Ignacio Vazquez-Abrams 1.1.6-2 +- Update Requires for -devel + +* Thu Oct 27 2005 Ignacio Vazquez-Abrams 1.1.6-1 +- Upstream update + +* Thu Aug 18 2005 Ignacio Vazquez-Abrams 1.1.4-10 - Fixed BR/Requires for x86_64 +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Thu Nov 20 2003 Dams 0:1.1.4-0.fdr.8 - Hopefully fixed Xft flags for rh80 @@ -169,5 +201,5 @@ - Moved fluid to its own package - Added missing Requires for devel package -* Sat Aug 16 2003 Dams +* Sat Aug 16 2003 Dams - Initial build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:18:58 -0000 1.2 +++ sources 11 Dec 2006 22:49:01 -0000 1.3 @@ -1 +1 @@ -06ce1d3def2df35525592746faccbf98 fltk-1.1.4-source.tar.bz2 +2e29319119adc9d63b2f26b72cae0a88 fltk-1.1.7-source.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 22:55:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:55:02 -0500 Subject: rpms/f2py/devel f2py.spec,1.5,1.6 Message-ID: <200612112255.kBBMt23v021111@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21061 Modified Files: f2py.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 - Rebuild for python 2.5. Index: f2py.spec =================================================================== RCS file: /cvs/extras/rpms/f2py/devel/f2py.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- f2py.spec 11 Sep 2006 19:19:36 -0000 1.5 +++ f2py.spec 11 Dec 2006 22:54:32 -0000 1.6 @@ -2,7 +2,7 @@ Name: f2py Version: 2.45.241_1926 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fortran to Python interface generator Group: Development/Languages @@ -50,6 +50,9 @@ %{python_sitelib}/f2py2e %changelog +* Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 2.45.241_1926-2 - Rebuild for FC6. From fedora-extras-commits at redhat.com Mon Dec 11 22:57:23 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 17:57:23 -0500 Subject: rpms/PyRTF/devel PyRTF.spec,1.3,1.4 Message-ID: <200612112257.kBBMvNhp021195@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/PyRTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21176 Modified Files: PyRTF.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.45-4 - Fix BR (python -> python-devel). Index: PyRTF.spec =================================================================== RCS file: /cvs/extras/rpms/PyRTF/devel/PyRTF.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PyRTF.spec 11 Dec 2006 22:43:10 -0000 1.3 +++ PyRTF.spec 11 Dec 2006 22:56:53 -0000 1.4 @@ -2,7 +2,7 @@ Name: PyRTF Version: 0.45 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Rich Text Format (RTF) Document Generation in Python Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel BuildRequires: sed >= 3.95 %description @@ -48,6 +48,9 @@ %{python_sitelib}/PyRTF/*.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.45-4 +- Fix BR (python -> python-devel). + * Mon Dec 11 2006 Jos?? Matos - 0.45-3 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Mon Dec 11 23:01:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:01:08 -0500 Subject: rpms/pygsl/devel pygsl.spec,1.4,1.5 Message-ID: <200612112301.kBBN181e024407@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pygsl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21312 Modified Files: pygsl.spec Log Message: * Mon Dec 11 2006 Jos?? Matos - 0.3.2-7 - Rebuild for python 2.5. Index: pygsl.spec =================================================================== RCS file: /cvs/extras/rpms/pygsl/devel/pygsl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pygsl.spec 11 Sep 2006 17:40:31 -0000 1.4 +++ pygsl.spec 11 Dec 2006 23:00:38 -0000 1.5 @@ -3,7 +3,7 @@ Summary: GNU Scientific Library Interface for python Name: pygsl Version: 0.3.2 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: COPYING License: GPL @@ -38,6 +38,9 @@ %{python_sitearch}/pygsl/ %changelog +* Mon Dec 11 2006 Jos?? Matos - 0.3.2-7 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 0.3.2-6 - Rebuild for FC6. From fedora-extras-commits at redhat.com Mon Dec 11 23:02:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:02:38 -0500 Subject: rpms/gc/devel .cvsignore,1.8,1.9 gc.spec,1.20,1.21 Message-ID: <200612112302.kBBN2c9W024471@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24454 Modified Files: .cvsignore gc.spec Log Message: * Mon Dec 11 2006 Rex Dieter 6.8-3 - Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gc/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Jul 2006 14:44:30 -0000 1.8 +++ .cvsignore 11 Dec 2006 23:02:08 -0000 1.9 @@ -1 +1,2 @@ +clog gc6.8.tar.gz Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/devel/gc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gc.spec 28 Aug 2006 14:56:32 -0000 1.20 +++ gc.spec 11 Dec 2006 23:02:08 -0000 1.21 @@ -3,7 +3,7 @@ Name: gc Version: 6.8 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -16,7 +16,8 @@ BuildRequires: libtool BuildRequires: automake -Provides: libgc = %{version}-%{release} +Obsoletes: libgc < %{version}-%{release} +Provides: libgc = %{version}-%{release} %description @@ -27,7 +28,8 @@ Summary: Libraries and header files for %{name} development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Provides: libgc-devel = %{version}-%{release} +Obsoletes: libgc-devel < %{version}-%{release} +Provides: libgc-devel = %{version}-%{release} %description devel %{summary}. @@ -39,15 +41,20 @@ cp -f %{_datadir}/aclocal/libtool.m4 . libtoolize --copy --force +%if 1 +autoreconf +%else aclocal automake autoconf #autoheader +%endif %build %configure \ + --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ --enable-threads=posix \ @@ -98,6 +105,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 6.8-3 +- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) + * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 11 23:09:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:09:45 -0500 Subject: rpms/gc/FC-6 .cvsignore,1.8,1.9 gc.spec,1.20,1.21 Message-ID: <200612112309.kBBN9jPm024563@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24544 Modified Files: .cvsignore gc.spec Log Message: * Mon Dec 11 2006 Rex Dieter 6.8-3 - Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gc/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Jul 2006 14:44:30 -0000 1.8 +++ .cvsignore 11 Dec 2006 23:09:15 -0000 1.9 @@ -1 +1,2 @@ +clog gc6.8.tar.gz Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/FC-6/gc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gc.spec 28 Aug 2006 14:56:32 -0000 1.20 +++ gc.spec 11 Dec 2006 23:09:15 -0000 1.21 @@ -3,7 +3,7 @@ Name: gc Version: 6.8 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -16,7 +16,8 @@ BuildRequires: libtool BuildRequires: automake -Provides: libgc = %{version}-%{release} +Obsoletes: libgc < %{version}-%{release} +Provides: libgc = %{version}-%{release} %description @@ -27,7 +28,8 @@ Summary: Libraries and header files for %{name} development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Provides: libgc-devel = %{version}-%{release} +Obsoletes: libgc-devel < %{version}-%{release} +Provides: libgc-devel = %{version}-%{release} %description devel %{summary}. @@ -39,15 +41,20 @@ cp -f %{_datadir}/aclocal/libtool.m4 . libtoolize --copy --force +%if 1 +autoreconf +%else aclocal automake autoconf #autoheader +%endif %build %configure \ + --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ --enable-threads=posix \ @@ -98,6 +105,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 6.8-3 +- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) + * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 11 23:14:11 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:14:11 -0500 Subject: rpms/claws-mail/devel claws-mail-2.6.1cvs15.patch, NONE, 1.1 claws-mail-2.6.1cvs16.patch, NONE, 1.1 claws-mail.spec, 1.1, 1.2 Message-ID: <200612112314.kBBNEBnj024645@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24624 Modified Files: claws-mail.spec Added Files: claws-mail-2.6.1cvs15.patch claws-mail-2.6.1cvs16.patch Log Message: - cleanups - add patches claws-mail-2.6.1cvs15.patch: --- NEW FILE claws-mail-2.6.1cvs15.patch --- --- src/prefs_account.c 2006/12/11 17:23:54 1.105.2.71 +++ src/prefs_account.c 2006/12/11 17:55:28 1.105.2.72 @@ -2521,6 +2521,14 @@ alertpanel_error(_("POP3 server is not entered.")); return -1; } + if (protocol == A_POP3) { + const gchar *mailbox = gtk_entry_get_text(GTK_ENTRY(receive.inbox_entry)); + FolderItem *inbox = folder_find_item_from_identifier(mailbox); + if (inbox == NULL) { + alertpanel_error(_("The default inbox folder doesn't exist.")); + return -1; + } + } if (protocol == A_IMAP4 && *gtk_entry_get_text(GTK_ENTRY(basic.recvserv_entry)) == '\0') { alertpanel_error(_("IMAP4 server is not entered.")); claws-mail-2.6.1cvs16.patch: --- NEW FILE claws-mail-2.6.1cvs16.patch --- --- src/wizard.c 2006/12/05 09:22:12 1.1.2.40 +++ src/wizard.c 2006/12/11 18:08:08 1.1.2.41 @@ -545,7 +545,9 @@ PrefsAccount *prefs_account = prefs_account_new(); GList *account_list = NULL; GtkWidget *menu, *menuitem; - + gchar *smtp_server, *recv_server; + gint smtp_port, recv_port; + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(wizard->recv_type)); menuitem = gtk_menu_get_active(GTK_MENU(menu)); prefs_account->protocol = GPOINTER_TO_INT @@ -641,21 +643,42 @@ prefs_account->account_name = g_strdup_printf("%s", gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + recv_server = g_strdup(gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + smtp_server = g_strdup(gtk_entry_get_text(GTK_ENTRY(wizard->smtp_server))); + + if (prefs_account->protocol != A_LOCAL && strstr(recv_server, ":")) { + recv_port = atoi(strstr(recv_server, ":")+1); + *(strstr(recv_server, ":")) = '\0'; + if (prefs_account->protocol == A_IMAP4) { + prefs_account->set_imapport = TRUE; + prefs_account->imapport = recv_port; + } else if (prefs_account->protocol == A_POP3) { + prefs_account->set_popport = TRUE; + prefs_account->popport = recv_port; + } + } + if (strstr(smtp_server, ":")) { + smtp_port = atoi(strstr(smtp_server, ":")+1); + *(strstr(smtp_server, ":")) = '\0'; + prefs_account->set_smtpport = TRUE; + prefs_account->smtpport = smtp_port; + } + prefs_account->name = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->full_name))); prefs_account->address = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->email))); prefs_account->organization = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->organization))); - prefs_account->smtp_server = g_strdup( - gtk_entry_get_text(GTK_ENTRY(wizard->smtp_server))); + prefs_account->smtp_server = g_strdup(smtp_server); if (prefs_account->protocol != A_LOCAL) - prefs_account->recv_server = g_strdup( - gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + prefs_account->recv_server = g_strdup(recv_server); else - prefs_account->local_mbox = g_strdup( - gtk_entry_get_text(GTK_ENTRY(wizard->recv_server))); + prefs_account->local_mbox = g_strdup(recv_server); + + g_free(recv_server); + g_free(smtp_server); prefs_account->userid = g_strdup( gtk_entry_get_text(GTK_ENTRY(wizard->recv_username))); Index: src/prefs_account.c =================================================================== RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/prefs_account.c,v retrieving revision 1.105.2.72 retrieving revision 1.105.2.73 diff -u -r1.105.2.72 -r1.105.2.73 --- src/prefs_account.c 2006/12/11 17:55:28 1.105.2.72 +++ src/prefs_account.c 2006/12/11 18:08:08 1.105.2.73 @@ -2521,7 +2521,7 @@ alertpanel_error(_("POP3 server is not entered.")); return -1; } - if (protocol == A_POP3) { + if (protocol == A_POP3 || protocol == A_LOCAL) { const gchar *mailbox = gtk_entry_get_text(GTK_ENTRY(receive.inbox_entry)); FolderItem *inbox = folder_find_item_from_identifier(mailbox); if (inbox == NULL) { Index: claws-mail.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/claws-mail.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- claws-mail.spec 8 Dec 2006 07:11:14 -0000 1.1 +++ claws-mail.spec 11 Dec 2006 23:13:41 -0000 1.2 @@ -7,6 +7,8 @@ URL: http://claws.sylpheed.org Source0: http://dl.sf.net/sylpheed-claws/claws-mail-2.6.1.tar.bz2 Source1: claws-mail.desktop +Patch0: claws-mail-2.6.1cvs15.patch +Patch1: claws-mail-2.6.1cvs16.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: flex, bison BuildRequires: glib-devel >= 2.6.2 @@ -26,7 +28,8 @@ BuildRequires: gettext-devel BuildRequires: libetpan-devel >= 0.48 BuildRequires: libgnomeprintui22-devel -Obsoletes: sylpheed-claws +Obsoletes: sylpheed-claws <= 2.6.0 +Provides: sylpheed-claws = %{version}-%{release} %description Claws Mail is an email client (and news reader), based on GTK+, featuring @@ -37,33 +40,37 @@ Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-devel <= 2.6.0 %description devel The %{name}-devel package contains the header files and pkgconfig file needed for development with %{name}. %package plugins-clamav -Summary: Clamav antivirus plugin for sylpheed-claws +Summary: Clamav antivirus plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-devel <= 2.6.0 %description plugins-clamav %{summary} %package plugins-dillo -Summary: Dillo HTML viewer plugin for sylpheed-claws +Summary: Dillo HTML viewer plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: dillo +Obsoletes: sylpheed-claws-plugins-dillo <= 2.6.0 %description plugins-dillo %{summary} %package plugins-spamassassin -Summary: Spamassassin plugin for sylpheed-claws +Summary: Spamassassin plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} Requires: spamassassin +Obsoletes: sylpheed-claws-plugins-spamassassin <= 2.6.0 %description plugins-spamassassin %{summary} @@ -72,20 +79,24 @@ Summary: PGP plugin for signing and encrypting mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-pgp <= 2.6.0 %description plugins-pgp %{summary} %package plugins-bogofilter -Summary: Bogofilter plugin for sylpheed-claws +Summary: Bogofilter plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-bogofilter <= 2.6.0 %description plugins-bogofilter %{summary} %prep %setup -q +%patch0 +%patch1 %build %configure --enable-openssl --enable-ipv6 \ @@ -172,6 +183,7 @@ 2.6.1-1 - version upgrade - package is now named claws-mail instead of sylpheed-claws +- fix #218190, #218187 * Mon Nov 06 2006 Andreas Bierfert 2.6.0-1 From fedora-extras-commits at redhat.com Mon Dec 11 23:17:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:17:50 -0500 Subject: rpms/claws-mail-plugins - New directory Message-ID: <200612112317.kBBNHo9k024707@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24703/claws-mail-plugins Log Message: Directory /cvs/extras/rpms/claws-mail-plugins added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 23:17:56 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:17:56 -0500 Subject: rpms/claws-mail-plugins/devel - New directory Message-ID: <200612112317.kBBNHuwH024721@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24703/claws-mail-plugins/devel Log Message: Directory /cvs/extras/rpms/claws-mail-plugins/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 11 23:18:14 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:18:14 -0500 Subject: rpms/claws-mail-plugins Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612112318.kBBNIE9t024788@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24782 Added Files: Makefile import.log Log Message: Setup of module claws-mail-plugins --- NEW FILE Makefile --- # Top level Makefile for module claws-mail-plugins all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 11 23:18:14 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:18:14 -0500 Subject: rpms/claws-mail-plugins/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612112318.kBBNIEQQ024803@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24782/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module claws-mail-plugins --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 11 23:20:17 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:20:17 -0500 Subject: rpms/claws-mail-plugins import.log,1.1,1.2 Message-ID: <200612112320.kBBNKH4k024876@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24844 Modified Files: import.log Log Message: auto-import claws-mail-plugins-2.6.1-1.fc6 on branch devel from claws-mail-plugins-2.6.1-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Dec 2006 23:18:14 -0000 1.1 +++ import.log 11 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-plugins-2_6_1-1_fc6:HEAD:claws-mail-plugins-2.6.1-1.fc6.src.rpm:1165879510 From fedora-extras-commits at redhat.com Mon Dec 11 23:20:18 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 11 Dec 2006 18:20:18 -0500 Subject: rpms/claws-mail-plugins/devel claws-mail-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612112320.kBBNKIxg024880@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24844/devel Modified Files: .cvsignore sources Added Files: claws-mail-plugins.spec Log Message: auto-import claws-mail-plugins-2.6.1-1.fc6 on branch devel from claws-mail-plugins-2.6.1-1.fc6.src.rpm --- NEW FILE claws-mail-plugins.spec --- # define pulgin version %define acpinotifier 1.0.5 %define attremover 1.0.4 %define cachesaver 0.10.3 %define etpanprivacy 0.15.4 %define fetchinfo 0.4.17 %define gtkhtml2viewer 0.13 %define maildir 0.24.3 %define mailmbox 1.12.3 %define newmail 0.0.8 %define notification 0.7 %define perl 0.9.6 %define rssyl 0.8 %define smime 0.5.7 %define synce 0.6.5 %define vcalendar 1.91 Name: claws-mail-plugins Version: 2.6.1 Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet License: GPL URL: http://claws.sylpheed.org Source0: http://dl.sf.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: sylpheed-claws-devel >= %{version} BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: libetpan-devel BuildRequires: perl BuildRequires: synce-devel BuildRequires: curl-devel BuildRequires: libxml2-devel BuildRequires: gtkhtml2-devel BuildRequires: libidn-devel BuildRequires: libtool BuildRequires: gpgme-devel Requires: %{name}-acpi-notifier = %{version}-%{release} Requires: %{name}-att-remover = %{version}-%{release} Requires: %{name}-cachesaver = %{version}-%{release} Requires: %{name}-etpan-privacy = %{version}-%{release} Requires: %{name}-fetchinfo = %{version}-%{release} Requires: %{name}-gtkhtml2-viewer = %{version}-%{release} Requires: %{name}-maildir = %{version}-%{release} Requires: %{name}-mailmbox = %{version}-%{release} Requires: %{name}-newmail = %{version}-%{release} Requires: %{name}-notification = %{version}-%{release} Requires: %{name}-perl = %{version}-%{release} Requires: %{name}-rssyl = %{version}-%{release} Requires: %{name}-smime = %{version}-%{release} Requires: %{name}-synce = %{version}-%{release} Requires: %{name}-vcalendar = %{version}-%{release} # and the ones from main sylpheed-package... Requires: %{name}-clamav Requires: %{name}-dillo Requires: %{name}-spamassassin Requires: %{name}-pgp Requires: %{name}-bogofilter Obsoletes: sylpheed-claws-plugins <= 2.6.0 Provides: sylpheed-claws-plugins = %{version}-%{release} %description Additional plugins for sylpheed-claws %package acpi-notifier Summary: ACPI notification plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description acpi-notifier %{summary} %package att-remover Summary: Attachments remover plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description att-remover %{summary} %package cachesaver Summary: A cache saving plugin Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description cachesaver This plugin saves the caches every 60 seconds (or user-defined period). It helps avoiding the loss of metadata on crashes. %package etpan-privacy Summary: Privacy plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description etpan-privacy This allows to use the privacy architecture of etPan!, so that drivers implemented for etPan! can be immediately used in sylpheed-claws. %package fetchinfo Summary: Inserts headers containing some download information Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description fetchinfo This plugin inserts headers containing some download information: UIDL, Sylpheeds account name, POP server, user ID and retrieval time. %package gtkhtml2-viewer Summary: GTK Html Viewer Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description gtkhtml2-viewer %{summary} %package maildir Summary: Provide direct access to Maildir++ Mailboxes Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description maildir The Maildir++ plugin for Sylpheed-Claws provides direct access to Maildir++ Mailboxes used by IMAP-Servers like Courier-IMAP, BincIMAP or Dovecot without having all the IMAP overhead of a connection to 'localhost' %package mailmbox Summary: Support for mailboxes in mbox format Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description mailmbox This plugin provides direct support for mailboxes in mbox format. %package newmail Summary: Write a msg header summary to a log file Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description newmail Write a msg header summary to a log file (defaults to ~/Mail/NewLog) an arrival of new mail *after* sorting. %package notification Summary: New mail notifications Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description notification This plugin collects various ways to notify the user of new (and possibly unread) mail. Currently, a popup and a mail banner are implemented. %package perl Summary: Extended filtering engine Group: Applications/Internet Requires: sylpheed-claws >= %{version} Requires: perl %description perl This plugin provides an extended filtering engine for the email client sylpheed-claws. It allows for the use of full perl power in email filters. %package rssyl Summary: RSS plugin for sylpheed-claws Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description rssyl %{summary} %package smime Summary: S/MIME signed and/or encrypted Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description smime This plugin handles S/MIME signed and/or encrypted mails. You can decrypt mails, verify signatures or sign and encrypt your own mails. %package synce Summary: Keeping the addressbook of a Windows CE device in sync Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description synce This plugin assists in keeping the addressbook of a Windows CE device (Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook, with respect to email addresses. %package vcalendar Summary: vCalendar message handling Group: Applications/Internet Requires: sylpheed-claws >= %{version} %description vcalendar This plugin enables vCalendar message handling like that produced by Evolution or Outlook. %prep %setup -q -n claws-mail-extra-plugins-%{version} %build #acpi_notifier cd acpi_notifier-%{acpinotifier} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #att_remover cd ../att_remover-%{attremover} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} # cachesaver cd ../cachesaver-%{cachesaver} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #etpan-privacy cd ../etpan-privacy-%{etpanprivacy} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #fetchinfo-plugin cd ../fetchinfo-plugin-%{fetchinfo} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #gtkhtml2-viewer cd ../gtkhtml2_viewer-%{gtkhtml2viewer} %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool #maildir cd ../maildir-%{maildir} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #mailmbox cd ../mailmbox-%{mailmbox} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #newmail cd ../newmail-%{newmail} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #notification-plugin cd ../notification_plugin-%{notification} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #perl cd ../perl_plugin-%{perl} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #rssyl cd ../rssyl-%{rssyl} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool #smime cd ../smime-%{smime} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #synce cd ../synce_plugin-%{synce} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} #vcalendar cd ../vcalendar-%{vcalendar} %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT # acpi_notifier cd acpi_notifier-%{acpinotifier} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ # att_remover cd ../att_remover-%{attremover} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ # cachesaver cd ../cachesaver-%{cachesaver} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #etpan-privacy cd ../etpan-privacy-%{etpanprivacy} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #fetchinfo-plugin cd ../fetchinfo-plugin-%{fetchinfo} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #gtkhtml2-viewer cd ../gtkhtml2_viewer-%{gtkhtml2viewer} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #maildir cd ../maildir-%{maildir} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #mailmbox cd ../mailmbox-%{mailmbox} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #newmail cd ../newmail-%{newmail} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #notification-plugin cd ../notification_plugin-%{notification} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #perl cd ../perl_plugin-%{perl} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #rssyl cd ../rssyl-%{rssyl} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #smime cd ../smime-%{smime} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #synce cd ../synce_plugin-%{synce} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ #vcalendar cd ../vcalendar-%{vcalendar} %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %files acpi-notifier %defattr(-,root,root,-) %doc acpi_notifier-%{acpinotifier}/ChangeLog %doc acpi_notifier-%{acpinotifier}/COPYING %doc acpi_notifier-%{acpinotifier}/NEWS %doc acpi_notifier-%{acpinotifier}/AUTHORS %doc acpi_notifier-%{acpinotifier}/README %{_libdir}/sylpheed-claws/plugins/acpi_notifier* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/acpi_notifier.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/acpi_notifier.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/acpi_notifier.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/acpi_notifier.mo %lang(it) %{_datadir}/locale/it/LC_MESSAGES/acpi_notifier.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/acpi_notifier.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/acpi_notifier.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/acpi_notifier.mo %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/acpi_notifier.mo %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/acpi_notifier.mo %files att-remover %defattr(-,root,root,-) %doc att_remover-%{attremover}/AUTHORS %doc att_remover-%{attremover}/ChangeLog %doc att_remover-%{attremover}/COPYING %doc att_remover-%{attremover}/NEWS %doc att_remover-%{attremover}/README %{_libdir}/sylpheed-claws/plugins/att_remover* %files cachesaver %defattr(-,root,root,-) %doc cachesaver-%{cachesaver}/AUTHORS %doc cachesaver-%{cachesaver}/ChangeLog %doc cachesaver-%{cachesaver}/COPYING %{_libdir}/sylpheed-claws/plugins/cachesaver* %files etpan-privacy %defattr(-,root,root,-) %doc etpan-privacy-%{etpanprivacy}/AUTHORS %doc etpan-privacy-%{etpanprivacy}/ChangeLog %doc etpan-privacy-%{etpanprivacy}/COPYING %doc etpan-privacy-%{etpanprivacy}/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo %defattr(-,root,root,-) %doc fetchinfo-plugin-%{fetchinfo}/ChangeLog %doc fetchinfo-plugin-%{fetchinfo}/COPYING %doc fetchinfo-plugin-%{fetchinfo}/README %{_libdir}/sylpheed-claws/plugins/fetchinfo* %files gtkhtml2-viewer %defattr(-,root,root,-) %doc gtkhtml2_viewer-%{gtkhtml2viewer}/AUTHORS %doc gtkhtml2_viewer-%{gtkhtml2viewer}/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo %files maildir %defattr(-,root,root,-) %doc maildir-%{maildir}/AUTHORS %doc maildir-%{maildir}/ChangeLog %doc maildir-%{maildir}/COPYING %doc maildir-%{maildir}/README %doc maildir-%{maildir}/doc/README.xml %{_libdir}/sylpheed-claws/plugins/maildir* %files mailmbox %defattr(-,root,root,-) %doc mailmbox-%{mailmbox}/AUTHORS %doc mailmbox-%{mailmbox}/ChangeLog %doc mailmbox-%{mailmbox}/COPYING %doc mailmbox-%{mailmbox}/README %{_libdir}/sylpheed-claws/plugins/mailmbox* %files newmail %defattr(-,root,root,-) %doc newmail-%{newmail}/AUTHORS %doc newmail-%{newmail}/ChangeLog %doc newmail-%{newmail}/COPYING %doc newmail-%{newmail}/NEWS %doc newmail-%{newmail}/README %{_libdir}/sylpheed-claws/plugins/newmail.so %files notification %defattr(-,root,root,-) %doc notification_plugin-%{notification}/AUTHORS %doc notification_plugin-%{notification}/ChangeLog %doc notification_plugin-%{notification}/COPYING %doc notification_plugin-%{notification}/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl %defattr(-,root,root,-) %doc perl_plugin-%{perl}/AUTHORS %doc perl_plugin-%{perl}/ChangeLog %doc perl_plugin-%{perl}/COPYING %doc perl_plugin-%{perl}/README %doc perl_plugin-%{perl}/sc_perl.pod %{_libdir}/sylpheed-claws/plugins/perl_plugin.so %files rssyl %defattr(-,root,root,-) %doc rssyl-%{rssyl}/AUTHORS %doc rssyl-%{rssyl}/ChangeLog %doc rssyl-%{rssyl}/COPYING %doc rssyl-%{rssyl}/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/rssyl.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/rssyl.mo %lang(it) %{_datadir}/locale/it/LC_MESSAGES/rssyl.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/rssyl.mo %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/rssyl.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/rssyl.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/rssyl.mo %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/rssyl.mo %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/rssyl.mo %files smime %defattr(-,root,root,-) %doc smime-%{smime}/ChangeLog %doc smime-%{smime}/COPYING %doc smime-%{smime}/NEWS %{_libdir}/sylpheed-claws/plugins/smime* %files synce %defattr(-,root,root,-) %doc synce_plugin-%{synce}/AUTHORS %doc synce_plugin-%{synce}/ChangeLog %doc synce_plugin-%{synce}/COPYING %doc synce_plugin-%{synce}/README %{_libdir}/sylpheed-claws/plugins/synce* %files vcalendar %defattr(-,root,root,-) %doc vcalendar-%{vcalendar}/AUTHORS %doc vcalendar-%{vcalendar}/ChangeLog %doc vcalendar-%{vcalendar}/COPYING %doc vcalendar-%{vcalendar}/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/vcalendar.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/vcalendar.mo %lang(it) %{_datadir}/locale/it/LC_MESSAGES/vcalendar.mo %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/vcalendar.mo %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/vcalendar.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/vcalendar.mo %lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/vcalendar.mo %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/vcalendar.mo %exclude %{_includedir}/ical.h %changelog * Mon Dec 11 2006 Andreas Bierfert 2.6.1-1 - version upgrade - rename to claws-mail-plugins * Thu Nov 09 2006 Andreas Bierfert 2.6.0-1 - version upgrade * Tue Nov 07 2006 Andreas Bierfert 2.5.2-5 - rebuild * Fri Oct 20 2006 Andreas Bierfert 2.5.2-4 - rebuild * Thu Oct 12 2006 Andreas Bierfert 2.5.2-3 - rebuild * Sun Oct 08 2006 Andreas Bierfert 2.5.2-2 - rebuild * Sat Sep 30 2006 Andreas Bierfert 2.5.2-1 - version upgrade * Tue Sep 26 2006 Andreas Bierfert 2.5.0-1 - version upgrade * Fri Sep 15 2006 Andreas Bierfert 2.4.0-2 - FE6 rebuild * Wed Aug 02 2006 Andreas Bierfert 2.4.0-1 - version upgrade * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump * Tue Jun 13 2006 Andreas Bierfert 2.3.0-1 - version upgrade * Tue May 16 2006 Andreas Bierfert 2.2.0-1 - version upgrade * Sat Apr 08 2006 Andreas Bierfert 2.1.0-1 - version upgrade * Fri Feb 17 2006 Andreas Bierfert 2.0.0-2 - Rebuild for Fedora Extras 5 * Fri Feb 03 2006 Andreas Bierfert 2.0.0-1 - version upgrade * Sun Dec 25 2005 Andreas Bierfert 1.9.100-2 - rebuild * Thu Nov 17 2005 Andreas Bierfert 1.9.100-1 - version upgrade * Sun Aug 21 2005 Andreas Bierfert 1.9.13-5 - enable x86_64 synce plugin * Sat Aug 20 2005 Andreas Bierfert 1.9.13-4 - add dist tag * Sat Aug 20 2005 Andreas Bierfert 1.9.13-3 - exlude ical.h * Thu Aug 18 2005 Andreas Bierfert 1.9.13-2 - use setup macro (-c) - disable synce build on x86_64 for now (#148003) * Sun Jul 31 2005 Andreas Bierfert 1.9.13-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Dec 2006 23:18:14 -0000 1.1 +++ .cvsignore 11 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +claws-mail-extra-plugins-2.6.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Dec 2006 23:18:14 -0000 1.1 +++ sources 11 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +a8e0639de0becad065cac90dc3ae5e8a claws-mail-extra-plugins-2.6.1.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 11 23:44:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:44:19 -0500 Subject: rpms/pyparsing/devel .cvsignore, 1.3, 1.4 pyparsing.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612112344.kBBNiJwD025173@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pyparsing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25152 Modified Files: .cvsignore pyparsing.spec sources Log Message: * Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyparsing/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 18:04:32 -0000 1.3 +++ .cvsignore 11 Dec 2006 23:43:49 -0000 1.4 @@ -1 +1 @@ -pyparsing-1.4.3.tar.gz +pyparsing-1.4.4.tar.gz Index: pyparsing.spec =================================================================== RCS file: /cvs/extras/rpms/pyparsing/devel/pyparsing.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyparsing.spec 11 Sep 2006 18:04:32 -0000 1.3 +++ pyparsing.spec 11 Dec 2006 23:43:49 -0000 1.4 @@ -1,19 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT -URL: http://pyparsing.sourceforge.net/ +URL: http://pyparsing.wikispaces.com/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: pyparsing-LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{__python} +BuildRequires: python-devel %description pyparsing is a module that can be used to easily and directly configure syntax @@ -41,6 +41,9 @@ %{python_sitelib}/pyparsing.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 +- New upstream version. + * Mon Sep 11 2006 Jos?? Matos - 1.4.3-1 - New version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyparsing/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 18:04:32 -0000 1.3 +++ sources 11 Dec 2006 23:43:49 -0000 1.4 @@ -1 +1 @@ -576b5f5400e77f26ba60cda6e4ea38f2 pyparsing-1.4.3.tar.gz +6ae48bd527094756c6e575267b2d1b30 pyparsing-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 23:46:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:46:49 -0500 Subject: rpms/OpenEXR/EL-4 OpenEXR.spec,1.12,1.13 Message-ID: <200612112346.kBBNknDm025237@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/OpenEXR/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25220 Modified Files: OpenEXR.spec Log Message: * Sat Oct 28 2006 Rex Dieter 1.4.0a-4 - Obsoletes/Provides: openexr(-devel) (rpmforge compatibility) Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/EL-4/OpenEXR.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- OpenEXR.spec 14 Sep 2006 14:09:25 -0000 1.12 +++ OpenEXR.spec 11 Dec 2006 23:46:19 -0000 1.13 @@ -4,7 +4,7 @@ Name: OpenEXR Version: %{ver}%{?beta} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A high dynamic-range (HDR) image file format Group: System Environment/Libraries @@ -13,6 +13,9 @@ Source0: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Obsoletes: openexr < %{version}-%{release} +Provides: openexr = %{version}-%{release} + # FIXME: IlmThread contains undefined references to stuff in -lpthread Patch1: openexr-1.4.0-no_undefined.patch # Use Libs.private @@ -28,13 +31,15 @@ libraries and sample applications for handling the format. %package devel -Summary: Headers and libraries for building apps that use OpenEXR +Summary: Headers and libraries for building apps that use %{name} Group: Development/Libraries +Obsoletes: openexr-devel < %{version}-%{release} +Provides: openexr-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel This package contains headers and libraries required to build applications that -use the OpenEXR format. +use the %{name} format. %prep @@ -53,11 +58,6 @@ make %{?_smp_mflags} -%check -# Not enabled, by default, takes a *very* long time. -- Rex -%{?_with_check:make check} - - %install rm -rf $RPM_BUILD_ROOT @@ -71,6 +71,12 @@ cp -a IlmImfExamples rpmdocs/examples rm -rf rpmdocs/examples/.deps + +%check +# Not enabled, by default, takes a *very* long time. -- Rex +%{?_with_check:make check} + + %clean rm -rf $RPM_BUILD_ROOT @@ -96,6 +102,9 @@ %changelog +* Sat Oct 28 2006 Rex Dieter 1.4.0a-4 +- Obsoletes/Provides: openexr(-devel) (rpmforge compatibility) + * Thu Sep 14 2006 Rex Dieter 1.4.0a-3 - pkgconfig patch to use Libs.private From fedora-extras-commits at redhat.com Mon Dec 11 23:53:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 18:53:06 -0500 Subject: owners owners.epel.list,1.6,1.7 Message-ID: <200612112353.kBBNr6ne025363@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25324 Modified Files: owners.epel.list Log Message: +OpenEXR Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- owners.epel.list 11 Dec 2006 22:25:32 -0000 1.6 +++ owners.epel.list 11 Dec 2006 23:52:36 -0000 1.7 @@ -17,6 +17,7 @@ EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| +EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 11 23:53:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:53:13 -0500 Subject: rpms/pyparsing/FC-6 .cvsignore, 1.3, 1.4 pyparsing.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612112353.kBBNrDUY025369@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pyparsing/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25342 Modified Files: .cvsignore pyparsing.spec sources Log Message: * Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 18:04:32 -0000 1.3 +++ .cvsignore 11 Dec 2006 23:52:43 -0000 1.4 @@ -1 +1 @@ -pyparsing-1.4.3.tar.gz +pyparsing-1.4.4.tar.gz Index: pyparsing.spec =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-6/pyparsing.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyparsing.spec 11 Sep 2006 18:04:32 -0000 1.3 +++ pyparsing.spec 11 Dec 2006 23:52:43 -0000 1.4 @@ -1,19 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT -URL: http://pyparsing.sourceforge.net/ +URL: http://pyparsing.wikispaces.com/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: pyparsing-LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{__python} +BuildRequires: python-devel %description pyparsing is a module that can be used to easily and directly configure syntax @@ -41,6 +41,9 @@ %{python_sitelib}/pyparsing.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 +- New upstream version. + * Mon Sep 11 2006 Jos?? Matos - 1.4.3-1 - New version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 18:04:32 -0000 1.3 +++ sources 11 Dec 2006 23:52:43 -0000 1.4 @@ -1 +1 @@ -576b5f5400e77f26ba60cda6e4ea38f2 pyparsing-1.4.3.tar.gz +6ae48bd527094756c6e575267b2d1b30 pyparsing-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 23:54:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:54:12 -0500 Subject: rpms/pyparsing/FC-5 .cvsignore, 1.2, 1.3 pyparsing.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612112354.kBBNsCQ2025432@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/pyparsing/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25413 Modified Files: .cvsignore pyparsing.spec sources Log Message: * Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Aug 2005 19:08:56 -0000 1.2 +++ .cvsignore 11 Dec 2006 23:53:42 -0000 1.3 @@ -1 +1 @@ -pyparsing-1.3.tar.gz +pyparsing-1.4.4.tar.gz Index: pyparsing.spec =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-5/pyparsing.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyparsing.spec 11 Sep 2006 18:06:10 -0000 1.3 +++ pyparsing.spec 11 Dec 2006 23:53:42 -0000 1.4 @@ -1,19 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT -URL: http://pyparsing.sourceforge.net/ +URL: http://pyparsing.wikispaces.com/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: pyparsing-LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{__python} +BuildRequires: python-devel %description pyparsing is a module that can be used to easily and directly configure syntax @@ -41,6 +41,9 @@ %{python_sitelib}/pyparsing.py[co] %changelog +* Mon Dec 11 2006 Jos?? Matos - 1.4.4-1 +- New upstream version. + * Mon Sep 11 2006 Jos?? Matos - 1.4.3-1 - New version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyparsing/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 18:06:10 -0000 1.3 +++ sources 11 Dec 2006 23:53:42 -0000 1.4 @@ -1 +1 @@ -576b5f5400e77f26ba60cda6e4ea38f2 pyparsing-1.4.3.tar.gz +6ae48bd527094756c6e575267b2d1b30 pyparsing-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Dec 11 23:56:54 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 18:56:54 -0500 Subject: rpms/f2py/devel f2py.spec,1.6,1.7 Message-ID: <200612112356.kBBNusGE025523@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25504 Modified Files: f2py.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-3 - Fix BR (python -> python-devel). Index: f2py.spec =================================================================== RCS file: /cvs/extras/rpms/f2py/devel/f2py.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- f2py.spec 11 Dec 2006 22:54:32 -0000 1.6 +++ f2py.spec 11 Dec 2006 23:56:24 -0000 1.7 @@ -10,7 +10,7 @@ URL: http://cens.ioc.ee/projects/f2py2e/ Source0: http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python-devel BuildArch: noarch %description @@ -50,6 +50,9 @@ %{python_sitelib}/f2py2e %changelog +* Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-3 +- Fix BR (python -> python-devel). + * Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Tue Dec 12 00:06:56 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:06:56 -0500 Subject: rpms/f2py/devel f2py.spec,1.7,1.8 Message-ID: <200612120006.kBC06uAX028726@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28705 Modified Files: f2py.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-4 - Fix BR (python -> python-devel). Index: f2py.spec =================================================================== RCS file: /cvs/extras/rpms/f2py/devel/f2py.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- f2py.spec 11 Dec 2006 23:56:24 -0000 1.7 +++ f2py.spec 12 Dec 2006 00:06:26 -0000 1.8 @@ -2,7 +2,7 @@ Name: f2py Version: 2.45.241_1926 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fortran to Python interface generator Group: Development/Languages @@ -50,7 +50,7 @@ %{python_sitelib}/f2py2e %changelog -* Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-3 +* Tue Dec 12 2006 Jos?? Matos - 2.45.241_1926-4 - Fix BR (python -> python-devel). * Mon Dec 11 2006 Jos?? Matos - 2.45.241_1926-3 From fedora-extras-commits at redhat.com Tue Dec 12 00:09:05 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 11 Dec 2006 19:09:05 -0500 Subject: fedora-security/audit fc5,1.417,1.418 fc6,1.169,1.170 Message-ID: <200612120009.kBC095f8028810@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28792/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-5871 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.417 retrieving revision 1.418 diff -u -r1.417 -r1.418 --- fc5 11 Dec 2006 22:08:41 -0000 1.417 +++ fc5 12 Dec 2006 00:09:04 -0000 1.418 @@ -25,6 +25,7 @@ CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] +CVE-2006-5871 version (kernel, fixed 2.6.10) CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- fc6 11 Dec 2006 22:08:41 -0000 1.169 +++ fc6 12 Dec 2006 00:09:04 -0000 1.170 @@ -25,6 +25,7 @@ CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support +CVE-2006-5871 version (kernel, fixed 2.6.10) CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] From fedora-extras-commits at redhat.com Tue Dec 12 00:09:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:09:39 -0500 Subject: rpms/python-HTMLgen/devel python-HTMLgen.spec,1.11,1.12 Message-ID: <200612120009.kBC09dKs028832@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-HTMLgen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813 Modified Files: python-HTMLgen.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 2.2.2-9 - Rebuild for python 2.5. Index: python-HTMLgen.spec =================================================================== RCS file: /cvs/extras/rpms/python-HTMLgen/devel/python-HTMLgen.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-HTMLgen.spec 11 Sep 2006 18:48:28 -0000 1.11 +++ python-HTMLgen.spec 12 Dec 2006 00:09:09 -0000 1.12 @@ -3,7 +3,7 @@ Name: python-HTMLgen Version: 2.2.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A class library for the generation of HTML documents Group: Development/Libraries @@ -12,7 +12,7 @@ Source0: http://starship.python.net/crew/friedrich/HTMLgen.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python +BuildRequires: python-devel BuildArch: noarch %description @@ -43,6 +43,9 @@ %{python_sitelib}/*.py[co] %changelog +* Tue Dec 12 2006 Jos?? Matos - 2.2.2-9 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 2.2.2-8 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 00:14:56 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:14:56 -0500 Subject: rpms/python-amara/devel python-amara.spec,1.12,1.13 Message-ID: <200612120014.kBC0EuPe028922@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28903 Modified Files: python-amara.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.9-2 - Rebuild for python 2.5. Index: python-amara.spec =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-amara.spec 11 Sep 2006 18:34:55 -0000 1.12 +++ python-amara.spec 12 Dec 2006 00:14:25 -0000 1.13 @@ -1,8 +1,7 @@ -%{!?pyver: %define pyver %(%{__python} -c 'import sys;print(sys.version[0:3])')} -%{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-amara -Version: 1.1.7 +Version: 1.1.9 Release: 2%{?dist} Summary: A collection of Pythonic tools for XML data binding @@ -14,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Needs python-4Suite-XML >= 1.0b2 -BuildRequires: python +BuildRequires: python-devel BuildRequires: python-4Suite-XML Requires: python-4Suite-XML BuildArch: noarch @@ -52,6 +51,12 @@ %doc CHANGES COPYING demo manual.html README TODO %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.9-2 +- Rebuild for python 2.5. + +* Tue Sep 19 2006 Jos?? Matos - 1.1.9-1 +- New upstream release. + * Mon Sep 11 2006 Jos?? Matos - 1.1.7-2 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 00:20:45 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:20:45 -0500 Subject: rpms/python-cpio/devel python-cpio.spec,1.2,1.3 Message-ID: <200612120020.kBC0KjBh029027@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-cpio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29008 Modified Files: python-cpio.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 0.1-3 - Rebuild for python 2.5. Index: python-cpio.spec =================================================================== RCS file: /cvs/extras/rpms/python-cpio/devel/python-cpio.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-cpio.spec 11 Sep 2006 18:40:38 -0000 1.2 +++ python-cpio.spec 12 Dec 2006 00:20:15 -0000 1.3 @@ -3,7 +3,7 @@ Name: python-cpio Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python module for accessing cpio archives Group: Development/Languages @@ -38,6 +38,9 @@ %{python_sitelib}/cpioarchive.py[co] %changelog +* Tue Dec 12 2006 Jos?? Matos - 0.1-3 +- Rebuild for python 2.5. + * Mon Sep 11 2006 Jos?? Matos - 0.1-2 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 00:21:52 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Mon, 11 Dec 2006 19:21:52 -0500 Subject: rpms/pygame/devel pygame.spec,1.13,1.14 Message-ID: <200612120021.kBC0LqHR029086@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pygame/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29071 Modified Files: pygame.spec Log Message: blah Index: pygame.spec =================================================================== RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pygame.spec 10 Dec 2006 20:11:22 -0000 1.13 +++ pygame.spec 12 Dec 2006 00:21:22 -0000 1.14 @@ -2,7 +2,7 @@ Name: pygame Version: 1.7.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python modules for writing games Group: Development/Languages @@ -15,17 +15,7 @@ BuildRequires: python-devel BuildRequires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric -Requires: SDL_ttf-devel SDL_image-devel SDL_mixer-devel python-numeric - -# Obsolete/Provide old package names -Obsoletes: pygame-devel <= %{version} -Provides: pygame-devel = %{version}-%{release} -Obsoletes: python-pygame-devel <= %{version} -Provides: python-pygame-devel = %{version}-%{release} -Obsoletes: python-pygame <= %{version} -Provides: python-pygame = %{version}-%{release} -Obsoletes: python-pygame-doc <= %{version} -Provides: python-pygame-doc = %{version}-%{release} +Requires: python-numeric %description Pygame is a set of Python modules designed for writing games. It is @@ -91,6 +81,10 @@ %changelog +* Mon Dec 11 2006 Christopher Stone 1.7.1-11 +- Remove all Obsolete/Provides +- Remove Requires on all devel packages + * Sun Dec 10 2006 Christopher Stone 1.7.1-10 - Remove macosx examples - Move header files into main package From fedora-extras-commits at redhat.com Tue Dec 12 00:26:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:26:30 -0500 Subject: rpms/python-amara/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612120026.kBC0QUo4029181@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29159 Modified Files: .cvsignore sources Log Message: Forgot to commit new sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 13 Feb 2006 07:20:43 -0000 1.4 +++ .cvsignore 12 Dec 2006 00:26:00 -0000 1.5 @@ -1 +1 @@ -Amara-1.1.7.tar.bz2 +Amara-1.1.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 13 Feb 2006 07:20:43 -0000 1.4 +++ sources 12 Dec 2006 00:26:00 -0000 1.5 @@ -1 +1 @@ -12ae537e9c517a258194878e65c85672 Amara-1.1.7.tar.bz2 +74391d24a7fc55d4084eea745a078966 Amara-1.1.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 00:30:35 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:30:35 -0500 Subject: rpms/python-imaging/devel python-imaging.spec,1.11,1.12 Message-ID: <200612120030.kBC0UZdi029226@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-imaging/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29203 Modified Files: python-imaging.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.5-7 - Rebuild for python 2.5. Index: python-imaging.spec =================================================================== RCS file: /cvs/extras/rpms/python-imaging/devel/python-imaging.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-imaging.spec 29 Aug 2006 22:28:59 -0000 1.11 +++ python-imaging.spec 12 Dec 2006 00:30:05 -0000 1.12 @@ -5,7 +5,7 @@ Summary: Python's own image processing library Name: python-imaging Version: 1.1.5 -Release: 6%{?dist} +Release: 7%{?dist} License: Distributable Group: Development/Languages @@ -103,6 +103,9 @@ %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.5-7 +- Rebuild for python 2.5. + * Tue Aug 29 2006 Jos?? Matos - 1.1.5-6 - Rebuild for FE6 - Clean package, no need for python-abi requirement and ghost pyo files From fedora-extras-commits at redhat.com Tue Dec 12 00:32:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:32:12 -0500 Subject: rpms/python-amara/devel python-amara.spec,1.13,1.14 Message-ID: <200612120032.kBC0WCP2029291@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29276 Modified Files: python-amara.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.9-3 - Respin. Index: python-amara.spec =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-amara.spec 12 Dec 2006 00:14:25 -0000 1.13 +++ python-amara.spec 12 Dec 2006 00:31:42 -0000 1.14 @@ -2,7 +2,7 @@ Name: python-amara Version: 1.1.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of Pythonic tools for XML data binding Group: Development/Libraries @@ -51,6 +51,9 @@ %doc CHANGES COPYING demo manual.html README TODO %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.9-3 +- Respin. + * Tue Dec 12 2006 Jos?? Matos - 1.1.9-2 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Tue Dec 12 00:35:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:35:12 -0500 Subject: rpms/rpy/devel rpy.spec,1.13,1.14 Message-ID: <200612120035.kBC0ZCMj029350@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/rpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29335 Modified Files: rpy.spec Log Message: * Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 - Rebuild for python 2.5. Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/devel/rpy.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rpy.spec 17 Oct 2006 14:44:29 -0000 1.13 +++ rpy.spec 12 Dec 2006 00:34:42 -0000 1.14 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 14%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -67,6 +67,9 @@ %changelog +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Tue Dec 12 00:38:50 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Mon, 11 Dec 2006 19:38:50 -0500 Subject: rpms/python-amara/devel .cvsignore, 1.5, 1.6 python-amara.spec, 1.14, 1.15 sources, 1.5, 1.6 Message-ID: <200612120038.kBC0co28029421@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-amara/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29402 Modified Files: .cvsignore python-amara.spec sources Log Message: * Tue Dec 12 2006 Jos?? Matos - 1.1.9-4 - Respin (part II). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Dec 2006 00:26:00 -0000 1.5 +++ .cvsignore 12 Dec 2006 00:38:20 -0000 1.6 @@ -1 +1 @@ -Amara-1.1.9.tar.gz +Amara-1.1.9.tar.bz2 Index: python-amara.spec =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-amara.spec 12 Dec 2006 00:31:42 -0000 1.14 +++ python-amara.spec 12 Dec 2006 00:38:20 -0000 1.15 @@ -2,7 +2,7 @@ Name: python-amara Version: 1.1.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A collection of Pythonic tools for XML data binding Group: Development/Libraries @@ -51,6 +51,9 @@ %doc CHANGES COPYING demo manual.html README TODO %changelog +* Tue Dec 12 2006 Jos?? Matos - 1.1.9-4 +- Respin (part II). + * Tue Dec 12 2006 Jos?? Matos - 1.1.9-3 - Respin. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-amara/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Dec 2006 00:26:00 -0000 1.5 +++ sources 12 Dec 2006 00:38:20 -0000 1.6 @@ -1 +1 @@ -74391d24a7fc55d4084eea745a078966 Amara-1.1.9.tar.gz +4b3e74e3cb0af7427160f0a77705efae Amara-1.1.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 02:28:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 21:28:42 -0500 Subject: rpms/qscintilla/devel .cvsignore, 1.3, 1.4 qscintilla.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612120228.kBC2SgM6004730@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4711 Modified Files: .cvsignore qscintilla.spec sources Log Message: * Thu Nov 09 2006 Rex Dieter - 1.7-1 - QScintilla1-1.71-gpl-1.7 (#214192) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Nov 2006 16:56:51 -0000 1.3 +++ .cvsignore 12 Dec 2006 02:28:12 -0000 1.4 @@ -1,2 +1 @@ -qscintilla-1.65-gpl-1.6.tar.gz -QScintilla1-1.71-gpl-1.7.tar.gz +QScintilla-1.71-gpl-1.7.1.tar.gz Index: qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/qscintilla.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qscintilla.spec 9 Nov 2006 16:56:51 -0000 1.5 +++ qscintilla.spec 12 Dec 2006 02:28:12 -0000 1.6 @@ -2,14 +2,14 @@ %define scintilla_ver 1.71 Name: qscintilla -Version: 1.7 +Version: 1.7.1 Release: 1%{?dist} Summary: A Scintilla port to Qt License: GPL Group: Development/Tools Url: http://www.riverbankcomputing.co.uk/qscintilla/ -Source0: http://www.riverbankcomputing.com/Downloads/QScintilla1/QScintilla1-%{scintilla_ver}-gpl-%{version}.tar.gz +Source0: http://www.riverbankcomputing.com/Downloads/QScintilla1/QScintilla-%{scintilla_ver}-gpl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: qscintilla-1.61-gpl-1.4-designer-incpath.patch @@ -45,7 +45,7 @@ %prep -%setup -q -n QScintilla1-%{scintilla_ver}-gpl-%{version} +%setup -q -n QScintilla-%{scintilla_ver}-gpl-%{version} %patch1 -p1 -b .designer-incpath @@ -57,8 +57,6 @@ %build -export CFLAGS=$RPM_OPT_FLAGS -export CXXFLAGS=$RPM_OPT_FLAGS pushd qt qmake qscintilla echo 'build: $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(OBJCOMP)' >> Makefile @@ -74,12 +72,8 @@ %install rm -rf $RPM_BUILD_ROOT -pushd qt -make install INSTALL_ROOT=$RPM_BUILD_ROOT -popd -pushd designer -make INSTALL_ROOT=$RPM_BUILD_ROOT -popd +make INSTALL_ROOT=$RPM_BUILD_ROOT -C qt install +make INSTALL_ROOT=$RPM_BUILD_ROOT -C designer %clean @@ -110,7 +104,7 @@ %changelog * Thu Nov 09 2006 Rex Dieter - 1.7-1 -- QScintilla1-1.71-gpl-1.7.tar.gz +- QScintilla1-1.71-gpl-1.7 (#214192) * Sun Sep 03 2006 Konstantin Ryabitsev - 1.6-3.3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Nov 2006 16:56:51 -0000 1.3 +++ sources 12 Dec 2006 02:28:12 -0000 1.4 @@ -1 +1 @@ -145321e9e3ae7d4edc7f2bf6954b6763 QScintilla1-1.71-gpl-1.7.tar.gz +dfa047b45d4f09ae8d4a8a431ba88a5a QScintilla-1.71-gpl-1.7.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 03:11:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 22:11:02 -0500 Subject: rpms/gtk-qt-engine/devel .cvsignore, 1.5, 1.6 gtk-qt-engine.spec, 1.26, 1.27 sources, 1.5, 1.6 Message-ID: <200612120311.kBC3B2iB008163@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8136 Modified Files: .cvsignore gtk-qt-engine.spec sources Log Message: * Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn - gtk-qt-engine-20061211svn Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Jul 2006 13:22:30 -0000 1.5 +++ .cvsignore 12 Dec 2006 03:10:32 -0000 1.6 @@ -1 +1,2 @@ gtk-qt-engine-0.7.tar.bz2 +gtk-qt-engine-20061211svn.tar.bz2 Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/gtk-qt-engine.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gtk-qt-engine.spec 10 Dec 2006 03:35:37 -0000 1.26 +++ gtk-qt-engine.spec 12 Dec 2006 03:10:32 -0000 1.27 @@ -1,32 +1,26 @@ %define real_ver 0.7 -#define cvs cvs20060629 +%define svn 20061211svn Summary: A project allowing GTK to use Qt widget styles. Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 3%{?dist} +Release: 4.%{svn}%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt -%if "%{?cvs:1}" == "1" -Source0: gtk-qt-engine-%{cvs}.tar.bz2 -Source1: gtk-qt-engine-cvs.sh +%if "%{?svn:1}" == "1" +Source0: gtk-qt-engine-%{svn}.tar.bz2 +Source1: gtk-qt-engine-svn.sh %else Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{real_ver}.tar.bz2 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#### reported Bugs, patches -## GTK/QT + Baghira = lots of problems -## (gtk-qt-engine-cvs20050930 + baghira-0.71 crashes firefox/gimp) -## http://bugs.freedesktop.org/show_bug.cgi?id=2349 -#Patch2349: -Patch2: gtk-qt-engine-dt.patch - +BuildRequires: cmake BuildRequires: gettext -BuildRequires: gtk2-devel +BuildRequires: gtk2-devel >= 2.2 BuildRequires: libbonoboui-devel BuildRequires: qt-devel BuildRequires: kdelibs-devel @@ -43,24 +37,26 @@ %prep %setup -q -n %{name} -%patch2 -p1 -b .dt - %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath \ - --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final - -make %{?_smp_mflags} +%if "%{?svn:1}" == "1" +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DBUILD_SHARED_LIBS:BOOL=ON +%else +unset QTDIR || : ; source /etc/profile.d/qt.sh +%configure +%endif +make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT # locale's %find_lang gtkqtengine || touch gtkqtengine.lang @@ -78,13 +74,18 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_datadir}/themes/Qt/ -%{_datadir}/gtk-qt-engine/ %{_datadir}/applications/*.desktop %{_libdir}/gtk-2.0/*/engines/* %{_libdir}/kde3/kcm_*.* %changelog +* Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn +- gtk-qt-engine-20061211svn + +* Wed Nov 01 2006 Rex Dieter 0.70-3.20061101svn +- gtk-qt-engine-20061101svn + * Tue Aug 29 2006 Rex Dieter 0.70-3 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jul 2006 13:22:30 -0000 1.5 +++ sources 12 Dec 2006 03:10:32 -0000 1.6 @@ -1 +1 @@ -27ca211621f38c45b1c4c9e9ef1f84b0 gtk-qt-engine-0.7.tar.bz2 +ab25f35e9812e3fd7dba080ad2853645 gtk-qt-engine-20061211svn.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 04:03:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 23:03:09 -0500 Subject: rpms/qscintilla/devel qscintilla.spec,1.6,1.7 Message-ID: <200612120403.kBC4396M011681@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11666 Modified Files: qscintilla.spec Log Message: update changelog Index: qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/qscintilla/devel/qscintilla.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qscintilla.spec 12 Dec 2006 02:28:12 -0000 1.6 +++ qscintilla.spec 12 Dec 2006 04:02:39 -0000 1.7 @@ -103,6 +103,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter - 1.7.1-1 +- QScintilla-1.71-gpl-1.7.1 + * Thu Nov 09 2006 Rex Dieter - 1.7-1 - QScintilla1-1.71-gpl-1.7 (#214192) From fedora-extras-commits at redhat.com Tue Dec 12 04:08:44 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 11 Dec 2006 23:08:44 -0500 Subject: owners owners.list,1.2096,1.2097 Message-ID: <200612120408.kBC48i25011718@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11701 Modified Files: owners.list Log Message: Added php-pecl-Fileinfo Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2096 retrieving revision 1.2097 diff -u -r1.2096 -r1.2097 --- owners.list 11 Dec 2006 19:37:32 -0000 1.2096 +++ owners.list 12 Dec 2006 04:08:14 -0000 1.2097 @@ -1905,6 +1905,7 @@ Fedora Extras|php-pear-XML-Serializer|Swiss-army knife for reading and writing XML files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-XML-Util|XML utility class|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-apc|APC caches and optimizes PHP intermediate code|chabotc at xs4all.nl|extras-qa at fedoraproject.org| +Fedora Extras|php-pecl-Fileinfo|libmagic bindings|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-mailparse|PECL package for parsing and working with email messages|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-pdo|PECL package for PHP Data Objects Interface|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-pdo-sqlite|PECL package for PHP Data Objects Interface to SQLite v3|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 04:15:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 23:15:14 -0500 Subject: rpms/koffice/devel koffice.spec,1.49,1.50 Message-ID: <200612120415.kBC4FEsx011746@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11731 Modified Files: koffice.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%defattr - -libs: (new) subpkg, multilib issues - BR: +libpaper-devel -graphviz-devel Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- koffice.spec 11 Dec 2006 18:43:26 -0000 1.49 +++ koffice.spec 12 Dec 2006 04:14:44 -0000 1.50 @@ -15,6 +15,8 @@ # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel +## kjsembed bits, not sure if it is really used or not yet -- Rex +#BuildRequires: kdebindings-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: libart_lgpl-devel @@ -39,7 +41,6 @@ BuildRequires: wv2-devel BuildRequires: libpqxx-devel BuildRequires: doxygen -BuildRequires: graphviz-devel BuildRequires: aspell-devel BuildRequires: libxslt-devel BuildRequires: OpenEXR-devel @@ -50,8 +51,9 @@ %define ruby 1 BuildRequires: ruby ruby-devel >= 1.8.2 %endif -%if 0%{?fedora} > 6 || 0%{?rhel} > 4 +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: poppler-qt-devel +BuildRequires: libpaper-devel %endif %if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel @@ -86,21 +88,27 @@ KOffice - Integrated Office Suite KOffice is a free, integrated office suite for KDE, the K Desktop Environment. - %package core -Summary: Core packages for koffice +Summary: Core support files for koffice Group: Applications/Productivity +Requires: %{name}-libs = %{version}-%{release} Requires: perl -Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} %description core -core libraries and support files for koffice +%{summary}. + +%package libs +Summary: Runtime libraries for koffice +Group: System Environment/Libraries +Conflicts: koffice <= 4:%{version}-%{release} +%description libs +%{summary}. %package devel Summary: Libraries needed for koffice development -Group: System Environment/Libraries -Requires: %{name}-core = %{version}-%{release} +Group: Development/Libraries +Requires: %{name}-libs = %{version}-%{release} %description devel %{summary} @@ -344,21 +352,6 @@ %{_bindir}/koconverter %{_libdir}/libkdeinit_koshell.so %{_libdir}/libkdeinit_kthesaurus.so -%{_libdir}/libkdchart.so.* -%{_libdir}/libkochart.so.* -%{_libdir}/libkofficecore.so.* -%{_libdir}/libkofficeui.so.* -%{_libdir}/libkotext.so.* -%{_libdir}/libkowmf.so.* -%{_libdir}/libkopainter.so.* -%{_libdir}/libkstore.so.* -%{_libdir}/libkwmailmerge_interface.so.* -%{_libdir}/libkwmf.so.* -%{_libdir}/libkformulalib.so.* -%{_libdir}/libkopalette.so.* -%{_libdir}/libkoproperty.so.* -%{_libdir}/libkrossapi.so.* -%{_libdir}/libkrossmain.so.* %{_libdir}/kde3/kfile_koffice.* %{_libdir}/kde3/kfile_ooo.* %{_libdir}/kde3/kfile_abiword.* @@ -407,6 +400,25 @@ %{_libdir}/kde3/krosspython.* %{?ruby:%{_libdir}/kde3/krossruby.*} +%files libs +%defattr(-,root,root,-) +#_libdir/lib*.so.* +%{_libdir}/libkdchart.so.* +%{_libdir}/libkochart.so.* +%{_libdir}/libkofficecore.so.* +%{_libdir}/libkofficeui.so.* +%{_libdir}/libkotext.so.* +%{_libdir}/libkowmf.so.* +%{_libdir}/libkopainter.so.* +%{_libdir}/libkstore.so.* +%{_libdir}/libkwmailmerge_interface.so.* +%{_libdir}/libkwmf.so.* +%{_libdir}/libkformulalib.so.* +%{_libdir}/libkopalette.so.* +%{_libdir}/libkoproperty.so.* +%{_libdir}/libkrossapi.so.* +%{_libdir}/libkrossmain.so.* + %files devel %defattr(-,root,root,-) %{_includedir}/* @@ -664,6 +676,8 @@ * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%%defattr +- -libs: (new) subpkg, multilib issues +- BR: +libpaper-devel -graphviz-devel * Sun Dec 10 2006 Rex Dieter 1.6.2-3 From fedora-extras-commits at redhat.com Tue Dec 12 04:24:12 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Mon, 11 Dec 2006 23:24:12 -0500 Subject: comps comps-fe6.xml.in,1.242,1.243 Message-ID: <200612120424.kBC4OCuj011834@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11819/comps Modified Files: comps-fe6.xml.in Log Message: Add gaim-libnotify/FC-6 comps entry Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- comps-fe6.xml.in 11 Dec 2006 10:51:37 -0000 1.242 +++ comps-fe6.xml.in 12 Dec 2006 04:23:42 -0000 1.243 @@ -576,6 +576,7 @@ drivel evolution-bogofilter fwbuilder + gaim-libnotify gajim galeon gg2 From fedora-extras-commits at redhat.com Tue Dec 12 04:40:02 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 11 Dec 2006 23:40:02 -0500 Subject: rpms/php-shout/devel .cvsignore, 1.2, 1.3 php-shout.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612120440.kBC4e2v8011991@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11966 Modified Files: .cvsignore php-shout.spec sources Log Message: Updated to 0.9.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Aug 2006 03:18:33 -0000 1.2 +++ .cvsignore 12 Dec 2006 04:39:32 -0000 1.3 @@ -1 +1 @@ -phpShout-0.3.1.tar.gz +phpShout-0.9.1.tar.gz Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- php-shout.spec 28 Aug 2006 04:46:57 -0000 1.4 +++ php-shout.spec 12 Dec 2006 04:39:32 -0000 1.5 @@ -2,8 +2,8 @@ %global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") Name: php-shout -Version: 0.3.1 -Release: 6%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: PHP module for communicating with Icecast servers Source0: http://dl.sf.net/phpshout/phpShout-%{version}.tar.gz @@ -72,6 +72,12 @@ %{php_extdir}/shout.so %changelog +* Sun Oct 29 2006 Brandon Holbrook 0.9.1-1 +- Bump to 0.9.1 + +* Thu Oct 26 2006 Brandon Holbrook 0.3.1-7 +- Rebuild for new PHP + * Fri Aug 11 2006 Brandon Holbrook 0.3.1-6 - Mass Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Aug 2006 03:18:33 -0000 1.2 +++ sources 12 Dec 2006 04:39:32 -0000 1.3 @@ -1 +1 @@ -3a630c1953e0bd0c42a3324f5e449077 phpShout-0.3.1.tar.gz +0cb82355c6bdc985a9a0db923bf0372a phpShout-0.9.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 04:54:30 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Mon, 11 Dec 2006 23:54:30 -0500 Subject: rpms/istanbul/devel istanbul.spec,1.7,1.8 Message-ID: <200612120454.kBC4sUtn012140@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/istanbul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12108 Modified Files: istanbul.spec Log Message: bump the release to rebuild against new python Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/istanbul.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- istanbul.spec 31 Aug 2006 23:45:54 -0000 1.7 +++ istanbul.spec 12 Dec 2006 04:54:00 -0000 1.8 @@ -7,7 +7,7 @@ Summary: Desktop Session Recorder Name: istanbul Version: 0.2.1 -Release: 0%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul @@ -106,6 +106,9 @@ #%{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog +* Mon Dec 11 2006 Jef Spaleta - 0.1.1-10 +- rebuild against python 2.5 in devel tree + * Thu Mar 23 2006 Jef Spaleta - 0.1.1-9 - attempt to fix 64bit build failures do to unpackaged la From fedora-extras-commits at redhat.com Tue Dec 12 04:55:05 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 11 Dec 2006 23:55:05 -0500 Subject: rpms/pungi import.log,1.2,1.3 Message-ID: <200612120455.kBC4t5D9012202@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12158 Modified Files: import.log Log Message: auto-import pungi-0.1.1-1 on branch devel from pungi-0.1.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pungi/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 9 Nov 2006 13:43:30 -0000 1.2 +++ import.log 12 Dec 2006 04:54:35 -0000 1.3 @@ -1 +1,2 @@ pungi-0_1_0-1:HEAD:pungi-0.1.0-1.src.rpm:1163079833 +pungi-0_1_1-1:HEAD:pungi-0.1.1-1.src.rpm:1165899723 From fedora-extras-commits at redhat.com Tue Dec 12 04:55:06 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 11 Dec 2006 23:55:06 -0500 Subject: rpms/pungi/devel .cvsignore, 1.2, 1.3 pungi.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612120455.kBC4t6D1012207@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12158/devel Modified Files: .cvsignore pungi.spec sources Log Message: auto-import pungi-0.1.1-1 on branch devel from pungi-0.1.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Nov 2006 13:43:30 -0000 1.2 +++ .cvsignore 12 Dec 2006 04:54:36 -0000 1.3 @@ -1 +1 @@ -pungi-0.1.0.tar.gz +pungi-0.1.1.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pungi.spec 9 Nov 2006 13:43:31 -0000 1.1 +++ pungi.spec 12 Dec 2006 04:54:36 -0000 1.2 @@ -1,13 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools License: GPL -URL: http://linux.duke.edu/projects/%{name} +URL: http://hosted.fedoraproject.org/projects/pungi Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime @@ -37,7 +37,7 @@ %files %defattr(-,root,root,-) -%doc Authors Changelog COPYING GPL PLAN.gather PLAN.pungi README ToDo +%doc Authors Changelog COPYING GPL README ToDo %config(noreplace) %{_sysconfdir}/pungi # For noarch packages: sitelib %{python_sitelib}/pypungi @@ -45,5 +45,13 @@ %changelog +* Mon Dec 11 2006 Jesse Keating - 0.1.1-1 +- Update to 0.1.1 +- Add ability to get srpms +- Add ability to get relnote files +- Use a config file system +- Clean up some docs +- Add config files for composing FC6 respins + * Wed Nov 8 2006 Jesse Keating - 0.1.0-1 - Initial spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Nov 2006 13:43:31 -0000 1.2 +++ sources 12 Dec 2006 04:54:36 -0000 1.3 @@ -1 +1 @@ -6fab9b1b9979aa59b9db5880abfe6136 pungi-0.1.0.tar.gz +4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 04:56:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 11 Dec 2006 23:56:52 -0500 Subject: rpms/fltk/devel fltk.spec,1.17,1.18 Message-ID: <200612120456.kBC4uqIH012309@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12294 Modified Files: fltk.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-3 - follow icon spec - omit static libs Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fltk.spec 11 Dec 2006 16:36:30 -0000 1.17 +++ fltk.spec 12 Dec 2006 04:56:22 -0000 1.18 @@ -1,33 +1,51 @@ -Summary: C++ user interface toolkit for X11, Win32, and MacOS X + +Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL with exceptions Group: System Environment/Libraries URL: http://www.fltk.org/ Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libjpeg-devel zlib-devel libpng-devel libXt-devel libX11-devel -BuildRequires: xorg-x11-proto-devel libXft-devel libSM-devel libICE-devel -BuildRequires: mesa-libGL-devel mesa-libGLU-devel libXext-devel -BuildRequires: pkgconfig -BuildRequires: ImageMagick desktop-file-utils man +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Source1: fluid.desktop + +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +BuildRequires: libICE-devel libSM-devel +BuildRequires: libXext-devel libXft-devel libXt-devel libX11-devel +BuildRequires: xorg-x11-proto-devel +%else +BuildRequires: xorg-x11-devel +%endif +BuildRequires: libjpeg-devel +BuildRequires: zlib-devel +BuildRequires: libpng-devel +BuildRequires: libGL-devel libGLU-devel +BuildRequires: pkgconfig +BuildRequires: ImageMagick +BuildRequires: desktop-file-utils +BuildRequires: man %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel -Requires: libXft-devel libXext-devel mesa-libGL-devel mesa-libGLU-devel +Requires: libGL-devel libGLU-devel +%if 0%{?rhel} > 4 || 0%{?fedora} > 4 +Requires: libXft-devel libXext-devel Requires: libX11-devel libSM-devel libICE-devel +%else +Requires: xorg-x11-devel +%endif %package fluid Summary: Fast Light User Interface Designer Group: Development/Tools Requires: %{name}-devel = %{version}-%{release} - %description FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern @@ -49,13 +67,6 @@ %prep -cat< fluid.desktop < 1.1.7-3 +- follow icon spec +- omit static libs + * Wed Sep 06 2006 Michael J. Knox - 1.1.7-2 - rebuild for FC6 From fedora-extras-commits at redhat.com Tue Dec 12 04:59:38 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 11 Dec 2006 23:59:38 -0500 Subject: rpms/pungi/FC-6 .cvsignore, 1.2, 1.3 pungi.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612120459.kBC4xcvi012460@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12441 Modified Files: .cvsignore pungi.spec sources Log Message: Build for FC-6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Nov 2006 13:43:30 -0000 1.2 +++ .cvsignore 12 Dec 2006 04:59:08 -0000 1.3 @@ -1 +1 @@ -pungi-0.1.0.tar.gz +pungi-0.1.1.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/pungi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pungi.spec 9 Nov 2006 13:43:31 -0000 1.1 +++ pungi.spec 12 Dec 2006 04:59:08 -0000 1.2 @@ -1,13 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools License: GPL -URL: http://linux.duke.edu/projects/%{name} +URL: http://hosted.fedoraproject.org/projects/pungi Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime @@ -37,7 +37,7 @@ %files %defattr(-,root,root,-) -%doc Authors Changelog COPYING GPL PLAN.gather PLAN.pungi README ToDo +%doc Authors Changelog COPYING GPL README ToDo %config(noreplace) %{_sysconfdir}/pungi # For noarch packages: sitelib %{python_sitelib}/pypungi @@ -45,5 +45,13 @@ %changelog +* Mon Dec 11 2006 Jesse Keating - 0.1.1-1 +- Update to 0.1.1 +- Add ability to get srpms +- Add ability to get relnote files +- Use a config file system +- Clean up some docs +- Add config files for composing FC6 respins + * Wed Nov 8 2006 Jesse Keating - 0.1.0-1 - Initial spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Nov 2006 13:43:31 -0000 1.2 +++ sources 12 Dec 2006 04:59:08 -0000 1.3 @@ -1 +1 @@ -6fab9b1b9979aa59b9db5880abfe6136 pungi-0.1.0.tar.gz +4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 05:03:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 00:03:44 -0500 Subject: owners owners.list,1.2097,1.2098 Message-ID: <200612120503.kBC53i9S015710@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15690 Modified Files: owners.list Log Message: maintain fltk Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2097 retrieving revision 1.2098 diff -u -r1.2097 -r1.2098 --- owners.list 12 Dec 2006 04:08:14 -0000 1.2097 +++ owners.list 12 Dec 2006 05:03:14 -0000 1.2098 @@ -434,7 +434,7 @@ Fedora Extras|flim|Emacs library for handling email messages|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|flite|Small, fast speech synthesis engine (text-to-speech)|faucamp at csir.co.za|extras-qa at fedoraproject.org| Fedora Extras|flow-tools|Tool set for working with NetFlow data|i at stingr.net|extras-qa at fedoraproject.org| -Fedora Extras|fltk|A C++ user interface toolkit for X11, Win32, and MacOS X|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|fluidsynth|Real-time software synthesizer|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|fluidsynth-dssi|DSSI implementation of Fluidsynth|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|flumotion|flumotion - the Fluendo Streaming Server|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 05:06:56 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Tue, 12 Dec 2006 00:06:56 -0500 Subject: rpms/php-json/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE php-json.html, 1.3, NONE php-json.spec, 1.6, NONE sources, 1.4, NONE Message-ID: <200612120506.kBC56upe015776@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-json/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15769 Added Files: dead.package Removed Files: Makefile php-json.html php-json.spec sources Log Message: Moved to core (php-common) in rawhide --- NEW FILE dead.package --- Obsoleted by php-common-5.2.0 which provides this extension. See : Bugzilla #215966 --- Makefile DELETED --- --- php-json.html DELETED --- --- php-json.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 05:07:30 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 12 Dec 2006 00:07:30 -0500 Subject: rpms/pungi/devel pungi.spec,1.2,1.3 Message-ID: <200612120507.kBC57UuT015810@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15787 Modified Files: pungi.spec Log Message: need br python-devel Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pungi.spec 12 Dec 2006 04:54:36 -0000 1.2 +++ pungi.spec 12 Dec 2006 05:07:00 -0000 1.3 @@ -2,7 +2,7 @@ Name: pungi Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -11,6 +11,7 @@ Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime +BuildRequires: python-devel BuildArch: noarch @@ -45,6 +46,9 @@ %changelog +* Mon Dec 11 2006 Jesse Keating - 0.1.1-2 +- Need BR python-devel in rawhide + * Mon Dec 11 2006 Jesse Keating - 0.1.1-1 - Update to 0.1.1 - Add ability to get srpms From fedora-extras-commits at redhat.com Tue Dec 12 05:11:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 00:11:19 -0500 Subject: rpms/fltk/devel fluid.desktop,NONE,1.1 fltk.spec,1.18,1.19 Message-ID: <200612120511.kBC5BJFW015907@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15877 Modified Files: fltk.spec Added Files: fluid.desktop Log Message: add missing Source1 to cvs (: --- NEW FILE fluid.desktop --- [Desktop Entry] Name=Fluid Comment=Fast Light User Interface Designer Exec=fluid Icon=fluid Terminal=false Type=Application Encoding=UTF-8 Categories=Development;GUIDesigner; Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- fltk.spec 12 Dec 2006 04:56:22 -0000 1.18 +++ fltk.spec 12 Dec 2006 05:10:49 -0000 1.19 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: LGPL with exceptions Group: System Environment/Libraries From fedora-extras-commits at redhat.com Tue Dec 12 05:12:03 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:12:03 -0500 Subject: rpms/spandsp/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 spandsp.spec, 1.5, 1.6 Message-ID: <200612120512.kBC5C3el015970@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/spandsp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15951 Modified Files: .cvsignore sources spandsp.spec Log Message: Update to 0.0.3pre27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/spandsp/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 06:29:07 -0000 1.6 +++ .cvsignore 12 Dec 2006 05:11:33 -0000 1.7 @@ -1 +1 @@ -spandsp-0.0.3pre26.tgz +spandsp-0.0.3pre27.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/spandsp/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 06:29:07 -0000 1.6 +++ sources 12 Dec 2006 05:11:33 -0000 1.7 @@ -1 +1 @@ -304f24f67b55c4ac3e3e7a6df5aaa4a2 spandsp-0.0.3pre26.tgz +2ed944d0c15d4ac0c70de9624ce98cd4 spandsp-0.0.3pre27.tgz Index: spandsp.spec =================================================================== RCS file: /cvs/extras/rpms/spandsp/devel/spandsp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- spandsp.spec 27 Nov 2006 06:29:07 -0000 1.5 +++ spandsp.spec 12 Dec 2006 05:11:33 -0000 1.6 @@ -1,4 +1,4 @@ -%define pre 26 +%define pre 27 Summary: A DSP library for telephony Name: spandsp @@ -73,6 +73,9 @@ %postun -p /sbin/ldconfig %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.0.3-1.pre27 +- Update to 0.0.3pre27 + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.0.3-1.pre25 - Update to 0.0.3pre25 From fedora-extras-commits at redhat.com Tue Dec 12 05:13:18 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:13:18 -0500 Subject: rpms/spandsp/FC-6 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 spandsp.spec, 1.5, 1.6 Message-ID: <200612120513.kBC5DIEV016035@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/spandsp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16014 Modified Files: .cvsignore sources spandsp.spec Log Message: Update to 0.0.3pre27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 06:30:38 -0000 1.6 +++ .cvsignore 12 Dec 2006 05:12:48 -0000 1.7 @@ -1 +1 @@ -spandsp-0.0.3pre26.tgz +spandsp-0.0.3pre27.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 06:30:38 -0000 1.6 +++ sources 12 Dec 2006 05:12:48 -0000 1.7 @@ -1 +1 @@ -304f24f67b55c4ac3e3e7a6df5aaa4a2 spandsp-0.0.3pre26.tgz +2ed944d0c15d4ac0c70de9624ce98cd4 spandsp-0.0.3pre27.tgz Index: spandsp.spec =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-6/spandsp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- spandsp.spec 27 Nov 2006 06:30:38 -0000 1.5 +++ spandsp.spec 12 Dec 2006 05:12:48 -0000 1.6 @@ -1,4 +1,4 @@ -%define pre 26 +%define pre 27 Summary: A DSP library for telephony Name: spandsp @@ -73,6 +73,9 @@ %postun -p /sbin/ldconfig %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.0.3-1.pre27 +- Update to 0.0.3pre27 + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.0.3-1.pre25 - Update to 0.0.3pre25 From fedora-extras-commits at redhat.com Tue Dec 12 05:14:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:14:24 -0500 Subject: rpms/spandsp/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 spandsp.spec, 1.5, 1.6 Message-ID: <200612120514.kBC5EOMk016104@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/spandsp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16082 Modified Files: .cvsignore sources spandsp.spec Log Message: Update to 0.0.3pre27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Nov 2006 06:32:21 -0000 1.6 +++ .cvsignore 12 Dec 2006 05:13:54 -0000 1.7 @@ -1 +1 @@ -spandsp-0.0.3pre26.tgz +spandsp-0.0.3pre27.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Nov 2006 06:32:21 -0000 1.6 +++ sources 12 Dec 2006 05:13:54 -0000 1.7 @@ -1 +1 @@ -304f24f67b55c4ac3e3e7a6df5aaa4a2 spandsp-0.0.3pre26.tgz +2ed944d0c15d4ac0c70de9624ce98cd4 spandsp-0.0.3pre27.tgz Index: spandsp.spec =================================================================== RCS file: /cvs/extras/rpms/spandsp/FC-5/spandsp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- spandsp.spec 27 Nov 2006 06:32:21 -0000 1.5 +++ spandsp.spec 12 Dec 2006 05:13:54 -0000 1.6 @@ -1,4 +1,4 @@ -%define pre 26 +%define pre 27 Summary: A DSP library for telephony Name: spandsp @@ -73,6 +73,9 @@ %postun -p /sbin/ldconfig %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.0.3-1.pre27 +- Update to 0.0.3pre27 + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.0.3-1.pre25 - Update to 0.0.3pre25 From fedora-extras-commits at redhat.com Tue Dec 12 05:16:07 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 00:16:07 -0500 Subject: rpms/scipy/devel scipy.spec,1.1,1.2 Message-ID: <200612120516.kBC5G7Lm016171@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16156 Modified Files: scipy.spec Log Message: Release bump for rebuild against python 2.5 Index: scipy.spec =================================================================== RCS file: /cvs/extras/rpms/scipy/devel/scipy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scipy.spec 7 Dec 2006 00:41:53 -0000 1.1 +++ scipy.spec 12 Dec 2006 05:15:37 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Scipy: array processing for numbers, strings, records, and objects Name: scipy Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Libraries License: BSD @@ -53,6 +53,9 @@ %changelog +* Mon Dec 11 2006 Jef Spaleta - 0.5.1-5 +- Bump for rebuild against python 2.5 in devel tree + * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 From fedora-extras-commits at redhat.com Tue Dec 12 05:27:21 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 00:27:21 -0500 Subject: rpms/python-matplotlib/devel python-matplotlib.spec,1.23,1.24 Message-ID: <200612120527.kBC5RL80016296@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-matplotlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16280 Modified Files: python-matplotlib.spec Log Message: release bump for rebuild against python 2.5 in devel tree Index: python-matplotlib.spec =================================================================== RCS file: /cvs/extras/rpms/python-matplotlib/devel/python-matplotlib.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- python-matplotlib.spec 5 Dec 2006 18:37:51 -0000 1.23 +++ python-matplotlib.spec 12 Dec 2006 05:26:51 -0000 1.24 @@ -2,7 +2,7 @@ Name: python-matplotlib Version: 0.87.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -75,6 +75,9 @@ %changelog +* Mon Dec 11 2006 Jef Spaleta 0.87.7-3 +- Release bump for rebuild against python 2.5 in devel tree + * Tue Dec 5 2006 Orion Poplawski 0.87.7-2 - Force build of gtk/gtkagg backends in mock (bug #218153) - Change Requires from python-numeric to numpy (bug #218154) From fedora-extras-commits at redhat.com Tue Dec 12 05:28:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 00:28:04 -0500 Subject: rpms/quodlibet/devel quodlibet.spec,1.2,1.3 Message-ID: <200612120528.kBC5S4ae016346@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331 Modified Files: quodlibet.spec Log Message: Require python-gpod for iPod support Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/devel/quodlibet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quodlibet.spec 21 Nov 2006 13:43:52 -0000 1.2 +++ quodlibet.spec 12 Dec 2006 05:27:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -38,6 +38,9 @@ # for Replay Gain plugin Requires: vorbisgain +# for iPod device support +Requires: python-gpod + %description Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and @@ -122,6 +125,9 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 +- Require python-gpod for iPod device support + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.24-1 - Update to 0.24 From fedora-extras-commits at redhat.com Tue Dec 12 05:37:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:37:22 -0500 Subject: rpms/pgfouine/devel .cvsignore, 1.2, 1.3 pgfouine.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612120537.kBC5bMeQ016480@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16461 Modified Files: .cvsignore pgfouine.spec sources Log Message: Update to 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:28:52 -0000 1.2 +++ .cvsignore 12 Dec 2006 05:36:52 -0000 1.3 @@ -1 +1 @@ -pgfouine-0.7.1.tar.gz +pgfouine-0.7.2.tar.gz Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/pgfouine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgfouine.spec 30 Nov 2006 22:28:52 -0000 1.1 +++ pgfouine.spec 12 Dec 2006 05:36:52 -0000 1.2 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -61,6 +61,8 @@ %{_datadir}/%{name} %changelog +* Tue Dec 1w 2006 Devrim Gunduz - 0.7.2-1 + * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:28:52 -0000 1.2 +++ sources 12 Dec 2006 05:36:52 -0000 1.3 @@ -1 +1 @@ -79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz +4759b564bf08db9c38ee1544faeafb2f pgfouine-0.7.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 05:38:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:38:59 -0500 Subject: rpms/pgfouine/devel pgfouine.spec,1.2,1.3 Message-ID: <200612120538.kBC5cxiv016513@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16493 Modified Files: pgfouine.spec Log Message: Ooops, fix changelog Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/devel/pgfouine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pgfouine.spec 12 Dec 2006 05:36:52 -0000 1.2 +++ pgfouine.spec 12 Dec 2006 05:38:29 -0000 1.3 @@ -61,31 +61,44 @@ %{_datadir}/%{name} %changelog -* Tue Dec 1w 2006 Devrim Gunduz - 0.7.2-1 +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +- Update to 0.7.2 * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review + * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 - released 0.7.1 + * Sun Sep 3 2006 Guillaume Smet - 0.7-4 - fixed spec according to bugzilla #202901 comment #2 + * Thu Aug 18 2006 Devrim Gunduz - 0.7-3 - fixed spec, per bugzilla review + * Thu Aug 17 2006 Devrim Gunduz - 0.7-2 - fixed rpmlint warnings, and made cosmetic changes + * Thu Aug 17 2006 Guillaume Smet - released 0.7 + * Thu Aug 10 2006 Guillaume Smet - fixed RPM packaging for 0.7 + * Wed Jul 19 2006 Guillaume Smet - added pgfouine_vacuum.php + * Sun May 21 2006 Guillaume Smet - released 0.6 + * Sun Mar 26 2006 Guillaume Smet - released 0.5 + * Tue Jan 10 2006 Guillaume Smet - released 0.2.1 + * Sun Dec 4 2005 Guillaume Smet - released 0.2 + * Fri Nov 18 2005 Guillaume Smet - initial RPM packaging From fedora-extras-commits at redhat.com Tue Dec 12 05:43:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:43:05 -0500 Subject: rpms/pgfouine/FC-6 pgfouine.spec,1.1,1.2 Message-ID: <200612120543.kBC5h5M2016637@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16606/FC-6 Modified Files: pgfouine.spec Log Message: Update to new version Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/pgfouine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgfouine.spec 30 Nov 2006 22:28:52 -0000 1.1 +++ pgfouine.spec 12 Dec 2006 05:42:35 -0000 1.2 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -61,29 +61,44 @@ %{_datadir}/%{name} %changelog +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +- Update to 0.7.2 + * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review + * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 - released 0.7.1 + * Sun Sep 3 2006 Guillaume Smet - 0.7-4 - fixed spec according to bugzilla #202901 comment #2 + * Thu Aug 18 2006 Devrim Gunduz - 0.7-3 - fixed spec, per bugzilla review + * Thu Aug 17 2006 Devrim Gunduz - 0.7-2 - fixed rpmlint warnings, and made cosmetic changes + * Thu Aug 17 2006 Guillaume Smet - released 0.7 + * Thu Aug 10 2006 Guillaume Smet - fixed RPM packaging for 0.7 + * Wed Jul 19 2006 Guillaume Smet - added pgfouine_vacuum.php + * Sun May 21 2006 Guillaume Smet - released 0.6 + * Sun Mar 26 2006 Guillaume Smet - released 0.5 + * Tue Jan 10 2006 Guillaume Smet - released 0.2.1 + * Sun Dec 4 2005 Guillaume Smet - released 0.2 + * Fri Nov 18 2005 Guillaume Smet - initial RPM packaging From fedora-extras-commits at redhat.com Tue Dec 12 05:43:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:43:05 -0500 Subject: rpms/pgfouine/FC-5 pgfouine.spec,1.1,1.2 Message-ID: <200612120543.kBC5h5mt016640@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16606/FC-5 Modified Files: pgfouine.spec Log Message: Update to new version Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-5/pgfouine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgfouine.spec 30 Nov 2006 22:28:52 -0000 1.1 +++ pgfouine.spec 12 Dec 2006 05:42:35 -0000 1.2 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -61,29 +61,44 @@ %{_datadir}/%{name} %changelog +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +- Update to 0.7.2 + * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 - Added tutorial.txt per bugzilla review + * Sat Oct 28 2006 Guillaume Smet - 0.7.1-1 - released 0.7.1 + * Sun Sep 3 2006 Guillaume Smet - 0.7-4 - fixed spec according to bugzilla #202901 comment #2 + * Thu Aug 18 2006 Devrim Gunduz - 0.7-3 - fixed spec, per bugzilla review + * Thu Aug 17 2006 Devrim Gunduz - 0.7-2 - fixed rpmlint warnings, and made cosmetic changes + * Thu Aug 17 2006 Guillaume Smet - released 0.7 + * Thu Aug 10 2006 Guillaume Smet - fixed RPM packaging for 0.7 + * Wed Jul 19 2006 Guillaume Smet - added pgfouine_vacuum.php + * Sun May 21 2006 Guillaume Smet - released 0.6 + * Sun Mar 26 2006 Guillaume Smet - released 0.5 + * Tue Jan 10 2006 Guillaume Smet - released 0.2.1 + * Sun Dec 4 2005 Guillaume Smet - released 0.2 + * Fri Nov 18 2005 Guillaume Smet - initial RPM packaging From fedora-extras-commits at redhat.com Tue Dec 12 05:45:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 00:45:02 -0500 Subject: rpms/pgfouine/FC-6 pgfouine.spec,1.2,1.3 Message-ID: <200612120545.kBC5j2fi016729@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16709 Modified Files: pgfouine.spec Log Message: Bump up version (tag error) Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/pgfouine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pgfouine.spec 12 Dec 2006 05:42:35 -0000 1.2 +++ pgfouine.spec 12 Dec 2006 05:44:32 -0000 1.3 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine Version: 0.7.2 -Release: 1%{?dist} +Release: 1%{?dist}.1 BuildArch: noarch License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Tue Dec 12 06:02:08 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 01:02:08 -0500 Subject: rpms/quodlibet/devel quodlibet.spec,1.3,1.4 Message-ID: <200612120602.kBC62862019945@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19930 Modified Files: quodlibet.spec Log Message: python-ctypes is no longer a separate package in development Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/devel/quodlibet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- quodlibet.spec 12 Dec 2006 05:27:34 -0000 1.3 +++ quodlibet.spec 12 Dec 2006 06:01:38 -0000 1.4 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: python-devel BuildRequires: pygtk2-devel -BuildRequires: python-ctypes BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: gettext @@ -27,6 +26,10 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig +%if %{fedora} <= 6 +BuildRequires: python-ctypes +%endif + Requires: python-mutagen >= 1.8 Requires: python >= 2.4 Requires: pygtk2 >= 2.8 From fedora-extras-commits at redhat.com Tue Dec 12 06:02:48 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:02:48 -0500 Subject: rpms/fltk/devel fltk.spec,1.19,1.20 Message-ID: <200612120602.kBC62mex020007@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19988 Modified Files: fltk.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-4 - use included icon/.desktop files - fix up fltk-config (#199656) Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- fltk.spec 12 Dec 2006 05:10:49 -0000 1.19 +++ fltk.spec 12 Dec 2006 06:02:18 -0000 1.20 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 3%{?dist}.1 +Release: 4%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -10,7 +10,8 @@ Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source1: fluid.desktop +# See http://bugzilla.redhat.com/199656 +Patch1: fltk-1.1.7-config.patch %if 0%{?rhel} > 4 || 0%{?fedora} > 4 BuildRequires: libICE-devel libSM-devel @@ -24,9 +25,7 @@ BuildRequires: libpng-devel BuildRequires: libGL-devel libGLU-devel BuildRequires: pkgconfig -BuildRequires: ImageMagick BuildRequires: desktop-file-utils -BuildRequires: man %package devel Summary: Development package for %{name} @@ -69,32 +68,46 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} +%patch1 -p1 -b .199656 + %build -perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" configure export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" -%configure --enable-shared --enable-threads --enable-xdbe --enable-xft +%configure \ + --disable-static \ + --enable-shared \ + --enable-threads \ + --enable-xdbe \ + --enable-xft make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT __documentation -%makeinstall docdir=$(pwd)/__documentation -rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* - -desktop-file-install --vendor=fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE1} +rm -rf $RPM_BUILD_ROOT +make install install-desktop DESTDIR=$RPM_BUILD_ROOT -convert -resize 48x48 documentation/FL.gif fluid.png -install -p -m644 -D fluid.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/fluid.png +desktop-file-install --vendor=%{name} \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category="Development" \ + --add-category="GUIDesigner" \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Development/*.desktop + +# docs +rm -rf __docs +mv $RPM_BUILD_ROOT%{_docdir}/fltk __docs ## unpackaged files +# errant docs +rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* # static libs -rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +# games: checkers/sudoku +make -C test uninstall-linux DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* %clean @@ -107,9 +120,13 @@ %post fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %postun fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %files @@ -122,10 +139,10 @@ %files devel %defattr(-,root,root,-) -%doc __documentation/* +%doc __docs/* %{_bindir}/fltk-config %{_includedir}/FL/ -%{_includedir}/Fl/ +%{_includedir}/Fl %{_libdir}/libfltk.so %{_libdir}/libfltk_forms.so %{_libdir}/libfltk_gl.so @@ -138,10 +155,16 @@ %{_bindir}/fluid %{_mandir}/man1/fluid.1* %{_datadir}/applications/*fluid.desktop +# FIXME +%{_datadir}/mimelnk/*/*.desktop %{_datadir}/icons/hicolor/*/*/* %changelog +* Mon Dec 11 2006 Rex Dieter 1.1.7-4 +- use included icon/.desktop files +- fix up fltk-config (#199656) + * Mon Dec 11 2006 Rex Dieter 1.1.7-3 - follow icon spec - omit static libs From fedora-extras-commits at redhat.com Tue Dec 12 06:06:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:06:24 -0500 Subject: rpms/fltk/devel fltk-1.1.7-config.patch, NONE, 1.1 fltk.spec, 1.20, 1.21 Message-ID: <200612120606.kBC66OL3020091@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20073 Modified Files: fltk.spec Added Files: fltk-1.1.7-config.patch Log Message: include patch fltk-1.1.7-config.patch: --- NEW FILE fltk-1.1.7-config.patch --- --- fltk-1.1.7/fltk-config.in.config 2005-12-07 14:13:12.000000000 -0600 +++ fltk-1.1.7/fltk-config.in 2006-12-11 23:33:40.000000000 -0600 @@ -52,12 +52,6 @@ # post-process command (only needed for MacOS) POSTBUILD="@POSTBUILD@" -# flags for C++ compiler: -CFLAGS="@CFLAGS@" -CXXFLAGS="@CXXFLAGS@" -LDFLAGS="@LDFLAGS@" -LDLIBS="@LIBS@" - # Check for local invocation, and update paths accordingly... if test -f "$selfdir/FL/Fl_Window.H"; then bindir="$selfdir/fluid" Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- fltk.spec 12 Dec 2006 06:02:18 -0000 1.20 +++ fltk.spec 12 Dec 2006 06:05:54 -0000 1.21 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -161,7 +161,7 @@ %changelog -* Mon Dec 11 2006 Rex Dieter 1.1.7-4 +* Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656) From fedora-extras-commits at redhat.com Tue Dec 12 06:10:35 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 01:10:35 -0500 Subject: rpms/pgfouine/FC-6 pgfouine.spec,1.3,1.4 Message-ID: <200612120610.kBC6AZ8O020261@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20246 Modified Files: pgfouine.spec Log Message: Bump up spec file version Index: pgfouine.spec =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/pgfouine.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pgfouine.spec 12 Dec 2006 05:44:32 -0000 1.3 +++ pgfouine.spec 12 Dec 2006 06:10:05 -0000 1.4 @@ -1,7 +1,7 @@ Summary: PgFouine PostgreSQL log analyzer Name: pgfouine Version: 0.7.2 -Release: 1%{?dist}.1 +Release: 3%{?dist} BuildArch: noarch License: GPL Group: Development/Tools @@ -60,8 +60,8 @@ %attr(0755, root, root) %{_bindir}/pgfouine_vacuum.php %{_datadir}/%{name} -%changelog -* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-1 +%changelog +* Tue Dec 12 2006 Devrim Gunduz - 0.7.2-3 - Update to 0.7.2 * Thu Nov 30 2006 Devrim Gunduz - 0.7.1-2 From fedora-extras-commits at redhat.com Tue Dec 12 06:12:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:12:09 -0500 Subject: rpms/fltk/EL-4 fltk-1.1.7-config.patch, NONE, 1.1 fltk.spec, 1.8, 1.9 fluid.desktop, 1.1, NONE Message-ID: <200612120612.kBC6C9P8020305@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20287 Modified Files: fltk.spec Added Files: fltk-1.1.7-config.patch Removed Files: fluid.desktop Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656) fltk-1.1.7-config.patch: --- NEW FILE fltk-1.1.7-config.patch --- --- fltk-1.1.7/fltk-config.in.config 2005-12-07 14:13:12.000000000 -0600 +++ fltk-1.1.7/fltk-config.in 2006-12-11 23:33:40.000000000 -0600 @@ -52,12 +52,6 @@ # post-process command (only needed for MacOS) POSTBUILD="@POSTBUILD@" -# flags for C++ compiler: -CFLAGS="@CFLAGS@" -CXXFLAGS="@CXXFLAGS@" -LDFLAGS="@LDFLAGS@" -LDLIBS="@LIBS@" - # Check for local invocation, and update paths accordingly... if test -f "$selfdir/FL/Fl_Window.H"; then bindir="$selfdir/fluid" Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/EL-4/fltk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fltk.spec 11 Dec 2006 22:49:01 -0000 1.8 +++ fltk.spec 12 Dec 2006 06:11:39 -0000 1.9 @@ -1,7 +1,8 @@ + Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 2%{?dist} +Release: 5%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -9,7 +10,8 @@ Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source1: fluid.desktop +# See http://bugzilla.redhat.com/199656 +Patch1: fltk-1.1.7-config.patch %if 0%{?rhel} > 4 || 0%{?fedora} > 4 BuildRequires: libICE-devel libSM-devel @@ -22,10 +24,8 @@ BuildRequires: zlib-devel BuildRequires: libpng-devel BuildRequires: libGL-devel libGLU-devel -BuildRequires: pkgconfig -BuildRequires: ImageMagick +BuildRequires: pkgconfig BuildRequires: desktop-file-utils -BuildRequires: man %package devel Summary: Development package for %{name} @@ -68,32 +68,46 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} +%patch1 -p1 -b .199656 + %build -perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" configure export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" -%configure --enable-shared --enable-threads --enable-xdbe --enable-xft +%configure \ + --disable-static \ + --enable-shared \ + --enable-threads \ + --enable-xdbe \ + --enable-xft make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT __documentation -%makeinstall docdir=$(pwd)/__documentation -rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* - -desktop-file-install --vendor=fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE1} +rm -rf $RPM_BUILD_ROOT +make install install-desktop DESTDIR=$RPM_BUILD_ROOT -convert -resize 48x48 documentation/FL.gif fluid.png -install -p -m644 -D fluid.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/fluid.png +desktop-file-install --vendor=%{name} \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category="Development" \ + --add-category="GUIDesigner" \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Development/*.desktop + +# docs +rm -rf __docs +mv $RPM_BUILD_ROOT%{_docdir}/fltk __docs ## unpackaged files +# errant docs +rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* # static libs -rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +# games: checkers/sudoku +make -C test uninstall-linux DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* %clean @@ -106,9 +120,13 @@ %post fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %postun fluid touch --no-create %{_datadir}/icons/hicolor ||: +gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +update-desktop-database >& /dev/null ||: %files @@ -121,9 +139,9 @@ %files devel %defattr(-,root,root,-) -%doc __documentation/* +%doc __docs/* %{_bindir}/fltk-config -%{_includedir}/FL +%{_includedir}/FL/ %{_includedir}/Fl %{_libdir}/libfltk.so %{_libdir}/libfltk_forms.so @@ -137,15 +155,23 @@ %{_bindir}/fluid %{_mandir}/man1/fluid.1* %{_datadir}/applications/*fluid.desktop +# FIXME +%{_datadir}/mimelnk/*/*.desktop %{_datadir}/icons/hicolor/*/*/* %changelog -* Mon Dec 11 2006 Rex Dieter 1.1.7-2 -- EPEL branch +* Mon Dec 11 2006 Rex Dieter 1.1.7-5 +- use included icon/.desktop files +- fix up fltk-config (#199656) + +* Mon Dec 11 2006 Rex Dieter 1.1.7-3 - follow icon spec - omit static libs +* Wed Sep 06 2006 Michael J. Knox - 1.1.7-2 +- rebuild for FC6 + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.1.7-1 - Upstream update --- fluid.desktop DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 06:15:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 01:15:29 -0500 Subject: rpms/pgfouine/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612120615.kBC6FTR9020372@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20355 Modified Files: .cvsignore sources Log Message: Update sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:28:52 -0000 1.2 +++ .cvsignore 12 Dec 2006 06:14:59 -0000 1.3 @@ -1 +1 @@ -pgfouine-0.7.1.tar.gz +pgfouine-0.7.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:28:52 -0000 1.2 +++ sources 12 Dec 2006 06:14:59 -0000 1.3 @@ -1 +1 @@ -79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz +4759b564bf08db9c38ee1544faeafb2f pgfouine-0.7.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 06:38:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 12 Dec 2006 01:38:18 -0500 Subject: rpms/fltk/devel fltk-1.1.7-test.patch, NONE, 1.1 fltk.spec, 1.21, 1.22 fluid.desktop, 1.1, NONE Message-ID: <200612120638.kBC6cIKo020494@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20475 Modified Files: fltk.spec Added Files: fltk-1.1.7-test.patch Removed Files: fluid.desktop Log Message: * Mon Dec 11 2006 Rex Dieter 1.1.7-6 - move tests to %check section fltk-1.1.7-test.patch: --- NEW FILE fltk-1.1.7-test.patch --- --- fltk-1.1.7/Makefile.test 2006-01-15 12:36:16.000000000 -0600 +++ fltk-1.1.7/Makefile 2006-12-12 00:34:49.000000000 -0600 @@ -27,7 +27,7 @@ include makeinclude -DIRS = $(IMAGEDIRS) src fluid test documentation +DIRS = $(IMAGEDIRS) src fluid documentation all: makeinclude for dir in $(DIRS); do\ @@ -35,6 +35,9 @@ (cd $$dir; $(MAKE) $(MFLAGS)) || break;\ done +test: + (cd test;; $(MAKE) $(MFLAGS)) ||: + install: makeinclude -mkdir -p $(DESTDIR)$(bindir) $(RM) $(DESTDIR)$(bindir)/fltk-config Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- fltk.spec 12 Dec 2006 06:05:54 -0000 1.21 +++ fltk.spec 12 Dec 2006 06:37:48 -0000 1.22 @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -12,6 +12,7 @@ # See http://bugzilla.redhat.com/199656 Patch1: fltk-1.1.7-config.patch +Patch2: fltk-1.1.7-test.patch %if 0%{?rhel} > 4 || 0%{?fedora} > 4 BuildRequires: libICE-devel libSM-devel @@ -26,6 +27,7 @@ BuildRequires: libGL-devel libGLU-devel BuildRequires: pkgconfig BuildRequires: desktop-file-utils +BuildRequires: man %package devel Summary: Development package for %{name} @@ -69,6 +71,7 @@ %setup -q -n %{name}-%{version}%{?extraversion} %patch1 -p1 -b .199656 +%patch2 -p1 -b .test %build @@ -110,6 +113,10 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* +%check +make test ||: + + %clean rm -rf $RPM_BUILD_ROOT @@ -161,6 +168,9 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 1.1.7-6 +- move tests to %%check section + * Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656) --- fluid.desktop DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 07:55:50 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 02:55:50 -0500 Subject: rpms/python-dateutil/devel python-dateutil.spec,1.4,1.5 Message-ID: <200612120755.kBC7toGA023945@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-dateutil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23918 Modified Files: python-dateutil.spec Log Message: release bump for python 2.5 Index: python-dateutil.spec =================================================================== RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-dateutil.spec 26 Jul 2006 22:21:30 -0000 1.4 +++ python-dateutil.spec 12 Dec 2006 07:55:20 -0000 1.5 @@ -2,7 +2,7 @@ Name: python-dateutil Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Powerful extensions to the standard datetime module Group: Development/Languages @@ -43,6 +43,9 @@ %{python_sitelib}/dateutil/ %changelog +* Dec Dec 11 2006 Jef Spaleta 1.1-4 +- Release bump for rebuild against python 2.5 in devel tree + * Wed Jul 26 2006 Orion Poplawski 1.1-3 - Add patch to fix building on x86_64 From fedora-extras-commits at redhat.com Tue Dec 12 07:57:37 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 02:57:37 -0500 Subject: rpms/python-dateutil/devel python-dateutil.spec,1.5,1.6 Message-ID: <200612120757.kBC7vbtP023991@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-dateutil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23976 Modified Files: python-dateutil.spec Log Message: release bump for python 2.5 Index: python-dateutil.spec =================================================================== RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-dateutil.spec 12 Dec 2006 07:55:20 -0000 1.5 +++ python-dateutil.spec 12 Dec 2006 07:57:07 -0000 1.6 @@ -43,7 +43,7 @@ %{python_sitelib}/dateutil/ %changelog -* Dec Dec 11 2006 Jef Spaleta 1.1-4 +* Mon Dec 11 2006 Jef Spaleta 1.1-4 - Release bump for rebuild against python 2.5 in devel tree * Wed Jul 26 2006 Orion Poplawski 1.1-3 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:23 -0500 Subject: rpms/clamav/devel sources,1.21,1.22 clamav.spec,1.44,1.45 Message-ID: <200612120818.kBC8INPM027311@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/devel Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 5 Nov 2006 20:11:19 -0000 1.21 +++ sources 12 Dec 2006 08:17:53 -0000 1.22 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- clamav.spec 5 Nov 2006 20:11:19 -0000 1.44 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.45 @@ -18,7 +18,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -448,6 +448,9 @@ %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:24 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:24 -0500 Subject: rpms/clamav/FC-4 sources,1.20,1.21 clamav.spec,1.36,1.37 Message-ID: <200612120818.kBC8IOwt027322@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-4 Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 5 Nov 2006 20:11:22 -0000 1.20 +++ sources 12 Dec 2006 08:17:53 -0000 1.21 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/clamav.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- clamav.spec 5 Nov 2006 20:11:22 -0000 1.36 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.37 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -432,6 +432,9 @@ %endif # _without_milter %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:23 -0500 Subject: rpms/clamav/FC-5 sources, 1.20, 1.21 clamav.spec, 1.39, 1.40 .cvsignore, 1.7, 1.8 Message-ID: <200612120818.kBC8INxu027318@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-5 Modified Files: sources clamav.spec .cvsignore Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 5 Nov 2006 20:11:21 -0000 1.20 +++ sources 12 Dec 2006 08:17:53 -0000 1.21 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- clamav.spec 5 Nov 2006 20:11:21 -0000 1.39 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.40 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -434,6 +434,9 @@ %endif # _without_milter %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Oct 2006 07:24:32 -0000 1.7 +++ .cvsignore 12 Dec 2006 08:17:53 -0000 1.8 @@ -1,2 +1,2 @@ -clamav-0.88.5.tar.gz -clamav-0.88.5.tar.gz.sig +clamav-*.tar.gz* +clamav-*.*.rpm From fedora-extras-commits at redhat.com Tue Dec 12 08:18:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:23 -0500 Subject: rpms/clamav/FC-6 sources,1.21,1.22 clamav.spec,1.44,1.45 Message-ID: <200612120818.kBC8INU5027315@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-6 Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-6/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 5 Nov 2006 20:11:21 -0000 1.21 +++ sources 12 Dec 2006 08:17:53 -0000 1.22 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-6/clamav.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- clamav.spec 5 Nov 2006 20:11:21 -0000 1.44 +++ clamav.spec 12 Dec 2006 08:17:53 -0000 1.45 @@ -18,7 +18,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -448,6 +448,9 @@ %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:18:24 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 12 Dec 2006 03:18:24 -0500 Subject: rpms/clamav/FC-3 sources,1.18,1.19 clamav.spec,1.26,1.27 Message-ID: <200612120818.kBC8IO3B027326@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27237/FC-3 Modified Files: sources clamav.spec Log Message: updated to 0.88.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 5 Nov 2006 20:11:23 -0000 1.18 +++ sources 12 Dec 2006 08:17:54 -0000 1.19 @@ -1,2 +1,2 @@ -db7f8b947bc21023f36e04bfdd555dd0 clamav-0.88.6.tar.gz -38070a003e0eb5438ba7ad901556fd25 clamav-0.88.6.tar.gz.sig +34a9d58cf5bcb04dbe3eb32b5367a3f8 clamav-0.88.7.tar.gz +b19286b26aafe255c7e1e1d0fc4d3797 clamav-0.88.7.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/clamav.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- clamav.spec 5 Nov 2006 20:11:23 -0000 1.26 +++ clamav.spec 12 Dec 2006 08:17:54 -0000 1.27 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.6 +Version: 0.88.7 Release: %release_func 1 License: GPL @@ -432,6 +432,9 @@ %endif # _without_milter %changelog +* Tue Dec 12 2006 Enrico Scholz - 0.88.7-1 +- updated to 0.88.7 + * Sun Nov 5 2006 Enrico Scholz - 0.88.6-1 - updated to 0.88.6 From fedora-extras-commits at redhat.com Tue Dec 12 08:26:31 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 03:26:31 -0500 Subject: rpms/python-dateutil/devel python-dateutil.spec,1.6,1.7 Message-ID: <200612120826.kBC8QV0K027592@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-dateutil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27577 Modified Files: python-dateutil.spec Log Message: Fix python-devel BR, as per discussion in maintainers-list Index: python-dateutil.spec =================================================================== RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-dateutil.spec 12 Dec 2006 07:57:07 -0000 1.6 +++ python-dateutil.spec 12 Dec 2006 08:26:01 -0000 1.7 @@ -2,7 +2,7 @@ Name: python-dateutil Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Powerful extensions to the standard datetime module Group: Development/Languages @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel %description The dateutil module provides powerful extensions to the standard datetime @@ -43,6 +43,9 @@ %{python_sitelib}/dateutil/ %changelog +* Mon Dec 11 2006 Jef Spaleta 1.1-5 +- Fix python-devel BR, as per discussion in maintainers-list + * Mon Dec 11 2006 Jef Spaleta 1.1-4 - Release bump for rebuild against python 2.5 in devel tree From fedora-extras-commits at redhat.com Tue Dec 12 10:15:08 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 05:15:08 -0500 Subject: rpms/pytz/devel pytz.spec,1.8,1.9 Message-ID: <200612121015.kBCAF8il002276@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pytz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2259 Modified Files: pytz.spec Log Message: Bump for rebuild against python 2.5 and change BR to python-devel accordingly Index: pytz.spec =================================================================== RCS file: /cvs/extras/rpms/pytz/devel/pytz.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pytz.spec 11 Dec 2006 16:57:51 -0000 1.8 +++ pytz.spec 12 Dec 2006 10:14:38 -0000 1.9 @@ -2,7 +2,7 @@ Name: pytz Version: 2006p -Release: 1%{?dist} +Release: 2%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel %description pytz brings the Olson tz database into Python. This library allows accurate @@ -47,6 +47,9 @@ %{python_sitelib}/pytz/ %changelog +* Mon Dec 11 2006 Jef Spaleta 2006p-2 +- Bump for rebuild against python 2.5 and change BR to python-devel accordingly + * Fri Dec 8 2006 Orion Poplawski 2006p-1 - Update to 2006p From fedora-extras-commits at redhat.com Tue Dec 12 10:25:42 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:25:42 -0500 Subject: rpms/fontforge/FC-6 fontforge-20061025-fsSel.patch, NONE, 1.1 fontforge.spec, 1.22, 1.23 Message-ID: <200612121025.kBCAPgct002428@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fontforge/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2366 Modified Files: fontforge.spec Added Files: fontforge-20061025-fsSel.patch Log Message: * Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 - Add patch to fix fsSelection problem with DejaVu ExtraLight fontforge-20061025-fsSel.patch: --- NEW FILE fontforge-20061025-fsSel.patch --- --- fontforge-20061025/fontforge/tottf.c.fsSel 2006-12-09 21:36:24.000000000 +0330 +++ fontforge-20061025/fontforge/tottf.c 2006-12-09 21:41:45.000000000 +0330 @@ -3090,7 +3090,7 @@ os2->fsSel = (at->head.macstyle&1?32:0)|(at->head.macstyle&2?1:0); if ( sf->fullname!=NULL && strstrmatch(sf->fullname,"outline")!=NULL ) os2->fsSel |= 8; - if ( os2->fsSel==0 ) os2->fsSel = 64; /* Regular */ + if ( os2->fsSel==0 && sf->pfminfo.weight == 400) os2->fsSel = 64; /* Regular */ if ( os2->version>=4 ) { if ( strstrmatch(sf->fontname,"Obli")==0 ) { os2->fsSel &= ~1; /* Turn off Italic */ Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-6/fontforge.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fontforge.spec 25 Nov 2006 11:19:36 -0000 1.22 +++ fontforge.spec 12 Dec 2006 10:25:12 -0000 1.23 @@ -3,7 +3,7 @@ Name: fontforge Version: 20061025 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -13,6 +13,7 @@ Source1: fontforge.desktop Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 Patch1: fontforge-20061025-usFirstCharIndex.patch +Patch2: fontforge-20061025-fsSel.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: htmlview @@ -41,6 +42,7 @@ %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .usFirstCharIndex +%patch2 -p1 -b .fsSel mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -114,6 +116,9 @@ %changelog +* Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 +- Add patch to fix fsSelection problem with DejaVu ExtraLight + * Sat Nov 25 2006 Roozbeh Pournader - 20061025-1 - Update to 20061025 - Patch to correct usFirstCharIndex (George Williams) From fedora-extras-commits at redhat.com Tue Dec 12 10:29:28 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:29:28 -0500 Subject: rpms/fonttools/devel fonttools-unsigned-ranges.patch,1.3,NONE Message-ID: <200612121029.kBCATS2M002499@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2494 Removed Files: fonttools-unsigned-ranges.patch Log Message: Remove the patch applied upstream --- fonttools-unsigned-ranges.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 10:34:59 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:34:59 -0500 Subject: rpms/fonttools/FC-6 fonttools-uni5.patch, NONE, 1.1 fonttools.spec, 1.8, 1.9 sources, 1.4, 1.5 fonttools-unsigned-ranges.patch, 1.3, NONE Message-ID: <200612121034.kBCAYxoU002605@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2582 Modified Files: fonttools.spec sources Added Files: fonttools-uni5.patch Removed Files: fonttools-unsigned-ranges.patch Log Message: * Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs - Update the Unicode names file to Unicode 5.0.0 * Thu Nov 09 2006 Roozbeh Pournader - 2.0-0.9.20060223cvs - Update to newer CVS snapshot dated 2006-02-23 - Cleanup based on latest Python packaging guidelines fonttools-uni5.patch: --- NEW FILE fonttools-uni5.patch --- --- fonttools/Lib/fontTools/unicode.py.uni5 2006-12-01 06:01:59.000000000 +0330 +++ fonttools/Lib/fontTools/unicode.py 2006-12-01 06:02:45.000000000 +0330 @@ -568,6 +568,31 @@ 0234 LATIN SMALL LETTER L WITH CURL 0235 LATIN SMALL LETTER N WITH CURL 0236 LATIN SMALL LETTER T WITH CURL +0237 LATIN SMALL LETTER DOTLESS J +0238 LATIN SMALL LETTER DB DIGRAPH +0239 LATIN SMALL LETTER QP DIGRAPH +023A LATIN CAPITAL LETTER A WITH STROKE +023B LATIN CAPITAL LETTER C WITH STROKE +023C LATIN SMALL LETTER C WITH STROKE +023D LATIN CAPITAL LETTER L WITH BAR +023E LATIN CAPITAL LETTER T WITH DIAGONAL STROKE +023F LATIN SMALL LETTER S WITH SWASH TAIL +0240 LATIN SMALL LETTER Z WITH SWASH TAIL +0241 LATIN CAPITAL LETTER GLOTTAL STOP +0242 LATIN SMALL LETTER GLOTTAL STOP +0243 LATIN CAPITAL LETTER B WITH STROKE +0244 LATIN CAPITAL LETTER U BAR +0245 LATIN CAPITAL LETTER TURNED V +0246 LATIN CAPITAL LETTER E WITH STROKE +0247 LATIN SMALL LETTER E WITH STROKE +0248 LATIN CAPITAL LETTER J WITH STROKE +0249 LATIN SMALL LETTER J WITH STROKE +024A LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL +024B LATIN SMALL LETTER Q WITH HOOK TAIL +024C LATIN CAPITAL LETTER R WITH STROKE +024D LATIN SMALL LETTER R WITH STROKE +024E LATIN CAPITAL LETTER Y WITH STROKE +024F LATIN SMALL LETTER Y WITH STROKE 0250 LATIN SMALL LETTER TURNED A 0251 LATIN SMALL LETTER ALPHA 0252 LATIN SMALL LETTER TURNED ALPHA @@ -832,6 +857,11 @@ 0355 COMBINING RIGHT ARROWHEAD BELOW 0356 COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW 0357 COMBINING RIGHT HALF RING ABOVE +0358 COMBINING DOT ABOVE RIGHT +0359 COMBINING ASTERISK BELOW +035A COMBINING DOUBLE RING BELOW +035B COMBINING ZIGZAG ABOVE +035C COMBINING DOUBLE BREVE BELOW 035D COMBINING DOUBLE BREVE 035E COMBINING DOUBLE MACRON 035F COMBINING DOUBLE MACRON BELOW @@ -854,6 +884,9 @@ 0374 GREEK NUMERAL SIGN 0375 GREEK LOWER NUMERAL SIGN 037A GREEK YPOGEGRAMMENI +037B GREEK SMALL REVERSED LUNATE SIGMA SYMBOL +037C GREEK SMALL DOTTED LUNATE SIGMA SYMBOL +037D GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL 037E GREEK QUESTION MARK 0384 GREEK TONOS 0385 GREEK DIALYTIKA TONOS @@ -971,6 +1004,10 @@ 03F9 GREEK CAPITAL LUNATE SIGMA SYMBOL 03FA GREEK CAPITAL LETTER SAN 03FB GREEK SMALL LETTER SAN +03FC GREEK RHO WITH STROKE SYMBOL +03FD GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL +03FE GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL +03FF GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL 0400 CYRILLIC CAPITAL LETTER IE WITH GRAVE 0401 CYRILLIC CAPITAL LETTER IO 0402 CYRILLIC CAPITAL LETTER DJE @@ -1177,6 +1214,7 @@ 04CC CYRILLIC SMALL LETTER KHAKASSIAN CHE 04CD CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE CYRILLIC SMALL LETTER EM WITH TAIL +04CF CYRILLIC SMALL LETTER PALOCHKA 04D0 CYRILLIC CAPITAL LETTER A WITH BREVE 04D1 CYRILLIC SMALL LETTER A WITH BREVE 04D2 CYRILLIC CAPITAL LETTER A WITH DIAERESIS @@ -1215,8 +1253,16 @@ 04F3 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 04F4 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F5 CYRILLIC SMALL LETTER CHE WITH DIAERESIS +04F6 CYRILLIC CAPITAL LETTER GHE WITH DESCENDER +04F7 CYRILLIC SMALL LETTER GHE WITH DESCENDER 04F8 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04F9 CYRILLIC SMALL LETTER YERU WITH DIAERESIS +04FA CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK +04FB CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK +04FC CYRILLIC CAPITAL LETTER HA WITH HOOK +04FD CYRILLIC SMALL LETTER HA WITH HOOK +04FE CYRILLIC CAPITAL LETTER HA WITH STROKE +04FF CYRILLIC SMALL LETTER HA WITH STROKE 0500 CYRILLIC CAPITAL LETTER KOMI DE 0501 CYRILLIC SMALL LETTER KOMI DE 0502 CYRILLIC CAPITAL LETTER KOMI DJE @@ -1233,6 +1279,10 @@ 050D CYRILLIC SMALL LETTER KOMI SJE 050E CYRILLIC CAPITAL LETTER KOMI TJE 050F CYRILLIC SMALL LETTER KOMI TJE +0510 CYRILLIC CAPITAL LETTER REVERSED ZE +0511 CYRILLIC SMALL LETTER REVERSED ZE +0512 CYRILLIC CAPITAL LETTER EL WITH HOOK +0513 CYRILLIC SMALL LETTER EL WITH HOOK 0531 ARMENIAN CAPITAL LETTER AYB 0532 ARMENIAN CAPITAL LETTER BEN 0533 ARMENIAN CAPITAL LETTER GIM @@ -1336,6 +1386,7 @@ 059F HEBREW ACCENT QARNEY PARA 05A0 HEBREW ACCENT TELISHA GEDOLA 05A1 HEBREW ACCENT PAZER +05A2 HEBREW ACCENT ATNAH HAFUKH 05A3 HEBREW ACCENT MUNAH 05A4 HEBREW ACCENT MAHAPAKH 05A5 HEBREW ACCENT MERKHA @@ -1359,6 +1410,7 @@ 05B7 HEBREW POINT PATAH 05B8 HEBREW POINT QAMATS 05B9 HEBREW POINT HOLAM +05BA HEBREW POINT HOLAM HASER FOR VAV 05BB HEBREW POINT QUBUTS 05BC HEBREW POINT DAGESH OR MAPIQ 05BD HEBREW POINT METEG @@ -1369,6 +1421,9 @@ 05C2 HEBREW POINT SIN DOT 05C3 HEBREW PUNCTUATION SOF PASUQ 05C4 HEBREW MARK UPPER DOT +05C5 HEBREW MARK LOWER DOT +05C6 HEBREW PUNCTUATION NUN HAFUKHA +05C7 HEBREW POINT QAMATS QATAN 05D0 HEBREW LETTER ALEF 05D1 HEBREW LETTER BET 05D2 HEBREW LETTER GIMEL @@ -1405,6 +1460,7 @@ 0601 ARABIC SIGN SANAH 0602 ARABIC FOOTNOTE MARKER 0603 ARABIC SIGN SAFHA +060B AFGHANI SIGN 060C ARABIC COMMA 060D ARABIC DATE SEPARATOR 060E ARABIC POETIC VERSE SIGN @@ -1416,6 +1472,7 @@ 0614 ARABIC SIGN TAKHALLUS 0615 ARABIC SMALL HIGH TAH 061B ARABIC SEMICOLON +061E ARABIC TRIPLE DOT PUNCTUATION MARK 061F ARABIC QUESTION MARK 0621 ARABIC LETTER HAMZA 0622 ARABIC LETTER ALEF WITH MADDA ABOVE @@ -1468,6 +1525,12 @@ 0656 ARABIC SUBSCRIPT ALEF 0657 ARABIC INVERTED DAMMA 0658 ARABIC MARK NOON GHUNNA +0659 ARABIC ZWARAKAY +065A ARABIC VOWEL SIGN SMALL V ABOVE +065B ARABIC VOWEL SIGN INVERTED SMALL V ABOVE +065C ARABIC VOWEL SIGN DOT BELOW +065D ARABIC REVERSED DAMMA +065E ARABIC FATHA WITH TWO DOTS 0660 ARABIC-INDIC DIGIT ZERO 0661 ARABIC-INDIC DIGIT ONE 0662 ARABIC-INDIC DIGIT TWO @@ -1705,6 +1768,36 @@ 074D SYRIAC LETTER SOGDIAN ZHAIN 074E SYRIAC LETTER SOGDIAN KHAPH 074F SYRIAC LETTER SOGDIAN FE +0750 ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW +0751 ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE +0752 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW +0753 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE +0754 ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE +0755 ARABIC LETTER BEH WITH INVERTED SMALL V BELOW +0756 ARABIC LETTER BEH WITH SMALL V +0757 ARABIC LETTER HAH WITH TWO DOTS ABOVE +0758 ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW +0759 ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH +075A ARABIC LETTER DAL WITH INVERTED SMALL V BELOW +075B ARABIC LETTER REH WITH STROKE +075C ARABIC LETTER SEEN WITH FOUR DOTS ABOVE +075D ARABIC LETTER AIN WITH TWO DOTS ABOVE +075E ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE +075F ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE +0760 ARABIC LETTER FEH WITH TWO DOTS BELOW +0761 ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW +0762 ARABIC LETTER KEHEH WITH DOT ABOVE +0763 ARABIC LETTER KEHEH WITH THREE DOTS ABOVE +0764 ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW +0765 ARABIC LETTER MEEM WITH DOT ABOVE +0766 ARABIC LETTER MEEM WITH DOT BELOW +0767 ARABIC LETTER NOON WITH TWO DOTS BELOW +0768 ARABIC LETTER NOON WITH SMALL TAH +0769 ARABIC LETTER NOON WITH SMALL V +076A ARABIC LETTER LAM WITH BAR +076B ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE +076C ARABIC LETTER REH WITH HAMZA ABOVE +076D ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE 0780 THAANA LETTER HAA 0781 THAANA LETTER SHAVIYANI 0782 THAANA LETTER NOONU @@ -1755,6 +1848,65 @@ 07AF THAANA OABOAFILI 07B0 THAANA SUKUN 07B1 THAANA LETTER NAA [...2672 lines suppressed...] +1241A CUNEIFORM NUMERIC SIGN SIX GESH2 +1241B CUNEIFORM NUMERIC SIGN SEVEN GESH2 +1241C CUNEIFORM NUMERIC SIGN EIGHT GESH2 +1241D CUNEIFORM NUMERIC SIGN NINE GESH2 +1241E CUNEIFORM NUMERIC SIGN ONE GESHU +1241F CUNEIFORM NUMERIC SIGN TWO GESHU +12420 CUNEIFORM NUMERIC SIGN THREE GESHU +12421 CUNEIFORM NUMERIC SIGN FOUR GESHU +12422 CUNEIFORM NUMERIC SIGN FIVE GESHU +12423 CUNEIFORM NUMERIC SIGN TWO SHAR2 +12424 CUNEIFORM NUMERIC SIGN THREE SHAR2 +12425 CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM +12426 CUNEIFORM NUMERIC SIGN FOUR SHAR2 +12427 CUNEIFORM NUMERIC SIGN FIVE SHAR2 +12428 CUNEIFORM NUMERIC SIGN SIX SHAR2 +12429 CUNEIFORM NUMERIC SIGN SEVEN SHAR2 +1242A CUNEIFORM NUMERIC SIGN EIGHT SHAR2 +1242B CUNEIFORM NUMERIC SIGN NINE SHAR2 +1242C CUNEIFORM NUMERIC SIGN ONE SHARU +1242D CUNEIFORM NUMERIC SIGN TWO SHARU +1242E CUNEIFORM NUMERIC SIGN THREE SHARU +1242F CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM +12430 CUNEIFORM NUMERIC SIGN FOUR SHARU +12431 CUNEIFORM NUMERIC SIGN FIVE SHARU +12432 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH +12433 CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN +12434 CUNEIFORM NUMERIC SIGN ONE BURU +12435 CUNEIFORM NUMERIC SIGN TWO BURU +12436 CUNEIFORM NUMERIC SIGN THREE BURU +12437 CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM +12438 CUNEIFORM NUMERIC SIGN FOUR BURU +12439 CUNEIFORM NUMERIC SIGN FIVE BURU +1243A CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16 +1243B CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21 +1243C CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU +1243D CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4 +1243E CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A +1243F CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B +12440 CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9 +12441 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3 +12442 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A +12443 CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B +12444 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU +12445 CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3 +12446 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU +12447 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3 +12448 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4 +12449 CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A +1244A CUNEIFORM NUMERIC SIGN TWO ASH TENU +1244B CUNEIFORM NUMERIC SIGN THREE ASH TENU +1244C CUNEIFORM NUMERIC SIGN FOUR ASH TENU +1244D CUNEIFORM NUMERIC SIGN FIVE ASH TENU +1244E CUNEIFORM NUMERIC SIGN SIX ASH TENU +1244F CUNEIFORM NUMERIC SIGN ONE BAN2 +12450 CUNEIFORM NUMERIC SIGN TWO BAN2 +12451 CUNEIFORM NUMERIC SIGN THREE BAN2 +12452 CUNEIFORM NUMERIC SIGN FOUR BAN2 +12453 CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM +12454 CUNEIFORM NUMERIC SIGN FIVE BAN2 +12455 CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM +12456 CUNEIFORM NUMERIC SIGN NIGIDAMIN +12457 CUNEIFORM NUMERIC SIGN NIGIDAESH +12458 CUNEIFORM NUMERIC SIGN ONE ESHE3 +12459 CUNEIFORM NUMERIC SIGN TWO ESHE3 +1245A CUNEIFORM NUMERIC SIGN ONE THIRD DISH +1245B CUNEIFORM NUMERIC SIGN TWO THIRDS DISH +1245C CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH +1245D CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A +1245E CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A +1245F CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH +12460 CUNEIFORM NUMERIC SIGN ONE QUARTER ASH +12461 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH +12462 CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER +12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER +12471 CUNEIFORM PUNCTUATION SIGN VERTICAL COLON +12472 CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON +12473 CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON 1D000 BYZANTINE MUSICAL SYMBOL PSILI 1D001 BYZANTINE MUSICAL SYMBOL DASEIA 1D002 BYZANTINE MUSICAL SYMBOL PERISPOMENI @@ -13137,6 +15665,76 @@ 1D1DB MUSICAL SYMBOL SCANDICUS FLEXUS 1D1DC MUSICAL SYMBOL TORCULUS RESUPINUS 1D1DD MUSICAL SYMBOL PES SUBPUNCTIS +1D200 GREEK VOCAL NOTATION SYMBOL-1 +1D201 GREEK VOCAL NOTATION SYMBOL-2 +1D202 GREEK VOCAL NOTATION SYMBOL-3 +1D203 GREEK VOCAL NOTATION SYMBOL-4 +1D204 GREEK VOCAL NOTATION SYMBOL-5 +1D205 GREEK VOCAL NOTATION SYMBOL-6 +1D206 GREEK VOCAL NOTATION SYMBOL-7 +1D207 GREEK VOCAL NOTATION SYMBOL-8 +1D208 GREEK VOCAL NOTATION SYMBOL-9 +1D209 GREEK VOCAL NOTATION SYMBOL-10 +1D20A GREEK VOCAL NOTATION SYMBOL-11 +1D20B GREEK VOCAL NOTATION SYMBOL-12 +1D20C GREEK VOCAL NOTATION SYMBOL-13 +1D20D GREEK VOCAL NOTATION SYMBOL-14 +1D20E GREEK VOCAL NOTATION SYMBOL-15 +1D20F GREEK VOCAL NOTATION SYMBOL-16 +1D210 GREEK VOCAL NOTATION SYMBOL-17 +1D211 GREEK VOCAL NOTATION SYMBOL-18 +1D212 GREEK VOCAL NOTATION SYMBOL-19 +1D213 GREEK VOCAL NOTATION SYMBOL-20 +1D214 GREEK VOCAL NOTATION SYMBOL-21 +1D215 GREEK VOCAL NOTATION SYMBOL-22 +1D216 GREEK VOCAL NOTATION SYMBOL-23 +1D217 GREEK VOCAL NOTATION SYMBOL-24 +1D218 GREEK VOCAL NOTATION SYMBOL-50 +1D219 GREEK VOCAL NOTATION SYMBOL-51 +1D21A GREEK VOCAL NOTATION SYMBOL-52 +1D21B GREEK VOCAL NOTATION SYMBOL-53 +1D21C GREEK VOCAL NOTATION SYMBOL-54 +1D21D GREEK INSTRUMENTAL NOTATION SYMBOL-1 +1D21E GREEK INSTRUMENTAL NOTATION SYMBOL-2 +1D21F GREEK INSTRUMENTAL NOTATION SYMBOL-4 +1D220 GREEK INSTRUMENTAL NOTATION SYMBOL-5 +1D221 GREEK INSTRUMENTAL NOTATION SYMBOL-7 +1D222 GREEK INSTRUMENTAL NOTATION SYMBOL-8 +1D223 GREEK INSTRUMENTAL NOTATION SYMBOL-11 +1D224 GREEK INSTRUMENTAL NOTATION SYMBOL-12 +1D225 GREEK INSTRUMENTAL NOTATION SYMBOL-13 +1D226 GREEK INSTRUMENTAL NOTATION SYMBOL-14 +1D227 GREEK INSTRUMENTAL NOTATION SYMBOL-17 +1D228 GREEK INSTRUMENTAL NOTATION SYMBOL-18 +1D229 GREEK INSTRUMENTAL NOTATION SYMBOL-19 +1D22A GREEK INSTRUMENTAL NOTATION SYMBOL-23 +1D22B GREEK INSTRUMENTAL NOTATION SYMBOL-24 +1D22C GREEK INSTRUMENTAL NOTATION SYMBOL-25 +1D22D GREEK INSTRUMENTAL NOTATION SYMBOL-26 +1D22E GREEK INSTRUMENTAL NOTATION SYMBOL-27 +1D22F GREEK INSTRUMENTAL NOTATION SYMBOL-29 +1D230 GREEK INSTRUMENTAL NOTATION SYMBOL-30 +1D231 GREEK INSTRUMENTAL NOTATION SYMBOL-32 +1D232 GREEK INSTRUMENTAL NOTATION SYMBOL-36 +1D233 GREEK INSTRUMENTAL NOTATION SYMBOL-37 +1D234 GREEK INSTRUMENTAL NOTATION SYMBOL-38 +1D235 GREEK INSTRUMENTAL NOTATION SYMBOL-39 +1D236 GREEK INSTRUMENTAL NOTATION SYMBOL-40 +1D237 GREEK INSTRUMENTAL NOTATION SYMBOL-42 +1D238 GREEK INSTRUMENTAL NOTATION SYMBOL-43 +1D239 GREEK INSTRUMENTAL NOTATION SYMBOL-45 +1D23A GREEK INSTRUMENTAL NOTATION SYMBOL-47 +1D23B GREEK INSTRUMENTAL NOTATION SYMBOL-48 +1D23C GREEK INSTRUMENTAL NOTATION SYMBOL-49 +1D23D GREEK INSTRUMENTAL NOTATION SYMBOL-50 +1D23E GREEK INSTRUMENTAL NOTATION SYMBOL-51 +1D23F GREEK INSTRUMENTAL NOTATION SYMBOL-52 +1D240 GREEK INSTRUMENTAL NOTATION SYMBOL-53 +1D241 GREEK INSTRUMENTAL NOTATION SYMBOL-54 +1D242 COMBINING GREEK MUSICAL TRISEME +1D243 COMBINING GREEK MUSICAL TETRASEME +1D244 COMBINING GREEK MUSICAL PENTASEME +1D245 GREEK MUSICAL LEIMMA 1D300 MONOGRAM FOR EARTH 1D301 DIGRAM FOR HEAVENLY EARTH 1D302 DIGRAM FOR HUMAN EARTH @@ -13224,6 +15822,24 @@ 1D354 TETRAGRAM FOR DIFFICULTIES 1D355 TETRAGRAM FOR LABOURING 1D356 TETRAGRAM FOR FOSTERING +1D360 COUNTING ROD UNIT DIGIT ONE +1D361 COUNTING ROD UNIT DIGIT TWO +1D362 COUNTING ROD UNIT DIGIT THREE +1D363 COUNTING ROD UNIT DIGIT FOUR +1D364 COUNTING ROD UNIT DIGIT FIVE +1D365 COUNTING ROD UNIT DIGIT SIX +1D366 COUNTING ROD UNIT DIGIT SEVEN +1D367 COUNTING ROD UNIT DIGIT EIGHT +1D368 COUNTING ROD UNIT DIGIT NINE +1D369 COUNTING ROD TENS DIGIT ONE +1D36A COUNTING ROD TENS DIGIT TWO +1D36B COUNTING ROD TENS DIGIT THREE +1D36C COUNTING ROD TENS DIGIT FOUR +1D36D COUNTING ROD TENS DIGIT FIVE +1D36E COUNTING ROD TENS DIGIT SIX +1D36F COUNTING ROD TENS DIGIT SEVEN +1D370 COUNTING ROD TENS DIGIT EIGHT +1D371 COUNTING ROD TENS DIGIT NINE 1D400 MATHEMATICAL BOLD CAPITAL A 1D401 MATHEMATICAL BOLD CAPITAL B 1D402 MATHEMATICAL BOLD CAPITAL C @@ -13876,6 +16492,8 @@ 1D6A1 MATHEMATICAL MONOSPACE SMALL X 1D6A2 MATHEMATICAL MONOSPACE SMALL Y 1D6A3 MATHEMATICAL MONOSPACE SMALL Z +1D6A4 MATHEMATICAL ITALIC SMALL DOTLESS I +1D6A5 MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8 MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 MATHEMATICAL BOLD CAPITAL BETA 1D6AA MATHEMATICAL BOLD CAPITAL GAMMA @@ -14166,6 +16784,8 @@ 1D7C7 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 1D7C8 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 1D7C9 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL +1D7CA MATHEMATICAL BOLD CAPITAL DIGAMMA +1D7CB MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE MATHEMATICAL BOLD DIGIT ZERO 1D7CF MATHEMATICAL BOLD DIGIT ONE 1D7D0 MATHEMATICAL BOLD DIGIT TWO Index: fonttools.spec =================================================================== RCS file: /cvs/extras/rpms/fonttools/FC-6/fonttools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fonttools.spec 8 Nov 2006 20:15:18 -0000 1.8 +++ fonttools.spec 12 Dec 2006 10:34:29 -0000 1.9 @@ -1,21 +1,19 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define alphatag 20050624cvs +%define alphatag 20060223cvs Name: fonttools Version: 2.0 -Release: 0.8.%{alphatag}%{?dist} +Release: 0.10.%{alphatag}%{?dist} Summary: A tool to convert True/OpenType fonts to XML and back Group: Development/Tools License: BSD URL: http://sourceforge.net/projects/fonttools/ -Source0: http://fonttools.sourceforge.net/cvs-snapshots/bzip2/fonttools-2005-03-15.210812.tar.bz2 -Patch1: fonttools-20050315-20050624.patch -Patch2: fonttools-unsigned-ranges.patch +Source0: http://fonttools.sourceforge.net/cvs-snapshots/bzip2/fonttools-2006-02-23.085153.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: fonttools-uni5.patch BuildRequires: python-devel python-numeric -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-numeric Provides: ttx @@ -28,8 +26,7 @@ %prep %setup -q -n %{name} -%patch1 -p1 -b .20050624 -%patch2 -p1 -b .unsigned-ranges +%patch1 -p1 -b .uni5 %{__sed} -i.nobang '1 d' Lib/fontTools/ttx.py %{__chmod} a-x LICENSE.txt @@ -61,23 +58,22 @@ %dir %{python_sitearch}/FontTools/fontTools/pens %dir %{python_sitearch}/FontTools/fontTools/ttLib %dir %{python_sitearch}/FontTools/fontTools/ttLib/tables -%{python_sitearch}/FontTools/*.py -%{python_sitearch}/FontTools/*.pyc -%{python_sitearch}/FontTools/*.pyo -%{python_sitearch}/FontTools/fontTools/*.py -%{python_sitearch}/FontTools/fontTools/*.pyc -%{python_sitearch}/FontTools/fontTools/*.pyo -%{python_sitearch}/FontTools/fontTools/*/*.py -%{python_sitearch}/FontTools/fontTools/*/*.pyc -%{python_sitearch}/FontTools/fontTools/*/*.pyo -%{python_sitearch}/FontTools/fontTools/*/*/*.py -%{python_sitearch}/FontTools/fontTools/*/*/*.pyc -%{python_sitearch}/FontTools/fontTools/*/*/*.pyo +%{python_sitearch}/FontTools/*.py* +%{python_sitearch}/FontTools/fontTools/*.py* +%{python_sitearch}/FontTools/fontTools/*/*.py* +%{python_sitearch}/FontTools/fontTools/*/*/*.py* %{python_sitearch}/FontTools/fontTools/misc/eexecOp.so %{_bindir}/ttx %changelog +* Fri Dec 01 2006 Roozbeh Pournader - 2.0-0.10.20060223cvs +- Update the Unicode names file to Unicode 5.0.0 + +* Thu Nov 09 2006 Roozbeh Pournader - 2.0-0.9.20060223cvs +- Update to newer CVS snapshot dated 2006-02-23 +- Cleanup based on latest Python packaging guidelines + * Wed Nov 08 2006 Roozbeh Pournader - 2.0-0.8.20050624cvs - De-ghost .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/fonttools/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Nov 2006 19:17:12 -0000 1.4 +++ sources 12 Dec 2006 10:34:29 -0000 1.5 @@ -1 +1 @@ -b44a299a0530a2a4f65d1937aa99f734 fonttools-2005-03-15.210812.tar.bz2 +ffddf5c5c6b327e1855b934e98782717 fonttools-2006-02-23.085153.tar.bz2 --- fonttools-unsigned-ranges.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 10:40:19 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Tue, 12 Dec 2006 05:40:19 -0500 Subject: rpms/fonttools/FC-6 fonttools-20050315-20050624.patch,1.3,NONE Message-ID: <200612121040.kBCAeJi4002687@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fonttools/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2682 Removed Files: fonttools-20050315-20050624.patch Log Message: Remove old patch --- fonttools-20050315-20050624.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 10:58:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 12 Dec 2006 05:58:24 -0500 Subject: extras-buildsys/utils/pushscript Utils.py,1.8,1.9 Message-ID: <200612121058.kBCAwOZl002792@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2777 Modified Files: Utils.py Log Message: unimportant error message, but can be hit with ^C Index: Utils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Utils.py 9 Nov 2006 12:31:20 -0000 1.8 +++ Utils.py 12 Dec 2006 10:58:24 -0000 1.9 @@ -172,7 +172,7 @@ _restore_repodata_dir(tmpdir,rpdata) shutil.rmtree(tmpdir) except: # everything is bad at this point - print 'ERROR: Creating temporary working directory failed.' + print 'ERROR: Exception during "safe createrepo". Cleaning up for exit.' _restore_repodata_dir(tmpdir,rpdata) shutil.rmtree(tmpdir) sys.exit(errno.EPERM) From fedora-extras-commits at redhat.com Tue Dec 12 11:45:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 06:45:17 -0500 Subject: rpms/postgresql-pgpool/FC-5 .cvsignore, 1.2, 1.3 postgresql-pgpool.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121145.kBCBjH9c006199@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6150/FC-5 Modified Files: .cvsignore postgresql-pgpool.spec sources Log Message: Update to 3.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 11:44:46 -0000 1.3 @@ -1 +1 @@ -pgpool-3.1.1.tar.gz +pgpool-3.1.2.tar.gz Index: postgresql-pgpool.spec =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-5/postgresql-pgpool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-pgpool.spec 5 Dec 2006 19:52:17 -0000 1.1 +++ postgresql-pgpool.spec 12 Dec 2006 11:44:46 -0000 1.2 @@ -2,8 +2,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.1.1 -Release: 7%{?dist} +Version: 3.1.2 +Release: 1%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Tue Dec 12 2006 - Devrim GUNDUZ 3.1.2-1 +- Update to 3.1.2-1 + * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2006 19:52:17 -0000 1.2 +++ sources 12 Dec 2006 11:44:46 -0000 1.3 @@ -1 +1 @@ -8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz +da633311ebe9a10172a14ea9784fed24 pgpool-3.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 11:45:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 06:45:22 -0500 Subject: rpms/postgresql-pgpool/devel .cvsignore, 1.2, 1.3 postgresql-pgpool.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121145.kBCBjMIE006209@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6150/devel Modified Files: .cvsignore postgresql-pgpool.spec sources Log Message: Update to 3.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 11:44:52 -0000 1.3 @@ -1 +1 @@ -pgpool-3.1.1.tar.gz +pgpool-3.1.2.tar.gz Index: postgresql-pgpool.spec =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/postgresql-pgpool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-pgpool.spec 5 Dec 2006 19:52:17 -0000 1.1 +++ postgresql-pgpool.spec 12 Dec 2006 11:44:52 -0000 1.2 @@ -2,8 +2,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.1.1 -Release: 7%{?dist} +Version: 3.1.2 +Release: 1%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Tue Dec 12 2006 - Devrim GUNDUZ 3.1.2-1 +- Update to 3.1.2-1 + * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2006 19:52:17 -0000 1.2 +++ sources 12 Dec 2006 11:44:52 -0000 1.3 @@ -1 +1 @@ -8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz +da633311ebe9a10172a14ea9784fed24 pgpool-3.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 11:45:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 06:45:17 -0500 Subject: rpms/postgresql-pgpool/FC-6 .cvsignore, 1.2, 1.3 postgresql-pgpool.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121145.kBCBjHMu006204@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgresql-pgpool/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6150/FC-6 Modified Files: .cvsignore postgresql-pgpool.spec sources Log Message: Update to 3.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2006 19:52:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 11:44:47 -0000 1.3 @@ -1 +1 @@ -pgpool-3.1.1.tar.gz +pgpool-3.1.2.tar.gz Index: postgresql-pgpool.spec =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-6/postgresql-pgpool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-pgpool.spec 5 Dec 2006 19:52:17 -0000 1.1 +++ postgresql-pgpool.spec 12 Dec 2006 11:44:47 -0000 1.2 @@ -2,8 +2,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.1.1 -Release: 7%{?dist} +Version: 3.1.2 +Release: 1%{?dist} License: BSD Vendor: PgPool Global Development Group Group: Applications/Databases @@ -45,6 +45,9 @@ %{_mandir}/man8/* %changelog +* Tue Dec 12 2006 - Devrim GUNDUZ 3.1.2-1 +- Update to 3.1.2-1 + * Tue Dec 5 2006 - Devrim GUNDUZ 3.1.1-7 - Better fix for conf file problem, per bugzilla review Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgresql-pgpool/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2006 19:52:17 -0000 1.2 +++ sources 12 Dec 2006 11:44:47 -0000 1.3 @@ -1 +1 @@ -8adb39f18780a93e4b2ac0e31364314d pgpool-3.1.1.tar.gz +da633311ebe9a10172a14ea9784fed24 pgpool-3.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 12:04:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Tue, 12 Dec 2006 07:04:59 -0500 Subject: rpms/pgfouine/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612121204.kBCC4xIY009563@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/pgfouine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9546 Modified Files: .cvsignore sources Log Message: Update to 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Nov 2006 22:28:52 -0000 1.2 +++ .cvsignore 12 Dec 2006 12:04:29 -0000 1.3 @@ -1 +1 @@ -pgfouine-0.7.1.tar.gz +pgfouine-0.7.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgfouine/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Nov 2006 22:28:52 -0000 1.2 +++ sources 12 Dec 2006 12:04:29 -0000 1.3 @@ -1 +1 @@ -79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz +4759b564bf08db9c38ee1544faeafb2f pgfouine-0.7.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 12:22:21 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 12 Dec 2006 07:22:21 -0500 Subject: rpms/archmage/devel archmage.spec,1.3,1.4 Message-ID: <200612121222.kBCCMLZP009764@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/archmage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9749 Modified Files: archmage.spec Log Message: * Tue Dec 12 2006 Patrice Dumas 0.0.7-4 - add BuildRequires python-devel Index: archmage.spec =================================================================== RCS file: /cvs/extras/rpms/archmage/devel/archmage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- archmage.spec 9 Dec 2006 17:22:16 -0000 1.3 +++ archmage.spec 12 Dec 2006 12:21:51 -0000 1.4 @@ -2,7 +2,7 @@ Name: archmage Version: 0.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extensible reader/decompiler of files in CHM format Group: Development/Tools @@ -13,7 +13,7 @@ BuildArch: noarch Requires: python-chm -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description @@ -52,6 +52,9 @@ %{_mandir}/man*/archmage* %changelog +* Tue Dec 12 2006 Patrice Dumas 0.0.7-4 +- add BuildRequires python-devel + * Sat Dec 9 2006 Patrice Dumas 0.0.7-3 - rebuild for python 2.5 From fedora-extras-commits at redhat.com Tue Dec 12 12:46:06 2006 From: fedora-extras-commits at redhat.com (Zoltan Kota (zkota)) Date: Tue, 12 Dec 2006 07:46:06 -0500 Subject: rpms/python-bibtex/devel python-bibtex.patch, NONE, 1.1 python-bibtex.spec, 1.12, 1.13 Message-ID: <200612121246.kBCCk6r5009875@cvs-int.fedora.redhat.com> Author: zkota Update of /cvs/extras/rpms/python-bibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9854 Modified Files: python-bibtex.spec Added Files: python-bibtex.patch Log Message: add patch for python 2.5 and spec cleanup python-bibtex.patch: --- NEW FILE python-bibtex.patch --- diff -u -r python-bibtex-1.2.2.orig/bibtexmodule.c python-bibtex-1.2.2/bibtexmodule.c --- python-bibtex-1.2.2.orig/bibtexmodule.c 2005-09-25 22:17:15.000000000 +0200 +++ python-bibtex-1.2.2/bibtexmodule.c 2006-12-12 12:57:51.000000000 +0100 @@ -44,7 +44,7 @@ /* Destructor of BibtexFile */ static void bibtex_py_close (PyBibtexSource_Object * self) { bibtex_source_destroy (self->obj, TRUE); - PyMem_DEL (self); + PyObject_DEL (self); } /* Destructor of BibtexEntry */ @@ -53,7 +53,7 @@ { bibtex_field_destroy (self->obj, TRUE); - PyMem_DEL (self); + PyObject_DEL (self); } static char PyBibtexSource_Type__doc__[] = "This is the type of a BibTeX source"; Index: python-bibtex.spec =================================================================== RCS file: /cvs/extras/rpms/python-bibtex/devel/python-bibtex.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-bibtex.spec 11 Dec 2006 22:00:24 -0000 1.12 +++ python-bibtex.spec 12 Dec 2006 12:45:36 -0000 1.13 @@ -1,14 +1,13 @@ -%define pyver %(%{__python} -c 'import sys ; print sys.version[:3]') -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Python extension to parse BibTeX files Name: python-bibtex Version: 1.2.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Development/Libraries Source: http://dl.sf.net/pybliographer/python-bibtex-1.2.2.tar.gz +Patch0: python-bibtex.patch Url: http://www.pybliographer.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -16,7 +15,6 @@ BuildRequires: glib2-devel BuildRequires: recode-devel -Requires: python Requires: recode %description @@ -26,6 +24,7 @@ %prep %setup -q +%patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -44,6 +43,9 @@ %changelog +* Tue Dec 12 2006 Zoltan Kota - 1.2.2-6 +- add patch for python 2.5 + * Mon Dec 11 2006 Zoltan Kota - 1.2.2-5 - rebuild for python 2.5 From fedora-extras-commits at redhat.com Tue Dec 12 12:53:51 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 12 Dec 2006 07:53:51 -0500 Subject: rpms/easytag/FC-6 easytag-1.99.13-id3lib.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 easytag.spec, 1.14, 1.15 sources, 1.5, 1.6 easytag-1.99.12-id3lib.patch, 1.1, NONE Message-ID: <200612121253.kBCCrpHH009993@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/easytag/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9951/FC-6 Modified Files: .cvsignore easytag.spec sources Added Files: easytag-1.99.13-id3lib.patch Removed Files: easytag-1.99.12-id3lib.patch Log Message: Update to 1.99.13. easytag-1.99.13-id3lib.patch: --- NEW FILE easytag-1.99.13-id3lib.patch --- diff -Naupr easytag-1.99.13.orig/configure easytag-1.99.13/configure --- easytag-1.99.13.orig/configure 2006-05-22 18:23:56.000000000 +0200 +++ easytag-1.99.13/configure 2006-12-12 11:53:20.000000000 +0100 @@ -24397,7 +24397,7 @@ echo "${ECHO_T}$LINGUAS" >&6 - ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile src/libmpg123/Makefile po/Makefile.in" + ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -24968,7 +24968,6 @@ do "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/id3lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/id3lib/Makefile" ;; "src/libapetag/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libapetag/Makefile" ;; - "src/libmpg123/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libmpg123/Makefile" ;; "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr easytag-1.99.13.orig/configure.in easytag-1.99.13/configure.in --- easytag-1.99.13.orig/configure.in 2006-05-22 18:23:39.000000000 +0200 +++ easytag-1.99.13/configure.in 2006-12-12 11:53:30.000000000 +0100 @@ -318,7 +318,6 @@ AC_OUTPUT([ Makefile src/Makefile src/id3lib/Makefile src/libapetag/Makefile - src/libmpg123/Makefile po/Makefile.in ]) diff -Naupr easytag-1.99.13.orig/src/Makefile.am easytag-1.99.13/src/Makefile.am --- easytag-1.99.13.orig/src/Makefile.am 2005-11-28 00:57:02.000000000 +0100 +++ easytag-1.99.13/src/Makefile.am 2006-12-12 11:53:45.000000000 +0100 @@ -1,6 +1,6 @@ CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib bin_PROGRAMS = easytag @@ -70,7 +70,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) diff -Naupr easytag-1.99.13.orig/src/Makefile.in easytag-1.99.13/src/Makefile.in --- easytag-1.99.13.orig/src/Makefile.in 2006-12-10 22:39:58.000000000 +0100 +++ easytag-1.99.13/src/Makefile.in 2006-12-12 11:54:12.000000000 +0100 @@ -63,7 +63,7 @@ am_easytag_OBJECTS = about.$(OBJEXT) ape vcedit.$(OBJEXT) easytag_OBJECTS = $(am_easytag_OBJECTS) am__DEPENDENCIES_1 = -easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) libmpg123/libmpg123.a \ +easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) \ libapetag/libapetag.a id3lib/libid3bugfix.a DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -211,7 +211,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib easytag_SOURCES = \ about.c \ about.h \ @@ -278,7 +278,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) INCLUDES = -DLOCALE=\"$(localedir)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" diff -Naupr easytag-1.99.13.orig/src/Makefile.mingw easytag-1.99.13/src/Makefile.mingw --- easytag-1.99.13.orig/src/Makefile.mingw 2006-03-02 00:13:48.000000000 +0100 +++ easytag-1.99.13/src/Makefile.mingw 2006-12-12 11:54:27.000000000 +0100 @@ -79,13 +79,6 @@ DLL_C_SRC = about.c \ libapetag/info_mac.c \ libapetag/info_mpc.c \ libapetag/is_tag.c \ - libmpg123/common.c \ - libmpg123/dxhead.c \ - libmpg123/getbits.c \ - libmpg123/layer1.c \ - libmpg123/layer2.c \ - libmpg123/layer3.c \ - libmpg123/mpg123.c \ misc.c \ monkeyaudio_header.c \ mp4_header.c \ diff -Naupr easytag-1.99.13.orig/src/mpeg_header.c easytag-1.99.13/src/mpeg_header.c --- easytag-1.99.13.orig/src/mpeg_header.c 2006-12-06 22:08:56.000000000 +0100 +++ easytag-1.99.13/src/mpeg_header.c 2006-12-12 11:55:06.000000000 +0100 @@ -35,7 +35,7 @@ // Set to : // - 1 to use ID3lib for reading headers // - 0 to use mpeg123 for reading headers -#define USE_ID3LIB_4_HEADER 0 +#define USE_ID3LIB_4_HEADER 1 #if USE_ID3LIB_4_HEADER # include Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/easytag/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Jul 2006 16:57:07 -0000 1.5 +++ .cvsignore 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -easytag-1.99.12-patched.tar.bz2 +easytag-1.99.13-patched.tar.bz2 Index: easytag.spec =================================================================== RCS file: /cvs/extras/rpms/easytag/FC-6/easytag.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- easytag.spec 28 Aug 2006 09:21:11 -0000 1.14 +++ easytag.spec 12 Dec 2006 12:53:21 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Tag editor for mp3, ogg, flac and other music files Name: easytag -Version: 1.99.12 -Release: 3%{?dist} +Version: 1.99.13 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://easytag.sourceforge.net/ @@ -11,10 +11,12 @@ # rm -rf easytag-$VERSION/src/libmpg123/ # tar --numeric-owner -cjvf easytag-$VERSION-patched.tar.bz2 easytag-$VERSION Source: easytag-%{version}-patched.tar.bz2 -Patch0: easytag-1.99.12-id3lib.patch +Patch0: easytag-1.99.13-id3lib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel >= 2.4.0, id3lib-devel >= 3.7.12 BuildRequires: libvorbis-devel >= 1.0, flac-devel, gettext +# Not in Extras (yet, #191036 - enable later!) +#Buildrequires: libmp4v2-devel %description EasyTAG is a utility for viewing, editing and writing the tags of MP3, @@ -33,7 +35,7 @@ %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} install DESTDIR=%{buildroot} %find_lang %{name} @@ -52,6 +54,11 @@ %changelog +* Tue Dec 12 2006 Matthias Saou 1.99.13-1 +- Update to 1.99.13. +- Update id3lib patch to still apply. +- Switch away from %%makeinstall to DESTDIR method. + * Mon Aug 28 2006 Matthias Saou 1.99.12-3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/easytag/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Jul 2006 16:57:07 -0000 1.5 +++ sources 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -a152cbea00d1fde55d89c59c63602470 easytag-1.99.12-patched.tar.bz2 +3cda85580b95b8bcb4e29bd743704037 easytag-1.99.13-patched.tar.bz2 --- easytag-1.99.12-id3lib.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 12:53:51 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 12 Dec 2006 07:53:51 -0500 Subject: rpms/easytag/devel easytag-1.99.13-id3lib.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 easytag.spec, 1.14, 1.15 sources, 1.5, 1.6 easytag-1.99.12-id3lib.patch, 1.1, NONE Message-ID: <200612121253.kBCCrpIx009998@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/easytag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9951/devel Modified Files: .cvsignore easytag.spec sources Added Files: easytag-1.99.13-id3lib.patch Removed Files: easytag-1.99.12-id3lib.patch Log Message: Update to 1.99.13. easytag-1.99.13-id3lib.patch: --- NEW FILE easytag-1.99.13-id3lib.patch --- diff -Naupr easytag-1.99.13.orig/configure easytag-1.99.13/configure --- easytag-1.99.13.orig/configure 2006-05-22 18:23:56.000000000 +0200 +++ easytag-1.99.13/configure 2006-12-12 11:53:20.000000000 +0100 @@ -24397,7 +24397,7 @@ echo "${ECHO_T}$LINGUAS" >&6 - ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile src/libmpg123/Makefile po/Makefile.in" + ac_config_files="$ac_config_files Makefile easytag.spec doc/easytag.1 src/Makefile src/id3lib/Makefile src/libapetag/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -24968,7 +24968,6 @@ do "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/id3lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/id3lib/Makefile" ;; "src/libapetag/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libapetag/Makefile" ;; - "src/libmpg123/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libmpg123/Makefile" ;; "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr easytag-1.99.13.orig/configure.in easytag-1.99.13/configure.in --- easytag-1.99.13.orig/configure.in 2006-05-22 18:23:39.000000000 +0200 +++ easytag-1.99.13/configure.in 2006-12-12 11:53:30.000000000 +0100 @@ -318,7 +318,6 @@ AC_OUTPUT([ Makefile src/Makefile src/id3lib/Makefile src/libapetag/Makefile - src/libmpg123/Makefile po/Makefile.in ]) diff -Naupr easytag-1.99.13.orig/src/Makefile.am easytag-1.99.13/src/Makefile.am --- easytag-1.99.13.orig/src/Makefile.am 2005-11-28 00:57:02.000000000 +0100 +++ easytag-1.99.13/src/Makefile.am 2006-12-12 11:53:45.000000000 +0100 @@ -1,6 +1,6 @@ CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib bin_PROGRAMS = easytag @@ -70,7 +70,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) diff -Naupr easytag-1.99.13.orig/src/Makefile.in easytag-1.99.13/src/Makefile.in --- easytag-1.99.13.orig/src/Makefile.in 2006-12-10 22:39:58.000000000 +0100 +++ easytag-1.99.13/src/Makefile.in 2006-12-12 11:54:12.000000000 +0100 @@ -63,7 +63,7 @@ am_easytag_OBJECTS = about.$(OBJEXT) ape vcedit.$(OBJEXT) easytag_OBJECTS = $(am_easytag_OBJECTS) am__DEPENDENCIES_1 = -easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) libmpg123/libmpg123.a \ +easytag_DEPENDENCIES = $(am__DEPENDENCIES_1) \ libapetag/libapetag.a id3lib/libid3bugfix.a DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -211,7 +211,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = libmpg123 libapetag id3lib +SUBDIRS = libapetag id3lib easytag_SOURCES = \ about.c \ about.h \ @@ -278,7 +278,7 @@ EXTRA_DIST = \ win32/win32dep.h \ win32/win_easytag.c -easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a +easytag_LDADD = $(GTK_LIBS) libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) INCLUDES = -DLOCALE=\"$(localedir)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" diff -Naupr easytag-1.99.13.orig/src/Makefile.mingw easytag-1.99.13/src/Makefile.mingw --- easytag-1.99.13.orig/src/Makefile.mingw 2006-03-02 00:13:48.000000000 +0100 +++ easytag-1.99.13/src/Makefile.mingw 2006-12-12 11:54:27.000000000 +0100 @@ -79,13 +79,6 @@ DLL_C_SRC = about.c \ libapetag/info_mac.c \ libapetag/info_mpc.c \ libapetag/is_tag.c \ - libmpg123/common.c \ - libmpg123/dxhead.c \ - libmpg123/getbits.c \ - libmpg123/layer1.c \ - libmpg123/layer2.c \ - libmpg123/layer3.c \ - libmpg123/mpg123.c \ misc.c \ monkeyaudio_header.c \ mp4_header.c \ diff -Naupr easytag-1.99.13.orig/src/mpeg_header.c easytag-1.99.13/src/mpeg_header.c --- easytag-1.99.13.orig/src/mpeg_header.c 2006-12-06 22:08:56.000000000 +0100 +++ easytag-1.99.13/src/mpeg_header.c 2006-12-12 11:55:06.000000000 +0100 @@ -35,7 +35,7 @@ // Set to : // - 1 to use ID3lib for reading headers // - 0 to use mpeg123 for reading headers -#define USE_ID3LIB_4_HEADER 0 +#define USE_ID3LIB_4_HEADER 1 #if USE_ID3LIB_4_HEADER # include Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Jul 2006 16:57:07 -0000 1.5 +++ .cvsignore 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -easytag-1.99.12-patched.tar.bz2 +easytag-1.99.13-patched.tar.bz2 Index: easytag.spec =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/easytag.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- easytag.spec 28 Aug 2006 09:21:11 -0000 1.14 +++ easytag.spec 12 Dec 2006 12:53:21 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Tag editor for mp3, ogg, flac and other music files Name: easytag -Version: 1.99.12 -Release: 3%{?dist} +Version: 1.99.13 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://easytag.sourceforge.net/ @@ -11,10 +11,12 @@ # rm -rf easytag-$VERSION/src/libmpg123/ # tar --numeric-owner -cjvf easytag-$VERSION-patched.tar.bz2 easytag-$VERSION Source: easytag-%{version}-patched.tar.bz2 -Patch0: easytag-1.99.12-id3lib.patch +Patch0: easytag-1.99.13-id3lib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel >= 2.4.0, id3lib-devel >= 3.7.12 BuildRequires: libvorbis-devel >= 1.0, flac-devel, gettext +# Not in Extras (yet, #191036 - enable later!) +#Buildrequires: libmp4v2-devel %description EasyTAG is a utility for viewing, editing and writing the tags of MP3, @@ -33,7 +35,7 @@ %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} install DESTDIR=%{buildroot} %find_lang %{name} @@ -52,6 +54,11 @@ %changelog +* Tue Dec 12 2006 Matthias Saou 1.99.13-1 +- Update to 1.99.13. +- Update id3lib patch to still apply. +- Switch away from %%makeinstall to DESTDIR method. + * Mon Aug 28 2006 Matthias Saou 1.99.12-3 - FC6 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Jul 2006 16:57:07 -0000 1.5 +++ sources 12 Dec 2006 12:53:21 -0000 1.6 @@ -1 +1 @@ -a152cbea00d1fde55d89c59c63602470 easytag-1.99.12-patched.tar.bz2 +3cda85580b95b8bcb4e29bd743704037 easytag-1.99.13-patched.tar.bz2 --- easytag-1.99.12-id3lib.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 13:16:11 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 08:16:11 -0500 Subject: rpms/gstreamer-python/FC-5 .cvsignore, 1.5, 1.6 gstreamer-python.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <200612121316.kBCDGBIH013296@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gstreamer-python/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13275 Modified Files: .cvsignore gstreamer-python.spec sources Log Message: Update to 0.10.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jun 2006 09:42:30 -0000 1.5 +++ .cvsignore 12 Dec 2006 13:15:41 -0000 1.6 @@ -1 +1 @@ -gst-python-0.10.4.tar.bz2 +gst-python-0.10.6.tar.bz2 Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-5/gstreamer-python.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gstreamer-python.spec 15 Jun 2006 09:42:30 -0000 1.11 +++ gstreamer-python.spec 12 Dec 2006 13:15:41 -0000 1.12 @@ -5,7 +5,7 @@ %define gstreamer gstreamer Name: %{gstreamer}-python -Version: 0.10.4 +Version: 0.10.6 Release: 1%{?dist} Summary: Python bindings for GStreamer @@ -71,6 +71,9 @@ %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Tue Dec 12 2006 Denis Leroy - 0.10.6-1 +- Update to 0.10.6 + * Thu Jun 15 2006 Thomas Vander Stichele - 0.10.4-1 - new upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jun 2006 09:42:30 -0000 1.5 +++ sources 12 Dec 2006 13:15:41 -0000 1.6 @@ -1 +1 @@ -73e1ebc4a84a6fae999da83fd625e833 gst-python-0.10.4.tar.bz2 +dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 13:30:29 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 08:30:29 -0500 Subject: rpms/gtkmm24/devel .cvsignore, 1.11, 1.12 gtkmm.spec, 1.21, 1.22 sources, 1.13, 1.14 Message-ID: <200612121330.kBCDUTjM013671@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13624 Modified Files: .cvsignore gtkmm.spec sources Log Message: update to 2.10.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 4 Dec 2006 09:09:16 -0000 1.11 +++ .cvsignore 12 Dec 2006 13:29:59 -0000 1.12 @@ -1 +1 @@ -gtkmm-2.10.5.tar.bz2 +gtkmm-2.10.6.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gtkmm.spec 4 Dec 2006 09:18:24 -0000 1.21 +++ gtkmm.spec 12 Dec 2006 13:29:59 -0000 1.22 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.10.5 +Version: 2.10.6 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -98,7 +98,10 @@ %changelog -* Mon Dec 4 2006 Denis Leroy - 2.10.5 +* Tue Dec 12 2006 Denis Leroy - 2.10.6-1 +- Update to 2.10.6 + +* Mon Dec 4 2006 Denis Leroy - 2.10.5-1 - Update to 2.10.5 * Tue Oct 3 2006 Denis Leroy - 2.10.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 4 Dec 2006 09:09:16 -0000 1.13 +++ sources 12 Dec 2006 13:29:59 -0000 1.14 @@ -1 +1 @@ -0f5255675d13391ca2f3fa4943733a07 gtkmm-2.10.5.tar.bz2 +50e9b06ad015ecc54a180fd654ef42df gtkmm-2.10.6.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 13:48:43 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 08:48:43 -0500 Subject: owners owners.list,1.2098,1.2099 Message-ID: <200612121348.kBCDmhw9013932@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13917 Modified Files: owners.list Log Message: Taking ownership of pitivi Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2098 retrieving revision 1.2099 diff -u -r1.2098 -r1.2099 --- owners.list 12 Dec 2006 05:03:14 -0000 1.2098 +++ owners.list 12 Dec 2006 13:48:13 -0000 1.2099 @@ -1925,7 +1925,7 @@ Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org|Axel.Thimm at ATrpms.net Fedora Extras|pingus|Guide the penguins safely home before they drop of the cliff|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pipenightdreams|Connect the waterpipes to create a proper pipeline|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|pitivi|Non-linear video editor|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org +Fedora Extras|pitivi|Non-linear video editor|jeff at ocjtech.us|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|pl|SWI-Prolog - Edinburgh compatible Prolog compiler|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|plague|Distributed build system for RPMs|dcbw at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|planet|Flexible RDF/RSS/Atom feed aggregator|rich at phekda.gotadsl.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 13:51:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 12 Dec 2006 08:51:14 -0500 Subject: rpms/python-sqlobject/devel .cvsignore, 1.2, 1.3 python-sqlobject.spec, 1.6, 1.7 sources, 1.2, 1.3 python-sqlobject-0.7.0-ordered-deps.patch, 1.1, NONE python-sqlobject-0.7.0-pkg_resources.patch, 1.1, NONE Message-ID: <200612121351.kBCDpE81013977@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13955 Modified Files: .cvsignore python-sqlobject.spec sources Removed Files: python-sqlobject-0.7.0-ordered-deps.patch python-sqlobject-0.7.0-pkg_resources.patch Log Message: - 0.7.2 - Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch and python-sqlobject-0.7.0-pkg_resources.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Oct 2005 10:08:17 -0000 1.2 +++ .cvsignore 12 Dec 2006 13:50:43 -0000 1.3 @@ -1 +1 @@ -SQLObject-0.7.0.tar.gz +SQLObject-0.7.2.tar.gz Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/python-sqlobject.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlobject.spec 12 Sep 2006 02:50:11 -0000 1.6 +++ python-sqlobject.spec 12 Dec 2006 13:50:43 -0000 1.7 @@ -1,17 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-sqlobject -Version: 0.7.0 -Release: 8%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries License: LGPL URL: http://sqlobject.org/ Source0: http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz -Patch0: python-sqlobject-admin.patch -Patch1: python-sqlobject-0.7.0-pkg_resources.patch -Patch2: python-sqlobject-0.7.0-ordered-deps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -24,15 +21,11 @@ friendly-looking Python object instead of a database/SQL interface. Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird. -This package requires sqlite. Futher database connectors have to be installed -separately. +This package requires sqlite. Futher database connectors have to be installed separately. %prep %setup -q -n SQLObject-%{version} rm -rf ez_setup -%patch0 -p1 -%patch1 -%patch2 -p1 %build %{__python} setup.py build @@ -69,6 +62,9 @@ %dir %{python_sitelib}/sqlobject/mysql %{python_sitelib}/sqlobject/mysql/*.py* +%dir %{python_sitelib}/sqlobject/mssql +%{python_sitelib}/sqlobject/mssql/*.py* + %dir %{python_sitelib}/sqlobject/postgres %{python_sitelib}/sqlobject/postgres/*.py* @@ -84,6 +80,11 @@ %{_bindir}/* %changelog +* Sat Dec 9 2006 Luke Macken 0.7.2-1 +- 0.7.2 +- Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch + and python-sqlobject-0.7.0-pkg_resources.patch + * Mon Sep 11 2006 Luke Macken 0.7.0-8 - python-sqlobject-0.7.0-ordered-deps.patch from upstream ticket http://trac.turbogears.org/turbogears/ticket/279 (Bug #205894) Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Oct 2005 10:08:17 -0000 1.2 +++ sources 12 Dec 2006 13:50:43 -0000 1.3 @@ -1 +1 @@ -dccb921b5df6a15312b56630ac4ac205 SQLObject-0.7.0.tar.gz +78fe392b86b43912bb249af93d44df57 SQLObject-0.7.2.tar.gz --- python-sqlobject-0.7.0-ordered-deps.patch DELETED --- --- python-sqlobject-0.7.0-pkg_resources.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 13:57:58 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Tue, 12 Dec 2006 08:57:58 -0500 Subject: rpms/kphotobymail/devel kphotobymail.spec,1.2,1.3 Message-ID: <200612121357.kBCDvwUv014055@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/kphotobymail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14038 Modified Files: kphotobymail.spec Log Message: Changing for python 2.5 Index: kphotobymail.spec =================================================================== RCS file: /cvs/extras/rpms/kphotobymail/devel/kphotobymail.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kphotobymail.spec 7 Oct 2006 08:08:37 -0000 1.2 +++ kphotobymail.spec 12 Dec 2006 13:57:28 -0000 1.3 @@ -3,7 +3,7 @@ Name: kphotobymail Version: 0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A PyQt based application for uploading photos to flickr account Group: Applications/Internet License: GPL @@ -57,6 +57,9 @@ %{_datadir}/applications/fedora-kphotobymail.desktop %changelog +* Tue Dec 12 2006 Kushal Das 0.4-2 +- Fixing for python 2.5 + * Sat Oct 07 2006 Kushal Das 0.4-1 - new release From fedora-extras-commits at redhat.com Tue Dec 12 14:01:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 12 Dec 2006 09:01:00 -0500 Subject: rpms/python-sqlobject/devel python-sqlobject.spec,1.7,1.8 Message-ID: <200612121401.kBCE10mt014128@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14103 Modified Files: python-sqlobject.spec Log Message: add python-devel to BR Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/python-sqlobject.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-sqlobject.spec 12 Dec 2006 13:50:43 -0000 1.7 +++ python-sqlobject.spec 12 Dec 2006 14:00:30 -0000 1.8 @@ -2,7 +2,7 @@ Name: python-sqlobject Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch +BuildRequires: python-devel Requires: python-sqlite, python-formencode >= 0.2.2 @@ -80,6 +81,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Luke Macken 0.7.2-2 +- Add python-devel to BuildRequires + * Sat Dec 9 2006 Luke Macken 0.7.2-1 - 0.7.2 - Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch From fedora-extras-commits at redhat.com Tue Dec 12 14:08:31 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:08:31 -0500 Subject: rpms/guiloader-c++/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-c++-2.8.0-soversion.patch, 1.1, NONE guiloader-c++.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121408.kBCE8VL9017286@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader-c++/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/FC-5 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-c++-2.8.0-soversion.patch guiloader-c++.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-c++-2.8.0-soversion.patch DELETED --- --- guiloader-c++.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:08:37 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:08:37 -0500 Subject: rpms/guiloader-c++/FC-6 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-c++-2.8.0-soversion.patch, 1.1, NONE guiloader-c++.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121408.kBCE8bgQ017300@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader-c++/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/FC-6 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-c++-2.8.0-soversion.patch guiloader-c++.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-c++-2.8.0-soversion.patch DELETED --- --- guiloader-c++.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:08:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:08:42 -0500 Subject: rpms/guiloader-c++/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE Makefile, 1.1, NONE guiloader-c++-2.8.0-soversion.patch, 1.1, NONE guiloader-c++.spec, 1.2, NONE sources, 1.3, NONE Message-ID: <200612121408.kBCE8gLO017318@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader-c++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/devel Added Files: dead.package Removed Files: .cvsignore Makefile guiloader-c++-2.8.0-soversion.patch guiloader-c++.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- guiloader-c++-2.8.0-soversion.patch DELETED --- --- guiloader-c++.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:15:20 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:15:20 -0500 Subject: rpms/guiloader/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-2.8.0-soversion.patch, 1.1, NONE guiloader.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121415.kBCEFKjV017387@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/FC-5 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-2.8.0-soversion.patch guiloader.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-2.8.0-soversion.patch DELETED --- --- guiloader.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:15:25 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:15:25 -0500 Subject: rpms/guiloader/FC-6 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE guiloader-2.8.0-soversion.patch, 1.1, NONE guiloader.spec, 1.1, NONE sources, 1.2, NONE Message-ID: <200612121415.kBCEFPoN017401@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/FC-6 Added Files: dead.package Removed Files: .cvsignore Makefile branch guiloader-2.8.0-soversion.patch guiloader.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- guiloader-2.8.0-soversion.patch DELETED --- --- guiloader.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:15:30 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 12 Dec 2006 09:15:30 -0500 Subject: rpms/guiloader/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE Makefile, 1.1, NONE guiloader-2.8.0-soversion.patch, 1.1, NONE guiloader.spec, 1.2, NONE sources, 1.3, NONE Message-ID: <200612121415.kBCEFU8e017419@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/guiloader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/devel Added Files: dead.package Removed Files: .cvsignore Makefile guiloader-2.8.0-soversion.patch guiloader.spec sources Log Message: Marking as dead package. Upstream project is gone. --- NEW FILE dead.package --- Upstream project (crow/gideon) is no longer active and crow itself never made it through the review process, so this package has no use in iteslf. --- .cvsignore DELETED --- --- Makefile DELETED --- --- guiloader-2.8.0-soversion.patch DELETED --- --- guiloader.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:25:36 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 09:25:36 -0500 Subject: rpms/numpy/devel numpy.spec,1.7,1.8 Message-ID: <200612121425.kBCEPaAB017471@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17456 Modified Files: numpy.spec Log Message: Bump-n-rebuild for python 2.5 Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- numpy.spec 25 Oct 2006 21:55:43 -0000 1.7 +++ numpy.spec 12 Dec 2006 14:25:06 -0000 1.8 @@ -4,7 +4,7 @@ Name: numpy Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -70,6 +70,9 @@ %{python_sitearch}/%{name} %changelog +* Tue Dec 12 2006 Jarod Wilson 1.0-2 +- Rebuild for python 2.5 + * Wed Oct 25 2006 Jarod Wilson 1.0-1 - New upstream release From fedora-extras-commits at redhat.com Tue Dec 12 14:28:32 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 09:28:32 -0500 Subject: rpms/rrdtool/devel rrdtool.spec,1.25,1.26 Message-ID: <200612121428.kBCESWR6017535@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17520 Modified Files: rrdtool.spec Log Message: bump-n-rebuild for python 2.5 Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rrdtool.spec 14 Nov 2006 18:38:35 -0000 1.25 +++ rrdtool.spec 12 Dec 2006 14:28:02 -0000 1.26 @@ -7,7 +7,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -270,6 +270,9 @@ %endif %changelog +* Tue Dec 12 2006 Jarod Wilson 1.2.15-7 +- Rebuild for python 2.5 + * Tue Nov 14 2006 Jarod Wilson 1.2.15-6 - Conditionalize python, php and tcl bits (Resolves #203275) From fedora-extras-commits at redhat.com Tue Dec 12 14:30:15 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Tue, 12 Dec 2006 09:30:15 -0500 Subject: rpms/kphotobymail/devel kphotobymail.spec,1.3,1.4 Message-ID: <200612121430.kBCEUFre017593@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/kphotobymail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17515 Modified Files: kphotobymail.spec Log Message: trying to fix the error Index: kphotobymail.spec =================================================================== RCS file: /cvs/extras/rpms/kphotobymail/devel/kphotobymail.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kphotobymail.spec 12 Dec 2006 13:57:28 -0000 1.3 +++ kphotobymail.spec 12 Dec 2006 14:29:45 -0000 1.4 @@ -3,12 +3,16 @@ Name: kphotobymail Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A PyQt based application for uploading photos to flickr account Group: Applications/Internet License: GPL URL: http://kphotobymail.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/kphotobymail/kphotobymail-%{version}.tar.gz +# fix for python >= 2.5 +%if "%{?fedora}" > "6" +BuildRequires: python-devel +%endif BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +61,9 @@ %{_datadir}/applications/fedora-kphotobymail.desktop %changelog +* Tue Dec 12 2006 Kushal Das 0.4-3 +- Fixing for python 2.5 + * Tue Dec 12 2006 Kushal Das 0.4-2 - Fixing for python 2.5 From fedora-extras-commits at redhat.com Tue Dec 12 14:52:07 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Tue, 12 Dec 2006 09:52:07 -0500 Subject: rpms/cohoba/devel cohoba.spec,1.4,1.5 Message-ID: <200612121452.kBCEq7Qe017698@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/cohoba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17678 Modified Files: cohoba.spec Log Message: Removed require on python-ctypes since it is included in python 2.5 and not in the repo anymore Index: cohoba.spec =================================================================== RCS file: /cvs/extras/rpms/cohoba/devel/cohoba.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cohoba.spec 10 Dec 2006 13:55:57 -0000 1.4 +++ cohoba.spec 12 Dec 2006 14:51:37 -0000 1.5 @@ -2,7 +2,7 @@ Name: cohoba Version: 0.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple Group: Applications/Communications @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2-devel, gnome-python2-applet -Requires: python-telepathy, gnome-python2-applet, pygtk2, python-ctypes, telepathy-filesystem +Requires: python-telepathy, gnome-python2-applet, pygtk2, telepathy-filesystem Patch1: cohoba-non-binary-in-usr-lib.patch @@ -69,6 +69,9 @@ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Tue Dec 12 2006 Sander Hoentjen - 0.0.4-5 +- Removed require on python-ctypes since it is included in python 2.5 + * Sun Dec 10 2006 Sander Hoentjen - 0.0.4-4 - changed BR from gnome-python2 to gnome-python2-devel because of moving of gnome-python-2.0.pc From fedora-extras-commits at redhat.com Tue Dec 12 14:54:48 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 09:54:48 -0500 Subject: rpms/TeXmacs/devel TeXmacs-1.6.0.7-rdelim.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 TeXmacs.spec, 1.42, 1.43 sources, 1.24, 1.25 TeXmacs-1.0.6.1-gcc41.patch, 1.1, NONE TeXmacs-gcc41.patch, 1.1, NONE TeXmacs-inline.patch, 1.1, NONE TeXmacs-maxima.patch, 1.1, NONE Message-ID: <200612121454.kBCEsmFv017773@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17749 Modified Files: .cvsignore TeXmacs.spec sources Added Files: TeXmacs-1.6.0.7-rdelim.patch Removed Files: TeXmacs-1.0.6.1-gcc41.patch TeXmacs-gcc41.patch TeXmacs-inline.patch TeXmacs-maxima.patch Log Message: new version 1.0.6.7 TeXmacs-1.6.0.7-rdelim.patch: --- NEW FILE TeXmacs-1.6.0.7-rdelim.patch --- --- TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm.rdelim 2006-12-12 14:44:39.000000000 +0100 +++ TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm 2006-12-12 14:45:18.000000000 +0100 @@ -14,6 +14,8 @@ (define boot-start (texmacs-time)) +(use-modules (ice-9 rdelim)) + ;; TODO: scheme file caching using (set! primitive-load ...) and ;; (set! %search-load-path) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 4 Dec 2006 21:28:58 -0000 1.23 +++ .cvsignore 12 Dec 2006 14:54:18 -0000 1.24 @@ -1 +1 @@ -TeXmacs-1.0.6.6-src.tar.gz +TeXmacs-1.0.6.7-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.42 +++ TeXmacs.spec 12 Dec 2006 14:54:18 -0000 1.43 @@ -1,21 +1,19 @@ Name: TeXmacs -Version: 1.0.6.6 +Version: 1.0.6.7 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz -Patch1: TeXmacs-inline.patch +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.7-src.tar.gz Patch2: TeXmacs-event.patch -Patch3: TeXmacs-gcc41.patch -Patch4: TeXmacs-1.0.6.1-gcc41.patch +Patch5: TeXmacs-1.6.0.7-rdelim.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts Requires: ghostscript -BuildRequires: compat-libguile-devel +BuildRequires: guile-devel BuildRequires: desktop-file-utils BuildRequires: tetex BuildRequires: freetype-devel @@ -55,10 +53,8 @@ %prep %setup -q -n TeXmacs-%{version}-src %patch2 -p1 +%patch5 -p1 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in -sed -i "s|guile-config|guile-config-1.6|" configure* -sed -i "s|guile --version|guile-1.6 --version|" configure* - %build @@ -70,7 +66,7 @@ rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install export GUILE_DATA_PATH=%{_datadir}/guile -export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.8/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry @@ -157,6 +153,9 @@ %changelog +* Tue Dec 12 2006 Gerard Milmeister - 1.0.6.7-1 +- new version 1.0.6.7 + * Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 - new version 1.0.6.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 4 Dec 2006 21:28:58 -0000 1.24 +++ sources 12 Dec 2006 14:54:18 -0000 1.25 @@ -1 +1 @@ -53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz +64c355905e294f9c6bc3520ec2d212b7 TeXmacs-1.0.6.7-src.tar.gz --- TeXmacs-1.0.6.1-gcc41.patch DELETED --- --- TeXmacs-gcc41.patch DELETED --- --- TeXmacs-inline.patch DELETED --- --- TeXmacs-maxima.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 14:56:28 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 09:56:28 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.7,1.8 Message-ID: <200612121456.kBCEuSqA017846@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17793 Modified Files: pitivi.spec Log Message: Taking ownership plus some cleanups. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pitivi.spec 7 Sep 2006 21:37:08 -0000 1.7 +++ pitivi.spec 12 Dec 2006 14:55:58 -0000 1.8 @@ -1,26 +1,26 @@ Name: pitivi Version: 0.10.1 -Release: 3 -Summary: Non-linear video editor +Release: 4 +Summary: Non-linear video editor -Group: Applications/Multimedia -License: GPL -URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Group: Applications/Multimedia +License: GPL +URL: http://www.pitivi.org/ +Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch -Requires: gnonlin +Requires: gnonlin -BuildRequires: gstreamer-devel >= 0.10.2 -BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 +BuildRequires: gstreamer-devel >= 0.10.2 +BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 BuildRequires: gstreamer-python BuildRequires: GConf2-devel -BuildRequires: gtk2-devel >= 2.8 +BuildRequires: gtk2-devel >= 2.8 BuildRequires: pygtk2-devel BuildRequires: pygtk2-libglade -BuildRequires: gtk-doc -BuildRequires: pkgconfig +BuildRequires: gtk-doc +BuildRequires: pkgconfig BuildRequires: desktop-file-utils BuildRequires: gnome-python2 BuildRequires: gnonlin @@ -33,50 +33,44 @@ program. %prep -%setup +%setup -q +for f in `find . -name \*.py` +do + %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f +done %build -%configure +%configure --libdir=%{_datadir} make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - pitivi.desktop - -# Clean out files that should not be part of the rpm. -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -#%find_lang pitivi + --add-category X-Fedora \ + pitivi.desktop %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -%defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING NEWS README +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS %{_bindir}/pitivi -%dir %{_libdir}/pitivi -%dir %{_libdir}/pitivi/python -%dir %{_libdir}/pitivi/python/pitivi -%{_libdir}/pitivi/python/pitivi/*.py -%{_libdir}/pitivi/python/pitivi/*.pyc -%{_libdir}/pitivi/python/pitivi/*.pyo -%dir %{_libdir}/pitivi/python/pitivi/ui -%{_libdir}/pitivi/python/pitivi/ui/*.py -%{_libdir}/pitivi/python/pitivi/ui/*.pyc -%{_libdir}/pitivi/python/pitivi/ui/actions.xml -%{_libdir}/pitivi/python/pitivi/ui/*.glade -%{_libdir}/pitivi/python/pitivi/ui/*.pyo %{_datadir}/pitivi %{_datadir}/pixmaps/* %{_datadir}/applications/* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 +- Taking ownership. +- Simplify files section +- Move library files to /usr/share +- Remove shebangs from library files +- Drop zero length README file + * Thu Sep 07 2006 W. Michael Petullo - 0.10.1-3 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 15:00:40 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 10:00:40 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.8,1.9 Message-ID: <200612121500.kBCF0e8N017926@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17911 Modified Files: pitivi.spec Log Message: Taking ownership plus some cleanups. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pitivi.spec 11 Dec 2006 16:36:46 -0000 1.8 +++ pitivi.spec 12 Dec 2006 15:00:10 -0000 1.9 @@ -1,26 +1,26 @@ Name: pitivi Version: 0.10.1 -Release: 3 -Summary: Non-linear video editor +Release: 4 +Summary: Non-linear video editor -Group: Applications/Multimedia -License: GPL -URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Group: Applications/Multimedia +License: GPL +URL: http://www.pitivi.org/ +Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch -Requires: gnonlin +Requires: gnonlin -BuildRequires: gstreamer-devel >= 0.10.2 -BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 +BuildRequires: gstreamer-devel >= 0.10.2 +BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 BuildRequires: gstreamer-python BuildRequires: GConf2-devel -BuildRequires: gtk2-devel >= 2.8 +BuildRequires: gtk2-devel >= 2.8 BuildRequires: pygtk2-devel BuildRequires: pygtk2-libglade -BuildRequires: gtk-doc -BuildRequires: pkgconfig +BuildRequires: gtk-doc +BuildRequires: pkgconfig BuildRequires: desktop-file-utils BuildRequires: gnome-python2 BuildRequires: gnonlin @@ -33,57 +33,44 @@ program. %prep -cat< $f.tmp && mv $f.tmp $f +done %build -%configure +%configure --libdir=%{_datadir} make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - pitivi.desktop - -# Clean out files that should not be part of the rpm. -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -#%find_lang pitivi + --add-category X-Fedora \ + pitivi.desktop %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -%defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING NEWS README +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS %{_bindir}/pitivi -%dir %{_libdir}/pitivi -%dir %{_libdir}/pitivi/python -%dir %{_libdir}/pitivi/python/pitivi -%{_libdir}/pitivi/python/pitivi/*.py -%{_libdir}/pitivi/python/pitivi/*.pyc -%{_libdir}/pitivi/python/pitivi/*.pyo -%dir %{_libdir}/pitivi/python/pitivi/ui -%{_libdir}/pitivi/python/pitivi/ui/*.py -%{_libdir}/pitivi/python/pitivi/ui/*.pyc -%{_libdir}/pitivi/python/pitivi/ui/actions.xml -%{_libdir}/pitivi/python/pitivi/ui/*.glade -%{_libdir}/pitivi/python/pitivi/ui/*.pyo %{_datadir}/pitivi %{_datadir}/pixmaps/* %{_datadir}/applications/* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 +- Taking ownership. +- Simplify files section +- Move library files to /usr/share +- Remove shebangs from library files +- Drop zero length README file + * Thu Sep 07 2006 W. Michael Petullo - 0.10.1-3 - Rebuild for FC6. From fedora-extras-commits at redhat.com Tue Dec 12 15:03:01 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 10:03:01 -0500 Subject: rpms/TeXmacs/FC-6 TeXmacs-1.6.0.7-rdelim.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 TeXmacs.spec, 1.44, 1.45 sources, 1.24, 1.25 TeXmacs-1.0.6.1-gcc41.patch, 1.1, NONE TeXmacs-gcc41.patch, 1.1, NONE TeXmacs-inline.patch, 1.1, NONE TeXmacs-maxima.patch, 1.1, NONE Message-ID: <200612121503.kBCF31jW021089@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21067 Modified Files: .cvsignore TeXmacs.spec sources Added Files: TeXmacs-1.6.0.7-rdelim.patch Removed Files: TeXmacs-1.0.6.1-gcc41.patch TeXmacs-gcc41.patch TeXmacs-inline.patch TeXmacs-maxima.patch Log Message: new version 1.0.6.7 TeXmacs-1.6.0.7-rdelim.patch: --- NEW FILE TeXmacs-1.6.0.7-rdelim.patch --- --- TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm.rdelim 2006-12-12 14:44:39.000000000 +0100 +++ TeXmacs-1.0.6.7-src/TeXmacs/progs/init-texmacs.scm 2006-12-12 14:45:18.000000000 +0100 @@ -14,6 +14,8 @@ (define boot-start (texmacs-time)) +(use-modules (ice-9 rdelim)) + ;; TODO: scheme file caching using (set! primitive-load ...) and ;; (set! %search-load-path) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 27 Oct 2006 18:36:35 -0000 1.23 +++ .cvsignore 12 Dec 2006 15:02:31 -0000 1.24 @@ -1 +1 @@ -TeXmacs-1.0.6.6-src.tar.gz +TeXmacs-1.0.6.7-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- TeXmacs.spec 4 Dec 2006 21:28:58 -0000 1.44 +++ TeXmacs.spec 12 Dec 2006 15:02:31 -0000 1.45 @@ -1,21 +1,19 @@ Name: TeXmacs -Version: 1.0.6.6 +Version: 1.0.6.7 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz -Patch1: TeXmacs-inline.patch +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.7-src.tar.gz Patch2: TeXmacs-event.patch -Patch3: TeXmacs-gcc41.patch -Patch4: TeXmacs-1.0.6.1-gcc41.patch +Patch5: TeXmacs-1.6.0.7-rdelim.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts Requires: ghostscript -BuildRequires: compat-libguile-devel +BuildRequires: guile-devel BuildRequires: desktop-file-utils BuildRequires: tetex BuildRequires: freetype-devel @@ -29,6 +27,7 @@ BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libtool-ltdl-devel +Provides: texmacs = %{version}-%{release} Requires: fig2ps Requires(post): shared-mime-info, desktop-file-utils Requires(postun): shared-mime-info, desktop-file-utils @@ -55,10 +54,8 @@ %prep %setup -q -n TeXmacs-%{version}-src %patch2 -p1 +%patch5 -p1 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in -sed -i "s|guile-config|guile-config-1.6|" configure* -sed -i "s|guile --version|guile-1.6 --version|" configure* - %build @@ -70,7 +67,7 @@ rm -fr $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install export GUILE_DATA_PATH=%{_datadir}/guile -export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.6/ice-9 +export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.8/ice-9 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs chmod -f 755 $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs/ice-9 mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry @@ -157,6 +154,9 @@ %changelog +* Tue Dec 12 2006 Gerard Milmeister - 1.0.6.7-1 +- new version 1.0.6.7 + * Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 - new version 1.0.6.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-6/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 27 Oct 2006 18:36:35 -0000 1.24 +++ sources 12 Dec 2006 15:02:31 -0000 1.25 @@ -1 +1 @@ -53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz +64c355905e294f9c6bc3520ec2d212b7 TeXmacs-1.0.6.7-src.tar.gz --- TeXmacs-1.0.6.1-gcc41.patch DELETED --- --- TeXmacs-gcc41.patch DELETED --- --- TeXmacs-inline.patch DELETED --- --- TeXmacs-maxima.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 12 15:03:53 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 10:03:53 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.9,1.10 Message-ID: <200612121503.kBCF3rK1021148@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21131 Modified Files: pitivi.spec Log Message: Add dist tag. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pitivi.spec 12 Dec 2006 15:00:10 -0000 1.9 +++ pitivi.spec 12 Dec 2006 15:03:23 -0000 1.10 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4 +Release: 4%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -66,6 +66,7 @@ %changelog * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. +- Add dist tag - Simplify files section - Move library files to /usr/share - Remove shebangs from library files From fedora-extras-commits at redhat.com Tue Dec 12 15:09:15 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 10:09:15 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.8,1.9 Message-ID: <200612121509.kBCF9F35021228@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21202 Modified Files: pitivi.spec Log Message: Add dist tag. Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pitivi.spec 12 Dec 2006 14:55:58 -0000 1.8 +++ pitivi.spec 12 Dec 2006 15:08:45 -0000 1.9 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4 +Release: 4%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -66,6 +66,7 @@ %changelog * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. +- Add dist tag - Simplify files section - Move library files to /usr/share - Remove shebangs from library files From fedora-extras-commits at redhat.com Tue Dec 12 15:27:21 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 10:27:21 -0500 Subject: rpms/jd/devel .cvsignore, 1.37, 1.38 jd.spec, 1.44, 1.45 sources, 1.37, 1.38 Message-ID: <200612121527.kBCFRLSo021493@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21450 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- .cvsignore 11 Dec 2006 17:03:07 -0000 1.37 +++ .cvsignore 12 Dec 2006 15:26:51 -0000 1.38 @@ -1 +1 @@ -jd-1.8.1-cvs061211.tgz +jd-1.8.1-rc061213.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- jd.spec 11 Dec 2006 17:03:07 -0000 1.44 +++ jd.spec 12 Dec 2006 15:26:51 -0000 1.45 @@ -10,8 +10,8 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061211 -%define repoid 22954 +%define strtag rc061213 +%define repoid 23098 # Defined by vendor @@ -43,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 11 2006 Mamoru Tasaka - 1.8.1-0.2.cvs061211 -- cvs 061211 (23:59 JST) +* Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 +- 1.8.1 rc 061213 * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- sources 11 Dec 2006 17:03:07 -0000 1.37 +++ sources 12 Dec 2006 15:26:51 -0000 1.38 @@ -1 +1 @@ -22ec881febde66bc7e690e61d032a604 jd-1.8.1-cvs061211.tgz +f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz From fedora-extras-commits at redhat.com Tue Dec 12 15:27:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 10:27:36 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.11, 1.12 jd.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612121527.kBCFRaRG021504@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21473 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 2 Dec 2006 08:58:28 -0000 1.11 +++ .cvsignore 12 Dec 2006 15:27:06 -0000 1.12 @@ -1 +1 @@ -jd-1.8.1-beta061202.tgz +jd-1.8.1-rc061213.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- jd.spec 2 Dec 2006 08:58:28 -0000 1.12 +++ jd.spec 12 Dec 2006 15:27:06 -0000 1.13 @@ -10,8 +10,8 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag beta061202 -%define repoid 22954 +%define strtag rc061213 +%define repoid 23098 # Defined by vendor @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 +- 1.8.1 rc 061213 + * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 2 Dec 2006 08:58:28 -0000 1.11 +++ sources 12 Dec 2006 15:27:06 -0000 1.12 @@ -1 +1 @@ -9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz +f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz From fedora-extras-commits at redhat.com Tue Dec 12 15:28:33 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 10:28:33 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.10, 1.11 jd.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <200612121528.kBCFSXMV021614@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21591 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Dec 2006 09:00:15 -0000 1.10 +++ .cvsignore 12 Dec 2006 15:28:03 -0000 1.11 @@ -1 +1 @@ -jd-1.8.1-beta061202.tgz +jd-1.8.1-rc061213.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- jd.spec 2 Dec 2006 09:00:15 -0000 1.11 +++ jd.spec 12 Dec 2006 15:28:03 -0000 1.12 @@ -10,8 +10,8 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag beta061202 -%define repoid 22954 +%define strtag rc061213 +%define repoid 23098 # Defined by vendor @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 +- 1.8.1 rc 061213 + * Sat Dec 2 2006 Mamoru Tasaka - 1.8.1-0.2.beta061202 - 1.8.1 beta 061202 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 2 Dec 2006 09:00:15 -0000 1.10 +++ sources 12 Dec 2006 15:28:03 -0000 1.11 @@ -1 +1 @@ -9247f5a1938646eaff796aee88693ad3 jd-1.8.1-beta061202.tgz +f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz From fedora-extras-commits at redhat.com Tue Dec 12 16:48:13 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 12 Dec 2006 11:48:13 -0500 Subject: rpms/blender/devel blender.spec,1.37,1.38 Message-ID: <200612121648.kBCGmD6D025122@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25107 Modified Files: blender.spec Log Message: Exclude x86_64 Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- blender.spec 11 Dec 2006 20:24:13 -0000 1.37 +++ blender.spec 12 Dec 2006 16:47:43 -0000 1.38 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -46,6 +46,8 @@ buildRequires: freetype-devel BuildRequires: OpenEXR-devel +ExcludeArch: x86_64 + Requires(post): desktop-file-utils Requires(post): shared-mime-info Requires(postun): desktop-file-utils @@ -160,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Tue Dec 12 2006 Jochen Schmitt 2.42a-10 +- Exclude x86_64 arch (#219329) + * Mon Dec 11 2006 Jochen Schmitt 2.42a-9 - New build to solve broken deps From fedora-extras-commits at redhat.com Tue Dec 12 17:21:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Tue, 12 Dec 2006 12:21:10 -0500 Subject: rpms/python-mutagen/devel python-mutagen.spec,1.4,1.5 Message-ID: <200612121721.kBCHLAB4028440@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28420 Modified Files: python-mutagen.spec Log Message: * Tue Dec 12 2006 Micha?? Bentkowski - 1.8-2 - Python 2.5 rebuild Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/python-mutagen.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-mutagen.spec 29 Oct 2006 19:20:51 -0000 1.4 +++ python-mutagen.spec 12 Dec 2006 17:20:40 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-mutagen Version: 1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Tue Dec 12 2006 Micha?? Bentkowski - 1.8-2 +- Python 2.5 rebuild + * Sun Oct 29 2006 Micha?? Bentkowski - 1.8-1 - Bump to 1.8 From fedora-extras-commits at redhat.com Tue Dec 12 17:21:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 12:21:49 -0500 Subject: rpms/xtide/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xtide.spec, 1.13, 1.14 Message-ID: <200612121721.kBCHLnXb028505@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28446 Modified Files: .cvsignore sources xtide.spec Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 4 Dec 2006 15:57:20 -0000 1.6 +++ .cvsignore 12 Dec 2006 17:21:19 -0000 1.7 @@ -1 +1 @@ -xtide-2.9dev-20061203.tar.bz2 +xtide-2.9dev-20061210.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 4 Dec 2006 15:57:20 -0000 1.6 +++ sources 12 Dec 2006 17:21:19 -0000 1.7 @@ -1 +1 @@ -370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 +f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xtide.spec 4 Dec 2006 15:57:20 -0000 1.13 +++ xtide.spec 12 Dec 2006 17:21:19 -0000 1.14 @@ -1,4 +1,4 @@ -%define src_date 20061203 +%define src_date 20061210 Summary: Calculate tide all over the world Name: xtide @@ -88,9 +88,10 @@ %setup -q -n %{name}-2.9dev %build -export xttpd_user=xttpd -export xttpd_group=xttpd -%configure +%configure \ + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd + %{__make} %{?_smp_mflags} echo "%{_datadir}/xtide-harmonics/" > %{name}.conf @@ -114,7 +115,7 @@ %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original -# wrapper script is hardcorded +# wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ $RPM_BUILD_ROOT%{_sbindir}/xttpd @@ -221,7 +222,10 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +* Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 +- 2.9 dev 20061210 + +* Mon Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball From fedora-extras-commits at redhat.com Tue Dec 12 17:21:56 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 12:21:56 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xtide.spec, 1.13, 1.14 Message-ID: <200612121721.kBCHLuS6028512@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28466 Modified Files: .cvsignore sources xtide.spec Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 4 Dec 2006 15:57:30 -0000 1.6 +++ .cvsignore 12 Dec 2006 17:21:25 -0000 1.7 @@ -1 +1 @@ -xtide-2.9dev-20061203.tar.bz2 +xtide-2.9dev-20061210.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 4 Dec 2006 15:57:30 -0000 1.6 +++ sources 12 Dec 2006 17:21:26 -0000 1.7 @@ -1 +1 @@ -370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 +f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xtide.spec 4 Dec 2006 15:57:30 -0000 1.13 +++ xtide.spec 12 Dec 2006 17:21:26 -0000 1.14 @@ -1,4 +1,4 @@ -%define src_date 20061203 +%define src_date 20061210 Summary: Calculate tide all over the world Name: xtide @@ -88,9 +88,10 @@ %setup -q -n %{name}-2.9dev %build -export xttpd_user=xttpd -export xttpd_group=xttpd -%configure +%configure \ + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd + %{__make} %{?_smp_mflags} echo "%{_datadir}/xtide-harmonics/" > %{name}.conf @@ -114,7 +115,7 @@ %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original -# wrapper script is hardcorded +# wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ $RPM_BUILD_ROOT%{_sbindir}/xttpd @@ -221,7 +222,10 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +* Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 +- 2.9 dev 20061210 + +* Mon Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball From fedora-extras-commits at redhat.com Tue Dec 12 17:22:03 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 12 Dec 2006 12:22:03 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xtide.spec, 1.14, 1.15 Message-ID: <200612121722.kBCHM3aU028578@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28486 Modified Files: .cvsignore sources xtide.spec Log Message: * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 4 Dec 2006 15:59:00 -0000 1.6 +++ .cvsignore 12 Dec 2006 17:21:33 -0000 1.7 @@ -1 +1 @@ -xtide-2.9dev-20061203.tar.bz2 +xtide-2.9dev-20061210.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 4 Dec 2006 15:59:00 -0000 1.6 +++ sources 12 Dec 2006 17:21:33 -0000 1.7 @@ -1 +1 @@ -370e6f4d43ad8d0550763d1fba05525a xtide-2.9dev-20061203.tar.bz2 +f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xtide.spec 4 Dec 2006 15:59:00 -0000 1.14 +++ xtide.spec 12 Dec 2006 17:21:33 -0000 1.15 @@ -1,4 +1,4 @@ -%define src_date 20061203 +%define src_date 20061210 Summary: Calculate tide all over the world Name: xtide @@ -88,9 +88,10 @@ %setup -q -n %{name}-2.9dev %build -export xttpd_user=xttpd -export xttpd_group=xttpd -%configure +%configure \ + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd + %{__make} %{?_smp_mflags} echo "%{_datadir}/xtide-harmonics/" > %{name}.conf @@ -114,7 +115,7 @@ %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original -# wrapper script is hardcorded +# wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ $RPM_BUILD_ROOT%{_sbindir}/xttpd @@ -221,7 +222,10 @@ %{_datadir}/man/man8/xttpd.8* %changelog -* Tue Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 +* Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 +- 2.9 dev 20061210 + +* Mon Dec 4 2006 Mamoru Tasaka - 2.9-0.2.date20061203 - 2.9 dev 20061203 - Update desktop files - Use scripts in source tarball From fedora-extras-commits at redhat.com Tue Dec 12 17:59:34 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:34 -0500 Subject: rpms/python-CDDB - New directory Message-ID: <200612121759.kBCHxYP3028787@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28783/python-CDDB Log Message: Directory /cvs/extras/rpms/python-CDDB added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 17:59:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:39 -0500 Subject: rpms/python-CDDB/devel - New directory Message-ID: <200612121759.kBCHxdE1028801@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28783/python-CDDB/devel Log Message: Directory /cvs/extras/rpms/python-CDDB/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 17:59:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:51 -0500 Subject: rpms/python-CDDB Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612121759.kBCHxpiW028830@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28824 Added Files: Makefile import.log Log Message: Setup of module python-CDDB --- NEW FILE Makefile --- # Top level Makefile for module python-CDDB all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 12 17:59:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 12:59:57 -0500 Subject: rpms/python-CDDB/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612121759.kBCHxvBn028845@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28824/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-CDDB --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 12 18:00:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 13:00:51 -0500 Subject: rpms/python-CDDB import.log,1.1,1.2 Message-ID: <200612121800.kBCI0pbO028947@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884 Modified Files: import.log Log Message: auto-import python-CDDB-1.4-1 on branch devel from python-CDDB-1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-CDDB/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 Dec 2006 17:59:51 -0000 1.1 +++ import.log 12 Dec 2006 18:00:21 -0000 1.2 @@ -0,0 +1 @@ +python-CDDB-1_4-1:HEAD:python-CDDB-1.4-1.src.rpm:1165946819 From fedora-extras-commits at redhat.com Tue Dec 12 18:00:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 13:00:51 -0500 Subject: rpms/python-CDDB/devel python-CDDB.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612121800.kBCI0pCf028951@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-CDDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884/devel Modified Files: .cvsignore sources Added Files: python-CDDB.spec Log Message: auto-import python-CDDB-1.4-1 on branch devel from python-CDDB-1.4-1.src.rpm --- NEW FILE python-CDDB.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-CDDB Version: 1.4 Release: 1%{?dist} Summary: CDDB and FreeDB audio CD track info access in Python Group: Development/Languages License: GPL URL: http://cddb-py.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/cddb-py/CDDB-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel %description This is actually a set of three modules to access the CDDB and FreeDB online databases of audio CD track titles and information. It includes a C extension module to fetch track lengths under Linux, FreeBSD, OpenBSD, Mac OS X, Solaris, and Win32, which is easily ported to other operating systems. %prep %setup -q -n CDDB-%{version} %{__sed} -e '/^#!/,1d' < CDDB.py > CDDB.py.tmp mv CDDB.py.tmp CDDB.py %{__sed} -e '/^#!/,1d' < DiscID.py > DiscID.py.tmp mv DiscID.py.tmp DiscID.py %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES COPYING README %{python_sitearch}/* %changelog * Mon Dec 11 2006 Jeffrey C. Ollie - 1.4-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-CDDB/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 Dec 2006 17:59:57 -0000 1.1 +++ .cvsignore 12 Dec 2006 18:00:21 -0000 1.2 @@ -0,0 +1 @@ +CDDB-1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-CDDB/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Dec 2006 17:59:57 -0000 1.1 +++ sources 12 Dec 2006 18:00:21 -0000 1.2 @@ -0,0 +1 @@ +254698082bafe3030d07d88fb7e13fe2 CDDB-1.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 18:16:32 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 12 Dec 2006 13:16:32 -0500 Subject: rpms/telepathy-gabble/devel .cvsignore, 1.17, 1.18 sources, 1.17, 1.18 telepathy-gabble.spec, 1.17, 1.18 Message-ID: <200612121816.kBCIGWRm032303@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-gabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32282 Modified Files: .cvsignore sources telepathy-gabble.spec Log Message: * Tue Dec 12 2006 Brian Pepple - 0.5.0-1 - Update to 0.5.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 7 Dec 2006 15:37:49 -0000 1.17 +++ .cvsignore 12 Dec 2006 18:16:02 -0000 1.18 @@ -1 +1 @@ -telepathy-gabble-0.4.9.tar.gz +telepathy-gabble-0.5.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 7 Dec 2006 15:37:49 -0000 1.17 +++ sources 12 Dec 2006 18:16:02 -0000 1.18 @@ -1 +1 @@ -26e9519e2dff683320b9b836c2fc1fa7 telepathy-gabble-0.4.9.tar.gz +687ce6a2afc2b426f1ccb518a68c8e8d telepathy-gabble-0.5.0.tar.gz Index: telepathy-gabble.spec =================================================================== RCS file: /cvs/extras/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- telepathy-gabble.spec 7 Dec 2006 15:37:49 -0000 1.17 +++ telepathy-gabble.spec 12 Dec 2006 18:16:02 -0000 1.18 @@ -1,5 +1,5 @@ Name: telepathy-gabble -Version: 0.4.9 +Version: 0.5.0 Release: 1%{?dist} Summary: A Jabber/XMPP connection manager @@ -48,6 +48,9 @@ %changelog +* Tue Dec 12 2006 Brian Pepple - 0.5.0-1 +- Update to 0.5.0. + * Thu Dec 7 2006 Brian Pepple - 0.4.9-1 - Update to 0.4.9. From fedora-extras-commits at redhat.com Tue Dec 12 18:27:59 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 12 Dec 2006 13:27:59 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, NONE, 1.1 blender.spec, 1.38, 1.39 Message-ID: <200612121827.kBCIRxNV032476@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32458 Modified Files: blender.spec Added Files: blender-2.42a-x64.patch Log Message: Try patch to solve x64-problem blender-2.42a-x64.patch: --- NEW FILE blender-2.42a-x64.patch --- --- source/gameengine/Expressions/ListValue.cpp~ 2006-12-12 09:49:00.000000000 -0800 +++ source/gameengine/Expressions/ListValue.cpp 2006-12-12 09:50:57.000000000 -0800 @@ -23,12 +23,12 @@ #include #endif -int listvalue_bufferlen(PyObject* list) +Py_ssize_t listvalue_bufferlen(PyObject* list) { return ( ((CListValue*)list)->GetCount()); } -PyObject* listvalue_buffer_item(PyObject* list,int index) +PyObject* listvalue_buffer_item(PyObject* list,Py_ssize_t index) { if (index >= 0 && index < ((CListValue*) list)->GetCount()) { @@ -68,7 +68,7 @@ /* just slice it into a python list... */ -PyObject* listvalue_buffer_slice(PyObject* list,int ilow, int ihigh) +PyObject* listvalue_buffer_slice(PyObject* list,Py_ssize_t ilow, Py_ssize_t ihigh) { int i, j; PyListObject *newlist; Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- blender.spec 12 Dec 2006 16:47:43 -0000 1.38 +++ blender.spec 12 Dec 2006 18:27:29 -0000 1.39 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 10%{?dist} +Release: 11%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -20,6 +20,7 @@ Source7: blender-2.42.config Patch1: blender-2.42-scons.patch +Patch2: blender-2.42a-x65.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,8 +47,6 @@ buildRequires: freetype-devel BuildRequires: OpenEXR-devel -ExcludeArch: x86_64 - Requires(post): desktop-file-utils Requires(post): shared-mime-info Requires(postun): desktop-file-utils @@ -63,6 +62,7 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 %build cp %{SOURCE7} user-config.py @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Tue Dec 12 2006 Jochen Schmitt 2.42a-11 +- Try x64-patch for complle with python-2.5 + * Tue Dec 12 2006 Jochen Schmitt 2.42a-10 - Exclude x86_64 arch (#219329) From fedora-extras-commits at redhat.com Tue Dec 12 18:30:57 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 12 Dec 2006 13:30:57 -0500 Subject: rpms/blender/devel blender.spec,1.39,1.40 Message-ID: <200612121830.kBCIUvpb032560@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32530 Modified Files: blender.spec Log Message: Try patch to solve x64-problem Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- blender.spec 12 Dec 2006 18:27:29 -0000 1.39 +++ blender.spec 12 Dec 2006 18:30:27 -0000 1.40 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 11%{?dist} +Release: 12%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -20,7 +20,7 @@ Source7: blender-2.42.config Patch1: blender-2.42-scons.patch -Patch2: blender-2.42a-x65.patch +Patch2: blender-2.42a-x64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Tue Dec 12 2006 Jochen Schmitt 2.42a-12 +- Fix typo + * Tue Dec 12 2006 Jochen Schmitt 2.42a-11 - Try x64-patch for complle with python-2.5 From fedora-extras-commits at redhat.com Tue Dec 12 18:32:42 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Tue, 12 Dec 2006 13:32:42 -0500 Subject: rpms/dstat/FC-5 .cvsignore, 1.2, 1.3 dstat.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121832.kBCIWg8m000337@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/dstat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv312 Modified Files: .cvsignore dstat.spec sources Log Message: Update to 0.6.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Sep 2006 22:01:23 -0000 1.2 +++ .cvsignore 12 Dec 2006 18:32:12 -0000 1.3 @@ -1 +1 @@ -dstat-0.6.3.tar.bz2 +dstat-0.6.4.tar.bz2 Index: dstat.spec =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-5/dstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dstat.spec 15 Sep 2006 22:01:23 -0000 1.1 +++ dstat.spec 12 Dec 2006 18:32:12 -0000 1.2 @@ -3,8 +3,8 @@ Summary: Versatile resource statistics tool Name: dstat -Version: 0.6.3 -Release: 5%{?dist} +Version: 0.6.4 +Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://dag.wieers.com/home-made/dstat/ @@ -69,6 +69,9 @@ %{_datadir}/dstat/*.pyc %changelog +* Tue Dec 12 2006 Scott Baker - 0.6.4-1 +- Bumped to 0.6.4 + * Fri Aug 11 2006 Scott Baker - 0.6.3-5 - Removed the execute permission from the examples directory - Fixed the changelog to remove the replaceable %%clean Index: sources =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Sep 2006 22:01:23 -0000 1.2 +++ sources 12 Dec 2006 18:32:12 -0000 1.3 @@ -1 +1 @@ -a2df5d7fecc0115f8eef84141a068e86 dstat-0.6.3.tar.bz2 +aad1d918a982d8392a24a06760175e93 dstat-0.6.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 18:34:36 2006 From: fedora-extras-commits at redhat.com (Scott Baker (muerte)) Date: Tue, 12 Dec 2006 13:34:36 -0500 Subject: rpms/dstat/FC-6 .cvsignore, 1.2, 1.3 dstat.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612121834.kBCIYa3I000420@cvs-int.fedora.redhat.com> Author: muerte Update of /cvs/extras/rpms/dstat/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv399 Modified Files: .cvsignore dstat.spec sources Log Message: Updated to 0.6.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Sep 2006 22:01:23 -0000 1.2 +++ .cvsignore 12 Dec 2006 18:34:06 -0000 1.3 @@ -1 +1 @@ -dstat-0.6.3.tar.bz2 +dstat-0.6.4.tar.bz2 Index: dstat.spec =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-6/dstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dstat.spec 15 Sep 2006 22:01:23 -0000 1.1 +++ dstat.spec 12 Dec 2006 18:34:06 -0000 1.2 @@ -3,8 +3,8 @@ Summary: Versatile resource statistics tool Name: dstat -Version: 0.6.3 -Release: 5%{?dist} +Version: 0.6.4 +Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://dag.wieers.com/home-made/dstat/ @@ -69,6 +69,9 @@ %{_datadir}/dstat/*.pyc %changelog +* Tue Dec 12 2006 Scott Baker - 0.6.4-1 +- Bumped to 0.6.4 + * Fri Aug 11 2006 Scott Baker - 0.6.3-5 - Removed the execute permission from the examples directory - Fixed the changelog to remove the replaceable %%clean Index: sources =================================================================== RCS file: /cvs/extras/rpms/dstat/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Sep 2006 22:01:23 -0000 1.2 +++ sources 12 Dec 2006 18:34:06 -0000 1.3 @@ -1 +1 @@ -a2df5d7fecc0115f8eef84141a068e86 dstat-0.6.3.tar.bz2 +aad1d918a982d8392a24a06760175e93 dstat-0.6.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 18:42:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 13:42:24 -0500 Subject: rpms/quodlibet/devel quodlibet.spec,1.4,1.5 Message-ID: <200612121842.kBCIgOCU000500@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv485 Modified Files: quodlibet.spec Log Message: Require python-CDDB Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/devel/quodlibet.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- quodlibet.spec 12 Dec 2006 06:01:38 -0000 1.4 +++ quodlibet.spec 12 Dec 2006 18:41:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -41,8 +41,13 @@ # for Replay Gain plugin Requires: vorbisgain +%if %{fedora} > 6 # for iPod device support Requires: python-gpod +%endif + +# for CDDB plugin +Requires: python-CDDB %description Quod Libet is a music management program. It provides several different ways @@ -128,6 +133,10 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.24-4 +- Require python-CDDB for CDDB plugin +- Conditionalize python-gpod support + * Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 - Require python-gpod for iPod device support From fedora-extras-commits at redhat.com Tue Dec 12 19:06:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 12 Dec 2006 14:06:38 -0500 Subject: rpms/perl-Email-Address/FC-5 .cvsignore, 1.9, 1.10 perl-Email-Address.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612121906.kBCJ6c89003804@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747/FC-5 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.884. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Nov 2006 21:37:07 -0000 1.9 +++ .cvsignore 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -Email-Address-1.883.tar.gz +Email-Address-1.884.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/perl-Email-Address.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Address.spec 25 Nov 2006 21:37:07 -0000 1.8 +++ perl-Email-Address.spec 12 Dec 2006 19:06:08 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.883 +Version: 1.884 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 +- Update to 1.884. + * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Nov 2006 21:37:07 -0000 1.9 +++ sources 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -7de141ff7c159851e60776e2dcc43e99 Email-Address-1.883.tar.gz +b2cc439838507c63731810a69ebcba85 Email-Address-1.884.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 19:06:39 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 12 Dec 2006 14:06:39 -0500 Subject: rpms/perl-Email-Address/FC-6 .cvsignore, 1.9, 1.10 perl-Email-Address.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612121906.kBCJ6d9m003809@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747/FC-6 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.884. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Nov 2006 21:37:07 -0000 1.9 +++ .cvsignore 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -Email-Address-1.883.tar.gz +Email-Address-1.884.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-6/perl-Email-Address.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Address.spec 25 Nov 2006 21:37:07 -0000 1.8 +++ perl-Email-Address.spec 12 Dec 2006 19:06:08 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.883 +Version: 1.884 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 +- Update to 1.884. + * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Nov 2006 21:37:07 -0000 1.9 +++ sources 12 Dec 2006 19:06:08 -0000 1.10 @@ -1 +1 @@ -7de141ff7c159851e60776e2dcc43e99 Email-Address-1.883.tar.gz +b2cc439838507c63731810a69ebcba85 Email-Address-1.884.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 19:06:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 12 Dec 2006 14:06:44 -0500 Subject: rpms/perl-Email-Address/devel .cvsignore, 1.9, 1.10 perl-Email-Address.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612121906.kBCJ6iKc003817@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3747/devel Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.884. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 25 Nov 2006 21:37:13 -0000 1.9 +++ .cvsignore 12 Dec 2006 19:06:14 -0000 1.10 @@ -1 +1 @@ -Email-Address-1.883.tar.gz +Email-Address-1.884.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/perl-Email-Address.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-Address.spec 25 Nov 2006 21:37:13 -0000 1.8 +++ perl-Email-Address.spec 12 Dec 2006 19:06:14 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.883 +Version: 1.884 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 +- Update to 1.884. + * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 25 Nov 2006 21:37:13 -0000 1.9 +++ sources 12 Dec 2006 19:06:14 -0000 1.10 @@ -1 +1 @@ -7de141ff7c159851e60776e2dcc43e99 Email-Address-1.883.tar.gz +b2cc439838507c63731810a69ebcba85 Email-Address-1.884.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 19:18:13 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 12 Dec 2006 14:18:13 -0500 Subject: rpms/TurboGears/devel TurboGears.spec,1.11,1.12 Message-ID: <200612121918.kBCJIDYI004077@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/TurboGears/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4062 Modified Files: TurboGears.spec Log Message: rebuild for new elementtree Index: TurboGears.spec =================================================================== RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- TurboGears.spec 10 Dec 2006 06:27:03 -0000 1.11 +++ TurboGears.spec 12 Dec 2006 19:17:43 -0000 1.12 @@ -3,7 +3,7 @@ Name: TurboGears Version: 1.0b2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info %changelog +* Tue Dec 12 2006 Luke Macken 1.0b2-5 +- Rebuild for new elementtree + * Sun Dec 10 2006 Luke Macken 1.0b2-4 - Add python-devel to BuildRequires From fedora-extras-commits at redhat.com Tue Dec 12 19:30:22 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 14:30:22 -0500 Subject: rpms/python-musicbrainz2/devel python-musicbrainz2.spec,1.3,1.4 Message-ID: <200612121930.kBCJUMvn004240@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4213 Modified Files: python-musicbrainz2.spec Log Message: Don't require python-ctypes Index: python-musicbrainz2.spec =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/python-musicbrainz2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-musicbrainz2.spec 8 Dec 2006 17:17:09 -0000 1.3 +++ python-musicbrainz2.spec 12 Dec 2006 19:29:51 -0000 1.4 @@ -2,7 +2,7 @@ Name: python-musicbrainz2 Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages @@ -14,7 +14,10 @@ BuildArch: noarch BuildRequires: python-devel +%if %{fedora} <= 6 Requires: python-ctypes +%endif + Requires: libmusicbrainz %description @@ -47,6 +50,10 @@ %{python_sitelib}/musicbrainz2 %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.4.0-3 +- Don't require python-ctypes in development as it's included in the + main Python package + * Fri Dec 8 2006 Jeffrey C. Ollie - 0.4.0-2 - Bump release for rebuild with Python 2.5. From fedora-extras-commits at redhat.com Tue Dec 12 19:32:09 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 12 Dec 2006 14:32:09 -0500 Subject: comps comps-fe5.xml.in, 1.212, 1.213 comps-fe6.xml.in, 1.243, 1.244 comps-fe7.xml.in, 1.48, 1.49 Message-ID: <200612121932.kBCJW9ZJ004322@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4301 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: add my packages Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.212 retrieving revision 1.213 diff -u -r1.212 -r1.213 --- comps-fe5.xml.in 11 Dec 2006 10:51:37 -0000 1.212 +++ comps-fe5.xml.in 12 Dec 2006 19:31:39 -0000 1.213 @@ -142,6 +142,7 @@ mcrypt meld mercurial + mlton mock monotone nqc @@ -584,6 +585,7 @@ inkscape k3d mirage + nip2 pstoedit pydot qiv @@ -785,6 +787,7 @@ grisbi gsview hnb + htmldoc koffice-suite krecipes lyx Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.243 retrieving revision 1.244 diff -u -r1.243 -r1.244 --- comps-fe6.xml.in 12 Dec 2006 04:23:42 -0000 1.243 +++ comps-fe6.xml.in 12 Dec 2006 19:31:39 -0000 1.244 @@ -168,6 +168,7 @@ mcrypt meld mercurial + mlton mock monotone nqc @@ -643,6 +644,7 @@ ipe k3d mirage + nip2 optipng pstoedit pydot @@ -844,6 +846,7 @@ gramps grisbi hnb + htmldoc koffice-suite krecipes labyrinth Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- comps-fe7.xml.in 11 Dec 2006 10:51:37 -0000 1.48 +++ comps-fe7.xml.in 12 Dec 2006 19:31:39 -0000 1.49 @@ -168,6 +168,7 @@ mcrypt meld mercurial + mlton mock monotone nqc @@ -643,6 +644,7 @@ ipe k3d mirage + nip2 optipng pstoedit pydot @@ -844,6 +846,7 @@ gramps grisbi hnb + htmldoc koffice-suite krecipes labyrinth From fedora-extras-commits at redhat.com Tue Dec 12 20:01:33 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 12 Dec 2006 15:01:33 -0500 Subject: extras-repoclosure rc-report.py,1.29,1.30 Message-ID: <200612122001.kBCK1XPr007527@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7512 Modified Files: rc-report.py Log Message: see whether this is enough to let sort-by-date do the rest Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- rc-report.py 9 Dec 2006 20:28:58 -0000 1.29 +++ rc-report.py 12 Dec 2006 20:01:32 -0000 1.30 @@ -164,6 +164,7 @@ for (start,end) in slices: if (parts>1): subjectmodified = ( '(%d/%d) %s' % (curpart, parts, subject) ) + time.sleep(1) else: subjectmodified = subject slicedbody = body[start:end] From fedora-extras-commits at redhat.com Tue Dec 12 20:03:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 12 Dec 2006 15:03:13 -0500 Subject: fedora-security/audit fe3, 1.45, 1.46 fe4, 1.114, 1.115 fe5, 1.126, 1.127 fe6, 1.40, 1.41 Message-ID: <200612122003.kBCK3DgX007572@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7550 Modified Files: fe3 fe4 fe5 fe6 Log Message: Catch up with clamav 0.88.7 fixes. Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- fe3 10 Dec 2006 18:03:38 -0000 1.45 +++ fe3 12 Dec 2006 20:03:12 -0000 1.46 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- fe4 10 Dec 2006 18:03:38 -0000 1.114 +++ fe4 12 Dec 2006 20:03:12 -0000 1.115 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 CVE-2006-6235 ignore (gnupg2, affected binaries not shipped) #218821 CVE-2006-6171 VULNERABLE (proftpd) #214820 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- fe5 10 Dec 2006 18:06:58 -0000 1.126 +++ fe5 12 Dec 2006 20:03:12 -0000 1.127 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- fe6 10 Dec 2006 18:06:58 -0000 1.40 +++ fe6 12 Dec 2006 20:03:12 -0000 1.41 @@ -2,7 +2,8 @@ ** are items that need attention -CVE-2006-6406 VULNERABLE (clamav) #219095 +CVE-2006-6481 version (clamav, fixed 0.88.7) +CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 CVE-2006-6373 version (phpMyAdmin, fixed 2.9.1.1) #218853 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 From fedora-extras-commits at redhat.com Tue Dec 12 20:06:40 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 12 Dec 2006 15:06:40 -0500 Subject: comps comps-fe5.xml.in, 1.213, 1.214 comps-fe6.xml.in, 1.244, 1.245 comps-fe7.xml.in, 1.49, 1.50 Message-ID: <200612122006.kBCK6efJ007618@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7599 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: sorted Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- comps-fe5.xml.in 12 Dec 2006 19:31:39 -0000 1.213 +++ comps-fe5.xml.in 12 Dec 2006 20:06:10 -0000 1.214 @@ -158,8 +158,8 @@ quilt rpmdevtools rpmlint - smarteiffel scons + smarteiffel splint srecord sunifdef @@ -167,11 +167,11 @@ sysconftool sysprof tclpro - tkcvs tkcon + tkcvs tla - translate-toolkit tolua++ + translate-toolkit ucblogo utrac xbsql Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.244 retrieving revision 1.245 diff -u -r1.244 -r1.245 --- comps-fe6.xml.in 12 Dec 2006 19:31:39 -0000 1.244 +++ comps-fe6.xml.in 12 Dec 2006 20:06:10 -0000 1.245 @@ -201,8 +201,8 @@ sysconftool sysprof tclpro - tkcvs tkcon + tkcvs tla tolua++ trac @@ -280,7 +280,6 @@ galculator gdl geant321 - genius geda-docs geda-gattrib geda-gnetlist @@ -288,6 +287,7 @@ geda-gsymcheck geda-symbols geda-utils + genius ghdl gnucap gpredict Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- comps-fe7.xml.in 12 Dec 2006 19:31:39 -0000 1.49 +++ comps-fe7.xml.in 12 Dec 2006 20:06:10 -0000 1.50 @@ -201,8 +201,8 @@ sysconftool sysprof tclpro - tkcvs tkcon + tkcvs tla tolua++ trac @@ -280,7 +280,6 @@ galculator gdl geant321 - genius geda-docs geda-gattrib geda-gnetlist @@ -288,6 +287,7 @@ geda-gsymcheck geda-symbols geda-utils + genius ghdl gnucap gpredict From fedora-extras-commits at redhat.com Tue Dec 12 20:42:55 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 12 Dec 2006 15:42:55 -0500 Subject: owners owners.list,1.2099,1.2100 Message-ID: <200612122042.kBCKgtmM007742@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7727 Modified Files: owners.list Log Message: please don't misspell extras-qa! Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2099 retrieving revision 1.2100 diff -u -r1.2099 -r1.2100 --- owners.list 12 Dec 2006 13:48:13 -0000 1.2099 +++ owners.list 12 Dec 2006 20:42:25 -0000 1.2100 @@ -1862,8 +1862,8 @@ Fedora Extras|php-pear-Date|Date and Time Zone Classes|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Date-Holidays|Driver based class to calculate holidays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB|PEAR: Database Abstraction Layer|rpm at timj.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|php-pear-DB-DataObject|An SQL Builder, Object Interface to Database Tables|chris.stone at gmail.com|extrasqa at fedoraproject.org| -Fedora Extras|php-pear-DB-DataObject-FormBuilder|Automatically build HTML_QuickForm objects|chris.stone at gmail.com|extrasqa at fedoraproject.org| +Fedora Extras|php-pear-DB-DataObject|An SQL Builder, Object Interface to Database Tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-DB-DataObject-FormBuilder|Automatically build HTML_QuickForm objects|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB-QueryTool|An OO-interface for easily retrieving and modifying data in a DB|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-Common|Base class for other HTML classes|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-QuickForm|Class for creating, validating, processing HTML forms|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 20:47:40 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Tue, 12 Dec 2006 15:47:40 -0500 Subject: rpms/cobbler/devel .cvsignore, 1.9, 1.10 cobbler.spec, 1.8, 1.9 sources, 1.10, 1.11 Message-ID: <200612122047.kBCKleEb007778@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7759 Modified Files: .cvsignore cobbler.spec sources Log Message: Bringing devel up to FC-6 levels. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 18 Oct 2006 18:22:59 -0000 1.9 +++ .cvsignore 12 Dec 2006 20:47:10 -0000 1.10 @@ -6,3 +6,4 @@ cobbler-0.2.6.tar.gz cobbler-0.2.7.tar.gz cobbler-0.2.8.tar.gz +cobbler-0.3.4.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cobbler.spec 18 Oct 2006 18:22:59 -0000 1.8 +++ cobbler.spec 12 Dec 2006 20:47:10 -0000 1.9 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.2.8 +Version: 0.3.4 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,7 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -17,10 +18,7 @@ %description -Cobbler is a command line tool for simplified configuration of provisioning -servers. It is also accessible as a Python library. Cobbler supports PXE, -Xen, and re-provisioning an existing Linux system via auto-kickstart. The -last two modes require 'koan' to be run on the remote system. +Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, and managing dhcpd.conf. %prep %setup -q @@ -39,8 +37,11 @@ %defattr(-,root,root) %{_bindir}/cobbler %dir /etc/cobbler -/etc/cobbler/*.ks -/etc/cobbler/dhcp.template +%config(noreplace) /etc/cobbler/default.ks +%config(noreplace) /etc/cobbler/kickstart_fc5.ks +%config(noreplace) /etc/cobbler/dhcp.template +%config(noreplace) /etc/cobbler/default.pxe +%config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml %{python_sitelib}/cobbler/*.py* @@ -54,6 +55,27 @@ %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + +* Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 +- Upstream changes (see CHANGELOG) + +* Thu Oct 26 2006 Michael DeHaan - 0.3.2-1 +- Upstream changes (see CHANGELOG) + +* Wed Oct 25 2006 Michael DeHaan - 0.3.1-1 +- Upstream changes (see CHANGELOG) +- Updated description + +* Tue Oct 24 2006 Michael DeHaan - 0.3.0-1 +- Upstream changes (see CHANGELOG) +- Marked files in /etc/cobbler as config +- Marked /etc/cobbler/dhcpd.template as noreplace + +* Tue Oct 24 2006 Michael DeHaan - 0.2.9-1 +- Upstream changes (see CHANGELOG) + * Wed Oct 18 2006 Michael DeHaan - 0.2.8-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 18 Oct 2006 18:22:59 -0000 1.10 +++ sources 12 Dec 2006 20:47:10 -0000 1.11 @@ -1 +1 @@ -f6f86ccf17ad4bfbd167291cf748eb01 cobbler-0.2.8.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 20:50:06 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Tue, 12 Dec 2006 15:50:06 -0500 Subject: rpms/koan/devel .cvsignore, 1.4, 1.5 koan.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200612122050.kBCKo6Ws007859@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/koan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7837 Modified Files: .cvsignore koan.spec sources Log Message: Bringing devel up to FC-6 levels Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koan/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Oct 2006 19:02:50 -0000 1.4 +++ .cvsignore 12 Dec 2006 20:49:36 -0000 1.5 @@ -1,3 +1,4 @@ koan-0.1.1.tar.gz koan-0.2.1.tar.gz koan-0.2.2.tar.gz +koan-0.2.5.tar.gz Index: koan.spec =================================================================== RCS file: /cvs/extras/rpms/koan/devel/koan.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- koan.spec 18 Oct 2006 19:02:50 -0000 1.6 +++ koan.spec 12 Dec 2006 20:49:36 -0000 1.7 @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.2 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -12,28 +12,29 @@ Requires: python >= 2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch +BuildRequires: python-devel ExcludeArch: ppc -Url: http://et.redhat.com/~mdehaan/cobbler +Url: http://cobbler.et.redhat.com/ %description Koan stands for kickstart-over-a-network and allows for both -network provisioning of new Xen guests and destructive re-provisioning of -any existing system. For use with a boot-server configured with +network provisioning of new virtualized guests and destructive re-provisioning +of any existing system. For use with a boot-server configured with 'cobbler' %prep %setup -q %build -python setup.py build +%{__python} setup.py build %install -rm -rf $RPM_BUILD_ROOT -python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT %clean -rm -rf $RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -47,6 +48,22 @@ %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + +* Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 +- Upstream changes (see CHANGELOG) +- Description update + +* Tue Oct 24 2006 - Michael DeHaan - 0.2.3-1 +- Upstream changes (see CHANGELOG) + +* Wed Oct 18 2006 - Michael DeHaan - 0.2.2-2 +- Use __python instead of python, test RPM dir before deletion +- Update URLs + * Mon Oct 09 2006 - Michael DeHaan - 0.2.2-1 - Upstream change -- support Python 2.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koan/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Oct 2006 19:02:50 -0000 1.5 +++ sources 12 Dec 2006 20:49:36 -0000 1.6 @@ -1 +1 @@ -8bcd6432b32c280b2aea6f1eb78e5ddd koan-0.2.2.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:03:43 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:03:43 -0500 Subject: rpms/museek+ - New directory Message-ID: <200612122103.kBCL3hbC011101@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/museek+ Log Message: Directory /cvs/extras/rpms/museek+ added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 21:03:48 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:03:48 -0500 Subject: rpms/museek+/devel - New directory Message-ID: <200612122103.kBCL3mvM011114@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/museek+/devel Log Message: Directory /cvs/extras/rpms/museek+/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 12 21:04:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:04:10 -0500 Subject: rpms/museek+ Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612122104.kBCL4AtC011144@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11138 Added Files: Makefile import.log Log Message: Setup of module museek+ --- NEW FILE Makefile --- # Top level Makefile for module museek+ all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 12 21:04:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:04:10 -0500 Subject: rpms/museek+/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612122104.kBCL4AGN011159@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11138/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module museek+ --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 12 21:05:44 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:05:44 -0500 Subject: rpms/museek+ import.log,1.1,1.2 Message-ID: <200612122105.kBCL5iQJ011243@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11208 Modified Files: import.log Log Message: auto-import museek+-0.1.12-4 on branch devel from museek+-0.1.12-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/museek+/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 Dec 2006 21:04:10 -0000 1.1 +++ import.log 12 Dec 2006 21:05:14 -0000 1.2 @@ -0,0 +1 @@ +museek+-0_1_12-4:HEAD:museek+-0.1.12-4.src.rpm:1165957851 From fedora-extras-commits at redhat.com Tue Dec 12 21:05:44 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:05:44 -0500 Subject: rpms/museek+/devel museek+.spec, NONE, 1.1 museek-launcher, NONE, 1.1 museeqdesktoppatch.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612122105.kBCL5i5D011247@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11208/devel Modified Files: .cvsignore sources Added Files: museek+.spec museek-launcher museeqdesktoppatch.diff Log Message: auto-import museek+-0.1.12-4 on branch devel from museek+-0.1.12-4.src.rpm --- NEW FILE museek+.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: museek+ Version: 0.1.12 Release: 4%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet License: GPL URL: http://museek-plus.sourceforge.net/ Source0: http://dl.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2 Source3: museek-launcher Patch0: museeqdesktoppatch.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: python-devel BuildRequires: libxml++-devel BuildRequires: qt-devel BuildRequires: gamin-devel BuildRequires: swig BuildRequires: libvorbis-devel BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons %description Museek is a Soulseek filesharing client. %prep %setup -q %patch0 -p0 -b .museeqdesktoppatch %build scons PREFIX=%{_prefix} MANDIR=%{_mandir}/man1 CFLAGS="$RPM_OPT_FLAGS -fPIC" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT scons DESTDIR=$RPM_BUILD_ROOT install desktop-file-install \ --vendor=fedora \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category=X-Fedora \ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG COPYING CREDITS LICENSE %{_bindir}/mucous %{_bindir}/mulog %{_bindir}/muscan %{_bindir}/muscand %{_bindir}/museek-launcher %{_bindir}/museekcontrol %{_bindir}/museekd %{_bindir}/museeq %{_bindir}/musetup %{_bindir}/musetup-gtk %{python_sitelib}/museek %{python_sitelib}/pymucous %{python_sitelib}/_mucipherc.so %{python_sitelib}/mucipher.py* %{python_sitelib}/mucipherc.py* %{_datadir}/applications/fedora-museeq.desktop %{_datadir}/museek %{_datadir}/pixmaps/museeq-circle2.png %{_mandir}/man1/*.1.gz %changelog * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh * Tue Dec 12 2006 Julian Sikorski - 0.1.12-3 - Fixed museek-launcher permissions - Fixed %%changelog section - Updated museek-launcher script - Use $RPM_OPT_FLAGS instead %%{optflags} for consistency - Add -fPIC to $RPM_OPT_FLAGS to make x86-64 build possible * Thu Nov 02 2006 Julian Sikorski - 0.1.12-2 - Made spec more compliant to FE Packaging Guidelines * Sat Oct 21 2006 Julian Sikorski - 0.1.12-1 - Update to 0.1.12 - Added scons to BuildRequires * Mon Jul 17 2006 Dario Castellarin - 0.1.11-1 - Update to 0.1.11 * Sat Jun 10 2006 Julian Sikorski - 0.1.10-2 - Added python-devel to BuildRequires * Fri Jun 9 2006 Julian Sikorski - 0.1.10-1 - Update to 0.1.10 - Drop bluebox fix, as it was added to upstream - Added PyXML to BuildRequires * Thu May 31 2006 Julian Sikorski - 0.1.9-2 - Add bluebox theme fix * Thu May 31 2006 Julian Sikorski - 0.1.9-1 - Update to 0.1.9 - Install icon themes into %%{_datadir}/museek/themes/ - Added new tools * Thu May 18 2006 Julian Sikorski - 0.1.8-1 - Update to 0.1.8 - Added libvorbis-devel to BuildRequires * Wed May 10 2006 Julian Sikorski - 0.1.7b-1 - Update to 0.1.7b * Mon May 08 2006 Julian Sikorski - 0.1.6-1 - Update to 0.1.6 - Remove patches/sources which were added to upstream - Drop scons dependence as the internal one is used * Sun Apr 09 2006 Julian Sikorski - 0.1.2-1 - Initial RPM release --- NEW FILE museek-launcher --- #!/bin/sh muscand & PID=$! museeq kill $PID museeqdesktoppatch.diff: --- NEW FILE museeqdesktoppatch.diff --- --- museeq.desktop~ 2006-04-30 15:08:41.000000000 +0200 +++ museeq.desktop 2006-05-09 00:02:13.000000000 +0200 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Museeq Comment=Museeq is a client for museek, the Soulseek daemon -Exec=museeq +Exec=museek-launcher Icon=/usr/share/pixmaps/museeq-circle2.png Terminal=false StartupNotify=false Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/museek+/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 Dec 2006 21:04:10 -0000 1.1 +++ .cvsignore 12 Dec 2006 21:05:14 -0000 1.2 @@ -0,0 +1 @@ +museek+-0.1.12.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/museek+/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Dec 2006 21:04:10 -0000 1.1 +++ sources 12 Dec 2006 21:05:14 -0000 1.2 @@ -0,0 +1 @@ +5d871e40dc93c04e60688a06e0e143e8 museek+-0.1.12.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 21:12:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 12 Dec 2006 16:12:03 -0500 Subject: owners owners.list,1.2100,1.2101 Message-ID: <200612122112.kBCLC3I9011330@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11303 Modified Files: owners.list Log Message: Added museek+ Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2100 retrieving revision 1.2101 diff -u -r1.2100 -r1.2101 --- owners.list 12 Dec 2006 20:42:25 -0000 1.2100 +++ owners.list 12 Dec 2006 21:11:33 -0000 1.2101 @@ -1166,6 +1166,7 @@ Fedora Extras|multitail|View one or multiple files like tail but with multiple windows|folkert at vanheusden.com|extras-qa at fedoraproject.org| Fedora Extras|munin|Network-wide graphing framework (grapher/gatherer)|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|museek+|A Soulseek filesharing client|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|mussh|Multihost SSH wrapper|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|mxml|Miniature XML development library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mysql-administrator|GUI to manage mysql Databases|dennis at ausil.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 12 21:22:42 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 12 Dec 2006 16:22:42 -0500 Subject: rpms/glpk/devel .cvsignore, 1.5, 1.6 glpk.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612122122.kBCLMg6j011401@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11375 Modified Files: .cvsignore glpk.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jul 2006 15:41:45 -0000 1.5 +++ .cvsignore 12 Dec 2006 21:22:12 -0000 1.6 @@ -1 +1 @@ -glpk-4.11.tar.gz +glpk-4.13.tar.gz Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/glpk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- glpk.spec 29 Aug 2006 16:27:54 -0000 1.8 +++ glpk.spec 12 Dec 2006 21:22:12 -0000 1.9 @@ -1,6 +1,6 @@ Name: glpk -Version: 4.11 -Release: 2%{?dist} +Version: 4.13 +Release: 1%{?dist} Summary: GNU Linear Programming Kit Group: System Environment/Libraries @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Quentin Spencer 4.13-1 +- New release. + * Tue Aug 29 2006 Quentin Spencer 4.11-2 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jul 2006 15:41:45 -0000 1.5 +++ sources 12 Dec 2006 21:22:12 -0000 1.6 @@ -1 +1 @@ -8f3ceb60b8a488cb93d5acd31fb780ac glpk-4.11.tar.gz +d1e7142be353da423ee4662499813541 glpk-4.13.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:28:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 12 Dec 2006 16:28:47 -0500 Subject: rpms/lirc/devel .cvsignore, 1.13, 1.14 lirc.spec, 1.19, 1.20 sources, 1.13, 1.14 Message-ID: <200612122128.kBCLSlb5011460@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11441 Modified Files: .cvsignore lirc.spec sources Log Message: * Tue Dec 12 2006 Ville Skytt?? - 0.8.1-0.2.pre4 - 0.8.1pre4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 30 Nov 2006 20:52:55 -0000 1.13 +++ .cvsignore 12 Dec 2006 21:28:17 -0000 1.14 @@ -1 +1 @@ -lirc-0.8.1pre3.tar.bz2 +lirc-0.8.1pre4.tar.bz2 Index: lirc.spec =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- lirc.spec 30 Nov 2006 20:52:55 -0000 1.19 +++ lirc.spec 12 Dec 2006 21:28:17 -0000 1.20 @@ -16,14 +16,14 @@ Name: lirc Version: 0.8.1 -Release: 0.2.pre3%{?dist} +Release: 0.2.pre4%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons License: GPL URL: http://www.lirc.org/ #Source0: http://download.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 -Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre3.tar.bz2 +Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre4.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,7 +81,7 @@ %prep -%setup -q -n %{name}-%{version}pre3 +%setup -q -n %{name}-%{version}pre4 chmod 644 contrib/* sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo @@ -200,6 +200,9 @@ %changelog +* Tue Dec 12 2006 Ville Skytt?? - 0.8.1-0.2.pre4 +- 0.8.1pre4. + * Thu Nov 30 2006 Ville Skytt?? - 0.8.1-0.2.pre3 - 0.8.1pre3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 30 Nov 2006 20:52:55 -0000 1.13 +++ sources 12 Dec 2006 21:28:17 -0000 1.14 @@ -1 +1 @@ -68ea2f504f45e528ee8b5d3ff23c5181 lirc-0.8.1pre3.tar.bz2 +6dc1435946bec20ffbfbd103ddb1e2a0 lirc-0.8.1pre4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 21:32:26 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 12 Dec 2006 16:32:26 -0500 Subject: rpms/glpk/FC-6 .cvsignore, 1.5, 1.6 glpk.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612122132.kBCLWQ1Q011613@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11594 Modified Files: .cvsignore glpk.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jul 2006 15:41:45 -0000 1.5 +++ .cvsignore 12 Dec 2006 21:31:55 -0000 1.6 @@ -1 +1 @@ -glpk-4.11.tar.gz +glpk-4.13.tar.gz Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-6/glpk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- glpk.spec 29 Aug 2006 16:27:54 -0000 1.8 +++ glpk.spec 12 Dec 2006 21:31:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: glpk -Version: 4.11 -Release: 2%{?dist} +Version: 4.13 +Release: 1%{?dist} Summary: GNU Linear Programming Kit Group: System Environment/Libraries @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Quentin Spencer 4.13-1 +- New release. + * Tue Aug 29 2006 Quentin Spencer 4.11-2 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jul 2006 15:41:45 -0000 1.5 +++ sources 12 Dec 2006 21:31:55 -0000 1.6 @@ -1 +1 @@ -8f3ceb60b8a488cb93d5acd31fb780ac glpk-4.11.tar.gz +d1e7142be353da423ee4662499813541 glpk-4.13.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:46:29 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 12 Dec 2006 16:46:29 -0500 Subject: rpms/glpk/FC-5 .cvsignore, 1.5, 1.6 glpk.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200612122146.kBCLkTT2011731@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11708 Modified Files: .cvsignore glpk.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 16:58:17 -0000 1.5 +++ .cvsignore 12 Dec 2006 21:45:59 -0000 1.6 @@ -1 +1 @@ -glpk-4.11.tar.gz +glpk-4.13.tar.gz Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-5/glpk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glpk.spec 31 Jul 2006 16:58:17 -0000 1.7 +++ glpk.spec 12 Dec 2006 21:45:59 -0000 1.8 @@ -1,5 +1,5 @@ Name: glpk -Version: 4.11 +Version: 4.13 Release: 1%{?dist} Summary: GNU Linear Programming Kit @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Dec 12 2006 Quentin Spencer 4.13-1 +- New release. + * Mon Jul 31 2006 Quentin Spencer 4.11-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/glpk/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 16:58:17 -0000 1.5 +++ sources 12 Dec 2006 21:45:59 -0000 1.6 @@ -1 +1 @@ -8f3ceb60b8a488cb93d5acd31fb780ac glpk-4.11.tar.gz +d1e7142be353da423ee4662499813541 glpk-4.13.tar.gz From fedora-extras-commits at redhat.com Tue Dec 12 21:56:53 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 12 Dec 2006 16:56:53 -0500 Subject: rpms/evolution-remove-duplicates/FC-5 evolution-remove-duplicates.spec, 1.5, 1.6 rmdups-0.0.2-pkgconfig.patch, 1.2, 1.3 Message-ID: <200612122156.kBCLurt9011895@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11861/FC-5 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Downgrade FC{5,6} branches to Evo 2.8 Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/evolution-remove-duplicates.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- evolution-remove-duplicates.spec 11 Dec 2006 03:19:38 -0000 1.5 +++ evolution-remove-duplicates.spec 12 Dec 2006 21:56:23 -0000 1.6 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 6%{?dist} +Release: 3%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel +BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -49,23 +50,12 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error %changelog -* Sun Dec 10 2006 Michel Salim - 0.0.2-6 -- Adjust file listing for new Evolution -- Remove unnecessary BR on libgnomeui-devel -- Add explicit Requires: on evolution - -* Sun Dec 10 2006 Michel Salim - 0.0.2-5 -- Fix pkgconfig patch to use evolution-plugin-2.10.pc - -* Sun Dec 10 2006 Michel Salim - 0.0.2-4 -- Add BR on libgnomeui-devel - * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdups-0.0.2-pkgconfig.patch 11 Dec 2006 00:46:01 -0000 1.2 +++ rmdups-0.0.2-pkgconfig.patch 12 Dec 2006 21:56:23 -0000 1.3 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Tue Dec 12 21:56:53 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 12 Dec 2006 16:56:53 -0500 Subject: rpms/evolution-remove-duplicates/FC-6 evolution-remove-duplicates.spec, 1.5, 1.6 rmdups-0.0.2-pkgconfig.patch, 1.2, 1.3 Message-ID: <200612122156.kBCLurZv011902@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11861/FC-6 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Downgrade FC{5,6} branches to Evo 2.8 Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-6/evolution-remove-duplicates.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- evolution-remove-duplicates.spec 11 Dec 2006 03:19:38 -0000 1.5 +++ evolution-remove-duplicates.spec 12 Dec 2006 21:56:23 -0000 1.6 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 6%{?dist} +Release: 3%{?dist} Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: evolution-devel +BuildRequires: libgnomeui-devel # Needed because evolution-devel does not Requires: it yet # Bz #218889 BuildRequires: evolution-data-server-devel @@ -49,23 +50,12 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error %changelog -* Sun Dec 10 2006 Michel Salim - 0.0.2-6 -- Adjust file listing for new Evolution -- Remove unnecessary BR on libgnomeui-devel -- Add explicit Requires: on evolution - -* Sun Dec 10 2006 Michel Salim - 0.0.2-5 -- Fix pkgconfig patch to use evolution-plugin-2.10.pc - -* Sun Dec 10 2006 Michel Salim - 0.0.2-4 -- Add BR on libgnomeui-devel - * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-6/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdups-0.0.2-pkgconfig.patch 11 Dec 2006 00:46:01 -0000 1.2 +++ rmdups-0.0.2-pkgconfig.patch 12 Dec 2006 21:56:23 -0000 1.3 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Tue Dec 12 23:02:21 2006 From: fedora-extras-commits at redhat.com (Pawel Salek (pawsa)) Date: Tue, 12 Dec 2006 18:02:21 -0500 Subject: rpms/balsa/devel .cvsignore, 1.14, 1.15 balsa.spec, 1.20, 1.21 sources, 1.14, 1.15 Message-ID: <200612122302.kBCN2LVV018347@cvs-int.fedora.redhat.com> Author: pawsa Update of /cvs/extras/rpms/balsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328 Modified Files: .cvsignore balsa.spec sources Log Message: - update to upstream version 2.3.14. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/balsa/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 26 Jun 2006 20:19:50 -0000 1.14 +++ .cvsignore 12 Dec 2006 23:01:51 -0000 1.15 @@ -1 +1 @@ -balsa-2.3.13.tar.bz2 +balsa-2.3.14.tar.bz2 Index: balsa.spec =================================================================== RCS file: /cvs/extras/rpms/balsa/devel/balsa.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- balsa.spec 11 Sep 2006 12:00:04 -0000 1.20 +++ balsa.spec 12 Dec 2006 23:01:51 -0000 1.21 @@ -1,8 +1,8 @@ %define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --disable-more-warnings --with-ssl --with-gss --with-gtkspell Name: balsa -Version: 2.3.13 -Release: 2%{?dist} +Version: 2.3.14 +Release: 1%{?dist} Summary: Mail Client Group: Applications/Internet @@ -101,6 +101,9 @@ %changelog +* Wed Dec 12 2006 Pawel Salek - 2.3.14-1 +- update to upstream version 2.3.14. + * Mon Sep 11 2006 Pawel Salek - 2.3.13-2 - rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/balsa/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 26 Jun 2006 20:19:50 -0000 1.14 +++ sources 12 Dec 2006 23:01:51 -0000 1.15 @@ -1 +1 @@ -a1c7fe3454243f1719a19fcdb0905948 balsa-2.3.13.tar.bz2 +6a86f8bebc21bd279b9fd4d2a21a36c0 balsa-2.3.14.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 12 23:32:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 18:32:59 -0500 Subject: rpms/abcm2ps/FC-5 .cvsignore, 1.25, 1.26 abcm2ps.spec, 1.27, 1.28 sources, 1.25, 1.26 Message-ID: <200612122332.kBCNWxUQ018658@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18607/FC-5 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 30 Nov 2006 17:16:18 -0000 1.25 +++ .cvsignore 12 Dec 2006 23:32:29 -0000 1.26 @@ -1,2 +1,2 @@ -abcm2ps-5.2.0.tar.gz +abcm2ps-5.2.1.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/abcm2ps.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- abcm2ps.spec 30 Nov 2006 17:16:18 -0000 1.27 +++ abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.28 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.0.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 +- new version 5.2.1 + * Thu Nov 30 2006 Gerard Milmeister - 5.2.0-1 - new version 5.2.0 @@ -64,6 +67,9 @@ * Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 - new version 5.0.5 +* Mon Aug 28 2006 Gerard Milmeister - 5.0.1-3 +- Rebuild for FE6 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 30 Nov 2006 17:16:18 -0000 1.25 +++ sources 12 Dec 2006 23:32:29 -0000 1.26 @@ -1,2 +1,2 @@ -d962713c080a4200ef12c4a7fa32f1de abcm2ps-5.2.0.tar.gz +0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Tue Dec 12 23:33:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 18:33:05 -0500 Subject: rpms/abcm2ps/devel .cvsignore, 1.26, 1.27 abcm2ps.spec, 1.29, 1.30 sources, 1.26, 1.27 Message-ID: <200612122333.kBCNX5vG018668@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18607/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 30 Nov 2006 17:14:09 -0000 1.26 +++ .cvsignore 12 Dec 2006 23:32:35 -0000 1.27 @@ -1,2 +1,2 @@ -abcm2ps-5.2.0.tar.gz +abcm2ps-5.2.1.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- abcm2ps.spec 30 Nov 2006 17:14:09 -0000 1.29 +++ abcm2ps.spec 12 Dec 2006 23:32:35 -0000 1.30 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.0.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 +- new version 5.2.1 + * Thu Nov 30 2006 Gerard Milmeister - 5.2.0-1 - new version 5.2.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 30 Nov 2006 17:14:09 -0000 1.26 +++ sources 12 Dec 2006 23:32:35 -0000 1.27 @@ -1,2 +1,2 @@ -d962713c080a4200ef12c4a7fa32f1de abcm2ps-5.2.0.tar.gz +0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Tue Dec 12 23:32:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Tue, 12 Dec 2006 18:32:59 -0500 Subject: rpms/abcm2ps/FC-6 .cvsignore, 1.26, 1.27 abcm2ps.spec, 1.29, 1.30 sources, 1.26, 1.27 Message-ID: <200612122332.kBCNWxgL018663@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18607/FC-6 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 30 Nov 2006 17:16:18 -0000 1.26 +++ .cvsignore 12 Dec 2006 23:32:29 -0000 1.27 @@ -1,2 +1,2 @@ -abcm2ps-5.2.0.tar.gz +abcm2ps-5.2.1.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/abcm2ps.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- abcm2ps.spec 30 Nov 2006 17:16:18 -0000 1.29 +++ abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.30 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.0.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 +- new version 5.2.1 + * Thu Nov 30 2006 Gerard Milmeister - 5.2.0-1 - new version 5.2.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 30 Nov 2006 17:16:18 -0000 1.26 +++ sources 12 Dec 2006 23:32:29 -0000 1.27 @@ -1,2 +1,2 @@ -d962713c080a4200ef12c4a7fa32f1de abcm2ps-5.2.0.tar.gz +0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Dec 13 01:19:01 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 12 Dec 2006 20:19:01 -0500 Subject: owners owners.list,1.2101,1.2102 Message-ID: <200612130119.kBD1J1Ui025593@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25578 Modified Files: owners.list Log Message: take over gdk-pixbuf Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2101 retrieving revision 1.2102 diff -u -r1.2101 -r1.2102 --- owners.list 12 Dec 2006 21:11:33 -0000 1.2101 +++ owners.list 13 Dec 2006 01:18:30 -0000 1.2102 @@ -516,7 +516,7 @@ Fedora Extras|gcstar|Personal collections manager|tian at c-sait.net|extras-qa at fedoraproject.org| Fedora Extras|gdeskcal|Eye-candy calendar for your desktop|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gdesklets|Advanced architecture for desktop applets|luya_tfz at thefinalzone.com|extras-qa at fedoraproject.org| -Fedora Extras|gdk-pixbuf|An image loading library used with Gnome|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|gdk-pixbuf|An image loading library used with Gnome|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gdome2|DOM level 2 library for accessing XML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 02:16:25 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 12 Dec 2006 21:16:25 -0500 Subject: rpms/gdk-pixbuf/devel gdk-pixbuf.spec,1.8,1.9 Message-ID: <200612130216.kBD2GPPo029012@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28995 Modified Files: gdk-pixbuf.spec Log Message: Take over maintainership and rebuild for fc7/devel. Index: gdk-pixbuf.spec =================================================================== RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gdk-pixbuf.spec 11 Dec 2006 16:36:30 -0000 1.8 +++ gdk-pixbuf.spec 13 Dec 2006 02:15:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: gdk-pixbuf Version: 0.22.0 -Release: 31%{?dist} +Release: 32%{?dist} Epoch: 1 Summary: An image loading library used with GNOME License: LGPL @@ -54,12 +54,6 @@ %prep -cat< - 1:0.22.0-32 +- Take over maintainership and rebuild for fc7/devel. + * Mon Aug 27 2006 Michael J. Knox - 1:0.22.0-31 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Dec 13 03:27:49 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 12 Dec 2006 22:27:49 -0500 Subject: owners owners.list,1.2102,1.2103 Message-ID: <200612130327.kBD3RnNE000359@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv341 Modified Files: owners.list Log Message: Add python-CDDB Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2102 retrieving revision 1.2103 diff -u -r1.2102 -r1.2103 --- owners.list 13 Dec 2006 01:18:30 -0000 1.2102 +++ owners.list 13 Dec 2006 03:27:18 -0000 1.2103 @@ -1992,6 +1992,7 @@ Fedora Extras|python-basemap|Plots data on map projections (with continental and political boundaries)|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-basemap-data|Data for python-basemap|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-bibtex|Python extension to parse BibTeX files|z.kota at gmx.net|extras-qa at fedoraproject.org| +Fedora Extras|python-CDDB|CDDB and FreeDB audio CD track info access in Python|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-cheetah|Template engine and code-generator|mikeb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-cherrypy|A pythonic, object-oriented web development framework|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-cherrytemplate|An easy and powerful templating module for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|jamatos at fc.up.pt From fedora-extras-commits at redhat.com Wed Dec 13 03:38:11 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:11 -0500 Subject: rpms/pyscript - New directory Message-ID: <200612130338.kBD3cB9u000443@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv439/pyscript Log Message: Directory /cvs/extras/rpms/pyscript added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 03:38:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:16 -0500 Subject: rpms/pyscript/devel - New directory Message-ID: <200612130338.kBD3cGd0000456@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv439/pyscript/devel Log Message: Directory /cvs/extras/rpms/pyscript/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 03:38:30 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:30 -0500 Subject: rpms/pyscript Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612130338.kBD3cUaG000486@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv480 Added Files: Makefile import.log Log Message: Setup of module pyscript --- NEW FILE Makefile --- # Top level Makefile for module pyscript all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 03:38:35 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:38:35 -0500 Subject: rpms/pyscript/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612130338.kBD3cZlp000501@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv480/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pyscript --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 03:39:42 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:39:42 -0500 Subject: rpms/pyscript import.log,1.1,1.2 Message-ID: <200612130339.kBD3dgbR000575@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv545 Modified Files: import.log Log Message: auto-import pyscript-0.6-6.fc7 on branch devel from pyscript-0.6-6.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyscript/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 03:38:30 -0000 1.1 +++ import.log 13 Dec 2006 03:39:12 -0000 1.2 @@ -0,0 +1 @@ +pyscript-0_6-6_fc7:HEAD:pyscript-0.6-6.fc7.src.rpm:1165981498 From fedora-extras-commits at redhat.com Wed Dec 13 03:39:42 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:39:42 -0500 Subject: rpms/pyscript/devel pyscript.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612130339.kBD3dghV000579@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/pyscript/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv545/devel Modified Files: .cvsignore sources Added Files: pyscript.spec Log Message: auto-import pyscript-0.6-6.fc7 on branch devel from pyscript-0.6-6.fc7.src.rpm --- NEW FILE pyscript.spec --- # define python_sitelib %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyscript Version: 0.6 Release: 6%{?dist} Summary: PyScript - Postscript graphics with Python Group: Applications/Publishing License: GPL URL: http://pyscript.sourceforge.net Source0: http://dl.sourceforge.net/sourceforge/pyscript/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: tetex-latex %description PyScript is a Python module for producing high quality postscript graphics. Rather than use a GUI to draw a picture, the picture is programmed using Python and the PyScript objects. %prep %setup -q %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README LICENSE BUGS CHANGES TODO doc/manual/pyscript.pdf %{_bindir}/pyscript %{python_sitelib}/pyscript %changelog * Mon Dec 11 2006 Jef Spaleta 0.6-6 - BuildRequires and Requires changes to address review comments. * Sun Dec 10 2006 Jef Spaleta 0.6-5 - Spec changes to bring things in line with current Extras packaging policy for python. * Mon May 15 2006 Paul Cochrane 0.6-4 - Removed python from Requires list as this will be taken care of automatically. - Added version numbers to the changelog headers. * Mon May 15 2006 Paul Cochrane 0.6-3 - On further advice from ; Bugzilla ref: #191218 And from the python packaging guidelines the following changes have been made: - %%{python_sitelib} variable introduced. - %%{ghost}ing of optimised python files so that they are uninstalled were someone to create them at some later stage. - Simplification of prep, build and install sections. - Use of wildcards where possible (not possible for library files as wish to exclude some from the distribution). - Use of the %%{__python} macro, and an improved version of the install command. * Fri May 12 2006 Paul Cochrane 0.6-2 - On advice from: ; Bugzilla ref: #191218 - Removed Prefix, and made non-relocatable - Corrected BuildRoot - Corrected spec file filename - Cleaning BuildRoot at beginning of install - Corrected defattr and Source0 values from fedora-newrpmspec - Changed ordering of attribute values to agree with the standard spec file format from fedora-newrpmspec - Increased release number - Added %%{_libdir} and %%{_bindir} macros in relevant locations * Mon Apr 24 2006 Paul Cochrane 0.6-1 - Updated for PyScript version 0.6 - Removed patch commands as not required for version 0.6 * Fri Apr 7 2006 Paul Cochrane - Corrected Group tag, added dist to the Release tag, and changed the Copyright tag to License as it now is (and corrected the tag value). * Fri Mar 30 2006 Paul Cochrane 0.6-1 - Finally got building to work properly * Fri Mar 3 2006 Paul Cochrane 0.6-1 - New spec file made for pyscript-0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyscript/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 03:38:35 -0000 1.1 +++ .cvsignore 13 Dec 2006 03:39:12 -0000 1.2 @@ -0,0 +1 @@ +pyscript-0.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyscript/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 03:38:35 -0000 1.1 +++ sources 13 Dec 2006 03:39:12 -0000 1.2 @@ -0,0 +1 @@ +8b4945fda4318abdcd77f1573996b9da pyscript-0.6.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 03:43:01 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 22:43:01 -0500 Subject: owners owners.list,1.2103,1.2104 Message-ID: <200612130343.kBD3h1Hq000636@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621 Modified Files: owners.list Log Message: adding pyscript entry Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2103 retrieving revision 1.2104 diff -u -r1.2103 -r1.2104 --- owners.list 13 Dec 2006 03:27:18 -0000 1.2103 +++ owners.list 13 Dec 2006 03:42:31 -0000 1.2104 @@ -1983,6 +1983,7 @@ Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org|jamatos at fc.up.pt +Fedora Extras|pyscript|Postscript graphics with Python|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pyserial|Python serial port access library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pyspi|Python bindings for AT-SPI|zcerza at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 04:20:41 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Tue, 12 Dec 2006 23:20:41 -0500 Subject: rpms/scipy/FC-6 scipy.spec,1.1,1.2 Message-ID: <200612130420.kBD4Kf8F003969@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/scipy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3954 Modified Files: scipy.spec Log Message: bump for tag and build Index: scipy.spec =================================================================== RCS file: /cvs/extras/rpms/scipy/FC-6/scipy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scipy.spec 7 Dec 2006 00:41:53 -0000 1.1 +++ scipy.spec 13 Dec 2006 04:20:11 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Scipy: array processing for numbers, strings, records, and objects Name: scipy Version: 0.5.1 -Release: 4%{?dist} +Release: 4%{?dist}.1 Group: Development/Libraries License: BSD @@ -53,6 +53,9 @@ %changelog +* Tue Dec 12 2006 Jef Spaleta - 0.5.1-4.fc6.1 +- Bumped for fc6 build + * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 From fedora-extras-commits at redhat.com Wed Dec 13 04:24:49 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:24:49 -0500 Subject: rpms/beryl-core/devel .cvsignore, 1.2, 1.3 beryl-core.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612130424.kBD4OnlD004055@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4036 Modified Files: .cvsignore beryl-core.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Nov 2006 20:31:35 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:24:19 -0000 1.3 @@ -1 +1,2 @@ beryl-core-0.1.2.tar.bz2 +beryl-core-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/beryl-core.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-core.spec 21 Nov 2006 20:24:12 -0000 1.4 +++ beryl-core.spec 13 Dec 2006 04:24:19 -0000 1.5 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 6%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -97,26 +97,27 @@ %prep %setup -q -%patch0 -p0 -b .mesa64 +#patch0 -p0 -b .mesa64 # Somebody hosed up the release tarball... -find mesa/src -name "*.o" | xargs rm -f +#find mesa/src -name "*.o" | xargs rm -f %build -%configure --x-includes=%{_includedir}/X11/ --x-libraries=%{_libdir}/X11/ -ln -s %{_includedir}/X11 mesa/include/ -ln -s %{_includedir}/GL/glxproto.h mesa/include/GL/ -# Parallel builds currently broken -#make %{?_smp_mflags} -make +# --disable-berylmesa == don't build beryl-xgl +%configure --disable-berylmesa \ + --x-includes=%{_includedir}/X11/ \ + --x-libraries=%{_libdir}/X11/ +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Kill static lib and libtool lib -rm -f $RPM_BUILD_ROOT%{_libdir}/libberylsettings.{a,la} - +# Kill static and libtool libs +find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +# --disable-berylmesa should have made this not install... +rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -125,15 +126,17 @@ %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl* %dir %{_datadir}/beryl +%dir %{_libdir}/beryl/backends %{_datadir}/beryl/*.png %{_mandir}/man1/beryl* %{_libdir}/libberylsettings.so.0 %{_libdir}/libberylsettings.so.0.0.0 +%{_libdir}/beryl/backends/*.so %files devel @@ -154,10 +157,12 @@ %defattr(-,root,root,-) %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 21 2006 Jarod Wilson 0.1.2-6 - Dump R: beryl-vidcap until its into FE - Fix up GL library linking to resolve some undefined symbols -- R: and BR: for mesa-libGL-devel * Thu Nov 16 2006 Jarod Wilson 0.1.2-5 - Add BR: libXinerama-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Nov 2006 20:31:35 -0000 1.2 +++ sources 13 Dec 2006 04:24:19 -0000 1.3 @@ -1 +1 @@ -045aceb6e48e997c952d942fbe841e76 beryl-core-0.1.2.tar.bz2 +24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:25:23 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:25:23 -0500 Subject: rpms/beryl-dbus/devel .cvsignore, 1.2, 1.3 beryl-dbus.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130425.kBD4PNnN004109@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-dbus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4090 Modified Files: .cvsignore beryl-dbus.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:39:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:24:53 -0000 1.3 @@ -1 +1,2 @@ beryl-dbus-0.1.2.tar.bz2 +beryl-dbus-0.1.3.tar.bz2 Index: beryl-dbus.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/devel/beryl-dbus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-dbus.spec 21 Nov 2006 15:39:38 -0000 1.1 +++ beryl-dbus.spec 13 Dec 2006 04:24:53 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager dbus plug-in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,7 @@ %build %configure -# Parallel builds currently broken -#make %{?_smp_mflags} -make +make %{?_smp_mflags} %install @@ -57,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-4 - Remove Req: dbus, rely on auto-gen dbus lib dep Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:39:38 -0000 1.2 +++ sources 13 Dec 2006 04:24:53 -0000 1.3 @@ -1 +1 @@ -15e9d90594b8e9ffa59e41f5c766749f beryl-dbus-0.1.2.tar.bz2 +1efbe8de95b4564ef52df67318fae100 beryl-dbus-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:25:57 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:25:57 -0500 Subject: rpms/beryl-manager/devel .cvsignore, 1.2, 1.3 beryl-manager.desktop, 1.1, 1.2 beryl-manager.spec, 1.4, 1.5 sources, 1.2, 1.3 beryl-manager.svg, 1.1, NONE Message-ID: <200612130425.kBD4PvGk004165@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4144 Modified Files: .cvsignore beryl-manager.desktop beryl-manager.spec sources Removed Files: beryl-manager.svg Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:11:15 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:25:27 -0000 1.3 @@ -1 +1,2 @@ beryl-manager-0.1.2.tar.bz2 +beryl-manager-0.1.3.tar.bz2 Index: beryl-manager.desktop =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/beryl-manager.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-manager.desktop 22 Nov 2006 19:34:40 -0000 1.1 +++ beryl-manager.desktop 13 Dec 2006 04:25:27 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Beryl Manager Comment=Manage Beryl -Icon=/usr/share/pixmaps/beryl-manager.svg +Icon=/usr/share/icons/hicolor/scalable/apps/beryl-manager.svg Exec=beryl-manager Terminal=false Type=Application Index: beryl-manager.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/beryl-manager.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-manager.spec 22 Nov 2006 19:54:21 -0000 1.4 +++ beryl-manager.spec 13 Dec 2006 04:25:27 -0000 1.5 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator and theme management utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 -Source1: beryl-manager.svg -Source2: beryl-manager.desktop +Source1: beryl-manager.desktop Patch0: beryl-manager-0.1.1-pidof.patch # libdrm is not available on these arches @@ -47,10 +46,16 @@ %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora %{SOURCE2} + --add-category X-Fedora %{SOURCE1} +# Fix up xy_XY to just xy +for lang in ar_AR gl_GL my_MY sk_SK tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} +done %find_lang %{name} @@ -73,12 +78,18 @@ %doc COPYING %{_bindir}/beryl-manager %{_datadir}/pixmaps/*.png -%{_datadir}/pixmaps/*.svg +%{_datadir}/icons/hicolor/*/apps/beryl-manager.png +%{_datadir}/icons/hicolor/scalable/apps/beryl-manager.svg %{_datadir}/applications/*.desktop %{_mandir}/man1/beryl-manager.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release +- Fix up a bunch of locale files (others should get added + to filesystem package in due course) + * Wed Nov 22 2006 Jarod Wilson 0.1.2-4 - Add new missing BR: desktop-file-utils Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:11:15 -0000 1.2 +++ sources 13 Dec 2006 04:25:27 -0000 1.3 @@ -1 +1 @@ -50c0235d59369674827ceaec7d36e53b beryl-manager-0.1.2.tar.bz2 +c9559154c20db1bb41d3d480cfdf0299 beryl-manager-0.1.3.tar.bz2 --- beryl-manager.svg DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 04:26:31 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:26:31 -0500 Subject: rpms/beryl-plugins/devel .cvsignore, 1.2, 1.3 beryl-plugins.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130426.kBD4QVEZ004219@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4200 Modified Files: .cvsignore beryl-plugins.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 19:13:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:26:01 -0000 1.3 @@ -1 +1,2 @@ beryl-plugins-0.1.2.tar.bz2 +beryl-plugins-0.1.3.tar.bz2 Index: beryl-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/beryl-plugins.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-plugins.spec 15 Nov 2006 19:13:28 -0000 1.1 +++ beryl-plugins.spec 13 Dec 2006 04:26:01 -0000 1.2 @@ -2,26 +2,21 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager plug-ins BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: fedora-cubecaps.png # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 Requires: beryl-core >= %{version}, fedora-logos -BuildRequires: beryl-core-devel >= %{version}, gnome-desktop-devel -BuildRequires: libtool, gettext-devel -BuildRequires: freeglut-devel, intltool, libdrm-devel -BuildRequires: libwnck-devel, desktop-file-utils -BuildRequires: librsvg2-devel, libX11-devel -BuildRequires: libXfixes-devel, libXrandr-devel, libXrender-devel -BuildRequires: libXcomposite-devel, libXdamage-devel, libXext-devel -BuildRequires: libXt-devel, libXmu-devel, libICE-devel, libSM-devel +BuildRequires: beryl-core-devel >= %{version} +BuildRequires: desktop-file-utils, librsvg2-devel %description @@ -37,28 +32,26 @@ %prep %setup -q -#autoreconf -v --install -perl -pi -e 's,beryl/cubecaps.png,rhgb/main-logo.png,g' \ - src/cube.settings %build -%configure --enable-librsvg --disable-libsvg-cairo -# Parallel builds currently broken -#make %{?_smp_mflags} -make +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +mv $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps-beryl.png +install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %dir %{_libdir}/beryl @@ -67,6 +60,12 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Switch to upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 19:13:28 -0000 1.2 +++ sources 13 Dec 2006 04:26:01 -0000 1.3 @@ -1 +1 @@ -6721bf8bd5fcbe0cabb0a67caa920fcb beryl-plugins-0.1.2.tar.bz2 +de5f6089d05c6d92161729c47857b985 beryl-plugins-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:27:05 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:27:05 -0500 Subject: rpms/beryl-settings/devel .cvsignore, 1.2, 1.3 beryl-settings.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130427.kBD4R511004275@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-settings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4254 Modified Files: .cvsignore beryl-settings.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 18:40:32 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:26:35 -0000 1.3 @@ -1 +1,2 @@ beryl-settings-0.1.2.tar.bz2 +beryl-settings-0.1.3.tar.bz2 Index: beryl-settings.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/devel/beryl-settings.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-settings.spec 15 Nov 2006 18:40:32 -0000 1.1 +++ beryl-settings.spec 13 Dec 2006 04:26:35 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager GUI config utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,8 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gtk2-devel >= 2.8.0, gettext-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gnome-desktop-devel, desktop-file-utils -BuildRequires: intltool, perl-XML-Parser -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel +BuildRequires: gtk2-devel >= 2.8.0, gettext-devel +BuildRequires: perl-XML-Parser, desktop-file-utils %description @@ -36,13 +33,10 @@ %prep %setup -q -#autoreconf -v --install -#glib-gettextize --copy --force -#intltoolize --automake --copy --force perl -pi -e 's/png/svg/g' misc/beryl-settings.desktop %build -%configure --enable-librsvg +%configure make %{?_smp_mflags} @@ -75,13 +69,18 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl-settings -%{_datadir}/beryl/hints %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/*.svg %{_mandir}/man1/beryl-settings.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 18:40:32 -0000 1.2 +++ sources 13 Dec 2006 04:26:35 -0000 1.3 @@ -1 +1 @@ -882aac1837f92dc20b92927900a917f3 beryl-settings-0.1.2.tar.bz2 +bd88d56f32b23d42d44c85a92f0654f3 beryl-settings-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:27:39 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:27:39 -0500 Subject: rpms/aquamarine/devel aquamarine-0.1.3-Makefile.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 aquamarine.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130427.kBD4RdEW004333@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/aquamarine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4311 Modified Files: .cvsignore aquamarine.spec sources Added Files: aquamarine-0.1.3-Makefile.patch Log Message: Update to 0.1.3 release aquamarine-0.1.3-Makefile.patch: --- NEW FILE aquamarine-0.1.3-Makefile.patch --- diff -urp aquamarine-0.1.3.orig/Makefile.in aquamarine-0.1.3/Makefile.in --- aquamarine-0.1.3.orig/Makefile.in 2006-12-09 22:28:51.000000000 -0500 +++ aquamarine-0.1.3/Makefile.in 2006-12-12 23:10:19.000000000 -0500 @@ -803,21 +803,6 @@ uninstall-info: uninstall-info-recursive mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am uninstall-info-am uninstall-local -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/admin/cvs.sh $(top_srcdir)/admin/pkg.m4.in - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh acinclude_m4 - -$(top_srcdir)/configure.in: $(top_srcdir)/subdirs $(top_srcdir)/configure.files $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure_in - -$(top_srcdir)/configure.files: $(top_srcdir)/subdirs $(CONF_FILES) - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure.files $(top_srcdir)/admin/cvs.sh - -$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am - -$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs - # defining default rules for files that may not be present $(top_srcdir)/Makefile.am.in: $(CONF_FILES): Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/aquamarine/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:47:46 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:27:09 -0000 1.3 @@ -1 +1,2 @@ aquamarine-0.1.2.tar.bz2 +aquamarine-0.1.3.tar.bz2 Index: aquamarine.spec =================================================================== RCS file: /cvs/extras/rpms/aquamarine/devel/aquamarine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aquamarine.spec 21 Nov 2006 15:47:46 -0000 1.1 +++ aquamarine.spec 13 Dec 2006 04:27:09 -0000 1.2 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Patch0: aquamarine-0.1.3-Makefile.patch # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 @@ -29,7 +28,7 @@ %prep %setup -q -make -f admin/Makefile.common svn +%patch0 -p1 -b .make %build %configure @@ -52,6 +51,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-3 - Remove R: qt, kdelibs, rely on auto-gen lib deps Index: sources =================================================================== RCS file: /cvs/extras/rpms/aquamarine/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:47:46 -0000 1.2 +++ sources 13 Dec 2006 04:27:09 -0000 1.3 @@ -1 +1 @@ -72f02f7d8b0c6fed9ece870266b1fd8f aquamarine-0.1.2.tar.bz2 +aeb1c42f907f08226c5d4ce48b8d209c aquamarine-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:28:12 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:28:12 -0500 Subject: rpms/bdock/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612130428.kBD4SCWE004385@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4368 Modified Files: .cvsignore sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bdock/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:42:08 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:27:42 -0000 1.3 @@ -1 +1,2 @@ bdock-0.1.2.tar.bz2 +bdock-0.1.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bdock/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:42:08 -0000 1.2 +++ sources 13 Dec 2006 04:27:42 -0000 1.3 @@ -1 +1 @@ -104825e8ef5ffa2f5e2ec5d8642d5b68 bdock-0.1.2.tar.bz2 +c91602c755cb3422bbc737256aecba68 bdock-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:28:46 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:28:46 -0500 Subject: rpms/emerald/devel .cvsignore, 1.2, 1.3 emerald.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130428.kBD4Sk9f004442@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4421 Modified Files: .cvsignore emerald.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:59:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:28:16 -0000 1.3 @@ -1 +1,2 @@ emerald-0.1.2.tar.bz2 +emerald-0.1.3.tar.bz2 Index: emerald.spec =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/emerald.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald.spec 15 Nov 2006 21:59:38 -0000 1.1 +++ emerald.spec 13 Dec 2006 04:28:16 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,8 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gettext-devel, libwnck-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gtk2-devel, intltool, desktop-file-utils -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel -BuildRequires: startup-notification-devel, perl-XML-Parser +BuildRequires: libwnck-devel, gtk2-devel +BuildRequires: intltool, desktop-file-utils %description @@ -104,6 +101,12 @@ %{_libdir}/libemeraldengine.so %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-4 +- Trim BR: + * Wed Nov 15 2006 Jarod Wilson 0.1.2-3 - Kill rpaths Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:59:38 -0000 1.2 +++ sources 13 Dec 2006 04:28:16 -0000 1.3 @@ -1 +1 @@ -c273fe82c7e3b2867f05073f3b012708 emerald-0.1.2.tar.bz2 +27655582912eed701eef07083d445699 emerald-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:29:20 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:29:20 -0500 Subject: rpms/emerald-themes/devel .cvsignore, 1.2, 1.3 emerald-themes.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130429.kBD4TKdO004497@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4477 Modified Files: .cvsignore emerald-themes.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Nov 2006 15:26:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:28:50 -0000 1.3 @@ -1 +1,2 @@ emerald-themes-0.1.2.tar.bz2 +emerald-themes-0.1.3.tar.bz2 Index: emerald-themes.spec =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/devel/emerald-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald-themes.spec 16 Nov 2006 15:26:28 -0000 1.1 +++ emerald-themes.spec 13 Dec 2006 04:28:50 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themes for Emerald, the window decorator for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +48,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one - Remove import.sh, only used during build Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Nov 2006 15:26:28 -0000 1.2 +++ sources 13 Dec 2006 04:28:50 -0000 1.3 @@ -1 +1 @@ -c5aa35e30d3476f05a469f1baac16341 emerald-themes-0.1.2.tar.bz2 +0751a17ebd5768d397466b54886c9724 emerald-themes-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:29:54 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 12 Dec 2006 23:29:54 -0500 Subject: rpms/heliodor/devel .cvsignore, 1.2, 1.3 heliodor.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612130429.kBD4TsMx004551@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/heliodor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4532 Modified Files: .cvsignore heliodor.spec sources Log Message: Update to 0.1.3 release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heliodor/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:45:26 -0000 1.2 +++ .cvsignore 13 Dec 2006 04:29:24 -0000 1.3 @@ -1 +1,2 @@ heliodor-0.1.2.tar.bz2 +heliodor-0.1.3.tar.bz2 Index: heliodor.spec =================================================================== RCS file: /cvs/extras/rpms/heliodor/devel/heliodor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- heliodor.spec 21 Nov 2006 15:45:26 -0000 1.1 +++ heliodor.spec 13 Dec 2006 04:29:24 -0000 1.2 @@ -2,14 +2,12 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator with Metacity theme support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 Patch0: heliodor-0.1.2-metacity217.patch # libdrm is not available on these arches @@ -39,7 +37,6 @@ %if "%{?fedora}" >= "7" %patch0 -p1 -b .metacity217 %endif -autoreconf -v --install %build @@ -66,6 +63,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Remove some R:, let auto lib deps pull them in Index: sources =================================================================== RCS file: /cvs/extras/rpms/heliodor/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:45:26 -0000 1.2 +++ sources 13 Dec 2006 04:29:24 -0000 1.3 @@ -1 +1 @@ -2594e689f6f319f8f42a5ef582aac307 heliodor-0.1.2.tar.bz2 +463b73840be6461097122788bdf77979 heliodor-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 04:50:10 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 12 Dec 2006 23:50:10 -0500 Subject: owners owners.list,1.2104,1.2105 Message-ID: <200612130450.kBD4oAxo004691@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4675 Modified Files: owners.list Log Message: Add evolution-remove-duplicates Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2104 retrieving revision 1.2105 diff -u -r1.2104 -r1.2105 --- owners.list 13 Dec 2006 03:42:31 -0000 1.2104 +++ owners.list 13 Dec 2006 04:49:40 -0000 1.2105 @@ -396,6 +396,7 @@ Fedora Extras|evas|A hardware-accelerated canvas API|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eventlog|Syslog-ng v2 support library|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|evolution-bogofilter|A plugin for bogofilter support in evolution|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|evolution-remove-duplicates|Evolution plugin for removing duplicate mails|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim-doc|Documentation for the exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 04:54:12 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Tue, 12 Dec 2006 23:54:12 -0500 Subject: owners owners.list,1.2105,1.2106 Message-ID: <200612130454.kBD4sCFb004804@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4788 Modified Files: owners.list Log Message: misa is no longer here Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2105 retrieving revision 1.2106 diff -u -r1.2105 -r1.2106 --- owners.list 13 Dec 2006 04:49:40 -0000 1.2105 +++ owners.list 13 Dec 2006 04:53:42 -0000 1.2106 @@ -304,7 +304,7 @@ Fedora Extras|ddrescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddskk|Daredevil SKK - Simple Kana to Kanji conversion program for Emacs|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dejavu-fonts|DejaVu Fonts|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| -Fedora Extras|deltarpm|Create deltas between rpms|misa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|deltarpm|Create deltas between rpms|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|denyhosts|A script to help thwart ssh server attacks|tibbs at math.uh.edu|extras-qa at fedoraproject.org| Fedora Extras|deskbar-applet|A Gnome applet to allow easy access to various search engines|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|deutex|Doom wad manipulation tool|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 05:07:58 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 13 Dec 2006 00:07:58 -0500 Subject: rpms/python-numarray/devel python-numarray.spec,1.5,1.6 Message-ID: <200612130507.kBD57wRC008008@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-numarray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7991 Modified Files: python-numarray.spec Log Message: Bump and release for python 2.5 rebuild Index: python-numarray.spec =================================================================== RCS file: /cvs/extras/rpms/python-numarray/devel/python-numarray.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-numarray.spec 6 Sep 2006 15:35:45 -0000 1.5 +++ python-numarray.spec 13 Dec 2006 05:07:28 -0000 1.6 @@ -4,7 +4,7 @@ Name: python-numarray Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python array manipulation and computational library Group: Development/Languages @@ -54,6 +54,9 @@ %changelog +* Tues Dec 12 2006 - Jef Spaleta - 1.5.2-2 +- Bump and release for python 2.5 rebuild + * Wed Sep 6 2006 - Orion Poplawski - 1.5.2-1 - Update to 1.5.2 - No longer ghost .pyo files From fedora-extras-commits at redhat.com Wed Dec 13 05:09:10 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Wed, 13 Dec 2006 00:09:10 -0500 Subject: rpms/python-numarray/devel python-numarray.spec,1.6,1.7 Message-ID: <200612130509.kBD59AHm008054@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-numarray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8038 Modified Files: python-numarray.spec Log Message: Bump and release for python 2.5 rebuild Index: python-numarray.spec =================================================================== RCS file: /cvs/extras/rpms/python-numarray/devel/python-numarray.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-numarray.spec 13 Dec 2006 05:07:28 -0000 1.6 +++ python-numarray.spec 13 Dec 2006 05:08:40 -0000 1.7 @@ -54,7 +54,7 @@ %changelog -* Tues Dec 12 2006 - Jef Spaleta - 1.5.2-2 +* Tue Dec 12 2006 - Jef Spaleta - 1.5.2-2 - Bump and release for python 2.5 rebuild * Wed Sep 6 2006 - Orion Poplawski - 1.5.2-1 From fedora-extras-commits at redhat.com Wed Dec 13 05:20:15 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 00:20:15 -0500 Subject: rpms/beryl-plugins/devel fedora-cubecaps.png,NONE,1.1 Message-ID: <200612130520.kBD5KFAl008185@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8180 Added Files: fedora-cubecaps.png Log Message: Helps to cvs add files you want included in the build... From fedora-extras-commits at redhat.com Wed Dec 13 05:33:51 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 00:33:51 -0500 Subject: rpms/numpy/devel numpy.spec,1.8,1.9 Message-ID: <200612130533.kBD5XpjH008295@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8280 Modified Files: numpy.spec Log Message: Disable pydebug, currently fails w/python 2.5 Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- numpy.spec 12 Dec 2006 14:25:06 -0000 1.8 +++ numpy.spec 13 Dec 2006 05:33:21 -0000 1.9 @@ -4,7 +4,7 @@ Name: numpy Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -37,7 +37,7 @@ %build ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \ - %{__python} setup.py build + %{__python} setup.py build --without-pydebug %install rm -rf $RPM_BUILD_ROOT @@ -70,6 +70,9 @@ %{python_sitearch}/%{name} %changelog +* Wed Dec 12 2006 Jarod Wilson 1.0-3 +- Disable pydebug, build against python 2.5 fails otherwise + * Tue Dec 12 2006 Jarod Wilson 1.0-2 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Wed Dec 13 06:05:40 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Wed, 13 Dec 2006 01:05:40 -0500 Subject: rpms/evolution-remove-duplicates/FC-5 evolution-remove-duplicates.spec, 1.6, 1.7 rmdups-0.0.2-pkgconfig.patch, 1.3, 1.4 Message-ID: <200612130605.kBD65eMO011563@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/evolution-remove-duplicates/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11543 Modified Files: evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch Log Message: Adjust settings for FC-5's evolution version Index: evolution-remove-duplicates.spec =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/evolution-remove-duplicates.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- evolution-remove-duplicates.spec 12 Dec 2006 21:56:23 -0000 1.6 +++ evolution-remove-duplicates.spec 13 Dec 2006 06:05:10 -0000 1.7 @@ -2,7 +2,7 @@ Name: evolution-remove-duplicates Version: 0.0.2 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Evolution plugin for removing duplicate mails Group: Applications/Productivity @@ -50,12 +50,15 @@ %files %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.* -%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error +%{_libdir}/evolution/2.6/plugins/*org-gnome-remove-duplicates.* +%{_datadir}/evolution/2.6/errors/org-gnome-remove-duplicates.error %changelog +* Wed Dec 13 2006 Michel Salim - 0.0.2-3.fc5.1 +- Adjustments for FC-5's evolution 2.6 + * Thu Dec 7 2006 Michel Salim - 0.0.2-3 - Add temporary workaround BR on evolution-data-server-devel rmdups-0.0.2-pkgconfig.patch: Index: rmdups-0.0.2-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/evolution-remove-duplicates/FC-5/rmdups-0.0.2-pkgconfig.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rmdups-0.0.2-pkgconfig.patch 12 Dec 2006 21:56:23 -0000 1.3 +++ rmdups-0.0.2-pkgconfig.patch 13 Dec 2006 06:05:10 -0000 1.4 @@ -5,18 +5,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -25,18 +25,18 @@ elif test -n "$PKG_CONFIG"; then if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \" - evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= \$EVOLUTION_PLUGIN_REQUIRED \" >/dev/null 2>&1") >&5 ($PKG_CONFIG --exists " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED " 2>/dev/null` else pkg_failed=yes @@ -45,14 +45,14 @@ if test $pkg_failed = yes; then REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED "` # Put the nasty error message in config.log where it belongs echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5 { { echo "$as_me:$LINENO: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -61,7 +61,7 @@ more details." >&5 echo "$as_me: error: Package requirements ( - evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED -+ evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin-2.6 >= $EVOLUTION_PLUGIN_REQUIRED ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. @@ -70,11 +70,11 @@ -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4` -+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.6` -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4` -+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.6` ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" From fedora-extras-commits at redhat.com Wed Dec 13 11:32:20 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:20 -0500 Subject: rpms/perl-Geo-Forward - New directory Message-ID: <200612131132.kBDBWK25029026@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29022/perl-Geo-Forward Log Message: Directory /cvs/extras/rpms/perl-Geo-Forward added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:32:25 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:25 -0500 Subject: rpms/perl-Geo-Forward/devel - New directory Message-ID: <200612131132.kBDBWPJ3029043@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29022/perl-Geo-Forward/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Forward/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:32:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:45 -0500 Subject: rpms/perl-Geo-Forward Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612131132.kBDBWjNE029081@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29075 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Forward --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Forward all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 11:32:50 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:32:50 -0500 Subject: rpms/perl-Geo-Forward/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612131132.kBDBWo2e029100@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29075/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Forward --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 11:33:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:33:58 -0500 Subject: rpms/perl-Geo-Forward import.log,1.1,1.2 Message-ID: <200612131133.kBDBXwQ6029211@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29160 Modified Files: import.log Log Message: auto-import perl-Geo-Forward-0.11-1 on branch devel from perl-Geo-Forward-0.11-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Forward/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 11:32:45 -0000 1.1 +++ import.log 13 Dec 2006 11:33:28 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Forward-0_11-1:HEAD:perl-Geo-Forward-0.11-1.src.rpm:1166009955 From fedora-extras-commits at redhat.com Wed Dec 13 11:33:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:33:58 -0500 Subject: rpms/perl-Geo-Forward/devel perl-Geo-Forward.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612131134.kBDBXwj8029215@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Forward/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29160/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Forward.spec Log Message: auto-import perl-Geo-Forward-0.11-1 on branch devel from perl-Geo-Forward-0.11-1.src.rpm --- NEW FILE perl-Geo-Forward.spec --- Name: perl-Geo-Forward Version: 0.11 Release: 1%{?dist} Summary: Calculate geographic location from lat, lon, distance, and heading Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Forward/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Forward-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 BuildRequires: perl(Geo::Functions) >= 0.03 BuildRequires: perl(Geo::Ellipsoids) >= 0.09 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Forward-%{version} %{__perl} -i -pe 's/\r//;' doc/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README doc/ %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.11-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Forward/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 11:32:50 -0000 1.1 +++ .cvsignore 13 Dec 2006 11:33:28 -0000 1.2 @@ -0,0 +1 @@ +Geo-Forward-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Forward/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 11:32:50 -0000 1.1 +++ sources 13 Dec 2006 11:33:28 -0000 1.2 @@ -0,0 +1 @@ +6142d7c7c67bf1d7aee09a40ad5e0512 Geo-Forward-0.11.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 11:35:29 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:29 -0500 Subject: rpms/perl-Geo-Inverse - New directory Message-ID: <200612131135.kBDBZTJW029341@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29337/perl-Geo-Inverse Log Message: Directory /cvs/extras/rpms/perl-Geo-Inverse added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:35:34 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:34 -0500 Subject: rpms/perl-Geo-Inverse/devel - New directory Message-ID: <200612131135.kBDBZYnp029359@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29337/perl-Geo-Inverse/devel Log Message: Directory /cvs/extras/rpms/perl-Geo-Inverse/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 11:35:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:54 -0500 Subject: rpms/perl-Geo-Inverse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612131135.kBDBZsTp029398@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29392 Added Files: Makefile import.log Log Message: Setup of module perl-Geo-Inverse --- NEW FILE Makefile --- # Top level Makefile for module perl-Geo-Inverse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 11:35:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:35:54 -0500 Subject: rpms/perl-Geo-Inverse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612131135.kBDBZsZ7029414@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29392/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Geo-Inverse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 11:36:55 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:36:55 -0500 Subject: rpms/perl-Geo-Inverse import.log,1.1,1.2 Message-ID: <200612131136.kBDBateG029517@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29469 Modified Files: import.log Log Message: auto-import perl-Geo-Inverse-0.04-1 on branch devel from perl-Geo-Inverse-0.04-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Inverse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 11:35:54 -0000 1.1 +++ import.log 13 Dec 2006 11:36:25 -0000 1.2 @@ -0,0 +1 @@ +perl-Geo-Inverse-0_04-1:HEAD:perl-Geo-Inverse-0.04-1.src.rpm:1166010133 From fedora-extras-commits at redhat.com Wed Dec 13 11:36:55 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:36:55 -0500 Subject: rpms/perl-Geo-Inverse/devel perl-Geo-Inverse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612131137.kBDBattR029521@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Geo-Inverse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29469/devel Modified Files: .cvsignore sources Added Files: perl-Geo-Inverse.spec Log Message: auto-import perl-Geo-Inverse-0.04-1 on branch devel from perl-Geo-Inverse-0.04-1.src.rpm --- NEW FILE perl-Geo-Inverse.spec --- Name: perl-Geo-Inverse Version: 0.04 Release: 1%{?dist} Summary: Calculate geographic distance from a lat & lon pair Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Geo-Inverse/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Geo-Inverse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Constants) >= 0.04 BuildRequires: perl(Geo::Functions) >= 0.03 BuildRequires: perl(Geo::Ellipsoids) >= 0.09 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Geo-Inverse-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/Geo/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 10 2006 Jose Pedro Oliveira - 0.04-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Inverse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 11:35:54 -0000 1.1 +++ .cvsignore 13 Dec 2006 11:36:25 -0000 1.2 @@ -0,0 +1 @@ +Geo-Inverse-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Geo-Inverse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 11:35:54 -0000 1.1 +++ sources 13 Dec 2006 11:36:25 -0000 1.2 @@ -0,0 +1 @@ +0f401e9878fcf69d3ad701b1b2103898 Geo-Inverse-0.04.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 11:38:00 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 13 Dec 2006 06:38:00 -0500 Subject: owners owners.list,1.2106,1.2107 Message-ID: <200612131138.kBDBc0SD029600@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29569 Modified Files: owners.list Log Message: New packages: perl-Geo-Forward (#219352) and perl-Geo-Inverse (#219353) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2106 retrieving revision 1.2107 diff -u -r1.2106 -r1.2107 --- owners.list 13 Dec 2006 04:53:42 -0000 1.2106 +++ owners.list 13 Dec 2006 11:37:30 -0000 1.2107 @@ -1515,7 +1515,9 @@ Fedora Extras|perl-GDTextUtil|Text utilities for use with GD|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Geo-Constants|Standard Geo:: constants|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Geo-Ellipsoids|Standard Geo:: ellipsoids|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Forward|Calculate geographic location from lat, lon, distance, and heading|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Geo-Functions|Standard Geo:: functions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Geo-Inverse|Calculate geographic distance from a lat & lon pair|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-gettext|Interface to gettext family of functions|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Glib|Perl interface to GLib|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,ghenry at suretecsystems.com From fedora-extras-commits at redhat.com Wed Dec 13 13:50:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 08:50:39 -0500 Subject: rpms/sbcl/FC-6 .cvsignore, 1.17, 1.18 sbcl.spec, 1.54, 1.55 sources, 1.19, 1.20 Message-ID: <200612131350.kBDDodQY004859@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4840 Modified Files: .cvsignore sbcl.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 8 Nov 2006 14:24:42 -0000 1.17 +++ .cvsignore 13 Dec 2006 13:50:09 -0000 1.18 @@ -1,6 +1,5 @@ -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.16-source.tar.bz2 -sbcl-0.9.17-source.tar.bz2 sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sbcl.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- sbcl.spec 14 Nov 2006 02:59:05 -0000 1.54 +++ sbcl.spec 13 Dec 2006 13:50:09 -0000 1.55 @@ -4,13 +4,13 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.18 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,7 +24,7 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -91,10 +91,11 @@ %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -220,6 +221,10 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + * Mon Nov 13 2006 Rex Dieter 0.9.18-2 - fix awol contrib/sb-bsd-sockets (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 8 Nov 2006 14:24:42 -0000 1.19 +++ sources 13 Dec 2006 13:50:09 -0000 1.20 @@ -1 +1 @@ -a00122024746ecb81bfff1a328bb2336 sbcl-0.9.18-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 14:10:05 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Wed, 13 Dec 2006 09:10:05 -0500 Subject: rpms/graphviz/devel graphviz.spec,1.29,1.30 Message-ID: <200612131410.kBDEA5qe008068@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/graphviz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8053 Modified Files: graphviz.spec Log Message: * Wed Dec 13 2006 Patrick "Jima" Laughton 2.12-2 - Use of RPM_INSTALL_PREFIX0 in %%post requires Prefix: to be set Index: graphviz.spec =================================================================== RCS file: /cvs/extras/rpms/graphviz/devel/graphviz.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- graphviz.spec 11 Dec 2006 18:42:36 -0000 1.29 +++ graphviz.spec 13 Dec 2006 14:09:35 -0000 1.30 @@ -7,7 +7,7 @@ #-- graphviz src.rpm -------------------------------------------------------- Name: graphviz Version: 2.12 -Release: 1%{?dist} +Release: 2%{?dist} License: CPL URL: http://www.graphviz.org/ @@ -15,7 +15,7 @@ Patch0: %{name}-php5.patch # graphviz is relocatable -#Prefix: /usr +Prefix: /usr #-- feature and package selection ------------------------------------------- # depends on %dist and %fedora (or %rhl or %rhel) which are set @@ -429,6 +429,9 @@ #-- changelog -------------------------------------------------- %changelog +* Wed Dec 13 2006 Patrick "Jima" Laughton 2.12-2 +- Use of RPM_INSTALL_PREFIX0 in %%post requires Prefix: to be set + * Mon Dec 11 2006 Patrick "Jima" Laughton 2.12-1 - Fixed dist tag - Fixed minor typo in -lua description (BZ#218191) From fedora-extras-commits at redhat.com Wed Dec 13 14:19:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:19:15 -0500 Subject: rpms/sbcl/FC-5 .cvsignore, 1.17, 1.18 sbcl.spec, 1.51, 1.52 sources, 1.19, 1.20 Message-ID: <200612131419.kBDEJFME008139@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8120 Modified Files: .cvsignore sbcl.spec sources Log Message: * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 8 Nov 2006 14:41:17 -0000 1.17 +++ .cvsignore 13 Dec 2006 14:18:45 -0000 1.18 @@ -1,6 +1,5 @@ -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.16-source.tar.bz2 -sbcl-0.9.17-source.tar.bz2 sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sbcl.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- sbcl.spec 14 Nov 2006 03:00:09 -0000 1.51 +++ sbcl.spec 13 Dec 2006 14:18:45 -0000 1.52 @@ -4,13 +4,13 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.18 -Release: 2%{?dist} +Version: 1.0 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,7 +24,7 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -91,10 +91,11 @@ %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -220,6 +221,10 @@ %changelog +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + * Mon Nov 13 2006 Rex Dieter 0.9.18-2 - fix awol contrib/sb-bsd-sockets (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 8 Nov 2006 14:41:17 -0000 1.19 +++ sources 13 Dec 2006 14:18:45 -0000 1.20 @@ -1 +1 @@ -a00122024746ecb81bfff1a328bb2336 sbcl-0.9.18-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 14:37:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:37:04 -0500 Subject: rpms/maxima/devel maxima-5.11.0-xdg_utils.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 maxima.spec, 1.48, 1.49 sources, 1.9, 1.10 maxima-5.10.0-xdg-utils.patch, 1.1, NONE maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612131437.kBDEb4Ij008333@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8309 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.11.0-xdg_utils.patch Removed Files: maxima-5.10.0-xdg-utils.patch maxima.el-xemacs.patch Log Message: * Wed Dec 13 2006 Rex Dieter 5.10.99-0.1.rc2 - maxima-5.10.99rc2 maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.10.99rc2/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.10.99rc2/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-13 07:15:16.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 21 Sep 2006 15:18:06 -0000 1.10 +++ .cvsignore 13 Dec 2006 14:36:34 -0000 1.11 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz +maxima-5.10.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- maxima.spec 6 Dec 2006 14:23:06 -0000 1.48 +++ maxima.spec 13 Dec 2006 14:36:34 -0000 1.49 @@ -1,12 +1,13 @@ %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define beta rc2 Summary: Symbolic Computation Program Name: maxima -Version: 5.10.0 +Version: 5.10.99 -Release: 9%{?dist}.2 +Release: 0.1.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -22,8 +23,7 @@ %ifarch %{ix86} x86_64 %define default_lisp gcl -## skip clisp, for now, rawhide breakage -#define _enable_clisp --enable-clisp +%define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl %endif @@ -45,9 +45,7 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.10.0-xdg-utils.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch +Patch1: maxima-5.11.0-xdg_utils.patch # use sbcl --disable-debugger Patch3: maxima-5.9.4-sbcl-disable-debugger.patch # emaxima fix from Camm Maguire @@ -63,7 +61,7 @@ BuildRequires: time # texi2dvi -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 BuildRequires: texinfo-tex %else BuildRequires: texinfo @@ -141,7 +139,7 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 # See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch @@ -158,8 +156,7 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -# almost any sbcl will do, but we want to be sure we're using the latest -- Rex -BuildRequires: sbcl >= 0.9.18 +BuildRequires: sbcl # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) @@ -181,7 +178,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch2 -p1 -b .xemacs #patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" @@ -337,7 +333,7 @@ %dir %{_libdir}/maxima/ %dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* %{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs @@ -386,6 +382,9 @@ %changelog +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.1.rc2 +- maxima-5.10.99rc2 + * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Sep 2006 15:18:06 -0000 1.9 +++ sources 13 Dec 2006 14:36:34 -0000 1.10 @@ -1,3 +1,4 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf 1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz --- maxima-5.10.0-xdg-utils.patch DELETED --- --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 14:47:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:47:38 -0500 Subject: rpms/maxima/FC-6 .cvsignore,1.10,1.11 maxima.spec,1.44,1.45 Message-ID: <200612131447.kBDElcZO008514@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8493 Modified Files: .cvsignore maxima.spec Log Message: * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 21 Sep 2006 15:18:06 -0000 1.10 +++ .cvsignore 13 Dec 2006 14:47:08 -0000 1.11 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz +maxima-5.10.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/maxima.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- maxima.spec 14 Nov 2006 14:57:08 -0000 1.44 +++ maxima.spec 13 Dec 2006 14:47:08 -0000 1.45 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -21,7 +21,7 @@ %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%define default_lisp clisp %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl @@ -385,6 +385,9 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + * Fri Nov 10 2006 Rex Dieter 5.10.0-8 - omit sbcl-disable-debugger patch (#214568) From fedora-extras-commits at redhat.com Wed Dec 13 14:48:08 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 13 Dec 2006 09:48:08 -0500 Subject: rpms/lilypond/FC-5 .cvsignore, 1.6, 1.7 lilypond.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612131448.kBDEm8VI008575@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8512 Modified Files: .cvsignore lilypond.spec sources Log Message: Upgrade to 2.10.x. Two bug fixes. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 6 Nov 2006 18:37:50 -0000 1.6 +++ .cvsignore 13 Dec 2006 14:47:38 -0000 1.7 @@ -1 +1 @@ -lilypond-2.8.8.tar.gz +lilypond-2.10.1.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lilypond.spec 6 Nov 2006 18:37:50 -0000 1.8 +++ lilypond.spec 13 Dec 2006 14:47:38 -0000 1.9 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.8.8 +Version: 2.10.1 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -13,12 +13,13 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info -Buildrequires: t1utils bison flex mftrace ImageMagick -BuildRequires: gettext python-devel tetex -BuildRequires: texinfo >= 4.7 +Buildrequires: t1utils bison flex ImageMagick gettext tetex +BuildRequires: python-devel >= 2.4.0 +BuildRequires: mftrace >= 1.1.19 +BuildRequires: texinfo >= 4.8 BuildRequires: guile-devel >= 1.6.4 BuildRequires: ghostscript >= 8.15 -BuildRequires: pango-devel >= 1.6.0 +BuildRequires: pango-devel >= 1.12.0 %description LilyPond is an automated music engraving system. It formats music @@ -65,13 +66,13 @@ %post -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %files -f %{name}.lang @@ -89,6 +90,11 @@ %changelog +* Tue Dec 12 2006 Quentin Spencer 2.10.1-1 +- Upgrade to 2.10.1. Fixes bug 219254. +- Update build requirements for 2.10.x. +- Fix bug 219400. + * Mon Nov 6 2006 Quentin Spencer 2.8.8-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 6 Nov 2006 18:37:50 -0000 1.6 +++ sources 13 Dec 2006 14:47:38 -0000 1.7 @@ -1 +1 @@ -2fe58ff2fcbc848def46ef287a693189 lilypond-2.8.8.tar.gz +b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 14:49:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:49:26 -0500 Subject: rpms/maxima/devel maxima.spec, 1.49, 1.50 sources, 1.10, 1.11 maxima-5.9.4-sbcl-disable-debugger.patch, 1.1, NONE Message-ID: <200612131449.kBDEnQTH008612@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8593 Modified Files: maxima.spec sources Removed Files: maxima-5.9.4-sbcl-disable-debugger.patch Log Message: update sources drop unused patch Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- maxima.spec 13 Dec 2006 14:36:34 -0000 1.49 +++ maxima.spec 13 Dec 2006 14:48:56 -0000 1.50 @@ -46,8 +46,6 @@ Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf Patch1: maxima-5.11.0-xdg_utils.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.4-sbcl-disable-debugger.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -178,7 +176,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" %patch6 -p1 -b .gcl-setarch Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Dec 2006 14:36:34 -0000 1.10 +++ sources 13 Dec 2006 14:48:56 -0000 1.11 @@ -1,4 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz 2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz --- maxima-5.9.4-sbcl-disable-debugger.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 14:51:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 09:51:19 -0500 Subject: rpms/maxima/devel maxima.spec,1.50,1.51 Message-ID: <200612131451.kBDEpJkJ008633@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618 Modified Files: maxima.spec Log Message: Release++, respin for cleaned up sources/patches Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- maxima.spec 13 Dec 2006 14:48:56 -0000 1.50 +++ maxima.spec 13 Dec 2006 14:50:49 -0000 1.51 @@ -7,7 +7,7 @@ Name: maxima Version: 5.10.99 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -379,7 +379,7 @@ %changelog -* Wed Dec 13 2006 Rex Dieter 5.10.99-0.1.rc2 +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 - maxima-5.10.99rc2 * Wed Dec 06 2006 Rex Dieter 5.10.0-9 From fedora-extras-commits at redhat.com Wed Dec 13 14:52:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 13 Dec 2006 09:52:50 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.10,1.11 Message-ID: <200612131452.kBDEqoCR008654@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8639 Modified Files: pitivi.spec Log Message: Add requirement on gstreamer-python Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pitivi.spec 12 Dec 2006 15:03:23 -0000 1.10 +++ pitivi.spec 13 Dec 2006 14:52:20 -0000 1.11 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildArch: noarch Requires: gnonlin +Requires: gstreamer-python BuildRequires: gstreamer-devel >= 0.10.2 BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 @@ -64,6 +65,9 @@ %{_datadir}/applications/* %changelog +* Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 +- Add requirement on gstreamer-python + * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. - Add dist tag From fedora-extras-commits at redhat.com Wed Dec 13 15:01:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 13 Dec 2006 10:01:04 -0500 Subject: rpms/alleggl/devel .cvsignore, 1.2, 1.3 alleggl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612131501.kBDF14fF011708@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8827 Modified Files: .cvsignore alleggl.spec sources Log Message: * Wed Dec 13 2006 Hans de Goede 0.4.0-1 - New upstream release 0.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 +++ .cvsignore 13 Dec 2006 15:00:34 -0000 1.3 @@ -1 +1 @@ -alleggl-0.4.0_rc4.tar.bz2 +alleggl-0.4.0.tar.bz2 Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/alleggl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- alleggl.spec 28 Aug 2006 05:08:10 -0000 1.2 +++ alleggl.spec 13 Dec 2006 15:00:34 -0000 1.3 @@ -1,13 +1,11 @@ -%define pre_version rc4 - Name: alleggl Version: 0.4.0 -Release: 0.5.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +84,9 @@ %changelog +* Wed Dec 13 2006 Hans de Goede 0.4.0-1 +- New upstream release 0.4.0 final + * Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 - FE6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 20:47:40 -0000 1.2 +++ sources 13 Dec 2006 15:00:34 -0000 1.3 @@ -1 +1 @@ -0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 +43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:02:11 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 13 Dec 2006 10:02:11 -0500 Subject: rpms/alleggl/FC-6 .cvsignore, 1.2, 1.3 alleggl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612131502.kBDF2Bsl012005@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11986 Modified Files: .cvsignore alleggl.spec sources Log Message: * Wed Dec 13 2006 Hans de Goede 0.4.0-1 - New upstream release 0.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 +++ .cvsignore 13 Dec 2006 15:01:40 -0000 1.3 @@ -1 +1 @@ -alleggl-0.4.0_rc4.tar.bz2 +alleggl-0.4.0.tar.bz2 Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-6/alleggl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- alleggl.spec 28 Aug 2006 05:08:10 -0000 1.2 +++ alleggl.spec 13 Dec 2006 15:01:40 -0000 1.3 @@ -1,13 +1,11 @@ -%define pre_version rc4 - Name: alleggl Version: 0.4.0 -Release: 0.5.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +84,9 @@ %changelog +* Wed Dec 13 2006 Hans de Goede 0.4.0-1 +- New upstream release 0.4.0 final + * Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 - FE6 Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 20:47:40 -0000 1.2 +++ sources 13 Dec 2006 15:01:40 -0000 1.3 @@ -1 +1 @@ -0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 +43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:03:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 13 Dec 2006 10:03:02 -0500 Subject: rpms/alleggl/FC-5 .cvsignore, 1.2, 1.3 alleggl.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131503.kBDF32W7012068@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12049 Modified Files: .cvsignore alleggl.spec sources Log Message: * Wed Dec 13 2006 Hans de Goede 0.4.0-1 - New upstream release 0.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 +++ .cvsignore 13 Dec 2006 15:02:32 -0000 1.3 @@ -1 +1 @@ -alleggl-0.4.0_rc4.tar.bz2 +alleggl-0.4.0.tar.bz2 Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-5/alleggl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- alleggl.spec 10 Aug 2006 20:47:40 -0000 1.1 +++ alleggl.spec 13 Dec 2006 15:02:32 -0000 1.2 @@ -1,13 +1,11 @@ -%define pre_version rc4 - Name: alleggl Version: 0.4.0 -Release: 0.4.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/download/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +84,12 @@ %changelog +* Wed Dec 13 2006 Hans de Goede 0.4.0-1 +- New upstream release 0.4.0 final + +* Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 +- FE6 Rebuild + * Thu Aug 10 2006 Hans de Goede 0.4.0-0.4.rc4 - Cleanup %%doc for both base and -devel a bit Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 20:47:40 -0000 1.2 +++ sources 13 Dec 2006 15:02:32 -0000 1.3 @@ -1 +1 @@ -0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 +43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:08:03 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 10:08:03 -0500 Subject: rpms/emerald/devel emerald.spec,1.2,1.3 Message-ID: <200612131508.kBDF83n9012182@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12134 Modified Files: emerald.spec Log Message: Add BR for freshly-added translation Index: emerald.spec =================================================================== RCS file: /cvs/extras/rpms/emerald/devel/emerald.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emerald.spec 13 Dec 2006 04:28:16 -0000 1.2 +++ emerald.spec 13 Dec 2006 15:07:33 -0000 1.3 @@ -3,7 +3,7 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,6 +17,7 @@ BuildRequires: beryl-core-devel >= %{version} BuildRequires: libwnck-devel, gtk2-devel BuildRequires: intltool, desktop-file-utils +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -59,6 +60,13 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/emerald-theme-manager.desktop +# Fix up xy_XY to just xy +for lang in tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} +done %find_lang %{name} @@ -101,6 +109,9 @@ %{_libdir}/libemeraldengine.so %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add necessary BR for freshly-added translations + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release From fedora-extras-commits at redhat.com Wed Dec 13 15:08:32 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 13 Dec 2006 10:08:32 -0500 Subject: rpms/lilypond/FC-5 .cvsignore, 1.7, 1.8 lilypond.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612131508.kBDF8Wqg012221@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12165 Modified Files: .cvsignore lilypond.spec sources Log Message: 2.10.2 is out, upgrade to that instead. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 13 Dec 2006 14:47:38 -0000 1.7 +++ .cvsignore 13 Dec 2006 15:08:02 -0000 1.8 @@ -1 +1 @@ -lilypond-2.10.1.tar.gz +lilypond-2.10.2.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- lilypond.spec 13 Dec 2006 14:47:38 -0000 1.9 +++ lilypond.spec 13 Dec 2006 15:08:02 -0000 1.10 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,8 +90,8 @@ %changelog -* Tue Dec 12 2006 Quentin Spencer 2.10.1-1 -- Upgrade to 2.10.1. Fixes bug 219254. +* Tue Dec 13 2006 Quentin Spencer 2.10.2-1 +- Upgrade to 2.10.2. Fixes bug 219254. - Update build requirements for 2.10.x. - Fix bug 219400. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 13 Dec 2006 14:47:38 -0000 1.7 +++ sources 13 Dec 2006 15:08:02 -0000 1.8 @@ -1 +1 @@ -b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz +604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 15:36:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 10:36:26 -0500 Subject: rpms/maxima/FC-5 .cvsignore, 1.7, 1.8 maxima.spec, 1.32, 1.33 sources, 1.7, 1.8 Message-ID: <200612131536.kBDFaQIT012540@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12517 Modified Files: .cvsignore maxima.spec sources Log Message: * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Sep 2006 15:41:51 -0000 1.7 +++ .cvsignore 13 Dec 2006 15:35:56 -0000 1.8 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz +maxima-5.10.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- maxima.spec 14 Nov 2006 13:43:37 -0000 1.32 +++ maxima.spec 13 Dec 2006 15:35:56 -0000 1.33 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -21,7 +21,7 @@ %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%define default_lisp clisp %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl @@ -157,8 +157,7 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -# almost any sbcl will do, but we want to be sure we're using the latest -- Rex -BuildRequires: sbcl >= 0.9.18 +BuildRequires: sbcl >= 1.0 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) @@ -385,6 +384,9 @@ %changelog +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + * Fri Nov 10 2006 Rex Dieter 5.10.0-8 - omit sbcl-disable-debugger patch (#214568) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Sep 2006 15:41:51 -0000 1.7 +++ sources 13 Dec 2006 15:35:56 -0000 1.8 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 15:39:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 10:39:40 -0500 Subject: rpms/maxima/FC-5 maxima.spec,1.33,1.34 sources,1.8,1.9 Message-ID: <200612131539.kBDFdeE7012619@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12602 Modified Files: maxima.spec sources Log Message: respin for fixed sources Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- maxima.spec 13 Dec 2006 15:35:56 -0000 1.33 +++ maxima.spec 13 Dec 2006 15:39:10 -0000 1.34 @@ -6,7 +6,7 @@ Name: maxima Version: 5.10.0 -Release: 9%{?dist} +Release: 9%{?dist}.1 License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 13 Dec 2006 15:35:56 -0000 1.8 +++ sources 13 Dec 2006 15:39:10 -0000 1.9 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz +1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 15:45:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 10:45:35 -0500 Subject: rpms/fltk/devel .cvsignore, 1.4, 1.5 fltk-1.1.7-test.patch, 1.1, 1.2 fltk.spec, 1.22, 1.23 sources, 1.4, 1.5 Message-ID: <200612131545.kBDFjZUj012766@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12740 Modified Files: .cvsignore fltk-1.1.7-test.patch fltk.spec sources Log Message: * Wed Dec 13 2006 Rex Dieter 1.1.7-7.r5555 - fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348) - restore static libs (they're tightly coupled with fltk-config) - cleanup %description's Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Feb 2006 08:17:17 -0000 1.4 +++ .cvsignore 13 Dec 2006 15:45:05 -0000 1.5 @@ -1 +1,2 @@ fltk-1.1.7-source.tar.bz2 +fltk-1.1.x-r5555.tar.bz2 fltk-1.1.7-test.patch: Index: fltk-1.1.7-test.patch =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk-1.1.7-test.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fltk-1.1.7-test.patch 12 Dec 2006 06:37:48 -0000 1.1 +++ fltk-1.1.7-test.patch 13 Dec 2006 15:45:05 -0000 1.2 @@ -14,7 +14,7 @@ done +test: -+ (cd test;; $(MAKE) $(MFLAGS)) ||: ++ (cd test;; $(MAKE) $(MFLAGS)) || exit 1 + install: makeinclude -mkdir -p $(DESTDIR)$(bindir) Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fltk.spec 12 Dec 2006 06:37:48 -0000 1.22 +++ fltk.spec 13 Dec 2006 15:45:05 -0000 1.23 @@ -1,13 +1,20 @@ +%define snap r5555 +#define _disable_static --disable-static + Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 6%{?dist} +Release: 7.%{snap}%{?dist} License: LGPL with exceptions Group: System Environment/Libraries URL: http://www.fltk.org/ +%if "%{?snap:1}" == "1" +Source0: ftp://ftp.easysw.com/pub/fltk/snapshots/fltk-1.1.x-%{snap}.tar.bz2 +%else Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2 +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # See http://bugzilla.redhat.com/199656 @@ -29,8 +36,14 @@ BuildRequires: desktop-file-utils BuildRequires: man +%description +FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. +It provides modern GUI functionality without the bloat, and supports +3D graphics via OpenGL and its built-in GLUT emulation. + + %package devel -Summary: Development package for %{name} +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel @@ -41,36 +54,27 @@ %else Requires: xorg-x11-devel %endif +%description devel +%{summary}. %package fluid Summary: Fast Light User Interface Designer Group: Development/Tools Requires: %{name}-devel = %{version}-%{release} - -%description -FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for -UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern -GUI functionality without the bloat, and supports 3D graphics via -OpenGL and its built-in GLUT emulation. FLTK is designed to be small -and modular enough to be statically linked, and also works fine as a -shared library. - -%description devel -This package contains development files for %{name} -FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for -UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern -GUI functionality without the bloat, and supports 3D graphics via -OpenGL and its built-in GLUT emulation. - %description fluid -fluid stands for the Fast Light User Interface Designer. It is an -interactive GUI designer for FLTK. +%{summary}, an interactive GUI designer for %{name}. %prep -%setup -q -n %{name}-%{version}%{?extraversion} +%if "%{?snap:1}" == "1" +%setup -q -n fltk-1.1.x-%{snap} +%else +%setup -q +%endif +%if "%{?snap:1}" != "1" %patch1 -p1 -b .199656 +%endif %patch2 -p1 -b .test @@ -79,7 +83,7 @@ export LDFLAGS="$(pkg-config xft --libs)" %configure \ - --disable-static \ + %{?_disable_static} \ --enable-shared \ --enable-threads \ --enable-xdbe \ @@ -106,11 +110,13 @@ ## unpackaged files # errant docs rm -rf $RPM_BUILD_ROOT%{_mandir}/cat* +%if "%{?_disable_static:1}" == "1" # static libs rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.a -# games: checkers/sudoku +%endif +# omit examples/games: make -C test uninstall-linux DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{sudoku,checkers}* +rm -f $RPM_BUILD_ROOT%{_mandir}/man?/{blocks,checkers,sudoku}* %check @@ -154,6 +160,12 @@ %{_libdir}/libfltk_forms.so %{_libdir}/libfltk_gl.so %{_libdir}/libfltk_images.so +%if "%{?_disable_static:1}" != "1" +%{_libdir}/libfltk.a +%{_libdir}/libfltk_forms.a +%{_libdir}/libfltk_gl.a +%{_libdir}/libfltk_images.a +%endif %{_mandir}/man1/fltk-config.1* %{_mandir}/man3/fltk.3* @@ -168,6 +180,11 @@ %changelog +* Wed Dec 13 2006 Rex Dieter 1.1.7-7.r5555 +- fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348) +- restore static libs (they're tightly coupled with fltk-config) +- cleanup %%description's + * Mon Dec 11 2006 Rex Dieter 1.1.7-6 - move tests to %%check section Index: sources =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Feb 2006 08:17:17 -0000 1.4 +++ sources 13 Dec 2006 15:45:05 -0000 1.5 @@ -1 +1 @@ -2e29319119adc9d63b2f26b72cae0a88 fltk-1.1.7-source.tar.bz2 +4dea63e0e947950b446f955555cd47c9 fltk-1.1.x-r5555.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 15:51:04 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 13 Dec 2006 10:51:04 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.9,1.10 Message-ID: <200612131551.kBDFp4ab012870@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12846 Modified Files: pitivi.spec Log Message: Add requirement on gstreamer-python Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pitivi.spec 12 Dec 2006 15:08:45 -0000 1.9 +++ pitivi.spec 13 Dec 2006 15:50:34 -0000 1.10 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildArch: noarch Requires: gnonlin +Requires: gstreamer-python BuildRequires: gstreamer-devel >= 0.10.2 BuildRequires: gstreamer-plugins-base-devel >= 0.10.2 @@ -64,6 +65,9 @@ %{_datadir}/applications/* %changelog +* Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 +- Add requirement on gstreamer-python + * Tue Dec 12 2006 Jeffrey C. Ollie - 0.10.1-4 - Taking ownership. - Add dist tag From fedora-extras-commits at redhat.com Wed Dec 13 16:02:46 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 11:02:46 -0500 Subject: rpms/beryl-plugins/devel beryl-plugins.spec,1.2,1.3 Message-ID: <200612131602.kBDG2kxo016090@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16073 Modified Files: beryl-plugins.spec Log Message: Add BR for freshly added translations Index: beryl-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/devel/beryl-plugins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- beryl-plugins.spec 13 Dec 2006 04:26:01 -0000 1.2 +++ beryl-plugins.spec 13 Dec 2006 16:02:16 -0000 1.3 @@ -3,7 +3,7 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager plug-ins BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,6 +17,7 @@ BuildRequires: beryl-core-devel >= %{version} BuildRequires: desktop-file-utils, librsvg2-devel +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -60,6 +61,9 @@ %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add BR for freshly added translations + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release From fedora-extras-commits at redhat.com Wed Dec 13 16:47:44 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 13 Dec 2006 11:47:44 -0500 Subject: rpms/amavisd-new/FC-6 .cvsignore, 1.6, 1.7 amavisd-new.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612131647.kBDGlifg016498@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16464 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Oct 2006 22:47:43 -0000 1.6 +++ .cvsignore 13 Dec 2006 16:47:14 -0000 1.7 @@ -1 +1 @@ -amavisd-new-2.4.3.tar.gz +amavisd-new-2.4.4.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/amavisd-new.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- amavisd-new.spec 15 Nov 2006 02:35:20 -0000 1.12 +++ amavisd-new.spec 13 Dec 2006 16:47:14 -0000 1.13 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.3 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.4.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -89,7 +89,7 @@ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m755 amavisd-{agent,nanny} $RPM_BUILD_ROOT%{_bindir}/ +install -m755 amavisd-{agent,nanny,release} $RPM_BUILD_ROOT%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd @@ -153,6 +153,12 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Tue Dec 05 2006 Steven Pritchard 2.4.4-1 +- Update to 2.4.4. + +* Fri Dec 01 2006 Steven Pritchard 2.4.3-5 +- Add missing amavisd-release script. + * Tue Nov 14 2006 Steven Pritchard 2.4.3-4 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Oct 2006 22:47:43 -0000 1.6 +++ sources 13 Dec 2006 16:47:14 -0000 1.7 @@ -1 +1 @@ -7c5f23b1cd523df31d10cf38150e8cea amavisd-new-2.4.3.tar.gz +08b009ca24dc3676293fc6b80db250a3 amavisd-new-2.4.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:08:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:08:43 -0500 Subject: rpms/clucene - New directory Message-ID: <200612131708.kBDH8hr0019697@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19693/clucene Log Message: Directory /cvs/extras/rpms/clucene added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 17:08:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:08:48 -0500 Subject: rpms/clucene/devel - New directory Message-ID: <200612131708.kBDH8mAx019710@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19693/clucene/devel Log Message: Directory /cvs/extras/rpms/clucene/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 13 17:09:00 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:09:00 -0500 Subject: rpms/clucene Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612131709.kBDH90Dc019740@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734 Added Files: Makefile import.log Log Message: Setup of module clucene --- NEW FILE Makefile --- # Top level Makefile for module clucene all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 13 17:09:06 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:09:06 -0500 Subject: rpms/clucene/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612131709.kBDH96qC019757@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module clucene --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 13 17:10:08 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:10:08 -0500 Subject: rpms/clucene/devel clucene.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612131710.kBDHA8oV019830@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19796/devel Modified Files: .cvsignore sources Added Files: clucene.spec Log Message: auto-import clucene-0.9.16a-1 on branch devel from clucene-0.9.16a-1.src.rpm --- NEW FILE clucene.spec --- Summary: A C++ port of Lucene Name: clucene Version: 0.9.16a Release: 1%{?dist} License: LGPL Group: Development/System URL: http://www.sourceforge.net/projects/clucene Source: http://easynews.dl.sf.net/clucene/clucene-core-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake %description CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++ %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the static libraries and header files needed for developing with clucene %prep %setup -q -n clucene-core-%{version} %build %configure --disable-static make %{?_smp_mflags} # Run the tests %check make check %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install #Hope upstream will correct this problem in the next release mv %{buildroot}%{_libdir}/CLucene/clucene-config.h %{buildroot}%{_includedir}/CLucene/ rm -rf %{buildroot}%{_libdir}/CLucene #Package the docs mkdir -p %{buildroot}%{_datadir}/%{name}/doc cp -pr doc/*.htm doc/*.jpg %{buildroot}%{_datadir}/%{name}/doc rm -rf %{buildroot}%{_libdir}/*.la %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* %files devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h %{_libdir}/*.so %{_datadir}/%{name}/ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Update to latest stable release - Run make check during build * Mon Nov 20 2006 Deji Akingunola - 0.9.15-3 - Don't package APACHE.license since we've LGPL instead - Package documentation in devel subpackage * Mon Nov 13 2006 Deji Akingunola - 0.9.15-2 - Fix a bunch of issues with the spec (#215258) - Moved the header file away from lib dir * Sat Nov 04 2006 Deji Akingunola - 0.9.15-1 - Initial packaging for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clucene/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Dec 2006 17:09:06 -0000 1.1 +++ .cvsignore 13 Dec 2006 17:09:38 -0000 1.2 @@ -0,0 +1 @@ +clucene-core-0.9.16a.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clucene/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Dec 2006 17:09:06 -0000 1.1 +++ sources 13 Dec 2006 17:09:38 -0000 1.2 @@ -0,0 +1 @@ +0ed4f537321065c68ed802be67b25b10 clucene-core-0.9.16a.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 17:10:08 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:10:08 -0500 Subject: rpms/clucene import.log,1.1,1.2 Message-ID: <200612131710.kBDHA8FE019826@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19796 Modified Files: import.log Log Message: auto-import clucene-0.9.16a-1 on branch devel from clucene-0.9.16a-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clucene/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Dec 2006 17:09:00 -0000 1.1 +++ import.log 13 Dec 2006 17:09:38 -0000 1.2 @@ -0,0 +1 @@ +clucene-0_9_16a-1:HEAD:clucene-0.9.16a-1.src.rpm:1166030133 From fedora-extras-commits at redhat.com Wed Dec 13 17:14:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 13 Dec 2006 12:14:19 -0500 Subject: owners owners.list,1.2107,1.2108 Message-ID: <200612131714.kBDHEJIt019889@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19872 Modified Files: owners.list Log Message: Adding clucene Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2107 retrieving revision 1.2108 diff -u -r1.2107 -r1.2108 --- owners.list 13 Dec 2006 11:37:30 -0000 1.2107 +++ owners.list 13 Dec 2006 17:13:49 -0000 1.2108 @@ -216,6 +216,7 @@ Fedora Extras|clipsmm|Clipsmm is a C++ wrapper for the CLIPS C library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|clisp|Common Lisp (ANSI CL) implementation|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|cln|Class Library for Numbers|qspencer at ieee.org|extras-qa at fedoraproject.org| +Fedora Extras|clucene|A C++ port of lucene|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clusterssh|Secure concurrent multi-server terminal control|duncan_j_ferguson at yahoo.co.uk|extras-qa at fedoraproject.org| Fedora Extras|cmake|Cross-platform make system|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 13 17:28:39 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:28:39 -0500 Subject: rpms/enemies-of-carlotta/devel .cvsignore, 1.4, 1.5 enemies-of-carlotta.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612131728.kBDHSdUN020009@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19990 Modified Files: .cvsignore enemies-of-carlotta.spec sources Log Message: - Update to 1.2.4 - Include the french man pages again Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 15 Sep 2006 07:36:10 -0000 1.4 +++ .cvsignore 13 Dec 2006 17:28:09 -0000 1.5 @@ -1 +1 @@ -enemies-of-carlotta-1.2.2.tar.gz +enemies-of-carlotta-1.2.4.tar.gz Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/enemies-of-carlotta.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- enemies-of-carlotta.spec 20 Oct 2006 17:09:59 -0000 1.7 +++ enemies-of-carlotta.spec 13 Dec 2006 17:28:09 -0000 1.8 @@ -1,6 +1,6 @@ Name: enemies-of-carlotta -Version: 1.2.2 -Release: 3%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: A simple mailing list manager Group: Applications/Internet @@ -48,12 +48,16 @@ %{_bindir}/enemies-of-carlotta %{_datadir}/%{name} %{_mandir}/man1/* -%exclude %{_mandir}/fr/man1/* +%{_mandir}/fr/man1/* %{_mandir}/es/man1/* %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.2.4-1.fc7 +- Update to 1.2.4 +- Include the french man pages again + * Fri Oct 20 2006 Ralf Ertzinger 1.2.2-3.fc6 - Temporarily exclude the french man pages to evade an update conflict with man-pages-fr Index: sources =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Sep 2006 07:36:10 -0000 1.4 +++ sources 13 Dec 2006 17:28:09 -0000 1.5 @@ -1 +1 @@ -da0edcdf5f42c10da45dc64f9d32d0be enemies-of-carlotta-1.2.2.tar.gz +520587af499bd560bdd0fe202b36f937 enemies-of-carlotta-1.2.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:30:26 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:30:26 -0500 Subject: rpms/enemies-of-carlotta/FC-6 .cvsignore, 1.4, 1.5 enemies-of-carlotta.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612131730.kBDHUQ6E020104@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20081 Modified Files: .cvsignore enemies-of-carlotta.spec sources Log Message: - Update to 1.2.4 - Include the french man pages again Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 15 Sep 2006 07:36:10 -0000 1.4 +++ .cvsignore 13 Dec 2006 17:29:56 -0000 1.5 @@ -1 +1 @@ -enemies-of-carlotta-1.2.2.tar.gz +enemies-of-carlotta-1.2.4.tar.gz Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-6/enemies-of-carlotta.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- enemies-of-carlotta.spec 20 Oct 2006 17:09:59 -0000 1.7 +++ enemies-of-carlotta.spec 13 Dec 2006 17:29:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: enemies-of-carlotta -Version: 1.2.2 -Release: 3%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: A simple mailing list manager Group: Applications/Internet @@ -48,12 +48,16 @@ %{_bindir}/enemies-of-carlotta %{_datadir}/%{name} %{_mandir}/man1/* -%exclude %{_mandir}/fr/man1/* +%{_mandir}/fr/man1/* %{_mandir}/es/man1/* %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.2.4-1.fc6 +- Update to 1.2.4 +- Include the french man pages again + * Fri Oct 20 2006 Ralf Ertzinger 1.2.2-3.fc6 - Temporarily exclude the french man pages to evade an update conflict with man-pages-fr Index: sources =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Sep 2006 07:36:10 -0000 1.4 +++ sources 13 Dec 2006 17:29:56 -0000 1.5 @@ -1 +1 @@ -da0edcdf5f42c10da45dc64f9d32d0be enemies-of-carlotta-1.2.2.tar.gz +520587af499bd560bdd0fe202b36f937 enemies-of-carlotta-1.2.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:32:42 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:32:42 -0500 Subject: rpms/enemies-of-carlotta/FC-5 .cvsignore, 1.3, 1.4 enemies-of-carlotta.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612131732.kBDHWgYe020194@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20175 Modified Files: .cvsignore enemies-of-carlotta.spec sources Log Message: - Update to 1.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Feb 2006 08:45:49 -0000 1.3 +++ .cvsignore 13 Dec 2006 17:32:12 -0000 1.4 @@ -1 +1 @@ -enemies-of-carlotta-1.2.1.tar.gz +enemies-of-carlotta-1.2.4.tar.gz Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-5/enemies-of-carlotta.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- enemies-of-carlotta.spec 22 Feb 2006 08:45:49 -0000 1.4 +++ enemies-of-carlotta.spec 13 Dec 2006 17:32:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: enemies-of-carlotta -Version: 1.2.1 +Version: 1.2.4 Release: 1%{?dist} Summary: A simple mailing list manager @@ -54,6 +54,9 @@ %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.2.4-1.fc5 +- Update to 1.2.4 + * Wed Feb 22 2006 Ralf Ertzinger 1.2.1-1.fc5 - Update to 1.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Feb 2006 08:45:49 -0000 1.3 +++ sources 13 Dec 2006 17:32:12 -0000 1.4 @@ -1 +1 @@ -b3871d843a538cbb9384dd0ab3976982 enemies-of-carlotta-1.2.1.tar.gz +520587af499bd560bdd0fe202b36f937 enemies-of-carlotta-1.2.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 17:40:05 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Wed, 13 Dec 2006 12:40:05 -0500 Subject: rpms/enemies-of-carlotta/FC-4 enemies-of-carlotta-1.0.3-shellquote.patch, NONE, 1.1 enemies-of-carlotta.spec, 1.3, 1.4 Message-ID: <200612131740.kBDHe5MH020281@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/enemies-of-carlotta/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263 Modified Files: enemies-of-carlotta.spec Added Files: enemies-of-carlotta-1.0.3-shellquote.patch Log Message: - Add security bugfix for CVE-2006-5875 from upstream enemies-of-carlotta-1.0.3-shellquote.patch: --- NEW FILE enemies-of-carlotta-1.0.3-shellquote.patch --- --- enemies-of-carlotta-1.0.3.orig/eoc.py +++ enemies-of-carlotta-1.0.3/eoc.py @@ -119,6 +119,33 @@ return string.join(map(lambda c: "%02x" % ord(c), hash), "") +def forkexec(argv, text): + """Run a command (given as argv array) and write text to its stdin""" + (r, w) = os.pipe() + pid = os.fork() + if pid == -1: + raise Exception("fork failed") + elif pid == 0: + os.dup2(r, 0) + os.close(r) + os.close(w) + fd = os.open("/dev/null", os.O_RDWR) + os.dup2(fd, 1) + os.dup2(fd, 2) + os.execvp(argv[0], argv) + sys.exit(1) + else: + os.close(r) + os.write(w, text) + os.close(w) + (pid2, exit) = os.waitpid(pid, 0) + if pid != pid2: + raise Exception("os.waitpid for %d returned for %d" % (pid, pid2)) + if exit != 0: + raise Exception("subprocess failed, exit=0x%x" % exit) + return exit + + environ = None def set_environ(new_environ): @@ -379,12 +406,8 @@ smtp.sendmail(envelope_sender, recipients, text) smtp.quit() else: - recipients = string.join(recipients, " ") - f = os.popen("%s -oi -f '%s' %s" % - (self.mlm.sendmail, envelope_sender, recipients), - "w") - f.write(text) - f.close() + forkexec([self.mlm.sendmail, "-oi", "-f", envelope_sender] + + recipients, text) else: debug("send_mail: no recipients, not sending") Index: enemies-of-carlotta.spec =================================================================== RCS file: /cvs/extras/rpms/enemies-of-carlotta/FC-4/enemies-of-carlotta.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- enemies-of-carlotta.spec 18 May 2005 14:03:36 -0000 1.3 +++ enemies-of-carlotta.spec 13 Dec 2006 17:39:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: enemies-of-carlotta Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple mailing list manager Group: Applications/Internet @@ -8,6 +8,7 @@ URL: http://liw.iki.fi/liw/eoc Source0: http://liw.iki.fi/liw/eoc/%{name}-%{version}.tar.gz Patch0: enemies-of-carlotta-1.0.3-Makefile.patch +Patch1: enemies-of-carlotta-1.0.3-shellquote.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python >= 2.1 @@ -24,6 +25,7 @@ %prep %setup -q %patch0 -p1 -b .Makefile +%patch1 -p1 -b .shellquote %build @@ -54,6 +56,9 @@ %changelog +* Wed Dec 13 2006 Ralf Ertzinger 1.0.3-4.fc4 +- Add security bugfix for CVE-2006-5875 from upstream + * Tue May 17 2005 Ralf Ertzinger 1.0.3-3 - Added %%{dist} - Made package noarch From fedora-extras-commits at redhat.com Wed Dec 13 17:54:44 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 12:54:44 -0500 Subject: rpms/beryl-core/devel beryl-core.spec,1.5,1.6 Message-ID: <200612131754.kBDHsiLj020436@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20421 Modified Files: beryl-core.spec Log Message: Minor spec cleanup Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/beryl-core.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- beryl-core.spec 13 Dec 2006 04:24:19 -0000 1.5 +++ beryl-core.spec 13 Dec 2006 17:54:14 -0000 1.6 @@ -97,9 +97,6 @@ %prep %setup -q -#patch0 -p0 -b .mesa64 -# Somebody hosed up the release tarball... -#find mesa/src -name "*.o" | xargs rm -f %build From fedora-extras-commits at redhat.com Wed Dec 13 17:55:30 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 12:55:30 -0500 Subject: rpms/beryl-core/FC-6 .cvsignore, 1.2, 1.3 beryl-core.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612131755.kBDHtUfA020476@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20448 Modified Files: .cvsignore beryl-core.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Nov 2006 20:31:35 -0000 1.2 +++ .cvsignore 13 Dec 2006 17:55:00 -0000 1.3 @@ -1 +1,2 @@ beryl-core-0.1.2.tar.bz2 +beryl-core-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/beryl-core.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-core.spec 21 Nov 2006 20:28:51 -0000 1.4 +++ beryl-core.spec 13 Dec 2006 17:55:00 -0000 1.5 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 6%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -97,26 +97,24 @@ %prep %setup -q -%patch0 -p0 -b .mesa64 -# Somebody hosed up the release tarball... -find mesa/src -name "*.o" | xargs rm -f %build -%configure --x-includes=%{_includedir}/X11/ --x-libraries=%{_libdir}/X11/ -ln -s %{_includedir}/X11 mesa/include/ -ln -s %{_includedir}/GL/glxproto.h mesa/include/GL/ -# Parallel builds currently broken -#make %{?_smp_mflags} -make +# --disable-berylmesa == don't build beryl-xgl +%configure --disable-berylmesa \ + --x-includes=%{_includedir}/X11/ \ + --x-libraries=%{_libdir}/X11/ +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Kill static lib and libtool lib -rm -f $RPM_BUILD_ROOT%{_libdir}/libberylsettings.{a,la} - +# Kill static and libtool libs +find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +# --disable-berylmesa should have made this not install... +rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -125,15 +123,17 @@ %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl* %dir %{_datadir}/beryl +%dir %{_libdir}/beryl/backends %{_datadir}/beryl/*.png %{_mandir}/man1/beryl* %{_libdir}/libberylsettings.so.0 %{_libdir}/libberylsettings.so.0.0.0 +%{_libdir}/beryl/backends/*.so %files devel @@ -154,10 +154,12 @@ %defattr(-,root,root,-) %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 21 2006 Jarod Wilson 0.1.2-6 - Dump R: beryl-vidcap until its into FE - Fix up GL library linking to resolve some undefined symbols -- R: and BR: for mesa-libGL-devel * Thu Nov 16 2006 Jarod Wilson 0.1.2-5 - Add BR: libXinerama-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Nov 2006 20:31:35 -0000 1.2 +++ sources 13 Dec 2006 17:55:00 -0000 1.3 @@ -1 +1 @@ -045aceb6e48e997c952d942fbe841e76 beryl-core-0.1.2.tar.bz2 +24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:02:11 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 13 Dec 2006 13:02:11 -0500 Subject: rpms/gnu-smalltalk/devel gst-2.3.1-am.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gnu-smalltalk.spec, 1.2, 1.3 sources, 1.2, 1.3 gst-2.3-am.patch, 1.1, NONE gst-2.3-install.patch, 1.1, NONE Message-ID: <200612131802.kBDI2BP9023711@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/gnu-smalltalk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23678 Modified Files: .cvsignore gnu-smalltalk.spec sources Added Files: gst-2.3.1-am.patch Removed Files: gst-2.3-am.patch gst-2.3-install.patch Log Message: New upstream release gst-2.3.1-am.patch: --- NEW FILE gst-2.3.1-am.patch --- --- smalltalk-2.3.1/Makefile.am.automake 2006-12-13 08:58:45.000000000 +0100 +++ smalltalk-2.3.1/Makefile.am 2006-12-13 18:28:17.000000000 +0100 @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = gnu 1.8 ACLOCAL_AMFLAGS = -I build-aux -PACKAGE=smalltalk +PACKAGE=gnu-smalltalk DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \ i18n tcp examples blox-tk . gtk tests doc --- smalltalk-2.3.1/configure.ac.automake 2006-12-13 09:00:11.000000000 +0100 +++ smalltalk-2.3.1/configure.ac 2006-12-13 18:30:25.000000000 +0100 @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([GNU Smalltalk], 2.3.1, help-smalltalk at gnu.org, smalltalk) +AC_INIT([GNU Smalltalk], 2.3.1, help-smalltalk at gnu.org, gnu-smalltalk) MAINTAINER="bonzini at gnu.org" dnl CURRENT:REVISION:AGE means this is the REVISION-th version of --- smalltalk-2.3.1/Makefile.in.automake 2006-12-13 09:01:47.000000000 +0100 +++ smalltalk-2.3.1/Makefile.in 2006-12-13 18:32:56.000000000 +0100 @@ -274,7 +274,7 @@ NCURSES_DISABLED = @NCURSES_DISABLED@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ -PACKAGE = smalltalk +PACKAGE = gnu-smalltalk PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ --- smalltalk-2.3.1/configure.automake 2006-12-13 18:31:12.000000000 +0100 +++ smalltalk-2.3.1/configure 2006-12-13 18:32:48.000000000 +0100 @@ -708,7 +708,7 @@ # Identity of this package. PACKAGE_NAME='GNU Smalltalk' -PACKAGE_TARNAME='smalltalk' +PACKAGE_TARNAME='gnu-smalltalk' PACKAGE_VERSION='2.3.1' PACKAGE_STRING='GNU Smalltalk 2.3.1' PACKAGE_BUGREPORT='help-smalltalk at gnu.org' @@ -2415,7 +2415,7 @@ # Define the identity of the package. - PACKAGE='smalltalk' + PACKAGE='gnu-smalltalk' VERSION='2.3.1' Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Dec 2006 18:53:59 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:01:40 -0000 1.3 @@ -1 +1 @@ -smalltalk-2.3.tar.gz +smalltalk-2.3.1.tar.gz Index: gnu-smalltalk.spec =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnu-smalltalk.spec 7 Dec 2006 19:54:26 -0000 1.2 +++ gnu-smalltalk.spec 13 Dec 2006 18:01:40 -0000 1.3 @@ -1,21 +1,20 @@ Summary: GNU Smalltalk Name: gnu-smalltalk -Version: 2.3 -Release: 4%{?dist} +Version: 2.3.1 +Release: 1%{?dist} # Source: smalltalk-2.2b.tar.gz Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz -Patch1: gst-2.3-am.patch -Patch2: gst-2.3-install.patch +Patch1: gst-2.3.1-am.patch License: GPL Group: Development/Languages URL: http://www.gnu.org/software/smalltalk/smalltalk.html Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) -ExcludeArch: x86_64 - Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +ExcludeArch: x86_64 + #BuildRequires: automake #BuildRequires: autoconf >= 2.60 BuildRequires: tk-devel @@ -66,15 +65,15 @@ %prep %setup -q -n smalltalk-%{version} %patch1 -p1 -b .automake -%patch2 -p1 -b .inst %build #automake #autoreconf + %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} \ --enable-static=no --enable-shared=yes --disable-rpath -make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" +make %{?_smp_mflags} LIBTOOL="%{_bindir}/libtool" %install rm -rf $RPM_BUILD_ROOT @@ -146,6 +145,9 @@ %{_datadir}/emacs/site-lisp/* %changelog +* Wed Dec 13 2006 Jochen Schmitt 2.3.1-1 +- New upstream release + * Thu Dec 7 2006 Jochen Schmitt 2.3-4 - Exclude x86_64 bc/ build failure Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Dec 2006 18:53:59 -0000 1.2 +++ sources 13 Dec 2006 18:01:40 -0000 1.3 @@ -1 +1 @@ -a75165ba9f0f50e24fa2160848e12269 smalltalk-2.3.tar.gz +42bd6adc7c84c2d6ca3e6086cb913334 smalltalk-2.3.1.tar.gz --- gst-2.3-am.patch DELETED --- --- gst-2.3-install.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 18:13:11 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:13:11 -0500 Subject: rpms/numpy/devel .cvsignore, 1.6, 1.7 numpy.spec, 1.9, 1.10 sources, 1.6, 1.7 numpy-0.9.8-gfortran.patch, 1.1, NONE Message-ID: <200612131813.kBDIDB97023831@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23812 Modified Files: .cvsignore numpy.spec sources Removed Files: numpy-0.9.8-gfortran.patch Log Message: Bump to new upstream release 1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 25 Oct 2006 21:55:43 -0000 1.6 +++ .cvsignore 13 Dec 2006 18:12:41 -0000 1.7 @@ -1,3 +1,4 @@ numpy-0.9.6.tar.gz numpy-0.9.8.tar.gz numpy-1.0.tar.gz +numpy-1.0.1.tar.gz Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- numpy.spec 13 Dec 2006 05:33:21 -0000 1.9 +++ numpy.spec 13 Dec 2006 18:12:41 -0000 1.10 @@ -3,8 +3,8 @@ %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy -Version: 1.0 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -18,16 +18,16 @@ BuildRequires: python-devel atlas-devel blas-devel lapack-devel python-setuptools gcc-gfortran %description -The Numeric Python extensions is a set of extensions to the Python programming -language which allows Python programmers to efficiently manipulate large sets -of objects organized in grid-like fashion. These sets of objects are called -arrays, and they can have any number of dimensions: one dimensional arrays are -similar to standard Python sequences, two-dimensional arrays are similar to -matrices from linear algebra. Note that one-dimensional arrays are also -different from any other Python sequence, and that two-dimensional matrices -are also different from the matrices of linear algebra. - -This package also contains a version of f2py that works properly with it. +NumPy is a general-purpose array-processing package designed to +efficiently manipulate large multi-dimensional arrays of arbitrary +records without sacrificing too much speed for small multi-dimensional +arrays. NumPy is built on the Numeric code base and adds features +introduced by numarray as well as an extended C-API and the ability to +create arrays of arbitrary type. + +There are also basic facilities for discrete fourier transform, +basic linear algebra and random number generation. Also included in +this package is a version of f2py that works properly with NumPy. %prep %setup -q @@ -35,15 +35,15 @@ %patch1 -p1 -b .gfortran %build -ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ +env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \ - %{__python} setup.py build --without-pydebug + %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT # skip-build currently broken, this works around it for now -ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ +env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \ %{__python} setup.py install --root $RPM_BUILD_ROOT rm -rf docs-f2py ; mv $RPM_BUILD_ROOT%{python_sitearch}/%{name}/f2py/docs docs-f2py @@ -70,8 +70,8 @@ %{python_sitearch}/%{name} %changelog -* Wed Dec 12 2006 Jarod Wilson 1.0-3 -- Disable pydebug, build against python 2.5 fails otherwise +* Wed Dec 13 2006 Jarod Wilson 1.0.1-1 +- New upstream release (yay, it even builds w/python 2.5) * Tue Dec 12 2006 Jarod Wilson 1.0-2 - Rebuild for python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Oct 2006 21:55:43 -0000 1.6 +++ sources 13 Dec 2006 18:12:41 -0000 1.7 @@ -1 +1 @@ -47dd0daa82e7b3f0fe74b969b388d7b3 numpy-1.0.tar.gz +13a29244cbe03e0d45e56d8d90ecb55d numpy-1.0.1.tar.gz --- numpy-0.9.8-gfortran.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 18:15:41 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:15:41 -0500 Subject: rpms/numpy/devel numpy.spec,1.10,1.11 Message-ID: <200612131815.kBDIFfAD023872@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/numpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23857 Modified Files: numpy.spec Log Message: remove stupid changelog comment, it actually doesn't built atm, waiting on python 2.5-5 build for fix... Index: numpy.spec =================================================================== RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- numpy.spec 13 Dec 2006 18:12:41 -0000 1.10 +++ numpy.spec 13 Dec 2006 18:15:11 -0000 1.11 @@ -71,7 +71,7 @@ %changelog * Wed Dec 13 2006 Jarod Wilson 1.0.1-1 -- New upstream release (yay, it even builds w/python 2.5) +- New upstream release * Tue Dec 12 2006 Jarod Wilson 1.0-2 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Wed Dec 13 18:24:57 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:24:57 -0500 Subject: rpms/beryl-dbus/FC-6 beryl-dbus.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200612131824.kBDIOvvk024001@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-dbus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23979 Modified Files: beryl-dbus.spec sources Log Message: New upstream release 0.1.3 Index: beryl-dbus.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/FC-6/beryl-dbus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-dbus.spec 21 Nov 2006 15:39:38 -0000 1.1 +++ beryl-dbus.spec 13 Dec 2006 18:24:27 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager dbus plug-in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,7 @@ %build %configure -# Parallel builds currently broken -#make %{?_smp_mflags} -make +make %{?_smp_mflags} %install @@ -57,6 +55,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-4 - Remove Req: dbus, rely on auto-gen dbus lib dep Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:39:38 -0000 1.2 +++ sources 13 Dec 2006 18:24:27 -0000 1.3 @@ -1 +1 @@ -15e9d90594b8e9ffa59e41f5c766749f beryl-dbus-0.1.2.tar.bz2 +1efbe8de95b4564ef52df67318fae100 beryl-dbus-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:32:34 2006 From: fedora-extras-commits at redhat.com (Miloslav Trmac (mitr)) Date: Wed, 13 Dec 2006 13:32:34 -0500 Subject: rpms/python-4Suite-XML/devel .cvsignore, 1.3, 1.4 python-4Suite-XML.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612131833.kBDIWY3v024098@cvs-int.fedora.redhat.com> Author: mitr Update of /cvs/extras/rpms/python-4Suite-XML/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24079 Modified Files: .cvsignore python-4Suite-XML.spec sources Log Message: * Wed Dec 13 2006 Miloslav Trmac - 1.0.1-1 - Update to 4Suite-XML-1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Nov 2006 03:31:58 -0000 1.3 +++ .cvsignore 13 Dec 2006 18:32:04 -0000 1.4 @@ -1 +1 @@ -4Suite-XML-1.0.tar.bz2 +4Suite-XML-1.0.1.tar.bz2 Index: python-4Suite-XML.spec =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/python-4Suite-XML.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-4Suite-XML.spec 9 Dec 2006 00:29:59 -0000 1.5 +++ python-4Suite-XML.spec 13 Dec 2006 18:32:04 -0000 1.6 @@ -1,15 +1,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define ver 1.0 Name: python-4Suite-XML -Version: 1.0 -Release: 2 +Version: 1.0.1 +Release: 1 Summary: A collection of XML-related technologies for Python Group: Development/Libraries License: Apacheish URL: http://www.4suite.org/ -Source0: http://dl.sourceforge.net/foursuite/4Suite-XML-%{ver}.tar.bz2 +Source0: http://dl.sourceforge.net/foursuite/4Suite-XML-1.0.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -24,7 +23,7 @@ * Ft.Lib: Various support libraries that can be used independently. %prep -%setup -q -n 4Suite-XML-%{ver} +%setup -q -n 4Suite-XML-1.0.1 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -56,10 +55,13 @@ %{_bindir}/4* %exclude %{_libdir}/4Suite %{python_sitearch}/Ft -%{python_sitearch}/4Suite_XML-1.0-py2.4.egg-info +%{python_sitearch}/4Suite_XML-*-py2.4.egg-info %{_datadir}/4Suite %changelog +* Wed Dec 13 2006 Miloslav Trmac - 1.0.1-1 +- Update to 4Suite-XML-1.0.1 + * Sat Dec 9 2006 Miloslav Trmac - 1.0-2 - Rebuild with Python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Nov 2006 03:31:58 -0000 1.3 +++ sources 13 Dec 2006 18:32:04 -0000 1.4 @@ -1 +1 @@ -6f87c2b25c507d65783a7ad9bf7de179 4Suite-XML-1.0.tar.bz2 +3091d7077b341d71ec0075c8efea13a6 4Suite-XML-1.0.1.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:34:33 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:34:33 -0500 Subject: rpms/beryl-dbus/FC-6 .cvsignore,1.2,1.3 Message-ID: <200612131835.kBDIYXfE024211@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-dbus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24192 Modified Files: .cvsignore Log Message: update .cvsignore too Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-dbus/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:39:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:34:03 -0000 1.3 @@ -1 +1,2 @@ beryl-dbus-0.1.2.tar.bz2 +beryl-dbus-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:36:40 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:36:40 -0500 Subject: rpms/beryl-manager/FC-6 .cvsignore, 1.2, 1.3 beryl-manager.desktop, 1.1, 1.2 beryl-manager.spec, 1.4, 1.5 sources, 1.2, 1.3 beryl-manager.svg, 1.1, NONE Message-ID: <200612131837.kBDIae2Z024271@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-manager/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250 Modified Files: .cvsignore beryl-manager.desktop beryl-manager.spec sources Removed Files: beryl-manager.svg Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:11:15 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:36:10 -0000 1.3 @@ -1 +1,2 @@ beryl-manager-0.1.2.tar.bz2 +beryl-manager-0.1.3.tar.bz2 Index: beryl-manager.desktop =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/beryl-manager.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-manager.desktop 22 Nov 2006 19:38:49 -0000 1.1 +++ beryl-manager.desktop 13 Dec 2006 18:36:10 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Beryl Manager Comment=Manage Beryl -Icon=/usr/share/pixmaps/beryl-manager.svg +Icon=/usr/share/icons/hicolor/scalable/apps/beryl-manager.svg Exec=beryl-manager Terminal=false Type=Application Index: beryl-manager.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/beryl-manager.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beryl-manager.spec 22 Nov 2006 19:52:00 -0000 1.4 +++ beryl-manager.spec 13 Dec 2006 18:36:10 -0000 1.5 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator and theme management utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 -Source1: beryl-manager.svg -Source2: beryl-manager.desktop +Source1: beryl-manager.desktop Patch0: beryl-manager-0.1.1-pidof.patch # libdrm is not available on these arches @@ -47,10 +46,16 @@ %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora %{SOURCE2} + --add-category X-Fedora %{SOURCE1} +# Fix up xy_XY to just xy +for lang in ar_AR gl_GL my_MY sk_SK tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} 2>&1 > /dev/null +done %find_lang %{name} @@ -73,12 +78,18 @@ %doc COPYING %{_bindir}/beryl-manager %{_datadir}/pixmaps/*.png -%{_datadir}/pixmaps/*.svg +%{_datadir}/icons/hicolor/*/apps/beryl-manager.png +%{_datadir}/icons/hicolor/scalable/apps/beryl-manager.svg %{_datadir}/applications/*.desktop %{_mandir}/man1/beryl-manager.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release +- Fix up a bunch of locale files (others should get added + to filesystem package in due course) + * Wed Nov 22 2006 Jarod Wilson 0.1.2-4 - Add new missing BR: desktop-file-utils Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-manager/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:11:15 -0000 1.2 +++ sources 13 Dec 2006 18:36:10 -0000 1.3 @@ -1 +1 @@ -50c0235d59369674827ceaec7d36e53b beryl-manager-0.1.2.tar.bz2 +c9559154c20db1bb41d3d480cfdf0299 beryl-manager-0.1.3.tar.bz2 --- beryl-manager.svg DELETED --- From fedora-extras-commits at redhat.com Wed Dec 13 18:37:42 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:37:42 -0500 Subject: rpms/beryl-plugins/FC-6 fedora-cubecaps.png, NONE, 1.1 .cvsignore, 1.2, 1.3 beryl-plugins.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131838.kBDIbgaO024327@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24290 Modified Files: .cvsignore beryl-plugins.spec sources Added Files: fedora-cubecaps.png Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 19:13:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:37:12 -0000 1.3 @@ -1 +1,2 @@ beryl-plugins-0.1.2.tar.bz2 +beryl-plugins-0.1.3.tar.bz2 Index: beryl-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/FC-6/beryl-plugins.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-plugins.spec 15 Nov 2006 19:13:28 -0000 1.1 +++ beryl-plugins.spec 13 Dec 2006 18:37:12 -0000 1.2 @@ -2,26 +2,22 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 +Version: 0.1.3 Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager plug-ins BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: fedora-cubecaps.png # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 Requires: beryl-core >= %{version}, fedora-logos -BuildRequires: beryl-core-devel >= %{version}, gnome-desktop-devel -BuildRequires: libtool, gettext-devel -BuildRequires: freeglut-devel, intltool, libdrm-devel -BuildRequires: libwnck-devel, desktop-file-utils -BuildRequires: librsvg2-devel, libX11-devel -BuildRequires: libXfixes-devel, libXrandr-devel, libXrender-devel -BuildRequires: libXcomposite-devel, libXdamage-devel, libXext-devel -BuildRequires: libXt-devel, libXmu-devel, libICE-devel, libSM-devel +BuildRequires: beryl-core-devel >= %{version} +BuildRequires: desktop-file-utils, librsvg2-devel +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -37,28 +33,26 @@ %prep %setup -q -#autoreconf -v --install -perl -pi -e 's,beryl/cubecaps.png,rhgb/main-logo.png,g' \ - src/cube.settings %build -%configure --enable-librsvg --disable-libsvg-cairo -# Parallel builds currently broken -#make %{?_smp_mflags} -make +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +mv $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps-beryl.png +install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/beryl/cubecaps.png find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %dir %{_libdir}/beryl @@ -67,6 +61,15 @@ %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add BR for freshly added translations + +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Switch to upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-plugins/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 19:13:28 -0000 1.2 +++ sources 13 Dec 2006 18:37:12 -0000 1.3 @@ -1 +1 @@ -6721bf8bd5fcbe0cabb0a67caa920fcb beryl-plugins-0.1.2.tar.bz2 +de5f6089d05c6d92161729c47857b985 beryl-plugins-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:38:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 13 Dec 2006 13:38:04 -0500 Subject: rpms/fltk/devel fltk.spec,1.23,1.24 Message-ID: <200612131838.kBDIc4SB024335@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24314 Modified Files: fltk.spec Log Message: * Wed Dec 13 2006 Rex Dieter 1.1.7-8.r5555 - more 64bit hackage to workaround broken Makefile logic (#219348) Index: fltk.spec =================================================================== RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- fltk.spec 13 Dec 2006 15:45:05 -0000 1.23 +++ fltk.spec 13 Dec 2006 18:37:34 -0000 1.24 @@ -5,7 +5,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 7.%{snap}%{?dist} +Release: 8.%{snap}%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -94,8 +94,22 @@ %install rm -rf $RPM_BUILD_ROOT + +# Makefile hack for 64bitness +%if "%{_lib}" != "lib" +mkdir -p $RPM_BUILD_ROOT%{_libdir} +pushd $RPM_BUILD_ROOT%{_libdir}/.. +ln -s %{_lib} lib +popd +%endif + make install install-desktop DESTDIR=$RPM_BUILD_ROOT +# Makefile hack for 64bitness +%if "%{_lib}" != "lib" +rm -f $RPM_BUILD_ROOT%{_libdir}/../lib +%endif + desktop-file-install --vendor=%{name} \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category="Development" \ @@ -180,6 +194,9 @@ %changelog +* Wed Dec 13 2006 Rex Dieter 1.1.7-8.r5555 +- more 64bit hackage to workaround broken Makefile logic (#219348) + * Wed Dec 13 2006 Rex Dieter 1.1.7-7.r5555 - fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348) - restore static libs (they're tightly coupled with fltk-config) From fedora-extras-commits at redhat.com Wed Dec 13 18:47:07 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:47:07 -0500 Subject: rpms/beryl-settings/FC-6 .cvsignore, 1.2, 1.3 beryl-settings.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131847.kBDIl7cs024527@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-settings/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24503 Modified Files: .cvsignore beryl-settings.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 18:40:32 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:46:37 -0000 1.3 @@ -1 +1,2 @@ beryl-settings-0.1.2.tar.bz2 +beryl-settings-0.1.3.tar.bz2 Index: beryl-settings.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/FC-6/beryl-settings.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- beryl-settings.spec 15 Nov 2006 18:40:32 -0000 1.1 +++ beryl-settings.spec 13 Dec 2006 18:46:37 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl OpenGL window and compositing manager GUI config utility BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,8 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gtk2-devel >= 2.8.0, gettext-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gnome-desktop-devel, desktop-file-utils -BuildRequires: intltool, perl-XML-Parser -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel +BuildRequires: gtk2-devel >= 2.8.0, gettext-devel +BuildRequires: perl-XML-Parser, desktop-file-utils %description @@ -36,13 +33,10 @@ %prep %setup -q -#autoreconf -v --install -#glib-gettextize --copy --force -#intltoolize --automake --copy --force perl -pi -e 's/png/svg/g' misc/beryl-settings.desktop %build -%configure --enable-librsvg +%configure make %{?_smp_mflags} @@ -75,13 +69,18 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/beryl-settings -%{_datadir}/beryl/hints %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/*.svg %{_mandir}/man1/beryl-settings.1.gz %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-3 +- Trim BR: + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-settings/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 18:40:32 -0000 1.2 +++ sources 13 Dec 2006 18:46:37 -0000 1.3 @@ -1 +1 @@ -882aac1837f92dc20b92927900a917f3 beryl-settings-0.1.2.tar.bz2 +bd88d56f32b23d42d44c85a92f0654f3 beryl-settings-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:48:53 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:48:53 -0500 Subject: rpms/aquamarine/FC-6 aquamarine-0.1.3-Makefile.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 aquamarine.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131849.kBDImrrk024617@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/aquamarine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24579 Modified Files: .cvsignore aquamarine.spec sources Added Files: aquamarine-0.1.3-Makefile.patch Log Message: New upstream release 0.1.3 aquamarine-0.1.3-Makefile.patch: --- NEW FILE aquamarine-0.1.3-Makefile.patch --- diff -urp aquamarine-0.1.3.orig/Makefile.in aquamarine-0.1.3/Makefile.in --- aquamarine-0.1.3.orig/Makefile.in 2006-12-09 22:28:51.000000000 -0500 +++ aquamarine-0.1.3/Makefile.in 2006-12-12 23:10:19.000000000 -0500 @@ -803,21 +803,6 @@ uninstall-info: uninstall-info-recursive mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am uninstall-info-am uninstall-local -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/admin/cvs.sh $(top_srcdir)/admin/pkg.m4.in - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh acinclude_m4 - -$(top_srcdir)/configure.in: $(top_srcdir)/subdirs $(top_srcdir)/configure.files $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure_in - -$(top_srcdir)/configure.files: $(top_srcdir)/subdirs $(CONF_FILES) - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure.files $(top_srcdir)/admin/cvs.sh - -$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am - -$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs - # defining default rules for files that may not be present $(top_srcdir)/Makefile.am.in: $(CONF_FILES): Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/aquamarine/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:47:46 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:48:22 -0000 1.3 @@ -1 +1,2 @@ aquamarine-0.1.2.tar.bz2 +aquamarine-0.1.3.tar.bz2 Index: aquamarine.spec =================================================================== RCS file: /cvs/extras/rpms/aquamarine/FC-6/aquamarine.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aquamarine.spec 21 Nov 2006 15:47:46 -0000 1.1 +++ aquamarine.spec 13 Dec 2006 18:48:22 -0000 1.2 @@ -2,14 +2,13 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Patch0: aquamarine-0.1.3-Makefile.patch # libdrm is not available on these arches ExcludeArch: s390 s390x ppc64 @@ -29,7 +28,7 @@ %prep %setup -q -make -f admin/Makefile.common svn +%patch0 -p1 -b .make %build %configure @@ -52,6 +51,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Fri Nov 17 2006 Jarod Wilson 0.1.2-3 - Remove R: qt, kdelibs, rely on auto-gen lib deps Index: sources =================================================================== RCS file: /cvs/extras/rpms/aquamarine/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:47:46 -0000 1.2 +++ sources 13 Dec 2006 18:48:22 -0000 1.3 @@ -1 +1 @@ -72f02f7d8b0c6fed9ece870266b1fd8f aquamarine-0.1.2.tar.bz2 +aeb1c42f907f08226c5d4ce48b8d209c aquamarine-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:49:18 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:49:18 -0500 Subject: rpms/bdock/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612131849.kBDInIfK024624@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24604 Modified Files: .cvsignore sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bdock/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:42:08 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:48:48 -0000 1.3 @@ -1 +1,2 @@ bdock-0.1.2.tar.bz2 +bdock-0.1.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bdock/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:42:08 -0000 1.2 +++ sources 13 Dec 2006 18:48:48 -0000 1.3 @@ -1 +1 @@ -104825e8ef5ffa2f5e2ec5d8642d5b68 bdock-0.1.2.tar.bz2 +c91602c755cb3422bbc737256aecba68 bdock-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:50:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 13 Dec 2006 13:50:27 -0500 Subject: rpms/amavisd-new/FC-5 .cvsignore, 1.6, 1.7 amavisd-new.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612131851.kBDIoRNG024696@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24666 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 15 Oct 2006 00:23:28 -0000 1.6 +++ .cvsignore 13 Dec 2006 18:49:57 -0000 1.7 @@ -1 +1 @@ -amavisd-new-2.4.3.tar.gz +amavisd-new-2.4.4.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- amavisd-new.spec 15 Nov 2006 02:37:29 -0000 1.8 +++ amavisd-new.spec 13 Dec 2006 18:49:57 -0000 1.9 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.3 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.4.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -89,7 +89,7 @@ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m755 amavisd-{agent,nanny} $RPM_BUILD_ROOT%{_bindir}/ +install -m755 amavisd-{agent,nanny,release} $RPM_BUILD_ROOT%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd @@ -153,6 +153,12 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Tue Dec 05 2006 Steven Pritchard 2.4.4-1 +- Update to 2.4.4. + +* Fri Dec 01 2006 Steven Pritchard 2.4.3-5 +- Add missing amavisd-release script. + * Tue Nov 14 2006 Steven Pritchard 2.4.3-4 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 15 Oct 2006 00:23:28 -0000 1.6 +++ sources 13 Dec 2006 18:49:57 -0000 1.7 @@ -1 +1 @@ -7c5f23b1cd523df31d10cf38150e8cea amavisd-new-2.4.3.tar.gz +08b009ca24dc3676293fc6b80db250a3 amavisd-new-2.4.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 13 18:52:43 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:52:43 -0500 Subject: rpms/bdock/FC-6 bdock.spec,1.1,1.2 Message-ID: <200612131853.kBDIqhWU024729@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24709 Modified Files: bdock.spec Log Message: helps to update the spec too Index: bdock.spec =================================================================== RCS file: /cvs/extras/rpms/bdock/FC-6/bdock.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bdock.spec 21 Nov 2006 15:42:08 -0000 1.1 +++ bdock.spec 13 Dec 2006 18:52:13 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl project's replacement windowmaker dock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,6 @@ %prep %setup -q -# Make pixmaps install where binary expects them -# (fixed in upstream svn). -perl -pi -e 's/pixmaps$/bdock/g' pixmaps/Makefile.am autoreconf -v --install %build @@ -59,8 +56,12 @@ %{_bindir}/bdock %dir %{_datadir}/bdock %{_datadir}/bdock/* +%{_mandir}/man1/bdock.1* %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Make pixmaps install where binary expects them From fedora-extras-commits at redhat.com Wed Dec 13 18:53:22 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:53:22 -0500 Subject: rpms/bdock/devel bdock.spec,1.1,1.2 Message-ID: <200612131854.kBDIrMVW024748@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/bdock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24733 Modified Files: bdock.spec Log Message: helps to update the spec too Index: bdock.spec =================================================================== RCS file: /cvs/extras/rpms/bdock/devel/bdock.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bdock.spec 21 Nov 2006 15:42:08 -0000 1.1 +++ bdock.spec 13 Dec 2006 18:52:52 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl project's replacement windowmaker dock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,9 +33,6 @@ %prep %setup -q -# Make pixmaps install where binary expects them -# (fixed in upstream svn). -perl -pi -e 's/pixmaps$/bdock/g' pixmaps/Makefile.am autoreconf -v --install %build @@ -59,8 +56,12 @@ %{_bindir}/bdock %dir %{_datadir}/bdock %{_datadir}/bdock/* +%{_mandir}/man1/bdock.1* %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Make pixmaps install where binary expects them From fedora-extras-commits at redhat.com Wed Dec 13 18:56:16 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Wed, 13 Dec 2006 13:56:16 -0500 Subject: fedora-security/audit fc5,1.418,1.419 fc6,1.170,1.171 Message-ID: <200612131856.kBDIuGij024923@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24882/audit Modified Files: fc5 fc6 Log Message: php safe mode escape issue Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- fc5 12 Dec 2006 00:09:04 -0000 1.418 +++ fc5 13 Dec 2006 18:56:01 -0000 1.419 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6385 ignore (kernel) windows only +CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.170 retrieving revision 1.171 diff -u -r1.170 -r1.171 --- fc6 12 Dec 2006 00:09:04 -0000 1.170 +++ fc6 13 Dec 2006 18:56:01 -0000 1.171 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-6385 ignore (kernel) windows only +CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ** net-snmp From fedora-extras-commits at redhat.com Wed Dec 13 18:56:24 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:56:24 -0500 Subject: rpms/emerald/FC-6 .cvsignore, 1.2, 1.3 emerald.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131856.kBDIuOGP024940@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24888 Modified Files: .cvsignore emerald.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Nov 2006 21:59:38 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:55:54 -0000 1.3 @@ -1 +1,2 @@ emerald-0.1.2.tar.bz2 +emerald-0.1.3.tar.bz2 Index: emerald.spec =================================================================== RCS file: /cvs/extras/rpms/emerald/FC-6/emerald.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald.spec 15 Nov 2006 21:59:38 -0000 1.1 +++ emerald.spec 13 Dec 2006 18:55:54 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 2%{?dist} Summary: Themeable window decorator and compositing manager for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,11 +15,9 @@ Requires: beryl-core >= %{version} BuildRequires: beryl-core-devel >= %{version} -BuildRequires: libtool, gettext-devel, libwnck-devel -BuildRequires: libXcomposite-devel, libXdamage-devel -BuildRequires: gtk2-devel, intltool, desktop-file-utils -BuildRequires: dbus-glib, dbus-devel, librsvg2-devel -BuildRequires: startup-notification-devel, perl-XML-Parser +BuildRequires: libwnck-devel, gtk2-devel +BuildRequires: intltool, desktop-file-utils +BuildRequires: perl-XML-Parser, gettext-devel %description @@ -62,6 +60,13 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/emerald-theme-manager.desktop +# Fix up xy_XY to just xy +for lang in tr_TR +do + dest=$(echo ${lang} | cut -d_ -f1) + mv $RPM_BUILD_ROOT%{_datadir}/locale/${lang} \ + $RPM_BUILD_ROOT%{_datadir}/locale/${dest} +done %find_lang %{name} @@ -104,6 +109,15 @@ %{_libdir}/libemeraldengine.so %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Add necessary BR for freshly-added translations + +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + +* Thu Nov 16 2006 Jarod Wilson 0.1.2-4 +- Trim BR: + * Wed Nov 15 2006 Jarod Wilson 0.1.2-3 - Kill rpaths Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Nov 2006 21:59:38 -0000 1.2 +++ sources 13 Dec 2006 18:55:54 -0000 1.3 @@ -1 +1 @@ -c273fe82c7e3b2867f05073f3b012708 emerald-0.1.2.tar.bz2 +27655582912eed701eef07083d445699 emerald-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 18:56:48 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 13:56:48 -0500 Subject: rpms/emerald-themes/FC-6 .cvsignore, 1.2, 1.3 emerald-themes.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131857.kBDIumjn024947@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/emerald-themes/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24925 Modified Files: .cvsignore emerald-themes.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Nov 2006 15:26:28 -0000 1.2 +++ .cvsignore 13 Dec 2006 18:56:18 -0000 1.3 @@ -1 +1,2 @@ emerald-themes-0.1.2.tar.bz2 +emerald-themes-0.1.3.tar.bz2 Index: emerald-themes.spec =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/FC-6/emerald-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emerald-themes.spec 16 Nov 2006 15:26:28 -0000 1.1 +++ emerald-themes.spec 13 Dec 2006 18:56:18 -0000 1.2 @@ -2,8 +2,8 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 2%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Themes for Emerald, the window decorator for Beryl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +48,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Tue Nov 14 2006 Jarod Wilson 0.1.2-2 - Use upstream tarball, now that there is one - Remove import.sh, only used during build Index: sources =================================================================== RCS file: /cvs/extras/rpms/emerald-themes/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Nov 2006 15:26:28 -0000 1.2 +++ sources 13 Dec 2006 18:56:18 -0000 1.3 @@ -1 +1 @@ -c5aa35e30d3476f05a469f1baac16341 emerald-themes-0.1.2.tar.bz2 +0751a17ebd5768d397466b54886c9724 emerald-themes-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 19:05:56 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 14:05:56 -0500 Subject: rpms/heliodor/FC-6 .cvsignore, 1.2, 1.3 heliodor.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612131906.kBDJ5uJ1028174@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/heliodor/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28155 Modified Files: .cvsignore heliodor.spec sources Log Message: New upstream release 0.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heliodor/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 15:45:26 -0000 1.2 +++ .cvsignore 13 Dec 2006 19:05:26 -0000 1.3 @@ -1 +1,2 @@ heliodor-0.1.2.tar.bz2 +heliodor-0.1.3.tar.bz2 Index: heliodor.spec =================================================================== RCS file: /cvs/extras/rpms/heliodor/FC-6/heliodor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- heliodor.spec 21 Nov 2006 15:45:26 -0000 1.1 +++ heliodor.spec 13 Dec 2006 19:05:26 -0000 1.2 @@ -2,14 +2,12 @@ Url: http://www.beryl-project.org/ License: GPL Group: User Interface/Desktops -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: Beryl window decorator with Metacity theme support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Source only available via svn right now -# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name} -Source0: %{name}-%{version}.tar.bz2 +Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 Patch0: heliodor-0.1.2-metacity217.patch # libdrm is not available on these arches @@ -39,7 +37,6 @@ %if "%{?fedora}" >= "7" %patch0 -p1 -b .metacity217 %endif -autoreconf -v --install %build @@ -66,6 +63,9 @@ %changelog +* Tue Dec 12 2006 Jarod Wilson 0.1.3-1 +- New upstream release + * Mon Nov 20 2006 Jarod Wilson 0.1.2-4 - Remove some R:, let auto lib deps pull them in Index: sources =================================================================== RCS file: /cvs/extras/rpms/heliodor/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 15:45:26 -0000 1.2 +++ sources 13 Dec 2006 19:05:26 -0000 1.3 @@ -1 +1 @@ -2594e689f6f319f8f42a5ef582aac307 heliodor-0.1.2.tar.bz2 +463b73840be6461097122788bdf77979 heliodor-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 13 19:44:07 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 14:44:07 -0500 Subject: rpms/ushare/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 ushare.spec, 1.8, 1.9 Message-ID: <200612131944.kBDJi7G6028490@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28455/devel Modified Files: .cvsignore sources ushare.spec Log Message: auto-import ushare-0.9.8-1 on branch devel from ushare-0.9.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Mar 2006 13:29:56 -0000 1.4 +++ .cvsignore 13 Dec 2006 19:43:37 -0000 1.5 @@ -1 +1 @@ -ushare-0.9.7.tar.bz2 +ushare-0.9.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Mar 2006 13:29:56 -0000 1.4 +++ sources 13 Dec 2006 19:43:37 -0000 1.5 @@ -1 +1 @@ -e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2 +dec4c12d97d476c9a3a0347621d64e27 ushare-0.9.8.tar.bz2 Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/ushare.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ushare.spec 28 Aug 2006 07:11:14 -0000 1.8 +++ ushare.spec 13 Dec 2006 19:43:37 -0000 1.9 @@ -1,7 +1,7 @@ Summary: UPnP (TM) A/V Media Server Name: ushare -Version: 0.9.7 -Release: 3%{?dist} +Version: 0.9.8 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://ushare.geexbox.org/ @@ -68,8 +68,8 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog -* Mon Aug 28 2006 Eric Tanguy - 0.9.7-3 -- Rebuild for Fedora Extras 6 +* Wed Dec 13 2006 Eric Tanguy - 0.9.8-1 +- Update to 0.9.8 * Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 - Add pkgconfig to buildrequires From fedora-extras-commits at redhat.com Wed Dec 13 19:44:06 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 14:44:06 -0500 Subject: rpms/ushare import.log,1.11,1.12 Message-ID: <200612131944.kBDJi6ER028485@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28455 Modified Files: import.log Log Message: auto-import ushare-0.9.8-1 on branch devel from ushare-0.9.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ushare/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 29 Jun 2006 18:47:46 -0000 1.11 +++ import.log 13 Dec 2006 19:43:36 -0000 1.12 @@ -8,3 +8,4 @@ ushare-0_9_7-1:FC-3:ushare-0.9.7-1.src.rpm:1142170272 ushare-0_9_7-1:FC-4:ushare-0.9.7-1.src.rpm:1142170359 ushare-0_9_7-2:HEAD:ushare-0.9.7-2.src.rpm:1151606864 +ushare-0_9_8-1:HEAD:ushare-0.9.8-1.src.rpm:1166039364 From fedora-extras-commits at redhat.com Wed Dec 13 20:31:09 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 15:31:09 -0500 Subject: rpms/zabbix/devel zabbix-1.1.4-snmp-poll-overflow.patch, NONE, 1.1 zabbix.spec, 1.2, 1.3 Message-ID: <200612132031.kBDKV9YS031802@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/zabbix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31778 Modified Files: zabbix.spec Added Files: zabbix-1.1.4-snmp-poll-overflow.patch Log Message: Add changelog entry zabbix-1.1.4-snmp-poll-overflow.patch: --- NEW FILE zabbix-1.1.4-snmp-poll-overflow.patch --- --- zabbix/src/zabbix_server/poller/checks_snmp.c~ 2006-11-14 12:11:17.000000000 -0600 +++ zabbix/src/zabbix_server/poller/checks_snmp.c 2006-12-01 10:49:26.000000000 -0600 @@ -405,7 +405,7 @@ } else { - p = malloc(16); + p = malloc(MAX_STRING_LEN); if(p) { ip = vars->val.string; Index: zabbix.spec =================================================================== RCS file: /cvs/extras/rpms/zabbix/devel/zabbix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zabbix.spec 29 Nov 2006 15:33:54 -0000 1.2 +++ zabbix.spec 13 Dec 2006 20:30:39 -0000 1.3 @@ -1,6 +1,6 @@ Name: zabbix Version: 1.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open-source monitoring solution for your IT infrastructure Group: Applications/Internet @@ -11,6 +11,7 @@ Source2: zabbix-server.init Source3: zabbix-agent.init Source4: zabbix-logrotate.in +Patch0: zabbix-1.1.4-snmp-poll-overflow.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define database mysql @@ -76,6 +77,7 @@ %prep %setup -q +%patch0 -p1 -b .overflow # fix up some lib64 issues %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \ @@ -213,6 +215,9 @@ %{_datadir}/%{name} %changelog +* Wed Dec 13 2006 Jarod Wilson 1.1.4-4 +- Fix snmp polling buffer overflow (#218065) + * Wed Nov 29 2006 Jarod Wilson 1.1.4-3 - Rebuild for updated libnetsnmp From fedora-extras-commits at redhat.com Wed Dec 13 20:32:56 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 15:32:56 -0500 Subject: rpms/zabbix/FC-6 zabbix-1.1.4-snmp-poll-overflow.patch, NONE, 1.1 zabbix.spec, 1.1, 1.2 Message-ID: <200612132032.kBDKWu60031875@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/zabbix/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31856 Modified Files: zabbix.spec Added Files: zabbix-1.1.4-snmp-poll-overflow.patch Log Message: Fix snmp polling buffer overflow (from jcollie, #218065) zabbix-1.1.4-snmp-poll-overflow.patch: --- NEW FILE zabbix-1.1.4-snmp-poll-overflow.patch --- --- zabbix/src/zabbix_server/poller/checks_snmp.c~ 2006-11-14 12:11:17.000000000 -0600 +++ zabbix/src/zabbix_server/poller/checks_snmp.c 2006-12-01 10:49:26.000000000 -0600 @@ -405,7 +405,7 @@ } else { - p = malloc(16); + p = malloc(MAX_STRING_LEN); if(p) { ip = vars->val.string; Index: zabbix.spec =================================================================== RCS file: /cvs/extras/rpms/zabbix/FC-6/zabbix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zabbix.spec 16 Nov 2006 18:56:31 -0000 1.1 +++ zabbix.spec 13 Dec 2006 20:32:26 -0000 1.2 @@ -1,6 +1,6 @@ Name: zabbix Version: 1.1.4 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Open-source monitoring solution for your IT infrastructure Group: Applications/Internet @@ -11,6 +11,7 @@ Source2: zabbix-server.init Source3: zabbix-agent.init Source4: zabbix-logrotate.in +Patch0: zabbix-1.1.4-snmp-poll-overflow.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define database mysql @@ -76,6 +77,7 @@ %prep %setup -q +%patch0 -p1 -b .overflow # fix up some lib64 issues %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \ @@ -213,6 +215,12 @@ %{_datadir}/%{name} %changelog +* Wed Dec 13 2006 Jarod Wilson 1.1.4-4 +- Fix snmp polling buffer overflow (#218065) + +* Wed Nov 29 2006 Jarod Wilson 1.1.4-3 +- Rebuild for updated libnetsnmp + * Thu Nov 16 2006 Jarod Wilson 1.1.4-2 - Fix up pt_br - Add Req-pre on useradd From fedora-extras-commits at redhat.com Wed Dec 13 20:35:41 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 15:35:41 -0500 Subject: rpms/zabbix/FC-5 zabbix-1.1.4-snmp-poll-overflow.patch, NONE, 1.1 zabbix.spec, 1.1, 1.2 Message-ID: <200612132035.kBDKZfvv031953@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/zabbix/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31935 Modified Files: zabbix.spec Added Files: zabbix-1.1.4-snmp-poll-overflow.patch Log Message: Fix snmp polling buffer overflow (from jcollie, #218065) zabbix-1.1.4-snmp-poll-overflow.patch: --- NEW FILE zabbix-1.1.4-snmp-poll-overflow.patch --- --- zabbix/src/zabbix_server/poller/checks_snmp.c~ 2006-11-14 12:11:17.000000000 -0600 +++ zabbix/src/zabbix_server/poller/checks_snmp.c 2006-12-01 10:49:26.000000000 -0600 @@ -405,7 +405,7 @@ } else { - p = malloc(16); + p = malloc(MAX_STRING_LEN); if(p) { ip = vars->val.string; Index: zabbix.spec =================================================================== RCS file: /cvs/extras/rpms/zabbix/FC-5/zabbix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zabbix.spec 16 Nov 2006 18:56:31 -0000 1.1 +++ zabbix.spec 13 Dec 2006 20:35:11 -0000 1.2 @@ -1,6 +1,6 @@ Name: zabbix Version: 1.1.4 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Open-source monitoring solution for your IT infrastructure Group: Applications/Internet @@ -11,6 +11,7 @@ Source2: zabbix-server.init Source3: zabbix-agent.init Source4: zabbix-logrotate.in +Patch0: zabbix-1.1.4-snmp-poll-overflow.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define database mysql @@ -76,6 +77,7 @@ %prep %setup -q +%patch0 -p1 -b .overflow # fix up some lib64 issues %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \ @@ -213,6 +215,12 @@ %{_datadir}/%{name} %changelog +* Wed Dec 13 2006 Jarod Wilson 1.1.4-4 +- Fix snmp polling buffer overflow (#218065) + +* Wed Nov 29 2006 Jarod Wilson 1.1.4-3 +- Rebuild for updated libnetsnmp + * Thu Nov 16 2006 Jarod Wilson 1.1.4-2 - Fix up pt_br - Add Req-pre on useradd From fedora-extras-commits at redhat.com Wed Dec 13 21:07:36 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:07:36 -0500 Subject: rpms/ushare import.log,1.12,1.13 Message-ID: <200612132107.kBDL7a8n002804@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2772 Modified Files: import.log Log Message: auto-import ushare-0.9.8-1 on branch FC-6 from ushare-0.9.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ushare/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 13 Dec 2006 19:43:36 -0000 1.12 +++ import.log 13 Dec 2006 21:07:06 -0000 1.13 @@ -9,3 +9,4 @@ ushare-0_9_7-1:FC-4:ushare-0.9.7-1.src.rpm:1142170359 ushare-0_9_7-2:HEAD:ushare-0.9.7-2.src.rpm:1151606864 ushare-0_9_8-1:HEAD:ushare-0.9.8-1.src.rpm:1166039364 +ushare-0_9_8-1:FC-6:ushare-0.9.8-1.src.rpm:1166044378 From fedora-extras-commits at redhat.com Wed Dec 13 21:07:36 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:07:36 -0500 Subject: rpms/ushare/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 ushare.spec, 1.8, 1.9 Message-ID: <200612132107.kBDL7aRS002809@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2772/FC-6 Modified Files: .cvsignore sources ushare.spec Log Message: auto-import ushare-0.9.8-1 on branch FC-6 from ushare-0.9.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Mar 2006 13:29:56 -0000 1.4 +++ .cvsignore 13 Dec 2006 21:07:06 -0000 1.5 @@ -1 +1 @@ -ushare-0.9.7.tar.bz2 +ushare-0.9.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Mar 2006 13:29:56 -0000 1.4 +++ sources 13 Dec 2006 21:07:06 -0000 1.5 @@ -1 +1 @@ -e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2 +dec4c12d97d476c9a3a0347621d64e27 ushare-0.9.8.tar.bz2 Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-6/ushare.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ushare.spec 28 Aug 2006 07:11:14 -0000 1.8 +++ ushare.spec 13 Dec 2006 21:07:06 -0000 1.9 @@ -1,7 +1,7 @@ Summary: UPnP (TM) A/V Media Server Name: ushare -Version: 0.9.7 -Release: 3%{?dist} +Version: 0.9.8 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://ushare.geexbox.org/ @@ -68,8 +68,8 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog -* Mon Aug 28 2006 Eric Tanguy - 0.9.7-3 -- Rebuild for Fedora Extras 6 +* Wed Dec 13 2006 Eric Tanguy - 0.9.8-1 +- Update to 0.9.8 * Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 - Add pkgconfig to buildrequires From fedora-extras-commits at redhat.com Wed Dec 13 21:10:30 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:10:30 -0500 Subject: rpms/ushare import.log,1.13,1.14 Message-ID: <200612132110.kBDLAUV8002903@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873 Modified Files: import.log Log Message: auto-import ushare-0.9.8-1 on branch FC-5 from ushare-0.9.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ushare/import.log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- import.log 13 Dec 2006 21:07:06 -0000 1.13 +++ import.log 13 Dec 2006 21:10:00 -0000 1.14 @@ -10,3 +10,4 @@ ushare-0_9_7-2:HEAD:ushare-0.9.7-2.src.rpm:1151606864 ushare-0_9_8-1:HEAD:ushare-0.9.8-1.src.rpm:1166039364 ushare-0_9_8-1:FC-6:ushare-0.9.8-1.src.rpm:1166044378 +ushare-0_9_8-1:FC-5:ushare-0.9.8-1.src.rpm:1166044552 From fedora-extras-commits at redhat.com Wed Dec 13 21:10:30 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Wed, 13 Dec 2006 16:10:30 -0500 Subject: rpms/ushare/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 ushare.spec, 1.6, 1.7 Message-ID: <200612132110.kBDLAUIM002908@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873/FC-5 Modified Files: .cvsignore sources ushare.spec Log Message: auto-import ushare-0.9.8-1 on branch FC-5 from ushare-0.9.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Mar 2006 13:29:56 -0000 1.4 +++ .cvsignore 13 Dec 2006 21:10:00 -0000 1.5 @@ -1 +1 @@ -ushare-0.9.7.tar.bz2 +ushare-0.9.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Mar 2006 13:29:56 -0000 1.4 +++ sources 13 Dec 2006 21:10:00 -0000 1.5 @@ -1 +1 @@ -e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2 +dec4c12d97d476c9a3a0347621d64e27 ushare-0.9.8.tar.bz2 Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/FC-5/ushare.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ushare.spec 12 Mar 2006 13:29:56 -0000 1.6 +++ ushare.spec 13 Dec 2006 21:10:00 -0000 1.7 @@ -1,6 +1,6 @@ Summary: UPnP (TM) A/V Media Server Name: ushare -Version: 0.9.7 +Version: 0.9.8 Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -10,7 +10,7 @@ Source1:ushare.init BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libupnp-devel +BuildRequires: libupnp-devel, pkgconfig Requires(pre): fedora-usermgmt Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig @@ -68,6 +68,12 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog +* Wed Dec 13 2006 Eric Tanguy - 0.9.8-1 +- Update to 0.9.8 + +* Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 +- Add pkgconfig to buildrequires + * Sun Mar 12 2006 Eric Tanguy - 0.9.7-1 - Update to 0.9.7 From fedora-extras-commits at redhat.com Wed Dec 13 21:37:01 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 13 Dec 2006 16:37:01 -0500 Subject: rpms/abcMIDI/devel .cvsignore, 1.12, 1.13 abcMIDI.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612132137.kBDLb11W003113@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3094 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20061211 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Nov 2006 13:57:42 -0000 1.12 +++ .cvsignore 13 Dec 2006 21:36:31 -0000 1.13 @@ -1 +1 @@ -abcMIDI-2006-11-03.zip +abcMIDI-2006-12-11.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- abcMIDI.spec 6 Nov 2006 13:57:42 -0000 1.14 +++ abcMIDI.spec 13 Dec 2006 21:36:31 -0000 1.15 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20061103 +Version: 20061211 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-11-03.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-12-11.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 20061211-1 +- new version 20061211 + * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Nov 2006 13:57:42 -0000 1.12 +++ sources 13 Dec 2006 21:36:31 -0000 1.13 @@ -1 +1 @@ -888a007986d0b02c789cdaaf1401a04c abcMIDI-2006-11-03.zip +39a2037f73b59d0244bf0c9a31dd3673 abcMIDI-2006-12-11.zip From fedora-extras-commits at redhat.com Wed Dec 13 21:38:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 13 Dec 2006 16:38:20 -0500 Subject: rpms/abcMIDI/FC-5 .cvsignore, 1.12, 1.13 abcMIDI.spec, 1.12, 1.13 sources, 1.12, 1.13 Message-ID: <200612132138.kBDLcKNF003170@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3126/FC-5 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20061211 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Nov 2006 13:57:41 -0000 1.12 +++ .cvsignore 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -abcMIDI-2006-11-03.zip +abcMIDI-2006-12-11.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/abcMIDI.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- abcMIDI.spec 6 Nov 2006 13:57:41 -0000 1.12 +++ abcMIDI.spec 13 Dec 2006 21:37:50 -0000 1.13 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20061103 +Version: 20061211 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-11-03.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-12-11.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 20061211-1 +- new version 20061211 + * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 @@ -83,6 +86,9 @@ * Wed Aug 30 2006 Gerard Milmeister - 20060829-1 - new version 20060829 +* Mon Aug 28 2006 Gerard Milmeister - 20060805-2 +- Rebuild for FE6 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Nov 2006 13:57:41 -0000 1.12 +++ sources 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -888a007986d0b02c789cdaaf1401a04c abcMIDI-2006-11-03.zip +39a2037f73b59d0244bf0c9a31dd3673 abcMIDI-2006-12-11.zip From fedora-extras-commits at redhat.com Wed Dec 13 21:38:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 13 Dec 2006 16:38:20 -0500 Subject: rpms/abcMIDI/FC-6 .cvsignore, 1.12, 1.13 abcMIDI.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <200612132138.kBDLcKtC003175@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3126/FC-6 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20061211 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Nov 2006 13:57:42 -0000 1.12 +++ .cvsignore 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -abcMIDI-2006-11-03.zip +abcMIDI-2006-12-11.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-6/abcMIDI.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- abcMIDI.spec 6 Nov 2006 13:57:42 -0000 1.14 +++ abcMIDI.spec 13 Dec 2006 21:37:50 -0000 1.15 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20061103 +Version: 20061211 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-11-03.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-12-11.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Dec 13 2006 Gerard Milmeister - 20061211-1 +- new version 20061211 + * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 6 Nov 2006 13:57:42 -0000 1.12 +++ sources 13 Dec 2006 21:37:50 -0000 1.13 @@ -1 +1 @@ -888a007986d0b02c789cdaaf1401a04c abcMIDI-2006-11-03.zip +39a2037f73b59d0244bf0c9a31dd3673 abcMIDI-2006-12-11.zip From fedora-extras-commits at redhat.com Wed Dec 13 23:17:50 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:17:50 -0500 Subject: rpms/gonvert import.log,1.8,1.9 Message-ID: <200612132317.kBDNHoD2010012@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gonvert In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984 Modified Files: import.log Log Message: auto-import gonvert-0.2.15-3 on branch devel from gonvert-0.2.15-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gonvert/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 4 Jul 2006 15:14:25 -0000 1.8 +++ import.log 13 Dec 2006 23:17:20 -0000 1.9 @@ -5,3 +5,4 @@ gonvert-0_2_15-1:HEAD:gonvert-0.2.15-1.src.rpm:1144668002 gonvert-0_2_15-2:HEAD:gonvert-0.2.15-2.src.rpm:1152025947 gonvert-0_2_15-2:FC-5:gonvert-0.2.15-2.src.rpm:1152026035 +gonvert-0_2_15-3:HEAD:gonvert-0.2.15-3.src.rpm:1166052186 From fedora-extras-commits at redhat.com Wed Dec 13 23:17:50 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:17:50 -0500 Subject: rpms/gonvert/devel gonvert.spec,1.10,1.11 Message-ID: <200612132317.kBDNHoxh010015@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gonvert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984/devel Modified Files: gonvert.spec Log Message: auto-import gonvert-0.2.15-3 on branch devel from gonvert-0.2.15-3.src.rpm Index: gonvert.spec =================================================================== RCS file: /cvs/extras/rpms/gonvert/devel/gonvert.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gonvert.spec 16 Sep 2006 20:24:04 -0000 1.10 +++ gonvert.spec 13 Dec 2006 23:17:20 -0000 1.11 @@ -57,6 +57,7 @@ %clean rm -rf ${RPM_BUILD_ROOT} + %files %defattr(-,root,root,-) %doc doc/CHANGELOG doc/COPYING doc/FAQ doc/THANKS doc/TODO @@ -70,8 +71,8 @@ %changelog -* Sat Sep 16 2006 Paul F. Johnson 0.2.15-3 -- rebuild +* Tue Dec 12 2006 Paul F. Johnson 0.2.15-3 +- rebuild against new python * Mon Jul 3 2006 Paul F. Johnson 0.2.15-2 - fixed the glade file problem From fedora-extras-commits at redhat.com Wed Dec 13 23:21:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:21:23 -0500 Subject: rpms/pyxmms import.log,1.6,1.7 Message-ID: <200612132321.kBDNLNgh010113@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/pyxmms In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10077 Modified Files: import.log Log Message: auto-import pyxmms-2.06-4 on branch devel from pyxmms-2.06-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyxmms/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 6 Sep 2006 19:25:33 -0000 1.6 +++ import.log 13 Dec 2006 23:20:52 -0000 1.7 @@ -3,3 +3,4 @@ pyxmms-2_06-2:FC-5:pyxmms-2.06-2.src.rpm:1152026162 pyxmms-2_06-3:HEAD:pyxmms-2.06-3.src.rpm:1157570684 pyxmms-2_06-3:FC-5:pyxmms-2.06-3.src.rpm:1157570766 +pyxmms-2_06-4:HEAD:pyxmms-2.06-4.src.rpm:1166052392 From fedora-extras-commits at redhat.com Wed Dec 13 23:21:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:21:23 -0500 Subject: rpms/pyxmms/devel pyxmms.spec,1.3,1.4 Message-ID: <200612132321.kBDNLN0v010116@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/pyxmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10077/devel Modified Files: pyxmms.spec Log Message: auto-import pyxmms-2.06-4 on branch devel from pyxmms-2.06-4.src.rpm Index: pyxmms.spec =================================================================== RCS file: /cvs/extras/rpms/pyxmms/devel/pyxmms.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyxmms.spec 6 Sep 2006 19:24:13 -0000 1.3 +++ pyxmms.spec 13 Dec 2006 23:20:53 -0000 1.4 @@ -4,7 +4,7 @@ Name: pyxmms Summary: Python Interface to XMMS Version: 2.06 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Libraries URL: http://www.via.ecp.fr/~flo/ @@ -42,6 +42,9 @@ %{python_sitearch}/xmms/*.so %changelog +* Wed Dec 13 2006 Paul F. Johnson 2.06-4 +- rebuild + * Wed Sep 06 2006 Paul F. Johnson 2.06-3 - repackaged due to new packaging guidelines - small alteration to spec file From fedora-extras-commits at redhat.com Wed Dec 13 23:24:48 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:24:48 -0500 Subject: rpms/anjuta import.log,1.30,1.31 Message-ID: <200612132324.kBDNOmTL010251@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10223 Modified Files: import.log Log Message: auto-import anjuta-2.0.2-13 on branch devel from anjuta-2.0.2-13.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- import.log 14 Nov 2006 23:16:36 -0000 1.30 +++ import.log 13 Dec 2006 23:24:18 -0000 1.31 @@ -27,3 +27,4 @@ anjuta-2_0_2-11:HEAD:anjuta-2.0.2-11.src.rpm:1163545983 anjuta-2_0_2-11:FC-5:anjuta-2.0.2-11.src.rpm:1163546088 anjuta-2_0_2-11:FC-6:anjuta-2.0.2-11.src.rpm:1163546180 +anjuta-2_0_2-13:HEAD:anjuta-2.0.2-13.src.rpm:1166052599 From fedora-extras-commits at redhat.com Wed Dec 13 23:24:48 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:24:48 -0500 Subject: rpms/anjuta/devel anjuta.spec,1.25,1.26 Message-ID: <200612132324.kBDNOmpG010254@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10223/devel Modified Files: anjuta.spec Log Message: auto-import anjuta-2.0.2-13 on branch devel from anjuta-2.0.2-13.src.rpm Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- anjuta.spec 14 Nov 2006 23:13:17 -0000 1.25 +++ anjuta.spec 13 Dec 2006 23:24:18 -0000 1.26 @@ -1,7 +1,7 @@ Summary: Integrated Development Environment Name: anjuta Version: 2.0.2 -Release: 11%{?dist} +Release: 13%{?dist} License: GPL Group: Development/Tools URL: http://www.anjuta.org @@ -129,6 +129,9 @@ %{_datadir}/gtk-doc/html/*%{name}* %changelog +* Wed Dec 13 2006 Paul F. Johnson 2.0.2-13 +- rebuild + * Tue Nov 14 2006 Paul F. Johnson 2.0.2-11 - scintilla gtk fix From fedora-extras-commits at redhat.com Wed Dec 13 23:28:19 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:28:19 -0500 Subject: rpms/autogen import.log,1.8,1.9 Message-ID: <200612132328.kBDNSJE5010345@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10317 Modified Files: import.log Log Message: auto-import autogen-5.8.7-4 on branch devel from autogen-5.8.7-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/autogen/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 2 Nov 2006 21:17:51 -0000 1.8 +++ import.log 13 Dec 2006 23:27:49 -0000 1.9 @@ -5,3 +5,4 @@ autogen-5_8_7-3:FC-5:autogen-5.8.7-3.src.rpm:1162502055 autogen-5_8_7-3:FC-6:autogen-5.8.7-3.src.rpm:1162502151 autogen-5_8_7-3:HEAD:autogen-5.8.7-3.src.rpm:1162502259 +autogen-5_8_7-4:HEAD:autogen-5.8.7-4.src.rpm:1166052821 From fedora-extras-commits at redhat.com Wed Dec 13 23:28:20 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 13 Dec 2006 18:28:20 -0500 Subject: rpms/autogen/devel autogen.spec,1.5,1.6 Message-ID: <200612132328.kBDNSK37010348@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10317/devel Modified Files: autogen.spec Log Message: auto-import autogen-5.8.7-4 on branch devel from autogen-5.8.7-4.src.rpm Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/autogen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- autogen.spec 2 Nov 2006 21:17:52 -0000 1.5 +++ autogen.spec 13 Dec 2006 23:27:49 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 URL: http://autogen.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: guile-devel libxml2-devel libopts-devel libtool +BuildRequires: guile-devel libxml2-devel libtool Requires: ldconfig autoconf Requires(postun): %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives @@ -58,7 +58,7 @@ %preun if [ $1 = 0 ] ; then -/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || +/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : %{_sbindir}/alternatives --remove columns %{_bindir}/columns.autogen %{_sbindir}/alternatives --remove getdefs %{_bindir}/getdefs.autogen fi @@ -124,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 +- fix for preun + * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts - now links to it's own version of libopts shipped with the tarball From fedora-extras-commits at redhat.com Wed Dec 13 23:51:39 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Wed, 13 Dec 2006 18:51:39 -0500 Subject: rpms/VLGothic-fonts/FC-6 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.3, 1.4 Message-ID: <200612132351.kBDNpdCE010552@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/VLGothic-fonts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10533 Modified Files: 30-VLGothic.conf VLGothic-fonts.spec Log Message: Decrease the priority of the VLGothic fonts lower than DejaVu fonts Index: 30-VLGothic.conf =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/FC-6/30-VLGothic.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 30-VLGothic.conf 23 Nov 2006 00:10:23 -0000 1.1 +++ 30-VLGothic.conf 13 Dec 2006 23:51:09 -0000 1.2 @@ -18,28 +18,40 @@ false - + + + + monospace + + + VL Gothic + + + - - ja - en + + monospace - - en + + DejaVu Sans Mono - - - monospace - - VL Gothic - - - - sans-serif - - VL PGothic - - + + + sans-serif + + + VL PGothic + + + + + + sans-serif + + + DejaVu Sans + + Index: VLGothic-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/FC-6/VLGothic-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- VLGothic-fonts.spec 28 Nov 2006 23:00:26 -0000 1.3 +++ VLGothic-fonts.spec 13 Dec 2006 23:51:09 -0000 1.4 @@ -1,6 +1,6 @@ Name: VLGothic-fonts Version: 20061026 -Release: 4%{?dist} +Release: 5%{?dist} Summary: VLGothic the Japanese TrueType font License: Distributable @@ -46,11 +46,15 @@ %doc README* LICENSE* %dir %{_datadir}/fonts/japanese/ %dir %{_datadir}/fonts/japanese/TrueType -%config(noreplace) %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf +%config %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf %{_datadir}/fonts/japanese/TrueType/*.ttf %changelog +* Sun Dec 10 2006 Ryo Dairiki - 20061026-5 +- Decrease the priority of the VLGothic fonts lower than DejaVu fonts. +- Now config files are replaced by every updating. + * Wed Nov 29 2006 Ryo Dairiki - 20061026-4 - Fix the misstyped dist tag. From fedora-extras-commits at redhat.com Wed Dec 13 23:58:36 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Wed, 13 Dec 2006 18:58:36 -0500 Subject: rpms/VLGothic-fonts/FC-5 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.2, 1.3 Message-ID: <200612132358.kBDNwavY010664@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/VLGothic-fonts/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10642 Modified Files: 30-VLGothic.conf VLGothic-fonts.spec Log Message: /home/ryo/Developments/repositories/VLGothic-fonts/FC-6/30-VLGothic.conf From fedora-extras-commits at redhat.com Thu Dec 14 00:00:42 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Wed, 13 Dec 2006 19:00:42 -0500 Subject: rpms/VLGothic-fonts/devel 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.2, 1.3 Message-ID: <200612140000.kBE00gJJ010738@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/VLGothic-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10718 Modified Files: 30-VLGothic.conf VLGothic-fonts.spec Log Message: Decrease the priority of VLGothic fonts Index: 30-VLGothic.conf =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/30-VLGothic.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 30-VLGothic.conf 23 Nov 2006 00:10:23 -0000 1.1 +++ 30-VLGothic.conf 14 Dec 2006 00:00:12 -0000 1.2 @@ -18,28 +18,40 @@ false - + + + + monospace + + + VL Gothic + + + - - ja - en + + monospace - - en + + DejaVu Sans Mono - - - monospace - - VL Gothic - - - - sans-serif - - VL PGothic - - + + + sans-serif + + + VL PGothic + + + + + + sans-serif + + + DejaVu Sans + + Index: VLGothic-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/VLGothic-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- VLGothic-fonts.spec 28 Nov 2006 23:03:30 -0000 1.2 +++ VLGothic-fonts.spec 14 Dec 2006 00:00:12 -0000 1.3 @@ -1,6 +1,6 @@ Name: VLGothic-fonts Version: 20061026 -Release: 4%{?dist} +Release: 5%{?dist} Summary: VLGothic the Japanese TrueType font License: Distributable @@ -46,11 +46,15 @@ %doc README* LICENSE* %dir %{_datadir}/fonts/japanese/ %dir %{_datadir}/fonts/japanese/TrueType -%config(noreplace) %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf +%config %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf %{_datadir}/fonts/japanese/TrueType/*.ttf %changelog +* Sun Dec 10 2006 Ryo Dairiki - 20061026-5 +- Decrease the priority of the VLGothic fonts lower than DejaVu fonts. +- Now config files are replaced by every updating. + * Wed Nov 29 2006 Ryo Dairiki - 20061026-4 - Fix the misstyped dist tag. From fedora-extras-commits at redhat.com Thu Dec 14 00:20:07 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Wed, 13 Dec 2006 19:20:07 -0500 Subject: rpms/ipod-sharp/devel .cvsignore, 1.2, 1.3 ipod-sharp.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612140020.kBE0K7WM013949@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13930 Modified Files: .cvsignore ipod-sharp.spec sources Log Message: * Tue Dec 12 2006 Christopher Aillon 0.6.2-1 - Update to 0.6.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Mar 2006 05:51:58 -0000 1.2 +++ .cvsignore 14 Dec 2006 00:19:37 -0000 1.3 @@ -1 +1,2 @@ ipod-sharp-0.5.15.tar.gz +ipod-sharp-0.6.2.tar.gz Index: ipod-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/ipod-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ipod-sharp.spec 28 Aug 2006 07:57:25 -0000 1.3 +++ ipod-sharp.spec 14 Dec 2006 00:19:37 -0000 1.4 @@ -1,6 +1,6 @@ Name: ipod-sharp -Version: 0.5.15 -Release: 3%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries @@ -46,8 +46,12 @@ %dir %{_libdir}/ipod-sharp %{_libdir}/ipod-sharp/ipod-sharp.dll %{_libdir}/ipod-sharp/ipod-sharp-ui.dll +%{_libdir}/ipod-sharp/ipod-sharp-firmware.dll %changelog +* Tue Dec 12 2006 Christopher Aillon 0.6.2-1 +- Update to 0.6.2 + * Mon Aug 28 2006 Christopher Aillon 0.5.15-3 - Rebuild against newer mono stack Index: sources =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Mar 2006 05:51:58 -0000 1.2 +++ sources 14 Dec 2006 00:19:37 -0000 1.3 @@ -1 +1,2 @@ 734956f3505f776c6920d4ae687f4bee ipod-sharp-0.5.15.tar.gz +0462bec8d8be165b7fd221a249fb6ab2 ipod-sharp-0.6.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 03:21:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:21:25 -0500 Subject: rpms/pungi/devel .cvsignore, 1.3, 1.4 pungi.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612140321.kBE3LP4n023992@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23947/devel Modified Files: .cvsignore pungi.spec sources Log Message: auto-import pungi-0.1.2-1 on branch devel from pungi-0.1.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Dec 2006 04:54:36 -0000 1.3 +++ .cvsignore 14 Dec 2006 03:20:55 -0000 1.4 @@ -1 +1 @@ -pungi-0.1.1.tar.gz +pungi-0.1.2.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pungi.spec 12 Dec 2006 05:07:00 -0000 1.3 +++ pungi.spec 14 Dec 2006 03:20:55 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.1 -Release: 2%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -46,6 +46,11 @@ %changelog +* Wed Dec 13 2006 Jesse Keating - 0.1.2-1 +- Fix a bug in DVD repodata +- Add correct ppc boot args +- Set ppc arch correctly + * Mon Dec 11 2006 Jesse Keating - 0.1.1-2 - Need BR python-devel in rawhide Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Dec 2006 04:54:36 -0000 1.3 +++ sources 14 Dec 2006 03:20:55 -0000 1.4 @@ -1 +1 @@ -4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz +5e7acbe2ddd7ed7cb99bf90d9c9e72cf pungi-0.1.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 03:21:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:21:25 -0500 Subject: rpms/pungi import.log,1.3,1.4 Message-ID: <200612140321.kBE3LPEt023987@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23947 Modified Files: import.log Log Message: auto-import pungi-0.1.2-1 on branch devel from pungi-0.1.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pungi/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 12 Dec 2006 04:54:35 -0000 1.3 +++ import.log 14 Dec 2006 03:20:55 -0000 1.4 @@ -1,2 +1,3 @@ pungi-0_1_0-1:HEAD:pungi-0.1.0-1.src.rpm:1163079833 pungi-0_1_1-1:HEAD:pungi-0.1.1-1.src.rpm:1165899723 +pungi-0_1_2-1:HEAD:pungi-0.1.2-1.src.rpm:1166066951 From fedora-extras-commits at redhat.com Thu Dec 14 03:23:00 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:23:00 -0500 Subject: rpms/pungi/FC-6 .cvsignore, 1.3, 1.4 pungi.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612140323.kBE3N0kY024088@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24053/FC-6 Modified Files: .cvsignore pungi.spec sources Log Message: auto-import pungi-0.1.2-1 on branch FC-6 from pungi-0.1.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Dec 2006 04:59:08 -0000 1.3 +++ .cvsignore 14 Dec 2006 03:22:30 -0000 1.4 @@ -1 +1 @@ -pungi-0.1.1.tar.gz +pungi-0.1.2.tar.gz Index: pungi.spec =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/pungi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pungi.spec 12 Dec 2006 04:59:08 -0000 1.2 +++ pungi.spec 14 Dec 2006 03:22:30 -0000 1.3 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: Distribution compose tool @@ -11,6 +11,7 @@ Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime +BuildRequires: python-devel BuildArch: noarch @@ -45,6 +46,14 @@ %changelog +* Wed Dec 13 2006 Jesse Keating - 0.1.2-1 +- Fix a bug in DVD repodata +- Add correct ppc boot args +- Set ppc arch correctly + +* Mon Dec 11 2006 Jesse Keating - 0.1.1-2 +- Need BR python-devel in rawhide + * Mon Dec 11 2006 Jesse Keating - 0.1.1-1 - Update to 0.1.1 - Add ability to get srpms Index: sources =================================================================== RCS file: /cvs/extras/rpms/pungi/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Dec 2006 04:59:08 -0000 1.3 +++ sources 14 Dec 2006 03:22:30 -0000 1.4 @@ -1 +1 @@ -4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz +5e7acbe2ddd7ed7cb99bf90d9c9e72cf pungi-0.1.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 03:23:00 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 13 Dec 2006 22:23:00 -0500 Subject: rpms/pungi import.log,1.4,1.5 Message-ID: <200612140323.kBE3N0vI024083@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/pungi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24053 Modified Files: import.log Log Message: auto-import pungi-0.1.2-1 on branch FC-6 from pungi-0.1.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pungi/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 14 Dec 2006 03:20:55 -0000 1.4 +++ import.log 14 Dec 2006 03:22:30 -0000 1.5 @@ -1,3 +1,4 @@ pungi-0_1_0-1:HEAD:pungi-0.1.0-1.src.rpm:1163079833 pungi-0_1_1-1:HEAD:pungi-0.1.1-1.src.rpm:1165899723 pungi-0_1_2-1:HEAD:pungi-0.1.2-1.src.rpm:1166066951 +pungi-0_1_2-1:FC-6:pungi-0.1.2-1.src.rpm:1166067046 From fedora-extras-commits at redhat.com Thu Dec 14 04:21:49 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 23:21:49 -0500 Subject: rpms/beryl-core/devel .cvsignore, 1.3, 1.4 beryl-core.spec, 1.6, 1.7 mesa-6.4.1-x86_64-fixes-1.patch, 1.1, 1.2 sources, 1.3, 1.4 Message-ID: <200612140421.kBE4LnmO027549@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27525 Modified Files: .cvsignore beryl-core.spec mesa-6.4.1-x86_64-fixes-1.patch sources Log Message: Turn beryl-xgl bits back on (#219566) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Dec 2006 04:24:19 -0000 1.3 +++ .cvsignore 14 Dec 2006 04:21:18 -0000 1.4 @@ -1,2 +1,3 @@ beryl-core-0.1.2.tar.bz2 beryl-core-0.1.3.tar.bz2 +beryl-mesa-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/beryl-core.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- beryl-core.spec 13 Dec 2006 17:54:14 -0000 1.6 +++ beryl-core.spec 14 Dec 2006 04:21:19 -0000 1.7 @@ -3,11 +3,12 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2 Patch0: mesa-6.4.1-x86_64-fixes-1.patch # libdrm is not avaliable on these arches @@ -96,12 +97,15 @@ users to install all the beryl bits for KDE. %prep -%setup -q +%setup -q -a 1 %build -# --disable-berylmesa == don't build beryl-xgl -%configure --disable-berylmesa \ +pushd beryl-mesa/src +make %{?_smp_mflags} +popd +%configure --enable-berylmesa \ + --with-berylmesadir=./beryl-mesa \ --x-includes=%{_includedir}/X11/ \ --x-libraries=%{_libdir}/X11/ make %{?_smp_mflags} @@ -112,8 +116,6 @@ make DESTDIR=$RPM_BUILD_ROOT install # Kill static and libtool libs find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f -# --disable-berylmesa should have made this not install... -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* %find_lang %{name} %clean @@ -154,6 +156,9 @@ %defattr(-,root,root,-) %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Turn beryl-xgl bits back on (#219566) + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release mesa-6.4.1-x86_64-fixes-1.patch: Index: mesa-6.4.1-x86_64-fixes-1.patch =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/mesa-6.4.1-x86_64-fixes-1.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-6.4.1-x86_64-fixes-1.patch 14 Nov 2006 20:31:35 -0000 1.1 +++ mesa-6.4.1-x86_64-fixes-1.patch 14 Dec 2006 04:21:19 -0000 1.2 @@ -1,5 +1,5 @@ --- Mesa-6.4.1/src/glx/x11/indirect_vertex_array.c 2005-08-19 20:53:26.000000000 +0200 -+++ mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 ++++ beryl-mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 @@ -123,10 +123,10 @@ struct array_state_vector * arrays; Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Dec 2006 04:24:19 -0000 1.3 +++ sources 14 Dec 2006 04:21:19 -0000 1.4 @@ -1 +1,2 @@ 24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 +c22765c2637846907ee6154b548151e9 beryl-mesa-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 14 04:25:28 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 13 Dec 2006 23:25:28 -0500 Subject: rpms/beryl-core/FC-6 .cvsignore, 1.3, 1.4 beryl-core.spec, 1.5, 1.6 mesa-6.4.1-x86_64-fixes-1.patch, 1.1, 1.2 sources, 1.3, 1.4 Message-ID: <200612140425.kBE4PSmL027633@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/beryl-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27609 Modified Files: .cvsignore beryl-core.spec mesa-6.4.1-x86_64-fixes-1.patch sources Log Message: Turn beryl-xgl bits back on (#219566) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Dec 2006 17:55:00 -0000 1.3 +++ .cvsignore 14 Dec 2006 04:24:58 -0000 1.4 @@ -1,2 +1,3 @@ beryl-core-0.1.2.tar.bz2 beryl-core-0.1.3.tar.bz2 +beryl-mesa-0.1.3.tar.bz2 Index: beryl-core.spec =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/beryl-core.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- beryl-core.spec 13 Dec 2006 17:55:00 -0000 1.5 +++ beryl-core.spec 14 Dec 2006 04:24:58 -0000 1.6 @@ -3,11 +3,12 @@ License: GPL Group: User Interface/Desktops Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Beryl OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2 +Source1: http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2 Patch0: mesa-6.4.1-x86_64-fixes-1.patch # libdrm is not avaliable on these arches @@ -96,12 +97,15 @@ users to install all the beryl bits for KDE. %prep -%setup -q +%setup -q -a 1 %build -# --disable-berylmesa == don't build beryl-xgl -%configure --disable-berylmesa \ +pushd beryl-mesa/src +make %{?_smp_mflags} +popd +%configure --enable-berylmesa \ + --with-berylmesadir=./beryl-mesa \ --x-includes=%{_includedir}/X11/ \ --x-libraries=%{_libdir}/X11/ make %{?_smp_mflags} @@ -112,8 +116,6 @@ make DESTDIR=$RPM_BUILD_ROOT install # Kill static and libtool libs find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f -# --disable-berylmesa should have made this not install... -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/beryl-xgl.1* %find_lang %{name} %clean @@ -154,6 +156,9 @@ %defattr(-,root,root,-) %changelog +* Wed Dec 13 2006 Jarod Wilson 0.1.3-2 +- Turn beryl-xgl bits back on (#219566) + * Tue Dec 12 2006 Jarod Wilson 0.1.3-1 - New upstream release mesa-6.4.1-x86_64-fixes-1.patch: Index: mesa-6.4.1-x86_64-fixes-1.patch =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/mesa-6.4.1-x86_64-fixes-1.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-6.4.1-x86_64-fixes-1.patch 14 Nov 2006 20:31:35 -0000 1.1 +++ mesa-6.4.1-x86_64-fixes-1.patch 14 Dec 2006 04:24:58 -0000 1.2 @@ -1,5 +1,5 @@ --- Mesa-6.4.1/src/glx/x11/indirect_vertex_array.c 2005-08-19 20:53:26.000000000 +0200 -+++ mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 ++++ beryl-mesa/src/glx/x11/indirect_vertex_array.c 2005-12-14 12:28:02.000000000 +0100 @@ -123,10 +123,10 @@ struct array_state_vector * arrays; Index: sources =================================================================== RCS file: /cvs/extras/rpms/beryl-core/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Dec 2006 17:55:00 -0000 1.3 +++ sources 14 Dec 2006 04:24:58 -0000 1.4 @@ -1 +1,2 @@ 24caed8a8cb50fd30823a9ee182f85f4 beryl-core-0.1.3.tar.bz2 +c22765c2637846907ee6154b548151e9 beryl-mesa-0.1.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 14 04:42:13 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 13 Dec 2006 23:42:13 -0500 Subject: rpms/manaworld/devel manaworld.spec,1.6,1.7 Message-ID: <200612140442.kBE4gDrN027757@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/manaworld/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27742 Modified Files: manaworld.spec Log Message: Add opengl support Index: manaworld.spec =================================================================== RCS file: /cvs/extras/rpms/manaworld/devel/manaworld.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- manaworld.spec 21 Nov 2006 16:54:51 -0000 1.6 +++ manaworld.spec 14 Dec 2006 04:41:43 -0000 1.7 @@ -1,6 +1,6 @@ Name: manaworld Version: 0.0.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 2D MMORPG world Group: Amusements/Games @@ -23,7 +23,7 @@ %build -%configure +%configure --with-opengl make %{?_smp_mflags} @@ -69,6 +69,9 @@ %changelog +* Wed Dec 13 2006 Wart 0.0.21.1-2 +- Add opengl support + * Tue Oct 31 2006 Wart 0.0.21.1-1 - Update to 0.0.21.1 From fedora-extras-commits at redhat.com Thu Dec 14 04:43:22 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 13 Dec 2006 23:43:22 -0500 Subject: rpms/manaworld/FC-6 manaworld.spec,1.5,1.6 Message-ID: <200612140443.kBE4hMbE027821@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/manaworld/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27806 Modified Files: manaworld.spec Log Message: Add opengl support Index: manaworld.spec =================================================================== RCS file: /cvs/extras/rpms/manaworld/FC-6/manaworld.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- manaworld.spec 22 Nov 2006 19:40:40 -0000 1.5 +++ manaworld.spec 14 Dec 2006 04:42:52 -0000 1.6 @@ -1,6 +1,6 @@ Name: manaworld Version: 0.0.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 2D MMORPG world Group: Amusements/Games @@ -23,7 +23,7 @@ %build -%configure +%configure --with-opengl make %{?_smp_mflags} @@ -69,6 +69,9 @@ %changelog +* Wed Dec 13 2006 Wart 0.0.21.1-2 +- Add opengl support + * Wed Nov 22 2006 Wart 0.0.21.1-1 - Update to 0.0.21.1 From fedora-extras-commits at redhat.com Thu Dec 14 05:43:07 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Thu, 14 Dec 2006 00:43:07 -0500 Subject: rpms/ip6sic/devel ip6sic-0.1-fixes.patch, 1.1, 1.2 ip6sic.spec, 1.4, 1.5 Message-ID: <200612140543.kBE5h7Gj031196@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/ip6sic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31175 Modified Files: ip6sic-0.1-fixes.patch ip6sic.spec Log Message: Needs to build using libpcap.so now instead of libpcap.a ip6sic-0.1-fixes.patch: Index: ip6sic-0.1-fixes.patch =================================================================== RCS file: /cvs/extras/rpms/ip6sic/devel/ip6sic-0.1-fixes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ip6sic-0.1-fixes.patch 27 Jul 2006 13:09:29 -0000 1.1 +++ ip6sic-0.1-fixes.patch 14 Dec 2006 05:42:36 -0000 1.2 @@ -17,7 +17,7 @@ else PCAPLIB="-L$withval/lib -lpcap" fi -+ elif test -f /usr/include/pcap.h -a -f /usr/lib/libpcap.a; then ++ elif test -f /usr/include/pcap.h -a -f /usr/lib/libpcap.so; then + owd=`pwd` + PCAPINC="-I/usr/include" + PCAPLIB="-L/usr/lib -lpcap" Index: ip6sic.spec =================================================================== RCS file: /cvs/extras/rpms/ip6sic/devel/ip6sic.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ip6sic.spec 29 Nov 2006 15:37:28 -0000 1.4 +++ ip6sic.spec 14 Dec 2006 05:42:36 -0000 1.5 @@ -1,6 +1,6 @@ Name: ip6sic Version: 0.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: IPv6 Stack Integrity Checker Group: Applications/Internet @@ -50,6 +50,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 14 2006 Jarod Wilson 0.1-6 +- Build against libpcap.so instead of libpcap.a + * Wed Nov 29 2006 Jarod Wilson 0.1-5 - Rebuild against new libpcap From fedora-extras-commits at redhat.com Thu Dec 14 06:24:34 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 14 Dec 2006 01:24:34 -0500 Subject: owners owners.list,1.2108,1.2109 Message-ID: <200612140624.kBE6OY1P001959@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1931 Modified Files: owners.list Log Message: de-orphaning gourmet Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2108 retrieving revision 1.2109 diff -u -r1.2108 -r1.2109 --- owners.list 13 Dec 2006 17:13:49 -0000 1.2108 +++ owners.list 14 Dec 2006 06:24:04 -0000 1.2109 @@ -629,7 +629,7 @@ Fedora Extras|goffice|Goffice support library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gonvert|Units conversion utility|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gossip|Gnome Jabber Client|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|gourmet|PyGTK Recipe Manager|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|mpeters at mac.com +Fedora Extras|gourmet|Recipe Manager for the GNOME desktop environment|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gpa|Graphical user interface for GnuPG|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gparted|Gnome Partition Editor|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gperiodic|Program for browsing the periodic table|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 06:25:59 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:25:59 -0500 Subject: rpms/php-pear-File - New directory Message-ID: <200612140625.kBE6PxjH002010@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2006/php-pear-File Log Message: Directory /cvs/extras/rpms/php-pear-File added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 06:26:05 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:26:05 -0500 Subject: rpms/php-pear-File/devel - New directory Message-ID: <200612140626.kBE6Q5Zx002025@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2006/php-pear-File/devel Log Message: Directory /cvs/extras/rpms/php-pear-File/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 06:26:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:26:14 -0500 Subject: rpms/php-pear-File Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612140626.kBE6QErC002053@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2047 Added Files: Makefile import.log Log Message: Setup of module php-pear-File --- NEW FILE Makefile --- # Top level Makefile for module php-pear-File all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 14 06:26:19 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:26:19 -0500 Subject: rpms/php-pear-File/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612140626.kBE6QJdk002068@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2047/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-File --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 14 06:27:08 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:27:08 -0500 Subject: rpms/php-pear-File import.log,1.1,1.2 Message-ID: <200612140627.kBE6R8EC002149@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112 Modified Files: import.log Log Message: auto-import php-pear-File-1.2.2-1 on branch devel from php-pear-File-1.2.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-File/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Dec 2006 06:26:14 -0000 1.1 +++ import.log 14 Dec 2006 06:26:38 -0000 1.2 @@ -0,0 +1 @@ +php-pear-File-1_2_2-1:HEAD:php-pear-File-1.2.2-1.src.rpm:1166077964 From fedora-extras-commits at redhat.com Thu Dec 14 06:27:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:27:09 -0500 Subject: rpms/php-pear-File/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-File.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612140627.kBE6R97X002153@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-File/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2112/devel Modified Files: .cvsignore sources Added Files: PHP-LICENSE-3.01 php-pear-File.spec Log Message: auto-import php-pear-File-1.2.2-1 on branch devel from php-pear-File-1.2.2-1.src.rpm --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . --- NEW FILE php-pear-File.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name File Name: php-pear-File Version: 1.2.2 Release: 1%{?dist} Summary: Common file and directory routines Group: Development/Languages License: PHP License URL: http://pear.php.net/package/File Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description Provides easy access to read/write to files along with some common routines to deal with paths. Also provides interface for handling CSV files. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} %{pear_phpdir}/%{pear_name}* %changelog * Wed Dec 13 2006 Christopher Stone 1.2.2-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-File/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2006 06:26:19 -0000 1.1 +++ .cvsignore 14 Dec 2006 06:26:38 -0000 1.2 @@ -0,0 +1 @@ +File-1.2.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-File/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2006 06:26:19 -0000 1.1 +++ sources 14 Dec 2006 06:26:38 -0000 1.2 @@ -0,0 +1 @@ +ba8f020b70fb6a37c6258e0e42033aad File-1.2.2.tgz From fedora-extras-commits at redhat.com Thu Dec 14 06:31:22 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 14 Dec 2006 01:31:22 -0500 Subject: owners owners.list,1.2109,1.2110 Message-ID: <200612140631.kBE6VMXC002215@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2200 Modified Files: owners.list Log Message: php-pear-File Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2109 retrieving revision 1.2110 diff -u -r1.2109 -r1.2110 --- owners.list 14 Dec 2006 06:24:04 -0000 1.2109 +++ owners.list 14 Dec 2006 06:30:52 -0000 1.2110 @@ -1870,6 +1870,7 @@ Fedora Extras|php-pear-DB-DataObject|An SQL Builder, Object Interface to Database Tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB-DataObject-FormBuilder|Automatically build HTML_QuickForm objects|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB-QueryTool|An OO-interface for easily retrieving and modifying data in a DB|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-File|Common file and directory routines|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-Common|Base class for other HTML classes|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-QuickForm|Class for creating, validating, processing HTML forms|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTML-Table|Class to easily design HTML tables|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 06:37:08 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 14 Dec 2006 01:37:08 -0500 Subject: rpms/search4files/devel .cvsignore, 1.2, 1.3 search4files.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612140637.kBE6b8Ms002417@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2352 Modified Files: .cvsignore search4files.spec sources Log Message: * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 +++ .cvsignore 14 Dec 2006 06:36:37 -0000 1.3 @@ -1 +1 @@ -search4files0.1c.tar.gz +search4files0.1d.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/search4files.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- search4files.spec 9 Dec 2006 23:42:15 -0000 1.1 +++ search4files.spec 14 Dec 2006 06:36:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: search4files -Version: 0.1c -Release: 2%{?dist} +Version: 0.1d +Release: 1%{?dist} Summary: A handy file search tool Group: Applications/File @@ -13,7 +13,11 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade +# disable pyxdg support on devel until pyxdg is +# rebuilt against python 2.5 +%if 0%{?fedora} < 7 Requires: pyxdg +%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -51,6 +55,13 @@ -e 's|Nautilus|nautilus|' \ search4files.py +# gtk import fails where DISPLAY is not set +# Actually pygtk2 is not required for build stage, +# so I disable all checking of python module +%{__sed} -i.check \ + -e '/exit(1)/d' \ + build.py + # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} @@ -83,6 +94,10 @@ %{_datadir}/%{name}/ %changelog +* Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 +- 0.1d +- Disable pyxdg support on devel for now. + * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Dec 2006 23:42:15 -0000 1.2 +++ sources 14 Dec 2006 06:36:37 -0000 1.3 @@ -1 +1 @@ -d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz +68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 06:37:11 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 14 Dec 2006 01:37:11 -0500 Subject: rpms/search4files/FC-6 .cvsignore, 1.2, 1.3 search4files.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612140637.kBE6bBlj002422@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2378 Modified Files: .cvsignore search4files.spec sources Log Message: * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 +++ .cvsignore 14 Dec 2006 06:36:41 -0000 1.3 @@ -1 +1 @@ -search4files0.1c.tar.gz +search4files0.1d.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/search4files.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- search4files.spec 9 Dec 2006 23:42:15 -0000 1.1 +++ search4files.spec 14 Dec 2006 06:36:41 -0000 1.2 @@ -1,6 +1,6 @@ Name: search4files -Version: 0.1c -Release: 2%{?dist} +Version: 0.1d +Release: 1%{?dist} Summary: A handy file search tool Group: Applications/File @@ -13,7 +13,11 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade +# disable pyxdg support on devel until pyxdg is +# rebuilt against python 2.5 +%if 0%{?fedora} < 7 Requires: pyxdg +%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -51,6 +55,13 @@ -e 's|Nautilus|nautilus|' \ search4files.py +# gtk import fails where DISPLAY is not set +# Actually pygtk2 is not required for build stage, +# so I disable all checking of python module +%{__sed} -i.check \ + -e '/exit(1)/d' \ + build.py + # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} @@ -83,6 +94,10 @@ %{_datadir}/%{name}/ %changelog +* Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 +- 0.1d +- Disable pyxdg support on devel for now. + * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Dec 2006 23:42:15 -0000 1.2 +++ sources 14 Dec 2006 06:36:41 -0000 1.3 @@ -1 +1 @@ -d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz +68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 06:37:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 14 Dec 2006 01:37:15 -0500 Subject: rpms/search4files/FC-5 .cvsignore, 1.2, 1.3 search4files.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612140637.kBE6bF4e002427@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2398 Modified Files: .cvsignore search4files.spec sources Log Message: * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Dec 2006 23:42:15 -0000 1.2 +++ .cvsignore 14 Dec 2006 06:36:45 -0000 1.3 @@ -1 +1 @@ -search4files0.1c.tar.gz +search4files0.1d.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/search4files.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- search4files.spec 9 Dec 2006 23:42:15 -0000 1.1 +++ search4files.spec 14 Dec 2006 06:36:45 -0000 1.2 @@ -1,6 +1,6 @@ Name: search4files -Version: 0.1c -Release: 2%{?dist} +Version: 0.1d +Release: 1%{?dist} Summary: A handy file search tool Group: Applications/File @@ -13,7 +13,11 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade +# disable pyxdg support on devel until pyxdg is +# rebuilt against python 2.5 +%if 0%{?fedora} < 7 Requires: pyxdg +%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -51,6 +55,13 @@ -e 's|Nautilus|nautilus|' \ search4files.py +# gtk import fails where DISPLAY is not set +# Actually pygtk2 is not required for build stage, +# so I disable all checking of python module +%{__sed} -i.check \ + -e '/exit(1)/d' \ + build.py + # This configure accepts only the option --prefix # and does not accept --libdir= option ./configure --prefix=%{_prefix} @@ -83,6 +94,10 @@ %{_datadir}/%{name}/ %changelog +* Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 +- 0.1d +- Disable pyxdg support on devel for now. + * Sat Dec 8 2006 Mamoru Tasaka 0.1c-2 - Fix type typo Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Dec 2006 23:42:15 -0000 1.2 +++ sources 14 Dec 2006 06:36:45 -0000 1.3 @@ -1 +1 @@ -d568697071bf93fad090a77e9d78f4d1 search4files0.1c.tar.gz +68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 06:38:20 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 14 Dec 2006 01:38:20 -0500 Subject: rpms/gourmet/devel dead.package,1.1,NONE Message-ID: <200612140638.kBE6cKeL002563@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gourmet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2558 Removed Files: dead.package Log Message: remove dead.package file in prep for de-orpahning --- dead.package DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 06:48:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 14 Dec 2006 01:48:16 -0500 Subject: rpms/gourmet/devel Makefile, 1.2, 1.3 gourmet.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612140648.kBE6mG5u002690@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gourmet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2671 Added Files: Makefile gourmet.spec sources Log Message: De-orphaning and upgrading to version 0.12.2 Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 14 Dec 2006 06:47:45 -0000 1.3 @@ -0,0 +1,21 @@ +# Makefile for source rpm: gourmet +# $Id$ +NAME := gourmet +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) Index: gourmet.spec =================================================================== RCS file: gourmet.spec diff -N gourmet.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gourmet.spec 14 Dec 2006 06:47:45 -0000 1.8 @@ -0,0 +1,91 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: gourmet +Version: 0.12.2 +Release: 2%{?dist} +Summary: Recipe Manager for the GNOME desktop environment + +Group: Applications/Productivity +License: GPL +URL: http://grecipe-manager.sourceforge.net +Source0: http://easynews.dl.sourceforge.net/sourceforge/grecipe-manager/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel +BuildRequires: desktop-file-utils +BuildRequires: gettext + +Requires: gnome-python2, gnome-python2-gnomeprint +Requires: metakit +Requires: pygtk2 +Requires: PyRTF +Requires: python-imaging, python-sqlite2, pygtk2-libglade, python-reportlab +%description +Gourmet Recipe Manager is a recipe-organizer for GNOME that generates shopping +lists and allows rapid searching of recipes. It imports mealmaster & mastercook +files and exports webpages & other formats. + +%prep +%setup -q +chmod -x data/recipe.dtd + +%build + +%{__python} setup.py build + +%install +rm -rf %buildroot +%{__python} setup.py install -O1 --skip-build --root %buildroot \ + --disable-modules-check + + +desktop-file-install %buildroot%_datadir/applications/gourmet.desktop \ + --remove-category=Other \ + --vendor=fedora \ + --add-category=Utility \ + --add-category=X-Fedora \ + --dir=%buildroot%_datadir/applications \ + --copy-name-to-generic-name \ + --delete-original + +%find_lang %{name} + +%clean +rm -rf %buildroot + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc CHANGES PKG-INFO README TODO +%doc documentation +%_bindir/gourmet +# sitelib stuff +%{python_sitelib}/gourmet +# datadir stuff +%{_datadir}/applications/fedora-gourmet.desktop +%{_datadir}/pixmaps/recbox.png +%{_datadir}/gourmet + +%changelog +* Wed Dec 13 2006 Jef Spaleta - 0.12.2-2 +- Some final specfile cleaning before import into extras cvs + +* Tue Dec 12 2006 Jef Spaleta - 0.12.2-1 +- Update to version 0.12.2 and prepare to unorphan the tree + +* Tue Apr 25 2006 Michael A. Peters - 0.8.5.14-2 +- try build again + +* Fri Mar 17 2006 Michael A. Peters - 0.8.5.14-1 +- New upstream version +- rpmlint cleanup + +* Fri Nov 11 2005 Michael A. Peters - 0.8.5.13-1 +- New upstream version + +* Thu Sep 22 2005 Michael A. Peters - 0.8.5.12-1 +- New upstream version + +* Mon Jun 13 2005 Michael A. Peters - 0.8.5.2-1 +- Initial checkin to cvs Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 14 Dec 2006 06:47:45 -0000 1.7 @@ -0,0 +1 @@ +09dbdd391fd9cd8916a67b4f36d40f1d gourmet-0.12.2.tar.gz From fedora-extras-commits at redhat.com Thu Dec 14 09:27:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Jos=C3=A9_Ab=C3=ADlio_Oliveira_Matos?= (jamatos)) Date: Thu, 14 Dec 2006 04:27:00 -0500 Subject: owners owners.list,1.2110,1.2111 Message-ID: <200612140927.kBE9R0NA013098@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13082 Modified Files: owners.list Log Message: Adopt orphan packages related with fonts (t1lib,t1utils,ttf2pt1) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2110 retrieving revision 1.2111 diff -u -r1.2110 -r1.2111 --- owners.list 14 Dec 2006 06:30:52 -0000 1.2110 +++ owners.list 14 Dec 2006 09:26:30 -0000 1.2111 @@ -2320,8 +2320,8 @@ Fedora Extras|sysprof-kmod|Sysprof kernel module|giallu at gmail.com|extras-qa at fedoraproject.org|sandmann at daimi.au.dk Fedora Extras|system-config-control|Centralized tool for Fedora configuration utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|ankit644 at yahoo.com Fedora Extras|system-switch-im|The Input Method System Switcher|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|t1lib|PostScript Type 1 font rasterizer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info -Fedora Extras|t1utils|Collection of Type 1 and 2 font manipulation utilities|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|jamatos at fc.up.pt,roozbeh at farsiweb.info +Fedora Extras|t1lib|PostScript Type 1 font rasterizer|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info +Fedora Extras|t1utils|Collection of Type 1 and 2 font manipulation utilities|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|taarich|Display Hebrew date|danken at cs.technion.ac.il|extras-qa at fedoraproject.org| Fedora Extras|tachyon|Parallel / Multiprocessor Ray Tracing System|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|taglib|Audio Meta-Data Library|gauret at free.fr|extras-qa at fedoraproject.org| @@ -2422,7 +2422,7 @@ Fedora Extras|tremulous|First Person Shooter game based on the Quake 3 engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tremulous-data|Data files for tremulous the FPS game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tripwire|An IDS (Intrusion Detection System)|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|roozbeh at farsiweb.info +Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| Fedora Extras|TurboGears|Back-to-front web development in Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|tuxkart|Kids 3D go-kart racing game featuring Tux|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 13:35:29 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 08:35:29 -0500 Subject: rpms/pitivi/devel pitivi-0.10.1-sync.patch, NONE, 1.1 pitivi.spec, 1.11, 1.12 Message-ID: <200612141335.kBEDZTNQ026717@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26699 Modified Files: pitivi.spec Added Files: pitivi-0.10.1-sync.patch Log Message: Fix BZ#219603 and BZ#219604 pitivi-0.10.1-sync.patch: --- NEW FILE pitivi-0.10.1-sync.patch --- --- pitivi.desktop.in~ 2006-04-10 10:09:20.000000000 -0500 +++ pitivi.desktop.in 2006-12-14 07:37:02.000000000 -0600 @@ -3,7 +3,7 @@ Name=Pitivi Video Editor Comment=Non-linear video editor Comment[fr]=Editeur Vid??o Non-Lin??aire -Exec=pitivi +Exec=pitivi --sync Terminal=false Type=Application Icon=pitivi.png Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pitivi.spec 13 Dec 2006 14:52:20 -0000 1.11 +++ pitivi.spec 14 Dec 2006 13:34:59 -0000 1.12 @@ -1,12 +1,13 @@ Name: pitivi Version: 0.10.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia License: GPL URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Source0: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Patch0: pitivi-0.10.1-sync.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -34,7 +35,9 @@ program. %prep -%setup -q +%setup0 -q +%patch0 -p1 -b .sync + for f in `find . -name \*.py` do %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f @@ -48,9 +51,9 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install +rm %{buildroot}%{_datadir}/applications/pitivi.desktop desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ + --dir %{buildroot}%{_datadir}/applications \ pitivi.desktop %clean @@ -65,6 +68,12 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 +- Launch pitivi with --sync option (BZ#219604) +- Fix buildroot macro usage +- Remove X-Fedora category from menu entry +- Remove duplicate menu entry (BZ#219603) + * Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 - Add requirement on gstreamer-python From fedora-extras-commits at redhat.com Thu Dec 14 13:37:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 08:37:30 -0500 Subject: rpms/pitivi/FC-6 pitivi-0.10.1-sync.patch, NONE, 1.1 pitivi.spec, 1.10, 1.11 Message-ID: <200612141337.kBEDbU37026784@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26766 Modified Files: pitivi.spec Added Files: pitivi-0.10.1-sync.patch Log Message: Fix BZ#219603 and BZ#219604 pitivi-0.10.1-sync.patch: --- NEW FILE pitivi-0.10.1-sync.patch --- --- pitivi.desktop.in~ 2006-04-10 10:09:20.000000000 -0500 +++ pitivi.desktop.in 2006-12-14 07:37:02.000000000 -0600 @@ -3,7 +3,7 @@ Name=Pitivi Video Editor Comment=Non-linear video editor Comment[fr]=Editeur Vid??o Non-Lin??aire -Exec=pitivi +Exec=pitivi --sync Terminal=false Type=Application Icon=pitivi.png Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pitivi.spec 13 Dec 2006 15:50:34 -0000 1.10 +++ pitivi.spec 14 Dec 2006 13:37:00 -0000 1.11 @@ -1,12 +1,13 @@ Name: pitivi Version: 0.10.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia License: GPL URL: http://www.pitivi.org/ -Source: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Source0: http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2 +Patch0: pitivi-0.10.1-sync.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -34,7 +35,9 @@ program. %prep -%setup -q +%setup0 -q +%patch0 -p1 -b .sync + for f in `find . -name \*.py` do %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f @@ -48,9 +51,9 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install +rm %{buildroot}%{_datadir}/applications/pitivi.desktop desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ + --dir %{buildroot}%{_datadir}/applications \ pitivi.desktop %clean @@ -65,6 +68,12 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 +- Launch pitivi with --sync option (BZ#219604) +- Fix buildroot macro usage +- Remove X-Fedora category from menu entry +- Remove duplicate menu entry (BZ#219603) + * Wed Dec 13 2006 Jeffrey C. Ollie - 0.10.1-5 - Add requirement on gstreamer-python From fedora-extras-commits at redhat.com Thu Dec 14 13:54:34 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 08:54:34 -0500 Subject: rpms/pitivi/devel pitivi.spec,1.12,1.13 Message-ID: <200612141354.kBEDsYuW026955@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26940 Modified Files: pitivi.spec Log Message: Fix stupid mistake Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pitivi.spec 14 Dec 2006 13:34:59 -0000 1.12 +++ pitivi.spec 14 Dec 2006 13:54:03 -0000 1.13 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -36,7 +36,7 @@ %prep %setup0 -q -%patch0 -p1 -b .sync +%patch0 -p0 -b .sync for f in `find . -name \*.py` do @@ -68,6 +68,9 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-7 +- Fix stupid mistake + * Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 - Launch pitivi with --sync option (BZ#219604) - Fix buildroot macro usage From fedora-extras-commits at redhat.com Thu Dec 14 14:04:49 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Thu, 14 Dec 2006 09:04:49 -0500 Subject: rpms/pitivi/FC-6 pitivi.spec,1.11,1.12 Message-ID: <200612141404.kBEE4nTi030136@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pitivi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30119 Modified Files: pitivi.spec Log Message: Fix stupid mistake Index: pitivi.spec =================================================================== RCS file: /cvs/extras/rpms/pitivi/FC-6/pitivi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pitivi.spec 14 Dec 2006 13:37:00 -0000 1.11 +++ pitivi.spec 14 Dec 2006 14:04:19 -0000 1.12 @@ -1,6 +1,6 @@ Name: pitivi Version: 0.10.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Non-linear video editor Group: Applications/Multimedia @@ -36,7 +36,7 @@ %prep %setup0 -q -%patch0 -p1 -b .sync +%patch0 -p0 -b .sync for f in `find . -name \*.py` do @@ -68,6 +68,9 @@ %{_datadir}/applications/* %changelog +* Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-7 +- Fix stupid mistake + * Thu Dec 14 2006 Jeffrey C. Ollie - 0.10.1-6 - Launch pitivi with --sync option (BZ#219604) - Fix buildroot macro usage From fedora-extras-commits at redhat.com Thu Dec 14 14:30:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:30:26 -0500 Subject: rpms/glest/FC-6 glest.spec,1.2,1.3 Message-ID: <200612141430.kBEEUQU9030263@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30230/FC-6 Modified Files: glest.spec Log Message: ExcludeArch PPC, it does not work there yet Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.spec 27 Nov 2006 21:21:22 -0000 1.2 +++ glest.spec 14 Dec 2006 14:29:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -18,6 +18,8 @@ Requires: glest-data = %{version} +ExcludeArch: ppc + %description Glest is a free 3D real time strategy game, that can be modified using XML and a set of tools. @@ -91,6 +93,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 +- Does not work on PPC yet, ExcludeArch it. + * Mon Nov 27 2006 Aurelien Bompard 2.0.0-2 - fix description From fedora-extras-commits at redhat.com Thu Dec 14 14:30:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:30:26 -0500 Subject: rpms/glest/devel glest.spec,1.2,1.3 Message-ID: <200612141430.kBEEUQq4030266@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30230/devel Modified Files: glest.spec Log Message: ExcludeArch PPC, it does not work there yet Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.spec 27 Nov 2006 21:21:22 -0000 1.2 +++ glest.spec 14 Dec 2006 14:29:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -18,6 +18,8 @@ Requires: glest-data = %{version} +ExcludeArch: ppc + %description Glest is a free 3D real time strategy game, that can be modified using XML and a set of tools. @@ -91,6 +93,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 +- Does not work on PPC yet, ExcludeArch it. + * Mon Nov 27 2006 Aurelien Bompard 2.0.0-2 - fix description From fedora-extras-commits at redhat.com Thu Dec 14 14:46:58 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:46:58 -0500 Subject: rpms/glest/FC-6 glest.spec,1.3,1.4 Message-ID: <200612141446.kBEEkw8X030411@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30383/FC-6 Modified Files: glest.spec Log Message: add description for the ExcludeArch Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glest.spec 14 Dec 2006 14:29:55 -0000 1.3 +++ glest.spec 14 Dec 2006 14:46:28 -0000 1.4 @@ -18,6 +18,7 @@ Requires: glest-data = %{version} +# Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc %description From fedora-extras-commits at redhat.com Thu Dec 14 14:46:59 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 14 Dec 2006 09:46:59 -0500 Subject: rpms/glest/devel glest.spec,1.3,1.4 Message-ID: <200612141447.kBEEkxlX030414@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30383/devel Modified Files: glest.spec Log Message: add description for the ExcludeArch Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glest.spec 14 Dec 2006 14:29:56 -0000 1.3 +++ glest.spec 14 Dec 2006 14:46:28 -0000 1.4 @@ -18,6 +18,7 @@ Requires: glest-data = %{version} +# Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc %description From fedora-extras-commits at redhat.com Thu Dec 14 14:54:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 09:54:45 -0500 Subject: rpms/sbcl/devel sbcl-1.0-optflags.patch, NONE, 1.1 sbcl.spec, 1.55, 1.56 sbcl-0.9.5-optflags.patch, 1.1, NONE Message-ID: <200612141454.kBEEsjrT030471@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30453 Modified Files: sbcl.spec Added Files: sbcl-1.0-optflags.patch Removed Files: sbcl-0.9.5-optflags.patch Log Message: * Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- sbcl.spec 4 Dec 2006 19:23:23 -0000 1.55 +++ sbcl.spec 14 Dec 2006 14:54:15 -0000 1.56 @@ -10,14 +10,14 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 ppc sparc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 @@ -50,6 +50,16 @@ #define sbcl_bootstrap_src -a 30 %endif +## sparc section +Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 40 +%endif + + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch @@ -221,6 +231,9 @@ %changelog +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests --- sbcl-0.9.5-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 14:58:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 09:58:27 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.56,1.57 Message-ID: <200612141458.kBEEwRr0030520@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30505 Modified Files: sbcl.spec Log Message: don't include sparc bootstrap binary (by default). Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- sbcl.spec 14 Dec 2006 14:54:15 -0000 1.56 +++ sbcl.spec 14 Dec 2006 14:57:56 -0000 1.57 @@ -51,7 +51,7 @@ %endif ## sparc section -Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 %ifarch sparc %define sbcl_arch sparc #BuildRequires: sbcl From fedora-extras-commits at redhat.com Thu Dec 14 15:33:09 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:09 -0500 Subject: rpms/conky - New directory Message-ID: <200612141533.kBEFX9AQ001400@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1396/conky Log Message: Directory /cvs/extras/rpms/conky added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 15:33:09 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:09 -0500 Subject: rpms/conky/devel - New directory Message-ID: <200612141533.kBEFX9DX001413@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1396/conky/devel Log Message: Directory /cvs/extras/rpms/conky/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 15:33:21 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:21 -0500 Subject: rpms/conky Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612141533.kBEFXLA5001443@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1437 Added Files: Makefile import.log Log Message: Setup of module conky --- NEW FILE Makefile --- # Top level Makefile for module conky all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 14 15:33:26 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:33:26 -0500 Subject: rpms/conky/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612141533.kBEFXQPg001459@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1437/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conky --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 14 15:34:29 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:34:29 -0500 Subject: rpms/conky import.log,1.1,1.2 Message-ID: <200612141534.kBEFYTHP001556@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1516 Modified Files: import.log Log Message: auto-import conky-1.4.5-2 on branch devel from conky-1.4.5-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/conky/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Dec 2006 15:33:21 -0000 1.1 +++ import.log 14 Dec 2006 15:33:59 -0000 1.2 @@ -0,0 +1 @@ +conky-1_4_5-2:HEAD:conky-1.4.5-2.src.rpm:1166110809 From fedora-extras-commits at redhat.com Thu Dec 14 15:34:29 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:34:29 -0500 Subject: rpms/conky/devel conky-news.diff, NONE, 1.1 conky-timed_c.diff, NONE, 1.1 conky-timed_h.diff, NONE, 1.1 conky.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612141534.kBEFYTvs001560@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/conky/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1516/devel Modified Files: .cvsignore sources Added Files: conky-news.diff conky-timed_c.diff conky-timed_h.diff conky.spec Log Message: auto-import conky-1.4.5-2 on branch devel from conky-1.4.5-2.src.rpm conky-news.diff: --- NEW FILE conky-news.diff --- --- /home/errr/src/conky-1.4.5/NEWS 2006-11-21 14:08:08.000000000 -0600 +++ NEWS 2006-12-14 00:29:27.000000000 -0600 @@ -1,3 +1,34 @@ +Summary of changes for Conky release 1.4.5: +------------------------------------------- +Added config items: +- max_specials +- max_port_monitor_connections + +Removed config items: +- min_port_monitors +- min_port_monitor_connections + +Added variables: +- entropy_avail +- entropy_poolsize +- entropy_bar + +Added length specifier to audacious_title. + +Split battery var into: +- battery and battery_time + +Fixed broken texeci variable. +Fixed build error with --disable-x11. +Fixed build error with --disable-xdamage. +Fixed acpi battery issues. +Fixed mem var overflows when >= 4GB. +Close pop3/imap sockets properly. +Improved internal thread handling. +Converted tcp_portmon internal hash to GLib +for GPL compatibility. + + Summary of changes for Conky release 1.4.4: ------------------------------------------- * fix build error for freebsd. conky-timed_c.diff: --- NEW FILE conky-timed_c.diff --- --- /home/errr/src/conky-1.4.5/src/timed_thread.c 2006-12-02 17:07:47.000000000 -0600 +++ src/timed_thread.c 2006-12-14 00:29:24.000000000 -0600 @@ -1,10 +1,26 @@ -/* $Id: timed_thread.c 803 2006-12-02 23:07:21Z pkovacs $ */ +/* $Id: timed_thread.c 817 2006-12-13 16:54:59Z pkovacs $ */ -/* timed_thread.c - * Author: Philip Kovacs +/* + * timed_thread.c: Abstraction layer for timed threads * - * Abstraction layer for timed threads - * */ + * Copyright (C) 2006 Philip Kovacs pkovacs at users.sourceforge.net + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + * USA. + * + */ #include #include conky-timed_h.diff: --- NEW FILE conky-timed_h.diff --- --- /home/errr/src/conky-1.4.5/src/timed_thread.h 2006-11-21 14:08:07.000000000 -0600 +++ src/timed_thread.h 2006-12-14 00:29:24.000000000 -0600 @@ -1,10 +1,26 @@ -/* $Id: timed_thread.h 772 2006-11-15 01:20:49Z pkovacs $ */ +/* $Id: timed_thread.h 817 2006-12-13 16:54:59Z pkovacs $ */ -/* timed_thread.h - * Author: Philip Kovacs +/* + * timed_thread.h: Abstraction layer for timed threads * - * Abstraction layer for timed threads - * */ + * Copyright (C) 2006 Philip Kovacs pkovacs at users.sourceforge.net + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + * USA. + * + */ #ifndef _TIMED_THREAD_H_ #define _TIMED_THREAD_H_ --- NEW FILE conky.spec --- Name: conky Version: 1.4.5 Release: 2%{?dist} Summary: A system monitor for X Group: User Interface/X License: GPL URL: http://conky.sf.net/ Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Patch0: conky-news.diff Patch1: conky-timed_c.diff Patch2: conky-timed_h.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libXft-devel BuildRequires: libXt-devel BuildRequires: libXdamage-devel BuildRequires: libXext-devel BuildRequires: audacious-devel %description A system monitor for X originally based on the torsmo code. but more kickass. It just keeps on given'er. Yeah. %prep %setup -q %patch0 %patch1 %patch2 %build %configure --enable-audacious \ --enable-hddtemp \ --enable-own-window \ --enable-proc-uptime \ --enable-portmon \ --enable-double-buffer \ --enable-xft \ --enable-xdamage \ --enable-x11 \ --disable-bmpx \ --disable-xmms2 \ --disable-mpd \ --with-x make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING TODO README NEWS extras/* doc/docs.html doc/conkyrc.sample %{_bindir}/* %{_mandir}/man1/* %changelog * Thu Dec 14 2006 Michael Rice - 1.4.5-2 - Ship NEWS - Add patch for license of timed_thread and NEWS * Tue Dec 12 2006 Michael Rice - 1.4.5-1 - version bump - change group * Wed Dec 06 2006 Michael Rice - 1.4.4-3 - rebuild for new audacious lib version * Thu Nov 30 2006 Michael Rice - 1.4.4-2 - Move nano and vim files into docs - remove unneeded BR's * Tue Nov 21 2006 Michael Rice - 1.4.4-1 - Version bump - Add vim and nano syntax files to package * Thu Oct 05 2006 Michael Rice - 1.4.3-1 - Version bump - Remove Install file from docs * Mon Oct 02 2006 Michael Rice - 1.4.2-4 - moved to configure macro from ./configure - clean up changelog and make more informative entrys - Fixed sumary in spec file - remove NEWS file since it was empty - remove xmms support due to possible security issue - remove bmp support due to possible security issue - add missing BR for libXext-devel and remove unneeded libX11-devel * Thu Sep 28 2006 Michael Rice - 1.4.2-3 - use the GPL as licence since the whole package is GPL * Thu Sep 28 2006 Michael Rice - 1.4.2-2 - remove unneeded deps * Tue Sep 26 2006 Michael Rice - 1.4.2-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conky/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2006 15:33:26 -0000 1.1 +++ .cvsignore 14 Dec 2006 15:33:59 -0000 1.2 @@ -0,0 +1 @@ +conky-1.4.5.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conky/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2006 15:33:26 -0000 1.1 +++ sources 14 Dec 2006 15:33:59 -0000 1.2 @@ -0,0 +1 @@ +4625c052852f2919a5e7ce2eb7c31189 conky-1.4.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 14 15:38:13 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Thu, 14 Dec 2006 10:38:13 -0500 Subject: owners owners.list,1.2111,1.2112 Message-ID: <200612141538.kBEFcDqJ001611@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1596 Modified Files: owners.list Log Message: Adding my self as maintainer of conky: 208420 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2111 retrieving revision 1.2112 diff -u -r1.2111 -r1.2112 --- owners.list 14 Dec 2006 09:26:30 -0000 1.2111 +++ owners.list 14 Dec 2006 15:37:43 -0000 1.2112 @@ -243,6 +243,7 @@ Fedora Extras|conexusmm|Gtkmm widgets for the conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|conglomerate|Extensible XML Editor|jamatos at fc.up.pt|extras-qa at fedoraproject.org| +Fedora Extras|conky|Light weight system monitor for X|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|conman|the console manager|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|connect-proxy|SSH proxy command helper|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|conntrack|Tool to manipulate netfilter connection tracking table|i at stingr.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 15:53:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 10:53:13 -0500 Subject: rpms/akode/devel akode.spec,1.5,1.6 Message-ID: <200612141553.kBEFrDRV001719@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1697 Modified Files: akode.spec Log Message: * Thu Dec 14 2006 Rex Dieter 2.0.1-3 - enable jack support (subpkg) - package (GPL'd) libsamplerate-based resampler separately, to keep main pkg LGPL-clean Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- akode.spec 28 Aug 2006 15:01:03 -0000 1.5 +++ akode.spec 14 Dec 2006 15:52:43 -0000 1.6 @@ -2,7 +2,7 @@ Summary: Audio-decoding framework Name: akode Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries #URL: http://carewolf.com/akode/ @@ -10,6 +10,14 @@ Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +#Conflicts: kdemultimedia < 6:3.5 + +%if 0%{?fedora} > 4 +%define _with_jack --with-jack +# FIXME +#define _with_pulseaudio --with-pulseaudio +%endif + BuildRequires: automake BuildRequires: alsa-lib-devel BuildRequires: flac-devel @@ -17,6 +25,8 @@ BuildRequires: speex-devel BuildRequires: libvorbis-devel BuildRequires: libtool +%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel} +%{?_with_pusleaudio:BuildRequires: pulseaudio-devel} %description aKode is a simple audio-decoding frame-work that provides a uniform @@ -30,12 +40,6 @@ aKode also has the following audio outputs: * oss: Outputs to the OSS (Open Sound System) * alsa: Outputs to ALSA (dmix is recommended). -%if 0 -TODO -* jack: Outputs using Jack audio backend. -* polyp: Output to the polypaudio server. Recommended for network - transparent audio. -%endif %package devel Summary: Headers for developing programs that will use %{name} @@ -44,6 +48,30 @@ %description devel %{summary}. +%package jack +Summary: Jack audio output backend for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description jack +%{summary}. + +%package libsamplerate +Summary: Resampler based on (GPL) libsamplerate for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description libsamplerate +%{summary}. +Packaged separately to keep main/core %{akode} package LGPL-clean. + +%package pulseaudio +Summary: Pulseaudio output backend for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description pulseaudio +%{summary}. +Recommended for network transparent audio. + + %prep %setup -q -n %{name}-%{version}%{?beta} @@ -58,11 +86,10 @@ --without-libltdl \ --with-alsa \ --with-flac \ + %{?_with_jack} %{!?_with_jack:--without-jack} \ --with-libsamplerate \ --with-speex \ --with-vorbis \ - --without-jack \ - --without-polypaudio \ --without-ffmpeg \ --without-libmad @@ -97,7 +124,10 @@ %doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* -%{_libdir}/libakode_*_*.so +%{_libdir}/libakode_alsa_sink.so +%{_libdir}/libakode_oss_sink.so +%{_libdir}/libakode_mpc_decoder.so +%{_libdir}/libakode_xiph_decoder.so %files devel %defattr(-,root,root,-) @@ -105,8 +135,23 @@ %{_includedir}/* %{_libdir}/libakode.so +%if "%{?_with_jack:1}" == "1" +%files jack +%defattr(-,root,root,-) +%{_libdir}/libakode_jack_sink.so +%endif + +%files libsamplerate +%defattr(-,root,root,-) +%{_libdir}/libakode_src_resampler.so + %changelog +* Thu Dec 14 2006 Rex Dieter 2.0.1-3 +- enable jack support (subpkg) +- package (GPL'd) libsamplerate-based resampler separately, + to keep main pkg LGPL-clean + * Mon Aug 28 2006 Rex Dieter 2.0.1-2 - fc6 respin From fedora-extras-commits at redhat.com Thu Dec 14 16:34:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 14 Dec 2006 11:34:47 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.57,1.58 Message-ID: <200612141634.kBEGYlom005136@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5121 Modified Files: sbcl.spec Log Message: actually *use* updated optflags patch Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- sbcl.spec 14 Dec 2006 14:57:56 -0000 1.57 +++ sbcl.spec 14 Dec 2006 16:34:17 -0000 1.58 @@ -64,7 +64,7 @@ Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch +Patch3: sbcl-1.0-optflags.patch Patch4: sbcl-0.9.17-LIB_DIR.patch Patch6: sbcl-0.9.5-verbose-build.patch From fedora-extras-commits at redhat.com Thu Dec 14 16:53:32 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 11:53:32 -0500 Subject: rpms/blender/devel blender.spec,1.40,1.41 Message-ID: <200612141653.kBEGrWxY005231@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5216 Modified Files: blender.spec Log Message: Next try to rebuild Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- blender.spec 12 Dec 2006 18:30:27 -0000 1.40 +++ blender.spec 14 Dec 2006 16:53:02 -0000 1.41 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 12%{?dist} +Release: 13%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Dec 14 2006 Jochen Schmitt 2.42a-13 +- Rebuild + * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 - Fix typo From fedora-extras-commits at redhat.com Thu Dec 14 17:21:34 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 12:21:34 -0500 Subject: rpms/blender/devel blender.spec,1.41,1.42 Message-ID: <200612141721.kBEHLYa5008467@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8452 Modified Files: blender.spec Log Message: Another try Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- blender.spec 14 Dec 2006 16:53:02 -0000 1.41 +++ blender.spec 14 Dec 2006 17:21:04 -0000 1.42 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 13%{?dist} +Release: 14%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -62,7 +62,7 @@ %prep %setup -q %patch1 -p1 -%patch2 -p1 +%patch2 -p0 %build cp %{SOURCE7} user-config.py @@ -162,7 +162,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Thu Dec 14 2006 Jochen Schmitt 2.42a-13 +* Thu Dec 14 2006 Jochen Schmitt 2.42a-14 - Rebuild * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 From fedora-extras-commits at redhat.com Thu Dec 14 17:58:14 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Thu, 14 Dec 2006 12:58:14 -0500 Subject: owners owners.list,1.2112,1.2113 Message-ID: <200612141758.kBEHwESc008656@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8637 Modified Files: owners.list Log Message: Change my address to my main bugzilla account address Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2112 retrieving revision 1.2113 diff -u -r1.2112 -r1.2113 --- owners.list 14 Dec 2006 15:37:43 -0000 1.2112 +++ owners.list 14 Dec 2006 17:57:43 -0000 1.2113 @@ -60,7 +60,7 @@ Fedora Extras|apachetop|A top-like display of Apache logs|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|apcupsd|APC UPS Power Control Daemon for Linux|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|apel|A Portable Emacs Library|tagoh at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|apg|Automated Password Generator for random password generation|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|apg|Automated Password Generator for random password generation|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|aplus-fsf|Advanced APL interpreter with s interface|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|apmud|Power Management daemon for Apple laptops|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|apollon|Filesharing client|rdieter at math.unl.edu|extras-qa at fedoraproject.org| @@ -296,7 +296,7 @@ Fedora Extras|darcs|David's advanced revision control system|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dates|Small, lightweight calendar|jkeating at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|dbh|Disk based hash library|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|dbh|Disk based hash library|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd2|Dodgin' Diamond 2 - Shoot'em up arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -402,7 +402,7 @@ Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim-doc|Documentation for the exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|exo|Application library for the Xfce desktop environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|exo|Application library for the Xfce desktop environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|ez-ipupdate|Client for Dynamic DNS Services|jlayton at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| @@ -480,7 +480,7 @@ Fedora Extras|fwbackups|A feature-rich user backup program|s.adam at diffingo.com|extras-qa at fedoraproject.org| Fedora Extras|fwbuilder|Firewall Builder|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|fwfstab|A graphical file system table editor|s.adam at diffingo.com|extras-qa at fedoraproject.org| -Fedora Extras|fwrestart|A way to more safely re-load firewall rules remotely|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|fwrestart|A way to more safely re-load firewall rules remotely|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|fyre|A tool for creating artwork from chaotic functions|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gai|Generic Applet Interface|michel.salim at gmail.com|extras-qa at fedoraproject.org|bugs.michael at gmx.net Fedora Extras|gai-pal|GAI Pal applet|michel.salim at gmail.com|extras-qa at fedoraproject.org|bugs.michael at gmx.net @@ -669,7 +669,7 @@ Fedora Extras|gtk-gnutella|GUI based Gnutella Client|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|Gtk-Perl|Perl extensions for GTK+|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gtk-qt-engine|a project allowing GTK to use Qt widget styles|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gtkdatabox|GTK+ widget for fast data display|work.eric at gmail.com|extras-qa at fedoraproject.org| @@ -1038,9 +1038,9 @@ Fedora Extras|libupnp|Universal Plug and Play (UPnP) SDK|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| Fedora Extras|libvisual|An abstraction library for audio visualisation plugins|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|libvisual-plugins|Plugins for use with libvisual|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|mpeters at mac.com -Fedora Extras|libxfce4mcs|Multi-channel settings management support for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|libxfce4util|Utility library for the Xfce4 desktop environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|libxfcegui4|GTK widgets for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|libxfce4mcs|Multi-channel settings management support for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|libxfce4util|Utility library for the Xfce4 desktop environment|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|libxfcegui4|GTK widgets for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|libxml|Old libXML library for Gnome-1 application compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|libxml++|libxml++ is a C++ wrapper for the libxml2 XML parser library|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|libzvt|ZVT - Zed's Virtual Terminal|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -1073,7 +1073,7 @@ Fedora Extras|lostirc|Simple IRC client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|loudmouth|Jabber programming library written in C|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|lout|A document formatting system|tcallawa at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|lrmi|Library for calling real mode BIOS routines|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|lrmi|Library for calling real mode BIOS routines|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|lsscsi|List SCSI devices (or hosts) and associated information|coldwell at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ltsp-utils|Linux Terminal Server Project utilities|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|lua|A powerful light-weight programming language|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -1295,7 +1295,7 @@ Fedora Extras|otrs|The Open Ticket Request System|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|ots|A text summarizer|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|overgod|Another Asteroid like game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|p0f|Versatile passive OS fingerprinting tool|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|p0f|Versatile passive OS fingerprinting tool|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|p0rn-comfort|Support programs for browsing image-gallery sites|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|p7zip|Very high compression ratio file archiver|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|pachi|Pachi El Marciano - Platform Game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -2352,7 +2352,7 @@ Fedora Extras|telepathy-gabble|Jabber/XMPP connection manager for Telepathy|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|tellico|A collection manager|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|tenr-de-styles-pkg|A collection of styles for fluxbox|miker5slow at grandecom.net|extras-qa at fedoraproject.org| -Fedora Extras|Terminal|Xfce Terminal Emulator|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|Terminal|Xfce Terminal Emulator|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|terminus-font|Clean fixed width font|rhbugs at n-dimensional.de|extras-qa at fedoraproject.org| Fedora Extras|testdisk|Tool to check and undelete partition|grenier at cgsecurity.org|extras-qa at fedoraproject.org| Fedora Extras|tetex-arabtex|The ArabTeX package for TeX/LaTeX|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| @@ -2410,7 +2410,7 @@ Fedora Extras|torcs-data|The Open Racing Car Simulator data files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|torque|Tera-scale Open-source Resource and QUEue manager|garrick at usc.edu|extras-qa at fedoraproject.org| Fedora Extras|torsmo|TyopoytaORvelo System MOnitor|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| -Fedora Extras|tpb|IBM ThinkPad button support utility|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|tpb|IBM ThinkPad button support utility|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|trackballs|Steer a marble ball through a labyrinth|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -2550,11 +2550,11 @@ Fedora Extras|xemacs-sumo|XEmacs Lisp packages|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|xerces-c|Validating XML Parser|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xeuphoric|An oric emulator capable of emulating the full family|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|xfcalendar|Time-managing application for Xfce4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce-mcs-manager|Multi channel settings manager|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce-mcs-plugins|Plugins for multi channel settings manager|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce-utils|Utilities for the Xfce Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-appfinder|Appfinder for the Xfce4 Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfcalendar|Time-managing application for Xfce4|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce-mcs-manager|Multi channel settings manager|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce-mcs-plugins|Plugins for multi channel settings manager|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce-utils|Utilities for the Xfce Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-appfinder|Appfinder for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-battery-plugin|Battery monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-clipman-plugin|Clipboard manager plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-cpugraph-plugin|CPU monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| @@ -2565,40 +2565,40 @@ Fedora Extras|xfce4-eyes-plugin|Eyes for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-fsguard-plugin|Filesystem-Guard plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-genmon-plugin|Generic monitor plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-icon-theme|Icons for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-iconbox|Icon box for the Xfce4 Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-icon-theme|Icons for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-iconbox|Icon box for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-mailwatch-plugin|Mail Watcher plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-minicmd-plugin|Mini command-line plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-mixer|Volume control plugin for the Xfce4 panel|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-mixer|Volume control plugin for the Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-modemlights-plugin|Modemlights for the XFCE panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-mount-plugin|Mount/unmount utility for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-netload-plugin|Network-load monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-notes-plugin|Notes plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-panel|Next generation panel for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-panel|Next generation panel for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-quicklauncher-plugin|Quicklauncher plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-screenshooter-plugin|Screenshot utility for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-sensors-plugin|Sensors plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-session|Session manager for the Xfce4 desktop|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-session|Session manager for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-showdesktop-plugin|Show-Desktop plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskmanager|Taskmanager for the Xfce desktop environment|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-wavelan-plugin|WaveLAN plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-weather-plugin|Weather plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-websearch-plugin|Websearch plugin from the XFCE panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-windowlist-plugin|Windowlist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xkb-plugin|XKB layout switcher for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xmms-plugin|Control XMMS from the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfdesktop|Desktop Manger for the Xfce4 desktop|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfdesktop|Desktop Manger for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xffm|Next generation filemanager and SMB network navigator for Xfce4|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|xforms|An X11 toolkit library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|xfprint|Print dialog and printer manager for Xfce 4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfprint|Print dialog and printer manager for Xfce 4|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfsdump|Backup and restore utilities for XFS filesystems|cattelan at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|xfwm4|Next generation window manager for Xfce|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|xfwm4-themes|Additional themes for xfwm4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfwm4|Next generation window manager for Xfce|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xfwm4-themes|Additional themes for xfwm4|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xgalaxy|Galaxian / Galaga like game with powerups|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xine-lib|Xine library|gauret at free.fr|extras-qa at fedoraproject.org|ville.skytta at iki.fi Fedora Extras|xkeycaps|Graphical front end to xmodmap|tcallawa at redhat.com|extras-qa at fedoraproject.org| @@ -2625,7 +2625,7 @@ Fedora Extras|xmms-skins|Skins for the X MultiMedia System|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-speex|X MultiMedia System input plugin to play speex files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmoto|Challenging 2D Motocross Platform Game|hugo at devin.com.br|extras-qa at fedoraproject.org| -Fedora Extras|xosd|On-screen display library for X|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|xosd|On-screen display library for X|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xpa|The XPA messaging system|spr at astrax.fis.ucm.es|extras-qa at fedoraproject.org| Fedora Extras|xpdf|A PDF file viewer for the X Window System|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xpilot-ng|Space arcade game|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 18:07:54 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 14 Dec 2006 13:07:54 -0500 Subject: fedora-security/audit fc5,1.419,1.420 fc6,1.171,1.172 Message-ID: <200612141807.kBEI7sIo011859@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11842 Modified Files: fc5 fc6 Log Message: Note a dbus issue Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.419 retrieving revision 1.420 diff -u -r1.419 -r1.420 --- fc5 13 Dec 2006 18:56:01 -0000 1.419 +++ fc5 14 Dec 2006 18:07:53 -0000 1.420 @@ -15,6 +15,7 @@ CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- fc6 13 Dec 2006 18:56:01 -0000 1.171 +++ fc6 14 Dec 2006 18:07:53 -0000 1.172 @@ -15,6 +15,7 @@ CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) +CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) #219665 CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support From fedora-extras-commits at redhat.com Thu Dec 14 18:42:06 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 14 Dec 2006 13:42:06 -0500 Subject: rpms/crossfire/devel crossfire.spec,1.3,1.4 Message-ID: <200612141842.kBEIg6BQ012047@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12025 Modified Files: crossfire.spec Log Message: Rebuild for python 2.5 Index: crossfire.spec =================================================================== RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- crossfire.spec 31 Aug 2006 15:15:29 -0000 1.3 +++ crossfire.spec 14 Dec 2006 18:41:36 -0000 1.4 @@ -3,7 +3,7 @@ Name: crossfire Version: 1.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games License: GPL @@ -307,7 +307,10 @@ %changelog -* Tue Jul 11 2006 Wart 1.9.1-2 +* Fri Dec 8 2006 Wart 1.9.1-3 +- Rebuild for new python 2.5 + +* Thu Aug 31 2006 Wart 1.9.1-2 - Added upstream patch to fix configure bug. - Added selinux security policy - Don't use /tmp for the map file cache From fedora-extras-commits at redhat.com Thu Dec 14 18:57:02 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 13:57:02 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, 1.1, 1.2 blender.spec, 1.42, 1.43 Message-ID: <200612141857.kBEIv2Rt012157@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12132 Modified Files: blender-2.42a-x64.patch blender.spec Log Message: Help me, the next try blender-2.42a-x64.patch: Index: blender-2.42a-x64.patch =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42a-x64.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blender-2.42a-x64.patch 12 Dec 2006 18:27:29 -0000 1.1 +++ blender-2.42a-x64.patch 14 Dec 2006 18:56:32 -0000 1.2 @@ -1,5 +1,5 @@ ---- source/gameengine/Expressions/ListValue.cpp~ 2006-12-12 09:49:00.000000000 -0800 -+++ source/gameengine/Expressions/ListValue.cpp 2006-12-12 09:50:57.000000000 -0800 +--- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.org 2004-06-07 13:03:11.000000000 +0200 ++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 19:35:46.000000000 +0100 @@ -23,12 +23,12 @@ #include #endif @@ -24,3 +24,14 @@ { int i, j; PyListObject *newlist; +@@ -166,8 +166,8 @@ + (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ + (binaryfunc)listvalue_buffer_concat, /*sq_concat*/ + 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ +- (intargfunc)listvalue_buffer_item, /*sq_item*/ +- (intintargfunc)listvalue_buffer_slice, /*sq_slice*/ ++ (ssizeargfunc)listvalue_buffer_item, /*sq_item*/ ++ (ssizessizeargfunc)listvalue_buffer_slice, /*sq_slice*/ + 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ + 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ + }; Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- blender.spec 14 Dec 2006 17:21:04 -0000 1.42 +++ blender.spec 14 Dec 2006 18:56:32 -0000 1.43 @@ -62,7 +62,7 @@ %prep %setup -q %patch1 -p1 -%patch2 -p0 +%patch2 -p1 -b .org %build cp %{SOURCE7} user-config.py From fedora-extras-commits at redhat.com Thu Dec 14 18:58:42 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 13:58:42 -0500 Subject: rpms/blender/devel blender.spec,1.43,1.44 Message-ID: <200612141858.kBEIwgjL012184@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12167 Modified Files: blender.spec Log Message: Help me, the next try Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- blender.spec 14 Dec 2006 18:56:32 -0000 1.43 +++ blender.spec 14 Dec 2006 18:58:12 -0000 1.44 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 14%{?dist} +Release: 15%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,7 +162,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Thu Dec 14 2006 Jochen Schmitt 2.42a-14 +* Thu Dec 14 2006 Jochen Schmitt 2.42a-15 - Rebuild * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 From fedora-extras-commits at redhat.com Thu Dec 14 19:20:38 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 14 Dec 2006 14:20:38 -0500 Subject: mock Makefile, 1.8.2.5, 1.8.2.6 buildsys-build.spec, 1.2.2.7, 1.2.2.8 mock.py, 1.53.2.6, 1.53.2.7 Message-ID: <200612141920.kBEJKc1e015485@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15466 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec mock.py Log Message: added David Lutterkort's patch for RHEL Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.5 retrieving revision 1.8.2.6 diff -u -r1.8.2.5 -r1.8.2.6 --- Makefile 21 Oct 2006 19:04:02 -0000 1.8.2.5 +++ Makefile 14 Dec 2006 19:20:38 -0000 1.8.2.6 @@ -53,7 +53,7 @@ rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ done for i in 3 4; do \ - rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ + rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ done for i in 73 8 9; do \ rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rh$$i" -bb buildsys-build.spec; \ Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.7 retrieving revision 1.2.2.8 diff -u -r1.2.2.7 -r1.2.2.8 --- buildsys-build.spec 29 Aug 2006 19:55:58 -0000 1.2.2.7 +++ buildsys-build.spec 14 Dec 2006 19:20:38 -0000 1.2.2.8 @@ -3,7 +3,7 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.6 +Version: 0.6.1 Release: 1%{?dist} License: GPL Group: Development/Build Tools @@ -45,12 +45,12 @@ %endif # RHEL block -%if "%{?el}" != "" +%if "%{?rhel}" != "" Requires: redhat-release Requires: coreutils Requires: elfutils Requires: redhat-rpm-config -%if "%{?el}" == "4" +%if "%{?rhel}" == "4" Requires: python %endif %endif @@ -80,11 +80,9 @@ Requires: redhat-rpm-config %if "%{?aurora}" == "2" Requires: elfutils -%if "%{?aurora}" == "2" Requires: python %endif %endif -%endif %description @@ -104,9 +102,14 @@ %doc %changelog +* Thu Dec 14 2006 Clark Williams - 0.6.1-1 +- added fix from David Lutterkort for RHEL +- refactored some conditional blocks for simplicity +- added this entry for Dennis Gilmore's aurora SPARC fixes + * Tue Aug 29 2006 Clark Williams - 0.6-1 - added rhl buildsys-build rpms - + * Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.6 retrieving revision 1.53.2.7 diff -u -r1.53.2.6 -r1.53.2.7 --- mock.py 21 Nov 2006 20:11:17 -0000 1.53.2.6 +++ mock.py 14 Dec 2006 19:20:38 -0000 1.53.2.7 @@ -19,7 +19,10 @@ import os.path import sys import rpmUtils -import rpmUtils.transaction +try: + test = rpmUtils.transaction.initReadOnlyTransaction() +except: + import rpmUtils.transaction import rpm import glob import shutil From fedora-extras-commits at redhat.com Thu Dec 14 19:21:59 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 14 Dec 2006 14:21:59 -0500 Subject: rpms/enigma/devel .cvsignore, 1.4, 1.5 enigma.spec, 1.13, 1.14 sources, 1.4, 1.5 enigma-gcc41.patch, 1.1, NONE Message-ID: <200612141921.kBEJLxvq015549@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/enigma/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15516 Modified Files: .cvsignore enigma.spec sources Removed Files: enigma-gcc41.patch Log Message: 1.0-1 -- - Update to 1.0 - drop enigma-gcc41.patch - formating changes - use make install DESTDIR - new download URL Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Jun 2005 11:37:57 -0000 1.4 +++ .cvsignore 14 Dec 2006 19:21:29 -0000 1.5 @@ -1 +1 @@ -enigma-0.92.tar.gz +enigma-1.00.tar.gz Index: enigma.spec =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- enigma.spec 28 Aug 2006 06:22:58 -0000 1.13 +++ enigma.spec 14 Dec 2006 19:21:29 -0000 1.14 @@ -1,18 +1,24 @@ Name: enigma -Version: 0.92 -Release: 4%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Clone of the ATARI game Oxyd Group: Amusements/Games License: GPL URL: http://www.nongnu.org/enigma/ -Source0: http://savannah.nongnu.org/download/enigma/enigma-0.92.tar.gz -Patch0: enigma-gcc41.patch +Source0: http://download.berlios.de/enigma-game/enigma-1.00.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel >= 1.2 SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4 -BuildRequires: SDL_ttf-devel gettext libpng-devel -BuildRequires: desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2 +BuildRequires: SDL-devel >= 1.2 +BuildRequires: SDL_image-devel >= 1.2 +BuildRequires: SDL_mixer-devel >= 1.2.4 +BuildRequires: SDL_ttf-devel >= 2.0.4 +BuildRequires: gettext +BuildRequires: libpng-devel +BuildRequires: desktop-file-utils +BuildRequires: zlib-devel >= 1.2.0 +BuildRequires: tetex >= 2.0.2 +BuildRequires: xerces-c-devel %description Enigma is a tribute to and a re-implementation of one of the most @@ -23,17 +29,17 @@ innumerable puzzles blocking your direct way to the Oxyd stones... %prep -%setup -q -%patch0 -p1 +%setup -q -n enigma-1.00 %build %configure --enable-optimize make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -%makeinstall pngdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/images htmldir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/ docdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/reference -mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/html . +rm -rf $RPM_BUILD_ROOT __doc +make install DESTDIR=$RPM_BUILD_ROOT +mkdir __doc +mv $RPM_BUILD_ROOT%{_datadir}/doc/enigma/ __doc desktop-file-install \ --delete-original \ @@ -56,15 +62,25 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/ +%doc README AUTHORS CHANGES COPYING ACKNOWLEDGEMENTS __doc/* %{_datadir}/enigma %{_bindir}/enigma %{_mandir}/man?/enigma.* %{_datadir}/icons/hicolor/48x48/apps/enigma.png %{_datadir}/pixmaps/enigma.png %{_datadir}/applications/*enigma.desktop +# we don't need the enet stuff +%exclude %{_includedir}/enet/ +%exclude %{_libdir}/libenet.a %changelog +* Thu Dec 14 2006 Thorsten Leemhuis - 1.0-1 +- Update to 1.0 +- drop enigma-gcc41.patch +- formating changes +- use make install DESTDIR +- new download URL + * Mon Aug 28 2006 Thorsten Leemhuis - 0.92-4 - Rebuild for Fedora Extras 6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Jun 2005 11:37:57 -0000 1.4 +++ sources 14 Dec 2006 19:21:29 -0000 1.5 @@ -1 +1 @@ -b33d8fad75910c9a525f4382f5185f75 enigma-0.92.tar.gz +428a9cce666cd45812e785f00a483ef9 enigma-1.00.tar.gz --- enigma-gcc41.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 19:36:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?SGHDr2tlbCBHdcOpbWFy?= (hguemar)) Date: Thu, 14 Dec 2006 14:36:33 -0500 Subject: rpms/listen/devel listen.spec,1.20,1.21 Message-ID: <200612141936.kBEJaXHs015726@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/listen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15683 Modified Files: listen.spec Log Message: Removed python-ctypes as BR (included in mainstream python 2.5.x) Index: listen.spec =================================================================== RCS file: /cvs/extras/rpms/listen/devel/listen.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- listen.spec 14 Nov 2006 15:31:58 -0000 1.20 +++ listen.spec 14 Dec 2006 19:36:03 -0000 1.21 @@ -1,6 +1,6 @@ Name: listen Version: 0.5 -Release: 9.beta1%{?dist}.4 +Release: 10.beta1%{?dist}.4 Summary: A music manager and player for GNOME Group: Applications/Multimedia License: GPL @@ -15,7 +15,8 @@ Buildrequires: python-devel -BuildRequires: python-ctypes +# python-ctypes included in python 2.5.x +#BuildRequires: python-ctypes BuildRequires: python-mutagen >= 1.6 BuildRequires: python-sqlite2 BuildRequires: dbus-python @@ -147,6 +148,10 @@ %{_datadir}/applications/*.desktop %changelog +* Thu Dec 14 2006 Ha??kel Gu??mar 0.5-10.beta1 +- removed python-ctypes as BR as it is now included in mainstream +python 2.5.x + * Mon Nov 13 2006 Ha??kel Gu??mar 0.5-9.beta1 - Fixed build issue - Replaced some sed one-liners by incremental patches From fedora-extras-commits at redhat.com Thu Dec 14 19:41:41 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 14:41:41 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, 1.2, 1.3 blender.spec, 1.44, 1.45 Message-ID: <200612141941.kBEJffOv015805@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15785 Modified Files: blender-2.42a-x64.patch blender.spec Log Message: Another try blender-2.42a-x64.patch: Index: blender-2.42a-x64.patch =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42a-x64.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- blender-2.42a-x64.patch 14 Dec 2006 18:56:32 -0000 1.2 +++ blender-2.42a-x64.patch 14 Dec 2006 19:41:11 -0000 1.3 @@ -1,5 +1,5 @@ --- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.org 2004-06-07 13:03:11.000000000 +0200 -+++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 19:35:46.000000000 +0100 ++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 20:45:37.000000000 +0100 @@ -23,12 +23,12 @@ #include #endif @@ -24,8 +24,12 @@ { int i, j; PyListObject *newlist; -@@ -166,8 +166,8 @@ - (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ +@@ -163,11 +163,11 @@ + + + static PySequenceMethods listvalue_as_sequence = { +- (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ ++ (lenfunc)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ (binaryfunc)listvalue_buffer_concat, /*sq_concat*/ 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ - (intargfunc)listvalue_buffer_item, /*sq_item*/ @@ -35,3 +39,12 @@ 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ }; +@@ -176,7 +176,7 @@ + + /* Is this one used ? */ + static PyMappingMethods instance_as_mapping = { +- (inquiry)listvalue_bufferlen, /*mp_length*/ ++ (lenfunc)listvalue_bufferlen, /*mp_length*/ + (binaryfunc)listvalue_mapping_subscript, /*mp_subscript*/ + 0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ + }; Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- blender.spec 14 Dec 2006 18:58:12 -0000 1.44 +++ blender.spec 14 Dec 2006 19:41:11 -0000 1.45 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 15%{?dist} +Release: 16%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,7 +162,7 @@ %{_datadir}/mime/packages/blender.xml %changelog -* Thu Dec 14 2006 Jochen Schmitt 2.42a-15 +* Thu Dec 14 2006 Jochen Schmitt 2.42a-16 - Rebuild * Tue Dec 12 2006 Jochen Schmitt 2.42a-12 From fedora-extras-commits at redhat.com Thu Dec 14 20:23:05 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 14 Dec 2006 15:23:05 -0500 Subject: rpms/blender/devel blender-2.42a-x64.patch, 1.3, 1.4 blender.spec, 1.45, 1.46 Message-ID: <200612142023.kBEKN5gR019136@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19113 Modified Files: blender-2.42a-x64.patch blender.spec Log Message: Replace x86-patch with one from the blender project blender-2.42a-x64.patch: Index: blender-2.42a-x64.patch =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender-2.42a-x64.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- blender-2.42a-x64.patch 14 Dec 2006 19:41:11 -0000 1.3 +++ blender-2.42a-x64.patch 14 Dec 2006 20:22:35 -0000 1.4 @@ -1,5 +1,5 @@ ---- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.org 2004-06-07 13:03:11.000000000 +0200 -+++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-12-14 20:45:37.000000000 +0100 +--- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.orig 2004-06-07 12:03:11.000000000 +0100 ++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-09-29 15:10:27.000000000 +0100 @@ -23,12 +23,12 @@ #include #endif @@ -24,27 +24,34 @@ { int i, j; PyListObject *newlist; -@@ -163,11 +163,11 @@ +@@ -163,22 +163,22 @@ static PySequenceMethods listvalue_as_sequence = { - (inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ + (lenfunc)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/ (binaryfunc)listvalue_buffer_concat, /*sq_concat*/ - 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ +- 0,//(intargfunc)buffer_repeat, /*sq_repeat*/ - (intargfunc)listvalue_buffer_item, /*sq_item*/ - (intintargfunc)listvalue_buffer_slice, /*sq_slice*/ +- 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ +- 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ ++ (ssizeargfunc)0,//(intargfunc)buffer_repeat, /*sq_repeat*/ + (ssizeargfunc)listvalue_buffer_item, /*sq_item*/ + (ssizessizeargfunc)listvalue_buffer_slice, /*sq_slice*/ - 0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ - 0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ ++ (ssizeobjargproc)0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/ ++ (ssizessizeobjargproc)0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/ }; -@@ -176,7 +176,7 @@ + + /* Is this one used ? */ static PyMappingMethods instance_as_mapping = { - (inquiry)listvalue_bufferlen, /*mp_length*/ + (lenfunc)listvalue_bufferlen, /*mp_length*/ (binaryfunc)listvalue_mapping_subscript, /*mp_subscript*/ - 0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ +- 0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ ++ (objobjargproc)0,//(objobjargproc)instance_ass_subscript, /*mp_ass_subscript*/ }; + + Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- blender.spec 14 Dec 2006 19:41:11 -0000 1.45 +++ blender.spec 14 Dec 2006 20:22:35 -0000 1.46 @@ -3,7 +3,7 @@ Name: blender Version: 2.42a -Release: 16%{?dist} +Release: 17%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -162,6 +162,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Dec 14 2006 Jochen Schmitt 2.42a-17 +- Replace x86-patch with one from the blender project + * Thu Dec 14 2006 Jochen Schmitt 2.42a-16 - Rebuild From fedora-extras-commits at redhat.com Thu Dec 14 20:43:09 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 14 Dec 2006 15:43:09 -0500 Subject: rpms/cyphesis/devel cyphesis-0.5.10-python2.5.patch, NONE, 1.1 cyphesis.spec, 1.4, 1.5 Message-ID: <200612142043.kBEKh9xM019269@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19251 Modified Files: cyphesis.spec Added Files: cyphesis-0.5.10-python2.5.patch Log Message: Update to work with python 2.5 cyphesis-0.5.10-python2.5.patch: --- NEW FILE cyphesis-0.5.10-python2.5.patch --- --- configure.ac.orig 2006-12-14 11:43:35.000000000 -0800 +++ configure.ac 2006-12-14 11:44:44.000000000 -0800 @@ -110,22 +110,28 @@ dnl if found define HAVE_PYTHON_H dnl -AC_CHECK_HEADER(python2.4/Python.h, +AC_CHECK_HEADER(python2.5/Python.h, [ - python_include_path=-I${python_prefix}/include/python2.4 - python_version=2.4 + python_include_path=-I${python_prefix}/include/python2.5 + python_version=2.5 ],[ - AC_CHECK_HEADER(python2.3/Python.h, + AC_CHECK_HEADER(python2.4/Python.h, [ - python_include_path=-I${python_prefix}/include/python2.3 - python_version=2.3 + python_include_path=-I${python_prefix}/include/python2.4 + python_version=2.4 ],[ - AC_CHECK_HEADER(python2.2/Python.h, + AC_CHECK_HEADER(python2.3/Python.h, [ - python_include_path=-I${python_prefix}/include/python2.2 - python_version=2.2 + python_include_path=-I${python_prefix}/include/python2.3 + python_version=2.3 ],[ - AC_MSG_ERROR([Cannot find python headers for Python 2.2 or later. Please install Python. If Python is installed somewhere other than in /usr the please use the --with-python=DIR option to point to the prefix where Python is installed.]) + AC_CHECK_HEADER(python2.2/Python.h, + [ + python_include_path=-I${python_prefix}/include/python2.2 + python_version=2.2 + ],[ + AC_MSG_ERROR([Cannot find python headers for Python 2.2 or later. Please install Python. If Python is installed somewhere other than in /usr the please use the --with-python=DIR option to point to the prefix where Python is installed.]) + ]) ]) ]) ]) --- configure.orig 2006-12-14 11:44:17.000000000 -0800 +++ configure 2006-12-14 12:33:26.000000000 -0800 @@ -19709,6 +19709,150 @@ +if test "${ac_cv_header_python2_5_Python_h+set}" = set; then + echo "$as_me:$LINENO: checking for python2.5/Python.h" >&5 +echo $ECHO_N "checking for python2.5/Python.h... $ECHO_C" >&6 +if test "${ac_cv_header_python2_5_Python_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_python2_5_Python_h" >&5 +echo "${ECHO_T}$ac_cv_header_python2_5_Python_h" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking python2.5/Python.h usability" >&5 +echo $ECHO_N "checking python2.5/Python.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking python2.5/Python.h presence" >&5 +echo $ECHO_N "checking python2.5/Python.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: python2.5/Python.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: python2.5/Python.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: python2.5/Python.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: python2.5/Python.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: python2.5/Python.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: python2.5/Python.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: python2.5/Python.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: python2.5/Python.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: python2.5/Python.h: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## ----------------------------------- ## +## Report this to alriddoch at zepler.org ## +## ----------------------------------- ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for python2.5/Python.h" >&5 +echo $ECHO_N "checking for python2.5/Python.h... $ECHO_C" >&6 +if test "${ac_cv_header_python2_5_Python_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_python2_5_Python_h=$ac_header_preproc +fi +echo "$as_me:$LINENO: result: $ac_cv_header_python2_5_Python_h" >&5 +echo "${ECHO_T}$ac_cv_header_python2_5_Python_h" >&6 + +fi +if test $ac_cv_header_python2_5_Python_h = yes; then + + python_include_path=-I${python_prefix}/include/python2.5 + python_version=2.5 + +else + if test "${ac_cv_header_python2_4_Python_h+set}" = set; then echo "$as_me:$LINENO: checking for python2.4/Python.h" >&5 echo $ECHO_N "checking for python2.4/Python.h... $ECHO_C" >&6 @@ -20157,6 +20301,10 @@ +fi + + + PYTHON_VERSION=${python_version} PYTHON_INCLUDES=${python_include_path} CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" Index: cyphesis.spec =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cyphesis.spec 6 Dec 2006 19:43:18 -0000 1.4 +++ cyphesis.spec 14 Dec 2006 20:42:39 -0000 1.5 @@ -3,7 +3,7 @@ Name: cyphesis Version: 0.5.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL @@ -13,6 +13,7 @@ Source2: cyphesis.if Source3: cyphesis.fc Patch0: cyphesis-0.5.8-init.patch +Patch1: cyphesis-0.5.10-python2.5.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel libgcrypt-devel pkgconfig atlascpp-devel BuildRequires: varconf-devel libsigc++20-devel mercator-devel skstream-devel @@ -51,6 +52,9 @@ %prep %setup -q %patch0 +touch -r configure.ac configure.ac.stamp +%patch1 +touch -r configure.ac.stamp configure.ac chmod a-x rulesets/basic/world/objects/*/*.py chmod a-x rulesets/basic/mind/dictlist.py @@ -185,6 +189,9 @@ %changelog +* Thu Dec 14 2006 Wart 0.5.10-4 +- Patch and rebuild for python 2.5 + * Wed Dec 6 2006 Wart 0.5.10-3 - Rebuild for new postgresql From fedora-extras-commits at redhat.com Thu Dec 14 20:48:11 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Thu, 14 Dec 2006 15:48:11 -0500 Subject: rpms/rrdtool/devel rrdtool-1.2.15-log_grid_leak.patch, NONE, 1.1 rrdtool.spec, 1.26, 1.27 Message-ID: <200612142048.kBEKmBCE019354@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19336 Modified Files: rrdtool.spec Added Files: rrdtool-1.2.15-log_grid_leak.patch Log Message: Fix for log grid memory leak (#201241) rrdtool-1.2.15-log_grid_leak.patch: --- NEW FILE rrdtool-1.2.15-log_grid_leak.patch --- diff -urp rrdtool-1.2.15.orig/src/rrd_graph.c rrdtool-1.2.15/src/rrd_graph.c --- rrdtool-1.2.15.orig/src/rrd_graph.c 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/src/rrd_graph.c 2006-12-14 15:37:05.000000000 -0500 @@ -1060,8 +1060,9 @@ data_proc( image_desc_t *im ){ ** relevant for min and max */ if (finite(paintval) && im->gdes[ii].gf != GF_TICK ) { - if (isnan(minval) || paintval < minval) - minval = paintval; + if ((isnan(minval) || paintval < minval ) && + ! (im->logarithmic && paintval <= 0.0)) + minval = paintval; if (isnan(maxval) || paintval > maxval) maxval = paintval; } @@ -1710,6 +1711,35 @@ double frexp10(double x, double *e) { return mnt; } +static int AlmostEqual2sComplement (float A, float B, int maxUlps) +{ + + int aInt = *(int*)&A; + int bInt = *(int*)&B; + int intDiff; + /* Make sure maxUlps is non-negative and small enough that the + default NAN won't compare as equal to anything. */ + + /* assert(maxUlps > 0 && maxUlps < 4 * 1024 * 1024); */ + + /* Make aInt lexicographically ordered as a twos-complement int */ + + if (aInt < 0) + aInt = 0x80000000l - aInt; + + /* Make bInt lexicographically ordered as a twos-complement int */ + + if (bInt < 0) + bInt = 0x80000000l - bInt; + + intDiff = abs(aInt - bInt); + + if (intDiff <= maxUlps) + return 1; + + return 0; +} + /* logaritmic horizontal grid */ int horizontal_log_grid(image_desc_t *im) @@ -1719,7 +1749,8 @@ horizontal_log_grid(image_desc_t *im) {1.0, 5.0, 10., 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, {1.0, 2.0, 5.0, 7.0, 10., 0.0, 0.0, 0.0, 0.0, 0.0}, {1.0, 2.0, 4.0, 6.0, 8.0, 10., 0.0, 0.0, 0.0, 0.0}, - {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.}}; + {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.}, + {0,0,0,0,0, 0,0,0,0,0} /* last line */ }; int i, j, val_exp, min_exp; double nex; /* number of decades in data */ @@ -1728,7 +1759,7 @@ horizontal_log_grid(image_desc_t *im) int mid = -1; /* row in yloglab for major grid */ double mspac; /* smallest major grid spacing (pixels) */ int flab; /* first value in yloglab to use */ - double value, tmp; + double value, tmp, pre_value; double X0,X1,Y0; char graph_label[100]; @@ -1747,11 +1778,11 @@ horizontal_log_grid(image_desc_t *im) mid++; for(i = 0; yloglab[mid][i + 1] < 10.0; i++); mspac = logscale * log10(10.0 / yloglab[mid][i]); - } while(mspac > 2 * im->text_prop[TEXT_PROP_LEGEND].size && mid < 5); + } while(mspac > 2 * im->text_prop[TEXT_PROP_LEGEND].size && yloglab[mid][0] > 0); if(mid) mid--; /* find first value in yloglab */ - for(flab = 0; frexp10(im->minval, &tmp) > yloglab[mid][flab]; flab++); + for(flab = 0; yloglab[mid][flab] < 10 && frexp10(im->minval, &tmp) > yloglab[mid][flab] ; flab++); if(yloglab[mid][flab] == 10.0) { tmp += 1.0; flab = 0; @@ -1763,8 +1794,13 @@ horizontal_log_grid(image_desc_t *im) X1=im->xorigin+im->xsize; /* draw grid */ - while(1) { + pre_value = DNAN; + while(1) { + value = yloglab[mid][flab] * pow(10.0, val_exp); + if ( AlmostEqual2sComplement(value,pre_value,4) ) break; /* it seems we are not converging */ + + pre_value = value; Y0 = ytr(im, value); if(Y0 <= im->yorigin - im->ysize) break; @@ -2484,34 +2520,6 @@ graph_size_location(image_desc_t *im, in /* yes we are loosing precision by doing tos with floats instead of doubles but it seems more stable this way. */ -static int AlmostEqual2sComplement (float A, float B, int maxUlps) -{ - - int aInt = *(int*)&A; - int bInt = *(int*)&B; - int intDiff; - /* Make sure maxUlps is non-negative and small enough that the - default NAN won't compare as equal to anything. */ - - /* assert(maxUlps > 0 && maxUlps < 4 * 1024 * 1024); */ - - /* Make aInt lexicographically ordered as a twos-complement int */ - - if (aInt < 0) - aInt = 0x80000000l - aInt; - - /* Make bInt lexicographically ordered as a twos-complement int */ - - if (bInt < 0) - bInt = 0x80000000l - bInt; - - intDiff = abs(aInt - bInt); - - if (intDiff <= maxUlps) - return 1; - - return 0; -} /* draw that picture thing ... */ int Only in rrdtool-1.2.15/src: rrd_graph.c.orig Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- rrdtool.spec 12 Dec 2006 14:28:02 -0000 1.26 +++ rrdtool.spec 14 Dec 2006 20:47:40 -0000 1.27 @@ -7,7 +7,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -15,6 +15,7 @@ Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch Patch1: rrdtool-1.2.15-initrrdtool.patch +Patch2: rrdtool-1.2.15-log_grid_leak.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel, freetype-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -112,6 +113,7 @@ %patch0 -p0 -b .php %endif %patch1 -p1 -b .initrrdtool +%patch2 -p1 -b .leak # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -270,6 +272,9 @@ %endif %changelog +* Thu Dec 14 2006 Jarod Wilson 1.2.15-8 +- Fix for log grid memory leak (#201241) + * Tue Dec 12 2006 Jarod Wilson 1.2.15-7 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Thu Dec 14 21:01:36 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Thu, 14 Dec 2006 16:01:36 -0500 Subject: rpms/wavpack/FC-5 wavpack-wavpack_pc_in.patch, 1.1, 1.2 wavpack.spec, 1.4, 1.5 Message-ID: <200612142101.kBEL1aBh022631@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22393/FC-5 Modified Files: wavpack-wavpack_pc_in.patch wavpack.spec Log Message: Version 4.40 wavpack-wavpack_pc_in.patch: Index: wavpack-wavpack_pc_in.patch =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/wavpack-wavpack_pc_in.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wavpack-wavpack_pc_in.patch 15 Jan 2006 10:52:01 -0000 1.1 +++ wavpack-wavpack_pc_in.patch 14 Dec 2006 21:01:05 -0000 1.2 @@ -1,17 +1,10 @@ ---- wavpack.pc.in 2005-03-20 10:09:14.000000000 +0300 -+++ wavpack.pc.in 2006-01-07 17:49:56.000000000 +0300 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - includedir=${prefix}/include - - Name: wavpack +--- wavpack.pc.in 2006-12-14 23:55:15.000000000 +0300 ++++ wavpack.pc.in 2006-12-14 23:57:17.000000000 +0300 @@ -7,5 +7,5 @@ Version: @PACKAGE_VERSION@ Requires: Conflicts: --Libs: -L${libdir} -lwavpack @ICONV@ --Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -+Libs: -lwavpack @ICONV@ -+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 +-Libs: -L${libdir} -lwavpack -lm @ICONV@ +-Cflags: -I${includedir} ++Libs: -lwavpack -lm @ICONV@ ++Cflags: Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/wavpack.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wavpack.spec 1 Jul 2006 04:37:01 -0000 1.4 +++ wavpack.spec 14 Dec 2006 21:01:05 -0000 1.5 @@ -1,11 +1,11 @@ Name: wavpack Summary: A completely open audiocodec -Version: 4.32 -Release: 2%{?dist} +Version: 4.40 +Release: 1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ -Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source: http://www.wavpack.com/%{name}-%{version}.0.tar.bz2 Patch0: wavpack-wavpack_pc_in.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Files needed for developing apps using wavpack %prep -%setup -q +%setup -q -n %{name}-%{version}.0 %patch0 -p0 %build @@ -56,12 +56,18 @@ %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libwavpack.so -%doc ChangeLog format.txt README +%doc ChangeLog README doc %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1 +- Version 4.40 + +* Tue Sep 12 2006 Peter Lemenkov 4.32-3%{?dist} +- Rebuild for FC6 + * Sat Jul 01 2006 Peter Lemenkov 4.32-2%{?dist} -* force PIC-only code +- force PIC-only code * Wed Jun 28 2006 Peter Lemenkov 4.32-1%{?dist} - Version 4.32 From fedora-extras-commits at redhat.com Thu Dec 14 21:01:41 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Thu, 14 Dec 2006 16:01:41 -0500 Subject: rpms/wavpack/devel wavpack-wavpack_pc_in.patch, 1.1, 1.2 wavpack.spec, 1.5, 1.6 Message-ID: <200612142101.kBEL1f9A022639@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22393/devel Modified Files: wavpack-wavpack_pc_in.patch wavpack.spec Log Message: Version 4.40 wavpack-wavpack_pc_in.patch: Index: wavpack-wavpack_pc_in.patch =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/wavpack-wavpack_pc_in.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wavpack-wavpack_pc_in.patch 15 Jan 2006 10:52:01 -0000 1.1 +++ wavpack-wavpack_pc_in.patch 14 Dec 2006 21:01:11 -0000 1.2 @@ -1,17 +1,10 @@ ---- wavpack.pc.in 2005-03-20 10:09:14.000000000 +0300 -+++ wavpack.pc.in 2006-01-07 17:49:56.000000000 +0300 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - includedir=${prefix}/include - - Name: wavpack +--- wavpack.pc.in 2006-12-14 23:55:15.000000000 +0300 ++++ wavpack.pc.in 2006-12-14 23:57:17.000000000 +0300 @@ -7,5 +7,5 @@ Version: @PACKAGE_VERSION@ Requires: Conflicts: --Libs: -L${libdir} -lwavpack @ICONV@ --Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -+Libs: -lwavpack @ICONV@ -+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 +-Libs: -L${libdir} -lwavpack -lm @ICONV@ +-Cflags: -I${includedir} ++Libs: -lwavpack -lm @ICONV@ ++Cflags: Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/wavpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wavpack.spec 12 Sep 2006 05:16:58 -0000 1.5 +++ wavpack.spec 14 Dec 2006 21:01:11 -0000 1.6 @@ -1,11 +1,11 @@ Name: wavpack Summary: A completely open audiocodec -Version: 4.32 -Release: 3%{?dist} +Version: 4.40 +Release: 1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ -Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source: http://www.wavpack.com/%{name}-%{version}.0.tar.bz2 Patch0: wavpack-wavpack_pc_in.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Files needed for developing apps using wavpack %prep -%setup -q +%setup -q -n %{name}-%{version}.0 %patch0 -p0 %build @@ -56,10 +56,13 @@ %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libwavpack.so -%doc ChangeLog format.txt README +%doc ChangeLog README doc %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1 +- Version 4.40 + * Tue Sep 12 2006 Peter Lemenkov 4.32-3%{?dist} - Rebuild for FC6 From fedora-extras-commits at redhat.com Thu Dec 14 21:01:36 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Thu, 14 Dec 2006 16:01:36 -0500 Subject: rpms/wavpack/FC-6 wavpack-wavpack_pc_in.patch, 1.1, 1.2 wavpack.spec, 1.5, 1.6 Message-ID: <200612142101.kBEL1aIu022635@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22393/FC-6 Modified Files: wavpack-wavpack_pc_in.patch wavpack.spec Log Message: Version 4.40 wavpack-wavpack_pc_in.patch: Index: wavpack-wavpack_pc_in.patch =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/wavpack-wavpack_pc_in.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wavpack-wavpack_pc_in.patch 15 Jan 2006 10:52:01 -0000 1.1 +++ wavpack-wavpack_pc_in.patch 14 Dec 2006 21:01:06 -0000 1.2 @@ -1,17 +1,10 @@ ---- wavpack.pc.in 2005-03-20 10:09:14.000000000 +0300 -+++ wavpack.pc.in 2006-01-07 17:49:56.000000000 +0300 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - includedir=${prefix}/include - - Name: wavpack +--- wavpack.pc.in 2006-12-14 23:55:15.000000000 +0300 ++++ wavpack.pc.in 2006-12-14 23:57:17.000000000 +0300 @@ -7,5 +7,5 @@ Version: @PACKAGE_VERSION@ Requires: Conflicts: --Libs: -L${libdir} -lwavpack @ICONV@ --Cflags: -I${includedir} -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 -+Libs: -lwavpack @ICONV@ -+Cflags: -DPACK -DUNPACK -DUSE_FSTREAMS -DTAGS -DSEEKING -DVER3 +-Libs: -L${libdir} -lwavpack -lm @ICONV@ +-Cflags: -I${includedir} ++Libs: -lwavpack -lm @ICONV@ ++Cflags: Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/wavpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wavpack.spec 12 Sep 2006 05:16:58 -0000 1.5 +++ wavpack.spec 14 Dec 2006 21:01:06 -0000 1.6 @@ -1,11 +1,11 @@ Name: wavpack Summary: A completely open audiocodec -Version: 4.32 -Release: 3%{?dist} +Version: 4.40 +Release: 1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ -Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source: http://www.wavpack.com/%{name}-%{version}.0.tar.bz2 Patch0: wavpack-wavpack_pc_in.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Files needed for developing apps using wavpack %prep -%setup -q +%setup -q -n %{name}-%{version}.0 %patch0 -p0 %build @@ -56,10 +56,13 @@ %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libwavpack.so -%doc ChangeLog format.txt README +%doc ChangeLog README doc %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1 +- Version 4.40 + * Tue Sep 12 2006 Peter Lemenkov 4.32-3%{?dist} - Rebuild for FC6 From fedora-extras-commits at redhat.com Thu Dec 14 21:17:38 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 14 Dec 2006 16:17:38 -0500 Subject: rpms/xpdf/FC-6 xpdf.spec,1.1,1.2 Message-ID: <200612142117.kBELHcXE022868@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22838/FC-6 Modified Files: xpdf.spec Log Message: Drop xpdf-utils, poppler-utils ate it all. Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/FC-6/xpdf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xpdf.spec 27 Sep 2006 17:12:58 -0000 1.1 +++ xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -63,20 +63,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%package utils -Summary: Command line utilities for converting PDF files -Group: Applications/Text -Requires: poppler-utils >= 0.5.0-4 - %description Xpdf is an X Window System based viewer for Portable Document Format (PDF) files. Xpdf is a small and efficient program which uses standard X fonts. -%description utils -This utils package installs a number of command line tools for -converting PDF files to a number of other formats - %prep %setup -q -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 %patch -p1 @@ -148,19 +139,22 @@ cp -pr xpdf-korean/* $RPM_BUILD_ROOT%{_datadir}/xpdf/korean/ cp -pr xpdf-thai/* $RPM_BUILD_ROOT%{_datadir}/xpdf/thai/ -# poppler provides these utilities now +# poppler provides all utilities now # http://bugzilla.redhat.com/bugzillA/SHow_bug.cgi?id=177446 +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219032 rm $RPM_BUILD_ROOT%{_bindir}/pdffonts rm $RPM_BUILD_ROOT%{_bindir}/pdfimages rm $RPM_BUILD_ROOT%{_bindir}/pdfinfo rm $RPM_BUILD_ROOT%{_bindir}/pdftops rm $RPM_BUILD_ROOT%{_bindir}/pdftotext +rm $RPM_BUILD_ROOT%{_bindir}/pdftoppm rm $RPM_BUILD_ROOT%{_mandir}/man1/pdffonts.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfimages.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfinfo.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftops.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftotext.1* +rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftoppm.1* mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xpdf/ for i in chinese-simplified chinese-traditional cyrillic japanese korean thai; do @@ -205,12 +199,10 @@ %lang(th) %{_datadir}/xpdf/thai %{_datadir}/xpdf/cyrillic -%files utils -%defattr(-, root, root) -%{_bindir}/pdf* -%{_mandir}/man?/pdf* - %changelog +* Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 +- drop the xpdf-utils subpackage, poppler-utils ate it all + * Mon Sep 25 2006 Tom "spot" Callaway 1:3.01-26 - get rid of goo/vms_* since they have questionable licensing From fedora-extras-commits at redhat.com Thu Dec 14 21:17:38 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 14 Dec 2006 16:17:38 -0500 Subject: rpms/xpdf/devel xpdf.spec,1.1,1.2 Message-ID: <200612142117.kBELHcDt022871@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22838/devel Modified Files: xpdf.spec Log Message: Drop xpdf-utils, poppler-utils ate it all. Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/devel/xpdf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xpdf.spec 27 Sep 2006 17:12:58 -0000 1.1 +++ xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -63,20 +63,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%package utils -Summary: Command line utilities for converting PDF files -Group: Applications/Text -Requires: poppler-utils >= 0.5.0-4 - %description Xpdf is an X Window System based viewer for Portable Document Format (PDF) files. Xpdf is a small and efficient program which uses standard X fonts. -%description utils -This utils package installs a number of command line tools for -converting PDF files to a number of other formats - %prep %setup -q -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 %patch -p1 @@ -148,19 +139,22 @@ cp -pr xpdf-korean/* $RPM_BUILD_ROOT%{_datadir}/xpdf/korean/ cp -pr xpdf-thai/* $RPM_BUILD_ROOT%{_datadir}/xpdf/thai/ -# poppler provides these utilities now +# poppler provides all utilities now # http://bugzilla.redhat.com/bugzillA/SHow_bug.cgi?id=177446 +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219032 rm $RPM_BUILD_ROOT%{_bindir}/pdffonts rm $RPM_BUILD_ROOT%{_bindir}/pdfimages rm $RPM_BUILD_ROOT%{_bindir}/pdfinfo rm $RPM_BUILD_ROOT%{_bindir}/pdftops rm $RPM_BUILD_ROOT%{_bindir}/pdftotext +rm $RPM_BUILD_ROOT%{_bindir}/pdftoppm rm $RPM_BUILD_ROOT%{_mandir}/man1/pdffonts.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfimages.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfinfo.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftops.1* rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftotext.1* +rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftoppm.1* mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xpdf/ for i in chinese-simplified chinese-traditional cyrillic japanese korean thai; do @@ -205,12 +199,10 @@ %lang(th) %{_datadir}/xpdf/thai %{_datadir}/xpdf/cyrillic -%files utils -%defattr(-, root, root) -%{_bindir}/pdf* -%{_mandir}/man?/pdf* - %changelog +* Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 +- drop the xpdf-utils subpackage, poppler-utils ate it all + * Mon Sep 25 2006 Tom "spot" Callaway 1:3.01-26 - get rid of goo/vms_* since they have questionable licensing From fedora-extras-commits at redhat.com Thu Dec 14 21:22:55 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 16:22:55 -0500 Subject: rpms/bitbake/devel bitbake.spec,1.3,1.4 Message-ID: <200612142122.kBELMtJO022971@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/bitbake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22953 Modified Files: bitbake.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.6.0-2 - Rebuild for updated python, add python-devel dependency. Index: bitbake.spec =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/bitbake.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bitbake.spec 8 Sep 2006 15:56:56 -0000 1.3 +++ bitbake.spec 14 Dec 2006 21:22:25 -0000 1.4 @@ -3,14 +3,14 @@ Summary: BitBake build tool Name: bitbake Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Source0: http://download.berlios.de/pub/bitbake/bitbake-%{version}.tar.gz Patch0: bitbake-path.patch URL: http://developer.berlios.de/projects/bitbake/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python, xmlto, lynx +BuildRequires: python-devel, xmlto, lynx BuildArch: noarch %description @@ -49,6 +49,9 @@ %{python_sitelib}/bb/ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.6.0-2 +- Rebuild for updated python, add python-devel dependency. + * Fri Sep 08 2006 Andreas Thienemann - 1.6.0-1 - Updated to 1.6.0 From fedora-extras-commits at redhat.com Thu Dec 14 21:31:34 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 16:31:34 -0500 Subject: rpms/cvs2svn/devel cvs2svn.spec,1.5,1.6 Message-ID: <200612142131.kBELVYX6023154@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/cvs2svn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23127 Modified Files: cvs2svn.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.5.0-2 - Rebuild for updated python. Index: cvs2svn.spec =================================================================== RCS file: /cvs/extras/rpms/cvs2svn/devel/cvs2svn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cvs2svn.spec 28 Oct 2006 15:46:56 -0000 1.5 +++ cvs2svn.spec 14 Dec 2006 21:31:04 -0000 1.6 @@ -2,7 +2,7 @@ Name: cvs2svn Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CVS to Subversion Repository Converter Group: Development/Tools @@ -50,6 +50,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.5.0-2 +- Rebuild for updated python. + * Sat Oct 28 2006 Konstantin Ryabitsev - 1.5.0-1 - Upstream 1.5.0 From fedora-extras-commits at redhat.com Thu Dec 14 21:40:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 14 Dec 2006 16:40:41 -0500 Subject: fedora-security/audit fe4, 1.115, 1.116 fe5, 1.127, 1.128 fe6, 1.41, 1.42 Message-ID: <200612142140.kBELefAo023304@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23285 Modified Files: fe4 fe5 fe6 Log Message: +CVE-2006-5875 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- fe4 12 Dec 2006 20:03:12 -0000 1.115 +++ fe4 14 Dec 2006 21:40:41 -0000 1.116 @@ -12,6 +12,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 VULNERABLE (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5875 backport (enemies-of-carlotta, fixed 1.0.3-4) CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 VULNERABLE (gv) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- fe5 12 Dec 2006 20:03:12 -0000 1.127 +++ fe5 14 Dec 2006 21:40:41 -0000 1.128 @@ -14,6 +14,7 @@ CVE-2006-6122 version (tin, fixed 1.8.2) #217420 CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5875 version (enemies-of-carlotta, fixed 1.2.4) CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- fe6 12 Dec 2006 20:03:12 -0000 1.41 +++ fe6 14 Dec 2006 21:40:41 -0000 1.42 @@ -14,6 +14,7 @@ CVE-2006-6122 ignore (tin, <= 1.8.1 not shipped) CVE-2006-6120 version (koffice, fixed 1.6.1) #218030 CVE-2006-6085 version (kile, fixed 1.9.3) #217238 +CVE-2006-5875 version (enemies-of-carlotta, fixed 1.2.4) CVE-2006-5874 version (clamav, fixed 0.88.1) CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 From fedora-extras-commits at redhat.com Thu Dec 14 21:41:59 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:41:59 -0500 Subject: rpms/librsync/devel librsync.spec,1.14,1.15 Message-ID: <200612142141.kBELfxQA023374@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23310 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/devel/librsync.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- librsync.spec 9 Oct 2006 08:38:40 -0000 1.14 +++ librsync.spec 14 Dec 2006 21:41:29 -0000 1.15 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,13 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + * Mon Oct 09 2006 Gavin Henry 0.9.7-8 - rebuilt @@ -108,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:43:10 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:43:10 -0500 Subject: rpms/librsync/FC-6 librsync.spec,1.14,1.15 Message-ID: <200612142143.kBELhAcR023441@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23396 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-6/librsync.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- librsync.spec 9 Oct 2006 08:38:40 -0000 1.14 +++ librsync.spec 14 Dec 2006 21:42:40 -0000 1.15 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,13 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + * Mon Oct 09 2006 Gavin Henry 0.9.7-8 - rebuilt @@ -108,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:43:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 14 Dec 2006 16:43:07 -0500 Subject: fedora-security/audit fe4, 1.116, 1.117 fe5, 1.128, 1.129 fe6, 1.42, 1.43 Message-ID: <200612142143.kBELh75G023438@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23419 Modified Files: fe4 fe5 fe6 Log Message: sort Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- fe4 14 Dec 2006 21:40:41 -0000 1.116 +++ fe4 14 Dec 2006 21:43:07 -0000 1.117 @@ -154,6 +154,7 @@ CVE-2006-0840 backport (mantis, fixed 0.19.4-2) bz#191089 CVE-2006-0839 version (snort, fixed in 2.4.4) bz#183297 CVE-2006-0814 ignore (lighttpd, Windows-specific problem) +CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0760 version (lighttpd, fixed 1.4.10) CVE-2006-0749 version (seamonkey, fixed 1.0) CVE-2006-0748 version (seamonkey, fixed 1.0.1) @@ -171,7 +172,6 @@ CVE-2006-0162 version (clamav, fixed 0.88) CVE-2006-0126 version (rxvt-unicode, fixed 7.5) CVE-2006-0106 version (wine, fixed 0.9.10) -CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0071 ignore (pinentry, Gentoo-specific problem) CVE-2006-0047 version (freeciv, fixed 2.0.8) bz#184507 CVE-2006-0042 version (libapreq2, fixed 2.0.7) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- fe5 14 Dec 2006 21:40:41 -0000 1.128 +++ fe5 14 Dec 2006 21:43:07 -0000 1.129 @@ -162,6 +162,7 @@ CVE-2006-0840 version (mantis, fixed 1.0.1) CVE-2006-0839 version (snort, fixed in 2.4.4) bz#183297 CVE-2006-0814 ignore (lighttpd, Windows-specific problem) +CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0760 version (lighttpd, fixed 1.4.10) CVE-2006-0749 version (seamonkey, fixed 1.0) CVE-2006-0748 version (seamonkey, fixed 1.0.1) @@ -179,7 +180,6 @@ CVE-2006-0162 version (clamav, fixed 0.88) CVE-2006-0126 version (rxvt-unicode, fixed 7.5) CVE-2006-0106 version (wine, fixed 0.9.10) -CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0071 ignore (pinentry, Gentoo-specific problem) CVE-2006-0047 version (freeciv, fixed 2.0.8) bz#184507 CVE-2006-0042 version (libapreq2, fixed 2.0.7) Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- fe6 14 Dec 2006 21:40:41 -0000 1.42 +++ fe6 14 Dec 2006 21:43:07 -0000 1.43 @@ -16,10 +16,10 @@ CVE-2006-6085 version (kile, fixed 1.9.3) #217238 CVE-2006-5875 version (enemies-of-carlotta, fixed 1.2.4) CVE-2006-5874 version (clamav, fixed 0.88.1) -CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5864 patch (gv, fixed 3.6.2-2) #215136 CVE-2006-5848 version (trac, fixed 0.10.1) #215077 CVE-2006-5815 version (proftpd, fixed 1.3.0a) #214820 +CVE-2006-5793 version (libpng10, fixed 1.0.21) #216263 CVE-2006-5748 version (seamonkey, fixed 1.0.6) #214822 CVE-2006-5747 version (seamonkey, fixed 1.0.6) #214822 CVE-2006-5705 backport (wordpress, fixed 2.0.4-3) #213985 @@ -163,6 +163,7 @@ CVE-2006-0840 version (mantis, fixed 1.0.1) CVE-2006-0839 version (snort, fixed in 2.4.4) bz#183297 CVE-2006-0814 ignore (lighttpd, Windows-specific problem) +CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0760 version (lighttpd, fixed 1.4.10) CVE-2006-0749 version (seamonkey, fixed 1.0) CVE-2006-0748 version (seamonkey, fixed 1.0.1) @@ -180,7 +181,6 @@ CVE-2006-0162 version (clamav, fixed 0.88) CVE-2006-0126 version (rxvt-unicode, fixed 7.5) CVE-2006-0106 version (wine, fixed 0.9.10) -CVE-2006-0804 ignore (tin, <= 1.8.0 not shipped) CVE-2006-0071 ignore (pinentry, Gentoo-specific problem) CVE-2006-0047 version (freeciv, fixed 2.0.8) bz#184507 CVE-2006-0042 version (libapreq2, fixed 2.0.7) From fedora-extras-commits at redhat.com Thu Dec 14 21:44:06 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:44:06 -0500 Subject: rpms/librsync/FC-6 librsync.spec,1.15,1.16 Message-ID: <200612142144.kBELi60B023479@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23452 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-6/librsync.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- librsync.spec 14 Dec 2006 21:42:40 -0000 1.15 +++ librsync.spec 14 Dec 2006 21:43:36 -0000 1.16 @@ -79,7 +79,7 @@ %{_mandir}/man3/librsync.3* %changelog -* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 - removed static library from librsync-devel (#213780) * Mon Oct 09 2006 Gavin Henry 0.9.7-8 From fedora-extras-commits at redhat.com Thu Dec 14 21:45:47 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:45:47 -0500 Subject: rpms/librsync/devel librsync.spec,1.15,1.16 Message-ID: <200612142145.kBELjl4x023524@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23506 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/devel/librsync.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- librsync.spec 14 Dec 2006 21:41:29 -0000 1.15 +++ librsync.spec 14 Dec 2006 21:45:17 -0000 1.16 @@ -79,7 +79,7 @@ %{_mandir}/man3/librsync.3* %changelog -* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 - removed static library from librsync-devel (#213780) * Mon Oct 09 2006 Gavin Henry 0.9.7-8 From fedora-extras-commits at redhat.com Thu Dec 14 21:46:42 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:46:42 -0500 Subject: rpms/librsync/FC-5 librsync.spec,1.13,1.14 Message-ID: <200612142146.kBELkg4t023566@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23541 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-5/librsync.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- librsync.spec 3 Oct 2006 19:18:07 -0000 1.13 +++ librsync.spec 14 Dec 2006 21:46:11 -0000 1.14 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 7%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,16 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + +* Mon Oct 09 2006 Gavin Henry 0.9.7-8 +- rebuilt + * Tue Oct 03 2006 Robert Scheck 0.9.7-7 - rebuilt @@ -105,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:47:34 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:47:34 -0500 Subject: rpms/librsync/FC-4 librsync.spec,1.12,1.13 Message-ID: <200612142147.kBELlYO1023595@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23580 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-4/librsync.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- librsync.spec 3 Oct 2006 19:18:29 -0000 1.12 +++ librsync.spec 14 Dec 2006 21:47:04 -0000 1.13 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 7%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,16 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + +* Mon Oct 09 2006 Gavin Henry 0.9.7-8 +- rebuilt + * Tue Oct 03 2006 Robert Scheck 0.9.7-7 - rebuilt @@ -105,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:48:24 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Thu, 14 Dec 2006 16:48:24 -0500 Subject: rpms/librsync/FC-3 librsync.spec,1.8,1.9 Message-ID: <200612142148.kBELmOhu023621@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/librsync/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23606 Modified Files: librsync.spec Log Message: Removed static library from librsync-devel (#213780) Index: librsync.spec =================================================================== RCS file: /cvs/extras/rpms/librsync/FC-3/librsync.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- librsync.spec 3 Oct 2006 19:18:49 -0000 1.8 +++ librsync.spec 14 Dec 2006 21:47:54 -0000 1.9 @@ -1,19 +1,18 @@ Summary: Rsync libraries Name: librsync Version: 0.9.7 -Release: 7%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries +URL: http://librsync.sourceforge.net/ Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: librsync-0.9.7-lfs_overflow.patch -URL: http://librsync.sf.net/ +BuildRequires: zlib-devel, bzip2-devel, popt, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, popt -Buildrequires: libtool %description librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -30,7 +29,7 @@ %description devel librsync implements the "rsync" algorithm, which allows remote -differencing of binary files. librsync computes a delta relative to a +differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta. @@ -55,7 +54,9 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff + +install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -74,12 +75,16 @@ %files devel %defattr(-,root,root) %{_libdir}/librsync.so -%{_prefix}/include/* +%{_includedir}/* %{_mandir}/man3/librsync.3* -%{_libdir}/librsync.a -%exclude %{_libdir}/librsync.la %changelog +* Thu Dec 14 2006 Robert Scheck 0.9.7-9 +- removed static library from librsync-devel (#213780) + +* Mon Oct 09 2006 Gavin Henry 0.9.7-8 +- rebuilt + * Tue Oct 03 2006 Robert Scheck 0.9.7-7 - rebuilt @@ -105,5 +110,6 @@ * Fri Aug 8 2003 Ben Escoto 0.9.6-0.fdr.3 - Build no longer requires GNU tools - Install shared library and rdiff executable by default + * Sun Jul 20 2003 Ben Escoto 0.9.5.1-0.fdr.2 - Repackaged Laurent Papier's rpm. From fedora-extras-commits at redhat.com Thu Dec 14 21:57:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 16:57:41 -0500 Subject: rpms/ekg/devel ekg.spec,1.2,1.3 Message-ID: <200612142157.kBELvfD6023975@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/ekg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23957 Modified Files: ekg.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.7-0.4.rc2 - Rebuild for updated python. Index: ekg.spec =================================================================== RCS file: /cvs/extras/rpms/ekg/devel/ekg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ekg.spec 17 Sep 2006 20:15:55 -0000 1.2 +++ ekg.spec 14 Dec 2006 21:57:11 -0000 1.3 @@ -2,7 +2,7 @@ Name: ekg Version: 1.7 -Release: 0.3.%{_pre}%{?dist} +Release: 0.4.%{_pre}%{?dist} Summary: A client compatible with Gadu-Gadu Summary(de): Ein Cliente kompatibel mit Gadu-Gadu Summary(es): Un cliente compatible con Gadu-Gadu @@ -142,6 +142,9 @@ %lang(pl) %{_mandir}/pl/man1/* %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.7-0.4.rc2 +- Rebuild for updated python. + * Sun Sep 17 2006 Dominik Mierzejewski 1.7-0.3.rc2 - build with external libgadu From fedora-extras-commits at redhat.com Thu Dec 14 21:57:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 14 Dec 2006 16:57:46 -0500 Subject: fedora-security/audit fe3, 1.46, 1.47 fe4, 1.117, 1.118 fe5, 1.129, 1.130 fe6, 1.43, 1.44 Message-ID: <200612142157.kBELvkJJ024002@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23981 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6515 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- fe3 12 Dec 2006 20:03:12 -0000 1.46 +++ fe3 14 Dec 2006 21:57:46 -0000 1.47 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- fe4 14 Dec 2006 21:43:07 -0000 1.117 +++ fe4 14 Dec 2006 21:57:46 -0000 1.118 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- fe5 14 Dec 2006 21:43:07 -0000 1.129 +++ fe5 14 Dec 2006 21:57:46 -0000 1.130 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- fe6 14 Dec 2006 21:43:07 -0000 1.43 +++ fe6 14 Dec 2006 21:57:46 -0000 1.44 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 From fedora-extras-commits at redhat.com Thu Dec 14 22:06:58 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 17:06:58 -0500 Subject: rpms/epylog/devel epylog.spec,1.6,1.7 Message-ID: <200612142206.kBEM6wOY027199@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/epylog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27184 Modified Files: epylog.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-5 - Rebuild for new python. Index: epylog.spec =================================================================== RCS file: /cvs/extras/rpms/epylog/devel/epylog.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- epylog.spec 20 Jun 2006 21:14:13 -0000 1.6 +++ epylog.spec 14 Dec 2006 22:06:28 -0000 1.7 @@ -2,7 +2,7 @@ Name: epylog Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: New logs analyzer and parser Group: Applications/System @@ -98,6 +98,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-5 +- Rebuild for new python. + * Tue Jun 20 2006 Konstantin Ryabitsev - 1.0.3-4 - Disttagging - BuildRequire libxml2-python From fedora-extras-commits at redhat.com Thu Dec 14 22:29:28 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 14 Dec 2006 17:29:28 -0500 Subject: rpms/ipod-sharp/devel ipod-sharp-0.6.2-monodir.patch, NONE, 1.1 ipod-sharp.spec, 1.4, 1.5 ipod-sharp-0.5.15-monodir.patch, 1.1, NONE Message-ID: <200612142229.kBEMTShL027382@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27357 Modified Files: ipod-sharp.spec Added Files: ipod-sharp-0.6.2-monodir.patch Removed Files: ipod-sharp-0.5.15-monodir.patch Log Message: * Thu Dec 14 2006 Christopher Aillon 0.6.2-2 - Update monodir patch ipod-sharp-0.6.2-monodir.patch: --- NEW FILE ipod-sharp-0.6.2-monodir.patch --- --- ipod-sharp-0.6.2/ipod-sharp-ui.pc.in.monodir 2006-09-19 12:54:15.000000000 -0400 +++ ipod-sharp-0.6.2/ipod-sharp-ui.pc.in 2006-12-14 17:30:03.000000000 -0500 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp-ui.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp-ui.dll Name: ipod-sharp-ui Description: ipod-sharp-ui - Widgets useful for working with ipod-sharp --- ipod-sharp-0.6.2/src/Makefile.am.monodir 2006-06-20 10:32:52.000000000 -0400 +++ ipod-sharp-0.6.2/src/Makefile.am 2006-12-14 17:30:03.000000000 -0500 @@ -7,7 +7,7 @@ ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.6.2/src/Firmware/Makefile.am.monodir 2006-12-14 17:31:07.000000000 -0500 +++ ipod-sharp-0.6.2/src/Firmware/Makefile.am 2006-12-14 17:31:29.000000000 -0500 @@ -1,7 +1,7 @@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-firmware.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.6.2/src/Firmware/Makefile.in.monodir 2006-12-14 17:31:13.000000000 -0500 +++ ipod-sharp-0.6.2/src/Firmware/Makefile.in 2006-12-14 17:31:58.000000000 -0500 @@ -144,7 +144,7 @@ target_vendor = @target_vendor@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-firmware.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/DmgImage.cs \ --- ipod-sharp-0.6.2/src/Makefile.in.monodir 2006-09-18 21:03:38.000000000 -0400 +++ ipod-sharp-0.6.2/src/Makefile.in 2006-12-14 17:30:03.000000000 -0500 @@ -157,7 +157,7 @@ DOC_ASSEMBLER = @MDASSEMBLER@ --out ipod-sharp-docs --ecma MCS_FLAGS = -debug ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/Album.cs \ --- ipod-sharp-0.6.2/ipod-sharp.pc.in.monodir 2006-03-06 22:26:31.000000000 -0500 +++ ipod-sharp-0.6.2/ipod-sharp.pc.in 2006-12-14 17:30:03.000000000 -0500 @@ -2,7 +2,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp.dll Name: ipod-sharp Description: ipod-sharp - Library for interfacing with Apple iPod devices --- ipod-sharp-0.6.2/ui/Makefile.am.monodir 2006-06-22 16:32:34.000000000 -0400 +++ ipod-sharp-0.6.2/ui/Makefile.am 2006-12-14 17:30:03.000000000 -0500 @@ -3,7 +3,7 @@ ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.6.2/ui/Makefile.in.monodir 2006-09-18 21:03:38.000000000 -0400 +++ ipod-sharp-0.6.2/ui/Makefile.in 2006-12-14 17:30:03.000000000 -0500 @@ -144,7 +144,7 @@ target_vendor = @target_vendor@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/AssemblyInfo.cs \ Index: ipod-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/ipod-sharp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ipod-sharp.spec 14 Dec 2006 00:19:37 -0000 1.4 +++ ipod-sharp.spec 14 Dec 2006 22:28:58 -0000 1.5 @@ -1,13 +1,13 @@ Name: ipod-sharp Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries License: LGPL URL: http://banshee-project.org/Subprojects/Ipod-sharp Source0: http://banshee-project.org/files/ipod-sharp/%{name}-%{version}.tar.gz -Patch0: ipod-sharp-0.5.15-monodir.patch +Patch0: ipod-sharp-0.6.2-monodir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libipoddevice-devel @@ -49,6 +49,9 @@ %{_libdir}/ipod-sharp/ipod-sharp-firmware.dll %changelog +* Thu Dec 14 2006 Christopher Aillon 0.6.2-2 +- Update monodir patch + * Tue Dec 12 2006 Christopher Aillon 0.6.2-1 - Update to 0.6.2 --- ipod-sharp-0.5.15-monodir.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 14 23:01:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 14 Dec 2006 18:01:23 -0500 Subject: extras-buildsys/utils/pushscript RepoView.py,1.2,1.3 Message-ID: <200612142301.kBEN1NYT031666@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31649 Modified Files: RepoView.py Log Message: don't run repoview for debug repos Index: RepoView.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/RepoView.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RepoView.py 28 Oct 2006 00:54:49 -0000 1.2 +++ RepoView.py 14 Dec 2006 23:01:22 -0000 1.3 @@ -24,11 +24,11 @@ Utils.run_and_check(cmd) # if there's a debug subdir, make that a repo, too. - dbg_repodir = os.path.join(repodir, 'debug') - if os.path.exists(dbg_repodir): - print 'Generating repoview in %s' % dbg_repodir - cmd = '%s %s' % (cfg.repoview,dbg_repodir) - Utils.run_and_check(cmd) +# dbg_repodir = os.path.join(repodir, 'debug') +# if os.path.exists(dbg_repodir): +# print 'Generating repoview in %s' % dbg_repodir +# cmd = '%s %s' % (cfg.repoview,dbg_repodir) +# Utils.run_and_check(cmd) def main(cfg,dist): From fedora-extras-commits at redhat.com Thu Dec 14 23:13:05 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 18:13:05 -0500 Subject: rpms/python-sqlite2/devel python-sqlite2.spec,1.14,1.15 Message-ID: <200612142313.kBEND5NW032624@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-sqlite2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32570 Modified Files: python-sqlite2.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1:2.3.2-3 - Rebuild for new Python Index: python-sqlite2.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlite2/devel/python-sqlite2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-sqlite2.spec 8 Sep 2006 20:02:37 -0000 1.14 +++ python-sqlite2.spec 14 Dec 2006 23:12:34 -0000 1.15 @@ -2,7 +2,7 @@ Name: python-sqlite2 Version: 2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: DB-API 2.0 interface for SQLite 3.x @@ -97,6 +97,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1:2.3.2-3 +- Rebuild for new Python + * Fri Sep 8 2006 Dawid Gajownik - 1:2.3.2-2 - Don't %%ghost *.pyo files (#205425) - Fix mixed-use-of-spaces-and-tabs rpmlint warning From fedora-extras-commits at redhat.com Thu Dec 14 23:17:54 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:17:54 -0500 Subject: rpms/ruby-activerecord - New directory Message-ID: <200612142317.kBENHsSF000581@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv577/ruby-activerecord Log Message: Directory /cvs/extras/rpms/ruby-activerecord added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 23:17:59 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:17:59 -0500 Subject: rpms/ruby-activerecord/devel - New directory Message-ID: <200612142317.kBENHxqG000600@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv577/ruby-activerecord/devel Log Message: Directory /cvs/extras/rpms/ruby-activerecord/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 14 23:18:33 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:18:33 -0500 Subject: rpms/ruby-activerecord Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612142318.kBENIXM4000685@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669 Added Files: Makefile import.log Log Message: Setup of module ruby-activerecord --- NEW FILE Makefile --- # Top level Makefile for module ruby-activerecord all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 14 23:18:38 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:18:38 -0500 Subject: rpms/ruby-activerecord/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612142318.kBENIcZA000706@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ruby-activerecord --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 14 23:19:55 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:19:55 -0500 Subject: rpms/ruby-activerecord import.log,1.1,1.2 Message-ID: <200612142319.kBENJtxx000861@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv805 Modified Files: import.log Log Message: auto-import ruby-activerecord-1.14.4-2 on branch devel from ruby-activerecord-1.14.4-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ruby-activerecord/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Dec 2006 23:18:33 -0000 1.1 +++ import.log 14 Dec 2006 23:19:25 -0000 1.2 @@ -0,0 +1 @@ +ruby-activerecord-1_14_4-2:HEAD:ruby-activerecord-1.14.4-2.src.rpm:1166138737 From fedora-extras-commits at redhat.com Thu Dec 14 23:19:56 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:19:56 -0500 Subject: rpms/ruby-activerecord/devel fix_ar_tests_accounts.diff, NONE, 1.1 ruby-activerecord.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612142319.kBENJufb000865@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-activerecord/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv805/devel Modified Files: .cvsignore sources Added Files: fix_ar_tests_accounts.diff ruby-activerecord.spec Log Message: auto-import ruby-activerecord-1.14.4-2 on branch devel from ruby-activerecord-1.14.4-2.src.rpm fix_ar_tests_accounts.diff: --- NEW FILE fix_ar_tests_accounts.diff --- Index: activerecord/test/base_test.rb =================================================================== --- activerecord/test/base_test.rb (revision 4411) +++ activerecord/test/base_test.rb (working copy) @@ -44,7 +44,7 @@ end class BasicsTest < Test::Unit::TestCase - fixtures :topics, :companies, :developers, :projects, :computers + fixtures :topics, :companies, :developers, :projects, :computers, :accounts def test_table_exists assert !NonExistentTable.table_exists? --- NEW FILE ruby-activerecord.spec --- %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")} %define rname activerecord # Only run the tests on distros that have sqlite3 %define with_check 0%{?fedora} Name: ruby-%{rname} Version: 1.14.4 Release: 2%{?dist} Summary: Implements the ActiveRecord pattern for ORM Group: Development/Languages License: MIT URL: http://rubyforge.org/projects/activerecord/ Source0: http://rubyforge.org/frs/download.php/12246/activerecord-1.14.4.tgz # Patch from http://dev.rubyonrails.org/ticket/5268 Patch0: fix_ar_tests_accounts.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: ruby >= 1.8 %if %with_check BuildRequires: ruby(active_support) ruby(sqlite3) %endif Requires: ruby(abi) = 1.8 Requires: ruby(active_support) Provides: ruby(active_record) = %{version} %description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL. %prep %setup -q -n %{rname}-%{version} chmod 0644 README %patch0 -p1 %build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/%{ruby_sitelib}/ cp -pr lib/* $RPM_BUILD_ROOT/%{ruby_sitelib}/ find $RPM_BUILD_ROOT/%{ruby_sitelib} -type f | xargs chmod a-x %check %if %with_check cd test ruby -I "connections/native_sqlite3" base_test.rb %endif %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{ruby_sitelib}/active_record.rb %{ruby_sitelib}/active_record %doc README CHANGELOG examples/ %changelog * Wed Nov 15 2006 David Lutterkort - 1.14.4-2 - Run test suite for Fedora; requires patch0 to run successfully * Wed Nov 8 2006 David Lutterkort - 1.14.4-1 - New upstream version * Tue Sep 26 2006 David Lutterkort - 1.14.2-2 - Fix permissions on README * Fri Sep 8 2006 David Lutterkort - 1.14.2-1 - Initial specfile Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ruby-activerecord/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2006 23:18:38 -0000 1.1 +++ .cvsignore 14 Dec 2006 23:19:26 -0000 1.2 @@ -0,0 +1 @@ +activerecord-1.14.4.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ruby-activerecord/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2006 23:18:38 -0000 1.1 +++ sources 14 Dec 2006 23:19:26 -0000 1.2 @@ -0,0 +1 @@ +ce66299a7fe99fdaf2c9747e850560b6 activerecord-1.14.4.tgz From fedora-extras-commits at redhat.com Thu Dec 14 23:20:46 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Thu, 14 Dec 2006 18:20:46 -0500 Subject: owners owners.list,1.2113,1.2114 Message-ID: <200612142320.kBENKkKQ000967@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv906 Modified Files: owners.list Log Message: Add ruby-activerecord Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2113 retrieving revision 1.2114 diff -u -r1.2113 -r1.2114 --- owners.list 14 Dec 2006 17:57:43 -0000 1.2113 +++ owners.list 14 Dec 2006 23:20:16 -0000 1.2114 @@ -2173,6 +2173,7 @@ Fedora Extras|rt3|Request tracker 3|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|rtorrent|BitTorrent client based on libtorrent|chabotc at xs4all.nl|extras-qa at fedoraproject.org| Fedora Extras|rtpproxy|A symmetric RTP proxy|jeff at ocjtech.us|extras-qa at fedoraproject.org| +Fedora Extras|ruby-activerecord|Implements the ActiveRecord pattern for ORM|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-activesupport|Utility classes for Ruby|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-bdb|A Ruby interface to Berkeley DB|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|ruby-mysql|A Ruby interface to MySQL|orion at cora.nwra.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 14 23:45:51 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 18:45:51 -0500 Subject: rpms/python-kiwi/devel python-kiwi.spec,1.4,1.5 Message-ID: <200612142345.kBENjpwl002601@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-kiwi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2549 Modified Files: python-kiwi.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.9.9-2 - Rebuild for updated Python. Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/python-kiwi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-kiwi.spec 3 Sep 2006 18:46:23 -0000 1.4 +++ python-kiwi.spec 14 Dec 2006 23:45:21 -0000 1.5 @@ -3,7 +3,7 @@ Name: python-kiwi Version: 1.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries @@ -78,6 +78,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.9.9-2 +- Rebuild for updated Python. + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 - Do not ghost From fedora-extras-commits at redhat.com Fri Dec 15 01:17:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 20:17:41 -0500 Subject: rpms/gdesklets/devel gdesklets.spec,1.23,1.24 Message-ID: <200612150117.kBF1HfZW014239@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14203 Modified Files: gdesklets.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.35.4-4 - Rebuild for new Python Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gdesklets.spec 12 Nov 2006 04:15:26 -0000 1.23 +++ gdesklets.spec 15 Dec 2006 01:17:11 -0000 1.24 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An interactive Imlib2 console for the X Window system Group: User Interface/Desktops @@ -83,6 +83,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.35.4-4 +- Rebuild for new Python + * Tue Nov 07 2006 Luya Tshimbalanga - 0.35.4-3 - Added gnome-python2-devel for buildrequires (rawhide) From fedora-extras-commits at redhat.com Fri Dec 15 02:35:47 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 21:35:47 -0500 Subject: rpms/python-logilab-common/devel python-logilab-common.spec, 1.10, 1.11 Message-ID: <200612150235.kBF2ZlIU021498@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-logilab-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21464 Modified Files: python-logilab-common.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.19.2-2 - Rebuild for new Python Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/python-logilab-common.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-logilab-common.spec 27 Sep 2006 01:39:01 -0000 1.10 +++ python-logilab-common.spec 15 Dec 2006 02:35:17 -0000 1.11 @@ -2,7 +2,7 @@ Name: python-logilab-common Version: 0.19.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries @@ -47,6 +47,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.19.2-2 +- Rebuild for new Python + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 - Ghostbusting From fedora-extras-commits at redhat.com Fri Dec 15 02:40:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 21:40:56 -0500 Subject: rpms/python-lxml/devel python-lxml.spec,1.7,1.8 Message-ID: <200612150240.kBF2eusF021915@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-lxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21895 Modified Files: python-lxml.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 - Rebuild for new Python Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/python-lxml.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-lxml.spec 16 Sep 2006 18:37:41 -0000 1.7 +++ python-lxml.spec 15 Dec 2006 02:40:26 -0000 1.8 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 1.0.3-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Fri Dec 15 03:01:52 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:01:52 -0500 Subject: rpms/gonvert/devel gonvert.spec,1.11,1.12 Message-ID: <200612150301.kBF31q66026552@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gonvert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26515 Modified Files: gonvert.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.2.15-4 - Bump and rebuild. Index: gonvert.spec =================================================================== RCS file: /cvs/extras/rpms/gonvert/devel/gonvert.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gonvert.spec 13 Dec 2006 23:17:20 -0000 1.11 +++ gonvert.spec 15 Dec 2006 03:01:22 -0000 1.12 @@ -1,6 +1,6 @@ Name: gonvert Version: 0.2.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Units conversion utility Group: Applications/Engineering License: GPL @@ -71,6 +71,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.2.15-4 +- Bump and rebuild. + * Tue Dec 12 2006 Paul F. Johnson 0.2.15-3 - rebuild against new python From fedora-extras-commits at redhat.com Fri Dec 15 03:09:40 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:09:40 -0500 Subject: rpms/gresistor/devel gresistor.spec,1.1,1.2 Message-ID: <200612150309.kBF39epv026907@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gresistor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26892 Modified Files: gresistor.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.0.1-9 - Rebuild for new python - Add python-devel dependency Index: gresistor.spec =================================================================== RCS file: /cvs/extras/rpms/gresistor/devel/gresistor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gresistor.spec 4 Sep 2006 15:03:19 -0000 1.1 +++ gresistor.spec 15 Dec 2006 03:09:10 -0000 1.2 @@ -2,7 +2,7 @@ Name: gresistor Version: 0.0.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Gnome resistor color code calculator License: GPL @@ -14,7 +14,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils +BuildRequires: python-devel desktop-file-utils Requires: pygtk2-libglade @@ -71,7 +71,11 @@ %{_datadir}/applications/fedora-%{name}.desktop %{python_sitelib}/SimpleGladeApp.py* -%Changelog +%changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.0.1-9 +- Rebuild for new python +- Add python-devel dependency + * Mon Sep 04 2006 Chitlesh Goorah - 0.0.1-8 - Fixed filename of icon From fedora-extras-commits at redhat.com Fri Dec 15 03:18:00 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:18:00 -0500 Subject: rpms/hamlib/devel hamlib.spec,1.18,1.19 Message-ID: <200612150318.kBF3I0xt027037@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/hamlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27002 Modified Files: hamlib.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.2.5-4 - Rebuild for new Python Index: hamlib.spec =================================================================== RCS file: /cvs/extras/rpms/hamlib/devel/hamlib.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hamlib.spec 30 Sep 2006 19:41:48 -0000 1.18 +++ hamlib.spec 15 Dec 2006 03:17:30 -0000 1.19 @@ -2,7 +2,7 @@ Name: hamlib Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries @@ -204,6 +204,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.2.5-4 +- Rebuild for new Python + * Sat Sep 30 2006 Dennis Gilmore 1.2.5-3 - fix Requires for hamlib-devel its pkgconfig not pkg-config From fedora-extras-commits at redhat.com Fri Dec 15 03:23:10 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:23:10 -0500 Subject: rpms/ipython/devel ipython.spec,1.13,1.14 Message-ID: <200612150323.kBF3NAQ2027111@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/ipython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27096 Modified Files: ipython.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.7.2-4 - Rebuild for new Python Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/devel/ipython.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ipython.spec 16 Sep 2006 18:32:11 -0000 1.13 +++ ipython.spec 15 Dec 2006 03:22:40 -0000 1.14 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -73,6 +73,9 @@ %{python_sitelib}/IPython/Extensions/*.pyo %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.7.2-4 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 0.7.2-3 - Rebuild for FC6 @@ -112,7 +115,7 @@ - Removed unused python_sitearch define * Tue Mar 01 2005 Shahms E. King 0.6.11-2 -- Fix up %doc file specifications +- Fix up %%doc file specifications - Use offical .tar.gz, not upstream .src.rpm .tar.gz * Tue Mar 01 2005 Shahms E. King 0.6.11-1 From fedora-extras-commits at redhat.com Fri Dec 15 03:34:53 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:34:53 -0500 Subject: rpms/libopensync/devel libopensync.spec,1.9,1.10 Message-ID: <200612150334.kBF3YrOb027467@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/libopensync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27423 Modified Files: libopensync.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III 0.19-2 - Rebuild for new Python Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/libopensync.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libopensync.spec 20 Oct 2006 10:28:56 -0000 1.9 +++ libopensync.spec 15 Dec 2006 03:34:23 -0000 1.10 @@ -1,6 +1,6 @@ Name: libopensync Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A synchronization framework Group: System Environment/Libraries @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Thu Dec 14 2006 Jason L Tibbitts III +0.19-2 +- Rebuild for new Python + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 From fedora-extras-commits at redhat.com Fri Dec 15 03:43:17 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:43:17 -0500 Subject: rpms/magicor/devel magicor.spec,1.3,1.4 Message-ID: <200612150343.kBF3hHkX027591@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/magicor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27576 Modified Files: magicor.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 1.0-0.3.rc2 - Rebuild for new Python Index: magicor.spec =================================================================== RCS file: /cvs/extras/rpms/magicor/devel/magicor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- magicor.spec 24 Nov 2006 16:00:28 -0000 1.3 +++ magicor.spec 15 Dec 2006 03:42:47 -0000 1.4 @@ -4,7 +4,7 @@ Name: magicor Version: 1.0 -Release: 0.2.%{pre_version}%{?dist} +Release: 0.3.%{pre_version}%{?dist} Summary: Push ice blocks around to extenguish all fires Group: Amusements/Games License: Public Domain @@ -87,6 +87,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0-0.3.rc2 +- Rebuild for new Python + * Fri Nov 24 2006 Hans de Goede 1.0-0.2.rc2 - New upstream release 1.0-rc2 From fedora-extras-commits at redhat.com Fri Dec 15 03:57:49 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 22:57:49 -0500 Subject: rpms/plague/devel plague.spec,1.28,1.29 Message-ID: <200612150357.kBF3vnah027754@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/plague/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27735 Modified Files: plague.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.4.4.1-3 - Rebuild for new Python Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/devel/plague.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- plague.spec 14 Sep 2006 16:13:05 -0000 1.28 +++ plague.spec 15 Dec 2006 03:57:19 -0000 1.29 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -147,6 +147,9 @@ %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.4.4.1-3 +- Rebuild for new Python + * Thu Sep 14 2006 Dennis Gilmore 0.4.4.0-2 - add patch for bad umask setting From fedora-extras-commits at redhat.com Fri Dec 15 04:34:07 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 14 Dec 2006 23:34:07 -0500 Subject: rpms/pydot/devel pydot.spec,1.3,1.4 Message-ID: <200612150434.kBF4Y752031049@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pydot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31034 Modified Files: pydot.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.9.10-5 - Rebuild for new Python - Add BR: python-devel Index: pydot.spec =================================================================== RCS file: /cvs/extras/rpms/pydot/devel/pydot.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pydot.spec 15 Sep 2006 16:03:48 -0000 1.3 +++ pydot.spec 15 Dec 2006 04:33:37 -0000 1.4 @@ -2,14 +2,14 @@ Name: pydot Version: 0.9.10 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: System Environment/Libraries Summary: Python interface to Graphviz's Dot language URL: http://dkbza.org/pydot.html Source0: http://dkbza.org/data/pydot-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pyparsing +BuildRequires: pyparsing python-devel Requires: graphviz, pyparsing BuildArch: noarch @@ -41,6 +41,10 @@ %{python_sitelib}/* %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.9.10-5 +- Rebuild for new Python +- Add BR: python-devel + * Fri Sep 15 2006 Tom "spot" Callaway 0.9.10-4 - bump for fc6 From fedora-extras-commits at redhat.com Fri Dec 15 05:04:17 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 15 Dec 2006 00:04:17 -0500 Subject: rpms/flow-tools/devel flow-tools.spec,1.11,1.12 Message-ID: <200612150504.kBF54HfH001807@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/flow-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1788 Modified Files: flow-tools.spec Log Message: * Thu Dec 14 2006 Jason L Tibbitts III - 0.68-13 - Rebuild for new Postgres Index: flow-tools.spec =================================================================== RCS file: /cvs/extras/rpms/flow-tools/devel/flow-tools.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- flow-tools.spec 16 Nov 2006 23:03:36 -0000 1.11 +++ flow-tools.spec 15 Dec 2006 05:03:47 -0000 1.12 @@ -1,7 +1,7 @@ Version: 0.68 Name: flow-tools Summary: Tool set for working with NetFlow data -Release: 12%{?dist} +Release: 13%{?dist} Group: Applications/System License: BSD URL: http://www.splintered.net/sw/flow-tools/ @@ -94,6 +94,9 @@ %{_includedir}/*.h %changelog +* Thu Dec 14 2006 Jason L Tibbitts III - 0.68-13 +- Rebuild for new Postgres + * Thu Nov 16 2006 Paul P Komkoff Jr - 0.68-12 - Fix flow report 72 (by reaper at surnet.ru) bz#212928 From fedora-extras-commits at redhat.com Fri Dec 15 05:30:46 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Fri, 15 Dec 2006 00:30:46 -0500 Subject: rpms/tenr-de-styles-pkg/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tenr-de-styles-pkg.spec, 1.1, 1.2 Message-ID: <200612150530.kBF5UkfE001995@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/tenr-de-styles-pkg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1930/devel Modified Files: .cvsignore sources tenr-de-styles-pkg.spec Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Oct 2006 03:49:54 -0000 1.2 +++ .cvsignore 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -tenr-de-styles-pkg-1.0.tar.bz2 +tenr-de-styles-pkg-1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Oct 2006 03:49:54 -0000 1.2 +++ sources 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -758323157d8a8fb98cb80d989342fd9c tenr-de-styles-pkg-1.0.tar.bz2 +ebba571913c9c5abf914743bcab80b4d tenr-de-styles-pkg-1.1.tar.bz2 Index: tenr-de-styles-pkg.spec =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/devel/tenr-de-styles-pkg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tenr-de-styles-pkg.spec 11 Oct 2006 03:49:54 -0000 1.1 +++ tenr-de-styles-pkg.spec 15 Dec 2006 05:30:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: tenr-de-styles-pkg -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A collection of styles for fluxbox Group: Amusements/Graphics @@ -19,7 +19,9 @@ %prep %setup -q -chmod -x styles/monochrom2..3/theme.cfg +# I keep finding files and dirs with the wrong premissions on them in the tar +# balls from upstream +find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \) %install rm -rf $RPM_BUILD_ROOT @@ -39,6 +41,10 @@ %changelog +* Thu Dec 14 2006 Michael Rice - 1.1-1 +- Version bump, which added over 100 new styles +- add chmod command for dirs and files that keep getting packaged wrong + * Mon Oct 09 2006 Michael Rice - 1.0-2 - Fix name to remove the dot - remove unneeded r from cp line From fedora-extras-commits at redhat.com Fri Dec 15 05:30:45 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Fri, 15 Dec 2006 00:30:45 -0500 Subject: rpms/tenr-de-styles-pkg/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tenr-de-styles-pkg.spec, 1.1, 1.2 Message-ID: <200612150530.kBF5UjAQ001987@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/tenr-de-styles-pkg/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1930/FC-5 Modified Files: .cvsignore sources tenr-de-styles-pkg.spec Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Oct 2006 03:49:54 -0000 1.2 +++ .cvsignore 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -tenr-de-styles-pkg-1.0.tar.bz2 +tenr-de-styles-pkg-1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Oct 2006 03:49:54 -0000 1.2 +++ sources 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -758323157d8a8fb98cb80d989342fd9c tenr-de-styles-pkg-1.0.tar.bz2 +ebba571913c9c5abf914743bcab80b4d tenr-de-styles-pkg-1.1.tar.bz2 Index: tenr-de-styles-pkg.spec =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-5/tenr-de-styles-pkg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tenr-de-styles-pkg.spec 11 Oct 2006 03:49:54 -0000 1.1 +++ tenr-de-styles-pkg.spec 15 Dec 2006 05:30:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: tenr-de-styles-pkg -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A collection of styles for fluxbox Group: Amusements/Graphics @@ -19,7 +19,9 @@ %prep %setup -q -chmod -x styles/monochrom2..3/theme.cfg +# I keep finding files and dirs with the wrong premissions on them in the tar +# balls from upstream +find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \) %install rm -rf $RPM_BUILD_ROOT @@ -39,6 +41,10 @@ %changelog +* Thu Dec 14 2006 Michael Rice - 1.1-1 +- Version bump, which added over 100 new styles +- add chmod command for dirs and files that keep getting packaged wrong + * Mon Oct 09 2006 Michael Rice - 1.0-2 - Fix name to remove the dot - remove unneeded r from cp line From fedora-extras-commits at redhat.com Fri Dec 15 05:30:45 2006 From: fedora-extras-commits at redhat.com (Michael Rice (errr)) Date: Fri, 15 Dec 2006 00:30:45 -0500 Subject: rpms/tenr-de-styles-pkg/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tenr-de-styles-pkg.spec, 1.1, 1.2 Message-ID: <200612150530.kBF5Ujii001992@cvs-int.fedora.redhat.com> Author: errr Update of /cvs/extras/rpms/tenr-de-styles-pkg/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1930/FC-6 Modified Files: .cvsignore sources tenr-de-styles-pkg.spec Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Oct 2006 03:49:54 -0000 1.2 +++ .cvsignore 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -tenr-de-styles-pkg-1.0.tar.bz2 +tenr-de-styles-pkg-1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Oct 2006 03:49:54 -0000 1.2 +++ sources 15 Dec 2006 05:30:15 -0000 1.3 @@ -1 +1 @@ -758323157d8a8fb98cb80d989342fd9c tenr-de-styles-pkg-1.0.tar.bz2 +ebba571913c9c5abf914743bcab80b4d tenr-de-styles-pkg-1.1.tar.bz2 Index: tenr-de-styles-pkg.spec =================================================================== RCS file: /cvs/extras/rpms/tenr-de-styles-pkg/FC-6/tenr-de-styles-pkg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tenr-de-styles-pkg.spec 11 Oct 2006 03:49:54 -0000 1.1 +++ tenr-de-styles-pkg.spec 15 Dec 2006 05:30:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: tenr-de-styles-pkg -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: A collection of styles for fluxbox Group: Amusements/Graphics @@ -19,7 +19,9 @@ %prep %setup -q -chmod -x styles/monochrom2..3/theme.cfg +# I keep finding files and dirs with the wrong premissions on them in the tar +# balls from upstream +find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \) %install rm -rf $RPM_BUILD_ROOT @@ -39,6 +41,10 @@ %changelog +* Thu Dec 14 2006 Michael Rice - 1.1-1 +- Version bump, which added over 100 new styles +- add chmod command for dirs and files that keep getting packaged wrong + * Mon Oct 09 2006 Michael Rice - 1.0-2 - Fix name to remove the dot - remove unneeded r from cp line From fedora-extras-commits at redhat.com Fri Dec 15 08:06:20 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:06:20 -0500 Subject: rpms/wavpack import.log,1.4,1.5 Message-ID: <200612150806.kBF86K9g011929@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898 Modified Files: import.log Log Message: auto-import wavpack-4.40-1 on branch devel from wavpack-4.40-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/wavpack/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 28 Jun 2006 19:41:34 -0000 1.4 +++ import.log 15 Dec 2006 08:05:50 -0000 1.5 @@ -1,3 +1,4 @@ wavpack-4_31-1:HEAD:wavpack-4.31-1.src.rpm:1137322302 wavpack-4_32-1:HEAD:wavpack-4.32-1.src.rpm:1151523450 wavpack-4_32-1:FC-5:wavpack-4.32-1.src.rpm:1151523679 +wavpack-4_40-1:HEAD:wavpack-4.40-1.src.rpm:1166170316 From fedora-extras-commits at redhat.com Fri Dec 15 08:06:20 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:06:20 -0500 Subject: rpms/wavpack/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200612150806.kBF86KNN011933@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898/devel Modified Files: .cvsignore sources Log Message: auto-import wavpack-4.40-1 on branch devel from wavpack-4.40-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jun 2006 19:37:46 -0000 1.3 +++ .cvsignore 15 Dec 2006 08:05:50 -0000 1.4 @@ -1 +1 @@ -wavpack-4.32.tar.bz2 +wavpack-4.40.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jun 2006 19:37:46 -0000 1.3 +++ sources 15 Dec 2006 08:05:50 -0000 1.4 @@ -1 +1 @@ -e40ff238477c0007155bce4ada3f7eba wavpack-4.32.tar.bz2 +d41daa63926ad731df2a2922626819e9 wavpack-4.40.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 08:10:38 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:10:38 -0500 Subject: rpms/wavpack/FC-5 .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200612150810.kBF8AcFn012027@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11996/FC-5 Modified Files: .cvsignore sources Log Message: Actually add 4.40 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jun 2006 19:41:35 -0000 1.3 +++ .cvsignore 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -wavpack-4.32.tar.bz2 +wavpack-4.40.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jun 2006 19:41:35 -0000 1.3 +++ sources 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -e40ff238477c0007155bce4ada3f7eba wavpack-4.32.tar.bz2 +d41daa63926ad731df2a2922626819e9 wavpack-4.40.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 08:10:38 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:10:38 -0500 Subject: rpms/wavpack/FC-6 .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200612150810.kBF8AcoF012031@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11996/FC-6 Modified Files: .cvsignore sources Log Message: Actually add 4.40 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jun 2006 19:37:46 -0000 1.3 +++ .cvsignore 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -wavpack-4.32.tar.bz2 +wavpack-4.40.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jun 2006 19:37:46 -0000 1.3 +++ sources 15 Dec 2006 08:10:08 -0000 1.4 @@ -1 +1 @@ -e40ff238477c0007155bce4ada3f7eba wavpack-4.32.tar.bz2 +d41daa63926ad731df2a2922626819e9 wavpack-4.40.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 08:13:32 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:13:32 -0500 Subject: rpms/wavpack/FC-6 wavpack.spec,1.6,1.7 Message-ID: <200612150813.kBF8DWYT012118@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12074/FC-6 Modified Files: wavpack.spec Log Message: Rebuild Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-6/wavpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wavpack.spec 14 Dec 2006 21:01:06 -0000 1.6 +++ wavpack.spec 15 Dec 2006 08:13:02 -0000 1.7 @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 4.40 -Release: 1%{?dist} +Release: 1.1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -60,6 +60,9 @@ %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1.1 +- Rebuild + * Fri Dec 15 2006 Peter Lemenkov 4.40-1 - Version 4.40 From fedora-extras-commits at redhat.com Fri Dec 15 08:13:32 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:13:32 -0500 Subject: rpms/wavpack/FC-5 wavpack.spec,1.5,1.6 Message-ID: <200612150813.kBF8DWOi012115@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12074/FC-5 Modified Files: wavpack.spec Log Message: Rebuild Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/FC-5/wavpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wavpack.spec 14 Dec 2006 21:01:05 -0000 1.5 +++ wavpack.spec 15 Dec 2006 08:13:02 -0000 1.6 @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 4.40 -Release: 1%{?dist} +Release: 1.1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -60,6 +60,9 @@ %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1.1 +- Rebuild + * Fri Dec 15 2006 Peter Lemenkov 4.40-1 - Version 4.40 From fedora-extras-commits at redhat.com Fri Dec 15 08:13:37 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 15 Dec 2006 03:13:37 -0500 Subject: rpms/wavpack/devel wavpack.spec,1.6,1.7 Message-ID: <200612150813.kBF8Db6Q012121@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/wavpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12074/devel Modified Files: wavpack.spec Log Message: Rebuild Index: wavpack.spec =================================================================== RCS file: /cvs/extras/rpms/wavpack/devel/wavpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wavpack.spec 14 Dec 2006 21:01:11 -0000 1.6 +++ wavpack.spec 15 Dec 2006 08:13:07 -0000 1.7 @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 4.40 -Release: 1%{?dist} +Release: 1.1%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -60,6 +60,9 @@ %changelog +* Fri Dec 15 2006 Peter Lemenkov 4.40-1.1 +- Rebuild + * Fri Dec 15 2006 Peter Lemenkov 4.40-1 - Version 4.40 From fedora-extras-commits at redhat.com Fri Dec 15 08:16:28 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 15 Dec 2006 03:16:28 -0500 Subject: rpms/plplot/devel plplot.spec,1.24,1.25 Message-ID: <200612150816.kBF8GS7H012313@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12298 Modified Files: plplot.spec Log Message: bump and build for python 2.5 Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- plplot.spec 2 Nov 2006 17:30:40 -0000 1.24 +++ plplot.spec 15 Dec 2006 08:15:58 -0000 1.25 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -361,6 +361,9 @@ %changelog +* Thu Dec 14 2006 - Jef Spaleta - 5.6.1-9 +- Bump and build for python 2.5 + * Thu Nov 2 2006 - Orion Poplawski - 5.6.1-8 - Point to the freefont package properly (bug #210517) - Move libriaries to -libs, -devel requires -libs for multilib support From fedora-extras-commits at redhat.com Fri Dec 15 08:19:38 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 15 Dec 2006 03:19:38 -0500 Subject: rpms/paraview/devel paraview.spec,1.8,1.9 Message-ID: <200612150819.kBF8JclF012384@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/paraview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12367 Modified Files: paraview.spec Log Message: Bump and build for python 2.5 Index: paraview.spec =================================================================== RCS file: /cvs/extras/rpms/paraview/devel/paraview.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- paraview.spec 7 Oct 2006 04:42:31 -0000 1.8 +++ paraview.spec 15 Dec 2006 08:19:08 -0000 1.9 @@ -1,6 +1,6 @@ Name: paraview Version: 2.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -310,6 +310,9 @@ %changelog +* Thu Dec 14 2006 - Jef Spaleta - 2.4.4-4 +- Bump and build for python 2.5 + * Fri Oct 6 2006 - Orion Poplawski - 2.4.4-3 - Install needed python libraries to get around make install bug From fedora-extras-commits at redhat.com Fri Dec 15 08:53:10 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 15 Dec 2006 03:53:10 -0500 Subject: fedora-security/audit fc5,1.420,1.421 fc6,1.172,1.173 Message-ID: <200612150853.kBF8rAVx012565@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12548/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-6106 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.420 retrieving revision 1.421 diff -u -r1.420 -r1.421 --- fc5 14 Dec 2006 18:07:53 -0000 1.420 +++ fc5 15 Dec 2006 08:53:10 -0000 1.421 @@ -16,6 +16,7 @@ CVE-2006-6142 ** squirrelmail CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) +CVE-2006-6106 VULNERABLE (kernel) CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] CVE-2006-6077 ** firefox CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support From fedora-extras-commits at redhat.com Fri Dec 15 09:14:47 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 15 Dec 2006 04:14:47 -0500 Subject: rpms/gdl/devel gdl.spec,1.20,1.21 Message-ID: <200612150914.kBF9Ele3016258@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16242 Modified Files: gdl.spec Log Message: bump and build for python 2.5 Index: gdl.spec =================================================================== RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gdl.spec 22 Nov 2006 18:28:02 -0000 1.20 +++ gdl.spec 15 Dec 2006 09:14:17 -0000 1.21 @@ -1,6 +1,6 @@ Name: gdl Version: 0.9 -Release: 0.pre3.2%{?dist} +Release: 0.pre3.3%{?dist} Summary: GNU Data Language Group: Applications/Engineering @@ -51,6 +51,9 @@ %changelog +* Thu Dec 14 2006 - Jef Spaleta - 0.9-0.pre3.3 +- Bump and build for python 2.5 + * Wed Nov 22 2006 - Orion Poplawski - 0.9-0.pre3.2 - Update to 0.9pre3 From fedora-extras-commits at redhat.com Fri Dec 15 12:36:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 07:36:22 -0500 Subject: rpms/sbcl/devel sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl.spec, 1.58, 1.59 Message-ID: <200612151236.kBFCaM3R027347@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27322 Modified Files: sbcl.spec Added Files: sbcl-1.0-gcc4_sparc.patch Log Message: sparc/gcc4 patch sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- sbcl.spec 14 Dec 2006 16:34:17 -0000 1.58 +++ sbcl.spec 15 Dec 2006 12:35:52 -0000 1.59 @@ -70,6 +70,7 @@ Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -100,6 +101,7 @@ %patch4 -p1 -b .LIB_DIR %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc ## Enable sb-thread %ifarch %{ix86} x86_64 From fedora-extras-commits at redhat.com Fri Dec 15 13:05:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 08:05:32 -0500 Subject: rpms/dbus-qt/FC-5 dbus-qt.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612151305.kBFD5Wu9030544@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/dbus-qt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30527 Modified Files: dbus-qt.spec sources Log Message: * Fri Dec 15 2006 Rex Dieter 0.62-1 - dbus-0.62 (#207923) Index: dbus-qt.spec =================================================================== RCS file: /cvs/extras/rpms/dbus-qt/FC-5/dbus-qt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dbus-qt.spec 20 Jun 2006 18:31:38 -0000 1.3 +++ dbus-qt.spec 15 Dec 2006 13:05:02 -0000 1.4 @@ -1,8 +1,8 @@ Summary: Qt-based library for using D-BUS Name: dbus-qt -Version: 0.61 -Release: 4%{?dist} +Version: 0.62 +Release: 1%{?dist} License: AFL/GPL URL: http://www.freedesktop.org/software/dbus/ @@ -27,7 +27,7 @@ Group: Development/Libraries Provides: dbus-qt3-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} -Requires: dbus-devel +Requires: dbus-devel = %{version} Requires: qt-devel %description devel %{summary}. @@ -40,7 +40,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-tests --disable-verbose-mode --disable-asserts \ @@ -86,6 +85,9 @@ %changelog +* Fri Dec 15 2006 Rex Dieter 0.62-1 +- dbus-0.62 (#207923) + * Tue Jun 20 2006 Rex Dieter 0.61-4 - BR: gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/dbus-qt/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 May 2006 17:29:32 -0000 1.2 +++ sources 15 Dec 2006 13:05:02 -0000 1.3 @@ -1 +1 @@ -cfd4f26004e4304e0dace4d82894e50b dbus-0.61.tar.gz +ba7692f63d0e9f1ef06703dff56cb650 dbus-0.62.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 13:10:37 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 08:10:37 -0500 Subject: rpms/qt4/FC-5 .cvsignore, 1.9, 1.10 qt4.spec, 1.22, 1.23 sources, 1.7, 1.8 Message-ID: <200612151310.kBFDAbWH030644@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30619 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Dec 01 2006 Rex Dieter 4.2.2-1 - qt-4.2.2 (#218575) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 23 Oct 2006 23:07:46 -0000 1.9 +++ .cvsignore 15 Dec 2006 13:10:07 -0000 1.10 @@ -1,6 +1,4 @@ clog OLD/ -qt-x11-opensource-src-4.1.4.tar.gz -qt-x11-opensource-src-4.1.5.tar.gz -qt-x11-opensource-src-4.2.0.tar.gz qt-x11-opensource-src-4.2.1.tar.gz +qt-x11-opensource-src-4.2.2.tar.gz Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- qt4.spec 16 Nov 2006 21:05:37 -0000 1.22 +++ qt4.spec 15 Dec 2006 13:10:07 -0000 1.23 @@ -12,8 +12,8 @@ Summary: Qt toolkit Name: qt4 -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.2.2 +Release: 1%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -39,7 +39,7 @@ ## optional plugin bits # set to -no-sql- to disable # set to -qt-sql- to enable *in* qt library -#if "%{?fedora}" > "3" || "%{?rhel}" > "3" +#if 0%{?fedora} > 3 || 0%{?rhel} > 3 %define mysql -plugin-sql-mysql #endif %define odbc -plugin-sql-odbc @@ -48,8 +48,7 @@ # undefine to disable these %define nas -system-nas-sound -# watch http://bugzilla.redhat.com/207923 so we may be able to include this on FC-5 someday -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 %define qdbus -qdbus BuildRequires: dbus-devel >= 0.62 %endif @@ -88,7 +87,7 @@ #define x_deps libGL-devel libGLU-devel ## but, "xorg-x11-devel: missing dep on libGL/libGLU" - http://bugzilla.redhat.com/211898 %define x_deps xorg-x11-devel xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU -%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 %define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} %{?x_deps_GL_hack} @@ -212,12 +211,6 @@ # drop -fexceptions from $RPM_OPT_FLAGS RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'` -## Looks like we don't need this anymore -- Rex -# add -fno-strict-aliasing, for now (fc6+) -#if "%{?fedora}" > "5" -#RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -#endif - # use $RPM_OPT_FLAGS for our platform %if "%{_lib}" == "lib64" %define platform linux-g++-64 @@ -299,7 +292,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor="%{name}" \ - --add-category="X-Fedora" \ %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} ## pkg-config @@ -507,6 +499,9 @@ %changelog +* Fri Dec 01 2006 Rex Dieter 4.2.2-1 +- qt-4.2.2 (#218575) + * Wed Nov 15 2006 Rex Dieter 4.2.1-3 - move libQtDesigner to -x11 @@ -515,13 +510,13 @@ - fix pre-modular-X libGL/libGLU deps (#211898) * Sun Oct 22 2006 Rex Dieter 4.2.1-1 -- 4.2.1 +- qt-4.2.1 * Wed Oct 04 2006 Rex Dieter 4.2.0-1 -- 4.2.0(final) +- qt-4.2.0(final) * Thu Sep 28 2006 Kevin Kofler 4.2.0-0.9.20060927 -- update to 4.2.0-snapshot-20060927 +- update to qt-4.2.0-snapshot-20060927 - update QDBus executable names - -x11: exclude plugins/designer (which belong to -devel) - BuildConflicts: qt4-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 23:07:46 -0000 1.7 +++ sources 15 Dec 2006 13:10:07 -0000 1.8 @@ -1 +1 @@ -2ab1c88084f55b94809f025a8503bf18 qt-x11-opensource-src-4.2.1.tar.gz +19f6374fe7924e33775cb87ee02669cb qt-x11-opensource-src-4.2.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 13:37:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 15 Dec 2006 08:37:09 -0500 Subject: rpms/koffice/FC-6 koffice.spec,1.45,1.46 Message-ID: <200612151337.kBFDb9jf030842@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/koffice/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30820 Modified Files: koffice.spec Log Message: * Mon Dec 11 2006 Rex Dieter 1.6.2-4 - -devel: +%%defattr - -libs: (new) subpkg, multilib issues - BR: +libpaper-devel -graphviz-devel * Sun Dec 10 2006 Rex Dieter 1.6.2-3 - -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so * Sat Dec 09 2006 Rex Dieter 1.6.2-2 - BR: poppler-qt-devel (#158941,#212145) Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-6/koffice.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- koffice.spec 1 Dec 2006 22:07:48 -0000 1.45 +++ koffice.spec 15 Dec 2006 13:36:39 -0000 1.46 @@ -1,7 +1,7 @@ Name: koffice Version: 1.6.1 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity @@ -15,15 +15,17 @@ # BuildRequires: world-devel ;) BuildRequires: kdebase-devel BuildRequires: kdelibs-devel +## kjsembed bits, afaict, not really used (yet) -- Rex +#BuildRequires: kdebindings-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: libart_lgpl-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 3 BuildRequires: GraphicsMagick-devel -# ImageMagick usage is deprecated (in favor of GraphicsMagick), -# and can likely go way, but let's keep it around, for now. -- Rex +%endif BuildRequires: ImageMagick-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -39,7 +41,6 @@ BuildRequires: wv2-devel BuildRequires: libpqxx-devel BuildRequires: doxygen -BuildRequires: graphviz-devel BuildRequires: aspell-devel BuildRequires: libxslt-devel BuildRequires: OpenEXR-devel @@ -50,8 +51,9 @@ %define ruby 1 BuildRequires: ruby ruby-devel >= 1.8.2 %endif -%if 0%{?fedora} > 3 || 0%{?rhel} > 4 -BuildRequires: poppler-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +BuildRequires: poppler-qt-devel +BuildRequires: libpaper-devel %endif %if 0%{?fedora} > 4 || 0%{?rhel} > 4 BuildRequires: libXi-devel @@ -86,21 +88,27 @@ KOffice - Integrated Office Suite KOffice is a free, integrated office suite for KDE, the K Desktop Environment. - %package core -Summary: Core packages for koffice +Summary: Core support files for koffice Group: Applications/Productivity +Requires: %{name}-libs = %{version}-%{release} Requires: perl -Conflicts: koffice <= 4:%{version}-%{release} Conflicts: koffice-i18n < 4:%{version} %description core -core libraries and support files for koffice +%{summary}. + +%package libs +Summary: Runtime libraries for koffice +Group: System Environment/Libraries +Conflicts: koffice <= 4:%{version}-%{release} +%description libs +%{summary}. %package devel Summary: Libraries needed for koffice development -Group: System Environment/Libraries -Requires: %{name}-core = %{version}-%{release} +Group: Development/Libraries +Requires: %{name}-libs = %{version}-%{release} %description devel %{summary} @@ -344,21 +352,6 @@ %{_bindir}/koconverter %{_libdir}/libkdeinit_koshell.so %{_libdir}/libkdeinit_kthesaurus.so -%{_libdir}/libkdchart.so.* -%{_libdir}/libkochart.so.* -%{_libdir}/libkofficecore.so.* -%{_libdir}/libkofficeui.so.* -%{_libdir}/libkotext.so.* -%{_libdir}/libkowmf.so.* -%{_libdir}/libkopainter.so.* -%{_libdir}/libkstore.so.* -%{_libdir}/libkwmailmerge_interface.so.* -%{_libdir}/libkwmf.so.* -%{_libdir}/libkformulalib.so.* -%{_libdir}/libkopalette.so.* -%{_libdir}/libkoproperty.so.* -%{_libdir}/libkrossapi.so.* -%{_libdir}/libkrossmain.so.* %{_libdir}/kde3/kfile_koffice.* %{_libdir}/kde3/kfile_ooo.* %{_libdir}/kde3/kfile_abiword.* @@ -407,10 +400,31 @@ %{_libdir}/kde3/krosspython.* %{?ruby:%{_libdir}/kde3/krossruby.*} +%files libs +%defattr(-,root,root,-) +#_libdir/lib*.so.* +%{_libdir}/libkdchart.so.* +%{_libdir}/libkochart.so.* +%{_libdir}/libkofficecore.so.* +%{_libdir}/libkofficeui.so.* +%{_libdir}/libkotext.so.* +%{_libdir}/libkowmf.so.* +%{_libdir}/libkopainter.so.* +%{_libdir}/libkstore.so.* +%{_libdir}/libkwmailmerge_interface.so.* +%{_libdir}/libkwmf.so.* +%{_libdir}/libkformulalib.so.* +%{_libdir}/libkopalette.so.* +%{_libdir}/libkoproperty.so.* +%{_libdir}/libkrossapi.so.* +%{_libdir}/libkrossmain.so.* + %files devel +%defattr(-,root,root,-) %{_includedir}/* %{_datadir}/doc/HTML/en/koffice-apidocs/ %{_libdir}/lib*.so +%exclude %{_libdir}/libkdeinit_*.so %files kword %defattr(-,root,root,-) @@ -659,6 +673,20 @@ %changelog +* Mon Dec 11 2006 Rex Dieter +1.6.2-4 +- -devel: +%%defattr +- -libs: (new) subpkg, multilib issues +- BR: +libpaper-devel -graphviz-devel + +* Sun Dec 10 2006 Rex Dieter +1.6.2-3 +- -devel %%files: +%%exclude %%_libdir/libkdeinit_*.so + +* Sat Dec 09 2006 Rex Dieter +1.6.2-2 +- BR: poppler-qt-devel (#158941,#212145) + * Fri Dec 01 2006 Rex Dieter 1.6.1-1 - koffice-1.6.1 (#218030) From fedora-extras-commits at redhat.com Fri Dec 15 14:29:37 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Fri, 15 Dec 2006 09:29:37 -0500 Subject: rpms/dvdisaster/FC-5 .cvsignore, 1.4, 1.5 dvdisaster.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612151429.kBFETbfj001737@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/dvdisaster/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1714 Modified Files: .cvsignore dvdisaster.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Oct 2006 11:49:53 -0000 1.4 +++ .cvsignore 15 Dec 2006 14:29:07 -0000 1.5 @@ -1 +1 @@ -dvdisaster-0.70.2.tar.bz2 +dvdisaster-0.70.3.tar.bz2 Index: dvdisaster.spec =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-5/dvdisaster.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- dvdisaster.spec 23 Oct 2006 12:59:00 -0000 1.15 +++ dvdisaster.spec 15 Dec 2006 14:29:07 -0000 1.16 @@ -1,6 +1,6 @@ Name: dvdisaster Summary: Additional error protection for CD/DVD media -Version: 0.70.2 +Version: 0.70.3 Release: 1%{?dist} Group: Applications/Archiving License: GPL @@ -116,6 +116,9 @@ %changelog +* Fri Dec 15 2006 Dmitry Butskoy - 0.70.3-1 +- update to 0.70.3 + * Mon Oct 23 2006 Dmitry Butskoy - 0.70.2-1 - update to 0.70.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 11:49:53 -0000 1.7 +++ sources 15 Dec 2006 14:29:07 -0000 1.8 @@ -1 +1 @@ -59f3137c337f8a00a4739c8e77713fbd dvdisaster-0.70.2.tar.bz2 +04e658c36d3a7cbffe0c164ebe1c7dcf dvdisaster-0.70.3.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 14:31:48 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Fri, 15 Dec 2006 09:31:48 -0500 Subject: rpms/dvdisaster/FC-6 dvdisaster.spec,1.16,1.17 sources,1.7,1.8 Message-ID: <200612151431.kBFEVmmB001808@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/dvdisaster/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1791 Modified Files: dvdisaster.spec sources Log Message: Index: dvdisaster.spec =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-6/dvdisaster.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- dvdisaster.spec 27 Oct 2006 16:37:15 -0000 1.16 +++ dvdisaster.spec 15 Dec 2006 14:31:18 -0000 1.17 @@ -1,7 +1,7 @@ Name: dvdisaster Summary: Additional error protection for CD/DVD media -Version: 0.70.2 -Release: 2%{?dist} +Version: 0.70.3 +Release: 1%{?dist} Group: Applications/Archiving License: GPL URL: http://www.dvdisaster.com @@ -116,8 +116,8 @@ %changelog -* Fri Oct 27 2006 Dmitry Butskoy - 0.70.2-2 -- rebuild +* Fri Dec 15 2006 Dmitry Butskoy - 0.70.3-1 +- update to 0.70.3 * Mon Oct 23 2006 Dmitry Butskoy - 0.70.2-1 - update to 0.70.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 12:01:10 -0000 1.7 +++ sources 15 Dec 2006 14:31:18 -0000 1.8 @@ -1 +1 @@ -59f3137c337f8a00a4739c8e77713fbd dvdisaster-0.70.2.tar.bz2 +04e658c36d3a7cbffe0c164ebe1c7dcf dvdisaster-0.70.3.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 14:32:47 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Fri, 15 Dec 2006 09:32:47 -0500 Subject: rpms/dvdisaster/devel dvdisaster.spec,1.16,1.17 sources,1.7,1.8 Message-ID: <200612151432.kBFEWltS001860@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/dvdisaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1843 Modified Files: dvdisaster.spec sources Log Message: Index: dvdisaster.spec =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/devel/dvdisaster.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- dvdisaster.spec 27 Oct 2006 16:39:02 -0000 1.16 +++ dvdisaster.spec 15 Dec 2006 14:32:17 -0000 1.17 @@ -1,7 +1,7 @@ Name: dvdisaster Summary: Additional error protection for CD/DVD media -Version: 0.70.2 -Release: 2%{?dist} +Version: 0.70.3 +Release: 1%{?dist} Group: Applications/Archiving License: GPL URL: http://www.dvdisaster.com @@ -116,8 +116,8 @@ %changelog -* Fri Oct 27 2006 Dmitry Butskoy - 0.70.2-2 -- rebuild +* Fri Dec 15 2006 Dmitry Butskoy - 0.70.3-1 +- update to 0.70.3 * Mon Oct 23 2006 Dmitry Butskoy - 0.70.2-1 - update to 0.70.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/dvdisaster/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Oct 2006 12:01:10 -0000 1.7 +++ sources 15 Dec 2006 14:32:17 -0000 1.8 @@ -1 +1 @@ -59f3137c337f8a00a4739c8e77713fbd dvdisaster-0.70.2.tar.bz2 +04e658c36d3a7cbffe0c164ebe1c7dcf dvdisaster-0.70.3.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 14:38:34 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 15 Dec 2006 09:38:34 -0500 Subject: rpms/libgda/devel libgda.spec,1.18,1.19 Message-ID: <200612151438.kBFEcYgh001931@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1914 Modified Files: libgda.spec Log Message: * Fri Dec 15 2006 Hans de Goede 1:1.9.100-11 - Rebuild for new postgres Index: libgda.spec =================================================================== RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libgda.spec 29 Aug 2006 05:54:51 -0000 1.18 +++ libgda.spec 15 Dec 2006 14:38:04 -0000 1.19 @@ -35,7 +35,7 @@ Summary: Library for writing gnome database programs Name: libgda Version: 1.9.100 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ @@ -400,6 +400,9 @@ %changelog +* Fri Dec 15 2006 Hans de Goede 1:1.9.100-11 +- Rebuild for new postgres + * Mon Aug 28 2006 Hans de Goede 1:1.9.100-10 - FE6 Rebuild From fedora-extras-commits at redhat.com Fri Dec 15 14:49:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 15 Dec 2006 09:49:49 -0500 Subject: rpms/gcompris/devel gcompris.spec,1.17,1.18 Message-ID: <200612151449.kBFEnnEg002045@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2028 Modified Files: gcompris.spec Log Message: * Fri Dec 15 2006 Hans de Goede 8.2-2 - Rebuid for python 2.5 (blind (untested) rebuild as I cannot upgrade to python 2.5 since plague hasn't been rebuild yet). Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gcompris.spec 7 Nov 2006 19:10:04 -0000 1.17 +++ gcompris.spec 15 Dec 2006 14:49:19 -0000 1.18 @@ -1,6 +1,6 @@ Name: gcompris Version: 8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL @@ -475,6 +475,10 @@ %changelog +* Fri Dec 15 2006 Hans de Goede 8.2-2 +- Rebuid for python 2.5 (blind (untested) rebuild as I cannot upgrade + to python 2.5 since plague hasn't been rebuild yet). + * Tue Nov 7 2006 Hans de Goede 8.2-1 - New upstream release 8.2 - Drop most patches (integrated upstream) From fedora-extras-commits at redhat.com Fri Dec 15 14:55:39 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Fri, 15 Dec 2006 09:55:39 -0500 Subject: rpms/wxGTK/devel wxGTK-2.8.0.1-cvs.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxGTK.spec, 1.23, 1.24 wxGTK-2.6.3.2-cvs.patch, 1.1, NONE wxGTK-2.6.3.3-cvs.patch, 1.1, NONE Message-ID: <200612151455.kBFEtd3f002191@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2147 Modified Files: .cvsignore sources wxGTK.spec Added Files: wxGTK-2.8.0.1-cvs.patch Removed Files: wxGTK-2.6.3.2-cvs.patch wxGTK-2.6.3.3-cvs.patch Log Message: Update to 2.8.0, plus patch to 2.8.0.1 wxPython level. * Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.1.1 - patch to 2.8.0.1 wxPython subrelease (following upstream wxPython) from wxWidgets CVS * Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.0.1 - update to 2.8.0 release - gtk2 is now the default (and gtk1.2 gone -- about time!) - compatibility with wxWidgets 2.2 is now gone; add flag to build 2.4 with compatibility, though (now off by default) - added "--enable-no_deps" for faster builds - added "--enable-intl", because that seems like a good idea - added disable-rpath, enable-geometry, enable-graphics_ctx, enable-sound, enable-mediactrl, and enable-display to better match upstream wxPython package. - buildrequires: gstreamer-devel - "animate" contributed module no longer exists. - enable the svg contributed module - build the .mo files explicitly -- not sure why that's not happening automatically. - minor -- location of doc files in src tarball has changed wxGTK-2.8.0.1-cvs.patch: --- NEW FILE wxGTK-2.8.0.1-cvs.patch --- # Generated with `cvs diff -u -R -N -r WX_2_8_0 -r wxPy_2_8_0_1`, and then # trimmed for non-platform-relevant changes Index: wxWidgets/Makefile.in =================================================================== RCS file: /pack/cvsroots/wxwidgets/wxWidgets/Makefile.in,v retrieving revision 1.669 retrieving revision 1.670 diff -u -r1.669 -r1.670 --- wxWidgets/Makefile.in 2006/12/04 01:14:25 1.669 +++ wxWidgets/Makefile.in 2006/12/11 06:19:27 1.670 @@ -2157,6 +2157,7 @@ wx/mac/sound.h \ wx/mac/spinbutt.h \ wx/mac/spinctrl.h \ + wx/mac/srchctrl.h \ wx/mac/statbmp.h \ wx/mac/statbox.h \ wx/mac/statline.h \ @@ -2230,6 +2231,9 @@ wx/mac/carbon/printdlg.h \ wx/mac/carbon/printmac.h \ wx/mac/carbon/private.h \ + wx/mac/carbon/private/mactext.h \ + wx/mac/carbon/private/overlay.h \ + wx/mac/carbon/private/print.h \ wx/mac/carbon/radiobox.h \ wx/mac/carbon/radiobut.h \ wx/mac/carbon/region.h \ @@ -2237,6 +2241,7 @@ wx/mac/carbon/slider.h \ wx/mac/carbon/spinbutt.h \ wx/mac/carbon/spinctrl.h \ + wx/mac/carbon/srchctrl.h \ wx/mac/carbon/statbmp.h \ wx/mac/carbon/statbox.h \ wx/mac/carbon/statline.h \ @@ -2871,6 +2876,7 @@ wx/generic/scrolwin.h \ wx/generic/spinctlg.h \ wx/generic/splitter.h \ + wx/generic/srchctlg.h \ wx/generic/textdlgg.h \ wx/generic/timer.h \ wx/generic/treectlg.h \ @@ -2988,6 +2994,7 @@ wx/spinbutt.h \ wx/spinctrl.h \ wx/splitter.h \ + wx/srchctrl.h \ wx/statline.h \ wx/tab.h \ wx/tabctrl.h \ @@ -3497,6 +3504,7 @@ monodll_rgncmn.o \ monodll_settcmn.o \ monodll_sizer.o \ + monodll_srchcmn.o \ monodll_statbar.o \ monodll_stockitem.o \ monodll_tbarbase.o \ @@ -3532,6 +3540,7 @@ monodll_selstore.o \ monodll_spinctlg.o \ monodll_splitter.o \ + monodll_srchctlg.o \ monodll_textdlgg.o \ monodll_tipwin.o \ monodll_toolbkg.o \ @@ -3670,6 +3679,7 @@ monodll_rgncmn.o \ monodll_settcmn.o \ monodll_sizer.o \ + monodll_srchcmn.o \ monodll_statbar.o \ monodll_stockitem.o \ monodll_tbarbase.o \ @@ -3705,6 +3715,7 @@ monodll_selstore.o \ monodll_spinctlg.o \ monodll_splitter.o \ + monodll_srchctlg.o \ monodll_textdlgg.o \ monodll_tipwin.o \ monodll_toolbkg.o \ @@ -4263,6 +4274,7 @@ monodll_slider.o \ monodll_spinbutt.o \ monodll_spinctrl.o \ + monodll_srchctrl.o \ monodll_statbmp.o \ monodll_statbox.o \ monodll_statbrma.o \ @@ -5271,6 +5283,7 @@ monolib_rgncmn.o \ monolib_settcmn.o \ monolib_sizer.o \ + monolib_srchcmn.o \ monolib_statbar.o \ monolib_stockitem.o \ monolib_tbarbase.o \ @@ -5306,6 +5319,7 @@ monolib_selstore.o \ monolib_spinctlg.o \ monolib_splitter.o \ + monolib_srchctlg.o \ monolib_textdlgg.o \ monolib_tipwin.o \ monolib_toolbkg.o \ @@ -5444,6 +5458,7 @@ monolib_rgncmn.o \ monolib_settcmn.o \ monolib_sizer.o \ + monolib_srchcmn.o \ monolib_statbar.o \ monolib_stockitem.o \ monolib_tbarbase.o \ @@ -5479,6 +5494,7 @@ monolib_selstore.o \ monolib_spinctlg.o \ monolib_splitter.o \ + monolib_srchctlg.o \ monolib_textdlgg.o \ monolib_tipwin.o \ monolib_toolbkg.o \ @@ -6038,6 +6054,7 @@ monolib_slider.o \ monolib_spinbutt.o \ monolib_spinctrl.o \ + monolib_srchctrl.o \ monolib_statbmp.o \ monolib_statbox.o \ monolib_statbrma.o \ @@ -7275,6 +7292,7 @@ coredll_rgncmn.o \ coredll_settcmn.o \ coredll_sizer.o \ + coredll_srchcmn.o \ coredll_statbar.o \ coredll_stockitem.o \ coredll_tbarbase.o \ @@ -7310,6 +7328,7 @@ coredll_selstore.o \ coredll_spinctlg.o \ coredll_splitter.o \ + coredll_srchctlg.o \ coredll_textdlgg.o \ coredll_tipwin.o \ coredll_toolbkg.o \ @@ -7448,6 +7467,7 @@ coredll_rgncmn.o \ coredll_settcmn.o \ coredll_sizer.o \ + coredll_srchcmn.o \ coredll_statbar.o \ coredll_stockitem.o \ coredll_tbarbase.o \ @@ -7483,6 +7503,7 @@ coredll_selstore.o \ coredll_spinctlg.o \ coredll_splitter.o \ + coredll_srchctlg.o \ coredll_textdlgg.o \ coredll_tipwin.o \ coredll_toolbkg.o \ @@ -8042,6 +8063,7 @@ coredll_slider.o \ coredll_spinbutt.o \ coredll_spinctrl.o \ + coredll_srchctrl.o \ coredll_statbmp.o \ coredll_statbox.o \ coredll_statbrma.o \ @@ -8723,6 +8745,7 @@ corelib_rgncmn.o \ corelib_settcmn.o \ corelib_sizer.o \ + corelib_srchcmn.o \ corelib_statbar.o \ corelib_stockitem.o \ corelib_tbarbase.o \ @@ -8758,6 +8781,7 @@ corelib_selstore.o \ corelib_spinctlg.o \ corelib_splitter.o \ + corelib_srchctlg.o \ corelib_textdlgg.o \ corelib_tipwin.o \ corelib_toolbkg.o \ @@ -8896,6 +8920,7 @@ corelib_rgncmn.o \ corelib_settcmn.o \ corelib_sizer.o \ + corelib_srchcmn.o \ corelib_statbar.o \ corelib_stockitem.o \ corelib_tbarbase.o \ @@ -8931,6 +8956,7 @@ corelib_selstore.o \ [...4849 lines suppressed...] + wxPropertyValidatorRegistry *registry = (wxPropertyValidatorRegistry *)node->Data(); + wxPropertyValidator *validator = registry->GetValidator(property->GetRole()); + if (validator) + return validator; + node = node->Next(); + } + return NULL; +/* + if (!wxDefaultPropertyValidator) + wxDefaultPropertyValidator = new wxPropertyListValidator; + return wxDefaultPropertyValidator; +*/ +} + +/* + * Property sheet + */ + +IMPLEMENT_DYNAMIC_CLASS(wxPropertySheet, wxObject) + +wxPropertySheet::wxPropertySheet(void):m_properties(wxKEY_STRING) +{ +} + +wxPropertySheet::~wxPropertySheet(void) +{ + Clear(); +} + +bool wxPropertySheet::Save( ostream& WXUNUSED(str) ) +{ + return FALSE; +} + +bool wxPropertySheet::Load( ostream& WXUNUSED(str) ) +{ + return FALSE; +} + +void wxPropertySheet::UpdateAllViews( wxPropertyView *WXUNUSED(thisView) ) +{ +} + +// Add a property +void wxPropertySheet::AddProperty(wxProperty *property) +{ + m_properties.Append((const char*) property->GetName(), property); +} + +// Get property by name +wxProperty *wxPropertySheet::GetProperty(wxString name) +{ + wxNode *node = m_properties.Find((const char*) name); + if (!node) + return NULL; + else + return (wxProperty *)node->Data(); +} + +// Clear all properties +void wxPropertySheet::Clear(void) +{ + wxNode *node = m_properties.First(); + while (node) + { + wxProperty *prop = (wxProperty *)node->Data(); + wxNode *next = node->Next(); + delete prop; + delete node; + node = next; + } +} + +// Sets/clears the modified flag for each property value +void wxPropertySheet::SetAllModified(bool flag) +{ + wxNode *node = m_properties.First(); + while (node) + { + wxProperty *prop = (wxProperty *)node->Data(); + prop->GetValue().SetModified(flag); + node = node->Next(); + } +} + +/* + * Property validator registry + * + */ + +IMPLEMENT_DYNAMIC_CLASS(wxPropertyValidatorRegistry, wxHashTable) + +wxPropertyValidatorRegistry::wxPropertyValidatorRegistry(void):wxHashTable(wxKEY_STRING) +{ +} + +wxPropertyValidatorRegistry::~wxPropertyValidatorRegistry(void) +{ + ClearRegistry(); +} + +void wxPropertyValidatorRegistry::RegisterValidator(const wxString& typeName, wxPropertyValidator *validator) +{ + Put((const char*) typeName, validator); +} + +wxPropertyValidator *wxPropertyValidatorRegistry::GetValidator(const wxString& typeName) +{ + return (wxPropertyValidator *)Get((const char*) typeName); +} + +void wxPropertyValidatorRegistry::ClearRegistry(void) +{ + BeginFind(); + wxNode *node; + while (node = Next()) + { + delete (wxPropertyValidator *)node->Data(); + } +} + + /* + * Property validator + */ + + +IMPLEMENT_ABSTRACT_CLASS(wxPropertyValidator, wxEvtHandler) + +wxPropertyValidator::wxPropertyValidator(long flags) +{ + m_validatorFlags = flags; + m_validatorProperty = NULL; +} + +wxPropertyValidator::~wxPropertyValidator(void) +{} + +bool wxPropertyValidator::StringToFloat (char *s, float *number) { + double num; + bool ok = StringToDouble (s, &num); + *number = (float) num; + return ok; +} + +bool wxPropertyValidator::StringToDouble (char *s, double *number) { + bool ok = TRUE; + char *value_ptr; + *number = strtod (s, &value_ptr); + if (value_ptr) { + int len = strlen (value_ptr); + for (int i = 0; i < len; i++) { + ok = (isspace (value_ptr[i]) != 0); + if (!ok) return FALSE; + } + } + return ok; +} + +bool wxPropertyValidator::StringToInt (char *s, int *number) { + long num; + bool ok = StringToLong (s, &num); + *number = (int) num; + return ok; +} + +bool wxPropertyValidator::StringToLong (char *s, long *number) { + bool ok = TRUE; + char *value_ptr; + *number = strtol (s, &value_ptr, 10); + if (value_ptr) { + int len = strlen (value_ptr); + for (int i = 0; i < len; i++) { + ok = (isspace (value_ptr[i]) != 0); + if (!ok) return FALSE; + } + } + return ok; +} + +char *wxPropertyValidator::FloatToString (float number) { + static char buf[20]; + sprintf (buf, "%.6g", number); + return buf; +} + +char *wxPropertyValidator::DoubleToString (double number) { + static char buf[20]; + sprintf (buf, "%.6g", number); + return buf; +} + +char *wxPropertyValidator::IntToString (int number) { + return ::IntToString (number); +} + +char *wxPropertyValidator::LongToString (long number) { + return ::LongToString (number); + } + + Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Mar 2006 20:59:01 -0000 1.5 +++ .cvsignore 15 Dec 2006 14:55:09 -0000 1.6 @@ -1 +1 @@ -wxGTK-2.6.3.tar.bz2 +wxGTK-2.8.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Mar 2006 20:59:01 -0000 1.5 +++ sources 15 Dec 2006 14:55:09 -0000 1.6 @@ -1 +1 @@ -3cd76c3c47913e52a3175dd47239c6ec wxGTK-2.6.3.tar.bz2 +9de30aeaad9bac6f8869907fa42fe950 wxGTK-2.8.0.tar.bz2 Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- wxGTK.spec 28 Aug 2006 20:06:51 -0000 1.23 +++ wxGTK.spec 15 Dec 2006 14:55:09 -0000 1.24 @@ -5,8 +5,8 @@ %define withodbc 0 Name: wxGTK -Version: 2.6.3 -Release: 2.6.3.2.3%{?dist} +Version: 2.8.0 +Release: 2.8.0.1.1%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -15,13 +15,15 @@ Group: System Environment/Libraries URL: http://www.wxwidgets.org/ Source0: http://dl.sf.net/wxwindows/%{name}-%{version}.tar.bz2 -Patch0: wxGTK-2.6.3.2-cvs.patch +Patch0: wxGTK-2.8.0.1-cvs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, zlib-devel >= 1.1.4 BuildRequires: libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: expat-devel, SDL-devel, libgnomeprintui22-devel BuildRequires: libGL-devel, libGLU-devel +BuildRequires: gstreamer-devel >= 0.10 +BuildRequires: autoconf %if %{withodbc} BuildRequires: unixODBC-devel %endif @@ -89,19 +91,22 @@ %prep %setup -q -%patch0 -p1 -b .2.6.3.2 +%patch0 -p1 -b .2.8.0.1 sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure %build + +# must do this to regenerate ./configure after the 2.8.0.1 patch. +autoconf + export GDK_USE_XFT=1 # --disable-optimise prevents our $RPM_OPT_FLAGS being overridden # (see OPTIMISE in configure). %configure \ --x-libraries=%{x11libdir} \ - --with-gtk=2 \ --with-opengl \ %if %{withodbc} --with-odbc \ @@ -112,14 +117,25 @@ --enable-soname \ --disable-optimise \ --enable-debug_info \ + --enable-intl \ --enable-unicode \ - --enable-compat22 + --enable-no_deps \ + --disable-rpath \ + --enable-geometry \ + --enable-graphics_ctx \ + --enable-sound \ + --enable-mediactrl \ + --enable-display \ + --enable-compat24 make %{?_smp_mflags} make %{?_smp_mflags} -C contrib/src/stc make %{?_smp_mflags} -C contrib/src/ogl make %{?_smp_mflags} -C contrib/src/gizmos -make %{?_smp_mflags} -C contrib/src/animate +make %{?_smp_mflags} -C contrib/src/svg + +# Why isn't this this part of the main build? Need to investigate. +make %{?_smp_mflags} -C locale allmo %install rm -rf $RPM_BUILD_ROOT @@ -129,12 +145,13 @@ %makeinstall -C contrib/src/stc %makeinstall -C contrib/src/ogl %makeinstall -C contrib/src/gizmos -%makeinstall -C contrib/src/animate +%makeinstall -C contrib/src/svg + # this ends up being a symlink into the buildroot directly -- # not what we want! rm $RPM_BUILD_ROOT%{_bindir}/wx-config -ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.6 $RPM_BUILD_ROOT%{_bindir}/wx-config +ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.8 $RPM_BUILD_ROOT%{_bindir}/wx-config %find_lang wxstd %find_lang wxmsw @@ -153,27 +170,29 @@ %files -f wxstd.lang %defattr(-,root,root,-) -%doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt +%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt +%doc docs/licendoc.txt docs/preamble.txt docs/readme.txt %{_libdir}/libwx_baseu-*.so.* %{_libdir}/libwx_baseu_net-*.so.* %{_libdir}/libwx_baseu_xml-*.so.* %{_libdir}/libwx_gtk2u_adv-*.so.* -%{_libdir}/libwx_gtk2u_animate-*.so.* +%{_libdir}/libwx_gtk2u_aui-*.so.* %{_libdir}/libwx_gtk2u_core-*.so.* %{_libdir}/libwx_gtk2u_gizmos-*.so.* %{_libdir}/libwx_gtk2u_gizmos_xrc*.so.* %{_libdir}/libwx_gtk2u_html-*.so.* -%{_libdir}/libwx_gtk2u_media-*.so.* %{_libdir}/libwx_gtk2u_ogl-*.so.* -%{_libdir}/libwx_gtk2u_xrc-*.so.* -%{_libdir}/libwx_gtk2u_stc-*.so.* %{_libdir}/libwx_gtk2u_qa-*.so.* +%{_libdir}/libwx_gtk2u_richtext-*.so.* +%{_libdir}/libwx_gtk2u_stc-*.so.* +%{_libdir}/libwx_gtk2u_svg-*.so.* +%{_libdir}/libwx_gtk2u_xrc-*.so.* %files devel %defattr(-,root,root,-) %{_bindir}/wx-config %{_bindir}/wxrc* -%{_includedir}/wx-2.6 +%{_includedir}/wx-2.8 %{_libdir}/libwx_*.so %dir %{_libdir}/wx %dir %{_libdir}/wx/include @@ -194,6 +213,27 @@ %endif %changelog +* Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.1.1 +- patch to 2.8.0.1 wxPython subrelease (following upstream wxPython) + from wxWidgets CVS + +* Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.0.1 +- update to 2.8.0 release +- gtk2 is now the default (and gtk1.2 gone -- about time!) +- compatibility with wxWidgets 2.2 is now gone; add flag to build 2.4 with + compatibility, though (now off by default) +- added "--enable-no_deps" for faster builds +- added "--enable-intl", because that seems like a good idea +- added disable-rpath, enable-geometry, enable-graphics_ctx, enable-sound, + enable-mediactrl, and enable-display to better match upstream wxPython + package. +- buildrequires: gstreamer-devel +- "animate" contributed module no longer exists. +- enable the svg contributed module +- build the .mo files explicitly -- not sure why that's not happening + automatically. +- minor -- location of doc files in src tarball has changed + * Mon Aug 28 2006 Matthew Miller - 2.6.3-2.6.3.2.3 - bump release for FC6 rebuild --- wxGTK-2.6.3.2-cvs.patch DELETED --- --- wxGTK-2.6.3.3-cvs.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 15 15:00:59 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Fri, 15 Dec 2006 10:00:59 -0500 Subject: rpms/wxPython/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxPython.spec, 1.13, 1.14 Message-ID: <200612151500.kBFF0x0i003510@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3489 Modified Files: .cvsignore sources wxPython.spec Log Message: Update to new 2.8.0.1 release. * Fri Dec 15 2006 Matthew Miller - 2.8.0.1-1 - update to 2.8.0.1 - make buildrequire wxGTK of version-wxpythonsubrelease - add wxaddons to filelist Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Apr 2006 21:09:03 -0000 1.5 +++ .cvsignore 15 Dec 2006 15:00:29 -0000 1.6 @@ -1 +1 @@ -wxPython-src-2.6.3.2.tar.gz +wxPython-src-2.8.0.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Apr 2006 21:09:03 -0000 1.5 +++ sources 15 Dec 2006 15:00:29 -0000 1.6 @@ -1 +1 @@ -a27546fab8a8d77eb6b67954e6362269 wxPython-src-2.6.3.2.tar.gz +5d4000fa5fc330519e882e6cc115b000 wxPython-src-2.8.0.1.tar.bz2 Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- wxPython.spec 11 Dec 2006 15:24:46 -0000 1.13 +++ wxPython.spec 15 Dec 2006 15:00:29 -0000 1.14 @@ -4,18 +4,18 @@ %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPython -Version: 2.6.3.2 -Release: 3%{?dist} +Version: 2.8.0.1 +Release: 1%{?dist} Summary: GUI toolkit for the Python programming language Group: Development/Languages License: LGPL URL: http://www.wxpython.org/ -Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.gz +Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: wxGTK-devel = 2.6.3, pkgconfig +BuildRequires: wxGTK-devel >= 2.8.0-2.8.0.1, pkgconfig BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: libGL-devel, libGLU-devel BuildRequires: python-devel, wxGTK-gl @@ -77,21 +77,27 @@ %{_bindir}/* %{python_sitearch}/wx.pth %{python_sitearch}/wxversion.py* -%dir %{python_sitearch}/wx-2.6-gtk2-unicode/ -%{python_sitearch}/wx-2.6-gtk2-unicode/wx -%{python_sitearch}/wx-2.6-gtk2-unicode/wxPython +%dir %{python_sitearch}/wx-2.8-gtk2-unicode/ +%{python_sitearch}/wx-2.8-gtk2-unicode/wx +%{python_sitearch}/wx-2.8-gtk2-unicode/wxPython +%{python_sitelib}/wxaddons %files devel %defattr(-,root,root,-) -%dir %{_includedir}/wx-2.6/wx/wxPython -%{_includedir}/wx-2.6/wx/wxPython/*.h -%dir %{_includedir}/wx-2.6/wx/wxPython/i_files -%{_includedir}/wx-2.6/wx/wxPython/i_files/*.i -%{_includedir}/wx-2.6/wx/wxPython/i_files/*.py* -%{_includedir}/wx-2.6/wx/wxPython/i_files/*.swg +%dir %{_includedir}/wx-2.8/wx/wxPython +%{_includedir}/wx-2.8/wx/wxPython/*.h +%dir %{_includedir}/wx-2.8/wx/wxPython/i_files +%{_includedir}/wx-2.8/wx/wxPython/i_files/*.i +%{_includedir}/wx-2.8/wx/wxPython/i_files/*.py* +%{_includedir}/wx-2.8/wx/wxPython/i_files/*.swg %changelog +* Fri Dec 15 2006 Matthew Miller - 2.8.0.1-1 +- update to 2.8.0.1 +- make buildrequire wxGTK of version-wxpythonsubrelease +- add wxaddons to filelist + * Mon Dec 11 2006 Matthew Miller - 2.6.3.2-3 - bump release for rebuild against python 2.5. From fedora-extras-commits at redhat.com Fri Dec 15 15:18:52 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Fri, 15 Dec 2006 10:18:52 -0500 Subject: rpms/wxGTK/devel wxGTK.spec,1.24,1.25 Message-ID: <200612151518.kBFFIqt9007015@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7000 Modified Files: wxGTK.spec Log Message: - buildrequires gettext Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- wxGTK.spec 15 Dec 2006 14:55:09 -0000 1.24 +++ wxGTK.spec 15 Dec 2006 15:18:22 -0000 1.25 @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.8.0 -Release: 2.8.0.1.1%{?dist} +Release: 2.8.0.1.2%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -23,7 +23,7 @@ BuildRequires: expat-devel, SDL-devel, libgnomeprintui22-devel BuildRequires: libGL-devel, libGLU-devel BuildRequires: gstreamer-devel >= 0.10 -BuildRequires: autoconf +BuildRequires: autoconf, gettext %if %{withodbc} BuildRequires: unixODBC-devel %endif @@ -213,6 +213,9 @@ %endif %changelog +* Fri Dec 15 2006 Matthew Miller - 2.8.0-2.8.0.1.2 +- buildrequires gettext + * Thu Dec 14 2006 Matthew Miller - 2.8.0-2.8.0.1.1 - patch to 2.8.0.1 wxPython subrelease (following upstream wxPython) from wxWidgets CVS From fedora-extras-commits at redhat.com Fri Dec 15 16:43:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 11:43:17 -0500 Subject: rpms/quodlibet/FC-6 quodlibet.spec,1.2,1.3 Message-ID: <200612151643.kBFGhHON010806@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10791 Modified Files: quodlibet.spec Log Message: Require python-CDDB Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/FC-6/quodlibet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quodlibet.spec 21 Nov 2006 13:45:08 -0000 1.2 +++ quodlibet.spec 15 Dec 2006 16:42:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: python-devel BuildRequires: pygtk2-devel -BuildRequires: python-ctypes BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: gettext @@ -27,6 +26,10 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig +%if %{fedora} <= 6 +BuildRequires: python-ctypes +%endif + Requires: python-mutagen >= 1.8 Requires: python >= 2.4 Requires: pygtk2 >= 2.8 @@ -38,6 +41,14 @@ # for Replay Gain plugin Requires: vorbisgain +%if %{fedora} > 6 +# for iPod device support +Requires: python-gpod +%endif + +# for CDDB plugin +Requires: python-CDDB + %description Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and @@ -122,6 +133,13 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.24-4 +- Require python-CDDB for CDDB plugin +- Conditionalize python-gpod support + +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 +- Require python-gpod for iPod device support + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.24-1 - Update to 0.24 From fedora-extras-commits at redhat.com Fri Dec 15 16:44:21 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 11:44:21 -0500 Subject: rpms/quodlibet/FC-5 quodlibet.spec,1.2,1.3 Message-ID: <200612151644.kBFGiL1u010865@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/quodlibet/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10850 Modified Files: quodlibet.spec Log Message: Require python-CDDB Index: quodlibet.spec =================================================================== RCS file: /cvs/extras/rpms/quodlibet/FC-5/quodlibet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quodlibet.spec 21 Nov 2006 13:46:04 -0000 1.2 +++ quodlibet.spec 15 Dec 2006 16:43:51 -0000 1.3 @@ -1,6 +1,6 @@ Name: quodlibet Version: 0.24 -Release: 1%{?dist} +Release: 4%{?dist} Summary: A music management program Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: python-devel BuildRequires: pygtk2-devel -BuildRequires: python-ctypes BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: gettext @@ -27,6 +26,10 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig +%if %{fedora} <= 6 +BuildRequires: python-ctypes +%endif + Requires: python-mutagen >= 1.8 Requires: python >= 2.4 Requires: pygtk2 >= 2.8 @@ -38,6 +41,14 @@ # for Replay Gain plugin Requires: vorbisgain +%if %{fedora} > 6 +# for iPod device support +Requires: python-gpod +%endif + +# for CDDB plugin +Requires: python-CDDB + %description Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and @@ -122,6 +133,13 @@ %{_mandir}/man1/quodlibet.1* %changelog +* Tue Dec 12 2006 Jeffrey C. Ollie - 0.24-4 +- Require python-CDDB for CDDB plugin +- Conditionalize python-gpod support + +* Mon Dec 11 2006 Jeffrey C. Ollie - 0.24-2 +- Require python-gpod for iPod device support + * Tue Nov 21 2006 Jeffrey C. Ollie - 0.24-1 - Update to 0.24 From fedora-extras-commits at redhat.com Fri Dec 15 19:18:35 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Fri, 15 Dec 2006 14:18:35 -0500 Subject: rpms/aumix/FC-5 aumix-fix-crackrock.patch, 1.1, 1.2 aumix.spec, 1.2, 1.3 Message-ID: <200612151918.kBFJIZvX020811@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/rpms/aumix/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20757/FC-5 Modified Files: aumix-fix-crackrock.patch aumix.spec Log Message: reworked crackrock patch to eliminate regression bug (bugzilla #219736) aumix-fix-crackrock.patch: Index: aumix-fix-crackrock.patch =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-5/aumix-fix-crackrock.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aumix-fix-crackrock.patch 13 Nov 2006 14:46:33 -0000 1.1 +++ aumix-fix-crackrock.patch 15 Dec 2006 19:18:05 -0000 1.2 @@ -1,6 +1,9 @@ ---- src/common.c.fix-crackrock Thu Dec 23 12:48:25 2004 -+++ src/common.c Thu Dec 23 12:51:59 2004 -@@ -19,6 +19,7 @@ +diff -NarU5 aumix-2.8.orig/src/common.c aumix-2.8/src/common.c +--- aumix-2.8.orig/src/common.c 2006-12-15 12:47:06.000000000 -0500 ++++ aumix-2.8/src/common.c 2006-12-15 14:17:06.000000000 -0500 +@@ -17,10 +17,11 @@ + * You should have received a copy of the GNU General Public License along with + * aumix; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307, USA. */ @@ -8,7 +11,11 @@ #include "common.h" #ifdef HAVE_CURSES #include "curses.h" -@@ -612,17 +612,16 @@ + #include "gpm-xterm.h" + #endif /* HAVE_CURSES */ +@@ -621,32 +622,33 @@ + } + int SetShowNoninter(int dev) { /* Change or display settings from the command line. */ @@ -16,7 +23,8 @@ + char *devstr; int change = 0, tmp, left, right; /* Increase or decrease levels, optionally by a number. */ - if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { +- if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { ++ if ((*optarg == '+') || (*optarg == '-')) { ErrorExitWarn(ReadLevel(dev, &tmp), 'e'); right = tmp >> 8; /* I'll take the high byte, */ left = tmp & 0xFF; /* and you take the low byte. */ @@ -24,9 +32,34 @@ - change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (atoi(&dest)) - change = atoi(&dest); +- if (*optarg == '+') { /* increase */ +- right += change; +- left += change; +- right = (right > MAXLEVEL) ? MAXLEVEL : right; +- left = (left > MAXLEVEL) ? MAXLEVEL : left; +- } else { /* decrease */ +- left -= change; +- right -= change; +- left = (left < 0) ? 0 : left; +- right = (right < 0) ? 0 : right; ++ + change = (int) strtol(optarg, NULL, 10); -+ if (errno) -+ change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (*optarg == '+') { /* increase */ - right += change; - left += change; ++ if (change == 0 && *(optarg + 1) != '0') { ++ /* For compat. w. 1.15 - 1.17: ++ assume 1 unless 0 given explicitly */ ++ change = (*optarg == '+') ? 1 : -1; + } ++ ++ right += change; ++ left += change; ++ ++ if (right < 0) right = 0; ++ if (left < 0) left = 0; ++ if (right > MAXLEVEL) right = MAXLEVEL; ++ if (left > MAXLEVEL) left = MAXLEVEL; ++ + tmp = left + (right << 8); + ErrorExitWarn(WriteLevel(dev, tmp), 'e'); /* Try to write new settings to the mixer. */ + return 0; + } + if ((*optarg == 'R') || (*optarg == 'P')) { Index: aumix.spec =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-5/aumix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aumix.spec 16 Nov 2006 20:18:42 -0000 1.2 +++ aumix.spec 15 Dec 2006 19:18:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: aumix Version: 2.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Audio mixer based on ncurses License: GPL Group: Applications/Multimedia @@ -22,7 +22,7 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 -%patch3 -p0 +%patch3 -p1 %patch4 -p0 %build @@ -48,6 +48,9 @@ %{_datadir}/aumix %changelog +* Fri Dec 15 2006 Gabriel L. Somlo 2.8-11 +- reworked crackrock patch to eliminate regression bug (bugzilla #219736) + * Thu Nov 16 2006 Gabriel L. Somlo 2.8-10 - bumped rel. to 10, to stop buildsys complaining about conflicts w. old FC3 package From fedora-extras-commits at redhat.com Fri Dec 15 19:18:35 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Fri, 15 Dec 2006 14:18:35 -0500 Subject: rpms/aumix/FC-6 aumix-fix-crackrock.patch, 1.1, 1.2 aumix.spec, 1.2, 1.3 Message-ID: <200612151918.kBFJIZ2N020815@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/rpms/aumix/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20757/FC-6 Modified Files: aumix-fix-crackrock.patch aumix.spec Log Message: reworked crackrock patch to eliminate regression bug (bugzilla #219736) aumix-fix-crackrock.patch: Index: aumix-fix-crackrock.patch =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-6/aumix-fix-crackrock.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aumix-fix-crackrock.patch 13 Nov 2006 14:46:33 -0000 1.1 +++ aumix-fix-crackrock.patch 15 Dec 2006 19:18:05 -0000 1.2 @@ -1,6 +1,9 @@ ---- src/common.c.fix-crackrock Thu Dec 23 12:48:25 2004 -+++ src/common.c Thu Dec 23 12:51:59 2004 -@@ -19,6 +19,7 @@ +diff -NarU5 aumix-2.8.orig/src/common.c aumix-2.8/src/common.c +--- aumix-2.8.orig/src/common.c 2006-12-15 12:47:06.000000000 -0500 ++++ aumix-2.8/src/common.c 2006-12-15 14:17:06.000000000 -0500 +@@ -17,10 +17,11 @@ + * You should have received a copy of the GNU General Public License along with + * aumix; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307, USA. */ @@ -8,7 +11,11 @@ #include "common.h" #ifdef HAVE_CURSES #include "curses.h" -@@ -612,17 +612,16 @@ + #include "gpm-xterm.h" + #endif /* HAVE_CURSES */ +@@ -621,32 +622,33 @@ + } + int SetShowNoninter(int dev) { /* Change or display settings from the command line. */ @@ -16,7 +23,8 @@ + char *devstr; int change = 0, tmp, left, right; /* Increase or decrease levels, optionally by a number. */ - if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { +- if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { ++ if ((*optarg == '+') || (*optarg == '-')) { ErrorExitWarn(ReadLevel(dev, &tmp), 'e'); right = tmp >> 8; /* I'll take the high byte, */ left = tmp & 0xFF; /* and you take the low byte. */ @@ -24,9 +32,34 @@ - change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (atoi(&dest)) - change = atoi(&dest); +- if (*optarg == '+') { /* increase */ +- right += change; +- left += change; +- right = (right > MAXLEVEL) ? MAXLEVEL : right; +- left = (left > MAXLEVEL) ? MAXLEVEL : left; +- } else { /* decrease */ +- left -= change; +- right -= change; +- left = (left < 0) ? 0 : left; +- right = (right < 0) ? 0 : right; ++ + change = (int) strtol(optarg, NULL, 10); -+ if (errno) -+ change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (*optarg == '+') { /* increase */ - right += change; - left += change; ++ if (change == 0 && *(optarg + 1) != '0') { ++ /* For compat. w. 1.15 - 1.17: ++ assume 1 unless 0 given explicitly */ ++ change = (*optarg == '+') ? 1 : -1; + } ++ ++ right += change; ++ left += change; ++ ++ if (right < 0) right = 0; ++ if (left < 0) left = 0; ++ if (right > MAXLEVEL) right = MAXLEVEL; ++ if (left > MAXLEVEL) left = MAXLEVEL; ++ + tmp = left + (right << 8); + ErrorExitWarn(WriteLevel(dev, tmp), 'e'); /* Try to write new settings to the mixer. */ + return 0; + } + if ((*optarg == 'R') || (*optarg == 'P')) { Index: aumix.spec =================================================================== RCS file: /cvs/extras/rpms/aumix/FC-6/aumix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aumix.spec 16 Nov 2006 20:17:33 -0000 1.2 +++ aumix.spec 15 Dec 2006 19:18:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: aumix Version: 2.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Audio mixer based on ncurses License: GPL Group: Applications/Multimedia @@ -22,7 +22,7 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 -%patch3 -p0 +%patch3 -p1 %patch4 -p0 %build @@ -48,6 +48,9 @@ %{_datadir}/aumix %changelog +* Fri Dec 15 2006 Gabriel L. Somlo 2.8-11 +- reworked crackrock patch to eliminate regression bug (bugzilla #219736) + * Thu Nov 16 2006 Gabriel L. Somlo 2.8-10 - bumped rel. to 10, to stop buildsys complaining about conflicts w. old FC3 package From fedora-extras-commits at redhat.com Fri Dec 15 19:18:41 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Fri, 15 Dec 2006 14:18:41 -0500 Subject: rpms/aumix/devel aumix-fix-crackrock.patch, 1.1, 1.2 aumix.spec, 1.2, 1.3 Message-ID: <200612151918.kBFJIf7G020817@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/rpms/aumix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20757/devel Modified Files: aumix-fix-crackrock.patch aumix.spec Log Message: reworked crackrock patch to eliminate regression bug (bugzilla #219736) aumix-fix-crackrock.patch: Index: aumix-fix-crackrock.patch =================================================================== RCS file: /cvs/extras/rpms/aumix/devel/aumix-fix-crackrock.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aumix-fix-crackrock.patch 13 Nov 2006 14:46:33 -0000 1.1 +++ aumix-fix-crackrock.patch 15 Dec 2006 19:18:11 -0000 1.2 @@ -1,6 +1,9 @@ ---- src/common.c.fix-crackrock Thu Dec 23 12:48:25 2004 -+++ src/common.c Thu Dec 23 12:51:59 2004 -@@ -19,6 +19,7 @@ +diff -NarU5 aumix-2.8.orig/src/common.c aumix-2.8/src/common.c +--- aumix-2.8.orig/src/common.c 2006-12-15 12:47:06.000000000 -0500 ++++ aumix-2.8/src/common.c 2006-12-15 14:17:06.000000000 -0500 +@@ -17,10 +17,11 @@ + * You should have received a copy of the GNU General Public License along with + * aumix; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307, USA. */ @@ -8,7 +11,11 @@ #include "common.h" #ifdef HAVE_CURSES #include "curses.h" -@@ -612,17 +612,16 @@ + #include "gpm-xterm.h" + #endif /* HAVE_CURSES */ +@@ -621,32 +622,33 @@ + } + int SetShowNoninter(int dev) { /* Change or display settings from the command line. */ @@ -16,7 +23,8 @@ + char *devstr; int change = 0, tmp, left, right; /* Increase or decrease levels, optionally by a number. */ - if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { +- if (!strncmp(optarg, "+", 1) || !strncmp(optarg, "-", 1)) { ++ if ((*optarg == '+') || (*optarg == '-')) { ErrorExitWarn(ReadLevel(dev, &tmp), 'e'); right = tmp >> 8; /* I'll take the high byte, */ left = tmp & 0xFF; /* and you take the low byte. */ @@ -24,9 +32,34 @@ - change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (atoi(&dest)) - change = atoi(&dest); +- if (*optarg == '+') { /* increase */ +- right += change; +- left += change; +- right = (right > MAXLEVEL) ? MAXLEVEL : right; +- left = (left > MAXLEVEL) ? MAXLEVEL : left; +- } else { /* decrease */ +- left -= change; +- right -= change; +- left = (left < 0) ? 0 : left; +- right = (right < 0) ? 0 : right; ++ + change = (int) strtol(optarg, NULL, 10); -+ if (errno) -+ change = 1; /* For compatibility with versions 1.15 to 1.17, assume one if no number was given. */ - if (*optarg == '+') { /* increase */ - right += change; - left += change; ++ if (change == 0 && *(optarg + 1) != '0') { ++ /* For compat. w. 1.15 - 1.17: ++ assume 1 unless 0 given explicitly */ ++ change = (*optarg == '+') ? 1 : -1; + } ++ ++ right += change; ++ left += change; ++ ++ if (right < 0) right = 0; ++ if (left < 0) left = 0; ++ if (right > MAXLEVEL) right = MAXLEVEL; ++ if (left > MAXLEVEL) left = MAXLEVEL; ++ + tmp = left + (right << 8); + ErrorExitWarn(WriteLevel(dev, tmp), 'e'); /* Try to write new settings to the mixer. */ + return 0; + } + if ((*optarg == 'R') || (*optarg == 'P')) { Index: aumix.spec =================================================================== RCS file: /cvs/extras/rpms/aumix/devel/aumix.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aumix.spec 16 Nov 2006 20:15:59 -0000 1.2 +++ aumix.spec 15 Dec 2006 19:18:11 -0000 1.3 @@ -1,6 +1,6 @@ Name: aumix Version: 2.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Audio mixer based on ncurses License: GPL Group: Applications/Multimedia @@ -22,7 +22,7 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 -%patch3 -p0 +%patch3 -p1 %patch4 -p0 %build @@ -48,6 +48,9 @@ %{_datadir}/aumix %changelog +* Fri Dec 15 2006 Gabriel L. Somlo 2.8-11 +- reworked crackrock patch to eliminate regression bug (bugzilla #219736) + * Thu Nov 16 2006 Gabriel L. Somlo 2.8-10 - bumped rel. to 10, to stop buildsys complaining about conflicts w. old FC3 package From fedora-extras-commits at redhat.com Fri Dec 15 19:44:52 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 14:44:52 -0500 Subject: rpms/lilypond/FC-5 lilypond-2.10.2-configure.patch, NONE, 1.1 lilypond.spec, 1.10, 1.11 Message-ID: <200612151944.kBFJiq2S021287@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21269 Modified Files: lilypond.spec Added Files: lilypond-2.10.2-configure.patch Log Message: Fix broken configure script (it wants guile>=1.6.7, and incorrectly get the version as 1.6 and fails.) lilypond-2.10.2-configure.patch: --- NEW FILE lilypond-2.10.2-configure.patch --- --- lilypond-2.10.2/configure 2006-12-11 18:14:04.000000000 -0600 +++ lilypond-2.10.2.new/configure 2006-12-15 07:44:30.000000000 -0600 @@ -7311,7 +7311,7 @@ ## grab the first version number in --version output. eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '\(^\| \)[0-9][0-9]*\.[0-9]' \ | head -n 1 \ - | tr ' ' '\n' | sed 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/g' | grep '\(^\| \)[0-9][0-9]*\.[0-9]' | head -n 1\`\" + | tr ' ' '\n' | grep '[0-9]\.[0-9]' | head -n 1 | sed 's/\([0-9.]*\).*/\1/g'\`\" if test -z "$_ver"; then ## If empty, try date [fontforge] Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- lilypond.spec 13 Dec 2006 15:08:02 -0000 1.10 +++ lilypond.spec 15 Dec 2006 19:44:22 -0000 1.11 @@ -1,12 +1,13 @@ Name: lilypond Version: 2.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing License: GPL URL: http://www.lilypond.org Source0: http://www.lilypond.org/download/v2.8/%{name}-%{version}.tar.gz +Patch0: lilypond-2.10.2-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ghostscript >= 8.15 @@ -29,6 +30,7 @@ %prep %setup -q +%patch0 -p1 %build @@ -90,6 +92,9 @@ %changelog +* Fri Dec 15 2006 Quentin Spencer 2.10.2-2 +- Patch broken configure script (it thinks guile 1.6.7 is 1.6 and fails). + * Tue Dec 13 2006 Quentin Spencer 2.10.2-1 - Upgrade to 2.10.2. Fixes bug 219254. - Update build requirements for 2.10.x. From fedora-extras-commits at redhat.com Fri Dec 15 19:52:09 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 15 Dec 2006 14:52:09 -0500 Subject: rpms/perl-Wx/devel perl-Wx.spec,1.7,1.8 Message-ID: <200612151952.kBFJq988021361@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21346 Modified Files: perl-Wx.spec Log Message: Rebuild (wxGTK 2.8.0). Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Wx.spec 7 Dec 2006 17:07:23 -0000 1.7 +++ perl-Wx.spec 15 Dec 2006 19:51:39 -0000 1.8 @@ -6,7 +6,7 @@ Name: perl-Wx Version: 0.65 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries @@ -81,6 +81,9 @@ %changelog +* Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 +- Rebuild (wxGTK 2.8.0). + * Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 - Update to 0.65. From fedora-extras-commits at redhat.com Fri Dec 15 19:55:16 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 14:55:16 -0500 Subject: rpms/lilypond/FC-6 .cvsignore, 1.8, 1.9 lilypond.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612151955.kBFJtGSH021469@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21445 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Fix bug #219400 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Dec 2006 14:26:10 -0000 1.8 +++ .cvsignore 15 Dec 2006 19:54:46 -0000 1.9 @@ -1 +1 @@ -lilypond-2.10.1.tar.gz +lilypond-2.10.2.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/lilypond.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lilypond.spec 6 Dec 2006 14:26:10 -0000 1.8 +++ lilypond.spec 15 Dec 2006 19:54:46 -0000 1.9 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.1 -Release: 1%{?dist} +Version: 2.10.2 +Release: 2%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -66,13 +66,13 @@ %post -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %files -f %{name}.lang @@ -90,6 +90,10 @@ %changelog +* Wed Dec 13 2006 Quentin Spencer 2.10.2-2 +- New release. +- Fix bug 219400. + * Wed Dec 6 2006 Quentin Spencer 2.10.1-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Dec 2006 14:26:10 -0000 1.8 +++ sources 15 Dec 2006 19:54:46 -0000 1.9 @@ -1 +1 @@ -b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz +604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 19:57:58 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 14:57:58 -0500 Subject: rpms/lilypond/devel .cvsignore, 1.8, 1.9 lilypond.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612151957.kBFJvwLA021562@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21541 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Fix bug #219400 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 4 Dec 2006 22:21:07 -0000 1.8 +++ .cvsignore 15 Dec 2006 19:57:28 -0000 1.9 @@ -1 +1 @@ -lilypond-2.10.1.tar.gz +lilypond-2.10.2.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lilypond.spec 4 Dec 2006 22:21:07 -0000 1.8 +++ lilypond.spec 15 Dec 2006 19:57:28 -0000 1.9 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.1 -Release: 1%{?dist} +Version: 2.10.2 +Release: 2%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -66,13 +66,13 @@ %post -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : +/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : %files -f %{name}.lang @@ -90,6 +90,10 @@ %changelog +* Wed Dec 13 2006 Quentin Spencer 2.10.2-2 +- New release. +- Fix bug 219400. + * Mon Dec 4 2006 Quentin Spencer 2.10.1-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Dec 2006 22:21:07 -0000 1.8 +++ sources 15 Dec 2006 19:57:28 -0000 1.9 @@ -1 +1 @@ -b9f1de890e35b350a66a5bf72c0df8cc lilypond-2.10.1.tar.gz +604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 20:09:13 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 15 Dec 2006 15:09:13 -0500 Subject: rpms/dates/devel .cvsignore, 1.2, 1.3 dates.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200612152009.kBFK9Dhr024783@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24759 Modified Files: .cvsignore dates.spec sources Log Message: Bump for 0.2 Comment out automake stuff as we aren't building from a snapshot anymore. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dates/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Aug 2006 15:27:47 -0000 1.2 +++ .cvsignore 15 Dec 2006 20:08:43 -0000 1.3 @@ -1 +1 @@ -dates-0.1svn.tar.gz +dates-0.2.tar.gz Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dates.spec 30 Oct 2006 18:41:01 -0000 1.5 +++ dates.spec 15 Dec 2006 20:08:43 -0000 1.6 @@ -1,13 +1,12 @@ Name: dates -Version: 0.1 -Release: 5.20060813svn%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/dates -#Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}svn.tar.gz +Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig @@ -15,9 +14,9 @@ BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils intltool gettext # Needed for svn snapshot -BuildRequires: automake gnome-common libtool intltool gettext +#BuildRequires: automake gnome-common libtool %description @@ -40,11 +39,11 @@ %prep -%setup -n %{name}-%{version}svn -q +%setup -n %{name}-%{version} -q %build -./autogen.sh +#./autogen.sh %configure make %{?_smp_mflags} @@ -105,6 +104,9 @@ %changelog +* Fri Dec 15 2006 Jesse Keating - 0.2-1 +- new upstream release + * Mon Oct 30 2006 Jesse Keating - 0.1-5.20060813svn - rebuild for new eds Index: sources =================================================================== RCS file: /cvs/extras/rpms/dates/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Aug 2006 15:27:47 -0000 1.2 +++ sources 15 Dec 2006 20:08:43 -0000 1.3 @@ -1 +1 @@ -6a8acb77f7e907d846669efd3e564208 dates-0.1svn.tar.gz +16c6ddbd6d066440241d9c74e589f720 dates-0.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 20:12:26 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 15 Dec 2006 15:12:26 -0500 Subject: rpms/lilypond-doc/FC-5 .cvsignore, 1.5, 1.6 lilypond-doc.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612152012.kBFKCQGU024879@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24856 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: Update to 2.10.x documentation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 10 Oct 2006 13:35:34 -0000 1.5 +++ .cvsignore 15 Dec 2006 20:11:56 -0000 1.6 @@ -1 +1 @@ -lilypond-2.8.7-1.documentation.tar.bz2 +lilypond-2.10.2-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/lilypond-doc.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lilypond-doc.spec 10 Oct 2006 13:35:34 -0000 1.4 +++ lilypond-doc.spec 15 Dec 2006 20:11:56 -0000 1.5 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.8.7 +Version: 2.10.2 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -43,6 +43,9 @@ %changelog +* Fri Dec 15 2006 Quentin Spencer 2.10.2-1 +- Update to 2.10.x documentation. + * Tue Oct 10 2006 Quentin Spencer 2.8.7-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 10 Oct 2006 13:35:34 -0000 1.5 +++ sources 15 Dec 2006 20:11:56 -0000 1.6 @@ -1 +1 @@ -492b1b59b1b66e8c74c0551ec2137d65 lilypond-2.8.7-1.documentation.tar.bz2 +440a0edf2e33e71033658ee385f86521 lilypond-2.10.2-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 20:35:48 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 15 Dec 2006 15:35:48 -0500 Subject: rpms/contacts/devel .cvsignore, 1.3, 1.4 contacts.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612152035.kBFKZmR2025042@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25023 Modified Files: .cvsignore contacts.spec sources Log Message: bump for 0.2; comment out automake crud Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Aug 2006 20:57:41 -0000 1.3 +++ .cvsignore 15 Dec 2006 20:35:18 -0000 1.4 @@ -1 +1 @@ -contacts-0.1svn.tar.gz +contacts-0.2.tar.gz Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- contacts.spec 30 Oct 2006 18:28:15 -0000 1.7 +++ contacts.spec 15 Dec 2006 20:35:18 -0000 1.8 @@ -1,13 +1,12 @@ Name: contacts -Version: 0.1 -Release: 6.20060813svn%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Contacts addressbook Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -#Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}svn.tar.gz +Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 Requires(post): GConf2 @@ -15,9 +14,9 @@ BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils intltool gettext # Needed for svn snapshot -BuildRequires: automake gnome-common libtool intltool gettext +#BuildRequires: automake gnome-common libtool %description Contacts is a small, lightweight addressbook that uses libebook. @@ -27,11 +26,11 @@ devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs. %prep -%setup -n %{name}-%{version}svn -q +%setup -n %{name}-%{version} -q %build -./autogen.sh +#./autogen.sh %configure make %{?_smp_mflags} @@ -88,6 +87,9 @@ %changelog +* Fri Dec 15 2006 Jesse Keating - 0.2-1 +- build for 0.2 + * Mon Oct 30 2006 Jesse Keating - 0.1-6.20060813svn - rebuild for new eds Index: sources =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Aug 2006 20:57:41 -0000 1.3 +++ sources 15 Dec 2006 20:35:18 -0000 1.4 @@ -1 +1 @@ -e73ce65a752ab7b4138c6118ace09132 contacts-0.1svn.tar.gz +ad8a4297af14930d45a56d17b39cf0d5 contacts-0.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 15 20:51:16 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Fri, 15 Dec 2006 15:51:16 -0500 Subject: rpms/flow-tools/devel flow-tools.spec,1.12,1.13 Message-ID: <200612152051.kBFKpGEG025164@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/flow-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25149 Modified Files: flow-tools.spec Log Message: automated bump and rebuild Index: flow-tools.spec =================================================================== RCS file: /cvs/extras/rpms/flow-tools/devel/flow-tools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- flow-tools.spec 15 Dec 2006 05:03:47 -0000 1.12 +++ flow-tools.spec 15 Dec 2006 20:50:46 -0000 1.13 @@ -1,7 +1,7 @@ Version: 0.68 Name: flow-tools Summary: Tool set for working with NetFlow data -Release: 13%{?dist} +Release: 14%{?dist} Group: Applications/System License: BSD URL: http://www.splintered.net/sw/flow-tools/ @@ -94,6 +94,9 @@ %{_includedir}/*.h %changelog +* Fri Dec 15 2006 Paul P. Komkoff Jr +- rebuilt + * Thu Dec 14 2006 Jason L Tibbitts III - 0.68-13 - Rebuild for new Postgres From fedora-extras-commits at redhat.com Fri Dec 15 23:08:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 15 Dec 2006 18:08:28 -0500 Subject: rpms/XaraLX import.log,1.10,1.11 Message-ID: <200612152308.kBFN8Sqb002462@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2428 Modified Files: import.log Log Message: auto-import XaraLX-0.7-9.r1764 on branch devel from XaraLX-0.7-9.r1764.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 14 Oct 2006 21:19:27 -0000 1.10 +++ import.log 15 Dec 2006 23:07:58 -0000 1.11 @@ -7,3 +7,4 @@ XaraLX-0_7-6_r1759:FC-5:XaraLX-0.7-6.r1759.src.rpm:1158877686 XaraLX-0_7-8_r1763:HEAD:XaraLX-0.7-8.r1763.src.rpm:1160860676 XaraLX-0_7-8_r1763:FC-5:XaraLX-0.7-8.r1763.src.rpm:1160860750 +XaraLX-0_7-9_r1764:HEAD:XaraLX-0.7-9.r1764.src.rpm:1166224460 From fedora-extras-commits at redhat.com Fri Dec 15 23:08:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 15 Dec 2006 18:08:28 -0500 Subject: rpms/XaraLX/devel .cvsignore, 1.6, 1.7 XaraLX.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612152308.kBFN8SsC002467@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2428/devel Modified Files: .cvsignore XaraLX.spec sources Log Message: auto-import XaraLX-0.7-9.r1764 on branch devel from XaraLX-0.7-9.r1764.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 14 Oct 2006 21:18:11 -0000 1.6 +++ .cvsignore 15 Dec 2006 23:07:58 -0000 1.7 @@ -1 +1 @@ -XaraLX-0.7r1763.tar.bz2 +XaraLX-0.7r1764.tar.bz2 Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/XaraLX.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- XaraLX.spec 14 Oct 2006 21:18:11 -0000 1.7 +++ XaraLX.spec 15 Dec 2006 23:07:58 -0000 1.8 @@ -1,9 +1,9 @@ -%define buildRev r1763 +%define buildRev r1764 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 8%{?dist}.%{buildRev} +Release: 9%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -90,6 +90,10 @@ %{_docdir}/XaraLX/examples %changelog +* Fri Dec 15 2006 Paul F. Johnson 0.7-9.r1764 +- bump +- rebuild + * Sat Oct 14 2006 Paul F. Johnson 0.7-8.r1763 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 14 Oct 2006 21:18:11 -0000 1.6 +++ sources 15 Dec 2006 23:07:58 -0000 1.7 @@ -1 +1 @@ -b9cbc4716601101956e0fe50b5717980 XaraLX-0.7r1763.tar.bz2 +8c1215870e08545882dd453bc7fbfa52 XaraLX-0.7r1764.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 15 23:42:17 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Fri, 15 Dec 2006 18:42:17 -0500 Subject: owners owners.list,1.2114,1.2115 Message-ID: <200612152342.kBFNgH4P002831@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2816 Modified Files: owners.list Log Message: remove gary_lerhaupt from dkms Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2114 retrieving revision 1.2115 diff -u -r1.2114 -r1.2115 --- owners.list 14 Dec 2006 23:20:16 -0000 1.2114 +++ owners.list 15 Dec 2006 23:41:47 -0000 1.2115 @@ -329,7 +329,7 @@ Fedora Extras|dirvish|Fast, disk based, rotating network backup system|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|Django|A high-level Python Web framework|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|djvulibre|DjVu viewers, encoders and utilities|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|dkms|Dynamic Kernel Module Support (DKMS) method for installing module RPMS|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|tcallawa at redhat.com,gary_lerhaupt at dell.com +Fedora Extras|dkms|Dynamic Kernel Module Support (DKMS) method for installing module RPMS|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|tcallawa at redhat.com Fedora Extras|dnsmasq|A lightweight DHCP/caching DNS server|jima at beer.tclug.org|extras-qa at fedoraproject.org| Fedora Extras|docbook2X|Convert docbook into man and Texinfo|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|doctorj|Java source code analyzer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 00:38:27 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 15 Dec 2006 19:38:27 -0500 Subject: rpms/nazghul/devel .cvsignore, 1.4, 1.5 nazghul.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200612160038.kBG0cRFN006429@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/nazghul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6405 Modified Files: .cvsignore nazghul.spec sources Log Message: * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-1 - Update to 0.5.5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Jun 2006 04:01:22 -0000 1.4 +++ .cvsignore 16 Dec 2006 00:37:57 -0000 1.5 @@ -1 +1 @@ -nazghul-0.5.4.tar.gz +nazghul-0.5.5.tar.gz Index: nazghul.spec =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nazghul.spec 1 Sep 2006 01:01:42 -0000 1.7 +++ nazghul.spec 16 Dec 2006 00:37:57 -0000 1.8 @@ -1,6 +1,6 @@ Name: nazghul -Version: 0.5.4 -Release: 2%{?dist} +Version: 0.5.5 +Release: 1%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games @@ -79,6 +79,9 @@ %changelog +* Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-1 +- Update to 0.5.5. + * Thu Aug 31 2006 Jason L Tibbitts III - 0.5.4-2 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Jun 2006 04:01:22 -0000 1.4 +++ sources 16 Dec 2006 00:37:57 -0000 1.5 @@ -1 +1 @@ -fa94fa1f82dbdf61e1544dbe1cdeecf1 nazghul-0.5.4.tar.gz +8ab410c2fe7ba8827898d2604a18372a nazghul-0.5.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 00:56:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:33 -0500 Subject: rpms/perl-POE-Filter-Zlib Makefile,1.3,1.4 Message-ID: <200612160056.kBG0uXhD006755@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693 Modified Files: Makefile Log Message: Update to 1.8 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 30 Sep 2006 00:30:53 -0000 1.3 +++ Makefile 16 Dec 2006 00:56:03 -0000 1.4 @@ -2,15 +2,14 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + # tag & build all non-legacy branches... -# this is clearly a non-optimal solution; to my knowledge there is no way to -# currently determine if a branch is legacy or not (and this module is -# frequently updated). Correction on this point welcomed :) build-all : - @echo WARNING: building for devel and FC-5 + @echo NOTICE: building for ${BRANCHES} @sleep 5s - @cd FC-5 && make tag && make plague - @cd devel && test -f dead.package || ( make tag && make plague ) + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Sat Dec 16 00:56:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:33 -0500 Subject: rpms/perl-POE-Filter-Zlib/FC-5 perl-POE-Filter-Zlib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612160056.kBG0uXeZ006759@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693/FC-5 Modified Files: perl-POE-Filter-Zlib.spec sources Log Message: Update to 1.8 Index: perl-POE-Filter-Zlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-5/perl-POE-Filter-Zlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Filter-Zlib.spec 30 Sep 2006 00:30:20 -0000 1.5 +++ perl-POE-Filter-Zlib.spec 16 Dec 2006 00:56:03 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-Zlib -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: POE filter wrapped around Compress::Zlib @@ -63,7 +63,10 @@ %{_mandir}/man3/* %changelog -* Fri Sep 29 2006 Chris Weyl +* Fri Dec 15 2006 Chris Weyl 1.8-1 +- update to 1.8 + +* Fri Sep 29 2006 Chris Weyl 1.7-1 - update to 1.7, basically just clarifies some licensing bits * Wed Sep 13 2006 Chris Weyl 1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Sep 2006 00:30:20 -0000 1.5 +++ sources 16 Dec 2006 00:56:03 -0000 1.6 @@ -1 +1 @@ -ae4fc1bb2dc848fd38f8ff9e75012e34 POE-Filter-Zlib-1.7.tar.gz +0540cc706132394368672a021e57e6ba POE-Filter-Zlib-1.8.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 00:56:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:39 -0500 Subject: rpms/perl-POE-Filter-Zlib/devel .cvsignore, 1.5, 1.6 perl-POE-Filter-Zlib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612160056.kBG0udlk006768@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693/devel Modified Files: .cvsignore perl-POE-Filter-Zlib.spec sources Log Message: Update to 1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 Sep 2006 00:30:20 -0000 1.5 +++ .cvsignore 16 Dec 2006 00:56:09 -0000 1.6 @@ -1 +1 @@ -POE-Filter-Zlib-1.7.tar.gz +POE-Filter-Zlib-1.8.tar.gz Index: perl-POE-Filter-Zlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/perl-POE-Filter-Zlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Filter-Zlib.spec 30 Sep 2006 00:30:20 -0000 1.5 +++ perl-POE-Filter-Zlib.spec 16 Dec 2006 00:56:09 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-Zlib -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: POE filter wrapped around Compress::Zlib @@ -63,7 +63,10 @@ %{_mandir}/man3/* %changelog -* Fri Sep 29 2006 Chris Weyl +* Fri Dec 15 2006 Chris Weyl 1.8-1 +- update to 1.8 + +* Fri Sep 29 2006 Chris Weyl 1.7-1 - update to 1.7, basically just clarifies some licensing bits * Wed Sep 13 2006 Chris Weyl 1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Sep 2006 00:30:20 -0000 1.5 +++ sources 16 Dec 2006 00:56:09 -0000 1.6 @@ -1 +1 @@ -ae4fc1bb2dc848fd38f8ff9e75012e34 POE-Filter-Zlib-1.7.tar.gz +0540cc706132394368672a021e57e6ba POE-Filter-Zlib-1.8.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 00:56:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 19:56:38 -0500 Subject: rpms/perl-POE-Filter-Zlib/FC-6 perl-POE-Filter-Zlib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612160056.kBG0ucp2006763@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6693/FC-6 Modified Files: perl-POE-Filter-Zlib.spec sources Log Message: Update to 1.8 Index: perl-POE-Filter-Zlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-6/perl-POE-Filter-Zlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Filter-Zlib.spec 30 Sep 2006 00:30:20 -0000 1.5 +++ perl-POE-Filter-Zlib.spec 16 Dec 2006 00:56:08 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-POE-Filter-Zlib -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: POE filter wrapped around Compress::Zlib @@ -63,7 +63,10 @@ %{_mandir}/man3/* %changelog -* Fri Sep 29 2006 Chris Weyl +* Fri Dec 15 2006 Chris Weyl 1.8-1 +- update to 1.8 + +* Fri Sep 29 2006 Chris Weyl 1.7-1 - update to 1.7, basically just clarifies some licensing bits * Wed Sep 13 2006 Chris Weyl 1.6-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Sep 2006 00:30:20 -0000 1.5 +++ sources 16 Dec 2006 00:56:08 -0000 1.6 @@ -1 +1 @@ -ae4fc1bb2dc848fd38f8ff9e75012e34 POE-Filter-Zlib-1.7.tar.gz +0540cc706132394368672a021e57e6ba POE-Filter-Zlib-1.8.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:02:15 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 20:02:15 -0500 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612160102.kBG12Fkk010048@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10001/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to latest version Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 +++ perl-POE-Component-IRC.spec 16 Dec 2006 01:01:45 -0000 1.14 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.14 +Version: 5.17 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Fri Dec 15 2006 Chris Weyl 5.17-1 +- update to 5.17 + * Tue Dec 05 2006 Chris Weyl 5.14-1 - update to 5.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Dec 2006 16:32:40 -0000 1.12 +++ sources 16 Dec 2006 01:01:45 -0000 1.13 @@ -1 +1 @@ -d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz +67bc06ca22812e03fe3eac8df740c4a9 POE-Component-IRC-5.17.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:02:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 20:02:16 -0500 Subject: rpms/perl-POE-Component-IRC/FC-6 perl-POE-Component-IRC.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612160102.kBG12GNV010052@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10001/FC-6 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to latest version Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/perl-POE-Component-IRC.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-POE-Component-IRC.spec 5 Dec 2006 16:32:40 -0000 1.13 +++ perl-POE-Component-IRC.spec 16 Dec 2006 01:01:45 -0000 1.14 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.14 +Version: 5.17 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Fri Dec 15 2006 Chris Weyl 5.17-1 +- update to 5.17 + * Tue Dec 05 2006 Chris Weyl 5.14-1 - update to 5.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Dec 2006 16:32:40 -0000 1.12 +++ sources 16 Dec 2006 01:01:45 -0000 1.13 @@ -1 +1 @@ -d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz +67bc06ca22812e03fe3eac8df740c4a9 POE-Component-IRC-5.17.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:02:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 15 Dec 2006 20:02:21 -0500 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.12, 1.13 perl-POE-Component-IRC.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612160102.kBG12Lac010057@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10001/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Dec 2006 16:32:46 -0000 1.12 +++ .cvsignore 16 Dec 2006 01:01:51 -0000 1.13 @@ -1 +1 @@ -POE-Component-IRC-5.14.tar.gz +POE-Component-IRC-5.17.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-POE-Component-IRC.spec 5 Dec 2006 16:32:46 -0000 1.13 +++ perl-POE-Component-IRC.spec 16 Dec 2006 01:01:51 -0000 1.14 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.14 +Version: 5.17 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -78,6 +78,9 @@ %changelog +* Fri Dec 15 2006 Chris Weyl 5.17-1 +- update to 5.17 + * Tue Dec 05 2006 Chris Weyl 5.14-1 - update to 5.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Dec 2006 16:32:46 -0000 1.12 +++ sources 16 Dec 2006 01:01:51 -0000 1.13 @@ -1 +1 @@ -d258aa4d8fa425e014798c32e263c6e0 POE-Component-IRC-5.14.tar.gz +67bc06ca22812e03fe3eac8df740c4a9 POE-Component-IRC-5.17.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 01:48:59 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 15 Dec 2006 20:48:59 -0500 Subject: rpms/nazghul/devel nazghul.spec,1.8,1.9 Message-ID: <200612160148.kBG1mxF7010322@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/nazghul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10307 Modified Files: nazghul.spec Log Message: * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-2 - Add libpng-devel build dependency. Index: nazghul.spec =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nazghul.spec 16 Dec 2006 00:37:57 -0000 1.8 +++ nazghul.spec 16 Dec 2006 01:48:29 -0000 1.9 @@ -1,6 +1,6 @@ Name: nazghul Version: 0.5.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games @@ -13,7 +13,7 @@ Source2: haxima.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL_image-devel, desktop-file-utils +BuildRequires: SDL_image-devel, desktop-file-utils, libpng-devel %description Nazghul is an old-school RPG engine modeled after those made in the @@ -79,6 +79,9 @@ %changelog +* Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-2 +- Add libpng-devel build dependency. + * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-1 - Update to 0.5.5. From fedora-extras-commits at redhat.com Sat Dec 16 02:21:56 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 15 Dec 2006 21:21:56 -0500 Subject: rpms/perl-Alien-wxWidgets/devel perl-Alien-wxWidgets.spec,1.7,1.8 Message-ID: <200612160221.kBG2Lugc013541@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13526 Modified Files: perl-Alien-wxWidgets.spec Log Message: Rebuild (wxGTK 2.8.0). Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Alien-wxWidgets.spec 11 Nov 2006 15:04:35 -0000 1.7 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 02:21:26 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets Version: 0.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 +- Rebuild (wxGTK 2.8.0). + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.25-1 - Update to 0.25. From fedora-extras-commits at redhat.com Sat Dec 16 02:50:44 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:50:44 -0500 Subject: rpms/xarchiver - New directory Message-ID: <200612160250.kBG2oi7O013745@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741/xarchiver Log Message: Directory /cvs/extras/rpms/xarchiver added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:50:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:50:49 -0500 Subject: rpms/xarchiver/devel - New directory Message-ID: <200612160250.kBG2onht013759@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741/xarchiver/devel Log Message: Directory /cvs/extras/rpms/xarchiver/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:51:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:51:11 -0500 Subject: rpms/xarchiver Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612160251.kBG2pBFq013788@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13782 Added Files: Makefile import.log Log Message: Setup of module xarchiver --- NEW FILE Makefile --- # Top level Makefile for module xarchiver all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 02:51:16 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:51:16 -0500 Subject: rpms/xarchiver/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612160251.kBG2pGx5013803@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13782/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xarchiver --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 02:52:46 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:52:46 -0500 Subject: rpms/xarchiver import.log,1.1,1.2 Message-ID: <200612160252.kBG2qkGw013887@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13850 Modified Files: import.log Log Message: auto-import xarchiver-0.4.9-0.1.20061213svn.fc6 on branch devel from xarchiver-0.4.9-0.1.20061213svn.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xarchiver/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 02:51:11 -0000 1.1 +++ import.log 16 Dec 2006 02:52:16 -0000 1.2 @@ -0,0 +1 @@ +xarchiver-0_4_9-0_1_20061213svn_fc6:HEAD:xarchiver-0.4.9-0.1.20061213svn.fc6.src.rpm:1166237923 From fedora-extras-commits at redhat.com Sat Dec 16 02:52:46 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:52:46 -0500 Subject: rpms/xarchiver/devel xarchiver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612160252.kBG2qkhn013891@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13850/devel Modified Files: .cvsignore sources Added Files: xarchiver.spec Log Message: auto-import xarchiver-0.4.9-0.1.20061213svn.fc6 on branch devel from xarchiver-0.4.9-0.1.20061213svn.fc6.src.rpm --- NEW FILE xarchiver.spec --- Name: xarchiver Version: 0.4.9 Release: 0.1.20061213svn%{?dist} Summary: Archive manager for Xfce Group: Applications/Archiving License: GPL URL: http://xarchiver.xfce.org/ # Source0 was generated with the following commands: # svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin # tar -cjf xarchiver-`date +%G%m%d`svn.tar.bz2 xarchiver Source0: xarchiver-20061213svn.tar.bz2 #Source0: http://dl.sf.net/sourceforge/xarchiver/xarchiver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libxml2-devel, gettext, desktop-file-utils BuildRequires: xfce4-dev-tools >= 4.3.90.2 Requires: arj, binutils, bzip2, cpio, gzip, htmlview, tar, unzip, zip %description Xarchiver is a lightweight GTK2 only frontend for manipulating 7z, arj, bzip2, gzip, iso, rar, lha, tar, zip, RPM and deb files. It allows you to create archives and add, extract, and delete files from them. Password protected archives in the arj, 7z, rar, and zip formats are supported. %prep %setup -qn xarchiver %build ./autogen.sh %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # We need to install xarchiver.tap as fedora-xarchiver.tap, because the name # has to match the basename of the desktop-file in %{_datadir}/applications. rm $RPM_BUILD_ROOT%{_libexecdir}/thunar-archive-plugin/xarchiver.tap install -p -m 755 xarchiver.tap \ $RPM_BUILD_ROOT%{_libexecdir}/thunar-archive-plugin/fedora-xarchiver.tap %find_lang %{name} desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --delete-original \ --add-mime-type=application/x-cd-image \ --add-mime-type=application/x-rpm \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %post update-desktop-database &> /dev/null ||: touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun update-desktop-database &> /dev/null ||: touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %lang(it) %doc LEGGIMI %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %dir %{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/*.png %dir %{_libexecdir}/thunar-archive-plugin/ %{_libexecdir}/thunar-archive-plugin/fedora-xarchiver.tap %{_docdir}/%{name}/ # exculde duplicate docs %exclude %{_docdir}/%{name}/AUTHORS %exclude %{_docdir}/%{name}/COPYING %exclude %{_docdir}/%{name}/ChangeLog %exclude %{_docdir}/%{name}/NEWS %exclude %{_docdir}/%{name}/README %exclude %{_docdir}/%{name}/TODO %changelog * Wed Dec 13 2006 Christoph Wickert - 0.4.9-0.1.20061213svn - Update to SVN r24096 of December 13th 2006. * Wed Dec 06 2006 Christoph Wickert - 0.4.6-3 - Add deb.patch to prevent opening of .a files as debs. - Don't add mimetype for x-ar (archiver can't handle ar archive). * Wed Nov 29 2006 Christoph Wickert - 0.4.6-2 - Add htmlview.patch. * Tue Nov 28 2006 Christoph Wickert - 0.4.6-1 - Update to 0.4.6. - Update description. - Require binutils, cpio and htmlview. - Add mimetypes application/x-ar, application/x-cd-image and application/x-deb. * Tue Nov 27 2006 Christoph Wickert - 0.4.4-1 - Update to 0.4.4. * Sat Nov 25 2006 Christoph Wickert - 0.4.2-0.3.rc2 - Install xarchiver.png also in %%{_datadir}/icons/hicolor/48x48/apps/. * Sat Nov 25 2006 Christoph Wickert - 0.4.2-0.2.rc2 - Drop subpackage and own %%{_libexecdir}/thunar-archive-plugin/ (#198098). * Sun Nov 12 2006 Christoph Wickert - 0.4.2-0.1.rc2 - Update to 0.4.2.RC2. * Wed Sep 13 2006 Christoph Wickert - 0.4.0-1 - Update to 0.4.0. * Tue Sep 05 2006 Christoph Wickert - 0.3.9.2-0.beta2 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xarchiver/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 02:51:16 -0000 1.1 +++ .cvsignore 16 Dec 2006 02:52:16 -0000 1.2 @@ -0,0 +1 @@ +xarchiver-20061213svn.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xarchiver/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 02:51:16 -0000 1.1 +++ sources 16 Dec 2006 02:52:16 -0000 1.2 @@ -0,0 +1 @@ +b117568b5ba34249b0403cbc589759fb xarchiver-20061213svn.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 16 02:55:18 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:18 -0500 Subject: rpms/python-TurboMail - New directory Message-ID: <200612160255.kBG2tImw014040@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14036/python-TurboMail Log Message: Directory /cvs/extras/rpms/python-TurboMail added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:55:23 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:23 -0500 Subject: rpms/python-TurboMail/devel - New directory Message-ID: <200612160255.kBG2tN45014056@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14036/python-TurboMail/devel Log Message: Directory /cvs/extras/rpms/python-TurboMail/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 02:55:39 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:39 -0500 Subject: rpms/python-TurboMail Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612160255.kBG2tdWa014088@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14082 Added Files: Makefile import.log Log Message: Setup of module python-TurboMail --- NEW FILE Makefile --- # Top level Makefile for module python-TurboMail all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 02:55:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:55:44 -0500 Subject: rpms/python-TurboMail/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612160255.kBG2tiHQ014104@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14082/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-TurboMail --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 02:56:41 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:56:41 -0500 Subject: rpms/python-TurboMail import.log,1.1,1.2 Message-ID: <200612160256.kBG2ufLs014200@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14149 Modified Files: import.log Log Message: auto-import python-TurboMail-2.0.3-2 on branch devel from python-TurboMail-2.0.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-TurboMail/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 02:55:39 -0000 1.1 +++ import.log 16 Dec 2006 02:56:11 -0000 1.2 @@ -0,0 +1 @@ +python-TurboMail-2_0_3-2:HEAD:python-TurboMail-2.0.3-2.src.rpm:1166238174 From fedora-extras-commits at redhat.com Sat Dec 16 02:56:42 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:56:42 -0500 Subject: rpms/python-TurboMail/devel LICENSE.txt, NONE, 1.1 python-TurboMail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612160256.kBG2ugh1014204@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-TurboMail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14149/devel Modified Files: .cvsignore sources Added Files: LICENSE.txt python-TurboMail.spec Log Message: auto-import python-TurboMail-2.0.3-2 on branch devel from python-TurboMail-2.0.3-2.src.rpm --- NEW FILE LICENSE.txt --- This is the MIT license: http://www.opensource.org/licenses/mit-license.php Copyright (c) 2005, 2006 Kevin Dangoor and contributors. TurboGears is a trademark of Kevin Dangoor. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- NEW FILE python-TurboMail.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-TurboMail Version: 2.0.3 Release: 2%{?dist} Summary: Multi-threaded mail queue manager for TurboGears applications Group: Development/Libraries License: MIT URL: http://trac.orianagroup.com/turbomail Source0: http://cheeseshop.python.org/packages/source/T/TurboMail/TurboMail-%{version}.tar.gz Source1: LICENSE.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: TurboGears Requires: TurboGears %description TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail. %prep %setup -q -n TurboMail-%{version} cp %{SOURCE1} . %build %{__python} setup.py build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README.txt LICENSE.txt %{python_sitelib}/TurboMail-%{version}-py%{pyver}.egg-info %{python_sitelib}/turbomail/*.py* %changelog * Fri Dec 15 2006 Luke Macken 2.0.3-2 - Add TurboGears to BuildRequires - Remove superfluous CFLAGS - Add LICENSE.txt * Thu Dec 14 2006 Luke Macken 2.0.3-1 - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-TurboMail/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 02:55:44 -0000 1.1 +++ .cvsignore 16 Dec 2006 02:56:11 -0000 1.2 @@ -0,0 +1 @@ +TurboMail-2.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-TurboMail/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 02:55:44 -0000 1.1 +++ sources 16 Dec 2006 02:56:11 -0000 1.2 @@ -0,0 +1 @@ +a4474e3767c83d9a1c14134673fe1a57 TurboMail-2.0.3.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 02:56:56 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 21:56:56 -0500 Subject: rpms/xarchiver/devel xarchiver.spec,1.1,1.2 Message-ID: <200612160256.kBG2uu0v014235@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xarchiver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14185 Modified Files: xarchiver.spec Log Message: some final specfile tweaks Index: xarchiver.spec =================================================================== RCS file: /cvs/extras/rpms/xarchiver/devel/xarchiver.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xarchiver.spec 16 Dec 2006 02:52:16 -0000 1.1 +++ xarchiver.spec 16 Dec 2006 02:56:26 -0000 1.2 @@ -7,9 +7,9 @@ License: GPL URL: http://xarchiver.xfce.org/ # Source0 was generated with the following commands: -# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin +# svn co -r24096 http://svn.xfce.org/svn/xfce/xarchiver/trunk xarchiver # tar -cjf xarchiver-`date +%G%m%d`svn.tar.bz2 xarchiver -Source0: xarchiver-20061213svn.tar.bz2 +Source0: xarchiver-20061213svn.tar.bz2 #Source0: http://dl.sf.net/sourceforge/xarchiver/xarchiver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From fedora-extras-commits at redhat.com Sat Dec 16 02:59:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 21:59:49 -0500 Subject: owners owners.list,1.2115,1.2116 Message-ID: <200612160259.kBG2xnjP014349@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14327 Modified Files: owners.list Log Message: own python-TurboMail Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2115 retrieving revision 1.2116 diff -u -r1.2115 -r1.2116 --- owners.list 15 Dec 2006 23:41:47 -0000 1.2115 +++ owners.list 16 Dec 2006 02:59:19 -0000 1.2116 @@ -2078,6 +2078,7 @@ Fedora Extras|python-turbocheetah|TurboGears plugin to support use of Cheetah templates|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-turbojson|Python template plugin that supports json|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-turbokid|Python template plugin that supports Kid templates|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-TurboMail|Multi-threaded mail queue manager for TurboGears applications|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 03:04:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 22:04:49 -0500 Subject: owners owners.list,1.2116,1.2117 Message-ID: <200612160304.kBG34nm0017968@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17678 Modified Files: owners.list Log Message: added xarchiver Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2116 retrieving revision 1.2117 diff -u -r1.2116 -r1.2117 --- owners.list 16 Dec 2006 02:59:19 -0000 1.2116 +++ owners.list 16 Dec 2006 03:04:18 -0000 1.2117 @@ -2530,6 +2530,7 @@ Fedora Extras|x3270|An X Window System based IBM 3278/3279 terminal emulator|karsten at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xaos|A fast, portable real-time interactive fractal zoomer|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|XaraLX|An advanced vector graphics package|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|xarchiver|Archive manager for Xfce|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xarchon|Arcade board game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xbae|Motif matrix, caption and text input widgets|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xbase|XBase compatible database library and tools|tcallawa at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 03:12:21 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 15 Dec 2006 22:12:21 -0500 Subject: comps comps-fe7.xml.in,1.50,1.51 Message-ID: <200612160312.kBG3CLIM018552@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18537 Modified Files: comps-fe7.xml.in Log Message: added xarchiver Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- comps-fe7.xml.in 12 Dec 2006 20:06:10 -0000 1.50 +++ comps-fe7.xml.in 16 Dec 2006 03:11:51 -0000 1.51 @@ -1180,6 +1180,7 @@ mousepad orage Terminal + xarchiver xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin From fedora-extras-commits at redhat.com Sat Dec 16 03:22:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 22:22:27 -0500 Subject: rpms/python-protocols/devel python-protocols.spec,1.8,1.9 Message-ID: <200612160322.kBG3MRsm018704@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-protocols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18661 Modified Files: python-protocols.spec Log Message: rebuild Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-protocols.spec 16 Sep 2006 18:41:39 -0000 1.8 +++ python-protocols.spec 16 Dec 2006 03:21:56 -0000 1.9 @@ -8,7 +8,7 @@ Name: python-protocols Version: 1.0 -Release: 0.3.%{alphatag}%{?dist} +Release: 0.4.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python @@ -56,6 +56,9 @@ %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Dec 15 2006 Luke Macken 1.0-0.4-a0dev_r2082 +- Rebuild + * Sat Sep 16 2006 Shahms E. King 1.0-0.3-a0dev_r2082 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 16 03:24:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 22:24:14 -0500 Subject: rpms/python-psycopg/devel python-psycopg.spec,1.10,1.11 Message-ID: <200612160324.kBG3OEAI018803@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-psycopg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18781 Modified Files: python-psycopg.spec Log Message: rebuild Index: python-psycopg.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg/devel/python-psycopg.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-psycopg.spec 16 Sep 2006 18:45:41 -0000 1.10 +++ python-psycopg.spec 16 Dec 2006 03:23:44 -0000 1.11 @@ -4,7 +4,7 @@ Name: python-psycopg Version: 1.1.21 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PostgreSQL database adapter for Python @@ -56,6 +56,9 @@ %{python_sitearch}/*.so %changelog +* Fri Dec 15 2006 Luke Macken 1.1.21-6 +- Rebuild + * Sat Sep 16 2006 Shahms E. King 1.1.21-5 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 16 03:25:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 15 Dec 2006 22:25:02 -0500 Subject: rpms/python-kid/devel python-kid.spec,1.13,1.14 Message-ID: <200612160325.kBG3P2eT018865@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-kid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18850 Modified Files: python-kid.spec Log Message: rebuild Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:37 -0000 1.13 +++ python-kid.spec 16 Dec 2006 03:24:32 -0000 1.14 @@ -2,7 +2,7 @@ Name: python-kid Version: 0.9.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kid - A simple and pythonic XML template language Group: Applications/Publishing @@ -59,6 +59,9 @@ %changelog +* Fri Dec 15 2006 Luke Macken - 0.9.3-2 +- Rebuild + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org From fedora-extras-commits at redhat.com Sat Dec 16 03:35:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 15 Dec 2006 22:35:54 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.8, 1.9 perl-Wx.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612160335.kBG3ZsOd019084@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19065 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.66. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 7 Dec 2006 17:07:23 -0000 1.8 +++ .cvsignore 16 Dec 2006 03:35:24 -0000 1.9 @@ -1 +1 @@ -Wx-0.65.tar.gz +Wx-0.66.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Wx.spec 15 Dec 2006 19:51:39 -0000 1.8 +++ perl-Wx.spec 16 Dec 2006 03:35:24 -0000 1.9 @@ -5,8 +5,8 @@ # Name: perl-Wx -Version: 0.65 -Release: 2%{?dist} +Version: 0.66 +Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries @@ -81,6 +81,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 +- Update to 0.66. + * Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 - Rebuild (wxGTK 2.8.0). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 7 Dec 2006 17:07:23 -0000 1.8 +++ sources 16 Dec 2006 03:35:24 -0000 1.9 @@ -1 +1 @@ -5fb60cfdc2e0fe296735f599c0c67026 Wx-0.65.tar.gz +33b527ea1fdf07f4d5b5906afce7747e Wx-0.66.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 04:18:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:18:13 -0500 Subject: rpms/zaptel/devel zaptel.spec, 1.3, 1.4 zaptel-1.4.0-beta1-makefile.patch, 1.1, NONE Message-ID: <200612160418.kBG4IDAa022392@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22368 Modified Files: zaptel.spec Removed Files: zaptel-1.4.0-beta1-makefile.patch Log Message: Update to 1.4.0-beta3 Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zaptel.spec 25 Oct 2006 13:42:50 -0000 1.3 +++ zaptel.spec 16 Dec 2006 04:17:42 -0000 1.4 @@ -1,13 +1,12 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 4%{?dist}.beta2 +Release: 5.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta2.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch -Patch1: zaptel-1.4.0-beta1-makefile.patch Source1: menuselect.makedeps Source2: menuselect.makeopts @@ -54,10 +53,9 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta2 +%setup0 -q -n zaptel-%{version}-beta3 %patch0 -p0 -%patch1 -p0 cp %{S:1} . cp %{S:2} . @@ -188,7 +186,11 @@ %{_libdir}/libtonezone.so %changelog -* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 +* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 +- Update to 1.4.0-beta3 +- Drop unnecessary patch + +* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 - Compile sethdlc and package related bits. - Remove some readmes that aren't applicable to library/userland --- zaptel-1.4.0-beta1-makefile.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 04:21:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:21:13 -0500 Subject: rpms/zaptel/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zaptel.spec, 1.4, 1.5 Message-ID: <200612160421.kBG4LDRZ022490@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22463 Modified Files: .cvsignore sources zaptel.spec Log Message: (Annoyed Grunt) Don't forget to upload new sources. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Oct 2006 03:07:45 -0000 1.3 +++ .cvsignore 16 Dec 2006 04:20:43 -0000 1.4 @@ -1 +1 @@ -zaptel-1.4.0-beta2.tar.gz +zaptel-1.4.0-beta3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Oct 2006 03:07:45 -0000 1.3 +++ sources 16 Dec 2006 04:20:43 -0000 1.4 @@ -1 +1 @@ -4fe09984245f3507d8050bad740e873a zaptel-1.4.0-beta2.tar.gz +13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zaptel.spec 16 Dec 2006 04:17:42 -0000 1.4 +++ zaptel.spec 16 Dec 2006 04:20:43 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 5.beta3%{?dist} +Release: 6.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ From fedora-extras-commits at redhat.com Sat Dec 16 04:23:44 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Fri, 15 Dec 2006 23:23:44 -0500 Subject: rpms/openvrml/FC-6 openvrml.spec,1.4,1.5 Message-ID: <200612160423.kBG4Niso022586@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22545/FC-6 Modified Files: openvrml.spec Log Message: Made openvrml-gtkplug's install-info invocations failsafe. Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openvrml.spec 30 Nov 2006 07:33:39 -0000 1.4 +++ openvrml.spec 16 Dec 2006 04:23:14 -0000 1.5 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml Version: 0.16.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -65,6 +65,8 @@ Group: Applications/Internet License: GPL Requires: %{name}-gl = %{version}-%{release} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description gtkplug VRML browser GtkPlug component for embedding in GTK+ applications. @@ -129,11 +131,11 @@ %post gtkplug -/sbin/install-info %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : %preun gtkplug if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : fi %files gtkplug @@ -147,6 +149,11 @@ %changelog +* Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 +- openvrml-gtkplug: Appended "|| :" to install-info invocations. +- openvrml-gtkplug: Requires(post): /sbin/install-info and + Requires(preun): /sbin/install-info. + * Thu Nov 30 2006 Braden McDaniel - 0.16.2-1 - Updated to 0.16.2; openvrml-gtkplug-info.patch is no longer necessary. From fedora-extras-commits at redhat.com Sat Dec 16 04:23:44 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Fri, 15 Dec 2006 23:23:44 -0500 Subject: rpms/openvrml/devel openvrml.spec,1.5,1.6 Message-ID: <200612160423.kBG4Nie7022589@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22545/devel Modified Files: openvrml.spec Log Message: Made openvrml-gtkplug's install-info invocations failsafe. Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/openvrml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openvrml.spec 30 Nov 2006 07:33:40 -0000 1.5 +++ openvrml.spec 16 Dec 2006 04:23:14 -0000 1.6 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml Version: 0.16.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -65,6 +65,8 @@ Group: Applications/Internet License: GPL Requires: %{name}-gl = %{version}-%{release} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description gtkplug VRML browser GtkPlug component for embedding in GTK+ applications. @@ -129,11 +131,11 @@ %post gtkplug -/sbin/install-info %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : %preun gtkplug if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || : fi %files gtkplug @@ -147,6 +149,11 @@ %changelog +* Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 +- openvrml-gtkplug: Appended "|| :" to install-info invocations. +- openvrml-gtkplug: Requires(post): /sbin/install-info and + Requires(preun): /sbin/install-info. + * Thu Nov 30 2006 Braden McDaniel - 0.16.2-1 - Updated to 0.16.2; openvrml-gtkplug-info.patch is no longer necessary. From fedora-extras-commits at redhat.com Sat Dec 16 04:40:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:40:19 -0500 Subject: rpms/zaptel/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zaptel.spec, 1.3, 1.4 Message-ID: <200612160440.kBG4eJ7b022730@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22711 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0-beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Oct 2006 03:07:45 -0000 1.3 +++ .cvsignore 16 Dec 2006 04:39:49 -0000 1.4 @@ -1 +1 @@ -zaptel-1.4.0-beta2.tar.gz +zaptel-1.4.0-beta3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Oct 2006 03:07:45 -0000 1.3 +++ sources 16 Dec 2006 04:39:49 -0000 1.4 @@ -1 +1 @@ -4fe09984245f3507d8050bad740e873a zaptel-1.4.0-beta2.tar.gz +13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/zaptel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zaptel.spec 25 Oct 2006 14:39:41 -0000 1.3 +++ zaptel.spec 16 Dec 2006 04:39:49 -0000 1.4 @@ -1,13 +1,12 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 4%{?dist}.beta2 +Release: 6.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta2.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch -Patch1: zaptel-1.4.0-beta1-makefile.patch Source1: menuselect.makedeps Source2: menuselect.makeopts @@ -54,10 +53,9 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta2 +%setup0 -q -n zaptel-%{version}-beta3 %patch0 -p0 -%patch1 -p0 cp %{S:1} . cp %{S:2} . @@ -188,7 +186,11 @@ %{_libdir}/libtonezone.so %changelog -* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 +* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 +- Update to 1.4.0-beta3 +- Drop unnecessary patch + +* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 - Compile sethdlc and package related bits. - Remove some readmes that aren't applicable to library/userland From fedora-extras-commits at redhat.com Sat Dec 16 04:41:12 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Fri, 15 Dec 2006 23:41:12 -0500 Subject: rpms/zaptel/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zaptel.spec, 1.2, 1.3 Message-ID: <200612160441.kBG4fCYf022793@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22774 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0-beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Oct 2006 03:09:06 -0000 1.3 +++ .cvsignore 16 Dec 2006 04:40:42 -0000 1.4 @@ -1 +1 @@ -zaptel-1.4.0-beta2.tar.gz +zaptel-1.4.0-beta3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Oct 2006 03:09:06 -0000 1.3 +++ sources 16 Dec 2006 04:40:42 -0000 1.4 @@ -1 +1 @@ -4fe09984245f3507d8050bad740e873a zaptel-1.4.0-beta2.tar.gz +13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zaptel.spec 19 Oct 2006 03:09:06 -0000 1.2 +++ zaptel.spec 16 Dec 2006 04:40:42 -0000 1.3 @@ -1,13 +1,12 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 3%{?dist}.beta2 +Release: 6.beta3%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta2.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch -Patch1: zaptel-1.4.0-beta1-makefile.patch Source1: menuselect.makedeps Source2: menuselect.makeopts @@ -54,10 +53,9 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta2 +%setup0 -q -n zaptel-%{version}-beta3 %patch0 -p0 -%patch1 -p0 cp %{S:1} . cp %{S:2} . @@ -92,6 +90,7 @@ mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/network-scripts mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d mkdir -p %{buildroot}%{_sysconfdir}/udev/permissions.d mkdir -p %{buildroot}%{_mandir}/man8 @@ -136,10 +135,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%doc ifcfg-hdlc0 %doc LICENSE %doc README -%doc README.Astribank -%doc README.b410p %doc README.fxotune %doc README.fxsusb %doc README.Linux26 @@ -150,7 +148,10 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc /sbin/ztcfg +/sbin/sethdlc +/sbin/sethdlc-new %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -185,6 +186,14 @@ %{_libdir}/libtonezone.so %changelog +* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 +- Update to 1.4.0-beta3 +- Drop unnecessary patch + +* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 +- Compile sethdlc and package related bits. +- Remove some readmes that aren't applicable to library/userland + * Wed Oct 18 2006 Jeffrey C. Ollie - 1.4.0-3.beta2 - Update to 1.4.0-beta2 From fedora-extras-commits at redhat.com Sat Dec 16 04:59:35 2006 From: fedora-extras-commits at redhat.com (Matt Domsch (mdomsch)) Date: Fri, 15 Dec 2006 23:59:35 -0500 Subject: owners owners.epel.list,1.7,1.8 Message-ID: <200612160459.kBG4xZZq022891@cvs-int.fedora.redhat.com> Author: mdomsch Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22876 Modified Files: owners.epel.list Log Message: add ttywatch Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- owners.epel.list 11 Dec 2006 23:52:36 -0000 1.7 +++ owners.epel.list 16 Dec 2006 04:59:05 -0000 1.8 @@ -22,5 +22,6 @@ EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 05:02:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 16 Dec 2006 00:02:48 -0500 Subject: rpms/gnomesword/FC-6 .cvsignore, 1.5, 1.6 gnomesword.spec, 1.14, 1.15 sources, 1.6, 1.7 gnomesword-2.1.6-svn1213-kjvot.patch, 1.1, NONE Message-ID: <200612160502.kBG52mhC026077@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26056 Modified Files: .cvsignore gnomesword.spec sources Removed Files: gnomesword-2.1.6-svn1213-kjvot.patch Log Message: * Sat Dec 16 2006 Deji Akingunola - 2.1.10-1 - New Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Nov 2006 19:26:53 -0000 1.5 +++ .cvsignore 16 Dec 2006 05:02:18 -0000 1.6 @@ -1 +1 @@ -gnomesword-2.1.9.tar.gz +gnomesword-2.1.10.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/gnomesword.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gnomesword.spec 23 Nov 2006 19:26:53 -0000 1.14 +++ gnomesword.spec 16 Dec 2006 05:02:18 -0000 1.15 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.9 +Version: 2.1.10 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -13,7 +13,7 @@ BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: gnome-spell +BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel BuildRequires: libgnomeui-devel @@ -35,11 +35,7 @@ %prep %setup -q -%{__sed} -i 's?\r??' doc/help/C/legal.xml -%{__sed} -i 's?\r??' doc/help/fr/legal.xml - %build -export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic" %configure #make %{?_smp_mflags} //fail to build with this make @@ -60,10 +56,7 @@ # package docs with macro rm -rf %buildroot%_datadir/doc/%{name} -%find_lang %{name} --with-gnome -echo "%dir %_datadir/omf/gnomesword" >> gnomesword.lang -echo "%_datadir/omf/gnomesword/gnomesword-manual-C.omf" >> gnomesword.lang -echo "%lang(fr) %_datadir/omf/gnomesword/gnomesword-manual-fr.omf" >> gnomesword.lang +%find_lang %{name} %clean rm -rf %buildroot @@ -79,9 +72,13 @@ %_datadir/gnomesword %_datadir/pixmaps/gnomesword %_datadir/applications/fedora-gnomesword.desktop +%_datadir/gnome/help/gnomesword/ %changelog +* Sat Dec 16 2006 Deji Akingunola - 2.1.10-1 +- New Release + * Thu Nov 23 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Nov 2006 19:26:53 -0000 1.6 +++ sources 16 Dec 2006 05:02:18 -0000 1.7 @@ -1 +1 @@ -f6c5ebd5a7ee6d248682289e809f36bf gnomesword-2.1.9.tar.gz +5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz --- gnomesword-2.1.6-svn1213-kjvot.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 12:58:56 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sat, 16 Dec 2006 07:58:56 -0500 Subject: rpms/audacious-plugins/devel audacious-plugins.spec,1.4,1.5 Message-ID: <200612161258.kBGCwufo017463@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17448 Modified Files: audacious-plugins.spec Log Message: - Rebuild for new wavpack Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- audacious-plugins.spec 3 Dec 2006 10:49:13 -0000 1.4 +++ audacious-plugins.spec 16 Dec 2006 12:58:26 -0000 1.5 @@ -1,6 +1,6 @@ Name: audacious-plugins Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia @@ -197,8 +197,11 @@ %changelog +* Sat Dec 16 2006 Ralf Ertzinger 1.2.5-3.fc7 +- Rebuild for new wavpack + * Sun Dec 03 2006 Ralf Ertzinger 1.2.5-2.fc7 -- Disable sndfile, which causes a non-pausable wap plugin to +- Disable sndfile, which causes a non-pausable wav plugin to be built * Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 From fedora-extras-commits at redhat.com Sat Dec 16 13:02:16 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sat, 16 Dec 2006 08:02:16 -0500 Subject: rpms/audacious-plugins/FC-6 audacious-plugins.spec,1.4,1.5 Message-ID: <200612161302.kBGD2GqL020639@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20616 Modified Files: audacious-plugins.spec Log Message: - Rebuild for new wavpack - Do not build against sndfile, it causes an unpausable wav plugin to be built Index: audacious-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/audacious-plugins.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- audacious-plugins.spec 3 Dec 2006 10:21:44 -0000 1.4 +++ audacious-plugins.spec 16 Dec 2006 13:01:46 -0000 1.5 @@ -1,6 +1,6 @@ Name: audacious-plugins Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia @@ -21,7 +21,7 @@ BuildRequires: libmpcdec-devel, libmusicbrainz-devel BuildRequires: taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2 BuildRequires: libvisual-devel >= 0.2, SDL-devel >= 1.2.9 -BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel +BuildRequires: gettext, curl-devel, libbinio-devel BuildRequires: arts-devel, libmodplug-devel, lirc-devel BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel BuildRequires: pulseaudio-devel, fluidsynth-devel @@ -126,7 +126,8 @@ --enable-chardet \ --disable-dependency-tracking \ --enable-amidiplug \ - --disable-amidiplug-dummy + --disable-amidiplug-dummy \ + --disable-sndfile make V=1 %{?_smp_mflags} @@ -196,6 +197,11 @@ %changelog +* Sat Dec 16 2006 Ralf Ertzinger 1.2.5-2.fc6 +- Rebuild for new wavpack +- Do not build against sndfile, it causes an unpausable wav plugin + to be built + * Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc6 - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin From fedora-extras-commits at redhat.com Sat Dec 16 13:26:11 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 16 Dec 2006 08:26:11 -0500 Subject: rpms/Pound/devel .cvsignore, 1.4, 1.5 Pound.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612161326.kBGDQB2v020748@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20729 Modified Files: .cvsignore Pound.spec sources Log Message: Syncing with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Dec 2006 13:02:14 -0000 1.4 +++ .cvsignore 16 Dec 2006 13:25:41 -0000 1.5 @@ -1 +1 @@ -Pound-2.1.8.tgz +Pound-2.2.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Pound.spec 9 Dec 2006 13:02:14 -0000 1.3 +++ Pound.spec 16 Dec 2006 13:25:41 -0000 1.4 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.8 +Version: 2.2 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 16 2006 2.2-1 +- Sync with upstream * Sat Dec 09 2006 2.1.8-1 - Sync with upstream * Thu Dec 07 2006 2.1.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Dec 2006 13:02:14 -0000 1.4 +++ sources 16 Dec 2006 13:25:41 -0000 1.5 @@ -1 +1 @@ -1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz +a94e781ced1b2f3a7f8b8051f4d95713 Pound-2.2.tgz From fedora-extras-commits at redhat.com Sat Dec 16 13:51:54 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 16 Dec 2006 08:51:54 -0500 Subject: rpms/Pound/FC-6 .cvsignore, 1.4, 1.5 Pound.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612161351.kBGDpsUW020873@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20854 Modified Files: .cvsignore Pound.spec sources Log Message: Syncing with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Dec 2006 13:24:32 -0000 1.4 +++ .cvsignore 16 Dec 2006 13:51:24 -0000 1.5 @@ -1 +1 @@ -Pound-2.1.8.tgz +Pound-2.2.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Pound.spec 9 Dec 2006 13:24:32 -0000 1.3 +++ Pound.spec 16 Dec 2006 13:51:24 -0000 1.4 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.8 +Version: 2.2 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 16 2006 2.2-1 +- Sync with upstream * Sat Dec 09 2006 2.1.8-1 - Sync with upstream * Fri Dec 08 2006 2.1.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Dec 2006 13:24:32 -0000 1.4 +++ sources 16 Dec 2006 13:51:24 -0000 1.5 @@ -1 +1 @@ -1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz +a94e781ced1b2f3a7f8b8051f4d95713 Pound-2.2.tgz From fedora-extras-commits at redhat.com Sat Dec 16 13:54:33 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 16 Dec 2006 08:54:33 -0500 Subject: rpms/Pound/FC-5 .cvsignore, 1.4, 1.5 Pound.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612161354.kBGDsXFp020957@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20929 Modified Files: .cvsignore Pound.spec sources Log Message: Syncing with upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Dec 2006 13:28:48 -0000 1.4 +++ .cvsignore 16 Dec 2006 13:54:03 -0000 1.5 @@ -1 +1 @@ -Pound-2.1.8.tgz +Pound-2.2.tgz Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Pound.spec 9 Dec 2006 13:28:48 -0000 1.3 +++ Pound.spec 16 Dec 2006 13:54:03 -0000 1.4 @@ -3,7 +3,7 @@ %define pound_home %{_localstatedir}/lib/pound Name: Pound -Version: 2.1.8 +Version: 2.2 Release: 1%{?dist} Summary: Reverse proxy and load balancer @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sat Dec 16 2006 2.2-1 +- Sync with upstream * Sat Dec 08 2006 2.1.8-1 - Sync with upstream * Fri Dec 08 2006 2.1.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Dec 2006 13:28:48 -0000 1.4 +++ sources 16 Dec 2006 13:54:03 -0000 1.5 @@ -1 +1 @@ -1693d2b49491d52406f496001e7e97d2 Pound-2.1.8.tgz +a94e781ced1b2f3a7f8b8051f4d95713 Pound-2.2.tgz From fedora-extras-commits at redhat.com Sat Dec 16 14:04:50 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sat, 16 Dec 2006 09:04:50 -0500 Subject: rpms/enigma/FC-6 .cvsignore, 1.4, 1.5 enigma.spec, 1.13, 1.14 sources, 1.4, 1.5 enigma-gcc41.patch, 1.1, NONE Message-ID: <200612161404.kBGE4otw024163@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/enigma/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24136 Modified Files: .cvsignore enigma.spec sources Removed Files: enigma-gcc41.patch Log Message: 1.0-1 -- sync with devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/enigma/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Jun 2005 11:37:57 -0000 1.4 +++ .cvsignore 16 Dec 2006 14:04:20 -0000 1.5 @@ -1 +1 @@ -enigma-0.92.tar.gz +enigma-1.00.tar.gz Index: enigma.spec =================================================================== RCS file: /cvs/extras/rpms/enigma/FC-6/enigma.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- enigma.spec 28 Aug 2006 06:22:58 -0000 1.13 +++ enigma.spec 16 Dec 2006 14:04:20 -0000 1.14 @@ -1,18 +1,24 @@ Name: enigma -Version: 0.92 -Release: 4%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Clone of the ATARI game Oxyd Group: Amusements/Games License: GPL URL: http://www.nongnu.org/enigma/ -Source0: http://savannah.nongnu.org/download/enigma/enigma-0.92.tar.gz -Patch0: enigma-gcc41.patch +Source0: http://download.berlios.de/enigma-game/enigma-1.00.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel >= 1.2 SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4 -BuildRequires: SDL_ttf-devel gettext libpng-devel -BuildRequires: desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2 +BuildRequires: SDL-devel >= 1.2 +BuildRequires: SDL_image-devel >= 1.2 +BuildRequires: SDL_mixer-devel >= 1.2.4 +BuildRequires: SDL_ttf-devel >= 2.0.4 +BuildRequires: gettext +BuildRequires: libpng-devel +BuildRequires: desktop-file-utils +BuildRequires: zlib-devel >= 1.2.0 +BuildRequires: tetex >= 2.0.2 +BuildRequires: xerces-c-devel %description Enigma is a tribute to and a re-implementation of one of the most @@ -23,17 +29,17 @@ innumerable puzzles blocking your direct way to the Oxyd stones... %prep -%setup -q -%patch0 -p1 +%setup -q -n enigma-1.00 %build %configure --enable-optimize make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -%makeinstall pngdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/images htmldir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/ docdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/reference -mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/html . +rm -rf $RPM_BUILD_ROOT __doc +make install DESTDIR=$RPM_BUILD_ROOT +mkdir __doc +mv $RPM_BUILD_ROOT%{_datadir}/doc/enigma/ __doc desktop-file-install \ --delete-original \ @@ -56,15 +62,25 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/ +%doc README AUTHORS CHANGES COPYING ACKNOWLEDGEMENTS __doc/* %{_datadir}/enigma %{_bindir}/enigma %{_mandir}/man?/enigma.* %{_datadir}/icons/hicolor/48x48/apps/enigma.png %{_datadir}/pixmaps/enigma.png %{_datadir}/applications/*enigma.desktop +# we don't need the enet stuff +%exclude %{_includedir}/enet/ +%exclude %{_libdir}/libenet.a %changelog +* Thu Dec 14 2006 Thorsten Leemhuis - 1.0-1 +- Update to 1.0 +- drop enigma-gcc41.patch +- formating changes +- use make install DESTDIR +- new download URL + * Mon Aug 28 2006 Thorsten Leemhuis - 0.92-4 - Rebuild for Fedora Extras 6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/enigma/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Jun 2005 11:37:57 -0000 1.4 +++ sources 16 Dec 2006 14:04:20 -0000 1.5 @@ -1 +1 @@ -b33d8fad75910c9a525f4382f5185f75 enigma-0.92.tar.gz +428a9cce666cd45812e785f00a483ef9 enigma-1.00.tar.gz --- enigma-gcc41.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 15:36:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 16 Dec 2006 10:36:10 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.22, 1.23 ochusha.spec, 1.23, 1.24 sources, 1.22, 1.23 Message-ID: <200612161536.kBGFaAsw027834@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27795 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sat Dec 16 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061216 - 0.5.99.64.11 cvs 061216 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 8 Dec 2006 15:10:12 -0000 1.22 +++ .cvsignore 16 Dec 2006 15:35:40 -0000 1.23 @@ -1 +1 @@ -ochusha-0.5.99.63.14-cvs061208.tar.bz2 +ochusha-0.5.99.64.11-cvs061216.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ochusha.spec 8 Dec 2006 15:10:12 -0000 1.23 +++ ochusha.spec 16 Dec 2006 15:35:40 -0000 1.24 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.63.14 -%define strtag cvs061208 +%define main_ver 0.5.99.64.11 +%define strtag cvs061216 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 8 2006 Mamoru Tasaka 0.5.99.63.14-0.1.cvs061208 -- 0.5.99.63.14 cvs 061208 (23:59 JST) +* Sat Dec 16 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061216 +- 0.5.99.64.11 cvs 061216 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 8 Dec 2006 15:10:12 -0000 1.22 +++ sources 16 Dec 2006 15:35:40 -0000 1.23 @@ -1 +1 @@ -eddd272c260637d13fdcb81191eb4f9c ochusha-0.5.99.63.14-cvs061208.tar.bz2 +c73b23868ce902e7ce22d3f009e743ac ochusha-0.5.99.64.11-cvs061216.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 16 15:36:21 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 16 Dec 2006 10:36:21 -0500 Subject: rpms/jd/devel .cvsignore, 1.38, 1.39 jd.spec, 1.45, 1.46 sources, 1.38, 1.39 Message-ID: <200612161536.kBGFaLO9027841@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27815 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 16 2006 Mamoru Tasaka - 1.8.1-0.3.cvs061216 - cvs 061216 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- .cvsignore 12 Dec 2006 15:26:51 -0000 1.38 +++ .cvsignore 16 Dec 2006 15:35:51 -0000 1.39 @@ -1 +1 @@ -jd-1.8.1-rc061213.tgz +jd-1.8.1-cvs061216.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- jd.spec 12 Dec 2006 15:26:51 -0000 1.45 +++ jd.spec 16 Dec 2006 15:35:51 -0000 1.46 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag rc061213 +%define strtag cvs061216 %define repoid 23098 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 3 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sat Dec 16 2006 Mamoru Tasaka - 1.8.1-0.3.cvs061216 +- cvs 061216 (23:59 JST) + * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- sources 12 Dec 2006 15:26:51 -0000 1.38 +++ sources 16 Dec 2006 15:35:51 -0000 1.39 @@ -1 +1 @@ -f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz +4b896016b84a345b7d14612cd812b546 jd-1.8.1-cvs061216.tgz From fedora-extras-commits at redhat.com Sat Dec 16 16:01:20 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 16 Dec 2006 11:01:20 -0500 Subject: rpms/kawa/devel kawa.spec,1.14,1.15 Message-ID: <200612161601.kBGG1K01031209@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/kawa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28103 Modified Files: kawa.spec Log Message: Clean up install-info junk. Index: kawa.spec =================================================================== RCS file: /cvs/extras/rpms/kawa/devel/kawa.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kawa.spec 5 Oct 2006 17:53:08 -0000 1.14 +++ kawa.spec 16 Dec 2006 16:00:50 -0000 1.15 @@ -5,7 +5,7 @@ %define nversion 1.8 %define dversion 1.8 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Development/Languages URL: http://www.gnu.org/software/kawa/ @@ -22,8 +22,8 @@ BuildRequires: servletapi5 Requires: servletapi5 BuildRequires: java-gcj-compat-devel >= 1.0.31 -Requires(post): java-gcj-compat >= 1.0.31 -Requires(postun): java-gcj-compat >= 1.0.31 +Requires(post): java-gcj-compat >= 1.0.31, /sbin/install-info +Requires(postun): java-gcj-compat >= 1.0.31, /sbin/install-info Epoch: 1 %description @@ -62,12 +62,12 @@ rm -rf $RPM_BUILD_ROOT %post -/sbin/install-info %{_infodir}/kawa.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/kawa.info.gz %{_infodir}/dir ||: %{_bindir}/rebuild-gcj-db %postun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/kawa.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/kawa.info.gz %{_infodir}/dir ||: fi %{_bindir}/rebuild-gcj-db @@ -87,6 +87,10 @@ %doc %{_javadocdir}/%{name} %changelog +* Sat Dec 16 2006 Anthony Green - 1:1.8-12 +- Append "||:" to %%post and %%postun install-info invocations. +- Add /sbin/install-info dependencies. + * Thu Oct 05 2006 Anthony Green - 1:1.8-11 - Add antlr to classpath for gjdoc. From fedora-extras-commits at redhat.com Sat Dec 16 16:13:40 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:13:40 -0500 Subject: rpms/fontypython - New directory Message-ID: <200612161613.kBGGDe4Q031438@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31434/fontypython Log Message: Directory /cvs/extras/rpms/fontypython added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 16:13:45 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:13:45 -0500 Subject: rpms/fontypython/devel - New directory Message-ID: <200612161613.kBGGDj69031451@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31434/fontypython/devel Log Message: Directory /cvs/extras/rpms/fontypython/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 16:13:59 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:13:59 -0500 Subject: rpms/fontypython Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612161613.kBGGDx28031481@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31475 Added Files: Makefile import.log Log Message: Setup of module fontypython --- NEW FILE Makefile --- # Top level Makefile for module fontypython all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 16:14:04 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:14:04 -0500 Subject: rpms/fontypython/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612161614.kBGGE45i031496@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31475/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fontypython --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 16:15:02 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:15:02 -0500 Subject: rpms/fontypython/devel fontypython.desktop, NONE, 1.1 fontypython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612161615.kBGGF2SN031579@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31540/devel Modified Files: .cvsignore sources Added Files: fontypython.desktop fontypython.spec Log Message: auto-import fontypython-0.2.0-4 on branch devel from fontypython-0.2.0-4.src.rpm --- NEW FILE fontypython.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux Exec=fp Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; Version=0.2.0 --- NEW FILE fontypython.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: fontypython Version: 0.2.0 Release: 4%{?dist} Summary: TTF font manager Group: Applications/Multimedia License: GPL URL: https://savannah.nongnu.org/projects/fontypython/ Source0: http://download.savannah.nongnu.org/releases/fontypython/%{name}-%{version}.tar.gz Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, wxPython, python-imaging, desktop-file-utils Requires: wxPython, python-imaging %description Manage your ttf fonts on Gnu/Linux with Fonty Python. You can collect any fonts together (even ones not in your system font folders) into 'pogs' and then install and remove the pogs as you need them. In this way you can control what fonts are in your user font folder, thus avoiding long lists of fonts in the font chooser dialogues of your apps. %prep %setup -q %build python setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT desktop-file-install --vendor="fedora" \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/fp %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING %{python_sitelib}/* %changelog * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires * Tue Dec 12 2006 Chris Mohler 0.2.0-3 - removed rpmdevtools from BuildRequires - added python >= 2.4, wxPython, python-imaging to Requires - removed 'Application;' from .desktop file - shortened line length of description * Mon Dec 11 2006 Chris Mohler 0.2.0-2 - Added wxPython, python-imaging to build requires - Removed copyright notice from description * Sat Dec 09 2006 Chris Mohler 0.2.0-1 - Created spec file - Prepared RPM for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 16:14:04 -0000 1.1 +++ .cvsignore 16 Dec 2006 16:14:32 -0000 1.2 @@ -0,0 +1 @@ +fontypython-0.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 16:14:04 -0000 1.1 +++ sources 16 Dec 2006 16:14:32 -0000 1.2 @@ -0,0 +1 @@ +7ab01bdffe925bb243af984b000bd635 fontypython-0.2.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 16:15:01 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:15:01 -0500 Subject: rpms/fontypython import.log,1.1,1.2 Message-ID: <200612161615.kBGGF1nt031575@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31540 Modified Files: import.log Log Message: auto-import fontypython-0.2.0-4 on branch devel from fontypython-0.2.0-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fontypython/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 16:13:59 -0000 1.1 +++ import.log 16 Dec 2006 16:14:31 -0000 1.2 @@ -0,0 +1 @@ +fontypython-0_2_0-4:HEAD:fontypython-0.2.0-4.src.rpm:1166286074 From fedora-extras-commits at redhat.com Sat Dec 16 16:21:44 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Sat, 16 Dec 2006 11:21:44 -0500 Subject: owners owners.list,1.2117,1.2118 Message-ID: <200612161621.kBGGLiPL031657@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31636 Modified Files: owners.list Log Message: Added fontypython to owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2117 retrieving revision 1.2118 diff -u -r1.2117 -r1.2118 --- owners.list 16 Dec 2006 03:04:18 -0000 1.2117 +++ owners.list 16 Dec 2006 16:21:14 -0000 1.2118 @@ -449,6 +449,7 @@ Fedora Extras|fontforge|An outline and bitmap font editor|kevin at tummy.com|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|fonts-hebrew-fancy|Fancy Hebrew fonts|danken at cs.technion.ac.il|extras-qa at fedoraproject.org| Fedora Extras|fonttools|A tool to convert True/OpenType fonts to XML and back|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| +Fedora Extras|fontypython|A program to manage active TTF fonts|cr33dog at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|foobillard|A free OpenGL game of playing billard|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|foremost|Program that recovers files by carving them from a raw disk|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|fortune-firefly|An addon of Firefly quotes for fortune-mod|meme at daughtersoftiresias.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 16:28:04 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 11:28:04 -0500 Subject: rpms/mISDN/devel mISDN-build.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 mISDN.spec, 1.1, 1.2 sources, 1.2, 1.3 mISDN-libdir.patch, 1.1, NONE mISDN-soname.patch, 1.1, NONE Message-ID: <200612161628.kBGGS4IV031709@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31687 Modified Files: .cvsignore mISDN.spec sources Added Files: mISDN-build.patch Removed Files: mISDN-libdir.patch mISDN-soname.patch Log Message: 1.0.3 mISDN-build.patch: --- NEW FILE mISDN-build.patch --- Index: i4lnet/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/i4lnet/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- i4lnet/Makefile 18 Oct 2006 12:32:20 -0000 1.7 +++ i4lnet/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libisdnnet.a libisdnnet_pic.a libisdnnet.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libisdnnet.a libisdnnet_pic.a libisdnnet.so.$(SOVERSION) install: - install -m 644 libisdnnet.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libisdnnet.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so.$(SOMAJOR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ ISDNNET_OBJ = net_if.o isdn_debug.o isdn_msg.o fsm.o net_l2.o tei.o net_l3.o \ @@ -22,8 +28,8 @@ libisdnnet.a: $(ISDNNET_OBJ) $(AR) cru $@ $^ $(RANLIB) $@ -libisdnnet.so: $(ISDNNET_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libisdnnet.so.$(SOVERSION): $(ISDNNET_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libisdnnet.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: lib/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/lib/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- lib/Makefile 18 Oct 2006 07:10:23 -0000 1.8 +++ lib/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libmISDN.a libmISDN_pic.a libmISDN.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libmISDN.a libmISDN_pic.a libmISDN.so.$(SOVERSION) install: - install -m 644 libmISDN.so $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN.a $(INSTALL_PREFIX)/usr/lib + install -m 755 libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so.$(SOMAJOR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so + install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libmISDN.a $(INSTALL_PREFIX)/$(LIBDIR) LIBMISDN_OBJS = device.o layer.o stack.o status.o LIBMISDN_PICOBJS = $(LIBMISDN_OBJS:%.o=%.lo) @@ -20,8 +26,8 @@ libmISDN.a: $(LIBMISDN_OBJS) $(AR) cru $@ $^ $(RANLIB) $@ -libmISDN.so: $(LIBMISDN_OBJS) - $(CC) -shared -Xlinker -x -o $@ $^ +libmISDN.so.$(SOVERSION): $(LIBMISDN_PICOBJS) + $(CC) -shared -Xlinker -x -Wl,-soname,libmISDN.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: suppserv/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/suppserv/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- suppserv/Makefile 18 Oct 2006 12:32:21 -0000 1.7 +++ suppserv/Makefile 16 Dec 2006 16:24:07 -0000 @@ -7,14 +7,20 @@ RANLIB = ranlib SUPPSERV_OBJ = asn1.o asn1_enc.o asn1_generic.o asn1_aoc.o asn1_basic_service.o asn1_comp.o asn1_diversion.o asn1_address.o fac.o SUPPSERV_PICOBJ = $(SUPPSERV_OBJ:%.o=%.lo) -all: libsuppserv.a libsuppserv_pic.a libsuppserv.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libsuppserv.a libsuppserv_pic.a libsuppserv.so.$(SOVERSION) main: $(SUPPSERVOBJ) install: - install -m 644 libsuppserv.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libsuppserv.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so.$(SOMAJOR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ libsuppserv_pic.a: $(SUPPSERV_PICOBJ) @@ -25,8 +31,8 @@ libsuppserv.a: $(SUPPSERV_OBJ) $(AR) cru $@ $< $(RANLIB) $@ -libsuppserv.so: $(SUPPSERV_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libsuppserv.so.$(SOVERSION): $(SUPPSERV_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libsuppserv.so.$(SOMAJOR) -o $@ $^ .c.o: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mISDN/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 13:48:06 -0000 1.2 +++ .cvsignore 16 Dec 2006 16:27:34 -0000 1.3 @@ -1 +1 @@ -mISDNuser-20061010.tar.gz +mISDNuser-1_0_3.tar.gz Index: mISDN.spec =================================================================== RCS file: /cvs/extras/rpms/mISDN/devel/mISDN.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mISDN.spec 17 Oct 2006 13:48:06 -0000 1.1 +++ mISDN.spec 16 Dec 2006 16:27:34 -0000 1.2 @@ -1,24 +1,19 @@ -%define snap 20061010 - # Don't build the debugging utils by default. %bcond_with utils Name: mISDN -Version: 0 -Release: 1.cvs%{snap}%{?dist} +Version: 1.0.3 +Release: 1 Summary: Userspace part of Modular ISDN stack Group: System Environment/Libraries License: LGPL URL: http://www.isdn4linux.de/mISDN/ -# export CVSROOT=:pserver:anonymous:readonly at cvs.isdn4linux.de:/i4ldev -# cvs co -D%{snap} mISDNuser -Source0: mISDNuser-20061010.tar.gz -# cvs co -D%{snap} mISDN/include/linux/mISDNif.h +Source0: http://www.misdn.org/downloads/releases/mISDNuser-1_0_3.tar.gz +# From mISDN-1.0.4 Source1: mISDNif.h Source2: mISDN.rules -Patch0: mISDN-libdir.patch -Patch1: mISDN-soname.patch +Patch0: mISDN-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): fedora-usermgmt @@ -55,15 +50,14 @@ code. This package contains test utilities for mISDN. %prep -%setup -q -n mISDNuser +%setup -q -n mISDNuser-1_0_3 %patch0 -p0 -%patch1 -p0 mkdir include/linux cp %SOURCE1 include/linux rm -rf voip %build -make %{?_smp_mflags} CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS -fPIC" MISDNDIR=`pwd` +make CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS" MISDNDIR=`pwd` %install @@ -108,5 +102,8 @@ %endif %changelog +* Sat Dec 16 2006 David Woodhouse 1.0.3-1 +- Update to 1.0.3-1 + * Tue Oct 17 2006 David Woodhouse 0-1.cvs20061010 - Initial import Index: sources =================================================================== RCS file: /cvs/extras/rpms/mISDN/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 13:48:06 -0000 1.2 +++ sources 16 Dec 2006 16:27:34 -0000 1.3 @@ -1 +1 @@ -4a4f27ef94d36ca547bf047fa81dc766 mISDNuser-20061010.tar.gz +c1c36841386222c2a35c110c8e63f3bc mISDNuser-1_0_3.tar.gz --- mISDN-libdir.patch DELETED --- --- mISDN-soname.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 16:58:48 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 11:58:48 -0500 Subject: rpms/openpbx/devel .cvsignore, 1.4, 1.5 openpbx.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612161658.kBGGwm4e031941@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/openpbx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31917 Modified Files: .cvsignore openpbx.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openpbx/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Nov 2006 21:14:51 -0000 1.4 +++ .cvsignore 16 Dec 2006 16:58:17 -0000 1.5 @@ -1,2 +1 @@ -openpbx-r1984.tar.gz -openpbx-r2135.tar.gz +openpbx-1.2-r2282.tar.gz Index: openpbx.spec =================================================================== RCS file: /cvs/extras/rpms/openpbx/devel/openpbx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openpbx.spec 27 Nov 2006 21:14:51 -0000 1.4 +++ openpbx.spec 16 Dec 2006 16:58:17 -0000 1.5 @@ -1,4 +1,4 @@ -%define snap 2135 +%define snap 2282 %bcond_without misdn %bcond_without zaptel @@ -13,9 +13,9 @@ Group: Applications/Internet License: GPL URL: http://www.openpbx.org/ -# svn co -r %{snap} svn://svn.openpbx.org/openpbx/trunk openpbx -# tar cvfz openpbx-r%{snap}.tar.gz openpbx -Source0: openpbx-r%{snap}.tar.gz +# svn co -r %{snap} svn://svn.openpbx.org/openpbx//branches/openpbx-1.2 +# tar cvfz openpbx-1.2-r%{snap}.tar.gz openpbx-1.2 +Source0: openpbx-1.2-r%{snap}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: spandsp-devel >= 0.0.3-1.pre24 @@ -158,7 +158,7 @@ %prep -%setup -q -n openpbx +%setup -q %build %if 0%{?snap} @@ -353,6 +353,9 @@ %{_sbindir}/eogi* %changelog +* Mon Nov 27 2006 David Woodhouse 1.2-4.rc2.svn2282 +- Update + * Mon Nov 27 2006 David Woodhouse 1.2-3.rc2.svn2135 - Update to RC2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/openpbx/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Nov 2006 21:14:51 -0000 1.4 +++ sources 16 Dec 2006 16:58:17 -0000 1.5 @@ -1,2 +1 @@ -8aed2d6afedbd13082d8ce4318b8f163 openpbx-r1984.tar.gz -6f26c9fadd92caf464aa064e2801385c openpbx-r2135.tar.gz +e883d663dcf99e228f89e14e016dc47d openpbx-1.2-r2282.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:20:07 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sat, 16 Dec 2006 12:20:07 -0500 Subject: rpms/mimedefang/devel mimedefang.spec,1.3,1.4 Message-ID: <200612161720.kBGHK7ue002814@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2789 Modified Files: mimedefang.spec Log Message: Include the /etc/mail/mimedefang-ip-key file (#219381) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/devel/mimedefang.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimedefang.spec 8 Nov 2006 22:09:04 -0000 1.3 +++ mimedefang.spec 16 Dec 2006 17:19:37 -0000 1.4 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -10,7 +10,7 @@ Requires: sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6 Requires: perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03 Requires(pre): /usr/sbin/useradd -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: sendmail-devel >= 8.12.0 @@ -46,6 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name} rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/sa-mimedefang.cf.example +# Create a dummy file and install perl script for later executing +touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/mimedefang-ip-key +install -m 755 gen-ip-validator.pl $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl +sed -i '1s@^@#!%{_bindir}/perl\n@' $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl + %pre if [ -x %{_sbindir}/fedora-useradd ]; then %{_sbindir}/fedora-useradd 8 -r -s /sbin/nologin -d %{_localstatedir}/spool/MIMEDefang -M -c "MIMEDefang User" defang > /dev/null 2>&1 || : @@ -55,6 +60,9 @@ %post /sbin/chkconfig --add %{name} +if [ ! -f %{_sysconfdir}/mail/mimedefang-ip-key ]; then + %{_bindir}/gen-ip-validator.pl > %{_sysconfdir}/mail/mimedefang-ip-key +fi %preun if [ $1 -eq 0 ]; then @@ -82,10 +90,14 @@ %{_sysconfdir}/rc.d/init.d/%{name} %config(noreplace) %{_sysconfdir}/mail/mimedefang-filter %config(noreplace) %{_sysconfdir}/mail/sa-mimedefang.cf +%ghost %config(noreplace) %{_sysconfdir}/mail/mimedefang-ip-key %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Sat Dec 16 2006 Robert Scheck 2.58-2 +- Include the /etc/mail/mimedefang-ip-key file (#219381) + * Wed Nov 08 2006 Robert Scheck 2.58-1 - Upgrade to 2.58 (#212657) From fedora-extras-commits at redhat.com Sat Dec 16 17:21:31 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sat, 16 Dec 2006 12:21:31 -0500 Subject: rpms/mimedefang/FC-6 mimedefang.spec,1.3,1.4 Message-ID: <200612161721.kBGHLVML002874@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2840 Modified Files: mimedefang.spec Log Message: Include the /etc/mail/mimedefang-ip-key file (#219381) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-6/mimedefang.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimedefang.spec 8 Nov 2006 22:10:24 -0000 1.3 +++ mimedefang.spec 16 Dec 2006 17:21:01 -0000 1.4 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -10,7 +10,7 @@ Requires: sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6 Requires: perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03 Requires(pre): /usr/sbin/useradd -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: sendmail-devel >= 8.12.0 @@ -46,6 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name} rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/sa-mimedefang.cf.example +# Create a dummy file and install perl script for later executing +touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/mimedefang-ip-key +install -m 755 gen-ip-validator.pl $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl +sed -i '1s@^@#!%{_bindir}/perl\n@' $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl + %pre if [ -x %{_sbindir}/fedora-useradd ]; then %{_sbindir}/fedora-useradd 8 -r -s /sbin/nologin -d %{_localstatedir}/spool/MIMEDefang -M -c "MIMEDefang User" defang > /dev/null 2>&1 || : @@ -55,6 +60,9 @@ %post /sbin/chkconfig --add %{name} +if [ ! -f %{_sysconfdir}/mail/mimedefang-ip-key ]; then + %{_bindir}/gen-ip-validator.pl > %{_sysconfdir}/mail/mimedefang-ip-key +fi %preun if [ $1 -eq 0 ]; then @@ -82,10 +90,14 @@ %{_sysconfdir}/rc.d/init.d/%{name} %config(noreplace) %{_sysconfdir}/mail/mimedefang-filter %config(noreplace) %{_sysconfdir}/mail/sa-mimedefang.cf +%ghost %config(noreplace) %{_sysconfdir}/mail/mimedefang-ip-key %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Sat Dec 16 2006 Robert Scheck 2.58-2 +- Include the /etc/mail/mimedefang-ip-key file (#219381) + * Wed Nov 08 2006 Robert Scheck 2.58-1 - Upgrade to 2.58 (#212657) From fedora-extras-commits at redhat.com Sat Dec 16 17:22:05 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 16 Dec 2006 12:22:05 -0500 Subject: rpms/hexter-dssi/devel hexter-dssi.spec,1.4,1.5 Message-ID: <200612161722.kBGHM5go002926@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873 Modified Files: hexter-dssi.spec Log Message: Add tx_edit. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/devel/hexter-dssi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hexter-dssi.spec 4 Oct 2006 22:50:29 -0000 1.4 +++ hexter-dssi.spec 16 Dec 2006 17:21:35 -0000 1.5 @@ -1,14 +1,14 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dssi-devel gtk2-devel +BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel Requires: dssi %description @@ -30,12 +30,14 @@ %configure make %{?_smp_mflags} +(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound) %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/hexter %clean rm -rf $RPM_BUILD_ROOT @@ -44,11 +46,16 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/hexter +%{_bindir}/tx_edit %{_datadir}/hexter/ %{_libdir}/dssi/* %exclude %{_libdir}/dssi/hexter.la %changelog +* Sat Dec 16 2006 Anthony Green 0.5.9-7 +- Build and install tx_edit. +- Add relevant BuildRequires. + * Thu Oct 05 2006 Christian Iseli 0.5.9-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Sat Dec 16 17:22:34 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sat, 16 Dec 2006 12:22:34 -0500 Subject: rpms/mimedefang/FC-5 mimedefang.spec,1.3,1.4 Message-ID: <200612161722.kBGHMYpe002982@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2909 Modified Files: mimedefang.spec Log Message: Include the /etc/mail/mimedefang-ip-key file (#219381) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-5/mimedefang.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimedefang.spec 8 Nov 2006 22:11:22 -0000 1.3 +++ mimedefang.spec 16 Dec 2006 17:22:04 -0000 1.4 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -10,7 +10,7 @@ Requires: sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6 Requires: perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03 Requires(pre): /usr/sbin/useradd -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: sendmail-devel >= 8.12.0 @@ -46,6 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name} rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/sa-mimedefang.cf.example +# Create a dummy file and install perl script for later executing +touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/mimedefang-ip-key +install -m 755 gen-ip-validator.pl $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl +sed -i '1s@^@#!%{_bindir}/perl\n@' $RPM_BUILD_ROOT%{_bindir}/gen-ip-validator.pl + %pre if [ -x %{_sbindir}/fedora-useradd ]; then %{_sbindir}/fedora-useradd 8 -r -s /sbin/nologin -d %{_localstatedir}/spool/MIMEDefang -M -c "MIMEDefang User" defang > /dev/null 2>&1 || : @@ -55,6 +60,9 @@ %post /sbin/chkconfig --add %{name} +if [ ! -f %{_sysconfdir}/mail/mimedefang-ip-key ]; then + %{_bindir}/gen-ip-validator.pl > %{_sysconfdir}/mail/mimedefang-ip-key +fi %preun if [ $1 -eq 0 ]; then @@ -82,10 +90,14 @@ %{_sysconfdir}/rc.d/init.d/%{name} %config(noreplace) %{_sysconfdir}/mail/mimedefang-filter %config(noreplace) %{_sysconfdir}/mail/sa-mimedefang.cf +%ghost %config(noreplace) %{_sysconfdir}/mail/mimedefang-ip-key %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Sat Dec 16 2006 Robert Scheck 2.58-2 +- Include the /etc/mail/mimedefang-ip-key file (#219381) + * Wed Nov 08 2006 Robert Scheck 2.58-1 - Upgrade to 2.58 (#212657) From fedora-extras-commits at redhat.com Sat Dec 16 17:26:45 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:26:45 -0500 Subject: rpms/mISDN/FC-6 .cvsignore, 1.2, 1.3 mISDN.spec, 1.1, 1.2 sources, 1.2, 1.3 mISDN-libdir.patch, 1.1, NONE mISDN-soname.patch, 1.1, NONE Message-ID: <200612161726.kBGHQjfn003175@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3150 Modified Files: .cvsignore mISDN.spec sources Removed Files: mISDN-libdir.patch mISDN-soname.patch Log Message: 1.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Oct 2006 13:48:06 -0000 1.2 +++ .cvsignore 16 Dec 2006 17:26:15 -0000 1.3 @@ -1 +1 @@ -mISDNuser-20061010.tar.gz +mISDNuser-1_0_3.tar.gz Index: mISDN.spec =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/mISDN.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mISDN.spec 17 Oct 2006 13:48:06 -0000 1.1 +++ mISDN.spec 16 Dec 2006 17:26:15 -0000 1.2 @@ -1,24 +1,19 @@ -%define snap 20061010 - # Don't build the debugging utils by default. %bcond_with utils Name: mISDN -Version: 0 -Release: 1.cvs%{snap}%{?dist} +Version: 1.0.3 +Release: 1 Summary: Userspace part of Modular ISDN stack Group: System Environment/Libraries License: LGPL URL: http://www.isdn4linux.de/mISDN/ -# export CVSROOT=:pserver:anonymous:readonly at cvs.isdn4linux.de:/i4ldev -# cvs co -D%{snap} mISDNuser -Source0: mISDNuser-20061010.tar.gz -# cvs co -D%{snap} mISDN/include/linux/mISDNif.h +Source0: http://www.misdn.org/downloads/releases/mISDNuser-1_0_3.tar.gz +# From mISDN-1.0.4 Source1: mISDNif.h Source2: mISDN.rules -Patch0: mISDN-libdir.patch -Patch1: mISDN-soname.patch +Patch0: mISDN-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): fedora-usermgmt @@ -55,15 +50,14 @@ code. This package contains test utilities for mISDN. %prep -%setup -q -n mISDNuser +%setup -q -n mISDNuser-1_0_3 %patch0 -p0 -%patch1 -p0 mkdir include/linux cp %SOURCE1 include/linux rm -rf voip %build -make %{?_smp_mflags} CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS -fPIC" MISDNDIR=`pwd` +make CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS" MISDNDIR=`pwd` %install @@ -108,5 +102,8 @@ %endif %changelog +* Sat Dec 16 2006 David Woodhouse 1.0.3-1 +- Update to 1.0.3-1 + * Tue Oct 17 2006 David Woodhouse 0-1.cvs20061010 - Initial import Index: sources =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Oct 2006 13:48:06 -0000 1.2 +++ sources 16 Dec 2006 17:26:15 -0000 1.3 @@ -1 +1 @@ -4a4f27ef94d36ca547bf047fa81dc766 mISDNuser-20061010.tar.gz +c1c36841386222c2a35c110c8e63f3bc mISDNuser-1_0_3.tar.gz --- mISDN-libdir.patch DELETED --- --- mISDN-soname.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 17:27:24 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:27:24 -0500 Subject: rpms/openpbx/FC-6 .cvsignore, 1.3, 1.4 openpbx.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612161727.kBGHROMB003226@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/openpbx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3207 Modified Files: .cvsignore openpbx.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openpbx/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Oct 2006 16:17:46 -0000 1.3 +++ .cvsignore 16 Dec 2006 17:26:54 -0000 1.4 @@ -1 +1 @@ -openpbx-r1984.tar.gz +openpbx-1.2-r2282.tar.gz Index: openpbx.spec =================================================================== RCS file: /cvs/extras/rpms/openpbx/FC-6/openpbx.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openpbx.spec 18 Oct 2006 16:17:46 -0000 1.3 +++ openpbx.spec 16 Dec 2006 17:26:54 -0000 1.4 @@ -1,4 +1,4 @@ -%define snap 1984 +%define snap 2282 %bcond_without misdn %bcond_without zaptel @@ -7,15 +7,15 @@ Name: openpbx Version: 1.2 -Release: 2.rc1.svn%{snap}%{?dist} +Release: 3.rc2.svn%{snap}%{?dist} Summary: The Truly Open Source PBX Group: Applications/Internet License: GPL URL: http://www.openpbx.org/ -# svn co -r %{snap} svn://svn.openpbx.org/openpbx/trunk openpbx -# tar cvfz openpbx-r%{snap}.tar.gz openpbx -Source0: openpbx-r%{snap}.tar.gz +# svn co -r %{snap} svn://svn.openpbx.org/openpbx//branches/openpbx-1.2 +# tar cvfz openpbx-1.2-r%{snap}.tar.gz openpbx-1.2 +Source0: openpbx-1.2-r%{snap}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: spandsp-devel >= 0.0.3-1.pre24 @@ -158,7 +158,7 @@ %prep -%setup -q -n openpbx +%setup -q %build %if 0%{?snap} @@ -353,6 +353,12 @@ %{_sbindir}/eogi* %changelog +* Mon Nov 27 2006 David Woodhouse 1.2-4.rc2.svn2282 +- Update + +* Mon Nov 27 2006 David Woodhouse 1.2-3.rc2.svn2135 +- Update to RC2 + * Wed Oct 18 2006 David Woodhouse 1.2-2.rc1.svn1984 - Build with mISDN and MySQL support Index: sources =================================================================== RCS file: /cvs/extras/rpms/openpbx/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Oct 2006 16:17:46 -0000 1.3 +++ sources 16 Dec 2006 17:26:54 -0000 1.4 @@ -1 +1 @@ -8aed2d6afedbd13082d8ce4318b8f163 openpbx-r1984.tar.gz +e883d663dcf99e228f89e14e016dc47d openpbx-1.2-r2282.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:28:27 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:28:27 -0500 Subject: rpms/mISDN/FC-6 mISDN.spec,1.2,1.3 Message-ID: <200612161728.kBGHSRC6003279@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3231 Modified Files: mISDN.spec Log Message: dist tag Index: mISDN.spec =================================================================== RCS file: /cvs/extras/rpms/mISDN/FC-6/mISDN.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mISDN.spec 16 Dec 2006 17:26:15 -0000 1.2 +++ mISDN.spec 16 Dec 2006 17:27:57 -0000 1.3 @@ -3,7 +3,7 @@ Name: mISDN Version: 1.0.3 -Release: 1 +Release: 1%{?dist} Summary: Userspace part of Modular ISDN stack Group: System Environment/Libraries From fedora-extras-commits at redhat.com Sat Dec 16 17:32:41 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 16 Dec 2006 12:32:41 -0500 Subject: rpms/mISDN/FC-6 mISDN-build.patch,NONE,1.1 Message-ID: <200612161732.kBGHWfbM003357@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/mISDN/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3349 Added Files: mISDN-build.patch Log Message: Add build patch mISDN-build.patch: --- NEW FILE mISDN-build.patch --- Index: i4lnet/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/i4lnet/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- i4lnet/Makefile 18 Oct 2006 12:32:20 -0000 1.7 +++ i4lnet/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libisdnnet.a libisdnnet_pic.a libisdnnet.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libisdnnet.a libisdnnet_pic.a libisdnnet.so.$(SOVERSION) install: - install -m 644 libisdnnet.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libisdnnet.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libisdnnet.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libisdnnet_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so.$(SOMAJOR) + ln -sf libisdnnet.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libisdnnet.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ ISDNNET_OBJ = net_if.o isdn_debug.o isdn_msg.o fsm.o net_l2.o tei.o net_l3.o \ @@ -22,8 +28,8 @@ libisdnnet.a: $(ISDNNET_OBJ) $(AR) cru $@ $^ $(RANLIB) $@ -libisdnnet.so: $(ISDNNET_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libisdnnet.so.$(SOVERSION): $(ISDNNET_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libisdnnet.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: lib/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/lib/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- lib/Makefile 18 Oct 2006 07:10:23 -0000 1.8 +++ lib/Makefile 16 Dec 2006 16:24:07 -0000 @@ -2,12 +2,18 @@ CC = gcc AR = ar RANLIB = ranlib -all: libmISDN.a libmISDN_pic.a libmISDN.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libmISDN.a libmISDN_pic.a libmISDN.so.$(SOVERSION) install: - install -m 644 libmISDN.so $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libmISDN.a $(INSTALL_PREFIX)/usr/lib + install -m 755 libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so.$(SOMAJOR) + ln -sf libmISDN.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libmISDN.so + install -m 644 libmISDN_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libmISDN.a $(INSTALL_PREFIX)/$(LIBDIR) LIBMISDN_OBJS = device.o layer.o stack.o status.o LIBMISDN_PICOBJS = $(LIBMISDN_OBJS:%.o=%.lo) @@ -20,8 +26,8 @@ libmISDN.a: $(LIBMISDN_OBJS) $(AR) cru $@ $^ $(RANLIB) $@ -libmISDN.so: $(LIBMISDN_OBJS) - $(CC) -shared -Xlinker -x -o $@ $^ +libmISDN.so.$(SOVERSION): $(LIBMISDN_PICOBJS) + $(CC) -shared -Xlinker -x -Wl,-soname,libmISDN.so.$(SOMAJOR) -o $@ $^ .c.o: $(CC) $(CFLAGS) -o $@ -c $< Index: suppserv/Makefile =================================================================== RCS file: /i4ldev/mISDNuser/suppserv/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- suppserv/Makefile 18 Oct 2006 12:32:21 -0000 1.7 +++ suppserv/Makefile 16 Dec 2006 16:24:07 -0000 @@ -7,14 +7,20 @@ RANLIB = ranlib SUPPSERV_OBJ = asn1.o asn1_enc.o asn1_generic.o asn1_aoc.o asn1_basic_service.o asn1_comp.o asn1_diversion.o asn1_address.o fac.o SUPPSERV_PICOBJ = $(SUPPSERV_OBJ:%.o=%.lo) -all: libsuppserv.a libsuppserv_pic.a libsuppserv.so +SOMAJOR=0 +SOMINOR=0.0 +SOVERSION=$(SOMAJOR).$(SOMINOR) + +all: libsuppserv.a libsuppserv_pic.a libsuppserv.so.$(SOVERSION) main: $(SUPPSERVOBJ) install: - install -m 644 libsuppserv.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/usr/lib - install -m 644 libsuppserv.so $(INSTALL_PREFIX)/usr/lib + install -m 644 libsuppserv.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 644 libsuppserv_pic.a $(INSTALL_PREFIX)/$(LIBDIR) + install -m 755 libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so.$(SOMAJOR) + ln -sf libsuppserv.so.$(SOVERSION) $(INSTALL_PREFIX)/$(LIBDIR)/libsuppserv.so cp *.h $(INSTALL_PREFIX)/usr/include/mISDNuser/ libsuppserv_pic.a: $(SUPPSERV_PICOBJ) @@ -25,8 +31,8 @@ libsuppserv.a: $(SUPPSERV_OBJ) $(AR) cru $@ $< $(RANLIB) $@ -libsuppserv.so: $(SUPPSERV_OBJ) - $(CC) -shared -Xlinker -x -o $@ $^ +libsuppserv.so.$(SOVERSION): $(SUPPSERV_PICOBJ) + $(CC) -shared -Xlinker -x -Wl,-soname,libsuppserv.so.$(SOMAJOR) -o $@ $^ .c.o: From fedora-extras-commits at redhat.com Sat Dec 16 17:34:19 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 12:34:19 -0500 Subject: rpms/gnubiff import.log,1.7,1.8 Message-ID: <200612161734.kBGHYJMP003484@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3446 Modified Files: import.log Log Message: auto-import gnubiff-2.2.4-1 on branch devel from gnubiff-2.2.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnubiff/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 4 Nov 2006 18:04:28 -0000 1.7 +++ import.log 16 Dec 2006 17:33:49 -0000 1.8 @@ -4,3 +4,4 @@ gnubiff-2_2_2-3:HEAD:gnubiff-2.2.2-3.src.rpm:1160768093 gnubiff-2_2_2-4:HEAD:gnubiff-2.2.2-4.src.rpm:1161024092 gnubiff-2_2_3-1:HEAD:gnubiff-2.2.3-1.src.rpm:1162663463 +gnubiff-2_2_4-1:HEAD:gnubiff-2.2.4-1.src.rpm:1166290823 From fedora-extras-commits at redhat.com Sat Dec 16 17:34:20 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 12:34:20 -0500 Subject: rpms/gnubiff/devel .cvsignore, 1.4, 1.5 gnubiff.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612161734.kBGHYKWk003490@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3446/devel Modified Files: .cvsignore gnubiff.spec sources Log Message: auto-import gnubiff-2.2.4-1 on branch devel from gnubiff-2.2.4-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Nov 2006 18:04:31 -0000 1.4 +++ .cvsignore 16 Dec 2006 17:33:50 -0000 1.5 @@ -1 +1 @@ -gnubiff-2.2.3.tar.gz +gnubiff-2.2.4.tar.gz Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnubiff.spec 4 Nov 2006 18:04:31 -0000 1.6 +++ gnubiff.spec 16 Dec 2006 17:33:50 -0000 1.7 @@ -1,5 +1,5 @@ Name: gnubiff -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: A mail notification program @@ -64,6 +64,9 @@ %{_mandir}/man1/* %changelog +* Sat Dec 16 2006 Damien Durand - 2.2.4-1 +- Upgrade to 2.2.4 + * Sun Nov 04 2006 Damien Durand - 2.2.3-1 - Upgrade to 2.2.3 @@ -82,7 +85,7 @@ * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section -- Fixing %{_datadir}/info to {_infodir} +- Fix %{_datadir}/info to {_infodir} * Tue Apr 23 2006 Damien Durand - 2.2.1-1 - Upgrade to 2.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Nov 2006 18:04:31 -0000 1.4 +++ sources 16 Dec 2006 17:33:50 -0000 1.5 @@ -1 +1 @@ -548c8a65ef27acbf23a134c67ce0f37b gnubiff-2.2.3.tar.gz +a6179aaf1344b29ad4618f87ba4f654f gnubiff-2.2.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:34:29 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:34:29 -0500 Subject: rpms/audacious-docklet - New directory Message-ID: <200612161734.kBGHYTeB003502@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3498/audacious-docklet Log Message: Directory /cvs/extras/rpms/audacious-docklet added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 17:34:34 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:34:34 -0500 Subject: rpms/audacious-docklet/devel - New directory Message-ID: <200612161734.kBGHYY2W003545@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3498/audacious-docklet/devel Log Message: Directory /cvs/extras/rpms/audacious-docklet/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 16 17:35:00 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:35:00 -0500 Subject: rpms/audacious-docklet Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612161735.kBGHZ0Fc003584@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578 Added Files: Makefile import.log Log Message: Setup of module audacious-docklet --- NEW FILE Makefile --- # Top level Makefile for module audacious-docklet all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 16 17:35:05 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:35:05 -0500 Subject: rpms/audacious-docklet/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612161735.kBGHZ5rA003627@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module audacious-docklet --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 16 17:36:36 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 12:36:36 -0500 Subject: rpms/gnubiff/FC-6 gnubiff.spec,1.6,1.7 sources,1.4,1.5 Message-ID: <200612161736.kBGHaatU003706@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3689 Modified Files: gnubiff.spec sources Log Message: Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/FC-6/gnubiff.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnubiff.spec 4 Nov 2006 18:14:08 -0000 1.6 +++ gnubiff.spec 16 Dec 2006 17:36:06 -0000 1.7 @@ -1,5 +1,5 @@ Name: gnubiff -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: A mail notification program @@ -64,6 +64,9 @@ %{_mandir}/man1/* %changelog +* Sat Dec 16 2006 Damien Durand - 2.2.4-1 +- Upgrade to 2.2.4 + * Sun Nov 04 2006 Damien Durand - 2.2.3-1 - Upgrade to 2.2.3 @@ -82,7 +85,7 @@ * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section -- Fixing %{_datadir}/info to {_infodir} +- Fix %{_datadir}/info to {_infodir} * Tue Apr 23 2006 Damien Durand - 2.2.1-1 - Upgrade to 2.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubiff/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Nov 2006 18:14:08 -0000 1.4 +++ sources 16 Dec 2006 17:36:06 -0000 1.5 @@ -1 +1 @@ -548c8a65ef27acbf23a134c67ce0f37b gnubiff-2.2.3.tar.gz +a6179aaf1344b29ad4618f87ba4f654f gnubiff-2.2.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 17:41:58 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:41:58 -0500 Subject: rpms/audacious-docklet import.log,1.1,1.2 Message-ID: <200612161741.kBGHfwbY003868@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3833 Modified Files: import.log Log Message: auto-import audacious-docklet-0.1.1-1 on branch devel from audacious-docklet-0.1.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Dec 2006 17:35:00 -0000 1.1 +++ import.log 16 Dec 2006 17:41:28 -0000 1.2 @@ -0,0 +1 @@ +audacious-docklet-0_1_1-1:HEAD:audacious-docklet-0.1.1-1.src.rpm:1166290469 From fedora-extras-commits at redhat.com Sat Dec 16 17:41:58 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:41:58 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet-0.1.1-prefwindow.patch, NONE, 1.1 audacious-docklet.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612161742.kBGHfwcA003872@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3833/devel Modified Files: .cvsignore sources Added Files: audacious-docklet-0.1.1-prefwindow.patch audacious-docklet.spec Log Message: auto-import audacious-docklet-0.1.1-1 on branch devel from audacious-docklet-0.1.1-1.src.rpm audacious-docklet-0.1.1-prefwindow.patch: --- NEW FILE audacious-docklet-0.1.1-prefwindow.patch --- diff -ruN audacious-docklet-0.1.1-orig/src/menu.c audacious-docklet-0.1.1/src/menu.c --- audacious-docklet-0.1.1-orig/src/menu.c 2005-11-02 06:43:06.000000000 +0800 +++ audacious-docklet-0.1.1/src/menu.c 2006-12-16 16:42:27.000000000 +0800 @@ -44,13 +44,13 @@ { xmms_remote_playlist_next (docklet_plugin.xmms_session); } - +/* static void docklet_menu_preferences_cb (GtkAction * action) { xmms_remote_show_prefs_box (docklet_plugin.xmms_session); } - +*/ static void docklet_menu_quit_cb (GtkAction * action) { @@ -88,12 +88,12 @@ "B", N_("Next"), G_CALLBACK (docklet_menu_next_cb)}, - {"Preferences", +/* {"Preferences", GTK_STOCK_PREFERENCES, N_("Preferences"), "P", N_("Preferences"), - G_CALLBACK (docklet_menu_preferences_cb)}, + G_CALLBACK (docklet_menu_preferences_cb)},*/ {"Quit", GTK_STOCK_QUIT, N_("Quit"), --- NEW FILE audacious-docklet.spec --- %define plugin_dir %(pkg-config audacious --variable=plugin_dir) Name: audacious-docklet Version: 0.1.1 Release: 1%{?dist} Summary: A docklet plugin for Audacious License: GPL Group: Applications/Multimedia URL: http://nedudu.hu/static.php?page=audacious Source0: http://nedudu.hu/downloads/audacious-docklet-0.1.1.tar.bz2 Patch0: audacious-docklet-0.1.1-prefwindow.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: audacious-devel, gettext, perl(XML::Parser) Requires: audacious-plugins %description A plugin that allows you to control Audacious from the system tray. %prep %setup -q %patch0 -p1 -b .prefwindow %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} rm $RPM_BUILD_ROOT/%{plugin_dir}/General/libdocklet.la %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS ChangeLog %{plugin_dir}/General/libdocklet.so %Changelog * Thu Dec 14 2006 Yu Fan - 0.1.1-1 - Modify spec file to conform fedora extras packaging and naming convention * Mon Apr 9 2006 Jiang Tao - Modify spec file from audacious-mac.spec to audacious-docklet plugin. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Dec 2006 17:35:05 -0000 1.1 +++ .cvsignore 16 Dec 2006 17:41:28 -0000 1.2 @@ -0,0 +1 @@ +audacious-docklet-0.1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Dec 2006 17:35:05 -0000 1.1 +++ sources 16 Dec 2006 17:41:28 -0000 1.2 @@ -0,0 +1 @@ +7503981a0a0ee229e5bdbe18553810db *audacious-docklet-0.1.1.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 16 17:44:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 16 Dec 2006 12:44:56 -0500 Subject: rpms/nazghul/devel nazghul.spec,1.9,1.10 Message-ID: <200612161744.kBGHiuQ8003933@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/nazghul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3918 Modified Files: nazghul.spec Log Message: * Sat Dec 16 2006 Jason L Tibbitts III - 0.5.5-3 - Force a link against libpng since SDL_image only loads it at runtime. Index: nazghul.spec =================================================================== RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nazghul.spec 16 Dec 2006 01:48:29 -0000 1.9 +++ nazghul.spec 16 Dec 2006 17:44:26 -0000 1.10 @@ -1,6 +1,6 @@ Name: nazghul Version: 0.5.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games @@ -39,6 +39,7 @@ %build +LIBS='-lpng'; export LIBS %configure make %{?_smp_mflags} @@ -79,6 +80,9 @@ %changelog +* Sat Dec 16 2006 Jason L Tibbitts III - 0.5.5-3 +- Force a link against libpng since SDL_image only loads it at runtime. + * Fri Dec 15 2006 Jason L Tibbitts III - 0.5.5-2 - Add libpng-devel build dependency. From fedora-extras-commits at redhat.com Sat Dec 16 17:50:13 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Sat, 16 Dec 2006 12:50:13 -0500 Subject: owners owners.list,1.2118,1.2119 Message-ID: <200612161750.kBGHoDlc003994@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3979 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2118 retrieving revision 1.2119 diff -u -r1.2118 -r1.2119 --- owners.list 16 Dec 2006 16:21:14 -0000 1.2118 +++ owners.list 16 Dec 2006 17:49:43 -0000 1.2119 @@ -88,6 +88,7 @@ Fedora Extras|atomix|Little mind game where you have to build molecules out of atoms lying around|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|atomorun|Jump&Run game where you have to flee an exploding nuclear bomb|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|audacious|A GTK2 based media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| +Fedora Extras|audacious-docklet|A docklet plugin for Audacious|yufanyufan at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|audacious-plugins|Plugins for the Audacious media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|audacity|A multitrack audio editor|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|aumix|Audio mixer based on ncurses|somlo at cmu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 16 18:04:41 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 13:04:41 -0500 Subject: rpms/gnubiff/FC-6 gnubiff.spec,1.7,NONE sources,1.5,NONE Message-ID: <200612161804.kBGI4f6U007229@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7224 Removed Files: gnubiff.spec sources Log Message: --- gnubiff.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 18:06:00 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sat, 16 Dec 2006 13:06:00 -0500 Subject: rpms/gnubiff/FC-6 gnubiff.spec,1.8,1.9 sources,1.6,1.7 Message-ID: <200612161806.kBGI60fZ007265@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7248 Added Files: gnubiff.spec sources Log Message: Index: gnubiff.spec =================================================================== RCS file: gnubiff.spec diff -N gnubiff.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gnubiff.spec 16 Dec 2006 18:05:30 -0000 1.9 @@ -0,0 +1,101 @@ +Name: gnubiff +Version: 2.2.4 +Release: 1%{?dist} +Summary: A mail notification program + +Group: Applications/Internet +License: GPL +URL: http://gnubiff.sourceforge.net/ +Source0: http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gamin-devel, libglade2-devel, desktop-file-utils, gnome-panel-devel, openssl-devel, perl-XML-Parser +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + +%description +Gnubiff is a mail notification program that periodically checks +for mail and displays headers when new mail has arrived + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir + +desktop-file-install --vendor fedora \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + %{SOURCE1} + +%find_lang %{name} + +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : + +%preun +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README THANKS TODO +%{_bindir}/%{name} +%{_datadir}/%{name} +%{_infodir}/*.info.gz +%{_datadir}/applications/*.desktop +%{_datadir}/pixmaps/*.png +%{_datadir}/gnome-2.0/ui +%{_libdir}/bonobo/servers +%{_mandir}/man1/* + +%changelog +* Sat Dec 16 2006 Damien Durand - 2.2.4-1 +- Upgrade to 2.2.4 + +* Sun Nov 04 2006 Damien Durand - 2.2.3-1 +- Upgrade to 2.2.3 + +* Sun Oct 15 2006 Damien Durand - 2.2.2-4 +- Add perl-XML-Parser in BR + +* Thu Oct 13 2006 Damien Durand - 2.2.2-3 +- Bump Release + +* Mon Aug 28 2006 Damien Durand - 2.2.2-2 +- Bump Release + +* Wed Aug 09 2006 Damien Durand - 2.2.2-1 +- Upgrade to 2.2.2 + +* Wed Apr 24 2006 Damien Durand - 2.2.1-2 +- Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix +- Remove ABOUT-NLS & Changelog in %file section +- Fix %{_datadir}/info to {_infodir} + +* Tue Apr 23 2006 Damien Durand - 2.2.1-1 +- Upgrade to 2.2.1 +- Add --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix in %configure section +- Add gnome-panel-devel, openssl-devel in BuildRequires + +* Sun Apr 21 2006 Damien Durand - 2.2.0-2 +- Add gettext-devel, remove gtk-devel in BuildRequires +- Add %{_datadir}/info/*.info.gz in files section +- Add %post and %preun sections + +* Wed Apr 19 2006 Damien Durand - 2.2.0-1 +- Initial package Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 16 Dec 2006 18:05:30 -0000 1.7 @@ -0,0 +1 @@ +a6179aaf1344b29ad4618f87ba4f654f gnubiff-2.2.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 19:49:06 2006 From: fedora-extras-commits at redhat.com (Christian Jodar (tian)) Date: Sat, 16 Dec 2006 14:49:06 -0500 Subject: rpms/gcstar/devel .cvsignore, 1.2, 1.3 gcstar.spec, 1.2, 1.3 sources, 1.1, 1.2 Message-ID: <200612161949.kBGJn6tp011142@cvs-int.fedora.redhat.com> Author: tian Update of /cvs/extras/rpms/gcstar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11121 Modified Files: .cvsignore gcstar.spec sources Log Message: New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcstar/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 Oct 2006 15:43:32 -0000 1.2 +++ .cvsignore 16 Dec 2006 19:48:36 -0000 1.3 @@ -1 +1 @@ -gcstar-0.5.0.tar.gz +gcstar-1.0.0.tar.gz Index: gcstar.spec =================================================================== RCS file: /cvs/extras/rpms/gcstar/devel/gcstar.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcstar.spec 28 Oct 2006 15:48:24 -0000 1.2 +++ gcstar.spec 16 Dec 2006 19:48:36 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcstar -Version: 0.5.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Personal collections manager Group: Applications/Databases @@ -99,6 +99,8 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sat Dec 16 2006 Tian - 1.0.0-1 + - New upstream version * Sat Oct 28 2006 Tian - 0.5.0-4 - Re-creation of the module because of a problem with previous import * Sun Oct 22 2006 Tian - 0.5.0-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcstar/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Oct 2006 21:29:30 -0000 1.1 +++ sources 16 Dec 2006 19:48:36 -0000 1.2 @@ -1 +1 @@ -12ba75fe2f3091c1ccd03864424a34e2 gcstar-0.5.0.tar.gz +0bf2ce46a4adba23136e65ec6d2bd65d gcstar-1.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 20:07:43 2006 From: fedora-extras-commits at redhat.com (Christian Jodar (tian)) Date: Sat, 16 Dec 2006 15:07:43 -0500 Subject: rpms/gcstar/FC-5 gcstar.spec,1.2,1.3 sources,1.1,1.2 Message-ID: <200612162007.kBGK7hPT014383@cvs-int.fedora.redhat.com> Author: tian Update of /cvs/extras/rpms/gcstar/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14359 Modified Files: gcstar.spec sources Log Message: New upstream version Index: gcstar.spec =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-5/gcstar.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcstar.spec 28 Oct 2006 15:54:00 -0000 1.2 +++ gcstar.spec 16 Dec 2006 20:07:13 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcstar -Version: 0.5.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Personal collections manager Group: Applications/Databases @@ -99,6 +99,8 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sat Dec 16 2006 Tian - 1.0.0-1 + - New upstream version * Sat Oct 28 2006 Tian - 0.5.0-4 - Re-creation of the module because of a problem with previous import * Sun Oct 22 2006 Tian - 0.5.0-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Oct 2006 21:29:30 -0000 1.1 +++ sources 16 Dec 2006 20:07:13 -0000 1.2 @@ -1 +1 @@ -12ba75fe2f3091c1ccd03864424a34e2 gcstar-0.5.0.tar.gz +0bf2ce46a4adba23136e65ec6d2bd65d gcstar-1.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 20:09:55 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sat, 16 Dec 2006 15:09:55 -0500 Subject: rpms/htop/devel .cvsignore, 1.7, 1.8 htop.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612162009.kBGK9tlu014419@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/htop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14400 Modified Files: .cvsignore htop.spec sources Log Message: Update to 0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htop/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Oct 2006 21:05:29 -0000 1.7 +++ .cvsignore 16 Dec 2006 20:09:25 -0000 1.8 @@ -1 +1 @@ -htop-0.6.4.tar.gz +htop-0.6.5.tar.gz Index: htop.spec =================================================================== RCS file: /cvs/extras/rpms/htop/devel/htop.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- htop.spec 4 Oct 2006 21:05:29 -0000 1.10 +++ htop.spec 16 Dec 2006 20:09:25 -0000 1.11 @@ -1,5 +1,5 @@ Name: htop -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: Interactive process viewer @@ -34,8 +34,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ --delete-original \ %{buildroot}%{_datadir}/applications/htop.desktop @@ -54,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + * Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 - Update to 0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htop/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Oct 2006 21:05:29 -0000 1.8 +++ sources 16 Dec 2006 20:09:25 -0000 1.9 @@ -1 +1 @@ -989905bb2559cf6404c1b8e8ffa48b15 htop-0.6.4.tar.gz +180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 20:11:33 2006 From: fedora-extras-commits at redhat.com (Christian Jodar (tian)) Date: Sat, 16 Dec 2006 15:11:33 -0500 Subject: rpms/gcstar/FC-6 gcstar.spec,1.2,1.3 sources,1.1,1.2 Message-ID: <200612162011.kBGKBXrH014486@cvs-int.fedora.redhat.com> Author: tian Update of /cvs/extras/rpms/gcstar/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469 Modified Files: gcstar.spec sources Log Message: New upstream version Index: gcstar.spec =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-6/gcstar.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcstar.spec 28 Oct 2006 15:55:34 -0000 1.2 +++ gcstar.spec 16 Dec 2006 20:11:03 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcstar -Version: 0.5.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Personal collections manager Group: Applications/Databases @@ -99,6 +99,8 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sat Dec 16 2006 Tian - 1.0.0-1 + - New upstream version * Sat Oct 28 2006 Tian - 0.5.0-4 - Re-creation of the module because of a problem with previous import * Sun Oct 22 2006 Tian - 0.5.0-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcstar/FC-6/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Oct 2006 21:29:30 -0000 1.1 +++ sources 16 Dec 2006 20:11:03 -0000 1.2 @@ -1 +1 @@ -12ba75fe2f3091c1ccd03864424a34e2 gcstar-0.5.0.tar.gz +0bf2ce46a4adba23136e65ec6d2bd65d gcstar-1.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 21:03:29 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sat, 16 Dec 2006 16:03:29 -0500 Subject: rpms/htop/FC-6 .cvsignore, 1.7, 1.8 htop.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612162103.kBGL3TrT017821@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/htop/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17790 Modified Files: .cvsignore htop.spec sources Log Message: Update to 0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htop/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Oct 2006 21:05:29 -0000 1.7 +++ .cvsignore 16 Dec 2006 21:02:59 -0000 1.8 @@ -1 +1 @@ -htop-0.6.4.tar.gz +htop-0.6.5.tar.gz Index: htop.spec =================================================================== RCS file: /cvs/extras/rpms/htop/FC-6/htop.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- htop.spec 4 Oct 2006 21:05:29 -0000 1.10 +++ htop.spec 16 Dec 2006 21:02:59 -0000 1.11 @@ -1,5 +1,5 @@ Name: htop -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: Interactive process viewer @@ -34,8 +34,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ --delete-original \ %{buildroot}%{_datadir}/applications/htop.desktop @@ -54,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + * Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 - Update to 0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htop/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Oct 2006 21:05:29 -0000 1.8 +++ sources 16 Dec 2006 21:02:59 -0000 1.9 @@ -1 +1 @@ -989905bb2559cf6404c1b8e8ffa48b15 htop-0.6.4.tar.gz +180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 21:05:44 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sat, 16 Dec 2006 16:05:44 -0500 Subject: rpms/htop/FC-5 .cvsignore, 1.7, 1.8 htop.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200612162105.kBGL5iGt017902@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/htop/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883 Modified Files: .cvsignore htop.spec sources Log Message: Update to 0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htop/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Oct 2006 21:07:46 -0000 1.7 +++ .cvsignore 16 Dec 2006 21:05:14 -0000 1.8 @@ -1 +1 @@ -htop-0.6.4.tar.gz +htop-0.6.5.tar.gz Index: htop.spec =================================================================== RCS file: /cvs/extras/rpms/htop/FC-5/htop.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- htop.spec 4 Oct 2006 21:07:46 -0000 1.9 +++ htop.spec 16 Dec 2006 21:05:14 -0000 1.10 @@ -1,5 +1,5 @@ Name: htop -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} Summary: Interactive process viewer @@ -34,8 +34,6 @@ desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ --delete-original \ %{buildroot}%{_datadir}/applications/htop.desktop @@ -54,6 +52,9 @@ %changelog +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + * Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 - Update to 0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htop/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Oct 2006 21:07:46 -0000 1.8 +++ sources 16 Dec 2006 21:05:14 -0000 1.9 @@ -1 +1 @@ -989905bb2559cf6404c1b8e8ffa48b15 htop-0.6.4.tar.gz +180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 21:10:24 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Sat, 16 Dec 2006 16:10:24 -0500 Subject: rpms/mkvtoolnix/devel mkvtoolnix.spec,1.1,1.2 Message-ID: <200612162110.kBGLAOEn017981@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/mkvtoolnix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17966 Modified Files: mkvtoolnix.spec Log Message: - rebuilt with new wxGTK Index: mkvtoolnix.spec =================================================================== RCS file: /cvs/extras/rpms/mkvtoolnix/devel/mkvtoolnix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mkvtoolnix.spec 6 Dec 2006 12:16:36 -0000 1.1 +++ mkvtoolnix.spec 16 Dec 2006 21:09:54 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Matroska container manipulation utilities Name: mkvtoolnix Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Multimedia Source0: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2 @@ -101,6 +101,9 @@ %{_datadir}/icons/hicolor/32x32/apps/mmg.xpm %changelog +* Sat Dec 16 2006 Dominik Mierzejewski 1.8.1-2 +- rebuilt with new wxGTK + * Tue Dec 05 2006 Dominik Mierzejewski 1.8.1-1 - updated to 1.8.1 From fedora-extras-commits at redhat.com Sat Dec 16 22:47:17 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 17:47:17 -0500 Subject: rpms/perl-Data-Hierarchy/devel .cvsignore, 1.2, 1.3 perl-Data-Hierarchy.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162247.kBGMlH5g021515@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21496 Modified Files: .cvsignore perl-Data-Hierarchy.spec sources Log Message: Update to 0.34 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:52:46 -0000 1.2 +++ .cvsignore 16 Dec 2006 22:46:47 -0000 1.3 @@ -1 +1 @@ -Data-Hierarchy-0.22.tar.gz +Data-Hierarchy-0.34.tar.gz Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/perl-Data-Hierarchy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Hierarchy.spec 29 Jun 2006 05:52:46 -0000 1.1 +++ perl-Data-Hierarchy.spec 16 Dec 2006 22:46:47 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Data-Hierarchy -Version: 0.22 -Release: 2%{?dist} +Version: 0.34 +Release: 1%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic Group: Development/Libraries @@ -45,6 +45,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-1 +- Update to 0.34 + * Tue Jun 27 2006 Ian Burrell - 0.22-2 - Remove useless requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:52:46 -0000 1.2 +++ sources 16 Dec 2006 22:46:47 -0000 1.3 @@ -1 +1 @@ -f620014fc04e38d0e3a5283e9f7d8678 Data-Hierarchy-0.22.tar.gz +f4ac04c7f676cbfff9bbd1be118d4c66 Data-Hierarchy-0.34.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 22:57:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 17:57:03 -0500 Subject: rpms/php-pear-XML-Util/FC-5 .cvsignore, 1.3, 1.4 php-pear-XML-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612162257.kBGMv3MP021854@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21801/FC-5 Modified Files: .cvsignore php-pear-XML-Util.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 +++ .cvsignore 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -XML_Util-1.1.2.tgz +XML_Util-1.1.4.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/php-pear-XML-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 +++ php-pear-XML-Util.spec 16 Dec 2006 22:56:33 -0000 1.3 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.2 +Version: 1.1.4 Release: 1%{?dist} Summary: XML utility class @@ -89,6 +89,9 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.1.4-1 +- Upstream sync + * Sat Dec 02 2006 Christopher Stone 1.1.2-1 - Upstream sync - Add php license to %%doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:50:01 -0000 1.3 +++ sources 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz +5b28a79000d47f2bde73c10ca191e402 XML_Util-1.1.4.tgz From fedora-extras-commits at redhat.com Sat Dec 16 22:57:03 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 17:57:03 -0500 Subject: rpms/php-pear-XML-Util/FC-6 .cvsignore, 1.3, 1.4 php-pear-XML-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612162257.kBGMv3on021859@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21801/FC-6 Modified Files: .cvsignore php-pear-XML-Util.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:50:01 -0000 1.3 +++ .cvsignore 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -XML_Util-1.1.2.tgz +XML_Util-1.1.4.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/php-pear-XML-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Util.spec 2 Dec 2006 21:50:01 -0000 1.2 +++ php-pear-XML-Util.spec 16 Dec 2006 22:56:33 -0000 1.3 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.2 +Version: 1.1.4 Release: 1%{?dist} Summary: XML utility class @@ -89,6 +89,9 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.1.4-1 +- Upstream sync + * Sat Dec 02 2006 Christopher Stone 1.1.2-1 - Upstream sync - Add php license to %%doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:50:01 -0000 1.3 +++ sources 16 Dec 2006 22:56:33 -0000 1.4 @@ -1 +1 @@ -b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz +5b28a79000d47f2bde73c10ca191e402 XML_Util-1.1.4.tgz From fedora-extras-commits at redhat.com Sat Dec 16 22:57:08 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 17:57:08 -0500 Subject: rpms/php-pear-XML-Util/devel .cvsignore, 1.3, 1.4 php-pear-XML-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612162257.kBGMv8m4021866@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-XML-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21801/devel Modified Files: .cvsignore php-pear-XML-Util.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 21:50:07 -0000 1.3 +++ .cvsignore 16 Dec 2006 22:56:38 -0000 1.4 @@ -1 +1 @@ -XML_Util-1.1.2.tgz +XML_Util-1.1.4.tgz Index: php-pear-XML-Util.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/php-pear-XML-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-XML-Util.spec 2 Dec 2006 21:50:07 -0000 1.2 +++ php-pear-XML-Util.spec 16 Dec 2006 22:56:38 -0000 1.3 @@ -2,7 +2,7 @@ %define pear_name XML_Util Name: php-pear-XML-Util -Version: 1.1.2 +Version: 1.1.4 Release: 1%{?dist} Summary: XML utility class @@ -89,6 +89,9 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.1.4-1 +- Upstream sync + * Sat Dec 02 2006 Christopher Stone 1.1.2-1 - Upstream sync - Add php license to %%doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-XML-Util/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 21:50:07 -0000 1.3 +++ sources 16 Dec 2006 22:56:38 -0000 1.4 @@ -1 +1 @@ -b84ca2a5fd0b54a0c93d8123970c7c42 XML_Util-1.1.2.tgz +5b28a79000d47f2bde73c10ca191e402 XML_Util-1.1.4.tgz From fedora-extras-commits at redhat.com Sat Dec 16 22:59:48 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 17:59:48 -0500 Subject: rpms/perl-Data-Hierarchy/devel perl-Data-Hierarchy.spec,1.2,1.3 Message-ID: <200612162259.kBGMxmji022011@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21996 Modified Files: perl-Data-Hierarchy.spec Log Message: Add Test::Exception BuildRequires; remove Clone BuildRequires Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/devel/perl-Data-Hierarchy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-Hierarchy.spec 16 Dec 2006 22:46:47 -0000 1.2 +++ perl-Data-Hierarchy.spec 16 Dec 2006 22:59:18 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-Hierarchy Version: 0.34 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic Group: Development/Libraries @@ -8,7 +8,7 @@ Source0: http://www.cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Clone) +BuildRequires: perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +45,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-2 +- Add Test::Exception BuildRequires +- Remove Clone BuildRequires + * Sat Dec 16 2006 Ian Burrell - 0.34-1 - Update to 0.34 From fedora-extras-commits at redhat.com Sat Dec 16 23:03:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:12 -0500 Subject: rpms/perl-WWW-Babelfish/FC-5 perl-WWW-Babelfish.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3Cv8025282@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203/FC-5 Modified Files: perl-WWW-Babelfish.spec sources Log Message: update to 0.16 Index: perl-WWW-Babelfish.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-5/perl-WWW-Babelfish.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-WWW-Babelfish.spec 13 Nov 2006 16:38:19 -0000 1.2 +++ perl-WWW-Babelfish.spec 16 Dec 2006 23:02:42 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-WWW-Babelfish -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl extension for translation via Babelfish or Google License: GPL or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Chris Weyl 0.16-1 +- update to 0.16 + * Mon Nov 13 2006 Chris Weyl 0.15-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Nov 2006 16:37:29 -0000 1.2 +++ sources 16 Dec 2006 23:02:42 -0000 1.3 @@ -1 +1 @@ -bc6293dabcbf5e96435fc8acaf8ac939 WWW-Babelfish-0.15.tar.gz +21f881470fd159c6732b4da866648452 WWW-Babelfish-0.16.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:12 -0500 Subject: rpms/perl-WWW-Babelfish Makefile,1.1,1.2 Message-ID: <200612162303.kBGN3CYF025278@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203 Modified Files: Makefile Log Message: update to 0.16 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 13 Nov 2006 16:37:11 -0000 1.1 +++ Makefile 16 Dec 2006 23:02:42 -0000 1.2 @@ -2,6 +2,15 @@ all : CVS/Root common-update @cvs update +# for target build-all +BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//') + +# tag & build all non-legacy branches... +build-all : + @echo NOTICE: building for ${BRANCHES} + @sleep 5s + @for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done + common-update : common @cd common && cvs update From fedora-extras-commits at redhat.com Sat Dec 16 23:03:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:17 -0500 Subject: rpms/perl-WWW-Babelfish/FC-6 perl-WWW-Babelfish.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3Hax025320@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203/FC-6 Modified Files: perl-WWW-Babelfish.spec sources Log Message: update to 0.16 Index: perl-WWW-Babelfish.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-6/perl-WWW-Babelfish.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-WWW-Babelfish.spec 13 Nov 2006 16:38:19 -0000 1.2 +++ perl-WWW-Babelfish.spec 16 Dec 2006 23:02:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-WWW-Babelfish -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl extension for translation via Babelfish or Google License: GPL or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Chris Weyl 0.16-1 +- update to 0.16 + * Mon Nov 13 2006 Chris Weyl 0.15-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Nov 2006 16:37:29 -0000 1.2 +++ sources 16 Dec 2006 23:02:47 -0000 1.3 @@ -1 +1 @@ -bc6293dabcbf5e96435fc8acaf8ac939 WWW-Babelfish-0.15.tar.gz +21f881470fd159c6732b4da866648452 WWW-Babelfish-0.16.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 16 Dec 2006 18:03:17 -0500 Subject: rpms/perl-WWW-Babelfish/devel .cvsignore, 1.2, 1.3 perl-WWW-Babelfish.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3H3W025325@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Babelfish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25203/devel Modified Files: .cvsignore perl-WWW-Babelfish.spec sources Log Message: update to 0.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Nov 2006 16:37:29 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:02:47 -0000 1.3 @@ -1 +1 @@ -WWW-Babelfish-0.15.tar.gz +WWW-Babelfish-0.16.tar.gz Index: perl-WWW-Babelfish.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/devel/perl-WWW-Babelfish.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-WWW-Babelfish.spec 13 Nov 2006 16:38:19 -0000 1.2 +++ perl-WWW-Babelfish.spec 16 Dec 2006 23:02:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-WWW-Babelfish -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl extension for translation via Babelfish or Google License: GPL or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Chris Weyl 0.16-1 +- update to 0.16 + * Mon Nov 13 2006 Chris Weyl 0.15-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Babelfish/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Nov 2006 16:37:29 -0000 1.2 +++ sources 16 Dec 2006 23:02:47 -0000 1.3 @@ -1 +1 @@ -bc6293dabcbf5e96435fc8acaf8ac939 WWW-Babelfish-0.15.tar.gz +21f881470fd159c6732b4da866648452 WWW-Babelfish-0.16.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 18:03:44 -0500 Subject: rpms/php-pear-DB-DataObject/FC-5 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-DB-DataObject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3ihc025457@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-DB-DataObject/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25288/FC-5 Modified Files: .cvsignore php-pear-DB-DataObject.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync. add license to doc --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 14:18:35 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -DB_DataObject-1.8.4.tgz +DB_DataObject-1.8.5.tgz Index: php-pear-DB-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-5/php-pear-DB-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-DB-DataObject.spec 21 Nov 2006 14:18:35 -0000 1.1 +++ php-pear-DB-DataObject.spec 16 Dec 2006 23:03:14 -0000 1.2 @@ -2,21 +2,22 @@ %define pear_name DB_DataObject Name: php-pear-DB-DataObject -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.8.5 +Release: 1%{?dist} Summary: An SQL Builder, Object Interface to Database Tables Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/DB_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(DB) >= 1.7.0 php-pear(Date) >= 1.4.3 -Requires(hint): php-pear(MDB2) >= 2.0.0 php-pear(Validate) >= 0.1.1 +Requires: php-pear(DB) >= 1.7.0, php-pear(Date) >= 1.4.3 +Requires(hint): php-pear(MDB2) >= 2.0.0, php-pear(Validate) >= 0.1.1 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -82,7 +84,7 @@ %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/* +%doc LICENSE %{pear_name}-%{version}/docdir/%{pear_name}/docs/* %{_bindir}/createTables.php %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/DB/DataObject* @@ -90,6 +92,10 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.8.5-1 +- Upstream sync +- Add LICENSE to %%doc + * Fri Nov 17 2006 Christohper Stone 1.8.4-2 - Fix version number in %%changelog - Add versioned Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 14:18:35 -0000 1.2 +++ sources 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -770c44d243066340d639b063235dcc02 DB_DataObject-1.8.4.tgz +cf20a7ac0df80993b00493e9680975c3 DB_DataObject-1.8.5.tgz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 18:03:44 -0500 Subject: rpms/php-pear-DB-DataObject/FC-6 PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-DB-DataObject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3ick025464@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-DB-DataObject/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25288/FC-6 Modified Files: .cvsignore php-pear-DB-DataObject.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync. add license to doc --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 14:18:35 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -DB_DataObject-1.8.4.tgz +DB_DataObject-1.8.5.tgz Index: php-pear-DB-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-6/php-pear-DB-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-DB-DataObject.spec 21 Nov 2006 14:18:35 -0000 1.1 +++ php-pear-DB-DataObject.spec 16 Dec 2006 23:03:14 -0000 1.2 @@ -2,21 +2,22 @@ %define pear_name DB_DataObject Name: php-pear-DB-DataObject -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.8.5 +Release: 1%{?dist} Summary: An SQL Builder, Object Interface to Database Tables Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/DB_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(DB) >= 1.7.0 php-pear(Date) >= 1.4.3 -Requires(hint): php-pear(MDB2) >= 2.0.0 php-pear(Validate) >= 0.1.1 +Requires: php-pear(DB) >= 1.7.0, php-pear(Date) >= 1.4.3 +Requires(hint): php-pear(MDB2) >= 2.0.0, php-pear(Validate) >= 0.1.1 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -82,7 +84,7 @@ %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/* +%doc LICENSE %{pear_name}-%{version}/docdir/%{pear_name}/docs/* %{_bindir}/createTables.php %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/DB/DataObject* @@ -90,6 +92,10 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.8.5-1 +- Upstream sync +- Add LICENSE to %%doc + * Fri Nov 17 2006 Christohper Stone 1.8.4-2 - Fix version number in %%changelog - Add versioned Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 14:18:35 -0000 1.2 +++ sources 16 Dec 2006 23:03:14 -0000 1.3 @@ -1 +1 @@ -770c44d243066340d639b063235dcc02 DB_DataObject-1.8.4.tgz +cf20a7ac0df80993b00493e9680975c3 DB_DataObject-1.8.5.tgz From fedora-extras-commits at redhat.com Sat Dec 16 23:03:50 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 16 Dec 2006 18:03:50 -0500 Subject: rpms/php-pear-DB-DataObject/devel PHP-LICENSE-3.01, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pear-DB-DataObject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162303.kBGN3orR025474@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-DB-DataObject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25288/devel Modified Files: .cvsignore php-pear-DB-DataObject.spec sources Added Files: PHP-LICENSE-3.01 Log Message: upstream sync. add license to doc --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2006 14:18:35 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:03:20 -0000 1.3 @@ -1 +1 @@ -DB_DataObject-1.8.4.tgz +DB_DataObject-1.8.5.tgz Index: php-pear-DB-DataObject.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/devel/php-pear-DB-DataObject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-DB-DataObject.spec 21 Nov 2006 14:18:35 -0000 1.1 +++ php-pear-DB-DataObject.spec 16 Dec 2006 23:03:20 -0000 1.2 @@ -2,21 +2,22 @@ %define pear_name DB_DataObject Name: php-pear-DB-DataObject -Version: 1.8.4 -Release: 2%{?dist} +Version: 1.8.5 +Release: 1%{?dist} Summary: An SQL Builder, Object Interface to Database Tables Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/DB_DataObject Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz +Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) -Requires: php-pear(DB) >= 1.7.0 php-pear(Date) >= 1.4.3 -Requires(hint): php-pear(MDB2) >= 2.0.0 php-pear(Validate) >= 0.1.1 +Requires: php-pear(DB) >= 1.7.0, php-pear(Date) >= 1.4.3 +Requires(hint): php-pear(MDB2) >= 2.0.0, php-pear(Validate) >= 0.1.1 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -35,6 +36,7 @@ %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml +install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} @@ -82,7 +84,7 @@ %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/* +%doc LICENSE %{pear_name}-%{version}/docdir/%{pear_name}/docs/* %{_bindir}/createTables.php %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/DB/DataObject* @@ -90,6 +92,10 @@ %changelog +* Sat Dec 16 2006 Christopher Stone 1.8.5-1 +- Upstream sync +- Add LICENSE to %%doc + * Fri Nov 17 2006 Christohper Stone 1.8.4-2 - Fix version number in %%changelog - Add versioned Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-DB-DataObject/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2006 14:18:35 -0000 1.2 +++ sources 16 Dec 2006 23:03:20 -0000 1.3 @@ -1 +1 @@ -770c44d243066340d639b063235dcc02 DB_DataObject-1.8.4.tgz +cf20a7ac0df80993b00493e9680975c3 DB_DataObject-1.8.5.tgz From fedora-extras-commits at redhat.com Sat Dec 16 23:09:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:09:27 -0500 Subject: rpms/perl-Alien-wxWidgets/devel .cvsignore, 1.6, 1.7 perl-Alien-wxWidgets.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200612162309.kBGN9RNl025646@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25627 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Nov 2006 15:04:35 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:08:57 -0000 1.7 @@ -1 +1 @@ -Alien-wxWidgets-0.25.tar.gz +Alien-wxWidgets-0.26.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Alien-wxWidgets.spec 16 Dec 2006 02:21:26 -0000 1.8 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 23:08:57 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets -Version: 0.25 -Release: 2%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + * Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 - Rebuild (wxGTK 2.8.0). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Nov 2006 15:04:35 -0000 1.6 +++ sources 16 Dec 2006 23:08:57 -0000 1.7 @@ -1 +1 @@ -79e0404a36b37c1f8af4ce1f6be0537e Alien-wxWidgets-0.25.tar.gz +da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:13:39 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:13:39 -0500 Subject: rpms/perl-Data-Hierarchy/FC-6 .cvsignore, 1.2, 1.3 perl-Data-Hierarchy.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162313.kBGNDd0S025750@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25731 Modified Files: .cvsignore perl-Data-Hierarchy.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:52:46 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:13:09 -0000 1.3 @@ -1 +1 @@ -Data-Hierarchy-0.22.tar.gz +Data-Hierarchy-0.34.tar.gz Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-6/perl-Data-Hierarchy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Hierarchy.spec 29 Jun 2006 05:52:46 -0000 1.1 +++ perl-Data-Hierarchy.spec 16 Dec 2006 23:13:09 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Data-Hierarchy -Version: 0.22 +Version: 0.34 Release: 2%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic @@ -8,7 +8,7 @@ Source0: http://www.cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Clone) +BuildRequires: perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +45,13 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-2 +- Add Test::Exception BuildRequires +- Remove Clone BuildRequires + +* Sat Dec 16 2006 Ian Burrell - 0.34-1 +- Update to 0.34 + * Tue Jun 27 2006 Ian Burrell - 0.22-2 - Remove useless requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:52:46 -0000 1.2 +++ sources 16 Dec 2006 23:13:09 -0000 1.3 @@ -1 +1 @@ -f620014fc04e38d0e3a5283e9f7d8678 Data-Hierarchy-0.22.tar.gz +f4ac04c7f676cbfff9bbd1be118d4c66 Data-Hierarchy-0.34.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:14:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:14:58 -0500 Subject: rpms/perl-Log-Dispatch/devel .cvsignore, 1.5, 1.6 perl-Log-Dispatch.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200612162314.kBGNEwEM025818@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25799 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.15. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Nov 2006 14:38:47 -0000 1.5 +++ .cvsignore 16 Dec 2006 23:14:27 -0000 1.6 @@ -1 +1 @@ -Log-Dispatch-2.14.tar.gz +Log-Dispatch-2.15.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Log-Dispatch.spec 25 Nov 2006 22:51:15 -0000 1.8 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:14:27 -0000 1.9 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.14 -Release: 2%{?dist} +Version: 2.15 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -79,6 +79,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 +- Update to 2.15. + * Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-2 - Log-Dispatch-2.11-mod_perl2.patch no longer needed. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Nov 2006 14:38:47 -0000 1.5 +++ sources 16 Dec 2006 23:14:27 -0000 1.6 @@ -1 +1 @@ -163825c45fcb359faf9803e10f7f9c58 Log-Dispatch-2.14.tar.gz +a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:19:36 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:19:36 -0500 Subject: rpms/perl-Data-Hierarchy/FC-5 .cvsignore, 1.2, 1.3 perl-Data-Hierarchy.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162319.kBGNJaAm026003@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-Data-Hierarchy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25984 Modified Files: .cvsignore perl-Data-Hierarchy.spec sources Log Message: Update from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:52:46 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:19:06 -0000 1.3 @@ -1 +1 @@ -Data-Hierarchy-0.22.tar.gz +Data-Hierarchy-0.34.tar.gz Index: perl-Data-Hierarchy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-5/perl-Data-Hierarchy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Hierarchy.spec 29 Jun 2006 05:52:46 -0000 1.1 +++ perl-Data-Hierarchy.spec 16 Dec 2006 23:19:06 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Data-Hierarchy -Version: 0.22 +Version: 0.34 Release: 2%{?dist} Summary: Handle data in a hierarchical structure License: GPL or Artistic @@ -8,7 +8,7 @@ Source0: http://www.cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Clone) +BuildRequires: perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +45,13 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.34-2 +- Add Test::Exception BuildRequires +- Remove Clone BuildRequires + +* Sat Dec 16 2006 Ian Burrell - 0.34-1 +- Update to 0.34 + * Tue Jun 27 2006 Ian Burrell - 0.22-2 - Remove useless requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Hierarchy/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:52:46 -0000 1.2 +++ sources 16 Dec 2006 23:19:06 -0000 1.3 @@ -1 +1 @@ -f620014fc04e38d0e3a5283e9f7d8678 Data-Hierarchy-0.22.tar.gz +f4ac04c7f676cbfff9bbd1be118d4c66 Data-Hierarchy-0.34.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:20:14 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:20:14 -0500 Subject: rpms/perl-PerlIO-eol/devel .cvsignore, 1.2, 1.3 perl-PerlIO-eol.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162320.kBGNKEV7026066@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-PerlIO-eol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26009 Modified Files: .cvsignore perl-PerlIO-eol.spec sources Log Message: Update to 0.14 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:01:14 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:19:43 -0000 1.3 @@ -1 +1 @@ -PerlIO-eol-0.13.tar.gz +PerlIO-eol-0.14.tar.gz Index: perl-PerlIO-eol.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/devel/perl-PerlIO-eol.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-PerlIO-eol.spec 11 Sep 2006 19:49:49 -0000 1.2 +++ perl-PerlIO-eol.spec 16 Dec 2006 23:19:43 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-PerlIO-eol -Version: 0.13 -Release: 4%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: PerlIO layer for normalizing line endings License: GPL or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.14-1 +- Update to 0.14 + * Mon Sep 11 2006 Ian M. Burrell - 0.13-4 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 06:01:14 -0000 1.2 +++ sources 16 Dec 2006 23:19:43 -0000 1.3 @@ -1 +1 @@ -7e11fb1cc3b2a65678714877ae361823 PerlIO-eol-0.13.tar.gz +55c5d3fafab00a511ff1c2722060235c PerlIO-eol-0.14.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:23:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:23:45 -0500 Subject: rpms/perl-Wx/devel .cvsignore, 1.9, 1.10 perl-Wx.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612162323.kBGNNjGl026156@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26137 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Update to 0.67. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 16 Dec 2006 03:35:24 -0000 1.9 +++ .cvsignore 16 Dec 2006 23:23:15 -0000 1.10 @@ -1 +1 @@ -Wx-0.66.tar.gz +Wx-0.67.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Wx.spec 16 Dec 2006 03:35:24 -0000 1.9 +++ perl-Wx.spec 16 Dec 2006 23:23:15 -0000 1.10 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.66 +Version: 0.67 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.67-1 +- Update to 0.67. + * Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 - Update to 0.66. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 16 Dec 2006 03:35:24 -0000 1.9 +++ sources 16 Dec 2006 23:23:15 -0000 1.10 @@ -1 +1 @@ -33b527ea1fdf07f4d5b5906afce7747e Wx-0.66.tar.gz +10c6ff0f0ec0470b65ff94bedf37f07e Wx-0.67.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:27:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:27:54 -0500 Subject: rpms/perl-Log-Dispatch/devel perl-Log-Dispatch.spec,1.9,1.10 Message-ID: <200612162327.kBGNRspq026265@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26247 Modified Files: perl-Log-Dispatch.spec Log Message: New build requirement: perl(IO::String). Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Log-Dispatch.spec 16 Dec 2006 23:14:27 -0000 1.9 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:27:24 -0000 1.10 @@ -8,7 +8,7 @@ Name: perl-Log-Dispatch Version: 2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -26,6 +26,7 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) +BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -79,6 +80,9 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 +- New build requirement: perl(IO::String). + * Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 - Update to 2.15. From fedora-extras-commits at redhat.com Sat Dec 16 23:29:35 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:29:35 -0500 Subject: rpms/perl-PerlIO-eol/FC-6 .cvsignore, 1.2, 1.3 perl-PerlIO-eol.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612162329.kBGNTZgT026379@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-PerlIO-eol/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26314 Modified Files: .cvsignore perl-PerlIO-eol.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:01:14 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:29:05 -0000 1.3 @@ -1 +1 @@ -PerlIO-eol-0.13.tar.gz +PerlIO-eol-0.14.tar.gz Index: perl-PerlIO-eol.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-6/perl-PerlIO-eol.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-PerlIO-eol.spec 11 Sep 2006 19:49:49 -0000 1.2 +++ perl-PerlIO-eol.spec 16 Dec 2006 23:29:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-PerlIO-eol -Version: 0.13 -Release: 4%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: PerlIO layer for normalizing line endings License: GPL or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.14-1 +- Update to 0.14 + * Mon Sep 11 2006 Ian M. Burrell - 0.13-4 - Rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 06:01:14 -0000 1.2 +++ sources 16 Dec 2006 23:29:05 -0000 1.3 @@ -1 +1 @@ -7e11fb1cc3b2a65678714877ae361823 PerlIO-eol-0.13.tar.gz +55c5d3fafab00a511ff1c2722060235c PerlIO-eol-0.14.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:31:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:31:05 -0500 Subject: rpms/perl-Alien-wxWidgets/FC-6 .cvsignore, 1.6, 1.7 perl-Alien-wxWidgets.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200612162331.kBGNV5xw026499@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26440/FC-6 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Nov 2006 15:04:32 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:30:35 -0000 1.7 @@ -1 +1 @@ -Alien-wxWidgets-0.25.tar.gz +Alien-wxWidgets-0.26.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6/perl-Alien-wxWidgets.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Alien-wxWidgets.spec 11 Nov 2006 15:04:32 -0000 1.7 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 23:30:35 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-Alien-wxWidgets -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries @@ -55,6 +55,12 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 +- Rebuild (wxGTK 2.8.0). + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.25-1 - Update to 0.25. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Nov 2006 15:04:32 -0000 1.6 +++ sources 16 Dec 2006 23:30:35 -0000 1.7 @@ -1 +1 @@ -79e0404a36b37c1f8af4ce1f6be0537e Alien-wxWidgets-0.25.tar.gz +da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:31:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:31:05 -0500 Subject: rpms/perl-Alien-wxWidgets/FC-5 .cvsignore, 1.5, 1.6 perl-Alien-wxWidgets.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200612162331.kBGNV5bq026494@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26440/FC-5 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.26. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Nov 2006 15:04:31 -0000 1.5 +++ .cvsignore 16 Dec 2006 23:30:35 -0000 1.6 @@ -1 +1 @@ -Alien-wxWidgets-0.25.tar.gz +Alien-wxWidgets-0.26.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/perl-Alien-wxWidgets.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Alien-wxWidgets.spec 11 Nov 2006 15:04:31 -0000 1.6 +++ perl-Alien-wxWidgets.spec 16 Dec 2006 23:30:35 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Alien-wxWidgets -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries @@ -55,6 +55,12 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 +- Update to 0.26. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.25-2 +- Rebuild (wxGTK 2.8.0). + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.25-1 - Update to 0.25. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Nov 2006 15:04:31 -0000 1.5 +++ sources 16 Dec 2006 23:30:35 -0000 1.6 @@ -1 +1 @@ -79e0404a36b37c1f8af4ce1f6be0537e Alien-wxWidgets-0.25.tar.gz +da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:31:13 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:31:13 -0500 Subject: rpms/perl-PerlIO-eol/FC-5 .cvsignore, 1.2, 1.3 perl-PerlIO-eol.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612162331.kBGNVDq7026504@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-PerlIO-eol/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26475 Modified Files: .cvsignore perl-PerlIO-eol.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:01:14 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:30:43 -0000 1.3 @@ -1 +1 @@ -PerlIO-eol-0.13.tar.gz +PerlIO-eol-0.14.tar.gz Index: perl-PerlIO-eol.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-5/perl-PerlIO-eol.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-PerlIO-eol.spec 29 Jun 2006 06:01:14 -0000 1.1 +++ perl-PerlIO-eol.spec 16 Dec 2006 23:30:43 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-PerlIO-eol -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: PerlIO layer for normalizing line endings License: GPL or Artistic Group: Development/Libraries @@ -46,6 +46,12 @@ %{_mandir}/man3/* %changelog +* Sat Dec 16 2006 Ian Burrell - 0.14-1 +- Update to 0.14 + +* Mon Sep 11 2006 Ian M. Burrell - 0.13-4 +- Rebuild for FC6 + * Tue Jun 27 2006 Ian Burrell - 0.13-3 - Fix rpmlint warnings Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-eol/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 06:01:14 -0000 1.2 +++ sources 16 Dec 2006 23:30:43 -0000 1.3 @@ -1 +1 @@ -7e11fb1cc3b2a65678714877ae361823 PerlIO-eol-0.13.tar.gz +55c5d3fafab00a511ff1c2722060235c PerlIO-eol-0.14.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:34:29 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:34:29 -0500 Subject: rpms/perl-SVN-Mirror/devel .cvsignore, 1.3, 1.4 perl-SVN-Mirror.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612162334.kBGNYT5i026664@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVN-Mirror/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26645 Modified Files: .cvsignore perl-SVN-Mirror.spec sources Log Message: Update to 0.72 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 20:37:09 -0000 1.3 +++ .cvsignore 16 Dec 2006 23:33:59 -0000 1.4 @@ -1 +1 @@ -SVN-Mirror-0.70.tar.gz +SVN-Mirror-0.72.tar.gz Index: perl-SVN-Mirror.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/devel/perl-SVN-Mirror.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-SVN-Mirror.spec 11 Sep 2006 21:45:53 -0000 1.4 +++ perl-SVN-Mirror.spec 16 Dec 2006 23:33:59 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-SVN-Mirror -Version: 0.70 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Mirror remote repository to local Subversion repository License: GPL or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_bindir}/svm %changelog +* Sat Dec 16 2006 Ian Burrell - 0.72-1 +- Update to 0.72 + * Mon Sep 11 2006 Ian M. Burrell - 0.70-2 - Remove fixed patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 20:37:09 -0000 1.3 +++ sources 16 Dec 2006 23:33:59 -0000 1.4 @@ -1 +1 @@ -74d8cacb2f47eb0ce63859557cf7ee7c SVN-Mirror-0.70.tar.gz +e5b67a40307b06781b02468de5985261 SVN-Mirror-0.72.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:37:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:37:11 -0500 Subject: rpms/perl-Log-Dispatch/FC-5 .cvsignore, 1.4, 1.5 perl-Log-Dispatch.spec, 1.6, 1.7 sources, 1.4, 1.5 Log-Dispatch-2.11-mod_perl2.patch, 1.1, NONE Message-ID: <200612162337.kBGNbB2j026774@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26740/FC-5 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Removed Files: Log-Dispatch-2.11-mod_perl2.patch Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Sep 2006 20:46:02 -0000 1.4 +++ .cvsignore 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-2.13.tar.gz +Log-Dispatch-2.15.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/perl-Log-Dispatch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Log-Dispatch.spec 26 Sep 2006 20:46:02 -0000 1.6 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:36:41 -0000 1.7 @@ -7,16 +7,15 @@ Name: perl-Log-Dispatch -Version: 2.13 -Release: 1%{?dist} +Version: 2.15 +Release: 2%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Log-Dispatch/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz -Patch0: Log-Dispatch-2.11-mod_perl2.patch -Patch1: Log-Dispatch-2.11-enable-mail-tests.patch +Patch0: Log-Dispatch-2.11-enable-mail-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +26,7 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) +BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -39,11 +39,8 @@ %prep %setup -q -n Log-Dispatch-%{version} -if %{__perl} -e 'use Apache2::Log' ; then -%patch0 -p1 -fi %if %{mailtests} -%patch1 -p1 +%patch0 -p1 %endif # Requirements list: exclude mod_perl @@ -83,6 +80,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 +- New build requirement: perl(IO::String). + +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 +- Update to 2.15. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-2 +- Log-Dispatch-2.11-mod_perl2.patch no longer needed. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-1 +- Update to 2.14. + * Tue Sep 26 2006 Jose Pedro Oliveira - 2.13-1 - Update to 2.13. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Sep 2006 20:46:02 -0000 1.4 +++ sources 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -88349394af92f521e1ccc845d64fb9f2 Log-Dispatch-2.13.tar.gz +a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz --- Log-Dispatch-2.11-mod_perl2.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 23:37:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:37:11 -0500 Subject: rpms/perl-Log-Dispatch/FC-6 .cvsignore, 1.4, 1.5 perl-Log-Dispatch.spec, 1.6, 1.7 sources, 1.4, 1.5 Log-Dispatch-2.11-mod_perl2.patch, 1.1, NONE Message-ID: <200612162337.kBGNbBm5026777@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26740/FC-6 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Removed Files: Log-Dispatch-2.11-mod_perl2.patch Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Sep 2006 20:46:03 -0000 1.4 +++ .cvsignore 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-2.13.tar.gz +Log-Dispatch-2.15.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-6/perl-Log-Dispatch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Log-Dispatch.spec 26 Sep 2006 20:46:03 -0000 1.6 +++ perl-Log-Dispatch.spec 16 Dec 2006 23:36:41 -0000 1.7 @@ -7,16 +7,15 @@ Name: perl-Log-Dispatch -Version: 2.13 -Release: 1%{?dist} +Version: 2.15 +Release: 2%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Log-Dispatch/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz -Patch0: Log-Dispatch-2.11-mod_perl2.patch -Patch1: Log-Dispatch-2.11-enable-mail-tests.patch +Patch0: Log-Dispatch-2.11-enable-mail-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +26,7 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) +BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -39,11 +39,8 @@ %prep %setup -q -n Log-Dispatch-%{version} -if %{__perl} -e 'use Apache2::Log' ; then -%patch0 -p1 -fi %if %{mailtests} -%patch1 -p1 +%patch0 -p1 %endif # Requirements list: exclude mod_perl @@ -83,6 +80,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 +- New build requirement: perl(IO::String). + +* Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-1 +- Update to 2.15. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-2 +- Log-Dispatch-2.11-mod_perl2.patch no longer needed. + +* Sat Nov 25 2006 Jose Pedro Oliveira - 2.14-1 +- Update to 2.14. + * Tue Sep 26 2006 Jose Pedro Oliveira - 2.13-1 - Update to 2.13. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Sep 2006 20:46:03 -0000 1.4 +++ sources 16 Dec 2006 23:36:41 -0000 1.5 @@ -1 +1 @@ -88349394af92f521e1ccc845d64fb9f2 Log-Dispatch-2.13.tar.gz +a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz --- Log-Dispatch-2.11-mod_perl2.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 16 23:50:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:50:05 -0500 Subject: rpms/perl-Wx/FC-5 .cvsignore, 1.6, 1.7 perl-Wx.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612162350.kBGNo5TX026931@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26897/FC-5 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -Wx-0.64.tar.gz +Wx-0.67.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/perl-Wx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 +++ perl-Wx.spec 16 Dec 2006 23:49:35 -0000 1.6 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.64 +Version: 0.67 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.67-1 +- Update to 0.67. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 +- Update to 0.66. + +* Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 +- Rebuild (wxGTK 2.8.0). + +* Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 +- Update to 0.65. + * Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 - Update to 0.64. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2006 14:36:42 -0000 1.6 +++ sources 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz +10c6ff0f0ec0470b65ff94bedf37f07e Wx-0.67.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:50:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 16 Dec 2006 18:50:05 -0500 Subject: rpms/perl-Wx/FC-6 .cvsignore, 1.6, 1.7 perl-Wx.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612162350.kBGNo5bV026934@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Wx/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26897/FC-6 Modified Files: .cvsignore perl-Wx.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Dec 2006 14:36:42 -0000 1.6 +++ .cvsignore 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -Wx-0.64.tar.gz +Wx-0.67.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/perl-Wx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Wx.spec 1 Dec 2006 14:36:42 -0000 1.5 +++ perl-Wx.spec 16 Dec 2006 23:49:35 -0000 1.6 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.64 +Version: 0.67 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -81,6 +81,18 @@ %changelog +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.67-1 +- Update to 0.67. + +* Sat Dec 16 2006 Jose Pedro Oliveira - 0.66-1 +- Update to 0.66. + +* Fri Dec 15 2006 Jose Pedro Oliveira - 0.65-2 +- Rebuild (wxGTK 2.8.0). + +* Thu Dec 7 2006 Jose Pedro Oliveira - 0.65-1 +- Update to 0.65. + * Fri Dec 1 2006 Jose Pedro Oliveira - 0.64-1 - Update to 0.64. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2006 14:36:42 -0000 1.6 +++ sources 16 Dec 2006 23:49:35 -0000 1.7 @@ -1 +1 @@ -b0d3d41a7442b51ef8e40ffdc4746ff6 Wx-0.64.tar.gz +10c6ff0f0ec0470b65ff94bedf37f07e Wx-0.67.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:53:15 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:53:15 -0500 Subject: rpms/perl-SVN-Mirror/FC-6 .cvsignore, 1.3, 1.4 perl-SVN-Mirror.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612162353.kBGNrFOq027029@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVN-Mirror/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26985 Modified Files: .cvsignore perl-SVN-Mirror.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Sep 2006 20:37:09 -0000 1.3 +++ .cvsignore 16 Dec 2006 23:52:45 -0000 1.4 @@ -1 +1 @@ -SVN-Mirror-0.70.tar.gz +SVN-Mirror-0.72.tar.gz Index: perl-SVN-Mirror.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-6/perl-SVN-Mirror.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-SVN-Mirror.spec 11 Sep 2006 21:45:53 -0000 1.4 +++ perl-SVN-Mirror.spec 16 Dec 2006 23:52:45 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-SVN-Mirror -Version: 0.70 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Mirror remote repository to local Subversion repository License: GPL or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_bindir}/svm %changelog +* Sat Dec 16 2006 Ian Burrell - 0.72-1 +- Update to 0.72 + * Mon Sep 11 2006 Ian M. Burrell - 0.70-2 - Remove fixed patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 20:37:09 -0000 1.3 +++ sources 16 Dec 2006 23:52:45 -0000 1.4 @@ -1 +1 @@ -74d8cacb2f47eb0ce63859557cf7ee7c SVN-Mirror-0.70.tar.gz +e5b67a40307b06781b02468de5985261 SVN-Mirror-0.72.tar.gz From fedora-extras-commits at redhat.com Sat Dec 16 23:53:31 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Sat, 16 Dec 2006 18:53:31 -0500 Subject: rpms/perl-SVN-Mirror/FC-5 .cvsignore, 1.2, 1.3 perl-SVN-Mirror.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612162353.kBGNrVxG027063@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVN-Mirror/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27010 Modified Files: .cvsignore perl-SVN-Mirror.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 06:13:10 -0000 1.2 +++ .cvsignore 16 Dec 2006 23:53:01 -0000 1.3 @@ -1 +1 @@ -SVN-Mirror-0.68.tar.gz +SVN-Mirror-0.72.tar.gz Index: perl-SVN-Mirror.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-5/perl-SVN-Mirror.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-SVN-Mirror.spec 12 Sep 2006 20:40:56 -0000 1.4 +++ perl-SVN-Mirror.spec 16 Dec 2006 23:53:01 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-SVN-Mirror -Version: 0.70 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Mirror remote repository to local Subversion repository License: GPL or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_bindir}/svm %changelog +* Sat Dec 16 2006 Ian Burrell - 0.72-1 +- Update to 0.72 + * Mon Sep 11 2006 Ian M. Burrell - 0.70-2 - Remove fixed patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVN-Mirror/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Sep 2006 20:38:31 -0000 1.3 +++ sources 16 Dec 2006 23:53:01 -0000 1.4 @@ -1 +1 @@ -74d8cacb2f47eb0ce63859557cf7ee7c SVN-Mirror-0.70.tar.gz +e5b67a40307b06781b02468de5985261 SVN-Mirror-0.72.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 00:46:29 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Sat, 16 Dec 2006 19:46:29 -0500 Subject: rpms/tachyon/devel tachyon-rpm.patch,1.1,1.2 tachyon.spec,1.1,1.2 Message-ID: <200612170046.kBH0kTfG030490@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tachyon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30464 Modified Files: tachyon-rpm.patch tachyon.spec Log Message: - add SPARC support tachyon-rpm.patch: Index: tachyon-rpm.patch =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon-rpm.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tachyon-rpm.patch 30 Nov 2006 11:52:52 -0000 1.1 +++ tachyon-rpm.patch 17 Dec 2006 00:45:59 -0000 1.2 @@ -1,5 +1,5 @@ --- tachyon/unix/Make-arch.r 2005-03-18 16:28:05.000000000 +0100 -+++ tachyon/unix/Make-arch 2006-11-29 19:54:45.000000000 +0100 ++++ tachyon/unix/Make-arch 2006-12-17 00:42:01.000000000 +0100 @@ -15,7 +15,7 @@ MISCDEFS=$(USEJPEG) $(USEPNG) $(FLT) $(MBOX) @@ -74,7 +74,8 @@ "ARFLAGS = r" \ - "STRIP = strip" \ + "STRIP = touch" \ -+ "RANLIB = ranlib" \ + "RANLIB = ranlib" \ +- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(MISCLIB) -lm" + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(MISCLIB) -lm" + +# Linux x86 using LAM MPI, with OpenGL display @@ -86,8 +87,7 @@ + "AR = ar" \ + "ARFLAGS = r" \ + "STRIP = touch" \ - "RANLIB = ranlib" \ -- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(MISCLIB) -lm" ++ "RANLIB = ranlib" \ + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" # Linux AMD64/EM64T using LAM MPI @@ -122,7 +122,8 @@ "ARFLAGS = r" \ - "STRIP = strip" \ + "STRIP = touch" \ -+ "RANLIB = ranlib" \ + "RANLIB = ranlib" \ +- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" + +# Linux AMD64/EM64T using threads with OpenGL display @@ -134,13 +135,12 @@ + "AR = ar" \ + "ARFLAGS = r" \ + "STRIP = touch" \ - "RANLIB = ranlib" \ -- "LIBS = -L. -L$(LAMHOME)/lib -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" ++ "RANLIB = ranlib" \ + "LIBS = -L. -ltachyon $(LINUX_GLX_LIBS) $(MISCLIB) -lm -lpthread" # Linux x86 using LAM MPI and threads linux-lam-thr: -@@ -1149,6 +1173,54 @@ +@@ -1149,6 +1173,114 @@ "RANLIB = ranlib" \ "LIBS = -L. -ltachyon $(MISCLIB) -lm" @@ -168,7 +168,7 @@ + "RANLIB = ranlib" \ + "LIBS = -L. -ltachyon $(LINUX_GLX_LIBS) $(MISCLIB) -lm -lpthread" + -+# Linux AMD64/EM64T using LAM MPI ++# Linux PPC using LAM MPI +linux-ppc-lam: + $(MAKE) all \ + "ARCH = linux-ppc-lam" \ @@ -180,7 +180,7 @@ + "RANLIB = ranlib" \ + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(MISCLIB) -lm" + -+# Linux AMD64/EM64T using LAM MPI, with OpenGL display ++# Linux PPC using LAM MPI, with OpenGL display +linux-ppc-lam-ogl: + $(MAKE) all \ + "ARCH = linux-ppc-lam-ogl" \ @@ -192,11 +192,71 @@ + "RANLIB = ranlib" \ + "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" + ++# Linux SPARC using gcc ++linux-sparc: ++ $(MAKE) all \ ++ "ARCH = linux-sparc" \ ++ "CC = gcc" \ ++ "CFLAGS = -m32 -Wall -O2 -DLinux $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = strip" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -ltachyon $(MISCLIB) -lm" ++ ++# Linux SPARC using gcc and threads ++linux-ppc-thr: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-thr" \ ++ "CC = gcc" \ ++ "CFLAGS = -m32 -Wall -O2 -DLinux -DTHR -D_REENTRANT $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread" ++ ++# Linux SPARC using threads with OpenGL display ++linux-ppc-thr-ogl: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-thr-ogl" \ ++ "CC = gcc" \ ++ "CFLAGS = -m32 -Wall -O2 -DLinux -DTHR -D_REENTRANT -DUSEOPENGL $(LINUX_GLX_INCS) $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -ltachyon $(LINUX_GLX_LIBS) $(MISCLIB) -lm -lpthread" ++ ++# Linux SPARC using LAM MPI ++linux-sparc-lam: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-lam" \ ++ "CC = mpicc" \ ++ "CFLAGS = -m32 -Wall -O2 -I$(LAMHOME)/h -DLinux -DMPI $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(MISCLIB) -lm" ++ ++# Linux SPARC using LAM MPI, with OpenGL display ++linux-sparc-lam-ogl: ++ $(MAKE) all \ ++ "ARCH = linux-sparc-lam-ogl" \ ++ "CC = mpicc" \ ++ "CFLAGS = -m32 -Wall -O2 -I$(LAMHOME)/h -DLinux -DMPI -DUSEOPENGL $(LINUX_GLX_INCS) $(MISCFLAGS)" \ ++ "AR = ar" \ ++ "ARFLAGS = r" \ ++ "STRIP = touch" \ ++ "RANLIB = ranlib" \ ++ "LIBS = -L. -L$(LAMHOME) -ltachyon -lmpi $(LINUX_GLX_LIBS) $(MISCLIB) -lm" ++ # Linux PPC using gcc linux-ps2: $(MAKE) all \ --- tachyon/unix/Make-config.r 2004-03-05 20:41:03.000000000 +0100 -+++ tachyon/unix/Make-config 2006-11-29 19:51:01.000000000 +0100 ++++ tachyon/unix/Make-config 2006-12-17 00:37:45.000000000 +0100 @@ -57,7 +57,7 @@ ########################################################################## @@ -249,7 +309,7 @@ ########################################################################## --- tachyon/unix/Make-opengl.r 2004-02-04 07:36:06.000000000 +0100 -+++ tachyon/unix/Make-opengl 2006-11-29 19:51:01.000000000 +0100 ++++ tachyon/unix/Make-opengl 2006-12-17 00:37:45.000000000 +0100 @@ -9,8 +9,8 @@ # # Generic Mesa OpenGL / GLX include and link specs, for most platforms Index: tachyon.spec =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tachyon.spec 30 Nov 2006 11:52:52 -0000 1.1 +++ tachyon.spec 17 Dec 2006 00:45:59 -0000 1.2 @@ -7,11 +7,14 @@ %ifarch ppc %define target linux-ppc %endif +%ifarch sparc +%define target linux-sparc +%endif Summary: Parallel / Multiprocessor Ray Tracing System Name: tachyon Version: 0.97 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://jedi.ks.uiuc.edu/~johns/raytracer/ Group: Applications/Engineering Source: http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/tachyon-0.97.tar.gz @@ -139,6 +142,9 @@ %{_datadir}/tachyon %changelog +* Sun Dec 17 2006 Dominik 'Rathann' Mierzejewski 0.97-3 +- add SPARC support + * Wed Nov 29 2006 Dominik 'Rathann' Mierzejewski 0.97-2 - use only kosher CFLAGS - fix target setting From fedora-extras-commits at redhat.com Sun Dec 17 01:05:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 16 Dec 2006 20:05:12 -0500 Subject: rpms/emelfm2/devel .cvsignore, 1.9, 1.10 emelfm2-makefile.config.patch, 1.2, 1.3 emelfm2.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <200612170105.kBH15CfE001247@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1223 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: update to 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 Aug 2006 23:03:11 -0000 1.9 +++ .cvsignore 17 Dec 2006 01:04:42 -0000 1.10 @@ -1 +1 @@ -emelfm2-0.2.tar.gz +emelfm2-0.3.1.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2-makefile.config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emelfm2-makefile.config.patch 6 Aug 2006 22:22:41 -0000 1.2 +++ emelfm2-makefile.config.patch 17 Dec 2006 01:04:42 -0000 1.3 @@ -1,25 +1,20 @@ ---- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 -+++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 -@@ -2,11 +2,11 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - BIN_DIR ?= $(PREFIX)/bin - +--- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 ++++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +@@ -12,7 +12,7 @@ + ### documentation ### + ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + #the name of the default main-user-guide document + HELPDOC ?= USAGE +@@ -87,7 +87,7 @@ -@@ -63,7 +63,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 + # setting this to 1 includes code (not much) that is applicable only + # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 - ######################### - ### documentation ### + # setting DEBUG to 0/1 turns debugging off/on + DEBUG ?= 0 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- emelfm2.spec 31 Aug 2006 23:03:11 -0000 1.13 +++ emelfm2.spec 17 Dec 2006 01:04:42 -0000 1.14 @@ -1,16 +1,17 @@ Name: emelfm2 -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz -Patch0: emelfm2-makefile.config.patch +Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils +#BuildRequires: gamin-devel Requires: findutils >= 4.2, file, grep, sed %description @@ -20,16 +21,23 @@ opening an xterm. %prep -%setup -qn emelfm2-0.2 +%setup -q %patch0 -p0 -b .orig -sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config + # fix for x86_64 libs sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile + # fix broken icon in emelfm2.desktop sed -i 's!emelfm2/emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop %build -make %{?_smp_mflags} +#echo $RPM_OPT_FLAGS +#export CFLAGS="${RPM_OPT_FLAGS}" +#echo $CFLAGS +make %{?_smp_mflags} \ + OPTIMIZE="${RPM_OPT_FLAGS}" \ + CFLAGS="${RPM_OPT_FLAGS}" \ + PREFIX="%{_prefix}" %install @@ -41,10 +49,9 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Utility \ - --delete-original \ + --add-category Application \ + --add-category Utility \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean @@ -53,11 +60,11 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc docs/ACTIONS docs/CHANGELOG docs/CONFIGURATION docs/CREDITS docs/HACKING +%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS docs/HACKING %doc docs/README docs/TODO docs/USAGE docs/WARNING %doc docs/help.txt docs/GPL docs/LGPL %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} @@ -65,8 +72,15 @@ %changelog +* Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 +- Update 0.3.1. +- Remove Category "X-Fedora" from emelfm2.desktop. + +* Mon Aug 28 2006 Christoph Wickert - 0.3.0-1 +- Update 0.3. + * Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 -- Update 0.2.0 +- Update 0.2.0. * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. @@ -91,7 +105,7 @@ - Update to 0.1.4. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-2 -- Removed nonexistant ROADMAP from %doc. +- Removed nonexistant ROADMAP from %%doc. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-1 - Update to 0.1.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 Aug 2006 23:03:11 -0000 1.9 +++ sources 17 Dec 2006 01:04:42 -0000 1.10 @@ -1 +1 @@ -506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz +c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 01:27:13 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 16 Dec 2006 20:27:13 -0500 Subject: rpms/emelfm2/FC-6 .cvsignore, 1.9, 1.10 emelfm2-makefile.config.patch, 1.2, 1.3 emelfm2.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <200612170127.kBH1RDYp001357@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1333 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: update to 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 Aug 2006 23:03:11 -0000 1.9 +++ .cvsignore 17 Dec 2006 01:26:43 -0000 1.10 @@ -1 +1 @@ -emelfm2-0.2.tar.gz +emelfm2-0.3.1.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/emelfm2-makefile.config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emelfm2-makefile.config.patch 6 Aug 2006 22:22:41 -0000 1.2 +++ emelfm2-makefile.config.patch 17 Dec 2006 01:26:43 -0000 1.3 @@ -1,25 +1,20 @@ ---- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 -+++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 -@@ -2,11 +2,11 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - BIN_DIR ?= $(PREFIX)/bin - +--- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 ++++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +@@ -12,7 +12,7 @@ + ### documentation ### + ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + #the name of the default main-user-guide document + HELPDOC ?= USAGE +@@ -87,7 +87,7 @@ -@@ -63,7 +63,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 + # setting this to 1 includes code (not much) that is applicable only + # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 - ######################### - ### documentation ### + # setting DEBUG to 0/1 turns debugging off/on + DEBUG ?= 0 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/emelfm2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- emelfm2.spec 31 Aug 2006 23:03:11 -0000 1.13 +++ emelfm2.spec 17 Dec 2006 01:26:43 -0000 1.14 @@ -1,16 +1,17 @@ Name: emelfm2 -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz -Patch0: emelfm2-makefile.config.patch +Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils +#BuildRequires: gamin-devel Requires: findutils >= 4.2, file, grep, sed %description @@ -20,16 +21,23 @@ opening an xterm. %prep -%setup -qn emelfm2-0.2 +%setup -q %patch0 -p0 -b .orig -sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config + # fix for x86_64 libs sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile + # fix broken icon in emelfm2.desktop sed -i 's!emelfm2/emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop %build -make %{?_smp_mflags} +#echo $RPM_OPT_FLAGS +#export CFLAGS="${RPM_OPT_FLAGS}" +#echo $CFLAGS +make %{?_smp_mflags} \ + OPTIMIZE="${RPM_OPT_FLAGS}" \ + CFLAGS="${RPM_OPT_FLAGS}" \ + PREFIX="%{_prefix}" %install @@ -41,10 +49,9 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Utility \ - --delete-original \ + --add-category Application \ + --add-category Utility \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean @@ -53,11 +60,11 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc docs/ACTIONS docs/CHANGELOG docs/CONFIGURATION docs/CREDITS docs/HACKING +%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS docs/HACKING %doc docs/README docs/TODO docs/USAGE docs/WARNING %doc docs/help.txt docs/GPL docs/LGPL %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} @@ -65,8 +72,15 @@ %changelog +* Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 +- Update 0.3.1. +- Remove Category "X-Fedora" from emelfm2.desktop. + +* Mon Aug 28 2006 Christoph Wickert - 0.3.0-1 +- Update 0.3. + * Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 -- Update 0.2.0 +- Update 0.2.0. * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. @@ -91,7 +105,7 @@ - Update to 0.1.4. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-2 -- Removed nonexistant ROADMAP from %doc. +- Removed nonexistant ROADMAP from %%doc. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-1 - Update to 0.1.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 Aug 2006 23:03:11 -0000 1.9 +++ sources 17 Dec 2006 01:26:43 -0000 1.10 @@ -1 +1 @@ -506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz +c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 01:37:08 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Sat, 16 Dec 2006 20:37:08 -0500 Subject: rpms/tachyon/devel tachyon-rpm.patch,1.2,1.3 tachyon.spec,1.2,1.3 Message-ID: <200612170137.kBH1b8AA001442@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tachyon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1422 Modified Files: tachyon-rpm.patch tachyon.spec Log Message: - fix copy&paste error in patch tachyon-rpm.patch: Index: tachyon-rpm.patch =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon-rpm.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tachyon-rpm.patch 17 Dec 2006 00:45:59 -0000 1.2 +++ tachyon-rpm.patch 17 Dec 2006 01:36:38 -0000 1.3 @@ -205,7 +205,7 @@ + "LIBS = -L. -ltachyon $(MISCLIB) -lm" + +# Linux SPARC using gcc and threads -+linux-ppc-thr: ++linux-sparc-thr: + $(MAKE) all \ + "ARCH = linux-sparc-thr" \ + "CC = gcc" \ @@ -217,7 +217,7 @@ + "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread" + +# Linux SPARC using threads with OpenGL display -+linux-ppc-thr-ogl: ++linux-sparc-thr-ogl: + $(MAKE) all \ + "ARCH = linux-sparc-thr-ogl" \ + "CC = gcc" \ Index: tachyon.spec =================================================================== RCS file: /cvs/extras/rpms/tachyon/devel/tachyon.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tachyon.spec 17 Dec 2006 00:45:59 -0000 1.2 +++ tachyon.spec 17 Dec 2006 01:36:38 -0000 1.3 @@ -14,7 +14,7 @@ Summary: Parallel / Multiprocessor Ray Tracing System Name: tachyon Version: 0.97 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://jedi.ks.uiuc.edu/~johns/raytracer/ Group: Applications/Engineering Source: http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/tachyon-0.97.tar.gz @@ -142,6 +142,9 @@ %{_datadir}/tachyon %changelog +* Sun Dec 17 2006 Dominik 'Rathann' Mierzejewski 0.97-4 +- fix copy&paste error in patch + * Sun Dec 17 2006 Dominik 'Rathann' Mierzejewski 0.97-3 - add SPARC support From fedora-extras-commits at redhat.com Sun Dec 17 07:32:59 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Sun, 17 Dec 2006 02:32:59 -0500 Subject: rpms/pyflowtools/devel pyflowtools.spec,1.5,1.6 Message-ID: <200612170732.kBH7WxwH027422@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/pyflowtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27258 Modified Files: pyflowtools.spec Log Message: automated bump and rebuild Index: pyflowtools.spec =================================================================== RCS file: /cvs/extras/rpms/pyflowtools/devel/pyflowtools.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pyflowtools.spec 14 Sep 2006 21:13:46 -0000 1.5 +++ pyflowtools.spec 17 Dec 2006 07:32:29 -0000 1.6 @@ -3,7 +3,7 @@ Summary: An interface to OSU FlowTools Name: pyflowtools Version: 0.3 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://www.net.informatik.tu-muenchen.de/pers/robin/flowtools/%{name}-%{version}.tar.gz Patch0: pyflowtools-0.3.1.patch License: GPL @@ -40,6 +40,9 @@ %{python_sitelib}/* %changelog +* Sun Dec 17 2006 Paul P. Komkoff Jr +- rebuilt + * Fri Sep 15 2006 Paul P. Komkoff Jr - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 09:19:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 04:19:17 -0500 Subject: fedora-security/audit fe3, 1.47, 1.48 fe4, 1.118, 1.119 fe5, 1.130, 1.131 fe6, 1.44, 1.45 Message-ID: <200612170919.kBH9JHQY008066@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8045 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6574 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- fe3 14 Dec 2006 21:57:46 -0000 1.47 +++ fe3 17 Dec 2006 09:19:17 -0000 1.48 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- fe4 14 Dec 2006 21:57:46 -0000 1.118 +++ fe4 17 Dec 2006 09:19:17 -0000 1.119 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- fe5 14 Dec 2006 21:57:46 -0000 1.130 +++ fe5 17 Dec 2006 09:19:17 -0000 1.131 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- fe6 14 Dec 2006 21:57:46 -0000 1.44 +++ fe6 17 Dec 2006 09:19:17 -0000 1.45 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 From fedora-extras-commits at redhat.com Sun Dec 17 09:32:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 04:32:58 -0500 Subject: fedora-security/audit fe3, 1.48, 1.49 fe4, 1.119, 1.120 fe5, 1.131, 1.132 fe6, 1.45, 1.46 Message-ID: <200612170933.kBH9WwQ8029150@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29129 Modified Files: fe3 fe4 fe5 fe6 Log Message: +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- fe3 17 Dec 2006 09:19:17 -0000 1.48 +++ fe3 17 Dec 2006 09:32:58 -0000 1.49 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- fe4 17 Dec 2006 09:19:17 -0000 1.119 +++ fe4 17 Dec 2006 09:32:58 -0000 1.120 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- fe5 17 Dec 2006 09:19:17 -0000 1.131 +++ fe5 17 Dec 2006 09:32:58 -0000 1.132 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- fe6 17 Dec 2006 09:19:17 -0000 1.45 +++ fe6 17 Dec 2006 09:32:58 -0000 1.46 @@ -3,6 +3,7 @@ ** are items that need attention CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 +CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 From fedora-extras-commits at redhat.com Sun Dec 17 11:08:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 06:08:36 -0500 Subject: rpms/jd/devel .cvsignore, 1.39, 1.40 jd.spec, 1.46, 1.47 sources, 1.39, 1.40 Message-ID: <200612171108.kBHB8aXF003309@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3250 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- .cvsignore 16 Dec 2006 15:35:51 -0000 1.39 +++ .cvsignore 17 Dec 2006 11:08:06 -0000 1.40 @@ -1 +1 @@ -jd-1.8.1-cvs061216.tgz +jd-1.8.1-061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- jd.spec 16 Dec 2006 15:35:51 -0000 1.46 +++ jd.spec 17 Dec 2006 11:08:06 -0000 1.47 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061216 -%define repoid 23098 +%define strtag 061217 +%define repoid 23156 # Defined by vendor # -%define vendor_rel 3 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 1 +%define pre_release 0 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Sat Dec 16 2006 Mamoru Tasaka - 1.8.1-0.3.cvs061216 -- cvs 061216 (23:59 JST) +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 +- 1.8.1 * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- sources 16 Dec 2006 15:35:51 -0000 1.39 +++ sources 17 Dec 2006 11:08:06 -0000 1.40 @@ -1 +1 @@ -4b896016b84a345b7d14612cd812b546 jd-1.8.1-cvs061216.tgz +fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 11:08:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 06:08:45 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.12, 1.13 jd.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612171108.kBHB8jbu003314@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3270 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 12 Dec 2006 15:27:06 -0000 1.12 +++ .cvsignore 17 Dec 2006 11:08:15 -0000 1.13 @@ -1 +1 @@ -jd-1.8.1-rc061213.tgz +jd-1.8.1-061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jd.spec 12 Dec 2006 15:27:06 -0000 1.13 +++ jd.spec 17 Dec 2006 11:08:15 -0000 1.14 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag rc061213 -%define repoid 23098 +%define strtag 061217 +%define repoid 23156 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 1 +%define pre_release 0 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 +- 1.8.1 + * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 12 Dec 2006 15:27:06 -0000 1.12 +++ sources 17 Dec 2006 11:08:15 -0000 1.13 @@ -1 +1 @@ -f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz +fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 11:09:02 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 06:09:02 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.11, 1.12 jd.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <200612171109.kBHB92Nh003319@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3290 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 12 Dec 2006 15:28:03 -0000 1.11 +++ .cvsignore 17 Dec 2006 11:08:32 -0000 1.12 @@ -1 +1 @@ -jd-1.8.1-rc061213.tgz +jd-1.8.1-061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- jd.spec 12 Dec 2006 15:28:03 -0000 1.12 +++ jd.spec 17 Dec 2006 11:08:32 -0000 1.13 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag rc061213 -%define repoid 23098 +%define strtag 061217 +%define repoid 23156 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 1 +%define pre_release 0 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 +- 1.8.1 + * Tue Dec 12 2006 Mamoru Tasaka - 1.8.1-0.2.rc061213 - 1.8.1 rc 061213 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 12 Dec 2006 15:28:03 -0000 1.11 +++ sources 17 Dec 2006 11:08:32 -0000 1.12 @@ -1 +1 @@ -f5c1e8473f00f846ca746ec42282731c jd-1.8.1-rc061213.tgz +fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 11:29:06 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 06:29:06 -0500 Subject: rpms/notecase/devel .cvsignore, 1.7, 1.8 notecase.spec, 1.19, 1.20 sources, 1.7, 1.8 Message-ID: <200612171129.kBHBT6n5003618@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578/devel Modified Files: .cvsignore notecase.spec sources Log Message: auto-import notecase-1.3.3-1 on branch devel from notecase-1.3.3-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/notecase/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 27 Sep 2006 10:39:02 -0000 1.7 +++ .cvsignore 17 Dec 2006 11:28:36 -0000 1.8 @@ -1 +1 @@ -notecase-1.1.9_src.zip +notecase-1.3.3_src.tar.gz Index: notecase.spec =================================================================== RCS file: /cvs/extras/rpms/notecase/devel/notecase.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- notecase.spec 27 Sep 2006 10:48:20 -0000 1.19 +++ notecase.spec 17 Dec 2006 11:28:36 -0000 1.20 @@ -1,12 +1,12 @@ Name: notecase -Version: 1.1.9 -Release: 2%{?dist} +Version: 1.3.3 +Release: 1%{?dist} Summary: A hierarchical note manager Group: Applications/Productivity License: BSD URL: http://notecase.sourceforge.net/ -Source0: http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.zip +Source0: http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel @@ -58,6 +58,10 @@ %{_datadir}/mime/packages/%{name}.xml %changelog +* Sun Dec 17 2006 Damien Durand 1.3.3-1 +- Upgrade to 1.3.3 +- Fix source + * Wed Sep 27 2006 Damien Durand 1.1.9-2 - Upgrade to 1.1.9 - Remove patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/notecase/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 27 Sep 2006 10:39:02 -0000 1.7 +++ sources 17 Dec 2006 11:28:36 -0000 1.8 @@ -1 +1 @@ -ffd4dd4ef7d9701af3081438838de5af notecase-1.1.9_src.zip +0605357861f9b5b5203df1c40f93c09e notecase-1.3.3_src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 11:29:06 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 06:29:06 -0500 Subject: rpms/notecase import.log,1.4,1.5 Message-ID: <200612171129.kBHBT62S003613@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3578 Modified Files: import.log Log Message: auto-import notecase-1.3.3-1 on branch devel from notecase-1.3.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/notecase/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 27 Sep 2006 10:48:20 -0000 1.4 +++ import.log 17 Dec 2006 11:28:35 -0000 1.5 @@ -1,3 +1,4 @@ notecase-0_8_2-1:HEAD:notecase-0.8.2-1.src.rpm:1112668863 notecase-1_1_9-1_fc6:HEAD:notecase-1.1.9-1.fc6.src.rpm:1159353609 notecase-1_1_9-2_fc6:HEAD:notecase-1.1.9-2.fc6.src.rpm:1159354167 +notecase-1_3_3-1:HEAD:notecase-1.3.3-1.src.rpm:1166355326 From fedora-extras-commits at redhat.com Sun Dec 17 11:41:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 06:41:41 -0500 Subject: rpms/xine-lib/devel xine-lib-1.1.3-optflags.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xine-lib.spec, 1.5, 1.6 xine-lib-1.1.1-configure-no-mcpu-march.patch, 1.1, NONE Message-ID: <200612171141.kBHBff20003744@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3722 Modified Files: .cvsignore sources xine-lib.spec Added Files: xine-lib-1.1.3-optflags.patch Removed Files: xine-lib-1.1.1-configure-no-mcpu-march.patch Log Message: * Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 - Don't run autotools during build. xine-lib-1.1.3-optflags.patch: --- NEW FILE xine-lib-1.1.3-optflags.patch --- --- xine-lib-1.1.3/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300 +++ xine-lib-1.1.3/m4/optimizations.m4 2006-12-17 11:49:44.000000000 +0200 @@ -107,7 +107,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in --- xine-lib-1.1.3/configure~ 2006-12-03 21:41:27.000000000 +0200 +++ xine-lib-1.1.3/configure 2006-12-17 11:50:07.000000000 +0200 @@ -46971,7 +46971,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Dec 2006 07:31:46 -0000 1.3 +++ .cvsignore 17 Dec 2006 11:41:11 -0000 1.4 @@ -1 +1,2 @@ xine-lib-1.1.3-pruned.tar.bz2 +xine-lib-1.1.3-autotools.patch.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Dec 2006 07:31:46 -0000 1.3 +++ sources 17 Dec 2006 11:41:11 -0000 1.4 @@ -1 +1,2 @@ eff682745f198e1881773509f12c70c3 xine-lib-1.1.3-pruned.tar.bz2 +a58fce450d9288224caa413ad8bc1f8d xine-lib-1.1.3-autotools.patch.bz2 Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/devel/xine-lib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xine-lib.spec 9 Dec 2006 16:08:08 -0000 1.5 +++ xine-lib.spec 17 Dec 2006 11:41:11 -0000 1.6 @@ -7,19 +7,25 @@ Summary: Xine library Name: xine-lib Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Libraries URL: http://xinehq.de/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code #Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.gz -Source0: xine-lib-%{version}-pruned.tar.bz2 -Source1: xine-lib-cleanup-sources.sh -Patch1: xine-lib-1.1.1-configure-no-mcpu-march.patch -Patch6: xine-lib-1.1.1-deepbind-939.patch -Patch7: xine-lib-1.1.1-multilib-devel.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Source0: %{name}-%{version}-pruned.tar.bz2 +Source1: %{name}-cleanup-sources.sh +# To recreate the autotools patch: install build deps, extract source0, +# remove run_configure "$@" from autogen.sh, copy the dir to -patched, +# run autogen.sh (doesn't work with automake 1.10 as of 1.1.3 so use 1.9), +# remove autom4te.cache, then diff the dirs. Apply rest of the patches during +# build so that autotools do not need to be run again. +Patch0: %{name}-1.1.3-autotools.patch.bz2 +Patch1: %{name}-1.1.3-optflags.patch +Patch6: %{name}-1.1.1-deepbind-939.patch +Patch7: %{name}-1.1.1-multilib-devel.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # X11 BuildRequires: libX11-devel libXv-devel libXinerama-devel libXvMC-devel libGLU-devel # Video @@ -41,8 +47,7 @@ # CDs BuildRequires: libcdio-devel # Other -BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel -BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common +BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel samba-common %package devel Summary: Xine library development files @@ -93,19 +98,16 @@ %prep %setup -q -%patch1 -p0 -b .nomcpu +%patch0 -p1 -b .autotools +cp -p m4/optimizations.m4 m4/optimizations.m4.stamp +%patch1 -p1 -b .optflags +touch -r m4/optimizations.m4.stamp m4/optimizations.m4 # Patch6 needed at least when compiling with external ffmpeg, #939. %patch6 -p1 -b .deepbind %patch7 -p0 -b .multilib-devel find . -name "*.[hc]" | xargs chmod -c -x -aclocal-1.9 -I m4 -libtoolize --force -autoheader -automake-1.9 --gnu --add-missing -autoconf - # Avoid standard rpaths on lib64 archs: sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure @@ -275,6 +277,9 @@ %changelog +* Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 +- Don't run autotools during build. + * Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 - version 1.1.3 - patch2 applied upstream --- xine-lib-1.1.1-configure-no-mcpu-march.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 12:02:49 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Sun, 17 Dec 2006 07:02:49 -0500 Subject: rpms/inotify-tools/devel .cvsignore, 1.6, 1.7 inotify-tools.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612171202.kBHC2nj5006972@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6948 Modified Files: .cvsignore inotify-tools.spec sources Log Message: Update to 3.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 3 Oct 2006 12:11:29 -0000 1.6 +++ .cvsignore 17 Dec 2006 12:02:19 -0000 1.7 @@ -1 +1 @@ -inotify-tools-2.6.tar.gz +inotify-tools-3.6.tar.gz Index: inotify-tools.spec =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/inotify-tools.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- inotify-tools.spec 3 Oct 2006 12:11:29 -0000 1.5 +++ inotify-tools.spec 17 Dec 2006 12:02:19 -0000 1.6 @@ -1,5 +1,5 @@ Name: inotify-tools -Version: 2.6 +Version: 3.6 Release: 1%{?dist} Summary: Command line utilities for inotify @@ -9,19 +9,31 @@ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: autoconf +BuildRequires: doxygen %description inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. +%package devel +Summary: Headers and libraries for building apps that use libinotifytools +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains headers and libraries required to build applications +that use the libinotifytools library. %prep %setup -q %build -%configure --disable-dependency-tracking +%configure \ + --disable-dependency-tracking \ + --disable-static make %{?_smp_mflags} @@ -29,21 +41,55 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} +find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' +# We'll install documentation in the proper place +rm -rf %{buildroot}/%{_datadir}/doc/ + + +%check +make check + %clean rm -rf %{buildroot} +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch +%{_libdir}/libinotifytools.so.* %{_mandir}/man1/inotifywait.1* %{_mandir}/man1/inotifywatch.1* +%files devel +%defattr(-,root,root,-) +%doc libinotifytools/src/doc/html/* +%dir %{_includedir}/inotifytools/ +%{_includedir}/inotifytools/inotify.h +%{_includedir}/inotifytools/inotify-nosys.h +%{_includedir}/inotifytools/inotifytools.h +%{_libdir}/libinotifytools.so + %changelog +* Sun Dec 17 2006 Dawid Gajownik - 3.6-1 +- Update to 3.6 + +* Tue Oct 31 2006 Dawid Gajownik - 3.3-1 +- Update to 3.3 +- Add %%check stage + +* Sat Oct 28 2006 Dawid Gajownik - 3.1-1 +- Update to 3.1 +- Add -devel subpackage + * Tue Oct 3 2006 Dawid Gajownik - 2.6-1 - Update to 2.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 3 Oct 2006 12:11:29 -0000 1.6 +++ sources 17 Dec 2006 12:02:19 -0000 1.7 @@ -1 +1 @@ -4e3f876c4bac9d3cb520d81810832906 inotify-tools-2.6.tar.gz +5ca0a0c64fbf406dc8bfff3f1d5d4cf4 inotify-tools-3.6.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:49:10 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:49:10 -0500 Subject: rpms/tor/devel tor.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <200612171249.kBHCnAr5007278@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225/devel Modified Files: tor.spec sources Log Message: - updated to 0.1.1.26 (SECURITY) - do not turn on logging by default; it's easier to say "we do not log anything" to the police instead of enumerating the logged event classes and trying to explain that they do not contain any valuable information Index: tor.spec =================================================================== RCS file: /cvs/extras/rpms/tor/devel/tor.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tor.spec 5 Oct 2006 06:29:54 -0000 1.4 +++ tor.spec 17 Dec 2006 12:48:40 -0000 1.5 @@ -10,7 +10,7 @@ %{!?release_func:%global release_func() %1%{?dist}} Name: tor -Version: 0.1.1.24 +Version: 0.1.1.26 Release: %release_func 1 Group: System Environment/Daemons License: BSD @@ -89,8 +89,7 @@ %setup -q %patch0 -p1 -b .setgroups -sed -i -e 's!^\# *\(Log notice file \)!\1!; - s!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in +sed -i -e 's!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in cat <>src/config/torrc.sample.in Group %username User %username @@ -179,6 +178,16 @@ %changelog +* Sun Dec 17 2006 Enrico Scholz - 0.1.1.26-1 +- updated to 0.1.1.26 (SECURITY) +- do not turn on logging by default; it's easier to say "we do not log + anything" to the police instead of enumerating the logged event + classes and trying to explain that they do not contain any valuable + information + +* Sun Nov 12 2006 Enrico Scholz - 0.1.1.25-1 +- updated to 0.1.1.25 + * Thu Oct 5 2006 Enrico Scholz - 0.1.1.24-1 - updated to 0.1.1.24 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Oct 2006 06:29:54 -0000 1.3 +++ sources 17 Dec 2006 12:48:40 -0000 1.4 @@ -1,2 +1 @@ -28dea6a77a43b6e421e1bd7b2cc3d940 tor-0.1.1.24.tar.gz -217c02c37858cf6048ba2b0a99d76014 tor-0.1.1.24.tar.gz.asc +0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:49:10 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:49:10 -0500 Subject: rpms/tor/FC-6 tor.spec,1.5,1.6 sources,1.4,1.5 Message-ID: <200612171249.kBHCnAT4007283@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225/FC-6 Modified Files: tor.spec sources Log Message: - updated to 0.1.1.26 (SECURITY) - do not turn on logging by default; it's easier to say "we do not log anything" to the police instead of enumerating the logged event classes and trying to explain that they do not contain any valuable information Index: tor.spec =================================================================== RCS file: /cvs/extras/rpms/tor/FC-6/tor.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tor.spec 12 Nov 2006 11:59:11 -0000 1.5 +++ tor.spec 17 Dec 2006 12:48:40 -0000 1.6 @@ -10,7 +10,7 @@ %{!?release_func:%global release_func() %1%{?dist}} Name: tor -Version: 0.1.1.25 +Version: 0.1.1.26 Release: %release_func 1 Group: System Environment/Daemons License: BSD @@ -89,8 +89,7 @@ %setup -q %patch0 -p1 -b .setgroups -sed -i -e 's!^\# *\(Log notice file \)!\1!; - s!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in +sed -i -e 's!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in cat <>src/config/torrc.sample.in Group %username User %username @@ -179,6 +178,13 @@ %changelog +* Sun Dec 17 2006 Enrico Scholz - 0.1.1.26-1 +- updated to 0.1.1.26 (SECURITY) +- do not turn on logging by default; it's easier to say "we do not log + anything" to the police instead of enumerating the logged event + classes and trying to explain that they do not contain any valuable + information + * Sun Nov 12 2006 Enrico Scholz - 0.1.1.25-1 - updated to 0.1.1.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Nov 2006 11:59:11 -0000 1.4 +++ sources 17 Dec 2006 12:48:40 -0000 1.5 @@ -1,2 +1 @@ -b001fa271b5935f3d9c5222809dbd2f1 tor-0.1.1.25.tar.gz -30b6c339f851eca6c7a5d672cb57681e tor-0.1.1.25.tar.gz.asc +0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:49:15 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:49:15 -0500 Subject: rpms/tor/FC-5 tor.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <200612171249.kBHCnF4j007288@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225/FC-5 Modified Files: tor.spec sources Log Message: - updated to 0.1.1.26 (SECURITY) - do not turn on logging by default; it's easier to say "we do not log anything" to the police instead of enumerating the logged event classes and trying to explain that they do not contain any valuable information Index: tor.spec =================================================================== RCS file: /cvs/extras/rpms/tor/FC-5/tor.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tor.spec 12 Nov 2006 11:56:53 -0000 1.4 +++ tor.spec 17 Dec 2006 12:48:45 -0000 1.5 @@ -9,7 +9,7 @@ %{!?release_func:%global release_func() %1%{?dist}} Name: tor -Version: 0.1.1.25 +Version: 0.1.1.26 Release: %release_func 1 Group: System Environment/Daemons License: BSD @@ -85,8 +85,7 @@ %setup -q %patch0 -p1 -b .setgroups -sed -i -e 's!^\# *\(Log notice file \)!\1!; - s!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in +sed -i -e 's!^\(\# *\)\?DataDirectory .*!DataDirectory %homedir/.tor!' src/config/torrc.sample.in cat <>src/config/torrc.sample.in Group %username User %username @@ -176,6 +175,13 @@ %changelog +* Sun Dec 17 2006 Enrico Scholz - 0.1.1.26-1 +- updated to 0.1.1.26 (SECURITY) +- do not turn on logging by default; it's easier to say "we do not log + anything" to the police instead of enumerating the logged event + classes and trying to explain that they do not contain any valuable + information + * Sun Nov 12 2006 Enrico Scholz - 0.1.1.25-1 - updated to 0.1.1.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Nov 2006 11:56:53 -0000 1.4 +++ sources 17 Dec 2006 12:48:45 -0000 1.5 @@ -1,2 +1 @@ -b001fa271b5935f3d9c5222809dbd2f1 tor-0.1.1.25.tar.gz -30b6c339f851eca6c7a5d672cb57681e tor-0.1.1.25.tar.gz.asc +0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 12:52:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 07:52:03 -0500 Subject: rpms/xine-lib/FC-6 xine-lib-1.1.3-optflags.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xine-lib-cleanup-sources.sh, 1.1, 1.2 xine-lib.spec, 1.1, 1.2 xine-lib-1.1.1-configure-no-mcpu-march.patch, 1.1, NONE Message-ID: <200612171252.kBHCq3WT007438@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xine-lib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7414 Modified Files: .cvsignore sources xine-lib-cleanup-sources.sh xine-lib.spec Added Files: xine-lib-1.1.3-optflags.patch Removed Files: xine-lib-1.1.1-configure-no-mcpu-march.patch Log Message: * Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 - Don't run autotools during build. * Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 - version 1.1.3 - patch2 applied upstream - Disable CACA support by default, needs newer than what's in FE ATM. - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) * Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 - Make shn files available to amarok. References: http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 xine-lib-1.1.3-optflags.patch: --- NEW FILE xine-lib-1.1.3-optflags.patch --- --- xine-lib-1.1.3/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300 +++ xine-lib-1.1.3/m4/optimizations.m4 2006-12-17 11:49:44.000000000 +0200 @@ -107,7 +107,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in --- xine-lib-1.1.3/configure~ 2006-12-03 21:41:27.000000000 +0200 +++ xine-lib-1.1.3/configure 2006-12-17 11:50:07.000000000 +0200 @@ -46971,7 +46971,7 @@ DEBUG_CFLAGS="-O $DEBUG_CFLAGS" - if test x"$sarchopt" != "xno"; then + if false ; then archopt_val= case "$host_or_hostalias" in Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Oct 2006 18:32:55 -0000 1.2 +++ .cvsignore 17 Dec 2006 12:51:33 -0000 1.3 @@ -1 +1,2 @@ -xine-lib-1.1.2.tar.bz2 +xine-lib-1.1.3-pruned.tar.bz2 +xine-lib-1.1.3-autotools.patch.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Oct 2006 18:32:55 -0000 1.2 +++ sources 17 Dec 2006 12:51:33 -0000 1.3 @@ -1 +1,2 @@ -d1afb34d2335f8c9ded4d9a2b741251e xine-lib-1.1.2.tar.bz2 +eff682745f198e1881773509f12c70c3 xine-lib-1.1.3-pruned.tar.bz2 +a58fce450d9288224caa413ad8bc1f8d xine-lib-1.1.3-autotools.patch.bz2 Index: xine-lib-cleanup-sources.sh =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/xine-lib-cleanup-sources.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib-cleanup-sources.sh 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib-cleanup-sources.sh 17 Dec 2006 12:51:33 -0000 1.2 @@ -6,8 +6,9 @@ fi version=$1 -tarball="xine-lib-$version.tar.bz2" +tarball="xine-lib-$version.tar.gz" dir="xine-lib-$version" +modtarball="xine-lib-$version-pruned.tar.bz2" if [ ! -f $tarball ]; then @@ -17,7 +18,7 @@ echo "Uncompressing $tarball..." rm -rf $dir -tar -xjf $tarball +tar -xzf $tarball cd $dir # Main libraries @@ -58,8 +59,6 @@ # All clean ! cd .. -echo "Generating $tarball..." -rm -f $tarball.orig -mv $tarball $tarball.orig -tar -cjf $tarball $dir +echo "Generating $modtarball..." +tar -cjf $modtarball $dir rm -rf $dir Index: xine-lib.spec =================================================================== RCS file: /cvs/extras/rpms/xine-lib/FC-6/xine-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib.spec 30 Oct 2006 18:32:55 -0000 1.1 +++ xine-lib.spec 17 Dec 2006 12:51:33 -0000 1.2 @@ -1,54 +1,64 @@ # TODO, sometime, maybe: # - libstk: http://www.libstk.net/ -# - polypaudio +# - pulseaudio %define codecdir %{_libdir}/codecs -#%define vdrver 0.7.9 Summary: Xine library Name: xine-lib -Version: 1.1.2 -Release: 17%{?dist} +Version: 1.1.3 +Release: 2%{?dist} License: GPL Group: System Environment/Libraries URL: http://xinehq.de/ # The tarball is generated from the upstream tarball using # the script in SOURCE1. It prunes potentially patented code -Source0: http://dl.sourceforge.net/xine/xine-lib-1.1.2.tar.bz2 -Source1: xine-lib-cleanup-sources.sh -Patch1: xine-lib-1.1.1-configure-no-mcpu-march.patch -Patch6: xine-lib-1.1.1-deepbind-939.patch -Patch7: xine-lib-1.1.1-multilib-devel.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +#Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.gz +Source0: %{name}-%{version}-pruned.tar.bz2 +Source1: %{name}-cleanup-sources.sh +# To recreate the autotools patch: install build deps, extract source0, +# remove run_configure "$@" from autogen.sh, copy the dir to -patched, +# run autogen.sh (doesn't work with automake 1.10 as of 1.1.3 so use 1.9), +# remove autom4te.cache, then diff the dirs. Apply rest of the patches during +# build so that autotools do not need to be run again. +Patch0: %{name}-1.1.3-autotools.patch.bz2 +Patch1: %{name}-1.1.3-optflags.patch +Patch6: %{name}-1.1.1-deepbind-939.patch +Patch7: %{name}-1.1.1-multilib-devel.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # X11 BuildRequires: libX11-devel libXv-devel libXinerama-devel libXvMC-devel libGLU-devel # Video BuildRequires: freetype-devel SDL-devel libtheora-devel libmng-devel -BuildRequires: aalib-devel >= 1.4 libcaca-devel +BuildRequires: aalib-devel >= 1.4 +%if 0%{?_with_caca:1} +BuildRequires: libcaca-devel >= 0.99 +%endif +%if 0%{!?_without_directfb:1} +BuildRequires: directfb-devel +%endif +%if 0%{!?_without_imagemagick:1} +BuildRequires: ImageMagick-devel >= 6.2.4.6-1 +%endif # Audio BuildRequires: libogg-devel libvorbis-devel flac-devel libmodplug-devel BuildRequires: esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0 +BuildRequires: jack-audio-connection-kit-devel # CDs BuildRequires: libcdio-devel # Other -BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel -BuildRequires: libtool >= 1.4.0 /usr/bin/automake-1.9 samba-common - -%if 0%{?_with_directfb:1} -BuildRequires: directfb-devel -%endif -%if 0%{!?_without_imagemagick:1} -BuildRequires: ImageMagick-devel >= 6.2.4.6-1 -%endif -#Provides: %{name}(vdr) = %{vdrver} +BuildRequires: pkgconfig gnome-vfs2-devel gtk2-devel samba-common %package devel Summary: Xine library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig zlib-devel -#Requires: %{name}(vdr) = %{vdrver} -#Provides: %{name}-devel(vdr) = %{vdrver} + +%package extras +Summary: Additional plugins for xine-lib +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} %description @@ -58,48 +68,69 @@ interprets many of the most common multimedia formats available - and some of the most uncommon formats, too. Non-default rpmbuild options: --without imagemagick: Disable ImageMagick support ---with directfb: Enable DirectFB support +--without directfb: Disable DirectFB support +--with caca: Enable CACA support %description devel This package contains development files for xine-lib. +%description extras +This package contains extra plugins for xine-lib: + - aRts + - EsounD + - JACK + - GDK-Pixbuf + - GNOME VFS + - SMB + - SDL + - AA-lib +%if 0%{?_with_caca:1} + - Libcaca +%endif +%if 0%{!?_without_imagemagick:1} + - Image decoding +%endif +%if 0%{!?_without_directfb:1} + - DirectFB output +%endif + + %prep %setup -q -%patch1 -p0 -b .nomcpu -###cp -p debian/changelog ChangeLog.vdr +%patch0 -p1 -b .autotools +cp -p m4/optimizations.m4 m4/optimizations.m4.stamp +%patch1 -p1 -b .optflags +touch -r m4/optimizations.m4.stamp m4/optimizations.m4 # Patch6 needed at least when compiling with external ffmpeg, #939. %patch6 -p1 -b .deepbind %patch7 -p0 -b .multilib-devel find . -name "*.[hc]" | xargs chmod -c -x -aclocal-1.9 -I m4 -libtoolize --force -autoheader -automake-1.9 --gnu --add-missing -autoconf - # Avoid standard rpaths on lib64 archs: sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure %build -FFMPEG_CPPFLAGS=" "; FFMPEG_LIBS=" "; export FFMPEG_CPPFLAGS FFMPEG_LIBS +export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" " +export FFMPEG_POSTPROC_CFLAGS=" " FFMPEG_POSTPROC_LIBS=" " +export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)" %configure --disable-dependency-tracking \ --with-xv-path=%{_libdir} \ --with-w32-path=%{codecdir} \ --with-external-ffmpeg \ --enable-ipv6 \ -%if 0%{?_with_directfb:1} +%if 0%{!?_without_directfb:1} --enable-directfb \ %endif %if 0%{?_without_imagemagick:1} - --disable-imagemagick \ + --without-imagemagick \ +%endif +%if 0%{!?_with_caca:1} + --without-caca \ %endif - --disable-rte \ --disable-libfame \ - --disable-ffmpegtest \ --disable-faad \ --disable-mad \ --disable-asf \ @@ -146,7 +177,6 @@ %dir %{_libdir}/xine/plugins/%{version}/ # I list all the plugins because I don't want a non-free plugin # to sneak into a future version -# these plugins do not have legal problems according to the SuSE RPM %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_alsa.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_oss.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_none.so @@ -154,6 +184,7 @@ %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_file.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_none.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_opengl.so +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_syncfb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xshm.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xv.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_dvb.so @@ -163,12 +194,10 @@ %{_libdir}/xine/plugins/%{version}/xineplug_inp_net.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pnm.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_cdda.so -%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_stdin_fifo.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtsp.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_pvr.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_rtp.so -#%{_libdir}/xine/plugins/%{version}/xineplug_inp_vdr.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_bitplane.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_rgb.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_vorbis.so @@ -200,8 +229,6 @@ %{_libdir}/xine/plugins/%{version}/xineplug_dmx_slave.so %{_libdir}/xine/plugins/%{version}/xineplug_flac.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_sputext.so -%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so -%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so %ifarch %ix86 %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_vidix.so %{_libdir}/xine/plugins/%{version}/xineplug_decode_qt.so @@ -213,13 +240,27 @@ %endif %{_libdir}/xine/plugins/%{version}/post/ %{_libdir}/xine/plugins/%{version}/vidix/ -# Put it in a xine-lib-extras package one day ? + + +%files extras +%defattr(-,root,root,-) %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_arts.so %{_libdir}/xine/plugins/%{version}/xineplug_ao_out_esd.so +%{_libdir}/xine/plugins/%{version}/xineplug_ao_out_jack.so %{_libdir}/xine/plugins/%{version}/xineplug_inp_gnome_vfs.so +%{_libdir}/xine/plugins/%{version}/xineplug_inp_smb.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so %{_libdir}/xine/plugins/%{version}/xineplug_vo_out_aa.so +%{_libdir}/xine/plugins/%{version}/xineplug_decode_gdk_pixbuf.so +%if 0%{?_with_caca:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so +%endif +%if 0%{!?_without_imagemagick:1} %{_libdir}/xine/plugins/%{version}/xineplug_decode_image.so +%endif +%if 0%{!?_without_directfb:1} +%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_directfb.so +%endif %files devel @@ -233,9 +274,25 @@ %{_libdir}/pkgconfig/libxine.pc %{_mandir}/man1/xine-config.1* -# -------------------------------------------------------------------- + %changelog +* Sun Dec 17 2006 Ville Skytt?? - 1.1.3-2 +- Don't run autotools during build. + +* Mon Dec 04 2006 Aurelien Bompard 1.1.3-1 +- version 1.1.3 +- patch2 applied upstream +- Disable CACA support by default, needs newer than what's in FE ATM. +- Split extras plugins in a separate package +- Enable JACK support (in extras subpackage) +- Enable DirectFB support (in extras subpackage) + +* Sat Nov 11 2006 Aurelien Bompard 1.1.2-18 +- Make shn files available to amarok. References: + http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 + https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130 + * Wed Oct 18 2006 Aurelien Bompard 1.1.2-17 - cleanup docs - remove mms --- xine-lib-1.1.1-configure-no-mcpu-march.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 12:54:21 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:54:21 -0500 Subject: rpms/tor/devel sources,1.4,1.5 Message-ID: <200612171254.kBHCsLrG007559@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7509/devel Modified Files: sources Log Message: added missing file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 17 Dec 2006 12:48:40 -0000 1.4 +++ sources 17 Dec 2006 12:53:51 -0000 1.5 @@ -1 +1,2 @@ 0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz +485823262baf0244453b79bf2ddf13be tor-0.1.1.26.tar.gz.asc From fedora-extras-commits at redhat.com Sun Dec 17 12:54:21 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:54:21 -0500 Subject: rpms/tor/FC-6 sources,1.5,1.6 Message-ID: <200612171254.kBHCsLRJ007562@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7509/FC-6 Modified Files: sources Log Message: added missing file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Dec 2006 12:48:40 -0000 1.5 +++ sources 17 Dec 2006 12:53:51 -0000 1.6 @@ -1 +1,2 @@ 0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz +485823262baf0244453b79bf2ddf13be tor-0.1.1.26.tar.gz.asc From fedora-extras-commits at redhat.com Sun Dec 17 12:54:27 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 17 Dec 2006 07:54:27 -0500 Subject: rpms/tor/FC-5 sources,1.5,1.6 Message-ID: <200612171254.kBHCsR3j007565@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/tor/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7509/FC-5 Modified Files: sources Log Message: added missing file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tor/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Dec 2006 12:48:45 -0000 1.5 +++ sources 17 Dec 2006 12:53:57 -0000 1.6 @@ -1 +1,2 @@ 0667df7a1f670bee5163b607aea172ba tor-0.1.1.26.tar.gz +485823262baf0244453b79bf2ddf13be tor-0.1.1.26.tar.gz.asc From fedora-extras-commits at redhat.com Sun Dec 17 13:31:14 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:31:14 -0500 Subject: rpms/duplicity/FC-3 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.4, 1.5 Message-ID: <200612171331.kBHDVE6E010928@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10907 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- duplicity.spec 10 Dec 2004 22:03:02 -0000 1.4 +++ duplicity.spec 17 Dec 2006 13:30:44 -0000 1.5 @@ -1,61 +1,82 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.1 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3 -Epoch: 0 -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python >= 0:%{PYTHON_VERSION}, python < 0:%{NEXT_PYTHON_VERSION}, gnupg >= 0:1.0.6 -BuildRequires: python-devel >= 0:2.2, librsync-devel >= 0:0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 4%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyc -%ghost %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyo -%doc CHANGELOG COPYING README +%dir %{python_sitearch} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + +* Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 +- don't ghost pyo files + +* Mon Aug 27 2006 Michael J. Knox - 0.4.2-2 +- Rebuild for FC6 + +* Tue May 16 2006 Michael J. Knox - 0.4.2-1 +- version bump + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sun Oct 05 2003 Ben Escoto - 0:0.4.1-0.fdr.3 - More hints from Fedora QA (ville.skytta at iki.fi) + * Sat Aug 09 2003 Ben Escoto - 0:0.4.1-0.fdr.2 - Repackaging for Fedora + * Sun Aug 30 2002 Ben Escoto - Initial RPM From fedora-extras-commits at redhat.com Sun Dec 17 13:35:13 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:35:13 -0500 Subject: rpms/duplicity/FC-3 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612171335.kBHDZDrD010972@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10955 Modified Files: .cvsignore sources Log Message: Adding what I forgot before... Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:14:50 -0000 1.2 +++ .cvsignore 17 Dec 2006 13:34:43 -0000 1.3 @@ -1 +1 @@ -duplicity-0.4.1.tar.gz +duplicity-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:14:50 -0000 1.2 +++ sources 17 Dec 2006 13:34:43 -0000 1.3 @@ -1 +1 @@ -c91933a10f97057b899ba97673ad8a63 duplicity-0.4.1.tar.gz +a9fd4094f23bb36c82cc1dc2816a5b7d duplicity-0.4.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 13:45:21 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:45:21 -0500 Subject: rpms/duplicity/FC-3 duplicity.spec,1.5,1.6 Message-ID: <200612171345.kBHDjLMk011043@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11028 Modified Files: duplicity.spec Log Message: Fix %{python_sitearch} vs. %{python_sitearch}/%{name} Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- duplicity.spec 17 Dec 2006 13:30:44 -0000 1.5 +++ duplicity.spec 17 Dec 2006 13:44:51 -0000 1.6 @@ -51,7 +51,7 @@ %{_bindir}/%{name} %{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{python_sitearch} +%dir %{python_sitearch}/%{name} %{python_sitearch}/%{name}/*.py* %{python_sitearch}/%{name}/*.so From fedora-extras-commits at redhat.com Sun Dec 17 13:55:09 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:55:09 -0500 Subject: rpms/duplicity/FC-3 duplicity.spec,1.6,1.7 Message-ID: <200612171355.kBHDt9i7011131@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11116 Modified Files: duplicity.spec Log Message: Add missing changelog Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- duplicity.spec 17 Dec 2006 13:44:51 -0000 1.6 +++ duplicity.spec 17 Dec 2006 13:54:39 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ @@ -56,7 +56,10 @@ %{python_sitearch}/%{name}/*.so %changelog -* Sun Dec 16 2006 Robert Scheck 0.4.2-4 +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more From fedora-extras-commits at redhat.com Sun Dec 17 13:58:06 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 08:58:06 -0500 Subject: rpms/duplicity/FC-4 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.8, 1.9 Message-ID: <200612171358.kBHDw6df011237@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11204 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-4/duplicity.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- duplicity.spec 8 Sep 2006 04:39:05 -0000 1.8 +++ duplicity.spec 17 Dec 2006 13:57:36 -0000 1.9 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:00:14 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 09:00:14 -0500 Subject: rpms/duplicity/FC-5 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.8, 1.9 Message-ID: <200612171400.kBHE0E8j011293@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11265 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-5/duplicity.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- duplicity.spec 8 Sep 2006 04:39:06 -0000 1.8 +++ duplicity.spec 17 Dec 2006 13:59:44 -0000 1.9 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:01:54 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 09:01:54 -0500 Subject: rpms/duplicity/FC-6 duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.10, 1.11 Message-ID: <200612171401.kBHE1s2g014440@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14412 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-6/duplicity.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- duplicity.spec 8 Sep 2006 04:39:06 -0000 1.10 +++ duplicity.spec 17 Dec 2006 14:01:24 -0000 1.11 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:03:31 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Sun, 17 Dec 2006 09:03:31 -0500 Subject: rpms/duplicity/devel duplicity-0.4.1-timeout.patch, NONE, 1.1 duplicity-0.4.2-scp.patch, NONE, 1.1 duplicity.spec, 1.10, 1.11 Message-ID: <200612171403.kBHE3Vmd014497@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14468 Modified Files: duplicity.spec Added Files: duplicity-0.4.1-timeout.patch duplicity-0.4.2-scp.patch Log Message: - own %{python_sitearch}/%{name} and not only %{python_sitearch} - added two small fixing patches (upstream items #4486, #5183) - many spec file cleanups and try to silence rpmlint a bit more duplicity-0.4.1-timeout.patch: --- NEW FILE duplicity-0.4.1-timeout.patch --- Fixes ftp timeout exception when backing up huge files with small changes - thanks to Stefan Schimanski . --- duplicity-0.4.1/src/backends.py 2003-08-10 04:17:21.000000000 +0200 +++ duplicity-0.4.1/src/backends.py.timeout 2005-10-17 10:47:10.000000000 +0200 @@ -20,6 +20,7 @@ import os, types, ftplib, tempfile import log, path, dup_temp, file_naming +import time class BackendException(Exception): pass class ParsingException(Exception): pass @@ -316,6 +317,7 @@ class ftpBackend(Backend): """Connect to remote store using File Transfer Protocol""" + SLEEP = 10 # time in seconds before we try to reconnect on temporary errors def __init__(self, parsed_url): """Create a new ftp backend object, log in to host""" self.ftp = ftplib.FTP() @@ -330,6 +332,12 @@ def error_wrap(self, command, *args): """Run self.ftp.command(*args), but raise BackendException on error""" try: return ftplib.FTP.__dict__[command](self.ftp, *args) + except ftplib.error_temp, e: + log.Log("Temporary error '%s'. Trying to reconnect in %d seconds." % + (str(e), self.SLEEP), 3) + time.sleep(self.SLEEP) + self.__init__(self.parsed_url) + self.error_wrap(command, *args) except ftplib.all_errors, e: raise BackendException(e) def get_password(self): duplicity-0.4.2-scp.patch: --- NEW FILE duplicity-0.4.2-scp.patch --- Adds support for port numbers in a SCP url like: scp://user at host:port - thanks to Christian Schneider . --- duplicity-0.4.2/src/backends.py 2006-05-12 19:31:59.000000000 +0200 +++ duplicity-0.4.2/src/backends.py.scp 2006-05-12 19:42:37.000000000 +0200 @@ -264,23 +264,25 @@ """This backend copies files using scp. List not supported""" def __init__(self, parsed_url): """scpBackend initializer""" - self.host_string = parsed_url.server # of form user at hostname:port + self.host_string = parsed_url.host # of form user at hostname:port self.remote_dir = parsed_url.path # can be empty string + if parsed_url.port: self.port_string = parsed_url.port + else: self.port_string = 22 if self.remote_dir: self.remote_prefix = self.remote_dir + "/" else: self.remote_prefix = "" def put(self, source_path, remote_filename = None): """Use scp to copy source_dir/filename to remote computer""" if not remote_filename: remote_filename = source_path.get_filename() - commandline = "%s %s %s:%s%s" % \ - (scp_command, source_path.name, self.host_string, + commandline = "%s -P %s %s %s:%s%s" % \ + (scp_command, self.port_string, source_path.name, self.host_string, self.remote_prefix, remote_filename) self.run_command(commandline) def get(self, remote_filename, local_path): """Use scp to get a remote file""" - commandline = "%s %s:%s%s %s" % \ - (scp_command, self.host_string, self.remote_prefix, + commandline = "%s -P %s %s:%s%s %s" % \ + (scp_command, self.port_string, self.host_string, self.remote_prefix, remote_filename, local_path.name) self.run_command(commandline) local_path.setdata() @@ -295,8 +297,8 @@ be distinguished from the file boundaries. """ - commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" % - (self.remote_dir, sftp_command, self.host_string)) + commandline = ("echo -e 'cd %s\nls -1' | %s -p %s -b - %s" % + (self.remote_dir, sftp_command, self.port_string, self.host_string)) l = self.popen(commandline).split('\n')[2:] # omit sftp prompts return filter(lambda x: x, l) @@ -305,8 +307,8 @@ assert len(filename_list) > 0 pathlist = map(lambda fn: self.remote_prefix + fn, filename_list) del_prefix = "echo 'rm " - del_postfix = ("' | %s -b - %s 1>/dev/null" % - (sftp_command, self.host_string)) + del_postfix = ("' | %s -p %s -b - %s 1>/dev/null" % + (sftp_command, self.port_string, self.host_string)) for fn in filename_list: commandline = del_prefix + self.remote_prefix + fn + del_postfix self.run_command(commandline) Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/devel/duplicity.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- duplicity.spec 8 Sep 2006 04:39:06 -0000 1.10 +++ duplicity.spec 17 Dec 2006 14:03:01 -0000 1.11 @@ -1,40 +1,45 @@ -%define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],') -%define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 0.4.2 -Summary: Untrusted/encrypted backup using rsync algorithm -Name: duplicity -Release: 3%{?dist} -URL: http://www.nongnu.org/duplicity/ -Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz -License: GPL -Group: Applications/Archiving -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6 -BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +Summary: Encrypted bandwidth-efficient backup using rsync algorithm +Name: duplicity +Version: 0.4.2 +Release: 5%{?dist} +License: GPL +Group: Applications/Archiving +URL: http://www.nongnu.org/duplicity/ +Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz +Patch0: duplicity-0.4.1-timeout.patch +Patch1: duplicity-0.4.2-scp.patch +Requires: gnupg >= 1.0.6 +%if "%{?fedora}" <= "3" +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +%endif +BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or -local) file server. In theory many remote backends are possible; +local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, and rsync backends are written. + Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since -the last backup. Currently duplicity supports deleted files, full +the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. %prep %setup -q +%patch0 -p1 -b .timeout +%patch1 -p1 -b .scp %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --root $RPM_BUILD_ROOT -# Produce .pyo files for %ghost directive later -python -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity'")' +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -43,14 +48,21 @@ %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/rdiffdir -%{_bindir}/duplicity -%{_mandir}/man1/duplicity* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* %{_mandir}/man1/rdiffdir* -%dir %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.py* -%{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so +%dir %{python_sitearch}/%{name} +%{python_sitearch}/%{name}/*.py* +%{python_sitearch}/%{name}/*.so %changelog +* Sun Dec 17 2006 Robert Scheck 0.4.2-5 +- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} + +* Sat Dec 16 2006 Robert Scheck 0.4.2-4 +- added two small fixing patches (upstream items #4486, #5183) +- many spec file cleanups and try to silence rpmlint a bit more + * Fri Sep 08 2006 Michael J. Knox - 0.4.2-3 - don't ghost pyo files @@ -58,7 +70,7 @@ - Rebuild for FC6 * Tue May 16 2006 Michael J. Knox - 0.4.2-1 -- verion bump +- version bump * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun Dec 17 14:27:13 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sun, 17 Dec 2006 09:27:13 -0500 Subject: rpms/Pound/devel Pound.spec,1.4,1.5 Message-ID: <200612171427.kBHERDcO014892@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14872 Modified Files: Pound.spec Log Message: Fixed empty debuginfo rpm (bz 219942) Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Pound.spec 16 Dec 2006 13:25:41 -0000 1.4 +++ Pound.spec 17 Dec 2006 14:26:43 -0000 1.5 @@ -4,7 +4,7 @@ Name: Pound Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -42,8 +42,8 @@ %install rm -rf %{buildroot} %{__install} -d %{buildroot}%{pound_home} -%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound -%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl +%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound +%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sun Dec 17 2006 2.2-2 +- Fixed empty debuginfo rpm (bz 219942) * Sat Dec 16 2006 2.2-1 - Sync with upstream * Sat Dec 09 2006 2.1.8-1 From fedora-extras-commits at redhat.com Sun Dec 17 14:46:31 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 09:46:31 -0500 Subject: rpms/hexter-dssi/devel hexter-dssi.spec,1.5,1.6 Message-ID: <200612171446.kBHEkVf4015006@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14991 Modified Files: hexter-dssi.spec Log Message: Fix typo. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/devel/hexter-dssi.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hexter-dssi.spec 16 Dec 2006 17:21:35 -0000 1.5 +++ hexter-dssi.spec 17 Dec 2006 14:46:01 -0000 1.6 @@ -1,7 +1,7 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL @@ -37,7 +37,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter -install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +52,9 @@ %exclude %{_libdir}/dssi/hexter.la %changelog +* Sun Dec 17 2006 Anthony Green 0.5.9-8 +- Fix typo in tx_edit install line. + * Sat Dec 16 2006 Anthony Green 0.5.9-7 - Build and install tx_edit. - Add relevant BuildRequires. From fedora-extras-commits at redhat.com Sun Dec 17 14:48:17 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 09:48:17 -0500 Subject: rpms/hexter-dssi/FC-6 hexter-dssi.spec,1.4,1.5 Message-ID: <200612171448.kBHEmHJs015065@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15050 Modified Files: hexter-dssi.spec Log Message: Add tx_edit. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/FC-6/hexter-dssi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hexter-dssi.spec 4 Oct 2006 22:50:29 -0000 1.4 +++ hexter-dssi.spec 17 Dec 2006 14:47:47 -0000 1.5 @@ -1,14 +1,14 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 6%{?dist} +Release: 8%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dssi-devel gtk2-devel +BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel Requires: dssi %description @@ -30,12 +30,14 @@ %configure make %{?_smp_mflags} +(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound) %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit %clean rm -rf $RPM_BUILD_ROOT @@ -44,11 +46,19 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/hexter +%{_bindir}/tx_edit %{_datadir}/hexter/ %{_libdir}/dssi/* %exclude %{_libdir}/dssi/hexter.la %changelog +* Sun Dec 17 2006 Anthony Green 0.5.9-8 +- Fix typo in tx_edit install line. + +* Sat Dec 16 2006 Anthony Green 0.5.9-7 +- Build and install tx_edit. +- Add relevant BuildRequires. + * Thu Oct 05 2006 Christian Iseli 0.5.9-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Sun Dec 17 14:50:26 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 09:50:26 -0500 Subject: rpms/hexter-dssi/FC-5 hexter-dssi.spec,1.1,1.2 Message-ID: <200612171450.kBHEoQpp015126@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/hexter-dssi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15109 Modified Files: hexter-dssi.spec Log Message: Add tx_edit. Index: hexter-dssi.spec =================================================================== RCS file: /cvs/extras/rpms/hexter-dssi/FC-5/hexter-dssi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hexter-dssi.spec 13 Jul 2006 05:38:22 -0000 1.1 +++ hexter-dssi.spec 17 Dec 2006 14:49:56 -0000 1.2 @@ -1,14 +1,14 @@ Summary: DSSI software synthesizer plugin emulating DX7 Name: hexter-dssi Version: 0.5.9 -Release: 4%{?dist} +Release: 8%{?dist} URL: http://dssi.sourceforge.net/hexter.html Source0: http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dssi-devel gtk2-devel +BuildRequires: dssi-devel gtk2-devel ncurses-devel alsa-lib-devel Requires: dssi %description @@ -30,12 +30,14 @@ %configure make %{?_smp_mflags} +(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound) %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter +install -m 755 extra/tx_edit $RPM_BUILD_ROOT%{_bindir}/tx_edit %clean rm -rf $RPM_BUILD_ROOT @@ -44,11 +46,19 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/hexter +%{_bindir}/tx_edit %{_datadir}/hexter/ %{_libdir}/dssi/* %exclude %{_libdir}/dssi/hexter.la %changelog +* Sun Dec 17 2006 Anthony Green 0.5.9-8 +- Fix typo in tx_edit install line. + +* Sat Dec 16 2006 Anthony Green 0.5.9-7 +- Build and install tx_edit. +- Add relevant BuildRequires. + * Wed Jul 12 2006 Anthony Green 0.5.9-4 - Update Source0 link. - Don't use %makeinstall. It's broken (?) From fedora-extras-commits at redhat.com Sun Dec 17 14:57:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:57:24 -0500 Subject: rpms/nant/devel .cvsignore, 1.2, 1.3 nant.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612171457.kBHEvOA8015271@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15234/devel Modified Files: .cvsignore nant.spec sources Log Message: auto-import nant-0.85-11 on branch devel from nant-0.85-11.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nant/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jul 2006 22:00:04 -0000 1.2 +++ .cvsignore 17 Dec 2006 14:56:54 -0000 1.3 @@ -1 +1 @@ -nant-0.85-rc4-src.tar.gz +nant-0.85-src.tar.gz Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/devel/nant.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nant.spec 16 Sep 2006 21:22:00 -0000 1.6 +++ nant.spec 17 Dec 2006 14:56:54 -0000 1.7 @@ -1,4 +1,3 @@ -%define extra rc4 %define debug_package %{nil} %if "%{?fedora}" == "5" @@ -12,8 +11,8 @@ Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 10%{?dist} -Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz +Release: 11%{?dist} +Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz Patch0: nant-build.patch Patch1: nant-app.patch License: GPL @@ -37,7 +36,7 @@ Documentation of nant %prep -%setup -q -n %{name}-%{version}-%{extra} +%setup -q -n %{name}-%{version} %if "%{?fedora}" > "5" sed -i -e "s/@LIBDIR@/%{mlib}/" %{PATCH1} %patch1 -p1 -b .orig @@ -84,6 +83,9 @@ %doc examples/* doc/help/* %changelog +* Sun Dec 17 2006 Paul F. Johnson 0.85-11 +- No longer the RC release + * Sat Sep 16 2006 Paul F. Johnson 0.85-10 - more hacks and slashes... Index: sources =================================================================== RCS file: /cvs/extras/rpms/nant/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jul 2006 22:00:04 -0000 1.2 +++ sources 17 Dec 2006 14:56:54 -0000 1.3 @@ -1 +1 @@ -41980ca70e8e14bc26afd6f796eac4b3 nant-0.85-rc4-src.tar.gz +45ae065439b6cbc0e02051b855843f50 nant-0.85-src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 14:57:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:57:24 -0500 Subject: rpms/nant import.log,1.8,1.9 Message-ID: <200612171457.kBHEvO9W015266@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15234 Modified Files: import.log Log Message: auto-import nant-0.85-11 on branch devel from nant-0.85-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nant/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 16 Sep 2006 21:21:59 -0000 1.8 +++ import.log 17 Dec 2006 14:56:54 -0000 1.9 @@ -5,3 +5,4 @@ nant-0_85-8:HEAD:nant-0.85-8.src.rpm:1158401531 nant-0_85-9:HEAD:nant-0.85-9.src.rpm:1158408198 nant-0_85-10:HEAD:nant-0.85-10.src.rpm:1158441706 +nant-0_85-11:HEAD:nant-0.85-11.src.rpm:1166367822 From fedora-extras-commits at redhat.com Sun Dec 17 14:59:02 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:59:02 -0500 Subject: rpms/nant import.log,1.9,1.10 Message-ID: <200612171459.kBHEx2X7015375@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15345 Modified Files: import.log Log Message: auto-import nant-0.85-11 on branch FC-6 from nant-0.85-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nant/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 17 Dec 2006 14:56:54 -0000 1.9 +++ import.log 17 Dec 2006 14:58:32 -0000 1.10 @@ -6,3 +6,4 @@ nant-0_85-9:HEAD:nant-0.85-9.src.rpm:1158408198 nant-0_85-10:HEAD:nant-0.85-10.src.rpm:1158441706 nant-0_85-11:HEAD:nant-0.85-11.src.rpm:1166367822 +nant-0_85-11:FC-6:nant-0.85-11.src.rpm:1166367918 From fedora-extras-commits at redhat.com Sun Dec 17 14:59:02 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 09:59:02 -0500 Subject: rpms/nant/FC-6 .cvsignore, 1.2, 1.3 nant.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612171459.kBHEx2TI015380@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15345/FC-6 Modified Files: .cvsignore nant.spec sources Log Message: auto-import nant-0.85-11 on branch FC-6 from nant-0.85-11.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nant/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jul 2006 22:00:04 -0000 1.2 +++ .cvsignore 17 Dec 2006 14:58:32 -0000 1.3 @@ -1 +1 @@ -nant-0.85-rc4-src.tar.gz +nant-0.85-src.tar.gz Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/FC-6/nant.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nant.spec 16 Sep 2006 21:22:00 -0000 1.6 +++ nant.spec 17 Dec 2006 14:58:32 -0000 1.7 @@ -1,4 +1,3 @@ -%define extra rc4 %define debug_package %{nil} %if "%{?fedora}" == "5" @@ -12,8 +11,8 @@ Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 10%{?dist} -Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz +Release: 11%{?dist} +Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz Patch0: nant-build.patch Patch1: nant-app.patch License: GPL @@ -37,7 +36,7 @@ Documentation of nant %prep -%setup -q -n %{name}-%{version}-%{extra} +%setup -q -n %{name}-%{version} %if "%{?fedora}" > "5" sed -i -e "s/@LIBDIR@/%{mlib}/" %{PATCH1} %patch1 -p1 -b .orig @@ -84,6 +83,9 @@ %doc examples/* doc/help/* %changelog +* Sun Dec 17 2006 Paul F. Johnson 0.85-11 +- No longer the RC release + * Sat Sep 16 2006 Paul F. Johnson 0.85-10 - more hacks and slashes... Index: sources =================================================================== RCS file: /cvs/extras/rpms/nant/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jul 2006 22:00:04 -0000 1.2 +++ sources 17 Dec 2006 14:58:32 -0000 1.3 @@ -1 +1 @@ -41980ca70e8e14bc26afd6f796eac4b3 nant-0.85-rc4-src.tar.gz +45ae065439b6cbc0e02051b855843f50 nant-0.85-src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:01:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 10:01:12 -0500 Subject: rpms/nant import.log,1.10,1.11 Message-ID: <200612171501.kBHF1CDe018605@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15468 Modified Files: import.log Log Message: auto-import nant-0.85-11 on branch FC-5 from nant-0.85-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nant/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 17 Dec 2006 14:58:32 -0000 1.10 +++ import.log 17 Dec 2006 15:00:41 -0000 1.11 @@ -7,3 +7,4 @@ nant-0_85-10:HEAD:nant-0.85-10.src.rpm:1158441706 nant-0_85-11:HEAD:nant-0.85-11.src.rpm:1166367822 nant-0_85-11:FC-6:nant-0.85-11.src.rpm:1166367918 +nant-0_85-11:FC-5:nant-0.85-11.src.rpm:1166368047 From fedora-extras-commits at redhat.com Sun Dec 17 15:01:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 10:01:12 -0500 Subject: rpms/nant/FC-5 nant-app.patch, NONE, 1.1 nant-build.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 nant.spec, 1.2, 1.3 sources, 1.2, 1.3 nant-libdir.patch, 1.1, NONE Message-ID: <200612171501.kBHF1CAA018610@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15468/FC-5 Modified Files: .cvsignore nant.spec sources Added Files: nant-app.patch nant-build.patch Removed Files: nant-libdir.patch Log Message: auto-import nant-0.85-11 on branch FC-5 from nant-0.85-11.src.rpm nant-app.patch: --- NEW FILE nant-app.patch --- --- nant-0.85-rc4/src/NAnt.Console/App.config 2006-04-24 13:18:36.000000000 +0100 +++ nant-0.85-rc4/src/NAnt.Console/App-new.config 2006-09-16 11:50:31.000000000 +0100 @@ -543,7 +543,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0')}" clrversion="1.1.4322" > @@ -578,8 +578,8 @@ - - + + @@ -599,8 +599,8 @@ are located in the \lib\mono\ directory --> - - + + @@ -713,7 +713,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50727" > @@ -771,18 +771,18 @@ use the 1.0 profile version --> - - + + - + @@ -853,7 +853,7 @@ true - ${path::combine(frameworkAssemblyDirectory, 'mono/2.0/gmcs.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -864,7 +864,7 @@ - ${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -892,7 +892,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50215" > @@ -950,18 +950,18 @@ use the 1.0 profile version --> - - + + - + @@ -1032,7 +1032,7 @@ true - ${path::combine(frameworkAssemblyDirectory, 'mono/2.0/gmcs.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1043,7 +1043,7 @@ - ${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1071,7 +1071,7 @@ runtimeengine="${runtimeEngine}" sdkdirectory="${sdkDirectory}" frameworkdirectory="${frameworkDirectory}" - frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" + frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0')}" clrversion="2.0.40607" > @@ -1129,18 +1129,18 @@ use the 1.0 profile version --> - - + + - + @@ -1211,7 +1211,7 @@ true - ${path::combine(frameworkAssemblyDirectory, 'mono/2.0/gmcs.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1222,7 +1222,7 @@ - ${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')} + ${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1318,7 +1318,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/1.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" clrversion="1.1.4322" > @@ -1338,7 +1338,7 @@ - + @@ -1349,7 +1349,7 @@ true - ${path::combine(prefix, 'lib/mono/1.0/mcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mcs.exe')} true true true @@ -1359,7 +1359,7 @@ true - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1387,7 +1387,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50727" > @@ -1416,9 +1416,9 @@ for the 2.0 profile, for the other tools we should use the 1.0 profile version --> - + - + @@ -1432,7 +1432,7 @@ true - ${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1443,7 +1443,7 @@ - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1471,7 +1471,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}" clrversion="2.0.50215" > @@ -1500,9 +1500,9 @@ for the 2.0 profile, for the other tools we should use the 1.0 profile version --> - + - + @@ -1516,7 +1516,7 @@ true - ${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1527,7 +1527,7 @@ - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true @@ -1555,7 +1555,7 @@ runtimeengine="${path::combine(prefix, 'bin/mono')}" sdkdirectory="${frameworkdirectory}" frameworkdirectory="${frameworkdirectory}" - frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}" + frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}" clrversion="2.0.40607" > @@ -1584,9 +1584,9 @@ for the 2.0 profile, for the other tools we should use the 1.0 profile version --> - + - + @@ -1600,7 +1600,7 @@ true - ${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')} true true true @@ -1611,7 +1611,7 @@ - ${path::combine(prefix, 'lib/mono/1.0/mbas.exe')} + ${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')} true nant-build.patch: --- NEW FILE nant-build.patch --- --- nant-0.85-rc4/NAnt.build 2006-06-02 20:07:52.000000000 +0100 +++ nant-0.85-rc4/NAnt-new.build 2006-09-16 00:56:44.000000000 +0100 @@ -807,13 +807,14 @@ - + - - + + + Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nant/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jul 2006 22:00:04 -0000 1.2 +++ .cvsignore 17 Dec 2006 15:00:42 -0000 1.3 @@ -1 +1 @@ -nant-0.85-rc4-src.tar.gz +nant-0.85-src.tar.gz Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/FC-5/nant.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nant.spec 19 Jul 2006 21:56:35 -0000 1.2 +++ nant.spec 17 Dec 2006 15:00:42 -0000 1.3 @@ -1,12 +1,20 @@ -%define extra rc4 %define debug_package %{nil} +%if "%{?fedora}" == "5" +%define monodir %{_prefix}/lib +%define mlib lib +%else +%define monodir %{_libdir} +%define mlib %{_lib} +%endif + Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 6%{?dist} -Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz -Patch0: nant-libdir.patch +Release: 11%{?dist} +Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz +Patch0: nant-build.patch +Patch1: nant-app.patch License: GPL Group: Development/Tools Url: http://nant.sourceforge.net/ @@ -28,10 +36,15 @@ Documentation of nant %prep -%setup -q -n %{name}-%{version}-%{extra} -%patch0 -# put nant into libdir +%setup -q -n %{name}-%{version} +%if "%{?fedora}" > "5" +sed -i -e "s/@LIBDIR@/%{mlib}/" %{PATCH1} +%patch1 -p1 -b .orig +sed -i -e "s/%{mlib}/@LIBDIR@/" %{PATCH1} +%endif +%patch0 -p1 -b .orig sed -i -e "s/@LIB@/%{_lib}/" NAnt.build +sed -i -e "s!@BUILDROOT@!%{buildroot}/usr!" NAnt.build find . -type d|xargs chmod 755 find . -type f|xargs chmod 644 sed -i 's/\r//' doc/license.html @@ -40,12 +53,12 @@ sed -i 's/\r//' doc/releasenotes.html %build -export MONO_PATH=%{buildroot}/lib +export MONO_PATH=%{buildroot}/%{mlib} make %install rm -rf %{buildroot} -%makeinstall +make DESTDIR=%{buildroot} install sed -i -e "s#%{buildroot}##" %{buildroot}%{_bindir}/%{name} find examples -name \*.dll -o -name \*.exe|xargs rm -f rm -rf %{buildroot}%{_datadir}/NAnt/doc @@ -54,24 +67,37 @@ rm -rf %{buildroot} %post docs -scrollkeeper-update -q +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun docs -scrollkeeper-update -q +scrollkeeper-update -q || : %files %defattr(-,root,root) %doc README.txt doc/*.html COPYING.txt %{_bindir}/nant -# libdir is not showing lib64 for some reason -#%{_exec_prefix}/%{_lib}/NAnt/ -%{_libdir}/NAnt/ +%{monodir}/NAnt/ %files docs %defattr(-,root,root,-) %doc examples/* doc/help/* %changelog +* Sun Dec 17 2006 Paul F. Johnson 0.85-11 +- No longer the RC release + +* Sat Sep 16 2006 Paul F. Johnson 0.85-10 +- more hacks and slashes... + +* Sat Sep 16 2006 Paul F. Johnson 0.85-9 +- more 64bit fixes + +* Sat Sep 16 2006 Paul F. Johnson 0.85-8 +- scrollkeeper fixes + +* Wed Sep 06 2006 Paul F. Johnson 0.85-7 +- FC5 and FC6 fixes (libdir) + * Wed Jul 19 2006 Paul F. Johnson 0.85-6 - Security fix to spec file - Other spec file fixes Index: sources =================================================================== RCS file: /cvs/extras/rpms/nant/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jul 2006 22:00:04 -0000 1.2 +++ sources 17 Dec 2006 15:00:42 -0000 1.3 @@ -1 +1 @@ -41980ca70e8e14bc26afd6f796eac4b3 nant-0.85-rc4-src.tar.gz +45ae065439b6cbc0e02051b855843f50 nant-0.85-src.tar.gz --- nant-libdir.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 15:03:00 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:03:00 -0500 Subject: rpms/perl-Perl-Critic/devel .cvsignore, 1.3, 1.4 perl-Perl-Critic.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612171503.kBHF30RR018714@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18695 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: Update to 0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Nov 2006 15:30:39 -0000 1.3 +++ .cvsignore 17 Dec 2006 15:02:30 -0000 1.4 @@ -1 +1 @@ -Perl-Critic-0.21.tar.gz +Perl-Critic-0.22.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/perl-Perl-Critic.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Perl-Critic.spec 12 Nov 2006 00:06:13 -0000 1.3 +++ perl-Perl-Critic.spec 17 Dec 2006 15:02:30 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Perl-Critic -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Critique Perl source code for best-practices @@ -14,7 +14,7 @@ BuildRequires: perl(Config::Tiny) >= 2 BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Module::Pluggable) >= 3.1 BuildRequires: perl(PPI) >= 1.118 BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 @@ -72,6 +72,9 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - New BR: perl(Set::Scalar). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Nov 2006 15:30:39 -0000 1.3 +++ sources 17 Dec 2006 15:02:30 -0000 1.4 @@ -1 +1 @@ -0359235579986f76438d7a1180598feb Perl-Critic-0.21.tar.gz +8c4a32c603916a82c106804659bb7518 Perl-Critic-0.22.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:07:24 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 10:07:24 -0500 Subject: rpms/azureus/FC-6 azureus.script,1.11,1.12 azureus.spec,1.39,1.40 Message-ID: <200612171507.kBHF7OmB018947@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18923 Modified Files: azureus.script azureus.spec Log Message: Use unversioned bcprov. Index: azureus.script =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-6/azureus.script,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- azureus.script 29 Nov 2006 18:12:35 -0000 1.11 +++ azureus.script 17 Dec 2006 15:06:54 -0000 1.12 @@ -15,4 +15,4 @@ done; popd > /dev/null 2>&1 -LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/share/java/gcj-endorsed/bcprov-1.33.jar:/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" +LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath bcprov jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-6/azureus.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- azureus.spec 29 Nov 2006 18:12:35 -0000 1.39 +++ azureus.spec 17 Dec 2006 15:06:54 -0000 1.40 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -207,6 +207,9 @@ %{_libdir}/gcj/* %changelog +* Sun Dec 17 2006 Anthony Green 2.5.0.0-10 +- Update azureus.script to use unversioned bcprov jar file. + * Mon Nov 29 2006 Andrew Overholt 2.5.0.0-9 - Use new swt jar location. - Need to wait to build until forthcoming eclipse update (currently in From fedora-extras-commits at redhat.com Sun Dec 17 15:08:25 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 10:08:25 -0500 Subject: rpms/jd/devel .cvsignore, 1.40, 1.41 jd.spec, 1.47, 1.48 sources, 1.40, 1.41 Message-ID: <200612171508.kBHF8PtX019050@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19003 Modified Files: .cvsignore jd.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-2.cvs061217 - cvs 061217 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- .cvsignore 17 Dec 2006 11:08:06 -0000 1.40 +++ .cvsignore 17 Dec 2006 15:07:55 -0000 1.41 @@ -1 +1 @@ -jd-1.8.1-061217.tgz +jd-1.8.1-cvs061217.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- jd.spec 17 Dec 2006 11:08:06 -0000 1.47 +++ jd.spec 17 Dec 2006 15:07:55 -0000 1.48 @@ -10,13 +10,13 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag 061217 +%define strtag cvs061217 %define repoid 23156 # Defined by vendor # -%define vendor_rel 1 +%define vendor_rel 2 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -27,7 +27,8 @@ %define pre_release 0 %if %{pre_release} -%define rel 0.%{vendor_rel}.%{strtag}%{?dist} +#%%define rel 0.%{vendor_rel}.%{strtag}%{?dist} +%define rel %{vendor_rel}.%{strtag}%{?dist} %else %define rel %{vendor_rel}%{?dist} %endif @@ -43,8 +44,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -#Source0: %{name}-%{main_ver}-%{strtag}.tgz +#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -106,6 +107,9 @@ %{icondir}/%{name}.png %changelog +* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-2.cvs061217 +- cvs 061217 (23:59 JST) + * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- sources 17 Dec 2006 11:08:06 -0000 1.40 +++ sources 17 Dec 2006 15:07:55 -0000 1.41 @@ -1 +1 @@ -fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz +9ccfc486a91b10d485d519be3098625a jd-1.8.1-cvs061217.tgz From fedora-extras-commits at redhat.com Sun Dec 17 15:08:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 10:08:45 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.23, 1.24 ochusha.spec, 1.24, 1.25 sources, 1.23, 1.24 Message-ID: <200612171508.kBHF8jc0019055@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19031 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sun Dec 17 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061217 - 0.5.99.64.11 cvs 061217 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 16 Dec 2006 15:35:40 -0000 1.23 +++ .cvsignore 17 Dec 2006 15:08:15 -0000 1.24 @@ -1 +1 @@ -ochusha-0.5.99.64.11-cvs061216.tar.bz2 +ochusha-0.5.99.64.11-cvs061217.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ochusha.spec 16 Dec 2006 15:35:40 -0000 1.24 +++ ochusha.spec 17 Dec 2006 15:08:15 -0000 1.25 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.64.11 -%define strtag cvs061216 +%define strtag cvs061217 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sat Dec 16 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061216 -- 0.5.99.64.11 cvs 061216 (23:59 JST) +* Sun Dec 17 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061217 +- 0.5.99.64.11 cvs 061217 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 16 Dec 2006 15:35:40 -0000 1.23 +++ sources 17 Dec 2006 15:08:15 -0000 1.24 @@ -1 +1 @@ -c73b23868ce902e7ce22d3f009e743ac ochusha-0.5.99.64.11-cvs061216.tar.bz2 +8e5ed5a6bf5923c20ff68bc8181a3699 ochusha-0.5.99.64.11-cvs061217.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 15:11:25 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 17 Dec 2006 10:11:25 -0500 Subject: rpms/jd/devel jd.spec,1.48,1.49 Message-ID: <200612171511.kBHFBP5R019191@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19155 Modified Files: jd.spec Log Message: fix release number Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- jd.spec 17 Dec 2006 15:07:55 -0000 1.48 +++ jd.spec 17 Dec 2006 15:10:55 -0000 1.49 @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} #%%define rel 0.%{vendor_rel}.%{strtag}%{?dist} From fedora-extras-commits at redhat.com Sun Dec 17 15:11:34 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 17 Dec 2006 10:11:34 -0500 Subject: rpms/azureus/devel azureus.script,1.11,1.12 azureus.spec,1.39,1.40 Message-ID: <200612171511.kBHFBYUv019198@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19154 Modified Files: azureus.script azureus.spec Log Message: Use an unversioned bcprov. Index: azureus.script =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.script,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- azureus.script 6 Nov 2006 19:45:44 -0000 1.11 +++ azureus.script 17 Dec 2006 15:11:04 -0000 1.12 @@ -15,4 +15,4 @@ done; popd > /dev/null 2>&1 -LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/share/java/gcj-endorsed/bcprov-1.33.jar:/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" +LD_LIBRARY_PATH=/usr/lib/eclipse:/usr/lib CLASSPATH=/usr/lib/eclipse/swt-gtk-3.2.jar:`build-classpath bcprov jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dazureus.install.path=$APPDIR org.gudy.azureus2.ui.swt.Main "$@" Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- azureus.spec 6 Nov 2006 19:45:44 -0000 1.39 +++ azureus.spec 17 Dec 2006 15:11:04 -0000 1.40 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -207,6 +207,9 @@ %{_libdir}/gcj/* %changelog +* Sun Dec 17 2006 Anthony Green 2.5.0.0-10 +- Update azureus.script to use unversioned bcprov jar file. + * Mon Nov 06 2006 Andrew Overholt 2.5.0.0-9 - Use new swt jar location. From fedora-extras-commits at redhat.com Sun Dec 17 15:16:07 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sun, 17 Dec 2006 10:16:07 -0500 Subject: rpms/Pound/FC-6 Pound.spec,1.4,1.5 Message-ID: <200612171516.kBHFG7Sx019319@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19303 Modified Files: Pound.spec Log Message: Fixed empty debuginfo rpm Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-6/Pound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Pound.spec 16 Dec 2006 13:51:24 -0000 1.4 +++ Pound.spec 17 Dec 2006 15:15:36 -0000 1.5 @@ -4,7 +4,7 @@ Name: Pound Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -42,8 +42,8 @@ %install rm -rf %{buildroot} %{__install} -d %{buildroot}%{pound_home} -%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound -%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl +%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound +%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sun Dec 17 2006 2.2-2 +- Fixed empty debuginfo rpm * Sat Dec 16 2006 2.2-1 - Sync with upstream * Sat Dec 09 2006 2.1.8-1 From fedora-extras-commits at redhat.com Sun Dec 17 15:20:53 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sun, 17 Dec 2006 10:20:53 -0500 Subject: rpms/Pound/FC-5 Pound.spec,1.4,1.5 Message-ID: <200612171520.kBHFKrlw019427@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/Pound/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410 Modified Files: Pound.spec Log Message: Fixed empty debuginfo rpm Index: Pound.spec =================================================================== RCS file: /cvs/extras/rpms/Pound/FC-5/Pound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Pound.spec 16 Dec 2006 13:54:03 -0000 1.4 +++ Pound.spec 17 Dec 2006 15:20:23 -0000 1.5 @@ -4,7 +4,7 @@ Name: Pound Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reverse proxy and load balancer Group: System Environment/Daemons @@ -42,8 +42,8 @@ %install rm -rf %{buildroot} %{__install} -d %{buildroot}%{pound_home} -%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound -%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl +%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound +%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound @@ -106,6 +106,8 @@ %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home} %changelog +* Sun Dec 16 2006 2.2-2 +- Fixed empty debuginfo rpm * Sat Dec 16 2006 2.2-1 - Sync with upstream * Sat Dec 08 2006 2.1.8-1 From fedora-extras-commits at redhat.com Sun Dec 17 15:24:11 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 17 Dec 2006 10:24:11 -0500 Subject: rpms/autogen/devel autogen.spec,1.6,1.7 Message-ID: <200612171524.kBHFOBU7019473@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19458 Modified Files: autogen.spec Log Message: Ditched smp_mflags autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/autogen.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- autogen.spec 13 Dec 2006 23:27:49 -0000 1.6 +++ autogen.spec 17 Dec 2006 15:23:40 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -37,7 +37,7 @@ %build %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; -make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool # no smp flags as it falls over during build @@ -124,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Sun Dec 17 2006 Paul F. Johnson 5.8.7-5 +- ditched smp_mflags again + * Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 - fix for preun From fedora-extras-commits at redhat.com Sun Dec 17 15:29:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:29:38 -0500 Subject: rpms/perl-Perl-Critic/FC-5 .cvsignore, 1.3, 1.4 perl-Perl-Critic.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612171529.kBHFTcjR019616@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19577/FC-5 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: Update to 0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Nov 2006 19:58:42 -0000 1.3 +++ .cvsignore 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -Perl-Critic-0.21.tar.gz +Perl-Critic-0.22.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-5/perl-Perl-Critic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Perl-Critic.spec 13 Nov 2006 19:58:42 -0000 1.2 +++ perl-Perl-Critic.spec 17 Dec 2006 15:29:08 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Perl-Critic -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Critique Perl source code for best-practices @@ -14,7 +14,7 @@ BuildRequires: perl(Config::Tiny) >= 2 BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Module::Pluggable) >= 3.1 BuildRequires: perl(PPI) >= 1.118 BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 @@ -72,6 +72,9 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - New BR: perl(Set::Scalar). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Nov 2006 19:58:42 -0000 1.3 +++ sources 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -0359235579986f76438d7a1180598feb Perl-Critic-0.21.tar.gz +8c4a32c603916a82c106804659bb7518 Perl-Critic-0.22.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:29:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:29:38 -0500 Subject: rpms/perl-Perl-Critic/FC-6 .cvsignore, 1.3, 1.4 perl-Perl-Critic.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612171529.kBHFTc4T019621@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19577/FC-6 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: Update to 0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Nov 2006 19:58:43 -0000 1.3 +++ .cvsignore 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -Perl-Critic-0.21.tar.gz +Perl-Critic-0.22.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-6/perl-Perl-Critic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Perl-Critic.spec 13 Nov 2006 19:58:43 -0000 1.2 +++ perl-Perl-Critic.spec 17 Dec 2006 15:29:08 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Perl-Critic -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Critique Perl source code for best-practices @@ -14,7 +14,7 @@ BuildRequires: perl(Config::Tiny) >= 2 BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Module::Pluggable) >= 3.1 BuildRequires: perl(PPI) >= 1.118 BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 @@ -72,6 +72,9 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. + * Sat Nov 11 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. - New BR: perl(Set::Scalar). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Nov 2006 19:58:43 -0000 1.3 +++ sources 17 Dec 2006 15:29:08 -0000 1.4 @@ -1 +1 @@ -0359235579986f76438d7a1180598feb Perl-Critic-0.21.tar.gz +8c4a32c603916a82c106804659bb7518 Perl-Critic-0.22.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 15:57:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 10:57:52 -0500 Subject: rpms/perl-Perl-Critic/devel perl-Perl-Critic.spec,1.4,1.5 Message-ID: <200612171557.kBHFvqOJ019802@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Perl-Critic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19781 Modified Files: perl-Perl-Critic.spec Log Message: Enable author tests (work in progress). Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/perl-Perl-Critic.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Perl-Critic.spec 17 Dec 2006 15:02:30 -0000 1.4 +++ perl-Perl-Critic.spec 17 Dec 2006 15:57:22 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Perl-Critic Version: 0.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Critique Perl source code for best-practices Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Config::Tiny) >= 2 +BuildRequires: perl(File::HomeDir) BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.1 @@ -19,10 +20,15 @@ BuildRequires: perl(Set::Scalar) >= 1.20 BuildRequires: perl(String::Format) >= 1.13 BuildRequires: perl(Perl::Tidy) +# Author tests +#BuildRequires: aspell +#BuildRequires: perl(File::Which) +#BuildRequires: perl(Test::Kwalitee) +#BuildRequires: perl(Test::Spelling) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Module::Pluggable) +Requires: perl(Module::Pluggable) >= 3.1 Requires(hint): perl(Perl::Tidy) %description @@ -53,9 +59,9 @@ %check -# Author tests would require: Test::Kwalitee, Test::Spelling, File::Which, and aspell -# TEST_AUTHOR=1 ./Build test -./Build test +# Additional requirements of author tests: +# Test::Kwalitee, Test::Spelling, File::Which, and aspell +TEST_AUTHOR=1 ./Build test %clean @@ -72,6 +78,10 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-2 +- Enabled author tests. +- BR perl(HomeDir). + * Sun Dec 17 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. From fedora-extras-commits at redhat.com Sun Dec 17 17:36:29 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:36:29 -0500 Subject: extras-buildsys/common XMLRPCServerProxy.py,1.5.4.4,1.5.4.5 Message-ID: <200612171736.kBHHaTkN026446@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26418/common Modified Files: Tag: STABLE_0_4 XMLRPCServerProxy.py Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 Index: XMLRPCServerProxy.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/common/XMLRPCServerProxy.py,v retrieving revision 1.5.4.4 retrieving revision 1.5.4.5 diff -u -r1.5.4.4 -r1.5.4.5 --- XMLRPCServerProxy.py 15 Feb 2006 17:16:25 -0000 1.5.4.4 +++ XMLRPCServerProxy.py 17 Dec 2006 17:36:29 -0000 1.5.4.5 @@ -25,7 +25,9 @@ user_agent = "pyOpenSSL_XMLRPC/%s - %s" % (__version__, xmlrpclib.Transport.user_agent) - def __init__(self, ssl_context, timeout=None): + def __init__(self, ssl_context, timeout=None, use_datetime=0): + if sys.version_info[:3] >= (2, 5, 0): + xmlrpclib.Transport.__init__(self, use_datetime) self.ssl_ctx=ssl_context self._timeout = timeout From fedora-extras-commits at redhat.com Sun Dec 17 17:36:59 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:36:59 -0500 Subject: extras-buildsys ChangeLog,1.126.2.50,1.126.2.51 Message-ID: <200612171736.kBHHaxkB026449@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26418 Modified Files: Tag: STABLE_0_4 ChangeLog Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.126.2.50 retrieving revision 1.126.2.51 diff -u -r1.126.2.50 -r1.126.2.51 --- ChangeLog 6 Dec 2006 15:34:04 -0000 1.126.2.50 +++ ChangeLog 17 Dec 2006 17:36:29 -0000 1.126.2.51 @@ -1,3 +1,10 @@ +2006-12-17 Dan Williams + + Toshio Kuratomi + + * common/XMLRPCServerProxy.py + - Fix transport class initialization for Python 2.5 + 2006-12-06 Dan Williams Patch from Oliver Falk From fedora-extras-commits at redhat.com Sun Dec 17 17:38:04 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:38:04 -0500 Subject: extras-buildsys/common XMLRPCServerProxy.py,1.10,1.11 Message-ID: <200612171738.kBHHc4bF026490@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26460/common Modified Files: XMLRPCServerProxy.py Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 (RH #214687) Index: XMLRPCServerProxy.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/common/XMLRPCServerProxy.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XMLRPCServerProxy.py 16 May 2006 15:47:13 -0000 1.10 +++ XMLRPCServerProxy.py 17 Dec 2006 17:37:58 -0000 1.11 @@ -25,7 +25,9 @@ user_agent = "pyOpenSSL_XMLRPC/%s - %s" % (__version__, xmlrpclib.Transport.user_agent) - def __init__(self, ssl_context, timeout=None): + def __init__(self, ssl_context, timeout=None, use_datetime=0): + if sys.version_info[:3] >= (2, 5, 0): + xmlrpclib.Transport.__init__(self, use_datetime) self.ssl_ctx=ssl_context self._timeout = timeout self._https = None From fedora-extras-commits at redhat.com Sun Dec 17 17:38:28 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:38:28 -0500 Subject: extras-buildsys ChangeLog,1.215,1.216 Message-ID: <200612171738.kBHHcSI9026493@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26460 Modified Files: ChangeLog Log Message: 2006-12-17 Dan Williams Toshio Kuratomi * common/XMLRPCServerProxy.py - Fix transport class initialization for Python 2.5 (RH #214687) Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- ChangeLog 6 Dec 2006 15:32:22 -0000 1.215 +++ ChangeLog 17 Dec 2006 17:37:58 -0000 1.216 @@ -1,3 +1,10 @@ +2006-12-17 Dan Williams + + Toshio Kuratomi + + * common/XMLRPCServerProxy.py + - Fix transport class initialization for Python 2.5 + 2006-12-06 Dan Williams Patch from Oliver Falk From fedora-extras-commits at redhat.com Sun Dec 17 17:39:11 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:39:11 -0500 Subject: extras-buildsys ChangeLog,1.216,1.217 Message-ID: <200612171739.kBHHdBh1026519@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26504 Modified Files: ChangeLog Log Message: Include bug # in changelog entry Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- ChangeLog 17 Dec 2006 17:37:58 -0000 1.216 +++ ChangeLog 17 Dec 2006 17:39:11 -0000 1.217 @@ -3,7 +3,7 @@ Toshio Kuratomi * common/XMLRPCServerProxy.py - - Fix transport class initialization for Python 2.5 + - Fix transport class initialization for Python 2.5 (RH #214687) 2006-12-06 Dan Williams From fedora-extras-commits at redhat.com Sun Dec 17 17:39:34 2006 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Sun, 17 Dec 2006 12:39:34 -0500 Subject: extras-buildsys ChangeLog,1.126.2.51,1.126.2.52 Message-ID: <200612171739.kBHHdYU0026545@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26530 Modified Files: Tag: STABLE_0_4 ChangeLog Log Message: Include bug # in changelog entry Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v retrieving revision 1.126.2.51 retrieving revision 1.126.2.52 diff -u -r1.126.2.51 -r1.126.2.52 --- ChangeLog 17 Dec 2006 17:36:29 -0000 1.126.2.51 +++ ChangeLog 17 Dec 2006 17:39:34 -0000 1.126.2.52 @@ -3,7 +3,7 @@ Toshio Kuratomi * common/XMLRPCServerProxy.py - - Fix transport class initialization for Python 2.5 + - Fix transport class initialization for Python 2.5 (RH #214687) 2006-12-06 Dan Williams From fedora-extras-commits at redhat.com Sun Dec 17 18:14:13 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Sun, 17 Dec 2006 13:14:13 -0500 Subject: rpms/wxGTK/devel wxGTK.spec,1.25,1.26 Message-ID: <200612171814.kBHIEDDc029762@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29747 Modified Files: wxGTK.spec Log Message: * Sun Dec 17 2006 Matthew Miller - 2.8.0-2.8.0.1.3 - add --enable-timer to build wxTimer class for XaraLX. - NOTE: if anyone else needs any non-default classes or features enabled, let me know. Thanks! Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- wxGTK.spec 15 Dec 2006 15:18:22 -0000 1.25 +++ wxGTK.spec 17 Dec 2006 18:13:43 -0000 1.26 @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.8.0 -Release: 2.8.0.1.2%{?dist} +Release: 2.8.0.1.3%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -126,6 +126,7 @@ --enable-sound \ --enable-mediactrl \ --enable-display \ + --enable-timer \ --enable-compat24 make %{?_smp_mflags} @@ -213,6 +214,11 @@ %endif %changelog +* Sun Dec 17 2006 Matthew Miller - 2.8.0-2.8.0.1.3 +- add --enable-timer to build wxTimer class for XaraLX. +- NOTE: if anyone else needs any non-default classes or features enabled, + let me know. Thanks! + * Fri Dec 15 2006 Matthew Miller - 2.8.0-2.8.0.1.2 - buildrequires gettext From fedora-extras-commits at redhat.com Sun Dec 17 18:18:55 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 17 Dec 2006 13:18:55 -0500 Subject: rpms/plague/devel plague-0.4-py25.patch, NONE, 1.1 plague.spec, 1.29, 1.30 Message-ID: <200612171818.kBHIItlc029844@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/plague/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29826 Modified Files: plague.spec Added Files: plague-0.4-py25.patch Log Message: - Small fix for a change in python 2.5's xmlrpc library. The patch has been upstreamed. plague-0.4-py25.patch: --- NEW FILE plague-0.4-py25.patch --- Index: plague-0.4.4.1/common/XMLRPCServerProxy.py =================================================================== --- plague-0.4.4.1.orig/common/XMLRPCServerProxy.py +++ plague-0.4.4.1/common/XMLRPCServerProxy.py @@ -25,7 +25,9 @@ class PlgSSL_Transport(xmlrpclib.Transpo user_agent = "pyOpenSSL_XMLRPC/%s - %s" % (__version__, xmlrpclib.Transport.user_agent) - def __init__(self, ssl_context, timeout=None): + def __init__(self, ssl_context, timeout=None, use_datetime=0): + if sys.version_info[:3] >= (2, 5, 0): + xmlrpclib.Transport.__init__(self, use_datetime) self.ssl_ctx=ssl_context self._timeout = timeout Index: plague.spec =================================================================== RCS file: /cvs/extras/rpms/plague/devel/plague.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- plague.spec 15 Dec 2006 03:57:19 -0000 1.29 +++ plague.spec 17 Dec 2006 18:18:25 -0000 1.30 @@ -3,7 +3,7 @@ Summary: Distributed build system for RPMs Name: plague Version: 0.4.4.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 @@ -17,6 +17,8 @@ Requires(preun): /sbin/service Patch0: plague-0.4-daemonize.patch +Patch1: plague-0.4-py25.patch + %description The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server. @@ -67,6 +69,7 @@ %prep %setup -q %patch0 -p0 -b .umask +%patch1 -p1 -b .py25 %build make @@ -147,6 +150,10 @@ %changelog +* Fri Dec 15 2006 Toshio Kuratomi - 0.4.4.1-4 +- Small fix for a change in python 2.5's xmlrpc library. The patch has been + upstreamed. + * Thu Dec 14 2006 Jason L Tibbitts III - 0.4.4.1-3 - Rebuild for new Python From fedora-extras-commits at redhat.com Sun Dec 17 18:27:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Sun, 17 Dec 2006 13:27:24 -0500 Subject: rpms/xchm/devel xchm.spec,1.8,1.9 Message-ID: <200612171827.kBHIROX6029940@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/xchm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29920 Modified Files: xchm.spec Log Message: * Sun Dec 17 2006 Patrice Dumas 1.10-2 - rebuild for wxGTK-2.8.0 Index: xchm.spec =================================================================== RCS file: /cvs/extras/rpms/xchm/devel/xchm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xchm.spec 22 Nov 2006 12:33:29 -0000 1.8 +++ xchm.spec 17 Dec 2006 18:26:54 -0000 1.9 @@ -1,7 +1,7 @@ Summary: A GUI front-end to CHMlib Name: xchm Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing #Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz @@ -67,6 +67,9 @@ %{_datadir}/applications/* %changelog +* Sun Dec 17 2006 Patrice Dumas 1.10-2 +- rebuild for wxGTK-2.8.0 + * Wed Nov 22 2006 Patrice Dumas 1.10-1 - update to 1.10 From fedora-extras-commits at redhat.com Sun Dec 17 18:39:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:39:55 -0500 Subject: rpms/python-kid/FC-4 .cvsignore, 1.11, 1.12 python-kid.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200612171839.kBHIdtaD030082@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/FC-4 Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:36 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-4/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:36 -0000 1.13 +++ python-kid.spec 17 Dec 2006 18:39:25 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,15 +50,15 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:36 -0000 1.11 +++ sources 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:39:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:39:55 -0500 Subject: rpms/python-kid/FC-5 .cvsignore, 1.11, 1.12 python-kid.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200612171840.kBHIdtfU030087@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/FC-5 Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:36 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-5/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:36 -0000 1.13 +++ python-kid.spec 17 Dec 2006 18:39:25 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,15 +50,15 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:36 -0000 1.11 +++ sources 17 Dec 2006 18:39:25 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:40:00 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:40:00 -0500 Subject: rpms/python-kid/FC-6 .cvsignore, 1.11, 1.12 python-kid.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200612171840.kBHIe0pI030092@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/FC-6 Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:37 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-6/python-kid.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-kid.spec 23 Jul 2006 14:52:37 -0000 1.13 +++ python-kid.spec 17 Dec 2006 18:39:30 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,15 +50,15 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting + * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 - Adjusting urls to point to kid-templating.org Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:37 -0000 1.11 +++ sources 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:40:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:40:01 -0500 Subject: rpms/python-kid/devel .cvsignore, 1.11, 1.12 python-kid.spec, 1.14, 1.15 sources, 1.11, 1.12 Message-ID: <200612171840.kBHIe1Mq030097@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30018/devel Modified Files: .cvsignore python-kid.spec sources Log Message: Upstream 0.9.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 Jul 2006 14:52:37 -0000 1.11 +++ .cvsignore 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -kid-0.9.3.tar.gz +kid-0.9.4.tar.gz Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/python-kid.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-kid.spec 16 Dec 2006 03:24:32 -0000 1.14 +++ python-kid.spec 17 Dec 2006 18:39:30 -0000 1.15 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-kid -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: Kid - A simple and pythonic XML template language Group: Applications/Publishing @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools >= 0.6a11 +BuildRequires: python-setuptools >= 0.6c2, python-devel BuildRequires: python-docutils, python-elementtree Requires: python-elementtree @@ -50,17 +50,14 @@ %files %defattr(-,root,root,-) %doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test -%dir %{python_sitelib}/kid -%{python_sitelib}/kid/*.py -%{python_sitelib}/kid/*.pyc -%ghost %{python_sitelib}/kid/*.pyo -%{python_sitelib}/kid*egg-info +%{python_sitelib}/kid* %{_bindir}/* %changelog -* Fri Dec 15 2006 Luke Macken - 0.9.3-2 -- Rebuild +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 +- Version 0.9.4 +- Ghostbusting * Sun Jul 23 2006 Konstantin Ryabitsev - 0.9.3-1 - Version 0.9.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 Jul 2006 14:52:37 -0000 1.11 +++ sources 17 Dec 2006 18:39:30 -0000 1.12 @@ -1 +1 @@ -8a2fa657183b01ab8f4fb5f79704a013 kid-0.9.3.tar.gz +2122ee32062079418db34cfd5fc15c37 kid-0.9.4.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 18:49:53 2006 From: fedora-extras-commits at redhat.com (Nicolas Mailhot (nim)) Date: Sun, 17 Dec 2006 13:49:53 -0500 Subject: rpms/dejavu-fonts import.log,1.92,1.93 Message-ID: <200612171849.kBHInr9J030362@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/dejavu-fonts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30323 Modified Files: import.log Log Message: auto-import dejavu-fonts-2.13-1.fc7 on branch devel from dejavu-fonts-2.13-1.fc7.src.rpm 2.13 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/import.log,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- import.log 21 Nov 2006 18:32:45 -0000 1.92 +++ import.log 17 Dec 2006 18:49:23 -0000 1.93 @@ -89,3 +89,4 @@ dejavu-fonts-2_12-0_1_rc1_fc7:HEAD:dejavu-fonts-2.12-0.1.rc1.fc7.src.rpm:1163713579 dejavu-fonts-2_12-0_2_rc1_fc7:HEAD:dejavu-fonts-2.12-0.2.rc1.fc7.src.rpm:1163713911 dejavu-fonts-2_12-1_rc1_fc7:HEAD:dejavu-fonts-2.12-1.rc1.fc7.src.rpm:1164133959 +dejavu-fonts-2_13-1_fc7:HEAD:dejavu-fonts-2.13-1.fc7.src.rpm:1166381777 From fedora-extras-commits at redhat.com Sun Dec 17 18:49:53 2006 From: fedora-extras-commits at redhat.com (Nicolas Mailhot (nim)) Date: Sun, 17 Dec 2006 13:49:53 -0500 Subject: rpms/dejavu-fonts/devel .cvsignore, 1.26, 1.27 dejavu-fonts.spec, 1.50, 1.51 sources, 1.26, 1.27 Message-ID: <200612171849.kBHInrNw030367@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/dejavu-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30323/devel Modified Files: .cvsignore dejavu-fonts.spec sources Log Message: auto-import dejavu-fonts-2.13-1.fc7 on branch devel from dejavu-fonts-2.13-1.fc7.src.rpm 2.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 21 Nov 2006 18:32:45 -0000 1.26 +++ .cvsignore 17 Dec 2006 18:49:23 -0000 1.27 @@ -1 +1 @@ -dejavu-sfd-2.12.tar.bz2 +dejavu-sfd-2.13.tar.bz2 Index: dejavu-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/devel/dejavu-fonts.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- dejavu-fonts.spec 21 Nov 2006 18:32:45 -0000 1.50 +++ dejavu-fonts.spec 17 Dec 2006 18:49:23 -0000 1.51 @@ -1,8 +1,8 @@ %define archivename dejavu-sfd # This macro has the same value as %{version}, except when testing pre-release snapshots -#%define alphatag .rc1 +#define alphatag .rc1 -#%define archiveversion 20061115-1287 +#define archiveversion 20061115-1287 %define archiveversion %{version} %define fontdir %{_datadir}/fonts/%{name} %define fontconfdir %{_sysconfdir}/fonts @@ -12,13 +12,13 @@ %define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt Name: dejavu-fonts -Version: 2.12 +Version: 2.13 Release: 1%{?alphatag}%{?dist} Summary: DejaVu fonts Group: User Interface/X License: Redistributable, with restrictions URL: http://dejavu.sf.net/ -Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveversion}.tar.bz2 +Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveversion}.tar.bz2 # DejaVu fontconfig setup Source1: %{name}-fontconfig.conf # DejaVu fontconfig setup (experimental families) @@ -32,6 +32,14 @@ # If we add this the package will require fontconfig # Requires: %{fontconfdir}/conf.d BuildArch: noarch + +# We do not want font packages to depend on fontconfig +# However these packages do install configuration files in +# %{_sysconfdir}/fonts; also they rely on the current release fontconfig cache +# handling style, should it be available on the system. +# To prevent strange things should anyone try to install them on a system +# with an older fontconfig, we explicitely conflict with fontconfig versions +# found in older Fedora releases Conflicts: fontconfig < 2.4.0 Obsoletes: %{name}-fontconfig < 2.7.0-0.15 @@ -155,7 +163,10 @@ %changelog -* Tue Nov 21 2006 Nicolas Mailhot +* Sun Dec 17 2006 Nicolas Mailhot +- 2.13 + +* Tue Nov 21 2006 Nicolas Mailhot - 2.12 - only in devel for now Index: sources =================================================================== RCS file: /cvs/extras/rpms/dejavu-fonts/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 21 Nov 2006 18:32:45 -0000 1.26 +++ sources 17 Dec 2006 18:49:23 -0000 1.27 @@ -1 +1 @@ -9dc019f130d23d54cf01f7936158a482 dejavu-sfd-2.12.tar.bz2 +1db3589969da9cb154d8cfefe703af88 dejavu-sfd-2.13.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 18:54:09 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 13:54:09 -0500 Subject: rpms/python-kid/devel python-kid.spec,1.15,1.16 Message-ID: <200612171854.kBHIs99T030439@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30415 Modified Files: python-kid.spec Log Message: Remove python-elementtree dep on devel builds. Index: python-kid.spec =================================================================== RCS file: /cvs/extras/rpms/python-kid/devel/python-kid.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- python-kid.spec 17 Dec 2006 18:39:30 -0000 1.15 +++ python-kid.spec 17 Dec 2006 18:53:39 -0000 1.16 @@ -2,7 +2,7 @@ Name: python-kid Version: 0.9.4 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Kid - A simple and pythonic XML template language Group: Applications/Publishing @@ -13,8 +13,7 @@ BuildArch: noarch BuildRequires: python-setuptools >= 0.6c2, python-devel -BuildRequires: python-docutils, python-elementtree -Requires: python-elementtree +BuildRequires: python-docutils %description @@ -55,6 +54,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1.1 +- Don't require python-elementtree for devel (python-2.5 bundles it) + * Sun Dec 17 2006 Konstantin Ryabitsev - 0.9.4-1 - Version 0.9.4 - Ghostbusting From fedora-extras-commits at redhat.com Sun Dec 17 19:00:39 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:00:39 -0500 Subject: rpms/perl-IO-Capture - New directory Message-ID: <200612171900.kBHJ0dAk030548@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30544/perl-IO-Capture Log Message: Directory /cvs/extras/rpms/perl-IO-Capture added to the repository From fedora-extras-commits at redhat.com Sun Dec 17 19:00:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:00:45 -0500 Subject: rpms/perl-IO-Capture/devel - New directory Message-ID: <200612171900.kBHJ0jiH030561@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30544/perl-IO-Capture/devel Log Message: Directory /cvs/extras/rpms/perl-IO-Capture/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 17 19:01:03 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:01:03 -0500 Subject: rpms/perl-IO-Capture Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612171901.kBHJ133F000809@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32274 Added Files: Makefile import.log Log Message: Setup of module perl-IO-Capture --- NEW FILE Makefile --- # Top level Makefile for module perl-IO-Capture all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 17 19:01:08 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:01:08 -0500 Subject: rpms/perl-IO-Capture/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612171901.kBHJ18hN001237@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32274/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-IO-Capture --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 17 19:02:10 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:02:10 -0500 Subject: rpms/perl-IO-Capture import.log,1.1,1.2 Message-ID: <200612171902.kBHJ2A5r001306@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1276 Modified Files: import.log Log Message: auto-import perl-IO-Capture-0.05-1 on branch devel from perl-IO-Capture-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Dec 2006 19:01:03 -0000 1.1 +++ import.log 17 Dec 2006 19:01:40 -0000 1.2 @@ -0,0 +1 @@ +perl-IO-Capture-0_05-1:HEAD:perl-IO-Capture-0.05-1.src.rpm:1166382517 From fedora-extras-commits at redhat.com Sun Dec 17 19:02:10 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:02:10 -0500 Subject: rpms/perl-IO-Capture/devel perl-IO-Capture.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612171902.kBHJ2AH6001310@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1276/devel Modified Files: .cvsignore sources Added Files: perl-IO-Capture.spec Log Message: auto-import perl-IO-Capture-0.05-1 on branch devel from perl-IO-Capture-0.05-1.src.rpm --- NEW FILE perl-IO-Capture.spec --- Name: perl-IO-Capture Version: 0.05 Release: 1%{?dist} Summary: Abstract Base Class to build modules to capture output Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/IO-Capture/ Source0: http://www.cpan.org/authors/id/R/RE/REYNOLDS/IO-Capture-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The IO::Capture Module defines an abstract base class that can be used to create any number of useful sub-classes that capture output being sent on a filehandle such as STDOUT or STDERR. %prep %setup -q -n IO-Capture-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS Changes README %{perl_vendorlib}/IO/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Dec 2006 19:01:08 -0000 1.1 +++ .cvsignore 17 Dec 2006 19:01:40 -0000 1.2 @@ -0,0 +1 @@ +IO-Capture-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Dec 2006 19:01:08 -0000 1.1 +++ sources 17 Dec 2006 19:01:40 -0000 1.2 @@ -0,0 +1 @@ +4760036d7fcf9f2cc34f2b2eefd511a4 IO-Capture-0.05.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:07:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:07:19 -0500 Subject: rpms/perl-IO-Capture/devel perl-IO-Capture.spec,1.1,1.2 Message-ID: <200612171907.kBHJ7JOq001406@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-IO-Capture/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1391 Modified Files: perl-IO-Capture.spec Log Message: find: fixed arguments order (#219956). Index: perl-IO-Capture.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/perl-IO-Capture.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-IO-Capture.spec 17 Dec 2006 19:01:40 -0000 1.1 +++ perl-IO-Capture.spec 17 Dec 2006 19:06:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-IO-Capture Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Abstract Base Class to build modules to capture output Group: Development/Libraries @@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -51,5 +51,8 @@ %changelog +* Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-2 +- find: fixed arguments order (#219956). + * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. From fedora-extras-commits at redhat.com Sun Dec 17 19:11:31 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 17 Dec 2006 14:11:31 -0500 Subject: owners owners.list,1.2119,1.2120 Message-ID: <200612171911.kBHJBVYB001532@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1510 Modified Files: owners.list Log Message: New package: perl-IO-Capture (#219956). Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2119 retrieving revision 1.2120 diff -u -r1.2119 -r1.2120 --- owners.list 16 Dec 2006 17:49:43 -0000 1.2119 +++ owners.list 17 Dec 2006 19:11:01 -0000 1.2120 @@ -1568,6 +1568,7 @@ Fedora Extras|perl-Image-Xpm|Load, create, manipulate and save xpm image files in Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Imager|A module for creating and altering images|steve at silug.org|extras-qa at fedoraproject.org|ghenry at suretecsystems.com Fedora Extras|perl-IO-All|IO::All Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-IO-Capture|Abstract Base Class to build modules to capture output|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-IO-CaptureOutput|Capture STDOUT/STDERR from subprocesses and XS/C modules|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-IO-Digest|Calculate digests while reading or writing|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-IO-Interface|Perl extension for accessing network card configuration information|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Dec 17 19:20:14 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 14:20:14 -0500 Subject: rpms/emelfm2/FC-5 .cvsignore, 1.9, 1.10 emelfm2-makefile.config.patch, 1.2, 1.3 emelfm2.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <200612171920.kBHJKEVd001672@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1648 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: update to 0.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 8 Sep 2006 20:28:54 -0000 1.9 +++ .cvsignore 17 Dec 2006 19:19:43 -0000 1.10 @@ -1 +1 @@ -emelfm2-0.2.tar.gz +emelfm2-0.3.1.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2-makefile.config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emelfm2-makefile.config.patch 6 Aug 2006 22:28:09 -0000 1.2 +++ emelfm2-makefile.config.patch 17 Dec 2006 19:19:43 -0000 1.3 @@ -1,25 +1,20 @@ ---- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 -+++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 -@@ -2,11 +2,11 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - BIN_DIR ?= $(PREFIX)/bin - +--- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 ++++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +@@ -12,7 +12,7 @@ + ### documentation ### + ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + #the name of the default main-user-guide document + HELPDOC ?= USAGE +@@ -87,7 +87,7 @@ -@@ -63,7 +63,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 + # setting this to 1 includes code (not much) that is applicable only + # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 - ######################### - ### documentation ### + # setting DEBUG to 0/1 turns debugging off/on + DEBUG ?= 0 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- emelfm2.spec 8 Sep 2006 20:28:54 -0000 1.13 +++ emelfm2.spec 17 Dec 2006 19:19:43 -0000 1.14 @@ -1,16 +1,17 @@ Name: emelfm2 -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz -Patch0: emelfm2-makefile.config.patch +Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils +#BuildRequires: gamin-devel Requires: findutils >= 4.2, file, grep, sed %description @@ -20,16 +21,23 @@ opening an xterm. %prep -%setup -qn emelfm2-0.2 +%setup -q %patch0 -p0 -b .orig -sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config + # fix for x86_64 libs sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile + # fix broken icon in emelfm2.desktop sed -i 's!emelfm2/emelfm2_48.png!%{_datadir}/pixmaps/emelfm2/emelfm2_48.png!' docs/desktop_environment/%{name}.desktop %build -make %{?_smp_mflags} +#echo $RPM_OPT_FLAGS +#export CFLAGS="${RPM_OPT_FLAGS}" +#echo $CFLAGS +make %{?_smp_mflags} \ + OPTIMIZE="${RPM_OPT_FLAGS}" \ + CFLAGS="${RPM_OPT_FLAGS}" \ + PREFIX="%{_prefix}" %install @@ -41,10 +49,10 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Utility \ - --delete-original \ + --add-category Application \ + --add-category System \ + --add-category Utility \ + --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean @@ -53,11 +61,11 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc docs/ACTIONS docs/CHANGELOG docs/CONFIGURATION docs/CREDITS docs/HACKING +%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS docs/HACKING %doc docs/README docs/TODO docs/USAGE docs/WARNING %doc docs/help.txt docs/GPL docs/LGPL %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} @@ -65,8 +73,15 @@ %changelog +* Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 +- Update 0.3.1. +- Remove Category "X-Fedora" from emelfm2.desktop. + +* Mon Aug 28 2006 Christoph Wickert - 0.3.0-1 +- Update 0.3. + * Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 -- Update 0.2.0 +- Update 0.2.0. * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. @@ -91,7 +106,7 @@ - Update to 0.1.4. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-2 -- Removed nonexistant ROADMAP from %doc. +- Removed nonexistant ROADMAP from %%doc. * Mon Nov 21 2005 Christoph Wickert - 0.1.3-1 - Update to 0.1.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 8 Sep 2006 20:28:54 -0000 1.9 +++ sources 17 Dec 2006 19:19:43 -0000 1.10 @@ -1 +1 @@ -506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz +c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:55 -0500 Subject: rpms/python-kiwi/FC-6 .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612171927.kBHJRtcW001809@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-6 Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Sep 2006 18:46:23 -0000 1.3 +++ .cvsignore 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -kiwi-1.9.9.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-6/python-kiwi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-kiwi.spec 3 Sep 2006 18:46:23 -0000 1.4 +++ python-kiwi.spec 17 Dec 2006 19:27:24 -0000 1.5 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.9 +Version: 1.9.11 Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,19 +75,30 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi %{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%{python_sitelib}/gazpacho +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 - Do not ghost Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Sep 2006 18:46:23 -0000 1.3 +++ sources 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -32482bd29ab7c78ccc1e12cc93c69adb kiwi-1.9.9.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:54 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:54 -0500 Subject: rpms/python-kiwi/FC-4 .cvsignore, 1.2, 1.3 python-kiwi.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612171927.kBHJRsPY001799@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-4 Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Jul 2006 00:26:11 -0000 1.2 +++ .cvsignore 17 Dec 2006 19:27:24 -0000 1.3 @@ -1 +1 @@ -kiwi-1.9.8.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-4/python-kiwi.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-kiwi.spec 12 Jul 2006 13:53:48 -0000 1.3 +++ python-kiwi.spec 17 Dec 2006 19:27:24 -0000 1.4 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.8 +Version: 1.9.11 Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,46 +75,35 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples -%config(noreplace) %dir %{_sysconfdir}/kiwi -%config(noreplace) %{_sysconfdir}/kiwi/setup.py -%config(noreplace) %ghost %{_sysconfdir}/kiwi/*.pyc -%config(noreplace) %ghost %{_sysconfdir}/kiwi/*.pyo +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi -%dir %{python_sitelib}/kiwi -%{python_sitelib}/kiwi/*.py -%{python_sitelib}/kiwi/*.pyc -%ghost %{python_sitelib}/kiwi/*.pyo -%dir %{python_sitelib}/kiwi/i18n -%{python_sitelib}/kiwi/i18n/*.py -%{python_sitelib}/kiwi/i18n/*.pyc -%ghost %{python_sitelib}/kiwi/i18n/*.pyo -%dir %{python_sitelib}/kiwi/ui -%{python_sitelib}/kiwi/ui/*.py -%{python_sitelib}/kiwi/ui/*.pyc -%ghost %{python_sitelib}/kiwi/ui/*.pyo -%dir %{python_sitelib}/kiwi/ui/widgets -%{python_sitelib}/kiwi/ui/widgets/*.py -%{python_sitelib}/kiwi/ui/widgets/*.pyc -%ghost %{python_sitelib}/kiwi/ui/widgets/*.pyo -%dir %{python_sitelib}/kiwi/ui/test -%{python_sitelib}/kiwi/ui/test/*.py -%{python_sitelib}/kiwi/ui/test/*.pyc -%ghost %{python_sitelib}/kiwi/ui/test/*.pyo +%{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/widgets -%{python_sitelib}/gazpacho/widgets/*.py -%{python_sitelib}/gazpacho/widgets/*.pyc -%ghost %{python_sitelib}/gazpacho/widgets/*.pyo +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships + +* Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 +- Version 1.9.9 +- Do not ghost +- No more /etc/kiwi + * Wed Jul 12 2006 Konstantin Ryabitsev - 1.9.8-1 - Fedora Extras rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Jul 2006 00:26:11 -0000 1.2 +++ sources 17 Dec 2006 19:27:24 -0000 1.3 @@ -1 +1 @@ -66720340ce6c832e674f72fb59a91205 kiwi-1.9.8.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:55 -0500 Subject: rpms/python-kiwi/devel .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612171928.kBHJRt43001814@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/devel Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Sep 2006 18:46:23 -0000 1.3 +++ .cvsignore 17 Dec 2006 19:27:25 -0000 1.4 @@ -1 +1 @@ -kiwi-1.9.9.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/python-kiwi.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-kiwi.spec 14 Dec 2006 23:45:21 -0000 1.5 +++ python-kiwi.spec 17 Dec 2006 19:27:25 -0000 1.6 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.9 -Release: 2%{?dist} +Version: 1.9.11 +Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,21 +75,29 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi %{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%{python_sitelib}/gazpacho +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog -* Thu Dec 14 2006 Jason L Tibbitts III - 1.9.9-2 -- Rebuild for updated Python. +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Sep 2006 18:46:23 -0000 1.3 +++ sources 17 Dec 2006 19:27:25 -0000 1.4 @@ -1 +1 @@ -32482bd29ab7c78ccc1e12cc93c69adb kiwi-1.9.9.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:27:54 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:27:54 -0500 Subject: rpms/python-kiwi/FC-5 .cvsignore, 1.3, 1.4 python-kiwi.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612171927.kBHJRseS001804@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-kiwi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733/FC-5 Modified Files: .cvsignore python-kiwi.spec sources Log Message: Version 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Sep 2006 18:46:22 -0000 1.3 +++ .cvsignore 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -kiwi-1.9.9.tar.gz +kiwi-1.9.11.tar.gz Index: python-kiwi.spec =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-5/python-kiwi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-kiwi.spec 3 Sep 2006 18:46:22 -0000 1.4 +++ python-kiwi.spec 17 Dec 2006 19:27:24 -0000 1.5 @@ -2,20 +2,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kiwi -Version: 1.9.9 +Version: 1.9.11 Release: 1%{?dist} Summary: Framework for Python GUI applications Group: Development/Libraries License: LGPL URL: http://www.async.com.br/projects/kiwi/ -Source0: http://www.async.com.br/projects/kiwi/download/kiwi-%{version}.tar.gz +Source0: http://download.gnome.org/sources/kiwi/1.9/kiwi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, pygtk2 >= 2.8, gettext Requires: pygtk2 >= 2.8 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + %description Kiwi consists of a set of classes and wrappers for PyGTK that were @@ -35,6 +35,16 @@ Gazpacho glade editor. +%package docs +Group: Documentation +Summary: Documentation related to python-kiwi +Requires: %{name} = %{version}-%{release} + +%description docs +This package contains documentation that contains APIs and related materials, +useful for reference when writing software using Kiwi. + + %prep %setup -q -n kiwi-%{version} sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir} # The install script mis-guesses where gazpacho is installed on -# non-ix86 platforms +# non-x86 platforms if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then mv $RPM_BUILD_ROOT%{python_sitearch}/gazpacho \ $RPM_BUILD_ROOT%{python_sitelib}/ @@ -65,19 +75,30 @@ %files -f kiwi.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README NEWS doc/* examples +%doc AUTHORS COPYING ChangeLog README NEWS %{_bindir}/* %{_datadir}/kiwi %{python_sitelib}/kiwi %files gazpacho %defattr(-,root,root,-) -%dir %{_datadir}/gazpacho -%{_datadir}/gazpacho/* -%{python_sitelib}/gazpacho +%doc COPYING +%{python_sitelib}/gazpacho/widgets/* +%{_datadir}/gazpacho/catalogs/* +%{_datadir}/gazpacho/resources/* + +%files docs +%defattr(-,root,root,-) +%doc COPYING doc/* examples %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.9.11-1 +- Upstream 1.9.11 +- Do not manually provide python-abi +- Move docs into a subpackage +- Do a better job with gazpacho dir ownerships + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.9.9-1 - Version 1.9.9 - Do not ghost Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-kiwi/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Sep 2006 18:46:22 -0000 1.3 +++ sources 17 Dec 2006 19:27:24 -0000 1.4 @@ -1 +1 @@ -32482bd29ab7c78ccc1e12cc93c69adb kiwi-1.9.9.tar.gz +f1b516765b980b9feebd6f43722088d2 kiwi-1.9.11.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 19:40:40 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 17 Dec 2006 14:40:40 -0500 Subject: rpms/rdiff-backup/devel rdiff-backup.spec,1.14,1.15 Message-ID: <200612171940.kBHJeesU002243@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2163 Modified Files: rdiff-backup.spec Log Message: Rebuild for python 2.5 Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rdiff-backup.spec 5 Dec 2006 23:55:28 -0000 1.14 +++ rdiff-backup.spec 17 Dec 2006 19:40:10 -0000 1.15 @@ -3,7 +3,7 @@ Version: 1.0.5 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Sun Dec 17 2006 Kevin Fenzi - 1.0.5-2 +- Rebuild for python 2.5 + * Tue Dec 5 2006 Gavin Henry - 0:1.0.5-1 - Update to latest version From fedora-extras-commits at redhat.com Sun Dec 17 19:40:54 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:54 -0500 Subject: rpms/gazpacho/FC-4 .cvsignore, 1.10, 1.11 gazpacho.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <200612171940.kBHJesZE002288@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/FC-4 Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 1 Feb 2006 15:40:15 -0000 1.10 +++ .cvsignore 17 Dec 2006 19:40:24 -0000 1.11 @@ -1 +1 @@ -gazpacho-0.6.5.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-4/gazpacho.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gazpacho.spec 1 Feb 2006 15:40:15 -0000 1.16 +++ gazpacho.spec 17 Dec 2006 19:40:24 -0000 1.17 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.5 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -12,9 +12,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: python-devel, desktop-file-utils -Requires: pygtk2 >= 2.4.0, pygtk2-libglade -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") +BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext +Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho %description @@ -25,7 +24,7 @@ %prep %setup -q -sed -i -e 's/\(^docs_dir =.*\)gazpacho/\1gazpacho-%{version}/' setup.py +sed -i -e 's|share/doc/gazpacho|share/doc/gazpacho-%{version}|' setup.py %build @@ -54,25 +53,23 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + +* Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 +- Version 0.6.6 +- BuildRequire python-kiwi, gettext +- Require python-kiwi-gazpacho + * Wed Feb 01 2006 Konstantin Ryabitsev - 0.6.5-1 - Version 0.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 1 Feb 2006 15:40:15 -0000 1.10 +++ sources 17 Dec 2006 19:40:24 -0000 1.11 @@ -1 +1 @@ -853d2df3bcf3205848e695177bdba6a8 gazpacho-0.6.5.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:40:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:55 -0500 Subject: rpms/gazpacho/FC-6 .cvsignore, 1.12, 1.13 gazpacho.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <200612171940.kBHJetwf002298@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/FC-6 Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Jul 2006 14:13:22 -0000 1.12 +++ .cvsignore 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -gazpacho-0.6.6.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-6/gazpacho.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gazpacho.spec 13 Jul 2006 14:13:22 -0000 1.18 +++ gazpacho.spec 17 Dec 2006 19:40:25 -0000 1.19 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.6 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -14,7 +14,6 @@ BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -54,25 +53,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + * Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 - Version 0.6.6 - BuildRequire python-kiwi, gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Jul 2006 14:13:22 -0000 1.12 +++ sources 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -a3978d53faa7efd79515cbeaf33de44f gazpacho-0.6.6.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:40:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:55 -0500 Subject: rpms/gazpacho/devel .cvsignore, 1.12, 1.13 gazpacho.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <200612171941.kBHJet5J002303@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/devel Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Jul 2006 14:13:22 -0000 1.12 +++ .cvsignore 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -gazpacho-0.6.6.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/devel/gazpacho.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gazpacho.spec 13 Jul 2006 14:13:22 -0000 1.18 +++ gazpacho.spec 17 Dec 2006 19:40:25 -0000 1.19 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.6 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -14,7 +14,6 @@ BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -54,25 +53,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + * Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 - Version 0.6.6 - BuildRequire python-kiwi, gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Jul 2006 14:13:22 -0000 1.12 +++ sources 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -a3978d53faa7efd79515cbeaf33de44f gazpacho-0.6.6.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:40:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:40:55 -0500 Subject: rpms/gazpacho/FC-5 .cvsignore, 1.12, 1.13 gazpacho.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <200612171941.kBHJet1C002293@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/gazpacho/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2181/FC-5 Modified Files: .cvsignore gazpacho.spec sources Log Message: Version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Jul 2006 14:13:21 -0000 1.12 +++ .cvsignore 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -gazpacho-0.6.6.tar.bz2 +gazpacho-0.7.0.tar.bz2 Index: gazpacho.spec =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-5/gazpacho.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gazpacho.spec 13 Jul 2006 14:13:21 -0000 1.18 +++ gazpacho.spec 17 Dec 2006 19:40:25 -0000 1.19 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gazpacho -Version: 0.6.6 +Version: 0.7.0 Release: 1%{?dist} Summary: Glade Interface Creator @@ -14,7 +14,6 @@ BuildRequires: python-devel, desktop-file-utils, python-kiwi, gettext Requires: pygtk2 >= 2.4.0, pygtk2-libglade, python-kiwi-gazpacho -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -54,25 +53,18 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc README COPYING NEWS AUTHORS CONTRIBUTORS ChangeLog examples doc -%dir %{python_sitelib}/gazpacho -%dir %{python_sitelib}/gazpacho/loader -%dir %{python_sitelib}/gazpacho/widgets -%dir %{python_sitelib}/gazpacho/widgets/base -%{python_sitelib}/gazpacho/*.py -%{python_sitelib}/gazpacho/*.pyc -%ghost %{python_sitelib}/gazpacho/*.pyo -%{python_sitelib}/gazpacho/*/*.py -%{python_sitelib}/gazpacho/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*.pyo -%{python_sitelib}/gazpacho/*/*/*.py -%{python_sitelib}/gazpacho/*/*/*.pyc -%ghost %{python_sitelib}/gazpacho/*/*/*.pyo +%{python_sitelib}/gazpacho %{_datadir}/gazpacho %{_bindir}/* %{_datadir}/applications/*.desktop %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.7.0-1 +- Version 0.7.0 +- Ghostbustng +- Don't manually provide python-abi + * Fri Jul 13 2006 Konstantin Ryabitsev - 0.6.6-1 - Version 0.6.6 - BuildRequire python-kiwi, gettext Index: sources =================================================================== RCS file: /cvs/extras/rpms/gazpacho/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Jul 2006 14:13:21 -0000 1.12 +++ sources 17 Dec 2006 19:40:25 -0000 1.13 @@ -1 +1 @@ -a3978d53faa7efd79515cbeaf33de44f gazpacho-0.6.6.tar.bz2 +a1455143bb143c8904fd08d99f3eccc0 gazpacho-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 19:48:32 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 14:48:32 -0500 Subject: rpms/poedit/devel poedit.spec,1.5,1.6 Message-ID: <200612171948.kBHJmWmO002465@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/poedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2449 Modified Files: poedit.spec Log Message: Bump release for a rebuild in devel Index: poedit.spec =================================================================== RCS file: /cvs/extras/rpms/poedit/devel/poedit.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- poedit.spec 10 Nov 2006 19:50:28 -0000 1.5 +++ poedit.spec 17 Dec 2006 19:48:02 -0000 1.6 @@ -1,6 +1,6 @@ Name: poedit Version: 1.3.6 -Release: 1.1%{?dist} +Release: 1.2%{?dist} Summary: GUI editor for GNU gettext .po files Group: Development/Languages @@ -80,7 +80,10 @@ %changelog -* Fri Nov 10 2007 Konstantin Ryabitsev - 1.3.6-1.1 +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.3.6-1.2 +- Rebuild for new wx in devel + +* Fri Nov 10 2006 Konstantin Ryabitsev - 1.3.6-1.1 - Rebuild for newer db4 in devel * Mon Oct 30 2006 Konstantin Ryabitsev - 1.3.6-1 From fedora-extras-commits at redhat.com Sun Dec 17 20:00:18 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:00:18 -0500 Subject: rpms/python-logilab-common/FC-5 .cvsignore, 1.8, 1.9 python-logilab-common.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172000.kBHK0IPb002601@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-common/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2550/FC-5 Modified Files: .cvsignore python-logilab-common.spec sources Log Message: Upstream 0.21.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:39:00 -0000 1.8 +++ .cvsignore 17 Dec 2006 19:59:47 -0000 1.9 @@ -1 +1 @@ -common-0.19.2.tar.gz +logilab-common-0.21.0.tar.gz Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-5/python-logilab-common.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-logilab-common.spec 27 Sep 2006 01:39:00 -0000 1.8 +++ python-logilab-common.spec 17 Dec 2006 19:59:47 -0000 1.9 @@ -1,14 +1,14 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-common -Version: 0.19.2 +Version: 0.21.0 Release: 1%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common -Source0: ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,12 +41,16 @@ %files %defattr(-,root,root,-) -%doc doc/* README ChangeLog +%doc README ChangeLog COPYING %{_python_sitelib}/logilab %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.21.0-1 +- Upstream 0.21.0 +- Include COPYING with docs + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:39:00 -0000 1.8 +++ sources 17 Dec 2006 19:59:47 -0000 1.9 @@ -1 +1 @@ -28fd7577d51d5680f767159c49f62085 common-0.19.2.tar.gz +623d0a4e78361a2ccd0b85e3eac53132 logilab-common-0.21.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:00:18 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:00:18 -0500 Subject: rpms/python-logilab-common/FC-6 .cvsignore, 1.8, 1.9 python-logilab-common.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612172000.kBHK0Ivr002606@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-common/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2550/FC-6 Modified Files: .cvsignore python-logilab-common.spec sources Log Message: Upstream 0.21.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:39:01 -0000 1.8 +++ .cvsignore 17 Dec 2006 19:59:48 -0000 1.9 @@ -1 +1 @@ -common-0.19.2.tar.gz +logilab-common-0.21.0.tar.gz Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-6/python-logilab-common.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-logilab-common.spec 27 Sep 2006 01:39:01 -0000 1.10 +++ python-logilab-common.spec 17 Dec 2006 19:59:48 -0000 1.11 @@ -1,14 +1,14 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-common -Version: 0.19.2 +Version: 0.21.0 Release: 1%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common -Source0: ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,12 +41,16 @@ %files %defattr(-,root,root,-) -%doc doc/* README ChangeLog +%doc README ChangeLog COPYING %{_python_sitelib}/logilab %{_bindir}/* %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.21.0-1 +- Upstream 0.21.0 +- Include COPYING with docs + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 - Ghostbusting Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:39:01 -0000 1.8 +++ sources 17 Dec 2006 19:59:48 -0000 1.9 @@ -1 +1 @@ -28fd7577d51d5680f767159c49f62085 common-0.19.2.tar.gz +623d0a4e78361a2ccd0b85e3eac53132 logilab-common-0.21.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:00:23 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:00:23 -0500 Subject: rpms/python-logilab-common/devel .cvsignore, 1.8, 1.9 python-logilab-common.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612172000.kBHK0Nek002611@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2550/devel Modified Files: .cvsignore python-logilab-common.spec sources Log Message: Upstream 0.21.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:39:01 -0000 1.8 +++ .cvsignore 17 Dec 2006 19:59:53 -0000 1.9 @@ -1 +1 @@ -common-0.19.2.tar.gz +logilab-common-0.21.0.tar.gz Index: python-logilab-common.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/python-logilab-common.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-logilab-common.spec 15 Dec 2006 02:35:17 -0000 1.11 +++ python-logilab-common.spec 17 Dec 2006 19:59:53 -0000 1.12 @@ -1,14 +1,14 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-common -Version: 0.19.2 -Release: 2%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: Common libraries for Logilab projects Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common -Source0: ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,14 +41,15 @@ %files %defattr(-,root,root,-) -%doc doc/* README ChangeLog +%doc README ChangeLog COPYING %{_python_sitelib}/logilab %{_bindir}/* %changelog -* Thu Dec 14 2006 Jason L Tibbitts III - 0.19.2-2 -- Rebuild for new Python +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.21.0-1 +- Upstream 0.21.0 +- Include COPYING with docs * Tue Sep 26 2006 Konstantin Ryabitsev - 0.19.2-1 - Upstream 0.19.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-common/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:39:01 -0000 1.8 +++ sources 17 Dec 2006 19:59:53 -0000 1.9 @@ -1 +1 @@ -28fd7577d51d5680f767159c49f62085 common-0.19.2.tar.gz +623d0a4e78361a2ccd0b85e3eac53132 logilab-common-0.21.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:11:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:11:01 -0500 Subject: rpms/python-logilab-astng/FC-5 .cvsignore, 1.2, 1.3 python-logilab-astng.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612172011.kBHKB106005941@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-astng/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892/FC-5 Modified Files: .cvsignore python-logilab-astng.spec sources Log Message: Upstream 0.16.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Sep 2006 01:04:32 -0000 1.2 +++ .cvsignore 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -astng-0.16.1.tar.gz +logilab-astng-0.16.3.tar.gz Index: python-logilab-astng.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-5/python-logilab-astng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-logilab-astng.spec 27 Sep 2006 01:10:31 -0000 1.2 +++ python-logilab-astng.spec 17 Dec 2006 20:10:31 -0000 1.3 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-astng -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: Python Abstract Syntax Tree New Generation Group: Development/Languages License: GPL URL: http://www.logilab.org/projects/astng/ -Source0: ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: python-astng = %{version}-%{release} @@ -52,6 +52,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.16.3-1 +- Upstream 0.16.3 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.16.1-2 - Setting Provides/Obsoletes as per guidelines. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Sep 2006 01:04:32 -0000 1.2 +++ sources 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -ac1ff0dd80dca7850413ccfbbf638fd7 astng-0.16.1.tar.gz +12061e3f8accd115ba101c6af15e5eef logilab-astng-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:11:07 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:11:07 -0500 Subject: rpms/python-logilab-astng/devel .cvsignore, 1.2, 1.3 python-logilab-astng.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612172011.kBHKB7dp005951@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-astng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892/devel Modified Files: .cvsignore python-logilab-astng.spec sources Log Message: Upstream 0.16.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Sep 2006 01:04:32 -0000 1.2 +++ .cvsignore 17 Dec 2006 20:10:37 -0000 1.3 @@ -1 +1 @@ -astng-0.16.1.tar.gz +logilab-astng-0.16.3.tar.gz Index: python-logilab-astng.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/devel/python-logilab-astng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-logilab-astng.spec 27 Sep 2006 01:10:31 -0000 1.2 +++ python-logilab-astng.spec 17 Dec 2006 20:10:37 -0000 1.3 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-astng -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: Python Abstract Syntax Tree New Generation Group: Development/Languages License: GPL URL: http://www.logilab.org/projects/astng/ -Source0: ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: python-astng = %{version}-%{release} @@ -52,6 +52,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.16.3-1 +- Upstream 0.16.3 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.16.1-2 - Setting Provides/Obsoletes as per guidelines. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Sep 2006 01:04:32 -0000 1.2 +++ sources 17 Dec 2006 20:10:37 -0000 1.3 @@ -1 +1 @@ -ac1ff0dd80dca7850413ccfbbf638fd7 astng-0.16.1.tar.gz +12061e3f8accd115ba101c6af15e5eef logilab-astng-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:11:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:11:01 -0500 Subject: rpms/python-logilab-astng/FC-6 .cvsignore, 1.2, 1.3 python-logilab-astng.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612172011.kBHKB1j2005946@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/python-logilab-astng/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892/FC-6 Modified Files: .cvsignore python-logilab-astng.spec sources Log Message: Upstream 0.16.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Sep 2006 01:04:32 -0000 1.2 +++ .cvsignore 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -astng-0.16.1.tar.gz +logilab-astng-0.16.3.tar.gz Index: python-logilab-astng.spec =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-6/python-logilab-astng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-logilab-astng.spec 27 Sep 2006 01:10:31 -0000 1.2 +++ python-logilab-astng.spec 17 Dec 2006 20:10:31 -0000 1.3 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-logilab-astng -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: Python Abstract Syntax Tree New Generation Group: Development/Languages License: GPL URL: http://www.logilab.org/projects/astng/ -Source0: ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz +Source0: ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: python-astng = %{version}-%{release} @@ -52,6 +52,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.16.3-1 +- Upstream 0.16.3 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.16.1-2 - Setting Provides/Obsoletes as per guidelines. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-logilab-astng/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Sep 2006 01:04:32 -0000 1.2 +++ sources 17 Dec 2006 20:10:31 -0000 1.3 @@ -1 +1 @@ -ac1ff0dd80dca7850413ccfbbf638fd7 astng-0.16.1.tar.gz +12061e3f8accd115ba101c6af15e5eef logilab-astng-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:21:45 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:21:45 -0500 Subject: rpms/pylint/FC-5 .cvsignore, 1.8, 1.9 pylint.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172021.kBHKLj7v006167@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6110/FC-5 Modified Files: .cvsignore pylint.spec sources Log Message: Upstream 0.12.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:37:14 -0000 1.8 +++ .cvsignore 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -pylint-0.12.1.tar.gz +pylint-0.12.2.tar.gz Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-5/pylint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pylint.spec 27 Sep 2006 01:37:14 -0000 1.8 +++ pylint.spec 17 Dec 2006 20:21:15 -0000 1.9 @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.12.1 +Version: 0.12.2 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -67,13 +67,18 @@ %files gui %defattr(-,root,root,-) +%doc COPYING %{_python_sitelib}/pylint/gui.py* %{_bindir}/pylint-gui %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.12.2-1 +- Upstream 0.12.2 +- Add COPYING to -gui + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.12.1-1 -- Upstread 0.12.1 +- Upstream 0.12.1 - Require the renamed python-logilab-astng * Mon May 01 2006 Konstantin Ryabitsev - 0.11.0-0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:37:14 -0000 1.8 +++ sources 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz +38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:21:46 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:21:46 -0500 Subject: rpms/pylint/devel .cvsignore, 1.8, 1.9 pylint.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172021.kBHKLk9M006175@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6110/devel Modified Files: .cvsignore pylint.spec sources Log Message: Upstream 0.12.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:37:14 -0000 1.8 +++ .cvsignore 17 Dec 2006 20:21:16 -0000 1.9 @@ -1 +1 @@ -pylint-0.12.1.tar.gz +pylint-0.12.2.tar.gz Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/pylint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pylint.spec 27 Sep 2006 01:37:14 -0000 1.8 +++ pylint.spec 17 Dec 2006 20:21:16 -0000 1.9 @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.12.1 +Version: 0.12.2 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -67,13 +67,18 @@ %files gui %defattr(-,root,root,-) +%doc COPYING %{_python_sitelib}/pylint/gui.py* %{_bindir}/pylint-gui %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.12.2-1 +- Upstream 0.12.2 +- Add COPYING to -gui + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.12.1-1 -- Upstread 0.12.1 +- Upstream 0.12.1 - Require the renamed python-logilab-astng * Mon May 01 2006 Konstantin Ryabitsev - 0.11.0-0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:37:14 -0000 1.8 +++ sources 17 Dec 2006 20:21:16 -0000 1.9 @@ -1 +1 @@ -e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz +38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:21:46 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:21:46 -0500 Subject: rpms/pylint/FC-6 .cvsignore, 1.8, 1.9 pylint.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612172021.kBHKLkDX006172@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6110/FC-6 Modified Files: .cvsignore pylint.spec sources Log Message: Upstream 0.12.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Sep 2006 01:37:14 -0000 1.8 +++ .cvsignore 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -pylint-0.12.1.tar.gz +pylint-0.12.2.tar.gz Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-6/pylint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pylint.spec 27 Sep 2006 01:37:14 -0000 1.8 +++ pylint.spec 17 Dec 2006 20:21:15 -0000 1.9 @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.12.1 +Version: 0.12.2 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -67,13 +67,18 @@ %files gui %defattr(-,root,root,-) +%doc COPYING %{_python_sitelib}/pylint/gui.py* %{_bindir}/pylint-gui %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.12.2-1 +- Upstream 0.12.2 +- Add COPYING to -gui + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.12.1-1 -- Upstread 0.12.1 +- Upstream 0.12.1 - Require the renamed python-logilab-astng * Mon May 01 2006 Konstantin Ryabitsev - 0.11.0-0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pylint/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Sep 2006 01:37:14 -0000 1.8 +++ sources 17 Dec 2006 20:21:15 -0000 1.9 @@ -1 +1 @@ -e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz +38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:22:28 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:28 -0500 Subject: rpms/kdissert/FC-4 .cvsignore, 1.3, 1.4 kdissert.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612172022.kBHKMSXF006278@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/FC-4 Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Jul 2006 15:10:50 -0000 1.3 +++ .cvsignore 17 Dec 2006 20:21:58 -0000 1.4 @@ -1 +1 @@ -kdissert-1.0.6-waf.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-4/kdissert.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kdissert.spec 22 Jul 2006 15:10:50 -0000 1.4 +++ kdissert.spec 17 Dec 2006 20:21:58 -0000 1.5 @@ -1,12 +1,12 @@ Name: kdissert -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE Group: Applications/Productivity License: GPL URL: http://freehackers.org/~tnagy/kdissert/ -Source0: http://freehackers.org/~tnagy/%{name}/%{name}-%{version}-waf.tar.bz2 +Source0: http://freehackers.org/~tnagy/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils, gettext @@ -23,24 +23,24 @@ %prep -%setup -q -n %{name}-%{version}-waf -tar xjf miniwaf.tar.bz2 -./waf.py configure \ +%setup -q +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ - --libdir=%{_libdir} + --libdir=%{_libdir} \ + --want-rpath=0 %build -export CFLAGS=$RPM_OPT_FLAGS -export CXXFLAGS=$RPM_OPT_FLAGS -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -78,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -90,6 +90,15 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + +* Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 +- Version 1.0.6b +- Move flags to configure stage +- We don't want rpath, thanks + * Sat Jul 22 2006 Konstantin Ryabitsev - 1.0.6-1 - Version 1.0.6 - No longer using scons Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Jul 2006 15:10:50 -0000 1.3 +++ sources 17 Dec 2006 20:21:58 -0000 1.4 @@ -1 +1 @@ -55bed147b66bd46de21e07475568469c kdissert-1.0.6-waf.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:22:29 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:29 -0500 Subject: rpms/kdissert/FC-5 .cvsignore, 1.4, 1.5 kdissert.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612172022.kBHKMTLd006283@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/FC-5 Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2006 18:03:45 -0000 1.4 +++ .cvsignore 17 Dec 2006 20:21:58 -0000 1.5 @@ -1 +1 @@ -kdissert-1.0.6b.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-5/kdissert.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kdissert.spec 3 Sep 2006 18:03:45 -0000 1.6 +++ kdissert.spec 17 Dec 2006 20:21:58 -0000 1.7 @@ -1,5 +1,5 @@ Name: kdissert -Version: 1.0.6b +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE @@ -24,10 +24,9 @@ %prep %setup -q -tar xjf miniwaf.tar.bz2 export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./waf.py configure \ +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ @@ -36,12 +35,12 @@ %build -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -79,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -91,6 +90,10 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 - Version 1.0.6b - Move flags to configure stage Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2006 18:03:45 -0000 1.4 +++ sources 17 Dec 2006 20:21:58 -0000 1.5 @@ -1 +1 @@ -a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:22:34 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:34 -0500 Subject: rpms/kdissert/devel .cvsignore, 1.4, 1.5 kdissert.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612172022.kBHKMYV9006299@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/devel Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2006 18:03:46 -0000 1.4 +++ .cvsignore 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -kdissert-1.0.6b.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/devel/kdissert.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kdissert.spec 3 Sep 2006 18:03:46 -0000 1.6 +++ kdissert.spec 17 Dec 2006 20:22:04 -0000 1.7 @@ -1,5 +1,5 @@ Name: kdissert -Version: 1.0.6b +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE @@ -24,10 +24,9 @@ %prep %setup -q -tar xjf miniwaf.tar.bz2 export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./waf.py configure \ +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ @@ -36,12 +35,12 @@ %build -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -79,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -91,6 +90,10 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 - Version 1.0.6b - Move flags to configure stage Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2006 18:03:46 -0000 1.4 +++ sources 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:22:34 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 15:22:34 -0500 Subject: rpms/kdissert/FC-6 .cvsignore, 1.4, 1.5 kdissert.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612172022.kBHKMYNG006294@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/kdissert/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6181/FC-6 Modified Files: .cvsignore kdissert.spec sources Log Message: Upstream 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2006 18:03:46 -0000 1.4 +++ .cvsignore 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -kdissert-1.0.6b.tar.bz2 +kdissert-1.0.7.tar.bz2 Index: kdissert.spec =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-6/kdissert.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kdissert.spec 3 Sep 2006 18:03:46 -0000 1.6 +++ kdissert.spec 17 Dec 2006 20:22:04 -0000 1.7 @@ -1,5 +1,5 @@ Name: kdissert -Version: 1.0.6b +Version: 1.0.7 Release: 1%{?dist} Summary: Mind-mapping tool for KDE @@ -24,10 +24,9 @@ %prep %setup -q -tar xjf miniwaf.tar.bz2 export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./waf.py configure \ +./waf configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ @@ -36,12 +35,12 @@ %build -./waf.py build %{?_smp_mflags} +./waf build %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./waf.py install --destdir=$RPM_BUILD_ROOT +./waf install --destdir=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/doc rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk desktop-file-install \ @@ -79,7 +78,7 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING README ROADMAP doc +%doc AUTHORS COPYING README ROADMAP %{_bindir}/* %{_libdir}/kde*/* %{_datadir}/apps/* @@ -91,6 +90,10 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.0.7-1 +- Upstream 1.0.7 +- Fixes for updated waf script + * Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 - Version 1.0.6b - Move flags to configure stage Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdissert/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2006 18:03:46 -0000 1.4 +++ sources 17 Dec 2006 20:22:04 -0000 1.5 @@ -1 +1 @@ -a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2 +88ad0d4f67bded1aac307434564215fc kdissert-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 17 20:26:56 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 15:26:56 -0500 Subject: rpms/notecase/FC-6 notecase.spec,1.19,NONE sources,1.7,NONE Message-ID: <200612172026.kBHKQumI006592@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6587 Removed Files: notecase.spec sources Log Message: --- notecase.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 20:28:03 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Sun, 17 Dec 2006 15:28:03 -0500 Subject: rpms/notecase/FC-6 notecase.spec,1.20,1.21 sources,1.8,1.9 Message-ID: <200612172028.kBHKS3kw006640@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/notecase/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6621 Added Files: notecase.spec sources Log Message: Index: notecase.spec =================================================================== RCS file: notecase.spec diff -N notecase.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ notecase.spec 17 Dec 2006 20:27:33 -0000 1.21 @@ -0,0 +1,113 @@ +Name: notecase +Version: 1.3.3 +Release: 1%{?dist} +Summary: A hierarchical note manager + +Group: Applications/Productivity +License: BSD +URL: http://notecase.sourceforge.net/ +Source0: http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel +Requires(post): desktop-file-utils shared-mime-info +Requires(postun): desktop-file-utils shared-mime-info + +%description +NoteCase is a hierarchical note manager (aka. outliner). It helps you organize +your everyday text notes into a single document, with individual notes placed +in the tree-like structure (each note can have its sub-notes, ...). To ensure +your privacy, encrypted document format is supported, along with standard +unencrypted format. + +%prep +%setup -q + +%build +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +%find_lang %{name} +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc +desktop-file-install --vendor=fedora \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + --add-category GTK \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +update-mime-database %{_datadir}/mime &> /dev/null || : +update-desktop-database &> /dev/null || : + +%postun +update-mime-database %{_datadir}/mime &> /dev/null || : +update-desktop-database &> /dev/null || : + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc readme.txt docs/license.txt docs/help.ncd +%{_bindir}/%{name} +%{_datadir}/applications/*%{name}.desktop +%{_datadir}/icons/%{name}.* +%{_datadir}/mime/packages/%{name}.xml + +%changelog +* Sun Dec 17 2006 Damien Durand 1.3.3-1 +- Upgrade to 1.3.3 +- Fix source + +* Wed Sep 27 2006 Damien Durand 1.1.9-2 +- Upgrade to 1.1.9 +- Remove patch +- Bump + +* Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.1.4-2 +- Rebuild for Fedora Extras 5 + +* Sat Feb 4 2006 Ignacio Vazquez-Abrams 1.1.4-1 +- Upstream update + +* Sun Oct 30 2005 Ignacio Vazquez-Abrams 1.1.2-1 +- Upstream update +- Fix -debuginfo subpackage (#170970) + +* Sat Sep 3 2005 Ignacio Vazquez-Abrams 1.0.0-2 +- Fixed help file path (#166562) +- Use sed instead of dos2unix + +* Sat Jul 23 2005 Ignacio Vazquez-Abrams 1.0.0-1 +- Upstream update + +* Sun May 29 2005 Ignacio Vazquez-Abrams 0.8.9-1 +- Upstream update + +* Fri Apr 22 2005 Ignacio Vazquez-Abrams 0.8.2-7 +- Bump + +* Wed Apr 13 2005 Ignacio Vazquez-Abrams 0.8.2-6 +- Added GenericName to desktop entry + +* Mon Apr 11 2005 Ignacio Vazquez-Abrams 0.8.2-5 +- Add patch from Toshio to fix x86_64 compiler warnings +- Fixed hard-coded paths in src/config.h + +* Wed Apr 6 2005 Ignacio Vazquez-Abrams 0.8.2-4 +- Change group to Applications/Productivity +- Have dos2unix only convert files +- Fixed hard-coded paths in the Makefile + +* Tue Apr 5 2005 Ignacio Vazquez-Abrams 0.8.2-3 +- Use dos2unix instead of sed + +* Tue Apr 5 2005 Ignacio Vazquez-Abrams 0.8.2-2 +- Implemented Toshio's strip, eol, and CFLAGS fixes +- Added missing gettext in BuildRequires + +* Thu Mar 31 2005 Ignacio Vazquez-Abrams 0.8.2-1 +- Initial RPM release Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 17 Dec 2006 20:27:33 -0000 1.9 @@ -0,0 +1 @@ +0605357861f9b5b5203df1c40f93c09e notecase-1.3.3_src.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 20:29:48 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Sun, 17 Dec 2006 15:29:48 -0500 Subject: rpms/multican/devel multican.spec,1.1,1.2 Message-ID: <200612172029.kBHKTmHq006732@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/multican/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6710 Modified Files: multican.spec Log Message: - rebuild to avoid EVR problems with FC5 multican Index: multican.spec =================================================================== RCS file: /cvs/extras/rpms/multican/devel/multican.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multican.spec 9 Nov 2006 11:42:51 -0000 1.1 +++ multican.spec 17 Dec 2006 20:29:18 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Remote control utility for Canon cameras Name: multican Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL @@ -35,5 +35,8 @@ %{_bindir}/* %changelog +* Sun Dec 17 2006 Jindrich Novy 0.0.4-2 +- rebuild to avoid EVR problems with FC5 multican + * Tue Nov 07 2006 Jindrich Novy 0.0.4-1 - initial build From fedora-extras-commits at redhat.com Sun Dec 17 20:31:54 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Sun, 17 Dec 2006 15:31:54 -0500 Subject: rpms/multican/FC-6 multican.spec,1.1,1.2 Message-ID: <200612172031.kBHKVs81006796@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/multican/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6781 Modified Files: multican.spec Log Message: - rebuild to avoid EVR problems with FC5 multican Index: multican.spec =================================================================== RCS file: /cvs/extras/rpms/multican/FC-6/multican.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multican.spec 9 Nov 2006 11:42:51 -0000 1.1 +++ multican.spec 17 Dec 2006 20:31:24 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Remote control utility for Canon cameras Name: multican Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL @@ -35,5 +35,8 @@ %{_bindir}/* %changelog +* Sun Dec 17 2006 Jindrich Novy 0.0.4-2 +- rebuild to avoid EVR problems with FC5 multican + * Tue Nov 07 2006 Jindrich Novy 0.0.4-1 - initial build From fedora-extras-commits at redhat.com Sun Dec 17 20:34:09 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Sun, 17 Dec 2006 15:34:09 -0500 Subject: rpms/multican/FC-5 multican.spec,1.1,1.2 Message-ID: <200612172034.kBHKY9KM006872@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/multican/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6851 Modified Files: multican.spec Log Message: - fix BuildRequires to fit FC-5 Index: multican.spec =================================================================== RCS file: /cvs/extras/rpms/multican/FC-5/multican.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multican.spec 9 Nov 2006 11:42:51 -0000 1.1 +++ multican.spec 17 Dec 2006 20:33:39 -0000 1.2 @@ -1,14 +1,14 @@ Summary: Remote control utility for Canon cameras Name: multican Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libusb-devel >= 0.1.12 -Requires: libusb >= 0.1.12 +BuildRequires: libusb-devel >= 0.1.11 +Requires: libusb >= 0.1.11 %description Multican is Canon EOS class USB remote control utility for 400D, 300D, @@ -35,5 +35,8 @@ %{_bindir}/* %changelog +* Sun Dec 17 2006 Jindrich Novy 0.0.4-2 +- fix BuildRequires to fit FC-5 + * Tue Nov 07 2006 Jindrich Novy 0.0.4-1 - initial build From fedora-extras-commits at redhat.com Sun Dec 17 20:55:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 17 Dec 2006 15:55:37 -0500 Subject: rpms/vdr/devel vdr-shutdown.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdr-README.package, 1.1, 1.2 vdr-runvdr.sh, 1.1, 1.2 vdr.init, 1.1, 1.2 vdr.spec, 1.2, 1.3 vdr.sysconfig, 1.1, 1.2 Message-ID: <200612172055.kBHKtbXt007027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/vdr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6999 Modified Files: .cvsignore sources vdr-README.package vdr-runvdr.sh vdr.init vdr.spec vdr.sysconfig Added Files: vdr-shutdown.sh Log Message: Work-in-progress commit, no builds yet. --- NEW FILE vdr-shutdown.sh --- #!/bin/sh # To enable this script, pass it to vdr with the -s option, eg. # "-s vdr-shutdown.sh" (sans quotes) in VDR_OPTIONS in /etc/sysconfig/vdr. # See also below for additional required sudo configuration, and # README.package for information how to get the time written to ACPI and # thus getting the system to wake up at the correct time. # How many seconds before the next timer should the computer wake up? secs=180 # At least how many seconds in the future should the wake up time be? safe=90 wakeupfile=/var/lib/vdr/acpi-wakeup rm -f $wakeupfile if [ ${1:-0} -gt 0 -a -e /proc/acpi/alarm ] ; then UTC= [ -r /etc/sysconfig/clock ] && . /etc/sysconfig/clock export UTC cat <<\EOF | perl -MPOSIX - $2 $secs $safe > $wakeupfile my ($delta, $secs, $safe) = @ARGV; $delta -= $secs; $delta = $safe if ($delta < $safe); my $t = time() + $delta; my $utc = $ENV{UTC} =~ /yes|true/; print strftime(q{%Y-%m-%d %H:%M:%S}, $utc ? gmtime($t) : localtime($t)), "\n"; EOF fi # In order to make this work, the vdr user needs to be allowed to run # /sbin/shutdown -h now with sudo as root, without giving a password and # without a tty. Example sudoers(5) configuration to accomplish that: # Defaults:vdr !requiretty # vdr ALL = (root) NOPASSWD: /sbin/shutdown -h now exec sudo /sbin/shutdown -h now Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Nov 2006 18:20:49 -0000 1.3 +++ .cvsignore 17 Dec 2006 20:55:06 -0000 1.4 @@ -1,3 +1,5 @@ -vdr_1.4.3-1.ds.diff.gz vdr-1.4.4.tar.bz2 vdr-1.4.4-liemikuutio-1.13.diff.gz +vdr-1.4.4-1.4.4-1.diff +vdr-1.4.4-2.diff +vdr_1.4.4-1.ds.diff.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Nov 2006 18:20:49 -0000 1.3 +++ sources 17 Dec 2006 20:55:06 -0000 1.4 @@ -1,3 +1,5 @@ -a0f1441e534715a190e4507c2f58268f vdr_1.4.3-1.ds.diff.gz 3d5dbacda725f769099b774577d2e3af vdr-1.4.4.tar.bz2 967281c1f666b24cbc3f46cd17dffe98 vdr-1.4.4-liemikuutio-1.13.diff.gz +ce6b5aa45230bd02e5e793905e704c67 vdr-1.4.4-1.4.4-1.diff +4e0e30458a217d8288b64632f34d5c03 vdr-1.4.4-2.diff +1b960579d3564eb7969812ed6a493777 vdr_1.4.4-1.ds.diff.gz Index: vdr-README.package =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr-README.package,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-README.package 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr-README.package 17 Dec 2006 20:55:06 -0000 1.2 @@ -27,6 +27,14 @@ line options for each plugin in their respective config snippets, in the PLUGIN_OPTIONS environment variable. +The vdr user should have access to the majority of needed hardware +devices out of the package, either directly or through the video +group. However some setups may need additional configuration in order +to allow VDR or some plugins to use for example certain remote +controllers or optical drives. See the /etc/udev/rules.d/*-vdr.rules +and /etc/security/console.perms.d/*-vdr.perms files for some usual +suspects and examples. + Additional plugins ------------------ @@ -48,3 +56,33 @@ If the plugin needs command line options, add them to /etc/sysconfig/vdr-plugins.d/.conf into PLUGIN_OPTIONS (see previous chapter). + +The /usr/lib*/vdr/bin directory is in vdr's $PATH by default; +additional VDR specific scripts such as those needed by some plugins, +or things executed from commands.conf or reccmds.conf can be dropped +there instead of having to pollute the usual system $PATH with them. + +Shutdown and ACPI wakeup +------------------------ + +A sample shutdown script, vdr-shutdown.sh, is shipped in the +/usr/lib*/vdr/bin directory. If enabled, the script writes a time +slightly before the next configured timer (given by VDR, see the file +INSTALL) to /var/lib/vdr/acpi-wakeup in a format suitable for catting +to /proc/acpi/alarm, and shuts down the machine. See commentary in +the script for how to enable it and how to grant the required +permissions to the vdr user so it can carry out these tasks. + +To use the ACPI alarm feature present in many recent systems, adding a +script like this to /sbin/halt.local (remember to make it executable!) +will cause the system to wake up at the time set by the above +vdr-shutdown.sh, allowing one to shut down the system without having +to manually start it for the next timed recording. + + #!/bin/bash + wakeupfile=/var/lib/vdr/acpi-wakeup + trap "rm -f $wakeupfile" EXIT + if [ -s $wakeupfile -a -w /proc/acpi/alarm ] ; then + echo -n "Setting ACPI wakeup for next VDR timer: " ; cat $wakeupfile + cat $wakeupfile > /proc/acpi/alarm + fi Index: vdr-runvdr.sh =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr-runvdr.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-runvdr.sh 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr-runvdr.sh 17 Dec 2006 20:55:06 -0000 1.2 @@ -17,10 +17,11 @@ plugconf() { - local plugin="$1" PLUGIN_OPTIONS= + local plugin="$1" PLUGIN_OPTIONS= PLUGIN_ENABLED= if [ -e "/etc/sysconfig/vdr-plugins.d/$plugin.conf" ] ; then . "/etc/sysconfig/vdr-plugins.d/$plugin.conf" fi + case "$PLUGIN_ENABLED" in no|false|0) return ;; esac VDR_OPTIONS[${#VDR_OPTIONS[@]}]=-P if [ -z "$PLUGIN_OPTIONS" ] ; then VDR_OPTIONS[${#VDR_OPTIONS[@]}]="$plugin" @@ -73,7 +74,8 @@ if [ -n "$VDR_INIT" ] ; then [ -f /etc/sysconfig/vdr ] && . /etc/sysconfig/vdr if [ -n "$DAEMON_COREFILE_LIMIT" ] ; then - ulimit -S -c $DAEMON_COREFILE_LIMIT >/dev/null 2>&1 && cd /tmp + ulimit -S -c $DAEMON_COREFILE_LIMIT >/dev/null 2>&1 && \ + cd ${TMPDIR:-/tmp} fi build_cmdline ${PLUGINVER:+.$PLUGINVER} fi Index: vdr.init =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr.init 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr.init 17 Dec 2006 20:55:06 -0000 1.2 @@ -2,7 +2,7 @@ # # vdr Video Disk Recorder # -# chkconfig: - 30 70 +# chkconfig: - 30 09 # description: Video Disk Recorder (VDR) implements a complete digital \ # set-top-box and video recorder. It can work with signals \ # received from satellites (DVB-S) as well as cable (DVB-C) \ Index: vdr.spec =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vdr.spec 4 Nov 2006 18:20:49 -0000 1.2 +++ vdr.spec 17 Dec 2006 20:55:06 -0000 1.3 @@ -1,7 +1,7 @@ # TODO, maybe some day: # - livebuffer patch, http://www.vdr-portal.de/board/thread.php?threadid=37309 # - channelfilter patch, http://www.u32.de/vdr.html#patches -# - UTF-8 patch +# - UTF-8 patch, http://www.free-x.de/utf8/ %define videodir /srv/vdr %define audiodir /srv/audio @@ -11,14 +11,15 @@ %define cachedir %{_var}/cache/vdr %define rundir %{_var}/run/vdr %define vardir %{_var}/lib/vdr +%define logdir %{_var}/log/vdr %define vdr_user vdr %define vdr_group video # From APIVERSION in config.h -%define apiver 1.4.4 +%define apiver 1.4.5 Name: vdr Version: 1.4.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Video Disk Recorder Group: Applications/Multimedia @@ -37,11 +38,14 @@ Source11: %{name}-skincurses.conf Source12: %{name}-sky.conf Source13: %{name}-timercmds.conf +Source14: %{name}-shutdown.sh Patch0: %{name}-channel+epg.patch -Patch1: http://zap.tartarus.org/~ds/debian/dists/unstable/main/source/vdr_1.4.3-1.ds.diff.gz +Patch1: http://zap.tartarus.org/~ds/debian/dists/unstable/main/source/vdr_1.4.4-1.ds.diff.gz Patch2: http://www.saunalahti.fi/~rahrenbe/vdr/patches/vdr-1.4.4-liemikuutio-1.13.diff.gz Patch3: %{name}-1.4.1-paths.patch Patch4: %{name}-1.4.1-dumpable.patch +Patch5: ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.4-1.4.4-1.diff +Patch6: ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.4-2.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libjpeg-devel @@ -122,11 +126,15 @@ patch -i debian/patches/opt-20_epgsearch.dpatch #patch -i debian/patches/opt-20_liemikuutio.dpatch patch -i debian/patches/opt-20_subtitles_0.4.0_ttxtsubs_0.0.5.dpatch +%patch5 -p1 +sed -i -e 's/!cPluginManager::Active() && //' \ + debian/patches/opt-20_suspend.dpatch # adapt for 1.4.4-1 patch -i debian/patches/opt-20_suspend.dpatch patch -i debian/patches/opt-20_vdr-timer-info.dpatch %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch6 -p1 # Fix up paths sed -i -e 's|\b\(ConfigDirectory = \)VideoDirectory;|\1"%{configdir}";|' vdr.c @@ -161,6 +169,15 @@ install -pm 644 %{SOURCE10} README.package +# Would like to do "files {channels,setup,timers}.conf" from config dir +# only, but rename() in cSafeFile barks "device or resource busy", cf. +# http://lists.suse.com/archive/suse-programming-e/2003-Mar/0051.html +cat << EOF > %{name}.rwtab +dirs %{cachedir} +files %{configdir} +files %{vardir} +EOF + %build @@ -177,6 +194,7 @@ cachedir=%{cachedir} rundir=%{rundir} vardir=%{vardir} +logdir=%{logdir} user=%{vdr_user} group=%{vdr_group} apiversion=$apiver @@ -243,6 +261,7 @@ sed -i \ -e 's|/usr/sbin/|%{_sbindir}/|' \ -e 's|/etc/vdr/|%{configdir}/|g' \ + -e 's|/var/lib/vdr/|%{vardir}/|' \ -e 's|VDR_USER|%{vdr_user}|' \ -e 's|VDR_GROUP|%{vdr_group}|' \ $RPM_BUILD_ROOT%{_initrddir}/vdr @@ -264,11 +283,16 @@ install -dm 755 $RPM_BUILD_ROOT%{audiodir} install -dm 755 $RPM_BUILD_ROOT%{plugindir}/bin +sed -e 's|/var/lib/vdr/|%{vardir}/|' < %{SOURCE14} \ + > $RPM_BUILD_ROOT%{plugindir}/bin/%{name}-shutdown.sh +chmod 755 $RPM_BUILD_ROOT%{plugindir}/bin/%{name}-shutdown.sh install -dm 755 $RPM_BUILD_ROOT%{cachedir} touch $RPM_BUILD_ROOT%{cachedir}/epg.data install -dm 755 $RPM_BUILD_ROOT%{datadir}/logos install -dm 755 $RPM_BUILD_ROOT%{rundir} install -dm 755 $RPM_BUILD_ROOT%{vardir} +touch $RPM_BUILD_ROOT%{vardir}/acpi-wakeup +install -dm 755 $RPM_BUILD_ROOT%{logdir} install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d sed -e 's/VDR_GROUP/%{vdr_group}/' < %{SOURCE4} \ @@ -280,6 +304,8 @@ > $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/95-%{name}.perms chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/security/console.perms.d/*%{name}.perms +install -Dpm 644 %{name}.rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/%{name} + # devel install -Dpm 644 vdr.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/vdr.pc install -pm 755 %{SOURCE9} $RPM_BUILD_ROOT%{_bindir}/vdr-config @@ -340,10 +366,11 @@ %files %defattr(-,root,root,-) -%doc CONTRIBUTORS COPYING HISTORY* MANUAL README* UPDATE-1.[24].0 +%doc CONTRIBUTORS COPYING HISTORY* INSTALL MANUAL README* UPDATE-1.[24].0 %config(noreplace) %{_sysconfdir}/sysconfig/vdr %config(noreplace) %{_sysconfdir}/udev/rules.d/*-%{name}.rules %config(noreplace) %{_sysconfdir}/security/console.perms.d/*-%{name}.perms +%config(noreplace) %{_sysconfdir}/rwtab.d/%{name} %config %{_sysconfdir}/sysconfig/vdr-plugins.d/ %{_initrddir}/vdr %{_bindir}/epg2html @@ -352,11 +379,11 @@ %{_sbindir}/vdr %dir %{plugindir}/ %dir %{plugindir}/bin/ +%{plugindir}/bin/%{name}-shutdown.sh %{datadir}/ %{_mandir}/man[58]/vdr.[58]* %defattr(-,%{vdr_user},%{vdr_group},-) %dir %{rundir}/ -%dir %{vardir}/ # TODO: tighten this (root:root ownership to some files/dirs)? %dir %{configdir}/ %dir %{configdir}/plugins/ @@ -365,6 +392,10 @@ %config(noreplace) %{configdir}/*.conf %dir %{videodir}/ %dir %{audiodir}/ +%defattr(-,%{vdr_user},root,-) +%dir %{logdir}/ +%dir %{vardir}/ +%ghost %{vardir}/acpi-wakeup %dir %{cachedir}/ %ghost %{cachedir}/epg.data @@ -399,6 +430,17 @@ %endif %changelog +* Sun Dec 17 2006 Ville Skytt?? - 1.4.4-1.1 +- Upstream 1.4.4-2, Darren Salt's 1.4.4-1.ds. +- Make it possible to disable installed plugins in plugin sysconfig snippet. +- Add shutdown script, document ACPI wakeup usage in README.package. +- Shut down earlier by default for better experience with the -s option. +- Include INSTALL in docs, it contains useful post-install info. +- Honor $TMPDIR when running with core dumps enabled. +- Add read only root/temporary state config. +- Add ttxtsubs to default plugin order list. +- Include log dir for plugins. + * Sat Nov 4 2006 Ville Skytt?? - 1.4.4-1 - 1.4.4. - Apply epgsearch and timer info patches. Index: vdr.sysconfig =================================================================== RCS file: /cvs/extras/rpms/vdr/devel/vdr.sysconfig,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr.sysconfig 16 Oct 2006 18:50:35 -0000 1.1 +++ vdr.sysconfig 17 Dec 2006 20:55:06 -0000 1.2 @@ -22,6 +22,7 @@ tvonscreen osdteletext subtitles +ttxtsubs osdpip femon sudoku From fedora-extras-commits at redhat.com Sun Dec 17 21:43:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:43:15 -0500 Subject: rpms/verbiste/FC-5 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 verbiste.spec, 1.13, 1.14 Message-ID: <200612172143.kBHLhF3t010381@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10331/FC-5 Modified Files: .cvsignore sources verbiste.spec Log Message: Upstream 0.1.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Sep 2006 16:29:23 -0000 1.8 +++ .cvsignore 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -verbiste-0.1.16.tar.gz +verbiste-0.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Sep 2006 16:29:23 -0000 1.8 +++ sources 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -2589b1374113b7ceec11acdb0f800047 verbiste-0.1.16.tar.gz +23f66360319f9e911a6f86e6f03fe072 verbiste-0.1.17.tar.gz Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-5/verbiste.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- verbiste.spec 27 Sep 2006 01:56:40 -0000 1.13 +++ verbiste.spec 17 Dec 2006 21:42:45 -0000 1.14 @@ -1,6 +1,6 @@ Name: verbiste -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: French conjugation system Group: Applications/Text @@ -45,7 +45,10 @@ %build -%configure --with-gnome --disable-maintainer-mode +%configure \ + --with-gnome-app \ + --with-gnome-applet \ + --disable-rpath make %{?_smp_mflags} @@ -108,6 +111,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.1.17-1 +- Upstream 0.1.17 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.1.16-2 - Do a better job packaging docs. From fedora-extras-commits at redhat.com Sun Dec 17 21:43:15 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:43:15 -0500 Subject: rpms/verbiste/FC-6 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 verbiste.spec, 1.14, 1.15 Message-ID: <200612172143.kBHLhFTb010386@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10331/FC-6 Modified Files: .cvsignore sources verbiste.spec Log Message: Upstream 0.1.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Sep 2006 16:29:24 -0000 1.8 +++ .cvsignore 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -verbiste-0.1.16.tar.gz +verbiste-0.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Sep 2006 16:29:24 -0000 1.8 +++ sources 17 Dec 2006 21:42:45 -0000 1.9 @@ -1 +1 @@ -2589b1374113b7ceec11acdb0f800047 verbiste-0.1.16.tar.gz +23f66360319f9e911a6f86e6f03fe072 verbiste-0.1.17.tar.gz Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/FC-6/verbiste.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- verbiste.spec 27 Sep 2006 01:56:41 -0000 1.14 +++ verbiste.spec 17 Dec 2006 21:42:45 -0000 1.15 @@ -1,6 +1,6 @@ Name: verbiste -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: French conjugation system Group: Applications/Text @@ -45,7 +45,10 @@ %build -%configure --with-gnome --disable-maintainer-mode +%configure \ + --with-gnome-app \ + --with-gnome-applet \ + --disable-rpath make %{?_smp_mflags} @@ -108,6 +111,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.1.17-1 +- Upstream 0.1.17 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.1.16-2 - Do a better job packaging docs. From fedora-extras-commits at redhat.com Sun Dec 17 21:43:20 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:43:20 -0500 Subject: rpms/verbiste/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 verbiste.spec, 1.14, 1.15 Message-ID: <200612172143.kBHLhKpj010391@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10331/devel Modified Files: .cvsignore sources verbiste.spec Log Message: Upstream 0.1.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 3 Sep 2006 16:29:24 -0000 1.8 +++ .cvsignore 17 Dec 2006 21:42:50 -0000 1.9 @@ -1 +1 @@ -verbiste-0.1.16.tar.gz +verbiste-0.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 Sep 2006 16:29:24 -0000 1.8 +++ sources 17 Dec 2006 21:42:50 -0000 1.9 @@ -1 +1 @@ -2589b1374113b7ceec11acdb0f800047 verbiste-0.1.16.tar.gz +23f66360319f9e911a6f86e6f03fe072 verbiste-0.1.17.tar.gz Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- verbiste.spec 27 Sep 2006 01:56:41 -0000 1.14 +++ verbiste.spec 17 Dec 2006 21:42:50 -0000 1.15 @@ -1,6 +1,6 @@ Name: verbiste -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: French conjugation system Group: Applications/Text @@ -45,7 +45,10 @@ %build -%configure --with-gnome --disable-maintainer-mode +%configure \ + --with-gnome-app \ + --with-gnome-applet \ + --disable-rpath make %{?_smp_mflags} @@ -108,6 +111,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 0.1.17-1 +- Upstream 0.1.17 + * Tue Sep 26 2006 Konstantin Ryabitsev - 0.1.16-2 - Do a better job packaging docs. From fedora-extras-commits at redhat.com Sun Dec 17 21:54:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:54:55 -0500 Subject: rpms/yaz/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 yaz.spec,1.3,1.4 Message-ID: <200612172154.kBHLstZQ010642@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/FC-5 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream 2.1.40 (holding off on 2.1.42 -- too new, too many changes). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Oct 2006 16:13:03 -0000 1.4 +++ .cvsignore 17 Dec 2006 21:54:24 -0000 1.5 @@ -1 +1 @@ -yaz-2.1.36.tar.gz +yaz-2.1.40.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Oct 2006 16:13:03 -0000 1.4 +++ sources 17 Dec 2006 21:54:24 -0000 1.5 @@ -1 +1 @@ -c55e693fdbb8d7b4f8248f687743b62a yaz-2.1.36.tar.gz +6af7645abf178669211e14f184869816 yaz-2.1.40.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/yaz.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- yaz.spec 28 Oct 2006 16:13:03 -0000 1.3 +++ yaz.spec 17 Dec 2006 21:54:24 -0000 1.4 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.36 +Version: 2.1.40 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -105,6 +105,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 2.1.40-1 +- Upstream 2.1.40 + * Sat Oct 28 2006 Konstantin Ryabitsev - 2.1.36-1 - Upstream 2.1.36 From fedora-extras-commits at redhat.com Sun Dec 17 21:54:55 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:54:55 -0500 Subject: rpms/yaz/FC-6 .cvsignore,1.4,1.5 sources,1.4,1.5 yaz.spec,1.4,1.5 Message-ID: <200612172155.kBHLstod010647@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/FC-6 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream 2.1.40 (holding off on 2.1.42 -- too new, too many changes). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Oct 2006 16:13:04 -0000 1.4 +++ .cvsignore 17 Dec 2006 21:54:25 -0000 1.5 @@ -1 +1 @@ -yaz-2.1.36.tar.gz +yaz-2.1.40.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Oct 2006 16:13:04 -0000 1.4 +++ sources 17 Dec 2006 21:54:25 -0000 1.5 @@ -1 +1 @@ -c55e693fdbb8d7b4f8248f687743b62a yaz-2.1.36.tar.gz +6af7645abf178669211e14f184869816 yaz-2.1.40.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-6/yaz.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yaz.spec 28 Oct 2006 16:13:04 -0000 1.4 +++ yaz.spec 17 Dec 2006 21:54:25 -0000 1.5 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.36 +Version: 2.1.40 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -105,6 +105,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 2.1.40-1 +- Upstream 2.1.40 + * Sat Oct 28 2006 Konstantin Ryabitsev - 2.1.36-1 - Upstream 2.1.36 From fedora-extras-commits at redhat.com Sun Dec 17 21:55:00 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Sun, 17 Dec 2006 16:55:00 -0500 Subject: rpms/yaz/devel .cvsignore,1.4,1.5 sources,1.4,1.5 yaz.spec,1.4,1.5 Message-ID: <200612172155.kBHLt00G010652@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/devel Modified Files: .cvsignore sources yaz.spec Log Message: Upstream 2.1.40 (holding off on 2.1.42 -- too new, too many changes). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Oct 2006 16:13:10 -0000 1.4 +++ .cvsignore 17 Dec 2006 21:54:30 -0000 1.5 @@ -1 +1 @@ -yaz-2.1.36.tar.gz +yaz-2.1.40.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Oct 2006 16:13:10 -0000 1.4 +++ sources 17 Dec 2006 21:54:30 -0000 1.5 @@ -1 +1 @@ -c55e693fdbb8d7b4f8248f687743b62a yaz-2.1.36.tar.gz +6af7645abf178669211e14f184869816 yaz-2.1.40.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/yaz.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yaz.spec 28 Oct 2006 16:13:10 -0000 1.4 +++ yaz.spec 17 Dec 2006 21:54:30 -0000 1.5 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.36 +Version: 2.1.40 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -105,6 +105,9 @@ %changelog +* Sun Dec 17 2006 Konstantin Ryabitsev - 2.1.40-1 +- Upstream 2.1.40 + * Sat Oct 28 2006 Konstantin Ryabitsev - 2.1.36-1 - Upstream 2.1.36 From fedora-extras-commits at redhat.com Sun Dec 17 22:05:06 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Sun, 17 Dec 2006 17:05:06 -0500 Subject: rpms/stellarium/devel stellarium.spec,1.25,1.26 Message-ID: <200612172205.kBHM56xP013916@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13901 Modified Files: stellarium.spec Log Message: Resize icon to 32x32 Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- stellarium.spec 14 Nov 2006 16:51:43 -0000 1.25 +++ stellarium.spec 17 Dec 2006 22:04:36 -0000 1.26 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,8 +48,7 @@ %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png - +convert -size 32x32 data/icon.bmp stellarium.png %install rm -rf $RPM_BUILD_ROOT @@ -88,6 +87,9 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +- Resize icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525) From fedora-extras-commits at redhat.com Sun Dec 17 22:06:49 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Sun, 17 Dec 2006 17:06:49 -0500 Subject: rpms/stellarium/FC-6 stellarium.spec,1.25,1.26 Message-ID: <200612172206.kBHM6ng2013975@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960 Modified Files: stellarium.spec Log Message: Resize icon to 32x32 Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-6/stellarium.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- stellarium.spec 14 Nov 2006 16:55:10 -0000 1.25 +++ stellarium.spec 17 Dec 2006 22:06:19 -0000 1.26 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,7 +48,7 @@ %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png +convert -size 32x32 data/icon.bmp stellarium.png %install @@ -88,6 +88,9 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt - 0.8.2-4 +- Resize Icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525) From fedora-extras-commits at redhat.com Sun Dec 17 22:08:47 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Sun, 17 Dec 2006 17:08:47 -0500 Subject: rpms/stellarium/FC-5 stellarium.spec,1.24,1.25 Message-ID: <200612172208.kBHM8lvN014050@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14035 Modified Files: stellarium.spec Log Message: Resize icon to 32x32 Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-5/stellarium.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- stellarium.spec 14 Nov 2006 17:32:40 -0000 1.24 +++ stellarium.spec 17 Dec 2006 22:08:17 -0000 1.25 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -48,7 +48,7 @@ %build %configure make %{?_smp_mflags} -convert data/stellarium.ico stellarium.png +convert -size 32x32 data/icon.bmp stellarium.png %install @@ -88,6 +88,9 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +- Resize icon to 32x32 + * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 - Try to fix AMD64 problem (#210525) From fedora-extras-commits at redhat.com Sun Dec 17 22:14:00 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:14:00 -0500 Subject: rpms/xmldiff/devel xmldiff-0.6.8-importorder.patch, NONE, 1.1 xmldiff-0.6.7-x64safe.patch, 1.1, NONE Message-ID: <200612172214.kBHME0eO014126@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14119 Added Files: xmldiff-0.6.8-importorder.patch Removed Files: xmldiff-0.6.7-x64safe.patch Log Message: Remove obsolete patch and add new one to prepare for 0.6.8 push xmldiff-0.6.8-importorder.patch: --- NEW FILE xmldiff-0.6.8-importorder.patch --- diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py --- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500 @@ -18,9 +18,9 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes __revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py --- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500 @@ -1,9 +1,9 @@ """ xmldiff non regression test """ +from __future__ import nested_scopes __revision__ = "$Id: regrtest.py,v 1.19 2005-04-27 12:36:01 syt Exp $" -from __future__ import nested_scopes from os.path import join, basename from cStringIO import StringIO import sys --- xmldiff-0.6.7-x64safe.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 22:14:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:14:45 -0500 Subject: rpms/xmldiff/devel xmldiff.spec,1.9,1.10 Message-ID: <200612172214.kBHMEjkZ014164@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14148 Modified Files: xmldiff.spec Log Message: Update to new upstream 0.6.8 Index: xmldiff.spec =================================================================== RCS file: /cvs/extras/rpms/xmldiff/devel/xmldiff.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmldiff.spec 7 Sep 2006 02:06:36 -0000 1.9 +++ xmldiff.spec 17 Dec 2006 22:14:15 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: xmldiff -Version: 0.6.7 -Release: 12%{?dist} +Version: 0.6.8 +Release: 1%{?dist} Summary: Tree to tree correction between XML documents Group: Applications/Text @@ -13,13 +13,12 @@ Source1: GPL Patch0: xmldiff-0.6.7-xsldata.patch Patch1: xmldiff-0.6.7-clean-tmp.patch -Patch2: xmldiff-0.6.7-x64safe.patch +Patch2: xmldiff-0.6.8-importorder.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-devel BuildRequires: python-logilab-common -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: docbook-style-xsl Requires: file Requires: /usr/bin/sgmlnorm @@ -73,19 +72,18 @@ %files %defattr(-,root,root,-) %doc COPYING README README.xmlrev doc/*.html doc/*.txt -%dir %{_datadir}/xml/xmldiff -%dir %{python_sitearch}/xmldiff +%{_datadir}/xml/xmldiff/ +%{python_sitearch}/xmldiff/ %{_bindir}/xmldiff %{_bindir}/xmlrev -%{python_sitearch}/xmldiff/*.py -%{python_sitearch}/xmldiff/*.pyc -%{python_sitearch}/xmldiff/*.so -%{_datadir}/xml/xmldiff/* %{_mandir}/man1/* -%{python_sitearch}/xmldiff/*.pyo %changelog +* Fri Dec 15 2006 Paul W. Frields - 0.6.8-1 +- New upstream 0.6.8 +- Slight spec file cleaning + * Wed Sep 6 2006 Paul W. Frields - 0.6.7-12 - Unghost pyo file From fedora-extras-commits at redhat.com Sun Dec 17 22:15:07 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:15:07 -0500 Subject: rpms/xmldiff/FC-6 xmldiff-0.6.8-importorder.patch, NONE, 1.1 xmldiff-0.6.7-x64safe.patch, 1.1, NONE Message-ID: <200612172215.kBHMF7sn014226@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14219 Added Files: xmldiff-0.6.8-importorder.patch Removed Files: xmldiff-0.6.7-x64safe.patch Log Message: Remove obsolete patch and add new one to prepare for 0.6.8 push xmldiff-0.6.8-importorder.patch: --- NEW FILE xmldiff-0.6.8-importorder.patch --- diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py --- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500 @@ -18,9 +18,9 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes __revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py --- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500 @@ -1,9 +1,9 @@ """ xmldiff non regression test """ +from __future__ import nested_scopes __revision__ = "$Id: regrtest.py,v 1.19 2005-04-27 12:36:01 syt Exp $" -from __future__ import nested_scopes from os.path import join, basename from cStringIO import StringIO import sys --- xmldiff-0.6.7-x64safe.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 22:15:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:15:45 -0500 Subject: rpms/xmldiff/FC-6 xmldiff.spec,1.9,1.10 Message-ID: <200612172215.kBHMFjhl014268@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14247 Modified Files: xmldiff.spec Log Message: Update to new upstream 0.6.8 Index: xmldiff.spec =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-6/xmldiff.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmldiff.spec 7 Sep 2006 02:06:36 -0000 1.9 +++ xmldiff.spec 17 Dec 2006 22:15:15 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: xmldiff -Version: 0.6.7 -Release: 12%{?dist} +Version: 0.6.8 +Release: 1%{?dist} Summary: Tree to tree correction between XML documents Group: Applications/Text @@ -13,13 +13,12 @@ Source1: GPL Patch0: xmldiff-0.6.7-xsldata.patch Patch1: xmldiff-0.6.7-clean-tmp.patch -Patch2: xmldiff-0.6.7-x64safe.patch +Patch2: xmldiff-0.6.8-importorder.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-devel BuildRequires: python-logilab-common -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: docbook-style-xsl Requires: file Requires: /usr/bin/sgmlnorm @@ -73,19 +72,18 @@ %files %defattr(-,root,root,-) %doc COPYING README README.xmlrev doc/*.html doc/*.txt -%dir %{_datadir}/xml/xmldiff -%dir %{python_sitearch}/xmldiff +%{_datadir}/xml/xmldiff/ +%{python_sitearch}/xmldiff/ %{_bindir}/xmldiff %{_bindir}/xmlrev -%{python_sitearch}/xmldiff/*.py -%{python_sitearch}/xmldiff/*.pyc -%{python_sitearch}/xmldiff/*.so -%{_datadir}/xml/xmldiff/* %{_mandir}/man1/* -%{python_sitearch}/xmldiff/*.pyo %changelog +* Fri Dec 15 2006 Paul W. Frields - 0.6.8-1 +- New upstream 0.6.8 +- Slight spec file cleaning + * Wed Sep 6 2006 Paul W. Frields - 0.6.7-12 - Unghost pyo file From fedora-extras-commits at redhat.com Sun Dec 17 22:16:02 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:16:02 -0500 Subject: rpms/xmldiff/FC-5 xmldiff-0.6.8-importorder.patch, NONE, 1.1 xmldiff-0.6.7-x64safe.patch, 1.1, NONE Message-ID: <200612172216.kBHMG2ee014325@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14318 Added Files: xmldiff-0.6.8-importorder.patch Removed Files: xmldiff-0.6.7-x64safe.patch Log Message: Remove obsolete patch and add new one to prepare for 0.6.8 push xmldiff-0.6.8-importorder.patch: --- NEW FILE xmldiff-0.6.8-importorder.patch --- diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py --- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500 @@ -18,9 +18,9 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes __revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py --- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500 +++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500 @@ -1,9 +1,9 @@ """ xmldiff non regression test """ +from __future__ import nested_scopes __revision__ = "$Id: regrtest.py,v 1.19 2005-04-27 12:36:01 syt Exp $" -from __future__ import nested_scopes from os.path import join, basename from cStringIO import StringIO import sys --- xmldiff-0.6.7-x64safe.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 22:16:39 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:16:39 -0500 Subject: rpms/xmldiff/FC-5 xmldiff.spec,1.9,1.10 Message-ID: <200612172216.kBHMGdWE014361@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14346 Modified Files: xmldiff.spec Log Message: Update to new upstream 0.6.8 Index: xmldiff.spec =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-5/xmldiff.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmldiff.spec 7 Sep 2006 02:06:37 -0000 1.9 +++ xmldiff.spec 17 Dec 2006 22:16:09 -0000 1.10 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: xmldiff -Version: 0.6.7 -Release: 12%{?dist} +Version: 0.6.8 +Release: 1%{?dist} Summary: Tree to tree correction between XML documents Group: Applications/Text @@ -13,13 +13,12 @@ Source1: GPL Patch0: xmldiff-0.6.7-xsldata.patch Patch1: xmldiff-0.6.7-clean-tmp.patch -Patch2: xmldiff-0.6.7-x64safe.patch +Patch2: xmldiff-0.6.8-importorder.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-devel BuildRequires: python-logilab-common -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: docbook-style-xsl Requires: file Requires: /usr/bin/sgmlnorm @@ -73,19 +72,18 @@ %files %defattr(-,root,root,-) %doc COPYING README README.xmlrev doc/*.html doc/*.txt -%dir %{_datadir}/xml/xmldiff -%dir %{python_sitearch}/xmldiff +%{_datadir}/xml/xmldiff/ +%{python_sitearch}/xmldiff/ %{_bindir}/xmldiff %{_bindir}/xmlrev -%{python_sitearch}/xmldiff/*.py -%{python_sitearch}/xmldiff/*.pyc -%{python_sitearch}/xmldiff/*.so -%{_datadir}/xml/xmldiff/* %{_mandir}/man1/* -%{python_sitearch}/xmldiff/*.pyo %changelog +* Fri Dec 15 2006 Paul W. Frields - 0.6.8-1 +- New upstream 0.6.8 +- Slight spec file cleaning + * Wed Sep 6 2006 Paul W. Frields - 0.6.7-12 - Unghost pyo file From fedora-extras-commits at redhat.com Sun Dec 17 22:18:17 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:18:17 -0500 Subject: rpms/xmldiff/devel sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200612172218.kBHMIH8j014418@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14401 Modified Files: sources .cvsignore Log Message: Update sources and .cvsignore for 0.6.8 push Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmldiff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jan 2006 22:57:18 -0000 1.2 +++ sources 17 Dec 2006 22:17:47 -0000 1.3 @@ -1 +1 @@ -07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz +bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmldiff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jan 2006 22:57:18 -0000 1.2 +++ .cvsignore 17 Dec 2006 22:17:47 -0000 1.3 @@ -1 +1 @@ -xmldiff-0.6.7.tar.gz +xmldiff-0.6.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 22:18:53 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:18:53 -0500 Subject: rpms/xmldiff/FC-6 sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200612172218.kBHMIrNR014474@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14454 Modified Files: sources .cvsignore Log Message: Update sources and .cvsignore for 0.6.8 push Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jan 2006 22:57:18 -0000 1.2 +++ sources 17 Dec 2006 22:18:23 -0000 1.3 @@ -1 +1 @@ -07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz +bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jan 2006 22:57:18 -0000 1.2 +++ .cvsignore 17 Dec 2006 22:18:23 -0000 1.3 @@ -1 +1 @@ -xmldiff-0.6.7.tar.gz +xmldiff-0.6.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 22:19:30 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Sun, 17 Dec 2006 17:19:30 -0500 Subject: rpms/xmldiff/FC-5 sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200612172219.kBHMJURs014530@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/xmldiff/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14510 Modified Files: sources .cvsignore Log Message: Update sources and .cvsignore for 0.6.8 push Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jan 2006 22:57:18 -0000 1.2 +++ sources 17 Dec 2006 22:19:00 -0000 1.3 @@ -1 +1 @@ -07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz +bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmldiff/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jan 2006 22:57:18 -0000 1.2 +++ .cvsignore 17 Dec 2006 22:19:00 -0000 1.3 @@ -1 +1 @@ -xmldiff-0.6.7.tar.gz +xmldiff-0.6.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 22:59:17 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 17:59:17 -0500 Subject: rpms/gnome-applet-timer/devel .cvsignore, 1.4, 1.5 gnome-applet-timer.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612172259.kBHMxHqP014981@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14962 Modified Files: .cvsignore gnome-applet-timer.spec sources Log Message: update to 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Oct 2006 01:44:57 -0000 1.4 +++ .cvsignore 17 Dec 2006 22:58:47 -0000 1.5 @@ -1 +1 @@ -timer-applet-1.3.1.tar.gz +timer-applet-1.3.2.tar.gz Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-applet-timer.spec 31 Oct 2006 23:04:04 -0000 1.8 +++ gnome-applet-timer.spec 17 Dec 2006 22:58:47 -0000 1.9 @@ -1,5 +1,5 @@ Name: gnome-applet-timer -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: A countdown timer applet for the GNOME panel @@ -29,23 +29,16 @@ %setup -q -n timer-applet-%{version} %build -%configure +%configure --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT - %find_lang timer-applet -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - - %check || : - %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +80,9 @@ %{_datadir}/pixmaps/timer-applet %changelog +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +- Update to 1.3.2, includes fix for the icon in the notification bubble. + * Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 with libnotify support (#203234). Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Oct 2006 01:44:57 -0000 1.4 +++ sources 17 Dec 2006 22:58:47 -0000 1.5 @@ -1 +1 @@ -6c7f36c41bd8d7a86c055bfdf42f1493 timer-applet-1.3.1.tar.gz +599f56a8c4eef3df441ab925ab3332ab timer-applet-1.3.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 23:14:35 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 18:14:35 -0500 Subject: rpms/gnome-applet-timer/FC-6 .cvsignore, 1.4, 1.5 gnome-applet-timer.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612172314.kBHNEZJP018231@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18207 Modified Files: .cvsignore gnome-applet-timer.spec sources Log Message: update to 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Oct 2006 02:11:21 -0000 1.4 +++ .cvsignore 17 Dec 2006 23:14:05 -0000 1.5 @@ -1 +1 @@ -timer-applet-1.3.1.tar.gz +timer-applet-1.3.2.tar.gz Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/gnome-applet-timer.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-applet-timer.spec 31 Oct 2006 23:04:01 -0000 1.8 +++ gnome-applet-timer.spec 17 Dec 2006 23:14:05 -0000 1.9 @@ -1,5 +1,5 @@ Name: gnome-applet-timer -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: A countdown timer applet for the GNOME panel @@ -29,23 +29,16 @@ %setup -q -n timer-applet-%{version} %build -%configure +%configure --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT - %find_lang timer-applet -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - - %check || : - %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +80,9 @@ %{_datadir}/pixmaps/timer-applet %changelog +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +- Update to 1.3.2, includes fix for the icon in the notification bubble. + * Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 with libnotify support (#203234). Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Oct 2006 02:11:21 -0000 1.4 +++ sources 17 Dec 2006 23:14:05 -0000 1.5 @@ -1 +1 @@ -6c7f36c41bd8d7a86c055bfdf42f1493 timer-applet-1.3.1.tar.gz +599f56a8c4eef3df441ab925ab3332ab timer-applet-1.3.2.tar.gz From fedora-extras-commits at redhat.com Sun Dec 17 23:23:46 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 17 Dec 2006 18:23:46 -0500 Subject: rpms/liferea/devel .cvsignore, 1.38, 1.39 liferea.spec, 1.57, 1.58 sources, 1.39, 1.40 liferea-1.0.26-fonts.patch, 1.1, NONE Message-ID: <200612172323.kBHNNkCO018366@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18341 Modified Files: .cvsignore liferea.spec sources Removed Files: liferea-1.0.26-fonts.patch Log Message: * Sun Dec 17 2006 Brian Pepple - 1.2.0-1 - Update to 1.2.0. - Add scriptlets for gtk+ icon cache. - Add BR for gnutls-devel, libnotify-devel, & NetworkManager-glib-devel. - Add BR for perl(XML::Parser) & libxslt-devel. - Drop BR on dbus-devel, since libnotify-devel will pull this in. - Drop fonts patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- .cvsignore 22 Nov 2006 14:47:32 -0000 1.38 +++ .cvsignore 17 Dec 2006 23:23:16 -0000 1.39 @@ -1 +1 @@ -liferea-1.0.26.tar.gz +liferea-1.2.0.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- liferea.spec 22 Nov 2006 14:47:32 -0000 1.57 +++ liferea.spec 17 Dec 2006 23:23:16 -0000 1.58 @@ -1,7 +1,5 @@ -%define with_dbus 1 - Name: liferea -Version: 1.0.26 +Version: 1.2.0 Release: 1%{?dist} Summary: An RSS/RDF feed reader @@ -10,7 +8,6 @@ URL: http://liferea.sourceforge.net/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-1.0.23-fedorafeed.patch -Patch1: %{name}-1.0.26-fonts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkhtml2-devel @@ -18,14 +15,15 @@ BuildRequires: GConf2-devel BuildRequires: libX11-devel BuildRequires: libSM-devel +BuildRequires: gnutls-devel +BuildRequires: libnotify-devel +BuildRequires: NetworkManager-glib-devel +BuildRequires: libxslt-devel BuildRequires: desktop-file-utils BuildRequires: gettext +BuildRequires: perl(XML::Parser) -%if %{with_dbus} -BuildRequires: dbus-devel -%endif - -Requires: firefox = 2.0 +Requires: firefox = %(rpm -q firefox-devel --qf '%%{version}' 2>/dev/null) Requires(pre): GConf2 Requires(post): GConf2 @@ -36,23 +34,18 @@ Liferea (Linux Feed Reader) is an RSS/RDF feed reader. It's intended to be a clone of the Windows-only FeedReader. It can be used to maintain a list of subscribed feeds, -browse through their items, and show their contents -using GtkHTML. +browse through their items, and show their contents. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .fedorafeed -%patch1 -p1 -b .fonts %build -%configure --disable-schemas-install \ -%if %{with_dbus} - --enable-dbus=yes -%else - --enable-dbus=no -%endif +%configure --disable-schemas-install \ + --disable-lua + make %{?_smp_mflags} @@ -60,8 +53,7 @@ rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} - -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -84,6 +76,13 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %preun @@ -98,18 +97,30 @@ %defattr(-,root,root,-) %doc COPYING AUTHORS README ChangeLog %{_mandir}/man1/%{name}.1.gz +%{_mandir}/pl/man1/%{name}.1.gz %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/%{name}-add-feed %{_datadir}/%{name}/ +%{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/pixmaps/%{name}.png %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so* %changelog +* Sun Dec 17 2006 Brian Pepple - 1.2.0-1 +- Update to 1.2.0. +- Add scriptlets for gtk+ icon cache. +- Add BR for gnutls-devel, libnotify-devel, & NetworkManager-glib-devel. +- Add BR for perl(XML::Parser) & libxslt-devel. +- Drop BR on dbus-devel, since libnotify-devel will pull this in. +- Drop fonts patch, fixed upstream. + +* Thu Dec 7 2006 Brian Pepple - 1.0.27-1 +- Update to 1.0.27. + * Tue Nov 21 2006 Brian Pepple - 1.0.26-1 - Update to 1.0.26. - Add patch to use document font name. (#216813) Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- sources 22 Nov 2006 14:47:32 -0000 1.39 +++ sources 17 Dec 2006 23:23:16 -0000 1.40 @@ -1 +1 @@ -8d48a070c9709a986a6f3d7a2ba7ec6c liferea-1.0.26.tar.gz +02b95014baba4725b02895074cc4f25e liferea-1.2.0.tar.gz --- liferea-1.0.26-fonts.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 17 23:57:59 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 18:57:59 -0500 Subject: rpms/gnome-applet-timer/FC-5 .cvsignore, 1.3, 1.4 gnome-applet-timer.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612172357.kBHNvxB2018514@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18492 Modified Files: .cvsignore gnome-applet-timer.spec sources Log Message: update to 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Dec 2005 14:44:55 -0000 1.3 +++ .cvsignore 17 Dec 2006 23:57:29 -0000 1.4 @@ -1 +1 @@ -timer-applet-1.2.tar.gz +timer-applet-1.3.2.tar.gz Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/gnome-applet-timer.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-applet-timer.spec 15 Feb 2006 01:24:27 -0000 1.5 +++ gnome-applet-timer.spec 17 Dec 2006 23:57:29 -0000 1.6 @@ -1,6 +1,6 @@ Name: gnome-applet-timer -Version: 1.2 -Release: 3%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops @@ -9,11 +9,12 @@ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gnome-panel-devel >= 2.6, gettext, scrollkeeper -Provides: timer-applet = %{version} -Requires(pre): GConf2 -Requires(post): GConf2, scrollkeeper -Requires(preun): GConf2 +BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel +BuildRequires: gettext, perl(XML::Parser), scrollkeeper +Provides: timer-applet = %{version} +Requires(pre): GConf2 +Requires(post): GConf2, scrollkeeper +Requires(preun): GConf2 Requires(postun): scrollkeeper %description @@ -28,23 +29,16 @@ %setup -q -n timer-applet-%{version} %build -%configure +%configure --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT - %find_lang timer-applet -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - - %check || : - %clean rm -rf $RPM_BUILD_ROOT @@ -53,7 +47,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/timer-applet.schemas >/dev/null || : - killall -HUP gconfd-2 || : fi @@ -61,7 +54,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/timer-applet.schemas >/dev/null || : -killall -HUP gconfd-2 || : scrollkeeper-update -q -o %{_datadir}/omf/timer-applet || : @@ -70,7 +62,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/timer-applet.schemas > /dev/null || : - killall -HUP gconfd-2 || : fi %postun @@ -89,6 +80,16 @@ %{_datadir}/pixmaps/timer-applet %changelog +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +- Update to 1.3.2, includes fix for the icon in the notification bubble. + +* Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 +- Update to 1.3.1 with libnotify support (#203234). + +* Fri Sep 15 2006 Christoph Wickert - 1.2-4 +- Mass rebuild for Fedora Core 6. +- BuildRequire perl(XML::Parser). + * Wed Feb 15 2006 Christoph Wickert - 1.2-3 - Rebuild for Fedora Extras 5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Dec 2005 14:44:55 -0000 1.3 +++ sources 17 Dec 2006 23:57:29 -0000 1.4 @@ -1 +1 @@ -00dfc31e32a9a4cad3084b78a49c8a40 timer-applet-1.2.tar.gz +599f56a8c4eef3df441ab925ab3332ab timer-applet-1.3.2.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 00:38:06 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 19:38:06 -0500 Subject: rpms/gnome-applet-timer/FC-6 gnome-applet-timer.spec,1.9,1.10 Message-ID: <200612180038.kBI0c6DZ021813@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21796 Modified Files: gnome-applet-timer.spec Log Message: require dbus-devel for Core 5 Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/gnome-applet-timer.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-applet-timer.spec 17 Dec 2006 23:14:05 -0000 1.9 +++ gnome-applet-timer.spec 18 Dec 2006 00:37:36 -0000 1.10 @@ -9,7 +9,7 @@ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0 +BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel BuildRequires: gettext, perl(XML::Parser), scrollkeeper Provides: timer-applet = %{version} Requires(pre): GConf2 From fedora-extras-commits at redhat.com Mon Dec 18 00:38:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 19:38:49 -0500 Subject: rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.9,1.10 Message-ID: <200612180038.kBI0cnrI021839@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21819 Modified Files: gnome-applet-timer.spec Log Message: require dbus-devel for Core 5 Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-applet-timer.spec 17 Dec 2006 22:58:47 -0000 1.9 +++ gnome-applet-timer.spec 18 Dec 2006 00:38:19 -0000 1.10 @@ -9,7 +9,7 @@ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0 +BuildRequires: gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel BuildRequires: gettext, perl(XML::Parser), scrollkeeper Provides: timer-applet = %{version} Requires(pre): GConf2 From fedora-extras-commits at redhat.com Mon Dec 18 02:47:46 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:46 -0500 Subject: rpms/nagios-plugins/FC-3 nagios-plugins.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200612180247.kBI2lkeq028354@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-3 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-3/nagios-plugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios-plugins.spec 27 Aug 2006 18:07:40 -0000 1.10 +++ nagios-plugins.spec 18 Dec 2006 02:47:16 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.3 -Release: 18%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -11,6 +11,8 @@ Patch0: nagios-plugins-1.4.3-subst.patch Patch1: nagios-plugins-1.4.3.radius-ng.patch Patch2: nagios-plugins-1.4.3-ntpd.patch +Patch3: nagios-plugins-1.4.4-check_ide_smart.patch +Patch4: nagios-plugins-1.4.4-linux_raid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -47,7 +49,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ide_smart, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -55,6 +57,14 @@ %description all This package provides all Nagios plugins. +%package apt +Summary: Nagios Plugin - check_apt +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description apt +Provides check_apt support for Nagios. + %package breeze Summary: Nagios Plugin - check_breeze Group: Applications/System @@ -214,6 +224,14 @@ %description ldap Provides check_ldap and check_ldaps support for Nagios. +%package linux_raid +Summary: Nagios Plugin - check_linux_raid +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description linux_raid +Provides check_linux_raid (software raid) support for Nagios. + %package load Summary: Nagios Plugin - check_load Group: Applications/System @@ -487,6 +505,8 @@ %patch0 -p1 %patch1 -p1 -b .radiusclient %patch2 -p0 +%patch3 -p1 +%patch4 -p0 %build %configure \ @@ -509,6 +529,7 @@ %{__make} AM_INSTALL_PROGRAM_FLAGS="" DESTDIR=%{buildroot} install %{__install} -m 0755 plugins-root/check_icmp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins +%{__install} -m 0755 contrib/check_linux_raid.pl %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins %ifarch ppc ppc64 sparc sparc64 @@ -524,6 +545,10 @@ %files all +%files apt +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_apt + %files breeze %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_breeze @@ -582,7 +607,7 @@ %files icmp %defattr(-,root,root,-) -%{_libdir}/nagios/plugins/check_icmp +%attr(4755,root,root)%{_libdir}/nagios/plugins/check_icmp %files ifoperstatus %defattr(-,root,root,-) @@ -601,6 +626,10 @@ %{_libdir}/nagios/plugins/check_ldap %{_libdir}/nagios/plugins/check_ldaps +%files linux_raid +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_linux_raid.pl + %files load %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_load @@ -717,7 +746,6 @@ %{_libdir}/nagios/plugins/check_simap %{_libdir}/nagios/plugins/check_spop %{_libdir}/nagios/plugins/check_ssmtp -%{_libdir}/nagios/plugins/check_udp2 %files time %defattr(-,root,root,-) @@ -749,6 +777,19 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + +* Fri Oct 27 2006 Mike McGrath 1.4.4-2 +- Enabled check_smart_ide +- Added patch for linux_raid +- Fixed permissions on check_icmp + +* Tue Oct 24 2006 Mike McGrath 1.4.4-1 +- Upstream new version +- Disabled check_ide_smart (does not compile cleanly/too lazy to fix right now) +- Added check_apt + * Sun Aug 27 2006 Mike McGrath 1.4.3-18 - Removed utils.pm from the base nagios-plugins package into its own package Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jun 2006 15:04:23 -0000 1.4 +++ sources 18 Dec 2006 02:47:16 -0000 1.5 @@ -1 +1 @@ -2c40fc69d51cc979e85150870a1daa93 nagios-plugins-1.4.3.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:46 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:46 -0500 Subject: rpms/nagios-plugins/FC-4 nagios-plugins.spec, 1.16, 1.17 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lkGf028358@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-4 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nagios-plugins.spec 27 Oct 2006 14:17:05 -0000 1.16 +++ nagios-plugins.spec 18 Dec 2006 02:47:16 -0000 1.17 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:15 -0000 1.5 +++ sources 18 Dec 2006 02:47:16 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:51 -0500 Subject: rpms/nagios-plugins/FC-6 nagios-plugins.spec, 1.20, 1.21 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lpMx028366@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-6 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-6/nagios-plugins.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- nagios-plugins.spec 27 Oct 2006 14:17:11 -0000 1.20 +++ nagios-plugins.spec 18 Dec 2006 02:47:21 -0000 1.21 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:16 -0000 1.5 +++ sources 18 Dec 2006 02:47:21 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:57 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:57 -0500 Subject: rpms/nagios-plugins/devel .cvsignore, 1.5, 1.6 nagios-plugins.spec, 1.20, 1.21 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lvO0028371@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/devel Modified Files: .cvsignore nagios-plugins.spec sources Log Message: Upstream released new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Oct 2006 01:44:17 -0000 1.5 +++ .cvsignore 18 Dec 2006 02:47:27 -0000 1.6 @@ -1 +1 @@ -nagios-plugins-1.4.4.tar.gz +nagios-plugins-1.4.5.tar.gz Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- nagios-plugins.spec 27 Oct 2006 14:17:12 -0000 1.20 +++ nagios-plugins.spec 18 Dec 2006 02:47:27 -0000 1.21 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:17 -0000 1.5 +++ sources 18 Dec 2006 02:47:27 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 02:47:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 17 Dec 2006 21:47:51 -0500 Subject: rpms/nagios-plugins/FC-5 nagios-plugins.spec, 1.16, 1.17 sources, 1.5, 1.6 Message-ID: <200612180247.kBI2lpRM028362@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28280/FC-5 Modified Files: nagios-plugins.spec sources Log Message: Upstream released new version Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nagios-plugins.spec 27 Oct 2006 14:17:05 -0000 1.16 +++ nagios-plugins.spec 18 Dec 2006 02:47:21 -0000 1.17 @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -777,6 +777,9 @@ %{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Dec 17 2006 Mike McGrath 1.4.5-1 +- Upstream released new version + * Fri Oct 27 2006 Mike McGrath 1.4.4-2 - Enabled check_smart_ide - Added patch for linux_raid Index: sources =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Oct 2006 01:44:15 -0000 1.5 +++ sources 18 Dec 2006 02:47:21 -0000 1.6 @@ -1 +1 @@ -e27849f268ab04014bfbbd19d9af1333 nagios-plugins-1.4.4.tar.gz +359afddaf6a8e3228a5130b60bed0f67 nagios-plugins-1.4.5.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 03:15:48 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 17 Dec 2006 22:15:48 -0500 Subject: rpms/akode/devel akode.spec,1.6,1.7 Message-ID: <200612180315.kBI3FmBh031679@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31664 Modified Files: akode.spec Log Message: * Thu Dec 14 2006 Rex Dieter 2.0.1-3 - enable jack support (subpkg) - package (GPL'd) libsamplerate-based resampler separately, to keep main pkg LGPL-clean Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- akode.spec 14 Dec 2006 15:52:43 -0000 1.6 +++ akode.spec 18 Dec 2006 03:15:17 -0000 1.7 @@ -26,7 +26,7 @@ BuildRequires: libvorbis-devel BuildRequires: libtool %{?_with_jack:BuildRequires: jack-audio-connection-kit-devel} -%{?_with_pusleaudio:BuildRequires: pulseaudio-devel} +%{?_with_pulseaudio:BuildRequires: pulseaudio-devel} %description aKode is a simple audio-decoding frame-work that provides a uniform From fedora-extras-commits at redhat.com Mon Dec 18 03:17:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 17 Dec 2006 22:17:38 -0500 Subject: rpms/akode/devel akode.spec,1.7,1.8 Message-ID: <200612180317.kBI3HcjU031740@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31725 Modified Files: akode.spec Log Message: respin for typo Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- akode.spec 18 Dec 2006 03:15:17 -0000 1.7 +++ akode.spec 18 Dec 2006 03:17:08 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Audio-decoding framework Name: akode Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries #URL: http://carewolf.com/akode/ @@ -147,7 +147,7 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 2.0.1-3 +* Thu Dec 14 2006 Rex Dieter 2.0.1-4 - enable jack support (subpkg) - package (GPL'd) libsamplerate-based resampler separately, to keep main pkg LGPL-clean From fedora-extras-commits at redhat.com Mon Dec 18 04:24:49 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 23:24:49 -0500 Subject: rpms/emelfm2/FC-6 emelfm2.spec,1.14,1.15 Message-ID: <200612180424.kBI4OnEw002765@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2736/FC-6 Modified Files: emelfm2.spec Log Message: move emelfm2 to system-tools, like the other file managers Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-6/emelfm2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- emelfm2.spec 17 Dec 2006 01:26:43 -0000 1.14 +++ emelfm2.spec 18 Dec 2006 04:24:19 -0000 1.15 @@ -50,6 +50,7 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category Application \ + --add-category System \ --add-category Utility \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop From fedora-extras-commits at redhat.com Mon Dec 18 04:24:50 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 17 Dec 2006 23:24:50 -0500 Subject: rpms/emelfm2/devel emelfm2.spec,1.14,1.15 Message-ID: <200612180424.kBI4Oo3L002768@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2736/devel Modified Files: emelfm2.spec Log Message: move emelfm2 to system-tools, like the other file managers Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- emelfm2.spec 17 Dec 2006 01:04:42 -0000 1.14 +++ emelfm2.spec 18 Dec 2006 04:24:20 -0000 1.15 @@ -50,6 +50,7 @@ desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category Application \ + --add-category System \ --add-category Utility \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop From fedora-extras-commits at redhat.com Mon Dec 18 05:13:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:13:39 -0500 Subject: rpms/perl-Text-Tree - New directory Message-ID: <200612180513.kBI5DdR7006024@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6020/perl-Text-Tree Log Message: Directory /cvs/extras/rpms/perl-Text-Tree added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:13:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:13:45 -0500 Subject: rpms/perl-Text-Tree/devel - New directory Message-ID: <200612180513.kBI5DjeD006037@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6020/perl-Text-Tree/devel Log Message: Directory /cvs/extras/rpms/perl-Text-Tree/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:14:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:14:19 -0500 Subject: owners owners.list,1.2120,1.2121 Message-ID: <200612180514.kBI5EJNF006063@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6044 Modified Files: owners.list Log Message: added perl-Text-Tree Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2120 retrieving revision 1.2121 diff -u -r1.2120 -r1.2121 --- owners.list 17 Dec 2006 19:11:01 -0000 1.2120 +++ owners.list 18 Dec 2006 05:13:49 -0000 1.2121 @@ -1170,8 +1170,8 @@ Fedora Extras|multisync|Calendar (and other PIM data) synchronization program|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|multitail|View one or multiple files like tail but with multiple windows|folkert at vanheusden.com|extras-qa at fedoraproject.org| Fedora Extras|munin|Network-wide graphing framework (grapher/gatherer)|kevin at tummy.com|extras-qa at fedoraproject.org| -Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|museek+|A Soulseek filesharing client|belegdol at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|musicbox|A simple one-file-at-a-time audio tag editor|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|mussh|Multihost SSH wrapper|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|mxml|Miniature XML development library|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|mysql-administrator|GUI to manage mysql Databases|dennis at ausil.us|extras-qa at fedoraproject.org| @@ -1807,6 +1807,7 @@ Fedora Extras|perl-Text-Quoted|Extract the structure of a quoted mail message|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Reform|Manual text wrapping and reformatting|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Template|Expand template text with embedded Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Text-Tree|Format a simple tree of strings into a textual tree graph|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Unidecode|US-ASCII transliterations of Unicode text|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|perl-Text-WikiFormat|Translate Wiki formatted text into other formats|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Wrapper|Simple word wrapping perl module|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 05:14:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:14:24 -0500 Subject: rpms/perl-Text-Tree Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612180514.kBI5EOZX006085@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6079 Added Files: Makefile import.log Log Message: Setup of module perl-Text-Tree --- NEW FILE Makefile --- # Top level Makefile for module perl-Text-Tree all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 05:14:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:14:30 -0500 Subject: rpms/perl-Text-Tree/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612180514.kBI5EUqF006100@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6079/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Text-Tree --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 05:15:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:15:13 -0500 Subject: rpms/perl-Text-Tree/devel perl-Text-Tree.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612180515.kBI5FDLc006173@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6139/devel Modified Files: .cvsignore sources Added Files: perl-Text-Tree.spec Log Message: auto-import perl-Text-Tree-1.0-1.fc6 on branch devel from perl-Text-Tree-1.0-1.fc6.src.rpm --- NEW FILE perl-Text-Tree.spec --- Name: perl-Text-Tree Version: 1.0 Release: 1%{?dist} Summary: Format a simple tree of strings into a textual tree graph License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Tree/ Source0: http://www.cpan.org/authors/id/I/IS/ISAACSON/Text-Tree-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Allows the caller to develop a tree structure, using nested arrays of strings and references. Once developed, the whole tree can be printed as a diagram, with the root of the tree at the top, and child nodes formatted horizontally below them. %prep %setup -q -n Text-Tree-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 17 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 05:14:30 -0000 1.1 +++ .cvsignore 18 Dec 2006 05:14:43 -0000 1.2 @@ -0,0 +1 @@ +Text-Tree-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 05:14:30 -0000 1.1 +++ sources 18 Dec 2006 05:14:43 -0000 1.2 @@ -0,0 +1 @@ +83232a177d199d90894cf3f1d30d534c Text-Tree-1.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 05:15:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:15:13 -0500 Subject: rpms/perl-Text-Tree import.log,1.1,1.2 Message-ID: <200612180515.kBI5FDUj006169@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6139 Modified Files: import.log Log Message: auto-import perl-Text-Tree-1.0-1.fc6 on branch devel from perl-Text-Tree-1.0-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 05:14:24 -0000 1.1 +++ import.log 18 Dec 2006 05:14:43 -0000 1.2 @@ -0,0 +1 @@ +perl-Text-Tree-1_0-1_fc6:HEAD:perl-Text-Tree-1.0-1.fc6.src.rpm:1166419311 From fedora-extras-commits at redhat.com Mon Dec 18 05:15:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:15:59 -0500 Subject: rpms/perl-Text-Tree/devel perl-Text-Tree.spec,1.1,1.2 Message-ID: <200612180515.kBI5FxWA006240@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Tree/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6225 Modified Files: perl-Text-Tree.spec Log Message: release bump Index: perl-Text-Tree.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Tree/devel/perl-Text-Tree.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Tree.spec 18 Dec 2006 05:14:43 -0000 1.1 +++ perl-Text-Tree.spec 18 Dec 2006 05:15:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Text-Tree Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Format a simple tree of strings into a textual tree graph License: GPL or Artistic Group: Development/Libraries @@ -46,5 +46,8 @@ %{_mandir}/man3/* %changelog +* Sun Dec 17 2006 Chris Weyl 1.0-2 +- bump + * Sun Dec 17 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Mon Dec 18 05:23:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:23:33 -0500 Subject: owners owners.list,1.2121,1.2122 Message-ID: <200612180523.kBI5NXX0006351@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6331 Modified Files: owners.list Log Message: added perl-Text-ASCIITable Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2121 retrieving revision 1.2122 diff -u -r1.2121 -r1.2122 --- owners.list 18 Dec 2006 05:13:49 -0000 1.2121 +++ owners.list 18 Dec 2006 05:23:03 -0000 1.2122 @@ -1796,6 +1796,7 @@ Fedora Extras|perl-Test-Warn|Perl extension to test methods for warnings|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-WWW-Mechanize|Testing-specific WWW::Mechanize subclass|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-TeX-Hyphen|Hyphenate words using TeX's patterns|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Text-ASCIITable|Create a nice formatted table using ASCII characters|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-Autoformat|Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-CHM|Perl extension for handling MS Compiled HtmlHelp Files|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Text-CSV_XS|Comma-separated values manipulation routines|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 05:24:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:34 -0500 Subject: rpms/perl-Text-ASCIITable - New directory Message-ID: <200612180524.kBI5OYZt006387@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6383/perl-Text-ASCIITable Log Message: Directory /cvs/extras/rpms/perl-Text-ASCIITable added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:24:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:39 -0500 Subject: rpms/perl-Text-ASCIITable/devel - New directory Message-ID: <200612180524.kBI5Od6V006398@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6383/perl-Text-ASCIITable/devel Log Message: Directory /cvs/extras/rpms/perl-Text-ASCIITable/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 05:24:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:47 -0500 Subject: rpms/perl-Text-ASCIITable Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612180524.kBI5Olmx006421@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6415 Added Files: Makefile import.log Log Message: Setup of module perl-Text-ASCIITable --- NEW FILE Makefile --- # Top level Makefile for module perl-Text-ASCIITable all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 05:24:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:24:52 -0500 Subject: rpms/perl-Text-ASCIITable/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612180524.kBI5OqCE006436@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6415/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Text-ASCIITable --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 05:25:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:25:32 -0500 Subject: rpms/perl-Text-ASCIITable import.log,1.1,1.2 Message-ID: <200612180525.kBI5PWVW006490@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6460 Modified Files: import.log Log Message: auto-import perl-Text-ASCIITable-0.18-1.fc6 on branch devel from perl-Text-ASCIITable-0.18-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 05:24:47 -0000 1.1 +++ import.log 18 Dec 2006 05:25:02 -0000 1.2 @@ -0,0 +1 @@ +perl-Text-ASCIITable-0_18-1_fc6:HEAD:perl-Text-ASCIITable-0.18-1.fc6.src.rpm:1166419931 From fedora-extras-commits at redhat.com Mon Dec 18 05:25:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:25:32 -0500 Subject: rpms/perl-Text-ASCIITable/devel perl-Text-ASCIITable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612180525.kBI5PWdi006494@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6460/devel Modified Files: .cvsignore sources Added Files: perl-Text-ASCIITable.spec Log Message: auto-import perl-Text-ASCIITable-0.18-1.fc6 on branch devel from perl-Text-ASCIITable-0.18-1.fc6.src.rpm --- NEW FILE perl-Text-ASCIITable.spec --- Name: perl-Text-ASCIITable Version: 0.18 Release: 1%{?dist} Summary: Create a nice formatted table using ASCII characters License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-ASCIITable/ Source0: http://www.cpan.org/authors/id/L/LU/LUNATIC/Text-ASCIITable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pretty nifty if you want to output dynamic text to your console or other fixed-size-font displays, and at the same time it will display it in a nice human-readable, or "cool" way. %prep %setup -q -n Text-ASCIITable-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; # fix UTF-8'ness cd %{buildroot}%{_mandir}/man3/ for i in Text::ASCIITable::Wrap.3pm Text::ASCIITable.3pm ; do /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i done %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README ansi-example.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 17 2006 Chris Weyl 0.18-1 - Specfile autogenerated by cpanspec 1.69.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 05:24:52 -0000 1.1 +++ .cvsignore 18 Dec 2006 05:25:02 -0000 1.2 @@ -0,0 +1 @@ +Text-ASCIITable-0.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 05:24:52 -0000 1.1 +++ sources 18 Dec 2006 05:25:02 -0000 1.2 @@ -0,0 +1 @@ +25fea1cef17be49a6da1d9b5267fba97 Text-ASCIITable-0.18.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 05:26:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 18 Dec 2006 00:26:18 -0500 Subject: rpms/perl-Text-ASCIITable/devel perl-Text-ASCIITable.spec,1.1,1.2 Message-ID: <200612180526.kBI5QIAT006544@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-ASCIITable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6528 Modified Files: perl-Text-ASCIITable.spec Log Message: release bump Index: perl-Text-ASCIITable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/perl-Text-ASCIITable.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-ASCIITable.spec 18 Dec 2006 05:25:02 -0000 1.1 +++ perl-Text-ASCIITable.spec 18 Dec 2006 05:25:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Text-ASCIITable Version: 0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Create a nice formatted table using ASCII characters License: GPL or Artistic Group: Development/Libraries @@ -50,5 +50,8 @@ %{_mandir}/man3/* %changelog +* Sun Dec 17 2006 Chris Weyl 0.18-2 +- bump + * Sun Dec 17 2006 Chris Weyl 0.18-1 - Specfile autogenerated by cpanspec 1.69.1. From fedora-extras-commits at redhat.com Mon Dec 18 05:29:01 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Mon, 18 Dec 2006 00:29:01 -0500 Subject: rpms/scribes-templates/devel .cvsignore, 1.2, 1.3 scribes-templates.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612180529.kBI5T1oR006620@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes-templates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6597/devel Modified Files: .cvsignore scribes-templates.spec sources Log Message: Update to new upstream release (20061130) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Oct 2006 00:44:22 -0000 1.2 +++ .cvsignore 18 Dec 2006 05:28:31 -0000 1.3 @@ -1 +1 @@ -templates-20061017.tar.bz2 +templates-20061130.tar.bz2 Index: scribes-templates.spec =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/devel/scribes-templates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scribes-templates.spec 20 Oct 2006 00:44:22 -0000 1.1 +++ scribes-templates.spec 18 Dec 2006 05:28:31 -0000 1.2 @@ -1,8 +1,9 @@ Name: scribes-templates -Version: 20061017 -Release: 2%{?dist} +Version: 20061130 +Release: 1%{?dist} Summary: Templates ("Snippets") for the Scribes text editor Group: Applications/Editors + # Though the tarball does not mention it explicitly, Mystilleef (the upstream # maintainer of Scribes) did state that these are GPL in an email message to # me on 2006-10-17, a copy of which is contained in COPYING.Fedora. Future @@ -10,10 +11,13 @@ License: GPL URL: http://scribes.sourceforge.net/template.html -Source0: http://scribes.sourceforge.net/templates-%{version}.tar.bz2 +# The tarball is not versioned, so I update the mirrored tarball on my +# webspace with the new stuff every release and rename it to include a proper +# version (datestamp). Hopefully, this will be fixed in a future release. +Source0: http://mirror.thecodergeek.com/templates-%{version}.tar.bz2 Source1: COPYING.Fedora -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Scribes' template system was rewritten, so these will not work with earlier @@ -56,6 +60,11 @@ %changelog +* Sun Dec 17 2006 Peter Gordon - 20061130-1 +- Update to new upstream templates tarball (2006-11-30), including Ruby on + Rails templates :] +- Fix BuildRoot + * Wed Oct 18 2006 Peter Gordon - 20061017-2 - Make install invocations in %%install and %%prep keep timestamps ("-p") - Remove empty %%pre/%%preun/%%post/%%postun Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Oct 2006 00:44:22 -0000 1.2 +++ sources 18 Dec 2006 05:28:31 -0000 1.3 @@ -1 +1 @@ -881f13d77207bdcc1fd959a283f220bb templates-20061017.tar.bz2 +fc526b8d4fc35815a03729dd30c8faff templates-20061130.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 05:33:37 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Mon, 18 Dec 2006 00:33:37 -0500 Subject: rpms/scribes-templates/FC-6 .cvsignore, 1.2, 1.3 scribes-templates.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612180533.kBI5Xb4k006730@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes-templates/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6711/FC-6 Modified Files: .cvsignore scribes-templates.spec sources Log Message: Update to new upstream release (20061130) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Oct 2006 00:44:22 -0000 1.2 +++ .cvsignore 18 Dec 2006 05:33:07 -0000 1.3 @@ -1 +1 @@ -templates-20061017.tar.bz2 +templates-20061130.tar.bz2 Index: scribes-templates.spec =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/FC-6/scribes-templates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scribes-templates.spec 20 Oct 2006 00:44:22 -0000 1.1 +++ scribes-templates.spec 18 Dec 2006 05:33:07 -0000 1.2 @@ -1,8 +1,9 @@ Name: scribes-templates -Version: 20061017 -Release: 2%{?dist} +Version: 20061130 +Release: 1%{?dist} Summary: Templates ("Snippets") for the Scribes text editor Group: Applications/Editors + # Though the tarball does not mention it explicitly, Mystilleef (the upstream # maintainer of Scribes) did state that these are GPL in an email message to # me on 2006-10-17, a copy of which is contained in COPYING.Fedora. Future @@ -10,10 +11,13 @@ License: GPL URL: http://scribes.sourceforge.net/template.html -Source0: http://scribes.sourceforge.net/templates-%{version}.tar.bz2 +# The tarball is not versioned, so I update the mirrored tarball on my +# webspace with the new stuff every release and rename it to include a proper +# version (datestamp). Hopefully, this will be fixed in a future release. +Source0: http://mirror.thecodergeek.com/templates-%{version}.tar.bz2 Source1: COPYING.Fedora -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Scribes' template system was rewritten, so these will not work with earlier @@ -56,6 +60,11 @@ %changelog +* Sun Dec 17 2006 Peter Gordon - 20061130-1 +- Update to new upstream templates tarball (2006-11-30), including Ruby on + Rails templates :] +- Fix BuildRoot + * Wed Oct 18 2006 Peter Gordon - 20061017-2 - Make install invocations in %%install and %%prep keep timestamps ("-p") - Remove empty %%pre/%%preun/%%post/%%postun Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes-templates/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Oct 2006 00:44:22 -0000 1.2 +++ sources 18 Dec 2006 05:33:07 -0000 1.3 @@ -1 +1 @@ -881f13d77207bdcc1fd959a283f220bb templates-20061017.tar.bz2 +fc526b8d4fc35815a03729dd30c8faff templates-20061130.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 07:23:46 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 02:23:46 -0500 Subject: rpms/gnomesword/FC-5 .cvsignore, 1.4, 1.5 gnomesword.spec, 1.12, 1.13 sources, 1.6, 1.7 gnomesword-2.1.6-svn1213-kjvot.patch, 1.1, NONE Message-ID: <200612180723.kBI7Nk73013292@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13273 Modified Files: .cvsignore gnomesword.spec sources Removed Files: gnomesword-2.1.6-svn1213-kjvot.patch Log Message: * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - New Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Nov 2006 19:38:42 -0000 1.4 +++ .cvsignore 18 Dec 2006 07:23:16 -0000 1.5 @@ -1 +1 @@ -gnomesword-2.1.9.tar.gz +gnomesword-2.1.10.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnomesword.spec 23 Nov 2006 19:38:42 -0000 1.12 +++ gnomesword.spec 18 Dec 2006 07:23:16 -0000 1.13 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.9 +Version: 2.1.10 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -13,7 +13,7 @@ BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: gnome-spell +BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel BuildRequires: libgnomeui-devel @@ -35,9 +35,6 @@ %prep %setup -q -%{__sed} -i 's?\r??' doc/help/C/legal.xml -%{__sed} -i 's?\r??' doc/help/fr/legal.xml - %build export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic" %configure @@ -60,10 +57,7 @@ # package docs with macro rm -rf %buildroot%_datadir/doc/%{name} -%find_lang %{name} --with-gnome -echo "%dir %_datadir/omf/gnomesword" >> gnomesword.lang -echo "%_datadir/omf/gnomesword/gnomesword-manual-C.omf" >> gnomesword.lang -echo "%lang(fr) %_datadir/omf/gnomesword/gnomesword-manual-fr.omf" >> gnomesword.lang +%find_lang %{name} %clean rm -rf %buildroot @@ -79,9 +73,13 @@ %_datadir/gnomesword %_datadir/pixmaps/gnomesword %_datadir/applications/fedora-gnomesword.desktop +%_datadir/gnome/help/gnomesword/ %changelog +* Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 +- New Release + * Thu Nov 23 2006 Deji Akingunola - 2.1.9-1 - New release (2.1.9) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Nov 2006 19:38:42 -0000 1.6 +++ sources 18 Dec 2006 07:23:16 -0000 1.7 @@ -1 +1 @@ -f6c5ebd5a7ee6d248682289e809f36bf gnomesword-2.1.9.tar.gz +5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz --- gnomesword-2.1.6-svn1213-kjvot.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 07:46:17 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 02:46:17 -0500 Subject: rpms/gnomesword/FC-5 gnomesword.spec,1.13,1.14 Message-ID: <200612180746.kBI7kHMJ013461@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13446 Modified Files: gnomesword.spec Log Message: * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - Add another BR (libxml2-python) Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gnomesword.spec 18 Dec 2006 07:23:16 -0000 1.13 +++ gnomesword.spec 18 Dec 2006 07:45:47 -0000 1.14 @@ -1,6 +1,6 @@ Name: gnomesword Version: 2.1.10 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: GNOME-based Bible research tool Group: Applications/Text @@ -16,7 +16,7 @@ BuildRequires: gnome-spell gnome-doc-utils BuildRequires: gtkhtml3-devel >= 3.6 BuildRequires: curl-devel -BuildRequires: libgnomeui-devel +BuildRequires: libgnomeui-devel libxml2-python BuildRequires: scrollkeeper BuildRequires: perl(XML::Parser) BuildRequires: libicu-devel icu @@ -78,6 +78,9 @@ %changelog * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 +- Add another BR (libxml2-python) + +* Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - New Release * Thu Nov 23 2006 Deji Akingunola - 2.1.9-1 From fedora-extras-commits at redhat.com Mon Dec 18 08:22:00 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Mon, 18 Dec 2006 03:22:00 -0500 Subject: rpms/yumex/FC-6 .cvsignore, 1.28, 1.29 sources, 1.36, 1.37 yumex.spec, 1.42, 1.43 Message-ID: <200612180822.kBI8M07P016834@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16799/FC-6 Modified Files: .cvsignore sources yumex.spec Log Message: Release 1.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yumex/FC-6/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 10 Nov 2006 08:24:23 -0000 1.28 +++ .cvsignore 18 Dec 2006 08:21:29 -0000 1.29 @@ -1 +1 @@ -yumex-1.2.0.tar.gz +yumex-1.2.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/FC-6/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 10 Nov 2006 08:24:23 -0000 1.36 +++ sources 18 Dec 2006 08:21:30 -0000 1.37 @@ -1 +1 @@ -ee017920c2d4b9be2a01605185677e14 yumex-1.2.0.tar.gz +d4715d84ef4da863d2acf69299a7fff8 yumex-1.2.1.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/FC-6/yumex.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- yumex.spec 10 Nov 2006 08:24:23 -0000 1.42 +++ yumex.spec 18 Dec 2006 08:21:30 -0000 1.43 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.2.0 +Version: 1.2.1 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool @@ -67,6 +67,12 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Mon Dec 18 2006 Tim Lauridsen - 1.2.1-1.0 +- Release 1.2.1-1.0 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.2.rc2 +- Release 1.2.1-0.2.rc2 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.1.rc1 +- Release 1.2.1-0.1.rc1 * Fri Nov 10 2006 Tim Lauridsen - 1.2.0-1.0 - Release 1.2.0-1.0 * Wed Oct 25 2006 Tim Lauridsen - 1.1.7-1.0 From fedora-extras-commits at redhat.com Mon Dec 18 08:22:00 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Mon, 18 Dec 2006 03:22:00 -0500 Subject: rpms/yumex/devel sources,1.36,1.37 yumex.spec,1.42,1.43 Message-ID: <200612180822.kBI8M05H016838@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16799/devel Modified Files: sources yumex.spec Log Message: Release 1.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 10 Nov 2006 08:24:24 -0000 1.36 +++ sources 18 Dec 2006 08:21:30 -0000 1.37 @@ -1 +1 @@ -ee017920c2d4b9be2a01605185677e14 yumex-1.2.0.tar.gz +d4715d84ef4da863d2acf69299a7fff8 yumex-1.2.1.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- yumex.spec 10 Nov 2006 08:24:24 -0000 1.42 +++ yumex.spec 18 Dec 2006 08:21:30 -0000 1.43 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.2.0 +Version: 1.2.1 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool @@ -67,6 +67,12 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Mon Dec 18 2006 Tim Lauridsen - 1.2.1-1.0 +- Release 1.2.1-1.0 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.2.rc2 +- Release 1.2.1-0.2.rc2 +* Mon Nov 13 2006 Tim Lauridsen - 1.2.1-0.1.rc1 +- Release 1.2.1-0.1.rc1 * Fri Nov 10 2006 Tim Lauridsen - 1.2.0-1.0 - Release 1.2.0-1.0 * Wed Oct 25 2006 Tim Lauridsen - 1.1.7-1.0 From fedora-extras-commits at redhat.com Mon Dec 18 08:36:02 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Mon, 18 Dec 2006 03:36:02 -0500 Subject: comps comps-fe5.xml.in, 1.214, 1.215 comps-fe6.xml.in, 1.245, 1.246 comps-fe7.xml.in, 1.51, 1.52 Message-ID: <200612180836.kBI8a2SJ017004@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16985 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: add multican to comps Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- comps-fe5.xml.in 12 Dec 2006 20:06:10 -0000 1.214 +++ comps-fe5.xml.in 18 Dec 2006 08:35:32 -0000 1.215 @@ -612,6 +612,7 @@ i810switch i8kutils libifp + multican s3switch tpb Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.245 retrieving revision 1.246 diff -u -r1.245 -r1.246 --- comps-fe6.xml.in 12 Dec 2006 20:06:10 -0000 1.245 +++ comps-fe6.xml.in 18 Dec 2006 08:35:32 -0000 1.246 @@ -675,6 +675,7 @@ i8kutils libifp lsscsi + multican openct opensc s3switch Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- comps-fe7.xml.in 16 Dec 2006 03:11:51 -0000 1.51 +++ comps-fe7.xml.in 18 Dec 2006 08:35:32 -0000 1.52 @@ -675,6 +675,7 @@ i8kutils libifp lsscsi + multican openct opensc s3switch From fedora-extras-commits at redhat.com Mon Dec 18 12:43:51 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:43:51 -0500 Subject: rpms/uim/devel .cvsignore, 1.17, 1.18 sources, 1.16, 1.17 uim.spec, 1.33, 1.34 Message-ID: <200612181243.kBIChp39030799@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30776 Modified Files: .cvsignore sources uim.spec Log Message: * Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 1 Sep 2006 11:12:33 -0000 1.17 +++ .cvsignore 18 Dec 2006 12:43:21 -0000 1.18 @@ -16,3 +16,4 @@ uim-1.1.1.tar.bz2 uim-1.2.0.tar.bz2 uim-1.2.1.tar.bz2 +uim-1.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Sep 2006 11:12:33 -0000 1.16 +++ sources 18 Dec 2006 12:43:21 -0000 1.17 @@ -1 +1,2 @@ cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 +3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- uim.spec 15 Sep 2006 06:16:09 -0000 1.33 +++ uim.spec 18 Dec 2006 12:43:21 -0000 1.34 @@ -2,8 +2,8 @@ %define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf Name: uim -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -305,6 +305,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 +- New upstream release. + * Fri Sep 15 2006 Akira TAGOH - 1.2.1-2 - rebuilt From fedora-extras-commits at redhat.com Mon Dec 18 12:46:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 07:46:57 -0500 Subject: rpms/maxima/devel .cvsignore, 1.11, 1.12 maxima.spec, 1.51, 1.52 sources, 1.11, 1.12 Message-ID: <200612181246.kBICkvgr030880@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30856 Modified Files: .cvsignore maxima.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 - maxima-5.10.99rc3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Dec 2006 14:36:34 -0000 1.11 +++ .cvsignore 18 Dec 2006 12:46:27 -0000 1.12 @@ -2,3 +2,4 @@ macref.pdf maxima-5.10.0.tar.gz maxima-5.10.99rc2.tar.gz +maxima-5.10.99rc3.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- maxima.spec 13 Dec 2006 14:50:49 -0000 1.51 +++ maxima.spec 18 Dec 2006 12:46:27 -0000 1.52 @@ -1,13 +1,13 @@ %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ -%define beta rc2 +%define beta rc3 Summary: Symbolic Computation Program Name: maxima Version: 5.10.99 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -379,6 +379,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + * Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 - maxima-5.10.99rc2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Dec 2006 14:48:56 -0000 1.11 +++ sources 18 Dec 2006 12:46:27 -0000 1.12 @@ -1,3 +1,4 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf 2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz +cad4ff7f93b9a76ce4f130d15d9da15f maxima-5.10.99rc3.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 12:48:08 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:48:08 -0500 Subject: rpms/uim/FC-6 .cvsignore, 1.17, 1.18 sources, 1.16, 1.17 uim.spec, 1.33, 1.34 Message-ID: <200612181248.kBICm8rN030962@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30933 Modified Files: .cvsignore sources uim.spec Log Message: * Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 1 Sep 2006 11:12:33 -0000 1.17 +++ .cvsignore 18 Dec 2006 12:47:38 -0000 1.18 @@ -16,3 +16,4 @@ uim-1.1.1.tar.bz2 uim-1.2.0.tar.bz2 uim-1.2.1.tar.bz2 +uim-1.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Sep 2006 11:12:33 -0000 1.16 +++ sources 18 Dec 2006 12:47:38 -0000 1.17 @@ -1 +1,2 @@ cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 +3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/uim.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- uim.spec 15 Sep 2006 06:16:09 -0000 1.33 +++ uim.spec 18 Dec 2006 12:47:38 -0000 1.34 @@ -2,8 +2,8 @@ %define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf Name: uim -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -305,6 +305,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 +- New upstream release. + * Fri Sep 15 2006 Akira TAGOH - 1.2.1-2 - rebuilt From fedora-extras-commits at redhat.com Mon Dec 18 12:49:00 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:49:00 -0500 Subject: rpms/uim/FC-6 sources,1.17,1.18 Message-ID: <200612181249.kBICn0ho030993@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30968 Modified Files: sources Log Message: Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-6/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 18 Dec 2006 12:47:38 -0000 1.17 +++ sources 18 Dec 2006 12:48:30 -0000 1.18 @@ -1,2 +1 @@ -cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 12:50:01 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 18 Dec 2006 07:50:01 -0500 Subject: rpms/uim/FC-5 .cvsignore, 1.17, 1.18 sources, 1.16, 1.17 uim.spec, 1.30, 1.31 Message-ID: <200612181250.kBICo1YS031064@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31038 Modified Files: .cvsignore sources uim.spec Log Message: * Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 1 Sep 2006 11:16:28 -0000 1.17 +++ .cvsignore 18 Dec 2006 12:49:31 -0000 1.18 @@ -16,3 +16,4 @@ uim-1.1.1.tar.bz2 uim-1.2.0.tar.bz2 uim-1.2.1.tar.bz2 +uim-1.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 1 Sep 2006 11:16:28 -0000 1.16 +++ sources 18 Dec 2006 12:49:31 -0000 1.17 @@ -1 +1 @@ -cf835ab290574839b7e9e14880a3b94c uim-1.2.1.tar.bz2 +3ddd5780e34428658f07bd8c5f98e5c1 uim-1.3.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/uim.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- uim.spec 1 Sep 2006 11:16:28 -0000 1.30 +++ uim.spec 18 Dec 2006 12:49:31 -0000 1.31 @@ -4,7 +4,7 @@ %define gtk_im_update ( [ -x "%{_bindir}/update-gtk-immodules" ] && %{_bindir}/update-gtk-immodules %{_host} || :) || ( [ -x "%{_bindir}/gtk-query-immodules-2.0" ] && %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules || :) Name: uim -Version: 1.2.1 +Version: 1.3.0 Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ @@ -304,6 +304,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Mon Dec 18 2006 Akira TAGOH - 1.3.0-1 +- New upstream release. + * Fri Sep 1 2006 Akira TAGOH - 1.2.1-1 - New upstream release. From fedora-extras-commits at redhat.com Mon Dec 18 14:05:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:05:35 -0500 Subject: owners owners.epel.list,1.8,1.9 Message-ID: <200612181405.kBIE5ZRN005269@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5254 Modified Files: owners.epel.list Log Message: +cabextract Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- owners.epel.list 16 Dec 2006 04:59:05 -0000 1.8 +++ owners.epel.list 18 Dec 2006 14:05:05 -0000 1.9 @@ -10,6 +10,7 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! +EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:09:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:09:40 -0500 Subject: owners owners.epel.list,1.9,1.10 Message-ID: <200612181409.kBIE9eng005309@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5293 Modified Files: owners.epel.list Log Message: +libtunepimp stack Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- owners.epel.list 18 Dec 2006 14:05:05 -0000 1.9 +++ owners.epel.list 18 Dec 2006 14:09:10 -0000 1.10 @@ -13,9 +13,13 @@ EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org +EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:13:58 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:13:58 -0500 Subject: owners owners.epel.list,1.10,1.11 Message-ID: <200612181413.kBIEDwrM005353@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5338 Modified Files: owners.epel.list Log Message: +mathml-fonts Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- owners.epel.list 18 Dec 2006 14:09:10 -0000 1.10 +++ owners.epel.list 18 Dec 2006 14:13:28 -0000 1.11 @@ -21,6 +21,7 @@ EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:15:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:15:03 -0500 Subject: owners owners.epel.list,1.11,1.12 Message-ID: <200612181415.kBIEF3iV005378@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5363 Modified Files: owners.epel.list Log Message: +vnc-ltsp-config Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- owners.epel.list 18 Dec 2006 14:13:28 -0000 1.11 +++ owners.epel.list 18 Dec 2006 14:14:33 -0000 1.12 @@ -29,5 +29,6 @@ EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| +EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:33:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:33:35 -0500 Subject: owners owners.epel.list,1.12,1.13 Message-ID: <200612181433.kBIEXZjc005547@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5500 Modified Files: owners.epel.list Log Message: +uw-imap Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- owners.epel.list 18 Dec 2006 14:14:33 -0000 1.12 +++ owners.epel.list 18 Dec 2006 14:33:05 -0000 1.13 @@ -29,6 +29,7 @@ EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| +EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 14:34:06 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:06 -0500 Subject: rpms/perl-Pod-Strip - New directory Message-ID: <200612181434.kBIEY6rF005567@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5563/perl-Pod-Strip Log Message: Directory /cvs/extras/rpms/perl-Pod-Strip added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:34:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:11 -0500 Subject: rpms/perl-Pod-Strip/devel - New directory Message-ID: <200612181434.kBIEYBa9005580@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5563/perl-Pod-Strip/devel Log Message: Directory /cvs/extras/rpms/perl-Pod-Strip/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:34:31 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:31 -0500 Subject: rpms/perl-Pod-Strip Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181434.kBIEYVTW005610@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5604 Added Files: Makefile import.log Log Message: Setup of module perl-Pod-Strip --- NEW FILE Makefile --- # Top level Makefile for module perl-Pod-Strip all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:34:36 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:34:36 -0500 Subject: rpms/perl-Pod-Strip/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181434.kBIEYaxE005625@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5604/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Pod-Strip --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:35:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:35:38 -0500 Subject: rpms/perl-Pod-Strip import.log,1.1,1.2 Message-ID: <200612181435.kBIEZcRI005694@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5664 Modified Files: import.log Log Message: auto-import perl-Pod-Strip-1.02-1 on branch devel from perl-Pod-Strip-1.02-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Strip/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:34:31 -0000 1.1 +++ import.log 18 Dec 2006 14:35:08 -0000 1.2 @@ -0,0 +1 @@ +perl-Pod-Strip-1_02-1:HEAD:perl-Pod-Strip-1.02-1.src.rpm:1166452937 From fedora-extras-commits at redhat.com Mon Dec 18 14:35:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:35:38 -0500 Subject: rpms/perl-Pod-Strip/devel perl-Pod-Strip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181435.kBIEZcc6005698@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Strip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5664/devel Modified Files: .cvsignore sources Added Files: perl-Pod-Strip.spec Log Message: auto-import perl-Pod-Strip-1.02-1 on branch devel from perl-Pod-Strip-1.02-1.src.rpm --- NEW FILE perl-Pod-Strip.spec --- Name: perl-Pod-Strip Version: 1.02 Release: 1%{?dist} Summary: Remove POD from Perl code Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Pod-Strip/ Source0: http://www.cpan.org/authors/id/D/DO/DOMM/Pod-Strip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Simple) >= 3.00 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code. %prep %setup -q -n Pod-Strip-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 chmod -R u+w $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Pod/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 1.02-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Strip/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:34:36 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:35:08 -0000 1.2 @@ -0,0 +1 @@ +Pod-Strip-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Strip/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:34:36 -0000 1.1 +++ sources 18 Dec 2006 14:35:08 -0000 1.2 @@ -0,0 +1 @@ +b5ac7b0e68d8d44bd737f1ba71aaee3f Pod-Strip-1.02.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:37:48 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:37:48 -0500 Subject: rpms/perl-Pod-Spell - New directory Message-ID: <200612181437.kBIEbmFt005781@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5777/perl-Pod-Spell Log Message: Directory /cvs/extras/rpms/perl-Pod-Spell added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:37:53 -0500 Subject: rpms/perl-Pod-Spell/devel - New directory Message-ID: <200612181437.kBIEbr0Q005794@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5777/perl-Pod-Spell/devel Log Message: Directory /cvs/extras/rpms/perl-Pod-Spell/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:38:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:38:11 -0500 Subject: rpms/perl-Pod-Spell Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181438.kBIEcBDH005830@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5824 Added Files: Makefile import.log Log Message: Setup of module perl-Pod-Spell --- NEW FILE Makefile --- # Top level Makefile for module perl-Pod-Spell all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:38:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:38:16 -0500 Subject: rpms/perl-Pod-Spell/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181438.kBIEcG9j005845@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5824/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Pod-Spell --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:39:17 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:39:17 -0500 Subject: rpms/perl-Pod-Spell/devel perl-Pod-Spell.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181439.kBIEdHYU005934@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5888/devel Modified Files: .cvsignore sources Added Files: perl-Pod-Spell.spec Log Message: auto-import perl-Pod-Spell-1.01-1 on branch devel from perl-Pod-Spell-1.01-1.src.rpm --- NEW FILE perl-Pod-Spell.spec --- Name: perl-Pod-Spell Version: 1.01 Release: 1%{?dist} Summary: A formatter for spellchecking Pod Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Pod-Spell/ Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Pod::Escapes) >= 1.01 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref"). %prep %setup -q -n Pod-Spell-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README %{_bindir}/podspell %{perl_vendorlib}/Pod/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 1.01-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:38:16 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:38:47 -0000 1.2 @@ -0,0 +1 @@ +Pod-Spell-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:38:16 -0000 1.1 +++ sources 18 Dec 2006 14:38:47 -0000 1.2 @@ -0,0 +1 @@ +aa4964844da2586562aae5208e2dbe61 Pod-Spell-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:39:17 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:39:17 -0500 Subject: rpms/perl-Pod-Spell import.log,1.1,1.2 Message-ID: <200612181439.kBIEdHNi005932@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5888 Modified Files: import.log Log Message: auto-import perl-Pod-Spell-1.01-1 on branch devel from perl-Pod-Spell-1.01-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:38:11 -0000 1.1 +++ import.log 18 Dec 2006 14:38:47 -0000 1.2 @@ -0,0 +1 @@ +perl-Pod-Spell-1_01-1:HEAD:perl-Pod-Spell-1.01-1.src.rpm:1166453157 From fedora-extras-commits at redhat.com Mon Dec 18 14:39:46 2006 From: fedora-extras-commits at redhat.com (Mark Hamzy (hamzy)) Date: Mon, 18 Dec 2006 09:39:46 -0500 Subject: rpms/sblim-cmpi-devel/devel sblim-cmpi-devel.spec,1.5,1.6 Message-ID: <200612181439.kBIEdk0R005965@cvs-int.fedora.redhat.com> Author: hamzy Update of /cvs/extras/rpms/sblim-cmpi-devel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5869 Modified Files: sblim-cmpi-devel.spec Log Message: Removed debug package. Removed ldconfig on post/postun. Index: sblim-cmpi-devel.spec =================================================================== RCS file: /cvs/extras/rpms/sblim-cmpi-devel/devel/sblim-cmpi-devel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sblim-cmpi-devel.spec 4 Oct 2006 23:09:50 -0000 1.5 +++ sblim-cmpi-devel.spec 18 Dec 2006 14:39:16 -0000 1.6 @@ -13,7 +13,7 @@ Summary: SBLIM CMPI Provider Development Support Name: sblim-cmpi-devel Version: 1.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Group: Systems Management/Base URL: http://www.sblim.org License: CPL @@ -22,6 +22,8 @@ Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 +%define debug_package %{nil} + %Description This packages provides the C and C++ CMPI header files needed by provider developers and can be used standalone. If used for @@ -50,11 +52,11 @@ %doc %{_datadir}/doc/%{name}-%{version} %{_includedir}/cmpi -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %changelog +* Mon Dec 18 2006 Mark Hamzy 1.0.4-5 + - Removed -debuginfo package. + - Removed ldconfig from post/postun + * Thu Oct 05 2006 Christian Iseli 1.0.4-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Mon Dec 18 14:41:56 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:41:56 -0500 Subject: rpms/perl-File-Which - New directory Message-ID: <200612181441.kBIEfuWP006058@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6054/perl-File-Which Log Message: Directory /cvs/extras/rpms/perl-File-Which added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:42:01 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:42:01 -0500 Subject: rpms/perl-File-Which/devel - New directory Message-ID: <200612181442.kBIEg1uN006071@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6054/perl-File-Which/devel Log Message: Directory /cvs/extras/rpms/perl-File-Which/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:42:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:42:19 -0500 Subject: rpms/perl-File-Which Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181442.kBIEgJjH006101@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6095 Added Files: Makefile import.log Log Message: Setup of module perl-File-Which --- NEW FILE Makefile --- # Top level Makefile for module perl-File-Which all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:42:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:42:24 -0500 Subject: rpms/perl-File-Which/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181442.kBIEgOcF006116@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6095/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-Which --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:43:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:43:24 -0500 Subject: rpms/perl-File-Which import.log,1.1,1.2 Message-ID: <200612181443.kBIEhO0a006189@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6155 Modified Files: import.log Log Message: auto-import perl-File-Which-0.05-1 on branch devel from perl-File-Which-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:42:19 -0000 1.1 +++ import.log 18 Dec 2006 14:42:54 -0000 1.2 @@ -0,0 +1 @@ +perl-File-Which-0_05-1:HEAD:perl-File-Which-0.05-1.src.rpm:1166453404 From fedora-extras-commits at redhat.com Mon Dec 18 14:43:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:43:24 -0500 Subject: rpms/perl-File-Which/devel perl-File-Which.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181443.kBIEhOiN006193@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6155/devel Modified Files: .cvsignore sources Added Files: perl-File-Which.spec Log Message: auto-import perl-File-Which-0.05-1 on branch devel from perl-File-Which-0.05-1.src.rpm --- NEW FILE perl-File-Which.spec --- Name: perl-File-Which Version: 0.05 Release: 1%{?dist} Summary: Portable implementation of the 'which' utility Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/File-Which/ Source0: http://www.cpan.org/authors/id/P/PE/PEREINAR/File-Which-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence. It includes the command-line utility 'pwhich' which has the same function as 'which'. %prep %setup -q -n File-Which-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{_bindir}/pwhich %{perl_vendorlib}/File/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:42:24 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:42:54 -0000 1.2 @@ -0,0 +1 @@ +File-Which-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:42:24 -0000 1.1 +++ sources 18 Dec 2006 14:42:54 -0000 1.2 @@ -0,0 +1 @@ +bd671a65f770fc0a124095e74c7c8013 File-Which-0.05.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:44:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:44:52 -0500 Subject: rpms/perl-GPS-PRN - New directory Message-ID: <200612181444.kBIEiq0J006284@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6280/perl-GPS-PRN Log Message: Directory /cvs/extras/rpms/perl-GPS-PRN added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:44:57 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:44:57 -0500 Subject: rpms/perl-GPS-PRN/devel - New directory Message-ID: <200612181444.kBIEivUB006298@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6280/perl-GPS-PRN/devel Log Message: Directory /cvs/extras/rpms/perl-GPS-PRN/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 14:45:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:45:16 -0500 Subject: rpms/perl-GPS-PRN Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181445.kBIEjGGU006336@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6330 Added Files: Makefile import.log Log Message: Setup of module perl-GPS-PRN --- NEW FILE Makefile --- # Top level Makefile for module perl-GPS-PRN all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 14:45:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:45:21 -0500 Subject: rpms/perl-GPS-PRN/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181445.kBIEjL67006352@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6330/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-GPS-PRN --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 14:46:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:46:21 -0500 Subject: rpms/perl-GPS-PRN import.log,1.1,1.2 Message-ID: <200612181446.kBIEkLCn006465@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6399 Modified Files: import.log Log Message: auto-import perl-GPS-PRN-0.02-1 on branch devel from perl-GPS-PRN-0.02-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-GPS-PRN/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 14:45:16 -0000 1.1 +++ import.log 18 Dec 2006 14:45:51 -0000 1.2 @@ -0,0 +1 @@ +perl-GPS-PRN-0_02-1:HEAD:perl-GPS-PRN-0.02-1.src.rpm:1166453581 From fedora-extras-commits at redhat.com Mon Dec 18 14:46:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:46:21 -0500 Subject: rpms/perl-GPS-PRN/devel perl-GPS-PRN.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181446.kBIEkL1b006469@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS-PRN/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6399/devel Modified Files: .cvsignore sources Added Files: perl-GPS-PRN.spec Log Message: auto-import perl-GPS-PRN-0.02-1 on branch devel from perl-GPS-PRN-0.02-1.src.rpm --- NEW FILE perl-GPS-PRN.spec --- Name: perl-GPS-PRN Version: 0.02 Release: 1%{?dist} Summary: Package for PRN - Object ID conversions Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/GPS-PRN/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/GPS-PRN-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n GPS-PRN-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %{perl_vendorlib}/GPS/ %{_mandir}/man3/*.3pm* %changelog * Sun Dec 17 2006 Jose Pedro Oliveira - 0.02-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GPS-PRN/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 14:45:21 -0000 1.1 +++ .cvsignore 18 Dec 2006 14:45:51 -0000 1.2 @@ -0,0 +1 @@ +GPS-PRN-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GPS-PRN/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 14:45:21 -0000 1.1 +++ sources 18 Dec 2006 14:45:51 -0000 1.2 @@ -0,0 +1 @@ +60d48e68181cc0a50f039165021b8555 GPS-PRN-0.02.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 14:50:38 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:50:38 -0500 Subject: owners owners.list,1.2122,1.2123 Message-ID: <200612181450.kBIEocrI006590@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6575 Modified Files: owners.list Log Message: New packages: perl-GPS-PRN (#219943) and perl-Pod-Strip (#219957) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2122 retrieving revision 1.2123 diff -u -r1.2122 -r1.2123 --- owners.list 18 Dec 2006 05:23:03 -0000 1.2122 +++ owners.list 18 Dec 2006 14:50:08 -0000 1.2123 @@ -1529,6 +1529,7 @@ Fedora Extras|perl-Gnome2-Print|Perl wrappers for the Gnome Print utilities|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-VFS|Perl interface to the 2.x series of the GNOME VFS library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-GPS-PRN|Package for PRN - Object ID conversions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GStreamer|GStreamer Perl module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1694,6 +1695,7 @@ Fedora Extras|perl-Pod-POM|Object-oriented interface to Perl POD documents|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Readme|Convert POD to README file|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Simple|Framework for parsing POD documentation|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Pod-Strip|Remove POD from Perl code|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Tests|Extract embedded tests and code examples from POD|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE|POE - portable multitasking and networking framework for Perl|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-API-Peek|Peek into the internals of a running POE environment|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 14:54:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:54:14 -0500 Subject: owners owners.epel.list,1.13,1.14 Message-ID: <200612181454.kBIEsEkl006671@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6629 Modified Files: owners.epel.list Log Message: +gc Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- owners.epel.list 18 Dec 2006 14:33:05 -0000 1.13 +++ owners.epel.list 18 Dec 2006 14:53:43 -0000 1.14 @@ -15,6 +15,7 @@ EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org From fedora-extras-commits at redhat.com Mon Dec 18 14:54:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:54:22 -0500 Subject: rpms/perl-Pod-Spell/devel perl-Pod-Spell.spec,1.1,1.2 Message-ID: <200612181454.kBIEsMii006674@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Spell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6656 Modified Files: perl-Pod-Spell.spec Log Message: find: fixed arguments order. Index: perl-Pod-Spell.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Spell/devel/perl-Pod-Spell.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Pod-Spell.spec 18 Dec 2006 14:38:47 -0000 1.1 +++ perl-Pod-Spell.spec 18 Dec 2006 14:53:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Pod-Spell Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A formatter for spellchecking Pod Group: Development/Libraries @@ -34,7 +34,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -55,5 +55,8 @@ %changelog +* Mon Dec 18 2006 Jose Pedro Oliveira - 1.01-2 +- find: fixed arguments order. + * Sun Dec 17 2006 Jose Pedro Oliveira - 1.01-1 - First build. From fedora-extras-commits at redhat.com Mon Dec 18 14:59:37 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 09:59:37 -0500 Subject: rpms/perl-File-Which/devel perl-File-Which.spec,1.1,1.2 Message-ID: <200612181459.kBIExb9B006833@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-Which/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6816 Modified Files: perl-File-Which.spec Log Message: find: fixed arguments order. Index: perl-File-Which.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-Which/devel/perl-File-Which.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-Which.spec 18 Dec 2006 14:42:54 -0000 1.1 +++ perl-File-Which.spec 18 Dec 2006 14:59:07 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-Which Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Portable implementation of the 'which' utility Group: Development/Libraries @@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -55,5 +55,8 @@ %changelog +* Mon Dec 18 2006 Jose Pedro Oliveira - 0.05-2 +- find: fixed arguments order. + * Sun Dec 17 2006 Jose Pedro Oliveira - 0.05-1 - First build. From fedora-extras-commits at redhat.com Mon Dec 18 15:03:15 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:03:15 -0500 Subject: owners owners.list,1.2123,1.2124 Message-ID: <200612181503.kBIF3FnV010073@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10054 Modified Files: owners.list Log Message: New packages: perl-File-Which (#219949) and perl-Pod-Spell (#219950) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2123 retrieving revision 1.2124 diff -u -r1.2123 -r1.2124 --- owners.list 18 Dec 2006 14:50:08 -0000 1.2123 +++ owners.list 18 Dec 2006 15:02:45 -0000 1.2124 @@ -1508,6 +1508,7 @@ Fedora Extras|perl-File-Slurp|Efficient Reading/Writing of Complete Files|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Tail|Perl extension for reading from continously updated files|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Type|Determine file type using magic|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-Which|Portable implementation of the 'which' utility|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-FileHandle-Unget|A FileHandle that supports ungetting of multiple bytes|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Finance-Quote|A Perl module that retrieves stock and mutual fund quotes|notting at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Font-AFM|Perl interface to Adobe Font Metrics files|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1695,6 +1696,7 @@ Fedora Extras|perl-Pod-POM|Object-oriented interface to Perl POD documents|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Readme|Convert POD to README file|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Simple|Framework for parsing POD documentation|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Pod-Spell|A formatter for spellchecking Pod|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Strip|Remove POD from Perl code|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Pod-Tests|Extract embedded tests and code examples from POD|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE|POE - portable multitasking and networking framework for Perl|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 14:55:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 09:55:55 -0500 Subject: rpms/gc/EL-4 .cvsignore,1.7,1.8 gc.spec,1.13,1.14 sources,1.7,1.8 Message-ID: <200612181455.kBIEttcR006746@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6691 Modified Files: .cvsignore gc.spec sources Log Message: sync w/devel branch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gc/EL-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Mar 2006 05:12:08 -0000 1.7 +++ .cvsignore 18 Dec 2006 14:55:25 -0000 1.8 @@ -1 +1,2 @@ -gc6.7.tar.gz +clog +gc6.8.tar.gz Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/EL-4/gc.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gc.spec 4 Mar 2006 05:12:08 -0000 1.13 +++ gc.spec 18 Dec 2006 14:55:25 -0000 1.14 @@ -1,9 +1,9 @@ Summary: C++ Garbage Collector Name: gc -Version: 6.7 +Version: 6.8 -Release: 1%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -16,7 +16,8 @@ BuildRequires: libtool BuildRequires: automake -Provides: libgc = %{version}-%{release} +Obsoletes: libgc < %{version}-%{release} +Provides: libgc = %{version}-%{release} %description @@ -27,9 +28,10 @@ Summary: Libraries and header files for %{name} development Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Provides: libgc-devel = %{version}-%{release} +Obsoletes: libgc-devel < %{version}-%{release} +Provides: libgc-devel = %{version}-%{release} %description devel -Libraries and header files for %{name} development. +%{summary}. %prep @@ -39,15 +41,13 @@ cp -f %{_datadir}/aclocal/libtool.m4 . libtoolize --copy --force -aclocal -automake -autoconf -#autoheader +autoreconf %build %configure \ + --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ --enable-threads=posix \ @@ -84,13 +84,13 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc doc/README doc/README.changes doc/README.contributors %doc doc/README.environment doc/README.linux %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %doc doc/*.html %{_includedir}/* %{_libdir}/lib*.so @@ -98,6 +98,15 @@ %changelog +* Mon Dec 11 2006 Rex Dieter 6.8-3 +- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility) + +* Mon Aug 28 2006 Rex Dieter 6.8-2 +- fc6 respin + +* Thu Jul 13 2006 Rex Dieter 6.8-1 +- 6.8 + * Fri Mar 03 2006 Rex Dieter 6.7-1 - 6.7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gc/EL-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 4 Mar 2006 05:12:08 -0000 1.7 +++ sources 18 Dec 2006 14:55:25 -0000 1.8 @@ -1 +1 @@ -be780413a0360306ad3b701e45fa8871 gc6.7.tar.gz +418d38bd9c66398386a372ec0435250e gc6.8.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 15:09:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:21 -0500 Subject: rpms/perl-Net-GPSD - New directory Message-ID: <200612181509.kBIF9LT7010148@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10144/perl-Net-GPSD Log Message: Directory /cvs/extras/rpms/perl-Net-GPSD added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 15:09:26 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:26 -0500 Subject: rpms/perl-Net-GPSD/devel - New directory Message-ID: <200612181509.kBIF9QZs010161@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10144/perl-Net-GPSD/devel Log Message: Directory /cvs/extras/rpms/perl-Net-GPSD/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 15:09:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:44 -0500 Subject: rpms/perl-Net-GPSD Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181509.kBIF9iW9010191@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10185 Added Files: Makefile import.log Log Message: Setup of module perl-Net-GPSD --- NEW FILE Makefile --- # Top level Makefile for module perl-Net-GPSD all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 15:09:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:09:45 -0500 Subject: rpms/perl-Net-GPSD/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181509.kBIF9jXk010206@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10185/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Net-GPSD --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 15:10:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:10:46 -0500 Subject: rpms/perl-Net-GPSD import.log,1.1,1.2 Message-ID: <200612181510.kBIFAkSL010277@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10247 Modified Files: import.log Log Message: auto-import perl-Net-GPSD-0.32-1 on branch devel from perl-Net-GPSD-0.32-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 15:09:44 -0000 1.1 +++ import.log 18 Dec 2006 15:10:16 -0000 1.2 @@ -0,0 +1 @@ +perl-Net-GPSD-0_32-1:HEAD:perl-Net-GPSD-0.32-1.src.rpm:1166455046 From fedora-extras-commits at redhat.com Mon Dec 18 15:10:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:10:46 -0500 Subject: rpms/perl-Net-GPSD/devel perl-Net-GPSD.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181510.kBIFAkNb010281@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10247/devel Modified Files: .cvsignore sources Added Files: perl-Net-GPSD.spec Log Message: auto-import perl-Net-GPSD-0.32-1 on branch devel from perl-Net-GPSD-0.32-1.src.rpm --- NEW FILE perl-Net-GPSD.spec --- Name: perl-Net-GPSD Version: 0.32 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Net-GPSD/ Source0: http://www.cpan.org/authors/id/M/MR/MRDVT/Net-GPSD-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::GPSD provides an object client interface to the gpsd server daemon. gpsd is an open source GPS deamon from http://gpsd.berlios.de/. %prep %setup -q -n Net-GPSD-%{version} chmod -c a-x bin/example-* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README %doc bin/example-* %{perl_vendorlib}/Net/ %{_mandir}/man3/*.3pm* %changelog * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 15:09:45 -0000 1.1 +++ .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 @@ -0,0 +1 @@ +Net-GPSD-0.32.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 15:09:45 -0000 1.1 +++ sources 18 Dec 2006 15:10:16 -0000 1.2 @@ -0,0 +1 @@ +7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 15:13:26 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:13:26 -0500 Subject: owners owners.list,1.2124,1.2125 Message-ID: <200612181513.kBIFDQs5011373@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11333 Modified Files: owners.list Log Message: New package: perl-Net-GPSD (#219931). Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2124 retrieving revision 1.2125 diff -u -r1.2124 -r1.2125 --- owners.list 18 Dec 2006 15:02:45 -0000 1.2124 +++ owners.list 18 Dec 2006 15:12:56 -0000 1.2125 @@ -1653,6 +1653,7 @@ Fedora Extras|perl-MP3-Info|Manipulate / fetch info from MP3 audio files|chris.stone at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-CIDR-Lite|Net::CIDR::Lite perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-DBus|perl DBus interface|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Net-GPSD|Provides an object client interface to the gpsd server|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-IP|Perl module for manipulation of IPv4 and IPv6 addresses|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-IP-CMatch|Efficiently match IP addresses against IP ranges with C|orion at cora.nwra.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-Jabber|Net::Jabber - Jabber client library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Dec 18 15:23:08 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 18 Dec 2006 10:23:08 -0500 Subject: rpms/bochs/devel bochs-wx28.patch, NONE, 1.1 bochs.spec, 1.22, 1.23 bochs-dlxreadme.patch, 1.1, NONE bochs-wx26.patch, 1.3, NONE Message-ID: <200612181523.kBIFN8lN011490@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11442 Modified Files: bochs.spec Added Files: bochs-wx28.patch Removed Files: bochs-dlxreadme.patch bochs-wx26.patch Log Message: * Mon Dec 18 2006 Hans de Goede 2.3-4 - rebuilt without wxGTK as wxGTK is even more broken with wxGTK 2.8 then it was with 2.6 bochs-wx28.patch: --- NEW FILE bochs-wx28.patch --- --- bochs-2.3/gui/wx.cc~ 2006-12-18 12:44:22.000000000 +0100 +++ bochs-2.3/gui/wx.cc 2006-12-18 13:00:08.000000000 +0100 @@ -821,9 +821,7 @@ case WXK_NUMPAD_UP: bx_key = BX_KEY_KP_UP; break; case WXK_NUMPAD_RIGHT: bx_key = BX_KEY_KP_RIGHT; break; case WXK_NUMPAD_DOWN: bx_key = BX_KEY_KP_DOWN; break; - case WXK_NUMPAD_PRIOR: bx_key = BX_KEY_KP_PAGE_UP; break; case WXK_NUMPAD_PAGEUP: bx_key = BX_KEY_KP_PAGE_UP; break; - case WXK_NUMPAD_NEXT: bx_key = BX_KEY_KP_PAGE_DOWN; break; case WXK_NUMPAD_PAGEDOWN: bx_key = BX_KEY_KP_PAGE_DOWN; break; case WXK_NUMPAD_END: bx_key = BX_KEY_KP_END; break; case WXK_NUMPAD_BEGIN: bx_key = BX_KEY_KP_HOME; break; @@ -849,7 +847,6 @@ case 220: bx_key = BX_KEY_BACKSLASH; break; // \| case 222: bx_key = BX_KEY_SINGLE_QUOTE; break; // '" case 305: bx_key = BX_KEY_KP_5; break; // keypad 5 - case 392: bx_key = BX_KEY_KP_ADD; break; // keypad plus default: wxLogMessage(wxT ("Unhandled key event: %i (0x%x)"), key, key); Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- bochs.spec 4 Oct 2006 22:26:08 -0000 1.22 +++ bochs.spec 18 Dec 2006 15:22:38 -0000 1.23 @@ -1,6 +1,6 @@ Name: bochs Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Portable x86 PC emulator Group: Applications/Emulators License: LGPL @@ -9,13 +9,14 @@ Source1: http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz Patch0: %{name}-nonet-build.patch Patch1: %{name}-config.patch +Patch2: %{name}-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: docbook-utils BuildRequires: libXt-devel BuildRequires: libXpm-devel BuildRequires: ncurses-devel BuildRequires: SDL-devel -BuildRequires: wxGTK-devel +#BuildRequires: wxGTK-devel %ifarch %{ix86} x86_64 BuildRequires: svgalib-devel %endif @@ -64,6 +65,7 @@ %prep %setup -q %patch0 -p0 -z .nonet +%patch2 -p1 -z .wx28 cp -p %{SOURCE1} . # Fix up some man page paths. sed -i \ @@ -94,7 +96,7 @@ --with-term \ --with-rfb \ --with-sdl \ - --with-wx \ + --without-wx \ $ARCH_CONFIGURE_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS -DPARANOID" @@ -113,7 +115,7 @@ make unpack_dlx # This needs to be done after "make unpack_dlx". -%{__patch} -p0 < %{PATCH1} +patch -p0 < %{PATCH1} sed -i -e 's/\r//' dlxlinux/readme.txt dlxlinux/bochsrc.txt @@ -160,6 +162,10 @@ %changelog +* Mon Dec 18 2006 Hans de Goede 2.3-4 +- rebuilt without wxGTK as wxGTK is even more broken with wxGTK 2.8 then it + was with 2.6 + * Thu Oct 05 2006 Christian Iseli 2.3-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 --- bochs-dlxreadme.patch DELETED --- --- bochs-wx26.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 15:23:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 10:23:18 -0500 Subject: owners owners.epel.list,1.14,1.15 Message-ID: <200612181523.kBIFNIUB011527@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11457 Modified Files: owners.epel.list Log Message: +exiv2 fix sorting brainfart Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- owners.epel.list 18 Dec 2006 14:53:43 -0000 1.14 +++ owners.epel.list 18 Dec 2006 15:22:47 -0000 1.15 @@ -11,11 +11,12 @@ # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| -EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| -EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org From fedora-extras-commits at redhat.com Mon Dec 18 15:24:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 10:24:32 -0500 Subject: rpms/exiv2/EL-4 exiv2.spec,1.8,1.9 Message-ID: <200612181524.kBIFOWx3011559@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/exiv2/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11544 Modified Files: exiv2.spec Log Message: update pkgconfig fixup Index: exiv2.spec =================================================================== RCS file: /cvs/extras/rpms/exiv2/EL-4/exiv2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- exiv2.spec 28 Nov 2006 13:43:17 -0000 1.8 +++ exiv2.spec 18 Dec 2006 15:24:02 -0000 1.9 @@ -10,6 +10,7 @@ Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pkgconfig BuildRequires: zlib-devel Patch1: exiv2-0.11-no_rpath.patch @@ -47,6 +48,13 @@ %patch1 -p1 -b .no_rpath %patch2 -p1 -b .deps +# Hack for older pkgconfig that doesn't grok "URL:", like rhel4 -- Rex +%if "%(pkg-config --version 2>/dev/null ||: )" < "0.16.0" +sed -i -e "s|^URL: |#URL: |" config/exiv2.pc.in +%endif + + + %build %configure --disable-static From fedora-extras-commits at redhat.com Mon Dec 18 15:30:14 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 18 Dec 2006 10:30:14 -0500 Subject: rpms/perl-Net-GPSD/devel perl-Net-GPSD.spec,1.1,1.2 Message-ID: <200612181530.kBIFUE9I011787@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11730 Modified Files: perl-Net-GPSD.spec Log Message: Typo correction. Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/perl-Net-GPSD.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Net-GPSD.spec 18 Dec 2006 15:10:16 -0000 1.1 +++ perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 @@ -17,7 +17,7 @@ %description Net::GPSD provides an object client interface to the gpsd server daemon. -gpsd is an open source GPS deamon from http://gpsd.berlios.de/. +gpsd is an open source GPS daemon from http://gpsd.berlios.de/. %prep From fedora-extras-commits at redhat.com Mon Dec 18 15:30:24 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 18 Dec 2006 10:30:24 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.24, 1.25 ochusha.spec, 1.25, 1.26 sources, 1.24, 1.25 Message-ID: <200612181530.kBIFUOsD011839@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11762 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 18 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061218 - 0.5.99.64.11 cvs 061218 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- .cvsignore 17 Dec 2006 15:08:15 -0000 1.24 +++ .cvsignore 18 Dec 2006 15:29:54 -0000 1.25 @@ -1 +1 @@ -ochusha-0.5.99.64.11-cvs061217.tar.bz2 +ochusha-0.5.99.64.11-cvs061218.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ochusha.spec 17 Dec 2006 15:08:15 -0000 1.25 +++ ochusha.spec 18 Dec 2006 15:29:54 -0000 1.26 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.64.11 -%define strtag cvs061217 +%define strtag cvs061218 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Sun Dec 17 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061217 -- 0.5.99.64.11 cvs 061217 (23:59 JST) +* Mon Dec 18 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061218 +- 0.5.99.64.11 cvs 061218 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 17 Dec 2006 15:08:15 -0000 1.24 +++ sources 18 Dec 2006 15:29:54 -0000 1.25 @@ -1 +1 @@ -8e5ed5a6bf5923c20ff68bc8181a3699 ochusha-0.5.99.64.11-cvs061217.tar.bz2 +83a1634634d44cba19dba6b401d64a84 ochusha-0.5.99.64.11-cvs061218.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 15:30:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 18 Dec 2006 10:30:46 -0500 Subject: rpms/jd/devel .cvsignore, 1.41, 1.42 jd.spec, 1.49, 1.50 sources, 1.41, 1.42 Message-ID: <200612181530.kBIFUk8J011885@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11791 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 - cvs 061218 (00:35 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- .cvsignore 17 Dec 2006 15:07:55 -0000 1.41 +++ .cvsignore 18 Dec 2006 15:30:16 -0000 1.42 @@ -1 +1 @@ -jd-1.8.1-cvs061217.tgz +jd-1.8.1-cvs061218.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- jd.spec 17 Dec 2006 15:10:55 -0000 1.49 +++ jd.spec 18 Dec 2006 15:30:16 -0000 1.50 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061217 +%define strtag cvs061218 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-2.cvs061217 -- cvs 061217 (23:59 JST) +* Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 +- cvs 061218 (00:35 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 17 Dec 2006 15:07:55 -0000 1.41 +++ sources 18 Dec 2006 15:30:16 -0000 1.42 @@ -1 +1 @@ -9ccfc486a91b10d485d519be3098625a jd-1.8.1-cvs061217.tgz +e2a8a9896f8374059e42994e07f550b5 jd-1.8.1-cvs061218.tgz From fedora-extras-commits at redhat.com Mon Dec 18 15:31:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 18 Dec 2006 10:31:52 -0500 Subject: rpms/jd/devel jd.spec,1.50,1.51 Message-ID: <200612181531.kBIFVqsl011922@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11903 Modified Files: jd.spec Log Message: fix changelog date Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- jd.spec 18 Dec 2006 15:30:16 -0000 1.50 +++ jd.spec 18 Dec 2006 15:31:22 -0000 1.51 @@ -108,7 +108,7 @@ %changelog * Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 -- cvs 061218 (00:35 JST) +- cvs 061218 (24:35 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 From fedora-extras-commits at redhat.com Mon Dec 18 15:59:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 18 Dec 2006 10:59:21 -0500 Subject: rpms/fbg/devel fbg-0.9-wx28.patch,NONE,1.1 fbg.spec,1.1,1.2 Message-ID: <200612181559.kBIFxLVQ012554@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fbg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12531 Modified Files: fbg.spec Added Files: fbg-0.9-wx28.patch Log Message: * Mon Dec 18 2006 Hans de Goede 0.9-3 - Rebuild for new wxGTK fbg-0.9-wx28.patch: --- NEW FILE fbg-0.9-wx28.patch --- --- fbg-0.9/startfbg/startfbg.cc.wx28 2006-12-18 15:21:36.000000000 +0100 +++ fbg-0.9/startfbg/startfbg.cc 2006-12-18 16:59:34.000000000 +0100 @@ -179,7 +179,7 @@ top->Add(graphBox, 0, wxEXPAND|wxALL, 2); top->Add(gameBox, 0, wxEXPAND|wxALL, 2); playButton = new wxButton(pan, ID_PLAY, wxT("Play Falling Block Game")); - pan->SetDefaultItem(playButton); + playButton->SetFocus(); top->Add(playButton, 0, wxEXPAND|wxALL, 1); pan->SetAutoLayout(true); pan->SetSizer(top); Index: fbg.spec =================================================================== RCS file: /cvs/extras/rpms/fbg/devel/fbg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fbg.spec 14 Oct 2006 11:39:38 -0000 1.1 +++ fbg.spec 18 Dec 2006 15:58:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: fbg Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Falling Block Game Group: Amusements/Games License: GPL @@ -8,6 +8,7 @@ Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: fbg-fixes.patch +Patch1: fbg-0.9-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel physfs-devel mikmod-devel wxGTK-devel BuildRequires: desktop-file-utils ImageMagick @@ -22,6 +23,7 @@ %prep %setup -q %patch0 -p1 -z .fix +%patch1 -p1 -z .wx28 # sigh stop autoxxx from rerunning because of our patches above. touch aclocal.m4 touch configure @@ -79,6 +81,9 @@ %changelog +* Mon Dec 18 2006 Hans de Goede 0.9-3 +- Rebuild for new wxGTK + * Sat Oct 14 2006 Hans de Goede 0.9-2 - Correct license from LGPL to GPL From fedora-extras-commits at redhat.com Mon Dec 18 16:27:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 11:27:33 -0500 Subject: fedora-security/audit fe4, 1.120, 1.121 fe5, 1.132, 1.133 fe6, 1.46, 1.47 Message-ID: <200612181627.kBIGRXl2015852@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15833 Modified Files: fe4 fe5 fe6 Log Message: +CVE-2006-66{09,10,25,26} Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- fe4 17 Dec 2006 09:32:58 -0000 1.120 +++ fe4 18 Dec 2006 16:27:33 -0000 1.121 @@ -2,6 +2,10 @@ ** are items that need attention +CVE-2006-6626 ** (moodle) #220041 +CVE-2006-6625 VULNERABLE (moodle) #220041 +CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- fe5 17 Dec 2006 09:32:58 -0000 1.132 +++ fe5 18 Dec 2006 16:27:33 -0000 1.133 @@ -2,6 +2,10 @@ ** are items that need attention +CVE-2006-6626 ** (moodle) #220041 +CVE-2006-6625 VULNERABLE (moodle) #220041 +CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- fe6 17 Dec 2006 09:32:58 -0000 1.46 +++ fe6 18 Dec 2006 16:27:33 -0000 1.47 @@ -2,6 +2,10 @@ ** are items that need attention +CVE-2006-6626 ** (moodle) #220041 +CVE-2006-6625 VULNERABLE (moodle) #220041 +CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 From fedora-extras-commits at redhat.com Mon Dec 18 16:34:56 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 18 Dec 2006 11:34:56 -0500 Subject: rpms/stellarium/devel stellarium.spec,1.26,1.27 Message-ID: <200612181634.kBIGYuUx015906@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15891 Modified Files: stellarium.spec Log Message: Fix broken install Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- stellarium.spec 17 Dec 2006 22:04:36 -0000 1.26 +++ stellarium.spec 18 Dec 2006 16:34:26 -0000 1.27 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -52,7 +52,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" desktop-file-install \ --vendor fedora \ @@ -63,7 +63,7 @@ -o $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 mv $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -install -m 0644 -p stellarium-2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png +install -m 0644 -p stellarium.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png rm $RPM_BUILD_ROOT%{_datadir}/stellarium/data/{icon.bmp,stellarium.ico} cp %{SOURCE2} $RPM_BUILD_DIR/stellarium-%{version} @@ -87,7 +87,7 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog -* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-5 - Resize icon to 32x32 * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 From fedora-extras-commits at redhat.com Mon Dec 18 16:37:30 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 18 Dec 2006 11:37:30 -0500 Subject: rpms/xpdf/FC-6 xpdf.spec,1.2,1.3 Message-ID: <200612181637.kBIGbUxF015978@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15950/FC-6 Modified Files: xpdf.spec Log Message: Require: poppler-utils Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/FC-6/xpdf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 +++ xpdf.spec 18 Dec 2006 16:37:00 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 27%{?dist} +Release: 28%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -42,9 +42,9 @@ # xpdf-3.01-CVE-2005-3191, CAN-2005-3193, CVE-2006-0301 Patch100: xpdf-3.01pl2.patch +Requires: poppler-utils Requires: urw-fonts Requires: htmlview -Requires: xpdf-utils BuildRequires: lesstif-devel BuildRequires: freetype-devel >= 2.1.7 @@ -200,6 +200,9 @@ %{_datadir}/xpdf/cyrillic %changelog +* Mon Dec 18 2006 Tom "spot" Callaway 1:3.01-28 +- Requires: poppler-utils + * Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 - drop the xpdf-utils subpackage, poppler-utils ate it all From fedora-extras-commits at redhat.com Mon Dec 18 16:37:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 18 Dec 2006 11:37:31 -0500 Subject: rpms/xpdf/devel xpdf.spec,1.2,1.3 Message-ID: <200612181637.kBIGbV7u015981@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/xpdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15950/devel Modified Files: xpdf.spec Log Message: Require: poppler-utils Index: xpdf.spec =================================================================== RCS file: /cvs/extras/rpms/xpdf/devel/xpdf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xpdf.spec 14 Dec 2006 21:17:08 -0000 1.2 +++ xpdf.spec 18 Dec 2006 16:37:01 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A PDF file viewer for the X Window System Name: xpdf Version: 3.01 -Release: 27%{?dist} +Release: 28%{?dist} License: GPL Epoch: 1 Url: http://www.foolabs.com/xpdf/ @@ -44,7 +44,7 @@ Requires: urw-fonts Requires: htmlview -Requires: xpdf-utils +Requires: poppler-utils BuildRequires: lesstif-devel BuildRequires: freetype-devel >= 2.1.7 @@ -200,6 +200,9 @@ %{_datadir}/xpdf/cyrillic %changelog +* Mon Dec 18 2006 Tom "spot" Callaway 1:3.01-28 +- Requires: poppler-utils + * Thu Dec 14 2006 Tom "spot" Callaway 1:3.01-27 - drop the xpdf-utils subpackage, poppler-utils ate it all From fedora-extras-commits at redhat.com Mon Dec 18 17:01:20 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Mon, 18 Dec 2006 12:01:20 -0500 Subject: owners owners.epel.list,1.15,1.16 Message-ID: <200612181701.kBIH1KVH019815@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16696 Modified Files: owners.epel.list Log Message: Added nagios Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- owners.epel.list 18 Dec 2006 15:22:47 -0000 1.15 +++ owners.epel.list 18 Dec 2006 17:00:50 -0000 1.16 @@ -25,6 +25,7 @@ EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| +EPEL|nagios|Host/service/network monitoring program|imlinux at gmail.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:03:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:03:44 -0500 Subject: owners owners.epel.list,1.16,1.17 Message-ID: <200612181703.kBIH3iO5019913@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19895 Modified Files: owners.epel.list Log Message: +xforms Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- owners.epel.list 18 Dec 2006 17:00:50 -0000 1.16 +++ owners.epel.list 18 Dec 2006 17:03:14 -0000 1.17 @@ -35,4 +35,4 @@ EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| - +EPEL|xforms|An X11 toolkit library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:05:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:05:08 -0500 Subject: rpms/xforms/EL-4 xforms-1.0.90-prelink.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xforms.spec, 1.5, 1.6 Message-ID: <200612181705.kBIH58XE019958@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19936 Modified Files: .cvsignore sources xforms.spec Added Files: xforms-1.0.90-prelink.patch Log Message: sync w/devel branch xforms-1.0.90-prelink.patch: --- NEW FILE xforms-1.0.90-prelink.patch --- --- xforms-1.0.90/fd2ps/Makefile.in.prelink 2004-03-30 03:48:44.000000000 -0600 +++ xforms-1.0.90/fd2ps/Makefile.in 2006-01-02 15:18:01.000000000 -0600 @@ -115,7 +115,7 @@ bin_PROGRAMS = fd2ps -fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) fd2ps_SOURCES = \ align.c \ --- xforms-1.0.90/fd2ps/Makefile.am.prelink 2003-11-13 15:46:47.000000000 -0600 +++ xforms-1.0.90/fd2ps/Makefile.am 2006-01-02 15:18:10.000000000 -0600 @@ -16,7 +16,7 @@ bin_PROGRAMS = fd2ps -fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) fd2ps_SOURCES = \ align.c \ --- xforms-1.0.90/image/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600 +++ xforms-1.0.90/image/Makefile.in 2006-01-02 15:05:52.000000000 -0600 @@ -109,7 +109,7 @@ lib_LTLIBRARIES = libflimage.la -libflimage_la_LDFLAGS = -version-info 1:0:0 +libflimage_la_LDFLAGS = ../lib/libforms.la $(JPEG_LIB) $(X_LIBS) -lX11 -version-info 1:0:0 libflimage_la_SOURCES = \ flimage.h \ --- xforms-1.0.90/image/Makefile.am.prelink 2003-11-13 15:46:48.000000000 -0600 +++ xforms-1.0.90/image/Makefile.am 2006-01-02 15:05:50.000000000 -0600 @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libflimage.la -libflimage_la_LDFLAGS = -version-info 1:0:0 +libflimage_la_LDFLAGS = ../lib/libforms.la $(JPEG_LIB) $(X_LIBS) -lX11 -version-info 1:0:0 libflimage_la_SOURCES = \ flimage.h \ --- xforms-1.0.90/gl/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600 +++ xforms-1.0.90/gl/Makefile.in 2006-01-02 15:04:24.000000000 -0600 @@ -109,7 +109,7 @@ lib_LTLIBRARIES = libformsGL.la -libformsGL_la_LDFLAGS = -version-info 1:0:0 +libformsGL_la_LDFLAGS = ../lib/libforms.la $(X_LIBS) -lGL -version-info 1:0:0 libformsGL_la_SOURCES = \ glcanvas.c \ --- xforms-1.0.90/gl/Makefile.am.prelink 2003-11-20 03:33:11.000000000 -0600 +++ xforms-1.0.90/gl/Makefile.am 2006-01-02 15:04:20.000000000 -0600 @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libformsGL.la -libformsGL_la_LDFLAGS = -version-info 1:0:0 +libformsGL_la_LDFLAGS = ../lib/libforms.la $(X_LIBS) -lGL -version-info 1:0:0 libformsGL_la_SOURCES = \ glcanvas.c \ --- xforms-1.0.90/demos/Makefile.in.prelink 2004-03-30 03:48:44.000000000 -0600 +++ xforms-1.0.90/demos/Makefile.in 2006-01-02 15:07:41.000000000 -0600 @@ -206,7 +206,7 @@ # Most of these demos link against libforms only. For them this default is # sufficient: -AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) arrowbutton_SOURCES = arrowbutton.c borderwidth_SOURCES = borderwidth.c @@ -263,12 +263,12 @@ gl_SOURCES = gl.c gl_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) glwin_SOURCES = glwin.c glwin_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) goodies_SOURCES = goodies.c @@ -276,7 +276,7 @@ ibrowser_SOURCES = ibrowser.c ibrowser_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -284,7 +284,7 @@ iconvert_SOURCES = iconvert.c iconvert_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -295,7 +295,7 @@ itest_SOURCES = itest.c itest_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -304,7 +304,7 @@ ll_SOURCES = ll.c ll_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) @@ -355,7 +355,7 @@ xyplotover_SOURCES = xyplotover.c xyplotover_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) --- xforms-1.0.90/demos/Makefile.am.prelink 2004-02-24 09:42:43.000000000 -0600 +++ xforms-1.0.90/demos/Makefile.am 2006-01-02 15:19:03.000000000 -0600 @@ -105,7 +105,7 @@ # Most of these demos link against libforms only. For them this default is # sufficient: -AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS) +AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS) arrowbutton_SOURCES = arrowbutton.c borderwidth_SOURCES = borderwidth.c @@ -168,11 +168,11 @@ gl_SOURCES = gl.c gl_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) -lGL $(LIBS) $(X_EXTRA_LIBS) glwin_SOURCES = glwin.c glwin_LDADD = ../lib/libforms.la ../gl/libformsGL.la \ - $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS) + $(X_LIBS) $(X_PRE_LIBS) -lGL $(LIBS) $(X_EXTRA_LIBS) goodies_SOURCES = goodies.c group_SOURCES = group.c @@ -180,14 +180,14 @@ ibrowser_SOURCES = ibrowser.c ibrowser.$(OBJEXT): fd/ibrowser_gui.c ibrowser_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) iconify_SOURCES = iconify.c iconvert_SOURCES = iconvert.c iconvert_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) inputall_SOURCES = inputall.c @@ -199,7 +199,7 @@ itest_SOURCES = itest.c itest.$(OBJEXT): fd/is_gui.c itest_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) lalign_SOURCES = lalign.c @@ -207,7 +207,7 @@ ll_SOURCES = ll.c ll_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) longlabel_SOURCES = longlabel.c @@ -260,7 +260,7 @@ xyplotover_SOURCES = xyplotover.c xyplotover_LDADD = ../image/libflimage.la ../lib/libforms.la \ - $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \ + $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \ $(X_EXTRA_LIBS) yesno_SOURCES = yesno.c --- xforms-1.0.90/lib/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600 +++ xforms-1.0.90/lib/Makefile.in 2006-01-02 14:52:11.000000000 -0600 @@ -116,7 +116,7 @@ lib_LTLIBRARIES = libforms.la -libforms_la_LDFLAGS = -version-info 1:0:0 +libforms_la_LDFLAGS = $(X_LIBS) $(XPM_LIB) -lX11 -version-info 1:0:0 libforms_la_SOURCES = \ align.c \ --- xforms-1.0.90/lib/Makefile.am.prelink 2003-11-20 03:33:16.000000000 -0600 +++ xforms-1.0.90/lib/Makefile.am 2006-01-02 14:52:19.000000000 -0600 @@ -17,7 +17,7 @@ lib_LTLIBRARIES = libforms.la -libforms_la_LDFLAGS = -version-info 1:0:0 +libforms_la_LDFLAGS = $(X_LIBS) $(XPM_LIB) -lX11 -version-info 1:0:0 libforms_la_SOURCES = \ align.c \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xforms/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:33:57 -0000 1.2 +++ .cvsignore 18 Dec 2006 17:04:38 -0000 1.3 @@ -1 +1,2 @@ -xforms-1.0.tar.gz +xforms-1.0.90.tar.gz +xforms-1.0.90.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/xforms/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:33:57 -0000 1.2 +++ sources 18 Dec 2006 17:04:38 -0000 1.3 @@ -1 +1,2 @@ -64adf1c489b629a92218f7c140f4bdaf xforms-1.0.tar.gz +558b600402430f207e671e2d0d725b6d xforms-1.0.90.tar.gz +23989dbab27a1b406125bde2a2cc2b90 xforms-1.0.90.tar.gz.sig Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/EL-4/xforms.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xforms.spec 10 Dec 2004 22:03:12 -0000 1.5 +++ xforms.spec 18 Dec 2006 17:04:38 -0000 1.6 @@ -1,68 +1,74 @@ -# $Id$ -# Since we're using xmkmf, we must match XFree86's notion of these -%define _x11dir /usr/X11R6 -%define _prefix %{_x11dir} -%define _mandir %{_prefix}/man - -Name: xforms -Summary: An X11 toolkit library. -Epoch: 0 -Version: 1.0 -Release: 2%{?dist_tag} +Name: xforms +Summary: XForms toolkit library +Version: 1.0.90 +Release: 8%{?dist} + License: LGPL -Group: System Environment/Libraries -Url: http://www.nongnu.org/xforms/ -Source: http://savannah.nongnu.org/download/xforms/stable.pkg/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Group: System Environment/Libraries +URL: http://www.nongnu.org/xforms/ +Source0: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz +Source1: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz.sig +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# TODO: remove -lc (all), -lm (most) linker steps +Patch1: xforms-1.0.90-prelink.patch -BuildRequires: XFree86-devel BuildRequires: libjpeg-devel -BuildRequires: libtiff-devel +BuildRequires: libGL-devel +%define x_deps xorg-x11-devel +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +%define x_deps libX11-devel libXpm-devel +%endif +BuildRequires: %{x_deps} -# for xforms' import/export of various image types, including: png, sgi +# import/export: png, sgi (optional?) Requires: netpbm-progs +# import eps,ps (optional?) +#Requires: ghostscript %description -xforms is an X11 toolkit library. -This package contains the runtime libraries for the xforms toolkit. - -It has now gone Open Source (LGPL). +XForms is a GUI toolkit based on Xlib for X Window Systems. It +features a rich set of objects, such as buttons, sliders, and menus +etc. integrated into an easy and efficient object/event callback +execution model that allows fast and easy construction of +X-applications. In addition, the library is extensible and new objects +can easily be created and added to the library. %package devel -Summary: Development files for the xforms toolkit. +Summary: Development files for the XForms toolkit library Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} -# legacy versions included -designer/-static subpkgs -Obsoletes: %{name}-designer < %{epoch}:%{version}-%{release} -Provides: %{name}-designer = %{epoch}:%{version}-%{release} -Obsoletes: %{name}-static < %{epoch}:%{version}-%{release} -Provides: %{name}-static = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: %{x_deps} +Requires: libjpeg-devel %description devel -This package contains development headers and libraries for %{name}. - -Install this if you intend to develop / compile programs with %{name}. +%{summary}. %prep -%setup -q +%setup -q + +%patch1 -p1 -b .prelink %build -(unset RPM_OPT_FLAGS; xmkmf -a) +%configure \ + --disable-static \ + --enable-optimization="$RPM_OPT_FLAGS" -make %{?_smp_mflags} \ - CDEBUGFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} X_PRE_LIBS="" %install rm -rf $RPM_BUILD_ROOT -# makeinstall macro doesn't work for this pkg. -make install install.man DESTDIR="$RPM_BUILD_ROOT" +make install DESTDIR=$RPM_BUILD_ROOT + +## Unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %clean @@ -70,24 +76,61 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig -%files +%files %defattr(-,root,root) -%doc *README Changes Copyright COPYING +%doc COPYING.LIB Copyright ChangeLog NEWS README %{_libdir}/lib*.so.* %files devel %defattr(-,root,root) -%{_bindir}/fd* +%{_bindir}/* %{_includedir}/* %{_libdir}/lib*.so -%{_libdir}/lib*.a -%{_mandir}/man*/fd* +%{_mandir}/man*/* + + +%changelog +* Tue Aug 29 2006 Rex Dieter 1.0.90-8 +- fc6 respin + +* Tue Aug 08 2006 Rex Dieter 1.0.90-7 +- cleanup + +* Wed Mar 01 2006 Rex Dieter +- fc5: gcc/glibc respin + +* Fri Jan 20 2006 Rex Dieter 1.0.90-6 +- -devel: Req: libjpeg-devel(flimage), libXpm-devel + +* Mon Jan 02 2006 Rex Dieter 1.0.90-5 +- prelink.patch: fix undefined symbols in (shared) lib(s) + +* Mon Dec 19 2005 Rex Dieter 1.0.90-4 +- BR: libXpm-devel +- -devel: Req: libX11-devel + +* Mon Oct 17 2005 Rex Dieter 1.0.90-3 +- BR: libGL-devel +- #BR: libXpm-devel (coming soon) + +* Mon Oct 17 2005 Rex Dieter 1.0.90-2 +- BR: libGL.so.1 -> BR: %%x_pkg-Mesa-libGL +- remove legacy crud + +* Mon Oct 17 2005 Rex Dieter 1.0.90-1 +- 1.0.90 +- new version removes use-of/references-to xmkmf,/usr/X11R6 (#170942) + +* Sun May 22 2005 Jeremy Katz - 1.0-4 +- rebuild on all arches +* Fri Apr 7 2005 Michael Schwendt +- rebuilt -%changelog * Sun Nov 23 2003 Rex Dieter 0:1.0-0.fdr.2 - update for Fedora Core support - remove extraneous macros From fedora-extras-commits at redhat.com Mon Dec 18 17:08:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:08:42 -0500 Subject: rpms/sbcl/EL-4 sbcl-0.9.17-LIB_DIR.patch, NONE, 1.1 sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl-1.0-optflags.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 sbcl.spec, 1.30, 1.31 sources, 1.10, 1.11 ppc-linux-mcontext.h, 1.1, NONE sbcl-0.8.18-default-sbcl-home.patch, 1.1, NONE sbcl-0.9.10-make-config-ppc.patch, 1.1, NONE sbcl-0.9.4-LIB_DIR.patch, 1.3, NONE sbcl-0.9.5-optflags.patch, 1.1, NONE sbcl-0.9.5-personality.patch, 1.1, NONE sbcl-0.9.5-verbose-build.patch, 1.2, NONE sbcl-0.9.9-permissive.patch, 1.1, NONE Message-ID: <200612181708.kBIH8gaS020102@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20068 Modified Files: .cvsignore sbcl.spec sources Added Files: sbcl-0.9.17-LIB_DIR.patch sbcl-1.0-gcc4_sparc.patch sbcl-1.0-optflags.patch Removed Files: ppc-linux-mcontext.h sbcl-0.8.18-default-sbcl-home.patch sbcl-0.9.10-make-config-ppc.patch sbcl-0.9.4-LIB_DIR.patch sbcl-0.9.5-optflags.patch sbcl-0.9.5-personality.patch sbcl-0.9.5-verbose-build.patch sbcl-0.9.9-permissive.patch Log Message: sync w/devel branch sbcl-0.9.17-LIB_DIR.patch: --- NEW FILE sbcl-0.9.17-LIB_DIR.patch --- --- sbcl-0.9.17/install.sh.LIB_DIR 2006-09-24 11:17:20.000000000 -0500 +++ sbcl-0.9.17/install.sh 2006-09-27 06:41:45.000000000 -0500 @@ -23,9 +23,10 @@ MAN_DIR=${MAN_DIR-"$INSTALL_ROOT"/share/man} INFO_DIR=${INFO_DIR-"$INSTALL_ROOT"/share/info} DOC_DIR=${DOC_DIR-"$INSTALL_ROOT"/share/doc/sbcl} +LIB_DIR=${LIB_DIR-$INSTALL_ROOT/lib} # Does the environment look sane? -if [ -n "$SBCL_HOME" -a "$INSTALL_ROOT/lib/sbcl" != "$SBCL_HOME" ];then +if [ -n "$SBCL_HOME" -a "$LIB_DIR/sbcl" != "$SBCL_HOME" ];then echo SBCL_HOME environment variable is set, and conflicts with INSTALL_ROOT. echo Aborting installation. Unset one or reset the other, then try again echo INSTALL_ROOT="$INSTALL_ROOT" @@ -46,10 +47,10 @@ exit 1 fi -SBCL_HOME="$INSTALL_ROOT"/lib/sbcl +SBCL_HOME="$LIB_DIR"/sbcl export SBCL_HOME INSTALL_ROOT ensure_dirs "$BUILD_ROOT$INSTALL_ROOT" "$BUILD_ROOT$INSTALL_ROOT"/bin \ - "$BUILD_ROOT$INSTALL_ROOT"/lib \ + "$BUILD_ROOT$LIB_DIR" \ "$BUILD_ROOT$MAN_DIR" "$BUILD_ROOT$MAN_DIR"/man1 \ "$BUILD_ROOT$INFO_DIR" "$BUILD_ROOT$DOC_DIR" \ "$BUILD_ROOT$DOC_DIR"/html \ @@ -89,7 +90,7 @@ echo echo "SBCL has been installed:" echo " binary $BUILD_ROOT$INSTALL_ROOT/bin/$RUNTIME" -echo " core and contribs in $BUILD_ROOT$INSTALL_ROOT/lib/sbcl/" +echo " core and contribs in $BUILD_ROOT$LIB_DIR/sbcl" # Installing manual & misc bits of documentation # sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 28 Apr 2006 12:34:14 -0000 1.10 +++ .cvsignore 18 Dec 2006 17:08:12 -0000 1.11 @@ -1,4 +1,5 @@ -sbcl-0.9.12-source.tar.bz2 -sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 +sbcl-0.9.18-source.tar.bz2 +sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sbcl.spec 28 Apr 2006 12:34:14 -0000 1.30 +++ sbcl.spec 18 Dec 2006 17:08:12 -0000 1.31 @@ -5,39 +5,26 @@ # define to enable verbose build for debugging #define sbcl_verbose 1 - -# shell to use -#define sbcl_shell /bin/bash -x -%define sbcl_shell /bin/bash +%define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.12 -Release: 1%{?dist} +Version: 1.0 +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 ppc sparc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp -## Bootstraps -# %{ix86} -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-linux-binary.tar.bz2 -# x86_64 -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-64-linux-binary.tar.bz2 -# ppc -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -# another possible ppc bootstrap to try -#Source31: http://clozure.com/openmcl/ftp/openmcl-linuxppc-all-0.14.3.tar.gz - - ## x86 section +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -46,33 +33,44 @@ %endif ## x86_64 section +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-64-linux-binary.tar.bz2 #define sbcl_bootstrap_src -a 20 %endif ## ppc section -# Latest powerpc-linux bootstrap build fails: -# http://bugzilla.redhat.com/bugzilla/177029 -Source35: ppc-linux-mcontext.h +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -%define sbcl_bootstrap_src -a 30 +BuildRequires: sbcl +# or +#define sbcl_bootstrap_src -a 30 %endif +## sparc section +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 40 +%endif + + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch -Patch4: sbcl-0.9.4-LIB_DIR.patch -#Patch5: sbcl-0.9.10-make-config-ppc.patch +Patch3: sbcl-1.0-optflags.patch +Patch4: sbcl-0.9.17-LIB_DIR.patch + Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -101,18 +99,15 @@ %patch2 -p1 -b .personality %patch3 -p1 -b .optflags %patch4 -p1 -b .LIB_DIR -#patch5 -p1 -b .make-config-ppc %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc -# Enable sb-thread +## Enable sb-thread %ifarch %{ix86} x86_64 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr -cp %{SOURCE2} ./customize-target-features.lisp -%endif - -%ifarch ppc -cp %{SOURCE35} src/runtime/ppc-linux-mcontext.h.BAK +# or +#install -m644 -p %{SOURCE2} ./customize-target-features.lisp %endif # "install" local bootstrap @@ -129,7 +124,8 @@ %build -export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" +#export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" +export CFLAGS="$RPM_OPT_FLAGS" # setup local bootstrap %if "%{?sbcl_bootstrap_src}" != "%{nil}" @@ -142,9 +138,11 @@ #define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) -# at least until a better solution is found -# http://bugzilla.redhat.com/bugzilla/169506 +# http://bugzilla.redhat.com/169506 touch contrib/sb-posix/test-passed +# WORKAROUND sb-bsd-sockets test failures +# http://bugzilla.redhat.com/214568 +touch contrib/sb-bsd-sockets/test-passed # trick contrib/ modules to use optflags too export EXTRA_CFLAGS="$CFLAGS" @@ -161,18 +159,21 @@ %check -# santity check, did sb-posix get built/included? -# http://bugzilla.redhat.com/bugzilla/169506 -SB_POSIX=%{_libdir}/sbcl/sb-posix -if [ ! -d $RPM_BUILD_ROOT${SB_POSIX} ]; then - echo "${SB_POSIX} awol!" - exit 1 -fi +ERROR=0 +# santity check, essential contrib modules get built/included? +CONTRIBS="sb-posix sb-bsd-sockets" +for CONTRIB in $CONTRIBS ; do + if [ ! -d $RPM_BUILD_ROOT%{_libdir}/sbcl/$CONTRIB ]; then + echo "WARNING: ${CONTRIB} awol!" + ERROR=1 + fi +done pushd tests # Only x86 builds are expected to pass all # Don't worry about thread.impure failure(s), threading is optional anyway. %{?setarch} %{?sbcl_shell} ./run-tests.sh ||: popd +exit $ERROR %install @@ -232,6 +233,43 @@ %changelog +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + +* Mon Dec 04 2006 Rex Dieter 1.0-1 +- sbcl-1.0 +- don't enable sb:thread (for now), to avoid hang in 'make check' tests + +* Mon Nov 13 2006 Rex Dieter 0.9.18-2 +- fix awol contrib/sb-bsd-sockets (#214568) + +* Thu Oct 26 2006 Rex Dieter 0.9.18-1 +- sbcl-0.9.18 + +* Tue Sep 26 2006 Rex Dieter 0.9.17-1 +- sbcl-0.9.17 + +* Mon Aug 28 2006 Rex Dieter 0.9.16-3 +- fc6 respin + +* Sun Aug 27 2006 Rex Dieter 0.9.16-1 +- 0.9.16 + +* Mon Jun 26 2006 Rex Dieter 0.9.14-1 +- 0.9.14 + +* Tue Jun 20 2006 Rex Dieter 0.9.13-3 +- use -fPIC in threads.impure.lisp + +* Tue May 30 2006 Rex Dieter 0.9.13-2 +- 0.9.13 + +* Mon Apr 26 2006 Rex Dieter 0.9.12-2 +- respin, using new ppc bootstrap + +* Mon Apr 26 2006 Rex Dieter 0.9.12-1.1 +- try re-enabling ppc build + * Mon Apr 26 2006 Rex Dieter 0.9.12-1 - 0.9.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 28 Apr 2006 12:34:14 -0000 1.10 +++ sources 18 Dec 2006 17:08:12 -0000 1.11 @@ -1 +1 @@ -82eef4f47d6a72a36d4484bf503fc7db sbcl-0.9.12-source.tar.bz2 +52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 --- ppc-linux-mcontext.h DELETED --- --- sbcl-0.8.18-default-sbcl-home.patch DELETED --- --- sbcl-0.9.10-make-config-ppc.patch DELETED --- --- sbcl-0.9.4-LIB_DIR.patch DELETED --- --- sbcl-0.9.5-optflags.patch DELETED --- --- sbcl-0.9.5-personality.patch DELETED --- --- sbcl-0.9.5-verbose-build.patch DELETED --- --- sbcl-0.9.9-permissive.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 17:09:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:09:46 -0500 Subject: rpms/sbcl/EL-4 sbcl-0.8.18-default-sbcl-home.patch, 1.2, 1.3 sbcl-0.9.5-personality.patch, 1.2, 1.3 sbcl-0.9.5-verbose-build.patch, 1.3, 1.4 sbcl-0.9.9-permissive.patch, 1.2, 1.3 Message-ID: <200612181709.kBIH9kcI020149@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20115 Added Files: sbcl-0.8.18-default-sbcl-home.patch sbcl-0.9.5-personality.patch sbcl-0.9.5-verbose-build.patch sbcl-0.9.9-permissive.patch Log Message: add back inadvertantly dropped patches sbcl-0.8.18-default-sbcl-home.patch: Index: sbcl-0.8.18-default-sbcl-home.patch =================================================================== RCS file: sbcl-0.8.18-default-sbcl-home.patch diff -N sbcl-0.8.18-default-sbcl-home.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.8.18-default-sbcl-home.patch 18 Dec 2006 17:09:16 -0000 1.3 @@ -0,0 +1,55 @@ +Index: make-target-1.sh +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/make-target-1.sh,v +retrieving revision 1.12 +diff -u -r1.12 make-target-1.sh +--- make-target-1.sh 10 Sep 2004 15:36:17 -0000 1.12 ++++ make-target-1.sh 3 Jan 2005 06:44:55 -0000 +@@ -15,6 +15,29 @@ + + echo //entering make-target-1.sh + ++# Allow the definition of INSTALL_ROOT and/or SBCL_HOME to correctly ++# set the hard-coded SBCL_HOME macro in src/runtime/runtime.c ++ ++DEFAULT_SBCL_HOME=${DEFAULT_SBCL_HOME:-/usr/local/lib/sbcl/} ++ ++# Strip off any trailing / on the name; we'll add this later but don't ++# need two ++DEFAULT_SBCL_HOME=${DEFAULT_SBCL_HOME%/} ++ ++export DEFAULT_SBCL_HOME ++ ++file=src/runtime/sbcl-home.h ++echo "/* This is a machine-generated file. */" > $file ++echo "/* Please do not edit it by hand. */" >> $file ++echo "/* Change the default SBCL_HOME by setting the */" >> $file ++echo "/* DEFAULT_SBCL_HOME environment variable prior */" >> $file ++echo "/* to building. See make-target-1.sh for more */" >> $file ++echo "/* information. */" >> $file ++echo "#ifndef SBCL_HOME" >> $file ++echo "#define SBCL_HOME \"$DEFAULT_SBCL_HOME/\"" >> $file ++echo "#endif" >> $file ++ ++ + # Build the runtime system and symbol table (.nm) file. + # + # (This C build has to come after the first genesis in order to get +Index: src/runtime/runtime.c +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/runtime/runtime.c,v +retrieving revision 1.43 +diff -u -r1.43 runtime.c +--- src/runtime/runtime.c 29 Oct 2004 09:00:39 -0000 1.43 ++++ src/runtime/runtime.c 3 Jan 2005 06:47:51 -0000 +@@ -61,9 +61,7 @@ + #include "interr.h" + #endif + +-#ifndef SBCL_HOME +-#define SBCL_HOME "/usr/local/lib/sbcl/" +-#endif ++#include "sbcl-home.h" + + + /* SIGINT handler that invokes the monitor (for when Lisp isn't up to it) */ sbcl-0.9.5-personality.patch: Index: sbcl-0.9.5-personality.patch =================================================================== RCS file: sbcl-0.9.5-personality.patch diff -N sbcl-0.9.5-personality.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.9.5-personality.patch 18 Dec 2006 17:09:16 -0000 1.3 @@ -0,0 +1,13 @@ +--- sbcl-0.9.5/src/runtime/linux-os.c.pers 2005-09-24 09:29:54.000000000 -0500 ++++ sbcl-0.9.5/src/runtime/linux-os.c 2005-09-27 09:37:33.463478519 -0500 +@@ -177,6 +177,10 @@ + if (i != -1) { + runtime[i] = '\0'; + execve(runtime, argv, envp); ++ } else { ++ /* if /proc isn't available (like in chroot builds, like mock), ++ * try using execvp with argv[0] instead */ ++ execvp(argv[0], argv); + } + } + /* Either changing the personality or execve() failed. Either sbcl-0.9.5-verbose-build.patch: Index: sbcl-0.9.5-verbose-build.patch =================================================================== RCS file: sbcl-0.9.5-verbose-build.patch diff -N sbcl-0.9.5-verbose-build.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.9.5-verbose-build.patch 18 Dec 2006 17:09:16 -0000 1.4 @@ -0,0 +1,28 @@ +--- sbcl-0.9.5/make.sh.verbose-build 2005-09-21 10:00:33.000000000 -0500 ++++ sbcl-0.9.5/make.sh 2005-09-28 11:42:06.353251776 -0500 +@@ -70,7 +70,7 @@ + # If you're cross-compiling, you should probably just walk through the + # make-config.sh script by hand doing the right thing on both the host + # and target machines. +-sh make-config.sh ++sh -x make-config.sh + + # Enforce the source policy for no bogus whitespace + tools-for-build/canonicalize-whitespace +@@ -102,11 +102,11 @@ + # Or, if you can set up the files somewhere shared (with NFS, AFS, or + # whatever) between the host machine and the target machine, the basic + # procedure above should still work, but you can skip the "copy" steps. +-time sh make-host-1.sh +-time sh make-target-1.sh +-time sh make-host-2.sh +-time sh make-target-2.sh +-time sh make-target-contrib.sh ++time sh -x make-host-1.sh ++time sh -x make-target-1.sh ++time sh -x make-host-2.sh ++time sh -x make-target-2.sh ++time sh -x make-target-contrib.sh + + NCONTRIBS=`find contrib -name Makefile -print | wc -l` + NPASSED=`find contrib -name test-passed -print | wc -l` sbcl-0.9.9-permissive.patch: Index: sbcl-0.9.9-permissive.patch =================================================================== RCS file: sbcl-0.9.9-permissive.patch diff -N sbcl-0.9.9-permissive.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sbcl-0.9.9-permissive.patch 18 Dec 2006 17:09:16 -0000 1.3 @@ -0,0 +1,11 @@ +--- sbcl-0.9.9/make-target-contrib.sh.permissive 2006-01-24 11:14:48.000000000 -0600 ++++ sbcl-0.9.9/make-target-contrib.sh 2006-01-26 13:45:41.000000000 -0600 +@@ -51,7 +51,7 @@ + for i in contrib/*; do + test -d $i && test -f $i/Makefile || continue; + # export INSTALL_DIR=$SBCL_HOME/`basename $i ` +- test -f $i/test-passed && rm $i/test-passed ++ # test -f $i/test-passed && rm $i/test-passed + $GNUMAKE -C $i test && touch $i/test-passed + done + From fedora-extras-commits at redhat.com Mon Dec 18 17:15:39 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 18 Dec 2006 12:15:39 -0500 Subject: owners owners.list,1.2125,1.2126 Message-ID: <200612181715.kBIHFdg3020202@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20180 Modified Files: owners.list Log Message: Orphan gstreamer08 & gstreamer08-plugins Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2125 retrieving revision 1.2126 diff -u -r1.2125 -r1.2126 --- owners.list 18 Dec 2006 15:12:56 -0000 1.2125 +++ owners.list 18 Dec 2006 17:15:09 -0000 1.2126 @@ -662,8 +662,8 @@ Fedora Extras|grisbi|Personal finances manager|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|gstm|A front-end to ssh tunneling|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer-python|Python bindings for GStreamer|denis at poolshark.org|extras-qa at fedoraproject.org| -Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08-python|Python bindings for GStreamer 0.8|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|thomas at apestaart.org Fedora Extras|gsynaptics|Settings tool for Synaptics touchpad driver|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|gtk+|The GIMP ToolKit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:17:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:17:16 -0500 Subject: rpms/sbcl/EL-4 .cvsignore, 1.11, 1.12 sbcl.spec, 1.31, 1.32 sources, 1.11, 1.12 Message-ID: <200612181717.kBIHHGiq020261@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20223 Modified Files: .cvsignore sbcl.spec sources Log Message: Release: 1 use binary bootstraps Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 18 Dec 2006 17:08:12 -0000 1.11 +++ .cvsignore 18 Dec 2006 17:16:46 -0000 1.12 @@ -1,5 +1,4 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sbcl.spec 18 Dec 2006 17:08:12 -0000 1.31 +++ sbcl.spec 18 Dec 2006 17:16:46 -0000 1.32 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 2%{?dist} +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,30 +24,30 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 10 +%define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 20 +%define sbcl_bootstrap_src -a 20 %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +%define sbcl_bootstrap_src -a 30 %endif ## sparc section @@ -233,9 +233,6 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 1.0-2 -- initial sparc support (bootstrap, optflags) - * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 18 Dec 2006 17:08:12 -0000 1.11 +++ sources 18 Dec 2006 17:16:46 -0000 1.12 @@ -1 +1,4 @@ 52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 +91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 +2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 17:18:21 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:21 -0500 Subject: rpms/gchempaint - New directory Message-ID: <200612181718.kBIHILbQ020343@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20339/gchempaint Log Message: Directory /cvs/extras/rpms/gchempaint added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 17:18:26 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:26 -0500 Subject: rpms/gchempaint/devel - New directory Message-ID: <200612181718.kBIHIQj1020356@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20339/gchempaint/devel Log Message: Directory /cvs/extras/rpms/gchempaint/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 18 17:18:46 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:46 -0500 Subject: rpms/gchempaint Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612181718.kBIHIktq020407@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20401 Added Files: Makefile import.log Log Message: Setup of module gchempaint --- NEW FILE Makefile --- # Top level Makefile for module gchempaint all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 18 17:18:51 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:18:51 -0500 Subject: rpms/gchempaint/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612181718.kBIHIpps020422@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20401/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gchempaint --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 18 17:19:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:19:11 -0500 Subject: owners owners.epel.list,1.17,1.18 Message-ID: <200612181719.kBIHJBn6020452@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20377 Modified Files: owners.epel.list Log Message: +sbcl Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- owners.epel.list 18 Dec 2006 17:03:14 -0000 1.17 +++ owners.epel.list 18 Dec 2006 17:18:41 -0000 1.18 @@ -30,6 +30,7 @@ EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|sbcl|Steel Bank Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:20:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:20:16 -0500 Subject: rpms/gchempaint import.log,1.1,1.2 Message-ID: <200612181720.kBIHKGI8020520@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20471 Modified Files: import.log Log Message: auto-import gchempaint-0.6.6-5 on branch devel from gchempaint-0.6.6-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gchempaint/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Dec 2006 17:18:45 -0000 1.1 +++ import.log 18 Dec 2006 17:19:46 -0000 1.2 @@ -0,0 +1 @@ +gchempaint-0_6_6-5:HEAD:gchempaint-0.6.6-5.src.rpm:1166462817 From fedora-extras-commits at redhat.com Mon Dec 18 17:20:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:20:18 -0500 Subject: owners owners.epel.list,1.18,1.19 Message-ID: <200612181720.kBIHKI6C020525@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20473 Modified Files: owners.epel.list Log Message: +maxima Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- owners.epel.list 18 Dec 2006 17:18:41 -0000 1.18 +++ owners.epel.list 18 Dec 2006 17:19:48 -0000 1.19 @@ -24,6 +24,7 @@ EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|nagios|Host/service/network monitoring program|imlinux at gmail.com|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:20:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:20:16 -0500 Subject: rpms/gchempaint/devel 18159.patch, NONE, 1.1 gchempaint.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612181720.kBIHKG2K020524@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20471/devel Modified Files: .cvsignore sources Added Files: 18159.patch gchempaint.spec Log Message: auto-import gchempaint-0.6.6-5 on branch devel from gchempaint-0.6.6-5.src.rpm 18159.patch: --- NEW FILE 18159.patch --- Index: lib/application.cc =================================================================== RCS file: /cvsroot/gchempaint/gchempaint/lib/application.cc,v retrieving revision 1.33.2.5 diff -p -u -5 -r1.33.2.5 application.cc --- lib/application.cc 29 May 2006 06:16:56 -0000 1.33.2.5 +++ lib/application.cc 30 Oct 2006 21:10:58 -0000 @@ -150,11 +150,12 @@ gcpApplication::gcpApplication () } } } // search help file - string lang = getenv ("LANG"); + char const *szlang = getenv ("LANG"); + string lang = (szlang)? szlang: "C"; HelpFilename = string (DATADIR"/gnome/help/") + string (PACKAGE"/") + lang + "/"PACKAGE".xml"; struct stat buf; int err = stat(HelpFilename.c_str (), &buf); if (err) { if (lang.size () > 2) { --- NEW FILE gchempaint.spec --- Name: gchempaint Version: 0.6.6 Release: 5%{?dist} Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz Patch0: 18159.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel BuildRequires: scrollkeeper BuildRequires: gnome-doc-utils BuildRequires: perl-XML-Parser BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: hicolor-icon-theme Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 Requires(post): scrollkeeper Requires(postun): scrollkeeper %description GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop. GChemPaint is a multi document application and is a bonobo server so that some chemistry can be embedded in other Gnome applications. #disable -devel package for now #%package devel #Summary: Development package for %{name} #Group: Development/Libraries #Requires: %{name} = %{version}-%{release} #Requires: gnome-chemistry-utils-devel #Requires: libbonoboui-devel #%description devel #GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop. #GChemPaint is a multi document application and is a bonobo server so that some #chemistry can be embedded in other Gnome applications. This package contains #development files for %{name} %prep %setup -q %patch0 -p0 -b .amd64crashfix %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor=fedora \ --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} #kill libtool archives rm -f $RPM_BUILD_ROOT%{_libdir}/gchempaint/plugins/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.la #kill headers and .so file for now, until undefined non-weak symbols issue is fixed rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so %clean rm -rf $RPM_BUILD_ROOT %pre if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas >/dev/null || : # If the schema file has ever been renamed:: #gconftool-2 --makefile-uninstall-rule \ # %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || : killall -HUP gconfd-2 || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas > /dev/null || : killall -HUP gconfd-2 || : update-desktop-database &> /dev/null ||: update-mime-database %{_datadir}/mime &> /dev/null || : scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : /sbin/ldconfig %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas > /dev/null || : killall -HUP gconfd-2 || : fi %postun update-desktop-database &> /dev/null ||: update-mime-database %{_datadir}/mime &> /dev/null || : scrollkeeper-update -q || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING COPYING-DOCS INSTALL NEWS README TODO %{_bindir}/gchempaint %{_bindir}/gchempaint-viewer %{_libdir}/bonobo/servers/gchempaint.server %{_libdir}/gchempaint %{_libdir}/libgchempaint.so.* %{_sysconfdir}/gconf/schemas/gchempaint-arrows.schemas %{_datadir}/applications/fedora-gchempaint.desktop %{_datadir}/gchempaint %{_datadir}/icons/hicolor/*/apps/gchempaint.png %{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-application-x-gchempaint.png %{_datadir}/gnome/help/gchempaint %{_datadir}/mime/packages/gchempaint.xml %{_datadir}/omf/gchempaint #disable -devel package for now #%files devel #%defattr(-,root,root,-) #%{_includedir}/gchempaint #%{_libdir}/libgchempaint.so %changelog * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash - Disabled -devel package until undefined non-weak symbols issue is fixed - Added hicolor-icon-theme to Requires * Wed Dec 06 2006 Julian Sikorski - 0.6.6-4 - Fixed %%changelog section - Fixed directory ownership - Removed pkgconfig from -devel package Requires * Sun Dec 03 2006 Julian Sikorski - 0.6.6-3 - Removed --add-category X-Fedora from desktop-file-install command - Added some wildcards to make %%files section shorter * Sun Dec 03 2006 Julian Sikorski - 0.6.6-2 - Removed packages pulled by gnome-chemistry-utils-devel from BuildRequires - Install desktop files using desktop-file-install - Fixed Requires for -devel package - Preserve timestamps * Sat Dec 02 2006 Julian Sikorski - 0.6.6-1 - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Dec 2006 17:18:51 -0000 1.1 +++ .cvsignore 18 Dec 2006 17:19:46 -0000 1.2 @@ -0,0 +1 @@ +gchempaint-0.6.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Dec 2006 17:18:51 -0000 1.1 +++ sources 18 Dec 2006 17:19:46 -0000 1.2 @@ -0,0 +1 @@ +143ca4a852e58cec6a00517ab9df2303 gchempaint-0.6.6.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 17:21:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:21:16 -0500 Subject: owners owners.epel.list,1.19,1.20 Message-ID: <200612181721.kBIHLGYg020584@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20559 Modified Files: owners.epel.list Log Message: +lyx Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- owners.epel.list 18 Dec 2006 17:19:48 -0000 1.19 +++ owners.epel.list 18 Dec 2006 17:20:46 -0000 1.20 @@ -22,6 +22,7 @@ EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|lyx|WYSIWYM (What You See Is What You Mean) document processor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mail-notification|Mail Notification is a status icon that informs you if you have new mail|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:22:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:22:19 -0500 Subject: owners owners.epel.list,1.20,1.21 Message-ID: <200612181722.kBIHMJHh020605@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20590 Modified Files: owners.epel.list Log Message: +cmucl Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- owners.epel.list 18 Dec 2006 17:20:46 -0000 1.20 +++ owners.epel.list 18 Dec 2006 17:21:49 -0000 1.21 @@ -11,6 +11,7 @@ # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:25:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Mon, 18 Dec 2006 12:25:16 -0500 Subject: owners owners.list,1.2126,1.2127 Message-ID: <200612181725.kBIHPGg9020659@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20639 Modified Files: owners.list Log Message: Added gchempaint Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2126 retrieving revision 1.2127 diff -u -r1.2126 -r1.2127 --- owners.list 18 Dec 2006 17:15:09 -0000 1.2126 +++ owners.list 18 Dec 2006 17:24:46 -0000 1.2127 @@ -511,6 +511,7 @@ Fedora Extras|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gcdmaster|A Gnome Disk-At-Once (DAO) Audio CD writer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gcfilms|Movies collections management|tian at c-sait.net|extras-qa at fedoraproject.org| +Fedora Extras|gchempaint|A 2D chemical formulae drawing tool|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|gcl|GNU Common Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gcombust|Powerful GTK+ front-end for mkisofs and cdrecord|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 18 17:26:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:26:56 -0500 Subject: rpms/cmucl/EL-4 .cvsignore,1.4,1.5 cmucl.spec,1.9,1.10 Message-ID: <200612181726.kBIHQuel020719@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20674 Modified Files: .cvsignore cmucl.spec Log Message: cosmetics Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmucl/EL-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Nov 2006 16:47:57 -0000 1.4 +++ .cvsignore 18 Dec 2006 17:26:26 -0000 1.5 @@ -1,6 +1,7 @@ cmucl-19c-x86-linux.tar.bz2 -cmucl-src-19c.tar.bz2 cmucl-19c-x86-linux.tar.bz2.asc -cmucl-src-19c.tar.bz2.asc +cmucl-19d-x86-linux.tar.bz2 cmucl-19d-x86-linux.tar.bz2.asc +cmucl-src-19c.tar.bz2 +cmucl-src-19c.tar.bz2.asc cmucl-src-19d.tar.bz2 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/EL-4/cmucl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cmucl.spec 22 Nov 2006 17:12:38 -0000 1.9 +++ cmucl.spec 18 Dec 2006 17:26:26 -0000 1.10 @@ -43,7 +43,7 @@ BuildRequires: time BuildRequires: bc # Until we have a generic BR: motif-devel -- Rex -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 BuildRequires: lesstif-devel %else BuildRequires: openmotif-devel From fedora-extras-commits at redhat.com Mon Dec 18 17:27:24 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 18 Dec 2006 12:27:24 -0500 Subject: rpms/stellarium/FC-6 stellarium.spec,1.26,1.27 Message-ID: <200612181727.kBIHROdn020724@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20703 Modified Files: stellarium.spec Log Message: Fix broken install Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-6/stellarium.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- stellarium.spec 17 Dec 2006 22:06:19 -0000 1.26 +++ stellarium.spec 18 Dec 2006 17:26:54 -0000 1.27 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -53,7 +53,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" desktop-file-install \ --vendor fedora \ @@ -64,7 +64,7 @@ -o $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 mv $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -install -m 0644 -p stellarium-2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png +install -m 0644 -p stellarium.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png rm $RPM_BUILD_ROOT%{_datadir}/stellarium/data/{icon.bmp,stellarium.ico} cp %{SOURCE2} $RPM_BUILD_DIR/stellarium-%{version} @@ -88,7 +88,7 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog -* Sun Dec 17 2006 Jochen Schmitt - 0.8.2-4 +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-5 - Resize Icon to 32x32 * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 From fedora-extras-commits at redhat.com Mon Dec 18 17:29:18 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Mon, 18 Dec 2006 12:29:18 -0500 Subject: rpms/stellarium/FC-5 stellarium.spec,1.25,1.26 Message-ID: <200612181729.kBIHTIFm020852@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20822 Modified Files: stellarium.spec Log Message: Fix broken install Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/FC-5/stellarium.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- stellarium.spec 17 Dec 2006 22:08:17 -0000 1.25 +++ stellarium.spec 18 Dec 2006 17:28:48 -0000 1.26 @@ -1,6 +1,6 @@ Name: stellarium Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -53,7 +53,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" desktop-file-install \ --vendor fedora \ @@ -64,7 +64,7 @@ -o $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 mv $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/stellarium.1 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -install -m 0644 -p stellarium-2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png +install -m 0644 -p stellarium.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/stellarium.png rm $RPM_BUILD_ROOT%{_datadir}/stellarium/data/{icon.bmp,stellarium.ico} cp %{SOURCE2} $RPM_BUILD_DIR/stellarium-%{version} @@ -88,7 +88,7 @@ %doc COPYING stellarium_user_guide-0.8.1-1.pdf %changelog -* Sun Dec 17 2006 Jochen Schmitt 0.8.2-4 +* Sun Dec 17 2006 Jochen Schmitt 0.8.2-5 - Resize icon to 32x32 * Tue Nov 14 2006 Jochen Schmitt 0.8.2-3 From fedora-extras-commits at redhat.com Mon Dec 18 17:31:50 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:31:50 -0500 Subject: rpms/sbcl/EL-4 .cvsignore, 1.12, 1.13 sbcl.spec, 1.32, 1.33 sources, 1.12, 1.13 Message-ID: <200612181731.kBIHVo7k020954@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20930 Modified Files: .cvsignore sbcl.spec sources Log Message: try different ppc bootstrap (1.0 segfaults) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 18 Dec 2006 17:16:46 -0000 1.12 +++ .cvsignore 18 Dec 2006 17:31:20 -0000 1.13 @@ -2,3 +2,4 @@ sbcl-1.0-powerpc-linux-binary.tar.bz2 sbcl-1.0-x86-linux-binary.tar.bz2 sbcl-1.0-x86-64-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sbcl.spec 18 Dec 2006 17:16:46 -0000 1.32 +++ sbcl.spec 18 Dec 2006 17:31:20 -0000 1.33 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: BSD/MIT Group: Development/Languages @@ -42,7 +42,7 @@ %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc #BuildRequires: sbcl Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Dec 2006 17:16:46 -0000 1.12 +++ sources 18 Dec 2006 17:31:20 -0000 1.13 @@ -2,3 +2,4 @@ ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 +4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 17:48:04 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 12:48:04 -0500 Subject: rpms/amavisd-new/devel amavisd-new.spec,1.14,1.15 Message-ID: <200612181748.kBIHm4Bj021083@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21068 Modified Files: amavisd-new.spec Log Message: Fix the path to amavisd.sock in amavisd-release. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- amavisd-new.spec 5 Dec 2006 16:16:30 -0000 1.14 +++ amavisd-new.spec 18 Dec 2006 17:47:34 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.4 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -79,6 +79,9 @@ %patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ +sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ + amavisd-release + %build %install @@ -153,6 +156,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Dec 18 2006 Steven Pritchard 2.4.4-2 +- Fix the path to amavisd.sock in amavisd-release. + * Tue Dec 05 2006 Steven Pritchard 2.4.4-1 - Update to 2.4.4. From fedora-extras-commits at redhat.com Mon Dec 18 17:49:08 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:49:08 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.33,1.34 Message-ID: <200612181749.kBIHn8qM021148@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21123 Modified Files: sbcl.spec Log Message: try again with sbcl-1.0/ppc bootstrap, using my_setarch this time Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sbcl.spec 18 Dec 2006 17:31:20 -0000 1.33 +++ sbcl.spec 18 Dec 2006 17:48:38 -0000 1.34 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 License: BSD/MIT Group: Development/Languages @@ -42,7 +42,7 @@ %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc #BuildRequires: sbcl @@ -133,9 +133,9 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${PATH} %endif -# my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3 too -#%{__cc} -o my_setarch %{optflags} %{SOURCE100} -#define my_setarch ./my_setarch +## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too +%{__cc} -o my_setarch %{optflags} %{SOURCE100} +%define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) # http://bugzilla.redhat.com/169506 From fedora-extras-commits at redhat.com Mon Dec 18 17:52:04 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 12:52:04 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.34,1.35 sources,1.13,1.14 Message-ID: <200612181752.kBIHq4sg021198@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21181 Modified Files: sbcl.spec sources Log Message: verbose build drop older ppc bootstrap from sources Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sbcl.spec 18 Dec 2006 17:48:38 -0000 1.34 +++ sbcl.spec 18 Dec 2006 17:51:34 -0000 1.35 @@ -4,7 +4,7 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -#define sbcl_verbose 1 +%define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 18 Dec 2006 17:31:20 -0000 1.13 +++ sources 18 Dec 2006 17:51:34 -0000 1.14 @@ -2,4 +2,3 @@ ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 -4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 18:13:10 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 13:13:10 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.35,1.36 sources,1.14,1.15 Message-ID: <200612181813.kBIIDAdj024463@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24439 Modified Files: sbcl.spec sources Log Message: * Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) - initial epel-4 support, omitting ppc arch (#220053) Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- sbcl.spec 18 Dec 2006 17:51:34 -0000 1.35 +++ sbcl.spec 18 Dec 2006 18:12:40 -0000 1.36 @@ -4,20 +4,25 @@ #define min_bootstrap 1 # define to enable verbose build for debugging -%define sbcl_verbose 1 +#define sbcl_verbose 1 %define sbcl_shell /bin/bash Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 1%{?dist}.2 +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} > 2 ExclusiveArch: %{ix86} x86_64 ppc sparc +%else +# EL-4 ppc bootstrap segfaults (http://bugzilla.redhat.com/220053) +ExclusiveArch: %{ix86} x86_64 +%endif # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 @@ -42,12 +47,12 @@ %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 30 +#define sbcl_bootstrap_src -a 30 %endif ## sparc section @@ -134,8 +139,8 @@ %endif ## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too -%{__cc} -o my_setarch %{optflags} %{SOURCE100} -%define my_setarch ./my_setarch +#{__cc} -o my_setarch %{optflags} %{SOURCE100} +#define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) # http://bugzilla.redhat.com/169506 @@ -233,6 +238,10 @@ %changelog +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) +- initial epel-4 support, omitting ppc arch (#220053) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 18 Dec 2006 17:51:34 -0000 1.14 +++ sources 18 Dec 2006 18:12:40 -0000 1.15 @@ -1,4 +1,3 @@ 52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 -ba1d967bbdba88da7c8ea965c5508f26 sbcl-1.0-powerpc-linux-binary.tar.bz2 91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 18:42:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 13:42:45 -0500 Subject: rpms/ntl/devel ntl.spec,1.4,1.5 Message-ID: <200612181842.kBIIgjt3024656@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/ntl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24641 Modified Files: ntl.spec Log Message: * Mon Dec 18 2006 Rex Dieter 5.4-5 - -devel -> -static Index: ntl.spec =================================================================== RCS file: /cvs/extras/rpms/ntl/devel/ntl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ntl.spec 28 Aug 2006 14:03:55 -0000 1.4 +++ ntl.spec 18 Dec 2006 18:42:15 -0000 1.5 @@ -2,7 +2,7 @@ Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl Version: 5.4 -Release: 4%{?dist} +Release: 5%{?dist} # See doc/copying.txt License: GPL @@ -34,10 +34,12 @@ * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers. -%package devel +%package static Summary: High-performance algorithms for vectors, matrices, and polynomials Group: Development/Libraries -%description devel +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: %{name}-devel = %{version}-%{release} +%description static NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers; for vectors, matrices, and polynomials over the integers and over finite fields; and for arbitrary @@ -100,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT -%files devel +%files static %defattr(-,root,root,-) %doc README %doc doc/* @@ -109,6 +111,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 5.4-5 +- -devel -> -static + * Mon Aug 28 2006 Rex Dieter 5.4-4 - fc6 respin From fedora-extras-commits at redhat.com Mon Dec 18 18:45:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 13:45:27 -0500 Subject: rpms/factory/devel factory.spec,1.17,1.18 Message-ID: <200612181845.kBIIjRXe024763@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/factory/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24716 Modified Files: factory.spec Log Message: * Mon Dec 18 2006 Rex Dieter 2.0.5-11 - -devel -> -static Index: factory.spec =================================================================== RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- factory.spec 2 Oct 2006 17:06:27 -0000 1.17 +++ factory.spec 18 Dec 2006 18:44:57 -0000 1.18 @@ -2,7 +2,7 @@ Summary: C++ class library for multivariate polynomial data Name: factory Version: 2.0.5 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL URL: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/ @@ -22,11 +22,13 @@ of multivariate polynomial data. -%package devel +%package static Summary: C++ class library for multivariate polynomial data Group: Development/Libraries Requires: gmp-devel -%description devel +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: %{name}-devel = %{version}-%{release} +%description static Factory is a C++ class library that implements a recursive representation of multivariate polynomial data. @@ -59,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT -%files devel +%files static %defattr(-,root,root) %doc ChangeLog COPYING NEWS README NEWS %{_libdir}/lib*.a @@ -67,6 +69,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 2.0.5-11 +- -devel -> -static + * Mon Oct 02 2006 Rex Dieter 2.0.5-10 - respin From fedora-extras-commits at redhat.com Mon Dec 18 19:14:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 14:14:01 -0500 Subject: rpms/cmucl/devel .cvsignore,1.4,1.5 cmucl.spec,1.9,1.10 Message-ID: <200612181914.kBIJE1vH028131@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28114 Modified Files: .cvsignore cmucl.spec Log Message: * Mon Dec 18 2006 Rex Dieter 19d-3 - QA_SKIP_BUILD_ROOT=1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Nov 2006 16:47:57 -0000 1.4 +++ .cvsignore 18 Dec 2006 19:13:30 -0000 1.5 @@ -1,6 +1,7 @@ cmucl-19c-x86-linux.tar.bz2 -cmucl-src-19c.tar.bz2 cmucl-19c-x86-linux.tar.bz2.asc -cmucl-src-19c.tar.bz2.asc +cmucl-19d-x86-linux.tar.bz2 cmucl-19d-x86-linux.tar.bz2.asc +cmucl-src-19c.tar.bz2 +cmucl-src-19c.tar.bz2.asc cmucl-src-19d.tar.bz2 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cmucl.spec 22 Nov 2006 17:12:38 -0000 1.9 +++ cmucl.spec 18 Dec 2006 19:13:30 -0000 1.10 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19d -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -35,7 +35,6 @@ #ifarch ppc #endif - Patch1: cmucl-19c-motif-shared.patch Patch2: cmucl-19c-optflags.patch @@ -43,7 +42,7 @@ BuildRequires: time BuildRequires: bc # Until we have a generic BR: motif-devel -- Rex -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 BuildRequires: lesstif-devel %else BuildRequires: openmotif-devel @@ -151,6 +150,8 @@ ## Unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/cmucl/sample-wrapper +# lisp.core contains environment used to build, including RPM_BUILD_ROOT +QA_SKIP_BUILD_ROOT=1; export QA_SKIP_BUILD_ROOT %files @@ -199,6 +200,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 19d-3 +- QA_SKIP_BUILD_ROOT=1 + * Wed Nov 22 2006 Rex Dieter 19d-2 - move bootstrap sources outside of %%ifarch block From fedora-extras-commits at redhat.com Mon Dec 18 19:27:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 14:27:16 -0500 Subject: rpms/sbcl/EL-4 sbcl.spec,1.36,1.37 Message-ID: <200612181927.kBIJRGc4028288@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28271 Modified Files: sbcl.spec Log Message: drop BR: sbcl, we're using local bootstrap Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sbcl.spec 18 Dec 2006 18:12:40 -0000 1.36 +++ sbcl.spec 18 Dec 2006 19:26:46 -0000 1.37 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: BSD/MIT Group: Development/Languages @@ -41,7 +41,7 @@ Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 -BuildRequires: sbcl +#BuildRequires: sbcl # or %define sbcl_bootstrap_src -a 20 %endif From fedora-extras-commits at redhat.com Mon Dec 18 19:35:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 14:35:39 -0500 Subject: rpms/wxMaxima/devel wxMaxima.spec,1.7,1.8 Message-ID: <200612181935.kBIJZdrA028388@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/wxMaxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28373 Modified Files: wxMaxima.spec Log Message: * Mon Dec 18 2006 Rex Dieter 0.7.0a-5 - use xdg-utils in scriptlets Index: wxMaxima.spec =================================================================== RCS file: /cvs/extras/rpms/wxMaxima/devel/wxMaxima.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wxMaxima.spec 22 Nov 2006 16:19:21 -0000 1.7 +++ wxMaxima.spec 18 Dec 2006 19:35:09 -0000 1.8 @@ -5,7 +5,7 @@ Summary: Graphical user interface for Maxima Name: wxMaxima Version: 0.7.0a -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Engineering URL: http://wxmaxima.sourceforge.net/ @@ -21,6 +21,8 @@ BuildRequires: sed Requires: maxima >= 5.10 +Requires(post): xdg-utils +Requires(postun): xdg-utils %description A Graphical user interface for the computer algebra system @@ -78,12 +80,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f wxMaxima.lang @@ -98,6 +98,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.7.0a-5 +- use xdg-utils in scriptlets + * Wed Nov 22 2006 Rex Dieter 0.7.0a-4 - --remove-category=Science;Utility (#215748) From fedora-extras-commits at redhat.com Mon Dec 18 20:04:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:04:01 -0500 Subject: rpms/libfac/devel libfac.spec,1.14,1.15 Message-ID: <200612182004.kBIK41qX031715@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libfac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31696 Modified Files: libfac.spec Log Message: * Mon Dec 18 2006 Rex Dieter 2.0.5-8 - -devel -> -static Index: libfac.spec =================================================================== RCS file: /cvs/extras/rpms/libfac/devel/libfac.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libfac.spec 2 Oct 2006 17:10:45 -0000 1.14 +++ libfac.spec 18 Dec 2006 20:03:31 -0000 1.15 @@ -2,12 +2,12 @@ Summary: An extension to Singular-factory Name: libfac Version: 2.0.5 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Url: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/ # http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/libfac-2-0-5.tar,gz -Source: libfac-2-0-5.tar.gz +Source0: libfac-2-0-5.tar.gz Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,12 +20,12 @@ (e.g., calculating the characteristic set and the irreducible characteristic series). -%package devel +%package static Summary: An extension to Singular-factory -#Obsoletes: %{name} < %{version}-%{release} -#Provides: %{name} = %{version}-%{release} +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: %{name}-devel = %{version}-%{release} Group: Development/Libraries -%description devel +%description static Singular-libfac is an extension to Singular-factory which implements factorization of polynomials over finite fields and algorithms for manipulation of polynomial ideals via the characteristic set methods @@ -60,14 +60,17 @@ rm -rf $RPM_BUILD_ROOT -%files devel -%defattr(-,root,root) +%files static +%defattr(-,root,root,-) %doc 00README ChangeLog COPYING %{_libdir}/lib*.a %{_includedir}/* %changelog +* Mon Dec 18 2006 Rex Dieter 2.0.5-8 +- -devel -> -static + * Mon Oct 02 2006 Rex Dieter 2.0.5-7 - respin From fedora-extras-commits at redhat.com Mon Dec 18 20:10:36 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:10:36 -0500 Subject: rpms/gtk-qt-engine/FC-6 gtk-qt-engine-svn.sh, NONE, 1.1 .cvsignore, 1.5, 1.6 gtk-qt-engine.spec, 1.25, 1.26 sources, 1.5, 1.6 Message-ID: <200612182010.kBIKAaNY032013@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31988 Modified Files: .cvsignore gtk-qt-engine.spec sources Added Files: gtk-qt-engine-svn.sh Log Message: * Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn - gtk-qt-engine-20061211svn --- NEW FILE gtk-qt-engine-svn.sh --- #!/bin/sh DATE=$(date +%Y%m%d) MODULE="$(basename $0 -svn.sh)" SVNROOT=http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/gtk-qt-engine set -x rm -rf $MODULE svn export $SVNROOT $MODULE/ ## tar it up tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE ## cleanup rm -rf $MODULE Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Jul 2006 13:22:30 -0000 1.5 +++ .cvsignore 18 Dec 2006 20:10:06 -0000 1.6 @@ -1 +1,2 @@ gtk-qt-engine-0.7.tar.bz2 +gtk-qt-engine-20061211svn.tar.bz2 Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-6/gtk-qt-engine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gtk-qt-engine.spec 29 Aug 2006 17:59:31 -0000 1.25 +++ gtk-qt-engine.spec 18 Dec 2006 20:10:06 -0000 1.26 @@ -1,31 +1,24 @@ %define real_ver 0.7 -#define cvs cvs20060629 +%define svn 20061211svn Summary: A project allowing GTK to use Qt widget styles. Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 3%{?dist} +Release: 4.%{svn}%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt -%if "%{?cvs:1}" == "1" -Source0: gtk-qt-engine-%{cvs}.tar.bz2 -Source1: gtk-qt-engine-cvs.sh +%if "%{?svn:1}" == "1" +Source0: gtk-qt-engine-%{svn}.tar.bz2 +Source1: gtk-qt-engine-svn.sh %else Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{real_ver}.tar.bz2 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#### reported Bugs, patches -## GTK/QT + Baghira = lots of problems -## (gtk-qt-engine-cvs20050930 + baghira-0.71 crashes firefox/gimp) -## http://bugs.freedesktop.org/show_bug.cgi?id=2349 -#Patch2349: -Patch2: gtk-qt-engine-dt.patch - -BuildRequires: desktop-file-utils +BuildRequires: cmake BuildRequires: gettext BuildRequires: gtk2-devel >= 2.2 BuildRequires: libbonoboui-devel @@ -44,33 +37,30 @@ %prep %setup -q -n %{name} -%patch2 -p1 -b .dt - %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath \ - --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final - -make %{?_smp_mflags} +%if "%{?svn:1}" == "1" +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DBUILD_SHARED_LIBS:BOOL=ON +%else +unset QTDIR || : ; source /etc/profile.d/qt.sh +%configure +%endif +make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT # locale's %find_lang gtkqtengine || touch gtkqtengine.lang -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - # Unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/menu rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Settings/LookNFeel/kcmgtk.desktop @@ -84,13 +74,18 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_datadir}/themes/Qt/ -%{_datadir}/gtk-qt-engine/ %{_datadir}/applications/*.desktop %{_libdir}/gtk-2.0/*/engines/* %{_libdir}/kde3/kcm_*.* %changelog +* Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn +- gtk-qt-engine-20061211svn + +* Wed Nov 01 2006 Rex Dieter 0.70-3.20061101svn +- gtk-qt-engine-20061101svn + * Tue Aug 29 2006 Rex Dieter 0.70-3 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jul 2006 13:22:30 -0000 1.5 +++ sources 18 Dec 2006 20:10:06 -0000 1.6 @@ -1 +1 @@ -27ca211621f38c45b1c4c9e9ef1f84b0 gtk-qt-engine-0.7.tar.bz2 +ab25f35e9812e3fd7dba080ad2853645 gtk-qt-engine-20061211svn.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:12:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:12:43 -0500 Subject: rpms/gtk-qt-engine/FC-5 .cvsignore, 1.5, 1.6 gtk-qt-engine-cvs.sh, 1.1, 1.2 gtk-qt-engine.spec, 1.23, 1.24 sources, 1.5, 1.6 Message-ID: <200612182012.kBIKChYP032078@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32057 Modified Files: .cvsignore gtk-qt-engine-cvs.sh gtk-qt-engine.spec sources Log Message: * Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn - gtk-qt-engine-20061211svn Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Jul 2006 13:38:27 -0000 1.5 +++ .cvsignore 18 Dec 2006 20:12:13 -0000 1.6 @@ -1 +1,2 @@ gtk-qt-engine-0.7.tar.bz2 +gtk-qt-engine-20061211svn.tar.bz2 Index: gtk-qt-engine-cvs.sh =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/gtk-qt-engine-cvs.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtk-qt-engine-cvs.sh 29 Jun 2006 21:00:38 -0000 1.1 +++ gtk-qt-engine-cvs.sh 18 Dec 2006 20:12:13 -0000 1.2 @@ -8,4 +8,4 @@ rm -rf $MODULE cvs -d :pserver:anoncvs at cvs.freedesktop.org:/cvs/gtk-qt co $MODULE tar cjf $MODULE-cvs${DATE}.tar.bz2 $MODULE -rm -rf $MODULE +#rm -rf $MODULE Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/gtk-qt-engine.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gtk-qt-engine.spec 12 Jul 2006 16:07:43 -0000 1.23 +++ gtk-qt-engine.spec 18 Dec 2006 20:12:13 -0000 1.24 @@ -1,31 +1,24 @@ %define real_ver 0.7 -#define cvs cvs20060629 +%define svn 20061211svn Summary: A project allowing GTK to use Qt widget styles. Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 2%{?dist} +Release: 4.%{svn}%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt -%if "%{?cvs:1}" == "1" -Source0: gtk-qt-engine-%{cvs}.tar.bz2 -Source1: gtk-qt-engine-cvs.sh +%if "%{?svn:1}" == "1" +Source0: gtk-qt-engine-%{svn}.tar.bz2 +Source1: gtk-qt-engine-svn.sh %else Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{real_ver}.tar.bz2 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#### reported Bugs, patches -## GTK/QT + Baghira = lots of problems -## (gtk-qt-engine-cvs20050930 + baghira-0.71 crashes firefox/gimp) -## http://bugs.freedesktop.org/show_bug.cgi?id=2349 -#Patch2349: -Patch2: gtk-qt-engine-dt.patch - -BuildRequires: desktop-file-utils +BuildRequires: cmake BuildRequires: gettext BuildRequires: gtk2-devel >= 2.2 BuildRequires: libbonoboui-devel @@ -44,33 +37,30 @@ %prep %setup -q -n %{name} -%patch2 -p1 -b .dt - %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath \ - --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final - -make %{?_smp_mflags} +%if "%{?svn:1}" == "1" +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +cmake . \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DBUILD_SHARED_LIBS:BOOL=ON +%else +unset QTDIR || : ; source /etc/profile.d/qt.sh +%configure +%endif +make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT # locale's %find_lang gtkqtengine || touch gtkqtengine.lang -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ - --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop - # Unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/menu rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Settings/LookNFeel/kcmgtk.desktop @@ -84,13 +74,21 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_datadir}/themes/Qt/ -%{_datadir}/gtk-qt-engine/ %{_datadir}/applications/*.desktop %{_libdir}/gtk-2.0/*/engines/* %{_libdir}/kde3/kcm_*.* %changelog +* Mon Dec 11 2006 Rex Dieter 0.70-4.20061211svn +- gtk-qt-engine-20061211svn + +* Wed Nov 01 2006 Rex Dieter 0.70-3.20061101svn +- gtk-qt-engine-20061101svn + +* Tue Aug 29 2006 Rex Dieter 0.70-3 +- fc6 respin + * Wed Jul 12 2006 Rex Dieter 0.70-2 - remove dup'd kcmgtk.desktop Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jul 2006 13:38:27 -0000 1.5 +++ sources 18 Dec 2006 20:12:13 -0000 1.6 @@ -1 +1 @@ -27ca211621f38c45b1c4c9e9ef1f84b0 gtk-qt-engine-0.7.tar.bz2 +ab25f35e9812e3fd7dba080ad2853645 gtk-qt-engine-20061211svn.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:15:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:15:13 -0500 Subject: rpms/cmucl/EL-4 cmucl.spec,1.10,1.11 Message-ID: <200612182015.kBIKFDnH032147@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32132 Modified Files: cmucl.spec Log Message: * Mon Dec 18 2006 Rex Dieter 19d-3 - QA_SKIP_BUILD_ROOT=1 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/EL-4/cmucl.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cmucl.spec 18 Dec 2006 17:26:26 -0000 1.10 +++ cmucl.spec 18 Dec 2006 20:14:43 -0000 1.11 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19d -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -35,7 +35,6 @@ #ifarch ppc #endif - Patch1: cmucl-19c-motif-shared.patch Patch2: cmucl-19c-optflags.patch @@ -151,6 +150,8 @@ ## Unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/cmucl/sample-wrapper +# lisp.core contains environment used to build, including RPM_BUILD_ROOT +QA_SKIP_BUILD_ROOT=1; export QA_SKIP_BUILD_ROOT %files @@ -199,6 +200,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 19d-3 +- QA_SKIP_BUILD_ROOT=1 + * Wed Nov 22 2006 Rex Dieter 19d-2 - move bootstrap sources outside of %%ifarch block From fedora-extras-commits at redhat.com Mon Dec 18 20:16:34 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 15:16:34 -0500 Subject: rpms/gtk-qt-engine/FC-5 gtk-qt-engine-svn.sh, NONE, 1.1 gtk-qt-engine.spec, 1.24, 1.25 gtk-qt-engine-cvs.sh, 1.2, NONE Message-ID: <200612182016.kBIKGY4L032221@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32205 Modified Files: gtk-qt-engine.spec Added Files: gtk-qt-engine-svn.sh Removed Files: gtk-qt-engine-cvs.sh Log Message: respin for cvs->svn snapshot script --- NEW FILE gtk-qt-engine-svn.sh --- #!/bin/sh DATE=$(date +%Y%m%d) MODULE="$(basename $0 -svn.sh)" SVNROOT=http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/gtk-qt-engine set -x rm -rf $MODULE svn export $SVNROOT $MODULE/ ## tar it up tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE ## cleanup rm -rf $MODULE Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/FC-5/gtk-qt-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gtk-qt-engine.spec 18 Dec 2006 20:12:13 -0000 1.24 +++ gtk-qt-engine.spec 18 Dec 2006 20:16:04 -0000 1.25 @@ -6,7 +6,7 @@ Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 4.%{svn}%{?dist} +Release: 4.%{svn}%{?dist}.1 License: GPL URL: http://www.freedesktop.org/Software/gtk-qt --- gtk-qt-engine-cvs.sh DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 20:19:50 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Mon, 18 Dec 2006 15:19:50 -0500 Subject: rpms/digikam/devel .cvsignore, 1.7, 1.8 digikam.spec, 1.29, 1.30 sources, 1.7, 1.8 Message-ID: <200612182019.kBIKJooL032314@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32290 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 28 Nov 2006 21:10:41 -0000 1.7 +++ .cvsignore 18 Dec 2006 20:19:20 -0000 1.8 @@ -1 +1 @@ -digikam-0.9.0-rc1.tar.bz2 +digikam-0.9.0.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- digikam.spec 28 Nov 2006 21:20:56 -0000 1.29 +++ digikam.spec 18 Dec 2006 20:19:20 -0000 1.30 @@ -1,20 +1,18 @@ -%define prever rc1 - Name: digikam Version: 0.9.0 -Release: 0.2%{?prever:.%{prever}}%{?dist} +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia License: GPL URL: http://www.digikam.org/ -Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}%{?prever:-%{prever}}.tar.bz2 +Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel libtiff-devel -BuildRequires: libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 gettext -BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel +BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel >= 0.12 +BuildRequires: libtiff-devel libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 +BuildRequires: gettext pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -39,7 +37,7 @@ needed to develop applications using %{name}. %prep -%setup -q -n %{name}-%{version}%{?prever:-%{prever}} +%setup -q %build unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh @@ -48,9 +46,8 @@ %configure \ --disable-rpath \ --disable-debug \ - --disable-dependency-tracking -# Broken on 0.9.0-rc1 -# --enable-final + --disable-dependency-tracking \ + --enable-final make %{?_smp_mflags} %install @@ -123,6 +120,9 @@ %{_libdir}/libdigikam.so %changelog +* Mon Dec 18 2006 Marcin Garski 0.9.0-1 +- Update to version 0.9.0 + * Tue Nov 28 2006 Marcin Garski 0.9.0-0.2.rc1 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 28 Nov 2006 21:10:41 -0000 1.7 +++ sources 18 Dec 2006 20:19:20 -0000 1.8 @@ -1 +1 @@ -a28353bb20b3ab284965ff07054699e6 digikam-0.9.0-rc1.tar.bz2 +5334d608218fe077a476722e2ce55323 digikam-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:21:51 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Mon, 18 Dec 2006 15:21:51 -0500 Subject: rpms/digikam/FC-6 .cvsignore, 1.6, 1.7 digikam.spec, 1.26, 1.27 sources, 1.6, 1.7 Message-ID: <200612182021.kBIKLpMU032383@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32364 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Aug 2006 20:13:53 -0000 1.6 +++ .cvsignore 18 Dec 2006 20:21:21 -0000 1.7 @@ -1 +1 @@ -digikam-0.8.2.tar.bz2 +digikam-0.9.0.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-6/digikam.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- digikam.spec 31 Aug 2006 22:59:24 -0000 1.26 +++ digikam.spec 18 Dec 2006 20:21:21 -0000 1.27 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,9 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext -BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel +BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel >= 0.12 +BuildRequires: libtiff-devel libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 +BuildRequires: gettext pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -97,7 +97,7 @@ %files -f %name.lang %defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING HACKING README TODO +%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO %{_bindir}/* %{_libdir}/libdigikam.so.* %{_libdir}/kde3/digikamimageplugin_core.la @@ -106,8 +106,10 @@ %{_libdir}/kde3/kio_digikam*.so %{_datadir}/applications/*.desktop %{_datadir}/apps/digikam/ +%{_datadir}/apps/konqueror/servicemenus/*.desktop %{_datadir}/apps/showfoto/ %{_datadir}/icons/hicolor/*/apps/*.png +%{_mandir}/man1/*.1* %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -118,6 +120,15 @@ %{_libdir}/libdigikam.so %changelog +* Mon Dec 18 2006 Marcin Garski 0.9.0-1 +- Update to version 0.9.0 + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.2.rc1 +- Rebuild + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.1.rc1 +- Update to version 0.9.0-rc1 + * Fri Sep 01 2006 Marcin Garski 0.8.2-3 - Rebuild for Fedora Core 6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Aug 2006 20:13:53 -0000 1.6 +++ sources 18 Dec 2006 20:21:21 -0000 1.7 @@ -1 +1 @@ -fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 +5334d608218fe077a476722e2ce55323 digikam-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:25:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Mon, 18 Dec 2006 15:25:08 -0500 Subject: rpms/digikam/FC-5 .cvsignore, 1.6, 1.7 digikam.spec, 1.25, 1.26 sources, 1.6, 1.7 Message-ID: <200612182025.kBIKP83M032493@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32471 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Aug 2006 20:49:07 -0000 1.6 +++ .cvsignore 18 Dec 2006 20:24:38 -0000 1.7 @@ -1 +1 @@ -digikam-0.8.2.tar.bz2 +digikam-0.9.0.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/digikam.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- digikam.spec 16 Aug 2006 21:05:49 -0000 1.25 +++ digikam.spec 18 Dec 2006 20:24:38 -0000 1.26 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.2 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,9 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext -BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel +BuildRequires: libkipi-devel >= 0.1 lcms-devel exiv2-devel >= 0.12 +BuildRequires: libtiff-devel libpng-devel >= 1.2.7 sqlite-devel >= 3.0.0 +BuildRequires: gettext pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -97,7 +97,7 @@ %files -f %name.lang %defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING HACKING README TODO +%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO %{_bindir}/* %{_libdir}/libdigikam.so.* %{_libdir}/kde3/digikamimageplugin_core.la @@ -106,8 +106,10 @@ %{_libdir}/kde3/kio_digikam*.so %{_datadir}/applications/*.desktop %{_datadir}/apps/digikam/ +%{_datadir}/apps/konqueror/servicemenus/*.desktop %{_datadir}/apps/showfoto/ %{_datadir}/icons/hicolor/*/apps/*.png +%{_mandir}/man1/*.1* %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -118,6 +120,18 @@ %{_libdir}/libdigikam.so %changelog +* Mon Dec 18 2006 Marcin Garski 0.9.0-1 +- Update to version 0.9.0 + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.2.rc1 +- Rebuild + +* Tue Nov 28 2006 Marcin Garski 0.9.0-0.1.rc1 +- Update to version 0.9.0-rc1 + +* Fri Sep 01 2006 Marcin Garski 0.8.2-3 +- Rebuild for Fedora Core 6 + * Wed Aug 16 2006 Marcin Garski 0.8.2-2 - Release bump (#201756) Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Aug 2006 20:49:07 -0000 1.6 +++ sources 18 Dec 2006 20:24:38 -0000 1.7 @@ -1 +1 @@ -fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 +5334d608218fe077a476722e2ce55323 digikam-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 20:38:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 15:38:13 -0500 Subject: rpms/em8300-kmod/FC-6 .cvsignore, 1.4, 1.5 em8300-kmod.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200612182038.kBIKcDA5032647@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32622 Modified Files: .cvsignore em8300-kmod.spec sources Log Message: * Mon Dec 18 2006 Ville Skytt?? - 0.16.0-5 - 0.16.0, build for kernel 2.6.18-1.2868.fc6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Nov 2006 09:32:38 -0000 1.4 +++ .cvsignore 18 Dec 2006 20:37:43 -0000 1.5 @@ -1 +1 @@ -em8300-nofirmware-0.16.0-rc2.tar.bz2 +em8300-nofirmware-0.16.0.tar.gz Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-6/em8300-kmod.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- em8300-kmod.spec 12 Nov 2006 19:43:05 -0000 1.14 +++ em8300-kmod.spec 18 Dec 2006 20:37:43 -0000 1.15 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2849.fc6} +%{!?kversion: %define kversion 2.6.18-1.2868.fc6} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) @@ -27,15 +27,12 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.16.0 -Release: 0.4.rc2.%(echo %{kverrel} | tr - _) +Release: 5.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz -# with modules/em8300.uc removed -Source0: %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch Patch1: http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -49,13 +46,12 @@ %prep %setup -q -c -cd %{kmod_name}-%{version}-rc2 +cd %{kmod_name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i -e '//d' modules/em8300_main.c cd .. for kvariant in %{kvariants} ; do - cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant + cp -a %{kmod_name}-%{version} _kmod_build_$kvariant done @@ -63,9 +59,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make %{?_smp_mflags} V=1 KERNVER=$kv KERNEL_LOCATION=$ks && \ - cd ../.. + make %{?_smp_mflags} -C _kmod_build_$kvariant/modules \ + V=1 KERNVER=$kv KERNEL_LOCATION=$ks done @@ -74,10 +69,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make install DESTDIR=$RPM_BUILD_ROOT \ - KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} && \ - cd ../.. + make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \ + KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} done chmod +x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/*.ko @@ -87,6 +80,9 @@ %changelog +* Mon Dec 18 2006 Ville Skytt?? - 0.16.0-5 +- 0.16.0, build for kernel 2.6.18-1.2868.fc6. + * Sun Nov 12 2006 Ville Skytt?? - 0.16.0-0.4.rc2 - Let rpmbuild strip modules. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2006 09:32:38 -0000 1.4 +++ sources 18 Dec 2006 20:37:43 -0000 1.5 @@ -1 +1 @@ -b442b787026a262cdc3f74486302f43f em8300-nofirmware-0.16.0-rc2.tar.bz2 +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 20:58:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 15:58:03 -0500 Subject: rpms/em8300-kmod/FC-5 .cvsignore, 1.4, 1.5 em8300-kmod.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612182058.kBIKw3AH000340@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv316 Modified Files: .cvsignore em8300-kmod.spec sources Log Message: * Mon Dec 18 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0, build for kernel 2.6.18-1.2257.fc5. - Let rpmbuild strip modules. - Build i586 SMP modules too. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Nov 2006 09:27:14 -0000 1.4 +++ .cvsignore 18 Dec 2006 20:57:32 -0000 1.5 @@ -1 +1 @@ -em8300-nofirmware-0.16.0-rc2.tar.bz2 +em8300-nofirmware-0.16.0.tar.gz Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/em8300-kmod.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- em8300-kmod.spec 11 Nov 2006 09:46:35 -0000 1.8 +++ em8300-kmod.spec 18 Dec 2006 20:57:32 -0000 1.9 @@ -4,12 +4,12 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2239.fc5} +%{!?kversion: %define kversion 2.6.18-1.2257.fc5} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) -%ifarch i686 ppc +%ifarch i586 i686 ppc %define smp smp %endif %ifarch i686 x86_64 @@ -22,15 +22,12 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.16.0 -Release: 0.0.rc2.%(echo %{kverrel} | tr - _) +Release: 1.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz -# with modules/em8300.uc removed -Source0: %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch Patch1: http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -44,13 +41,12 @@ %prep %setup -q -c -cd %{kmod_name}-%{version}-rc2 +cd %{kmod_name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i -e '//d' modules/em8300_main.c cd .. for kvariant in %{kvariants} ; do - cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant + cp -a %{kmod_name}-%{version} _kmod_build_$kvariant done @@ -58,9 +54,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make %{?_smp_mflags} V=1 KERNVER=$kv KERNEL_LOCATION=$ks && \ - cd ../.. + make %{?_smp_mflags} -C _kmod_build_$kvariant/modules \ + V=1 KERNVER=$kv KERNEL_LOCATION=$ks done @@ -69,11 +64,10 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make install DESTDIR=$RPM_BUILD_ROOT \ - KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} && \ - cd ../.. + make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \ + KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} done +chmod +x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/*.ko %clean @@ -81,6 +75,11 @@ %changelog +* Mon Dec 18 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0, build for kernel 2.6.18-1.2257.fc5. +- Let rpmbuild strip modules. +- Build i586 SMP modules too. + * Sat Nov 11 2006 Ville Skytt?? - 0.16.0-0.0.rc2 - 0.16.0-rc2, build for kernel 2.6.18-1.2239.fc5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2006 09:27:14 -0000 1.4 +++ sources 18 Dec 2006 20:57:32 -0000 1.5 @@ -1 +1 @@ -b442b787026a262cdc3f74486302f43f em8300-nofirmware-0.16.0-rc2.tar.bz2 +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 20:58:38 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 18 Dec 2006 15:58:38 -0500 Subject: rpms/nexuiz-data/devel .cvsignore, 1.7, 1.8 nexuiz-data.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200612182058.kBIKwcA0000423@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv346 Modified Files: .cvsignore nexuiz-data.spec sources Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz-data/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 24 Sep 2006 18:33:20 -0000 1.7 +++ .cvsignore 18 Dec 2006 20:58:08 -0000 1.8 @@ -1 +1 @@ -nexuiz-data-2.1.tar +nexuiz-data-2.2.1.tar Index: nexuiz-data.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz-data/devel/nexuiz-data.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nexuiz-data.spec 24 Sep 2006 18:33:20 -0000 1.8 +++ nexuiz-data.spec 18 Dec 2006 20:58:08 -0000 1.9 @@ -1,19 +1,19 @@ -%define datadate 20060905 +%define datadate 20061212 Summary: Game data for the Nexuiz first person shooter Name: nexuiz-data -Version: 2.1 +Version: 2.2.1 Release: 1 License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-21.zip -# unzip nexuiz-21.zip -# mkdir nexuiz-data-2.1/ +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip nexuiz-221.zip +# mkdir nexuiz-data-2.2.1/ # mv Nexuiz/data/ Nexuiz/Docs/* \ -# Nexuiz/gpl.txt nexuiz-data-2.0/ -# tar cvf nexuiz-data-2.1.tar nexuiz-data-2.1/ +# Nexuiz/gpl.txt nexuiz-data-2.2.1/ +# tar cvf nexuiz-data-2.2.1.tar nexuiz-data-2.2.1/ Source0: nexuiz-data-%{version}.tar BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,7 +26,7 @@ %prep %setup -q -%{__sed} -i 's/\r//' Readme.htm *.txt FAQ* +%{__sed} -i 's/\r//' Readme.htm *.txt FAQ* server/* %{__chmod} 644 server/* %build @@ -52,6 +52,10 @@ %{_datadir}/nexuiz/ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + * Sun Sep 24 2006 Adrian Reber - 2.1-1 - updated to 2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz-data/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 24 Sep 2006 18:33:20 -0000 1.8 +++ sources 18 Dec 2006 20:58:08 -0000 1.9 @@ -1 +1 @@ -756dda7f4e2c5f37ed71b6c35e230dcc nexuiz-data-2.1.tar +dafbd7b7fc0dddb7957aed29f7c278cf nexuiz-data-2.2.1.tar From fedora-extras-commits at redhat.com Mon Dec 18 21:04:36 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 18 Dec 2006 16:04:36 -0500 Subject: rpms/nexuiz/devel .cvsignore, 1.8, 1.9 nexuiz.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200612182104.kBIL4aU3003695@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3666 Modified Files: .cvsignore nexuiz.spec sources Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Sep 2006 17:29:26 -0000 1.8 +++ .cvsignore 18 Dec 2006 21:04:06 -0000 1.9 @@ -1 +1 @@ -enginesource20060905.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/devel/nexuiz.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nexuiz.spec 4 Oct 2006 22:20:15 -0000 1.17 +++ nexuiz.spec 18 Dec 2006 21:04:06 -0000 1.18 @@ -1,14 +1,14 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.1 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-21.zip -# unzip -j nexuiz-21.zip Nexuiz/sources/enginesource20060905.zip -Source: enginesource20060905.zip +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction @@ -127,6 +127,10 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + * Thu Oct 05 2006 Christian Iseli 2.1-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 24 Sep 2006 17:29:26 -0000 1.8 +++ sources 18 Dec 2006 21:04:06 -0000 1.9 @@ -1 +1 @@ -62c57a6ee251d25d7b4cacd0c6be9c8e enginesource20060905.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip From fedora-extras-commits at redhat.com Mon Dec 18 21:07:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 16:07:03 -0500 Subject: rpms/em8300/FC-5 .cvsignore, 1.3, 1.4 em8300.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612182107.kBIL737r003877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3754/FC-5 Modified Files: .cvsignore em8300.spec sources Log Message: * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Oct 2006 18:19:34 -0000 1.3 +++ .cvsignore 18 Dec 2006 21:06:32 -0000 1.4 @@ -1,2 +1 @@ -em8300-nofirmware-0.16.0-rc1.tar.bz2 -EM8300.conf +em8300-nofirmware-0.16.0.tar.gz Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-5/em8300.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- em8300.spec 2 Oct 2006 18:19:34 -0000 1.2 +++ em8300.spec 18 Dec 2006 21:06:32 -0000 1.3 @@ -1,18 +1,14 @@ Name: em8300 Version: 0.16.0 -Release: 0.2.rc1%{?dist} +Release: 1%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz -# with modules/em8300.uc removed -Source0: %{name}-nofirmware-%{version}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz Source1: %{name}.console.perms Source2: http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf -Source3: http://dxr3.cvs.sourceforge.net/*checkout*/dxr3/em8300/modules/EM8300.conf Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,16 +43,15 @@ %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q %patch0 install -pm 644 %{SOURCE2} README-modprobe.conf -install -pm 644 %{SOURCE3} modules/EM8300.conf echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop sed -i -e 's/microcode_extract.pl/em8300-mc_ex/' scripts/microcode_extract.pl %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --with-alsa-dir=%{_sysconfdir}/alsa make %{?_smp_mflags} @@ -66,19 +61,12 @@ make install DESTDIR=$RPM_BUILD_ROOT for f in */*.desktop ; do - desktop-file-install \ - --vendor fedora \ - --mode 644 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $f + desktop-file-install --vendor=fedora --mode=644 \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications $f done install -Dpm 644 dhc/dhc.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/dhc.xpm -install -Dpm 644 modules/EM8300.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/alsa/cards/EM8300.conf - install -Dpm 644 modules/em8300-udev.rules \ $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-%{name}.rules @@ -129,6 +117,13 @@ %changelog +* Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0. +- Drop X-Fedora category from desktop entries. + +* Mon Oct 2 2006 Ville Skytt?? - 0.16.0-0.3.rc1 +- Rebuild. + * Sat Sep 16 2006 Ville Skytt?? - 0.16.0-0.2.rc1 - Install ALSA config file. - Clean up no longer needed things from specfile. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Oct 2006 18:19:34 -0000 1.3 +++ sources 18 Dec 2006 21:06:32 -0000 1.4 @@ -1,2 +1 @@ -969ba9fd1aebea7ef6549ebdb0f5ef4d em8300-nofirmware-0.16.0-rc1.tar.bz2 -b4936b2535abe48d2e8e866f63102b3c EM8300.conf +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 21:07:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 16:07:03 -0500 Subject: rpms/em8300/FC-6 .cvsignore, 1.4, 1.5 em8300.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612182107.kBIL73NM003882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3754/FC-6 Modified Files: .cvsignore em8300.spec sources Log Message: * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Sep 2006 12:58:06 -0000 1.4 +++ .cvsignore 18 Dec 2006 21:06:33 -0000 1.5 @@ -1,2 +1 @@ -em8300-nofirmware-0.16.0-rc1.tar.bz2 -EM8300.conf +em8300-nofirmware-0.16.0.tar.gz Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/em8300.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- em8300.spec 2 Oct 2006 18:36:30 -0000 1.5 +++ em8300.spec 18 Dec 2006 21:06:33 -0000 1.6 @@ -1,18 +1,14 @@ Name: em8300 Version: 0.16.0 -Release: 0.3.rc1%{?dist} +Release: 1%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz -# with modules/em8300.uc removed -Source0: %{name}-nofirmware-%{version}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz Source1: %{name}.console.perms Source2: http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf -Source3: http://dxr3.cvs.sourceforge.net/*checkout*/dxr3/em8300/modules/EM8300.conf Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,16 +43,15 @@ %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q %patch0 install -pm 644 %{SOURCE2} README-modprobe.conf -install -pm 644 %{SOURCE3} modules/EM8300.conf echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop sed -i -e 's/microcode_extract.pl/em8300-mc_ex/' scripts/microcode_extract.pl %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --with-alsa-dir=%{_sysconfdir}/alsa make %{?_smp_mflags} @@ -66,19 +61,12 @@ make install DESTDIR=$RPM_BUILD_ROOT for f in */*.desktop ; do - desktop-file-install \ - --vendor fedora \ - --mode 644 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $f + desktop-file-install --vendor=fedora --mode=644 \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications $f done install -Dpm 644 dhc/dhc.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/dhc.xpm -install -Dpm 644 modules/EM8300.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/alsa/cards/EM8300.conf - install -Dpm 644 modules/em8300-udev.rules \ $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-%{name}.rules @@ -129,6 +117,10 @@ %changelog +* Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0. +- Drop X-Fedora category from desktop entries. + * Mon Oct 2 2006 Ville Skytt?? - 0.16.0-0.3.rc1 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Sep 2006 12:58:06 -0000 1.4 +++ sources 18 Dec 2006 21:06:33 -0000 1.5 @@ -1,2 +1 @@ -969ba9fd1aebea7ef6549ebdb0f5ef4d em8300-nofirmware-0.16.0-rc1.tar.bz2 -b4936b2535abe48d2e8e866f63102b3c EM8300.conf +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 21:07:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 16:07:08 -0500 Subject: rpms/em8300/devel .cvsignore, 1.4, 1.5 em8300.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612182107.kBIL78FF003894@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3754/devel Modified Files: .cvsignore em8300.spec sources Log Message: * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Sep 2006 12:58:06 -0000 1.4 +++ .cvsignore 18 Dec 2006 21:06:38 -0000 1.5 @@ -1,2 +1 @@ -em8300-nofirmware-0.16.0-rc1.tar.bz2 -EM8300.conf +em8300-nofirmware-0.16.0.tar.gz Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- em8300.spec 2 Oct 2006 18:36:30 -0000 1.5 +++ em8300.spec 18 Dec 2006 21:06:38 -0000 1.6 @@ -1,18 +1,14 @@ Name: em8300 Version: 0.16.0 -Release: 0.3.rc1%{?dist} +Release: 1%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz -# with modules/em8300.uc removed -Source0: %{name}-nofirmware-%{version}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz Source1: %{name}.console.perms Source2: http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf -Source3: http://dxr3.cvs.sourceforge.net/*checkout*/dxr3/em8300/modules/EM8300.conf Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,16 +43,15 @@ %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q %patch0 install -pm 644 %{SOURCE2} README-modprobe.conf -install -pm 644 %{SOURCE3} modules/EM8300.conf echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop sed -i -e 's/microcode_extract.pl/em8300-mc_ex/' scripts/microcode_extract.pl %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --with-alsa-dir=%{_sysconfdir}/alsa make %{?_smp_mflags} @@ -66,19 +61,12 @@ make install DESTDIR=$RPM_BUILD_ROOT for f in */*.desktop ; do - desktop-file-install \ - --vendor fedora \ - --mode 644 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $f + desktop-file-install --vendor=fedora --mode=644 \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications $f done install -Dpm 644 dhc/dhc.xpm \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/dhc.xpm -install -Dpm 644 modules/EM8300.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/alsa/cards/EM8300.conf - install -Dpm 644 modules/em8300-udev.rules \ $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-%{name}.rules @@ -129,6 +117,10 @@ %changelog +* Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 +- 0.16.0. +- Drop X-Fedora category from desktop entries. + * Mon Oct 2 2006 Ville Skytt?? - 0.16.0-0.3.rc1 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Sep 2006 12:58:06 -0000 1.4 +++ sources 18 Dec 2006 21:06:38 -0000 1.5 @@ -1,2 +1 @@ -969ba9fd1aebea7ef6549ebdb0f5ef4d em8300-nofirmware-0.16.0-rc1.tar.bz2 -b4936b2535abe48d2e8e866f63102b3c EM8300.conf +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 21:09:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 16:09:43 -0500 Subject: rpms/clucene/devel clucene.spec,1.1,1.2 Message-ID: <200612182109.kBIL9hEG004076@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4012 Modified Files: clucene.spec Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build Index: clucene.spec =================================================================== RCS file: /cvs/extras/rpms/clucene/devel/clucene.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clucene.spec 13 Dec 2006 17:09:38 -0000 1.1 +++ clucene.spec 18 Dec 2006 21:09:13 -0000 1.2 @@ -15,12 +15,20 @@ engine written in C++. CLucene is faster than lucene as it is written in C++ -%package devel +%package core +Summary: Core clucene module +Group: Development/System +Provides: clucene + +%description core +The core clucene module + +%package core-devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-core = %{version}-%{release} -%description devel +%description core-devel This package contains the static libraries and header files needed for developing with clucene @@ -30,8 +38,8 @@ %build %configure --disable-static make %{?_smp_mflags} -# Run the tests +# Run the tests %check make check @@ -56,12 +64,12 @@ %postun -p /sbin/ldconfig -%files +%files core %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* -%files devel +%files core-devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h @@ -70,6 +78,7 @@ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 +- Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build From fedora-extras-commits at redhat.com Mon Dec 18 21:32:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 16:32:22 -0500 Subject: rpms/Macaulay2/devel Macaulay2-0.9.95-infodir.patch, NONE, 1.1 Macaulay2-0.9.95-xdg_open.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 Macaulay2.desktop, 1.3, 1.4 Macaulay2.spec, 1.27, 1.28 sources, 1.6, 1.7 Macaulay2-0.9.8-htmlview.patch, 1.1, NONE Macaulay2-0.9.8-infodir.patch, 1.1, NONE Message-ID: <200612182132.kBILWM2W004262@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4235 Modified Files: .cvsignore Macaulay2.desktop Macaulay2.spec sources Added Files: Macaulay2-0.9.95-infodir.patch Macaulay2-0.9.95-xdg_open.patch Removed Files: Macaulay2-0.9.8-htmlview.patch Macaulay2-0.9.8-infodir.patch Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.95-1 - Macaulay2-0.9.95 Macaulay2-0.9.95-infodir.patch: --- NEW FILE Macaulay2-0.9.95-infodir.patch --- --- Macaulay2-0.9.95/include/config.Makefile.in.infodir 2006-12-18 08:51:43.000000000 -0600 +++ Macaulay2-0.9.95/include/config.Makefile.in 2006-12-18 08:54:13.000000000 -0600 @@ -141,11 +141,12 @@ $(error expected mandir @mandir@ to begin with $(prefix)) endif -infoRelDir = $(subst $(prefix)/,, at infodir@) +#infoRelDir = $(subst $(prefix)/,, at infodir@) binRelDir = $(subst $(prefix)/,, at bindir@) dataRelDir = $(subst $(prefix)/,, at datadir@) libRelDir = $(subst $(prefix)/,, at libdir@) manRelDir = $(subst $(prefix)/,, at mandir@) +infoRelDir = $(dataRelDir)/info man1RelDir = $(manRelDir)/man1 man3RelDir = $(manRelDir)/man3 emacsRelDir = $(dataRelDir)/emacs/site-lisp Macaulay2-0.9.95-xdg_open.patch: --- NEW FILE Macaulay2-0.9.95-xdg_open.patch --- --- M2/Macaulay2/bin/M2-help.htmlview 2005-03-13 20:00:26.000000000 -0600 +++ M2/Macaulay2/bin/M2-help 2006-03-28 08:50:07.000000000 -0600 @@ -1,2 +1,2 @@ #! /bin/sh -${WWBROWSER:-firefox} "$HOME/.Macaulay2/index.html" +${WWBROWSER:-xdg-open} "$HOME/.Macaulay2/index.html" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:54:39 -0000 1.6 +++ .cvsignore 18 Dec 2006 21:31:52 -0000 1.7 @@ -1,4 +1,3 @@ clog -Macaulay2-0.9.10-20060710svn.tar.bz2 -Macaulay2-0.9.20-20060724svn.tar.bz2 Macaulay2-0.9.20-20060808svn.tar.bz2 +Macaulay2-0.9.95-src.tar.gz Index: Macaulay2.desktop =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Macaulay2.desktop 11 Apr 2006 17:51:40 -0000 1.3 +++ Macaulay2.desktop 18 Dec 2006 21:31:52 -0000 1.4 @@ -5,5 +5,5 @@ SwallowTitle=Macaulay2 Terminal=true Type=Application -Categories=Application;Education;Math;Scientific; +Categories=ConsoleOnly;Education;Math; Encoding=UTF-8 Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- Macaulay2.spec 29 Aug 2006 18:27:59 -0000 1.27 +++ Macaulay2.spec 18 Dec 2006 21:31:52 -0000 1.28 @@ -1,19 +1,19 @@ -%define beta 20060808svn +#define beta 20060808svn %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 -Version: 0.9.20 -Release: 0.4.%{beta}%{?dist} +Version: 0.9.95 +Release: 1%{?dist} License: GPL Group: Applications/Engineering URL: http://www.math.uiuc.edu/Macaulay2/ -#Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}.beta.tar.gz -Source0: Macaulay2-%{version}-%{beta}.tar.bz2 +Source0: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}-src.tar.gz +#Source0: Macaulay2-%{version}-%{beta}.tar.bz2 Source1: Macaulay2-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # ppc build currently hangs, never finishes, http://bugzilla.redhat.com/201739 @@ -23,9 +23,9 @@ Source11: Macaulay2.desktop Patch0: Macaulay2-0.9.8-optflags.patch -Patch1: Macaulay2-0.9.8-htmlview.patch +Patch1: Macaulay2-0.9.95-xdg_open.patch Patch2: Macaulay2-0.9.10-cout.patch -Patch3: Macaulay2-0.9.8-infodir.patch +Patch3: Macaulay2-0.9.95-DESTDIR.patch Patch4: Macaulay2-0.9.10-gcc41.patch BuildRequires: desktop-file-utils @@ -34,7 +34,7 @@ BuildRequires: factory-devel BuildRequires: libfac-devel BuildRequires: lapack -%if "%{?fedora}" > "3" +%if 0%{?fedora} > 3 || 0%{?rhel} > 4 BuildRequires: lapack-devel %endif BuildRequires: gdbm-devel @@ -46,8 +46,6 @@ # etags BuildRequires: emacs-common Source20: etags.sh -# M2-help -Requires: htmlview BuildRequires: automake @@ -56,6 +54,11 @@ Obsoletes: Macaulay2-emacs < %{version}-%{release} Provides: Macaulay2-emacs = %{version}-%{release} +Requires(post): xdg-utils +Requires(postun): xdg-utils +# M2-help +Requires: xdg-utils + %description Macaulay 2 is a new software system devoted to supporting research in algebraic geometry and commutative algebra written by Daniel R. Grayson @@ -68,9 +71,9 @@ install -p -m755 %{SOURCE20} ./etags %patch0 -p1 -b .optflags -%patch1 -p1 -b .htmlview +%patch1 -p1 -b .xdg_open %patch2 -p1 -b .cout -%patch3 -p1 -b .infodir +%patch3 -p1 -b .DESTDIR %patch4 -p1 -b .gcc41 [ -f configure -a -f include/config.h ] || make @@ -92,7 +95,7 @@ make -%check || : +%check # util/screen dies on fc5/buildsystem (could not open pty) #make -k check ||: @@ -100,17 +103,15 @@ %install rm -rf $RPM_BUILD_ROOT -make install prefix=$RPM_BUILD_ROOT%{_prefix} +make install DESTDIR=$RPM_BUILD_ROOT # app img install -p -m644 -D %{SOURCE10} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/Macaulay2.png -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --vendor fedora \ - --add-category "X-Fedora" \ + --vendor="fedora" \ %{SOURCE11} # Make a new home for emacs files @@ -133,12 +134,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -163,8 +162,6 @@ %files %defattr(-,root,root,-) -#README awol on latest release. -#doc Macaulay2/README %doc Macaulay2/CHANGES Macaulay2/COPYING %{_bindir}/* %{_datadir}/Macaulay2/ @@ -179,6 +176,12 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.95-1 +- Macaulay2-0.9.95 + +* Wed Nov 22 2006 Rex Dieter 0.9.20-0.5.20060808svn +- .desktop Categories: -Application,Scientific,X-Fedora +ConsoleOnly + * Tue Aug 29 2006 Rex Dieter 0.9.20-0.4.20060808svn - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:54:39 -0000 1.6 +++ sources 18 Dec 2006 21:31:52 -0000 1.7 @@ -1,2 +1 @@ -7586384990e8151157c32efdd17356f6 Macaulay2-0.9.20-20060724svn.tar.bz2 -322a36e7dc6fc95f5e101d152fed45ee Macaulay2-0.9.20-20060808svn.tar.bz2 +dbe13387812577b0abfdfa6c54eccecc Macaulay2-0.9.95-src.tar.gz --- Macaulay2-0.9.8-htmlview.patch DELETED --- --- Macaulay2-0.9.8-infodir.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 21:34:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 18 Dec 2006 16:34:49 -0500 Subject: rpms/openbabel/devel .cvsignore, 1.2, 1.3 openbabel-chicken.patch, 1.1, 1.2 openbabel.spec, 1.4, 1.5 sources, 1.2, 1.3 openbabel-cxxflags.patch, 1.1, NONE Message-ID: <200612182134.kBILYnaJ004341@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4316 Modified Files: .cvsignore openbabel-chicken.patch openbabel.spec sources Removed Files: openbabel-cxxflags.patch Log Message: - update to 2.1.0b4 to fix building with new python - dropped obsolete patch - ensure proper inchi versioning Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Aug 2006 22:11:43 -0000 1.2 +++ .cvsignore 18 Dec 2006 21:34:19 -0000 1.3 @@ -1 +1 @@ -openbabel-2.0.2.tar.gz +openbabel-2.1.0b4.tar.gz openbabel-chicken.patch: Index: openbabel-chicken.patch =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/openbabel-chicken.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbabel-chicken.patch 20 Sep 2006 07:10:51 -0000 1.1 +++ openbabel-chicken.patch 18 Dec 2006 21:34:19 -0000 1.2 @@ -1,24 +1,23 @@ ---- openbabel-2.0.2/scripts/perl/Makefile.PL.chicken 2006-05-03 17:54:54.000000000 +0200 -+++ openbabel-2.0.2/scripts/perl/Makefile.PL 2006-09-20 05:55:53.000000000 +0200 -@@ -4,7 +4,8 @@ - $srcdir = '../../src'; +--- openbabel-2.1.0b4/scripts/perl/Makefile.PL.chicken 2006-12-10 13:57:57.000000000 +0100 ++++ openbabel-2.1.0b4/scripts/perl/Makefile.PL 2006-12-18 00:45:12.000000000 +0100 +@@ -5,6 +5,8 @@ # check if we're compiling in the source directory --$ldfrom = '$(OBJECT) -lopenbabel -lz'; + $ldfrom = '$(OBJECT) -lopenbabel -lz'; +$ldfrom = "\$(OBJECT) -L$srcdir/.libs -lopenbabel -lz" + if (-r "$srcdir/.libs/libopenbabel.so") and (-s _) and (-B _); $ldfrom = "\$(OBJECT) $srcdir/.libs/libopenbabel.a -lz" if (-r "$srcdir/.libs/libopenbabel.a") and (-s _) and (-B _); ---- openbabel-2.0.2/scripts/python/setup.py.chicken 2006-05-03 17:54:53.000000000 +0200 -+++ openbabel-2.0.2/scripts/python/setup.py 2006-09-20 05:53:33.000000000 +0200 -@@ -41,6 +41,9 @@ - "INFO: Looking for library and include files in ../../src\n") - if os.path.isfile("../../src/atom.o"): - return ["../../src"],["../../src"] -+ else: -+ if os.path.isfile("../../src/atom.lo"): -+ return ["../../src"],["../../src/.libs"] - - sys.stderr.write("ERROR: Cannot find Open Babel library directory\n") - return (None,None) +--- openbabel-2.1.0b4/scripts/python/setup.py.chicken 2006-12-10 13:58:47.000000000 +0100 ++++ openbabel-2.1.0b4/scripts/python/setup.py 2006-12-18 01:07:25.000000000 +0100 +@@ -31,6 +31,9 @@ + sys.stderr.write("INFO: Looking for library and include files in ../../src\n") + if os.path.isfile("../../src/atom.o"): + return ["../../include"],["../../src"] ++ else: ++ if os.path.isfile("../../src/atom.lo"): ++ return ["../../include"],["../../src/.libs"] + + for dirname in ["/usr/local","/usr"]: + # Look for each of these directories in turn for the directory include/openbabel-2.0 Index: openbabel.spec =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/openbabel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openbabel.spec 3 Oct 2006 22:00:40 -0000 1.4 +++ openbabel.spec 18 Dec 2006 21:34:19 -0000 1.5 @@ -4,27 +4,23 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define inchi_ver 1.0.1 +%define inchi_rel 5 Name: openbabel -Version: 2.0.2 -Release: 5%{?dist} +Version: 2.1.0 +Release: 0.1.b4%{?dist} Summary: Chemistry software file format converter License: GPL Group: Applications/File URL: http://openbabel.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz -Patch0: %{name}-cxxflags.patch +Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}b4.tar.gz Patch1: %{name}-chicken.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: autoconf -BuildRequires: automake -#BuildRequires: doxygen BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: perl BuildRequires: python BuildRequires: python-devel -BuildRequires: swig BuildRequires: zlib-devel %description @@ -60,6 +56,7 @@ Group: System Environment/Libraries License: LGPL Version: %{inchi_ver} +Release: %{inchi_rel}%{?dist} %description -n inchi The IUPAC International Chemical Identifier (InChI) library. @@ -69,7 +66,8 @@ Group: Development/Libraries License: LGPL Version: %{inchi_ver} -Requires: inchi = %{inchi_ver}-%{release} +Release: %{inchi_rel}%{?dist} +Requires: inchi = %{inchi_ver}-%{inchi_rel}%{?dist} %description -n inchi-devel The inchi-devel package includes the header files and libraries @@ -94,8 +92,7 @@ Python wrapper for the Open Babel library. %prep -%setup -q -%patch0 -p1 -b .cxxflags +%setup -q -n %{name}-2.1.0b4 %patch1 -p1 -b .chicken %build @@ -106,7 +103,6 @@ pushd scripts/perl perl Makefile.PL INSTALLDIRS="vendor" %{__make} %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" -#%{__make} test popd pushd scripts/python @@ -125,6 +121,7 @@ popd %{__rm} -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod %{__rm} -f $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/{.packlist,OpenBabel.bs} +chmod 755 $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/OpenBabel.so pushd scripts/python %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT @@ -180,8 +177,14 @@ %defattr(-,root,root,-) %{python_sitearch}/_openbabel.so %{python_sitearch}/openbabel.py* +%{python_sitearch}/pybel.py* %changelog +* Sun Dec 17 2006 Dominik Mierzejewski 2.1.0-0.1.b4 +- update to 2.1.0b4 to fix building with new python +- dropped obsolete patch +- ensure proper inchi versioning + * Tue Oct 03 2006 Dominik Mierzejewski 2.0.2-5 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Aug 2006 22:11:43 -0000 1.2 +++ sources 18 Dec 2006 21:34:19 -0000 1.3 @@ -1 +1 @@ -1cb8d4a99482d2d109887a099d1a719e openbabel-2.0.2.tar.gz +c2ac565d77206f903fe04b119717a345 openbabel-2.1.0b4.tar.gz --- openbabel-cxxflags.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 21:46:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 16:46:43 -0500 Subject: rpms/clucene/FC-6 clucene.spec,1.1,1.2 Message-ID: <200612182146.kBILkhpv004415@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4400 Modified Files: clucene.spec Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build Index: clucene.spec =================================================================== RCS file: /cvs/extras/rpms/clucene/FC-6/clucene.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clucene.spec 13 Dec 2006 17:09:38 -0000 1.1 +++ clucene.spec 18 Dec 2006 21:46:13 -0000 1.2 @@ -15,12 +15,20 @@ engine written in C++. CLucene is faster than lucene as it is written in C++ -%package devel +%package core +Summary: Core clucene module +Group: Development/System +Provides: clucene + +%description core +The core clucene module + +%package core-devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-core = %{version}-%{release} -%description devel +%description core-devel This package contains the static libraries and header files needed for developing with clucene @@ -30,8 +38,8 @@ %build %configure --disable-static make %{?_smp_mflags} -# Run the tests +# Run the tests %check make check @@ -56,12 +64,12 @@ %postun -p /sbin/ldconfig -%files +%files core %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* -%files devel +%files core-devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h @@ -70,6 +78,7 @@ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 +- Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build From fedora-extras-commits at redhat.com Mon Dec 18 21:48:38 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 18 Dec 2006 16:48:38 -0500 Subject: rpms/clucene/FC-5 clucene.spec,1.1,1.2 Message-ID: <200612182148.kBILmcTH004504@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/clucene/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4478 Modified Files: clucene.spec Log Message: * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 - Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build Index: clucene.spec =================================================================== RCS file: /cvs/extras/rpms/clucene/FC-5/clucene.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clucene.spec 13 Dec 2006 17:09:38 -0000 1.1 +++ clucene.spec 18 Dec 2006 21:48:07 -0000 1.2 @@ -15,12 +15,20 @@ engine written in C++. CLucene is faster than lucene as it is written in C++ -%package devel +%package core +Summary: Core clucene module +Group: Development/System +Provides: clucene + +%description core +The core clucene module + +%package core-devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-core = %{version}-%{release} -%description devel +%description core-devel This package contains the static libraries and header files needed for developing with clucene @@ -30,8 +38,8 @@ %build %configure --disable-static make %{?_smp_mflags} -# Run the tests +# Run the tests %check make check @@ -56,12 +64,12 @@ %postun -p /sbin/ldconfig -%files +%files core %defattr(-, root, root, -) %doc AUTHORS COPYING HACKING README REQUESTS %{_libdir}/*.so.* -%files devel +%files core-devel %defattr(-, root, root, -) %{_includedir}/CLucene/ %{_includedir}/CLucene.h @@ -70,6 +78,7 @@ %changelog * Thu Dec 07 2006 Deji Akingunola - 0.9.16a-1 +- Name the built package clucene-core to conform to upstream naming - Update to latest stable release - Run make check during build From fedora-extras-commits at redhat.com Mon Dec 18 21:51:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 16:51:43 -0500 Subject: rpms/Macaulay2/devel Macaulay2-0.9.95-DESTDIR.patch, NONE, 1.1 Macaulay2.spec, 1.28, 1.29 Macaulay2-0.9.95-infodir.patch, 1.1, NONE Message-ID: <200612182151.kBILphTw004583@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4565 Modified Files: Macaulay2.spec Added Files: Macaulay2-0.9.95-DESTDIR.patch Removed Files: Macaulay2-0.9.95-infodir.patch Log Message: missing DESTDIR patch Macaulay2-0.9.95-DESTDIR.patch: --- NEW FILE Macaulay2-0.9.95-DESTDIR.patch --- --- Macaulay2-0.9.95/include/config.Makefile.in.DESTDIR 2006-12-18 09:17:36.000000000 -0600 +++ Macaulay2-0.9.95/include/config.Makefile.in 2006-12-18 09:42:47.000000000 -0600 @@ -103,8 +103,8 @@ # this might have to get changed manually, but hopefully not: MAINPACKAGE = Core -prefix = @prefix@ -exec_prefix = @exec_prefix@ +prefix = $(DESTDIR)@prefix@ +exec_prefix = $(DESTDIR)@exec_prefix@ ifeq "$(ENCAP)" "yes" encapdir = $(prefix)/$(package) @@ -125,27 +125,11 @@ # in autoconf >= 2.60, @datadir@ is replaced by ${datarootdir}, so we need to get its value here: datarootdir = @datarootdir@ -ifeq ($(findstring $(prefix), at infodir@),) -$(error expected infodir @infodir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at bindir@),) -$(error expected bindir @bindir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at datadir@),) -$(error expected datadir @datadir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at libdir@),) -$(error expected libdir @libdir@ to begin with $(prefix)) -endif -ifeq ($(findstring $(prefix), at mandir@),) -$(error expected mandir @mandir@ to begin with $(prefix)) -endif - -infoRelDir = $(subst $(prefix)/,, at infodir@) -binRelDir = $(subst $(prefix)/,, at bindir@) -dataRelDir = $(subst $(prefix)/,, at datadir@) -libRelDir = $(subst $(prefix)/,, at libdir@) -manRelDir = $(subst $(prefix)/,, at mandir@) +infoRelDir = $(subst $(prefix)/,,$(DESTDIR)@infodir@) +binRelDir = $(subst $(prefix)/,,$(DESTDIR)@bindir@) +dataRelDir = $(subst $(prefix)/,,$(DESTDIR)@datadir@) +libRelDir = $(subst $(prefix)/,,$(DESTDIR)@libdir@) +manRelDir = $(subst $(prefix)/,,$(DESTDIR)@mandir@) man1RelDir = $(manRelDir)/man1 man3RelDir = $(manRelDir)/man3 emacsRelDir = $(dataRelDir)/emacs/site-lisp Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- Macaulay2.spec 18 Dec 2006 21:31:52 -0000 1.28 +++ Macaulay2.spec 18 Dec 2006 21:51:13 -0000 1.29 @@ -7,7 +7,7 @@ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.95 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPL Group: Applications/Engineering --- Macaulay2-0.9.95-infodir.patch DELETED --- From fedora-extras-commits at redhat.com Mon Dec 18 22:09:25 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 17:09:25 -0500 Subject: rpms/digikamimageplugins/devel .cvsignore, 1.5, 1.6 digikamimageplugins.spec, 1.17, 1.18 sources, 1.5, 1.6 Message-ID: <200612182209.kBIM9PXU007831@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7812 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.0-1 - digikamimageplugins-0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 12:09:00 -0000 1.5 +++ .cvsignore 18 Dec 2006 22:08:55 -0000 1.6 @@ -1 +1,2 @@ digikamimageplugins-0.8.2.tar.bz2 +digikamimageplugins-0.9.0.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- digikamimageplugins.spec 29 Aug 2006 17:58:07 -0000 1.17 +++ digikamimageplugins.spec 18 Dec 2006 22:08:55 -0000 1.18 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -16,12 +16,13 @@ BuildRequires: libxml2 BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} -BuildRequires: digikam-devel < 0.9 #BuildRequires: symlinks # rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} Requires: ImageMagick +Requires(post): xdg-utils +Requires(postun): xdg-utils %description DigikamImagePlugins are a collection of plugins for digiKam Image @@ -131,12 +132,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f %{name}.list @@ -150,6 +149,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.0-1 +- digikamimageplugins-0.9.0 + * Tue Aug 29 2006 Rex Dieter 0.8.2-4 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 12:09:00 -0000 1.5 +++ sources 18 Dec 2006 22:08:55 -0000 1.6 @@ -1 +1 @@ -45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 +4bc4b9c0562e5248d9f82c7ac418fb7a digikamimageplugins-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 22:10:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 17:10:39 -0500 Subject: rpms/digikamimageplugins/FC-6 .cvsignore, 1.5, 1.6 digikamimageplugins.spec, 1.17, 1.18 sources, 1.5, 1.6 Message-ID: <200612182210.kBIMAd5m007940@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7896 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.0-1 - digikamimageplugins-0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 12:09:00 -0000 1.5 +++ .cvsignore 18 Dec 2006 22:10:09 -0000 1.6 @@ -1 +1,2 @@ digikamimageplugins-0.8.2.tar.bz2 +digikamimageplugins-0.9.0.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-6/digikamimageplugins.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- digikamimageplugins.spec 29 Aug 2006 17:58:07 -0000 1.17 +++ digikamimageplugins.spec 18 Dec 2006 22:10:09 -0000 1.18 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -16,12 +16,13 @@ BuildRequires: libxml2 BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} -BuildRequires: digikam-devel < 0.9 #BuildRequires: symlinks # rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} Requires: ImageMagick +Requires(post): xdg-utils +Requires(postun): xdg-utils %description DigikamImagePlugins are a collection of plugins for digiKam Image @@ -131,12 +132,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f %{name}.list @@ -150,6 +149,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.0-1 +- digikamimageplugins-0.9.0 + * Tue Aug 29 2006 Rex Dieter 0.8.2-4 - fc6 respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 12:09:00 -0000 1.5 +++ sources 18 Dec 2006 22:10:09 -0000 1.6 @@ -1 +1 @@ -45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 +4bc4b9c0562e5248d9f82c7ac418fb7a digikamimageplugins-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 22:11:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 18 Dec 2006 17:11:15 -0500 Subject: rpms/digikamimageplugins/FC-5 .cvsignore, 1.5, 1.6 digikamimageplugins.spec, 1.15, 1.16 sources, 1.5, 1.6 Message-ID: <200612182211.kBIMBFJ0008033@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7980 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Dec 18 2006 Rex Dieter 0.9.0-1 - digikamimageplugins-0.9.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 13:02:05 -0000 1.5 +++ .cvsignore 18 Dec 2006 22:10:45 -0000 1.6 @@ -1 +1,2 @@ digikamimageplugins-0.8.2.tar.bz2 +digikamimageplugins-0.9.0.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/digikamimageplugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- digikamimageplugins.spec 7 Aug 2006 13:02:05 -0000 1.15 +++ digikamimageplugins.spec 18 Dec 2006 22:10:45 -0000 1.16 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -16,12 +16,13 @@ BuildRequires: libxml2 BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} -BuildRequires: digikam-devel < 0.9 #BuildRequires: symlinks # rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} Requires: ImageMagick +Requires(post): xdg-utils +Requires(postun): xdg-utils %description DigikamImagePlugins are a collection of plugins for digiKam Image @@ -131,12 +132,10 @@ %post -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : %files -f %{name}.list @@ -150,6 +149,12 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 0.9.0-1 +- digikamimageplugins-0.9.0 + +* Tue Aug 29 2006 Rex Dieter 0.8.2-4 +- fc6 respin + * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 13:02:05 -0000 1.5 +++ sources 18 Dec 2006 22:10:45 -0000 1.6 @@ -1 +1 @@ -45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 +4bc4b9c0562e5248d9f82c7ac418fb7a digikamimageplugins-0.9.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 18 22:11:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 18 Dec 2006 17:11:31 -0500 Subject: rpms/em8300-kmod/devel .cvsignore, 1.4, 1.5 em8300-kmod.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <200612182211.kBIMBVMY008077@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8014/devel Modified Files: .cvsignore em8300-kmod.spec sources Log Message: Sync with FC-6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Nov 2006 09:32:39 -0000 1.4 +++ .cvsignore 18 Dec 2006 22:11:01 -0000 1.5 @@ -1 +1 @@ -em8300-nofirmware-0.16.0-rc2.tar.bz2 +em8300-nofirmware-0.16.0.tar.gz Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/devel/em8300-kmod.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- em8300-kmod.spec 11 Nov 2006 09:46:41 -0000 1.12 +++ em8300-kmod.spec 18 Dec 2006 22:11:01 -0000 1.13 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2798.fc6} +%{!?kversion: %define kversion 2.6.18-1.2868.fc6} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) @@ -27,15 +27,12 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.16.0 -Release: 0.3.rc2.%(echo %{kverrel} | tr - _) +Release: 5.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL URL: http://dxr3.sourceforge.net/ -#Source0: http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz -# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz -# with modules/em8300.uc removed -Source0: %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz Patch0: http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch Patch1: http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -49,13 +46,12 @@ %prep %setup -q -c -cd %{kmod_name}-%{version}-rc2 +cd %{kmod_name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i -e '//d' modules/em8300_main.c cd .. for kvariant in %{kvariants} ; do - cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant + cp -a %{kmod_name}-%{version} _kmod_build_$kvariant done @@ -63,9 +59,8 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make %{?_smp_mflags} V=1 KERNVER=$kv KERNEL_LOCATION=$ks && \ - cd ../.. + make %{?_smp_mflags} -C _kmod_build_$kvariant/modules \ + V=1 KERNVER=$kv KERNEL_LOCATION=$ks done @@ -74,11 +69,10 @@ for kvariant in %{kvariants} ; do kv=%{kverrel}$kvariant ks=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} - cd _kmod_build_$kvariant/modules && \ - make install DESTDIR=$RPM_BUILD_ROOT \ - KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} && \ - cd ../.. + make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \ + KERNVER=$kv KERNEL_LOCATION=$ks INSTALL_MOD_DIR=extra/%{kmod_name} done +chmod +x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/*.ko %clean @@ -86,6 +80,15 @@ %changelog +* Mon Dec 18 2006 Ville Skytt?? - 0.16.0-5 +- 0.16.0, build for kernel 2.6.18-1.2868.fc6. + +* Sun Nov 12 2006 Ville Skytt?? - 0.16.0-0.4.rc2 +- Let rpmbuild strip modules. + +* Sun Nov 12 2006 Ville Skytt?? +- Rebuild for kernel 2.6.18-1.2849.fc6. + * Sat Nov 11 2006 Ville Skytt?? - 0.16.0-0.3.rc2 - 0.16.0-rc2. Index: sources =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2006 09:32:39 -0000 1.4 +++ sources 18 Dec 2006 22:11:01 -0000 1.5 @@ -1 +1 @@ -b442b787026a262cdc3f74486302f43f em8300-nofirmware-0.16.0-rc2.tar.bz2 +61a3405d31e260d9159d189f649e5d48 em8300-nofirmware-0.16.0.tar.gz From fedora-extras-commits at redhat.com Mon Dec 18 22:19:43 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:19:43 -0500 Subject: rpms/taglib/FC-6 taglib-1.4_wchar.diff, NONE, 1.1 taglib.spec, 1.13, 1.14 Message-ID: <200612182219.kBIMJh5Y008170@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/taglib/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8136/FC-6 Modified Files: taglib.spec Added Files: taglib-1.4_wchar.diff Log Message: add patch for multi-language support taglib-1.4_wchar.diff: --- NEW FILE taglib-1.4_wchar.diff --- diff -ruN taglib-1.4.org/taglib/toolkit/tstring.cpp taglib-1.4/taglib/toolkit/tstring.cpp --- taglib-1.4.org/taglib/toolkit/tstring.cpp 2005-07-26 06:31:15.000000000 +0900 +++ taglib-1.4/taglib/toolkit/tstring.cpp 2006-05-26 12:02:55.000000000 +0900 @@ -202,12 +202,22 @@ s.resize(d->data.size()); if(!unicode) { - std::string::iterator targetIt = s.begin(); - for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { - *targetIt = char(*it); - ++targetIt; + bool cjk = false; + //pre-scan: is there any cjk unicode character? if so, convert the string into utf-8. + for(unsigned int i=0; i< d->data.size(); i++){ + if(d->data[i] > 0xff){ + cjk = true; + break; + } + } + if(!cjk){ + std::string::iterator targetIt = s.begin(); + for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { + *targetIt = char(*it); + ++targetIt; + } + return s; } - return s; } const int outputBufferSize = d->data.size() * 3 + 1; Index: taglib.spec =================================================================== RCS file: /cvs/extras/rpms/taglib/FC-6/taglib.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- taglib.spec 14 Sep 2006 15:07:54 -0000 1.13 +++ taglib.spec 18 Dec 2006 22:19:13 -0000 1.14 @@ -1,6 +1,6 @@ Name: taglib Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -8,6 +8,7 @@ URL: http://ktown.kde.org/~wheeler/taglib/ Source: http://developer.kde.org/~wheeler/files/src/taglib-1.4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: http://foetida.jaist.ac.jp:37565/~yaz/diary/2006/07/taglib-1.4_wchar.diff Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 -b .wchar %build @@ -76,6 +78,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 1.4-5 +- add patch for multi-language support + * Thu Sep 14 2006 Aurelien Bompard 1.4-4 - have the devel package require pkgconfig (#206443) From fedora-extras-commits at redhat.com Mon Dec 18 22:19:43 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:19:43 -0500 Subject: rpms/taglib/devel taglib-1.4_wchar.diff, NONE, 1.1 taglib.spec, 1.13, 1.14 Message-ID: <200612182219.kBIMJhQJ008173@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/taglib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8136/devel Modified Files: taglib.spec Added Files: taglib-1.4_wchar.diff Log Message: add patch for multi-language support taglib-1.4_wchar.diff: --- NEW FILE taglib-1.4_wchar.diff --- diff -ruN taglib-1.4.org/taglib/toolkit/tstring.cpp taglib-1.4/taglib/toolkit/tstring.cpp --- taglib-1.4.org/taglib/toolkit/tstring.cpp 2005-07-26 06:31:15.000000000 +0900 +++ taglib-1.4/taglib/toolkit/tstring.cpp 2006-05-26 12:02:55.000000000 +0900 @@ -202,12 +202,22 @@ s.resize(d->data.size()); if(!unicode) { - std::string::iterator targetIt = s.begin(); - for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { - *targetIt = char(*it); - ++targetIt; + bool cjk = false; + //pre-scan: is there any cjk unicode character? if so, convert the string into utf-8. + for(unsigned int i=0; i< d->data.size(); i++){ + if(d->data[i] > 0xff){ + cjk = true; + break; + } + } + if(!cjk){ + std::string::iterator targetIt = s.begin(); + for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) { + *targetIt = char(*it); + ++targetIt; + } + return s; } - return s; } const int outputBufferSize = d->data.size() * 3 + 1; Index: taglib.spec =================================================================== RCS file: /cvs/extras/rpms/taglib/devel/taglib.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- taglib.spec 14 Sep 2006 15:07:54 -0000 1.13 +++ taglib.spec 18 Dec 2006 22:19:13 -0000 1.14 @@ -1,6 +1,6 @@ Name: taglib Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -8,6 +8,7 @@ URL: http://ktown.kde.org/~wheeler/taglib/ Source: http://developer.kde.org/~wheeler/files/src/taglib-1.4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: http://foetida.jaist.ac.jp:37565/~yaz/diary/2006/07/taglib-1.4_wchar.diff Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 -b .wchar %build @@ -76,6 +78,9 @@ %changelog +* Thu Dec 14 2006 Aurelien Bompard 1.4-5 +- add patch for multi-language support + * Thu Sep 14 2006 Aurelien Bompard 1.4-4 - have the devel package require pkgconfig (#206443) From fedora-extras-commits at redhat.com Mon Dec 18 22:47:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:47:13 -0500 Subject: rpms/glest/FC-6 glest.sh,1.1,1.2 glest.spec,1.4,1.5 Message-ID: <200612182247.kBIMlDmT008388@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8357/FC-6 Modified Files: glest.sh glest.spec Log Message: fix launch script to detect if shadows must be turned off Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glest.sh 27 Nov 2006 20:05:47 -0000 1.1 +++ glest.sh 18 Dec 2006 22:46:43 -0000 1.2 @@ -67,6 +67,11 @@ if [ -f $GLEST_DATA_DIR/data/lang/$lang ]; then sed -i -e s/Lang=.*/Lang=$lang/g glest.ini fi + max_texture_units="`glxinfo -l | awk '/GL_MAX_TEXTURE_UNITS_ARB/ { print $3 }'`" + if [ -n "$max_texture_units" -a "$max_texture_units" -lt 3 ]; then + echo "Your video card does not support enough texture units, turning off shadows..." + sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini + fi else # convert configuration from glest 1.1 to glest 1.2 grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- glest.spec 14 Dec 2006 14:46:28 -0000 1.4 +++ glest.spec 18 Dec 2006 22:46:43 -0000 1.5 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -94,6 +94,9 @@ %changelog +* Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 +- fix launch script to detect if shadows must be turned off + * Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 - Does not work on PPC yet, ExcludeArch it. From fedora-extras-commits at redhat.com Mon Dec 18 22:47:14 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Mon, 18 Dec 2006 17:47:14 -0500 Subject: rpms/glest/devel glest.sh,1.1,1.2 glest.spec,1.4,1.5 Message-ID: <200612182247.kBIMlENh008392@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8357/devel Modified Files: glest.sh glest.spec Log Message: fix launch script to detect if shadows must be turned off Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glest.sh 27 Nov 2006 20:05:47 -0000 1.1 +++ glest.sh 18 Dec 2006 22:46:43 -0000 1.2 @@ -67,6 +67,11 @@ if [ -f $GLEST_DATA_DIR/data/lang/$lang ]; then sed -i -e s/Lang=.*/Lang=$lang/g glest.ini fi + max_texture_units="`glxinfo -l | awk '/GL_MAX_TEXTURE_UNITS_ARB/ { print $3 }'`" + if [ -n "$max_texture_units" -a "$max_texture_units" -lt 3 ]; then + echo "Your video card does not support enough texture units, turning off shadows..." + sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini + fi else # convert configuration from glest 1.1 to glest 1.2 grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- glest.spec 14 Dec 2006 14:46:28 -0000 1.4 +++ glest.spec 18 Dec 2006 22:46:43 -0000 1.5 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -94,6 +94,9 @@ %changelog +* Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 +- fix launch script to detect if shadows must be turned off + * Thu Dec 14 2006 Aurelien Bompard 2.0.0-3 - Does not work on PPC yet, ExcludeArch it. From fedora-extras-commits at redhat.com Mon Dec 18 22:53:17 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 18 Dec 2006 17:53:17 -0500 Subject: rpms/gdl/devel gdl-0.9pre3-python25.patch, NONE, 1.1 gdl.spec, 1.21, 1.22 Message-ID: <200612182253.kBIMrHF9008507@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8489 Modified Files: gdl.spec Added Files: gdl-0.9pre3-python25.patch Log Message: Add patch for configure to handle python 2.5 gdl-0.9pre3-python25.patch: --- NEW FILE gdl-0.9pre3-python25.patch --- --- gdl-0.9pre3/configure.python25 2006-11-22 07:58:06.000000000 -0700 +++ gdl-0.9pre3/configure 2006-12-18 14:01:50.000000000 -0700 @@ -20135,7 +20135,7 @@ queryfile=$ac_confdir/query_version.py echo # tmp file auto (re)generated by GDL configure. Please delete > $queryfile echo import sys >> $queryfile - echo print sys.version.split\(\'.\'\)\[0\]+\".\"+sys.version.split\(\'.\'\)\[1\] >> $queryfile + echo print sys.version.split\(\)\[0\].split\(\'.\'\)\[0\]+\".\"+sys.version.split\(\)\[0\].split\(\'.\'\)\[1\] >> $queryfile PYTHON_VERSION=`python $queryfile` rm $queryfile fi Index: gdl.spec =================================================================== RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gdl.spec 15 Dec 2006 09:14:17 -0000 1.21 +++ gdl.spec 18 Dec 2006 22:52:47 -0000 1.22 @@ -1,6 +1,6 @@ Name: gdl Version: 0.9 -Release: 0.pre3.3%{?dist} +Release: 0.pre3.4%{?dist} Summary: GNU Data Language Group: Applications/Engineering @@ -8,13 +8,14 @@ URL: http://gnudatalanguage.sourceforge.net/ Source0: http://dl.sf.net/gnudata/%{name}-%{version}pre3.tar.gz Patch0: gdl-0.9pre3-const.patch +Patch1: gdl-0.9pre3-python25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, ncurses-devel BuildRequires: gsl-devel, plplot-devel, ImageMagick-c++-devel BuildRequires: netcdf-devel, hdf5-devel, libjpeg-devel BuildRequires: python-devel, python-numarray, python-matplotlib -BuildRequires: fftw-devel, hdf-devel +BuildRequires: fftw-devel, hdf-devel, proj-devel %description @@ -26,6 +27,7 @@ %prep %setup -q -n %{name}-%{version}pre3 %patch -p1 -b .const +%patch1 -p1 -b .python25 %build @@ -51,6 +53,9 @@ %changelog +* Mon Dec 18 2006 - Orion Poplawski - 0.9-0.pre3.4 +- Add patch for configure to handle python 2.5 + * Thu Dec 14 2006 - Jef Spaleta - 0.9-0.pre3.3 - Bump and build for python 2.5 From fedora-extras-commits at redhat.com Mon Dec 18 23:37:54 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 18 Dec 2006 18:37:54 -0500 Subject: rpms/cmake/devel cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.11, 1.12 Message-ID: <200612182337.kBINbsml012010@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11988 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cmake.spec 5 Dec 2006 16:52:21 -0000 1.11 +++ cmake.spec 18 Dec 2006 23:37:24 -0000 1.12 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -60,6 +65,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 00:01:00 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 18 Dec 2006 19:01:00 -0500 Subject: rpms/cmake/devel cmake-2.4.5-xmlrpc.patch,1.1,1.2 Message-ID: <200612190001.kBJ010v8012140@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12120 Modified Files: cmake-2.4.5-xmlrpc.patch Log Message: Fix xmlrpc-c headers cmake-2.4.5-xmlrpc.patch: Index: cmake-2.4.5-xmlrpc.patch =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake-2.4.5-xmlrpc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cmake-2.4.5-xmlrpc.patch 18 Dec 2006 23:37:24 -0000 1.1 +++ cmake-2.4.5-xmlrpc.patch 19 Dec 2006 00:00:30 -0000 1.2 @@ -8,3 +8,16 @@ ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) +--- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 ++++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 +@@ -20,8 +20,8 @@ + /* Use the xmlrpc library configured for CMake. */ + #include "cmThirdParty.h" + #ifdef CMAKE_USE_SYSTEM_XMLRPC +-# include +-# include ++# include ++# include + #else + # include + # include From fedora-extras-commits at redhat.com Tue Dec 19 00:53:44 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Mon, 18 Dec 2006 19:53:44 -0500 Subject: rpms/fontypython/FC-5 fontypython.spec,1.1,1.2 Message-ID: <200612190053.kBJ0riTQ015606@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554/FC-5 Modified Files: fontypython.spec Log Message: Changed executable name from 'fp' to 'fontypython' Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-5/fontypython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.spec 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -43,6 +43,7 @@ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +51,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/fp +%{_bindir}/fontypython %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING @@ -58,6 +59,9 @@ %{python_sitelib}/* %changelog +* Mon Dec 19 2006 Chris Mohler 0.2.0-5 +- Renamed executable 'fp' to 'fontypython' to resolve bug #220046 + * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires From fedora-extras-commits at redhat.com Tue Dec 19 00:53:49 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Mon, 18 Dec 2006 19:53:49 -0500 Subject: rpms/fontypython/devel fontypython.spec,1.1,1.2 Message-ID: <200612190053.kBJ0rnJl015612@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554/devel Modified Files: fontypython.spec Log Message: Changed executable name from 'fp' to 'fontypython' Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/fontypython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.spec 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.spec 19 Dec 2006 00:53:19 -0000 1.2 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -43,6 +43,7 @@ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +51,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/fp +%{_bindir}/fontypython %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING @@ -58,6 +59,9 @@ %{python_sitelib}/* %changelog +* Mon Dec 19 2006 Chris Mohler 0.2.0-5 +- Renamed executable 'fp' to 'fontypython' to resolve bug #220046 + * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires From fedora-extras-commits at redhat.com Tue Dec 19 00:53:44 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Mon, 18 Dec 2006 19:53:44 -0500 Subject: rpms/fontypython/FC-6 fontypython.spec,1.1,1.2 Message-ID: <200612190053.kBJ0riHF015609@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554/FC-6 Modified Files: fontypython.spec Log Message: Changed executable name from 'fp' to 'fontypython' Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-6/fontypython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.spec 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -43,6 +43,7 @@ %{SOURCE1} mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/ cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +51,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/fp +%{_bindir}/fontypython %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/fplogo.png %doc README COPYING @@ -58,6 +59,9 @@ %{python_sitelib}/* %changelog +* Mon Dec 19 2006 Chris Mohler 0.2.0-5 +- Renamed executable 'fp' to 'fontypython' to resolve bug #220046 + * Thu Dec 14 2006 Chris Mohler 0.2.0-4 - Corrected Source0 to include URL - removed python >= 2.4 from Requires From fedora-extras-commits at redhat.com Tue Dec 19 01:07:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 18 Dec 2006 20:07:47 -0500 Subject: rpms/python-sqlobject/devel python-sqlobject.spec,1.8,1.9 Message-ID: <200612190107.kBJ17lnk019050@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19033 Modified Files: python-sqlobject.spec Log Message: require python-sqlite2 Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/devel/python-sqlobject.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sqlobject.spec 12 Dec 2006 14:00:30 -0000 1.8 +++ python-sqlobject.spec 19 Dec 2006 01:07:17 -0000 1.9 @@ -2,7 +2,7 @@ Name: python-sqlobject Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-sqlite, python-formencode >= 0.2.2 +Requires: python-sqlite2, python-formencode >= 0.2.2 %description @@ -81,6 +81,9 @@ %{_bindir}/* %changelog +* Mon Dec 18 2006 Luke Macken 0.7.2-3 +- Require python-sqlite2 + * Tue Dec 12 2006 Luke Macken 0.7.2-2 - Add python-devel to BuildRequires From fedora-extras-commits at redhat.com Tue Dec 19 01:57:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:27 -0500 Subject: rpms/sqlgrey - New directory Message-ID: <200612190157.kBJ1vRxc019476@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19472/sqlgrey Log Message: Directory /cvs/extras/rpms/sqlgrey added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 01:57:33 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:33 -0500 Subject: rpms/sqlgrey/devel - New directory Message-ID: <200612190157.kBJ1vXMO019491@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19472/sqlgrey/devel Log Message: Directory /cvs/extras/rpms/sqlgrey/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 01:57:51 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:51 -0500 Subject: rpms/sqlgrey Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612190157.kBJ1vpoi019523@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517 Added Files: Makefile import.log Log Message: Setup of module sqlgrey --- NEW FILE Makefile --- # Top level Makefile for module sqlgrey all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 19 01:57:56 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:57:56 -0500 Subject: rpms/sqlgrey/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612190157.kBJ1vu7L019538@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module sqlgrey --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 19 01:59:17 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:59:17 -0500 Subject: rpms/sqlgrey import.log,1.1,1.2 Message-ID: <200612190159.kBJ1xHVS019633@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19596 Modified Files: import.log Log Message: auto-import sqlgrey-1.7.4-5 on branch devel from sqlgrey-1.7.4-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/sqlgrey/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Dec 2006 01:57:51 -0000 1.1 +++ import.log 19 Dec 2006 01:58:47 -0000 1.2 @@ -0,0 +1 @@ +sqlgrey-1_7_4-5:HEAD:sqlgrey-1.7.4-5.src.rpm:1166493963 From fedora-extras-commits at redhat.com Tue Dec 19 01:59:18 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 20:59:18 -0500 Subject: rpms/sqlgrey/devel sqlgrey-1.7.4-sqlite.patch, NONE, 1.1 sqlgrey-1.7.4-warnings.patch, NONE, 1.1 sqlgrey.init, NONE, 1.1 sqlgrey.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612190159.kBJ1xIcj019637@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/sqlgrey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19596/devel Modified Files: .cvsignore sources Added Files: sqlgrey-1.7.4-sqlite.patch sqlgrey-1.7.4-warnings.patch sqlgrey.init sqlgrey.spec Log Message: auto-import sqlgrey-1.7.4-5 on branch devel from sqlgrey-1.7.4-5.src.rpm sqlgrey-1.7.4-sqlite.patch: --- NEW FILE sqlgrey-1.7.4-sqlite.patch --- --- sqlgrey-1.7.4/etc/sqlgrey.conf.orig 2006-05-28 09:32:59.000000000 -0500 +++ sqlgrey-1.7.4/etc/sqlgrey.conf 2006-12-12 14:58:38.000000000 -0600 @@ -119,7 +119,9 @@ # instead of Pg below use "mysql" for MySQL, "SQLite" for SQLite # any DBD driver is allowed, but only the previous 3 have been tested # db_type = Pg +db_type = SQLite # db_name = sqlgrey +db_name = sqlgrey.db # Note: the following are not used with SQLite # db_host = localhost # db_port = default sqlgrey-1.7.4-warnings.patch: --- NEW FILE sqlgrey-1.7.4-warnings.patch --- --- sqlgrey-1.7.4/sqlgrey.orig 2006-08-02 21:33:43.000000000 -0500 +++ sqlgrey-1.7.4/sqlgrey 2006-12-12 15:13:07.000000000 -0600 @@ -815,6 +815,7 @@ $self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts)); #Setting up cluster db's + no warnings 'once'; $DBIx::DBCluster::CLUSTERS = { "$self->{sqlgrey}{db_host}" => { 'WRITE_HOSTS' => [$self->{sqlgrey}{db_host}], @@ -2410,6 +2411,7 @@ no warnings 'uninitialized'; #Perl will spew warn's if running DBI only if ($dflt{db_cluster} eq 'on') { #if loglevel >= 4, enable debugging for DBCluster + no warnings 'once'; $DBIx::DBCluster::DEBUG = ($dflt{'loglevel'}>3)?1:0; if ((defined $HOSTNAME) && (defined $dflt{db_cleanup_hostname})) { --- NEW FILE sqlgrey.init --- #!/bin/sh # # sqlgrey: Init script for sqlgrey postfix policy service # # chkconfig: - 79 31 # description: SQLgrey is a postfix grey-listing policy service. # pidfile: /var/run/sqlgrey.pid # Source function library. . /etc/init.d/functions RETVAL=0 start() { echo -n $"Starting SQLgrey: " # SQLite put files in the working directory cd ~sqlgrey || RETVAL=1 [ $RETVAL -eq 0 ] && { daemon sqlgrey -d; RETVAL=$?; }; [ $RETVAL -eq 0 ] && { touch /var/lock/subsys/sqlgrey; RETVAL=$?; }; [ $RETVAL -eq 0 ] && echo_success || echo_failure echo } stop() { echo -n $"Shutting down SQLgrey: " sqlgrey -k || RETVAL=1 [ $RETVAL -eq 0 ] && { rm -f /var/lock/subsys/sqlgrey; RETVAL=$?; }; [ $RETVAL -eq 0 ] && echo_success || echo_failure echo } restart() { stop sleep 1 # hack: missing REUSEADDR from Net::Server? start } # See how we were called. case "$1" in start) start ;; stop) stop ;; status) status sqlgrey ;; reload) restart ;; restart) restart ;; condrestart) [ -f /var/lock/subsys/sqlgrey ] && restart || : ;; *) echo $"Usage: $0 {start|stop|status|restart|condrestart}" exit 1 esac exit $RETVAL --- NEW FILE sqlgrey.spec --- Name: sqlgrey Version: 1.7.4 Release: 5%{?dist} Summary: Postfix grey-listing policy service Group: System Environment/Daemons License: GPL URL: http://sqlgrey.sourceforge.net/ Source0: http://dl.sourceforge.net/sqlgrey/sqlgrey-%{version}.tar.bz2 Source1: sqlgrey.init Patch0: sqlgrey-1.7.4-sqlite.patch Patch1: sqlgrey-1.7.4-warnings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: postfix Requires: perl(DBD::SQLite) Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service Requires(postun): fedora-usermgmt Requires(pre): fedora-usermgmt %description SQLgrey is a Postfix grey-listing policy service with auto-white-listing written in Perl with SQL database as storage backend. Greylisting stops 50 to 90% of junk mails (spam and virus) before they reach your Postfix server (saves BW, user time and CPU time). %prep %setup -q %patch0 -p1 %patch1 -p1 %build make %install rm -rf $RPM_BUILD_ROOT make rh-install ROOTDIR=$RPM_BUILD_ROOT install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/sqlgrey mkdir -p -m 755 $RPM_BUILD_ROOT%{_var}/lib mkdir -m 750 $RPM_BUILD_ROOT%{_var}/lib/sqlgrey touch $RPM_BUILD_ROOT%{_var}/lib/sqlgrey/sqlgrey.db %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changelog CONTRIB COPYING FAQ HOWTO README* TODO %{_sysconfdir}/init.d/sqlgrey %{_sbindir}/sqlgrey %{_sbindir}/update_sqlgrey_config %{_bindir}/sqlgrey-logstats.pl %{_mandir}/man1/sqlgrey.1* %attr(-,sqlgrey,sqlgrey) %dir %{_var}/lib/sqlgrey %attr(-,sqlgrey,sqlgrey) %ghost %{_var}/lib/sqlgrey/sqlgrey.db %dir %{_sysconfdir}/sqlgrey %config(noreplace) %{_sysconfdir}/sqlgrey/sqlgrey.conf # Content of these files are changed by sqlgrey itself %config(noreplace) %{_sysconfdir}/sqlgrey/clients_ip_whitelist %config(noreplace) %{_sysconfdir}/sqlgrey/clients_fqdn_whitelist %config(noreplace) %{_sysconfdir}/sqlgrey/*.regexp # Warning admins to not touch the above files %attr(644,root,root) %config %{_sysconfdir}/sqlgrey/README %pre /usr/sbin/fedora-groupadd 26 -r sqlgrey &>/dev/null || : /usr/sbin/fedora-useradd 26 -r -s /sbin/nologin -d /var/lib/sqlgrey -M \ -c 'SQLgrey Server' -g sqlgrey sqlgrey &>/dev/null || : %post /sbin/chkconfig --add sqlgrey || : /sbin/service sqlgrey condrestart || : %preun if [ "$1" -eq 0 ]; then /sbin/service sqlgrey stop || : /sbin/chkconfig --del sqlgrey || : fi %postun if [ "$1" -eq 0 ]; then /usr/sbin/fedora-userdel sqlgrey &>/dev/null || : /usr/sbin/fedora-groupdel sqlgrey &>/dev/null || : fi %changelog * Thu Dec 14 2006 Steven Pritchard 1.7.4-5 - Add missing echos to init script * Wed Dec 13 2006 Steven Pritchard 1.7.4-4 - Add more docs * Tue Dec 12 2006 Steven Pritchard 1.7.4-3 - Change default database to SQLite - Require DBD::SQLite - Own (ghost) SQLite db file - Clean up post/postun scripts a bit - Quiet bogus variable used once warnings * Tue Aug 29 2006 Steven Pritchard 1.7.4-2 - Change home directory to /var/lib/sqlgrey and create it - Include our own init script - Explicitly require postfix - Drop inconsistent name macro usage * Tue Aug 29 2006 Steven Pritchard 1.7.4-1 - Update to 1.7.4 - Own _sysconfdir/sqlgrey and all .regexp files in it - Handle the service in post/preun/postun scripts - Random spec cleanup * Mon Apr 17 2006 Warren Togami 1.7.3-2 - Convert to fedora-usermgmt - Spec cleanup to Fedora guidelines * Wed Nov 16 2005 Lionel Bouton - 1.7.3 release - fixes for a crash with '*' in email adresses * Tue Oct 25 2005 Lionel Bouton - 1.7.2 release - fixes for several errors in logging - clean_method ported from 1.6.x * Thu Sep 15 2005 Lionel Bouton - 1.7.1 release - fix for race condition in multiple instances configurations - fix for weekly stats * Tue Jun 21 2005 Lionel Bouton - 1.7.0 release - now continue if the DB isn't available at startup time - based on 1.6.0 with Michel Bouissou's work: . better connect cleanup when creating AWL entries . source IP throttling * Thu Jun 16 2005 Lionel Bouton - 1.6.0 release - fix for alternate conf_dir - fix for timestamp handling in log parser - log parser cleanup - added README.PERF and documentation cleanup * Tue Jun 07 2005 Lionel Bouton - 1.5.9 release - fix for MySQL's mishandling of timestamps - better log parser * Thu Jun 02 2005 Lionel Bouton - 1.5.8 release - fix for Makefile: rpmbuild didn't work * Wed Jun 01 2005 Lionel Bouton - 1.5.7 release - fix for a memory leak - config directory now user-configurable - preliminary log analyser * Mon May 02 2005 Lionel Bouton - 1.5.6 release - fix for MySQL disconnection crash - IPv6 support - Optin/optout support * Tue Apr 25 2005 Lionel Bouton - 1.5.5 release - small fix for SRS (again!) - small fix for deverp code - log types * Tue Mar 15 2005 Lionel Bouton - 1.5.4 release - fix for regexp compilation (regexp in fqdn_whitelists didn't work) * Sat Mar 05 2005 Lionel Bouton - 1.5.3 release - the cleanup is now done in a separate process to avoid stalling the service * Thu Mar 03 2005 Lionel Bouton - 1.5.2 release - optimize SQL queries by avoiding some now() function calls * Wed Mar 02 2005 Lionel Bouton - 1.5.1 release - replaced smart algorithm with Michel Bouissou's one * Wed Feb 23 2005 Lionel Bouton - 1.5.0 release - drop support for obsolete command-line parameters - migrate databases to a new layout : . first_seen added to the AWLs . optimize AWL Primary Keys . add indexes * Mon Feb 21 2005 Lionel Bouton - 1.4.8 release - AWL performance bugfix - bad handling of database init errors fixed * Fri Feb 18 2005 Lionel Bouton - 1.4.7 release - MAIL FROM: <> bugfix * Fri Feb 18 2005 Lionel Bouton - 1.4.6 release - update_sqlgrey_whitelists fix - removed superfluous regexp in deVERP code * Thu Feb 17 2005 Lionel Bouton - 1.4.5 release - update_sqlgrey_whitelists temporary directory fixes from Michel Bouissou - return code configurable patch from Michel Bouissou - VERP and SRS tuning, with input from Michel Bouissou - VERP and SRS normalisation is used only in the AWLs * Mon Feb 14 2005 Lionel Bouton - 1.4.4 release - Autowhitelists understand SRS - more VERP support for autowhitelists - SQLgrey can warn by mail when the database is unavailable - update_sqlgrey_whitelists doesn't rely on mktemp's '-t' parameter anymore. * Sun Feb 06 2005 Lionel Bouton - 1.4.3 release - log to stdout when not in daemon mode - added update_sqlgrey_whitelists script whitelists can now be fetched from repositories * Thu Jan 13 2005 Lionel Bouton - 1.4.2 release - Better cleanup logging from Rene Joergensen - Fix for Syslog.pm error messages at init time - Fix doc packaging in RPM * Tue Jan 11 2005 Lionel Bouton - 1.4.1 release - fix for invalid group id messages from ??ystein Viggen - allow reloading whitelists with SIGUSR1 - db_maintdelay user-configurable - don't log pid anymore * Fri Dec 10 2004 Lionel Bouton - 1.4.0 release - windows for SQL injection fix (reported by ??ystein Viggen) - spec file tuning inspired by Derek Battams * Tue Nov 30 2004 Lionel Bouton - 1.3.6 release - whitelist for FQDN as well as IP - 3 different greylisting algorithms (RFE from Derek Battams) * Mon Nov 22 2004 Lionel Bouton - 1.3.4 release - ip whitelisting * Mon Nov 22 2004 Lionel Bouton - 1.3.3 release - preliminary whitelist support * Wed Nov 17 2004 Lionel Bouton - 1.3.2 release - RPM packaging fixed - DB connection pbs don't crash SQLgrey anymore * Thu Nov 11 2004 Lionel Bouton - 1.3.0 release - Database schema slightly changed, - Automatic database schema upgrade framework * Sun Nov 07 2004 Lionel Bouton - 1.2.0 release - SQL code injection protection - better DBI error reporting - better VERP support - small log related typo fix - code cleanups * Mon Oct 11 2004 Lionel Bouton - 1.1.2 release - pidfile handling code bugfix * Mon Sep 27 2004 Lionel Bouton - 1.1.1 release - MySQL-related SQL syntax bugfix * Tue Sep 21 2004 Lionel Bouton - 1.1.0 release - SQLite support (RFE from Klaus Alexander Seistrup) * Tue Sep 14 2004 Lionel Bouton - 1.0.1 release - man page cleanup * Tue Sep 07 2004 Lionel Bouton - pushed default max-age from 12 to 24 hours * Sat Aug 07 2004 Lionel Bouton - bug fix for space trimming values from database * Tue Aug 03 2004 Lionel Bouton - trim spaces before logging possible spams - v1.0 added license reference at the top at savannah request * Fri Jul 30 2004 Lionel Bouton - Bugfix: couldn't match on undefined sender - debug code added * Fri Jul 30 2004 Lionel Bouton - Removed NetAddr::IP dependency at savannah request * Sat Jul 17 2004 Lionel Bouton - Default max-age pushed to 12 hours instead of 5 (witnessed more than 6 hours for a mailing-list subscription system) * Fri Jul 02 2004 Lionel Bouton - Documentation * Thu Jul 01 2004 Lionel Bouton - PostgreSQL support added * Tue Jun 29 2004 Lionel Bouton - various cleanups and bug hunting * Mon Jun 28 2004 Lionel Bouton - 2-level AWL support * Sun Jun 27 2004 Lionel Bouton - Initial Version, replaced BDB by mysql in postgrey Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sqlgrey/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Dec 2006 01:57:56 -0000 1.1 +++ .cvsignore 19 Dec 2006 01:58:48 -0000 1.2 @@ -0,0 +1 @@ +sqlgrey-1.7.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sqlgrey/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Dec 2006 01:57:56 -0000 1.1 +++ sources 19 Dec 2006 01:58:48 -0000 1.2 @@ -0,0 +1 @@ +b84931d638c3527e2dabc26ad6754bc0 sqlgrey-1.7.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 02:03:26 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 18 Dec 2006 21:03:26 -0500 Subject: owners owners.list,1.2127,1.2128 Message-ID: <200612190203.kBJ23QT4022805@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22790 Modified Files: owners.list Log Message: Add sqlgrey. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2127 retrieving revision 1.2128 diff -u -r1.2127 -r1.2128 --- owners.list 18 Dec 2006 17:24:46 -0000 1.2127 +++ owners.list 19 Dec 2006 02:02:56 -0000 1.2128 @@ -2287,6 +2287,7 @@ Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|splint|An implementation of the lint program|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| +Fedora Extras|sqlgrey|Postfix grey-listing policy service|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 19 03:57:10 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Mon, 18 Dec 2006 22:57:10 -0500 Subject: rpms/zeroinstall-injector/devel zeroinstall-injector.spec,1.4,1.5 Message-ID: <200612190357.kBJ3vAkh026393@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/zeroinstall-injector/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26378 Modified Files: zeroinstall-injector.spec Log Message: Updated spec for python2.5 rebuild Index: zeroinstall-injector.spec =================================================================== RCS file: /cvs/extras/rpms/zeroinstall-injector/devel/zeroinstall-injector.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zeroinstall-injector.spec 11 Nov 2006 17:46:20 -0000 1.4 +++ zeroinstall-injector.spec 19 Dec 2006 03:56:40 -0000 1.5 @@ -2,7 +2,7 @@ Name: zeroinstall-injector Version: 0.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Zero Install Injector (0launch) Group: Applications/System @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python gnupg +BuildRequires: python-devel gnupg Requires: PyXML pygtk2 gnupg %description @@ -58,6 +58,9 @@ %changelog +* Mon Dec 18 2006 Michel Salim 0.24-3 +- Rebuild for development branch + * Sat Nov 11 2006 Michel Salim 0.24-2 - Allow installation of ix86 binaries on x86_64 From fedora-extras-commits at redhat.com Tue Dec 19 05:07:00 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:07:00 -0500 Subject: rpms/scribes/devel scribes-fix-plugins-installation-dir.patch, NONE, 1.1 scribes.spec, 1.21, 1.22 Message-ID: <200612190507.kBJ570Ak000598@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv576 Modified Files: scribes.spec Added Files: scribes-fix-plugins-installation-dir.patch Log Message: Update to 2006-12-18 BZR snapshot; add more %doc files, scribes-fix-plugins-installation-dir.patch: --- NEW FILE scribes-fix-plugins-installation-dir.patch --- --- Makefile.am.old 2006-12-18 20:05:22.000000000 -0800 +++ Makefile.am 2006-12-18 20:05:39.000000000 -0800 @@ -43,6 +43,6 @@ gnome-doc-utils.make install-data-hook: - cp -R plugins $(datadir)/scribes + cp -R plugins $(DESTDIR)$(datadir)/scribes chmod 755 $(DESTDIR)$(startupdir)/$(startup_script) chmod 755 $(DESTDIR)$(startupdir)/$(other_script) Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- scribes.spec 9 Dec 2006 02:21:16 -0000 1.21 +++ scribes.spec 19 Dec 2006 05:06:30 -0000 1.22 @@ -1,17 +1,25 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define python_module_name SCRIBES +%define alphatag .20061218bzr Name: scribes Version: 0.3 -Release: 2%{?dist} +Release: 3%{?alphatag}%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ -Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +## Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +# This is a source snapshot dated 2006-12-18, thus no URI. Instructions to +# retrieve it are as follows (the initial '$' character is one's shell prompt): +# $ bzr get -r 83 http://scribes.sourceforge.net/bzr/scribes +# $ rm -rf scribes/.bzr* +# $ tar -cvjpf scribes-0.3.20061218bzr.tar.bz2 scribes +Source0: scribes-%{version}%{alphatag}.tar.bz2 Patch0: %{name}-configure.ac-no-python-depcheck.patch +Patch1: %{name}-fix-plugins-installation-dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -22,6 +30,7 @@ BuildRequires: perl(XML::Parser) BuildRequires: scrollkeeper BuildRequires: autoconf +BuildRequires: automake BuildRequires: gnome-doc-utils BuildRequires: GConf2 @@ -66,13 +75,18 @@ %prep -%setup -q +%setup -q -n "%{name}" # Patch out the configure script's call to depcheck.py, since I've ensured # that the deps are satisfied and the depcheck.py script is happy on its own, # though fails when run through rpmbuild... %patch0 -p0 # ..then recreate the configure script from the new configure.ac file... %{__autoconf} +# ...then patch the Makefile.am to properly install the plugins to +# $(DESTDIR)$(datadir)... +%patch1 -p0 +# ..then recreate the root Makefile.in for the configure script to use... +%{__automake} Makefile # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled # since they'll be installed with the scriptlets. %configure --disable-scrollkeeper --disable-schemas-install --enable-nls @@ -139,10 +153,9 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog CONTRIBUTORS COPYING NEWS README TRANSLATORS TODO %{python_sitelib}/%{python_module_name}/ %{_bindir}/%{name} -%{_bindir}/.scribesclient %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/gnome/help/%{name}/ @@ -153,6 +166,15 @@ %changelog +* Mon Dec 18 2006 Peter Gordon - 0.3-3.20061218bzr +- Update to 2006-12-18 BZR snapshot. This should fix the longstanding bug + wherein a zombie .scribesclient process is left which becomes incredibly + processor-intensive, since the internal IPC has been reworked; also includes + various updated translations. +- Add CONTRIBUTORS, TRANSLATORS, and TODO files as %%doc +- Add patch to install plugins to proper $(DESTDIR) location: + + fix-plugins-installation-dir.patch + * Fri Dec 08 2006 Peter Gordon - 0.3-2 - Rebuild for Python 2.5 upgrade From fedora-extras-commits at redhat.com Tue Dec 19 05:07:46 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 19 Dec 2006 00:07:46 -0500 Subject: rpms/python-nltk_lite/devel python-nltk_lite.spec,1.1,1.2 Message-ID: <200612190507.kBJ57ke6000625@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/python-nltk_lite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv562 Modified Files: python-nltk_lite.spec Log Message: Rebuild for -development (FC7) Index: python-nltk_lite.spec =================================================================== RCS file: /cvs/extras/rpms/python-nltk_lite/devel/python-nltk_lite.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-nltk_lite.spec 11 Nov 2006 02:57:46 -0000 1.1 +++ python-nltk_lite.spec 19 Dec 2006 05:07:16 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-nltk_lite Version: 0.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Natural Language Toolkit Group: Development/Libraries @@ -14,7 +14,7 @@ Obsoletes: python-nltk <= 1.4.4-2%{?dist} -BuildRequires: python +BuildRequires: python-devel Requires: python-numarray, tkinter %description @@ -67,5 +67,8 @@ %changelog +* Mon Dec 18 2006 Michel Salim - 0.6.6-2 +- Rebuild for development branch + * Mon Oct 30 2006 Michel Salim - 0.6.6-1 - Initial package From fedora-extras-commits at redhat.com Tue Dec 19 05:09:08 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:09:08 -0500 Subject: rpms/scribes/FC-6 scribes-fix-plugins-installation-dir.patch, NONE, 1.1 scribes.spec, 1.18, 1.19 Message-ID: <200612190509.kBJ598Cj000733@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv710 Modified Files: scribes.spec Added Files: scribes-fix-plugins-installation-dir.patch Log Message: Update to 2006-12-18 BZR snapshot; add more %doc files, scribes-fix-plugins-installation-dir.patch: --- NEW FILE scribes-fix-plugins-installation-dir.patch --- --- Makefile.am.old 2006-12-18 20:05:22.000000000 -0800 +++ Makefile.am 2006-12-18 20:05:39.000000000 -0800 @@ -43,6 +43,6 @@ gnome-doc-utils.make install-data-hook: - cp -R plugins $(datadir)/scribes + cp -R plugins $(DESTDIR)$(datadir)/scribes chmod 755 $(DESTDIR)$(startupdir)/$(startup_script) chmod 755 $(DESTDIR)$(startupdir)/$(other_script) Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-6/scribes.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- scribes.spec 4 Nov 2006 20:16:24 -0000 1.18 +++ scribes.spec 19 Dec 2006 05:08:38 -0000 1.19 @@ -1,17 +1,25 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define python_module_name SCRIBES +%define alphatag .20061218bzr Name: scribes Version: 0.3 -Release: 1%{?dist} +Release: 2%{?alphatag}%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ -Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +## Source0: http://heanet.dl.sourceforge.net/scribes/scribes-%{version}.tar.bz2 +# This is a source snapshot dated 2006-12-18, thus no URI. Instructions to +# retrieve it are as follows (the initial '$' character is one's shell prompt): +# $ bzr get -r 83 http://scribes.sourceforge.net/bzr/scribes +# $ rm -rf scribes/.bzr* +# $ tar -cvjpf scribes-0.3.20061218bzr.tar.bz2 scribes +Source0: scribes-%{version}%{alphatag}.tar.bz2 Patch0: %{name}-configure.ac-no-python-depcheck.patch +Patch1: %{name}-fix-plugins-installation-dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -22,6 +30,7 @@ BuildRequires: perl(XML::Parser) BuildRequires: scrollkeeper BuildRequires: autoconf +BuildRequires: automake BuildRequires: gnome-doc-utils BuildRequires: GConf2 @@ -66,13 +75,18 @@ %prep -%setup -q +%setup -q -n "%{name}" # Patch out the configure script's call to depcheck.py, since I've ensured # that the deps are satisfied and the depcheck.py script is happy on its own, # though fails when run through rpmbuild... %patch0 -p0 # ..then recreate the configure script from the new configure.ac file... %{__autoconf} +# ...then patch the Makefile.am to properly install the plugins to +# $(DESTDIR)$(datadir)... +%patch1 -p0 +# ..then recreate the root Makefile.in for the configure script to use... +%{__automake} Makefile # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled # since they'll be installed with the scriptlets. %configure --disable-scrollkeeper --disable-schemas-install --enable-nls @@ -95,7 +109,6 @@ make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ - --add-category X-Fedora \ --delete-original \ %{buildroot}/%{_datadir}/applications/%{name}.desktop chmod +x %{buildroot}/%{python_sitelib}/%{python_module_name}/syntax.py @@ -139,10 +152,9 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog CONTRIBUTORS COPYING NEWS README TRANSLATORS TODO %{python_sitelib}/%{python_module_name}/ %{_bindir}/%{name} -%{_bindir}/.scribesclient %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/gnome/help/%{name}/ @@ -153,6 +165,16 @@ %changelog +* Mon Dec 18 2006 Peter Gordon - 0.3-2.20061218bzr +- Update to 2006-12-18 BZR snapshot. This should fix the longstanding bug + wherein a zombie .scribesclient process is left which becomes incredibly + processor-intensive, since the internal IPC has been reworked; also includes + various updated translations. +- Don't add the X-Fedora category to the installed .desktop file +- Add CONTRIBUTORS, TRANSLATORS, and TODO files as %%doc +- Add patch to install plugins to proper $(DESTDIR) location: + + fix-plugins-installation-dir.patch + * Sat Nov 04 2006 Peter Gordon - 0.3-1 - Update to new upstream release (0.3 final) From fedora-extras-commits at redhat.com Tue Dec 19 05:11:40 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:11:40 -0500 Subject: rpms/scribes/FC-6 .cvsignore,1.8,1.9 sources,1.8,1.9 Message-ID: <200612190511.kBJ5BeO8000768@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv751 Modified Files: .cvsignore sources Log Message: Commiting the new sources and .cvsignore files would probably help. :] Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 4 Nov 2006 20:16:24 -0000 1.8 +++ .cvsignore 19 Dec 2006 05:11:10 -0000 1.9 @@ -1 +1 @@ -scribes-0.3.tar.bz2 +scribes-0.3.20061218bzr.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Nov 2006 20:16:24 -0000 1.8 +++ sources 19 Dec 2006 05:11:10 -0000 1.9 @@ -1 +1 @@ -2abe30a606fcb6aa310c7322df8e5ab7 scribes-0.3.tar.bz2 +b957d8a8bbb6fd6135a62e55e570ff46 scribes-0.3.20061218bzr.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 05:12:44 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 00:12:44 -0500 Subject: rpms/scribes/devel .cvsignore,1.8,1.9 sources,1.8,1.9 Message-ID: <200612190512.kBJ5Cibx000802@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv785 Modified Files: .cvsignore sources Log Message: Commiting the new sources and .cvsignore files would probably help. :] Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 4 Nov 2006 20:07:31 -0000 1.8 +++ .cvsignore 19 Dec 2006 05:12:13 -0000 1.9 @@ -1 +1 @@ -scribes-0.3.tar.bz2 +scribes-0.3.20061218bzr.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 4 Nov 2006 20:07:31 -0000 1.8 +++ sources 19 Dec 2006 05:12:13 -0000 1.9 @@ -1 +1 @@ -2abe30a606fcb6aa310c7322df8e5ab7 scribes-0.3.tar.bz2 +b957d8a8bbb6fd6135a62e55e570ff46 scribes-0.3.20061218bzr.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 05:21:00 2006 From: fedora-extras-commits at redhat.com (Michel Alexandre Salim (salimma)) Date: Tue, 19 Dec 2006 00:21:00 -0500 Subject: rpms/python-nltk/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE python-nltk.spec, 1.3, NONE sources, 1.2, NONE Message-ID: <200612190521.kBJ5L05k000954@cvs-int.fedora.redhat.com> Author: salimma Update of /cvs/extras/rpms/python-nltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv938 Added Files: dead.package Removed Files: Makefile python-nltk.spec sources Log Message: Remove python-nltk from FE7 (superceded by python-nltk_lite) --- NEW FILE dead.package --- Upstream development has ceased, replaced by nltk_lite (packaged as python-nltk_lite in Fedora Extras) --- Makefile DELETED --- --- python-nltk.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 05:48:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 19 Dec 2006 00:48:52 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.25, 1.26 ochusha.spec, 1.26, 1.27 sources, 1.25, 1.26 Message-ID: <200612190548.kBJ5mq4t001198@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1174 Modified Files: .cvsignore ochusha.spec sources Log Message: * Tue Dec 19 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061219 - 0.5.99.65 cvs 061219 (9:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 18 Dec 2006 15:29:54 -0000 1.25 +++ .cvsignore 19 Dec 2006 05:48:22 -0000 1.26 @@ -1 +1 @@ -ochusha-0.5.99.64.11-cvs061218.tar.bz2 +ochusha-0.5.99.65-cvs061219.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ochusha.spec 18 Dec 2006 15:29:54 -0000 1.26 +++ ochusha.spec 19 Dec 2006 05:48:22 -0000 1.27 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.64.11 -%define strtag cvs061218 +%define main_ver 0.5.99.65 +%define strtag cvs061219 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 18 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061218 -- 0.5.99.64.11 cvs 061218 (23:59 JST) +* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061219 +- 0.5.99.65 cvs 061219 (9:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 18 Dec 2006 15:29:54 -0000 1.25 +++ sources 19 Dec 2006 05:48:22 -0000 1.26 @@ -1 +1 @@ -83a1634634d44cba19dba6b401d64a84 ochusha-0.5.99.64.11-cvs061218.tar.bz2 +fc4aaceb9ad535e11b2ceee7aeec82e9 ochusha-0.5.99.65-cvs061219.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 05:53:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 19 Dec 2006 00:53:31 -0500 Subject: rpms/ochusha/devel ochusha.spec,1.27,1.28 Message-ID: <200612190553.kBJ5rV3u001297@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1280 Modified Files: ochusha.spec Log Message: Fix changelog Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ochusha.spec 19 Dec 2006 05:48:22 -0000 1.27 +++ ochusha.spec 19 Dec 2006 05:53:01 -0000 1.28 @@ -8,7 +8,7 @@ %define pre_release 1 %if %{pre_release} -%define rel 0.%{vendor_rel}.%{strtag}%{?dist} +%define rel 0.%{vendor_rel}.%{strtag}%{?dist}.1 %else %define rel %{vendor_rel}%{?dist} %endif @@ -155,7 +155,7 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.64.11-0.1.cvs061219 +* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061219 - 0.5.99.65 cvs 061219 (9:00 JST) * Sat Nov 18 2006 From fedora-extras-commits at redhat.com Tue Dec 19 07:02:10 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 02:02:10 -0500 Subject: rpms/scribes/devel scribes.spec,1.22,1.23 Message-ID: <200612190702.kBJ72Ag1007790@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7775 Modified Files: scribes.spec Log Message: Fix build on devel by adding aclocal and sed calls around the automake call Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- scribes.spec 19 Dec 2006 05:06:30 -0000 1.22 +++ scribes.spec 19 Dec 2006 07:01:40 -0000 1.23 @@ -86,7 +86,9 @@ # $(DESTDIR)$(datadir)... %patch1 -p0 # ..then recreate the root Makefile.in for the configure script to use... +%{__aclocal} %{__automake} Makefile +find . -type f -exec sed -i -e "s/@MKDIR_P@/@mkdir_p@/g" '{}' \; # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled # since they'll be installed with the scriptlets. %configure --disable-scrollkeeper --disable-schemas-install --enable-nls From fedora-extras-commits at redhat.com Tue Dec 19 07:04:40 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 19 Dec 2006 02:04:40 -0500 Subject: rpms/scribes/devel scribes-configure.ac-no-python-depcheck.patch, 1.2, 1.3 Message-ID: <200612190704.kBJ74exv007859@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7841 Modified Files: scribes-configure.ac-no-python-depcheck.patch Log Message: Readd lost patch scribes-configure.ac-no-python-depcheck.patch: Index: scribes-configure.ac-no-python-depcheck.patch =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes-configure.ac-no-python-depcheck.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- scribes-configure.ac-no-python-depcheck.patch 17 Oct 2006 03:46:43 -0000 1.2 +++ scribes-configure.ac-no-python-depcheck.patch 19 Dec 2006 07:04:10 -0000 1.3 @@ -1,8 +1,8 @@ ---- configure.ac.orig 2006-10-16 20:29:29.000000000 -0700 -+++ configure.ac 2006-10-16 20:30:22.000000000 -0700 +--- configure.ac.old 2006-12-18 21:59:01.000000000 -0800 ++++ configure.ac 2006-12-18 21:59:19.000000000 -0800 @@ -3,7 +3,6 @@ - AC_INIT([scribes], [0.2.9.88], []) + AC_INIT([scribes], [0.3.1], []) GNOME_COMMON_INIT -AC_PREREQ(2.60) AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip]) From fedora-extras-commits at redhat.com Tue Dec 19 07:36:18 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:36:18 -0500 Subject: rpms/amarok/devel amarok-1.4.4-lastfm+xine-lib-1.1.3.patch, NONE, 1.1 amarok.spec, 1.67, 1.68 Message-ID: <200612190736.kBJ7aIhN008071@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8031/devel Modified Files: amarok.spec Added Files: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch Log Message: add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) amarok-1.4.4-lastfm+xine-lib-1.1.3.patch: --- NEW FILE amarok-1.4.4-lastfm+xine-lib-1.1.3.patch --- Index: amarok-1.4.4/amark/src/amarok_proxy.rb =================================================================== --- amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609364) +++ amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609365) @@ -117,6 +117,11 @@ def cp_to_empty_outward( income, output ) myputs "cp_to_empty_outward( income => #{income.inspect}, output => #{output.inspect}" income.each_line do |data| + if data =~ /User-Agent: xine\/([0-9.]+)/ + version = $1.split(".").collect { |v| v.to_i } + myputs("Found xine user agent version #{version.join(".")}") + @xineworkaround = ( version[0] <= 1 && version[1] <= 1 && version[2] <= 2 ) + end myputs( data ) data.chomp! safe_write( output, data ) @@ -142,7 +147,7 @@ def cp_all_inward( income, output ) myputs( "cp_all( income => #{income.inspect}, output => #{output.inspect}" ) - if self.is_a?( LastFM ) and @engine == 'xine-engine' + if self.is_a?( LastFM ) and @xineworkaround myputs( "Using buffer fill workaround." ) filler = Array.new( 4096, 0 ) safe_write( output, filler ) # HACK: Fill xine's buffer so that xine_open() won't block Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- amarok.spec 9 Dec 2006 10:17:12 -0000 1.67 +++ amarok.spec 19 Dec 2006 07:35:48 -0000 1.68 @@ -11,6 +11,7 @@ Url: http://amarok.kde.org # http://download.kde.org/download.php?url=stable/amarok/1.4.3/src Source0: http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2 +Patch0: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -80,6 +81,7 @@ %prep %setup -q +%patch0 -p1 -b .lastfm @@ -238,6 +240,9 @@ %changelog +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +- add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) + * Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 - rebuild From fedora-extras-commits at redhat.com Tue Dec 19 07:36:18 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:36:18 -0500 Subject: rpms/amarok/FC-6 amarok-1.4.4-lastfm+xine-lib-1.1.3.patch, NONE, 1.1 amarok.spec, 1.66, 1.67 Message-ID: <200612190736.kBJ7aI1D008068@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8031/FC-6 Modified Files: amarok.spec Added Files: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch Log Message: add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) amarok-1.4.4-lastfm+xine-lib-1.1.3.patch: --- NEW FILE amarok-1.4.4-lastfm+xine-lib-1.1.3.patch --- Index: amarok-1.4.4/amark/src/amarok_proxy.rb =================================================================== --- amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609364) +++ amarok-1.4.4/amarok/src/amarok_proxy.rb (revision 609365) @@ -117,6 +117,11 @@ def cp_to_empty_outward( income, output ) myputs "cp_to_empty_outward( income => #{income.inspect}, output => #{output.inspect}" income.each_line do |data| + if data =~ /User-Agent: xine\/([0-9.]+)/ + version = $1.split(".").collect { |v| v.to_i } + myputs("Found xine user agent version #{version.join(".")}") + @xineworkaround = ( version[0] <= 1 && version[1] <= 1 && version[2] <= 2 ) + end myputs( data ) data.chomp! safe_write( output, data ) @@ -142,7 +147,7 @@ def cp_all_inward( income, output ) myputs( "cp_all( income => #{income.inspect}, output => #{output.inspect}" ) - if self.is_a?( LastFM ) and @engine == 'xine-engine' + if self.is_a?( LastFM ) and @xineworkaround myputs( "Using buffer fill workaround." ) filler = Array.new( 4096, 0 ) safe_write( output, filler ) # HACK: Fill xine's buffer so that xine_open() won't block Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-6/amarok.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- amarok.spec 6 Dec 2006 18:57:19 -0000 1.66 +++ amarok.spec 19 Dec 2006 07:35:48 -0000 1.67 @@ -4,13 +4,14 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Multimedia License: GPL Url: http://amarok.kde.org # http://download.kde.org/download.php?url=stable/amarok/1.4.3/src Source0: http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2 +Patch0: amarok-1.4.4-lastfm+xine-lib-1.1.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -80,6 +81,7 @@ %prep %setup -q +%patch0 -p1 -b .lastfm @@ -238,6 +240,12 @@ %changelog +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +- add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) + +* Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 +- rebuild + * Wed Dec 06 2006 Aurelien Bompard 1.4.4-2 - rebuild From fedora-extras-commits at redhat.com Tue Dec 19 07:38:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:38:40 -0500 Subject: rpms/amarok/devel amarok.spec,1.68,1.69 Message-ID: <200612190738.kBJ7ce9k008231@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8196/devel Modified Files: amarok.spec Log Message: bump Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- amarok.spec 19 Dec 2006 07:35:48 -0000 1.68 +++ amarok.spec 19 Dec 2006 07:38:10 -0000 1.69 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/Multimedia License: GPL @@ -240,7 +240,7 @@ %changelog -* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-4 - add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) * Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 From fedora-extras-commits at redhat.com Tue Dec 19 07:38:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Tue, 19 Dec 2006 02:38:40 -0500 Subject: rpms/amarok/FC-6 amarok.spec,1.67,1.68 Message-ID: <200612190738.kBJ7ce6L008228@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8196/FC-6 Modified Files: amarok.spec Log Message: bump Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-6/amarok.spec,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- amarok.spec 19 Dec 2006 07:35:48 -0000 1.67 +++ amarok.spec 19 Dec 2006 07:38:09 -0000 1.68 @@ -4,7 +4,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/Multimedia License: GPL @@ -240,7 +240,7 @@ %changelog -* Tue Dec 19 2006 Aurelien Bompard 1.4.4-3 +* Tue Dec 19 2006 Aurelien Bompard 1.4.4-4 - add patch to make lastfm work with xine-lib 1.1.3 (sent by upstream) * Sat Dec 09 2006 Aurelien Bompard 1.4.4-3 From fedora-extras-commits at redhat.com Tue Dec 19 07:58:04 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 02:58:04 -0500 Subject: rpms/w3m-el/devel w3m-el.spec,1.7,1.8 Message-ID: <200612190758.kBJ7w4W2008384@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/w3m-el/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8369 Modified Files: w3m-el.spec Log Message: * Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 - makes it failsafe to run install-info. (#219408) Index: w3m-el.spec =================================================================== RCS file: /cvs/extras/rpms/w3m-el/devel/w3m-el.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- w3m-el.spec 15 Sep 2006 07:37:04 -0000 1.7 +++ w3m-el.spec 19 Dec 2006 07:57:34 -0000 1.8 @@ -2,7 +2,7 @@ Name: w3m-el Version: 1.4.4 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD URL: http://emacs-w3m.namazu.org/ BuildArch: noarch @@ -45,7 +45,8 @@ %package common Summary: Common files for W3m interface of emacsen Group: Applications/Internet -Prereq: /sbin/install-info +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description common This package contains common files which w3m-el and w3m-el-xemacs needs. @@ -96,16 +97,16 @@ %post common /sbin/install-info %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info --delete %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : fi %files @@ -133,6 +134,9 @@ %{_infodir}/* %changelog +* Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 +- makes it failsafe to run install-info. (#219408) + * Fri Sep 15 2006 Akira TAGOH - 1.4.4-5 - rebuilt From fedora-extras-commits at redhat.com Tue Dec 19 08:38:24 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:38:24 -0500 Subject: rpms/w3m-el/FC-6 w3m-el.spec,1.7,1.8 Message-ID: <200612190838.kBJ8cOgN011649@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/w3m-el/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11634 Modified Files: w3m-el.spec Log Message: * Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 - makes it failsafe to run install-info. (#219408) Index: w3m-el.spec =================================================================== RCS file: /cvs/extras/rpms/w3m-el/FC-6/w3m-el.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- w3m-el.spec 15 Sep 2006 07:37:04 -0000 1.7 +++ w3m-el.spec 19 Dec 2006 08:37:54 -0000 1.8 @@ -2,7 +2,7 @@ Name: w3m-el Version: 1.4.4 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD URL: http://emacs-w3m.namazu.org/ BuildArch: noarch @@ -45,7 +45,8 @@ %package common Summary: Common files for W3m interface of emacsen Group: Applications/Internet -Prereq: /sbin/install-info +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description common This package contains common files which w3m-el and w3m-el-xemacs needs. @@ -96,16 +97,16 @@ %post common /sbin/install-info %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info --delete %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : fi %files @@ -133,6 +134,9 @@ %{_infodir}/* %changelog +* Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 +- makes it failsafe to run install-info. (#219408) + * Fri Sep 15 2006 Akira TAGOH - 1.4.4-5 - rebuilt From fedora-extras-commits at redhat.com Tue Dec 19 08:41:12 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:41:12 -0500 Subject: rpms/w3m-el/FC-5 w3m-el.spec,1.3,1.4 Message-ID: <200612190841.kBJ8fC7Y011718@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/w3m-el/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11703 Modified Files: w3m-el.spec Log Message: * Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 - makes it failsafe to run install-info. (#219408) Index: w3m-el.spec =================================================================== RCS file: /cvs/extras/rpms/w3m-el/FC-5/w3m-el.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- w3m-el.spec 2 Mar 2006 07:46:14 -0000 1.3 +++ w3m-el.spec 19 Dec 2006 08:40:42 -0000 1.4 @@ -2,9 +2,10 @@ Name: w3m-el Version: 1.4.4 -Release: 2%{?dist} +Release: 6%{?dist} License: BSD URL: http://emacs-w3m.namazu.org/ +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildPreReq: emacs BuildPreReq: xemacs >= %{xemacsver}, flim-xemacs @@ -44,7 +45,8 @@ %package common Summary: Common files for W3m interface of emacsen Group: Applications/Internet -Prereq: /sbin/install-info +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info %description common This package contains common files which w3m-el and w3m-el-xemacs needs. @@ -70,7 +72,7 @@ # %configure --with-icondir=\$\(prefix\)/share/pixmaps/w3m-el make -%makeinstall +make install prefix=$RPM_BUILD_ROOT%{_prefix} datadir=$RPM_BUILD_ROOT%{_datadir} infodir=$RPM_BUILD_ROOT%{_infodir} install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d make install-icons prefix=$RPM_BUILD_ROOT%{_prefix} datadir=$RPM_BUILD_ROOT%{_datadir} @@ -95,16 +97,16 @@ %post common /sbin/install-info %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/emacs-w3m.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : /sbin/install-info --delete %{_infodir}/emacs-w3m-ja.info \ - %{_infodir}/dir --section="GNU Emacs Lisp" + %{_infodir}/dir --section="GNU Emacs Lisp" || : fi %files @@ -132,7 +134,19 @@ %{_infodir}/* %changelog -* Thu Mar 2 2006 Akira TAGOH - 1.4.2-2 +* Tue Dec 19 2006 Akira TAGOH - 1.4.4-6 +- makes it failsafe to run install-info. (#219408) + +* Fri Sep 15 2006 Akira TAGOH - 1.4.4-5 +- rebuilt + +* Thu May 25 2006 Akira TAGOH - 1.4.4-4 +- rebuilt to be correct dist tag. + +* Wed May 24 2006 Akira TAGOH - 1.4.4-3 +- packaged as noarch. (#192610) + +* Thu Mar 2 2006 Akira TAGOH - 1.4.4-2 - rebuilt * Mon May 9 2005 Akira TAGOH - 1.4.4-1 From fedora-extras-commits at redhat.com Tue Dec 19 08:51:18 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:51:18 -0500 Subject: rpms/mew/devel mew.spec,1.6,1.7 Message-ID: <200612190851.kBJ8pIPO011807@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/mew/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11792 Modified Files: mew.spec Log Message: * Tue Dec 19 2006 Akira TAGOh - 5.1-3 - makes it failsafe to run install-info. (#219402) Index: mew.spec =================================================================== RCS file: /cvs/extras/rpms/mew/devel/mew.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mew.spec 15 Sep 2006 07:11:51 -0000 1.6 +++ mew.spec 19 Dec 2006 08:50:48 -0000 1.7 @@ -5,7 +5,7 @@ Name: mew Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD-like URL: http://www.mew.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,9 +47,10 @@ %package common -Summary: Mew - Common files of Messagin in the Emacs World -Group: Applications/Internet -Prereq(post,postun): /sbin/install-info +Summary: Mew - Common files of Messagin in the Emacs World +Group: Applications/Internet +Prereq(post): /sbin/install-info +Prereq(preun): /sbin/install-info %description common Messaging in the Emacs World. It provides a very easy user interface @@ -133,16 +134,16 @@ %post common /sbin/install-info %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info --delete %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : fi @@ -176,6 +177,9 @@ %changelog +* Tue Dec 19 2006 Akira TAGOh - 5.1-3 +- makes it failsafe to run install-info. (#219402) + * Mon Sep 11 2006 Akira TAGOH - 5.1-2 - rebuilt - add xemacs-packages-extra to BR and R. From fedora-extras-commits at redhat.com Tue Dec 19 08:53:56 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 19 Dec 2006 03:53:56 -0500 Subject: rpms/mew/FC-6 mew.spec,1.6,1.7 Message-ID: <200612190853.kBJ8rura011893@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/mew/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11865 Modified Files: mew.spec Log Message: * Tue Dec 19 2006 Akira TAGOh - 5.1-3 - makes it failsafe to run install-info. (#219402) Index: mew.spec =================================================================== RCS file: /cvs/extras/rpms/mew/FC-6/mew.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mew.spec 15 Sep 2006 07:11:51 -0000 1.6 +++ mew.spec 19 Dec 2006 08:53:26 -0000 1.7 @@ -5,7 +5,7 @@ Name: mew Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD-like URL: http://www.mew.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,9 +47,10 @@ %package common -Summary: Mew - Common files of Messagin in the Emacs World -Group: Applications/Internet -Prereq(post,postun): /sbin/install-info +Summary: Mew - Common files of Messagin in the Emacs World +Group: Applications/Internet +Prereq(post): /sbin/install-info +Prereq(preun): /sbin/install-info %description common Messaging in the Emacs World. It provides a very easy user interface @@ -133,16 +134,16 @@ %post common /sbin/install-info %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : %preun common if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/mew.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : /sbin/install-info --delete %{_infodir}/mew.jis.info \ - %{_infodir}/dir --section="Message User Agent" + %{_infodir}/dir --section="Message User Agent" || : fi @@ -176,6 +177,9 @@ %changelog +* Tue Dec 19 2006 Akira TAGOh - 5.1-3 +- makes it failsafe to run install-info. (#219402) + * Mon Sep 11 2006 Akira TAGOH - 5.1-2 - rebuilt - add xemacs-packages-extra to BR and R. From fedora-extras-commits at redhat.com Tue Dec 19 11:03:05 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 06:03:05 -0500 Subject: rpms/nexuiz/FC-4 .cvsignore, 1.5, 1.6 nexuiz.spec, 1.8, 1.9 sources, 1.5, 1.6 nexuiz-1.0-basedir.patch, 1.2, NONE Message-ID: <200612191103.kBJB35TP022217@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22198 Modified Files: .cvsignore nexuiz.spec sources Removed Files: nexuiz-1.0-basedir.patch Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Jul 2006 23:00:05 -0000 1.5 +++ .cvsignore 19 Dec 2006 11:02:35 -0000 1.6 @@ -1 +1 @@ -enginesource20060614.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/nexuiz.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nexuiz.spec 9 Jul 2006 07:06:59 -0000 1.8 +++ nexuiz.spec 19 Dec 2006 11:02:35 -0000 1.9 @@ -1,21 +1,21 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.0 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz20.zip -# unzip -j nexuiz20.zip Nexuiz/sources/enginesource20060614.zip -Source: enginesource20060614.zip -Patch0: nexuiz-1.0-basedir.patch -Patch1: nexuiz-1.1-nostrip.patch +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip +Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction BuildRequires: ImageMagick, file -BuildRequires: xorg-x11-devel, alsa-lib-devel, desktop-file-utils -BuildRequires: SDL-devel +BuildRequires: libX11-devel, alsa-lib-devel, desktop-file-utils +BuildRequires: mesa-libGL-devel libXext-devel libXxf86dga-devel +BuildRequires: libXxf86vm-devel SDL-devel # This is necessary as these libraries are loaded during runtime # and therefore it isn't picked up by RPM during build Requires: zlib libvorbis libjpeg curl @@ -46,13 +46,14 @@ %prep %setup -q -n darkplaces -%patch0 -p0 -b .basedir -%patch1 -p0 -b .nostrip +%patch0 -p0 -b .nostrip %{__sed} -i 's/\r//' darkplaces.txt +%{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc %build -%{__make} cl-release sv-release sdl-release OPTIM_RELEASE="$RPM_OPT_FLAGS" +export DP_FS_BASEDIR=%{_datadir}/nexuiz +%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" convert darkplaces.ico nexuiz.png @@ -61,11 +62,11 @@ # Install the main programs %{__mkdir_p} %{buildroot}%{_bindir} -%{__install} -m 0755 darkplaces-glx \ +%{__install} -m 0755 nexuiz-glx \ %{buildroot}%{_bindir}/nexuiz-glx -%{__install} -m 0755 darkplaces-sdl \ +%{__install} -m 0755 nexuiz-sdl \ %{buildroot}%{_bindir}/nexuiz-sdl -%{__install} -m 0755 darkplaces-dedicated \ +%{__install} -m 0755 nexuiz-dedicated \ %{buildroot}%{_bindir}/nexuiz-dedicated # Create the desktop file @@ -126,6 +127,20 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + +* Thu Oct 05 2006 Christian Iseli 2.1-2 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Sun Sep 24 2006 Adrian Reber - 2.1-1 +- updated to 2.1 +- removed basedir patch; now using a environment variable + +* Mon Sep 18 2006 Adrian Reber - 2.0-3 +- rebuilt + * Mon Jun 26 2006 Adrian Reber - 2.0-2 - it looks like upstream changed the sources without increasing the version but now it works like it is supposed to @@ -137,7 +152,7 @@ - the desktop file now launches the sdl binary * Sun Mar 19 2006 Adrian Reber - 1.5-3 -- works better on FC4 without modular X changes +- rebuilt * Sun Mar 19 2006 Adrian Reber - 1.5-2 - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Jul 2006 23:00:05 -0000 1.5 +++ sources 19 Dec 2006 11:02:35 -0000 1.6 @@ -1 +1 @@ -072f6da1a7c880e045269f3e02657b88 enginesource20060614.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip --- nexuiz-1.0-basedir.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 11:11:58 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 06:11:58 -0500 Subject: rpms/nexuiz/FC-4 nexuiz.spec,1.9,1.10 Message-ID: <200612191111.kBJBBwWo022274@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22259 Modified Files: nexuiz.spec Log Message: forgot that FC-4 still uses the old X layout; partly reverted previous check in Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-4/nexuiz.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nexuiz.spec 19 Dec 2006 11:02:35 -0000 1.9 +++ nexuiz.spec 19 Dec 2006 11:11:28 -0000 1.10 @@ -13,9 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction BuildRequires: ImageMagick, file -BuildRequires: libX11-devel, alsa-lib-devel, desktop-file-utils -BuildRequires: mesa-libGL-devel libXext-devel libXxf86dga-devel -BuildRequires: libXxf86vm-devel SDL-devel +BuildRequires: xorg-x11-devel, alsa-lib-devel, desktop-file-utils +BuildRequires: SDL-devel # This is necessary as these libraries are loaded during runtime # and therefore it isn't picked up by RPM during build Requires: zlib libvorbis libjpeg curl @@ -48,7 +47,6 @@ %setup -q -n darkplaces %patch0 -p0 -b .nostrip %{__sed} -i 's/\r//' darkplaces.txt -%{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc %build From fedora-extras-commits at redhat.com Tue Dec 19 12:47:37 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 19 Dec 2006 07:47:37 -0500 Subject: extras-repoclosure rc-report.py,1.30,1.31 Message-ID: <200612191247.kBJClbFa025839@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25824 Modified Files: rc-report.py Log Message: stop sending temporary copies to me again Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- rc-report.py 12 Dec 2006 20:01:32 -0000 1.30 +++ rc-report.py 19 Dec 2006 12:47:37 -0000 1.31 @@ -324,7 +324,7 @@ mailtext = 'This is an automated mail created by an experimental script.\nYour following packages in the repository contain broken dependencies:\n\n' mailtext += body if domail and toaddr!='UNKNOWN OWNER': - mailsplit( srv, fromaddr, [toaddr,'bugs.michael at gmx.net'], replytoaddr, mailsubject, mailtext ) + mailsplit( srv, fromaddr, toaddr, replytoaddr, mailsubject, mailtext ) summail = reportssummary From fedora-extras-commits at redhat.com Tue Dec 19 13:32:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:52 -0500 Subject: rpms/nessus-libraries/FC-4 nessus-libraries.spec,1.3,1.4 Message-ID: <200612191332.kBJDWq2g029157@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/FC-4 Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-4/nessus-libraries.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-libraries.spec 18 Jun 2006 09:06:04 -0000 1.3 +++ nessus-libraries.spec 19 Dec 2006 13:32:22 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 13:32:58 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:58 -0500 Subject: rpms/nessus-libraries/devel nessus-libraries.spec,1.6,1.7 Message-ID: <200612191332.kBJDWwgA029166@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/devel Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/devel/nessus-libraries.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nessus-libraries.spec 13 Sep 2006 10:49:23 -0000 1.6 +++ nessus-libraries.spec 19 Dec 2006 13:32:28 -0000 1.7 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-3 - FE6 rebuild From fedora-extras-commits at redhat.com Tue Dec 19 13:32:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:53 -0500 Subject: rpms/nessus-libraries/FC-5 nessus-libraries.spec,1.3,1.4 Message-ID: <200612191332.kBJDWrie029160@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/FC-5 Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-5/nessus-libraries.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-libraries.spec 18 Jun 2006 09:06:04 -0000 1.3 +++ nessus-libraries.spec 19 Dec 2006 13:32:22 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 13:32:58 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:32:58 -0500 Subject: rpms/nessus-libraries/FC-6 nessus-libraries.spec,1.6,1.7 Message-ID: <200612191332.kBJDWwtM029163@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103/FC-6 Modified Files: nessus-libraries.spec Log Message: - version upgrade Index: nessus-libraries.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-6/nessus-libraries.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nessus-libraries.spec 13 Sep 2006 10:49:23 -0000 1.6 +++ nessus-libraries.spec 19 Dec 2006 13:32:28 -0000 1.7 @@ -1,12 +1,12 @@ Name: nessus-libraries -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Support libraries for nessus Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/nessus-libraries-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-libraries-2.2.9.tar.gz Patch0: nessus-libraries-config.patch Patch1: nessus-libraries-2.2.4.Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -76,6 +76,10 @@ %{_bindir}/nessus-config %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-3 - FE6 rebuild From fedora-extras-commits at redhat.com Tue Dec 19 13:40:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:04 -0500 Subject: rpms/libnasl/FC-4 .cvsignore, 1.4, 1.5 libnasl.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe4kt029250@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/FC-4 Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:53 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-4/libnasl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libnasl.spec 18 Jun 2006 09:09:26 -0000 1.4 +++ libnasl.spec 19 Dec 2006 13:39:34 -0000 1.5 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:53 -0000 1.4 +++ sources 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:40:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:05 -0500 Subject: rpms/libnasl/devel .cvsignore, 1.4, 1.5 libnasl.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe5aw029265@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/devel Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:55 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/libnasl.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libnasl.spec 4 Dec 2006 17:12:37 -0000 1.6 +++ libnasl.spec 19 Dec 2006 13:39:35 -0000 1.7 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +83,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Mon Dec 04 2006 Andreas Bierfert 2.2.8-3 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:55 -0000 1.4 +++ sources 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:40:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:04 -0500 Subject: rpms/libnasl/FC-5 .cvsignore, 1.4, 1.5 libnasl.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe4IT029255@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/FC-5 Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:54 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-5/libnasl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libnasl.spec 18 Jun 2006 09:09:27 -0000 1.4 +++ libnasl.spec 19 Dec 2006 13:39:34 -0000 1.5 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Sun Jun 18 2006 Andreas Bierfert 2.2.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:54 -0000 1.4 +++ sources 19 Dec 2006 13:39:34 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:40:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 08:40:05 -0500 Subject: rpms/libnasl/FC-6 .cvsignore, 1.4, 1.5 libnasl.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612191340.kBJDe5oP029260@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libnasl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29186/FC-6 Modified Files: .cvsignore libnasl.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:14:55 -0000 1.4 +++ .cvsignore 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -libnasl-2.2.8.tar.gz +libnasl-2.2.9.tar.gz Index: libnasl.spec =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-6/libnasl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libnasl.spec 13 Sep 2006 11:07:13 -0000 1.5 +++ libnasl.spec 19 Dec 2006 13:39:35 -0000 1.6 @@ -1,12 +1,12 @@ Name: libnasl -Version: 2.2.8 -Release: 2%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Nessus Attack Scripting Language Group: System Environment/Libraries License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.8/src/libnasl-2.2.8.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/libnasl-2.2.9.tar.gz Patch0: libnasl-config.patch Patch1: libnasl-2.2.4.pki.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +83,10 @@ %{_mandir}/man1/nasl-config.1* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade + * Wed Sep 13 2006 Andreas Bierfert 2.2.8-2 - FE6 rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/libnasl/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:14:55 -0000 1.4 +++ sources 19 Dec 2006 13:39:35 -0000 1.5 @@ -1 +1 @@ -07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz +fa0393e940253a95437d38edd6ff1844 libnasl-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 13:50:35 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Tue, 19 Dec 2006 08:50:35 -0500 Subject: rpms/mimedefang/devel mimedefang.spec,1.4,1.5 Message-ID: <200612191350.kBJDoZJF029301@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29286 Modified Files: mimedefang.spec Log Message: - Use Unix::Syslog over deprecated Sys::Syslog support (#219988) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/devel/mimedefang.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mimedefang.spec 16 Dec 2006 17:19:37 -0000 1.4 +++ mimedefang.spec 19 Dec 2006 13:50:05 -0000 1.5 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -13,7 +13,7 @@ Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.0 +BuildRequires: sendmail-devel >= 8.12.0, perl(Unix::Syslog) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -95,6 +95,9 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Tue Dec 19 2006 Robert Scheck 2.58-3 +- Use Unix::Syslog over deprecated Sys::Syslog support (#219988) + * Sat Dec 16 2006 Robert Scheck 2.58-2 - Include the /etc/mail/mimedefang-ip-key file (#219381) From fedora-extras-commits at redhat.com Tue Dec 19 13:51:18 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Tue, 19 Dec 2006 08:51:18 -0500 Subject: rpms/mimedefang/FC-6 mimedefang.spec,1.4,1.5 Message-ID: <200612191351.kBJDpIKA029323@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29308 Modified Files: mimedefang.spec Log Message: - Use Unix::Syslog over deprecated Sys::Syslog support (#219988) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-6/mimedefang.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mimedefang.spec 16 Dec 2006 17:21:01 -0000 1.4 +++ mimedefang.spec 19 Dec 2006 13:50:48 -0000 1.5 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -13,7 +13,7 @@ Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.0 +BuildRequires: sendmail-devel >= 8.12.0, perl(Unix::Syslog) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -95,6 +95,9 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Tue Dec 19 2006 Robert Scheck 2.58-3 +- Use Unix::Syslog over deprecated Sys::Syslog support (#219988) + * Sat Dec 16 2006 Robert Scheck 2.58-2 - Include the /etc/mail/mimedefang-ip-key file (#219381) From fedora-extras-commits at redhat.com Tue Dec 19 13:52:01 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Tue, 19 Dec 2006 08:52:01 -0500 Subject: rpms/mimedefang/FC-5 mimedefang.spec,1.4,1.5 Message-ID: <200612191352.kBJDq1jT029346@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/mimedefang/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29330 Modified Files: mimedefang.spec Log Message: - Use Unix::Syslog over deprecated Sys::Syslog support (#219988) Index: mimedefang.spec =================================================================== RCS file: /cvs/extras/rpms/mimedefang/FC-5/mimedefang.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mimedefang.spec 16 Dec 2006 17:22:04 -0000 1.4 +++ mimedefang.spec 19 Dec 2006 13:51:31 -0000 1.5 @@ -1,7 +1,7 @@ Summary: E-Mail filtering framework using Sendmail's Milter interface Name: mimedefang Version: 2.58 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.mimedefang.org/ @@ -13,7 +13,7 @@ Requires(post): /sbin/chkconfig, perl(Digest::SHA1) Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.0 +BuildRequires: sendmail-devel >= 8.12.0, perl(Unix::Syslog) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -95,6 +95,9 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %changelog +* Tue Dec 19 2006 Robert Scheck 2.58-3 +- Use Unix::Syslog over deprecated Sys::Syslog support (#219988) + * Sat Dec 16 2006 Robert Scheck 2.58-2 - Include the /etc/mail/mimedefang-ip-key file (#219381) From fedora-extras-commits at redhat.com Tue Dec 19 14:22:59 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:22:59 -0500 Subject: rpms/python-twisted-core/devel python-twisted-core.spec,1.1,1.2 Message-ID: <200612191422.kBJEMxpS032687@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32661/devel Modified Files: python-twisted-core.spec Log Message: fix typo Index: python-twisted-core.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/devel/python-twisted-core.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-twisted-core.spec 15 Nov 2006 12:05:21 -0000 1.1 +++ python-twisted-core.spec 19 Dec 2006 14:22:29 -0000 1.2 @@ -190,7 +190,7 @@ %changelog * Tue Nov 07 2006 Thomas Vander Stichele - 2.4.0-5 -- incorporate suggestsions by Paul Howarth: +- incorporate suggestions by Paul Howarth: - fix groups for doc and zsh - don't package _twisted_zsh_stub from the python_sitearch dir - generate README.zsh From fedora-extras-commits at redhat.com Tue Dec 19 14:27:49 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:27:49 -0500 Subject: rpms/python-twisted-names - New directory Message-ID: <200612191427.kBJERn1B000323@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv319/python-twisted-names Log Message: Directory /cvs/extras/rpms/python-twisted-names added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 14:27:54 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:27:54 -0500 Subject: rpms/python-twisted-names/devel - New directory Message-ID: <200612191427.kBJERshL000336@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv319/python-twisted-names/devel Log Message: Directory /cvs/extras/rpms/python-twisted-names/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 19 14:28:11 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:28:11 -0500 Subject: rpms/python-twisted-names Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612191428.kBJESBGY000366@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv360 Added Files: Makefile import.log Log Message: Setup of module python-twisted-names --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-names all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 19 14:28:16 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:28:16 -0500 Subject: rpms/python-twisted-names/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612191428.kBJESGBr000382@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv360/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-names --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 19 14:29:09 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:29:09 -0500 Subject: rpms/python-twisted-names import.log,1.1,1.2 Message-ID: <200612191429.kBJET9tY000459@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv427 Modified Files: import.log Log Message: auto-import python-twisted-names-0.3.0-3.fc6 on branch devel from python-twisted-names-0.3.0-3.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-names/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Dec 2006 14:28:11 -0000 1.1 +++ import.log 19 Dec 2006 14:28:39 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-names-0_3_0-3_fc6:HEAD:python-twisted-names-0.3.0-3.fc6.src.rpm:1166538966 From fedora-extras-commits at redhat.com Tue Dec 19 14:29:10 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:29:10 -0500 Subject: rpms/python-twisted-names/devel python-twisted-names.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612191429.kBJETA76000463@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-names/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv427/devel Modified Files: .cvsignore sources Added Files: python-twisted-names.spec Log Message: auto-import python-twisted-names-0.3.0-3.fc6 on branch devel from python-twisted-names-0.3.0-3.fc6.src.rpm --- NEW FILE python-twisted-names.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedNames Name: %{python}-twisted-names Version: 0.3.0 Release: 3%{?dist} Summary: A Twisted DNS implementation Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com Source0: http://tmrc.mit.edu/mirror/twisted/Names/0.3/TwistedNames-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core >= 2.4.0 BuildRequires: %{python}-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Twisted Names is both a domain name server as well as a client resolver library. Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format. Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these. Twisted Names' client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module. %prep %setup -n %{origname}-%{version} -q chmod 644 doc/examples/dns-service.py chmod 644 doc/examples/gethostbyname.py %build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE doc/* %{python_sitearch}/twisted/names/ %{python_sitearch}/twisted/plugins/twisted_names.py* %changelog * Thu Dec 14 2006 Thomas Vander Stichele - 0.3.0-3 - add python-devel BR - chmod the examples * Tue Sep 26 2006 Thomas Vander Stichele - 0.3.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.3.0-1 - new upstream release - remove noarch - remove dependency on flow * Tue Aug 23 2005 Jeff Pitman 0.1.0-2 - disttag * Fri Mar 25 2005 Jeff Pitman 0.1.0-1 - final release * Wed Mar 16 2005 Jeff Pitman 0.1.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.1.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-names/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Dec 2006 14:28:16 -0000 1.1 +++ .cvsignore 19 Dec 2006 14:28:40 -0000 1.2 @@ -0,0 +1 @@ +TwistedNames-0.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-names/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Dec 2006 14:28:16 -0000 1.1 +++ sources 19 Dec 2006 14:28:40 -0000 1.2 @@ -0,0 +1 @@ +5aa672d0e26718466351351e7bfcf22a TwistedNames-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Tue Dec 19 14:35:08 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:08 -0500 Subject: rpms/nessus-core/FC-4 .cvsignore, 1.3, 1.4 nessus-core.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZ8Dj000686@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/FC-4 Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:08 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-4/nessus-core.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-core.spec 17 May 2006 07:46:27 -0000 1.3 +++ nessus-core.spec 19 Dec 2006 14:34:38 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 +Version: 2.2.9 Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,6 +225,14 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade + * Wed May 17 2006 Andreas Bierfert 2.2.7-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:08 -0000 1.3 +++ sources 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:35:08 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:08 -0500 Subject: rpms/nessus-core/FC-6 .cvsignore, 1.3, 1.4 nessus-core.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZ8Ao000694@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/FC-6 Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:13 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-6/nessus-core.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-core.spec 15 Sep 2006 06:35:26 -0000 1.3 +++ nessus-core.spec 19 Dec 2006 14:34:38 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 -Release: 2%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,9 +225,13 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog -* Fri Sep 15 2006 Andreas Bierfert -2.2.7-2 -- FE6 rebuild +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade * Wed May 17 2006 Andreas Bierfert 2.2.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:13 -0000 1.3 +++ sources 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:35:14 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:14 -0500 Subject: rpms/nessus-core/devel .cvsignore, 1.3, 1.4 nessus-core.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZEje000701@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/devel Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:13 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:43 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/nessus-core.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nessus-core.spec 15 Sep 2006 06:35:26 -0000 1.3 +++ nessus-core.spec 19 Dec 2006 14:34:43 -0000 1.4 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 -Release: 2%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,9 +225,13 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog -* Fri Sep 15 2006 Andreas Bierfert -2.2.7-2 -- FE6 rebuild +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade * Wed May 17 2006 Andreas Bierfert 2.2.7-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:13 -0000 1.3 +++ sources 19 Dec 2006 14:34:43 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:35:08 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:35:08 -0500 Subject: rpms/nessus-core/FC-5 .cvsignore, 1.3, 1.4 nessus-core.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612191435.kBJEZ8tc000691@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv621/FC-5 Modified Files: .cvsignore nessus-core.spec sources Log Message: - version upgrade (#199399) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 May 2006 07:01:09 -0000 1.3 +++ .cvsignore 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -nessus-core-2.2.7.tar.gz +nessus-core-2.2.9.tar.gz Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-5/nessus-core.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nessus-core.spec 17 May 2006 07:01:09 -0000 1.2 +++ nessus-core.spec 19 Dec 2006 14:34:38 -0000 1.3 @@ -1,12 +1,12 @@ Name: nessus-core -Version: 2.2.7 +Version: 2.2.9 Release: 1%{?dist} Summary: Network vulnerability scanner Group: Applications/System License: GPL URL: http://www.nessus.org -Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.7/src/nessus-core-2.2.7.tar.gz +Source0: ftp://ftp.nessus.org/pub/nessus/nessus-2.2.9/src/nessus-core-2.2.9.tar.gz Source1: nessusd.init Source2: nessusd.log Source3: nessus.desktop @@ -147,12 +147,16 @@ touch $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem chmod 644 $RPM_BUILD_ROOT/%{pkidir}/CA/{cacert,servercert}.pem +# install services file +install -D -p -m 644 nessus-services $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/nessus-services + +# plugin folder +mkdir -m 0755 -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins + # generate ghost config files touch $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.{conf,rules} chmod 600 $RPM_BUILD_ROOT/%{_sysconfdir}/nessus/nessusd.conf -mkdir -m 0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/nessus/plugins/.desc - %clean rm -rf $RPM_BUILD_ROOT @@ -209,7 +213,10 @@ %{_mandir}/man1/nessus-fetch.1* %{_mandir}/man8/* %{_initrddir}/nessusd +%{_localstatedir}/lib/nessus/nessus-services %dir %{_localstatedir}/log/nessus +%dir %{_localstatedir}/lib/nessus/ +%dir %{_localstatedir}/lib/nessus/plugins %dir %{_sysconfdir}/nessus %dir %{_sysconfdir}/pki/nessus %config(noreplace) %{_sysconfdir}/logrotate.d/nessusd @@ -218,6 +225,14 @@ %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/* %changelog +* Tue Dec 19 2006 Andreas Bierfert +2.2.9-1 +- version upgrade (#199399) + +* Sun Jun 18 2006 Andreas Bierfert +2.2.8-1 +- version upgrade + * Wed May 17 2006 Andreas Bierfert 2.2.7-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-core/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 May 2006 07:01:09 -0000 1.3 +++ sources 19 Dec 2006 14:34:38 -0000 1.4 @@ -1 +1 @@ -2dd8c116b435d3ec698d3caed0b48859 nessus-core-2.2.7.tar.gz +c3f9db836d3b866b4a9395ee833638be nessus-core-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:36:13 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 19 Dec 2006 09:36:13 -0500 Subject: owners owners.list,1.2128,1.2129 Message-ID: <200612191436.kBJEaDm7000727@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv712/owners Modified Files: owners.list Log Message: add python-twisted-names Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2128 retrieving revision 1.2129 diff -u -r1.2128 -r1.2129 --- owners.list 19 Dec 2006 02:02:56 -0000 1.2128 +++ owners.list 19 Dec 2006 14:35:42 -0000 1.2129 @@ -2092,6 +2092,7 @@ Fedora Extras|python-TurboMail|Multi-threaded mail queue manager for TurboGears applications|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 19 14:48:39 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:39 -0500 Subject: rpms/nessus-libraries/FC-4 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmdHt001076@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/FC-4 Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:04 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:09 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:04 -0000 1.4 +++ sources 19 Dec 2006 14:48:09 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:48:40 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:40 -0500 Subject: rpms/nessus-libraries/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmeCg001080@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/FC-5 Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:04 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:10 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:04 -0000 1.4 +++ sources 19 Dec 2006 14:48:10 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:48:45 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:45 -0500 Subject: rpms/nessus-libraries/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmj74001088@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/devel Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:05 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:05 -0000 1.4 +++ sources 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 14:48:45 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 09:48:45 -0500 Subject: rpms/nessus-libraries/FC-6 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200612191448.kBJEmjsO001084@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-libraries/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014/FC-6 Modified Files: .cvsignore sources Log Message: - add correct sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 09:06:05 -0000 1.4 +++ .cvsignore 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -nessus-libraries-2.2.8.tar.gz +nessus-libraries-2.2.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nessus-libraries/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 09:06:05 -0000 1.4 +++ sources 19 Dec 2006 14:48:15 -0000 1.5 @@ -1 +1 @@ -257048b54b767f54f224bd9440d2b215 nessus-libraries-2.2.8.tar.gz +28156ff38208a1f59b333a8c2a23d8f6 nessus-libraries-2.2.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 15:06:06 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 10:06:06 -0500 Subject: rpms/nexuiz/FC-5 .cvsignore, 1.6, 1.7 nexuiz.spec, 1.12, 1.13 sources, 1.6, 1.7 nexuiz-1.0-basedir.patch, 1.2, NONE Message-ID: <200612191506.kBJF662c004479@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4450 Modified Files: .cvsignore nexuiz.spec sources Removed Files: nexuiz-1.0-basedir.patch Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Jul 2006 22:53:36 -0000 1.6 +++ .cvsignore 19 Dec 2006 15:05:36 -0000 1.7 @@ -1 +1 @@ -enginesource20060614.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-5/nexuiz.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nexuiz.spec 8 Jul 2006 22:53:36 -0000 1.12 +++ nexuiz.spec 19 Dec 2006 15:05:36 -0000 1.13 @@ -1,16 +1,15 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.0 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz20.zip -# unzip -j nexuiz20.zip Nexuiz/sources/enginesource20060614.zip -Source: enginesource20060614.zip -Patch0: nexuiz-1.0-basedir.patch -Patch1: nexuiz-1.1-nostrip.patch +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip +Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction BuildRequires: ImageMagick, file @@ -47,14 +46,14 @@ %prep %setup -q -n darkplaces -%patch0 -p0 -b .basedir -%patch1 -p0 -b .nostrip +%patch0 -p0 -b .nostrip %{__sed} -i 's/\r//' darkplaces.txt %{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc %build -%{__make} cl-release sv-release sdl-release OPTIM_RELEASE="$RPM_OPT_FLAGS" +export DP_FS_BASEDIR=%{_datadir}/nexuiz +%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" convert darkplaces.ico nexuiz.png @@ -63,11 +62,11 @@ # Install the main programs %{__mkdir_p} %{buildroot}%{_bindir} -%{__install} -m 0755 darkplaces-glx \ +%{__install} -m 0755 nexuiz-glx \ %{buildroot}%{_bindir}/nexuiz-glx -%{__install} -m 0755 darkplaces-sdl \ +%{__install} -m 0755 nexuiz-sdl \ %{buildroot}%{_bindir}/nexuiz-sdl -%{__install} -m 0755 darkplaces-dedicated \ +%{__install} -m 0755 nexuiz-dedicated \ %{buildroot}%{_bindir}/nexuiz-dedicated # Create the desktop file @@ -128,6 +127,20 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + +* Thu Oct 05 2006 Christian Iseli 2.1-2 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Sun Sep 24 2006 Adrian Reber - 2.1-1 +- updated to 2.1 +- removed basedir patch; now using a environment variable + +* Mon Sep 18 2006 Adrian Reber - 2.0-3 +- rebuilt + * Mon Jun 26 2006 Adrian Reber - 2.0-2 - it looks like upstream changed the sources without increasing the version but now it works like it is supposed to Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Jul 2006 22:53:36 -0000 1.6 +++ sources 19 Dec 2006 15:05:36 -0000 1.7 @@ -1 +1 @@ -072f6da1a7c880e045269f3e02657b88 enginesource20060614.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip --- nexuiz-1.0-basedir.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 15:09:09 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 10:09:09 -0500 Subject: rpms/nexuiz/FC-6 .cvsignore, 1.8, 1.9 nexuiz.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200612191509.kBJF99Y3004519@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/nexuiz/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4500 Modified Files: .cvsignore nexuiz.spec sources Log Message: * Mon Dec 18 2006 Adrian Reber - 2.2.1-1 - updated to 2.2.1 (#220034) - fix for CVE-2006-6609, CVE-2006-6610 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Sep 2006 17:29:26 -0000 1.8 +++ .cvsignore 19 Dec 2006 15:08:39 -0000 1.9 @@ -1 +1 @@ -enginesource20060905.zip +enginesource20061212.zip Index: nexuiz.spec =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-6/nexuiz.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nexuiz.spec 4 Oct 2006 22:20:15 -0000 1.17 +++ nexuiz.spec 19 Dec 2006 15:08:39 -0000 1.18 @@ -1,14 +1,14 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: nexuiz -Version: 2.1 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} License: GPL Group: Amusements/Games URL: http://www.nexuiz.com/ # Source is custom, obtained with : -# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-21.zip -# unzip -j nexuiz-21.zip Nexuiz/sources/enginesource20060905.zip -Source: enginesource20060905.zip +# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip +# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip +Source: enginesource20061212.zip Patch0: nexuiz-1.1-nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the .ico extraction @@ -127,6 +127,10 @@ %changelog +* Mon Dec 18 2006 Adrian Reber - 2.2.1-1 +- updated to 2.2.1 (#220034) +- fix for CVE-2006-6609, CVE-2006-6610 + * Thu Oct 05 2006 Christian Iseli 2.1-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nexuiz/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 24 Sep 2006 17:29:26 -0000 1.8 +++ sources 19 Dec 2006 15:08:39 -0000 1.9 @@ -1 +1 @@ -62c57a6ee251d25d7b4cacd0c6be9c8e enginesource20060905.zip +6a0d897814ab9f8005d02b5e158b9b65 enginesource20061212.zip From fedora-extras-commits at redhat.com Tue Dec 19 15:11:15 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:15 -0500 Subject: rpms/wine/EL-4 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.21, 1.22 sources, 1.22, 1.23 wine.spec, 1.29, 1.30 Message-ID: <200612191511.kBJFBF6J004691@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/EL-4 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/EL-4/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 28 Oct 2006 05:51:27 -0000 1.21 +++ .cvsignore 19 Dec 2006 15:10:45 -0000 1.22 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/EL-4/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 28 Oct 2006 05:51:27 -0000 1.22 +++ sources 19 Dec 2006 15:10:45 -0000 1.23 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/EL-4/wine.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wine.spec 28 Oct 2006 05:51:27 -0000 1.29 +++ wine.spec 19 Dec 2006 15:10:45 -0000 1.30 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,10 +7,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -18,6 +19,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +49,8 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +BuildRequires: isdn4k-utils-devel BuildRequires: cups-devel @@ -192,8 +198,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -335,6 +350,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %dir %{_datadir}/wine %{_datadir}/wine/generic.ppd @@ -508,6 +525,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -580,7 +598,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -678,6 +695,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:16 -0500 Subject: rpms/wine/FC-4 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.22, 1.23 sources, 1.23, 1.24 wine.spec, 1.32, 1.33 Message-ID: <200612191511.kBJFBGDQ004701@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-4 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 28 Oct 2006 05:51:27 -0000 1.22 +++ .cvsignore 19 Dec 2006 15:10:46 -0000 1.23 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Oct 2006 05:51:27 -0000 1.23 +++ sources 19 Dec 2006 15:10:46 -0000 1.24 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- wine.spec 28 Oct 2006 05:51:28 -0000 1.32 +++ wine.spec 19 Dec 2006 15:10:46 -0000 1.33 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,10 +7,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -18,6 +19,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +49,8 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +BuildRequires: isdn4k-utils-devel BuildRequires: cups-devel @@ -192,8 +198,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -335,6 +350,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %dir %{_datadir}/wine %{_datadir}/wine/generic.ppd @@ -508,6 +525,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -580,7 +598,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -678,6 +695,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:16 -0500 Subject: rpms/wine/FC-3 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.21, 1.22 sources, 1.22, 1.23 wine.spec, 1.29, 1.30 Message-ID: <200612191511.kBJFBGCQ004696@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-3 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 28 Oct 2006 05:51:27 -0000 1.21 +++ .cvsignore 19 Dec 2006 15:10:46 -0000 1.22 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 28 Oct 2006 05:51:27 -0000 1.22 +++ sources 19 Dec 2006 15:10:46 -0000 1.23 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wine.spec 28 Oct 2006 05:51:27 -0000 1.29 +++ wine.spec 19 Dec 2006 15:10:46 -0000 1.30 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,10 +7,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -18,6 +19,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +49,8 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +BuildRequires: isdn4k-utils-devel BuildRequires: cups-devel @@ -192,8 +198,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -335,6 +350,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %dir %{_datadir}/wine %{_datadir}/wine/generic.ppd @@ -508,6 +525,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -580,7 +598,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -678,6 +695,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:27 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:27 -0500 Subject: rpms/wine/devel wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 wine.spec, 1.39, 1.40 Message-ID: <200612191511.kBJFBRv7004719@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/devel Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 16 Nov 2006 07:55:22 -0000 1.26 +++ .cvsignore 19 Dec 2006 15:10:57 -0000 1.27 @@ -1 +1 @@ -wine-0.9.25-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 16 Nov 2006 07:55:23 -0000 1.27 +++ sources 19 Dec 2006 15:10:57 -0000 1.28 @@ -1 +1 @@ -4d26cc14b481f2ab7026c23d83086753 wine-0.9.25-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- wine.spec 16 Nov 2006 07:55:23 -0000 1.39 +++ wine.spec 19 Dec 2006 15:10:57 -0000 1.40 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.25 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,10 +9,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.25-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -20,6 +21,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +50,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +#217338 +BuildRequires: isdn4k-utils-devel # modular x BuildRequires: libX11-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -205,8 +212,18 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -349,6 +366,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %{_datadir}/wine/generic.ppd %{_datadir}/wine/wine.inf @@ -520,6 +539,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -592,7 +612,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -691,6 +710,12 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) + * Thu Nov 16 2006 Andreas Bierfert 0.9.25-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:21 -0500 Subject: rpms/wine/FC-5 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.25, 1.26 sources, 1.26, 1.27 wine.spec, 1.38, 1.39 Message-ID: <200612191511.kBJFBLPA004706@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-5 Modified Files: .cvsignore sources wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 28 Oct 2006 05:51:28 -0000 1.25 +++ .cvsignore 19 Dec 2006 15:10:51 -0000 1.26 @@ -1 +1 @@ -wine-0.9.24-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 28 Oct 2006 05:51:28 -0000 1.26 +++ sources 19 Dec 2006 15:10:51 -0000 1.27 @@ -1 +1 @@ -1e1e10bec1cac8f2021b7d7a3e3ef5bd wine-0.9.24-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- wine.spec 28 Oct 2006 05:51:28 -0000 1.38 +++ wine.spec 19 Dec 2006 15:10:51 -0000 1.39 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,10 +9,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.24-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -20,6 +21,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +50,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +# 217338 +BuildRequires: isdn4k-utils-devel # modular x BuildRequires: libX11-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -205,8 +212,17 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -349,6 +365,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %{_datadir}/wine/generic.ppd %{_datadir}/wine/wine.inf @@ -521,6 +539,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -593,7 +612,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -691,6 +709,15 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) +- fix init script (#213230) +- fix twain subpackage content (#213396) +- create wine submenu (#205024) + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:11:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 19 Dec 2006 10:11:21 -0500 Subject: rpms/wine/FC-6 wine.directory, NONE, 1.1 wine.menu, NONE, 1.1 .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 wine-winemine.desktop, 1.2, 1.3 wine.spec, 1.39, 1.40 Message-ID: <200612191511.kBJFBLTN004712@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/FC-6 Modified Files: .cvsignore sources wine-winemine.desktop wine.spec Added Files: wine.directory wine.menu Log Message: - version upgrade (#220130) - fix submenus (#216076) - fix BR (#217338) --- NEW FILE wine.directory --- [Desktop Entry] Encoding=UTF-8 Type=Directory Name=Wine Icon=gnome-util.png --- NEW FILE wine.menu --- Applications Wine Wine.directory Wine Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 16 Nov 2006 07:55:22 -0000 1.26 +++ .cvsignore 19 Dec 2006 15:10:51 -0000 1.27 @@ -1 +1 @@ -wine-0.9.25-fe.tar.bz2 +wine-0.9.27-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 16 Nov 2006 07:55:22 -0000 1.27 +++ sources 19 Dec 2006 15:10:51 -0000 1.28 @@ -1 +1 @@ -4d26cc14b481f2ab7026c23d83086753 wine-0.9.25-fe.tar.bz2 +b5e45cfbdc969304192b2d689e1affa6 wine-0.9.27-fe.tar.bz2 Index: wine-winemine.desktop =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/wine-winemine.desktop,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wine-winemine.desktop 6 Jan 2006 11:01:06 -0000 1.2 +++ wine-winemine.desktop 19 Dec 2006 15:10:51 -0000 1.3 @@ -5,4 +5,4 @@ Terminal=false Type=Application Encoding=UTF-8 -Categories=Application;Game; +Categories=Application;Wine; Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-6/wine.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- wine.spec 16 Nov 2006 07:55:22 -0000 1.39 +++ wine.spec 19 Dec 2006 15:10:51 -0000 1.40 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.25 +Version: 0.9.27 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,10 +9,11 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.25-fe.tar.bz2 +Source0: wine-0.9.27-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf +# desktop stuff Source100: wine-notepad.desktop Source101: wine-regedit.desktop Source102: wine-uninstaller.desktop @@ -20,6 +21,9 @@ Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +# desktop dir +Source200: wine.menu +Source201: wine.directory Patch0: wine-prefixfonts.patch Patch1: wine-rpath.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +50,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: fontforge +BuildRequires: gphoto2 gphoto2-devel +#217338 +BuildRequires: isdn4k-utils-devel # modular x BuildRequires: libX11-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -205,8 +212,18 @@ # Allow users to launch Windows programs by just clicking on the .exe file... mkdir -p %{buildroot}%{_initrddir} -install -p -c -m 755 %SOURCE1 %{buildroot}%{_initrddir}/wine +install -p -c -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/wine +# add wine dir to desktop +mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged +install -p -m 644 %{SOURCE200} \ +%{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/wine.menu +mkdir -p %{buildroot}%{_datadir}/desktop-directories +install -p -m 644 %{SOURCE201} \ +%{buildroot}%{_datadir}/desktop-directories/wine.directory + + +# install desktop files desktop-file-install \ --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ @@ -349,6 +366,8 @@ %{_datadir}/applications/fedora-wine-regedit.desktop %{_datadir}/applications/fedora-wine-uninstaller.desktop %{_datadir}/applications/fedora-wine-winecfg.desktop +%{_datadir}/desktop-directories/wine.directory +%{_sysconfdir}/xdg/menus/applications-merged/wine.menu %{_mandir}/man1/wine.1.gz %{_datadir}/wine/generic.ppd %{_datadir}/wine/wine.inf @@ -520,6 +539,7 @@ %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 %{_libdir}/wine/shell32.dll.so @@ -592,7 +612,6 @@ %{_libdir}/wine/d3d9.dll.so %{_libdir}/wine/d3dx8.dll.so %{_libdir}/wine/glu32.dll.so -%{_libdir}/wine/glut32.dll.so %{_libdir}/wine/opengl32.dll.so %{_libdir}/wine/wined3d.dll.so %{_libdir}/wine/dnsapi.dll.so @@ -691,6 +710,12 @@ %{_libdir}/wine/*.def %changelog +* Mon Dec 18 2006 Andreas Bierfert +0.9.27-1 +- version upgrade (#220130) +- fix submenus (#216076) +- fix BR (#217338) + * Thu Nov 16 2006 Andreas Bierfert 0.9.25-1 - version upgrade From fedora-extras-commits at redhat.com Tue Dec 19 15:25:05 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Tue, 19 Dec 2006 10:25:05 -0500 Subject: rpms/gnome-chemistry-utils/devel gnome-chemistry-utils.spec, 1.1, 1.2 Message-ID: <200612191525.kBJFP5qg005225@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5146 Modified Files: gnome-chemistry-utils.spec Log Message: * Tue Dec 19 2006 Julian Sikorski - 0.6.3-5 - Rebuild for new openbabel Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/gnome-chemistry-utils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-chemistry-utils.spec 5 Dec 2006 07:45:21 -0000 1.1 +++ gnome-chemistry-utils.spec 19 Dec 2006 15:24:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: gnome-chemistry-utils Version: 0.6.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A set of chemical utilities Group: Applications/Engineering @@ -131,6 +131,9 @@ %changelog +* Tue Dec 19 2006 Julian Sikorski - 0.6.3-5 +- Rebuild for new openbabel + * Sun Dec 03 2006 Julian Sikorski - 0.6.3-4 - Removed obsolete stuff - Fixed support for chemical-mime-data From fedora-extras-commits at redhat.com Tue Dec 19 15:32:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 10:32:20 -0500 Subject: rpms/digikamimageplugins-doc/devel digikamimageplugins-doc.spec, 1.1, 1.2 Message-ID: <200612191532.kBJFWKl6005457@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5388 Modified Files: digikamimageplugins-doc.spec Log Message: * Tue Dec 19 2006 Rex Dieter 0.8.2-3 - Requires: digikamimageplugins >= %version Index: digikamimageplugins-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins-doc/devel/digikamimageplugins-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikamimageplugins-doc.spec 4 Oct 2006 12:38:33 -0000 1.1 +++ digikamimageplugins-doc.spec 19 Dec 2006 15:31:50 -0000 1.2 @@ -1,7 +1,7 @@ Name: digikamimageplugins-doc Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Documentation for digiKamimageplugins Group: Documentation @@ -17,7 +17,7 @@ #BuildRequires: automake libtool BuildRequires: kdelibs-devel -Requires: digikamimageplugins = %{version} +Requires: digikamimageplugins >= %{version} %description %{summary}. @@ -71,9 +71,13 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 0.8.2-3 +- Requires: digikamimageplugins >= %%version + * Mon Oct 02 2006 Rex Dieter 0.8.2-2 - Release: use %%{?dist} - Source: include URL that actually works * Fri Sep 01 2006 Rex Dieter 0.8.2-1 - 0.8.2 (first try) + From fedora-extras-commits at redhat.com Tue Dec 19 15:33:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 10:33:38 -0500 Subject: rpms/digikamimageplugins-doc/FC-6 digikamimageplugins-doc.spec, 1.1, 1.2 Message-ID: <200612191533.kBJFXcn2005637@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins-doc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5622 Modified Files: digikamimageplugins-doc.spec Log Message: * Tue Dec 19 2006 Rex Dieter 0.8.2-3 - Requires: digikamimageplugins >= %version Index: digikamimageplugins-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins-doc/FC-6/digikamimageplugins-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikamimageplugins-doc.spec 4 Oct 2006 12:38:33 -0000 1.1 +++ digikamimageplugins-doc.spec 19 Dec 2006 15:33:08 -0000 1.2 @@ -1,7 +1,7 @@ Name: digikamimageplugins-doc Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Documentation for digiKamimageplugins Group: Documentation @@ -17,7 +17,7 @@ #BuildRequires: automake libtool BuildRequires: kdelibs-devel -Requires: digikamimageplugins = %{version} +Requires: digikamimageplugins >= %{version} %description %{summary}. @@ -71,9 +71,13 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 0.8.2-3 +- Requires: digikamimageplugins >= %%version + * Mon Oct 02 2006 Rex Dieter 0.8.2-2 - Release: use %%{?dist} - Source: include URL that actually works * Fri Sep 01 2006 Rex Dieter 0.8.2-1 - 0.8.2 (first try) + From fedora-extras-commits at redhat.com Tue Dec 19 15:34:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 10:34:55 -0500 Subject: rpms/digikamimageplugins-doc/FC-5 digikamimageplugins-doc.spec, 1.1, 1.2 Message-ID: <200612191534.kBJFYt3a005696@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681 Modified Files: digikamimageplugins-doc.spec Log Message: * Tue Dec 19 2006 Rex Dieter 0.8.2-3 - Requires: digikamimageplugins >= %version Index: digikamimageplugins-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins-doc/FC-5/digikamimageplugins-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikamimageplugins-doc.spec 4 Oct 2006 12:38:33 -0000 1.1 +++ digikamimageplugins-doc.spec 19 Dec 2006 15:34:25 -0000 1.2 @@ -1,7 +1,7 @@ Name: digikamimageplugins-doc Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Documentation for digiKamimageplugins Group: Documentation @@ -17,7 +17,7 @@ #BuildRequires: automake libtool BuildRequires: kdelibs-devel -Requires: digikamimageplugins = %{version} +Requires: digikamimageplugins >= %{version} %description %{summary}. @@ -71,9 +71,13 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 0.8.2-3 +- Requires: digikamimageplugins >= %%version + * Mon Oct 02 2006 Rex Dieter 0.8.2-2 - Release: use %%{?dist} - Source: include URL that actually works * Fri Sep 01 2006 Rex Dieter 0.8.2-1 - 0.8.2 (first try) + From fedora-extras-commits at redhat.com Tue Dec 19 16:03:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 11:03:15 -0500 Subject: rpms/uw-imap/devel .cvsignore, 1.6, 1.7 sources, 1.7, 1.8 uw-imap.spec, 1.21, 1.22 imap-2002d-ssltype.patch, 1.1, NONE Message-ID: <200612191603.kBJG3F56009046@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/uw-imap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9027 Modified Files: .cvsignore sources uw-imap.spec Removed Files: imap-2002d-ssltype.patch Log Message: * Mon Dec 18 2006 Rex Dieter 2006d-1 - imap-2006d Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Oct 2006 19:14:40 -0000 1.6 +++ .cvsignore 19 Dec 2006 16:02:45 -0000 1.7 @@ -2,3 +2,4 @@ imap-2006a.tar.Z imap-2006b.tar.Z imap-2006c1.tar.Z +imap-2006d.tar.Z Index: sources =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 26 Oct 2006 19:14:40 -0000 1.7 +++ sources 19 Dec 2006 16:02:45 -0000 1.8 @@ -1 +1 @@ -35a9976cc0c57e0423cd49fb0f967d5e imap-2006c1.tar.Z +db28da518698ec006edbfc5c96bbed28 imap-2006d.tar.Z Index: uw-imap.spec =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- uw-imap.spec 26 Oct 2006 19:14:40 -0000 1.21 +++ uw-imap.spec 19 Dec 2006 16:02:45 -0000 1.22 @@ -1,7 +1,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap -Version: 2006c1 +Version: 2006d Release: 1%{?dist} # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0 @@ -41,7 +41,6 @@ Patch1: imap-2006-paths.patch Patch5: imap-2001a-overflow.patch -Patch7: imap-2002d-ssltype.patch Patch9: imap-2002e-shared.patch Patch10: imap-2002e-authmd5.patch @@ -105,12 +104,10 @@ %patch5 -p1 -b .overflow -%patch7 -p1 -b .ssltype - %patch9 -p1 -b .shared %patch10 -p1 -b .authmd5 -%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 install -p -m644 %{SOURCE21} imap.pam %else install -p -m644 %{SOURCE22} imap.pam @@ -118,21 +115,16 @@ %build -# Not sure why this was ever included, omitting for now -- Rex -#EXTRACFLAGS="$EXTRACFLAGS -DDISABLE_POP_PROXY=1" # Kerberos setup -if [ -x %{_sysconfdir}/profile.d/krb5.sh ]; then - . %{_sysconfdir}/profile.d/krb5.sh -elif ! echo ${PATH} | grep -q %{_prefix}kerberos/bin ; then - export PATH=%{_prefix}/kerberos/bin:${PATH} -fi +source %{_sysconfdir}/profile.d/krb5.sh GSSDIR=$(krb5-config --prefix) ## SSL setup -# (probably legacy-only) -- Rex +# probably legacy-only, but shouldn't hurt -- Rex export EXTRACFLAGS="$EXTRACFLAGS $(pkg-config --cflags openssl 2>/dev/null)" +echo "y" | \ make %{?_smp_mflags} lnp \ EXTRACFLAGS="$EXTRACFLAGS" \ EXTRALDFLAGS="$EXTRALDFLAGS" \ @@ -274,6 +266,9 @@ %changelog +* Mon Dec 18 2006 Rex Dieter 2006d-1 +- imap-2006d + * Wed Oct 25 2006 Rex Dieter 2006c1-1 - imap-2006c1 --- imap-2002d-ssltype.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 16:07:27 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 19 Dec 2006 11:07:27 -0500 Subject: mock/etc fedora-3-i386-core.cfg, 1.7.2.1, 1.7.2.2 fedora-3-x86_64-core.cfg, 1.7.2.1, 1.7.2.2 fedora-4-i386-core.cfg, 1.8.2.1, 1.8.2.2 fedora-4-ppc-core.cfg, 1.9.2.1, 1.9.2.2 fedora-4-x86_64-core.cfg, 1.8.2.1, 1.8.2.2 fedora-5-i386-core.cfg, 1.8.2.1, 1.8.2.2 fedora-5-ppc-core.cfg, 1.9.2.1, 1.9.2.2 fedora-5-x86_64-core.cfg, 1.9.2.1, 1.9.2.2 fedora-6-i386-core.cfg, 1.1.2.2, 1.1.2.3 fedora-6-ppc-core.cfg, 1.1.2.2, 1.1.2.3 fedora-6-x86_64-core.cfg, 1.1.2.2, 1.1.2.3 fedora-devel-i386-core.cfg, 1.4.2.1, 1.4.2.2 fedora-devel-ppc-core.cfg, 1.4.2.1, 1.4.2.2 fedora-devel-x86_64-core.cfg, 1.4.2.1, 1.4.2.2 Message-ID: <200612191607.kBJG7Rud009142@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9105 Modified Files: Tag: mock-0-6-branch fedora-3-i386-core.cfg fedora-3-x86_64-core.cfg fedora-4-i386-core.cfg fedora-4-ppc-core.cfg fedora-4-x86_64-core.cfg fedora-5-i386-core.cfg fedora-5-ppc-core.cfg fedora-5-x86_64-core.cfg fedora-6-i386-core.cfg fedora-6-ppc-core.cfg fedora-6-x86_64-core.cfg fedora-devel-i386-core.cfg fedora-devel-ppc-core.cfg fedora-devel-x86_64-core.cfg Log Message: added excludes= line to [local] repo entry to prevent incorrect arch packages from satisfying requirements Index: fedora-3-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-3-i386-core.cfg,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -r1.7.2.1 -r1.7.2.2 --- fedora-3-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.7.2.1 +++ fedora-3-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.7.2.2 @@ -37,6 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-3-extras/ +exclude=*.x86_64 *.ppc """ Index: fedora-3-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-3-x86_64-core.cfg,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -r1.7.2.1 -r1.7.2.2 --- fedora-3-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.7.2.1 +++ fedora-3-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.7.2.2 @@ -37,6 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-3-extras/ +exclude=*.i386 *.ppc """ Index: fedora-4-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-4-i386-core.cfg,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- fedora-4-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.8.2.1 +++ fedora-4-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.8.2.2 @@ -38,7 +38,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-4-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-4-ppc-core.cfg,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- fedora-4-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.9.2.1 +++ fedora-4-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.9.2.2 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-4-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-4-x86_64-core.cfg,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- fedora-4-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.8.2.1 +++ fedora-4-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.8.2.2 @@ -39,7 +39,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-extras/ - +exclude=*.i386 *.ppc """ Index: fedora-5-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-5-i386-core.cfg,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- fedora-5-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.8.2.1 +++ fedora-5-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.8.2.2 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-5-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-5-ppc-core.cfg,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- fedora-5-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.9.2.1 +++ fedora-5-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.9.2.2 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-5-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-5-x86_64-core.cfg,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- fedora-5-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.9.2.1 +++ fedora-5-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.9.2.2 @@ -38,7 +38,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-extras/ - +exclude=*.i386 *.ppc """ Index: fedora-6-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/Attic/fedora-6-i386-core.cfg,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- fedora-6-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.1.2.2 +++ fedora-6-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.1.2.3 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-6-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/Attic/fedora-6-ppc-core.cfg,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- fedora-6-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.1.2.2 +++ fedora-6-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.1.2.3 @@ -37,7 +37,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-6-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/Attic/fedora-6-x86_64-core.cfg,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- fedora-6-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.1.2.2 +++ fedora-6-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.1.2.3 @@ -38,7 +38,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/ - +exclude=*.i386 *.ppc """ Index: fedora-devel-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-devel-i386-core.cfg,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- fedora-devel-i386-core.cfg 21 Nov 2006 20:05:07 -0000 1.4.2.1 +++ fedora-devel-i386-core.cfg 19 Dec 2006 16:07:27 -0000 1.4.2.2 @@ -33,7 +33,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ - +exclude=*.x86_64 *.ppc """ Index: fedora-devel-ppc-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-devel-ppc-core.cfg,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- fedora-devel-ppc-core.cfg 21 Nov 2006 20:05:07 -0000 1.4.2.1 +++ fedora-devel-ppc-core.cfg 19 Dec 2006 16:07:27 -0000 1.4.2.2 @@ -33,7 +33,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ - +exclude=*.i386 *.x86_64 """ Index: fedora-devel-x86_64-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-devel-x86_64-core.cfg,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- fedora-devel-x86_64-core.cfg 21 Nov 2006 20:05:07 -0000 1.4.2.1 +++ fedora-devel-x86_64-core.cfg 19 Dec 2006 16:07:27 -0000 1.4.2.2 @@ -34,7 +34,7 @@ [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ - +exclude=*.i386 *.ppc """ From fedora-extras-commits at redhat.com Tue Dec 19 17:11:41 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 19 Dec 2006 12:11:41 -0500 Subject: rpms/cmake/FC-4 cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.9, 1.10 Message-ID: <200612191711.kBJHBf1x012629@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12579/FC-4 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) --- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 +++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 @@ -20,8 +20,8 @@ /* Use the xmlrpc library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_XMLRPC -# include -# include +# include +# include #else # include # include Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cmake.spec 5 Dec 2006 16:52:15 -0000 1.9 +++ cmake.spec 19 Dec 2006 17:11:11 -0000 1.10 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, xorg-x11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -65,6 +70,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 17:11:47 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 19 Dec 2006 12:11:47 -0500 Subject: rpms/cmake/FC-6 cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.11, 1.12 Message-ID: <200612191711.kBJHBl2W012635@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12579/FC-6 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) --- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 +++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 @@ -20,8 +20,8 @@ /* Use the xmlrpc library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_XMLRPC -# include -# include +# include +# include #else # include # include Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-6/cmake.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cmake.spec 5 Dec 2006 16:52:15 -0000 1.11 +++ cmake.spec 19 Dec 2006 17:11:17 -0000 1.12 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -60,6 +65,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 17:11:42 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 19 Dec 2006 12:11:42 -0500 Subject: rpms/cmake/FC-5 cmake-2.4.5-xmlrpc.patch, NONE, 1.1 cmake.spec, 1.7, 1.8 Message-ID: <200612191711.kBJHBgTS012632@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12579/FC-5 Modified Files: cmake.spec Added Files: cmake-2.4.5-xmlrpc.patch Log Message: Use system libraries (bootstrap --system-libs) cmake-2.4.5-xmlrpc.patch: --- NEW FILE cmake-2.4.5-xmlrpc.patch --- --- cmake-2.4.5/Modules//FindXMLRPC.cmake.xmlrpc 2006-12-18 16:37:09.000000000 -0700 +++ cmake-2.4.5/Modules//FindXMLRPC.cmake 2006-12-18 16:37:16.000000000 -0700 @@ -102,7 +102,6 @@ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name} PATHS ${XMLRPC_LIBRARY_DIRS} - NO_DEFAULT_PATH ) MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY) --- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc 2006-12-04 09:04:06.000000000 -0700 +++ cmake-2.4.5/Utilities/cm_xmlrpc.h 2006-12-18 17:00:01.000000000 -0700 @@ -20,8 +20,8 @@ /* Use the xmlrpc library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_XMLRPC -# include -# include +# include +# include #else # include # include Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cmake.spec 5 Dec 2006 16:52:15 -0000 1.7 +++ cmake.spec 19 Dec 2006 17:11:11 -0000 1.8 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,8 +9,11 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.5-xmlrpc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel +BuildRequires: curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel + %description CMake is used to control the software compilation process using simple @@ -24,13 +27,15 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p1 -b .xmlrpc %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ - --docdir=/share/doc/%{name}-%{version} --mandir=/share/man + --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ + --system-libs make %{?_smp_mflags} @@ -60,6 +65,9 @@ %changelog +* Mon Dec 18 2006 Orion Poplawski - 2.4.5-2 +- Use system libraries (bootstrap --system-libs) + * Tue Dec 5 2006 Orion Poplawski - 2.4.5-1 - Update to 2.4.5 From fedora-extras-commits at redhat.com Tue Dec 19 18:11:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 19 Dec 2006 13:11:05 -0500 Subject: rpms/xemacs/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xemacs.spec, 1.24, 1.25 Message-ID: <200612191811.kBJIB5Vt016116@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xemacs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16093 Modified Files: .cvsignore sources xemacs.spec Log Message: * Sun Dec 17 2006 Ville Skytt?? - 21.4.20-1 - 21.4.20. - BuildRequire compface-devel instead of compface. - Provide xemacs(bin) in main package and -nox. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xemacs/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:11:48 -0000 1.4 +++ .cvsignore 19 Dec 2006 18:10:35 -0000 1.5 @@ -1 +1 @@ -xemacs-21.4.19.tar.bz2 +xemacs-21.4.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xemacs/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:11:48 -0000 1.4 +++ sources 19 Dec 2006 18:10:35 -0000 1.5 @@ -1 +1 @@ -0d2d255e2b362064959f329d522b137b xemacs-21.4.19.tar.bz2 +b0c98bb6f2d7818f4183f8c8e9afb867 xemacs-21.4.20.tar.bz2 Index: xemacs.spec =================================================================== RCS file: /cvs/extras/rpms/xemacs/FC-5/xemacs.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- xemacs.spec 14 Apr 2006 10:08:11 -0000 1.24 +++ xemacs.spec 19 Dec 2006 18:10:35 -0000 1.25 @@ -14,14 +14,14 @@ %define exectop %{_libdir}/xemacs-%{version} Name: xemacs -Version: 21.4.19 -Release: 5%{?dist} +Version: 21.4.20 +Release: 1%{?dist} Summary: Different version of Emacs Group: Applications/Editors License: GPL URL: http://www.xemacs.org/ -Source0: ftp://ftp.xemacs.org/xemacs-21.4/xemacs-%{version}.tar.bz2 +Source0: http://ftp.xemacs.org/xemacs-21.4/xemacs-%{version}.tar.bz2 Source1: %{name}.png Source6: xemacs.desktop Source9: xemacs-sitestart.el @@ -49,7 +49,7 @@ BuildRequires: pam-devel BuildRequires: zlib-devel BuildRequires: libjpeg-devel -BuildRequires: compface +BuildRequires: compface-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: desktop-file-utils @@ -80,6 +80,7 @@ Requires: xemacs-common = %{version}-%{release} Requires: xorg-x11-fonts-ISO8859-1-75dpi Requires: xorg-x11-fonts-ISO8859-1-100dpi +Provides: xemacs(bin) = %{version}-%{release} %description XEmacs is a highly customizable open source text editor and @@ -110,6 +111,7 @@ Group: Applications/Editors # Note: no xemacs-sumo dependency here, we need -nox to build the sumo package. Requires: xemacs-common = %{version}-%{release} +Provides: xemacs(bin) = %{version}-%{release} %description nox XEmacs is a highly customizable open source text editor and @@ -155,8 +157,6 @@ f=etc/xemacs-ja.1 ; iconv -f euc-jp -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f -find . -type f -name "*.elc" -o -name "*.info*" | xargs rm -f - ## lisp patches ## %patch1 -p1 @@ -469,6 +469,11 @@ %changelog +* Sun Dec 17 2006 Ville Skytt?? - 21.4.20-1 +- 21.4.20. +- BuildRequire compface-devel instead of compface. +- Provide xemacs(bin) in main package and -nox. + * Fri Apr 14 2006 Ville Skytt?? - 21.4.19-5 - Don't expect to find ellcc if building without modules (#188929). From fedora-extras-commits at redhat.com Tue Dec 19 18:23:36 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Tue, 19 Dec 2006 13:23:36 -0500 Subject: rpms/azureus/FC-6 azureus.spec,1.40,1.41 Message-ID: <200612191823.kBJINaGQ016238@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16221 Modified Files: azureus.spec Log Message: Update bcprov reference for build. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-6/azureus.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- azureus.spec 17 Dec 2006 15:06:54 -0000 1.40 +++ azureus.spec 19 Dec 2006 18:23:06 -0000 1.41 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -101,8 +101,7 @@ %build mkdir -p build/libs -build-jar-repository -p build/libs jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 -ln -s /usr/share/java/gcj-endorsed/bcprov-1.33.jar build/libs +build-jar-repository -p build/libs bcprov jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 ln -s %{_libdir}/eclipse/swt-gtk-3.2.jar build/libs find ./ -name osx | xargs rm -r find ./ -name macosx | xargs rm -r @@ -207,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Tue Dec 19 2006 Anthony Green 2.5.0.0-11 +- Fix bcprov link for build. + * Sun Dec 17 2006 Anthony Green 2.5.0.0-10 - Update azureus.script to use unversioned bcprov jar file. From fedora-extras-commits at redhat.com Tue Dec 19 18:25:14 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Tue, 19 Dec 2006 13:25:14 -0500 Subject: rpms/azureus/devel azureus.spec,1.40,1.41 Message-ID: <200612191825.kBJIPERl016303@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16282 Modified Files: azureus.spec Log Message: Fix bcprov reference for build. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- azureus.spec 17 Dec 2006 15:11:04 -0000 1.40 +++ azureus.spec 19 Dec 2006 18:24:44 -0000 1.41 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -101,8 +101,7 @@ %build mkdir -p build/libs -build-jar-repository -p build/libs jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 -ln -s /usr/share/java/gcj-endorsed/bcprov-1.33.jar build/libs +build-jar-repository -p build/libs bcprov jakarta-commons-cli log4j gnu-crypto gtk2.8 glib0.2 ln -s %{_libdir}/eclipse/swt-gtk-3.2.jar build/libs find ./ -name osx | xargs rm -r find ./ -name macosx | xargs rm -r @@ -207,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Tue Dec 19 2006 Anthony Green 2.5.0.0-11 +- Fix bcprov link for build. + * Sun Dec 17 2006 Anthony Green 2.5.0.0-10 - Update azureus.script to use unversioned bcprov jar file. From fedora-extras-commits at redhat.com Tue Dec 19 18:41:01 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Tue, 19 Dec 2006 13:41:01 -0500 Subject: fedora-accounts bz-make-components.py,1.8,1.9 Message-ID: <200612191841.kBJIf1BX016547@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/fedora/fedora-accounts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16532 Modified Files: bz-make-components.py Log Message: fix initialcc (#198109) Index: bz-make-components.py =================================================================== RCS file: /cvs/fedora/fedora-accounts/bz-make-components.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- bz-make-components.py 19 Dec 2005 17:50:49 -0000 1.8 +++ bz-make-components.py 19 Dec 2006 18:41:01 -0000 1.9 @@ -52,8 +52,8 @@ # print "Invalid owner %s at %s:%s" % (owner, curfile, lnum) continue cclist = [] - if len(pieces) > 4 and pieces[4]: - for I in pieces[4].split(','): + if len(pieces) > 5 and pieces[5]: + for I in pieces[5].split(','): Inum = get_bz_user_id(bzdbh, I) if Inum is None: if not need_emails.has_key(I): From fedora-extras-commits at redhat.com Tue Dec 19 19:14:12 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 19 Dec 2006 14:14:12 -0500 Subject: rpms/python-sqlobject/FC-6 .cvsignore, 1.2, 1.3 python-sqlobject.spec, 1.6, 1.7 sources, 1.2, 1.3 python-sqlobject-0.7.0-ordered-deps.patch, 1.1, NONE python-sqlobject-0.7.0-pkg_resources.patch, 1.1, NONE python-sqlobject-admin.patch, 1.1, NONE Message-ID: <200612191914.kBJJECYo019918@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-sqlobject/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19898 Modified Files: .cvsignore python-sqlobject.spec sources Removed Files: python-sqlobject-0.7.0-ordered-deps.patch python-sqlobject-0.7.0-pkg_resources.patch python-sqlobject-admin.patch Log Message: * Tue Dec 19 2006 Luke Macken 0.7.2-1 - 0.7.2 - Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch and python-sqlobject-0.7.0-pkg_resources.patch - Require python-sqlite2 - Add python-devel to BuildRequires Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Oct 2005 10:08:17 -0000 1.2 +++ .cvsignore 19 Dec 2006 19:13:42 -0000 1.3 @@ -1 +1 @@ -SQLObject-0.7.0.tar.gz +SQLObject-0.7.2.tar.gz Index: python-sqlobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/python-sqlobject.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlobject.spec 12 Sep 2006 02:50:11 -0000 1.6 +++ python-sqlobject.spec 19 Dec 2006 19:13:42 -0000 1.7 @@ -1,22 +1,20 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-sqlobject -Version: 0.7.0 -Release: 8%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: SQLObject -Object-Relational Manager, aka database wrapper Group: Development/Libraries License: LGPL URL: http://sqlobject.org/ Source0: http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz -Patch0: python-sqlobject-admin.patch -Patch1: python-sqlobject-0.7.0-pkg_resources.patch -Patch2: python-sqlobject-0.7.0-ordered-deps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -Requires: python-sqlite, python-formencode >= 0.2.2 +BuildRequires: python-devel +Requires: python-sqlite2, python-formencode >= 0.2.2 %description @@ -24,15 +22,11 @@ friendly-looking Python object instead of a database/SQL interface. Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird. -This package requires sqlite. Futher database connectors have to be installed -separately. +This package requires sqlite. Futher database connectors have to be installed separately. %prep %setup -q -n SQLObject-%{version} rm -rf ez_setup -%patch0 -p1 -%patch1 -%patch2 -p1 %build %{__python} setup.py build @@ -69,6 +63,9 @@ %dir %{python_sitelib}/sqlobject/mysql %{python_sitelib}/sqlobject/mysql/*.py* +%dir %{python_sitelib}/sqlobject/mssql +%{python_sitelib}/sqlobject/mssql/*.py* + %dir %{python_sitelib}/sqlobject/postgres %{python_sitelib}/sqlobject/postgres/*.py* @@ -84,6 +81,13 @@ %{_bindir}/* %changelog +* Tue Dec 19 2006 Luke Macken 0.7.2-1 +- 0.7.2 +- Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch + and python-sqlobject-0.7.0-pkg_resources.patch +- Require python-sqlite2 +- Add python-devel to BuildRequires + * Mon Sep 11 2006 Luke Macken 0.7.0-8 - python-sqlobject-0.7.0-ordered-deps.patch from upstream ticket http://trac.turbogears.org/turbogears/ticket/279 (Bug #205894) Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Oct 2005 10:08:17 -0000 1.2 +++ sources 19 Dec 2006 19:13:42 -0000 1.3 @@ -1 +1 @@ -dccb921b5df6a15312b56630ac4ac205 SQLObject-0.7.0.tar.gz +78fe392b86b43912bb249af93d44df57 SQLObject-0.7.2.tar.gz --- python-sqlobject-0.7.0-ordered-deps.patch DELETED --- --- python-sqlobject-0.7.0-pkg_resources.patch DELETED --- --- python-sqlobject-admin.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 19 19:42:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 19 Dec 2006 14:42:17 -0500 Subject: rpms/SDL_image/devel SDL_image.spec,1.10,1.11 Message-ID: <200612191942.kBJJgHmT020230@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20215 Modified Files: SDL_image.spec Log Message: * Tue Dec 19 2006 Brian Pepple - 1.2.5-4 - Disable run-time loading of libs. (#219902) Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SDL_image.spec 26 Nov 2006 14:59:48 -0000 1.10 +++ SDL_image.spec 19 Dec 2006 19:41:47 -0000 1.11 @@ -1,6 +1,6 @@ Name: SDL_image Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -42,7 +42,12 @@ %build # XCF support is crashy in 1.2.4 -%configure --disable-dependency-tracking --enable-tif --disable-static +%configure --disable-dependency-tracking \ + --enable-tif \ + --disable-jpg-shared \ + --disable-png-shared \ + --disable-tif-shared \ + --disable-static make %{?_smp_mflags} @@ -79,6 +84,9 @@ %changelog +* Tue Dec 19 2006 Brian Pepple - 1.2.5-4 +- Disable run-time loading of libs. (#219902) + * Tue Oct 31 2006 Brian Pepple - 1.2.5-3 - Add patch to fix IMG_ReadXPMFromArray crash. (#213282) From fedora-extras-commits at redhat.com Tue Dec 19 19:49:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 19 Dec 2006 14:49:45 -0500 Subject: rpms/xdrawchem/devel xdrawchem.desktop, 1.1, 1.2 xdrawchem.spec, 1.3, 1.4 Message-ID: <200612191949.kBJJnjZ3020404@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20373 Modified Files: xdrawchem.desktop xdrawchem.spec Log Message: - rebuild against new openbabel in devel - simplify d-f-i call Index: xdrawchem.desktop =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xdrawchem.desktop 9 Aug 2006 23:33:08 -0000 1.1 +++ xdrawchem.desktop 19 Dec 2006 19:49:15 -0000 1.2 @@ -7,4 +7,4 @@ Terminal=false Name=Xdrawchem Encoding=UTF-8 -Categories=Application;Education;Chemistry;Graphics; +Categories=Application;Education;Chemistry;Graphics;Science; Index: xdrawchem.spec =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xdrawchem.spec 29 Aug 2006 17:36:47 -0000 1.3 +++ xdrawchem.spec 19 Dec 2006 19:49:15 -0000 1.4 @@ -1,6 +1,6 @@ Name: xdrawchem Version: 1.9.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop @@ -36,10 +36,6 @@ install -c -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - --add-category Application \ - --add-category Science \ - --add-category Chemistry \ %{SOURCE1} rm -f $RPM_BUILD_ROOT%{_datadir}/xdrawchem/caslist.txt @@ -55,6 +51,10 @@ %{_datadir}/pixmaps/xdrawchem.png %changelog +* Tue Dec 19 2006 Dominik Mierzejewski 1.9.9-5 +- rebuild against new openbabel in devel +- simplify d-f-i call + * Tue Aug 29 2006 Dominik Mierzejewski 1.9.9-4 - mass rebuild From fedora-extras-commits at redhat.com Tue Dec 19 19:53:48 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 19 Dec 2006 14:53:48 -0500 Subject: rpms/amavisd-new/FC-6 amavisd-new.spec,1.13,1.14 Message-ID: <200612191953.kBJJrms8020533@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20498 Modified Files: amavisd-new.spec Log Message: Fix the path to amavisd.sock in amavisd-release. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-6/amavisd-new.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- amavisd-new.spec 13 Dec 2006 16:47:14 -0000 1.13 +++ amavisd-new.spec 19 Dec 2006 19:53:18 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.4 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -79,6 +79,9 @@ %patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ +sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ + amavisd-release + %build %install @@ -153,6 +156,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Dec 18 2006 Steven Pritchard 2.4.4-2 +- Fix the path to amavisd.sock in amavisd-release. + * Tue Dec 05 2006 Steven Pritchard 2.4.4-1 - Update to 2.4.4. From fedora-extras-commits at redhat.com Tue Dec 19 19:59:41 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 19 Dec 2006 14:59:41 -0500 Subject: rpms/amavisd-new/FC-5 amavisd-new.spec,1.9,1.10 Message-ID: <200612191959.kBJJxfHH020628@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20613 Modified Files: amavisd-new.spec Log Message: Fix the path to amavisd.sock in amavisd-release. Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- amavisd-new.spec 13 Dec 2006 18:49:57 -0000 1.9 +++ amavisd-new.spec 19 Dec 2006 19:59:11 -0000 1.10 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.4 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -79,6 +79,9 @@ %patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ +sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ + amavisd-release + %build %install @@ -153,6 +156,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Dec 18 2006 Steven Pritchard 2.4.4-2 +- Fix the path to amavisd.sock in amavisd-release. + * Tue Dec 05 2006 Steven Pritchard 2.4.4-1 - Update to 2.4.4. From fedora-extras-commits at redhat.com Tue Dec 19 20:42:19 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 19 Dec 2006 15:42:19 -0500 Subject: rpms/SDL_image/FC-6 SDL_image.spec,1.10,1.11 Message-ID: <200612192042.kBJKgJkj024150@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24131 Modified Files: SDL_image.spec Log Message: * Tue Dec 19 2006 Brian Pepple - 1.2.5-4 - Disable run-time loading of libs. (#219902) Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/FC-6/SDL_image.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SDL_image.spec 26 Nov 2006 15:14:30 -0000 1.10 +++ SDL_image.spec 19 Dec 2006 20:41:49 -0000 1.11 @@ -1,6 +1,6 @@ Name: SDL_image Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -42,7 +42,12 @@ %build # XCF support is crashy in 1.2.4 -%configure --disable-dependency-tracking --enable-tif --disable-static +%configure --disable-dependency-tracking \ + --enable-tif \ + --disable-jpg-shared \ + --disable-png-shared \ + --disable-tif-shared \ + --disable-static make %{?_smp_mflags} @@ -79,6 +84,9 @@ %changelog +* Tue Dec 19 2006 Brian Pepple - 1.2.5-4 +- Disable run-time loading of libs. (#219902) + * Sun Nov 26 2006 Brian Pepple - 1.2.5-3 - Add patch to fix IMG_ReadXPMFromArray crash. (#213282) From fedora-extras-commits at redhat.com Tue Dec 19 21:22:28 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Tue, 19 Dec 2006 16:22:28 -0500 Subject: rpms/snort/devel snort.spec,1.21,1.22 Message-ID: <200612192122.kBJLMSRG027575@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27548 Modified Files: snort.spec Log Message: fix the dynamic engine Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- snort.spec 6 Dec 2006 17:13:57 -0000 1.21 +++ snort.spec 19 Dec 2006 21:21:58 -0000 1.22 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort Version: 2.6.1.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -302,6 +302,7 @@ install snort-snmp+flexresp %{buildroot}%{_sbindir}/snort-snmp+flexresp install snort-bloat %{buildroot}%{_sbindir}/snort-bloat +mkdir -p %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0 %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0.0.0 %{buildroot}%{_libdir}/snort/dynamicengine @@ -420,6 +421,9 @@ %changelog +* Tue Dec 19 2006 Dennis Gilmore - 2.6.1.1-4 +- fix the dynamic engine + * Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 - rebuild for new postgresql From fedora-extras-commits at redhat.com Tue Dec 19 21:26:00 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Tue, 19 Dec 2006 16:26:00 -0500 Subject: rpms/snort/FC-6 .cvsignore, 1.6, 1.7 snort.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <200612192126.kBJLQ0pt027646@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27624 Modified Files: .cvsignore snort.spec sources Log Message: update to 2.6.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/snort/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Oct 2006 17:38:28 -0000 1.6 +++ .cvsignore 19 Dec 2006 21:25:30 -0000 1.7 @@ -1 +1 @@ -snort-2.6.0.2.tar.gz +snort-2.6.1.1.tar.gz Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/FC-6/snort.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- snort.spec 9 Oct 2006 18:59:52 -0000 1.18 +++ snort.spec 19 Dec 2006 21:25:30 -0000 1.19 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort -Version: 2.6.0.2 -Release: 2%{?dist} +Version: 2.6.1.1 +Release: 4%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -24,7 +24,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 %package mysql @@ -37,7 +36,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: mysql-devel @@ -51,7 +49,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: postgresql-devel @@ -66,7 +63,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: openssl-devel @@ -75,7 +71,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: postgresql-devel @@ -307,6 +302,7 @@ install snort-snmp+flexresp %{buildroot}%{_sbindir}/snort-snmp+flexresp install snort-bloat %{buildroot}%{_sbindir}/snort-bloat +mkdir -p %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0 %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0.0.0 %{buildroot}%{_libdir}/snort/dynamicengine @@ -425,6 +421,18 @@ %changelog +* Tue Dec 19 2006 Dennis Gilmore - 2.6.1.1-4 +- fix the dynamic engine + +* Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 +- rebuild for new postgresql + +* Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 +- rebuild for new libpcap + +* Thu Nov 23 2006 Dennis Gilmore - 2.6.1.1-1 +-upgrade to 2.6.1.1 + * Mon Oct 09 2006 Dennis Gilmore - 2.6.0.2-2 - disable smp as it breaks build on the buildsys Index: sources =================================================================== RCS file: /cvs/extras/rpms/snort/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Oct 2006 17:38:28 -0000 1.6 +++ sources 19 Dec 2006 21:25:30 -0000 1.7 @@ -1 +1 @@ -5c094ff6d82db845a5f023e4a492103e snort-2.6.0.2.tar.gz +a7313ff4346317c301af361e211a7cd4 snort-2.6.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 21:29:00 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Tue, 19 Dec 2006 16:29:00 -0500 Subject: rpms/snort/FC-5 .cvsignore, 1.6, 1.7 snort.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200612192129.kBJLT0Id027726@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/snort/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27697 Modified Files: .cvsignore snort.spec sources Log Message: update to 2.6.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/snort/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Oct 2006 19:48:05 -0000 1.6 +++ .cvsignore 19 Dec 2006 21:28:30 -0000 1.7 @@ -1 +1 @@ -snort-2.6.0.2.tar.gz +snort-2.6.1.1.tar.gz Index: snort.spec =================================================================== RCS file: /cvs/extras/rpms/snort/FC-5/snort.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- snort.spec 9 Oct 2006 19:39:42 -0000 1.12 +++ snort.spec 19 Dec 2006 21:28:30 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Intrusion detection system Name: snort -Version: 2.6.0.2 -Release: 2%{?dist} +Version: 2.6.1.1 +Release: 4%{?dist} License: GPL Group: Applications/Internet Source0: http://www.snort.org/dl/current/snort-%{version}.tar.gz @@ -24,7 +24,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 %package mysql @@ -37,7 +36,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: mysql-devel @@ -51,7 +49,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: postgresql-devel @@ -66,7 +63,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: openssl-devel @@ -75,7 +71,6 @@ Summary: Snort with Flexible Response Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Requires: libnet10 BuildRequires: libnet10 BuildRequires: net-snmp-devel BuildRequires: postgresql-devel @@ -307,6 +302,7 @@ install snort-snmp+flexresp %{buildroot}%{_sbindir}/snort-snmp+flexresp install snort-bloat %{buildroot}%{_sbindir}/snort-bloat +mkdir -p %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0 %{buildroot}%{_libdir}/snort/dynamicengine install libsf_engine.so.0.0.0 %{buildroot}%{_libdir}/snort/dynamicengine @@ -425,6 +421,18 @@ %changelog +* Tue Dec 19 2006 Dennis Gilmore - 2.6.1.1-4 +- fix the dynamic engine + +* Wed Dec 06 2006 Dennis Gilmore - 2.6.1.1-3 +- rebuild for new postgresql + +* Thu Nov 30 2006 Dennis Gilmore - 2.6.1.1-2 +- rebuild for new libpcap + +* Thu Nov 23 2006 Dennis Gilmore - 2.6.1.1-1 +-upgrade to 2.6.1.1 + * Mon Oct 09 2006 Dennis Gilmore - 2.6.0.2-2 - disable smp as it breaks build on the buildsys Index: sources =================================================================== RCS file: /cvs/extras/rpms/snort/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Oct 2006 19:48:05 -0000 1.6 +++ sources 19 Dec 2006 21:28:30 -0000 1.7 @@ -1 +1 @@ -5c094ff6d82db845a5f023e4a492103e snort-2.6.0.2.tar.gz +a7313ff4346317c301af361e211a7cd4 snort-2.6.1.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 21:47:12 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 19 Dec 2006 16:47:12 -0500 Subject: rpms/xdg-utils/devel xdg-utils-1.0.1-typo.patch, NONE, 1.1 xdg-utils.spec, 1.10, 1.11 Message-ID: <200612192147.kBJLlCsU027810@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27792 Modified Files: xdg-utils.spec Added Files: xdg-utils-1.0.1-typo.patch Log Message: * Tue Dec 19 2006 Rex Dieter 1.0.1-2 - fix typo in xdg-icon-resource manpage xdg-utils-1.0.1-typo.patch: --- NEW FILE xdg-utils-1.0.1-typo.patch --- --- xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1.typo 2006-11-03 21:35:57.000000000 -0600 +++ xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1 2006-12-19 15:52:35.000000000 -0600 @@ -56,7 +56,7 @@ .SH "OPTIONS" .TP \fB\-\-noupdate\fR -Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necassery to update the desktop icon system right away. +Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necessary to update the desktop icon system right away. .TP \fB\-\-novendor\fR Normally, xdg\-icon\-resource checks to ensure that an icon file to be installed in the Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/xdg-utils.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xdg-utils.spec 6 Nov 2006 14:03:45 -0000 1.10 +++ xdg-utils.spec 19 Dec 2006 21:46:42 -0000 1.11 @@ -2,7 +2,7 @@ Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://portland.freedesktop.org/ Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz @@ -12,7 +12,9 @@ BuildArch: noarch Patch1: xdg-utils-1.0-mimeopen.patch +Patch2: xdg-utils-1.0.1-typo.patch +Requires: coreutils Requires: desktop-file-utils ## kde-config #Requires(hint): kdelibs @@ -49,6 +51,7 @@ %setup -q -n %{name}-%{version}%{?beta} %patch1 -p1 -b .mimeopen +%patch2 -p1 -b .typo %build @@ -75,6 +78,9 @@ %changelog +* Tue Dec 19 2006 Rex Dieter 1.0.1-2 +- fix typo in xdg-icon-resource manpage + * Mon Nov 06 2006 Rex Dieter 1.0.1-1 - xdg-utils-1.0.1 From fedora-extras-commits at redhat.com Tue Dec 19 22:12:21 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 17:12:21 -0500 Subject: rpms/gmpc/FC-6 gmpc-lib-plugins.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 gmpc.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200612192212.kBJMCLg8031076@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/gmpc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31054 Modified Files: .cvsignore gmpc.spec sources Added Files: gmpc-lib-plugins.diff Log Message: * Sat Dec 09 2006 Adrian Reber - 0.13.0-1 - updated to 0.13.0 - created devel package for header files - removed X-Fedora from desktop-file-install - added some plugins and moved the plugins to %{_libdir}/%{name}/plugins gmpc-lib-plugins.diff: --- NEW FILE gmpc-lib-plugins.diff --- --- main.c.old 2006-12-09 15:57:40.000000000 +0100 +++ src/main.c 2006-12-09 15:57:15.000000000 +0100 @@ -241,6 +241,9 @@ + url = g_strdup_printf("%s/%s",@@PLUGINS_PATH@@, "plugins"); + plugin_load_dir(url); + g_free(url); url = g_strdup_printf("%s/%s",GLADE_PATH, "plugins"); plugin_load_dir(url); g_free(url); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:35:27 -0000 1.2 +++ .cvsignore 19 Dec 2006 22:11:51 -0000 1.3 @@ -1 +1,6 @@ -gmpc-0.11.2.tar.gz +gmpc-0.13.0.tar.gz +gmpc-autoplaylist-0.1.0.tar.gz +gmpccaa-0.1.0.tar.gz +gmpcmdcover-0.1.0.tar.gz +gmpcosd-0.1.0.tar.gz +gmpcstream-0.1.0.tar.gz Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-6/gmpc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gmpc.spec 30 Aug 2006 15:28:18 -0000 1.8 +++ gmpc.spec 19 Dec 2006 22:11:51 -0000 1.9 @@ -1,17 +1,24 @@ Name: gmpc Summary: GNOME frontend for the MPD -Version: 0.11.2 -Release: 6%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://musicpd.org/?page=gmpc -Source0: http://mercury.chem.pitt.edu/~shank/gmpc-0.11.2.tar.gz +URL: http://sarine.nl/gmpc +Source0: http://download.qballcow.nl/programs/gmpc-0.13/gmpc-0.13.0.tar.gz +Source1: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpc-autoplaylist-0.1.0.tar.gz +Source2: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpccaa-0.1.0.tar.gz +Source3: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcmdcover-0.1.0.tar.gz +Source4: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcosd-0.1.0.tar.gz +Source5: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcstream-0.1.0.tar.gz +Patch0: gmpc-lib-plugins.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils -BuildRequires: perl-XML-Parser +BuildRequires: perl-XML-Parser, libmpd-devel, findutils +BuildRequires: curl-devel, xosd-devel %description Gmpc is a GNOME client for the Music Player Daemon @@ -24,42 +31,59 @@ * ID3 information * Lots more +%package devel +Summary: Development files for gmpc +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package includes header files necessary for developing gmpc plugins. + %prep -%setup -q +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 +# this patch adds %{_libdir}/gmpc/plugins to the plugins search path +%patch0 +sed -i -e 's,@@PLUGINS_PATH@@,"%{_libdir}/%{name}",g' src/main.c %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} LDFLAGS=-Wl,--export-dynamic - +ln -s src gmpc +export PKG_CONFIG_PATH="$PWD/data" +export CFLAGS="-I$PWD" +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + %configure + make %{?_smp_mflags} + popd +done %install rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# this is the default search path +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins +# rpmlint complains if arch-dependent files are in %{_datadir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins + +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + find . -name *so -exec cp {} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins \; + popd +done +install -p -D gmpc-autoplaylist-0.1.0/glade/apl.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/apl/apl.glade +install -p -D gmpcstream-0.1.0/data/osb.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/osb/osb.glade %find_lang %{name} -# desktop files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gmpc.desktop -#%post -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-install-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null - -#%preun -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-uninstall-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - - %clean rm -rf $RPM_BUILD_ROOT @@ -69,9 +93,21 @@ %{_bindir}/%name %{_datadir}/applications/*.desktop %{_datadir}/%{name} +%{_libdir}/%{name} %{_datadir}/pixmaps/* +%files devel +%defattr(0644,root,root,755) +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc + %changelog +* Sat Dec 09 2006 Adrian Reber - 0.13.0-1 +- updated to 0.13.0 +- created devel package for header files +- removed X-Fedora from desktop-file-install +- added some plugins and moved the plugins to %%{_libdir}/%%{name}/plugins + * Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 - BR: perl-XML-Parser Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:35:27 -0000 1.2 +++ sources 19 Dec 2006 22:11:51 -0000 1.3 @@ -1 +1,6 @@ -a7cc8c0734fef9e0b05be76cea3c0a20 gmpc-0.11.2.tar.gz +dbbb1880feb8b9c2493ece670520299b gmpc-0.13.0.tar.gz +046ed7e57fac849d3b33a5b37ff7540e gmpc-autoplaylist-0.1.0.tar.gz +f55ae657b4664d393d9058d4d06e1d2b gmpccaa-0.1.0.tar.gz +65122a0b0e789a4977f45921d2dc3de1 gmpcmdcover-0.1.0.tar.gz +2e160ee4fa3e0e80439678c92d95ef79 gmpcosd-0.1.0.tar.gz +da8341cf96d9e3885bd78a56ef13cd03 gmpcstream-0.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 22:15:18 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 19 Dec 2006 17:15:18 -0500 Subject: rpms/gmpc/FC-5 gmpc-lib-plugins.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 gmpc.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200612192215.kBJMFIlJ031111@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/gmpc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31089 Modified Files: .cvsignore gmpc.spec sources Added Files: gmpc-lib-plugins.diff Log Message: * Sat Dec 09 2006 Adrian Reber - 0.13.0-1 - updated to 0.13.0 - created devel package for header files - removed X-Fedora from desktop-file-install - added some plugins and moved the plugins to %{_libdir}/%{name}/plugins gmpc-lib-plugins.diff: --- NEW FILE gmpc-lib-plugins.diff --- --- main.c.old 2006-12-09 15:57:40.000000000 +0100 +++ src/main.c 2006-12-09 15:57:15.000000000 +0100 @@ -241,6 +241,9 @@ + url = g_strdup_printf("%s/%s",@@PLUGINS_PATH@@, "plugins"); + plugin_load_dir(url); + g_free(url); url = g_strdup_printf("%s/%s",GLADE_PATH, "plugins"); plugin_load_dir(url); g_free(url); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:35:27 -0000 1.2 +++ .cvsignore 19 Dec 2006 22:14:48 -0000 1.3 @@ -1 +1,6 @@ -gmpc-0.11.2.tar.gz +gmpc-0.13.0.tar.gz +gmpc-autoplaylist-0.1.0.tar.gz +gmpccaa-0.1.0.tar.gz +gmpcmdcover-0.1.0.tar.gz +gmpcosd-0.1.0.tar.gz +gmpcstream-0.1.0.tar.gz Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-5/gmpc.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gmpc.spec 11 Apr 2006 15:46:41 -0000 1.6 +++ gmpc.spec 19 Dec 2006 22:14:48 -0000 1.7 @@ -1,16 +1,24 @@ Name: gmpc Summary: GNOME frontend for the MPD -Version: 0.11.2 -Release: 4%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://musicpd.org/?page=gmpc -Source0: http://mercury.chem.pitt.edu/~shank/gmpc-0.11.2.tar.gz +URL: http://sarine.nl/gmpc +Source0: http://download.qballcow.nl/programs/gmpc-0.13/gmpc-0.13.0.tar.gz +Source1: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpc-autoplaylist-0.1.0.tar.gz +Source2: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpccaa-0.1.0.tar.gz +Source3: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcmdcover-0.1.0.tar.gz +Source4: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcosd-0.1.0.tar.gz +Source5: http://download.qballcow.nl/programs/gmpc-0.13/Plugins/gmpcstream-0.1.0.tar.gz +Patch0: gmpc-lib-plugins.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils +BuildRequires: perl-XML-Parser, libmpd-devel, findutils +BuildRequires: curl-devel, xosd-devel %description Gmpc is a GNOME client for the Music Player Daemon @@ -23,42 +31,59 @@ * ID3 information * Lots more +%package devel +Summary: Development files for gmpc +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package includes header files necessary for developing gmpc plugins. + %prep -%setup -q +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 +# this patch adds %{_libdir}/gmpc/plugins to the plugins search path +%patch0 +sed -i -e 's,@@PLUGINS_PATH@@,"%{_libdir}/%{name}",g' src/main.c %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} LDFLAGS=-Wl,--export-dynamic - +ln -s src gmpc +export PKG_CONFIG_PATH="$PWD/data" +export CFLAGS="-I$PWD" +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + %configure + make %{?_smp_mflags} + popd +done %install rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT +# this is the default search path +mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins +# rpmlint complains if arch-dependent files are in %{_datadir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins + +for i in gmpc-autoplaylist-0.1.0 gmpccaa-0.1.0 gmpcmdcover-0.1.0 gmpcosd-0.1.0 gmpcstream-0.1.0; do + pushd $i + find . -name *so -exec cp {} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins \; + popd +done +install -p -D gmpc-autoplaylist-0.1.0/glade/apl.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/apl/apl.glade +install -p -D gmpcstream-0.1.0/data/osb.glade $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/osb/osb.glade %find_lang %{name} -# desktop files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gmpc.desktop -#%post -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-install-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null - -#%preun -#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -#gconftool-2 --makefile-uninstall-rule \ -# %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - - %clean rm -rf $RPM_BUILD_ROOT @@ -68,9 +93,27 @@ %{_bindir}/%name %{_datadir}/applications/*.desktop %{_datadir}/%{name} +%{_libdir}/%{name} %{_datadir}/pixmaps/* +%files devel +%defattr(0644,root,root,755) +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc + %changelog +* Sat Dec 09 2006 Adrian Reber - 0.13.0-1 +- updated to 0.13.0 +- created devel package for header files +- removed X-Fedora from desktop-file-install +- added some plugins and moved the plugins to %%{_libdir}/%%{name}/plugins + +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 +- BR: perl-XML-Parser + +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 +- rebuild + * Thu Mar 23 2006 Jonathan Dieter 0.11.2-4 - fix dynamic linking bug Index: sources =================================================================== RCS file: /cvs/extras/rpms/gmpc/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2004 16:35:27 -0000 1.2 +++ sources 19 Dec 2006 22:14:48 -0000 1.3 @@ -1 +1,6 @@ -a7cc8c0734fef9e0b05be76cea3c0a20 gmpc-0.11.2.tar.gz +dbbb1880feb8b9c2493ece670520299b gmpc-0.13.0.tar.gz +046ed7e57fac849d3b33a5b37ff7540e gmpc-autoplaylist-0.1.0.tar.gz +f55ae657b4664d393d9058d4d06e1d2b gmpccaa-0.1.0.tar.gz +65122a0b0e789a4977f45921d2dc3de1 gmpcmdcover-0.1.0.tar.gz +2e160ee4fa3e0e80439678c92d95ef79 gmpcosd-0.1.0.tar.gz +da8341cf96d9e3885bd78a56ef13cd03 gmpcstream-0.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 22:38:21 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 19 Dec 2006 17:38:21 -0500 Subject: rpms/contacts/FC-6 contacts.spec,1.6,1.7 sources,1.3,1.4 Message-ID: <200612192238.kBJMcLL8031291@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31259 Modified Files: contacts.spec sources Log Message: build 0.2 for FC-6 Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/FC-6/contacts.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- contacts.spec 28 Aug 2006 02:50:08 -0000 1.6 +++ contacts.spec 19 Dec 2006 22:37:51 -0000 1.7 @@ -1,13 +1,12 @@ Name: contacts -Version: 0.1 -Release: 5.20060813svn%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Contacts addressbook Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -#Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}svn.tar.gz +Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 Requires(post): GConf2 @@ -15,9 +14,9 @@ BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils intltool gettext # Needed for svn snapshot -BuildRequires: automake gnome-common libtool intltool gettext +#BuildRequires: automake gnome-common libtool %description Contacts is a small, lightweight addressbook that uses libebook. @@ -27,11 +26,11 @@ devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs. %prep -%setup -n %{name}-%{version}svn -q +%setup -n %{name}-%{version} -q %build -./autogen.sh +#./autogen.sh %configure make %{?_smp_mflags} @@ -88,6 +87,12 @@ %changelog +* Fri Dec 15 2006 Jesse Keating - 0.2-1 +- build for 0.2 + +* Mon Oct 30 2006 Jesse Keating - 0.1-6.20060813svn +- rebuild for new eds + * Sun Aug 27 2006 Jesse Keating - 0.1-5.20060813svn - rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/contacts/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Aug 2006 20:57:41 -0000 1.3 +++ sources 19 Dec 2006 22:37:51 -0000 1.4 @@ -1 +1 @@ -e73ce65a752ab7b4138c6118ace09132 contacts-0.1svn.tar.gz +ad8a4297af14930d45a56d17b39cf0d5 contacts-0.2.tar.gz From fedora-extras-commits at redhat.com Tue Dec 19 22:44:30 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 19 Dec 2006 17:44:30 -0500 Subject: rpms/contacts/devel contacts.spec,1.8,1.9 Message-ID: <200612192244.kBJMiUWs031387@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31370 Modified Files: contacts.spec Log Message: Change the URL and add comment for next time this gets bumped Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- contacts.spec 15 Dec 2006 20:35:18 -0000 1.8 +++ contacts.spec 19 Dec 2006 22:44:00 -0000 1.9 @@ -6,7 +6,7 @@ Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz +Source0: http://projects.o-hand.com/sources/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 Requires(post): GConf2 @@ -87,6 +87,7 @@ %changelog +- Change URL * Fri Dec 15 2006 Jesse Keating - 0.2-1 - build for 0.2 From fedora-extras-commits at redhat.com Tue Dec 19 23:47:16 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Tue, 19 Dec 2006 18:47:16 -0500 Subject: rpms/fontypython/FC-6 fontypython.desktop, 1.1, 1.2 fontypython.spec, 1.2, 1.3 Message-ID: <200612192347.kBJNlGeX002540@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2482/FC-6 Modified Files: fontypython.desktop fontypython.spec Log Message: Fixed .desktop file to reflect new binary name ('fontypython') Index: fontypython.desktop =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-6/fontypython.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.desktop 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.desktop 19 Dec 2006 23:46:46 -0000 1.2 @@ -1,11 +1,12 @@ [Desktop Entry] +Version=0.2.0 Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux -Exec=fp +Exec=fontypython Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; -Version=0.2.0 \ No newline at end of file +GenericName[en_US]=TTF font set manager Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-6/fontypython.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 +++ fontypython.spec 19 Dec 2006 23:46:46 -0000 1.3 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -59,6 +59,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 20 2006 Chris Mohler 0.2.0-6 +- updated .desktop file - added correct executable name + * Mon Dec 19 2006 Chris Mohler 0.2.0-5 - Renamed executable 'fp' to 'fontypython' to resolve bug #220046 From fedora-extras-commits at redhat.com Tue Dec 19 23:47:16 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Tue, 19 Dec 2006 18:47:16 -0500 Subject: rpms/fontypython/FC-5 fontypython.desktop, 1.1, 1.2 fontypython.spec, 1.2, 1.3 Message-ID: <200612192347.kBJNlGsN002536@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2482/FC-5 Modified Files: fontypython.desktop fontypython.spec Log Message: Fixed .desktop file to reflect new binary name ('fontypython') Index: fontypython.desktop =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-5/fontypython.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.desktop 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.desktop 19 Dec 2006 23:46:46 -0000 1.2 @@ -1,11 +1,12 @@ [Desktop Entry] +Version=0.2.0 Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux -Exec=fp +Exec=fontypython Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; -Version=0.2.0 \ No newline at end of file +GenericName[en_US]=TTF font set manager Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/FC-5/fontypython.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fontypython.spec 19 Dec 2006 00:53:14 -0000 1.2 +++ fontypython.spec 19 Dec 2006 23:46:46 -0000 1.3 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -59,6 +59,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 20 2006 Chris Mohler 0.2.0-6 +- updated .desktop file - added correct executable name + * Mon Dec 19 2006 Chris Mohler 0.2.0-5 - Renamed executable 'fp' to 'fontypython' to resolve bug #220046 From fedora-extras-commits at redhat.com Tue Dec 19 23:47:21 2006 From: fedora-extras-commits at redhat.com (Chris Mohler (cr33dog)) Date: Tue, 19 Dec 2006 18:47:21 -0500 Subject: rpms/fontypython/devel fontypython.desktop, 1.1, 1.2 fontypython.spec, 1.2, 1.3 Message-ID: <200612192347.kBJNlLPK002544@cvs-int.fedora.redhat.com> Author: cr33dog Update of /cvs/extras/rpms/fontypython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2482/devel Modified Files: fontypython.desktop fontypython.spec Log Message: Fixed .desktop file to reflect new binary name ('fontypython') Index: fontypython.desktop =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/fontypython.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fontypython.desktop 16 Dec 2006 16:14:32 -0000 1.1 +++ fontypython.desktop 19 Dec 2006 23:46:51 -0000 1.2 @@ -1,11 +1,12 @@ [Desktop Entry] +Version=0.2.0 Encoding=UTF-8 Name=Fonty Python GenericName=TTF font set manager Comment=Manage ttf fonts on Gnu/Linux -Exec=fp +Exec=fontypython Icon=fplogo.png Terminal=false Type=Application Categories=Graphics; -Version=0.2.0 \ No newline at end of file +GenericName[en_US]=TTF font set manager Index: fontypython.spec =================================================================== RCS file: /cvs/extras/rpms/fontypython/devel/fontypython.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fontypython.spec 19 Dec 2006 00:53:19 -0000 1.2 +++ fontypython.spec 19 Dec 2006 23:46:51 -0000 1.3 @@ -2,7 +2,7 @@ Name: fontypython Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: TTF font manager Group: Applications/Multimedia @@ -59,6 +59,9 @@ %{python_sitelib}/* %changelog +* Tue Dec 20 2006 Chris Mohler 0.2.0-6 +- updated .desktop file - added correct executable name + * Mon Dec 19 2006 Chris Mohler 0.2.0-5 - Renamed executable 'fp' to 'fontypython' to resolve bug #220046 From fedora-extras-commits at redhat.com Wed Dec 20 00:48:03 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:03 -0500 Subject: rpms/R/FC-4 R.spec,1.19,1.20 sources,1.10,1.11 Message-ID: <200612200048.kBK0m3RO006029@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/FC-4 Modified Files: R.spec sources Log Message: Bump to 2.4.1 Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/FC-4/R.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- R.spec 4 Nov 2006 06:19:56 -0000 1.19 +++ R.spec 20 Dec 2006 00:47:33 -0000 1.20 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist}.1 +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: java-1.4.2-gcj-compat, lapack-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -196,7 +192,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -211,7 +207,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -230,6 +226,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Sat Nov 4 2006 Tom "spot" Callaway 2.4.0-2.1 - minor bump to fix my idiot mistake in cvs for fc4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:25 -0000 1.10 +++ sources 20 Dec 2006 00:47:33 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 00:48:04 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:04 -0500 Subject: rpms/R/FC-6 R.spec,1.20,1.21 sources,1.10,1.11 Message-ID: <200612200048.kBK0m4Yq006035@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/FC-6 Modified Files: R.spec sources Log Message: Bump to 2.4.1 Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/FC-6/R.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- R.spec 4 Nov 2006 06:16:11 -0000 1.20 +++ R.spec 20 Dec 2006 00:47:34 -0000 1.21 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -189,7 +185,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -204,7 +200,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -223,6 +219,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Fri Nov 3 2006 Tom "spot" Callaway 2.4.0-2 - sync with patched 2006-11-03 level to fix PR#9339 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:27 -0000 1.10 +++ sources 20 Dec 2006 00:47:34 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 00:48:03 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:03 -0500 Subject: rpms/R/FC-5 R.spec,1.18,1.19 sources,1.10,1.11 Message-ID: <200612200048.kBK0m3wS006033@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/FC-5 Modified Files: R.spec sources Log Message: Bump to 2.4.1 Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/FC-5/R.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- R.spec 4 Nov 2006 06:16:11 -0000 1.18 +++ R.spec 20 Dec 2006 00:47:33 -0000 1.19 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -189,7 +185,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -204,7 +200,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -223,6 +219,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Fri Nov 3 2006 Tom "spot" Callaway 2.4.0-2 - sync with patched 2006-11-03 level to fix PR#9339 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:26 -0000 1.10 +++ sources 20 Dec 2006 00:47:33 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 00:48:04 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 19 Dec 2006 19:48:04 -0500 Subject: rpms/R/devel .cvsignore, 1.9, 1.10 R.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200612200048.kBK0m4uc006040@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969/devel Modified Files: .cvsignore R.spec sources Log Message: Bump to 2.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/R/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 16 Oct 2006 21:09:27 -0000 1.9 +++ .cvsignore 20 Dec 2006 00:47:34 -0000 1.10 @@ -6,3 +6,4 @@ R-2.3.0.tar.gz R-2.3.1.tar.gz R-2.4.0.tar.gz +R-2.4.1.tar.gz Index: R.spec =================================================================== RCS file: /cvs/extras/rpms/R/devel/R.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- R.spec 4 Nov 2006 06:16:12 -0000 1.20 +++ R.spec 20 Dec 2006 00:47:34 -0000 1.21 @@ -1,6 +1,6 @@ Name: R -Version: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -16,16 +16,13 @@ BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel Requires: evince, cups, firefox -# This syncs us with the "patched" development tree. -Patch0: R-2.4.0-patched-2006-11-03.patch - # These are the submodules that R provides. Sometimes R modules say they # depend on one of these submodules rather than just R. These are # provided for packager convenience. Provides: R-base = %{version} Provides: R-boot = 1.2 Provides: R-class = %{version} -Provides: R-cluster = 1.11.2 +Provides: R-cluster = 1.11.4 Provides: R-datasets = %{version} Provides: R-foreign = 0.8 Provides: R-graphics = %{version} @@ -43,7 +40,7 @@ Provides: R-splines = %{version} Provides: R-stats = %{version} Provides: R-stats4 = %{version} -Provides: R-survival = 2.29 +Provides: R-survival = 2.30 Provides: R-tcltk = %{version} Provides: R-tools = %{version} Provides: R-utils = %{version} @@ -99,7 +96,6 @@ %prep %setup -q -%patch0 -p1 %build export R_PDFVIEWER="%{_bindir}/evince" @@ -189,7 +185,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then - /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null + /sbin/install-info ${file} %{_infodir}/dir 2>/dev/null || : fi done /sbin/ldconfig @@ -204,7 +200,7 @@ for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e ${file} ]; then - /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null + /sbin/install-info --delete R-${doc} %{_infodir}/dir 2>/dev/null || : fi done # Remove package indices @@ -223,6 +219,10 @@ /sbin/ldconfig %changelog +* Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 +- bump to 2.4.1 +- fix install-info invocations in post/preun (bz 219407) + * Fri Nov 3 2006 Tom "spot" Callaway 2.4.0-2 - sync with patched 2006-11-03 level to fix PR#9339 Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Oct 2006 21:09:27 -0000 1.10 +++ sources 20 Dec 2006 00:47:34 -0000 1.11 @@ -1 +1 @@ -f32379469d8712e9f5dd6435d30127d3 R-2.4.0.tar.gz +92b33fd2c3e770d595c1a472889230d5 R-2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 02:05:09 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Tue, 19 Dec 2006 21:05:09 -0500 Subject: rpms/ddskk/devel ddskk.spec,1.6,1.7 Message-ID: <200612200205.kBK259ST012653@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12629 Modified Files: ddskk.spec Log Message: - make install-info failsafe (Ville Skytta) Resolves: #219398 - add post and preun requires for install-info - drop old skk provides Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ddskk.spec 27 Sep 2006 09:40:44 -0000 1.6 +++ ddskk.spec 20 Dec 2006 02:04:39 -0000 1.7 @@ -6,7 +6,7 @@ Summary: Daredevil SKK - Simple Kana to Kanji conversion program for Emacs Name: ddskk Version: 12.2.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Editors URL: http://openlab.ring.gr.jp/skk/main.html @@ -16,7 +16,8 @@ BuildArch: noarch BuildRequires: emacs, apel >= %{apelminver} Requires: apel >= %{apelminver} -Provides: skk +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info Obsoletes: skk, ddskk-el # for xemacs-21.5 Patch1: ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch @@ -86,11 +87,11 @@ %post -/sbin/install-info %{_infodir}/skk.info %{_infodir}/dir +/sbin/install-info %{_infodir}/skk.info %{_infodir}/dir || : %preun -/sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir +/sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir || : %files @@ -109,6 +110,11 @@ %changelog +* Wed Dec 20 2006 Jens Petersen - 12.2.0-10 +- make install-info failsafe (Ville Skytt??, #219398) +- add post and preun requires for install-info +- drop old skk provides + * Wed Sep 27 2006 Jens Petersen - 12.2.0-9 - add ddskk-string-to-char-list-201524.patch to use string-to-list instead of string-to-char-list for XEmacs 21.5 (Ville Skytta, #201524) From fedora-extras-commits at redhat.com Wed Dec 20 07:23:12 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Wed, 20 Dec 2006 02:23:12 -0500 Subject: rpms/ddskk/devel ddskk.spec,1.7,1.8 Message-ID: <200612200723.kBK7NCKm000760@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32738 Modified Files: ddskk.spec Log Message: - fix preun script for upgrades (#219398) Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ddskk.spec 20 Dec 2006 02:04:39 -0000 1.7 +++ ddskk.spec 20 Dec 2006 07:22:42 -0000 1.8 @@ -6,7 +6,7 @@ Summary: Daredevil SKK - Simple Kana to Kanji conversion program for Emacs Name: ddskk Version: 12.2.0 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Editors URL: http://openlab.ring.gr.jp/skk/main.html @@ -91,7 +91,9 @@ %preun -/sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir || : +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir || : +fi %files @@ -110,6 +112,9 @@ %changelog +* Wed Dec 20 2006 Jens Petersen - 12.2.0-11 +- fix preun script for upgrades (#219398) + * Wed Dec 20 2006 Jens Petersen - 12.2.0-10 - make install-info failsafe (Ville Skytt??, #219398) - add post and preun requires for install-info From fedora-extras-commits at redhat.com Wed Dec 20 08:59:59 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 03:59:59 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.26, 1.27 ochusha.spec, 1.28, 1.29 sources, 1.26, 1.27 Message-ID: <200612200859.kBK8xxdY014179@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14160 Modified Files: .cvsignore ochusha.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061220 - 0.5.99.65 cvs 061220 (9:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 19 Dec 2006 05:48:22 -0000 1.26 +++ .cvsignore 20 Dec 2006 08:59:28 -0000 1.27 @@ -1 +1 @@ -ochusha-0.5.99.65-cvs061219.tar.bz2 +ochusha-0.5.99.65-cvs061220.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ochusha.spec 19 Dec 2006 05:53:01 -0000 1.28 +++ ochusha.spec 20 Dec 2006 08:59:28 -0000 1.29 @@ -2,13 +2,13 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65 -%define strtag cvs061219 +%define strtag cvs061220 %define vendor_rel 1 %define pre_release 1 %if %{pre_release} -%define rel 0.%{vendor_rel}.%{strtag}%{?dist}.1 +%define rel 0.%{vendor_rel}.%{strtag}%{?dist} %else %define rel %{vendor_rel}%{?dist} %endif @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Tue Dec 19 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061219 -- 0.5.99.65 cvs 061219 (9:00 JST) +* Wed Dec 20 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061220 +- 0.5.99.65 cvs 061220 (9:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 19 Dec 2006 05:48:22 -0000 1.26 +++ sources 20 Dec 2006 08:59:28 -0000 1.27 @@ -1 +1 @@ -fc4aaceb9ad535e11b2ceee7aeec82e9 ochusha-0.5.99.65-cvs061219.tar.bz2 +34ef6a07976faeeac0d0bd0062f81605 ochusha-0.5.99.65-cvs061220.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 09:12:12 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 04:12:12 -0500 Subject: rpms/nessus-core/devel nessus-core.spec,1.4,1.5 Message-ID: <200612200912.kBK9CCXY018873@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/nessus-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18856 Modified Files: nessus-core.spec Log Message: - fix devel BR Index: nessus-core.spec =================================================================== RCS file: /cvs/extras/rpms/nessus-core/devel/nessus-core.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nessus-core.spec 19 Dec 2006 14:34:43 -0000 1.4 +++ nessus-core.spec 20 Dec 2006 09:11:42 -0000 1.5 @@ -32,7 +32,7 @@ BuildRequires: glib2-devel BuildRequires: libICE-devel BuildRequires: gd-devel -BuildRequires: tcp_wrappers +BuildRequires: tcp_wrappers-devel BuildRequires: desktop-file-utils From fedora-extras-commits at redhat.com Wed Dec 20 09:18:02 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:02 -0500 Subject: rpms/perl-Test-Spelling - New directory Message-ID: <200612200918.kBK9I2dV018992@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/perl-Test-Spelling Log Message: Directory /cvs/extras/rpms/perl-Test-Spelling added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:18:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:07 -0500 Subject: rpms/perl-Test-Spelling/devel - New directory Message-ID: <200612200918.kBK9I74W019005@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/perl-Test-Spelling/devel Log Message: Directory /cvs/extras/rpms/perl-Test-Spelling/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:18:25 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:25 -0500 Subject: rpms/perl-Test-Spelling Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612200918.kBK9IPia019035@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19029 Added Files: Makefile import.log Log Message: Setup of module perl-Test-Spelling --- NEW FILE Makefile --- # Top level Makefile for module perl-Test-Spelling all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 09:18:30 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:18:30 -0500 Subject: rpms/perl-Test-Spelling/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612200918.kBK9IUdE019050@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19029/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Test-Spelling --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 09:19:32 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:19:32 -0500 Subject: rpms/perl-Test-Spelling import.log,1.1,1.2 Message-ID: <200612200919.kBK9JWFk019121@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19091 Modified Files: import.log Log Message: auto-import perl-Test-Spelling-0.11-1 on branch devel from perl-Test-Spelling-0.11-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Spelling/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 09:18:25 -0000 1.1 +++ import.log 20 Dec 2006 09:19:02 -0000 1.2 @@ -0,0 +1 @@ +perl-Test-Spelling-0_11-1:HEAD:perl-Test-Spelling-0.11-1.src.rpm:1166606800 From fedora-extras-commits at redhat.com Wed Dec 20 09:19:32 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:19:32 -0500 Subject: rpms/perl-Test-Spelling/devel perl-Test-Spelling.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612200919.kBK9JW6x019125@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Spelling/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19091/devel Modified Files: .cvsignore sources Added Files: perl-Test-Spelling.spec Log Message: auto-import perl-Test-Spelling-0.11-1 on branch devel from perl-Test-Spelling-0.11-1.src.rpm --- NEW FILE perl-Test-Spelling.spec --- Name: perl-Test-Spelling Version: 0.11 Release: 1%{?dist} Summary: Check for spelling errors in POD files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Test-Spelling/ Source0: http://www.cpan.org/authors/id/I/IT/ITUB/Test-Spelling-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Pod::Spell) >= 1.01 BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: aspell %description "Test::Spelling" lets you check the spelling of a POD file, and report its results in standard "Test::Simple" fashion. This module requires the spell program. %prep %setup -q -n Test-Spelling-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Test/ %{_mandir}/man3/*.3pm* %changelog * Tue Dec 19 2006 Jose Pedro Oliveira - 0.11-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Spelling/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 09:18:30 -0000 1.1 +++ .cvsignore 20 Dec 2006 09:19:02 -0000 1.2 @@ -0,0 +1 @@ +Test-Spelling-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Spelling/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 09:18:30 -0000 1.1 +++ sources 20 Dec 2006 09:19:02 -0000 1.2 @@ -0,0 +1 @@ +1820e1248bf5dfba6139b6812a5f92ae Test-Spelling-0.11.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 09:22:29 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:29 -0500 Subject: rpms/perl-Module-Find - New directory Message-ID: <200612200922.kBK9MTPu019255@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19251/perl-Module-Find Log Message: Directory /cvs/extras/rpms/perl-Module-Find added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:22:34 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:34 -0500 Subject: rpms/perl-Module-Find/devel - New directory Message-ID: <200612200922.kBK9MYbj019268@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19251/perl-Module-Find/devel Log Message: Directory /cvs/extras/rpms/perl-Module-Find/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 09:22:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:52 -0500 Subject: rpms/perl-Module-Find Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612200922.kBK9MqvB019298@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19292 Added Files: Makefile import.log Log Message: Setup of module perl-Module-Find --- NEW FILE Makefile --- # Top level Makefile for module perl-Module-Find all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 09:22:57 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:22:57 -0500 Subject: rpms/perl-Module-Find/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612200922.kBK9MvB1019313@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19292/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Module-Find --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 09:23:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:23:58 -0500 Subject: rpms/perl-Module-Find import.log,1.1,1.2 Message-ID: <200612200923.kBK9NwnX019387@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19352 Modified Files: import.log Log Message: auto-import perl-Module-Find-0.05-1 on branch devel from perl-Module-Find-0.05-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 09:22:52 -0000 1.1 +++ import.log 20 Dec 2006 09:23:28 -0000 1.2 @@ -0,0 +1 @@ +perl-Module-Find-0_05-1:HEAD:perl-Module-Find-0.05-1.src.rpm:1166607066 From fedora-extras-commits at redhat.com Wed Dec 20 09:23:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:23:58 -0500 Subject: rpms/perl-Module-Find/devel perl-Module-Find.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612200924.kBK9NwdH019391@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19352/devel Modified Files: .cvsignore sources Added Files: perl-Module-Find.spec Log Message: auto-import perl-Module-Find-0.05-1 on branch devel from perl-Module-Find-0.05-1.src.rpm --- NEW FILE perl-Module-Find.spec --- Name: perl-Module-Find Version: 0.05 Release: 1%{?dist} Summary: Find and use installed modules in a (sub)category Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Module-Find/ Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. %prep %setup -q -n Module-Find-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Module/ %{_mandir}/man3/*.3pm* %changelog * Tue Dec 19 2006 Jose Pedro Oliveira - 0.05-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 09:22:57 -0000 1.1 +++ .cvsignore 20 Dec 2006 09:23:28 -0000 1.2 @@ -0,0 +1 @@ +Module-Find-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 09:22:57 -0000 1.1 +++ sources 20 Dec 2006 09:23:28 -0000 1.2 @@ -0,0 +1 @@ +1b756c84e476fc8179fcf2699a4d1a86 Module-Find-0.05.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 09:32:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 04:32:18 -0500 Subject: owners owners.list,1.2129,1.2130 Message-ID: <200612200932.kBK9WITt019528@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19502 Modified Files: owners.list Log Message: New packages: perl-Module-Find (#220218) and perl-Test-Spelling (#220217) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2129 retrieving revision 1.2130 diff -u -r1.2129 -r1.2130 --- owners.list 19 Dec 2006 14:35:42 -0000 1.2129 +++ owners.list 20 Dec 2006 09:31:48 -0000 1.2130 @@ -1636,6 +1636,7 @@ Fedora Extras|perl-MLDBM|Store multi-level hash structure in single level tied hash|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Build|Perl module for building and installing Perl modules|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-CoreList|Perl core modules indexed by perl versions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Module-Find|Find and use installed modules in a (sub)category|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Info|Information about Perl modules|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Install|Standalone, extensible Perl module installer|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Load|Runtime require of both modules and files|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1796,6 +1797,7 @@ Fedora Extras|perl-Test-Pod-Coverage|POD documentation coverage checker|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Portability-Files|Check file names portability|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Prereq|Check if Makefile.PL has the right pre-requisites|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Test-Spelling|Check for spelling errors in POD files|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-SubCalls|Track the number of times subs are called|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Taint|Tools to test taintedness|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Test-Tester|Ease testing test modules built with Test::Builder|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Dec 20 10:02:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:02:50 -0500 Subject: owners owners.epel.list,1.21,1.22 Message-ID: <200612201002.kBKA2oHC022778@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22755 Modified Files: owners.epel.list Log Message: - add wine Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- owners.epel.list 18 Dec 2006 17:21:49 -0000 1.21 +++ owners.epel.list 20 Dec 2006 10:02:20 -0000 1.22 @@ -38,5 +38,6 @@ EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|vnc-ltsp-config|Easy Enabler of VNC remote LTSP desktops|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|wine|A Windows 16/32/64 bit emulator|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| EPEL|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|xforms|An X11 toolkit library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 20 10:07:59 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:07:59 -0500 Subject: rpms/libopensync/FC-3 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201007.kBKA7xED022971@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-3 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:12 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:12 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:29 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/libopensync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync.spec 20 Oct 2006 10:28:54 -0000 1.6 +++ libopensync.spec 20 Dec 2006 10:07:29 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:12 -0000 1.3 +++ sources 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:08:04 -0500 Subject: rpms/libopensync/FC-5 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA84wl022989@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-5 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:14 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:14 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:34 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/libopensync.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync.spec 20 Oct 2006 10:28:56 -0000 1.8 +++ libopensync.spec 20 Dec 2006 10:07:34 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:14 -0000 1.3 +++ sources 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:07:59 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:07:59 -0500 Subject: rpms/libopensync/FC-4 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA7xxD022980@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-4 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:13 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:13 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:29 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/libopensync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync.spec 20 Oct 2006 10:28:55 -0000 1.6 +++ libopensync.spec 20 Dec 2006 10:07:29 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:13 -0000 1.3 +++ sources 20 Dec 2006 10:07:29 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:08:05 -0500 Subject: rpms/libopensync/devel .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA85AF023005@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/devel Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:15 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:35 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:15 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:35 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/libopensync.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libopensync.spec 15 Dec 2006 03:34:23 -0000 1.10 +++ libopensync.spec 20 Dec 2006 10:07:35 -0000 1.11 @@ -1,6 +1,6 @@ Name: libopensync -Version: 0.19 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: A synchronization framework Group: System Environment/Libraries @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Dec 14 2006 Jason L Tibbitts III 0.19-2 - Rebuild for new Python Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:15 -0000 1.3 +++ sources 20 Dec 2006 10:07:35 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:08:05 -0500 Subject: rpms/libopensync/FC-6 .cvsignore, 1.3, 1.4 libopensync-rpath.patch, 1.2, 1.3 libopensync.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200612201008.kBKA85a3022998@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22867/FC-6 Modified Files: .cvsignore libopensync-rpath.patch libopensync.spec sources Log Message: - version upgrade #217150 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:06:15 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -libopensync-0.19.tar.gz +libopensync-0.20.tar.gz libopensync-rpath.patch: Index: libopensync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/libopensync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-rpath.patch 20 Oct 2006 10:06:15 -0000 1.2 +++ libopensync-rpath.patch 20 Dec 2006 10:07:34 -0000 1.3 @@ -1,15 +1,5 @@ ---- formats/Makefile.am.orig 2006-10-12 20:03:03.000000000 +0200 -+++ formats/Makefile.am 2006-10-12 20:03:32.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ -+AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ - - formatsdir=@OPENSYNC_FORMATSDIR@ - opensyncheaderdir=@OPENSYNC_HEADERDIR@ ---- formats/Makefile.in.orig 2006-10-12 20:03:06.000000000 +0200 -+++ formats/Makefile.in 2006-10-12 20:05:42.000000000 +0200 +--- formats/Makefile.in.orig 2006-12-20 10:40:23.000000000 +0100 ++++ formats/Makefile.in 2006-12-20 10:42:06.000000000 +0100 @@ -255,7 +255,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -43,8 +33,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- opensync/Makefile.am.orig 2006-10-12 19:55:32.000000000 +0200 -+++ opensync/Makefile.am 2006-10-12 19:56:59.000000000 +0200 +--- formats/Makefile.am.orig 2006-12-20 10:39:52.000000000 +0100 ++++ formats/Makefile.am 2006-12-20 10:40:16.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ ++AM_CFLAGS = -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@ + + formatsdir=@OPENSYNC_FORMATSDIR@ + opensyncheaderdir=@OPENSYNC_HEADERDIR@ +--- opensync/Makefile.am.orig 2006-12-20 10:43:59.000000000 +0100 ++++ opensync/Makefile.am 2006-12-20 10:45:00.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -53,9 +53,9 @@ INCLUDES = @PACKAGE_CFLAGS@ ---- opensync/Makefile.in.orig 2006-10-12 19:55:34.000000000 +0200 -+++ opensync/Makefile.in 2006-10-12 20:01:15.000000000 +0200 -@@ -236,7 +236,7 @@ +--- opensync/Makefile.in.orig 2006-12-20 10:43:56.000000000 +0100 ++++ opensync/Makefile.in 2006-12-20 10:44:38.000000000 +0100 +@@ -237,7 +237,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @@ -64,7 +64,7 @@ INCLUDES = @PACKAGE_CFLAGS@ lib_LTLIBRARIES = libopensync.la opensyncincludedir = @OPENSYNC_HEADERDIR@ -@@ -369,7 +369,7 @@ +@@ -373,7 +373,7 @@ rm -f "$${dir}/so_locations"; \ done libopensync.la: $(libopensync_la_OBJECTS) $(libopensync_la_DEPENDENCIES) @@ -73,25 +73,8 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osengine/Makefile.am.orig 2006-10-12 20:04:25.000000000 +0200 -+++ osengine/Makefile.am 2006-10-12 20:04:45.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ - - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ - -@@ -43,5 +43,5 @@ - *.bbg \ - *.da - --libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ -+libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ - libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- osengine/Makefile.in.orig 2006-10-12 20:04:27.000000000 +0200 -+++ osengine/Makefile.in 2006-10-12 20:05:18.000000000 +0200 +--- osengine/Makefile.in.orig 2006-12-20 10:46:09.000000000 +0100 ++++ osengine/Makefile.in 2006-12-20 10:47:58.000000000 +0100 @@ -63,7 +63,6 @@ osengine_status.lo osengine_debug.lo osengine_mapping.lo \ osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo @@ -104,8 +87,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ -+AM_CFLAGS = -Wall @GCOV_CFLAGS@ +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @BUILD_ENGINE_TRUE at lib_LTLIBRARIES = libosengine.la @BUILD_ENGINE_TRUE at osengineincludedir = @OPENSYNC_ENGINEHEADERDIR@ @@ -127,8 +110,18 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) ---- osplugin/Makefile.am.orig 2006-10-12 20:05:55.000000000 +0200 -+++ osplugin/Makefile.am 2006-10-12 20:06:55.000000000 +0200 +--- osengine/Makefile.am.orig 2006-12-20 10:46:11.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 10:46:27.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-AM_CFLAGS = -Werror -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ ++AM_CFLAGS = -Wall @GCOV_CFLAGS@ @XML_CFLAGS@ + + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ + +--- osplugin/Makefile.am.orig 2006-12-20 10:48:45.000000000 +0100 ++++ osplugin/Makefile.am 2006-12-20 10:49:20.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -146,8 +139,8 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- osplugin/Makefile.in.orig 2006-10-12 20:06:00.000000000 +0200 -+++ osplugin/Makefile.in 2006-10-12 20:07:13.000000000 +0200 +--- osplugin/Makefile.in.orig 2006-12-20 10:48:47.000000000 +0100 ++++ osplugin/Makefile.in 2006-12-20 10:49:39.000000000 +0100 @@ -220,11 +220,11 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -162,213 +155,213 @@ osplugin_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- tests/Makefile.am.orig 2006-10-12 20:07:23.000000000 +0200 -+++ tests/Makefile.am 2006-10-12 20:08:40.000000000 +0200 -@@ -2,7 +2,7 @@ - +--- tests/Makefile.in.orig 2006-12-20 10:50:11.000000000 +0100 ++++ tests/Makefile.in 2006-12-20 10:53:23.000000000 +0100 +@@ -288,7 +288,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ SUBDIRS = mock-plugin - -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" - INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - -@@ -25,82 +25,82 @@ + EXTRA_DIST = \ + data \ +@@ -300,67 +300,67 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ - conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ - CLEANFILES = \ *.bb \ ---- tests/Makefile.in.orig 2006-10-12 20:07:26.000000000 +0200 -+++ tests/Makefile.in 2006-10-12 20:11:05.000000000 +0200 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ + *.bbg \ +--- tests/Makefile.am.orig 2006-12-20 10:50:14.000000000 +0100 ++++ tests/Makefile.am 2006-12-20 10:52:03.000000000 +0100 +@@ -2,7 +2,7 @@ + SUBDIRS = mock-plugin + -AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" +AM_CFLAGS = @XML_CFLAGS@ -Wall @GCOV_CFLAGS@ -DOPENSYNC_TESTDATA=\"$(srcdir)/\" + INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/osengine - EXTRA_DIST = \ - data \ -@@ -300,67 +300,67 @@ + +@@ -25,82 +25,82 @@ error_INCLUDES = @CHECK_CFLAGS@ error_SOURCES = check_error.c error_LIBS = @CHECK_LIBS@ -error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +error_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + ipc_INCLUDES = @CHECK_CFLAGS@ ipc_SOURCES = check_ipc.c support.c ipc_LIBS = @CHECK_LIBS@ -ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +ipc_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + member_INCLUDES = @CHECK_CFLAGS@ member_SOURCES = check_member.c member_LIBS = @CHECK_LIBS@ -member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ -+member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ ++member_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + group_INCLUDES = @CHECK_CFLAGS@ group_SOURCES = check_group.c support.c group_LIBS = @CHECK_LIBS@ -group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +group_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + plugin_INCLUDES = @CHECK_CFLAGS@ plugin_SOURCES = check_plugins.c support.c plugin_LIBS = @CHECK_LIBS@ -plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +plugin_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + locks_INCLUDES = @CHECK_CFLAGS@ locks_SOURCES = check_lock.c support.c locks_LIBS = @CHECK_LIBS@ -locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +locks_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + env_INCLUDES = @CHECK_CFLAGS@ env_SOURCES = check_env.c support.c env_LIBS = @CHECK_LIBS@ -env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +env_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + user_INCLUDES = @CHECK_CFLAGS@ user_SOURCES = check_user.c user_LIBS = @CHECK_LIBS@ -user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +user_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la -lcheck @GCOV_LDFLAGS@ + conv_INCLUDES = @CHECK_CFLAGS@ conv_SOURCES = check_conv.c support.c conv_LIBS = @CHECK_LIBS@ -conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +conv_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + sync_INCLUDES = @CHECK_CFLAGS@ sync_SOURCES = check_sync.c support.c sync_LIBS = @CHECK_LIBS@ -sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +sync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + filter_INCLUDES = @CHECK_CFLAGS@ filter_SOURCES = check_filter.c support.c filter_LIBS = @CHECK_LIBS@ -filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +filter_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + multisync_INCLUDES = @CHECK_CFLAGS@ multisync_SOURCES = check_multisync.c support.c multisync_LIBS = @CHECK_LIBS@ -multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +multisync_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcard_INCLUDES = @CHECK_CFLAGS@ vcard_SOURCES = check_vcard.c support.c vcard_LIBS = @CHECK_LIBS@ -vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcard_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vcal_INCLUDES = @CHECK_CFLAGS@ vcal_SOURCES = check_vcal.c support.c vcal_LIBS = @CHECK_LIBS@ -vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vcal_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + vnote_INCLUDES = @CHECK_CFLAGS@ vnote_SOURCES = check_vnote.c support.c vnote_LIBS = @CHECK_LIBS@ -vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +vnote_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + errorcodes_INCLUDES = @CHECK_CFLAGS@ errorcodes_SOURCES = check_codes.c support.c errorcodes_LIBS = @CHECK_LIBS@ -errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck -R $(libdir) @GCOV_LDFLAGS@ +errorcodes_LDFLAGS = @PACKAGE_LIBS@ $(top_builddir)/opensync/libopensync.la $(top_builddir)/osengine/libosengine.la -lcheck @GCOV_LDFLAGS@ + CLEANFILES = \ *.bb \ - *.bbg \ ---- tools/Makefile.am.orig 2006-10-12 20:11:16.000000000 +0200 -+++ tools/Makefile.am 2006-10-12 20:12:06.000000000 +0200 +--- tools/Makefile.am.orig 2006-12-20 10:53:59.000000000 +0100 ++++ tools/Makefile.am 2006-12-20 10:55:25.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -406,8 +399,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ ---- tools/Makefile.in.orig 2006-10-12 20:11:20.000000000 +0200 -+++ tools/Makefile.in 2006-10-12 20:12:38.000000000 +0200 +--- tools/Makefile.in.orig 2006-12-20 10:54:02.000000000 +0100 ++++ tools/Makefile.in 2006-12-20 10:54:56.000000000 +0100 @@ -240,22 +240,22 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -437,24 +430,8 @@ osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la CLEANFILES = \ *.bb \ ---- wrapper/Makefile.am.orig 2006-10-12 20:12:52.000000000 +0200 -+++ wrapper/Makefile.am 2006-10-12 20:13:20.000000000 +0200 -@@ -1,5 +1,5 @@ - --AM_CFLAGS = -Werror -+AM_CFLAGS = -Wall - - INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync - -@@ -22,5 +22,5 @@ - endif - - nodist__opensync_la_SOURCES = opensync_wrap.c --_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version -+_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version - _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la ---- wrapper/Makefile.in.orig 2006-10-12 20:12:55.000000000 +0200 -+++ wrapper/Makefile.in 2006-10-12 20:13:51.000000000 +0200 +--- wrapper/Makefile.in.orig 2006-12-20 10:55:53.000000000 +0100 ++++ wrapper/Makefile.in 2006-12-20 10:57:52.000000000 +0100 @@ -58,7 +58,6 @@ _opensync_la_DEPENDENCIES = $(top_builddir)/opensync/libopensync.la nodist__opensync_la_OBJECTS = opensync_wrap.lo @@ -469,7 +446,7 @@ target_alias = @target_alias@ -AM_CFLAGS = -Werror +AM_CFLAGS = -Wall - INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync + INCLUDES = @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ EXTRA_DIST = opensync.i CLEANFILES = \ @@ -241,7 +240,7 @@ @@ -499,3 +476,28 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +--- wrapper/Makefile.am.orig 2006-12-20 10:55:56.000000000 +0100 ++++ wrapper/Makefile.am 2006-12-20 10:56:23.000000000 +0100 +@@ -1,5 +1,5 @@ + +-AM_CFLAGS = -Werror ++AM_CFLAGS = -Wall + + INCLUDES= @PACKAGE_CFLAGS@ $(PYTHON_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/opensync @XML_CFLAGS@ + +@@ -22,5 +22,5 @@ + endif + + nodist__opensync_la_SOURCES = opensync_wrap.c +-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version ++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -module -avoid-version + _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la +--- osengine/Makefile.am.orig 2006-12-20 11:01:45.000000000 +0100 ++++ osengine/Makefile.am 2006-12-20 11:02:33.000000000 +0100 +@@ -43,5 +43,5 @@ + *.bbg \ + *.da + +-libosengine_la_LDFLAGS = $(PACKAGE_LIBS) -R $(libdir) @GCOV_LDFLAGS@ ++libosengine_la_LDFLAGS = $(PACKAGE_LIBS) @GCOV_LDFLAGS@ + libosengine_la_LIBADD = $(top_builddir)/opensync/libopensync.la Index: libopensync.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/libopensync.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libopensync.spec 20 Oct 2006 10:28:56 -0000 1.9 +++ libopensync.spec 20 Dec 2006 10:07:34 -0000 1.10 @@ -1,5 +1,5 @@ Name: libopensync -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: A synchronization framework @@ -103,6 +103,10 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.20-1 +- version upgrade #217150 + * Thu Oct 12 2006 Andreas Bierfert 0.19-1 - version upgrade #210443 #209281 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:06:15 -0000 1.3 +++ sources 20 Dec 2006 10:07:34 -0000 1.4 @@ -1 +1 @@ -9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz +c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:08:17 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:17 -0500 Subject: rpms/resapplet - New directory Message-ID: <200612201008.kBKA8HTS023025@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23021/resapplet Log Message: Directory /cvs/extras/rpms/resapplet added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 10:08:22 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:22 -0500 Subject: rpms/resapplet/devel - New directory Message-ID: <200612201008.kBKA8MVN023039@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23021/resapplet/devel Log Message: Directory /cvs/extras/rpms/resapplet/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 10:08:43 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:43 -0500 Subject: rpms/resapplet Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612201008.kBKA8huW023068@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23062 Added Files: Makefile import.log Log Message: Setup of module resapplet --- NEW FILE Makefile --- # Top level Makefile for module resapplet all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 10:08:48 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:08:48 -0500 Subject: rpms/resapplet/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612201008.kBKA8mQR023083@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23062/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module resapplet --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 10:10:32 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:10:32 -0500 Subject: rpms/resapplet import.log,1.1,1.2 Message-ID: <200612201010.kBKAAWri023387@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23304 Modified Files: import.log Log Message: auto-import resapplet-0.1.1-4 on branch devel from resapplet-0.1.1-4.src.rpm initial import of resapplet Index: import.log =================================================================== RCS file: /cvs/extras/rpms/resapplet/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 10:08:43 -0000 1.1 +++ import.log 20 Dec 2006 10:10:01 -0000 1.2 @@ -0,0 +1 @@ +resapplet-0_1_1-4:HEAD:resapplet-0.1.1-4.src.rpm:1166609858 From fedora-extras-commits at redhat.com Wed Dec 20 10:10:32 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 20 Dec 2006 05:10:32 -0500 Subject: rpms/resapplet/devel resapplet-fix-novell-146622-rml-1.patch, NONE, 1.1 resapplet-i18n.patch, NONE, 1.1 resapplet-transparent-trayicon.patch, NONE, 1.1 resapplet.desktop.in, NONE, 1.1 resapplet.spec, NONE, 1.1 s-c-display.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612201010.kBKAAWBe023391@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23304/devel Modified Files: .cvsignore sources Added Files: resapplet-fix-novell-146622-rml-1.patch resapplet-i18n.patch resapplet-transparent-trayicon.patch resapplet.desktop.in resapplet.spec s-c-display.patch Log Message: auto-import resapplet-0.1.1-4 on branch devel from resapplet-0.1.1-4.src.rpm initial import of resapplet resapplet-fix-novell-146622-rml-1.patch: --- NEW FILE resapplet-fix-novell-146622-rml-1.patch --- Index: src/resapplet.c =================================================================== RCS file: /cvs/gnome/resapplet/src/resapplet.c,v retrieving revision 1.36 diff -u -r1.36 resapplet.c --- src/resapplet.c 21 Nov 2005 22:19:11 -0000 1.36 +++ src/resapplet.c 30 Jan 2006 20:12:47 -0000 @@ -246,7 +246,8 @@ Status status; GdkWindow *root_window; GdkScreen *screen; - int new_res, new_rate; + int new_res; + short new_rate; screen = gdk_display_get_screen (display, i); root_window = gdk_screen_get_root_window (screen); @@ -257,14 +258,25 @@ if (new_res != screen_info->current_size || new_rate != screen_info->current_rate) { changed = TRUE; - status = XRRSetScreenConfigAndRate ( - xdisplay, - screen_info->config, - gdk_x11_drawable_get_xid (GDK_DRAWABLE (root_window)), - new_res, - screen_info->current_rotation, - new_rate, - GDK_CURRENT_TIME); + + /* only set the rate if it looks sane */ + if (new_rate > 0 && new_rate < 120) + status = XRRSetScreenConfigAndRate ( + xdisplay, + screen_info->config, + gdk_x11_drawable_get_xid (GDK_DRAWABLE (root_window)), + new_res, + screen_info->current_rotation, + new_rate, + GDK_CURRENT_TIME); + else + status = XRRSetScreenConfig ( + xdisplay, + screen_info->config, + gdk_x11_drawable_get_xid (GDK_DRAWABLE (root_window)), + new_res, + screen_info->current_rotation, + GDK_CURRENT_TIME); } } resapplet-i18n.patch: --- NEW FILE resapplet-i18n.patch --- --- resapplet-0.1.1/Makefile.am +++ resapplet-0.1.1/Makefile.am @@ -1,12 +1,22 @@ -SUBDIRS = icons src +SUBDIRS = icons po src desktopdir = $(datadir)/applications -desktop_DATA = resapplet.desktop +desktop_in_files = resapplet.desktop.in +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -icondir = $(datadir)/pixmaps -icon_DATA = resapplet.png + at INTLTOOL_DESKTOP_RULE@ + +CLEANFILES = \ + $(desktop_DATA) + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update EXTRA_DIST = \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ resapplet.spec.in \ - $(desktop_DATA) \ - $(icon_DATA) + $(desktop_in_files) --- resapplet-0.1.1/configure.in +++ resapplet-0.1.1/configure.in @@ -52,23 +52,21 @@ RESAPPLET_LIBS="$RESAPPLET_LIBS $RANDR_LIBS" ### Internationalization support -AC_CHECK_FUNCS(ngettext, have_ngettext=yes) - -if test x"$have_ngettext" != "xyes"; then - AC_MSG_ERROR([Your Gettext installation doesn't seem to support ngettext to handle translation of plural forms. Please install GNU Gettext]) -fi; - -ALL_LINGUAS="af am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr at Latn sv ta th tr uk vi wa zh_CN zh_TW" GETTEXT_PACKAGE=resapplet AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) +ALL_LINGUAS="cs de es fi fr hu it ja pl pt_BR sk zh_CN zh_TW" +AC_PROG_INTLTOOL([0.33]) +AM_GLIB_GNU_GETTEXT + ### build makefiles AC_OUTPUT([ resapplet.spec Makefile +po/Makefile.in src/Makefile icons/Makefile icons/16x16/Makefile --- resapplet-0.1.1/src/resapplet.c +++ resapplet-0.1.1/src/resapplet.c @@ -12,6 +12,7 @@ * Robert Love */ +#include "config.h" #include #include #include @@ -25,7 +27,6 @@ #include "clipboard.h" #include "eggtrayicon.h" -#include "config.h" #define REVERT_COUNT 20 #define YAST2_ARGV { "/opt/gnome/bin/gnomesu", "/sbin/yast2", "x11", NULL } @@ -684,7 +685,7 @@ rates = XRRConfigRates (si->config, current_size, &n_rates); if ((si->n_sizes > 1 || n_rates > 1) && resapplet->di->n_screens > 1) { - text = g_strdup_printf ("Screen %d", i); + text = g_strdup_printf (_("Screen %d"), i); mi = gtk_menu_item_new_with_label (text); g_free (text); @@ -777,7 +778,7 @@ /* 'Configure Display Settings' item */ image = gtk_image_new_from_stock (GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_MENU); - mi = gtk_image_menu_item_new_with_mnemonic ("_Configure Display Settings"); + mi = gtk_image_menu_item_new_with_mnemonic (_("_Configure Display Settings")); gtk_image_menu_item_set_image ((GtkImageMenuItem *) mi, image); gtk_menu_shell_append (GTK_MENU_SHELL (resapplet->popup_menu), mi); gtk_widget_show (mi); @@ -788,7 +789,7 @@ gtk_widget_show (mi); gtk_menu_shell_append (GTK_MENU_SHELL (resapplet->popup_menu), mi); - mi = gtk_image_menu_item_new_with_mnemonic ("_Remove From Panel"); + mi = gtk_image_menu_item_new_with_mnemonic (_("_Remove From Panel")); image = gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU); gtk_image_menu_item_set_image ((GtkImageMenuItem *) mi, image); gtk_menu_shell_append (GTK_MENU_SHELL (resapplet->popup_menu), mi); @@ -970,6 +971,14 @@ GdkDisplay *display; int event_base, error_base; + const char *domaindir, *codeset, *domain; + +#ifdef ENABLE_NLS + domaindir = bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); + codeset = bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + domain = textdomain (GETTEXT_PACKAGE); +#endif + gnome_program_init ("resapplet", VERSION, LIBGNOMEUI_MODULE, argc, argv, resapplet-transparent-trayicon.patch: --- NEW FILE resapplet-transparent-trayicon.patch --- --- src/eggtrayicon.c +++ src/eggtrayicon.c @@ -67,6 +67,9 @@ static void egg_tray_icon_realize (GtkWidget *widget); static void egg_tray_icon_unrealize (GtkWidget *widget); +static void egg_tray_icon_add (GtkContainer *container, + GtkWidget *widget); + #ifdef GDK_WINDOWING_X11 static void egg_tray_icon_update_manager_window (EggTrayIcon *icon, gboolean dock_if_realized); @@ -109,6 +112,7 @@ { GObjectClass *gobject_class = (GObjectClass *)klass; GtkWidgetClass *widget_class = (GtkWidgetClass *)klass; + GtkContainerClass *container_class = (GtkContainerClass *)klass; parent_class = g_type_class_peek_parent (klass); @@ -117,6 +121,8 @@ widget_class->realize = egg_tray_icon_realize; widget_class->unrealize = egg_tray_icon_unrealize; + container_class->add = egg_tray_icon_add; + g_object_class_install_property (gobject_class, PROP_ORIENTATION, g_param_spec_enum ("orientation", @@ -363,6 +369,36 @@ #endif +static gboolean +transparent_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer user_data) +{ + gdk_window_clear_area (widget->window, event->area.x, event->area.y, + event->area.width, event->area.height); + return FALSE; +} + +static void +make_transparent_again (GtkWidget *widget, GtkStyle *previous_style, + gpointer user_data) +{ + gdk_window_set_back_pixmap (widget->window, NULL, TRUE); +} + +static void +make_transparent (GtkWidget *widget, gpointer user_data) +{ + if (GTK_WIDGET_NO_WINDOW (widget) || GTK_WIDGET_APP_PAINTABLE (widget)) + return; + + gtk_widget_set_app_paintable (widget, TRUE); + gtk_widget_set_double_buffered (widget, FALSE); + gdk_window_set_back_pixmap (widget->window, NULL, TRUE); + g_signal_connect (widget, "expose_event", + G_CALLBACK (transparent_expose_event), NULL); + g_signal_connect_after (widget, "style_set", + G_CALLBACK (make_transparent_again), NULL); +} + static void egg_tray_icon_realize (GtkWidget *widget) { @@ -377,6 +413,8 @@ if (GTK_WIDGET_CLASS (parent_class)->realize) GTK_WIDGET_CLASS (parent_class)->realize (widget); + make_transparent (widget, NULL); + screen = gtk_widget_get_screen (widget); display = gdk_screen_get_display (screen); xdisplay = gdk_x11_display_get_xdisplay (display); @@ -409,6 +447,14 @@ #endif } +static void +egg_tray_icon_add (GtkContainer *container, GtkWidget *widget) +{ + g_signal_connect (widget, "realize", + G_CALLBACK (make_transparent), NULL); + GTK_CONTAINER_CLASS (parent_class)->add (container, widget); +} + EggTrayIcon * egg_tray_icon_new_for_screen (GdkScreen *screen, const char *name) { --- src/resapplet.c +++ src/resapplet.c @@ -65,7 +65,6 @@ DisplayInfo *di; EggTrayIcon *tray_icon; - GtkWidget *menu_bar; GtkWidget *event_box; GtkWidget *icon; GtkTooltips *tooltips; @@ -109,9 +108,9 @@ if (resapplet->tooltips == NULL) resapplet->tooltips = gtk_tooltips_new (); - current_screen = & resapplet->di->screens [gdk_screen_get_number (gtk_widget_get_screen (resapplet->menu_bar))]; + current_screen = & resapplet->di->screens [gdk_screen_get_number (gtk_widget_get_screen (resapplet->event_box))]; - root = gtk_widget_get_root_window (resapplet->menu_bar); + root = gtk_widget_get_root_window (resapplet->event_box); gdk_window_get_geometry (root, NULL, NULL, NULL, NULL, &gdk_depth); if (gdk_depth < 0) @@ -474,7 +473,7 @@ timeout = g_timeout_add (1000, save_timeout_callback, & (resapplet->timeout_data)); - gtk_widget_set_sensitive (resapplet->menu_bar, FALSE); + gtk_widget_set_sensitive (resapplet->event_box, FALSE); res = gtk_dialog_run (GTK_DIALOG (dialog)); @@ -483,7 +482,7 @@ gtk_widget_destroy (dialog); resapplet->timeout_data.dialog = NULL; - gtk_widget_set_sensitive (resapplet->menu_bar, TRUE); + gtk_widget_set_sensitive (resapplet->event_box, TRUE); return (res == GTK_RESPONSE_YES); } @@ -806,7 +805,7 @@ int icon_size; gtk_window_get_size ( - GTK_WINDOW (gtk_widget_get_toplevel (resapplet->menu_bar)), + GTK_WINDOW (gtk_widget_get_toplevel (resapplet->event_box)), &panel_w, &panel_h); if (panel_h == resapplet->last_panel_height) @@ -867,70 +866,69 @@ gtk_tooltips_enable (resapplet->tooltips); } +static void +position_menu (GtkMenu *menu, int *x, int *y, gboolean *push_in, gpointer data) +{ + Resapplet *applet = (Resapplet *) data; + GtkRequisition req; + gint menu_xpos, menu_ypos; + + gtk_widget_size_request (GTK_WIDGET (menu), &req); + gdk_window_get_origin (applet->event_box->window, &menu_xpos, &menu_ypos); + + menu_xpos += applet->event_box->allocation.x; + menu_ypos += applet->event_box->allocation.y; + + if (menu_ypos > gdk_screen_get_height (gtk_widget_get_screen (applet->event_box)) / 2) + menu_ypos -= req.height; + else + menu_ypos += applet->event_box->allocation.height; + + *x = menu_xpos; + *y = menu_ypos; + + *push_in = TRUE; +} + static gboolean -resapplet_create_tray_icon (gpointer data) +button_press (GtkWidget *widget G_GNUC_UNUSED, GdkEventButton *event, gpointer data) { Resapplet *applet = (Resapplet *) data; - GtkWidget *top_menu_item; - GtkStyle *style; - int i; - const gchar *rcstyle = " \ - style \"MenuBar\" \n\ - { \n\ - GtkMenuBar::shadow_type = none \n\ - GtkMenuBar::internal-padding = 0 \n\ - } \n\ - style \"MenuItem\" \n\ - { \n\ - xthickness=0 \n\ - ythickness=0 \n\ - } \n\ - widget_class \"GtkMenuBar\" style \"MenuBar\"\n\ - widget \"*ToplevelMenu*\" style \"MenuItem\"\n"; - gtk_rc_parse_string (rcstyle); + if (event->button == 2) + return FALSE; - /* Event box for tooltips */ - applet->event_box = gtk_event_box_new (); - gtk_container_set_border_width (GTK_CONTAINER (applet->event_box), 0); + gtk_menu_popup (GTK_MENU (applet->popup_menu), NULL, NULL, + position_menu, applet, 0, event->time); + return TRUE; +} + +static gboolean +resapplet_create_tray_icon (gpointer data) +{ + Resapplet *applet = (Resapplet *) data; applet->tray_icon = egg_tray_icon_new ("applet"); g_signal_connect (G_OBJECT (applet->tray_icon), "destroy", G_CALLBACK (tray_icon_destroy_cb), NULL); - applet->menu_bar = gtk_menu_bar_new (); - style = gtk_style_new (); - for (i = 0; i < 5; i++) - style->bg_pixmap[i] = (GdkPixmap *) GDK_PARENT_RELATIVE; - style->xthickness = style->ythickness = 0; - - gtk_widget_set_style (applet->menu_bar, style); - - top_menu_item = gtk_menu_item_new(); - gtk_widget_set_name (top_menu_item, "ToplevelMenu"); - gtk_container_set_border_width (GTK_CONTAINER (top_menu_item), 0); - - gtk_container_add (GTK_CONTAINER (applet->event_box), - applet->menu_bar); + applet->event_box = gtk_event_box_new (); + gtk_container_set_border_width (GTK_CONTAINER (applet->event_box), 0); gtk_container_add (GTK_CONTAINER (applet->tray_icon), applet->event_box); - gtk_widget_show_all (GTK_WIDGET (applet->event_box)); - - g_signal_connect (top_menu_item, "size-allocate", - G_CALLBACK (size_changed_cb), NULL); + g_signal_connect (applet->event_box, "button_press_event", + G_CALLBACK (button_press), applet); applet->icon = gtk_image_new (); - gtk_container_add (GTK_CONTAINER (top_menu_item), applet->icon); - gtk_widget_show (applet->icon); + gtk_container_add (GTK_CONTAINER (applet->event_box), + applet->icon); - gtk_menu_shell_append (GTK_MENU_SHELL (applet->menu_bar), - top_menu_item); + gtk_widget_show_all (GTK_WIDGET (applet->event_box)); - gtk_widget_show (top_menu_item); + g_signal_connect (applet->tray_icon, "size-allocate", + G_CALLBACK (size_changed_cb), NULL); applet->popup_menu = gtk_menu_new (); - gtk_menu_item_set_submenu (GTK_MENU_ITEM (top_menu_item), - applet->popup_menu); g_signal_connect (applet->popup_menu, "show", G_CALLBACK (menu_show_cb), NULL); g_signal_connect (applet->popup_menu, "hide", --- NEW FILE resapplet.desktop.in --- [Desktop Entry] Name=Resolution Switcher Comment=Change your screen resolution Exec=resapplet Icon=resapplet Terminal=false Type=Application TryExec=resapplet Categories=GNOME;Application;SystemTools;X-Ximian-System-Toplevel; StartupNotify=false Encoding=UTF-8 --- NEW FILE resapplet.spec --- Summary: Resolution Switching Applet Name: resapplet Version: 0.1.1 Release: 4%{?dist} License: GPL Group: User Interface/Desktops # Source obtained from OpenSuSE Source: resapplet-%{version}.tar.bz2 Source1: resapplet-po.tar.bz2 Source2: resapplet.desktop.in Patch0: resapplet-fix-novell-146622-rml-1.patch Patch1: resapplet-transparent-trayicon.patch Patch2: resapplet-i18n.patch Patch3: s-c-display.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-icon-theme gnome-themes libgnomeui-devel BuildRequires: intltool, automake, gettext, desktop-file-utils Requires: libgnomeui >= 2.2 gtk2 >= 2.4 gconf-editor >= 2.6 Requires: gnome-icon-theme, system-config-display %description Resapplet is a simple utility that sits in the system notification area and allows switching the resolution and refresh rate. It uses the xrandr extensions to switch the resolution on-the-fly and user resolution preferences to save the resolution. It works in both GNOME and KDE, because it uses the system notification area. %prep %setup -q -a 1 cp -a %{S:2} . ; rm resapplet.desktop if %version != 0.1.1 ; then echo "Please remove Source2 and Source3 and verify, that translations work." exit 1 fi %patch0 -p0 %patch1 -p0 %patch2 -p1 %patch3 -p1 %build glib-gettextize intltoolize --force aclocal autoheader automake autoconf export CFLAGS="$RPM_OPT_FLAGS" %configure --datadir=%{_datadir} \ --libdir=%{_libdir} \ --localstatedir=%{_libdir} \ --prefix=%{_prefix} make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category System \ --add-category Utility \ --add-category X-Red-Hat-Base \ $RPM_BUILD_ROOT%{_datadir}/applications/resapplet.desktop mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/ # install autostart file cp $RPM_BUILD_ROOT%{_datadir}/applications/fedora-resapplet.desktop $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/ %find_lang %name %post touch --no-create %{_datadir}/pixmaps/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || : %postun touch --no-create %{_datadir}/pixmaps/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || : %clean rm -rf $RPM_BUILD_ROOT %files -f %name.lang %defattr(-,root,root) %doc COPYING README %{_bindir}/resapplet %{_datadir}/applications/fedora-resapplet.desktop %{_datadir}/gnome/autostart/fedora-resapplet.desktop %{_datadir}/icons/gnome/16x16/apps/resapplet.png %{_datadir}/icons/gnome/32x32/apps/resapplet.png %{_datadir}/icons/gnome/24x24/apps/resapplet.png %{_datadir}/icons/gnome/48x48/apps/resapplet.png %changelog * Tue Dec 12 2006 Radek Vok??l 0.1.1-4 - remove suse icons - add scriplets * Thu Dec 7 2006 Radek Vok??l 0.1.1-3 - fix desktop file * Wed Dec 6 2006 Radek Vok??l 0.1.1-2 - spec file changes * Wed Dec 6 2006 Radek Vok??l 0.1.1-1 - initial Fedora built s-c-display.patch: --- NEW FILE s-c-display.patch --- --- resapplet-0.1.1/src/resapplet.c.old 2006-12-06 12:41:45.000000000 +0100 +++ resapplet-0.1.1/src/resapplet.c 2006-12-06 12:44:21.000000000 +0100 @@ -28,7 +28,7 @@ #define REVERT_COUNT 20 -#define YAST2_ARGV { "/opt/gnome/bin/gnomesu", "/sbin/yast2", "x11", NULL } +#define YAST2_ARGV { "/usr/bin/system-config-display", NULL } typedef struct { int current_width; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 10:08:48 -0000 1.1 +++ .cvsignore 20 Dec 2006 10:10:02 -0000 1.2 @@ -0,0 +1,2 @@ +resapplet-0.1.1.tar.bz2 +resapplet-po.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 10:08:48 -0000 1.1 +++ sources 20 Dec 2006 10:10:02 -0000 1.2 @@ -0,0 +1,2 @@ +0f1d30b02182ff1ec463b3bc37e9326c resapplet-0.1.1.tar.bz2 +8eccc3dcafef264829601ea06899ec70 resapplet-po.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 10:38:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:30 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcUUV023595@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-3 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:35 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3/libopensync-plugin-evolution2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:35 -0000 1.3 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:35 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:30 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcU1W023603@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-5 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/libopensync-plugin-evolution2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:37 -0000 1.8 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:37 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:30 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcUlS023600@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-4 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:36 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4/libopensync-plugin-evolution2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:36 -0000 1.3 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:36 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:31 -0500 Subject: rpms/libopensync-plugin-evolution2/devel .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcV1o023611@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/devel Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:38 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:01 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/libopensync-plugin-evolution2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libopensync-plugin-evolution2.spec 4 Dec 2006 21:33:22 -0000 1.9 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:01 -0000 1.10 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,7 +58,10 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog -* Mon Dec 04 2006 Andreas Bierfert +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + +* Mon Dec 04 2006 Andreas Bierfert 0.19-2 - bump * Fri Oct 20 2006 Andreas Bierfert 0.19-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:38 -0000 1.3 +++ sources 20 Dec 2006 10:38:01 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:38:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:38:31 -0500 Subject: rpms/libopensync-plugin-evolution2/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-evolution2.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201038.kBKAcV00023608@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23516/FC-6 Modified Files: .cvsignore libopensync-plugin-evolution2.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:06:38 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-evolution2-0.19.tar.gz +libopensync-plugin-evolution2-0.20.tar.gz Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6/libopensync-plugin-evolution2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-evolution2.spec 20 Oct 2006 11:06:38 -0000 1.8 +++ libopensync-plugin-evolution2.spec 20 Dec 2006 10:38:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-evolution2 -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Evolution 2 plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:06:38 -0000 1.3 +++ sources 20 Dec 2006 10:38:00 -0000 1.4 @@ -1 +1 @@ -c43a85a1d5ef3059eef8058b5ebe9f0a libopensync-plugin-evolution2-0.19.tar.gz +a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:07 -0500 Subject: rpms/libopensync-plugin-file/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAs7tc023931@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-3 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:56 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:36 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-3/libopensync-plugin-file.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:56 -0000 1.3 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:36 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:56 -0000 1.3 +++ sources 20 Dec 2006 10:53:36 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:12 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:12 -0500 Subject: rpms/libopensync-plugin-file/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAsCTr023946@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-6 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:58 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-6/libopensync-plugin-file.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:58 -0000 1.5 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:42 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:58 -0000 1.3 +++ sources 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:07 -0500 Subject: rpms/libopensync-plugin-file/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAs7kW023936@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-4 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:56 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-4/libopensync-plugin-file.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:56 -0000 1.3 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:37 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:56 -0000 1.3 +++ sources 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:12 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:12 -0500 Subject: rpms/libopensync-plugin-file/devel .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAsCQ9023951@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/devel Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:58 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/devel/libopensync-plugin-file.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:58 -0000 1.5 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:42 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:58 -0000 1.3 +++ sources 20 Dec 2006 10:53:42 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 10:54:07 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 05:54:07 -0500 Subject: rpms/libopensync-plugin-file/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-file.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201054.kBKAs7w4023939@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-file/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/FC-5 Modified Files: .cvsignore libopensync-plugin-file.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:23:57 -0000 1.3 +++ .cvsignore 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-file-0.19.tar.gz +libopensync-plugin-file-0.20.tar.gz Index: libopensync-plugin-file.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-5/libopensync-plugin-file.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-file.spec 20 Oct 2006 11:23:57 -0000 1.4 +++ libopensync-plugin-file.spec 20 Dec 2006 10:53:37 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-file -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: File plugin for libopensync @@ -44,6 +44,9 @@ %{_datadir}/opensync/defaults/file-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-file/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:23:57 -0000 1.3 +++ sources 20 Dec 2006 10:53:37 -0000 1.4 @@ -1 +1 @@ -dad7ded0c3f5ec089e6efdb4bf5d7b4b libopensync-plugin-file-0.19.tar.gz +2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:43 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:43 -0500 Subject: rpms/libopensync-plugin-gpe/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1hgR027372@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/FC-4 Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:06 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-4/libopensync-plugin-gpe.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:06 -0000 1.2 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:13 -0000 1.3 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:06 -0000 1.3 +++ sources 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:43 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:43 -0500 Subject: rpms/libopensync-plugin-gpe/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1hF2027377@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/FC-5 Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:07 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-5/libopensync-plugin-gpe.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:07 -0000 1.2 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:13 -0000 1.3 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:07 -0000 1.3 +++ sources 20 Dec 2006 11:01:13 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:49 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:49 -0500 Subject: rpms/libopensync-plugin-gpe/devel .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1nCx027387@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/devel Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:07 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:19 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/libopensync-plugin-gpe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:07 -0000 1.3 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:19 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:07 -0000 1.3 +++ sources 20 Dec 2006 11:01:19 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:01:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:01:48 -0500 Subject: rpms/libopensync-plugin-gpe/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-gpe.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201101.kBKB1m4D027382@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-gpe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25437/FC-6 Modified Files: .cvsignore libopensync-plugin-gpe.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:38:07 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:01:18 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-gpe-0.19.tar.gz +libopensync-plugin-gpe-0.20.tar.gz Index: libopensync-plugin-gpe.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-6/libopensync-plugin-gpe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-gpe.spec 20 Oct 2006 11:38:07 -0000 1.3 +++ libopensync-plugin-gpe.spec 20 Dec 2006 11:01:18 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-gpe -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: GPE plugin for libopensync @@ -56,6 +56,9 @@ %{_includedir}/opensync-1.0/opensync/gpe_sync.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-gpe/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:38:07 -0000 1.3 +++ sources 20 Dec 2006 11:01:18 -0000 1.4 @@ -1 +1 @@ -fcb08b2ea4944effc88360d568029efe libopensync-plugin-gpe-0.19.tar.gz +588ce6103d33471dcf5bf4a0bfd951d7 libopensync-plugin-gpe-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:38 -0500 Subject: rpms/libopensync-plugin-irmc/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5cbh027635@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/FC-5 Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:47 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/libopensync-plugin-irmc.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-irmc.spec 6 Dec 2006 07:18:51 -0000 1.6 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:08 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -47,6 +47,9 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Wed Dec 06 2006 Andreas Bierfert 0.19-1 - fix #216003 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:47 -0000 1.3 +++ sources 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:38 -0500 Subject: rpms/libopensync-plugin-irmc/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5ci1027630@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/FC-4 Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:46 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-4/libopensync-plugin-irmc.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:46 -0000 1.3 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:08 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,7 +47,13 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog -* Fri Oct 20 2006 Andreas Bierfert 0.19-1 +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + +* Wed Dec 06 2006 Andreas Bierfert 0.19-1 +- fix #216003 + +* Fri Oct 20 2006 Andreas Bierfert - version upgrade * Sun Feb 05 2006 Andreas Bierfert 0.18-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:46 -0000 1.3 +++ sources 20 Dec 2006 11:05:08 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:39 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:39 -0500 Subject: rpms/libopensync-plugin-irmc/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5dT4027640@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/FC-6 Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:48 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-6/libopensync-plugin-irmc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:48 -0000 1.8 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:09 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,6 +47,10 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade +- fix (#216003) + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:48 -0000 1.3 +++ sources 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:05:39 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:05:39 -0500 Subject: rpms/libopensync-plugin-irmc/devel .cvsignore, 1.3, 1.4 libopensync-plugin-irmc.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200612201105.kBKB5dOF027643@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-irmc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27559/devel Modified Files: .cvsignore libopensync-plugin-irmc.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:41:48 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-irmc-0.19.tar.gz +libopensync-plugin-irmc-0.20.tar.gz Index: libopensync-plugin-irmc.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/devel/libopensync-plugin-irmc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libopensync-plugin-irmc.spec 20 Oct 2006 11:41:48 -0000 1.8 +++ libopensync-plugin-irmc.spec 20 Dec 2006 11:05:09 -0000 1.9 @@ -1,5 +1,5 @@ Name: libopensync-plugin-irmc -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Irmc plugin for libopensync @@ -13,6 +13,8 @@ BuildRequires: libopensync-devel BuildRequires: bluez-libs-devel BuildRequires: openobex-devel +# 216003 +BuildRequires: libusb-devel %description %{summary} @@ -45,6 +47,10 @@ %{_datadir}/opensync/defaults/irmc-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade +- fix (#216003) + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-irmc/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:41:48 -0000 1.3 +++ sources 20 Dec 2006 11:05:09 -0000 1.4 @@ -1 +1 @@ -14451c845a69ec8a10815d34a2abcf61 libopensync-plugin-irmc-0.19.tar.gz +353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:42 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:42 -0500 Subject: rpms/libopensync-plugin-kdepim/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCge1027898@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/FC-4 Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4/libopensync-plugin-kdepim.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:37 -0000 1.4 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:37 -0000 1.3 +++ sources 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:47 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:47 -0500 Subject: rpms/libopensync-plugin-kdepim/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCld2027908@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/FC-6 Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:43 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6/libopensync-plugin-kdepim.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:43 -0000 1.5 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:17 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:43 -0000 1.3 +++ sources 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:42 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:42 -0500 Subject: rpms/libopensync-plugin-kdepim/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCgSa027903@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/FC-5 Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5/libopensync-plugin-kdepim.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:37 -0000 1.4 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:37 -0000 1.3 +++ sources 20 Dec 2006 11:12:12 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:12:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:12:48 -0500 Subject: rpms/libopensync-plugin-kdepim/devel .cvsignore, 1.3, 1.4 libopensync-plugin-kdepim.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201112.kBKBCmcJ027913@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-kdepim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27831/devel Modified Files: .cvsignore libopensync-plugin-kdepim.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 11:46:43 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-kdepim-0.19.tar.gz +libopensync-plugin-kdepim-0.20.tar.gz Index: libopensync-plugin-kdepim.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/libopensync-plugin-kdepim.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-kdepim.spec 20 Oct 2006 11:46:43 -0000 1.5 +++ libopensync-plugin-kdepim.spec 20 Dec 2006 11:12:17 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-kdepim -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: KDE plugin for libopensync @@ -62,6 +62,9 @@ %{_datadir}/opensync/defaults/kdepim-sync %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 11:46:43 -0000 1.3 +++ sources 20 Dec 2006 11:12:17 -0000 1.4 @@ -1 +1 @@ -258defed0c5f8d39eac42f6c294c8f1c libopensync-plugin-kdepim-0.19.tar.gz +f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:30 -0500 Subject: rpms/libopensync-plugin-palm/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFUuL028157@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-3 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-3/libopensync-plugin-palm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:37 -0000 1.3 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:37 -0000 1.3 +++ sources 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:36 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:36 -0500 Subject: rpms/libopensync-plugin-palm/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFaQw028167@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-5 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:38 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-5/libopensync-plugin-palm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:38 -0000 1.5 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:06 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:38 -0000 1.3 +++ sources 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:31 -0500 Subject: rpms/libopensync-plugin-palm/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFVlP028162@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-4 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-4/libopensync-plugin-palm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:37 -0000 1.4 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:00 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:37 -0000 1.3 +++ sources 20 Dec 2006 11:15:00 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:36 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:36 -0500 Subject: rpms/libopensync-plugin-palm/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFaV9028172@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/FC-6 Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:39 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-6/libopensync-plugin-palm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-palm.spec 20 Oct 2006 12:51:39 -0000 1.6 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:06 -0000 1.7 @@ -1,5 +1,5 @@ Name: libopensync-plugin-palm -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Palm plugin for libopensync @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:39 -0000 1.3 +++ sources 20 Dec 2006 11:15:06 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:15:41 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:15:41 -0500 Subject: rpms/libopensync-plugin-palm/devel .cvsignore, 1.3, 1.4 libopensync-plugin-palm.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612201115.kBKBFfQQ028179@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-palm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28073/devel Modified Files: .cvsignore libopensync-plugin-palm.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 12:51:39 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:15:11 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-palm-0.19.tar.gz +libopensync-plugin-palm-0.20.tar.gz Index: libopensync-plugin-palm.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/libopensync-plugin-palm.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libopensync-plugin-palm.spec 4 Dec 2006 21:59:33 -0000 1.7 +++ libopensync-plugin-palm.spec 20 Dec 2006 11:15:11 -0000 1.8 @@ -1,6 +1,6 @@ Name: libopensync-plugin-palm -Version: 0.19 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Palm plugin for libopensync Group: System Environment/Libraries @@ -58,8 +58,8 @@ %{_includedir}/opensync-1.0/opensync/palm*.h %changelog -* Mon Dec 04 2006 Andreas Bierfert 0.19-2 -- bump +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- version upgrade * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-palm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 12:51:39 -0000 1.3 +++ sources 20 Dec 2006 11:15:11 -0000 1.4 @@ -1 +1 @@ -b0bbf5f7e39ffe2a09275b4d5edc3e1d libopensync-plugin-palm-0.19.tar.gz +45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-3 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKvQ028480@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-3 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:01:49 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-3/libopensync-plugin-python.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-python.spec 20 Oct 2006 13:01:49 -0000 1.3 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:01:49 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-5 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKEH028488@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-5 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:01:57 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-5/libopensync-plugin-python.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libopensync-plugin-python.spec 20 Oct 2006 13:01:57 -0000 1.4 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.5 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:01:57 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:22 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:22 -0500 Subject: rpms/libopensync-plugin-python/devel .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKMZv028496@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/devel Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:02:00 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:52 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/libopensync-plugin-python.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-python.spec 20 Oct 2006 13:02:00 -0000 1.5 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:52 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:02:00 -0000 1.3 +++ sources 20 Dec 2006 11:19:52 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-4 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKus028485@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-4 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:01:56 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-4/libopensync-plugin-python.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libopensync-plugin-python.spec 20 Oct 2006 13:01:56 -0000 1.3 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:01:56 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:20:20 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:20:20 -0500 Subject: rpms/libopensync-plugin-python/FC-6 .cvsignore, 1.3, 1.4 libopensync-plugin-python.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612201120.kBKBKKBs028493@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-python/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401/FC-6 Modified Files: .cvsignore libopensync-plugin-python.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 13:02:00 -0000 1.3 +++ .cvsignore 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -libopensync-plugin-python-0.19.tar.gz +libopensync-plugin-python-0.20.tar.gz Index: libopensync-plugin-python.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-6/libopensync-plugin-python.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-python.spec 20 Oct 2006 13:02:00 -0000 1.5 +++ libopensync-plugin-python.spec 20 Dec 2006 11:19:50 -0000 1.6 @@ -1,5 +1,5 @@ Name: libopensync-plugin-python -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Python plugin for libopensync @@ -54,6 +54,9 @@ %{_libdir}/opensync/python-plugins/ %changelog +* Wed Dec 20 2006 Andreas Bierfert 0.20-1 +- vesion upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-python/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 13:02:00 -0000 1.3 +++ sources 20 Dec 2006 11:19:50 -0000 1.4 @@ -1 +1 @@ -edfea3d97b55386f3a6cb4756cd17ec2 libopensync-plugin-python-0.19.tar.gz +8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 11:35:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:21 -0500 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.22, 1.23 Message-ID: <200612201135.kBKBZLPb028892@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:03 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:03 -0000 1.19 +++ sources 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- wine-docs.spec 28 Oct 2006 05:22:03 -0000 1.22 +++ wine-docs.spec 20 Dec 2006 11:34:51 -0000 1.23 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:21 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:21 -0500 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.26, 1.27 Message-ID: <200612201135.kBKBZLUg028897@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:04 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:04 -0000 1.19 +++ sources 20 Dec 2006 11:34:51 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- wine-docs.spec 28 Oct 2006 05:22:04 -0000 1.26 +++ wine-docs.spec 20 Dec 2006 11:34:51 -0000 1.27 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -51,6 +51,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:26 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:26 -0500 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.19, 1.20 Message-ID: <200612201135.kBKBZQwD028902@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:10 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:10 -0000 1.19 +++ sources 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 28 Oct 2006 05:22:10 -0000 1.19 +++ wine-docs.spec 20 Dec 2006 11:34:56 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:26 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:26 -0500 Subject: rpms/wine-docs/FC-6 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.19, 1.20 Message-ID: <200612201135.kBKBZQqa028907@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/FC-6 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-6/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:11 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-6/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:11 -0000 1.19 +++ sources 20 Dec 2006 11:34:56 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-6/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 28 Oct 2006 05:22:11 -0000 1.19 +++ wine-docs.spec 20 Dec 2006 11:34:56 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:35:32 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 20 Dec 2006 06:35:32 -0500 Subject: rpms/wine-docs/devel .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 wine-docs.spec, 1.19, 1.20 Message-ID: <200612201135.kBKBZW1p028912@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 28 Oct 2006 05:22:11 -0000 1.19 +++ .cvsignore 20 Dec 2006 11:35:02 -0000 1.20 @@ -1 +1 @@ -wine-docs-0.9.24.tar.bz2 +wine-docs-0.9.27.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 28 Oct 2006 05:22:11 -0000 1.19 +++ sources 20 Dec 2006 11:35:02 -0000 1.20 @@ -1 +1 @@ -f15383c5cb41fbbb4578c4ca6af3b0b1 wine-docs-0.9.24.tar.bz2 +f29d16c05815b07784edec5270ac0f3a wine-docs-0.9.27.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 28 Oct 2006 05:22:11 -0000 1.19 +++ wine-docs.spec 20 Dec 2006 11:35:02 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.24 +Version: 0.9.27 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.24.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.9.27-1 +- version upgrade + * Sat Oct 28 2006 Andreas Bierfert 0.9.24-1 - version upgrade From fedora-extras-commits at redhat.com Wed Dec 20 11:58:46 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 06:58:46 -0500 Subject: rpms/glest/FC-6 glest.sh,1.2,1.3 glest.spec,1.5,1.6 Message-ID: <200612201158.kBKBwkuQ029219@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/FC-6 Modified Files: glest.sh glest.spec Log Message: - require glx-utils, glxinfo is used in the wrapper script - don't try to update the configuration on version Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.sh 18 Dec 2006 22:46:43 -0000 1.2 +++ glest.sh 20 Dec 2006 11:58:16 -0000 1.3 @@ -72,14 +72,5 @@ echo "Your video card does not support enough texture units, turning off shadows..." sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini fi -else - # convert configuration from glest 1.1 to glest 1.2 - grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini - if [ $? -eq 0 ]; then - sed -e s/ChangeDisplay=1/Windowed=0/g \ - -e s/ChangeDisplay=0/Windowed=1/g \ - -e s/PathFindLevelsMax/PathFindNodesMax/g \ - -i glest.ini - fi fi exec $GLEST_EXECUTABLE "$@" Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glest.spec 18 Dec 2006 22:46:43 -0000 1.5 +++ glest.spec 20 Dec 2006 11:58:16 -0000 1.6 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -17,6 +17,8 @@ BuildRequires: desktop-file-utils Requires: glest-data = %{version} +# Used in the wrapper script +Requires: glx-utils # Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc @@ -94,6 +96,10 @@ %changelog +* Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 +- require glx-utils, glxinfo is used in the wrapper script +- don't try to update the configuration on version + * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 11:58:46 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 06:58:46 -0500 Subject: rpms/glest/devel glest.sh,1.2,1.3 glest.spec,1.5,1.6 Message-ID: <200612201158.kBKBwkRl029223@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/devel Modified Files: glest.sh glest.spec Log Message: - require glx-utils, glxinfo is used in the wrapper script - don't try to update the configuration on version Index: glest.sh =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glest.sh 18 Dec 2006 22:46:43 -0000 1.2 +++ glest.sh 20 Dec 2006 11:58:16 -0000 1.3 @@ -72,14 +72,5 @@ echo "Your video card does not support enough texture units, turning off shadows..." sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini fi -else - # convert configuration from glest 1.1 to glest 1.2 - grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini - if [ $? -eq 0 ]; then - sed -e s/ChangeDisplay=1/Windowed=0/g \ - -e s/ChangeDisplay=0/Windowed=1/g \ - -e s/PathFindLevelsMax/PathFindNodesMax/g \ - -i glest.ini - fi fi exec $GLEST_EXECUTABLE "$@" Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glest.spec 18 Dec 2006 22:46:43 -0000 1.5 +++ glest.spec 20 Dec 2006 11:58:16 -0000 1.6 @@ -1,6 +1,6 @@ Name: glest Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D real time strategy game Group: Amusements/Games @@ -17,6 +17,8 @@ BuildRequires: desktop-file-utils Requires: glest-data = %{version} +# Used in the wrapper script +Requires: glx-utils # Does not work on PPC (see README.Linux). Bug 219540. ExcludeArch: ppc @@ -94,6 +96,10 @@ %changelog +* Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 +- require glx-utils, glxinfo is used in the wrapper script +- don't try to update the configuration on version + * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 12:00:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 07:00:10 -0500 Subject: rpms/glest/FC-6 glest.spec,1.6,1.7 Message-ID: <200612201200.kBKC0AhR029260@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29230/FC-6 Modified Files: glest.spec Log Message: typo in changelog Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/FC-6/glest.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glest.spec 20 Dec 2006 11:58:16 -0000 1.6 +++ glest.spec 20 Dec 2006 11:59:40 -0000 1.7 @@ -98,7 +98,7 @@ %changelog * Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 - require glx-utils, glxinfo is used in the wrapper script -- don't try to update the configuration on version +- don't try to update the configuration on startup * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 12:00:11 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 20 Dec 2006 07:00:11 -0500 Subject: rpms/glest/devel glest.spec,1.6,1.7 Message-ID: <200612201200.kBKC0BJN029263@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/glest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29230/devel Modified Files: glest.spec Log Message: typo in changelog Index: glest.spec =================================================================== RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glest.spec 20 Dec 2006 11:58:16 -0000 1.6 +++ glest.spec 20 Dec 2006 11:59:40 -0000 1.7 @@ -98,7 +98,7 @@ %changelog * Wed Dec 20 2006 Aurelien Bompard 2.0.0-5 - require glx-utils, glxinfo is used in the wrapper script -- don't try to update the configuration on version +- don't try to update the configuration on startup * Mon Dec 18 2006 Aurelien Bompard 2.0.0-4 - fix launch script to detect if shadows must be turned off From fedora-extras-commits at redhat.com Wed Dec 20 12:27:11 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 07:27:11 -0500 Subject: rpms/perl-Alien-wxWidgets/devel .cvsignore, 1.7, 1.8 perl-Alien-wxWidgets.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200612201227.kBKCRBVH032583@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32564 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: Update to 0.27. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Dec 2006 23:08:57 -0000 1.7 +++ .cvsignore 20 Dec 2006 12:26:41 -0000 1.8 @@ -1 +1 @@ -Alien-wxWidgets-0.26.tar.gz +Alien-wxWidgets-0.27.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Alien-wxWidgets.spec 16 Dec 2006 23:08:57 -0000 1.9 +++ perl-Alien-wxWidgets.spec 20 Dec 2006 12:26:41 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-Alien-wxWidgets -Version: 0.26 +Version: 0.27 Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries @@ -55,6 +55,9 @@ %changelog +* Wed Dec 20 2006 Jose Pedro Oliveira - 0.27-1 +- Update to 0.27. + * Sat Dec 16 2006 Jose Pedro Oliveira - 0.26-1 - Update to 0.26. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Dec 2006 23:08:57 -0000 1.7 +++ sources 20 Dec 2006 12:26:41 -0000 1.8 @@ -1 +1 @@ -da922c487df6bd7263291b47e1925784 Alien-wxWidgets-0.26.tar.gz +59125d5f9fc4fb1269fc2bd1948621cc Alien-wxWidgets-0.27.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 13:15:08 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 20 Dec 2006 08:15:08 -0500 Subject: rpms/mail-notification/devel mail-notification.spec,1.35,1.36 Message-ID: <200612201315.kBKDF8jc003428@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3413 Modified Files: mail-notification.spec Log Message: 4.0-0.3.rc2 - Rebuild Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- mail-notification.spec 7 Dec 2006 19:23:27 -0000 1.35 +++ mail-notification.spec 20 Dec 2006 13:14:38 -0000 1.36 @@ -1,6 +1,6 @@ Name: mail-notification Version: 4.0 -Release: 0.2%{?dist}.rc2 +Release: 0.3%{?dist}.rc2 Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -131,7 +131,10 @@ %changelog -* Thu Dec 07 2006 Thorsten Leemhuis 4.0-0.1.rc2 +* Wed Dec 20 2006 Thorsten Leemhuis 4.0-0.3.rc2 +- Rebuild + +* Thu Dec 07 2006 Thorsten Leemhuis 4.0-0.2.rc2 - Update to 4.0rc2 * Tue Nov 28 2006 Thorsten Leemhuis 4.0-0.1.rc1 From fedora-extras-commits at redhat.com Wed Dec 20 13:41:47 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:41:47 -0500 Subject: rpms/duplicity/FC-3 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.7, 1.8 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201341.kBKDflUj005011@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4991 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-3/duplicity.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- duplicity.spec 17 Dec 2006 13:54:39 -0000 1.7 +++ duplicity.spec 20 Dec 2006 13:41:17 -0000 1.8 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:42:41 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:42:41 -0500 Subject: rpms/duplicity/FC-4 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.9, 1.10 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201342.kBKDgfDk005042@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5022 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-4/duplicity.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- duplicity.spec 17 Dec 2006 13:57:36 -0000 1.9 +++ duplicity.spec 20 Dec 2006 13:42:11 -0000 1.10 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:43:33 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:43:33 -0500 Subject: rpms/duplicity/FC-5 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.9, 1.10 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201343.kBKDhXdO005081@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5055 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-5/duplicity.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- duplicity.spec 17 Dec 2006 13:59:44 -0000 1.9 +++ duplicity.spec 20 Dec 2006 13:43:03 -0000 1.10 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:44:24 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:44:24 -0500 Subject: rpms/duplicity/FC-6 duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.11, 1.12 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201344.kBKDiOHq005120@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5093 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/FC-6/duplicity.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- duplicity.spec 17 Dec 2006 14:01:24 -0000 1.11 +++ duplicity.spec 20 Dec 2006 13:43:54 -0000 1.12 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:45:13 2006 From: fedora-extras-commits at redhat.com (Robert Scheck (robert)) Date: Wed, 20 Dec 2006 08:45:13 -0500 Subject: rpms/duplicity/devel duplicity-0.4.2-sftp.patch, NONE, 1.1 duplicity.spec, 1.11, 1.12 duplicity-0.4.2-scp.patch, 1.1, NONE Message-ID: <200612201345.kBKDjDrB005156@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5131 Modified Files: duplicity.spec Added Files: duplicity-0.4.2-sftp.patch Removed Files: duplicity-0.4.2-scp.patch Log Message: fix broken sftp support by adding --sftp-command (#220316) duplicity-0.4.2-sftp.patch: --- NEW FILE duplicity-0.4.2-sftp.patch --- Adds support for --sftp-command option - thanks to intrigeri . --- duplicity-0.4.2/src/commandline.py 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/src/commandline.py.sftp 2006-12-20 14:15:38.000000000 +0100 @@ -50,7 +50,7 @@ "list-current-files", "no-encryption", "no-print-statistics", "null-separator", "remove-older-than=", "restore-dir=", "restore-time=", - "scp-command=", "short-filenames", "sign-key=", + "scp-command=", "sftp-command=", "short-filenames", "sign-key=", "ssh-command=", "verbosity=", "verify", "version"]) except getopt.error, e: command_line_error("%s" % (str(e),)) @@ -95,6 +95,7 @@ elif opt == "-t" or opt == "--restore-time": globals.restore_time = dup_time.genstrtotime(arg) elif opt == "--scp-command": backends.scp_command = arg + elif opt == "--sftp-command": backends.sftp_command = arg elif opt == "--short-filenames": globals.short_filenames = 1 elif opt == "--sign-key": set_sign_key(arg) elif opt == "--ssh-command": backends.ssh_command = arg --- duplicity-0.4.2/duplicity.1 2006-02-03 04:44:31.000000000 +0100 +++ duplicity-0.4.2/duplicity.1.sftp 2006-12-20 14:24:58.000000000 +0100 @@ -271,6 +271,13 @@ give extra arguments to scp, for instance "--scp-command \'scp -i foo\'". The default is "scp". .TP +.BI "--sftp-command " command +This option only matters when using the ssh/scp backend. There +.I command +will be used instead of sftp for listing and deleting files. The +default is "sftp". For more information see +.BR --scp-command . +.TP .BI "--sign-key " key This option can be used when backing up or restoring. When backing up, all backup files will be signed with keyid Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/devel/duplicity.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- duplicity.spec 17 Dec 2006 14:03:01 -0000 1.11 +++ duplicity.spec 20 Dec 2006 13:44:43 -0000 1.12 @@ -3,13 +3,13 @@ Summary: Encrypted bandwidth-efficient backup using rsync algorithm Name: duplicity Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Archiving URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: duplicity-0.4.1-timeout.patch -Patch1: duplicity-0.4.2-scp.patch +Patch1: duplicity-0.4.2-sftp.patch Requires: gnupg >= 1.0.6 %if "%{?fedora}" <= "3" Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") @@ -32,7 +32,7 @@ %prep %setup -q %patch0 -p1 -b .timeout -%patch1 -p1 -b .scp +%patch1 -p1 -b .sftp %build %{__python} setup.py build @@ -56,6 +56,9 @@ %{python_sitearch}/%{name}/*.so %changelog +* Wed Dec 20 2006 Robert Scheck 0.4.2-6 +- fix broken sftp support by adding --sftp-command (#220316) + * Sun Dec 17 2006 Robert Scheck 0.4.2-5 - own %%{python_sitearch}/%%{name} and not only %%{python_sitearch} --- duplicity-0.4.2-scp.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 20 13:45:47 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 20 Dec 2006 08:45:47 -0500 Subject: rpms/perl-Log-Dispatch/devel .cvsignore, 1.6, 1.7 perl-Log-Dispatch.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200612201345.kBKDjlZU005180@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5161 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Dec 2006 23:14:27 -0000 1.6 +++ .cvsignore 20 Dec 2006 13:45:17 -0000 1.7 @@ -1 +1 @@ -Log-Dispatch-2.15.tar.gz +Log-Dispatch-2.16.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Log-Dispatch.spec 16 Dec 2006 23:27:24 -0000 1.10 +++ perl-Log-Dispatch.spec 20 Dec 2006 13:45:17 -0000 1.11 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.15 -Release: 2%{?dist} +Version: 2.16 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -26,7 +26,6 @@ BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) -BuildRequires: perl(IO::String) BuildRequires: mod_perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -80,6 +79,10 @@ %changelog +* Wed Dec 20 2006 Jose Pedro Oliveira - 2.16-1 +- Update to 2.16. +- Removed perl(IO::String) from the BR list (no longer needed). + * Sat Dec 16 2006 Jose Pedro Oliveira - 2.15-2 - New build requirement: perl(IO::String). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 16 Dec 2006 23:14:27 -0000 1.6 +++ sources 20 Dec 2006 13:45:17 -0000 1.7 @@ -1 +1 @@ -a89e17efd0502855ede710d3328645f2 Log-Dispatch-2.15.tar.gz +2ae53fb2d5bc71ab6f7da8a7e520e9e2 Log-Dispatch-2.16.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 13:53:27 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 20 Dec 2006 08:53:27 -0500 Subject: rpms/digikam-doc/devel digikam-doc.spec,1.1,1.2 Message-ID: <200612201353.kBKDrRUX005477@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5452 Modified Files: digikam-doc.spec Log Message: - Change requires to allow coexist older doc with newer apps package (#220297) Index: digikam-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/devel/digikam-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikam-doc.spec 31 Aug 2006 22:39:36 -0000 1.1 +++ digikam-doc.spec 20 Dec 2006 13:52:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: digikam-doc Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: kdelibs-devel -Requires: digikam = %{version} +Requires: digikam >= %{version} %description Documentation for the digiKam and Showfoto. @@ -55,6 +55,9 @@ %{_docdir}/HTML/*/showfoto/ %changelog +* Wed Dec 20 2006 Marcin Garski 0.8.2-4 +- Change requires to allow coexist older doc with newer apps package (#220297) + * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building From fedora-extras-commits at redhat.com Wed Dec 20 13:56:00 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 20 Dec 2006 08:56:00 -0500 Subject: rpms/digikam-doc/FC-6 digikam-doc.spec,1.1,1.2 Message-ID: <200612201356.kBKDu0E1005572@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5547 Modified Files: digikam-doc.spec Log Message: - Change requires to allow coexist older doc with newer apps package (#220297) Index: digikam-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/FC-6/digikam-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikam-doc.spec 31 Aug 2006 22:39:36 -0000 1.1 +++ digikam-doc.spec 20 Dec 2006 13:55:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: digikam-doc Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: kdelibs-devel -Requires: digikam = %{version} +Requires: digikam >= %{version} %description Documentation for the digiKam and Showfoto. @@ -55,6 +55,9 @@ %{_docdir}/HTML/*/showfoto/ %changelog +* Wed Dec 20 2006 Marcin Garski 0.8.2-4 +- Change requires to allow coexist older doc with newer apps package (#220297) + * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building From fedora-extras-commits at redhat.com Wed Dec 20 13:57:55 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 20 Dec 2006 08:57:55 -0500 Subject: rpms/digikam-doc/FC-5 digikam-doc.spec,1.1,1.2 Message-ID: <200612201357.kBKDvthT005680@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5646 Modified Files: digikam-doc.spec Log Message: - Change requires to allow coexist older doc with newer apps package (#220297) Index: digikam-doc.spec =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/FC-5/digikam-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- digikam-doc.spec 31 Aug 2006 22:39:36 -0000 1.1 +++ digikam-doc.spec 20 Dec 2006 13:57:25 -0000 1.2 @@ -1,6 +1,6 @@ Name: digikam-doc Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: kdelibs-devel -Requires: digikam = %{version} +Requires: digikam >= %{version} %description Documentation for the digiKam and Showfoto. @@ -55,6 +55,9 @@ %{_docdir}/HTML/*/showfoto/ %changelog +* Wed Dec 20 2006 Marcin Garski 0.8.2-4 +- Change requires to allow coexist older doc with newer apps package (#220297) + * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building From fedora-extras-commits at redhat.com Wed Dec 20 14:47:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 09:47:15 -0500 Subject: rpms/search4files/devel .cvsignore, 1.3, 1.4 search4files.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201447.kBKElFJx009453@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9393 Modified Files: .cvsignore search4files.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Dec 2006 06:36:37 -0000 1.3 +++ .cvsignore 20 Dec 2006 14:46:44 -0000 1.4 @@ -1 +1 @@ -search4files0.1d.tar.gz +search4files0.1e.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/search4files.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search4files.spec 14 Dec 2006 06:36:37 -0000 1.2 +++ search4files.spec 20 Dec 2006 14:46:44 -0000 1.3 @@ -1,5 +1,5 @@ Name: search4files -Version: 0.1d +Version: 0.1e Release: 1%{?dist} Summary: A handy file search tool @@ -94,6 +94,9 @@ %{_datadir}/%{name}/ %changelog +* Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 +- 0.1e + * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Dec 2006 06:36:37 -0000 1.3 +++ sources 20 Dec 2006 14:46:44 -0000 1.4 @@ -1 +1 @@ -68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz +9ea65521bd7bc2bc7c789319cfe2c86e search4files0.1e.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 14:47:22 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 09:47:22 -0500 Subject: rpms/search4files/FC-6 .cvsignore, 1.3, 1.4 search4files.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201447.kBKElMJs009458@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9413 Modified Files: .cvsignore search4files.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Dec 2006 06:36:41 -0000 1.3 +++ .cvsignore 20 Dec 2006 14:46:52 -0000 1.4 @@ -1 +1 @@ -search4files0.1d.tar.gz +search4files0.1e.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/search4files.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search4files.spec 14 Dec 2006 06:36:41 -0000 1.2 +++ search4files.spec 20 Dec 2006 14:46:52 -0000 1.3 @@ -1,5 +1,5 @@ Name: search4files -Version: 0.1d +Version: 0.1e Release: 1%{?dist} Summary: A handy file search tool @@ -94,6 +94,9 @@ %{_datadir}/%{name}/ %changelog +* Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 +- 0.1e + * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Dec 2006 06:36:41 -0000 1.3 +++ sources 20 Dec 2006 14:46:52 -0000 1.4 @@ -1 +1 @@ -68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz +9ea65521bd7bc2bc7c789319cfe2c86e search4files0.1e.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 14:47:30 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 20 Dec 2006 09:47:30 -0500 Subject: rpms/search4files/FC-5 .cvsignore, 1.3, 1.4 search4files.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200612201447.kBKElUJO009465@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9434 Modified Files: .cvsignore search4files.spec sources Log Message: * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Dec 2006 06:36:45 -0000 1.3 +++ .cvsignore 20 Dec 2006 14:47:00 -0000 1.4 @@ -1 +1 @@ -search4files0.1d.tar.gz +search4files0.1e.tar.gz Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/search4files.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search4files.spec 14 Dec 2006 06:36:45 -0000 1.2 +++ search4files.spec 20 Dec 2006 14:47:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: search4files -Version: 0.1d +Version: 0.1e Release: 1%{?dist} Summary: A handy file search tool @@ -94,6 +94,9 @@ %{_datadir}/%{name}/ %changelog +* Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 +- 0.1e + * Thu Dec 14 2006 Mamoru Tasaka 0.1d-1 - 0.1d - Disable pyxdg support on devel for now. Index: sources =================================================================== RCS file: /cvs/extras/rpms/search4files/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Dec 2006 06:36:45 -0000 1.3 +++ sources 20 Dec 2006 14:47:00 -0000 1.4 @@ -1 +1 @@ -68e3acbfd79a5a71aca705e83f2a008f search4files0.1d.tar.gz +9ea65521bd7bc2bc7c789319cfe2c86e search4files0.1e.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 15:32:58 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:32:58 -0500 Subject: rpms/environment-modules/devel environment-modules.spec,1.5,1.6 Message-ID: <200612201532.kBKFWwVY012920@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12905 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/devel/environment-modules.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- environment-modules.spec 30 Aug 2006 02:29:13 -0000 1.5 +++ environment-modules.spec 20 Dec 2006 15:32:27 -0000 1.6 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Dec 20 15:44:27 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:44:27 -0500 Subject: rpms/environment-modules/FC-4 environment-modules.spec,1.4,1.5 Message-ID: <200612201544.kBKFiRfn013078@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035/FC-4 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/FC-4/environment-modules.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- environment-modules.spec 2 Jun 2006 22:00:36 -0000 1.4 +++ environment-modules.spec 20 Dec 2006 15:43:57 -0000 1.5 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Fri Jun 2 2006 - Orion Poplawski - 3.2.3-1 - Update to 3.2.3 From fedora-extras-commits at redhat.com Wed Dec 20 15:44:28 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:44:28 -0500 Subject: rpms/environment-modules/FC-6 environment-modules.spec,1.5,1.6 Message-ID: <200612201544.kBKFiSTp013082@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035/FC-6 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/FC-6/environment-modules.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- environment-modules.spec 30 Aug 2006 02:29:13 -0000 1.5 +++ environment-modules.spec 20 Dec 2006 15:43:57 -0000 1.6 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Dec 20 15:44:27 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 20 Dec 2006 10:44:27 -0500 Subject: rpms/environment-modules/FC-5 environment-modules.spec,1.4,1.5 Message-ID: <200612201544.kBKFiRLV013081@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035/FC-5 Modified Files: environment-modules.spec Log Message: Add --with-version-path to set VERSIONPATH (bug 220260) Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/FC-5/environment-modules.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- environment-modules.spec 2 Jun 2006 22:00:37 -0000 1.4 +++ environment-modules.spec 20 Dec 2006 15:43:57 -0000 1.5 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Fri Jun 2 2006 - Orion Poplawski - 3.2.3-1 - Update to 3.2.3 From fedora-extras-commits at redhat.com Wed Dec 20 15:55:56 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 20 Dec 2006 10:55:56 -0500 Subject: rpms/nautilus-image-converter/devel .cvsignore, 1.7, 1.8 nautilus-image-converter.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200612201555.kBKFtuC7013302@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13281 Modified Files: .cvsignore nautilus-image-converter.spec sources Log Message: * Sun Dec 17 2006 Brian Pepple - 0.0.9-1 - Update to 0.0.9. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Dec 2006 17:25:27 -0000 1.7 +++ .cvsignore 20 Dec 2006 15:55:26 -0000 1.8 @@ -1 +1 @@ -nautilus-image-converter-0.0.8.tar.bz2 +nautilus-image-converter-0.0.9.tar.bz2 Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nautilus-image-converter.spec 7 Dec 2006 17:25:27 -0000 1.10 +++ nautilus-image-converter.spec 20 Dec 2006 15:55:26 -0000 1.11 @@ -1,5 +1,5 @@ Name: nautilus-image-converter -Version: 0.0.8 +Version: 0.0.9 Release: 1%{?dist} Summary: Nautilus extension to mass resize images @@ -51,6 +51,9 @@ %changelog +* Sun Dec 17 2006 Brian Pepple - 0.0.9-1 +- Update to 0.0.9. + * Thu Dec 7 2006 Brian Pepple - 0.0.8-1 - Update to 0.0.8. Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Dec 2006 17:25:27 -0000 1.7 +++ sources 20 Dec 2006 15:55:26 -0000 1.8 @@ -1 +1 @@ -ca59e8988422704a3b2f46ce777b047b nautilus-image-converter-0.0.8.tar.bz2 +d0bc829ae0ef119244ed3538c8c8c1c1 nautilus-image-converter-0.0.9.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 15:59:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 20 Dec 2006 10:59:50 -0500 Subject: rpms/gcompris/devel .cvsignore, 1.5, 1.6 gcompris.spec, 1.18, 1.19 sources, 1.5, 1.6 Message-ID: <200612201559.kBKFxox9013383@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13364 Modified Files: .cvsignore gcompris.spec sources Log Message: * Wed Dec 20 2006 Hans de Goede 8.2.2-1 - New upstream release 8.2.2-2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Nov 2006 19:10:04 -0000 1.5 +++ .cvsignore 20 Dec 2006 15:59:20 -0000 1.6 @@ -1 +1 @@ -gcompris-8.2.tar.gz +gcompris-8.2.2-2.tar.gz Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gcompris.spec 15 Dec 2006 14:49:19 -0000 1.18 +++ gcompris.spec 20 Dec 2006 15:59:20 -0000 1.19 @@ -1,11 +1,12 @@ +%define extra_version 2 Name: gcompris -Version: 8.2 -Release: 2%{?dist} +Version: 8.2.2 +Release: 1%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net -Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz +Source0: http://download.sf.net/%{name}/%{name}-%{version}-%{extra_version}.tar.gz Patch0: gcompris-8.1-icon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildrequires: libgnomeui-devel sqlite-devel python-devel gnet2-devel @@ -475,6 +476,9 @@ %changelog +* Wed Dec 20 2006 Hans de Goede 8.2.2-1 +- New upstream release 8.2.2-2 + * Fri Dec 15 2006 Hans de Goede 8.2-2 - Rebuid for python 2.5 (blind (untested) rebuild as I cannot upgrade to python 2.5 since plague hasn't been rebuild yet). Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Nov 2006 19:10:04 -0000 1.5 +++ sources 20 Dec 2006 15:59:20 -0000 1.6 @@ -1 +1 @@ -56849e2b09bea6a47eb6f177cc85258f gcompris-8.2.tar.gz +734e17af082d0f4c1b8874037fa73041 gcompris-8.2.2-2.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 18:42:42 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 13:42:42 -0500 Subject: rpms/blacs/FC-6 Bmake.inc, 1.6, 1.7 Bmake.inc.64bit, 1.6, 1.7 blacs.spec, 1.21, 1.22 Message-ID: <200612201842.kBKIggTZ023517@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23477/FC-6 Modified Files: Bmake.inc Bmake.inc.64bit blacs.spec Log Message: Add new lam-devel header path Index: Bmake.inc =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-6/Bmake.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/32 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: Bmake.inc.64bit =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-6/Bmake.inc.64bit,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc.64bit 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc.64bit 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/64 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-6/blacs.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- blacs.spec 11 Sep 2006 16:41:25 -0000 1.21 +++ blacs.spec 20 Dec 2006 18:42:12 -0000 1.22 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 24%{?dist} +Release: 24%{?dist}.1 License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -109,6 +109,9 @@ %{_libdir}/libmpiblacs*.so %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 1.1-24.1 +- updated bmake files to include new lam-devel header path + * Mon Sep 11 2006 Tom "spot" Callaway 1.1-24 - FC-5+ needs lam-devel as a BR From fedora-extras-commits at redhat.com Wed Dec 20 18:42:42 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 13:42:42 -0500 Subject: rpms/blacs/devel Bmake.inc, 1.6, 1.7 Bmake.inc.64bit, 1.6, 1.7 blacs.spec, 1.21, 1.22 Message-ID: <200612201842.kBKIggnM023522@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23477/devel Modified Files: Bmake.inc Bmake.inc.64bit blacs.spec Log Message: Add new lam-devel header path Index: Bmake.inc =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/Bmake.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/32 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: Bmake.inc.64bit =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/Bmake.inc.64bit,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Bmake.inc.64bit 7 Apr 2006 19:37:22 -0000 1.6 +++ Bmake.inc.64bit 20 Dec 2006 18:42:12 -0000 1.7 @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/64 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- blacs.spec 11 Sep 2006 16:41:25 -0000 1.21 +++ blacs.spec 20 Dec 2006 18:42:12 -0000 1.22 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 24%{?dist} +Release: 24%{?dist}.1 License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -109,6 +109,9 @@ %{_libdir}/libmpiblacs*.so %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 1.1-24.1 +- updated bmake files to include new lam-devel header path + * Mon Sep 11 2006 Tom "spot" Callaway 1.1-24 - FC-5+ needs lam-devel as a BR From fedora-extras-commits at redhat.com Wed Dec 20 21:24:08 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:08 -0500 Subject: rpms/qt-qsa - New directory Message-ID: <200612202124.kBKLO8eg002194@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2190/qt-qsa Log Message: Directory /cvs/extras/rpms/qt-qsa added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 21:24:14 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:14 -0500 Subject: rpms/qt-qsa/devel - New directory Message-ID: <200612202124.kBKLOEjw002207@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2190/qt-qsa/devel Log Message: Directory /cvs/extras/rpms/qt-qsa/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 20 21:24:33 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:33 -0500 Subject: rpms/qt-qsa Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612202124.kBKLOX3P002241@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2235 Added Files: Makefile import.log Log Message: Setup of module qt-qsa --- NEW FILE Makefile --- # Top level Makefile for module qt-qsa all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 20 21:24:38 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:24:38 -0500 Subject: rpms/qt-qsa/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612202124.kBKLOcjN002256@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2235/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module qt-qsa --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 20 21:25:16 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:25:16 -0500 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.11,1.12 Message-ID: <200612202125.kBKLPG4M002309@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2223 Modified Files: gtksourceview-sharp.spec Log Message: Fix for conflict with main gtksourceview package. Not for use outside of rawhide gtksourceview-sharp.spec Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gtksourceview-sharp.spec 28 Oct 2006 07:13:31 -0000 1.11 +++ gtksourceview-sharp.spec 20 Dec 2006 21:24:46 -0000 1.12 @@ -9,7 +9,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 24%{?dist} +Release: 25%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -51,12 +51,12 @@ %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/vbnet.lang +rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang %files %defattr (-, root, root, -) %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml -%{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang %{monodir}/mono/gac/gtksourceview-sharp %{monodir}/mono/gtksourceview-sharp-2.0 @@ -68,6 +68,9 @@ %{__rm} -rf %{buildroot} %changelog +* Wed Dec 20 2006 Paul F. Johnson - 2.0-0.10-25 +- removes conflict with gtksourceview + * Sat Oct 28 2006 Paul F. Johnson - 2.0-0.10-24 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:26:15 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:26:15 -0500 Subject: rpms/qt-qsa import.log,1.1,1.2 Message-ID: <200612202126.kBKLQFaX002402@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2370 Modified Files: import.log Log Message: auto-import qt-qsa-1.1.4-3 on branch devel from qt-qsa-1.1.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/qt-qsa/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Dec 2006 21:24:33 -0000 1.1 +++ import.log 20 Dec 2006 21:25:45 -0000 1.2 @@ -0,0 +1 @@ +qt-qsa-1_1_4-3:HEAD:qt-qsa-1.1.4-3.src.rpm:1166650410 From fedora-extras-commits at redhat.com Wed Dec 20 21:26:16 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:26:16 -0500 Subject: rpms/qt-qsa/devel qt-qsa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612202126.kBKLQGuQ002406@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/qt-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2370/devel Modified Files: .cvsignore sources Added Files: qt-qsa.spec Log Message: auto-import qt-qsa-1.1.4-3 on branch devel from qt-qsa-1.1.4-3.src.rpm --- NEW FILE qt-qsa.spec --- %define qtdir %(qmake -query QT_INSTALL_PREFIX) %define qtinc %{qtdir}/include %define qtlib %(qmake -query QT_INSTALL_PREFIX)/lib Name: qt-qsa Version: 1.1.4 Release: 3%{?dist} Summary: QT Script for Applications Group: Development/Libraries License: GPL URL: http://www.trolltech.com/products/qt/addon/qsa Source0: ftp://ftp.trolltech.com/qsa/source/qsa-x11-free-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel %description Qt Script for Applications can be used to build scripable applications with Qt. %package devel Summary: Development and doc files for qsa Requires: %{name} = %{version}-%{release} Group: Development/Libraries Requires: qt-devel %description devel Qt Script for Applications can be used to build scripable applications with Qt. This package contains development files and the documentation %prep %setup -q -n qsa-x11-free-%{version} #fix LICENSE.GPL and README permissions chmod 644 LICENSE.GPL chmod 644 README #fix line endings find doc/html -type f | xargs %{__sed} -i 's/\r//' find examples -type f | xargs %{__sed} -i 's/\r//' %build export QTDIR=%{qtdir} export PATH=$QTDIR/bin:$PATH export QTINC=%{qtinc} export QTLIB=%{qtlib} ./configure -prefix %{qtdir} make %{?_smp_mflags} sub-src %install rm -rf $RPM_BUILD_ROOT make install INSTALL_ROOT=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{qtdir}/doc #remove uneeded files rm -f examples/qsa.prf find examples -name "Makefile.*" | xargs rm -f find examples -name ".obj*" | xargs rm -rf find examples -name ".ui*" | xargs rm -rf find examples -name ".moc*" | xargs rm -rf find examples -name ".rcc" | xargs rm -rf #remove load entry from .pro files find examples -name "*.pro" | xargs sed -i "/..\/qsa/d" #add includes that make install skip:( %{__install} -p -m 644 src/ide/qsworkbench.h $RPM_BUILD_ROOT%{qtinc}/ %{__install} -p -m 644 src/qsa/qsutilfactory.h $RPM_BUILD_ROOT%{qtinc}/ %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc changes-%{version} LICENSE.GPL README %{qtlib}/libqsa.so.* %files devel %defattr(-,root,root,-) %doc doc/html examples %{qtlib}/libqsa.so %{qtinc}/* %{qtdir}/mkspecs/features/qsa.prf %changelog * Wed Dec 20 2006 Julian Sikorski - 1.1.4-3 - Fixed typo in %%changelog - Added qt-devel to -devel subpackage Requires * Wed Dec 20 2006 Julian Sikorski - 1.1.4-2 - Added missing headers - Renamed to qt-qsa - Got rid of dos2unix BuildRequires - Fixed building on x86-64 * Wed Dec 13 2006 Julian Sikorski - 1.1.4-1 - Initial RPM release, based on Frank B??ttner's qt4-qsa package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt-qsa/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Dec 2006 21:24:38 -0000 1.1 +++ .cvsignore 20 Dec 2006 21:25:46 -0000 1.2 @@ -0,0 +1 @@ +qsa-x11-free-1.1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt-qsa/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Dec 2006 21:24:38 -0000 1.1 +++ sources 20 Dec 2006 21:25:46 -0000 1.2 @@ -0,0 +1 @@ +24eb504e51de3a04161f6df8c39c24ac qsa-x11-free-1.1.4.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 21:27:34 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:27:34 -0500 Subject: rpms/lapack/FC-5 lapack-3.1.0-make.inc.patch, NONE, 1.1 lapack.spec, 1.10, 1.11 Message-ID: <200612202127.kBKLRY8I002474@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2448 Modified Files: lapack.spec Added Files: lapack-3.1.0-make.inc.patch Log Message: lapack 3.1.0 lapack-3.1.0-make.inc.patch: --- NEW FILE lapack-3.1.0-make.inc.patch --- --- lapack-3.1.0/make.inc.BAD 2006-11-14 15:58:41.000000000 -0600 +++ lapack-3.1.0/make.inc 2006-11-14 16:00:03.000000000 -0600 @@ -10,7 +10,7 @@ # # The machine (platform) identifier to append to the library names # -PLAT = _LINUX +PLAT = # # Modify the FORTRAN and OPTS definitions to refer to the # compiler and desired compiler options for your machine. NOOPT @@ -18,12 +18,13 @@ # selected. Define LOADER and LOADOPTS to refer to the loader and # desired load options for your machine. # -FORTRAN = g77 -OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused +FORTRAN = gfortran +#OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused #OPTS = -O0 -g -Wall DRVOPTS = $(OPTS) -NOOPT = -Wimplicit -Wno-globals -Wunused -LOADER = g77 +# NOOPT = -Wimplicit -Wno-globals -Wunused +NOOPT = +LOADER = gfortran LOADOPTS = # # The archiver and the flag(s) to use when building archive (library) Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/lapack.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- lapack.spec 28 Feb 2006 22:34:54 -0000 1.10 +++ lapack.spec 20 Dec 2006 21:27:04 -0000 1.11 @@ -1,22 +1,21 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack -Version: 3.0 -Release: 37%{?dist} +Version: 3.1.0 +Release: 1%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ -Source0: http://www.netlib.org/lapack/lapack.tgz -Source1: http://www.netlib.org/lapack/manpages.tgz +Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz Source2: Makefile.blas Source3: Makefile.lapack Source4: http://www.netlib.org/lapack/lapackqref.ps Source5: http://www.netlib.org/blas/blasqr.ps -Patch0: lapack-20010525.patch Patch1: blas-bz143340.patch Patch2: lapack-fixlwork.patch +Patch3: lapack-3.1.0-make.inc.patch Obsoletes: lapack-man BuildRequires: gcc-gfortran -BuildRoot: %{_tmppath}/lapack-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LAPACK (Linear Algebra PACKage) is a standard library for numerical @@ -58,13 +57,13 @@ BLAS development libraries for applications that link statically. %prep -%setup -q -n LAPACK -%setup -q -D -T -a 1 -n LAPACK -%patch0 -p1 +%setup -q +%setup -q -D -T # Adds 8 missing BLAS functions from upstream tarball %patch1 -p1 # Fix Bugzilla 169558 -%patch2 -p1 +# %patch2 -p1 +%patch3 -p1 cp -f $RPM_SOURCE_DIR/Makefile.blas BLAS/SRC/Makefile cp -f $RPM_SOURCE_DIR/Makefile.lapack SRC/Makefile @@ -72,36 +71,63 @@ rm -f man/manl/zbcon.l %build -cd BLAS/SRC + RPM_OPT_O_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-O0|') export FC=gfortran + +# Build BLAS +pushd BLAS/SRC FFLAGS="$RPM_OPT_O_FLAGS" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS" make static -cp libblas.a ../.. +cp libblas.a ${RPM_BUILD_DIR}/%{name}-%{version}/ make clean FFLAGS="$RPM_OPT_O_FLAGS -fPIC" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp libblas.so.3.0.3 ../.. -cd ../.. -ln -s libblas.so.3.0.3 libblas.so +cp libblas.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +ln -s libblas.so.3.1.0 libblas.so -cd SRC # Some files don't like -O2, but -Os is fine RPM_OPT_SIZE_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-Os|') -FFLAGS="$RPM_OPT_SIZE_FLAGS" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS" make static -cp liblapack.a .. +# Build the static dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL +make NOOPT="$RPM_OPT_SIZE_FLAGS" OPTS="$RPM_OPT_FLAGS" dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Build the shared dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp liblapack.so.3.0.3 .. +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the shared lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared +cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Buuld the static with pic dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make static -cp liblapack.a ../liblapack_pic.a +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static with pic lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a +popd -cd .. cp %{SOURCE4} lapackqref.ps cp %{SOURCE5} blasqr.ps @@ -110,27 +136,27 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/manl -for f in liblapack.so.3.0.3 libblas.so.3.0.3 libblas.a liblapack.a liblapack_pic.a; do +for f in liblapack.so.3.1.0 libblas.so.3.1.0 libblas.a liblapack.a liblapack_pic.a; do cp -f $f ${RPM_BUILD_ROOT}%{_libdir}/$f done -find blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans # These are also in the BLAS package -rm -f man/manl/lsame.l* -rm -f man/manl/xerbla.l* -find man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans +rm -f manpages/man/manl/lsame.l* +rm -f manpages/man/manl/xerbla.l* +find manpages/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans -cp -f blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl -cp -f man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl cd ${RPM_BUILD_ROOT}%{_libdir} -ln -sf liblapack.so.3.0.3 liblapack.so -ln -sf liblapack.so.3.0.3 liblapack.so.3 -ln -sf liblapack.so.3.0.3 liblapack.so.3.0 -ln -sf libblas.so.3.0.3 libblas.so -ln -sf libblas.so.3.0.3 libblas.so.3 -ln -sf libblas.so.3.0.3 libblas.so.3.0 +ln -sf liblapack.so.3.1.0 liblapack.so +ln -sf liblapack.so.3.1.0 liblapack.so.3 +ln -sf liblapack.so.3.1.0 liblapack.so.3.1 +ln -sf libblas.so.3.1.0 libblas.so +ln -sf libblas.so.3.1.0 libblas.so.3 +ln -sf libblas.so.3.1.0 libblas.so.3.1 %post -p /sbin/ldconfig @@ -164,6 +190,12 @@ %{_libdir}/libblas*.a %changelog +* Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 +- bump to 3.1.0 + +* Thu Sep 14 2006 Tom "spot" Callaway 3.0-38 +- bump for fc-6 + * Tue Feb 28 2006 Tom "spot" Callaway 3.0-37 - bump for FC5 From fedora-extras-commits at redhat.com Wed Dec 20 21:29:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:29:38 -0500 Subject: rpms/boo/FC-5 boo.spec,1.4,1.5 Message-ID: <200612202129.kBKLTcbr002517@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2501 Modified Files: boo.spec Log Message: Fix for correct libdir boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boo.spec 14 Sep 2006 21:50:52 -0000 1.4 +++ boo.spec 20 Dec 2006 21:29:08 -0000 1.5 @@ -1,9 +1,13 @@ +%if "%{?fedora}" = "5" %define monodir %{_prefix}/lib +%else +%define monodir %{_libdir} +%endif Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 9%{?dist} +Release: 10%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -63,6 +67,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-10 +- fix for correct libdir + * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:32:45 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:32:45 -0500 Subject: rpms/boo/FC-5 boo.spec,1.5,1.6 Message-ID: <200612202132.kBKLWjUf002569@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2536 Modified Files: boo.spec Log Message: Doh! boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- boo.spec 20 Dec 2006 21:29:08 -0000 1.5 +++ boo.spec 20 Dec 2006 21:32:15 -0000 1.6 @@ -1,4 +1,4 @@ -%if "%{?fedora}" = "5" +%if "%{?fedora}" == "5" %define monodir %{_prefix}/lib %else %define monodir %{_libdir} @@ -7,7 +7,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 10%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -67,7 +67,7 @@ %{monodir}/pkgconfig/boo.pc %changelog -* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-10 +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-11 - fix for correct libdir * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 From fedora-extras-commits at redhat.com Wed Dec 20 21:32:56 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Wed, 20 Dec 2006 16:32:56 -0500 Subject: owners owners.list,1.2130,1.2131 Message-ID: <200612202132.kBKLWucw002572@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2554 Modified Files: owners.list Log Message: Added qt-qsa Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2130 retrieving revision 1.2131 diff -u -r1.2130 -r1.2131 --- owners.list 20 Dec 2006 09:31:48 -0000 1.2130 +++ owners.list 20 Dec 2006 21:32:26 -0000 1.2131 @@ -2125,6 +2125,7 @@ Fedora Extras|qscintilla|A Scintilla port to Qt|rdieter at math.unl.edu|extras-qa at fedoraproject.org|icon at fedoraproject.org Fedora Extras|qstat|Real-time Game Server Status for FPS game servers|andy at smile.org.ua|extras-qa at fedoraproject.org| Fedora Extras|qsynth|Qt based Fluidsynth GUI front end|nando at ccrma.stanford.edu|extras-qa at fedoraproject.org| +Fedora Extras|qt-qsa|Qt Script for Applications|belegdol at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4-qsa|Qt Script for Applications Add-On for Qt4|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|qtparted|Partition Magic clone written in C++ using the Qt toolkit|steve at silug.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 20 21:35:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:35:05 -0500 Subject: rpms/boo/FC-6 boo.spec,1.4,1.5 Message-ID: <200612202135.kBKLZ5xZ002690@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2622 Modified Files: boo.spec Log Message: Fix for libdir and also package list boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-6/boo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boo.spec 14 Sep 2006 21:52:32 -0000 1.4 +++ boo.spec 20 Dec 2006 21:34:35 -0000 1.5 @@ -1,9 +1,13 @@ +%if "%{?fedora}" == "5" %define monodir %{_prefix}/lib +%else +%define monodir %{_libdir} +%endif Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 9%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +54,7 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%if "%fedora" == "5" +%if "%{?fedora}" == "5" %{_datadir}/gtksourceview-1.0/language-specs/boo.lang %else %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang @@ -63,6 +67,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-11 +- fix for correct libdir + * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:35:06 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:35:06 -0500 Subject: rpms/lapack/FC-5 sources,1.3,1.4 Message-ID: <200612202135.kBKLZ6AP002693@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2626/FC-5 Modified Files: sources Log Message: lapack 3.1.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Oct 2005 14:30:26 -0000 1.3 +++ sources 20 Dec 2006 21:34:36 -0000 1.4 @@ -1,4 +1 @@ -ded96a1a7434fca5c311b3b137963472 lapack.tar.bz2 -fb96dfdcbffad22dd7fa29872f326cbf manpages.tar.bz2 -50efab6cd73a9429584f7f1537f1727f manpages.tgz -a24f59304f87b78cdc7da2ae59c98664 lapack.tgz +0ff8c5d81117163376875343e64d04a1 lapack-3.1.0.tgz From fedora-extras-commits at redhat.com Wed Dec 20 21:35:06 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:35:06 -0500 Subject: rpms/lapack/FC-6 lapack-3.1.0-make.inc.patch, NONE, 1.1 lapack.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <200612202135.kBKLZ6BL002697@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2626/FC-6 Modified Files: lapack.spec sources Added Files: lapack-3.1.0-make.inc.patch Log Message: lapack 3.1.0 lapack-3.1.0-make.inc.patch: --- NEW FILE lapack-3.1.0-make.inc.patch --- --- lapack-3.1.0/make.inc.BAD 2006-11-14 15:58:41.000000000 -0600 +++ lapack-3.1.0/make.inc 2006-11-14 16:00:03.000000000 -0600 @@ -10,7 +10,7 @@ # # The machine (platform) identifier to append to the library names # -PLAT = _LINUX +PLAT = # # Modify the FORTRAN and OPTS definitions to refer to the # compiler and desired compiler options for your machine. NOOPT @@ -18,12 +18,13 @@ # selected. Define LOADER and LOADOPTS to refer to the loader and # desired load options for your machine. # -FORTRAN = g77 -OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused +FORTRAN = gfortran +#OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused #OPTS = -O0 -g -Wall DRVOPTS = $(OPTS) -NOOPT = -Wimplicit -Wno-globals -Wunused -LOADER = g77 +# NOOPT = -Wimplicit -Wno-globals -Wunused +NOOPT = +LOADER = gfortran LOADOPTS = # # The archiver and the flag(s) to use when building archive (library) Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/lapack.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lapack.spec 14 Sep 2006 18:48:01 -0000 1.11 +++ lapack.spec 20 Dec 2006 21:34:36 -0000 1.12 @@ -1,22 +1,21 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack -Version: 3.0 -Release: 38%{?dist} +Version: 3.1.0 +Release: 1%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ -Source0: http://www.netlib.org/lapack/lapack.tgz -Source1: http://www.netlib.org/lapack/manpages.tgz +Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz Source2: Makefile.blas Source3: Makefile.lapack Source4: http://www.netlib.org/lapack/lapackqref.ps Source5: http://www.netlib.org/blas/blasqr.ps -Patch0: lapack-20010525.patch Patch1: blas-bz143340.patch Patch2: lapack-fixlwork.patch +Patch3: lapack-3.1.0-make.inc.patch Obsoletes: lapack-man BuildRequires: gcc-gfortran -BuildRoot: %{_tmppath}/lapack-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LAPACK (Linear Algebra PACKage) is a standard library for numerical @@ -58,13 +57,13 @@ BLAS development libraries for applications that link statically. %prep -%setup -q -n LAPACK -%setup -q -D -T -a 1 -n LAPACK -%patch0 -p1 +%setup -q +%setup -q -D -T # Adds 8 missing BLAS functions from upstream tarball %patch1 -p1 # Fix Bugzilla 169558 -%patch2 -p1 +# %patch2 -p1 +%patch3 -p1 cp -f $RPM_SOURCE_DIR/Makefile.blas BLAS/SRC/Makefile cp -f $RPM_SOURCE_DIR/Makefile.lapack SRC/Makefile @@ -72,36 +71,63 @@ rm -f man/manl/zbcon.l %build -cd BLAS/SRC + RPM_OPT_O_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-O0|') export FC=gfortran + +# Build BLAS +pushd BLAS/SRC FFLAGS="$RPM_OPT_O_FLAGS" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS" make static -cp libblas.a ../.. +cp libblas.a ${RPM_BUILD_DIR}/%{name}-%{version}/ make clean FFLAGS="$RPM_OPT_O_FLAGS -fPIC" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp libblas.so.3.0.3 ../.. -cd ../.. -ln -s libblas.so.3.0.3 libblas.so +cp libblas.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +ln -s libblas.so.3.1.0 libblas.so -cd SRC # Some files don't like -O2, but -Os is fine RPM_OPT_SIZE_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-Os|') -FFLAGS="$RPM_OPT_SIZE_FLAGS" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS" make static -cp liblapack.a .. +# Build the static dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL +make NOOPT="$RPM_OPT_SIZE_FLAGS" OPTS="$RPM_OPT_FLAGS" dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Build the shared dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp liblapack.so.3.0.3 .. +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the shared lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared +cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Buuld the static with pic dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make static -cp liblapack.a ../liblapack_pic.a +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static with pic lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a +popd -cd .. cp %{SOURCE4} lapackqref.ps cp %{SOURCE5} blasqr.ps @@ -110,27 +136,27 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/manl -for f in liblapack.so.3.0.3 libblas.so.3.0.3 libblas.a liblapack.a liblapack_pic.a; do +for f in liblapack.so.3.1.0 libblas.so.3.1.0 libblas.a liblapack.a liblapack_pic.a; do cp -f $f ${RPM_BUILD_ROOT}%{_libdir}/$f done -find blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans # These are also in the BLAS package -rm -f man/manl/lsame.l* -rm -f man/manl/xerbla.l* -find man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans +rm -f manpages/man/manl/lsame.l* +rm -f manpages/man/manl/xerbla.l* +find manpages/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans -cp -f blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl -cp -f man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl cd ${RPM_BUILD_ROOT}%{_libdir} -ln -sf liblapack.so.3.0.3 liblapack.so -ln -sf liblapack.so.3.0.3 liblapack.so.3 -ln -sf liblapack.so.3.0.3 liblapack.so.3.0 -ln -sf libblas.so.3.0.3 libblas.so -ln -sf libblas.so.3.0.3 libblas.so.3 -ln -sf libblas.so.3.0.3 libblas.so.3.0 +ln -sf liblapack.so.3.1.0 liblapack.so +ln -sf liblapack.so.3.1.0 liblapack.so.3 +ln -sf liblapack.so.3.1.0 liblapack.so.3.1 +ln -sf libblas.so.3.1.0 libblas.so +ln -sf libblas.so.3.1.0 libblas.so.3 +ln -sf libblas.so.3.1.0 libblas.so.3.1 %post -p /sbin/ldconfig @@ -164,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 +- bump to 3.1.0 + * Thu Sep 14 2006 Tom "spot" Callaway 3.0-38 - bump for fc-6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Oct 2005 14:30:26 -0000 1.3 +++ sources 20 Dec 2006 21:34:36 -0000 1.4 @@ -1,4 +1 @@ -ded96a1a7434fca5c311b3b137963472 lapack.tar.bz2 -fb96dfdcbffad22dd7fa29872f326cbf manpages.tar.bz2 -50efab6cd73a9429584f7f1537f1727f manpages.tgz -a24f59304f87b78cdc7da2ae59c98664 lapack.tgz +0ff8c5d81117163376875343e64d04a1 lapack-3.1.0.tgz From fedora-extras-commits at redhat.com Wed Dec 20 21:35:11 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 16:35:11 -0500 Subject: rpms/lapack/devel lapack-3.1.0-make.inc.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 lapack.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <200612202135.kBKLZBj5002704@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2626/devel Modified Files: .cvsignore lapack.spec sources Added Files: lapack-3.1.0-make.inc.patch Log Message: lapack 3.1.0 lapack-3.1.0-make.inc.patch: --- NEW FILE lapack-3.1.0-make.inc.patch --- --- lapack-3.1.0/make.inc.BAD 2006-11-14 15:58:41.000000000 -0600 +++ lapack-3.1.0/make.inc 2006-11-14 16:00:03.000000000 -0600 @@ -10,7 +10,7 @@ # # The machine (platform) identifier to append to the library names # -PLAT = _LINUX +PLAT = # # Modify the FORTRAN and OPTS definitions to refer to the # compiler and desired compiler options for your machine. NOOPT @@ -18,12 +18,13 @@ # selected. Define LOADER and LOADOPTS to refer to the loader and # desired load options for your machine. # -FORTRAN = g77 -OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused +FORTRAN = gfortran +#OPTS = -funroll-all-loops -O3 -Wimplicit -Wno-globals -Wunused #OPTS = -O0 -g -Wall DRVOPTS = $(OPTS) -NOOPT = -Wimplicit -Wno-globals -Wunused -LOADER = g77 +# NOOPT = -Wimplicit -Wno-globals -Wunused +NOOPT = +LOADER = gfortran LOADOPTS = # # The archiver and the flag(s) to use when building archive (library) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Oct 2005 14:30:26 -0000 1.3 +++ .cvsignore 20 Dec 2006 21:34:41 -0000 1.4 @@ -2,3 +2,4 @@ manpages.tar.bz2 manpages.tgz lapack.tgz +lapack-3.1.0.tgz Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/lapack.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lapack.spec 14 Sep 2006 18:48:01 -0000 1.11 +++ lapack.spec 20 Dec 2006 21:34:41 -0000 1.12 @@ -1,22 +1,21 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack -Version: 3.0 -Release: 38%{?dist} +Version: 3.1.0 +Release: 1%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ -Source0: http://www.netlib.org/lapack/lapack.tgz -Source1: http://www.netlib.org/lapack/manpages.tgz +Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz Source2: Makefile.blas Source3: Makefile.lapack Source4: http://www.netlib.org/lapack/lapackqref.ps Source5: http://www.netlib.org/blas/blasqr.ps -Patch0: lapack-20010525.patch Patch1: blas-bz143340.patch Patch2: lapack-fixlwork.patch +Patch3: lapack-3.1.0-make.inc.patch Obsoletes: lapack-man BuildRequires: gcc-gfortran -BuildRoot: %{_tmppath}/lapack-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LAPACK (Linear Algebra PACKage) is a standard library for numerical @@ -58,13 +57,13 @@ BLAS development libraries for applications that link statically. %prep -%setup -q -n LAPACK -%setup -q -D -T -a 1 -n LAPACK -%patch0 -p1 +%setup -q +%setup -q -D -T # Adds 8 missing BLAS functions from upstream tarball %patch1 -p1 # Fix Bugzilla 169558 -%patch2 -p1 +# %patch2 -p1 +%patch3 -p1 cp -f $RPM_SOURCE_DIR/Makefile.blas BLAS/SRC/Makefile cp -f $RPM_SOURCE_DIR/Makefile.lapack SRC/Makefile @@ -72,36 +71,63 @@ rm -f man/manl/zbcon.l %build -cd BLAS/SRC + RPM_OPT_O_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-O0|') export FC=gfortran + +# Build BLAS +pushd BLAS/SRC FFLAGS="$RPM_OPT_O_FLAGS" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS" make static -cp libblas.a ../.. +cp libblas.a ${RPM_BUILD_DIR}/%{name}-%{version}/ make clean FFLAGS="$RPM_OPT_O_FLAGS -fPIC" make dcabs1.o FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp libblas.so.3.0.3 ../.. -cd ../.. -ln -s libblas.so.3.0.3 libblas.so +cp libblas.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +ln -s libblas.so.3.1.0 libblas.so -cd SRC # Some files don't like -O2, but -Os is fine RPM_OPT_SIZE_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's|-O2|-Os|') -FFLAGS="$RPM_OPT_SIZE_FLAGS" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS" make static -cp liblapack.a .. +# Build the static dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL +make NOOPT="$RPM_OPT_SIZE_FLAGS" OPTS="$RPM_OPT_FLAGS" dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Build the shared dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make shared -cp liblapack.so.3.0.3 .. +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the shared lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared +cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ +popd + +# Buuld the static with pic dlamch, dsecnd, lsame, second, slamch bits +pushd INSTALL make clean -FFLAGS="$RPM_OPT_SIZE_FLAGS -fPIC" make dlamch.o slamch.o dgeev.o -FFLAGS="$RPM_OPT_FLAGS -fPIC" make static -cp liblapack.a ../liblapack_pic.a +make NOOPT="$RPM_OPT_SIZE_FLAGS -fPIC" OPTS="$RPM_OPT_FLAGS -fPIC" \ + dlamch.o dsecnd.o lsame.o second.o slamch.o +popd + +# Build the static with pic lapack library +pushd SRC +make FFLAGS="$RPM_OPT_FLAGS -fPIC" static +cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a +popd -cd .. cp %{SOURCE4} lapackqref.ps cp %{SOURCE5} blasqr.ps @@ -110,27 +136,27 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/manl -for f in liblapack.so.3.0.3 libblas.so.3.0.3 libblas.a liblapack.a liblapack_pic.a; do +for f in liblapack.so.3.1.0 libblas.so.3.1.0 libblas.a liblapack.a liblapack_pic.a; do cp -f $f ${RPM_BUILD_ROOT}%{_libdir}/$f done -find blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > blasmans # These are also in the BLAS package -rm -f man/manl/lsame.l* -rm -f man/manl/xerbla.l* -find man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans +rm -f manpages/man/manl/lsame.l* +rm -f manpages/man/manl/xerbla.l* +find manpages/man/manl -type f -printf "%{_mandir}/manl/%f*\n" > lapackmans -cp -f blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl -cp -f man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/blas/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl +cp -f manpages/man/manl/* ${RPM_BUILD_ROOT}%{_mandir}/manl cd ${RPM_BUILD_ROOT}%{_libdir} -ln -sf liblapack.so.3.0.3 liblapack.so -ln -sf liblapack.so.3.0.3 liblapack.so.3 -ln -sf liblapack.so.3.0.3 liblapack.so.3.0 -ln -sf libblas.so.3.0.3 libblas.so -ln -sf libblas.so.3.0.3 libblas.so.3 -ln -sf libblas.so.3.0.3 libblas.so.3.0 +ln -sf liblapack.so.3.1.0 liblapack.so +ln -sf liblapack.so.3.1.0 liblapack.so.3 +ln -sf liblapack.so.3.1.0 liblapack.so.3.1 +ln -sf libblas.so.3.1.0 libblas.so +ln -sf libblas.so.3.1.0 libblas.so.3 +ln -sf libblas.so.3.1.0 libblas.so.3.1 %post -p /sbin/ldconfig @@ -164,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 +- bump to 3.1.0 + * Thu Sep 14 2006 Tom "spot" Callaway 3.0-38 - bump for fc-6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Oct 2005 14:30:26 -0000 1.3 +++ sources 20 Dec 2006 21:34:41 -0000 1.4 @@ -1,4 +1 @@ -ded96a1a7434fca5c311b3b137963472 lapack.tar.bz2 -fb96dfdcbffad22dd7fa29872f326cbf manpages.tar.bz2 -50efab6cd73a9429584f7f1537f1727f manpages.tgz -a24f59304f87b78cdc7da2ae59c98664 lapack.tgz +0ff8c5d81117163376875343e64d04a1 lapack-3.1.0.tgz From fedora-extras-commits at redhat.com Wed Dec 20 21:36:31 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 16:36:31 -0500 Subject: rpms/boo/devel boo.spec,1.4,1.5 Message-ID: <200612202136.kBKLaVXj002769@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2746 Modified Files: boo.spec Log Message: Fix for libdir and package list boo.spec Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/devel/boo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boo.spec 14 Sep 2006 21:52:32 -0000 1.4 +++ boo.spec 20 Dec 2006 21:36:01 -0000 1.5 @@ -1,9 +1,13 @@ +%if "%{?fedora}" == "5" %define monodir %{_prefix}/lib +%else +%define monodir %{_libdir} +%endif Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 9%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +54,7 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%if "%fedora" == "5" +%if "%{?fedora}" == "5" %{_datadir}/gtksourceview-1.0/language-specs/boo.lang %else %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang @@ -63,6 +67,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.7.6-2237-11 +- fix for correct libdir + * Thu Sep 14 2006 Paul F. Johnson 0.7.6.2237-9 - rebuild From fedora-extras-commits at redhat.com Wed Dec 20 21:55:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 20 Dec 2006 16:55:12 -0500 Subject: rpms/python-mutagen/devel .cvsignore, 1.4, 1.5 python-mutagen.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612202155.kBKLtCAI002953@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2934 Modified Files: .cvsignore python-mutagen.spec sources Log Message: * Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 - Bump to 1.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Oct 2006 19:20:51 -0000 1.4 +++ .cvsignore 20 Dec 2006 21:54:41 -0000 1.5 @@ -1 +1 @@ -mutagen-1.8.tar.gz +mutagen-1.9.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/python-mutagen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-mutagen.spec 12 Dec 2006 17:20:40 -0000 1.5 +++ python-mutagen.spec 20 Dec 2006 21:54:41 -0000 1.6 @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.8 -Release: 2%{?dist} +Version: 1.9 +Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 +- Bump to 1.9 + * Tue Dec 12 2006 Micha?? Bentkowski - 1.8-2 - Python 2.5 rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Oct 2006 19:20:51 -0000 1.4 +++ sources 20 Dec 2006 21:54:41 -0000 1.5 @@ -1 +1 @@ -01c7158131a18c18914f9fd3ebd499a3 mutagen-1.8.tar.gz +96394da027fb447cf37fa2b3aac0325d mutagen-1.9.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:02:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 20 Dec 2006 17:02:44 -0500 Subject: rpms/python-mutagen/FC-5 .cvsignore, 1.4, 1.5 python-mutagen.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612202202.kBKM2iKT006209@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6190 Modified Files: .cvsignore python-mutagen.spec sources Log Message: * Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 - Bump to 1.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Oct 2006 19:26:18 -0000 1.4 +++ .cvsignore 20 Dec 2006 22:02:14 -0000 1.5 @@ -1 +1 @@ -mutagen-1.8.tar.gz +mutagen-1.9.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/python-mutagen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-mutagen.spec 29 Oct 2006 19:26:18 -0000 1.5 +++ python-mutagen.spec 20 Dec 2006 22:02:14 -0000 1.6 @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.8 +Version: 1.9 Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 +- Bump to 1.9 + * Sun Oct 29 2006 Micha?? Bentkowski - 1.8-1 - Bump to 1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Oct 2006 19:26:18 -0000 1.4 +++ sources 20 Dec 2006 22:02:14 -0000 1.5 @@ -1 +1 @@ -01c7158131a18c18914f9fd3ebd499a3 mutagen-1.8.tar.gz +96394da027fb447cf37fa2b3aac0325d mutagen-1.9.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:06:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 20 Dec 2006 17:06:27 -0500 Subject: rpms/python-mutagen/FC-6 .cvsignore, 1.4, 1.5 python-mutagen.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612202206.kBKM6R1s006360@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6341 Modified Files: .cvsignore python-mutagen.spec sources Log Message: * Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 - Bump to 1.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Oct 2006 19:31:00 -0000 1.4 +++ .cvsignore 20 Dec 2006 22:05:57 -0000 1.5 @@ -1 +1 @@ -mutagen-1.8.tar.gz +mutagen-1.9.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-6/python-mutagen.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-mutagen.spec 29 Oct 2006 19:31:00 -0000 1.4 +++ python-mutagen.spec 20 Dec 2006 22:05:57 -0000 1.5 @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.8 +Version: 1.9 Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages @@ -49,6 +49,9 @@ %{python_sitelib}/mutagen/*.pyo %changelog +* Wed Dec 20 2006 Micha?? Bentkowski - 1.9-1 +- Bump to 1.9 + * Sun Oct 29 2006 Micha?? Bentkowski - 1.8-1 - Bump to 1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Oct 2006 19:31:00 -0000 1.4 +++ sources 20 Dec 2006 22:05:57 -0000 1.5 @@ -1 +1 @@ -01c7158131a18c18914f9fd3ebd499a3 mutagen-1.8.tar.gz +96394da027fb447cf37fa2b3aac0325d mutagen-1.9.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:07:54 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 17:07:54 -0500 Subject: rpms/monodevelop/FC-6 monodevelop.spec,1.12,1.13 Message-ID: <200612202207.kBKM7s61006421@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6400 Modified Files: monodevelop.spec Log Message: Disabled version control, added R gnome-sharp and enabled nemerle monodevelop.spec Index: monodevelop.spec =================================================================== RCS file: /cvs/extras/rpms/monodevelop/FC-6/monodevelop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- monodevelop.spec 1 Nov 2006 11:01:06 -0000 1.12 +++ monodevelop.spec 20 Dec 2006 22:07:24 -0000 1.13 @@ -7,7 +7,7 @@ Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.12 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz @@ -22,8 +22,7 @@ BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit %endif - -Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi +Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp %description This package provides MonoDevelop, a full-featured IDE for Mono @@ -48,7 +47,7 @@ %patch1 -p1 -b .orig %build -%configure --enable-boo --enable-java --enable-versioncontrol +%configure --enable-boo --enable-java --enable-nemerle --disable-versioncontrol make # no smp flags as it falls over during the build (race condition) @@ -98,6 +97,11 @@ %{__rm} -rf %{buildroot} %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.12-9 +- disables version control +- requires gnome-sharp +- enable nemerle added + * Wed Nov 01 2006 Paul F. Johnson 0.12-7 - Added R gtk-sharp2-gapi From fedora-extras-commits at redhat.com Wed Dec 20 22:09:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 20 Dec 2006 17:09:29 -0500 Subject: rpms/monodevelop/devel monodevelop.spec,1.12,1.13 Message-ID: <200612202209.kBKM9Tag006480@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6465 Modified Files: monodevelop.spec Log Message: Disable version control, enable nemerle and add R gnome-sharp monodevelop.spec Index: monodevelop.spec =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- monodevelop.spec 1 Nov 2006 11:02:43 -0000 1.12 +++ monodevelop.spec 20 Dec 2006 22:08:59 -0000 1.13 @@ -7,7 +7,7 @@ Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.12 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz @@ -22,8 +22,7 @@ BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit %endif - -Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi +Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp %description This package provides MonoDevelop, a full-featured IDE for Mono @@ -48,7 +47,7 @@ %patch1 -p1 -b .orig %build -%configure --enable-boo --enable-java --enable-versioncontrol +%configure --enable-boo --enable-java --enable-nemerle --disable-versioncontrol make # no smp flags as it falls over during the build (race condition) @@ -98,6 +97,11 @@ %{__rm} -rf %{buildroot} %changelog +* Wed Dec 20 2006 Paul F. Johnson 0.12-9 +- disables version control +- requires gnome-sharp +- enable nemerle added + * Wed Nov 01 2006 Paul F. Johnson 0.12-7 - Added R gtk-sharp2-gapi From fedora-extras-commits at redhat.com Wed Dec 20 22:12:21 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:12:21 -0500 Subject: rpms/cobbler/devel .cvsignore, 1.10, 1.11 cobbler.spec, 1.9, 1.10 sources, 1.11, 1.12 Message-ID: <200612202212.kBKMCLrL006523@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6504 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 12 Dec 2006 20:47:10 -0000 1.10 +++ .cvsignore 20 Dec 2006 22:11:51 -0000 1.11 @@ -7,3 +7,4 @@ cobbler-0.2.7.tar.gz cobbler-0.2.8.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cobbler.spec 12 Dec 2006 20:47:10 -0000 1.9 +++ cobbler.spec 20 Dec 2006 22:11:51 -0000 1.10 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,7 +10,8 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server -BuildRequires: python-devel +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -55,6 +56,10 @@ %changelog +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 12 Dec 2006 20:47:10 -0000 1.11 +++ sources 20 Dec 2006 22:11:51 -0000 1.12 @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:14:07 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:14:07 -0500 Subject: rpms/cobbler/FC-6 .cvsignore, 1.14, 1.15 cobbler.spec, 1.13, 1.14 sources, 1.15, 1.16 Message-ID: <200612202214.kBKME7xI006597@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6573 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 8 Dec 2006 17:05:24 -0000 1.14 +++ .cvsignore 20 Dec 2006 22:13:37 -0000 1.15 @@ -11,3 +11,4 @@ cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/cobbler.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cobbler.spec 8 Dec 2006 17:05:24 -0000 1.13 +++ cobbler.spec 20 Dec 2006 22:13:37 -0000 1.14 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,8 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -54,6 +56,10 @@ %changelog +* Mon Dec 18 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 8 Dec 2006 17:05:24 -0000 1.15 +++ sources 20 Dec 2006 22:13:37 -0000 1.16 @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:15:47 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:15:47 -0500 Subject: rpms/cobbler/FC-6 cobbler.spec,1.14,1.15 Message-ID: <200612202215.kBKMFlaU006666@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6643 Modified Files: cobbler.spec Log Message: Fixing changelog date Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-6/cobbler.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cobbler.spec 20 Dec 2006 22:13:37 -0000 1.14 +++ cobbler.spec 20 Dec 2006 22:15:17 -0000 1.15 @@ -56,7 +56,7 @@ %changelog -* Mon Dec 18 2006 Michael DeHaan - 0.3.5-1 +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-2 - Upstream changes (see CHANGELOG) - Added createrepo as Requires From fedora-extras-commits at redhat.com Wed Dec 20 22:17:05 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Wed, 20 Dec 2006 17:17:05 -0500 Subject: rpms/cobbler/FC-5 .cvsignore, 1.9, 1.10 cobbler.spec, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <200612202217.kBKMH5lp006699@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6680 Modified Files: .cvsignore cobbler.spec sources Log Message: Upstream to 0.3.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 8 Dec 2006 17:07:45 -0000 1.9 +++ .cvsignore 20 Dec 2006 22:16:35 -0000 1.10 @@ -6,3 +6,4 @@ cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/cobbler.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cobbler.spec 8 Dec 2006 17:07:45 -0000 1.8 +++ cobbler.spec 20 Dec 2006 22:16:35 -0000 1.9 @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,8 @@ Requires: python >= 2.3 Requires: httpd Requires: tftp-server +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -54,6 +56,10 @@ %changelog +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 8 Dec 2006 17:07:45 -0000 1.9 +++ sources 20 Dec 2006 22:16:35 -0000 1.10 @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Wed Dec 20 22:17:54 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 20 Dec 2006 17:17:54 -0500 Subject: rpms/lilypond-doc/FC-6 .cvsignore, 1.6, 1.7 lilypond-doc.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612202217.kBKMHsn5006724@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6705 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Nov 2006 14:53:08 -0000 1.6 +++ .cvsignore 20 Dec 2006 22:17:24 -0000 1.7 @@ -1 +1 @@ -lilypond-2.10.0-2.documentation.tar.bz2 +lilypond-2.10.3-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-6/lilypond-doc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lilypond-doc.spec 21 Nov 2006 14:53:08 -0000 1.5 +++ lilypond-doc.spec 20 Dec 2006 22:17:24 -0000 1.6 @@ -1,12 +1,12 @@ Name: lilypond-doc -Version: 2.10.0 +Version: 2.10.3 Release: 1%{?dist} Summary: HTML documentation for LilyPond Group: Applications/Publishing License: GPL URL: http://www.lilypond.org -Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-2.documentation.tar.bz2 +Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-1.documentation.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -43,6 +43,9 @@ %changelog +* Wed Dec 20 2006 Quentin Spencer 2.10.3-1 +- New release. + * Thu Nov 16 2006 Quentin Spencer 2.10.0-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 21 Nov 2006 14:53:08 -0000 1.6 +++ sources 20 Dec 2006 22:17:24 -0000 1.7 @@ -1 +1 @@ -b4fae3abd129e0a19ceddb3dae03fb28 lilypond-2.10.0-2.documentation.tar.bz2 +9db6c939c52e207493ad847c4da3314d lilypond-2.10.3-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 20 22:19:58 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 20 Dec 2006 17:19:58 -0500 Subject: rpms/lilypond-doc/devel .cvsignore, 1.6, 1.7 lilypond-doc.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612202219.kBKMJwcB006813@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6794 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Nov 2006 22:48:28 -0000 1.6 +++ .cvsignore 20 Dec 2006 22:19:28 -0000 1.7 @@ -1 +1 @@ -lilypond-2.10.0-2.documentation.tar.bz2 +lilypond-2.10.3-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/lilypond-doc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lilypond-doc.spec 16 Nov 2006 22:48:28 -0000 1.5 +++ lilypond-doc.spec 20 Dec 2006 22:19:28 -0000 1.6 @@ -1,12 +1,12 @@ Name: lilypond-doc -Version: 2.10.0 +Version: 2.10.3 Release: 1%{?dist} Summary: HTML documentation for LilyPond Group: Applications/Publishing License: GPL URL: http://www.lilypond.org -Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-2.documentation.tar.bz2 +Source0: http://www.lilypond.org/download/binaries/documentation/lilypond-%{version}-1.documentation.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -43,6 +43,9 @@ %changelog +* Wed Dec 20 2006 Quentin Spencer 2.10.3-1 +- New release. + * Thu Nov 16 2006 Quentin Spencer 2.10.0-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 16 Nov 2006 22:48:28 -0000 1.6 +++ sources 20 Dec 2006 22:19:28 -0000 1.7 @@ -1 +1 @@ -b4fae3abd129e0a19ceddb3dae03fb28 lilypond-2.10.0-2.documentation.tar.bz2 +9db6c939c52e207493ad847c4da3314d lilypond-2.10.3-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 00:10:12 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 20 Dec 2006 19:10:12 -0500 Subject: rpms/liferea/FC-6 liferea.spec,1.56,1.57 Message-ID: <200612210010.kBL0ACEJ013693@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13678 Modified Files: liferea.spec Log Message: * Wed Dec 20 2006 Brian Pepple - 1.0.26-2 - Rebuild for new firefox. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-6/liferea.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- liferea.spec 26 Nov 2006 16:39:17 -0000 1.56 +++ liferea.spec 21 Dec 2006 00:09:42 -0000 1.57 @@ -2,7 +2,7 @@ Name: liferea Version: 1.0.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -25,7 +25,6 @@ BuildRequires: dbus-devel %endif -#Requires: firefox = 1.5.0.8 Requires: firefox = %(rpm -q firefox-devel --qf '%%{version}' 2>/dev/null) Requires(pre): GConf2 @@ -111,6 +110,9 @@ %changelog +* Wed Dec 20 2006 Brian Pepple - 1.0.26-2 +- Rebuild for new firefox. + * Thu Nov 23 2006 Brian Pepple - 1.0.26-1 - Update to 1.0.26. - Add patch to use document font name. (#216813) From fedora-extras-commits at redhat.com Thu Dec 21 00:16:47 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 19:16:47 -0500 Subject: rpms/lapack/FC-5 Makefile.blas, 1.2, 1.3 Makefile.lapack, 1.1, 1.2 lapack.spec, 1.11, 1.12 Message-ID: <200612210016.kBL0GlUp013809@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13760/FC-5 Modified Files: Makefile.blas Makefile.lapack lapack.spec Log Message: Fix lapack. Index: Makefile.blas =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/Makefile.blas,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.blas 15 Nov 2005 15:45:43 -0000 1.2 +++ Makefile.blas 21 Dec 2006 00:16:17 -0000 1.3 @@ -21,11 +21,11 @@ zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o \ zhpr2.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o \ ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o \ - ztrsv.o + ztrsv.o scabs1.o static: $(OBJS) ar ruv libblas.a $(OBJS) ranlib libblas.a shared: $(OBJS) - cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.0.3 *.o -lm -lgfortran -lc + cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.1.0 $(OBJS) -lm -lgfortran -lc Index: Makefile.lapack =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/Makefile.lapack,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.lapack 15 Apr 2005 02:04:38 -0000 1.1 +++ Makefile.lapack 21 Dec 2006 00:16:17 -0000 1.2 @@ -4,197 +4,207 @@ OBJS= cbdsqr.o cgbbrd.o cgbcon.o cgbequ.o cgbrfs.o cgbsv.o \ cgbsvx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o \ cgebd2.o cgebrd.o cgecon.o cgeequ.o cgees.o cgeesx.o \ - cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgels.o \ - cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgelss.o cgelsx.o \ + cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o \ + cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o \ cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o \ cgeqrf.o cgerfs.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o \ - cgesv.o cgesvd.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ - cgetri.o cgges.o cgetrs.o cggbak.o cggbal.o cggesx.o \ + cgesvd.o cgesv.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ + cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o \ cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o \ cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o \ - cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbev.o chbevd.o \ - chbevx.o chbgst.o chbgv.o chbgvd.o chbgvx.o chbtrd.o \ - checon.o cheev.o cheevd.o cheevr.o cheevx.o chegs2.o \ - chegst.o chegv.o chegvd.o chegvx.o cherfs.o chesv.o \ + cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o \ + chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o \ + checon.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o \ + chegst.o chegvd.o chegv.o chegvx.o cherfs.o chesv.o \ chesvx.o chetd2.o chetf2.o chetrd.o chetrf.o chetri.o \ - chetrs.o chgeqz.o chpcon.o chpev.o chpevd.o chpevx.o \ - chpgst.o chpgv.o chpgvd.o chpgvx.o chprfs.o chpsv.o \ + chetrs.o chgeqz.o chpcon.o chpevd.o chpev.o chpevx.o \ + chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o \ chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o \ - chseqr.o clabrd.o clacgv.o clacon.o clacp2.o clacpy.o \ - clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o \ - claein.o claesy.o claev2.o clags2.o clagtm.o clahef.o \ - clahqr.o clahrd.o claic1.o clals0.o clalsa.o clalsd.o \ - clangb.o clange.o clangt.o clanhb.o clanhe.o clanhp.o \ - clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o \ - clantp.o clantr.o clapll.o clapmt.o claqgb.o claqge.o \ - claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqsb.o \ - claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarf.o \ - clarfb.o clarfg.o clarft.o clarfx.o clargv.o clarnv.o \ - clarrv.o clartg.o clartv.o clarz.o clarzb.o clarzt.o \ - clascl.o claset.o clasr.o classq.o claswp.o clasyf.o \ - clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ - clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o \ - cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o \ - cpocon.o cpoequ.o cporfs.o cposv.o cposvx.o cpotf2.o \ - cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o \ - cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cptcon.o \ - cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o \ - cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o \ - cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrot.o \ - csrscl.o cstedc.o cstegr.o cstein.o csteqr.o csycon.o \ - csymv.o csyr.o csyrfs.o csysv.o csysvx.o csytf2.o \ - csytrf.o csytri.o csytrs.o ctbcon.o ctbrfs.o ctbtrs.o \ - ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o \ - ctgsy2.o ctgsyl.o ctpcon.o ctprfs.o ctptri.o ctptrs.o \ - ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ - ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o \ - cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o \ - cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o \ - cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o \ - cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o \ - cupgtr.o cupmtr.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o \ - dgbcon.o dgbequ.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o \ - dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o \ - dgecon.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o \ - dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ - dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o \ - dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o \ - dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o \ - dgesvx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o \ - dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ - dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o \ - dggsvp.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o \ - dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o dlabad.o \ - dlabrd.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaed0.o \ - dlaebz.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ + chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o \ + clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o \ + claed8.o claein.o claesy.o claev2.o clag2z.o clags2.o \ + clagtm.o clahef.o clahqr.o clahr2.o clahrd.o claic1.o \ + clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o \ + clanhb.o clanhe.o clanhp.o clanhs.o clanht.o clansb.o \ + clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o \ + clapmt.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o \ + claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o \ + claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o \ + clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarft.o \ + clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ + clarzb.o clarz.o clarzt.o clascl.o claset.o clasr.o \ + classq.o claswp.o clasyf.o clatbs.o clatdf.o clatps.o \ + clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o \ + cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o \ + cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ + cposv.o cposvx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o \ + cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o \ + cpptri.o cpptrs.o cptcon.o cpteqr.o cptrfs.o cptsv.o \ + cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o \ + cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o \ + csptri.o csptrs.o csrot.o csrscl.o cstedc.o cstegr.o \ + cstein.o cstemr.o csteqr.o csycon.o csymv.o csyr.o \ + csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o \ + csytrs.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ + ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o \ + ctpcon.o ctprfs.o ctptri.o ctptrs.o ctrcon.o ctrevc.o \ + ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o \ + ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ + cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o \ + cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o \ + cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o \ + cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o \ + dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequ.o \ + dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o \ + dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequ.o \ + dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o \ + dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgelsd.o dgels.o \ + dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o dgeqp3.o \ + dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o dgerq2.o dgerqf.o \ + dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvx.o dgetc2.o \ + dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o \ + dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o \ + dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgtcon.o \ + dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o \ + dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o \ + dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o \ + dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o \ - dlaev2.o dlaexc.o dlag2.o dlags2.o dlagtf.o dlagtm.o \ - dlagts.o dlagv2.o dlahqr.o dlahrd.o dlaic1.o dlaln2.o \ - dlals0.o dlalsa.o dlalsd.o dlamch.o dlamrg.o dlangb.o \ - dlange.o dlangt.o dlanhs.o dlansb.o dlansp.o dlanst.o \ - dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o \ - dlapmt.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o \ - dlaqps.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o \ - dlar2v.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o \ - dlargv.o dlarnv.o dlarrb.o dlarre.o dlarrf.o dlarrv.o \ - dlartg.o dlartv.o dlaruv.o dlarz.o dlarzb.o dlarzt.o \ - dlas2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o \ - dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasd9.o \ - dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o \ - dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o \ - dlassq.o dlasv2.o dpbsv.o dlaswp.o dlasy2.o dlasyf.o \ - dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o \ - dlatzm.o dlauu2.o dlauum.o dopgtr.o dopmtr.o dorg2l.o \ - dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o \ - dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ - dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o \ - dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o \ - dpbequ.o dpbrfs.o dpbstf.o dpbsvx.o dpbtf2.o dpbtrf.o \ - dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o dppsv.o \ - dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o \ - dppequ.o dpprfs.o dppsvx.o dpptrf.o dpptri.o dpptrs.o \ - dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o \ - dpttrs.o dptts2.o drscl.o dsbev.o dsbevd.o dsbevx.o \ - dsbgst.o dsbgv.o dsbgvd.o dsbgvx.o dsbtrd.o dsecnd.o \ - dspcon.o dspev.o dspevd.o dspevx.o dspgst.o dspgv.o \ - dspgvd.o dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o \ - dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o \ - dstein.o dsteqr.o dsterf.o dstev.o dstevd.o dstevr.o \ - dstevx.o dsycon.o dsyev.o dsyevd.o dsyevr.o dsyevx.o \ - dsygs2.o dsygst.o dsygv.o dsygvd.o dsygvx.o dsyrfs.o \ + dlaev2.o dlaexc.o dlag2.o dlag2s.o dlags2.o dlagtf.o \ + dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o \ + dlaic1.o dlaisnan.o dlaln2.o dlals0.o dlalsa.o \ + dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o \ + dlanhs.o dlansb.o dlansp.o dlanst.o dlansy.o dlantb.o \ + dlantp.o dlantr.o dlanv2.o dlapll.o dlapmt.o dlapy2.o \ + dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o \ + dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o \ + dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o \ + dlarf.o dlarfg.o dlarft.o dlarfx.o dlargv.o dlarnv.o \ + dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o \ + dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o \ + dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl.o \ + dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o \ + dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o \ + dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o \ + dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o \ + dlasy2.o dlasyf.o dlatbs.o dlatdf.o dlatps.o dlatrd.o \ + dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dlazq3.o \ + dlazq4.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o dorgbr.o \ + dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ + dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o \ + dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o \ + dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ + dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o \ + dpocon.o dpoequ.o dporfs.o dposv.o dposvx.o dpotf2.o \ + dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o \ + dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ + dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o \ + dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o \ + dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsgesv.o dspcon.o \ + dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o \ + dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o \ + dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o \ + dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o \ + dstevx.o dsycon.o dsyevd.o dsyev.o dsyevr.o dsyevx.o \ + dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o \ dsysv.o dsysvx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o \ - dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgex2.o \ - dtgevc.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ + dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o \ + dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ dtgsyl.o dtpcon.o dtprfs.o dtptri.o dtptrs.o dtrcon.o \ dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dzsum1.o \ - icmax1.o ieeeck.o ilaenv.o izmax1.o lsame.o lsamen.o \ - sbdsdc.o sbdsqr.o scsum1.o sdisna.o second.o sgbbrd.o \ + icmax1.o ieeeck.o ilaenv.o ilaver.o iparmq.o izmax1.o \ + lsamen.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o \ sgbcon.o sgbequ.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o \ sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o \ sgecon.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o \ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ - sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ + sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqrf.o sgerfs.o \ - sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o \ + sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o \ sgesvx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o \ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o \ sggsvp.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o \ - sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o slabad.o \ - slabrd.o slacon.o slacpy.o sladiv.o slae2.o slaed0.o \ - slaebz.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o \ - slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o \ - slaev2.o slaexc.o slag2.o slags2.o slagtf.o slagtm.o \ - slagts.o slagv2.o slahqr.o slahrd.o slaic1.o slaln2.o \ - slals0.o slalsa.o slalsd.o slamch.o slamrg.o slangb.o \ + sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o \ + slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o \ + slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o \ + slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o \ + slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o \ + slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o \ + slahr2.o slahrd.o slaic1.o slaisnan.o slaln2.o \ + slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o \ slange.o slangt.o slanhs.o slansb.o slansp.o slanst.o \ slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o \ slapmt.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o \ - slaqps.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ - slar2v.o slarf.o slarfb.o slarfg.o slarft.o slarfx.o \ - slargv.o slarnv.o slarrb.o slarre.o slarrf.o slarz.o \ - slarrv.o slartg.o slartv.o slaruv.o slarzb.o slarzt.o \ + slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o \ + slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ + slar2v.o slarfb.o slarf.o slarfg.o slarft.o slarfx.o \ + slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o \ + slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o \ + slartg.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o \ slas2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o \ - slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasd9.o \ - slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o \ - slasq3.o slasr.o slasq4.o slasq5.o slasq6.o slasrt.o \ - slassq.o slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o \ - slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ - slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ - sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o \ - sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o \ - sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ - sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o \ - spbrfs.o spbstf.o spbsv.o spbsvx.o sposv.o spbtf2.o \ - spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposvx.o \ - spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o \ - spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o \ - sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o \ - spttrs.o sptts2.o srscl.o ssbev.o ssbevd.o ssbevx.o \ - ssbgst.o ssbgv.o ssbgvd.o ssbgvx.o ssbtrd.o sspcon.o \ - sspev.o sspevd.o sspevx.o sspgst.o sspgv.o sspgvd.o \ - sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o \ - ssptri.o ssptrs.o sstebz.o sstev.o sstedc.o sstegr.o \ - sstein.o ssteqr.o ssterf.o sstevd.o sstevr.o sstevx.o \ - ssycon.o ssyev.o ssyevd.o ssyevr.o ssyevx.o ssygs2.o \ - ssygst.o ssygv.o ssygvd.o ssygvx.o ssyrfs.o ssysv.o \ - ssysvx.o ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o \ - ssytrs.o stbcon.o stbrfs.o stbtrs.o stgex2.o stgevc.o \ - stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o \ - stpcon.o stprfs.o stptri.o stptrs.o strcon.o strevc.o \ - strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o \ - strtri.o strtrs.o stzrqf.o stzrzf.o xerbla.o zbdsqr.o \ - zdrot.o zdrscl.o zgbbrd.o zgbcon.o zgbequ.o zgbrfs.o \ - zgbsv.o zgbsvx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o \ - zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequ.o zgees.o \ - zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o \ - zgehrd.o zgelq2.o zgelqf.o zgels.o zgelsd.o zgelss.o \ - zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o \ - zgeqr2.o zgeqrf.o zgerfs.o zgerq2.o zgerqf.o zgesc2.o \ - zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o \ - zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o \ - zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o \ - zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o \ - zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbev.o \ - zhbevd.o zhbevx.o zhbgst.o zhbgv.o zhbgvd.o zhbgvx.o \ - zhbtrd.o zhecon.o zheev.o zheevd.o zheevr.o zheevx.o \ - zhegs2.o zhegst.o zhegv.o zhegvd.o zhegvx.o zherfs.o \ - zhesv.o zhesvx.o zhetd2.o zhetf2.o zhetrd.o zhetrf.o \ - zhetri.o zhetrs.o zhgeqz.o zhpcon.o zhpev.o zhpevd.o \ - zhpevx.o zhpgst.o zhpgv.o zhpgvd.o zhpgvx.o zhprfs.o \ - zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o \ - zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacon.o zlacp2.o \ - zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o \ - zlaed8.o zlaein.o zlaesy.o zlaev2.o zlags2.o zlagtm.o \ - zlahef.o zlahqr.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ + slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o \ + slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o \ + slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o \ + slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o slatdf.o \ + slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o \ + slauum.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorg2l.o \ + sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o \ + sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ + sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o \ + sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o \ + spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o \ + spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ + sposvx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o \ + sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o \ + spptrs.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o \ + spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o \ + ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o \ + sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o \ + sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o \ + ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o \ + sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o \ + sstevr.o sstevx.o ssycon.o ssyevd.o ssyev.o ssyevr.o \ + ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o \ + ssyrfs.o ssysv.o ssysvx.o ssytd2.o ssytf2.o ssytrd.o \ + ssytrf.o ssytri.o ssytrs.o stbcon.o stbrfs.o stbtrs.o \ + stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o \ + stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o stptrs.o \ + strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o \ + strsyl.o strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o \ + xerbla.o zbdsqr.o zcgesv.o zdrot.o zdrscl.o zgbbrd.o \ + zgbcon.o zgbequ.o zgbrfs.o zgbsv.o zgbsvx.o zgbtf2.o \ + zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o \ + zgecon.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o \ + zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ + zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgeql2.o \ + zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqrf.o zgerfs.o \ + zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o \ + zgesvx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o \ + zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o \ + zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o \ + zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o \ + zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o \ + zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zheevd.o \ + zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o \ + zhegv.o zhegvx.o zherfs.o zhesv.o zhesvx.o zhetd2.o \ + zhetf2.o zhetrd.o zhetrf.o zhetri.o zhetrs.o zhgeqz.o \ + zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o \ + zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o \ + zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o \ + zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o \ + zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o \ + zlaesy.o zlaev2.o zlag2c.o zlags2.o zlagtm.o zlahef.o \ + zlahqr.o zlahr2.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o \ zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o \ zlantb.o zlantp.o zlantr.o zlapll.o zlapmt.o zlaqgb.o \ zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o \ + zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o \ zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o \ - zlarf.o zlarfb.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ - zlarnv.o zlarz.o zlarrv.o zlartg.o zlartv.o zlarzb.o \ + zlarfb.o zlarf.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ + zlarnv.o zlarrv.o zlartg.o zlartv.o zlarzb.o zlarz.o \ zlarzt.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o \ zlasyf.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o \ zlatrz.o zlatzm.o zlauu2.o zlauum.o zpbcon.o zpbequ.o \ @@ -205,22 +215,23 @@ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o \ zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o \ zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o \ - zstedc.o zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ - zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o \ - zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o \ - ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o \ - ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o ztrcon.o \ - ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o \ - ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ - zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o \ - zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o \ - zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o \ - zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o \ - zupmtr.o + zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o \ + zsymv.o zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o \ + zsytrf.o zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o \ + ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o \ + ztgsy2.o ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o \ + ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ + ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o \ + zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o \ + zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o \ + zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o \ + zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o \ + zupgtr.o zupmtr.o ../INSTALL/dlamch.o ../INSTALL/dsecnd.o \ + ../INSTALL/lsame.o ../INSTALL/second.o ../INSTALL/slamch.o static: $(OBJS) ar ruv liblapack.a $(OBJS) ranlib liblapack.a shared: $(OBJS) - cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.0.3 *.o -L.. -lblas -lm -lgfortran -lc + cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.1.0 $(OBJS) -L.. -lblas -lm -lgfortran -lc Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/lapack.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lapack.spec 20 Dec 2006 21:27:04 -0000 1.11 +++ lapack.spec 21 Dec 2006 00:16:17 -0000 1.12 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -190,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 +- fix the Makefiles + * Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 - bump to 3.1.0 From fedora-extras-commits at redhat.com Thu Dec 21 00:16:48 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 19:16:48 -0500 Subject: rpms/lapack/devel Makefile.blas, 1.2, 1.3 Makefile.lapack, 1.1, 1.2 lapack.spec, 1.12, 1.13 Message-ID: <200612210016.kBL0GmuM013817@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13760/devel Modified Files: Makefile.blas Makefile.lapack lapack.spec Log Message: Fix lapack. Index: Makefile.blas =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/Makefile.blas,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.blas 15 Nov 2005 15:45:43 -0000 1.2 +++ Makefile.blas 21 Dec 2006 00:16:18 -0000 1.3 @@ -21,11 +21,11 @@ zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o \ zhpr2.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o \ ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o \ - ztrsv.o + ztrsv.o scabs1.o static: $(OBJS) ar ruv libblas.a $(OBJS) ranlib libblas.a shared: $(OBJS) - cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.0.3 *.o -lm -lgfortran -lc + cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.1.0 $(OBJS) -lm -lgfortran -lc Index: Makefile.lapack =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/Makefile.lapack,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.lapack 15 Apr 2005 02:04:38 -0000 1.1 +++ Makefile.lapack 21 Dec 2006 00:16:18 -0000 1.2 @@ -4,197 +4,207 @@ OBJS= cbdsqr.o cgbbrd.o cgbcon.o cgbequ.o cgbrfs.o cgbsv.o \ cgbsvx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o \ cgebd2.o cgebrd.o cgecon.o cgeequ.o cgees.o cgeesx.o \ - cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgels.o \ - cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgelss.o cgelsx.o \ + cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o \ + cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o \ cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o \ cgeqrf.o cgerfs.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o \ - cgesv.o cgesvd.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ - cgetri.o cgges.o cgetrs.o cggbak.o cggbal.o cggesx.o \ + cgesvd.o cgesv.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ + cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o \ cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o \ cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o \ - cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbev.o chbevd.o \ - chbevx.o chbgst.o chbgv.o chbgvd.o chbgvx.o chbtrd.o \ - checon.o cheev.o cheevd.o cheevr.o cheevx.o chegs2.o \ - chegst.o chegv.o chegvd.o chegvx.o cherfs.o chesv.o \ + cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o \ + chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o \ + checon.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o \ + chegst.o chegvd.o chegv.o chegvx.o cherfs.o chesv.o \ chesvx.o chetd2.o chetf2.o chetrd.o chetrf.o chetri.o \ - chetrs.o chgeqz.o chpcon.o chpev.o chpevd.o chpevx.o \ - chpgst.o chpgv.o chpgvd.o chpgvx.o chprfs.o chpsv.o \ + chetrs.o chgeqz.o chpcon.o chpevd.o chpev.o chpevx.o \ + chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o \ chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o \ - chseqr.o clabrd.o clacgv.o clacon.o clacp2.o clacpy.o \ - clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o \ - claein.o claesy.o claev2.o clags2.o clagtm.o clahef.o \ - clahqr.o clahrd.o claic1.o clals0.o clalsa.o clalsd.o \ - clangb.o clange.o clangt.o clanhb.o clanhe.o clanhp.o \ - clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o \ - clantp.o clantr.o clapll.o clapmt.o claqgb.o claqge.o \ - claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqsb.o \ - claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarf.o \ - clarfb.o clarfg.o clarft.o clarfx.o clargv.o clarnv.o \ - clarrv.o clartg.o clartv.o clarz.o clarzb.o clarzt.o \ - clascl.o claset.o clasr.o classq.o claswp.o clasyf.o \ - clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ - clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o \ - cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o \ - cpocon.o cpoequ.o cporfs.o cposv.o cposvx.o cpotf2.o \ - cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o \ - cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cptcon.o \ - cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o \ - cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o \ - cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrot.o \ - csrscl.o cstedc.o cstegr.o cstein.o csteqr.o csycon.o \ - csymv.o csyr.o csyrfs.o csysv.o csysvx.o csytf2.o \ - csytrf.o csytri.o csytrs.o ctbcon.o ctbrfs.o ctbtrs.o \ - ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o \ - ctgsy2.o ctgsyl.o ctpcon.o ctprfs.o ctptri.o ctptrs.o \ - ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ - ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o \ - cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o \ - cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o \ - cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o \ - cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o \ - cupgtr.o cupmtr.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o \ - dgbcon.o dgbequ.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o \ - dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o \ - dgecon.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o \ - dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ - dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o \ - dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o \ - dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o \ - dgesvx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o \ - dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ - dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o \ - dggsvp.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o \ - dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o dlabad.o \ - dlabrd.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaed0.o \ - dlaebz.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ + chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o \ + clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o \ + claed8.o claein.o claesy.o claev2.o clag2z.o clags2.o \ + clagtm.o clahef.o clahqr.o clahr2.o clahrd.o claic1.o \ + clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o \ + clanhb.o clanhe.o clanhp.o clanhs.o clanht.o clansb.o \ + clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o \ + clapmt.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o \ + claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o \ + claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o \ + clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarft.o \ + clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ + clarzb.o clarz.o clarzt.o clascl.o claset.o clasr.o \ + classq.o claswp.o clasyf.o clatbs.o clatdf.o clatps.o \ + clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o \ + cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o \ + cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ + cposv.o cposvx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o \ + cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o \ + cpptri.o cpptrs.o cptcon.o cpteqr.o cptrfs.o cptsv.o \ + cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o \ + cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o \ + csptri.o csptrs.o csrot.o csrscl.o cstedc.o cstegr.o \ + cstein.o cstemr.o csteqr.o csycon.o csymv.o csyr.o \ + csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o \ + csytrs.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ + ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o \ + ctpcon.o ctprfs.o ctptri.o ctptrs.o ctrcon.o ctrevc.o \ + ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o \ + ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ + cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o \ + cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o \ + cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o \ + cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o \ + dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequ.o \ + dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o \ + dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequ.o \ + dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o \ + dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgelsd.o dgels.o \ + dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o dgeqp3.o \ + dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o dgerq2.o dgerqf.o \ + dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvx.o dgetc2.o \ + dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o \ + dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o \ + dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgtcon.o \ + dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o \ + dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o \ + dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o \ + dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o \ - dlaev2.o dlaexc.o dlag2.o dlags2.o dlagtf.o dlagtm.o \ - dlagts.o dlagv2.o dlahqr.o dlahrd.o dlaic1.o dlaln2.o \ - dlals0.o dlalsa.o dlalsd.o dlamch.o dlamrg.o dlangb.o \ - dlange.o dlangt.o dlanhs.o dlansb.o dlansp.o dlanst.o \ - dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o \ - dlapmt.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o \ - dlaqps.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o \ - dlar2v.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o \ - dlargv.o dlarnv.o dlarrb.o dlarre.o dlarrf.o dlarrv.o \ - dlartg.o dlartv.o dlaruv.o dlarz.o dlarzb.o dlarzt.o \ - dlas2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o \ - dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasd9.o \ - dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o \ - dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o \ - dlassq.o dlasv2.o dpbsv.o dlaswp.o dlasy2.o dlasyf.o \ - dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o \ - dlatzm.o dlauu2.o dlauum.o dopgtr.o dopmtr.o dorg2l.o \ - dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o \ - dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ - dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o \ - dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o \ - dpbequ.o dpbrfs.o dpbstf.o dpbsvx.o dpbtf2.o dpbtrf.o \ - dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o dppsv.o \ - dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o \ - dppequ.o dpprfs.o dppsvx.o dpptrf.o dpptri.o dpptrs.o \ - dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o \ - dpttrs.o dptts2.o drscl.o dsbev.o dsbevd.o dsbevx.o \ - dsbgst.o dsbgv.o dsbgvd.o dsbgvx.o dsbtrd.o dsecnd.o \ - dspcon.o dspev.o dspevd.o dspevx.o dspgst.o dspgv.o \ - dspgvd.o dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o \ - dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o \ - dstein.o dsteqr.o dsterf.o dstev.o dstevd.o dstevr.o \ - dstevx.o dsycon.o dsyev.o dsyevd.o dsyevr.o dsyevx.o \ - dsygs2.o dsygst.o dsygv.o dsygvd.o dsygvx.o dsyrfs.o \ + dlaev2.o dlaexc.o dlag2.o dlag2s.o dlags2.o dlagtf.o \ + dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o \ + dlaic1.o dlaisnan.o dlaln2.o dlals0.o dlalsa.o \ + dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o \ + dlanhs.o dlansb.o dlansp.o dlanst.o dlansy.o dlantb.o \ + dlantp.o dlantr.o dlanv2.o dlapll.o dlapmt.o dlapy2.o \ + dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o \ + dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o \ + dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o \ + dlarf.o dlarfg.o dlarft.o dlarfx.o dlargv.o dlarnv.o \ + dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o \ + dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o \ + dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl.o \ + dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o \ + dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o \ + dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o \ + dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o \ + dlasy2.o dlasyf.o dlatbs.o dlatdf.o dlatps.o dlatrd.o \ + dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dlazq3.o \ + dlazq4.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o dorgbr.o \ + dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ + dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o \ + dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o \ + dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ + dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o \ + dpocon.o dpoequ.o dporfs.o dposv.o dposvx.o dpotf2.o \ + dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o \ + dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ + dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o \ + dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o \ + dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsgesv.o dspcon.o \ + dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o \ + dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o \ + dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o \ + dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o \ + dstevx.o dsycon.o dsyevd.o dsyev.o dsyevr.o dsyevx.o \ + dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o \ dsysv.o dsysvx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o \ - dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgex2.o \ - dtgevc.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ + dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o \ + dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ dtgsyl.o dtpcon.o dtprfs.o dtptri.o dtptrs.o dtrcon.o \ dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dzsum1.o \ - icmax1.o ieeeck.o ilaenv.o izmax1.o lsame.o lsamen.o \ - sbdsdc.o sbdsqr.o scsum1.o sdisna.o second.o sgbbrd.o \ + icmax1.o ieeeck.o ilaenv.o ilaver.o iparmq.o izmax1.o \ + lsamen.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o \ sgbcon.o sgbequ.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o \ sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o \ sgecon.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o \ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ - sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ + sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqrf.o sgerfs.o \ - sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o \ + sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o \ sgesvx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o \ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o \ sggsvp.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o \ - sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o slabad.o \ - slabrd.o slacon.o slacpy.o sladiv.o slae2.o slaed0.o \ - slaebz.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o \ - slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o \ - slaev2.o slaexc.o slag2.o slags2.o slagtf.o slagtm.o \ - slagts.o slagv2.o slahqr.o slahrd.o slaic1.o slaln2.o \ - slals0.o slalsa.o slalsd.o slamch.o slamrg.o slangb.o \ + sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o \ + slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o \ + slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o \ + slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o \ + slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o \ + slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o \ + slahr2.o slahrd.o slaic1.o slaisnan.o slaln2.o \ + slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o \ slange.o slangt.o slanhs.o slansb.o slansp.o slanst.o \ slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o \ slapmt.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o \ - slaqps.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ - slar2v.o slarf.o slarfb.o slarfg.o slarft.o slarfx.o \ - slargv.o slarnv.o slarrb.o slarre.o slarrf.o slarz.o \ - slarrv.o slartg.o slartv.o slaruv.o slarzb.o slarzt.o \ + slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o \ + slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ + slar2v.o slarfb.o slarf.o slarfg.o slarft.o slarfx.o \ + slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o \ + slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o \ + slartg.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o \ slas2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o \ - slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasd9.o \ - slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o \ - slasq3.o slasr.o slasq4.o slasq5.o slasq6.o slasrt.o \ - slassq.o slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o \ - slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ - slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ - sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o \ - sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o \ - sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ - sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o \ - spbrfs.o spbstf.o spbsv.o spbsvx.o sposv.o spbtf2.o \ - spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposvx.o \ - spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o \ - spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o \ - sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o \ - spttrs.o sptts2.o srscl.o ssbev.o ssbevd.o ssbevx.o \ - ssbgst.o ssbgv.o ssbgvd.o ssbgvx.o ssbtrd.o sspcon.o \ - sspev.o sspevd.o sspevx.o sspgst.o sspgv.o sspgvd.o \ - sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o \ - ssptri.o ssptrs.o sstebz.o sstev.o sstedc.o sstegr.o \ - sstein.o ssteqr.o ssterf.o sstevd.o sstevr.o sstevx.o \ - ssycon.o ssyev.o ssyevd.o ssyevr.o ssyevx.o ssygs2.o \ - ssygst.o ssygv.o ssygvd.o ssygvx.o ssyrfs.o ssysv.o \ - ssysvx.o ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o \ - ssytrs.o stbcon.o stbrfs.o stbtrs.o stgex2.o stgevc.o \ - stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o \ - stpcon.o stprfs.o stptri.o stptrs.o strcon.o strevc.o \ - strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o \ - strtri.o strtrs.o stzrqf.o stzrzf.o xerbla.o zbdsqr.o \ - zdrot.o zdrscl.o zgbbrd.o zgbcon.o zgbequ.o zgbrfs.o \ - zgbsv.o zgbsvx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o \ - zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequ.o zgees.o \ - zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o \ - zgehrd.o zgelq2.o zgelqf.o zgels.o zgelsd.o zgelss.o \ - zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o \ - zgeqr2.o zgeqrf.o zgerfs.o zgerq2.o zgerqf.o zgesc2.o \ - zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o \ - zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o \ - zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o \ - zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o \ - zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbev.o \ - zhbevd.o zhbevx.o zhbgst.o zhbgv.o zhbgvd.o zhbgvx.o \ - zhbtrd.o zhecon.o zheev.o zheevd.o zheevr.o zheevx.o \ - zhegs2.o zhegst.o zhegv.o zhegvd.o zhegvx.o zherfs.o \ - zhesv.o zhesvx.o zhetd2.o zhetf2.o zhetrd.o zhetrf.o \ - zhetri.o zhetrs.o zhgeqz.o zhpcon.o zhpev.o zhpevd.o \ - zhpevx.o zhpgst.o zhpgv.o zhpgvd.o zhpgvx.o zhprfs.o \ - zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o \ - zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacon.o zlacp2.o \ - zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o \ - zlaed8.o zlaein.o zlaesy.o zlaev2.o zlags2.o zlagtm.o \ - zlahef.o zlahqr.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ + slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o \ + slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o \ + slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o \ + slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o slatdf.o \ + slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o \ + slauum.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorg2l.o \ + sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o \ + sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ + sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o \ + sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o \ + spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o \ + spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ + sposvx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o \ + sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o \ + spptrs.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o \ + spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o \ + ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o \ + sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o \ + sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o \ + ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o \ + sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o \ + sstevr.o sstevx.o ssycon.o ssyevd.o ssyev.o ssyevr.o \ + ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o \ + ssyrfs.o ssysv.o ssysvx.o ssytd2.o ssytf2.o ssytrd.o \ + ssytrf.o ssytri.o ssytrs.o stbcon.o stbrfs.o stbtrs.o \ + stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o \ + stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o stptrs.o \ + strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o \ + strsyl.o strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o \ + xerbla.o zbdsqr.o zcgesv.o zdrot.o zdrscl.o zgbbrd.o \ + zgbcon.o zgbequ.o zgbrfs.o zgbsv.o zgbsvx.o zgbtf2.o \ + zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o \ + zgecon.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o \ + zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ + zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgeql2.o \ + zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqrf.o zgerfs.o \ + zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o \ + zgesvx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o \ + zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o \ + zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o \ + zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o \ + zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o \ + zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zheevd.o \ + zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o \ + zhegv.o zhegvx.o zherfs.o zhesv.o zhesvx.o zhetd2.o \ + zhetf2.o zhetrd.o zhetrf.o zhetri.o zhetrs.o zhgeqz.o \ + zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o \ + zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o \ + zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o \ + zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o \ + zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o \ + zlaesy.o zlaev2.o zlag2c.o zlags2.o zlagtm.o zlahef.o \ + zlahqr.o zlahr2.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o \ zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o \ zlantb.o zlantp.o zlantr.o zlapll.o zlapmt.o zlaqgb.o \ zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o \ + zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o \ zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o \ - zlarf.o zlarfb.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ - zlarnv.o zlarz.o zlarrv.o zlartg.o zlartv.o zlarzb.o \ + zlarfb.o zlarf.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ + zlarnv.o zlarrv.o zlartg.o zlartv.o zlarzb.o zlarz.o \ zlarzt.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o \ zlasyf.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o \ zlatrz.o zlatzm.o zlauu2.o zlauum.o zpbcon.o zpbequ.o \ @@ -205,22 +215,23 @@ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o \ zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o \ zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o \ - zstedc.o zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ - zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o \ - zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o \ - ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o \ - ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o ztrcon.o \ - ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o \ - ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ - zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o \ - zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o \ - zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o \ - zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o \ - zupmtr.o + zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o \ + zsymv.o zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o \ + zsytrf.o zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o \ + ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o \ + ztgsy2.o ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o \ + ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ + ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o \ + zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o \ + zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o \ + zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o \ + zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o \ + zupgtr.o zupmtr.o ../INSTALL/dlamch.o ../INSTALL/dsecnd.o \ + ../INSTALL/lsame.o ../INSTALL/second.o ../INSTALL/slamch.o static: $(OBJS) ar ruv liblapack.a $(OBJS) ranlib liblapack.a shared: $(OBJS) - cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.0.3 *.o -L.. -lblas -lm -lgfortran -lc + cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.1.0 $(OBJS) -L.. -lblas -lm -lgfortran -lc Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/lapack.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lapack.spec 20 Dec 2006 21:34:41 -0000 1.12 +++ lapack.spec 21 Dec 2006 00:16:18 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -190,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 +- fix the Makefiles + * Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 - bump to 3.1.0 From fedora-extras-commits at redhat.com Thu Dec 21 00:16:47 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 19:16:47 -0500 Subject: rpms/lapack/FC-6 Makefile.blas, 1.2, 1.3 Makefile.lapack, 1.1, 1.2 lapack.spec, 1.12, 1.13 Message-ID: <200612210016.kBL0GlAL013814@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13760/FC-6 Modified Files: Makefile.blas Makefile.lapack lapack.spec Log Message: Fix lapack. Index: Makefile.blas =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/Makefile.blas,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.blas 15 Nov 2005 15:45:43 -0000 1.2 +++ Makefile.blas 21 Dec 2006 00:16:17 -0000 1.3 @@ -21,11 +21,11 @@ zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o \ zhpr2.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o \ ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o \ - ztrsv.o + ztrsv.o scabs1.o static: $(OBJS) ar ruv libblas.a $(OBJS) ranlib libblas.a shared: $(OBJS) - cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.0.3 *.o -lm -lgfortran -lc + cc -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.1.0 $(OBJS) -lm -lgfortran -lc Index: Makefile.lapack =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/Makefile.lapack,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.lapack 15 Apr 2005 02:04:38 -0000 1.1 +++ Makefile.lapack 21 Dec 2006 00:16:17 -0000 1.2 @@ -4,197 +4,207 @@ OBJS= cbdsqr.o cgbbrd.o cgbcon.o cgbequ.o cgbrfs.o cgbsv.o \ cgbsvx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o \ cgebd2.o cgebrd.o cgecon.o cgeequ.o cgees.o cgeesx.o \ - cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgels.o \ - cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgelss.o cgelsx.o \ + cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o \ + cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o \ cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o \ cgeqrf.o cgerfs.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o \ - cgesv.o cgesvd.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ - cgetri.o cgges.o cgetrs.o cggbak.o cggbal.o cggesx.o \ + cgesvd.o cgesv.o cgesvx.o cgetc2.o cgetf2.o cgetrf.o \ + cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o \ cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o \ cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o \ - cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbev.o chbevd.o \ - chbevx.o chbgst.o chbgv.o chbgvd.o chbgvx.o chbtrd.o \ - checon.o cheev.o cheevd.o cheevr.o cheevx.o chegs2.o \ - chegst.o chegv.o chegvd.o chegvx.o cherfs.o chesv.o \ + cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o \ + chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o \ + checon.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o \ + chegst.o chegvd.o chegv.o chegvx.o cherfs.o chesv.o \ chesvx.o chetd2.o chetf2.o chetrd.o chetrf.o chetri.o \ - chetrs.o chgeqz.o chpcon.o chpev.o chpevd.o chpevx.o \ - chpgst.o chpgv.o chpgvd.o chpgvx.o chprfs.o chpsv.o \ + chetrs.o chgeqz.o chpcon.o chpevd.o chpev.o chpevx.o \ + chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o \ chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o \ - chseqr.o clabrd.o clacgv.o clacon.o clacp2.o clacpy.o \ - clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o \ - claein.o claesy.o claev2.o clags2.o clagtm.o clahef.o \ - clahqr.o clahrd.o claic1.o clals0.o clalsa.o clalsd.o \ - clangb.o clange.o clangt.o clanhb.o clanhe.o clanhp.o \ - clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o \ - clantp.o clantr.o clapll.o clapmt.o claqgb.o claqge.o \ - claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqsb.o \ - claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarf.o \ - clarfb.o clarfg.o clarft.o clarfx.o clargv.o clarnv.o \ - clarrv.o clartg.o clartv.o clarz.o clarzb.o clarzt.o \ - clascl.o claset.o clasr.o classq.o claswp.o clasyf.o \ - clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ - clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o \ - cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o \ - cpocon.o cpoequ.o cporfs.o cposv.o cposvx.o cpotf2.o \ - cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o \ - cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cptcon.o \ - cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o \ - cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o \ - cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrot.o \ - csrscl.o cstedc.o cstegr.o cstein.o csteqr.o csycon.o \ - csymv.o csyr.o csyrfs.o csysv.o csysvx.o csytf2.o \ - csytrf.o csytri.o csytrs.o ctbcon.o ctbrfs.o ctbtrs.o \ - ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o \ - ctgsy2.o ctgsyl.o ctpcon.o ctprfs.o ctptri.o ctptrs.o \ - ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ - ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o \ - cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o \ - cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o \ - cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o \ - cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o \ - cupgtr.o cupmtr.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o \ - dgbcon.o dgbequ.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o \ - dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o \ - dgecon.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o \ - dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ - dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o \ - dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o \ - dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o \ - dgesvx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o \ - dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ - dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o \ - dggsvp.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o \ - dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o dlabad.o \ - dlabrd.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaed0.o \ - dlaebz.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ + chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o \ + clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o \ + claed8.o claein.o claesy.o claev2.o clag2z.o clags2.o \ + clagtm.o clahef.o clahqr.o clahr2.o clahrd.o claic1.o \ + clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o \ + clanhb.o clanhe.o clanhp.o clanhs.o clanht.o clansb.o \ + clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o \ + clapmt.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o \ + claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o \ + claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o \ + clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarft.o \ + clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ + clarzb.o clarz.o clarzt.o clascl.o claset.o clasr.o \ + classq.o claswp.o clasyf.o clatbs.o clatdf.o clatps.o \ + clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o \ + cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o \ + cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ + cposv.o cposvx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o \ + cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o \ + cpptri.o cpptrs.o cptcon.o cpteqr.o cptrfs.o cptsv.o \ + cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o \ + cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o \ + csptri.o csptrs.o csrot.o csrscl.o cstedc.o cstegr.o \ + cstein.o cstemr.o csteqr.o csycon.o csymv.o csyr.o \ + csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o \ + csytrs.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ + ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o \ + ctpcon.o ctprfs.o ctptri.o ctptrs.o ctrcon.o ctrevc.o \ + ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o \ + ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ + cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o \ + cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o \ + cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o \ + cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o \ + dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequ.o \ + dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o \ + dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequ.o \ + dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o \ + dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgelsd.o dgels.o \ + dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o dgeqp3.o \ + dgeqpf.o dgeqr2.o dgeqrf.o dgerfs.o dgerq2.o dgerqf.o \ + dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvx.o dgetc2.o \ + dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o \ + dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o \ + dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgtcon.o \ + dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o \ + dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o \ + dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o \ + dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o \ dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o \ - dlaev2.o dlaexc.o dlag2.o dlags2.o dlagtf.o dlagtm.o \ - dlagts.o dlagv2.o dlahqr.o dlahrd.o dlaic1.o dlaln2.o \ - dlals0.o dlalsa.o dlalsd.o dlamch.o dlamrg.o dlangb.o \ - dlange.o dlangt.o dlanhs.o dlansb.o dlansp.o dlanst.o \ - dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o \ - dlapmt.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o \ - dlaqps.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o \ - dlar2v.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o \ - dlargv.o dlarnv.o dlarrb.o dlarre.o dlarrf.o dlarrv.o \ - dlartg.o dlartv.o dlaruv.o dlarz.o dlarzb.o dlarzt.o \ - dlas2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o \ - dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasd9.o \ - dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o \ - dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o \ - dlassq.o dlasv2.o dpbsv.o dlaswp.o dlasy2.o dlasyf.o \ - dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o \ - dlatzm.o dlauu2.o dlauum.o dopgtr.o dopmtr.o dorg2l.o \ - dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o \ - dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ - dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o \ - dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o \ - dpbequ.o dpbrfs.o dpbstf.o dpbsvx.o dpbtf2.o dpbtrf.o \ - dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o dppsv.o \ - dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o \ - dppequ.o dpprfs.o dppsvx.o dpptrf.o dpptri.o dpptrs.o \ - dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o \ - dpttrs.o dptts2.o drscl.o dsbev.o dsbevd.o dsbevx.o \ - dsbgst.o dsbgv.o dsbgvd.o dsbgvx.o dsbtrd.o dsecnd.o \ - dspcon.o dspev.o dspevd.o dspevx.o dspgst.o dspgv.o \ - dspgvd.o dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o \ - dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o \ - dstein.o dsteqr.o dsterf.o dstev.o dstevd.o dstevr.o \ - dstevx.o dsycon.o dsyev.o dsyevd.o dsyevr.o dsyevx.o \ - dsygs2.o dsygst.o dsygv.o dsygvd.o dsygvx.o dsyrfs.o \ + dlaev2.o dlaexc.o dlag2.o dlag2s.o dlags2.o dlagtf.o \ + dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o \ + dlaic1.o dlaisnan.o dlaln2.o dlals0.o dlalsa.o \ + dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o \ + dlanhs.o dlansb.o dlansp.o dlanst.o dlansy.o dlantb.o \ + dlantp.o dlantr.o dlanv2.o dlapll.o dlapmt.o dlapy2.o \ + dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o \ + dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o \ + dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o \ + dlarf.o dlarfg.o dlarft.o dlarfx.o dlargv.o dlarnv.o \ + dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o \ + dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o \ + dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl.o \ + dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o \ + dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o \ + dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o \ + dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o \ + dlasy2.o dlasyf.o dlatbs.o dlatdf.o dlatps.o dlatrd.o \ + dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dlazq3.o \ + dlazq4.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o dorgbr.o \ + dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ + dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o \ + dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o \ + dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ + dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o \ + dpocon.o dpoequ.o dporfs.o dposv.o dposvx.o dpotf2.o \ + dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o \ + dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ + dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o \ + dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o \ + dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsgesv.o dspcon.o \ + dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o \ + dspgvx.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o \ + dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o \ + dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o \ + dstevx.o dsycon.o dsyevd.o dsyev.o dsyevr.o dsyevx.o \ + dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o \ dsysv.o dsysvx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o \ - dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgex2.o \ - dtgevc.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ + dsytri.o dsytrs.o dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o \ + dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o \ dtgsyl.o dtpcon.o dtprfs.o dtptri.o dtptrs.o dtrcon.o \ dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dzsum1.o \ - icmax1.o ieeeck.o ilaenv.o izmax1.o lsame.o lsamen.o \ - sbdsdc.o sbdsqr.o scsum1.o sdisna.o second.o sgbbrd.o \ + icmax1.o ieeeck.o ilaenv.o ilaver.o iparmq.o izmax1.o \ + lsamen.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o \ sgbcon.o sgbequ.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o \ sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o \ sgecon.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o \ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ - sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ + sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgeql2.o \ sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqrf.o sgerfs.o \ - sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o \ + sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o \ sgesvx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o \ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o \ sggsvp.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o \ - sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o slabad.o \ - slabrd.o slacon.o slacpy.o sladiv.o slae2.o slaed0.o \ - slaebz.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o \ - slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o \ - slaev2.o slaexc.o slag2.o slags2.o slagtf.o slagtm.o \ - slagts.o slagv2.o slahqr.o slahrd.o slaic1.o slaln2.o \ - slals0.o slalsa.o slalsd.o slamch.o slamrg.o slangb.o \ + sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o \ + slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o \ + slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o \ + slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o \ + slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o \ + slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o \ + slahr2.o slahrd.o slaic1.o slaisnan.o slaln2.o \ + slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o \ slange.o slangt.o slanhs.o slansb.o slansp.o slanst.o \ slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o \ slapmt.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o \ - slaqps.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ - slar2v.o slarf.o slarfb.o slarfg.o slarft.o slarfx.o \ - slargv.o slarnv.o slarrb.o slarre.o slarrf.o slarz.o \ - slarrv.o slartg.o slartv.o slaruv.o slarzb.o slarzt.o \ + slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o \ + slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o \ + slar2v.o slarfb.o slarf.o slarfg.o slarft.o slarfx.o \ + slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o \ + slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o \ + slartg.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o \ slas2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o \ - slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasd9.o \ - slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o \ - slasq3.o slasr.o slasq4.o slasq5.o slasq6.o slasrt.o \ - slassq.o slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o \ - slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ - slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ - sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o \ - sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o \ - sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ - sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o \ - spbrfs.o spbstf.o spbsv.o spbsvx.o sposv.o spbtf2.o \ - spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposvx.o \ - spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o \ - spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o \ - sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o \ - spttrs.o sptts2.o srscl.o ssbev.o ssbevd.o ssbevx.o \ - ssbgst.o ssbgv.o ssbgvd.o ssbgvx.o ssbtrd.o sspcon.o \ - sspev.o sspevd.o sspevx.o sspgst.o sspgv.o sspgvd.o \ - sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o \ - ssptri.o ssptrs.o sstebz.o sstev.o sstedc.o sstegr.o \ - sstein.o ssteqr.o ssterf.o sstevd.o sstevr.o sstevx.o \ - ssycon.o ssyev.o ssyevd.o ssyevr.o ssyevx.o ssygs2.o \ - ssygst.o ssygv.o ssygvd.o ssygvx.o ssyrfs.o ssysv.o \ - ssysvx.o ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o \ - ssytrs.o stbcon.o stbrfs.o stbtrs.o stgex2.o stgevc.o \ - stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o \ - stpcon.o stprfs.o stptri.o stptrs.o strcon.o strevc.o \ - strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o \ - strtri.o strtrs.o stzrqf.o stzrzf.o xerbla.o zbdsqr.o \ - zdrot.o zdrscl.o zgbbrd.o zgbcon.o zgbequ.o zgbrfs.o \ - zgbsv.o zgbsvx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o \ - zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequ.o zgees.o \ - zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o \ - zgehrd.o zgelq2.o zgelqf.o zgels.o zgelsd.o zgelss.o \ - zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o \ - zgeqr2.o zgeqrf.o zgerfs.o zgerq2.o zgerqf.o zgesc2.o \ - zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o \ - zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o \ - zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o \ - zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o \ - zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbev.o \ - zhbevd.o zhbevx.o zhbgst.o zhbgv.o zhbgvd.o zhbgvx.o \ - zhbtrd.o zhecon.o zheev.o zheevd.o zheevr.o zheevx.o \ - zhegs2.o zhegst.o zhegv.o zhegvd.o zhegvx.o zherfs.o \ - zhesv.o zhesvx.o zhetd2.o zhetf2.o zhetrd.o zhetrf.o \ - zhetri.o zhetrs.o zhgeqz.o zhpcon.o zhpev.o zhpevd.o \ - zhpevx.o zhpgst.o zhpgv.o zhpgvd.o zhpgvx.o zhprfs.o \ - zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o \ - zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacon.o zlacp2.o \ - zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o \ - zlaed8.o zlaein.o zlaesy.o zlaev2.o zlags2.o zlagtm.o \ - zlahef.o zlahqr.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ + slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o \ + slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o \ + slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o \ + slasv2.o slaswp.o slasy2.o slasyf.o slatbs.o slatdf.o \ + slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o \ + slauum.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorg2l.o \ + sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o \ + sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ + sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o \ + sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o \ + spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o \ + spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ + sposvx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o \ + sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o \ + spptrs.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o \ + spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o \ + ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o \ + sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o \ + sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o \ + ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o \ + sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o \ + sstevr.o sstevx.o ssycon.o ssyevd.o ssyev.o ssyevr.o \ + ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o \ + ssyrfs.o ssysv.o ssysvx.o ssytd2.o ssytf2.o ssytrd.o \ + ssytrf.o ssytri.o ssytrs.o stbcon.o stbrfs.o stbtrs.o \ + stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o \ + stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o stptrs.o \ + strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o \ + strsyl.o strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o \ + xerbla.o zbdsqr.o zcgesv.o zdrot.o zdrscl.o zgbbrd.o \ + zgbcon.o zgbequ.o zgbrfs.o zgbsv.o zgbsvx.o zgbtf2.o \ + zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o \ + zgecon.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o \ + zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ + zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgeql2.o \ + zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqrf.o zgerfs.o \ + zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o \ + zgesvx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o \ + zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o \ + zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o \ + zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o \ + zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o \ + zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zheevd.o \ + zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o \ + zhegv.o zhegvx.o zherfs.o zhesv.o zhesvx.o zhetd2.o \ + zhetf2.o zhetrd.o zhetrf.o zhetri.o zhetrs.o zhgeqz.o \ + zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o \ + zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o \ + zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o \ + zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o \ + zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o \ + zlaesy.o zlaev2.o zlag2c.o zlags2.o zlagtm.o zlahef.o \ + zlahqr.o zlahr2.o zlahrd.o zlaic1.o zlals0.o zlalsa.o \ zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o \ zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o \ zlantb.o zlantp.o zlantr.o zlapll.o zlapmt.o zlaqgb.o \ zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o \ + zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o \ zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o \ - zlarf.o zlarfb.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ - zlarnv.o zlarz.o zlarrv.o zlartg.o zlartv.o zlarzb.o \ + zlarfb.o zlarf.o zlarfg.o zlarft.o zlarfx.o zlargv.o \ + zlarnv.o zlarrv.o zlartg.o zlartv.o zlarzb.o zlarz.o \ zlarzt.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o \ zlasyf.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o \ zlatrz.o zlatzm.o zlauu2.o zlauum.o zpbcon.o zpbequ.o \ @@ -205,22 +215,23 @@ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o \ zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o \ zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o \ - zstedc.o zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ - zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o \ - zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o \ - ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o \ - ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o ztrcon.o \ - ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o \ - ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ - zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o \ - zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o \ - zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o \ - zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o \ - zupmtr.o + zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o \ + zsymv.o zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o \ + zsytrf.o zsytri.o zsytrs.o ztbcon.o ztbrfs.o ztbtrs.o \ + ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o \ + ztgsy2.o ztgsyl.o ztpcon.o ztprfs.o ztptri.o ztptrs.o \ + ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ + ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o \ + zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o \ + zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o \ + zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o \ + zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o \ + zupgtr.o zupmtr.o ../INSTALL/dlamch.o ../INSTALL/dsecnd.o \ + ../INSTALL/lsame.o ../INSTALL/second.o ../INSTALL/slamch.o static: $(OBJS) ar ruv liblapack.a $(OBJS) ranlib liblapack.a shared: $(OBJS) - cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.0.3 *.o -L.. -lblas -lm -lgfortran -lc + cc -shared -Wl,-soname,liblapack.so.3 -o liblapack.so.3.1.0 $(OBJS) -L.. -lblas -lm -lgfortran -lc Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/lapack.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lapack.spec 20 Dec 2006 21:34:36 -0000 1.12 +++ lapack.spec 21 Dec 2006 00:16:17 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -190,6 +190,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 +- fix the Makefiles + * Tue Nov 14 2006 Tom "spot" Callaway 3.1.0-1 - bump to 3.1.0 From fedora-extras-commits at redhat.com Thu Dec 21 01:01:22 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:22 -0500 Subject: rpms/eclipse-phpeclipse - New directory Message-ID: <200612210101.kBL11M0s017212@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/eclipse-phpeclipse Log Message: Directory /cvs/extras/rpms/eclipse-phpeclipse added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 01:01:27 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:27 -0500 Subject: rpms/eclipse-phpeclipse/devel - New directory Message-ID: <200612210101.kBL11Rk4017226@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/eclipse-phpeclipse/devel Log Message: Directory /cvs/extras/rpms/eclipse-phpeclipse/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 01:01:41 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:41 -0500 Subject: rpms/eclipse-phpeclipse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612210101.kBL11fMY017255@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17249 Added Files: Makefile import.log Log Message: Setup of module eclipse-phpeclipse --- NEW FILE Makefile --- # Top level Makefile for module eclipse-phpeclipse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 01:01:46 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:01:46 -0500 Subject: rpms/eclipse-phpeclipse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612210101.kBL11kuI017271@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17249/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module eclipse-phpeclipse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 01:06:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:06:32 -0500 Subject: rpms/eclipse-phpeclipse/devel eclipse-phpeclipse-3.2-build.patch, NONE, 1.1 eclipse-phpeclipse-httpd-integration.patch, NONE, 1.1 eclipse-phpeclipse-rm-win32-help.patch, NONE, 1.1 eclipse-phpeclipse.spec, NONE, 1.1 make-phpeclipse-source-archive.sh, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612210106.kBL16Wl1017409@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17360/devel Modified Files: .cvsignore sources Added Files: eclipse-phpeclipse-3.2-build.patch eclipse-phpeclipse-httpd-integration.patch eclipse-phpeclipse-rm-win32-help.patch eclipse-phpeclipse.spec make-phpeclipse-source-archive.sh Log Message: auto-import eclipse-phpeclipse-1.1.8-15 on branch devel from eclipse-phpeclipse-1.1.8-15.src.rpm eclipse-phpeclipse-3.2-build.patch: --- NEW FILE eclipse-phpeclipse-3.2-build.patch --- Index: src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java,v retrieving revision 1.58 diff -u -r1.58 Scanner.java --- src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java 23 Jan 2006 19:04:11 -0000 1.58 +++ src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java 11 Aug 2006 17:59:55 -0000 @@ -3054,50 +3054,42 @@ // as if ((data[++index] == 's')) { return TokenNameas; - } else { - return TokenNameIdentifier; } + return TokenNameIdentifier; case 3: // and if ((data[++index] == 'n') && (data[++index] == 'd')) { return TokenNameand; - } else { - return TokenNameIdentifier; } + return TokenNameIdentifier; case 5: // array if ((data[++index] == 'r') && (data[++index] == 'r') && (data[++index] == 'a') && (data[++index] == 'y')) return TokenNamearray; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: if ((data[++index] == 'b') && (data[++index] == 's') && (data[++index] == 't') && (data[++index] == 'r') && (data[++index] == 'a') && (data[++index] == 'c') && (data[++index] == 't')) return TokenNameabstract; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'b': // break switch (length) { case 5: if ((data[++index] == 'r') && (data[++index] == 'e') && (data[++index] == 'a') && (data[++index] == 'k')) return TokenNamebreak; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'c': // case catch class clone const continue switch (length) { case 4: if ((data[++index] == 'a') && (data[++index] == 's') && (data[++index] == 'e')) return TokenNamecase; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 5: if ((data[++index] == 'a') && (data[++index] == 't') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNamecatch; @@ -3110,17 +3102,14 @@ index = 0; if ((data[++index] == 'o') && (data[++index] == 'n') && (data[++index] == 's') && (data[++index] == 't')) return TokenNameconst; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: if ((data[++index] == 'o') && (data[++index] == 'n') && (data[++index] == 't') && (data[++index] == 'i') && (data[++index] == 'n') && (data[++index] == 'u') && (data[++index] == 'e')) return TokenNamecontinue; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'd': // declare default do die // TODO delete define ==> no keyword ! @@ -3128,8 +3117,7 @@ case 2: if ((data[++index] == 'o')) return TokenNamedo; - else - return TokenNameIdentifier; + return TokenNameIdentifier; // case 6 : // if ((data[++index] == 'e') // && (data[++index] == 'f') @@ -3147,11 +3135,9 @@ if ((data[++index] == 'e') && (data[++index] == 'f') && (data[++index] == 'a') && (data[++index] == 'u') && (data[++index] == 'l') && (data[++index] == 't')) return TokenNamedefault; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'e': // echo else exit elseif extends eval switch (length) { @@ -3164,16 +3150,14 @@ return TokenNameexit; else if ((data[index] == 'v') && (data[++index] == 'a') && (data[++index] == 'l')) return TokenNameeval; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 5: // endif empty if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'i') && (data[++index] == 'f')) return TokenNameendif; if ((data[index] == 'm') && (data[++index] == 'p') && (data[++index] == 't') && (data[++index] == 'y')) return TokenNameempty; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 6: // endfor if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'f') && (data[++index] == 'o') @@ -3182,28 +3166,24 @@ else if ((data[index] == 'l') && (data[++index] == 's') && (data[++index] == 'e') && (data[++index] == 'i') && (data[++index] == 'f')) return TokenNameelseif; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 7: if ((data[++index] == 'x') && (data[++index] == 't') && (data[++index] == 'e') && (data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 's')) return TokenNameextends; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: // endwhile if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'w') && (data[++index] == 'h') && (data[++index] == 'i') && (data[++index] == 'l') && (data[++index] == 'e')) return TokenNameendwhile; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 9: // endswitch if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 's') && (data[++index] == 'w') && (data[++index] == 'i') && (data[++index] == 't') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNameendswitch; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 10: // enddeclare if ((data[++index] == 'n') && (data[++index] == 'd') && (data[++index] == 'd') && (data[++index] == 'e') @@ -3215,44 +3195,37 @@ && (data[++index] == 'd') && (data[++index] == 'f') && (data[++index] == 'o') && (data[++index] == 'r') && (data[++index] == 'e') && (data[++index] == 'a') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNameendforeach; - else - return TokenNameIdentifier; - default: return TokenNameIdentifier; } + return TokenNameIdentifier; case 'f': // for false final function switch (length) { case 3: if ((data[++index] == 'o') && (data[++index] == 'r')) return TokenNamefor; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 5: // if ((data[++index] == 'a') && (data[++index] == 'l') // && (data[++index] == 's') && (data[++index] == 'e')) // return TokenNamefalse; if ((data[++index] == 'i') && (data[++index] == 'n') && (data[++index] == 'a') && (data[++index] == 'l')) return TokenNamefinal; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 7: // foreach if ((data[++index] == 'o') && (data[++index] == 'r') && (data[++index] == 'e') && (data[++index] == 'a') && (data[++index] == 'c') && (data[++index] == 'h')) return TokenNameforeach; - else - return TokenNameIdentifier; + return TokenNameIdentifier; case 8: // function if ((data[++index] == 'u') && (data[++index] == 'n') && (data[++index] == 'c') && (data[++index] == 't') && (data[++index] == 'i') && (data[++index] == 'o') && (data[++index] == 'n')) [...1843 lines suppressed...] + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package net.sourceforge.phpdt.internal.ui.text.java.hover; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; + +import net.sourceforge.phpdt.internal.ui.PHPUiImages; +import net.sourceforge.phpdt.internal.ui.text.java.hover.AnnotationExpansionControl.AnnotationHoverInput; +import net.sourceforge.phpdt.ui.PreferenceConstants; +import net.sourceforge.phpeclipse.PHPeclipsePlugin; +import net.sourceforge.phpeclipse.phpeditor.IJavaAnnotation; +import net.sourceforge.phpeclipse.phpeditor.JavaMarkerAnnotation; +import net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider.ProblemAnnotation; + +import org.eclipse.jface.preference.IPreferenceStore; +import org.eclipse.jface.text.IDocument; +import org.eclipse.jface.text.IInformationControlExtension2; +import org.eclipse.jface.text.Position; +import org.eclipse.jface.text.source.Annotation; +import org.eclipse.jface.text.source.CompositeRuler; +import org.eclipse.jface.text.source.IAnnotationAccess; +import org.eclipse.jface.text.source.IAnnotationAccessExtension; +import org.eclipse.jface.text.source.IAnnotationModel; +import org.eclipse.jface.text.source.IAnnotationPresentation; +import org.eclipse.jface.text.source.ISourceViewer; +import org.eclipse.jface.text.source.ImageUtilities; +import org.eclipse.jface.viewers.IDoubleClickListener; +import org.eclipse.swt.SWT; +import org.eclipse.swt.graphics.GC; +import org.eclipse.swt.graphics.Image; +import org.eclipse.swt.graphics.Rectangle; +import org.eclipse.swt.widgets.Canvas; +import org.eclipse.ui.texteditor.AnnotationPreference; +import org.eclipse.ui.texteditor.AnnotationPreferenceLookup; + +/** + * + * + * @since 3.0 + */ +public class JavaExpandHover extends AnnotationExpandHover { + + /** Id of the no breakpoint fake annotation */ + public static final String NO_BREAKPOINT_ANNOTATION= "net.sourceforge.phpdt.internal.ui.NoBreakpointAnnotation"; //$NON-NLS-1$ + + private static class NoBreakpointAnnotation extends Annotation implements IAnnotationPresentation { + + public NoBreakpointAnnotation() { + super(NO_BREAKPOINT_ANNOTATION, false, JavaHoverMessages.getString("NoBreakpointAnnotation.addBreakpoint")); + } + + /* + * @see org.eclipse.jface.text.source.IAnnotationPresentation#paint(org.eclipse.swt.graphics.GC, org.eclipse.swt.widgets.Canvas, org.eclipse.swt.graphics.Rectangle) + */ + public void paint(GC gc, Canvas canvas, Rectangle bounds) { + // draw affordance so the user know she can click here to get a breakpoint + Image fImage= PHPUiImages.get(PHPUiImages.IMG_FIELD_PUBLIC); + ImageUtilities.drawImage(fImage, gc, canvas, bounds, SWT.CENTER); + } + + /* + * @see org.eclipse.jface.text.source.IAnnotationPresentation#getLayer() + */ + public int getLayer() { + return IAnnotationPresentation.DEFAULT_LAYER; + } + } + + private AnnotationPreferenceLookup fLookup= new AnnotationPreferenceLookup(); + private IPreferenceStore fStore= PHPeclipsePlugin.getDefault().getCombinedPreferenceStore(); + + public JavaExpandHover(CompositeRuler ruler, IAnnotationAccess access, IDoubleClickListener doubleClickListener) { + super(ruler, access, doubleClickListener); + } + + /* + * @see org.eclipse.ui.internal.texteditor.AnnotationExpandHover#getHoverInfoForLine(org.eclipse.jface.text.source.ISourceViewer, int) + */ + protected Object getHoverInfoForLine(final ISourceViewer viewer, final int line) { + final boolean showTemporaryProblems= PreferenceConstants.getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_CORRECTION_INDICATION); + IAnnotationModel model= viewer.getAnnotationModel(); + IDocument document= viewer.getDocument(); + + if (model == null) + return null; + + List exact= new ArrayList(); + HashMap messagesAtPosition= new HashMap(); + + Iterator e= model.getAnnotationIterator(); + while (e.hasNext()) { + Annotation annotation= (Annotation) e.next(); + + if (fAnnotationAccess instanceof IAnnotationAccessExtension) + if (!((IAnnotationAccessExtension)fAnnotationAccess).isPaintable(annotation)) + continue; + + if (annotation instanceof IJavaAnnotation && !isIncluded((IJavaAnnotation)annotation, showTemporaryProblems)) + continue; + + AnnotationPreference pref= fLookup.getAnnotationPreference(annotation); + if (pref != null) { + String key= pref.getVerticalRulerPreferenceKey(); + if (key != null && !fStore.getBoolean(key)) + continue; + } + + Position position= model.getPosition(annotation); + if (position == null) + continue; + + if (compareRulerLine(position, document, line) == 1) { + + if (isDuplicateMessage(messagesAtPosition, position, annotation.getText())) + continue; + + exact.add(annotation); + } + } + + sort(exact, model); + + if (exact.size() > 0) + setLastRulerMouseLocation(viewer, line); + + if (exact.size() > 0) { + Annotation first= (Annotation) exact.get(0); + if (!isBreakpointAnnotation(first)) + exact.add(0, new NoBreakpointAnnotation()); + } + + if (exact.size() <= 1) + return null; + + AnnotationHoverInput input= new AnnotationHoverInput(); + input.fAnnotations= (Annotation[]) exact.toArray(new Annotation[0]); + input.fViewer= viewer; + input.fRulerInfo= fCompositeRuler; + input.fAnnotationListener= fgListener; + input.fDoubleClickListener= fDblClickListener; + input.redoAction= new AnnotationExpansionControl.ICallback() { + + public void run(IInformationControlExtension2 control) { + control.setInput(getHoverInfoForLine(viewer, line)); + } + + }; + input.model= model; + + return input; + } + + private boolean isIncluded(IJavaAnnotation annotation, boolean showTemporaryProblems) { + + // XXX: see https://bugs.eclipse.org/bugs/show_bug.cgi?id=138601 + if (annotation instanceof ProblemAnnotation && JavaMarkerAnnotation.TASK_ANNOTATION_TYPE.equals(annotation.getType())) + return false; + + if (!annotation.isProblem()) + return true; + + if (annotation.isMarkedDeleted() && !annotation.hasOverlay()) + return true; + + if (annotation.hasOverlay() && !annotation.isMarkedDeleted()) + return true; + + + if (annotation.hasOverlay()) + return (!isIncluded(annotation.getOverlay(), showTemporaryProblems)); + + return showTemporaryProblems; //&& JavaCorrectionProcessor.hasCorrections((Annotation)annotation); + } + + /* + * @see org.eclipse.ui.internal.texteditor.AnnotationExpandHover#getOrder(org.eclipse.jface.text.source.Annotation) + */ + protected int getOrder(Annotation annotation) { + if (isBreakpointAnnotation(annotation)) + return 1000; + else + return super.getOrder(annotation); + } + + private boolean isBreakpointAnnotation(Annotation a) { + if (a instanceof JavaMarkerAnnotation) { + JavaMarkerAnnotation jma= (JavaMarkerAnnotation) a; + // HACK to get breakpoints to show up first + return jma.getType().equals("org.eclipse.debug.core.breakpoint"); //$NON-NLS-1$ + } + return false; + } +} eclipse-phpeclipse-httpd-integration.patch: --- NEW FILE eclipse-phpeclipse-httpd-integration.patch --- Index: src/net/sourceforge/phpeclipse/ui/WebUI.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java,v retrieving revision 1.6 diff -u -r1.6 WebUI.java --- net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java 13 Oct 2005 18:38:19 -0000 1.6 +++ net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java 12 Aug 2006 00:13:12 -0000 @@ -14,6 +14,7 @@ package net.sourceforge.phpeclipse.ui; import java.io.IOException; +import java.net.ServerSocket; import java.net.URL; import net.sourceforge.phpeclipse.ui.templates.template.HTMLContextType; @@ -24,6 +25,7 @@ import org.eclipse.core.resources.IWorkspace; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IStatus; +import org.eclipse.core.runtime.Platform; import org.eclipse.core.runtime.Status; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.resource.ImageDescriptor; @@ -36,6 +38,7 @@ import org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry; import org.eclipse.ui.editors.text.templates.ContributionTemplateStore; import org.eclipse.ui.plugin.AbstractUIPlugin; +import org.osgi.framework.BundleContext; /** * The web development tools UI plugin. @@ -53,6 +56,7 @@ /** The shared instance. */ private static WebUI plugin; + private int port = 0; public static IWorkbenchPage getActivePage() { return getDefault().internalGetActivePage(); @@ -151,9 +155,41 @@ } return fStore; } + + public int getHttpdPort() { + if (port == 0) { + port = findFreePort(); + } + return port; + } + + public int findFreePort() { + ServerSocket socket = null; + try { + socket = new ServerSocket(0); + socket.setReuseAddress(true); + return socket.getLocalPort(); + } catch(IOException e) { + IStatus status = new Status(IStatus.ERROR, "net.sourceforge.phpeclipse.ui", IStatus.OK, "Error finding free port.", e); //$NON-NLS-1$ //$NON-NLS-2$ + plugin.getLog().log(status); + } finally { + if(socket != null) { + try { + socket.close(); + } catch(IOException e) { + IStatus status = new Status(IStatus.ERROR, "net.sourceforge.phpeclipse.ui", IStatus.OK, "Error finding free port.", e); //$NON-NLS-1$ //$NON-NLS-2$; + plugin.getLog().log(status); + } + } + } + return -1; + } protected void initializeDefaultPreferences(IPreferenceStore store) { - store.setDefault(PHP_LOCALHOST_PREF, "http://localhost"); + if (port == 0) { + port = findFreePort(); + } + store.setDefault(PHP_LOCALHOST_PREF, "http://localhost" + ":" + port); store.setDefault(PHP_DOCUMENTROOT_PREF, getWorkspace().getRoot().getLocation().toString()); // store.setDefault(PHP_BOOKMARK_DEFAULT, ""); Index: src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java,v retrieving revision 1.97 diff -u -r1.97 PHPeclipsePlugin.java --- net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java 10 Feb 2006 20:53:56 -0000 1.97 +++ net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java 12 Aug 2006 00:13:14 -0000 @@ -27,6 +27,7 @@ import net.sourceforge.phpdt.core.IJavaElement; import net.sourceforge.phpdt.core.JavaCore; import net.sourceforge.phpdt.core.WorkingCopyOwner; +import net.sourceforge.phpdt.externaltools.actions.PHPStopApacheAction; import net.sourceforge.phpdt.internal.core.BatchOperation; import net.sourceforge.phpdt.internal.core.JavaModelManager; import net.sourceforge.phpdt.internal.core.util.Util; @@ -52,6 +53,7 @@ import net.sourceforge.phpeclipse.builder.ExternalStorageDocumentProvider; import net.sourceforge.phpeclipse.builder.FileStorage; import net.sourceforge.phpeclipse.builder.IdentifierIndexManager; +import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin; import net.sourceforge.phpeclipse.phpeditor.CustomBufferFactory; import net.sourceforge.phpeclipse.phpeditor.DocumentAdapter; import net.sourceforge.phpeclipse.phpeditor.ICompilationUnitDocumentProvider; @@ -79,6 +81,7 @@ import org.eclipse.core.runtime.Status; import org.eclipse.core.runtime.jobs.ISchedulingRule; import org.eclipse.core.runtime.jobs.Job; +import org.eclipse.jface.action.Action; import org.eclipse.jface.action.GroupMarker; import org.eclipse.jface.action.IMenuManager; import org.eclipse.jface.action.Separator; @@ -1023,10 +1026,15 @@ // RefactoringCore.getUndoManager().shutdown(); } finally { + ExternalToolsPlugin.getDefault().stopHttpd(); + try { + Thread.sleep(1000); + } catch (InterruptedException e) { /* ignore */ } super.stop(context); - } - } + } + } + /** * @see org.eclipse.ui.plugin.AbstractUIPlugin#shutdown() */ Index: prefs/default_linux.properties =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties,v retrieving revision 1.2 diff -u -r1.2 default_linux.properties --- net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties 13 Oct 2005 18:30:49 -0000 1.2 +++ net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties 12 Aug 2006 00:13:15 -0000 @@ -1,14 +1,14 @@ -_php_run_pref=/opt/lamp/php/php -_external_parser=/opt/lamp/php/php -l -f {0} -_mysql_run_pref=/opt/lampp/lampp startmysql -_apache_run_pref=/opt/lampp/lampp -_xampp_start_pref=/opt/lampp/lampp start -_xampp_stop_pref=/opt/lampp/lampp stop -__mysql_start=startmysql -__apache_start=startapache -c \"DocumentRoot {0}\" -__apache_stop=stop -__apache_restart=restart +_php_run_pref=/usr/bin/php +_external_parser=/usr/bin/php -l -f {0} +_mysql_run_pref= +_apache_run_pref=/usr/sbin/httpd +_xampp_start_pref= +_xampp_stop_pref= +__mysql_start= +__apache_start=-f /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf -c "ErrorLog {0}/.metadata/phpeclipse-httpd-error_log" -c "DocumentRoot {0}" -c "PidFile {0}/.metadata/phpeclipse-httpd.pid" -c "Listen {1}" +__apache_stop=-f /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf -c "ErrorLog {0}/.metadata/phpeclipse-httpd-error_log" -c "DocumentRoot {0}" -c "PidFile {0}/.metadata/phpeclipse-httpd.pid" -c "Listen {1}" -k stop +__apache_restart=-f /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf -c "ErrorLog {0}/.metadata/phpeclipse-httpd-error_log" -c "DocumentRoot {0}" -c "PidFile {0}/.metadata/phpeclipse-httpd.pid" -c "Listen {1}" -k restart _mysql_start_background=true _apache_start_background=true _apache_stop_background=true -_apache_restart_background=true \ No newline at end of file +_apache_restart_background=true Index: src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java,v retrieving revision 1.1 diff -u -r1.1 PHPRestartApacheAction.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java 11 Jun 2005 17:15:01 -0000 1.1 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPRestartApacheAction.java 12 Aug 2006 00:13:16 -0000 @@ -12,7 +12,10 @@ package net.sourceforge.phpdt.externaltools.actions; +import java.text.MessageFormat; + import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin; +import net.sourceforge.phpeclipse.ui.WebUI; import org.eclipse.jface.action.IAction; import org.eclipse.jface.preference.IPreferenceStore; @@ -21,10 +24,18 @@ public void run(IAction action) { final IPreferenceStore store = ExternalToolsPlugin.getDefault().getPreferenceStore(); // execute(store.getString(PHPeclipsePlugin.APACHE_RESTART_PREF), "Restart Apache: "); + + final IPreferenceStore webUIStore = WebUI.getDefault().getPreferenceStore(); + String documentRoot = webUIStore.getString(WebUI.PHP_DOCUMENTROOT_PREF); + // replace backslash with slash in the DocumentRoot under Windows + documentRoot = documentRoot.replace('\\', '/'); + String[] arguments = { documentRoot, new Integer(WebUI.getDefault().getHttpdPort()).toString() }; + MessageFormat form = new MessageFormat(store.getString(ExternalToolsPlugin.APACHE_RESTART_PREF)); + execute( "apache_restart", store.getString(ExternalToolsPlugin.APACHE_RUN_PREF), - store.getString(ExternalToolsPlugin.APACHE_RESTART_PREF), + form.format(arguments), store.getBoolean(ExternalToolsPlugin.APACHE_RESTART_BACKGROUND)); } } Index: src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java,v retrieving revision 1.3 diff -u -r1.3 PHPStartApacheAction.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java 13 Oct 2005 18:31:29 -0000 1.3 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStartApacheAction.java 12 Aug 2006 00:13:16 -0000 @@ -30,7 +30,7 @@ // replace backslash with slash in the DocumentRoot under Windows documentRoot = documentRoot.replace('\\', '/'); - String[] arguments = { documentRoot }; + String[] arguments = { documentRoot, new Integer(WebUI.getDefault().getHttpdPort()).toString() }; MessageFormat form = new MessageFormat(store.getString(ExternalToolsPlugin.APACHE_START_PREF)); execute("apache_start", store.getString(ExternalToolsPlugin.APACHE_RUN_PREF), form.format(arguments), store .getBoolean(ExternalToolsPlugin.APACHE_START_BACKGROUND)); Index: src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java,v retrieving revision 1.1 diff -u -r1.1 PHPStopApacheAction.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java 11 Jun 2005 17:15:01 -0000 1.1 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/PHPStopApacheAction.java 12 Aug 2006 00:13:16 -0000 @@ -11,7 +11,10 @@ **********************************************************************/ package net.sourceforge.phpdt.externaltools.actions; +import java.text.MessageFormat; + import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin; +import net.sourceforge.phpeclipse.ui.WebUI; import org.eclipse.jface.action.IAction; import org.eclipse.jface.preference.IPreferenceStore; @@ -20,10 +23,18 @@ public void run(IAction action) { final IPreferenceStore store = ExternalToolsPlugin.getDefault().getPreferenceStore(); // execute(store.getString(PHPeclipsePlugin.APACHE_STOP_PREF), "Stop Apache: "); + + final IPreferenceStore webUIStore = WebUI.getDefault().getPreferenceStore(); + String documentRoot = webUIStore.getString(WebUI.PHP_DOCUMENTROOT_PREF); + // replace backslash with slash in the DocumentRoot under Windows + documentRoot = documentRoot.replace('\\', '/'); + String[] arguments = { documentRoot, new Integer(WebUI.getDefault().getHttpdPort()).toString() }; + MessageFormat form = new MessageFormat(store.getString(ExternalToolsPlugin.APACHE_STOP_PREF)); + execute( "apache_stop", store.getString(ExternalToolsPlugin.APACHE_RUN_PREF), - store.getString(ExternalToolsPlugin.APACHE_STOP_PREF), + form.format(arguments), store.getBoolean(ExternalToolsPlugin.APACHE_STOP_BACKGROUND)); } } Index: src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java,v retrieving revision 1.8 diff -u -r1.8 ExternalToolsPlugin.java --- net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java 4 Feb 2006 15:47:51 -0000 1.8 +++ net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpeclipse/externaltools/ExternalToolsPlugin.java 12 Aug 2006 00:13:16 -0000 @@ -9,12 +9,17 @@ Contributors: **********************************************************************/ +import java.io.FileOutputStream; +import java.io.IOException; import java.io.InputStream; +import java.io.OutputStream; import java.net.MalformedURLException; import java.net.URL; import java.util.Enumeration; import java.util.PropertyResourceBundle; +import net.sourceforge.phpdt.externaltools.actions.PHPStartApacheAction; +import net.sourceforge.phpdt.externaltools.actions.PHPStopApacheAction; import net.sourceforge.phpdt.externaltools.internal.model.ExternalToolsImages; import net.sourceforge.phpdt.externaltools.internal.model.IPreferenceConstants; import net.sourceforge.phpdt.externaltools.internal.model.VariableContextManager; @@ -28,6 +33,7 @@ import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Platform; import org.eclipse.core.runtime.Status; +import org.eclipse.jface.action.Action; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceConverter; import org.eclipse.jface.resource.ImageDescriptor; @@ -280,5 +286,41 @@ VariableContextManager.getDefault(); } }); + initializeDefaultPluginPreferences(); + } + + /** + * @throws Exception + * @see org.eclipse.core.runtime.Plugin#stop(BundleContext context) + */ + public void stop(BundleContext context) throws Exception { + super.stop(context); + } + + public void startHttpd(){ + try { + // move httpd.conf into the plugins metadata area + InputStream is = getDefault().openStream(new Path("confs/httpd.conf")); + OutputStream os = new FileOutputStream(getStateLocation() + "/httpd.conf"); + byte[] buf = new byte[1024]; + int len; + while ((len = is.read(buf)) > 0) { + os.write(buf, 0, len); + } + is.close(); + os.close(); + + // start httpd + new PHPStartApacheAction().run(new Action(){}); + } catch (IOException e) { + IStatus status = new Status(Status.ERROR, IExternalToolConstants.PLUGIN_ID, 0, "There was a problem starting httpd.", e); + getDefault().getLog().log(status); + } + } + + + public void stopHttpd() { + // stop httpd + new PHPStopApacheAction().run(new Action(){}); } } \ No newline at end of file Index: plugin.xml =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/plugin.xml,v retrieving revision 1.7 diff -u -r1.7 plugin.xml --- net.sourceforge.phpeclipse.externaltools/plugin.xml 5 Feb 2006 21:07:11 -0000 1.7 +++ net.sourceforge.phpeclipse.externaltools/plugin.xml 12 Aug 2006 00:13:15 -0000 @@ -1,32 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - + + @@ -255,11 +231,6 @@ - @@ -331,24 +302,6 @@ toolbarPath="Normal" id="net.sourceforge.phpdt.externaltools.actions.PHPStartMySQLAction"> - - - - Index: build.properties =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.externaltools/build.properties,v retrieving revision 1.2 diff -u -r1.2 build.properties --- net.sourceforge.phpeclipse.externaltools/build.properties 3 Aug 2005 20:55:43 -0000 1.2 +++ net.sourceforge.phpeclipse.externaltools/build.properties 12 Aug 2006 00:53:50 -0000 @@ -2,7 +2,16 @@ output.externaltools.jar = bin/ bin.includes = plugin.xml,\ externaltools.jar,\ - icons/ + icons/,\ + META-INF/,\ + confs/,\ + prefs/ src.includes = src/,\ build.properties,\ - icons/ + icons/,\ + confs/,\ + prefs/ +bin.excludes = prefs/default_macosx.properties,\ + prefs/default_win32.properties +src.excludes = prefs/default_macosx.properties,\ + prefs/default_win32.properties Index: META-INF/MANIFEST.MF =================================================================== RCS file: META-INF/MANIFEST.MF diff -N META-INF/MANIFEST.MF --- net.sourceforge.phpeclipse.externaltools/META-INF/MANIFEST.MF 1 Jan 1970 00:00:00 -0000 +++ net.sourceforge.phpeclipse.externaltools/META-INF/MANIFEST.MF 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: PHP ExternalTools Plug-in +Bundle-SymbolicName: net.sourceforge.phpeclipse.externaltools; singleton:=true +Bundle-Version: 1.1.8 +Bundle-ClassPath: externaltools.jar +Bundle-Activator: net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin +Bundle-Vendor: phpeclipse.de +Bundle-Localization: plugin +Export-Package: net.sourceforge.phpdt.externaltools.actions, + net.sourceforge.phpdt.externaltools.group, + net.sourceforge.phpdt.externaltools.internal.dialog, + net.sourceforge.phpdt.externaltools.internal.model, + net.sourceforge.phpdt.externaltools.internal.program.launchConfigurations, + net.sourceforge.phpdt.externaltools.internal.registry, + net.sourceforge.phpdt.externaltools.internal.ui, + net.sourceforge.phpdt.externaltools.launchConfigurations, + net.sourceforge.phpdt.externaltools.model, + net.sourceforge.phpdt.externaltools.preferences, + net.sourceforge.phpdt.externaltools.util, + net.sourceforge.phpdt.externaltools.variable, + net.sourceforge.phpeclipse.externaltools +Require-Bundle: org.eclipse.ui, + org.eclipse.ui.console, + org.eclipse.ui.ide, + org.eclipse.ui.editors, + org.eclipse.core.resources, + org.eclipse.core.runtime, + org.eclipse.debug.core, + org.eclipse.debug.ui, + org.eclipse.ui.externaltools, + net.sourceforge.phpeclipse.ui +Eclipse-LazyStart: true Index: confs/httpd.conf =================================================================== RCS file: confs/httpd.conf diff -N confs/httpd.conf --- net.sourceforge.phpeclipse.externaltools/confs/httpd.conf 1 Jan 1970 00:00:00 -0000 +++ net.sourceforge.phpeclipse.externaltools/confs/httpd.conf 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,16 @@ +# minimal httpd conf file for use with PHPeclipse + +StartServers 1 +MinSpareServers 1 +MaxSpareServers 1 +MaxClients 3 + +# modules +LoadModule mime_module modules/mod_mime.so +LoadModule dir_module modules/mod_dir.so + +TypesConfig /etc/mime.types + +# PHP settings +LoadModule php4_module modules/libphp4.so +AddType application/x-httpd-php .php eclipse-phpeclipse-rm-win32-help.patch: --- NEW FILE eclipse-phpeclipse-rm-win32-help.patch --- Index: plugin.xml =================================================================== RCS file: /cvsroot/phpeclipse/net.sourceforge.phpeclipse.phphelp/plugin.xml,v retrieving revision 1.16 diff -u -r1.16 plugin.xml --- plugin.xml 6 Apr 2006 21:52:44 -0000 1.16 +++ plugin.xml 11 Aug 2006 22:16:34 -0000 @@ -86,12 +86,6 @@ - - = 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.33 Requires(post): java-gcj-compat >= 1.0.33 Requires(postun): java-gcj-compat >= 1.0.33 %else BuildRequires: java-devel >= 1.4.2 %endif %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc ia64 %else BuildArch: noarch %endif Requires: eclipse-platform >= 1:3.2.1 Requires: php Requires: httpd %description The PHPeclipse plugin allows developers to write PHP webpages and scripts in Eclipse. %prep %setup -q -n phpeclipse-1.1.8 pushd net.sourceforge.phpeclipse %patch0 -p0 popd pushd net.sourceforge.phpeclipse.phphelp %patch1 -p0 popd %patch2 %{__sed} --in-place "s:/usr/share/eclipse:%{eclipse_base}:" net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties %{__sed} --in-place 's/\r//' net.sourceforge.phpeclipse.feature/cpl-v10.html %build # See comments in the script to understand this. /bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Eclipse may try to write to the home directory. mkdir home homedir=$(cd home > /dev/null && pwd) # build the main phpeclipse feature # TODO: convert this to an `eclipse` command /usr/bin/java -cp $SDK/startup.jar \ -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ -Duser.home=$homedir \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -DjavacFailOnError=true \ -DdontUnzip=true \ -Dtype=feature \ -Did=net.sourceforge.phpeclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -DdontFetchAnything=true \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{eclipse_base} unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. build/rpmBuild/net.sourceforge.phpeclipse.zip rm $RPM_BUILD_ROOT%{eclipse_base}/plugins/org.eclipse.pde.runtime*.jar %if %{gcj_support} aot-compile-rpm %endif %clean rm -rf $RPM_BUILD_ROOT %if %{gcj_support} %post -p %{_bindir}/rebuild-gcj-db %postun -p %{_bindir}/rebuild-gcj-db %endif %files %defattr(-,root,root,-) %doc %{eclipse_base}/features/net.sourceforge.phpeclipse_%{version}/cpl-v10.html %{eclipse_base}/features/net.sourceforge.phpeclipse_* %{eclipse_base}/plugins/net.sourceforge.phpdt.smarty.ui_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.core_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.debug.core_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.debug.ui_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.externaltools_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.launching_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.phphelp_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.ui_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.webbrowser_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.xml.core_* %{eclipse_base}/plugins/net.sourceforge.phpeclipse.xml.ui_* %if %{gcj_support} %{_libdir}/gcj/%{name} %endif %changelog * Mon Dec 18 2006 Brandon Holbrook 1.1.8-15 - Own gcj/eclipse-phpeclipse/ - dos2unix cpl-v10.html * Mon Dec 18 2006 Brandon Holbrook 1.1.8-13 - Replace datadir with libdir in sharedConfiguration to match new eclipse * Tue Nov 28 2006 Brandon Holbrook 1.1.8-12 - Added -Dosgi.sharedConfiguration.area to build command * Mon Nov 27 2006 Brandon Holbrook 1.1.8-11 - Removed maximum version Requirement for eclipse-platform * Mon Nov 27 2006 Brandon Holbrook 1.1.8-10 - New java command to fix broken builds * Thu Nov 2 2006 Brandon Holbrook 1.1.8-9 - Use included .html file as %%doc * Tue Oct 31 2006 Brandon Holbrook 1.1.8-8 - New maintainer - Fix Group, License, and Description - Include a copy of the CPL-1.0 * Fri Aug 18 2006 Ben Konrath 1.1.8-7 - Make external tools plugin re-locatable. - Enable GCJ support for Fedora. * Fri Aug 18 2006 Ben Konrath 1.1.8-6 - Use httpd.conf from external tools plugin instead of workspace to work around a race condition in the main phpeclipse plugin. * Tue Aug 15 2006 Ben Konrath 1.1.8-5 - Do not start httpd automatically in httpd integration patch. * Fri Aug 11 2006 Ben Konrath 1.1.8-4 - Add httpd integration patch. - Move linux external tool preferences and httpd.conf to the httpd-integration patch. - Remove README for httpd integration. - Add patch to remove win32 help preferences. - Add patch to compile against Eclipse SDK 3.2. * Mon May 15 2006 Ben Konrath 1.1.8-3 - Add preferences for the external tools on linux. - Add README for httpd integration. * Fri May 12 2006 Ben Konrath 1.1.8-2 - Add requires. * Wed Apr 26 2006 Ben Konrath 1.1.8-1 - initial version --- NEW FILE make-phpeclipse-source-archive.sh --- #!/bin/sh VERSION=1.1.8 # check out the modules based on the release date echo "Creating directory 'phpeclipse-$VERSION'..." mkdir phpeclipse-$VERSION pushd phpeclipse-$VERSION echo "Exporting phpeclipse from CVS..." for m in net.sourceforge.phpeclipse \ net.sourceforge.phpeclipse.core \ net.sourceforge.phpeclipse.debug.core \ net.sourceforge.phpeclipse.debug.ui \ net.sourceforge.phpeclipse.externaltools \ net.sourceforge.phpeclipse.feature \ net.sourceforge.phpeclipse.launching \ net.sourceforge.phpeclipse.phphelp \ net.sourceforge.phpeclipse.smarty.ui \ net.sourceforge.phpeclipse.ui \ net.sourceforge.phpeclipse.webbrowser \ net.sourceforge.phpeclipse.xml.core \ net.sourceforge.phpeclipse.xml.ui; do cvs -z3 -d:pserver:anonymous at phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse export -D "2006/04/08 00:00" $m # sf.net servers suck! if [ $? -eq 1 ]; then sleep 10 cvs -z3 -d:pserver:anonymous at phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse export -D "2006/04/08 00:00" $m if [ $? -eq 1 ]; then echo "ERROR: There was a problem checking out module: $m" exit 1 fi fi done find -name feature.xml -o -name plugin.xml | xargs sed --in-place "s/1.1.7/$VERSION/" find -name .project -o -name .classpath -o -name .template | xargs rm popd echo "Downloading Source .zip file..." wget http://easynews.dl.sourceforge.net/sourceforge/phpeclipse/net.sourceforge.phpeclipse_$VERSION.src.zip mkdir source-plugin unzip -q -d source-plugin net.sourceforge.phpeclipse_$VERSION.src.zip pushd source-plugin/plugins/net.sourceforge.phpeclipse.source_$VERSION/src # take _$VERSION off the directory names for dir in $(ls --color=no); do newdir=$(echo $dir | sed s/_$VERSION//) mv $dir $newdir done # the plugin id and project name don't match for this one mv net.sourceforge.phpdt.smarty.ui net.sourceforge.phpeclipse.smarty.ui # copy source files over for sourcefile in $(find -name \*.java); do targetdir="../../../../phpeclipse-$VERSION/$(dirname $sourcefile | sed "s|./||")" mkdir -p $targetdir mv $sourcefile $targetdir done popd # grab the plugin.xml, plugin.properties and other files from the binary zip echo "Downloading Binary .zip file..." wget http://umn.dl.sourceforge.net/sourceforge/phpeclipse/net.sourceforge.phpeclipse_$VERSION.bin.dist.zip mkdir binary-plugin unzip -q -d binary-plugin net.sourceforge.phpeclipse_$VERSION.bin.dist.zip pushd binary-plugin # remove the jars so they don't accidentally end up in the source archive find -name \*.jar | xargs rm # flatten the directory structure mv features/net.sourceforge.phpeclipse_$VERSION net.sourceforge.phpeclipse.feature mv plugins/* . rmdir features plugins # take _$VERSION off the directory names for dir in $(ls --color=no | grep $VERSION); do newdir=$(echo $dir | sed s/_$VERSION//) mv $dir $newdir done # the plugin id and project name don't match for this one mv net.sourceforge.phpdt.smarty.ui net.sourceforge.phpeclipse.smarty.ui # finally copy the files over for sourcedir in $(ls --color=no); do targetdir=../phpeclipse-$VERSION/$sourcedir cp -r $sourcedir/* $targetdir done popd find phpeclipse-$VERSION -name \*.java | xargs dos2unix find phpeclipse-$VERSION -name \*.xml | xargs dos2unix sed --in-place "s/3.1.1/0.0.0/" phpeclipse-$VERSION/net.sourceforge.phpeclipse.feature/feature.xml tar zcf phpeclipse-$VERSION.tar.gz phpeclipse-$VERSION rm -rf binary-plugin source-plugin net.sourceforge.phpeclipse_$VERSION.src.zip phpeclipse-$VERSION net.sourceforge.phpeclipse_$VERSION.bin.dist.zip Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-phpeclipse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 01:01:46 -0000 1.1 +++ .cvsignore 21 Dec 2006 01:06:02 -0000 1.2 @@ -0,0 +1 @@ +phpeclipse-1.1.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-phpeclipse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 01:01:46 -0000 1.1 +++ sources 21 Dec 2006 01:06:02 -0000 1.2 @@ -0,0 +1 @@ +4098f937baf31afab1225481c6e0fd94 phpeclipse-1.1.8.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 01:06:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:06:32 -0500 Subject: rpms/eclipse-phpeclipse import.log,1.1,1.2 Message-ID: <200612210106.kBL16Wb0017405@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/eclipse-phpeclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17360 Modified Files: import.log Log Message: auto-import eclipse-phpeclipse-1.1.8-15 on branch devel from eclipse-phpeclipse-1.1.8-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/eclipse-phpeclipse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 01:01:41 -0000 1.1 +++ import.log 21 Dec 2006 01:06:02 -0000 1.2 @@ -0,0 +1 @@ +eclipse-phpeclipse-1_1_8-15:HEAD:eclipse-phpeclipse-1.1.8-15.src.rpm:1166663632 From fedora-extras-commits at redhat.com Thu Dec 21 01:18:59 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:18:59 -0500 Subject: owners owners.list,1.2131,1.2132 Message-ID: <200612210118.kBL1Ixuq017553@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17533 Modified Files: owners.list Log Message: Added eclipse-phpeclipse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2131 retrieving revision 1.2132 diff -u -r1.2131 -r1.2132 --- owners.list 20 Dec 2006 21:32:26 -0000 1.2131 +++ owners.list 21 Dec 2006 01:18:29 -0000 1.2132 @@ -360,6 +360,7 @@ Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-phpeclipse|Eclipse plugin that adds PHP development support|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ed2k_hash|Ed2k file hash calculator|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 01:20:34 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 20:20:34 -0500 Subject: rpms/lapack/FC-5 lapack.spec,1.12,1.13 Message-ID: <200612210120.kBL1KYjl017604@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17563/FC-5 Modified Files: lapack.spec Log Message: make clean everywhere (relevant), fixes x86_64 build Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-5/lapack.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lapack.spec 21 Dec 2006 00:16:17 -0000 1.12 +++ lapack.spec 21 Dec 2006 01:20:04 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -111,6 +111,7 @@ # Build the shared lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ popd @@ -124,6 +125,7 @@ # Build the static with pic lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" static cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a popd @@ -190,6 +192,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-3 +- make clean everywhere + * Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 - fix the Makefiles From fedora-extras-commits at redhat.com Thu Dec 21 01:20:35 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 20:20:35 -0500 Subject: rpms/lapack/devel lapack.spec,1.13,1.14 Message-ID: <200612210120.kBL1KZcd017608@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17563/devel Modified Files: lapack.spec Log Message: make clean everywhere (relevant), fixes x86_64 build Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/devel/lapack.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- lapack.spec 21 Dec 2006 00:16:18 -0000 1.13 +++ lapack.spec 21 Dec 2006 01:20:05 -0000 1.14 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -111,6 +111,7 @@ # Build the shared lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ popd @@ -124,6 +125,7 @@ # Build the static with pic lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" static cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a popd @@ -190,6 +192,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-3 +- make clean everywhere + * Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 - fix the Makefiles From fedora-extras-commits at redhat.com Thu Dec 21 01:20:35 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 20 Dec 2006 20:20:35 -0500 Subject: rpms/lapack/FC-6 lapack.spec,1.13,1.14 Message-ID: <200612210120.kBL1KZHH017607@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/lapack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17563/FC-6 Modified Files: lapack.spec Log Message: make clean everywhere (relevant), fixes x86_64 build Index: lapack.spec =================================================================== RCS file: /cvs/extras/rpms/lapack/FC-6/lapack.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- lapack.spec 21 Dec 2006 00:16:17 -0000 1.13 +++ lapack.spec 21 Dec 2006 01:20:05 -0000 1.14 @@ -1,7 +1,7 @@ Summary: The LAPACK libraries for numerical linear algebra. Name: lapack Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/lapack/ @@ -111,6 +111,7 @@ # Build the shared lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" shared cp liblapack.so.3.1.0 ${RPM_BUILD_DIR}/%{name}-%{version}/ popd @@ -124,6 +125,7 @@ # Build the static with pic lapack library pushd SRC +make clean make FFLAGS="$RPM_OPT_FLAGS -fPIC" static cp liblapack.a ${RPM_BUILD_DIR}/%{name}-%{version}/liblapack_pic.a popd @@ -190,6 +192,9 @@ %{_libdir}/libblas*.a %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-3 +- make clean everywhere + * Wed Dec 20 2006 Tom "spot" Callaway 3.1.0-2 - fix the Makefiles From fedora-extras-commits at redhat.com Thu Dec 21 01:22:38 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 20 Dec 2006 20:22:38 -0500 Subject: owners owners.list,1.2132,1.2133 Message-ID: <200612210122.kBL1McYN017641@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17616 Modified Files: owners.list Log Message: New and improved: now with alphabetical order! Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2132 retrieving revision 1.2133 diff -u -r1.2132 -r1.2133 --- owners.list 21 Dec 2006 01:18:29 -0000 1.2132 +++ owners.list 21 Dec 2006 01:22:08 -0000 1.2133 @@ -359,8 +359,8 @@ Fedora Extras|ecl|Embeddable Common-Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|eclipse-emf|The Eclipse Modeling Framework|overholt at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-gef|The Graphical Editor Framework for Eclipse|overholt at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|eclipse-phpeclipse|Eclipse plugin that adds PHP development support|fedora at theholbrooks.org|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ed2k_hash|Ed2k file hash calculator|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|edb|A database convenience library wrapped around BDB|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 02:08:56 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:08:56 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.1,1.2 Message-ID: <200612210208.kBL28u0K021032@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21017 Modified Files: audacious-docklet.spec Log Message: Change plugin_dir to /usr/lib/audacious - Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-docklet.spec 16 Dec 2006 17:41:28 -0000 1.1 +++ audacious-docklet.spec 21 Dec 2006 02:08:26 -0000 1.2 @@ -1,4 +1,4 @@ -%define plugin_dir %(pkg-config audacious --variable=plugin_dir) +%define plugin_dir /usr/lib/audacious Name: audacious-docklet Version: 0.1.1 From fedora-extras-commits at redhat.com Thu Dec 21 02:23:17 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:23:17 -0500 Subject: rpms/audacious-docklet/devel sources,1.2,1.3 Message-ID: <200612210223.kBL2NHRp021158@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21119 Modified Files: sources Log Message: Upload Source audacious-docklet-0.1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Dec 2006 17:41:28 -0000 1.2 +++ sources 21 Dec 2006 02:22:47 -0000 1.3 @@ -1 +1 @@ -7503981a0a0ee229e5bdbe18553810db *audacious-docklet-0.1.1.tar.bz2 +7503981a0a0ee229e5bdbe18553810db audacious-docklet-0.1.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 02:41:00 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:41:00 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.2,1.3 Message-ID: <200612210241.kBL2f0g1021269@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21254 Modified Files: audacious-docklet.spec Log Message: add chagelog 0.1.1-2 Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- audacious-docklet.spec 21 Dec 2006 02:08:26 -0000 1.2 +++ audacious-docklet.spec 21 Dec 2006 02:40:30 -0000 1.3 @@ -42,6 +42,9 @@ %{plugin_dir}/General/libdocklet.so %Changelog +* Thu Thu 21 2006 Yu Fan - 0.1.1-2 +- Convert pkg-config to /usr/lib/audacious + * Thu Dec 14 2006 Yu Fan - 0.1.1-1 - Modify spec file to conform fedora extras packaging and naming convention From fedora-extras-commits at redhat.com Thu Dec 21 02:42:50 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 21:42:50 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.3,1.4 Message-ID: <200612210242.kBL2goGY021310@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21295 Modified Files: audacious-docklet.spec Log Message: Correct Thu to Dec Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- audacious-docklet.spec 21 Dec 2006 02:40:30 -0000 1.3 +++ audacious-docklet.spec 21 Dec 2006 02:42:20 -0000 1.4 @@ -42,7 +42,7 @@ %{plugin_dir}/General/libdocklet.so %Changelog -* Thu Thu 21 2006 Yu Fan - 0.1.1-2 +* Thu Dec 21 2006 Yu Fan - 0.1.1-2 - Convert pkg-config to /usr/lib/audacious * Thu Dec 14 2006 Yu Fan - 0.1.1-1 From fedora-extras-commits at redhat.com Thu Dec 21 03:09:51 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 22:09:51 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.4,1.5 Message-ID: <200612210309.kBL39prY024603@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24588 Modified Files: audacious-docklet.spec Log Message: Change rm to rm -f Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- audacious-docklet.spec 21 Dec 2006 02:42:20 -0000 1.4 +++ audacious-docklet.spec 21 Dec 2006 03:09:21 -0000 1.5 @@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} -rm $RPM_BUILD_ROOT/%{plugin_dir}/General/libdocklet.la +rm -f $RPM_BUILD_ROOT/%{plugin_dir}/General/libdocklet.la %clean rm -rf $RPM_BUILD_ROOT @@ -42,6 +42,9 @@ %{plugin_dir}/General/libdocklet.so %Changelog +* Thu Dec 21 2006 Yu Fan - 0.1.1-3 +- Change rm to rm -f + * Thu Dec 21 2006 Yu Fan - 0.1.1-2 - Convert pkg-config to /usr/lib/audacious From fedora-extras-commits at redhat.com Thu Dec 21 04:00:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:08 -0500 Subject: rpms/driconf - New directory Message-ID: <200612210400.kBL408Hx024923@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24919/driconf Log Message: Directory /cvs/extras/rpms/driconf added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 04:00:13 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:13 -0500 Subject: rpms/driconf/devel - New directory Message-ID: <200612210400.kBL40DAj024936@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24919/driconf/devel Log Message: Directory /cvs/extras/rpms/driconf/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 04:00:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:30 -0500 Subject: rpms/driconf Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612210400.kBL40Uxi024966@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24960 Added Files: Makefile import.log Log Message: Setup of module driconf --- NEW FILE Makefile --- # Top level Makefile for module driconf all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 04:00:35 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:00:35 -0500 Subject: rpms/driconf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612210400.kBL40ZOF024982@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24960/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module driconf --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 04:01:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:01:30 -0500 Subject: rpms/driconf import.log,1.1,1.2 Message-ID: <200612210401.kBL41Ugf028176@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25027 Modified Files: import.log Log Message: auto-import driconf-0.9.1-5.fc7 on branch devel from driconf-0.9.1-5.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/driconf/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 04:00:30 -0000 1.1 +++ import.log 21 Dec 2006 04:01:00 -0000 1.2 @@ -0,0 +1 @@ +driconf-0_9_1-5_fc7:HEAD:driconf-0.9.1-5.fc7.src.rpm:1166674134 From fedora-extras-commits at redhat.com Thu Dec 21 04:01:31 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:01:31 -0500 Subject: rpms/driconf/devel driconf-0.9.1-setup.patch, NONE, 1.1 driconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612210401.kBL41VfX028180@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/driconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25027/devel Modified Files: .cvsignore sources Added Files: driconf-0.9.1-setup.patch driconf.spec Log Message: auto-import driconf-0.9.1-5.fc7 on branch devel from driconf-0.9.1-5.fc7.src.rpm driconf-0.9.1-setup.patch: --- NEW FILE driconf-0.9.1-setup.patch --- diff -Nur driconf-0.9.1.orig/setup.cfg driconf-0.9.1/setup.cfg --- driconf-0.9.1.orig/setup.cfg 2005-08-11 13:07:12.000000000 -0600 +++ driconf-0.9.1/setup.cfg 2006-12-16 14:33:17.000000000 -0700 @@ -1,3 +0,0 @@ -[install] -prefix=/usr/local -install-purelib=/usr/local/lib/driconf diff -Nur driconf-0.9.1.orig/setup.py driconf-0.9.1/setup.py --- driconf-0.9.1.orig/setup.py 2006-09-17 19:41:20.000000000 -0600 +++ driconf-0.9.1/setup.py 2006-12-16 14:33:32.000000000 -0700 @@ -19,57 +19,3 @@ "drilogo.jpg", "driconf-icon.png"]) ] + translations) -# -# Search for obsolete files. -# -# driconf_xpm is gone for good, the other two python modules were moved to -# /lib/driconf/... -# -from os.path import isfile, isdir, join -from distutils.sysconfig import get_python_lib -obsoleteFiles = [] -for prefix in [None, "/usr/local"]: - if not prefix: - pyLibPath = get_python_lib() - else: - pyLibPath = get_python_lib(prefix=prefix) - if not isdir (pyLibPath): - continue - for f in ["driconf_xpm.py", "driconf_xpm.pyc", "driconf_xpm.pyo", - "driconf.py", "driconf.pyc", "driconf.pyo", - "dri.py", "dri.pyc", "dri.pyo"]: - path = join (pyLibPath, f) - if isfile (path): - obsoleteFiles.append (path) -if obsoleteFiles: - print "\n*** Obsolete files from previous DRIconf versions were found on " \ - "your system.\n*** Unless you tweaked setup.cfg you can probably " \ - "delete them:" - for f in obsoleteFiles: - print "***\t%s" % f - -# -# Check if required packages are installed -# -errors = 0 -try: - import pygtk - pygtk.require ("2.0") - import gtk -except: - print "\n*** Warning: importing GTK version 2 doesn't work." - errors = 1 -else: - if gtk.check_version(2, 4, 0): - print "\n*** Warning: DRIconf requires GTK 2.4 or newer." - errors = 1 -try: - import xml.parsers.expat -except: - if not errors: - print - print "*** Warning: importing xml.parsers.expat doesn't work." - errors = 1 - -if errors: - print "*** Warning: DRIconf will probably not work for the above reason(s)." --- NEW FILE driconf.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: driconf Version: 0.9.1 Release: 5%{?dist} Summary: A configuration applet for the Direct Rendering Infrastructure Group: User Interface/X License: GPL URL: http://dri.freedesktop.org/wiki/DriConf Source0: http://people.freedesktop.org/~fxkuehl/driconf/driconf-%{version}.tar.gz Patch1: driconf-0.9.1-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: desktop-file-utils BuildArch: noarch Requires: pygtk2 Requires: glx-utils %description DRIconf is a configuration applet for the Direct Rendering Infrastructure. It allows customizing performance and visual quality settings of OpenGL drivers on a per-driver, per-screen and/or per-application level. The settings are stored in system wide and per-user XML configuration files, which are parsed by the OpenGL drivers on startup. DRIConf is written in Python with the python-gtk toolkit bindings. %prep %setup -q %patch1 -p1 %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --prefix=%{_prefix} %find_lang driconf cat << EOF > %{name}.desktop [Desktop Entry] Name=Driconf Comment=configuration applet for the Direct Rendering Infrastructure Exec=/usr/bin/driconf Icon=/usr/share/driconf/driconf-icon.png Terminal=false Type=Application Encoding=UTF-8 Categories=Settings; EOF desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files -f driconf.lang %defattr(-,root,root,-) %doc COPYING CHANGELOG README TODO %{_bindir}/driconf %{python_sitelib}/dri.py %{python_sitelib}/dri.pyc %{python_sitelib}/dri.pyo %{python_sitelib}/driconf.py %{python_sitelib}/driconf.pyc %{python_sitelib}/driconf.pyo %{python_sitelib}/driconf_commonui.py %{python_sitelib}/driconf_commonui.pyc %{python_sitelib}/driconf_commonui.pyo %{python_sitelib}/driconf_complexui.py %{python_sitelib}/driconf_complexui.pyc %{python_sitelib}/driconf_complexui.pyo %{python_sitelib}/driconf_simpleui.py %{python_sitelib}/driconf_simpleui.pyc %{python_sitelib}/driconf_simpleui.pyo %dir %{_datadir}/driconf %{_datadir}/driconf/card.png %{_datadir}/driconf/drilogo.jpg %{_datadir}/driconf/screen.png %{_datadir}/driconf/screencard.png %{_datadir}/driconf/driconf-icon.png %{_datadir}/applications/*.desktop %changelog * Wed Dec 20 2006 Kevin Fenzi - 0.9.1-5 - Remove unneeded post/postun. * Tue Dec 19 2006 Kevin Fenzi - 0.9.1-4 - Changed desktop catigory to Settings. * Mon Dec 18 2006 Kevin Fenzi - 0.9.1-3 - Changed pygtk2-devel BuildRequires to python-devel - Added desktop file. * Sat Dec 16 2006 Kevin Fenzi - 0.9.1-2 - Added Requires for pygtk2 and glx-utils * Sat Dec 16 2006 Kevin Fenzi - 0.9.1-1 - Inital fedora extras packaging * Fri Mar 31 2005 D. Hageman 0.9.0-1 - Updated RPM spec file to handle new version * Mon Mar 14 2005 D. Hageman 0.2.3-1 - Created the initial rpm spec file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/driconf/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 04:00:35 -0000 1.1 +++ .cvsignore 21 Dec 2006 04:01:01 -0000 1.2 @@ -0,0 +1 @@ +driconf-0.9.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/driconf/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 04:00:35 -0000 1.1 +++ sources 21 Dec 2006 04:01:01 -0000 1.2 @@ -0,0 +1 @@ +76d610bcd56aa5e8a489debb5081178a driconf-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 04:04:54 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 20 Dec 2006 23:04:54 -0500 Subject: owners owners.list,1.2133,1.2134 Message-ID: <200612210404.kBL44saQ028252@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28237 Modified Files: owners.list Log Message: Add driconf (219932) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2133 retrieving revision 1.2134 diff -u -r1.2133 -r1.2134 --- owners.list 21 Dec 2006 01:22:08 -0000 1.2133 +++ owners.list 21 Dec 2006 04:04:24 -0000 1.2134 @@ -339,6 +339,7 @@ Fedora Extras|doulos-fonts|Doulos SIL fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|drgeo|Interactive educational geometry software|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| Fedora Extras|drgeo-doc|html documentation for drgeo|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| +Fedora Extras|driconf|A configuration applet for the Direct Rendering Infrastructure|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|driftnet|Network image sniffer|bnocera at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|drivel|A journal or "blog" client|stickster at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|dssi|Disposable Soft Synth Interface|green at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 04:16:57 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Wed, 20 Dec 2006 23:16:57 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.5,1.6 Message-ID: <200612210416.kBL4GvmQ028285@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28270 Modified Files: audacious-docklet.spec Log Message: Change /usr/lib to use macros- Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- audacious-docklet.spec 21 Dec 2006 03:09:21 -0000 1.5 +++ audacious-docklet.spec 21 Dec 2006 04:16:26 -0000 1.6 @@ -1,4 +1,4 @@ -%define plugin_dir /usr/lib/audacious +%define plugin_dir %{_prefix}/%{_lib}/audacious Name: audacious-docklet Version: 0.1.1 From fedora-extras-commits at redhat.com Thu Dec 21 06:12:27 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:12:27 -0500 Subject: rpms/audacious-itouch - New directory Message-ID: <200612210612.kBL6CRoi002396@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2392/audacious-itouch Log Message: Directory /cvs/extras/rpms/audacious-itouch added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 06:12:33 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:12:33 -0500 Subject: rpms/audacious-itouch/devel - New directory Message-ID: <200612210612.kBL6CXiE002409@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2392/audacious-itouch/devel Log Message: Directory /cvs/extras/rpms/audacious-itouch/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 06:13:28 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:13:28 -0500 Subject: rpms/audacious-itouch Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612210613.kBL6DSmM002439@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433 Added Files: Makefile import.log Log Message: Setup of module audacious-itouch --- NEW FILE Makefile --- # Top level Makefile for module audacious-itouch all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 06:13:33 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:13:33 -0500 Subject: rpms/audacious-itouch/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612210613.kBL6DXGM002455@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module audacious-itouch --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 06:16:18 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:16:18 -0500 Subject: rpms/audacious-itouch import.log,1.1,1.2 Message-ID: <200612210616.kBL6GIwY002533@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500 Modified Files: import.log Log Message: auto-import audacious-itouch-0.1-6 on branch devel from audacious-itouch-0.1-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 06:13:28 -0000 1.1 +++ import.log 21 Dec 2006 06:15:48 -0000 1.2 @@ -0,0 +1 @@ +audacious-itouch-0_1-6:HEAD:audacious-itouch-0.1-6.src.rpm:1166682193 From fedora-extras-commits at redhat.com Thu Dec 21 06:16:19 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 01:16:19 -0500 Subject: rpms/audacious-itouch/devel audacious-itouch-0.1-configdb.patch, NONE, 1.1 audacious-itouch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612210616.kBL6GJk1002537@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500/devel Modified Files: .cvsignore sources Added Files: audacious-itouch-0.1-configdb.patch audacious-itouch.spec Log Message: auto-import audacious-itouch-0.1-6 on branch devel from audacious-itouch-0.1-6.src.rpm audacious-itouch-0.1-configdb.patch: --- NEW FILE audacious-itouch-0.1-configdb.patch --- diff -Naupr audacious-itouch-0.1.orig/src/itouch.c audacious-itouch-0.1/src/itouch.c --- audacious-itouch-0.1.orig/src/itouch.c 2005-10-30 23:58:54.000000000 +0100 +++ audacious-itouch-0.1/src/itouch.c 2006-09-18 16:16:48.000000000 +0200 @@ -33,7 +33,6 @@ #include #include #include -#include #include typedef struct { @@ -1053,48 +1052,48 @@ void config_ok_cb(GtkWidget * w, gpointe static void load_kbdcfgs(void) { - ConfigFile *cfgfile; + ConfigDb *db; gint i; - if (cfgfile = xmms_cfg_open_file(BEEP_DATA_DIR "/audacious-itouch.config")) { - xmms_cfg_read_int(cfgfile, "Global", "config_count", + if (db = bmp_cfg_db_open()) { + bmp_cfg_db_get_int(db, "Global", "config_count", &kbdcount); kbdcfgs = calloc(kbdcount, sizeof(KeyboardConfig)); for (i = 0; i < kbdcount; i++) { gchar *cfgname = g_strdup_printf("config_%d", i); - xmms_cfg_read_string(cfgfile, cfgname, "name", + bmp_cfg_db_get_string(db, cfgname, "name", &kbdcfgs[i].name); - xmms_cfg_read_int(cfgfile, cfgname, "suspend", + bmp_cfg_db_get_int(db, cfgname, "suspend", &kbdcfgs[i].suspend); - xmms_cfg_read_int(cfgfile, cfgname, "my_home", + bmp_cfg_db_get_int(db, cfgname, "my_home", &kbdcfgs[i].my_home); - xmms_cfg_read_int(cfgfile, cfgname, "email", + bmp_cfg_db_get_int(db, cfgname, "email", &kbdcfgs[i].email); - xmms_cfg_read_int(cfgfile, cfgname, "search", + bmp_cfg_db_get_int(db, cfgname, "search", &kbdcfgs[i].search); - xmms_cfg_read_int(cfgfile, cfgname, "go", + bmp_cfg_db_get_int(db, cfgname, "go", &kbdcfgs[i].go); - xmms_cfg_read_int(cfgfile, cfgname, "mute", + bmp_cfg_db_get_int(db, cfgname, "mute", &kbdcfgs[i].mute); - xmms_cfg_read_int(cfgfile, cfgname, "vol_down", + bmp_cfg_db_get_int(db, cfgname, "vol_down", &kbdcfgs[i].vol_down); - xmms_cfg_read_int(cfgfile, cfgname, "vol_up", + bmp_cfg_db_get_int(db, cfgname, "vol_up", &kbdcfgs[i].vol_up); - xmms_cfg_read_int(cfgfile, cfgname, "play", + bmp_cfg_db_get_int(db, cfgname, "play", &kbdcfgs[i].play); - xmms_cfg_read_int(cfgfile, cfgname, "stop", + bmp_cfg_db_get_int(db, cfgname, "stop", &kbdcfgs[i].stop); - xmms_cfg_read_int(cfgfile, cfgname, "prev_track", + bmp_cfg_db_get_int(db, cfgname, "prev_track", &kbdcfgs[i].prev_track); - xmms_cfg_read_int(cfgfile, cfgname, "next_track", + bmp_cfg_db_get_int(db, cfgname, "next_track", &kbdcfgs[i].next_track); - xmms_cfg_read_int(cfgfile, cfgname, "calculator", + bmp_cfg_db_get_int(db, cfgname, "calculator", &kbdcfgs[i].calculator); - xmms_cfg_read_int(cfgfile, cfgname, "misc", + bmp_cfg_db_get_int(db, cfgname, "misc", &kbdcfgs[i].misc); g_free(cfgname); } - xmms_cfg_free(cfgfile); + bmp_cfg_db_close(db); } } --- NEW FILE audacious-itouch.spec --- # Authority: yufan %define aud_general %{_libdir}/audacious/General %define aud_datadir %{_datadir}/audacious Summary: Keyboard control plugin for the Audacious media player Name: audacious-itouch Version: 0.1 Release: 6%{?dist} License: GPL Group: Applications/Multimedia URL: http://nedudu.hu/static.php?page=audacious Source: http://nedudu.hu/downloads/audacious-itouch-%{version}.tar.bz2 Patch0: audacious-itouch-0.1-configdb.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: audacious-plugins BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser) %description With this Audacious plugin you can take advantage of the multimedia (playback and volume control) keys on your Logitech iTouch or compatible keyboard. When the plugin is used you can use the keys regardless of the current input focus. The plugin won't work if some other application (eg. xscreensaver) has grabbed the keyboard. %prep %setup -q %patch0 -p1 -b .configdb # Workaround... but is this even correct? %{__cp} -a po/Makefile.in.in po/Makefile.in %build %configure \ --libdir=%{aud_general} \ --datadir=%{aud_datadir} # Build "sometimes" fails, so remove %{?_smp_mflags}, although it seems like # that's not it. %{__make} %install %{__rm} -rf %{buildroot} %{__make} install \ libdir=%{buildroot}%{aud_general} \ datadir=%{buildroot}%{aud_datadir} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, -) %doc AUTHORS ChangeLog COPYING README %{aud_general}/libitouch.so %exclude %{aud_general}/libitouch.la %{aud_datadir}/audacious-itouch.config %changelog * Thu Dec 21 2006 Yu Fan 0.1-6 - Modify to conform Fedora Extras naming and packaging convention. * Mon Sep 18 2006 Matthias Saou 0.1-5 - Add configdb patch to make it build with the latest audacious. * Fri Mar 17 2006 Matthias Saou 0.1-4 - Release bump to drop the disttag number in FC5 build. * Mon Feb 13 2006 Matthias Saou 0.1-3 - Rebuild against audacious 0.2.2 since the main .so lib isn't versionned anymore (thus the requirement here has broke). * Mon Feb 13 2006 Matthias Saou 0.1-2 - Rebuild against proper FC4 gtk2 to fix unexisting dependencies. * Thu Feb 9 2006 Matthias Saou 0.1-1 - Initial RPM release based on bmp-itouch. - Something is weird, as the build can sometimes fail ("@CATALOGS@")... Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 06:13:33 -0000 1.1 +++ .cvsignore 21 Dec 2006 06:15:49 -0000 1.2 @@ -0,0 +1 @@ +audacious-itouch-0.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 06:13:33 -0000 1.1 +++ sources 21 Dec 2006 06:15:49 -0000 1.2 @@ -0,0 +1 @@ +7b37c3220f88df02b3cbb4ec3669d43f audacious-itouch-0.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 07:54:13 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 21 Dec 2006 02:54:13 -0500 Subject: comps comps-fe5.xml.in,1.215,1.216 comps-fe6.xml.in,1.246,1.247 Message-ID: <200612210754.kBL7sDEY005976@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5957 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add search4files Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- comps-fe5.xml.in 18 Dec 2006 08:35:32 -0000 1.215 +++ comps-fe5.xml.in 21 Dec 2006 07:53:43 -0000 1.216 @@ -919,6 +919,7 @@ rsnapshot sabayon scrub + search4files sec shorewall snort Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- comps-fe6.xml.in 18 Dec 2006 08:35:32 -0000 1.246 +++ comps-fe6.xml.in 21 Dec 2006 07:53:43 -0000 1.247 @@ -1006,6 +1006,7 @@ rsnapshot sabayon scrub + search4files sec shorewall smart From fedora-extras-commits at redhat.com Thu Dec 21 07:59:40 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 02:59:40 -0500 Subject: owners owners.list,1.2134,1.2135 Message-ID: <200612210759.kBL7xeYJ006029@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6008/owners Modified Files: owners.list Log Message: Add audacious-itouch yufanyufan at gmail.com Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2134 retrieving revision 1.2135 diff -u -r1.2134 -r1.2135 --- owners.list 21 Dec 2006 04:04:24 -0000 1.2134 +++ owners.list 21 Dec 2006 07:59:10 -0000 1.2135 @@ -89,6 +89,7 @@ Fedora Extras|atomorun|Jump&Run game where you have to flee an exploding nuclear bomb|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|audacious|A GTK2 based media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|audacious-docklet|A docklet plugin for Audacious|yufanyufan at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|audacious-itouch|Keyboard control plugin for the Audacious media player|yufanyufan at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|audacious-plugins|Plugins for the Audacious media player|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|audacity|A multitrack audio editor|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|aumix|Audio mixer based on ncurses|somlo at cmu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 08:14:28 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 03:14:28 -0500 Subject: rpms/audacious-itouch/devel audacious-itouch.spec,1.1,1.2 Message-ID: <200612210814.kBL8ESEZ009239@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9219 Modified Files: audacious-itouch.spec Log Message: Comment out cp op/Makefile.in.in- Index: audacious-itouch.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/audacious-itouch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-itouch.spec 21 Dec 2006 06:15:49 -0000 1.1 +++ audacious-itouch.spec 21 Dec 2006 08:13:58 -0000 1.2 @@ -28,7 +28,7 @@ %setup -q %patch0 -p1 -b .configdb # Workaround... but is this even correct? -%{__cp} -a po/Makefile.in.in po/Makefile.in +#%{__cp} -a po/Makefile.in.in po/Makefile.in %build From fedora-extras-commits at redhat.com Thu Dec 21 08:29:45 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 03:29:45 -0500 Subject: rpms/sysprof-kmod/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof-kmod.spec, 1.13, 1.14 Message-ID: <200612210829.kBL8TjSu009326@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9307 Modified Files: .cvsignore sources sysprof-kmod.spec Log Message: Version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 13:04:23 -0000 1.4 +++ .cvsignore 21 Dec 2006 08:29:15 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 13:04:23 -0000 1.4 +++ sources 21 Dec 2006 08:29:15 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sysprof-kmod.spec 22 Nov 2006 09:13:59 -0000 1.13 +++ sysprof-kmod.spec 21 Dec 2006 08:29:15 -0000 1.14 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2849.fc6} +%{!?kversion: %define kversion 2.6.19-1.2881.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -29,8 +29,8 @@ Name: %{kmod_name}-kmod -Version: 1.0.7 -Release: 1.%(echo %{kverrel} | tr - _).1 +Version: 1.0.8 +Release: 1.%(echo %{kverrel} | tr - _) Summary: Sysprof kernel module Group: System Environment/Kernel @@ -103,6 +103,10 @@ %changelog +* Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 +- version update +- rebuild for kernel 2.6.19-1.2881 + * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update - use Release 1.1 to be sure EVR in devel is newer than FC6 From fedora-extras-commits at redhat.com Thu Dec 21 09:08:31 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 04:08:31 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.14,1.15 Message-ID: <200612210908.kBL98V9w013144@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13129 Modified Files: sysprof-kmod.spec Log Message: Use an existing kernel EVR... Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sysprof-kmod.spec 21 Dec 2006 08:29:15 -0000 1.14 +++ sysprof-kmod.spec 21 Dec 2006 09:08:01 -0000 1.15 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.19-1.2881.fc7} +%{!?kversion: %define kversion 2.6.19-1.2889.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -105,7 +105,7 @@ %changelog * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update -- rebuild for kernel 2.6.19-1.2881 +- rebuild for kernel 2.6.19-1.2889 * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update From fedora-extras-commits at redhat.com Thu Dec 21 09:14:12 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 04:14:12 -0500 Subject: rpms/gchempaint/devel .cvsignore, 1.2, 1.3 gchempaint.spec, 1.1, 1.2 sources, 1.2, 1.3 18159.patch, 1.1, NONE Message-ID: <200612210914.kBL9ECI4013208@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13189 Modified Files: .cvsignore gchempaint.spec sources Removed Files: 18159.patch Log Message: * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 17:19:46 -0000 1.2 +++ .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 @@ -1 +1 @@ -gchempaint-0.6.6.tar.gz +gchempaint-0.6.7.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/gchempaint.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gchempaint.spec 18 Dec 2006 17:19:46 -0000 1.1 +++ gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 @@ -1,13 +1,12 @@ Name: gchempaint -Version: 0.6.6 -Release: 5%{?dist} +Version: 0.6.7 +Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: 18159.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -48,13 +47,13 @@ %prep %setup -q -%patch0 -p0 -b .amd64crashfix %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper + --disable-scrollkeeper \ + --with-kde-desktopdir=%{_datadir}/mimelnk/application make %{?_smp_mflags} @@ -132,6 +131,7 @@ %{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-application-x-gchempaint.png %{_datadir}/gnome/help/gchempaint %{_datadir}/mime/packages/gchempaint.xml +%{_datadir}/mimelnk %{_datadir}/omf/gchempaint #disable -devel package for now @@ -142,6 +142,10 @@ %changelog +* Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 +- Updated to 0.6.7 +- Dropped upstreamed patches + * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash - Disabled -devel package until undefined non-weak symbols issue is fixed Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 17:19:46 -0000 1.2 +++ sources 21 Dec 2006 09:13:42 -0000 1.3 @@ -1 +1 @@ -143ca4a852e58cec6a00517ab9df2303 gchempaint-0.6.6.tar.gz +9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz --- 18159.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 21 09:25:16 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 04:25:16 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.15,1.16 Message-ID: <200612210925.kBL9PGAx013276@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13253 Modified Files: sysprof-kmod.spec Log Message: Disable xen variant Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sysprof-kmod.spec 21 Dec 2006 09:08:01 -0000 1.15 +++ sysprof-kmod.spec 21 Dec 2006 09:24:46 -0000 1.16 @@ -17,9 +17,9 @@ %ifarch ppc %define smp smp %endif -%ifarch i686 x86_64 ia64 -%define xen xen -%endif +# %ifarch i686 x86_64 ia64 +# %define xen xen +# %endif %ifarch i686 x86_64 ppc64 ppc64iseries %define kdump kdump %endif @@ -106,6 +106,7 @@ * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update - rebuild for kernel 2.6.19-1.2889 +- disable xen variant * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update From fedora-extras-commits at redhat.com Thu Dec 21 09:52:46 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 04:52:46 -0500 Subject: rpms/audacious-itouch/devel audacious-itouch.spec,1.2,1.3 Message-ID: <200612210952.kBL9qkmb013485@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13470 Modified Files: audacious-itouch.spec Log Message: add autoconf Index: audacious-itouch.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/audacious-itouch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- audacious-itouch.spec 21 Dec 2006 08:13:58 -0000 1.2 +++ audacious-itouch.spec 21 Dec 2006 09:52:16 -0000 1.3 @@ -12,9 +12,10 @@ URL: http://nedudu.hu/static.php?page=audacious Source: http://nedudu.hu/downloads/audacious-itouch-%{version}.tar.bz2 Patch0: audacious-itouch-0.1-configdb.patch +Patch1: audacious-itouch-0.1-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: audacious-plugins -BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser) +BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser), autoconf %description With this Audacious plugin you can take advantage of the multimedia (playback @@ -27,11 +28,10 @@ %prep %setup -q %patch0 -p1 -b .configdb -# Workaround... but is this even correct? -#%{__cp} -a po/Makefile.in.in po/Makefile.in - +%patch1 -p1 -b .configure %build +%{__autoconf} %configure \ --libdir=%{aud_general} \ --datadir=%{aud_datadir} From fedora-extras-commits at redhat.com Thu Dec 21 09:55:17 2006 From: fedora-extras-commits at redhat.com (Yu Fan (yufan)) Date: Thu, 21 Dec 2006 04:55:17 -0500 Subject: rpms/audacious-itouch/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612210955.kBL9tHlS013534@cvs-int.fedora.redhat.com> Author: yufan Update of /cvs/extras/rpms/audacious-itouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13511 Modified Files: .cvsignore sources Log Message: Add configure.patch- Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Dec 2006 06:15:49 -0000 1.2 +++ .cvsignore 21 Dec 2006 09:54:47 -0000 1.3 @@ -1 +1,2 @@ audacious-itouch-0.1.tar.bz2 +audacious-itouch-0.1-configure.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/audacious-itouch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Dec 2006 06:15:49 -0000 1.2 +++ sources 21 Dec 2006 09:54:47 -0000 1.3 @@ -1 +1,2 @@ 7b37c3220f88df02b3cbb4ec3669d43f audacious-itouch-0.1.tar.bz2 +a1892664d13be0b99ca34a531d39a54c audacious-itouch-0.1-configure.patch From fedora-extras-commits at redhat.com Thu Dec 21 09:58:02 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 04:58:02 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.16,1.17 Message-ID: <200612210958.kBL9w2XT013614@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13594 Modified Files: sysprof-kmod.spec Log Message: disabling xen: new attempt Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sysprof-kmod.spec 21 Dec 2006 09:24:46 -0000 1.16 +++ sysprof-kmod.spec 21 Dec 2006 09:57:32 -0000 1.17 @@ -17,9 +17,9 @@ %ifarch ppc %define smp smp %endif -# %ifarch i686 x86_64 ia64 -# %define xen xen -# %endif +#ifarch i686 x86_64 ia64 +#define xen xen +#endif %ifarch i686 x86_64 ppc64 ppc64iseries %define kdump kdump %endif From fedora-extras-commits at redhat.com Thu Dec 21 10:16:14 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 05:16:14 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.17,1.18 Message-ID: <200612211016.kBLAGEm4016882@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16809 Modified Files: sysprof-kmod.spec Log Message: disable kdump for i686 Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sysprof-kmod.spec 21 Dec 2006 09:57:32 -0000 1.17 +++ sysprof-kmod.spec 21 Dec 2006 10:15:44 -0000 1.18 @@ -20,7 +20,7 @@ #ifarch i686 x86_64 ia64 #define xen xen #endif -%ifarch i686 x86_64 ppc64 ppc64iseries +%ifarch x86_64 ppc64 ppc64iseries %define kdump kdump %endif %{!?kvariants: %define kvariants "" %{?pae} %{?smp} %{?xen} %{?kdump}} @@ -106,7 +106,7 @@ * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update - rebuild for kernel 2.6.19-1.2889 -- disable xen variant +- disable xen variant (all archs) and kdump (on i686) * Sun Nov 19 2006 Gianluca Sforna 1.0.7-1.1 - version update From fedora-extras-commits at redhat.com Thu Dec 21 10:32:10 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Thu, 21 Dec 2006 05:32:10 -0500 Subject: rpms/sysprof/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof.spec, 1.5, 1.6 Message-ID: <200612211032.kBLAWA8F017060@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17041 Modified Files: .cvsignore sources sysprof.spec Log Message: version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 13:08:48 -0000 1.4 +++ .cvsignore 21 Dec 2006 10:31:40 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 13:08:48 -0000 1.4 +++ sources 21 Dec 2006 10:31:40 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof/devel/sysprof.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sysprof.spec 21 Nov 2006 13:08:48 -0000 1.5 +++ sysprof.spec 21 Dec 2006 10:31:40 -0000 1.6 @@ -1,5 +1,5 @@ Name: sysprof -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System @@ -61,6 +61,9 @@ %{_datadir}/applications/*.desktop %changelog +* Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Thu Dec 21 11:14:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 21 Dec 2006 06:14:24 -0500 Subject: rpms/galeon/FC-6 galeon.spec,1.26,1.27 Message-ID: <200612211114.kBLBEOMo020343@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20321 Modified Files: galeon.spec Log Message: Rebuild for firefox 1.5.0.9, gecko 1.8.0.9 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/FC-6/galeon.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- galeon.spec 8 Nov 2006 18:27:00 -0000 1.26 +++ galeon.spec 21 Dec 2006 11:13:54 -0000 1.27 @@ -1,7 +1,9 @@ +%define gecko_ver 1.8.0.9 + Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.3 -Release: 4%{?dist} +Release: 4%{?dist}.1 License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -12,10 +14,13 @@ BuildRequires: gettext desktop-file-utils BuildRequires: gtk2-devel >= 2.4.0 BuildRequires: gnome-desktop-devel -BuildRequires: gecko-devel +BuildRequires: gecko-devel = %{gecko_ver} BuildRequires: libgnomeui-devel >= 2.5.2 BuildRequires: perl(XML::Parser) scrollkeeper BuildRequires: intltool + +Requires: gecko-libs = %{gecko_ver} + Requires(post): desktop-file-utils Requires(postun): desktop-file-utils Requires(pre): GConf2 @@ -110,6 +115,9 @@ %changelog +* Thu Dec 21 2006 Denis Leroy - 2.0.3-4.1 +- Rebuild for firefox 1.5.0.9, gecko 1.8.0.9 + * Wed Nov 8 2006 Denis Leroy - 2.0.3-4 - Rebuild for firefox 1.5.0.8 From fedora-extras-commits at redhat.com Thu Dec 21 11:20:17 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:20:17 -0500 Subject: rpms/shorewall/devel .cvsignore, 1.22, 1.23 shorewall.spec, 1.29, 1.30 sources, 1.22, 1.23 Message-ID: <200612211120.kBLBKHpk020488@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20462 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 8 Nov 2006 02:09:05 -0000 1.22 +++ .cvsignore 21 Dec 2006 11:19:47 -0000 1.23 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- shorewall.spec 8 Nov 2006 02:09:05 -0000 1.29 +++ shorewall.spec 21 Dec 2006 11:19:47 -0000 1.30 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 8 Nov 2006 02:09:05 -0000 1.22 +++ sources 21 Dec 2006 11:19:47 -0000 1.23 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 11:24:57 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:24:57 -0500 Subject: rpms/solfege - New directory Message-ID: <200612211124.kBLBOvKh020621@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20617/solfege Log Message: Directory /cvs/extras/rpms/solfege added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 11:25:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:25:02 -0500 Subject: rpms/solfege/devel - New directory Message-ID: <200612211125.kBLBP2cl020639@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20617/solfege/devel Log Message: Directory /cvs/extras/rpms/solfege/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 11:25:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:25:42 -0500 Subject: rpms/solfege Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612211125.kBLBPgZc020668@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20662 Added Files: Makefile import.log Log Message: Setup of module solfege --- NEW FILE Makefile --- # Top level Makefile for module solfege all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 11:25:47 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:25:47 -0500 Subject: rpms/solfege/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612211125.kBLBPlOF020683@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20662/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module solfege --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 11:28:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:28:07 -0500 Subject: rpms/solfege/devel solfege.sh.in, NONE, 1.1 solfege.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612211128.kBLBS7Ok020768@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20729/devel Modified Files: .cvsignore sources Added Files: solfege.sh.in solfege.spec Log Message: auto-import solfege-3.6.4-6 on branch devel from solfege-3.6.4-6.src.rpm --- NEW FILE solfege.sh.in --- #!/bin/sh #Wrapper script for solfege to ensure that the esound daemon is running solfegebin="/usr/libexec/solfege-bin" esdpid=`/sbin/pidof -o %PPID /usr/bin/esd` #check if esd is running if [ -z $esdpid ] then #start esound daemon, terminate it when all client close esd -nobeeps & echo $!> ~/.solfege-esd.pid fi #start solfege $solfegebin #if esd was invoked, close it if [ -e ~/.solfege-esd.pid ] then kill -9 `cat ~/.solfege-esd.pid` && rm -f ~/.solfege-esd.pid fi --- NEW FILE solfege.spec --- #override hardcoded stylesheet path %define stylesheet %(ls %_datadir/sgml/docbook/xsl-stylesheets-1.*/html/chunk.xsl) Name: solfege Version: 3.6.4 Release: 6%{?dist} Summary: Music education software Group: Applications/Multimedia License: GPL URL: http://www.solfege.org/ Source0: http://dl.sourceforge.net/solfege/%{name}-%{version}.tar.gz Source1: solfege.sh.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: texinfo, swig, gettext, docbook-style-xsl BuildRequires: pygtk2-devel, libxslt BuildRequires: desktop-file-utils Requires: timidity++, gnome-python2-gtkhtml2, esound Requires: pygtk2 %description Solfege is free music education software. Use it to train your rhythm, interval, scale and chord skills. Solfege - Smarten your ears! %prep %setup -q #preserve timestamps %{__sed} -i.stamp -e 's|shutil\.copy|shutil.copy2|' tools/pcopy.py %build export INSTALL="%{__install} -c -p" %configure --enable-docbook-stylesheet=%stylesheet make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %{__mkdir} $RPM_BUILD_ROOT%{_libexecdir} %{__mv} $RPM_BUILD_ROOT%{_bindir}/solfege $RPM_BUILD_ROOT%{_libexecdir}/solfege-bin #permissions %{__chmod} 755 $RPM_BUILD_ROOT%{_datadir}/solfege/mpd/testsetup.py %{__chmod} 755 $RPM_BUILD_ROOT%{_datadir}/solfege/src/testsetup.py %{__chmod} 755 $RPM_BUILD_ROOT%{_libdir}/solfege/*.so #Change encoding to UTF-8 for f in AUTHORS README ; do iconv -f ISO-8859-15 -t UTF-8 $f > ${f}.tmp && \ %{__mv} -f ${f}.tmp ${f} || \ %{__rm} -f ${f}.tmp done #Setup wrapper script %{__install} -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/solfege %find_lang %{name} desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --remove-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc README AUTHORS COPYING %config(noreplace) %{_sysconfdir}/* %{_bindir}/* %{_libexecdir}/* %{_libdir}/solfege %{_datadir}/solfege/ %{_datadir}/applications/* %{_datadir}/pixmaps/* %{_mandir}/man?/* %changelog * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file - Fix changelog * Tue Dec 19 2006 Sindre Pedersen Bj??rdal - 3.6.4-5 - Move original binary to %%{_libexecdir} - Remove X-Fedora Category from meny entry - Add pygtk2 Requires - Replace libxlst-devel BuildRequires with libxlst - Keep timestamps for image files - Convert AUTHORS and README from iso8859 to UTF-8 * Fri Dec 15 2006 Sindre Pedersen Bj??rdal - 3.6.4-4 - Fix permissions issue in wrapper script - Fix debuginfo package - Fix indentation * Fri Dec 15 2006 Sindre Pedersen Bj??rdal - 3.6.4-3 - Change permissions * Thu Dec 14 2006 Sindre Pedersen Bj??rdal - 3.6.4-2 - Use install to install wrapper script - Improvements to wrapper script * Thu Dec 14 2006 Sindre Pedersen Bj??rdal - 3.6.4-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 11:25:47 -0000 1.1 +++ .cvsignore 21 Dec 2006 11:27:37 -0000 1.2 @@ -0,0 +1 @@ +solfege-3.6.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 11:25:47 -0000 1.1 +++ sources 21 Dec 2006 11:27:37 -0000 1.2 @@ -0,0 +1 @@ +71401b22158410d95595c308c6fee714 solfege-3.6.4.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 11:28:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:28:07 -0500 Subject: rpms/solfege import.log,1.1,1.2 Message-ID: <200612211128.kBLBS7Ii020764@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20729 Modified Files: import.log Log Message: auto-import solfege-3.6.4-6 on branch devel from solfege-3.6.4-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/solfege/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 11:25:42 -0000 1.1 +++ import.log 21 Dec 2006 11:27:37 -0000 1.2 @@ -0,0 +1 @@ +solfege-3_6_4-6:HEAD:solfege-3.6.4-6.src.rpm:1166700924 From fedora-extras-commits at redhat.com Thu Dec 21 11:33:12 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:33:12 -0500 Subject: rpms/shorewall/FC-6 .cvsignore, 1.22, 1.23 shorewall.spec, 1.29, 1.30 sources, 1.22, 1.23 Message-ID: <200612211133.kBLBXC1U020852@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20818 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-6/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 8 Nov 2006 02:12:01 -0000 1.22 +++ .cvsignore 21 Dec 2006 11:32:42 -0000 1.23 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-6/shorewall.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- shorewall.spec 8 Nov 2006 02:12:01 -0000 1.29 +++ shorewall.spec 21 Dec 2006 11:32:42 -0000 1.30 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-6/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 8 Nov 2006 02:12:01 -0000 1.22 +++ sources 21 Dec 2006 11:32:42 -0000 1.23 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 11:33:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Thu, 21 Dec 2006 06:33:15 -0500 Subject: owners owners.list,1.2135,1.2136 Message-ID: <200612211133.kBLBXFWp020857@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20814 Modified Files: owners.list Log Message: Added solfege, maintained by me Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2135 retrieving revision 1.2136 diff -u -r1.2135 -r1.2136 --- owners.list 21 Dec 2006 07:59:10 -0000 1.2135 +++ owners.list 21 Dec 2006 11:32:45 -0000 1.2136 @@ -2282,6 +2282,7 @@ Fedora Extras|sobby|Standalone obby server|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|socat|Relay application for bidirectional data transfer|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|sodipodi|Vector-based drawing program|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|solfege|Music education software|foolish at guezz.net|extras-qa at fedoraproject.org| Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|soundconverter|A simple sound converter application for GNOME|denis at poolshark.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 11:34:57 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:34:57 -0500 Subject: rpms/shorewall/FC-5 .cvsignore, 1.20, 1.21 shorewall.spec, 1.27, 1.28 sources, 1.20, 1.21 Message-ID: <200612211134.kBLBYvbu020918@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20899 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 8 Nov 2006 02:16:03 -0000 1.20 +++ .cvsignore 21 Dec 2006 11:34:27 -0000 1.21 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/shorewall.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- shorewall.spec 8 Nov 2006 02:16:03 -0000 1.27 +++ shorewall.spec 21 Dec 2006 11:34:27 -0000 1.28 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 8 Nov 2006 02:16:03 -0000 1.20 +++ sources 21 Dec 2006 11:34:27 -0000 1.21 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 11:36:22 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 06:36:22 -0500 Subject: rpms/shorewall/FC-4 .cvsignore, 1.14, 1.15 shorewall.spec, 1.22, 1.23 sources, 1.14, 1.15 Message-ID: <200612211136.kBLBaMPG020981@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20962 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 8 Nov 2006 02:17:36 -0000 1.14 +++ .cvsignore 21 Dec 2006 11:35:52 -0000 1.15 @@ -1 +1 @@ -shorewall-3.2.5.tar.bz2 +shorewall-3.2.7.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/shorewall.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- shorewall.spec 8 Nov 2006 02:17:36 -0000 1.22 +++ shorewall.spec 21 Dec 2006 11:35:52 -0000 1.23 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -84,6 +84,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Thu Dec 21 2006 Robert Marcano - 3.2.7-1 +- Update to upstream 3.2.7 + * Tue Nov 07 2006 Robert Marcano - 3.2.5-1 - Update to upstream 3.2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 8 Nov 2006 02:17:36 -0000 1.14 +++ sources 21 Dec 2006 11:35:52 -0000 1.15 @@ -1 +1 @@ -7f3e80d8a1fe1d14dd15b00187ddc8e1 shorewall-3.2.5.tar.bz2 +c3800363e6cbf634794efedfa4aba35f shorewall-3.2.7.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 13:28:39 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Thu, 21 Dec 2006 08:28:39 -0500 Subject: rpms/pyxdg/devel pyxdg.spec,1.4,1.5 Message-ID: <200612211328.kBLDSdd4027620@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/pyxdg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27598 Modified Files: pyxdg.spec Log Message: * Thu Dec 21 2006 Patrice Dumas - 0.15-4 - rebuild for python 2.5 Index: pyxdg.spec =================================================================== RCS file: /cvs/extras/rpms/pyxdg/devel/pyxdg.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pyxdg.spec 23 Sep 2006 14:36:58 -0000 1.4 +++ pyxdg.spec 21 Dec 2006 13:28:09 -0000 1.5 @@ -2,7 +2,7 @@ Name: pyxdg Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PyXDG is a python library to access freedesktop.org standards @@ -38,6 +38,9 @@ %{python_sitelib}/xdg %changelog +* Thu Dec 21 2006 Patrice Dumas - 0.15-4 +- rebuild for python 2.5 + * Sat Sep 23 2006 Tom "spot" Callaway - 0.15-3 - rebuild for fc6 From fedora-extras-commits at redhat.com Thu Dec 21 13:33:17 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 08:33:17 -0500 Subject: rpms/eclipse-subclipse/devel eclipse-subclipse-1.1.9-default-javasvn.patch, NONE, 1.1 eclipse-subclipse-1.1.9-plugin-classpath.patch, NONE, 1.1 subclipse-fetch-1.1.9.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 eclipse-subclipse.spec, 1.3, 1.4 sources, 1.3, 1.4 eclipse-subclipse-1.0.1-default-javasvn.patch, 1.1, NONE eclipse-subclipse-1.1.8-plugin-classpath.patch, 1.1, NONE subclipse-fetch-1.1.8.sh, 1.1, NONE svnClientAdapter-1.1.4-javac-target.patch, 1.1, NONE Message-ID: <200612211333.kBLDXHrY027672@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27646 Modified Files: .cvsignore eclipse-subclipse.spec sources Added Files: eclipse-subclipse-1.1.9-default-javasvn.patch eclipse-subclipse-1.1.9-plugin-classpath.patch subclipse-fetch-1.1.9.sh Removed Files: eclipse-subclipse-1.0.1-default-javasvn.patch eclipse-subclipse-1.1.8-plugin-classpath.patch subclipse-fetch-1.1.8.sh svnClientAdapter-1.1.4-javac-target.patch Log Message: Update to upstream 1.1.9 eclipse-subclipse-1.1.9-default-javasvn.patch: --- NEW FILE eclipse-subclipse-1.1.9-default-javasvn.patch --- diff -Naur subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java --- subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-12-21 08:21:36.000000000 -0400 @@ -52,9 +52,8 @@ */ public void setSvnClientInterface(String svnClientInterface) { if (svnClientInterface == null) { - // if no specific interface is specified, load JavaHL - // if JavaHL fails to load, then JavaSVN will load - loadJavaHLAdapter(); + // if no specific interface is specified, load JavaSVN + loadSVNKitAdapter(); try { this.svnClientInterface = SVNClientAdapterFactory.getPreferredSVNClientType(); } catch (SVNClientException e) { @@ -138,7 +137,8 @@ } public void loadAdapters() { - loadJavaHLAdapter(); + // disabling until classloader bug fix is available + // loadJavaHLAdapter(); loadSVNKitAdapter(); } diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-12-21 08:23:40.000000000 -0400 @@ -177,7 +177,9 @@ group.setLayoutData(gridData); layout = new GridLayout(); group.setLayout(layout); + // setting disabled until classloader problem is fixed javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl"),1); //$NON-NLS-1$ + javahlRadio.setEnabled(false); svnKitRadio = createRadio(group, Policy.bind("SVNPreferencePage.javasvn"),1); //$NON-NLS-1$ Listener checkInterfaceListener = new Listener() { public void handleEvent(Event event) { diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-12-21 08:19:46.000000000 -0400 @@ -81,7 +81,7 @@ store.setDefault(ISVNUIConstants.PREF_REMOVE_UNADDED_RESOURCES_ON_REPLACE, true); store.setDefault(ISVNUIConstants.PREF_COMMIT_SET_DEFAULT_ENABLEMENT, false); - store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JhlClientAdapterFactory.JAVAHL_CLIENT); + store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, SvnKitClientAdapterFactory.SVNKIT_CLIENT); store.setDefault(ISVNUIConstants.PREF_SVNCONFIGDIR, ""); //$NON-NLS-1$ store.setDefault(ISVNUIConstants.PREF_FETCH_CHANGE_PATH_ON_DEMAND, false); eclipse-subclipse-1.1.9-plugin-classpath.patch: --- NEW FILE eclipse-subclipse-1.1.9-plugin-classpath.patch --- diff -Naur subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF --- subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF 2006-10-23 13:10:29.000000000 -0400 +++ subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF 2006-11-08 07:16:12.000000000 -0400 @@ -2,7 +2,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true Bundle-Version: 1.1.9 -Bundle-ClassPath: ., +Bundle-ClassPath: lib/subclipse-core.jar, lib/svnClientAdapter.jar, lib/svnjavahl.jar, lib/javasvn.jar, --- NEW FILE subclipse-fetch-1.1.9.sh --- #!/bin/sh VERSION=1.1.9 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION find $VERSION -name \*.dll | xargs rm mv $VERSION subclipse-$VERSION tar -czf subclipse-$VERSION.tgz subclipse-$VERSION Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Nov 2006 11:36:57 -0000 1.3 +++ .cvsignore 21 Dec 2006 13:32:47 -0000 1.4 @@ -1 +1 @@ -subclipse-1.1.8.tgz +subclipse-1.1.9.tgz Index: eclipse-subclipse.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eclipse-subclipse.spec 8 Nov 2006 11:36:57 -0000 1.3 +++ eclipse-subclipse.spec 21 Dec 2006 13:32:47 -0000 1.4 @@ -7,7 +7,7 @@ Name: eclipse-subclipse -Version: 1.1.8 +Version: 1.1.9 Release: 2%{?dist} Summary: Subversion Eclipse plugin @@ -18,15 +18,14 @@ # Script to fetch the source code # the new source tarball does not includes the book feature and the layout is # different than the source repository -Source10: subclipse-fetch-1.1.8.sh +Source10: subclipse-fetch-1.1.9.sh # Disable javahl support temporaly until apparent classloader problem is fixed -Patch0: eclipse-subclipse-1.0.1-default-javasvn.patch -Patch1: svnClientAdapter-1.1.4-javac-target.patch +Patch0: eclipse-subclipse-1.1.9-default-javasvn.patch # This patch is applied after the build has finished when unpacking the plugin # jar and replacing internal jars with links to its dependencies. It can not be # applied at "prep" stage because it causes errors at build time -Source50: eclipse-subclipse-1.1.8-plugin-classpath.patch +Source50: eclipse-subclipse-1.1.9-plugin-classpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant @@ -74,7 +73,6 @@ %prep %setup -q -n subclipse-%{version} %patch -p1 -%patch1 -p1 # delete the jars that are in the archive rm svnClientAdapter/lib/svnjavahl.jar @@ -116,28 +114,46 @@ homedir=$(cd home > /dev/null && pwd) # build the main subclipse feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.subclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.subclipse \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # build the subclipse book feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.book \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.book \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # returning to base build directory popd @@ -211,6 +227,11 @@ %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog +* Thu Dec 21 2006 Robert Marcano 1.1.9-2 +- Update to upstream 1.1.9 +- Removed patch that added source attribute to the javac ant task +- Using the "eclipse" launcher + * Wed Nov 08 2006 Robert Marcano 1.1.8-2 - Update to upstream 1.1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Nov 2006 11:36:57 -0000 1.3 +++ sources 21 Dec 2006 13:32:47 -0000 1.4 @@ -1 +1 @@ -bbc6dd6c7cb8107fe3906460b2f556e4 subclipse-1.1.8.tgz +aba44eb41923745925b0a16ccf83f45b subclipse-1.1.9.tgz --- eclipse-subclipse-1.0.1-default-javasvn.patch DELETED --- --- eclipse-subclipse-1.1.8-plugin-classpath.patch DELETED --- --- subclipse-fetch-1.1.8.sh DELETED --- --- svnClientAdapter-1.1.4-javac-target.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 21 14:21:53 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:21:53 -0500 Subject: rpms/xfce4-timer-plugin - New directory Message-ID: <200612211421.kBLELrll030972@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30968/xfce4-timer-plugin Log Message: Directory /cvs/extras/rpms/xfce4-timer-plugin added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 14:21:58 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:21:58 -0500 Subject: rpms/xfce4-timer-plugin/devel - New directory Message-ID: <200612211421.kBLELwNo030987@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30968/xfce4-timer-plugin/devel Log Message: Directory /cvs/extras/rpms/xfce4-timer-plugin/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 14:26:50 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:26:50 -0500 Subject: rpms/xfce4-timer-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612211426.kBLEQoPS031025@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31020/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-timer-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 14:28:17 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 09:28:17 -0500 Subject: rpms/xfce4-timer-plugin/devel xfce4-timer-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612211428.kBLESHK0031089@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-timer-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31064/devel Modified Files: .cvsignore sources Added Files: xfce4-timer-plugin.spec Log Message: auto-import xfce4-timer-plugin-0.5-1.fc7 on branch devel from xfce4-timer-plugin-0.5-1.fc7.src.rpm --- NEW FILE xfce4-timer-plugin.spec --- Name: xfce4-timer-plugin Version: 0.5 Release: 1%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) Requires: xfce4-panel >= 4.3.99.1 %description A timer for the Xfce panel. It supports countdown periods and alarms at certain times. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang xfce4-timer %clean rm -rf $RPM_BUILD_ROOT %files -f xfce4-timer.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libexecdir}/xfce4/panel-plugins/xfce4-timer %{_datadir}/xfce4/panel-plugins/*.desktop %changelog * Sat Sep 23 2006 Christoph Wickert - 0.5-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-timer-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 14:26:50 -0000 1.1 +++ .cvsignore 21 Dec 2006 14:27:47 -0000 1.2 @@ -0,0 +1 @@ +xfce4-timer-plugin-0.5.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-timer-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 14:26:50 -0000 1.1 +++ sources 21 Dec 2006 14:27:47 -0000 1.2 @@ -0,0 +1 @@ +fe20a7c1bba78d6c2a7483a894294155 xfce4-timer-plugin-0.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 14:32:17 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 21 Dec 2006 09:32:17 -0500 Subject: rpms/eclipse-subclipse/FC-6 eclipse-subclipse-1.1.9-default-javasvn.patch, NONE, 1.1 eclipse-subclipse-1.1.9-plugin-classpath.patch, NONE, 1.1 subclipse-fetch-1.1.9.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 eclipse-subclipse.spec, 1.3, 1.4 sources, 1.3, 1.4 eclipse-subclipse-1.0.1-default-javasvn.patch, 1.1, NONE eclipse-subclipse-1.1.8-plugin-classpath.patch, 1.1, NONE subclipse-fetch-1.1.8.sh, 1.1, NONE svnClientAdapter-1.1.4-javac-target.patch, 1.1, NONE Message-ID: <200612211432.kBLEWHLU031173@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31147 Modified Files: .cvsignore eclipse-subclipse.spec sources Added Files: eclipse-subclipse-1.1.9-default-javasvn.patch eclipse-subclipse-1.1.9-plugin-classpath.patch subclipse-fetch-1.1.9.sh Removed Files: eclipse-subclipse-1.0.1-default-javasvn.patch eclipse-subclipse-1.1.8-plugin-classpath.patch subclipse-fetch-1.1.8.sh svnClientAdapter-1.1.4-javac-target.patch Log Message: update to upstream 1.1.9 eclipse-subclipse-1.1.9-default-javasvn.patch: --- NEW FILE eclipse-subclipse-1.1.9-default-javasvn.patch --- diff -Naur subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java --- subclipse-1.1.9.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-12-21 08:21:36.000000000 -0400 @@ -52,9 +52,8 @@ */ public void setSvnClientInterface(String svnClientInterface) { if (svnClientInterface == null) { - // if no specific interface is specified, load JavaHL - // if JavaHL fails to load, then JavaSVN will load - loadJavaHLAdapter(); + // if no specific interface is specified, load JavaSVN + loadSVNKitAdapter(); try { this.svnClientInterface = SVNClientAdapterFactory.getPreferredSVNClientType(); } catch (SVNClientException e) { @@ -138,7 +137,8 @@ } public void loadAdapters() { - loadJavaHLAdapter(); + // disabling until classloader bug fix is available + // loadJavaHLAdapter(); loadSVNKitAdapter(); } diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-12-21 08:23:40.000000000 -0400 @@ -177,7 +177,9 @@ group.setLayoutData(gridData); layout = new GridLayout(); group.setLayout(layout); + // setting disabled until classloader problem is fixed javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl"),1); //$NON-NLS-1$ + javahlRadio.setEnabled(false); svnKitRadio = createRadio(group, Policy.bind("SVNPreferencePage.javasvn"),1); //$NON-NLS-1$ Listener checkInterfaceListener = new Listener() { public void handleEvent(Event event) { diff -Naur subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java --- subclipse-1.1.9.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-11-16 16:31:30.000000000 -0400 +++ subclipse-1.1.9/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-12-21 08:19:46.000000000 -0400 @@ -81,7 +81,7 @@ store.setDefault(ISVNUIConstants.PREF_REMOVE_UNADDED_RESOURCES_ON_REPLACE, true); store.setDefault(ISVNUIConstants.PREF_COMMIT_SET_DEFAULT_ENABLEMENT, false); - store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JhlClientAdapterFactory.JAVAHL_CLIENT); + store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, SvnKitClientAdapterFactory.SVNKIT_CLIENT); store.setDefault(ISVNUIConstants.PREF_SVNCONFIGDIR, ""); //$NON-NLS-1$ store.setDefault(ISVNUIConstants.PREF_FETCH_CHANGE_PATH_ON_DEMAND, false); eclipse-subclipse-1.1.9-plugin-classpath.patch: --- NEW FILE eclipse-subclipse-1.1.9-plugin-classpath.patch --- diff -Naur subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF --- subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF 2006-10-23 13:10:29.000000000 -0400 +++ subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF 2006-11-08 07:16:12.000000000 -0400 @@ -2,7 +2,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true Bundle-Version: 1.1.9 -Bundle-ClassPath: ., +Bundle-ClassPath: lib/subclipse-core.jar, lib/svnClientAdapter.jar, lib/svnjavahl.jar, lib/javasvn.jar, --- NEW FILE subclipse-fetch-1.1.9.sh --- #!/bin/sh VERSION=1.1.9 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION find $VERSION -name \*.dll | xargs rm mv $VERSION subclipse-$VERSION tar -czf subclipse-$VERSION.tgz subclipse-$VERSION Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Nov 2006 15:29:38 -0000 1.3 +++ .cvsignore 21 Dec 2006 14:31:46 -0000 1.4 @@ -1 +1 @@ -subclipse-1.1.8.tgz +subclipse-1.1.9.tgz Index: eclipse-subclipse.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/eclipse-subclipse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eclipse-subclipse.spec 8 Nov 2006 15:29:38 -0000 1.3 +++ eclipse-subclipse.spec 21 Dec 2006 14:31:46 -0000 1.4 @@ -7,7 +7,7 @@ Name: eclipse-subclipse -Version: 1.1.8 +Version: 1.1.9 Release: 2%{?dist} Summary: Subversion Eclipse plugin @@ -18,15 +18,14 @@ # Script to fetch the source code # the new source tarball does not includes the book feature and the layout is # different than the source repository -Source10: subclipse-fetch-1.1.8.sh +Source10: subclipse-fetch-1.1.9.sh # Disable javahl support temporaly until apparent classloader problem is fixed -Patch0: eclipse-subclipse-1.0.1-default-javasvn.patch -Patch1: svnClientAdapter-1.1.4-javac-target.patch +Patch0: eclipse-subclipse-1.1.9-default-javasvn.patch # This patch is applied after the build has finished when unpacking the plugin # jar and replacing internal jars with links to its dependencies. It can not be # applied at "prep" stage because it causes errors at build time -Source50: eclipse-subclipse-1.1.8-plugin-classpath.patch +Source50: eclipse-subclipse-1.1.9-plugin-classpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant @@ -74,7 +73,6 @@ %prep %setup -q -n subclipse-%{version} %patch -p1 -%patch1 -p1 # delete the jars that are in the archive rm svnClientAdapter/lib/svnjavahl.jar @@ -116,28 +114,46 @@ homedir=$(cd home > /dev/null && pwd) # build the main subclipse feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.subclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.subclipse \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # build the subclipse book feature -java -cp %{eclipse_base}/startup.jar \ - -Duser.home=$homedir \ - org.eclipse.core.launcher.Main \ +eclipse \ -application org.eclipse.ant.core.antRunner \ + -Duser.home=$homedir \ -Dtype=feature \ -Did=org.tigris.subversion.book \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml +#java -cp %{eclipse_base}/startup.jar \ +# -Duser.home=$homedir \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -Dtype=feature \ +# -Did=org.tigris.subversion.book \ +# -DsourceDirectory=$(pwd) \ +# -DbaseLocation=$SDK \ +# -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ +# -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # returning to base build directory popd @@ -211,6 +227,11 @@ %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog +* Thu Dec 21 2006 Robert Marcano 1.1.9-2 +- Update to upstream 1.1.9 +- Removed patch that added source attribute to the javac ant task +- Using the "eclipse" launcher + * Wed Nov 08 2006 Robert Marcano 1.1.8-2 - Update to upstream 1.1.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Nov 2006 15:29:38 -0000 1.3 +++ sources 21 Dec 2006 14:31:46 -0000 1.4 @@ -1 +1 @@ -bbc6dd6c7cb8107fe3906460b2f556e4 subclipse-1.1.8.tgz +aba44eb41923745925b0a16ccf83f45b subclipse-1.1.9.tgz --- eclipse-subclipse-1.0.1-default-javasvn.patch DELETED --- --- eclipse-subclipse-1.1.8-plugin-classpath.patch DELETED --- --- subclipse-fetch-1.1.8.sh DELETED --- --- svnClientAdapter-1.1.4-javac-target.patch DELETED --- From fedora-extras-commits at redhat.com Thu Dec 21 15:55:23 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 10:55:23 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.5,1.6 Message-ID: <200612211555.kBLFtNaV002156@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2139 Modified Files: tomoe.spec Log Message: update to 0.4.0. Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tomoe.spec 15 Sep 2006 15:27:26 -0000 1.5 +++ tomoe.spec 21 Dec 2006 15:54:53 -0000 1.6 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 - mass rebuilding. From fedora-extras-commits at redhat.com Thu Dec 21 16:01:40 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:01:40 -0500 Subject: rpms/tomoe/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612211601.kBLG1e2G005413@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2252 Modified Files: .cvsignore sources Log Message: Import tomoe-0.4.0.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2005 09:28:46 -0000 1.2 +++ .cvsignore 21 Dec 2006 16:01:10 -0000 1.3 @@ -1 +1 @@ -tomoe-0.2.1.tar.gz +tomoe-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:01:10 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 16:08:05 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:08:05 -0500 Subject: rpms/tomoe/FC-5 sources,1.2,1.3 tomoe.spec,1.3,1.4 Message-ID: <200612211608.kBLG85Yb005497@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5475 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:07:35 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-5/tomoe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tomoe.spec 1 Mar 2006 06:20:08 -0000 1.3 +++ tomoe.spec 21 Dec 2006 16:07:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 +- mass rebuilding. + * Wed Mar 1 2006 Ryo Dairiki - 0.2.1-4 - sync with libtomoe-gtk From fedora-extras-commits at redhat.com Thu Dec 21 16:10:40 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:10:40 -0500 Subject: rpms/tomoe/FC-3 sources,1.2,1.3 tomoe.spec,1.3,1.4 Message-ID: <200612211610.kBLGAeCJ005578@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5543 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:10:10 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-3/tomoe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tomoe.spec 1 Mar 2006 06:37:29 -0000 1.3 +++ tomoe.spec 21 Dec 2006 16:10:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 +- mass rebuilding. + * Wed Mar 1 2006 Ryo Dairiki - 0.2.1-4 - sync with libtomoe-gtk From fedora-extras-commits at redhat.com Thu Dec 21 16:11:01 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Thu, 21 Dec 2006 11:11:01 -0500 Subject: rpms/cobbler/devel cobbler.spec,1.10,1.11 Message-ID: <200612211611.kBLGB1IN005610@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5562 Modified Files: cobbler.spec Log Message: BuildRequire: python-devel for 2.5 Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cobbler.spec 20 Dec 2006 22:11:51 -0000 1.10 +++ cobbler.spec 21 Dec 2006 16:10:31 -0000 1.11 @@ -14,6 +14,7 @@ Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch +BuildRequire: python-devel ExcludeArch: ppc Url: http://cobbler.et.redhat.com @@ -56,9 +57,10 @@ %changelog -* Wed Dec 20 2006 Michael DeHaan - 0.3.5-1 +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-2 - Upstream changes (see CHANGELOG) - Added createrepo as Requires +- BuildRequire: python-devel for 2.5 build system * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) From fedora-extras-commits at redhat.com Thu Dec 21 16:12:18 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:12:18 -0500 Subject: rpms/tomoe/FC-4 sources,1.2,1.3 tomoe.spec,1.3,1.4 Message-ID: <200612211612.kBLGCI19005641@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5622 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:11:48 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-4/tomoe.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tomoe.spec 1 Mar 2006 06:36:35 -0000 1.3 +++ tomoe.spec 21 Dec 2006 16:11:48 -0000 1.4 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 +- mass rebuilding. + * Wed Mar 1 2006 Ryo Dairiki - 0.2.1-4 - sync with libtomoe-gtk From fedora-extras-commits at redhat.com Thu Dec 21 16:13:26 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Thu, 21 Dec 2006 11:13:26 -0500 Subject: rpms/cobbler/devel cobbler.spec,1.11,1.12 Message-ID: <200612211613.kBLGDQL8005716@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5676 Modified Files: cobbler.spec Log Message: Spec typo. Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cobbler.spec 21 Dec 2006 16:10:31 -0000 1.11 +++ cobbler.spec 21 Dec 2006 16:12:56 -0000 1.12 @@ -14,7 +14,7 @@ Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch -BuildRequire: python-devel +BuildRequires: python-devel ExcludeArch: ppc Url: http://cobbler.et.redhat.com @@ -57,7 +57,7 @@ %changelog -* Wed Dec 20 2006 Michael DeHaan - 0.3.5-2 +* Wed Dec 20 2006 Michael DeHaan - 0.3.5-3 - Upstream changes (see CHANGELOG) - Added createrepo as Requires - BuildRequire: python-devel for 2.5 build system From fedora-extras-commits at redhat.com Thu Dec 21 16:13:47 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Thu, 21 Dec 2006 11:13:47 -0500 Subject: rpms/tomoe/devel sources,1.2,1.3 tomoe.spec,1.5,1.6 Message-ID: <200612211613.kBLGDlLF005720@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5700 Modified Files: sources tomoe.spec Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tomoe/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 09:28:46 -0000 1.2 +++ sources 21 Dec 2006 16:13:17 -0000 1.3 @@ -1 +1 @@ -95eca127a1d519ff4e836b3d00d7fa84 tomoe-0.2.1.tar.gz +239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/devel/tomoe.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tomoe.spec 15 Sep 2006 15:27:26 -0000 1.5 +++ tomoe.spec 21 Dec 2006 16:13:17 -0000 1.6 @@ -1,6 +1,6 @@ Name: tomoe -Version: 0.2.1 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Japanese handwritten input system Group: System Environment/Libraries @@ -49,10 +49,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_bindir}/tomoe* %{_libdir}/libtomoe.so* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* +%dir %{_datadir}/gtk-doc/html/tomoe/ +%{_datadir}/gtk-doc/html/tomoe/* +%dir %{_sysconfdir}/tomoe +%config %{_sysconfdir}/tomoe/config %files devel @@ -63,6 +66,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Sat Sep 15 2006 Ryo Dairiki - 0.2.1-6 - mass rebuilding. From fedora-extras-commits at redhat.com Thu Dec 21 16:42:50 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Thu, 21 Dec 2006 11:42:50 -0500 Subject: status-report-scripts parseBZbugList,1.60,1.61 Message-ID: <200612211642.kBLGgopq006062@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6047 Modified Files: parseBZbugList Log Message: Correctly account reviewed packages, even if they are now dead. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- parseBZbugList 11 Dec 2006 09:45:40 -0000 1.60 +++ parseBZbugList 21 Dec 2006 16:42:50 -0000 1.61 @@ -771,7 +771,6 @@ my $a = $BZ->{$b}; next unless $$a[6] eq "\"CLOSED\""; my $pkg = $$a[10]; - next if defined $DISCARD{$pkg}; unless ($SRPMS{$pkg} == 1 || defined($OWN{$pkg})) { $pkg =~ s/-[^-]+-[^-]+$//; } @@ -797,6 +796,7 @@ } $BZOWN_BUGS{$$a[5]}->{$b} = 1; $COUNT_LIST{"acceptedClosed"} += 1; + next if defined $DISCARD{$pkg}; if (Date_Cmp($$a[2], $fourDaysAgo) < 0) { #print STDERR "Date_Cmp $$a[2] < $fourDaysAgo\n"; if ($SRPMS{$pkg} == 1) { From fedora-extras-commits at redhat.com Thu Dec 21 17:22:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 12:22:27 -0500 Subject: rpms/abcm2ps/FC-5 .cvsignore, 1.26, 1.27 abcm2ps.spec, 1.28, 1.29 sources, 1.26, 1.27 Message-ID: <200612211722.kBLHMRYO010852@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10794/FC-5 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- .cvsignore 12 Dec 2006 23:32:29 -0000 1.26 +++ .cvsignore 21 Dec 2006 17:21:57 -0000 1.27 @@ -1,2 +1,2 @@ -abcm2ps-5.2.1.tar.gz +abcm2ps-5.2.2.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/abcm2ps.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.28 +++ abcm2ps.spec 21 Dec 2006 17:21:57 -0000 1.29 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.1 +Version: 5.2.2 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.2.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 5.2.2-1 +- new version 5.2.2 + * Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 - new version 5.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sources 12 Dec 2006 23:32:29 -0000 1.26 +++ sources 21 Dec 2006 17:21:57 -0000 1.27 @@ -1,2 +1,2 @@ -0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz +7090469870042700877c0c92b2a38f5e abcm2ps-5.2.2.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Thu Dec 21 17:22:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 12:22:27 -0500 Subject: rpms/abcm2ps/FC-6 .cvsignore, 1.27, 1.28 abcm2ps.spec, 1.30, 1.31 sources, 1.27, 1.28 Message-ID: <200612211722.kBLHMR9L010857@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10794/FC-6 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 12 Dec 2006 23:32:29 -0000 1.27 +++ .cvsignore 21 Dec 2006 17:21:57 -0000 1.28 @@ -1,2 +1,2 @@ -abcm2ps-5.2.1.tar.gz +abcm2ps-5.2.2.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/abcm2ps.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- abcm2ps.spec 12 Dec 2006 23:32:29 -0000 1.30 +++ abcm2ps.spec 21 Dec 2006 17:21:57 -0000 1.31 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.1 +Version: 5.2.2 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.2.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 5.2.2-1 +- new version 5.2.2 + * Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 - new version 5.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-6/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 12 Dec 2006 23:32:29 -0000 1.27 +++ sources 21 Dec 2006 17:21:57 -0000 1.28 @@ -1,2 +1,2 @@ -0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz +7090469870042700877c0c92b2a38f5e abcm2ps-5.2.2.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Thu Dec 21 17:22:32 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 12:22:32 -0500 Subject: rpms/abcm2ps/devel .cvsignore, 1.27, 1.28 abcm2ps.spec, 1.30, 1.31 sources, 1.27, 1.28 Message-ID: <200612211722.kBLHMWBx010862@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10794/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 12 Dec 2006 23:32:35 -0000 1.27 +++ .cvsignore 21 Dec 2006 17:22:02 -0000 1.28 @@ -1,2 +1,2 @@ -abcm2ps-5.2.1.tar.gz +abcm2ps-5.2.2.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- abcm2ps.spec 12 Dec 2006 23:32:35 -0000 1.30 +++ abcm2ps.spec 21 Dec 2006 17:22:02 -0000 1.31 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.2.1 +Version: 5.2.2 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.2.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.2.2.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 5.2.2-1 +- new version 5.2.2 + * Wed Dec 13 2006 Gerard Milmeister - 5.2.1-1 - new version 5.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 12 Dec 2006 23:32:35 -0000 1.27 +++ sources 21 Dec 2006 17:22:02 -0000 1.28 @@ -1,2 +1,2 @@ -0ebbad16a4e1c04ebbf59323a78e9a2b abcm2ps-5.2.1.tar.gz +7090469870042700877c0c92b2a38f5e abcm2ps-5.2.2.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Thu Dec 21 17:44:45 2006 From: fedora-extras-commits at redhat.com (Michael DeHaan (mdehaan)) Date: Thu, 21 Dec 2006 12:44:45 -0500 Subject: rpms/cobbler/devel cobbler.spec,1.12,1.13 sources,1.12,1.13 Message-ID: <200612211744.kBLHijth012130@cvs-int.fedora.redhat.com> Author: mdehaan Update of /cvs/extras/rpms/cobbler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12113 Modified Files: cobbler.spec sources Log Message: Updating spec version to rebuild for 2.5 Index: cobbler.spec =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cobbler.spec 21 Dec 2006 16:12:56 -0000 1.12 +++ cobbler.spec 21 Dec 2006 17:44:15 -0000 1.13 @@ -3,7 +3,7 @@ Summary: Boot server configurator Name: cobbler Version: 0.3.5 -Release: 1%{?dist} +Release: 4%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System @@ -12,9 +12,9 @@ Requires: tftp-server Requires: python-devel Requires: createrepo +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch -BuildRequires: python-devel ExcludeArch: ppc Url: http://cobbler.et.redhat.com @@ -57,10 +57,10 @@ %changelog -* Wed Dec 20 2006 Michael DeHaan - 0.3.5-3 +* Thu Dec 21 2006 Michael DeHaan - 0.3.5-4 - Upstream changes (see CHANGELOG) - Added createrepo as Requires -- BuildRequire: python-devel for 2.5 build system +- BuildRequires: python-devel (needed for 2.5) * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cobbler/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 20 Dec 2006 22:11:51 -0000 1.12 +++ sources 21 Dec 2006 17:44:15 -0000 1.13 @@ -1 +1 @@ -46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz +ffbc5fd755978b076f95fb9386e48d10 cobbler-0.3.5.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:05:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 21 Dec 2006 13:05:43 -0500 Subject: rpms/jd/devel .cvsignore, 1.42, 1.43 jd.spec, 1.51, 1.52 sources, 1.42, 1.43 Message-ID: <200612211805.kBLI5hkr015387@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15368 Modified Files: .cvsignore jd.spec sources Log Message: * Thu Dec 21 2006 Mamoru Tasaka - 1.8.1-2.cvs061221 - cvs 061221 (24:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- .cvsignore 18 Dec 2006 15:30:16 -0000 1.42 +++ .cvsignore 21 Dec 2006 18:05:13 -0000 1.43 @@ -1 +1 @@ -jd-1.8.1-cvs061218.tgz +jd-1.8.1-cvs061221.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- jd.spec 18 Dec 2006 15:31:22 -0000 1.51 +++ jd.spec 21 Dec 2006 18:05:13 -0000 1.52 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061218 +%define strtag cvs061221 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 18 2006 Mamoru Tasaka - 1.8.1-2.cvs061218 -- cvs 061218 (24:35 JST) +* Thu Dec 21 2006 Mamoru Tasaka - 1.8.1-2.cvs061221 +- cvs 061221 (24:20 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- sources 18 Dec 2006 15:30:16 -0000 1.42 +++ sources 21 Dec 2006 18:05:13 -0000 1.43 @@ -1 +1 @@ -e2a8a9896f8374059e42994e07f550b5 jd-1.8.1-cvs061218.tgz +b50f662ecb232a87bd865585df81f88f jd-1.8.1-cvs061221.tgz From fedora-extras-commits at redhat.com Thu Dec 21 18:36:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 13:36:53 -0500 Subject: rpms/gcl/FC-6 gcl.spec,1.20,1.21 Message-ID: <200612211836.kBLIarj4015611@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15596 Modified Files: gcl.spec Log Message: fix for compiling with readline library Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/FC-6/gcl.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gcl.spec 28 Aug 2006 00:51:46 -0000 1.20 +++ gcl.spec 21 Dec 2006 18:36:22 -0000 1.21 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,10 +11,12 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel BuildRequires: gmp-devel -BuildRequires: tetex, texinfo +BuildRequires: tetex +BuildRequires: texinfo Requires(post): /sbin/install-info, policycoreutils Requires(postun): /sbin/install-info, policycoreutils ExcludeArch: ppc ppc64 @@ -31,6 +33,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +sed -i "s|-lreadline|-lreadline -lncurses|" configure %build @@ -63,6 +66,7 @@ (autoload 'gcl-mode "gcl" "GCL mode." t) EOF find $RPM_BUILD_ROOT%{_prefix}/lib/gcl* -name '*.l*sp' | xargs chmod 0644 +export QA_SKIP_BUILD_ROOT=1 %clean @@ -97,6 +101,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 +- Fix for compiling with readline library + * Mon Aug 28 2006 Gerard Milmeister - 2.6.7-12 - Rebuild for FE6 From fedora-extras-commits at redhat.com Thu Dec 21 18:37:48 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Thu, 21 Dec 2006 13:37:48 -0500 Subject: fedora-security/audit fc5,1.421,1.422 fc6,1.173,1.174 Message-ID: <200612211837.kBLIbmiP015665@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15645 Modified Files: fc5 fc6 Log Message: openldap Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.421 retrieving revision 1.422 diff -u -r1.421 -r1.422 --- fc5 15 Dec 2006 08:53:10 -0000 1.421 +++ fc5 21 Dec 2006 18:37:47 -0000 1.422 @@ -7,7 +7,7 @@ CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi -CVE-2006-6305 ** net-snmp +CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- fc6 15 Dec 2006 08:53:10 -0000 1.173 +++ fc6 21 Dec 2006 18:37:47 -0000 1.174 @@ -7,7 +7,7 @@ CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) CVE-2006-6332 ignore (kernel) no support for madwifi -CVE-2006-6305 ** net-snmp +CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) CVE-2006-6303 ** ruby CVE-2006-6297 ** kde From fedora-extras-commits at redhat.com Thu Dec 21 18:38:06 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 13:38:06 -0500 Subject: rpms/gcl/devel gcl.spec,1.20,1.21 Message-ID: <200612211838.kBLIc6CY015668@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15627/devel Modified Files: gcl.spec Log Message: fix for compiling with readline library Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gcl.spec 28 Aug 2006 00:51:46 -0000 1.20 +++ gcl.spec 21 Dec 2006 18:37:36 -0000 1.21 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,10 +11,12 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel BuildRequires: gmp-devel -BuildRequires: tetex, texinfo +BuildRequires: tetex +BuildRequires: texinfo Requires(post): /sbin/install-info, policycoreutils Requires(postun): /sbin/install-info, policycoreutils ExcludeArch: ppc ppc64 @@ -31,6 +33,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +sed -i "s|-lreadline|-lreadline -lncurses|" configure %build @@ -63,6 +66,7 @@ (autoload 'gcl-mode "gcl" "GCL mode." t) EOF find $RPM_BUILD_ROOT%{_prefix}/lib/gcl* -name '*.l*sp' | xargs chmod 0644 +export QA_SKIP_BUILD_ROOT=1 %clean @@ -97,6 +101,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 +- Fix for compiling with readline library + * Mon Aug 28 2006 Gerard Milmeister - 2.6.7-12 - Rebuild for FE6 From fedora-extras-commits at redhat.com Thu Dec 21 18:57:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:50 -0500 Subject: rpms/multisync/FC-4 multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvo9P015924@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/FC-4 Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:50 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:19 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:50 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:19 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:19 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/multisync.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- multisync.spec 20 Oct 2006 13:09:25 -0000 1.4 +++ multisync.spec 21 Dec 2006 18:57:19 -0000 1.5 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:50 -0000 1.3 +++ sources 21 Dec 2006 18:57:19 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:57:50 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:50 -0500 Subject: rpms/multisync/FC-5 multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvoaK015934@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/FC-5 Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:51 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:20 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:51 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:20 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:20 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/multisync.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- multisync.spec 20 Oct 2006 10:57:51 -0000 1.3 +++ multisync.spec 21 Dec 2006 18:57:20 -0000 1.4 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:51 -0000 1.3 +++ sources 21 Dec 2006 18:57:20 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:57:55 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:55 -0500 Subject: rpms/multisync/FC-6 multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvt3I015944@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/FC-6 Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:52 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:52 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:25 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:25 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/multisync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- multisync.spec 20 Oct 2006 13:09:25 -0000 1.6 +++ multisync.spec 21 Dec 2006 18:57:25 -0000 1.7 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:52 -0000 1.3 +++ sources 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 18:57:55 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 21 Dec 2006 13:57:55 -0500 Subject: rpms/multisync/devel multisync-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 multisync-rpath.patch, 1.2, 1.3 multisync.desktop, 1.1, 1.2 multisync.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612211857.kBLIvtwT015954@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/multisync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15832/devel Modified Files: .cvsignore multisync-rpath.patch multisync.desktop multisync.spec sources Added Files: multisync-configure.patch Log Message: - version upgrade multisync-configure.patch: --- NEW FILE multisync-configure.patch --- --- src/wscript.orig 2006-12-21 18:40:22.000000000 +0100 +++ src/wscript 2006-12-21 18:41:06.000000000 +0100 @@ -8,16 +8,16 @@ # process file.pc.in -> file.pc obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.glade.in' - obj_rep.target = 'multisync-gui.glade' + obj_rep.target = 'multisync.glade' obj_gui = bld.create_obj('cc', 'program') - obj_gui.target='multisync-gui' + obj_gui.target='multisync' obj_gui.includes='.' obj_gui.find_sources_in_dirs('. plugins') obj_gui.defines='HAVE_CONFIG_H=1' obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE' - Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade') + Common.install_files('MULTISYNC_DATA', '', 'multisync.glade') else: obj_gui = bld.create_obj('cc', 'program') obj_gui.target='multisync-qad' --- misc/wscript.orig 2006-12-21 18:41:42.000000000 +0100 +++ misc/wscript 2006-12-21 18:42:13.000000000 +0100 @@ -5,6 +5,6 @@ obj_rep = bld.create_obj('subst', 'uh') obj_rep.source = 'multisync-gui.desktop.in' obj_rep.target = 'multisync-qad.desktop' - Common.install_files('PREFIX', 'share/pixmaps/multisync-gui/', 'multisync.png') - Common.install_files('PREFIX', 'share/applications/', 'multisync-gui.desktop') + Common.install_files('PREFIX', 'share/pixmaps/multisync/', 'multisync.png') +# Common.install_files('PREFIX', 'share/applications/', 'multisync.desktop') --- wscript.orig 2006-12-21 18:52:05.000000000 +0100 +++ wscript 2006-12-21 18:53:32.000000000 +0100 @@ -6,7 +6,7 @@ # the following two variables are used by the target "waf dist" VERSION='0.91.0' -APPNAME='multisync-gui' +APPNAME='multisync' # these variables are mandatory ('/' are converted automatically) srcdir = '.' @@ -51,9 +51,10 @@ sys.exit(1) conf.env['PREFIX'] = os.path.abspath(conf.env['PREFIX']) if not Params.g_options.os_develop_mode : - conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync-gui') - conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync-gui') - conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync-gui.glade')) + conf.env['MULTISYNC_DATA'] = os.path.join(conf.env['PREFIX'], 'share/multisync') + conf.env['MULTISYNC_ICON_DIR'] = os.path.join(conf.env['PREFIX'], 'share/pixmaps/multisync') + conf.add_define('MULTISYNC_ICON_DIR',conf.env['MULTISYNC_ICON_DIR']) + conf.add_define('MULTISYNC_GLADE', os.path.join(conf.env['MULTISYNC_DATA'], 'multisync.glade')) conf.add_define('MULTISYNC_ICON', os.path.join(conf.env['MULTISYNC_ICON_DIR'], 'multisync.png')) #Set project global include path Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Oct 2006 10:57:52 -0000 1.3 +++ .cvsignore 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -multisync-gui-0.90.19.tar.gz -msynctool-0.19.tar.gz +multisync-gui-0.91.0.tar.gz +msynctool-0.20.tar.gz multisync-rpath.patch: Index: multisync-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/multisync-rpath.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-rpath.patch 20 Oct 2006 10:57:52 -0000 1.2 +++ multisync-rpath.patch 21 Dec 2006 18:57:25 -0000 1.3 @@ -1,5 +1,5 @@ ---- msynctool-0.19/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 +--- msynctool-0.20/tools/Makefile.in.orig 2006-10-20 12:42:27.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.in 2006-10-20 12:43:04.000000000 +0200 @@ -181,12 +181,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -16,8 +16,8 @@ man_MANS = convcard.1 msynctool.1 EXTRA_DIST = $(man_MANS) all: all-am ---- msynctool-0.19/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 -+++ msynctool-0.19/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 +--- msynctool-0.20/tools/Makefile.am.orig 2006-10-20 12:42:24.000000000 +0200 ++++ msynctool-0.20/tools/Makefile.am 2006-10-20 12:42:45.000000000 +0200 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in @@ -38,3 +38,13 @@ man_MANS = convcard.1 msynctool.1 +--- SConstruct.orig 2006-12-20 12:48:26.000000000 +0100 ++++ SConstruct 2006-12-20 12:53:49.000000000 +0100 +@@ -3,7 +3,4 @@ + env.ParseConfig('pkg-config --cflags --libs libglade-2.0') + env.ParseConfig('pkg-config --cflags --libs opensync-1.0') + env.ParseConfig('pkg-config --cflags --libs osengine-1.0') +-env.Append(CCFLAGS = r'-Wall') +-env.Append(CCFLAGS = r'-Werror') +-env.Append(LINKFLAGS = r' -Wl,--rpath -Wl,/usr/local/lib') + env.Program(['src/multisync.c', 'src/msync_env.c', 'src/msync_group.c', 'src/msync_plugin.c', 'src/msync_support.c', 'src/msync_callbacks.c', 'src/plugins/msync_default.c', 'src/plugins/msync_evo2sync.c']) Index: multisync.desktop =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/multisync.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multisync.desktop 13 Mar 2006 09:11:47 -0000 1.1 +++ multisync.desktop 21 Dec 2006 18:57:25 -0000 1.2 @@ -6,3 +6,4 @@ Type=Application Encoding=UTF-8 Categories=Application;System; +Icon=/usr/share/pixmaps/multisync/multisync.png Index: multisync.spec =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/multisync.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- multisync.spec 20 Oct 2006 13:09:25 -0000 1.6 +++ multisync.spec 21 Dec 2006 18:57:25 -0000 1.7 @@ -1,5 +1,5 @@ Name: multisync -Version: 0.90.19 +Version: 0.91.0 Release: 1%{?dist} Summary: Calendar (and other PIM data) synchronization program @@ -9,11 +9,12 @@ # see http://www.opensync.org/wiki/download Source0: %{name}-gui-%{version}.tar.gz Source1: %{name}.desktop -Source2: msynctool-0.19.tar.gz +Source2: msynctool-0.20.tar.gz Patch0: multisync-rpath.patch +Patch1: multisync-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libopensync-devel +BuildRequires: libopensync-devel >= 0.20 BuildRequires: gnome-libs-devel BuildRequires: libgnomeui-devel BuildRequires: desktop-file-utils @@ -22,6 +23,7 @@ BuildRequires: libopensync-plugin-palm-devel BuildRequires: automake BuildRequires: libtool +BuildRequires: dos2unix %description MultiSync is a program to synchronize calendars, addressbooks and other PIM @@ -43,27 +45,29 @@ %setup -q -n multisync-gui-%{version} tar xzvf %{SOURCE2} %patch0 +%patch1 +dos2unix SConstruct +echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct %build # both don't like smp flags so disable them for now - -%configure --disable-static --disable-rpath +./configure --prefix=%{_prefix} -v %{__make} # build gui -cd msynctool-0.19 +cd msynctool-0.20 %configure --disable-static --disable-rpath %{__make} %install rm -fr $RPM_BUILD_ROOT -%makeinstall -cd msynctool-0.19 +%{__make} install DESTDIR=$RPM_BUILD_ROOT +cd msynctool-0.20 %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,} +#mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.91,} desktop-file-install \ --vendor=fedora \ @@ -71,12 +75,15 @@ --add-category=X-Fedora \ %{SOURCE1} +sed -e's/multisync.png/\/usr\/share\/pixmaps\/multisync\/multisync.png/' -i \ +$RPM_BUILD_ROOT%{_datadir}/%{name}/multisync.glade + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root,-) -%doc msynctool-0.19/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} +%doc msynctool-0.20/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO} %{_bindir}/convcard %{_bindir}/msynctool %{_mandir}/man1/convcard* @@ -84,11 +91,17 @@ %files gui %defattr(-, root, root,-) -%doc AUTHORS COPYING ChangeLog README COPYING +%doc COPYING %{_bindir}/multisync +%{_datadir}/multisync/ +%{_datadir}/pixmaps/multisync/ %{_datadir}/applications/*desktop %changelog +* Wed Dec 20 2006 Andreas Bierfert +0.91.0-1 +- version upgrade + * Fri Oct 20 2006 Andreas Bierfert 0.90.19-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/multisync/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Oct 2006 10:57:52 -0000 1.3 +++ sources 21 Dec 2006 18:57:25 -0000 1.4 @@ -1,2 +1,2 @@ -57bfe0f3375c8d6d5a86cb861d1eeeea multisync-gui-0.90.19.tar.gz -5c7728254f2d634051af603e7d467832 msynctool-0.19.tar.gz +3760eef2216f3905f21491b6b345d07f multisync-gui-0.91.0.tar.gz +12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 19:02:32 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 21 Dec 2006 14:02:32 -0500 Subject: rpms/openvrml/FC-6 openvrml.spec,1.5,1.6 Message-ID: <200612211902.kBLJ2W7p019269@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/openvrml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19254 Modified Files: openvrml.spec Log Message: rebuild for firefox 1.5.0.9 Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openvrml.spec 16 Dec 2006 04:23:14 -0000 1.5 +++ openvrml.spec 21 Dec 2006 19:02:02 -0000 1.6 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml Version: 0.16.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -18,7 +18,7 @@ BuildRequires: libGLU-devel BuildRequires: libXmu-devel BuildRequires: gtk2-devel -Requires: firefox = 1.5.0.8 +Requires: firefox = 1.5.0.9 %description OpenVRML is a VRML/X3D support library, including a runtime and facilities @@ -35,7 +35,7 @@ Requires: libjpeg-devel Requires: fontconfig-devel Requires: freetype-devel -Requires: firefox-devel = 1.5.0.8 +Requires: firefox-devel = 1.5.0.9 %description devel Headers that programmers will need to develop C++ programs using OpenVRML. @@ -149,6 +149,9 @@ %changelog +* Thu Dec 21 2006 Gerard Milmeister - 0.16.2-3 +- Rebuild for firefox 1.5.0.9 + * Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 - openvrml-gtkplug: Appended "|| :" to install-info invocations. - openvrml-gtkplug: Requires(post): /sbin/install-info and From fedora-extras-commits at redhat.com Thu Dec 21 19:16:30 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:30 -0500 Subject: rpms/rpy/FC-4 rpy.spec,1.12,1.13 Message-ID: <200612211916.kBLJGUqm019419@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/FC-4 Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/FC-4/rpy.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rpy.spec 17 Oct 2006 15:00:51 -0000 1.12 +++ rpy.spec 21 Dec 2006 19:16:00 -0000 1.13 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,12 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Thu Dec 21 19:16:30 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:30 -0500 Subject: rpms/rpy/FC-5 rpy.spec,1.12,1.13 Message-ID: <200612211916.kBLJGUve019422@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/FC-5 Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/FC-5/rpy.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rpy.spec 17 Oct 2006 14:50:23 -0000 1.12 +++ rpy.spec 21 Dec 2006 19:16:00 -0000 1.13 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,12 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Thu Dec 21 19:16:36 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:36 -0500 Subject: rpms/rpy/devel rpy.spec,1.14,1.15 Message-ID: <200612211916.kBLJGaYu019428@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/devel Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/devel/rpy.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rpy.spec 12 Dec 2006 00:34:42 -0000 1.14 +++ rpy.spec 21 Dec 2006 19:16:06 -0000 1.15 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 14%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,9 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + * Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 - Rebuild for python 2.5. From fedora-extras-commits at redhat.com Thu Dec 21 19:16:36 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Thu, 21 Dec 2006 14:16:36 -0500 Subject: rpms/rpy/FC-6 rpy.spec,1.13,1.14 Message-ID: <200612211916.kBLJGaYR019425@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/rpy/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19365/FC-6 Modified Files: rpy.spec Log Message: Rebuild for R 2.4.1 Index: rpy.spec =================================================================== RCS file: /cvs/extras/rpms/rpy/FC-6/rpy.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rpy.spec 17 Oct 2006 14:44:29 -0000 1.13 +++ rpy.spec 21 Dec 2006 19:16:06 -0000 1.14 @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 13%{?dist} +Release: 15%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.0 +Requires: R = 2.4.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,12 @@ %changelog +* Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 +- Rebuild for new R-version. + +* Tue Dec 12 2006 Jos?? Matos - 0.4.6-14 +- Rebuild for python 2.5. + * Tue Oct 17 2006 Jos?? Matos - 0.4.6-13 - Rebuild for new R-version. From fedora-extras-commits at redhat.com Thu Dec 21 19:43:52 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 21 Dec 2006 14:43:52 -0500 Subject: rpms/gajim/devel gajim.spec,1.15,1.16 Message-ID: <200612211943.kBLJhqJL019778@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/gajim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19760 Modified Files: gajim.spec Log Message: * Thu Dec 21 2006 Jason L Tibbitts III - 0.10.1-4 - Rebuild for new Python. Index: gajim.spec =================================================================== RCS file: /cvs/extras/rpms/gajim/devel/gajim.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gajim.spec 4 Oct 2006 22:58:06 -0000 1.15 +++ gajim.spec 21 Dec 2006 19:43:22 -0000 1.16 @@ -1,6 +1,6 @@ Name: gajim Version: 0.10.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Jabber client written in PyGTK Group: Applications/Internet @@ -80,6 +80,9 @@ %{_mandir}/man1/gajim-remote.1* %changelog +* Thu Dec 21 2006 Jason L Tibbitts III - 0.10.1-4 +- Rebuild for new Python. + * Thu Oct 05 2006 Christian Iseli 0.10.1-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Thu Dec 21 19:46:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 21 Dec 2006 14:46:54 -0500 Subject: rpms/clement/devel clement.spec,1.21,1.22 Message-ID: <200612211946.kBLJks3j019871@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19856 Modified Files: clement.spec Log Message: * Thu Dec 21 2006 Rex Dieter 2.1-241.1 - %exclude yum.repos.d/* (bug #220497) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- clement.spec 27 Nov 2006 15:52:55 -0000 1.21 +++ clement.spec 21 Dec 2006 19:46:24 -0000 1.22 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 241%{?dist} +Release: 241%{?dist}.1 URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -100,13 +100,17 @@ %attr(0755,root,root) %{_initrddir}/%{name} %attr(-,%{name},%{name}) %config(noreplace) %{_sysconfdir}/%{name}-%{version}/ -%config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo +# No, no, no. Touch the following line, you die. -- FESCo (bug #220497) +%exclude %config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/pki/%{name}-%{version}/trusted.pem %config(noreplace) %{_sysconfdir}/httpd/conf/%{name}.conf %changelog +* Thu Dec 21 2006 Rex Dieter 2.1-241.1 +- %%exclude yum.repos.d/* (bug #220497) + * Mon Nov 27 2006 Jean-Marc Pigeon 2.1-241 - Marker: * Release From fedora-extras-commits at redhat.com Thu Dec 21 19:47:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 21 Dec 2006 14:47:35 -0500 Subject: rpms/clement/FC-6 clement.spec,1.21,1.22 Message-ID: <200612211947.kBLJlZWl019893@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/clement/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19877 Modified Files: clement.spec Log Message: * Thu Dec 21 2006 Rex Dieter 2.1-241.1 - %exclude yum.repos.d/* (bug #220497) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/FC-6/clement.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- clement.spec 27 Nov 2006 17:26:57 -0000 1.21 +++ clement.spec 21 Dec 2006 19:47:05 -0000 1.22 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 241%{?dist} +Release: 241%{?dist}.1 URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -100,13 +100,17 @@ %attr(0755,root,root) %{_initrddir}/%{name} %attr(-,%{name},%{name}) %config(noreplace) %{_sysconfdir}/%{name}-%{version}/ -%config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo +# No, no, no. Touch the following line, you die. -- FESCo (bug #220497) +%exclude %config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/pki/%{name}-%{version}/trusted.pem %config(noreplace) %{_sysconfdir}/httpd/conf/%{name}.conf %changelog +* Thu Dec 21 2006 Rex Dieter 2.1-241.1 +- %%exclude yum.repos.d/* (bug #220497) + * Mon Nov 27 2006 Jean-Marc Pigeon 2.1-241 - Marker: * Release From fedora-extras-commits at redhat.com Thu Dec 21 20:01:39 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Thu, 21 Dec 2006 15:01:39 -0500 Subject: fedora-security/audit fc5,1.422,1.423 fc6,1.174,1.175 Message-ID: <200612212001.kBLK1dO4023126@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23109 Modified Files: fc5 fc6 Log Message: Filled missing pieces Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.422 retrieving revision 1.423 diff -u -r1.422 -r1.423 --- fc5 21 Dec 2006 18:37:47 -0000 1.422 +++ fc5 21 Dec 2006 20:01:39 -0000 1.423 @@ -9,16 +9,16 @@ CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) -CVE-2006-6303 ** ruby -CVE-2006-6297 ** kde +CVE-2006-6303 version (ruby, fixed 1.8.5.2) [since FEDORA-2006-1440] +CVE-2006-6297 ignore (kdegraphics) just a crash CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1405] -CVE-2006-6142 ** squirrelmail +CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) CVE-2006-6106 VULNERABLE (kernel) CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] -CVE-2006-6077 ** firefox +CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- fc6 21 Dec 2006 18:37:47 -0000 1.174 +++ fc6 21 Dec 2006 20:01:39 -0000 1.175 @@ -9,16 +9,16 @@ CVE-2006-6332 ignore (kernel) no support for madwifi CVE-2006-6305 ignore (net-snmp) already have the backported patch CVE-2006-6304 ignore (kernel, 2.6.19 only) -CVE-2006-6303 ** ruby -CVE-2006-6297 ** kde +CVE-2006-6303 version (ruby, fixed 1.8.5.2) [since FEDORA-2006-1441] +CVE-2006-6297 ignore (kdegraphics) just a crash CVE-2006-6235 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] CVE-2006-6169 backport (gnupg, fixed 1.4.6) [since FEDORA-2006-1406] -CVE-2006-6142 ** squirrelmail +CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) #219665 CVE-2006-6106 VULNERABLE (kernel) CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] -CVE-2006-6077 ** firefox +CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 ** ImageMagick, fixed 6.2.4.5? +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] From fedora-extras-commits at redhat.com Thu Dec 21 20:51:11 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 21 Dec 2006 15:51:11 -0500 Subject: rpms/python-adns/devel python-adns.spec,1.10,1.11 Message-ID: <200612212051.kBLKpBRM023300@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-adns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23285 Modified Files: python-adns.spec Log Message: * Thu Dec 21 2006 Jason L Tibbitts III - 1.1.0-5 - Rebuild for new Python. - Some minor specfile cleanups to meet packaging guidelines; I hope nobody minds. Index: python-adns.spec =================================================================== RCS file: /cvs/extras/rpms/python-adns/devel/python-adns.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-adns.spec 26 Sep 2006 07:08:09 -0000 1.10 +++ python-adns.spec 21 Dec 2006 20:50:41 -0000 1.11 @@ -1,10 +1,9 @@ -%define pyver %(python -c 'import sys ; print sys.version[:3]') -%define pynext %(python -c 'print %{pyver} + 0.1') +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define srcname adns-python Name: python-adns Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python interface for the GNU adns library Group: Development/Languages @@ -15,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, adns-devel >= 1.2 -Requires: python >= %{pyver}, python < %{pynext} %description The adns module provides an interface to the GNU ADNS asynchronous DNS @@ -30,19 +28,22 @@ %install rm -rf $RPM_BUILD_ROOT -python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES -touch $RPM_BUILD_ROOT/%{_libdir}/python%{pyver}/site-packages/{ADNS,hostmx,rblcheck}.pyo +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files -f INSTALLED_FILES +%files %defattr(-,root,root) %doc GPL README - -%ghost %{_libdir}/python%{pyver}/site-packages/*.pyo +%{python_sitearch}/* %changelog +* Thu Dec 21 2006 Jason L Tibbitts III - 1.1.0-5 +- Rebuild for new Python. +- Some minor specfile cleanups to meet packaging guidelines; + I hope nobody minds. + * Tue Sep 26 2006 Radek Vokal 1.1.0-4 - rebuilt From fedora-extras-commits at redhat.com Thu Dec 21 21:07:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 21 Dec 2006 16:07:51 -0500 Subject: fedora-security/audit fe4, 1.121, 1.122 fe5, 1.133, 1.134 fe6, 1.47, 1.48 Message-ID: <200612212107.kBLL7pov026543@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26524 Modified Files: fe4 fe5 fe6 Log Message: nexuiz updated to 2.2.1 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- fe4 18 Dec 2006 16:27:33 -0000 1.121 +++ fe4 21 Dec 2006 21:07:51 -0000 1.122 @@ -4,8 +4,8 @@ CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 -CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 -CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 version (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- fe5 18 Dec 2006 16:27:33 -0000 1.133 +++ fe5 21 Dec 2006 21:07:51 -0000 1.134 @@ -4,8 +4,8 @@ CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 -CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 -CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 version (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- fe6 18 Dec 2006 16:27:33 -0000 1.47 +++ fe6 21 Dec 2006 21:07:51 -0000 1.48 @@ -4,8 +4,8 @@ CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 -CVE-2006-6610 VULNERABLE (nexuiz, fixed 2.2.1) #220034 -CVE-2006-6609 VULNERABLE (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 +CVE-2006-6609 version (nexuiz, fixed 2.2.1) #220034 CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 From fedora-extras-commits at redhat.com Thu Dec 21 21:20:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 21 Dec 2006 16:20:07 -0500 Subject: fedora-security/audit fe4, 1.122, 1.123 fe5, 1.134, 1.135 fe6, 1.48, 1.49 Message-ID: <200612212120.kBLLK7Mv026649@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26630 Modified Files: fe4 fe5 fe6 Log Message: Add new seamonkey < 1.0.7 issues Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- fe4 21 Dec 2006 21:07:51 -0000 1.122 +++ fe4 21 Dec 2006 21:20:06 -0000 1.123 @@ -9,6 +9,15 @@ CVE-2006-6574 VULNERABLE (mantis) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 VULNERABLE (mantis) #219720 +CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6301 version (denyhosts, fixed 2.6-2) #218824 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- fe5 21 Dec 2006 21:07:51 -0000 1.134 +++ fe5 21 Dec 2006 21:20:06 -0000 1.135 @@ -9,6 +9,15 @@ CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 +CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- fe6 21 Dec 2006 21:07:51 -0000 1.48 +++ fe6 21 Dec 2006 21:20:06 -0000 1.49 @@ -9,6 +9,15 @@ CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 +CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 From fedora-extras-commits at redhat.com Thu Dec 21 21:28:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 21 Dec 2006 16:28:15 -0500 Subject: rpms/maxima/devel .cvsignore, 1.12, 1.13 maxima.spec, 1.52, 1.53 sources, 1.12, 1.13 Message-ID: <200612212128.kBLLSFbx026733@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26704 Modified Files: .cvsignore maxima.spec sources Log Message: * Thu Dec 21 2006 Rex Dieter 5.11.0-1 - maxima-5.11.0 (#220512) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 18 Dec 2006 12:46:27 -0000 1.12 +++ .cvsignore 21 Dec 2006 21:27:45 -0000 1.13 @@ -1,5 +1,5 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz -maxima-5.10.99rc2.tar.gz maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- maxima.spec 18 Dec 2006 12:46:27 -0000 1.52 +++ maxima.spec 21 Dec 2006 21:27:45 -0000 1.53 @@ -1,19 +1,23 @@ %define emacs_sitelisp %{_datadir}/emacs/site-lisp/ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ -%define beta rc3 Summary: Symbolic Computation Program Name: maxima -Version: 5.10.99 +Version: 5.11.0 -Release: 0.3.%{beta}%{?dist} +Release: 1%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} > 2 ExclusiveArch: %{ix86} x86_64 ppc +%else +# no ppc lisp available for epel (http://bugzilla.redhat.com/220053) +ExclusiveArch: %{ix86} x86_64 +%endif %define maxima_ver %{version}%{?beta} @@ -22,11 +26,15 @@ %endif %ifarch %{ix86} x86_64 +%if 0%{?fedora} > 2 %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc %define default_lisp sbcl @@ -379,6 +387,9 @@ %changelog +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + * Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 - maxima-5.10.99rc3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Dec 2006 12:46:27 -0000 1.12 +++ sources 21 Dec 2006 21:27:45 -0000 1.13 @@ -1,4 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -2acf955a1303cf11b751181b3a700238 maxima-5.10.99rc2.tar.gz -cad4ff7f93b9a76ce4f130d15d9da15f maxima-5.10.99rc3.tar.gz +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 21 22:07:23 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:23 -0500 Subject: rpms/phpPgAdmin - New directory Message-ID: <200612212207.kBLM7N1e030073@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30067/phpPgAdmin Log Message: Directory /cvs/extras/rpms/phpPgAdmin added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 22:07:23 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:23 -0500 Subject: rpms/phpPgAdmin/devel - New directory Message-ID: <200612212207.kBLM7NMS030084@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30067/phpPgAdmin/devel Log Message: Directory /cvs/extras/rpms/phpPgAdmin/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 21 22:07:41 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:41 -0500 Subject: rpms/phpPgAdmin Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612212207.kBLM7ffo030118@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30112 Added Files: Makefile import.log Log Message: Setup of module phpPgAdmin --- NEW FILE Makefile --- # Top level Makefile for module phpPgAdmin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 21 22:07:41 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:07:41 -0500 Subject: rpms/phpPgAdmin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612212207.kBLM7fVR030129@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30112/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module phpPgAdmin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 21 22:09:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:09:18 -0500 Subject: rpms/phpPgAdmin import.log,1.1,1.2 Message-ID: <200612212209.kBLM9IBg030253@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30202 Modified Files: import.log Log Message: auto-import phpPgAdmin-4.0.1-5 on branch devel from phpPgAdmin-4.0.1-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/phpPgAdmin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Dec 2006 22:07:41 -0000 1.1 +++ import.log 21 Dec 2006 22:08:48 -0000 1.2 @@ -0,0 +1 @@ +phpPgAdmin-4_0_1-5:HEAD:phpPgAdmin-4.0.1-5.src.rpm:1166739456 From fedora-extras-commits at redhat.com Thu Dec 21 22:09:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:09:19 -0500 Subject: rpms/phpPgAdmin/devel phpPgAdmin-langcheck.patch, NONE, 1.1 phpPgAdmin.conf, NONE, 1.1 phpPgAdmin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612212209.kBLM9Jca030255@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/phpPgAdmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30202/devel Modified Files: .cvsignore sources Added Files: phpPgAdmin-langcheck.patch phpPgAdmin.conf phpPgAdmin.spec Log Message: auto-import phpPgAdmin-4.0.1-5 on branch devel from phpPgAdmin-4.0.1-5.src.rpm phpPgAdmin-langcheck.patch: --- NEW FILE phpPgAdmin-langcheck.patch --- --- lang/langcheck.orig 2006-07-29 00:40:42.000000000 +0300 +++ lang/langcheck 2006-07-29 00:40:54.000000000 +0300 @@ -1,4 +1,4 @@ -#!/usr/local/bin/php -q +#!/usr/bin/php -q Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ::1 # Allow from .example.com --- NEW FILE phpPgAdmin.spec --- Summary: Web-based PostgreSQL administration Name: phpPgAdmin Version: 4.0.1 Release: 5%{?dist} License: GPL Group: Applications/Databases URL: http://phppgadmin.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://osdn.dl.sourceforge.net/sourceforge/phppgadmin/%{name}-%{version}.tar.bz2 Source1: %{name}.conf Requires: php >= 4.2, gawk Requires: php-pgsql >= 4.2, httpd Requires(Post): /sbin/service Buildarch: noarch %define _phppgadmindir %{_datadir}/%{name} Patch1: %{name}-langcheck.patch %description phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server. It handles all the basic functionality as well as some advanced features such as triggers, views and functions (stored procedures). It also has Slony-I support. %prep %setup -q -n %{name}-%{version} %patch1 -p0 %build # Cleanup encoding problem sed -i 's/\r//' lang/php2po sed -i 's/\r//' lang/po2php %install rm -rf %{buildroot} install -d %{buildroot}%{_phppgadmindir} install -m 644 -p *.php %{buildroot}%{_phppgadmindir} cp -ap *.js robots.txt classes conf images lang libraries sql themes xloadtree help %{buildroot}%{_phppgadmindir} rm -f %{buildroot}%{_phppgadmindir}/conf/.cvsignore install -d %{buildroot}%{_sysconfdir}/httpd/conf.d/ install -d %{buildroot}%{_sysconfdir}/httpd/conf.d/ install -m 755 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf %post /sbin/service httpd reload > /dev/null 2>&1 %clean rm -rf %{buildroot} %files %defattr(0644,root,root,0755) %doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS %dir %{_phppgadmindir} %config(noreplace) %{_phppgadmindir}/conf/config.inc.php-dist %config(noreplace) %{_phppgadmindir}/conf/config.inc.php %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %attr(644,root,root) %{_phppgadmindir}/*.php %{_phppgadmindir}/*.js %{_phppgadmindir}/robots.txt %{_phppgadmindir}/classes %{_phppgadmindir}/images %dir %{_phppgadmindir}/lang %dir %attr(755,root,root) %{_phppgadmindir}/lang/recoded %attr(644,root,root) %{_phppgadmindir}/lang/*.php %attr(644,root,root) %{_phppgadmindir}/lang/recoded/* %attr(644,root,root) %{_phppgadmindir}/lang/Makefile %attr(755,root,root) %{_phppgadmindir}/lang/convert.awk %attr(755,root,root) %{_phppgadmindir}/lang/langcheck %attr(755,root,root) %{_phppgadmindir}/lang/php2po %attr(755,root,root) %{_phppgadmindir}/lang/po2php %attr(755,root,root) %{_phppgadmindir}/lang/synch %{_phppgadmindir}/libraries %{_phppgadmindir}/sql %{_phppgadmindir}/themes %{_phppgadmindir}/xloadtree %{_phppgadmindir}/help %changelog * Thu Dec 21 2006 Devrim Gunduz 4.0.1-5 - More specfile fixes per bugzilla review #200600 * Thu Dec 21 2006 Devrim Gunduz 4.0.1-4 - More specfile fixes per bugzilla review #200600 * Sun Aug 6 2006 Devrim Gunduz 4.0.1-3 - Changed awk dependency to gawk - Fixed changelog entry * Tue Aug 1 2006 Devrim Gunduz 4.0.1-2 - Rebuilt for FC Extras Submission - Fixed rpmlint errors - Spec file cleanup * Tue Dec 17 2005 Devrim Gunduz 4.0.1 - Update to 4.0.1 - Added xloadtree and help among installed file lists - rename pgadmindir to phppgadmindir * Tue Oct 18 2005 Devrim Gunduz 3.5.6 - Updated to 3.5.6 * Wed Aug 24 2005 Devrim Gunduz 3.5.5 - Updated to 3.5.5 * Tue Jul 19 2005 Devrim Gunduz 3.5.4 - Updated to 3.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/phpPgAdmin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2006 22:07:41 -0000 1.1 +++ .cvsignore 21 Dec 2006 22:08:49 -0000 1.2 @@ -0,0 +1 @@ +phpPgAdmin-4.0.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/phpPgAdmin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2006 22:07:41 -0000 1.1 +++ sources 21 Dec 2006 22:08:49 -0000 1.2 @@ -0,0 +1 @@ +7e0c18a01538572d3c2b435725e68fe2 phpPgAdmin-4.0.1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 21 22:09:55 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 17:09:55 -0500 Subject: rpms/chemtool/devel chemtool-desktop.patch, 1.1, 1.2 chemtool.spec, 1.1, 1.2 Message-ID: <200612212209.kBLM9ttv030314@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30266 Modified Files: chemtool-desktop.patch chemtool.spec Log Message: - fix MIME type in desktop file (#220125) chemtool-desktop.patch: Index: chemtool-desktop.patch =================================================================== RCS file: /cvs/extras/rpms/chemtool/devel/chemtool-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool-desktop.patch 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool-desktop.patch 21 Dec 2006 22:09:24 -0000 1.2 @@ -1,5 +1,5 @@ --- chemtool-1.6.9/pld/chemtool.desktop.d 2006-01-23 21:05:41.000000000 +0100 -+++ chemtool-1.6.9/pld/chemtool.desktop 2006-11-19 01:35:05.000000000 +0100 ++++ chemtool-1.6.9/pld/chemtool.desktop 2006-12-21 23:13:56.000000000 +0100 @@ -1,15 +1,14 @@ [Desktop Entry] Name=Chemtool @@ -17,7 +17,8 @@ -MultipleArgs=false +Encoding=UTF-8 Type=Application - MimeType=application/x-chemtool;Application +-MimeType=application/x-chemtool;Application -InitialPreference=2 ++MimeType=application/x-chemtool; +X-InitialPreference=2 Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/devel/chemtool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool.spec 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool.spec 21 Dec 2006 22:09:24 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 +- fix MIME type in desktop file (#220125) + * Mon Nov 20 2006 Dominik 'Rathann' Mierzejewski 1.6.9-5 - keep the whole examples dir in docs - add update-desktop-database call to post{,un} scripts From fedora-extras-commits at redhat.com Thu Dec 21 22:11:46 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 17:11:46 -0500 Subject: rpms/chemtool/FC-6 chemtool-desktop.patch, 1.1, 1.2 chemtool.spec, 1.1, 1.2 Message-ID: <200612212211.kBLMBkWU030373@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30335 Modified Files: chemtool-desktop.patch chemtool.spec Log Message: - fix MIME type in desktop file (#220125) chemtool-desktop.patch: Index: chemtool-desktop.patch =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-6/chemtool-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool-desktop.patch 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool-desktop.patch 21 Dec 2006 22:11:16 -0000 1.2 @@ -1,5 +1,5 @@ --- chemtool-1.6.9/pld/chemtool.desktop.d 2006-01-23 21:05:41.000000000 +0100 -+++ chemtool-1.6.9/pld/chemtool.desktop 2006-11-19 01:35:05.000000000 +0100 ++++ chemtool-1.6.9/pld/chemtool.desktop 2006-12-21 23:13:56.000000000 +0100 @@ -1,15 +1,14 @@ [Desktop Entry] Name=Chemtool @@ -17,7 +17,8 @@ -MultipleArgs=false +Encoding=UTF-8 Type=Application - MimeType=application/x-chemtool;Application +-MimeType=application/x-chemtool;Application -InitialPreference=2 ++MimeType=application/x-chemtool; +X-InitialPreference=2 Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-6/chemtool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool.spec 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool.spec 21 Dec 2006 22:11:16 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 +- fix MIME type in desktop file (#220125) + * Mon Nov 20 2006 Dominik 'Rathann' Mierzejewski 1.6.9-5 - keep the whole examples dir in docs - add update-desktop-database call to post{,un} scripts From fedora-extras-commits at redhat.com Thu Dec 21 22:12:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Thu, 21 Dec 2006 17:12:12 -0500 Subject: owners owners.list,1.2136,1.2137 Message-ID: <200612212212.kBLMCCfN030403@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30357 Modified Files: owners.list Log Message: Added phpPgAdmin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2136 retrieving revision 1.2137 diff -u -r1.2136 -r1.2137 --- owners.list 21 Dec 2006 11:32:45 -0000 1.2136 +++ owners.list 21 Dec 2006 22:11:42 -0000 1.2137 @@ -1939,6 +1939,7 @@ Fedora Extras|php-Smarty|Template/Presentation Framework for PHP|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|phpldapadmin|Web-based tool for managing LDAP servers|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|phpMyAdmin|Web based MySQL browser written in php|imlinux at gmail.com|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de +Fedora Extras|phpPgAdmin|Web based PostgreSQL Administration|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|physfs|Library to provide abstract access to various archives|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|picocom|Minimal serial communications program|jafo-redhat at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|pikdev|IDE for development of PICmicro based application (under Linux/KDE)|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 21 22:12:27 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 17:12:27 -0500 Subject: rpms/chemtool/FC-5 chemtool-desktop.patch, 1.1, 1.2 chemtool.spec, 1.1, 1.2 Message-ID: <200612212212.kBLMCRoB030412@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30379 Modified Files: chemtool-desktop.patch chemtool.spec Log Message: - fix MIME type in desktop file (#220125) chemtool-desktop.patch: Index: chemtool-desktop.patch =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-5/chemtool-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool-desktop.patch 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool-desktop.patch 21 Dec 2006 22:11:57 -0000 1.2 @@ -1,5 +1,5 @@ --- chemtool-1.6.9/pld/chemtool.desktop.d 2006-01-23 21:05:41.000000000 +0100 -+++ chemtool-1.6.9/pld/chemtool.desktop 2006-11-19 01:35:05.000000000 +0100 ++++ chemtool-1.6.9/pld/chemtool.desktop 2006-12-21 23:13:56.000000000 +0100 @@ -1,15 +1,14 @@ [Desktop Entry] Name=Chemtool @@ -17,7 +17,8 @@ -MultipleArgs=false +Encoding=UTF-8 Type=Application - MimeType=application/x-chemtool;Application +-MimeType=application/x-chemtool;Application -InitialPreference=2 ++MimeType=application/x-chemtool; +X-InitialPreference=2 Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-5/chemtool.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chemtool.spec 21 Nov 2006 11:25:13 -0000 1.1 +++ chemtool.spec 21 Dec 2006 22:11:57 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 +- fix MIME type in desktop file (#220125) + * Mon Nov 20 2006 Dominik 'Rathann' Mierzejewski 1.6.9-5 - keep the whole examples dir in docs - add update-desktop-database call to post{,un} scripts From fedora-extras-commits at redhat.com Thu Dec 21 23:46:06 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 21 Dec 2006 18:46:06 -0500 Subject: extras-buildsys/utils/pushscript Push.py,1.25,1.26 Message-ID: <200612212346.kBLNk6BL003643@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3615 Modified Files: Push.py Log Message: - enter a loop of retries when signing has failed, and make it possible to break out of from it - protect srpm array access Index: Push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Push.py 11 Dec 2006 15:24:53 -0000 1.25 +++ Push.py 21 Dec 2006 23:46:06 -0000 1.26 @@ -348,13 +348,13 @@ # if it is a noarch package, copy2 it to all arch locations # if it is a debuginfo package, move it into the 'debug' dir for that arch - if len(filedict['srpm']) > 1: + if len(filedict['srpm']) != 1: mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) ) buildreportinfo = '%s-%s : INVALID build results, not published! INV\n' % (name,os.path.basename(pkgrelroot)) if buildreport: rundirfile.write(buildreportinfo) rundirfile.close() - raise PushWarning, 'WARNING: Multiple source rpms in %s' % pkgrelroot + raise PushWarning, 'WARNING: %d source rpms in %s' % (len(filedict['srpm']),pkgrelroot) package = filedict['srpm'][0] (n,a,e,v,r) = naevr(package) @@ -493,10 +493,18 @@ WhatsNew.load(cfg.rundir) print "Signing Packages:" - rv = sign_pkgs( find_files(signtmpdir,'*.rpm') ) - if rv: - print "Error signing packages! Please be patient - cleaning up." - raise Exception + while (True): + rv = sign_pkgs( find_files(signtmpdir,'*.rpm') ) + if not rv: + break + while (True): + print 'Retry? (y/n)', + a = raw_input().lower() + if a=='n': + raise Exception + if a=='y': + break + print "Copying packages into repositories:" global srpmlocdict @@ -523,6 +531,9 @@ WhatsNew.set(dist,name) WhatsNew.save(cfg.rundir) + except Exception: + shutil.rmtree(signtmpdir) + sys.exit(1) except: shutil.rmtree(signtmpdir) raise From fedora-extras-commits at redhat.com Fri Dec 22 00:08:52 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 19:08:52 -0500 Subject: rpms/chemtool/devel chemtool.spec,1.2,1.3 Message-ID: <200612220008.kBM08qrQ006897@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6882 Modified Files: chemtool.spec Log Message: - fix stupid directory creation bug Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/devel/chemtool.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chemtool.spec 21 Dec 2006 22:09:24 -0000 1.2 +++ chemtool.spec 22 Dec 2006 00:08:22 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125) From fedora-extras-commits at redhat.com Fri Dec 22 00:13:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 19:13:03 -0500 Subject: rpms/gchempaint/FC-5 doubledestdir.patch, NONE, 1.1 gchempaint.spec, 1.2, 1.3 Message-ID: <200612220013.kBM0D3Ph006987@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6969 Modified Files: gchempaint.spec Added Files: doubledestdir.patch Log Message: Added temporary KDE mimelnk workaround doubledestdir.patch: --- NEW FILE doubledestdir.patch --- --- gchempaint-0.6.7/Makefile.in.doubledestdir 2006-12-22 01:11:13.000000000 +0100 +++ gchempaint-0.6.7/Makefile.in 2006-12-22 01:12:50.000000000 +0100 @@ -311,7 +311,7 @@ serverdir = $(libdir)/bonobo/servers server_DATA = gchempaint.server @WITH_KDE_DESKTOP_TRUE at kde_desktop_DATA = $(kde_desktop_in_files:.desktop.in=.desktop) - at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(DESTDIR)$(KDEDESKTOPDIR)/application + at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(KDEDESKTOPDIR)/application distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/gchempaint.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 +++ gchempaint.spec 22 Dec 2006 00:12:33 -0000 1.3 @@ -7,6 +7,7 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz +Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -47,13 +48,14 @@ %prep %setup -q +%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk/application + --with-kde-desktopdir=%{_datadir}/mimelnk make %{?_smp_mflags} @@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so + %clean rm -rf $RPM_BUILD_ROOT @@ -145,6 +148,7 @@ * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches +- Added temporary KDE mimelnk workaround * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash From fedora-extras-commits at redhat.com Fri Dec 22 00:14:15 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 19:14:15 -0500 Subject: rpms/gchempaint/FC-6 doubledestdir.patch, NONE, 1.1 gchempaint.spec, 1.2, 1.3 Message-ID: <200612220014.kBM0EFvJ007056@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7036 Modified Files: gchempaint.spec Added Files: doubledestdir.patch Log Message: Added temporary KDE mimelnk workaround doubledestdir.patch: --- NEW FILE doubledestdir.patch --- --- gchempaint-0.6.7/Makefile.in.doubledestdir 2006-12-22 01:11:13.000000000 +0100 +++ gchempaint-0.6.7/Makefile.in 2006-12-22 01:12:50.000000000 +0100 @@ -311,7 +311,7 @@ serverdir = $(libdir)/bonobo/servers server_DATA = gchempaint.server @WITH_KDE_DESKTOP_TRUE at kde_desktop_DATA = $(kde_desktop_in_files:.desktop.in=.desktop) - at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(DESTDIR)$(KDEDESKTOPDIR)/application + at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(KDEDESKTOPDIR)/application distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/gchempaint.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 +++ gchempaint.spec 22 Dec 2006 00:13:45 -0000 1.3 @@ -7,6 +7,7 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz +Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -47,13 +48,14 @@ %prep %setup -q +%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk/application + --with-kde-desktopdir=%{_datadir}/mimelnk make %{?_smp_mflags} @@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so + %clean rm -rf $RPM_BUILD_ROOT @@ -145,6 +148,7 @@ * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches +- Added temporary KDE mimelnk workaround * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash From fedora-extras-commits at redhat.com Fri Dec 22 00:15:56 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Thu, 21 Dec 2006 19:15:56 -0500 Subject: rpms/gchempaint/devel doubledestdir.patch, NONE, 1.1 gchempaint.spec, 1.2, 1.3 Message-ID: <200612220015.kBM0FuYN007128@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7107 Modified Files: gchempaint.spec Added Files: doubledestdir.patch Log Message: Added temporary KDE mimelnk workaround doubledestdir.patch: --- NEW FILE doubledestdir.patch --- --- gchempaint-0.6.7/Makefile.in.doubledestdir 2006-12-22 01:11:13.000000000 +0100 +++ gchempaint-0.6.7/Makefile.in 2006-12-22 01:12:50.000000000 +0100 @@ -311,7 +311,7 @@ serverdir = $(libdir)/bonobo/servers server_DATA = gchempaint.server @WITH_KDE_DESKTOP_TRUE at kde_desktop_DATA = $(kde_desktop_in_files:.desktop.in=.desktop) - at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(DESTDIR)$(KDEDESKTOPDIR)/application + at WITH_KDE_DESKTOP_TRUE@kde_desktopdir = $(KDEDESKTOPDIR)/application distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/gchempaint.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gchempaint.spec 21 Dec 2006 09:13:42 -0000 1.2 +++ gchempaint.spec 22 Dec 2006 00:15:26 -0000 1.3 @@ -7,6 +7,7 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz +Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -47,13 +48,14 @@ %prep %setup -q +%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk/application + --with-kde-desktopdir=%{_datadir}/mimelnk make %{?_smp_mflags} @@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gchempaint rm -f $RPM_BUILD_ROOT%{_libdir}/libgchempaint.so + %clean rm -rf $RPM_BUILD_ROOT @@ -145,6 +148,7 @@ * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches +- Added temporary KDE mimelnk workaround * Fri Dec 08 2006 Julian Sikorski - 0.6.6-5 - Added upstream patch #18159, fixing AMD64 startup crash From fedora-extras-commits at redhat.com Fri Dec 22 00:16:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 19:16:45 -0500 Subject: rpms/chemtool/FC-6 chemtool.spec,1.2,1.3 Message-ID: <200612220016.kBM0GjdV007187@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7134 Modified Files: chemtool.spec Log Message: - fix stupid directory creation bug Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-6/chemtool.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chemtool.spec 21 Dec 2006 22:11:16 -0000 1.2 +++ chemtool.spec 22 Dec 2006 00:16:15 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125) From fedora-extras-commits at redhat.com Fri Dec 22 00:21:41 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 21 Dec 2006 19:21:41 -0500 Subject: rpms/chemtool/FC-5 chemtool.spec,1.2,1.3 Message-ID: <200612220021.kBM0LfWh007221@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/chemtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7206 Modified Files: chemtool.spec Log Message: - fix stupid directory creation bug Index: chemtool.spec =================================================================== RCS file: /cvs/extras/rpms/chemtool/FC-5/chemtool.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chemtool.spec 21 Dec 2006 22:11:57 -0000 1.2 +++ chemtool.spec 22 Dec 2006 00:21:11 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125) From fedora-extras-commits at redhat.com Fri Dec 22 01:05:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 20:05:12 -0500 Subject: comps comps-fe6.xml.in,1.247,1.248 comps-fe7.xml.in,1.52,1.53 Message-ID: <200612220105.kBM15Cwa010992@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10969 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: add xfce-timer-plugin for FE6 and 7 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- comps-fe6.xml.in 21 Dec 2006 07:53:43 -0000 1.247 +++ comps-fe6.xml.in 22 Dec 2006 01:04:42 -0000 1.248 @@ -1198,6 +1198,7 @@ xfce4-sensors-plugin xfce4-systemload-plugin xfce4-taskmanager + xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- comps-fe7.xml.in 18 Dec 2006 08:35:32 -0000 1.52 +++ comps-fe7.xml.in 22 Dec 2006 01:04:42 -0000 1.53 @@ -1200,6 +1200,7 @@ xfce4-sensors-plugin xfce4-systemload-plugin xfce4-taskmanager + xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin From fedora-extras-commits at redhat.com Fri Dec 22 01:09:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 20:09:55 -0500 Subject: owners owners.list,1.2137,1.2138 Message-ID: <200612220109.kBM19tb7011029@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11014 Modified Files: owners.list Log Message: add xfce4-timer-plugin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2137 retrieving revision 1.2138 diff -u -r1.2137 -r1.2138 --- owners.list 21 Dec 2006 22:11:42 -0000 1.2137 +++ owners.list 22 Dec 2006 01:09:24 -0000 1.2138 @@ -2607,6 +2607,7 @@ Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-timer-plugin|Timer for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskmanager|Taskmanager for the Xfce desktop environment|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 01:14:38 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 20:14:38 -0500 Subject: rpms/audacious-docklet/devel audacious-docklet.spec,1.6,1.7 Message-ID: <200612220114.kBM1EcCT011056@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/audacious-docklet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11041 Modified Files: audacious-docklet.spec Log Message: reverting Yu's mistakes to initial rev 1.1, except from the rm -f Index: audacious-docklet.spec =================================================================== RCS file: /cvs/extras/rpms/audacious-docklet/devel/audacious-docklet.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- audacious-docklet.spec 21 Dec 2006 04:16:26 -0000 1.6 +++ audacious-docklet.spec 22 Dec 2006 01:14:08 -0000 1.7 @@ -1,4 +1,4 @@ -%define plugin_dir %{_prefix}/%{_lib}/audacious +%define plugin_dir %(pkg-config audacious --variable=plugin_dir) Name: audacious-docklet Version: 0.1.1 @@ -42,12 +42,6 @@ %{plugin_dir}/General/libdocklet.so %Changelog -* Thu Dec 21 2006 Yu Fan - 0.1.1-3 -- Change rm to rm -f - -* Thu Dec 21 2006 Yu Fan - 0.1.1-2 -- Convert pkg-config to /usr/lib/audacious - * Thu Dec 14 2006 Yu Fan - 0.1.1-1 - Modify spec file to conform fedora extras packaging and naming convention From fedora-extras-commits at redhat.com Fri Dec 22 02:38:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Thu, 21 Dec 2006 21:38:12 -0500 Subject: owners owners.list,1.2138,1.2139 Message-ID: <200612220238.kBM2cCmE014606@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14584 Modified Files: owners.list Log Message: Add gtk-sharp for Paul (205300) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2138 retrieving revision 1.2139 diff -u -r1.2138 -r1.2139 --- owners.list 22 Dec 2006 01:09:24 -0000 1.2138 +++ owners.list 22 Dec 2006 02:37:42 -0000 1.2139 @@ -675,6 +675,7 @@ Fedora Extras|gtk-gnutella|GUI based Gnutella Client|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|Gtk-Perl|Perl extensions for GTK+|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gtk-qt-engine|a project allowing GTK to use Qt widget styles|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|gtk-sharp|GTK+ and GNOME bindings for Mono|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 02:46:15 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:46:15 -0500 Subject: rpms/xfce4-datetime-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.4, 1.5 xfce4-datetime-plugin.spec, 1.9, 1.10 Message-ID: <200612220246.kBM2kFgi014668@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-datetime-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14649 Modified Files: .cvsignore sources xfce4-datetime-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Oct 2006 13:16:50 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:45:45 -0000 1.4 @@ -1 +1 @@ -xfce4-datetime-plugin-0.4.0.tar.gz +xfce4-datetime-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Oct 2006 13:16:50 -0000 1.4 +++ sources 22 Dec 2006 02:45:45 -0000 1.5 @@ -1 +1 @@ -8a688b1add5615f581e82015de89a4bb xfce4-datetime-plugin-0.4.0.tar.gz +b21889b5c220f2dac8abdb63a6ed253d xfce4-datetime-plugin-0.4.1.tar.gz Index: xfce4-datetime-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/xfce4-datetime-plugin.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-datetime-plugin.spec 31 Oct 2006 00:40:17 -0000 1.9 +++ xfce4-datetime-plugin.spec 22 Dec 2006 02:45:45 -0000 1.10 @@ -1,5 +1,5 @@ Name: xfce4-datetime-plugin -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel @@ -9,9 +9,9 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.2, libxfcegui4-devel >= 4.3.99.2, libxml2-devel BuildRequires: gettext, perl(XML::Parser), dbus-devel >= 0.22 -Requires: xfce4-panel >= 4.3.99.1 +Requires: xfce4-panel >= 4.3.99.2 %description An alternative clock plugin for the Xfce panel. A calendar appears when you @@ -28,18 +28,21 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -%find_lang datetime +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f datetime.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/xfce4/panel-plugins/*.so %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Sun Oct 15 2006 Christoph Wickert - 0.4.0-1 - Update to 0.4.0 on Xfce 4.4. RC1. - Fix %%defattr. From fedora-extras-commits at redhat.com Fri Dec 22 02:50:00 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:50:00 -0500 Subject: rpms/xfce4-systemload-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-systemload-plugin.spec, 1.5, 1.6 Message-ID: <200612220250.kBM2o0NE014750@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14731 Modified Files: .cvsignore sources xfce4-systemload-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Oct 2006 13:05:22 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:49:30 -0000 1.4 @@ -1 +1 @@ -xfce4-systemload-plugin-0.4.0.tar.bz2 +xfce4-systemload-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Oct 2006 13:05:22 -0000 1.3 +++ sources 22 Dec 2006 02:49:30 -0000 1.4 @@ -1 +1 @@ -70d4b15f0745adc34703272449fcef93 xfce4-systemload-plugin-0.4.0.tar.bz2 +f777818db18c2918fde19ad93cd715e0 xfce4-systemload-plugin-0.4.1.tar.gz Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/xfce4-systemload-plugin.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xfce4-systemload-plugin.spec 5 Oct 2006 13:05:22 -0000 1.5 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:49:30 -0000 1.6 @@ -1,12 +1,12 @@ Name: xfce4-systemload-plugin -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Systemload monitor for the Xfce panel Group: User Interface/Desktops License: BSD URL: http://goodies.xfce.org/ -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel @@ -39,6 +39,9 @@ %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Thu Oct 05 2006 Christoph Wickert - 0.4.0-3 - Bump release for devel checkin. From fedora-extras-commits at redhat.com Fri Dec 22 02:52:22 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:52:22 -0500 Subject: rpms/xfce4-systemload-plugin/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-systemload-plugin.spec, 1.5, 1.6 Message-ID: <200612220252.kBM2qMWm014823@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14799 Modified Files: .cvsignore sources xfce4-systemload-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Oct 2006 13:05:22 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:51:52 -0000 1.4 @@ -1 +1 @@ -xfce4-systemload-plugin-0.4.0.tar.bz2 +xfce4-systemload-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Oct 2006 13:05:22 -0000 1.3 +++ sources 22 Dec 2006 02:51:52 -0000 1.4 @@ -1 +1 @@ -70d4b15f0745adc34703272449fcef93 xfce4-systemload-plugin-0.4.0.tar.bz2 +f777818db18c2918fde19ad93cd715e0 xfce4-systemload-plugin-0.4.1.tar.gz Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/xfce4-systemload-plugin.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xfce4-systemload-plugin.spec 5 Oct 2006 13:05:22 -0000 1.5 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:51:52 -0000 1.6 @@ -1,12 +1,12 @@ Name: xfce4-systemload-plugin -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Systemload monitor for the Xfce panel Group: User Interface/Desktops License: BSD URL: http://goodies.xfce.org/ -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel @@ -39,6 +39,9 @@ %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Thu Oct 05 2006 Christoph Wickert - 0.4.0-3 - Bump release for devel checkin. From fedora-extras-commits at redhat.com Fri Dec 22 02:55:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:55:12 -0500 Subject: rpms/xfce4-systemload-plugin/FC-6 xfce4-systemload-plugin.spec, 1.6, 1.7 Message-ID: <200612220255.kBM2tC2n014904@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14887 Modified Files: xfce4-systemload-plugin.spec Log Message: small fix in BuildRequires Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/FC-6/xfce4-systemload-plugin.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce4-systemload-plugin.spec 22 Dec 2006 02:51:52 -0000 1.6 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:54:42 -0000 1.7 @@ -9,7 +9,7 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.99.1, libxml2-devel BuildRequires: gettext, perl(XML::Parser) Requires: xfce4-panel >= 4.3.99.1 From fedora-extras-commits at redhat.com Fri Dec 22 02:56:53 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:56:53 -0500 Subject: rpms/xfce4-systemload-plugin/devel xfce4-systemload-plugin.spec, 1.6, 1.7 Message-ID: <200612220256.kBM2urCN014976@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-systemload-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14961 Modified Files: xfce4-systemload-plugin.spec Log Message: small fix in BuildRequires Index: xfce4-systemload-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systemload-plugin/devel/xfce4-systemload-plugin.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce4-systemload-plugin.spec 22 Dec 2006 02:49:30 -0000 1.6 +++ xfce4-systemload-plugin.spec 22 Dec 2006 02:56:23 -0000 1.7 @@ -9,7 +9,7 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.99.1, libxml2-devel BuildRequires: gettext, perl(XML::Parser) Requires: xfce4-panel >= 4.3.99.1 From fedora-extras-commits at redhat.com Fri Dec 22 02:58:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 21 Dec 2006 21:58:11 -0500 Subject: rpms/xfce4-datetime-plugin/FC-6 .cvsignore, 1.3, 1.4 sources, 1.4, 1.5 xfce4-datetime-plugin.spec, 1.8, 1.9 Message-ID: <200612220258.kBM2wB6C015006@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-datetime-plugin/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14987 Modified Files: .cvsignore sources xfce4-datetime-plugin.spec Log Message: update to 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Oct 2006 13:16:50 -0000 1.3 +++ .cvsignore 22 Dec 2006 02:57:41 -0000 1.4 @@ -1 +1 @@ -xfce4-datetime-plugin-0.4.0.tar.gz +xfce4-datetime-plugin-0.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Oct 2006 13:16:50 -0000 1.4 +++ sources 22 Dec 2006 02:57:41 -0000 1.5 @@ -1 +1 @@ -8a688b1add5615f581e82015de89a4bb xfce4-datetime-plugin-0.4.0.tar.gz +b21889b5c220f2dac8abdb63a6ed253d xfce4-datetime-plugin-0.4.1.tar.gz Index: xfce4-datetime-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/FC-6/xfce4-datetime-plugin.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-datetime-plugin.spec 15 Oct 2006 13:19:21 -0000 1.8 +++ xfce4-datetime-plugin.spec 22 Dec 2006 02:57:41 -0000 1.9 @@ -1,17 +1,17 @@ Name: xfce4-datetime-plugin -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Date/time plugin for the Xfce panel Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://xs4all.nl/~stacium/xfce/%{name}-%{version}.tar.gz +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel +BuildRequires: xfce4-panel-devel >= 4.3.99.2, libxfcegui4-devel >= 4.3.99.2, libxml2-devel BuildRequires: gettext, perl(XML::Parser), dbus-devel >= 0.22 -Requires: xfce4-panel >= 4.3.99.1 +Requires: xfce4-panel >= 4.3.99.2 %description An alternative clock plugin for the Xfce panel. A calendar appears when you @@ -28,18 +28,21 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -%find_lang datetime +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f datetime.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/xfce4/panel-plugins/*.so %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Fri Dec 22 2006 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1. + * Sun Oct 15 2006 Christoph Wickert - 0.4.0-1 - Update to 0.4.0 on Xfce 4.4. RC1. - Fix %%defattr. From fedora-extras-commits at redhat.com Fri Dec 22 03:50:35 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Thu, 21 Dec 2006 22:50:35 -0500 Subject: rpms/python-pyspf/devel python-pyspf.spec,1.1,1.2 Message-ID: <200612220350.kBM3oZAl018418@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/python-pyspf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18403 Modified Files: python-pyspf.spec Log Message: Rebuild for python 2.5 Index: python-pyspf.spec =================================================================== RCS file: /cvs/extras/rpms/python-pyspf/devel/python-pyspf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-pyspf.spec 1 Sep 2006 02:24:13 -0000 1.1 +++ python-pyspf.spec 22 Dec 2006 03:50:04 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-pyspf Version: 1.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python module and programs for SPF (Sender Policy Framework) Group: Development/Languages @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python-setuptools +BuildRequires: python-devel Requires: python-pydns %description @@ -53,6 +54,9 @@ /usr/bin/spfquery %changelog +* Thu Dec 21 2006 Kevin Fenzi 1.7-6 +- Rebuild for python 2.5 + * Thu Aug 31 2006 Sean Reifschneider 1.7-5 - Changing SPEC file where it strips out the shebang line. From fedora-extras-commits at redhat.com Fri Dec 22 04:10:00 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:10:00 -0500 Subject: rpms/tripwire/devel dead.package,1.1,NONE Message-ID: <200612220410.kBM4A07G021713@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21708 Removed Files: dead.package Log Message: Not dead anymore! --- dead.package DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 04:35:43 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:35:43 -0500 Subject: rpms/tripwire/devel tripwire.spec,1.7,1.8 Message-ID: <200612220435.kBM4Zh2L022117@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22102 Added Files: tripwire.spec Log Message: New .spec file Index: tripwire.spec =================================================================== RCS file: tripwire.spec diff -N tripwire.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire.spec 22 Dec 2006 04:35:13 -0000 1.8 @@ -0,0 +1,321 @@ +%define path_to_vi /bin/vi +%define path_to_sendmail /usr/sbin/sendmail + +Name: tripwire +Version: 2.4.0.1 +Release: 4%{?dist} +Summary: IDS (Intrusion Detection System) + +License: GPL +Group: Applications/System +Source0: http://download.sourceforge.net/tripwire/tripwire-%{version}-src.tar.bz2 +Source1: tripwire.cron.in +Source2: tripwire.txt +Source3: tripwire.gif +Source4: twcfg.txt.in +Source5: tripwire-setup-keyfiles.in +Source6: twpol.txt.in +Source7: README.Fedora.in +Source9: License-Issues +URL: http://www.tripwire.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: openssl-devel +Requires(post): sed + +Patch0: tripwire-2.4.0.1-gcc4.patch +Patch1: tripwire-siggen-man8.patch + +%description +Tripwire is a very valuable security tool for Linux systems, if it is +installed to a clean system. Tripwire should be installed right after +the OS installation, and before you have connected your system to a +network (i.e., before any possibility exists that someone could alter +files on your system). + +When Tripwire is initially set up, it creates a database that records +certain file information. Then when it is run, it compares a designated +set of files and directories to the information stored in the database. +Added or deleted files are flagged and reported, as are any files that +have changed from their previously recorded state in the database. When +Tripwire is run against system files on a regular basis, any file +changes will be spotted when Tripwire is run. Tripwire will report the +changes, which will give system administrators a clue that they need to +enact damage control measures immediately if certain files have been +altered. + +%prep +%setup -q +%{__cp} -p %{SOURCE2} quickstart.txt +%{__cp} -p %{SOURCE3} quickstart.gif + +%patch0 -p1 -b .gcc4 +%patch1 -p1 -b .siggen.manpage + +%build +%{__chmod} 755 configure +# RPM_OPT_FLAGS break the code (deadlock). +export CXXFLAGS="-O -Wall -pipe -g" +./configure -q \ + path_to_vi=%{path_to_vi} \ + path_to_sendmail=%{path_to_sendmail} \ + --prefix=/ \ + --sysconfdir=%{_sysconfdir}/tripwire \ + --sbindir=%{_sbindir} \ + --libdir=%{_var}/lib \ + --mandir=%{_mandir} + +%{__make} %{?_smp_mflags} + +%install +%{__rm} -fr ${RPM_BUILD_ROOT} + +# Install the binaries. +%{__mkdir_p} ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/siggen ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/tripwire ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/twadmin ${RPM_BUILD_ROOT}%{_sbindir} +%{__install} -p -m755 bin/twprint ${RPM_BUILD_ROOT}%{_sbindir} + +# Install the man pages. +%{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}/{man4,man5,man8} +%{__install} -p -m644 man/man4/*.4 ${RPM_BUILD_ROOT}%{_mandir}/man4/ +%{__install} -p -m644 man/man5/*.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/ +%{__install} -p -m644 man/man8/*.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ + +# Create configuration files from templates. +%{__rm} -fr _tmpcfg +%{__mkdir} _tmpcfg +for infile in %{SOURCE1} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} ; do + outfile=${infile##/*/} + outfile=${outfile%.*n} + cat ${infile} |\ + %{__sed} -e 's|@path_to_vi@|%{path_to_vi}|g' |\ + %{__sed} -e 's|@path_to_sendmail@|%{path_to_sendmail}|g' |\ + %{__sed} -e 's|@sysconfdir@|%{_sysconfdir}|g' |\ + %{__sed} -e 's|@sbindir@|%{_sbindir}|g' |\ + %{__sed} -e 's|@vardir@|%{_var}|g' >\ + _tmpcfg/${outfile} +done +%{__mv} _tmpcfg/{tripwire-setup-keyfiles,README.Fedora} . + +# Create the reports directory. +%{__install} -d -m700 ${RPM_BUILD_ROOT}%{_var}/lib/tripwire/report + +# Install the cron job. +%{__install} -d -m755 ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily +%{__install} -p -m755 _tmpcfg/tripwire.cron \ + ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily/tripwire-check +%{__rm} _tmpcfg/tripwire.cron + +# Install configuration files. +%{__mkdir_p} ${RPM_BUILD_ROOT}%{_sysconfdir}/tripwire +for file in _tmpcfg/* ; do + %{__install} -p -m644 ${file} ${RPM_BUILD_ROOT}%{_sysconfdir}/tripwire +done + +# Install the keyfile setup script +%{__install} -p -m755 tripwire-setup-keyfiles ${RPM_BUILD_ROOT}%{_sbindir} + +# Fix permissions on documentation files. +%{__cp} -p %{SOURCE9} . +%{__chmod} 644 \ + ChangeLog COMMERCIAL COPYING TRADEMARK quickstart.gif \ + quickstart.txt README.Fedora policy/policyguide.txt License-Issues + + +%clean +%{__rm} -rf ${RPM_BUILD_ROOT} + + +%post +# Set the real hostname in twpol.txt +%{__sed} -i -e "s|localhost|$HOSTNAME|g" %{_sysconfdir}/tripwire/twpol.txt + + +%files +%defattr(0644,root,root,0755) +%doc ChangeLog COMMERCIAL COPYING TRADEMARK quickstart.gif +%doc quickstart.txt README.Fedora policy/policyguide.txt License-Issues +%attr(0700,root,root) %dir %{_sysconfdir}/tripwire +%config(noreplace) %{_sysconfdir}/tripwire/twcfg.txt +%config(noreplace) %{_sysconfdir}/tripwire/twpol.txt +%attr(0755,root,root) %{_sysconfdir}/cron.daily/tripwire-check +%attr(0700,root,root) %dir %{_var}/lib/tripwire +%attr(0700,root,root) %dir %{_var}/lib/tripwire/report +%{_mandir}/*/* +%attr(0755,root,root) %{_sbindir}/* + + +%changelog +* Thu Dec 21 2006 Brandon Holbrook 2.4.0.1-4 +- Don't print anything at install time + +* Tue Dec 19 2006 Brandon Holbrook 2.4.0.1-3 +- Changed defattr to 644,755 +- removed BR: autoconf +- Inform users about README.Fedora instead of spamming the install + with catting the whole file + +* Wed Nov 15 2006 Brandon Holbrook 2.4.0.1-2 +- chmod'ed /etc/tripwire to 0700 +- Added sed to Requires(post) + +* Tue Aug 22 2006 Brandon Holbrook 2.4.0.1-1.4 +- Include COMMERCIAL file from upstream +- Print README.RPM on initial install +- Added _smp_mflags to make +- Removed ExclusiveArch: ix86 +- Replaced 2.3 with 2.4 in tripwire.txt + +* Tue Aug 22 2006 Brandon Holbrook 2.4.0.1-1.2 +- Updated to 2.4.0.1 + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Tue Jun 15 2004 Keith G. Robertson-Turner 0:2.3.1-20.fdr.1 +- Revision bump to supersede Fedora Legacy +- Fixed a bogus entry in twpol.txt.in (modeprobe.conf -> modprobe.conf) + +* Thu Jun 10 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.9 +- Applied Paul Herman's patch to fix a format string vulnerability in + pipedmailmessage.cpp + +* Sun Feb 29 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.8 +- Default policy overhaul +- Spec cleanup + +* Sun Feb 22 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.7 +- Moved documentation data out of package description + +* Sat Feb 21 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.6 +- Removed explicit Buildrequires gcc-c++ + +* Fri Feb 20 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.5 +- Finally moved twinstall.sh from the sysconfdir to the sbindir, since + it is not a configuration file. Fixes Red Hat bug #61855 +- Renamed twinstall.sh to tripwire-setup-keyfiles, since the name is + misleading. It is setting up keyfiles, not installing an application +- Minor correction to twinstall.sh (now tripwire-setup-keyfiles), which + made an incorrect reference to the site key rather than the local key +- Long overdue default policy update +- Added explicit Buildrequires gcc-c++, to satisfy mach + +* Thu Feb 19 2004 Keith G. Robertson-Turner 0:2.3.1-18.fdr.4 +- Fixed siggen.8 man page, broken command synopsis syntax. Submitted by + doclifter +- Set real hostname in post, so Tripwire works first time, without + editing twpol.txt +- More accurate package summary +- Spec cleanup + +* Fri Nov 28 2003 Keith G. Robertson-Turner 0:2.3.1-18.fdr.3 +- Thanks to Michael Schwendt for really cleaning up the Spec file +- The remaining parts of the original tripwire-2.3.1-gcc3.patch have + now been implemented +- Debuginfo fully builds now + +* Thu Nov 27 2003 Keith G. Robertson-Turner 0:2.3.1-18.fdr.2 +- Removed version specific grep dependency, since grep >= 2.3 is common +- Added openssl-devel and autoconf to build dependencies +- The tripwire-jbj.patch is now confirmed merged with tw-20030919.patch +- Added RPM optimisation flags option, disabled by default since it + breaks the code +- Fixed file permissions of packaged files + +* Wed Nov 26 2003 Keith G. Robertson-Turner 0:2.3.1-18.fdr.1 +- Implemented Paul Herman's tw-20030919.patch +- Removed the fhs gcc3 and jbj patches, which are now broken/obsoleted + by the above +- Both the mkstemp and rfc822 patches are still implemented +- Build uses autoconf for now +- Spec file given complete overhaul for stricter compliance. More to do + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Sat Nov 16 2002 Jeff Johnson 2.3.1-16 +- rebuild from cvs. +- comment out debug messages to achieve compilation. +- include policyguide.txt (#72259). +- use mkstemp, not mktemp. + +* Fri Aug 02 2002 Mike A. Harris 2.3.1-14 +- Modified default sample twpol file to remove bogus warnings (#70502) + +* Fri Jun 21 2002 Tim Powers 2.3.1-13 +- automated rebuild + +* Sun May 26 2002 Tim Powers 2.3.1-12 +- automated rebuild + +* Wed May 22 2002 Mike A. Harris 2.3.1-11 +- Rebuilt in new build environment with gcc 3.1 + +* Tue Feb 26 2002 Mike A. Harris 2.3.1-9 +- Conditionalized gcc3 patch +- Added back the ExclusiveArch that is required but disappeared somewhere along + the line. +- Rebuild in new build environment + +* Thu Jan 31 2002 Mike A. Harris 2.3.1-7 +- Bump release and rebuild in new environment. +- (Elliot Lee) Add patch to make it build with gcc3. + +* Thu Aug 9 2001 Nalin Dahyabhai 2.3.1-5 +- define USE_FHS when USES_FHS is defined, so that the database winds up + in the right directory (#51332) +- update default twpol file to include files recently-added to the full + installation tree + +* Tue Jul 17 2001 Mike A. Harris 2.3.1-4 +- Applied bugfix for (#47276) to make tripwire email RFC822 compliant, using + patch in bugreport from Michael Schwendt + +* Tue Jul 10 2001 Mike A. Harris 2.3.1-3 +- Made package own dir /var/lib/tripwire + +* Mon Jun 25 2001 Nalin Dahyabhai +- update to 2.3.1-2 + +* Thu Mar 1 2001 Bill Nottingham +- rebuild, fix defattr. Weird. + +* Tue Feb 27 2001 Nalin Dahyabhai +- refresh from upstream +- modify the default policy to match the current tree more closely (#28744) +- make the text files 0644, not 0755 +- defattr for the sake of the docs + +* Wed Sep 20 2000 Nalin Dahyabhai +- change exclusivearch: i386 to exclusivearch: %%{ix86} (#17759) + +* Wed Aug 23 2000 Than Ngo +- remove copyleft information in specfile (Bug #16765) + +* Tue Aug 22 2000 Nalin Dahyabhai +- remove duplicate source files +- sync up description with specspo + +* Fri Aug 4 2000 Than Ngo +- remove Vendor and Distribution from specfile (Bug #15246) + +* Fri Aug 4 2000 Than Ngo +- starts tripwire --check if it was configured before. (Bug #15384) + +* Fri Aug 4 2000 Nalin Dahyabhai +- fix sense of checking for the database's existence in the cron job +- actually include twinstall.sh, twcfg.txt, twpol.txt + +* Thu Aug 3 2000 Than Ngo +- permission fix (bug #15246) + +* Mon Jul 31 2000 Nalin Dahyabhai +- add quickstart docs (Ed) +- tweak description text (Ed) + +* Thu Jul 20 2000 Nalin Dahyabhai +- update .spec file to follow RPM conventions +- add tripwire --check to cron.daily + From fedora-extras-commits at redhat.com Fri Dec 22 04:39:48 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:39:48 -0500 Subject: rpms/tripwire/devel Makefile,1.3,1.4 Message-ID: <200612220439.kBM4dmc1022210@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22195 Added Files: Makefile Log Message: New Makefile Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 22 Dec 2006 04:39:18 -0000 1.4 @@ -0,0 +1,21 @@ +# Makefile for source rpm: tripwire +# $Id$ +NAME := tripwire +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) From fedora-extras-commits at redhat.com Fri Dec 22 04:45:01 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:45:01 -0500 Subject: rpms/tripwire/devel .cvsignore, 1.3, 1.4 import.log, NONE, 1.1 sources, 1.3, 1.4 Message-ID: <200612220445.kBM4j11a022244@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22226 Added Files: .cvsignore import.log sources Log Message: Setup of module tripwire Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- NEW FILE import.log --- Index: sources =================================================================== RCS file: sources diff -N sources From fedora-extras-commits at redhat.com Fri Dec 22 04:48:25 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:48:25 -0500 Subject: rpms/tripwire import.log,1.4,1.5 Message-ID: <200612220448.kBM4mP5X022376@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22337 Modified Files: import.log Log Message: auto-import tripwire-2.4.0.1-4 on branch devel from tripwire-2.4.0.1-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tripwire/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 8 Nov 2004 05:29:19 -0000 1.4 +++ import.log 22 Dec 2006 04:47:55 -0000 1.5 @@ -1,3 +1,4 @@ tripwire-2_3_1-18_fdr_3_1:HEAD:tripwire-2.3.1-18.fdr.3.1.src.rpm:1099891746 tripwire-2_3_1-20_fdr_1_1:HEAD:tripwire-2.3.1-20.fdr.1.1.src.rpm:1099891749 tripwire-2_3_1-20_fdr_1_2:HEAD:tripwire-2.3.1-20.fdr.1.2.src.rpm:1099891759 +tripwire-2_4_0_1-4:HEAD:tripwire-2.4.0.1-4.src.rpm:1166763361 From fedora-extras-commits at redhat.com Fri Dec 22 04:48:26 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 21 Dec 2006 23:48:26 -0500 Subject: rpms/tripwire/devel License-Issues, 1.3, 1.4 README.Fedora.in, NONE, 1.1 tripwire-2.4.0.1-gcc4.patch, NONE, 1.1 tripwire-setup-keyfiles.in, 1.2, 1.3 tripwire-siggen-man8.patch, 1.2, 1.3 tripwire.cron.in, 1.2, 1.3 tripwire.gif, 1.2, 1.3 tripwire.txt, 1.2, 1.3 twcfg.txt.in, 1.2, 1.3 twpol.txt.in, 1.3, 1.4 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 import.log, 1.1, NONE Message-ID: <200612220448.kBM4mQO9022392@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/tripwire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22337/devel Modified Files: .cvsignore sources Added Files: License-Issues README.Fedora.in tripwire-2.4.0.1-gcc4.patch tripwire-setup-keyfiles.in tripwire-siggen-man8.patch tripwire.cron.in tripwire.gif tripwire.txt twcfg.txt.in twpol.txt.in Removed Files: import.log Log Message: auto-import tripwire-2.4.0.1-4 on branch devel from tripwire-2.4.0.1-4.src.rpm Index: License-Issues =================================================================== RCS file: License-Issues diff -N License-Issues --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ License-Issues 22 Dec 2006 04:47:55 -0000 1.4 @@ -0,0 +1,66 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Update 19 Feb 2004: + +The following issues are soon to disappear, since: + + 1) There are now cleaner upstream sources to work with (Debian) + 2) I'm working towards ditching Crypto++ altogether + +###### + +There seems to be some speculation as to the legal status of this +software. + +The problem seems to stem from patents, copyrights and licenses in the +Crypto++ distribution, by Wei Dei. + +For more information on the exact issues, please refer to the following +URL: + +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=153007 + +The situation with the Fedora release is not as complex however, since +many of the questionable components are not included, specifically: + +The following are not in the archive, so there is no issue: +src/cryptlib/idea.cpp +src/cryptlib/haval.cpp +src/cryptlib/mars.cpp +src/cryptlib/serpent.cpp +src/cryptlib/md5.cpp +src/cryptlib/md5mac.cpp +src/cryptlib/cast.cpp + +The following are copyrighted, but have no license: +src/cryptlib/zbits.cpp +src/cryptlib/ztrees.cpp +src/cryptlib/zdeflate.cpp +src/cryptlib/sha.cpp ? + +With regards to those last four files, Stephen Zander is apparently going to approach Wei Dei with regards clearing up +the "no license" issues. However, I don't think this is a "fatal" +problem at this stage. Hopefully this will include clearing up the +implications of section 2 of src/cryptlib/license.txt, which reads: + +"2. Users of the software included in this compilation agree to use +their best efforts to provide Wei Dai with any modifications containing +improvements or extensions and hereby grant Wei Dai a perpetual, +royalty-free license to use and distribute such modifications under the +terms of this license." + +I'm no GPL/OSS expert, but there are some who believe this is +incompatible with the GPL. Discussions are ongoing, and I will continue +to update this file in future releases with any news. + +Keith G. Robertson-Turner + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.3 (GNU/Linux) + +iD8DBQFANEDN2XoLj+pGfn8RArdFAJ0edxT3u8DmWJEOpQ7eSFcFd17cXACfVH5I +PKV00HlQoZBBfbrq8//6pd8= +=HlLR +-----END PGP SIGNATURE----- --- NEW FILE README.Fedora.in --- After installing this package, you should run: @sbindir@/tripwire-setup-keyfiles to generate cryptographic keys, and "tripwire --init" to initialize the database Tripwire uses. This must be done manually because the key used to sign the database should be different for each system. tripwire-2.4.0.1-gcc4.patch: --- NEW FILE tripwire-2.4.0.1-gcc4.patch --- --- ./src/fco/fcosetimpl.h.orig 2005-12-14 06:18:01.000000000 -0600 +++ ./src/fco/fcosetimpl.h 2005-12-14 06:18:01.000000000 -0600 @@ -46,6 +46,8 @@ #include "fconame.h" #endif +class cFCOIterImpl; + class cFCOSetImpl : public iFCOSet { friend class cFCOIterImpl; --- ./src/fco/fconame.h.orig 2005-12-14 06:18:01.000000000 -0600 +++ ./src/fco/fconame.h 2005-12-14 06:18:01.000000000 -0600 @@ -49,6 +49,7 @@ /////////////////////////////////////////////////////////////////////////////// class cFCONameTblNode; class cFCONameIter; +class cFCOName_i; class cFCOName : public iTypedSerializable { --- ./src/tw/fcoreport.h.orig 2005-12-14 06:18:01.000000000 -0600 +++ ./src/tw/fcoreport.h 2005-12-14 06:21:41.000000000 -0600 @@ -85,6 +85,7 @@ class cFileHeaderID; class cErrorQueue; class cFCOReportGenreHeader; +class cFCOReportSpecIter; class cFCOReport : public iTypedSerializable { Index: tripwire-setup-keyfiles.in =================================================================== RCS file: tripwire-setup-keyfiles.in diff -N tripwire-setup-keyfiles.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire-setup-keyfiles.in 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,329 @@ +#!/bin/sh + +######################################################################## +######################################################################## +## +## Tripwire(R) 2.3 for LINUX(R) Post-RPM installation script +## +## Copyleft information contained in footer +## +######################################################################## +######################################################################## + +##======================================================= +## Setup +##======================================================= + +# We can assume all the correct tools are in place because the +# RPM installed, didn't it? + +##------------------------------------------------------- +## Set HOST_NAME variable +##------------------------------------------------------- +HOST_NAME='localhost' +if uname -n > /dev/null 2> /dev/null ; then + HOST_NAME=`uname -n` +fi + +##------------------------------------------------------- +## Program variables - edited by RPM during initial install +##------------------------------------------------------- + +# Site Passphrase variable +TW_SITE_PASS="" + +# Complete path to site key +SITE_KEY="@sysconfdir@/tripwire/site.key" + +# Local Passphrase variable +TW_LOCAL_PASS="" + +# Complete path to local key +LOCAL_KEY="@sysconfdir@/tripwire/${HOST_NAME}-local.key" + +# If clobber==true, overwrite files; if false, do not overwrite files. +CLOBBER="false" + +# If prompt==true, ask for confirmation before continuing with install. +PROMPT="true" + +# Name of twadmin executeable +TWADMIN="twadmin" + +# Path to twadmin executeable +TWADMPATH=@sbindir@ + +# Path to configuration directory +CONF_PATH="@sysconfdir@/tripwire" + +# Name of clear text policy file +TXT_POL=$CONF_PATH/twpol.txt + +# Name of clear text configuration file +TXT_CFG=$CONF_PATH/twcfg.txt + +# Name of encrypted configuration file +CONFIG_FILE=$CONF_PATH/tw.cfg + +# Path of the final Tripwire policy file (signed) +SIGNED_POL=`grep POLFILE $TXT_CFG | sed -e 's/^.*=\(.*\)/\1/'` + + +##======================================================= +## Create Key Files +##======================================================= + +##------------------------------------------------------- +## If user has to enter a passphrase, give some +## advice about what is appropriate. +##------------------------------------------------------- + +if [ -z "$TW_SITE_PASS" ] || [ -z "$TW_LOCAL_PASS" ]; then +cat << END_OF_TEXT + +---------------------------------------------- +The Tripwire site and local passphrases are used to sign a variety of +files, such as the configuration, policy, and database files. + +Passphrases should be at least 8 characters in length and contain both +letters and numbers. + +See the Tripwire manual for more information. +END_OF_TEXT +fi + +##======================================================= +## Generate keys. +##======================================================= + +echo +echo "----------------------------------------------" +echo "Creating key files..." + +##------------------------------------------------------- +## Site key file. +##------------------------------------------------------- + +# If clobber is true, and prompting is off (unattended operation) +# and the key file already exists, remove it. Otherwise twadmin +# will prompt with an "are you sure?" message. + +if [ "$CLOBBER" = "true" ] && [ "$PROMPT" = "false" ] && [ -f "$SITE_KEY" ] ; then + rm -f "$SITE_KEY" +fi + +if [ -f "$SITE_KEY" ] && [ "$CLOBBER" = "false" ] ; then + echo "The site key file \"$SITE_KEY\"" + echo 'exists and will not be overwritten.' +else + cmdargs="--generate-keys --site-keyfile \"$SITE_KEY\"" + if [ -n "$TW_SITE_PASS" ] ; then + cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\"" + fi + eval "\"$TWADMPATH/$TWADMIN\" $cmdargs" + if [ $? -ne 0 ] ; then + echo "Error: site key generation failed" + exit 1 + else chmod 640 "$SITE_KEY" + fi +fi + +##------------------------------------------------------- +## Local key file. +##------------------------------------------------------- + +# If clobber is true, and prompting is off (unattended operation) +# and the key file already exists, remove it. Otherwise twadmin +# will prompt with an "are you sure?" message. + +if [ "$CLOBBER" = "true" ] && [ "$PROMPT" = "false" ] && [ -f "$LOCAL_KEY" ] ; then + rm -f "$LOCAL_KEY" +fi + +if [ -f "$LOCAL_KEY" ] && [ "$CLOBBER" = "false" ] ; then + echo "The local key file \"$LOCAL_KEY\"" + echo 'exists and will not be overwritten.' +else + cmdargs="--generate-keys --local-keyfile \"$LOCAL_KEY\"" + if [ -n "$TW_LOCAL_PASS" ] ; then + cmdargs="$cmdargs --local-passphrase \"$TW_LOCAL_PASS\"" + fi + eval "\"$TWADMPATH/$TWADMIN\" $cmdargs" + if [ $? -ne 0 ] ; then + echo "Error: local key generation failed" + exit 1 + else chmod 640 "$LOCAL_KEY" + fi +fi + +##======================================================= +## Sign the Configuration File +##======================================================= + +echo +echo "----------------------------------------------" +echo "Signing configuration file..." + +##------------------------------------------------------- +## If noclobber, then backup any existing config file. +##------------------------------------------------------- + +if [ "$CLOBBER" = "false" ] && [ -s "$CONFIG_FILE" ] ; then + backup="${CONFIG_FILE}.$$.bak" + echo "Backing up $CONFIG_FILE" + echo " to $backup" + `mv "$CONFIG_FILE" "$backup"` + if [ $? -ne 0 ] ; then + echo "Error: backup of configuration file failed." + exit 1 + fi +fi + +##------------------------------------------------------- +## Build command line. +##------------------------------------------------------- + +cmdargs="--create-cfgfile" +cmdargs="$cmdargs --cfgfile \"$CONFIG_FILE\"" +cmdargs="$cmdargs --site-keyfile \"$SITE_KEY\"" +if [ -n "$TW_SITE_PASS" ] ; then + cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\"" +fi + +##------------------------------------------------------- +## Sign the file. +##------------------------------------------------------- + +eval "\"$TWADMPATH/$TWADMIN\" $cmdargs \"$TXT_CFG\"" +if [ $? -ne 0 ] ; then + echo "Error: signing of configuration file failed." + exit 1 +fi + +# Set the rights properly +chmod 640 "$CONFIG_FILE" + +##------------------------------------------------------- +## We keep the cleartext version around. +##------------------------------------------------------- + +cat << END_OF_TEXT + +A clear-text version of the Tripwire configuration file: +$TXT_CFG +has been preserved for your inspection. It is recommended that you +move this file to a secure location and/or encrypt it in place (using a +tool such as GPG, for example) after you have examined it. + +END_OF_TEXT + +##======================================================= +## Sign tripwire policy file. +##======================================================= + +echo +echo "----------------------------------------------" +echo "Signing policy file..." + +##------------------------------------------------------- +## If noclobber, then backup any existing policy file. +##------------------------------------------------------- + +if [ "$CLOBBER" = "false" ] && [ -s "$POLICY_FILE" ] ; then + backup="${POLICY_FILE}.$$.bak" + echo "Backing up $POLICY_FILE" + echo " to $backup" + mv "$POLICY_FILE" "$backup" + if [ $? -ne 0 ] ; then + echo "Error: backup of policy file failed." + exit 1 + fi +fi + +##------------------------------------------------------- +## Build command line. +##------------------------------------------------------- + +cmdargs="--create-polfile" +cmdargs="$cmdargs --cfgfile \"$CONFIG_FILE\"" +cmdargs="$cmdargs --site-keyfile \"$SITE_KEY\"" +if [ -n "$TW_SITE_PASS" ] ; then + cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\"" +fi + +##------------------------------------------------------- +## Sign the file. +##------------------------------------------------------- + +eval "\"$TWADMPATH/$TWADMIN\" $cmdargs \"$TXT_POL\"" +if [ $? -ne 0 ] ; then + echo "Error: signing of policy file failed." + exit 1 +fi + +# Set the proper rights on the newly signed policy file. +chmod 0640 "$SIGNED_POL" + +##------------------------------------------------------- +## We keep the cleartext version around. +##------------------------------------------------------- + +cat << END_OF_TEXT + +A clear-text version of the Tripwire policy file: +$TXT_POL +has been preserved for your inspection. This implements a minimal +policy, intended only to test essential Tripwire functionality. You +should edit the policy file to describe your system, and then use +twadmin to generate a new signed copy of the Tripwire policy. + +Once you have a satisfactory Tripwire policy file, you should move the +clear-text version to a secure location and/or encrypt it in place +(using a tool such as GPG, for example). + +Now run "tripwire --init" to enter Database Initialization Mode. This +reads the policy file, generates a database based on its contents, and +then cryptographically signs the resulting database. Options can be +entered on the command line to specify which policy, configuration, and +key files are used to create the database. The filename for the +database can be specified as well. If no options are specified, the +default values from the current configuration file are used. + +END_OF_TEXT + +exit 0 + +######################################################################## +######################################################################## +# +# TRIPWIRE GPL NOTICES +# +# The developer of the original code and/or files is Tripwire, Inc. +# Portions created by Tripwire, Inc. are copyright 2000 Tripwire, Inc. +# Tripwire is a registered trademark of Tripwire, Inc. All rights reserved. +# +# This program is free software. The contents of this file are subject to +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) +# any later version. You may redistribute it and/or modify it only in +# compliance with the GNU General Public License. +# +# This program is distributed in the hope that it will be useful. However, +# this program is distributed "AS-IS" WITHOUT ANY WARRANTY; INCLUDING THE +# IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +# Please see the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# Nothing in the GNU General Public License or any other license to use the +# code or files shall permit you to use Tripwire's trademarks, +# service marks, or other intellectual property without Tripwire's +# prior written consent. +# +# If you have any questions, please contact Tripwire, Inc. at either +# info at tripwire.org or www.tripwire.org. +# +######################################################################## +######################################################################## tripwire-siggen-man8.patch: Index: tripwire-siggen-man8.patch =================================================================== RCS file: tripwire-siggen-man8.patch diff -N tripwire-siggen-man8.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire-siggen-man8.patch 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,47 @@ +diff -Nur tripwire-2.3.1-2/man/man8/siggen.8 tripwire-2.3.1-2.new/man/man8/siggen.8 +--- tripwire-2.3.1-2/man/man8/siggen.8 2001-03-04 00:30:29.000000000 +0000 ++++ tripwire-2.3.1-2.new/man/man8/siggen.8 2004-02-19 01:18:43.000000000 +0000 +@@ -2,28 +2,25 @@ + .\" Do not move or remove previous line. + .\" Used by some man commands to know that tbl should be used. + .nh +-.TH SIGGEN 8 "1 July 2000" ++.TH SIGGEN 8 "19 Feb 2004" + .SH NAME + siggen \- signature gathering routine for Tripwire + .SH SYNOPSIS + .B siggen +-.RI "[ " "options..." " ]" +-.IR file1 " [ " "file2..." " ] " +- +-.I Options: +-.RS +0.5i +-.TS +-; +-lbw(0.8i) lb. +--t --terse +--h --hexadecimal +--a --all +--C --CRC32 +--M --MD5 +--S --SHA +--H --HAVAL +-.TE +-.RE ++[ ++.BR -t | --terse ++] [ ++.BR -h | --hexadecimal ++] [ ++.BR -a | --all ++] [ ++.BR -C | --CRC32 ++] [ ++.BR -S | --SHA ++] [ ++.BR -h | --HAVAL ++] ++.IR file1 ,,, + .SH DESCRIPTION + .PP + \fBsiggen\fP is a utility that displays the hash function values Index: tripwire.cron.in =================================================================== RCS file: tripwire.cron.in diff -N tripwire.cron.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire.cron.in 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,8 @@ +#!/bin/sh +HOST_NAME=`uname -n` +if [ ! -e @vardir@/lib/tripwire/${HOST_NAME}.twd ] ; then + echo "**** Error: Tripwire database for ${HOST_NAME} not found. ****" + echo "**** Run "@sysconfdir@/tripwire/twinstall.sh" and/or "tripwire --init". ****" +else + test -f @sysconfdir@/tripwire/tw.cfg && @sbindir@/tripwire --check +fi Index: tripwire.txt =================================================================== RCS file: tripwire.txt diff -N tripwire.txt --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tripwire.txt 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,82 @@ +Introduction +Tripwire v2.4 software ensures the integrity of critical system files and directories by identifying all changes made to specified system files and directories. Configure Tripwire software to monitor your system in the way that is best for you. + +Tripwire software works by comparing files and directories against a baseline. It generates the baseline by taking a "snapshot" of specified files and directories in a known secure state. Tripwire software then compares the current system against the baseline and reports any modifications, additions, or deletions. Use Tripwire software for system security, intrusion detection, damage assessment, and recovery forensics. + +To install Tripwire v2.4 +1. Locate the RPM directory on the CD. +2. Locate the Tripwire RPM. +3. Type rpm -i "name" +4. After installing the Tripwire binary RPM, follow these Post-Installation instructions. +5. We recommend you read the Release Notes and README file. + +Post-Installation Instructions +The Tripwire binary RPM installs the basic program files needed to run the software. However, this installation does not complete custom configurations that Tripwire 2.4 needs to perform correctly. After you unpack the RPM, you must: +1. Run the configuration script: /etc/tripwire/twinstall.sh to sign these files. This script walks you through the processes of setting passphrases and signing the Tripwire policy and configuration files. +Note: Once encoded and signed, the configuration file should not be renamed or moved. +2. Initialize the Tripwire database file. (/usr/sbin/tripwire--init) +3. Run the first integrity check. (/usr/sbin/tripwire--check) +4. Edit the configuration file (twcfg.txt) with a text editor, if desired. +5. Edit the policy file (twpol.txt) with a text editor, if desired. + +Note: If you plan to modify the policy file, we recommend you do so before running the configuration script. If you modify the policy file after running the configuration script, you must re-run the configuration file before initializing the database file. + +Modifying the Policy File +You can specify how Tripwire software checks your system in the Tripwire policy file (twpol.txt). A default policy file is included in the Tripwire software installation. We recommend you tailor this policy file to fit your particular system. Tailoring the policy file greatly increases Tripwire software's ability to ensure the integrity of your system. + +Locate the default policy file at /etc/tripwire/twpol.txt. An example policy file (located at /usr/doc/tripwire-VER#-REL#/policyguide.txt) is included to help you learn the policy language. Read the sample policy file and the comments in the sample policy file to learn the policy language. + +After you modify the policy file, follow the Post-Installation Instructions (run the configuration script). This script signs the modified policy file and renames it to tw.pol. This is the active policy file that runs as part of the Tripwire software. + +Selecting Passphrases +Tripwire files are signed or encrypted using site or local keys. These keys are protected by passphrases. When selecting passphrases, the following recommendations apply: +Use at least eight alphanumeric and symbolic characters for each passphrase. The maximum length of a passphrase is 1023 characters. Quotes should not be used as passphrase characters. + +Assign a unique passphrase for the site key. The site key passphrase protects the site key, which is used to sign Tripwire software configuration and policy files. Assign a unique passphrase for the local key. The local key signs Tripwire database files. The local key may sign the Tripwire report files also. + +Store the passphrases in a secure location. There is no way to remove encryption from a signed file if you forget your passphrase. If you forget the passphrases, the files are unusable. In that case you must reinitialize the baseline database. + +Initializing the Database +In Database Initialization mode, Tripwire software builds a database of filesystem objects based on the rules in the policy file. This database serves as the baseline for integrity checks. The syntax for Database Initialization mode is: +tripwire --init + +Running an Integrity Check +The Integrity Check mode compares the current file system objects with their properties recorded in the Tripwire database. Violations are printed to stdout. The report file is saved and can later be accessed by twprint. An email option enables you to send email. The syntax for Integrity Check mode is: +tripwire --check + +Printing Reports - twprint Print Report Mode +The twprint --print-report mode prints the contents of a Tripwire report. If you do not specify a report with the --twrfile or -r command-line argument, the default report file specified by the configuration file REPORTFILE variable is used. +Example: On a machine named LIGHTHOUSE, the command would be: +./twprint -m r --twrfile LIGHTHOUSE-19990622-021212.twr + +Updating the Database after an Integrity Check +Database Update mode enables you to update the Tripwire database after an integrity check if you determine that the violations discovered are valid. This update process saves time by enabling you to update the database without having to re-initialize it. It also enables selective updating, which cannot be done through re-initialization. The syntax for Database Update mode is: +tripwire --update + +Updating the Policy File +Change the way that Tripwire software scans the system by changing the rules in the policy file. You can then update the database without a complete re-initialization. This saves a significant amount of time and preserves security by keeping the policy file synchronized with the database it uses. The syntax for Policy Update mode is: +tripwire --update-policy + +Testing email functions +Test mode tests the software's email notification system, using the settings currently specified in the configuration file. The syntax for Email Test Reporting mode is: +tripwire --test + +Tripwire Components +The policy file begins as a text file containing comments, rules, directives, and variables. These dictate the way Tripwire software checks your system. Each rule in the policy file specifies a system object to be monitored. Rules also describe which changes to the object to report, and which to ignore. + +System objects are the files and directories you wish to monitor. Each object is identified by an object name. A property refers to a single characteristic of an object that Tripwire software can monitor. Directives control conditional processing of sets of rules in a policy file. During installation, the text policy file is encrypted and renamed, and becomes the active policy file. + +The database file is an important component of Tripwire software. When first installed, Tripwire software uses the policy file rules to create the database file. The database file is a baseline "snapshot" of the system in a known secure state. Tripwire software compares this baseline against the current system to determine what changes have occurred. This is an integrity check. + +When you perform an integrity check, Tripwire software produces report files. Report files summarize any changes that violated the policy file rules during the integrity check. You can view the report file in a variety of formats, at varying levels of detail. + +The Tripwire configuration file stores system-specific information, such as the location of Tripwire data files. Tripwire software generates some of the configuration file information during installation. The system administrator can change parameters in the configuration file at any time. The configuration file variables POLFILE, DBFILE, REPORTFILE, SITEKEYFILE, and LOCALKEYFILE specify where the policy file, database file, report files, and site and local key files reside. These variables must be defined or the configuration file is invalid. If any of these variables are undefined, an error occurs on execution of Tripwire software and the program exits. + +Tripwire Help +All Tripwire commands support the help arguments. Example: To get help with Create Configuration File mode, type: ./twadmin --help --create-cfgfile + +-? Display usage and version information +--help Display all command modes +--help all Display help for all command modes +--help [mode] Display help for current command mode +--version Display version information Index: twcfg.txt.in =================================================================== RCS file: twcfg.txt.in diff -N twcfg.txt.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ twcfg.txt.in 22 Dec 2006 04:47:55 -0000 1.3 @@ -0,0 +1,15 @@ +ROOT =@sbindir@ +POLFILE =@sysconfdir@/tripwire/tw.pol +DBFILE =@vardir@/lib/tripwire/$(HOSTNAME).twd +REPORTFILE =@vardir@/lib/tripwire/report/$(HOSTNAME)-$(DATE).twr +SITEKEYFILE =@sysconfdir@/tripwire/site.key +LOCALKEYFILE =@sysconfdir@/tripwire/$(HOSTNAME)-local.key +EDITOR =@path_to_vi@ +LATEPROMPTING =false +LOOSEDIRECTORYCHECKING =false +MAILNOVIOLATIONS =true +EMAILREPORTLEVEL =3 +REPORTLEVEL =3 +MAILMETHOD =SENDMAIL +SYSLOGREPORTING =false +MAILPROGRAM =@path_to_sendmail@ -oi -t Index: twpol.txt.in =================================================================== RCS file: twpol.txt.in diff -N twpol.txt.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ twpol.txt.in 22 Dec 2006 04:47:55 -0000 1.4 @@ -0,0 +1,1036 @@ +# identifier: tripwire IDS policy input file +# host: Fedora Core release 1 (Yarrow) +# version: 2.3.1-19.fdr.1 +# maintainer: Keith G. Robertson-Turner +# validator: unvalidated +# date: Tue Jun 15 17:09:21 BST 2004 + +# description: +# This is an example Tripwire Policy input file. It is intended as the +# starting point to creating your own custom Tripwire Policy. Referring +# to it, as well as the Tripwire Policy Guide, should give you enough +# information to make a good custom Tripwire Policy that better fits +# your configuration and security needs. This text version will be used +# by tripwire as input to create a proprietary type of file called a +# Tripwire Policy file, which will then be signed for further security. +# It is recommended that once you complete the creation of the Policy +# file, you move this plaintext version to a secure location (possibly +# on removable media) or encrypt the file using a tool such as GPG. You +# should also do this for the Tripwire plaintext configuration file +# (twcfg.txt) once you have finished setting up the Policy. +# +# Note that this file is tuned to an "everything" install of Fedora +# Linux. If run unmodified, this file should create no errors on +# database creation, or violations on a subsequent integrity check. +# However, it is impossible for there to be one policy file for all +# machines, so this existing one errs on the side of security. Your +# Linux configuration will most likely differ from the one our policy +# file was tuned to, and will therefore require some editing of the +# default Tripwire Policy file. The example policy file is best run +# with "Loose Directory Checking" enabled. +# +# Set LOOSEDIRECTORYCHECKING=TRUE in the Tripwire Configuration file. +# +# Note - legacy entries (which are commented out) are included for +# historical reasons only, and are overdue for removal. They will +# likely disappear from future releases. +# +# The following info is only really useful for non-RPM distributions: +# +# Email support is not included and must be added to this file. Add the +# "emailto=" to the rule directive section of each rule (add a comma +# after the "severity=" line and add an "emailto=" and include the +# email addresses you want the violation reports to go to). Addresses +# are semi-colon delimited. +# +# If you installed from the Fedora RPM, a cron job has already been set +# up for you. Tripwire will perform an integrity check once every day, +# and the generated report will be emailed to root. In this case, you +# do not need to perform the steps in the previous paragraph. + +# policy: + + +# Global Variable Definitions + +@@section GLOBAL +TWROOT=@sbindir@; +TWBIN=@sbindir@; +TWPOL="@sysconfdir@/tripwire"; +TWDB="@vardir@/lib/tripwire"; +TWSKEY="@sysconfdir@/tripwire"; +TWLKEY="@sysconfdir@/tripwire"; +TWREPORT="@vardir@/lib/tripwire/report"; +HOSTNAME=localhost; + +@@section FS +SEC_CRIT = $(IgnoreNone)-SHa ; # Critical files that cannot change +SEC_SUID = $(IgnoreNone)-SHa ; # Binaries with the SUID or SGID flags set +SEC_BIN = $(ReadOnly) ; # Binaries that should not change +SEC_CONFIG = $(Dynamic) ; # Config files that are changed infrequently but accessed often +SEC_LOG = $(Growing) ; # Files that grow, but that should never change ownership +SEC_INVARIANT = +tpug ; # Directories that should never change permission or ownership +SIG_LOW = 33 ; # Non-critical files that are of minimal security impact +SIG_MED = 66 ; # Non-critical files that are of significant security impact +SIG_HI = 100 ; # Critical files that are significant points of vulnerability + + +# Tripwire Binaries + +( + rulename = "Tripwire Binaries", + severity = $(SIG_HI) +) +{ + $(TWBIN)/siggen -> $(SEC_BIN) ; + $(TWBIN)/tripwire -> $(SEC_BIN) ; + $(TWBIN)/twadmin -> $(SEC_BIN) ; + $(TWBIN)/twprint -> $(SEC_BIN) ; +} + + +# Tripwire Data Files - Configuration Files, Policy Files, Keys, Reports, Databases + +( + rulename = "Tripwire Data Files", + severity = $(SIG_HI) +) +{ + # NOTE: We remove the inode attribute because when Tripwire creates a backup, + # it does so by renaming the old file and creating a new one (which will + # have a new inode number). Inode is left turned on for keys, which shouldn't + # ever change. + + # NOTE: The first integrity check triggers this rule and each integrity check + # afterward triggers this rule until a database update is run, since the + # database file does not exist before that point. + + $(TWDB) -> $(SEC_CONFIG) -i ; + $(TWPOL)/tw.pol -> $(SEC_BIN) -i ; + $(TWPOL)/tw.cfg -> $(SEC_BIN) -i ; + $(TWLKEY)/$(HOSTNAME)-local.key -> $(SEC_BIN) ; + $(TWSKEY)/site.key -> $(SEC_BIN) ; + + #don't scan the individual reports + $(TWREPORT) -> $(SEC_CONFIG) (recurse=0) ; +} + + +# Tripwire HQ Connector Binaries +# +# This commercial product has been phased out and is no longer +# supported. This section will disappear from future releases. +# +#( +# rulename = "Tripwire HQ Connector Binaries", +# severity = $(SIG_HI) +#) +#{ +# $(TWBIN)/hqagent -> $(SEC_BIN) ; +#} +# +# Tripwire HQ Connector - Configuration Files, Keys, and Logs + +# Note: File locations here are different than in a stock HQ Connector +# installation. This is because Tripwire 2.3 uses a different path +# structure than Tripwire 2.2.1. +# +# You may need to update your HQ Agent configuation file (or this +# policy file) to correct the paths. We have attempted to support the +# FHS standard here by placing the HQ Agent files similarly to the way +# Tripwire 2.3 places them. + +#( +# rulename = "Tripwire HQ Connector Data Files", +# severity = $(SIG_HI) +#) +#{ + # NOTE: Removing the inode attribute because when Tripwire creates a + # backup it does so by renaming the old file and creating a new one + # (which will have a new inode number). Leaving inode turned on for + # keys, which shouldn't ever change. +# +# $(TWBIN)/agent.cfg -> $(SEC_BIN) -i ; # legacy +# $(TWLKEY)/authentication.key -> $(SEC_BIN) ; # legacy +# $(TWDB)/tasks.dat -> $(SEC_CONFIG) ; # legacy +# $(TWDB)/schedule.dat -> $(SEC_CONFIG) ; # legacy +# + # Uncomment if you have agent logging enabled. + #/var/log/tripwire/agent.log -> $(SEC_LOG) ; # legacy +#} + + +# Commonly accessed directories that should remain static with regards +# to owner and group. + +( + rulename = "Invariant Directories", + severity = $(SIG_MED) +) +{ + / -> $(SEC_INVARIANT) (recurse = 0) ; + /home -> $(SEC_INVARIANT) (recurse = 0) ; + /etc -> $(SEC_INVARIANT) (recurse = 0) ; +} + + +# File System and Disk Administration Programs. + +( + rulename = "File System and Disk Administraton Programs", + severity = $(SIG_HI) +) +{ + /sbin/accton -> $(SEC_CRIT) ; + /sbin/badblocks -> $(SEC_CRIT) ; + /sbin/busybox -> $(SEC_CRIT) ; + /sbin/busybox.anaconda -> $(SEC_CRIT) ; + /sbin/convertquota -> $(SEC_CRIT) ; + /sbin/dosfsck -> $(SEC_CRIT) ; + /sbin/debugfs -> $(SEC_CRIT) ; + /sbin/debugreiserfs -> $(SEC_CRIT) ; + /sbin/dumpe2fs -> $(SEC_CRIT) ; + /sbin/dump -> $(SEC_CRIT) ; + /sbin/dump.static -> $(SEC_CRIT) ; + #/sbin/e2fsadm -> $(SEC_CRIT) ; tune2fs? # legacy + /sbin/e2fsck -> $(SEC_CRIT) ; + /sbin/e2label -> $(SEC_CRIT) ; + /sbin/fdisk -> $(SEC_CRIT) ; + /sbin/fsck -> $(SEC_CRIT) ; + /sbin/fsck.ext2 -> $(SEC_CRIT) ; + /sbin/fsck.ext3 -> $(SEC_CRIT) ; + #/sbin/fsck.minix -> $(SEC_CRIT) ; + /sbin/fsck.msdos -> $(SEC_CRIT) ; + /sbin/fsck.vfat -> $(SEC_CRIT) ; + /sbin/ftl_check -> $(SEC_CRIT) ; + /sbin/ftl_format -> $(SEC_CRIT) ; + /sbin/hdparm -> $(SEC_CRIT) ; + #/sbin/lvchange -> $(SEC_CRIT) ; + #/sbin/lvcreate -> $(SEC_CRIT) ; + #/sbin/lvdisplay -> $(SEC_CRIT) ; + #/sbin/lvextend -> $(SEC_CRIT) ; + #/sbin/lvmchange -> $(SEC_CRIT) ; + #/sbin/lvmcreate_initrd -> $(SEC_CRIT) ; + #/sbin/lvmdiskscan -> $(SEC_CRIT) ; + #/sbin/lvmsadc -> $(SEC_CRIT) ; + #/sbin/lvmsar -> $(SEC_CRIT) ; + #/sbin/lvreduce -> $(SEC_CRIT) ; + #/sbin/lvremove -> $(SEC_CRIT) ; + #/sbin/lvrename -> $(SEC_CRIT) ; + #/sbin/lvscan -> $(SEC_CRIT) ; + /sbin/mkbootdisk -> $(SEC_CRIT) ; + /sbin/mkdosfs -> $(SEC_CRIT) ; + /sbin/mke2fs -> $(SEC_CRIT) ; + /sbin/mkfs -> $(SEC_CRIT) ; + #/sbin/mkfs.bfs -> $(SEC_CRIT) ; + /sbin/mkfs.ext2 -> $(SEC_CRIT) ; + #/sbin/mkfs.minix -> $(SEC_CRIT) ; + /sbin/mkfs.msdos -> $(SEC_CRIT) ; + /sbin/mkfs.vfat -> $(SEC_CRIT) ; + /sbin/mkinitrd -> $(SEC_CRIT) ; + #/sbin/mkpv -> $(SEC_CRIT) ; + /sbin/mkraid -> $(SEC_CRIT) ; + /sbin/mkreiserfs -> $(SEC_CRIT) ; + /sbin/mkswap -> $(SEC_CRIT) ; + #/sbin/mtx -> $(SEC_CRIT) ; + /sbin/pam_console_apply -> $(SEC_CRIT) ; + /sbin/parted -> $(SEC_CRIT) ; + /sbin/pcinitrd -> $(SEC_CRIT) ; + #/sbin/pvchange -> $(SEC_CRIT) ; + #/sbin/pvcreate -> $(SEC_CRIT) ; + #/sbin/pvdata -> $(SEC_CRIT) ; + #/sbin/pvdisplay -> $(SEC_CRIT) ; + #/sbin/pvmove -> $(SEC_CRIT) ; + #/sbin/pvscan -> $(SEC_CRIT) ; + /sbin/quotacheck -> $(SEC_CRIT) ; + /sbin/quotaon -> $(SEC_CRIT) ; + /sbin/raidstart -> $(SEC_CRIT) ; + /sbin/reiserfsck -> $(SEC_CRIT) ; + /sbin/resize2fs -> $(SEC_CRIT) ; + /sbin/resize_reiserfs -> $(SEC_CRIT) ; + /sbin/restore -> $(SEC_CRIT) ; + /sbin/restore.static -> $(SEC_CRIT) ; + /sbin/scsi_info -> $(SEC_CRIT) ; + /sbin/sfdisk -> $(SEC_CRIT) ; + /sbin/stinit -> $(SEC_CRIT) ; + #/sbin/tapeinfo -> $(SEC_CRIT) ; # legacy + /sbin/tune2fs -> $(SEC_CRIT) ; + /sbin/unpack -> $(SEC_CRIT) ; + #/sbin/update -> $(SEC_CRIT) ; + #/sbin/vgcfgbackup -> $(SEC_CRIT) ; + #/sbin/vgcfgrestore -> $(SEC_CRIT) ; + #/sbin/vgchange -> $(SEC_CRIT) ; + #/sbin/vgck -> $(SEC_CRIT) ; + #/sbin/vgcreate -> $(SEC_CRIT) ; + #/sbin/vgdisplay -> $(SEC_CRIT) ; + #/sbin/vgexport -> $(SEC_CRIT) ; + #/sbin/vgextend -> $(SEC_CRIT) ; + #/sbin/vgimport -> $(SEC_CRIT) ; + #/sbin/vgmerge -> $(SEC_CRIT) ; + #/sbin/vgmknodes -> $(SEC_CRIT) ; + #/sbin/vgreduce -> $(SEC_CRIT) ; + #/sbin/vgremove -> $(SEC_CRIT) ; + #/sbin/vgrename -> $(SEC_CRIT) ; + #/sbin/vgscan -> $(SEC_CRIT) ; + #/sbin/vgsplit -> $(SEC_CRIT) ; + /bin/chgrp -> $(SEC_CRIT) ; + /bin/chmod -> $(SEC_CRIT) ; + /bin/chown -> $(SEC_CRIT) ; + /bin/cp -> $(SEC_CRIT) ; + /bin/cpio -> $(SEC_CRIT) ; + /bin/mount -> $(SEC_CRIT) ; + /bin/umount -> $(SEC_CRIT) ; + /bin/mkdir -> $(SEC_CRIT) ; + /bin/mknod -> $(SEC_CRIT) ; + /bin/mktemp -> $(SEC_CRIT) ; + /bin/rm -> $(SEC_CRIT) ; + /bin/rmdir -> $(SEC_CRIT) ; + /bin/touch -> $(SEC_CRIT) ; +} + + +# Kernel Administration Programs. + +( + rulename = "Kernel Administration Programs", + severity = $(SIG_HI) +) +{ + /sbin/adjtimex -> $(SEC_CRIT) ; + /sbin/ctrlaltdel -> $(SEC_CRIT) ; + /sbin/depmod -> $(SEC_CRIT) ; + /sbin/insmod -> $(SEC_CRIT) ; + /sbin/insmod.static -> $(SEC_CRIT) ; + /sbin/insmod_ksymoops_clean -> $(SEC_CRIT) ; + /sbin/klogd -> $(SEC_CRIT) ; + /sbin/ldconfig -> $(SEC_CRIT) ; + /sbin/minilogd -> $(SEC_CRIT) ; + /sbin/modinfo -> $(SEC_CRIT) ; + #/sbin/nuactlun -> $(SEC_CRIT) ; + #/sbin/nuscsitcpd -> $(SEC_CRIT) ; + /sbin/pivot_root -> $(SEC_CRIT) ; + /sbin/sndconfig -> $(SEC_CRIT) ; + /sbin/sysctl -> $(SEC_CRIT) ; +} + + +# Networking Programs. + +( + rulename = "Networking Programs", + severity = $(SIG_HI) +) +{ + /etc/sysconfig/network-scripts/ifdown -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-cipcb -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-ippp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-ipv6 -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-isdn -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-post -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-ppp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-sit -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifdown-sl -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-aliases -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-cipcb -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-ippp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-ipv6 -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-isdn -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-plip -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-plusb -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-post -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-ppp -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-routes -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-sit -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-sl -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/ifup-wireless -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/network-functions -> $(SEC_CRIT) ; + /etc/sysconfig/network-scripts/network-functions-ipv6 -> $(SEC_CRIT) ; + /bin/ping -> $(SEC_CRIT) ; + /sbin/agetty -> $(SEC_CRIT) ; + /sbin/arp -> $(SEC_CRIT) ; + /sbin/arping -> $(SEC_CRIT) ; + /sbin/dhclient -> $(SEC_CRIT) ; + /sbin/ether-wake -> $(SEC_CRIT) ; + #/sbin/getty -> $(SEC_CRIT) ; + /sbin/ifcfg -> $(SEC_CRIT) ; + /sbin/ifconfig -> $(SEC_CRIT) ; + /sbin/ifdown -> $(SEC_CRIT) ; + /sbin/ifenslave -> $(SEC_CRIT) ; + /sbin/ifport -> $(SEC_CRIT) ; + /sbin/ifup -> $(SEC_CRIT) ; + /sbin/ifuser -> $(SEC_CRIT) ; + /sbin/ip -> $(SEC_CRIT) ; + /sbin/ip6tables -> $(SEC_CRIT) ; + #/sbin/ipchains -> $(SEC_CRIT) ; # legacy + #/sbin/ipchains-restore -> $(SEC_CRIT) ; # legacy + #/sbin/ipchains-save -> $(SEC_CRIT) ; # legacy + #/sbin/ipfwadm -> $(SEC_CRIT) ; + /sbin/ipmaddr -> $(SEC_CRIT) ; + /sbin/iptables -> $(SEC_CRIT) ; + /sbin/iptables-restore -> $(SEC_CRIT) ; + /sbin/iptables-save -> $(SEC_CRIT) ; + /sbin/iptunnel -> $(SEC_CRIT) ; + #/sbin/ipvsadm -> $(SEC_CRIT) ; + #/sbin/ipvsadm-restore -> $(SEC_CRIT) ; + #/sbin/ipvsadm-save -> $(SEC_CRIT) ; + /sbin/ipx_configure -> $(SEC_CRIT) ; + /sbin/ipx_interface -> $(SEC_CRIT) ; + /sbin/ipx_internal_net -> $(SEC_CRIT) ; + /sbin/iwconfig -> $(SEC_CRIT) ; + /sbin/iwgetid -> $(SEC_CRIT) ; + /sbin/iwlist -> $(SEC_CRIT) ; + /sbin/iwpriv -> $(SEC_CRIT) ; + /sbin/iwspy -> $(SEC_CRIT) ; + /sbin/mgetty -> $(SEC_CRIT) ; + /sbin/mingetty -> $(SEC_CRIT) ; + /sbin/nameif -> $(SEC_CRIT) ; + /sbin/netreport -> $(SEC_CRIT) ; + /sbin/plipconfig -> $(SEC_CRIT) ; + /sbin/portmap -> $(SEC_CRIT) ; + /sbin/ppp-watch -> $(SEC_CRIT) ; + #/sbin/rarp -> $(SEC_CRIT) ; + /sbin/route -> $(SEC_CRIT) ; + /sbin/slattach -> $(SEC_CRIT) ; + /sbin/tc -> $(SEC_CRIT) ; + #/sbin/uugetty -> $(SEC_CRIT) ; + /sbin/vgetty -> $(SEC_CRIT) ; + /sbin/ypbind -> $(SEC_CRIT) ; +} + + +# System Administration Programs. + +( + rulename = "System Administration Programs", + severity = $(SIG_HI) +) +{ + /sbin/chkconfig -> $(SEC_CRIT) ; + /sbin/fuser -> $(SEC_CRIT) ; + /sbin/halt -> $(SEC_CRIT) ; + /sbin/init -> $(SEC_CRIT) ; + /sbin/initlog -> $(SEC_CRIT) ; + /sbin/install-info -> $(SEC_CRIT) ; + /sbin/killall5 -> $(SEC_CRIT) ; + #/sbin/linuxconf -> $(SEC_CRIT) ; # legacy + #/sbin/linuxconf-auth -> $(SEC_CRIT) ; # legacy + /sbin/pam_tally -> $(SEC_CRIT) ; + /sbin/pwdb_chkpwd -> $(SEC_CRIT) ; + #/sbin/remadmin -> $(SEC_CRIT) ; + /sbin/rescuept -> $(SEC_CRIT) ; + /sbin/rmt -> $(SEC_CRIT) ; + /sbin/rpc.lockd -> $(SEC_CRIT) ; + /sbin/rpc.statd -> $(SEC_CRIT) ; + /sbin/rpcdebug -> $(SEC_CRIT) ; + /sbin/service -> $(SEC_CRIT) ; + /sbin/setsysfont -> $(SEC_CRIT) ; + /sbin/shutdown -> $(SEC_CRIT) ; + /sbin/sulogin -> $(SEC_CRIT) ; + /sbin/swapon -> $(SEC_CRIT) ; + /sbin/syslogd -> $(SEC_CRIT) ; + /sbin/unix_chkpwd -> $(SEC_CRIT) ; + /bin/pwd -> $(SEC_CRIT) ; + /bin/uname -> $(SEC_CRIT) ; +} + + +# Hardware and Device Control Programs. + +( + rulename = "Hardware and Device Control Programs", + severity = $(SIG_HI) +) +{ + /bin/setserial -> $(SEC_CRIT) ; + /bin/sfxload -> $(SEC_CRIT) ; + /sbin/blockdev -> $(SEC_CRIT) ; + /sbin/cardctl -> $(SEC_CRIT) ; + /sbin/cardmgr -> $(SEC_CRIT) ; + /sbin/cbq -> $(SEC_CRIT) ; + /sbin/dump_cis -> $(SEC_CRIT) ; + /sbin/elvtune -> $(SEC_CRIT) ; + /sbin/hotplug -> $(SEC_CRIT) ; + /sbin/hwclock -> $(SEC_CRIT) ; + /sbin/ide_info -> $(SEC_CRIT) ; + #/sbin/isapnp -> $(SEC_CRIT) ; + #/sbin/kbdrate -> $(SEC_CRIT) ; + /sbin/losetup -> $(SEC_CRIT) ; + /sbin/lspci -> $(SEC_CRIT) ; + /sbin/lspnp -> $(SEC_CRIT) ; + /sbin/mii-tool -> $(SEC_CRIT) ; + /sbin/pack_cis -> $(SEC_CRIT) ; + #/sbin/pnpdump -> $(SEC_CRIT) ; + /sbin/probe -> $(SEC_CRIT) ; + #/sbin/pump -> $(SEC_CRIT) ; + /sbin/setpci -> $(SEC_CRIT) ; + /sbin/shapecfg -> $(SEC_CRIT) ; +} + + +# System Information Programs. + +( + rulename = "System Information Programs", + severity = $(SIG_HI) +) +{ + /sbin/consoletype -> $(SEC_CRIT) ; + /sbin/kernelversion -> $(SEC_CRIT) ; + /sbin/runlevel -> $(SEC_CRIT) ; +} + + +# Application Information Programs. + +( + rulename = "Application Information Programs", + severity = $(SIG_HI) +) +{ + /sbin/genksyms -> $(SEC_CRIT) ; + #/sbin/genksyms.old -> $(SEC_CRIT) ; + /sbin/rtmon -> $(SEC_CRIT) ; +} + + +# Shell Related Programs. + +( + rulename = "Shell Related Programs", + severity = $(SIG_HI) +) +{ + /sbin/getkey -> $(SEC_CRIT) ; + /sbin/nash -> $(SEC_CRIT) ; + /sbin/sash -> $(SEC_CRIT) ; +} + + +# OS Utilities. + +( + rulename = "Operating System Utilities", + severity = $(SIG_HI) +) +{ + /bin/arch -> $(SEC_CRIT) ; + /bin/ash -> $(SEC_CRIT) ; + /bin/ash.static -> $(SEC_CRIT) ; + /bin/aumix-minimal -> $(SEC_CRIT) ; + /bin/basename -> $(SEC_CRIT) ; + /bin/cat -> $(SEC_CRIT) ; + #/bin/consolechars -> $(SEC_CRIT) ; + /bin/cut -> $(SEC_CRIT) ; + /bin/date -> $(SEC_CRIT) ; + /bin/dd -> $(SEC_CRIT) ; + /bin/df -> $(SEC_CRIT) ; + /bin/dmesg -> $(SEC_CRIT) ; + /bin/doexec -> $(SEC_CRIT) ; + /bin/echo -> $(SEC_CRIT) ; + /bin/ed -> $(SEC_CRIT) ; + /bin/egrep -> $(SEC_CRIT) ; + /bin/false -> $(SEC_CRIT) ; + /bin/fgrep -> $(SEC_CRIT) ; + /bin/gawk -> $(SEC_CRIT) ; + #/bin/gawk-3.1.0 -> $(SEC_CRIT) ; # legacy + /bin/gettext -> $(SEC_CRIT) ; + /bin/grep -> $(SEC_CRIT) ; + /bin/gunzip -> $(SEC_CRIT) ; + /bin/gzip -> $(SEC_CRIT) ; + /bin/hostname -> $(SEC_CRIT) ; + /bin/igawk -> $(SEC_CRIT) ; + /bin/ipcalc -> $(SEC_CRIT) ; + /bin/kill -> $(SEC_CRIT) ; + /bin/ln -> $(SEC_CRIT) ; + /bin/loadkeys -> $(SEC_CRIT) ; + /bin/login -> $(SEC_CRIT) ; + /bin/ls -> $(SEC_CRIT) ; + /bin/mail -> $(SEC_CRIT) ; + /bin/more -> $(SEC_CRIT) ; + /bin/mt -> $(SEC_CRIT) ; + /bin/mv -> $(SEC_CRIT) ; + /bin/netstat -> $(SEC_CRIT) ; + /bin/nice -> $(SEC_CRIT) ; + /bin/pgawk -> $(SEC_CRIT) ; + /bin/ps -> $(SEC_CRIT) ; + /bin/rpm -> $(SEC_CRIT) ; + /bin/sed -> $(SEC_CRIT) ; + /bin/sleep -> $(SEC_CRIT) ; + /bin/sort -> $(SEC_CRIT) ; + /bin/stty -> $(SEC_CRIT) ; + /bin/su -> $(SEC_CRIT) ; + /bin/sync -> $(SEC_CRIT) ; + /bin/tar -> $(SEC_CRIT) ; + /bin/true -> $(SEC_CRIT) ; + /bin/usleep -> $(SEC_CRIT) ; + /bin/vi -> $(SEC_CRIT) ; + /bin/zcat -> $(SEC_CRIT) ; + /bin/zsh -> $(SEC_CRIT) ; + #/bin/zsh-4.0.2 -> $(SEC_CRIT) ; # legacy + /sbin/sln -> $(SEC_CRIT) ; + /usr/bin/vimtutor -> $(SEC_CRIT) ; +} + + +# Critical Utility Sym-Links. + +( + rulename = "Critical Utility Sym-Links", + severity = $(SIG_HI) +) +{ + #/sbin/askrunlevel -> $(SEC_CRIT) ; + /sbin/clock -> $(SEC_CRIT) ; + #/sbin/fixperm -> $(SEC_CRIT) ; + /sbin/fsck.reiserfs -> $(SEC_CRIT) ; + #/sbin/fsconf -> $(SEC_CRIT) ; + #/sbin/ipfwadm-wrapper -> $(SEC_CRIT) ; + /sbin/kallsyms -> $(SEC_CRIT) ; + /sbin/ksyms -> $(SEC_CRIT) ; + /sbin/lsmod -> $(SEC_CRIT) ; + #/sbin/mailconf -> $(SEC_CRIT) ; + /sbin/mkfs.reiserfs -> $(SEC_CRIT) ; + #/sbin/modemconf -> $(SEC_CRIT) ; # legacy + /sbin/modprobe -> $(SEC_CRIT) ; + /sbin/mount.ncp -> $(SEC_CRIT) ; + /sbin/mount.ncpfs -> $(SEC_CRIT) ; + /sbin/mount.smb -> $(SEC_CRIT) ; + /sbin/mount.smbfs -> $(SEC_CRIT) ; + #/sbin/netconf -> $(SEC_CRIT) ; + /sbin/pidof -> $(SEC_CRIT) ; + /sbin/poweroff -> $(SEC_CRIT) ; + /sbin/quotaoff -> $(SEC_CRIT) ; + /sbin/raid0run -> $(SEC_CRIT) ; + /sbin/raidhotadd -> $(SEC_CRIT) ; + #/sbin/raidhotgenerateerror -> $(SEC_CRIT) ; + /sbin/raidhotremove -> $(SEC_CRIT) ; + /sbin/raidstop -> $(SEC_CRIT) ; + /sbin/rdump -> $(SEC_CRIT) ; + /sbin/rdump.static -> $(SEC_CRIT) ; + /sbin/reboot -> $(SEC_CRIT) ; + /sbin/rmmod -> $(SEC_CRIT) ; + /sbin/rrestore -> $(SEC_CRIT) ; + /sbin/rrestore.static -> $(SEC_CRIT) ; + /sbin/swapoff -> $(SEC_CRIT) ; + /sbin/telinit -> $(SEC_CRIT) ; + #/sbin/userconf -> $(SEC_CRIT) ; + #/sbin/uucpconf -> $(SEC_CRIT) ; + #/sbin/vregistry -> $(SEC_CRIT) ; + /bin/awk -> $(SEC_CRIT) ; + /bin/bash2 -> $(SEC_CRIT) ; + /bin/bsh -> $(SEC_CRIT) ; + /bin/csh -> $(SEC_CRIT) ; + /bin/dnsdomainname -> $(SEC_CRIT) ; + /bin/domainname -> $(SEC_CRIT) ; + /bin/ex -> $(SEC_CRIT) ; + /bin/gtar -> $(SEC_CRIT) ; + /bin/nisdomainname -> $(SEC_CRIT) ; + /bin/red -> $(SEC_CRIT) ; + /bin/rvi -> $(SEC_CRIT) ; + /bin/rview -> $(SEC_CRIT) ; + /bin/view -> $(SEC_CRIT) ; + /bin/ypdomainname -> $(SEC_CRIT) ; +} + + +# Temporary directories. + +( + rulename = "Temporary directories", + recurse = false, + severity = $(SIG_LOW) +) +{ + /usr/tmp -> $(SEC_INVARIANT) ; + /var/tmp -> $(SEC_INVARIANT) ; + /tmp -> $(SEC_INVARIANT) ; +} + + +# Local files. + +( + rulename = "User binaries", + severity = $(SIG_MED) +) +{ + /sbin -> $(SEC_BIN) (recurse = 1) ; + /usr/bin -> $(SEC_BIN) (recurse = 1) ; + /usr/sbin -> $(SEC_BIN) (recurse = 1) ; + /usr/local/bin -> $(SEC_BIN) (recurse = 1) ; +} + +( + rulename = "Shell Binaries", + severity = $(SIG_HI) +) +{ + /bin/bash -> $(SEC_BIN) ; + /bin/ksh -> $(SEC_BIN) ; + #/bin/psh -> $(SEC_BIN) ; # legacy + #/bin/Rsh -> $(SEC_BIN) ; # legacy + /bin/sh -> $(SEC_BIN) ; + #/bin/shell -> $(SEC_SUID) ; # legacy + #/bin/tsh -> $(SEC_BIN) ; # legacy + /bin/tcsh -> $(SEC_BIN) ; + /sbin/nologin -> $(SEC_BIN) ; +} + +( + rulename = "Security Control", + severity = $(SIG_HI) +) +{ + /etc/group -> $(SEC_CRIT) ; + /etc/security -> $(SEC_CRIT) ; + #/var/spool/cron/crontabs -> $(SEC_CRIT) ; # Uncomment when this file exists +} + +#( +# rulename = "Boot Scripts", +# severity = $(SIG_HI) +#) +#{ +# /etc/rc -> $(SEC_CONFIG) ; +# /etc/rc.bsdnet -> $(SEC_CONFIG) ; +# /etc/rc.dt -> $(SEC_CONFIG) ; +# /etc/rc.net -> $(SEC_CONFIG) ; +# /etc/rc.net.serial -> $(SEC_CONFIG) ; +# /etc/rc.nfs -> $(SEC_CONFIG) ; +# /etc/rc.powerfail -> $(SEC_CONFIG) ; +# /etc/rc.tcpip -> $(SEC_CONFIG) ; +# /etc/trcfmt.Z -> $(SEC_CONFIG) ; +#} + +( + rulename = "Login Scripts", + severity = $(SIG_HI) +) +{ + /etc/bashrc -> $(SEC_CONFIG) ; + /etc/csh.cshrc -> $(SEC_CONFIG) ; + /etc/csh.login -> $(SEC_CONFIG) ; + /etc/inputrc -> $(SEC_CONFIG) ; + #/etc/tsh_profile -> $(SEC_CONFIG) ; #Uncomment when this file exists + /etc/profile -> $(SEC_CONFIG) ; +} + + +# Libraries +( + rulename = "Libraries", + severity = $(SIG_MED) +) +{ + /usr/lib -> $(SEC_BIN) ; + /usr/local/lib -> $(SEC_BIN) ; +} + + +# Critical System Boot Files. +# These files are critical to a correct system boot. + +( + rulename = "Critical system boot files", + severity = $(SIG_HI) +) +{ + /boot -> $(SEC_CRIT) ; + #/sbin/devfsd -> $(SEC_CRIT) ; + /sbin/grub -> $(SEC_CRIT) ; + /sbin/grub-install -> $(SEC_CRIT) ; + /sbin/grub-md5-crypt -> $(SEC_CRIT) ; + /sbin/installkernel -> $(SEC_CRIT) ; + /sbin/lilo -> $(SEC_CRIT) ; + /sbin/mkkerneldoth -> $(SEC_CRIT) ; + !/boot/System.map ; + !/boot/module-info ; + /usr/share/grub/i386-redhat/e2fs_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/fat_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/ffs_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/minix_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/reiserfs_stage1_5 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/stage1 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/stage2 -> $(SEC_CRIT) ; + /usr/share/grub/i386-redhat/vstafs_stage1_5 -> $(SEC_CRIT) ; + # other boot files may exist. Look for: + #/ufsboot -> $(SEC_CRIT) ; +} + + # These files change every time the system boots. + +( + rulename = "System boot changes", + severity = $(SIG_HI) +) +{ + !/var/run/ftp.pids-all ; # Comes and goes on reboot. + !/root/.enlightenment ; + /dev/log -> $(SEC_CONFIG) ; + /dev/cua0 -> $(SEC_CONFIG) ; + #/dev/printer -> $(SEC_CONFIG) ; # legacy + /dev/console -> $(SEC_CONFIG) -u ; # User ID may change on console login/logout. + /dev/tty1 -> $(SEC_CONFIG) ; # tty devices + /dev/tty2 -> $(SEC_CONFIG) ; # tty devices + /dev/tty3 -> $(SEC_CONFIG) ; # are extremely + /dev/tty4 -> $(SEC_CONFIG) ; # variable + /dev/tty5 -> $(SEC_CONFIG) ; + /dev/tty6 -> $(SEC_CONFIG) ; + /dev/urandom -> $(SEC_CONFIG) ; + /dev/initctl -> $(SEC_CONFIG) ; + /var/lock/subsys -> $(SEC_CONFIG) ; + #/var/lock/subsys/amd -> $(SEC_CONFIG) ; + #/var/lock/subsys/anacron -> $(SEC_CONFIG) ; + /var/lock/subsys/apmd -> $(SEC_CONFIG) ; + #/var/lock/subsys/arpwatch -> $(SEC_CONFIG) ; + /var/lock/subsys/atd -> $(SEC_CONFIG) ; + #/var/lock/subsys/autofs -> $(SEC_CONFIG) ; + #/var/lock/subsys/bcm5820 -> $(SEC_CONFIG) ; + #/var/lock/subsys/bgpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/bootparamd -> $(SEC_CONFIG) ; + /var/lock/subsys/canna -> $(SEC_CONFIG) ; + /var/lock/subsys/crond -> $(SEC_CONFIG) ; + #/var/lock/subsys/cWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/dhcpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/firewall -> $(SEC_CONFIG) ; + #/var/lock/subsys/freeWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/gated -> $(SEC_CONFIG) ; + /var/lock/subsys/gpm -> $(SEC_CONFIG) ; + #/var/lock/subsys/httpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/identd -> $(SEC_CONFIG) ; + #/var/lock/subsys/innd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ipchains -> $(SEC_CONFIG) ; # legacy + /var/lock/subsys/iptables -> $(SEC_CONFIG) ; + #/var/lock/subsys/ipvsadm -> $(SEC_CONFIG) ; + #/var/lock/subsys/irda -> $(SEC_CONFIG) ; + #/var/lock/subsys/iscsi -> $(SEC_CONFIG) ; + #/var/lock/subsys/isdn -> $(SEC_CONFIG) ; + #/var/lock/subsys/junkbuster -> $(SEC_CONFIG) ; # legacy + #/var/lock/subsys/kadmin -> $(SEC_CONFIG) ; + #/var/lock/subsys/keytable -> $(SEC_CONFIG) ; + #/var/lock/subsys/kprop -> $(SEC_CONFIG) ; + #/var/lock/subsys/krb524 -> $(SEC_CONFIG) ; + #/var/lock/subsys/krb5kdc -> $(SEC_CONFIG) ; + /var/lock/subsys/kudzu -> $(SEC_CONFIG) ; + #/var/lock/subsys/kWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/ldap -> $(SEC_CONFIG) ; + #/var/lock/subsys/linuxconf -> $(SEC_CONFIG) ; # legacy + #/var/lock/subsys/lpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/mars_nwe -> $(SEC_CONFIG) ; + #/var/lock/subsys/mcserv -> $(SEC_CONFIG) ; + #/var/lock/subsys/mysqld -> $(SEC_CONFIG) ; + #/var/lock/subsys/named -> $(SEC_CONFIG) ; + /var/lock/subsys/netfs -> $(SEC_CONFIG) ; + /var/lock/subsys/network -> $(SEC_CONFIG) ; + #/var/lock/subsys/nfs -> $(SEC_CONFIG) ; + /var/lock/subsys/nfslock -> $(SEC_CONFIG) ; + #/var/lock/subsys/nscd -> $(SEC_CONFIG) ; + /var/lock/subsys/ntpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ospf6d -> $(SEC_CONFIG) ; + #/var/lock/subsys/ospfd -> $(SEC_CONFIG) ; + #/var/lock/subsys/pcmcia -> $(SEC_CONFIG) ; + /var/lock/subsys/portmap -> $(SEC_CONFIG) ; + #/var/lock/subsys/postgresql -> $(SEC_CONFIG) ; + #/var/lock/subsys/pxe -> $(SEC_CONFIG) ; + #/var/lock/subsys/radvd -> $(SEC_CONFIG) ; + /var/lock/subsys/random -> $(SEC_CONFIG) ; + #/var/lock/subsys/rarpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/reconfig -> $(SEC_CONFIG) ; + #/var/lock/subsys/rhnsd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ripd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ripngd -> $(SEC_CONFIG) ; + #/var/lock/subsys/routed -> $(SEC_CONFIG) ; + #/var/lock/subsys/rstatd -> $(SEC_CONFIG) ; + #/var/lock/subsys/rusersd -> $(SEC_CONFIG) ; + #/var/lock/subsys/rwalld -> $(SEC_CONFIG) ; + #/var/lock/subsys/rwhod -> $(SEC_CONFIG) ; + /var/lock/subsys/sendmail -> $(SEC_CONFIG) ; + #/var/lock/subsys/smb -> $(SEC_CONFIG) ; + #/var/lock/subsys/snmpd -> $(SEC_CONFIG) ; + #/var/lock/subsys/squid -> $(SEC_CONFIG) ; + /var/lock/subsys/sshd -> $(SEC_CONFIG) ; + /var/lock/subsys/syslog -> $(SEC_CONFIG) ; + #/var/lock/subsys/tux -> $(SEC_CONFIG) ; + #/var/lock/subsys/tWnn -> $(SEC_CONFIG) ; + #/var/lock/subsys/ups -> $(SEC_CONFIG) ; + #/var/lock/subsys/vncserver -> $(SEC_CONFIG) ; + #/var/lock/subsys/wine -> $(SEC_CONFIG) ; + /var/lock/subsys/xfs -> $(SEC_CONFIG) ; + /var/lock/subsys/xinetd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ypbind -> $(SEC_CONFIG) ; + #/var/lock/subsys/yppasswdd -> $(SEC_CONFIG) ; + #/var/lock/subsys/ypserv -> $(SEC_CONFIG) ; + #/var/lock/subsys/ypxfrd -> $(SEC_CONFIG) ; + #/var/lock/subsys/zebra -> $(SEC_CONFIG) ; + /var/run -> $(SEC_CONFIG) ; + /var/log -> $(SEC_CONFIG) ; + #/etc/ioctl.save -> $(SEC_CONFIG) ; + /etc/issue.net -> $(SEC_CONFIG) -i ; # Inode number changes + /etc/issue -> $(SEC_CONFIG) ; + /etc/mtab -> $(SEC_CONFIG) -i ; # Inode number changes on any mount/unmount + /lib/modules -> $(SEC_CONFIG) ; + /etc/.pwd.lock -> $(SEC_CONFIG) ; + #/lib/modules/preferred -> $(SEC_CONFIG) ; #Uncomment when this file exists +} + +# These files change the behavior of the root account +( + rulename = "Root config files", + severity = 100 +) +{ + /root -> $(SEC_CRIT) ; # Catch all additions to /root + /root/.Xresources -> $(SEC_CONFIG) ; + /root/.bashrc -> $(SEC_CONFIG) ; + /root/.bash_profile -> $(SEC_CONFIG) ; + /root/.bash_logout -> $(SEC_CONFIG) ; + /root/.cshrc -> $(SEC_CONFIG) ; + /root/.tcshrc -> $(SEC_CONFIG) ; + #/root/Mail -> $(SEC_CONFIG) ; + #/root/mail -> $(SEC_CONFIG) ; + #/root/.amandahosts -> $(SEC_CONFIG) ; + #/root/.addressbook.lu -> $(SEC_CONFIG) ; + #/root/.addressbook -> $(SEC_CONFIG) ; + /root/.bash_history -> $(SEC_CONFIG) ; + #/root/.elm -> $(SEC_CONFIG) ; + /root/.esd_auth -> $(SEC_CONFIG) ; + #/root/.gnome_private -> $(SEC_CONFIG) ; + #/root/.gnome-desktop -> $(SEC_CONFIG) ; + /root/.gnome -> $(SEC_CONFIG) ; + /root/.ICEauthority -> $(SEC_CONFIG) ; + #/root/.mc -> $(SEC_CONFIG) ; + #/root/.pinerc -> $(SEC_CONFIG) ; + #/root/.sawfish -> $(SEC_CONFIG) ; + /root/.Xauthority -> $(SEC_CONFIG) -i ; # Changes Inode number on login + #/root/.xauth -> $(SEC_CONFIG) ; + #/root/.xsession-errors -> $(SEC_CONFIG) ; +} + +# Critical configuration files. + +( + rulename = "Critical configuration files", + severity = $(SIG_HI) +) +{ + #/etc/conf.linuxconf -> $(SEC_BIN) ; # legacy + /etc/crontab -> $(SEC_BIN) ; + /etc/cron.hourly -> $(SEC_BIN) ; + /etc/cron.daily -> $(SEC_BIN) ; + /etc/cron.weekly -> $(SEC_BIN) ; + /etc/cron.monthly -> $(SEC_BIN) ; + /etc/default -> $(SEC_BIN) ; + /etc/fstab -> $(SEC_BIN) ; + /etc/exports -> $(SEC_BIN) ; + /etc/group- -> $(SEC_BIN) ; # changes should be infrequent + /etc/host.conf -> $(SEC_BIN) ; + /etc/hosts.allow -> $(SEC_BIN) ; + /etc/hosts.deny -> $(SEC_BIN) ; + /etc/httpd/conf -> $(SEC_BIN) ; # changes should be infrequent + /etc/protocols -> $(SEC_BIN) ; + /etc/services -> $(SEC_BIN) ; + /etc/rc.d/init.d -> $(SEC_BIN) ; + /etc/rc.d -> $(SEC_BIN) ; + /etc/mail.rc -> $(SEC_BIN) ; + /etc/modules.conf -> $(SEC_BIN) ; # post 2.6 legacy + #/etc/modprobe.conf -> $(SEC_BIN) ; # include this for 2.6 kernels + /etc/motd -> $(SEC_BIN) ; + /etc/named.conf -> $(SEC_BIN) ; + /etc/passwd -> $(SEC_CONFIG) ; + /etc/passwd- -> $(SEC_CONFIG) ; + /etc/profile.d -> $(SEC_BIN) ; + /var/lib/nfs/rmtab -> $(SEC_BIN) ; + /usr/sbin/fixrmtab -> $(SEC_BIN) ; + /etc/rpc -> $(SEC_BIN) ; + /etc/sysconfig -> $(SEC_BIN) ; + /etc/samba/smb.conf -> $(SEC_CONFIG) ; + #/etc/gettydefs -> $(SEC_BIN) ; + /etc/nsswitch.conf -> $(SEC_BIN) ; + /etc/yp.conf -> $(SEC_BIN) ; + /etc/hosts -> $(SEC_CONFIG) ; + /etc/xinetd.conf -> $(SEC_CONFIG) ; + /etc/inittab -> $(SEC_CONFIG) ; + /etc/resolv.conf -> $(SEC_CONFIG) ; + /etc/syslog.conf -> $(SEC_CONFIG) ; +} + +# Critical devices. + +( + rulename = "Critical devices", + severity = $(SIG_HI), + recurse = false +) +{ + /dev/kmem -> $(Device) ; + /dev/mem -> $(Device) ; + /dev/null -> $(Device) ; + /dev/zero -> $(Device) ; + /proc/devices -> $(Device) ; + /proc/net -> $(Device) ; + /proc/sys -> $(Device) ; + /proc/cpuinfo -> $(Device) ; + /proc/modules -> $(Device) ; + /proc/mounts -> $(Device) ; + /proc/dma -> $(Device) ; + /proc/filesystems -> $(Device) ; + /proc/pci -> $(Device) ; + /proc/interrupts -> $(Device) ; + /proc/driver/rtc -> $(Device) ; + /proc/ioports -> $(Device) ; + /proc/scsi -> $(Device) ; + /proc/kcore -> $(Device) ; + /proc/self -> $(Device) ; + /proc/kmsg -> $(Device) ; + /proc/stat -> $(Device) ; + /proc/ksyms -> $(Device) ; + /proc/loadavg -> $(Device) ; + /proc/uptime -> $(Device) ; + /proc/locks -> $(Device) ; + /proc/version -> $(Device) ; + /proc/mdstat -> $(Device) ; + /proc/meminfo -> $(Device) ; + /proc/cmdline -> $(Device) ; + /proc/misc -> $(Device) ; +} + +# Rest of critical system binaries +( + rulename = "OS executables and libraries", + severity = $(SIG_HI) +) +{ + /bin -> $(SEC_BIN) ; + /lib -> $(SEC_BIN) ; +} + +# disabled-entries: 184 + +# license: +#============================================================================= +# +# Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, +# Inc. in the United States and other countries. All rights reserved. +# +# Linux is a registered trademark of Linus Torvalds. +# +# UNIX is a registered trademark of The Open Group. +# +#============================================================================= +# +# Permission is granted to make and distribute verbatim copies of this document +# provided the copyright notice and this permission notice are preserved on all +# copies. +# +# Permission is granted to copy and distribute modified versions of this +# document under the conditions for verbatim copying, provided that the entire +# resulting derived work is distributed under the terms of a permission notice +# identical to this one. +# +# Permission is granted to copy and distribute translations of this document +# into another language, under the above conditions for modified versions, +# except that this permission notice may be stated in a translation approved by +# Tripwire, Inc. +# +# DCM Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tripwire/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Dec 2006 04:44:31 -0000 1.4 +++ .cvsignore 22 Dec 2006 04:47:55 -0000 1.5 @@ -0,0 +1 @@ +tripwire-2.4.0.1-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tripwire/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Dec 2006 04:44:31 -0000 1.4 +++ sources 22 Dec 2006 04:47:55 -0000 1.5 @@ -0,0 +1 @@ +b371f79ac23cacc9ad40b1da76b4a0c4 tripwire-2.4.0.1-src.tar.bz2 --- import.log DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 05:25:53 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 00:25:53 -0500 Subject: rpms/monotone/FC-5 monotone.spec,1.19,1.20 Message-ID: <200612220525.kBM5PrYI025731@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25716 Modified Files: monotone.spec Log Message: Bump and rebuild to fix upgrade path Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- monotone.spec 12 Nov 2006 01:12:26 -0000 1.19 +++ monotone.spec 22 Dec 2006 05:25:23 -0000 1.20 @@ -1,6 +1,6 @@ Name: monotone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -164,6 +164,9 @@ %changelog +* Thu Dec 21 2006 Kevin Fenzi - 0.31-2 +- Bump and rebuild to fix upgrade path + * Sat Nov 11 2006 Roland McGrath - 0.31-1 - Updated for 0.31 release. From fedora-extras-commits at redhat.com Fri Dec 22 05:26:48 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 00:26:48 -0500 Subject: rpms/monotone/FC-6 monotone.spec,1.19,1.20 Message-ID: <200612220526.kBM5Qm6H025796@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/monotone/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25780 Modified Files: monotone.spec Log Message: Bump and rebuild to fix upgrade path Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-6/monotone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- monotone.spec 12 Nov 2006 03:15:47 -0000 1.19 +++ monotone.spec 22 Dec 2006 05:26:18 -0000 1.20 @@ -1,6 +1,6 @@ Name: monotone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -164,6 +164,9 @@ %changelog +* Thu Dec 21 2006 Kevin Fenzi - 0.31-2 +- Bump and rebuild to fix upgrade path + * Sat Nov 11 2006 Roland McGrath - 0.31-1 - Updated for 0.31 release. From fedora-extras-commits at redhat.com Fri Dec 22 05:27:51 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 00:27:51 -0500 Subject: rpms/monotone/devel monotone.spec,1.19,1.20 Message-ID: <200612220527.kBM5RpgL025866@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/monotone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25847 Modified Files: monotone.spec Log Message: Bump and rebuild to fix upgrade path Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- monotone.spec 12 Nov 2006 03:14:05 -0000 1.19 +++ monotone.spec 22 Dec 2006 05:27:21 -0000 1.20 @@ -1,6 +1,6 @@ Name: monotone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -164,6 +164,9 @@ %changelog +* Thu Dec 21 2006 Kevin Fenzi - 0.31-2 +- Bump and rebuild to fix upgrade path + * Sat Nov 11 2006 Roland McGrath - 0.31-1 - Updated for 0.31 release. From fedora-extras-commits at redhat.com Fri Dec 22 08:13:27 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:13:27 -0500 Subject: owners owners.list,1.2139,1.2140 Message-ID: <200612220813.kBM8DR7X003952@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3932 Modified Files: owners.list Log Message: - add claws-mail-plugins Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2139 retrieving revision 1.2140 diff -u -r1.2139 -r1.2140 --- owners.list 22 Dec 2006 02:37:42 -0000 1.2139 +++ owners.list 22 Dec 2006 08:12:57 -0000 1.2140 @@ -212,6 +212,7 @@ Fedora Extras|ClanLib|Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib06|Version 0.6 of this Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|claws-mail|The extended version of Sylpheed|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| +Fedora Extras|claws-mail-plugins|Additional plugins for sylpheed-claws|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|clearsilver|HTML template system|joost.soeterbroek at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clement|An application to filter and manage E-mail traffic|jmp at safe.ca|extras-qa at fedoraproject.org| Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 08:18:25 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:18:25 -0500 Subject: rpms/claws-mail/devel claws-mail.spec,1.2,1.3 Message-ID: <200612220818.kBM8IPKi003981@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3966 Modified Files: claws-mail.spec Log Message: - fix provides/obsoletes Index: claws-mail.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/claws-mail.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- claws-mail.spec 11 Dec 2006 23:13:41 -0000 1.2 +++ claws-mail.spec 22 Dec 2006 08:17:55 -0000 1.3 @@ -41,6 +41,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Obsoletes: sylpheed-claws-devel <= 2.6.0 +Provides: sylpheed-claws-devel = %{version}-%{release} %description devel The %{name}-devel package contains the header files and pkgconfig file needed @@ -50,7 +51,8 @@ Summary: Clamav antivirus plugin for claws-mail Group: Applications/Internet Requires: %{name} = %{version}-%{release} -Obsoletes: sylpheed-claws-devel <= 2.6.0 +Obsoletes: sylpheed-claws-plugins-clamav <= 2.6.0 +Provides: sylpheed-claws-plugins-clamav = %{version}-%{release} %description plugins-clamav %{summary} @@ -61,6 +63,7 @@ Requires: %{name} = %{version}-%{release} Requires: dillo Obsoletes: sylpheed-claws-plugins-dillo <= 2.6.0 +Provides: sylpheed-claws-plugins-dillo = %{version}-%{release} %description plugins-dillo %{summary} @@ -71,6 +74,7 @@ Requires: %{name} = %{version}-%{release} Requires: spamassassin Obsoletes: sylpheed-claws-plugins-spamassassin <= 2.6.0 +Provides: sylpheed-claws-plugins-spamassassin = %{version}-%{release} %description plugins-spamassassin %{summary} @@ -80,6 +84,7 @@ Group: Applications/Internet Requires: %{name} = %{version}-%{release} Obsoletes: sylpheed-claws-plugins-pgp <= 2.6.0 +Provides: sylpheed-claws-plugins-pgp = %{version}-%{release} %description plugins-pgp %{summary} @@ -89,6 +94,7 @@ Group: Applications/Internet Requires: %{name} = %{version}-%{release} Obsoletes: sylpheed-claws-plugins-bogofilter <= 2.6.0 +Provides: sylpheed-claws-plugins-bogofilter = %{version}-%{release} %description plugins-bogofilter %{summary} From fedora-extras-commits at redhat.com Fri Dec 22 08:20:32 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:20:32 -0500 Subject: rpms/claws-mail/devel claws-mail.spec,1.3,1.4 Message-ID: <200612220820.kBM8KWx6004039@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4024 Modified Files: claws-mail.spec Log Message: - bump Index: claws-mail.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail/devel/claws-mail.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- claws-mail.spec 22 Dec 2006 08:17:55 -0000 1.3 +++ claws-mail.spec 22 Dec 2006 08:20:02 -0000 1.4 @@ -1,6 +1,6 @@ Name: claws-mail Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The extended version of Sylpheed Group: Applications/Internet License: GPL @@ -185,6 +185,10 @@ %changelog +* Fri Dec 22 2006 Andreas Bierfert +2.6.1-2 +- fix Obsoletes/Requires + * Mon Dec 04 2006 Andreas Bierfert 2.6.1-1 - version upgrade From fedora-extras-commits at redhat.com Fri Dec 22 08:28:13 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Fri, 22 Dec 2006 03:28:13 -0500 Subject: owners owners.epel.list,1.22,1.23 Message-ID: <200612220828.kBM8SDgK004146@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4122 Modified Files: owners.epel.list Log Message: Add crack, hmmer, nfswatch, and SIBsim4. Fix a typo. Sort properly. Index: owners.epel.list =================================================================== RCS file: /cvs/extras/owners/owners.epel.list,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- owners.epel.list 20 Dec 2006 10:02:20 -0000 1.22 +++ owners.epel.list 22 Dec 2006 08:27:43 -0000 1.23 @@ -12,15 +12,17 @@ # All e-mail addresses used here MUST correspond to existing bugzilla accounts! EPEL|cabextract|A Microsoft Cabinet file extractor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|crack|Password cracker|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|fftw|Fast Fourier Transform library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|fltk|A C++ user interface toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|ghex|A binary editor for GNOME|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| +EPEL|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|icu|International Components for Unicode library|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org +EPEL|libmpcdec|Musepack audio decoding library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libofa|Open Fingerprint Architecture library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|libtunepimp|A library for creating MusicBrainz enabled tagging applications|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|lyx|WYSIWYM (What You See Is What You Mean) document processor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| @@ -29,11 +31,13 @@ EPEL|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|mock|Builds packages inside chroots|jkeating at redhat.com|extras-qa at fedoraproject.org| EPEL|nagios|Host/service/network monitoring program|imlinux at gmail.com|extras-qa at fedoraproject.org| +EPEL|nfswatch|An NFS traffic monitoring tool|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|OpenEXR|A high dynamic-range (HDR) image file format|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|python-crypto|A cryptography library for Python|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| EPEL|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|sbcl|Steel Bank Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +EPEL|SIBsim4|Align expressed RNA sequences on a DNA template|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| EPEL|tiobench|Threaded I/O benchmark|fedora at leemhuis.info|extras-qa at fedoraproject.org| EPEL|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| EPEL|uw-imap|UW Server daemons for IMAP and POP network mail protocols|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 08:30:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 22 Dec 2006 03:30:50 -0500 Subject: rpms/scorched3d/devel scorched3d-wx28.patch, NONE, 1.1 scorched3d.spec, 1.20, 1.21 Message-ID: <200612220830.kBM8UoDV004183@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/scorched3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4165 Modified Files: scorched3d.spec Added Files: scorched3d-wx28.patch Log Message: * Wed Dec 20 2006 Hans de Goede 40.1d-2 - Rebuild for new wxGTK 2.8 scorched3d-wx28.patch: --- NEW FILE scorched3d-wx28.patch --- --- scorched/src/GLEXT/GLGif.cpp~ 2006-12-20 17:03:59.000000000 +0100 +++ scorched/src/GLEXT/GLGif.cpp 2006-12-20 17:06:09.000000000 +0100 @@ -122,28 +122,28 @@ bool GLGif::loadFromStream(wxInputStream *ifStream) { - wxGIFDecoder decoder(ifStream); - unsigned int result = decoder.ReadGIF(); + wxGIFDecoder decoder; + wxGIFErrorCode result = decoder.LoadGIF(*ifStream); if (result != wxGIF_OK) return false; - bits_ = new unsigned char[decoder.GetWidth() * decoder.GetHeight() * 3]; - width_ = (int) decoder.GetWidth(); - height_ = (int) decoder.GetHeight(); - unsigned char* pal = decoder.GetPalette(); - unsigned char* src = decoder.GetData() + - (decoder.GetHeight() * decoder.GetWidth()) - decoder.GetWidth(); + width_ = (int) decoder.GetFrameSize(0).GetWidth(); + height_ = (int) decoder.GetFrameSize(0).GetHeight(); + bits_ = new unsigned char[width_ * height_ * 3]; + unsigned char* pal = decoder.GetPalette(0); + unsigned char* src = decoder.GetData(0) + + (height_ * width_) - width_; unsigned char* dst = bits_; - for (unsigned int y = 0; - y < decoder.GetHeight(); - y++, src-=decoder.GetWidth()*2) + for (int y = 0; + y < height_; + y++, src-=width_*2) { - for (unsigned int x = 0; - x < decoder.GetWidth(); + for (int x = 0; + x < width_; x++, src++) { - DIALOG_ASSERT(src >= decoder.GetData() && - src < decoder.GetData() + decoder.GetWidth() * decoder.GetHeight()); + DIALOG_ASSERT(src >= decoder.GetData(0) && + src < decoder.GetData(0) + width_ * height_); *(dst++) = pal[3 * (*src) + 0]; *(dst++) = pal[3 * (*src) + 1]; Index: scorched3d.spec =================================================================== RCS file: /cvs/extras/rpms/scorched3d/devel/scorched3d.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- scorched3d.spec 22 Nov 2006 22:14:14 -0000 1.20 +++ scorched3d.spec 22 Dec 2006 08:30:20 -0000 1.21 @@ -1,6 +1,6 @@ Name: scorched3d Version: 40.1d -Release: 1%{?dist} +Release: 2%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth Group: Amusements/Games License: GPL @@ -11,6 +11,7 @@ Patch2: %{name}-wx26.patch Patch3: %{name}-openal.patch Patch4: %{name}-help.patch +Patch5: %{name}-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK-devel freealut-devel SDL_net-devel libGLU-devel ode-devel BuildRequires: expat-devel libvorbis-devel ImageMagick desktop-file-utils @@ -41,6 +42,7 @@ %patch2 -p1 -z .wx26 %patch3 -p1 -z .openal %patch4 -p1 -z .help +%patch5 -p1 -z .wx28 # make rpmlint happy with debuginfo package chmod -x src/GLEXT/* # stop autoxxx from running @@ -100,6 +102,9 @@ %changelog +* Wed Dec 20 2006 Hans de Goede 40.1d-2 +- Rebuild for new wxGTK 2.8 + * Sat Nov 18 2006 Hans de Goede 40.1d-1 - New upstream release 40.1d From fedora-extras-commits at redhat.com Fri Dec 22 08:34:14 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Fri, 22 Dec 2006 03:34:14 -0500 Subject: status-report-scripts check_owners,1.2,1.3 Message-ID: <200612220834.kBM8YEQ6004249@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4234 Modified Files: check_owners Log Message: Can pass component as command argument, to allow checking of owners.epel.list. Index: check_owners =================================================================== RCS file: /cvs/fedora/status-report-scripts/check_owners,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- check_owners 11 Jul 2006 20:59:42 -0000 1.2 +++ check_owners 22 Dec 2006 08:34:14 -0000 1.3 @@ -4,7 +4,9 @@ my $header = ""; my %P; local *FH; -die "Usage: $0 " if $ARGV[0] eq ""; +die "Usage: $0 []" if $ARGV[0] eq ""; +my $component = "Fedora Extras"; +$component = $ARGV[1] if $ARGV[1] ne ""; open FH, $ARGV[0] or die "Couldn't open $ARGV[0]: $!"; while ( ) { if (/^#/) { @@ -20,8 +22,8 @@ print STDERR "Package $F[1] is defined twice:\n$_\n"; next; } - if ($F[0] ne "Fedora Extras") { - print STDERR "Component is not Fedora Extras:\n$_\n"; + if ($F[0] ne $component) { + print STDERR "Component is not $component\n$_\n"; } if ($F[3] !~ /^[-a-z0-9._+]+[@][-a-z0-9._]+$/i) { print STDERR "initialowner does not look like an email address:\n$_\n"; From fedora-extras-commits at redhat.com Fri Dec 22 08:48:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Fri, 22 Dec 2006 03:48:38 -0500 Subject: rpms/claws-mail-plugins/devel claws-mail-plugins.spec,1.1,1.2 Message-ID: <200612220848.kBM8mcHV004296@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/claws-mail-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4281 Modified Files: claws-mail-plugins.spec Log Message: - some fixes Index: claws-mail-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/claws-mail-plugins.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- claws-mail-plugins.spec 11 Dec 2006 23:19:47 -0000 1.1 +++ claws-mail-plugins.spec 22 Dec 2006 08:48:08 -0000 1.2 @@ -16,8 +16,8 @@ %define vcalendar 1.91 Name: claws-mail-plugins Version: 2.6.1 -Release: 1%{?dist} -Summary: Additional plugins for sylpheed-claws +Release: 2%{?dist} +Summary: Additional plugins for claws-mail Group: Applications/Internet License: GPL @@ -25,7 +25,7 @@ Source0: http://dl.sf.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sylpheed-claws-devel >= %{version} +BuildRequires: claws-mail-devel >= %{version} BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: libetpan-devel @@ -53,7 +53,7 @@ Requires: %{name}-smime = %{version}-%{release} Requires: %{name}-synce = %{version}-%{release} Requires: %{name}-vcalendar = %{version}-%{release} -# and the ones from main sylpheed-package... +# and the ones from main claws-mail-package... Requires: %{name}-clamav Requires: %{name}-dillo Requires: %{name}-spamassassin @@ -63,20 +63,24 @@ Provides: sylpheed-claws-plugins = %{version}-%{release} %description -Additional plugins for sylpheed-claws +Additional plugins for claws-mail %package acpi-notifier -Summary: ACPI notification plugin for sylpheed-claws +Summary: ACPI notification plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-acpi-notifier = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-acpi-notifier <= 2.6.0 %description acpi-notifier %{summary} %package att-remover -Summary: Attachments remover plugin for sylpheed-claws +Summary: Attachments remover plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-att-remover = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-att-remover <= 2.6.0 %description att-remover %{summary} @@ -84,25 +88,32 @@ %package cachesaver Summary: A cache saving plugin Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-cachesaver = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-cachesaver <= 2.6.0 + %description cachesaver This plugin saves the caches every 60 seconds (or user-defined period). It helps avoiding the loss of metadata on crashes. %package etpan-privacy -Summary: Privacy plugin for sylpheed-claws +Summary: Privacy plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-etpan-privacy = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-etpan-privacy <= 2.6.0 %description etpan-privacy This allows to use the privacy architecture of etPan!, so that drivers -implemented for etPan! can be immediately used in sylpheed-claws. +implemented for etPan! can be immediately used in claws-mail. %package fetchinfo Summary: Inserts headers containing some download information Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-fetchinfo = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-fetchinfo <= 2.6.0 %description fetchinfo This plugin inserts headers containing some download information: @@ -111,7 +122,10 @@ %package gtkhtml2-viewer Summary: GTK Html Viewer Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-gtkhtml2-viewer = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-gtkhtml2-viewer <= 2.6.0 + %description gtkhtml2-viewer %{summary} @@ -119,7 +133,9 @@ %package maildir Summary: Provide direct access to Maildir++ Mailboxes Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-maildir = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-maildir <= 2.6.0 %description maildir The Maildir++ plugin for Sylpheed-Claws provides direct access @@ -130,7 +146,10 @@ %package mailmbox Summary: Support for mailboxes in mbox format Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-mailmbox = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-mailmbox <= 2.6.0 + %description mailmbox This plugin provides direct support for mailboxes in mbox format. @@ -138,7 +157,9 @@ %package newmail Summary: Write a msg header summary to a log file Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-newmail = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-newmail <= 2.6.0 %description newmail Write a msg header summary to a log file (defaults to ~/Mail/NewLog) an arrival @@ -147,7 +168,9 @@ %package notification Summary: New mail notifications Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-notification = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-notification <= 2.6.0 %description notification This plugin collects various ways to notify the user of new (and possibly unread) @@ -156,17 +179,21 @@ %package perl Summary: Extended filtering engine Group: Applications/Internet -Requires: sylpheed-claws >= %{version} Requires: perl +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-perl = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-perl <= 2.6.0 %description perl This plugin provides an extended filtering engine for the email client -sylpheed-claws. It allows for the use of full perl power in email filters. +claws-mail. It allows for the use of full perl power in email filters. %package rssyl -Summary: RSS plugin for sylpheed-claws +Summary: RSS plugin for claws-mail Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-rssyl = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-rssyl <= 2.6.0 %description rssyl %{summary} @@ -174,7 +201,9 @@ %package smime Summary: S/MIME signed and/or encrypted Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-smime = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-smime <= 2.6.0 %description smime This plugin handles S/MIME signed and/or encrypted mails. You can decrypt @@ -183,7 +212,9 @@ %package synce Summary: Keeping the addressbook of a Windows CE device in sync Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-synce = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-synce <= 2.6.0 %description synce This plugin assists in keeping the addressbook of a Windows CE device @@ -193,7 +224,9 @@ %package vcalendar Summary: vCalendar message handling Group: Applications/Internet -Requires: sylpheed-claws >= %{version} +Requires: claws-mail >= %{version} +Provides: sylpheed-claws-plugins-vcalendar = %{version}-%{release} +Obsoletes: sylpheed-claws-plugins-vcalendar <= 2.6.0 %description vcalendar This plugin enables vCalendar message handling like that produced by @@ -284,77 +317,77 @@ # acpi_notifier cd acpi_notifier-%{acpinotifier} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ # att_remover cd ../att_remover-%{attremover} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ # cachesaver cd ../cachesaver-%{cachesaver} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #etpan-privacy cd ../etpan-privacy-%{etpanprivacy} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #fetchinfo-plugin cd ../fetchinfo-plugin-%{fetchinfo} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #gtkhtml2-viewer cd ../gtkhtml2_viewer-%{gtkhtml2viewer} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #maildir cd ../maildir-%{maildir} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #mailmbox cd ../mailmbox-%{mailmbox} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #newmail cd ../newmail-%{newmail} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #notification-plugin cd ../notification_plugin-%{notification} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #perl cd ../perl_plugin-%{perl} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #rssyl cd ../rssyl-%{rssyl} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #smime cd ../smime-%{smime} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #synce cd ../synce_plugin-%{synce} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ #vcalendar cd ../vcalendar-%{vcalendar} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ +%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' @@ -373,7 +406,7 @@ %doc acpi_notifier-%{acpinotifier}/NEWS %doc acpi_notifier-%{acpinotifier}/AUTHORS %doc acpi_notifier-%{acpinotifier}/README -%{_libdir}/sylpheed-claws/plugins/acpi_notifier* +%{_libdir}/claws-mail/plugins/acpi_notifier* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/acpi_notifier.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/acpi_notifier.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/acpi_notifier.mo @@ -392,14 +425,14 @@ %doc att_remover-%{attremover}/COPYING %doc att_remover-%{attremover}/NEWS %doc att_remover-%{attremover}/README -%{_libdir}/sylpheed-claws/plugins/att_remover* +%{_libdir}/claws-mail/plugins/att_remover* %files cachesaver %defattr(-,root,root,-) %doc cachesaver-%{cachesaver}/AUTHORS %doc cachesaver-%{cachesaver}/ChangeLog %doc cachesaver-%{cachesaver}/COPYING -%{_libdir}/sylpheed-claws/plugins/cachesaver* +%{_libdir}/claws-mail/plugins/cachesaver* %files etpan-privacy %defattr(-,root,root,-) @@ -407,20 +440,20 @@ %doc etpan-privacy-%{etpanprivacy}/ChangeLog %doc etpan-privacy-%{etpanprivacy}/COPYING %doc etpan-privacy-%{etpanprivacy}/README -%{_libdir}/sylpheed-claws/plugins/etpan-privacy.so +%{_libdir}/claws-mail/plugins/etpan-privacy.so %files fetchinfo %defattr(-,root,root,-) %doc fetchinfo-plugin-%{fetchinfo}/ChangeLog %doc fetchinfo-plugin-%{fetchinfo}/COPYING %doc fetchinfo-plugin-%{fetchinfo}/README -%{_libdir}/sylpheed-claws/plugins/fetchinfo* +%{_libdir}/claws-mail/plugins/fetchinfo* %files gtkhtml2-viewer %defattr(-,root,root,-) %doc gtkhtml2_viewer-%{gtkhtml2viewer}/AUTHORS %doc gtkhtml2_viewer-%{gtkhtml2viewer}/COPYING -%{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* +%{_libdir}/claws-mail/plugins/gtkhtml2_viewer* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo @@ -438,7 +471,7 @@ %doc maildir-%{maildir}/COPYING %doc maildir-%{maildir}/README %doc maildir-%{maildir}/doc/README.xml -%{_libdir}/sylpheed-claws/plugins/maildir* +%{_libdir}/claws-mail/plugins/maildir* %files mailmbox %defattr(-,root,root,-) @@ -446,7 +479,7 @@ %doc mailmbox-%{mailmbox}/ChangeLog %doc mailmbox-%{mailmbox}/COPYING %doc mailmbox-%{mailmbox}/README -%{_libdir}/sylpheed-claws/plugins/mailmbox* +%{_libdir}/claws-mail/plugins/mailmbox* %files newmail %defattr(-,root,root,-) @@ -455,7 +488,7 @@ %doc newmail-%{newmail}/COPYING %doc newmail-%{newmail}/NEWS %doc newmail-%{newmail}/README -%{_libdir}/sylpheed-claws/plugins/newmail.so +%{_libdir}/claws-mail/plugins/newmail.so %files notification %defattr(-,root,root,-) @@ -463,7 +496,7 @@ %doc notification_plugin-%{notification}/ChangeLog %doc notification_plugin-%{notification}/COPYING %doc notification_plugin-%{notification}/README -%{_libdir}/sylpheed-claws/plugins/notification_plugin.so +%{_libdir}/claws-mail/plugins/notification_plugin.so %files perl %defattr(-,root,root,-) @@ -472,7 +505,7 @@ %doc perl_plugin-%{perl}/COPYING %doc perl_plugin-%{perl}/README %doc perl_plugin-%{perl}/sc_perl.pod -%{_libdir}/sylpheed-claws/plugins/perl_plugin.so +%{_libdir}/claws-mail/plugins/perl_plugin.so %files rssyl %defattr(-,root,root,-) @@ -480,7 +513,7 @@ %doc rssyl-%{rssyl}/ChangeLog %doc rssyl-%{rssyl}/COPYING %doc rssyl-%{rssyl}/TODO -%{_libdir}/sylpheed-claws/plugins/rssyl* +%{_libdir}/claws-mail/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/rssyl.mo @@ -498,7 +531,7 @@ %doc smime-%{smime}/ChangeLog %doc smime-%{smime}/COPYING %doc smime-%{smime}/NEWS -%{_libdir}/sylpheed-claws/plugins/smime* +%{_libdir}/claws-mail/plugins/smime* %files synce %defattr(-,root,root,-) @@ -506,7 +539,7 @@ %doc synce_plugin-%{synce}/ChangeLog %doc synce_plugin-%{synce}/COPYING %doc synce_plugin-%{synce}/README -%{_libdir}/sylpheed-claws/plugins/synce* +%{_libdir}/claws-mail/plugins/synce* %files vcalendar %defattr(-,root,root,-) @@ -514,7 +547,7 @@ %doc vcalendar-%{vcalendar}/ChangeLog %doc vcalendar-%{vcalendar}/COPYING %doc vcalendar-%{vcalendar}/README -%{_libdir}/sylpheed-claws/plugins/vcalendar* +%{_libdir}/claws-mail/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/vcalendar.mo @@ -528,6 +561,10 @@ %exclude %{_includedir}/ical.h %changelog +* Fri Dec 22 2006 Andreas Bierfert +2.6.1-2 +- some more fixes + * Mon Dec 11 2006 Andreas Bierfert 2.6.1-1 - version upgrade From fedora-extras-commits at redhat.com Fri Dec 22 08:58:12 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 03:58:12 -0500 Subject: rpms/perl-Crypt-RSA/devel .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612220858.kBM8wCDM004347@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4328 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 08:57:41 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-RSA.spec 29 Aug 2006 17:14:57 -0000 1.2 +++ perl-Crypt-RSA.spec 22 Dec 2006 08:57:41 -0000 1.3 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 3%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,10 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + * Tue Aug 29 2006 Paul Howarth 1.57-3 - FE6 mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 08:57:41 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:03:14 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 04:03:14 -0500 Subject: rpms/perl-Crypt-RSA/FC-6 .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612220903.kBM93E5c007668@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7649 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 09:02:43 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-6/perl-Crypt-RSA.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-RSA.spec 29 Aug 2006 17:14:57 -0000 1.2 +++ perl-Crypt-RSA.spec 22 Dec 2006 09:02:43 -0000 1.3 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 3%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,10 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + * Tue Aug 29 2006 Paul Howarth 1.57-3 - FE6 mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 09:02:43 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:08:02 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 04:08:02 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.27, 1.28 ochusha.spec, 1.29, 1.30 sources, 1.27, 1.28 Message-ID: <200612220908.kBM9828S008132@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8113 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 22 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061222 - 0.5.99.65.1 cvs 061222 (11:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .cvsignore 20 Dec 2006 08:59:28 -0000 1.27 +++ .cvsignore 22 Dec 2006 09:07:31 -0000 1.28 @@ -1 +1 @@ -ochusha-0.5.99.65-cvs061220.tar.bz2 +ochusha-0.5.99.65.1-cvs061222.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ochusha.spec 20 Dec 2006 08:59:28 -0000 1.29 +++ ochusha.spec 22 Dec 2006 09:07:31 -0000 1.30 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.65 -%define strtag cvs061220 +%define main_ver 0.5.99.65.1 +%define strtag cvs061222 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Wed Dec 20 2006 Mamoru Tasaka 0.5.99.65-0.1.cvs061220 -- 0.5.99.65 cvs 061220 (9:00 JST) +* Fri Dec 22 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061222 +- 0.5.99.65.1 cvs 061222 (11:20 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 20 Dec 2006 08:59:28 -0000 1.27 +++ sources 22 Dec 2006 09:07:31 -0000 1.28 @@ -1 +1 @@ -34ef6a07976faeeac0d0bd0062f81605 ochusha-0.5.99.65-cvs061220.tar.bz2 +42746d703c605ac6e919f64c5a6d7409 ochusha-0.5.99.65.1-cvs061222.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 09:09:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 04:09:17 -0500 Subject: rpms/perl-Crypt-RSA/FC-5 .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612220909.kBM99HG1008195@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8176 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 09:08:46 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-5/perl-Crypt-RSA.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-RSA.spec 19 Apr 2006 10:01:22 -0000 1.1 +++ perl-Crypt-RSA.spec 22 Dec 2006 09:08:46 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 2%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,13 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + +* Tue Aug 29 2006 Paul Howarth 1.57-3 +- FE6 mass rebuild + * Tue Apr 18 2006 Paul Howarth 1.57-2 - Fix non-UTF8-encoded manpage (#183888) - Add manpages for crypt-rsa-interoperablity(3) and Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 09:08:46 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:12:47 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 22 Dec 2006 04:12:47 -0500 Subject: rpms/perl-Crypt-RSA/FC-4 .cvsignore, 1.2, 1.3 perl-Crypt-RSA.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612220912.kBM9ClMb008260@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8241 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Update to 1.58 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 10:01:22 -0000 1.2 +++ .cvsignore 22 Dec 2006 09:12:17 -0000 1.3 @@ -1 +1 @@ -Crypt-RSA-1.57.tar.gz +Crypt-RSA-1.58.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-4/perl-Crypt-RSA.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-RSA.spec 19 Apr 2006 10:01:22 -0000 1.1 +++ perl-Crypt-RSA.spec 22 Dec 2006 09:12:17 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.57 -Release: 2%{?dist} +Version: 1.58 +Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -9,17 +9,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Class::Loader) >= 2.00 +BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Convert::ASCII::Armour) -BuildRequires: perl(Crypt::Random) >= 0.34 -BuildRequires: perl(Crypt::Primes) >= 0.38 +BuildRequires: perl(Crypt::Random) >= 0.34 +BuildRequires: perl(Crypt::Primes) >= 0.38 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::Blowfish) BuildRequires: perl(Data::Buffer) BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) @@ -67,8 +67,8 @@ %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) -%doc ARTISTIC Changes README TODO +%defattr(-,root,root,-) +%doc ARTISTIC Changes COPYING README TODO %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::RSA.3pm* %{_mandir}/man3/Crypt::RSA::DataFormat.3pm* @@ -88,6 +88,13 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Fri Dec 22 2006 Paul Howarth 1.58-1 +- Update to 1.58 +- GPL license text now included upstream (CPAN RT#18771) + +* Tue Aug 29 2006 Paul Howarth 1.57-3 +- FE6 mass rebuild + * Tue Apr 18 2006 Paul Howarth 1.57-2 - Fix non-UTF8-encoded manpage (#183888) - Add manpages for crypt-rsa-interoperablity(3) and Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 10:01:22 -0000 1.2 +++ sources 22 Dec 2006 09:12:17 -0000 1.3 @@ -1 +1 @@ -3fd02d3d9e398e26848a0d49bd3b8ccd Crypt-RSA-1.57.tar.gz +fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 09:25:35 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 22 Dec 2006 04:25:35 -0500 Subject: rpms/gcompris/devel gcompris-8.2.2-py25.patch, NONE, 1.1 gcompris.spec, 1.19, 1.20 Message-ID: <200612220925.kBM9PZLi008341@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8323 Modified Files: gcompris.spec Added Files: gcompris-8.2.2-py25.patch Log Message: * Fri Dec 22 2006 Hans de Goede 8.2.2-2 - Update src/boards/canvas.c to canvas.c from latest gnome-python2 to fix build with python 2.5 gcompris-8.2.2-py25.patch: --- NEW FILE gcompris-8.2.2-py25.patch --- --- gcompris-8.2.2/src/boards/canvas.c.py25 2006-10-03 00:46:17.000000000 +0200 +++ gcompris-8.2.2/src/boards/canvas.c 2006-12-22 09:29:38.000000000 +0100 @@ -1,9 +1,21 @@ /* -- THIS FILE IS GENERATED - DO NOT EDIT *//* -*- Mode: C; c-basic-offset: 4 -*- */ +#define PY_SSIZE_T_CLEAN #include + +#if PY_VERSION_HEX < 0x02050000 +typedef int Py_ssize_t; +#define PY_SSIZE_T_MAX INT_MAX +#define PY_SSIZE_T_MIN INT_MIN +typedef inquiry lenfunc; +typedef intargfunc ssizeargfunc; +typedef intobjargproc ssizeobjargproc; +#endif + + #line 4 "canvas.override" #include @@ -63,7 +75,7 @@ #endif -#line 67 "canvas.c" +#line 79 "canvas.c" /* ---------- types from other modules ---------- */ @@ -76,22 +88,25 @@ /* ---------- forward type declarations ---------- */ -PyTypeObject PyGnomeCanvasPathDef_Type; -PyTypeObject PyGnomeCanvas_Type; -PyTypeObject PyGnomeCanvasItem_Type; -PyTypeObject PyGnomeCanvasGroup_Type; -PyTypeObject PyGnomeCanvasClipgroup_Type; -PyTypeObject PyGnomeCanvasLine_Type; -PyTypeObject PyGnomeCanvasPixbuf_Type; -PyTypeObject PyGnomeCanvasRichText_Type; -PyTypeObject PyGnomeCanvasShape_Type; -PyTypeObject PyGnomeCanvasRE_Type; -PyTypeObject PyGnomeCanvasRect_Type; -PyTypeObject PyGnomeCanvasEllipse_Type; -PyTypeObject PyGnomeCanvasPolygon_Type; -PyTypeObject PyGnomeCanvasBpath_Type; -PyTypeObject PyGnomeCanvasText_Type; -PyTypeObject PyGnomeCanvasWidget_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPathDef_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvas_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasItem_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasGroup_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasClipgroup_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasLine_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPixbuf_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRichText_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasShape_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRE_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRect_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasEllipse_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPolygon_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasBpath_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasText_Type; +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasWidget_Type; + +#line 109 "canvas.c" + /* ----------- GnomeCanvasPathDef ----------- */ @@ -106,7 +121,7 @@ return -1; } -PyTypeObject PyGnomeCanvasPathDef_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPathDef_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasPathDef", /* tp_name */ @@ -136,9 +151,9 @@ 0, /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -178,7 +193,7 @@ pygobject_register_wrapper((PyObject *)self); return 0; } -#line 182 "canvas.c" +#line 197 "canvas.c" static PyObject * @@ -186,7 +201,9 @@ { GnomeCanvasGroup *ret; + ret = gnome_canvas_root(GNOME_CANVAS(self->obj)); + /* pygobject_new handles NULL checking */ return pygobject_new((GObject *)ret); } @@ -197,9 +214,11 @@ static char *kwlist[] = { "n", NULL }; double n; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "d:GnomeCanvas.set_pixels_per_unit", kwlist, &n)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"d:GnomeCanvas.set_pixels_per_unit", kwlist, &n)) return NULL; + gnome_canvas_set_pixels_per_unit(GNOME_CANVAS(self->obj), n); + Py_INCREF(Py_None); return Py_None; } @@ -210,9 +229,11 @@ static char *kwlist[] = { "x1", "y1", "x2", "y2", NULL }; double x1, y1, x2, y2; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "dddd:GnomeCanvas.set_scroll_region", kwlist, &x1, &y1, &x2, &y2)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"dddd:GnomeCanvas.set_scroll_region", kwlist, &x1, &y1, &x2, &y2)) return NULL; + gnome_canvas_set_scroll_region(GNOME_CANVAS(self->obj), x1, y1, x2, y2); + Py_INCREF(Py_None); return Py_None; } @@ -228,7 +249,7 @@ return Py_BuildValue("(dddd)", x1, y1, x2, y2); } -#line 232 "canvas.c" +#line 253 "canvas.c" static PyObject * @@ -236,7 +257,9 @@ { int ret; + ret = gnome_canvas_get_center_scroll_region(GNOME_CANVAS(self->obj)); + return PyBool_FromLong(ret); } @@ -247,9 +270,11 @@ static char *kwlist[] = { "center_scroll_region", NULL }; int center_scroll_region; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i:GnomeCanvas.set_center_scroll_region", kwlist, ¢er_scroll_region)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"i:GnomeCanvas.set_center_scroll_region", kwlist, ¢er_scroll_region)) return NULL; + gnome_canvas_set_center_scroll_region(GNOME_CANVAS(self->obj), center_scroll_region); + Py_INCREF(Py_None); return Py_None; } @@ -260,9 +285,11 @@ static char *kwlist[] = { "cx", "cy", NULL }; int cx, cy; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ii:GnomeCanvas.scroll_to", kwlist, &cx, &cy)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"ii:GnomeCanvas.scroll_to", kwlist, &cx, &cy)) return NULL; + gnome_canvas_scroll_to(GNOME_CANVAS(self->obj), cx, cy); + Py_INCREF(Py_None); return Py_None; } @@ -277,13 +304,15 @@ return Py_BuildValue("(ii)", cx, cy); } -#line 281 "canvas.c" +#line 308 "canvas.c" static PyObject * _wrap_gnome_canvas_update_now(PyGObject *self) { + gnome_canvas_update_now(GNOME_CANVAS(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -295,9 +324,11 @@ double x, y; GnomeCanvasItem *ret; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "dd:GnomeCanvas.get_item_at", kwlist, &x, &y)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"dd:GnomeCanvas.get_item_at", kwlist, &x, &y)) return NULL; + ret = gnome_canvas_get_item_at(GNOME_CANVAS(self->obj), x, y); + /* pygobject_new handles NULL checking */ return pygobject_new((GObject *)ret); } @@ -317,7 +348,7 @@ return gnomecanvasaffine_from_value(affine); } -#line 321 "canvas.c" +#line 352 "canvas.c" #line 286 "canvas.override" @@ -335,7 +366,7 @@ return Py_BuildValue("(ii)", cx, cy); } -#line 339 "canvas.c" +#line 370 "canvas.c" #line 302 "canvas.override" @@ -353,7 +384,7 @@ return Py_BuildValue("(dd)", cx, cy); } -#line 357 "canvas.c" +#line 388 "canvas.c" #line 318 "canvas.override" @@ -371,7 +402,7 @@ return Py_BuildValue("(dd)", wx, wy); } -#line 375 "canvas.c" +#line 406 "canvas.c" #line 334 "canvas.override" @@ -391,7 +422,7 @@ return Py_BuildValue("(dd)", worldx, worldy); } -#line 395 "canvas.c" +#line 426 "canvas.c" #line 352 "canvas.override" @@ -411,7 +442,7 @@ return Py_BuildValue("(dd)", winx, winy); } -#line 415 "canvas.c" +#line 446 "canvas.c" static PyObject * @@ -423,7 +454,7 @@ int ret; GdkColor *color = NULL; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "sO:GnomeCanvas.get_color", kwlist, &spec, &py_color)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"sO:GnomeCanvas.get_color", kwlist, &spec, &py_color)) return NULL; if (pyg_boxed_check(py_color, GDK_TYPE_COLOR)) color = pyg_boxed_get(py_color, GdkColor); @@ -431,7 +462,9 @@ PyErr_SetString(PyExc_TypeError, "color should be a GdkColor"); return NULL; } + ret = gnome_canvas_get_color(GNOME_CANVAS(self->obj), spec, color); + return PyInt_FromLong(ret); } @@ -439,13 +472,27 @@ _wrap_gnome_canvas_get_color_pixel(PyGObject *self, PyObject *args, PyObject *kwargs) { static char *kwlist[] = { "rgba", NULL }; + PyObject *py_rgba = NULL; gulong ret; - guint rgba; + guint rgba = 0; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "I:GnomeCanvas.get_color_pixel", kwlist, &rgba)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"O:GnomeCanvas.get_color_pixel", kwlist, &py_rgba)) return NULL; + if (py_rgba) { + if (PyLong_Check(py_rgba)) + rgba = PyLong_AsUnsignedLong(py_rgba); + else if (PyInt_Check(py_rgba)) + rgba = PyInt_AsLong(py_rgba); + else + PyErr_SetString(PyExc_TypeError, "Parameter 'rgba' must be an int or a long"); + if (PyErr_Occurred()) + return NULL; + } + ret = gnome_canvas_get_color_pixel(GNOME_CANVAS(self->obj), rgba); + return PyLong_FromUnsignedLong(ret); + } static PyObject * @@ -455,11 +502,13 @@ PyObject *py_dither = NULL; GdkRgbDither dither; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O:GnomeCanvas.set_dither", kwlist, &py_dither)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"O:GnomeCanvas.set_dither", kwlist, &py_dither)) return NULL; - if (pyg_enum_get_value(GDK_TYPE_RGB_DITHER, py_dither, (gint *)&dither)) + if (pyg_enum_get_value(GDK_TYPE_RGB_DITHER, py_dither, (gpointer)&dither)) return NULL; + gnome_canvas_set_dither(GNOME_CANVAS(self->obj), dither); + Py_INCREF(Py_None); return Py_None; } @@ -469,35 +518,57 @@ { gint ret; + ret = gnome_canvas_get_dither(GNOME_CANVAS(self->obj)); + return pyg_enum_from_gtype(GDK_TYPE_RGB_DITHER, ret); } -static PyMethodDef _PyGnomeCanvas_methods[] = { - { "root", (PyCFunction)_wrap_gnome_canvas_root, METH_NOARGS }, - { "set_pixels_per_unit", (PyCFunction)_wrap_gnome_canvas_set_pixels_per_unit, METH_VARARGS|METH_KEYWORDS }, - { "set_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_scroll_region, METH_VARARGS|METH_KEYWORDS }, - { "get_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_scroll_region, METH_NOARGS }, - { "get_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_center_scroll_region, METH_NOARGS }, - { "set_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_center_scroll_region, METH_VARARGS|METH_KEYWORDS }, - { "scroll_to", (PyCFunction)_wrap_gnome_canvas_scroll_to, METH_VARARGS|METH_KEYWORDS }, - { "get_scroll_offsets", (PyCFunction)_wrap_gnome_canvas_get_scroll_offsets, METH_NOARGS }, - { "update_now", (PyCFunction)_wrap_gnome_canvas_update_now, METH_NOARGS }, - { "get_item_at", (PyCFunction)_wrap_gnome_canvas_get_item_at, METH_VARARGS|METH_KEYWORDS }, - { "w2c_affine", (PyCFunction)_wrap_gnome_canvas_w2c_affine, METH_VARARGS }, - { "w2c", (PyCFunction)_wrap_gnome_canvas_w2c, METH_VARARGS|METH_KEYWORDS }, - { "w2c_d", (PyCFunction)_wrap_gnome_canvas_w2c_d, METH_VARARGS|METH_KEYWORDS }, - { "c2w", (PyCFunction)_wrap_gnome_canvas_c2w, METH_VARARGS|METH_KEYWORDS }, - { "window_to_world", (PyCFunction)_wrap_gnome_canvas_window_to_world, METH_VARARGS|METH_KEYWORDS }, - { "world_to_window", (PyCFunction)_wrap_gnome_canvas_world_to_window, METH_VARARGS|METH_KEYWORDS }, - { "get_color", (PyCFunction)_wrap_gnome_canvas_get_color, METH_VARARGS|METH_KEYWORDS }, - { "get_color_pixel", (PyCFunction)_wrap_gnome_canvas_get_color_pixel, METH_VARARGS|METH_KEYWORDS }, - { "set_dither", (PyCFunction)_wrap_gnome_canvas_set_dither, METH_VARARGS|METH_KEYWORDS }, - { "get_dither", (PyCFunction)_wrap_gnome_canvas_get_dither, METH_NOARGS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvas_methods[] = { + { "root", (PyCFunction)_wrap_gnome_canvas_root, METH_NOARGS, + NULL }, + { "set_pixels_per_unit", (PyCFunction)_wrap_gnome_canvas_set_pixels_per_unit, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "set_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_scroll_region, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_scroll_region, METH_NOARGS, + NULL }, + { "get_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_get_center_scroll_region, METH_NOARGS, + NULL }, + { "set_center_scroll_region", (PyCFunction)_wrap_gnome_canvas_set_center_scroll_region, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "scroll_to", (PyCFunction)_wrap_gnome_canvas_scroll_to, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_scroll_offsets", (PyCFunction)_wrap_gnome_canvas_get_scroll_offsets, METH_NOARGS, + NULL }, + { "update_now", (PyCFunction)_wrap_gnome_canvas_update_now, METH_NOARGS, + NULL }, + { "get_item_at", (PyCFunction)_wrap_gnome_canvas_get_item_at, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "w2c_affine", (PyCFunction)_wrap_gnome_canvas_w2c_affine, METH_VARARGS, + NULL }, + { "w2c", (PyCFunction)_wrap_gnome_canvas_w2c, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "w2c_d", (PyCFunction)_wrap_gnome_canvas_w2c_d, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "c2w", (PyCFunction)_wrap_gnome_canvas_c2w, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "window_to_world", (PyCFunction)_wrap_gnome_canvas_window_to_world, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "world_to_window", (PyCFunction)_wrap_gnome_canvas_world_to_window, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_color", (PyCFunction)_wrap_gnome_canvas_get_color, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_color_pixel", (PyCFunction)_wrap_gnome_canvas_get_color_pixel, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "set_dither", (PyCFunction)_wrap_gnome_canvas_set_dither, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "get_dither", (PyCFunction)_wrap_gnome_canvas_get_dither, METH_NOARGS, + NULL }, + { NULL, NULL, 0, NULL } }; -PyTypeObject PyGnomeCanvas_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvas_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.Canvas", /* tp_name */ @@ -527,9 +598,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvas_methods, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvas_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -554,7 +625,7 @@ GType type; GnomeCanvasItem *item; GObjectClass *class; - gint pos = 0; + Py_ssize_t pos = 0; PyObject *value; PyObject *key; @@ -600,7 +671,7 @@ Py_INCREF(Py_None); return Py_None; } -#line 604 "canvas.c" +#line 675 "canvas.c" static PyObject * @@ -609,9 +680,11 @@ static char *kwlist[] = { "dx", "dy", NULL }; double dx, dy; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "dd:GnomeCanvasItem.move", kwlist, &dx, &dy)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"dd:GnomeCanvasItem.move", kwlist, &dx, &dy)) return NULL; + gnome_canvas_item_move(GNOME_CANVAS_ITEM(self->obj), dx, dy); + Py_INCREF(Py_None); return Py_None; } @@ -634,7 +707,7 @@ Py_INCREF(Py_None); return Py_None; } -#line 638 "canvas.c" +#line 711 "canvas.c" #line 370 "canvas.override" @@ -655,7 +728,7 @@ Py_INCREF(Py_None); return Py_None; } -#line 659 "canvas.c" +#line 732 "canvas.c" static PyObject * @@ -664,9 +737,11 @@ static char *kwlist[] = { "positions", NULL }; int positions; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i:GnomeCanvasItem.raise", kwlist, &positions)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"i:GnomeCanvasItem.raise", kwlist, &positions)) return NULL; + gnome_canvas_item_raise(GNOME_CANVAS_ITEM(self->obj), positions); + Py_INCREF(Py_None); return Py_None; } @@ -677,9 +752,11 @@ static char *kwlist[] = { "positions", NULL }; int positions; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i:GnomeCanvasItem.lower", kwlist, &positions)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"i:GnomeCanvasItem.lower", kwlist, &positions)) return NULL; + gnome_canvas_item_lower(GNOME_CANVAS_ITEM(self->obj), positions); + Py_INCREF(Py_None); return Py_None; } @@ -687,7 +764,9 @@ static PyObject * _wrap_gnome_canvas_item_raise_to_top(PyGObject *self) { + gnome_canvas_item_raise_to_top(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -695,7 +774,9 @@ static PyObject * _wrap_gnome_canvas_item_lower_to_bottom(PyGObject *self) { + gnome_canvas_item_lower_to_bottom(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -703,7 +784,9 @@ static PyObject * _wrap_gnome_canvas_item_show(PyGObject *self) { + gnome_canvas_item_show(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -711,7 +794,9 @@ static PyObject * _wrap_gnome_canvas_item_hide(PyGObject *self) { + gnome_canvas_item_hide(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -730,7 +815,7 @@ return Py_BuildValue("(dd)", x, y); } -#line 734 "canvas.c" +#line 819 "canvas.c" #line 210 "canvas.override" @@ -747,7 +832,7 @@ return Py_BuildValue("(dd)", x, y); } -#line 751 "canvas.c" +#line 836 "canvas.c" #line 424 "canvas.override" @@ -765,7 +850,7 @@ return gnomecanvasaffine_from_value(affine); } -#line 769 "canvas.c" +#line 854 "canvas.c" #line 408 "canvas.override" @@ -783,7 +868,7 @@ return gnomecanvasaffine_from_value(affine); } -#line 787 "canvas.c" +#line 872 "canvas.c" static PyObject * @@ -792,9 +877,11 @@ static char *kwlist[] = { "new_group", NULL }; PyGObject *new_group; - if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!:GnomeCanvasItem.reparent", kwlist, &PyGnomeCanvasGroup_Type, &new_group)) + if (!PyArg_ParseTupleAndKeywords(args, kwargs,"O!:GnomeCanvasItem.reparent", kwlist, &PyGnomeCanvasGroup_Type, &new_group)) return NULL; + gnome_canvas_item_reparent(GNOME_CANVAS_ITEM(self->obj), GNOME_CANVAS_GROUP(new_group->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -838,13 +925,15 @@ return PyInt_FromLong(retval); } -#line 842 "canvas.c" +#line 929 "canvas.c" static PyObject * _wrap_gnome_canvas_item_grab_focus(PyGObject *self) { + gnome_canvas_item_grab_focus(GNOME_CANVAS_ITEM(self->obj)); + Py_INCREF(Py_None); return Py_None; } @@ -860,32 +949,50 @@ return Py_BuildValue("(dddd)", x1, y1, x2, y2); } -#line 864 "canvas.c" +#line 953 "canvas.c" -static PyMethodDef _PyGnomeCanvasItem_methods[] = { - { "set", (PyCFunction)_wrap_gnome_canvas_item_set, METH_VARARGS|METH_KEYWORDS }, - { "move", (PyCFunction)_wrap_gnome_canvas_item_move, METH_VARARGS|METH_KEYWORDS }, - { "affine_relative", (PyCFunction)_wrap_gnome_canvas_item_affine_relative, METH_VARARGS }, - { "affine_absolute", (PyCFunction)_wrap_gnome_canvas_item_affine_absolute, METH_VARARGS }, - { "raise_", (PyCFunction)_wrap_gnome_canvas_item_raise, METH_VARARGS|METH_KEYWORDS }, - { "lower", (PyCFunction)_wrap_gnome_canvas_item_lower, METH_VARARGS|METH_KEYWORDS }, - { "raise_to_top", (PyCFunction)_wrap_gnome_canvas_item_raise_to_top, METH_NOARGS }, - { "lower_to_bottom", (PyCFunction)_wrap_gnome_canvas_item_lower_to_bottom, METH_NOARGS }, - { "show", (PyCFunction)_wrap_gnome_canvas_item_show, METH_NOARGS }, - { "hide", (PyCFunction)_wrap_gnome_canvas_item_hide, METH_NOARGS }, - { "w2i", (PyCFunction)_wrap_gnome_canvas_item_w2i, METH_VARARGS|METH_KEYWORDS }, - { "i2w", (PyCFunction)_wrap_gnome_canvas_item_i2w, METH_VARARGS|METH_KEYWORDS }, - { "i2w_affine", (PyCFunction)_wrap_gnome_canvas_item_i2w_affine, METH_VARARGS }, - { "i2c_affine", (PyCFunction)_wrap_gnome_canvas_item_i2c_affine, METH_VARARGS }, - { "reparent", (PyCFunction)_wrap_gnome_canvas_item_reparent, METH_VARARGS|METH_KEYWORDS }, - { "grab", (PyCFunction)_wrap_gnome_canvas_item_grab, METH_VARARGS|METH_KEYWORDS }, - { "grab_focus", (PyCFunction)_wrap_gnome_canvas_item_grab_focus, METH_NOARGS }, - { "get_bounds", (PyCFunction)_wrap_gnome_canvas_item_get_bounds, METH_NOARGS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvasItem_methods[] = { + { "set", (PyCFunction)_wrap_gnome_canvas_item_set, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "move", (PyCFunction)_wrap_gnome_canvas_item_move, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "affine_relative", (PyCFunction)_wrap_gnome_canvas_item_affine_relative, METH_VARARGS, + NULL }, + { "affine_absolute", (PyCFunction)_wrap_gnome_canvas_item_affine_absolute, METH_VARARGS, + NULL }, + { "raise_", (PyCFunction)_wrap_gnome_canvas_item_raise, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "lower", (PyCFunction)_wrap_gnome_canvas_item_lower, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "raise_to_top", (PyCFunction)_wrap_gnome_canvas_item_raise_to_top, METH_NOARGS, + NULL }, + { "lower_to_bottom", (PyCFunction)_wrap_gnome_canvas_item_lower_to_bottom, METH_NOARGS, + NULL }, + { "show", (PyCFunction)_wrap_gnome_canvas_item_show, METH_NOARGS, + NULL }, + { "hide", (PyCFunction)_wrap_gnome_canvas_item_hide, METH_NOARGS, + NULL }, + { "w2i", (PyCFunction)_wrap_gnome_canvas_item_w2i, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "i2w", (PyCFunction)_wrap_gnome_canvas_item_i2w, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "i2w_affine", (PyCFunction)_wrap_gnome_canvas_item_i2w_affine, METH_VARARGS, + NULL }, + { "i2c_affine", (PyCFunction)_wrap_gnome_canvas_item_i2c_affine, METH_VARARGS, + NULL }, + { "reparent", (PyCFunction)_wrap_gnome_canvas_item_reparent, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "grab", (PyCFunction)_wrap_gnome_canvas_item_grab, METH_VARARGS|METH_KEYWORDS, + NULL }, + { "grab_focus", (PyCFunction)_wrap_gnome_canvas_item_grab_focus, METH_NOARGS, + NULL }, + { "get_bounds", (PyCFunction)_wrap_gnome_canvas_item_get_bounds, METH_NOARGS, + NULL }, + { NULL, NULL, 0, NULL } }; -PyTypeObject PyGnomeCanvasItem_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasItem_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasItem", /* tp_name */ @@ -915,9 +1022,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvasItem_methods, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvasItem_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -944,7 +1051,7 @@ GType type; GnomeCanvasItem *item; GObjectClass *class; - gint pos; + Py_ssize_t pos; PyObject *value; PyObject *key; @@ -1000,12 +1107,13 @@ return pygobject_new ((GObject *)item); } -#line 1004 "canvas.c" +#line 1111 "canvas.c" -static PyMethodDef _PyGnomeCanvasGroup_methods[] = { - { "add", (PyCFunction)_wrap_gnome_canvas_item_new, METH_VARARGS|METH_KEYWORDS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvasGroup_methods[] = { + { "add", (PyCFunction)_wrap_gnome_canvas_item_new, METH_VARARGS|METH_KEYWORDS, + NULL }, + { NULL, NULL, 0, NULL } }; #line 456 "canvas.override" @@ -1025,15 +1133,15 @@ return list; } -#line 1029 "canvas.c" +#line 1137 "canvas.c" -static PyGetSetDef gnome_canvas_group_getsets[] = { +static const PyGetSetDef gnome_canvas_group_getsets[] = { { "item_list", (getter)_wrap_gnome_canvas_group__get_item_list, (setter)0 }, { NULL, (getter)0, (setter)0 }, }; -PyTypeObject PyGnomeCanvasGroup_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasGroup_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasGroup", /* tp_name */ @@ -1063,9 +1171,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvasGroup_methods, /* tp_methods */ - 0, /* tp_members */ - gnome_canvas_group_getsets, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvasGroup_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)gnome_canvas_group_getsets, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1082,7 +1190,7 @@ /* ----------- GnomeCanvasClipgroup ----------- */ -PyTypeObject PyGnomeCanvasClipgroup_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasClipgroup_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasClipgroup", /* tp_name */ @@ -1112,9 +1220,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1131,7 +1239,7 @@ /* ----------- GnomeCanvasLine ----------- */ -PyTypeObject PyGnomeCanvasLine_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasLine_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasLine", /* tp_name */ @@ -1161,9 +1269,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1180,7 +1288,7 @@ /* ----------- GnomeCanvasPixbuf ----------- */ -PyTypeObject PyGnomeCanvasPixbuf_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPixbuf_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasPixbuf", /* tp_name */ @@ -1210,9 +1318,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1229,7 +1337,7 @@ /* ----------- GnomeCanvasRichText ----------- */ -PyTypeObject PyGnomeCanvasRichText_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRichText_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasRichText", /* tp_name */ @@ -1259,9 +1367,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1278,7 +1386,7 @@ /* ----------- GnomeCanvasShape ----------- */ -PyTypeObject PyGnomeCanvasShape_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasShape_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasShape", /* tp_name */ @@ -1308,9 +1416,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1327,7 +1435,7 @@ /* ----------- GnomeCanvasRE ----------- */ -PyTypeObject PyGnomeCanvasRE_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRE_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasRE", /* tp_name */ @@ -1357,9 +1465,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1376,7 +1484,7 @@ /* ----------- GnomeCanvasRect ----------- */ -PyTypeObject PyGnomeCanvasRect_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasRect_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasRect", /* tp_name */ @@ -1406,9 +1514,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1425,7 +1533,7 @@ /* ----------- GnomeCanvasEllipse ----------- */ -PyTypeObject PyGnomeCanvasEllipse_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasEllipse_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasEllipse", /* tp_name */ @@ -1455,9 +1563,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1474,7 +1582,7 @@ /* ----------- GnomeCanvasPolygon ----------- */ -PyTypeObject PyGnomeCanvasPolygon_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasPolygon_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasPolygon", /* tp_name */ @@ -1504,9 +1612,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1543,15 +1651,16 @@ Py_INCREF(Py_None); return Py_None; } -#line 1547 "canvas.c" +#line 1655 "canvas.c" -static PyMethodDef _PyGnomeCanvasBpath_methods[] = { - { "set_bpath", (PyCFunction)_wrap_gnome_canvas_bpath_set_bpath, METH_VARARGS|METH_KEYWORDS }, - { NULL, NULL, 0 } +static const PyMethodDef _PyGnomeCanvasBpath_methods[] = { + { "set_bpath", (PyCFunction)_wrap_gnome_canvas_bpath_set_bpath, METH_VARARGS|METH_KEYWORDS, + NULL }, + { NULL, NULL, 0, NULL } }; -PyTypeObject PyGnomeCanvasBpath_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasBpath_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasBpath", /* tp_name */ @@ -1581,9 +1690,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - _PyGnomeCanvasBpath_methods, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)_PyGnomeCanvasBpath_methods, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1600,7 +1709,7 @@ /* ----------- GnomeCanvasText ----------- */ -PyTypeObject PyGnomeCanvasText_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasText_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasText", /* tp_name */ @@ -1630,9 +1739,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1649,7 +1758,7 @@ /* ----------- GnomeCanvasWidget ----------- */ -PyTypeObject PyGnomeCanvasWidget_Type = { +PyTypeObject G_GNUC_INTERNAL PyGnomeCanvasWidget_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ "gnome.canvas.CanvasWidget", /* tp_name */ @@ -1679,9 +1788,9 @@ offsetof(PyGObject, weakreflist), /* tp_weaklistoffset */ (getiterfunc)0, /* tp_iter */ (iternextfunc)0, /* tp_iternext */ - NULL, /* tp_methods */ - 0, /* tp_members */ - 0, /* tp_getset */ + (struct PyMethodDef*)NULL, /* tp_methods */ + (struct PyMemberDef*)0, /* tp_members */ + (struct PyGetSetDef*)0, /* tp_getset */ NULL, /* tp_base */ NULL, /* tp_dict */ (descrgetfunc)0, /* tp_descr_get */ @@ -1783,12 +1892,13 @@ return pyg_boxed_new(GNOME_TYPE_CANVAS_PATH_DEF, path, TRUE, TRUE); } -#line 1787 "canvas.c" +#line 1896 "canvas.c" -PyMethodDef pycanvas_functions[] = { - { "path_def_new", (PyCFunction)_wrap_gnome_canvas_path_def_new, METH_VARARGS }, - { NULL, NULL, 0 } +const PyMethodDef pycanvas_functions[] = { + { "path_def_new", (PyCFunction)_wrap_gnome_canvas_path_def_new, METH_VARARGS, + NULL }, + { NULL, NULL, 0, NULL } }; /* initialise stuff extension classes */ @@ -1798,42 +1908,38 @@ PyObject *module; if ((module = PyImport_ImportModule("gobject")) != NULL) { - PyObject *moddict = PyModule_GetDict(module); - - _PyGObject_Type = (PyTypeObject *)PyDict_GetItemString(moddict, "GObject"); + _PyGObject_Type = (PyTypeObject *)PyObject_GetAttrString(module, "GObject"); if (_PyGObject_Type == NULL) { PyErr_SetString(PyExc_ImportError, "cannot import name GObject from gobject"); - return; + return ; } } else { PyErr_SetString(PyExc_ImportError, "could not import gobject"); - return; + return ; } if ((module = PyImport_ImportModule("gtk._gtk")) != NULL) { - PyObject *moddict = PyModule_GetDict(module); - - _PyGtkLayout_Type = (PyTypeObject *)PyDict_GetItemString(moddict, "Layout"); + _PyGtkLayout_Type = (PyTypeObject *)PyObject_GetAttrString(module, "Layout"); if (_PyGtkLayout_Type == NULL) { PyErr_SetString(PyExc_ImportError, "cannot import name Layout from gtk._gtk"); - return; + return ; } - _PyGtkObject_Type = (PyTypeObject *)PyDict_GetItemString(moddict, "Object"); + _PyGtkObject_Type = (PyTypeObject *)PyObject_GetAttrString(module, "Object"); if (_PyGtkObject_Type == NULL) { PyErr_SetString(PyExc_ImportError, "cannot import name Object from gtk._gtk"); - return; + return ; } } else { PyErr_SetString(PyExc_ImportError, "could not import gtk._gtk"); - return; + return ; } -#line 1837 "canvas.c" +#line 1943 "canvas.c" pyg_register_boxed(d, "CanvasPathDef", GNOME_TYPE_CANVAS_PATH_DEF, &PyGnomeCanvasPathDef_Type); pygobject_register_class(d, "GnomeCanvas", GNOME_TYPE_CANVAS, &PyGnomeCanvas_Type, Py_BuildValue("(O)", &PyGtkLayout_Type)); pygobject_register_class(d, "GnomeCanvasItem", GNOME_TYPE_CANVAS_ITEM, &PyGnomeCanvasItem_Type, Py_BuildValue("(O)", &PyGtkObject_Type)); Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gcompris.spec 20 Dec 2006 15:59:20 -0000 1.19 +++ gcompris.spec 22 Dec 2006 09:25:05 -0000 1.20 @@ -1,13 +1,14 @@ %define extra_version 2 Name: gcompris Version: 8.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net Source0: http://download.sf.net/%{name}/%{name}-%{version}-%{extra_version}.tar.gz Patch0: gcompris-8.1-icon.patch +Patch1: gcompris-8.2.2-py25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildrequires: libgnomeui-devel sqlite-devel python-devel gnet2-devel Buildrequires: pygtk2-devel SDL_mixer-devel libXt-devel libXxf86vm-devel @@ -220,6 +221,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -z .py25 iconv -f ISO-8859-1 -t UTF8 docs/C/gcompris.info > tmp mv tmp docs/C/gcompris.info @@ -476,6 +478,10 @@ %changelog +* Fri Dec 22 2006 Hans de Goede 8.2.2-2 +- Update src/boards/canvas.c to canvas.c from latest gnome-python2 to + fix build with python 2.5 + * Wed Dec 20 2006 Hans de Goede 8.2.2-1 - New upstream release 8.2.2-2 From fedora-extras-commits at redhat.com Fri Dec 22 09:42:03 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 04:42:03 -0500 Subject: rpms/gchempaint/FC-5 gchempaint.spec,1.3,1.4 Message-ID: <200612220942.kBM9g3nu008441@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8426 Modified Files: gchempaint.spec Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.7-1.fc5.1 - Doh. Added libXt-devel to BuildRequires Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/gchempaint.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gchempaint.spec 22 Dec 2006 00:12:33 -0000 1.3 +++ gchempaint.spec 22 Dec 2006 09:41:33 -0000 1.4 @@ -1,6 +1,6 @@ Name: gchempaint Version: 0.6.7 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering @@ -17,6 +17,7 @@ BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils +BuildRequires: libXt-devel Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -145,6 +146,9 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.7-1.fc5.1 +- Doh. Added libXt-devel to BuildRequires + * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches From fedora-extras-commits at redhat.com Fri Dec 22 10:16:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 22 Dec 2006 05:16:51 -0500 Subject: rpms/gcompris/devel gcompris-8.2.2-py25.patch,1.1,1.2 Message-ID: <200612221016.kBMAGp3S011789@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11770 Modified Files: gcompris-8.2.2-py25.patch Log Message: * Fri Dec 22 2006 Hans de Goede 8.2.2-2 - Update src/boards/canvas.c to canvas.c from latest gnome-python2 to fix build with python 2.5 gcompris-8.2.2-py25.patch: Index: gcompris-8.2.2-py25.patch =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris-8.2.2-py25.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcompris-8.2.2-py25.patch 22 Dec 2006 09:25:05 -0000 1.1 +++ gcompris-8.2.2-py25.patch 22 Dec 2006 10:16:20 -0000 1.2 @@ -1101,3 +1101,14 @@ pyg_register_boxed(d, "CanvasPathDef", GNOME_TYPE_CANVAS_PATH_DEF, &PyGnomeCanvasPathDef_Type); pygobject_register_class(d, "GnomeCanvas", GNOME_TYPE_CANVAS, &PyGnomeCanvas_Type, Py_BuildValue("(O)", &PyGtkLayout_Type)); pygobject_register_class(d, "GnomeCanvasItem", GNOME_TYPE_CANVAS_ITEM, &PyGnomeCanvasItem_Type, Py_BuildValue("(O)", &PyGtkObject_Type)); +--- gcompris-8.2.2/src/boards/py-mod-gcompris.c~ 2006-12-22 11:25:19.000000000 +0100 ++++ gcompris-8.2.2/src/boards/py-mod-gcompris.c 2006-12-22 11:25:19.000000000 +0100 +@@ -1178,7 +1178,7 @@ + } + + PyObject *pykey, *pyvalue; +- int pos = 0; ++ Py_ssize_t pos = 0; + + buttons_label = g_hash_table_new_full (g_str_hash, + g_str_equal, From fedora-extras-commits at redhat.com Fri Dec 22 10:27:38 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Fri, 22 Dec 2006 05:27:38 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.18,1.19 Message-ID: <200612221027.kBMARcFQ011913@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11893 Modified Files: sysprof-kmod.spec Log Message: rebuild for kernel 2.6.19-1.2890 Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sysprof-kmod.spec 21 Dec 2006 10:15:44 -0000 1.18 +++ sysprof-kmod.spec 22 Dec 2006 10:27:08 -0000 1.19 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.19-1.2889.fc7} +%{!?kversion: %define kversion 2.6.19-1.2890.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -103,6 +103,9 @@ %changelog +* Thu Dec 22 2006 Gianluca Sforna +- rebuild for kernel 2.6.19-1.2890 + * Thu Dec 21 2006 Gianluca Sforna 1.0.8-1 - version update - rebuild for kernel 2.6.19-1.2889 From fedora-extras-commits at redhat.com Fri Dec 22 10:37:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?SGHDr2tlbCBHdcOpbWFy?= (hguemar)) Date: Fri, 22 Dec 2006 05:37:42 -0500 Subject: rpms/gtkmozembedmm/FC-6 gtkmozembedmm.spec,1.9,1.10 Message-ID: <200612221037.kBMAbgWv011984@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/gtkmozembedmm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11968 Modified Files: gtkmozembedmm.spec Log Message: rebuilt against firefox 1.5.0.9 Index: gtkmozembedmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmozembedmm/FC-6/gtkmozembedmm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gtkmozembedmm.spec 30 Nov 2006 19:48:11 -0000 1.9 +++ gtkmozembedmm.spec 22 Dec 2006 10:37:12 -0000 1.10 @@ -1,7 +1,7 @@ -%define gecko_ver 1.8.0.8 +%define gecko_ver 1.8.0.9 Name: gtkmozembedmm Version: 1.4.2.cvs20060817 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C++ wrapper for GtkMozembed @@ -97,6 +97,9 @@ %changelog +* Fri Dec 22 2006 Karl - 1.4.2.cvs20060817-7 +- Rebuilt against firefox-devel-1.5.0.9 + * Sun Nov 12 2006 Karl - 1.4.2.cvs20060817-5 - Fixed x86_64 build issue. From fedora-extras-commits at redhat.com Fri Dec 22 10:57:11 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 05:57:11 -0500 Subject: rpms/gchempaint/devel .cvsignore, 1.3, 1.4 gchempaint.spec, 1.3, 1.4 sources, 1.3, 1.4 doubledestdir.patch, 1.1, NONE Message-ID: <200612221057.kBMAvBWB012158@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12139 Modified Files: .cvsignore gchempaint.spec sources Removed Files: doubledestdir.patch Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 - Updated to 0.6.8 - Removed temporary KDE mimelnk workaround Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 +++ .cvsignore 22 Dec 2006 10:56:41 -0000 1.4 @@ -1 +1 @@ -gchempaint-0.6.7.tar.gz +gchempaint-0.6.8.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/gchempaint.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gchempaint.spec 22 Dec 2006 00:15:26 -0000 1.3 +++ gchempaint.spec 22 Dec 2006 10:56:41 -0000 1.4 @@ -1,5 +1,5 @@ Name: gchempaint -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool @@ -7,7 +7,6 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -17,6 +16,7 @@ BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils +BuildRequires: kdelibs Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -48,14 +48,12 @@ %prep %setup -q -%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk + --disable-scrollkeeper make %{?_smp_mflags} @@ -145,6 +143,10 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 +- Updated to 0.6.8 +- Removed temporary KDE mimelnk workaround + * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2006 09:13:42 -0000 1.3 +++ sources 22 Dec 2006 10:56:41 -0000 1.4 @@ -1 +1 @@ -9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz +9c1f11ff101bd43c54d88f0cb9495e3d gchempaint-0.6.8.tar.gz --- doubledestdir.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 10:59:55 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 05:59:55 -0500 Subject: rpms/gchempaint/FC-6 .cvsignore, 1.3, 1.4 gchempaint.spec, 1.3, 1.4 sources, 1.3, 1.4 doubledestdir.patch, 1.1, NONE Message-ID: <200612221059.kBMAxtbn012232@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12213 Modified Files: .cvsignore gchempaint.spec sources Removed Files: doubledestdir.patch Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 - Updated to 0.6.8 - Removed temporary KDE mimelnk workaround Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 +++ .cvsignore 22 Dec 2006 10:59:25 -0000 1.4 @@ -1 +1 @@ -gchempaint-0.6.7.tar.gz +gchempaint-0.6.8.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/gchempaint.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gchempaint.spec 22 Dec 2006 00:13:45 -0000 1.3 +++ gchempaint.spec 22 Dec 2006 10:59:25 -0000 1.4 @@ -1,5 +1,5 @@ Name: gchempaint -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool @@ -7,7 +7,6 @@ License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -17,6 +16,7 @@ BuildRequires: libbonoboui-devel BuildRequires: gettext BuildRequires: desktop-file-utils +BuildRequires: kdelibs Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -48,14 +48,12 @@ %prep %setup -q -%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk + --disable-scrollkeeper make %{?_smp_mflags} @@ -145,6 +143,10 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 +- Updated to 0.6.8 +- Removed temporary KDE mimelnk workaround + * Thu Dec 21 2006 Julian Sikorski - 0.6.7-1 - Updated to 0.6.7 - Dropped upstreamed patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2006 09:13:42 -0000 1.3 +++ sources 22 Dec 2006 10:59:25 -0000 1.4 @@ -1 +1 @@ -9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz +9c1f11ff101bd43c54d88f0cb9495e3d gchempaint-0.6.8.tar.gz --- doubledestdir.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 11:04:22 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Fri, 22 Dec 2006 06:04:22 -0500 Subject: rpms/gchempaint/FC-5 .cvsignore, 1.3, 1.4 gchempaint.spec, 1.4, 1.5 sources, 1.3, 1.4 doubledestdir.patch, 1.1, NONE Message-ID: <200612221104.kBMB4MBf015456@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gchempaint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15425 Modified Files: .cvsignore gchempaint.spec sources Removed Files: doubledestdir.patch Log Message: * Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 - Updated to 0.6.8 - Removed temporary KDE mimelnk workaround Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2006 09:13:42 -0000 1.3 +++ .cvsignore 22 Dec 2006 11:03:52 -0000 1.4 @@ -1 +1 @@ -gchempaint-0.6.7.tar.gz +gchempaint-0.6.8.tar.gz Index: gchempaint.spec =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/gchempaint.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gchempaint.spec 22 Dec 2006 09:41:33 -0000 1.4 +++ gchempaint.spec 22 Dec 2006 11:03:52 -0000 1.5 @@ -1,13 +1,12 @@ Name: gchempaint -Version: 0.6.7 -Release: 1%{?dist}.1 +Version: 0.6.8 +Release: 1%{?dist} Summary: A 2D chemical formulae drawing tool Group: Applications/Engineering License: GPL URL: http://www.nongnu.org/gchempaint/ Source0: http://download.savannah.nongnu.org/releases/gchempaint/%{name}-%{version}.tar.gz -Patch0: doubledestdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-chemistry-utils-devel @@ -18,6 +17,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libXt-devel +BuildRequires: kdelibs Requires: hicolor-icon-theme Requires(pre): GConf2 @@ -49,14 +49,12 @@ %prep %setup -q -%patch0 -p1 -b .doubledestdir %build %configure --disable-update-databases \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-kde-desktopdir=%{_datadir}/mimelnk + --disable-scrollkeeper make %{?_smp_mflags} @@ -146,6 +144,10 @@ %changelog +* Fri Dec 22 2006 Julian Sikorski - 0.6.8-1 +- Updated to 0.6.8 +- Removed temporary KDE mimelnk workaround + * Fri Dec 22 2006 Julian Sikorski - 0.6.7-1.fc5.1 - Doh. Added libXt-devel to BuildRequires Index: sources =================================================================== RCS file: /cvs/extras/rpms/gchempaint/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2006 09:13:42 -0000 1.3 +++ sources 22 Dec 2006 11:03:52 -0000 1.4 @@ -1 +1 @@ -9ff637016e8f93c254f0c1ec88ba1add gchempaint-0.6.7.tar.gz +9c1f11ff101bd43c54d88f0cb9495e3d gchempaint-0.6.8.tar.gz --- doubledestdir.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 12:09:42 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:09:42 -0500 Subject: rpms/perl-Net-GPSD/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE perl-Net-GPSD.spec, 1.2, NONE sources, 1.2, NONE Message-ID: <200612221209.kBMC9gqi019051@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19046 Removed Files: .cvsignore Makefile perl-Net-GPSD.spec sources Log Message: The FC-4 branch was created by mistake. --- .cvsignore DELETED --- --- Makefile DELETED --- --- perl-Net-GPSD.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 12:24:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:24:19 -0500 Subject: rpms/perl-Net-GPSD/FC-5 .cvsignore, 1.2, 1.3 perl-Net-GPSD.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612221224.kBMCOJOp019196@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19147/FC-5 Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: Update to 0.33. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 +++ .cvsignore 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -Net-GPSD-0.32.tar.gz +Net-GPSD-0.33.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-5/perl-Net-GPSD.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 +++ perl-Net-GPSD.spec 22 Dec 2006 12:23:49 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Net-GPSD -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 +BuildRequires: perl(GPS::PRN) BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,5 +56,8 @@ %changelog +* Fri Dec 22 2006 Jose Pedro Oliveira - 0.33-1 +- Update to 0.33. + * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 15:10:16 -0000 1.2 +++ sources 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz +3137989724fae2726c3d758ef1178004 Net-GPSD-0.33.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 12:24:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:24:19 -0500 Subject: rpms/perl-Net-GPSD/FC-6 .cvsignore, 1.2, 1.3 perl-Net-GPSD.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612221224.kBMCOJ7w019201@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19147/FC-6 Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: Update to 0.33. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 +++ .cvsignore 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -Net-GPSD-0.32.tar.gz +Net-GPSD-0.33.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-6/perl-Net-GPSD.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 +++ perl-Net-GPSD.spec 22 Dec 2006 12:23:49 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Net-GPSD -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 +BuildRequires: perl(GPS::PRN) BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,5 +56,8 @@ %changelog +* Fri Dec 22 2006 Jose Pedro Oliveira - 0.33-1 +- Update to 0.33. + * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 15:10:16 -0000 1.2 +++ sources 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz +3137989724fae2726c3d758ef1178004 Net-GPSD-0.33.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 12:24:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 22 Dec 2006 07:24:19 -0500 Subject: rpms/perl-Net-GPSD/devel .cvsignore, 1.2, 1.3 perl-Net-GPSD.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612221224.kBMCOJJC019206@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Net-GPSD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19147/devel Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: Update to 0.33. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Dec 2006 15:10:16 -0000 1.2 +++ .cvsignore 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -Net-GPSD-0.32.tar.gz +Net-GPSD-0.33.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/perl-Net-GPSD.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-GPSD.spec 18 Dec 2006 15:29:44 -0000 1.2 +++ perl-Net-GPSD.spec 22 Dec 2006 12:23:49 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Net-GPSD -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Geo::Forward) => 0.09 BuildRequires: perl(Geo::Inverse) => 0.02 +BuildRequires: perl(GPS::PRN) BuildRequires: perl(LWP::UserAgent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,5 +56,8 @@ %changelog +* Fri Dec 22 2006 Jose Pedro Oliveira - 0.33-1 +- Update to 0.33. + * Thu Dec 14 2006 Jose Pedro Oliveira - 0.32-1 - First build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-GPSD/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Dec 2006 15:10:16 -0000 1.2 +++ sources 22 Dec 2006 12:23:49 -0000 1.3 @@ -1 +1 @@ -7869c7d1cc20a37e70b3ea5a0c546bc7 Net-GPSD-0.32.tar.gz +3137989724fae2726c3d758ef1178004 Net-GPSD-0.33.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 12:55:27 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 07:55:27 -0500 Subject: rpms/resapplet/devel resapplet.spec,1.1,1.2 Message-ID: <200612221255.kBMCtRPe019445@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19424 Modified Files: resapplet.spec Log Message: aclocal first Index: resapplet.spec =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/resapplet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- resapplet.spec 20 Dec 2006 10:10:02 -0000 1.1 +++ resapplet.spec 22 Dec 2006 12:54:57 -0000 1.2 @@ -41,8 +41,8 @@ %build glib-gettextize -intltoolize --force aclocal +intltoolize --force autoheader automake autoconf From fedora-extras-commits at redhat.com Fri Dec 22 13:12:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 22 Dec 2006 08:12:17 -0500 Subject: rpms/maxima/devel maxima.spec,1.53,1.54 Message-ID: <200612221312.kBMDCHjk022717@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22702 Modified Files: maxima.spec Log Message: * Thu Dec 21 2006 Rex Dieter 5.11.0-2 - %triggerin -- tetex-latex (for emaxima.sty) - disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- maxima.spec 21 Dec 2006 21:27:45 -0000 1.53 +++ maxima.spec 22 Dec 2006 13:11:47 -0000 1.54 @@ -1,25 +1,21 @@ -%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ -%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ - Summary: Symbolic Computation Program Name: maxima Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} > 2 -ExclusiveArch: %{ix86} x86_64 ppc -%else -# no ppc lisp available for epel (http://bugzilla.redhat.com/220053) + ExclusiveArch: %{ix86} x86_64 -%endif %define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf %ifarch %{ix86} %define _enable_cmucl --enable-cmucl @@ -37,12 +33,13 @@ %endif %ifarch ppc -%define default_lisp sbcl +# define default_lisp sbcl # clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp # gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl -%define _enable_sbcl --enable-sbcl +# sbcl/ppc borked: http://bugzilla.redhat.com/220053 +#define _enable_sbcl --enable-sbcl %endif Source1: maxima.png @@ -244,10 +241,6 @@ --vendor="fedora" \ %{SOURCE2} -# emaxima LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ # (x)emacs install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el @@ -261,6 +254,11 @@ touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc done +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima + ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -284,11 +282,9 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -316,6 +312,18 @@ rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: fi +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -340,7 +348,6 @@ %{_libexecdir}/maxima %{_infodir}/* %{_mandir}/man1/maxima.* -%{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* %{_datadir}/maxima/%{maxima_ver}/emacs/*.el @@ -349,6 +356,7 @@ %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el %ghost %{emacs_sitelisp} %ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) @@ -387,6 +395,10 @@ %changelog +* Thu Dec 21 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + * Thu Dec 21 2006 Rex Dieter 5.11.0-1 - maxima-5.11.0 (#220512) From fedora-extras-commits at redhat.com Fri Dec 22 13:36:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 08:36:59 -0500 Subject: rpms/resapplet/devel resapplet.spec,1.2,1.3 Message-ID: <200612221336.kBMDaxE6022864@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22847 Modified Files: resapplet.spec Log Message: release++ Index: resapplet.spec =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/resapplet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- resapplet.spec 22 Dec 2006 12:54:57 -0000 1.2 +++ resapplet.spec 22 Dec 2006 13:36:29 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Resolution Switching Applet Name: resapplet Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: User Interface/Desktops # Source obtained from OpenSuSE From fedora-extras-commits at redhat.com Fri Dec 22 15:04:18 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 10:04:18 -0500 Subject: rpms/xtide/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xtide.spec, 1.14, 1.15 Message-ID: <200612221504.kBMF4IYF029453@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29386 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Dec 2006 17:21:19 -0000 1.7 +++ .cvsignore 22 Dec 2006 15:03:48 -0000 1.8 @@ -1 +1 @@ -xtide-2.9dev-20061210.tar.bz2 +xtide-2.9dev-20061221.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Dec 2006 17:21:19 -0000 1.7 +++ sources 22 Dec 2006 15:03:48 -0000 1.8 @@ -1 +1 @@ -f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 +0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xtide.spec 12 Dec 2006 17:21:19 -0000 1.14 +++ xtide.spec 22 Dec 2006 15:03:48 -0000 1.15 @@ -1,4 +1,4 @@ -%define src_date 20061210 +%define src_date 20061221 Summary: Calculate tide all over the world Name: xtide @@ -89,8 +89,8 @@ %build %configure \ - --with-xttpd-user=xttpd \ - --with-xttpd-group=xttpd + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd %{__make} %{?_smp_mflags} @@ -113,7 +113,7 @@ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ - $RPM_BUILD_ROOT%{_sbindir}/xttpd + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 +- 2.9 dev 20061221 + * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 From fedora-extras-commits at redhat.com Fri Dec 22 15:04:33 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 10:04:33 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xtide.spec, 1.15, 1.16 Message-ID: <200612221504.kBMF4XoZ029465@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29434 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Dec 2006 17:21:33 -0000 1.7 +++ .cvsignore 22 Dec 2006 15:04:03 -0000 1.8 @@ -1 +1 @@ -xtide-2.9dev-20061210.tar.bz2 +xtide-2.9dev-20061221.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Dec 2006 17:21:33 -0000 1.7 +++ sources 22 Dec 2006 15:04:03 -0000 1.8 @@ -1 +1 @@ -f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 +0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xtide.spec 12 Dec 2006 17:21:33 -0000 1.15 +++ xtide.spec 22 Dec 2006 15:04:03 -0000 1.16 @@ -1,4 +1,4 @@ -%define src_date 20061210 +%define src_date 20061221 Summary: Calculate tide all over the world Name: xtide @@ -89,8 +89,8 @@ %build %configure \ - --with-xttpd-user=xttpd \ - --with-xttpd-group=xttpd + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd %{__make} %{?_smp_mflags} @@ -113,7 +113,7 @@ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ - $RPM_BUILD_ROOT%{_sbindir}/xttpd + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 +- 2.9 dev 20061221 + * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 From fedora-extras-commits at redhat.com Fri Dec 22 15:04:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 10:04:29 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xtide.spec, 1.14, 1.15 Message-ID: <200612221504.kBMF4TGB029460@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29414 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Dec 2006 17:21:25 -0000 1.7 +++ .cvsignore 22 Dec 2006 15:03:59 -0000 1.8 @@ -1 +1 @@ -xtide-2.9dev-20061210.tar.bz2 +xtide-2.9dev-20061221.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Dec 2006 17:21:26 -0000 1.7 +++ sources 22 Dec 2006 15:03:59 -0000 1.8 @@ -1 +1 @@ -f73357d695c30c4d5d496aa85cc16647 xtide-2.9dev-20061210.tar.bz2 +0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xtide.spec 12 Dec 2006 17:21:26 -0000 1.14 +++ xtide.spec 22 Dec 2006 15:03:59 -0000 1.15 @@ -1,4 +1,4 @@ -%define src_date 20061210 +%define src_date 20061221 Summary: Calculate tide all over the world Name: xtide @@ -89,8 +89,8 @@ %build %configure \ - --with-xttpd-user=xttpd \ - --with-xttpd-group=xttpd + --with-xttpd-user=xttpd \ + --with-xttpd-group=xttpd %{__make} %{?_smp_mflags} @@ -113,7 +113,7 @@ $RPM_BUILD_ROOT%{_sbindir} %{__mv} $RPM_BUILD_ROOT%{_sbindir}/xttpd $RPM_BUILD_ROOT%{_libexecdir} %{__install} -c -p -m 755 scripts/Fedora/xttpd-wrapper.sh \ - $RPM_BUILD_ROOT%{_sbindir}/xttpd + $RPM_BUILD_ROOT%{_sbindir}/xttpd # ensure xttpd binary installation directory (original # wrapper script is hardcorded) %{__sed} -i -e 's|/usr/libexec|%{_libexecdir}|' \ @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 +- 2.9 dev 20061221 + * Tue Dec 12 2006 Mamoru Tasaka - 2.9-0.2.date20061210 - 2.9 dev 20061210 From fedora-extras-commits at redhat.com Fri Dec 22 15:49:39 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 22 Dec 2006 10:49:39 -0500 Subject: fedora-security/audit fc5,1.423,1.424 Message-ID: <200612221549.kBMFnd8C029758@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29743/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-1470 (kernel) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.423 retrieving revision 1.424 diff -u -r1.423 -r1.424 --- fc5 21 Dec 2006 20:01:39 -0000 1.423 +++ fc5 22 Dec 2006 15:49:38 -0000 1.424 @@ -16,13 +16,13 @@ CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) -CVE-2006-6106 VULNERABLE (kernel) +CVE-2006-6106 version (kernel, fixed 2.6.18.6) [since FEDORA-2006-1470] CVE-2006-6097 backport (tar) [since FEDORA-2006-6097] CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 ignore (kernel, fixed **) separate modules -CVE-2006-6056 ** kernel +CVE-2006-6056 backport (kernel, fixed 2.6.19) [since FEDORA-2006-1470] CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5989 backport (mod_auth_kerb) [since FEDORA-2006-1341] @@ -37,7 +37,7 @@ CVE-2006-5783 ignore (firefox) disputed CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1221] -CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) +CVE-2006-5751 version (kernel, fixed 2.6.19, fixed 2.6.18.4) [since FEDORA-2006-1470] CVE-2006-5748 version (thunderbird) [since FEDORA-2006-1194] CVE-2006-5748 version (firefox) [since FEDORA-2006-1199] CVE-2006-5747 version (thunderbird) [since FEDORA-2006-1194] From fedora-extras-commits at redhat.com Fri Dec 22 15:49:57 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 22 Dec 2006 10:49:57 -0500 Subject: fedora-security/audit fc6,1.175,1.176 Message-ID: <200612221550.kBMFnvmQ029779@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29764/audit Modified Files: fc6 Log Message: Update with FEDORA-2006-1471 (kernel) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- fc6 21 Dec 2006 20:01:39 -0000 1.175 +++ fc6 22 Dec 2006 15:49:56 -0000 1.176 @@ -16,13 +16,13 @@ CVE-2006-6142 VULNERABLE (squirrelmail) CVE-2006-6128 VULNERABLE (kernel, fixed **) CVE-2006-6107 VULNERABLE (dbus, fixed 1.0.2) #219665 -CVE-2006-6106 VULNERABLE (kernel) +CVE-2006-6106 version (kernel, fixed 2.6.18.6) [since FEDORA-2006-1471] CVE-2006-6097 backport (tar) [since FEDORA-2006-1393] CVE-2006-6077 VULNERABLE (firefox) CVE-2006-6060 ignore (kernel, fixed 2.6.19-rc2) no NTFS support CVE-2006-6058 VULNERABLE (kernel, fixed **) CVE-2006-6057 VULNERABLE (kernel, fixed **) -CVE-2006-6056 ** kernel +CVE-2006-6056 backport (kernel, fixed 2.6.19) [since FEDORA-2006-1471] CVE-2006-6054 VULNERABLE (kernel, fixed **) CVE-2006-6053 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5989 ignore (mod_auth_kerb) did not affect fc6 @@ -37,7 +37,7 @@ CVE-2006-5783 ignore (firefox) disputed CVE-2006-5779 VULNERABLE (openldap, 2.3.29) #214768 CVE-2006-5757 backport (kernel, fixed 2.6.19-rc2) [since FEDORA-2006-1223] -CVE-2006-5751 VULNERABLE (kernel, fixed 2.6.19, fixed 2.6.18.4) +CVE-2006-5751 version (kernel, fixed 2.6.19, fixed 2.6.18.4) [since FEDORA-2006-1471] CVE-2006-5748 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] CVE-2006-5748 version (thunderbird, fixed 1.5.0.8) [since FEDORA-2006-1192] CVE-2006-5747 version (firefox, fixed 1.5.0.8) [since FEDORA-2006-1191] From fedora-extras-commits at redhat.com Fri Dec 22 16:39:30 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 11:39:30 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.6,1.7 Message-ID: <200612221639.kBMGdUTM000578@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv558 Modified Files: tomoe.spec Log Message: Add "autogen.sh" before configuring the package. Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tomoe.spec 21 Dec 2006 15:54:53 -0000 1.6 +++ tomoe.spec 22 Dec 2006 16:38:59 -0000 1.7 @@ -25,6 +25,7 @@ %prep %setup -q +./autogen.sh %build From fedora-extras-commits at redhat.com Fri Dec 22 16:51:29 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 11:51:29 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.7,1.8 Message-ID: <200612221651.kBMGpTbK000664@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv649 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tomoe.spec 22 Dec 2006 16:38:59 -0000 1.7 +++ tomoe.spec 22 Dec 2006 16:50:59 -0000 1.8 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: libtool %description A program which does Japanese handwriting recognition. From fedora-extras-commits at redhat.com Fri Dec 22 18:04:08 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Fri, 22 Dec 2006 13:04:08 -0500 Subject: fedora-security/audit fc6,1.176,1.177 fc5,1.424,1.425 Message-ID: <200612221804.kBMI482X007166@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7149 Modified Files: fc6 fc5 Log Message: imagemagick and lha Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- fc6 22 Dec 2006 15:49:56 -0000 1.176 +++ fc6 22 Dec 2006 18:04:07 -0000 1.177 @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) [since FEDORA-2006-1278] but was never vulneable as didn't have smbclient support CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9.1) #217560 CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1223] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1215] @@ -137,10 +137,10 @@ CVE-2006-4340 version (nss, fixed 3.11.3) CVE-2006-4339 backport (openssl, fixed 0.9.8c) CVE-2006-4339 backport (openssl097) -CVE-2006-4338 backport (gzip) -CVE-2006-4337 backport (gzip) +CVE-2006-4338 backport (gzip) lha still VULNERABLE to the same flaw +CVE-2006-4337 backport (gzip) lha still VULNERABLE to the same flaw CVE-2006-4336 backport (gzip) -CVE-2006-4335 backport (gzip) +CVE-2006-4335 backport (gzip) lha still VULNERABLE to the same flaw CVE-2006-4334 backport (gzip) CVE-2006-4433 version (php, fixed 5.1.4) CVE-2006-4333 version (wireshark, fixed 0.99.3) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.424 retrieving revision 1.425 diff -u -r1.424 -r1.425 --- fc5 22 Dec 2006 15:49:38 -0000 1.424 +++ fc5 22 Dec 2006 18:04:07 -0000 1.425 @@ -29,7 +29,7 @@ CVE-2006-5973 VULNERABLE (dovecot, fixed 1.0.rc15) #216508 CVE-2006-5925 backport (elinks) #215734 [since FEDORA-2006-1277] CVE-2006-5871 version (kernel, fixed 2.6.10) -CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9? 6.2.4.5?) mig mess, waiting for upstream to clarify +CVE-2006-5868 VULNERABLE (ImageMagick, fixed 6.2.9.1) #217560 CVE-2006-5864 VULNERABLE (evince) #217672 CVE-2006-5823 backport (kernel) [since FEDORA-2006-1221] CVE-2006-5794 backport (openssh, fixed 4.5) #214641 [since FEDORA-2006-1214] From fedora-extras-commits at redhat.com Fri Dec 22 18:07:00 2006 From: fedora-extras-commits at redhat.com (Lubomir Kundrak (lkundrak)) Date: Fri, 22 Dec 2006 13:07:00 -0500 Subject: fedora-security/audit fc6,1.177,1.178 fc5,1.425,1.426 Message-ID: <200612221807.kBMI70ao007191@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7174 Modified Files: fc6 fc5 Log Message: gconfd Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- fc6 22 Dec 2006 18:04:07 -0000 1.177 +++ fc6 22 Dec 2006 18:06:59 -0000 1.178 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6698 VULNERABLE (GConf2) #219280 CVE-2006-6385 ignore (kernel) windows only CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.425 retrieving revision 1.426 diff -u -r1.425 -r1.426 --- fc5 22 Dec 2006 18:04:07 -0000 1.425 +++ fc5 22 Dec 2006 18:06:59 -0000 1.426 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-6698 VULNERABLE (GConf2) #219280 CVE-2006-6385 ignore (kernel) windows only CVE-2006-6383 ignore (php) safe mode isn't safe CVE-2006-6333 ignore (kernel, 2.6.19 only) From fedora-extras-commits at redhat.com Fri Dec 22 18:19:43 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 13:19:43 -0500 Subject: rpms/xtide/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xtide.spec, 1.15, 1.16 Message-ID: <200612221819.kBMIJhie007324@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7265 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 - 2.9 dev 20061222 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Dec 2006 15:03:48 -0000 1.8 +++ .cvsignore 22 Dec 2006 18:19:13 -0000 1.9 @@ -1 +1 @@ -xtide-2.9dev-20061221.tar.bz2 +xtide-2.9dev-20061222.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Dec 2006 15:03:48 -0000 1.8 +++ sources 22 Dec 2006 18:19:13 -0000 1.9 @@ -1 +1 @@ -0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 +94bedb1f9b77ea14936a5705785faa8e xtide-2.9dev-20061222.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xtide.spec 22 Dec 2006 15:03:48 -0000 1.15 +++ xtide.spec 22 Dec 2006 18:19:13 -0000 1.16 @@ -1,4 +1,4 @@ -%define src_date 20061221 +%define src_date 20061222 Summary: Calculate tide all over the world Name: xtide @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 +- 2.9 dev 20061222 + * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 From fedora-extras-commits at redhat.com Fri Dec 22 18:19:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 13:19:50 -0500 Subject: rpms/xtide/FC-6 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xtide.spec, 1.15, 1.16 Message-ID: <200612221819.kBMIJo2N007329@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7285 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 - 2.9 dev 20061222 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Dec 2006 15:03:59 -0000 1.8 +++ .cvsignore 22 Dec 2006 18:19:20 -0000 1.9 @@ -1 +1 @@ -xtide-2.9dev-20061221.tar.bz2 +xtide-2.9dev-20061222.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Dec 2006 15:03:59 -0000 1.8 +++ sources 22 Dec 2006 18:19:20 -0000 1.9 @@ -1 +1 @@ -0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 +94bedb1f9b77ea14936a5705785faa8e xtide-2.9dev-20061222.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-6/xtide.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xtide.spec 22 Dec 2006 15:03:59 -0000 1.15 +++ xtide.spec 22 Dec 2006 18:19:20 -0000 1.16 @@ -1,4 +1,4 @@ -%define src_date 20061221 +%define src_date 20061222 Summary: Calculate tide all over the world Name: xtide @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 +- 2.9 dev 20061222 + * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 From fedora-extras-commits at redhat.com Fri Dec 22 18:19:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 22 Dec 2006 13:19:58 -0500 Subject: rpms/xtide/FC-5 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xtide.spec, 1.16, 1.17 Message-ID: <200612221819.kBMIJwwv007334@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7305 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 - 2.9 dev 20061222 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Dec 2006 15:04:03 -0000 1.8 +++ .cvsignore 22 Dec 2006 18:19:28 -0000 1.9 @@ -1 +1 @@ -xtide-2.9dev-20061221.tar.bz2 +xtide-2.9dev-20061222.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Dec 2006 15:04:03 -0000 1.8 +++ sources 22 Dec 2006 18:19:28 -0000 1.9 @@ -1 +1 @@ -0c3e8b938957d7136d9c02519ae402df xtide-2.9dev-20061221.tar.bz2 +94bedb1f9b77ea14936a5705785faa8e xtide-2.9dev-20061222.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/FC-5/xtide.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- xtide.spec 22 Dec 2006 15:04:03 -0000 1.16 +++ xtide.spec 22 Dec 2006 18:19:28 -0000 1.17 @@ -1,4 +1,4 @@ -%define src_date 20061221 +%define src_date 20061222 Summary: Calculate tide all over the world Name: xtide @@ -222,6 +222,9 @@ %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061222 +- 2.9 dev 20061222 + * Fri Dec 22 2006 Mamoru Tasaka - 2.9-0.2.date20061221 - 2.9 dev 20061221 From fedora-extras-commits at redhat.com Fri Dec 22 18:38:32 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 22 Dec 2006 13:38:32 -0500 Subject: fedora-security/audit fc5,1.426,1.427 fc6,1.178,1.179 Message-ID: <200612221838.kBMIcWF8007511@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7494/audit Modified Files: fc5 fc6 Log Message: Add CVE-2005-4352 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.426 retrieving revision 1.427 diff -u -r1.426 -r1.427 --- fc5 22 Dec 2006 18:06:59 -0000 1.426 +++ fc5 22 Dec 2006 18:38:31 -0000 1.427 @@ -624,6 +624,7 @@ CVE-2005-4605 version (kernel, fixed 2.6.15) CVE-2005-4585 version (ethereal, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only +CVE-2005-4352 version (kernel, fixed 2.6.18.3) [since FEDORA-2006-1470] CVE-2005-4348 version (fetchmail, fixed 6.3.1) CVE-2005-4268 backport (cpio) also blocked by FORTIFY_SOURCE CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- fc6 22 Dec 2006 18:06:59 -0000 1.178 +++ fc6 22 Dec 2006 18:38:31 -0000 1.179 @@ -556,6 +556,7 @@ CVE-2005-4605 version (kernel, fixed 2.6.15) CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only +CVE-2005-4352 version (kernel, fixed 2.6.18.3) [since FEDORA-2006-1471] CVE-2005-4348 version (fetchmail, fixed 6.3.1) CVE-2005-4268 backport (cpio) cpio-2.6-writeOutHeaderBufferOverflow.patch CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment From fedora-extras-commits at redhat.com Fri Dec 22 19:28:31 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 22 Dec 2006 14:28:31 -0500 Subject: rpms/tinyerp/devel .cvsignore, 1.9, 1.10 README.Fedora, 1.1, 1.2 sources, 1.9, 1.10 tinyerp-client.patch, 1.7, 1.8 tinyerp-server.patch, 1.8, 1.9 tinyerp.spec, 1.22, 1.23 Message-ID: <200612221928.kBMJSVtl011066@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/tinyerp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11027 Modified Files: .cvsignore README.Fedora sources tinyerp-client.patch tinyerp-server.patch tinyerp.spec Log Message: - update to upstream version 4.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2006 19:32:36 -0000 1.9 +++ .cvsignore 22 Dec 2006 19:28:01 -0000 1.10 @@ -1,2 +1,2 @@ -tinyerp-client-3.4.2.tar.gz -tinyerp-server-3.4.2.tar.gz +tinyerp-client-4.0.0.tar.gz +tinyerp-server-4.0.0.tar.gz Index: README.Fedora =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/README.Fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.Fedora 4 Sep 2006 18:35:21 -0000 1.1 +++ README.Fedora 22 Dec 2006 19:28:01 -0000 1.2 @@ -25,3 +25,10 @@ 3. start the service again as root: service tinyerp-server start + + +Post-upgrade steps for Fedora +============================= + +You should be very careful when starting tinyerp-server after an upgrade. Read +the official docs from /usr/share/doc/tinyerp-server-%{version}/migrate. Index: sources =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2006 19:32:36 -0000 1.9 +++ sources 22 Dec 2006 19:28:01 -0000 1.10 @@ -1,2 +1,2 @@ -962bb88bc7019d6dc3e8863889524e0f tinyerp-client-3.4.2.tar.gz -f360588ac94887c6fdf13c448c35fdc1 tinyerp-server-3.4.2.tar.gz +bed09e8dbcc14134152841ca17338ddd tinyerp-client-4.0.0.tar.gz +6eb0f0c0b221eab431c507a6d461b4e5 tinyerp-server-4.0.0.tar.gz tinyerp-client.patch: Index: tinyerp-client.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp-client.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tinyerp-client.patch 13 Oct 2006 19:32:36 -0000 1.7 +++ tinyerp-client.patch 22 Dec 2006 19:28:01 -0000 1.8 @@ -1,6 +1,6 @@ -diff -Nru tinyerp-client-3.4.2.orig/bin/tinyerp-client.py tinyerp-client-3.4.2/bin/tinyerp-client.py ---- tinyerp-client-3.4.2.orig/bin/tinyerp-client.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-client-3.4.2/bin/tinyerp-client.py 2006-10-13 14:18:37.000000000 +0200 +diff -Nru tinyerp-client-4.0.0.orig/bin/tinyerp-client.py tinyerp-client-4.0.0/bin/tinyerp-client.py +--- tinyerp-client-4.0.0.orig/bin/tinyerp-client.py 2006-11-27 13:30:44.000000000 +0100 ++++ tinyerp-client-4.0.0/bin/tinyerp-client.py 2006-12-01 17:07:04.000000000 +0100 @@ -73,14 +73,13 @@ import pango tinyerp-server.patch: Index: tinyerp-server.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp-server.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinyerp-server.patch 13 Oct 2006 19:32:36 -0000 1.8 +++ tinyerp-server.patch 22 Dec 2006 19:28:01 -0000 1.9 @@ -1,76 +1,67 @@ -diff -Nru tinyerp-server-3.4.2.orig/setup.py tinyerp-server-3.4.2/setup.py ---- tinyerp-server-3.4.2.orig/setup.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-server-3.4.2/setup.py 2006-10-13 15:39:00.000000000 +0200 -@@ -28,11 +28,21 @@ +diff -Nru tinyerp-server-4.0.0.orig/bin/netsvc.py tinyerp-server-4.0.0/bin/netsvc.py +--- tinyerp-server-4.0.0.orig/bin/netsvc.py 2006-11-30 10:20:14.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/netsvc.py 2006-12-21 21:05:23.000000000 +0100 +@@ -125,7 +125,6 @@ + os.makedirs(os.path.dirname(logf)) + try: + fd = open(logf, 'a') +- print 'OK' + handler = logging.StreamHandler(fd) + except IOError: + print 'H1' +@@ -259,20 +258,24 @@ + pass - included_addons = [ - 'account', 'account_followup', 'airport', 'audittrail', -- 'base','base_partner_relation', 'crm', 'custom', 'delivery', 'edi', 'esale', -- 'hr', 'hr_timesheet', 'marketing', 'mrp', 'network', 'oscommerce', -- 'product','product_electronic', 'product_expiry', 'product_extended', -- 'productivity_analysis', 'project', 'purchase', 'sale', 'sandwich', 'scrum', -- 'stock', 'subscription', 'travel', -+ 'base','base_partner_relation', -+ 'crm', 'custom', -+ 'delivery', -+ 'edi', 'esale', -+ 'hr', 'hr_evaluation', 'hr_expense', 'hr_timesheet', 'hr_timesheet_ical', -+ 'hr_timesheet_invoice', 'hr_timesheet_project', -+ 'letter', -+ 'marketing', 'mrp', -+ 'network', -+ 'partner_ldap', 'product','product_electronic', 'product_expiry', -+ 'product_extended', 'product_variant', 'productivity_analysis', 'project', -+ 'purchase', -+ 'report_crm', 'report_project', 'report_purchase', 'report_sale', -+ 'sale', 'sale_crm', 'sale_rebate', 'sandwich', 'scrum', 'stock', 'subscription', -+ 'travel', - 'l10n_be', 'l10n_ca-qc', 'l10n_ch', 'l10n_fr', 'l10n_se', 'l10n_simple',] + def handler(self,signum, frame): ++ from tools import config ++ import os + self.server.socket.close() + self.server.socket.close() + Agent.quit() +-# if tools.config['pidfile']: +-# os.unlink(tools.config['pidfile']) ++ if config['pidfile']: ++ os.unlink(config['pidfile']) + del self.server + sys.exit(0) - required_modules = [('psycopg', 'PostgreSQL module'), -@@ -56,9 +66,8 @@ - for addon in included_addons: - path = opj('bin', 'addons', addon) - for dirpath, dirnames, filenames in os.walk(path): -- if '__init__.py' in filenames: -- modname = dirpath.replace(os.path.sep, '.') -- yield modname.replace('bin', 'tinyerp-server', 1) -+ modname = dirpath.replace(os.path.sep, '.') -+ yield modname.replace('bin', 'tinyerp-server', 1) - - def data_files(): - '''Build list of data files to be installed''' -@@ -66,12 +75,8 @@ - ['man/tinyerp-server.1']), + def start(self): +-# if tools.config['pidfile']: +-# fd=open(tools.config['pidfile'], 'w') +-# pidtext="%d" % (os.getpid()) +-# fd.write(pidtext) +-# fd.close() ++ from tools import config ++ import os ++ if config['pidfile']: ++ fd=open(config['pidfile'], 'w') ++ pidtext="%d" % (os.getpid()) ++ fd.write(pidtext) ++ fd.close() + signal.signal(signal.SIGINT, self.handler) + signal.signal(signal.SIGTERM, self.handler) + self.server.register_introspection_functions() +diff -Nru tinyerp-server-4.0.0.orig/bin/tinyerp-server.py tinyerp-server-4.0.0/bin/tinyerp-server.py +--- tinyerp-server-4.0.0.orig/bin/tinyerp-server.py 2006-12-05 12:03:10.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/tinyerp-server.py 2006-12-21 19:33:42.000000000 +0100 +@@ -136,7 +136,7 @@ + cr.execute("SELECT relname FROM pg_class WHERE relkind='r' AND relname='perm'") + if len(cr.fetchall())==0: + #if False: +- print "init db" ++ logger.notifyChannel("init", netsvc.LOG_INFO, "init db") + tools.init_db(cr) + # in that case, force --init=all + tools.config["init"]["all"] = 1 +diff -Nru tinyerp-server-4.0.0.orig/setup.py tinyerp-server-4.0.0/setup.py +--- tinyerp-server-4.0.0.orig/setup.py 2006-12-06 09:12:08.000000000 +0100 ++++ tinyerp-server-4.0.0/setup.py 2006-12-21 20:45:29.000000000 +0100 +@@ -89,7 +89,7 @@ + ['man/terp_serverrc.5']), (opj('share','doc', 'tinyerp-server-%s' % version), [f for f in glob.glob('doc/*') if os.path.isfile(f)]), -- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), -- glob.glob('doc/i18n/*')), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), -- glob.glob('bin/addons/custom/*xml') + -- glob.glob('bin/addons/custom/*rml') + -- glob.glob('bin/addons/custom/*xsl'))] -+ (opj('share','doc','tinyerp-server-%s' % version, 'migrate/3.3.0-3.4.0'), -+ glob.glob('doc/migrate/3.3.0-3.4.0/*'))] - for addon in find_addons(): - add_path = addon.replace('.', os.path.sep).replace('tinyerp-server', 'bin', - 1) -@@ -79,15 +84,9 @@ - add_path.replace('bin', 'tinyerp-server', 1)), - glob.glob(opj(add_path, '*xml')) + - glob.glob(opj(add_path, '*csv')) + -- glob.glob(opj(add_path, '*sql'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'data'), -- glob.glob(opj(add_path, 'data', '*xml'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'report'), -- glob.glob(opj(add_path, 'report', '*xml')) + -- glob.glob(opj(add_path, 'report', '*rml')) + -- glob.glob(opj(add_path, 'report', '*xsl')))] -+ glob.glob(opj(add_path, '*sql')) + -+ glob.glob(opj(add_path, '*rml')) + -+ glob.glob(opj(add_path, '*xsl')))] - files.extend(pathfiles) - return files - +- (opj('lib','python%s' % py_short_version, 'site-package', 'tinyerp-server', 'i18n'), ++ (opj('lib','python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'i18n'), + glob.glob('bin/i18n/*')), + (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), + glob.glob('bin/addons/custom/*xml') + Index: tinyerp.spec =================================================================== RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- tinyerp.spec 13 Oct 2006 19:32:36 -0000 1.22 +++ tinyerp.spec 22 Dec 2006 19:28:01 -0000 1.23 @@ -20,14 +20,17 @@ Name: tinyerp -Version: 3.4.2 +Version: 4.0.0 Release: 1%{?dist} License: GPL Group: Applications/Productivity Summary: Open Source ERP Client URL: http://tinyerp.org -Source0: http://tinyerp.org/download/sources/tinyerp-server-%{version}.tar.gz -Source1: http://tinyerp.org/download/sources/tinyerp-client-%{version}.tar.gz +# RPM doesn't understand the real URLs, so we use filenames only +#Source0: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-server-%{version}.tar.gz/ +#Source1: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-client-%{version}.tar.gz/ +Source0: tinyerp-server-%{version}.tar.gz +Source1: tinyerp-client-%{version}.tar.gz Source2: tinyerp.desktop Source3: tinyerp-server.conf Source4: tinyerp-server @@ -76,6 +79,8 @@ %patch0 %patch1 +cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora + %build cd tinyerp-client-%{version} %{_xvfb} :69 -nolisten tcp -ac -terminate & @@ -101,7 +106,6 @@ %{SOURCE2} cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client - ln -s ../../../../share/tinyerp-client/themes themes for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do ln -s ../../../../share/pixmaps/tinyerp-client/$i $i @@ -110,7 +114,6 @@ install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/tinyerp-server.conf install -m 755 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/tinyerp-server install -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/tinyerp-server -install -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-server-%{version}/README.Fedora mkdir -p $RPM_BUILD_ROOT/var/log/tinyerp mkdir -p $RPM_BUILD_ROOT/var/spool/tinyerp @@ -130,6 +133,7 @@ %{_datadir}/applications/*.desktop %files server +%doc tinyerp-server-%{version}/doc/* %attr(750,tinyerp,tinyerp) %dir /var/log/tinyerp %attr(750,tinyerp,tinyerp) %dir /var/spool/tinyerp %{_sysconfdir}/rc.d/init.d/tinyerp-server @@ -137,8 +141,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/tinyerp-server %{_bindir}/tinyerp-server %{python_sitelib}/tinyerp-server/ -%{_defaultdocdir}/%{name}-server-%{version}/ %{_mandir}/man1/tinyerp-server.* +%{_mandir}/man5/terp_serverrc.* %pre server /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || : @@ -152,20 +156,23 @@ %preun server if [ $1 = 0 ] ; then - service tinyerp-server stop >/dev/null 2>&1 - rm -f /var/log/tinyerp/* - /sbin/chkconfig --del tinyerp-server + service tinyerp-server stop >/dev/null 2>&1 + rm -f /var/log/tinyerp/* + /sbin/chkconfig --del tinyerp-server fi %postun server if [ "$1" -ge "1" ] ; then - service tinyerp-server condrestart >/dev/null 2>&1 + service tinyerp-server condrestart >/dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel tinyerp &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel tinyerp &>/dev/null || : %changelog +* Fri Dec 22 2006 Dan Horak 4.0.0-1 +- update to upstream version 4.0.0 + * Fri Oct 13 2006 Dan Horak 3.4.2-1 - update to upstream version 3.4.2 From fedora-extras-commits at redhat.com Fri Dec 22 19:43:45 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:43:45 -0500 Subject: rpms/pessulus import.log,1.14,1.15 Message-ID: <200612221943.kBMJhjVx011194@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11164 Modified Files: import.log Log Message: auto-import pessulus-2.16.2-1 on branch devel from pessulus-2.16.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pessulus/import.log,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- import.log 3 Oct 2006 19:07:38 -0000 1.14 +++ import.log 22 Dec 2006 19:43:15 -0000 1.15 @@ -11,3 +11,4 @@ pessulus-2_16_0-1_fc6:HEAD:pessulus-2.16.0-1.fc6.src.rpm:1157498558 pessulus-2_16_0-4_fc6:HEAD:pessulus-2.16.0-4.fc6.src.rpm:1159024941 pessulus-2_16_1-1:HEAD:pessulus-2.16.1-1.src.rpm:1159902444 +pessulus-2_16_2-1:HEAD:pessulus-2.16.2-1.src.rpm:1166817093 From fedora-extras-commits at redhat.com Fri Dec 22 19:43:45 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:43:45 -0500 Subject: rpms/pessulus/devel .cvsignore, 1.7, 1.8 pessulus.spec, 1.13, 1.14 sources, 1.7, 1.8 Message-ID: <200612221943.kBMJhjbi011199@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11164/devel Modified Files: .cvsignore pessulus.spec sources Log Message: auto-import pessulus-2.16.2-1 on branch devel from pessulus-2.16.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Oct 2006 19:07:38 -0000 1.7 +++ .cvsignore 22 Dec 2006 19:43:15 -0000 1.8 @@ -1 +1 @@ -pessulus-2.16.1.tar.bz2 +pessulus-2.16.2.tar.bz2 Index: pessulus.spec =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pessulus.spec 3 Oct 2006 19:07:38 -0000 1.13 +++ pessulus.spec 22 Dec 2006 19:43:15 -0000 1.14 @@ -2,7 +2,7 @@ Name: pessulus -Version: 2.16.1 +Version: 2.16.2 Release: 1%{?dist} Summary: A lockdown editor for GNOME @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel +BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2-devel, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel Requires: gnome-python2-gconf %description @@ -57,35 +57,39 @@ %{_datadir}/%{name} %changelog +* Fri Dec 22 2006 Damien Durand - 2.16.2-1 +- Upgrade to 2.16.2 +- Add gnome-python2-devel in BR + * Sat Sep 23 2006 Damien Durand - 2.16.1-1 - Upgrade to 2.16.1 -- Fixed #195819 +- Fixe #195819 * Sat Sep 23 2006 Damien Durand - 2.16-4 -- Bumped release +- Bump release * Wed Sep 06 2006 Damien Durand - 2.16.0-1 - Upgrade to 2.16 release - Add gnome-python2-gconf in Requires * Fri Aug 08 2006 Damien Durand - 2.15.91-2 -- Bumped release +- Bump release * Fri Aug 08 2006 Damien Durand - 2.15.91-1 - Upgraded to 2.15.91 * Fri Jul 28 2006 Damien Durand - 2.15.90-1 -- Fixed URL -- Upgraded to 2.15.90 +- Fix URL +- Upgrad to 2.15.90 * Tue Jul 11 2006 Damien Durand - 0.10.4-1 -- upgraded to 0.10.4 +- upgrad to 0.10.4 * Tue Jul 04 2006 Damien Durand - 0.10.1-3 -- fixed debuginfo packages +- fix debuginfo packages * Thu Jun 15 2006 Damien Durand - 0.10.1-2 -- fixed BuildRequires +- fix BuildRequires * Wed May 3 2006 Damien Durand - 0.10.1-1 - upgrade version to 0.10.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Oct 2006 19:07:38 -0000 1.7 +++ sources 22 Dec 2006 19:43:15 -0000 1.8 @@ -1 +1 @@ -884031b0ec1d1e6c15c3fd8f110541bb pessulus-2.16.1.tar.bz2 +baefae82c57576c5abaa2a57a9a77318 pessulus-2.16.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 19:45:23 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:45:23 -0500 Subject: rpms/pessulus/FC-6 pessulus.spec,1.13,NONE sources,1.7,NONE Message-ID: <200612221945.kBMJjNh6011317@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11312 Removed Files: pessulus.spec sources Log Message: REmove source and spec file --- pessulus.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Dec 22 19:46:34 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 22 Dec 2006 14:46:34 -0500 Subject: rpms/pessulus/FC-6 pessulus.spec,1.14,1.15 sources,1.8,1.9 Message-ID: <200612221946.kBMJkYRI011353@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11336 Added Files: pessulus.spec sources Log Message: New release Index: pessulus.spec =================================================================== RCS file: pessulus.spec diff -N pessulus.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pessulus.spec 22 Dec 2006 19:46:04 -0000 1.15 @@ -0,0 +1,106 @@ +%{!?python_sitearch: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + + +Name: pessulus +Version: 2.16.2 +Release: 1%{?dist} +Summary: A lockdown editor for GNOME + +Group: Applications/System +License: GPL +URL: http://live.gnome.org/Pessulus +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2-devel, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel +Requires: gnome-python2-gconf + +%description +Pessulus is a lockdown editor for GNOME, written in python. Pessulus +enables administrators to set mandatory settings in GConf. The +users can not change these settings. +Use of pessulus can be useful on computers that are open to use by +everyone, e.g. in an internet cafe. + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +chmod +x $RPM_BUILD_ROOT%{python_sitelib}/Pessulus/*.py + + +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc README AUTHORS COPYING ChangeLog +%{_bindir}/%{name} +%{python_sitelib}/Pessulus/ +%{_datadir}/applications/*.desktop +%{_datadir}/%{name} + +%changelog +* Fri Dec 22 2006 Damien Durand - 2.16.2-1 +- Upgrade to 2.16.2 +- Add gnome-python2-devel in BR + +* Sat Sep 23 2006 Damien Durand - 2.16.1-1 +- Upgrade to 2.16.1 +- Fixe #195819 + +* Sat Sep 23 2006 Damien Durand - 2.16-4 +- Bump release + +* Wed Sep 06 2006 Damien Durand - 2.16.0-1 +- Upgrade to 2.16 release +- Add gnome-python2-gconf in Requires + +* Fri Aug 08 2006 Damien Durand - 2.15.91-2 +- Bump release + +* Fri Aug 08 2006 Damien Durand - 2.15.91-1 +- Upgraded to 2.15.91 + +* Fri Jul 28 2006 Damien Durand - 2.15.90-1 +- Fix URL +- Upgrad to 2.15.90 + +* Tue Jul 11 2006 Damien Durand - 0.10.4-1 +- upgrad to 0.10.4 + +* Tue Jul 04 2006 Damien Durand - 0.10.1-3 +- fix debuginfo packages + +* Thu Jun 15 2006 Damien Durand - 0.10.1-2 +- fix BuildRequires + +* Wed May 3 2006 Damien Durand - 0.10.1-1 +- upgrade version to 0.10.1 + +* Fri Apr 7 2006 Tom "spot" Callaway - 0.9-2 +- fix BR +- remove unnecessary Requires +- use version-release in changelog entries +- fix directory ownership +- use python_sitearch +- make python "scripts" executable + +* Thu Apr 6 2006 Damien Durand - 0.9-1 +- Initial package Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 22 Dec 2006 19:46:04 -0000 1.9 @@ -0,0 +1 @@ +baefae82c57576c5abaa2a57a9a77318 pessulus-2.16.2.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 19:48:58 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 22 Dec 2006 14:48:58 -0500 Subject: rpms/tinyerp/FC-6 .cvsignore, 1.9, 1.10 README.Fedora, 1.1, 1.2 sources, 1.9, 1.10 tinyerp-client.patch, 1.7, 1.8 tinyerp-server.patch, 1.8, 1.9 tinyerp.spec, 1.22, 1.23 Message-ID: <200612221948.kBMJmw3a011450@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/tinyerp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11419 Modified Files: .cvsignore README.Fedora sources tinyerp-client.patch tinyerp-server.patch tinyerp.spec Log Message: - update to upstream version 4.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2006 19:32:36 -0000 1.9 +++ .cvsignore 22 Dec 2006 19:48:28 -0000 1.10 @@ -1,2 +1,2 @@ -tinyerp-client-3.4.2.tar.gz -tinyerp-server-3.4.2.tar.gz +tinyerp-client-4.0.0.tar.gz +tinyerp-server-4.0.0.tar.gz Index: README.Fedora =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/README.Fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.Fedora 4 Sep 2006 18:35:21 -0000 1.1 +++ README.Fedora 22 Dec 2006 19:48:28 -0000 1.2 @@ -25,3 +25,10 @@ 3. start the service again as root: service tinyerp-server start + + +Post-upgrade steps for Fedora +============================= + +You should be very careful when starting tinyerp-server after an upgrade. Read +the official docs from /usr/share/doc/tinyerp-server-%{version}/migrate. Index: sources =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2006 19:32:36 -0000 1.9 +++ sources 22 Dec 2006 19:48:28 -0000 1.10 @@ -1,2 +1,2 @@ -962bb88bc7019d6dc3e8863889524e0f tinyerp-client-3.4.2.tar.gz -f360588ac94887c6fdf13c448c35fdc1 tinyerp-server-3.4.2.tar.gz +bed09e8dbcc14134152841ca17338ddd tinyerp-client-4.0.0.tar.gz +6eb0f0c0b221eab431c507a6d461b4e5 tinyerp-server-4.0.0.tar.gz tinyerp-client.patch: Index: tinyerp-client.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp-client.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tinyerp-client.patch 13 Oct 2006 19:32:36 -0000 1.7 +++ tinyerp-client.patch 22 Dec 2006 19:48:28 -0000 1.8 @@ -1,6 +1,6 @@ -diff -Nru tinyerp-client-3.4.2.orig/bin/tinyerp-client.py tinyerp-client-3.4.2/bin/tinyerp-client.py ---- tinyerp-client-3.4.2.orig/bin/tinyerp-client.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-client-3.4.2/bin/tinyerp-client.py 2006-10-13 14:18:37.000000000 +0200 +diff -Nru tinyerp-client-4.0.0.orig/bin/tinyerp-client.py tinyerp-client-4.0.0/bin/tinyerp-client.py +--- tinyerp-client-4.0.0.orig/bin/tinyerp-client.py 2006-11-27 13:30:44.000000000 +0100 ++++ tinyerp-client-4.0.0/bin/tinyerp-client.py 2006-12-01 17:07:04.000000000 +0100 @@ -73,14 +73,13 @@ import pango tinyerp-server.patch: Index: tinyerp-server.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp-server.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinyerp-server.patch 13 Oct 2006 19:32:36 -0000 1.8 +++ tinyerp-server.patch 22 Dec 2006 19:48:28 -0000 1.9 @@ -1,76 +1,67 @@ -diff -Nru tinyerp-server-3.4.2.orig/setup.py tinyerp-server-3.4.2/setup.py ---- tinyerp-server-3.4.2.orig/setup.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-server-3.4.2/setup.py 2006-10-13 15:39:00.000000000 +0200 -@@ -28,11 +28,21 @@ +diff -Nru tinyerp-server-4.0.0.orig/bin/netsvc.py tinyerp-server-4.0.0/bin/netsvc.py +--- tinyerp-server-4.0.0.orig/bin/netsvc.py 2006-11-30 10:20:14.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/netsvc.py 2006-12-21 21:05:23.000000000 +0100 +@@ -125,7 +125,6 @@ + os.makedirs(os.path.dirname(logf)) + try: + fd = open(logf, 'a') +- print 'OK' + handler = logging.StreamHandler(fd) + except IOError: + print 'H1' +@@ -259,20 +258,24 @@ + pass - included_addons = [ - 'account', 'account_followup', 'airport', 'audittrail', -- 'base','base_partner_relation', 'crm', 'custom', 'delivery', 'edi', 'esale', -- 'hr', 'hr_timesheet', 'marketing', 'mrp', 'network', 'oscommerce', -- 'product','product_electronic', 'product_expiry', 'product_extended', -- 'productivity_analysis', 'project', 'purchase', 'sale', 'sandwich', 'scrum', -- 'stock', 'subscription', 'travel', -+ 'base','base_partner_relation', -+ 'crm', 'custom', -+ 'delivery', -+ 'edi', 'esale', -+ 'hr', 'hr_evaluation', 'hr_expense', 'hr_timesheet', 'hr_timesheet_ical', -+ 'hr_timesheet_invoice', 'hr_timesheet_project', -+ 'letter', -+ 'marketing', 'mrp', -+ 'network', -+ 'partner_ldap', 'product','product_electronic', 'product_expiry', -+ 'product_extended', 'product_variant', 'productivity_analysis', 'project', -+ 'purchase', -+ 'report_crm', 'report_project', 'report_purchase', 'report_sale', -+ 'sale', 'sale_crm', 'sale_rebate', 'sandwich', 'scrum', 'stock', 'subscription', -+ 'travel', - 'l10n_be', 'l10n_ca-qc', 'l10n_ch', 'l10n_fr', 'l10n_se', 'l10n_simple',] + def handler(self,signum, frame): ++ from tools import config ++ import os + self.server.socket.close() + self.server.socket.close() + Agent.quit() +-# if tools.config['pidfile']: +-# os.unlink(tools.config['pidfile']) ++ if config['pidfile']: ++ os.unlink(config['pidfile']) + del self.server + sys.exit(0) - required_modules = [('psycopg', 'PostgreSQL module'), -@@ -56,9 +66,8 @@ - for addon in included_addons: - path = opj('bin', 'addons', addon) - for dirpath, dirnames, filenames in os.walk(path): -- if '__init__.py' in filenames: -- modname = dirpath.replace(os.path.sep, '.') -- yield modname.replace('bin', 'tinyerp-server', 1) -+ modname = dirpath.replace(os.path.sep, '.') -+ yield modname.replace('bin', 'tinyerp-server', 1) - - def data_files(): - '''Build list of data files to be installed''' -@@ -66,12 +75,8 @@ - ['man/tinyerp-server.1']), + def start(self): +-# if tools.config['pidfile']: +-# fd=open(tools.config['pidfile'], 'w') +-# pidtext="%d" % (os.getpid()) +-# fd.write(pidtext) +-# fd.close() ++ from tools import config ++ import os ++ if config['pidfile']: ++ fd=open(config['pidfile'], 'w') ++ pidtext="%d" % (os.getpid()) ++ fd.write(pidtext) ++ fd.close() + signal.signal(signal.SIGINT, self.handler) + signal.signal(signal.SIGTERM, self.handler) + self.server.register_introspection_functions() +diff -Nru tinyerp-server-4.0.0.orig/bin/tinyerp-server.py tinyerp-server-4.0.0/bin/tinyerp-server.py +--- tinyerp-server-4.0.0.orig/bin/tinyerp-server.py 2006-12-05 12:03:10.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/tinyerp-server.py 2006-12-21 19:33:42.000000000 +0100 +@@ -136,7 +136,7 @@ + cr.execute("SELECT relname FROM pg_class WHERE relkind='r' AND relname='perm'") + if len(cr.fetchall())==0: + #if False: +- print "init db" ++ logger.notifyChannel("init", netsvc.LOG_INFO, "init db") + tools.init_db(cr) + # in that case, force --init=all + tools.config["init"]["all"] = 1 +diff -Nru tinyerp-server-4.0.0.orig/setup.py tinyerp-server-4.0.0/setup.py +--- tinyerp-server-4.0.0.orig/setup.py 2006-12-06 09:12:08.000000000 +0100 ++++ tinyerp-server-4.0.0/setup.py 2006-12-21 20:45:29.000000000 +0100 +@@ -89,7 +89,7 @@ + ['man/terp_serverrc.5']), (opj('share','doc', 'tinyerp-server-%s' % version), [f for f in glob.glob('doc/*') if os.path.isfile(f)]), -- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), -- glob.glob('doc/i18n/*')), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), -- glob.glob('bin/addons/custom/*xml') + -- glob.glob('bin/addons/custom/*rml') + -- glob.glob('bin/addons/custom/*xsl'))] -+ (opj('share','doc','tinyerp-server-%s' % version, 'migrate/3.3.0-3.4.0'), -+ glob.glob('doc/migrate/3.3.0-3.4.0/*'))] - for addon in find_addons(): - add_path = addon.replace('.', os.path.sep).replace('tinyerp-server', 'bin', - 1) -@@ -79,15 +84,9 @@ - add_path.replace('bin', 'tinyerp-server', 1)), - glob.glob(opj(add_path, '*xml')) + - glob.glob(opj(add_path, '*csv')) + -- glob.glob(opj(add_path, '*sql'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'data'), -- glob.glob(opj(add_path, 'data', '*xml'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'report'), -- glob.glob(opj(add_path, 'report', '*xml')) + -- glob.glob(opj(add_path, 'report', '*rml')) + -- glob.glob(opj(add_path, 'report', '*xsl')))] -+ glob.glob(opj(add_path, '*sql')) + -+ glob.glob(opj(add_path, '*rml')) + -+ glob.glob(opj(add_path, '*xsl')))] - files.extend(pathfiles) - return files - +- (opj('lib','python%s' % py_short_version, 'site-package', 'tinyerp-server', 'i18n'), ++ (opj('lib','python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'i18n'), + glob.glob('bin/i18n/*')), + (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), + glob.glob('bin/addons/custom/*xml') + Index: tinyerp.spec =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- tinyerp.spec 13 Oct 2006 19:32:36 -0000 1.22 +++ tinyerp.spec 22 Dec 2006 19:48:28 -0000 1.23 @@ -20,14 +20,17 @@ Name: tinyerp -Version: 3.4.2 +Version: 4.0.0 Release: 1%{?dist} License: GPL Group: Applications/Productivity Summary: Open Source ERP Client URL: http://tinyerp.org -Source0: http://tinyerp.org/download/sources/tinyerp-server-%{version}.tar.gz -Source1: http://tinyerp.org/download/sources/tinyerp-client-%{version}.tar.gz +# RPM doesn't understand the real URLs, so we use filenames only +#Source0: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-server-%{version}.tar.gz/ +#Source1: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-client-%{version}.tar.gz/ +Source0: tinyerp-server-%{version}.tar.gz +Source1: tinyerp-client-%{version}.tar.gz Source2: tinyerp.desktop Source3: tinyerp-server.conf Source4: tinyerp-server @@ -76,6 +79,8 @@ %patch0 %patch1 +cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora + %build cd tinyerp-client-%{version} %{_xvfb} :69 -nolisten tcp -ac -terminate & @@ -101,7 +106,6 @@ %{SOURCE2} cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client - ln -s ../../../../share/tinyerp-client/themes themes for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do ln -s ../../../../share/pixmaps/tinyerp-client/$i $i @@ -110,7 +114,6 @@ install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/tinyerp-server.conf install -m 755 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/tinyerp-server install -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/tinyerp-server -install -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-server-%{version}/README.Fedora mkdir -p $RPM_BUILD_ROOT/var/log/tinyerp mkdir -p $RPM_BUILD_ROOT/var/spool/tinyerp @@ -130,6 +133,7 @@ %{_datadir}/applications/*.desktop %files server +%doc tinyerp-server-%{version}/doc/* %attr(750,tinyerp,tinyerp) %dir /var/log/tinyerp %attr(750,tinyerp,tinyerp) %dir /var/spool/tinyerp %{_sysconfdir}/rc.d/init.d/tinyerp-server @@ -137,8 +141,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/tinyerp-server %{_bindir}/tinyerp-server %{python_sitelib}/tinyerp-server/ -%{_defaultdocdir}/%{name}-server-%{version}/ %{_mandir}/man1/tinyerp-server.* +%{_mandir}/man5/terp_serverrc.* %pre server /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || : @@ -152,20 +156,23 @@ %preun server if [ $1 = 0 ] ; then - service tinyerp-server stop >/dev/null 2>&1 - rm -f /var/log/tinyerp/* - /sbin/chkconfig --del tinyerp-server + service tinyerp-server stop >/dev/null 2>&1 + rm -f /var/log/tinyerp/* + /sbin/chkconfig --del tinyerp-server fi %postun server if [ "$1" -ge "1" ] ; then - service tinyerp-server condrestart >/dev/null 2>&1 + service tinyerp-server condrestart >/dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel tinyerp &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel tinyerp &>/dev/null || : %changelog +* Fri Dec 22 2006 Dan Horak 4.0.0-1 +- update to upstream version 4.0.0 + * Fri Oct 13 2006 Dan Horak 3.4.2-1 - update to upstream version 3.4.2 From fedora-extras-commits at redhat.com Fri Dec 22 19:51:21 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 22 Dec 2006 14:51:21 -0500 Subject: rpms/tinyerp/FC-5 .cvsignore, 1.9, 1.10 README.Fedora, 1.1, 1.2 sources, 1.9, 1.10 tinyerp-client.patch, 1.7, 1.8 tinyerp-server.patch, 1.8, 1.9 tinyerp.spec, 1.21, 1.22 Message-ID: <200612221951.kBMJpLVB011545@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/tinyerp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514 Modified Files: .cvsignore README.Fedora sources tinyerp-client.patch tinyerp-server.patch tinyerp.spec Log Message: - update to upstream version 4.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2006 19:37:12 -0000 1.9 +++ .cvsignore 22 Dec 2006 19:50:51 -0000 1.10 @@ -1,2 +1,2 @@ -tinyerp-client-3.4.2.tar.gz -tinyerp-server-3.4.2.tar.gz +tinyerp-client-4.0.0.tar.gz +tinyerp-server-4.0.0.tar.gz Index: README.Fedora =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/README.Fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.Fedora 5 Sep 2006 17:09:27 -0000 1.1 +++ README.Fedora 22 Dec 2006 19:50:51 -0000 1.2 @@ -25,3 +25,10 @@ 3. start the service again as root: service tinyerp-server start + + +Post-upgrade steps for Fedora +============================= + +You should be very careful when starting tinyerp-server after an upgrade. Read +the official docs from /usr/share/doc/tinyerp-server-%{version}/migrate. Index: sources =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2006 19:37:12 -0000 1.9 +++ sources 22 Dec 2006 19:50:51 -0000 1.10 @@ -1,2 +1,2 @@ -962bb88bc7019d6dc3e8863889524e0f tinyerp-client-3.4.2.tar.gz -f360588ac94887c6fdf13c448c35fdc1 tinyerp-server-3.4.2.tar.gz +bed09e8dbcc14134152841ca17338ddd tinyerp-client-4.0.0.tar.gz +6eb0f0c0b221eab431c507a6d461b4e5 tinyerp-server-4.0.0.tar.gz tinyerp-client.patch: Index: tinyerp-client.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/tinyerp-client.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tinyerp-client.patch 13 Oct 2006 19:37:12 -0000 1.7 +++ tinyerp-client.patch 22 Dec 2006 19:50:51 -0000 1.8 @@ -1,6 +1,6 @@ -diff -Nru tinyerp-client-3.4.2.orig/bin/tinyerp-client.py tinyerp-client-3.4.2/bin/tinyerp-client.py ---- tinyerp-client-3.4.2.orig/bin/tinyerp-client.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-client-3.4.2/bin/tinyerp-client.py 2006-10-13 14:18:37.000000000 +0200 +diff -Nru tinyerp-client-4.0.0.orig/bin/tinyerp-client.py tinyerp-client-4.0.0/bin/tinyerp-client.py +--- tinyerp-client-4.0.0.orig/bin/tinyerp-client.py 2006-11-27 13:30:44.000000000 +0100 ++++ tinyerp-client-4.0.0/bin/tinyerp-client.py 2006-12-01 17:07:04.000000000 +0100 @@ -73,14 +73,13 @@ import pango tinyerp-server.patch: Index: tinyerp-server.patch =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/tinyerp-server.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinyerp-server.patch 13 Oct 2006 19:37:12 -0000 1.8 +++ tinyerp-server.patch 22 Dec 2006 19:50:51 -0000 1.9 @@ -1,76 +1,67 @@ -diff -Nru tinyerp-server-3.4.2.orig/setup.py tinyerp-server-3.4.2/setup.py ---- tinyerp-server-3.4.2.orig/setup.py 2006-10-06 11:47:27.000000000 +0200 -+++ tinyerp-server-3.4.2/setup.py 2006-10-13 15:39:00.000000000 +0200 -@@ -28,11 +28,21 @@ +diff -Nru tinyerp-server-4.0.0.orig/bin/netsvc.py tinyerp-server-4.0.0/bin/netsvc.py +--- tinyerp-server-4.0.0.orig/bin/netsvc.py 2006-11-30 10:20:14.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/netsvc.py 2006-12-21 21:05:23.000000000 +0100 +@@ -125,7 +125,6 @@ + os.makedirs(os.path.dirname(logf)) + try: + fd = open(logf, 'a') +- print 'OK' + handler = logging.StreamHandler(fd) + except IOError: + print 'H1' +@@ -259,20 +258,24 @@ + pass - included_addons = [ - 'account', 'account_followup', 'airport', 'audittrail', -- 'base','base_partner_relation', 'crm', 'custom', 'delivery', 'edi', 'esale', -- 'hr', 'hr_timesheet', 'marketing', 'mrp', 'network', 'oscommerce', -- 'product','product_electronic', 'product_expiry', 'product_extended', -- 'productivity_analysis', 'project', 'purchase', 'sale', 'sandwich', 'scrum', -- 'stock', 'subscription', 'travel', -+ 'base','base_partner_relation', -+ 'crm', 'custom', -+ 'delivery', -+ 'edi', 'esale', -+ 'hr', 'hr_evaluation', 'hr_expense', 'hr_timesheet', 'hr_timesheet_ical', -+ 'hr_timesheet_invoice', 'hr_timesheet_project', -+ 'letter', -+ 'marketing', 'mrp', -+ 'network', -+ 'partner_ldap', 'product','product_electronic', 'product_expiry', -+ 'product_extended', 'product_variant', 'productivity_analysis', 'project', -+ 'purchase', -+ 'report_crm', 'report_project', 'report_purchase', 'report_sale', -+ 'sale', 'sale_crm', 'sale_rebate', 'sandwich', 'scrum', 'stock', 'subscription', -+ 'travel', - 'l10n_be', 'l10n_ca-qc', 'l10n_ch', 'l10n_fr', 'l10n_se', 'l10n_simple',] + def handler(self,signum, frame): ++ from tools import config ++ import os + self.server.socket.close() + self.server.socket.close() + Agent.quit() +-# if tools.config['pidfile']: +-# os.unlink(tools.config['pidfile']) ++ if config['pidfile']: ++ os.unlink(config['pidfile']) + del self.server + sys.exit(0) - required_modules = [('psycopg', 'PostgreSQL module'), -@@ -56,9 +66,8 @@ - for addon in included_addons: - path = opj('bin', 'addons', addon) - for dirpath, dirnames, filenames in os.walk(path): -- if '__init__.py' in filenames: -- modname = dirpath.replace(os.path.sep, '.') -- yield modname.replace('bin', 'tinyerp-server', 1) -+ modname = dirpath.replace(os.path.sep, '.') -+ yield modname.replace('bin', 'tinyerp-server', 1) - - def data_files(): - '''Build list of data files to be installed''' -@@ -66,12 +75,8 @@ - ['man/tinyerp-server.1']), + def start(self): +-# if tools.config['pidfile']: +-# fd=open(tools.config['pidfile'], 'w') +-# pidtext="%d" % (os.getpid()) +-# fd.write(pidtext) +-# fd.close() ++ from tools import config ++ import os ++ if config['pidfile']: ++ fd=open(config['pidfile'], 'w') ++ pidtext="%d" % (os.getpid()) ++ fd.write(pidtext) ++ fd.close() + signal.signal(signal.SIGINT, self.handler) + signal.signal(signal.SIGTERM, self.handler) + self.server.register_introspection_functions() +diff -Nru tinyerp-server-4.0.0.orig/bin/tinyerp-server.py tinyerp-server-4.0.0/bin/tinyerp-server.py +--- tinyerp-server-4.0.0.orig/bin/tinyerp-server.py 2006-12-05 12:03:10.000000000 +0100 ++++ tinyerp-server-4.0.0/bin/tinyerp-server.py 2006-12-21 19:33:42.000000000 +0100 +@@ -136,7 +136,7 @@ + cr.execute("SELECT relname FROM pg_class WHERE relkind='r' AND relname='perm'") + if len(cr.fetchall())==0: + #if False: +- print "init db" ++ logger.notifyChannel("init", netsvc.LOG_INFO, "init db") + tools.init_db(cr) + # in that case, force --init=all + tools.config["init"]["all"] = 1 +diff -Nru tinyerp-server-4.0.0.orig/setup.py tinyerp-server-4.0.0/setup.py +--- tinyerp-server-4.0.0.orig/setup.py 2006-12-06 09:12:08.000000000 +0100 ++++ tinyerp-server-4.0.0/setup.py 2006-12-21 20:45:29.000000000 +0100 +@@ -89,7 +89,7 @@ + ['man/terp_serverrc.5']), (opj('share','doc', 'tinyerp-server-%s' % version), [f for f in glob.glob('doc/*') if os.path.isfile(f)]), -- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), -- glob.glob('doc/i18n/*')), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), -- glob.glob('bin/addons/custom/*xml') + -- glob.glob('bin/addons/custom/*rml') + -- glob.glob('bin/addons/custom/*xsl'))] -+ (opj('share','doc','tinyerp-server-%s' % version, 'migrate/3.3.0-3.4.0'), -+ glob.glob('doc/migrate/3.3.0-3.4.0/*'))] - for addon in find_addons(): - add_path = addon.replace('.', os.path.sep).replace('tinyerp-server', 'bin', - 1) -@@ -79,15 +84,9 @@ - add_path.replace('bin', 'tinyerp-server', 1)), - glob.glob(opj(add_path, '*xml')) + - glob.glob(opj(add_path, '*csv')) + -- glob.glob(opj(add_path, '*sql'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'data'), -- glob.glob(opj(add_path, 'data', '*xml'))), -- (opj('lib', 'python%s' % py_short_version, 'site-packages', -- add_path.replace('bin', 'tinyerp-server', 1), 'report'), -- glob.glob(opj(add_path, 'report', '*xml')) + -- glob.glob(opj(add_path, 'report', '*rml')) + -- glob.glob(opj(add_path, 'report', '*xsl')))] -+ glob.glob(opj(add_path, '*sql')) + -+ glob.glob(opj(add_path, '*rml')) + -+ glob.glob(opj(add_path, '*xsl')))] - files.extend(pathfiles) - return files - +- (opj('lib','python%s' % py_short_version, 'site-package', 'tinyerp-server', 'i18n'), ++ (opj('lib','python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'i18n'), + glob.glob('bin/i18n/*')), + (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), + glob.glob('bin/addons/custom/*xml') + Index: tinyerp.spec =================================================================== RCS file: /cvs/extras/rpms/tinyerp/FC-5/tinyerp.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- tinyerp.spec 13 Oct 2006 19:37:12 -0000 1.21 +++ tinyerp.spec 22 Dec 2006 19:50:51 -0000 1.22 @@ -20,14 +20,17 @@ Name: tinyerp -Version: 3.4.2 +Version: 4.0.0 Release: 1%{?dist} License: GPL Group: Applications/Productivity Summary: Open Source ERP Client URL: http://tinyerp.org -Source0: http://tinyerp.org/download/sources/tinyerp-server-%{version}.tar.gz -Source1: http://tinyerp.org/download/sources/tinyerp-client-%{version}.tar.gz +# RPM doesn't understand the real URLs, so we use filenames only +#Source0: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-server-%{version}.tar.gz/ +#Source1: http://tinyerp.com/component/option,com_vfm/Itemid,61/do,download/file,stable|source|tinyerp-client-%{version}.tar.gz/ +Source0: tinyerp-server-%{version}.tar.gz +Source1: tinyerp-client-%{version}.tar.gz Source2: tinyerp.desktop Source3: tinyerp-server.conf Source4: tinyerp-server @@ -76,6 +79,8 @@ %patch0 %patch1 +cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora + %build cd tinyerp-client-%{version} %{_xvfb} :69 -nolisten tcp -ac -terminate & @@ -101,7 +106,6 @@ %{SOURCE2} cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client - ln -s ../../../../share/tinyerp-client/themes themes for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do ln -s ../../../../share/pixmaps/tinyerp-client/$i $i @@ -110,7 +114,6 @@ install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/tinyerp-server.conf install -m 755 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/tinyerp-server install -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/tinyerp-server -install -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-server-%{version}/README.Fedora mkdir -p $RPM_BUILD_ROOT/var/log/tinyerp mkdir -p $RPM_BUILD_ROOT/var/spool/tinyerp @@ -130,6 +133,7 @@ %{_datadir}/applications/*.desktop %files server +%doc tinyerp-server-%{version}/doc/* %attr(750,tinyerp,tinyerp) %dir /var/log/tinyerp %attr(750,tinyerp,tinyerp) %dir /var/spool/tinyerp %{_sysconfdir}/rc.d/init.d/tinyerp-server @@ -137,8 +141,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/tinyerp-server %{_bindir}/tinyerp-server %{python_sitelib}/tinyerp-server/ -%{_defaultdocdir}/%{name}-server-%{version}/ %{_mandir}/man1/tinyerp-server.* +%{_mandir}/man5/terp_serverrc.* %pre server /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || : @@ -152,20 +156,23 @@ %preun server if [ $1 = 0 ] ; then - service tinyerp-server stop >/dev/null 2>&1 - rm -f /var/log/tinyerp/* - /sbin/chkconfig --del tinyerp-server + service tinyerp-server stop >/dev/null 2>&1 + rm -f /var/log/tinyerp/* + /sbin/chkconfig --del tinyerp-server fi %postun server if [ "$1" -ge "1" ] ; then - service tinyerp-server condrestart >/dev/null 2>&1 + service tinyerp-server condrestart >/dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel tinyerp &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel tinyerp &>/dev/null || : %changelog +* Fri Dec 22 2006 Dan Horak 4.0.0-1 +- update to upstream version 4.0.0 + * Fri Oct 13 2006 Dan Horak 3.4.2-1 - update to upstream version 3.4.2 From fedora-extras-commits at redhat.com Fri Dec 22 20:26:42 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:26:42 -0500 Subject: rpms/uqm/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-optflags.patch, 1.2, 1.3 uqm.spec, 1.9, 1.10 Message-ID: <200612222026.kBMKQfLV014879@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14823/FC-5 Modified Files: .cvsignore sources uqm-optflags.patch uqm.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:33 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:26:11 -0000 1.5 @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:33 -0000 1.4 +++ sources 22 Dec 2006 20:26:11 -0000 1.5 @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz uqm-optflags.patch: Index: uqm-optflags.patch =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/uqm-optflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uqm-optflags.patch 24 May 2005 06:42:29 -0000 1.2 +++ uqm-optflags.patch 22 Dec 2006 20:26:11 -0000 1.3 @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' Index: uqm.spec =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-5/uqm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- uqm.spec 11 Feb 2006 13:28:33 -0000 1.9 +++ uqm.spec 22 Dec 2006 20:26:11 -0000 1.10 @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,14 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + +* Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 +- FC6 rebuild + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 20:26:42 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:26:42 -0500 Subject: rpms/uqm/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-optflags.patch, 1.2, 1.3 uqm.spec, 1.10, 1.11 Message-ID: <200612222026.kBMKQg0P014888@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14823/FC-6 Modified Files: .cvsignore sources uqm-optflags.patch uqm.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:33 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:26:12 -0000 1.5 @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:33 -0000 1.4 +++ sources 22 Dec 2006 20:26:12 -0000 1.5 @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz uqm-optflags.patch: Index: uqm-optflags.patch =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/uqm-optflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uqm-optflags.patch 24 May 2005 06:42:29 -0000 1.2 +++ uqm-optflags.patch 22 Dec 2006 20:26:12 -0000 1.3 @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' Index: uqm.spec =================================================================== RCS file: /cvs/extras/rpms/uqm/FC-6/uqm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- uqm.spec 3 Sep 2006 19:29:50 -0000 1.10 +++ uqm.spec 22 Dec 2006 20:26:12 -0000 1.11 @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 -Release: 1.1%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,11 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + * Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 - FC6 rebuild From fedora-extras-commits at redhat.com Fri Dec 22 20:26:47 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:26:47 -0500 Subject: rpms/uqm/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-optflags.patch, 1.2, 1.3 uqm.spec, 1.10, 1.11 Message-ID: <200612222026.kBMKQl23014897@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14823/devel Modified Files: .cvsignore sources uqm-optflags.patch uqm.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:33 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:26:17 -0000 1.5 @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:33 -0000 1.4 +++ sources 22 Dec 2006 20:26:17 -0000 1.5 @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz uqm-optflags.patch: Index: uqm-optflags.patch =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/uqm-optflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- uqm-optflags.patch 24 May 2005 06:42:29 -0000 1.2 +++ uqm-optflags.patch 22 Dec 2006 20:26:17 -0000 1.3 @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' Index: uqm.spec =================================================================== RCS file: /cvs/extras/rpms/uqm/devel/uqm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- uqm.spec 3 Sep 2006 19:29:50 -0000 1.10 +++ uqm.spec 22 Dec 2006 20:26:17 -0000 1.11 @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 -Release: 1.1%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,11 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + * Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 - FC6 rebuild From fedora-extras-commits at redhat.com Fri Dec 22 20:29:30 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:29:30 -0500 Subject: rpms/uqm-content/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-content.spec, 1.5, 1.6 Message-ID: <200612222029.kBMKTUnN015077@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15027/FC-5 Modified Files: .cvsignore sources uqm-content.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:39 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:29:00 -0000 1.5 @@ -1,3 +1,3 @@ -uqm-0.5.0-3domusic.uqm -uqm-0.5.0-content.uqm -uqm-0.5.0-voice.uqm +uqm-0.6.0-content.uqm +uqm-0.6.0-3domusic.uqm +uqm-0.6.0-voice.uqm Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:39 -0000 1.4 +++ sources 22 Dec 2006 20:29:00 -0000 1.5 @@ -1,3 +1,3 @@ -a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm -1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm -52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm +7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm +a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm +d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/uqm-content.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-content.spec 11 Feb 2006 13:28:40 -0000 1.5 +++ uqm-content.spec 22 Dec 2006 20:29:00 -0000 1.6 @@ -1,8 +1,8 @@ %define uqm_contentdir %{_datadir}/games/uqm/content/packages Name: uqm-content -Version: 0.5.0 -Release: 1 +Version: 0.6.0 +Release: 1%{?dist} Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -14,11 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -PreReq: uqm >= 0.5.0 +PreReq: uqm >= %{version} %description %{summary}. + %package voice Summary: Optional speech package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -27,6 +28,7 @@ %description voice %{summary}. + %package 3domusic Summary: Optional 3DO music package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -68,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 20:29:31 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:29:31 -0500 Subject: rpms/uqm-content/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-content.spec, 1.5, 1.6 Message-ID: <200612222029.kBMKTVAg015082@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15027/FC-6 Modified Files: .cvsignore sources uqm-content.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:39 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:29:01 -0000 1.5 @@ -1,3 +1,3 @@ -uqm-0.5.0-3domusic.uqm -uqm-0.5.0-content.uqm -uqm-0.5.0-voice.uqm +uqm-0.6.0-content.uqm +uqm-0.6.0-3domusic.uqm +uqm-0.6.0-voice.uqm Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:39 -0000 1.4 +++ sources 22 Dec 2006 20:29:01 -0000 1.5 @@ -1,3 +1,3 @@ -a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm -1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm -52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm +7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm +a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm +d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/uqm-content.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-content.spec 11 Feb 2006 13:28:40 -0000 1.5 +++ uqm-content.spec 22 Dec 2006 20:29:01 -0000 1.6 @@ -1,8 +1,8 @@ %define uqm_contentdir %{_datadir}/games/uqm/content/packages Name: uqm-content -Version: 0.5.0 -Release: 1 +Version: 0.6.0 +Release: 1%{?dist} Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -14,11 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -PreReq: uqm >= 0.5.0 +PreReq: uqm >= %{version} %description %{summary}. + %package voice Summary: Optional speech package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -27,6 +28,7 @@ %description voice %{summary}. + %package 3domusic Summary: Optional 3DO music package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -68,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 20:29:36 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 15:29:36 -0500 Subject: rpms/uqm-content/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uqm-content.spec, 1.5, 1.6 Message-ID: <200612222029.kBMKTa2m015087@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15027/devel Modified Files: .cvsignore sources uqm-content.spec Log Message: Version 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Feb 2006 13:28:39 -0000 1.4 +++ .cvsignore 22 Dec 2006 20:29:06 -0000 1.5 @@ -1,3 +1,3 @@ -uqm-0.5.0-3domusic.uqm -uqm-0.5.0-content.uqm -uqm-0.5.0-voice.uqm +uqm-0.6.0-content.uqm +uqm-0.6.0-3domusic.uqm +uqm-0.6.0-voice.uqm Index: sources =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Feb 2006 13:28:39 -0000 1.4 +++ sources 22 Dec 2006 20:29:06 -0000 1.5 @@ -1,3 +1,3 @@ -a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm -1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm -52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm +7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm +a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm +d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/uqm-content.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-content.spec 11 Feb 2006 13:28:40 -0000 1.5 +++ uqm-content.spec 22 Dec 2006 20:29:06 -0000 1.6 @@ -1,8 +1,8 @@ %define uqm_contentdir %{_datadir}/games/uqm/content/packages Name: uqm-content -Version: 0.5.0 -Release: 1 +Version: 0.6.0 +Release: 1%{?dist} Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -14,11 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -PreReq: uqm >= 0.5.0 +PreReq: uqm >= %{version} %description %{summary}. + %package voice Summary: Optional speech package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -27,6 +28,7 @@ %description voice %{summary}. + %package 3domusic Summary: Optional 3DO music package for The Ur-Quan Masters Requires: %{name} = %{version}-%{release} @@ -68,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 + * Mon Feb 6 2006 Ville Skytt?? - 0.5.0-1 - 0.5.0. From fedora-extras-commits at redhat.com Fri Dec 22 21:21:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 22 Dec 2006 16:21:51 -0500 Subject: fedora-security/audit fe5,1.135,1.136 fe6,1.49,1.50 Message-ID: <200612222121.kBMLLpUo018579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18562 Modified Files: fe5 fe6 Log Message: Note zabbix (non-)issues Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- fe5 21 Dec 2006 21:20:06 -0000 1.135 +++ fe5 22 Dec 2006 21:21:51 -0000 1.136 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) +CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- fe6 21 Dec 2006 21:20:06 -0000 1.49 +++ fe6 22 Dec 2006 21:21:51 -0000 1.50 @@ -2,6 +2,8 @@ ** are items that need attention +CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) +CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 From fedora-extras-commits at redhat.com Fri Dec 22 21:23:18 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 16:23:18 -0500 Subject: rpms/resapplet/devel resapplet.spec,1.3,1.4 Message-ID: <200612222123.kBMLNIE6018605@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/rpms/resapplet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18590 Modified Files: resapplet.spec Log Message: add --add-missing Index: resapplet.spec =================================================================== RCS file: /cvs/extras/rpms/resapplet/devel/resapplet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- resapplet.spec 22 Dec 2006 13:36:29 -0000 1.3 +++ resapplet.spec 22 Dec 2006 21:22:48 -0000 1.4 @@ -44,7 +44,7 @@ aclocal intltoolize --force autoheader -automake +automake --add-missing autoconf export CFLAGS="$RPM_OPT_FLAGS" From fedora-extras-commits at redhat.com Fri Dec 22 21:36:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 22 Dec 2006 16:36:27 -0500 Subject: rpms/cvs2cl/devel cvs2cl.spec,1.11,1.12 Message-ID: <200612222136.kBMLaRcG018715@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18700 Modified Files: cvs2cl.spec Log Message: * Fri Dec 22 2006 Ville Skytt?? - 2.59-5 - Eliminate unnecessary file based dependencies. Index: cvs2cl.spec =================================================================== RCS file: /cvs/extras/rpms/cvs2cl/devel/cvs2cl.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cvs2cl.spec 15 Sep 2006 15:17:36 -0000 1.11 +++ cvs2cl.spec 22 Dec 2006 21:35:57 -0000 1.12 @@ -1,6 +1,6 @@ Name: cvs2cl Version: 2.59 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Generate ChangeLogs from CVS working copies Group: Development/Tools @@ -18,9 +18,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{_bindir}/pod2man +BuildRequires: perl Requires: perl -Requires: %{_datadir}/xml +Requires: xml-common %description cvs2cl generates GNU-style ChangeLogs for a CVS working copy using @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Ville Skytt?? - 2.59-5 +- Eliminate unnecessary file based dependencies. + * Fri Sep 15 2006 Ville Skytt?? - 2.59-4 - Add XSD from Yury Lebedev. From fedora-extras-commits at redhat.com Fri Dec 22 21:44:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Radek_Vok=C3=A1l?= (rvokal)) Date: Fri, 22 Dec 2006 16:44:43 -0500 Subject: owners owners.list,1.2140,1.2141 Message-ID: <200612222144.kBMLih0q018781@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18766 Modified Files: owners.list Log Message: reapplet Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2140 retrieving revision 1.2141 diff -u -r1.2140 -r1.2141 --- owners.list 22 Dec 2006 08:12:57 -0000 1.2140 +++ owners.list 22 Dec 2006 21:44:13 -0000 1.2141 @@ -1,4 +1,4 @@ -# Format: +r# Format: # product|component|description|initialowner|initialqacontact|initialcclist # # If you don't know what product & component are, ask someone who knows bugzilla :) @@ -2167,6 +2167,7 @@ Fedora Extras|renrot|A program to rename and rotate files according to EXIF tags|andy at smile.org.ua|extras-qa at fedoraproject.org| Fedora Extras|repoml|Tools and data for working with RepoML files|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|repoview|Creates a set of static HTML pages in a yum repository|icon at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|resapplet|Resolution Switching Applet|rvokal at eredhat.com|extras-qa at fedoraproject.org| Fedora Extras|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|Ri-li|Arcade game where you drive a toy wood engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|rinetd|TCP redirection server|kaboom at oobleck.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 21:56:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Fri, 22 Dec 2006 16:56:38 -0500 Subject: rpms/em8300/devel em8300.spec,1.6,1.7 Message-ID: <200612222156.kBMLucLo019691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19599 Modified Files: em8300.spec Log Message: * Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 - Eliminate some file based dependencies. Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- em8300.spec 18 Dec 2006 21:06:38 -0000 1.6 +++ em8300.spec 22 Dec 2006 21:56:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: em8300 Version: 0.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System @@ -36,7 +36,7 @@ Summary: Development files for DXR3/Hollywood Plus MPEG decoder cards Group: Development/Libraries # Does not require main package on purpose: #189400 -Requires: %{_includedir}/linux +Requires: kernel-headers %description devel %{summary}. @@ -117,6 +117,9 @@ %changelog +* Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 +- Eliminate some file based dependencies. + * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. From fedora-extras-commits at redhat.com Fri Dec 22 22:01:38 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Fri, 22 Dec 2006 17:01:38 -0500 Subject: rpms/paraview/devel paraview-2.4.4-cmake245.patch, NONE, 1.1 paraview-2.4.4-const.patch, NONE, 1.1 paraview.spec, 1.9, 1.10 Message-ID: <200612222201.kBMM1cRT023634@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/paraview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20391 Modified Files: paraview.spec Added Files: paraview-2.4.4-cmake245.patch paraview-2.4.4-const.patch Log Message: - Fix .so permissions - Patch for const issue - Patch for new cmake - Build with openmpi paraview-2.4.4-cmake245.patch: --- NEW FILE paraview-2.4.4-cmake245.patch --- --- paraview-2.4.4/Utilities/IceT/doc/man/CMakeLists.txt.cmake245 2005-08-03 07:07:15.000000000 -0600 +++ paraview-2.4.4/Utilities/IceT/doc/man/CMakeLists.txt 2006-12-19 16:46:59.000000000 -0700 @@ -45,17 +45,21 @@ MAKE_DIRECTORY(${CMAKE_CURRENT_BINARY_DIR}/man7) MACRO(ICET_LINK_MAN3_FILE srcfile destfile) - ADD_CUSTOM_TARGET(man3/${destfile}.3 ALL - ln -sf ${ICET_SOURCE_DIR}/doc/man/man3/${srcfile}.3 man3/${destfile}.3 + ADD_CUSTOM_COMMAND( + OUTPUT man3/${destfile}.3 + COMMAND ln + ARGS -sf ${ICET_SOURCE_DIR}/doc/man/man3/${srcfile}.3 man3/${destfile}.3 DEPENDS man3) - INSTALL_FILES(/man/man3 FILES ${ICET_BINARY_DIR}/doc/man/man3/${destfile}.3) + INSTALL_FILES(/share/man/man3 FILES ${ICET_BINARY_DIR}/doc/man/man3/${destfile}.3) ENDMACRO(ICET_LINK_MAN3_FILE) MACRO(ICET_LINK_MAN7_FILE srcfile destfile) - ADD_CUSTOM_TARGET(man7/${destfile}.7 ALL - ln -sf ${ICET_SOURCE_DIR}/doc/man/man7/${srcfile}.7 man7/${destfile}.7 + ADD_CUSTOM_COMMAND( + OUTPUT man7/${destfile}.7 + COMMAND ln + ARGS -sf ${ICET_SOURCE_DIR}/doc/man/man7/${srcfile}.7 man7/${destfile}.7 DEPENDS man7) - INSTALL_FILES(/man/man7 FILES ${ICET_BINARY_DIR}/doc/man/man7/${destfile}.7) + INSTALL_FILES(/share/man/man7 FILES ${ICET_BINARY_DIR}/doc/man/man7/${destfile}.7) ENDMACRO(ICET_LINK_MAN7_FILE) ICET_LINK_MAN3_FILE(icetBoundingBox icetBoundingBoxd) @@ -71,5 +75,5 @@ ICET_LINK_MAN7_FILE(ICE-T ice-t) ICET_LINK_MAN7_FILE(ICE-T icet) -INSTALL_FILES(/man/man3 FILES ${MAN3_FILES}) -INSTALL_FILES(/man/man7 FILES ${MAN7_FILES}) +INSTALL_FILES(/share/man/man3 FILES ${MAN3_FILES}) +INSTALL_FILES(/share/man/man7 FILES ${MAN7_FILES}) paraview-2.4.4-const.patch: --- NEW FILE paraview-2.4.4-const.patch --- diff -u -r1.76 vtkPythonUtil.cxx --- VTK/Common/vtkPythonUtil.cxx 4 Aug 2005 16:19:14 -0000 1.76 +++ VTK/Common/vtkPythonUtil.cxx 18 Dec 2006 20:16:46 -0000 @@ -768,7 +768,7 @@ } if (strcmp(name, "__doc__") == 0) { - char *doc = t->tp_doc; + const char *doc = t->tp_doc; if (doc != NULL) { return PyString_FromString(doc); Index: paraview.spec =================================================================== RCS file: /cvs/extras/rpms/paraview/devel/paraview.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- paraview.spec 15 Dec 2006 08:19:08 -0000 1.9 +++ paraview.spec 22 Dec 2006 22:01:08 -0000 1.10 @@ -1,6 +1,6 @@ Name: paraview Version: 2.4.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -12,9 +12,11 @@ Patch0: paraview-2.4.2-tcltk.patch Patch1: paraview-2.4.3-png.patch Patch2: paraview-2.4.3-python.patch +Patch3: paraview-2.4.4-const.patch +Patch4: paraview-2.4.4-cmake245.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cmake, lam-devel +BuildRequires: cmake, openmpi-devel BuildRequires: libGLU-devel, libXt-devel, mesa-libOSMesa-devel BuildRequires: python-devel, tk-devel, hdf5-devel BuildRequires: freetype-devel, libjpeg-devel, libpng-devel, libtiff-devel, zlib-devel @@ -96,6 +98,8 @@ %patch -p1 -b .tcltk %patch1 -p1 -b .png %patch2 -p1 -b .python +%patch3 -p0 -b .const +%patch4 -p1 -b .cmake245 rm -rf Utilities/TclTk sed -i -e 's,INSTALL_FILES(/man/,INSTALL_FILES(/share/man/,' Utilities/IceT/doc/man/CMakeLists.txt @@ -135,7 +139,7 @@ mkdir fedora-mpi pushd fedora-mpi export CC='gcc' -export CXX='g++' +export CXX='mpic++' export MAKE='make' export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" @@ -152,8 +156,8 @@ -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON \ -DPARAVIEW_WRAP_PYTHON:BOOL=ON \ -DVTK_USE_MPI:BOOL=ON \ - -DMPI_INCLUDE_PATH:PATH=%{_includedir}/lam \ - -DMPI_LIBRARY:STRING="-L%{_libdir}/lam -llammpio -llammpi++ -llamf77mpi -lmpi -llam -laio -lutil -ldl" \ + -DMPI_INCLUDE_PATH:PATH="%{_includedir}/openmpi" \ + -DMPI_LIBRARY:STRING="-L%{_libdir}/openmpi" \ -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \ -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \ @@ -242,6 +246,9 @@ popd +# 'cmake' does not set +x permissions for libraries; hence they won't be stripped +find $RPM_BUILD_ROOT%_libdir -name \*.so | xargs chmod +x + %clean rm -rf $RPM_BUILD_ROOT @@ -310,6 +317,12 @@ %changelog +* Fri Dec 22 2006 - Orion Poplawski - 2.4.4-5 +- Fix .so permissions +- Patch for const issue +- Patch for new cmake +- Build with openmpi + * Thu Dec 14 2006 - Jef Spaleta - 2.4.4-4 - Bump and build for python 2.5 From fedora-extras-commits at redhat.com Fri Dec 22 22:08:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:11 -0500 Subject: rpms/xfce4-smartbookmark-plugin - New directory Message-ID: <200612222208.kBMM8BEp024777@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24769/xfce4-smartbookmark-plugin Log Message: Directory /cvs/extras/rpms/xfce4-smartbookmark-plugin added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:08:11 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:11 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel - New directory Message-ID: <200612222208.kBMM8BBD024790@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24769/xfce4-smartbookmark-plugin/devel Log Message: Directory /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:08:30 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:30 -0500 Subject: rpms/xfce4-smartbookmark-plugin Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612222208.kBMM8Ug3024868@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24861 Added Files: Makefile import.log Log Message: Setup of module xfce4-smartbookmark-plugin --- NEW FILE Makefile --- # Top level Makefile for module xfce4-smartbookmark-plugin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 22 22:08:35 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:08:35 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612222208.kBMM8ZUh024895@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24861/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-smartbookmark-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 22 22:09:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:09:55 -0500 Subject: rpms/xfce4-smartbookmark-plugin import.log,1.1,1.2 Message-ID: <200612222209.kBMM9toQ025188@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25083 Modified Files: import.log Log Message: auto-import xfce4-smartbookmark-plugin-0.4.2-1.fc7 on branch devel from xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 22 Dec 2006 22:08:30 -0000 1.1 +++ import.log 22 Dec 2006 22:09:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-smartbookmark-plugin-0_4_2-1_fc7:HEAD:xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm:1166825862 From fedora-extras-commits at redhat.com Fri Dec 22 22:09:56 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:09:56 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel xfce4-smartbookmark-plugin-redhat.patch, NONE, 1.1 xfce4-smartbookmark-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612222210.kBMM9ujM025194@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25083/devel Modified Files: .cvsignore sources Added Files: xfce4-smartbookmark-plugin-redhat.patch xfce4-smartbookmark-plugin.spec Log Message: auto-import xfce4-smartbookmark-plugin-0.4.2-1.fc7 on branch devel from xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm xfce4-smartbookmark-plugin-redhat.patch: --- NEW FILE xfce4-smartbookmark-plugin-redhat.patch --- --- src/smartbookmark.c.redhat 2006-12-18 02:06:21.000000000 +0100 +++ src/smartbookmark.c 2006-12-18 02:11:33.000000000 +0100 @@ -197,8 +197,8 @@ box = gtk_vbox_new(FALSE, 0); /* default options */ - search->url = "http://bugs.debian.org/"; - search->label_text = "BTS"; + search->url = "https://bugzilla.redhat.com/"; + search->label_text = "Bug #"; search->size = 5; search->hide_label = FALSE; /* read config file options */ @@ -269,8 +269,8 @@ if( (rcfile = xfce_rc_simple_open(filename, TRUE) )) { xfce_rc_set_group(rcfile, NULL); - search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/")); - search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS")); + search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugzilla.redhat.com/")); + search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Bug #")); search->size = xfce_rc_read_int_entry(rcfile, "size", 5); search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE); } --- NEW FILE xfce4-smartbookmark-plugin.spec --- Name: xfce4-smartbookmark-plugin Version: 0.4.2 Release: 1%{?dist} Summary: Smart bookmarks for the Xfce panel Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-redhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) BuildRequires: libXt-devel Requires: xfce4-panel >= 4.3.99.1, webclient %description A plugin which allows you to do a search directly on Internet on sites like Google or Red Hat Bugzilla. It allows you to send requests directly to your browser and perform custom searches. %prep %setup -q %patch0 -p0 -b .redhat %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_libdir}/xfce4/panel-plugins/*.so #%{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %changelog * Sat Sep 23 2006 Christoph Wickert - 0.4.2-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Dec 2006 22:08:35 -0000 1.1 +++ .cvsignore 22 Dec 2006 22:09:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-smartbookmark-plugin-0.4.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Dec 2006 22:08:35 -0000 1.1 +++ sources 22 Dec 2006 22:09:25 -0000 1.2 @@ -0,0 +1 @@ +284e26595637dd2e900b75534372496b xfce4-smartbookmark-plugin-0.4.2.tar.gz From fedora-extras-commits at redhat.com Fri Dec 22 22:12:06 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:06 -0500 Subject: rpms/xfce4-xfapplet-plugin - New directory Message-ID: <200612222212.kBMMC6QW025609@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25603/xfce4-xfapplet-plugin Log Message: Directory /cvs/extras/rpms/xfce4-xfapplet-plugin added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:12:12 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:12 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel - New directory Message-ID: <200612222212.kBMMCCmM025638@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25603/xfce4-xfapplet-plugin/devel Log Message: Directory /cvs/extras/rpms/xfce4-xfapplet-plugin/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 22 22:12:31 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:31 -0500 Subject: rpms/xfce4-xfapplet-plugin Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612222212.kBMMCV1h025701@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25694 Added Files: Makefile import.log Log Message: Setup of module xfce4-xfapplet-plugin --- NEW FILE Makefile --- # Top level Makefile for module xfce4-xfapplet-plugin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 22 22:12:31 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:12:31 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612222212.kBMMCVFU025717@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25694/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-xfapplet-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 22 22:13:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:13:55 -0500 Subject: rpms/xfce4-xfapplet-plugin import.log,1.1,1.2 Message-ID: <200612222213.kBMMDt5Y025880@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25810 Modified Files: import.log Log Message: auto-import xfce4-xfapplet-plugin-0.1.0-1.fc7 on branch devel from xfce4-xfapplet-plugin-0.1.0-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 22 Dec 2006 22:12:31 -0000 1.1 +++ import.log 22 Dec 2006 22:13:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-xfapplet-plugin-0_1_0-1_fc7:HEAD:xfce4-xfapplet-plugin-0.1.0-1.fc7.src.rpm:1166826101 From fedora-extras-commits at redhat.com Fri Dec 22 22:13:55 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:13:55 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel xfce4-xfapplet-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612222214.kBMMDthl025884@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25810/devel Modified Files: .cvsignore sources Added Files: xfce4-xfapplet-plugin.spec Log Message: auto-import xfce4-xfapplet-plugin-0.1.0-1.fc7 on branch devel from xfce4-xfapplet-plugin-0.1.0-1.fc7.src.rpm --- NEW FILE xfce4-xfapplet-plugin.spec --- Name: xfce4-xfapplet-plugin Version: 0.1.0 Release: 1%{?dist} Summary: A plugin to use gnome-panel based applets inside the Xfce4 one Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.2.0 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) BuildRequires: gnome-panel-devel >= 2.0.0 Requires: xfce4-panel >= 4.3.99.2, gnome-applets %description The XfApplet Plugin is a plugin for the Xfce 4 Panel which allows one to use applets designed for the Gnome Panel inside the Xfce Panel. You can think of XfApplet as a tiny Gnome Panel that lives inside the Xfce Panel and allows you to show the same applets that the Gnome Panel is capable of showing. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/pixmaps/xfapplet*.svg %{_datadir}/%{name} %changelog * Sat Sep 23 2006 Christoph Wickert - 0.1.0-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Dec 2006 22:12:31 -0000 1.1 +++ .cvsignore 22 Dec 2006 22:13:25 -0000 1.2 @@ -0,0 +1 @@ +xfce4-xfapplet-plugin-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Dec 2006 22:12:31 -0000 1.1 +++ sources 22 Dec 2006 22:13:25 -0000 1.2 @@ -0,0 +1 @@ +6a06c44b18a97626f44a240ad3bc3244 xfce4-xfapplet-plugin-0.1.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 22 22:23:56 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:23:56 -0500 Subject: rpms/xfce4-smartbookmark-plugin/devel xfce4-smartbookmark-plugin.spec, 1.1, 1.2 Message-ID: <200612222223.kBMMNu8G026202@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26187 Modified Files: xfce4-smartbookmark-plugin.spec Log Message: add comment about new plugin location Index: xfce4-smartbookmark-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/xfce4-smartbookmark-plugin.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-smartbookmark-plugin.spec 22 Dec 2006 22:09:25 -0000 1.1 +++ xfce4-smartbookmark-plugin.spec 22 Dec 2006 22:23:26 -0000 1.2 @@ -44,6 +44,7 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_libdir}/xfce4/panel-plugins/*.so +# new location of the plugin (one day...) #%{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop From fedora-extras-commits at redhat.com Fri Dec 22 22:39:06 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 17:39:06 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel xfce4-xfapplet-plugin.spec, 1.1, 1.2 Message-ID: <200612222239.kBMMd699026318@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26303 Modified Files: xfce4-xfapplet-plugin.spec Log Message: fix description Index: xfce4-xfapplet-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/xfce4-xfapplet-plugin.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-xfapplet-plugin.spec 22 Dec 2006 22:13:25 -0000 1.1 +++ xfce4-xfapplet-plugin.spec 22 Dec 2006 22:38:36 -0000 1.2 @@ -1,7 +1,7 @@ Name: xfce4-xfapplet-plugin Version: 0.1.0 Release: 1%{?dist} -Summary: A plugin to use gnome-panel based applets inside the Xfce4 one +Summary: A plugin to use gnome-panel based applets inside the Xfce4 Panel Group: User Interface/Desktops License: GPL From fedora-extras-commits at redhat.com Fri Dec 22 23:06:43 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 18:06:43 -0500 Subject: owners owners.list,1.2141,1.2142 Message-ID: <200612222306.kBMN6hjR029596@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29579 Modified Files: owners.list Log Message: add xfce4-smartbookmark-plugin and xfce4-xfapplet-plugin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2141 retrieving revision 1.2142 diff -u -r1.2141 -r1.2142 --- owners.list 22 Dec 2006 21:44:13 -0000 1.2141 +++ owners.list 22 Dec 2006 23:06:13 -0000 1.2142 @@ -2607,6 +2607,7 @@ Fedora Extras|xfce4-sensors-plugin|Sensors plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-session|Session manager for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-showdesktop-plugin|Show-Desktop plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-smartbookmark-plugin|Smart bookmarks for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| @@ -2618,6 +2619,7 @@ Fedora Extras|xfce4-weather-plugin|Weather plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-websearch-plugin|Websearch plugin from the XFCE panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-windowlist-plugin|Windowlist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-xfapplet-plugin|A plugin to use gnome-panel based applets inside the Xfce4 panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xkb-plugin|XKB layout switcher for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-xmms-plugin|Control XMMS from the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfdesktop|Desktop Manger for the Xfce4 desktop|kevin at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 22 23:09:29 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 18:09:29 -0500 Subject: rpms/xfce4-xfapplet-plugin/devel xfce4-xfapplet-plugin.spec, 1.2, 1.3 Message-ID: <200612222309.kBMN9TEs029617@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/xfce4-xfapplet-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29602 Modified Files: xfce4-xfapplet-plugin.spec Log Message: cosmetical fix in summary to mach owners list Index: xfce4-xfapplet-plugin.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-xfapplet-plugin/devel/xfce4-xfapplet-plugin.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xfce4-xfapplet-plugin.spec 22 Dec 2006 22:38:36 -0000 1.2 +++ xfce4-xfapplet-plugin.spec 22 Dec 2006 23:08:59 -0000 1.3 @@ -1,7 +1,7 @@ Name: xfce4-xfapplet-plugin Version: 0.1.0 Release: 1%{?dist} -Summary: A plugin to use gnome-panel based applets inside the Xfce4 Panel +Summary: A plugin to use gnome-panel based applets inside the Xfce4 panel Group: User Interface/Desktops License: GPL From fedora-extras-commits at redhat.com Fri Dec 22 23:13:01 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 22 Dec 2006 18:13:01 -0500 Subject: comps comps-fe7.xml.in,1.53,1.54 Message-ID: <200612222313.kBMND1eR029650@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29634 Modified Files: comps-fe7.xml.in Log Message: add xfce4-smartbookmark-plugin and xfce4-xfapplet-plugin Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- comps-fe7.xml.in 22 Dec 2006 01:04:42 -0000 1.53 +++ comps-fe7.xml.in 22 Dec 2006 23:12:31 -0000 1.54 @@ -1198,12 +1198,14 @@ xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-sensors-plugin + xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin + xfce4-xfapplet-plugin xfce4-xkb-plugin xfce4-xmms-plugin xfwm4-themes From fedora-extras-commits at redhat.com Fri Dec 22 23:44:29 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Fri, 22 Dec 2006 18:44:29 -0500 Subject: owners owners.list,1.2142,1.2143 Message-ID: <200612222344.kBMNiTdE029820@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29805 Modified Files: owners.list Log Message: Remove spurious keystroke. Fix sorting order. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2142 retrieving revision 1.2143 diff -u -r1.2142 -r1.2143 --- owners.list 22 Dec 2006 23:06:13 -0000 1.2142 +++ owners.list 22 Dec 2006 23:43:59 -0000 1.2143 @@ -1,4 +1,4 @@ -r# Format: +# Format: # product|component|description|initialowner|initialqacontact|initialcclist # # If you don't know what product & component are, ask someone who knows bugzilla :) @@ -2611,8 +2611,8 @@ Fedora Extras|xfce4-systemload-plugin|Systemload monitor for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-systray|Systray for the Xfce4 Desktop Environment|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskbar-plugin|Tasklist plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| -Fedora Extras|xfce4-timer-plugin|Timer for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-taskmanager|Taskmanager for the Xfce desktop environment|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| +Fedora Extras|xfce4-timer-plugin|Timer for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|xfce4-toys|Small Xfce4 applications|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-trigger-launcher|Trigger launcher for Xfce4 panel|kevin at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|xfce4-wavelan-plugin|WaveLAN plugin for the Xfce panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 23 01:03:23 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 20:03:23 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.8,1.9 Message-ID: <200612230103.kBN13N4u003967@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3952 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tomoe.spec 22 Dec 2006 16:50:59 -0000 1.8 +++ tomoe.spec 23 Dec 2006 01:02:53 -0000 1.9 @@ -8,7 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libtool +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -26,7 +26,6 @@ %prep %setup -q -./autogen.sh %build From fedora-extras-commits at redhat.com Sat Dec 23 01:16:56 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 20:16:56 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.9,1.10 Message-ID: <200612230116.kBN1GuVM004024@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4009 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tomoe.spec 23 Dec 2006 01:02:53 -0000 1.9 +++ tomoe.spec 23 Dec 2006 01:16:26 -0000 1.10 @@ -8,7 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel +BuildRequires: glib2-devel gtk-doc libtool %description A program which does Japanese handwriting recognition. @@ -26,6 +26,7 @@ %prep %setup -q +./autogen.sh %build From fedora-extras-commits at redhat.com Sat Dec 23 01:56:14 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 20:56:14 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.10,1.11 Message-ID: <200612230156.kBN1uEsr004187@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4172 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tomoe.spec 23 Dec 2006 01:16:26 -0000 1.10 +++ tomoe.spec 23 Dec 2006 01:55:44 -0000 1.11 @@ -8,7 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel gtk-doc libtool +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -26,7 +26,6 @@ %prep %setup -q -./autogen.sh %build @@ -35,7 +34,7 @@ %install -%makeinstall +%makeinstall DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la From fedora-extras-commits at redhat.com Sat Dec 23 02:11:35 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 21:11:35 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.11,1.12 Message-ID: <200612230211.kBN2BZ0R007378@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7363 Modified Files: tomoe.spec Log Message: Add "DESTDIR" after the "%makeinstall" Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tomoe.spec 23 Dec 2006 01:55:44 -0000 1.11 +++ tomoe.spec 23 Dec 2006 02:11:05 -0000 1.12 @@ -36,7 +36,7 @@ %install %makeinstall DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Sat Dec 23 02:27:27 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 21:27:27 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.12,1.13 Message-ID: <200612230227.kBN2RRai007445@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7428 Modified Files: tomoe.spec Log Message: Modify '%makeinstall' into 'make install' Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tomoe.spec 23 Dec 2006 02:11:05 -0000 1.12 +++ tomoe.spec 23 Dec 2006 02:26:57 -0000 1.13 @@ -34,7 +34,7 @@ %install -%makeinstall DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la @@ -50,7 +50,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -61,6 +61,7 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 02:50:05 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 21:50:05 -0500 Subject: rpms/libopts/devel dead.package,NONE,1.1 Message-ID: <200612230250.kBN2o5sB007515@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libopts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7510 Added Files: dead.package Log Message: Add dead.package to libopts. It's a part of autogen package now --- NEW FILE dead.package --- Now a part of autogen package. From fedora-extras-commits at redhat.com Sat Dec 23 02:50:25 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 21:50:25 -0500 Subject: rpms/libopts/FC-6 dead.package,NONE,1.1 Message-ID: <200612230250.kBN2oPnC007540@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libopts/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7535 Added Files: dead.package Log Message: Add dead.package to libopts. It's a part of autogen package now --- NEW FILE dead.package --- Now a part of autogen package. From fedora-extras-commits at redhat.com Sat Dec 23 02:50:47 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Fri, 22 Dec 2006 21:50:47 -0500 Subject: rpms/libopts/FC-5 dead.package,NONE,1.1 Message-ID: <200612230250.kBN2olYd007565@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libopts/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7560 Added Files: dead.package Log Message: Add dead.package to libopts. It's a part of autogen package now --- NEW FILE dead.package --- Now a part of autogen package. From fedora-extras-commits at redhat.com Sat Dec 23 03:06:36 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 22:06:36 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.13,1.14 Message-ID: <200612230306.kBN36abV010841@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10805 Modified Files: tomoe.spec Log Message: Modify '%makeinstall' into 'make install' Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tomoe.spec 23 Dec 2006 02:26:57 -0000 1.13 +++ tomoe.spec 23 Dec 2006 03:06:06 -0000 1.14 @@ -37,6 +37,8 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -51,6 +53,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe.so.* +%{_libdir}/dict/libxml.so.* +%{_libdir}/recognizer/libsmple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -62,6 +66,8 @@ %files devel %defattr(-,root,root,-) %{_libdir}/libtomoe.so +%{_libdir}/dict/libxml.so +%{_libdir}/recognizer/libsmple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 03:08:28 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:28 -0500 Subject: rpms/gstreamer-plugins-farsight - New directory Message-ID: <200612230308.kBN38Sex010917@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10913/gstreamer-plugins-farsight Log Message: Directory /cvs/extras/rpms/gstreamer-plugins-farsight added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 03:08:33 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:33 -0500 Subject: rpms/gstreamer-plugins-farsight/devel - New directory Message-ID: <200612230308.kBN38XVl010931@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10913/gstreamer-plugins-farsight/devel Log Message: Directory /cvs/extras/rpms/gstreamer-plugins-farsight/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 03:08:45 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:45 -0500 Subject: rpms/gstreamer-plugins-farsight Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612230308.kBN38j39010964@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10958 Added Files: Makefile import.log Log Message: Setup of module gstreamer-plugins-farsight --- NEW FILE Makefile --- # Top level Makefile for module gstreamer-plugins-farsight all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 23 03:08:50 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:08:50 -0500 Subject: rpms/gstreamer-plugins-farsight/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612230308.kBN38ow2010979@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10958/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gstreamer-plugins-farsight --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 23 03:09:26 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 22:09:26 -0500 Subject: rpms/uqm-content/FC-6 uqm-content.spec,1.6,1.7 Message-ID: <200612230309.kBN39QrH011062@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10956 Modified Files: uqm-content.spec Log Message: Dropping disttag on a package that doesn't change between distributions. Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-6/uqm-content.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- uqm-content.spec 22 Dec 2006 20:29:01 -0000 1.6 +++ uqm-content.spec 23 Dec 2006 03:08:56 -0000 1.7 @@ -2,7 +2,7 @@ Name: uqm-content Version: 0.6.0 -Release: 1%{?dist} +Release: 2 Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-2 +- Dropping disttag -- this package does not change between distributions. + * Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 From fedora-extras-commits at redhat.com Sat Dec 23 03:09:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:09:48 -0500 Subject: rpms/gstreamer-plugins-farsight/devel gstreamer-plugins-farsight.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612230309.kBN39mmG011069@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11032/devel Modified Files: .cvsignore sources Added Files: gstreamer-plugins-farsight.spec Log Message: auto-import gstreamer-plugins-farsight-0.10.2-2 on branch devel from gstreamer-plugins-farsight-0.10.2-2.src.rpm --- NEW FILE gstreamer-plugins-farsight.spec --- %define gst_majorminor 0.10 Name: gstreamer-plugins-farsight Version: 0.10.2 Release: 2%{?dist} Summary: GStreamer plug-ins for farsight protocol Group: Applications/Multimedia License: GPL URL: http://projects.collabora.co.uk/trac/farsight Source0: http://telepathy.freedesktop.org/releases/gst-plugins-farsight/gst-plugins-farsight-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gstreamer-devel > 0.10.3 BuildRequires: gstreamer-plugins-base-devel BuildRequires: libjingle-devel Requires: gstreamer-plugins-base %description This is a set of plugins for GStreamer that will be used by Farsight for Audio/Video conferencing. %prep %setup -q -n gst-plugins-farsight-%{version} %build %configure --disable-static \ --disable-jrtplib \ --disable-mimic \ --disable-jasper \ --disable-gsm \ --enable-jingle-p2p \ --with-plugins=rtpdemux,rtpjitterbuffer make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/gstreamer-%{gst_majorminor}/libgstice.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstjrtp.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstrtpdemux.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstrtpjitterbuffer.so %changelog * Fri Dec 22 2006 Brian Pepple - 0.10.2-2 - Rename gstreamer macro. * Thu Sep 21 2006 Brian Pepple - 0.10.2-1 - Initial FE spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2006 03:08:50 -0000 1.1 +++ .cvsignore 23 Dec 2006 03:09:18 -0000 1.2 @@ -0,0 +1 @@ +gst-plugins-farsight-0.10.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2006 03:08:50 -0000 1.1 +++ sources 23 Dec 2006 03:09:18 -0000 1.2 @@ -0,0 +1 @@ +77c92554c2bd57ad1b426e5ba50eb9a8 gst-plugins-farsight-0.10.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 03:09:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:09:48 -0500 Subject: rpms/gstreamer-plugins-farsight import.log,1.1,1.2 Message-ID: <200612230309.kBN39mDW011065@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer-plugins-farsight In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11032 Modified Files: import.log Log Message: auto-import gstreamer-plugins-farsight-0.10.2-2 on branch devel from gstreamer-plugins-farsight-0.10.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Dec 2006 03:08:44 -0000 1.1 +++ import.log 23 Dec 2006 03:09:18 -0000 1.2 @@ -0,0 +1 @@ +gstreamer-plugins-farsight-0_10_2-2:HEAD:gstreamer-plugins-farsight-0.10.2-2.src.rpm:1166843863 From fedora-extras-commits at redhat.com Sat Dec 23 03:12:01 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 22:12:01 -0500 Subject: rpms/uqm-content/FC-5 uqm-content.spec,1.6,1.7 Message-ID: <200612230312.kBN3C19T011144@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11116/FC-5 Modified Files: uqm-content.spec Log Message: Same for FC-5 and devel Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/FC-5/uqm-content.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- uqm-content.spec 22 Dec 2006 20:29:00 -0000 1.6 +++ uqm-content.spec 23 Dec 2006 03:11:31 -0000 1.7 @@ -2,7 +2,7 @@ Name: uqm-content Version: 0.6.0 -Release: 1%{?dist} +Release: 2 Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-2 +- Dropping disttag -- this package does not change between distributions. + * Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 From fedora-extras-commits at redhat.com Sat Dec 23 03:12:02 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Fri, 22 Dec 2006 22:12:02 -0500 Subject: rpms/uqm-content/devel uqm-content.spec,1.6,1.7 Message-ID: <200612230312.kBN3C2ma011147@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/uqm-content/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11116/devel Modified Files: uqm-content.spec Log Message: Same for FC-5 and devel Index: uqm-content.spec =================================================================== RCS file: /cvs/extras/rpms/uqm-content/devel/uqm-content.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- uqm-content.spec 22 Dec 2006 20:29:06 -0000 1.6 +++ uqm-content.spec 23 Dec 2006 03:11:31 -0000 1.7 @@ -2,7 +2,7 @@ Name: uqm-content Version: 0.6.0 -Release: 1%{?dist} +Release: 2 Summary: Base content files for The Ur-Quan Masters Group: Amusements/Games @@ -70,6 +70,9 @@ %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-2 +- Dropping disttag -- this package does not change between distributions. + * Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 From fedora-extras-commits at redhat.com Sat Dec 23 03:13:34 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 22 Dec 2006 22:13:34 -0500 Subject: owners owners.list,1.2143,1.2144 Message-ID: <200612230313.kBN3DYxp011246@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11192 Modified Files: owners.list Log Message: add gstreamer-plugins-farsight Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2143 retrieving revision 1.2144 diff -u -r1.2143 -r1.2144 --- owners.list 22 Dec 2006 23:43:59 -0000 1.2143 +++ owners.list 23 Dec 2006 03:13:04 -0000 1.2144 @@ -666,6 +666,7 @@ Fedora Extras|grip|Front-end for CD rippers and Ogg Vorbis encoders|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|grisbi|Personal finances manager|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|gstm|A front-end to ssh tunneling|splinux at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|gstreamer-plugins-farsight|GStreamer plug-ins for farsight protocol|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gstreamer-python|Python bindings for GStreamer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 23 03:57:07 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 22:57:07 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.14,1.15 Message-ID: <200612230357.kBN3v7OF011476@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11451 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tomoe.spec 23 Dec 2006 03:06:06 -0000 1.14 +++ tomoe.spec 23 Dec 2006 03:56:37 -0000 1.15 @@ -53,8 +53,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe.so.* -%{_libdir}/dict/libxml.so.* -%{_libdir}/recognizer/libsmple.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsmple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -66,8 +66,8 @@ %files devel %defattr(-,root,root,-) %{_libdir}/libtomoe.so -%{_libdir}/dict/libxml.so -%{_libdir}/recognizer/libsmple.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsmple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 03:57:52 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Fri, 22 Dec 2006 22:57:52 -0500 Subject: rpms/python-ogg/devel python-ogg.spec,1.3,1.4 Message-ID: <200612230357.kBN3vqMO011526@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-ogg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11507 Modified Files: python-ogg.spec Log Message: Release bump for rebuild against python 2.5 Index: python-ogg.spec =================================================================== RCS file: /cvs/extras/rpms/python-ogg/devel/python-ogg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-ogg.spec 13 Sep 2006 20:05:08 -0000 1.3 +++ python-ogg.spec 23 Dec 2006 03:57:22 -0000 1.4 @@ -7,7 +7,7 @@ Name: python-ogg Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python wrapper for the Ogg libraries Group: Development/Languages @@ -67,6 +67,9 @@ %changelog +* Fri Dec 22 2006 Jef Spaleta 1.3-4 +- Rebuilt for python 2.5 in development tree + * Wed Sep 13 2006 Hugo Cisneiros 1.3-3 - Rebuilt for FC6 - Not excluding pyo files with ghost per Guidelines From fedora-extras-commits at redhat.com Sat Dec 23 04:06:39 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 23:06:39 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.15,1.16 Message-ID: <200612230406.kBN46d4T014727@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14710 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- tomoe.spec 23 Dec 2006 03:56:37 -0000 1.15 +++ tomoe.spec 23 Dec 2006 04:06:09 -0000 1.16 @@ -54,7 +54,7 @@ %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe.so.* %{_libdir}/tomoe/dict/libxml.so.* -%{_libdir}/tomoe/recognizer/libsmple.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -67,7 +67,7 @@ %defattr(-,root,root,-) %{_libdir}/libtomoe.so %{_libdir}/tomoe/dict/libxml.so -%{_libdir}/tomoe/recognizer/libsmple.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 04:47:01 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Fri, 22 Dec 2006 23:47:01 -0500 Subject: rpms/tomoe/FC-6 tomoe.spec,1.16,1.17 Message-ID: <200612230447.kBN4l1mg014822@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14807 Modified Files: tomoe.spec Log Message: Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- tomoe.spec 23 Dec 2006 04:06:09 -0000 1.16 +++ tomoe.spec 23 Dec 2006 04:46:30 -0000 1.17 @@ -38,7 +38,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la -rm -f $RPM_BUILD_ROOT%{_libdir}/recognizer/libsimple.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Sat Dec 23 04:48:55 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Fri, 22 Dec 2006 23:48:55 -0500 Subject: rpms/deskbar-applet/FC-6 deskbar-applet.spec,1.32,1.33 Message-ID: <200612230448.kBN4mtIo014877@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14862 Modified Files: deskbar-applet.spec Log Message: add gnome-python2-devel to BuildRequires Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/FC-6/deskbar-applet.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- deskbar-applet.spec 21 Nov 2006 20:02:42 -0000 1.32 +++ deskbar-applet.spec 23 Dec 2006 04:48:25 -0000 1.33 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.17.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -16,7 +16,7 @@ BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras BuildRequires: gettext evolution-data-server-devel gnome-desktop-devel BuildRequires: libSM-devel gnome-python2-applet desktop-file-utils -BuildRequires: perl(XML::Parser) gnome-python2 +BuildRequires: perl(XML::Parser) gnome-python2-devel Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo Requires: gnome-python2-gconf pygtk2 gnome-python2-libwnck Requires(pre): GConf2 @@ -91,6 +91,9 @@ %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Fri Dec 22 2006 Luke Macken - 2.17.2-2 +- Add gnome-python2-devel to BuildRequires + * Tue Nov 21 2006 Luke Macken - 2.17.2-1 - 2.17.2 From fedora-extras-commits at redhat.com Sat Dec 23 05:02:55 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:02:55 -0500 Subject: rpms/tomoe/FC-3 tomoe.spec,1.4,1.5 Message-ID: <200612230502.kBN52tT2018139@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18122 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-3/tomoe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tomoe.spec 21 Dec 2006 16:10:10 -0000 1.4 +++ tomoe.spec 23 Dec 2006 05:02:25 -0000 1.5 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:04:59 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:04:59 -0500 Subject: rpms/tomoe/FC-4 tomoe.spec,1.4,1.5 Message-ID: <200612230504.kBN54xgY018193@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18174 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-4/tomoe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tomoe.spec 21 Dec 2006 16:11:48 -0000 1.4 +++ tomoe.spec 23 Dec 2006 05:04:29 -0000 1.5 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:05:58 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:05:58 -0500 Subject: rpms/tomoe/FC-5 tomoe.spec,1.4,1.5 Message-ID: <200612230505.kBN55w2T018246@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18231 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/FC-5/tomoe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tomoe.spec 21 Dec 2006 16:07:35 -0000 1.4 +++ tomoe.spec 23 Dec 2006 05:05:28 -0000 1.5 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:06:55 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:06:55 -0500 Subject: rpms/tomoe/devel tomoe.spec,1.6,1.7 Message-ID: <200612230506.kBN56tBx018298@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/tomoe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18281 Modified Files: tomoe.spec Log Message: Ready for updating 0.4.0 Index: tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/tomoe/devel/tomoe.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tomoe.spec 21 Dec 2006 16:13:17 -0000 1.6 +++ tomoe.spec 23 Dec 2006 05:06:25 -0000 1.7 @@ -8,6 +8,7 @@ URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: glib2-devel %description A program which does Japanese handwriting recognition. @@ -33,9 +34,11 @@ %install -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la +rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,7 +52,9 @@ %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog -%{_libdir}/libtomoe.so* +%{_libdir}/libtomoe.so.* +%{_libdir}/tomoe/dict/libxml.so.* +%{_libdir}/tomoe/recognizer/libsimple.so.* %dir %{_datadir}/tomoe %{_datadir}/tomoe/* %dir %{_datadir}/gtk-doc/html/tomoe/ @@ -60,6 +65,9 @@ %files devel %defattr(-,root,root,-) +%{_libdir}/libtomoe.so +%{_libdir}/tomoe/dict/libxml.so +%{_libdir}/tomoe/recognizer/libsimple.so %dir %{_includedir}/tomoe %{_includedir}/tomoe/* %{_libdir}/pkgconfig/tomoe.pc From fedora-extras-commits at redhat.com Sat Dec 23 05:10:25 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:10:25 -0500 Subject: rpms/libtomoe-gtk/FC-6 libtomoe-gtk.spec,1.3,1.4 Message-ID: <200612230510.kBN5AP95018379@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18364 Modified Files: libtomoe-gtk.spec Log Message: update to 0.4.0. Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-6/libtomoe-gtk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtomoe-gtk.spec 15 Sep 2006 15:30:51 -0000 1.3 +++ libtomoe-gtk.spec 23 Dec 2006 05:09:55 -0000 1.4 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 7%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 - mass rebuilding. From fedora-extras-commits at redhat.com Sat Dec 23 05:30:27 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 00:30:27 -0500 Subject: rpms/libtomoe-gtk/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612230530.kBN5UR1J018504@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18487 Modified Files: .cvsignore sources Log Message: Import libtomoe-gtk-0.4.0.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 03:48:12 -0000 1.2 +++ .cvsignore 23 Dec 2006 05:29:57 -0000 1.3 @@ -1 +1 @@ -libtomoe-gtk-0.1.0.tar.gz +libtomoe-gtk-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 23 Dec 2006 05:29:57 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 07:03:00 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:00 -0500 Subject: rpms/perl-Finance-YahooQuote - New directory Message-ID: <200612230703.kBN730ds025205@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25201/perl-Finance-YahooQuote Log Message: Directory /cvs/extras/rpms/perl-Finance-YahooQuote added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 07:03:05 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:05 -0500 Subject: rpms/perl-Finance-YahooQuote/devel - New directory Message-ID: <200612230703.kBN735iO025218@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25201/perl-Finance-YahooQuote/devel Log Message: Directory /cvs/extras/rpms/perl-Finance-YahooQuote/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 07:03:26 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:26 -0500 Subject: rpms/perl-Finance-YahooQuote Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612230703.kBN73QIw025253@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25247 Added Files: Makefile import.log Log Message: Setup of module perl-Finance-YahooQuote --- NEW FILE Makefile --- # Top level Makefile for module perl-Finance-YahooQuote all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 23 07:03:31 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:03:31 -0500 Subject: rpms/perl-Finance-YahooQuote/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612230703.kBN73Vbn025269@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25247/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Finance-YahooQuote --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 23 07:04:43 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:04:43 -0500 Subject: rpms/perl-Finance-YahooQuote import.log,1.1,1.2 Message-ID: <200612230704.kBN74hBK025337@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25307 Modified Files: import.log Log Message: auto-import perl-Finance-YahooQuote-0.21-2 on branch devel from perl-Finance-YahooQuote-0.21-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Dec 2006 07:03:26 -0000 1.1 +++ import.log 23 Dec 2006 07:04:13 -0000 1.2 @@ -0,0 +1 @@ +perl-Finance-YahooQuote-0_21-2:HEAD:perl-Finance-YahooQuote-0.21-2.src.rpm:1166857954 From fedora-extras-commits at redhat.com Sat Dec 23 07:04:43 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 02:04:43 -0500 Subject: rpms/perl-Finance-YahooQuote/devel perl-Finance-YahooQuote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612230704.kBN74hrw025341@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/rpms/perl-Finance-YahooQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25307/devel Modified Files: .cvsignore sources Added Files: perl-Finance-YahooQuote.spec Log Message: auto-import perl-Finance-YahooQuote-0.21-2 on branch devel from perl-Finance-YahooQuote-0.21-2.src.rpm --- NEW FILE perl-Finance-YahooQuote.spec --- Name: perl-Finance-YahooQuote Version: 0.21 Release: 2%{?dist} Summary: Perl interface to get stock quotes from Yahoo! Finance Group: Development/Libraries License: GPL URL: http://search.cpan.org/~edd/Finance-YahooQuote/ Source0: http://search.cpan.org/CPAN/authors/id/E/ED/EDD/Finance-YahooQuote-0.21.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Perl interface to get stock quotes from Yahoo! Finance %prep %setup -q -n Finance-YahooQuote-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* # Check is disabled because a package build must not use the network. #%check #make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc GNU-LICENSE %{_bindir}/yahooquote %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun Sep 24 2006 Warren Togami 0.21-2 - disable %%check because it required network * Sun Sep 24 2006 Warren Togami 0.21-1 - initial Fedora package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2006 07:03:31 -0000 1.1 +++ .cvsignore 23 Dec 2006 07:04:13 -0000 1.2 @@ -0,0 +1 @@ +Finance-YahooQuote-0.21.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2006 07:03:31 -0000 1.1 +++ sources 23 Dec 2006 07:04:13 -0000 1.2 @@ -0,0 +1 @@ +844d26ef02f16216840aac5815a6a6a7 Finance-YahooQuote-0.21.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 07:20:10 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Sat, 23 Dec 2006 02:20:10 -0500 Subject: rpms/museek+/devel museek+.spec,1.1,1.2 Message-ID: <200612230720.kBN7KASi026327@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26310 Modified Files: museek+.spec Log Message: * Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 - Added QSA support - Use macros for install command Index: museek+.spec =================================================================== RCS file: /cvs/extras/rpms/museek+/devel/museek+.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- museek+.spec 12 Dec 2006 21:05:14 -0000 1.1 +++ museek+.spec 23 Dec 2006 07:19:40 -0000 1.2 @@ -2,7 +2,7 @@ Name: museek+ Version: 0.1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet @@ -23,6 +23,7 @@ BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons +BuildRequires: qt-qsa-devel %description Museek is a Soulseek filesharing client. @@ -47,19 +48,19 @@ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +%{__install} -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} +%{__install} -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done -install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq +%{__install} -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme -install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme +%{__install} -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven -install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven +%{__install} -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean @@ -92,6 +93,10 @@ %changelog +* Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 +- Added QSA support +- Use macros for install command + * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh From fedora-extras-commits at redhat.com Sat Dec 23 07:21:24 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Sat, 23 Dec 2006 02:21:24 -0500 Subject: rpms/museek+/FC-6 museek+.spec,1.1,1.2 Message-ID: <200612230721.kBN7LO4X026386@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26371 Modified Files: museek+.spec Log Message: * Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 - Added QSA support - Use macros for install command Index: museek+.spec =================================================================== RCS file: /cvs/extras/rpms/museek+/FC-6/museek+.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- museek+.spec 12 Dec 2006 21:05:14 -0000 1.1 +++ museek+.spec 23 Dec 2006 07:20:54 -0000 1.2 @@ -2,7 +2,7 @@ Name: museek+ Version: 0.1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet @@ -23,6 +23,7 @@ BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons +BuildRequires: qt-qsa-devel %description Museek is a Soulseek filesharing client. @@ -47,19 +48,19 @@ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +%{__install} -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} +%{__install} -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done -install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq +%{__install} -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme -install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme +%{__install} -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven -install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven +%{__install} -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean @@ -92,6 +93,10 @@ %changelog +* Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 +- Added QSA support +- Use macros for install command + * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh From fedora-extras-commits at redhat.com Sat Dec 23 07:22:56 2006 From: fedora-extras-commits at redhat.com (Julian Sikorski (belegdol)) Date: Sat, 23 Dec 2006 02:22:56 -0500 Subject: rpms/museek+/FC-5 museek+.spec,1.1,1.2 Message-ID: <200612230722.kBN7MuwV026455@cvs-int.fedora.redhat.com> Author: belegdol Update of /cvs/extras/rpms/museek+/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26440 Modified Files: museek+.spec Log Message: * Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 - Added QSA support - Use macros for install command Index: museek+.spec =================================================================== RCS file: /cvs/extras/rpms/museek+/FC-5/museek+.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- museek+.spec 12 Dec 2006 21:05:14 -0000 1.1 +++ museek+.spec 23 Dec 2006 07:22:26 -0000 1.2 @@ -2,7 +2,7 @@ Name: museek+ Version: 0.1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Soulseek filesharing client Group: Applications/Internet @@ -23,6 +23,7 @@ BuildRequires: PyXML BuildRequires: pygtk2-devel BuildRequires: scons +BuildRequires: qt-qsa-devel %description Museek is a Soulseek filesharing client. @@ -47,19 +48,19 @@ museeq.desktop mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps +%{__install} -p -m 0644 icons/museeq-circle2.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps -install -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} +%{__install} -p -m 0755 %SOURCE3 ${RPM_BUILD_ROOT}%{_bindir} cd icons for th in museeq*.tar do tar -xvf $th; done -install -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq +%{__install} -p -m 0644 CREDITS ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme -install -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme +%{__install} -p -m 0644 itheme/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/itheme mkdir ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven -install -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven +%{__install} -p -m 0644 raven/* ${RPM_BUILD_ROOT}%{_datadir}/museek/museeq/raven %clean @@ -92,6 +93,10 @@ %changelog +* Sat Dec 23 2006 Julian Sikorski - 0.1.12-5 +- Added QSA support +- Use macros for install command + * Tue Dec 12 2006 Julian Sikorski - 0.1.12-4 - Changed museek-launcher header to #!/bin/sh From fedora-extras-commits at redhat.com Sat Dec 23 08:36:17 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 23 Dec 2006 03:36:17 -0500 Subject: rpms/python-vorbis/devel python-vorbis.spec,1.2,1.3 Message-ID: <200612230836.kBN8aHrA029953@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/python-vorbis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29938 Modified Files: python-vorbis.spec Log Message: release bump for python 2.5 rebuild Index: python-vorbis.spec =================================================================== RCS file: /cvs/extras/rpms/python-vorbis/devel/python-vorbis.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-vorbis.spec 13 Sep 2006 19:56:45 -0000 1.2 +++ python-vorbis.spec 23 Dec 2006 08:35:47 -0000 1.3 @@ -3,7 +3,7 @@ Name: python-vorbis Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python wrapper for the Ogg Vorbis audio libraries Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Fri Dec 22 2006 Jef Spaleta 1.3-4 +- Release bump and rebuild against python 2.5 in development + * Wed Sep 13 2006 Hugo Cisneiros 1.3-3 - Rebuilt for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 08:51:41 2006 From: fedora-extras-commits at redhat.com (Warren Togami (wtogami)) Date: Sat, 23 Dec 2006 03:51:41 -0500 Subject: owners owners.list,1.2144,1.2145 Message-ID: <200612230851.kBN8pfMg030051@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30035 Modified Files: owners.list Log Message: add perl-Finance-YahooQuote Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2144 retrieving revision 1.2145 diff -u -r1.2144 -r1.2145 --- owners.list 23 Dec 2006 03:13:04 -0000 1.2144 +++ owners.list 23 Dec 2006 08:51:11 -0000 1.2145 @@ -1518,6 +1518,7 @@ Fedora Extras|perl-File-Which|Portable implementation of the 'which' utility|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-FileHandle-Unget|A FileHandle that supports ungetting of multiple bytes|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Finance-Quote|A Perl module that retrieves stock and mutual fund quotes|notting at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Finance-YahooQuote|Perl interface to get stock quotes from Yahoo! Finance|wtogami at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Font-AFM|Perl interface to Adobe Font Metrics files|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Font-TTF|Perl interface to TrueType Font files|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-FreezeThaw|Convert Perl structures to strings and back|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 23 11:17:39 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 23 Dec 2006 06:17:39 -0500 Subject: comps comps-fe6.xml.in,1.248,1.249 Message-ID: <200612231117.kBNBHdkL008096@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8063 Modified Files: comps-fe6.xml.in Log Message: add xfce4-smartbookmark-plugin and xfce4-xfapplet-plugin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.248 retrieving revision 1.249 diff -u -r1.248 -r1.249 --- comps-fe6.xml.in 22 Dec 2006 01:04:42 -0000 1.248 +++ comps-fe6.xml.in 23 Dec 2006 11:17:09 -0000 1.249 @@ -1196,12 +1196,14 @@ xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-sensors-plugin + xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager xfce4-timer-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-websearch-plugin + xfce4-xfapplet-plugin xfce4-xkb-plugin xfce4-xmms-plugin xfwm4-themes From fedora-extras-commits at redhat.com Sat Dec 23 11:27:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:27:02 -0500 Subject: rpms/kmenu-gnome import.log,1.8,1.9 Message-ID: <200612231127.kBNBR2xG008236@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8206 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-5 from kmenu-gnome-0.6.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 3 Nov 2006 19:11:03 -0000 1.8 +++ import.log 23 Dec 2006 11:26:32 -0000 1.9 @@ -5,3 +5,4 @@ kmenu-gnome-0_6_1-2:FC-6:kmenu-gnome-0.6.1-2.src.rpm:1162581027 kmenu-gnome-0_6_1-2:FC-5:kmenu-gnome-0.6.1-2.src.rpm:1162581127 kmenu-gnome-0_6_1-2:HEAD:kmenu-gnome-0.6.1-2.src.rpm:1162581312 +kmenu-gnome-0_6_2-1:FC-5:kmenu-gnome-0.6.2-1.src.rpm:1166873976 From fedora-extras-commits at redhat.com Sat Dec 23 11:27:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:27:02 -0500 Subject: rpms/kmenu-gnome/FC-5 .cvsignore, 1.4, 1.5 kmenu-gnome.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200612231127.kBNBR2Q7008241@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8206/FC-5 Modified Files: .cvsignore kmenu-gnome.spec sources Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-5 from kmenu-gnome-0.6.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Nov 2006 19:08:00 -0000 1.4 +++ .cvsignore 23 Dec 2006 11:26:32 -0000 1.5 @@ -1 +1 @@ -31025-kmenu-gnome-0.6.1.tar.gz +31025-kmenu-gnome-0.6.2.tar.gz Index: kmenu-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-5/kmenu-gnome.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kmenu-gnome.spec 3 Nov 2006 19:08:00 -0000 1.3 +++ kmenu-gnome.spec 23 Dec 2006 11:26:32 -0000 1.4 @@ -1,8 +1,8 @@ %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL @@ -87,6 +87,9 @@ %doc ChangeLog COPYING GPL LGPL README %Changelog +* Fri Dec 22 2006 Chitlesh Goorah - 0.6.2-1 +- New upstream release for FE + * Wed Nov 01 2006 Chitlesh Goorah - 0.6.1-2 - New upstream release for FE Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Nov 2006 19:08:00 -0000 1.4 +++ sources 23 Dec 2006 11:26:32 -0000 1.5 @@ -1 +1 @@ -27425ea61069ece88565220033bd7cbb 31025-kmenu-gnome-0.6.1.tar.gz +308eaba43e973e435d34583287996e48 31025-kmenu-gnome-0.6.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 11:30:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:30:55 -0500 Subject: rpms/kmenu-gnome import.log,1.9,1.10 Message-ID: <200612231130.kBNBUtg9008345@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8315 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-6 from kmenu-gnome-0.6.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 23 Dec 2006 11:26:32 -0000 1.9 +++ import.log 23 Dec 2006 11:30:25 -0000 1.10 @@ -6,3 +6,4 @@ kmenu-gnome-0_6_1-2:FC-5:kmenu-gnome-0.6.1-2.src.rpm:1162581127 kmenu-gnome-0_6_1-2:HEAD:kmenu-gnome-0.6.1-2.src.rpm:1162581312 kmenu-gnome-0_6_2-1:FC-5:kmenu-gnome-0.6.2-1.src.rpm:1166873976 +kmenu-gnome-0_6_2-1:FC-6:kmenu-gnome-0.6.2-1.src.rpm:1166874210 From fedora-extras-commits at redhat.com Sat Dec 23 11:30:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:30:55 -0500 Subject: rpms/kmenu-gnome/FC-6 .cvsignore, 1.4, 1.5 kmenu-gnome.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612231131.kBNBUtoD008350@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8315/FC-6 Modified Files: .cvsignore kmenu-gnome.spec sources Log Message: auto-import kmenu-gnome-0.6.2-1 on branch FC-6 from kmenu-gnome-0.6.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Nov 2006 19:06:19 -0000 1.4 +++ .cvsignore 23 Dec 2006 11:30:25 -0000 1.5 @@ -1 +1 @@ -31025-kmenu-gnome-0.6.1.tar.gz +31025-kmenu-gnome-0.6.2.tar.gz Index: kmenu-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-6/kmenu-gnome.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kmenu-gnome.spec 3 Nov 2006 19:06:19 -0000 1.4 +++ kmenu-gnome.spec 23 Dec 2006 11:30:25 -0000 1.5 @@ -1,8 +1,8 @@ %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL @@ -87,6 +87,9 @@ %doc ChangeLog COPYING GPL LGPL README %Changelog +* Fri Dec 22 2006 Chitlesh Goorah - 0.6.2-1 +- New upstream release for FE + * Wed Nov 01 2006 Chitlesh Goorah - 0.6.1-2 - New upstream release for FE Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Nov 2006 19:06:19 -0000 1.4 +++ sources 23 Dec 2006 11:30:25 -0000 1.5 @@ -1 +1 @@ -27425ea61069ece88565220033bd7cbb 31025-kmenu-gnome-0.6.1.tar.gz +308eaba43e973e435d34583287996e48 31025-kmenu-gnome-0.6.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 11:33:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:33:33 -0500 Subject: rpms/kmenu-gnome import.log,1.10,1.11 Message-ID: <200612231133.kBNBXX0R008448@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8418 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6.2-1 on branch devel from kmenu-gnome-0.6.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 23 Dec 2006 11:30:25 -0000 1.10 +++ import.log 23 Dec 2006 11:33:03 -0000 1.11 @@ -7,3 +7,4 @@ kmenu-gnome-0_6_1-2:HEAD:kmenu-gnome-0.6.1-2.src.rpm:1162581312 kmenu-gnome-0_6_2-1:FC-5:kmenu-gnome-0.6.2-1.src.rpm:1166873976 kmenu-gnome-0_6_2-1:FC-6:kmenu-gnome-0.6.2-1.src.rpm:1166874210 +kmenu-gnome-0_6_2-1:HEAD:kmenu-gnome-0.6.2-1.src.rpm:1166874374 From fedora-extras-commits at redhat.com Sat Dec 23 11:33:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 06:33:33 -0500 Subject: rpms/kmenu-gnome/devel .cvsignore, 1.4, 1.5 kmenu-gnome.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200612231133.kBNBXX9N008453@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8418/devel Modified Files: .cvsignore kmenu-gnome.spec sources Log Message: auto-import kmenu-gnome-0.6.2-1 on branch devel from kmenu-gnome-0.6.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Nov 2006 19:11:04 -0000 1.4 +++ .cvsignore 23 Dec 2006 11:33:03 -0000 1.5 @@ -1 +1 @@ -31025-kmenu-gnome-0.6.1.tar.gz +31025-kmenu-gnome-0.6.2.tar.gz Index: kmenu-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/kmenu-gnome.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kmenu-gnome.spec 3 Nov 2006 19:11:04 -0000 1.4 +++ kmenu-gnome.spec 23 Dec 2006 11:33:03 -0000 1.5 @@ -1,8 +1,8 @@ %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL @@ -87,6 +87,9 @@ %doc ChangeLog COPYING GPL LGPL README %Changelog +* Fri Dec 22 2006 Chitlesh Goorah - 0.6.2-1 +- New upstream release for FE + * Wed Nov 01 2006 Chitlesh Goorah - 0.6.1-2 - New upstream release for FE Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Nov 2006 19:11:04 -0000 1.4 +++ sources 23 Dec 2006 11:33:03 -0000 1.5 @@ -1 +1 @@ -27425ea61069ece88565220033bd7cbb 31025-kmenu-gnome-0.6.1.tar.gz +308eaba43e973e435d34583287996e48 31025-kmenu-gnome-0.6.2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 12:29:00 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 07:29:00 -0500 Subject: rpms/apt/devel .cvsignore, 1.14, 1.15 apt.spec, 1.36, 1.37 sources, 1.14, 1.15 Message-ID: <200612231229.kBNCT0rk013672@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13619/devel Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 23 Nov 2006 16:45:49 -0000 1.14 +++ .cvsignore 23 Dec 2006 12:28:30 -0000 1.15 @@ -1,2 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- apt.spec 9 Dec 2006 16:15:43 -0000 1.36 +++ apt.spec 23 Dec 2006 12:28:30 -0000 1.37 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8.1%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p1 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,10 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + * Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 - Rebuild against python 2.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 23 Nov 2006 16:45:49 -0000 1.14 +++ sources 23 Dec 2006 12:28:30 -0000 1.15 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 12:57:21 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 07:57:21 -0500 Subject: rpms/apt/devel apt.spec,1.37,1.38 Message-ID: <200612231257.kBNCvLku015588@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15539 Modified Files: apt.spec Log Message: Fix patch level. Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- apt.spec 23 Dec 2006 12:28:30 -0000 1.37 +++ apt.spec 23 Dec 2006 12:56:51 -0000 1.38 @@ -116,7 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc -%patch1 -p1 -b .mmap +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ From fedora-extras-commits at redhat.com Sat Dec 23 13:30:58 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 08:30:58 -0500 Subject: rpms/apt/FC-4 .cvsignore, 1.6, 1.7 apt.spec, 1.23, 1.24 sources, 1.7, 1.8 Message-ID: <200612231330.kBNDUwl1020961@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-4 Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs for non-devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 09:53:03 -0000 1.6 +++ .cvsignore 23 Dec 2006 13:30:27 -0000 1.7 @@ -1 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 +apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/FC-4/apt.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- apt.spec 23 Nov 2006 16:45:48 -0000 1.23 +++ apt.spec 23 Dec 2006 13:30:27 -0000 1.24 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,13 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Nov 2006 16:45:48 -0000 1.7 +++ sources 23 Dec 2006 13:30:27 -0000 1.8 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 13:30:58 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 08:30:58 -0500 Subject: rpms/apt/FC-5 .cvsignore, 1.6, 1.7 apt.spec, 1.23, 1.24 sources, 1.7, 1.8 Message-ID: <200612231331.kBNDUwE3020966@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-5 Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs for non-devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 09:53:04 -0000 1.6 +++ .cvsignore 23 Dec 2006 13:30:28 -0000 1.7 @@ -1 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 +apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/FC-5/apt.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- apt.spec 23 Nov 2006 16:45:48 -0000 1.23 +++ apt.spec 23 Dec 2006 13:30:28 -0000 1.24 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,13 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Nov 2006 16:45:48 -0000 1.7 +++ sources 23 Dec 2006 13:30:28 -0000 1.8 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 13:31:03 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 23 Dec 2006 08:31:03 -0500 Subject: rpms/apt/FC-6 .cvsignore, 1.13, 1.14 apt.spec, 1.35, 1.36 sources, 1.14, 1.15 Message-ID: <200612231331.kBNDV34n020977@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-6 Modified Files: .cvsignore apt.spec sources Log Message: papering over mmap cache bugs for non-devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apt/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 22 Jun 2006 09:53:10 -0000 1.13 +++ .cvsignore 23 Dec 2006 13:30:33 -0000 1.14 @@ -1 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 +apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/FC-6/apt.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- apt.spec 23 Nov 2006 16:45:48 -0000 1.35 +++ apt.spec 23 Dec 2006 13:30:33 -0000 1.36 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p0 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,13 @@ %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + +* Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 +- Rebuild against python 2.5. + * Thu Nov 23 2006 Axel Thimm - 0.5.15lorg3.2-8 - Fix ppc mapping (#210833). - make-up. Index: sources =================================================================== RCS file: /cvs/extras/rpms/apt/FC-6/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 23 Nov 2006 16:45:48 -0000 1.14 +++ sources 23 Dec 2006 13:30:33 -0000 1.15 @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch From fedora-extras-commits at redhat.com Sat Dec 23 13:53:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 23 Dec 2006 08:53:40 -0500 Subject: rpms/search4files/devel search4files.spec,1.3,1.4 Message-ID: <200612231353.kBNDre46021648@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/search4files/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21629 Modified Files: search4files.spec Log Message: * Sat Dec 23 2006 Mamoru Tasaka 0.1e-1.fc7.1 - Require pyxdg again Index: search4files.spec =================================================================== RCS file: /cvs/extras/rpms/search4files/devel/search4files.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- search4files.spec 20 Dec 2006 14:46:44 -0000 1.3 +++ search4files.spec 23 Dec 2006 13:53:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: search4files Version: 0.1e -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A handy file search tool Group: Applications/File @@ -13,11 +13,7 @@ BuildRequires: desktop-file-utils # python related Requires: pygtk2-libglade -# disable pyxdg support on devel until pyxdg is -# rebuilt against python 2.5 -%if 0%{?fedora} < 7 Requires: pyxdg -%endif # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -94,6 +90,9 @@ %{_datadir}/%{name}/ %changelog +* Sat Dec 23 2006 Mamoru Tasaka 0.1e-1.fc7.1 +- Require pyxdg again + * Wed Dec 20 2006 Mamoru Tasaka 0.1e-1 - 0.1e From fedora-extras-commits at redhat.com Sat Dec 23 14:21:08 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 23 Dec 2006 09:21:08 -0500 Subject: rpms/liferea/devel liferea.spec,1.58,1.59 Message-ID: <200612231421.kBNEL8SS024894@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879 Modified Files: liferea.spec Log Message: * Sat Dec 23 2006 Brian Pepple - 1.2.0-2 - Rebuild against new firefox. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- liferea.spec 17 Dec 2006 23:23:16 -0000 1.58 +++ liferea.spec 23 Dec 2006 14:20:37 -0000 1.59 @@ -1,6 +1,6 @@ Name: liferea Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -110,6 +110,9 @@ %changelog +* Sat Dec 23 2006 Brian Pepple - 1.2.0-2 +- Rebuild against new firefox. + * Sun Dec 17 2006 Brian Pepple - 1.2.0-1 - Update to 1.2.0. - Add scriptlets for gtk+ icon cache. From fedora-extras-commits at redhat.com Sat Dec 23 15:01:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 10:01:06 -0500 Subject: owners owners.list,1.2145,1.2146 Message-ID: <200612231501.kBNF16Ab028155@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25010/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2145 retrieving revision 1.2146 diff -u -r1.2145 -r1.2146 --- owners.list 23 Dec 2006 08:51:11 -0000 1.2145 +++ owners.list 23 Dec 2006 15:00:36 -0000 1.2146 @@ -843,6 +843,7 @@ Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|keurocalc|KEuroCalc is a universal currency converter and calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 23 15:51:16 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 10:51:16 -0500 Subject: rpms/sysprof-kmod/devel sysprof-kmod.spec,1.19,1.20 Message-ID: <200612231551.kBNFpGgW028562@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28529 Modified Files: sysprof-kmod.spec Log Message: rebuild for kernel 2.6.19-1.2891 Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/devel/sysprof-kmod.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sysprof-kmod.spec 22 Dec 2006 10:27:08 -0000 1.19 +++ sysprof-kmod.spec 23 Dec 2006 15:50:46 -0000 1.20 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.19-1.2890.fc7} +%{!?kversion: %define kversion 2.6.19-1.2891.fc7} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -103,6 +103,9 @@ %changelog +* Thu Dec 23 2006 Gianluca Sforna +- rebuild for kernel 2.6.19-1.2891 + * Thu Dec 22 2006 Gianluca Sforna - rebuild for kernel 2.6.19-1.2890 From fedora-extras-commits at redhat.com Sat Dec 23 15:51:20 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Sat, 23 Dec 2006 10:51:20 -0500 Subject: rpms/seamonkey/devel .cvsignore, 1.7, 1.8 seamonkey.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612231551.kBNFpKY3028567@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28531 Modified Files: .cvsignore seamonkey.spec sources Log Message: * Sat Dec 23 2006 Kai Engert 1.0.7-1 - SeaMonkey 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Nov 2006 21:00:22 -0000 1.7 +++ .cvsignore 23 Dec 2006 15:50:50 -0000 1.8 @@ -1 +1 @@ -seamonkey-1.0.6.source.tar.bz2 +seamonkey-1.0.7.source.tar.bz2 Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- seamonkey.spec 11 Nov 2006 00:14:22 -0000 1.14 +++ seamonkey.spec 23 Dec 2006 15:50:50 -0000 1.15 @@ -10,8 +10,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.0.7 +Release: 1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -427,6 +427,8 @@ %changelog +* Sat Dec 23 2006 Kai Engert 1.0.7-1 +- SeaMonkey 1.0.7 * Fri Nov 10 2006 Kai Engert 1.0.6-2 - Do not run regchrome. - Fix some .dat and .rdf ghost files. Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Nov 2006 21:00:22 -0000 1.7 +++ sources 23 Dec 2006 15:50:50 -0000 1.8 @@ -1 +1 @@ -16e1c6bab1e3832b22863933b5b032e7 seamonkey-1.0.6.source.tar.bz2 +d0137029a8cc6d8f21de12b0cb5bfff8 seamonkey-1.0.7.source.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 23 16:01:15 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:01:15 -0500 Subject: rpms/python-durus/devel python-durus.spec,1.14,1.15 Message-ID: <200612231601.kBNG1Feu031832@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-durus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28685 Modified Files: python-durus.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 3.5-3 - Rebuild for new Python. Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-durus.spec 16 Sep 2006 18:35:09 -0000 1.14 +++ python-durus.spec 23 Dec 2006 16:00:45 -0000 1.15 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 3.5-3 +- Rebuild for new Python. + * Sat Sep 16 2006 Shahms E. King 3.5-2 - Rebuld for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 16:03:26 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 11:03:26 -0500 Subject: rpms/lilypond/devel .cvsignore, 1.9, 1.10 lilypond.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612231603.kBNG3QOV031928@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31909 Modified Files: .cvsignore lilypond.spec sources Log Message: New release and bugfix. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 15 Dec 2006 19:57:28 -0000 1.9 +++ .cvsignore 23 Dec 2006 16:02:56 -0000 1.10 @@ -1 +1 @@ -lilypond-2.10.2.tar.gz +lilypond-2.10.4.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- lilypond.spec 15 Dec 2006 19:57:28 -0000 1.9 +++ lilypond.spec 23 Dec 2006 16:02:56 -0000 1.10 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -71,9 +71,10 @@ %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : - +if [ "$1" = "0" ]; then + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : +fi %files -f %{name}.lang %defattr(-,root,root,-) @@ -90,6 +91,10 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.10.4-1 +- New release. +- Finish fixing bug 219400. + * Wed Dec 13 2006 Quentin Spencer 2.10.2-2 - New release. - Fix bug 219400. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 15 Dec 2006 19:57:28 -0000 1.9 +++ sources 23 Dec 2006 16:02:56 -0000 1.10 @@ -1 +1 @@ -604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz +ff9df1e672a3a44caea62becd71cb3bb lilypond-2.10.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 16:04:39 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:04:39 -0500 Subject: rpms/python-feedparser/devel python-feedparser.spec,1.2,1.3 Message-ID: <200612231604.kBNG4deC031987@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-feedparser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31972 Modified Files: python-feedparser.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 4.1-2 - Rebuild for new Python. Index: python-feedparser.spec =================================================================== RCS file: /cvs/extras/rpms/python-feedparser/devel/python-feedparser.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-feedparser.spec 11 Jan 2006 15:07:10 -0000 1.2 +++ python-feedparser.spec 23 Dec 2006 16:04:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-feedparser Version: 4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parse RSS and Atom feeds in Python Group: Development/Languages @@ -50,6 +50,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 4.1-2 +- Rebuild for new Python. + * Wed Jan 11 2006 Konstantin Ryabitsev - 4.1-1 - Version 4.1 From fedora-extras-commits at redhat.com Sat Dec 23 16:19:02 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:19:02 -0500 Subject: rpms/python-htmltmpl/devel python-htmltmpl.spec,1.1,1.2 Message-ID: <200612231619.kBNGJ2iu032100@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32085 Modified Files: python-htmltmpl.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 1.22-8 - Rebuild with Python 2.5. - BuildRequires: python-devel. Index: python-htmltmpl.spec =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/devel/python-htmltmpl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-htmltmpl.spec 28 Aug 2006 20:22:56 -0000 1.1 +++ python-htmltmpl.spec 23 Dec 2006 16:18:32 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-htmltmpl Version: 1.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Templating engine for separation of code and HTML Group: Development/Libraries @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Provides: htmltmpl = %{version}-%{release} Obsoletes: htmltmpl < 1.22-7 @@ -65,6 +65,10 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 1.22-8 +- Rebuild with Python 2.5. +- BuildRequires: python-devel. + * Mon Aug 28 2006 Ville Skytt?? - 1.22-7 - Rename to python-htmltmpl. - BuildRequire python instead of -devel. From fedora-extras-commits at redhat.com Sat Dec 23 16:26:18 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 11:26:18 -0500 Subject: rpms/python-id3/devel python-id3.spec,1.1,1.2 Message-ID: <200612231626.kBNGQIip032237@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32222 Modified Files: python-id3.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 1.2-9 - Rebuild with Python 2.5. - BuildRequires: python-devel is now necessary for a successful build. Index: python-id3.spec =================================================================== RCS file: /cvs/extras/rpms/python-id3/devel/python-id3.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-id3.spec 28 Aug 2006 20:16:39 -0000 1.1 +++ python-id3.spec 23 Dec 2006 16:25:48 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-id3 Version: 1.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: ID3 tag library for Python Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python +BuildRequires: python-devel Provides: id3-py = %{version}-%{release} Obsoletes: id3-py < 1.2-8 @@ -47,6 +47,10 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 1.2-9 +- Rebuild with Python 2.5. +- BuildRequires: python-devel is now necessary for a successful build. + * Thu Aug 10 2006 Ville Skytt?? - 1.2-8 - Rename to python-id3. - Remove no longer needed python-abi dependency. From fedora-extras-commits at redhat.com Sat Dec 23 16:32:37 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 23 Dec 2006 11:32:37 -0500 Subject: rpms/fontforge/devel .cvsignore, 1.11, 1.12 fontforge.spec, 1.23, 1.24 sources, 1.11, 1.12 fontforge-20061025-fsSel.patch, 1.1, NONE fontforge-20061025-usFirstCharIndex.patch, 1.1, NONE Message-ID: <200612231632.kBNGWbQ3032375@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32356 Modified Files: .cvsignore fontforge.spec sources Removed Files: fontforge-20061025-fsSel.patch fontforge-20061025-usFirstCharIndex.patch Log Message: * Fri Dec 22 2006 Roozbeh Pournader - 20061220-1 - Update to upstream 20061220 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 25 Nov 2006 10:54:38 -0000 1.11 +++ .cvsignore 23 Dec 2006 16:32:07 -0000 1.12 @@ -1,2 +1,2 @@ -fontforge_htdocs-20061014.tar.bz2 -fontforge_full-20061025.tar.bz2 +fontforge_full-20061220.tar.bz2 +fontforge_htdocs-20061220.tar.bz2 Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- fontforge.spec 9 Dec 2006 18:24:22 -0000 1.23 +++ fontforge.spec 23 Dec 2006 16:32:07 -0000 1.24 @@ -1,9 +1,9 @@ -%define docs_version 20061014 +%define docs_version 20061220 %define gettext_package FontForge Name: fontforge -Version: 20061025 -Release: 2%{?dist} +Version: 20061220 +Release: 1%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -12,8 +12,6 @@ Source0: http://dl.sf.net/fontforge/fontforge_full-%{version}.tar.bz2 Source1: fontforge.desktop Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 -Patch1: fontforge-20061025-usFirstCharIndex.patch -Patch2: fontforge-20061025-fsSel.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: htmlview @@ -41,8 +39,6 @@ %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .usFirstCharIndex -%patch2 -p1 -b .fsSel mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -116,6 +112,9 @@ %changelog +* Fri Dec 22 2006 Roozbeh Pournader - 20061220-1 +- Update to upstream 20061220 + * Sat Dec 09 2006 Roozbeh Pournader - 20061025-2 - Add patch to fix fsSelection problem with DejaVu ExtraLight Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 25 Nov 2006 10:54:38 -0000 1.11 +++ sources 23 Dec 2006 16:32:07 -0000 1.12 @@ -1,2 +1,2 @@ -c55c948e1475d2f772aba96704e4b779 fontforge_htdocs-20061014.tar.bz2 -5fcfa3497d237bf68d1d388254f78448 fontforge_full-20061025.tar.bz2 +0f2354b885676fc8092a74aa9b9cb662 fontforge_full-20061220.tar.bz2 +0f7b90adb0faf4b2e353ad5df9200b88 fontforge_htdocs-20061220.tar.bz2 --- fontforge-20061025-fsSel.patch DELETED --- --- fontforge-20061025-usFirstCharIndex.patch DELETED --- From bpepple at fedoraproject.org Sat Dec 23 16:41:53 2006 From: bpepple at fedoraproject.org (Brian Pepple) Date: Sat, 23 Dec 2006 11:41:53 -0500 Subject: rpms/python-id3/devel python-id3.spec,1.1,1.2 In-Reply-To: <200612231626.kBNGQIip032237@cvs-int.fedora.redhat.com> References: <200612231626.kBNGQIip032237@cvs-int.fedora.redhat.com> Message-ID: <1166892113.2820.1.camel@Chuck> On Sat, 2006-12-23 at 11:26 -0500, Jason Tibbitts wrote: > Author: tibbs > > Update of /cvs/extras/rpms/python-id3/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32222 > > Modified Files: > python-id3.spec > Log Message: > * Sat Dec 23 2006 Jason L Tibbitts III - 1.2-9 > - Rebuild with Python 2.5. > - BuildRequires: python-devel is now necessary for a successful build. Isn't this packaged orphaned? /B -- Brian Pepple gpg --keyserver pgp.mit.edu --recv-keys 810CC15E BD5E 6F9E 8688 E668 8F5B CBDE 326A E936 810C C15E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Sat Dec 23 16:37:02 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 11:37:02 -0500 Subject: rpms/sysprof-kmod/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof-kmod.spec, 1.12, 1.13 Message-ID: <200612231637.kBNGb2oi032460@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32429 Modified Files: .cvsignore sources sysprof-kmod.spec Log Message: - version update to 1.0.8 - rebuild for kernel 2.6.18-1.2868 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 12:36:44 -0000 1.4 +++ .cvsignore 23 Dec 2006 16:36:32 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 12:36:44 -0000 1.4 +++ sources 23 Dec 2006 16:36:32 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/sysprof-kmod.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sysprof-kmod.spec 21 Nov 2006 12:36:44 -0000 1.12 +++ sysprof-kmod.spec 23 Dec 2006 16:36:32 -0000 1.13 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2849.fc6} +%{!?kversion: %define kversion 2.6.18-1.2868.fc6} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -29,7 +29,7 @@ Name: %{kmod_name}-kmod -Version: 1.0.7 +Version: 1.0.8 Release: 1.%(echo %{kverrel} | tr - _) Summary: Sysprof kernel module @@ -103,8 +103,12 @@ %changelog -* Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 -- version update to 1.0.7 +* Thu Dec 23 2006 Gianluca Sforna +- rebuild for kernel 2.6.19-1.2891 + +* Tue Nov 21 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 +- rebuild for kernel 2.6.18-1.2868 * Mon Nov 13 2006 Gianluca Sforna - rebuild for kernel 2.6.18-1.2849 From fedora-extras-commits at redhat.com Sat Dec 23 16:41:18 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 11:41:18 -0500 Subject: rpms/sysprof-kmod/FC-6 sysprof-kmod.spec,1.13,1.14 Message-ID: <200612231641.kBNGfIJO032567@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32501 Modified Files: sysprof-kmod.spec Log Message: Fix messed up changelog Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-6/sysprof-kmod.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sysprof-kmod.spec 23 Dec 2006 16:36:32 -0000 1.13 +++ sysprof-kmod.spec 23 Dec 2006 16:40:48 -0000 1.14 @@ -103,13 +103,13 @@ %changelog -* Thu Dec 23 2006 Gianluca Sforna -- rebuild for kernel 2.6.19-1.2891 - -* Tue Nov 21 2006 Gianluca Sforna 1.0.8-1 +* Thu Dec 23 2006 Gianluca Sforna 1.0.8-1 - version update to 1.0.8 - rebuild for kernel 2.6.18-1.2868 +* Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 +- version update to 1.0.7 + * Mon Nov 13 2006 Gianluca Sforna - rebuild for kernel 2.6.18-1.2849 From fedora-extras-commits at redhat.com Sat Dec 23 16:41:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:41:25 -0500 Subject: rpms/keurocalc import.log,1.2,1.3 Message-ID: <200612231641.kBNGfPj4032570@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32535 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-2 on branch FC-5 from keurocalc-0.9.7-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 1 Dec 2006 17:36:57 -0000 1.2 +++ import.log 23 Dec 2006 16:40:55 -0000 1.3 @@ -1 +1,2 @@ keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 +keurocalc-0_9_7-2:FC-5:keurocalc-0.9.7-2.src.rpm:1166892855 From fedora-extras-commits at redhat.com Sat Dec 23 16:41:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:41:25 -0500 Subject: rpms/keurocalc/FC-5 keurocalc.spec,1.1,1.2 Message-ID: <200612231641.kBNGfPnk032573@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32535/FC-5 Modified Files: keurocalc.spec Log Message: auto-import keurocalc-0.9.7-2 on branch FC-5 from keurocalc-0.9.7-2.src.rpm Index: keurocalc.spec =================================================================== RCS file: /cvs/extras/rpms/keurocalc/FC-5/keurocalc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keurocalc.spec 1 Dec 2006 17:36:58 -0000 1.1 +++ keurocalc.spec 23 Dec 2006 16:40:55 -0000 1.2 @@ -1,6 +1,6 @@ Name: keurocalc Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL @@ -63,8 +63,25 @@ %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications -%find_lang %{name} - +## File lists +# locale's +%find_lang %{name} || touch %{name}.lang +# HTML (1.0) +HTML_DIR=$(kde-config --expandvars --install html) +if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then +for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do + if [ -d $lang_dir ]; then + lang=$(basename $lang_dir) + echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang + # replace absolute symlinks with relative ones + pushd $lang_dir + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done + popd + fi +done +fi %post touch --no-create %{_datadir}/icons/hicolor ||: @@ -91,6 +108,9 @@ %Changelog +* Sat Dec 23 2006 Chitlesh Goorah - 0.9.7-2 +- Added fix for relative symlinks + * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide From fedora-extras-commits at redhat.com Sat Dec 23 16:42:26 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Sat, 23 Dec 2006 11:42:26 -0500 Subject: rpms/seamonkey/FC-6 .cvsignore, 1.7, 1.8 seamonkey.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612231642.kBNGgQik032678@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32613 Modified Files: .cvsignore seamonkey.spec sources Log Message: * Sat Dec 23 2006 Kai Engert 1.0.7-0.6 - SeaMonkey 1.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Nov 2006 19:57:13 -0000 1.7 +++ .cvsignore 23 Dec 2006 16:41:56 -0000 1.8 @@ -1 +1 @@ -seamonkey-1.0.6.source.tar.bz2 +seamonkey-1.0.7.source.tar.bz2 Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-6/seamonkey.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- seamonkey.spec 10 Nov 2006 21:02:14 -0000 1.14 +++ seamonkey.spec 23 Dec 2006 16:41:56 -0000 1.15 @@ -10,8 +10,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.6 -Release: 0.6.2%{?dist} +Version: 1.0.7 +Release: 0.6%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -427,6 +427,8 @@ %changelog +* Sat Dec 23 2006 Kai Engert 1.0.7-0.6 +- SeaMonkey 1.0.7 * Thu Nov 09 2006 Kai Engert 1.0.6-0.6.2 - Fix some .dat and .rdf ghost files. * Thu Nov 09 2006 Kai Engert 1.0.6-0.6.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Nov 2006 19:57:13 -0000 1.7 +++ sources 23 Dec 2006 16:41:56 -0000 1.8 @@ -1 +1 @@ -16e1c6bab1e3832b22863933b5b032e7 seamonkey-1.0.6.source.tar.bz2 +d0137029a8cc6d8f21de12b0cb5bfff8 seamonkey-1.0.7.source.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 23 16:42:42 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:42:42 -0500 Subject: rpms/keurocalc import.log,1.3,1.4 Message-ID: <200612231642.kBNGggKc032681@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32648 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-2 on branch FC-6 from keurocalc-0.9.7-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 23 Dec 2006 16:40:55 -0000 1.3 +++ import.log 23 Dec 2006 16:42:12 -0000 1.4 @@ -1,2 +1,3 @@ keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 keurocalc-0_9_7-2:FC-5:keurocalc-0.9.7-2.src.rpm:1166892855 +keurocalc-0_9_7-2:FC-6:keurocalc-0.9.7-2.src.rpm:1166892932 From fedora-extras-commits at redhat.com Sat Dec 23 16:42:42 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:42:42 -0500 Subject: rpms/keurocalc/FC-6 keurocalc.spec,1.1,1.2 Message-ID: <200612231642.kBNGgg2O032684@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32648/FC-6 Modified Files: keurocalc.spec Log Message: auto-import keurocalc-0.9.7-2 on branch FC-6 from keurocalc-0.9.7-2.src.rpm Index: keurocalc.spec =================================================================== RCS file: /cvs/extras/rpms/keurocalc/FC-6/keurocalc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keurocalc.spec 1 Dec 2006 17:36:58 -0000 1.1 +++ keurocalc.spec 23 Dec 2006 16:42:12 -0000 1.2 @@ -1,6 +1,6 @@ Name: keurocalc Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL @@ -63,8 +63,25 @@ %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications -%find_lang %{name} - +## File lists +# locale's +%find_lang %{name} || touch %{name}.lang +# HTML (1.0) +HTML_DIR=$(kde-config --expandvars --install html) +if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then +for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do + if [ -d $lang_dir ]; then + lang=$(basename $lang_dir) + echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang + # replace absolute symlinks with relative ones + pushd $lang_dir + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done + popd + fi +done +fi %post touch --no-create %{_datadir}/icons/hicolor ||: @@ -91,6 +108,9 @@ %Changelog +* Sat Dec 23 2006 Chitlesh Goorah - 0.9.7-2 +- Added fix for relative symlinks + * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide From fedora-extras-commits at redhat.com Sat Dec 23 16:44:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:44:05 -0500 Subject: rpms/keurocalc import.log,1.4,1.5 Message-ID: <200612231644.kBNGi5hI000377@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv336 Modified Files: import.log Log Message: auto-import keurocalc-0.9.7-2 on branch devel from keurocalc-0.9.7-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/keurocalc/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 23 Dec 2006 16:42:12 -0000 1.4 +++ import.log 23 Dec 2006 16:43:35 -0000 1.5 @@ -1,3 +1,4 @@ keurocalc-0_9_7-1:HEAD:keurocalc-0.9.7-1.src.rpm:1164995117 keurocalc-0_9_7-2:FC-5:keurocalc-0.9.7-2.src.rpm:1166892855 keurocalc-0_9_7-2:FC-6:keurocalc-0.9.7-2.src.rpm:1166892932 +keurocalc-0_9_7-2:HEAD:keurocalc-0.9.7-2.src.rpm:1166893016 From fedora-extras-commits at redhat.com Sat Dec 23 16:44:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 23 Dec 2006 11:44:05 -0500 Subject: rpms/keurocalc/devel keurocalc.spec,1.1,1.2 Message-ID: <200612231644.kBNGi5tM000380@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/keurocalc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv336/devel Modified Files: keurocalc.spec Log Message: auto-import keurocalc-0.9.7-2 on branch devel from keurocalc-0.9.7-2.src.rpm Index: keurocalc.spec =================================================================== RCS file: /cvs/extras/rpms/keurocalc/devel/keurocalc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keurocalc.spec 1 Dec 2006 17:36:58 -0000 1.1 +++ keurocalc.spec 23 Dec 2006 16:43:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: keurocalc Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KEuroCalc is a universal currency converter and calculator License: GPL @@ -63,8 +63,25 @@ %{__mv} %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop \ %{buildroot}%{_datadir}/applications -%find_lang %{name} - +## File lists +# locale's +%find_lang %{name} || touch %{name}.lang +# HTML (1.0) +HTML_DIR=$(kde-config --expandvars --install html) +if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then +for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do + if [ -d $lang_dir ]; then + lang=$(basename $lang_dir) + echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang + # replace absolute symlinks with relative ones + pushd $lang_dir + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done + popd + fi +done +fi %post touch --no-create %{_datadir}/icons/hicolor ||: @@ -91,6 +108,9 @@ %Changelog +* Sat Dec 23 2006 Chitlesh Goorah - 0.9.7-2 +- Added fix for relative symlinks + * Mon Nov 27 2006 Chitlesh Goorah - 0.9.7-1 - patch0 : fix for autoconf >= 2.6 & automake >= 2.10 in order to rpmbuild properly on rawhide From fedora-extras-commits at redhat.com Sat Dec 23 16:47:38 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 11:47:38 -0500 Subject: rpms/sysprof/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof.spec, 1.5, 1.6 Message-ID: <200612231647.kBNGlcuV000612@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv593 Modified Files: .cvsignore sources sysprof.spec Log Message: version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 12:35:32 -0000 1.4 +++ .cvsignore 23 Dec 2006 16:47:08 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 12:35:32 -0000 1.4 +++ sources 23 Dec 2006 16:47:08 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-6/sysprof.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sysprof.spec 21 Nov 2006 12:35:32 -0000 1.5 +++ sysprof.spec 23 Dec 2006 16:47:08 -0000 1.6 @@ -1,5 +1,5 @@ Name: sysprof -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System @@ -61,6 +61,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 23 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Sat Dec 23 17:13:12 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 12:13:12 -0500 Subject: rpms/python-quixote/devel python-quixote.spec,1.11,1.12 Message-ID: <200612231713.kBNHDCvp003954@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-quixote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3939 Modified Files: python-quixote.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 2.4-5 - Rebuild with Python 2.5 Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-quixote.spec 16 Sep 2006 18:47:15 -0000 1.11 +++ python-quixote.spec 23 Dec 2006 17:12:42 -0000 1.12 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -70,6 +70,9 @@ %{python_sitearch}/quixote/html/*.pyo %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 2.4-5 +- Rebuild with Python 2.5 + * Sat Sep 16 2006 Shahms E. King 2.4-4 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 17:22:15 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:22:15 -0500 Subject: rpms/octave/FC-6 octave.spec,1.48,1.49 Message-ID: <200612231722.kBNHMFTc004135@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/FC-6 Modified Files: octave.spec Log Message: Fix bug 219404. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-6/octave.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- octave.spec 3 Oct 2006 18:32:54 -0000 1.48 +++ octave.spec 23 Dec 2006 17:21:45 -0000 1.49 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug 219404. + * Mon Oct 3 2006 Quentin Spencer 2.9.9-1 - New release. Remove old patch. From fedora-extras-commits at redhat.com Sat Dec 23 17:22:15 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:22:15 -0500 Subject: rpms/octave/FC-5 octave.spec,1.43,1.44 Message-ID: <200612231722.kBNHMFcs004132@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/FC-5 Modified Files: octave.spec Log Message: Fix bug 219404. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- octave.spec 5 Oct 2006 19:54:02 -0000 1.43 +++ octave.spec 23 Dec 2006 17:21:45 -0000 1.44 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug 219404. + * Thu Oct 5 2006 Quentin Spencer 2.9.9-1 - New release. - BuildRequires: pcre-devel From fedora-extras-commits at redhat.com Sat Dec 23 17:22:21 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:22:21 -0500 Subject: rpms/octave/devel octave.spec,1.48,1.49 Message-ID: <200612231722.kBNHMLK8004138@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/devel Modified Files: octave.spec Log Message: Fix bug 219404. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- octave.spec 3 Oct 2006 18:32:54 -0000 1.48 +++ octave.spec 23 Dec 2006 17:21:50 -0000 1.49 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug + * Mon Oct 3 2006 Quentin Spencer 2.9.9-1 - New release. Remove old patch. From fedora-extras-commits at redhat.com Sat Dec 23 17:26:07 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:26:07 -0500 Subject: rpms/lilypond/FC-6 lilypond.spec,1.9,1.10 Message-ID: <200612231726.kBNHQ7hL004202@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4161 Modified Files: lilypond.spec Log Message: New release and finish a bugfix. Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/lilypond.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- lilypond.spec 15 Dec 2006 19:54:46 -0000 1.9 +++ lilypond.spec 23 Dec 2006 17:25:37 -0000 1.10 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -71,9 +71,10 @@ %preun -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : -/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : - +if [ "$1" = "0" ]; then + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/lilypond.info.gz || : + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz || : +fi %files -f %{name}.lang %defattr(-,root,root,-) @@ -90,6 +91,10 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.10.4-1 +- New release. +- Finish fixing bug 219400. + * Wed Dec 13 2006 Quentin Spencer 2.10.2-2 - New release. - Fix bug 219400. From fedora-extras-commits at redhat.com Sat Dec 23 17:26:35 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 12:26:35 -0500 Subject: rpms/lilypond/FC-6 .cvsignore,1.9,1.10 sources,1.9,1.10 Message-ID: <200612231726.kBNHQZj8004209@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4185 Modified Files: .cvsignore sources Log Message: New release and finish a bugfix. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 15 Dec 2006 19:54:46 -0000 1.9 +++ .cvsignore 23 Dec 2006 17:26:05 -0000 1.10 @@ -1 +1 @@ -lilypond-2.10.2.tar.gz +lilypond-2.10.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 15 Dec 2006 19:54:46 -0000 1.9 +++ sources 23 Dec 2006 17:26:05 -0000 1.10 @@ -1 +1 @@ -604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz +ff9df1e672a3a44caea62becd71cb3bb lilypond-2.10.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 17:48:34 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 23 Dec 2006 12:48:34 -0500 Subject: rpms/jd/devel .cvsignore, 1.43, 1.44 jd.spec, 1.52, 1.53 sources, 1.43, 1.44 Message-ID: <200612231748.kBNHmYpd004335@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4314 Modified Files: .cvsignore jd.spec sources Log Message: * Sat Dec 23 2006 Mamoru Tasaka - 1.8.1-2.cvs061223 - cvs 061223 (25:40 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- .cvsignore 21 Dec 2006 18:05:13 -0000 1.43 +++ .cvsignore 23 Dec 2006 17:48:04 -0000 1.44 @@ -1 +1 @@ -jd-1.8.1-cvs061221.tgz +jd-1.8.1-cvs061223.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- jd.spec 21 Dec 2006 18:05:13 -0000 1.52 +++ jd.spec 23 Dec 2006 17:48:04 -0000 1.53 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061221 +%define strtag cvs061223 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Thu Dec 21 2006 Mamoru Tasaka - 1.8.1-2.cvs061221 -- cvs 061221 (24:20 JST) +* Sat Dec 23 2006 Mamoru Tasaka - 1.8.1-2.cvs061223 +- cvs 061223 (25:40 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- sources 21 Dec 2006 18:05:13 -0000 1.43 +++ sources 23 Dec 2006 17:48:04 -0000 1.44 @@ -1 +1 @@ -b50f662ecb232a87bd865585df81f88f jd-1.8.1-cvs061221.tgz +70a8ee3b0db4ef41521f2a903cc2d0e3 jd-1.8.1-cvs061223.tgz From fedora-extras-commits at redhat.com Sat Dec 23 18:33:45 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 13:33:45 -0500 Subject: rpms/python-sexy/devel python-sexy.spec,1.6,1.7 Message-ID: <200612231833.kBNIXjsj007696@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7680 Modified Files: python-sexy.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 0.1.9-3 - Rebuild with Python 2.5. Index: python-sexy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sexy/devel/python-sexy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sexy.spec 25 Oct 2006 22:28:12 -0000 1.6 +++ python-sexy.spec 23 Dec 2006 18:33:15 -0000 1.7 @@ -2,7 +2,7 @@ %define real_name sexy-python Name: python-sexy Version: 0.1.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings to libsexy @@ -50,6 +50,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 0.1.9-3 +- Rebuild with Python 2.5. + * Thu Oct 26 2006 Ha??kel Gu??mar - 0.1.9-2 - fixed requires that asked libsexy-devel instead of libsexy. From fedora-extras-commits at redhat.com Sat Dec 23 19:12:45 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Sat, 23 Dec 2006 14:12:45 -0500 Subject: rpms/lilypond/FC-5 .cvsignore, 1.8, 1.9 lilypond.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200612231912.kBNJCjc3011190@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11171 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Dec 2006 15:08:02 -0000 1.8 +++ .cvsignore 23 Dec 2006 19:12:15 -0000 1.9 @@ -1 +1 @@ -lilypond-2.10.2.tar.gz +lilypond-2.10.4.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lilypond.spec 15 Dec 2006 19:44:22 -0000 1.11 +++ lilypond.spec 23 Dec 2006 19:12:15 -0000 1.12 @@ -1,6 +1,6 @@ Name: lilypond -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: A typesetting system for music notation Group: Applications/Publishing @@ -92,6 +92,9 @@ %changelog +* Sat Dec 23 2006 Quentin Spencer 2.10.4-1 +- New release. + * Fri Dec 15 2006 Quentin Spencer 2.10.2-2 - Patch broken configure script (it thinks guile 1.6.7 is 1.6 and fails). Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 13 Dec 2006 15:08:02 -0000 1.8 +++ sources 23 Dec 2006 19:12:15 -0000 1.9 @@ -1 +1 @@ -604439f539feb6160f2cf3acf18253e6 lilypond-2.10.2.tar.gz +ff9df1e672a3a44caea62becd71cb3bb lilypond-2.10.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:18 -0500 Subject: rpms/asymptote/FC-5 .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpIdZ011598@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/FC-5 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:38 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:38 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:38 -0000 1.12 +++ sources 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:18 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:18 -0500 Subject: rpms/asymptote/FC-4 .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpIpj011593@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/FC-4 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:38 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:38 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:38 -0000 1.12 +++ sources 23 Dec 2006 19:50:48 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:24 -0500 Subject: rpms/asymptote/FC-6 .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpOse011603@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/FC-6 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:44 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:44 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:44 -0000 1.12 +++ sources 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 19:51:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 14:51:24 -0500 Subject: rpms/asymptote/devel .cvsignore, 1.12, 1.13 asymptote.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612231951.kBNJpO1w011608@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11529/devel Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.19. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 5 Nov 2006 22:48:45 -0000 1.12 +++ .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -asymptote-1.18.tar.gz +asymptote-1.19.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- asymptote.spec 5 Nov 2006 22:48:45 -0000 1.13 +++ asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19. + * Sun Nov 5 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 5 Nov 2006 22:48:45 -0000 1.12 +++ sources 23 Dec 2006 19:50:54 -0000 1.13 @@ -1 +1 @@ -00006bb1bb3a17bfca322dfa38ce0520 asymptote-1.18.tar.gz +eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 20:14:09 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 23 Dec 2006 15:14:09 -0500 Subject: rpms/wesnoth/devel .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 wesnoth.spec, 1.29, 1.30 wesnoth-1.0.2-help-speedup-199079.patch, 1.1, NONE wesnoth-1.0.2-sdl_ttf.patch, 1.1, NONE Message-ID: <200612232014.kBNKE9HS014966@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14947 Modified Files: .cvsignore sources wesnoth.spec Removed Files: wesnoth-1.0.2-help-speedup-199079.patch wesnoth-1.0.2-sdl_ttf.patch Log Message: * Sat Dec 23 2006 Brian Pepple - 1.1.14-1 - Update to 1.1.14. - Add BR on fribidi-devel. - Drop X-Fedora category from desktop file. - Drop help speedup patch, fixed upstream. - Drop ttf patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Dec 2005 19:34:55 -0000 1.13 +++ .cvsignore 23 Dec 2006 20:13:39 -0000 1.14 @@ -1 +1 @@ -wesnoth-1.0.2.tar.gz +wesnoth-1.1.14.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Dec 2005 19:34:55 -0000 1.13 +++ sources 23 Dec 2006 20:13:39 -0000 1.14 @@ -1 +1 @@ -1d2a26062ce1c90cbf10845023f9435c wesnoth-1.0.2.tar.gz +9b7238f37faccf1c7be71de9475dc02b wesnoth-1.1.14.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wesnoth.spec 8 Sep 2006 00:45:36 -0000 1.29 +++ wesnoth.spec 23 Dec 2006 20:13:39 -0000 1.30 @@ -1,16 +1,14 @@ Name: wesnoth -Version: 1.0.2 -Release: 4%{?dist} +Version: 1.1.14 +Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPL URL: http://www.wesnoth.org -Source0: http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz +Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.gz Source1: wesnothd.init -Source2: wesnoth.sysconfig -Patch0: wesnoth-1.0.2-sdl_ttf.patch -Patch1: wesnoth-1.0.2-help-speedup-199079.patch +Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_image-devel @@ -18,6 +16,7 @@ BuildRequires: SDL_net-devel BuildRequires: freetype-devel BuildRequires: libpng-devel +BuildRequires: fribidi-devel BuildRequires: desktop-file-utils BuildRequires: gettext @@ -48,6 +47,7 @@ Requires(preun): /sbin/chkconfig Requires(pre): /usr/sbin/useradd + %description server This package contains the binaries for running a Wesnoth server for multi-player games. @@ -58,14 +58,13 @@ Group: Amusements/Games Requires: %{name} = %{version}-%{release} + %description tools This package contains the game editor and development tools. %prep %setup -q -%patch0 -p1 -b .sdl_ttf -%patch1 -p1 -b .help-199079 chmod -x MANUAL* @@ -87,7 +86,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ - --add-category="X-Fedora" icons/%{name}.desktop + icons/%{name}.desktop # add icon for menus mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps @@ -135,7 +134,7 @@ %files -f %{name}.\*.lang %defattr(-,root,root,-) %doc COPYING changelog README copyright MANUAL* -%{_bindir}/wesnoth +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* @@ -162,6 +161,13 @@ %ghost /var/run/wesnothd/socket %changelog +* Sat Dec 23 2006 Brian Pepple - 1.1.14-1 +- Update to 1.1.14. +- Add BR on fribidi-devel. +- Drop X-Fedora category from desktop file. +- Drop help speedup patch, fixed upstream. +- Drop ttf patch, fixed upstream. + * Thu Sep 7 2006 Brian Pepple - 1.0.2-4 - Rebuild for FC6. - Remove unnecessary BR on SDL-devel. --- wesnoth-1.0.2-help-speedup-199079.patch DELETED --- --- wesnoth-1.0.2-sdl_ttf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 23 20:57:35 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 15:57:35 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.5,1.6 Message-ID: <200612232057.kBNKvZQQ015171@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15156 Modified Files: autogen.spec Log Message: Removed BR libopts-devel autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- autogen.spec 2 Nov 2006 21:14:29 -0000 1.5 +++ autogen.spec 23 Dec 2006 20:57:05 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 URL: http://autogen.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: guile-devel libxml2-devel libopts-devel libtool +BuildRequires: guile-devel libxml2-devel libtool Requires: ldconfig autoconf Requires(postun): %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives @@ -124,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 +- removed BR libopts-devel + * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts - now links to it's own version of libopts shipped with the tarball From fedora-extras-commits at redhat.com Sat Dec 23 20:59:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 15:59:53 -0500 Subject: rpms/perl-GPS - New directory Message-ID: <200612232059.kBNKxr9c015278@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15274/perl-GPS Log Message: Directory /cvs/extras/rpms/perl-GPS added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 20:59:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 15:59:58 -0500 Subject: rpms/perl-GPS/devel - New directory Message-ID: <200612232059.kBNKxwKL015291@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15274/perl-GPS/devel Log Message: Directory /cvs/extras/rpms/perl-GPS/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 23 21:00:16 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:00:16 -0500 Subject: rpms/perl-GPS Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612232100.kBNL0Gew015321@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15315 Added Files: Makefile import.log Log Message: Setup of module perl-GPS --- NEW FILE Makefile --- # Top level Makefile for module perl-GPS all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 23 21:00:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 16:00:18 -0500 Subject: rpms/autogen/FC-6 autogen.spec,1.5,1.6 Message-ID: <200612232100.kBNL0IDw015330@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15248 Modified Files: autogen.spec Log Message: Removed BR libopts-devel and smp_mflags autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/autogen.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- autogen.spec 2 Nov 2006 21:16:03 -0000 1.5 +++ autogen.spec 23 Dec 2006 20:59:48 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 URL: http://autogen.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: guile-devel libxml2-devel libopts-devel libtool +BuildRequires: guile-devel libxml2-devel libtool Requires: ldconfig autoconf Requires(postun): %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives @@ -37,7 +37,7 @@ %build %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; -make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool # no smp flags as it falls over during build @@ -124,6 +124,10 @@ %{_includedir}/autoopts %changelog +* Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 +- removed BR libopts-devel +- removed multi cpu build + * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts - now links to it's own version of libopts shipped with the tarball From fedora-extras-commits at redhat.com Sat Dec 23 21:00:21 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:00:21 -0500 Subject: rpms/perl-GPS/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612232100.kBNL0L5h015339@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15315/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-GPS --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 23 21:01:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:01:23 -0500 Subject: rpms/perl-GPS import.log,1.1,1.2 Message-ID: <200612232101.kBNL1NdW018581@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15418 Modified Files: import.log Log Message: auto-import perl-GPS-0.15-1 on branch devel from perl-GPS-0.15-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-GPS/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Dec 2006 21:00:16 -0000 1.1 +++ import.log 23 Dec 2006 21:00:53 -0000 1.2 @@ -0,0 +1 @@ +perl-GPS-0_15-1:HEAD:perl-GPS-0.15-1.src.rpm:1166908166 From fedora-extras-commits at redhat.com Sat Dec 23 21:01:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:01:23 -0500 Subject: rpms/perl-GPS/devel perl-GPS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612232101.kBNL1NBL018585@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GPS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15418/devel Modified Files: .cvsignore sources Added Files: perl-GPS.spec Log Message: auto-import perl-GPS-0.15-1 on branch devel from perl-GPS-0.15-1.src.rpm --- NEW FILE perl-GPS.spec --- Name: perl-GPS Version: 0.15 Release: 1%{?dist} Summary: Perl interface to a GPS receiver that implements the Garmin protocol Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/perl-GPS/ Source0: http://www.cpan.org/authors/id/S/SR/SREZIC/perl-GPS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Device::SerialPort) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Device::SerialPort) %description This is a perl interface to a GPS receiver that implements the Garmin protocol. %prep %setup -q -n perl-GPS-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* for file in $RPM_BUILD_ROOT%{_mandir}/man3/*; do iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_" mv "${file}_" "$file" done %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING Changes README TODO %{perl_vendorlib}/GPS/ %{_mandir}/man3/*.3pm* %changelog * Sat Dec 16 2006 Jose Pedro Oliveira - 0.15-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GPS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2006 21:00:21 -0000 1.1 +++ .cvsignore 23 Dec 2006 21:00:53 -0000 1.2 @@ -0,0 +1 @@ +perl-GPS-0.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GPS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2006 21:00:21 -0000 1.1 +++ sources 23 Dec 2006 21:00:53 -0000 1.2 @@ -0,0 +1 @@ +9569057d491c73cd597057de85472673 perl-GPS-0.15.tar.gz From fedora-extras-commits at redhat.com Sat Dec 23 21:03:43 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 16:03:43 -0500 Subject: rpms/python-simpletal/devel python-simpletal.spec,1.9,1.10 Message-ID: <200612232103.kBNL3hGe018691@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-simpletal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18672 Modified Files: python-simpletal.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 4.1-5 - Rebuild with Python 2.5 Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/devel/python-simpletal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-simpletal.spec 16 Sep 2006 18:48:18 -0000 1.9 +++ python-simpletal.spec 23 Dec 2006 21:03:13 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -47,6 +47,9 @@ %{python_sitelib}/simpletal/*.pyo %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 4.1-5 +- Rebuild with Python 2.5 + * Sat Sep 16 2006 Shahms E. King 4.1-4 - Rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 21:04:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 23 Dec 2006 16:04:53 -0500 Subject: owners owners.list,1.2146,1.2147 Message-ID: <200612232104.kBNL4raW018759@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18734 Modified Files: owners.list Log Message: New package: perl-GPS (#220704) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2146 retrieving revision 1.2147 diff -u -r1.2146 -r1.2147 --- owners.list 23 Dec 2006 15:00:36 -0000 1.2146 +++ owners.list 23 Dec 2006 21:04:22 -0000 1.2147 @@ -1539,6 +1539,7 @@ Fedora Extras|perl-Gnome2-Print|Perl wrappers for the Gnome Print utilities|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-VFS|Perl interface to the 2.x series of the GNOME VFS library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-GPS|Perl interface to a GPS receiver that implements the Garmin protocol|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GPS-PRN|Package for PRN - Object ID conversions|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Dec 23 21:09:48 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 16:09:48 -0500 Subject: rpms/python-tpg/devel python-tpg.spec,1.9,1.10 Message-ID: <200612232109.kBNL9msx018806@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18782 Modified Files: python-tpg.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 3.1.0-4 - Rebuild with Python 2.5 Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-tpg.spec 16 Sep 2006 18:51:19 -0000 1.9 +++ python-tpg.spec 23 Dec 2006 21:09:18 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -61,6 +61,9 @@ %{python_sitelib}/tpg.pyo %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 3.1.0-4 +- Rebuild with Python 2.5 + * Sat Sep 16 2006 Shahms E. King 3.1.0-3 - rebuild for FC6 From fedora-extras-commits at redhat.com Sat Dec 23 21:12:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 16:12:23 -0500 Subject: rpms/autogen import.log,1.9,1.10 Message-ID: <200612232112.kBNLCNir018915@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18885 Modified Files: import.log Log Message: auto-import autogen-5.8.8-1 on branch devel from autogen-5.8.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/autogen/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 13 Dec 2006 23:27:49 -0000 1.9 +++ import.log 23 Dec 2006 21:11:53 -0000 1.10 @@ -6,3 +6,4 @@ autogen-5_8_7-3:FC-6:autogen-5.8.7-3.src.rpm:1162502151 autogen-5_8_7-3:HEAD:autogen-5.8.7-3.src.rpm:1162502259 autogen-5_8_7-4:HEAD:autogen-5.8.7-4.src.rpm:1166052821 +autogen-5_8_8-1:HEAD:autogen-5.8.8-1.src.rpm:1166908817 From fedora-extras-commits at redhat.com Sat Dec 23 21:12:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sat, 23 Dec 2006 16:12:23 -0500 Subject: rpms/autogen/devel .cvsignore, 1.3, 1.4 autogen.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200612232112.kBNLCNW9018920@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18885/devel Modified Files: .cvsignore autogen.spec sources Log Message: auto-import autogen-5.8.8-1 on branch devel from autogen-5.8.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2006 11:14:28 -0000 1.3 +++ .cvsignore 23 Dec 2006 21:11:53 -0000 1.4 @@ -1 +1 @@ -autogen-5.8.7.tar.bz2 +autogen-5.8.8.tar.bz2 Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/autogen.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- autogen.spec 17 Dec 2006 15:23:40 -0000 1.7 +++ autogen.spec 23 Dec 2006 21:11:53 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen -Version: 5.8.7 -Release: 5%{?dist} +Version: 5.8.8 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -38,7 +38,6 @@ %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; make LIBTOOL=%{_bindir}/libtool - # no smp flags as it falls over during build %install @@ -124,8 +123,8 @@ %{_includedir}/autoopts %changelog -* Sun Dec 17 2006 Paul F. Johnson 5.8.7-5 -- ditched smp_mflags again +* Sat Dec 23 2006 Paul F. Johnson 5.8.8-1 +- bump * Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 - fix for preun Index: sources =================================================================== RCS file: /cvs/extras/rpms/autogen/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2006 11:14:28 -0000 1.3 +++ sources 23 Dec 2006 21:11:53 -0000 1.4 @@ -1 +1 @@ -76599cc04f352512610191b13f3ce2a6 autogen-5.8.7.tar.bz2 +fe078c23b26753347a31c0bee6e5c82c autogen-5.8.8.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 23 21:36:57 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 16:36:57 -0500 Subject: rpms/pyzor/devel pyzor.spec,1.13,1.14 Message-ID: <200612232136.kBNLav7S019080@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pyzor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19065 Modified Files: pyzor.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 0.4.0-11 - Rebuild with Python 2.5. Index: pyzor.spec =================================================================== RCS file: /cvs/extras/rpms/pyzor/devel/pyzor.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pyzor.spec 21 Nov 2006 06:01:01 -0000 1.13 +++ pyzor.spec 23 Dec 2006 21:36:27 -0000 1.14 @@ -4,7 +4,7 @@ Name: pyzor Version: 0.4.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Pyzor collaborative spam filtering system Group: Applications/Internet @@ -71,6 +71,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 0.4.0-11 +- Rebuild with Python 2.5. + * Fri Sep 08 2006 Andreas Thienemann - 0.9.8-10 - FE6 Rebuild - Feature enhancements by including certain patches from swinog. From fedora-extras-commits at redhat.com Sat Dec 23 22:42:06 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 17:42:06 -0500 Subject: rpms/serpentine/devel serpentine.spec,1.7,1.8 Message-ID: <200612232242.kBNMg6wi022452@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/serpentine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22432 Modified Files: serpentine.spec Log Message: * Sat Dec 23 2006 Jason L Tibbitts III - 0.7-6%{?dist} - Rebuild with Python 2.5 Index: serpentine.spec =================================================================== RCS file: /cvs/extras/rpms/serpentine/devel/serpentine.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- serpentine.spec 11 Sep 2006 17:08:32 -0000 1.7 +++ serpentine.spec 23 Dec 2006 22:41:36 -0000 1.8 @@ -2,7 +2,7 @@ Name: serpentine Version: 0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Audio CD Burner Group: Applications/Multimedia @@ -75,6 +75,9 @@ %changelog +* Sat Dec 23 2006 Jason L Tibbitts III - 0.7-6%{?dist} +- Rebuild with Python 2.5 + * Mon Sep 11 2006 Sindre Pedersen Bj??rdal - 0.7-5 - Add missing perl-XML-Parser dependency to fix build From fedora-extras-commits at redhat.com Sat Dec 23 22:55:58 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 23 Dec 2006 17:55:58 -0500 Subject: rpms/sylpheed/devel .cvsignore, 1.23, 1.24 sources, 1.23, 1.24 sylpheed.spec, 1.42, 1.43 Message-ID: <200612232255.kBNMtw2S022595@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22576 Modified Files: .cvsignore sources sylpheed.spec Log Message: * Sat Dec 23 2006 Michael Schwendt - 2.3.0-1 - Update to 2.3.0 (new stable branch). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 16 Nov 2006 21:15:10 -0000 1.23 +++ .cvsignore 23 Dec 2006 22:55:28 -0000 1.24 @@ -1,2 +1,2 @@ -sylpheed-2.2.10.tar.bz2 -sylpheed-2.2.10.tar.bz2.asc +sylpheed-2.3.0.tar.bz2 +sylpheed-2.3.0.tar.bz2.asc Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 16 Nov 2006 21:15:10 -0000 1.23 +++ sources 23 Dec 2006 22:55:28 -0000 1.24 @@ -1,2 +1,2 @@ -68709cd07d2416c7aaeacf2c6921b1a2 sylpheed-2.2.10.tar.bz2 -ddbaab7d093c35592927a0cd426631ad sylpheed-2.2.10.tar.bz2.asc +e46f13162a7fc28120ed87ebfb304a57 sylpheed-2.3.0.tar.bz2 +5b338fceddb2d6fb17ef4406512c7b75 sylpheed-2.3.0.tar.bz2.asc Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- sylpheed.spec 16 Nov 2006 21:15:10 -0000 1.42 +++ sylpheed.spec 23 Dec 2006 22:55:28 -0000 1.43 @@ -4,13 +4,13 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed -Version: 2.2.10 +Version: 2.3.0 Release: 1%{?dist} License: GPL URL: http://sylpheed.sraoss.jp/ Group: Applications/Internet Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -BuildRequires: gtk2-devel >= 2.4, openssl-devel +BuildRequires: gtk2-devel openssl-devel BuildRequires: desktop-file-utils pkgconfig gettext %{!?_without_gpgme:BuildRequires: gpgme-devel} %{!?_without_compface:BuildRequires: compface-devel} @@ -84,6 +84,9 @@ %{_mandir}/man1/* %changelog +* Sat Dec 23 2006 Michael Schwendt - 2.3.0-1 +- Update to 2.3.0 (new stable branch). + * Thu Nov 16 2006 Michael Schwendt - 2.2.10-1 - Update to 2.2.10 (recommended bug-fixes only). From fedora-extras-commits at redhat.com Sat Dec 23 23:11:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 23 Dec 2006 18:11:41 -0500 Subject: rpms/pcsc-perl/devel pcsc-perl.spec,1.11,1.12 Message-ID: <200612232311.kBNNBfGX025805@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pcsc-perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25790 Modified Files: pcsc-perl.spec Log Message: * Sun Dec 24 2006 Ville Skytt?? - 1.4.4-3 - Eliminate file based dependencies. Index: pcsc-perl.spec =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/pcsc-perl.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pcsc-perl.spec 2 Nov 2006 17:01:11 -0000 1.11 +++ pcsc-perl.spec 23 Dec 2006 23:11:11 -0000 1.12 @@ -1,9 +1,12 @@ %define pcscver 1.3.0 -%define pcsclib %{_libdir}/libpcsclite.so.1 +%define pcsclib libpcsclite.so.1 +%ifarch x86_64 ppc64 ia64 sparc64 s390x +%define mark64 ()(64bit) +%endif Name: pcsc-perl Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl interface to the PC/SC smart card library Group: Development/Libraries @@ -14,7 +17,7 @@ BuildRequires: perl BuildRequires: pcsc-lite-devel >= %{pcscver} -Requires: %{pcsclib} +Requires: %{pcsclib}%{?mark64} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl-pcsc = %{version}-%{release} @@ -45,6 +48,9 @@ %check # tests need configured readers etc +if ! grep -qF 'dlopen("%{pcsclib}"' PCSCperl.h ; then # sanity check + echo "ERROR: pcsc lib name mismatch in PCSCperl.h/dependencies" ; exit 1 +fi %clean @@ -60,6 +66,9 @@ %changelog +* Sun Dec 24 2006 Ville Skytt?? - 1.4.4-3 +- Eliminate file based dependencies. + * Thu Nov 2 2006 Ville Skytt?? - 1.4.4-2 - Rebuild with pcsc-lite 1.3.2 for extended APDU support. From fedora-extras-commits at redhat.com Sat Dec 23 23:46:08 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 18:46:08 -0500 Subject: rpms/sysprof-kmod/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof-kmod.spec, 1.10, 1.11 Message-ID: <200612232346.kBNNk8fv026051@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof-kmod/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26027 Modified Files: .cvsignore sources sysprof-kmod.spec Log Message: - version update to 1.0.8 - rebuild for kernel 2.6.18-1.2257 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 17:11:28 -0000 1.4 +++ .cvsignore 23 Dec 2006 23:45:38 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 17:11:28 -0000 1.4 +++ sources 23 Dec 2006 23:45:38 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof-kmod/FC-5/sysprof-kmod.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sysprof-kmod.spec 21 Nov 2006 17:11:28 -0000 1.10 +++ sysprof-kmod.spec 23 Dec 2006 23:45:38 -0000 1.11 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.18-1.2239.fc5} +%{!?kversion: %define kversion 2.6.18-1.2257.fc5} # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" @@ -24,7 +24,7 @@ Name: %{kmod_name}-kmod -Version: 1.0.7 +Version: 1.0.8 Release: 1.%(echo %{kverrel} | tr - _) Summary: Sysprof kernel module @@ -98,6 +98,10 @@ %changelog +* Sat Dec 23 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 +- rebuild for kernel 2.6.18-1.2257 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Sat Dec 23 23:50:17 2006 From: fedora-extras-commits at redhat.com (Gianluca Sforna (giallu)) Date: Sat, 23 Dec 2006 18:50:17 -0500 Subject: rpms/sysprof/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 sysprof.spec, 1.6, 1.7 Message-ID: <200612232350.kBNNoHMj026168@cvs-int.fedora.redhat.com> Author: giallu Update of /cvs/extras/rpms/sysprof/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26123 Modified Files: .cvsignore sources sysprof.spec Log Message: version update to 1.0.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2006 17:52:10 -0000 1.4 +++ .cvsignore 23 Dec 2006 23:49:47 -0000 1.5 @@ -1 +1 @@ -sysprof-1.0.7.tar.gz +sysprof-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2006 17:52:10 -0000 1.4 +++ sources 23 Dec 2006 23:49:47 -0000 1.5 @@ -1 +1 @@ -c07597d59734d0bacca11003bc15de7b sysprof-1.0.7.tar.gz +4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz Index: sysprof.spec =================================================================== RCS file: /cvs/extras/rpms/sysprof/FC-5/sysprof.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sysprof.spec 21 Nov 2006 17:52:10 -0000 1.6 +++ sysprof.spec 23 Dec 2006 23:49:47 -0000 1.7 @@ -1,5 +1,5 @@ Name: sysprof -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Sysprof is a sampling CPU profiler Group: Development/System @@ -60,6 +60,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sat Dec 23 2006 Gianluca Sforna 1.0.8-1 +- version update to 1.0.8 + * Tue Nov 21 2006 Gianluca Sforna 1.0.7-1 - version update to 1.0.7 From fedora-extras-commits at redhat.com Sun Dec 24 00:06:09 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:06:09 -0500 Subject: rpms/libtomoe-gtk/FC-3 branch,1.1,1.2 libtomoe-gtk.spec,1.2,1.3 Message-ID: <200612240006.kBO069tb029424@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29407 Modified Files: branch libtomoe-gtk.spec Log Message: update to 0.4.0 Index: branch =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/branch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- branch 1 Mar 2006 17:24:55 -0000 1.1 +++ branch 24 Dec 2006 00:05:39 -0000 1.2 @@ -1 +1 @@ -FC-3 +FC-6 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/libtomoe-gtk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libtomoe-gtk.spec 25 Jul 2006 22:32:32 -0000 1.2 +++ libtomoe-gtk.spec 24 Dec 2006 00:05:39 -0000 1.3 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,15 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Wed Jul 26 2006 Ryo Dairiki - 0.1.0-6 - add a buildreq of gettext. From fedora-extras-commits at redhat.com Sun Dec 24 00:07:43 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:07:43 -0500 Subject: rpms/libtomoe-gtk/FC-3 branch,1.2,1.3 sources,1.2,1.3 Message-ID: <200612240007.kBO07hVa029483@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29466 Modified Files: branch sources Log Message: update to 0.4.0 Index: branch =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/branch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- branch 24 Dec 2006 00:05:39 -0000 1.2 +++ branch 24 Dec 2006 00:07:13 -0000 1.3 @@ -1 +1 @@ -FC-6 +FC-3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 24 Dec 2006 00:07:13 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:08:58 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:08:58 -0500 Subject: rpms/libtomoe-gtk/FC-4 libtomoe-gtk.spec,1.3,1.4 sources,1.3,1.4 Message-ID: <200612240008.kBO08wGT029539@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29522 Modified Files: libtomoe-gtk.spec sources Log Message: update to 0.4.0 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtomoe-gtk.spec 25 Jul 2006 22:33:36 -0000 1.3 +++ libtomoe-gtk.spec 24 Dec 2006 00:08:28 -0000 1.4 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,15 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Wed Jul 26 2006 Ryo Dairiki - 0.1.0-6 - add a buildreq of gettext. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Mar 2006 01:27:36 -0000 1.3 +++ sources 24 Dec 2006 00:08:28 -0000 1.4 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:10:01 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:10:01 -0500 Subject: rpms/libtomoe-gtk/FC-5 libtomoe-gtk.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200612240010.kBO0A1os029595@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29578 Modified Files: libtomoe-gtk.spec sources Log Message: update to 0.4.0 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-5/libtomoe-gtk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libtomoe-gtk.spec 25 Jul 2006 22:35:03 -0000 1.2 +++ libtomoe-gtk.spec 24 Dec 2006 00:09:31 -0000 1.3 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,15 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Wed Jul 26 2006 Ryo Dairiki - 0.1.0-6 - add a buildreq of gettext. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 24 Dec 2006 00:09:31 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:11:10 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:11:10 -0500 Subject: rpms/libtomoe-gtk/devel libtomoe-gtk.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200612240011.kBO0BAck029651@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29634 Modified Files: libtomoe-gtk.spec sources Log Message: update to 0.4.0 Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/devel/libtomoe-gtk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtomoe-gtk.spec 15 Sep 2006 15:30:51 -0000 1.3 +++ libtomoe-gtk.spec 24 Dec 2006 00:10:40 -0000 1.4 @@ -1,12 +1,12 @@ Name: libtomoe-gtk -Version: 0.1.0 -Release: 7%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Gtk library for tomoe Japanese handwritten input Group: System Environment/Libraries -License: GPL +License: LGPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -67,6 +67,8 @@ %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_libdir}/libtomoe-gtk.so.* +%dir %{_datadir}/libtomoe-gtk +%{_datadir}/libtomoe-gtk/* %files devel @@ -78,6 +80,12 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 +- mass rebuilding. + * Sat Sep 15 2006 Ryo Dairiki - 0.1.0-7 - mass rebuilding. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 03:48:12 -0000 1.2 +++ sources 24 Dec 2006 00:10:40 -0000 1.3 @@ -1 +1 @@ -e9b887189ee408902a0f85d9b1cde06f libtomoe-gtk-0.1.0.tar.gz +ccf5d11ea77cb57efc55c811d369bb19 libtomoe-gtk-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 00:15:59 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 19:15:59 -0500 Subject: rpms/scim-tomoe/FC-6 .cvsignore, 1.2, 1.3 scim-tomoe.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <200612240016.kBO0Fx45029767@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29747 Modified Files: .cvsignore scim-tomoe.spec sources Log Message: update to 0.4.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2005 09:21:38 -0000 1.2 +++ .cvsignore 24 Dec 2006 00:15:29 -0000 1.3 @@ -1 +1 @@ -scim-tomoe-0.1.0.tar.gz +scim-tomoe-0.4.0.tar.gz Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-6/scim-tomoe.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- scim-tomoe.spec 6 Oct 2006 15:46:11 -0000 1.12 +++ scim-tomoe.spec 24 Dec 2006 00:15:29 -0000 1.13 @@ -1,14 +1,14 @@ %define with_libstdc_preview 0 Name: scim-tomoe -Version: 0.2.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries License: GPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel @@ -64,6 +64,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 - fix the release number for upgrading install from FE5 to FE6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:07:21 -0000 1.3 +++ sources 24 Dec 2006 00:15:29 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 01:21:48 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 20:21:48 -0500 Subject: rpms/libtomoe-gtk/FC-4 libtomoe-gtk.spec,1.4,1.5 Message-ID: <200612240121.kBO1Lm2S000652@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv627 Modified Files: libtomoe-gtk.spec Log Message: disable dumpstroke Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libtomoe-gtk.spec 24 Dec 2006 00:08:28 -0000 1.4 +++ libtomoe-gtk.spec 24 Dec 2006 01:21:18 -0000 1.5 @@ -33,7 +33,7 @@ %build -%configure --disable-static +%configure --disable-static --disable-dumpstroke make %{?_smp_mflags} From fedora-extras-commits at redhat.com Sun Dec 24 02:03:59 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sat, 23 Dec 2006 21:03:59 -0500 Subject: fedora-security/audit fe6,1.50,1.51 Message-ID: <200612240204.kBO23xhF003930@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3915 Modified Files: fe6 Log Message: Note fixed seamonkey issues. Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- fe6 22 Dec 2006 21:21:51 -0000 1.50 +++ fe6 24 Dec 2006 02:03:59 -0000 1.51 @@ -11,15 +11,15 @@ CVE-2006-6574 VULNERABLE (mantis, fixed 1.1.0a2) #219937 CVE-2006-6563 VULNERABLE (proftpd, fixed 1.3.1rc1) #219938 CVE-2006-6515 version (mantis, fixed 1.0.6) #219720 -CVE-2006-6505 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6504 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6503 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6502 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6501 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6500 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6499 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6498 VULNERABLE (seamonkey, fixed 1.0.7) #220516 -CVE-2006-6497 VULNERABLE (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6505 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6504 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6503 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6502 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6501 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6500 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6499 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6498 version (seamonkey, fixed 1.0.7) #220516 +CVE-2006-6497 version (seamonkey, fixed 1.0.7) #220516 CVE-2006-6481 version (clamav, fixed 0.88.7) CVE-2006-6406 version (clamav, fixed 0.88.7) #219095 CVE-2006-6374 ** (phpMyAdmin) #218853 From fedora-extras-commits at redhat.com Sun Dec 24 02:50:55 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 21:50:55 -0500 Subject: rpms/libtomoe-gtk/FC-4 disable-test.patch, NONE, 1.1 libtomoe-gtk.spec, 1.5, 1.6 Message-ID: <200612240250.kBO2ot8P004011@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993 Modified Files: libtomoe-gtk.spec Added Files: disable-test.patch Log Message: disable test disable-test.patch: --- NEW FILE disable-test.patch --- --- configure.ac 2006-11-28 08:56:23.000000000 +0900 +++ configure-new.ac 2006-12-24 11:42:15.000000000 +0900 @@ -104,7 +104,6 @@ po/Makefile.in data/Makefile src/Makefile -test/Makefile libtomoe-gtk.pc ]) --- Makefile.am 2006-10-13 15:43:49.000000000 +0900 +++ Makefile-new.am 2006-12-24 11:55:52.000000000 +0900 @@ -1,4 +1,4 @@ -SUBDIRS=src data po test +SUBDIRS=src data po EXTRA_DIST = autogen.sh libtomoe-gtk.pc Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libtomoe-gtk.spec 24 Dec 2006 01:21:18 -0000 1.5 +++ libtomoe-gtk.spec 24 Dec 2006 02:50:25 -0000 1.6 @@ -7,6 +7,7 @@ License: LGPL URL: http://scim-imengine.sourceforge.jp/ Source0: %{name}-%{version}.tar.gz +Patch0: disable-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tomoe-devel, gtk2-devel, gettext @@ -30,10 +31,11 @@ %prep %setup -q +%patch0 -p0 %build -%configure --disable-static --disable-dumpstroke +%configure --disable-static make %{?_smp_mflags} From fedora-extras-commits at redhat.com Sun Dec 24 03:06:29 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 22:06:29 -0500 Subject: rpms/libtomoe-gtk/FC-4 disable-test.patch, 1.1, 1.2 libtomoe-gtk.spec, 1.6, 1.7 Message-ID: <200612240306.kBO36TZQ007269@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/libtomoe-gtk/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7247 Modified Files: disable-test.patch libtomoe-gtk.spec Log Message: disable test disable-test.patch: Index: disable-test.patch =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/disable-test.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- disable-test.patch 24 Dec 2006 02:50:25 -0000 1.1 +++ disable-test.patch 24 Dec 2006 03:05:59 -0000 1.2 @@ -16,3 +16,14 @@ EXTRA_DIST = autogen.sh libtomoe-gtk.pc +--- Makefile.in 2006-11-28 08:56:39.000000000 +0900 ++++ Makefile-new.in 2006-12-24 12:13:35.000000000 +0900 +@@ -206,7 +206,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = src data po test ++SUBDIRS = src data po + EXTRA_DIST = autogen.sh libtomoe-gtk.pc + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libtomoe-gtk.pc Index: libtomoe-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/libtomoe-gtk/FC-4/libtomoe-gtk.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libtomoe-gtk.spec 24 Dec 2006 02:50:25 -0000 1.6 +++ libtomoe-gtk.spec 24 Dec 2006 03:05:59 -0000 1.7 @@ -10,7 +10,7 @@ Patch0: disable-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: tomoe-devel, gtk2-devel, gettext +BuildRequires: tomoe-devel, gtk2-devel, gettext, autoconf %description Gtk library for tomoe Japanese handwritten input. From fedora-extras-commits at redhat.com Sun Dec 24 03:13:29 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 22:13:29 -0500 Subject: rpms/scim-tomoe/devel scim-tomoe.spec,1.12,1.13 sources,1.3,1.4 Message-ID: <200612240313.kBO3DTGb007355@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7338 Modified Files: scim-tomoe.spec sources Log Message: update to 0.4.0 Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/devel/scim-tomoe.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- scim-tomoe.spec 6 Oct 2006 15:46:11 -0000 1.12 +++ scim-tomoe.spec 24 Dec 2006 03:12:59 -0000 1.13 @@ -1,14 +1,14 @@ %define with_libstdc_preview 0 Name: scim-tomoe -Version: 0.2.0 -Release: 6%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries License: GPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel @@ -64,6 +64,9 @@ %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + * Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 - fix the release number for upgrading install from FE5 to FE6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:07:21 -0000 1.3 +++ sources 24 Dec 2006 03:12:59 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:15:32 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 23 Dec 2006 22:15:32 -0500 Subject: rpms/scim-tomoe/FC-4 scim-tomoe.spec,1.5,1.6 sources,1.3,1.4 Message-ID: <200612240315.kBO3FWLj007490@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7451 Modified Files: scim-tomoe.spec sources Log Message: update to 0.4.0 Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-4/scim-tomoe.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scim-tomoe.spec 2 Mar 2006 02:19:08 -0000 1.5 +++ scim-tomoe.spec 24 Dec 2006 03:15:02 -0000 1.6 @@ -1,6 +1,8 @@ +%define with_libstdc_preview 0 + Name: scim-tomoe -Version: 0.2.0 -Release: 3%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries @@ -9,10 +11,13 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: scim-tomoe-moduledir.patch +BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel +%if %{with_libstdc_preview} +Buildrequires: libstdc++so7-devel +%endif +Requires: scim -Requires: scim -BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel +Patch0: scim-tomoe-moduledir.patch %description Scim-tomoe allows Japanese handwritten input of characters using SCIM. @@ -24,15 +29,25 @@ %build +%if %{with_libstdc_preview} +export CXX=%{_bindir}/g++-libstdc++-so_7 +%endif %configure --disable-static +%if %{with_libstdc_preview} +# tweak libtool for libstdc++-so7 +sed -i -e "s/4.1.0 /4.2.0-`grep datestamp= %{_bindir}/g++-libstdc++-so_7 | sed -e "s/datestamp=//"` /" libtool +%endif make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +%if %{with_libstdc_preview} +export CXX=%{_bindir}/g++-libstdc++-so_7 +%endif make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/Helper/tomoe.la +rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la %find_lang %{name} @@ -43,20 +58,37 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README +%doc AUTHORS COPYING ChangeLog %{_libdir}/scim-1.0/*/Helper/tomoe.so %{_datadir}/scim/icons/scim-tomoe.png %changelog +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. + +* Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 +- fix the release number for upgrading install from FE5 to FE6. + +* Sat Sep 15 2006 Ryo Dairiki - 0.2.0-5 +- mass rebuilding. + +* Tue Apr 4 2006 Jens Petersen - 0.2.0-4 +- rebuild without libstdc++so7 + * Wed Mar 1 2006 Ryo Dairiki - 0.2-3 - update to 0.2 -* Fri Oct 7 2005 Ryo Dairiki - 0.1-2 +* Mon Feb 13 2006 Jens Petersen - 0.1.0-3 +- build conditionally with libstdc++so7 preview library (#166041) + - add with_libstdc_preview switch and tweak libtool to link against it +- list shared object module files explicitly + +* Fri Oct 7 2005 Ryo Dairiki - 0.1.0-2 - add scim into the requirement -* Wed Aug 31 2005 Ryo Dairiki - 0.1-1 -- update to 0.1 +* Wed Aug 31 2005 Ryo Dairiki - 0.1.0-1 +- update to 0.1.0 * Wed Aug 17 2005 Jens Petersen - 0.0.0-0.20050817 - initial packaging of cvs snapshot Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:03:51 -0000 1.3 +++ sources 24 Dec 2006 03:15:02 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:41:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:41:50 -0500 Subject: rpms/zaptel/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zaptel.spec, 1.5, 1.6 Message-ID: <200612240341.kBO3foWB007668@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7649 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Dec 2006 04:20:43 -0000 1.4 +++ .cvsignore 24 Dec 2006 03:41:20 -0000 1.5 @@ -1 +1 @@ -zaptel-1.4.0-beta3.tar.gz +zaptel-1.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Dec 2006 04:20:43 -0000 1.4 +++ sources 24 Dec 2006 03:41:20 -0000 1.5 @@ -1 +1 @@ -13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz +27b43dfa3f1629f063a20779300f68c8 zaptel-1.4.0.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zaptel.spec 16 Dec 2006 04:20:43 -0000 1.5 +++ zaptel.spec 24 Dec 2006 03:41:20 -0000 1.6 @@ -1,11 +1,11 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 6.beta3%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch Source1: menuselect.makedeps @@ -53,7 +53,7 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta3 +%setup0 -q %patch0 -p0 @@ -186,6 +186,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 +- Update to 1.4.0 final + * Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 - Update to 1.4.0-beta3 - Drop unnecessary patch From fedora-extras-commits at redhat.com Sun Dec 24 03:45:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:45:10 -0500 Subject: rpms/libpri/devel .cvsignore, 1.2, 1.3 libpri.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612240345.kBO3jAMQ007762@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libpri/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7739 Modified Files: .cvsignore libpri.spec sources Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpri/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2006 03:51:13 -0000 1.2 +++ .cvsignore 24 Dec 2006 03:44:40 -0000 1.3 @@ -1 +1 @@ -libpri-1.4.0-beta1.tar.gz +libpri-1.4.0.tar.gz Index: libpri.spec =================================================================== RCS file: /cvs/extras/rpms/libpri/devel/libpri.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libpri.spec 15 Oct 2006 04:33:12 -0000 1.3 +++ libpri.spec 24 Dec 2006 03:44:40 -0000 1.4 @@ -1,12 +1,12 @@ Summary: An implementation of Primary Rate ISDN Name: libpri Version: 1.4.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.asterisk.org/ -Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}-beta1.tar.gz +Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz Patch0: libpri-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ Development files for libpri. %prep -%setup0 -q -n %{name}-%{version}-beta1 +%setup0 -q -n %{name}-%{version} %patch0 -p0 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile @@ -57,6 +57,9 @@ %{_libdir}/libpri.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-3 +- Update to 1.4.0 final + * Sat Oct 14 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 - Fix lib paths for 64 bit systems. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpri/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2006 03:51:13 -0000 1.2 +++ sources 24 Dec 2006 03:44:40 -0000 1.3 @@ -1 +1 @@ -0df4aab74517ff425392cfafc6b97eab libpri-1.4.0-beta1.tar.gz +09b039226e43a810d523bc076823c6a9 libpri-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:45:42 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:45:42 -0500 Subject: rpms/zaptel/FC-6 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zaptel.spec, 1.4, 1.5 Message-ID: <200612240345.kBO3jgJJ007813@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7759 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Dec 2006 04:39:49 -0000 1.4 +++ .cvsignore 24 Dec 2006 03:45:12 -0000 1.5 @@ -1 +1 @@ -zaptel-1.4.0-beta3.tar.gz +zaptel-1.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Dec 2006 04:39:49 -0000 1.4 +++ sources 24 Dec 2006 03:45:12 -0000 1.5 @@ -1 +1 @@ -13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz +27b43dfa3f1629f063a20779300f68c8 zaptel-1.4.0.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/zaptel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zaptel.spec 16 Dec 2006 04:39:49 -0000 1.4 +++ zaptel.spec 24 Dec 2006 03:45:12 -0000 1.5 @@ -1,11 +1,11 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 6.beta3%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch Source1: menuselect.makedeps @@ -53,7 +53,7 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta3 +%setup0 -q %patch0 -p0 @@ -186,6 +186,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 +- Update to 1.4.0 final + * Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 - Update to 1.4.0-beta3 - Drop unnecessary patch From fedora-extras-commits at redhat.com Sun Dec 24 03:47:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:47:51 -0500 Subject: rpms/libpri/FC-6 .cvsignore, 1.2, 1.3 libpri.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612240347.kBO3lpH0007913@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libpri/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7876 Modified Files: .cvsignore libpri.spec sources Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2006 03:51:13 -0000 1.2 +++ .cvsignore 24 Dec 2006 03:47:21 -0000 1.3 @@ -1 +1 @@ -libpri-1.4.0-beta1.tar.gz +libpri-1.4.0.tar.gz Index: libpri.spec =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-6/libpri.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libpri.spec 15 Oct 2006 04:33:12 -0000 1.3 +++ libpri.spec 24 Dec 2006 03:47:21 -0000 1.4 @@ -1,12 +1,12 @@ Summary: An implementation of Primary Rate ISDN Name: libpri Version: 1.4.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.asterisk.org/ -Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}-beta1.tar.gz +Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz Patch0: libpri-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ Development files for libpri. %prep -%setup0 -q -n %{name}-%{version}-beta1 +%setup0 -q -n %{name}-%{version} %patch0 -p0 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile @@ -57,6 +57,9 @@ %{_libdir}/libpri.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-3 +- Update to 1.4.0 final + * Sat Oct 14 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 - Fix lib paths for 64 bit systems. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2006 03:51:13 -0000 1.2 +++ sources 24 Dec 2006 03:47:21 -0000 1.3 @@ -1 +1 @@ -0df4aab74517ff425392cfafc6b97eab libpri-1.4.0-beta1.tar.gz +09b039226e43a810d523bc076823c6a9 libpri-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 03:47:58 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:47:58 -0500 Subject: rpms/zaptel/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zaptel.spec, 1.3, 1.4 Message-ID: <200612240347.kBO3lw8a007920@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7894 Modified Files: .cvsignore sources zaptel.spec Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Dec 2006 04:40:42 -0000 1.4 +++ .cvsignore 24 Dec 2006 03:47:28 -0000 1.5 @@ -1 +1 @@ -zaptel-1.4.0-beta3.tar.gz +zaptel-1.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Dec 2006 04:40:42 -0000 1.4 +++ sources 24 Dec 2006 03:47:28 -0000 1.5 @@ -1 +1 @@ -13cdf35e3b8024dba7fa2ef5364970d7 zaptel-1.4.0-beta3.tar.gz +27b43dfa3f1629f063a20779300f68c8 zaptel-1.4.0.tar.gz Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zaptel.spec 16 Dec 2006 04:40:42 -0000 1.3 +++ zaptel.spec 24 Dec 2006 03:47:28 -0000 1.4 @@ -1,11 +1,11 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 6.beta3%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ -Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}-beta3.tar.gz +Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz Patch0: zaptel-1.4.0-beta1-udevzaptelowner.patch Source1: menuselect.makedeps @@ -53,7 +53,7 @@ Development files for Zapata telephony interfaces. %prep -%setup0 -q -n zaptel-%{version}-beta3 +%setup0 -q %patch0 -p0 @@ -186,6 +186,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 +- Update to 1.4.0 final + * Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 - Update to 1.4.0-beta3 - Drop unnecessary patch From fedora-extras-commits at redhat.com Sun Dec 24 03:49:18 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 22:49:18 -0500 Subject: rpms/libpri/FC-5 .cvsignore, 1.2, 1.3 libpri.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612240349.kBO3nIvE008024@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libpri/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8000 Modified Files: .cvsignore libpri.spec sources Log Message: Update to 1.4.0 final Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2006 03:51:13 -0000 1.2 +++ .cvsignore 24 Dec 2006 03:48:48 -0000 1.3 @@ -1 +1 @@ -libpri-1.4.0-beta1.tar.gz +libpri-1.4.0.tar.gz Index: libpri.spec =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-5/libpri.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libpri.spec 15 Oct 2006 04:33:12 -0000 1.3 +++ libpri.spec 24 Dec 2006 03:48:48 -0000 1.4 @@ -1,12 +1,12 @@ Summary: An implementation of Primary Rate ISDN Name: libpri Version: 1.4.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.asterisk.org/ -Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}-beta1.tar.gz +Source0: http://ftp.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz Patch0: libpri-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ Development files for libpri. %prep -%setup0 -q -n %{name}-%{version}-beta1 +%setup0 -q -n %{name}-%{version} %patch0 -p0 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile @@ -57,6 +57,9 @@ %{_libdir}/libpri.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-3 +- Update to 1.4.0 final + * Sat Oct 14 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 - Fix lib paths for 64 bit systems. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpri/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2006 03:51:13 -0000 1.2 +++ sources 24 Dec 2006 03:48:48 -0000 1.3 @@ -1 +1 @@ -0df4aab74517ff425392cfafc6b97eab libpri-1.4.0-beta1.tar.gz +09b039226e43a810d523bc076823c6a9 libpri-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 04:12:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:12:57 -0500 Subject: rpms/zaptel/FC-5 zaptel.spec,1.4,1.5 Message-ID: <200612240412.kBO4CvE4011342@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11304 Modified Files: zaptel.spec Log Message: Don't package hdlc bits on FC <= 5 Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zaptel.spec 24 Dec 2006 03:47:28 -0000 1.4 +++ zaptel.spec 24 Dec 2006 04:12:27 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -112,6 +112,12 @@ rm -f %{buildroot}%{_libdir}/libtonezone.a +%if %{fedora} <= 5 +rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +rm -f %{buildroot}/sbin/sethdlc +rm -f %{buildroot}/sbin/sethdlc-new +%endif + %clean rm -rf %{buildroot} @@ -135,7 +141,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%if %{fedora} <= 5 %doc ifcfg-hdlc0 +%endif %doc LICENSE %doc README %doc README.fxotune @@ -148,10 +156,14 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%if %{fedora} <= 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +%endif /sbin/ztcfg +%if %{fedora} <= 5 /sbin/sethdlc /sbin/sethdlc-new +%endif %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -186,6 +198,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 +- Don't package hdlc bits on FC <= 5 + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 - Update to 1.4.0 final From fedora-extras-commits at redhat.com Sun Dec 24 04:26:02 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:26:02 -0500 Subject: rpms/zaptel/FC-5 zaptel.spec,1.5,1.6 Message-ID: <200612240426.kBO4Q21d011492@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477 Modified Files: zaptel.spec Log Message: (Annoyed Grunt!) Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-5/zaptel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zaptel.spec 24 Dec 2006 04:12:27 -0000 1.5 +++ zaptel.spec 24 Dec 2006 04:25:32 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -141,7 +141,7 @@ %defattr(-,root,root,-) %doc ChangeLog -%if %{fedora} <= 5 +%if %{fedora} > 5 %doc ifcfg-hdlc0 %endif %doc LICENSE @@ -156,11 +156,11 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules -%if %{fedora} <= 5 +%if %{fedora} > 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc %endif /sbin/ztcfg -%if %{fedora} <= 5 +%if %{fedora} > 5 /sbin/sethdlc /sbin/sethdlc-new %endif @@ -198,6 +198,9 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 +- (Annoyed Grunt!) + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 - Don't package hdlc bits on FC <= 5 From fedora-extras-commits at redhat.com Sun Dec 24 04:41:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:41:50 -0500 Subject: rpms/zaptel/FC-6 zaptel.spec,1.5,1.6 Message-ID: <200612240441.kBO4fouU011584@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11569 Modified Files: zaptel.spec Log Message: (Annoyed Grunt!) Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/FC-6/zaptel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zaptel.spec 24 Dec 2006 03:45:12 -0000 1.5 +++ zaptel.spec 24 Dec 2006 04:41:20 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -112,6 +112,12 @@ rm -f %{buildroot}%{_libdir}/libtonezone.a +%if %{fedora} <= 5 +rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +rm -f %{buildroot}/sbin/sethdlc +rm -f %{buildroot}/sbin/sethdlc-new +%endif + %clean rm -rf %{buildroot} @@ -135,7 +141,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%if %{fedora} > 5 %doc ifcfg-hdlc0 +%endif %doc LICENSE %doc README %doc README.fxotune @@ -148,10 +156,14 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%if %{fedora} > 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +%endif /sbin/ztcfg +%if %{fedora} > 5 /sbin/sethdlc /sbin/sethdlc-new +%endif %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -186,6 +198,12 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 +- (Annoyed Grunt!) + +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 +- Don't package hdlc bits on FC <= 5 + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 - Update to 1.4.0 final From fedora-extras-commits at redhat.com Sun Dec 24 04:43:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 23 Dec 2006 23:43:13 -0500 Subject: rpms/zaptel/devel zaptel.spec,1.6,1.7 Message-ID: <200612240443.kBO4hDdU011648@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/zaptel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11633 Modified Files: zaptel.spec Log Message: (Annoyed Grunt!) Index: zaptel.spec =================================================================== RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- zaptel.spec 24 Dec 2006 03:41:20 -0000 1.6 +++ zaptel.spec 24 Dec 2006 04:42:43 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.0 -Release: 7%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System URL: http://www.digium.com/ @@ -112,6 +112,12 @@ rm -f %{buildroot}%{_libdir}/libtonezone.a +%if %{fedora} <= 5 +rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +rm -f %{buildroot}/sbin/sethdlc +rm -f %{buildroot}/sbin/sethdlc-new +%endif + %clean rm -rf %{buildroot} @@ -135,7 +141,9 @@ %defattr(-,root,root,-) %doc ChangeLog +%if %{fedora} > 5 %doc ifcfg-hdlc0 +%endif %doc LICENSE %doc README %doc README.fxotune @@ -148,10 +156,14 @@ %config(noreplace) %{_sysconfdir}/modprobe.d/zaptel %config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules +%if %{fedora} > 5 %{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc +%endif /sbin/ztcfg +%if %{fedora} > 5 /sbin/sethdlc /sbin/sethdlc-new +%endif %{_initrddir}/zaptel %{_mandir}/man8/ztcfg.8* @@ -186,6 +198,12 @@ %{_libdir}/libtonezone.so %changelog +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 +- (Annoyed Grunt!) + +* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 +- Don't package hdlc bits on FC <= 5 + * Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 - Update to 1.4.0 final From fedora-extras-commits at redhat.com Sun Dec 24 08:10:46 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 24 Dec 2006 03:10:46 -0500 Subject: rpms/jfbterm/devel jfbterm.spec,1.5,1.6 Message-ID: <200612240810.kBO8AkS3024774@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24758 Modified Files: jfbterm.spec Log Message: * Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10\n- Properly own directories to remove ncurses dependency\n- Remove terminfo on FC7+ (bug 220193) Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jfbterm.spec 28 Aug 2006 04:33:36 -0000 1.5 +++ jfbterm.spec 24 Dec 2006 08:10:15 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -154,6 +154,11 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja +# Remove terminfo from FC-7 +%if 0%{?fedora} >= 7 +%{__rm} -rf %{buildroot}%{_datadir}/terminfo/ +%endif + %clean %{__rm} -rf %{buildroot} @@ -164,12 +169,18 @@ %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms -%{_datadir}/fonts/jfbterm +%{_datadir}/fonts/ %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* -%{_datadir}/terminfo/j/jfbterm +%if 0%{?fedora} <= 6 +%{_datadir}/terminfo/ +%endif %ChangeLog +* Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 +- Properly own directories to remove ncurses dependency +- Remove terminfo on FC7+ (bug 220193) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 - Really copy font files, not use symlink to get rid of X requirement. (This package is aimed for CUI use, so X requirement is From fedora-extras-commits at redhat.com Sun Dec 24 08:12:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 24 Dec 2006 03:12:50 -0500 Subject: rpms/jfbterm/FC-6 jfbterm.spec,1.5,1.6 Message-ID: <200612240812.kBO8CoDY024818@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24785 Modified Files: jfbterm.spec Log Message: * Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 - Properly own directories to remove ncurses dependency - Remove terminfo on FC7+ (bug 220193) Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-6/jfbterm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jfbterm.spec 28 Aug 2006 04:33:36 -0000 1.5 +++ jfbterm.spec 24 Dec 2006 08:12:20 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -154,6 +154,11 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja +# Remove terminfo from FC-7 +%if 0%{?fedora} >= 7 +%{__rm} -rf %{buildroot}%{_datadir}/terminfo/ +%endif + %clean %{__rm} -rf %{buildroot} @@ -164,12 +169,18 @@ %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms -%{_datadir}/fonts/jfbterm +%{_datadir}/fonts/ %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* -%{_datadir}/terminfo/j/jfbterm +%if 0%{?fedora} <= 6 +%{_datadir}/terminfo/ +%endif %ChangeLog +* Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 +- Properly own directories to remove ncurses dependency +- Remove terminfo on FC7+ (bug 220193) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 - Really copy font files, not use symlink to get rid of X requirement. (This package is aimed for CUI use, so X requirement is From fedora-extras-commits at redhat.com Sun Dec 24 08:13:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 24 Dec 2006 03:13:09 -0500 Subject: rpms/jfbterm/FC-5 jfbterm.spec,1.4,1.5 Message-ID: <200612240813.kBO8D9NP024821@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24803 Modified Files: jfbterm.spec Log Message: * Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 - Properly own directories to remove ncurses dependency - Remove terminfo on FC7+ (bug 220193) Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-5/jfbterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jfbterm.spec 28 Aug 2006 04:33:03 -0000 1.4 +++ jfbterm.spec 24 Dec 2006 08:12:39 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -154,6 +154,11 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja +# Remove terminfo from FC-7 +%if 0%{?fedora} >= 7 +%{__rm} -rf %{buildroot}%{_datadir}/terminfo/ +%endif + %clean %{__rm} -rf %{buildroot} @@ -164,12 +169,18 @@ %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms -%{_datadir}/fonts/jfbterm +%{_datadir}/fonts/ %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* -%{_datadir}/terminfo/j/jfbterm +%if 0%{?fedora} <= 6 +%{_datadir}/terminfo/ +%endif %ChangeLog +* Sun Dec 24 2006 Mamoru Tasaka 0.4.7-10 +- Properly own directories to remove ncurses dependency +- Remove terminfo on FC7+ (bug 220193) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 - Really copy font files, not use symlink to get rid of X requirement. (This package is aimed for CUI use, so X requirement is From fedora-extras-commits at redhat.com Sun Dec 24 12:52:41 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 07:52:41 -0500 Subject: rpms/audacious/FC-6 audacious.spec,1.14,1.15 Message-ID: <200612241252.kBOCqfuG027478@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27453 Modified Files: audacious.spec Log Message: - Remove audacious-1.1.1-playlist-twenty.patch due to request from upstream, xmms and audacious are not entirely compatible Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/audacious.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- audacious.spec 2 Dec 2006 16:40:58 -0000 1.14 +++ audacious.spec 24 Dec 2006 12:52:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: audacious Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -15,7 +15,7 @@ # Patch4: audacious-1.1.0-quoting.patch # Patch5: audacious-1.1.0-amidi-backend.patch Patch6: audacious-1.2.1-shaded-skin.patch -Patch7: audacious-1.1.1-controlsocket-name.patch +# Patch7: audacious-1.1.1-controlsocket-name.patch # Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -89,7 +89,7 @@ %patch6 -p1 -b shaded-skin # Controlsocket named "xmms" instead of "audacious" -%patch7 -p1 -b controlsocket-name +# %patch7 -p1 -b controlsocket-name # Fix "%20" in playlist entries # %patch8 -p1 -b playlist-twenty @@ -175,6 +175,10 @@ %changelog +* Sun Dec 24 2006 Ralf Ertzinger 1.2.2-2.fc6 +- Remove audacious-1.1.1-playlist-twenty.patch due to request + from upstream, xmms and audacious are not entirely compatible + * Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc6 - Update to 1.2.2 - Split off libaudacious into a separate package to handle the From fedora-extras-commits at redhat.com Sun Dec 24 12:58:29 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 07:58:29 -0500 Subject: rpms/audacious/devel audacious.spec,1.18,1.19 Message-ID: <200612241258.kBOCwToi027564@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27549 Modified Files: audacious.spec Log Message: - Remove audacious-1.1.1-controlsocket-name.patch due to request from upstream, xmms and audacious are not entirely compatible Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- audacious.spec 30 Nov 2006 09:36:37 -0000 1.18 +++ audacious.spec 24 Dec 2006 12:57:59 -0000 1.19 @@ -1,6 +1,6 @@ Name: audacious Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -15,7 +15,7 @@ # Patch4: audacious-1.1.0-quoting.patch # Patch5: audacious-1.1.0-amidi-backend.patch Patch6: audacious-1.2.1-shaded-skin.patch -Patch7: audacious-1.1.1-controlsocket-name.patch +# Patch7: audacious-1.1.1-controlsocket-name.patch # Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -89,7 +89,7 @@ %patch6 -p1 -b shaded-skin # Controlsocket named "xmms" instead of "audacious" -%patch7 -p1 -b controlsocket-name +# %patch7 -p1 -b controlsocket-name # Fix "%20" in playlist entries # %patch8 -p1 -b playlist-twenty @@ -175,6 +175,10 @@ %changelog +* Sun Dec 24 2006 Ralf Ertzinger 1.2.2-2.fc7 +- Remove audacious-1.1.1-controlsocket-name.patch due to request + from upstream, xmms and audacious are not entirely compatible + * Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc7 - Update to 1.2.2 From fedora-extras-commits at redhat.com Sun Dec 24 14:22:15 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 09:22:15 -0500 Subject: rpms/audacious/FC-6 audacious.spec,1.15,1.16 Message-ID: <200612241422.kBOEMFXp001667@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1652 Modified Files: audacious.spec Log Message: Fix typo in changelog Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/FC-6/audacious.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- audacious.spec 24 Dec 2006 12:52:10 -0000 1.15 +++ audacious.spec 24 Dec 2006 14:21:45 -0000 1.16 @@ -176,7 +176,7 @@ %changelog * Sun Dec 24 2006 Ralf Ertzinger 1.2.2-2.fc6 -- Remove audacious-1.1.1-playlist-twenty.patch due to request +- Remove audacious-1.1.1-controlsocket-name.patch due to request from upstream, xmms and audacious are not entirely compatible * Sun Nov 30 2006 Ralf Ertzinger 1.2.2-1.fc6 From fedora-extras-commits at redhat.com Sun Dec 24 15:21:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 10:21:01 -0500 Subject: rpms/wesnoth/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wesnoth.spec, 1.30, 1.31 Message-ID: <200612241521.kBOFL1Xl005033@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5014 Modified Files: .cvsignore sources wesnoth.spec Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2-1 - Update to 1.2. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 23 Dec 2006 20:13:39 -0000 1.14 +++ .cvsignore 24 Dec 2006 15:20:30 -0000 1.15 @@ -1 +1 @@ -wesnoth-1.1.14.tar.gz +wesnoth-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 23 Dec 2006 20:13:39 -0000 1.14 +++ sources 24 Dec 2006 15:20:30 -0000 1.15 @@ -1 +1 @@ -9b7238f37faccf1c7be71de9475dc02b wesnoth-1.1.14.tar.gz +722a459282abe6d04dbe228d031c088e wesnoth-1.2.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- wesnoth.spec 23 Dec 2006 20:13:39 -0000 1.30 +++ wesnoth.spec 24 Dec 2006 15:20:30 -0000 1.31 @@ -1,5 +1,5 @@ Name: wesnoth -Version: 1.1.14 +Version: 1.2 Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme @@ -161,6 +161,9 @@ %ghost /var/run/wesnothd/socket %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2-1 +- Update to 1.2. + * Sat Dec 23 2006 Brian Pepple - 1.1.14-1 - Update to 1.1.14. - Add BR on fribidi-devel. From fedora-extras-commits at redhat.com Sun Dec 24 16:22:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 11:22:17 -0500 Subject: rpms/wesnoth/FC-6 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 wesnoth.spec, 1.29, 1.30 wesnoth-1.0.2-help-speedup-199079.patch, 1.1, NONE wesnoth-1.0.2-sdl_ttf.patch, 1.1, NONE Message-ID: <200612241622.kBOGMHZQ008457@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8419 Modified Files: .cvsignore sources wesnoth.spec Removed Files: wesnoth-1.0.2-help-speedup-199079.patch wesnoth-1.0.2-sdl_ttf.patch Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2-1 - Update to 1.2. - Add BR on fribidi-devel. - Drop X-Fedora category from desktop file. - Drop help speedup patch, fixed upstream. - Drop ttf patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Dec 2005 19:34:55 -0000 1.13 +++ .cvsignore 24 Dec 2006 16:21:47 -0000 1.14 @@ -1 +1 @@ -wesnoth-1.0.2.tar.gz +wesnoth-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Dec 2005 19:34:55 -0000 1.13 +++ sources 24 Dec 2006 16:21:47 -0000 1.14 @@ -1 +1 @@ -1d2a26062ce1c90cbf10845023f9435c wesnoth-1.0.2.tar.gz +722a459282abe6d04dbe228d031c088e wesnoth-1.2.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-6/wesnoth.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- wesnoth.spec 8 Sep 2006 00:45:36 -0000 1.29 +++ wesnoth.spec 24 Dec 2006 16:21:47 -0000 1.30 @@ -1,16 +1,14 @@ Name: wesnoth -Version: 1.0.2 -Release: 4%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPL URL: http://www.wesnoth.org -Source0: http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz +Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.gz Source1: wesnothd.init -Source2: wesnoth.sysconfig -Patch0: wesnoth-1.0.2-sdl_ttf.patch -Patch1: wesnoth-1.0.2-help-speedup-199079.patch +Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_image-devel @@ -18,6 +16,7 @@ BuildRequires: SDL_net-devel BuildRequires: freetype-devel BuildRequires: libpng-devel +BuildRequires: fribidi-devel BuildRequires: desktop-file-utils BuildRequires: gettext @@ -48,6 +47,7 @@ Requires(preun): /sbin/chkconfig Requires(pre): /usr/sbin/useradd + %description server This package contains the binaries for running a Wesnoth server for multi-player games. @@ -58,14 +58,13 @@ Group: Amusements/Games Requires: %{name} = %{version}-%{release} + %description tools This package contains the game editor and development tools. %prep %setup -q -%patch0 -p1 -b .sdl_ttf -%patch1 -p1 -b .help-199079 chmod -x MANUAL* @@ -87,7 +86,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ - --add-category="X-Fedora" icons/%{name}.desktop + icons/%{name}.desktop # add icon for menus mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps @@ -135,7 +134,7 @@ %files -f %{name}.\*.lang %defattr(-,root,root,-) %doc COPYING changelog README copyright MANUAL* -%{_bindir}/wesnoth +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* @@ -162,6 +161,13 @@ %ghost /var/run/wesnothd/socket %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2-1 +- Update to 1.2. +- Add BR on fribidi-devel. +- Drop X-Fedora category from desktop file. +- Drop help speedup patch, fixed upstream. +- Drop ttf patch, fixed upstream. + * Thu Sep 7 2006 Brian Pepple - 1.0.2-4 - Rebuild for FC6. - Remove unnecessary BR on SDL-devel. --- wesnoth-1.0.2-help-speedup-199079.patch DELETED --- --- wesnoth-1.0.2-sdl_ttf.patch DELETED --- From fedora-extras-commits at redhat.com Sun Dec 24 16:22:53 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:22:53 -0500 Subject: rpms/pcb import.log,1.21,1.22 Message-ID: <200612241622.kBOGMrfr008534@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8464 Modified Files: import.log Log Message: auto-import pcb-0.20060822-7 on branch FC-5 from pcb-0.20060822-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- import.log 27 Sep 2006 17:26:33 -0000 1.21 +++ import.log 24 Dec 2006 16:22:23 -0000 1.22 @@ -18,3 +18,4 @@ pcb-0_20060822-5:HEAD:pcb-0.20060822-5.src.rpm:1157068192 pcb-0_20060822-6:FC-5:pcb-0.20060822-6.src.rpm:1159378189 pcb-0_20060822-6:HEAD:pcb-0.20060822-6.src.rpm:1159378300 +pcb-0_20060822-7:FC-5:pcb-0.20060822-7.src.rpm:1166978157 From fedora-extras-commits at redhat.com Sun Dec 24 16:22:53 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:22:53 -0500 Subject: rpms/pcb/FC-5 pcb-20060822-man.patch, NONE, 1.1 pcb.desktop, 1.4, 1.5 pcb.spec, 1.12, 1.13 Message-ID: <200612241622.kBOGMrvJ008538@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8464/FC-5 Modified Files: pcb.desktop pcb.spec Added Files: pcb-20060822-man.patch Log Message: auto-import pcb-0.20060822-7 on branch FC-5 from pcb-0.20060822-7.src.rpm pcb-20060822-man.patch: --- NEW FILE pcb-20060822-man.patch --- --- doc/pcb.1 2004-08-24 23:44:24.000000000 +0200 +++ pcb.1_patched 2006-12-20 22:39:43.000000000 +0100 @@ -33,14 +33,31 @@ is provided in a GNU texinfo format as well as HTML and PDF. The texinfo version of the manual is typically viewed with the .B info -program or alternatively with -.B emacs -or a graphical info viewer such as -.B tkinfo -. The PDF and HTML documentation is typically installed as -/usr/local/share/pcb/pcb.html and /usr/local/share/pcb/pcb.pdf. -The prefix "/usr/local" may vary at your site. +program. +.SH FEDORA +Fedora provides +.B refcard.pdf +with the +.B pcb +package which is a set of keyboard shortcuts for pcb. +Fedora supplies both the HTML and PDF documentation of Pcb with the +.B pcb-doc +package. +.br +To install the +.B pcb-doc +package on your Fedora Operating System: + +.br +$ +.B su - "yum install pcb-doc" +.br +(you will be asked to enter the root password) + +.br +The HTML and PDF documentation are installed as /usr/share/pcb/tutorial/pcb.html +/usr/share/pcb/tutorial/pcb.pdf respectively. Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.desktop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pcb.desktop 25 Aug 2006 20:17:16 -0000 1.4 +++ pcb.desktop 24 Dec 2006 16:22:23 -0000 1.5 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=PCB -Categories=Education;Science;X-Fedora;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pcb.spec 27 Sep 2006 17:24:42 -0000 1.12 +++ pcb.spec 24 Dec 2006 16:22:23 -0000 1.13 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6%{?dist} +Release: 7%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -18,6 +18,8 @@ Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-%{pcbver}-man.patch + %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -29,17 +31,24 @@ %package doc Summary: Documentation for PCB, an interactive printed circuit board editor Group: Documentation -Requires: pcb = %{version} +Requires: %{name} = %{version} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info %description doc -This package contains the documentation of pcb in html, pdf, postscript and -info format. +This package contains the documentation of pcb in pdf and postscript +format. %prep %setup -q -n %{name}-%{pcbver} +%patch0 -p0 -b .man + +#FIXME: ADD the url of refcard.pdf to the man +%{__sed} -i -e \ + 's|pkgdatadir = $(datadir)/@PACKAGE@|pkgdatadir = $(datadir)/@PACKAGE@/tutorial|' \ + doc/Makefile.in + %build WISH=/usr/bin/wish export WISH @@ -52,95 +61,130 @@ %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install + +chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl} + +# Removed duplicates: +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/{MergePCBPS,Merge_dimPCBPS} -%{__rm} -f %{buildroot}/%{_datadir}/pcb/tools/gerbertotk.c -%{__chmod} 0755 %{buildroot}/%{_datadir}/pcb/tools/{PCB2HPGL,Merge*,tgo2pcb.tcl} %{__rm} -f %{buildroot}%{_infodir}/dir %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -desktop-file-install --vendor fedora \ - --add-category Engineering \ - --add-category X-Fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ +# in /usr/share/pcb/newlib/ folder, cypress, sockets and toko are empty folders + +desktop-file-install --vendor "" \ + --add-category Engineering \ + --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +# Added the same set example in folder examples/ +%{__mv} %{buildroot}%{_datadir}/%{name}/tutorial/tut1.pcb %{buildroot}%{_datadir}/%{name}/examples/ + + +## --- pcb supports for acpcircuits +# http://www.apcircuits.com/resources/links/pcb_unix.html + +unzip tools/apctools.zip +install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools + +# Removes duplicates +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip + +## --- %clean %{__rm} -rf %{buildroot} - -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%preun doc -if [ $1 = 0 ]; then - /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 -fi +%postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%preun +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +# Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files %defattr(-, root, root, -) %doc AUTHORS COPYING README NEWS ChangeLog -%{_datadir}/applications/fedora-%{name}.desktop +%doc README_FILES/CHANGES README_FILES/Whats_new_in_2.0 + +%exclude %{_datadir}/%{name}/tutorial/pad* +%exclude %{_datadir}/%{name}/tutorial/pcb* +%exclude %{_datadir}/%{name}/tutorial/puller* +%exclude %{_datadir}/%{name}/tutorial/refcard.ps +%exclude %{_datadir}/%{name}/tutorial/thermal* +%dir %{_datadir}/%{name}/tutorial/ +%{_datadir}/%{name}/tutorial/refcard.pdf + +%{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/MergePCBPS %{_bindir}/Merge_dimPCBPS %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/%{name}/ - - -%files doc -%defattr(-, root, root, 0755) %{_infodir}/%{name}* %{_mandir}/man1/%{name}* -%{_datadir}/%{name}/pad* -%{_datadir}/%{name}/pcb.* -%{_datadir}/%{name}/puller.* -%{_datadir}/%{name}/refcard.* -%{_datadir}/%{name}/thermal* -%{_datadir}/%{name}/tutorial/ + +%files doc +# rpmlint W: pcb-doc no-documentation +%defattr(-, root, root, -) +%{_datadir}/%{name}/tutorial/pad* +%{_datadir}/%{name}/tutorial/pcb* +%{_datadir}/%{name}/tutorial/puller* +%{_datadir}/%{name}/tutorial/refcard.ps +%{_datadir}/%{name}/tutorial/thermal* %Changelog -* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 +* Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 +- Fixed info files and added to the pcb package #219406 +- Fixed man pages (with patch0 to suit fedora packaging of pcb +- Added refcard.pdf in pcb binary package +- Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package +- pcb supports for acpcircuits included + +* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 - -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 + +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb -* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 +* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required -* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 +* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock From fedora-extras-commits at redhat.com Sun Dec 24 16:24:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:24:48 -0500 Subject: rpms/pcb import.log,1.22,1.23 Message-ID: <200612241624.kBOGOmTh008631@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8599 Modified Files: import.log Log Message: auto-import pcb-0.20060822-7 on branch FC-6 from pcb-0.20060822-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- import.log 24 Dec 2006 16:22:23 -0000 1.22 +++ import.log 24 Dec 2006 16:24:18 -0000 1.23 @@ -19,3 +19,4 @@ pcb-0_20060822-6:FC-5:pcb-0.20060822-6.src.rpm:1159378189 pcb-0_20060822-6:HEAD:pcb-0.20060822-6.src.rpm:1159378300 pcb-0_20060822-7:FC-5:pcb-0.20060822-7.src.rpm:1166978157 +pcb-0_20060822-7:FC-6:pcb-0.20060822-7.src.rpm:1166978276 From fedora-extras-commits at redhat.com Sun Dec 24 16:24:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:24:49 -0500 Subject: rpms/pcb/FC-6 pcb-20060822-man.patch, NONE, 1.1 pcb.desktop, 1.5, 1.6 pcb.spec, 1.16, 1.17 Message-ID: <200612241624.kBOGOnbJ008635@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8599/FC-6 Modified Files: pcb.desktop pcb.spec Added Files: pcb-20060822-man.patch Log Message: auto-import pcb-0.20060822-7 on branch FC-6 from pcb-0.20060822-7.src.rpm pcb-20060822-man.patch: --- NEW FILE pcb-20060822-man.patch --- --- doc/pcb.1 2004-08-24 23:44:24.000000000 +0200 +++ pcb.1_patched 2006-12-20 22:39:43.000000000 +0100 @@ -33,14 +33,31 @@ is provided in a GNU texinfo format as well as HTML and PDF. The texinfo version of the manual is typically viewed with the .B info -program or alternatively with -.B emacs -or a graphical info viewer such as -.B tkinfo -. The PDF and HTML documentation is typically installed as -/usr/local/share/pcb/pcb.html and /usr/local/share/pcb/pcb.pdf. -The prefix "/usr/local" may vary at your site. +program. +.SH FEDORA +Fedora provides +.B refcard.pdf +with the +.B pcb +package which is a set of keyboard shortcuts for pcb. +Fedora supplies both the HTML and PDF documentation of Pcb with the +.B pcb-doc +package. +.br +To install the +.B pcb-doc +package on your Fedora Operating System: + +.br +$ +.B su - "yum install pcb-doc" +.br +(you will be asked to enter the root password) + +.br +The HTML and PDF documentation are installed as /usr/share/pcb/tutorial/pcb.html +/usr/share/pcb/tutorial/pcb.pdf respectively. Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-6/pcb.desktop,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pcb.desktop 25 Aug 2006 20:07:18 -0000 1.5 +++ pcb.desktop 24 Dec 2006 16:24:19 -0000 1.6 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=PCB -Categories=Education;Science;X-Fedora;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-6/pcb.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- pcb.spec 27 Sep 2006 17:26:34 -0000 1.16 +++ pcb.spec 24 Dec 2006 16:24:19 -0000 1.17 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6%{?dist} +Release: 7%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -18,6 +18,8 @@ Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-%{pcbver}-man.patch + %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -29,17 +31,24 @@ %package doc Summary: Documentation for PCB, an interactive printed circuit board editor Group: Documentation -Requires: pcb = %{version} +Requires: %{name} = %{version} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info %description doc -This package contains the documentation of pcb in html, pdf, postscript and -info format. +This package contains the documentation of pcb in pdf and postscript +format. %prep %setup -q -n %{name}-%{pcbver} +%patch0 -p0 -b .man + +#FIXME: ADD the url of refcard.pdf to the man +%{__sed} -i -e \ + 's|pkgdatadir = $(datadir)/@PACKAGE@|pkgdatadir = $(datadir)/@PACKAGE@/tutorial|' \ + doc/Makefile.in + %build WISH=/usr/bin/wish export WISH @@ -52,95 +61,130 @@ %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install + +chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl} + +# Removed duplicates: +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/{MergePCBPS,Merge_dimPCBPS} -%{__rm} -f %{buildroot}/%{_datadir}/pcb/tools/gerbertotk.c -%{__chmod} 0755 %{buildroot}/%{_datadir}/pcb/tools/{PCB2HPGL,Merge*,tgo2pcb.tcl} %{__rm} -f %{buildroot}%{_infodir}/dir %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -desktop-file-install --vendor fedora \ - --add-category Engineering \ - --add-category X-Fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ +# in /usr/share/pcb/newlib/ folder, cypress, sockets and toko are empty folders + +desktop-file-install --vendor "" \ + --add-category Engineering \ + --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +# Added the same set example in folder examples/ +%{__mv} %{buildroot}%{_datadir}/%{name}/tutorial/tut1.pcb %{buildroot}%{_datadir}/%{name}/examples/ + + +## --- pcb supports for acpcircuits +# http://www.apcircuits.com/resources/links/pcb_unix.html + +unzip tools/apctools.zip +install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools + +# Removes duplicates +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip + +## --- %clean %{__rm} -rf %{buildroot} - -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%preun doc -if [ $1 = 0 ]; then - /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 -fi +%postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%preun +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +# Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files %defattr(-, root, root, -) %doc AUTHORS COPYING README NEWS ChangeLog -%{_datadir}/applications/fedora-%{name}.desktop +%doc README_FILES/CHANGES README_FILES/Whats_new_in_2.0 + +%exclude %{_datadir}/%{name}/tutorial/pad* +%exclude %{_datadir}/%{name}/tutorial/pcb* +%exclude %{_datadir}/%{name}/tutorial/puller* +%exclude %{_datadir}/%{name}/tutorial/refcard.ps +%exclude %{_datadir}/%{name}/tutorial/thermal* +%dir %{_datadir}/%{name}/tutorial/ +%{_datadir}/%{name}/tutorial/refcard.pdf + +%{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/MergePCBPS %{_bindir}/Merge_dimPCBPS %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/%{name}/ - - -%files doc -%defattr(-, root, root, 0755) %{_infodir}/%{name}* %{_mandir}/man1/%{name}* -%{_datadir}/%{name}/pad* -%{_datadir}/%{name}/pcb.* -%{_datadir}/%{name}/puller.* -%{_datadir}/%{name}/refcard.* -%{_datadir}/%{name}/thermal* -%{_datadir}/%{name}/tutorial/ + +%files doc +# rpmlint W: pcb-doc no-documentation +%defattr(-, root, root, -) +%{_datadir}/%{name}/tutorial/pad* +%{_datadir}/%{name}/tutorial/pcb* +%{_datadir}/%{name}/tutorial/puller* +%{_datadir}/%{name}/tutorial/refcard.ps +%{_datadir}/%{name}/tutorial/thermal* %Changelog -* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 +* Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 +- Fixed info files and added to the pcb package #219406 +- Fixed man pages (with patch0 to suit fedora packaging of pcb +- Added refcard.pdf in pcb binary package +- Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package +- pcb supports for acpcircuits included + +* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 - -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 + +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb -* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 +* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required -* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 +* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock From fedora-extras-commits at redhat.com Sun Dec 24 16:26:09 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:26:09 -0500 Subject: rpms/pcb import.log,1.23,1.24 Message-ID: <200612241626.kBOGQ9Wh008728@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8696 Modified Files: import.log Log Message: auto-import pcb-0.20060822-7 on branch devel from pcb-0.20060822-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- import.log 24 Dec 2006 16:24:18 -0000 1.23 +++ import.log 24 Dec 2006 16:25:39 -0000 1.24 @@ -20,3 +20,4 @@ pcb-0_20060822-6:HEAD:pcb-0.20060822-6.src.rpm:1159378300 pcb-0_20060822-7:FC-5:pcb-0.20060822-7.src.rpm:1166978157 pcb-0_20060822-7:FC-6:pcb-0.20060822-7.src.rpm:1166978276 +pcb-0_20060822-7:HEAD:pcb-0.20060822-7.src.rpm:1166978358 From fedora-extras-commits at redhat.com Sun Dec 24 16:26:09 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:26:09 -0500 Subject: rpms/pcb/devel pcb-20060822-man.patch, NONE, 1.1 pcb.desktop, 1.5, 1.6 pcb.spec, 1.16, 1.17 Message-ID: <200612241626.kBOGQ9sj008732@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8696/devel Modified Files: pcb.desktop pcb.spec Added Files: pcb-20060822-man.patch Log Message: auto-import pcb-0.20060822-7 on branch devel from pcb-0.20060822-7.src.rpm pcb-20060822-man.patch: --- NEW FILE pcb-20060822-man.patch --- --- doc/pcb.1 2004-08-24 23:44:24.000000000 +0200 +++ pcb.1_patched 2006-12-20 22:39:43.000000000 +0100 @@ -33,14 +33,31 @@ is provided in a GNU texinfo format as well as HTML and PDF. The texinfo version of the manual is typically viewed with the .B info -program or alternatively with -.B emacs -or a graphical info viewer such as -.B tkinfo -. The PDF and HTML documentation is typically installed as -/usr/local/share/pcb/pcb.html and /usr/local/share/pcb/pcb.pdf. -The prefix "/usr/local" may vary at your site. +program. +.SH FEDORA +Fedora provides +.B refcard.pdf +with the +.B pcb +package which is a set of keyboard shortcuts for pcb. +Fedora supplies both the HTML and PDF documentation of Pcb with the +.B pcb-doc +package. +.br +To install the +.B pcb-doc +package on your Fedora Operating System: + +.br +$ +.B su - "yum install pcb-doc" +.br +(you will be asked to enter the root password) + +.br +The HTML and PDF documentation are installed as /usr/share/pcb/tutorial/pcb.html +/usr/share/pcb/tutorial/pcb.pdf respectively. Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.desktop,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pcb.desktop 25 Aug 2006 20:07:18 -0000 1.5 +++ pcb.desktop 24 Dec 2006 16:25:39 -0000 1.6 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=PCB -Categories=Education;Science;X-Fedora;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- pcb.spec 27 Sep 2006 17:26:34 -0000 1.16 +++ pcb.spec 24 Dec 2006 16:25:39 -0000 1.17 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6%{?dist} +Release: 7%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -18,6 +18,8 @@ Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-%{pcbver}-man.patch + %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -29,17 +31,24 @@ %package doc Summary: Documentation for PCB, an interactive printed circuit board editor Group: Documentation -Requires: pcb = %{version} +Requires: %{name} = %{version} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info %description doc -This package contains the documentation of pcb in html, pdf, postscript and -info format. +This package contains the documentation of pcb in pdf and postscript +format. %prep %setup -q -n %{name}-%{pcbver} +%patch0 -p0 -b .man + +#FIXME: ADD the url of refcard.pdf to the man +%{__sed} -i -e \ + 's|pkgdatadir = $(datadir)/@PACKAGE@|pkgdatadir = $(datadir)/@PACKAGE@/tutorial|' \ + doc/Makefile.in + %build WISH=/usr/bin/wish export WISH @@ -52,95 +61,130 @@ %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install + +chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl} + +# Removed duplicates: +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/{MergePCBPS,Merge_dimPCBPS} -%{__rm} -f %{buildroot}/%{_datadir}/pcb/tools/gerbertotk.c -%{__chmod} 0755 %{buildroot}/%{_datadir}/pcb/tools/{PCB2HPGL,Merge*,tgo2pcb.tcl} %{__rm} -f %{buildroot}%{_infodir}/dir %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -desktop-file-install --vendor fedora \ - --add-category Engineering \ - --add-category X-Fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ +# in /usr/share/pcb/newlib/ folder, cypress, sockets and toko are empty folders + +desktop-file-install --vendor "" \ + --add-category Engineering \ + --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +# Added the same set example in folder examples/ +%{__mv} %{buildroot}%{_datadir}/%{name}/tutorial/tut1.pcb %{buildroot}%{_datadir}/%{name}/examples/ + + +## --- pcb supports for acpcircuits +# http://www.apcircuits.com/resources/links/pcb_unix.html + +unzip tools/apctools.zip +install -p -m 755 apc*.pl %{buildroot}%{_datadir}/%{name}/tools + +# Removes duplicates +%{__rm} -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip + +## --- %clean %{__rm} -rf %{buildroot} - -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 +%post +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%preun doc -if [ $1 = 0 ]; then - /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 -fi +%postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%preun +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : +fi + +# Ignored warning W: pcb devel-file-in-non-devel-package /usr/share/pcb/tools/gerbertotk.c %files %defattr(-, root, root, -) %doc AUTHORS COPYING README NEWS ChangeLog -%{_datadir}/applications/fedora-%{name}.desktop +%doc README_FILES/CHANGES README_FILES/Whats_new_in_2.0 + +%exclude %{_datadir}/%{name}/tutorial/pad* +%exclude %{_datadir}/%{name}/tutorial/pcb* +%exclude %{_datadir}/%{name}/tutorial/puller* +%exclude %{_datadir}/%{name}/tutorial/refcard.ps +%exclude %{_datadir}/%{name}/tutorial/thermal* +%dir %{_datadir}/%{name}/tutorial/ +%{_datadir}/%{name}/tutorial/refcard.pdf + +%{_datadir}/applications/%{name}.desktop %{_bindir}/%{name} %{_bindir}/%{name}-bin %{_bindir}/MergePCBPS %{_bindir}/Merge_dimPCBPS %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/%{name}/ - - -%files doc -%defattr(-, root, root, 0755) %{_infodir}/%{name}* %{_mandir}/man1/%{name}* -%{_datadir}/%{name}/pad* -%{_datadir}/%{name}/pcb.* -%{_datadir}/%{name}/puller.* -%{_datadir}/%{name}/refcard.* -%{_datadir}/%{name}/thermal* -%{_datadir}/%{name}/tutorial/ + +%files doc +# rpmlint W: pcb-doc no-documentation +%defattr(-, root, root, -) +%{_datadir}/%{name}/tutorial/pad* +%{_datadir}/%{name}/tutorial/pcb* +%{_datadir}/%{name}/tutorial/puller* +%{_datadir}/%{name}/tutorial/refcard.ps +%{_datadir}/%{name}/tutorial/thermal* %Changelog -* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 +* Fri Dec 22 2006 Chitlesh Goorah - 0.20060822-7 +- Fixed info files and added to the pcb package #219406 +- Fixed man pages (with patch0 to suit fedora packaging of pcb +- Added refcard.pdf in pcb binary package +- Removed duplicated MergePCBPS and Merge_dimPCBPS from pcb binary package +- pcb supports for acpcircuits included + +* Fri Sep 15 2006 Chitlesh Goorah - 0.20060822-6 - Fixed ownership of %%{_datadir}/%%{name}/ #206405 - -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 + +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 - release for devel -* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes -* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop * Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-3 - fixed the icon of pcb -* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 +* Sun Jul 09 2006 Chitlesh Goorah - 0.20060422-2 - fixed E: pcb info-dir-file /usr/share/info/dir - added /sbin/install-info as requires for %%post and %%preun - added icon and treated GTK+ icon cache as required -* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 +* Thu Jul 06 2006 Chitlesh Goorah - 0.20060422-1 - New upstream release 20060422 - Minor fixes to work under mock From fedora-extras-commits at redhat.com Sun Dec 24 16:36:34 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:36:34 -0500 Subject: rpms/ngspice import.log,1.8,1.9 Message-ID: <200612241636.kBOGaYgC009013@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8975 Modified Files: import.log Log Message: auto-import ngspice-17-8 on branch FC-5 from ngspice-17-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 15 Oct 2006 13:41:52 -0000 1.8 +++ import.log 24 Dec 2006 16:36:04 -0000 1.9 @@ -5,3 +5,4 @@ ngspice-17-6:HEAD:ngspice-17-6.src.rpm:1160678959 ngspice-17-7:FC-5:ngspice-17-7.src.rpm:1160918447 ngspice-17-7:HEAD:ngspice-17-7.src.rpm:1160919932 +ngspice-17-8:FC-5:ngspice-17-8.src.rpm:1166978983 From fedora-extras-commits at redhat.com Sun Dec 24 16:36:34 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:36:34 -0500 Subject: rpms/ngspice/FC-5 ngspice-17-pipemode.patch, NONE, 1.1 ngspice.spec, 1.4, 1.5 Message-ID: <200612241636.kBOGaYMa009016@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8975/FC-5 Modified Files: ngspice.spec Added Files: ngspice-17-pipemode.patch Log Message: auto-import ngspice-17-8 on branch FC-5 from ngspice-17-8.src.rpm ngspice-17-pipemode.patch: --- NEW FILE ngspice-17-pipemode.patch --- --- src/main.c 2005-05-31 18:47:48.000000000 +0200 +++ main.c 2006-12-23 12:47:24.000000000 +0100 @@ -69,7 +69,7 @@ #ifdef CIDER #include "numenum.h" #include "maths/misc/accuracy.h" -#endif +#endif #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) @@ -108,7 +108,7 @@ #ifdef CIDER /* Globals definitions for Machine Accuracy Limits * (needed by CIDER) - */ + */ double BMin; /* lower limit for B(x) */ double BMax; /* upper limit for B(x) */ double ExpLim; /* limit for exponential */ @@ -118,19 +118,19 @@ /* Global debug flags from CIDER, soon they will become * spice variables :) - */ + */ BOOLEAN ONEacDebug = FALSE; BOOLEAN ONEdcDebug = TRUE; BOOLEAN ONEtranDebug = TRUE; BOOLEAN ONEjacDebug = FALSE; - + BOOLEAN TWOacDebug = FALSE; BOOLEAN TWOdcDebug = TRUE; BOOLEAN TWOtranDebug = TRUE; -BOOLEAN TWOjacDebug = FALSE; - +BOOLEAN TWOjacDebug = FALSE; + /* CIDER Global Variable Declarations */ - + int BandGapNarrowing; int TempDepMobility, ConcDepMobility, FieldDepMobility, TransDepMobility; int SurfaceMobility, MatchingMobility, MobDeriv; @@ -138,14 +138,14 @@ int Srh, Auger, ConcDepLifetime, AvalancheGen; int FreezeOut = FALSE; int OneCarrier; - + int MaxIterations = 100; int AcAnalysisMethod = DIRECT; - + double Temp, RelTemp, Vt; double RefPsi;/* potential at Infinity */ double EpsNorm, VNorm, NNorm, LNorm, TNorm, JNorm, GNorm, ENorm; - + /* end cider globals */ #endif /* CIDER */ @@ -255,7 +255,7 @@ bool if_tranparams(struct circ *ckt, double *start, double *stop, double *step) { - return (FALSE); + return (FALSE); } /* -------------------------------------------------------------------------- */ @@ -325,15 +325,15 @@ SIMinfo.numDevices = DEVmaxnum = num_devices(); SIMinfo.devices = devices_ptr(); SIMinfo.numAnalyses = spice_num_analysis(); - SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use - * only the public part + SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use + * only the public part */ - + #ifdef CIDER /* Evaluates limits of machine accuracy for CIDER */ evalAccLimits(); -#endif /* CIDER */ - +#endif /* CIDER */ + #endif /* SIMULATOR */ SPfrontEnd = frontEnd; @@ -374,13 +374,13 @@ if (cp_interactive == FALSE) return NULL; /* NULL means no prompt */ - + s = get_alt_prompt(); if(s==NULL) s = cp_promptstring; if(s==NULL) s = "->"; - + while (*s) { switch (strip(*s)) { case '!': @@ -419,7 +419,7 @@ /* Process device events in Readline's hook since there is no where else to do it now - AV */ static int -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -433,7 +433,7 @@ /* Process device events in Editline's hook. similar to the readline function above but returns void */ static void -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -452,28 +452,28 @@ #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) /* GNU Readline Support -- Andrew Veliath */ char *line, *expanded_line; - + /* --- set up readline params --- */ strcpy(history_file, getenv("HOME")); strcat(history_file, "/."); strcat(history_file, application_name); strcat(history_file, "_history"); - + using_history(); read_history(history_file); - + rl_readline_name = application_name; rl_instream = cp_in; rl_outstream = cp_out; rl_event_hook = rl_event_func; rl_catch_signals = 0; /* disable signal handling */ - + /* sjb - what to do for editline? - This variable is not supported by editline. */ -#if defined(HAVE_GNUREADLINE) + This variable is not supported by editline. */ +#if defined(HAVE_GNUREADLINE) rl_catch_sigwinch = 1; /* allow readline to respond to resized windows */ -#endif - +#endif + /* note that we want some mechanism to detect ctrl-D and expand it to exit */ while (1) { history_set_pos(history_length); @@ -497,7 +497,7 @@ if (line) free(line); } /* History gets written in ../fte/misccoms.c com_quit */ - + #else while (cp_evloop((char *) NULL) == 1) ; #endif /* defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) */ @@ -516,8 +516,9 @@ " -i, --interactive run in interactive mode\n" " -n, --no-spiceinit don't load the local or user's config file\n" " -o, --output=FILE set the outputfile\n" + " -p, --pipe run in I/O pipe mode\n" " -q, --completion activate command completion\n" - " -r, --rawfile=FILE set the rawfile output\n" + " -r, --rawfile=FILE set the rawfile output\n" " -s, --server run spice as a server process\n" " -t, --term=TERM set the terminal type\n" " -h, --help display this help and exit\n" @@ -566,11 +567,11 @@ #endif /* not HAVE_ASPRINTF */ char * path; bool result = FALSE; - + /* check name */ if(name==NULL || name[0]=='\0') return FALSE; /* Fail; name needed */ - + /* contruct the full path */ if(dir == NULL || dir[0]=='\0') { path = name; @@ -587,7 +588,7 @@ /* now access the file */ #ifdef HAVE_UNISTD_H - if (access(path, R_OK) == 0) { + if (access(path, R_OK) == 0) { #else if ((fp = fopen(path, "r")) != NULL) { (void) fclose(fp); @@ -595,10 +596,10 @@ inp_source(path); #ifdef TRACE printf("Init file: '%s'\n",path); -#endif /* TRACE */ +#endif /* TRACE */ result = TRUE; /* loaded okay */ } - + /* if dir was not NULL and not empty then we allocated memory above */ if(dir!=NULL && dir[0] !='\0') #ifdef HAVE_ASPRINTF @@ -606,7 +607,7 @@ #else tfree(path); #endif /* HAVE_ASPRINTF */ - + return result; } @@ -616,7 +617,7 @@ extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); -#endif /* SIMULATOR */ +#endif /* SIMULATOR */ int #ifdef HAS_WINDOWS @@ -631,7 +632,7 @@ char* copystring;/*DG*/ #ifdef SIMULATOR int error2; - + static IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -742,10 +743,11 @@ {"rawfile", 1, 0, 'r'}, {"server", 0, 0, 's'}, {"terminal", 1, 0, 't'}, + {"pipe", 0, 0, 'p'}, {0, 0, 0, 0} }; - c = getopt_long (argc, argv, "hvbc:ihno:qr:st:", + c = getopt_long (argc, argv, "hvbc:ihno:pqr:st:", long_options, &option_index); if (c == -1) break; @@ -793,10 +795,10 @@ /* Open the log file */ #ifdef HAS_WINDOWS /* flogp goes to winmain's putc and writes to file buf */ - if (!(flogp = fopen(buf, "w"))) { + if (!(flogp = fopen(buf, "w"))) { #else /* Connect stdout to file buf and log stdout */ - if (!(freopen (buf, "w", stdout))) { + if (!(freopen (buf, "w", stdout))) { #endif perror (buf); shutdown (EXIT_BAD); @@ -877,7 +879,7 @@ if (!ft_batchmode) goto bot; } - + /* Set up signal handling */ if (!ft_batchmode) { /* Set up interrupt handler */ @@ -909,14 +911,14 @@ /* load user's initialisation file */ if (readinit) { bool good; - + /* Try accessing the initialisation file in the current directory */ good = read_initialisation_file("",INITSTR); - + /* if that fail try the alternate name */ if(good == FALSE) good = read_initialisation_file("",ALT_INITSTR); - + /* if that failed try in the user's home directory if their HOME environment variable is set */ if(good == FALSE) { @@ -964,7 +966,7 @@ if (!ft_servermode && !ft_nutmeg) { /* Concatenate all non-option arguments into a temporary file and load that file into the spice core. - + The original routine took a special path if there was only one non-option argument. In that case, it didn't create the temporary file but used the original file instead. The @@ -1046,7 +1048,7 @@ "no simulations run\n"); shutdown(EXIT_BAD); } - } /* --- if (ft_batchmode) --- */ + } /* --- if (ft_batchmode) --- */ else { cp_interactive = TRUE; app_rl_readlines(); /* enter the command processing loop */ Index: ngspice.spec =================================================================== RCS file: /cvs/extras/rpms/ngspice/FC-5/ngspice.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ngspice.spec 15 Oct 2006 13:17:55 -0000 1.4 +++ ngspice.spec 24 Dec 2006 16:36:04 -0000 1.5 @@ -1,6 +1,6 @@ Name: ngspice Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -9,6 +9,7 @@ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: %{name}-%{version}-pipemode.patch BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel, libXt-devel @@ -48,6 +49,8 @@ %prep %setup -q -n ng-spice-rework-%{version} +%patch0 -p0 -b .pipemode-xcircuit + %build %ifarch x86_64 sparc64 ppc64 amd64 %{__cp} -p src/spinit.in src/spinit.in.ngspice @@ -92,23 +95,29 @@ %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} -rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a +%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a + +%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/ +%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/ +%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/ %clean %{__rm} -rf %{buildroot} -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 +%post +/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||: -%preun doc -if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 +%preun +if [ "$1" -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||: fi %files %defattr(-,root,root,-) -%doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES NEWS README +%doc AUTHORS COPYING README BUGS ChangeLog NEWS +%exclude %{_datadir}/ng-spice-rework/doc/ +%exclude %{_datadir}/ng-spice-rework/examples/ %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp @@ -118,39 +127,43 @@ %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph -%{_datadir}/ng-spice-rework +%{_datadir}/ng-spice-rework/ %{_libdir}/spice/ - - -%files doc -%defattr(-, root, root, -) -%doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* +%files doc +%defattr(-, root, root, -) +%{_datadir}/ng-spice-rework/doc/ +%{_datadir}/ng-spice-rework/examples/ %Changelog -* Sun Oct 15 2006 Chitlesh Goorah 17-7 +* Tue Dec 19 2006 Chitlesh Goorah 17-8 +- patch0 for xcircuit pipemode +- XCircuit can work as an ng-spice front-end +- fixed infodir to mean FE guidelines + +* Sun Oct 15 2006 Chitlesh Goorah 17-7 - Fixed src/spinit.in for 64 bit -* Thu Oct 12 2006 Chitlesh Goorah 17-6 -- Testing on 64 bit arch +* Thu Oct 12 2006 Chitlesh Goorah 17-6 +- Testing on 64 bit arch -* Mon Sep 04 2006 Chitlesh Goorah 17-5 +* Mon Sep 04 2006 Chitlesh Goorah 17-5 - Added libXt-devel to include X headers * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. -* Tue Aug 29 2006 Chitlesh Goorah 17-3 +* Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file -* Mon Aug 28 2006 Chitlesh Goorah 17-2 +* Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post -* Sun Aug 27 2006 Chitlesh Goorah 17-1 +* Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras \ No newline at end of file From fedora-extras-commits at redhat.com Sun Dec 24 16:39:55 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 11:39:55 -0500 Subject: owners owners.list,1.2147,1.2148 Message-ID: <200612241639.kBOGdtpD009076@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9061 Modified Files: owners.list Log Message: Retaking ownership of quadkonsole package. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2147 retrieving revision 1.2148 diff -u -r1.2147 -r1.2148 --- owners.list 23 Dec 2006 21:04:22 -0000 1.2147 +++ owners.list 24 Dec 2006 16:39:25 -0000 1.2148 @@ -2139,7 +2139,7 @@ Fedora Extras|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4-qsa|Qt Script for Applications Add-On for Qt4|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|qtparted|Partition Magic clone written in C++ using the Qt toolkit|steve at silug.org|extras-qa at fedoraproject.org| -Fedora Extras|quadkonsole|Embeds Konsole kparts in a grid layout|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|nomis80 at nomis80.org +Fedora Extras|quadkonsole|Embeds Konsole kparts in a grid layout|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|QuantLib| QuantLib is a free/open-source library for modeling, trading, and risk management in real-life|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|quarry|A multi-purpose board-game GUI|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|qucs|Circuit simulator|eric.tanguy at univ-nantes.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 24 16:45:21 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:45:21 -0500 Subject: rpms/ngspice import.log,1.9,1.10 Message-ID: <200612241645.kBOGjL9x009152@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9121 Modified Files: import.log Log Message: auto-import ngspice-17-8 on branch FC-6 from ngspice-17-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 24 Dec 2006 16:36:04 -0000 1.9 +++ import.log 24 Dec 2006 16:44:51 -0000 1.10 @@ -6,3 +6,4 @@ ngspice-17-7:FC-5:ngspice-17-7.src.rpm:1160918447 ngspice-17-7:HEAD:ngspice-17-7.src.rpm:1160919932 ngspice-17-8:FC-5:ngspice-17-8.src.rpm:1166978983 +ngspice-17-8:FC-6:ngspice-17-8.src.rpm:1166979510 From fedora-extras-commits at redhat.com Sun Dec 24 16:45:21 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:45:21 -0500 Subject: rpms/ngspice/FC-6 ngspice-17-pipemode.patch, NONE, 1.1 ngspice.spec, 1.4, 1.5 Message-ID: <200612241645.kBOGjLS5009155@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9121/FC-6 Modified Files: ngspice.spec Added Files: ngspice-17-pipemode.patch Log Message: auto-import ngspice-17-8 on branch FC-6 from ngspice-17-8.src.rpm ngspice-17-pipemode.patch: --- NEW FILE ngspice-17-pipemode.patch --- --- src/main.c 2005-05-31 18:47:48.000000000 +0200 +++ main.c 2006-12-23 12:47:24.000000000 +0100 @@ -69,7 +69,7 @@ #ifdef CIDER #include "numenum.h" #include "maths/misc/accuracy.h" -#endif +#endif #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) @@ -108,7 +108,7 @@ #ifdef CIDER /* Globals definitions for Machine Accuracy Limits * (needed by CIDER) - */ + */ double BMin; /* lower limit for B(x) */ double BMax; /* upper limit for B(x) */ double ExpLim; /* limit for exponential */ @@ -118,19 +118,19 @@ /* Global debug flags from CIDER, soon they will become * spice variables :) - */ + */ BOOLEAN ONEacDebug = FALSE; BOOLEAN ONEdcDebug = TRUE; BOOLEAN ONEtranDebug = TRUE; BOOLEAN ONEjacDebug = FALSE; - + BOOLEAN TWOacDebug = FALSE; BOOLEAN TWOdcDebug = TRUE; BOOLEAN TWOtranDebug = TRUE; -BOOLEAN TWOjacDebug = FALSE; - +BOOLEAN TWOjacDebug = FALSE; + /* CIDER Global Variable Declarations */ - + int BandGapNarrowing; int TempDepMobility, ConcDepMobility, FieldDepMobility, TransDepMobility; int SurfaceMobility, MatchingMobility, MobDeriv; @@ -138,14 +138,14 @@ int Srh, Auger, ConcDepLifetime, AvalancheGen; int FreezeOut = FALSE; int OneCarrier; - + int MaxIterations = 100; int AcAnalysisMethod = DIRECT; - + double Temp, RelTemp, Vt; double RefPsi;/* potential at Infinity */ double EpsNorm, VNorm, NNorm, LNorm, TNorm, JNorm, GNorm, ENorm; - + /* end cider globals */ #endif /* CIDER */ @@ -255,7 +255,7 @@ bool if_tranparams(struct circ *ckt, double *start, double *stop, double *step) { - return (FALSE); + return (FALSE); } /* -------------------------------------------------------------------------- */ @@ -325,15 +325,15 @@ SIMinfo.numDevices = DEVmaxnum = num_devices(); SIMinfo.devices = devices_ptr(); SIMinfo.numAnalyses = spice_num_analysis(); - SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use - * only the public part + SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use + * only the public part */ - + #ifdef CIDER /* Evaluates limits of machine accuracy for CIDER */ evalAccLimits(); -#endif /* CIDER */ - +#endif /* CIDER */ + #endif /* SIMULATOR */ SPfrontEnd = frontEnd; @@ -374,13 +374,13 @@ if (cp_interactive == FALSE) return NULL; /* NULL means no prompt */ - + s = get_alt_prompt(); if(s==NULL) s = cp_promptstring; if(s==NULL) s = "->"; - + while (*s) { switch (strip(*s)) { case '!': @@ -419,7 +419,7 @@ /* Process device events in Readline's hook since there is no where else to do it now - AV */ static int -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -433,7 +433,7 @@ /* Process device events in Editline's hook. similar to the readline function above but returns void */ static void -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -452,28 +452,28 @@ #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) /* GNU Readline Support -- Andrew Veliath */ char *line, *expanded_line; - + /* --- set up readline params --- */ strcpy(history_file, getenv("HOME")); strcat(history_file, "/."); strcat(history_file, application_name); strcat(history_file, "_history"); - + using_history(); read_history(history_file); - + rl_readline_name = application_name; rl_instream = cp_in; rl_outstream = cp_out; rl_event_hook = rl_event_func; rl_catch_signals = 0; /* disable signal handling */ - + /* sjb - what to do for editline? - This variable is not supported by editline. */ -#if defined(HAVE_GNUREADLINE) + This variable is not supported by editline. */ +#if defined(HAVE_GNUREADLINE) rl_catch_sigwinch = 1; /* allow readline to respond to resized windows */ -#endif - +#endif + /* note that we want some mechanism to detect ctrl-D and expand it to exit */ while (1) { history_set_pos(history_length); @@ -497,7 +497,7 @@ if (line) free(line); } /* History gets written in ../fte/misccoms.c com_quit */ - + #else while (cp_evloop((char *) NULL) == 1) ; #endif /* defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) */ @@ -516,8 +516,9 @@ " -i, --interactive run in interactive mode\n" " -n, --no-spiceinit don't load the local or user's config file\n" " -o, --output=FILE set the outputfile\n" + " -p, --pipe run in I/O pipe mode\n" " -q, --completion activate command completion\n" - " -r, --rawfile=FILE set the rawfile output\n" + " -r, --rawfile=FILE set the rawfile output\n" " -s, --server run spice as a server process\n" " -t, --term=TERM set the terminal type\n" " -h, --help display this help and exit\n" @@ -566,11 +567,11 @@ #endif /* not HAVE_ASPRINTF */ char * path; bool result = FALSE; - + /* check name */ if(name==NULL || name[0]=='\0') return FALSE; /* Fail; name needed */ - + /* contruct the full path */ if(dir == NULL || dir[0]=='\0') { path = name; @@ -587,7 +588,7 @@ /* now access the file */ #ifdef HAVE_UNISTD_H - if (access(path, R_OK) == 0) { + if (access(path, R_OK) == 0) { #else if ((fp = fopen(path, "r")) != NULL) { (void) fclose(fp); @@ -595,10 +596,10 @@ inp_source(path); #ifdef TRACE printf("Init file: '%s'\n",path); -#endif /* TRACE */ +#endif /* TRACE */ result = TRUE; /* loaded okay */ } - + /* if dir was not NULL and not empty then we allocated memory above */ if(dir!=NULL && dir[0] !='\0') #ifdef HAVE_ASPRINTF @@ -606,7 +607,7 @@ #else tfree(path); #endif /* HAVE_ASPRINTF */ - + return result; } @@ -616,7 +617,7 @@ extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); -#endif /* SIMULATOR */ +#endif /* SIMULATOR */ int #ifdef HAS_WINDOWS @@ -631,7 +632,7 @@ char* copystring;/*DG*/ #ifdef SIMULATOR int error2; - + static IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -742,10 +743,11 @@ {"rawfile", 1, 0, 'r'}, {"server", 0, 0, 's'}, {"terminal", 1, 0, 't'}, + {"pipe", 0, 0, 'p'}, {0, 0, 0, 0} }; - c = getopt_long (argc, argv, "hvbc:ihno:qr:st:", + c = getopt_long (argc, argv, "hvbc:ihno:pqr:st:", long_options, &option_index); if (c == -1) break; @@ -793,10 +795,10 @@ /* Open the log file */ #ifdef HAS_WINDOWS /* flogp goes to winmain's putc and writes to file buf */ - if (!(flogp = fopen(buf, "w"))) { + if (!(flogp = fopen(buf, "w"))) { #else /* Connect stdout to file buf and log stdout */ - if (!(freopen (buf, "w", stdout))) { + if (!(freopen (buf, "w", stdout))) { #endif perror (buf); shutdown (EXIT_BAD); @@ -877,7 +879,7 @@ if (!ft_batchmode) goto bot; } - + /* Set up signal handling */ if (!ft_batchmode) { /* Set up interrupt handler */ @@ -909,14 +911,14 @@ /* load user's initialisation file */ if (readinit) { bool good; - + /* Try accessing the initialisation file in the current directory */ good = read_initialisation_file("",INITSTR); - + /* if that fail try the alternate name */ if(good == FALSE) good = read_initialisation_file("",ALT_INITSTR); - + /* if that failed try in the user's home directory if their HOME environment variable is set */ if(good == FALSE) { @@ -964,7 +966,7 @@ if (!ft_servermode && !ft_nutmeg) { /* Concatenate all non-option arguments into a temporary file and load that file into the spice core. - + The original routine took a special path if there was only one non-option argument. In that case, it didn't create the temporary file but used the original file instead. The @@ -1046,7 +1048,7 @@ "no simulations run\n"); shutdown(EXIT_BAD); } - } /* --- if (ft_batchmode) --- */ + } /* --- if (ft_batchmode) --- */ else { cp_interactive = TRUE; app_rl_readlines(); /* enter the command processing loop */ Index: ngspice.spec =================================================================== RCS file: /cvs/extras/rpms/ngspice/FC-6/ngspice.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ngspice.spec 15 Oct 2006 13:41:53 -0000 1.4 +++ ngspice.spec 24 Dec 2006 16:44:51 -0000 1.5 @@ -1,6 +1,6 @@ Name: ngspice Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -9,6 +9,7 @@ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: %{name}-%{version}-pipemode.patch BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel, libXt-devel @@ -48,6 +49,8 @@ %prep %setup -q -n ng-spice-rework-%{version} +%patch0 -p0 -b .pipemode-xcircuit + %build %ifarch x86_64 sparc64 ppc64 amd64 %{__cp} -p src/spinit.in src/spinit.in.ngspice @@ -92,23 +95,29 @@ %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} -rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a +%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a + +%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/ +%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/ +%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/ %clean %{__rm} -rf %{buildroot} -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 +%post +/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||: -%preun doc -if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 +%preun +if [ "$1" -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||: fi %files %defattr(-,root,root,-) -%doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES NEWS README +%doc AUTHORS COPYING README BUGS ChangeLog NEWS +%exclude %{_datadir}/ng-spice-rework/doc/ +%exclude %{_datadir}/ng-spice-rework/examples/ %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp @@ -118,39 +127,43 @@ %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph -%{_datadir}/ng-spice-rework +%{_datadir}/ng-spice-rework/ %{_libdir}/spice/ - - -%files doc -%defattr(-, root, root, -) -%doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* +%files doc +%defattr(-, root, root, -) +%{_datadir}/ng-spice-rework/doc/ +%{_datadir}/ng-spice-rework/examples/ %Changelog -* Sun Oct 15 2006 Chitlesh Goorah 17-7 +* Tue Dec 19 2006 Chitlesh Goorah 17-8 +- patch0 for xcircuit pipemode +- XCircuit can work as an ng-spice front-end +- fixed infodir to mean FE guidelines + +* Sun Oct 15 2006 Chitlesh Goorah 17-7 - Fixed src/spinit.in for 64 bit -* Thu Oct 12 2006 Chitlesh Goorah 17-6 -- Testing on 64 bit arch +* Thu Oct 12 2006 Chitlesh Goorah 17-6 +- Testing on 64 bit arch -* Mon Sep 04 2006 Chitlesh Goorah 17-5 +* Mon Sep 04 2006 Chitlesh Goorah 17-5 - Added libXt-devel to include X headers * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. -* Tue Aug 29 2006 Chitlesh Goorah 17-3 +* Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file -* Mon Aug 28 2006 Chitlesh Goorah 17-2 +* Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post -* Sun Aug 27 2006 Chitlesh Goorah 17-1 +* Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras \ No newline at end of file From fedora-extras-commits at redhat.com Sun Dec 24 16:46:51 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:46:51 -0500 Subject: rpms/ngspice import.log,1.10,1.11 Message-ID: <200612241646.kBOGkpux009262@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9226 Modified Files: import.log Log Message: auto-import ngspice-17-8 on branch devel from ngspice-17-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 24 Dec 2006 16:44:51 -0000 1.10 +++ import.log 24 Dec 2006 16:46:21 -0000 1.11 @@ -7,3 +7,4 @@ ngspice-17-7:HEAD:ngspice-17-7.src.rpm:1160919932 ngspice-17-8:FC-5:ngspice-17-8.src.rpm:1166978983 ngspice-17-8:FC-6:ngspice-17-8.src.rpm:1166979510 +ngspice-17-8:HEAD:ngspice-17-8.src.rpm:1166979600 From fedora-extras-commits at redhat.com Sun Dec 24 16:46:51 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 11:46:51 -0500 Subject: rpms/ngspice/devel ngspice-17-pipemode.patch, NONE, 1.1 ngspice.spec, 1.4, 1.5 Message-ID: <200612241646.kBOGkppU009265@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9226/devel Modified Files: ngspice.spec Added Files: ngspice-17-pipemode.patch Log Message: auto-import ngspice-17-8 on branch devel from ngspice-17-8.src.rpm ngspice-17-pipemode.patch: --- NEW FILE ngspice-17-pipemode.patch --- --- src/main.c 2005-05-31 18:47:48.000000000 +0200 +++ main.c 2006-12-23 12:47:24.000000000 +0100 @@ -69,7 +69,7 @@ #ifdef CIDER #include "numenum.h" #include "maths/misc/accuracy.h" -#endif +#endif #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) @@ -108,7 +108,7 @@ #ifdef CIDER /* Globals definitions for Machine Accuracy Limits * (needed by CIDER) - */ + */ double BMin; /* lower limit for B(x) */ double BMax; /* upper limit for B(x) */ double ExpLim; /* limit for exponential */ @@ -118,19 +118,19 @@ /* Global debug flags from CIDER, soon they will become * spice variables :) - */ + */ BOOLEAN ONEacDebug = FALSE; BOOLEAN ONEdcDebug = TRUE; BOOLEAN ONEtranDebug = TRUE; BOOLEAN ONEjacDebug = FALSE; - + BOOLEAN TWOacDebug = FALSE; BOOLEAN TWOdcDebug = TRUE; BOOLEAN TWOtranDebug = TRUE; -BOOLEAN TWOjacDebug = FALSE; - +BOOLEAN TWOjacDebug = FALSE; + /* CIDER Global Variable Declarations */ - + int BandGapNarrowing; int TempDepMobility, ConcDepMobility, FieldDepMobility, TransDepMobility; int SurfaceMobility, MatchingMobility, MobDeriv; @@ -138,14 +138,14 @@ int Srh, Auger, ConcDepLifetime, AvalancheGen; int FreezeOut = FALSE; int OneCarrier; - + int MaxIterations = 100; int AcAnalysisMethod = DIRECT; - + double Temp, RelTemp, Vt; double RefPsi;/* potential at Infinity */ double EpsNorm, VNorm, NNorm, LNorm, TNorm, JNorm, GNorm, ENorm; - + /* end cider globals */ #endif /* CIDER */ @@ -255,7 +255,7 @@ bool if_tranparams(struct circ *ckt, double *start, double *stop, double *step) { - return (FALSE); + return (FALSE); } /* -------------------------------------------------------------------------- */ @@ -325,15 +325,15 @@ SIMinfo.numDevices = DEVmaxnum = num_devices(); SIMinfo.devices = devices_ptr(); SIMinfo.numAnalyses = spice_num_analysis(); - SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use - * only the public part + SIMinfo.analyses = (IFanalysis **)spice_analysis_ptr(); /* va: we recast, because we use + * only the public part */ - + #ifdef CIDER /* Evaluates limits of machine accuracy for CIDER */ evalAccLimits(); -#endif /* CIDER */ - +#endif /* CIDER */ + #endif /* SIMULATOR */ SPfrontEnd = frontEnd; @@ -374,13 +374,13 @@ if (cp_interactive == FALSE) return NULL; /* NULL means no prompt */ - + s = get_alt_prompt(); if(s==NULL) s = cp_promptstring; if(s==NULL) s = "->"; - + while (*s) { switch (strip(*s)) { case '!': @@ -419,7 +419,7 @@ /* Process device events in Readline's hook since there is no where else to do it now - AV */ static int -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -433,7 +433,7 @@ /* Process device events in Editline's hook. similar to the readline function above but returns void */ static void -rl_event_func() +rl_event_func() /* called by GNU readline periodically to know what to do about keypresses */ { static REQUEST reqst = { checkup_option, 0 }; @@ -452,28 +452,28 @@ #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) /* GNU Readline Support -- Andrew Veliath */ char *line, *expanded_line; - + /* --- set up readline params --- */ strcpy(history_file, getenv("HOME")); strcat(history_file, "/."); strcat(history_file, application_name); strcat(history_file, "_history"); - + using_history(); read_history(history_file); - + rl_readline_name = application_name; rl_instream = cp_in; rl_outstream = cp_out; rl_event_hook = rl_event_func; rl_catch_signals = 0; /* disable signal handling */ - + /* sjb - what to do for editline? - This variable is not supported by editline. */ -#if defined(HAVE_GNUREADLINE) + This variable is not supported by editline. */ +#if defined(HAVE_GNUREADLINE) rl_catch_sigwinch = 1; /* allow readline to respond to resized windows */ -#endif - +#endif + /* note that we want some mechanism to detect ctrl-D and expand it to exit */ while (1) { history_set_pos(history_length); @@ -497,7 +497,7 @@ if (line) free(line); } /* History gets written in ../fte/misccoms.c com_quit */ - + #else while (cp_evloop((char *) NULL) == 1) ; #endif /* defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) */ @@ -516,8 +516,9 @@ " -i, --interactive run in interactive mode\n" " -n, --no-spiceinit don't load the local or user's config file\n" " -o, --output=FILE set the outputfile\n" + " -p, --pipe run in I/O pipe mode\n" " -q, --completion activate command completion\n" - " -r, --rawfile=FILE set the rawfile output\n" + " -r, --rawfile=FILE set the rawfile output\n" " -s, --server run spice as a server process\n" " -t, --term=TERM set the terminal type\n" " -h, --help display this help and exit\n" @@ -566,11 +567,11 @@ #endif /* not HAVE_ASPRINTF */ char * path; bool result = FALSE; - + /* check name */ if(name==NULL || name[0]=='\0') return FALSE; /* Fail; name needed */ - + /* contruct the full path */ if(dir == NULL || dir[0]=='\0') { path = name; @@ -587,7 +588,7 @@ /* now access the file */ #ifdef HAVE_UNISTD_H - if (access(path, R_OK) == 0) { + if (access(path, R_OK) == 0) { #else if ((fp = fopen(path, "r")) != NULL) { (void) fclose(fp); @@ -595,10 +596,10 @@ inp_source(path); #ifdef TRACE printf("Init file: '%s'\n",path); -#endif /* TRACE */ +#endif /* TRACE */ result = TRUE; /* loaded okay */ } - + /* if dir was not NULL and not empty then we allocated memory above */ if(dir!=NULL && dir[0] !='\0') #ifdef HAVE_ASPRINTF @@ -606,7 +607,7 @@ #else tfree(path); #endif /* HAVE_ASPRINTF */ - + return result; } @@ -616,7 +617,7 @@ extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); -#endif /* SIMULATOR */ +#endif /* SIMULATOR */ int #ifdef HAS_WINDOWS @@ -631,7 +632,7 @@ char* copystring;/*DG*/ #ifdef SIMULATOR int error2; - + static IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -742,10 +743,11 @@ {"rawfile", 1, 0, 'r'}, {"server", 0, 0, 's'}, {"terminal", 1, 0, 't'}, + {"pipe", 0, 0, 'p'}, {0, 0, 0, 0} }; - c = getopt_long (argc, argv, "hvbc:ihno:qr:st:", + c = getopt_long (argc, argv, "hvbc:ihno:pqr:st:", long_options, &option_index); if (c == -1) break; @@ -793,10 +795,10 @@ /* Open the log file */ #ifdef HAS_WINDOWS /* flogp goes to winmain's putc and writes to file buf */ - if (!(flogp = fopen(buf, "w"))) { + if (!(flogp = fopen(buf, "w"))) { #else /* Connect stdout to file buf and log stdout */ - if (!(freopen (buf, "w", stdout))) { + if (!(freopen (buf, "w", stdout))) { #endif perror (buf); shutdown (EXIT_BAD); @@ -877,7 +879,7 @@ if (!ft_batchmode) goto bot; } - + /* Set up signal handling */ if (!ft_batchmode) { /* Set up interrupt handler */ @@ -909,14 +911,14 @@ /* load user's initialisation file */ if (readinit) { bool good; - + /* Try accessing the initialisation file in the current directory */ good = read_initialisation_file("",INITSTR); - + /* if that fail try the alternate name */ if(good == FALSE) good = read_initialisation_file("",ALT_INITSTR); - + /* if that failed try in the user's home directory if their HOME environment variable is set */ if(good == FALSE) { @@ -964,7 +966,7 @@ if (!ft_servermode && !ft_nutmeg) { /* Concatenate all non-option arguments into a temporary file and load that file into the spice core. - + The original routine took a special path if there was only one non-option argument. In that case, it didn't create the temporary file but used the original file instead. The @@ -1046,7 +1048,7 @@ "no simulations run\n"); shutdown(EXIT_BAD); } - } /* --- if (ft_batchmode) --- */ + } /* --- if (ft_batchmode) --- */ else { cp_interactive = TRUE; app_rl_readlines(); /* enter the command processing loop */ Index: ngspice.spec =================================================================== RCS file: /cvs/extras/rpms/ngspice/devel/ngspice.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ngspice.spec 15 Oct 2006 13:41:53 -0000 1.4 +++ ngspice.spec 24 Dec 2006 16:46:21 -0000 1.5 @@ -1,6 +1,6 @@ Name: ngspice Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -9,6 +9,7 @@ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: %{name}-%{version}-pipemode.patch BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel, libXt-devel @@ -48,6 +49,8 @@ %prep %setup -q -n ng-spice-rework-%{version} +%patch0 -p0 -b .pipemode-xcircuit + %build %ifarch x86_64 sparc64 ppc64 amd64 %{__cp} -p src/spinit.in src/spinit.in.ngspice @@ -92,23 +95,29 @@ %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} -rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a +%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a + +%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/ +%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/ +%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/ %clean %{__rm} -rf %{buildroot} -%post doc -/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 +%post +/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||: -%preun doc -if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 +%preun +if [ "$1" -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||: fi %files %defattr(-,root,root,-) -%doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES NEWS README +%doc AUTHORS COPYING README BUGS ChangeLog NEWS +%exclude %{_datadir}/ng-spice-rework/doc/ +%exclude %{_datadir}/ng-spice-rework/examples/ %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp @@ -118,39 +127,43 @@ %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph -%{_datadir}/ng-spice-rework +%{_datadir}/ng-spice-rework/ %{_libdir}/spice/ - - -%files doc -%defattr(-, root, root, -) -%doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* +%files doc +%defattr(-, root, root, -) +%{_datadir}/ng-spice-rework/doc/ +%{_datadir}/ng-spice-rework/examples/ %Changelog -* Sun Oct 15 2006 Chitlesh Goorah 17-7 +* Tue Dec 19 2006 Chitlesh Goorah 17-8 +- patch0 for xcircuit pipemode +- XCircuit can work as an ng-spice front-end +- fixed infodir to mean FE guidelines + +* Sun Oct 15 2006 Chitlesh Goorah 17-7 - Fixed src/spinit.in for 64 bit -* Thu Oct 12 2006 Chitlesh Goorah 17-6 -- Testing on 64 bit arch +* Thu Oct 12 2006 Chitlesh Goorah 17-6 +- Testing on 64 bit arch -* Mon Sep 04 2006 Chitlesh Goorah 17-5 +* Mon Sep 04 2006 Chitlesh Goorah 17-5 - Added libXt-devel to include X headers * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. -* Tue Aug 29 2006 Chitlesh Goorah 17-3 +* Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file -* Mon Aug 28 2006 Chitlesh Goorah 17-2 +* Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post -* Sun Aug 27 2006 Chitlesh Goorah 17-1 +* Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras \ No newline at end of file From fedora-extras-commits at redhat.com Sun Dec 24 16:51:41 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 11:51:41 -0500 Subject: rpms/quadkonsole/devel .cvsignore, 1.3, 1.4 Makefile, 1.2, 1.3 quadkonsole.spec, 1.2, 1.3 sources, 1.3, 1.4 dead.package, 1.1, NONE Message-ID: <200612241651.kBOGpfLD009539@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/quadkonsole/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9518 Added Files: .cvsignore Makefile quadkonsole.spec sources Removed Files: dead.package Log Message: Waking the dead: quadkonsole package returning to life. Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 24 Dec 2006 16:51:11 -0000 1.4 @@ -0,0 +1 @@ +quadkonsole-2.0.1.tar.gz Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 24 Dec 2006 16:51:11 -0000 1.3 @@ -0,0 +1,21 @@ +# Makefile for source rpm: quadkonsole +# $Id$ +NAME := quadkonsole +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) Index: quadkonsole.spec =================================================================== RCS file: quadkonsole.spec diff -N quadkonsole.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ quadkonsole.spec 24 Dec 2006 16:51:11 -0000 1.3 @@ -0,0 +1,58 @@ +Name: quadkonsole +Version: 2.0.1 +Release: 2%{?dist} +Summary: Embeds Konsole kparts in a grid layout + +Group: Applications/System +License: GPL +URL: http://nomis80.org/quadkonsole/ +Source0: http://nomis80.org/quadkonsole/quadkonsole-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: kdelibs-devel >= 3.2, desktop-file-utils + +%description +QuadKonsole is a program which embeds 4 Konsoles (other numbers can be +specified on the command-line). This way you save screen real estate, you don't +have to worry about careful placement and the startup time is faster than +starting up 4 separate Konsoles. + + +%prep +%setup -q + + +%build +%configure --disable-rpath +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +desktop-file-install \ + --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ + --delete-original \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/quadkonsole.desktop + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README TODO +%{_bindir}/quadkonsole +%{_datadir}/applications/kde/fedora-quadkonsole.desktop + + +%changelog +* Tue Mar 7 2006 Simon Perreault - 2.0.1-2 +- Reformatted description to make rpmlint happy. + +* Tue Mar 7 2006 Simon Perreault - 2.0.1-1 +- Initial package. Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 24 Dec 2006 16:51:11 -0000 1.4 @@ -0,0 +1 @@ +3334b7a3ad3e6f9b96f59a00ccedae91 quadkonsole-2.0.1.tar.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Sun Dec 24 17:37:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 12:37:48 -0500 Subject: rpms/liferea/devel .cvsignore, 1.39, 1.40 liferea.spec, 1.59, 1.60 sources, 1.40, 1.41 Message-ID: <200612241737.kBOHbmoN012852@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12833 Modified Files: .cvsignore liferea.spec sources Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2.1-1 - Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- .cvsignore 17 Dec 2006 23:23:16 -0000 1.39 +++ .cvsignore 24 Dec 2006 17:37:18 -0000 1.40 @@ -1 +1 @@ -liferea-1.2.0.tar.gz +liferea-1.2.1.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- liferea.spec 23 Dec 2006 14:20:37 -0000 1.59 +++ liferea.spec 24 Dec 2006 17:37:18 -0000 1.60 @@ -1,6 +1,6 @@ Name: liferea -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -110,6 +110,9 @@ %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2.1-1 +- Update to 1.2.1. + * Sat Dec 23 2006 Brian Pepple - 1.2.0-2 - Rebuild against new firefox. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- sources 17 Dec 2006 23:23:16 -0000 1.40 +++ sources 24 Dec 2006 17:37:18 -0000 1.41 @@ -1 +1 @@ -02b95014baba4725b02895074cc4f25e liferea-1.2.0.tar.gz +28d6ec815209dbcab3dfd656205f9f5e liferea-1.2.1.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 17:58:21 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 24 Dec 2006 12:58:21 -0500 Subject: rpms/syck/devel syck.spec,1.8,1.9 Message-ID: <200612241758.kBOHwLN6013032@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13017 Modified Files: syck.spec Log Message: * Sun Dec 24 2006 Jason L Tibbitts III - 0.55-13 - Rebuild with Python 2.5. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- syck.spec 1 Dec 2006 16:26:47 -0000 1.8 +++ syck.spec 24 Dec 2006 17:57:51 -0000 1.9 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 12%{?dist} +Release: 13%{?dist} License: BSD Group: System Environment/Libraries @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Sun Dec 24 2006 Jason L Tibbitts III - 0.55-13 +- Rebuild with Python 2.5. + * Fri Dec 01 2006 Jason L Tibbitts III - 0.55-12 - Adapt to new autoconf in rawhide. From fedora-extras-commits at redhat.com Sun Dec 24 18:13:22 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 13:13:22 -0500 Subject: owners owners.list,1.2148,1.2149 Message-ID: <200612241813.kBOIDMPD016440@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16425 Modified Files: owners.list Log Message: Retaking ownership of camstream package. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2148 retrieving revision 1.2149 diff -u -r1.2148 -r1.2149 --- owners.list 24 Dec 2006 16:39:25 -0000 1.2148 +++ owners.list 24 Dec 2006 18:12:52 -0000 1.2149 @@ -174,7 +174,7 @@ Fedora Extras|cairomm|C++ wrapper for cairo|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|cal3d|Skeletal based 3-D character animation library|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|camE|Rewrite of the xawtv webcam app, which adds imlib2 support|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|camstream|CamStream - a set of programs to make use of your webcam|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|nomis80 at nomis80.org +Fedora Extras|camstream|CamStream - a set of programs to make use of your webcam|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|Canna|A Japanese character set input system|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|CastPodder|A multimedia aggregator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|ccache|Compiler cache|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 24 18:19:24 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 24 Dec 2006 13:19:24 -0500 Subject: rpms/ser/devel ser.spec,1.7,1.8 Message-ID: <200612241819.kBOIJOLv016551@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/ser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16511 Modified Files: ser.spec Log Message: * Sun Dec 24 2006 Jason L Tibbitts III - 0.9.6-10 - Rebuild with updated Postgres. Index: ser.spec =================================================================== RCS file: /cvs/extras/rpms/ser/devel/ser.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ser.spec 10 Sep 2006 21:29:39 -0000 1.7 +++ ser.spec 24 Dec 2006 18:18:54 -0000 1.8 @@ -8,7 +8,7 @@ Summary: SIP Express Router Name: ser Version: 0.9.6 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz @@ -215,6 +215,9 @@ %endif %changelog +* Sun Dec 24 2006 Jason L Tibbitts III - 0.9.6-10 +- Rebuild with updated Postgres. + * Sun Sep 10 2006 Andreas Thienemann 0.9.6-9 - *bump* From fedora-extras-commits at redhat.com Sun Dec 24 18:19:54 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Sun, 24 Dec 2006 13:19:54 -0500 Subject: rpms/camstream/devel .cvsignore, 1.4, 1.5 Makefile, 1.3, 1.4 camstream-0.26.3-x86_64-asm.patch, 1.2, 1.3 camstream-makefiles.patch, 1.2, 1.3 camstream.desktop, 1.2, 1.3 camstream.png, 1.2, 1.3 camstream.spec, 1.12, 1.13 sources, 1.4, 1.5 dead.package, 1.1, NONE Message-ID: <200612241819.kBOIJsCx016602@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16529 Added Files: .cvsignore Makefile camstream-0.26.3-x86_64-asm.patch camstream-makefiles.patch camstream.desktop camstream.png camstream.spec sources Removed Files: dead.package Log Message: Waking the dead: package camstream is back to life. Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 24 Dec 2006 18:19:23 -0000 1.5 @@ -0,0 +1 @@ +camstream-0.26.3.tar.gz Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 24 Dec 2006 18:19:23 -0000 1.4 @@ -0,0 +1,21 @@ +# Makefile for source rpm: camstream +# $Id$ +NAME := camstream +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) camstream-0.26.3-x86_64-asm.patch: Index: camstream-0.26.3-x86_64-asm.patch =================================================================== RCS file: camstream-0.26.3-x86_64-asm.patch diff -N camstream-0.26.3-x86_64-asm.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream-0.26.3-x86_64-asm.patch 24 Dec 2006 18:19:23 -0000 1.3 @@ -0,0 +1,376 @@ +Credits for this patch go to gentoo. + +--- ./camstream/video/video_asm.S.old 2004-04-17 18:22:08.977932552 +0100 ++++ ./camstream/video/video_asm.S 2004-04-17 18:23:37.614457752 +0100 +@@ -17,52 +17,52 @@ + + ENTRY(calc_diff128) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx # number of pixels +- mov Dst, %edi # destination +- mov Src1, %esi # src_new +- mov Src2, %ebx # src_old ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx # number of pixels ++ mov Dst, %rdi # destination ++ mov Src1, %rsi # src_new ++ mov Src2, %rbx # src_old + + 0: lodsb # load byte +- mov (%ebx), %ah # load second byte ++ mov (%rbx), %ah # load second byte + shr $1, %al # /2 by shift-right both values + shr $1, %ah + sub %ah, %al # substract old value + add $128, %al # add virtual 0-point + stosb +- inc %ebx ++ inc %rbx + loop 0b + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + + ENTRY(calc_diff128_mmx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx # number of pixels +- mov Dst, %edi # destination +- mov Src1, %esi # src_new +- mov Src2, %ebx # src_old ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx # number of pixels ++ mov Dst, %rdi # destination ++ mov Src1, %rsi # src_new ++ mov Src2, %rbx # src_old + +- shr $2, %ecx # MMX uses 4 bytes in a row; too bad MMX ++ shr $2, %rcx # MMX uses 4 bytes in a row; too bad MMX + # doesnt have carry-bits or shift-right byte, + # or we could have grabbed 8 bytes in a row + movq mm_128w, %mm7 + +-0: movd (%esi), %mm0 # 00 00 00 00 b3 b2 b1 b0 ++0: movd (%rsi), %mm0 # 00 00 00 00 b3 b2 b1 b0 + punpcklbw mm_0, %mm0 # 00 b3 00 b2 00 b1 00 b0 + +- movd (%ebx), %mm1 # 00 00 00 00 c3 c2 c1 c0 ++ movd (%rbx), %mm1 # 00 00 00 00 c3 c2 c1 c0 + punpcklbw mm_0, %mm1 # 00 c3 00 c2 00 c1 00 c0 + + psraw $1, %mm0 # shift, then substract; this eliminates a +@@ -71,17 +71,17 @@ + psubw %mm1, %mm0 # subtract + paddw %mm7, %mm0 # add virtual 0-point + packuswb mm_0, %mm0 # pack, unsigned saturation 00 00 00 00 d3 d2 d1 d0 +- movd %mm0, (%edi) # store ++ movd %mm0, (%rdi) # store + +- add $4, %ebx +- add $4, %esi +- add $4, %edi ++ add $4, %rbx ++ add $4, %rsi ++ add $4, %rdi + loop 0b + + 9: emms # empty MMX state +- pop %edi +- pop %esi +- pop %ebx ++ pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + +@@ -89,24 +89,24 @@ + # calc_intg: perform Integrator step, that is, add a buffer to another + ENTRY(calc_intg128) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov 8(%ebp), %ecx # number of pixels +- mov 12(%ebp), %edi # destination +- mov 16(%ebp), %esi # 2nd buffer ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov 8(%rbp), %rcx # number of pixels ++ mov 12(%rbp), %rdi # destination ++ mov 16(%rbp), %rsi # 2nd buffer + + 0: lodsb + sub $128, %al # s - 128 + shl $1, %al # *2 +- add %al, (%edi) # add to destination +- inc %edi ++ add %al, (%rdi) # add to destination ++ inc %rdi + loop 0b + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + +@@ -116,36 +116,36 @@ + # Perform Integrator step with MMX instructions + ENTRY(calc_intg128_smx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov 8(%ebp), %ecx # number of pixels +- mov 12(%ebp), %edi # destination +- mov 16(%ebp), %esi # 2nd buffer +- shr $2, %ecx # divide by 4 (again, we must use word operands) ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov 8(%rbp), %rcx # number of pixels ++ mov 12(%rbp), %rdi # destination ++ mov 16(%rbp), %rsi # 2nd buffer ++ shr $2, %rcx # divide by 4 (again, we must use word operands) + + movq mm_128w, %mm7 # load constant + + # The following instructions are hopefully mixed + # to optimize execution +-0: movd (%edi), %mm0 # 00 00 00 00 b3 b2 b1 b0 ++0: movd (%rdi), %mm0 # 00 00 00 00 b3 b2 b1 b0 + punpcklbw mm_0, %mm0 # 00 b3 00 b2 00 b1 00 b0 +- movd (%esi), %mm1 # 00 00 00 00 c3 c2 c1 c0 ++ movd (%rsi), %mm1 # 00 00 00 00 c3 c2 c1 c0 + punpcklbw mm_0, %mm1 # 00 c3 00 c2 00 c1 00 c0 +- add $4, %esi # keep CPU busy ++ add $4, %rsi # keep CPU busy + psubw %mm7, %mm1 # src - 128 + psllw $1, %mm1 # * 2 + paddw %mm1, %mm0 # dst += src + packuswb mm_0, %mm0 # pack, unsigned saturation 00 00 00 00 d3 d2 d1 d0 +- movd %mm0, (%edi) # store back +- add $4, %edi ++ movd %mm0, (%rdi) # store back ++ add $4, %rdi + loop 0b + + 9: emms # clear MMX state +- pop %edi +- pop %esi +- pop %ebx ++ pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + +--- ./camstream/video/video_asm_add.S.old 2004-04-17 18:22:17.121694512 +0100 ++++ ./camstream/video/video_asm_add.S 2004-04-17 18:23:54.272925280 +0100 +@@ -4,102 +4,102 @@ + + ENTRY(calc_add) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + + 0: lodsb +- add %al, (%edi) +- inc %edi ++ add %al, (%rdi) ++ inc %rdi + loop 0b + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + ENTRY(calc_add_mmx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + +- shr $3, %ecx # Divide by 8 (!) ++ shr $3, %rcx # Divide by 8 (!) + +-0: movq (%esi), %mm0 +- add $8, %esi +- movq (%edi), %mm1 ++0: movq (%rsi), %mm0 ++ add $8, %rsi ++ movq (%rdi), %mm1 + paddb %mm1, %mm0 # add, with overflow +- movq %mm0, (%edi) +- add $8, %edi ++ movq %mm0, (%rdi) ++ add $8, %rdi + loop 0 + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + + ENTRY(calc_add_mmxs) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + +- shr $3, %ecx # Divide by 8 (!) ++ shr $3, %rcx # Divide by 8 (!) + +-0: movq (%esi), %mm0 +- add $8, %esi +- movq (%edi), %mm1 ++0: movq (%rsi), %mm0 ++ add $8, %rsi ++ movq (%rdi), %mm1 + paddsb %mm1, %mm0 # add, with saturation +- movq %mm0, (%edi) +- add $8, %edi ++ movq %mm0, (%rdi) ++ add $8, %rdi + loop 0 + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret + + ENTRY(calc_add128_mmx) + enter $0, $0 +- push %ebx +- push %esi +- push %edi +- +- mov Number, %ecx +- mov Dst, %edi +- mov Src1, %esi ++ push %rbx ++ push %rsi ++ push %rdi ++ ++ mov Number, %rcx ++ mov Dst, %rdi ++ mov Src1, %rsi + +- shr $3, %ecx # Divide by 8 (!) ++ shr $3, %rcx # Divide by 8 (!) + movq mm_128b, %mm7 # load constant + +-0: movq (%esi), %mm0 +- add $8, %esi ++0: movq (%rsi), %mm0 ++ add $8, %rsi + psubb %mm7, %mm0 # compensate null-point +- movq (%edi), %mm1 ++ movq (%rdi), %mm1 + paddb %mm1, %mm0 # add, with overflow +- movq %mm0, (%edi) +- add $8, %edi ++ movq %mm0, (%rdi) ++ add $8, %rdi + loop 0 + +-9: pop %edi +- pop %esi +- pop %ebx ++9: pop %rdi ++ pop %rsi ++ pop %rbx + leave + ret +--- ./camstream/video/video_def.h.old 2004-04-17 18:22:25.357442488 +0100 ++++ ./camstream/video/video_def.h 2004-04-17 18:24:14.037920544 +0100 +@@ -1,8 +1,8 @@ + #define __ASSEMBLY__ + #include + +-#define Number 8(%ebp) +-#define Dst 12(%ebp) +-#define Src1 16(%ebp) +-#define Src2 20(%ebp) ++#define Number 8(%rbp) ++#define Dst 12(%rbp) ++#define Src1 16(%rbp) ++#define Src2 20(%rbp) + camstream-makefiles.patch: Index: camstream-makefiles.patch =================================================================== RCS file: camstream-makefiles.patch diff -N camstream-makefiles.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream-makefiles.patch 24 Dec 2006 18:19:23 -0000 1.3 @@ -0,0 +1,95 @@ +diff -Naru camstream-0.26.2.orig/camstream/configure.in camstream-0.26.2/camstream/configure.in +--- camstream-0.26.2.orig/camstream/configure.in 2002-12-30 03:43:35.000000000 +0200 ++++ camstream-0.26.2/camstream/configure.in 2003-08-08 01:27:04.000000000 +0300 +@@ -200,7 +200,7 @@ + + dnl Check for Intel architecture + AC_CACHE_CHECK(for Intel processor(s), ac_cv_flag_intelcpu, [ +-if [ uname -m | grep -q "i.86" ]; then ++if test -n "$HAVE_IX86"; then + ac_cv_flag_intelcpu=yes + else + ac_cv_flag_intelcpu=no +@@ -212,7 +212,7 @@ + + dnl Check for mmx processor + AC_CACHE_CHECK(for MMX on processor(s), ac_cv_flag_mmx, [ +- if grep "^flags.* mmx" /proc/cpuinfo > /dev/null; then ++ if test -n "$HAVE_MMX"; then + ac_cv_flag_mmx=yes + else + ac_cv_flag_mmx=no +diff -Naru camstream-0.26.2.orig/camstream/icons/Makefile.in camstream-0.26.2/camstream/icons/Makefile.in +--- camstream-0.26.2.orig/camstream/icons/Makefile.in 2001-11-14 01:06:27.000000000 +0200 ++++ camstream-0.26.2/camstream/icons/Makefile.in 2003-08-08 01:27:23.000000000 +0300 +@@ -1,9 +1,7 @@ + # Extra defines +-exec_prefix=@exec_prefix@ +-prefix=@prefix@ +-SHAREDIR=@datadir@/camstream ++datadir=@datadir@ ++SHAREDIR=$(datadir)/camstream + ICON_DIR=$(SHAREDIR)/icons +-BIN_DIR=@bindir@ + + install: + install --mode=0755 --directory $(ICON_DIR) +diff -Naru camstream-0.26.2.orig/camstream/Makefile.in camstream-0.26.2/camstream/Makefile.in +--- camstream-0.26.2.orig/camstream/Makefile.in 2002-05-01 03:23:20.000000000 +0300 ++++ camstream-0.26.2/camstream/Makefile.in 2003-08-08 01:27:23.000000000 +0300 +@@ -9,8 +9,9 @@ + # Extra defines + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-SHARE_DIR=@datadir@/camstream +-BIN_DIR=@bindir@ ++datadir=@datadir@ ++SHARE_DIR=$(datadir)/camstream ++bindir=@bindir@ + + MOREDEFS=-DSHARE_DIR=\"$(SHARE_DIR)\" + +@@ -77,8 +78,8 @@ + + install: all + make -C icons install +- install --mode=0755 --directory $(BIN_DIR) +- install --strip camstream $(BIN_DIR) ++ install --mode=0755 --directory $(bindir) ++ install camstream $(bindir) + + # Default targets + clean: +diff -Naru camstream-0.26.2.orig/lib/ccvt/configure.in camstream-0.26.2/lib/ccvt/configure.in +--- camstream-0.26.2.orig/lib/ccvt/configure.in 2001-12-03 22:42:48.000000000 +0200 ++++ camstream-0.26.2/lib/ccvt/configure.in 2003-08-08 01:27:23.000000000 +0300 +@@ -19,7 +19,7 @@ + + dnl Check for Intel architecture + AC_CACHE_CHECK(for Intel processor(s), ac_cv_flag_intelcpu, [ +-if [ uname -m | grep -q "i.86" ]; then ++if test -n "$HAVE_IX86"; then + ac_cv_flag_intelcpu=yes + else + ac_cv_flag_intelcpu=no +@@ -31,7 +31,7 @@ + + dnl Check for mmx processor + AC_CACHE_CHECK(for MMX on processor(s), ac_cv_flag_mmx, [ +- if grep "^flags.* mmx" /proc/cpuinfo > /dev/null; then ++ if test -n "$HAVE_MMX"; then + ac_cv_flag_mmx=yes + else + ac_cv_flag_mmx=no +diff -Naru camstream-0.26.2.orig/lib/ccvt/Makefile.in camstream-0.26.2/lib/ccvt/Makefile.in +--- camstream-0.26.2.orig/lib/ccvt/Makefile.in 2002-12-08 02:06:38.000000000 +0200 ++++ camstream-0.26.2/lib/ccvt/Makefile.in 2003-08-08 01:26:42.000000000 +0300 +@@ -1,6 +1,5 @@ +-CPPFLAGS=-Wall -g -O3 +-CFLAGS=@DEFS@ +-CXXFLAGS=-I$(QTDIR)/include @DEFS@ ++CFLAGS=@DEFS@ $(RPM_OPT_FLAGS) ++CXXFLAGS=-I$(QTDIR)/include $(CFLAGS) + ASFLAGS=-g + LDFLAGS=-g @LDFLAGS@ + LIBS= Index: camstream.desktop =================================================================== RCS file: camstream.desktop diff -N camstream.desktop --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream.desktop 24 Dec 2006 18:19:23 -0000 1.3 @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=CamStream +Comment=A set of programs to make use of your webcam +Exec=camstream +Icon=camstream.png +Terminal=false +Type=Application +Encoding=UTF-8 +Categories=Application;AudioVideo;QT; Index: camstream.spec =================================================================== RCS file: camstream.spec diff -N camstream.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ camstream.spec 24 Dec 2006 18:19:23 -0000 1.13 @@ -0,0 +1,141 @@ +Name: camstream +Version: 0.26.3 +Release: 9%{?dist} + +Summary: Set of programs to make use of your webcam + +Group: Applications/Multimedia +License: GPL +URL: http://www.smcc.demon.nl/camstream/ +Source0: http://www.smcc.demon.nl/camstream/download/camstream-0.26.3.tar.gz +Source1: %{name}.desktop +Source2: %{name}.png +Patch0: %{name}-makefiles.patch +Patch1: %{name}-%{version}-x86_64-asm.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: qt-devel, autoconf, desktop-file-utils +ExclusiveArch: %{ix86} x86_64 + +%description +CamStream is (going to be) a collection of tools for webcams and other +video-devices, enhancing your Linux system with multimedia video. +All written in C++ and with a nice GUI frontend. The interface +is based on Qt, an excellent GUI framework. + + +%prep +%setup -q +%patch0 -p1 +%ifarch x86_64 +%patch1 -p1 +%endif + + +%build +[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh + +# Use our homebrew CPU flags for sane builds. +%ifarch %{ix86} +export HAVE_IX86=1 +%ifarch i686 athlon +export HAVE_MMX=1 +%endif +%endif + +# Do autoconfs due to patch0 and to nuke old autoconf 2.13 stuff in lib/ccvt. +# Build lib/ccvt separately (needs gcc while other stuff needs g++). +pushd lib/ccvt +autoconf +%configure +make %{?_smp_mflags} +popd + +pushd camstream +autoconf +popd + +export CC=g++ +%configure +make all %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +install -d -p -m 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps +install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/camstream.png +install -m 755 camstream/ftpput $RPM_BUILD_ROOT%{_bindir} +install -m 755 camstream/caminfo $RPM_BUILD_ROOT%{_bindir} +desktop-file-install \ + --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --mode 644 \ + --add-category X-Fedora \ + %{SOURCE1} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc docs/* +%{_bindir}/* +%{_datadir}/camstream +%{_datadir}/pixmaps/* +%{_datadir}/applications/* + + +%changelog +* Sat Mar 11 2006 Simon Perreault - 0.26.3-9 +- Taking ownership of package. +- Fixed build dependencies (#178654). + +* Wed May 25 2005 Colin Charles - 0.26.3-8 +- remove ppc (ExclusiveArch x86/x86_64), as there's x86 assembly in video_asm.S that would require porting (#158652) + +* Sun May 22 2005 Jeremy Katz - 0.26.3-7 +- rebuild on all arches + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Sat Jan 29 2005 Thorsten Leemhuis 0:0.26.3-5 +- Add x86_64 asm patch; Patch was created by gentoo, many thanks to them + +* Mon Dec 29 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.4 +- Upstream applied patch to ftpput.cc + +* Tue Dec 09 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.3 +- Including patch (ftpput.cc) originaly from M. Schwendt, modyfied to be applied on 0.26-3 +- Including ftpput and caminfo + +* Sun Dec 07 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.2 +- removing obsolete depency on ImageMagik + +* Thu Dec 04 2003 Andreas Pfaffeneder 0:0.26.3-0.fdr.1 +- Update to 26.3 which Michael Schwendt`s included fix for ftpput.cc merged by +- upstream. Including desktop-icon. + +* Thu Aug 7 2003 Ville Skytt?? - 0:0.26.2-0.fdr.4 +- Add .desktop entry. +- Rework makefiles patch for correct install locations and CPU/optflags. +- Cosmetic specfile tweaks. + +* Wed Aug 06 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.3 +- Corrected permissions on sources + +* Thu Aug 05 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.2 +- More documentation included +- Using autoconf for ccvt +- Patched the Makefiles for ccvt and camstream to proper build in rpm-root + +* Mon Aug 04 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.1 +- Workaround for qt-devel included + +* Mon Aug 04 2003 Andreas Pfaffeneder 0:0.26.2-0.fdr.0 +- Initial Fedora-RPM release. + + Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 24 Dec 2006 18:19:23 -0000 1.5 @@ -0,0 +1 @@ +c01a6161196ab6a6e4334476ae568a31 camstream-0.26.3.tar.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Sun Dec 24 18:57:57 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 24 Dec 2006 13:57:57 -0500 Subject: rpms/driftnet/devel driftnet.spec,1.5,1.6 Message-ID: <200612241857.kBOIvvU7016784@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/driftnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16769 Modified Files: driftnet.spec Log Message: * Sun Dec 24 2006 Jason L Tibbitts III - 0.1.6-12 - Rebuild with updated libpcap. Index: driftnet.spec =================================================================== RCS file: /cvs/extras/rpms/driftnet/devel/driftnet.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- driftnet.spec 15 Sep 2006 08:25:32 -0000 1.5 +++ driftnet.spec 24 Dec 2006 18:57:27 -0000 1.6 @@ -2,7 +2,7 @@ License: GPL Group: Applications/Internet Version: 0.1.6 -Release: 11 +Release: 12 Summary: Network image sniffer URL: http://www.ex-parrot.com/~chris/driftnet/ Source0: http://www.ex-parrot.com/~chris/driftnet/driftnet-0.1.6.tar.gz @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 24 2006 Jason L Tibbitts III - 0.1.6-12 +- Rebuild with updated libpcap. + * Fri Sep 15 2006 - Bastien Nocera - 0.1.6-11 - Rebuilt From fedora-extras-commits at redhat.com Sun Dec 24 19:02:58 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 14:02:58 -0500 Subject: rpms/libfwbuilder/devel .cvsignore, 1.8, 1.9 libfwbuilder.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <200612241902.kBOJ2we7019997@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/libfwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19978 Modified Files: .cvsignore libfwbuilder.spec sources Log Message: - Update to 2.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libfwbuilder/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 27 Nov 2006 21:06:04 -0000 1.8 +++ .cvsignore 24 Dec 2006 19:02:28 -0000 1.9 @@ -1 +1 @@ -libfwbuilder-2.1.7.tar.gz +libfwbuilder-2.1.8.tar.gz Index: libfwbuilder.spec =================================================================== RCS file: /cvs/extras/rpms/libfwbuilder/devel/libfwbuilder.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libfwbuilder.spec 29 Nov 2006 12:30:17 -0000 1.16 +++ libfwbuilder.spec 24 Dec 2006 19:02:28 -0000 1.17 @@ -1,6 +1,6 @@ Name: libfwbuilder Summary: Firewall Builder API -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} License: GPL Group: System Environment/Libraries @@ -77,6 +77,9 @@ %changelog +* Wed Dec 13 2006 Ralf Ertzinger 2.1.8-1.fc7 +- Update to 2.1.8 + * Wed Nov 29 2006 Ralf Ertzinger 2.1.7-1.fc7 - Update release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/libfwbuilder/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 27 Nov 2006 21:06:04 -0000 1.8 +++ sources 24 Dec 2006 19:02:28 -0000 1.9 @@ -1 +1 @@ -fde9444d2f48e8b643de1a90c812951f libfwbuilder-2.1.7.tar.gz +277b51859a23e3e759e169d087646f34 libfwbuilder-2.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 19:07:01 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Sun, 24 Dec 2006 14:07:01 -0500 Subject: rpms/fwbuilder/devel .cvsignore, 1.9, 1.10 fwbuilder.spec, 1.17, 1.18 sources, 1.9, 1.10 Message-ID: <200612241907.kBOJ71ep020074@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/fwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055 Modified Files: .cvsignore fwbuilder.spec sources Log Message: - Update to 2.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fwbuilder/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 27 Nov 2006 21:11:37 -0000 1.9 +++ .cvsignore 24 Dec 2006 19:06:31 -0000 1.10 @@ -1 +1 @@ -fwbuilder-2.1.7.tar.gz +fwbuilder-2.1.8.tar.gz Index: fwbuilder.spec =================================================================== RCS file: /cvs/extras/rpms/fwbuilder/devel/fwbuilder.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fwbuilder.spec 29 Nov 2006 15:12:14 -0000 1.17 +++ fwbuilder.spec 24 Dec 2006 19:06:31 -0000 1.18 @@ -1,6 +1,6 @@ Name: fwbuilder Summary: Firewall Builder -Version: 2.1.7 +Version: 2.1.8 Release: 1%{?dist} License: GPL @@ -67,8 +67,6 @@ --add-category X-Fedora \ %{SOURCE1} -%{__ln_s} fwbuilder21 $RPM_BUILD_ROOT%{_bindir}/fwbuilder - %clean rm -rf $RPM_BUILD_ROOT @@ -85,9 +83,8 @@ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/fwbuilder.png %{_bindir}/fwbuilder -%{_bindir}/fwbuilder21 -%{_bindir}/fwblookup21 -%{_bindir}/fwbedit21 +%{_bindir}/fwblookup +%{_bindir}/fwbedit %doc doc/AUTHORS %doc doc/COPYING %doc doc/Credits @@ -96,9 +93,9 @@ %doc doc/README.floppyfw %doc doc/ReleaseNotes_*.txt %doc doc/ReleaseNotes_*.html -%{_mandir}/man1/fwbuilder21.1* -%{_mandir}/man1/fwblookup21.1* -%{_mandir}/man1/fwbedit21.1* +%{_mandir}/man1/fwbuilder.1* +%{_mandir}/man1/fwblookup.1* +%{_mandir}/man1/fwbedit.1* %package pf @@ -111,9 +108,9 @@ %files pf %defattr(-,root,root) -%{_bindir}/fwb_pf21 +%{_bindir}/fwb_pf %doc doc/README.pf -%{_mandir}/man1/fwb_pf21.1* +%{_mandir}/man1/fwb_pf.1* %package ipf @@ -126,9 +123,9 @@ %files ipf %defattr(-,root,root) -%{_bindir}/fwb_ipf21 +%{_bindir}/fwb_ipf %doc doc/README.ipf -%{_mandir}/man1/fwb_ipf21.1* +%{_mandir}/man1/fwb_ipf.1* %package ipfw @@ -141,9 +138,9 @@ %files ipfw %defattr(-,root,root) -%{_bindir}/fwb_ipfw21 +%{_bindir}/fwb_ipfw %doc doc/README.ipfw -%{_mandir}/man1/fwb_ipfw21.1* +%{_mandir}/man1/fwb_ipfw.1* %package ipt @@ -156,11 +153,14 @@ %files ipt %defattr(-,root,root) -%{_bindir}/fwb_ipt21 +%{_bindir}/fwb_ipt %doc doc/README.ipt -%{_mandir}/man1/fwb_ipt21.1* +%{_mandir}/man1/fwb_ipt.1* %changelog +* Sun Dec 24 2006 Ralf Ertzinger 2.1.8-1.fc7 +- Update to 2.1.8 + * Wed Nov 29 2006 Ralf Ertzinger 2.1.7-1.fc7 - Bump release for build - Add fwbuilder symlink Index: sources =================================================================== RCS file: /cvs/extras/rpms/fwbuilder/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 27 Nov 2006 21:11:37 -0000 1.9 +++ sources 24 Dec 2006 19:06:31 -0000 1.10 @@ -1 +1 @@ -229b23b37e20f8184b189ab76a98ba22 fwbuilder-2.1.7.tar.gz +f98706a1cbe4c470e3a20a1aa7158d58 fwbuilder-2.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Dec 24 19:34:59 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 24 Dec 2006 14:34:59 -0500 Subject: rpms/wesnoth/FC-5 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 wesnoth.spec, 1.26, 1.27 Message-ID: <200612241934.kBOJYxbo020226@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/wesnoth/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20207 Modified Files: .cvsignore sources wesnoth.spec Log Message: * Sun Dec 24 2006 Brian Pepple - 1.2-1 - Update to 1.2. - Add BR on fribidi-devel. - Drop X-Fedora category from desktop file. - Remove unnecessary BR on SDL-devel. - remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Dec 2005 19:34:55 -0000 1.13 +++ .cvsignore 24 Dec 2006 19:34:29 -0000 1.14 @@ -1 +1 @@ -wesnoth-1.0.2.tar.gz +wesnoth-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Dec 2005 19:34:55 -0000 1.13 +++ sources 24 Dec 2006 19:34:29 -0000 1.14 @@ -1 +1 @@ -1d2a26062ce1c90cbf10845023f9435c wesnoth-1.0.2.tar.gz +722a459282abe6d04dbe228d031c088e wesnoth-1.2.tar.gz Index: wesnoth.spec =================================================================== RCS file: /cvs/extras/rpms/wesnoth/FC-5/wesnoth.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- wesnoth.spec 15 Feb 2006 02:24:28 -0000 1.26 +++ wesnoth.spec 24 Dec 2006 19:34:29 -0000 1.27 @@ -1,21 +1,24 @@ Name: wesnoth -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPL URL: http://www.wesnoth.org -Source0: http://www.wesnoth.org/files/wesnoth-%{version}.tar.gz +Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.gz Source1: wesnothd.init -Source2: wesnoth.sysconfig -#Source3: README.fedora +Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel, SDL_image-devel, SDL_mixer-devel -BuildRequires: SDL_ttf-devel, SDL_net-devel, freetype-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_mixer-devel +BuildRequires: SDL_net-devel +BuildRequires: freetype-devel BuildRequires: libpng-devel -BuildRequires: desktop-file-utils, gettext +BuildRequires: fribidi-devel +BuildRequires: desktop-file-utils +BuildRequires: gettext %description @@ -44,6 +47,7 @@ Requires(preun): /sbin/chkconfig Requires(pre): /usr/sbin/useradd + %description server This package contains the binaries for running a Wesnoth server for multi-player games. @@ -54,13 +58,13 @@ Group: Amusements/Games Requires: %{name} = %{version}-%{release} + %description tools This package contains the game editor and development tools. %prep %setup -q -#cp %{SOURCE3} . chmod -x MANUAL* @@ -82,7 +86,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ - --add-category="X-Fedora" icons/%{name}.desktop + icons/%{name}.desktop # add icon for menus mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -m 644 images/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps @@ -130,8 +134,7 @@ %files -f %{name}.\*.lang %defattr(-,root,root,-) %doc COPYING changelog README copyright MANUAL* -#%doc README.fedora -%{_bindir}/wesnoth +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* @@ -158,6 +161,13 @@ %ghost /var/run/wesnothd/socket %changelog +* Sun Dec 24 2006 Brian Pepple - 1.2-1 +- Update to 1.2. +- Add BR on fribidi-devel. +- Drop X-Fedora category from desktop file. +- Remove unnecessary BR on SDL-devel. +- remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7 + * Wed Feb 15 2006 Michael Schwendt - 1.0.2-2 - rebuilt for FC5 From fedora-extras-commits at redhat.com Sun Dec 24 22:42:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:42:29 -0500 Subject: rpms/toped import.log,1.3,1.4 Message-ID: <200612242242.kBOMgTr8030067@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30039 Modified Files: import.log Log Message: auto-import toped-0.8.2-3 on branch FC-6 from toped-0.8.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 12 Oct 2006 17:53:30 -0000 1.3 +++ import.log 24 Dec 2006 22:41:59 -0000 1.4 @@ -1,2 +1,3 @@ toped-0_8_2-1:HEAD:toped-0.8.2-1.src.rpm:1160674545 toped-0_8_2-2:HEAD:toped-0.8.2-2.src.rpm:1160675810 +toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 From fedora-extras-commits at redhat.com Sun Dec 24 22:42:30 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:42:30 -0500 Subject: rpms/toped/FC-6 toped.spec,1.2,1.3 Message-ID: <200612242242.kBOMgUjV030070@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30039/FC-6 Modified Files: toped.spec Log Message: auto-import toped-0.8.2-3 on branch FC-6 from toped-0.8.2-3.src.rpm Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- toped.spec 12 Oct 2006 17:53:31 -0000 1.2 +++ toped.spec 24 Dec 2006 22:42:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IC Layout Editor License: GPL @@ -40,9 +40,8 @@ %{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la} -desktop-file-install --vendor fedora \ +desktop-file-install --vendor "" \ --add-category "Engineering" \ - --add-category "X-Fedora" \ --dir %{buildroot}%{_datadir}/applications/ \ %{SOURCE1} @@ -81,6 +80,10 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Sun Dec 24 2006 Chitlesh Goorah - 0.8.2-3 +- FC6 rebuilt +- removed fedora vendor + * Mon Sep 27 2006 Chitlesh Goorah - 0.8.2-2 - Removed the devel package From fedora-extras-commits at redhat.com Sun Dec 24 22:44:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:44:58 -0500 Subject: rpms/toped/FC-6 toped.desktop,1.1,1.2 toped.spec,1.3,1.4 Message-ID: <200612242245.kBOMiwrT030158@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30125/FC-6 Modified Files: toped.desktop toped.spec Log Message: auto-import toped-0.8.2-4 on branch FC-6 from toped-0.8.2-4.src.rpm Index: toped.desktop =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- toped.desktop 12 Oct 2006 17:32:46 -0000 1.1 +++ toped.desktop 24 Dec 2006 22:44:28 -0000 1.2 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=Toped, IC Layout Editor -Categories=Education;Science;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- toped.spec 24 Dec 2006 22:42:00 -0000 1.3 +++ toped.spec 24 Dec 2006 22:44:28 -0000 1.4 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: IC Layout Editor License: GPL @@ -80,6 +80,9 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 +- Fixed kmenu desktop file to science menu + * Sun Dec 24 2006 Chitlesh Goorah - 0.8.2-3 - FC6 rebuilt - removed fedora vendor From fedora-extras-commits at redhat.com Sun Dec 24 22:44:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:44:58 -0500 Subject: rpms/toped import.log,1.4,1.5 Message-ID: <200612242244.kBOMiwBx030154@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30125 Modified Files: import.log Log Message: auto-import toped-0.8.2-4 on branch FC-6 from toped-0.8.2-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 24 Dec 2006 22:41:59 -0000 1.4 +++ import.log 24 Dec 2006 22:44:28 -0000 1.5 @@ -1,3 +1,4 @@ toped-0_8_2-1:HEAD:toped-0.8.2-1.src.rpm:1160674545 toped-0_8_2-2:HEAD:toped-0.8.2-2.src.rpm:1160675810 toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 +toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 From fedora-extras-commits at redhat.com Sun Dec 24 22:47:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:47:39 -0500 Subject: rpms/toped import.log,1.5,1.6 Message-ID: <200612242247.kBOMldDp030285@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30256 Modified Files: import.log Log Message: auto-import toped-0.8.2-4 on branch devel from toped-0.8.2-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 24 Dec 2006 22:44:28 -0000 1.5 +++ import.log 24 Dec 2006 22:47:09 -0000 1.6 @@ -2,3 +2,4 @@ toped-0_8_2-2:HEAD:toped-0.8.2-2.src.rpm:1160675810 toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 +toped-0_8_2-4:HEAD:toped-0.8.2-4.src.rpm:1167001253 From fedora-extras-commits at redhat.com Sun Dec 24 22:47:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:47:39 -0500 Subject: rpms/toped/devel toped.desktop,1.1,1.2 toped.spec,1.2,1.3 Message-ID: <200612242247.kBOMldpF030289@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30256/devel Modified Files: toped.desktop toped.spec Log Message: auto-import toped-0.8.2-4 on branch devel from toped-0.8.2-4.src.rpm Index: toped.desktop =================================================================== RCS file: /cvs/extras/rpms/toped/devel/toped.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- toped.desktop 12 Oct 2006 17:32:46 -0000 1.1 +++ toped.desktop 24 Dec 2006 22:47:09 -0000 1.2 @@ -6,5 +6,5 @@ Type=Application Terminal=false GenericName=Toped, IC Layout Editor -Categories=Education;Science;Engineering; +Categories=Science; X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/devel/toped.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- toped.spec 12 Oct 2006 17:53:31 -0000 1.2 +++ toped.spec 24 Dec 2006 22:47:09 -0000 1.3 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 2%{?dist} +Release: 4%{?dist} Summary: IC Layout Editor License: GPL @@ -40,9 +40,8 @@ %{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la} -desktop-file-install --vendor fedora \ +desktop-file-install --vendor "" \ --add-category "Engineering" \ - --add-category "X-Fedora" \ --dir %{buildroot}%{_datadir}/applications/ \ %{SOURCE1} @@ -81,6 +80,13 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 +- Fixed kmenu desktop file to science menu + +* Sun Dec 24 2006 Chitlesh Goorah - 0.8.2-3 +- FC6 rebuilt +- removed fedora vendor + * Mon Sep 27 2006 Chitlesh Goorah - 0.8.2-2 - Removed the devel package From fedora-extras-commits at redhat.com Sun Dec 24 22:52:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:52:07 -0500 Subject: rpms/toped import.log,1.6,1.7 Message-ID: <200612242252.kBOMq76D030904@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30866 Modified Files: import.log Log Message: auto-import toped-0.8.2-5 on branch devel from toped-0.8.2-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 24 Dec 2006 22:47:09 -0000 1.6 +++ import.log 24 Dec 2006 22:51:37 -0000 1.7 @@ -3,3 +3,4 @@ toped-0_8_2-3:FC-6:toped-0.8.2-3.src.rpm:1167000944 toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 toped-0_8_2-4:HEAD:toped-0.8.2-4.src.rpm:1167001253 +toped-0_8_2-5:HEAD:toped-0.8.2-5.src.rpm:1167001522 From fedora-extras-commits at redhat.com Sun Dec 24 22:52:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 24 Dec 2006 17:52:07 -0500 Subject: rpms/toped/devel toped.spec,1.3,1.4 Message-ID: <200612242252.kBOMq7VP030907@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30866/devel Modified Files: toped.spec Log Message: auto-import toped-0.8.2-5 on branch devel from toped-0.8.2-5.src.rpm Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/devel/toped.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- toped.spec 24 Dec 2006 22:47:09 -0000 1.3 +++ toped.spec 24 Dec 2006 22:51:37 -0000 1.4 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: IC Layout Editor License: GPL @@ -80,6 +80,9 @@ %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-5 +- Rebuild for development + * Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 - Fixed kmenu desktop file to science menu From fedora-extras-commits at redhat.com Mon Dec 25 09:56:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 25 Dec 2006 04:56:12 -0500 Subject: rpms/toped import.log,1.7,1.8 Message-ID: <200612250956.kBP9uCMQ002597@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2569 Modified Files: import.log Log Message: auto-import toped-0.8.2-6 on branch FC-6 from toped-0.8.2-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/toped/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 24 Dec 2006 22:51:37 -0000 1.7 +++ import.log 25 Dec 2006 09:55:41 -0000 1.8 @@ -4,3 +4,4 @@ toped-0_8_2-4:FC-6:toped-0.8.2-4.src.rpm:1167001093 toped-0_8_2-4:HEAD:toped-0.8.2-4.src.rpm:1167001253 toped-0_8_2-5:HEAD:toped-0.8.2-5.src.rpm:1167001522 +toped-0_8_2-6:FC-6:toped-0.8.2-6.src.rpm:1167041364 From fedora-extras-commits at redhat.com Mon Dec 25 09:56:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 25 Dec 2006 04:56:12 -0500 Subject: rpms/toped/FC-6 toped.spec,1.4,1.5 Message-ID: <200612250956.kBP9uCv6002600@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/toped/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2569/FC-6 Modified Files: toped.spec Log Message: auto-import toped-0.8.2-6 on branch FC-6 from toped-0.8.2-6.src.rpm Index: toped.spec =================================================================== RCS file: /cvs/extras/rpms/toped/FC-6/toped.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- toped.spec 24 Dec 2006 22:44:28 -0000 1.4 +++ toped.spec 25 Dec 2006 09:55:42 -0000 1.5 @@ -1,6 +1,6 @@ Name: toped Version: 0.8.2 -Release: 4%{?dist} +Release: 6%{?dist} Summary: IC Layout Editor License: GPL @@ -76,10 +76,16 @@ %{_bindir}/%{name} %{_libdir}/libtpd*.so.0* %{_datadir}/tll/ -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*x*/apps/toped.png %Changelog +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-6 +- Fixed fedora vendor + +* Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-5 +- Rebuild for development + * Mon Dec 25 2006 Chitlesh Goorah - 0.8.2-4 - Fixed kmenu desktop file to science menu From fedora-extras-commits at redhat.com Mon Dec 25 10:30:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 25 Dec 2006 05:30:31 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.28, 1.29 ochusha.spec, 1.30, 1.31 sources, 1.28, 1.29 Message-ID: <200612251030.kBPAUVpi005943@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5924 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225 - 0.5.99.65.1 cvs 061225 (14:20 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 22 Dec 2006 09:07:31 -0000 1.28 +++ .cvsignore 25 Dec 2006 10:30:01 -0000 1.29 @@ -1 +1 @@ -ochusha-0.5.99.65.1-cvs061222.tar.bz2 +ochusha-0.5.99.65.1-cvs061225.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ochusha.spec 22 Dec 2006 09:07:31 -0000 1.30 +++ ochusha.spec 25 Dec 2006 10:30:01 -0000 1.31 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65.1 -%define strtag cvs061222 +%define strtag cvs061225 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 22 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061222 -- 0.5.99.65.1 cvs 061222 (11:20 JST) +* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225 +- 0.5.99.65.1 cvs 061225 (14:20 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 22 Dec 2006 09:07:31 -0000 1.28 +++ sources 25 Dec 2006 10:30:01 -0000 1.29 @@ -1 +1 @@ -42746d703c605ac6e919f64c5a6d7409 ochusha-0.5.99.65.1-cvs061222.tar.bz2 +260b4c518628a7d3386d785f76eba59b ochusha-0.5.99.65.1-cvs061225.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 12:15:37 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Mon, 25 Dec 2006 07:15:37 -0500 Subject: rpms/kadu/devel .cvsignore, 1.8, 1.9 kadu.spec, 1.18, 1.19 sources, 1.10, 1.11 Message-ID: <200612251215.kBPCFbN7012484@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12465 Modified Files: .cvsignore kadu.spec sources Log Message: * Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.21.rc2 - Bump to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 17:48:58 -0000 1.8 +++ .cvsignore 25 Dec 2006 12:15:07 -0000 1.9 @@ -2,3 +2,4 @@ advanced_userlist-20061010.tar.bz2 kadu-osdhints_notify-0.3.2.1.tar.gz screenshot-0.4.4.tar.gz +kadu-0.5.0-rc2.tar.bz2 Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/kadu.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- kadu.spec 14 Nov 2006 17:48:58 -0000 1.18 +++ kadu.spec 25 Dec 2006 12:15:07 -0000 1.19 @@ -1,11 +1,11 @@ Name: kadu Version: 0.5.0 -Release: 0.20.rc1%{?dist} +Release: 0.21.rc2%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL URL: http://www.kadu.net -Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2 +Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc2.tar.bz2 Source3: kadu.desktop # Sources 100-149 are external modules Source100: http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz @@ -487,6 +487,9 @@ %{_moddata}/data/weather %changelog +* Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.21.rc2 +- Bump to RC2 + * Mon Nov 14 2006 Micha?? Bentkowski - 0.5.0-0.20.rc1 - Add advanced_userlist, osdhints_notify and screenshot modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 14 Nov 2006 17:48:58 -0000 1.10 +++ sources 25 Dec 2006 12:15:07 -0000 1.11 @@ -12,10 +12,10 @@ 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz 11436971c7c45bb4b70f3d6ed569f95c powerkadu-20061026.tar.gz -75e5ebd7d0952e5ac4d10ea87b8f3f60 kadu-0.5.0-rc1.tar.bz2 69424cd8731b08962073c232c0505cfb ext_info-2.0beta9.tar.bz2 e4ac1276f5326c5b17ef086ad2448e91 xmms-1.32.tar.gz 139e50cbe9ff2014ca35e9b3b4be1f67 amarok-1.19.tar.gz 403490d44e9650261809cdbca0de816a advanced_userlist-20061010.tar.bz2 4568a1cf1b242642a1fc6629969d05dd kadu-osdhints_notify-0.3.2.1.tar.gz c6da85999cfebef413d228dca9c7d91f screenshot-0.4.4.tar.gz +247d2811d97554bf1278eb5bdef6c089 kadu-0.5.0-rc2.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 12:19:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Mon, 25 Dec 2006 07:19:28 -0500 Subject: rpms/kadu/FC-6 .cvsignore, 1.8, 1.9 kadu.spec, 1.14, 1.15 sources, 1.8, 1.9 Message-ID: <200612251219.kBPCJSOl012554@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12535 Modified Files: .cvsignore kadu.spec sources Log Message: * Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.18.rc2 - Bump to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 17:53:34 -0000 1.8 +++ .cvsignore 25 Dec 2006 12:18:58 -0000 1.9 @@ -2,3 +2,4 @@ advanced_userlist-20061010.tar.bz2 kadu-osdhints_notify-0.3.2.1.tar.gz screenshot-0.4.4.tar.gz +kadu-0.5.0-rc2.tar.bz2 Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-6/kadu.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kadu.spec 14 Nov 2006 17:53:34 -0000 1.14 +++ kadu.spec 25 Dec 2006 12:18:58 -0000 1.15 @@ -1,11 +1,11 @@ Name: kadu Version: 0.5.0 -Release: 0.17.rc1%{?dist} +Release: 0.18.rc2%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL URL: http://www.kadu.net -Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2 +Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc2.tar.bz2 Source3: kadu.desktop # Sources 100-149 are external modules Source100: http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz @@ -487,6 +487,9 @@ %mod_files2 screenshot %changelog +* Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.18.rc2 +- Bump to RC2 + * Mon Nov 13 2006 Micha?? Bentkowski - 0.5.0-0.17.rc1 - Add advanced_userlist, osdhints_notify and screenshot modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 14 Nov 2006 17:53:34 -0000 1.8 +++ sources 25 Dec 2006 12:18:58 -0000 1.9 @@ -12,10 +12,10 @@ 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz 11436971c7c45bb4b70f3d6ed569f95c powerkadu-20061026.tar.gz -75e5ebd7d0952e5ac4d10ea87b8f3f60 kadu-0.5.0-rc1.tar.bz2 69424cd8731b08962073c232c0505cfb ext_info-2.0beta9.tar.bz2 e4ac1276f5326c5b17ef086ad2448e91 xmms-1.32.tar.gz 139e50cbe9ff2014ca35e9b3b4be1f67 amarok-1.19.tar.gz 403490d44e9650261809cdbca0de816a advanced_userlist-20061010.tar.bz2 4568a1cf1b242642a1fc6629969d05dd kadu-osdhints_notify-0.3.2.1.tar.gz c6da85999cfebef413d228dca9c7d91f screenshot-0.4.4.tar.gz +247d2811d97554bf1278eb5bdef6c089 kadu-0.5.0-rc2.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 12:24:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Mon, 25 Dec 2006 07:24:10 -0500 Subject: rpms/kadu/FC-5 .cvsignore, 1.8, 1.9 kadu.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612251224.kBPCOA48012634@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12614 Modified Files: .cvsignore kadu.spec sources Log Message: * Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.13.rc2 - Bump to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 14 Nov 2006 17:59:15 -0000 1.8 +++ .cvsignore 25 Dec 2006 12:23:40 -0000 1.9 @@ -2,3 +2,4 @@ advanced_userlist-20061010.tar.bz2 kadu-osdhints_notify-0.3.2.1.tar.gz screenshot-0.4.4.tar.gz +kadu-0.5.0-rc2.tar.bz2 Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/kadu.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kadu.spec 14 Nov 2006 17:59:15 -0000 1.9 +++ kadu.spec 25 Dec 2006 12:23:40 -0000 1.10 @@ -1,11 +1,11 @@ Name: kadu Version: 0.5.0 -Release: 0.12.rc1%{?dist} +Release: 0.13.rc2%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL URL: http://www.kadu.net -Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2 +Source0: http://www.kadu.net/download/stable/kadu-0.5.0-rc2.tar.bz2 Source3: kadu.desktop # Sources 100-149 are external modules Source100: http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz @@ -487,6 +487,9 @@ %mod_files2 screenshot %changelog +* Mon Dec 25 2006 Micha?? Bentkowski - 0.5.0-0.13.rc2 +- Bump to RC2 + * Mon Nov 13 2006 Micha?? Bentkowski - 0.5.0-0.12.rc1 - Add advanced_userlist, osdhints_notify and screenshot modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 14 Nov 2006 17:59:15 -0000 1.9 +++ sources 25 Dec 2006 12:23:40 -0000 1.10 @@ -12,10 +12,10 @@ 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz 11436971c7c45bb4b70f3d6ed569f95c powerkadu-20061026.tar.gz -75e5ebd7d0952e5ac4d10ea87b8f3f60 kadu-0.5.0-rc1.tar.bz2 69424cd8731b08962073c232c0505cfb ext_info-2.0beta9.tar.bz2 e4ac1276f5326c5b17ef086ad2448e91 xmms-1.32.tar.gz 139e50cbe9ff2014ca35e9b3b4be1f67 amarok-1.19.tar.gz 403490d44e9650261809cdbca0de816a advanced_userlist-20061010.tar.bz2 4568a1cf1b242642a1fc6629969d05dd kadu-osdhints_notify-0.3.2.1.tar.gz c6da85999cfebef413d228dca9c7d91f screenshot-0.4.4.tar.gz +247d2811d97554bf1278eb5bdef6c089 kadu-0.5.0-rc2.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 13:49:33 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 08:49:33 -0500 Subject: rpms/ctapi-cyberjack/FC-5 .cvsignore, 1.2, 1.3 ctapi-cyberjack.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612251349.kBPDnXXQ015947@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15928 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: update to driver version 2.0.12 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 May 2006 14:40:35 -0000 1.2 +++ .cvsignore 25 Dec 2006 13:49:03 -0000 1.3 @@ -1 +1 @@ -ctapi-cyberjack-2.0.8.tar.bz2 +ctapi-cyberjack-2.0.12.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/ctapi-cyberjack.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ctapi-cyberjack.spec 28 May 2006 11:49:29 -0000 1.2 +++ ctapi-cyberjack.spec 25 Dec 2006 13:49:03 -0000 1.3 @@ -1,25 +1,25 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 2.0.8 -Release: 14%{?dist} +Version: 2.0.12 +Release: 1%{?dist} Requires: %{_libdir}/ctapi #For FC>4 BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 #For FC4 #BuildRequires: libusb-devel readline-devel -URL: http://support.reiner-sct.de/downloads/LINUX/V2.0.8/ctapi-cyberjack-2.0.8.tar.bz2 +URL: http://support.reiner-sct.de/downloads/LINUX/V2.0.12/ctapi-cyberjack-2.0.12.tar.bz2 License: LGPL Group: Development/Libraries -Source: %{name}-%{version}.tar.bz2 -Patch0: ctapi-cyberjack_MakefileCtAPI.patch -Patch1: ctapi-cyberjack_MakefilePCSC.patch +Source: %{name}-%{version}.tar.gz +#Patch0: ctapi-cyberjack_MakefileCtAPI.patch +#Patch1: ctapi-cyberjack_MakefilePCSC.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #for FC4 #%%define readers_dir %{_libdir}/readers #for FC>4 -%define readers_dir %(pkg-config libpcsclite --variable=usbdropdir) +%define readers_dir %(pkg-config libpcsclite --variable=usbdropdir)/ifd-cyberjack.bundle/Contents %package devel Summary: Development files for libctapi-cyberjack @@ -66,36 +66,42 @@ %setup -q -n %{name}-%{version} #fix path for the driver lib the config file - sed -i "s\/usr/lib/readers/libcyberjack_ifd.so\%{readers_dir}/libcyberjack_ifd.so\1" \ - etc/reader.conf + #sed -i "s\/usr/lib/readers/libcyberjack_ifd.so\%{readers_dir}/libcyberjack_ifd.so\1" \ + #etc/reader.conf #fix reader.conf for FC>4 - sed -i "s\REINERSCT_CYBERJACK_USB\/dev/null\1" etc/reader.conf + #sed -i "s\REINERSCT_CYBERJACK_USB\/dev/null\1" etc/reader.conf -%patch0 -p1 -%patch1 -p1 +#%%patch0 -p1 +#%%patch1 -p1 %build #make %{?_smp_mflags} will fail!!! -make +#make +%configure +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install # CT-API mkdir -p $RPM_BUILD_ROOT%{_libdir}/ctapi mkdir -p $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack -mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -m 755 ctapi/libctapi-cyberjack.so $RPM_BUILD_ROOT%{_libdir}/ctapi/libctapi-cyberjack.so -install -m 644 ctapi/include/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ctapi.h -install -m 755 tools/cjgeldkarte $RPM_BUILD_ROOT%{_bindir}/cjgeldkarte -install -m 755 tools/ctsh $RPM_BUILD_ROOT%{_bindir}/ctsh +mv $RPM_BUILD_ROOT%{_libdir}/libctapi-cyberjack* $RPM_BUILD_ROOT%{_libdir}/ctapi/ +mv $RPM_BUILD_ROOT%{_includedir}/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ + +#mkdir -p $RPM_BUILD_ROOT%{_bindir} +#install -m 755 ctapi/libctapi-cyberjack.so $RPM_BUILD_ROOT%{_libdir}/ctapi/libctapi-cyberjack.so +#install -m 644 ctapi/include/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ctapi.h +#install -m 755 tools/cjgeldkarte $RPM_BUILD_ROOT%{_bindir}/cjgeldkarte +#install -m 755 tools/ctsh $RPM_BUILD_ROOT%{_bindir}/ctsh # PC/SC -mkdir -p $RPM_BUILD_ROOT%{readers_dir} -install -m 755 pcsc/libcyberjack_ifd.so $RPM_BUILD_ROOT%{readers_dir}/libcyberjack_ifd.so -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d -install -m 444 etc/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/cyberjack.conf +#mkdir -p $RPM_BUILD_ROOT%{readers_dir} +#install -m 755 pcsc/.libs/ck_ifd.so $RPM_BUILD_ROOT%{readers_dir}/libcyberjack_ifd.so +#mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d +#install -m 444 etc/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/cyberjack.conf %post pcsc #register PC/SC driver and restart daemon @@ -120,21 +126,30 @@ %defattr(-,root,root,-) # CT-API -%{_libdir}/ctapi/libctapi-cyberjack.so +%{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%{_sysconfdir}/* %files pcsc # PC/SC %defattr(755,root,root) -/%{readers_dir}/libcyberjack_ifd.so -%attr(644,root,root) %config(noreplace) %{_sysconfdir}/reader.conf.d/cyberjack.conf +#/%{readers_dir}/libcyberjack_ifd.so +#%attr(644,root,root) %config(noreplace) %{_sysconfdir}/reader.conf.d/cyberjack.conf +/%{readers_dir}/Linux/* +%attr(0644,root,root)/%{readers_dir}/Info.plist +%attr(0644,root,root)/%{readers_dir}/PkgInfo %files devel %defattr(0644,root,root) %{_includedir}/ctapi-cyberjack/ctapi.h +%{_libdir}/ctapi/libctapi-cyberjack.so +%{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-1%{?dist} +- update to driver version 2.0.12 + * Sun May 28 2006 Frank B??ttner - 2.0.8-14%{?dist} - Add "Provides: pcsc-ifd-handler" to the PC/SC part(Bug 193323). Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 May 2006 14:40:35 -0000 1.2 +++ sources 25 Dec 2006 13:49:03 -0000 1.3 @@ -1 +1 @@ -01283c7e5495d045c00dcde0593dcc55 ctapi-cyberjack-2.0.8.tar.bz2 +c85e4629692e26f87b02ff6d6da7a8c7 ctapi-cyberjack-2.0.12.tar.gz From fedora-extras-commits at redhat.com Mon Dec 25 14:13:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:13:55 -0500 Subject: rpms/telepathy-stream-engine - New directory Message-ID: <200612251413.kBPEDtjG019221@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217/telepathy-stream-engine Log Message: Directory /cvs/extras/rpms/telepathy-stream-engine added to the repository From fedora-extras-commits at redhat.com Mon Dec 25 14:14:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:14:01 -0500 Subject: rpms/telepathy-stream-engine/devel - New directory Message-ID: <200612251414.kBPEE1vg019234@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217/telepathy-stream-engine/devel Log Message: Directory /cvs/extras/rpms/telepathy-stream-engine/devel added to the repository From fedora-extras-commits at redhat.com Mon Dec 25 14:14:12 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:14:12 -0500 Subject: rpms/telepathy-stream-engine Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612251414.kBPEECoF019264@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19258 Added Files: Makefile import.log Log Message: Setup of module telepathy-stream-engine --- NEW FILE Makefile --- # Top level Makefile for module telepathy-stream-engine all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Dec 25 14:14:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:14:18 -0500 Subject: rpms/telepathy-stream-engine/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612251414.kBPEEI9V019280@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19258/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module telepathy-stream-engine --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Dec 25 14:15:15 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:15:15 -0500 Subject: rpms/telepathy-stream-engine import.log,1.1,1.2 Message-ID: <200612251415.kBPEFFo5019348@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19318 Modified Files: import.log Log Message: auto-import telepathy-stream-engine-0.3.18-2 on branch devel from telepathy-stream-engine-0.3.18-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/telepathy-stream-engine/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 25 Dec 2006 14:14:12 -0000 1.1 +++ import.log 25 Dec 2006 14:14:45 -0000 1.2 @@ -0,0 +1 @@ +telepathy-stream-engine-0_3_18-2:HEAD:telepathy-stream-engine-0.3.18-2.src.rpm:1167056630 From fedora-extras-commits at redhat.com Mon Dec 25 14:15:15 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:15:15 -0500 Subject: rpms/telepathy-stream-engine/devel telepathy-stream-engine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612251415.kBPEFFT2019352@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/telepathy-stream-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19318/devel Modified Files: .cvsignore sources Added Files: telepathy-stream-engine.spec Log Message: auto-import telepathy-stream-engine-0.3.18-2 on branch devel from telepathy-stream-engine-0.3.18-2.src.rpm --- NEW FILE telepathy-stream-engine.spec --- Name: telepathy-stream-engine Version: 0.3.18 Release: 2%{?dist} Summary: Telepathy client to handle media streaming Group: Applications/Communications License: LGPL URL: http://telepathy.freedesktop.org/wiki/FrontPage Source0: http://telepathy.freedesktop.org/releases/stream-engine/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: farsight-devel BuildRequires: libtelepathy-devel BuildRequires: libX11-devel %description A Telepathy client that uses Farsight and GStreamer to handle media streaming for channels with the IceSignalling interface. %prep %setup -q %build %configure --enable-sequence-diagrams=no make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING ChangeLog %{_bindir}/%{name} %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.StreamEngine.service %changelog * Mon Dec 25 2006 Brian Pepple - 0.3.18-2 - Disable sequence-diagrams. * Fri Dec 22 2006 Brian Pepple - 0.3.18-1 - Update to 0.3.18. * Sun Dec 3 2006 Brian Pepple - 0.3.16-1 - Initial FE Spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/telepathy-stream-engine/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Dec 2006 14:14:18 -0000 1.1 +++ .cvsignore 25 Dec 2006 14:14:45 -0000 1.2 @@ -0,0 +1 @@ +telepathy-stream-engine-0.3.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/telepathy-stream-engine/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Dec 2006 14:14:18 -0000 1.1 +++ sources 25 Dec 2006 14:14:45 -0000 1.2 @@ -0,0 +1 @@ +52c0b48905f11cac71df1f8560c8f4d7 telepathy-stream-engine-0.3.18.tar.gz From fedora-extras-commits at redhat.com Mon Dec 25 14:19:13 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 25 Dec 2006 09:19:13 -0500 Subject: owners owners.list,1.2149,1.2150 Message-ID: <200612251419.kBPEJDZ6019497@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19469 Modified Files: owners.list Log Message: add telepathy-stream-engine Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2149 retrieving revision 1.2150 diff -u -r1.2149 -r1.2150 --- owners.list 24 Dec 2006 18:12:52 -0000 1.2149 +++ owners.list 25 Dec 2006 14:18:43 -0000 1.2150 @@ -2380,6 +2380,7 @@ Fedora Extras|telepathy-feed|Galago feed for Telepathy|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|telepathy-filesystem|Telepathy filesystem layout|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|telepathy-gabble|Jabber/XMPP connection manager for Telepathy|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|telepathy-stream-engine|Telepathy client to handle media streaming|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|tellico|A collection manager|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|tenr-de-styles-pkg|A collection of styles for fluxbox|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|Terminal|Xfce Terminal Emulator|kevin at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Dec 25 15:06:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:06:10 -0500 Subject: rpms/ctapi-cyberjack/devel ctapi-cyberjack.spec,1.18,1.19 Message-ID: <200612251506.kBPF6A7I022800@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22783 Modified Files: ctapi-cyberjack.spec Log Message: Fix an crash when use the lib on console apps without an X server. Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ctapi-cyberjack.spec 5 Nov 2006 17:41:48 -0000 1.18 +++ ctapi-cyberjack.spec 25 Dec 2006 15:05:40 -0000 1.19 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 @@ -81,6 +81,9 @@ mkdir -p $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack mv $RPM_BUILD_ROOT%{_libdir}/libctapi-cyberjack* $RPM_BUILD_ROOT%{_libdir}/ctapi/ mv $RPM_BUILD_ROOT%{_includedir}/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ +# fix for crash when no X server running + mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf %post pcsc #register PC/SC driver and restart daemon @@ -108,6 +111,7 @@ %{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%config %{_sysconfdir}/cyberjack.conf %{_sysconfdir}/* %files pcsc @@ -124,6 +128,9 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} +- Fix an crash when use the lib on console apps without an X server. + * Sun Nov 5 2006 Frank B??ttner - 2.0.12-1%{?dist} - update to driver version 2.0.12 From fedora-extras-commits at redhat.com Mon Dec 25 15:26:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:26:44 -0500 Subject: rpms/ctapi-cyberjack/FC-6 ctapi-cyberjack.spec,1.18,1.19 Message-ID: <200612251526.kBPFQiQx022941@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22917 Modified Files: ctapi-cyberjack.spec Log Message: Fix an crash when use the lib on console apps without an X server. Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-6/ctapi-cyberjack.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ctapi-cyberjack.spec 5 Nov 2006 17:56:00 -0000 1.18 +++ ctapi-cyberjack.spec 25 Dec 2006 15:26:14 -0000 1.19 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 @@ -81,6 +81,9 @@ mkdir -p $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack mv $RPM_BUILD_ROOT%{_libdir}/libctapi-cyberjack* $RPM_BUILD_ROOT%{_libdir}/ctapi/ mv $RPM_BUILD_ROOT%{_includedir}/ctapi.h $RPM_BUILD_ROOT%{_includedir}/ctapi-cyberjack/ +# fix for crash when no X server running + mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf %post pcsc #register PC/SC driver and restart daemon @@ -108,6 +111,7 @@ %{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%config %{_sysconfdir}/cyberjack.conf %{_sysconfdir}/* %files pcsc @@ -124,6 +128,9 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} +- Fix an crash when use the lib on console apps without an X server. + * Sun Nov 5 2006 Frank B??ttner - 2.0.12-1%{?dist} - update to driver version 2.0.12 From fedora-extras-commits at redhat.com Mon Dec 25 15:48:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 25 Dec 2006 10:48:09 -0500 Subject: rpms/jd/devel .cvsignore, 1.44, 1.45 jd.spec, 1.53, 1.54 sources, 1.44, 1.45 Message-ID: <200612251548.kBPFm9HQ023066@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23027 Modified Files: .cvsignore jd.spec sources Log Message: * Mon Dec 25 2006 Mamoru Tasaka - 1.8.1-2.cvs061225 - cvs 061225 (24:05 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- .cvsignore 23 Dec 2006 17:48:04 -0000 1.44 +++ .cvsignore 25 Dec 2006 15:47:39 -0000 1.45 @@ -1 +1 @@ -jd-1.8.1-cvs061223.tgz +jd-1.8.1-cvs061225.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- jd.spec 23 Dec 2006 17:48:04 -0000 1.53 +++ jd.spec 25 Dec 2006 15:47:39 -0000 1.54 @@ -10,7 +10,7 @@ # Defined by upsteam # %define main_ver 1.8.1 -%define strtag cvs061223 +%define strtag cvs061225 %define repoid 23156 @@ -107,8 +107,8 @@ %{icondir}/%{name}.png %changelog -* Sat Dec 23 2006 Mamoru Tasaka - 1.8.1-2.cvs061223 -- cvs 061223 (25:40 JST) +* Mon Dec 25 2006 Mamoru Tasaka - 1.8.1-2.cvs061225 +- cvs 061225 (24:05 JST) * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- sources 23 Dec 2006 17:48:04 -0000 1.44 +++ sources 25 Dec 2006 15:47:39 -0000 1.45 @@ -1 +1 @@ -70a8ee3b0db4ef41521f2a903cc2d0e3 jd-1.8.1-cvs061223.tgz +828b536c97f72c37c286f5c5e8b2d989 jd-1.8.1-cvs061225.tgz From fedora-extras-commits at redhat.com Mon Dec 25 15:48:18 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 25 Dec 2006 10:48:18 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.29, 1.30 ochusha.spec, 1.31, 1.32 sources, 1.29, 1.30 Message-ID: <200612251548.kBPFmIso023105@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23047 Modified Files: .cvsignore ochusha.spec sources Log Message: * Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225.1 - 0.5.99.65.1 cvs 061225 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- .cvsignore 25 Dec 2006 10:30:01 -0000 1.29 +++ .cvsignore 25 Dec 2006 15:47:48 -0000 1.30 @@ -1 +1 @@ -ochusha-0.5.99.65.1-cvs061225.tar.bz2 +ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ochusha.spec 25 Dec 2006 10:30:01 -0000 1.31 +++ ochusha.spec 25 Dec 2006 15:47:48 -0000 1.32 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65.1 -%define strtag cvs061225 +%define strtag cvs061225.1 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225 -- 0.5.99.65.1 cvs 061225 (14:20 JST) +* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225.1 +- 0.5.99.65.1 cvs 061225 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 25 Dec 2006 10:30:01 -0000 1.29 +++ sources 25 Dec 2006 15:47:48 -0000 1.30 @@ -1 +1 @@ -260b4c518628a7d3386d785f76eba59b ochusha-0.5.99.65.1-cvs061225.tar.bz2 +3f9ba990e74979634c3278040c064285 ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 From fedora-extras-commits at redhat.com Mon Dec 25 15:54:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:54:08 -0500 Subject: rpms/ctapi-cyberjack/FC-5 ctapi-cyberjack.spec,1.3,1.4 Message-ID: <200612251554.kBPFs8tN023184@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23165 Modified Files: ctapi-cyberjack.spec Log Message: Fix an crash when use the lib on console apps without an X server. Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/ctapi-cyberjack.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ctapi-cyberjack.spec 25 Dec 2006 13:49:03 -0000 1.3 +++ ctapi-cyberjack.spec 25 Dec 2006 15:53:38 -0000 1.4 @@ -103,6 +103,10 @@ #mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d #install -m 444 etc/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/cyberjack.conf +# fix for crash when no X server running + mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf + %post pcsc #register PC/SC driver and restart daemon /sbin/service pcscd condrestart||: @@ -129,6 +133,7 @@ %{_libdir}/ctapi/libctapi-cyberjack.so.* %{_bindir}/cjgeldkarte %{_bindir}/ctsh +%config %{_sysconfdir}/cyberjack.conf %{_sysconfdir}/* %files pcsc @@ -147,8 +152,11 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} +- Fix an crash when use the lib on console apps without an X server. + * Mon Dec 25 2006 Frank B??ttner - 2.0.12-1%{?dist} -- update to driver version 2.0.12 +- update to driver version 2.0.12 * Sun May 28 2006 Frank B??ttner - 2.0.8-14%{?dist} - Add "Provides: pcsc-ifd-handler" to the PC/SC part(Bug 193323). From fedora-extras-commits at redhat.com Mon Dec 25 15:55:59 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Mon, 25 Dec 2006 10:55:59 -0500 Subject: rpms/ctapi-cyberjack/FC-5 ctapi-cyberjack.spec,1.4,1.5 Message-ID: <200612251555.kBPFtxlP023241@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23226 Modified Files: ctapi-cyberjack.spec Log Message: fix version tag Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/FC-5/ctapi-cyberjack.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ctapi-cyberjack.spec 25 Dec 2006 15:53:38 -0000 1.4 +++ ctapi-cyberjack.spec 25 Dec 2006 15:55:29 -0000 1.5 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #For FC>4 BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 From fedora-extras-commits at redhat.com Mon Dec 25 18:20:36 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Mon, 25 Dec 2006 13:20:36 -0500 Subject: rpms/camstream/devel camstream-0.26.3-linkage.patch, NONE, 1.1 camstream-0.26.3-x86_64-asm.patch, 1.3, 1.4 camstream.spec, 1.13, 1.14 Message-ID: <200612251820.kBPIKahn000543@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv520 Modified Files: camstream-0.26.3-x86_64-asm.patch camstream.spec Added Files: camstream-0.26.3-linkage.patch Log Message: Fixed dependency on kernel include . (from upstream) camstream-0.26.3-linkage.patch: --- NEW FILE camstream-0.26.3-linkage.patch --- diff -urp camstream-0.26.3.old/camstream/video/video_asm_add.S camstream-0.26.3/camstream/video/video_asm_add.S --- camstream-0.26.3.old/camstream/video/video_asm_add.S 2000-08-06 16:10:57.000000000 -0400 +++ camstream-0.26.3/camstream/video/video_asm_add.S 2006-12-24 14:03:24.000000000 -0500 @@ -2,7 +2,7 @@ #include "video_def.h" -ENTRY(calc_add) +calc_add: enter $0, $0 push %ebx push %esi @@ -23,7 +23,7 @@ ENTRY(calc_add) leave ret -ENTRY(calc_add_mmx) +calc_add_mmx: enter $0, $0 push %ebx push %esi @@ -50,7 +50,7 @@ ENTRY(calc_add_mmx) ret -ENTRY(calc_add_mmxs) +calc_add_mmxs: enter $0, $0 push %ebx push %esi @@ -76,7 +76,7 @@ ENTRY(calc_add_mmxs) leave ret -ENTRY(calc_add128_mmx) +calc_add128_mmx: enter $0, $0 push %ebx push %esi diff -urp camstream-0.26.3.old/camstream/video/video_asm.S camstream-0.26.3/camstream/video/video_asm.S --- camstream-0.26.3.old/camstream/video/video_asm.S 2000-08-06 16:10:57.000000000 -0400 +++ camstream-0.26.3/camstream/video/video_asm.S 2006-12-24 14:02:58.000000000 -0500 @@ -15,7 +15,7 @@ mm_128w: .text -ENTRY(calc_diff128) +calc_diff128: enter $0, $0 push %ebx push %esi @@ -43,7 +43,7 @@ ENTRY(calc_diff128) ret -ENTRY(calc_diff128_mmx) +calc_diff128_mmx: enter $0, $0 push %ebx push %esi @@ -87,7 +87,7 @@ ENTRY(calc_diff128_mmx) # calc_intg: perform Integrator step, that is, add a buffer to another -ENTRY(calc_intg128) +calc_intg128: enter $0, $0 push %ebx push %esi @@ -114,7 +114,7 @@ ENTRY(calc_intg128) # Perform Integrator step with MMX instructions -ENTRY(calc_intg128_smx) +calc_intg128_smx: enter $0, $0 push %ebx push %esi diff -urp camstream-0.26.3.old/camstream/video/video_def.h camstream-0.26.3/camstream/video/video_def.h --- camstream-0.26.3.old/camstream/video/video_def.h 2000-08-06 16:10:57.000000000 -0400 +++ camstream-0.26.3/camstream/video/video_def.h 2006-12-24 14:02:34.000000000 -0500 @@ -1,6 +1,3 @@ -#define __ASSEMBLY__ -#include - #define Number 8(%ebp) #define Dst 12(%ebp) #define Src1 16(%ebp) camstream-0.26.3-x86_64-asm.patch: Index: camstream-0.26.3-x86_64-asm.patch =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream-0.26.3-x86_64-asm.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- camstream-0.26.3-x86_64-asm.patch 24 Dec 2006 18:19:23 -0000 1.3 +++ camstream-0.26.3-x86_64-asm.patch 25 Dec 2006 18:20:06 -0000 1.4 @@ -4,7 +4,7 @@ +++ ./camstream/video/video_asm.S 2004-04-17 18:23:37.614457752 +0100 @@ -17,52 +17,52 @@ - ENTRY(calc_diff128) + calc_diff128: enter $0, $0 - push %ebx - push %esi @@ -45,7 +45,7 @@ ret - ENTRY(calc_diff128_mmx) + calc_diff128_mmx: enter $0, $0 - push %ebx - push %esi @@ -106,7 +106,7 @@ @@ -89,24 +89,24 @@ # calc_intg: perform Integrator step, that is, add a buffer to another - ENTRY(calc_intg128) + calc_intg128: enter $0, $0 - push %ebx - push %esi @@ -143,7 +143,7 @@ @@ -116,36 +116,36 @@ # Perform Integrator step with MMX instructions - ENTRY(calc_intg128_smx) + calc_intg128_smx: enter $0, $0 - push %ebx - push %esi @@ -198,7 +198,7 @@ +++ ./camstream/video/video_asm_add.S 2004-04-17 18:23:54.272925280 +0100 @@ -4,102 +4,102 @@ - ENTRY(calc_add) + calc_add: enter $0, $0 - push %ebx - push %esi @@ -231,7 +231,7 @@ leave ret - ENTRY(calc_add_mmx) + calc_add_mmx: enter $0, $0 - push %ebx - push %esi @@ -274,7 +274,7 @@ ret - ENTRY(calc_add_mmxs) + calc_add_mmxs: enter $0, $0 - push %ebx - push %esi @@ -316,7 +316,7 @@ leave ret - ENTRY(calc_add128_mmx) + calc_add128_mmx: enter $0, $0 - push %ebx - push %esi @@ -361,10 +361,7 @@ ret --- ./camstream/video/video_def.h.old 2004-04-17 18:22:25.357442488 +0100 +++ ./camstream/video/video_def.h 2004-04-17 18:24:14.037920544 +0100 -@@ -1,8 +1,8 @@ - #define __ASSEMBLY__ - #include - +@@ -1,5 +1,5 @@ -#define Number 8(%ebp) -#define Dst 12(%ebp) -#define Src1 16(%ebp) Index: camstream.spec =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- camstream.spec 24 Dec 2006 18:19:23 -0000 1.13 +++ camstream.spec 25 Dec 2006 18:20:06 -0000 1.14 @@ -1,6 +1,6 @@ Name: camstream Version: 0.26.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Set of programs to make use of your webcam @@ -8,10 +8,11 @@ License: GPL URL: http://www.smcc.demon.nl/camstream/ Source0: http://www.smcc.demon.nl/camstream/download/camstream-0.26.3.tar.gz -Source1: %{name}.desktop -Source2: %{name}.png -Patch0: %{name}-makefiles.patch -Patch1: %{name}-%{version}-x86_64-asm.patch +Source1: camstream.desktop +Source2: camstream.png +Patch0: camstream-makefiles.patch +Patch1: camstream-0.26.3-linkage.patch +Patch2: camstream-0.26.3-x86_64-asm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel, autoconf, desktop-file-utils @@ -27,8 +28,9 @@ %prep %setup -q %patch0 -p1 -%ifarch x86_64 %patch1 -p1 +%ifarch x86_64 +%patch2 -p1 %endif @@ -89,6 +91,9 @@ %changelog +* Sun Dec 24 2006 Simon Perreault - 0.26.3-10 +- Fixed dependency on kernel include . + * Sat Mar 11 2006 Simon Perreault - 0.26.3-9 - Taking ownership of package. - Fixed build dependencies (#178654). From fedora-extras-commits at redhat.com Mon Dec 25 22:01:34 2006 From: fedora-extras-commits at redhat.com (Simon Perreault (nomis80)) Date: Mon, 25 Dec 2006 17:01:34 -0500 Subject: rpms/camstream/devel camstream-0.26.3-linkage.patch, 1.1, 1.2 camstream.spec, 1.14, 1.15 Message-ID: <200612252201.kBPM1YHC013584@cvs-int.fedora.redhat.com> Author: nomis80 Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10439 Modified Files: camstream-0.26.3-linkage.patch camstream.spec Log Message: Fixed linkage patch for i386. camstream-0.26.3-linkage.patch: Index: camstream-0.26.3-linkage.patch =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream-0.26.3-linkage.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- camstream-0.26.3-linkage.patch 25 Dec 2006 18:20:06 -0000 1.1 +++ camstream-0.26.3-linkage.patch 25 Dec 2006 22:01:04 -0000 1.2 @@ -39,8 +39,18 @@ push %esi diff -urp camstream-0.26.3.old/camstream/video/video_asm.S camstream-0.26.3/camstream/video/video_asm.S --- camstream-0.26.3.old/camstream/video/video_asm.S 2000-08-06 16:10:57.000000000 -0400 -+++ camstream-0.26.3/camstream/video/video_asm.S 2006-12-24 14:02:58.000000000 -0500 -@@ -15,7 +15,7 @@ mm_128w: ++++ camstream-0.26.3/camstream/video/video_asm.S 2006-12-25 15:46:39.000000000 -0500 +@@ -3,6 +3,9 @@ + + #include "video_def.h" + ++.globl calc_diff128 ++.globl calc_intg128 ++ + .data + + mm_0: +@@ -15,7 +18,7 @@ mm_128w: .text @@ -49,7 +59,7 @@ enter $0, $0 push %ebx push %esi -@@ -43,7 +43,7 @@ ENTRY(calc_diff128) +@@ -43,7 +46,7 @@ ENTRY(calc_diff128) ret @@ -58,7 +68,7 @@ enter $0, $0 push %ebx push %esi -@@ -87,7 +87,7 @@ ENTRY(calc_diff128_mmx) +@@ -87,7 +90,7 @@ ENTRY(calc_diff128_mmx) # calc_intg: perform Integrator step, that is, add a buffer to another @@ -67,7 +77,7 @@ enter $0, $0 push %ebx push %esi -@@ -114,7 +114,7 @@ ENTRY(calc_intg128) +@@ -114,7 +117,7 @@ ENTRY(calc_intg128) # Perform Integrator step with MMX instructions Index: camstream.spec =================================================================== RCS file: /cvs/extras/rpms/camstream/devel/camstream.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- camstream.spec 25 Dec 2006 18:20:06 -0000 1.14 +++ camstream.spec 25 Dec 2006 22:01:04 -0000 1.15 @@ -1,6 +1,6 @@ Name: camstream Version: 0.26.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Set of programs to make use of your webcam @@ -91,6 +91,9 @@ %changelog +* Sun Dec 24 2006 Simon Perreault - 0.26.3-11 +- Fixed linkage patch for i386. + * Sun Dec 24 2006 Simon Perreault - 0.26.3-10 - Fixed dependency on kernel include . From fedora-extras-commits at redhat.com Tue Dec 26 08:52:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:52:05 -0500 Subject: rpms/flac123 - New directory Message-ID: <200612260852.kBQ8q5hE015342@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15338/flac123 Log Message: Directory /cvs/extras/rpms/flac123 added to the repository From fedora-extras-commits at redhat.com Tue Dec 26 08:52:10 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:52:10 -0500 Subject: rpms/flac123/devel - New directory Message-ID: <200612260852.kBQ8qAIK015355@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15338/flac123/devel Log Message: Directory /cvs/extras/rpms/flac123/devel added to the repository From fedora-extras-commits at redhat.com Tue Dec 26 08:52:58 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:52:58 -0500 Subject: rpms/flac123 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612260852.kBQ8qwPc015385@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379 Added Files: Makefile import.log Log Message: Setup of module flac123 --- NEW FILE Makefile --- # Top level Makefile for module flac123 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Dec 26 08:53:03 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:53:03 -0500 Subject: rpms/flac123/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612260853.kBQ8r3qb015400@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15379/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module flac123 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Dec 26 08:54:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:54:28 -0500 Subject: rpms/flac123 import.log,1.1,1.2 Message-ID: <200612260854.kBQ8sSbY015475@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441 Modified Files: import.log Log Message: auto-import flac123-0.0.9-1 on branch devel from flac123-0.0.9-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/flac123/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Dec 2006 08:52:58 -0000 1.1 +++ import.log 26 Dec 2006 08:53:58 -0000 1.2 @@ -0,0 +1 @@ +flac123-0_0_9-1:HEAD:flac123-0.0.9-1.src.rpm:1167123783 From fedora-extras-commits at redhat.com Tue Dec 26 08:54:28 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 03:54:28 -0500 Subject: rpms/flac123/devel flac123.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612260854.kBQ8sSxX015479@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/flac123/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441/devel Modified Files: .cvsignore sources Added Files: flac123.spec Log Message: auto-import flac123-0.0.9-1 on branch devel from flac123-0.0.9-1.src.rpm --- NEW FILE flac123.spec --- Name: flac123 Version: 0.0.9 Release: 1%{?dist} Summary: Command-line program for playing FLAC audio files Group: Applications/Multimedia License: GPL URL: http://flac-tools.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/flac-tools/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libao-devel, flac-devel %description flac123 is a command-line program for playing FLAC audio files FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to Ogg Vorbis, but lossless %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS README COPYING NEWS %{_bindir}/* %changelog * Mon Dec 11 2006 Sindre Pedersen Bj??rdal - 0.0.9-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/flac123/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Dec 2006 08:53:03 -0000 1.1 +++ .cvsignore 26 Dec 2006 08:53:58 -0000 1.2 @@ -0,0 +1 @@ +flac123-0.0.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/flac123/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Dec 2006 08:53:03 -0000 1.1 +++ sources 26 Dec 2006 08:53:58 -0000 1.2 @@ -0,0 +1 @@ +1614e1d1fe5b427ffd5988ea766abcf4 flac123-0.0.9.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 09:00:14 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Tue, 26 Dec 2006 04:00:14 -0500 Subject: owners owners.list,1.2150,1.2151 Message-ID: <200612260900.kBQ90Eoo015550@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15531 Modified Files: owners.list Log Message: Added flac123, maintained by me Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2150 retrieving revision 1.2151 diff -u -r1.2150 -r1.2151 --- owners.list 25 Dec 2006 14:18:43 -0000 1.2150 +++ owners.list 26 Dec 2006 08:59:43 -0000 1.2151 @@ -436,6 +436,7 @@ Fedora Extras|firefox-32|Alternate Launcher for 32bit Firefox|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|firestarter|The Firestarter firewall tool for GNOME|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|fish|A friendly interactive shell|liljencrantz at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|flac123|Command-line program for playing FLAC audio files|foolish at guezz.net|extras-qa at fedoraproject.org| Fedora Extras|flasm|Flash bytecode assembler disassembler|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|flight-of-the-amazon-queen|Flight of the Amazon Queen - Adventure Game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|flight-of-the-amazon-queen-cd|Flight of the Amazon Queen - Adventure Game - CD version|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Dec 26 14:08:21 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:08:21 -0500 Subject: rpms/tracker/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tracker.spec, 1.6, 1.7 tracker-desktop.patch, 1.2, NONE Message-ID: <200612261408.kBQE8LWD003326@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/tracker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3307 Modified Files: .cvsignore sources tracker.spec Removed Files: tracker-desktop.patch Log Message: * Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 - Update to 0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tracker/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2006 07:43:59 -0000 1.3 +++ .cvsignore 26 Dec 2006 14:07:51 -0000 1.4 @@ -1 +1 @@ -tracker-0.5.2.tar.gz +tracker-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tracker/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2006 07:43:59 -0000 1.3 +++ sources 26 Dec 2006 14:07:51 -0000 1.4 @@ -1 +1 @@ -1bccb8522668a791366aeb25d43b5da7 tracker-0.5.2.tar.gz +96efc55774cf9dc2850096b8dc8af121 tracker-0.5.3.tar.gz Index: tracker.spec =================================================================== RCS file: /cvs/extras/rpms/tracker/devel/tracker.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tracker.spec 28 Nov 2006 00:08:56 -0000 1.6 +++ tracker.spec 26 Dec 2006 14:07:51 -0000 1.7 @@ -1,12 +1,11 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.gnome.org/~jamiemcc/tracker/ Source0: http://www.gnome.org/~jamiemcc/tracker/tracker-%{version}.tar.gz -Patch0: tracker-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-devel, gettext BuildRequires: gnome-desktop-devel, gamin-devel @@ -17,8 +16,6 @@ %else BuildRequires: dbus-devel, dbus-glib %endif -#Temporarily -BuildRequires: automake autoconf libtool %description Tracker is a powerful desktop-neutral first class object database, @@ -47,12 +44,8 @@ %prep %setup -q -%patch -p0 -b .desktop %build -aclocal -automake -autoconf %if "%fedora" >= "6" %configure --disable-static --enable-external-sqlite %else @@ -98,6 +91,7 @@ %{_datadir}/dbus-1/services/tracker.service %{_datadir}/autostart/*.desktop %{_libdir}/*.so.* +%{_libdir}/tracker/ %{_mandir}/man1/tracker*.1.gz %{_sysconfdir}/xdg/autostart/trackerd.desktop @@ -108,6 +102,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 +- Update to 0.5.3 + * Mon Nov 27 2006 Deji Akingunola - 0.5.2-2 - Apply patch on Makefile.am instead of Makefile.in - Add libtool to BR --- tracker-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 14:10:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 26 Dec 2006 09:10:00 -0500 Subject: rpms/em8300/devel em8300.console.perms,1.1,1.2 em8300.spec,1.7,1.8 Message-ID: <200612261410.kBQEA0nQ003399@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3377 Modified Files: em8300.console.perms em8300.spec Log Message: * Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 - Ship console.perms.d snippet uncommented (#206700 fixed). Index: em8300.console.perms =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.console.perms,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- em8300.console.perms 15 Sep 2006 20:16:59 -0000 1.1 +++ em8300.console.perms 26 Dec 2006 14:09:30 -0000 1.2 @@ -1,2 +1,2 @@ -#=/dev/em8300* -# 0660 0660 root.video +=/dev/em8300* + 0660 0660 root.video Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/devel/em8300.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- em8300.spec 22 Dec 2006 21:56:08 -0000 1.7 +++ em8300.spec 26 Dec 2006 14:09:30 -0000 1.8 @@ -1,6 +1,6 @@ Name: em8300 Version: 0.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System @@ -117,6 +117,9 @@ %changelog +* Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 +- Ship console.perms.d snippet uncommented (#206700 fixed). + * Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 - Eliminate some file based dependencies. From fedora-extras-commits at redhat.com Tue Dec 26 14:12:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 26 Dec 2006 09:12:08 -0500 Subject: rpms/em8300/FC-6 em8300.console.perms,1.1,1.2 em8300.spec,1.6,1.7 Message-ID: <200612261412.kBQEC8gZ003487@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3466 Modified Files: em8300.console.perms em8300.spec Log Message: * Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 - Ship console.perms.d snippet uncommented (#206700 fixed). * Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 - Eliminate some file based dependencies. Index: em8300.console.perms =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/em8300.console.perms,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- em8300.console.perms 15 Sep 2006 20:16:59 -0000 1.1 +++ em8300.console.perms 26 Dec 2006 14:11:38 -0000 1.2 @@ -1,2 +1,2 @@ -#=/dev/em8300* -# 0660 0660 root.video +=/dev/em8300* + 0660 0660 root.video Index: em8300.spec =================================================================== RCS file: /cvs/extras/rpms/em8300/FC-6/em8300.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- em8300.spec 18 Dec 2006 21:06:33 -0000 1.6 +++ em8300.spec 26 Dec 2006 14:11:38 -0000 1.7 @@ -1,6 +1,6 @@ Name: em8300 Version: 0.16.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: DXR3/Hollywood Plus MPEG decoder card support tools Group: Applications/System @@ -36,7 +36,7 @@ Summary: Development files for DXR3/Hollywood Plus MPEG decoder cards Group: Development/Libraries # Does not require main package on purpose: #189400 -Requires: %{_includedir}/linux +Requires: kernel-headers %description devel %{summary}. @@ -117,6 +117,12 @@ %changelog +* Tue Dec 26 2006 Ville Skytt?? - 0.16.0-3 +- Ship console.perms.d snippet uncommented (#206700 fixed). + +* Fri Dec 22 2006 Ville Skytt?? - 0.16.0-2 +- Eliminate some file based dependencies. + * Sun Nov 26 2006 Ville Skytt?? - 0.16.0-1 - 0.16.0. - Drop X-Fedora category from desktop entries. From fedora-extras-commits at redhat.com Tue Dec 26 14:20:27 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:20:27 -0500 Subject: rpms/tracker/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tracker.spec, 1.4, 1.5 tracker-desktop.patch, 1.2, NONE Message-ID: <200612261420.kBQEKRiM003609@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/tracker/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3589 Modified Files: .cvsignore sources tracker.spec Removed Files: tracker-desktop.patch Log Message: * Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 - Update to 0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2006 08:27:16 -0000 1.3 +++ .cvsignore 26 Dec 2006 14:19:57 -0000 1.4 @@ -1 +1 @@ -tracker-0.5.2.tar.gz +tracker-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2006 08:27:16 -0000 1.3 +++ sources 26 Dec 2006 14:19:57 -0000 1.4 @@ -1 +1 @@ -1bccb8522668a791366aeb25d43b5da7 tracker-0.5.2.tar.gz +96efc55774cf9dc2850096b8dc8af121 tracker-0.5.3.tar.gz Index: tracker.spec =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-6/tracker.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tracker.spec 21 Nov 2006 08:49:38 -0000 1.4 +++ tracker.spec 26 Dec 2006 14:19:57 -0000 1.5 @@ -1,12 +1,11 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker -Version: 0.5.2 -Release: 1%{?dist}.1 +Version: 0.5.3 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.gnome.org/~jamiemcc/tracker/ Source0: http://www.gnome.org/~jamiemcc/tracker/tracker-%{version}.tar.gz -Patch0: tracker-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-devel, gettext BuildRequires: gnome-desktop-devel, gamin-devel @@ -45,7 +44,6 @@ %prep %setup -q -%patch -p0 -b .desktop %build %if "%fedora" >= "6" @@ -93,6 +91,7 @@ %{_datadir}/dbus-1/services/tracker.service %{_datadir}/autostart/*.desktop %{_libdir}/*.so.* +%{_libdir}/tracker/ %{_mandir}/man1/tracker*.1.gz %{_sysconfdir}/xdg/autostart/trackerd.desktop @@ -103,6 +102,12 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 +- Update to 0.5.3 + +* Mon Nov 27 2006 Deji Akingunola - 0.5.2-2 +- Apply patch on Makefile.am instead of Makefile.in + * Tue Nov 21 2006 Deji Akingunola - 0.5.2-1 - Patching Makefile.am doesn't work! --- tracker-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 14:30:26 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:30:26 -0500 Subject: rpms/tracker/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tracker.spec, 1.3, 1.4 tracker-desktop.patch, 1.1, NONE Message-ID: <200612261430.kBQEUQ9w003736@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/tracker/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3717 Modified Files: .cvsignore sources tracker.spec Removed Files: tracker-desktop.patch Log Message: * Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 - Update to 0.5.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2006 09:19:27 -0000 1.3 +++ .cvsignore 26 Dec 2006 14:29:56 -0000 1.4 @@ -1 +1 @@ -tracker-0.5.2.tar.gz +tracker-0.5.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2006 09:19:27 -0000 1.3 +++ sources 26 Dec 2006 14:29:56 -0000 1.4 @@ -1 +1 @@ -1bccb8522668a791366aeb25d43b5da7 tracker-0.5.2.tar.gz +96efc55774cf9dc2850096b8dc8af121 tracker-0.5.3.tar.gz Index: tracker.spec =================================================================== RCS file: /cvs/extras/rpms/tracker/FC-5/tracker.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tracker.spec 21 Nov 2006 09:19:27 -0000 1.3 +++ tracker.spec 26 Dec 2006 14:29:56 -0000 1.4 @@ -1,12 +1,11 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.gnome.org/~jamiemcc/tracker/ Source0: http://www.gnome.org/~jamiemcc/tracker/tracker-%{version}.tar.gz -Patch0: tracker-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-devel, gettext BuildRequires: gnome-desktop-devel, gamin-devel @@ -45,7 +44,6 @@ %prep %setup -q -%patch -p0 -b .desktop %build %if "%fedora" >= "6" @@ -93,6 +91,7 @@ %{_datadir}/dbus-1/services/tracker.service %{_datadir}/autostart/*.desktop %{_libdir}/*.so.* +%{_libdir}/tracker/ %{_mandir}/man1/tracker*.1.gz %{_sysconfdir}/xdg/autostart/trackerd.desktop @@ -103,6 +102,12 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Dec 26 2006 Deji Akingunola - 0.5.3-1 +- Update to 0.5.3 + +* Mon Nov 27 2006 Deji Akingunola - 0.5.2-2 +- Apply patch on Makefile.am instead of Makefile.in + * Tue Nov 21 2006 Deji Akingunola - 0.5.2-1 - Update to 0.5.2 --- tracker-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 14:35:01 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:35:01 -0500 Subject: rpms/gnomesword/devel .cvsignore, 1.7, 1.8 gnomesword.spec, 1.20, 1.21 sources, 1.8, 1.9 Message-ID: <200612261435.kBQEZ1Is003817@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3796 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 - New stable release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Dec 2006 00:59:15 -0000 1.7 +++ .cvsignore 26 Dec 2006 14:34:31 -0000 1.8 @@ -1 +1 @@ -gnomesword-2.1.10.tar.gz +gnomesword-2.2.0.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gnomesword.spec 11 Dec 2006 03:30:49 -0000 1.20 +++ gnomesword.spec 26 Dec 2006 14:34:31 -0000 1.21 @@ -1,6 +1,6 @@ Name: gnomesword -Version: 2.1.10 -Release: 3%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: GNOME-based Bible research tool Group: Applications/Text @@ -9,7 +9,6 @@ Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed >= 3.95 BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils @@ -42,13 +41,13 @@ %install rm -rf %buildroot -cp gnomesword.desktop gnomesword.desktop.orig -sed -e s?"^Categories=.*"?"Categories=GNOME;Application;Other;"? < gnomesword.desktop.orig > gnomesword.desktop make install DESTDIR=%buildroot desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \ --vendor=fedora \ ---add-category=X-Fedora \ +--remove-category=X-Red-Hat-Extra \ +--remove-category=Application \ +--add-category=Other \ --dir=%buildroot%_datadir/applications \ --copy-name-to-generic-name \ --delete-original @@ -75,6 +74,9 @@ %_datadir/gnome/help/gnomesword/ %changelog +* Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 +- New stable release + * Sun Dec 10 2006 Deji Akingunola - 2.1.10-3 - Add gnome-doc-utils to BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Dec 2006 00:59:15 -0000 1.8 +++ sources 26 Dec 2006 14:34:31 -0000 1.9 @@ -1 +1 @@ -5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz +84578377bbdef2ff06e29163429300ef gnomesword-2.2.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 14:38:00 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:38:00 -0500 Subject: rpms/gnomesword/FC-6 .cvsignore, 1.6, 1.7 gnomesword.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612261438.kBQEc000003894@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3875 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 - New stable release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Dec 2006 05:02:18 -0000 1.6 +++ .cvsignore 26 Dec 2006 14:37:30 -0000 1.7 @@ -1 +1 @@ -gnomesword-2.1.10.tar.gz +gnomesword-2.2.0.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/gnomesword.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gnomesword.spec 16 Dec 2006 05:02:18 -0000 1.15 +++ gnomesword.spec 26 Dec 2006 14:37:30 -0000 1.16 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.10 +Version: 2.2.0 Release: 1%{?dist} Summary: GNOME-based Bible research tool @@ -9,7 +9,6 @@ Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed >= 3.95 BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils @@ -42,13 +41,13 @@ %install rm -rf %buildroot -cp gnomesword.desktop gnomesword.desktop.orig -sed -e s?"^Categories=.*"?"Categories=GNOME;Application;Other;"? < gnomesword.desktop.orig > gnomesword.desktop make install DESTDIR=%buildroot desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \ --vendor=fedora \ ---add-category=X-Fedora \ +--remove-category=X-Red-Hat-Extra \ +--remove-category=Application \ +--add-category=Other \ --dir=%buildroot%_datadir/applications \ --copy-name-to-generic-name \ --delete-original @@ -76,6 +75,9 @@ %changelog +* Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 +- New stable release + * Sat Dec 16 2006 Deji Akingunola - 2.1.10-1 - New Release Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Dec 2006 05:02:18 -0000 1.7 +++ sources 26 Dec 2006 14:37:30 -0000 1.8 @@ -1 +1 @@ -5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz +84578377bbdef2ff06e29163429300ef gnomesword-2.2.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 14:41:36 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 26 Dec 2006 09:41:36 -0500 Subject: rpms/gnomesword/FC-5 .cvsignore, 1.5, 1.6 gnomesword.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612261441.kBQEfaiO003963@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gnomesword/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3944 Modified Files: .cvsignore gnomesword.spec sources Log Message: * Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 - New stable release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Dec 2006 07:23:16 -0000 1.5 +++ .cvsignore 26 Dec 2006 14:41:06 -0000 1.6 @@ -1 +1 @@ -gnomesword-2.1.10.tar.gz +gnomesword-2.2.0.tar.gz Index: gnomesword.spec =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gnomesword.spec 18 Dec 2006 07:45:47 -0000 1.14 +++ gnomesword.spec 26 Dec 2006 14:41:06 -0000 1.15 @@ -1,5 +1,5 @@ Name: gnomesword -Version: 2.1.10 +Version: 2.2.0 Release: 1%{?dist}.1 Summary: GNOME-based Bible research tool @@ -9,7 +9,6 @@ Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed >= 3.95 BuildRequires: sword-devel >= 1.5.9 BuildRequires: gettext BuildRequires: desktop-file-utils @@ -43,13 +42,13 @@ %install rm -rf %buildroot -cp gnomesword.desktop gnomesword.desktop.orig -sed -e s?"^Categories=.*"?"Categories=GNOME;Application;Other;"? < gnomesword.desktop.orig > gnomesword.desktop make install DESTDIR=%buildroot desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \ --vendor=fedora \ ---add-category=X-Fedora \ +--remove-category=X-Red-Hat-Extra \ +--remove-category=Application \ +--add-category=Other \ --dir=%buildroot%_datadir/applications \ --copy-name-to-generic-name \ --delete-original @@ -77,6 +76,9 @@ %changelog +* Tue Dec 26 2006 Deji Akingunola - 2.2.0-1 +- New stable release + * Mon Dec 18 2006 Deji Akingunola - 2.1.10-1 - Add another BR (libxml2-python) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnomesword/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 18 Dec 2006 07:23:16 -0000 1.7 +++ sources 26 Dec 2006 14:41:06 -0000 1.8 @@ -1 +1 @@ -5a325fb0b599de8eae38ad427c2dab2e gnomesword-2.1.10.tar.gz +84578377bbdef2ff06e29163429300ef gnomesword-2.2.0.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 14:58:20 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 26 Dec 2006 09:58:20 -0500 Subject: rpms/python-twisted-core/devel python-twisted-core.spec, 1.2, 1.3 twisted-dropin-cache, 1.1, 1.2 Message-ID: <200612261458.kBQEwKhw004068@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-core/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4048 Modified Files: python-twisted-core.spec twisted-dropin-cache Log Message: new twisted-dropin-cache Index: python-twisted-core.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/devel/python-twisted-core.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-twisted-core.spec 19 Dec 2006 14:22:29 -0000 1.2 +++ python-twisted-core.spec 26 Dec 2006 14:57:50 -0000 1.3 @@ -6,7 +6,7 @@ Name: %{python}-twisted-core Version: 2.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An asynchronous networking framework written in Python Group: Development/Libraries @@ -188,6 +188,11 @@ %{_datadir}/zsh/site-functions/_twisted_zsh_stub %changelog +* Tue Dec 26 2006 Thomas Vander Stichele +- 2.4.0-6 +- new twisted-dropin-cache; does not complain loudly about plugins in + the cache that are no longer installed + * Tue Nov 07 2006 Thomas Vander Stichele - 2.4.0-5 - incorporate suggestions by Paul Howarth: Index: twisted-dropin-cache =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/devel/twisted-dropin-cache,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-dropin-cache 15 Nov 2006 12:05:21 -0000 1.1 +++ twisted-dropin-cache 26 Dec 2006 14:57:50 -0000 1.2 @@ -5,8 +5,29 @@ # this program regenerates the dropin.cache file for twisted, # or for the modules specified on the command line +# we copy and adapt getPlugins from there because getPlugins does log.err() +# on *any* exception, giving us a full traceback every time a plug-in has +# gone away + import sys -from twisted.plugin import IPlugin, getPlugins +from twisted.plugin import IPlugin, getCache +import twisted.plugins + +def getPlugins(interface, package=twisted.plugins): + allDropins = getCache(package) + for dropin in allDropins.itervalues(): + for plugin in dropin.plugins: + try: + adapted = interface(plugin, None) + except AttributeError: + # this is most likely due to a module in the cache that + # has now gone away, so ignore it + pass + except: + log.err() + else: + if adapted is not None: + yield adapted which = None if len(sys.argv) > 1: From fedora-extras-commits at redhat.com Tue Dec 26 15:00:42 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Tue, 26 Dec 2006 10:00:42 -0500 Subject: rpms/python-twisted-core/FC-6 python-twisted-core.spec, 1.2, 1.3 twisted-dropin-cache, 1.1, 1.2 Message-ID: <200612261500.kBQF0gKe004138@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-core/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4117 Modified Files: python-twisted-core.spec twisted-dropin-cache Log Message: new twisted-dropin-cache Index: python-twisted-core.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/FC-6/python-twisted-core.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-twisted-core.spec 19 Dec 2006 14:22:29 -0000 1.2 +++ python-twisted-core.spec 26 Dec 2006 15:00:12 -0000 1.3 @@ -6,7 +6,7 @@ Name: %{python}-twisted-core Version: 2.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An asynchronous networking framework written in Python Group: Development/Libraries @@ -188,6 +188,11 @@ %{_datadir}/zsh/site-functions/_twisted_zsh_stub %changelog +* Tue Dec 26 2006 Thomas Vander Stichele +- 2.4.0-6 +- new twisted-dropin-cache; does not complain loudly about plugins in + the cache that are no longer installed + * Tue Nov 07 2006 Thomas Vander Stichele - 2.4.0-5 - incorporate suggestions by Paul Howarth: Index: twisted-dropin-cache =================================================================== RCS file: /cvs/extras/rpms/python-twisted-core/FC-6/twisted-dropin-cache,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-dropin-cache 15 Nov 2006 12:05:21 -0000 1.1 +++ twisted-dropin-cache 26 Dec 2006 15:00:12 -0000 1.2 @@ -5,8 +5,29 @@ # this program regenerates the dropin.cache file for twisted, # or for the modules specified on the command line +# we copy and adapt getPlugins from there because getPlugins does log.err() +# on *any* exception, giving us a full traceback every time a plug-in has +# gone away + import sys -from twisted.plugin import IPlugin, getPlugins +from twisted.plugin import IPlugin, getCache +import twisted.plugins + +def getPlugins(interface, package=twisted.plugins): + allDropins = getCache(package) + for dropin in allDropins.itervalues(): + for plugin in dropin.plugins: + try: + adapted = interface(plugin, None) + except AttributeError: + # this is most likely due to a module in the cache that + # has now gone away, so ignore it + pass + except: + log.err() + else: + if adapted is not None: + yield adapted which = None if len(sys.argv) > 1: From fedora-extras-commits at redhat.com Tue Dec 26 15:48:08 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 26 Dec 2006 10:48:08 -0500 Subject: rpms/jd/devel .cvsignore, 1.45, 1.46 jd.spec, 1.54, 1.55 sources, 1.45, 1.46 Message-ID: <200612261548.kBQFm8wA007534@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7515 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 - 1.8.5 beta 061227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- .cvsignore 25 Dec 2006 15:47:39 -0000 1.45 +++ .cvsignore 26 Dec 2006 15:47:38 -0000 1.46 @@ -1 +1 @@ -jd-1.8.1-cvs061225.tgz +jd-1.8.5-beta061227.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- jd.spec 25 Dec 2006 15:47:39 -0000 1.54 +++ jd.spec 26 Dec 2006 15:47:38 -0000 1.55 @@ -9,14 +9,14 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.1 -%define strtag cvs061225 -%define repoid 23156 +%define main_ver 1.8.5 +%define strtag beta061227 +%define repoid 23291 # Defined by vendor # -%define vendor_rel 2 +%define vendor_rel 1 # Tag name changed from vendor to vendorname so as not to # overwrite Vendor entry in Summary %define vendorname fedora @@ -27,8 +27,7 @@ %define pre_release 1 %if %{pre_release} -#%%define rel 0.%{vendor_rel}.%{strtag}%{?dist} -%define rel %{vendor_rel}.%{strtag}%{?dist} +%define rel 0.%{vendor_rel}.%{strtag}%{?dist} %else %define rel %{vendor_rel}%{?dist} %endif @@ -44,8 +43,8 @@ Group: Applications/Internet License: GPL URL: http://jd4linux.sourceforge.jp/ -#Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz -Source0: %{name}-%{main_ver}-%{strtag}.tgz +Source0: http://osdn.dl.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz +#Source0: %{name}-%{main_ver}-%{strtag}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{gtkmmdevel} @@ -107,8 +106,8 @@ %{icondir}/%{name}.png %changelog -* Mon Dec 25 2006 Mamoru Tasaka - 1.8.1-2.cvs061225 -- cvs 061225 (24:05 JST) +* Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 +- 1.8.5 beta 061227 * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/devel/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 25 Dec 2006 15:47:39 -0000 1.45 +++ sources 26 Dec 2006 15:47:38 -0000 1.46 @@ -1 +1 @@ -828b536c97f72c37c286f5c5e8b2d989 jd-1.8.1-cvs061225.tgz +ddb4fd57e67ef09846b2bc73191d70a1 jd-1.8.5-beta061227.tgz From fedora-extras-commits at redhat.com Tue Dec 26 15:48:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 26 Dec 2006 10:48:58 -0500 Subject: rpms/jd/FC-6 .cvsignore, 1.13, 1.14 jd.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612261548.kBQFmwMl007617@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7569 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 - 1.8.5 beta 061227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 17 Dec 2006 11:08:15 -0000 1.13 +++ .cvsignore 26 Dec 2006 15:48:28 -0000 1.14 @@ -1 +1 @@ -jd-1.8.1-061217.tgz +jd-1.8.5-beta061227.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/jd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- jd.spec 17 Dec 2006 11:08:15 -0000 1.14 +++ jd.spec 26 Dec 2006 15:48:28 -0000 1.15 @@ -9,9 +9,9 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.1 -%define strtag 061217 -%define repoid 23156 +%define main_ver 1.8.5 +%define strtag beta061227 +%define repoid 23291 # Defined by vendor @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 +- 1.8.5 beta 061227 + * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 17 Dec 2006 11:08:15 -0000 1.13 +++ sources 26 Dec 2006 15:48:28 -0000 1.14 @@ -1 +1 @@ -fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz +ddb4fd57e67ef09846b2bc73191d70a1 jd-1.8.5-beta061227.tgz From fedora-extras-commits at redhat.com Tue Dec 26 15:49:08 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Tue, 26 Dec 2006 10:49:08 -0500 Subject: rpms/jd/FC-5 .cvsignore, 1.12, 1.13 jd.spec, 1.13, 1.14 sources, 1.12, 1.13 Message-ID: <200612261549.kBQFn8bG007658@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7589 Modified Files: .cvsignore jd.spec sources Log Message: * Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 - 1.8.5 beta 061227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 17 Dec 2006 11:08:32 -0000 1.12 +++ .cvsignore 26 Dec 2006 15:48:38 -0000 1.13 @@ -1 +1 @@ -jd-1.8.1-061217.tgz +jd-1.8.5-beta061227.tgz Index: jd.spec =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jd.spec 17 Dec 2006 11:08:32 -0000 1.13 +++ jd.spec 26 Dec 2006 15:48:38 -0000 1.14 @@ -9,9 +9,9 @@ ########################################## # Defined by upsteam # -%define main_ver 1.8.1 -%define strtag 061217 -%define repoid 23156 +%define main_ver 1.8.5 +%define strtag beta061227 +%define repoid 23291 # Defined by vendor @@ -24,7 +24,7 @@ %define icondir %{_datadir}/icons/hicolor/96x96/apps/ # Define this if this is pre-version -%define pre_release 0 +%define pre_release 1 %if %{pre_release} %define rel 0.%{vendor_rel}.%{strtag}%{?dist} @@ -106,6 +106,9 @@ %{icondir}/%{name}.png %changelog +* Tue Dec 26 2006 Mamoru Tasaka - 1.8.5-0.1.beta061227 +- 1.8.5 beta 061227 + * Sun Dec 17 2006 Mamoru Tasaka - 1.8.1-1 - 1.8.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jd/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 17 Dec 2006 11:08:32 -0000 1.12 +++ sources 26 Dec 2006 15:48:38 -0000 1.13 @@ -1 +1 @@ -fcaf5472c4f563daccf9ccd749748e99 jd-1.8.1-061217.tgz +ddb4fd57e67ef09846b2bc73191d70a1 jd-1.8.5-beta061227.tgz From fedora-extras-commits at redhat.com Tue Dec 26 15:52:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 26 Dec 2006 10:52:25 -0500 Subject: rpms/gramps/devel .cvsignore, 1.16, 1.17 gramps.spec, 1.25, 1.26 sources, 1.16, 1.17 Message-ID: <200612261552.kBQFqPGI007742@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7723 Modified Files: .cvsignore gramps.spec sources Log Message: * Tue Dec 26 2006 Brian Pepple - 2.2.4-1 - Update to 2.2.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 27 Nov 2006 16:59:22 -0000 1.16 +++ .cvsignore 26 Dec 2006 15:51:55 -0000 1.17 @@ -1 +1 @@ -gramps-2.2.3.tar.gz +gramps-2.2.4.tar.gz Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gramps.spec 8 Dec 2006 18:08:29 -0000 1.25 +++ gramps.spec 26 Dec 2006 15:51:55 -0000 1.26 @@ -1,6 +1,6 @@ Name: gramps -Version: 2.2.3 -Release: 2%{?dist} +Version: 2.2.4 +Release: 1%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -130,6 +130,9 @@ %changelog +* Tue Dec 26 2006 Brian Pepple - 2.2.4-1 +- Update to 2.2.4. + * Fri Dec 8 2006 Brian Pepple - 2.2.3-2 - Rebuild against new python. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 27 Nov 2006 16:59:22 -0000 1.16 +++ sources 26 Dec 2006 15:51:55 -0000 1.17 @@ -1 +1 @@ -7107d1ad5555aecb812e4c370a74f0bf gramps-2.2.3.tar.gz +fe07dfaac9327a384ea84cb2d718aefb gramps-2.2.4.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:20:15 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:20:15 -0500 Subject: rpms/perl-Module-Build/devel .cvsignore, 1.13, 1.14 perl-Module-Build.spec, 1.25, 1.26 sources, 1.13, 1.14 Message-ID: <200612261820.kBQIKFwB017701@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17682 Modified Files: .cvsignore perl-Module-Build.spec sources Log Message: Update to 0.2806. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 8 Aug 2006 18:39:54 -0000 1.13 +++ .cvsignore 26 Dec 2006 18:19:45 -0000 1.14 @@ -1 +1 @@ -Module-Build-0.2805.tar.gz +Module-Build-0.2806.tar.gz Index: perl-Module-Build.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- perl-Module-Build.spec 15 Nov 2006 22:59:34 -0000 1.25 +++ perl-Module-Build.spec 26 Dec 2006 18:19:45 -0000 1.26 @@ -1,9 +1,9 @@ -%define module_version 0.2805 +%define module_version 0.2806 Name: perl-Module-Build # When the module version is x.yz, set Version to x.yz00. -Version: 0.2805 -Release: 3%{?dist} +Version: 0.2806 +Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic Group: Development/Libraries @@ -48,7 +48,7 @@ ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test @@ -65,6 +65,10 @@ %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Dec 16 2006 Steven Pritchard 0.2806-1 +- Update to 0.2806. +- Use fixperms macro instead of our own chmod incantation. + * Wed Nov 15 2006 Steven Pritchard 0.2805-3 - Don't BR Pod::Readme. (#215558) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 8 Aug 2006 18:39:54 -0000 1.13 +++ sources 26 Dec 2006 18:19:45 -0000 1.14 @@ -1 +1 @@ -598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz +919a54ab295329ab668fae14756ae80a Module-Build-0.2806.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:30:47 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:30:47 -0500 Subject: rpms/perl-Spoon/devel Spoon-filter-provides.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Spoon.spec, 1.4, 1.5 sources, 1.2, 1.3 filter-provides.sh, 1.2, NONE Message-ID: <200612261830.kBQIUl52017863@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Spoon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17843 Modified Files: .cvsignore perl-Spoon.spec sources Added Files: Spoon-filter-provides.sh Removed Files: filter-provides.sh Log Message: Update to 0.24. Use fixperms macro instead of our own chmod incantation. Other minor cleanup to more closely match current cpanspec output. --- NEW FILE Spoon-filter-provides.sh --- #!/bin/sh @@PERL_PROV@@ "$@" | sed -e '/^perl(IO::All)$/d' Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Spoon/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Mar 2006 01:30:36 -0000 1.2 +++ .cvsignore 26 Dec 2006 18:30:17 -0000 1.3 @@ -1 +1 @@ -Spoon-0.23.tar.gz +Spoon-0.24.tar.gz Index: perl-Spoon.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spoon/devel/perl-Spoon.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Spoon.spec 18 Sep 2006 21:51:27 -0000 1.4 +++ perl-Spoon.spec 26 Dec 2006 18:30:17 -0000 1.5 @@ -1,14 +1,11 @@ Name: perl-Spoon -Version: 0.23 -Release: 5%{?dist} -Summary: Spiffy application framework +Version: 0.24 +Release: 1%{?dist} +Summary: Spiffy Application Building Framework License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Spoon/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{version}.tar.gz -Source1: filter-provides.sh -%define _use_internal_dependency_generator 0 -%define __find_provides %{SOURCE1} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(IO::All) >= 0.32 @@ -22,6 +19,10 @@ Requires: perl(Template) >= 2.10 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Source99: Spoon-filter-provides.sh +%global real_perl_provides %{__perl_provides} +%define __perl_provides %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-provides + %description Spoon is an Application Framework that is designed primarily for building Social Software web applications. The Kwiki wiki software is @@ -30,6 +31,9 @@ %prep %setup -q -n Spoon-%{version} +sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > %{__perl_provides} +chmod +x %{__perl_provides} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -42,24 +46,26 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* - -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic +%{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean -rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %{__perl_provides} %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.24-1 +- Update to 0.24. +- Use fixperms macro instead of our own chmod incantation. +- Other minor cleanup to more closely match current cpanspec output. + * Sat Sep 16 2006 Steven Pritchard 0.23-5 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Spoon/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Mar 2006 01:30:36 -0000 1.2 +++ sources 26 Dec 2006 18:30:17 -0000 1.3 @@ -1 +1 @@ -96acf017b3aa492e62afb1f826d3d9bd Spoon-0.23.tar.gz +6f60edc244a992884f236470180f6867 Spoon-0.24.tar.gz --- filter-provides.sh DELETED --- From fedora-extras-commits at redhat.com Tue Dec 26 18:34:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:34:25 -0500 Subject: rpms/perl-Test-NoWarnings/devel .cvsignore, 1.2, 1.3 perl-Test-NoWarnings.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612261834.kBQIYP4A017940@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Test-NoWarnings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17921 Modified Files: .cvsignore perl-Test-NoWarnings.spec sources Log Message: Update to 0.083. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-NoWarnings/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Apr 2006 18:15:13 -0000 1.2 +++ .cvsignore 26 Dec 2006 18:33:55 -0000 1.3 @@ -1 +1 @@ -Test-NoWarnings-0.082.tar.gz +Test-NoWarnings-0.083.tar.gz Index: perl-Test-NoWarnings.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-NoWarnings/devel/perl-Test-NoWarnings.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Test-NoWarnings.spec 17 Sep 2006 22:26:59 -0000 1.3 +++ perl-Test-NoWarnings.spec 26 Dec 2006 18:33:55 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Test-NoWarnings -Version: 0.082 -Release: 2%{?dist} +Version: 0.083 +Release: 1%{?dist} Summary: Make sure you didn't emit any warnings while testing License: LGPL Group: Development/Libraries @@ -34,7 +34,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -49,6 +49,10 @@ %{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.083-1 +- Update to 0.083. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.082-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-NoWarnings/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Apr 2006 18:15:13 -0000 1.2 +++ sources 26 Dec 2006 18:33:55 -0000 1.3 @@ -1 +1 @@ -702143eab77ffc335a08beccac47dca4 Test-NoWarnings-0.082.tar.gz +8c55c1ca89919caf42cf83c67d44d7f4 Test-NoWarnings-0.083.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:36:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:36:25 -0500 Subject: rpms/perl-Test-Tester/devel .cvsignore, 1.2, 1.3 perl-Test-Tester.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612261836.kBQIaPlZ018017@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Test-Tester/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17998 Modified Files: .cvsignore perl-Test-Tester.spec sources Log Message: Update to 0.104. Use fixperms macro instead of our own chmod incantation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Tester/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Apr 2006 18:10:07 -0000 1.2 +++ .cvsignore 26 Dec 2006 18:35:55 -0000 1.3 @@ -1 +1 @@ -Test-Tester-0.103.tar.gz +Test-Tester-0.104.tar.gz Index: perl-Test-Tester.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Tester/devel/perl-Test-Tester.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Tester.spec 17 Sep 2006 22:28:07 -0000 1.2 +++ perl-Test-Tester.spec 26 Dec 2006 18:35:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Test-Tester -Version: 0.103 -Release: 2%{?dist} +Version: 0.104 +Release: 1%{?dist} Summary: Ease testing test modules built with Test::Builder License: GPL or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -44,6 +44,10 @@ %{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.104-1 +- Update to 0.104. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.103-2 - Fix find option order. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Tester/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Apr 2006 18:10:07 -0000 1.2 +++ sources 26 Dec 2006 18:35:55 -0000 1.3 @@ -1 +1 @@ -31d58158d2a6cdb7ad9d9fe3e0aed86e Test-Tester-0.103.tar.gz +3339108ed79bf8dbb51fc34ca7816c49 Test-Tester-0.104.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:46:43 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 26 Dec 2006 13:46:43 -0500 Subject: rpms/perl-Imager/devel .cvsignore, 1.5, 1.6 perl-Imager.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200612261846.kBQIkh8X018108@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Imager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18087 Modified Files: .cvsignore perl-Imager.spec sources Log Message: Update to 0.55. Cleanup to more closely resemble current cpanspec output. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Imager/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Sep 2006 21:43:12 -0000 1.5 +++ .cvsignore 26 Dec 2006 18:46:13 -0000 1.6 @@ -1 +1 @@ -Imager-0.54.tar.gz +Imager-0.55.tar.gz Index: perl-Imager.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Imager/devel/perl-Imager.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Imager.spec 4 Oct 2006 22:12:48 -0000 1.5 +++ perl-Imager.spec 26 Dec 2006 18:46:13 -0000 1.6 @@ -1,26 +1,26 @@ Name: perl-Imager -Version: 0.54 -Release: 2%{?dist} -Summary: Imager - Perl extension for Generating 24 bit Images - -Group: Development/Libraries +Version: 0.55 +Release: 1%{?dist} +Summary: Perl extension for Generating 24 bit Images License: GPL or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Imager/ -Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: perl(ExtUtils::Depends), perl(Parse::RecDescent) BuildRequires: libungif-devel, libpng-devel, freetype-devel, libtiff-devel BuildRequires: libjpeg-devel, t1lib-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Imager is a module for creating and altering images. It can read and write -various image formats, draw primitive shapes like lines,and polygons, blend -multiple images together in various ways, scale, crop, render text and more. +Imager is a module for creating and altering images. It can read and +write various image formats, draw primitive shapes like lines,and +polygons, blend multiple images together in various ways, scale, crop, +render text and more. %prep %setup -q -n Imager-%{version} + %{__perl} -pi -e 's/my \$resp = /my \$resp = "n"/g' Makefile.PL # Quiet rpmlint. @@ -34,36 +34,36 @@ %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT + make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' -chmod -R u+w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* %check make test - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc README COPYING Artistic +%doc Changes* README %doc samples/ -%{perl_vendorarch}/Imager* %{perl_vendorarch}/auto/* -%{_mandir}/man3/*.3* - +%{perl_vendorarch}/Imager* +%{_mandir}/man3/* %changelog +* Tue Dec 26 2006 Steven Pritchard 0.55-1 +- Update to 0.55. +- Cleanup to more closely resemble current cpanspec output. + * Thu Oct 05 2006 Christian Iseli 0.54-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Imager/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Sep 2006 21:43:12 -0000 1.5 +++ sources 26 Dec 2006 18:46:13 -0000 1.6 @@ -1 +1 @@ -ece42b9a69d7980dd57d663e1d3f2583 Imager-0.54.tar.gz +4c13b8bf394225e61930b546ff1b3b1e Imager-0.55.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 18:56:52 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 13:56:52 -0500 Subject: rpms/fuse import.log,1.12,1.13 Message-ID: <200612261856.kBQIuqnn018244@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214 Modified Files: import.log Log Message: auto-import fuse-2.6.1-1 on branch devel from fuse-2.6.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fuse/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 22 Nov 2006 19:36:58 -0000 1.12 +++ import.log 26 Dec 2006 18:56:22 -0000 1.13 @@ -9,3 +9,4 @@ fuse-2_6_0-1:FC-6:fuse-2.6.0-1.src.rpm:1164223780 fuse-2_6_0-1:FC-5:fuse-2.6.0-1.src.rpm:1164224103 fuse-2_6_0-1:FC-4:fuse-2.6.0-1.src.rpm:1164224230 +fuse-2_6_1-1:HEAD:fuse-2.6.1-1.src.rpm:1167159927 From fedora-extras-commits at redhat.com Tue Dec 26 18:56:52 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 13:56:52 -0500 Subject: rpms/fuse/devel .cvsignore, 1.7, 1.8 fuse.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612261856.kBQIuqSe018249@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/devel Modified Files: .cvsignore fuse.spec sources Log Message: auto-import fuse-2.6.1-1 on branch devel from fuse-2.6.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Nov 2006 06:14:37 -0000 1.7 +++ .cvsignore 26 Dec 2006 18:56:22 -0000 1.8 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/devel/fuse.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fuse.spec 25 Nov 2006 10:43:21 -0000 1.15 +++ fuse.spec 26 Dec 2006 18:56:22 -0000 1.16 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 11 Nov 2006 06:14:37 -0000 1.7 +++ sources 26 Dec 2006 18:56:22 -0000 1.8 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 19:00:53 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 14:00:53 -0500 Subject: rpms/fuse/FC-4 .cvsignore, 1.5, 1.6 fuse.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200612261900.kBQJ0rUd018360@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305/FC-4 Modified Files: .cvsignore fuse.spec sources Log Message: Version 2.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2006 19:36:58 -0000 1.5 +++ .cvsignore 26 Dec 2006 19:00:23 -0000 1.6 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-4/fuse.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fuse.spec 25 Nov 2006 10:43:15 -0000 1.10 +++ fuse.spec 26 Dec 2006 19:00:23 -0000 1.11 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2006 19:36:58 -0000 1.5 +++ sources 26 Dec 2006 19:00:23 -0000 1.6 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 19:00:53 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 14:00:53 -0500 Subject: rpms/fuse/FC-5 .cvsignore, 1.7, 1.8 fuse.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200612261900.kBQJ0rJ9018365@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305/FC-5 Modified Files: .cvsignore fuse.spec sources Log Message: Version 2.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 22 Nov 2006 19:34:55 -0000 1.7 +++ .cvsignore 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-5/fuse.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- fuse.spec 25 Nov 2006 10:43:16 -0000 1.14 +++ fuse.spec 26 Dec 2006 19:00:23 -0000 1.15 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 22 Nov 2006 19:34:55 -0000 1.7 +++ sources 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 19:00:53 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Tue, 26 Dec 2006 14:00:53 -0500 Subject: rpms/fuse/FC-6 .cvsignore, 1.7, 1.8 fuse.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200612261900.kBQJ0rKG018368@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305/FC-6 Modified Files: .cvsignore fuse.spec sources Log Message: Version 2.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 22 Nov 2006 19:29:39 -0000 1.7 +++ .cvsignore 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fuse-2.6.0.tar.gz +fuse-2.6.1.tar.gz Index: fuse.spec =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-6/fuse.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fuse.spec 25 Nov 2006 10:43:21 -0000 1.15 +++ fuse.spec 26 Dec 2006 19:00:23 -0000 1.16 @@ -1,6 +1,6 @@ Name: fuse -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: File System in Userspace (FUSE) utilities Group: System Environment/Base @@ -123,6 +123,9 @@ %changelog +* Tue Dec 26 2006 Peter Lemenkov 2.6.1-1 +- Ver. 2.6.1 + * Sat Nov 25 2006 Peter Lemenkov 2.6.0-2 - fixed nasty typo (see bug #217075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/fuse/FC-6/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 22 Nov 2006 19:29:39 -0000 1.7 +++ sources 26 Dec 2006 19:00:23 -0000 1.8 @@ -1 +1 @@ -fa6c7b07a0be3a3e30d6cf3a6bad5817 fuse-2.6.0.tar.gz +13e1873086a1d7a95f470bbc7428c528 fuse-2.6.1.tar.gz From fedora-extras-commits at redhat.com Tue Dec 26 20:08:37 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 26 Dec 2006 15:08:37 -0500 Subject: rpms/gramps/devel gramps.spec,1.26,1.27 Message-ID: <200612262008.kBQK8b9H001525@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1428 Modified Files: gramps.spec Log Message: * Tue Dec 26 2006 Brian Pepple - 2.2.4-2 - Add gramp.png to files. Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gramps.spec 26 Dec 2006 15:51:55 -0000 1.26 +++ gramps.spec 26 Dec 2006 20:08:07 -0000 1.27 @@ -1,6 +1,6 @@ Name: gramps Version: 2.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -124,12 +124,16 @@ %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/gnome/48x48/mimetypes/*.png %{_datadir}/icons/gnome/scalable/mimetypes/*.svg +%{_datadir}/pixmaps/%{name}.png %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_mandir}/man1/%{name}.1.gz %{_datadir}/gnome/help/%{name}/ %changelog +* Tue Dec 26 2006 Brian Pepple - 2.2.4-2 +- Add gramp.png to files. + * Tue Dec 26 2006 Brian Pepple - 2.2.4-1 - Update to 2.2.4. From fedora-extras-commits at redhat.com Tue Dec 26 21:52:14 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 26 Dec 2006 16:52:14 -0500 Subject: rpms/galeon/devel galeon.spec,1.26,1.27 Message-ID: <200612262152.kBQLqE26012375@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12360 Modified Files: galeon.spec Log Message: Rebuild with gecko libs 1.8.1.1 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- galeon.spec 9 Nov 2006 22:51:06 -0000 1.26 +++ galeon.spec 26 Dec 2006 21:51:44 -0000 1.27 @@ -1,9 +1,9 @@ -%define gecko_ver 1.8.1 +%define gecko_ver 1.8.1.1 Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -115,6 +115,9 @@ %changelog +* Tue Dec 26 2006 Denis Leroy - 2.0.3-5 +- Rebuild with gecko libs 1.8.1.1 + * Thu Nov 9 2006 Denis Leroy - 2.0.3-4 - Rebuild for firefox 2 - Added explicit gecko version requirement From fedora-extras-commits at redhat.com Wed Dec 27 00:06:10 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 26 Dec 2006 19:06:10 -0500 Subject: rpms/mussh/devel mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Message-ID: <200612270006.kBR06AbB022232@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22213 Modified Files: mussh.spec sources .cvsignore Log Message: Update to 0.7 Index: mussh.spec =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/mussh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mussh.spec 11 Dec 2006 19:34:37 -0000 1.1 +++ mussh.spec 27 Dec 2006 00:05:40 -0000 1.2 @@ -1,12 +1,12 @@ Name: mussh -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh -Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz +Source0: http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,9 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ +gzip mussh.1 +install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -34,8 +37,12 @@ %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh +%{_mandir}/man1/* %changelog +* Tue Dec 26 2006 Kevin Fenzi 0.7-1 +- Update to 0.7 + * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Dec 2006 19:34:37 -0000 1.2 +++ sources 27 Dec 2006 00:05:40 -0000 1.3 @@ -1 +1 @@ -d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz +edd260199c817592202917bdb32c8d35 mussh-0.7.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 +++ .cvsignore 27 Dec 2006 00:05:40 -0000 1.3 @@ -1 +1 @@ -mussh-0.6.tgz +mussh-0.7.tgz From fedora-extras-commits at redhat.com Wed Dec 27 00:15:03 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 26 Dec 2006 19:15:03 -0500 Subject: rpms/mussh/FC-6 mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Message-ID: <200612270015.kBR0F3JR022315@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22296 Modified Files: mussh.spec sources .cvsignore Log Message: Update to 0.7 Index: mussh.spec =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-6/mussh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mussh.spec 11 Dec 2006 19:34:37 -0000 1.1 +++ mussh.spec 27 Dec 2006 00:14:33 -0000 1.2 @@ -1,12 +1,12 @@ Name: mussh -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh -Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz +Source0: http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,9 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ +gzip mussh.1 +install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -34,8 +37,12 @@ %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh +%{_mandir}/man1/* %changelog +* Tue Dec 26 2006 Kevin Fenzi 0.7-1 +- Update to 0.7 + * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Dec 2006 19:34:37 -0000 1.2 +++ sources 27 Dec 2006 00:14:33 -0000 1.3 @@ -1 +1 @@ -d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz +edd260199c817592202917bdb32c8d35 mussh-0.7.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 +++ .cvsignore 27 Dec 2006 00:14:33 -0000 1.3 @@ -1 +1 @@ -mussh-0.6.tgz +mussh-0.7.tgz From fedora-extras-commits at redhat.com Wed Dec 27 00:17:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 26 Dec 2006 19:17:30 -0500 Subject: rpms/mussh/FC-5 mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Message-ID: <200612270017.kBR0HUgi022389@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/mussh/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22370 Modified Files: mussh.spec sources .cvsignore Log Message: Update to 0.7 Index: mussh.spec =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-5/mussh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mussh.spec 11 Dec 2006 19:34:37 -0000 1.1 +++ mussh.spec 27 Dec 2006 00:17:00 -0000 1.2 @@ -1,12 +1,12 @@ Name: mussh -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Multihost SSH wrapper Group: Applications/System License: GPL URL: http://www.sourceforge.net/projects/mussh -Source0: http://downloads.sourceforge.net/mussh/mussh-0.6.tgz +Source0: http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,9 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -p mussh $RPM_BUILD_ROOT/usr/bin/ +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ +gzip mussh.1 +install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -34,8 +37,12 @@ %defattr(-,root,root,-) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh +%{_mandir}/man1/* %changelog +* Tue Dec 26 2006 Kevin Fenzi 0.7-1 +- Update to 0.7 + * Sun Dec 10 2006 Kevin Fenzi 0.6-1 - Initial version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Dec 2006 19:34:37 -0000 1.2 +++ sources 27 Dec 2006 00:17:00 -0000 1.3 @@ -1 +1 @@ -d25b2683c6128e97e01ce1278027deb3 mussh-0.6.tgz +edd260199c817592202917bdb32c8d35 mussh-0.7.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mussh/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Dec 2006 19:34:37 -0000 1.2 +++ .cvsignore 27 Dec 2006 00:17:00 -0000 1.3 @@ -1 +1 @@ -mussh-0.6.tgz +mussh-0.7.tgz From fedora-extras-commits at redhat.com Wed Dec 27 10:49:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:18 -0500 Subject: rpms/crystal-clear - New directory Message-ID: <200612271049.kBRAnIPh023319@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23315/crystal-clear Log Message: Directory /cvs/extras/rpms/crystal-clear added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 10:49:23 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:23 -0500 Subject: rpms/crystal-clear/devel - New directory Message-ID: <200612271049.kBRAnN4H023332@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23315/crystal-clear/devel Log Message: Directory /cvs/extras/rpms/crystal-clear/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 10:49:51 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:51 -0500 Subject: rpms/crystal-clear Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271049.kBRAnpBm023362@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23356 Added Files: Makefile import.log Log Message: Setup of module crystal-clear --- NEW FILE Makefile --- # Top level Makefile for module crystal-clear all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 10:49:56 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:49:56 -0500 Subject: rpms/crystal-clear/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271049.kBRAnuSJ023377@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23356/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module crystal-clear --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 10:59:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 05:59:54 -0500 Subject: owners owners.list,1.2151,1.2152 Message-ID: <200612271059.kBRAxsLJ023446@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23431/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2151 retrieving revision 1.2152 diff -u -r1.2151 -r1.2152 --- owners.list 26 Dec 2006 08:59:43 -0000 1.2151 +++ owners.list 27 Dec 2006 10:59:24 -0000 1.2152 @@ -269,6 +269,7 @@ Fedora Extras|crossvc|Graphical CVS Client|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|cryptplug|Cryptography plugin for mutt & kmail|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|crystal|KDE window decoration|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| +Fedora Extras|crystal-clear|Crystal Clear KDE Icon set|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker|Falling blocks, match 3 or more of the same color crystals|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker-themes|Themes for the Crystal Stacker game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|csmash|3D tabletennis game|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 11:29:40 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 06:29:40 -0500 Subject: rpms/crystal-clear import.log,1.1,1.2 Message-ID: <200612271129.kBRBTecm026725@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26694 Modified Files: import.log Log Message: auto-import crystal-clear-20050622-3 on branch devel from crystal-clear-20050622-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/crystal-clear/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 10:49:51 -0000 1.1 +++ import.log 27 Dec 2006 11:29:10 -0000 1.2 @@ -0,0 +1 @@ +crystal-clear-20050622-3:HEAD:crystal-clear-20050622-3.src.rpm:1167219822 From fedora-extras-commits at redhat.com Wed Dec 27 11:29:40 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 27 Dec 2006 06:29:40 -0500 Subject: rpms/crystal-clear/devel crystal-clear.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271129.kBRBTeWK026729@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/crystal-clear/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26694/devel Modified Files: .cvsignore sources Added Files: crystal-clear.spec Log Message: auto-import crystal-clear-20050622-3 on branch devel from crystal-clear-20050622-3.src.rpm --- NEW FILE crystal-clear.spec --- %{?!_themedir:%define _themedir %{_datadir}/icons/Crystal-Clear} Name: crystal-clear Version: 20050622 Release: 3%{?dist} Summary: Crystal Clear KDE Icon set Group: User Interface/Desktops License: LGPL URL: http://www.everaldo.com/crystal.html # http://www.kde-look.org/content/show.php?content=25668 Source: http://linuxcult.com/crystal/icons/CrystalClear.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: kdebase, fedora-logos %description Crystal Clear is a KDE Icon set %prep %setup -q -n "Crystal\ Clear" %build %install %{__rm} -rf %{buildroot} %{__mkdir} -p %{buildroot}%{_themedir} %{__cp} -apf * %{buildroot}%{_themedir} #deletes hidden files %{__rm} -f %{buildroot}%{_themedir}/??x??/*/.*.png #fixed shellbang chmod -x %{buildroot}%{_themedir}/index.desktop # setting Fedora Logo as kmenu # backup %{__mv} %{buildroot}%{_themedir}/16x16/apps/kmenu.png %{buildroot}%{_themedir}/16x16/apps/kmenu_orig.png %{__mv} %{buildroot}%{_themedir}/22x22/apps/kmenu.png %{buildroot}%{_themedir}/22x22/apps/kmenu_orig.png %{__mv} %{buildroot}%{_themedir}/32x32/apps/kmenu.png %{buildroot}%{_themedir}/32x32/apps/kmenu_orig.png %{__mv} %{buildroot}%{_themedir}/48x48/apps/kmenu.png %{buildroot}%{_themedir}/48x48/apps/kmenu_orig.png #links from fedora-logo package ln -s ../../../Bluecurve/16x16/apps/gnome-main-menu.png %{buildroot}%{_themedir}/16x16/apps/kmenu.png ln -s ../../../Bluecurve/24x24/apps/gnome-main-menu.png %{buildroot}%{_themedir}/22x22/apps/kmenu.png ln -s ../../../Bluecurve/32x32/apps/gnome-main-menu.png %{buildroot}%{_themedir}/32x32/apps/kmenu.png ln -s ../../../Bluecurve/48x48/apps/gnome-main-menu.png %{buildroot}%{_themedir}/48x48/apps/kmenu.png # Removed non-lgpl firefox icons %{__rm} -f %{buildroot}%{_themedir}/48x48/apps/firefox.png %{__rm} -f %{buildroot}%{_themedir}/32x32/apps/firefox.png %{__rm} -f %{buildroot}%{_themedir}/16x16/apps/firefox.png ln -s internet.png %{buildroot}%{_themedir}/48x48/apps/firefox.png ln -s internet.png %{buildroot}%{_themedir}/32x32/apps/firefox.png ln -s internet.png %{buildroot}%{_themedir}/16x16/apps/firefox.png %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_themedir}/ %changelog * Fri Dec 22 2006 Chitlesh Goorah 20050622-3 - Fixed url tag * Thu Dec 21 2006 Chitlesh Goorah 20050622-2 - replace absolute symlinks with relative ones * Sun Aug 27 2006 Chitlesh Goorah 20050622-1 - Initial Package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/crystal-clear/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 10:49:56 -0000 1.1 +++ .cvsignore 27 Dec 2006 11:29:10 -0000 1.2 @@ -0,0 +1 @@ +CrystalClear.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/crystal-clear/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 10:49:56 -0000 1.1 +++ sources 27 Dec 2006 11:29:10 -0000 1.2 @@ -0,0 +1 @@ +adb7962b585c8ad12adc3b82246edb35 CrystalClear.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 12:49:14 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:14 -0500 Subject: rpms/pyfribidi - New directory Message-ID: <200612271249.kBRCnElt030255@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30251/pyfribidi Log Message: Directory /cvs/extras/rpms/pyfribidi added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 12:49:19 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:19 -0500 Subject: rpms/pyfribidi/devel - New directory Message-ID: <200612271249.kBRCnJu1030268@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30251/pyfribidi/devel Log Message: Directory /cvs/extras/rpms/pyfribidi/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 12:49:43 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:43 -0500 Subject: rpms/pyfribidi Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271249.kBRCnhbC030298@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30292 Added Files: Makefile import.log Log Message: Setup of module pyfribidi --- NEW FILE Makefile --- # Top level Makefile for module pyfribidi all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 12:49:48 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:49:48 -0500 Subject: rpms/pyfribidi/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271249.kBRCnml4030316@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30292/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pyfribidi --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 12:50:34 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:50:34 -0500 Subject: owners owners.list,1.2152,1.2153 Message-ID: <200612271250.kBRCoY31030365@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30326 Modified Files: owners.list Log Message: +pyfribidi Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2152 retrieving revision 1.2153 diff -u -r1.2152 -r1.2153 --- owners.list 27 Dec 2006 10:59:24 -0000 1.2152 +++ owners.list 27 Dec 2006 12:50:04 -0000 1.2153 @@ -2003,6 +2003,7 @@ Fedora Extras|pychart|Python library for generating chart images|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pydot|Python interface to Graphviz's Dot language|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| +Fedora Extras|pyfribidi|A Python binding for GNU FriBidi|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pygpgme|Python module for working with OpenPGP messages|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 12:51:13 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:51:13 -0500 Subject: rpms/pyfribidi import.log,1.1,1.2 Message-ID: <200612271251.kBRCpDsJ030430@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30373 Modified Files: import.log Log Message: auto-import pyfribidi-0.6.0-2 on branch devel from pyfribidi-0.6.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 12:49:43 -0000 1.1 +++ import.log 27 Dec 2006 12:50:43 -0000 1.2 @@ -0,0 +1 @@ +pyfribidi-0_6_0-2:HEAD:pyfribidi-0.6.0-2.src.rpm:1167224407 From fedora-extras-commits at redhat.com Wed Dec 27 12:51:14 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Wed, 27 Dec 2006 07:51:14 -0500 Subject: rpms/pyfribidi/devel pyfribidi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271251.kBRCpEqU030434@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30373/devel Modified Files: .cvsignore sources Added Files: pyfribidi.spec Log Message: auto-import pyfribidi-0.6.0-2 on branch devel from pyfribidi-0.6.0-2.src.rpm --- NEW FILE pyfribidi.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pyfribidi Version: 0.6.0 Release: 2%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages License: GPL URL: http://pyfribidi.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/pyfribidi/pyfribidi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: fribidi-devel %description PyFriBidi is a simple Python binding for FriBidi, providing an implementation of The Unicode Bidirectional Algorithm in Python. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{python_sitearch}/* %changelog * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) * Sun Dec 10 2006 Roozbeh Pournader - 0.6.0-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 12:49:48 -0000 1.1 +++ .cvsignore 27 Dec 2006 12:50:44 -0000 1.2 @@ -0,0 +1 @@ +pyfribidi-0.6.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 12:49:48 -0000 1.1 +++ sources 27 Dec 2006 12:50:44 -0000 1.2 @@ -0,0 +1 @@ +57766e3bd05a2044397e98b4f90125c2 pyfribidi-0.6.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 13:41:22 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:22 -0500 Subject: rpms/python-twisted-web - New directory Message-ID: <200612271341.kBRDfMkB001417@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1413/python-twisted-web Log Message: Directory /cvs/extras/rpms/python-twisted-web added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 13:41:27 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:27 -0500 Subject: rpms/python-twisted-web/devel - New directory Message-ID: <200612271341.kBRDfRIV001430@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1413/python-twisted-web/devel Log Message: Directory /cvs/extras/rpms/python-twisted-web/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 13:41:48 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:48 -0500 Subject: rpms/python-twisted-web Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271341.kBRDfmuB001460@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1454 Added Files: Makefile import.log Log Message: Setup of module python-twisted-web --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-web all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 13:41:53 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:41:53 -0500 Subject: rpms/python-twisted-web/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271341.kBRDfrGY001476@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1454/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-web --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 13:43:11 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:43:11 -0500 Subject: rpms/python-twisted-web/devel python-twisted-web.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271343.kBRDhBgv001548@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1514/devel Modified Files: .cvsignore sources Added Files: python-twisted-web.spec Log Message: auto-import python-twisted-web-0.6.0-4 on branch devel from python-twisted-web-0.6.0-4.src.rpm --- NEW FILE python-twisted-web.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedWeb Name: %{python}-twisted-web Version: 0.6.0 Release: 4%{?dist} Summary: Twisted web server, programmable in Python Group: Development/Libraries License: MIT URL: http://twistedmatrix.com/trac/wiki/TwistedWeb Source0: http://tmrc.mit.edu/mirror/twisted/Web/0.6/TwistedWeb-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core BuildRequires: %{python}-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core Requires: SOAPpy # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Twisted Web is a complete web server, aimed at hosting web applications using Twisted and Python, but fully able to serve static pages, also. %prep %setup -n %{origname}-%{version} -q %{__sed} -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_cgi.py %{__sed} -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_distrib.py %build %install rm -rf $RPM_BUILD_ROOT # this is a pure python package, but extending the twisted namespace from # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} # Man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ rm -rf doc/man %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* %{_mandir}/man1/* %{_bindir}/websetroot %{python_sitearch}/twisted/web/ %{python_sitearch}/twisted/plugins/twisted_web.py* %changelog * Fri Dec 22 2006 Jef Spaleta - 0.6.0-4 - Docs and Url fixes as suggested in the review - Added BR for python-devel for python 2.5, merry Christmas! * Wed Nov 01 2006 Thomas Vander Stichele - 0.6.0-3 - remove shebang lines from unit test files * Tue Sep 26 2006 Thomas Vander Stichele - 0.6.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.6.0-1 - update to new release - remove NoArch - change dep to SOAPpy as it is called in extras * Tue Aug 23 2005 Jeff Pitman 0.5.0-2 - disttag * Wed Mar 16 2005 Jeff Pitman 0.5.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.5.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 13:41:53 -0000 1.1 +++ .cvsignore 27 Dec 2006 13:42:41 -0000 1.2 @@ -0,0 +1 @@ +TwistedWeb-0.6.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 13:41:53 -0000 1.1 +++ sources 27 Dec 2006 13:42:41 -0000 1.2 @@ -0,0 +1 @@ +a681931d2eb747ca871ef71d8d1f5ff1 TwistedWeb-0.6.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 13:43:10 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:43:10 -0500 Subject: rpms/python-twisted-web import.log,1.1,1.2 Message-ID: <200612271343.kBRDhAYg001544@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-web In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1514 Modified Files: import.log Log Message: auto-import python-twisted-web-0.6.0-4 on branch devel from python-twisted-web-0.6.0-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 13:41:48 -0000 1.1 +++ import.log 27 Dec 2006 13:42:40 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-web-0_6_0-4:HEAD:python-twisted-web-0.6.0-4.src.rpm:1167227530 From fedora-extras-commits at redhat.com Wed Dec 27 13:47:19 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 08:47:19 -0500 Subject: owners owners.list,1.2153,1.2154 Message-ID: <200612271347.kBRDlJ7n001618@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1602 Modified Files: owners.list Log Message: add python-twisted-web Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2153 retrieving revision 1.2154 diff -u -r1.2153 -r1.2154 --- owners.list 27 Dec 2006 12:50:04 -0000 1.2153 +++ owners.list 27 Dec 2006 13:46:49 -0000 1.2154 @@ -2108,6 +2108,8 @@ Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 14:03:06 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:06 -0500 Subject: rpms/python-twisted-conch - New directory Message-ID: <200612271403.kBRE36gt004901@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4897/python-twisted-conch Log Message: Directory /cvs/extras/rpms/python-twisted-conch added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 14:03:11 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:11 -0500 Subject: rpms/python-twisted-conch/devel - New directory Message-ID: <200612271403.kBRE3BLH004920@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4897/python-twisted-conch/devel Log Message: Directory /cvs/extras/rpms/python-twisted-conch/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 14:03:30 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:30 -0500 Subject: rpms/python-twisted-conch Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271403.kBRE3Us6004954@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4948 Added Files: Makefile import.log Log Message: Setup of module python-twisted-conch --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-conch all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 14:03:35 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:03:35 -0500 Subject: rpms/python-twisted-conch/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271403.kBRE3Z5i004969@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4948/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-conch --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 14:04:44 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:04:44 -0500 Subject: rpms/python-twisted-conch import.log,1.1,1.2 Message-ID: <200612271404.kBRE4iL5005042@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5012 Modified Files: import.log Log Message: auto-import python-twisted-conch-0.7.0-4.fc6 on branch devel from python-twisted-conch-0.7.0-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-conch/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 14:03:30 -0000 1.1 +++ import.log 27 Dec 2006 14:04:14 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-conch-0_7_0-4_fc6:HEAD:python-twisted-conch-0.7.0-4.fc6.src.rpm:1167228825 From fedora-extras-commits at redhat.com Wed Dec 27 14:04:44 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:04:44 -0500 Subject: rpms/python-twisted-conch/devel python-twisted-conch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271404.kBRE4ilk005046@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-conch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5012/devel Modified Files: .cvsignore sources Added Files: python-twisted-conch.spec Log Message: auto-import python-twisted-conch-0.7.0-4.fc6 on branch devel from python-twisted-conch-0.7.0-4.fc6.src.rpm --- NEW FILE python-twisted-conch.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedConch Name: %{python}-twisted-conch Version: 0.7.0 Release: 4%{?dist} Summary: Twisted SSHv2 implementation Group: Development/Libraries License: MIT URL: http://twistedmatrix.com/trac/wiki/TwistedConch Source0: http://tmrc.mit.edu/mirror/twisted/Conch/0.7/TwistedConch-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core >= 2.4.0 BuildRequires: python-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core Requires: %{python}-crypto # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Conch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudamentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring. %prep %setup -n %{origname}-%{version} -q find doc -name \*.py | xargs chmod a-x %build %install rm -rf $RPM_BUILD_ROOT # this is a pure python package, but extending the twisted namespace from # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} # Man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ rm -rf doc/man %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* %{_mandir}/man1/* %{_bindir}/cftp %{_bindir}/ckeygen %{_bindir}/conch %{_bindir}/tkconch %{python_sitearch}/twisted/conch/ %{python_sitearch}/twisted/plugins/twisted_conch.py* %changelog * Tue Dec 26 2006 Thomas Vander Stichele - 0.7.0-4 - fixed URL - added NEWS and LICENSE * Wed Nov 01 2006 Thomas Vander Stichele - 0.7.0-3 - make doc files non-executable * Tue Sep 26 2006 Thomas Vander Stichele - 0.7.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.7.0-1 - update to new upstream release - remove NoArch, since it is installed into an arch-specific twisted namespace * Fri Sep 23 2005 Jeff Pitman 0.5.0-3 - normalize crypto name * Tue Aug 23 2005 Jeff Pitman 0.5.0-2 - need twisted to build * Fri Mar 25 2005 Jeff Pitman 0.5.0-1 - final release * Wed Mar 16 2005 Jeff Pitman 0.5.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.5.0-0.1.a2 - new prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-conch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 14:03:35 -0000 1.1 +++ .cvsignore 27 Dec 2006 14:04:14 -0000 1.2 @@ -0,0 +1 @@ +TwistedConch-0.7.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-conch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 14:03:35 -0000 1.1 +++ sources 27 Dec 2006 14:04:14 -0000 1.2 @@ -0,0 +1 @@ +0236162d53cf7f34ed341d9179e7783b TwistedConch-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 14:08:38 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Wed, 27 Dec 2006 09:08:38 -0500 Subject: owners owners.list,1.2154,1.2155 Message-ID: <200612271408.kBRE8cLH005105@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5090/owners Modified Files: owners.list Log Message: added python-twisted-conch Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2154 retrieving revision 1.2155 diff -u -r1.2154 -r1.2155 --- owners.list 27 Dec 2006 13:46:49 -0000 1.2154 +++ owners.list 27 Dec 2006 14:08:08 -0000 1.2155 @@ -2106,6 +2106,7 @@ Fedora Extras|python-turbokid|Python template plugin that supports Kid templates|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-TurboMail|Multi-threaded mail queue manager for TurboGears applications|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-conch|Twisted SSHv2 implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 16:04:19 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 27 Dec 2006 11:04:19 -0500 Subject: rpms/wordpress/FC-4 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.7, 1.8 wordpress-bz213985.patch, 1.1, NONE Message-ID: <200612271604.kBRG4Jtx011822@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11801 Modified Files: .cvsignore sources wordpress.spec Removed Files: wordpress-bz213985.patch Log Message: Update to 2.0.5 to fix bz 220818 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 21:56:32 -0000 1.3 +++ .cvsignore 27 Dec 2006 16:03:49 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 21:56:32 -0000 1.3 +++ sources 27 Dec 2006 16:03:49 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wordpress.spec 3 Dec 2006 18:25:42 -0000 1.7 +++ wordpress.spec 27 Dec 2006 16:03:49 -0000 1.8 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing -Release: 3%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,7 +11,6 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress -Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch @@ -22,7 +21,6 @@ %prep %setup -q -n wordpress -%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -74,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Wed Dec 27 2006 John Berninger - 2.0.5-1 +- Update to 2.0.5 - bz 220818 + * Sun Dec 3 2006 john Berninger - 2.0.4-3 - Remove mysql-server dependency --- wordpress-bz213985.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 16:05:06 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 27 Dec 2006 11:05:06 -0500 Subject: rpms/wordpress/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.8, 1.9 wordpress-bz213985.patch, 1.1, NONE Message-ID: <200612271605.kBRG56jw011897@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11868 Modified Files: .cvsignore sources wordpress.spec Removed Files: wordpress-bz213985.patch Log Message: Update to 2.0.5 to fix bz 220818 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 22:05:55 -0000 1.3 +++ .cvsignore 27 Dec 2006 16:04:36 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 22:05:55 -0000 1.3 +++ sources 27 Dec 2006 16:04:36 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wordpress.spec 3 Dec 2006 18:26:24 -0000 1.8 +++ wordpress.spec 27 Dec 2006 16:04:36 -0000 1.9 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing -Release: 3%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,7 +11,6 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress -Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch @@ -22,7 +21,6 @@ %prep %setup -q -n wordpress -%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -74,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Wed Dec 27 2006 John Berninger - 2.0.5-1 +- fix bz 220818 + * Sun Dec 3 2006 John Berninger - 2.0.4-3 - Remove mysql-server dependency --- wordpress-bz213985.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 16:05:50 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 27 Dec 2006 11:05:50 -0500 Subject: rpms/wordpress/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wordpress.spec, 1.9, 1.10 wordpress-bz213985.patch, 1.1, NONE Message-ID: <200612271605.kBRG5odV011970@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11941 Modified Files: .cvsignore sources wordpress.spec Removed Files: wordpress-bz213985.patch Log Message: Update to 2.0.5 to fix bz 220818 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 12 Aug 2006 22:25:05 -0000 1.3 +++ .cvsignore 27 Dec 2006 16:05:20 -0000 1.4 @@ -1 +1 @@ -wordpress-2.0.4.tar.gz +wordpress-2.0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 12 Aug 2006 22:25:05 -0000 1.3 +++ sources 27 Dec 2006 16:05:20 -0000 1.4 @@ -1 +1 @@ -0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz +f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-6/wordpress.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- wordpress.spec 5 Dec 2006 01:41:12 -0000 1.9 +++ wordpress.spec 27 Dec 2006 16:05:20 -0000 1.10 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.4 +Version: 2.0.5 Group: Applications/Publishing -Release: 4%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -11,7 +11,6 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress -Patch0: wordpress-bz213985.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php >= 4.1.0, httpd, php-mysql BuildArch: noarch @@ -22,7 +21,6 @@ %prep %setup -q -n wordpress -%patch0 -p1 %install mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -74,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Wed Dec 27 2006 John Berninger - 2.0.5-1 +- ver 2.0.5 to fix bz 220818 + * Sun Dec 3 2006 John Berninger - 2.0.4-4 - Remove mysql-server dependency for real this time. --- wordpress-bz213985.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 17:23:10 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 27 Dec 2006 12:23:10 -0500 Subject: rpms/python-reportlab/devel .cvsignore, 1.4, 1.5 python-reportlab.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <200612271723.kBRHNAKW015491@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-reportlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15470 Modified Files: .cvsignore python-reportlab.spec sources Log Message: * Wed Dec 27 2006 Brian Pepple - 2.0-1 - Update to 2.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Sep 2006 04:09:32 -0000 1.4 +++ .cvsignore 27 Dec 2006 17:22:40 -0000 1.5 @@ -1 +1 @@ -ReportLab_1_21_1.tgz +ReportLab_2_0.tgz Index: python-reportlab.spec =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-reportlab.spec 8 Dec 2006 18:12:02 -0000 1.11 +++ python-reportlab.spec 27 Dec 2006 17:22:40 -0000 1.12 @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-reportlab -Version: 1.21.1 -Release: 2%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: Python PDF generation library Group: Development/Libraries License: BSD URL: http://www.reportlab.org/ -Source0: http://www.reportlab.org/ftp/ReportLab_1_21_1.tgz +Source0: http://www.reportlab.org/ftp/ReportLab_2_0.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -21,7 +21,7 @@ %prep -%setup -q -n reportlab_1_21_1 +%setup -q -n reportlab_2_0 %build @@ -49,6 +49,9 @@ %changelog +* Wed Dec 27 2006 Brian Pepple - 2.0-1 +- Update to 2.0. + * Fri Dec 8 2006 Brian Pepple - 1.21.1-2 - Rebuild against new python. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Sep 2006 04:09:32 -0000 1.4 +++ sources 27 Dec 2006 17:22:40 -0000 1.5 @@ -1 +1 @@ -1d626995d10c8fb73d2718fa8aa00afb ReportLab_1_21_1.tgz +0de80cdf310dac692ba6ea02beb4481b ReportLab_2_0.tgz From fedora-extras-commits at redhat.com Wed Dec 27 17:31:36 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:36 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql - New directory Message-ID: <200612271731.kBRHVaK5015614@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15610/php-pear-MDB2-Driver-mysql Log Message: Directory /cvs/extras/rpms/php-pear-MDB2-Driver-mysql added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 17:31:41 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:41 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql/devel - New directory Message-ID: <200612271731.kBRHVfEj015627@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15610/php-pear-MDB2-Driver-mysql/devel Log Message: Directory /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 17:31:46 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:46 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612271731.kBRHVkbv015657@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15651 Added Files: Makefile import.log Log Message: Setup of module php-pear-MDB2-Driver-mysql --- NEW FILE Makefile --- # Top level Makefile for module php-pear-MDB2-Driver-mysql all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 17:31:51 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:31:51 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271731.kBRHVpBa015672@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15651/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-MDB2-Driver-mysql --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 17:32:38 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:32:38 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql import.log,1.1,1.2 Message-ID: <200612271732.kBRHWcd9015741@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15711 Modified Files: import.log Log Message: auto-import php-pear-MDB2-Driver-mysql-1.3.0-1 on branch devel from php-pear-MDB2-Driver-mysql-1.3.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 17:31:46 -0000 1.1 +++ import.log 27 Dec 2006 17:32:08 -0000 1.2 @@ -0,0 +1 @@ +php-pear-MDB2-Driver-mysql-1_3_0-1:HEAD:php-pear-MDB2-Driver-mysql-1.3.0-1.src.rpm:1167241308 From fedora-extras-commits at redhat.com Wed Dec 27 17:32:39 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:32:39 -0500 Subject: rpms/php-pear-MDB2-Driver-mysql/devel php-pear-MDB2-Driver-mysql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271732.kBRHWdmw015745@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15711/devel Modified Files: .cvsignore sources Added Files: php-pear-MDB2-Driver-mysql.spec Log Message: auto-import php-pear-MDB2-Driver-mysql-1.3.0-1 on branch devel from php-pear-MDB2-Driver-mysql-1.3.0-1.src.rpm --- NEW FILE php-pear-MDB2-Driver-mysql.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name MDB2_Driver_mysql Name: php-pear-MDB2-Driver-mysql Version: 1.3.0 Release: 1%{?dist} Summary: MySQL MDB2 driver Group: Development/Libraries License: BSD URL: http://pear.php.net/package/MDB2_Driver_mysql Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-pear(MDB2) >= 2.3.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is the MySQL MDB2 driver. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_datadir}/%{pear_name} %{pear_phpdir}/MDB2/Driver/*/mysql.php %{pear_phpdir}/MDB2/Driver/mysql.php %changelog * Sun Dec 03 2006 Christopher Stone 1.3.0-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 17:31:51 -0000 1.1 +++ .cvsignore 27 Dec 2006 17:32:09 -0000 1.2 @@ -0,0 +1 @@ +MDB2_Driver_mysql-1.3.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-MDB2-Driver-mysql/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 17:31:51 -0000 1.1 +++ sources 27 Dec 2006 17:32:09 -0000 1.2 @@ -0,0 +1 @@ +16a7b836904b36ca77a743554c7f0061 MDB2_Driver_mysql-1.3.0.tgz From fedora-extras-commits at redhat.com Wed Dec 27 17:35:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 27 Dec 2006 12:35:18 -0500 Subject: rpms/gramps/devel gramps.spec,1.27,1.28 Message-ID: <200612271735.kBRHZIJg015825@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15792 Modified Files: gramps.spec Log Message: * Wed Dec 27 2006 Brian Pepple - 2.2.4-3 - Add requires on gnome-python2-gtkspell & freefont. Index: gramps.spec =================================================================== RCS file: /cvs/extras/rpms/gramps/devel/gramps.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- gramps.spec 26 Dec 2006 20:08:07 -0000 1.27 +++ gramps.spec 27 Dec 2006 17:34:48 -0000 1.28 @@ -1,6 +1,6 @@ Name: gramps Version: 2.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -26,12 +26,15 @@ Requires: gnome-python2-gnomevfs Requires: gnome-python2 Requires: gnome-python2-gnomeprint +Requires: gnome-python2-gtkspell Requires: ImageMagick +Requires: freefont Requires: pygtk2 Requires: pygtk2-libglade Requires: rcs -Requires: python-reportlab >= 1.20 +Requires: python-reportlab Requires: graphviz + Requires(pre): GConf2 Requires(post): desktop-file-utils Requires(post): scrollkeeper @@ -131,6 +134,9 @@ %changelog +* Wed Dec 27 2006 Brian Pepple - 2.2.4-3 +- Add requires on gnome-python2-gtkspell & freefont. + * Tue Dec 26 2006 Brian Pepple - 2.2.4-2 - Add gramp.png to files. From fedora-extras-commits at redhat.com Wed Dec 27 17:35:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 12:35:43 -0500 Subject: owners owners.list,1.2155,1.2156 Message-ID: <200612271735.kBRHZhUA015830@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15810 Modified Files: owners.list Log Message: php-pear-MDB2-Driver-mysql Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2155 retrieving revision 1.2156 diff -u -r1.2155 -r1.2156 --- owners.list 27 Dec 2006 14:08:08 -0000 1.2155 +++ owners.list 27 Dec 2006 17:35:13 -0000 1.2156 @@ -1907,6 +1907,7 @@ Fedora Extras|php-pear-Mail|Class that provides multiple interfaces for sending emails|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Mail-Mime|Classes to create and decode mime messages|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-pear-MDB2|Database Abstraction Layer|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-MDB2-Driver-mysql|MySQL MDB2 driver|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-Curl|OO interface to PHP's cURL extension|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-DIME|Implements Direct Internet Message Encapsulation (DIME)|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-FTP|Provides an OO interface to the PHP FTP functions plus some additions|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 18:17:38 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:17:38 -0500 Subject: rpms/krename - New directory Message-ID: <200612271817.kBRIHcL8019280@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19276/krename Log Message: Directory /cvs/extras/rpms/krename added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:17:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:17:43 -0500 Subject: rpms/krename/devel - New directory Message-ID: <200612271817.kBRIHhVT019293@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19276/krename/devel Log Message: Directory /cvs/extras/rpms/krename/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:18:40 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:18:40 -0500 Subject: rpms/krename Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271818.kBRIIeo9019330@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19324 Added Files: Makefile import.log Log Message: Setup of module krename --- NEW FILE Makefile --- # Top level Makefile for module krename all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 18:18:45 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:18:45 -0500 Subject: rpms/krename/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271818.kBRIIjRT019345@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19324/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module krename --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 18:31:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:31:20 -0500 Subject: rpms/krename import.log,1.1,1.2 Message-ID: <200612271831.kBRIVKZY019441@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410 Modified Files: import.log Log Message: auto-import krename-3.0.13-2 on branch devel from krename-3.0.13-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/krename/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 18:18:40 -0000 1.1 +++ import.log 27 Dec 2006 18:30:50 -0000 1.2 @@ -0,0 +1 @@ +krename-3_0_13-2:HEAD:krename-3.0.13-2.src.rpm:1167244830 From fedora-extras-commits at redhat.com Wed Dec 27 18:31:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:31:20 -0500 Subject: rpms/krename/devel krename.desktop, NONE, 1.1 krename.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271831.kBRIVKQJ019445@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/krename/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19410/devel Modified Files: .cvsignore sources Added Files: krename.desktop krename.spec Log Message: auto-import krename-3.0.13-2 on branch devel from krename-3.0.13-2.src.rpm --- NEW FILE krename.desktop --- [Desktop Entry] Encoding=UTF-8 Type=Application Name=KRename Icon=krename.png Terminal=false Exec=krename -caption "%c" %i %m %U Categories=Utility;Qt;KDE; Comment=KRename is a batch file renamer which can rename a list of files based on a set of expressions. Comment[de]=KRename ist ein Batch-Umbenenner, der eine Liste von Dateien anhand eines vorgegebenen Musters umbenennt. Comment[es]=KRename es una herramienta para renombrar paquetes de ficheros, puede renombrar una lista de ficheros bas??ndose en una serie de expresiones. Comment[fr]=Krename est un renommeur de fichiers en groupe, qui peut renommer une liste de fichiers en se basant sur un ensemble d'expressions. Comment[hu]=A KRename egy f??jl??tnevez??, amellyel t??meges f??jl??tnevez??s v??gezhet?? kifejez??sek alapj??n. Comment[it]=KRename consente di rinominare una lista di file secondo una serie di regole. Comment[ja]=KRename????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Comment[nl]=KRename is een hulpprogramma dat een lijst van bestanden kan hernoemen aan de hand van een set reguliere expressies. Comment[pl]=Krename to program zmiany nazw partii plik??w bazuj??cy na zestawie wyra??e??. Comment[pt]=KRename ?? um renomeador de arquivos em lote que pode renomear uma lista de arquivos baseada em uma cole????o de express??es. Comment[ru]=KRename - ?????????????????? ?????????????????????????? ????????????, ?????????????????? ?????????????????????????? ???????????? ????????????, ?????????????????? ?????????? ??????????????????. Comment[sl]=KRename je program za serijsko preimenovanje, ki preimenuje listo imen datotek po dolo??enem izrazu. Comment[sv]=KRename ??r en klumpvis filomd??pare, som kan d??pa om en fillista grundad p?? en m??ngd uttryck. Comment[tr]=KRename bir liste i??erisindeki dosyalar??, belirli ifadelere dayanarak topluca yeniden adland??ran bir programd??r. --- NEW FILE krename.spec --- Name: krename Version: 3.0.13 Release: 2%{?dist} Summary: Powerful batch file renamer Group: Applications/File License: GPL URL: http://www.krename.net/ Source0: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Source3: krename.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: hicolor-icon-theme BuildRequires: kdelibs-devel desktop-file-utils %description KRename is a powerful batch renamer for KDE. It allows you to easily rename hundreds or even more files in one go. The filenames can be created by parts of the original filename, numbering the files or accessing hundreds of informations about the file, like creation date or Exif informations of an image. %prep %setup -q for file in ChangeLog TODO; do iconv -f iso8859-1 -t utf8 $file > $file.utf8 rm -rf $file mv $file.utf8 $file done %build %configure --disable-rpath make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -rf ${RPM_BUILD_ROOT}%{_datadir}/applications #deleting unwanted default desktop file desktop-file-install --vendor="fedora" \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ %{SOURCE3} %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/apps/konqueror %{_datadir}/apps/krename %{_datadir}/doc/HTML/en/krename %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/locolor %changelog * Thu Dec 21 2006 Micha?? Bentkowski - 3.0.13-2 - Fix encoding of ChangeLog and TODO files - Fix desktop file issue - Add %%post and %%postun sections - Make %%{_datadir}/apps/konqueror owned by this package * Tue Dec 19 2006 Micha?? Bentkowski - 3.0.13-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/krename/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 18:18:45 -0000 1.1 +++ .cvsignore 27 Dec 2006 18:30:50 -0000 1.2 @@ -0,0 +1 @@ +krename-3.0.13.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/krename/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 18:18:45 -0000 1.1 +++ sources 27 Dec 2006 18:30:50 -0000 1.2 @@ -0,0 +1 @@ +93b4a74d0ef67213a5947dc5fb10b9cf krename-3.0.13.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 18:42:26 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:26 -0500 Subject: rpms/ladspa-swh-plugins - New directory Message-ID: <200612271842.kBRIgQpX019597@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19593/ladspa-swh-plugins Log Message: Directory /cvs/extras/rpms/ladspa-swh-plugins added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:42:31 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:31 -0500 Subject: rpms/ladspa-swh-plugins/devel - New directory Message-ID: <200612271842.kBRIgVkh019610@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19593/ladspa-swh-plugins/devel Log Message: Directory /cvs/extras/rpms/ladspa-swh-plugins/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 18:42:48 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:48 -0500 Subject: rpms/ladspa-swh-plugins Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612271842.kBRIgm2j019640@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19634 Added Files: Makefile import.log Log Message: Setup of module ladspa-swh-plugins --- NEW FILE Makefile --- # Top level Makefile for module ladspa-swh-plugins all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 18:42:54 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:42:54 -0500 Subject: rpms/ladspa-swh-plugins/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612271842.kBRIgs0u019655@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19634/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ladspa-swh-plugins --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 18:44:12 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:44:12 -0500 Subject: rpms/ladspa-swh-plugins import.log,1.1,1.2 Message-ID: <200612271844.kBRIiCWF019732@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19699 Modified Files: import.log Log Message: auto-import ladspa-swh-plugins-0.4.15-5 on branch devel from ladspa-swh-plugins-0.4.15-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ladspa-swh-plugins/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 18:42:48 -0000 1.1 +++ import.log 27 Dec 2006 18:43:42 -0000 1.2 @@ -0,0 +1 @@ +ladspa-swh-plugins-0_4_15-5:HEAD:ladspa-swh-plugins-0.4.15-5.src.rpm:1167245609 From fedora-extras-commits at redhat.com Wed Dec 27 18:44:12 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 13:44:12 -0500 Subject: rpms/ladspa-swh-plugins/devel ladspa-swh-plugins.spec, NONE, 1.1 swh-plugins-0.4.14-Makefile.in.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612271844.kBRIiCnj019736@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/ladspa-swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19699/devel Modified Files: .cvsignore sources Added Files: ladspa-swh-plugins.spec swh-plugins-0.4.14-Makefile.in.patch Log Message: auto-import ladspa-swh-plugins-0.4.15-5 on branch devel from ladspa-swh-plugins-0.4.15-5.src.rpm --- NEW FILE ladspa-swh-plugins.spec --- %define pkgname swh-plugins Summary: A set of audio plugins for LADSPA Name: ladspa-%{pkgname} Version: 0.4.15 Release: 5%{?dist} License: GPL Group: Applications/Multimedia Source: http://plugin.org.uk/releases/0.4.15/swh-plugins-0.4.15.tar.gz Patch0: swh-plugins-0.4.14-Makefile.in.patch URL: http://plugin.org.uk/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fftw3-devel ladspa-devel libxml2-devel pkgconfig Obsoletes: %{pkgname} < 0.4.15-5 Provides: %{pkgname} = %{version}-%{release} %description A set of audio plugins for LADSPA (see http://plugin.org.uk/ for more details). %prep %setup -q -n %{pkgname}-%{version} %patch0 -p0 %build CFLAGS="$RPM_OPT_FLAGS" %configure --disable-static %{__make} %{?_smp_mflags} static %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %find_lang %{pkgname} %clean %{__rm} -rf %{buildroot} %files -f %{pkgname}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_libdir}/ladspa/*.so %{_datadir}/ladspa/rdf/* %changelog * Wed Dec 27 2006 Anthony Green 0.4.15-5 - Rename package from swh-plugins. * Thu Oct 05 2006 Christian Iseli 0.4.15-4 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 19 2006 Anthony Green 0.4.15-3 - Fix release tag. * Mon Sep 18 2006 Anthony Green 0.4.15-2.1 - Rebuild. * Sun Sep 10 2006 Anthony Green 0.4.15-2 - Add BuildRequires for pkgconfig. * Sat Sep 9 2006 Anthony Green 0.4.15-1 - Update sources. Remove obsolete patch. * Mon Apr 24 2006 Anthony Green 0.4.14-3 - Add -configure patch. Configure with --disable-static. * Mon Apr 24 2006 Anthony Green 0.4.14-2 - Fix Summary. - Don't install INSTALL or the empty NEWS file. - Remove some BuildRequirements. * Sat Apr 22 2006 Anthony Green 0.4.14-1 - Build for Fedora Extras. - Use %find_lang. - Don't own the ladspa dir. * Fri Jun 24 2005 Fernando Lopez-Lezcano 0.4.13 - removed ps_in and ps_out external declarations in pitchscale.h, otherwise build fails in fc4/gcc4 * Fri Mar 25 2005 Fernando Lopez-Lezcano 0.4.13-1 - updated to 0.4.13 * Mon Jan 24 2005 Fernando Lopez-Lezcano 0.4.12-1 - updated to 0.4.12 * Mon Dec 20 2004 Fernando Lopez-Lezcano - spec file cleanup * Mon Nov 15 2004 Fernando Lopez-Lezcano 0.4.11-1 - updated to 0.4.11 * Tue Jul 20 2004 Fernando Lopez-Lezcano 0.4.7-1 - updated to 0.4.7 - multiarch build, up optimization to original -O6 * Sun Jul 4 2004 Fernando Lopez-Lezcano 0.4.4-1 - updated to 0.4.4 * Fri May 14 2004 Fernando Lopez-Lezcano 0.4.3-3 - more buildrequires, fixed file list - patch for gcc3.3 happiness * Sat May 8 2004 Fernando Lopez-Lezcano - added proper buildrequires * Wed Feb 18 2004 Fernando Lopez-Lezcano 0.4.3-2 - changed name of ladspa package, do not depend on it explicitly * Tue Dec 2 2003 Fernando Lopez-Lezcano 0.4.3-1 - updated to 0.4.3 * Sat Oct 11 2003 Fernando Lopez-Lezcano 0.4.2-2 - updated to snapshot of 2003-08-19, jackEq requires dj_eq_1901 * Mon Jun 2 2003 Fernando Lopez-Lezcano 0.4.2-1 - updated to 0.4.2 * Tue Apr 8 2003 Fernando Lopez-Lezcano 0.4.0-2 - rebuilt for newer version of fftw * Tue Apr 8 2003 Fernando Lopez-Lezcano 0.4.0-1 - updated to 0.4.0 * Fri Mar 7 2003 Fernando Lopez-Lezcano 0.3.7-1 - updated to 0.3.7 * Mon Jan 13 2003 Fernando Lopez-Lezcano 0.3.6-1 - updated to 0.3.6... boy, this is movin fast :-) * Fri Jan 10 2003 Fernando Lopez-Lezcano 0.3.5 - updated to 0.3.5... should have waited :-) * Thu Jan 9 2003 Fernando Lopez-Lezcano 0.3.4 - updated to 0.3.4 * Wed Dec 06 2002 Fernando Lopez-Lezcano 0.3.3 - updated to 0.3.3 * Wed Dec 04 2002 Fernando Lopez-Lezcano 0.3.2 - updated to 0.3.2 * Fri Nov 1 2002 Fernando Lopez-Lezcano 0.3.0 - updated to 0.3.0 * Fri Sep 06 2002 Fernando Lopez-Lezcano - updated to 0.2.8 * Fri Jan 18 2002 Fernando Lopez-Lezcano - updated to 0.2.3 - changed to globbing of .so files * Thu Aug 23 2001 Fernando Lopez-Lezcano - added prefix, cleanup swh-plugins-0.4.14-Makefile.in.patch: --- NEW FILE swh-plugins-0.4.14-Makefile.in.patch --- --- Makefile.in~ 2006-04-24 12:30:33.000000000 -0400 +++ Makefile.in 2006-04-24 12:31:45.000000000 -0400 @@ -609,7 +609,7 @@ @top_srcdir@/*.dtd @top_srcdir@/*.pl @top_srcdir@/*.css \ @top_srcdir@/impulses/*.h autogen.sh bozosoity-checker.pl -plugindir = @prefix@/lib/ladspa +plugindir = $(libdir)/ladspa # Uncomment below for Darwin support. Or add a conditional for this. #AM_CFLAGS = -fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ladspa-swh-plugins/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 18:42:54 -0000 1.1 +++ .cvsignore 27 Dec 2006 18:43:42 -0000 1.2 @@ -0,0 +1 @@ +swh-plugins-0.4.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ladspa-swh-plugins/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 18:42:54 -0000 1.1 +++ sources 27 Dec 2006 18:43:42 -0000 1.2 @@ -0,0 +1 @@ +2fbdccef2462ea553901acd429fa3573 swh-plugins-0.4.15.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 18:45:42 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Micha=C5=82_Bentkowski?= (ecik)) Date: Wed, 27 Dec 2006 13:45:42 -0500 Subject: owners owners.list,1.2156,1.2157 Message-ID: <200612271845.kBRIjgep019779@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19581 Modified Files: owners.list Log Message: Added krename Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2156 retrieving revision 1.2157 diff -u -r1.2156 -r1.2157 --- owners.list 27 Dec 2006 17:35:13 -0000 1.2156 +++ owners.list 27 Dec 2006 18:45:12 -0000 1.2157 @@ -878,6 +878,7 @@ Fedora Extras|kphotobymail|A PyQt based flickr uploader|kushaldas at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|kpolynome|A polynome calculation program for KDE|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|krecipes|Application to manage recipes and shopping-lists|dennis at ausil.us|extras-qa at fedoraproject.org| +Fedora Extras|krename|Powerful batch file renamer|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|krusader|An advanced twin-panel (commander-style) file-manager for KDE|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|ks3switch|KDE utility for managing the output device on S3 Savage chips|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|ksensors|An lm_sensors frontend for KDE|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 18:49:56 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 13:49:56 -0500 Subject: rpms/nant/devel nant.spec,1.7,1.8 Message-ID: <200612271849.kBRInuTO019800@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/nant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19785 Modified Files: nant.spec Log Message: Rebuild for boo nant.spec Index: nant.spec =================================================================== RCS file: /cvs/extras/rpms/nant/devel/nant.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nant.spec 17 Dec 2006 14:56:54 -0000 1.7 +++ nant.spec 27 Dec 2006 18:49:26 -0000 1.8 @@ -11,7 +11,7 @@ Summary: NAnt is a build tool for Mono and .NET Name: nant Version: 0.85 -Release: 11%{?dist} +Release: 12%{?dist} Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz Patch0: nant-build.patch Patch1: nant-app.patch @@ -83,6 +83,9 @@ %doc examples/* doc/help/* %changelog +* Wed Dec 27 2006 Paul F. Johnson 0.85-12 +- rebuild for boo + * Sun Dec 17 2006 Paul F. Johnson 0.85-11 - No longer the RC release From fedora-extras-commits at redhat.com Wed Dec 27 18:52:45 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 13:52:45 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.6,1.7 Message-ID: <200612271852.kBRIqj4x019869@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19854 Modified Files: autogen.spec Log Message: Excludes arch ppc (build fail) autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- autogen.spec 23 Dec 2006 20:57:05 -0000 1.6 +++ autogen.spec 27 Dec 2006 18:52:15 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -16,6 +16,8 @@ Obsoletes: libopts-devel Obsoletes: libopts +ExcludeArch: ppc + %description AutoGen is a tool designed to simplify the creation and maintenance of programes that contain large amounts of repetitious text. It is especially @@ -124,6 +126,9 @@ %{_includedir}/autoopts %changelog +* Wed Dec 27 2006 Paul F. Johnson 5.8.7-5 +- excludes arch ppc due to build problems + * Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 - removed BR libopts-devel From fedora-extras-commits at redhat.com Wed Dec 27 19:01:51 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 27 Dec 2006 14:01:51 -0500 Subject: rpms/python-reportlab/devel python-reportlab.spec,1.12,1.13 Message-ID: <200612271901.kBRJ1pfA023101@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/python-reportlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23078 Modified Files: python-reportlab.spec Log Message: * Wed Dec 27 2006 Brian Pepple - 2.0-2 - Make docs subpackage. Index: python-reportlab.spec =================================================================== RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-reportlab.spec 27 Dec 2006 17:22:40 -0000 1.12 +++ python-reportlab.spec 27 Dec 2006 19:01:21 -0000 1.13 @@ -2,7 +2,7 @@ Name: python-reportlab Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python PDF generation library Group: Development/Libraries @@ -20,6 +20,16 @@ Python PDF generation library. +%package docs +Summary: Documentation files for %{name} +Group: Documentation +Requires: %{name} = %{version}-%{release} + + +%description docs +The %{name}-docs package contains the documentation for ReportLab in PDF format. + + %prep %setup -q -n reportlab_2_0 @@ -34,9 +44,16 @@ cd ./reportlab %{__python} setup.py install --root $RPM_BUILD_ROOT -rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README -rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes -rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt +# Remove test, doc, and demo files. +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelin}/reportlab/demos +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/tools/pythonpoint/demos +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/docs +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/test/ + +rm ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README +rm ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes +rm ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt + %clean rm -rf $RPM_BUILD_ROOT @@ -45,10 +62,28 @@ %files %defattr(-,root,root,-) %doc reportlab/README reportlab/changes reportlab/license.txt -%{python_sitelib}/reportlab/ +%dir %{python_sitelib}/reportlab +%{python_sitelib}/reportlab/*.py* +%{python_sitelib}/reportlab/extensions/ +%{python_sitelib}/reportlab/fonts/ +%{python_sitelib}/reportlab/graphics/ +%{python_sitelib}/reportlab/lib/ +%{python_sitelib}/reportlab/pdfbase/ +%{python_sitelib}/reportlab/pdfgen/ +%{python_sitelib}/reportlab/platypus/ +%{python_sitelib}/reportlab/tools/ + + +%files docs +%defattr(-,root,root,-) +%doc reportlab/docs/*.pdf +%{python_sitelib}/reportlab/demos/ %changelog +* Wed Dec 27 2006 Brian Pepple - 2.0-2 +- Make docs subpackage. + * Wed Dec 27 2006 Brian Pepple - 2.0-1 - Update to 2.0. From fedora-extras-commits at redhat.com Wed Dec 27 19:05:38 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 14:05:38 -0500 Subject: owners owners.list,1.2157,1.2158 Message-ID: <200612271905.kBRJ5cI4023179@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23162 Modified Files: owners.list Log Message: Add ladspa-swh-plugins Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2157 retrieving revision 1.2158 diff -u -r1.2157 -r1.2158 --- owners.list 27 Dec 2006 18:45:12 -0000 1.2157 +++ owners.list 27 Dec 2006 19:05:08 -0000 1.2158 @@ -897,6 +897,7 @@ Fedora Extras|labyrinth|A simple yet powerful mind-mapping tool for the GNOME desktop|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|lacewing|Asteroid like game with many different ships|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ladspa|LADSPA SDK, example plug-ins and tools|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|ladspa-swh-plugins|A set of audio plugins for LADSPA|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|lagan|Local, global, and multiple alignment of DNA sequences|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| Fedora Extras|lapack|The LAPACK libraries for numerical linear algebra.|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|lash|LASH Audio Session Handler|green at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 19:06:31 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 14:06:31 -0500 Subject: rpms/swh-plugins/devel dead.package,NONE,1.1 Message-ID: <200612271906.kBRJ6ViK023198@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23190 Added Files: dead.package Log Message: Renamed to ladspa-swh-plugins --- NEW FILE dead.package --- Renamed to "ladspa-swh-plugins". From fedora-extras-commits at redhat.com Wed Dec 27 19:07:27 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 14:07:27 -0500 Subject: rpms/swh-plugins/devel Makefile, 1.1, NONE sources, 1.3, NONE swh-plugins-0.4.14-Makefile.in.patch, 1.2, NONE swh-plugins.spec, 1.11, NONE Message-ID: <200612271907.kBRJ7R1N023228@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/swh-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23223 Removed Files: Makefile sources swh-plugins-0.4.14-Makefile.in.patch swh-plugins.spec Log Message: Obsoleted --- Makefile DELETED --- --- sources DELETED --- --- swh-plugins-0.4.14-Makefile.in.patch DELETED --- --- swh-plugins.spec DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 19:13:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 14:13:24 -0500 Subject: rpms/sbcl/devel .cvsignore, 1.18, 1.19 sbcl.spec, 1.59, 1.60 sources, 1.20, 1.21 Message-ID: <200612271913.kBRJDOZH023330@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23307 Modified Files: .cvsignore sbcl.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 1.0.1-1 - sbcl-1.0.1 - use binary bootstraps Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 4 Dec 2006 19:23:23 -0000 1.18 +++ .cvsignore 27 Dec 2006 19:12:54 -0000 1.19 @@ -1,5 +1,8 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-1.0-x86-linux-binary.tar.bz2 +sbcl-1.0-x86-64-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- sbcl.spec 15 Dec 2006 12:35:52 -0000 1.59 +++ sbcl.spec 27 Dec 2006 19:12:54 -0000 1.60 @@ -9,8 +9,8 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -24,30 +24,30 @@ Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 10 +%define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 20 +%define sbcl_bootstrap_src -a 20 %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +%define sbcl_bootstrap_src -a 30 %endif ## sparc section @@ -233,7 +233,11 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 1.0-2 +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) * Mon Dec 04 2006 Rex Dieter 1.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 4 Dec 2006 19:23:23 -0000 1.20 +++ sources 27 Dec 2006 19:12:54 -0000 1.21 @@ -1 +1,4 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 +ad8cf66970394c949f9801e7e2bab04a sbcl-1.0.1-x86-linux-binary.tar.bz2 +e1a72c77b2e7de5d04748591d3d7055b sbcl-1.0.1-x86-64-linux-binary.tar.bz2 +4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 19:38:41 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 14:38:41 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.60,1.61 Message-ID: <200612271938.kBRJcf3F023488@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23473 Modified Files: sbcl.spec Log Message: * Wed Dec 27 2006 Rex Dieter 1.0.1-2 - ppc builds borked, disable for now (#220053) Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- sbcl.spec 27 Dec 2006 19:12:54 -0000 1.60 +++ sbcl.spec 27 Dec 2006 19:38:11 -0000 1.61 @@ -17,7 +17,9 @@ URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc sparc +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 @@ -233,6 +235,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + * Wed Dec 27 2006 Rex Dieter 1.0.1-1 - sbcl-1.0.1 - use binary bootstraps From fedora-extras-commits at redhat.com Wed Dec 27 19:42:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 14:42:45 -0500 Subject: rpms/sbcl/devel sbcl.spec,1.61,1.62 Message-ID: <200612271942.kBRJgjZV023547@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23532 Modified Files: sbcl.spec Log Message: Release++ Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- sbcl.spec 27 Dec 2006 19:38:11 -0000 1.61 +++ sbcl.spec 27 Dec 2006 19:42:15 -0000 1.62 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages From fedora-extras-commits at redhat.com Wed Dec 27 20:21:56 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 15:21:56 -0500 Subject: rpms/sbcl/devel .cvsignore, 1.19, 1.20 sbcl.spec, 1.62, 1.63 sources, 1.21, 1.22 Message-ID: <200612272021.kBRKLu6x026892@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26873 Modified Files: .cvsignore sbcl.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 1.0.1-3 - native bootstrap Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 27 Dec 2006 19:12:54 -0000 1.19 +++ .cvsignore 27 Dec 2006 20:21:25 -0000 1.20 @@ -1,7 +1,4 @@ -sbcl-1.0-source.tar.bz2 sbcl-1.0-powerpc-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-x86-64-linux-binary.tar.bz2 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 sbcl-1.0.1-source.tar.bz2 sbcl-1.0.1-x86-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- sbcl.spec 27 Dec 2006 19:42:15 -0000 1.62 +++ sbcl.spec 27 Dec 2006 20:21:25 -0000 1.63 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages @@ -26,25 +26,25 @@ Source2: customize-target-features.lisp ## x86 section -Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 10 +#define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 20 +#define sbcl_bootstrap_src -a 20 %endif ## ppc section -Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc #BuildRequires: sbcl @@ -56,9 +56,9 @@ #Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 %ifarch sparc %define sbcl_arch sparc -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 40 +#define sbcl_bootstrap_src -a 40 %endif @@ -235,6 +235,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + * Wed Dec 27 2006 Rex Dieter 1.0.1-2 - ppc builds borked, disable for now (#220053) Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 27 Dec 2006 19:12:54 -0000 1.21 +++ sources 27 Dec 2006 20:21:25 -0000 1.22 @@ -1,4 +1 @@ fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 -ad8cf66970394c949f9801e7e2bab04a sbcl-1.0.1-x86-linux-binary.tar.bz2 -e1a72c77b2e7de5d04748591d3d7055b sbcl-1.0.1-x86-64-linux-binary.tar.bz2 -4c681925654fd927d58d6ed8713f4dd5 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 20:24:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 15:24:54 -0500 Subject: rpms/sbcl/FC-6 sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl-1.0-optflags.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 sbcl.spec, 1.55, 1.56 sources, 1.20, 1.21 sbcl-0.9.5-optflags.patch, 1.1, NONE Message-ID: <200612272024.kBRKOsa6026996@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26971 Modified Files: .cvsignore sbcl.spec sources Added Files: sbcl-1.0-gcc4_sparc.patch sbcl-1.0-optflags.patch Removed Files: sbcl-0.9.5-optflags.patch Log Message: sbcl-1.0.1 sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 13 Dec 2006 13:50:09 -0000 1.18 +++ .cvsignore 27 Dec 2006 20:24:24 -0000 1.19 @@ -1,5 +1,5 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sbcl.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- sbcl.spec 13 Dec 2006 13:50:09 -0000 1.55 +++ sbcl.spec 27 Dec 2006 20:24:24 -0000 1.56 @@ -9,22 +9,24 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 1%{?dist} +Version: 1.0.1 +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -33,7 +35,7 @@ %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl @@ -42,24 +44,35 @@ %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 30 +%endif + +## sparc section +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +#define sbcl_bootstrap_src -a 40 %endif + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch +Patch3: sbcl-1.0-optflags.patch Patch4: sbcl-0.9.17-LIB_DIR.patch Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -90,6 +103,7 @@ %patch4 -p1 -b .LIB_DIR %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc ## Enable sb-thread %ifarch %{ix86} x86_64 @@ -221,6 +235,19 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-6/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 13 Dec 2006 13:50:09 -0000 1.20 +++ sources 27 Dec 2006 20:24:24 -0000 1.21 @@ -1 +1 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 --- sbcl-0.9.5-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 20:26:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 15:26:03 -0500 Subject: rpms/sbcl/FC-5 sbcl-1.0-gcc4_sparc.patch, NONE, 1.1 sbcl-1.0-optflags.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 sbcl.spec, 1.52, 1.53 sources, 1.20, 1.21 sbcl-0.9.5-optflags.patch, 1.1, NONE Message-ID: <200612272026.kBRKQ34u027077@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27050 Modified Files: .cvsignore sbcl.spec sources Added Files: sbcl-1.0-gcc4_sparc.patch sbcl-1.0-optflags.patch Removed Files: sbcl-0.9.5-optflags.patch Log Message: sbcl-1.0.1 sbcl-1.0-gcc4_sparc.patch: --- NEW FILE sbcl-1.0-gcc4_sparc.patch --- --- sbcl-1.0/src/runtime/sparc-arch.c.BAD 2006-12-14 10:58:21.000000000 -0600 +++ sbcl-1.0/src/runtime/sparc-arch.c 2006-12-14 10:59:02.000000000 -0600 @@ -86,8 +86,8 @@ void arch_skip_instruction(os_context_t *context) { - ((char *) *os_context_pc_addr(context)) = ((char *) *os_context_npc_addr(context)); - ((char *) *os_context_npc_addr(context)) += 4; + *os_context_pc_addr(context) = *os_context_npc_addr(context); + *os_context_npc_addr(context) += 4; } unsigned char *arch_internal_error_arguments(os_context_t *context) sbcl-1.0-optflags.patch: --- NEW FILE sbcl-1.0-optflags.patch --- --- sbcl-1.0/src/runtime/Config.x86_64-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86_64-linux 2006-12-14 08:55:17.000000000 -0600 @@ -34,7 +34,7 @@ OS_LIBS += -lpthread endif -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS) GC_SRC = gencgc.c --- sbcl-1.0/src/runtime/Config.sparc-linux.optflags 2005-09-16 08:26:39.000000000 -0500 +++ sbcl-1.0/src/runtime/Config.sparc-linux 2006-12-14 08:57:04.000000000 -0600 @@ -10,6 +10,7 @@ # files for more information. ASFLAGS = -g -Wall +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm --- sbcl-1.0/src/runtime/Config.x86-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.x86-linux 2006-12-14 08:55:17.000000000 -0600 @@ -38,6 +38,8 @@ OS_LIBS += -lpthread endif +CFLAGS += $(RPM_OPT_FLAGS) + GC_SRC = gencgc.c # Nothing to do for after-grovel-headers. --- sbcl-1.0/src/runtime/Config.ppc-linux.optflags 2006-11-19 10:38:57.000000000 -0600 +++ sbcl-1.0/src/runtime/Config.ppc-linux 2006-12-14 08:55:17.000000000 -0600 @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS += $(RPM_OPT_FLAGS) LINKFLAGS += -v -rdynamic NM = ./linux-nm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 13 Dec 2006 14:18:45 -0000 1.18 +++ .cvsignore 27 Dec 2006 20:25:33 -0000 1.19 @@ -1,5 +1,5 @@ -sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.18-source.tar.bz2 -sbcl-0.9.18-x86-64-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-source.tar.bz2 +sbcl-1.0-powerpc-linux-binary.tar.bz2 +sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sbcl.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- sbcl.spec 13 Dec 2006 14:18:45 -0000 1.52 +++ sbcl.spec 27 Dec 2006 20:25:33 -0000 1.53 @@ -9,22 +9,24 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 1%{?dist} +Version: 1.0.1 +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp ## x86 section -#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 BuildRequires: sbcl @@ -33,7 +35,7 @@ %endif ## x86_64 section -#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.18-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 BuildRequires: sbcl @@ -42,24 +44,35 @@ %endif ## ppc section -#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc +#BuildRequires: sbcl +# or +%define sbcl_bootstrap_src -a 30 +%endif + +## sparc section +#Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 +%ifarch sparc +%define sbcl_arch sparc BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +#define sbcl_bootstrap_src -a 40 %endif + Source100: my_setarch.c Patch1: sbcl-0.8.18-default-sbcl-home.patch Patch2: sbcl-0.9.5-personality.patch -Patch3: sbcl-0.9.5-optflags.patch +Patch3: sbcl-1.0-optflags.patch Patch4: sbcl-0.9.17-LIB_DIR.patch Patch6: sbcl-0.9.5-verbose-build.patch # Allow override of contrib test failure(s) Patch7: sbcl-0.9.9-permissive.patch +Patch8: sbcl-1.0-gcc4_sparc.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -90,6 +103,7 @@ %patch4 -p1 -b .LIB_DIR %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} %patch7 -p1 -b .permissive +%patch8 -p1 -b .gcc4_sparc ## Enable sb-thread %ifarch %{ix86} x86_64 @@ -221,6 +235,19 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 +- initial sparc support (bootstrap, optflags) + * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 - don't enable sb:thread (for now), to avoid hang in 'make check' tests Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 13 Dec 2006 14:18:45 -0000 1.20 +++ sources 27 Dec 2006 20:25:33 -0000 1.21 @@ -1 +1 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 --- sbcl-0.9.5-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 20:29:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 27 Dec 2006 15:29:43 -0500 Subject: upgradecheck upgradecheck.py,1.28,1.29 Message-ID: <200612272029.kBRKThaL027141@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126 Modified Files: upgradecheck.py Log Message: Make owners.list processing optional, yum 3.0.1 workaround (#220841), cosmetics. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- upgradecheck.py 28 Oct 2006 16:38:28 -0000 1.28 +++ upgradecheck.py 27 Dec 2006 20:29:43 -0000 1.29 @@ -28,8 +28,9 @@ import re import rpmUtils.arch -sys.path.append('/srv/extras-push/work/extras-repoclosure') -from PackageOwners import PackageOwners +if sys.hexversion < 0x020300F0: + sys.stderr.write("%s: Sorry, Python >= 2.3 required.\n" % sys.argv[0]) + sys.exit(1) mail_from = "buildsys at fedoraproject.org" mail_to = "fedora-maintainers at redhat.com" @@ -69,11 +70,13 @@ help="Use a temp dir for storing/accessing yum-cache") parser.add_option("-d", "--cachedir", default='', help="custom directory for storing/accessing yum-cache") - parser.add_option("-q", "--quiet", default=0, action="store_true", + parser.add_option("-q", "--quiet", default=False, action="store_true", help="quiet (no output to stderr)") parser.add_option("-n", "--nomail", default=False, action="store_true", help="do not send mail, just output the results") - parser.add_option("-x", "--nextonly", default=0, action="store_true", + parser.add_option("-w", "--noowners", default=False, action="store_true", + help="do not do owners.list processing") + parser.add_option("-x", "--nextonly", default=False, action="store_true", help="check next dist version only for each package, " "not all newer ones") (opts, args) = parser.parse_args() @@ -104,10 +107,16 @@ def main(): (opts, cruft) = parseArgs() - owners = PackageOwners() - #owners.FromCVS(workdir = ownersworkdir) - if not owners.FromURL(): - sys.exit(1) + if opts.noowners: + owners = {} + else: + sys.path.append('/srv/extras-push/work/extras-repoclosure') + from PackageOwners import PackageOwners + owners = PackageOwners() + #owners.FromCVS(workdir = ownersworkdir) + if not owners.FromURL(): + sys.exit(1) + solvers = {} for dist in dists: @@ -150,14 +159,16 @@ allnames = {} # Python < 2.4 compat, otherwise we'd use sorted(set(...)) for dist in enabled_dists: - for l in solvers[dist].pkgSack.returnNewestByName(): - for pkg in l: - if pkg.name[-10:] == "-debuginfo": pass - allnames[pkg.name] = 1 - pkgdict[dist][pkg.name] = { - "evr": (pkg.epoch, pkg.version, pkg.release), - "repo": pkg.repoid, - } + # Would use returnNewestByName() but it's broken in yum 3.0.1 (#220841) + # returnNewestByNameArch() works for our purposes as long as we only + # deal with one arch (src). + for pkg in solvers[dist].pkgSack.returnNewestByNameArch(): + if pkg.name[-10:] == "-debuginfo": pass + allnames[pkg.name] = 1 + pkgdict[dist][pkg.name] = { + "evr": (pkg.epoch, pkg.version, pkg.release), + "repo": pkg.repoid, + } allnames = allnames.keys() allnames.sort(lambda x, y: cmp(x.lower(), y.lower())) @@ -192,9 +203,11 @@ break if broken_paths: - owner = owners[name] - if owner == '': - owner = 'UNKNOWN OWNER (possibly Core package)' + if owners: + owner = owners.get(name) or \ + 'UNKNOWN OWNER (possibly Core package)' + else: + owner = '' ownerprint = owner.replace('@',' AT ') if not reports.has_key(owner): reports[owner] = [] @@ -212,13 +225,14 @@ # Insert "sorted by owner" report at the top. oldreport = report report = [] - reportkeys = reports.keys() - reportkeys.sort() - for owner in reportkeys: - ownerprint = owner.replace('@',' AT ') - report.append(ownerprint+':') - for line in reports[owner]: - report.append(' '+line) + if not opts.noowners: + reportkeys = reports.keys() + reportkeys.sort() + for owner in reportkeys: + ownerprint = owner.replace('@',' AT ') + report.append(ownerprint+':') + for line in reports[owner]: + report.append(' '+line) if report: report.append('-'*70) report.append('') From fedora-extras-commits at redhat.com Wed Dec 27 21:33:58 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 16:33:58 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.7,1.8 Message-ID: <200612272133.kBRLXwxJ030428@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30409 Modified Files: autogen.spec Log Message: Remove smp_mflags autogen.spec Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- autogen.spec 27 Dec 2006 18:52:15 -0000 1.7 +++ autogen.spec 27 Dec 2006 21:33:28 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -39,7 +39,7 @@ %build %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; -make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool # no smp flags as it falls over during build @@ -126,6 +126,9 @@ %{_includedir}/autoopts %changelog +* Wed Dec 27 2006 Paul F. Johnson 5.8.7-6 +- remove smp_mflags, makes x86_64 cry + * Wed Dec 27 2006 Paul F. Johnson 5.8.7-5 - excludes arch ppc due to build problems From fedora-extras-commits at redhat.com Wed Dec 27 21:36:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 16:36:24 -0500 Subject: rpms/autogen import.log,1.10,1.11 Message-ID: <200612272136.kBRLaOm3030534@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30504 Modified Files: import.log Log Message: auto-import autogen-5.8.8-1 on branch FC-6 from autogen-5.8.8-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/autogen/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 23 Dec 2006 21:11:53 -0000 1.10 +++ import.log 27 Dec 2006 21:35:54 -0000 1.11 @@ -7,3 +7,4 @@ autogen-5_8_7-3:HEAD:autogen-5.8.7-3.src.rpm:1162502259 autogen-5_8_7-4:HEAD:autogen-5.8.7-4.src.rpm:1166052821 autogen-5_8_8-1:HEAD:autogen-5.8.8-1.src.rpm:1166908817 +autogen-5_8_8-1:FC-6:autogen-5.8.8-1.src.rpm:1167255926 From fedora-extras-commits at redhat.com Wed Dec 27 21:36:24 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 16:36:24 -0500 Subject: rpms/autogen/FC-6 .cvsignore, 1.3, 1.4 autogen.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612272136.kBRLaOrB030539@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/autogen/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30504/FC-6 Modified Files: .cvsignore autogen.spec sources Log Message: auto-import autogen-5.8.8-1 on branch FC-6 from autogen-5.8.8-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2006 11:14:28 -0000 1.3 +++ .cvsignore 27 Dec 2006 21:35:54 -0000 1.4 @@ -1 +1 @@ -autogen-5.8.7.tar.bz2 +autogen-5.8.8.tar.bz2 Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/autogen.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- autogen.spec 23 Dec 2006 20:59:48 -0000 1.6 +++ autogen.spec 27 Dec 2006 21:35:54 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen -Version: 5.8.7 -Release: 4%{?dist} +Version: 5.8.8 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -38,7 +38,6 @@ %configure #find -name Makefile -exec sed -i -e 's/-Werror//' {} \; make LIBTOOL=%{_bindir}/libtool - # no smp flags as it falls over during build %install @@ -58,7 +57,7 @@ %preun if [ $1 = 0 ] ; then -/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || +/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : %{_sbindir}/alternatives --remove columns %{_bindir}/columns.autogen %{_sbindir}/alternatives --remove getdefs %{_bindir}/getdefs.autogen fi @@ -124,9 +123,11 @@ %{_includedir}/autoopts %changelog -* Sat Dec 23 2006 Paul F. Johnson 5.8.7-4 -- removed BR libopts-devel -- removed multi cpu build +* Sat Dec 23 2006 Paul F. Johnson 5.8.8-1 +- bump + +* Wed Dec 13 2006 Paul F .Johnson 5.8.7-4 +- fix for preun * Thu Nov 02 2006 Paul F. Johnson 5.8.7-3 - obsoletes libopts Index: sources =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2006 11:14:28 -0000 1.3 +++ sources 27 Dec 2006 21:35:54 -0000 1.4 @@ -1 +1 @@ -76599cc04f352512610191b13f3ce2a6 autogen-5.8.7.tar.bz2 +fe078c23b26753347a31c0bee6e5c82c autogen-5.8.8.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 21:39:39 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:39:39 -0500 Subject: rpms/postgis - New directory Message-ID: <200612272139.kBRLddtK030670@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30666/postgis Log Message: Directory /cvs/extras/rpms/postgis added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 21:39:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:39:44 -0500 Subject: rpms/postgis/devel - New directory Message-ID: <200612272139.kBRLdiwZ030684@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30666/postgis/devel Log Message: Directory /cvs/extras/rpms/postgis/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 21:40:11 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:40:11 -0500 Subject: rpms/postgis Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612272140.kBRLeBJw030713@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30707 Added Files: Makefile import.log Log Message: Setup of module postgis --- NEW FILE Makefile --- # Top level Makefile for module postgis all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 21:40:16 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:40:16 -0500 Subject: rpms/postgis/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612272140.kBRLeGQw030729@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30707/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module postgis --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 21:43:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:43:07 -0500 Subject: rpms/postgis/devel filter-requires-perl-Pg.sh, NONE, 1.1 postgis-configure.patch, NONE, 1.1 postgis-javamakefile.patch, NONE, 1.1 postgis.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612272143.kBRLh7B3030823@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30782/devel Modified Files: .cvsignore sources Added Files: filter-requires-perl-Pg.sh postgis-configure.patch postgis-javamakefile.patch postgis.spec Log Message: auto-import postgis-1.2.0-3 on branch devel from postgis-1.2.0-3.src.rpm --- NEW FILE filter-requires-perl-Pg.sh --- #!/bin/sh /usr/lib/rpm/perl.req $* | grep -v 'perl(Pg' postgis-configure.patch: --- NEW FILE postgis-configure.patch --- --- configure.old 2006-12-25 14:39:26.000000000 +0200 +++ configure 2006-12-25 14:39:35.000000000 +0200 @@ -4609,13 +4609,6 @@ GEOS_DIR=`$GEOSCONFIG --prefix` GEOS_LDFLAGS=`$GEOSCONFIG --ldflags 2> /dev/null` - if test x"$GEOS_LDFLAGS" = "x"; then - # older geos-config versions did not - # support the --ldflags switch, we'll - # default to GEOS_DIR/lib in this case. - # - GEOS_LDFLAGS="$GEOS_DIR/lib" - fi GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1` if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then postgis-javamakefile.patch: --- NEW FILE postgis-javamakefile.patch --- --- java/jdbc/Makefile.old 2006-12-25 15:25:19.000000000 +0200 +++ java/jdbc/Makefile 2006-12-25 15:25:26.000000000 +0200 @@ -27,7 +27,7 @@ # Configure the helper executables used during build. -JAVAC?=javac -target 1.2 -source 1.2 +JAVAC?=javac -target 1.5 -source 1.5 JAVA?=java JAR?=jar MKDIR?=mkdir -p --- NEW FILE postgis.spec --- %{!?javabuild:%define javabuild 1} %{!?utils:%define utils 1} %{!?gcj_support:%define gcj_support 1} Summary: Geographic Information Systems Extensions to PostgreSQL Name: postgis Version: 1.2.0 Release: 3%{?dist} License: GPL Group: Applications/Databases Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz Source4: filter-requires-perl-Pg.sh Patch1: postgis-configure.patch Patch2: postgis-javamakefile.patch URL: http://postgis.refractions.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel, proj-devel, geos-devel, byacc, proj-devel, flex, postgresql-jdbc Requires: postgresql, geos, proj %description PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. %if %javabuild %package jdbc Summary: The JDBC driver for PostGIS Group: Applications/Databases License: LGPL Requires: %{name} = %{version}-%{release} BuildRequires: ant >= 0:1.6.2, junit >= 0:3.7 %if %{gcj_support} BuildRequires: gcc-java Requires(post): java-1.4.2-gcj-compat Requires(postun): java-1.4.2-gcj-compat %endif %description jdbc The postgis-jdbc package provides the essential jdbc driver for PostGIS. %endif %if %utils %package utils Summary: The utils for PostGIS Group: Applications/Databases Requires: %{name} = %{version}-%{release}, perl-DBD-Pg %description utils The postgis-utils package provides the utilities for PostGIS. %endif %define __perl_requires %{SOURCE4} %prep %setup -q %patch1 -p0 %patch2 -p0 %build %configure make %{?_smp_mflags} LPATH=`pg_config --pkglibdir` shlib="%{name}.so" %if %javabuild export MAKEFILE_DIR=%{_builddir}/%{name}-%{version}/java/jdbc JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc.jar$'|awk -F '/' '{print $5}'` sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $MAKEFILE_DIR/Makefile > $MAKEFILE_DIR/Makefile.new mv -f $MAKEFILE_DIR/Makefile.new $MAKEFILE_DIR/Makefile make -C java/jdbc %endif %if %utils make -C utils %endif %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -d %{buildroot}%{_libdir}/pgsql/ install lwgeom/liblwgeom.so* %{buildroot}%{_libdir}/pgsql/ install -d %{buildroot}%{_datadir}/pgsql/contrib/ install -m 644 *.sql %{buildroot}%{_datadir}/pgsql/contrib/ rm -f %{buildroot}%{_libdir}/liblwgeom.so* rm -f %{buildroot}%{_datadir}/*.sql %if %javabuild install -d %{buildroot}%{_javadir} install -m 755 java/jdbc/%{name}_%{version}.jar %{buildroot}%{_javadir} %if %{gcj_support} aot-compile-rpm %endif %endif strip %{buildroot}/%{_libdir}/gcj/%{name}/*.jar.so %if %utils install -d %{buildroot}%{_datadir}/%{name} install -m 644 utils/*.pl %{buildroot}%{_datadir}/%{name} %endif %clean rm -rf %{buildroot} %post -p %{_bindir}/rebuild-gcj-db %postun -p %{_bindir}/rebuild-gcj-db %files %defattr(-,root,root) %doc COPYING CREDITS NEWS TODO README.%{name} TODO doc/html loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/pgsql/liblwgeom.so* %{_datadir}/pgsql/contrib/*.sql %if %javabuild %files jdbc %defattr(-,root,root) %doc java/jdbc/COPYING_LGPL java/jdbc/README %attr(755,root,root) %{_javadir}/%{name}_%{version}.jar %if %{gcj_support} %dir %{_libdir}/gcj/%{name} %{_libdir}/gcj/%{name}/*.jar.so %{_libdir}/gcj/%{name}/*.jar.db %endif %endif %if %utils %files utils %defattr(-,root,root) %doc utils/README %attr(755,root,root) %{_datadir}/%{name}/test_estimation.pl %attr(755,root,root) %{_datadir}/%{name}/profile_intersects.pl %attr(755,root,root) %{_datadir}/%{name}/test_joinestimation.pl %attr(644,root,root) %{_datadir}/%{name}/create_undef.pl %attr(644,root,root) %{_datadir}/%{name}/%{name}_proc_upgrade.pl %attr(644,root,root) %{_datadir}/%{name}/%{name}_restore.pl %endif %changelog * Wed Dec 27 2006 - Devrim GUNDUZ 1.2.0-3 - Fix Requires for subpackages per bugzilla review #220743 * Mon Dec 26 2006 - Devrim GUNDUZ 1.2.0-2 - More spec file fixes per bugzilla review #220743 * Mon Dec 25 2006 - Devrim GUNDUZ 1.2.0-1 - Initial submission for Fedora Core Extras - Spec file changes and fixes per FC Extras packaging guidelines * Fri Jun 23 2006 - Devrim GUNDUZ 1.1.2-2 - Update to 1.1.2 * Tue Dec 22 2005 - Devrim GUNDUZ 1.1.0-2 - Final fixes for 1.1.0 * Tue Dec 06 2005 - Devrim GUNDUZ - Update to 1.1.0 * Mon Oct 03 2005 - Devrim GUNDUZ - Make PostGIS build against pgxs so that we don't need PostgreSQL sources. - Fixed all build errors except jdbc (so, defaulted to 0) - Added new files under %%utils - Removed postgis-jdbc2-makefile.patch (applied to -head) * Tue Sep 27 2005 - Devrim GUNDUZ - Update to 1.0.4 * Sun Apr 20 2005 - Devrim GUNDUZ - 1.0.0 Gold * Sun Apr 17 2005 - Devrim GUNDUZ - Modified the spec file so that we can build JDBC2 RPMs... - Added -utils RPM to package list. * Fri Apr 15 2005 - Devrim GUNDUZ - Added preun and postun scripts. * Sat Apr 09 2005 - Devrim GUNDUZ - Initial RPM build - Fixed libdir so that PostgreSQL installations will not complain about it. - Enabled --with-geos and modified the old spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/postgis/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 21:40:16 -0000 1.1 +++ .cvsignore 27 Dec 2006 21:42:37 -0000 1.2 @@ -0,0 +1 @@ +postgis-1.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/postgis/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 21:40:16 -0000 1.1 +++ sources 27 Dec 2006 21:42:37 -0000 1.2 @@ -0,0 +1 @@ +59b5f89d0a0230b00d80e779bb517520 postgis-1.2.0.tar.gz From fedora-extras-commits at redhat.com Wed Dec 27 21:43:07 2006 From: fedora-extras-commits at redhat.com (=?utf-8?b?RGV2cmltIEfDnE5Ew5xa?= (devrim)) Date: Wed, 27 Dec 2006 16:43:07 -0500 Subject: rpms/postgis import.log,1.1,1.2 Message-ID: <200612272143.kBRLh7uf030819@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/postgis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30782 Modified Files: import.log Log Message: auto-import postgis-1.2.0-3 on branch devel from postgis-1.2.0-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/postgis/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 21:40:11 -0000 1.1 +++ import.log 27 Dec 2006 21:42:37 -0000 1.2 @@ -0,0 +1 @@ +postgis-1_2_0-3:HEAD:postgis-1.2.0-3.src.rpm:1167256394 From fedora-extras-commits at redhat.com Wed Dec 27 22:06:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 17:06:11 -0500 Subject: rpms/maxima/devel maxima-5.11.0-xdg_utils.patch, 1.1, 1.2 maxima.spec, 1.54, 1.55 Message-ID: <200612272206.kBRM6BRV001633@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1612 Modified Files: maxima-5.11.0-xdg_utils.patch maxima.spec Log Message: * Wed Dec 27 2006 Rex Dieter = 1.0.1 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) -%if "%{?sbcl_ver}" >= "0.9" +%if "%{?sbcl_ver}" >= "1.0" Requires: sbcl = %{sbcl_ver} %endif Requires: %{name} = %{version} @@ -395,6 +395,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 - %%triggerin -- tetex-latex (for emaxima.sty) - disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) From fedora-extras-commits at redhat.com Wed Dec 27 22:09:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 17:09:13 -0500 Subject: rpms/maxima/FC-6 maxima-5.11.0-xdg_utils.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 maxima.spec, 1.45, 1.46 sources, 1.9, 1.10 maxima-5.10.0-xdg-utils.patch, 1.1, NONE maxima-5.9.4-sbcl-disable-debugger.patch, 1.1, NONE Message-ID: <200612272209.kBRM9DEC001725@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1703 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.11.0-xdg_utils.patch Removed Files: maxima-5.10.0-xdg-utils.patch maxima-5.9.4-sbcl-disable-debugger.patch Log Message: maxima-5.11.0 maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 +++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 @@ -680,7 +680,7 @@ (and tem (list (concat "View "(nth 1 tem)) - 'call-process "ghostview" nil nil nil + 'call-process "xdg-open" nil nil nil (expand-file-name(nth 1 tem)) )) (list "Cancel") @@ -705,7 +705,7 @@ (concat (cond ((looking-at "%PS") "") (t "gzip -dc | ")) - "ghostview -") + "xdg-open -") ))) --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 @@ -143,9 +143,9 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" - application/x-dvi "xdvi %s" + application/postscript "xdg-open %s" + application/pdf "xdg-open %s" + application/x-dvi "xdg-open %s" } set maxima_priv(imagecounter) 0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Dec 2006 14:47:08 -0000 1.11 +++ .cvsignore 27 Dec 2006 22:08:43 -0000 1.12 @@ -1,4 +1,5 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz -maxima-5.10.99rc2.tar.gz +maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/maxima.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- maxima.spec 13 Dec 2006 14:47:08 -0000 1.45 +++ maxima.spec 27 Dec 2006 22:08:43 -0000 1.46 @@ -1,39 +1,45 @@ -%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ -%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ - Summary: Symbolic Computation Program Name: maxima -Version: 5.10.0 +Version: 5.11.0 -Release: 9%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc + +ExclusiveArch: %{ix86} x86_64 %define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf %ifarch %{ix86} %define _enable_cmucl --enable-cmucl %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%if 0%{?fedora} > 2 +%define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc -%define default_lisp sbcl +# define default_lisp sbcl # clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp # gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl -%define _enable_sbcl --enable-sbcl +# sbcl: http://bugzilla.redhat.com/220053 +#define _enable_sbcl --enable-sbcl %endif Source1: maxima.png @@ -44,11 +50,7 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.10.0-xdg-utils.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.4-sbcl-disable-debugger.patch +Patch1: maxima-5.11.0-xdg_utils.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -62,7 +64,7 @@ BuildRequires: time # texi2dvi -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 BuildRequires: texinfo-tex %else BuildRequires: texinfo @@ -140,7 +142,7 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 # See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch @@ -157,12 +159,11 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -# almost any sbcl will do, but we want to be sure we're using the latest -- Rex -BuildRequires: sbcl >= 0.9.18 +BuildRequires: sbcl >= 1.0.1 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) -%if "%{?sbcl_ver}" >= "0.9" +%if "%{?sbcl_ver}" >= "1.0" Requires: sbcl = %{sbcl_ver} %endif Requires: %{name} = %{version} @@ -180,8 +181,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch2 -p1 -b .xemacs -#patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" %patch6 -p1 -b .gcl-setarch @@ -242,10 +241,6 @@ --vendor="fedora" \ %{SOURCE2} -# emaxima LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ # (x)emacs install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el @@ -259,6 +254,11 @@ touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc done +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima + ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -282,11 +282,9 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -314,6 +312,18 @@ rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: fi +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -336,9 +346,8 @@ %dir %{_libdir}/maxima/ %dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* -%{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* %{_datadir}/maxima/%{maxima_ver}/emacs/*.el @@ -347,6 +356,7 @@ %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el %ghost %{emacs_sitelisp} %ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) @@ -385,6 +395,22 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 +- maxima-5.10.99rc2 + * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Sep 2006 15:18:06 -0000 1.9 +++ sources 27 Dec 2006 22:08:43 -0000 1.10 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz --- maxima-5.10.0-xdg-utils.patch DELETED --- --- maxima-5.9.4-sbcl-disable-debugger.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 22:13:12 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 17:13:12 -0500 Subject: rpms/maxima/FC-5 maxima-5.11.0-xdg_utils.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 maxima.spec, 1.34, 1.35 sources, 1.9, 1.10 maxima-5.10.0-xdg-utils.patch, 1.1, NONE maxima-5.9.4-sbcl-disable-debugger.patch, 1.1, NONE maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612272213.kBRMDC2F001831@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1809 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.11.0-xdg_utils.patch Removed Files: maxima-5.10.0-xdg-utils.patch maxima-5.9.4-sbcl-disable-debugger.patch maxima.el-xemacs.patch Log Message: maxima-5.11.0 maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 +++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 @@ -680,7 +680,7 @@ (and tem (list (concat "View "(nth 1 tem)) - 'call-process "ghostview" nil nil nil + 'call-process "xdg-open" nil nil nil (expand-file-name(nth 1 tem)) )) (list "Cancel") @@ -705,7 +705,7 @@ (concat (cond ((looking-at "%PS") "") (t "gzip -dc | ")) - "ghostview -") + "xdg-open -") ))) --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 @@ -143,9 +143,9 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" - application/x-dvi "xdvi %s" + application/postscript "xdg-open %s" + application/pdf "xdg-open %s" + application/x-dvi "xdg-open %s" } set maxima_priv(imagecounter) 0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Dec 2006 15:35:56 -0000 1.8 +++ .cvsignore 27 Dec 2006 22:12:42 -0000 1.9 @@ -1,4 +1,5 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.10.0.tar.gz -maxima-5.10.99rc2.tar.gz +maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- maxima.spec 13 Dec 2006 15:39:10 -0000 1.34 +++ maxima.spec 27 Dec 2006 22:12:42 -0000 1.35 @@ -1,39 +1,45 @@ -%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ -%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ - Summary: Symbolic Computation Program Name: maxima -Version: 5.10.0 +Version: 5.11.0 -Release: 9%{?dist}.1 +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ppc + +ExclusiveArch: %{ix86} x86_64 %define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf %ifarch %{ix86} %define _enable_cmucl --enable-cmucl %endif %ifarch %{ix86} x86_64 -%define default_lisp clisp +%if 0%{?fedora} > 2 +%define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc -%define default_lisp sbcl +# define default_lisp sbcl # clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp # gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl -%define _enable_sbcl --enable-sbcl +# sbcl: http://bugzilla.redhat.com/220053 +#define _enable_sbcl --enable-sbcl %endif Source1: maxima.png @@ -44,11 +50,7 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.10.0-xdg-utils.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.4-sbcl-disable-debugger.patch +Patch1: maxima-5.11.0-xdg_utils.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -62,7 +64,7 @@ BuildRequires: time # texi2dvi -%if "%{?fedora}" > "5" +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 BuildRequires: texinfo-tex %else BuildRequires: texinfo @@ -140,7 +142,7 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 # See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch @@ -157,11 +159,11 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -BuildRequires: sbcl >= 1.0 +BuildRequires: sbcl >= 1.0.1 # maxima requires the *same* (or very similar) version it was built against # this hack should work, even in mock (-: -- Rex %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) -%if "%{?sbcl_ver}" >= "0.9" +%if "%{?sbcl_ver}" >= "1.0" Requires: sbcl = %{sbcl_ver} %endif Requires: %{name} = %{version} @@ -179,8 +181,6 @@ install -p -m644 %{SOURCE10} . %patch1 -p1 -b .xdg_open -#patch2 -p1 -b .xemacs -#patch3 -p1 -b .sbcl-disable-debugger %patch5 -p1 -b .emaxima %if "%{?setarch_hack}" == "1" %patch6 -p1 -b .gcl-setarch @@ -241,10 +241,6 @@ --vendor="fedora" \ %{SOURCE2} -# emaxima LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ # (x)emacs install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el @@ -258,6 +254,11 @@ touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc done +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima + ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -281,11 +282,9 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -313,6 +312,18 @@ rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: fi +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -335,9 +346,8 @@ %dir %{_libdir}/maxima/ %dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* -%{_datadir}/texmf/tex/latex/emaxima/ %dir %{_datadir}/maxima/%{maxima_ver}/emacs %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* %{_datadir}/maxima/%{maxima_ver}/emacs/*.el @@ -346,6 +356,7 @@ %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el %ghost %{emacs_sitelisp} %ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) @@ -384,6 +395,22 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 +- maxima-5.10.99rc2 + * Wed Dec 06 2006 Rex Dieter 5.10.0-9 - respin (for sbcl-1.0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Dec 2006 15:39:10 -0000 1.9 +++ sources 27 Dec 2006 22:12:42 -0000 1.10 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -1e7f5ecabf990f350c5f662f106d83b7 maxima-5.10.0.tar.gz +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz --- maxima-5.10.0-xdg-utils.patch DELETED --- --- maxima-5.9.4-sbcl-disable-debugger.patch DELETED --- --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 22:46:12 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 27 Dec 2006 17:46:12 -0500 Subject: rpms/gcl/FC-6 gcl.spec,1.21,1.22 Message-ID: <200612272246.kBRMkCFn003136@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121 Modified Files: gcl.spec Log Message: added req ncurses-devel Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/FC-6/gcl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gcl.spec 21 Dec 2006 18:36:22 -0000 1.21 +++ gcl.spec 27 Dec 2006 22:45:42 -0000 1.22 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,6 +11,7 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: ncurses-devel BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel @@ -101,6 +102,9 @@ %changelog +* Wed Dec 27 2006 Gerard Milmeister - 2.6.7-14 +- added req ncurses-devel + * Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 - Fix for compiling with readline library From fedora-extras-commits at redhat.com Wed Dec 27 22:48:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Wed, 27 Dec 2006 17:48:00 -0500 Subject: rpms/gcl/devel gcl.spec,1.21,1.22 Message-ID: <200612272248.kBRMm06o003195@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3180/devel Modified Files: gcl.spec Log Message: added req ncurses-devel Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gcl.spec 21 Dec 2006 18:37:36 -0000 1.21 +++ gcl.spec 27 Dec 2006 22:47:29 -0000 1.22 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -11,6 +11,7 @@ Patch1: gcl-bash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel +BuildRequires: ncurses-devel BuildRequires: binutils-devel BuildRequires: tk-devel BuildRequires: tcl-devel @@ -101,6 +102,9 @@ %changelog +* Wed Dec 27 2006 Gerard Milmeister - 2.6.7-14 +- added req ncurses-devel + * Thu Dec 21 2006 Gerard Milmeister - 2.6.7-13 - Fix for compiling with readline library From fedora-extras-commits at redhat.com Wed Dec 27 22:56:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 17:56:05 -0500 Subject: rpms/gdeskcal/devel gdeskcal.spec,1.18,1.19 Message-ID: <200612272256.kBRMu5uR003275@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gdeskcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3260 Modified Files: gdeskcal.spec Log Message: Rebuild gdeskcal.spec Index: gdeskcal.spec =================================================================== RCS file: /cvs/extras/rpms/gdeskcal/devel/gdeskcal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gdeskcal.spec 3 Nov 2006 09:20:08 -0000 1.18 +++ gdeskcal.spec 27 Dec 2006 22:55:35 -0000 1.19 @@ -1,6 +1,6 @@ Name: gdeskcal Version: 1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Eye-candy calendar for your desktop Group: User Interface/Desktops License: GPL @@ -63,6 +63,9 @@ %{_libdir}/%{name}/ %changelog +* Wed Dec 27 2006 Paul F. Johnson 1.0-10 +- rebuild + * Fri Nov 03 2006 Paul F. Johnson 1.0-9 - added BR gettext From fedora-extras-commits at redhat.com Wed Dec 27 23:19:09 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:09 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2 - New directory Message-ID: <200612272319.kBRNJ9K6006640@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6636/php-pear-Structures-DataGrid-DataSource-MDB2 Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 23:19:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:14 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel - New directory Message-ID: <200612272319.kBRNJELL006653@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6636/php-pear-Structures-DataGrid-DataSource-MDB2/devel Log Message: Directory /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel added to the repository From fedora-extras-commits at redhat.com Wed Dec 27 23:19:24 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:24 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2 Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612272319.kBRNJOXW006683@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6677 Added Files: Makefile import.log Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-MDB2 --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Structures-DataGrid-DataSource-MDB2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Dec 27 23:19:29 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:19:29 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612272319.kBRNJTgP006698@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6677/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Structures-DataGrid-DataSource-MDB2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Dec 27 23:20:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:20:17 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2 import.log, 1.1, 1.2 Message-ID: <200612272320.kBRNKHCY006775@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6742 Modified Files: import.log Log Message: auto-import php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1 on branch devel from php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Dec 2006 23:19:24 -0000 1.1 +++ import.log 27 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Structures-DataGrid-DataSource-MDB2-0_1_2-1:HEAD:php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1.src.rpm:1167262170 From fedora-extras-commits at redhat.com Wed Dec 27 23:20:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:20:17 -0500 Subject: rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel PHP-LICENSE-3.01, NONE, 1.1 php-pear-Structures-DataGrid-DataSource-MDB2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612272320.kBRNKHwJ006779@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6742/devel Modified Files: .cvsignore sources Added Files: PHP-LICENSE-3.01 php-pear-Structures-DataGrid-DataSource-MDB2.spec Log Message: auto-import php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1 on branch devel from php-pear-Structures-DataGrid-DataSource-MDB2-0.1.2-1.src.rpm --- NEW FILE PHP-LICENSE-3.01 --- -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group at php.net. 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group at php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. The PHP Group can be contacted via Email at group at php.net. For more information on the PHP Group and the PHP project, please see . PHP includes the Zend Engine, freely available at . --- NEW FILE php-pear-Structures-DataGrid-DataSource-MDB2.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Structures_DataGrid_DataSource_MDB2 Name: php-pear-Structures-DataGrid-DataSource-MDB2 Version: 0.1.2 Release: 1%{?dist} Summary: DataSource driver using PEAR::MDB2 and an SQL query Group: Development/Libraries License: PHP License URL: http://pear.php.net/package/Structures_DataGrid_DataSource_MDB2 Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-pear(Structures_DataGrid) >= 0.7.0 Requires: php-pear(MDB2) >= 2.0.3 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an SQL query. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml install -pm 644 -c %{SOURCE1} LICENSE cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %doc LICENSE %{pear_xmldir}/%{pear_name}.xml %{pear_phpdir}/Structures/DataGrid/DataSource/* %changelog * Sun Dec 03 2006 Christopher Stone 0.1.2-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Dec 2006 23:19:29 -0000 1.1 +++ .cvsignore 27 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +Structures_DataGrid_DataSource_MDB2-0.1.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-MDB2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Dec 2006 23:19:29 -0000 1.1 +++ sources 27 Dec 2006 23:19:47 -0000 1.2 @@ -0,0 +1 @@ +2c31b48d18bc610cae3f91b86b822932 Structures_DataGrid_DataSource_MDB2-0.1.2.tgz From fedora-extras-commits at redhat.com Wed Dec 27 23:21:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 18:21:35 -0500 Subject: rpms/sbcl/EL-4 .cvsignore, 1.13, 1.14 sbcl.spec, 1.37, 1.38 sources, 1.15, 1.16 Message-ID: <200612272321.kBRNLZH2006847@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6823 Modified Files: .cvsignore sbcl.spec sources Log Message: sbcl-1.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 18 Dec 2006 17:31:20 -0000 1.13 +++ .cvsignore 27 Dec 2006 23:21:05 -0000 1.14 @@ -1,5 +1,5 @@ -sbcl-1.0-source.tar.bz2 sbcl-1.0-powerpc-linux-binary.tar.bz2 -sbcl-1.0-x86-linux-binary.tar.bz2 -sbcl-1.0-x86-64-linux-binary.tar.bz2 sbcl-0.9.12-powerpc-linux-binary.tar.bz2 +sbcl-1.0.1-source.tar.bz2 +sbcl-1.0.1-x86-linux-binary.tar.bz2 +sbcl-1.0.1-x86-64-linux-binary.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- sbcl.spec 18 Dec 2006 19:26:46 -0000 1.37 +++ sbcl.spec 27 Dec 2006 23:21:05 -0000 1.38 @@ -9,59 +9,56 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 1.0 -Release: 2%{?dist}.1 +Version: 1.0.1 +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages URL: http://sbcl.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} > 2 -ExclusiveArch: %{ix86} x86_64 ppc sparc -%else -# EL-4 ppc bootstrap segfaults (http://bugzilla.redhat.com/220053) -ExclusiveArch: %{ix86} x86_64 -%endif +ExclusiveArch: %{ix86} x86_64 sparc +# ppc borked, http://bugzilla.redhat.com/220053 +ExcludeArch: ppc # Pre-generated html docs (not used) #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2 Source2: customize-target-features.lisp ## x86 section -Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-linux-binary.tar.bz2 +#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2 %ifarch %{ix86} %define sbcl_arch x86 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 10 +#define sbcl_bootstrap_src -a 10 %endif ## x86_64 section -Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-x86-64-linux-binary.tar.bz2 +#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 20 +#define sbcl_bootstrap_src -a 20 %endif ## ppc section #Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 %ifarch ppc %define sbcl_arch ppc -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -a 30 +%define sbcl_bootstrap_src -a 30 %endif ## sparc section #Source40: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 %ifarch sparc %define sbcl_arch sparc -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -a 40 +#define sbcl_bootstrap_src -a 40 %endif @@ -138,8 +135,8 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${PATH} %endif -## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too -#{__cc} -o my_setarch %{optflags} %{SOURCE100} +# my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3 too +#%{__cc} -o my_setarch %{optflags} %{SOURCE100} #define my_setarch ./my_setarch # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?) @@ -238,9 +235,18 @@ %changelog -* Thu Dec 14 2006 Rex Dieter 1.0-2 +* Wed Dec 27 2006 Rex Dieter 1.0.1-3 +- native bootstrap + +* Wed Dec 27 2006 Rex Dieter 1.0.1-2 +- ppc builds borked, disable for now (#220053) + +* Wed Dec 27 2006 Rex Dieter 1.0.1-1 +- sbcl-1.0.1 +- use binary bootstraps + +* Thu Dec 14 2006 Rex Dieter 1.0-2 - initial sparc support (bootstrap, optflags) -- initial epel-4 support, omitting ppc arch (#220053) * Mon Dec 04 2006 Rex Dieter 1.0-1 - sbcl-1.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 18 Dec 2006 18:12:40 -0000 1.15 +++ sources 27 Dec 2006 23:21:05 -0000 1.16 @@ -1,3 +1 @@ -52e07dcc8eef0dc45ecdc35e46d4999f sbcl-1.0-source.tar.bz2 -91b2538908ed40fa70e0450d0312839e sbcl-1.0-x86-64-linux-binary.tar.bz2 -2d7d9289e036fcf6dd098585f01ff03e sbcl-1.0-x86-linux-binary.tar.bz2 +fe02f498620bce61a8688d4557a405b0 sbcl-1.0.1-source.tar.bz2 From fedora-extras-commits at redhat.com Wed Dec 27 23:22:59 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 27 Dec 2006 18:22:59 -0500 Subject: owners owners.list,1.2158,1.2159 Message-ID: <200612272322.kBRNMx3O006923@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6896 Modified Files: owners.list Log Message: php-pear-Structures-DataGrid-DataSource-MDB2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2158 retrieving revision 1.2159 diff -u -r1.2158 -r1.2159 --- owners.list 27 Dec 2006 19:05:08 -0000 1.2158 +++ owners.list 27 Dec 2006 23:22:29 -0000 1.2159 @@ -1928,6 +1928,7 @@ Fedora Extras|php-pear-Structures-DataGrid|A tabular structure for converting data|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-Array|DataSource driver using arrays|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-DataObject|DataSource driver using PEAR::DB_DataObject|chris.stone at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Structures-DataGrid-DataSource-MDB2|DataSource driver using PEAR::MDB2 and an SQL query|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-DataSource-RSS|DataSource driver using RSS files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Pager|Renderer driver using PEAR::Pager|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Structures-DataGrid-Renderer-Smarty|Renderer driver using Smarty|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Dec 27 23:24:00 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 18:24:00 -0500 Subject: rpms/maxima/EL-4 .cvsignore, 1.5, 1.6 maxima.spec, 1.14, 1.15 sources, 1.4, 1.5 xmaxima.desktop, 1.4, 1.5 maxima-5.9.2-evince.patch, 1.1, NONE maxima-5.9.2-htmlview.patch, 1.1, NONE maxima-5.9.2-sbcl-disable-debugger.patch, 1.1, NONE maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612272324.kBRNO027007006@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6942 Modified Files: .cvsignore maxima.spec sources xmaxima.desktop Removed Files: maxima-5.9.2-evince.patch maxima-5.9.2-htmlview.patch maxima-5.9.2-sbcl-disable-debugger.patch maxima.el-xemacs.patch Log Message: maxima-5.11.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Oct 2005 12:40:32 -0000 1.5 +++ .cvsignore 27 Dec 2006 23:23:30 -0000 1.6 @@ -1,3 +1,5 @@ -maxima-5.9.2.tar.gz maximabook-19-Sept-2004.pdf macref.pdf +maxima-5.10.0.tar.gz +maxima-5.10.99rc3.tar.gz +maxima-5.11.0.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/maxima.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- maxima.spec 27 Feb 2006 16:14:31 -0000 1.14 +++ maxima.spec 27 Dec 2006 23:23:30 -0000 1.15 @@ -1,37 +1,44 @@ Summary: Symbolic Computation Program Name: maxima -Version: 5.9.2 +Version: 5.11.0 -Release: 10%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz +Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# add ppc when lisps are available: -# (clisp: http://bugzilla.redhat.com/bugzilla/166347) -# (gcl: http://bugzilla.redhat.com/bugzilla/167952) -# (sbcl: https://bugzilla.redhat.com/bugzilla/177029) -ExclusiveArch: %{ix86} x86_64 -%define _with_default_lisp --with-default-lisp=clisp +ExclusiveArch: %{ix86} x86_64 + +%define maxima_ver %{version}%{?beta} +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ +%define texmf %{_datadir}/texmf + +%ifarch %{ix86} +%define _enable_cmucl --enable-cmucl +%endif %ifarch %{ix86} x86_64 +%if 0%{?fedora} > 2 +%define default_lisp gcl %define _enable_clisp --enable-clisp -# cmucl review pending: http://bugzilla.redhat.com/bugzilla/166796 -#define _enable_cmucl --enable-cmucl -%if "%{?fedora}" != "5" -# gcl not available for fc5/devel: http://bugzilla.redhat.com/bugzilla/177026 %define _enable_gcl --enable-gcl -%endif +%else +%define default_lisp sbcl %define _enable_sbcl --enable-sbcl %endif +%endif %ifarch ppc +# define default_lisp sbcl +# clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp -#define _enable_cmucl --enable-cmucl +# gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl +# sbcl: http://bugzilla.redhat.com/220053 #define _enable_sbcl --enable-sbcl %endif @@ -43,15 +50,11 @@ Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf -Patch1: maxima-5.9.2-htmlview.patch -# (mysterious?) xemacs patch (don't use, for now) -Patch2: maxima.el-xemacs.patch -# use sbcl --disable-debugger -Patch3: maxima-5.9.2-sbcl-disable-debugger.patch -# ghostview -> evince (ps/pdf viewer) -Patch4: maxima-5.9.2-evince.patch +Patch1: maxima-5.11.0-xdg_utils.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch +# maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) +Patch6: maxima-5.9.4-gcl_setarch.patch # Inhibit automatic compressing of info files. Compressed info # files break maxima's internal help. @@ -60,14 +63,22 @@ %define debug_package %{nil} BuildRequires: time +# texi2dvi +%if 0%{?fedora} > 5 || 0%{?rhel} > 4 +BuildRequires: texinfo-tex +%else BuildRequires: texinfo +%endif BuildRequires: tetex-latex BuildRequires: desktop-file-utils # /usr/bin/wish BuildRequires: tk -BuildRequires: automake Requires: %{name}-runtime = %{version} +## Consider this when rpm supports it -- Rex +#if "%{?default_lisp:1}" == "1" +#Requires(hint): %{name}-runtime-%{default_lisp} = %{version} +#endif Requires: gnuplot Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -85,6 +96,7 @@ Requires: %{name} = %{version}-%{release} Obsoletes: %{name}-xmaxima < %{version}-%{release} Requires: tk +Requires: xdg-utils %description gui Tcl/Tk GUI interface for %{name} @@ -103,8 +115,7 @@ Summary: Maxima compiled with clisp Group: Applications/Engineering BuildRequires: clisp-devel -#define clisp_ver %{expand:%%(clisp --version | head -n 1 | cut -d' ' -f3 )} -Requires: clisp %{?clisp_ver: >= %{clisp_ver}} +Requires: clisp Requires: %{name} = %{version} Obsoletes: maxima-exec-clisp < %{version}-%{release} Provides: %{name}-runtime = %{version} @@ -131,8 +142,15 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} +%if 0%{?fedora} > 4 || 0%{?rhel} > 4 +# See http://bugzilla.redhat.com/187647 +%define setarch_hack 1 +BuildRequires: setarch +Requires: setarch +%endif Obsoletes: maxima-exec-gcl < %{version}-%{release} Provides: %{name}-runtime = %{version} +Provides: %{name}-runtime-gcl = %{version}-%{release} %description runtime-gcl Maxima compiled with Gnu Common Lisp (gcl) %endif @@ -141,9 +159,13 @@ %package runtime-sbcl Summary: Maxima compiled with SBCL Group: Applications/Engineering -BuildRequires: sbcl -#define sbcl_ver %{expand:%%(sbcl --version | cut -d' ' -f2)} -Requires: sbcl %{?sbcl_ver: >= %{sbcl_ver}} +BuildRequires: sbcl >= 1.0.1 +# maxima requires the *same* (or very similar) version it was built against +# this hack should work, even in mock (-: -- Rex +%global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2) +%if "%{?sbcl_ver}" >= "1.0" +Requires: sbcl = %{sbcl_ver} +%endif Requires: %{name} = %{version} Obsoletes: maxima-exec-sbcl < %{version}-%{release} Provides: %{name}-runtime = %{version} @@ -153,17 +175,18 @@ %prep -%setup -q -n %{name}%{!?cvs:-%{version}} +%setup -q -n %{name}%{!?cvs:-%{version}%{?beta}} # Extra docs install -p -m644 %{SOURCE10} . -%patch1 -p1 -b .htmlview -#patch2 -p1 -b .xemacs -%if "%{?fedora}" > "3" -%patch4 -p1 -b .evince -%endif +%patch1 -p1 -b .xdg_open %patch5 -p1 -b .emaxima +%if "%{?setarch_hack}" == "1" +%patch6 -p1 -b .gcl-setarch +%endif + +sed -i -e 's|@ARCH@|%{_target_cpu}|' src/maxima.in sed -i -e 's:/usr/local/info:/usr/share/info:' \ interfaces/emacs/emaxima/maxima.el @@ -174,18 +197,10 @@ # remove CVS crud find -name CVS -type d | xargs rm -r -%if "%{?_enable_sbcl:1}" == "1" -%patch3 -p1 -b .sbcl-disable-debugger -# seems to be needed only if --enable-sbcl -aclocal -automake --add-missing --copy -autoconf -%endif - %build %configure \ - %{?_with_default_lisp} \ + %{?default_lisp:--with-default-lisp=%{default_lisp} } \ %{?_enable_clisp} %{!?_enable_clisp: --disable-clisp } %{?_with_clisp_runtime} \ %{?_enable_cmucl} %{!?_enable_cmucl: --disable-cmucl } %{?_with_cmucl_runtime} \ %{?_enable_gcl} %{!?_enable_gcl: --disable-gcl } \ @@ -198,9 +213,9 @@ install -D -p -m644 %{SOURCE11} maximabook/maxima.pdf - pushd info - texi2dvi -p maxima.texi - popd +# pushd info +# texi2dvi --pdf maxima.texi +# popd pushd intromax pdflatex intromax.ltx @@ -221,39 +236,35 @@ # app icon install -p -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/maxima.png -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --vendor fedora \ +desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category "X-Fedora" \ + --vendor="fedora" \ %{SOURCE2} -## emaxima -# LaTeX style -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.sty \ - $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ -# emacs -install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/maxima.el - -# xemacs -install -d $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/site-start.d/maxima.el +# (x)emacs +install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el + +for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do + install -d -m755 $RPM_BUILD_ROOT$dir/{,site-start.d} + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs $RPM_BUILD_ROOT$dir/maxima + for file in $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.el ; do + touch `dirname $file`/`basename $file .el`.elc + done + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el $RPM_BUILD_ROOT$dir/site-start.d/ + touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc +done + +# emaxima LaTeX style (%ghost) +install -d $RPM_BUILD_ROOT%{texmf}/tex/latex/ +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs \ + $RPM_BUILD_ROOT%{texmf}/tex/latex/emaxima ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs -rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{version}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} +rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} # _enable_gcl: debuginfo (sometimes?) fails to get auto-created, so we'll help out touch debugfiles.list @@ -271,12 +282,47 @@ %post gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %postun gui touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%triggerin -- emacs-common +if [ -d %{emacs_sitelisp} ]; then + rm -rf %{emacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{emacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{emacs_sitelisp}/site-start.d/ ||: + +%triggerin -- xemacs-common +if [ -d %{xemacs_sitelisp} ]; then + rm -rf %{xemacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{xemacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{xemacs_sitelisp}/site-start.d/ ||: + +%triggerun -- emacs-common +if [ $2 -eq 0 ]; then + rm -f %{emacs_sitelisp}/maxima || : + rm -f %{emacs_sitelisp}/site-start.d/maxima-modes.el* ||: +fi + +%triggerun -- xemacs-common +if [ $2 -eq 0 ]; then + rm -f %{xemacs_sitelisp}/maxima || : + rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||: +fi + +%triggerin -- tetex-latex +if [ -d %{texmf}/tex/latex ]; then + rm -rf %{texmf}/tex/latex/emaxima ||: + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||: + %{_bindir}/texhash 2> /dev/null ||: +fi + +%triggerun -- tetex-latex +if [ $2 -eq 0 ]; then + rm -f %{texmf}/tex/latex/emaxima ||: +fi %clean @@ -285,72 +331,166 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL README README.lisps +%doc AUTHORS ChangeLog COPYING README README.lisps %doc doc/misc/ doc/implementation/ %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %doc macref.pdf -%doc %{_datadir}/maxima/%{version}/doc %{_bindir}/maxima %dir %{_datadir}/maxima -%dir %{_datadir}/maxima/%{version} -%{_datadir}/maxima/%{version}/[a-c,f-r,t-w,y-z,A-Z]* -%{_datadir}/maxima/%{version}/demo/ -%{_datadir}/maxima/%{version}/share/ +%dir %{_datadir}/maxima/%{maxima_ver} +%{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* +%{_datadir}/maxima/%{maxima_ver}/demo/ +%doc %{_datadir}/maxima/%{maxima_ver}/doc +%{_datadir}/maxima/%{maxima_ver}/share/ +%dir %{_libdir}/maxima/ +%dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima -%{_infodir}/*.info* +%{_infodir}/* %{_mandir}/man1/maxima.* -# emaxima -%{_datadir}/maxima/%{version}/emacs -%{_datadir}/emacs/site-lisp/* -%{_datadir}/xemacs/site-packages/* -%{_datadir}/texmf/tex/latex/emaxima/ +%dir %{_datadir}/maxima/%{maxima_ver}/emacs +%{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* +%{_datadir}/maxima/%{maxima_ver}/emacs/*.el +%ghost %{_datadir}/maxima/%{maxima_ver}/emacs/*.elc +%dir %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/ +%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el +%ghost %{emacs_sitelisp} +%ghost %{xemacs_sitelisp} +%ghost %{texmf}/tex/latex/emaxima %files src %defattr(-,root,root,-) -%{_datadir}/maxima/%{version}/src/ +%{_datadir}/maxima/%{maxima_ver}/src/ %files gui %defattr(-,root,root,-) %{_bindir}/xmaxima -%{_datadir}/maxima/%{version}/xmaxima +%{_datadir}/maxima/%{maxima_ver}/xmaxima/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* %if "%{?_enable_clisp:1}" == "1" %files runtime-clisp %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-clisp +%{_libdir}/maxima/%{maxima_ver}/binary-clisp %endif %if "%{?_enable_cmucl:1}" == "1" %files runtime-cmucl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-cmucl +%{_libdir}/maxima/%{maxima_ver}/binary-cmucl %endif %if "%{?_enable_gcl:1}" == "1" %files runtime-gcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-gcl +%{_libdir}/maxima/%{maxima_ver}/binary-gcl %endif %if "%{?_enable_sbcl:1}" == "1" %files runtime-sbcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-sbcl +%{_libdir}/maxima/%{maxima_ver}/binary-sbcl %endif %changelog +* Wed Dec 27 2006 Rex Dieter 5.11.0-2 +- %%triggerin -- tetex-latex (for emaxima.sty) +- disable ppc builds (for now), sbcl/ppc is segfaulting (#220053) + +* Thu Dec 21 2006 Rex Dieter 5.11.0-1 +- maxima-5.11.0 (#220512) + +* Mon Dec 18 2006 Rex Dieter 5.10.99-0.3.rc3 +- maxima-5.10.99rc3 + +* Wed Dec 13 2006 Rex Dieter 5.10.99-0.2.rc2 +- maxima-5.10.99rc2 + +* Wed Dec 06 2006 Rex Dieter 5.10.0-9 +- respin (for sbcl-1.0) + +* Fri Nov 10 2006 Rex Dieter 5.10.0-8 +- omit sbcl-disable-debugger patch (#214568) + +* Thu Oct 26 2006 Rex Dieter 5.10.0-7 +- respin for sbcl-0.9.18 +- fixup %%triggerun's +- drop dfi --add-category=X-Fedora + +* Mon Oct 02 2006 Rex Dieter 5.10.0-5 +- update xdg-utils patch (for .dvi handling too) + +* Mon Oct 02 2006 Rex Dieter 5.10.0-4 +- -gui: htmlview -> xdg-open, Requires: xdg-utils + +* Tue Sep 26 2006 Rex Dieter 5.10.0-2 +- respin for sbcl-0.9.17 + +* Thu Sep 21 2006 Rex Dieter 5.10.0-1 +- 5.10.0 + +* Tue Sep 19 2006 Rex Dieter 5.9.3.99-0.10.rc4 +- respin for new(er) sbcl (#207063) + +* Wed Sep 13 2006 Rex Dieter 5.9.3.99-0.8.rc4 +- 5.9.3.99rc4 + +* Wed Sep 06 2006 Rex Dieter 5.9.3.99-0.7.rc3 +- 5.9.3.99rc3 + +* Tue Aug 29 2006 Rex Dieter 5.9.3.99-0.6.rc2 +- fc6 respin + +* Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 +- respin (against newer sbcl) + +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 +- update gcl_setarch patch + +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.3.rc2 +- 5.9.3.99rc2 + +* Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 +- 5.9.3.99rc1 +- - %ghost (x)emacs site-lisp bits (hint from fedora-rpmdevtools) + +* Mon Jun 26 2006 Rex Dieter 5.9.3-5 +- respin for sbcl-0.9.14 (and relax Requires = to >= ) + +* Tue May 30 2006 Rex Dieter 5.9.3-4 +- respin for sbcl-0.9.13 + +* Mon Apr 28 2006 Rex Dieter 5.9.3-3 +- respin, using new ppc bootstrap + +* Fri Apr 28 2006 Rex Dieter 5.9.3-2.1 +- try ppc build against sbcl + +* Wed Apr 26 2006 Rex Dieter 5.9.3-2 +- use setarch -X hack to allow runtime-gcl to function (#187647) +- respin for sbcl-0.9.12 + +* Wed Apr 05 2006 Rex Dieter 5.9.3-1 +- 5.9.3 + +* Thu Mar 30 2006 Rex Dieter 5.9.2-13 +- respin for sbcl-0.9.11 + +* Mon Mar 27 2006 Rex Dieter +- fc6+: BR: texinfo -> texinfo-tex (#186827) + +* Thu Mar 09 2006 Rex Dieter 5.9.2-12 +- enable runtime-cmucl (%%ix86 only, atm) + +* Wed Mar 08 2006 Rex Dieter 5.9.2-11 +- fc5: enable runtime-gcl +- runtime-sbcl: Requires: sbcl = %%{sbcl_version_used_to_build} + * Mon Feb 27 2006 Rex Dieter 5.9.2-10 - respin for sbcl-0.9.10 Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Oct 2005 12:40:32 -0000 1.4 +++ sources 27 Dec 2006 23:23:30 -0000 1.5 @@ -1,3 +1,3 @@ -dff996cd5c2c0c871977a26e6fb001f3 maxima-5.9.2.tar.gz 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf +d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz Index: xmaxima.desktop =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/xmaxima.desktop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xmaxima.desktop 5 Jan 2006 15:49:49 -0000 1.4 +++ xmaxima.desktop 27 Dec 2006 23:23:30 -0000 1.5 @@ -5,5 +5,5 @@ Icon=maxima #MimeType= Type=Application -Categories=Application;Science;Education;Math; +Categories=Science;Education;Math; Encoding=UTF-8 --- maxima-5.9.2-evince.patch DELETED --- --- maxima-5.9.2-htmlview.patch DELETED --- --- maxima-5.9.2-sbcl-disable-debugger.patch DELETED --- --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Wed Dec 27 23:44:45 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 27 Dec 2006 18:44:45 -0500 Subject: rpms/swh-plugins/FC-6 dead.package, NONE, 1.1 Makefile, 1.1, NONE sources, 1.3, NONE swh-plugins-0.4.14-Makefile.in.patch, 1.2, NONE swh-plugins.spec, 1.11, NONE Message-ID: <200612272344.kBRNijxd007144@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/swh-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7138 Added Files: dead.package Removed Files: Makefile sources swh-plugins-0.4.14-Makefile.in.patch swh-plugins.spec Log Message: Replaced by ladspa-swh-plugins --- NEW FILE dead.package --- Renamed to "ladspa-swh-plugins". --- Makefile DELETED --- --- sources DELETED --- --- swh-plugins-0.4.14-Makefile.in.patch DELETED --- --- swh-plugins.spec DELETED --- From fedora-extras-commits at redhat.com Thu Dec 28 00:24:24 2006 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Wed, 27 Dec 2006 19:24:24 -0500 Subject: rpms/mlmmj/devel .cvsignore, 1.10, 1.11 mlmmj.spec, 1.25, 1.26 sources, 1.10, 1.11 Message-ID: <200612280024.kBS0OO2W010487@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10468 Modified Files: .cvsignore mlmmj.spec sources Log Message: * Thu Dec 28 2006 Michael Fleming 1.2.13-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 26 Nov 2006 09:58:59 -0000 1.10 +++ .cvsignore 28 Dec 2006 00:23:54 -0000 1.11 @@ -1 +1 @@ -mlmmj-1.2.12.tar.bz2 +mlmmj-1.2.13.tar.bz2 Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- mlmmj.spec 26 Nov 2006 09:58:59 -0000 1.25 +++ mlmmj.spec 28 Dec 2006 00:23:54 -0000 1.26 @@ -2,7 +2,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj -Version: 1.2.12 +Version: 1.2.13 Release: 1%{?dist} License: MIT Group: Applications/Internet @@ -48,6 +48,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Thu Dec 28 2006 Michael Fleming 1.2.13-1 +- New upstream release + * Sun Nov 26 2006 Michael Fleming 1.2.12-1 - New upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 26 Nov 2006 09:58:59 -0000 1.10 +++ sources 28 Dec 2006 00:23:54 -0000 1.11 @@ -1 +1 @@ -88e43c13a656c586d1f9149bd35ecce8 mlmmj-1.2.12.tar.bz2 +ee45d77fffb02d7f6c9a1fe52b55f7ed mlmmj-1.2.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 00:53:10 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 27 Dec 2006 19:53:10 -0500 Subject: owners owners.list,1.2159,1.2160 Message-ID: <200612280053.kBS0rAoN010577@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10562 Modified Files: owners.list Log Message: Added me as comaintainer for csound owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2159 retrieving revision 1.2160 diff -u -r1.2159 -r1.2160 --- owners.list 27 Dec 2006 23:22:29 -0000 1.2159 +++ owners.list 28 Dec 2006 00:52:39 -0000 1.2160 @@ -273,7 +273,7 @@ Fedora Extras|crystal-stacker|Falling blocks, match 3 or more of the same color crystals|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker-themes|Themes for the Crystal Stacker game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|csmash|3D tabletennis game|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org|paul at all-the-johnsons.co.uk| Fedora Extras|ctapi-common|Common files and packaging infrastructure for CT-API modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|ctapi-cyberjack|CT-API 1.1 and PC/SC driver for REINER SCT cyberjack USB chipcard reader|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|ctorrent|BitTorrent Client written in C|rpm at greysector.net|extras-qa at fedoraproject.org|bluekuja at ubuntu.com From fedora-extras-commits at redhat.com Thu Dec 28 01:20:36 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 27 Dec 2006 20:20:36 -0500 Subject: owners owners.list,1.2160,1.2161 Message-ID: <200612280120.kBS1KaTO013788@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13771 Modified Files: owners.list Log Message: fix csound Cc Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2160 retrieving revision 1.2161 diff -u -r1.2160 -r1.2161 --- owners.list 28 Dec 2006 00:52:39 -0000 1.2160 +++ owners.list 28 Dec 2006 01:20:06 -0000 1.2161 @@ -273,7 +273,7 @@ Fedora Extras|crystal-stacker|Falling blocks, match 3 or more of the same color crystals|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|crystal-stacker-themes|Themes for the Crystal Stacker game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|csmash|3D tabletennis game|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org|paul at all-the-johnsons.co.uk| +Fedora Extras|csound|A sound synthesis language and library|dcbw at redhat.com|extras-qa at fedoraproject.org|paul at all-the-johnsons.co.uk Fedora Extras|ctapi-common|Common files and packaging infrastructure for CT-API modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|ctapi-cyberjack|CT-API 1.1 and PC/SC driver for REINER SCT cyberjack USB chipcard reader|frank-buettner at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|ctorrent|BitTorrent Client written in C|rpm at greysector.net|extras-qa at fedoraproject.org|bluekuja at ubuntu.com From fedora-extras-commits at redhat.com Thu Dec 28 01:35:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 20:35:31 -0500 Subject: rpms/maxima/EL-4 maxima-5.11.0-xdg_utils.patch, NONE, 1.1 maxima-5.9.4-gcl_setarch.patch, NONE, 1.1 Message-ID: <200612280135.kBS1ZV2W013845@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13835 Added Files: maxima-5.11.0-xdg_utils.patch maxima-5.9.4-gcl_setarch.patch Log Message: new patches maxima-5.11.0-xdg_utils.patch: --- NEW FILE maxima-5.11.0-xdg_utils.patch --- --- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 +++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 @@ -680,7 +680,7 @@ (and tem (list (concat "View "(nth 1 tem)) - 'call-process "ghostview" nil nil nil + 'call-process "xdg-open" nil nil nil (expand-file-name(nth 1 tem)) )) (list "Cancel") @@ -705,7 +705,7 @@ (concat (cond ((looking-at "%PS") "") (t "gzip -dc | ")) - "ghostview -") + "xdg-open -") ))) --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 @@ -245,9 +245,9 @@ } } else { - set selectedbrowser mozilla + set selectedbrowser xdg-open - foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { + foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { if { ! [catch {exec which $b} ] } { set selectedbrowser $b break } } --- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 +++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 @@ -143,9 +143,9 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" - application/x-dvi "xdvi %s" + application/postscript "xdg-open %s" + application/pdf "xdg-open %s" + application/x-dvi "xdg-open %s" } set maxima_priv(imagecounter) 0 maxima-5.9.4-gcl_setarch.patch: --- NEW FILE maxima-5.9.4-gcl_setarch.patch --- --- maxima-5.9.3.99rc2/src/maxima.in.gcl-setarch 2006-07-30 21:25:52.000000000 -0500 +++ maxima-5.9.3.99rc2/src/maxima.in 2006-08-09 10:05:21.000000000 -0500 @@ -128,7 +128,7 @@ exec "@SCL_NAME@" -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" fi elif [ "$MAXIMA_LISP" = "gcl" ]; then - exec "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" + exec "setarch" "@ARCH@" "-X" "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" elif [ "$MAXIMA_LISP" = "acl" ]; then # FIXME: arguments need in a manner consistent with the way they are extracted # in the function get-application-args in command-line.lisp From fedora-extras-commits at redhat.com Thu Dec 28 01:45:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 20:45:01 -0500 Subject: rpms/kipi-plugins/devel .cvsignore, 1.7, 1.8 kipi-plugins.spec, 1.23, 1.24 sources, 1.7, 1.8 Message-ID: <200612280145.kBS1j1rP013939@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13920 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 - kipi-plugins-0.1.3-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 5 Dec 2006 18:40:38 -0000 1.7 +++ .cvsignore 28 Dec 2006 01:44:31 -0000 1.8 @@ -1,2 +1,3 @@ kipi-plugins-0.1.2.tar.bz2 kipi-plugins-0.1.3-beta1.tar.bz2 +kipi-plugins-0.1.3-rc1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- kipi-plugins.spec 10 Dec 2006 03:28:02 -0000 1.23 +++ kipi-plugins.spec 28 Dec 2006 01:44:31 -0000 1.24 @@ -1,10 +1,10 @@ -%define beta beta1 +%define beta rc1 Name: kipi-plugins Summary: Plugins to use with Kipi Version: 0.1.3 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia @@ -17,7 +17,7 @@ BuildRequires: kdelibs-devel BuildRequires: exiv2-devel # ipod support currently busted, omit, for now. -- Rex -%if "%{?fedora}" > "6" +%if 0%{?fedora} > 6 #define _with_libgpod --with-libgpod #BuildRequires: libgpod-devel >= 0.4.0 %endif @@ -168,6 +168,9 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 +- kipi-plugins-0.1.3-rc1 + * Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 - kipi-plugins-0.1.3-beta1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 5 Dec 2006 18:40:38 -0000 1.7 +++ sources 28 Dec 2006 01:44:31 -0000 1.8 @@ -1 +1 @@ -d5c11b94691679cfafdda89ae1158870 kipi-plugins-0.1.3-beta1.tar.bz2 +f4c2ac92bcfe79fcea04a32c16196d56 kipi-plugins-0.1.3-rc1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 01:59:36 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 20:59:36 -0500 Subject: rpms/kipi-plugins/FC-6 .cvsignore, 1.6, 1.7 kipi-plugins.spec, 1.20, 1.21 sources, 1.6, 1.7 Message-ID: <200612280159.kBS1xa5x014051@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14032 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 - kipi-plugins-0.1.3-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Aug 2006 18:57:20 -0000 1.6 +++ .cvsignore 28 Dec 2006 01:59:05 -0000 1.7 @@ -1,2 +1,3 @@ -kipi-plugins-0.1.1.tar.bz2 kipi-plugins-0.1.2.tar.bz2 +kipi-plugins-0.1.3-beta1.tar.bz2 +kipi-plugins-0.1.3-rc1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-6/kipi-plugins.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- kipi-plugins.spec 29 Aug 2006 18:57:20 -0000 1.20 +++ kipi-plugins.spec 28 Dec 2006 01:59:05 -0000 1.21 @@ -1,38 +1,36 @@ +%define beta rc1 + Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.2 -Release: 1%{?dist} +Version: 0.1.3 +Release: 0.2.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: libkipi-devel +BuildRequires: libkipi-devel >= 0.1.5 BuildRequires: kdelibs-devel +BuildRequires: exiv2-devel +# ipod support currently busted, omit, for now. -- Rex +%if 0%{?fedora} > 6 +#define _with_libgpod --with-libgpod +#BuildRequires: libgpod-devel >= 0.4.0 +%endif ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 -#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel ## kameraklient plugin BuildRequires: gphoto2-devel -## jpeglossless plugin -BuildRequires: libkexif-devel -BuildRequires: ImageMagick-c++-devel -# gr, -c++-devel doesn't Req: -devel on *some* distro/releases -BuildRequires: ImageMagick-devel -## htmlexport plugin -BuildRequires: libxslt-devel -BuildRequires: libxml2-devel >= 2.6 -# bogus extra dep from libxslt.la -BuildRequires: libgcrypt-devel +## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) +BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel -## (mostly) Essential +## jpeglossless plugin Requires: ImageMagick ## Technically, optional bits, but nice to have @@ -84,15 +82,21 @@ * FlickrExport : Plugin to export images to a remote Flickr web service (http://www.flickr.com) * HTMLExport : New plugin to export images collections into HTML page + * SimpleViewerExport : Plugin to export images to SimpleViewer + (http://www.airtightinteractive.com/simpleviewer/) + * GPSSync : Plugin to geolocalize pictures. +%if "%{?_with_libgpod:1}" == "1" + * IpodExport : Plugin to export pictures with an Ipod device. +%endif + * MetadataEdit : Plugin to edit EXIF and IPTC pictures metadata. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?beta:-%{beta}} %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -137,17 +141,25 @@ cat *.lang > %{name}-all.lang +## unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files -f %{name}-all.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/* -%{_libdir}/kde3/kipiplugin_*.[ls][ao] +%{_libdir}/lib*.so.* +%{_libdir}/kde3/kipiplugin_*.* %{_mandir}/man[^3]/* %{_datadir}/apps/kipi/ %{_datadir}/apps/kipiplugin_* @@ -156,14 +168,23 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 +- kipi-plugins-0.1.3-rc1 + +* Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 +- kipi-plugins-0.1.3-beta1 + +* Wed Oct 25 2006 Rex Dieter 0.1.2-2 +- rebuild against new(er) imlib2 + * Tue Aug 29 2006 Rex Dieter 0.1.2-1 -- 0.1.2 +- kipi-plugins-0.1.2 * Thu Jun 29 2006 Rex Dieter 0.1.1-1 -- 0.1.1 +- kipi-plugins-0.1.1 * Sun Jun 25 2006 Rex Dieter 0.1.0-1 -- 0.1.0 (final) +- kipi-plugins-0.1.0 (final) * Fri Jun 23 2006 Rex Dieter 0.1.0-0.11 - 0.1.0 (final rc candidate) Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Aug 2006 18:57:20 -0000 1.6 +++ sources 28 Dec 2006 01:59:05 -0000 1.7 @@ -1 +1 @@ -4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 +f4c2ac92bcfe79fcea04a32c16196d56 kipi-plugins-0.1.3-rc1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 02:00:27 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 27 Dec 2006 21:00:27 -0500 Subject: rpms/kipi-plugins/FC-5 .cvsignore, 1.6, 1.7 kipi-plugins.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <200612280200.kBS20RaV014114@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 - kipi-plugins-0.1.3-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Aug 2006 18:58:17 -0000 1.6 +++ .cvsignore 28 Dec 2006 01:59:57 -0000 1.7 @@ -1,2 +1,3 @@ -kipi-plugins-0.1.1.tar.bz2 kipi-plugins-0.1.2.tar.bz2 +kipi-plugins-0.1.3-beta1.tar.bz2 +kipi-plugins-0.1.3-rc1.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/kipi-plugins.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- kipi-plugins.spec 29 Aug 2006 18:58:17 -0000 1.18 +++ kipi-plugins.spec 28 Dec 2006 01:59:57 -0000 1.19 @@ -1,38 +1,36 @@ +%define beta rc1 + Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.2 -Release: 1%{?dist} +Version: 0.1.3 +Release: 0.2.%{beta}%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext -BuildRequires: libkipi-devel +BuildRequires: libkipi-devel >= 0.1.5 BuildRequires: kdelibs-devel +BuildRequires: exiv2-devel +# ipod support currently busted, omit, for now. -- Rex +%if 0%{?fedora} > 6 +#define _with_libgpod --with-libgpod +#BuildRequires: libgpod-devel >= 0.4.0 +%endif ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 -#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel ## kameraklient plugin BuildRequires: gphoto2-devel -## jpeglossless plugin -BuildRequires: libkexif-devel -BuildRequires: ImageMagick-c++-devel -# gr, -c++-devel doesn't Req: -devel on *some* distro/releases -BuildRequires: ImageMagick-devel -## htmlexport plugin -BuildRequires: libxslt-devel -BuildRequires: libxml2-devel >= 2.6 -# bogus extra dep from libxslt.la -BuildRequires: libgcrypt-devel +## htmlexport plugin (libgcrypt is a bogus extra dep from libxslt.la) +BuildRequires: libxml2-devel libxslt-devel libgcrypt-devel -## (mostly) Essential +## jpeglossless plugin Requires: ImageMagick ## Technically, optional bits, but nice to have @@ -84,15 +82,21 @@ * FlickrExport : Plugin to export images to a remote Flickr web service (http://www.flickr.com) * HTMLExport : New plugin to export images collections into HTML page + * SimpleViewerExport : Plugin to export images to SimpleViewer + (http://www.airtightinteractive.com/simpleviewer/) + * GPSSync : Plugin to geolocalize pictures. +%if "%{?_with_libgpod:1}" == "1" + * IpodExport : Plugin to export pictures with an Ipod device. +%endif + * MetadataEdit : Plugin to edit EXIF and IPTC pictures metadata. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?beta:-%{beta}} %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -137,17 +141,25 @@ cat *.lang > %{name}-all.lang +## unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files -f %{name}-all.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_bindir}/* -%{_libdir}/kde3/kipiplugin_*.[ls][ao] +%{_libdir}/lib*.so.* +%{_libdir}/kde3/kipiplugin_*.* %{_mandir}/man[^3]/* %{_datadir}/apps/kipi/ %{_datadir}/apps/kipiplugin_* @@ -156,14 +168,23 @@ %changelog +* Wed Dec 27 2006 Rex Dieter 0.1.3-0.2.rc1 +- kipi-plugins-0.1.3-rc1 + +* Mon Dec 04 2006 Rex Dieter 0.1.3-0.1.beta1 +- kipi-plugins-0.1.3-beta1 + +* Wed Oct 25 2006 Rex Dieter 0.1.2-2 +- rebuild against new(er) imlib2 + * Tue Aug 29 2006 Rex Dieter 0.1.2-1 -- 0.1.2 +- kipi-plugins-0.1.2 * Thu Jun 29 2006 Rex Dieter 0.1.1-1 -- 0.1.1 +- kipi-plugins-0.1.1 * Sun Jun 25 2006 Rex Dieter 0.1.0-1 -- 0.1.0 (final) +- kipi-plugins-0.1.0 (final) * Fri Jun 23 2006 Rex Dieter 0.1.0-0.11 - 0.1.0 (final rc candidate) Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Aug 2006 18:58:17 -0000 1.6 +++ sources 28 Dec 2006 01:59:57 -0000 1.7 @@ -1 +1 @@ -4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 +f4c2ac92bcfe79fcea04a32c16196d56 kipi-plugins-0.1.3-rc1.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 04:31:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:32 -0500 Subject: rpms/horde - New directory Message-ID: <200612280431.kBS4VWub025325@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25321/horde Log Message: Directory /cvs/extras/rpms/horde added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 04:31:37 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:37 -0500 Subject: rpms/horde/devel - New directory Message-ID: <200612280431.kBS4Vbia025338@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25321/horde/devel Log Message: Directory /cvs/extras/rpms/horde/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 04:31:51 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:51 -0500 Subject: rpms/horde Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612280431.kBS4Vpsl025369@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25363 Added Files: Makefile import.log Log Message: Setup of module horde --- NEW FILE Makefile --- # Top level Makefile for module horde all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 04:31:56 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:31:56 -0500 Subject: rpms/horde/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612280431.kBS4VuhC025384@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25363/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module horde --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 04:35:08 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:35:08 -0500 Subject: rpms/horde import.log,1.1,1.2 Message-ID: <200612280435.kBS4Z8gx025478@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25428 Modified Files: import.log Log Message: auto-import horde-3.1.3-11 on branch devel from horde-3.1.3-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/horde/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 04:31:51 -0000 1.1 +++ import.log 28 Dec 2006 04:34:38 -0000 1.2 @@ -0,0 +1 @@ +horde-3_1_3-11:HEAD:horde-3.1.3-11.src.rpm:1167281062 From fedora-extras-commits at redhat.com Thu Dec 28 04:35:08 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:35:08 -0500 Subject: rpms/horde/devel horde.spec, NONE, 1.1 registry.php, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612280435.kBS4Z8qO025482@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/horde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25428/devel Modified Files: .cvsignore sources Added Files: horde.spec registry.php Log Message: auto-import horde-3.1.3-11 on branch devel from horde-3.1.3-11.src.rpm --- NEW FILE horde.spec --- Name: horde Version: 3.1.3 Release: 11%{?dist} Summary: The common Horde Framework for all Horde applications Source0: ftp://ftp.horde.org/pub/horde/tarballs/horde-%{version}.tar.gz Source1: registry.php Group: Applications/Internet License: LGPL URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: php >= 4.3.0 Requires: php-xml Requires: php-pear(DB) Requires: php-pear(File) Requires: php-pear(Log) Requires: php-pear(Mail_Mime) Requires(post): /sbin/service Requires(postun): /sbin/service %description The Horde Framework provides a common structure and interface for Horde applications (such as IMP, a web-based mail program). This RPM is required for all other Horde module RPMs. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Horde and its modules) please visit http://www.horde.org/. READ %{_docdir}/%{name}-%{version}/README.Fedora AFTER INSTALLING FOR INSTRUCTIONS AND SECURITY! For additional functionality, also install horde-enhanced %prep %setup -q -n %{name}-%{version} for file in `find lib/ -name '*.php'`; do chmod -x $file done cat <<_EOF_ >README.Fedora If Apache is running, you must now configure this installation of Horde by visiting: http://127.0.0.1/horde/ and then navigating to Administration > Setup > Horde Documentation on configuring Horde can be found at: %{_docdir}/%{name}-%{version}/docs/INSTALL **IMPORTANT** By default, everyone accessing Horde is automatically logged in as 'Administrator'. This is a security risk! It is very important that you change the authentication backend under the 'Authentication' tab. For this reason, Horde is currently only accessible from localhost. To enable wider access, edit: %{_sysconfdir}/httpd/conf.d/%{name}.conf Notice: Cookies will not be stored by your browser if you don't use a FQDN (fully qualified domain name), e.g. http://localhost/horde/. This will break horde's sessions and could result in crashing your browser! Take care to only access horde via IP address or FQDN (like http://localhost.localdomain/horde/) Most Horde sites will want to configure a database backend for user preferences and other horde metadata. In order to configure such a backend, be sure you install the appropriate php database module (such as php-mysql or php-pgsql). The following actions are also highly recommended: - Install 'horde-enhanced' which contains the following packages: php-imap php-mbstring php-mcrypt php-pecl-Fileinfo php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request php-pear-Mail php-pear-Net-Socket php-pear-Net-SMTP (or install them individually) - Increase memory_limit in %{_sysconfdir}/httpd/conf.d/%{name}.conf to 32M or higher - Browse http://127.0.0.1/horde/test.php for additional suggestions _EOF_ %build # Replace #!/usr/local/bin/php with #!/usr/bin/php for d in scripts/*.php scripts/crond; do perl -i -pe 's|^#!/usr/local/bin/php|#!/usr/bin/php|' "$d" done %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/%{name} rm -rf %{buildroot}%{_datadir}/%{name}/config/ rm -rf %{buildroot}%{_datadir}/%{name}/docs rm %{buildroot}%{_datadir}/%{name}/COPYING rm %{buildroot}%{_datadir}/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} install -m 0770 -d %{buildroot}%{_sysconfdir}/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/%{name} ln -fs ../../..%{_sysconfdir}/%{name} %{buildroot}%{_datadir}/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/%{name} rm -f hooks.php.dist for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done cp -a %{SOURCE1} . popd cat <<_EOF_ >%{name}.conf # # %{summary} # Alias /%{name} %{_datadir}/%{name} # Comment out the following 3 lines to make Horde accessible from anywhere Order Deny,Allow Deny from all Allow from 127.0.0.1 Options +FollowSymLinks # horde.org's recommended PHP settings: php_admin_flag safe_mode off php_admin_flag magic_quotes_runtime off php_flag session.use_trans_sid off php_flag session.auto_start off php_admin_flag file_uploads on # Optional - required for weather block in Horde to function #php_admin_flag allow_url_fopen on # If horde dies while trying to handle large email file attachments, # you are probably hitting PHP's memory limit. Raise that limit here, # but use caution # Set to your preference - memory_limit should be at least 32M # and be greater than the value set for post_max_size #php_value memory_limit 32M #php_value post_max_size 20M #php_value upload_max_filesize 10M # /usr/share/pear is needed for PEAR. /var/www/html/horde is needed for Horde itself # TODO: Set an appropriate include_path, too. Might even increase speed a bit. php_admin_value open_basedir "%{_datadir}/%{name}:%{_sysconfdir}/%{name}:/usr/share/pear:/tmp" php_admin_flag register_globals off Order Deny,Allow Deny from all # Deny access to files that are not served directly by the webserver Order Deny,Allow Deny from all # Deny access to the test.php files except from localhost Order Deny,Allow Deny from all Allow from 127.0.0.1 _EOF_ install -D -p -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf %clean rm -rf %{buildroot} %post /sbin/service httpd condrestart > /dev/null 2>&1 || : # Not allowed by the beurocracy #if [ $1 -eq 1 ]; then # echo To configure Horde, please read %{_docdir}/%{name}-%{version}/README.Fedora #fi %postun /sbin/service httpd condrestart > /dev/null 2>&1 || : %files -f %{name}.lang %defattr(-,root,root) # Apache horde.conf file %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %{_datadir}/%{name} %doc docs/ %doc COPYING %doc README %doc README.Fedora # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/*.php %attr(0660,apache,apache) %config %{_sysconfdir}/%{name}/*.xml %package enhanced Summary: Adds extra functionality to the horde framework Group: Applications/Internet BuildArch: noarch Requires: %{name} Requires: php-imap Requires: php-mbstring Requires: php-mcrypt Requires: php-pecl(Fileinfo) Requires: php-pear(Auth_SASL) Requires: php-pear(Date) Requires: php-pear(HTTP_Request) Requires: php-pear(Mail) Requires: php-pear(Net_Socket) Requires: php-pear(Net_SMTP) %description enhanced A collection of other external packages that extend the horde framework, including: php-imap php-mbstring php-mcrypt php-pecl-Fileinfo php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request php-pear-Mail php-pear-Net-Socket php-pear-Net-SMTP %files enhanced %doc README.Fedora %changelog * Wed Dec 27 2006 Brandon Holbrook 3.1.3-11 - created the 'enhanced' subpackage to pull in extented deps * Wed Dec 27 2006 Brandon Holbrook 3.1.3-10 - Remove execute permission from all php scripts under horde/lib/ - Make /usr/share/horde/config/ symlink relative - Don't echo anything in %%post * Thu Dec 21 2006 Brandon Holbrook 3.1.3-9 - Change $fileroot to FEDORA_FILEROOT in registry.php - Warned users about accessing horde via http://localhost/ * Wed Dec 20 2006 Brandon Holbrook 3.1.3-8 - Add httpd conf entries to make horde more secure - Require PEAR modules by name rather than RPM name - Pull in ALL files in /usr/share/horde - Add recommended actions to README.Fedora * Wed Dec 13 2006 Brandon Holbrook 3.1.3-7 - Fix path typo to README.Fedora * Wed Dec 13 2006 Brandon Holbrook 3.1.3-6 - Removed dependency on php_database - Added dependency on php-pear-File - Created README.Fedora instead of spamming the RPM install * Thu Nov 2 2006 Brandon Holbrook 3.1.3-5 - Added FollowSymLinks and some php_admin_flag's to Apache's conf - Removed (noreplace) from *.xml config files * Wed Sep 13 2006 Brandon Holbrook 3.1.3-4 - Handle locales better with %%find_lang * Sun Sep 10 2006 Brandon Holbrook 3.1.3-3 - Bumped to 3.1.2 - Fixed package names in Requires - Better inclusion of %%doc files * Sun Jul 5 2006 Brandon Holbrook 3.1.2-1.1 - Bumped to 3.1.2 * Sun Jun 25 2006 Brandon Holbrook 3.1.1-9.10 - Added dependencies: php-xml php-pear-DB php-pear-Mail_Mime php-pear-Log * Sun Jun 25 2006 Brandon Holbrook 3.1.1-9.9 - Created post-install message to instruct user on further configuration - Moved /var/lib/horde to /etc/horde (makes more sense) * Sat Apr 15 2006 Brandon Holbrook 3.1.1-9.7 - Added custom registry.php - Killed .htaccess file * Sat Apr 15 2006 Brandon Holbrook 3.1.1-9 - Added (noreplace) to all config files * Sat Apr 15 2006 Brandon Holbrook 3.1.1-8 - Added perl commands to tidy up Horde's ugly code * Sat Apr 15 2006 Brandon Holbrook 3.1.1-2 - Migrated to Fedora Extras * Tue Apr 11 2006 Johnny Hughes 3.1.1-1.c4 - upgraded to upstream version 3.1.1. - Removed html.php.patch * Wed Dec 14 2005 Johnny Hughes 3.0.8-2.centos4 - rolled in html.php.patch to fix this bug: http://bugs.horde.org/ticket/?id=3123 * Mon Dec 12 2005 Johnny Hughes 3.0.8-1.centos4 - Rolled in the upstream changes to version 3.0.8 See this link: http://marc.theaimsgroup.com/?l=horde-announce&m=113432948731152&w=2 * Tue Nov 29 2005 Johnny Hughes 3.0.7-1.centos4 - Rolled in upstream changes to version 3.0.7 * Sat Oct 29 2005 Johnny Hughes 3.0.6-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) - Changed the config file to be in /etc/httpd/conf.d/ * Thu Mar 31 2005 Greg Swallow - 3.0.4-1sme01 - Update for Horde 3.0.4 on SME7 * Tue Aug 10 2004 Shad L. Lords - 2.2.1-2sme01 - Update specfile - change apache to httpd in requires * Wed Apr 23 2003 Gordon Rowell - 2.2.1-1es00 - Rebuild [gordonr 7694] * Tue Feb 25 2003 Dan Brown - 2.2.1-1es - Rebuilt with horde 2.2.1 * Mon Jul 1 2002 Dan Brown - 2.1 release 1es - changed apache user and web root to comply with SME Server - removed horde.conf file, as this information is in e-smith-horde RPM * Tue Jun 25 2002 Brent J. Nordquist - 2.1 release 3 * Mon Jun 24 2002 Brent J. Nordquist - 2.1 release 2 (private beta) * Thu Jun 13 2002 Brent J. Nordquist - 2.1 release 1 (private beta) * Wed Jan 02 2002 Brent J. Nordquist - 2.0 release 1 * Mon Dec 24 2001 Brent J. Nordquist - 2.0-RC4 release 1 * Sat Dec 15 2001 Brent J. Nordquist - rewritten for Horde 2.0 * Wed Nov 14 2001 Brent J. Nordquist - 1.2.7 release 1rh7 * Sat Jul 21 2001 Brent J. Nordquist - 1.2.6 release 1rh7 * Tue Feb 06 2001 Brent J. Nordquist - 1.2.4 release 1rh --- NEW FILE registry.php --- applications['horde'] = array( 'fileroot' => FEDORA_FILEROOT, 'webroot' => $webroot, 'initial_page' => 'login.php', 'name' => _("Horde"), 'status' => 'active', 'templates' => FEDORA_FILEROOT . '/templates', 'provides' => 'horde' ); $this->applications['mimp'] = array( 'fileroot' => FEDORA_FILEROOT . '/mimp', 'webroot' => $this->applications['horde']['webroot'] . '/mimp', 'name' => _("Mobile Mail"), 'status' => 'notoolbar' ); $this->applications['imp'] = array( 'fileroot' => FEDORA_FILEROOT . '/imp', 'webroot' => $this->applications['horde']['webroot'] . '/imp', 'name' => _("Mail"), 'status' => 'active', 'provides' => 'mail', ); $this->applications['ingo'] = array( 'fileroot' => FEDORA_FILEROOT . '/ingo', 'webroot' => $this->applications['horde']['webroot'] . '/ingo', 'name' => _("Filters"), 'status' => 'active', 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'), 'menu_parent' => 'imp' ); $this->applications['sam'] = array( 'fileroot' => FEDORA_FILEROOT . '/sam', 'webroot' => $this->applications['horde']['webroot'] . '/sam', 'name' => _("Spam"), 'status' => 'inactive', // Uncomment this line if you want Sam to handle the blacklist filter // instead of Ingo: // 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist'), 'menu_parent' => 'imp' ); $this->applications['forwards'] = array( 'fileroot' => FEDORA_FILEROOT . '/forwards', 'webroot' => $this->applications['horde']['webroot'] . '/forwards', 'name' => _("Forwards"), 'status' => 'active', 'provides' => 'forwards', 'menu_parent' => 'imp', ); $this->applications['vacation'] = array( 'fileroot' => FEDORA_FILEROOT . '/vacation', 'webroot' => $this->applications['horde']['webroot'] . '/vacation', 'name' => _("Vacation"), 'status' => 'active', 'provides' => 'vacation', 'menu_parent' => 'imp' ); $this->applications['imp-folders'] = array( 'status' => 'block', 'app' => 'imp', 'blockname' => 'tree_folders', 'menu_parent' => 'imp', ); $this->applications['organizing'] = array( 'name' => _("Organizing"), 'status' => 'heading', ); $this->applications['turba'] = array( 'fileroot' => FEDORA_FILEROOT . '/turba', 'webroot' => $this->applications['horde']['webroot'] . '/turba', 'name' => _("Address Book"), 'status' => 'active', 'provides' => array('contacts', 'clients'), 'menu_parent' => 'organizing' ); $this->applications['turba-menu'] = array( 'status' => 'block', 'app' => 'turba', 'blockname' => 'tree_menu', 'menu_parent' => 'turba', ); $this->applications['kronolith'] = array( 'fileroot' => FEDORA_FILEROOT . '/kronolith', 'webroot' => $this->applications['horde']['webroot'] . '/kronolith', 'name' => _("Calendar"), 'status' => 'active', 'provides' => 'calendar', 'menu_parent' => 'organizing' ); $this->applications['kronolith-alarms'] = array( 'status' => 'block', 'app' => 'kronolith', 'blockname' => 'tree_alarms', 'menu_parent' => 'kronolith', ); $this->applications['kronolith-menu'] = array( 'status' => 'block', 'app' => 'kronolith', 'blockname' => 'tree_menu', 'menu_parent' => 'kronolith', ); $this->applications['mnemo'] = array( 'fileroot' => FEDORA_FILEROOT . '/mnemo', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'name' => _("Notes"), 'status' => 'active', 'provides' => 'notes', 'menu_parent' => 'organizing' ); $this->applications['nag'] = array( 'fileroot' => FEDORA_FILEROOT . '/nag', 'webroot' => $this->applications['horde']['webroot'] . '/nag', 'name' => _("Tasks"), 'status' => 'active', 'provides' => 'tasks', 'menu_parent' => 'organizing' ); $this->applications['genie'] = array( 'fileroot' => FEDORA_FILEROOT . '/genie', 'webroot' => $this->applications['horde']['webroot'] . '/genie', 'name' => _("Wishlist"), 'status' => 'inactive', 'provides' => 'wishlist', 'menu_parent' => 'organizing' ); $this->applications['trean'] = array( 'fileroot' => FEDORA_FILEROOT . '/trean', 'webroot' => $this->applications['horde']['webroot'] . '/trean', 'name' => _("Bookmarks"), 'status' => 'inactive', 'provides' => 'bookmarks', 'menu_parent' => 'organizing' ); $this->applications['trean-menu'] = array( 'status' => 'block', 'app' => 'trean', 'blockname' => 'tree_menu', 'menu_parent' => 'trean', ); $this->applications['devel'] = array( 'name' => _("Development"), 'status' => 'heading', ); $this->applications['chora'] = array( 'fileroot' => FEDORA_FILEROOT . '/chora', 'webroot' => $this->applications['horde']['webroot'] . '/chora', 'name' => _("Version Control"), 'status' => 'active', 'menu_parent' => 'devel' ); $this->applications['whups'] = array( 'fileroot' => FEDORA_FILEROOT . '/whups', 'webroot' => $this->applications['horde']['webroot'] . '/whups', 'name' => _("Tickets"), 'status' => 'inactive', 'provides' => 'tickets', 'menu_parent' => 'devel' ); $this->applications['luxor'] = array( 'fileroot' => FEDORA_FILEROOT . '/luxor', 'webroot' => $this->applications['horde']['webroot'] . '/luxor', 'name' => _("X-Ref"), 'status' => 'inactive', 'menu_parent' => 'devel' ); $this->applications['nic'] = array( 'fileroot' => FEDORA_FILEROOT . '/nic', 'webroot' => $this->applications['horde']['webroot'] . '/nic', 'name' => _("Network"), 'status' => 'inactive', 'menu_parent' => 'devel' ); $this->applications['info'] = array( 'name' => _("Information"), 'status' => 'heading', ); $this->applications['klutz'] = array( 'fileroot' => FEDORA_FILEROOT . '/klutz', 'webroot' => $this->applications['horde']['webroot'] . '/klutz', 'name' => _("Comics"), 'status' => 'inactive', 'provides' => 'comics', 'menu_parent' => 'info' ); $this->applications['occam'] = array( 'fileroot' => FEDORA_FILEROOT . '/occam', 'webroot' => $this->applications['horde']['webroot'] . '/occam', 'name' => _("Courses"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['mottle'] = array( 'fileroot' => FEDORA_FILEROOT . '/mottle', 'webroot' => $this->applications['horde']['webroot'] . '/mottle', 'name' => _("MOTD"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['jonah'] = array( 'fileroot' => FEDORA_FILEROOT . '/jonah', 'webroot' => $this->applications['horde']['webroot'] . '/jonah', 'name' => _("News"), 'status' => 'inactive', 'provides' => 'news', 'menu_parent' => 'info' ); $this->applications['jonah-menu'] = array( 'status' => 'block', 'app' => 'jonah', 'blockname' => 'tree_menu', 'menu_parent' => 'jonah', ); $this->applications['troll'] = array( 'fileroot' => FEDORA_FILEROOT . '/troll', 'webroot' => $this->applications['horde']['webroot'] . '/troll', 'name' => _("Newsgroups"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['troll-menu'] = array( 'status' => 'block', 'app' => 'troll', 'blockname' => 'tree_menu', 'menu_parent' => 'troll', ); $this->applications['goops'] = array( 'fileroot' => FEDORA_FILEROOT . '/goops', 'webroot' => $this->applications['horde']['webroot'] . '/goops', 'name' => _("Search Engines"), 'status' => 'inactive', 'menu_parent' => 'info' ); $this->applications['office'] = array( 'name' => _("Office"), 'status' => 'heading', ); $this->applications['juno'] = array( 'fileroot' => FEDORA_FILEROOT . '/juno', 'webroot' => $this->applications['horde']['webroot'] . '/juno', 'name' => _("Accounting"), 'status' => 'inactive', 'menu_parent' => 'office' ); $this->applications['midas'] = array( 'fileroot' => FEDORA_FILEROOT . '/midas', 'webroot' => $this->applications['horde']['webroot'] . '/midas', 'name' => _("Ads"), 'status' => 'inactive', 'menu_parent' => 'office' ); $this->applications['hylax'] = array( 'fileroot' => FEDORA_FILEROOT . '/hylax', 'webroot' => $this->applications['horde']['webroot'] . '/hylax', 'name' => _("Faxes"), 'status' => 'inactive', 'menu_parent' => 'office', ); $this->applications['sesha'] = array( 'fileroot' => FEDORA_FILEROOT . '/sesha', 'webroot' => $this->applications['horde']['webroot'] . '/sesha', 'name' => _("Inventory"), 'status' => 'inactive', // Uncomment this line if you want Sesha to provide queue and version // names instead of Whups: // 'provides' => array('tickets/listQueues', 'tickets/getQueueDetails', 'tickets/listVersions', 'tickets/getVersionDetails'), 'menu_parent' => 'office', ); $this->applications['thor'] = array( 'fileroot' => FEDORA_FILEROOT . '/thor', 'webroot' => $this->applications['horde']['webroot'] . '/thor', 'name' => _("Projects"), 'status' => 'inactive', 'provides' => 'projects', 'menu_parent' => 'office' ); $this->applications['rakim'] = array( 'fileroot' => FEDORA_FILEROOT . '/rakim', 'webroot' => $this->applications['horde']['webroot'] . '/rakim', 'name' => _("Support"), 'status' => 'inactive', 'menu_parent' => 'office' ); $this->applications['hermes'] = array( 'fileroot' => FEDORA_FILEROOT . '/hermes', 'webroot' => $this->applications['horde']['webroot'] . '/hermes', 'name' => _("Time Tracking"), 'status' => 'inactive', 'menu_parent' => 'office', 'provides' => 'time' ); $this->applications['hermes-watch'] = array( 'status' => 'block', 'app' => 'hermes', 'blockname' => 'stopwatch', 'menu_parent' => 'hermes', ); $this->applications['myaccount'] = array( 'name' => _("My Account"), 'status' => 'heading', ); $this->applications['gollem'] = array( 'fileroot' => FEDORA_FILEROOT . '/gollem', 'webroot' => $this->applications['horde']['webroot'] . '/gollem', 'name' => _("File Manager"), 'status' => 'active', 'menu_parent' => 'myaccount', 'provides' => 'files', ); $this->applications['gollem-menu'] = array( 'status' => 'block', 'app' => 'gollem', 'blockname' => 'tree_menu', 'menu_parent' => 'gollem', ); $this->applications['passwd'] = array( 'fileroot' => FEDORA_FILEROOT . '/passwd', 'webroot' => $this->applications['horde']['webroot'] . '/passwd', 'name' => _("Password"), 'status' => 'active', 'menu_parent' => 'myaccount' ); $this->applications['jeta'] = array( 'fileroot' => FEDORA_FILEROOT . '/jeta', 'webroot' => $this->applications['horde']['webroot'] . '/jeta', 'name' => _("SSH"), 'status' => 'inactive', 'menu_parent' => 'myaccount' ); $this->applications['website'] = array( 'name' => _("Web Site"), 'status' => 'heading', ); $this->applications['giapeto'] = array( 'fileroot' => FEDORA_FILEROOT . '/giapeto', 'webroot' => $this->applications['horde']['webroot'] . '/giapeto', 'name' => _("CMS"), 'status' => 'inactive', 'provides' => 'cms', 'menu_parent' => 'website' ); $this->applications['agora'] = array( 'fileroot' => FEDORA_FILEROOT . '/agora', 'webroot' => $this->applications['horde']['webroot'] . '/agora', 'name' => _("Forums"), 'status' => 'inactive', 'provides' => 'forums', 'menu_parent' => 'website' ); $this->applications['ulaform'] = array( 'fileroot' => FEDORA_FILEROOT . '/ulaform', 'webroot' => $this->applications['horde']['webroot'] . '/ulaform', 'name' => _("Forms"), 'status' => 'inactive', 'menu_parent' => 'website' ); $this->applications['volos'] = array( 'fileroot' => FEDORA_FILEROOT . '/volos', 'webroot' => $this->applications['horde']['webroot'] . '/volos', 'name' => _("Guestbook"), 'status' => 'inactive', 'menu_parent' => 'website' ); $this->applications['ansel'] = array( 'fileroot' => FEDORA_FILEROOT . '/ansel', 'webroot' => $this->applications['horde']['webroot'] . '/ansel', 'name' => _("Photos"), 'status' => 'inactive', 'provides' => 'images', 'menu_parent' => 'website' ); $this->applications['scry'] = array( 'fileroot' => FEDORA_FILEROOT . '/scry', 'webroot' => $this->applications['horde']['webroot'] . '/scry', 'name' => _("Polls"), 'status' => 'inactive', 'provides' => 'polls', 'menu_parent' => 'website' ); $this->applications['merk'] = array( 'fileroot' => FEDORA_FILEROOT . '/merk', 'webroot' => $this->applications['horde']['webroot'] . '/merk', 'name' => _("Shopping"), 'status' => 'inactive', 'menu_parent' => 'website' ); $this->applications['swoosh'] = array( 'fileroot' => FEDORA_FILEROOT . '/swoosh', 'webroot' => $this->applications['horde']['webroot'] . '/swoosh', 'name' => _("SMS Messaging"), 'status' => 'inactive', 'provides' => 'sms', 'menu_parent' => 'website' ); $this->applications['wicked'] = array( 'fileroot' => FEDORA_FILEROOT . '/wicked', 'webroot' => $this->applications['horde']['webroot'] . '/wicked', 'name' => _("Wiki"), 'status' => 'inactive', 'provides' => 'wiki', 'menu_parent' => 'website' ); $this->applications['vilma'] = array( 'fileroot' => FEDORA_FILEROOT . '/vilma', 'webroot' => $this->applications['horde']['webroot'] . '/vilma', 'name' => _("Mail Admin"), 'status' => 'inactive', 'menu_parent' => 'administration' ); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/horde/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 04:31:56 -0000 1.1 +++ .cvsignore 28 Dec 2006 04:34:38 -0000 1.2 @@ -0,0 +1 @@ +horde-3.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/horde/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 04:31:56 -0000 1.1 +++ sources 28 Dec 2006 04:34:38 -0000 1.2 @@ -0,0 +1 @@ +fbc56c608ac81474b846b1b4b7bb5ee7 horde-3.1.3.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 04:58:29 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Wed, 27 Dec 2006 23:58:29 -0500 Subject: owners owners.list,1.2161,1.2162 Message-ID: <200612280458.kBS4wTLA025618@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25603 Modified Files: owners.list Log Message: Added horde Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2161 retrieving revision 1.2162 diff -u -r1.2161 -r1.2162 --- owners.list 28 Dec 2006 01:20:06 -0000 1.2161 +++ owners.list 28 Dec 2006 04:57:59 -0000 1.2162 @@ -734,6 +734,7 @@ Fedora Extras|highlight|Universal source code to formatted text converter|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| Fedora Extras|hnb|Hierarchical Notebook|rpm at greysector.net|extras-qa at fedoraproject.org| +Fedora Extras|horde|PHP Application Framework|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|hpic|Healpix manipulation binaries and library|matt at truch.net|extras-qa at fedoraproject.org| Fedora Extras|hping2|Software to do TCP/IP stack auditing and much more|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|hping3|Software to do TCP/IP stack auditing and much more|paul at xelerance.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 05:45:16 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:16 -0500 Subject: rpms/gpodder - New directory Message-ID: <200612280545.kBS5jGUe028900@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28896/gpodder Log Message: Directory /cvs/extras/rpms/gpodder added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 05:45:17 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:17 -0500 Subject: rpms/gpodder/devel - New directory Message-ID: <200612280545.kBS5jHr3028913@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28896/gpodder/devel Log Message: Directory /cvs/extras/rpms/gpodder/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 05:45:30 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:30 -0500 Subject: rpms/gpodder Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612280545.kBS5jUUj028943@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28937 Added Files: Makefile import.log Log Message: Setup of module gpodder --- NEW FILE Makefile --- # Top level Makefile for module gpodder all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 05:45:35 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:45:35 -0500 Subject: rpms/gpodder/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612280545.kBS5jZWO028958@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28937/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gpodder --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 05:46:32 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:46:32 -0500 Subject: rpms/gpodder import.log,1.1,1.2 Message-ID: <200612280546.kBS5kWo6029027@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28997 Modified Files: import.log Log Message: auto-import gpodder-0.8.0-3.fc7 on branch devel from gpodder-0.8.0-3.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gpodder/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 05:45:30 -0000 1.1 +++ import.log 28 Dec 2006 05:46:02 -0000 1.2 @@ -0,0 +1 @@ +gpodder-0_8_0-3_fc7:HEAD:gpodder-0.8.0-3.fc7.src.rpm:1167252899 From fedora-extras-commits at redhat.com Thu Dec 28 05:46:33 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:46:33 -0500 Subject: rpms/gpodder/devel gpodder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612280546.kBS5kXCu029031@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/gpodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28997/devel Modified Files: .cvsignore sources Added Files: gpodder.spec Log Message: auto-import gpodder-0.8.0-3.fc7 on branch devel from gpodder-0.8.0-3.fc7.src.rpm --- NEW FILE gpodder.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")} Name: gpodder Version: 0.8.0 Release: 3%{?dist} Summary: Podcast receiver/catcher written in Python Group: Applications/Multimedia License: GPL URL: http://perli.net/projekte/gpodder/index.html Source0: http://perli.net/projekte/gpodder/releases/0.8.0/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool Requires: pygtk2 pygtk2-libglade wget %description gPodder is a Podcast receiver/catcher written in Python, using GTK. It manages podcast feeds for you and automatically downloads all podcasts from as many feeds as you like. It also optionally supports syncing with ipods. %prep %setup -q %build make messages %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT iconv -f latin1 -t utf-8 $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop \ -o $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop.new mv $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop.new $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --remove-key Miniicon --add-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING README INSTALL %{_bindir}/%{name} %{_datadir}/%{name}/ %{_mandir}/man1/* %{_datadir}/applications/*.desktop %{python_sitelib}/%{name}/ %changelog * Wed Dec 27 2006 Jef Spaleta 0.8.0-3 - Rmove X-Fedora-Extras Category and python dependancy as per review comments * Sun Dec 24 2006 Jef Spaleta 0.8.0-2 - added iconv call to force utf-8 encoding. * Sun Dec 24 2006 Jef Spaleta 0.8.0-1 - Initial build for FE inclusion review Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gpodder/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 05:45:35 -0000 1.1 +++ .cvsignore 28 Dec 2006 05:46:03 -0000 1.2 @@ -0,0 +1 @@ +gpodder-0.8.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gpodder/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 05:45:35 -0000 1.1 +++ sources 28 Dec 2006 05:46:03 -0000 1.2 @@ -0,0 +1 @@ +8c58c613d049bd2387e09876c574ebf9 gpodder-0.8.0.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 05:54:19 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Thu, 28 Dec 2006 00:54:19 -0500 Subject: owners owners.list,1.2162,1.2163 Message-ID: <200612280554.kBS5sJrN029157@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29138 Modified Files: owners.list Log Message: added gpodder entry Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2162 retrieving revision 1.2163 diff -u -r1.2162 -r1.2163 --- owners.list 28 Dec 2006 04:57:59 -0000 1.2162 +++ owners.list 28 Dec 2006 05:53:49 -0000 1.2163 @@ -646,6 +646,7 @@ Fedora Extras|gpgme|GnuPG Made Easy|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gpgme03|GnuPG Made Easy interface library|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|gphpedit|A PHP source editor for GNOME 2|rpm at timj.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|gpodder|Podcast receiver/catcher written in Python|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gpp|Gnome Photo Printer|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| Fedora Extras|gpredict|Real-time satellite tracking and orbit prediction program|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gprolog|GNU Prolog Compiler|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 11:38:22 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:22 -0500 Subject: rpms/python-twisted-runner - New directory Message-ID: <200612281138.kBSBcMC4017517@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17513/python-twisted-runner Log Message: Directory /cvs/extras/rpms/python-twisted-runner added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 11:38:22 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:22 -0500 Subject: rpms/python-twisted-runner/devel - New directory Message-ID: <200612281138.kBSBcMai017530@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17513/python-twisted-runner/devel Log Message: Directory /cvs/extras/rpms/python-twisted-runner/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 11:38:34 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:34 -0500 Subject: rpms/python-twisted-runner Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281138.kBSBcY7O017560@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17554 Added Files: Makefile import.log Log Message: Setup of module python-twisted-runner --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-runner all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 11:38:39 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:38:39 -0500 Subject: rpms/python-twisted-runner/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281138.kBSBcdkJ017575@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17554/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-runner --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 11:39:37 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:39:37 -0500 Subject: rpms/python-twisted-runner import.log,1.1,1.2 Message-ID: <200612281139.kBSBdbW2017644@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17614 Modified Files: import.log Log Message: auto-import python-twisted-runner-0.2.0-4.fc6 on branch devel from python-twisted-runner-0.2.0-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-runner/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 11:38:34 -0000 1.1 +++ import.log 28 Dec 2006 11:39:06 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-runner-0_2_0-4_fc6:HEAD:python-twisted-runner-0.2.0-4.fc6.src.rpm:1167306534 From fedora-extras-commits at redhat.com Thu Dec 28 11:39:37 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 06:39:37 -0500 Subject: rpms/python-twisted-runner/devel python-twisted-runner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281139.kBSBdb0Y017648@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-runner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17614/devel Modified Files: .cvsignore sources Added Files: python-twisted-runner.spec Log Message: auto-import python-twisted-runner-0.2.0-4.fc6 on branch devel from python-twisted-runner-0.2.0-4.fc6.src.rpm --- NEW FILE python-twisted-runner.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedRunner Name: %{python}-twisted-runner Version: 0.2.0 Release: 4%{?dist} Summary: Twisted Runner process management library and inetd replacement Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com Source0: http://tmrc.mit.edu/mirror/twisted/Runner/0.2/TwistedRunner-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: %{python}-twisted-core >= 2.4.0 # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core %description Twisted is an event-based framework for internet applications. Twisted Runner contains code useful for persistent process management with Python and Twisted, and has an almost full replacement for inetd. %prep %setup -n %{origname}-%{version} -q %build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{python_sitearch}/twisted/runner/portmap.c %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README LICENSE NEWS %{python_sitearch}/twisted/runner/ %changelog * Wed Dec 27 2006 Thomas Vander Stichele - add LICENSE and NEWS * Wed Nov 01 2006 Thomas Vander Stichele - 0.2.0-3 - remove .c file * Tue Sep 26 2006 Thomas Vander Stichele - 0.2.0-2 - no longer ghost .pyo files * Wed Jun 07 2006 Thomas Vander Stichele - 0.2.0-1 - new release - remove noarch * Tue Aug 23 2005 Jeff Pitman 0.1.0-2 - disttag * Fri Mar 25 2005 Jeff Pitman 0.1.0-1 - final release * Wed Mar 16 2005 Jeff Pitman 0.1.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.1.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-runner/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 11:38:39 -0000 1.1 +++ .cvsignore 28 Dec 2006 11:39:07 -0000 1.2 @@ -0,0 +1 @@ +TwistedRunner-0.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-runner/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 11:38:39 -0000 1.1 +++ sources 28 Dec 2006 11:39:07 -0000 1.2 @@ -0,0 +1 @@ +ec4677a59dd2643d50da0914b3a1df88 TwistedRunner-0.2.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:00:35 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 28 Dec 2006 07:00:35 -0500 Subject: rpms/libkipi/FC-5 .cvsignore, 1.5, 1.6 libkipi.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <200612281200.kBSC0ZEs017818@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17782/FC-5 Modified Files: .cvsignore libkipi.spec sources Log Message: * Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 - version 0.1.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 May 2006 07:43:45 -0000 1.5 +++ .cvsignore 28 Dec 2006 12:00:05 -0000 1.6 @@ -1 +1 @@ -libkipi-0.1.4.tar.bz2 +libkipi-0.1.5.tar.bz2 Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-5/libkipi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libkipi.spec 20 May 2006 07:43:45 -0000 1.11 +++ libkipi.spec 28 Dec 2006 12:00:05 -0000 1.12 @@ -1,12 +1,12 @@ Name: libkipi -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries License: LGPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkipi-0.1.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkipi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 6:3.0 @@ -22,6 +22,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: kdelibs-devel +Requires: pkgconfig %description devel Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin @@ -83,6 +84,15 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 +- version 0.1.5 + +* Thu Sep 14 2006 Aurelien Bompard 0.1.4-3 +- have the devel package require pkgconfig + +* Wed Aug 30 2006 Aurelien Bompard 0.1.4-2 +- rebuild + * Sat May 20 2006 Aurelien Bompard 0.1.4-1 - version 0.1.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 May 2006 07:43:45 -0000 1.5 +++ sources 28 Dec 2006 12:00:05 -0000 1.6 @@ -1 +1 @@ -2d8b8da064b85b0e53a98b4a7510392e libkipi-0.1.4.tar.bz2 +aef790871583444cd81bd9dea9c3fd0b libkipi-0.1.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:00:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 28 Dec 2006 07:00:36 -0500 Subject: rpms/libkipi/FC-6 .cvsignore, 1.5, 1.6 libkipi.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <200612281200.kBSC0aZD017823@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17782/FC-6 Modified Files: .cvsignore libkipi.spec sources Log Message: * Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 - version 0.1.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-6/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 May 2006 07:43:46 -0000 1.5 +++ .cvsignore 28 Dec 2006 12:00:06 -0000 1.6 @@ -1 +1 @@ -libkipi-0.1.4.tar.bz2 +libkipi-0.1.5.tar.bz2 Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-6/libkipi.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libkipi.spec 14 Sep 2006 15:11:41 -0000 1.13 +++ libkipi.spec 28 Dec 2006 12:00:06 -0000 1.14 @@ -1,12 +1,12 @@ Name: libkipi -Version: 0.1.4 -Release: 3%{?dist} +Version: 0.1.5 +Release: 1%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries License: LGPL URL: http://extragear.kde.org/apps/kipi -Source0: http://dl.sf.net/kipi/libkipi-0.1.4.tar.bz2 +Source0: http://dl.sf.net/kipi/libkipi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 6:3.0 @@ -84,6 +84,9 @@ %changelog +* Fri Dec 08 2006 Aurelien Bompard 0.1.5-1 +- version 0.1.5 + * Thu Sep 14 2006 Aurelien Bompard 0.1.4-3 - have the devel package require pkgconfig Index: sources =================================================================== RCS file: /cvs/extras/rpms/libkipi/FC-6/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 May 2006 07:43:46 -0000 1.5 +++ sources 28 Dec 2006 12:00:06 -0000 1.6 @@ -1 +1 @@ -2d8b8da064b85b0e53a98b4a7510392e libkipi-0.1.4.tar.bz2 +aef790871583444cd81bd9dea9c3fd0b libkipi-0.1.5.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:03:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 28 Dec 2006 07:03:39 -0500 Subject: rpms/glom/devel glom-1.2.2-py25.patch,NONE,1.1 glom.spec,1.8,1.9 Message-ID: <200612281203.kBSC3dSa021072@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21054 Modified Files: glom.spec Added Files: glom-1.2.2-py25.patch Log Message: Added patch to fix python 2.5 compile glom-1.2.2-py25.patch: --- NEW FILE glom-1.2.2-py25.patch --- --- glom-1.2.2/glom/libglom/python_embed/py_glom_record.cc.orig 2006-12-28 12:46:59.000000000 +0100 +++ glom-1.2.2/glom/libglom/python_embed/py_glom_record.cc 2006-12-28 12:48:06.000000000 +0100 @@ -170,7 +170,7 @@ -static int +static Py_ssize_t Record_tp_as_mapping_length(PyGlomRecord *self) { return self->m_pMap_field_values->size(); @@ -228,7 +228,7 @@ */ static PyMappingMethods Record_tp_as_mapping = { - (inquiry)Record_tp_as_mapping_length, + (lenfunc)Record_tp_as_mapping_length, (binaryfunc)Record_tp_as_mapping_getitem, (objobjargproc)0 /* Record_tp_as_mapping_setitem */ }; --- glom-1.2.2/glom/libglom/python_embed/py_glom_related.cc.orig 2006-12-28 12:46:59.000000000 +0100 +++ glom-1.2.2/glom/libglom/python_embed/py_glom_related.cc 2006-12-28 12:47:40.000000000 +0100 @@ -102,7 +102,7 @@ } -static int +static Py_ssize_t Related_tp_as_mapping_length(PyGlomRelated *self) { return self->m_pMap_relationships->size(); @@ -188,7 +188,7 @@ */ static PyMappingMethods Related_tp_as_mapping = { - (inquiry)Related_tp_as_mapping_length, + (lenfunc)Related_tp_as_mapping_length, (binaryfunc)Related_tp_as_mapping_getitem, (objobjargproc)0 /* Related_tp_as_mapping_setitem */ }; Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- glom.spec 11 Dec 2006 15:51:10 -0000 1.8 +++ glom.spec 28 Dec 2006 12:03:09 -0000 1.9 @@ -11,6 +11,7 @@ URL: http://www.glom.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glom/%{major_version}/%{name}-%{major_version}.%{minor_version}.tar.bz2 Patch0: glom-1.0.5-poconfig.patch +Patch1: glom-1.2.2-py25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bakery-devel >= 2.4 @@ -52,6 +53,7 @@ %prep %setup -q %patch0 -p1 -b .poconfig +%patch1 -p1 -b .py25 %build @@ -118,6 +120,7 @@ %changelog * Mon Dec 11 2006 Denis Leroy - 1.2.2-3 - Fixed python2.5 path +- Added patch to fix python 2.5 compile * Fri Dec 8 2006 Denis Leroy - 1.2.2-2 - Fixed source upload From fedora-extras-commits at redhat.com Thu Dec 28 12:08:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 28 Dec 2006 07:08:43 -0500 Subject: rpms/glom/FC-6 .cvsignore, 1.6, 1.7 glom.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200612281208.kBSC8hop021189@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21163 Modified Files: .cvsignore glom.spec sources Log Message: Update to 1.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glom/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Nov 2006 10:10:19 -0000 1.6 +++ .cvsignore 28 Dec 2006 12:08:13 -0000 1.7 @@ -1 +1 @@ -glom-1.2.1.tar.bz2 +glom-1.2.2.tar.bz2 Index: glom.spec =================================================================== RCS file: /cvs/extras/rpms/glom/FC-6/glom.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glom.spec 21 Nov 2006 10:10:19 -0000 1.5 +++ glom.spec 28 Dec 2006 12:08:13 -0000 1.6 @@ -1,9 +1,9 @@ %define major_version 1.2 -%define minor_version 1 +%define minor_version 2 Name: glom Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Easy-to-use database designer and user interface Group: Applications/Databases @@ -116,6 +116,9 @@ %changelog +* Thu Dec 28 2006 Denis Leroy - 1.2.2-1 +- Update to 1.2.2 + * Tue Nov 21 2006 Denis Leroy - 1.2.1-2 - Update to 1.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glom/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 21 Nov 2006 10:10:19 -0000 1.6 +++ sources 28 Dec 2006 12:08:13 -0000 1.7 @@ -1 +1 @@ -406c28f1bb4e704c7c4fb56a48893f21 glom-1.2.1.tar.bz2 +7b5c56317dd8386b17a05e5bfbb6c119 glom-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 12:23:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 28 Dec 2006 07:23:24 -0500 Subject: rpms/glom/devel glom-1.2.2-py25.patch,1.1,1.2 Message-ID: <200612281223.kBSCNOai021305@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21286 Modified Files: glom-1.2.2-py25.patch Log Message: Missed a third occurence of fix glom-1.2.2-py25.patch: Index: glom-1.2.2-py25.patch =================================================================== RCS file: /cvs/extras/rpms/glom/devel/glom-1.2.2-py25.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glom-1.2.2-py25.patch 28 Dec 2006 12:03:09 -0000 1.1 +++ glom-1.2.2-py25.patch 28 Dec 2006 12:22:53 -0000 1.2 @@ -38,3 +38,23 @@ (binaryfunc)Related_tp_as_mapping_getitem, (objobjargproc)0 /* Related_tp_as_mapping_setitem */ }; +--- glom-1.2.2/glom/libglom/python_embed/py_glom_relatedrecord.cc.orig 2006-12-28 12:46:59.000000000 +0100 ++++ glom-1.2.2/glom/libglom/python_embed/py_glom_relatedrecord.cc 2006-12-28 13:26:01.000000000 +0100 +@@ -140,7 +140,7 @@ + */ + + +-static int ++static Py_ssize_t + RelatedRecord_tp_as_mapping_length(PyGlomRelatedRecord *self) + { + return self->m_pMap_field_values->size(); +@@ -237,7 +237,7 @@ + */ + + static PyMappingMethods RelatedRecord_tp_as_mapping = { +- (inquiry)RelatedRecord_tp_as_mapping_length, ++ (lenfunc)RelatedRecord_tp_as_mapping_length, + (binaryfunc)RelatedRecord_tp_as_mapping_getitem, + (objobjargproc)0 /* RelatedRecord_tp_as_mapping_setitem */ + }; From fedora-extras-commits at redhat.com Thu Dec 28 13:56:37 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:56:37 -0500 Subject: rpms/lush - New directory Message-ID: <200612281356.kBSDubje024757@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24753/lush Log Message: Directory /cvs/extras/rpms/lush added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 13:56:43 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:56:43 -0500 Subject: rpms/lush/devel - New directory Message-ID: <200612281356.kBSDuhNw024770@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24753/lush/devel Log Message: Directory /cvs/extras/rpms/lush/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 13:57:04 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Thu, 28 Dec 2006 08:57:04 -0500 Subject: rpms/autogen/FC-5 autogen.spec,1.8,1.9 Message-ID: <200612281357.kBSDv4le024809@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/autogen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24734 Modified Files: autogen.spec Log Message: Remove gratuitous ExcludeArch: ppc Index: autogen.spec =================================================================== RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- autogen.spec 27 Dec 2006 21:33:28 -0000 1.8 +++ autogen.spec 28 Dec 2006 13:56:34 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Sourcecode autogenerator Name: autogen Version: 5.8.7 -Release: 6%{?dist} +Release: 6.1%{?dist} License: GPL Group: Development/Tools Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 @@ -16,8 +16,6 @@ Obsoletes: libopts-devel Obsoletes: libopts -ExcludeArch: ppc - %description AutoGen is a tool designed to simplify the creation and maintenance of programes that contain large amounts of repetitious text. It is especially @@ -126,6 +124,9 @@ %{_includedir}/autoopts %changelog +* Thu Dec 28 2006 David Woodhouse 5.8.7-6.1 +- remove apparently gratuitous ExcludeArch: ppc + * Wed Dec 27 2006 Paul F. Johnson 5.8.7-6 - remove smp_mflags, makes x86_64 cry From fedora-extras-commits at redhat.com Thu Dec 28 13:57:00 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:57:00 -0500 Subject: rpms/lush Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281357.kBSDv0Tk024800@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24794 Added Files: Makefile import.log Log Message: Setup of module lush --- NEW FILE Makefile --- # Top level Makefile for module lush all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 13:57:05 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 08:57:05 -0500 Subject: rpms/lush/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281357.kBSDv5PM024819@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24794/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module lush --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 14:00:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 09:00:29 -0500 Subject: rpms/lush import.log,1.1,1.2 Message-ID: <200612281400.kBSE0TgX024931@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24901 Modified Files: import.log Log Message: auto-import lush-1.2.1-1 on branch devel from lush-1.2.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/lush/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 13:57:00 -0000 1.1 +++ import.log 28 Dec 2006 13:59:59 -0000 1.2 @@ -0,0 +1 @@ +lush-1_2_1-1:HEAD:lush-1.2.1-1.src.rpm:1167314987 From fedora-extras-commits at redhat.com Thu Dec 28 14:00:29 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 09:00:29 -0500 Subject: rpms/lush/devel lush.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281400.kBSE0Tpp024935@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lush/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24901/devel Modified Files: .cvsignore sources Added Files: lush.spec Log Message: auto-import lush-1.2.1-1 on branch devel from lush-1.2.1-1.src.rpm --- NEW FILE lush.spec --- Name: lush Version: 1.2.1 Release: 1%{?dist} Summary: An object-oriented Lisp interpreter and compiler Group: Development/Languages License: GPL URL: http://lush.sourceforge.net Source0: http://download.sourceforge.net/lush/lush-1.2.1.tar.gz Source1: http://lush.sourceforge.net/lush-manual.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel BuildRequires: gpm-devel BuildRequires: binutils-devel BuildRequires: libX11-devel BuildRequires: libSM-devel BuildRequires: libICE-devel BuildRequires: libXft-devel BuildRequires: freetype-devel BuildRequires: zlib-devel BuildRequires: pkgconfig %description Lush is an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, loosely-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages. %prep %setup -q -n lush cp %{SOURCE1} . sed -i "s|OPTS =.*|OPTS = $RPM_OPT_FLAGS|" src/Makefile.in %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # fix file flags find $RPM_BUILD_ROOT%{_datadir}/lush -type f -exec chmod 0644 '{}' \; find $RPM_BUILD_ROOT%{_datadir}/lush -type f -name demo\* -exec chmod 0755 '{}' \; find $RPM_BUILD_ROOT%{_datadir}/lush -type f -name tsp -exec chmod 0755 '{}' \; find $RPM_BUILD_ROOT%{_mandir} -type f -exec chmod 0644 '{}' \; rm -rf $RPM_BUILD_ROOT%{_datadir}/lush/{src,etc,demos} chmod 0644 etc/* demos/* rm -f etc/lush.1 etc/make* # disable error about buildroot contained in stdenv.dump export QA_SKIP_BUILD_ROOT=1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING COPYRIGHT README lush-manual.pdf %doc etc contrib demos %{_bindir}/* %{_datadir}/lush %{_mandir}/man*/* %changelog * Thu Nov 23 2006 Gerard Milmeister - 1.2.1-1 - new version 1.2.1 * Sat Oct 7 2006 Gerard Milmeister - 1.2-3 - move examples to docdir * Mon Sep 25 2006 Gerard Milmeister - 1.2-2 - added patch to compile with binutils 2.17 * Sun Sep 10 2006 Gerard Milmeister - 1.2-1 - new version 1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lush/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 13:57:05 -0000 1.1 +++ .cvsignore 28 Dec 2006 13:59:59 -0000 1.2 @@ -0,0 +1,2 @@ +lush-1.2.1.tar.gz +lush-manual.pdf Index: sources =================================================================== RCS file: /cvs/extras/rpms/lush/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 13:57:05 -0000 1.1 +++ sources 28 Dec 2006 13:59:59 -0000 1.2 @@ -0,0 +1,2 @@ +04dd0caa0e59909f3f42ca95531737ae lush-1.2.1.tar.gz +3838fc7de8367a63349635766c657fbf lush-manual.pdf From fedora-extras-commits at redhat.com Thu Dec 28 14:58:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:15 -0500 Subject: rpms/gnome-commander - New directory Message-ID: <200612281458.kBSEwFSC028347@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28343/gnome-commander Log Message: Directory /cvs/extras/rpms/gnome-commander added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 14:58:20 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:20 -0500 Subject: rpms/gnome-commander/devel - New directory Message-ID: <200612281458.kBSEwK4u028360@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28343/gnome-commander/devel Log Message: Directory /cvs/extras/rpms/gnome-commander/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 14:58:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:40 -0500 Subject: rpms/gnome-commander Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281458.kBSEwehB028390@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28384 Added Files: Makefile import.log Log Message: Setup of module gnome-commander --- NEW FILE Makefile --- # Top level Makefile for module gnome-commander all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 14:58:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 09:58:45 -0500 Subject: rpms/gnome-commander/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281458.kBSEwjEh028405@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28384/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-commander --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 15:00:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 10:00:09 -0500 Subject: rpms/gnome-commander/devel gnome-commander.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281500.kBSF09LL028484@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28445/devel Modified Files: .cvsignore sources Added Files: gnome-commander.spec Log Message: auto-import gnome-commander-1.2.3-2 on branch devel from gnome-commander-1.2.3-2.src.rpm --- NEW FILE gnome-commander.spec --- Name: gnome-commander Version: 1.2.3 Release: 2%{?dist} Summary: A nice and fast file manager for the GNOME desktop Group: Applications/File License: GPL URL: http://www.nongnu.org/gcmd/ Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: scrollkeeper BuildRequires: gettext BuildRequires: id3lib-devel BuildRequires: lcms-devel BuildRequires: libgnomeui-devel BuildRequires: libexif-devel BuildRequires: gnome-doc-utils BuildRequires: perl(XML::Parser) Requires(post): scrollkeeper Requires(postun): scrollkeeper %description GNOME Commander is a nice and fast file manager for the GNOME desktop. In addition to performing the basic filemanager functions the program is also an FTP-client and it can browse SMB-networks. %prep %setup -q %build %configure --disable-scrollkeeper %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} \ INSTALL="%{__install} -c -p" \ DESTDIR=%{buildroot} \ install desktop-file-install \ --delete-original \ --vendor '' \ --remove-category Application \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop %{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la,so} %{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la,so} %find_lang %{name} %post scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun scrollkeeper-update -q || : %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt %{_bindir}/* %{_libdir}/%{name}/ %{_mandir}/man1/%{name}.1* %{_datadir}/applications/%{name}.desktop %{_datadir}/gnome/help/%{name}/ %{_datadir}/omf/%{name}/ %{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}/ %changelog * Thu Dec 21 2006 Mamoru Tasaka - 1.2.3-2 - Clean up. * Tue Nov 14 2006 Piotr Eljasiak - fixed Source0 address * Mon Jul 17 2006 Piotr Eljasiak - added glib dependencies * Sun May 14 2006 Stephanos Manos - Fixed Scrollkeeper database update -disabled scrollkeeper update from make -added scrollkeeper-database-update in the %%post & %%postun section - Added %%post & %%postun entries for the desktop file - Added %%post & %%postun entries for the gtk+ icon cache file * Sun Apr 9 2006 Piotr Eljasiak - minor cleanups * Thu Mar 5 2006 Piotr Eljasiak - added OMF files * Mon Feb 13 2006 Piotr Eljasiak - install gnome-commander icon to %%{_datadir}/pixmaps/ - install gnome-commander.1* to %%{_mandir}/man1/ * Sat Feb 11 2006 Piotr Eljasiak - set default srcext to .bz2 * Fri Jan 28 2005 Piotr Eljasiak - fixed typo: rpm --> rpmbuild * Mon May 03 2004 Piotr Eljasiak - converted spec file to utf-8 - used RPM macros a bit more * Thu Jun 19 2003 Piotr Eljasiak - added libraries * Tue Mar 25 2003 Piotr Eljasiak - updated Sources * Mon Jan 20 2003 Piotr Eljasiak - added build dependencies * Fri Jan 10 2003 Piotr Eljasiak - added localization * Thu Jan 09 2003 Piotr Eljasiak - added dependencies * Mon Jun 24 2002 Piotr Eljasiak - more cleanup in install section * Sat Jun 15 2002 Piotr Eljasiak - simplified install and files sections * Mon Jun 10 2002 Piotr Eljasiak - .spec file is now generated from .spec.in * Mon Jun 10 2002 Marcus Bjurman - The default icon for this project is now called gnome-commander.png The xpm variant of the same icon is now also renamed in the same manner. * Sat Mar 9 2002 Marcus Bjurman - Pumped up the version nr * Sun Nov 4 2001 Marcus Bjurman - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 14:58:45 -0000 1.1 +++ .cvsignore 28 Dec 2006 14:59:39 -0000 1.2 @@ -0,0 +1 @@ +gnome-commander-1.2.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 14:58:45 -0000 1.1 +++ sources 28 Dec 2006 14:59:39 -0000 1.2 @@ -0,0 +1 @@ +817ee443d970c9efb5553b7b6103ab86 gnome-commander-1.2.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 15:00:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 10:00:09 -0500 Subject: rpms/gnome-commander import.log,1.1,1.2 Message-ID: <200612281500.kBSF09Jk028480@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28445 Modified Files: import.log Log Message: auto-import gnome-commander-1.2.3-2 on branch devel from gnome-commander-1.2.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 14:58:39 -0000 1.1 +++ import.log 28 Dec 2006 14:59:39 -0000 1.2 @@ -0,0 +1 @@ +gnome-commander-1_2_3-2:HEAD:gnome-commander-1.2.3-2.src.rpm:1167318566 From fedora-extras-commits at redhat.com Thu Dec 28 15:15:02 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 28 Dec 2006 10:15:02 -0500 Subject: extras-buildsys/utils/pushscript Config_Extras.py,1.18,1.19 Message-ID: <200612281515.kBSFF2RU031842@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils/pushscript In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31827 Modified Files: Config_Extras.py Log Message: Exclude the few old partial releases for FC-3 from being pruned. They are the result of semi-manual builds for specific archs. Index: Config_Extras.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Config_Extras.py 28 Nov 2006 00:15:12 -0000 1.18 +++ Config_Extras.py 28 Dec 2006 15:15:02 -0000 1.19 @@ -64,7 +64,7 @@ } # packages to exclude from being pruned: dist => Python regexp list -repoprune_keepdict = {'3': ["-kmod$"], +repoprune_keepdict = {'3': ["-kmod$","amaya","gnome-vfsmm26","libgnomemm26","libgnomeuimm26","xtide","wxGTK"], '4': ["-kmod$"], '5': ["-kmod$"], '6': ["-kmod$"], From fedora-extras-commits at redhat.com Thu Dec 28 17:12:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:00 -0500 Subject: rpms/perl-Perl6-Bible - New directory Message-ID: <200612281712.kBSHC0ra006151@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6147/perl-Perl6-Bible Log Message: Directory /cvs/extras/rpms/perl-Perl6-Bible added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 17:12:05 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:05 -0500 Subject: rpms/perl-Perl6-Bible/devel - New directory Message-ID: <200612281712.kBSHC5jR006164@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6147/perl-Perl6-Bible/devel Log Message: Directory /cvs/extras/rpms/perl-Perl6-Bible/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 17:12:18 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:18 -0500 Subject: rpms/perl-Perl6-Bible Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612281712.kBSHCI0A006194@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6188 Added Files: Makefile import.log Log Message: Setup of module perl-Perl6-Bible --- NEW FILE Makefile --- # Top level Makefile for module perl-Perl6-Bible all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 17:12:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:12:24 -0500 Subject: rpms/perl-Perl6-Bible/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612281712.kBSHCOnn006210@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6188/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Perl6-Bible --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 17:13:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:13:24 -0500 Subject: rpms/perl-Perl6-Bible/devel README.license, NONE, 1.1 perl-Perl6-Bible.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612281713.kBSHDOt4006288@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6253/devel Modified Files: .cvsignore sources Added Files: README.license perl-Perl6-Bible.spec Log Message: auto-import perl-Perl6-Bible-0.30-2 on branch devel from perl-Perl6-Bible-0.30-2.src.rpm --- NEW FILE README.license --- When asked for clarification of the license of this package, the Perl Foundation President Bill Odom answered as follows: Date: Wed, 1 Nov 2006 09:13:01 -0600 From: "Bill Odom" To: "Steven Pritchard" Subject: Re: documentation license question In-Reply-To: Steve: Okay, here's the definitive word from Allison, who's been immersed in the legal and licensing side for far longer than any one person should ever have to be: On 10/31/06, Allison Randal wrote: >The Perl 6 Bible is the Apocalypses, Exegeses, and Synopses. ... >They'll be under the same terms as the production release of Perl 6, >which is: > - they are covered by the author's contributor agreement to TPF > - the compilation copyright is owned by TPF > - authors retain their individual copyright in individual pieces > - Artistic 2.0 license Does that give you what you need, or should I do some more digging? Thanks, Bill --- NEW FILE perl-Perl6-Bible.spec --- Name: perl-Perl6-Bible Version: 0.30 Release: 2%{?dist} Summary: Perl 6 Design Documentations License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Perl6-Bible/ Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Perl6-Bible-%{version}.tar.gz Source1: README.license BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This Perl module distribution contains all the latest Perl 6 documentation and a utility called p6bible for viewing it. %prep %setup -q -n Perl6-Bible-%{version} # http://rt.cpan.org//Ticket/Display.html?id=20310 perl -pi -e 's/(?/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README README.license %{_bindir}/p6bible %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Dec 21 2006 Steven Pritchard 0.30-2 - Include README.license. - Fix find option order. - Use fixperms macro instead of our own chmod incantation. * Wed Jul 05 2006 Steven Pritchard 0.30-1 - Specfile autogenerated by cpanspec 1.66. - Drop explicit perl dep. - p6bible is in bindir, not docs. - Clean up S05.pod to make rpmlint happy. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl6-Bible/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 17:12:24 -0000 1.1 +++ .cvsignore 28 Dec 2006 17:12:54 -0000 1.2 @@ -0,0 +1 @@ +Perl6-Bible-0.30.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl6-Bible/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 17:12:24 -0000 1.1 +++ sources 28 Dec 2006 17:12:54 -0000 1.2 @@ -0,0 +1 @@ +b0cbdf1397f1a16ad6e34a39bbb12382 Perl6-Bible-0.30.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 17:13:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:13:24 -0500 Subject: rpms/perl-Perl6-Bible import.log,1.1,1.2 Message-ID: <200612281713.kBSHDOLd006284@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Perl6-Bible In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6253 Modified Files: import.log Log Message: auto-import perl-Perl6-Bible-0.30-2 on branch devel from perl-Perl6-Bible-0.30-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Perl6-Bible/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 17:12:18 -0000 1.1 +++ import.log 28 Dec 2006 17:12:54 -0000 1.2 @@ -0,0 +1 @@ +perl-Perl6-Bible-0_30-2:HEAD:perl-Perl6-Bible-0.30-2.src.rpm:1167326567 From fedora-extras-commits at redhat.com Thu Dec 28 17:17:34 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 28 Dec 2006 12:17:34 -0500 Subject: owners owners.list,1.2163,1.2164 Message-ID: <200612281717.kBSHHYQN006456@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6397 Modified Files: owners.list Log Message: Add perl-Perl6-Bible. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2163 retrieving revision 1.2164 diff -u -r1.2163 -r1.2164 --- owners.list 28 Dec 2006 05:53:49 -0000 1.2163 +++ owners.list 28 Dec 2006 17:17:04 -0000 1.2164 @@ -1703,6 +1703,7 @@ Fedora Extras|perl-PatchReader|Utilities to read and manipulate patches and CVS|stickster at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PBS|Perl binding for the Portable Batch System client library|garrick at usc.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Perl-Critic|Critique Perl source code for best-practices|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Perl6-Bible|Perl 6 Design Documentations|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PerlIO-eol|PerlIO layer for normalizing line endings|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PerlIO-via-dynamic|Dynamic PerlIO layers|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PerlIO-via-symlink|PerlIO layers for creating symlinks|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Thu Dec 28 17:17:54 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 12:17:54 -0500 Subject: owners owners.list,1.2164,1.2165 Message-ID: <200612281717.kBSHHstf006459@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6441/owners Modified Files: owners.list Log Message: adding python-twisted-runner Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2164 retrieving revision 1.2165 diff -u -r1.2164 -r1.2165 --- owners.list 28 Dec 2006 17:17:04 -0000 1.2164 +++ owners.list 28 Dec 2006 17:17:24 -0000 1.2165 @@ -2116,6 +2116,7 @@ Fedora Extras|python-twisted-conch|Twisted SSHv2 implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-core|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-runner|Twisted Runner process management library and inetd replacement|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 18:19:27 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 28 Dec 2006 13:19:27 -0500 Subject: owners owners.list,1.2165,1.2166 Message-ID: <200612281819.kBSIJRCY010028@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10013 Modified Files: owners.list Log Message: add gnome-commander Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2165 retrieving revision 1.2166 diff -u -r1.2165 -r1.2166 --- owners.list 28 Dec 2006 17:17:24 -0000 1.2165 +++ owners.list 28 Dec 2006 18:18:57 -0000 1.2166 @@ -605,6 +605,7 @@ Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-build|The GNOME build framework|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gnome-chemistry-utils|A set of chemical utilities|belegdol at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|gnome-commander|A nice and fast file manager for the GNOME desktop|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-libs|The main GNOME1 libraries|paul at city-fan.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Dec 28 21:10:47 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 28 Dec 2006 16:10:47 -0500 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.13,1.14 Message-ID: <200612282110.kBSLAlVE019899@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19884 Modified Files: pgadmin3.spec Log Message: * Thu Dec 28 2006 Jason L Tibbitts III - 1.6.1-2 - A couple of minor fixes to get things building in rawhide. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pgadmin3.spec 5 Dec 2006 22:43:32 -0000 1.13 +++ pgadmin3.spec 28 Dec 2006 21:10:17 -0000 1.14 @@ -1,14 +1,15 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic Group: Applications/Databases Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.6.1/src/pgadmin3-1.6.1.tar.gz +Patch0: pgadmin3-1.6.1-frm.patch URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel +BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel libxml2-devel libxslt-devel %description pgAdmin III is a comprehensive PostgreSQL database design @@ -16,9 +17,11 @@ %prep %setup -q +%patch0 -p0 %build -%configure +export LIBS="-lwx_gtk2u_core-2.8" +%configure --with-wx-version=2.8 make %{?_smp_mflags} %install @@ -41,12 +44,15 @@ %files %defattr(-, root, root) -%doc LICENCE.txt BUGS.txt README.txt +%doc BUGS CHANGELOG LICENSE README %{_bindir}/* %{_datadir}/%{name} %{_datadir}/applications/* %changelog +* Thu Dec 28 2006 Jason L Tibbitts III - 1.6.1-2 +- A couple of minor fixes to get things building in rawhide. + * Tue Dec 05 2006 Gavin Henry - 1.6.1-1 - Update for 1.6.1. Now needs wxGTK 2.7+ From fedora-extras-commits at redhat.com Thu Dec 28 21:11:15 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 28 Dec 2006 16:11:15 -0500 Subject: rpms/pgadmin3/devel pgadmin3-1.6.1-frm.patch,NONE,1.1 Message-ID: <200612282111.kBSLBFqM019917@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19910 Added Files: pgadmin3-1.6.1-frm.patch Log Message: * Thu Dec 28 2006 Jason L Tibbitts III - 1.6.1-2 - A couple of minor fixes to get things building in rawhide. pgadmin3-1.6.1-frm.patch: --- NEW FILE pgadmin3-1.6.1-frm.patch --- --- src/frm/frmEditGrid.cpp.old 2006-12-21 09:22:50.000000000 +0200 +++ src/frm/frmEditGrid.cpp 2006-12-21 09:23:00.000000000 +0200 @@ -75,7 +75,7 @@ EVT_GRID_EDITOR_SHOWN( frmEditGrid::OnEditorShown) EVT_GRID_EDITOR_HIDDEN( frmEditGrid::OnEditorHidden) EVT_GRID_LABEL_RIGHT_CLICK( frmEditGrid::OnLabelRightClick) - EVT_AUI_PANEBUTTON( frmEditGrid::OnAuiUpdate) + EVT_AUI_PANE_BUTTON( frmEditGrid::OnAuiUpdate) END_EVENT_TABLE() --- src/frm/frmQuery.cpp.old 2006-12-21 09:31:17.000000000 +0200 +++ src/frm/frmQuery.cpp 2006-12-21 09:31:26.000000000 +0200 @@ -103,7 +103,7 @@ EVT_ACTIVATE( frmQuery::OnActivate) EVT_STC_MODIFIED(CTL_SQLQUERY, frmQuery::OnChangeStc) EVT_STC_UPDATEUI(CTL_SQLQUERY, frmQuery::OnPositionStc) - EVT_AUI_PANECLOSE( frmQuery::OnAuiUpdate) + EVT_AUI_PANE_CLOSE( frmQuery::OnAuiUpdate) END_EVENT_TABLE() frmQuery::frmQuery(frmMain *form, const wxString& _title, pgConn *_conn, const wxString& query) --- src/main/events.cpp.old 2006-12-21 09:49:13.000000000 +0200 +++ src/main/events.cpp 2006-12-21 09:49:23.000000000 +0200 @@ -71,7 +71,7 @@ EVT_STC_UPDATEUI(CTL_SQLPANE, frmMain::OnPositionStc) EVT_CLOSE( frmMain::OnClose) - EVT_AUI_PANECLOSE( frmMain::OnAuiUpdate) + EVT_AUI_PANE_CLOSE( frmMain::OnAuiUpdate) #ifdef __WXGTK__ EVT_TREE_KEY_DOWN(CTL_BROWSER, frmMain::OnTreeKeyDown) From fedora-extras-commits at redhat.com Thu Dec 28 22:01:58 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 28 Dec 2006 17:01:58 -0500 Subject: rpms/kicad/devel kicad.spec,1.4,1.5 Message-ID: <200612282201.kBSM1wHU023344@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/kicad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23329 Modified Files: kicad.spec Log Message: * Thu Dec 28 2006 Jason L Tibbitts III 2006.08.28-3 - Rebuild with wxGTK 2.8. Index: kicad.spec =================================================================== RCS file: /cvs/extras/rpms/kicad/devel/kicad.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kicad.spec 4 Oct 2006 22:28:36 -0000 1.4 +++ kicad.spec 28 Dec 2006 22:01:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: kicad Version: 2006.08.28 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Electronic schematic diagrams and printed circuit board artwork Summary(fr): Saisie de sch??ma ??lectronique et trac?? de cicrcuit imprim?? @@ -243,6 +243,9 @@ %{_datadir}/pixmaps/kicad_icon.png %changelog +* Thu Dec 28 2006 Jason L Tibbitts III 2006.08.28-3 + - Rebuild with wxGTK 2.8. + * Thu Oct 05 2006 Christian Iseli 2006.08.28-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 From fedora-extras-commits at redhat.com Thu Dec 28 22:10:38 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 17:10:38 -0500 Subject: rpms/bigloo/FC-5 .cvsignore, 1.11, 1.12 bigloo.spec, 1.14, 1.15 sources, 1.11, 1.12 Message-ID: <200612282210.kBSMAcYI023444@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395/FC-5 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.9a Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Sep 2006 21:03:15 -0000 1.11 +++ .cvsignore 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -bigloo2.8c.tar.gz +bigloo2.9a.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/bigloo.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- bigloo.spec 13 Sep 2006 21:03:15 -0000 1.14 +++ bigloo.spec 28 Dec 2006 22:10:08 -0000 1.15 @@ -1,14 +1,14 @@ %define _with_java 1 Name: bigloo -Version: 2.8c -Release: 5%{?dist} +Version: 2.9a +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.9a.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs @@ -208,6 +208,9 @@ %changelog +* Thu Dec 28 2006 Gerard Milmeister - 2.9a-1 +- new version 2.9a + * Wed Sep 13 2006 Gerard Milmeister - 2.8c-5 - final version 2.8c @@ -217,8 +220,8 @@ * Fri Sep 1 2006 Gerard Milmeister - 2.8c-2 - updated to 2.8c-beta01Sep06 -* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 -- new version 2.8c-beta23Aug06 +* Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 +- Rebuild for FE6 * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Sep 2006 21:03:15 -0000 1.11 +++ sources 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -2767b43b1e712c6dd6a9862999a761de bigloo2.8c.tar.gz +10d04d4a7b883a6873d74da4ce62f0a2 bigloo2.9a.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 22:10:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 17:10:44 -0500 Subject: rpms/bigloo/devel .cvsignore, 1.11, 1.12 bigloo.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <200612282210.kBSMAinO023454@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395/devel Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.9a Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Sep 2006 20:58:43 -0000 1.11 +++ .cvsignore 28 Dec 2006 22:10:13 -0000 1.12 @@ -1 +1 @@ -bigloo2.8c.tar.gz +bigloo2.9a.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bigloo.spec 13 Sep 2006 20:58:43 -0000 1.18 +++ bigloo.spec 28 Dec 2006 22:10:13 -0000 1.19 @@ -1,14 +1,14 @@ %define _with_java 1 Name: bigloo -Version: 2.8c -Release: 5%{?dist} +Version: 2.9a +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.9a.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs @@ -208,6 +208,9 @@ %changelog +* Thu Dec 28 2006 Gerard Milmeister - 2.9a-1 +- new version 2.9a + * Wed Sep 13 2006 Gerard Milmeister - 2.8c-5 - final version 2.8c Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Sep 2006 20:58:43 -0000 1.11 +++ sources 28 Dec 2006 22:10:13 -0000 1.12 @@ -1 +1 @@ -2767b43b1e712c6dd6a9862999a761de bigloo2.8c.tar.gz +10d04d4a7b883a6873d74da4ce62f0a2 bigloo2.9a.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 22:10:38 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Thu, 28 Dec 2006 17:10:38 -0500 Subject: rpms/bigloo/FC-6 .cvsignore, 1.11, 1.12 bigloo.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <200612282210.kBSMAcwD023449@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395/FC-6 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.9a Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-6/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 13 Sep 2006 20:58:43 -0000 1.11 +++ .cvsignore 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -bigloo2.8c.tar.gz +bigloo2.9a.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-6/bigloo.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bigloo.spec 13 Sep 2006 20:58:43 -0000 1.18 +++ bigloo.spec 28 Dec 2006 22:10:08 -0000 1.19 @@ -1,14 +1,14 @@ %define _with_java 1 Name: bigloo -Version: 2.8c -Release: 5%{?dist} +Version: 2.9a +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.9a.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs @@ -208,6 +208,9 @@ %changelog +* Thu Dec 28 2006 Gerard Milmeister - 2.9a-1 +- new version 2.9a + * Wed Sep 13 2006 Gerard Milmeister - 2.8c-5 - final version 2.8c Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-6/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 13 Sep 2006 20:58:43 -0000 1.11 +++ sources 28 Dec 2006 22:10:08 -0000 1.12 @@ -1 +1 @@ -2767b43b1e712c6dd6a9862999a761de bigloo2.8c.tar.gz +10d04d4a7b883a6873d74da4ce62f0a2 bigloo2.9a.tar.gz From fedora-extras-commits at redhat.com Thu Dec 28 23:18:26 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:26 -0500 Subject: rpms/python-twisted-words - New directory Message-ID: <200612282318.kBSNIQQd026988@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26984/python-twisted-words Log Message: Directory /cvs/extras/rpms/python-twisted-words added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 23:18:31 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:31 -0500 Subject: rpms/python-twisted-words/devel - New directory Message-ID: <200612282318.kBSNIV2Y027001@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26984/python-twisted-words/devel Log Message: Directory /cvs/extras/rpms/python-twisted-words/devel added to the repository From fedora-extras-commits at redhat.com Thu Dec 28 23:18:47 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:47 -0500 Subject: rpms/python-twisted-words Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612282318.kBSNIli7027031@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27025 Added Files: Makefile import.log Log Message: Setup of module python-twisted-words --- NEW FILE Makefile --- # Top level Makefile for module python-twisted-words all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Dec 28 23:18:47 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:18:47 -0500 Subject: rpms/python-twisted-words/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612282318.kBSNIluf027046@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27025/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-twisted-words --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Dec 28 23:19:54 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:19:54 -0500 Subject: rpms/python-twisted-words/devel python-twisted-words.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612282319.kBSNJstK027122@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085/devel Modified Files: .cvsignore sources Added Files: python-twisted-words.spec Log Message: auto-import python-twisted-words-0.4.0-3.fc6 on branch devel from python-twisted-words-0.4.0-3.fc6.src.rpm --- NEW FILE python-twisted-words.spec --- %{?!python:%define python python} %{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define origname TwistedWords Name: %{python}-twisted-words Version: 0.4.0 Release: 3%{?dist} Summary: Twisted Words contains Instant Messaging implementations Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com Source0: http://tmrc.mit.edu/mirror/twisted/Words/0.4/TwistedWords-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core >= 2.4.0 BuildRequires: %{python}-devel # for FC3 and earlier %if "%{pybasever}" < "2.4" Requires: python(abi) = %{pybasever} %endif Requires: %{python}-twisted-core # a noarch-turned-arch package should not have debuginfo %define debug_package %{nil} %description Twisted is an event-based framework for internet applications. Twisted Words contains implementations of many Instant Messaging protocols, including IRC, Jabber, MSN, OSCAR (AIM & ICQ), TOC (AOL), and some functionality for creating bots, inter-protocol gateways, and a client application for many of the protocols. In support of Jabber, Twisted Words also contains X-ish, a library for processing XML with Twisted and Python, with support for a Pythonic DOM and an XPath-like toolkit. %prep %setup -n %{origname}-%{version} -q %build %install rm -rf $RPM_BUILD_ROOT # this is a pure python package, but extending the twisted namespace from # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} # Man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ rm -rf doc/man %clean rm -rf $RPM_BUILD_ROOT %post -p %{_libexecdir}/twisted-dropin-cache %postun -p %{_libexecdir}/twisted-dropin-cache %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* %{_mandir}/man1/* %{_bindir}/im %{python_sitearch}/twisted/words/ %{python_sitearch}/twisted/plugins/twisted_words.py* %changelog * Wed Dec 27 2006 Thomas Vander Stichele - 0.4.0-3 - BR python-devel - include LICENSE and NEWS * Tue Sep 26 2006 Thomas Vander Stichele - 0.4.0-2 - no longer ghost .pyo files - rebuild dropin.cache * Wed Jun 07 2006 Thomas Vander Stichele - 0.4.0-1 - new release - remove xish dependency - remove noarch * Tue Aug 23 2005 Jeff Pitman 0.1.0-2 - disttag * Wed Mar 16 2005 Jeff Pitman 0.1.0-0.1.a3 - upstream release * Sat Mar 12 2005 Jeff Pitman 0.1.0-0.1.a2 - prerelease; FE versioning * Mon Feb 07 2005 Jeff Pitman 0.1.0-1 - prep for split Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-words/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2006 23:18:47 -0000 1.1 +++ .cvsignore 28 Dec 2006 23:19:24 -0000 1.2 @@ -0,0 +1 @@ +TwistedWords-0.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-words/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2006 23:18:47 -0000 1.1 +++ sources 28 Dec 2006 23:19:24 -0000 1.2 @@ -0,0 +1 @@ +37d34da233aefe4a7a41b97bc9222b6a TwistedWords-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Dec 28 23:19:53 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:19:53 -0500 Subject: rpms/python-twisted-words import.log,1.1,1.2 Message-ID: <200612282319.kBSNJrhm027118@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/rpms/python-twisted-words In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27085 Modified Files: import.log Log Message: auto-import python-twisted-words-0.4.0-3.fc6 on branch devel from python-twisted-words-0.4.0-3.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-twisted-words/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Dec 2006 23:18:47 -0000 1.1 +++ import.log 28 Dec 2006 23:19:23 -0000 1.2 @@ -0,0 +1 @@ +python-twisted-words-0_4_0-3_fc6:HEAD:python-twisted-words-0.4.0-3.fc6.src.rpm:1167348558 From fedora-extras-commits at redhat.com Thu Dec 28 23:24:14 2006 From: fedora-extras-commits at redhat.com (Thomas Vander Stichele (thomasvs)) Date: Thu, 28 Dec 2006 18:24:14 -0500 Subject: owners owners.list,1.2166,1.2167 Message-ID: <200612282324.kBSNOEeq027237@cvs-int.fedora.redhat.com> Author: thomasvs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27222/owners Modified Files: owners.list Log Message: add python-twisted-words Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2166 retrieving revision 1.2167 diff -u -r1.2166 -r1.2167 --- owners.list 28 Dec 2006 18:18:57 -0000 1.2166 +++ owners.list 28 Dec 2006 23:23:43 -0000 1.2167 @@ -2119,6 +2119,7 @@ Fedora Extras|python-twisted-names|A Twisted DNS implementation|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-runner|Twisted Runner process management library and inetd replacement|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-twisted-web|Twisted web server, programmable in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|python-twisted-words|Twisted Words contains Instant Messaging implementations|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-urljr|A common interface to urllib2 and curl for making HTTP requests|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 00:45:40 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Thu, 28 Dec 2006 19:45:40 -0500 Subject: rpms/emacs-common-muse/devel .cvsignore, 1.4, 1.5 emacs-common-muse.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <200612290045.kBT0jeN8032001@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31927 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to version 3.02.93 Some spec file cleanups Update the BuildRequires to pull in xemacs-packages-extra Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built Add scripts directory to main package Build autoload and contrib files for xemacs package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Aug 2006 21:42:49 -0000 1.4 +++ .cvsignore 29 Dec 2006 00:45:10 -0000 1.5 @@ -1 +1 @@ -muse-3.02.92.tar.gz +muse-3.02.93.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emacs-common-muse.spec 28 Aug 2006 00:02:29 -0000 1.11 +++ emacs-common-muse.spec 29 Dec 2006 00:45:10 -0000 1.12 @@ -10,34 +10,37 @@ %endif Name: emacs-common-muse -Version: 3.02.92 -Release: 5%{?dist} +Version: 3.02.93 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html +Requires: /sbin/install-info +Obsoletes: muse = 3.02.6b + BuildArch: noarch Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: emacs >= %{emacs_ver}, texinfo -Requires: /sbin/install-info -Obsoletes: muse = 3.02.6b +BuildRequires: emacs >= %{emacs_ver} +BuildRequires: texinfo-tex %if %{xemacs} BuildRequires: xemacs >= %{xemacs_ver} +BuildRequires: xemacs-packages-extra %endif %description -Muse is an authoring and publishing environment for (X)Emacs. It simplifies the -process of writings documents and publishing them to various output -formats. Muse uses a very simple Wiki-like format as input. Muse consists of -two main parts: an enhanced text-mode for authoring documents and navigating -within Muse projects, and a set of publishing styles for generating different -kinds of output. +Muse is an authoring and publishing environment for (X)Emacs. It +simplifies the process of writings documents and publishing them to +various output formats. Muse uses a very simple Wiki-like format as +input. Muse consists of two main parts: an enhanced text-mode for +authoring documents and navigating within Muse projects, and a set of +publishing styles for generating different kinds of output. This package contains the files common to both the Emacs and XEmacs -installations of Muse. You need to install either (or both) of emacs-%{pkg} and -xemacs-%{pkg} to use Muse. +installations of Muse. You need to install either (or both) of +emacs-%{pkg} and xemacs-%{pkg} to use Muse. %package -n emacs-%{pkg} Summary: Compiled Muse lisp files for Emacs @@ -83,8 +86,8 @@ %setup -q -n %{pkg}-%{version} %build -#Note that %{_smp_mflags} causes make to hang sometimes here. -make all muse.html +# Note that %{_smp_mflags} causes make to hang sometimes here. +make all doc examples experimental %install rm -rf %{buildroot} @@ -95,6 +98,10 @@ INFODIR=%{buildroot}/%{_infodir} \ INSTALLINFO="/sbin/install-info --infodir=%{buildroot}/%{_infodir}" +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install PREFIX=%{buildroot}/%{_usr}) + # Create startup file. mkdir -p %{buildroot}/%{emacs_sitelisp}/site-start.d @@ -116,8 +123,13 @@ # Xemacs files %if %{xemacs} make clean -make lisp EMACS=xemacs SITEFLAG=-no-site-file +make lisp contrib autoloads experimental EMACS=xemacs SITEFLAG=-no-site-file make install-bin ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg} + +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg}) + mkdir -p %{buildroot}/%{xemacs_sitelisp}/site-start.d cp muse-init.el %{buildroot}/%{xemacs_sitelisp}/site-start.d/ %endif @@ -126,8 +138,9 @@ rm -f %{buildroot}/usr/share/info/dir # Fix files we package as documentation to not be executeable -find examples -type f -perm +111 -exec chmod -x {} \; -find contrib/pyblosxom -type f -perm +111 -exec chmod -x {} \; +for i in examples contrib/pyblosxom scripts ; do + find $i -type f -perm +111 -exec chmod -x {} \; +done %clean rm -rf %{buildroot} @@ -142,13 +155,15 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 examples muse.html contrib/pyblosxom +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 +%doc examples muse.html contrib/pyblosxom scripts %doc %{_infodir}/* %files -n emacs-%{pkg} %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.elc %{emacs_sitelisp}/%{pkg}/contrib/*.elc +%{emacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{emacs_sitelisp}/%{pkg} %{emacs_sitelisp}/site-start.d/muse-init.el @@ -163,17 +178,26 @@ %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.elc %{xemacs_sitelisp}/%{pkg}/contrib/*.elc +%{xemacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{xemacs_sitelisp}/%{pkg} %{xemacs_sitelisp}/site-start.d/muse-init.el %files -n xemacs-%{pkg}-el %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.el -%{xemacs_sitelisp}/%{pkg}/experimental/*.el %{xemacs_sitelisp}/%{pkg}/contrib/*.el +%{xemacs_sitelisp}/%{pkg}/experimental/*.el %endif %changelog +* Fri Dec 29 2006 Jonathan G. Underwood - 3.02.93-1 +- Update to version 3.02.93 +- Some spec file cleanups +- Update the BuildRequires to pull in xemacs-packages-extra +- Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built +- Add scripts directory to main package +- Build autoload and contrib files for xemacs package + * Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 - Fix up ChangeLog.[1-3] references in doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Aug 2006 21:42:49 -0000 1.4 +++ sources 29 Dec 2006 00:45:10 -0000 1.5 @@ -1 +1 @@ -addae650b66f6c12b512e80df7354ae2 muse-3.02.92.tar.gz +aa38d0e0dde88e9898f8cfd73cd0e45f muse-3.02.93.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 00:50:16 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Thu, 28 Dec 2006 19:50:16 -0500 Subject: rpms/emacs-common-muse/FC-6 .cvsignore, 1.4, 1.5 emacs-common-muse.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <200612290050.kBT0oGal032071@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32051 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to version 3.02.93 Sync specfile up with devel branch: Some spec file cleanups Update the BuildRequires to pull in xemacs-packages-extra Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built Add scripts directory to main package Build autoload and contrib files for xemacs package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Aug 2006 21:42:49 -0000 1.4 +++ .cvsignore 29 Dec 2006 00:49:46 -0000 1.5 @@ -1 +1 @@ -muse-3.02.92.tar.gz +muse-3.02.93.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-6/emacs-common-muse.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emacs-common-muse.spec 28 Aug 2006 00:02:29 -0000 1.11 +++ emacs-common-muse.spec 29 Dec 2006 00:49:46 -0000 1.12 @@ -10,34 +10,37 @@ %endif Name: emacs-common-muse -Version: 3.02.92 -Release: 5%{?dist} +Version: 3.02.93 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html +Requires: /sbin/install-info +Obsoletes: muse = 3.02.6b + BuildArch: noarch Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: emacs >= %{emacs_ver}, texinfo -Requires: /sbin/install-info -Obsoletes: muse = 3.02.6b +BuildRequires: emacs >= %{emacs_ver} +BuildRequires: texinfo-tex %if %{xemacs} BuildRequires: xemacs >= %{xemacs_ver} +BuildRequires: xemacs-packages-extra %endif %description -Muse is an authoring and publishing environment for (X)Emacs. It simplifies the -process of writings documents and publishing them to various output -formats. Muse uses a very simple Wiki-like format as input. Muse consists of -two main parts: an enhanced text-mode for authoring documents and navigating -within Muse projects, and a set of publishing styles for generating different -kinds of output. +Muse is an authoring and publishing environment for (X)Emacs. It +simplifies the process of writings documents and publishing them to +various output formats. Muse uses a very simple Wiki-like format as +input. Muse consists of two main parts: an enhanced text-mode for +authoring documents and navigating within Muse projects, and a set of +publishing styles for generating different kinds of output. This package contains the files common to both the Emacs and XEmacs -installations of Muse. You need to install either (or both) of emacs-%{pkg} and -xemacs-%{pkg} to use Muse. +installations of Muse. You need to install either (or both) of +emacs-%{pkg} and xemacs-%{pkg} to use Muse. %package -n emacs-%{pkg} Summary: Compiled Muse lisp files for Emacs @@ -83,8 +86,8 @@ %setup -q -n %{pkg}-%{version} %build -#Note that %{_smp_mflags} causes make to hang sometimes here. -make all muse.html +# Note that %{_smp_mflags} causes make to hang sometimes here. +make all doc examples experimental %install rm -rf %{buildroot} @@ -95,6 +98,10 @@ INFODIR=%{buildroot}/%{_infodir} \ INSTALLINFO="/sbin/install-info --infodir=%{buildroot}/%{_infodir}" +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install PREFIX=%{buildroot}/%{_usr}) + # Create startup file. mkdir -p %{buildroot}/%{emacs_sitelisp}/site-start.d @@ -116,8 +123,13 @@ # Xemacs files %if %{xemacs} make clean -make lisp EMACS=xemacs SITEFLAG=-no-site-file +make lisp contrib autoloads experimental EMACS=xemacs SITEFLAG=-no-site-file make install-bin ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg} + +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg}) + mkdir -p %{buildroot}/%{xemacs_sitelisp}/site-start.d cp muse-init.el %{buildroot}/%{xemacs_sitelisp}/site-start.d/ %endif @@ -126,8 +138,9 @@ rm -f %{buildroot}/usr/share/info/dir # Fix files we package as documentation to not be executeable -find examples -type f -perm +111 -exec chmod -x {} \; -find contrib/pyblosxom -type f -perm +111 -exec chmod -x {} \; +for i in examples contrib/pyblosxom scripts ; do + find $i -type f -perm +111 -exec chmod -x {} \; +done %clean rm -rf %{buildroot} @@ -142,13 +155,15 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 examples muse.html contrib/pyblosxom +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 +%doc examples muse.html contrib/pyblosxom scripts %doc %{_infodir}/* %files -n emacs-%{pkg} %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.elc %{emacs_sitelisp}/%{pkg}/contrib/*.elc +%{emacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{emacs_sitelisp}/%{pkg} %{emacs_sitelisp}/site-start.d/muse-init.el @@ -163,17 +178,26 @@ %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.elc %{xemacs_sitelisp}/%{pkg}/contrib/*.elc +%{xemacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{xemacs_sitelisp}/%{pkg} %{xemacs_sitelisp}/site-start.d/muse-init.el %files -n xemacs-%{pkg}-el %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.el -%{xemacs_sitelisp}/%{pkg}/experimental/*.el %{xemacs_sitelisp}/%{pkg}/contrib/*.el +%{xemacs_sitelisp}/%{pkg}/experimental/*.el %endif %changelog +* Fri Dec 29 2006 Jonathan G. Underwood - 3.02.93-1 +- Update to version 3.02.93 +- Some spec file cleanups +- Update the BuildRequires to pull in xemacs-packages-extra +- Add BuildRequires texinfo-tex so that the QuickStart.pdf file is built +- Add scripts directory to main package +- Build autoload and contrib files for xemacs package + * Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 - Fix up ChangeLog.[1-3] references in doc Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Aug 2006 21:42:49 -0000 1.4 +++ sources 29 Dec 2006 00:49:46 -0000 1.5 @@ -1 +1 @@ -addae650b66f6c12b512e80df7354ae2 muse-3.02.92.tar.gz +aa38d0e0dde88e9898f8cfd73cd0e45f muse-3.02.93.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 01:00:27 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Thu, 28 Dec 2006 20:00:27 -0500 Subject: rpms/emacs-common-muse/FC-5 .cvsignore, 1.2, 1.3 emacs-common-muse.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200612290100.kBT10RM1032172@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32145 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to version 3.02.93 Some spec file cleanups Update the BuildRequires to pull in xemacs-sumo Add BuildRequires texinfo so that the QuickStart.pdf file is built Add scripts directory to main package Build autoload and contrib files for xemacs package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 May 2006 21:26:50 -0000 1.2 +++ .cvsignore 29 Dec 2006 00:59:57 -0000 1.3 @@ -1 +1 @@ -muse-3.02.6b.tar.gz +muse-3.02.93.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-5/emacs-common-muse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- emacs-common-muse.spec 22 May 2006 22:10:30 -0000 1.3 +++ emacs-common-muse.spec 29 Dec 2006 00:59:57 -0000 1.4 @@ -10,34 +10,37 @@ %endif Name: emacs-common-muse -Version: 3.02.6b -Release: 6%{?dist} +Version: 3.02.93 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html +Requires: /sbin/install-info +Obsoletes: muse = 3.02.6b + BuildArch: noarch Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: emacs >= %{emacs_ver}, texinfo -Requires: /sbin/install-info -Obsoletes: muse = 3.02.6b +BuildRequires: emacs >= %{emacs_ver} +BuildRequires: texinfo %if %{xemacs} BuildRequires: xemacs >= %{xemacs_ver} +BuildRequires: xemacs-sumo %endif %description -Muse is an authoring and publishing environment for (X)Emacs. It simplifies the -process of writings documents and publishing them to various output -formats. Muse uses a very simple Wiki-like format as input. Muse consists of -two main parts: an enhanced text-mode for authoring documents and navigating -within Muse projects, and a set of publishing styles for generating different -kinds of output. +Muse is an authoring and publishing environment for (X)Emacs. It +simplifies the process of writings documents and publishing them to +various output formats. Muse uses a very simple Wiki-like format as +input. Muse consists of two main parts: an enhanced text-mode for +authoring documents and navigating within Muse projects, and a set of +publishing styles for generating different kinds of output. This package contains the files common to both the Emacs and XEmacs -installations of Muse. You need to install either (or both) of emacs-%{pkg} and -xemacs-%{pkg} to use Muse. +installations of Muse. You need to install either (or both) of +emacs-%{pkg} and xemacs-%{pkg} to use Muse. %package -n emacs-%{pkg} Summary: Compiled Muse lisp files for Emacs @@ -83,8 +86,8 @@ %setup -q -n %{pkg}-%{version} %build -#Note that %{_smp_mflags} causes make to hang sometimes here. -make all muse.html +# Note that %{_smp_mflags} causes make to hang sometimes here. +make all doc examples experimental %install rm -rf %{buildroot} @@ -95,6 +98,10 @@ INFODIR=%{buildroot}/%{_infodir} \ INSTALLINFO="/sbin/install-info --infodir=%{buildroot}/%{_infodir}" +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install PREFIX=%{buildroot}/%{_usr}) + # Create startup file. mkdir -p %{buildroot}/%{emacs_sitelisp}/site-start.d @@ -116,8 +123,13 @@ # Xemacs files %if %{xemacs} make clean -make lisp EMACS=xemacs SITEFLAG=-no-site-file +make lisp contrib autoloads experimental EMACS=xemacs SITEFLAG=-no-site-file make install-bin ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg} + +# This shouldn't be necessary, but currently the package makefiles don't +# install the compiled lisp files +(cd experimental ; make install ELISPDIR=%{buildroot}/%{xemacs_sitelisp}/%{pkg}) + mkdir -p %{buildroot}/%{xemacs_sitelisp}/site-start.d cp muse-init.el %{buildroot}/%{xemacs_sitelisp}/site-start.d/ %endif @@ -125,6 +137,11 @@ # Remove info dir creating by make install rm -f %{buildroot}/usr/share/info/dir +# Fix files we package as documentation to not be executeable +for i in examples contrib/pyblosxom scripts ; do + find $i -type f -perm +111 -exec chmod -x {} \; +done + %clean rm -rf %{buildroot} @@ -138,33 +155,75 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.2004 ChangeLog.main examples muse.html +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 +%doc examples muse.html contrib/pyblosxom scripts %doc %{_infodir}/* %files -n emacs-%{pkg} %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.elc +%{emacs_sitelisp}/%{pkg}/contrib/*.elc +%{emacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{emacs_sitelisp}/%{pkg} %{emacs_sitelisp}/site-start.d/muse-init.el %files -n emacs-%{pkg}-el %defattr(-,root,root,-) %{emacs_sitelisp}/%{pkg}/*.el +%{emacs_sitelisp}/%{pkg}/experimental/*.el +%{emacs_sitelisp}/%{pkg}/contrib/*.el %if %{xemacs} %files -n xemacs-%{pkg} %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.elc +%{xemacs_sitelisp}/%{pkg}/contrib/*.elc +%{xemacs_sitelisp}/%{pkg}/experimental/*.elc %dir %{xemacs_sitelisp}/%{pkg} %{xemacs_sitelisp}/site-start.d/muse-init.el %files -n xemacs-%{pkg}-el %defattr(-,root,root,-) %{xemacs_sitelisp}/%{pkg}/*.el +%{xemacs_sitelisp}/%{pkg}/contrib/*.el +%{xemacs_sitelisp}/%{pkg}/experimental/*.el %endif %changelog -* Mon May 22 2006 Jonathan G. Underwood - 3.02.6b-5 +* Fri Dec 29 2006 Jonathan G. Underwood - 3.02.93-1 +- Update to version 3.02.93 +- Some spec file cleanups +- Update the BuildRequires to pull in xemacs-sumo +- Add BuildRequires texinfo so that the QuickStart.pdf file is built +- Add scripts directory to main package +- Build autoload and contrib files for xemacs package + +* Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 +- Fix up ChangeLog.[1-3] references in doc + +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-2 +- Fix erroneous setup directory (remove -n) + +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-1 +- Update to 3.02.92 (3.03 RC2) + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-4 +- Package experimental and contrib files +- Ensure all doc files are non-executable +- Fix up doc files + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-3 +- Correct directory name in setup + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-2 +- Bump release +- Correct email addresses in changelog entries + +* Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-1 +- Update package to latest development release +- Re-enable XEmacs build + +* Mon May 22 2006 Jonathan G. Underwood - 3.02.6b-5 - Rename package to emacs-common-muse * Sun Apr 23 2006 Jonathan Underwood - 3.02.6b-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 May 2006 21:26:50 -0000 1.2 +++ sources 29 Dec 2006 00:59:57 -0000 1.3 @@ -1 +1 @@ -98fd1e6f5e6211f375561705854d4809 muse-3.02.6b.tar.gz +aa38d0e0dde88e9898f8cfd73cd0e45f muse-3.02.93.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 03:24:01 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 22:24:01 -0500 Subject: rpms/maxima/devel maxima.spec,1.55,1.56 Message-ID: <200612290324.kBT3O1Xs009548@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9528 Modified Files: maxima.spec Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- maxima.spec 27 Dec 2006 22:05:41 -0000 1.55 +++ maxima.spec 29 Dec 2006 03:23:30 -0000 1.56 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 From fedora-extras-commits at redhat.com Fri Dec 29 04:09:48 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 23:09:48 -0500 Subject: rpms/maxima/FC-6 maxima.spec, 1.46, 1.47 maxima.el-xemacs.patch, 1.1, NONE Message-ID: <200612290409.kBT49mmM013000@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12985 Modified Files: maxima.spec Removed Files: maxima.el-xemacs.patch Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-6/maxima.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- maxima.spec 27 Dec 2006 22:08:43 -0000 1.46 +++ maxima.spec 29 Dec 2006 04:09:18 -0000 1.47 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 --- maxima.el-xemacs.patch DELETED --- From fedora-extras-commits at redhat.com Fri Dec 29 04:10:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 23:10:42 -0500 Subject: rpms/maxima/FC-5 maxima.spec,1.35,1.36 Message-ID: <200612290410.kBT4AgWm013059@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13044 Modified Files: maxima.spec Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- maxima.spec 27 Dec 2006 22:12:42 -0000 1.35 +++ maxima.spec 29 Dec 2006 04:10:12 -0000 1.36 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 From fedora-extras-commits at redhat.com Fri Dec 29 04:11:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 28 Dec 2006 23:11:32 -0500 Subject: rpms/maxima/EL-4 maxima.spec,1.15,1.16 Message-ID: <200612290411.kBT4BWDu013118@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13103 Modified Files: maxima.spec Log Message: * Thu Dec 28 2006 Rex Dieter 5.11.0-4 - (re)--enable-sbcl Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/EL-4/maxima.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- maxima.spec 27 Dec 2006 23:23:30 -0000 1.15 +++ maxima.spec 29 Dec 2006 04:11:02 -0000 1.16 @@ -3,7 +3,7 @@ Name: maxima Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -26,6 +26,7 @@ %define default_lisp gcl %define _enable_clisp --enable-clisp %define _enable_gcl --enable-gcl +%define _enable_sbcl --enable-sbcl %else %define default_lisp sbcl %define _enable_sbcl --enable-sbcl @@ -395,7 +396,10 @@ %changelog -* Wed Dec 27 2006 Rex Dieter 5.11.0-4 +- (re)--enable-sbcl + +* Wed Dec 27 2006 Rex Dieter 5.11.0-3 - updated xdg_utils patch (sent upstream) * Thu Dec 21 2006 Rex Dieter 5.11.0-2 From fedora-extras-commits at redhat.com Fri Dec 29 04:34:09 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:09 -0500 Subject: rpms/imp - New directory Message-ID: <200612290434.kBT4Y9as013270@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/imp Log Message: Directory /cvs/extras/rpms/imp added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:34:14 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:14 -0500 Subject: rpms/imp/devel - New directory Message-ID: <200612290434.kBT4YEun013283@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/imp/devel Log Message: Directory /cvs/extras/rpms/imp/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:34:30 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:30 -0500 Subject: rpms/imp Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612290434.kBT4YUea013313@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13307 Added Files: Makefile import.log Log Message: Setup of module imp --- NEW FILE Makefile --- # Top level Makefile for module imp all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 04:34:35 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:34:35 -0500 Subject: rpms/imp/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612290434.kBT4YZna013328@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13307/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module imp --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 04:38:29 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:38:29 -0500 Subject: rpms/imp import.log,1.1,1.2 Message-ID: <200612290438.kBT4cTgh013408@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13378 Modified Files: import.log Log Message: auto-import imp-4.1.3-2 on branch devel from imp-4.1.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/imp/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 04:34:30 -0000 1.1 +++ import.log 29 Dec 2006 04:37:59 -0000 1.2 @@ -0,0 +1 @@ +imp-4_1_3-2:HEAD:imp-4.1.3-2.src.rpm:1167367677 From fedora-extras-commits at redhat.com Fri Dec 29 04:38:29 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:38:29 -0500 Subject: rpms/imp/devel imp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612290438.kBT4cTIr013412@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13378/devel Modified Files: .cvsignore sources Added Files: imp.spec Log Message: auto-import imp-4.1.3-2 on branch devel from imp-4.1.3-2.src.rpm --- NEW FILE imp.spec --- Name: imp Version: 4.1.3 Release: 2%{?dist} Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz Group: Applications/Internet License: GPL URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext Requires: php >= 4.3.0 Requires: php-imap >= 4.3.0 Requires: horde >= 3 %description IMP is the Internet Messaging Program, one of the Horde applications. It provides webmail access to IMAP and POP3 accounts. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with IMP) please visit http://www.horde.org/. %prep %setup -q -n %{name}-h3-%{version} %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/horde/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/horde/%{name} rm -rf %{buildroot}%{_datadir}/horde/%{name}/config/ rm -rf %{buildroot}%{_datadir}/horde/%{name}/docs/ rm %{buildroot}%{_datadir}/horde/%{name}/COPYING rm %{buildroot}%{_datadir}/horde/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/horde/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} # Put our config files in /etc/horde/imp and make symlinks install -m 0770 -d %{buildroot}%{_sysconfdir}/horde/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/horde/%{name} ln -fs ../../../..%{_sysconfdir}/horde/%{name} %{buildroot}%{_datadir}/horde/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/horde/%{name} for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done popd %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) # Include top level with %dir so not all files are sucked in %{_datadir}/horde/%{name} # Mark documentation files with %doc and %docdir %doc docs/ %doc COPYING %doc README # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/horde/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.php %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.txt %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog * Thu Dec 28 2006 Brandon Holbrook 4.1.3-2 - Make config/ symlink relative * Thu Dec 21 2006 Brandon Holbrook 4.1.3-1 - Completely reworked for Fedora - config files moved to /etc/horde/imp - use find_lang to pull in translations * Fri Sep 1 2006 Johnny Hughes imp-h3-4.1.3.c4 - upgraded to upstream version 4.1.3 * Wed Aug 16 2006 Johnny Hughes imp-h3-4.1.2.c4 - upgraded to upstream version 4.1.2 - change all config files from %%config to %%config(noreplace) * Fri Apr 28 2006 Johnny Hughes imp-h3-4.1.1.c4 - rolled in upstream upgrade to 4.1.1 * Tue Apr 11 2006 Johnny Hughes imp-h3-4.1.c4 - rolled in upstream release 4.1 * Sat Oct 29 2005 Johnny Hughes imp-h3-4.0.4-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) * Thu Mar 31 2005 Greg Swallow - [4.0.3-rc1-1sme01] - changed name to imp-h3 - Update for IMP 4 on SME7 * Tue Aug 10 2004 Shad L. Lords - [3.2.1-3sme01] - Update specfile - change apache to httpd in requires * Thu Apr 24 2003 Gordon Rowell - [3.2.1-2es01] - Check name of "imp" registry item, rather than "horde" so that we display "Welcome to webmail" [gordonr 7694] * Wed Apr 23 2003 Gordon Rowell - [3.2.1-2es00] - Rebuild [gordonr 7694] * Tue Mar 25 2003 Dan Brown - 3.2.1-2es - Fixed .spec file to include imp/download/ directory * Wed Mar 12 2003 Dan Brown - 3.2.1-1es - Rebuild with IMP 3.2.1 * Tue Feb 25 2003 Dan Brown - 3.2-1es - Rebuilt with IMP 3.2 * Tue Jun 18 2002 Dan Brown - 3.1-2es - Added Obsoletes: tag for 3.1-01rc3; hopefully this will resolve dependency problems. * Sun Jun 16 2002 Dan Brown - 3.1-1es - rebuilt for 3.1 final * Sun Jun 2 2002 Dan Brown - 3.1rc3 release 1es - rebuilt for 3.1rc3 * Fri Mar 8 2002 Dan Brown 3.0-3es - changed Apache dependency to >= 1.3.19 * Sun Feb 10 2002 Dan Brown - 3.0 release 2es - removed httpd restart--it's giving errors on SME 5.1.2, and it's handled by the e-smith-horde RPM * Sat Feb 09 2002 Dan Brown - 3.0 release 1es - changed apache user, group, and content directory * Wed Jan 02 2002 Brent J. Nordquist - 3.0 release 1 * Mon Dec 24 2001 Brent J. Nordquist - 3.0-RC4 release 1 * Sat Dec 15 2001 Brent J. Nordquist - rewritten for IMP 3.0 * Wed Nov 14 2001 Brent J. Nordquist - 2.2.7 release 1rh7 * Sat Jul 21 2001 Brent J. Nordquist - 2.2.6 release 1rh7 * Tue Feb 06 2001 Brent J. Nordquist - 2.2.4 release 1rh7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/imp/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 04:34:35 -0000 1.1 +++ .cvsignore 29 Dec 2006 04:37:59 -0000 1.2 @@ -0,0 +1 @@ +imp-h3-4.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/imp/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 04:34:35 -0000 1.1 +++ sources 29 Dec 2006 04:37:59 -0000 1.2 @@ -0,0 +1 @@ +91fb63a44805bdff178c39c9bd1c73c5 imp-h3-4.1.3.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 04:41:22 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:22 -0500 Subject: rpms/turba - New directory Message-ID: <200612290441.kBT4fMuX013537@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13533/turba Log Message: Directory /cvs/extras/rpms/turba added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:41:28 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:28 -0500 Subject: rpms/turba/devel - New directory Message-ID: <200612290441.kBT4fSTL013550@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13533/turba/devel Log Message: Directory /cvs/extras/rpms/turba/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 04:41:44 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:44 -0500 Subject: rpms/turba Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612290441.kBT4fiT9013580@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13574 Added Files: Makefile import.log Log Message: Setup of module turba --- NEW FILE Makefile --- # Top level Makefile for module turba all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 04:41:49 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:41:49 -0500 Subject: rpms/turba/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612290441.kBT4fnNq013595@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13574/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module turba --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 04:44:02 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:44:02 -0500 Subject: rpms/turba import.log,1.1,1.2 Message-ID: <200612290444.kBT4i29n013676@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13641 Modified Files: import.log Log Message: auto-import turba-2.1.3-2 on branch devel from turba-2.1.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/turba/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 04:41:44 -0000 1.1 +++ import.log 29 Dec 2006 04:43:31 -0000 1.2 @@ -0,0 +1 @@ +turba-2_1_3-2:HEAD:turba-2.1.3-2.src.rpm:1167368009 From fedora-extras-commits at redhat.com Fri Dec 29 04:44:02 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:44:02 -0500 Subject: rpms/turba/devel turba.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612290444.kBT4i2Eq013680@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/turba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13641/devel Modified Files: .cvsignore sources Added Files: turba.spec Log Message: auto-import turba-2.1.3-2 on branch devel from turba-2.1.3-2.src.rpm --- NEW FILE turba.spec --- Name: turba Version: 2.1.3 Release: 2%{?dist} Summary: The Horde contact management application Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz Group: Applications/Internet License: Apache Software License v1 URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext Requires: php >= 4.3.0 Requires: horde >= 3 %description Turba is the Horde contact management application, which allows access to and storage of personal contacts (including name, email address, phone number, and other easily customizable fields). Turba integrates with IMP (Horde's webmail application) as its address book. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Turba) please visit http://www.horde.org/. %prep %setup -q -n %{name}-h3-%{version} %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/horde/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/horde/%{name} rm -rf %{buildroot}%{_datadir}/horde/%{name}/config/ rm -rf %{buildroot}%{_datadir}/horde/%{name}/docs/ rm %{buildroot}%{_datadir}/horde/%{name}/LICENSE rm %{buildroot}%{_datadir}/horde/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/horde/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} # Put our config files in /etc/horde and make symlinks install -m 0770 -d %{buildroot}%{_sysconfdir}/horde/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/horde/%{name} ln -fs ../../../..%{_sysconfdir}/horde/%{name} %{buildroot}%{_datadir}/horde/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/horde/%{name} for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done popd %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) # Include top level with %dir so not all files are sucked in %{_datadir}/horde/%{name} # Mark documentation files with %doc and %docdir %doc docs/ %doc LICENSE %doc README # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/horde/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.php %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog * Thu Dec 28 2006 Brandon Holbrook 2.1.3-2 - symlink to /etc/horde/turba/ is now relative * Tue Dec 26 2006 Brandon Holbrook 2.1.3-1 - Completely reworked for Fedora - config files moved to /etc/horde/turba - use find_lang to pull in translations * Tue Nov 14 2006 Johnny Hughes turba-h3-2.1.3.c4 - upgraded to upstream version 2.1.3 * Wed Aug 16 2006 Johnny Hughes turba-h3-2.1.2c4 - upgraded to upstream version 2.1.2 - changed config files from config to config(noreplace) * Tue Apr 11 2006 Johnny Hughes turba-h3-2.1.c4 - upgraded to upstream version 2.1 * Mon Dec 12 2005 Johnny Hughes turba-h3-2.0.5-1.centos4 - upgraded to upstream version 2.0.5 see this link: http://marc.theaimsgroup.com/?l=horde-announce&m=113433120829232&w=2 * Sat Oct 29 2005 Johnny Hughes turba-h3-2.0.4-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) * Thu Mar 31 2005 Greg Swallow - [2.0.2-7sme01] - renamed to turba-h3 - Update for turba-h3-2.0.2 on SME 7 * Tue Aug 31 2004 Shad L. Lords - [1.2-2sme01] - Update specfile - change apache to httpd in requires * Thu May 6 2004 Michael Soulier - [1.2-1es01] - Patched to remove braindead String class reference. [MN00025049] * Wed Apr 23 2003 Gordon Rowell - [1.2-1es00] - Rebuild [gordonr 7694] * Wed Mar 12 2003 Dan Brown - [1.2-1es] - Rebuilding with Turba 1.2 * Wed May 22 2002 Charlie Brady - [1.0-6es] - Rebuilding in-house. Change Vendor and Packager tags. no other change, * Fri Mar 8 2002 Dan Brown 1.0-5es - changed Apache dependency to >= 1.3.19 * Tue Feb 12 2002 Dan Brown - 1.0 release 4es - http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.14.2.3&r2=1.14.2.4&ty=u - patch to fix errors adding contacts * Mon Feb 11 2002 Dan Brown - 1.0 release 3es - changed turba.sql to run CREATE TABLE IF NOT EXISTS * Sun Feb 10 2002 Dan Brown - 1.0 release 2es - removed httpd restart--it's giving errors on SME 5.1.2, and it's handled by the e-smith-horde RPM * Sat Feb 09 2002 Dan Brown - 1.0 release 1es - changed apache user, group, and content directory * Wed Jan 02 2002 Brent J. Nordquist - 1.0 release 1 * Mon Dec 24 2001 Brent J. Nordquist - 1.0-RC4 release 1 * Sun Dec 16 2001 Brent J. Nordquist - initial RPM for Turba 1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/turba/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 04:41:49 -0000 1.1 +++ .cvsignore 29 Dec 2006 04:43:32 -0000 1.2 @@ -0,0 +1 @@ +turba-h3-2.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/turba/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 04:41:49 -0000 1.1 +++ sources 29 Dec 2006 04:43:32 -0000 1.2 @@ -0,0 +1 @@ +a0407717f3f64fb33f6a57e2244a12b4 turba-h3-2.1.3.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 04:44:55 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Thu, 28 Dec 2006 23:44:55 -0500 Subject: owners owners.list,1.2167,1.2168 Message-ID: <200612290444.kBT4itej013734@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13712 Modified Files: owners.list Log Message: Added imp and turba Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2167 retrieving revision 1.2168 diff -u -r1.2167 -r1.2168 --- owners.list 28 Dec 2006 23:23:43 -0000 1.2167 +++ owners.list 29 Dec 2006 04:44:25 -0000 1.2168 @@ -773,6 +773,7 @@ Fedora Extras|im-chooser|Desktop Input Method configuration tool|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|imlib|An image loading and rendering library for X11R6|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|imlib2|A graphic library for file loading, saving, rendering, and manipulation|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|imp|Internet Messaging Program: webmail|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|inadyn|A Dynamic DNS Client|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|initng|Programs which control basic system processes|dm at mensa.se|extras-qa at fedoraproject.org| Fedora Extras|initng-ifiles|Scripts for initng|dm at mensa.se|extras-qa at fedoraproject.org| @@ -2472,6 +2473,7 @@ Fedora Extras|tripwire|An IDS (Intrusion Detection System)|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|jamatos at fc.up.pt|extras-qa at fedoraproject.org|roozbeh at farsiweb.info Fedora Extras|ttywatch|Log output of arbitrarily many devices|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| +Fedora Extras|turba|The Horde contact manager|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|TurboGears|Back-to-front web development in Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|tuxkart|Kids 3D go-kart racing game featuring Tux|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tuxpaint|Drawing program designed for young children|steve at silug.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 05:53:31 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:31 -0500 Subject: rpms/exaile - New directory Message-ID: <200612290553.kBT5rVjn017318@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17314/exaile Log Message: Directory /cvs/extras/rpms/exaile added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 05:53:36 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:36 -0500 Subject: rpms/exaile/devel - New directory Message-ID: <200612290553.kBT5raoY017331@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17314/exaile/devel Log Message: Directory /cvs/extras/rpms/exaile/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 05:53:47 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:47 -0500 Subject: rpms/exaile Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612290553.kBT5rlwl017361@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17355 Added Files: Makefile import.log Log Message: Setup of module exaile --- NEW FILE Makefile --- # Top level Makefile for module exaile all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 05:53:52 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:53:52 -0500 Subject: rpms/exaile/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612290553.kBT5rqRS017376@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17355/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module exaile --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 05:54:44 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:54:44 -0500 Subject: rpms/exaile import.log,1.1,1.2 Message-ID: <200612290554.kBT5siUe017461@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17424 Modified Files: import.log Log Message: auto-import exaile-0.2.6-3 on branch devel from exaile-0.2.6-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/exaile/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 05:53:47 -0000 1.1 +++ import.log 29 Dec 2006 05:54:14 -0000 1.2 @@ -0,0 +1 @@ +exaile-0_2_6-3:HEAD:exaile-0.2.6-3.src.rpm:1167372256 From fedora-extras-commits at redhat.com Fri Dec 29 05:54:44 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:54:44 -0500 Subject: rpms/exaile/devel exaile-python.patch, NONE, 1.1 exaile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612290554.kBT5sidN017465@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/exaile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17424/devel Modified Files: .cvsignore sources Added Files: exaile-python.patch exaile.spec Log Message: auto-import exaile-0.2.6-3 on branch devel from exaile-0.2.6-3.src.rpm exaile-python.patch: --- NEW FILE exaile-python.patch --- --- mmkeys/Makefile 2006-10-31 19:11:34.000000000 -0500 +++ mmkeys/Makefile.new 2006-12-28 09:27:23.000000000 -0500 @@ -1,6 +1,6 @@ # Copyright 2004 Joe Wreschnig. Released under the terms of the GNU GPL. -PYTHON_DIR = /usr/include/python2.4 +PYTHON_DIR = `python -c 'from distutils import sysconfig; print sysconfig.get_python_inc()'` CFLAGS += -fPIC -O2 `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I$(PYTHON_DIR) LDFLAGS += `pkg-config --libs gtk+-2.0 pygtk-2.0` --- NEW FILE exaile.spec --- Summary: A music player Name: exaile Version: 0.2.6 Release: 3%{?dist} Group: Applications/Multimedia License: GPL URL: http://www.exaile.org Source0: http://www.exaile.org/files/exaile_%{version}.tar.gz Patch0: exaile-python.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: pygtk2-devel BuildRequires: gtk2-devel BuildRequires: gstreamer-plugins-good-devel BuildRequires: desktop-file-utils BuildRequires: pkgconfig Requires: python-mutagen >= 1.8 Requires: dbus-python Requires: gstreamer-python >= 0.10 Requires: python-sqlite2 %if "%fedora" > "6" # for iPod device support Requires: python-gpod %endif %description Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+. It incorporates many of the cool things from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, optional iPod support (assuming you have python-gpod installed). In addition, Exaile also includes a built in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm %prep %setup -q -n %{name}_%{version} %patch0 -p0 -b .python %build %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} desktop-file-install --delete-original \ --vendor="fedora" \ --remove-category=Application \ --remove-category=AudioPlayer \ --add-category=Audio \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop mkdir -p %{buildroot}%{_libdir}/%{name} mv %{buildroot}%{_datadir}/%{name}/mmkeys.so %{buildroot}%{_libdir}/%{name}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc changelog TODO %{_bindir}/exaile %{_libdir}/exaile/ %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/exaile.png %{_datadir}/exaile/ %changelog * Wed Dec 27 2006 Deji Akingunola - 0.2.6-3 - Rework the python include patch * Wed Dec 27 2006 Deji Akingunola - 0.2.6-2 - Rewrite the build patch to be more generic * Tue Dec 26 2006 Deji Akingunola - 0.2.6-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exaile/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 05:53:52 -0000 1.1 +++ .cvsignore 29 Dec 2006 05:54:14 -0000 1.2 @@ -0,0 +1 @@ +exaile_0.2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/exaile/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 05:53:52 -0000 1.1 +++ sources 29 Dec 2006 05:54:14 -0000 1.2 @@ -0,0 +1 @@ +05f8ad394f872f24c201d51687c96890 exaile_0.2.6.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 05:59:16 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Fri, 29 Dec 2006 00:59:16 -0500 Subject: owners owners.list,1.2168,1.2169 Message-ID: <200612290559.kBT5xG8a017546@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17529 Modified Files: owners.list Log Message: Add exaile Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2168 retrieving revision 1.2169 diff -u -r1.2168 -r1.2169 --- owners.list 29 Dec 2006 04:44:25 -0000 1.2168 +++ owners.list 29 Dec 2006 05:58:46 -0000 1.2169 @@ -405,6 +405,7 @@ Fedora Extras|eventlog|Syslog-ng v2 support library|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|evolution-bogofilter|A plugin for bogofilter support in evolution|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|evolution-remove-duplicates|Evolution plugin for removing duplicate mails|michel.salim at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|exaile|A music player|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|exim|The exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exim-doc|Documentation for the exim mail transfer agent|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|exiv2|Exif and Iptc metadata manipulation library|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 08:16:06 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:16:06 -0500 Subject: rpms/qgit/devel .cvsignore, 1.10, 1.11 qgit.spec, 1.12, 1.13 sources, 1.10, 1.11 Message-ID: <200612290816.kBT8G6IP027290@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27264 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 09:53:54 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:15:36 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/devel/qgit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qgit.spec 11 Nov 2006 09:53:54 -0000 1.12 +++ qgit.spec 29 Dec 2006 08:15:36 -0000 1.13 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 09:53:54 -0000 1.10 +++ sources 29 Dec 2006 08:15:36 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:18:45 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:18:45 -0500 Subject: rpms/qgit/FC-6 .cvsignore, 1.10, 1.11 qgit.spec, 1.12, 1.13 sources, 1.10, 1.11 Message-ID: <200612290818.kBT8Ij3g027382@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27363 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 09:57:13 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:18:15 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-6/qgit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qgit.spec 11 Nov 2006 09:57:13 -0000 1.12 +++ qgit.spec 29 Dec 2006 08:18:15 -0000 1.13 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 09:57:13 -0000 1.10 +++ sources 29 Dec 2006 08:18:15 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:22:28 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:22:28 -0500 Subject: rpms/qgit/FC-5 .cvsignore, 1.10, 1.11 qgit.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <200612290822.kBT8MS1F027464@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27445 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 10:00:06 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:21:58 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-5/qgit.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- qgit.spec 11 Nov 2006 10:00:06 -0000 1.11 +++ qgit.spec 29 Dec 2006 08:21:58 -0000 1.12 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 10:00:06 -0000 1.10 +++ sources 29 Dec 2006 08:21:58 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:26:02 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Fri, 29 Dec 2006 03:26:02 -0500 Subject: rpms/qgit/FC-4 .cvsignore, 1.10, 1.11 qgit.spec, 1.12, 1.13 sources, 1.10, 1.11 Message-ID: <200612290826.kBT8Q2lD027551@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/rpms/qgit/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27527 Modified Files: .cvsignore qgit.spec sources Log Message: - update to upstream version 1.5.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Nov 2006 10:03:10 -0000 1.10 +++ .cvsignore 29 Dec 2006 08:25:31 -0000 1.11 @@ -1 +1 @@ -qgit-1.5.3.tar.bz2 +qgit-1.5.4.tar.bz2 Index: qgit.spec =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-4/qgit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qgit.spec 11 Nov 2006 10:03:10 -0000 1.12 +++ qgit.spec 29 Dec 2006 08:25:31 -0000 1.13 @@ -1,5 +1,5 @@ Name: qgit -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: QGit is a git GUI repository browser @@ -45,6 +45,9 @@ %changelog +* Fri Dec 29 2006 Dan Horak 1.5.4-1 +- update to upstream version 1.5.4 + * Sat Nov 11 2006 Dan Horak 1.5.3-1 - update to upstream version 1.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qgit/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Nov 2006 10:03:10 -0000 1.10 +++ sources 29 Dec 2006 08:25:31 -0000 1.11 @@ -1 +1 @@ -c1420385dc18716f0ab538756e7e2476 qgit-1.5.3.tar.bz2 +84f879100bdf2a5cdc84643c7d836c03 qgit-1.5.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 08:40:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 03:40:17 -0500 Subject: rpms/k3d/devel k3d-0.6.5.0-py25.patch, NONE, 1.1 k3d-0.6.5.0-viewport.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 k3d.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200612290840.kBT8eHRD027679@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27650 Modified Files: .cvsignore k3d.spec sources Added Files: k3d-0.6.5.0-py25.patch k3d-0.6.5.0-viewport.patch Log Message: - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget - Added patch to fix python 2.5 API changes k3d-0.6.5.0-py25.patch: --- NEW FILE k3d-0.6.5.0-py25.patch --- --- k3d-0.6.5.0/modules/python/object_model.cpp.orig 2006-12-28 07:18:06.000000000 -0800 +++ k3d-0.6.5.0/modules/python/object_model.cpp 2006-12-28 07:25:14.000000000 -0800 @@ -240,13 +240,13 @@ return_val_if_fail(PyObject_TypeCheck(Object, &name##_type), 0); \ return reinterpret_cast(Object)->container; \ } \ - int name##_length(PyObject* Object) \ + Py_ssize_t name##_length(PyObject* Object) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, -1); \ return container->size(); \ } \ - PyObject* name##_item(PyObject* Object, int Index) \ + PyObject* name##_item(PyObject* Object, Py_ssize_t Index) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, 0); \ @@ -255,7 +255,7 @@ container->resize(Index + 1); \ return python_wrap(container->at(Index)); \ } \ - int name##_assign_item(PyObject* Object, int Index, PyObject* Value) \ + int name##_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, -1); \ @@ -402,20 +402,20 @@ return_val_if_fail(PyObject_TypeCheck(Object, &name##_type), 0); \ return reinterpret_cast(Object)->container; \ } \ - int name##_length(PyObject* Object) \ + Py_ssize_t name##_length(PyObject* Object) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, -1); \ return container->size(); \ } \ - PyObject* name##_item(PyObject* Object, int Index) \ + PyObject* name##_item(PyObject* Object, Py_ssize_t Index) \ { \ container_type* const container = python_cast(Object); \ return_val_if_fail(container, 0); \ return_val_if_fail(0 <= Index && static_cast(Index) < container->size(), 0); \ return python_wrap(container->at(Index)); \ } \ - int name##_assign_item(PyObject* Object, int Index, PyObject* Value) \ + int name##_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) \ { \ return_val_if_fail(Value, -1); \ container_type* const container = python_cast(Object); \ @@ -3535,7 +3535,7 @@ return reinterpret_cast(Object)->object; } -PyObject* k3d_bitmap_item(PyObject* Object, int Index) +PyObject* k3d_bitmap_item(PyObject* Object, Py_ssize_t Index) { k3d::bitmap* const value = python_cast(Object); return_val_if_fail(value, 0); @@ -3546,7 +3546,7 @@ return python_wrap(*(value->begin() + Index)); } -int k3d_bitmap_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_bitmap_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { k3d::bitmap* const lhs = python_cast(Object); return_val_if_fail(lhs, -1); @@ -3890,7 +3890,7 @@ return -1; } -PyObject* k3d_point3_item(PyObject* Object, int Index) +PyObject* k3d_point3_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 2, 0); @@ -3901,7 +3901,7 @@ return python_wrap((*value)[Index]); } -int k3d_point3_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_point3_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 2, -1); @@ -4137,7 +4137,7 @@ return -1; } -PyObject* k3d_vector3_item(PyObject* Object, int Index) +PyObject* k3d_vector3_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 2, 0); @@ -4148,7 +4148,7 @@ return python_wrap((*value)[Index]); } -int k3d_vector3_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_vector3_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 2, -1); @@ -4582,7 +4582,7 @@ return -1; } -PyObject* k3d_euler_angles_item(PyObject* Object, int Index) +PyObject* k3d_euler_angles_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 2, 0); @@ -4593,7 +4593,7 @@ return python_wrap((*value)[Index]); } -int k3d_euler_angles_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_euler_angles_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 2, -1); @@ -4805,7 +4805,7 @@ return -1; } -PyObject* k3d_point4_item(PyObject* Object, int Index) +PyObject* k3d_point4_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 3, 0); @@ -4816,7 +4816,7 @@ return python_wrap((*value)[Index]); } -int k3d_point4_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_point4_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return_val_if_fail(0 <= Index, -1); return_val_if_fail(Index <= 3, -1); @@ -4960,7 +4960,7 @@ return -1; } -PyObject* k3d_matrix4_item(PyObject* Object, int Index) +PyObject* k3d_matrix4_item(PyObject* Object, Py_ssize_t Index) { return_val_if_fail(0 <= Index, 0); return_val_if_fail(Index <= 3, 0); @@ -4968,10 +4968,10 @@ k3d::matrix4* const value = python_cast(Object); return_val_if_fail(value, 0); - return python_wrap((*value)[Index]); + return python_wrap((*value)[(int)Index]); } -int k3d_matrix4_assign_item(PyObject* Object, int Index, PyObject* Value) +int k3d_matrix4_assign_item(PyObject* Object, Py_ssize_t Index, PyObject* Value) { return -1; } k3d-0.6.5.0-viewport.patch: --- NEW FILE k3d-0.6.5.0-viewport.patch --- --- k3d-0.6.5.0/ngui/viewport.cpp.orig 2006-12-29 09:39:45.000000000 +0100 +++ k3d-0.6.5.0/ngui/viewport.cpp 2006-12-29 09:40:22.000000000 +0100 @@ -682,7 +682,8 @@ void control::on_style_changed(const Glib::RefPtr& previous_style) { base::on_style_changed(previous_style); - glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); + if (m_implementation->m_font_begin != m_implementation->m_font_end) + glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); } void control::create_font() Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 23 Nov 2006 09:39:00 -0000 1.8 +++ .cvsignore 29 Dec 2006 08:39:47 -0000 1.9 @@ -1 +1 @@ -k3d-0.6.4.0-src.tar.bz2 +k3d-0.6.5.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- k3d.spec 11 Dec 2006 11:46:53 -0000 1.12 +++ k3d.spec 29 Dec 2006 08:39:47 -0000 1.13 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.6.4.0 -Release: 2%{?dist} +Version: 0.6.5.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -9,6 +9,8 @@ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch +Patch1: k3d-0.6.5.0-py25.patch +Patch2: k3d-0.6.5.0-viewport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -68,6 +70,8 @@ %prep %setup -q %patch0 -p0 -b .gl64 +%patch1 -p1 -b .py25 +%patch2 -p1 -b .viewport %build @@ -152,6 +156,11 @@ %changelog +* Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 +- Update to 0.6.5.0 +- Added patch to fix x86_64 startup crash in viewport widget +- Added patch to fix python 2.5 API changes + * Mon Dec 11 2006 Denis Leroy - 0.6.4.0-2 - Rebuild with python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 23 Nov 2006 09:39:00 -0000 1.8 +++ sources 29 Dec 2006 08:39:47 -0000 1.9 @@ -1 +1 @@ -3c360b0e6e861a001462f8f6dece30d3 k3d-0.6.4.0-src.tar.bz2 +61ef7955c2a6e77e96e2e0161873be7f k3d-0.6.5.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 09:01:09 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Ralf_Cors=C3=A9pius?= (corsepiu)) Date: Fri, 29 Dec 2006 04:01:09 -0500 Subject: rpms/rt3/devel .cvsignore, 1.5, 1.6 rt3.spec, 1.15, 1.16 sources, 1.5, 1.6 Message-ID: <200612290901.kBT9193l030968@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/rt3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27792 Modified Files: .cvsignore rt3.spec sources Log Message: * Fri Dec 29 2006 Ralf Cors??pius - 3.6.3-1 - Upstream update. - Add perl(GD::*) deps. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Aug 2006 04:57:41 -0000 1.5 +++ .cvsignore 29 Dec 2006 09:00:39 -0000 1.6 @@ -1 +1 @@ -rt-3.6.1.tar.gz +rt-3.6.3.tar.gz Index: rt3.spec =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/rt3.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- rt3.spec 7 Sep 2006 12:03:21 -0000 1.15 +++ rt3.spec 29 Dec 2006 09:00:39 -0000 1.16 @@ -12,8 +12,8 @@ %define RT3_LOCALSTATEDIR %{_localstatedir}/lib/rt3 Name: rt3 -Version: 3.6.1 -Release: 3%{?dist} +Version: 3.6.3 +Release: 1%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -44,6 +44,8 @@ Requires: perl(Apache::Session) Requires: perl(Calendar::Simple) Requires: perl(File::Temp) +Requires: perl(GD::Text) +Requires: perl(GD::Graph::bars) perl(GD::Graph::pie) Requires: perl(HTML::Mason) Requires: perl(HTML::FormatText) Requires: perl(HTML::TreeBuilder) @@ -241,6 +243,10 @@ %ghost %{_prefix}/local/etc/rt3 %changelog +* Fri Dec 29 2006 Ralf Cors??pius - 3.6.3-1 +- Upstream update. +- Add perl(GD::*) deps. + * Thu Sep 07 2006 Ralf Cors??pius - 3.6.1-3 - Extend /etc/RT_SiteConfig.pm (jpo, BZ 202374) Index: sources =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Aug 2006 04:57:41 -0000 1.5 +++ sources 29 Dec 2006 09:00:39 -0000 1.6 @@ -1 +1 @@ -40c5a828fadaeef9e150255a517d0b17 rt-3.6.1.tar.gz +d6b2fa930441f16b6530aa00665eb8c7 rt-3.6.3.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 09:15:12 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 04:15:12 -0500 Subject: rpms/k3d/FC-6 k3d-0.6.5.0-viewport.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 k3d.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200612290915.kBT9FC5t031487@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31458 Modified Files: .cvsignore k3d.spec sources Added Files: k3d-0.6.5.0-viewport.patch Log Message: - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget k3d-0.6.5.0-viewport.patch: --- NEW FILE k3d-0.6.5.0-viewport.patch --- --- k3d-0.6.5.0/ngui/viewport.cpp.orig 2006-12-29 09:39:45.000000000 +0100 +++ k3d-0.6.5.0/ngui/viewport.cpp 2006-12-29 09:40:22.000000000 +0100 @@ -682,7 +682,8 @@ void control::on_style_changed(const Glib::RefPtr& previous_style) { base::on_style_changed(previous_style); - glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); + if (m_implementation->m_font_begin != m_implementation->m_font_end) + glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); } void control::create_font() Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-6/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 29 Nov 2006 10:15:40 -0000 1.8 +++ .cvsignore 29 Dec 2006 09:14:42 -0000 1.9 @@ -1 +1 @@ -k3d-0.6.4.0-src.tar.bz2 +k3d-0.6.5.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-6/k3d.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- k3d.spec 29 Nov 2006 10:15:40 -0000 1.10 +++ k3d.spec 29 Dec 2006 09:14:42 -0000 1.11 @@ -1,6 +1,6 @@ Name: k3d -Version: 0.6.4.0 +Version: 0.6.5.0 Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System @@ -9,6 +9,7 @@ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch +Patch1: k3d-0.6.5.0-viewport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -68,6 +69,7 @@ %prep %setup -q %patch0 -p0 -b .gl64 +%patch1 -p1 -b .viewport %build @@ -152,6 +154,10 @@ %changelog +* Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 +- Update to 0.6.5.0 +- Added patch to fix x86_64 startup crash in viewport widget + * Tue Nov 28 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 29 Nov 2006 10:15:40 -0000 1.8 +++ sources 29 Dec 2006 09:14:42 -0000 1.9 @@ -1 +1 @@ -3c360b0e6e861a001462f8f6dece30d3 k3d-0.6.4.0-src.tar.bz2 +61ef7955c2a6e77e96e2e0161873be7f k3d-0.6.5.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 09:16:09 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 29 Dec 2006 04:16:09 -0500 Subject: rpms/libtelepathy/devel .cvsignore, 1.5, 1.6 libtelepathy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200612290916.kBT9G9id031527@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libtelepathy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31507 Modified Files: .cvsignore libtelepathy.spec sources Log Message: * Fri Dec 29 2006 Brian Pepple - 0.0.41-1 - Update to 0.0.41. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 1 Dec 2006 15:33:16 -0000 1.5 +++ .cvsignore 29 Dec 2006 09:15:39 -0000 1.6 @@ -1 +1 @@ -libtelepathy-0.0.40.tar.gz +libtelepathy-0.0.41.tar.gz Index: libtelepathy.spec =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/libtelepathy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libtelepathy.spec 1 Dec 2006 15:33:16 -0000 1.4 +++ libtelepathy.spec 29 Dec 2006 09:15:39 -0000 1.5 @@ -1,5 +1,5 @@ Name: libtelepathy -Version: 0.0.40 +Version: 0.0.41 Release: 1%{?dist} Summary: A GLib library to ease writing telepathy clients @@ -70,6 +70,9 @@ %changelog +* Fri Dec 29 2006 Brian Pepple - 0.0.41-1 +- Update to 0.0.41. + * Fri Dec 1 2006 Brian Pepple - 0.0.40-1 - Update to 0.0.40. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtelepathy/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 1 Dec 2006 15:33:16 -0000 1.5 +++ sources 29 Dec 2006 09:15:39 -0000 1.6 @@ -1 +1 @@ -fd22fdfee8a4bfbf33ff420ad696b268 libtelepathy-0.0.40.tar.gz +b4abbb158ec29f90b0f22568d65fbdb1 libtelepathy-0.0.41.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 10:01:21 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:21 -0500 Subject: rpms/thunar-media-tags-plugin - New directory Message-ID: <200612291001.kBTA1LjF002515@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2511/thunar-media-tags-plugin Log Message: Directory /cvs/extras/rpms/thunar-media-tags-plugin added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 10:01:26 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:26 -0500 Subject: rpms/thunar-media-tags-plugin/devel - New directory Message-ID: <200612291001.kBTA1QnH002528@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2511/thunar-media-tags-plugin/devel Log Message: Directory /cvs/extras/rpms/thunar-media-tags-plugin/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 10:01:45 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:45 -0500 Subject: rpms/thunar-media-tags-plugin Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200612291001.kBTA1j8B002558@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2552 Added Files: Makefile import.log Log Message: Setup of module thunar-media-tags-plugin --- NEW FILE Makefile --- # Top level Makefile for module thunar-media-tags-plugin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 10:01:50 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:01:50 -0500 Subject: rpms/thunar-media-tags-plugin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612291001.kBTA1odY002573@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2552/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module thunar-media-tags-plugin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 10:03:05 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:03:05 -0500 Subject: rpms/thunar-media-tags-plugin import.log,1.1,1.2 Message-ID: <200612291003.kBTA35Ox002642@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2612 Modified Files: import.log Log Message: auto-import thunar-media-tags-plugin-0.1.1-1.fc7 on branch devel from thunar-media-tags-plugin-0.1.1-1.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/thunar-media-tags-plugin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 10:01:45 -0000 1.1 +++ import.log 29 Dec 2006 10:02:35 -0000 1.2 @@ -0,0 +1 @@ +thunar-media-tags-plugin-0_1_1-1_fc7:HEAD:thunar-media-tags-plugin-0.1.1-1.fc7.src.rpm:1167387152 From fedora-extras-commits at redhat.com Fri Dec 29 10:03:05 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:03:05 -0500 Subject: rpms/thunar-media-tags-plugin/devel thunar-media-tags-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612291003.kBTA35S4002646@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/thunar-media-tags-plugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2612/devel Modified Files: .cvsignore sources Added Files: thunar-media-tags-plugin.spec Log Message: auto-import thunar-media-tags-plugin-0.1.1-1.fc7 on branch devel from thunar-media-tags-plugin-0.1.1-1.fc7.src.rpm --- NEW FILE thunar-media-tags-plugin.spec --- %define thunarver 0.5.0 Name: thunar-media-tags-plugin Version: 0.1.1 Release: 1%{?dist} Summary: Media Tags plugin for the Thunar file manager Group: User Interface/Desktops License: GPL URL: http://goodies.xfce.org/projects/thunar-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: Thunar-devel >= %{thunarver}, libxfcegui4-devel >= 4.3.90.2 BuildRequires: libxml2-devel, gettext, perl(XML::Parser) BuildRequires: taglib-devel >= 1.4 Requires: Thunar >= %{thunarver} %description This plugin adds special features for media files to the Thunar file manager. It includes a special media file page for the file properties dialog, a tag editor for ID3 or OGG/Vorbis tags and a so-called bulk renamer, which allows users to rename multiple audio files at once, based on their tags. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/thunarx-1/%{name}.la %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libdir}/thunarx-1/%{name}.so %changelog * Sat Nov 11 2006 Christoph Wickert - 0.1.1-1 - Initial Fedora Extras Version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/thunar-media-tags-plugin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Dec 2006 10:01:50 -0000 1.1 +++ .cvsignore 29 Dec 2006 10:02:35 -0000 1.2 @@ -0,0 +1 @@ +thunar-media-tags-plugin-0.1.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/thunar-media-tags-plugin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Dec 2006 10:01:50 -0000 1.1 +++ sources 29 Dec 2006 10:02:35 -0000 1.2 @@ -0,0 +1 @@ +1535da390f7e26350e9bff1a5bc3cdae thunar-media-tags-plugin-0.1.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 10:36:15 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Fri, 29 Dec 2006 05:36:15 -0500 Subject: owners owners.list,1.2169,1.2170 Message-ID: <200612291036.kBTAaFHh002802@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2787 Modified Files: owners.list Log Message: add thunar-media-tags-plugin Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2169 retrieving revision 1.2170 diff -u -r1.2169 -r1.2170 --- owners.list 29 Dec 2006 05:58:46 -0000 1.2169 +++ owners.list 29 Dec 2006 10:35:44 -0000 1.2170 @@ -2433,6 +2433,7 @@ Fedora Extras|thinkpad-kmod-common|Common files for ThinkPad kernel module packages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|thttpd|Tiny, turbo, throttleable lightweight http server|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|Thunar|Thunar File Manager|kevin at tummy.com|extras-qa at fedoraproject.org| +Fedora Extras|thunar-media-tags-plugin|Media Tags plugin for the Thunar file manager|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|thunderbird|thunderbird mail|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|tideEditor|Editor for Tide Constituent Database (TCD) files|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|tidy|Utility to clean up and pretty print HTML/XHTML/XML|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 10:41:44 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 05:41:44 -0500 Subject: owners owners.list,1.2170,1.2171 Message-ID: <200612291041.kBTAfix9002889@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2872 Modified Files: owners.list Log Message: added lush Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2170 retrieving revision 1.2171 diff -u -r1.2170 -r1.2171 --- owners.list 29 Dec 2006 10:35:44 -0000 1.2170 +++ owners.list 29 Dec 2006 10:41:14 -0000 1.2171 @@ -1099,6 +1099,7 @@ Fedora Extras|lucidlife|A Conway's Life simulator|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|luks-tools|Utilities for working with LUKS-protected filesystems|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|luma|A graphical tool for managing LDAP servers|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| +Fedora Extras|lush|An object-oriented Lisp interpreter and compiler|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|lvcool|Utility to cool Athlon processor during idle on Via KT133 or KX133 chipsets|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|lyx|WYSIWYM (What You See Is What You Mean) document processor|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|lzo|Data compression library with very fast (de)compression|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 10:43:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 05:43:30 -0500 Subject: comps comps-fe6.xml.in,1.249,1.250 comps-fe7.xml.in,1.54,1.55 Message-ID: <200612291043.kBTAhU1V002916@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2895 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: added lush Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.249 retrieving revision 1.250 diff -u -r1.249 -r1.250 --- comps-fe6.xml.in 23 Dec 2006 11:17:09 -0000 1.249 +++ comps-fe6.xml.in 29 Dec 2006 10:43:00 -0000 1.250 @@ -163,6 +163,7 @@ lcov lightning lua + lush mach manedit mcrypt Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- comps-fe7.xml.in 22 Dec 2006 23:12:31 -0000 1.54 +++ comps-fe7.xml.in 29 Dec 2006 10:43:00 -0000 1.55 @@ -163,6 +163,7 @@ lcov lightning lua + lush mach manedit mcrypt From fedora-extras-commits at redhat.com Fri Dec 29 13:17:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Fri, 29 Dec 2006 08:17:13 -0500 Subject: rpms/ctapi-cyberjack/devel .cvsignore, 1.5, 1.6 ctapi-cyberjack.spec, 1.19, 1.20 sources, 1.5, 1.6 Message-ID: <200612291317.kBTDHDKQ013095@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13076 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: - first test for the new 2.0.13 driver - clean up the spec file - change URL to the sourceforge page Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Nov 2006 17:41:48 -0000 1.5 +++ .cvsignore 29 Dec 2006 13:16:43 -0000 1.6 @@ -1 +1 @@ -ctapi-cyberjack-2.0.12.tar.gz +ctapi-cyberjack-2.0.13beta5.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ctapi-cyberjack.spec 25 Dec 2006 15:05:40 -0000 1.19 +++ ctapi-cyberjack.spec 29 Dec 2006 13:16:43 -0000 1.20 @@ -1,26 +1,22 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 2.0.12 -Release: 2%{?dist} +Version: 2.0.13beta5 +Release: 1%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 #kernel-devel needed for workaround bug 191515 #For FC>4 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 kernel-devel ncurses-devel -#For FC4 -#BuildRequires: libusb-devel readline-devel kernel-devel +#BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 kernel-devel ncurses-devel +BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 -URL: http://support.reiner-sct.de/downloads/LINUX/V2.0.12/ctapi-cyberjack-2.0.12.tar.gz +URL: http://downloads.sourceforge.net/libchipcard/ctapi-cyberjack-2.0.13beta5.tar.gz License: LGPL Group: Development/Libraries Source: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#for FC4 -#%%define readers_dir %{_libdir}/readers/ifd-cyberjack.bundle/Contents -#for FC>4 %define readers_dir %(pkg-config libpcsclite --variable=usbdropdir)/ifd-cyberjack.bundle/Contents %package devel @@ -68,8 +64,6 @@ %setup -q -n %{name}-%{version} %build -#CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS -#./configure --disable-static %configure make %{?_smp_mflags} @@ -116,7 +110,6 @@ %files pcsc # PC/SC -#%defattr(755,root,root) /%{readers_dir}/Linux/* %attr(0644,root,root)/%{readers_dir}/Info.plist %attr(0644,root,root)/%{readers_dir}/PkgInfo @@ -128,6 +121,11 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Fri Dec 29 2006 Frank B??ttner - 2.0.13beta5-1%{?dist} +- first test for the new 2.0.13 driver +- clean up the spec file +- change URL to the sourceforge page + * Mon Dec 25 2006 Frank B??ttner - 2.0.12-2%{?dist} - Fix an crash when use the lib on console apps without an X server. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Nov 2006 17:41:48 -0000 1.5 +++ sources 29 Dec 2006 13:16:43 -0000 1.6 @@ -1 +1 @@ -c85e4629692e26f87b02ff6d6da7a8c7 ctapi-cyberjack-2.0.12.tar.gz +f3e2feb6af5661c5236e57830cda15f6 ctapi-cyberjack-2.0.13beta5.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 14:31:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 09:31:27 -0500 Subject: rpms/asymptote/devel .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291431.kBTEVRLm016588@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16566 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 +++ .cvsignore 29 Dec 2006 14:30:57 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 +++ asymptote.spec 29 Dec 2006 14:30:57 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:54 -0000 1.13 +++ sources 29 Dec 2006 14:30:57 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:07:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 10:07:46 -0500 Subject: rpms/asymptote/FC-6 .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291507.kBTF7kMQ019951@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19886/FC-6 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:54 -0000 1.13 +++ .cvsignore 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:54 -0000 1.14 +++ asymptote.spec 29 Dec 2006 15:07:16 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-6/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:54 -0000 1.13 +++ sources 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:07:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 10:07:46 -0500 Subject: rpms/asymptote/FC-4 .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291507.kBTF7kG5019941@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19886/FC-4 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 +++ .cvsignore 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 +++ asymptote.spec 29 Dec 2006 15:07:16 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:48 -0000 1.13 +++ sources 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:07:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 29 Dec 2006 10:07:46 -0500 Subject: rpms/asymptote/FC-5 .cvsignore, 1.13, 1.14 asymptote.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200612291507.kBTF7k6f019946@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19886/FC-5 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 23 Dec 2006 19:50:48 -0000 1.13 +++ .cvsignore 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -asymptote-1.19.tar.gz +asymptote-1.20.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/asymptote.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- asymptote.spec 23 Dec 2006 19:50:48 -0000 1.14 +++ asymptote.spec 29 Dec 2006 15:07:16 -0000 1.15 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -138,6 +138,9 @@ %changelog +* Fri Dec 29 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + * Sat Dec 23 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 23 Dec 2006 19:50:48 -0000 1.13 +++ sources 29 Dec 2006 15:07:16 -0000 1.14 @@ -1 +1 @@ -eeaf4b3793646dcf825c8b56c247edcb asymptote-1.19.tar.gz +7e705a3418395d26318509aaa8191076 asymptote-1.20.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 15:21:28 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 10:21:28 -0500 Subject: rpms/k3d/FC-5 .cvsignore,1.5,1.6 k3d.spec,1.4,1.5 sources,1.5,1.6 Message-ID: <200612291521.kBTFLSoN020199@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20180 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 Nov 2006 13:29:29 -0000 1.5 +++ .cvsignore 29 Dec 2006 15:20:58 -0000 1.6 @@ -1 +1 @@ -k3d-0.6.4.0-src.tar.bz2 +k3d-0.6.5.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/k3d.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- k3d.spec 30 Nov 2006 13:29:29 -0000 1.4 +++ k3d.spec 29 Dec 2006 15:20:58 -0000 1.5 @@ -1,6 +1,6 @@ Name: k3d -Version: 0.6.4.0 +Version: 0.6.5.0 Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System @@ -9,6 +9,7 @@ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch +Patch1: k3d-0.6.5.0-viewport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -68,6 +69,7 @@ %prep %setup -q %patch0 -p0 -b .gl64 +%patch1 -p1 -b .viewport %build @@ -152,6 +154,10 @@ %changelog +* Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 +- Update to 0.6.5.0 +- Added patch to fix x86_64 startup crash in viewport widget + * Tue Nov 28 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Nov 2006 13:29:29 -0000 1.5 +++ sources 29 Dec 2006 15:20:58 -0000 1.6 @@ -1 +1 @@ -3c360b0e6e861a001462f8f6dece30d3 k3d-0.6.4.0-src.tar.bz2 +61ef7955c2a6e77e96e2e0161873be7f k3d-0.6.5.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 15:24:14 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 29 Dec 2006 10:24:14 -0500 Subject: rpms/k3d/FC-5 k3d-0.6.5.0-viewport.patch,NONE,1.1 Message-ID: <200612291524.kBTFOEif020276@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20267 Added Files: k3d-0.6.5.0-viewport.patch Log Message: Added viewport patch k3d-0.6.5.0-viewport.patch: --- NEW FILE k3d-0.6.5.0-viewport.patch --- --- k3d-0.6.5.0/ngui/viewport.cpp.orig 2006-12-29 09:39:45.000000000 +0100 +++ k3d-0.6.5.0/ngui/viewport.cpp 2006-12-29 09:40:22.000000000 +0100 @@ -682,7 +682,8 @@ void control::on_style_changed(const Glib::RefPtr& previous_style) { base::on_style_changed(previous_style); - glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); + if (m_implementation->m_font_begin != m_implementation->m_font_end) + glDeleteLists(m_implementation->m_font_begin, m_implementation->m_font_end - m_implementation->m_font_begin); } void control::create_font() From fedora-extras-commits at redhat.com Fri Dec 29 15:27:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Frank_B=C3=BCttner?= (frankb)) Date: Fri, 29 Dec 2006 10:27:22 -0500 Subject: rpms/ctapi-cyberjack/devel 91-cyberjack.rules, NONE, 1.1 ctapi-cyberjack.spec, 1.20, 1.21 Message-ID: <200612291527.kBTFRMrk020372@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20354 Modified Files: ctapi-cyberjack.spec Added Files: 91-cyberjack.rules Log Message: - fix build errors - clean up spec file --- NEW FILE 91-cyberjack.rules --- BUS=="usb", SYSFS{idVendor}=="0c4b", GROUP="cyberjack", MODE="660" Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ctapi-cyberjack.spec 29 Dec 2006 13:16:43 -0000 1.20 +++ ctapi-cyberjack.spec 29 Dec 2006 15:26:52 -0000 1.21 @@ -1,20 +1,18 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 2.0.13beta5 -Release: 1%{?dist} +Release: 2%{?dist} Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 -#kernel-devel needed for workaround bug 191515 -#For FC>4 -#BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 kernel-devel ncurses-devel BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 URL: http://downloads.sourceforge.net/libchipcard/ctapi-cyberjack-2.0.13beta5.tar.gz License: LGPL Group: Development/Libraries -Source: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz +Source1: 91-cyberjack.rules Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define readers_dir %(pkg-config libpcsclite --variable=usbdropdir)/ifd-cyberjack.bundle/Contents @@ -78,6 +76,10 @@ # fix for crash when no X server running mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf sed -i "s\flags=0\flags=0x10000\1" $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf +#remove unnecessary files +rm -f $RPM_BUILD_ROOT/sbin/udev.cyberjack.sh +#use my own udev file, because the orginal is more forSuSE +install -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/91-cyberjack.rules %post pcsc #register PC/SC driver and restart daemon @@ -106,7 +108,7 @@ %{_bindir}/cjgeldkarte %{_bindir}/ctsh %config %{_sysconfdir}/cyberjack.conf -%{_sysconfdir}/* +%config %{_sysconfdir}/udev/rules.d/91-cyberjack.rules %files pcsc # PC/SC @@ -121,6 +123,10 @@ %{_libdir}/ctapi/libctapi-cyberjack.la %changelog +* Fri Dec 29 2006 Frank B??ttner - 2.0.13beta5-2%{?dist} +- fix build errors +- clean up spec file + * Fri Dec 29 2006 Frank B??ttner - 2.0.13beta5-1%{?dist} - first test for the new 2.0.13 driver - clean up the spec file From fedora-extras-commits at redhat.com Fri Dec 29 16:47:36 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 11:47:36 -0500 Subject: rpms/pari/FC-6 pari.spec,1.3,1.4 Message-ID: <200612291647.kBTGlafK023823@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23806 Modified Files: pari.spec Log Message: enabled ppc build Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/pari.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pari.spec 28 Aug 2006 09:15:42 -0000 1.3 +++ pari.spec 29 Dec 2006 16:47:06 -0000 1.4 @@ -1,6 +1,6 @@ Name: pari Version: 2.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries @@ -14,13 +14,9 @@ BuildRequires: tetex BuildRequires: tetex-dvips BuildRequires: desktop-file-utils -%if "%{?fedora}" > "4" BuildRequires: libX11-devel -%else -BuildRequires: xorg-x11-devel -%endif Requires: tetex-xdvi -ExcludeArch: ppc + %description PARI is a widely used computer algebra system designed for fast @@ -66,7 +62,7 @@ %prep %setup -q -perl -pi -e "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld +sed -i "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld %build @@ -79,7 +75,7 @@ --datadir=%{_datadir}/pari \ --includedir=%{_includedir} \ --with-gmp -make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS" +make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" %check @@ -167,6 +163,9 @@ %changelog +* Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 +- added -fno-strict-aliasing to CFLAGS and enabled ppc build + * Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 - Rebuild for FE6 From fedora-extras-commits at redhat.com Fri Dec 29 16:48:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 11:48:53 -0500 Subject: rpms/pari/FC-6 pari.spec,1.4,1.5 Message-ID: <200612291648.kBTGmrTU023847@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23832 Modified Files: pari.spec Log Message: Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/pari.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pari.spec 29 Dec 2006 16:47:06 -0000 1.4 +++ pari.spec 29 Dec 2006 16:48:23 -0000 1.5 @@ -78,13 +78,13 @@ make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -%check -make dobench -make dotest-compat -make dotest-intnum -make dotest-qfbsolve -make dotest-rfrac -make dotest-round4 +#%check +#make dobench +#make dotest-compat +#make dotest-intnum +#make dotest-qfbsolve +#make dotest-rfrac +#make dotest-round4 %install From fedora-extras-commits at redhat.com Fri Dec 29 17:11:02 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Fri, 29 Dec 2006 12:11:02 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.30, 1.31 ochusha.spec, 1.32, 1.33 sources, 1.30, 1.31 Message-ID: <200612291711.kBTHB2gA027162@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27143 Modified Files: .cvsignore ochusha.spec sources Log Message: * Fri Dec 29 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061229 - 0.5.99.65.2 cvs 061229 (25:00 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- .cvsignore 25 Dec 2006 15:47:48 -0000 1.30 +++ .cvsignore 29 Dec 2006 17:10:32 -0000 1.31 @@ -1 +1 @@ -ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 +ochusha-0.5.99.65.2-cvs061229.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ochusha.spec 25 Dec 2006 15:47:48 -0000 1.32 +++ ochusha.spec 29 Dec 2006 17:10:32 -0000 1.33 @@ -1,8 +1,8 @@ %define with_system_ca_cert_file 1 %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem -%define main_ver 0.5.99.65.1 -%define strtag cvs061225.1 +%define main_ver 0.5.99.65.2 +%define strtag cvs061229 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Mon Dec 25 2006 Mamoru Tasaka 0.5.99.65.1-0.1.cvs061225.1 -- 0.5.99.65.1 cvs 061225 (23:59 JST) +* Fri Dec 29 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061229 +- 0.5.99.65.2 cvs 061229 (25:00 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 25 Dec 2006 15:47:48 -0000 1.30 +++ sources 29 Dec 2006 17:10:32 -0000 1.31 @@ -1 +1 @@ -3f9ba990e74979634c3278040c064285 ochusha-0.5.99.65.1-cvs061225.1.tar.bz2 +0a83094be5bb68e346c16335b534e523 ochusha-0.5.99.65.2-cvs061229.tar.bz2 From fedora-extras-commits at redhat.com Fri Dec 29 17:35:20 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 12:35:20 -0500 Subject: rpms/pari/devel .cvsignore, 1.3, 1.4 pari.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200612291735.kBTHZKe5027286@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27267 Modified Files: .cvsignore pari.spec sources Log Message: enabled ppc build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2006 19:29:09 -0000 1.3 +++ .cvsignore 29 Dec 2006 17:34:50 -0000 1.4 @@ -1 +1 @@ -pari-2.3.1.tar.gz +pari-2.3.0.tar.gz Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pari.spec 2 Dec 2006 19:29:09 -0000 1.4 +++ pari.spec 29 Dec 2006 17:34:50 -0000 1.5 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.1 -Release: 1%{?dist} +Version: 2.3.0 +Release: 5%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -14,13 +14,9 @@ BuildRequires: tetex BuildRequires: tetex-dvips BuildRequires: desktop-file-utils -%if "%{?fedora}" > "4" BuildRequires: libX11-devel -%else -BuildRequires: xorg-x11-devel -%endif Requires: tetex-xdvi -#ExcludeArch: ppc + %description PARI is a widely used computer algebra system designed for fast @@ -66,7 +62,7 @@ %prep %setup -q -perl -pi -e "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld +sed -i "s|runpathprefix='.*'|runpathprefix=''|" config/get_ld %build @@ -79,16 +75,16 @@ --datadir=%{_datadir}/pari \ --includedir=%{_includedir} \ --with-gmp -make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS" +make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -%check -make dobench -make dotest-compat -make dotest-intnum -make dotest-qfbsolve -make dotest-rfrac -make dotest-round4 +#%check +#make dobench +#make dotest-compat +#make dotest-intnum +#make dotest-qfbsolve +#make dotest-rfrac +#make dotest-round4 %install @@ -167,8 +163,8 @@ %changelog -* Sat Dec 2 2006 Gerard Milmeister - 2.3.1-1 -- new version 2.3.1 +* Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 +- added -fno-strict-aliasing to CFLAGS and enabled ppc build * Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2006 19:29:09 -0000 1.3 +++ sources 29 Dec 2006 17:34:50 -0000 1.4 @@ -1 +1 @@ -89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz +ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 17:37:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:43 -0500 Subject: rpms/php-channel-phpunit - New directory Message-ID: <200612291737.kBTHbhV6027382@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27378/php-channel-phpunit Log Message: Directory /cvs/extras/rpms/php-channel-phpunit added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 17:37:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:44 -0500 Subject: rpms/php-channel-phpunit/devel - New directory Message-ID: <200612291737.kBTHbiW3027395@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27378/php-channel-phpunit/devel Log Message: Directory /cvs/extras/rpms/php-channel-phpunit/devel added to the repository From fedora-extras-commits at redhat.com Fri Dec 29 17:37:53 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:53 -0500 Subject: rpms/php-channel-phpunit Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612291737.kBTHbrsT027425@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27419 Added Files: Makefile import.log Log Message: Setup of module php-channel-phpunit --- NEW FILE Makefile --- # Top level Makefile for module php-channel-phpunit all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Dec 29 17:37:58 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:37:58 -0500 Subject: rpms/php-channel-phpunit/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612291737.kBTHbwUi027442@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27419/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-channel-phpunit --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Dec 29 17:38:14 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:38:14 -0500 Subject: rpms/php-channel-phpunit/devel channel.xml, NONE, 1.1 php-channel-phpunit.spec, NONE, 1.1 Message-ID: <200612291738.kBTHcEFE027500@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27482/devel Added Files: channel.xml php-channel-phpunit.spec Log Message: auto-import php-channel-phpunit-1.0-1 on branch devel from php-channel-phpunit-1.0-1.src.rpm --- NEW FILE channel.xml --- pear.phpunit.de PHPUnit channel server phpunit http://pear.phpunit.de/Chiara_PEAR_Server_REST/ http://pear.phpunit.de/Chiara_PEAR_Server_REST/ --- NEW FILE php-channel-phpunit.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} Name: php-channel-phpunit Version: 1.0 Release: 1%{?dist} Summary: Adds phpunit channel to PEAR Group: Development/Languages License: BSD URL: http://pear.phpunit.de Source0: http://pear.phpunit.de/channel.xml BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php >= 5.1.4 php-pear(PEAR) %description This package adds the phpunit channel which allows PEAR packages from this channel to be installed. %prep %setup -q -c -T %build # Empty build section, nothing to build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{pear_xmldir}/pear.phpunit.de.xml %clean rm -rf $RPM_BUILD_ROOT %post if [ $1 -eq 1 ] ; then %{__pear} channel-add %{pear_xmldir}/pear.phpunit.de.xml > /dev/null || : else %{__pear} channel-update %{pear_xmldir}/pear.phpunit.de.xml > /dev/null ||: fi %postun if [ $1 -eq 0 ] ; then %{__pear} channel-delete pear.phpunit.de > /dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/* %changelog * Wed Dec 27 2006 Christopher Stone 1.0-1 - Initial Release From fedora-extras-commits at redhat.com Fri Dec 29 17:38:43 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:38:43 -0500 Subject: rpms/php-channel-phpunit import.log,1.1,1.2 Message-ID: <200612291738.kBTHchj1027533@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27482 Modified Files: import.log Log Message: auto-import php-channel-phpunit-1.0-1 on branch devel from php-channel-phpunit-1.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-channel-phpunit/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Dec 2006 17:37:53 -0000 1.1 +++ import.log 29 Dec 2006 17:38:13 -0000 1.2 @@ -0,0 +1 @@ +php-channel-phpunit-1_0-1:HEAD:php-channel-phpunit-1.0-1.src.rpm:1167414504 From fedora-extras-commits at redhat.com Fri Dec 29 17:40:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:40:25 -0500 Subject: owners owners.list,1.2171,1.2172 Message-ID: <200612291740.kBTHePk8027616@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27587 Modified Files: owners.list Log Message: php-channel-phpunit Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2171 retrieving revision 1.2172 diff -u -r1.2171 -r1.2172 --- owners.list 29 Dec 2006 10:41:14 -0000 1.2171 +++ owners.list 29 Dec 2006 17:39:55 -0000 1.2172 @@ -1886,6 +1886,7 @@ Fedora Extras|pgfouine|PgFouine PostgreSQL log analyzer|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|pgp-tools|Collection of several utilities related to OpenPGP|Matt_Domsch at dell.com|extras-qa at fedoraproject.org| Fedora Extras|php-adodb|Active Data Objects Data Base|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|php-channel-phpunit|Add phpunit channel to pear|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-eaccelerator|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-extras|Additional PHP modules from the standard PHP distribution|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|php-idn|PHP API for GNU LibIDN|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Dec 29 17:44:16 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Fri, 29 Dec 2006 12:44:16 -0500 Subject: rpms/php-channel-phpunit/devel php-channel-phpunit.spec,1.1,1.2 Message-ID: <200612291744.kBTHiGHM027725@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-channel-phpunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27710 Modified Files: php-channel-phpunit.spec Log Message: Add virtual provides on channel name Index: php-channel-phpunit.spec =================================================================== RCS file: /cvs/extras/rpms/php-channel-phpunit/devel/php-channel-phpunit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-channel-phpunit.spec 29 Dec 2006 17:38:13 -0000 1.1 +++ php-channel-phpunit.spec 29 Dec 2006 17:43:46 -0000 1.2 @@ -2,7 +2,7 @@ Name: php-channel-phpunit Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adds phpunit channel to PEAR Group: Development/Languages @@ -14,6 +14,7 @@ BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php >= 5.1.4 php-pear(PEAR) +Provides: php-channel(pear.phpunit.de) %description This package adds the phpunit channel which allows PEAR packages @@ -58,5 +59,8 @@ %changelog +* Fri Dec 29 2006 Christopher Stone 1.0-2 +- Add virtual provides on channel name + * Wed Dec 27 2006 Christopher Stone 1.0-1 - Initial Release From fedora-extras-commits at redhat.com Fri Dec 29 18:30:52 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:30:52 -0500 Subject: rpms/fslint/devel .cvsignore, 1.4, 1.5 fslint.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200612291830.kBTIUqSb031107@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31083 Modified Files: .cvsignore fslint.spec sources Log Message: Add 2.18 tarball Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Oct 2006 15:58:46 -0000 1.4 +++ .cvsignore 29 Dec 2006 18:30:22 -0000 1.5 @@ -1 +1 @@ -fslint-2.16.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/devel/fslint.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fslint.spec 30 Oct 2006 20:48:13 -0000 1.9 +++ fslint.spec 29 Dec 2006 18:30:22 -0000 1.10 @@ -1,6 +1,6 @@ Name: fslint -Version: 2.16 -Release: 2%{?dist} +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -79,6 +79,9 @@ %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + * Mon Oct 30 2006 P??draig Brady

- 2.16-2 - Zero Epochs are superfluous nowadays and frowned upon in Fedora Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Oct 2006 15:58:46 -0000 1.4 +++ sources 29 Dec 2006 18:30:22 -0000 1.5 @@ -1 +1 @@ -76307326b8be8a6404675965be481435 fslint-2.16.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:45:22 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:45:22 -0500 Subject: rpms/fslint/FC-6 .cvsignore, 1.4, 1.5 fslint.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200612291845.kBTIjMcP031218@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31196 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Oct 2006 16:09:14 -0000 1.4 +++ .cvsignore 29 Dec 2006 18:44:52 -0000 1.5 @@ -1 +1 @@ -fslint-2.16.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-6/fslint.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fslint.spec 30 Oct 2006 20:48:12 -0000 1.9 +++ fslint.spec 29 Dec 2006 18:44:52 -0000 1.10 @@ -1,6 +1,6 @@ Name: fslint -Version: 2.16 -Release: 2%{?dist} +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -79,6 +79,9 @@ %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + * Mon Oct 30 2006 P??draig Brady

- 2.16-2 - Zero Epochs are superfluous nowadays and frowned upon in Fedora Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Oct 2006 16:09:14 -0000 1.4 +++ sources 29 Dec 2006 18:44:52 -0000 1.5 @@ -1 +1 @@ -76307326b8be8a6404675965be481435 fslint-2.16.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:47:08 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:47:08 -0500 Subject: rpms/fslint/FC-5 .cvsignore, 1.4, 1.5 fslint.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200612291847.kBTIl8Ne031307@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31288 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Oct 2006 16:15:04 -0000 1.4 +++ .cvsignore 29 Dec 2006 18:46:38 -0000 1.5 @@ -1 +1 @@ -fslint-2.16.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-5/fslint.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fslint.spec 30 Oct 2006 20:48:11 -0000 1.8 +++ fslint.spec 29 Dec 2006 18:46:38 -0000 1.9 @@ -1,6 +1,6 @@ Name: fslint -Version: 2.16 -Release: 2%{?dist} +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -79,6 +79,9 @@ %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + * Mon Oct 30 2006 P??draig Brady

- 2.16-2 - Zero Epochs are superfluous nowadays and frowned upon in Fedora Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Oct 2006 16:15:04 -0000 1.4 +++ sources 29 Dec 2006 18:46:38 -0000 1.5 @@ -1 +1 @@ -76307326b8be8a6404675965be481435 fslint-2.16.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:50:06 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:50:06 -0500 Subject: rpms/fslint/FC-4 .cvsignore, 1.3, 1.4 fslint.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612291850.kBTIo6P0031376@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31357 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Mar 2005 19:20:07 -0000 1.3 +++ .cvsignore 29 Dec 2006 18:49:36 -0000 1.4 @@ -1 +1 @@ -FSlint-2.11.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-4/fslint.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fslint.spec 29 Mar 2005 19:20:07 -0000 1.6 +++ fslint.spec 29 Dec 2006 18:49:36 -0000 1.7 @@ -1,16 +1,16 @@ Name: fslint -Version: 2.11 -Release: 2 +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File License: GPL URL: http://www.pixelbeat.org/fslint/ -Source0: http://www.pixelbeat.org/fslint/FSlint-2.11.tar.gz +Source0: http://www.pixelbeat.org/fslint/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils +BuildRequires: gettext >= 0.13, desktop-file-utils Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description @@ -19,11 +19,9 @@ %prep -%setup -q -n FSlint-%{version} -%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' FSlint -%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' FSlint -mv fslint/fstool/README README.fstool -mv fslint/rmlint/README README.rmlint +%setup -q -n %{name}-%{version} +%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' fslint-gui +%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui %build @@ -32,19 +30,27 @@ %install rm -rf $RPM_BUILD_ROOT -install -Dpm 755 FSlint $RPM_BUILD_ROOT%{_bindir}/FSlint -ln -s FSlint $RPM_BUILD_ROOT%{_bindir}/fslint -install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,rmlint} +install -Dpm 755 fslint-gui $RPM_BUILD_ROOT%{_bindir}/fslint-gui +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,supprt} +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/supprt/rmlint +install -dm 755 $RPM_BUILD_ROOT%{_mandir}/man1 install -pm 644 fslint.glade fslint_icon.png \ $RPM_BUILD_ROOT%{_datadir}/%{name} install -dm 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps ln -s %{_datadir}/%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps -install -pm 755 fslint/{find*,fsl*,get*,zipdir} \ +install -pm 755 fslint/{find*,fslint,zipdir} \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint install -pm 755 fslint/fstool/* \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/fstool -install -pm 755 fslint/rmlint/* \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/rmlint +install -pm 644 fslint/supprt/fslver \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/get* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/rmlint/* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt/rmlint + +cp -a man/* \ + $RPM_BUILD_ROOT%{_mandir}/man1/ make -C po DESTDIR=$RPM_BUILD_ROOT LOCALEDIR=%{_datadir}/locale install @@ -64,14 +70,34 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc doc/* README.* -%{_bindir}/*lint +%doc doc/* +%{_mandir}/man1/fslint* +%{_bindir}/fslint-gui %{_datadir}/%{name} %{_datadir}/applications/*%{name}.desktop %{_datadir}/pixmaps/fslint_icon.png %changelog +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + +* Mon Oct 30 2006 P??draig Brady

- 2.16-2 +- Zero Epochs are superfluous nowadays and frowned upon in Fedora + +* Mon Oct 30 2006 P??draig Brady

- 0:2.16-1 +- Update to 2.16 which has some minor packaging changes + to align with the debian package (suggested by lintian) and also +- has man pages for fslint and fslint-gui. + Other Packaging changes introduced in 2.14 were +- /usr/bin/{fs,FS}lint -> /usr/bin/fslint-gui +- Tidy up /usr/bin/fslint/fslint directory +- In addition to the above upstream changes I added + the dist tag to the release version + +* Tue Sep 19 2006 P??draig Brady

- 2.11-3 +- Rebuild for FC6 mass rebuild + * Fri Mar 18 2005 P??draig Brady

- 2.11-2 - Update to 2.11 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Mar 2005 19:20:07 -0000 1.3 +++ sources 29 Dec 2006 18:49:36 -0000 1.4 @@ -1 +1 @@ -518ef710828f6b55adf7fc665e9146f9 FSlint-2.11.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 18:51:35 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?P=C3=A1draig_Brady?= (pbrady)) Date: Fri, 29 Dec 2006 13:51:35 -0500 Subject: rpms/fslint/FC-3 .cvsignore, 1.3, 1.4 fslint.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200612291851.kBTIpZu4031473@cvs-int.fedora.redhat.com> Author: pbrady Update of /cvs/extras/rpms/fslint/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31454 Modified Files: .cvsignore fslint.spec sources Log Message: Update to 2.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Mar 2005 19:19:10 -0000 1.3 +++ .cvsignore 29 Dec 2006 18:51:05 -0000 1.4 @@ -1 +1 @@ -FSlint-2.11.tar.gz +fslint-2.18.tar.gz Index: fslint.spec =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-3/fslint.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fslint.spec 29 Mar 2005 19:19:10 -0000 1.5 +++ fslint.spec 29 Dec 2006 18:51:05 -0000 1.6 @@ -1,18 +1,17 @@ Name: fslint -Version: 2.11 -Release: 1 -Epoch: 0 +Version: 2.18 +Release: 1%{?dist} Summary: FSlint - a utility to find and clean "lint" on a filesystem Group: Applications/File License: GPL URL: http://www.pixelbeat.org/fslint/ -Source0: http://www.pixelbeat.org/fslint/FSlint-2.11.tar.gz +Source0: http://www.pixelbeat.org/fslint/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext, desktop-file-utils -Requires: python >= 0:2.0, pygtk2, pygtk2-libglade, cpio +BuildRequires: gettext >= 0.13, desktop-file-utils +Requires: python >= 2.0, pygtk2, pygtk2-libglade, cpio %description FSlint is a toolkit to find all redundant disk usage (duplicate files @@ -20,11 +19,9 @@ %prep -%setup -q -n FSlint-%{version} -%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' FSlint -%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' FSlint -mv fslint/fstool/README README.fstool -mv fslint/rmlint/README README.rmlint +%setup -q -n %{name}-%{version} +%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' fslint-gui +%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui %build @@ -33,19 +30,27 @@ %install rm -rf $RPM_BUILD_ROOT -install -Dpm 755 FSlint $RPM_BUILD_ROOT%{_bindir}/FSlint -ln -s FSlint $RPM_BUILD_ROOT%{_bindir}/fslint -install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,rmlint} +install -Dpm 755 fslint-gui $RPM_BUILD_ROOT%{_bindir}/fslint-gui +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/{fstool,supprt} +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}/supprt/rmlint +install -dm 755 $RPM_BUILD_ROOT%{_mandir}/man1 install -pm 644 fslint.glade fslint_icon.png \ $RPM_BUILD_ROOT%{_datadir}/%{name} install -dm 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps ln -s %{_datadir}/%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps -install -pm 755 fslint/{find*,fsl*,get*,zipdir} \ +install -pm 755 fslint/{find*,fslint,zipdir} \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint install -pm 755 fslint/fstool/* \ $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/fstool -install -pm 755 fslint/rmlint/* \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/rmlint +install -pm 644 fslint/supprt/fslver \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/get* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt +install -pm 755 fslint/supprt/rmlint/* \ + $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt/rmlint + +cp -a man/* \ + $RPM_BUILD_ROOT%{_mandir}/man1/ make -C po DESTDIR=$RPM_BUILD_ROOT LOCALEDIR=%{_datadir}/locale install @@ -65,15 +70,35 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc doc/* README.* -%{_bindir}/*lint +%doc doc/* +%{_mandir}/man1/fslint* +%{_bindir}/fslint-gui %{_datadir}/%{name} %{_datadir}/applications/*%{name}.desktop %{_datadir}/pixmaps/fslint_icon.png %changelog -* Fri Mar 18 2005 P??draig Brady

- 0:2.11-1 +* Fri Dec 29 2006 P??draig Brady

- 2.18-1 +- Update to 2.18 + +* Mon Oct 30 2006 P??draig Brady

- 2.16-2 +- Zero Epochs are superfluous nowadays and frowned upon in Fedora + +* Mon Oct 30 2006 P??draig Brady

- 0:2.16-1 +- Update to 2.16 which has some minor packaging changes + to align with the debian package (suggested by lintian) and also +- has man pages for fslint and fslint-gui. + Other Packaging changes introduced in 2.14 were +- /usr/bin/{fs,FS}lint -> /usr/bin/fslint-gui +- Tidy up /usr/bin/fslint/fslint directory +- In addition to the above upstream changes I added + the dist tag to the release version + +* Tue Sep 19 2006 P??draig Brady

- 2.11-3 +- Rebuild for FC6 mass rebuild + +* Fri Mar 18 2005 P??draig Brady

- 2.11-2 - Update to 2.11 * Wed Mar 16 2005 P??draig Brady

- 0:2.10-0.fdr.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fslint/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Mar 2005 19:19:10 -0000 1.3 +++ sources 29 Dec 2006 18:51:05 -0000 1.4 @@ -1 +1 @@ -518ef710828f6b55adf7fc665e9146f9 FSlint-2.11.tar.gz +6aad790307d731bf10ce63cd3b8d3a97 fslint-2.18.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 21:22:11 2006 From: fedora-extras-commits at redhat.com (Paul P Komkoff Jr (stingray)) Date: Fri, 29 Dec 2006 16:22:11 -0500 Subject: rpms/rzip/devel .cvsignore, 1.2, 1.3 rzip.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200612292122.kBTLMBvf008991@cvs-int.fedora.redhat.com> Author: stingray Update of /cvs/extras/rpms/rzip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8972 Modified Files: .cvsignore rzip.spec sources Log Message: rzip-2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rzip/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 May 2005 21:05:26 -0000 1.2 +++ .cvsignore 29 Dec 2006 21:21:41 -0000 1.3 @@ -1 +1 @@ -rzip-2.0.tar.gz +rzip-2.1.tar.gz Index: rzip.spec =================================================================== RCS file: /cvs/extras/rpms/rzip/devel/rzip.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rzip.spec 10 Sep 2006 09:19:35 -0000 1.4 +++ rzip.spec 29 Dec 2006 21:21:41 -0000 1.5 @@ -1,11 +1,11 @@ Name: rzip -Version: 2.0 -Release: 3%{?dist} +Version: 2.1 +Release: 1%{?dist} Summary: A large-file compression program Group: Applications/File License: GPL URL: http://rzip.samba.org -Source0: http://rzip.samba.org/ftp/rzip/rzip-2.0.tar.gz +Source0: http://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel @@ -36,6 +36,11 @@ %{_mandir}/man1/* %changelog +* Sat Dec 30 2006 Paul P Komkoff Jr - 2.1-1 +- Added -L compression level option +- minor portability fixes +- fixed a bug that could cause some files to not be able to be uncompressed + * Sun Sep 10 2006 Paul P Komkoff Jr - 2.0-3 - rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/rzip/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 May 2005 21:05:26 -0000 1.2 +++ sources 29 Dec 2006 21:21:41 -0000 1.3 @@ -1 +1 @@ -8a88b445afba919b122a3899d6d26b2a rzip-2.0.tar.gz +0a3ba55085661647c12f2b014c51c406 rzip-2.1.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 21:31:03 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 16:31:03 -0500 Subject: rpms/pari/FC-6 pari.spec,1.5,1.6 Message-ID: <200612292131.kBTLV3vt009022@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9007 Modified Files: pari.spec Log Message: new version 2.3.1 Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/pari.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pari.spec 29 Dec 2006 16:48:23 -0000 1.5 +++ pari.spec 29 Dec 2006 21:30:32 -0000 1.6 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.0 -Release: 5%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -78,13 +78,13 @@ make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -#%check -#make dobench -#make dotest-compat -#make dotest-intnum -#make dotest-qfbsolve -#make dotest-rfrac -#make dotest-round4 +%check +make dobench +make dotest-compat +make dotest-intnum +make dotest-qfbsolve +make dotest-rfrac +make dotest-round4 %install @@ -163,6 +163,9 @@ %changelog +* Fri Dec 29 2006 Gerard Milmeister - 2.3.1-1 +- new version 2.3.1 + * Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 - added -fno-strict-aliasing to CFLAGS and enabled ppc build From fedora-extras-commits at redhat.com Fri Dec 29 21:32:25 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 16:32:25 -0500 Subject: rpms/pari/FC-6 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200612292132.kBTLWPSc009054@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9037 Modified Files: .cvsignore sources Log Message: new version 2.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 May 2006 17:25:12 -0000 1.2 +++ .cvsignore 29 Dec 2006 21:31:55 -0000 1.3 @@ -1 +1 @@ -pari-2.3.0.tar.gz +pari-2.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 May 2006 17:25:12 -0000 1.2 +++ sources 29 Dec 2006 21:31:55 -0000 1.3 @@ -1 +1 @@ -ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz +89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz From fedora-extras-commits at redhat.com Fri Dec 29 21:48:53 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Fri, 29 Dec 2006 16:48:53 -0500 Subject: rpms/pari/devel .cvsignore, 1.4, 1.5 pari.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200612292148.kBTLmrkZ009162@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9143 Modified Files: .cvsignore pari.spec sources Log Message: new version 2.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pari/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Dec 2006 17:34:50 -0000 1.4 +++ .cvsignore 29 Dec 2006 21:48:23 -0000 1.5 @@ -1 +1 @@ -pari-2.3.0.tar.gz +pari-2.3.1.tar.gz Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pari.spec 29 Dec 2006 17:34:50 -0000 1.5 +++ pari.spec 29 Dec 2006 21:48:23 -0000 1.6 @@ -1,12 +1,12 @@ Name: pari -Version: 2.3.0 -Release: 5%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries License: GPL URL: http://pari.math.u-bordeaux.fr -Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.0.tar.gz +Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: readline-devel @@ -78,13 +78,13 @@ make %{?_smp_mflags} gp CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing" -#%check -#make dobench -#make dotest-compat -#make dotest-intnum -#make dotest-qfbsolve -#make dotest-rfrac -#make dotest-round4 +%check +make dobench +make dotest-compat +make dotest-intnum +make dotest-qfbsolve +make dotest-rfrac +make dotest-round4 %install @@ -163,6 +163,9 @@ %changelog +* Fri Dec 29 2006 Gerard Milmeister - 2.3.1-1 +- new version 2.3.1 + * Fri Dec 29 2006 Gerard Milmeister - 2.3.0-5 - added -fno-strict-aliasing to CFLAGS and enabled ppc build Index: sources =================================================================== RCS file: /cvs/extras/rpms/pari/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Dec 2006 17:34:50 -0000 1.4 +++ sources 29 Dec 2006 21:48:23 -0000 1.5 @@ -1 +1 @@ -ea685da18e015a4365965e82e6e2a2dd pari-2.3.0.tar.gz +89e79e38a390b6209c2f154712a0ff01 pari-2.3.1.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 05:17:52 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:17:52 -0500 Subject: rpms/kronolith - New directory Message-ID: <200612300517.kBU5Hqm8003222@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3218/kronolith Log Message: Directory /cvs/extras/rpms/kronolith added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 05:17:57 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:17:57 -0500 Subject: rpms/kronolith/devel - New directory Message-ID: <200612300517.kBU5HvU4003235@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3218/kronolith/devel Log Message: Directory /cvs/extras/rpms/kronolith/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 05:18:11 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:18:11 -0500 Subject: rpms/kronolith Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612300518.kBU5IBRj003265@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3259 Added Files: Makefile import.log Log Message: Setup of module kronolith --- NEW FILE Makefile --- # Top level Makefile for module kronolith all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 05:18:16 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:18:16 -0500 Subject: rpms/kronolith/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612300518.kBU5IGPe003280@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3259/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kronolith --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 05:19:51 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:19:51 -0500 Subject: rpms/kronolith import.log,1.1,1.2 Message-ID: <200612300519.kBU5Jp9R003351@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3319 Modified Files: import.log Log Message: auto-import kronolith-2.1.4-1 on branch devel from kronolith-2.1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kronolith/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 05:18:11 -0000 1.1 +++ import.log 30 Dec 2006 05:19:21 -0000 1.2 @@ -0,0 +1 @@ +kronolith-2_1_4-1:HEAD:kronolith-2.1.4-1.src.rpm:1167456577 From fedora-extras-commits at redhat.com Sat Dec 30 05:19:51 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:19:51 -0500 Subject: rpms/kronolith/devel kronolith.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612300519.kBU5Jpqc003355@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3319/devel Modified Files: .cvsignore sources Added Files: kronolith.spec Log Message: auto-import kronolith-2.1.4-1 on branch devel from kronolith-2.1.4-1.src.rpm --- NEW FILE kronolith.spec --- Name: kronolith Version: 2.1.4 Release: 1%{?dist} Summary: The Horde calendar application Source0: ftp://ftp.horde.org/pub/%{name}/%{name}-h3-%{version}.tar.gz Group: Applications/Internet License: GPL URL: http://www.horde.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext Requires: php >= 4.3.0 Requires: horde >= 3 %description Kronolith is the Horde calendar application. It provides repeating events, all-day events, custom fields, keywords, and managing multiple users through Horde Authentication. The calendar API that Kronolith uses is abstracted; MCAL and SQL drivers are currently provided. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Kronolith) please visit http://www.horde.org/. %prep %setup -q -n %{name}-h3-%{version} # Replace #!/usr/local/bin/php with #!/usr/bin/php for d in scripts/*.php scripts/crond; do perl -i -pe 's|^#!/usr/local/bin/php|#!/usr/bin/php|' "$d" done %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/horde/%{name} # Copy eveything... except config and docs cp -a * %{buildroot}%{_datadir}/horde/%{name} rm -rf %{buildroot}%{_datadir}/horde/%{name}/config/ rm -rf %{buildroot}%{_datadir}/horde/%{name}/docs/ rm %{buildroot}%{_datadir}/horde/%{name}/COPYING rm %{buildroot}%{_datadir}/horde/%{name}/README* # Copy locale *.mo files into /usr/share/locale for lang in %{buildroot}%{_datadir}/horde/%{name}/locale/*; do mkdir -p %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES if [ -f $lang/LC_MESSAGES/*.mo ]; then for file in $lang/LC_MESSAGES/*.mo; do cp -a $file %{buildroot}%{_datadir}/locale/`basename $lang`/LC_MESSAGES/ done fi done %find_lang %{name} # Put our config files in /etc/horde/kronolith and make symlinks install -m 0770 -d %{buildroot}%{_sysconfdir}/horde/%{name} cp -a config/* %{buildroot}%{_sysconfdir}/horde/%{name} ln -fs ../../../..%{_sysconfdir}/horde/%{name} %{buildroot}%{_datadir}/horde/%{name}/config # Create default config files pushd %{buildroot}%{_sysconfdir}/horde/%{name} for d in *.dist; do d0=`basename $d .dist` if [ ! -f "$d0" ]; then cp -p $d $d0 fi done popd %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) # Include top level with %dir so not all files are sucked in %{_datadir}/horde/%{name} # Mark documentation files with %doc and %docdir %doc docs/ %doc COPYING %doc README # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each # release, so we don't mark noreplace) %attr(0770,apache,apache) %config %dir %{_sysconfdir}/horde/%{name} %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.dist %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{name}/*.php %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog * Thu Dec 28 2006 Brandon Holbrook 2.1.4-1 - Completely reworked for Fedora - config files moved to /etc/horde/kronolith - use find_lang to pull in translations - upgraded to upsream version 2.1.4 * Tue Nov 14 2006 Johnny Hughes 2.1.3.c4 - upgraded to upsream version 2.1.3 * Wed Aug 16 2006 Johnny Hughes 2.1.2.c4 - rolled in upstream update 2.1.2 - changed all config files from %config to %config(noreplace) * Fri Apr 28 2006 Johnny Hughes 2.1.1.c4 - Rolled in upstream changes to 2.1.1 * Tue Apr 11 2006 Johnny Hughes 2.1.c4 - Rolled in upstream release to 2.1 * Mon Dec 12 2005 Johnny Hughes 2.0.6-1.centos4 - Rolled in upstream release to 2.0.6 - See this link: http://marc.theaimsgroup.com/?l=horde-announce&m=113433037303192&w=2 * Tue Nov 29 2005 Johnny Hughes 2.0.5-1.centos4 - Rolled in upstream release to 2.0.5 * Sat Oct 29 2005 Johnny Hughes 2.0.4-1.centos4 - Initial build for CentOS4 - Changed the html location to be consistent w/CentOS web apps (/usr/share) * Wed Jun 15 2005 Greg Swallow - [2.0.3-1sme02] - revamped for kronolith-h3-2.0.3 on SME7 * Tue Apr 8 2004 Douglas Musty - [1.1.2-1es] - Rebuilt with Kronolith 1.1.2 * Tue Mar 23 2004 Douglas Musty - [1.1.1-1es] - Rebuilt with Kronolith 1.1.1 - Patch SQL schema to USE horde database - Change horde requirement to version 2.2 or greater - Change apache requirement to version 1.3.27 or greater - Change php requirement to version 4.1.2 or greater * Tue Jul 1 2003 Dan Brown - [1.1-1es] - Rebuilt with Kronolith 1.1 * Sun Apr 6 2003 Dan Brown - [1.0-1es] - Modified variables for compatibility with Mitel SME Server - Patched SQL schema to CREATE TABLE IF NOT EXISTS * Mon Jun 24 2002 Brent J. Nordquist - 1.0 release 2 * Thu Jun 13 2002 Brent J. Nordquist - 1.0 release 1 (private beta) * Sun Dec 16 2001 Brent J. Nordquist - initial RPM for Kronolith 0.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kronolith/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 05:18:16 -0000 1.1 +++ .cvsignore 30 Dec 2006 05:19:21 -0000 1.2 @@ -0,0 +1 @@ +kronolith-h3-2.1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kronolith/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 05:18:16 -0000 1.1 +++ sources 30 Dec 2006 05:19:21 -0000 1.2 @@ -0,0 +1 @@ +df6d6fc99012865b18b089212c7544ad kronolith-h3-2.1.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 05:29:14 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:29:14 -0500 Subject: owners owners.list,1.2172,1.2173 Message-ID: <200612300529.kBU5TEF1003457@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3442 Modified Files: owners.list Log Message: Added kronolith Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2172 retrieving revision 1.2173 diff -u -r1.2172 -r1.2173 --- owners.list 29 Dec 2006 17:39:55 -0000 1.2172 +++ owners.list 30 Dec 2006 05:28:44 -0000 1.2173 @@ -884,6 +884,7 @@ Fedora Extras|kpolynome|A polynome calculation program for KDE|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|krecipes|Application to manage recipes and shopping-lists|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|krename|Powerful batch file renamer|mr.ecik at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|kronolith|The Horde calendar application|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|krusader|An advanced twin-panel (commander-style) file-manager for KDE|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|ks3switch|KDE utility for managing the output device on S3 Savage chips|paul at xelerance.com|extras-qa at fedoraproject.org| Fedora Extras|ksensors|An lm_sensors frontend for KDE|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 05:37:05 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:37:05 -0500 Subject: rpms/php-pecl-Fileinfo/devel .cvsignore, 1.2, 1.3 php-pecl-Fileinfo.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612300537.kBU5b5Pa003495@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pecl-Fileinfo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3473 Modified Files: .cvsignore php-pecl-Fileinfo.spec sources Log Message: Upgraded to 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Sep 2006 01:05:15 -0000 1.2 +++ .cvsignore 30 Dec 2006 05:36:35 -0000 1.3 @@ -1 +1 @@ -Fileinfo-1.0.3.tgz +Fileinfo-1.0.4.tgz Index: php-pecl-Fileinfo.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/php-pecl-Fileinfo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pecl-Fileinfo.spec 4 Oct 2006 22:35:44 -0000 1.2 +++ php-pecl-Fileinfo.spec 30 Dec 2006 05:36:35 -0000 1.3 @@ -4,8 +4,8 @@ Summary: Fileinfo is a PHP extension that wraps the libmagic library Name: php-pecl-Fileinfo -Version: 1.0.3 -Release: 3%{?dist} +Version: 1.0.4 +Release: 1%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/Fileinfo @@ -57,6 +57,9 @@ %{php_extdir}/fileinfo.so %changelog +* Fri Dec 29 2006 Christian Iseli 1.0.4-1 +- Bumped to upstream 1.0.4 + * Thu Oct 05 2006 Christian Iseli 1.0.3-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Sep 2006 01:05:15 -0000 1.2 +++ sources 30 Dec 2006 05:36:35 -0000 1.3 @@ -1 +1 @@ -799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz +2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz From fedora-extras-commits at redhat.com Sat Dec 30 05:40:40 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 00:40:40 -0500 Subject: rpms/php-pecl-Fileinfo/FC-6 .cvsignore, 1.2, 1.3 php-pecl-Fileinfo.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200612300540.kBU5eepc003579@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pecl-Fileinfo/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3556 Modified Files: .cvsignore php-pecl-Fileinfo.spec sources Log Message: Upgraded to upstream 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-6/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Sep 2006 01:05:15 -0000 1.2 +++ .cvsignore 30 Dec 2006 05:40:10 -0000 1.3 @@ -1 +1 @@ -Fileinfo-1.0.3.tgz +Fileinfo-1.0.4.tgz Index: php-pecl-Fileinfo.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-6/php-pecl-Fileinfo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pecl-Fileinfo.spec 4 Oct 2006 22:35:44 -0000 1.2 +++ php-pecl-Fileinfo.spec 30 Dec 2006 05:40:10 -0000 1.3 @@ -4,8 +4,8 @@ Summary: Fileinfo is a PHP extension that wraps the libmagic library Name: php-pecl-Fileinfo -Version: 1.0.3 -Release: 3%{?dist} +Version: 1.0.4 +Release: 1%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/Fileinfo @@ -57,6 +57,9 @@ %{php_extdir}/fileinfo.so %changelog +* Fri Dec 29 2006 Brandon Holbrook 1.0.4-1 +- Bumped to upstream 1.0.4 + * Thu Oct 05 2006 Christian Iseli 1.0.3-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-6/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Sep 2006 01:05:15 -0000 1.2 +++ sources 30 Dec 2006 05:40:10 -0000 1.3 @@ -1 +1 @@ -799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz +2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz From fedora-extras-commits at redhat.com Sat Dec 30 06:19:11 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 01:19:11 -0500 Subject: rpms/php-pecl-Fileinfo/FC-5 .cvsignore, 1.2, 1.3 php-pecl-Fileinfo.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200612300619.kBU6JBj9006872@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pecl-Fileinfo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6853 Modified Files: .cvsignore php-pecl-Fileinfo.spec sources Log Message: Bumped to upstream 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Sep 2006 01:05:15 -0000 1.2 +++ .cvsignore 30 Dec 2006 06:18:41 -0000 1.3 @@ -1 +1 @@ -Fileinfo-1.0.3.tgz +Fileinfo-1.0.4.tgz Index: php-pecl-Fileinfo.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-5/php-pecl-Fileinfo.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pecl-Fileinfo.spec 21 Sep 2006 01:05:15 -0000 1.1 +++ php-pecl-Fileinfo.spec 30 Dec 2006 06:18:41 -0000 1.2 @@ -4,8 +4,8 @@ Summary: Fileinfo is a PHP extension that wraps the libmagic library Name: php-pecl-Fileinfo -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.0.4 +Release: 1%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/Fileinfo @@ -57,6 +57,9 @@ %{php_extdir}/fileinfo.so %changelog +* Fri Dec 29 2006 Brandon Holbrook 1.0.4-1 +- Bumped to upstream 1.0.4 + * Sun Sep 17 2006 Brandon Holbrook 1.0.3-2 - Strict Requires: php_api - Grammatically correct Summary + Description Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Sep 2006 01:05:15 -0000 1.2 +++ sources 30 Dec 2006 06:18:41 -0000 1.3 @@ -1 +1 @@ -799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz +2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz From fedora-extras-commits at redhat.com Sat Dec 30 07:05:00 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 02:05:00 -0500 Subject: rpms/imp/devel imp.spec,1.1,1.2 Message-ID: <200612300705.kBU750cu010201@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10184 Modified Files: imp.spec Log Message: Fixed bug where apache was trying to access files under /etc/horde and dying Index: imp.spec =================================================================== RCS file: /cvs/extras/rpms/imp/devel/imp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- imp.spec 29 Dec 2006 04:37:59 -0000 1.1 +++ imp.spec 30 Dec 2006 07:04:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: imp Version: 4.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz @@ -63,6 +63,10 @@ cp -p $d $d0 fi done + +# Fix IMP_BASE in prefs.php +%{__sed} --in-place "s#dirname(__FILE__) . '/..'#FEDORA_FILEROOT . '/imp'#" prefs.php + popd %clean @@ -88,6 +92,9 @@ %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog +* Fri Dec 29 2006 Brandon Holbrook 4.1.3-3 +- Fix IMP_BASE defined in prefs.php + * Thu Dec 28 2006 Brandon Holbrook 4.1.3-2 - Make config/ symlink relative From fedora-extras-commits at redhat.com Sat Dec 30 07:38:23 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 02:38:23 -0500 Subject: rpms/imp/devel imp.spec,1.2,1.3 Message-ID: <200612300738.kBU7cNcm010332@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/imp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10317 Modified Files: imp.spec Log Message: Minor Index: imp.spec =================================================================== RCS file: /cvs/extras/rpms/imp/devel/imp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- imp.spec 30 Dec 2006 07:04:30 -0000 1.2 +++ imp.spec 30 Dec 2006 07:37:53 -0000 1.3 @@ -1,6 +1,6 @@ Name: imp Version: 4.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts Source0: ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz @@ -65,7 +65,7 @@ done # Fix IMP_BASE in prefs.php -%{__sed} --in-place "s#dirname(__FILE__) . '/..'#FEDORA_FILEROOT . '/imp'#" prefs.php +%{__sed} --in-place "s#dirname(__FILE__) . '/..'#'/usr/share/horde/imp'#" prefs.php popd @@ -92,7 +92,7 @@ %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog -* Fri Dec 29 2006 Brandon Holbrook 4.1.3-3 +* Fri Dec 29 2006 Brandon Holbrook 4.1.3-4 - Fix IMP_BASE defined in prefs.php * Thu Dec 28 2006 Brandon Holbrook 4.1.3-2 From fedora-extras-commits at redhat.com Sat Dec 30 07:55:48 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 30 Dec 2006 02:55:48 -0500 Subject: rpms/kronolith/devel kronolith.spec,1.1,1.2 Message-ID: <200612300755.kBU7tm9h010425@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/kronolith/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10410 Modified Files: kronolith.spec Log Message: Created README.Fedora with post-install instructions Index: kronolith.spec =================================================================== RCS file: /cvs/extras/rpms/kronolith/devel/kronolith.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kronolith.spec 30 Dec 2006 05:19:21 -0000 1.1 +++ kronolith.spec 30 Dec 2006 07:55:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: kronolith Version: 2.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Horde calendar application Source0: ftp://ftp.horde.org/pub/%{name}/%{name}-h3-%{version}.tar.gz @@ -24,6 +24,9 @@ Open Source licenses. For more information (including help with Kronolith) please visit http://www.horde.org/. +READ %{_docdir}/%{name}-%{version}/README.Fedora AFTER INSTALLING FOR +MORE INSTRUCTIONS! + %prep %setup -q -n %{name}-h3-%{version} @@ -32,8 +35,20 @@ perl -i -pe 's|^#!/usr/local/bin/php|#!/usr/bin/php|' "$d" done +cat <<_EOF_ >README.Fedora +If you have enabled Horde's DB Preferences driver and with to use it to store +kronolith data as well, you must create the appropriate tables manually. To do +do, execute the SQL in: + +%{_datadir}/horde/%{name}/scripts/sql/%{name}..sql + +where is the type of DB backend you are using. +_EOF_ + + %build + %install rm -rf %{buildroot} @@ -83,6 +98,7 @@ %doc docs/ %doc COPYING %doc README +%doc README.Fedora # Mark configuration files with %config and use secure permissions # (note that .dist and .xml files are not user-edited and may change each @@ -93,6 +109,9 @@ %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{name}/*.xml %changelog +* Sat Dec 30 2006 Brandon Holbrook 2.1.4-2 +- Created README.Fedora with some SQL instructions + * Thu Dec 28 2006 Brandon Holbrook 2.1.4-1 - Completely reworked for Fedora - config files moved to /etc/horde/kronolith From fedora-extras-commits at redhat.com Sat Dec 30 10:24:54 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 05:24:54 -0500 Subject: rpms/translate-toolkit/devel translate-toolkit.spec,1.12,1.13 Message-ID: <200612301024.kBUAOs04020845@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/translate-toolkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20830 Modified Files: translate-toolkit.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.10.1-3 - Rebuild to fix dependency problem Index: translate-toolkit.spec =================================================================== RCS file: /cvs/extras/rpms/translate-toolkit/devel/translate-toolkit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- translate-toolkit.spec 9 Dec 2006 16:04:49 -0000 1.12 +++ translate-toolkit.spec 30 Dec 2006 10:24:24 -0000 1.13 @@ -2,7 +2,7 @@ Name: translate-toolkit Version: 0.10.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of tools to assist software localization Group: Development/Tools @@ -60,6 +60,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.10.1-3 +- Rebuild to fix dependency problem + * Sat Dec 09 2006 Roozbeh Pournader - 0.10.1-2 - Rebuild for Python 2.5 From fedora-extras-commits at redhat.com Sat Dec 30 12:29:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:29:28 -0500 Subject: rpms/prozilla import.log,1.5,1.6 Message-ID: <200612301229.kBUCTSSP027678@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27645 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-3 on branch FC-5 from prozilla-2.0.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 8 Nov 2004 05:13:26 -0000 1.5 +++ import.log 30 Dec 2006 12:28:57 -0000 1.6 @@ -2,3 +2,4 @@ prozilla-1_3_6-0_fdr_1_rh90:HEAD:prozilla-1.3.6-0.fdr.1.rh90.src.rpm:1099890794 prozilla-1_3_6-0_fdr_1_1:HEAD:prozilla-1.3.6-0.fdr.1.1.src.rpm:1099890800 prozilla-1_3_6-0_fdr_1_2:HEAD:prozilla-1.3.6-0.fdr.1.2.src.rpm:1099890806 +prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 From fedora-extras-commits at redhat.com Sat Dec 30 12:29:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:29:28 -0500 Subject: rpms/prozilla/FC-5 prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.14, 1.15 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE Message-ID: <200612301229.kBUCTSxI027683@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27645/FC-5 Modified Files: .cvsignore prozilla.spec sources Added Files: prozilla1.patch Removed Files: prozilla-1.3.7.4-buf.patch Log Message: auto-import prozilla-2.0.4-3 on branch FC-5 from prozilla-2.0.4-3.src.rpm prozilla1.patch: --- NEW FILE prozilla1.patch --- --- prozilla-2.0.4/src/download_win.h 2006-02-08 22:48:59.000000000 +0530 +++ prozilla/src/download_win.h 2006-10-06 19:47:35.000000000 +0530 @@ -52,7 +52,7 @@ void handle_joining_thread(); void handle_dl_fatal_error(); void cleanup(boolean erase_dlparts); - void DL_Window::print_status(download_t * download, int quiet_mode); + void print_status(download_t * download, int quiet_mode); connection_t *connection; download_t *download; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2005 02:33:34 -0000 1.4 +++ .cvsignore 30 Dec 2006 12:28:58 -0000 1.5 @@ -1 +1 @@ -prozilla-1.3.7.4.tar.gz +prozilla-2.0.4.tar.bz2 Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/prozilla.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- prozilla.spec 2 May 2006 23:01:13 -0000 1.14 +++ prozilla.spec 30 Dec 2006 12:28:58 -0000 1.15 @@ -1,15 +1,15 @@ -Summary: Advanced Linux download manager -Name: prozilla -Version: 1.3.7.4 -Release: 3%{?dist} - -License: GPL -Group: Applications/Internet -Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz -Patch0: prozilla-1.3.7.4-buf.patch -URL: http://prozilla.genesys.ro/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: ncurses-devel +Summary: Advanced Linux download manager +Name: prozilla +Version: 2.0.4 +Release: 3%{?dist} + +License: GPL +Group: Applications/Internet +Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2 +Patch0: prozilla1.patch +URL: http://prozilla.genesys.ro/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ncurses-devel, gettext %description @@ -26,32 +26,91 @@ ProZilla also supports file download resuming, and ftpsearch for fastest ping times. -%prep + +%package devel +Summary: Development libraries and headers for prozilla +Group: Development/Libraries +Requires: %{name} = %{version} + + +%description devel +The developmental files that must be installed in order to compile +applications which use prozilla. + +%prep %setup -q -%patch0 -p1 -z .buf + +# fix for makeinstall macro +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + po/Makefile.in.in + +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + libprozilla/po/Makefile.in.in + +%patch0 -p1 %configure %build +CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS + make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} -%makeinstall + +make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install + + +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a + + +%find_lang proz %clean -rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} -%files + +%files -f proz.lang %defattr(-,root,root,-) -%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample +%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO %{_bindir}/proz %{_mandir}/man1/proz* +# from libprozilla +%{_datadir}/locale/it/LC_MESSAGES/.mo +%{_datadir}/locale/nl/LC_MESSAGES/.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo +%{_datadir}/locale/ro/LC_MESSAGES/.mo + + +%files devel +%doc libprozilla/docs/HACKING docs/FAQ + +%defattr(-,root,root,-) +%{_includedir}/prozilla/ + + %changelog +* Sat Dec 09 2006 ChitleshGoorah - 2.0.4-2 +- spec file fixed + +* Fri Oct 06 2006 Kushal Das - 2.0.4-1 +- New Release + +* Mon Aug 27 2006 Michael J. Knox - 1.3.7.4-4 +- Rebuild for FC6 + * Wed May 02 2006 Michael J. Knox - 1.3.7.4-3 - rebuild @@ -125,4 +184,4 @@ * Wed Jan 3 2001 Calum Selkirk - added RPM_BUILD_ROOT and install to that dir - added RPM_OPT_FLAGS -- changed Source0: to use %version +- changed Source0: to use %%version Index: sources =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2005 02:33:34 -0000 1.4 +++ sources 30 Dec 2006 12:28:58 -0000 1.5 @@ -1 +1 @@ -b594b55b1b49a8eca2505173cc1bfc44 prozilla-1.3.7.4.tar.gz +220f03968ddac79c2d6b48a507cd9c71 prozilla-2.0.4.tar.bz2 --- prozilla-1.3.7.4-buf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 12:31:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:31:07 -0500 Subject: rpms/prozilla import.log,1.6,1.7 Message-ID: <200612301231.kBUCV7ni027791@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-3 on branch FC-6 from prozilla-2.0.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 30 Dec 2006 12:28:57 -0000 1.6 +++ import.log 30 Dec 2006 12:30:37 -0000 1.7 @@ -3,3 +3,4 @@ prozilla-1_3_6-0_fdr_1_1:HEAD:prozilla-1.3.6-0.fdr.1.1.src.rpm:1099890800 prozilla-1_3_6-0_fdr_1_2:HEAD:prozilla-1.3.6-0.fdr.1.2.src.rpm:1099890806 prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 +prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 From fedora-extras-commits at redhat.com Sat Dec 30 12:31:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:31:07 -0500 Subject: rpms/prozilla/FC-6 prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.15, 1.16 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE Message-ID: <200612301231.kBUCV7Pm027796@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756/FC-6 Modified Files: .cvsignore prozilla.spec sources Added Files: prozilla1.patch Removed Files: prozilla-1.3.7.4-buf.patch Log Message: auto-import prozilla-2.0.4-3 on branch FC-6 from prozilla-2.0.4-3.src.rpm prozilla1.patch: --- NEW FILE prozilla1.patch --- --- prozilla-2.0.4/src/download_win.h 2006-02-08 22:48:59.000000000 +0530 +++ prozilla/src/download_win.h 2006-10-06 19:47:35.000000000 +0530 @@ -52,7 +52,7 @@ void handle_joining_thread(); void handle_dl_fatal_error(); void cleanup(boolean erase_dlparts); - void DL_Window::print_status(download_t * download, int quiet_mode); + void print_status(download_t * download, int quiet_mode); connection_t *connection; download_t *download; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2005 02:33:34 -0000 1.4 +++ .cvsignore 30 Dec 2006 12:30:37 -0000 1.5 @@ -1 +1 @@ -prozilla-1.3.7.4.tar.gz +prozilla-2.0.4.tar.bz2 Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/prozilla.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- prozilla.spec 1 Sep 2006 02:54:25 -0000 1.15 +++ prozilla.spec 30 Dec 2006 12:30:37 -0000 1.16 @@ -1,15 +1,15 @@ -Summary: Advanced Linux download manager -Name: prozilla -Version: 1.3.7.4 -Release: 4%{?dist} - -License: GPL -Group: Applications/Internet -Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz -Patch0: prozilla-1.3.7.4-buf.patch -URL: http://prozilla.genesys.ro/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: ncurses-devel +Summary: Advanced Linux download manager +Name: prozilla +Version: 2.0.4 +Release: 3%{?dist} + +License: GPL +Group: Applications/Internet +Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2 +Patch0: prozilla1.patch +URL: http://prozilla.genesys.ro/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ncurses-devel, gettext %description @@ -26,32 +26,88 @@ ProZilla also supports file download resuming, and ftpsearch for fastest ping times. -%prep + +%package devel +Summary: Development libraries and headers for prozilla +Group: Development/Libraries +Requires: %{name} = %{version} + + +%description devel +The developmental files that must be installed in order to compile +applications which use prozilla. + +%prep %setup -q -%patch0 -p1 -z .buf + +# fix for makeinstall macro +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + po/Makefile.in.in + +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + libprozilla/po/Makefile.in.in + +%patch0 -p1 %configure %build +CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS + make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} -%makeinstall + +make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install + + +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a + + +%find_lang proz %clean -rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} + -%files +%files -f proz.lang %defattr(-,root,root,-) -%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample +%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO %{_bindir}/proz %{_mandir}/man1/proz* +# from libprozilla +%{_datadir}/locale/it/LC_MESSAGES/.mo +%{_datadir}/locale/nl/LC_MESSAGES/.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo +%{_datadir}/locale/ro/LC_MESSAGES/.mo + + +%files devel +%doc libprozilla/docs/HACKING docs/FAQ + +%defattr(-,root,root,-) +%{_includedir}/prozilla/ + + %changelog +* Sat Dec 09 2006 ChitleshGoorah - 2.0.4-2 +- spec file fixed + +* Fri Oct 06 2006 Kushal Das - 2.0.4-1 +- New Release + * Mon Aug 27 2006 Michael J. Knox - 1.3.7.4-4 - Rebuild for FC6 @@ -128,4 +184,4 @@ * Wed Jan 3 2001 Calum Selkirk - added RPM_BUILD_ROOT and install to that dir - added RPM_OPT_FLAGS -- changed Source0: to use %version +- changed Source0: to use %%version Index: sources =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2005 02:33:34 -0000 1.4 +++ sources 30 Dec 2006 12:30:37 -0000 1.5 @@ -1 +1 @@ -b594b55b1b49a8eca2505173cc1bfc44 prozilla-1.3.7.4.tar.gz +220f03968ddac79c2d6b48a507cd9c71 prozilla-2.0.4.tar.bz2 --- prozilla-1.3.7.4-buf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 12:36:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:36:29 -0500 Subject: rpms/prozilla import.log,1.7,1.8 Message-ID: <200612301236.kBUCaTaX027917@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27884 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-3 on branch devel from prozilla-2.0.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 30 Dec 2006 12:30:37 -0000 1.7 +++ import.log 30 Dec 2006 12:35:59 -0000 1.8 @@ -4,3 +4,4 @@ prozilla-1_3_6-0_fdr_1_2:HEAD:prozilla-1.3.6-0.fdr.1.2.src.rpm:1099890806 prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 +prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 From fedora-extras-commits at redhat.com Sat Dec 30 12:36:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 07:36:29 -0500 Subject: rpms/prozilla/devel prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.15, 1.16 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE Message-ID: <200612301236.kBUCaTYJ027922@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27884/devel Modified Files: .cvsignore prozilla.spec sources Added Files: prozilla1.patch Removed Files: prozilla-1.3.7.4-buf.patch Log Message: auto-import prozilla-2.0.4-3 on branch devel from prozilla-2.0.4-3.src.rpm prozilla1.patch: --- NEW FILE prozilla1.patch --- --- prozilla-2.0.4/src/download_win.h 2006-02-08 22:48:59.000000000 +0530 +++ prozilla/src/download_win.h 2006-10-06 19:47:35.000000000 +0530 @@ -52,7 +52,7 @@ void handle_joining_thread(); void handle_dl_fatal_error(); void cleanup(boolean erase_dlparts); - void DL_Window::print_status(download_t * download, int quiet_mode); + void print_status(download_t * download, int quiet_mode); connection_t *connection; download_t *download; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2005 02:33:34 -0000 1.4 +++ .cvsignore 30 Dec 2006 12:35:59 -0000 1.5 @@ -1 +1 @@ -prozilla-1.3.7.4.tar.gz +prozilla-2.0.4.tar.bz2 Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/prozilla.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- prozilla.spec 1 Sep 2006 02:54:25 -0000 1.15 +++ prozilla.spec 30 Dec 2006 12:35:59 -0000 1.16 @@ -1,15 +1,15 @@ -Summary: Advanced Linux download manager -Name: prozilla -Version: 1.3.7.4 -Release: 4%{?dist} - -License: GPL -Group: Applications/Internet -Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz -Patch0: prozilla-1.3.7.4-buf.patch -URL: http://prozilla.genesys.ro/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: ncurses-devel +Summary: Advanced Linux download manager +Name: prozilla +Version: 2.0.4 +Release: 3%{?dist} + +License: GPL +Group: Applications/Internet +Source0: http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2 +Patch0: prozilla1.patch +URL: http://prozilla.genesys.ro/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ncurses-devel, gettext %description @@ -26,32 +26,88 @@ ProZilla also supports file download resuming, and ftpsearch for fastest ping times. -%prep + +%package devel +Summary: Development libraries and headers for prozilla +Group: Development/Libraries +Requires: %{name} = %{version} + + +%description devel +The developmental files that must be installed in order to compile +applications which use prozilla. + +%prep %setup -q -%patch0 -p1 -z .buf + +# fix for makeinstall macro +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + po/Makefile.in.in + +sed -i -e \ + s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \ + libprozilla/po/Makefile.in.in + +%patch0 -p1 %configure %build +CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS + make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} -%makeinstall + +make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install + + +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la +rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a + + +%find_lang proz %clean -rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} + -%files +%files -f proz.lang %defattr(-,root,root,-) -%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf -%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample +%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO %{_bindir}/proz %{_mandir}/man1/proz* +# from libprozilla +%{_datadir}/locale/it/LC_MESSAGES/.mo +%{_datadir}/locale/nl/LC_MESSAGES/.mo +%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo +%{_datadir}/locale/ro/LC_MESSAGES/.mo + + +%files devel +%doc libprozilla/docs/HACKING docs/FAQ + +%defattr(-,root,root,-) +%{_includedir}/prozilla/ + + %changelog +* Sat Dec 09 2006 ChitleshGoorah - 2.0.4-2 +- spec file fixed + +* Fri Oct 06 2006 Kushal Das - 2.0.4-1 +- New Release + * Mon Aug 27 2006 Michael J. Knox - 1.3.7.4-4 - Rebuild for FC6 @@ -128,4 +184,4 @@ * Wed Jan 3 2001 Calum Selkirk - added RPM_BUILD_ROOT and install to that dir - added RPM_OPT_FLAGS -- changed Source0: to use %version +- changed Source0: to use %%version Index: sources =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2005 02:33:34 -0000 1.4 +++ sources 30 Dec 2006 12:35:59 -0000 1.5 @@ -1 +1 @@ -b594b55b1b49a8eca2505173cc1bfc44 prozilla-1.3.7.4.tar.gz +220f03968ddac79c2d6b48a507cd9c71 prozilla-2.0.4.tar.bz2 --- prozilla-1.3.7.4-buf.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 13:08:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:08:44 -0500 Subject: rpms/prozilla import.log,1.8,1.9 Message-ID: <200612301308.kBUD8iqn031460@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31425 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-4 on branch FC-5 from prozilla-2.0.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 30 Dec 2006 12:35:59 -0000 1.8 +++ import.log 30 Dec 2006 13:08:14 -0000 1.9 @@ -5,3 +5,4 @@ prozilla-2_0_4-3:FC-5:prozilla-2.0.4-3.src.rpm:1167482673 prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 +prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 From fedora-extras-commits at redhat.com Sat Dec 30 13:08:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:08:44 -0500 Subject: rpms/prozilla/FC-5 prozilla.spec,1.15,1.16 Message-ID: <200612301308.kBUD8iq4031463@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31425/FC-5 Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-4 on branch FC-5 from prozilla-2.0.4-4.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/prozilla.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- prozilla.spec 30 Dec 2006 12:28:58 -0000 1.15 +++ prozilla.spec 30 Dec 2006 13:08:14 -0000 1.16 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet @@ -69,6 +69,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a +%ifarch x86_64 +rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias +%endif + %find_lang proz %clean @@ -96,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31465 Modified Files: .cvsignore lirc.spec sources Log Message: * Sat Dec 30 2006 Ville Skytt?? - 0.8.1-0.2.pre5 - 0.8.1pre5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 12 Dec 2006 21:28:17 -0000 1.14 +++ .cvsignore 30 Dec 2006 13:08:46 -0000 1.15 @@ -1 +1 @@ -lirc-0.8.1pre4.tar.bz2 +lirc-0.8.1pre5.tar.bz2 Index: lirc.spec =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- lirc.spec 12 Dec 2006 21:28:17 -0000 1.20 +++ lirc.spec 30 Dec 2006 13:08:46 -0000 1.21 @@ -16,14 +16,14 @@ Name: lirc Version: 0.8.1 -Release: 0.2.pre4%{?dist} +Release: 0.2.pre5%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons License: GPL URL: http://www.lirc.org/ #Source0: http://download.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 -Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre4.tar.bz2 +Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre5.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,7 +81,7 @@ %prep -%setup -q -n %{name}-%{version}pre4 +%setup -q -n %{name}-%{version}pre5 chmod 644 contrib/* sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo @@ -200,6 +200,9 @@ %changelog +* Sat Dec 30 2006 Ville Skytt?? - 0.8.1-0.2.pre5 +- 0.8.1pre5. + * Tue Dec 12 2006 Ville Skytt?? - 0.8.1-0.2.pre4 - 0.8.1pre4. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 12 Dec 2006 21:28:17 -0000 1.14 +++ sources 30 Dec 2006 13:08:46 -0000 1.15 @@ -1 +1 @@ -6dc1435946bec20ffbfbd103ddb1e2a0 lirc-0.8.1pre4.tar.bz2 +9a00b010ef4869173c9f8f91257ffe20 lirc-0.8.1pre5.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 30 13:10:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:10:00 -0500 Subject: rpms/prozilla import.log,1.9,1.10 Message-ID: <200612301310.kBUDA0bc031603@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31575 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-4 on branch FC-6 from prozilla-2.0.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 30 Dec 2006 13:08:14 -0000 1.9 +++ import.log 30 Dec 2006 13:09:30 -0000 1.10 @@ -6,3 +6,4 @@ prozilla-2_0_4-3:FC-6:prozilla-2.0.4-3.src.rpm:1167482771 prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 +prozilla-2_0_4-4:FC-6:prozilla-2.0.4-4.src.rpm:1167485104 From fedora-extras-commits at redhat.com Sat Dec 30 13:10:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 08:10:00 -0500 Subject: rpms/prozilla/FC-6 prozilla.spec,1.16,1.17 Message-ID: <200612301310.kBUDA0pA031606@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31575/FC-6 Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-4 on branch FC-6 from prozilla-2.0.4-4.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-6/prozilla.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- prozilla.spec 30 Dec 2006 12:30:37 -0000 1.16 +++ prozilla.spec 30 Dec 2006 13:09:30 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet @@ -69,6 +69,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a +%ifarch x86_64 +rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias +%endif + %find_lang proz %clean @@ -96,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: chitlesh Update of /cvs/extras/rpms/prozilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31667/devel Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-4 on branch devel from prozilla-2.0.4-4.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/devel/prozilla.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- prozilla.spec 30 Dec 2006 12:35:59 -0000 1.16 +++ prozilla.spec 30 Dec 2006 13:10:46 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Internet @@ -69,6 +69,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a +%ifarch x86_64 +rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias +%endif + %find_lang proz %clean @@ -96,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31667 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-4 on branch devel from prozilla-2.0.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 30 Dec 2006 13:09:30 -0000 1.10 +++ import.log 30 Dec 2006 13:10:46 -0000 1.11 @@ -7,3 +7,4 @@ prozilla-2_0_4-3:HEAD:prozilla-2.0.4-3.src.rpm:1167483094 prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 prozilla-2_0_4-4:FC-6:prozilla-2.0.4-4.src.rpm:1167485104 +prozilla-2_0_4-4:HEAD:prozilla-2.0.4-4.src.rpm:1167485178 From fedora-extras-commits at redhat.com Sat Dec 30 13:17:38 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:17:38 -0500 Subject: rpms/libprelude - New directory Message-ID: <200612301317.kBUDHc7g031978@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31974/libprelude Log Message: Directory /cvs/extras/rpms/libprelude added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 13:17:43 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:17:43 -0500 Subject: rpms/libprelude/devel - New directory Message-ID: <200612301317.kBUDHhB1031991@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31974/libprelude/devel Log Message: Directory /cvs/extras/rpms/libprelude/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 13:18:06 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:18:06 -0500 Subject: rpms/libprelude Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301318.kBUDI6VC032021@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32015 Added Files: Makefile import.log Log Message: Setup of module libprelude --- NEW FILE Makefile --- # Top level Makefile for module libprelude all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 13:18:12 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:18:12 -0500 Subject: rpms/libprelude/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301318.kBUDICiS032036@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32015/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libprelude --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 13:20:49 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:20:49 -0500 Subject: rpms/libprelude import.log,1.1,1.2 Message-ID: <200612301320.kBUDKniw032154@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32111 Modified Files: import.log Log Message: auto-import libprelude-0.9.12-4 on branch devel from libprelude-0.9.12-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libprelude/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 13:18:06 -0000 1.1 +++ import.log 30 Dec 2006 13:20:18 -0000 1.2 @@ -0,0 +1 @@ +libprelude-0_9_12-4:HEAD:libprelude-0.9.12-4.src.rpm:1167485437 From fedora-extras-commits at redhat.com Sat Dec 30 13:20:49 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:20:49 -0500 Subject: rpms/libprelude/devel libprelude.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301320.kBUDKnqO032159@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32111/devel Modified Files: .cvsignore sources Added Files: libprelude.spec Log Message: auto-import libprelude-0.9.12-4 on branch devel from libprelude-0.9.12-4.src.rpm --- NEW FILE libprelude.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libprelude Version: 0.9.12 Release: 4%{?dist} Summary: The prelude library Group: System Environment/Libraries License: GPL URL: http://prelude-ids.org/ Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel %description The Prelude Library is a collection of generic functions providing communication between the Prelude Hybrid IDS suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. %package devel Summary: Header files and libraries for libprelude development Group: System Environment/Libraries Requires: libprelude = %{version}-%{release}, automake, gnutls-devel %description devel Libraries, include files, etc you can use to develop Prelude IDS sensors using the Prelude Library. The Prelude Library is a collection of generic functions providing communication between the Prelude Hybrid IDS suite componentst It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. %package python Summary: Header files and libraries for libprelude development Group: System Environment/Libraries Requires: libprelude = %{version}-%{release} %description python Python bindings for libprelude. %package perl Summary: Header files and libraries for libprelude development Group: System Environment/Libraries Requires: libprelude = %{version}-%{release} %description perl Perl bindings for libprelude. %prep %setup -q %build %configure --disable-static \ --with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html # removing rpath sed -i.rpath -e 's|LD_RUN_PATH=""||' bindings/Makefile.in make %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} mkdir -p %{buildroot}%{perl_vendorarch} make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p" cp -p AUTHORS ChangeLog README NEWS COPYING LICENSE.README HACKING.README \ %{buildroot}%{_defaultdocdir}/%{name}-%{version} mv %{buildroot}%{perl_sitearch}/* %{buildroot}%{perl_vendorarch} rm -f %{buildroot}/%{_libdir}/libprelude.la rm -f %{buildroot}%{python_sitelib}/auto/.packlist rm -f %{buildroot}%{python_sitelib}/auto/Prelude.bs rm -f %{buildroot}%{perl_vendorarch}/auto/Prelude/.packlist rm -f %{buildroot}%{perl_vendorarch}/auto/Prelude/Prelude.bs rm -f %{buildroot}%{perl_archlib}/perllocal.pod %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/prelude-adduser %{_libdir}/*.so.* %config(noreplace) %{_sysconfdir}/* %{_localstatedir}/spool/* %dir %{_defaultdocdir}/%{name}-%{version}/ %doc %{_defaultdocdir}/%{name}-%{version}/* %files devel %defattr(-,root,root) %{_bindir}/libprelude-config %{_libdir}/*.so %dir %{_includedir}/libprelude/ %{_includedir}/libprelude/* %{_datadir}/aclocal/libprelude.m4 %files python %{python_sitelib}/* %files perl %defattr(0755,root,root) %attr(0644,root,root) %{perl_vendorarch}/Prelude.pm %{perl_vendorarch}/auto/* %changelog * Tue Dec 29 2006 Thorsten Scherf 0.9.12-4 - resolved permission problems - added new docs * Tue Dec 25 2006 Thorsten Scherf 0.9.12-3 - changed dir owner and preserved timestamps when building the package - resolved rpath problems * Fri Dec 22 2006 Thorsten Scherf 0.9.12-2 - moved perl_sidearch into perl_vendorarch - minor corrections in the spec file * Fri Dec 22 2006 Thorsten Scherf 0.9.12-1 - upgrade to latest upstream version 0.9.12 - minor corrections in the spec file * Wed Dec 20 2006 Thorsten Scherf 0.9.11-4 - removing smp-flag to debug perl- and python-problems - added perl-bindings again * Wed Dec 20 2006 Thorsten Scherf 0.9.11-3 - disabled perl-bindings * Mon Nov 20 2006 Thorsten Scherf 0.9.11-2 - Some minor fixes in requirements * Tue Oct 24 2006 Thorsten Scherf 0.9.11-1 - New Fedora build based on release 0.9.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 13:18:12 -0000 1.1 +++ .cvsignore 30 Dec 2006 13:20:19 -0000 1.2 @@ -0,0 +1 @@ +libprelude-0.9.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 13:18:12 -0000 1.1 +++ sources 30 Dec 2006 13:20:19 -0000 1.2 @@ -0,0 +1 @@ +2e8769cd05d51d3e69380bf234e6efef libprelude-0.9.12.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 13:21:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sat, 30 Dec 2006 08:21:06 -0500 Subject: fedora-security/audit fe4, 1.123, 1.124 fe5, 1.136, 1.137 fe6, 1.51, 1.52 Message-ID: <200612301321.kBUDL6Fs032222@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32203 Modified Files: fe4 fe5 fe6 Log Message: +CVE-2006-6808 VULNERABLE (wordpress) #221023 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- fe4 21 Dec 2006 21:20:06 -0000 1.123 +++ fe4 30 Dec 2006 13:21:06 -0000 1.124 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6808 VULNERABLE (wordpress) #221023 CVE-2006-6626 ** (moodle) #220041 CVE-2006-6625 VULNERABLE (moodle) #220041 CVE-2006-6610 version (nexuiz, fixed 2.2.1) #220034 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- fe5 22 Dec 2006 21:21:51 -0000 1.136 +++ fe5 30 Dec 2006 13:21:06 -0000 1.137 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6808 VULNERABLE (wordpress) #221023 CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 Index: fe6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe6,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- fe6 24 Dec 2006 02:03:59 -0000 1.51 +++ fe6 30 Dec 2006 13:21:06 -0000 1.52 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-6808 VULNERABLE (wordpress) #221023 CVE-2006-6693 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6692 ignore (zabbix, fixed 1.1.3, < 1.1.4 not shipped) CVE-2006-6626 ** (moodle) #220041 From fedora-extras-commits at redhat.com Sat Dec 30 13:26:54 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 08:26:54 -0500 Subject: owners owners.list,1.2173,1.2174 Message-ID: <200612301326.kBUDQshT032471@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32345/owners Modified Files: owners.list Log Message: ts: added libprelude to the owners list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2173 retrieving revision 1.2174 diff -u -r1.2173 -r1.2174 --- owners.list 30 Dec 2006 05:28:44 -0000 1.2173 +++ owners.list 30 Dec 2006 13:26:24 -0000 1.2174 @@ -1020,6 +1020,7 @@ Fedora Extras|libpng10|Old version of libpng, needed to run old binaries|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|libpolyxmass|Polymer chemistry-related functionalities|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libpqxx|C++ client API for PostgreSQL|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org|rdieter at math.unl.edu +Fedora Extras|libprelude|The prelude IDS library|tscherf at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libpri|An implementation of Primary Rate ISDN|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|libqalculate|Multi-purpose calculator library|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libreadline-java|A Java wrapper around EditLine|ifoox at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 15:26:05 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 10:26:05 -0500 Subject: rpms/libprelude/devel libprelude.spec,1.1,1.2 Message-ID: <200612301526.kBUFQ5L2007507@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7492 Modified Files: libprelude.spec Log Message: ts: added ExcludeArch Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/libprelude.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libprelude.spec 30 Dec 2006 13:20:19 -0000 1.1 +++ libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel +ExcludeArch: ia64 %description The Prelude Library is a collection of generic functions providing @@ -120,6 +121,9 @@ %changelog +* Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 +- added ExcludeArch + * Tue Dec 29 2006 Thorsten Scherf 0.9.12-4 - resolved permission problems - added new docs From fedora-extras-commits at redhat.com Sat Dec 30 15:39:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 10:39:59 -0500 Subject: rpms/prozilla import.log,1.11,1.12 Message-ID: <200612301539.kBUFdxvC008788@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8756 Modified Files: import.log Log Message: auto-import prozilla-2.0.4-5 on branch FC-5 from prozilla-2.0.4-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/prozilla/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 30 Dec 2006 13:10:46 -0000 1.11 +++ import.log 30 Dec 2006 15:39:29 -0000 1.12 @@ -8,3 +8,4 @@ prozilla-2_0_4-4:FC-5:prozilla-2.0.4-4.src.rpm:1167485024 prozilla-2_0_4-4:FC-6:prozilla-2.0.4-4.src.rpm:1167485104 prozilla-2_0_4-4:HEAD:prozilla-2.0.4-4.src.rpm:1167485178 +prozilla-2_0_4-5:FC-5:prozilla-2.0.4-5.src.rpm:1167494100 From fedora-extras-commits at redhat.com Sat Dec 30 15:39:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 30 Dec 2006 10:39:59 -0500 Subject: rpms/prozilla/FC-5 prozilla.spec,1.16,1.17 Message-ID: <200612301540.kBUFdx7M008791@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/prozilla/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8756/FC-5 Modified Files: prozilla.spec Log Message: auto-import prozilla-2.0.4-5 on branch FC-5 from prozilla-2.0.4-5.src.rpm Index: prozilla.spec =================================================================== RCS file: /cvs/extras/rpms/prozilla/FC-5/prozilla.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- prozilla.spec 30 Dec 2006 13:08:14 -0000 1.16 +++ prozilla.spec 30 Dec 2006 15:39:29 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Advanced Linux download manager Name: prozilla Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Internet @@ -69,7 +69,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a -%ifarch x86_64 +%ifarch x86_64 sparc64 ppc64 amd64 rm -f ${RPM_BUILD_ROOT}%{datadir}/locale/locale.alias %endif @@ -100,6 +100,9 @@ %changelog +* Sat Dec 30 2006 ChitleshGoorah Author: tscherf Update of /cvs/extras/rpms/libprelude/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8904 Modified Files: libprelude.spec Log Message: ts: fixed x86_86 arch problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/devel/libprelude.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 +++ libprelude.spec 30 Dec 2006 15:53:54 -0000 1.3 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -112,7 +112,7 @@ %{_datadir}/aclocal/libprelude.m4 %files python -%{python_sitelib}/* +%{python_sitearch}/* %files perl %defattr(0755,root,root) @@ -121,6 +121,9 @@ %changelog +* Tue Dec 30 2006 Thorsten Scherf 0.9.12-6 +- fixed x86_86 arch problem + * Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 - added ExcludeArch From fedora-extras-commits at redhat.com Sat Dec 30 16:24:04 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 30 Dec 2006 11:24:04 -0500 Subject: rpms/php-pear-PHPUnit/devel php-pear-PHPUnit.spec,1.1,1.2 Message-ID: <200612301624.kBUGO4eO012203@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-PHPUnit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12186 Modified Files: php-pear-PHPUnit.spec Log Message: cvs permissions test Index: php-pear-PHPUnit.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-PHPUnit/devel/php-pear-PHPUnit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pear-PHPUnit.spec 3 Oct 2006 05:25:49 -0000 1.1 +++ php-pear-PHPUnit.spec 30 Dec 2006 16:23:34 -0000 1.2 @@ -81,3 +81,5 @@ * Mon Oct 2 2006 Remi Collet 1.3.2-1 - generated specfile (pear make-rpm-spec) + cleaning - add french summary and description + +# cvs permissions test From fedora-extras-commits at redhat.com Sat Dec 30 16:26:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Sat, 30 Dec 2006 11:26:17 -0500 Subject: rpms/php-pear-PHPUnit/devel php-pear-PHPUnit.spec,1.2,1.3 Message-ID: <200612301626.kBUGQHw8012235@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/php-pear-PHPUnit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12220 Modified Files: php-pear-PHPUnit.spec Log Message: undo last change Index: php-pear-PHPUnit.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-PHPUnit/devel/php-pear-PHPUnit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-PHPUnit.spec 30 Dec 2006 16:23:34 -0000 1.2 +++ php-pear-PHPUnit.spec 30 Dec 2006 16:25:47 -0000 1.3 @@ -81,5 +81,3 @@ * Mon Oct 2 2006 Remi Collet 1.3.2-1 - generated specfile (pear make-rpm-spec) + cleaning - add french summary and description - -# cvs permissions test From fedora-extras-commits at redhat.com Sat Dec 30 16:32:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 30 Dec 2006 11:32:58 -0500 Subject: rpms/ochusha/devel .cvsignore, 1.31, 1.32 ochusha.spec, 1.33, 1.34 sources, 1.31, 1.32 Message-ID: <200612301632.kBUGWwMa012291@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12270 Modified Files: .cvsignore ochusha.spec sources Log Message: * Sat Dec 30 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061230 - 0.5.99.65.2 cvs 061230 (23:59 JST) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 29 Dec 2006 17:10:32 -0000 1.31 +++ .cvsignore 30 Dec 2006 16:32:28 -0000 1.32 @@ -1 +1 @@ -ochusha-0.5.99.65.2-cvs061229.tar.bz2 +ochusha-0.5.99.65.2-cvs061230.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ochusha.spec 29 Dec 2006 17:10:32 -0000 1.33 +++ ochusha.spec 30 Dec 2006 16:32:28 -0000 1.34 @@ -2,7 +2,7 @@ %define system_ca_cert_file %{_sysconfdir}/pki/tls/cert.pem %define main_ver 0.5.99.65.2 -%define strtag cvs061229 +%define strtag cvs061230 %define vendor_rel 1 %define pre_release 1 @@ -155,8 +155,8 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog -* Fri Dec 29 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061229 -- 0.5.99.65.2 cvs 061229 (25:00 JST) +* Sat Dec 30 2006 Mamoru Tasaka 0.5.99.65.2-0.1.cvs061230 +- 0.5.99.65.2 cvs 061230 (23:59 JST) * Sat Nov 18 2006 - COPYING files of oniguruma and libochushagtk_lgpl will be installed Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 29 Dec 2006 17:10:32 -0000 1.31 +++ sources 30 Dec 2006 16:32:28 -0000 1.32 @@ -1 +1 @@ -0a83094be5bb68e346c16335b534e523 ochusha-0.5.99.65.2-cvs061229.tar.bz2 +d37db4b5b8d1ae296c7751245f8187ae ochusha-0.5.99.65.2-cvs061230.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 30 17:09:33 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 12:09:33 -0500 Subject: rpms/pyfribidi/devel pyfribidi.spec,1.1,1.2 Message-ID: <200612301709.kBUH9X0j015577@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15559 Modified Files: pyfribidi.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 - Add dependency on pkgconfig as it's not pulled at least on FC5 Index: pyfribidi.spec =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/devel/pyfribidi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfribidi.spec 27 Dec 2006 12:50:44 -0000 1.1 +++ pyfribidi.spec 30 Dec 2006 17:09:03 -0000 1.2 @@ -2,7 +2,7 @@ Name: pyfribidi Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages @@ -13,6 +13,7 @@ BuildRequires: python-devel BuildRequires: fribidi-devel +BuildRequires: pkgconfig %description PyFriBidi is a simple Python binding for FriBidi, providing an @@ -43,6 +44,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 +- Add dependency on pkgconfig as it's not pulled at least on FC5 + * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) From fedora-extras-commits at redhat.com Sat Dec 30 17:11:08 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 12:11:08 -0500 Subject: rpms/pyfribidi/FC-5 pyfribidi.spec,1.1,1.2 Message-ID: <200612301711.kBUHB8xF015641@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15622 Modified Files: pyfribidi.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 - Add dependency on pkgconfig as it's not pulled at least on FC5 Index: pyfribidi.spec =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/FC-5/pyfribidi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfribidi.spec 27 Dec 2006 12:50:44 -0000 1.1 +++ pyfribidi.spec 30 Dec 2006 17:10:38 -0000 1.2 @@ -2,7 +2,7 @@ Name: pyfribidi Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages @@ -13,6 +13,7 @@ BuildRequires: python-devel BuildRequires: fribidi-devel +BuildRequires: pkgconfig %description PyFriBidi is a simple Python binding for FriBidi, providing an @@ -43,6 +44,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 +- Add dependency on pkgconfig as it's not pulled at least on FC5 + * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) From fedora-extras-commits at redhat.com Sat Dec 30 17:12:45 2006 From: fedora-extras-commits at redhat.com (Roozbeh Pournader (roozbeh)) Date: Sat, 30 Dec 2006 12:12:45 -0500 Subject: rpms/pyfribidi/FC-6 pyfribidi.spec,1.1,1.2 Message-ID: <200612301712.kBUHCja2015700@cvs-int.fedora.redhat.com> Author: roozbeh Update of /cvs/extras/rpms/pyfribidi/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15685 Modified Files: pyfribidi.spec Log Message: * Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 - Add dependency on pkgconfig as it's not pulled at least on FC5 Index: pyfribidi.spec =================================================================== RCS file: /cvs/extras/rpms/pyfribidi/FC-6/pyfribidi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyfribidi.spec 27 Dec 2006 12:50:44 -0000 1.1 +++ pyfribidi.spec 30 Dec 2006 17:12:15 -0000 1.2 @@ -2,7 +2,7 @@ Name: pyfribidi Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python binding for GNU FriBidi Group: Development/Languages @@ -13,6 +13,7 @@ BuildRequires: python-devel BuildRequires: fribidi-devel +BuildRequires: pkgconfig %description PyFriBidi is a simple Python binding for FriBidi, providing an @@ -43,6 +44,9 @@ %changelog +* Sat Dec 30 2006 Roozbeh Pournader - 0.6.0-3 +- Add dependency on pkgconfig as it's not pulled at least on FC5 + * Wed Dec 27 2006 Roozbeh Pournader - 0.6.0-2 - Add 'ChangeLog' to included documentation (Mamoru Tasaka) From fedora-extras-commits at redhat.com Sat Dec 30 17:31:46 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:31:46 -0500 Subject: rpms/galternatives - New directory Message-ID: <200612301731.kBUHVkwT015779@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15775/galternatives Log Message: Directory /cvs/extras/rpms/galternatives added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 17:31:51 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:31:51 -0500 Subject: rpms/galternatives/devel - New directory Message-ID: <200612301731.kBUHVpJU015792@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15775/galternatives/devel Log Message: Directory /cvs/extras/rpms/galternatives/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 17:32:02 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:32:02 -0500 Subject: rpms/galternatives Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301732.kBUHW2Qq015822@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15816 Added Files: Makefile import.log Log Message: Setup of module galternatives --- NEW FILE Makefile --- # Top level Makefile for module galternatives all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 17:32:07 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:32:07 -0500 Subject: rpms/galternatives/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301732.kBUHW7Ho015837@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15816/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module galternatives --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 17:33:02 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:33:02 -0500 Subject: rpms/galternatives import.log,1.1,1.2 Message-ID: <200612301733.kBUHX25r015922@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15886 Modified Files: import.log Log Message: auto-import galternatives-0.13.4-4 on branch devel from galternatives-0.13.4-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/galternatives/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 17:32:02 -0000 1.1 +++ import.log 30 Dec 2006 17:32:32 -0000 1.2 @@ -0,0 +1 @@ +galternatives-0_13_4-4:HEAD:galternatives-0.13.4-4.src.rpm:1167500577 From fedora-extras-commits at redhat.com Sat Dec 30 17:33:02 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:33:02 -0500 Subject: rpms/galternatives/devel galternatives-desktop.patch, NONE, 1.1 galternatives-fedora.patch, NONE, 1.1 galternatives.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301733.kBUHX29h015926@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/galternatives/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15886/devel Modified Files: .cvsignore sources Added Files: galternatives-desktop.patch galternatives-fedora.patch galternatives.spec Log Message: auto-import galternatives-0.13.4-4 on branch devel from galternatives-0.13.4-4.src.rpm galternatives-desktop.patch: --- NEW FILE galternatives-desktop.patch --- --- galternatives.desktop.in 2004-06-14 18:04:11.000000000 -0400 +++ galternatives.desktop.in.new 2005-11-10 15:02:14.000000000 -0500 @@ -1,13 +1,10 @@ [Desktop Entry] -Version=1.0 Encoding=UTF-8 _Name=Alternatives Configurator _Comment=Configure the system default alternatives Type=Application -Exec=/usr/sbin/galternatives -TryExec= -Icon=/usr/share/pixmaps/galternatives.png -X-GNOME-DocPath= +Exec=/usr/bin/galternatives +Icon=galternatives.png Terminal=false -Categories=GTK;Application;System; +Categories=GTK;System; StartupNotify=true galternatives-fedora.patch: --- NEW FILE galternatives-fedora.patch --- --- setup.py 2004-06-14 18:04:11.000000000 -0400 +++ setup.py.new 2006-12-27 20:28:20.000000000 -0500 @@ -16,14 +16,6 @@ os.chdir ('%s/translations' % (curdir)) os.system ('./update-translations.sh') - pipe = os.popen ('./list-mos.sh') - while True: - line = pipe.readline ().strip () - if line == '': - break - data.append (('share/locale/%s/LC_MESSAGES' % (line), ['translations/%s/galternatives.mo' % (line)])) - pipe.close () - print data os.chdir (curdir) if __name__ == '__main__' : --- galternatives/main.py 2005-08-17 21:21:04.000000000 -0400 +++ galternatives/main.py.new 2006-12-27 22:30:19.000000000 -0500 @@ -1,8 +1,11 @@ #!/usr/bin/python import pygtk pygtk.require ('2.0') -import gtk, gobject -from gtk import glade +try: + import gtk, gobject + from gtk import glade +except RuntimeError: + pass from common import PACKAGE import sys, os, gettext --- galternatives/alternative.py 2004-11-21 23:02:33.000000000 -0500 +++ galternatives/alternative.py.new 2005-11-10 01:00:25.000000000 -0500 @@ -64,7 +64,7 @@ pass # now get the real information! - altfile = open ('/var/lib/dpkg/alternatives/%s' % (unixname)) + altfile = open ('/var/lib/alternatives/%s' % (unixname)) # parsing file self.option_status = altfile.readline ().strip () @@ -99,7 +99,18 @@ odict = {} odict['path'] = line - odict['priority'] = altfile.readline ().strip () + + # Here is an altercation to the upstream code to cater for the + # Redhat specific --initscript option + line = altfile.readline ().strip () + ls = line.split() + if len(ls) == 2: + odict['priority'] = ls[0] + odict['service'] = ls[1] + else: + odict['priority'] = line + odict['service'] = '' + print_debug (odict) optslaves = [] for count in range(len (self.slaves)): --- galternatives/main.py 2005-08-17 21:21:04.000000000 -0400 +++ galternatives/main.py.new 2005-11-10 01:01:12.000000000 -0500 @@ -282,8 +282,16 @@ alt = self.alternative unixname = alt.get_unixname () option = self.options_model.get_value (iter, self.OPTIONS) + # Here is an altercation to the upstream code to cater for the + # Redhat specific --initscript option + for opt in alt.get_options (): + inits = opt['service'] - result = os.system ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) + if inits == '': + result = os.system ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) + else: + result = os.system ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) + result2 = os.system ('/sbin/chkconfig %s on > /dev/null 2>&1' % (inits)) print_debug ('/usr/sbin/update-alternatives --set %s %s > /dev/null 2>&1' % (unixname, option)) print_debug ('Result: %d' % (result)) @@ -347,7 +353,7 @@ text=self.SLAVEPATH) self.slaves_tv.append_column (column) - def update_alternatives (self, directory='/var/lib/dpkg/alternatives/'): + def update_alternatives (self, directory='/var/lib/alternatives/'): self.alternatives_model.clear () alternatives = os.listdir (directory) alternatives.sort () --- NEW FILE galternatives.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Alternatives Configurator Name: galternatives Version: 0.13.4 Release: 4%{?dist} License: GPL Group: Applications/System URL: http://packages.qa.debian.org/g/galternatives.html Source0: http://ftp.debian.org/debian/pool/main/g/%{name}/%{name}_%{version}.tar.gz Patch0: galternatives-desktop.patch Patch1: galternatives-fedora.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pygtk2-devel BuildRequires: python-devel BuildRequires: desktop-file-utils gettext intltool Requires: usermode Requires: pygtk2 Requires: /usr/sbin/update-alternatives BuildArch: noarch %description Graphical setup tool for the alternatives system. A GUI to help the system administrator to choose what program should provide a given service %prep %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .fedora # To silence rpmlint sed -i '/^#!\/usr\/bin\/python/ d' galternatives/*.py %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} desktop-file-install --delete-original \ --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --mode 0644 \ galternatives.desktop mkdir -p %{buildroot}%{_sbindir} mv %{buildroot}%{_bindir}/galternatives %{buildroot}%{_sbindir} ln -s consolehelper %{buildroot}%{_bindir}/galternatives mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/galternatives USER=root PROGRAM=%{_sbindir}/galternatives SESSION=true EOF mkdir -p %{buildroot}%{_sysconfdir}/pam.d cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/galternatives #%PAM-1.0 auth sufficient pam_rootok.so auth sufficient pam_timestamp.so auth include system-auth session required pam_permit.so session optional pam_xauth.so session optional pam_timestamp.so account required pam_permit.so EOF pushd translations LANGS=$(find . -name \*.po | cut -d '.' -f 2 | tr -d '/') for lang in ${LANGS}; do echo ${lang}: mkdir -p %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES cp ${lang}.mo %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/galternatives.mo done popd %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %doc TODO debian/copyright debian/changelog %defattr(-,root,root,-) %{_bindir}/galternatives %{_sbindir}/galternatives %{python_sitelib}/galternatives/ %{_datadir}/applications/fedora-galternatives.desktop %{_datadir}/galternatives/ %{_datadir}/pixmaps/galternatives.png %config(noreplace) %{_sysconfdir}/pam.d/galternatives %config(noreplace) %{_sysconfdir}/security/console.apps/galternatives %changelog * Sat Dec 30 2006 Deji Akingunola 0.13.4-4 - Package the debian copyright and changelog files - Add a Require on pygtk2 * Thu Dec 28 2006 Deji Akingunola 0.13.4-3 - Fix the source to handle the RH specific --initscript option * Thu Dec 28 2006 Deji Akingunola 0.13.4-2 - Don't ghost *pyo files * Sat Sep 02 2006 Deji Akingunola 0.13.4-1 - Update to version 0.13.4 - Add a quirk to workaround pygtk needing a 'DISPLAY', to allow mock build * Tue Nov 08 2005 Deji Akingunola 0.12-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/galternatives/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 17:32:07 -0000 1.1 +++ .cvsignore 30 Dec 2006 17:32:32 -0000 1.2 @@ -0,0 +1 @@ +galternatives_0.13.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/galternatives/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 17:32:07 -0000 1.1 +++ sources 30 Dec 2006 17:32:32 -0000 1.2 @@ -0,0 +1 @@ +6148901a78623e85e3265a63588a2d23 galternatives_0.13.4.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 17:40:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 12:40:48 -0500 Subject: owners owners.list,1.2174,1.2175 Message-ID: <200612301740.kBUHems1015994@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15979 Modified Files: owners.list Log Message: galternatives added Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2174 retrieving revision 1.2175 diff -u -r1.2174 -r1.2175 --- owners.list 30 Dec 2006 13:26:24 -0000 1.2174 +++ owners.list 30 Dec 2006 17:40:18 -0000 1.2175 @@ -508,6 +508,7 @@ Fedora Extras|galculator|GTK 2 based scientific calculator|tmraz at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|galeon|GNOME2 Web browser based on Mozilla|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gallery2|Database-backed web photo gallery application|jwb at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|galternatives|Alternatives configurator|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gambas|IDE based on a basic interpreter with object extensions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ganglia|Distributed Monitoring System|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ganymed-ssh2|SSH-2 protocol implementation in pure Java|robert at marcanoonline.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 18:59:14 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:14 -0500 Subject: rpms/pdns/devel - New directory Message-ID: <200612301859.kBUIxECc019464@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447/pdns/devel Log Message: Directory /cvs/extras/rpms/pdns/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 18:59:14 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:14 -0500 Subject: rpms/pdns - New directory Message-ID: <200612301859.kBUIxEaa019451@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447/pdns Log Message: Directory /cvs/extras/rpms/pdns added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 18:59:38 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:38 -0500 Subject: rpms/pdns/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301859.kBUIxc3o019509@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19488/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pdns --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 18:59:33 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 13:59:33 -0500 Subject: rpms/pdns Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301859.kBUIxXRD019494@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19488 Added Files: Makefile import.log Log Message: Setup of module pdns --- NEW FILE Makefile --- # Top level Makefile for module pdns all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 19:01:00 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 14:01:00 -0500 Subject: rpms/pdns import.log,1.1,1.2 Message-ID: <200612301901.kBUJ10xR019598@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19560 Modified Files: import.log Log Message: auto-import pdns-2.9.20-5 on branch devel from pdns-2.9.20-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pdns/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 18:59:32 -0000 1.1 +++ import.log 30 Dec 2006 19:00:30 -0000 1.2 @@ -0,0 +1 @@ +pdns-2_9_20-5:HEAD:pdns-2.9.20-5.src.rpm:1167505851 From fedora-extras-commits at redhat.com Sat Dec 30 19:01:00 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 14:01:00 -0500 Subject: rpms/pdns/devel pdns-avoid-version.patch, NONE, 1.1 pdns-fixinit.patch, NONE, 1.1 pdns.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301901.kBUJ10xb019602@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/rpms/pdns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19560/devel Modified Files: .cvsignore sources Added Files: pdns-avoid-version.patch pdns-fixinit.patch pdns.spec Log Message: auto-import pdns-2.9.20-5 on branch devel from pdns-2.9.20-5.src.rpm pdns-avoid-version.patch: --- NEW FILE pdns-avoid-version.patch --- --- pdns-2.9.20/modules/ldapbackend/Makefile.in.avoid-version 2006-12-18 00:11:42.000000000 +0100 +++ pdns-2.9.20/modules/ldapbackend/Makefile.in 2006-12-18 00:13:17.000000000 +0100 @@ -205,7 +205,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS libldapbackend_la_SOURCES = ldapbackend.cc ldapbackend.hh \ powerldap.hh powerldap.cc utils.hh - +libldapbackend_la_LDFLAGS = -avoid-version libldapbackend_la_LIBADD = -lldap all: all-am --- pdns-2.9.20/modules/pipebackend/Makefile.in.avoid-version 2006-12-18 00:07:21.000000000 +0100 +++ pdns-2.9.20/modules/pipebackend/Makefile.in 2006-12-18 00:07:36.000000000 +0100 @@ -209,7 +209,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS backend.pl lib_LTLIBRARIES = libpipebackend.la libpipebackend_la_SOURCES = pipebackend.cc pipebackend.hh coprocess.cc coprocess.hh -libpipebackend_la_LDFLAGS = -module +libpipebackend_la_LDFLAGS = -module -avoid-version all: all-am .SUFFIXES: --- pdns-2.9.20/modules/gpgsqlbackend/Makefile.in.avoid-version 2006-12-18 00:08:23.000000000 +0100 +++ pdns-2.9.20/modules/gpgsqlbackend/Makefile.in 2006-12-18 00:13:51.000000000 +0100 @@ -208,7 +208,7 @@ spgsql.hh spgsql.cc libgpgsqlbackend_la_LDFLAGS = @PGSQL_lib@ -Wl,-Bstatic -lpq \ - -Wl,-Bdynamic + -Wl,-Bdynamic -avoid-version libgpgsqlbackend_la_LIBADD = -lssl -lcrypt -lcrypto all: all-am --- pdns-2.9.20/modules/gmysqlbackend/Makefile.in.avoid-version 2006-12-18 00:07:52.000000000 +0100 +++ pdns-2.9.20/modules/gmysqlbackend/Makefile.in 2006-12-18 00:08:15.000000000 +0100 @@ -207,7 +207,7 @@ libgmysqlbackend_la_SOURCES = gmysqlbackend.cc gmysqlbackend.hh \ smysql.hh smysql.cc -libgmysqlbackend_la_LDFLAGS = -module -lmysqlclient +libgmysqlbackend_la_LDFLAGS = -module -lmysqlclient -avoid-version all: all-am .SUFFIXES: --- pdns-2.9.20/modules/geobackend/Makefile.in.avoid-version 2006-03-15 19:33:21.000000000 +0100 +++ pdns-2.9.20/modules/geobackend/Makefile.in 2006-12-17 23:58:33.000000000 +0100 @@ -204,7 +204,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS lib_LTLIBRARIES = libgeobackend.la libgeobackend_la_SOURCES = geobackend.cc geobackend.hh ippreftree.cc ippreftree.hh -libgeobackend_la_LDFLAGS = -module +libgeobackend_la_LDFLAGS = -module -avoid-version all: all-am .SUFFIXES: pdns-fixinit.patch: --- NEW FILE pdns-fixinit.patch --- --- pdns-2.9.20/pdns/pdns.in.fixinit 2006-12-17 18:14:14.000000000 +0100 +++ pdns-2.9.20/pdns/pdns.in 2006-12-17 18:15:42.000000000 +0100 @@ -47,6 +47,7 @@ if test "$NOTRUNNING" = "0" then doPC quit + rm -f /var/lock/subsys/pdns echo $ret else echo "not running" @@ -57,6 +58,7 @@ force-stop) echo -n "Stopping PowerDNS authoritative nameserver: " killall -v -9 pdns_server + rm -f /var/lock/subsys/pdns echo "killed" ;; @@ -69,6 +71,7 @@ $pdns_server --daemon --guardian=yes if test "$?" = "0" then + touch /var/lock/subsys/pdns echo "started" fi fi --- NEW FILE pdns.spec --- Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns Version: 2.9.20 Release: 5%{?dist} Group: System Environment/Daemons License: GPL URL: http://powerdns.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz Patch0: %{name}-fixinit.patch Patch1: %{name}-avoid-version.patch BuildRequires: boost-devel, chrpath Provides: powerdns = %{version}-%{release} %description The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all relevant DNS standards documents. Furthermore, PowerDNS interfaces with almost any database. %package backend-mysql Summary: MySQL backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} BuildRequires: mysql-devel %package backend-postgresql Summary: PostgreSQL backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} BuildRequires: postgresql-devel %package backend-pipe Summary: Pipe backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %package backend-geo Summary: Geo backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %package backend-ldap Summary: LDAP backend for %{name} Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} BuildRequires: openldap-devel %description backend-mysql This package contains the gmysql backend for %{name} %description backend-postgresql This package contains the gpgsql backend for %{name} %description backend-pipe This package contains the pipe backend for %{name} %description backend-geo This package contains the geo backend for %{name} It allows different answers to DNS queries coming from different IP address ranges or based on the geographic location %description backend-ldap This package contains the ldap backend for %{name} %prep %setup -q %patch0 -p1 -b .fixinit %patch1 -p1 -b .avoid-version %build export CPPFLAGS="-DLDAP_DEPRECATED %{optflags}" %configure \ --sysconfdir=%{_sysconfdir}/%{name} \ --libdir=%{_libdir}/%{name} \ --disable-static \ --with-modules='' \ --with-dynmodules='pipe gmysql gpgsql geo ldap' \ --with-mysql-includes=%{_includedir}/mysql \ --with-mysql-lib=%{_libdir}/mysql \ --with-pgsql-includes=%{_includedir} \ --with-pgsql-lib=%{_libdir} make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make install DESTDIR=%{buildroot} %{__rm} -f %{buildroot}%{_libdir}/%{name}/*.la %{__install} -p -D -m 0755 pdns/pdns %{buildroot}%{_initrddir}/pdns %{__mv} %{buildroot}%{_sysconfdir}/%{name}/pdns.conf{-dist,} # strip the static rpath from the binaries chrpath --delete %{buildroot}%{_bindir}/pdns_control chrpath --delete %{buildroot}%{_bindir}/zone2ldap chrpath --delete %{buildroot}%{_bindir}/zone2sql chrpath --delete %{buildroot}%{_sbindir}/pdns_server chrpath --delete %{buildroot}%{_libdir}/%{name}/*.so %post if [ $1 = 1 ]; then /sbin/chkconfig --add pdns %{_sbindir}/useradd -c "PowerDNS user" -s /sbin/nologin -r -d / pdns fi %preun if [ "$1" = 0 ]; then /sbin/service pdns stop >/dev/null 2>&1 /sbin/chkconfig --del pdns fi %postun if [ "$1" -ge "1" ]; then /sbin/service pdns reload >/dev/null 2>&1 fi %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog TODO pdns/COPYING %{_bindir}/pdns_control %{_bindir}/zone2ldap %{_bindir}/zone2sql %{_sbindir}/pdns_server %{_mandir}/man8/pdns_control.8.gz %{_mandir}/man8/pdns_server.8.gz %{_mandir}/man8/zone2sql.8.gz %{_initrddir}/pdns %dir %{_libdir}/%{name}/ %dir %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/pdns.conf %files backend-mysql %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libgmysqlbackend.so %files backend-postgresql %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libgpgsqlbackend.so %files backend-pipe %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libpipebackend.so %files backend-geo %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libgeobackend.so %files backend-ldap %defattr(-,root,root,-) %doc pdns/COPYING %{_libdir}/%{name}/libldapbackend.so %changelog * Sat Dec 30 2006 2.9.20-5 - Strip rpath from the backends as well * Fri Dec 29 2006 2.9.20-4 - Disable rpath * Thu Dec 28 2006 2.9.20-3 - More fixes as per review #219973 * Wed Dec 27 2006 2.9.20-2 - A few changes for FE review (bz #219973): - Renamed package to pdns, since that's how upstream calls it - Removed calls to ldconfig - Subpackages now require %%{version}-%%{release} * Sat Dec 16 2006 2.9.20-1 - Initial import Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pdns/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 18:59:38 -0000 1.1 +++ .cvsignore 30 Dec 2006 19:00:30 -0000 1.2 @@ -0,0 +1 @@ +pdns-2.9.20.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pdns/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 18:59:38 -0000 1.1 +++ sources 30 Dec 2006 19:00:30 -0000 1.2 @@ -0,0 +1 @@ +33b20ef1b767f93297101f2aa09e99ed pdns-2.9.20.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 19:04:20 2006 From: fedora-extras-commits at redhat.com (Ruben Kerkhof (ruben)) Date: Sat, 30 Dec 2006 14:04:20 -0500 Subject: owners owners.list,1.2175,1.2176 Message-ID: <200612301904.kBUJ4KDd022812@cvs-int.fedora.redhat.com> Author: ruben Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22797 Modified Files: owners.list Log Message: Added pdns Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2175 retrieving revision 1.2176 diff -u -r1.2175 -r1.2176 --- owners.list 30 Dec 2006 17:40:18 -0000 1.2175 +++ owners.list 30 Dec 2006 19:03:50 -0000 1.2176 @@ -1350,6 +1350,7 @@ Fedora Extras|pdfjam|Utilities for join, rotate and align PDFs|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|pdftk|The PDF Tool Kit|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|pdftohtml|A PDF to HTML converter|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|pdns|A modern, advanced and high performance authoritative-only nameserver|ruben at rubenkerkhof.com|extras-qa at fedoraproject.org| Fedora Extras|pdsh|Parallel remote shell program|woodard at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pekwm|PekWM window manager|miker5slow at grandecom.net|extras-qa at fedoraproject.org| Fedora Extras|pengupop|Networked Game in the vein of Move/Puzzle Bobble|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 19:10:50 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:10:50 -0500 Subject: rpms/fail2ban - New directory Message-ID: <200612301910.kBUJAoIa022914@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22910/fail2ban Log Message: Directory /cvs/extras/rpms/fail2ban added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 19:10:55 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:10:55 -0500 Subject: rpms/fail2ban/devel - New directory Message-ID: <200612301910.kBUJAtCb022927@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22910/fail2ban/devel Log Message: Directory /cvs/extras/rpms/fail2ban/devel added to the repository From fedora-extras-commits at redhat.com Sat Dec 30 19:11:14 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:11:14 -0500 Subject: rpms/fail2ban Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612301911.kBUJBEEF022957@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22951 Added Files: Makefile import.log Log Message: Setup of module fail2ban --- NEW FILE Makefile --- # Top level Makefile for module fail2ban all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Dec 30 19:11:20 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:11:20 -0500 Subject: rpms/fail2ban/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612301911.kBUJBKVi022973@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22951/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fail2ban --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Dec 30 19:12:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:12:33 -0500 Subject: rpms/fail2ban import.log,1.1,1.2 Message-ID: <200612301912.kBUJCXju023077@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23043 Modified Files: import.log Log Message: auto-import fail2ban-0.6.2-3.at on branch devel from fail2ban-0.6.2-3.at.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fail2ban/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Dec 2006 19:11:14 -0000 1.1 +++ import.log 30 Dec 2006 19:12:02 -0000 1.2 @@ -0,0 +1 @@ +fail2ban-0_6_2-3_at:HEAD:fail2ban-0.6.2-3.at.src.rpm:1167506544 From fedora-extras-commits at redhat.com Sat Dec 30 19:12:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:12:33 -0500 Subject: rpms/fail2ban/devel fail2ban-0.6.2-init.patch, NONE, 1.1 fail2ban.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612301912.kBUJCXVH023081@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fail2ban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23043/devel Modified Files: .cvsignore sources Added Files: fail2ban-0.6.2-init.patch fail2ban.spec Log Message: auto-import fail2ban-0.6.2-3.at on branch devel from fail2ban-0.6.2-3.at.src.rpm fail2ban-0.6.2-init.patch: --- NEW FILE fail2ban-0.6.2-init.patch --- --- fail2ban-0.6.2/config/redhat-initd.init 2006-12-29 00:46:19.000000000 +0100 +++ fail2ban-0.6.2/config/redhat-initd 2006-12-29 00:46:54.000000000 +0100 @@ -2,7 +2,7 @@ # # fail2ban # -# chkconfig: 345 91 9 +# chkconfig: - 91 9 # description: if many unsuccessfull login attempts from some ip address \ # during a short period happen, this address is banned \ # by the firewall @@ -31,14 +31,17 @@ "${FAIL2BAN}" -b > /dev/null RETVAL=$? echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/fail2ban + return $RETVAL } stop() { - if [ -f "${PIDFILE}" ]; then - echo -n $"Stopping fail2ban: " - "${FAIL2BAN}" -k > /dev/null - echo - fi + echo -n $"Stopping fail2ban: " + "${FAIL2BAN}" -k > /dev/null + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/fail2ban + return $RETVAL } restart() { --- NEW FILE fail2ban.spec --- Summary: Ban IPs that make too many password failures Name: fail2ban Version: 0.6.2 Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://fail2ban.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Patch0: fail2ban-0.6.2-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3, dos2unix BuildArch: noarch Requires: iptables, tcp_wrappers, shorewall Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service %description Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log and bans IP that makes too many password failures. It updates firewall rules to reject the IP address. %prep %setup -q grep -rl /usr/lib/fail2ban . \ | xargs sed -i -e's,/usr/lib/fail2ban,%{_datadir}/fail2ban,g' dos2unix config/redhat-initd %patch0 -p1 -b .init %build python setup.py build %install rm -rf %{buildroot} python setup.py install -O1 --root %{buildroot} mkdir -p %{buildroot}%{_initrddir} install -p -m 755 config/redhat-initd %{buildroot}%{_initrddir}/fail2ban mkdir -p %{buildroot}%{_sysconfdir} install -p -m 644 config/fail2ban.conf.iptables %{buildroot}%{_sysconfdir}/fail2ban.conf mkdir -p %{buildroot}%{_mandir}/man{8,5} install -p -m 644 man/fail2ban.8 %{buildroot}%{_mandir}/man8 install -p -m 644 man/fail2ban.conf.5 %{buildroot}%{_mandir}/man5 %clean rm -rf %{buildroot} %post /sbin/chkconfig --add %{name} %preun if [ $1 = 0 ]; then /sbin/service %{name} stop > /dev/null 2>&1 /sbin/chkconfig --del %{name} fi %files %defattr(-,root,root,-) %doc README TODO CHANGELOG %doc config/fail2ban.conf* %config(noreplace) %{_sysconfdir}/fail2ban.conf %{_bindir}/fail2ban %{_datadir}/fail2ban %{_initrddir}/fail2ban %{_mandir}/man8/fail2ban.8* %{_mandir}/man5/fail2ban.conf.5* %changelog * Sat Dec 30 2006 Axel Thimm - 0.6.2-3 - Remove forgotten condrestart. * Fri Dec 29 2006 Axel Thimm - 0.6.2-2 - Move /usr/lib/fail2ban to %%{_datadir}/fail2ban. - Don't default chkconfig to enabled. - Add dependencies on service/chkconfig. - Use example iptables/ssh config as default config. * Mon Dec 25 2006 Axel Thimm - 0.6.2-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fail2ban/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Dec 2006 19:11:20 -0000 1.1 +++ .cvsignore 30 Dec 2006 19:12:03 -0000 1.2 @@ -0,0 +1 @@ +fail2ban-0.6.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fail2ban/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Dec 2006 19:11:20 -0000 1.1 +++ sources 30 Dec 2006 19:12:03 -0000 1.2 @@ -0,0 +1 @@ +7c686e610f0ad7678688a1bb2cd913da fail2ban-0.6.2.tar.bz2 From fedora-extras-commits at redhat.com Sat Dec 30 19:18:57 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Sat, 30 Dec 2006 14:18:57 -0500 Subject: owners owners.list,1.2176,1.2177 Message-ID: <200612301918.kBUJIvCs023226@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23211 Modified Files: owners.list Log Message: Add fail2ban. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2176 retrieving revision 1.2177 diff -u -r1.2176 -r1.2177 --- owners.list 30 Dec 2006 19:03:50 -0000 1.2176 +++ owners.list 30 Dec 2006 19:18:26 -0000 1.2177 @@ -304,11 +304,11 @@ Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd2|Dodgin' Diamond 2 - Shoot'em up arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddclient|A client to update dynamic DNS host entries|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org|thomas at apestaart.org Fedora Extras|ddd|GUI for several command-line debuggers|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ddrescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddskk|Daredevil SKK - Simple Kana to Kanji conversion program for Emacs|petersen at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|dejavu-fonts|DejaVu Fonts|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|deltarpm|Create deltas between rpms|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|denyhosts|A script to help thwart ssh server attacks|tibbs at math.uh.edu|extras-qa at fedoraproject.org| @@ -414,6 +414,7 @@ Fedora Extras|f2py|Fortran to Python interface generator|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|factory|A C++ class library for multivariate polynomial data|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|fail2ban|Ban IPs that make too many password failures|Axel.Thimm at ATrpms.net|extras-qa at fedoraproject.org| Fedora Extras|farsight|A audio/video conferencing framework|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|fatsort|Fatsort sorts the FAT of FAT16 and FAT32 filesystems|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|fbdesk|Icon Manager for Fluxbox|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| @@ -851,8 +852,8 @@ Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|keurocalc|KEuroCalc is a universal currency converter and calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| +Fedora Extras|keurocalc|KEuroCalc is a universal currency converter and calculator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kicad|Electronic schematic diagrams and printed circuit board artwork|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| @@ -1323,6 +1324,7 @@ Fedora Extras|p7zip|Very high compression ratio file archiver|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|pachi|Pachi El Marciano - Platform Game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|padevchooser|Control applet for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| +Fedora Extras|paman|Management tool for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|alex at dalloz.de|extras-qa at fedoraproject.org|redhat-bugzilla at linuxnetz.de Fedora Extras|pam_keyring|A PAM module that executes gnome-keyring-daemon and unlocks the default keyring|denis at poolshark.org|extras-qa at fedoraproject.org|redhat at flyn.org Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|opensource at till.name|extras-qa at fedoraproject.org| @@ -1331,7 +1333,6 @@ Fedora Extras|pam_script|Allows executing scripts after opening and/or closing a session using PAM|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pam_ssh|PAM module for use with SSH keys and ssh-agent|pertusus at free.fr|extras-qa at fedoraproject.org|dmitry at butskoy.name Fedora Extras|pam_usb|PAM module for use with DSA key pairs and removable devices|dmitry at butskoy.name|extras-qa at fedoraproject.org| -Fedora Extras|paman|Management tool for PulseAudio|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|pan|A GNOME/GTK+ news reader for X|alex at dalloz.de|extras-qa at fedoraproject.org|mpeters at mac.com Fedora Extras|panelfm|Quick File Manager Applet|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|paps|Plain Text to PostScript(TM) converter|tagoh at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Dec 30 22:25:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 17:25:15 -0500 Subject: rpms/erlang/FC-6 .cvsignore, 1.6, 1.7 erlang.spec, 1.15, 1.16 sources, 1.6, 1.7 Message-ID: <200612302225.kBUMPFwE001197@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1098 Modified Files: .cvsignore erlang.spec sources Log Message: new version R11B-2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 18 May 2006 19:42:50 -0000 1.6 +++ .cvsignore 30 Dec 2006 22:24:45 -0000 1.7 @@ -1,3 +1,3 @@ -otp_src_R11B-0.tar.gz -otp_doc_html_R11B-0.tar.gz -otp_doc_man_R11B-0.tar.gz +otp_src_R11B-2.tar.gz +otp_doc_html_R11B-2.tar.gz +otp_doc_man_R11B-2.tar.gz Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- erlang.spec 28 Aug 2006 00:48:41 -0000 1.15 +++ erlang.spec 30 Dec 2006 22:24:45 -0000 1.16 @@ -1,14 +1,14 @@ Name: erlang Version: R11B -Release: 0.3%{?dist} +Release: 2.1%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages License: Erlang Public License URL: http://www.erlang.org -Source: http://www.erlang.org/download/otp_src_R11B-0.tar.gz -Source1: http://www.erlang.org/download/otp_doc_html_R11B-0.tar.gz -Source2: http://www.erlang.org/download/otp_doc_man_R11B-0.tar.gz +Source: http://www.erlang.org/download/otp_src_R11B-2.tar.gz +Source1: http://www.erlang.org/download/otp_doc_html_R11B-2.tar.gz +Source2: http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz Patch0: otp-links.patch Patch1: otp-install.patch Patch2: otp-rpath.patch @@ -43,7 +43,7 @@ %prep -%setup -q -n otp_src_R11B-0 +%setup -q -n otp_src_R11B-2 %patch0 -p1 -b .links %patch1 -p1 -b .install %patch2 -p1 -b .rpath @@ -102,6 +102,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 +- new version R11B-2 + * Mon Aug 28 2006 Gerard Milmeister - R11B-0.3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 May 2006 19:42:50 -0000 1.6 +++ sources 30 Dec 2006 22:24:45 -0000 1.7 @@ -1,3 +1,3 @@ -367d9d3ba979cd278b78d6d0393982ba otp_src_R11B-0.tar.gz -8d163f4d16c98ba2e979688842a55a9f otp_doc_html_R11B-0.tar.gz -172591538db42e81b814a77f30da4fa4 otp_doc_man_R11B-0.tar.gz +7d7cca1d2f392a8a317cb4c0bd904726 otp_src_R11B-2.tar.gz +e2c45ced77ec63b9b1dd95c8f5396f7d otp_doc_html_R11B-2.tar.gz +c81023f591c1bace836de3aa874f3c2a otp_doc_man_R11B-2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 22:27:03 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 17:27:03 -0500 Subject: rpms/erlang/devel .cvsignore, 1.6, 1.7 erlang.spec, 1.15, 1.16 sources, 1.6, 1.7 Message-ID: <200612302227.kBUMR3fm001376@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1357/devel Modified Files: .cvsignore erlang.spec sources Log Message: new version R11B-2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 18 May 2006 19:42:50 -0000 1.6 +++ .cvsignore 30 Dec 2006 22:26:33 -0000 1.7 @@ -1,3 +1,3 @@ -otp_src_R11B-0.tar.gz -otp_doc_html_R11B-0.tar.gz -otp_doc_man_R11B-0.tar.gz +otp_src_R11B-2.tar.gz +otp_doc_html_R11B-2.tar.gz +otp_doc_man_R11B-2.tar.gz Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- erlang.spec 28 Aug 2006 00:48:41 -0000 1.15 +++ erlang.spec 30 Dec 2006 22:26:33 -0000 1.16 @@ -1,14 +1,14 @@ Name: erlang Version: R11B -Release: 0.3%{?dist} +Release: 2.1%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages License: Erlang Public License URL: http://www.erlang.org -Source: http://www.erlang.org/download/otp_src_R11B-0.tar.gz -Source1: http://www.erlang.org/download/otp_doc_html_R11B-0.tar.gz -Source2: http://www.erlang.org/download/otp_doc_man_R11B-0.tar.gz +Source: http://www.erlang.org/download/otp_src_R11B-2.tar.gz +Source1: http://www.erlang.org/download/otp_doc_html_R11B-2.tar.gz +Source2: http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz Patch0: otp-links.patch Patch1: otp-install.patch Patch2: otp-rpath.patch @@ -43,7 +43,7 @@ %prep -%setup -q -n otp_src_R11B-0 +%setup -q -n otp_src_R11B-2 %patch0 -p1 -b .links %patch1 -p1 -b .install %patch2 -p1 -b .rpath @@ -102,6 +102,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 +- new version R11B-2 + * Mon Aug 28 2006 Gerard Milmeister - R11B-0.3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 18 May 2006 19:42:50 -0000 1.6 +++ sources 30 Dec 2006 22:26:33 -0000 1.7 @@ -1,3 +1,3 @@ -367d9d3ba979cd278b78d6d0393982ba otp_src_R11B-0.tar.gz -8d163f4d16c98ba2e979688842a55a9f otp_doc_html_R11B-0.tar.gz -172591538db42e81b814a77f30da4fa4 otp_doc_man_R11B-0.tar.gz +7d7cca1d2f392a8a317cb4c0bd904726 otp_src_R11B-2.tar.gz +e2c45ced77ec63b9b1dd95c8f5396f7d otp_doc_html_R11B-2.tar.gz +c81023f591c1bace836de3aa874f3c2a otp_doc_man_R11B-2.tar.gz From fedora-extras-commits at redhat.com Sat Dec 30 22:34:33 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 30 Dec 2006 17:34:33 -0500 Subject: rpms/rapidsvn/devel rapidsvn.spec,1.6,1.7 Message-ID: <200612302234.kBUMYXrT001442@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1425 Modified Files: rapidsvn.spec Log Message: Bump rev for rebuild against updated wxGTK Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rapidsvn.spec 9 Dec 2006 11:15:22 -0000 1.6 +++ rapidsvn.spec 30 Dec 2006 22:34:03 -0000 1.7 @@ -1,6 +1,6 @@ Name: rapidsvn Version: 0.9.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools @@ -139,6 +139,9 @@ %{_libdir}/libsvncpp.so %changelog +* Sat Dec 30 2006 Tim Jackson 0.9.4-3 +- Rebuild for new wxGTK + * Sat Dec 09 2006 Tim Jackson 0.9.4-2 - Nasty dist tag conflict (fc6 in devel) From fedora-extras-commits at redhat.com Sat Dec 30 23:36:42 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 30 Dec 2006 18:36:42 -0500 Subject: rpms/rapidsvn/devel rapidsvn-wx28.patch, NONE, 1.1 rapidsvn.spec, 1.7, 1.8 Message-ID: <200612302336.kBUNagtr004928@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/rapidsvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4910 Modified Files: rapidsvn.spec Added Files: rapidsvn-wx28.patch Log Message: Add patch to build against wxGTK 2.8 rapidsvn-wx28.patch: --- NEW FILE rapidsvn-wx28.patch --- Index: rapidsvn_frame.cpp =================================================================== --- rapidsvn_frame.cpp (revision 7623) +++ rapidsvn_frame.cpp (working copy) @@ -1150,7 +1150,7 @@ void RapidSvnFrame::OnColumn (wxCommandEvent & event) { - int eventId = event.m_id; + int eventId = event.GetId (); int col = 0; while (col < FileListCtrl::COL_COUNT && m->ColumnList[col].id != eventId) @@ -1192,7 +1192,7 @@ RapidSvnFrame::OnColumnSorting (wxCommandEvent & event) { // we dont want to list FileListCtrl::COL_NAME/COL_PATH/... here - int col = event.m_id - ID_ColumnSort_Name; + int col = event.GetId () - ID_ColumnSort_Name; m->listCtrl->SetSortColumn (col); m->listCtrl->SetSortAscending (true); @@ -1294,7 +1294,7 @@ void RapidSvnFrame::OnUpdateCommand (wxUpdateUIEvent & updateUIEvent) { - updateUIEvent.Enable (ValidateIDActionFlags (updateUIEvent.m_id, GetSelectionActionFlags ())); + updateUIEvent.Enable (ValidateIDActionFlags (updateUIEvent.GetId (), GetSelectionActionFlags ())); } void @@ -1514,13 +1514,13 @@ { Action* action = NULL; - if ((event.m_id >= ID_Verb_Min) && (event.m_id <= ID_Verb_Max)) + if ((event.GetId () >= ID_Verb_Min) && (event.GetId () <= ID_Verb_Max)) { - action = new ExternalProgramAction (this, event.m_id - ID_Verb_Min, false); + action = new ExternalProgramAction (this, event.GetId () - ID_Verb_Min, false); } else { - switch (event.m_id) + switch (event.GetId ()) { case ID_Explore: action = new ExternalProgramAction (this, -1, true); Index: add_action.cpp =================================================================== --- add_action.cpp (revision 7623) +++ add_action.cpp (working copy) @@ -23,12 +23,12 @@ * ==================================================================== */ +// wxWidgets +#include "wx/intl.h" + // svncpp #include "svncpp/client.hpp" -// wxWidgets -#include "wx/intl.h" - // app #include "ids.hpp" #include "add_action.hpp" Index: checkout_dlg.cpp =================================================================== --- checkout_dlg.cpp (revision 7623) +++ checkout_dlg.cpp (working copy) @@ -256,7 +256,6 @@ BEGIN_EVENT_TABLE (CheckoutDlg, wxDialog) EVT_BUTTON (ID_BUTTON_BROWSE, CheckoutDlg::OnBrowse) - EVT_BUTTON (wxID_OK, CheckoutDlg::OnOK) EVT_CHECKBOX (ID_USELATEST, CheckoutDlg::OnUseLatest) EVT_TEXT (-1, CheckoutDlg::OnText) // EVT_BUTTON (wxID_HELP, CheckoutDlg::OnHelp) Index: log_dlg.cpp =================================================================== --- log_dlg.cpp (revision 7623) +++ log_dlg.cpp (working copy) @@ -32,6 +32,7 @@ #include "wx/valgen.h" #include "wx/listctrl.h" #include "wx/splitter.h" +#include "wx/notebook.h" // svncpp Index: resolve_action.cpp =================================================================== --- resolve_action.cpp (revision 7623) +++ resolve_action.cpp (working copy) @@ -23,12 +23,12 @@ * ==================================================================== */ +// wxWidgets +#include "wx/intl.h" + // svncpp #include "svncpp/client.hpp" -// wxWidgets -#include "wx/intl.h" - // app #include "resolve_action.hpp" Index: preferences_dlg.cpp =================================================================== --- preferences_dlg.cpp (revision 7623) +++ preferences_dlg.cpp (working copy) @@ -114,9 +114,14 @@ */ bool SelectExecutable (const wxString & title, wxTextCtrl * textCtrl) { +#if wxCHECK_VERSION (2, 7, 0) + wxFileDialog dlg (this, title, wxEmptyString, wxEmptyString, _("*.*"), wxFD_OPEN); +#else wxFileDialog dlg (this, title); dlg.SetStyle (wxHIDE_READONLY | wxOPEN); +#endif + dlg.SetWildcard (EXECUTABLE_WILDCARD); dlg.SetPath (textCtrl->GetValue ()); Index: import_dlg.cpp =================================================================== --- import_dlg.cpp (revision 7623) +++ import_dlg.cpp (working copy) @@ -196,7 +196,11 @@ } } - wxDialog::OnOK(event); +#if wxCHECK_VERSION (2, 7, 0) + wxDialog::EndModal (wxID_OK); +#else + wxDialog::OnOK (event); +#endif } void Index: export_dlg.cpp =================================================================== --- export_dlg.cpp (revision 7623) +++ export_dlg.cpp (working copy) @@ -295,7 +295,6 @@ BEGIN_EVENT_TABLE (ExportDlg, wxDialog) EVT_BUTTON (ID_BUTTON_BROWSE, ExportDlg::OnBrowse) - EVT_BUTTON (wxID_OK, ExportDlg::OnOK) EVT_CHECKBOX (ID_USE_LATEST, ExportDlg::OnUseLatest) EVT_CHECKBOX (ID_NOT_SPECIFIED, ExportDlg::OnNotSpecified) EVT_COMBOBOX (ID_NATIVE_EOL, ExportDlg::OnNativeEol) Index: listener.cpp =================================================================== --- listener.cpp (revision 7623) +++ listener.cpp (working copy) @@ -253,7 +253,7 @@ void handleEvent (wxCommandEvent & event) { - switch (event.m_id) + switch (event.GetId ()) { case SIG_GET_LOG_MSG: callbackGetLogMessage (); Index: merge_dlg.cpp =================================================================== --- merge_dlg.cpp (revision 7623) +++ merge_dlg.cpp (working copy) @@ -113,7 +113,11 @@ } } - wxDialog::OnOK(event); +#if wxCHECK_VERSION (2, 7, 0) + wxDialog::EndModal (wxID_OK); +#else + wxDialog::OnOK (event); +#endif } void Index: rapidsvn.spec =================================================================== RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rapidsvn.spec 30 Dec 2006 22:34:03 -0000 1.7 +++ rapidsvn.spec 30 Dec 2006 23:36:12 -0000 1.8 @@ -1,12 +1,15 @@ Name: rapidsvn Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Graphical interface for the Subversion revision control system Group: Development/Tools License: GPL URL: http://www.rapidsvn.org/ Source0: http://rapidsvn.org/download/rapidsvn-%{version}.tar.gz + +# From http://rapidsvn.tigris.org/issues/show_bug.cgi?id=489, attachment 162 +Patch0: rapidsvn-wx28.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Has to be a manual requirement, because the library version appears to not @@ -58,6 +61,10 @@ %prep %setup -q +pushd src +%patch0 -p0 +popd + %{__cat} <rapidsvn.desktop [Desktop Entry] Encoding=UTF-8 @@ -140,6 +147,9 @@ %changelog * Sat Dec 30 2006 Tim Jackson 0.9.4-3 +- Apply patches to build against wxGTK 2.8 + +* Sat Dec 30 2006 Tim Jackson 0.9.4-3 - Rebuild for new wxGTK * Sat Dec 09 2006 Tim Jackson 0.9.4-2 From fedora-extras-commits at redhat.com Sat Dec 30 23:44:30 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 18:44:30 -0500 Subject: rpms/libprelude/FC-5 libprelude.spec,1.2,1.3 Message-ID: <200612302344.kBUNiUZd005025@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5010 Modified Files: libprelude.spec Log Message: ts: corrected x86_86 arch problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/FC-5/libprelude.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 +++ libprelude.spec 30 Dec 2006 23:44:00 -0000 1.3 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel -ExcludeArch: ia64 %description The Prelude Library is a collection of generic functions providing @@ -112,7 +111,7 @@ %{_datadir}/aclocal/libprelude.m4 %files python -%{python_sitelib}/* +%{python_sitearch}/* %files perl %defattr(0755,root,root) @@ -121,6 +120,9 @@ %changelog +* Tue Dec 30 2006 Thorsten Scherf 0.9.12-6 +- fixed x86_86 arch problem + * Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 - added ExcludeArch From fedora-extras-commits at redhat.com Sat Dec 30 23:47:30 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 18:47:30 -0500 Subject: rpms/erlang/FC-6 otp-glibc25.patch, NONE, 1.1 erlang.spec, 1.16, 1.17 otp-glibc24.patch, 1.3, NONE Message-ID: <200612302347.kBUNlUq1005149@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5131 Modified Files: erlang.spec Added Files: otp-glibc25.patch Removed Files: otp-glibc24.patch Log Message: new version R11B-2 otp-glibc25.patch: --- NEW FILE otp-glibc25.patch --- --- otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c.glibc25 2006-12-30 23:57:04.000000000 +0100 +++ otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c 2006-12-30 23:57:36.000000000 +0100 @@ -34,7 +34,7 @@ #endif #include "hipe_signal.h" -#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4) +#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4 || __GLIBC_MINOR__ == 5) /* See comment below for glibc 2.2. */ #ifndef __USE_GNU #define __USE_GNU /* to un-hide RTLD_NEXT */ Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- erlang.spec 30 Dec 2006 22:24:45 -0000 1.16 +++ erlang.spec 30 Dec 2006 23:46:59 -0000 1.17 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.1%{?dist} +Release: 2.2%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -13,6 +13,7 @@ Patch1: otp-install.patch Patch2: otp-rpath.patch Patch3: otp-sslrpath.patch +Patch4: otp-glibc25.patch Patch5: otp-run_erl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +49,7 @@ %patch1 -p1 -b .install %patch2 -p1 -b .rpath %patch3 -p1 -b .sslrpath +%patch4 -p1 -b .glibc25 %patch5 -p1 -b .run_erl @@ -102,6 +104,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 +- added patch for compiling with glibc 2.5 + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 - new version R11B-2 --- otp-glibc24.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 23:48:17 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 18:48:17 -0500 Subject: rpms/erlang/devel otp-glibc25.patch, NONE, 1.1 otp-glibc24.patch, 1.3, NONE Message-ID: <200612302348.kBUNmHVC005205@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5198/devel Added Files: otp-glibc25.patch Removed Files: otp-glibc24.patch Log Message: new version R11B-2 otp-glibc25.patch: --- NEW FILE otp-glibc25.patch --- --- otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c.glibc25 2006-12-30 23:57:04.000000000 +0100 +++ otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c 2006-12-30 23:57:36.000000000 +0100 @@ -34,7 +34,7 @@ #endif #include "hipe_signal.h" -#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4) +#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4 || __GLIBC_MINOR__ == 5) /* See comment below for glibc 2.2. */ #ifndef __USE_GNU #define __USE_GNU /* to un-hide RTLD_NEXT */ --- otp-glibc24.patch DELETED --- From fedora-extras-commits at redhat.com Sat Dec 30 23:49:11 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sat, 30 Dec 2006 18:49:11 -0500 Subject: rpms/erlang/devel erlang.spec,1.16,1.17 Message-ID: <200612302349.kBUNnBYp005237@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5220/devel Modified Files: erlang.spec Log Message: new version R11B-2 Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- erlang.spec 30 Dec 2006 22:26:33 -0000 1.16 +++ erlang.spec 30 Dec 2006 23:48:41 -0000 1.17 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.1%{?dist} +Release: 2.2%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -13,6 +13,7 @@ Patch1: otp-install.patch Patch2: otp-rpath.patch Patch3: otp-sslrpath.patch +Patch4: otp-glibc25.patch Patch5: otp-run_erl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,6 +49,7 @@ %patch1 -p1 -b .install %patch2 -p1 -b .rpath %patch3 -p1 -b .sslrpath +%patch4 -p1 -b .glibc25 %patch5 -p1 -b .run_erl @@ -102,6 +104,9 @@ %changelog +* Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 +- added patch for compiling with glibc 2.5 + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.1 - new version R11B-2 From fedora-extras-commits at redhat.com Sat Dec 30 23:57:12 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 18:57:12 -0500 Subject: rpms/libprelude/FC-6 libprelude.spec,1.2,1.3 Message-ID: <200612302357.kBUNvC6e005399@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5381 Modified Files: libprelude.spec Log Message: resolved x86_86 arch build problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/FC-6/libprelude.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libprelude.spec 30 Dec 2006 15:25:35 -0000 1.2 +++ libprelude.spec 30 Dec 2006 23:56:42 -0000 1.3 @@ -3,7 +3,7 @@ Name: libprelude Version: 0.9.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The prelude library Group: System Environment/Libraries @@ -121,14 +121,17 @@ %changelog -* Tue Dec 30 2006 Thorsten Scherf 0.9.12-5 +* Sun Dec 31 2006 Thorsten Scherf 0.9.12-6 +- resolved x86_86 arch build problem + +* Sat Dec 30 2006 Thorsten Scherf 0.9.12-5 - added ExcludeArch -* Tue Dec 29 2006 Thorsten Scherf 0.9.12-4 +* Fri Dec 29 2006 Thorsten Scherf 0.9.12-4 - resolved permission problems - added new docs -* Tue Dec 25 2006 Thorsten Scherf 0.9.12-3 +* Mon Dec 25 2006 Thorsten Scherf 0.9.12-3 - changed dir owner and preserved timestamps when building the package - resolved rpath problems From fedora-extras-commits at redhat.com Sun Dec 31 00:07:13 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sat, 30 Dec 2006 19:07:13 -0500 Subject: comps comps-fe6.xml.in,1.250,1.251 comps-fe7.xml.in,1.55,1.56 Message-ID: <200612310007.kBV07DG8008850@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8832 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: add thunar-media-tags-plugin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.250 retrieving revision 1.251 diff -u -r1.250 -r1.251 --- comps-fe6.xml.in 29 Dec 2006 10:43:00 -0000 1.250 +++ comps-fe6.xml.in 31 Dec 2006 00:06:43 -0000 1.251 @@ -1181,6 +1181,7 @@ mousepad orage Terminal + thunar-media-tags-plugin xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- comps-fe7.xml.in 29 Dec 2006 10:43:00 -0000 1.55 +++ comps-fe7.xml.in 31 Dec 2006 00:06:43 -0000 1.56 @@ -1182,6 +1182,7 @@ mousepad orage Terminal + thunar-media-tags-plugin xarchiver xfce4-battery-plugin xfce4-clipman-plugin From fedora-extras-commits at redhat.com Sun Dec 31 00:42:01 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 30 Dec 2006 19:42:01 -0500 Subject: rpms/perl-Cairo/devel .cvsignore, 1.9, 1.10 perl-Cairo.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200612310042.kBV0g1C6009107@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9083 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: Update to 1.022. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 11 Nov 2006 23:47:50 -0000 1.9 +++ .cvsignore 31 Dec 2006 00:41:31 -0000 1.10 @@ -1 +1 @@ -Cairo-1.021.tar.gz +Cairo-1.022.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Cairo.spec 11 Nov 2006 23:47:50 -0000 1.9 +++ perl-Cairo.spec 31 Dec 2006 00:41:31 -0000 1.10 @@ -5,7 +5,7 @@ # Name: perl-Cairo -Version: 1.021 +Version: 1.022 Release: 1%{?dist} Summary: Perl interface to the cairo library @@ -41,7 +41,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -62,6 +62,9 @@ %changelog +* Sun Dec 31 2006 Jose Pedro Oliveira - 1.022-1 +- Update to 1.022. + * Sat Nov 11 2006 Jose Pedro Oliveira - 1.021-1 - Update to 1.021. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Nov 2006 23:47:50 -0000 1.9 +++ sources 31 Dec 2006 00:41:31 -0000 1.10 @@ -1 +1 @@ -72696240a9ba97694209d0a0c7367b57 Cairo-1.021.tar.gz +ae4fe611f3b5d926e6cae3fae5799b2e Cairo-1.022.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 00:44:31 2006 From: fedora-extras-commits at redhat.com (Thorsten Scherf (tscherf)) Date: Sat, 30 Dec 2006 19:44:31 -0500 Subject: rpms/libprelude/FC-6 libprelude.spec,1.3,1.4 Message-ID: <200612310044.kBV0iVpf009187@cvs-int.fedora.redhat.com> Author: tscherf Update of /cvs/extras/rpms/libprelude/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9166 Modified Files: libprelude.spec Log Message: again x86_86 build problem Index: libprelude.spec =================================================================== RCS file: /cvs/extras/rpms/libprelude/FC-6/libprelude.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libprelude.spec 30 Dec 2006 23:56:42 -0000 1.3 +++ libprelude.spec 31 Dec 2006 00:44:01 -0000 1.4 @@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel, python-devel -ExcludeArch: ia64 %description The Prelude Library is a collection of generic functions providing @@ -112,7 +111,7 @@ %{_datadir}/aclocal/libprelude.m4 %files python -%{python_sitelib}/* +%{python_sitearch}/* %files perl %defattr(0755,root,root) From fedora-extras-commits at redhat.com Sun Dec 31 00:51:27 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 30 Dec 2006 19:51:27 -0500 Subject: rpms/scim-tomoe/FC-5 sources,1.3,1.4 Message-ID: <200612310051.kBV0pRsI009297@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9281 Modified Files: sources Log Message: update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2006 06:07:21 -0000 1.3 +++ sources 31 Dec 2006 00:50:57 -0000 1.4 @@ -1 +1 @@ -55bc028af137ed5f99bab4ca042219cf scim-tomoe-0.2.0.tar.gz +55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 00:59:38 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Sat, 30 Dec 2006 19:59:38 -0500 Subject: rpms/scim-tomoe/FC-5 scim-tomoe.spec,1.14,1.15 Message-ID: <200612310059.kBV0xcFU009594@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/rpms/scim-tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9579 Modified Files: scim-tomoe.spec Log Message: update to 0.4.0 Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-5/scim-tomoe.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- scim-tomoe.spec 4 Aug 2006 08:01:04 -0000 1.14 +++ scim-tomoe.spec 31 Dec 2006 00:59:08 -0000 1.15 @@ -1,14 +1,14 @@ -%define with_libstdc_preview 1 +%define with_libstdc_preview 1 Name: scim-tomoe -Version: 0.2.0 -Release: 6%{?dist}.1 +Version: 0.4.0 +Release: 1%{?dist} Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries License: GPL URL: http://scim-imengine.sourceforge.jp/ -Source0: http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scim-devel, tomoe-devel, libtomoe-gtk-devel @@ -64,14 +64,17 @@ %changelog -* Fri Aug 4 2006 Jens Petersen - 0.2.0-6.fc5.1 -- rebuild against new libstdc++so7 (#197718) +* Thu Dec 21 2006 Ryo Dairiki - 0.4.0-1 +- update to 0.4.0. -* Mon May 29 2006 Ryo Dairiki - 0.2-6 -- rebuild against new libstdc++so7 +* Fri Oct 7 2006 Ryo Dairiki - 0.2.0-6 +- fix the release number for upgrading install from FE5 to FE6. -* Sat May 20 2006 Ryo Dairiki - 0.2-5 -- rebuild against new libstdc++so7 +* Sat Sep 15 2006 Ryo Dairiki - 0.2.0-5 +- mass rebuilding. + +* Tue Apr 4 2006 Jens Petersen - 0.2.0-4 +- rebuild without libstdc++so7 * Wed Mar 1 2006 Ryo Dairiki - 0.2-3 - update to 0.2 From fedora-extras-commits at redhat.com Sun Dec 31 03:14:44 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:14:44 -0500 Subject: rpms/ScientificPython - New directory Message-ID: <200612310314.kBV3Ei1i019466@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19461/ScientificPython Log Message: Directory /cvs/extras/rpms/ScientificPython added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 03:14:45 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:14:45 -0500 Subject: rpms/ScientificPython/devel - New directory Message-ID: <200612310314.kBV3Ejrj019479@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19461/ScientificPython/devel Log Message: Directory /cvs/extras/rpms/ScientificPython/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 03:14:58 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:14:58 -0500 Subject: rpms/ScientificPython Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612310314.kBV3EwkU019515@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19509 Added Files: Makefile import.log Log Message: Setup of module ScientificPython --- NEW FILE Makefile --- # Top level Makefile for module ScientificPython all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 03:15:03 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:15:03 -0500 Subject: rpms/ScientificPython/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612310315.kBV3F3LM019530@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19509/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ScientificPython --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 03:16:15 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:16:15 -0500 Subject: rpms/ScientificPython import.log,1.1,1.2 Message-ID: <200612310316.kBV3GF76019607@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19574 Modified Files: import.log Log Message: auto-import ScientificPython-2.6-5 on branch devel from ScientificPython-2.6-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 03:14:58 -0000 1.1 +++ import.log 31 Dec 2006 03:15:45 -0000 1.2 @@ -0,0 +1 @@ +ScientificPython-2_6-5:HEAD:ScientificPython-2.6-5.src.rpm:1167535576 From fedora-extras-commits at redhat.com Sun Dec 31 03:16:15 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:16:15 -0500 Subject: rpms/ScientificPython/devel ScientificPython-netcdf-location.patch, NONE, 1.1 ScientificPython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612310316.kBV3GFC4019630@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19574/devel Modified Files: .cvsignore sources Added Files: ScientificPython-netcdf-location.patch ScientificPython.spec Log Message: auto-import ScientificPython-2.6-5 on branch devel from ScientificPython-2.6-5.src.rpm ScientificPython-netcdf-location.patch: --- NEW FILE ScientificPython-netcdf-location.patch --- --- ScientificPython-2.6-BAD/setup.py 2006-10-06 05:38:29.000000000 -0800 +++ ScientificPython-2.6/setup.py 2006-12-25 23:17:34.000000000 -0900 @@ -12,7 +12,7 @@ # If your netCDF installation is in a non-standard place, set the following # variable to the base directory, or set the environment variable # NETCDF_PREFIX before running setup.py -netcdf_prefix = None +netcdf_prefix = 'netcdf-3' class Dummy: pass @@ -43,8 +43,8 @@ ext_modules = [] else: print "Using netCDF installation in ", netcdf_prefix - netcdf_include = os.path.join(netcdf_prefix, 'include') - netcdf_lib = os.path.join(netcdf_prefix, 'lib') + netcdf_include = os.path.join('/usr/include/',netcdf_prefix) + netcdf_lib = os.path.join('/usr/lib/',netcdf_prefix) ext_modules = [Extension('Scientific_netcdf', ['Src/Scientific_netcdf.c'], include_dirs=['Include', netcdf_include] --- NEW FILE ScientificPython.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define pyver %(python -c 'import sys ; print sys.version[:3]') Name: ScientificPython Version: 2.6 Release: 5%{?dist} Summary: A collection of Python modules that are useful for scientific computing Group: Development/Languages License: CeCILL URL: http://dirac.cnrs-orleans.fr/ScientificPython/ Source0: http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-2.6.tar.gz Patch0: ScientificPython-netcdf-location.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: netcdf-devel BuildRequires: openmpi-devel BuildRequires: python-numeric Requires: python-numeric %package devel Summary: The development files for ScientificPython Group: Development/Libraries Requires: %{name} = %{version}-%{release} %package tk Summary: The tk widgets from ScientificPython Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: tkinter %package qt Summary: The Qt widgets from ScientificPython Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: PyQt %package doc Summary: Documentation and examples for ScientificPython Group: Documentation Requires: %{name} = %{version}-%{release} %description ScientificPython is a collection of Python modules that are useful for scientific computing. In this collection you will find modules that cover basic geometry (vectors, tensors, transformations, vector and tensor fields), quaternions, automatic derivatives, (linear) interpolation, polynomials, elementary statistics, nonlinear least-squares fits, unit calculations, Fortran-compatible text formatting, 3D visualization via VRML, and two Tk widgets for simple line plots and 3D wireframe models. There are also interfaces to the netCDF library (portable structured binary files), to MPI (Message Passing Interface, message-based parallel programming), and to BSPlib (Bulk Synchronous Parallel programming) %description devel This package contains the ScientificPython header files %description tk This package contains the ScientificPython Tkwidgets %description qt This package contains the ScientificPython Qtwidgets %description doc Install this package if you want the developers' documentation and examples that tell you how to program with ScientificPython. %prep %setup -q %patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT export PYINCLUDE="$RPM_BUILD_ROOT/%{_includedir}/python%{pyver}/" #cp -R %{_includedir}/python%{pyver}/* $PYINCLUDE cd Src/MPI/ cat compile.py|sed -e 's/-I/-I$PYINCLUDE -I/' > compile-new.py %{__python} compile-new.py mv mpipython $RPM_BUILD_ROOT/%{_bindir}/ cat < impipython.sh #!/bin/bash # This is a reference script provided to show you an example of how to # call the interactive parallel computing python console using mpirun. # # Here "-np X" refers to the number of processors to use for this # parallel process. To use this script you should copy this file to a # location of youyr choosing, edit the -np argument as needed for your # mpi system configuration and make this file executable. # # This file is a filepath corrected version of the impipython reference file # provided in the upstream source distribution so it will work as written on # Fedora Linux. For more information, please refer to the README.MPI # files that comes with the ScientificPython package and to the available # documentation for the mpirun executable. mpirun -np 2 %{_bindir}/mpipython %{python_sitearch}/Scientific/BSP/Console.py $* EOF cat impipython.sh %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE README Doc/CHANGELOG README.MPI README.BSP README.BSPlib Src/MPI/impipython.sh %dir %{python_sitearch}/Scientific/ %{python_sitearch}/Scientific/*.py* %{python_sitearch}/Scientific/Functions %{python_sitearch}/Scientific/Geometry %{python_sitearch}/Scientific/IO %{python_sitearch}/Scientific/linux2 %{python_sitearch}/Scientific/Physics %{python_sitearch}/Scientific/Signals %{python_sitearch}/Scientific/Statistics %{python_sitearch}/Scientific/Threading %{python_sitearch}/Scientific/use_numeric %{python_sitearch}/Scientific/Visualization %{python_sitearch}/Scientific/MPI %{python_sitearch}/Scientific/BSP %{_bindir}/bsp_virtual %{_bindir}/mpipython %files devel %defattr(-,root,root,-) %{_includedir}/python%{pyver}/Scientific/*.h %files tk %defattr(-,root,root,-) %{python_sitearch}/Scientific/TkWidgets %files qt %defattr(-,root,root,-) %{python_sitearch}/Scientific/QtWidgets %files doc %defattr(-,root,root,-) %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf %changelog * Thu Dec 28 2006 Jef Spaleta 2.6-5 - remove mpi and bsp subpackages. On more thought, - it makes more sense to have the parallel computing items - in the main package. - Added inline impipython.sh reference script - Replaces upstreams impipython reference file - This will have the correct path statements generated at - package buildtime. Still included as a doc item * Wed Dec 27 2006 Jef Spaleta 2.6-4 - move impipython to docs section of mpi subpackage - this is a script which must be editted by hand per system. - Added Doc/BSP_Tutorial.pdf to docs subpackage - Fixed description text line wrapping. * Mon Dec 25 2006 Jef Spaleta 2.6-3 - Add tk and qt subpackages - Add bsp and mpi subpackages - Requires clean-ups for all subpackages - Patch to correctly locate netcdf.a and netcdf.h * Mon Dec 25 2006 Jef Spaleta 2.6-2 - Add docs subpackage * Sun Dec 24 2006 Jef Spaleta 2.6-1 - Initial ScientificPython Package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 03:15:03 -0000 1.1 +++ .cvsignore 31 Dec 2006 03:15:45 -0000 1.2 @@ -0,0 +1 @@ +ScientificPython-2.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 03:15:03 -0000 1.1 +++ sources 31 Dec 2006 03:15:45 -0000 1.2 @@ -0,0 +1 @@ +6ebd96fc8a4e015adab2c57826d52e9f ScientificPython-2.6.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 03:25:31 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sat, 30 Dec 2006 22:25:31 -0500 Subject: owners owners.list,1.2177,1.2178 Message-ID: <200612310325.kBV3PVN0019706@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19687 Modified Files: owners.list Log Message: adding ScientificPython Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2177 retrieving revision 1.2178 diff -u -r1.2177 -r1.2178 --- owners.list 30 Dec 2006 19:18:26 -0000 1.2177 +++ owners.list 31 Dec 2006 03:25:01 -0000 1.2178 @@ -2246,6 +2246,7 @@ Fedora Extras|scalapack|A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scanbuttond|Scanner Button tools to SANE|panemade at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scanssh|Fast SSH server and open proxy scanner|jima at beer.tclug.org|extras-qa at fedoraproject.org|oliver at linux-kernel.at +Fedora Extras|ScientificPython|ScientificPython - a collection of Python modules that are useful for scientific computing|jspaleta at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|scim|Smart Common Input Method|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scim-anthy|SCIM IMEngine for Japanese input with anthy|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|scim-bridge|SCIM Bridge Gtk IM module|petersen at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 31 03:42:38 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Sat, 30 Dec 2006 22:42:38 -0500 Subject: comps comps-fe6.xml.in,1.251,1.252 comps-fe7.xml.in,1.56,1.57 Message-ID: <200612310342.kBV3gcdr019799@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19782 Modified Files: comps-fe6.xml.in comps-fe7.xml.in Log Message: Added exaile to the Sound/Audio group Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.251 retrieving revision 1.252 diff -u -r1.251 -r1.252 --- comps-fe6.xml.in 31 Dec 2006 00:06:43 -0000 1.251 +++ comps-fe6.xml.in 31 Dec 2006 03:42:08 -0000 1.252 @@ -886,6 +886,7 @@ cdlabelgen dvdisaster easytag + exaile gcdmaster gcfilms gcombust Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- comps-fe7.xml.in 31 Dec 2006 00:06:43 -0000 1.56 +++ comps-fe7.xml.in 31 Dec 2006 03:42:08 -0000 1.57 @@ -886,6 +886,7 @@ cdlabelgen dvdisaster easytag + exaile gcdmaster gcfilms gcombust From fedora-extras-commits at redhat.com Sun Dec 31 05:29:14 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Sun, 31 Dec 2006 00:29:14 -0500 Subject: rpms/openvrml/devel .cvsignore, 1.3, 1.4 openvrml.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612310529.kBV5TEfF026453@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26413/devel Modified Files: .cvsignore openvrml.spec sources Log Message: Updated to OpenVRML 0.16.3. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Nov 2006 07:33:40 -0000 1.3 +++ .cvsignore 31 Dec 2006 05:28:44 -0000 1.4 @@ -1 +1,2 @@ openvrml-0.16.2.tar.gz +openvrml-0.16.3.tar.gz Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/openvrml.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openvrml.spec 16 Dec 2006 04:23:14 -0000 1.6 +++ openvrml.spec 31 Dec 2006 05:28:44 -0000 1.7 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml -Version: 0.16.2 -Release: 2%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -149,6 +149,9 @@ %changelog +* Sun Dec 31 2006 Braden McDaniel - 0.16.3-1 +- Updated to 0.16.3. + * Fri Dec 15 2006 Braden McDaniel - 0.16.2-2 - openvrml-gtkplug: Appended "|| :" to install-info invocations. - openvrml-gtkplug: Requires(post): /sbin/install-info and Index: sources =================================================================== RCS file: /cvs/extras/rpms/openvrml/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Nov 2006 07:33:40 -0000 1.3 +++ sources 31 Dec 2006 05:28:44 -0000 1.4 @@ -1 +1,2 @@ 8f93af7603ac8ddb22897658ccedc754 openvrml-0.16.2.tar.gz +d8c66549354c55d687415781b6d10989 openvrml-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 05:29:13 2006 From: fedora-extras-commits at redhat.com (Braden McDaniel (braden)) Date: Sun, 31 Dec 2006 00:29:13 -0500 Subject: rpms/openvrml/FC-6 .cvsignore, 1.3, 1.4 openvrml.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200612310529.kBV5TDVV026448@cvs-int.fedora.redhat.com> Author: braden Update of /cvs/extras/rpms/openvrml/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26413/FC-6 Modified Files: .cvsignore openvrml.spec sources Log Message: Updated to OpenVRML 0.16.3. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Nov 2006 07:05:30 -0000 1.3 +++ .cvsignore 31 Dec 2006 05:28:43 -0000 1.4 @@ -1 +1,2 @@ openvrml-0.16.2.tar.gz +openvrml-0.16.3.tar.gz Index: openvrml.spec =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openvrml.spec 21 Dec 2006 19:02:02 -0000 1.6 +++ openvrml.spec 31 Dec 2006 05:28:43 -0000 1.7 @@ -1,7 +1,7 @@ # -*- rpm-spec -*- Name: openvrml -Version: 0.16.2 -Release: 3%{?dist} +Version: 0.16.3 +Release: 1%{?dist} Summary: VRML/X3D runtime library License: LGPL Group: System Environment/Libraries @@ -149,6 +149,9 @@ %changelog +* Sun Dec 31 2006 Braden McDaniel - 0.16.3-1 +- Updated to 0.16.3. + * Thu Dec 21 2006 Gerard Milmeister - 0.16.2-3 - Rebuild for firefox 1.5.0.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/openvrml/FC-6/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Nov 2006 07:05:30 -0000 1.3 +++ sources 31 Dec 2006 05:28:43 -0000 1.4 @@ -1 +1,2 @@ 8f93af7603ac8ddb22897658ccedc754 openvrml-0.16.2.tar.gz +d8c66549354c55d687415781b6d10989 openvrml-0.16.3.tar.gz From fedora-extras-commits at redhat.com Sun Dec 31 05:39:54 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:39:54 -0500 Subject: rpms/php-pear-Net-Sieve - New directory Message-ID: <200612310539.kBV5dsxi026521@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26517/php-pear-Net-Sieve Log Message: Directory /cvs/extras/rpms/php-pear-Net-Sieve added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 05:39:59 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:39:59 -0500 Subject: rpms/php-pear-Net-Sieve/devel - New directory Message-ID: <200612310539.kBV5dx0R026535@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26517/php-pear-Net-Sieve/devel Log Message: Directory /cvs/extras/rpms/php-pear-Net-Sieve/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 05:40:13 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:40:13 -0500 Subject: rpms/php-pear-Net-Sieve Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612310540.kBV5eDCe026564@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26558 Added Files: Makefile import.log Log Message: Setup of module php-pear-Net-Sieve --- NEW FILE Makefile --- # Top level Makefile for module php-pear-Net-Sieve all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 05:40:18 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:40:18 -0500 Subject: rpms/php-pear-Net-Sieve/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612310540.kBV5eIMR026608@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26558/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-pear-Net-Sieve --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 05:41:15 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:41:15 -0500 Subject: rpms/php-pear-Net-Sieve import.log,1.1,1.2 Message-ID: <200612310541.kBV5fFWg026687@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26657 Modified Files: import.log Log Message: auto-import php-pear-Net-Sieve-1.1.5-2 on branch devel from php-pear-Net-Sieve-1.1.5-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-pear-Net-Sieve/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 05:40:13 -0000 1.1 +++ import.log 31 Dec 2006 05:40:45 -0000 1.2 @@ -0,0 +1 @@ +php-pear-Net-Sieve-1_1_5-2:HEAD:php-pear-Net-Sieve-1.1.5-2.src.rpm:1167544278 From fedora-extras-commits at redhat.com Sun Dec 31 05:41:15 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:41:15 -0500 Subject: rpms/php-pear-Net-Sieve/devel php-pear-Net-Sieve.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612310541.kBV5fFSi026691@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-pear-Net-Sieve/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26657/devel Modified Files: .cvsignore sources Added Files: php-pear-Net-Sieve.spec Log Message: auto-import php-pear-Net-Sieve-1.1.5-2 on branch devel from php-pear-Net-Sieve-1.1.5-2.src.rpm --- NEW FILE php-pear-Net-Sieve.spec --- %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %define pear_name Net_Sieve Name: php-pear-Net-Sieve Version: 1.1.5 Release: 2%{?dist} Summary: Communication with timsieved Group: Development/Libraries License: BSD URL: http://pear.php.net/package/Net_Sieve Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 Requires: php-pear(PEAR) Requires: php-pear(Net_Socket) >= 1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} %description Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active, etc sieve scripts. %prep %setup -q -c [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml cd %{pear_name}-%{version} %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml # Move documentation #mkdir -p docdir #mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir # Clean up unnecessary files rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean rm -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{pear_name}.xml >/dev/null || : %postun if [ $1 -eq 0 ]; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} %{pear_phpdir}/Net %changelog * Sat Dec 30 2006 Brandon Holbrook 1.1.5-2 - Cleaned up spec file to latest pear template - Changed license to BSD * Fri Dec 29 2006 Brandon Holbrook 1.1.5-1 - initial RPM Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pear-Net-Sieve/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 05:40:18 -0000 1.1 +++ .cvsignore 31 Dec 2006 05:40:45 -0000 1.2 @@ -0,0 +1 @@ +Net_Sieve-1.1.5.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pear-Net-Sieve/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 05:40:18 -0000 1.1 +++ sources 31 Dec 2006 05:40:45 -0000 1.2 @@ -0,0 +1 @@ +2f0b868d5bde1742721d525233274f5a Net_Sieve-1.1.5.tgz From fedora-extras-commits at redhat.com Sun Dec 31 05:44:59 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 31 Dec 2006 00:44:59 -0500 Subject: owners owners.list,1.2178,1.2179 Message-ID: <200612310544.kBV5ixZh026789@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26773/owners Modified Files: owners.list Log Message: Added php-pear-Net-Sieve Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2178 retrieving revision 1.2179 diff -u -r1.2178 -r1.2179 --- owners.list 31 Dec 2006 03:25:01 -0000 1.2178 +++ owners.list 31 Dec 2006 05:44:27 -0000 1.2179 @@ -1926,6 +1926,7 @@ Fedora Extras|php-pear-Net-Curl|OO interface to PHP's cURL extension|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-DIME|Implements Direct Internet Message Encapsulation (DIME)|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-FTP|Provides an OO interface to the PHP FTP functions plus some additions|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| +Fedora Extras|php-pear-Net-Sieve|Provides communication to timsieved|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-SMTP|Provides an implementation of the SMTP protocol|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-Socket|Network Socket Interface|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| Fedora Extras|php-pear-Net-URL|Easy parsing of URLs|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Dec 31 07:46:05 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:05 -0500 Subject: rpms/librfid - New directory Message-ID: <200612310746.kBV7k5Ad000939@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv935/librfid Log Message: Directory /cvs/extras/rpms/librfid added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 07:46:10 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:10 -0500 Subject: rpms/librfid/devel - New directory Message-ID: <200612310746.kBV7kAbk000953@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv935/librfid/devel Log Message: Directory /cvs/extras/rpms/librfid/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 07:46:40 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:40 -0500 Subject: rpms/librfid Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612310746.kBV7kewo000982@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv976 Added Files: Makefile import.log Log Message: Setup of module librfid --- NEW FILE Makefile --- # Top level Makefile for module librfid all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 07:46:46 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:46:46 -0500 Subject: rpms/librfid/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612310746.kBV7kkGm000997@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv976/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module librfid --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 07:48:20 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:48:20 -0500 Subject: rpms/librfid import.log,1.1,1.2 Message-ID: <200612310748.kBV7mK5H001067@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1037 Modified Files: import.log Log Message: auto-import librfid-0.1.0-2 on branch devel from librfid-0.1.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/librfid/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 07:46:40 -0000 1.1 +++ import.log 31 Dec 2006 07:47:50 -0000 1.2 @@ -0,0 +1 @@ +librfid-0_1_0-2:HEAD:librfid-0.1.0-2.src.rpm:1167551894 From fedora-extras-commits at redhat.com Sun Dec 31 07:48:21 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:48:21 -0500 Subject: rpms/librfid/devel librfid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612310748.kBV7mLEe001071@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/rpms/librfid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1037/devel Modified Files: .cvsignore sources Added Files: librfid.spec Log Message: auto-import librfid-0.1.0-2 on branch devel from librfid-0.1.0-2.src.rpm --- NEW FILE librfid.spec --- Name: librfid Version: 0.1.0 Release: 2%{?dist} Summary: The librfid is a Free Software RFID library Group: System Environment/Libraries License: GPL URL: http://www.openmrtd.org/projects/librfid/ Source0: http://www.openmrtd.org/projects/librfid/files/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel %description librfid is a Free Software RFID library. It implements the PCD (reader) side protocol stack of ISO 14443 A, ISO 14443 B, ISO 15693, Mifare Ultralight and Mifare Classic. Support for iCODE and other 13.56MHz based transponders is planned. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING README TODO %{_libdir}/*.so.* %{_bindir}/librfid-tool %{_bindir}/mifare-tool %{_bindir}/send_script %files devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %changelog * Sun Dec 31 2006 Kushal Das 0.1.0-2 - docs from devel subpackage removed * Sat Dec 30 2006 Kushal Das 0.1.0-1 - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/librfid/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 07:46:45 -0000 1.1 +++ .cvsignore 31 Dec 2006 07:47:51 -0000 1.2 @@ -0,0 +1 @@ +librfid-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/librfid/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 07:46:45 -0000 1.1 +++ sources 31 Dec 2006 07:47:51 -0000 1.2 @@ -0,0 +1 @@ +695e7f30f570a08407e42ed278ca2fe3 librfid-0.1.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 07:53:33 2006 From: fedora-extras-commits at redhat.com (Kushal Das (kushal)) Date: Sun, 31 Dec 2006 02:53:33 -0500 Subject: owners owners.list,1.2179,1.2180 Message-ID: <200612310753.kBV7rX5D001143@cvs-int.fedora.redhat.com> Author: kushal Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1126/owners Modified Files: owners.list Log Message: librfid entry added Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2179 retrieving revision 1.2180 diff -u -r1.2179 -r1.2180 --- owners.list 31 Dec 2006 05:44:27 -0000 1.2179 +++ owners.list 31 Dec 2006 07:53:03 -0000 1.2180 @@ -1027,6 +1027,7 @@ Fedora Extras|libqalculate|Multi-purpose calculator library|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libreadline-java|A Java wrapper around EditLine|ifoox at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libresample|A real-time library for audio sampling rate conversion|jeff at ocjtech.us|extras-qa at fedoraproject.org| +Fedora Extras|librfid|Free Software RFID library|kushaldas at gmail.com|extras-qa at fedoraproject.org Fedora Extras|librsync|Rsync libraries|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|librx|POSIX regexp functions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com From fedora-extras-commits at redhat.com Sun Dec 31 08:04:33 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sun, 31 Dec 2006 03:04:33 -0500 Subject: rpms/ScientificPython/devel ScientificPython-netcdf-64bit-location.patch, NONE, 1.1 ScientificPython.spec, 1.1, 1.2 Message-ID: <200612310804.kBV84XUJ004465@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4429/devel Modified Files: ScientificPython.spec Added Files: ScientificPython-netcdf-64bit-location.patch Log Message: auto-import ScientificPython-2.6-6.fc7 on branch devel from ScientificPython-2.6-6.fc7.src.rpm ScientificPython-netcdf-64bit-location.patch: --- NEW FILE ScientificPython-netcdf-64bit-location.patch --- --- ScientificPython-2.6-BAD/setup.py 2006-10-06 05:38:29.000000000 -0800 +++ ScientificPython-2.6/setup.py 2006-12-25 23:17:34.000000000 -0900 @@ -12,7 +12,7 @@ # If your netCDF installation is in a non-standard place, set the following # variable to the base directory, or set the environment variable # NETCDF_PREFIX before running setup.py -netcdf_prefix = None +netcdf_prefix = 'netcdf-3' class Dummy: pass @@ -43,8 +43,8 @@ ext_modules = [] else: print "Using netCDF installation in ", netcdf_prefix - netcdf_include = os.path.join(netcdf_prefix, 'include') - netcdf_lib = os.path.join(netcdf_prefix, 'lib') + netcdf_include = os.path.join('/usr/include/',netcdf_prefix) + netcdf_lib = os.path.join('/usr/lib64/',netcdf_prefix) ext_modules = [Extension('Scientific_netcdf', ['Src/Scientific_netcdf.c'], include_dirs=['Include', netcdf_include] Index: ScientificPython.spec =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/devel/ScientificPython.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ScientificPython.spec 31 Dec 2006 03:15:45 -0000 1.1 +++ ScientificPython.spec 31 Dec 2006 08:04:03 -0000 1.2 @@ -3,7 +3,7 @@ Name: ScientificPython Version: 2.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A collection of Python modules that are useful for scientific computing Group: Development/Languages @@ -11,6 +11,7 @@ URL: http://dirac.cnrs-orleans.fr/ScientificPython/ Source0: http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-2.6.tar.gz Patch0: ScientificPython-netcdf-location.patch +Patch1: ScientificPython-netcdf-64bit-location.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -68,7 +69,11 @@ %prep %setup -q +%ifarch x86_64 +%patch1 -p1 +%else %patch0 -p1 +%endif %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -147,6 +152,9 @@ %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf %changelog +* Sat Dec 30 2006 Jef Spaleta 2.6-6 +- Correct for netcdf location patch to work with /usr/lib/lib64 + * Thu Dec 28 2006 Jef Spaleta 2.6-5 - remove mpi and bsp subpackages. On more thought, - it makes more sense to have the parallel computing items From fedora-extras-commits at redhat.com Sun Dec 31 08:04:33 2006 From: fedora-extras-commits at redhat.com (Jef Spaleta (jspaleta)) Date: Sun, 31 Dec 2006 03:04:33 -0500 Subject: rpms/ScientificPython import.log,1.2,1.3 Message-ID: <200612310804.kBV84XPq004462@cvs-int.fedora.redhat.com> Author: jspaleta Update of /cvs/extras/rpms/ScientificPython In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4429 Modified Files: import.log Log Message: auto-import ScientificPython-2.6-6.fc7 on branch devel from ScientificPython-2.6-6.fc7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ScientificPython/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 31 Dec 2006 03:15:45 -0000 1.2 +++ import.log 31 Dec 2006 08:04:03 -0000 1.3 @@ -1 +1,2 @@ ScientificPython-2_6-5:HEAD:ScientificPython-2.6-5.src.rpm:1167535576 +ScientificPython-2_6-6_fc7:HEAD:ScientificPython-2.6-6.fc7.src.rpm:1167552877 From fedora-extras-commits at redhat.com Sun Dec 31 09:10:25 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:25 -0500 Subject: fedora-updates-system/updatessystem/tests test_metadata.py, NONE, 1.1 test_controllers.py, 1.2, 1.3 test_model.py, 1.4, 1.5 Message-ID: <200612310910.kBV9AP49008343@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/tests In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/tests Modified Files: test_controllers.py test_model.py Added Files: test_metadata.py Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file ***** Error reading new file: [Errno 2] No such file or directory: 'test_metadata.py' Index: test_controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_controllers.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test_controllers.py 3 Dec 2006 19:51:57 -0000 1.2 +++ test_controllers.py 31 Dec 2006 09:10:25 -0000 1.3 @@ -1,11 +1,34 @@ # $Id$ -#import cherrypy -# +""" +import cherrypy + #from turbogears import testutil -#from updatessystem.controllers import Root +from turbogears import config, testutil, database +from updatessystem.controllers import Root +from updatessystem.model import Package, Arch, Release, PackageUpdate + +database.set_db_uri("sqlite:///:memory:") + +turbogears.update_config(configfile='dev.cfg', + modulename='updatessystem.config') + +cherrypy.root = Root() + +class TestPush(testutil.DBTest): + + def test_push(): + pkg = Package(name='foobar') + arch = Arch(name='i386', subarches=['i686', 'athlon']) + rel = Release(name='fc7', long_name='Fedora Core 7') + rel.addArch(arch) + up = PackageUpdate(nvr='mutt-1.4.2.2-4.fc7', package=pkg, release=rel, + submitter='lmacken at fedoraproject.org', + testing=True, type='security', + notes='Update notes and such') + assert up.nvr == 'mutt-1.4.2.2-4.fc7' -#cherrypy.root = Root() +""" #def test_method(): # "the index method should return a string called now" Index: test_model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/tests/test_model.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- test_model.py 7 Dec 2006 07:20:07 -0000 1.4 +++ test_model.py 31 Dec 2006 09:10:25 -0000 1.5 @@ -1,6 +1,7 @@ # $Id$ import datetime +import turbogears from turbogears import testutil, database from updatessystem.model import (Release, Package, PackageUpdate, Bugzilla, @@ -8,6 +9,10 @@ database.set_db_uri("sqlite:///:memory:") +turbogears.update_config(configfile='dev.cfg', + modulename='updatessystem.config') + + class TestRelease(testutil.DBTest): def get_model(self): return Release @@ -27,33 +32,47 @@ return PackageUpdate def test_creation(self): pkg = Package(name='foobar') - arch = Arch(name='i386', subarchs=['i686', 'athlon']) + arch = Arch(name='i386', subarches=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', codename='Bordeaux') rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', testing=True, type='security', - embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') bug = Bugzilla(bz_id=1234) cve = CVE(cve_id="CVE-2006-1234") up.addBugzilla(bug) up.addCVE(cve) + def test_filelist(self): + """ Test out the build_filelist method using a test gaim build. This + package is multilib, so we will assert those packages as well + """ + import sys + pkg = Package(name='gaim') + arch = Arch(name='i386', subarches=['i686', 'athlon']) + rel = Release(name='fc6', long_name='Fedora Core 6', + codename='Zod') + rel.addArch(arch) + up = PackageUpdate(nvr='gaim-2.0.0-0.9.beta3.fc6', package=pkg, + release=rel, submitter='lmacken at fedoraproject.org', + testing=True, type='security', + notes='Update notes and such') + + class TestComment(testutil.DBTest): def get_model(self): return Comment def test_creation(self): pkg = Package(name='foobar') - arch = Arch(name='i386', subarchs=['i686', 'athlon']) + arch = Arch(name='i386', subarches=['i686', 'athlon']) rel = Release(name='fc5', long_name='Fedora Core 5', codename='Bordeaux') rel.addArch(arch) up = PackageUpdate(nvr='foobar-1.2-3', package=pkg, release=rel, submitter='lmacken at fedoraproject.org', testing=True, type='bugfix', - embargo=datetime.datetime(2007, 8, 4, 12, 30, 45), notes='Update notes and such') comment = Comment(update=up, user='lmacken at fedoraproject.org', text='Test comment') From fedora-extras-commits at redhat.com Sun Dec 31 09:10:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:44 -0500 Subject: fedora-updates-system fedora-updates-system.spec, NONE, 1.1 README, 1.4, 1.5 dev.cfg, 1.1, 1.2 Message-ID: <200612310910.kBV9AiSM008352@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229 Modified Files: README dev.cfg Added Files: fedora-updates-system.spec Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file --- NEW FILE fedora-updates-system.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: fedora-updates-system Version: 1.0 Release: 1%{?dist} Summary: TODO Group: Applications/Internet License: GPL URL: http://fedoraproject.org/wiki/Infrastructure/UpdatesSystem Source0: Fedora-Updates-System-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: TurboGears createrepo python-TurboMail %description TODO. %prep %setup -q -n Fedora-Updates-System-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %{_bindir}/start-updatessystem.py* %{python_sitelib}/updatessystem %{python_sitelib}/Fedora_Updates_System-%{version}-py%{pyver}.egg-info %changelog * Fri Dec 29 2006 Luke Macken - 1.0-1 - Initial creation Index: README =================================================================== RCS file: /cvs/fedora/fedora-updates-system/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- README 3 Dec 2006 19:51:51 -0000 1.4 +++ README 31 Dec 2006 09:10:13 -0000 1.5 @@ -3,17 +3,31 @@ http://fedoraproject.org/wiki/Infrastructure/UpdatesSystem + Starting the development environment ==================================== - 1. Create the database tables - tg-admin sql create +(Note: all of the global settings for this project are in ./updatessystem/config/app.cfg. +All of the defaults should work fine for the development environment.) + + 1. Install the necessary software + + # yum install TurboGears python-TurboMail createrepo + + 3. Create the database tables - 2. Initialize the database - ./updatessystem/model.py + $ tg-admin sql create + + 4. Initialize the database with our distribution settings such as Releases, Arches, Multilib, etc. + + $ ./updatessystem/model.py Running the updates system test suite ===================================== All tests are stored in the 'tests' module in this project, and can be run by executing the command `nosetests` in top level of the project. + + For more information on Nose unit tests, please see: + + http://somethingaboutorange.com/mrl/projects/nose/ Index: dev.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/dev.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dev.cfg 12 Nov 2006 20:07:50 -0000 1.1 +++ dev.cfg 31 Dec 2006 09:10:13 -0000 1.2 @@ -13,7 +13,7 @@ # If you have sqlite, here's a simple default to get you started # in development -sqlobject.dburi="sqlite://%(current_dir_uri)s/devdata.sqlite" +sqlobject.dburi="notrans_sqlite://%(current_dir_uri)s/devdata.sqlite" # if you are using a database or table type without transactions From fedora-extras-commits at redhat.com Sun Dec 31 09:10:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:44 -0500 Subject: fedora-updates-system/Fedora_Updates_System.egg-info SOURCES.txt, 1.1, 1.2 Message-ID: <200612310910.kBV9Aiv0008355@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/Fedora_Updates_System.egg-info In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/Fedora_Updates_System.egg-info Modified Files: SOURCES.txt Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file Index: SOURCES.txt =================================================================== RCS file: /cvs/fedora/fedora-updates-system/Fedora_Updates_System.egg-info/SOURCES.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SOURCES.txt 12 Nov 2006 20:07:55 -0000 1.1 +++ SOURCES.txt 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,4 +1,8 @@ -README.txt +AUTHORS +LICENSE +README +dev.cfg +sample-prod.cfg setup.py start-updatessystem.py Fedora_Updates_System.egg-info/PKG-INFO @@ -9,13 +13,62 @@ Fedora_Updates_System.egg-info/requires.txt Fedora_Updates_System.egg-info/sqlobject.txt Fedora_Updates_System.egg-info/top_level.txt +updatessystem/Comet.py updatessystem/__init__.py +updatessystem/admin.py +updatessystem/buildsys.py +updatessystem/closure.py updatessystem/controllers.py updatessystem/json.py +updatessystem/mail.py +updatessystem/metadata.py updatessystem/model.py +updatessystem/modifyrepo.py +updatessystem/new.py +updatessystem/push.py updatessystem/release.py +updatessystem/rpc.py +updatessystem/tester.py +updatessystem/util.py +updatessystem/widgets.py updatessystem/config/__init__.py +updatessystem/config/app.cfg +updatessystem/config/log.cfg +updatessystem/deprecated/__init__.py +updatessystem/deprecated/biarch.py +updatessystem/jobs/__init__.py +updatessystem/static/css/layout.css +updatessystem/static/css/style.css +updatessystem/static/images/bugfix.png +updatessystem/static/images/corner-bl.png +updatessystem/static/images/corner-br.png +updatessystem/static/images/corner-tl.png +updatessystem/static/images/corner-tr.png +updatessystem/static/images/cross.png +updatessystem/static/images/enhancement.png +updatessystem/static/images/flag_green.png +updatessystem/static/images/flag_red.png +updatessystem/static/images/header-faq.png +updatessystem/static/images/header-fedora_logo.png +updatessystem/static/images/header-projects.png +updatessystem/static/images/mail-lg.png +updatessystem/static/images/nPush.png +updatessystem/static/images/null.png +updatessystem/static/images/plus.png +updatessystem/static/images/push.png +updatessystem/static/images/security.png +updatessystem/static/images/tick.png +updatessystem/static/images/wait.gif updatessystem/templates/__init__.py +updatessystem/templates/form.kid +updatessystem/templates/list.kid +updatessystem/templates/login.kid +updatessystem/templates/master.kid +updatessystem/templates/push.kid +updatessystem/templates/pushconsole.kid +updatessystem/templates/show.kid +updatessystem/templates/welcome.kid updatessystem/tests/__init__.py updatessystem/tests/test_controllers.py +updatessystem/tests/test_metadata.py updatessystem/tests/test_model.py From fedora-extras-commits at redhat.com Sun Dec 31 09:10:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:49 -0500 Subject: fedora-updates-system/updatessystem/config app.cfg, 1.3, 1.4 log.cfg, 1.1, 1.2 Message-ID: <200612310910.kBV9AnlZ008371@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/config Modified Files: app.cfg log.cfg Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file Index: app.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- app.cfg 7 Dec 2006 07:19:41 -0000 1.3 +++ app.cfg 31 Dec 2006 09:10:14 -0000 1.4 @@ -1,32 +1,55 @@ +# $Id$ +# The settings in this file should not vary depending on the deployment +# environment. dev.cfg and prod.cfg are the locations for +# the different deployment settings. Settings in this file will +# be overridden by settings in those other files. + +## +## Note: Release and Architecture settings can be found in model.py +## + [global] +## TurboMail settings +mail.on = True +mail.server = 'smtp.fedora.redhat.com' +mail.debug = True +mail.encoding = 'utf-8' + ## Mail settings -from_addr = 'updates at fedora.redhat.com' -release_team_addr = 'updates at fedora.redhat.com' -mail_server = 'mail.corp.redhat.com' +from_address = 'admin at fedoraproject.org' +release_team_address = 'lmacken at fedoraproject.org' +mailing_list = '' -# Built packages +## Built packages build_dir = '%(top_level_dir)s/../test-build' -# Where do we stage to? +## Where do we stage to? stage_dir = '%(top_level_dir)s/../updates-stage' -# Where do we push to? +## Where do we push to? push_server = "bugzilla at wallace.redhat.com" -# createrepo cache dir -createrepo_cache_dir = "/var/cache/createrepo/" +## createrepo cache dir +createrepo_cache_dir = "%(top_level_dir)s/../.createrepo_cache" -# How do we push? +## Push settings push_dir = "/var/ftp/download.fedora.redhat.com/pub/fedora/linux/core/updates/" #push_cmd = "rsync -vHrltDe ssh --delete --delete-after %s %s:%s" % (stage_dir, push_server, push_dir) +testrepo_dir = "%(top_level_dir)s/../testrepo" + +## XML-RPC Server Settings +rpc_port = 8001 + +## Bugzilla settings +bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' +#bz_default_closemsg = "%(package)s has just been released for %(release)s. If problems still persist, please make note of it in this bug report." + + +## CherryPy Sessions +session_filter.on = True -top_level_dir = "%(top_level_dir)s" -# The settings in this file should not vary depending on the deployment -# environment. dev.cfg and prod.cfg are the locations for -# the different deployment settings. Settings in this file will -# be overridden by settings in those other files. # The commented out values below are the defaults @@ -52,7 +75,7 @@ # List of Widgets to include on every page. # for exemple ['turbogears.mochikit'] -# tg.include_widgets = [] +#tg.include_widgets = ['turbogears.mochikit'] # Set to True if the scheduler should be started # tg.scheduler = False Index: log.cfg =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/log.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- log.cfg 12 Nov 2006 20:08:03 -0000 1.1 +++ log.cfg 31 Dec 2006 09:10:14 -0000 1.2 @@ -8,7 +8,8 @@ format='*(message)s' [[[full_content]]] -format='*(asctime)s *(name)s *(levelname)s *(message)s' +format='[*(name)s] *(levelname)s *(message)s' +#format='*(asctime)s *(name)s *(levelname)s *(message)s' [[handlers]] [[[debug_out]]] From fedora-extras-commits at redhat.com Sun Dec 31 09:10:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:44 -0500 Subject: fedora-updates-system/updatessystem Comet.py, NONE, 1.1 metadata.py, NONE, 1.1 buildsys.py, 1.3, 1.4 controllers.py, 1.7, 1.8 json.py, 1.2, 1.3 mail.py, 1.1, 1.2 model.py, 1.5, 1.6 new.py, 1.5, 1.6 push.py, 1.2, 1.3 release.py, 1.2, 1.3 rpc.py, 1.1, 1.2 util.py, 1.1, 1.2 Message-ID: <200612310910.kBV9AiwI008367@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem Modified Files: buildsys.py controllers.py json.py mail.py model.py new.py push.py release.py rpc.py util.py Added Files: Comet.py metadata.py Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file ***** Error reading new file: [Errno 2] No such file or directory: 'Comet.py' ***** Error reading new file: [Errno 2] No such file or directory: 'metadata.py' Index: buildsys.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/buildsys.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- buildsys.py 7 Dec 2006 07:29:47 -0000 1.3 +++ buildsys.py 31 Dec 2006 09:10:14 -0000 1.4 @@ -1,4 +1,16 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os import util @@ -32,13 +44,19 @@ """ def get_source_path(self, update): - return os.path.join(config.get('build_dir'), *util.get_nvr(update.nvr)) + """ + Return the path to the built package. For the LocalTest repository + we'll return the following: + build_dir/package/version/release + """ + build_dir = config.get('build_dir') + assert build_dir + return os.path.join(build_dir, *util.get_nvr(update.nvr)) def get_srpm_path(self, update): srpm = os.path.join(self.get_source_path(update), "src", "%s.src.rpm" % update.nvr) if not os.path.isfile(srpm): - print "Cannot find", srpm raise SRPMNotFound return srpm Index: controllers.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/controllers.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- controllers.py 7 Dec 2006 07:29:47 -0000 1.7 +++ controllers.py 31 Dec 2006 09:10:14 -0000 1.8 @@ -1,4 +1,16 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import mail import util @@ -7,12 +19,12 @@ from new import NewUpdateController, update_form from push import PushController +from admin import AdminController from model import Package, PackageUpdate, Release, Bugzilla, CVE from sqlite import IntegrityError from buildsys import SRPMNotFound from sqlobject import SQLObjectNotFound -from elementtree import ElementTree as ET -from updatessystem import json +#from updatessystem import json from turbogears import (controllers, expose, validate, redirect, identity, paginate, flash, error_handler) @@ -31,8 +43,9 @@ @expose(template="updatessystem.templates.login") def login(self, forward_url=None, previous_url=None, *args, **kw): """ - TODO: fedora account system integration + TODO: fedora account system integration """ + if not identity.current.anonymous \ and identity.was_login_attempted() \ and not identity.get_identity_errors(): @@ -83,13 +96,19 @@ flash("Update %s not found" % update) raise redirect("/list") if up.pushed: - # TODO: Removing pushed updates should essentially unpush? - # - remove from update stage - # - regenerate metadata (remove extended metadata) - # - remove from database - # - sync to mirrors - flash("Cannot delete %s; it has already been pushed" % update) + # Removing pushed updates should essentially unpush + # - remove from update stage (DONE) + # - regenerate metadata (DONE) + # - remove extended metadata TODO + # - remove from database (DONE) + # - sync to mirrors TODO + push.unpush_update(up) + push.generate_metadata(up) + up.destroySelf() + mail.send_admin('deleted', up) + flash("Deleted and unpushed %s" % update) else: + mail.send_admin('deleted', up) up.destroySelf() flash("%s deleted" % update) raise redirect("/list") @@ -109,8 +128,8 @@ 'type' : up.type, 'embargo' : up.embargo, 'notes' : up.notes, - 'bugs' : string.join([str(bug.bz_id) for bug in up.bugs]), - 'cves' : string.join([cve.cve_id for cve in up.cves]), + 'bugs' : up.get_bugstring(), + 'cves' : up.get_cvestring(), 'edited' : up.nvr } return dict(form=update_form, values=values, action='/save') @@ -132,7 +151,6 @@ package = Package.byName(name) p = PackageUpdate(package=package, release=release, submitter='FIXME', **kw) - p.build_filelist() # TODO: we should eventually put all of this stuff into a # FancyValidator for the Package field @@ -142,7 +160,8 @@ except SQLObjectNotFound: flash("Package %s not found" % name) raise redirect('/new') - except IntegrityError: + except IntegrityError, e: + log.debug(e) flash("Update for %s already exists" % kw['nvr']) raise redirect('/new') except SRPMNotFound: @@ -164,6 +183,9 @@ bz = Bugzilla.byBz_id(int(bug)) except SQLObjectNotFound: bz = Bugzilla(bz_id=int(bug)) + except ValueError: + flash("Invalid bug number") + raise redirect('/') p.addBugzilla(bz) for cve_id in cves.replace(',', ' ').split(): cve = None @@ -173,5 +195,11 @@ cve = CVE(cve_id=cve_id) p.addCVE(cve) - flash("Update successfully %s" % (edited and 'edited' or 'added')) + if edited: + flash("Update successfully edited") + mail.send_admin('edited', p) + else: + flash("Update successfully added") + mail.send_admin('new', p) + raise redirect('/show/%s' % p.nvr) Index: json.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/json.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- json.py 7 Dec 2006 07:19:41 -0000 1.2 +++ json.py 31 Dec 2006 09:10:14 -0000 1.3 @@ -8,6 +8,19 @@ # return [obj.val1, obj.val2] # The goal is to break your objects down into simple values: # lists, dicts, numbers and strings +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. from turbojson.jsonify import jsonify from turbojson.jsonify import jsonify_sqlobject Index: mail.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/mail.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mail.py 3 Dec 2006 19:51:51 -0000 1.1 +++ mail.py 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,44 +1,103 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -""" - Module to handle sending email. - - TODO: Maybe use TurboMail instead? We need to get it into extras first - http://cheeseshop.python.org/pypi/TurboMail -""" - -import smtplib +import re +import turbomail from turbogears import config -release_team = config.get('release_team_addr') +release_team = config.get('release_team_address') +from_addr = config.get('from_address') -new_update_mail = """\ -From: %(from)s -To: %(to)s -Subject: [Fedora Update] %(sec)s[push] %(package)s - -%(from)s has requested the pushing of %(package)s as a -%(testing)s update for %(release)s. - -Execute the following command to sign this package: - -%(signcmd)s - -To push this update, please go to the following URL: -http://porkchop.devel.redhat.com/fedora-updates/push.py -""" - -def send_mail(to, msg): - conn = smtplib.SMTP(config.get('mail_server', 'localhost')) - conn.sendmail(config.get('from_addr'), [to], msg) - conn.quit() - -def new_update(update): - send_mail(release_team, new_update_mail % { - 'from' : update.submitter, - 'to' : release_team, - 'sec' : (update.security) and '[SECURITY]' or '', - 'package' : update.nvr, - 'testing' : (update.testing) and 'Testing' or 'Final', - 'signcmd' : 'TODO' - }) +# this should probably go into model.PackageUpdate.__str__ +def update_str(update): + return """\ + Package: %(package)s + Type: %(type)s + Bugs: %(bugs)s + CVES: %(cves)s + Notes: %(notes)s + """ % ({ + 'package' : update.nvr, + 'type' : update.type, + 'notes' : update.notes, + 'email' : update.submitter, + 'bugs' : update.get_bugstring(), + 'cves' : update.get_cvestring() + }) + +messages = { + 'new' : { + 'subject' : '[Fedora Update] [new] %(package)s', + 'body' : """\ +%(email)s has submitted a new update for %(release)s + +%(updatestr)s +""", + 'fields' : lambda x: { + 'email' : x.submitter, + 'release' : x.release.long_name, + 'updatestr' : update_str(x) + } + }, + + 'deleted' : { + 'subject' : '[Fedora Update] [deleted] %(package)s', + 'body' : """\ +%(email)s has deleted the %(package)s update for %(release}s +""", + 'fields' : lambda x: { + 'email' : x.submitter, + 'package' : x.nvr, + 'release' : x.release.long_name + } + }, + + 'edited' : { + 'subject' : '[Fedora Update] [edited] %(package)s', + 'body' : """\ +%(email)s has edited the %(package)s update for %(release)s + +%(updatestr)s +""", + 'fields' : lambda x: { + 'package' : x.nvr, + 'email' : x.submitter, + 'release' : x.release.long_name, + 'updatestr' : update_str(x) + } + }, + + 'pushed' : { + 'subject' : '[Fedora Update] [pushed] %(package)s', + 'body' : """\ +%(package)s has been successfully pushed for %(release)s. +""", + 'fields' : lambda x: { + 'package' : x.nvr, + 'release' : x.release.long_name + } + } +} + +def send(to, msg_type, update): + """ Send an update notification email to a given recipient """ + message = turbomail.Message(from_addr, to, messages[msg_type]['subject'] % + {'package': update.nvr}) + message.plain = messages[msg_type]['body'] % \ + messages[msg_type]['fields'](update) + turbomail.enqueue(message) + +def send_admin(msg_type, update): + """ Send an update notification to the admins/release team. """ + send(release_team, msg_type, update) Index: model.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/model.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- model.py 7 Dec 2006 07:19:41 -0000 1.5 +++ model.py 31 Dec 2006 09:10:14 -0000 1.6 @@ -1,12 +1,27 @@ -#!/usr/bin/env python +#!/usr/bin/python -tt # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +import logging from sqlobject import * from datetime import datetime -from turbogears import identity +from turbogears import identity, config from turbogears.database import PackageHub +log = logging.getLogger(__name__) hub = PackageHub("updatessystem") __connection__ = hub @@ -43,7 +58,7 @@ class PackageUpdate(SQLObject): """ This class defines an update in our system. """ - nvr = UnicodeCol(notNone=True, alternateID=True) + nvr = UnicodeCol(notNone=True, alternateID=True, unique=True) date_submitted = DateTimeCol(default=datetime.now, notNone=True) date_modified = DateTimeCol(default=None) package = ForeignKey('Package') @@ -64,16 +79,37 @@ archived_mail = UnicodeCol(default=None) needs_push = BoolCol(default=False) comments = MultipleJoin('Comment', joinColumn='update_id') + + ## TODO: create File table ? filelist = PickleCol(default={}) # { 'arch' : [file1, file2, ..] } - def build_filelist(self): + def _set_nvr(self, nvr): + """ Called when the a PackageUpdate is created. Here we do some + initialization. + """ + from buildsys import SRPMNotFound + self._SO_set_nvr(nvr) + try: + self._build_filelist() + except SRPMNotFound: + log.error("Unable to build filelist for %s" % nvr) + + def get_bugstring(self): + import string + return string.join([str(bug.bz_id) for bug in self.bugs]) + + def get_cvestring(self): + import string + return string.join([cve.cve_id for cve in self.cves]) + + def _build_filelist(self): """ Build and store the filelist for this update. """ import os, util from os.path import isdir, join, basename from buildsys import buildsys - print "Building filelist" + log.debug("Building filelist for %s" % self.nvr) filelist = {} - filelist['src'] = buildsys.get_srpm_path(self) + filelist['SRPMS'] = [buildsys.get_srpm_path(self)] sourcepath = buildsys.get_source_path(self) for arch in self.release.arches: filelist[arch.name] = [] @@ -94,13 +130,12 @@ if arch in multilib.arches and \ self.release in multilib.releases: filelist[arch.name].append(join(path, file)) - print file + log.debug(" * %s" % file) except SQLObjectNotFound: continue except IndexError: - print "Unknown file:", file + log.debug("Unknown file: %s" % file) continue - print "\n", filelist self.filelist = filelist class Comment(SQLObject): @@ -116,14 +151,34 @@ class Bugzilla(SQLObject): """ Table of Bugzillas that we know about. """ - bz_id = IntCol(alternateID=True) - title = UnicodeCol(default=None) - updates = RelatedJoin("PackageUpdate") - - # TODO: automatically fetch bugzilla title upon creation + bz_id = IntCol(alternateID=True) + title = UnicodeCol(default=None) + updates = RelatedJoin("PackageUpdate") + severity = UnicodeCol(default=None) + + _bz_server = config.get("bz_server") + _default_closemsg = config.get("bz_default_closemsg") + #_bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' + #_default_closemsg = "%(package)s has been released for %(release)s. If problems still persist, please make note of it in this bug report." + + def _set_bz_id(self, bz_id): + self._SO_set_bz_id(bz_id) + #self._fetch_details() - _bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi' - _default_closemsg = "%(package)s has been released for %(release)s. If problems still persist, please make note of it in this bug report." + def _fetch_details(self): + import xmlrpclib + try: + log.debug("Fetching bugzilla title for bug #%d" % self.bz_id) + log.debug("Using bugzilla server %s" % self._bz_server) + server = xmlrpclib.Server(self._bz_server) + #me = User.by_user_name('updatesys') + #bug = server.bugzilla.getBugSimple(self.bz_id, me.email_address, + # me.password) + self.severity = bug['bug_severity'] + self.title = bug['short_desc'] + except Exception, e: + log.error("Unable to fetch Bugzilla title") + log.debug("Exception: %s" % e) def _check_security(self): """ Check if the bugzilla is a security bug: @@ -245,12 +300,14 @@ Release.dropTable(ifExists=True) Package.dropTable(ifExists=True) Arch.dropTable(ifExists=True) + Group.dropTable(ifExists=True) Multilib.dropTable(ifExists=True) hub.commit() Release.createTable(ifNotExists=True) Package.createTable(ifNotExists=True) Arch.createTable(ifNotExists=True) Multilib.createTable(ifNotExists=True) + Group.createTable(ifNotExists=True) arches = { # arch subarches @@ -266,7 +323,7 @@ 'ppc' : ['ppc64', 'ppc64iseries'] } - print "\nInitializing Arch tables" + print "Initializing Arch tables..." for arch in arches.keys(): a = Arch(name=arch, subarches=arches[arch], compatarches=biarches[arch]) print a @@ -288,10 +345,10 @@ ## Import old biarch package lists from deprecated.biarch import biarch - num_multilib = 0 - print "\nInitializing Release table..." + print "\nInitializing Release table and multilib packages..." for release in releases: + num_multilib = 0 rel = Release(name=release['name'], long_name=release['long_name'], codename=release['codename']) map(rel.addArch, release['arches']) @@ -310,7 +367,50 @@ ## TODO: Add packages from pkgdb ? print "\nAdding packages..." - pkg = Package(name='foobar') + pkg = Package(name='gaim') print pkg + ## + ## Initialize the updates-stage + ## + import os + import sys + from os.path import join, isdir + from turbogears import config + sys.path.append('/usr/share/createrepo') + import genpkgmetadata + + stage_dir = config.get('stage_dir') + print "\nInitializing the staging directory" + + def mkmetadatadir(dir): + print dir + os.mkdir(dir) + genpkgmetadata.main(['-q', str(dir)]) + + if isdir(stage_dir): + import shutil + olddir = stage_dir + '.old' + if isdir(olddir): + shutil.rmtree(olddir) + print "Moving existing stage_dir to stage_dir.old" + shutil.move(stage_dir, olddir) + + os.mkdir(stage_dir) + os.mkdir(join(stage_dir, 'testing')) + for release in Release.select(): + for status in ('', 'testing'): + dir = join(stage_dir, status, release.name[-1]) + os.mkdir(dir) + mkmetadatadir(join(dir, 'SRPMS')) + for arch in release.arches: + mkmetadatadir(join(dir, arch.name)) + mkmetadatadir(join(dir, arch.name, 'debug')) + + ## + ## Create the admin group + ## + #admin = Group(display_name='Administrators', group_name='admin') + #print "\nCreating admin group\n", admin + hub.commit() Index: new.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/new.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- new.py 7 Dec 2006 07:19:41 -0000 1.5 +++ new.py 31 Dec 2006 09:10:14 -0000 1.6 @@ -1,4 +1,16 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import util import logging @@ -10,10 +22,11 @@ error_handler, redirect) from turbogears.widgets import (WidgetsList, TextField, SingleSelectField, - CheckBox, TextArea, CalendarDatePicker, + CheckBox, TextArea, CalendarDateTimePicker, TableForm, HiddenField) log = logging.getLogger(__name__) + update_types = ('security', 'bugfix', 'enhancement') def get_releases(): @@ -25,8 +38,9 @@ validator=validators.OneOf(get_releases())) testing = CheckBox(validator=validators.Bool) type = SingleSelectField(options=update_types, - validator=validators.OneOf(update_types)) - embargo = CalendarDatePicker(validator=validators.DateConverter) + validator=validators.OneOf(update_types), + attrs={'onChange': 'newType()'}) + embargo = CalendarDateTimePicker(validator=validators.DateTimeConverter) bugs = TextField(validator=validators.String) cves = TextField(validator=validators.String) notes = TextArea(validator=validators.String) Index: push.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/push.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- push.py 7 Dec 2006 07:19:41 -0000 1.2 +++ push.py 31 Dec 2006 09:10:14 -0000 1.3 @@ -1,44 +1,174 @@ # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os +import mail import logging +import cherrypy +from Comet import comet from model import PackageUpdate from buildsys import buildsys from turbogears import controllers, expose, flash, redirect, config +from os.path import isfile, isdir, basename, join + +import sys +sys.path.append('/usr/share/createrepo') +import genpkgmetadata + log = logging.getLogger(__name__) +class RepositoryLocked(Exception): + pass + class PushController(controllers.Controller): + def __init__(self): + self.createrepo_cache = config.get('createrepo_cache_dir') + self.stage_dir = config.get('stage_dir') + self.lockfile = join(self.stage_dir, '.lock') + if isfile(self.lockfile): + log.debug("Removing stale lockfile") + self._unlock_repo() + + def _lock_repo(self): + if isfile(self.lockfile): + raise RepositoryLocked + lock = file(self.lockfile, 'w') + lock.close() + + def _unlock_repo(self): + if isfile(self.lockfile): + os.unlink(self.lockfile) + @expose(template='updatessystem.templates.push') def index(self): updates = PackageUpdate.select(PackageUpdate.q.needs_push == True) return dict(updates=updates) - @expose() - def submit(self, updates, **kw): + @expose(template='updatessystem.templates.pushconsole') + def console(self, updates, **kw): if not updates: flash("No updates selected for pushing") - redirect("/push") + raise redirect("/push") if not isinstance(updates, list): updates = [updates] - for nvr in updates: - log.debug("Pushing %s" % nvr) - update = PackageUpdate.byNvr(nvr) - self.push_update(update) + #cherrypy.response.headers['Content-Type'] = 'text/plain' + log.debug("Setting updates in session: %s" % updates) + cherrypy.session['topush'] = updates + return dict() + + @expose() + def push_updates(self): + """ + This method is called by the pushconsole template. + It returns a generator that spits out the push results. We're using + comet here, so the results will be pushed out to the client + asynchronously. + """ + @comet(content_type='text/plain') + def _do_push(): + yield "Starting push\n" + try: + self._lock_repo() + yield "Acquired lock for repository" + except RepositoryLocked: + err = "Unable to acquire lock for repository" + log.debug(err) + yield err + return + + line = '=' * 120 + for package in cherrypy.session['topush']: + update = PackageUpdate.byNvr(package) + yield "%s\nPushing %s\n%s" % (line, update.nvr, line) + try: + for output in self.push_update(update): + log.debug(output) + yield output + for output in self.generate_metadata(update): + yield output + yield "Sending notification to %s\n" % update.submitter + except Exception, e: + log.error("Exception during push: %s" % e) + yield "ERROR: Exception thrown during push: %s" % e + # TODO: enable me when we have identities working + #mail.send(update.submitter, 'pushed', update) + update.needs_push = False + update.pushed = True + self._unlock_repo() + yield "Pushing Complete!\n" + line + + return _do_push() - flash("Pushing Complete!") - redirect("/list") def get_dest_path(self, update, arch): """ Return the destination path for a given update """ - return os.path.join(config.get('stage_dir'), - update.testing and 'testing' or '', - update.release.name[-1], arch) + return join(self.stage_dir, update.testing and 'testing' or '', + update.release.name[-1], arch) def push_update(self, update): - # go through update.filelist, and push to buildsys.get_dest_path. - # TODO: should we put this logic inside of the PackageUpdate model, - # so each update knows how to push itself ? - pass + """ Go through update.filelist, and push to buildsys.get_dest_path. """ + log.debug("Pushing update %s" % update.nvr) + try: + for arch in update.filelist.keys(): + dest = self.get_dest_path(update, arch) + for file in update.filelist[arch]: + filename = basename(file) + if filename.find('debuginfo') != -1: + destfile = join(dest, 'debug', filename) + else: + destfile = join(dest, filename) + if isfile(destfile): + yield "Removing already pushed file: %s" % filename + os.unlink(destfile) + yield "Pushing %s" % (filename) + os.link(file, destfile) + except Exception, e: + yield "Caught the following exception during push: %s" % e + for msg in self.unpush_update(update): + yield msg + + def unpush_update(self, update): + """ + Remove all files for a given update that may or may not exist in the + updates stage. + """ + yield "Unpushing %s" % update.nvr + for arch in update.filelist.keys(): + deset = self.get_dest_path(update, arch) + for file in update.filelist[arch]: + destfile = join(dest, basename(file)) + if isfile(destfile): + yield "Deleting %s" % destfile + os.unlink(destfile) + + def generate_metadata(self, update): + """ Generate the repomd for all repos that this update effects """ + for arch in update.filelist.keys(): + repo = self.get_dest_path(update, arch) + cache_dir = join(self.createrepo_cache, 'fc%s-%s-%s' % + (update.release.name[-1], arch, update.testing and + 'testing' or 'final')) + yield "Generating metadata for %s" % repo + genpkgmetadata.main(['--cachedir', str(cache_dir), '-p', '-q', + str(repo)]) + debugrepo = join(repo, 'debug') + if isdir(debugrepo): + genpkgmetadata.main(['--cachedir', str(cache_dir), '-p', '-q', + str(debugrepo)]) + +## Allow us to return a generator for streamed responses +cherrypy.config.update({'/push/push_updates':{'stream_response':True}}) Index: release.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/release.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- release.py 3 Dec 2006 19:51:51 -0000 1.2 +++ release.py 31 Dec 2006 09:10:14 -0000 1.3 @@ -1,5 +1,18 @@ # $Id$ # Release information about Fedora Updates System +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. version = "1.0" @@ -7,10 +20,6 @@ # long_description = "More description about your plan" authors = "Luke Macken" email = "lmacken at fedoraproject.org" - -# copyright = "Vintage 2006 - a good year indeed" - -# if it's open source, you might want to specify these -# url = "http://yourcool.site/" -# download_url = "http://yourcool.site/download" -# license = "MIT" +copyright = "Red Hat, Inc. 2006" +url = "http://fedoraproject.org/wiki/Infrastructure/UpdatesSystem" +license = "GPL" Index: rpc.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/rpc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpc.py 3 Dec 2006 19:51:51 -0000 1.1 +++ rpc.py 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,32 +1,68 @@ -#!/usr/bin/env python +#!/usr/bin/python -tt # $Id$ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +import logging import turbogears import SocketServer import SimpleXMLRPCServer from model import PackageUpdate, Package +from threading import Thread +from turbogears import config from turbogears.database import PackageHub hub = PackageHub("updatessystem") __connection__ = hub +log = logging.getLogger(__name__) + +global rpc_instance +rpc_instance = None + class SimpleThreadedXMLRPCServer(SocketServer.ThreadingMixIn, SimpleXMLRPCServer.SimpleXMLRPCServer): pass -class UpdatesRPC: +class UpdatesRPC(Thread): - def __init__(self): + def __init__(self, root): + Thread.__init__(self) + print "UpdatesRPC.__init__" turbogears.update_config(configfile='dev.cfg', modulename='updatessystem.config') + self.root = root + self.rpc_port = config.get('rpc_port') + + @staticmethod + def get_instance(root): + """ Static method to return the singleton for our XML-RPC server """ + print "get_instance" + global rpc_instance + if not rpc_instance: + rpc_instance = UpdatesRPC(root) + rpc_instance.start() + return rpc_instance + + def run(self): + print "Starting XML-RPC server on port %d" % self.rpc_port + #log.debug("Starting XML-RPC server on port %d" % self.rpc_port) + server = SimpleThreadedXMLRPCServer(("localhost", self.rpc_port)) + server.register_instance(UpdatesRPC()) + server.serve_forever() + log.debug("UpdatesRPC thread shutting down") def submit(self, pkg, rel, bugs, cves, notes, security=False, embargo=None, testing=False): return "DONE" - -if __name__ == "__main__": - print "Starting XML-RPC server" - server = SimpleThreadedXMLRPCServer(("localhost", 8001)) - server.register_instance(UpdatesRPC()) - server.serve_forever() Index: util.py =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/util.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- util.py 22 Nov 2006 07:24:54 -0000 1.1 +++ util.py 31 Dec 2006 09:10:14 -0000 1.2 @@ -1,8 +1,42 @@ # $Id$ +# Random functions that don't fit elsewhere. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -""" - Random functions that don't fit elsewhere. -""" +def rpm_fileheader(pkgpath): + import os + import rpm + is_oldrpm = hasattr(rpm, 'opendb') + fd = os.open(pkgpath,0) + try: + if is_oldrpm: + h = rpm.headerFromPackage(fd)[0] + else: + ts = rpm.TransactionSet() + #ts.setVSFlags(~rpm._RPMVSF_NOSIGNATURES) + h = ts.hdrFromFdno(fd) + del ts + finally: + os.close(fd) + return h + +def sha1sum(file): + import sha + fd = open(file) + hash = sha.new(fd.read()) + fd.close() + return hash.hexdigest() def get_nvr(nvr): """ Return the [ name, version, release ] a given name-ver-rel. """ From fedora-extras-commits at redhat.com Sun Dec 31 09:10:50 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:50 -0500 Subject: fedora-updates-system/updatessystem/static/css layout.css,1.1,1.2 Message-ID: <200612310910.kBV9Aom9008374@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/static/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/static/css Modified Files: layout.css Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file Index: layout.css =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/static/css/layout.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- layout.css 7 Dec 2006 07:19:52 -0000 1.1 +++ layout.css 31 Dec 2006 09:10:19 -0000 1.2 @@ -351,6 +351,12 @@ border: 1px solid #4F4F4F; } +input.button { + font-size:12px; + border: 1px solid #4F4F4F; +} + + /* ** The update list (list.kid) */ @@ -426,13 +432,36 @@ } flash.div { - width: 400px; - margin: 0px auto; - height: 50px; - padding: 35px 10px 10px 55px; - background-repeat: no-repeat; - background-position: left; - font-size: 18px; - background-color: #99CC99; border: 1px solid #006633; + padding-left: 20px; +} + +/* +** Login CSS (login.kid) +*/ + +table.login { + border-collapse: collapse; + border-bottom: 1px solid #bcbcbc; + border-top: 1px solid #bcbcbc; + width: 100%; +} + + +td.login-title { + text-align: right; + vertical-align: top; + background-color: #f1f1f1; + width: 25%; + padding-top: 5px; + padding-right: 5px; + font-weight: bold; + padding: 5px; +} + +td.login-value { + text-align: left; + padding-top: 5px; + padding-left: 5px; + padding: 5px; } From fedora-extras-commits at redhat.com Sun Dec 31 09:10:55 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 31 Dec 2006 04:10:55 -0500 Subject: fedora-updates-system/updatessystem/templates pushconsole.kid, NONE, 1.1 form.kid, 1.1, 1.2 list.kid, 1.3, 1.4 push.kid, 1.1, 1.2 show.kid, 1.3, 1.4 Message-ID: <200612310910.kBV9Atwo008380@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/fedora/fedora-updates-system/updatessystem/templates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/templates Modified Files: form.kid list.kid push.kid show.kid Added Files: pushconsole.kid Log Message: - Add GPL headers - README updates - Disable transactions in our development environment - Write mail sending module using TurboMail and some other hackery - Initialize the updates-stage in our model.py - Write push code and metadata generation - Started writing the xmlrpc server code - Create rpm_fileheader and sha1sum functions in util.py - Elaborate configuration - Change logging format - Start writing a few more testcases - Wrote comet-based (async httpxmlrequest) Push Console - Add RPM spec file --- NEW FILE pushconsole.kid --- Fedora Updates

Push Console

Index: form.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/form.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- form.kid 3 Dec 2006 19:51:57 -0000 1.1 +++ form.kid 31 Dec 2006 09:10:20 -0000 1.2 @@ -6,6 +6,7 @@ +
@@ -16,5 +17,26 @@
+ + Index: list.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/list.kid,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- list.kid 7 Dec 2006 07:20:02 -0000 1.3 +++ list.kid 31 Dec 2006 09:10:20 -0000 1.4 @@ -4,7 +4,7 @@ - Fedora Update System + Fedora Updates Index: push.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/push.kid,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- push.kid 3 Dec 2006 19:51:57 -0000 1.1 +++ push.kid 31 Dec 2006 09:10:20 -0000 1.2 @@ -10,11 +10,11 @@ -
+ Index: show.kid =================================================================== RCS file: /cvs/fedora/fedora-updates-system/updatessystem/templates/show.kid,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- show.kid 7 Dec 2006 07:20:02 -0000 1.3 +++ show.kid 31 Dec 2006 09:10:20 -0000 1.4 @@ -19,7 +19,7 @@ for bug in update.bugs: bugs += bzlink % (bug.bz_id, bug.bz_id) if bug.title: - bugs += '- %s' % bug.title + bugs += '- %s
' % (bug.title) for cve in update.cves: cves += cvelink % (cve.cve_id, cve.cve_id) @@ -29,7 +29,7 @@ for item in update.filelist.items(): filelist += '%s
' % item[0] for pkg in isinstance(item[1], list) and item[1] or [item[1]]: - filelist += '%s
' % basename(pkg) + filelist += '|-- %s
' % basename(pkg) ?> @@ -43,8 +43,8 @@ ['Release', update.release.long_name], ['Testing', update.testing], ['Type', update.type], - ['Bugs', XML(bugs)], - ['CVEs', XML(cves)], + ['Bugs', (bugs) and XML(bugs) or ''], + ['CVEs', (bugs) and XML(cves) or ''], ['Embargo', update.embargo], ['Pushed', update.pushed], ['Needs Push', update.needs_push], From fedora-extras-commits at redhat.com Sun Dec 31 09:11:34 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 31 Dec 2006 04:11:34 -0500 Subject: comps comps-fe5.xml.in, 1.216, 1.217 comps-fe6.xml.in, 1.252, 1.253 comps-fe7.xml.in, 1.57, 1.58 Message-ID: <200612310911.kBV9BY43008407@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8388 Modified Files: comps-fe5.xml.in comps-fe6.xml.in comps-fe7.xml.in Log Message: add gnome-commander Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- comps-fe5.xml.in 21 Dec 2006 07:53:43 -0000 1.216 +++ comps-fe5.xml.in 31 Dec 2006 09:11:04 -0000 1.217 @@ -444,6 +444,7 @@ gnome-applet-netspeedgnome-applet-rhythmboxgnome-applet-sensors + gnome-commandergnome-theme-clearlooks-bigpackgnome-themes-extrasgnotime Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.252 retrieving revision 1.253 diff -u -r1.252 -r1.253 --- comps-fe6.xml.in 31 Dec 2006 03:42:08 -0000 1.252 +++ comps-fe6.xml.in 31 Dec 2006 09:11:04 -0000 1.253 @@ -497,6 +497,7 @@ gnome-applet-netspeedgnome-applet-sensorsgnome-applet-timer + gnome-commandergnome-theme-clearlooks-bigpackgnome-themes-extrasgnotime Index: comps-fe7.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe7.xml.in,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- comps-fe7.xml.in 31 Dec 2006 03:42:08 -0000 1.57 +++ comps-fe7.xml.in 31 Dec 2006 09:11:04 -0000 1.58 @@ -497,6 +497,7 @@ gnome-applet-netspeedgnome-applet-sensorsgnome-applet-timer + gnome-commandergnome-theme-clearlooks-bigpackgnome-themes-extrasgnotime From fedora-extras-commits at redhat.com Sun Dec 31 10:19:13 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 31 Dec 2006 05:19:13 -0500 Subject: rpms/erlang/FC-6 erlang.spec,1.17,1.18 Message-ID: <200612311019.kBVAJDfx032757@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32742 Modified Files: erlang.spec Log Message: Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- erlang.spec 30 Dec 2006 23:46:59 -0000 1.17 +++ erlang.spec 31 Dec 2006 10:18:43 -0000 1.18 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.2%{?dist} +Release: 2.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -82,6 +82,10 @@ ln -sf ../%{_lib}/erlang/bin/$file . done +# remove buildroot from installed files +cd $RPM_BUILD_ROOT/%{_libdir}/erlang +sed -i "s|$RPM_BUILD_ROOT||" erts*/bin/{erl,start} releases/RELEASES bin/{erl,start} + %clean rm -rf $RPM_BUILD_ROOT @@ -104,6 +108,9 @@ %changelog +* Sun Dec 31 2006 Gerard Milmeister - R11B-2.3 +- remove buildroot from installed files + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 - added patch for compiling with glibc 2.5 From fedora-extras-commits at redhat.com Sun Dec 31 10:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 31 Dec 2006 05:29:15 -0500 Subject: rpms/hddtemp/FC-6 hddtemp-db.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 hddtemp.spec, 1.18, 1.19 sources, 1.8, 1.9 Message-ID: <200612311029.kBVATFcV000430@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv387/FC-6 Modified Files: .cvsignore hddtemp.spec sources Added Files: hddtemp-db.patch Log Message: * Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 - Apply patches from Debian containing bunch of hddtemp.db updates and guess mode improvements for drives not in the database. hddtemp-db.patch: --- NEW FILE hddtemp-db.patch --- diff -u -r1.11 hddtemp.db --- hddtemp.db 3 May 2006 18:07:11 -0000 1.11 +++ hddtemp.db 31 Dec 2006 09:54:36 -0000 @@ -79,6 +79,8 @@ "FUJITSU MHU2100AT" 194 C "Fujitsu MHU2100AT 100GB, 8MB (4200RPM)" "FUJITSU MHV2100AT" 194 C "FUJITSU MHV2100AT" +"FUJITSU MHV2100BH" 194 C "FUJITSU MHV2100BH" +"FUJITSU MHV2060AH" 194 C "FUJITSU MHV2060AH" "FUJITSU MHV2080AH" 194 C "FUJITSU MHV2080AH" "FUJITSU MPF3204AH" 194 C "Fujitsu MPF3204AH" @@ -112,6 +114,7 @@ "HDS724040KLSA80" 194 C "Hitachi Deskstar 7K250 400GB, 7200RPM, 8MB, Serial-ATA" "HDS728080PLAT20" 194 C "Hitachi Deskstar 7K80 80GB" +"HDS722516VLSA80" 194 C "Hitachi Deskstar 7K250 160GB, 7200RPM, 8MB, SATA" "HDS722525VLSA80" 194 C "Hitachi Deskstar 7K250 250GB, 7200RPM, 8MB, SATA" "HDT7225(16|25)DLAT80" 194 C "Hitachi Deskstar T7K250 series, 7200RPM, 8MB, PATA" @@ -190,8 +193,9 @@ "MAXTOR 6L0[2468]0[LJ][1234]" 194 C "Maxtor DiamondMax Plus D740X family" "Maxtor 6L250R0" 194 C "Maxtor DiamondMax 10 250GB 16MB buffer 7200rpm" "Maxtor 6L300R0" 194 C "Maxtor DiamondMax 10 300GB 16MB 7200RPM" +"Maxtor 6V(25|30)0F0" 194 C "Maxtor DiamondMax 10 SATA II 16MB 7200RPM" "Maxtor 6Y(06|08|12|16|20|25)0[LPM]0" 194 C "Maxtor DiamondMax Plus 9" -"Maxtor 7L300R0" 194 C "Maxtor 7L300R0 MaxLine+III 300GB 7200rpm" +"Maxtor 7[LV](25|30)0[RSF]0" 194 C "Maxtor MaxLineIII 250/300GB" "Maxtor 7Y250[PM]0" 194 C "Maxtor MaXLine Plus II 250GB 7200RPM" "Maxtor 94098U8" 11 C "Maxtor DiamondMax 40 94098U8" @@ -214,7 +218,9 @@ # somenone reported a problem with the SP8004H which reports a temperature # 10?C below the ambient temperature "SAMSUNG HA(200|250)JC" 194 C "Samsung SpinPoint V120CE series" +"SAMSUNG HD160JJ" 194 C "Samsung SpinPoint P series (7200RPM, 8MB cache)" "SAMSUNG HD300LD" 194 C "Samsung SpinPoint M series (7200RPM, 8MB cache)" +"SAMSUNG HD300LJ" 194 C "Samsung SpinPoint T series" "SAMSUNG MP0(302|402|603|804)H" 194 C "Samsung SpinPoint M40 2.5inch" "SAMSUNG SW0434A" 0 C "Samsung SW0434A" "SAMSUNG SP(2001|4002|6003|8004|40A2)H" 194 C "Samsung SpinPoint P40 serie" @@ -261,6 +267,7 @@ "ST340014A" 194 C "Seagate Barracuda 7200.7 40Gb" "ST340015A" 194 C "Seagate Barracuda 5400.1 40GB" "ST340016A" 194 C "Seagate ST340016A" +"ST3400633(A|AS)" 194 C "Seagate Barracuda 7200.9 400 GB" "ST340810A" 194 C "Seagate U Series 40810 (40Gb, Ultra ATA/100, 5400 rpm)" "ST340823A" 194 C "Seagate U Series 5 40823" "ST340824A" 194 C "Seagate Barracuda III" @@ -285,17 +292,25 @@ "ST3120026A" 194 C "Seagate Barracuda V ST3120026A" "ST3160021A" 194 C "Seagate Barracuda 7200.7 - ST3160021A" "ST3160023(A|AS)" 194 C "Seagate Barracuda V ST3160023A and AS (160Gb, ATA100 or Serial ATA)" +"ST316081[12](A|AS)" 194 C "Seagate Barracuda 7200.9 160GB" "ST3160827AS" 194 C "Seagate Barracuda 7200.7 160GB (Serial ATA)" "ST3200021A" 194 C "Seagate Barracuda 7200.7 Plus 200GB" +"ST3200[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 200GB" "ST3200822(A|AS)" 194 C "Seagate Barracuda 7200.7 Plus 200GB (PATA or SATA)" -"ST3200826A" 194 C "Seagate Barracuda 7200.8 200Gb" +"ST3200826A" 194 C "Seagate Barracuda 7200.8 200GB" "ST3250623A" 194 C "Seagate Barracuda 7200.16 250GB" +"ST3250624AS" 194 C "Seagate Barracuda 7200.9 250GB SATA" +"ST3250624NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" "ST3250823A" 194 C "Seagate Barracuda 7200.8 250GB" -"ST3250823A" 194 C "Seagate Barracuda 7200.7 Plus 250GB" "ST3250823NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" +"ST3300[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 300GB" "ST3300831A" 194 C "Seagate 300GB ST3300831A" +"ST3320[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 320GB" +"ST3400[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 400GB" "ST3400832A" 194 C "Seagate Barracuda 7200.8 Plus 400GB" -"ST3802110A" 194 C "Seagate Barracuda 7200.9 80 GB" +"ST3500[68]30(A|AS)" 194 C "Seagate Barracuda 7200.10 500GB" +"ST3750[68]40(A|AS)" 194 C "Seagate Barracuda 7200.10 750GB" +"ST380[28]110(A|AS)" 194 C "Seagate Barracuda 7200.9 80 GB" "ST910021A" 194 C "Seagate Momentus 7200.1 100GB" "ST9100823A" 194 C "Seagate Momentus 5400.2 100GB" "ST9120821A" 194 C "Seagate Momentus 5400.2 120GB" @@ -306,6 +321,7 @@ "ST960822A" 194 C "Seagate Momentus 5400.2 60GB" "ST96812AS" 194 C "Seagate Momentus 5400.2 60GB SATA" "ST9808211A" 194 C "Seagate Momentus 5400.2 80GB" +"ST98823AS" 194 C "Seagate Momentus 5400.2 80GB SATA" ######################################## @@ -313,6 +329,7 @@ ######################################## "MK4313MAT" 220 C "Toshiba MK4313MAT" "TOSHIBA MK1032GAX" 194 C "Toshiba MK1032GAX" +"TOSHIBA MK1032GSX" 194 C "Toshiba MK1032GSX" "TOSHIBA MK1517GAP" 0 C "Toshiba MK1517GAP" "TOSHIBA MK2018GAS" 226 F "Toshiba MK2018GAS" "TOSHIBA MK2023GAS" 194 C "Toshiba MK2023GAS" @@ -333,6 +350,7 @@ "TOSHIBA MK6026GAX" 194 C "Toshiba MK6026GAX" "TOSHIBA MK8025GAS" 194 C "Toshiba MK8025GAS" "TOSHIBA MK8026GAX" 194 C "Toshiba MK8026GAX" +"TOSHIBA MK8032GSX" 194 C "Toshiba MK8032GSX" "MK4025GAS" 194 C "Toshiba MK4025GAS" @@ -353,7 +371,7 @@ "WDC WD300BB-00CAA0" 0 C "Western Digital WD300BB" "WDC WD360GD-00FNA0" 194 C "Western Digital SATA Raptor 36.7GB" "WDC WD400BB-00CAA0" 0 C "Western Digital 400BB-00CAA0" -"WDC WD400BB-00J[KH]A0" 194 C "Western Digital Caviar WD400BB" +"WDC WD400BB-00[DJ][KH]A0" 194 C "Western Digital Caviar WD400BB" "WDC WD400BB-23JHC0" 194 C "Western Digital 23JHC0" #"WDC WD400BB-00GFA0" 0 C "" "WDC WD400BB-55HEA0" 194 C "Western Digital Caviar WD400BB" @@ -372,7 +390,7 @@ "WDC WD600VE-75HDT0" 194 C "Western Digital 600VE-75HDT0" "WDC WD600VE-00HDT0" 194 C "Western Digital 600VE-00HDT0" "WDC WD740GD-00FL21.0" 194 C "Western Digital SATA Raptor" -"WDC WD740GD-([05]0FL[AC]0|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" +"WDC WD740GD-([05]0FL[AC][01]|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" "WDC WD800BB-00CAA1" 0 C "Western Digital WD800BB-00CAA1" "WDC WD800BB-(00|22)DKA0" 194 C "Western Digital WD800BB 80 Go" "WDC WD800BB-32CCB0" 194 C "Western Digital 800BB-32CCB0" @@ -384,29 +402,35 @@ "WDC WD800JB-00CRA1" 0 C "Western Digital Caviar WD800JB" "WDC WD800JB-00(ET|FM|FS)A0" 194 C "Western Digital Caviar 80GB Special Edition 8MB" "WDC WD800JB-00JJ[AC]0" 194 C "Western Digital WD800JB" -"WDC WD800JD-(00|55)(HK|JR)A0" 194 C "Western Digital SATA 80GB, 8MB Cache" +"WDC WD800JD-(00|55|75)(HK|JR|JN)[AC]0" 194 C "Western Digital SATA 80GB, 8MB Cache" "WDC WD800LB-(00|55)DNA0" 194 C "Western Digital Caviar WD800LB 80 Go ATA-100" "WDC WD800VE-07HDT0" 194 C "Western Digital 800VE-07HDT0" "WDC WD1200BB-00(FTA|GUA)0" 194 C "Western Digital Caviar EIDE 2MB Cache" -"WDC WD1200JB-00(EV|FU|GV)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" +"WDC WD1200JB-00(EV|FU|GV|RE)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" "WDC WD1200JB-22GVA0" 194 C "Western Digital Caviar 120GB" -"WDC WD1200JD-00(GBB|HBC)0" 194 C "Western Digital WD1200JD" +"WDC WD1200JD-00(GBB|HBC|FYB)0" 194 C "Western Digital WD1200JD" "WDC WD1200LB-55EDA0" 194 C "Western Digital WD1220LB" "WDC WD1200SB-01KB[AC]0" 194 C "Western Digital Caviar RE (Raid Edition) 120 GB" +"WDC WD1500ADFD-00NLR0" 194 C "Western Digital SATA Raptor 150GB 16MB" "WDC WD1600BB-00DWA0" 194 C "Western Digital Caviar WD1600BB" "WDC WD1600JB-(00EV|00FU|00GV|75GV)A0" 194 C "Western Digital Caviar 160GB Special Edition 8MB" "WDC WD2000BB-00FTA0" 194 C "Western Digital WD2000BB" "WDC WD2000JB-(00EV|32EV|34EV|00FU|00GV|55GV|98GV|00KF)A0" 194 C "Western Digital Caviar 200GB Special Edition 8MB" "WDC WD2000JB-00GVC0" 194 C "Western Digital WD2000JB" +"WDC WD2000JD-00FYB0" 194 C "Western Digital WD2000JD" "WDC WD2500JB-(00RE|00EV|00FU|32FU|00GV|55GV)A0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500JB-00GVC0" 194 C "Western Digital 250GB" -"WDC WD2500JD-(00G|32H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" +"WDC WD2500JD-(00G|32H|75H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" "WDC WD2500JD-40HBC0" 194 C "Western Digital WD2500JD-40HBC0" "WDC WD2500PB-98FBA0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500PD-00FZB1" 194 C "Western Digital WD2500PD-00FZB1" "WDC WD2500SD-01KCB0" 194 C "Western Digital Caviar RE 250GB 8MB" +"WDC WD2500KS-00MJB0" 194 C "Western Digital Caviar SE16 250GB 16MB" +"WDC WD2500YD-01NVB1" 194 C "Western Digital Caviar RE 250GB 16MB" "WDC WD3000JB-00KFA0" 194 C "Western Digital WD3000JB" "WDC WD3200JB-00KFA0" 194 C "Western Digital Caviar 320GB 8MB" +"WDC WD3200KS-00PFB0" 194 C "Western Digital Caviar 320GB 16MB" +"WDC WD3200SD-01KNB0" 194 C "Western Digital Caviar RE 320GB SATA 8MB" "WDC WD4000KD-00NAB0" 194 C "Western Digital Caviar SE16 400GB 16MB" "WDC WD4000YR-01PLB0" 194 C "Western Digital Caviar RE2 400GB 16MB" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hddtemp/FC-6/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 May 2006 18:07:11 -0000 1.7 +++ .cvsignore 31 Dec 2006 10:28:45 -0000 1.8 @@ -1 +1,2 @@ hddtemp-0.3-beta15.tar.bz2 +hddtemp_0.3-beta15-33.diff.gz Index: hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/hddtemp/FC-6/hddtemp.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hddtemp.spec 29 Aug 2006 21:17:43 -0000 1.18 +++ hddtemp.spec 31 Dec 2006 10:28:45 -0000 1.19 @@ -2,7 +2,7 @@ Name: hddtemp Version: 0.3 -Release: 0.9.%{beta}%{?dist} +Release: 0.10.%{beta}%{?dist} Summary: Hard disk temperature tool Group: Applications/System @@ -14,9 +14,10 @@ Source3: %{name}.sysconfig Source4: %{name}.pam Source5: %{name}.consoleapp +Patch0: %{name}-db.patch +Patch1: http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-33.diff.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{__perl} BuildRequires: gettext Requires: /sbin/chkconfig Requires: %{_bindir}/consolehelper @@ -28,13 +29,16 @@ %prep %setup -q -n %{name}-%{version}-%{beta} -cp -p %{SOURCE2} ./hddtemp.init -%{__perl} -pi -e \ - 's|__ETCDIR__|%{_sysconfdir}|g ; - s|__SBINDIR__|%{_sbindir}|g ; - s|__INITDIR__|%{_initrddir}|g ; - s|__LOCKDIR__|%{_localstatedir}/lock|g' \ - hddtemp.init +cp -p %{SOURCE1} ./hddtemp.db +%patch0 -p0 +%patch1 -p1 +sed -i -e s/Celius/Celsius/g src/hddtemp.c po/*.po* +sed -i -e 's|/etc/hddtemp.db|/usr/share/misc/hddtemp.db|' doc/hddtemp.8 +sed -e 's|__ETCDIR__|%{_sysconfdir}|g' \ + -e 's|__SBINDIR__|%{_sbindir}|g' \ + -e 's|__INITDIR__|%{_initrddir}|g' \ + -e 's|__LOCKDIR__|%{_localstatedir}/lock|g' \ + %{SOURCE2} > hddtemp.init chmod -x contribs/analyze/* rm COPYING ; cp -p GPL-2 COPYING @@ -47,27 +51,27 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db +install -Dpm 644 hddtemp.db $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db install -Dpm 755 hddtemp.init $RPM_BUILD_ROOT%{_initrddir}/hddtemp install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/hddtemp install -dm 755 $RPM_BUILD_ROOT%{_bindir} ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/hddtemp install -Dpm 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/hddtemp install -Dpm 644 %{SOURCE5} \ - $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp + $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp %find_lang %{name} %post /sbin/chkconfig --add hddtemp -if [ $1 -gt 1 ]; then - %{_initrddir}/hddtemp try-restart >/dev/null || : +if [ $1 -gt 1 ] ; then + %{_initrddir}/hddtemp try-restart >/dev/null || : fi %preun -if [ $1 -eq 0 ]; then - %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : - /sbin/chkconfig --del hddtemp +if [ $1 -eq 0 ] ; then + %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : + /sbin/chkconfig --del hddtemp fi @@ -89,6 +93,10 @@ %changelog +* Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 +- Apply patches from Debian containing bunch of hddtemp.db updates and + guess mode improvements for drives not in the database. + * Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/hddtemp/FC-6/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 May 2006 18:07:11 -0000 1.8 +++ sources 31 Dec 2006 10:28:45 -0000 1.9 @@ -1 +1,2 @@ 8b829339e1ae9df701684ec239021bb8 hddtemp-0.3-beta15.tar.bz2 +ca2f01fd533ec8130d96b46d244f1204 hddtemp_0.3-beta15-33.diff.gz From fedora-extras-commits at redhat.com Sun Dec 31 10:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 31 Dec 2006 05:29:15 -0500 Subject: rpms/hddtemp/devel hddtemp-db.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 hddtemp.spec, 1.18, 1.19 sources, 1.8, 1.9 Message-ID: <200612311029.kBVATFKk000435@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv387/devel Modified Files: .cvsignore hddtemp.spec sources Added Files: hddtemp-db.patch Log Message: * Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 - Apply patches from Debian containing bunch of hddtemp.db updates and guess mode improvements for drives not in the database. hddtemp-db.patch: --- NEW FILE hddtemp-db.patch --- diff -u -r1.11 hddtemp.db --- hddtemp.db 3 May 2006 18:07:11 -0000 1.11 +++ hddtemp.db 31 Dec 2006 09:54:36 -0000 @@ -79,6 +79,8 @@ "FUJITSU MHU2100AT" 194 C "Fujitsu MHU2100AT 100GB, 8MB (4200RPM)" "FUJITSU MHV2100AT" 194 C "FUJITSU MHV2100AT" +"FUJITSU MHV2100BH" 194 C "FUJITSU MHV2100BH" +"FUJITSU MHV2060AH" 194 C "FUJITSU MHV2060AH" "FUJITSU MHV2080AH" 194 C "FUJITSU MHV2080AH" "FUJITSU MPF3204AH" 194 C "Fujitsu MPF3204AH" @@ -112,6 +114,7 @@ "HDS724040KLSA80" 194 C "Hitachi Deskstar 7K250 400GB, 7200RPM, 8MB, Serial-ATA" "HDS728080PLAT20" 194 C "Hitachi Deskstar 7K80 80GB" +"HDS722516VLSA80" 194 C "Hitachi Deskstar 7K250 160GB, 7200RPM, 8MB, SATA" "HDS722525VLSA80" 194 C "Hitachi Deskstar 7K250 250GB, 7200RPM, 8MB, SATA" "HDT7225(16|25)DLAT80" 194 C "Hitachi Deskstar T7K250 series, 7200RPM, 8MB, PATA" @@ -190,8 +193,9 @@ "MAXTOR 6L0[2468]0[LJ][1234]" 194 C "Maxtor DiamondMax Plus D740X family" "Maxtor 6L250R0" 194 C "Maxtor DiamondMax 10 250GB 16MB buffer 7200rpm" "Maxtor 6L300R0" 194 C "Maxtor DiamondMax 10 300GB 16MB 7200RPM" +"Maxtor 6V(25|30)0F0" 194 C "Maxtor DiamondMax 10 SATA II 16MB 7200RPM" "Maxtor 6Y(06|08|12|16|20|25)0[LPM]0" 194 C "Maxtor DiamondMax Plus 9" -"Maxtor 7L300R0" 194 C "Maxtor 7L300R0 MaxLine+III 300GB 7200rpm" +"Maxtor 7[LV](25|30)0[RSF]0" 194 C "Maxtor MaxLineIII 250/300GB" "Maxtor 7Y250[PM]0" 194 C "Maxtor MaXLine Plus II 250GB 7200RPM" "Maxtor 94098U8" 11 C "Maxtor DiamondMax 40 94098U8" @@ -214,7 +218,9 @@ # somenone reported a problem with the SP8004H which reports a temperature # 10?C below the ambient temperature "SAMSUNG HA(200|250)JC" 194 C "Samsung SpinPoint V120CE series" +"SAMSUNG HD160JJ" 194 C "Samsung SpinPoint P series (7200RPM, 8MB cache)" "SAMSUNG HD300LD" 194 C "Samsung SpinPoint M series (7200RPM, 8MB cache)" +"SAMSUNG HD300LJ" 194 C "Samsung SpinPoint T series" "SAMSUNG MP0(302|402|603|804)H" 194 C "Samsung SpinPoint M40 2.5inch" "SAMSUNG SW0434A" 0 C "Samsung SW0434A" "SAMSUNG SP(2001|4002|6003|8004|40A2)H" 194 C "Samsung SpinPoint P40 serie" @@ -261,6 +267,7 @@ "ST340014A" 194 C "Seagate Barracuda 7200.7 40Gb" "ST340015A" 194 C "Seagate Barracuda 5400.1 40GB" "ST340016A" 194 C "Seagate ST340016A" +"ST3400633(A|AS)" 194 C "Seagate Barracuda 7200.9 400 GB" "ST340810A" 194 C "Seagate U Series 40810 (40Gb, Ultra ATA/100, 5400 rpm)" "ST340823A" 194 C "Seagate U Series 5 40823" "ST340824A" 194 C "Seagate Barracuda III" @@ -285,17 +292,25 @@ "ST3120026A" 194 C "Seagate Barracuda V ST3120026A" "ST3160021A" 194 C "Seagate Barracuda 7200.7 - ST3160021A" "ST3160023(A|AS)" 194 C "Seagate Barracuda V ST3160023A and AS (160Gb, ATA100 or Serial ATA)" +"ST316081[12](A|AS)" 194 C "Seagate Barracuda 7200.9 160GB" "ST3160827AS" 194 C "Seagate Barracuda 7200.7 160GB (Serial ATA)" "ST3200021A" 194 C "Seagate Barracuda 7200.7 Plus 200GB" +"ST3200[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 200GB" "ST3200822(A|AS)" 194 C "Seagate Barracuda 7200.7 Plus 200GB (PATA or SATA)" -"ST3200826A" 194 C "Seagate Barracuda 7200.8 200Gb" +"ST3200826A" 194 C "Seagate Barracuda 7200.8 200GB" "ST3250623A" 194 C "Seagate Barracuda 7200.16 250GB" +"ST3250624AS" 194 C "Seagate Barracuda 7200.9 250GB SATA" +"ST3250624NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" "ST3250823A" 194 C "Seagate Barracuda 7200.8 250GB" -"ST3250823A" 194 C "Seagate Barracuda 7200.7 Plus 250GB" "ST3250823NS" 194 C "Seagate NL35 SATA (RAID-Edition) 7200 250GB" +"ST3300[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 300GB" "ST3300831A" 194 C "Seagate 300GB ST3300831A" +"ST3320[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 320GB" +"ST3400[68]20(A|AS)" 194 C "Seagate Barracuda 7200.10 400GB" "ST3400832A" 194 C "Seagate Barracuda 7200.8 Plus 400GB" -"ST3802110A" 194 C "Seagate Barracuda 7200.9 80 GB" +"ST3500[68]30(A|AS)" 194 C "Seagate Barracuda 7200.10 500GB" +"ST3750[68]40(A|AS)" 194 C "Seagate Barracuda 7200.10 750GB" +"ST380[28]110(A|AS)" 194 C "Seagate Barracuda 7200.9 80 GB" "ST910021A" 194 C "Seagate Momentus 7200.1 100GB" "ST9100823A" 194 C "Seagate Momentus 5400.2 100GB" "ST9120821A" 194 C "Seagate Momentus 5400.2 120GB" @@ -306,6 +321,7 @@ "ST960822A" 194 C "Seagate Momentus 5400.2 60GB" "ST96812AS" 194 C "Seagate Momentus 5400.2 60GB SATA" "ST9808211A" 194 C "Seagate Momentus 5400.2 80GB" +"ST98823AS" 194 C "Seagate Momentus 5400.2 80GB SATA" ######################################## @@ -313,6 +329,7 @@ ######################################## "MK4313MAT" 220 C "Toshiba MK4313MAT" "TOSHIBA MK1032GAX" 194 C "Toshiba MK1032GAX" +"TOSHIBA MK1032GSX" 194 C "Toshiba MK1032GSX" "TOSHIBA MK1517GAP" 0 C "Toshiba MK1517GAP" "TOSHIBA MK2018GAS" 226 F "Toshiba MK2018GAS" "TOSHIBA MK2023GAS" 194 C "Toshiba MK2023GAS" @@ -333,6 +350,7 @@ "TOSHIBA MK6026GAX" 194 C "Toshiba MK6026GAX" "TOSHIBA MK8025GAS" 194 C "Toshiba MK8025GAS" "TOSHIBA MK8026GAX" 194 C "Toshiba MK8026GAX" +"TOSHIBA MK8032GSX" 194 C "Toshiba MK8032GSX" "MK4025GAS" 194 C "Toshiba MK4025GAS" @@ -353,7 +371,7 @@ "WDC WD300BB-00CAA0" 0 C "Western Digital WD300BB" "WDC WD360GD-00FNA0" 194 C "Western Digital SATA Raptor 36.7GB" "WDC WD400BB-00CAA0" 0 C "Western Digital 400BB-00CAA0" -"WDC WD400BB-00J[KH]A0" 194 C "Western Digital Caviar WD400BB" +"WDC WD400BB-00[DJ][KH]A0" 194 C "Western Digital Caviar WD400BB" "WDC WD400BB-23JHC0" 194 C "Western Digital 23JHC0" #"WDC WD400BB-00GFA0" 0 C "" "WDC WD400BB-55HEA0" 194 C "Western Digital Caviar WD400BB" @@ -372,7 +390,7 @@ "WDC WD600VE-75HDT0" 194 C "Western Digital 600VE-75HDT0" "WDC WD600VE-00HDT0" 194 C "Western Digital 600VE-00HDT0" "WDC WD740GD-00FL21.0" 194 C "Western Digital SATA Raptor" -"WDC WD740GD-([05]0FL[AC]0|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" +"WDC WD740GD-([05]0FL[AC][01]|75FLA1)" 194 C "Western Digital SATA Raptor 74GB 8MB" "WDC WD800BB-00CAA1" 0 C "Western Digital WD800BB-00CAA1" "WDC WD800BB-(00|22)DKA0" 194 C "Western Digital WD800BB 80 Go" "WDC WD800BB-32CCB0" 194 C "Western Digital 800BB-32CCB0" @@ -384,29 +402,35 @@ "WDC WD800JB-00CRA1" 0 C "Western Digital Caviar WD800JB" "WDC WD800JB-00(ET|FM|FS)A0" 194 C "Western Digital Caviar 80GB Special Edition 8MB" "WDC WD800JB-00JJ[AC]0" 194 C "Western Digital WD800JB" -"WDC WD800JD-(00|55)(HK|JR)A0" 194 C "Western Digital SATA 80GB, 8MB Cache" +"WDC WD800JD-(00|55|75)(HK|JR|JN)[AC]0" 194 C "Western Digital SATA 80GB, 8MB Cache" "WDC WD800LB-(00|55)DNA0" 194 C "Western Digital Caviar WD800LB 80 Go ATA-100" "WDC WD800VE-07HDT0" 194 C "Western Digital 800VE-07HDT0" "WDC WD1200BB-00(FTA|GUA)0" 194 C "Western Digital Caviar EIDE 2MB Cache" -"WDC WD1200JB-00(EV|FU|GV)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" +"WDC WD1200JB-00(EV|FU|GV|RE)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB" "WDC WD1200JB-22GVA0" 194 C "Western Digital Caviar 120GB" -"WDC WD1200JD-00(GBB|HBC)0" 194 C "Western Digital WD1200JD" +"WDC WD1200JD-00(GBB|HBC|FYB)0" 194 C "Western Digital WD1200JD" "WDC WD1200LB-55EDA0" 194 C "Western Digital WD1220LB" "WDC WD1200SB-01KB[AC]0" 194 C "Western Digital Caviar RE (Raid Edition) 120 GB" +"WDC WD1500ADFD-00NLR0" 194 C "Western Digital SATA Raptor 150GB 16MB" "WDC WD1600BB-00DWA0" 194 C "Western Digital Caviar WD1600BB" "WDC WD1600JB-(00EV|00FU|00GV|75GV)A0" 194 C "Western Digital Caviar 160GB Special Edition 8MB" "WDC WD2000BB-00FTA0" 194 C "Western Digital WD2000BB" "WDC WD2000JB-(00EV|32EV|34EV|00FU|00GV|55GV|98GV|00KF)A0" 194 C "Western Digital Caviar 200GB Special Edition 8MB" "WDC WD2000JB-00GVC0" 194 C "Western Digital WD2000JB" +"WDC WD2000JD-00FYB0" 194 C "Western Digital WD2000JD" "WDC WD2500JB-(00RE|00EV|00FU|32FU|00GV|55GV)A0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500JB-00GVC0" 194 C "Western Digital 250GB" -"WDC WD2500JD-(00G|32H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" +"WDC WD2500JD-(00G|32H|75H)BB0" 194 C "Western Digital SATA Caviar 250GB Special Edition 8MB" "WDC WD2500JD-40HBC0" 194 C "Western Digital WD2500JD-40HBC0" "WDC WD2500PB-98FBA0" 194 C "Western Digital Caviar 250GB Special Edition 8MB" "WDC WD2500PD-00FZB1" 194 C "Western Digital WD2500PD-00FZB1" "WDC WD2500SD-01KCB0" 194 C "Western Digital Caviar RE 250GB 8MB" +"WDC WD2500KS-00MJB0" 194 C "Western Digital Caviar SE16 250GB 16MB" +"WDC WD2500YD-01NVB1" 194 C "Western Digital Caviar RE 250GB 16MB" "WDC WD3000JB-00KFA0" 194 C "Western Digital WD3000JB" "WDC WD3200JB-00KFA0" 194 C "Western Digital Caviar 320GB 8MB" +"WDC WD3200KS-00PFB0" 194 C "Western Digital Caviar 320GB 16MB" +"WDC WD3200SD-01KNB0" 194 C "Western Digital Caviar RE 320GB SATA 8MB" "WDC WD4000KD-00NAB0" 194 C "Western Digital Caviar SE16 400GB 16MB" "WDC WD4000YR-01PLB0" 194 C "Western Digital Caviar RE2 400GB 16MB" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 May 2006 18:07:11 -0000 1.7 +++ .cvsignore 31 Dec 2006 10:28:45 -0000 1.8 @@ -1 +1,2 @@ hddtemp-0.3-beta15.tar.bz2 +hddtemp_0.3-beta15-33.diff.gz Index: hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/hddtemp.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hddtemp.spec 29 Aug 2006 21:17:43 -0000 1.18 +++ hddtemp.spec 31 Dec 2006 10:28:45 -0000 1.19 @@ -2,7 +2,7 @@ Name: hddtemp Version: 0.3 -Release: 0.9.%{beta}%{?dist} +Release: 0.10.%{beta}%{?dist} Summary: Hard disk temperature tool Group: Applications/System @@ -14,9 +14,10 @@ Source3: %{name}.sysconfig Source4: %{name}.pam Source5: %{name}.consoleapp +Patch0: %{name}-db.patch +Patch1: http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-33.diff.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{__perl} BuildRequires: gettext Requires: /sbin/chkconfig Requires: %{_bindir}/consolehelper @@ -28,13 +29,16 @@ %prep %setup -q -n %{name}-%{version}-%{beta} -cp -p %{SOURCE2} ./hddtemp.init -%{__perl} -pi -e \ - 's|__ETCDIR__|%{_sysconfdir}|g ; - s|__SBINDIR__|%{_sbindir}|g ; - s|__INITDIR__|%{_initrddir}|g ; - s|__LOCKDIR__|%{_localstatedir}/lock|g' \ - hddtemp.init +cp -p %{SOURCE1} ./hddtemp.db +%patch0 -p0 +%patch1 -p1 +sed -i -e s/Celius/Celsius/g src/hddtemp.c po/*.po* +sed -i -e 's|/etc/hddtemp.db|/usr/share/misc/hddtemp.db|' doc/hddtemp.8 +sed -e 's|__ETCDIR__|%{_sysconfdir}|g' \ + -e 's|__SBINDIR__|%{_sbindir}|g' \ + -e 's|__INITDIR__|%{_initrddir}|g' \ + -e 's|__LOCKDIR__|%{_localstatedir}/lock|g' \ + %{SOURCE2} > hddtemp.init chmod -x contribs/analyze/* rm COPYING ; cp -p GPL-2 COPYING @@ -47,27 +51,27 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db +install -Dpm 644 hddtemp.db $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db install -Dpm 755 hddtemp.init $RPM_BUILD_ROOT%{_initrddir}/hddtemp install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/hddtemp install -dm 755 $RPM_BUILD_ROOT%{_bindir} ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/hddtemp install -Dpm 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/hddtemp install -Dpm 644 %{SOURCE5} \ - $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp + $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp %find_lang %{name} %post /sbin/chkconfig --add hddtemp -if [ $1 -gt 1 ]; then - %{_initrddir}/hddtemp try-restart >/dev/null || : +if [ $1 -gt 1 ] ; then + %{_initrddir}/hddtemp try-restart >/dev/null || : fi %preun -if [ $1 -eq 0 ]; then - %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : - /sbin/chkconfig --del hddtemp +if [ $1 -eq 0 ] ; then + %{_initrddir}/hddtemp stop >/dev/null 2>&1 || : + /sbin/chkconfig --del hddtemp fi @@ -89,6 +93,10 @@ %changelog +* Sun Dec 31 2006 Ville Skytt?? - 0.3-0.10.beta15 +- Apply patches from Debian containing bunch of hddtemp.db updates and + guess mode improvements for drives not in the database. + * Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 3 May 2006 18:07:11 -0000 1.8 +++ sources 31 Dec 2006 10:28:45 -0000 1.9 @@ -1 +1,2 @@ 8b829339e1ae9df701684ec239021bb8 hddtemp-0.3-beta15.tar.bz2 +ca2f01fd533ec8130d96b46d244f1204 hddtemp_0.3-beta15-33.diff.gz From fedora-extras-commits at redhat.com Sun Dec 31 11:08:31 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?G=C3=A9rard_Milmeister?= (gemi)) Date: Sun, 31 Dec 2006 06:08:31 -0500 Subject: rpms/erlang/devel erlang.spec,1.17,1.18 Message-ID: <200612311108.kBVB8Vaq003841@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3818/devel Modified Files: erlang.spec Log Message: Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- erlang.spec 30 Dec 2006 23:48:41 -0000 1.17 +++ erlang.spec 31 Dec 2006 11:08:01 -0000 1.18 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 2.2%{?dist} +Release: 2.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -82,6 +82,10 @@ ln -sf ../%{_lib}/erlang/bin/$file . done +# remove buildroot from installed files +cd $RPM_BUILD_ROOT/%{_libdir}/erlang +sed -i "s|$RPM_BUILD_ROOT||" erts*/bin/{erl,start} releases/RELEASES bin/{erl,start} + %clean rm -rf $RPM_BUILD_ROOT @@ -104,6 +108,9 @@ %changelog +* Sun Dec 31 2006 Gerard Milmeister - R11B-2.3 +- remove buildroot from installed files + * Sat Dec 30 2006 Gerard Milmeister - R11B-2.2 - added patch for compiling with glibc 2.5 From fedora-extras-commits at redhat.com Sun Dec 31 13:21:24 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:21:24 -0500 Subject: rpms/solfege/devel solfege.spec,1.1,1.2 Message-ID: <200612311321.kBVDLOpB010698@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10675 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/solfege.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- solfege.spec 21 Dec 2006 11:27:37 -0000 1.1 +++ solfege.spec 31 Dec 2006 13:20:54 -0000 1.2 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +- Rebuild for new pygtk2-devel + * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file From fedora-extras-commits at redhat.com Sun Dec 31 13:23:19 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:23:19 -0500 Subject: rpms/solfege/devel solfege.spec,1.2,1.3 Message-ID: <200612311323.kBVDNJZD010758@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10743 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/devel/solfege.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- solfege.spec 31 Dec 2006 13:20:54 -0000 1.2 +++ solfege.spec 31 Dec 2006 13:22:49 -0000 1.3 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,7 +81,7 @@ %changelog -* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-8 - Rebuild for new pygtk2-devel * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 From fedora-extras-commits at redhat.com Sun Dec 31 13:25:02 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:25:02 -0500 Subject: rpms/solfege/FC-5 solfege.spec,1.1,1.2 Message-ID: <200612311325.kBVDP2nO010819@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10804 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/FC-5/solfege.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- solfege.spec 21 Dec 2006 11:27:37 -0000 1.1 +++ solfege.spec 31 Dec 2006 13:24:31 -0000 1.2 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +- Rebuild for new pygtk2-devel + * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file From fedora-extras-commits at redhat.com Sun Dec 31 13:26:15 2006 From: fedora-extras-commits at redhat.com (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?= (sindrepb)) Date: Sun, 31 Dec 2006 08:26:15 -0500 Subject: rpms/solfege/FC-6 solfege.spec,1.1,1.2 Message-ID: <200612311326.kBVDQFWG010883@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/rpms/solfege/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10868 Modified Files: solfege.spec Log Message: Rebuiild for new pygtk2-devel Index: solfege.spec =================================================================== RCS file: /cvs/extras/rpms/solfege/FC-6/solfege.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- solfege.spec 21 Dec 2006 11:27:37 -0000 1.1 +++ solfege.spec 31 Dec 2006 13:25:45 -0000 1.2 @@ -3,7 +3,7 @@ Name: solfege Version: 3.6.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Music education software Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Sun Dec 31 2006 Sindre Pedersen Bj??rdal - 3.6.4-7 +- Rebuild for new pygtk2-devel + * Wed Dec 20 2006 Sindre Pedersen Bj??rdal - 3.6.4-6 - Fix charset conversion - Remove Application category from desktop file From fedora-extras-commits at redhat.com Sun Dec 31 13:54:35 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 31 Dec 2006 08:54:35 -0500 Subject: rpms/revelation/devel .cvsignore, 1.9, 1.10 revelation.spec, 1.21, 1.22 sources, 1.9, 1.10 Message-ID: <200612311354.kBVDsZKQ011046@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11027 Modified Files: .cvsignore revelation.spec sources Log Message: 0.4.8-1: - update to 0.4.8 - ships locals now; use find_lang, BR gettext, perl(XML::Parser) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 6 Feb 2006 19:34:22 -0000 1.9 +++ .cvsignore 31 Dec 2006 13:54:04 -0000 1.10 @@ -1 +1 @@ -revelation-0.4.7.tar.bz2 +revelation-0.4.8.tar.bz2 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- revelation.spec 9 Dec 2006 07:54:20 -0000 1.21 +++ revelation.spec 31 Dec 2006 13:54:05 -0000 1.22 @@ -3,11 +3,11 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.7 -Release: 7%{?dist} +Version: 0.4.8 +Release: 1%{?dist} License: GPL Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 +Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.8.tar.bz2 URL: http://oss.codepoet.no/revelation/ Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-crypto >= 2.0 @@ -27,6 +27,8 @@ BuildRequires: python-crypto >= 2.0 BuildRequires: cracklib-devel BuildRequires: cracklib-dicts +BuildRequires: gettext +BuildRequires: perl(XML::Parser) BuildRequires: gnome-panel-devel gnome-python2-extras gnome-python2-desktop BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils @@ -39,6 +41,9 @@ %prep %setup -q +# workaround for http://oss.codepoet.no/bugzilla/show_bug.cgi?id=200 +sed -i 's!/usr/local/share/!/usr/share/!g' src/lib/config.py +sed -i 's!/usr/local/etc/gconf/!/etc/gconf/!g' src/lib/config.py %build %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict @@ -52,6 +57,8 @@ # we use cracklib dicts, so we can remove these rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict* +%find_lang %{name} + desktop-file-install \ --vendor fedora \ --mode 644 \ @@ -82,7 +89,7 @@ %{__rm} -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README TODO %config %{_sysconfdir}/gconf/schemas/*.schemas @@ -91,18 +98,16 @@ %{_datadir}/revelation/ %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png %{_datadir}/icons/hicolor/*/apps/%{name}*.png -%{_datadir}/icons/hicolor/scalable/filesystems/%{name}* -%{python_sitearch}/revelation/gnomemisc.so -%{python_sitearch}/revelation/crack.so -%dir %{python_sitearch}/revelation/ -%dir %{python_sitearch}/revelation/datahandler/ +%{python_sitearch}/revelation/ %{_datadir}/mime/packages/* -%{python_sitearch}/revelation/*.py* -%{python_sitearch}/revelation/datahandler/*.py* %{_libdir}/bonobo/servers/GNOME_RevelationApplet.server %{_libexecdir}/revelation-applet %changelog +* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-1 +- update to 0.4.8 +- ships locals now; use find_lang, BR gettext, perl(XML::Parser) + * Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 - Rebuild for python 2.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 6 Feb 2006 19:34:22 -0000 1.9 +++ sources 31 Dec 2006 13:54:05 -0000 1.10 @@ -1 +1 @@ -d0a100914b0ffc0a09b1d4067f4307eb revelation-0.4.7.tar.bz2 +03efb36f36c23d6548f22db18e511be0 revelation-0.4.8.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 14:36:10 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 31 Dec 2006 09:36:10 -0500 Subject: rpms/revelation/devel revelation.spec,1.22,1.23 Message-ID: <200612311436.kBVEaAFa014361@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14346 Modified Files: revelation.spec Log Message: 0.4.8-2 - BR gnome-python2-applet Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- revelation.spec 31 Dec 2006 13:54:05 -0000 1.22 +++ revelation.spec 31 Dec 2006 14:35:40 -0000 1.23 @@ -29,6 +29,7 @@ BuildRequires: cracklib-dicts BuildRequires: gettext BuildRequires: perl(XML::Parser) +BuildRequires: gnome-python2-applet BuildRequires: gnome-panel-devel gnome-python2-extras gnome-python2-desktop BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils @@ -104,9 +105,12 @@ %{_libexecdir}/revelation-applet %changelog +* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-2 +- BR gnome-python2-applet + * Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-1 - update to 0.4.8 -- ships locals now; use find_lang, BR gettext, perl(XML::Parser) +- ships locales now; use find_lang, BR gettext, perl(XML::Parser) * Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 - Rebuild for python 2.5 From fedora-extras-commits at redhat.com Sun Dec 31 14:37:31 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 31 Dec 2006 09:37:31 -0500 Subject: rpms/revelation/devel revelation.spec,1.23,1.24 Message-ID: <200612311437.kBVEbVxo014417@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14402 Modified Files: revelation.spec Log Message: 0.4.8-2 (really increase release this time) Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- revelation.spec 31 Dec 2006 14:35:40 -0000 1.23 +++ revelation.spec 31 Dec 2006 14:37:01 -0000 1.24 @@ -4,7 +4,7 @@ Summary: Password manager for GNOME 2 Name: revelation Version: 0.4.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Productivity Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.8.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 15:25:54 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 31 Dec 2006 10:25:54 -0500 Subject: rpms/kphotoalbum/devel .cvsignore, 1.3, 1.4 kphotoalbum.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200612311525.kBVFPs9u017791@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kphotoalbum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17772 Modified Files: .cvsignore kphotoalbum.spec sources Log Message: * Sun Dec 31 2006 Rex Dieter 3.0-1 - kphotoalbum-3.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Nov 2006 13:57:01 -0000 1.3 +++ .cvsignore 31 Dec 2006 15:25:24 -0000 1.4 @@ -1,2 +1,3 @@ clog kphotoalbum-2.2.tar.bz2 +kphotoalbum-3.0.tar.bz2 Index: kphotoalbum.spec =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/kphotoalbum.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kphotoalbum.spec 28 Nov 2006 13:57:01 -0000 1.7 +++ kphotoalbum.spec 31 Dec 2006 15:25:24 -0000 1.8 @@ -1,13 +1,13 @@ Summary: KDE Photo Album Name: kphotoalbum -Version: 2.2 -Release: 7%{?dist} +Version: 3.0 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://www.kphotoalbum.org/ -Source: http://www.kphotoalbum.org/download/kphotoalbum-%{version}.tar.bz2 +URL: http://kphotoalbum.org/ +Source: http://kphotoalbum.org/download/kphotoalbum-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: kimdaba < %{version} @@ -17,9 +17,7 @@ BuildRequires: libkipi-devel BuildRequires: qt-devel BuildRequires: kdelibs-devel -# versioning isn't strictly required, just need to be sure we're -# building against the latest exiv2 -- Rex -BuildRequires: exiv2-devel >= 0.12 +BuildRequires: exiv2-devel ## Optional, not strictly required. #Requires(hint): kipi-plugins @@ -103,6 +101,9 @@ %changelog +* Sun Dec 31 2006 Rex Dieter 3.0-1 +- kphotoalbum-3.0 + * Tue Nov 28 2006 Rex Dieter 2.2-7 - BR: exiv2-devel >= 0.12 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 May 2006 19:45:44 -0000 1.2 +++ sources 31 Dec 2006 15:25:24 -0000 1.3 @@ -1 +1 @@ -0584b3d5f54d8a2e19cd7bc40967c026 kphotoalbum-2.2.tar.bz2 +2bfb890930e9349393b276f35f40d0db kphotoalbum-3.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Dec 31 15:35:33 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:33 -0500 Subject: rpms/uncrustify - New directory Message-ID: <200612311535.kBVFZXXr017887@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883/uncrustify Log Message: Directory /cvs/extras/rpms/uncrustify added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 15:35:38 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:38 -0500 Subject: rpms/uncrustify/devel - New directory Message-ID: <200612311535.kBVFZcAj017901@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883/uncrustify/devel Log Message: Directory /cvs/extras/rpms/uncrustify/devel added to the repository From fedora-extras-commits at redhat.com Sun Dec 31 15:35:51 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:51 -0500 Subject: rpms/uncrustify Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200612311535.kBVFZp1v017932@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17926 Added Files: Makefile import.log Log Message: Setup of module uncrustify --- NEW FILE Makefile --- # Top level Makefile for module uncrustify all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Dec 31 15:35:57 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:35:57 -0500 Subject: rpms/uncrustify/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200612311535.kBVFZvN2017948@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17926/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module uncrustify --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Dec 31 15:37:00 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:37:00 -0500 Subject: rpms/uncrustify/devel uncrustify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200612311537.kBVFb08B018021@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17987/devel Modified Files: .cvsignore sources Added Files: uncrustify.spec Log Message: auto-import uncrustify-0.30-1 on branch devel from uncrustify-0.30-1.src.rpm --- NEW FILE uncrustify.spec --- Name: uncrustify Version: 0.30 Release: 1%{?dist} Summary: Reformat Source Group: Development/Tools License: GPL URL: http://uncrustify.sourceforge.net/ Source0: http://umn.dl.sourceforge.net/sourceforge/uncrustify/uncrustify-0.30.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc autoconf gcc-c++ libstdc++ Requires: libstdc++ %description Source Code Beautifier for C, C++, C#, D, Java, and Pawn %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING AUTHORS README NEWS BUGS %{_bindir}/uncrustify %{_datadir}/uncrustify %changelog Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uncrustify/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2006 15:35:57 -0000 1.1 +++ .cvsignore 31 Dec 2006 15:36:30 -0000 1.2 @@ -0,0 +1 @@ +uncrustify-0.30.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uncrustify/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2006 15:35:57 -0000 1.1 +++ sources 31 Dec 2006 15:36:30 -0000 1.2 @@ -0,0 +1 @@ +3c242519de3d12f7b916b560366c1aa8 uncrustify-0.30.tgz From fedora-extras-commits at redhat.com Sun Dec 31 15:37:00 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:37:00 -0500 Subject: rpms/uncrustify import.log,1.1,1.2 Message-ID: <200612311537.kBVFb0F7018017@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/rpms/uncrustify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17987 Modified Files: import.log Log Message: auto-import uncrustify-0.30-1 on branch devel from uncrustify-0.30-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/uncrustify/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2006 15:35:51 -0000 1.1 +++ import.log 31 Dec 2006 15:36:30 -0000 1.2 @@ -0,0 +1 @@ +uncrustify-0_30-1:HEAD:uncrustify-0.30-1.src.rpm:1167580031 From fedora-extras-commits at redhat.com Sun Dec 31 15:41:26 2006 From: fedora-extras-commits at redhat.com (Neal Becker (nbecker)) Date: Sun, 31 Dec 2006 10:41:26 -0500 Subject: owners owners.list,1.2180,1.2181 Message-ID: <200612311541.kBVFfQ5u018073@cvs-int.fedora.redhat.com> Author: nbecker Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18058 Modified Files: owners.list Log Message: add uncrustify Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.2180 retrieving revision 1.2181 diff -u -r1.2180 -r1.2181 --- owners.list 31 Dec 2006 07:53:03 -0000 1.2180 +++ owners.list 31 Dec 2006 15:40:56 -0000 1.2181 @@ -2503,6 +2503,7 @@ Fedora Extras|uim|A multilingual input method library|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ularn|Roguelike game|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|ulogd|The userspace logging daemon for netfilter|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|uncrustify|Source Code Beautifier|ndbecker2 at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|unifdef|Unifdef tool for removing ifdef'd lines|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|unison|File synchronization tool|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|unrtf|RTF to other formats converter|gauret at free.fr|extras-qa at fedoraproject.org|
- + ${update.nvr}